@wizishop/angular-components 14.4.50 → 14.4.52
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 +165 -165
- package/esm2020/lib/components/shared-components.module.mjs +4 -2
- package/esm2020/lib/services/history.service.mjs +3 -6
- package/esm2020/lib/wizi-components.module.mjs +3 -5
- package/fesm2015/wizishop-angular-components.mjs +6 -9
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +6 -9
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-14.4.52.tgz +0 -0
- package/wizishop-angular-components-14.4.50.tgz +0 -0
|
@@ -2606,12 +2606,9 @@ class HistoryService {
|
|
|
2606
2606
|
}
|
|
2607
2607
|
}
|
|
2608
2608
|
HistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, deps: [{ token: i1$3.Router }, { token: i1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2609
|
-
HistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService
|
|
2609
|
+
HistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService });
|
|
2610
2610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: HistoryService, decorators: [{
|
|
2611
|
-
type: Injectable
|
|
2612
|
-
args: [{
|
|
2613
|
-
providedIn: 'root'
|
|
2614
|
-
}]
|
|
2611
|
+
type: Injectable
|
|
2615
2612
|
}], ctorParameters: function () { return [{ type: i1$3.Router }, { type: i1.Location }]; } });
|
|
2616
2613
|
|
|
2617
2614
|
class HeaderPageComponent {
|
|
@@ -6059,7 +6056,7 @@ SharedComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0",
|
|
|
6059
6056
|
LoaderComponent,
|
|
6060
6057
|
ProgressBarComponent,
|
|
6061
6058
|
TreeComponent, ExpansionPanelComponent, ExpansionPanelHeaderComponent, AccordionComponent, ExpansionPanelDirective, ExpansionPanelHeaderDirective] });
|
|
6062
|
-
SharedComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: SharedComponentsModule, imports: [CommonModule,
|
|
6059
|
+
SharedComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: SharedComponentsModule, providers: [HistoryService], imports: [CommonModule,
|
|
6063
6060
|
FormsModule,
|
|
6064
6061
|
NwbAllModule,
|
|
6065
6062
|
TranslateModule.forChild(),
|
|
@@ -6117,6 +6114,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
|
|
|
6117
6114
|
ExpansionModule
|
|
6118
6115
|
],
|
|
6119
6116
|
declarations: components,
|
|
6117
|
+
providers: [HistoryService],
|
|
6120
6118
|
exports: [...components, ...exportsFromModule]
|
|
6121
6119
|
}]
|
|
6122
6120
|
}] });
|
|
@@ -6129,7 +6127,7 @@ WiziComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ve
|
|
|
6129
6127
|
SharedDirectives,
|
|
6130
6128
|
SharedPipes,
|
|
6131
6129
|
NwbAllModule], exports: [SharedComponentsModule, SharedDirectives, SharedPipes] });
|
|
6132
|
-
WiziComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: WiziComponentsModule,
|
|
6130
|
+
WiziComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: WiziComponentsModule, imports: [CommonModule,
|
|
6133
6131
|
SharedComponentsModule,
|
|
6134
6132
|
SharedDirectives,
|
|
6135
6133
|
SharedPipes,
|
|
@@ -6144,8 +6142,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.7", ngImpor
|
|
|
6144
6142
|
SharedPipes,
|
|
6145
6143
|
NwbAllModule
|
|
6146
6144
|
],
|
|
6147
|
-
exports: [SharedComponentsModule, SharedDirectives, SharedPipes]
|
|
6148
|
-
providers: [HistoryService]
|
|
6145
|
+
exports: [SharedComponentsModule, SharedDirectives, SharedPipes]
|
|
6149
6146
|
}]
|
|
6150
6147
|
}] });
|
|
6151
6148
|
|