@annalib/anna-feature-biz-rules 48.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 +11 -11
- package/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs.map +1 -1
- package/fesm2022/annalib-anna-feature-biz-rules-biz-rules-order-listing.mjs +3 -3
- package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs +89 -90
- package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs.map +1 -1
- package/fesm2022/annalib-anna-feature-biz-rules.mjs +4 -4
- package/package.json +10 -10
|
@@ -17,8 +17,8 @@ import * as i1 from 'ngx-toastr';
|
|
|
17
17
|
import { ToastrModule } from 'ngx-toastr';
|
|
18
18
|
|
|
19
19
|
class AnnaFeatureBizRulesModule {
|
|
20
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
21
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
20
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AnnaFeatureBizRulesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
21
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: AnnaFeatureBizRulesModule, imports: [FormsModule,
|
|
22
22
|
NgbModule,
|
|
23
23
|
CommonModule,
|
|
24
24
|
DragDropModule,
|
|
@@ -33,7 +33,7 @@ class AnnaFeatureBizRulesModule {
|
|
|
33
33
|
MatTableModule,
|
|
34
34
|
MatIconModule,
|
|
35
35
|
MatInputModule, i1.ToastrModule] }); }
|
|
36
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
36
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AnnaFeatureBizRulesModule, providers: [AnnaDateFormatterPipe, AnnaConvertArrayToCommaSeperatedValue], imports: [FormsModule,
|
|
37
37
|
NgbModule,
|
|
38
38
|
CommonModule,
|
|
39
39
|
DragDropModule,
|
|
@@ -52,7 +52,7 @@ class AnnaFeatureBizRulesModule {
|
|
|
52
52
|
positionClass: "toast-bottom-right",
|
|
53
53
|
})] }); }
|
|
54
54
|
}
|
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: AnnaFeatureBizRulesModule, decorators: [{
|
|
56
56
|
type: NgModule,
|
|
57
57
|
args: [{
|
|
58
58
|
imports: [
|
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
|