@annalib/anna-feature-biz-rules 48.0.0-final-ng-19 → 49.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/fesm2022/annalib-anna-feature-biz-rules-advertiser-listing.mjs +9 -9
- package/fesm2022/annalib-anna-feature-biz-rules-biz-rules-order-listing.mjs +3 -3
- package/fesm2022/annalib-anna-feature-biz-rules-business-rules.mjs +67 -67
- 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 +6 -6
|
@@ -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": "49.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": "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",
|
|
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",
|