@wizishop/angular-components 15.1.112 → 18.2.0

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 (344) hide show
  1. package/README.md +87 -87
  2. package/angular-components.scss +1717 -1719
  3. package/assets/images/upload/icon_picture.svg +11 -11
  4. package/{esm2020 → esm2022}/lib/animations/in-out/in-out-x.animation.mjs +1 -1
  5. package/{esm2020 → esm2022}/lib/animations/in-out/in-out-y.animation.mjs +1 -1
  6. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-bottom.animation.mjs +1 -1
  7. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-left.animation.mjs +1 -1
  8. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-right.animation.mjs +1 -1
  9. package/{esm2020 → esm2022}/lib/animations/list/animate-list-from-top.animation.mjs +1 -1
  10. package/{esm2020 → esm2022}/lib/animations/show/show-from-bottom.animation.mjs +1 -1
  11. package/{esm2020 → esm2022}/lib/animations/show/show-from-left.animation.mjs +1 -1
  12. package/{esm2020 → esm2022}/lib/animations/show/show-from-right.animation.mjs +1 -1
  13. package/{esm2020 → esm2022}/lib/animations/show/show-from-top.animation.mjs +1 -1
  14. package/{esm2020 → esm2022}/lib/animations/switch/switch-in-out.animation.mjs +1 -1
  15. package/esm2022/lib/components/ai-express/ai-express.component.mjs +83 -0
  16. package/{esm2020 → esm2022}/lib/components/alert/alert.component.mjs +5 -5
  17. package/esm2022/lib/components/alert-popup/alert-popup-module.mjs +20 -0
  18. package/esm2022/lib/components/alert-popup/alert-popup.component.mjs +41 -0
  19. package/{esm2020 → esm2022}/lib/components/alert-popup/alert-popup.service.mjs +5 -5
  20. package/esm2022/lib/components/back/back.component.mjs +12 -0
  21. package/{esm2020 → esm2022}/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +5 -5
  22. package/esm2022/lib/components/block/block.component.mjs +124 -0
  23. package/{esm2020 → esm2022}/lib/components/block/separator/block-separator.component.mjs +5 -5
  24. package/esm2022/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +46 -0
  25. package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.component.mjs +5 -5
  26. package/esm2022/lib/components/button/button.component.mjs +200 -0
  27. package/esm2022/lib/components/calendar/calendar.component.mjs +237 -0
  28. package/{esm2020 → esm2022}/lib/components/card-price/card-price.component.mjs +5 -5
  29. package/{esm2020 → esm2022}/lib/components/charging-bar/charging-bar.component.mjs +5 -5
  30. package/{esm2020 → esm2022}/lib/components/checkbox/checkbox.component.mjs +5 -5
  31. package/{esm2020 → esm2022}/lib/components/checkbox/checkbox.module.mjs +7 -7
  32. package/{esm2020 → esm2022}/lib/components/column/column.component.mjs +4 -4
  33. package/{esm2020 → esm2022}/lib/components/common/label/label.component.mjs +5 -5
  34. package/{esm2020 → esm2022}/lib/components/common/placeholder/placeholder.component.mjs +5 -5
  35. package/esm2022/lib/components/confirm-delete/confirm-delete.component.mjs +64 -0
  36. package/{esm2020 → esm2022}/lib/components/content-with-buttons/content-with-buttons.component.mjs +4 -4
  37. package/esm2022/lib/components/delete/delete.component.mjs +12 -0
  38. package/esm2022/lib/components/draganddrop-list/draganddrop-list.component.mjs +61 -0
  39. package/esm2022/lib/components/dropdown/dropdown.component.mjs +26 -0
  40. package/esm2022/lib/components/edit-in-place/edit-in-place.component.mjs +202 -0
  41. package/{esm2020 → esm2022}/lib/components/expanded-panel/expanded-panel.component.mjs +5 -5
  42. package/esm2022/lib/components/expansion/accordion/accordion.component.mjs +74 -0
  43. package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +5 -5
  44. package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +88 -0
  45. package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +5 -5
  46. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +49 -0
  47. package/{esm2020 → esm2022}/lib/components/expansion/expansion.module.mjs +11 -11
  48. package/{esm2020 → esm2022}/lib/components/filters/filter-item.dto.mjs +1 -1
  49. package/esm2022/lib/components/filters/filters.component.mjs +41 -0
  50. package/esm2022/lib/components/free-popin/free-popin.component.mjs +66 -0
  51. package/{esm2020 → esm2022}/lib/components/google-preview/google-preview.component.mjs +5 -5
  52. package/esm2022/lib/components/header-page/header-page.component.mjs +42 -0
  53. package/{esm2020 → esm2022}/lib/components/hn/h1/h1.component.mjs +5 -5
  54. package/esm2022/lib/components/hn/h2/h2.component.mjs +13 -0
  55. package/esm2022/lib/components/hn/h3/h3.component.mjs +18 -0
  56. package/esm2022/lib/components/hn/h4/h4.component.mjs +18 -0
  57. package/esm2022/lib/components/image/image.component.mjs +17 -0
  58. package/esm2022/lib/components/info/info.component.mjs +12 -0
  59. package/esm2022/lib/components/inputs/input/input.component.mjs +184 -0
  60. package/esm2022/lib/components/inputs/input-search/input-search.component.mjs +65 -0
  61. package/{esm2020 → esm2022}/lib/components/inputs/input-with-select/input-with-select.component.mjs +4 -4
  62. package/esm2022/lib/components/link/link.component.mjs +57 -0
  63. package/{esm2020 → esm2022}/lib/components/loader/loader.component.mjs +4 -4
  64. package/esm2022/lib/components/logo/logo.component.mjs +20 -0
  65. package/esm2022/lib/components/mosaic/mosaic.component.mjs +81 -0
  66. package/esm2022/lib/components/multiple-search/multiple-search.component.mjs +115 -0
  67. package/esm2022/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +97 -0
  68. package/{esm2020 → esm2022}/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +1 -1
  69. package/{esm2020 → esm2022}/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +1 -1
  70. package/{esm2020 → esm2022}/lib/components/optional-disable-container/optional-disable-container.component.mjs +5 -5
  71. package/esm2022/lib/components/pagination/pagination.component.mjs +50 -0
  72. package/esm2022/lib/components/pagination/pagination.module.mjs +33 -0
  73. package/esm2022/lib/components/pagination/pipes/array-pages.pipe.mjs +28 -0
  74. package/esm2022/lib/components/pagination/pipes/custom-text.pipe.mjs +34 -0
  75. package/esm2022/lib/components/pagination/pipes/is-last-page.pipe.mjs +25 -0
  76. package/esm2022/lib/components/popin/popin.component.mjs +73 -0
  77. package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +75 -0
  78. package/{esm2020 → esm2022}/lib/components/radio/option/option.component.mjs +5 -5
  79. package/{esm2020 → esm2022}/lib/components/radio/radio-group.directive.mjs +8 -8
  80. package/esm2022/lib/components/radio/radio.component.mjs +38 -0
  81. package/{esm2020 → esm2022}/lib/components/radio-legacy/radio-directive.mjs +5 -5
  82. package/{esm2020 → esm2022}/lib/components/radio-legacy/radio-group.directive.mjs +8 -8
  83. package/esm2022/lib/components/radio-legacy/radio.component.mjs +58 -0
  84. package/esm2022/lib/components/row/row.component.mjs +144 -0
  85. package/esm2022/lib/components/search/search.component.mjs +86 -0
  86. package/{esm2020 → esm2022}/lib/components/search/shared/search-option.model.mjs +1 -1
  87. package/{esm2020 → esm2022}/lib/components/select/option/option.component.mjs +5 -5
  88. package/esm2022/lib/components/select/option/select-option.directive.mjs +98 -0
  89. package/{esm2020 → esm2022}/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +5 -5
  90. package/esm2022/lib/components/select/select/select.component.mjs +198 -0
  91. package/esm2022/lib/components/select/select/select.directive.mjs +175 -0
  92. package/esm2022/lib/components/select/select/value-change.service.mjs +190 -0
  93. package/{esm2020 → esm2022}/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +5 -5
  94. package/esm2022/lib/components/select-in-text/select-in-text.component.mjs +103 -0
  95. package/esm2022/lib/components/selected-list/selected-list.component.mjs +62 -0
  96. package/{esm2020 → esm2022}/lib/components/selected-list/shared/selected-list-option.model.mjs +1 -1
  97. package/esm2022/lib/components/separator/separator.component.mjs +17 -0
  98. package/esm2022/lib/components/settings/settings.component.mjs +12 -0
  99. package/esm2022/lib/components/shared-components.module.mjs +444 -0
  100. package/esm2022/lib/components/snackbar/snackbar.component.mjs +85 -0
  101. package/esm2022/lib/components/state/state.component.mjs +16 -0
  102. package/esm2022/lib/components/summary/summary.component.mjs +41 -0
  103. package/esm2022/lib/components/switch/switch.component.mjs +89 -0
  104. package/esm2022/lib/components/table/directives/checkBoxRow.directive.mjs +92 -0
  105. package/esm2022/lib/components/table/directives/column.directive.mjs +42 -0
  106. package/esm2022/lib/components/table/directives/columnHeader.directive.mjs +199 -0
  107. package/{esm2020 → esm2022}/lib/components/table/directives/raw.directive.mjs +6 -6
  108. package/esm2022/lib/components/table/shared/filters-table.service.mjs +68 -0
  109. package/esm2022/lib/components/table/shared/table-checkbox-id.service.mjs +20 -0
  110. package/{esm2020 → esm2022}/lib/components/table/shared/table-filters-group.model.mjs +1 -1
  111. package/{esm2020 → esm2022}/lib/components/table/shared/table-filters.model.mjs +1 -1
  112. package/esm2022/lib/components/table/table.component.mjs +146 -0
  113. package/{esm2020 → esm2022}/lib/components/table/table.module.mjs +15 -15
  114. package/{esm2020 → esm2022}/lib/components/tabs/tab/tab.component.mjs +5 -5
  115. package/{esm2020 → esm2022}/lib/components/tabs/tab-body/tab-body.component.mjs +4 -4
  116. package/{esm2020 → esm2022}/lib/components/tabs/tab-body/tab-body.directive.mjs +6 -6
  117. package/esm2022/lib/components/tabs/tabs.component.mjs +99 -0
  118. package/{esm2020 → esm2022}/lib/components/tag/tag.component.mjs +5 -5
  119. package/{esm2020 → esm2022}/lib/components/tag-dropdown/tag-dropdown.component.mjs +5 -5
  120. package/{esm2020 → esm2022}/lib/components/tag-label/tag-label.component.mjs +5 -5
  121. package/{esm2020 → esm2022}/lib/components/text/text.component.mjs +5 -5
  122. package/{esm2020 → esm2022}/lib/components/text-area/text-area.component.mjs +4 -4
  123. package/{esm2020 → esm2022}/lib/components/token-check/token-check.component.mjs +5 -5
  124. package/esm2022/lib/components/tooltip/tooltip.component.mjs +30 -0
  125. package/{esm2020 → esm2022}/lib/components/tooltip/tooltip.module.mjs +7 -7
  126. package/{esm2020 → esm2022}/lib/components/tree/tree.component.mjs +5 -5
  127. package/{esm2020 → esm2022}/lib/components/tree/tree.module.mjs +9 -9
  128. package/esm2022/lib/components/upload/upload.component.mjs +36 -0
  129. package/esm2022/lib/components/wrapper/wrapper.component.mjs +18 -0
  130. package/esm2022/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +19 -0
  131. package/{esm2020 → esm2022}/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +5 -5
  132. package/{esm2020 → esm2022}/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +5 -5
  133. package/{esm2020 → esm2022}/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +5 -5
  134. package/{esm2020 → esm2022}/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +5 -5
  135. package/esm2022/lib/directives/auto-hide/auto-hide.directive.mjs +50 -0
  136. package/{esm2020 → esm2022}/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +5 -5
  137. package/esm2022/lib/directives/keyboard-events/keypress-enter.directive.mjs +25 -0
  138. package/esm2022/lib/directives/keyboard-events/only-numbers.directive.mjs +45 -0
  139. package/esm2022/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +36 -0
  140. package/esm2022/lib/directives/ng-var.directive.mjs +32 -0
  141. package/{esm2020 → esm2022}/lib/directives/scroll-to/scroll-to.directive.mjs +4 -4
  142. package/{esm2020 → esm2022}/lib/directives/shared-directives.module.mjs +27 -27
  143. package/{esm2020 → esm2022}/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +5 -5
  144. package/esm2022/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +44 -0
  145. package/{esm2020 → esm2022}/lib/pipes/call-component-function.pipe.mjs +4 -4
  146. package/esm2022/lib/pipes/find-option-selected-field.pipe.mjs +29 -0
  147. package/{esm2020 → esm2022}/lib/pipes/select/filter-options.pipe.mjs +4 -4
  148. package/{esm2020 → esm2022}/lib/pipes/select/select-filters.pipe.mjs +4 -4
  149. package/{esm2020 → esm2022}/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +4 -4
  150. package/{esm2020 → esm2022}/lib/pipes/shared-pipes.module.mjs +13 -13
  151. package/esm2022/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +41 -0
  152. package/esm2022/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +49 -0
  153. package/esm2022/lib/services/dom.service.mjs +59 -0
  154. package/esm2022/lib/services/history.service.mjs +53 -0
  155. package/esm2022/lib/services/multiple-selection.service.mjs +62 -0
  156. package/esm2022/lib/utils/html-container.class.mjs +30 -0
  157. package/{esm2020 → esm2022}/lib/utils/slection-item.interface.mjs +1 -1
  158. package/esm2022/lib/utils/uuid.mjs +8 -0
  159. package/esm2022/lib/wizi-components.module.mjs +34 -0
  160. package/{fesm2020 → fesm2022}/wizishop-angular-components.mjs +888 -884
  161. package/fesm2022/wizishop-angular-components.mjs.map +1 -0
  162. package/lib/components/ai-express/ai-express.component.d.ts +1 -1
  163. package/lib/components/alert/alert.component.d.ts +1 -1
  164. package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts +1 -1
  165. package/lib/components/block/block.component.d.ts +1 -1
  166. package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts +1 -1
  167. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
  168. package/lib/components/button/button.component.d.ts +1 -1
  169. package/lib/components/calendar/calendar.component.d.ts +1 -1
  170. package/lib/components/card-price/card-price.component.d.ts +1 -1
  171. package/lib/components/charging-bar/charging-bar.component.d.ts +1 -1
  172. package/lib/components/checkbox/checkbox.component.d.ts +1 -1
  173. package/lib/components/confirm-delete/confirm-delete.component.d.ts +1 -1
  174. package/lib/components/content-with-buttons/content-with-buttons.component.d.ts +1 -1
  175. package/lib/components/draganddrop-list/draganddrop-list.component.d.ts +1 -1
  176. package/lib/components/dropdown/dropdown.component.d.ts +1 -1
  177. package/lib/components/edit-in-place/edit-in-place.component.d.ts +1 -1
  178. package/lib/components/expanded-panel/expanded-panel.component.d.ts +1 -1
  179. package/lib/components/expansion/accordion/accordion.component.d.ts +1 -1
  180. package/lib/components/expansion/expansion-panel/expansion-panel.directive.d.ts +1 -1
  181. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts +1 -1
  182. package/lib/components/filters/filters.component.d.ts +1 -1
  183. package/lib/components/free-popin/free-popin.component.d.ts +1 -1
  184. package/lib/components/google-preview/google-preview.component.d.ts +1 -1
  185. package/lib/components/header-page/header-page.component.d.ts +1 -1
  186. package/lib/components/hn/h1/h1.component.d.ts +1 -1
  187. package/lib/components/hn/h3/h3.component.d.ts +1 -1
  188. package/lib/components/hn/h4/h4.component.d.ts +1 -1
  189. package/lib/components/image/image.component.d.ts +1 -1
  190. package/lib/components/inputs/input/input.component.d.ts +1 -1
  191. package/lib/components/inputs/input-search/input-search.component.d.ts +1 -1
  192. package/lib/components/link/link.component.d.ts +1 -1
  193. package/lib/components/loader/loader.component.d.ts +1 -1
  194. package/lib/components/logo/logo.component.d.ts +1 -1
  195. package/lib/components/mosaic/mosaic.component.d.ts +1 -1
  196. package/lib/components/multiple-search/multiple-search.component.d.ts +1 -1
  197. package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +1 -1
  198. package/lib/components/optional-disable-container/optional-disable-container.component.d.ts +1 -1
  199. package/lib/components/pagination/pagination.component.d.ts +1 -1
  200. package/lib/components/popin/popin.component.d.ts +1 -1
  201. package/lib/components/progress-bar/progress-bar.component.d.ts +1 -1
  202. package/lib/components/radio-legacy/radio.component.d.ts +1 -1
  203. package/lib/components/row/row.component.d.ts +1 -1
  204. package/lib/components/search/search.component.d.ts +1 -1
  205. package/lib/components/select/option/select-option.directive.d.ts +1 -1
  206. package/lib/components/select/select/select.component.d.ts +1 -1
  207. package/lib/components/select/select/select.directive.d.ts +1 -1
  208. package/lib/components/select/select-search-trigger/select-search-trigger.component.d.ts +1 -1
  209. package/lib/components/select-in-text/select-in-text.component.d.ts +1 -1
  210. package/lib/components/selected-list/selected-list.component.d.ts +1 -1
  211. package/lib/components/separator/separator.component.d.ts +1 -1
  212. package/lib/components/shared-components.module.d.ts +34 -35
  213. package/lib/components/snackbar/snackbar.component.d.ts +1 -1
  214. package/lib/components/state/state.component.d.ts +1 -1
  215. package/lib/components/summary/summary.component.d.ts +1 -1
  216. package/lib/components/switch/switch.component.d.ts +1 -1
  217. package/lib/components/table/directives/checkBoxRow.directive.d.ts +1 -1
  218. package/lib/components/table/directives/column.directive.d.ts +1 -1
  219. package/lib/components/table/directives/columnHeader.directive.d.ts +1 -1
  220. package/lib/components/table/table.component.d.ts +1 -1
  221. package/lib/components/tabs/tab/tab.component.d.ts +1 -1
  222. package/lib/components/tabs/tab-body/tab-body.component.d.ts +1 -1
  223. package/lib/components/tabs/tabs.component.d.ts +1 -1
  224. package/lib/components/tag/tag.component.d.ts +1 -1
  225. package/lib/components/tag-dropdown/tag-dropdown.component.d.ts +1 -1
  226. package/lib/components/tag-label/tag-label.component.d.ts +1 -1
  227. package/lib/components/text/text.component.d.ts +1 -1
  228. package/lib/components/text-area/text-area.component.d.ts +1 -1
  229. package/lib/components/token-check/token-check.component.d.ts +1 -1
  230. package/lib/components/tooltip/tooltip.component.d.ts +1 -1
  231. package/lib/components/tree/tree.component.d.ts +1 -1
  232. package/lib/components/upload/upload.component.d.ts +1 -1
  233. package/lib/components/wrapper/wrapper.component.d.ts +1 -1
  234. package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts +1 -1
  235. package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts +1 -1
  236. package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts +1 -1
  237. package/lib/directives/auto-hide/auto-hide.directive.d.ts +1 -1
  238. package/lib/directives/keyboard-events/only-numbers.directive.d.ts +1 -1
  239. package/lib/directives/keyboard-events/two-digital-decimal-number.directive.d.ts +1 -1
  240. package/lib/directives/ng-var.directive.d.ts +1 -1
  241. package/lib/directives/scroll-to/scroll-to.directive.d.ts +1 -1
  242. package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts +1 -1
  243. package/package.json +26 -32
  244. package/esm2020/lib/components/ai-express/ai-express.component.mjs +0 -83
  245. package/esm2020/lib/components/alert-popup/alert-popup-module.mjs +0 -21
  246. package/esm2020/lib/components/alert-popup/alert-popup.component.mjs +0 -41
  247. package/esm2020/lib/components/back/back.component.mjs +0 -12
  248. package/esm2020/lib/components/block/block.component.mjs +0 -124
  249. package/esm2020/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +0 -46
  250. package/esm2020/lib/components/button/button.component.mjs +0 -200
  251. package/esm2020/lib/components/calendar/calendar.component.mjs +0 -237
  252. package/esm2020/lib/components/confirm-delete/confirm-delete.component.mjs +0 -64
  253. package/esm2020/lib/components/delete/delete.component.mjs +0 -12
  254. package/esm2020/lib/components/draganddrop-list/draganddrop-list.component.mjs +0 -61
  255. package/esm2020/lib/components/dropdown/dropdown.component.mjs +0 -26
  256. package/esm2020/lib/components/edit-in-place/edit-in-place.component.mjs +0 -202
  257. package/esm2020/lib/components/expansion/accordion/accordion.component.mjs +0 -74
  258. package/esm2020/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +0 -88
  259. package/esm2020/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +0 -49
  260. package/esm2020/lib/components/filters/filters.component.mjs +0 -41
  261. package/esm2020/lib/components/free-popin/free-popin.component.mjs +0 -66
  262. package/esm2020/lib/components/header-page/header-page.component.mjs +0 -42
  263. package/esm2020/lib/components/hn/h2/h2.component.mjs +0 -13
  264. package/esm2020/lib/components/hn/h3/h3.component.mjs +0 -18
  265. package/esm2020/lib/components/hn/h4/h4.component.mjs +0 -18
  266. package/esm2020/lib/components/image/image.component.mjs +0 -17
  267. package/esm2020/lib/components/info/info.component.mjs +0 -12
  268. package/esm2020/lib/components/inputs/input/input.component.mjs +0 -184
  269. package/esm2020/lib/components/inputs/input-search/input-search.component.mjs +0 -65
  270. package/esm2020/lib/components/link/link.component.mjs +0 -57
  271. package/esm2020/lib/components/logo/logo.component.mjs +0 -20
  272. package/esm2020/lib/components/mosaic/mosaic.component.mjs +0 -81
  273. package/esm2020/lib/components/multiple-search/multiple-search.component.mjs +0 -115
  274. package/esm2020/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +0 -97
  275. package/esm2020/lib/components/pagination/pagination.component.mjs +0 -50
  276. package/esm2020/lib/components/pagination/pagination.module.mjs +0 -33
  277. package/esm2020/lib/components/pagination/pipes/array-pages.pipe.mjs +0 -28
  278. package/esm2020/lib/components/pagination/pipes/custom-text.pipe.mjs +0 -34
  279. package/esm2020/lib/components/pagination/pipes/is-last-page.pipe.mjs +0 -25
  280. package/esm2020/lib/components/popin/popin.component.mjs +0 -73
  281. package/esm2020/lib/components/progress-bar/progress-bar.component.mjs +0 -75
  282. package/esm2020/lib/components/radio/radio.component.mjs +0 -38
  283. package/esm2020/lib/components/radio-legacy/radio.component.mjs +0 -58
  284. package/esm2020/lib/components/row/row.component.mjs +0 -144
  285. package/esm2020/lib/components/search/search.component.mjs +0 -86
  286. package/esm2020/lib/components/select/option/select-option.directive.mjs +0 -98
  287. package/esm2020/lib/components/select/select/select.component.mjs +0 -198
  288. package/esm2020/lib/components/select/select/select.directive.mjs +0 -175
  289. package/esm2020/lib/components/select/select/value-change.service.mjs +0 -190
  290. package/esm2020/lib/components/select-in-text/select-in-text.component.mjs +0 -103
  291. package/esm2020/lib/components/selected-list/selected-list.component.mjs +0 -62
  292. package/esm2020/lib/components/separator/separator.component.mjs +0 -17
  293. package/esm2020/lib/components/settings/settings.component.mjs +0 -12
  294. package/esm2020/lib/components/shared-components.module.mjs +0 -438
  295. package/esm2020/lib/components/snackbar/snackbar.component.mjs +0 -85
  296. package/esm2020/lib/components/state/state.component.mjs +0 -16
  297. package/esm2020/lib/components/summary/summary.component.mjs +0 -41
  298. package/esm2020/lib/components/switch/switch.component.mjs +0 -89
  299. package/esm2020/lib/components/table/directives/checkBoxRow.directive.mjs +0 -92
  300. package/esm2020/lib/components/table/directives/column.directive.mjs +0 -42
  301. package/esm2020/lib/components/table/directives/columnHeader.directive.mjs +0 -199
  302. package/esm2020/lib/components/table/shared/filters-table.service.mjs +0 -68
  303. package/esm2020/lib/components/table/shared/table-checkbox-id.service.mjs +0 -20
  304. package/esm2020/lib/components/table/table.component.mjs +0 -146
  305. package/esm2020/lib/components/tabs/tabs.component.mjs +0 -99
  306. package/esm2020/lib/components/tooltip/tooltip.component.mjs +0 -30
  307. package/esm2020/lib/components/upload/upload.component.mjs +0 -36
  308. package/esm2020/lib/components/wrapper/wrapper.component.mjs +0 -18
  309. package/esm2020/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +0 -19
  310. package/esm2020/lib/directives/auto-hide/auto-hide.directive.mjs +0 -50
  311. package/esm2020/lib/directives/keyboard-events/keypress-enter.directive.mjs +0 -25
  312. package/esm2020/lib/directives/keyboard-events/only-numbers.directive.mjs +0 -45
  313. package/esm2020/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +0 -36
  314. package/esm2020/lib/directives/ng-var.directive.mjs +0 -32
  315. package/esm2020/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +0 -44
  316. package/esm2020/lib/pipes/find-option-selected-field.pipe.mjs +0 -29
  317. package/esm2020/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +0 -41
  318. package/esm2020/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +0 -49
  319. package/esm2020/lib/services/dom.service.mjs +0 -59
  320. package/esm2020/lib/services/history.service.mjs +0 -53
  321. package/esm2020/lib/services/multiple-selection.service.mjs +0 -62
  322. package/esm2020/lib/utils/html-container.class.mjs +0 -30
  323. package/esm2020/lib/utils/uuid.mjs +0 -8
  324. package/esm2020/lib/wizi-components.module.mjs +0 -34
  325. package/fesm2015/wizishop-angular-components.mjs +0 -7023
  326. package/fesm2015/wizishop-angular-components.mjs.map +0 -1
  327. package/fesm2020/wizishop-angular-components.mjs.map +0 -1
  328. package/wizishop-angular-components-15.1.112.tgz +0 -0
  329. /package/{esm2020 → esm2022}/lib/animations/show/opacity.animation.mjs +0 -0
  330. /package/{esm2020 → esm2022}/lib/components/breadcrumbs/breadcrumbs.dto.mjs +0 -0
  331. /package/{esm2020 → esm2022}/lib/components/expansion/accordion/accordion-item.interface.mjs +0 -0
  332. /package/{esm2020 → esm2022}/lib/components/expansion/accordion/accordion-item.token.mjs +0 -0
  333. /package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.mjs +0 -0
  334. /package/{esm2020 → esm2022}/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.mjs +0 -0
  335. /package/{esm2020 → esm2022}/lib/components/inputs/input-with-select/option-item.dto.mjs +0 -0
  336. /package/{esm2020 → esm2022}/lib/components/select/call-to-action.model.mjs +0 -0
  337. /package/{esm2020 → esm2022}/lib/components/select/option/option-selection-handler.interface.mjs +0 -0
  338. /package/{esm2020 → esm2022}/lib/components/select/option/option-selection-handler.token.mjs +0 -0
  339. /package/{esm2020 → esm2022}/lib/components/select/select-items.dto.mjs +0 -0
  340. /package/{esm2020 → esm2022}/lib/components/table/shared/distinct-until-table-filters-changed.mjs +0 -0
  341. /package/{esm2020 → esm2022}/lib/components/tree/tree.dto.mjs +0 -0
  342. /package/{esm2020 → esm2022}/lib/utils/array.mjs +0 -0
  343. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
  344. /package/{esm2020 → esm2022}/wizishop-angular-components.mjs +0 -0
@@ -74,42 +74,41 @@ import * as i72 from "./pagination/pagination.module";
74
74
  import * as i73 from "./table/table.module";
75
75
  import * as i74 from "./tooltip/tooltip.module";
76
76
  import * as i75 from "./checkbox/checkbox.module";
77
- import * as i76 from "ngx-perfect-scrollbar";
78
- import * as i77 from "./alert-popup/alert-popup-module";
79
- import * as i78 from "@angular/router";
80
- import * as i79 from "ngx-autosize";
81
- import * as i80 from "ngx-scrollbar";
82
- import * as i81 from "ngx-scrollbar/reached-event";
83
- import * as i82 from "./tree/tree.module";
84
- import * as i83 from "./expansion/expansion.module";
85
- import * as i84 from "./tabs/tabs.component";
86
- import * as i85 from "./tabs/tab/tab.component";
87
- import * as i86 from "./snackbar/snackbar.component";
88
- import * as i87 from "./block/block.component";
89
- import * as i88 from "./loader/loader.component";
90
- import * as i89 from "./text-area/text-area.component";
91
- import * as i90 from "./progress-bar/progress-bar.component";
92
- import * as i91 from "./inputs/input/input.component";
93
- import * as i92 from "./inputs/input-search/input-search.component";
94
- import * as i93 from "./inputs/input-with-select/input-with-select.component";
95
- import * as i94 from "./block/block-title-legacy/block-title-legacy.component";
96
- import * as i95 from "./block/separator/block-separator.component";
97
- import * as i96 from "./pagination/pagination.component";
98
- import * as i97 from "./table/table.component";
99
- import * as i98 from "./table/directives/column.directive";
100
- import * as i99 from "./table/directives/checkBoxRow.directive";
101
- import * as i100 from "./table/directives/columnHeader.directive";
102
- import * as i101 from "./table/directives/raw.directive";
103
- import * as i102 from "./tooltip/tooltip.component";
104
- import * as i103 from "./checkbox/checkbox.component";
105
- import * as i104 from "./tree/tree.component";
106
- import * as i105 from "./expansion/expansion-panel/expansion-panel.component";
107
- import * as i106 from "./expansion/expansion-panel-header/expansion-panel-header.component";
108
- import * as i107 from "./expansion/accordion/accordion.component";
109
- import * as i108 from "./expansion/expansion-panel/expansion-panel.directive";
110
- import * as i109 from "./expansion/expansion-panel-header/expansion-panel-header.directive";
77
+ import * as i76 from "./alert-popup/alert-popup-module";
78
+ import * as i77 from "@angular/router";
79
+ import * as i78 from "ngx-autosize";
80
+ import * as i79 from "ngx-scrollbar";
81
+ import * as i80 from "ngx-scrollbar/reached-event";
82
+ import * as i81 from "./tree/tree.module";
83
+ import * as i82 from "./expansion/expansion.module";
84
+ import * as i83 from "./tabs/tabs.component";
85
+ import * as i84 from "./tabs/tab/tab.component";
86
+ import * as i85 from "./snackbar/snackbar.component";
87
+ import * as i86 from "./block/block.component";
88
+ import * as i87 from "./loader/loader.component";
89
+ import * as i88 from "./text-area/text-area.component";
90
+ import * as i89 from "./progress-bar/progress-bar.component";
91
+ import * as i90 from "./inputs/input/input.component";
92
+ import * as i91 from "./inputs/input-search/input-search.component";
93
+ import * as i92 from "./inputs/input-with-select/input-with-select.component";
94
+ import * as i93 from "./block/block-title-legacy/block-title-legacy.component";
95
+ import * as i94 from "./block/separator/block-separator.component";
96
+ import * as i95 from "./pagination/pagination.component";
97
+ import * as i96 from "./table/table.component";
98
+ import * as i97 from "./table/directives/column.directive";
99
+ import * as i98 from "./table/directives/checkBoxRow.directive";
100
+ import * as i99 from "./table/directives/columnHeader.directive";
101
+ import * as i100 from "./table/directives/raw.directive";
102
+ import * as i101 from "./tooltip/tooltip.component";
103
+ import * as i102 from "./checkbox/checkbox.component";
104
+ import * as i103 from "./tree/tree.component";
105
+ import * as i104 from "./expansion/expansion-panel/expansion-panel.component";
106
+ import * as i105 from "./expansion/expansion-panel-header/expansion-panel-header.component";
107
+ import * as i106 from "./expansion/accordion/accordion.component";
108
+ import * as i107 from "./expansion/expansion-panel/expansion-panel.directive";
109
+ import * as i108 from "./expansion/expansion-panel-header/expansion-panel-header.directive";
111
110
  export declare class SharedComponentsModule {
112
111
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponentsModule, never>;
113
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.TagComponent, typeof i2.ButtonComponent, typeof i3.InfoComponent, typeof i4.SettingsComponent, typeof i5.DeleteComponent, typeof i6.DropdownComponent, typeof i7.ImageComponent, typeof i8.BackComponent, typeof i9.SeparatorComponent, typeof i10.LogoComponent, typeof i11.RadioLegacyComponent, typeof i12.RadioComponent, typeof i13.StateComponent, typeof i14.TagLabelComponent, typeof i15.CalendarComponent, typeof i16.WzEditInPlaceComponent, typeof i17.AlertComponent, typeof i18.HeaderPageComponent, typeof i19.SwitchComponent, typeof i20.LinkComponent, typeof i21.H1Component, typeof i22.H2Component, typeof i23.H3Component, typeof i24.H4Component, typeof i25.TextComponent, typeof i26.UploadComponent, typeof i27.SelectInTextComponent, typeof i28.MultipleSearchComponent, typeof i29.MultipleSearchPlusComponent, typeof i30.PopinComponent, typeof i31.FreePopinComponent, typeof i32.WrapperComponent, typeof i33.FiltersComponent, typeof i34.WrapperBlocsComponent, typeof i35.SearchComponent, typeof i36.SelectedListComponent, typeof i37.OptionalDisableContainerComponent, typeof i38.SelectComponent, typeof i39.OptionComponent, typeof i40.OptionCallToActionComponent, typeof i41.PlaceholderComponent, typeof i42.LabelComponent, typeof i43.SelectSearchTriggerComponent, typeof i44.WrapperSidebarComponent, typeof i45.BreadcrumbsComponent, typeof i46.CardPriceComponent, typeof i47.TokenCheckComponent, typeof i48.BlockWithCheckboxComponent, typeof i49.ConfirmDeleteComponent, typeof i50.MosaicComponent, typeof i51.ContentWithButtonsComponent, typeof i52.WrapperMultipleBlockComponent, typeof i53.DraganddropListComponent, typeof i54.SummaryComponent, typeof i55.GooglePreviewComponent, typeof i53.DraganddropListComponent, typeof i56.ChargingBarComponent, typeof i57.ExpandedPanelComponent, typeof i58.RowComponent, typeof i59.ColumnComponent, typeof i60.AiExpressComponent, typeof i61.RadioOptionComponent, typeof i62.TagDropdownComponent], [typeof i63.CommonModule, typeof i64.FormsModule, typeof i65.NwbAllModule, typeof i66.TranslateModule, typeof i64.ReactiveFormsModule, typeof i67.SharedDirectives, typeof i68.SharedPipes, typeof i69.CdkTableModule, typeof i70.TagInputModule, typeof i71.DragDropModule, typeof i72.PaginationModule, typeof i73.TableModule, typeof i74.TooltipModule, typeof i75.CheckboxModule, typeof i76.PerfectScrollbarModule, typeof i77.AlertPopupModule, typeof i78.RouterModule, typeof i79.AutosizeModule, typeof i80.NgScrollbarModule, typeof i81.NgScrollbarReachedModule, typeof i82.TreeModule, typeof i83.ExpansionModule, typeof i84.TabsComponent, typeof i85.TabComponent, typeof i86.SnackbarComponent, typeof i87.BlockComponent, typeof i88.LoaderComponent, typeof i89.TextAreaComponent, typeof i90.ProgressBarComponent, typeof i91.InputComponent, typeof i92.InputSearchComponent, typeof i93.InputWithSelectComponent, typeof i94.BlockTitleLegacyComponent, typeof i95.BlockSeparatorComponent], [typeof i1.TagComponent, typeof i2.ButtonComponent, typeof i3.InfoComponent, typeof i4.SettingsComponent, typeof i5.DeleteComponent, typeof i6.DropdownComponent, typeof i7.ImageComponent, typeof i8.BackComponent, typeof i9.SeparatorComponent, typeof i10.LogoComponent, typeof i11.RadioLegacyComponent, typeof i12.RadioComponent, typeof i13.StateComponent, typeof i14.TagLabelComponent, typeof i15.CalendarComponent, typeof i16.WzEditInPlaceComponent, typeof i17.AlertComponent, typeof i18.HeaderPageComponent, typeof i19.SwitchComponent, typeof i20.LinkComponent, typeof i21.H1Component, typeof i22.H2Component, typeof i23.H3Component, typeof i24.H4Component, typeof i25.TextComponent, typeof i26.UploadComponent, typeof i27.SelectInTextComponent, typeof i28.MultipleSearchComponent, typeof i29.MultipleSearchPlusComponent, typeof i30.PopinComponent, typeof i31.FreePopinComponent, typeof i32.WrapperComponent, typeof i33.FiltersComponent, typeof i34.WrapperBlocsComponent, typeof i35.SearchComponent, typeof i36.SelectedListComponent, typeof i37.OptionalDisableContainerComponent, typeof i38.SelectComponent, typeof i39.OptionComponent, typeof i40.OptionCallToActionComponent, typeof i41.PlaceholderComponent, typeof i42.LabelComponent, typeof i43.SelectSearchTriggerComponent, typeof i44.WrapperSidebarComponent, typeof i45.BreadcrumbsComponent, typeof i46.CardPriceComponent, typeof i47.TokenCheckComponent, typeof i48.BlockWithCheckboxComponent, typeof i49.ConfirmDeleteComponent, typeof i50.MosaicComponent, typeof i51.ContentWithButtonsComponent, typeof i52.WrapperMultipleBlockComponent, typeof i53.DraganddropListComponent, typeof i54.SummaryComponent, typeof i55.GooglePreviewComponent, typeof i53.DraganddropListComponent, typeof i56.ChargingBarComponent, typeof i57.ExpandedPanelComponent, typeof i58.RowComponent, typeof i59.ColumnComponent, typeof i60.AiExpressComponent, typeof i61.RadioOptionComponent, typeof i62.TagDropdownComponent, typeof i96.PaginationComponent, typeof i97.TableComponent, typeof i98.TableColumn, typeof i99.CheckBoxRow, typeof i100.TableColumnHeader, typeof i101.TableRow, typeof i102.TooltipComponent, typeof i103.CheckboxComponent, typeof i88.LoaderComponent, typeof i104.TreeComponent, typeof i105.ExpansionPanelComponent, typeof i106.ExpansionPanelHeaderComponent, typeof i107.AccordionComponent, typeof i108.ExpansionPanelDirective, typeof i109.ExpansionPanelHeaderDirective, typeof i84.TabsComponent, typeof i85.TabComponent, typeof i86.SnackbarComponent, typeof i87.BlockComponent, typeof i88.LoaderComponent, typeof i89.TextAreaComponent, typeof i90.ProgressBarComponent, typeof i91.InputComponent, typeof i92.InputSearchComponent, typeof i93.InputWithSelectComponent, typeof i94.BlockTitleLegacyComponent, typeof i95.BlockSeparatorComponent]>;
112
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.TagComponent, typeof i2.ButtonComponent, typeof i3.InfoComponent, typeof i4.SettingsComponent, typeof i5.DeleteComponent, typeof i6.DropdownComponent, typeof i7.ImageComponent, typeof i8.BackComponent, typeof i9.SeparatorComponent, typeof i10.LogoComponent, typeof i11.RadioLegacyComponent, typeof i12.RadioComponent, typeof i13.StateComponent, typeof i14.TagLabelComponent, typeof i15.CalendarComponent, typeof i16.WzEditInPlaceComponent, typeof i17.AlertComponent, typeof i18.HeaderPageComponent, typeof i19.SwitchComponent, typeof i20.LinkComponent, typeof i21.H1Component, typeof i22.H2Component, typeof i23.H3Component, typeof i24.H4Component, typeof i25.TextComponent, typeof i26.UploadComponent, typeof i27.SelectInTextComponent, typeof i28.MultipleSearchComponent, typeof i29.MultipleSearchPlusComponent, typeof i30.PopinComponent, typeof i31.FreePopinComponent, typeof i32.WrapperComponent, typeof i33.FiltersComponent, typeof i34.WrapperBlocsComponent, typeof i35.SearchComponent, typeof i36.SelectedListComponent, typeof i37.OptionalDisableContainerComponent, typeof i38.SelectComponent, typeof i39.OptionComponent, typeof i40.OptionCallToActionComponent, typeof i41.PlaceholderComponent, typeof i42.LabelComponent, typeof i43.SelectSearchTriggerComponent, typeof i44.WrapperSidebarComponent, typeof i45.BreadcrumbsComponent, typeof i46.CardPriceComponent, typeof i47.TokenCheckComponent, typeof i48.BlockWithCheckboxComponent, typeof i49.ConfirmDeleteComponent, typeof i50.MosaicComponent, typeof i51.ContentWithButtonsComponent, typeof i52.WrapperMultipleBlockComponent, typeof i53.DraganddropListComponent, typeof i54.SummaryComponent, typeof i55.GooglePreviewComponent, typeof i53.DraganddropListComponent, typeof i56.ChargingBarComponent, typeof i57.ExpandedPanelComponent, typeof i58.RowComponent, typeof i59.ColumnComponent, typeof i60.AiExpressComponent, typeof i61.RadioOptionComponent, typeof i62.TagDropdownComponent], [typeof i63.CommonModule, typeof i64.FormsModule, typeof i65.NwbAllModule, typeof i66.TranslateModule, typeof i64.ReactiveFormsModule, typeof i67.SharedDirectives, typeof i68.SharedPipes, typeof i69.CdkTableModule, typeof i70.TagInputModule, typeof i71.DragDropModule, typeof i72.PaginationModule, typeof i73.TableModule, typeof i74.TooltipModule, typeof i75.CheckboxModule, typeof i76.AlertPopupModule, typeof i77.RouterModule, typeof i78.AutosizeModule, typeof i79.NgScrollbarModule, typeof i80.NgScrollbarReachedModule, typeof i81.TreeModule, typeof i82.ExpansionModule, typeof i83.TabsComponent, typeof i84.TabComponent, typeof i85.SnackbarComponent, typeof i86.BlockComponent, typeof i87.LoaderComponent, typeof i88.TextAreaComponent, typeof i89.ProgressBarComponent, typeof i90.InputComponent, typeof i91.InputSearchComponent, typeof i92.InputWithSelectComponent, typeof i93.BlockTitleLegacyComponent, typeof i94.BlockSeparatorComponent], [typeof i1.TagComponent, typeof i2.ButtonComponent, typeof i3.InfoComponent, typeof i4.SettingsComponent, typeof i5.DeleteComponent, typeof i6.DropdownComponent, typeof i7.ImageComponent, typeof i8.BackComponent, typeof i9.SeparatorComponent, typeof i10.LogoComponent, typeof i11.RadioLegacyComponent, typeof i12.RadioComponent, typeof i13.StateComponent, typeof i14.TagLabelComponent, typeof i15.CalendarComponent, typeof i16.WzEditInPlaceComponent, typeof i17.AlertComponent, typeof i18.HeaderPageComponent, typeof i19.SwitchComponent, typeof i20.LinkComponent, typeof i21.H1Component, typeof i22.H2Component, typeof i23.H3Component, typeof i24.H4Component, typeof i25.TextComponent, typeof i26.UploadComponent, typeof i27.SelectInTextComponent, typeof i28.MultipleSearchComponent, typeof i29.MultipleSearchPlusComponent, typeof i30.PopinComponent, typeof i31.FreePopinComponent, typeof i32.WrapperComponent, typeof i33.FiltersComponent, typeof i34.WrapperBlocsComponent, typeof i35.SearchComponent, typeof i36.SelectedListComponent, typeof i37.OptionalDisableContainerComponent, typeof i38.SelectComponent, typeof i39.OptionComponent, typeof i40.OptionCallToActionComponent, typeof i41.PlaceholderComponent, typeof i42.LabelComponent, typeof i43.SelectSearchTriggerComponent, typeof i44.WrapperSidebarComponent, typeof i45.BreadcrumbsComponent, typeof i46.CardPriceComponent, typeof i47.TokenCheckComponent, typeof i48.BlockWithCheckboxComponent, typeof i49.ConfirmDeleteComponent, typeof i50.MosaicComponent, typeof i51.ContentWithButtonsComponent, typeof i52.WrapperMultipleBlockComponent, typeof i53.DraganddropListComponent, typeof i54.SummaryComponent, typeof i55.GooglePreviewComponent, typeof i53.DraganddropListComponent, typeof i56.ChargingBarComponent, typeof i57.ExpandedPanelComponent, typeof i58.RowComponent, typeof i59.ColumnComponent, typeof i60.AiExpressComponent, typeof i61.RadioOptionComponent, typeof i62.TagDropdownComponent, typeof i95.PaginationComponent, typeof i96.TableComponent, typeof i97.TableColumn, typeof i98.CheckBoxRow, typeof i99.TableColumnHeader, typeof i100.TableRow, typeof i101.TooltipComponent, typeof i102.CheckboxComponent, typeof i87.LoaderComponent, typeof i103.TreeComponent, typeof i104.ExpansionPanelComponent, typeof i105.ExpansionPanelHeaderComponent, typeof i106.AccordionComponent, typeof i107.ExpansionPanelDirective, typeof i108.ExpansionPanelHeaderDirective, typeof i83.TabsComponent, typeof i84.TabComponent, typeof i85.SnackbarComponent, typeof i86.BlockComponent, typeof i87.LoaderComponent, typeof i88.TextAreaComponent, typeof i89.ProgressBarComponent, typeof i90.InputComponent, typeof i91.InputSearchComponent, typeof i92.InputWithSelectComponent, typeof i93.BlockTitleLegacyComponent, typeof i94.BlockSeparatorComponent]>;
114
113
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedComponentsModule>;
115
114
  }
@@ -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, true, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<SnackbarComponent, "wac-snackbar", never, { "message": { "alias": "message"; "required": false; }; "textButtonOk": { "alias": "textButtonOk"; "required": false; }; "textButtonKo": { "alias": "textButtonKo"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "color": { "alias": "color"; "required": false; }; "buttonColor": { "alias": "buttonColor"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, true, 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, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<StateComponent, "wac-state", never, { "state": { "alias": "state"; "required": false; }; }, {}, 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, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SummaryComponent, "wac-summary", never, { "activeItem": { "alias": "activeItem"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "itemChanged": "itemChanged"; }, never, never, false, never>;
17
17
  }
@@ -30,5 +30,5 @@ export declare class SwitchComponent implements OnInit, ControlValueAccessor {
30
30
  registerOnTouched(onTouched: any): void;
31
31
  setDisabledState(disabled: boolean): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
33
- 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"; "inverted": "inverted"; }, { "switchChange": "switchChange"; "changeInput": "changeInput"; }, never, ["*"], false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwitchComponent, "wac-switch", never, { "value": { "alias": "value"; "required": false; }; "textState": { "alias": "textState"; "required": false; }; "textStateAfter": { "alias": "textStateAfter"; "required": false; }; "textStateEnable": { "alias": "textStateEnable"; "required": false; }; "textStateDisable": { "alias": "textStateDisable"; "required": false; }; "showInput": { "alias": "showInput"; "required": false; }; "placholderInput": { "alias": "placholderInput"; "required": false; }; "danger": { "alias": "danger"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "inverted": { "alias": "inverted"; "required": false; }; }, { "switchChange": "switchChange"; "changeInput": "changeInput"; }, never, ["*"], false, never>;
34
34
  }
@@ -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, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckBoxRow, "[checkBoxRow]", never, { "checkBoxId": { "alias": "checkBoxId"; "required": false; }; "checkBoxName": { "alias": "checkBoxName"; "required": false; }; "checkBoxValue": { "alias": "checkBoxValue"; "required": false; }; }, { "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, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumn, "[tableColumn]", never, { "columnSize": { "alias": "columnSize"; "required": false; }; "centerCell": { "alias": "centerCell"; "required": false; }; }, {}, 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, never>;
43
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnHeader, "[headerCell]", never, { "headerName": { "alias": "headerName"; "required": false; }; "columnSize": { "alias": "columnSize"; "required": false; }; "filterRouting": { "alias": "filterRouting"; "required": false; }; "tableName": { "alias": "tableName"; "required": false; }; "sortName": { "alias": "sortName"; "required": false; }; "centerCell": { "alias": "centerCell"; "required": false; }; "tableFilters": { "alias": "tableFilters"; "required": false; }; }, { "onSortChange": "onSortChange"; "tableFiltersChange": "tableFiltersChange"; }, never, never, false, never>;
44
44
  }
@@ -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, never>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "wac-table", never, { "tableFilters": { "alias": "tableFilters"; "required": false; }; "tableRoutingName": { "alias": "tableRoutingName"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "disableSearch": { "alias": "disableSearch"; "required": false; }; "disablePagniation": { "alias": "disablePagniation"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; }, { "tableFiltersChange": "tableFiltersChange"; "toggleAllCheckBox": "toggleAllCheckBox"; "checkBoxSelectionChange": "checkBoxSelectionChange"; }, ["checkBoxRows", "tableRows"], ["[headerCell]", ".complex-table", "[tableRow]"], false, never>;
44
44
  }
@@ -15,5 +15,5 @@ export declare class TabComponent implements OnInit {
15
15
  constructor(changeDetectorRef: ChangeDetectorRef, viewContainerRef: ViewContainerRef);
16
16
  ngOnInit(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "wac-tab", never, { "label": "label"; "selected": "selected"; }, {}, ["_explicitContent"], ["*"], true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "wac-tab", never, { "label": { "alias": "label"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, ["_explicitContent"], ["*"], true, never>;
19
19
  }
@@ -5,5 +5,5 @@ export declare class TabBodyComponent {
5
5
  active: boolean;
6
6
  get display(): string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TabBodyComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<TabBodyComponent, "wac-tab-body", never, { "content": "content"; "active": "active"; }, {}, never, never, true, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabBodyComponent, "wac-tab-body", never, { "content": { "alias": "content"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
@@ -38,5 +38,5 @@ export declare class TabsComponent implements AfterViewInit {
38
38
  private setIndex;
39
39
  openList($event: any): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "wac-tabs", never, { "underline": "underline"; "button": "button"; "right": "right"; "marginBottom": "marginBottom"; }, {}, ["tabList"], never, true, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabsComponent, "wac-tabs", never, { "underline": { "alias": "underline"; "required": false; }; "button": { "alias": "button"; "required": false; }; "right": { "alias": "right"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; }, {}, ["tabList"], never, true, never>;
42
42
  }
@@ -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, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "wac-tag", never, { "label": { "alias": "label"; "required": false; }; "class": { "alias": "class"; "required": false; }; "hasClose": { "alias": "hasClose"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "big": { "alias": "big"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, never, false, never>;
15
15
  }
@@ -14,5 +14,5 @@ export declare class TagDropdownComponent {
14
14
  constructor();
15
15
  onUserInput(itemIndex: any): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TagDropdownComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<TagDropdownComponent, "wac-tag-dropdown", never, { "hasIcons": "hasIcons"; "items": "items"; "label": "label"; "class": "class"; "icon": "icon"; "iconNext": "iconNext"; "colorIcon": "colorIcon"; "iconFontSize": "iconFontSize"; "isDropdown": "isDropdown"; }, { "userInput": "userInput"; }, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagDropdownComponent, "wac-tag-dropdown", never, { "hasIcons": { "alias": "hasIcons"; "required": false; }; "items": { "alias": "items"; "required": false; }; "label": { "alias": "label"; "required": false; }; "class": { "alias": "class"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconNext": { "alias": "iconNext"; "required": false; }; "colorIcon": { "alias": "colorIcon"; "required": false; }; "iconFontSize": { "alias": "iconFontSize"; "required": false; }; "isDropdown": { "alias": "isDropdown"; "required": false; }; }, { "userInput": "userInput"; }, never, never, false, never>;
18
18
  }
@@ -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, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagLabelComponent, "wac-tag-label", never, { "index": { "alias": "index"; "required": false; }; "label": { "alias": "label"; "required": false; }; "deleted": { "alias": "deleted"; "required": false; }; }, { "onDeleteLabel": "onDeleteLabel"; }, never, never, false, never>;
12
12
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class TextComponent {
3
3
  textClass: 'grey' | 'yellow' | 'red' | 'label' | 'optional';
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "wac-text", never, { "textClass": "textClass"; }, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "wac-text", never, { "textClass": { "alias": "textClass"; "required": false; }; }, {}, never, ["*"], false, never>;
6
6
  }
@@ -28,5 +28,5 @@ export declare class TextAreaComponent implements ControlValueAccessor {
28
28
  onChange(value: any): void;
29
29
  onBlur(): void;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
31
- 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"; "minHeight": "minHeight"; "dynamicSize": "dynamicSize"; "progressBar": "progressBar"; "disabled": "disabled"; "maxlength": "maxlength"; "minlength": "minlength"; "disableResize": "disableResize"; }, {}, never, never, true, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "wac-text-area", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "textInfo": { "alias": "textInfo"; "required": false; }; "textError": { "alias": "textError"; "required": false; }; "error": { "alias": "error"; "required": false; }; "success": { "alias": "success"; "required": false; }; "size": { "alias": "size"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "dynamicSize": { "alias": "dynamicSize"; "required": false; }; "progressBar": { "alias": "progressBar"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "disableResize": { "alias": "disableResize"; "required": false; }; }, {}, never, never, true, never>;
32
32
  }
@@ -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, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<TokenCheckComponent, "wac-token-check", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, 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, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "wac-tooltip", never, { "tooltipIcon": { "alias": "tooltipIcon"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "tooltipLink": { "alias": "tooltipLink"; "required": false; }; "tooltipUrl": { "alias": "tooltipUrl"; "required": false; }; }, {}, 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, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent<any>, "wac-tree", never, { "items": { "alias": "items"; "required": false; }; "treeDepth": { "alias": "treeDepth"; "required": false; }; "optionTemplate": { "alias": "optionTemplate"; "required": false; }; "trackByFn": { "alias": "trackByFn"; "required": false; }; }, {}, 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, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "wac-upload", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "image": { "alias": "image"; "required": false; }; "labelImage": { "alias": "labelImage"; "required": false; }; }, { "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, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<WrapperComponent, "wac-wrapper", never, { "size": { "alias": "size"; "required": false; }; }, {}, 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, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<WrapperBlocsComponent, "wac-wrapper-blocs", never, { "sidebar": { "alias": "sidebar"; "required": false; }; }, {}, never, ["*"], false, never>;
9
9
  }
@@ -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, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<WrapperSidebarComponent, "wac-wrapper-sidebar", never, { "reverse": { "alias": "reverse"; "required": false; }; "hideBackground": { "alias": "hideBackground"; "required": false; }; "backgroundGrey": { "alias": "backgroundGrey"; "required": false; }; "backgroundWidth": { "alias": "backgroundWidth"; "required": false; }; "stickySidebar": { "alias": "stickySidebar"; "required": false; }; "transparentSidebar": { "alias": "transparentSidebar"; "required": false; }; }, {}, 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, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDebounceDirective, "AbstractDebounceDirective", never, { "debounceTime": { "alias": "debounceTime"; "required": false; }; }, { "onEventChange": "onEventChange"; }, never, never, false, never>;
15
15
  }
@@ -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, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutoHideDirective, "[wzAutoHide]", never, { "triggerElement": { "alias": "triggerElement"; "required": false; }; "forceOn": { "alias": "forceOn"; "required": false; }; }, { "clickOutside": "clickOutside"; }, never, never, false, never>;
17
17
  }
@@ -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, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyNumberDirective, "[wacOnlyNumber]", never, { "wacOnlyNumber": { "alias": "wacOnlyNumber"; "required": false; }; }, {}, 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, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TwoDigitDecimalNumberDirective, "[wacTwoDigitDecimalNumber]", never, { "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; }, {}, 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, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<VarDirective, "[ngVar]", never, { "ngVar": { "alias": "ngVar"; "required": false; }; }, {}, never, never, false, never>;
12
12
  }
@@ -5,5 +5,5 @@ export declare class ScrollToDirective {
5
5
  onClick(): void;
6
6
  cursor: string;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ScrollToDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollToDirective, "[wacScrollTo]", never, { "elementId": "elementId"; "scrollConfig": "scrollConfig"; }, {}, never, never, true, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollToDirective, "[wacScrollTo]", never, { "elementId": { "alias": "elementId"; "required": false; }; "scrollConfig": { "alias": "scrollConfig"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
@@ -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, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ZindexToggleDirective, "[zIndexToggle]", never, { "isActive": { "alias": "zIndexToggle"; "required": false; }; }, { "onEventChange": "onEventChange"; }, never, never, false, never>;
16
16
  }
package/package.json CHANGED
@@ -1,41 +1,34 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.112",
3
+ "version": "18.2.0",
4
4
  "peerDependencies": {
5
- "@angular/animations": "~15.0.2",
6
- "@angular/cdk": "^15.0.1",
7
- "@angular/common": "~15.0.2",
8
- "@angular/compiler": "~15.0.2",
9
- "@angular/core": "~15.0.2",
10
- "@angular/forms": "~15.0.2",
11
- "@angular/platform-browser": "~15.0.2",
12
- "@angular/platform-browser-dynamic": "~15.0.2",
13
- "@angular/router": "~15.0.2",
5
+ "@angular/animations": "^18.2.0",
6
+ "@angular/cdk": "^18.2.0",
7
+ "@angular/common": "^18.2.0",
8
+ "@angular/compiler": "^18.2.0",
9
+ "@angular/core": "^18.2.0",
10
+ "@angular/forms": "^18.2.0",
11
+ "@angular/platform-browser": "^18.2.0",
12
+ "@angular/platform-browser-dynamic": "^18.2.0",
13
+ "@angular/router": "^18.2.0",
14
14
  "@ngx-translate/core": "^14.0.0",
15
15
  "@ngx-translate/http-loader": "^7.0.0",
16
- "@wizishop/ng-wizi-bulma": "^15.0.1",
17
- "bourbon": "^7.2.0",
16
+ "@wizishop/ng-wizi-bulma": "^17.0.0",
17
+ "bourbon": "^7.3.0",
18
18
  "bulma": "^0.9.4",
19
- "bulma-calendar": "git+https://github.com/WiziShop/bulma-calendar.git",
19
+ "bulma-calendar": "^6.1.19",
20
20
  "bulma-extensions": "^6.2.7",
21
- "include-media": "^1.4.9",
22
- "ngx-autosize": "^2.0.2",
21
+ "include-media": "^1.4.10",
22
+ "ngx-autosize": "^2.0.4",
23
23
  "ngx-chips": "^3.0.0",
24
24
  "ngx-perfect-scrollbar": "^10.1.1",
25
25
  "ngx-scrollbar": "^10.0.1",
26
- "rxjs": "^7.5.6",
26
+ "rxjs": "^7.8.1",
27
27
  "sass-flex-mixin": "^1.0.3",
28
- "typescript": "^4.8.4",
29
- "zone.js": "^0.12.0"
28
+ "typescript": "^5.4.5",
29
+ "zone.js": "^0.14.7"
30
30
  },
31
- "dependencies": {
32
- "tslib": "^2.0.0"
33
- },
34
- "module": "fesm2015/wizishop-angular-components.mjs",
35
- "es2020": "fesm2020/wizishop-angular-components.mjs",
36
- "esm2020": "esm2020/wizishop-angular-components.mjs",
37
- "fesm2020": "fesm2020/wizishop-angular-components.mjs",
38
- "fesm2015": "fesm2015/wizishop-angular-components.mjs",
31
+ "module": "fesm2022/wizishop-angular-components.mjs",
39
32
  "typings": "index.d.ts",
40
33
  "exports": {
41
34
  "./package.json": {
@@ -43,12 +36,13 @@
43
36
  },
44
37
  ".": {
45
38
  "types": "./index.d.ts",
46
- "esm2020": "./esm2020/wizishop-angular-components.mjs",
47
- "es2020": "./fesm2020/wizishop-angular-components.mjs",
48
- "es2015": "./fesm2015/wizishop-angular-components.mjs",
49
- "node": "./fesm2015/wizishop-angular-components.mjs",
50
- "default": "./fesm2020/wizishop-angular-components.mjs"
39
+ "esm2022": "./esm2022/wizishop-angular-components.mjs",
40
+ "esm": "./esm2022/wizishop-angular-components.mjs",
41
+ "default": "./fesm2022/wizishop-angular-components.mjs"
51
42
  }
52
43
  },
53
- "sideEffects": false
44
+ "sideEffects": false,
45
+ "dependencies": {
46
+ "tslib": "^2.6.3"
47
+ }
54
48
  }