@wizishop/angular-components 0.0.114 → 0.0.115
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 +1387 -1387
- package/bundles/wizishop-angular-components.umd.js +15 -15
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/esm2015/public-api.js +3 -1
- package/esm2015/wizishop-angular-components.js +14 -16
- package/fesm2015/wizishop-angular-components.js +1 -1
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
- package/wizishop-angular-components-0.0.115.tgz +0 -0
- package/wizishop-angular-components.d.ts +13 -15
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.114.tgz +0 -0
|
@@ -4144,6 +4144,7 @@
|
|
|
4144
4144
|
exports.AlertPopupComponent = AlertPopupComponent;
|
|
4145
4145
|
exports.AlertPopupModule = AlertPopupModule;
|
|
4146
4146
|
exports.AlertPopupService = AlertPopupService;
|
|
4147
|
+
exports.AreAllOptionsSelectedPipe = AreAllOptionsSelectedPipe;
|
|
4147
4148
|
exports.AutoHideDirective = AutoHideDirective;
|
|
4148
4149
|
exports.BackComponent = BackComponent;
|
|
4149
4150
|
exports.BlockComponent = BlockComponent;
|
|
@@ -4206,27 +4207,26 @@
|
|
|
4206
4207
|
exports.TreeComponent = TreeComponent;
|
|
4207
4208
|
exports.TreeModule = TreeModule;
|
|
4208
4209
|
exports.UploadComponent = UploadComponent;
|
|
4210
|
+
exports.VarDirective = VarDirective;
|
|
4209
4211
|
exports.WiziComponentsModule = WiziComponentsModule;
|
|
4210
4212
|
exports.WrapperBlocsComponent = WrapperBlocsComponent;
|
|
4211
4213
|
exports.WrapperComponent = WrapperComponent;
|
|
4212
4214
|
exports.WzEditInPlaceComponent = WzEditInPlaceComponent;
|
|
4213
4215
|
exports.ZindexToggleDirective = ZindexToggleDirective;
|
|
4214
4216
|
exports.ɵa = DomService;
|
|
4215
|
-
exports.ɵb =
|
|
4216
|
-
exports.ɵc =
|
|
4217
|
-
exports.ɵd =
|
|
4218
|
-
exports.ɵe =
|
|
4219
|
-
exports.ɵf =
|
|
4220
|
-
exports.ɵg =
|
|
4221
|
-
exports.ɵh =
|
|
4222
|
-
exports.ɵi =
|
|
4223
|
-
exports.ɵj =
|
|
4224
|
-
exports.ɵk =
|
|
4225
|
-
exports.ɵl =
|
|
4226
|
-
exports.ɵm =
|
|
4227
|
-
exports.ɵn =
|
|
4228
|
-
exports.ɵo = inOutY;
|
|
4229
|
-
exports.ɵp = inOutX;
|
|
4217
|
+
exports.ɵb = PaginationModule;
|
|
4218
|
+
exports.ɵc = PagniationArrayTotalPages;
|
|
4219
|
+
exports.ɵd = PagniationIsLastPage;
|
|
4220
|
+
exports.ɵe = PagniationText;
|
|
4221
|
+
exports.ɵf = TableModule;
|
|
4222
|
+
exports.ɵg = InputSearchModule;
|
|
4223
|
+
exports.ɵh = InputModule;
|
|
4224
|
+
exports.ɵi = TooltipModule;
|
|
4225
|
+
exports.ɵj = ProgressBarModule;
|
|
4226
|
+
exports.ɵk = LoaderModule;
|
|
4227
|
+
exports.ɵl = CheckboxModule;
|
|
4228
|
+
exports.ɵm = inOutY;
|
|
4229
|
+
exports.ɵn = inOutX;
|
|
4230
4230
|
|
|
4231
4231
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4232
4232
|
|