ngx-dsxlibrary 2.21.27 → 2.21.28
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.
|
@@ -4713,10 +4713,12 @@ function createInitialCache(cacheKeys) {
|
|
|
4713
4713
|
class DsxAddToolsModule {
|
|
4714
4714
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.11", ngImport: i0, type: DsxAddToolsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4715
4715
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.11", ngImport: i0, type: DsxAddToolsModule, imports: [DsxButtonComponent,
|
|
4716
|
+
DsxEnableDisable,
|
|
4716
4717
|
IconDsxComponent,
|
|
4717
4718
|
JsonValuesDebujComponent,
|
|
4718
4719
|
RouterLink], exports: [CommonModule,
|
|
4719
4720
|
DsxButtonComponent,
|
|
4721
|
+
DsxEnableDisable,
|
|
4720
4722
|
FormsModule,
|
|
4721
4723
|
IconDsxComponent,
|
|
4722
4724
|
JsonValuesDebujComponent,
|
|
@@ -4732,6 +4734,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
|
|
|
4732
4734
|
declarations: [],
|
|
4733
4735
|
imports: [
|
|
4734
4736
|
DsxButtonComponent,
|
|
4737
|
+
DsxEnableDisable,
|
|
4735
4738
|
IconDsxComponent,
|
|
4736
4739
|
JsonValuesDebujComponent,
|
|
4737
4740
|
RouterLink,
|
|
@@ -4739,6 +4742,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.11", ngImpo
|
|
|
4739
4742
|
exports: [
|
|
4740
4743
|
CommonModule,
|
|
4741
4744
|
DsxButtonComponent,
|
|
4745
|
+
DsxEnableDisable,
|
|
4742
4746
|
FormsModule,
|
|
4743
4747
|
IconDsxComponent,
|
|
4744
4748
|
JsonValuesDebujComponent,
|