ngx-dsxlibrary 2.21.39 → 2.21.40
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.
|
@@ -5480,15 +5480,18 @@ class DsxAddToolsModule {
|
|
|
5480
5480
|
DsxEnableDisable,
|
|
5481
5481
|
IconDsxComponent,
|
|
5482
5482
|
JsonValuesDebujComponent,
|
|
5483
|
+
DsxStatusToggle,
|
|
5483
5484
|
RouterLink], exports: [CommonModule,
|
|
5484
5485
|
DsxButtonComponent,
|
|
5485
5486
|
DsxEnableDisable,
|
|
5486
5487
|
FormsModule,
|
|
5487
5488
|
IconDsxComponent,
|
|
5488
5489
|
JsonValuesDebujComponent,
|
|
5490
|
+
DsxStatusToggle,
|
|
5489
5491
|
ReactiveFormsModule,
|
|
5490
5492
|
RouterLink] });
|
|
5491
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: DsxAddToolsModule, imports: [DsxButtonComponent,
|
|
5493
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.12", ngImport: i0, type: DsxAddToolsModule, imports: [DsxButtonComponent,
|
|
5494
|
+
DsxStatusToggle, CommonModule,
|
|
5492
5495
|
FormsModule,
|
|
5493
5496
|
ReactiveFormsModule] });
|
|
5494
5497
|
}
|
|
@@ -5501,6 +5504,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImpo
|
|
|
5501
5504
|
DsxEnableDisable,
|
|
5502
5505
|
IconDsxComponent,
|
|
5503
5506
|
JsonValuesDebujComponent,
|
|
5507
|
+
DsxStatusToggle,
|
|
5504
5508
|
RouterLink,
|
|
5505
5509
|
],
|
|
5506
5510
|
exports: [
|
|
@@ -5510,6 +5514,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.12", ngImpo
|
|
|
5510
5514
|
FormsModule,
|
|
5511
5515
|
IconDsxComponent,
|
|
5512
5516
|
JsonValuesDebujComponent,
|
|
5517
|
+
DsxStatusToggle,
|
|
5513
5518
|
ReactiveFormsModule,
|
|
5514
5519
|
RouterLink,
|
|
5515
5520
|
],
|