@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
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export * from './lib/directives/abstract-debounce/debounce-keyup.directive';
|
|
|
53
53
|
export * from './lib/directives/abstract-debounce/abstract-debounce.directive';
|
|
54
54
|
export * from './lib/directives/auto-hide/auto-hide.directive';
|
|
55
55
|
export * from './lib/directives/zindex-toggle/zindex-toggle.directive';
|
|
56
|
+
export * from './lib/directives/ng-var.directive';
|
|
56
57
|
export * from './lib/models/html-container.model';
|
|
57
58
|
export * from './lib/components/selects/call-to-action.model';
|
|
58
59
|
export * from './lib/components/table/shared/filters-table.service';
|
|
@@ -81,3 +82,4 @@ export * from './lib/pipes/shared-pipes.module';
|
|
|
81
82
|
export * from './lib/pipes/tree/format-object-to-recursif-tree.pipe';
|
|
82
83
|
export * from './lib/pipes/tree/format-object-to-simple-tree.pipe';
|
|
83
84
|
export * from './lib/pipes/select/select-filters.pipe';
|
|
85
|
+
export * from './lib/pipes/selected-list/are-all-options-selected.pipe';
|
|
Binary file
|
|
@@ -2,19 +2,17 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { inOutX as
|
|
6
|
-
export { inOutY as
|
|
7
|
-
export { CheckboxModule as
|
|
8
|
-
export { InputSearchModule as
|
|
9
|
-
export { InputModule as
|
|
10
|
-
export { LoaderModule as
|
|
11
|
-
export { PaginationModule as
|
|
12
|
-
export { PagniationArrayTotalPages as
|
|
13
|
-
export { PagniationText as
|
|
14
|
-
export { PagniationIsLastPage as
|
|
15
|
-
export { ProgressBarModule as
|
|
16
|
-
export { TableModule as
|
|
17
|
-
export { TooltipModule as
|
|
18
|
-
export { VarDirective as ɵb } from './lib/directives/ng-var.directive';
|
|
19
|
-
export { AreAllOptionsSelectedPipe as ɵc } from './lib/pipes/selected-list/are-all-options-selected.pipe';
|
|
5
|
+
export { inOutX as ɵn } from './lib/animations/in-out/in-out-x.animation';
|
|
6
|
+
export { inOutY as ɵm } from './lib/animations/in-out/in-out-y.animation';
|
|
7
|
+
export { CheckboxModule as ɵl } from './lib/components/checkbox/checkbox.module';
|
|
8
|
+
export { InputSearchModule as ɵg } from './lib/components/inputs/input-search/input-search.module';
|
|
9
|
+
export { InputModule as ɵh } from './lib/components/inputs/input/input.module';
|
|
10
|
+
export { LoaderModule as ɵk } from './lib/components/loader/loader.module';
|
|
11
|
+
export { PaginationModule as ɵb } from './lib/components/pagination/pagination.module';
|
|
12
|
+
export { PagniationArrayTotalPages as ɵc } from './lib/components/pagination/pipes/array-pages.pipe';
|
|
13
|
+
export { PagniationText as ɵe } from './lib/components/pagination/pipes/custom-text.pipe';
|
|
14
|
+
export { PagniationIsLastPage as ɵd } from './lib/components/pagination/pipes/is-last-page.pipe';
|
|
15
|
+
export { ProgressBarModule as ɵj } from './lib/components/progress-bar/progress-bar.module';
|
|
16
|
+
export { TableModule as ɵf } from './lib/components/table/table.module';
|
|
17
|
+
export { TooltipModule as ɵi } from './lib/components/tooltip/tooltip.module';
|
|
20
18
|
export { DomService as ɵa } from './lib/services/dom.service';
|