@wizishop/angular-components 0.0.28 → 0.0.29
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/bundles/wizishop-angular-components.umd.js +21 -3
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +2 -2
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/shared-components.module.js +5 -5
- package/esm2015/lib/components/snackbar/snackbar.module.js +18 -0
- package/esm2015/public-api.js +2 -1
- package/fesm2015/wizishop-angular-components.js +18 -4
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/lib/components/snackbar/snackbar.module.d.ts +2 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/wizishop-angular-components-0.0.29.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.28.tgz +0 -0
|
@@ -3404,6 +3404,23 @@
|
|
|
3404
3404
|
response: [{ type: i0.Output }]
|
|
3405
3405
|
};
|
|
3406
3406
|
|
|
3407
|
+
var SnackbarModule = /** @class */ (function () {
|
|
3408
|
+
function SnackbarModule() {
|
|
3409
|
+
}
|
|
3410
|
+
return SnackbarModule;
|
|
3411
|
+
}());
|
|
3412
|
+
SnackbarModule.decorators = [
|
|
3413
|
+
{ type: i0.NgModule, args: [{
|
|
3414
|
+
imports: [
|
|
3415
|
+
common.CommonModule,
|
|
3416
|
+
forms.FormsModule
|
|
3417
|
+
],
|
|
3418
|
+
exports: [SnackbarComponent],
|
|
3419
|
+
declarations: [SnackbarComponent],
|
|
3420
|
+
providers: [],
|
|
3421
|
+
},] }
|
|
3422
|
+
];
|
|
3423
|
+
|
|
3407
3424
|
var components = [
|
|
3408
3425
|
TagComponent,
|
|
3409
3426
|
TabComponent,
|
|
@@ -3442,8 +3459,7 @@
|
|
|
3442
3459
|
BlockComponent,
|
|
3443
3460
|
WrapperComponent,
|
|
3444
3461
|
FiltersComponent,
|
|
3445
|
-
WrapperBlocsComponent
|
|
3446
|
-
SnackbarComponent
|
|
3462
|
+
WrapperBlocsComponent
|
|
3447
3463
|
];
|
|
3448
3464
|
var exportsFromModule = [
|
|
3449
3465
|
PaginationComponent,
|
|
@@ -3483,7 +3499,8 @@
|
|
|
3483
3499
|
InputModule,
|
|
3484
3500
|
LoaderModule,
|
|
3485
3501
|
ProgressBarModule,
|
|
3486
|
-
ngxPerfectScrollbar.PerfectScrollbarModule
|
|
3502
|
+
ngxPerfectScrollbar.PerfectScrollbarModule,
|
|
3503
|
+
SnackbarModule
|
|
3487
3504
|
],
|
|
3488
3505
|
declarations: components,
|
|
3489
3506
|
exports: __spread(components, exportsFromModule)
|
|
@@ -3558,6 +3575,7 @@
|
|
|
3558
3575
|
exports.SharedComponentsModule = SharedComponentsModule;
|
|
3559
3576
|
exports.SharedDirectives = SharedDirectives;
|
|
3560
3577
|
exports.SnackbarComponent = SnackbarComponent;
|
|
3578
|
+
exports.SnackbarModule = SnackbarModule;
|
|
3561
3579
|
exports.StateComponent = StateComponent;
|
|
3562
3580
|
exports.SwitchComponent = SwitchComponent;
|
|
3563
3581
|
exports.TabComponent = TabComponent;
|