@annalib/anna-feature-biz-rules 49.0.0-final-ng-19 → 50.0.0-final-ng-19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/advertiser-listing/src/advertiser-filter-modal/advertiser-filter-modal.component.d.ts +1 -1
  2. package/advertiser-listing/src/advertiser-table-listing/advertiser-table-listing.component.d.ts +1 -1
  3. package/business-rules/src/add-edit-buyer-contact-popup/add-edit-buyer-contact-popup.component.d.ts +1 -1
  4. package/business-rules/src/adu-rules/adu-rules.component.d.ts +1 -1
  5. package/business-rules/src/approval-config/approval-config.component.d.ts +1 -1
  6. package/business-rules/src/avatar/avatar.component.d.ts +1 -1
  7. package/business-rules/src/business-rule-page/business-rule-page.component.d.ts +1 -1
  8. package/business-rules/src/business-rules-history/business-rules-history.component.d.ts +1 -1
  9. package/business-rules/src/business-rules-history-popup/business-rules-history-popup.component.d.ts +1 -1
  10. package/business-rules/src/buyer-contact-history/buyer-contact-history.component.d.ts +1 -1
  11. package/business-rules/src/buyer-contact-section/buyer-rep-contact-section.component.d.ts +1 -1
  12. package/business-rules/src/copy-biz-rules-popup/copy-biz-rules-popup.component.d.ts +1 -1
  13. package/business-rules/src/daypart-grouping-popup/daypart-grouping-popup.component.d.ts +1 -1
  14. package/business-rules/src/daypart-restrictions/daypart-restrictions.component.d.ts +1 -1
  15. package/business-rules/src/equivalent-and-higher-daypart/equivalent-and-higher-daypart.component.d.ts +1 -1
  16. package/business-rules/src/excluded-or-special-program/excluded-or-special-program.component.d.ts +1 -1
  17. package/business-rules/src/general-rules/general-rules.component.d.ts +1 -1
  18. package/business-rules/src/inherit-biz-rule-approval-popup/inherit-biz-rule-approval-popup.component.d.ts +1 -1
  19. package/business-rules/src/make-good-rules/make-good-rules.component.d.ts +1 -1
  20. package/business-rules/src/mass-copy-biz-rules-popup/mass-copy-biz-rules-popup.component.d.ts +1 -1
  21. package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs +4 -4
  22. package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs.map +1 -1
  23. package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs +42 -43
  24. package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs.map +1 -1
  25. package/package.json +10 -10
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@annalib/anna-feature-biz-rules",
3
- "version": "49.0.0-final-ng-19",
3
+ "version": "50.0.0-final-ng-19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.10",
6
6
  "@angular/core": "^19.2.10",
7
7
  "@angular/forms": "^19.2.10",
8
8
  "@angular/cdk": "^19.2.15",
9
- "@annalib/anna-core": "48.0.0-final-ng-19",
10
- "@annalib/anna-design-components-lib": "48.0.0-final-ng-19",
11
- "@annalib/anna-cognito-lib": "48.0.0-final-ng-19",
12
- "@annalib/anna-feature-shared-lib": "48.0.0-final-ng-19",
13
- "@annalib/anna-feature-lib": "48.0.0-final-ng-19",
9
+ "@annalib/anna-core": "50.0.0-final-ng-19",
10
+ "@annalib/anna-design-components-lib": "50.0.0-final-ng-19",
11
+ "@annalib/anna-cognito-lib": "50.0.0-final-ng-19",
12
+ "@annalib/anna-feature-shared-lib": "50.0.0-final-ng-19",
13
+ "@annalib/anna-feature-lib": "50.0.0-final-ng-19",
14
14
  "@ng-bootstrap/ng-bootstrap": "^18.0.0",
15
15
  "@datadog/browser-rum": "^6.6.4",
16
16
  "ngx-ui-loader": "^13.0.0",
@@ -34,13 +34,13 @@
34
34
  "types": "./advertiser-listing/index.d.ts",
35
35
  "default": "./fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs"
36
36
  },
37
- "./biz-rules-order-listing": {
38
- "types": "./biz-rules-order-listing/index.d.ts",
39
- "default": "./fesm2022/annalib-anna-feature-biz-rules-biz-rules-order-listing.mjs"
40
- },
41
37
  "./business-rules": {
42
38
  "types": "./business-rules/index.d.ts",
43
39
  "default": "./fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs"
40
+ },
41
+ "./biz-rules-order-listing": {
42
+ "types": "./biz-rules-order-listing/index.d.ts",
43
+ "default": "./fesm2022/annalib-anna-feature-biz-rules-biz-rules-order-listing.mjs"
44
44
  }
45
45
  },
46
46
  "sideEffects": false