@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.
- package/advertiser-listing/src/advertiser-filter-modal/advertiser-filter-modal.component.d.ts +1 -1
- package/advertiser-listing/src/advertiser-table-listing/advertiser-table-listing.component.d.ts +1 -1
- package/business-rules/src/add-edit-buyer-contact-popup/add-edit-buyer-contact-popup.component.d.ts +1 -1
- package/business-rules/src/adu-rules/adu-rules.component.d.ts +1 -1
- package/business-rules/src/approval-config/approval-config.component.d.ts +1 -1
- package/business-rules/src/avatar/avatar.component.d.ts +1 -1
- package/business-rules/src/business-rule-page/business-rule-page.component.d.ts +1 -1
- package/business-rules/src/business-rules-history/business-rules-history.component.d.ts +1 -1
- package/business-rules/src/business-rules-history-popup/business-rules-history-popup.component.d.ts +1 -1
- package/business-rules/src/buyer-contact-history/buyer-contact-history.component.d.ts +1 -1
- package/business-rules/src/buyer-contact-section/buyer-rep-contact-section.component.d.ts +1 -1
- package/business-rules/src/copy-biz-rules-popup/copy-biz-rules-popup.component.d.ts +1 -1
- package/business-rules/src/daypart-grouping-popup/daypart-grouping-popup.component.d.ts +1 -1
- package/business-rules/src/daypart-restrictions/daypart-restrictions.component.d.ts +1 -1
- package/business-rules/src/equivalent-and-higher-daypart/equivalent-and-higher-daypart.component.d.ts +1 -1
- package/business-rules/src/excluded-or-special-program/excluded-or-special-program.component.d.ts +1 -1
- package/business-rules/src/general-rules/general-rules.component.d.ts +1 -1
- package/business-rules/src/inherit-biz-rule-approval-popup/inherit-biz-rule-approval-popup.component.d.ts +1 -1
- package/business-rules/src/make-good-rules/make-good-rules.component.d.ts +1 -1
- package/business-rules/src/mass-copy-biz-rules-popup/mass-copy-biz-rules-popup.component.d.ts +1 -1
- package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs +4 -4
- package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs.map +1 -1
- package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs +42 -43
- package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs.map +1 -1
- 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": "
|
|
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": "
|
|
10
|
-
"@annalib/anna-design-components-lib": "
|
|
11
|
-
"@annalib/anna-cognito-lib": "
|
|
12
|
-
"@annalib/anna-feature-shared-lib": "
|
|
13
|
-
"@annalib/anna-feature-lib": "
|
|
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
|