@wizishop/angular-components 15.1.6 → 15.1.8

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.
Files changed (232) hide show
  1. package/angular-components.scss +10 -11
  2. package/esm2020/lib/components/alert/alert.component.mjs +3 -3
  3. package/esm2020/lib/components/alert-popup/alert-popup-module.mjs +4 -4
  4. package/esm2020/lib/components/alert-popup/alert-popup.component.mjs +3 -3
  5. package/esm2020/lib/components/alert-popup/alert-popup.service.mjs +3 -3
  6. package/esm2020/lib/components/back/back.component.mjs +3 -3
  7. package/esm2020/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +3 -3
  8. package/esm2020/lib/components/block/block.component.mjs +7 -7
  9. package/esm2020/lib/components/block/separator/block-separator.component.mjs +3 -3
  10. package/esm2020/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +3 -3
  11. package/esm2020/lib/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
  12. package/esm2020/lib/components/button/button.component.mjs +12 -12
  13. package/esm2020/lib/components/calendar/calendar.component.mjs +26 -26
  14. package/esm2020/lib/components/card-price/card-price.component.mjs +3 -3
  15. package/esm2020/lib/components/charging-bar/charging-bar.component.mjs +3 -3
  16. package/esm2020/lib/components/checkbox/checkbox.component.mjs +12 -12
  17. package/esm2020/lib/components/checkbox/checkbox.module.mjs +4 -4
  18. package/esm2020/lib/components/common/label/label.component.mjs +3 -3
  19. package/esm2020/lib/components/common/placeholder/placeholder.component.mjs +3 -3
  20. package/esm2020/lib/components/confirm-delete/confirm-delete.component.mjs +3 -3
  21. package/esm2020/lib/components/content-with-buttons/content-with-buttons.component.mjs +3 -3
  22. package/esm2020/lib/components/delete/delete.component.mjs +3 -3
  23. package/esm2020/lib/components/draganddrop-list/draganddrop-list.component.mjs +3 -3
  24. package/esm2020/lib/components/dropdown/dropdown.component.mjs +3 -3
  25. package/esm2020/lib/components/edit-in-place/edit-in-place.component.mjs +3 -3
  26. package/esm2020/lib/components/expanded-panel/expanded-panel.component.mjs +3 -3
  27. package/esm2020/lib/components/expansion/accordion/accordion.component.mjs +3 -3
  28. package/esm2020/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +7 -7
  29. package/esm2020/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +12 -12
  30. package/esm2020/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +7 -7
  31. package/esm2020/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +7 -7
  32. package/esm2020/lib/components/expansion/expansion.module.mjs +4 -4
  33. package/esm2020/lib/components/filters/filters.component.mjs +3 -3
  34. package/esm2020/lib/components/free-popin/free-popin.component.mjs +3 -3
  35. package/esm2020/lib/components/google-preview/google-preview.component.mjs +3 -3
  36. package/esm2020/lib/components/header-page/header-page.component.mjs +3 -3
  37. package/esm2020/lib/components/hn/h1/h1.component.mjs +3 -3
  38. package/esm2020/lib/components/hn/h2/h2.component.mjs +3 -3
  39. package/esm2020/lib/components/hn/h3/h3.component.mjs +3 -3
  40. package/esm2020/lib/components/hn/h4/h4.component.mjs +3 -3
  41. package/esm2020/lib/components/image/image.component.mjs +3 -3
  42. package/esm2020/lib/components/info/info.component.mjs +3 -3
  43. package/esm2020/lib/components/inputs/input/input.component.mjs +3 -3
  44. package/esm2020/lib/components/inputs/input/input.module.mjs +4 -4
  45. package/esm2020/lib/components/inputs/input-search/input-search.component.mjs +3 -3
  46. package/esm2020/lib/components/inputs/input-search/input-search.module.mjs +4 -4
  47. package/esm2020/lib/components/inputs/input-with-select/input-with-select.component.mjs +3 -3
  48. package/esm2020/lib/components/link/link.component.mjs +9 -9
  49. package/esm2020/lib/components/loader/loader.component.mjs +3 -3
  50. package/esm2020/lib/components/loader/loader.module.mjs +4 -4
  51. package/esm2020/lib/components/logo/logo.component.mjs +3 -3
  52. package/esm2020/lib/components/mosaic/mosaic.component.mjs +3 -3
  53. package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +3 -3
  54. package/esm2020/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +3 -3
  55. package/esm2020/lib/components/optional-disable-container/optional-disable-container.component.mjs +3 -3
  56. package/esm2020/lib/components/pagination/pagination.component.mjs +7 -7
  57. package/esm2020/lib/components/pagination/pagination.module.mjs +4 -4
  58. package/esm2020/lib/components/pagination/pipes/array-pages.pipe.mjs +3 -3
  59. package/esm2020/lib/components/pagination/pipes/custom-text.pipe.mjs +3 -3
  60. package/esm2020/lib/components/pagination/pipes/is-last-page.pipe.mjs +3 -3
  61. package/esm2020/lib/components/popin/popin.component.mjs +3 -3
  62. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +3 -3
  63. package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +4 -4
  64. package/esm2020/lib/components/radio/radio-directive.mjs +3 -3
  65. package/esm2020/lib/components/radio/radio-group.directive.mjs +8 -8
  66. package/esm2020/lib/components/radio/radio.component.mjs +3 -3
  67. package/esm2020/lib/components/search/search.component.mjs +3 -3
  68. package/esm2020/lib/components/select/option/option.component.mjs +3 -3
  69. package/esm2020/lib/components/select/option/select-option.directive.mjs +14 -14
  70. package/esm2020/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +3 -3
  71. package/esm2020/lib/components/select/select/select.component.mjs +24 -24
  72. package/esm2020/lib/components/select/select/select.directive.mjs +15 -15
  73. package/esm2020/lib/components/select/select/value-change.service.mjs +12 -12
  74. package/esm2020/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +3 -3
  75. package/esm2020/lib/components/select-in-text/select-in-text.component.mjs +11 -11
  76. package/esm2020/lib/components/selected-list/selected-list.component.mjs +3 -3
  77. package/esm2020/lib/components/separator/separator.component.mjs +3 -3
  78. package/esm2020/lib/components/settings/settings.component.mjs +3 -3
  79. package/esm2020/lib/components/shared-components.module.mjs +4 -4
  80. package/esm2020/lib/components/snackbar/snackbar.component.mjs +3 -3
  81. package/esm2020/lib/components/state/state.component.mjs +3 -3
  82. package/esm2020/lib/components/summary/summary.component.mjs +8 -8
  83. package/esm2020/lib/components/switch/switch.component.mjs +3 -3
  84. package/esm2020/lib/components/tab/tab.component.mjs +3 -3
  85. package/esm2020/lib/components/table/directives/checkBoxRow.directive.mjs +13 -13
  86. package/esm2020/lib/components/table/directives/column.directive.mjs +3 -3
  87. package/esm2020/lib/components/table/directives/columnHeader.directive.mjs +11 -11
  88. package/esm2020/lib/components/table/directives/raw.directive.mjs +3 -3
  89. package/esm2020/lib/components/table/shared/filters-table.service.mjs +3 -3
  90. package/esm2020/lib/components/table/shared/table-checkbox-id.service.mjs +3 -3
  91. package/esm2020/lib/components/table/table.component.mjs +3 -3
  92. package/esm2020/lib/components/table/table.module.mjs +4 -4
  93. package/esm2020/lib/components/tag/tag.component.mjs +3 -3
  94. package/esm2020/lib/components/tag-label/tag-label.component.mjs +3 -3
  95. package/esm2020/lib/components/text/text.component.mjs +3 -3
  96. package/esm2020/lib/components/text-area/text-area.component.mjs +3 -3
  97. package/esm2020/lib/components/token-check/token-check.component.mjs +3 -3
  98. package/esm2020/lib/components/tooltip/tooltip.component.mjs +3 -3
  99. package/esm2020/lib/components/tooltip/tooltip.module.mjs +4 -4
  100. package/esm2020/lib/components/tree/tree.component.mjs +3 -3
  101. package/esm2020/lib/components/tree/tree.module.mjs +4 -4
  102. package/esm2020/lib/components/upload/upload.component.mjs +3 -3
  103. package/esm2020/lib/components/wrapper/wrapper.component.mjs +3 -3
  104. package/esm2020/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +3 -3
  105. package/esm2020/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +3 -3
  106. package/esm2020/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +3 -3
  107. package/esm2020/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +3 -3
  108. package/esm2020/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +3 -3
  109. package/esm2020/lib/directives/auto-hide/auto-hide.directive.mjs +3 -3
  110. package/esm2020/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +3 -3
  111. package/esm2020/lib/directives/keyboard-events/keypress-enter.directive.mjs +8 -8
  112. package/esm2020/lib/directives/keyboard-events/only-numbers.directive.mjs +3 -3
  113. package/esm2020/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +3 -3
  114. package/esm2020/lib/directives/ng-var.directive.mjs +12 -12
  115. package/esm2020/lib/directives/shared-directives.module.mjs +4 -4
  116. package/esm2020/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +9 -9
  117. package/esm2020/lib/pipes/call-component-function.pipe.mjs +3 -3
  118. package/esm2020/lib/pipes/find-option-selected-field.pipe.mjs +3 -3
  119. package/esm2020/lib/pipes/select/filter-options.pipe.mjs +3 -3
  120. package/esm2020/lib/pipes/select/select-filters.pipe.mjs +3 -3
  121. package/esm2020/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +3 -3
  122. package/esm2020/lib/pipes/shared-pipes.module.mjs +4 -4
  123. package/esm2020/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +3 -3
  124. package/esm2020/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +3 -3
  125. package/esm2020/lib/services/dom.service.mjs +3 -3
  126. package/esm2020/lib/services/history.service.mjs +3 -3
  127. package/esm2020/lib/services/multiple-selection.service.mjs +3 -3
  128. package/esm2020/lib/wizi-components.module.mjs +4 -4
  129. package/fesm2015/wizishop-angular-components.mjs +559 -559
  130. package/fesm2015/wizishop-angular-components.mjs.map +1 -1
  131. package/fesm2020/wizishop-angular-components.mjs +559 -559
  132. package/fesm2020/wizishop-angular-components.mjs.map +1 -1
  133. package/lib/components/alert/alert.component.d.ts +1 -1
  134. package/lib/components/alert-popup/alert-popup.component.d.ts +1 -1
  135. package/lib/components/back/back.component.d.ts +1 -1
  136. package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts +1 -1
  137. package/lib/components/block/block.component.d.ts +2 -2
  138. package/lib/components/block/separator/block-separator.component.d.ts +1 -1
  139. package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts +1 -1
  140. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  141. package/lib/components/button/button.component.d.ts +1 -1
  142. package/lib/components/calendar/calendar.component.d.ts +1 -1
  143. package/lib/components/card-price/card-price.component.d.ts +1 -1
  144. package/lib/components/charging-bar/charging-bar.component.d.ts +1 -1
  145. package/lib/components/checkbox/checkbox.component.d.ts +1 -1
  146. package/lib/components/common/label/label.component.d.ts +1 -1
  147. package/lib/components/common/placeholder/placeholder.component.d.ts +1 -1
  148. package/lib/components/confirm-delete/confirm-delete.component.d.ts +1 -1
  149. package/lib/components/content-with-buttons/content-with-buttons.component.d.ts +1 -1
  150. package/lib/components/delete/delete.component.d.ts +1 -1
  151. package/lib/components/draganddrop-list/draganddrop-list.component.d.ts +1 -1
  152. package/lib/components/dropdown/dropdown.component.d.ts +1 -1
  153. package/lib/components/edit-in-place/edit-in-place.component.d.ts +1 -1
  154. package/lib/components/expanded-panel/expanded-panel.component.d.ts +1 -1
  155. package/lib/components/expansion/accordion/accordion.component.d.ts +1 -1
  156. package/lib/components/expansion/expansion-panel/expansion-panel.component.d.ts +1 -1
  157. package/lib/components/expansion/expansion-panel/expansion-panel.directive.d.ts +1 -1
  158. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.d.ts +1 -1
  159. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts +1 -1
  160. package/lib/components/filters/filters.component.d.ts +1 -1
  161. package/lib/components/free-popin/free-popin.component.d.ts +1 -1
  162. package/lib/components/google-preview/google-preview.component.d.ts +1 -1
  163. package/lib/components/header-page/header-page.component.d.ts +1 -1
  164. package/lib/components/hn/h1/h1.component.d.ts +1 -1
  165. package/lib/components/hn/h2/h2.component.d.ts +1 -1
  166. package/lib/components/hn/h3/h3.component.d.ts +1 -1
  167. package/lib/components/hn/h4/h4.component.d.ts +1 -1
  168. package/lib/components/image/image.component.d.ts +1 -1
  169. package/lib/components/info/info.component.d.ts +1 -1
  170. package/lib/components/inputs/input/input.component.d.ts +1 -1
  171. package/lib/components/inputs/input-search/input-search.component.d.ts +1 -1
  172. package/lib/components/inputs/input-with-select/input-with-select.component.d.ts +1 -1
  173. package/lib/components/inputs/input-with-select/option-item.dto.d.ts +1 -1
  174. package/lib/components/link/link.component.d.ts +1 -1
  175. package/lib/components/loader/loader.component.d.ts +1 -1
  176. package/lib/components/logo/logo.component.d.ts +1 -1
  177. package/lib/components/mosaic/mosaic.component.d.ts +5 -5
  178. package/lib/components/multiple-search/multiple-search.component.d.ts +1 -1
  179. package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +1 -1
  180. package/lib/components/optional-disable-container/optional-disable-container.component.d.ts +1 -1
  181. package/lib/components/pagination/pagination.component.d.ts +1 -1
  182. package/lib/components/popin/popin.component.d.ts +1 -1
  183. package/lib/components/progress-bar/progress-bar.component.d.ts +1 -1
  184. package/lib/components/radio/radio-directive.d.ts +1 -1
  185. package/lib/components/radio/radio-group.directive.d.ts +1 -1
  186. package/lib/components/radio/radio.component.d.ts +1 -1
  187. package/lib/components/search/search.component.d.ts +1 -1
  188. package/lib/components/select/option/option.component.d.ts +1 -1
  189. package/lib/components/select/option/select-option.directive.d.ts +1 -1
  190. package/lib/components/select/option-call-to-action/option-call-to-action.component.d.ts +1 -1
  191. package/lib/components/select/select/select.component.d.ts +1 -1
  192. package/lib/components/select/select/select.directive.d.ts +1 -1
  193. package/lib/components/select/select-search-trigger/select-search-trigger.component.d.ts +1 -1
  194. package/lib/components/select-in-text/select-in-text.component.d.ts +1 -1
  195. package/lib/components/selected-list/selected-list.component.d.ts +1 -1
  196. package/lib/components/separator/separator.component.d.ts +1 -1
  197. package/lib/components/settings/settings.component.d.ts +1 -1
  198. package/lib/components/snackbar/snackbar.component.d.ts +1 -1
  199. package/lib/components/state/state.component.d.ts +1 -1
  200. package/lib/components/summary/summary.component.d.ts +1 -1
  201. package/lib/components/switch/switch.component.d.ts +1 -1
  202. package/lib/components/tab/tab.component.d.ts +2 -2
  203. package/lib/components/table/directives/checkBoxRow.directive.d.ts +1 -1
  204. package/lib/components/table/directives/column.directive.d.ts +1 -1
  205. package/lib/components/table/directives/columnHeader.directive.d.ts +1 -1
  206. package/lib/components/table/directives/raw.directive.d.ts +1 -1
  207. package/lib/components/table/table.component.d.ts +1 -1
  208. package/lib/components/tag/tag.component.d.ts +1 -1
  209. package/lib/components/tag-label/tag-label.component.d.ts +1 -1
  210. package/lib/components/text/text.component.d.ts +1 -1
  211. package/lib/components/text-area/text-area.component.d.ts +1 -1
  212. package/lib/components/token-check/token-check.component.d.ts +1 -1
  213. package/lib/components/tooltip/tooltip.component.d.ts +1 -1
  214. package/lib/components/tree/tree.component.d.ts +1 -1
  215. package/lib/components/upload/upload.component.d.ts +1 -1
  216. package/lib/components/wrapper/wrapper.component.d.ts +1 -1
  217. package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts +1 -1
  218. package/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.d.ts +1 -1
  219. package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts +1 -1
  220. package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts +1 -1
  221. package/lib/directives/abstract-debounce/debounce-keyup.directive.d.ts +1 -1
  222. package/lib/directives/auto-hide/auto-hide.directive.d.ts +1 -1
  223. package/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.d.ts +1 -1
  224. package/lib/directives/keyboard-events/keypress-enter.directive.d.ts +1 -1
  225. package/lib/directives/keyboard-events/only-numbers.directive.d.ts +1 -1
  226. package/lib/directives/keyboard-events/two-digital-decimal-number.directive.d.ts +1 -1
  227. package/lib/directives/ng-var.directive.d.ts +1 -1
  228. package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts +1 -1
  229. package/lib/pipes/call-component-function.pipe.d.ts +1 -1
  230. package/package.json +1 -1
  231. package/wizishop-angular-components-15.1.8.tgz +0 -0
  232. package/wizishop-angular-components-15.1.6.tgz +0 -0
@@ -10,5 +10,5 @@ export declare class SelectSearchTriggerComponent {
10
10
  onKeypressEnter(): void;
11
11
  setFocus(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectSearchTriggerComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectSearchTriggerComponent, "wac-select-search-trigger", never, { "searchValue": "searchValue"; }, { "searchValueChange": "searchValueChange"; "searchInputKeyEnterPressed": "searchInputKeyEnterPressed"; }, never, never, false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectSearchTriggerComponent, "wac-select-search-trigger", never, { "searchValue": "searchValue"; }, { "searchValueChange": "searchValueChange"; "searchInputKeyEnterPressed": "searchInputKeyEnterPressed"; }, never, never, false, never>;
14
14
  }
@@ -31,5 +31,5 @@ export declare class SelectInTextComponent implements OnInit {
31
31
  private setCurrentItem;
32
32
  private unselectAll;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectInTextComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectInTextComponent, "wac-select-in-text", never, { "items": "items"; "placeholder": "placeholder"; "label": "label"; "maxWidthItems": "maxWidthItems"; "type": "type"; "callToAction": "callToAction"; "preText": "preText"; "postText": "postText"; "alwaysOpen": "alwaysOpen"; "maxWidth": "maxWidth"; }, { "selectValue": "selectValue"; "clickOnCallToAction": "clickOnCallToAction"; }, never, never, false>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectInTextComponent, "wac-select-in-text", never, { "items": "items"; "placeholder": "placeholder"; "label": "label"; "maxWidthItems": "maxWidthItems"; "type": "type"; "callToAction": "callToAction"; "preText": "preText"; "postText": "postText"; "alwaysOpen": "alwaysOpen"; "maxWidth": "maxWidth"; }, { "selectValue": "selectValue"; "clickOnCallToAction": "clickOnCallToAction"; }, never, never, false, never>;
35
35
  }
@@ -17,5 +17,5 @@ export declare class SelectedListComponent implements OnInit {
17
17
  onSelectItem(index: number): void;
18
18
  areAllOptionsChecked(): boolean;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectedListComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectedListComponent, "wac-selected-list", never, { "options": "options"; "label": "label"; "textSelectAll": "textSelectAll"; "textUnSelectAll": "textUnSelectAll"; "enableSelectAll": "enableSelectAll"; }, { "selectedItemsIndex": "selectedItemsIndex"; "selectedItemsAll": "selectedItemsAll"; "unSelectedItemsAll": "unSelectedItemsAll"; }, never, never, false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectedListComponent, "wac-selected-list", never, { "options": "options"; "label": "label"; "textSelectAll": "textSelectAll"; "textUnSelectAll": "textUnSelectAll"; "enableSelectAll": "enableSelectAll"; }, { "selectedItemsIndex": "selectedItemsIndex"; "selectedItemsAll": "selectedItemsAll"; "unSelectedItemsAll": "unSelectedItemsAll"; }, never, never, false, never>;
21
21
  }
@@ -3,5 +3,5 @@ export declare class SeparatorComponent {
3
3
  dashed: boolean;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SeparatorComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "wac-separator", never, { "dashed": "dashed"; }, {}, never, never, false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "wac-separator", never, { "dashed": "dashed"; }, {}, never, never, false, never>;
7
7
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class SettingsComponent {
3
3
  constructor();
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SettingsComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<SettingsComponent, "wac-settings", never, {}, {}, never, never, false>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SettingsComponent, "wac-settings", never, {}, {}, never, never, false, never>;
6
6
  }
@@ -17,5 +17,5 @@ export declare class SnackbarComponent implements OnInit {
17
17
  refuse(): void;
18
18
  closeSnackbar(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "wac-snackbar", never, { "message": "message"; "textButtonOk": "textButtonOk"; "textButtonKo": "textButtonKo"; "duration": "duration"; "color": "color"; "buttonColor": "buttonColor"; "visible": "visible"; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "wac-snackbar", never, { "message": "message"; "textButtonOk": "textButtonOk"; "textButtonKo": "textButtonKo"; "duration": "duration"; "color": "color"; "buttonColor": "buttonColor"; "visible": "visible"; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, false, never>;
21
21
  }
@@ -3,5 +3,5 @@ export declare class StateComponent {
3
3
  state: string;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<StateComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<StateComponent, "wac-state", never, { "state": "state"; }, {}, never, never, false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<StateComponent, "wac-state", never, { "state": "state"; }, {}, never, never, false, never>;
7
7
  }
@@ -13,5 +13,5 @@ export declare class SummaryComponent {
13
13
  constructor();
14
14
  scrollToItem(i: number): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SummaryComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryComponent, "wac-summary", never, { "activeItem": "activeItem"; "items": "items"; }, { "itemChanged": "itemChanged"; }, never, never, false>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SummaryComponent, "wac-summary", never, { "activeItem": "activeItem"; "items": "items"; }, { "itemChanged": "itemChanged"; }, never, never, false, never>;
17
17
  }
@@ -29,5 +29,5 @@ export declare class SwitchComponent implements OnInit, ControlValueAccessor {
29
29
  registerOnTouched(onTouched: any): void;
30
30
  setDisabledState(disabled: boolean): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "wac-switch", never, { "value": "value"; "textState": "textState"; "textStateAfter": "textStateAfter"; "textStateEnable": "textStateEnable"; "textStateDisable": "textStateDisable"; "showInput": "showInput"; "placholderInput": "placholderInput"; "danger": "danger"; "whiteSpace": "whiteSpace"; }, { "switchChange": "switchChange"; "changeInput": "changeInput"; }, never, ["*"], false>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "wac-switch", never, { "value": "value"; "textState": "textState"; "textStateAfter": "textStateAfter"; "textStateEnable": "textStateEnable"; "textStateDisable": "textStateDisable"; "showInput": "showInput"; "placholderInput": "placholderInput"; "danger": "danger"; "whiteSpace": "whiteSpace"; }, { "switchChange": "switchChange"; "changeInput": "changeInput"; }, never, ["*"], false, never>;
33
33
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare type Tab = {
3
+ export type Tab = {
4
4
  label: string;
5
5
  index: number;
6
6
  };
@@ -13,5 +13,5 @@ export declare class TabComponent {
13
13
  constructor();
14
14
  valueChanged(i: any): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "wac-tab", never, { "underline": "underline"; "button": "button"; "tabs": "tabs"; "index": "index"; }, { "indexChange": "indexChange"; }, never, never, true>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "wac-tab", never, { "underline": "underline"; "button": "button"; "tabs": "tabs"; "index": "index"; }, { "indexChange": "indexChange"; }, never, never, true, never>;
17
17
  }
@@ -30,5 +30,5 @@ export declare class CheckBoxRow {
30
30
  setActive(isActive: boolean): void;
31
31
  ngOnDestroy(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxRow, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxRow, "[checkBoxRow]", never, { "checkBoxId": "checkBoxId"; "checkBoxName": "checkBoxName"; "checkBoxValue": "checkBoxValue"; }, { "checkBoxValueChange": "checkBoxValueChange"; }, never, never, false>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxRow, "[checkBoxRow]", never, { "checkBoxId": "checkBoxId"; "checkBoxName": "checkBoxName"; "checkBoxValue": "checkBoxValue"; }, { "checkBoxValueChange": "checkBoxValueChange"; }, never, never, false, never>;
34
34
  }
@@ -12,5 +12,5 @@ export declare class TableColumn {
12
12
  ngAfterViewInit(): void;
13
13
  applyCustomStylesOnCell(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TableColumn, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumn, "[tableColumn]", never, { "columnSize": "columnSize"; "centerCell": "centerCell"; }, {}, never, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumn, "[tableColumn]", never, { "columnSize": "columnSize"; "centerCell": "centerCell"; }, {}, never, never, false, never>;
16
16
  }
@@ -40,5 +40,5 @@ export declare class TableColumnHeader {
40
40
  emitEvents(newSort: any, newOrder: any): void;
41
41
  ngOnDestroy(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnHeader, never>;
43
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnHeader, "[headerCell]", never, { "headerName": "headerName"; "columnSize": "columnSize"; "filterRouting": "filterRouting"; "tableName": "tableName"; "sortName": "sortName"; "centerCell": "centerCell"; "tableFilters": "tableFilters"; }, { "onSortChange": "onSortChange"; "tableFiltersChange": "tableFiltersChange"; }, never, never, false>;
43
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnHeader, "[headerCell]", never, { "headerName": "headerName"; "columnSize": "columnSize"; "filterRouting": "filterRouting"; "tableName": "tableName"; "sortName": "sortName"; "centerCell": "centerCell"; "tableFilters": "tableFilters"; }, { "onSortChange": "onSortChange"; "tableFiltersChange": "tableFiltersChange"; }, never, never, false, never>;
44
44
  }
@@ -9,5 +9,5 @@ export declare class TableRow {
9
9
  ngAfterViewInit(): void;
10
10
  applyCustomStylesOnCell(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRow, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableRow, "[tableRow]", never, {}, {}, never, never, false>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableRow, "[tableRow]", never, {}, {}, never, never, false, never>;
13
13
  }
@@ -40,5 +40,5 @@ export declare class TableComponent implements OnInit {
40
40
  private setTablesFilters;
41
41
  ngOnDestroy(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "wac-table", never, { "tableFilters": "tableFilters"; "tableRoutingName": "tableRoutingName"; "placeholder": "placeholder"; "checkbox": "checkbox"; "disableSearch": "disableSearch"; "disablePagniation": "disablePagniation"; "isLoading": "isLoading"; }, { "tableFiltersChange": "tableFiltersChange"; "toggleAllCheckBox": "toggleAllCheckBox"; "checkBoxSelectionChange": "checkBoxSelectionChange"; }, ["checkBoxRows", "tableRows"], ["[headerCell]", ".complex-table", "[tableRow]"], false>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "wac-table", never, { "tableFilters": "tableFilters"; "tableRoutingName": "tableRoutingName"; "placeholder": "placeholder"; "checkbox": "checkbox"; "disableSearch": "disableSearch"; "disablePagniation": "disablePagniation"; "isLoading": "isLoading"; }, { "tableFiltersChange": "tableFiltersChange"; "toggleAllCheckBox": "toggleAllCheckBox"; "checkBoxSelectionChange": "checkBoxSelectionChange"; }, ["checkBoxRows", "tableRows"], ["[headerCell]", ".complex-table", "[tableRow]"], false, never>;
44
44
  }
@@ -11,5 +11,5 @@ export declare class TagComponent {
11
11
  constructor();
12
12
  toggleTag(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "wac-tag", never, { "label": "label"; "class": "class"; "hasClose": "hasClose"; "draggable": "draggable"; "big": "big"; "isOpen": "isOpen"; }, { "isOpenChange": "isOpenChange"; }, never, never, false>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "wac-tag", never, { "label": "label"; "class": "class"; "hasClose": "hasClose"; "draggable": "draggable"; "big": "big"; "isOpen": "isOpen"; }, { "isOpenChange": "isOpenChange"; }, never, never, false, never>;
15
15
  }
@@ -8,5 +8,5 @@ export declare class TagLabelComponent {
8
8
  constructor();
9
9
  deleteLabel(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TagLabelComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<TagLabelComponent, "wac-tag-label", never, { "index": "index"; "label": "label"; "deleted": "deleted"; }, { "onDeleteLabel": "onDeleteLabel"; }, never, never, false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagLabelComponent, "wac-tag-label", never, { "index": "index"; "label": "label"; "deleted": "deleted"; }, { "onDeleteLabel": "onDeleteLabel"; }, never, never, false, never>;
12
12
  }
@@ -5,5 +5,5 @@ export declare class TextComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "wac-text", never, { "textClass": "textClass"; }, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "wac-text", never, { "textClass": "textClass"; }, {}, never, ["*"], false, never>;
9
9
  }
@@ -27,5 +27,5 @@ export declare class TextAreaComponent implements ControlValueAccessor {
27
27
  onChange(value: any): void;
28
28
  onBlur(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "wac-text-area", never, { "label": "label"; "value": "value"; "placeholder": "placeholder"; "textInfo": "textInfo"; "textError": "textError"; "error": "error"; "success": "success"; "size": "size"; "min": "min"; "max": "max"; "dynamicSize": "dynamicSize"; "progressBar": "progressBar"; "disabled": "disabled"; "maxlength": "maxlength"; "minlength": "minlength"; "disableResize": "disableResize"; }, {}, never, never, false>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "wac-text-area", never, { "label": "label"; "value": "value"; "placeholder": "placeholder"; "textInfo": "textInfo"; "textError": "textError"; "error": "error"; "success": "success"; "size": "size"; "min": "min"; "max": "max"; "dynamicSize": "dynamicSize"; "progressBar": "progressBar"; "disabled": "disabled"; "maxlength": "maxlength"; "minlength": "minlength"; "disableResize": "disableResize"; }, {}, never, never, false, never>;
31
31
  }
@@ -6,5 +6,5 @@ export declare class TokenCheckComponent {
6
6
  warning: boolean;
7
7
  constructor();
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TokenCheckComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<TokenCheckComponent, "wac-token-check", never, { "label": "label"; "value": "value"; "max": "max"; }, {}, never, never, false>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TokenCheckComponent, "wac-token-check", never, { "label": "label"; "value": "value"; "max": "max"; }, {}, never, never, false, never>;
10
10
  }
@@ -8,5 +8,5 @@ export declare class TooltipComponent implements OnInit {
8
8
  constructor();
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "wac-tooltip", never, { "tooltipIcon": "tooltipIcon"; "tooltipText": "tooltipText"; "tooltipLink": "tooltipLink"; "tooltipUrl": "tooltipUrl"; }, {}, never, never, false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "wac-tooltip", never, { "tooltipIcon": "tooltipIcon"; "tooltipText": "tooltipText"; "tooltipLink": "tooltipLink"; "tooltipUrl": "tooltipUrl"; }, {}, never, never, false, never>;
12
12
  }
@@ -11,5 +11,5 @@ export declare class TreeComponent<Tree extends RecursifDto<Tree>> {
11
11
  optionTemplate: TemplateRef<any>;
12
12
  trackByFn: (index: number, item: Tree) => any;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent<any>, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent<any>, "wac-tree", never, { "items": "items"; "treeDepth": "treeDepth"; "optionTemplate": "optionTemplate"; "trackByFn": "trackByFn"; }, {}, never, never, false>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent<any>, "wac-tree", never, { "items": "items"; "treeDepth": "treeDepth"; "optionTemplate": "optionTemplate"; "trackByFn": "trackByFn"; }, {}, never, never, false, never>;
15
15
  }
@@ -11,5 +11,5 @@ export declare class UploadComponent implements OnInit {
11
11
  ngOnInit(): void;
12
12
  triggerEvent(event: any): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<UploadComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "wac-upload", never, { "label": "label"; "type": "type"; "icon": "icon"; "image": "image"; "labelImage": "labelImage"; }, { "open": "open"; }, never, never, false>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "wac-upload", never, { "label": "label"; "type": "type"; "icon": "icon"; "image": "image"; "labelImage": "labelImage"; }, { "open": "open"; }, never, never, false, never>;
15
15
  }
@@ -5,5 +5,5 @@ export declare class WrapperComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<WrapperComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<WrapperComponent, "wac-wrapper", never, { "size": "size"; }, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<WrapperComponent, "wac-wrapper", never, { "size": "size"; }, {}, never, ["*"], false, never>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class WrapperBlocsComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<WrapperBlocsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<WrapperBlocsComponent, "wac-wrapper-blocs", never, { "sidebar": "sidebar"; }, {}, never, ["*"], false>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<WrapperBlocsComponent, "wac-wrapper-blocs", never, { "sidebar": "sidebar"; }, {}, never, ["*"], false, never>;
9
9
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class WrapperMultipleBlockComponent {
3
3
  constructor();
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<WrapperMultipleBlockComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<WrapperMultipleBlockComponent, "wac-wrapper-multiple-block", never, {}, {}, never, ["[sidebar]", "[content]"], false>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<WrapperMultipleBlockComponent, "wac-wrapper-multiple-block", never, {}, {}, never, ["[sidebar]", "[content]"], false, never>;
6
6
  }
@@ -8,5 +8,5 @@ export declare class WrapperSidebarComponent {
8
8
  transparentSidebar: boolean;
9
9
  constructor();
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<WrapperSidebarComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<WrapperSidebarComponent, "wac-wrapper-sidebar", never, { "reverse": "reverse"; "hideBackground": "hideBackground"; "backgroundGrey": "backgroundGrey"; "backgroundWidth": "backgroundWidth"; "stickySidebar": "stickySidebar"; "transparentSidebar": "transparentSidebar"; }, {}, never, ["[sidebar]", "[content]"], false>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<WrapperSidebarComponent, "wac-wrapper-sidebar", never, { "reverse": "reverse"; "hideBackground": "hideBackground"; "backgroundGrey": "backgroundGrey"; "backgroundWidth": "backgroundWidth"; "stickySidebar": "stickySidebar"; "transparentSidebar": "transparentSidebar"; }, {}, never, ["[sidebar]", "[content]"], false, never>;
12
12
  }
@@ -11,5 +11,5 @@ export declare class AbstractDebounceDirective implements OnDestroy {
11
11
  emitChange(value: any): void;
12
12
  ngOnDestroy(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDebounceDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDebounceDirective, "AbstractDebounceDirective", never, { "debounceTime": "debounceTime"; }, { "onEventChange": "onEventChange"; }, never, never, false>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDebounceDirective, "AbstractDebounceDirective", never, { "debounceTime": "debounceTime"; }, { "onEventChange": "onEventChange"; }, never, never, false, never>;
15
15
  }
@@ -4,5 +4,5 @@ export declare class DebounceKeyupDirective extends AbstractDebounceDirective {
4
4
  constructor();
5
5
  onKeyUp(event: any): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DebounceKeyupDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DebounceKeyupDirective, "input[debounceKeyUp]", never, {}, {}, never, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DebounceKeyupDirective, "input[debounceKeyUp]", never, {}, {}, never, never, false, never>;
8
8
  }
@@ -13,5 +13,5 @@ export declare class AutoHideDirective implements AfterViewInit {
13
13
  ngAfterViewInit(): void;
14
14
  ngOnDestroy(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AutoHideDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutoHideDirective, "[wzAutoHide]", never, { "triggerElement": "triggerElement"; "forceOn": "forceOn"; }, { "clickOutside": "clickOutside"; }, never, never, false>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutoHideDirective, "[wzAutoHide]", never, { "triggerElement": "triggerElement"; "forceOn": "forceOn"; }, { "clickOutside": "clickOutside"; }, never, never, false, never>;
17
17
  }
@@ -8,5 +8,5 @@ export declare class CopyToClipBoardDirective {
8
8
  constructor(element: ElementRef);
9
9
  copyToClipboard: (text: string) => void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CopyToClipBoardDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<CopyToClipBoardDirective, "[wacCopyToClipboard]", never, {}, { "textCopy": "textCopy"; }, never, never, true>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CopyToClipBoardDirective, "[wacCopyToClipboard]", never, {}, { "textCopy": "textCopy"; }, never, never, true, never>;
12
12
  }
@@ -6,5 +6,5 @@ export declare class KeypressEnterDirective {
6
6
  keypressEnter: EventEmitter<boolean>;
7
7
  constructor();
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<KeypressEnterDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<KeypressEnterDirective, "[keypressEnter]", never, {}, { "keypressEnter": "keypressEnter"; }, never, never, false>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<KeypressEnterDirective, "[keypressEnter]", never, {}, { "keypressEnter": "keypressEnter"; }, never, never, false, never>;
10
10
  }
@@ -4,5 +4,5 @@ export declare class OnlyNumberDirective {
4
4
  wacOnlyNumber: boolean;
5
5
  onKeyDown(event: KeyboardEvent): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<OnlyNumberDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyNumberDirective, "[wacOnlyNumber]", never, { "wacOnlyNumber": "wacOnlyNumber"; }, {}, never, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyNumberDirective, "[wacOnlyNumber]", never, { "wacOnlyNumber": "wacOnlyNumber"; }, {}, never, never, false, never>;
8
8
  }
@@ -7,5 +7,5 @@ export declare class TwoDigitDecimalNumberDirective {
7
7
  constructor(el: ElementRef);
8
8
  onKeyDown(event: KeyboardEvent): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TwoDigitDecimalNumberDirective, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<TwoDigitDecimalNumberDirective, "[wacTwoDigitDecimalNumber]", never, { "decimalSeparator": "decimalSeparator"; }, {}, never, never, false>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TwoDigitDecimalNumberDirective, "[wacTwoDigitDecimalNumber]", never, { "decimalSeparator": "decimalSeparator"; }, {}, never, never, false, never>;
11
11
  }
@@ -8,5 +8,5 @@ export declare class VarDirective {
8
8
  private hasView;
9
9
  constructor(templateRef: TemplateRef<any>, vcRef: ViewContainerRef);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<VarDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<VarDirective, "[ngVar]", never, { "ngVar": "ngVar"; }, {}, never, never, false>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<VarDirective, "[ngVar]", never, { "ngVar": "ngVar"; }, {}, never, never, false, never>;
12
12
  }
@@ -12,5 +12,5 @@ export declare class ZindexToggleDirective implements OnInit, OnDestroy {
12
12
  switchToggle(): void;
13
13
  ngOnDestroy(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ZindexToggleDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<ZindexToggleDirective, "[zIndexToggle]", never, { "isActive": "zIndexToggle"; }, { "onEventChange": "onEventChange"; }, never, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ZindexToggleDirective, "[zIndexToggle]", never, { "isActive": "zIndexToggle"; }, { "onEventChange": "onEventChange"; }, never, never, false, never>;
16
16
  }
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Typed mapping function.
5
5
  */
6
- export declare type Mapper<T, G> = (item: T, ...args: any[]) => G;
6
+ export type Mapper<T, G> = (item: T, ...args: any[]) => G;
7
7
  export declare class CallComponentFunctionPipe implements PipeTransform {
8
8
  /**
9
9
  * Maps object to an arbitrary result through a plan-name function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.6",
3
+ "version": "15.1.8",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",