ngx-wapp-components 1.0.34 → 1.0.35
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/esm2020/lib/wapp-components.module.mjs +6 -3
- package/fesm2015/ngx-wapp-components.mjs +5 -2
- package/fesm2015/ngx-wapp-components.mjs.map +1 -1
- package/fesm2020/ngx-wapp-components.mjs +5 -2
- package/fesm2020/ngx-wapp-components.mjs.map +1 -1
- package/lib/wapp-components.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3571,7 +3571,8 @@ WappComponentsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", ve
|
|
|
3571
3571
|
WButtonsFooterComponent,
|
|
3572
3572
|
WTreeTableComponent,
|
|
3573
3573
|
WGridComponent,
|
|
3574
|
-
WEditToggleComponent
|
|
3574
|
+
WEditToggleComponent,
|
|
3575
|
+
ImageCropperModule] });
|
|
3575
3576
|
WappComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WappComponentsModule, providers: [
|
|
3576
3577
|
{
|
|
3577
3578
|
provide: HIGHLIGHT_OPTIONS,
|
|
@@ -3622,7 +3623,8 @@ WappComponentsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
|
|
|
3622
3623
|
QueryBuilderModule,
|
|
3623
3624
|
ImageModule,
|
|
3624
3625
|
FileUploadModule,
|
|
3625
|
-
SliderModule
|
|
3626
|
+
SliderModule,
|
|
3627
|
+
ImageCropperModule] });
|
|
3626
3628
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: WappComponentsModule, decorators: [{
|
|
3627
3629
|
type: NgModule,
|
|
3628
3630
|
args: [{
|
|
@@ -3745,6 +3747,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
|
|
|
3745
3747
|
WTreeTableComponent,
|
|
3746
3748
|
WGridComponent,
|
|
3747
3749
|
WEditToggleComponent,
|
|
3750
|
+
ImageCropperModule
|
|
3748
3751
|
],
|
|
3749
3752
|
providers: [
|
|
3750
3753
|
{
|