@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "0.0.114",
3
+ "version": "0.0.115",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",
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';
@@ -2,19 +2,17 @@
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
4
  export * from './public-api';
5
- export { inOutX as ɵp } from './lib/animations/in-out/in-out-x.animation';
6
- export { inOutY as ɵo } from './lib/animations/in-out/in-out-y.animation';
7
- export { CheckboxModule as ɵn } from './lib/components/checkbox/checkbox.module';
8
- export { InputSearchModule as ɵi } from './lib/components/inputs/input-search/input-search.module';
9
- export { InputModule as ɵj } from './lib/components/inputs/input/input.module';
10
- export { LoaderModule as ɵm } from './lib/components/loader/loader.module';
11
- export { PaginationModule as ɵd } from './lib/components/pagination/pagination.module';
12
- export { PagniationArrayTotalPages as ɵe } from './lib/components/pagination/pipes/array-pages.pipe';
13
- export { PagniationText as ɵg } from './lib/components/pagination/pipes/custom-text.pipe';
14
- export { PagniationIsLastPage as ɵf } from './lib/components/pagination/pipes/is-last-page.pipe';
15
- export { ProgressBarModule as ɵl } from './lib/components/progress-bar/progress-bar.module';
16
- export { TableModule as ɵh } from './lib/components/table/table.module';
17
- export { TooltipModule as ɵk } from './lib/components/tooltip/tooltip.module';
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';