@wizishop/angular-components 15.1.89 → 15.1.91
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/angular-components.scss +116 -108
- package/esm2020/lib/components/shared-components.module.mjs +12 -11
- package/fesm2015/wizishop-angular-components.mjs +5 -3
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +5 -3
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-15.1.91.tgz +0 -0
- package/wizishop-angular-components-15.1.89.tgz +0 -0
|
@@ -6484,7 +6484,9 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6484
6484
|
ColumnComponent,
|
|
6485
6485
|
AiExpressComponent], imports: [CommonModule,
|
|
6486
6486
|
FormsModule,
|
|
6487
|
-
NwbAllModule,
|
|
6487
|
+
NwbAllModule,
|
|
6488
|
+
TranslateModule,
|
|
6489
|
+
ReactiveFormsModule,
|
|
6488
6490
|
SharedDirectives,
|
|
6489
6491
|
SharedPipes,
|
|
6490
6492
|
CdkTableModule,
|
|
@@ -6595,7 +6597,7 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6595
6597
|
SharedComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: SharedComponentsModule, imports: [CommonModule,
|
|
6596
6598
|
FormsModule,
|
|
6597
6599
|
NwbAllModule,
|
|
6598
|
-
TranslateModule
|
|
6600
|
+
TranslateModule,
|
|
6599
6601
|
ReactiveFormsModule,
|
|
6600
6602
|
SharedDirectives,
|
|
6601
6603
|
SharedPipes,
|
|
@@ -6621,7 +6623,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImpor
|
|
|
6621
6623
|
CommonModule,
|
|
6622
6624
|
FormsModule,
|
|
6623
6625
|
NwbAllModule,
|
|
6624
|
-
TranslateModule
|
|
6626
|
+
TranslateModule,
|
|
6625
6627
|
ReactiveFormsModule,
|
|
6626
6628
|
SharedDirectives,
|
|
6627
6629
|
SharedPipes,
|