Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(): next #1528

Merged
merged 8 commits into from
Apr 24, 2024
Merged

feat(): next #1528

merged 8 commits into from
Apr 24, 2024

Conversation

dvoegelin
Copy link
Collaborator

@dvoegelin dvoegelin commented Mar 27, 2024

Description

chore(deps-dev): bump express from 4.18.2 to 4.19.2 #1527
chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 #1526
feat(Data Tables): Add applied search type #1529
feat(Chips): Allow for better interaction with the picker/overlay from a element #1523
feat(Country): updating country and state data for Country util #1533
fix(Progress Bar): Check for a valid total to avoid wrong percentages #1531
feat(DataTable): Add ability to show pagination on footer of Data Table #1532

Verify that...

  • Any related demos were added and npm start and npm run build still works
  • New demos work in Safari, Chrome and Firefox
  • npm run lint passes
  • npm test passes and code coverage is increased
  • npm run build still works

Bullhorn Internal Developers

  • Run Novo Automation
Screenshots

dependabot bot and others added 2 commits March 27, 2024 08:38
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>
@dvoegelin dvoegelin self-assigned this Mar 27, 2024
Copy link
Contributor

github-actions bot commented Mar 27, 2024

Visit the preview URL for this PR (updated for commit f4dd15c):

https://novo-elements--pr1528-next-yoa4b126.web.app

(expires Mon, 29 Apr 2024 16:11:46 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: f1783e19c2444272095017dd8ba433fff0ee3f61

* feat: Add applied search type

* feat: Add applied search type

* Updating naming convention for consistency

* Adding unit tests

* Adding unit tests

---------

Co-authored-by: Nathan Dickerson <[email protected]>
ndickerson
ndickerson previously approved these changes Apr 5, 2024
…m a <novo-chips> element (#1523)

* breaking(): update to ng17 (#1501)

breaking(): update to ng17

* breaking(Table): deleting the table component (#1513)

* fix(Checkbox): updating checkbox, checklist, radio, tiles to have consistent disabled styling

* minor bux fixes plus some more demos

* fix(Checkbox): fixing a display bug introduced with checkboxes and adding demo

* typo

* feat(ng-packagr)!: tree shakable imports (#1413)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(dragula): deprecating dragula directive and service (#1420)

* refactor(dragula): deprecating dragula directive and service

* feat()!: breaking change

* Breaking: change

* breaking(): adding breaking change release rule to semantic-release config

* refactor(date-fns)!: updating date-fns to v2 (#1421)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* refactor(date-fns)!: updating date-fns to v2

* fixing import

* fixing build error

* removing some unused imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(): adding refactor release rule to semantic-release config

* refactor(rxjs): updating rxjs to 7.8.1 (#1419)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* build(rxjs): updating rxjs to 7.8.1

* updated data table refresh subscription to match new typing

* updating project package.json

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* removing unnecessary config property

* breaking(): update to ng14

* typedoc update

* removing unused examples config properties

* breaking(): initial update to angular 15 - not working yet

* reverting to original test runner

* updating schematics version

* fix(Tipwell): adjusting tipwell containers and width (#1451)

* refactor(): encapsulating styles for a few components #1434 (#1445)

* fix(Checkbox): updating checkbox, checklist, radio, tiles to have consistent disabled styling

* minor bux fixes plus some more demos

* fix(Checkbox): fixing a display bug introduced with checkboxes and adding demo

* typo

* feat(ng-packagr)!: tree shakable imports (#1413)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(dragula): deprecating dragula directive and service (#1420)

* refactor(dragula): deprecating dragula directive and service

* feat()!: breaking change

* Breaking: change

* breaking(): adding breaking change release rule to semantic-release config

* refactor(): moving some extended third party libs out to addons folder

* splitting out form demo page into form and dynamic form

* fixing remote data table demo

* adding new addons package to main novo-elements package

* refactor(date-fns)!: updating date-fns to v2 (#1421)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* refactor(date-fns)!: updating date-fns to v2

* fixing import

* fixing build error

* removing some unused imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(): adding refactor release rule to semantic-release config

* refactor(rxjs): updating rxjs to 7.8.1 (#1419)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* build(rxjs): updating rxjs to 7.8.1

* updated data table refresh subscription to match new typing

* updating project package.json

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* removing unnecessary config property

* removing unnecessary semicolon from scss file

* reorganizing ace-editor and ckeditor examples

* fix(): fixing style encapsulation for a few components

* fixing some scss warnings

* reverting header scss filename

* reverting radio scss filename

* refactor(): moving some extended third party libs out to addons folder (#1430)

* refactor(): moving some extended third party libs out to addons folder

* splitting out form demo page into form and dynamic form

* fixing remote data table demo

* adding new addons package to main novo-elements package

* removing unnecessary semicolon from scss file

* reorganizing ace-editor and ckeditor examples

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* feat(DataTable): making data tables emit scroll events through the cdk (#1431)

* adding NovoDragulaService to FormExtras providers for FileInput

* feat(Places): adding keyboard support to places component (#1433)

* feat(Places): adding keyboard support to places component

* giving query builder definition chips a max width and overflow ellipsis

* rebase and fixing merge conflicts

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* fixing notinmonth style for date picker

* fix for value icon color

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* fix(css): fixing some issues found with round 1 of the style encapsulation work (#1448)

* fix(css): fixing some issues found with round 1 of the style encapsulation work

* fixing dynamic icon color for themed avatar icons

* increasing specificity on a couple item-content css attributes

* fix(css): another minor fix to a style encapsulation issue on the tabs component (#1449)

* chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 (#1442)

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* chore(deps-dev): bump stylelint from 13.13.1 to 15.10.1 (#1441)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.1 to 15.10.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...15.10.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* adjusting tipwell containers and width

* refactor(): encapsulating styles for a few more components (#1439)

* fix(Checkbox): updating checkbox, checklist, radio, tiles to have consistent disabled styling

* minor bux fixes plus some more demos

* fix(Checkbox): fixing a display bug introduced with checkboxes and adding demo

* typo

* feat(ng-packagr)!: tree shakable imports (#1413)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(dragula): deprecating dragula directive and service (#1420)

* refactor(dragula): deprecating dragula directive and service

* feat()!: breaking change

* Breaking: change

* breaking(): adding breaking change release rule to semantic-release config

* refactor(): moving some extended third party libs out to addons folder

* splitting out form demo page into form and dynamic form

* fixing remote data table demo

* adding new addons package to main novo-elements package

* refactor(date-fns)!: updating date-fns to v2 (#1421)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* refactor(date-fns)!: updating date-fns to v2

* fixing import

* fixing build error

* removing some unused imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(): adding refactor release rule to semantic-release config

* refactor(rxjs): updating rxjs to 7.8.1 (#1419)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* build(rxjs): updating rxjs to 7.8.1

* updated data table refresh subscription to match new typing

* updating project package.json

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* removing unnecessary config property

* removing unnecessary semicolon from scss file

* reorganizing ace-editor and ckeditor examples

* fix(): fixing style encapsulation for a few components

* fixing some scss warnings

* reverting header scss filename

* reverting radio scss filename

* refactor(): moving some extended third party libs out to addons folder (#1430)

* refactor(): moving some extended third party libs out to addons folder

* splitting out form demo page into form and dynamic form

* fixing remote data table demo

* adding new addons package to main novo-elements package

* removing unnecessary semicolon from scss file

* reorganizing ace-editor and ckeditor examples

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* feat(DataTable): making data tables emit scroll events through the cdk (#1431)

* adding NovoDragulaService to FormExtras providers for FileInput

* feat(Places): adding keyboard support to places component (#1433)

* feat(Places): adding keyboard support to places component

* giving query builder definition chips a max width and overflow ellipsis

* rebase and fixing merge conflicts

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* refactor(): encapsulating styles for a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* fixing merge conflict resolution issue

* increasing specificity of another item-content text color

* fixing some form styles

* setting encapsulation to none for picker component

* setting encapsulation to none for form component

* applying PickerResults styles globally due to components extending BasePickerResults directive needing them

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#1452)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* fix(Modal): fixing modal footer styling issue

* feat(Picker): adding ability to set custom text values in pickers (#1443)

* feat(Picker): adding ability to set custom text values in pickers

* going with a different approach

* removing fn

* rebasing with next and removing numbered auto ids used for testing

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fixing rebase issue

* updating number of timezone options due to dependency update

* chore(deps-dev): bump @babel/traverse from 7.18.5 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix(Collection): fixing a strict=true TS compilation error

* removing temp comments

* fix(ExpansionPanelHeader): adding default heights to expansion-panel-header input properties

* feat(Progress): adding 'flash' state to progress bar

* tweaking UX

* making 'flash' progress bar dynamically fit its container

* chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 (#1497)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* trying to fix build error

* fixing generate examples script

* updating schematics version

* bumping node version in github workflows

* disabling schematic scripts

* oops

* breaking(): update to angular 16

* resetting form group types

* breaking(): updating peer dependencies before upgrading to angular 17

* typedoc updates to fix build errors

* temporarily roll back ng to 16 in order to run ng update schematics

* setting back to ng17 and updating examples generator

* Taking out incompatible :hostcontext()

* update to peer dependency version

* some import and typing updates

* updating css import paths again

* fixing some console warnings

* fixing some console warnings and a simple table error

* fix(License): updating date on license

* Adds debounceTimeInMilliSeconds to Picker as an input, default still at 250

* Adds debounceTimeInMilliSeconds to Picker as an input, default still at 250

* updates how debounceTime gets passed in, part of config, rather than its own thing

* convert text to number

* updates gitignore

* pull in latest icon changes

* Revert "pull in latest icon changes"

This reverts commit 5cc8a96ee97eeb6e1963d723831d32069fa32527.

* latest ng 17 version

* going back to 17.1.2 ng-packagr version due to novo-examples build performance issue

* switching over to use new vite builder

* rolling back new builder for now

* do a number check

* do the Number convert inside of isNaN as well

* feat(): new minor version

* temporarily commenting out newly added dateformat tests

* upping package.json version

* fixed typing on unit tests to account for changes in new imask major version

* fix(Demo): fixing a few issues with the examples and their components

* fix(Control): Issue preventing length of text input from displaying (#1508)

* fix(Control): Issue preventing length of text input from displaying

* test(Control): Added basic unit tests to track control event setup with templates

* chore(deps): bump ip from 1.1.8 to 1.1.9 (#1512)

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* feat(RowChips): Add flag to show chips at full height (#1510)

authored-by: kristian.robe <[email protected]>

* bumping to latest patch versions of angular

* xdescribing new unit tests

* feat(Table): deleting the table component

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: --global <[email protected]>
Co-authored-by: David Keyworth <[email protected]>
Co-authored-by: Kristian Robe <[email protected]>

* fix(BaseRenderer): adding base renderer back as a util

* fix(Pagination): adding back table pagination component for now

* fix(Pagination): fixing unit test

* chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 (#1520)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* feat(Dragula): deleting dragula add-on (#1517)

* breaking(Dragula): deleting dragula add-on

* removing dragula dependency

* removing reference to dragula in examples dependency list

* feat(AppBridge): When handling AppBridge events, pass origin to handler (#1509)

* feat(Chips): Allow for better interaction with the picker/overlay from a <novo-chips> element

* feat(Chips): added new hidden chips feature to Chips picker (#1521)

* refactor(Chips): changed avatarType template function call to pipe

* new hide-chips-example component, added to md file and routes

* added labels to novo-label-service

* pulled ChipComponent unit tests to own file, fixed remove() test; added new Chips unit tests

* feat(Chips): added new hidden chips feature to Chips picker

* Chips unit tests cleanup

* hidden chips toggle logic fix

* index file export updates

* renamed: maxChipsShown to hideChipsLimit

* optimized updateHiddenChips method

* modifications from testing

* updated hidden chips variable name; updated label default;

* cleanup

* clear all fix

* set novo-chip-container to flex: 1

* fix(Control): Fixes to an error in Control affecting maxlength fields (#1518)

test(control): Added template-based unit tests for novo form controls

* chore(): adding release notes for v10 release (#1524)

* chore(): adding release notes for v10 release

* adding notable changes section

* some updates

* Reposition entity picker overlay when chips value changes

* style(Chips): Visual fixes to chips for appearance in tight spaces

* style(Chips): Visual fixes to chips for appearance in tight spaces

* test(Chips): Unit test updates

* removing comment

* passing in a configurable width through chips > picker > overlay

* adding minWidth overlay config property

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: --global <[email protected]>
Co-authored-by: Kristian Robe <[email protected]>
Co-authored-by: Kevin Florian <[email protected]>
dvoegelin and others added 4 commits April 16, 2024 15:38
* breaking(): update to ng17 (#1501)

breaking(): update to ng17

* breaking(Table): deleting the table component (#1513)

* fix(Checkbox): updating checkbox, checklist, radio, tiles to have consistent disabled styling

* minor bux fixes plus some more demos

* fix(Checkbox): fixing a display bug introduced with checkboxes and adding demo

* typo

* feat(ng-packagr)!: tree shakable imports (#1413)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(dragula): deprecating dragula directive and service (#1420)

* refactor(dragula): deprecating dragula directive and service

* feat()!: breaking change

* Breaking: change

* breaking(): adding breaking change release rule to semantic-release config

* refactor(date-fns)!: updating date-fns to v2 (#1421)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* refactor(date-fns)!: updating date-fns to v2

* fixing import

* fixing build error

* removing some unused imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(): adding refactor release rule to semantic-release config

* refactor(rxjs): updating rxjs to 7.8.1 (#1419)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* build(rxjs): updating rxjs to 7.8.1

* updated data table refresh subscription to match new typing

* updating project package.json

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* removing unnecessary config property

* breaking(): update to ng14

* typedoc update

* removing unused examples config properties

* breaking(): initial update to angular 15 - not working yet

* reverting to original test runner

* updating schematics version

* fix(Tipwell): adjusting tipwell containers and width (#1451)

* refactor(): encapsulating styles for a few components #1434 (#1445)

* fix(Checkbox): updating checkbox, checklist, radio, tiles to have consistent disabled styling

* minor bux fixes plus some more demos

* fix(Checkbox): fixing a display bug introduced with checkboxes and adding demo

* typo

* feat(ng-packagr)!: tree shakable imports (#1413)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(dragula): deprecating dragula directive and service (#1420)

* refactor(dragula): deprecating dragula directive and service

* feat()!: breaking change

* Breaking: change

* breaking(): adding breaking change release rule to semantic-release config

* refactor(): moving some extended third party libs out to addons folder

* splitting out form demo page into form and dynamic form

* fixing remote data table demo

* adding new addons package to main novo-elements package

* refactor(date-fns)!: updating date-fns to v2 (#1421)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* refactor(date-fns)!: updating date-fns to v2

* fixing import

* fixing build error

* removing some unused imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(): adding refactor release rule to semantic-release config

* refactor(rxjs): updating rxjs to 7.8.1 (#1419)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* build(rxjs): updating rxjs to 7.8.1

* updated data table refresh subscription to match new typing

* updating project package.json

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* removing unnecessary config property

* removing unnecessary semicolon from scss file

* reorganizing ace-editor and ckeditor examples

* fix(): fixing style encapsulation for a few components

* fixing some scss warnings

* reverting header scss filename

* reverting radio scss filename

* refactor(): moving some extended third party libs out to addons folder (#1430)

* refactor(): moving some extended third party libs out to addons folder

* splitting out form demo page into form and dynamic form

* fixing remote data table demo

* adding new addons package to main novo-elements package

* removing unnecessary semicolon from scss file

* reorganizing ace-editor and ckeditor examples

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* feat(DataTable): making data tables emit scroll events through the cdk (#1431)

* adding NovoDragulaService to FormExtras providers for FileInput

* feat(Places): adding keyboard support to places component (#1433)

* feat(Places): adding keyboard support to places component

* giving query builder definition chips a max width and overflow ellipsis

* rebase and fixing merge conflicts

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* fixing notinmonth style for date picker

* fix for value icon color

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* fix(css): fixing some issues found with round 1 of the style encapsulation work (#1448)

* fix(css): fixing some issues found with round 1 of the style encapsulation work

* fixing dynamic icon color for themed avatar icons

* increasing specificity on a couple item-content css attributes

* fix(css): another minor fix to a style encapsulation issue on the tabs component (#1449)

* chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 (#1442)

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* chore(deps-dev): bump stylelint from 13.13.1 to 15.10.1 (#1441)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.13.1 to 15.10.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...15.10.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* adjusting tipwell containers and width

* refactor(): encapsulating styles for a few more components (#1439)

* fix(Checkbox): updating checkbox, checklist, radio, tiles to have consistent disabled styling

* minor bux fixes plus some more demos

* fix(Checkbox): fixing a display bug introduced with checkboxes and adding demo

* typo

* feat(ng-packagr)!: tree shakable imports (#1413)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(dragula): deprecating dragula directive and service (#1420)

* refactor(dragula): deprecating dragula directive and service

* feat()!: breaking change

* Breaking: change

* breaking(): adding breaking change release rule to semantic-release config

* refactor(): moving some extended third party libs out to addons folder

* splitting out form demo page into form and dynamic form

* fixing remote data table demo

* adding new addons package to main novo-elements package

* refactor(date-fns)!: updating date-fns to v2 (#1421)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* refactor(date-fns)!: updating date-fns to v2

* fixing import

* fixing build error

* removing some unused imports

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* refactor(): adding refactor release rule to semantic-release config

* refactor(rxjs): updating rxjs to 7.8.1 (#1419)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* feat(ng-packagr): initial rework for tree shakable imports

* missed a tsconfig update

* exporting individual modules for pipes, services, utils

* fixing a test config issue

* fixing some import issues in unit tests

* feat(EntityColor): Add compliance manager entity color (#1415)

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* add entity color

* update bullhorn-icons

* update bullhorn-icons

* dont update bullhorn-icons

---------

Co-authored-by: Dan Voegelin <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* feat(QueryBuilder): new address picker definition for query builder (#1407)

* feat(QueryBuilder): new address picker definition for query builder

* changing placeholder label

* fix(Picker): setting min-width on novo entity picker results (#1406)

* chore(icons): Bump icons version (#1409)

Co-authored-by: Michael Dill <[email protected]>

* fixing a few bugs

* feat(picker): add maxlength parameter for characters on input (#1411)

* add maxlength parameter

* BH-77751: add default value for maxlength

* Revert "BH-77751: add default value for maxlength"

This reverts commit 3f6b851ea71e2deb69701b8da0b836e240d0c78b.

---------

Co-authored-by: russi.sinha <[email protected]>

* switching parent element ref for overlay to fix width issue

* re-focusing on the address input when selecting an option

* fixing bug with multiple location conditions open at once

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>

* fixing import issue from rebase

* fix(Chips): Prevent overwriting value before labels are resolved (#1416)

* fix(Chips): Prevent overwriting value before labels are resolved

When altering the value of a Chips picker, if some values have a label while others do not, the items with no label are no longer removed from the value

* simplify handling

---------

Co-authored-by: Alyssa Bryant <[email protected]>

* adding ng-package files to remaining elements

* fixing some build paths

* cleaning up some more imports

* build(rxjs): updating rxjs to 7.8.1

* updated data table refresh subscription to match new typing

* updating project package.json

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* removing unnecessary config property

* removing unnecessary semicolon from scss file

* reorganizing ace-editor and ckeditor examples

* fix(): fixing style encapsulation for a few components

* fixing some scss warnings

* reverting header scss filename

* reverting radio scss filename

* refactor(): moving some extended third party libs out to addons folder (#1430)

* refactor(): moving some extended third party libs out to addons folder

* splitting out form demo page into form and dynamic form

* fixing remote data table demo

* adding new addons package to main novo-elements package

* removing unnecessary semicolon from scss file

* reorganizing ace-editor and ckeditor examples

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* feat(DataTable): making data tables emit scroll events through the cdk (#1431)

* adding NovoDragulaService to FormExtras providers for FileInput

* feat(Places): adding keyboard support to places component (#1433)

* feat(Places): adding keyboard support to places component

* giving query builder definition chips a max width and overflow ellipsis

* rebase and fixing merge conflicts

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* refactor(): encapsulating styles for a few more components

* adding style encapsulation to a few more components

* adding style encapsulation to a few more components

* fixing merge conflict resolution issue

* increasing specificity of another item-content text color

* fixing some form styles

* setting encapsulation to none for picker component

* setting encapsulation to none for form component

* applying PickerResults styles globally due to components extending BasePickerResults directive needing them

---------

Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>

* chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#1452)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* fix(Modal): fixing modal footer styling issue

* feat(Picker): adding ability to set custom text values in pickers (#1443)

* feat(Picker): adding ability to set custom text values in pickers

* going with a different approach

* removing fn

* rebasing with next and removing numbered auto ids used for testing

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fixing rebase issue

* updating number of timezone options due to dependency update

* chore(deps-dev): bump @babel/traverse from 7.18.5 to 7.23.2

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.5 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix(Collection): fixing a strict=true TS compilation error

* removing temp comments

* fix(ExpansionPanelHeader): adding default heights to expansion-panel-header input properties

* feat(Progress): adding 'flash' state to progress bar

* tweaking UX

* making 'flash' progress bar dynamically fit its container

* chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 (#1497)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* trying to fix build error

* fixing generate examples script

* updating schematics version

* bumping node version in github workflows

* disabling schematic scripts

* oops

* breaking(): update to angular 16

* resetting form group types

* breaking(): updating peer dependencies before upgrading to angular 17

* typedoc updates to fix build errors

* temporarily roll back ng to 16 in order to run ng update schematics

* setting back to ng17 and updating examples generator

* Taking out incompatible :hostcontext()

* update to peer dependency version

* some import and typing updates

* updating css import paths again

* fixing some console warnings

* fixing some console warnings and a simple table error

* fix(License): updating date on license

* Adds debounceTimeInMilliSeconds to Picker as an input, default still at 250

* Adds debounceTimeInMilliSeconds to Picker as an input, default still at 250

* updates how debounceTime gets passed in, part of config, rather than its own thing

* convert text to number

* updates gitignore

* pull in latest icon changes

* Revert "pull in latest icon changes"

This reverts commit 5cc8a96ee97eeb6e1963d723831d32069fa32527.

* latest ng 17 version

* going back to 17.1.2 ng-packagr version due to novo-examples build performance issue

* switching over to use new vite builder

* rolling back new builder for now

* do a number check

* do the Number convert inside of isNaN as well

* feat(): new minor version

* temporarily commenting out newly added dateformat tests

* upping package.json version

* fixed typing on unit tests to account for changes in new imask major version

* fix(Demo): fixing a few issues with the examples and their components

* fix(Control): Issue preventing length of text input from displaying (#1508)

* fix(Control): Issue preventing length of text input from displaying

* test(Control): Added basic unit tests to track control event setup with templates

* chore(deps): bump ip from 1.1.8 to 1.1.9 (#1512)

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* feat(RowChips): Add flag to show chips at full height (#1510)

authored-by: kristian.robe <[email protected]>

* bumping to latest patch versions of angular

* xdescribing new unit tests

* feat(Table): deleting the table component

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: --global <[email protected]>
Co-authored-by: David Keyworth <[email protected]>
Co-authored-by: Kristian Robe <[email protected]>

* fix(BaseRenderer): adding base renderer back as a util

* fix(Pagination): adding back table pagination component for now

* fix(Pagination): fixing unit test

* chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 (#1520)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan Voegelin <[email protected]>

* feat(Dragula): deleting dragula add-on (#1517)

* breaking(Dragula): deleting dragula add-on

* removing dragula dependency

* removing reference to dragula in examples dependency list

* feat(AppBridge): When handling AppBridge events, pass origin to handler (#1509)

* feat(Chips): Allow for better interaction with the picker/overlay from a <novo-chips> element

* feat(Chips): added new hidden chips feature to Chips picker (#1521)

* refactor(Chips): changed avatarType template function call to pipe

* new hide-chips-example component, added to md file and routes

* added labels to novo-label-service

* pulled ChipComponent unit tests to own file, fixed remove() test; added new Chips unit tests

* feat(Chips): added new hidden chips feature to Chips picker

* Chips unit tests cleanup

* hidden chips toggle logic fix

* index file export updates

* renamed: maxChipsShown to hideChipsLimit

* optimized updateHiddenChips method

* modifications from testing

* updated hidden chips variable name; updated label default;

* cleanup

* clear all fix

* set novo-chip-container to flex: 1

* fix(Control): Fixes to an error in Control affecting maxlength fields (#1518)

test(control): Added template-based unit tests for novo form controls

* chore(): adding release notes for v10 release (#1524)

* chore(): adding release notes for v10 release

* adding notable changes section

* some updates

* Reposition entity picker overlay when chips value changes

* style(Chips): Visual fixes to chips for appearance in tight spaces

* style(Chips): Visual fixes to chips for appearance in tight spaces

* test(Chips): Unit test updates

* removing comment

* passing in a configurable width through chips > picker > overlay

* adding minWidth overlay config property

* feat(Country): updating country and state data for Country util

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Michael Dill <[email protected]>
Co-authored-by: Russi Sinha <[email protected]>
Co-authored-by: russi.sinha <[email protected]>
Co-authored-by: Zachary Jorn <[email protected]>
Co-authored-by: Trent Hibbard <[email protected]>
Co-authored-by: Alyssa Bryant <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: --global <[email protected]>
Co-authored-by: David Keyworth <[email protected]>
Co-authored-by: Kristian Robe <[email protected]>
Co-authored-by: David Keyworth <[email protected]>
Co-authored-by: Kevin Florian <[email protected]>
…#1531)

* fix(Progress Bar): Check for a valid total to avoid wrong percentages

* fix(Progress Bar): If percentage is NaN return 0

* fix(Progress Bar): Check for a valid total to avoid wrong percentages

* fix(Progress Bar): Code Cleanup
…le (#1532)

* feat(DataTable): Add ability to show pagination on footer of Data Table

* Remove custom headers from footer

* Fix spacing

* Add justify content to make sure actions are displayed properly

* Update demo

* Update demo styling

* Remove unused if checks

* Apply styling only when pagination in footer
@dvoegelin dvoegelin merged commit 38bb94f into master Apr 24, 2024
7 checks passed
@dvoegelin dvoegelin deleted the next branch April 24, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants