@wizishop/angular-components 15.1.108 → 18.0.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 +2193 -2194
  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 +194 -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 +38 -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 +141 -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 +892 -901
  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 -3
  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 -2
  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.108.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
@@ -24,5 +24,5 @@ export declare class AiExpressComponent implements OnInit {
24
24
  validate(): void;
25
25
  hidePopup(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<AiExpressComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<AiExpressComponent, "wac-ai-express", never, { "top": "top"; "right": "right"; "loading": "loading"; "disabled": "disabled"; "wordingTop": "wordingTop"; "wordingToken": "wordingToken"; "wordingTokenLeft": "wordingTokenLeft"; "wordingRegisterTop": "wordingRegisterTop"; "wordingRegisterBtn": "wordingRegisterBtn"; "wordingDisabled": "wordingDisabled"; "tokenCost": "tokenCost"; "tokenLeft": "tokenLeft"; "tokenCount": "tokenCount"; "isRegister": "isRegister"; }, { "validAction": "validAction"; }, never, ["*"], false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<AiExpressComponent, "wac-ai-express", never, { "top": { "alias": "top"; "required": false; }; "right": { "alias": "right"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "wordingTop": { "alias": "wordingTop"; "required": false; }; "wordingToken": { "alias": "wordingToken"; "required": false; }; "wordingTokenLeft": { "alias": "wordingTokenLeft"; "required": false; }; "wordingRegisterTop": { "alias": "wordingRegisterTop"; "required": false; }; "wordingRegisterBtn": { "alias": "wordingRegisterBtn"; "required": false; }; "wordingDisabled": { "alias": "wordingDisabled"; "required": false; }; "tokenCost": { "alias": "tokenCost"; "required": false; }; "tokenLeft": { "alias": "tokenLeft"; "required": false; }; "tokenCount": { "alias": "tokenCount"; "required": false; }; "isRegister": { "alias": "isRegister"; "required": false; }; }, { "validAction": "validAction"; }, never, ["*"], false, never>;
28
28
  }
@@ -13,5 +13,5 @@ export declare class AlertComponent implements OnInit {
13
13
  ngOnInit(): void;
14
14
  closeAlert(el: any): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "wac-alert", never, { "icon": "icon"; "warning": "warning"; "success": "success"; "alert": "alert"; "iconClass": "iconClass"; "closeButton": "closeButton"; }, { "isCloseChange": "isCloseChange"; }, never, ["*"], false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "wac-alert", never, { "icon": { "alias": "icon"; "required": false; }; "warning": { "alias": "warning"; "required": false; }; "success": { "alias": "success"; "required": false; }; "alert": { "alias": "alert"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "closeButton": { "alias": "closeButton"; "required": false; }; }, { "isCloseChange": "isCloseChange"; }, never, ["*"], false, never>;
17
17
  }
@@ -4,5 +4,5 @@ export declare class BlockTitleLegacyComponent {
4
4
  icon: string;
5
5
  constructor();
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<BlockTitleLegacyComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<BlockTitleLegacyComponent, "wac-block-title-legacy", never, { "simple": "simple"; "icon": "icon"; }, {}, never, ["*"], true, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<BlockTitleLegacyComponent, "wac-block-title-legacy", never, { "simple": { "alias": "simple"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], true, never>;
8
8
  }
@@ -23,5 +23,5 @@ export declare class BlockComponent implements AfterViewInit {
23
23
  private getSeparatedGroupedOfNodes;
24
24
  ngOnDesTroy(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<BlockComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<BlockComponent, "wac-block", never, { "config": "config"; }, {}, ["blockSeparators"], ["*"], true, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<BlockComponent, "wac-block", never, { "config": { "alias": "config"; "required": false; }; }, {}, ["blockSeparators"], ["*"], true, never>;
27
27
  }
@@ -12,5 +12,5 @@ export declare class BlockWithCheckboxComponent {
12
12
  eventSelected(event: any): void;
13
13
  removeFirstClass(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BlockWithCheckboxComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BlockWithCheckboxComponent, "wac-block-with-checkbox", never, { "selected": "selected"; "disabled": "disabled"; "nameRadio": "nameRadio"; "isFirst": "isFirst"; "opacity": "opacity"; }, { "checkboxAction": "checkboxAction"; }, never, ["*"], false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BlockWithCheckboxComponent, "wac-block-with-checkbox", never, { "selected": { "alias": "selected"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "nameRadio": { "alias": "nameRadio"; "required": false; }; "isFirst": { "alias": "isFirst"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; }, { "checkboxAction": "checkboxAction"; }, never, ["*"], false, never>;
16
16
  }
@@ -9,5 +9,5 @@ export declare class BreadcrumbsComponent {
9
9
  constructor();
10
10
  valueChanged(i: any): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "wac-breadcrumbs", never, { "breadcrumbs": "breadcrumbs"; "noResponsive": "noResponsive"; }, { "indexChange": "indexChange"; }, never, never, false, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "wac-breadcrumbs", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; "noResponsive": { "alias": "noResponsive"; "required": false; }; }, { "indexChange": "indexChange"; }, never, never, false, never>;
13
13
  }
@@ -7,7 +7,6 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
7
7
  extraClasses: string;
8
8
  label: string;
9
9
  icon: string;
10
- isLoadingSvg: boolean;
11
10
  iconNext: string;
12
11
  textcolor: any;
13
12
  colorIcon: string;
@@ -48,7 +47,6 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
48
47
  constructor(type: string, formGroup: FormGroupDirective);
49
48
  ngOnInit(): void;
50
49
  toggleLoading(): void;
51
- onButtonClickLoader(): void;
52
50
  addMaxWidth(): void;
53
51
  resetMaxWidth(): void;
54
52
  addMaxWidthDelete(): void;
@@ -56,5 +54,5 @@ export declare class ButtonComponent implements OnInit, AfterViewInit {
56
54
  onButtonClick(event: any): void;
57
55
  ngAfterViewInit(): void;
58
56
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, [{ attribute: "type"; }, { optional: true; }]>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "wac-button", never, { "extraClasses": "extraClasses"; "label": "label"; "icon": "icon"; "isLoadingSvg": "isLoadingSvg"; "iconNext": "iconNext"; "textcolor": "textcolor"; "colorIcon": "colorIcon"; "widthAuto": "widthAuto"; "contentHorizontalPosition": "contentHorizontalPosition"; "iconFontSize": "iconFontSize"; "hasLoader": "hasLoader"; "disabled": "disabled"; "whiteSpaceNowrap": "whiteSpaceNowrap"; "opacity": "opacity"; "animation": "animation"; "animationRight": "animationRight"; "animationText": "animationText"; "confirmDelete": "confirmDelete"; "confirmDeleteText": "confirmDeleteText"; "coin": "coin"; "tooltip": "tooltip"; "tooltipWidth": "tooltipWidth"; "borderColor": "borderColor"; "noPadding": "noPadding"; "tooltipPosition": "tooltipPosition"; "tooltipOneline": "tooltipOneline"; "confirmDeletePosition": "confirmDeletePosition"; "isLoading": "isLoading"; }, { "click": "click"; "isLoadingChange": "isLoadingChange"; }, never, never, false, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "wac-button", never, { "extraClasses": { "alias": "extraClasses"; "required": false; }; "label": { "alias": "label"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconNext": { "alias": "iconNext"; "required": false; }; "textcolor": { "alias": "textcolor"; "required": false; }; "colorIcon": { "alias": "colorIcon"; "required": false; }; "widthAuto": { "alias": "widthAuto"; "required": false; }; "contentHorizontalPosition": { "alias": "contentHorizontalPosition"; "required": false; }; "iconFontSize": { "alias": "iconFontSize"; "required": false; }; "hasLoader": { "alias": "hasLoader"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "whiteSpaceNowrap": { "alias": "whiteSpaceNowrap"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "animationRight": { "alias": "animationRight"; "required": false; }; "animationText": { "alias": "animationText"; "required": false; }; "confirmDelete": { "alias": "confirmDelete"; "required": false; }; "confirmDeleteText": { "alias": "confirmDeleteText"; "required": false; }; "coin": { "alias": "coin"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipWidth": { "alias": "tooltipWidth"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "noPadding": { "alias": "noPadding"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "tooltipOneline": { "alias": "tooltipOneline"; "required": false; }; "confirmDeletePosition": { "alias": "confirmDeletePosition"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; }, { "click": "click"; "isLoadingChange": "isLoadingChange"; }, never, never, false, never>;
60
58
  }
@@ -57,5 +57,5 @@ export declare class CalendarComponent implements OnChanges, ControlValueAccesso
57
57
  registerOnTouched(fn: any): void;
58
58
  setDisabledState(isDisabled: boolean): void;
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "wac-calendar", never, { "label": "label"; "boldLabel": "boldLabel"; "type": "type"; "options": "options"; "position": "position"; "dateSelected": "dateSelected"; "typeDate": "typeDate"; "noMargin": "noMargin"; "disabled": "disabled"; }, { "dateSelectedChange": "dateSelectedChange"; "changeData": "changeData"; }, never, never, false, never>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "wac-calendar", never, { "label": { "alias": "label"; "required": false; }; "boldLabel": { "alias": "boldLabel"; "required": false; }; "type": { "alias": "type"; "required": false; }; "options": { "alias": "options"; "required": false; }; "position": { "alias": "position"; "required": false; }; "dateSelected": { "alias": "dateSelected"; "required": false; }; "typeDate": { "alias": "typeDate"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "dateSelectedChange": "dateSelectedChange"; "changeData": "changeData"; }, never, never, false, never>;
61
61
  }
@@ -27,5 +27,5 @@ export declare class CardPriceComponent {
27
27
  triggerClick(): void;
28
28
  removePackageTrigger(): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<CardPriceComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<CardPriceComponent, "wac-card-price", never, { "amount": "amount"; "promo": "promo"; "title": "title"; "selected": "selected"; "btnLabelSelected": "btnLabelSelected"; "price": "price"; "currency": "currency"; "priceWording": "priceWording"; "subtitle": "subtitle"; "btnLabel": "btnLabel"; "packageSubtitle": "packageSubtitle"; "linkPackageLabel": "linkPackageLabel"; "listFeatures": "listFeatures"; "disabled": "disabled"; "btnTextcolor": "btnTextcolor"; "extraClasses": "extraClasses"; "extraClassesSelected": "extraClassesSelected"; "hideButton": "hideButton"; "darkMode": "darkMode"; "isEvolup": "isEvolup"; }, { "confirm": "confirm"; "cancel": "cancel"; }, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardPriceComponent, "wac-card-price", never, { "amount": { "alias": "amount"; "required": false; }; "promo": { "alias": "promo"; "required": false; }; "title": { "alias": "title"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "btnLabelSelected": { "alias": "btnLabelSelected"; "required": false; }; "price": { "alias": "price"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "priceWording": { "alias": "priceWording"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "btnLabel": { "alias": "btnLabel"; "required": false; }; "packageSubtitle": { "alias": "packageSubtitle"; "required": false; }; "linkPackageLabel": { "alias": "linkPackageLabel"; "required": false; }; "listFeatures": { "alias": "listFeatures"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "btnTextcolor": { "alias": "btnTextcolor"; "required": false; }; "extraClasses": { "alias": "extraClasses"; "required": false; }; "extraClassesSelected": { "alias": "extraClassesSelected"; "required": false; }; "hideButton": { "alias": "hideButton"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; "isEvolup": { "alias": "isEvolup"; "required": false; }; }, { "confirm": "confirm"; "cancel": "cancel"; }, never, never, false, never>;
31
31
  }
@@ -5,5 +5,5 @@ export declare class ChargingBarComponent implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ChargingBarComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ChargingBarComponent, "wac-charging-bar", never, { "value": "value"; }, {}, never, never, false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChargingBarComponent, "wac-charging-bar", never, { "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>;
9
9
  }
@@ -26,5 +26,5 @@ export declare class CheckboxComponent implements ControlValueAccessor {
26
26
  onChange(value: any): void;
27
27
  inputClick($event: any): void;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "wac-checkbox", never, { "label": "label"; "value": "value"; "type": "type"; "alone": "alone"; "checked": "checked"; "hasInput": "hasInput"; "inputPlaceholder": "inputPlaceholder"; "id": "id"; "name": "name"; "whiteSpace": "whiteSpace"; "disabled": "disabled"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "wac-checkbox", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "alone": { "alias": "alone"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "hasInput": { "alias": "hasInput"; "required": false; }; "inputPlaceholder": { "alias": "inputPlaceholder"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
30
30
  }
@@ -17,5 +17,5 @@ export declare class ConfirmDeleteComponent implements AfterViewInit {
17
17
  onResize(): void;
18
18
  ngAfterViewInit(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmDeleteComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDeleteComponent, "wac-confirm-delete", never, { "open": "open"; "label": "label"; "labelCancel": "labelCancel"; "labelConfirm": "labelConfirm"; "backgroundColor": "backgroundColor"; "borderRadius": "borderRadius"; }, { "confirm": "confirm"; }, never, never, false, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmDeleteComponent, "wac-confirm-delete", never, { "open": { "alias": "open"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelCancel": { "alias": "labelCancel"; "required": false; }; "labelConfirm": { "alias": "labelConfirm"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; }, { "confirm": "confirm"; }, never, never, false, never>;
21
21
  }
@@ -23,5 +23,5 @@ export declare class ContentWithButtonsComponent implements OnInit, AfterViewIni
23
23
  eventTranslate(): void;
24
24
  eventReport(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentWithButtonsComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ContentWithButtonsComponent, "wac-content-with-buttons", never, { "iconCopy": "iconCopy"; "iconTranslate": "iconTranslate"; "tooltipCopy": "tooltipCopy"; "tooltipTranslate": "tooltipTranslate"; "tooltipLinkReport": "tooltipLinkReport"; "count": "count"; "countCharacterLabel": "countCharacterLabel"; "countWordsLabel": "countWordsLabel"; "reportLabel": "reportLabel"; }, { "copyAction": "copyAction"; "reportAction": "reportAction"; "translateAction": "translateAction"; }, never, ["*"], false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ContentWithButtonsComponent, "wac-content-with-buttons", never, { "iconCopy": { "alias": "iconCopy"; "required": false; }; "iconTranslate": { "alias": "iconTranslate"; "required": false; }; "tooltipCopy": { "alias": "tooltipCopy"; "required": false; }; "tooltipTranslate": { "alias": "tooltipTranslate"; "required": false; }; "tooltipLinkReport": { "alias": "tooltipLinkReport"; "required": false; }; "count": { "alias": "count"; "required": false; }; "countCharacterLabel": { "alias": "countCharacterLabel"; "required": false; }; "countWordsLabel": { "alias": "countWordsLabel"; "required": false; }; "reportLabel": { "alias": "reportLabel"; "required": false; }; }, { "copyAction": "copyAction"; "reportAction": "reportAction"; "translateAction": "translateAction"; }, never, ["*"], false, never>;
27
27
  }
@@ -16,5 +16,5 @@ export declare class DraganddropListComponent {
16
16
  addField(): void;
17
17
  saveNewField(event: any): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<DraganddropListComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<DraganddropListComponent, "wac-draganddrop-list", never, { "label": "label"; "items": "items"; "disabled": "disabled"; "max": "max"; "labelBtnAdd": "labelBtnAdd"; "backgroundColor": "backgroundColor"; }, { "itemsChange": "itemsChange"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<DraganddropListComponent, "wac-draganddrop-list", never, { "label": { "alias": "label"; "required": false; }; "items": { "alias": "items"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "max": { "alias": "max"; "required": false; }; "labelBtnAdd": { "alias": "labelBtnAdd"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; }, { "itemsChange": "itemsChange"; }, never, never, false, never>;
20
20
  }
@@ -7,5 +7,5 @@ export declare class DropdownComponent {
7
7
  constructor();
8
8
  onUserInput(itemIndex: any): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "wac-dropdown", never, { "hasIcons": "hasIcons"; "items": "items"; }, { "userInput": "userInput"; }, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "wac-dropdown", never, { "hasIcons": { "alias": "hasIcons"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "userInput": "userInput"; }, never, never, false, never>;
11
11
  }
@@ -39,7 +39,7 @@ export declare class WzEditInPlaceComponent implements ControlValueAccessor, Aft
39
39
  selectOption(event: any): void;
40
40
  closeSelect(event: any): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<WzEditInPlaceComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<WzEditInPlaceComponent, "wac-edit-in-place", never, { "type": "type"; "nwbOptions": "nwbOptions"; "config": "config"; "label": "label"; }, { "customChange": "customChange"; }, never, never, false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<WzEditInPlaceComponent, "wac-edit-in-place", never, { "type": { "alias": "type"; "required": false; }; "nwbOptions": { "alias": "nwbOptions"; "required": false; }; "config": { "alias": "config"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, { "customChange": "customChange"; }, never, never, false, never>;
43
43
  }
44
44
  export interface NwbEditInPlaceConfig {
45
45
  /** Whether to select the whole text inside the input upon click */
@@ -7,5 +7,5 @@ export declare class ExpandedPanelComponent implements OnInit {
7
7
  constructor();
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpandedPanelComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedPanelComponent, "wac-expanded-panel", never, { "label": "label"; "section": "section"; "open": "open"; }, {}, never, ["*"], false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExpandedPanelComponent, "wac-expanded-panel", never, { "label": { "alias": "label"; "required": false; }; "section": { "alias": "section"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, {}, never, ["*"], false, never>;
11
11
  }
@@ -15,5 +15,5 @@ export declare class AccordionComponent implements AfterViewInit, OnDestroy {
15
15
  private keepOnlyOnePanelOpenHandler;
16
16
  ngOnDestroy(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AccordionComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "wac-accordion", never, { "keepOnlyOnePanelOpen": "keepOnlyOnePanelOpen"; }, {}, ["expansionItems"], ["*"], false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<AccordionComponent, "wac-accordion", never, { "keepOnlyOnePanelOpen": { "alias": "keepOnlyOnePanelOpen"; "required": false; }; }, {}, ["expansionItems"], ["*"], false, never>;
19
19
  }
@@ -22,5 +22,5 @@ export declare class ExpansionPanelDirective implements AccordionItem, AfterView
22
22
  open(): void;
23
23
  toggle(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelDirective, never>;
25
- static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelDirective, "[wacExpansionPanel]", never, { "disabled": "disabled"; "hideToggle": "hideToggle"; "isExpanded": "isExpanded"; }, { "isExpandedChange": "isExpandedChange"; }, ["header"], never, false, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelDirective, "[wacExpansionPanel]", never, { "disabled": { "alias": "disabled"; "required": false; }; "hideToggle": { "alias": "hideToggle"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; }, { "isExpandedChange": "isExpandedChange"; }, ["header"], never, false, never>;
26
26
  }
@@ -15,5 +15,5 @@ export declare class ExpansionPanelHeaderDirective {
15
15
  open: () => {};
16
16
  toggle: () => {};
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelHeaderDirective, never>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelHeaderDirective, "[wacExpansionPanelHeader]", never, { "disabled": "disabled"; "hideToggle": "hideToggle"; "isExpanded": "isExpanded"; }, { "disabledChange": "disabledChange"; "hideToggleChange": "hideToggleChange"; "isExpandedChange": "isExpandedChange"; }, never, never, false, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelHeaderDirective, "[wacExpansionPanelHeader]", never, { "disabled": { "alias": "disabled"; "required": false; }; "hideToggle": { "alias": "hideToggle"; "required": false; }; "isExpanded": { "alias": "isExpanded"; "required": false; }; }, { "disabledChange": "disabledChange"; "hideToggleChange": "hideToggleChange"; "isExpandedChange": "isExpandedChange"; }, never, never, false, never>;
19
19
  }
@@ -11,5 +11,5 @@ export declare class FiltersComponent implements OnInit {
11
11
  activeFilter(index: number): void;
12
12
  resetFilter(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FiltersComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "wac-filters", never, { "options": "options"; "labelRestart": "labelRestart"; }, { "filterChange": "filterChange"; }, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FiltersComponent, "wac-filters", never, { "options": { "alias": "options"; "required": false; }; "labelRestart": { "alias": "labelRestart"; "required": false; }; }, { "filterChange": "filterChange"; }, never, never, false, never>;
15
15
  }
@@ -18,5 +18,5 @@ export declare class FreePopinComponent implements OnInit {
18
18
  refusePopin(): void;
19
19
  closePopin(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FreePopinComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<FreePopinComponent, "wac-free-popin", never, { "okButtonLabel": "okButtonLabel"; "koButtonLabel": "koButtonLabel"; "visible": "visible"; "disableCloseOutside": "disableCloseOutside"; "background": "background"; "zIndex": "zIndex"; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, ["*"], false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<FreePopinComponent, "wac-free-popin", never, { "okButtonLabel": { "alias": "okButtonLabel"; "required": false; }; "koButtonLabel": { "alias": "koButtonLabel"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "disableCloseOutside": { "alias": "disableCloseOutside"; "required": false; }; "background": { "alias": "background"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, ["*"], false, never>;
22
22
  }
@@ -7,5 +7,5 @@ export declare class GooglePreviewComponent implements OnInit {
7
7
  constructor();
8
8
  ngOnInit(): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<GooglePreviewComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<GooglePreviewComponent, "wac-google-preview", never, { "title": "title"; "url": "url"; "description": "description"; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<GooglePreviewComponent, "wac-google-preview", never, { "title": { "alias": "title"; "required": false; }; "url": { "alias": "url"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
@@ -12,5 +12,5 @@ export declare class HeaderPageComponent {
12
12
  constructor(historyService: HistoryService, location: Location);
13
13
  back(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderPageComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderPageComponent, "wac-header-page", never, { "title": "title"; "linkBack": "linkBack"; "withImg": "withImg"; "center": "center"; "useHistory": "useHistory"; }, {}, never, ["[role=header]", "[role=subtitle]", "*"], false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderPageComponent, "wac-header-page", never, { "title": { "alias": "title"; "required": false; }; "linkBack": { "alias": "linkBack"; "required": false; }; "withImg": { "alias": "withImg"; "required": false; }; "center": { "alias": "center"; "required": false; }; "useHistory": { "alias": "useHistory"; "required": false; }; }, {}, never, ["[role=header]", "[role=subtitle]", "*"], false, never>;
16
16
  }
@@ -6,5 +6,5 @@ export declare class H1Component {
6
6
  color: any;
7
7
  constructor();
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<H1Component, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<H1Component, "wac-h1", never, { "annotation": "annotation"; "withImg": "withImg"; "center": "center"; "color": "color"; }, {}, never, ["*"], false, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<H1Component, "wac-h1", never, { "annotation": { "alias": "annotation"; "required": false; }; "withImg": { "alias": "withImg"; "required": false; }; "center": { "alias": "center"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
10
10
  }
@@ -5,5 +5,5 @@ export declare class H3Component implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<H3Component, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "wac-h3", never, { "grey": "grey"; }, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<H3Component, "wac-h3", never, { "grey": { "alias": "grey"; "required": false; }; }, {}, never, ["*"], false, never>;
9
9
  }
@@ -5,5 +5,5 @@ export declare class H4Component implements OnInit {
5
5
  constructor();
6
6
  ngOnInit(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<H4Component, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "wac-h4", never, { "grey": "grey"; }, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<H4Component, "wac-h4", never, { "grey": { "alias": "grey"; "required": false; }; }, {}, never, ["*"], false, never>;
9
9
  }
@@ -3,5 +3,5 @@ export declare class ImageComponent {
3
3
  src: string;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "wac-image", never, { "src": "src"; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "wac-image", never, { "src": { "alias": "src"; "required": false; }; }, {}, never, never, false, never>;
7
7
  }
@@ -52,5 +52,5 @@ export declare class InputComponent implements ControlValueAccessor {
52
52
  onFocusOut(): void;
53
53
  keyPress(event: KeyboardEvent): void;
54
54
  static ɵfac: i0.ɵɵFactoryDeclaration<InputComponent, never>;
55
- static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "wac-input", never, { "label": "label"; "value": "value"; "type": "type"; "placeholder": "placeholder"; "textInfo": "textInfo"; "textError": "textError"; "size": "size"; "isNumber": "isNumber"; "withoutBlock": "withoutBlock"; "icon": "icon"; "big": "big"; "medium": "medium"; "boldLabel": "boldLabel"; "min": "min"; "max": "max"; "disableMargin": "disableMargin"; "textPrepend": "textPrepend"; "textAppend": "textAppend"; "progressBar": "progressBar"; "extraClasses": "extraClasses"; "keyPreventDefault": "keyPreventDefault"; "showTooltip": "showTooltip"; "textTooltip": "textTooltip"; "iconTooltip": "iconTooltip"; "urlTooltip": "urlTooltip"; "linkTooltip": "linkTooltip"; "padding": "padding"; "disabled": "disabled"; "indication": "indication"; "success": "success"; "error": "error"; "maxlength": "maxlength"; "minlength": "minlength"; "indicationLeft": "indicationLeft"; }, { "keypressEnter": "keypressEnter"; "blurred": "blurred"; }, never, never, true, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputComponent, "wac-input", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "textInfo": { "alias": "textInfo"; "required": false; }; "textError": { "alias": "textError"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isNumber": { "alias": "isNumber"; "required": false; }; "withoutBlock": { "alias": "withoutBlock"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "big": { "alias": "big"; "required": false; }; "medium": { "alias": "medium"; "required": false; }; "boldLabel": { "alias": "boldLabel"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disableMargin": { "alias": "disableMargin"; "required": false; }; "textPrepend": { "alias": "textPrepend"; "required": false; }; "textAppend": { "alias": "textAppend"; "required": false; }; "progressBar": { "alias": "progressBar"; "required": false; }; "extraClasses": { "alias": "extraClasses"; "required": false; }; "keyPreventDefault": { "alias": "keyPreventDefault"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "textTooltip": { "alias": "textTooltip"; "required": false; }; "iconTooltip": { "alias": "iconTooltip"; "required": false; }; "urlTooltip": { "alias": "urlTooltip"; "required": false; }; "linkTooltip": { "alias": "linkTooltip"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "indication": { "alias": "indication"; "required": false; }; "success": { "alias": "success"; "required": false; }; "error": { "alias": "error"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "indicationLeft": { "alias": "indicationLeft"; "required": false; }; }, { "keypressEnter": "keypressEnter"; "blurred": "blurred"; }, never, never, true, never>;
56
56
  }
@@ -17,5 +17,5 @@ export declare class InputSearchComponent implements ControlValueAccessor {
17
17
  registerOnTouched(fn: any): void;
18
18
  handleDebouncedKeyUp(): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<InputSearchComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<InputSearchComponent, "wac-input-search", never, { "placeholder": "placeholder"; "withoutgrey": "withoutgrey"; "smallPadding": "smallPadding"; "id": "id"; }, { "changeDebounced": "changeDebounced"; }, never, never, true, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputSearchComponent, "wac-input-search", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "withoutgrey": { "alias": "withoutgrey"; "required": false; }; "smallPadding": { "alias": "smallPadding"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "changeDebounced": "changeDebounced"; }, never, never, true, never>;
21
21
  }
@@ -16,5 +16,5 @@ export declare class LinkComponent implements AfterViewInit {
16
16
  ngAfterViewInit(): void;
17
17
  setAttributesLink(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<LinkComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "wac-link", never, { "href": "href"; "tooltip": "tooltip"; "tooltipWidth": "tooltipWidth"; "target": "target"; "id": "id"; "class": "class"; "fontSize": "fontSize"; }, {}, never, ["*"], false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<LinkComponent, "wac-link", never, { "href": { "alias": "href"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "tooltipWidth": { "alias": "tooltipWidth"; "required": false; }; "target": { "alias": "target"; "required": false; }; "id": { "alias": "id"; "required": false; }; "class": { "alias": "class"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; }, {}, never, ["*"], false, never>;
20
20
  }
@@ -3,5 +3,5 @@ export declare class LoaderComponent {
3
3
  text: string;
4
4
  small: boolean;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "wac-loader", never, { "text": "text"; "small": "small"; }, {}, never, never, true, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "wac-loader", never, { "text": { "alias": "text"; "required": false; }; "small": { "alias": "small"; "required": false; }; }, {}, never, never, true, never>;
7
7
  }
@@ -4,5 +4,5 @@ export declare class LogoComponent {
4
4
  isWhite: boolean;
5
5
  constructor();
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "wac-logo", never, { "isDropizi": "isDropizi"; "isWhite": "isWhite"; }, {}, never, never, false, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "wac-logo", never, { "isDropizi": { "alias": "isDropizi"; "required": false; }; "isWhite": { "alias": "isWhite"; "required": false; }; }, {}, never, never, false, never>;
8
8
  }
@@ -24,5 +24,5 @@ export declare class MosaicComponent implements OnChanges {
24
24
  onBottomReached(): void;
25
25
  onImportImage(src: ImageSource): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<MosaicComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<MosaicComponent, "wac-mosaic", never, { "imagesList": "imagesList"; "isLoading": "isLoading"; "numberOfColumn": "numberOfColumn"; "hoverImageTemplate": "hoverImageTemplate"; }, { "importImageSrc": "importImageSrc"; "loadMoreImages": "loadMoreImages"; }, never, never, false, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<MosaicComponent, "wac-mosaic", never, { "imagesList": { "alias": "imagesList"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "numberOfColumn": { "alias": "numberOfColumn"; "required": false; }; "hoverImageTemplate": { "alias": "hoverImageTemplate"; "required": false; }; }, { "importImageSrc": "importImageSrc"; "loadMoreImages": "loadMoreImages"; }, never, never, false, never>;
28
28
  }
@@ -27,5 +27,5 @@ export declare class MultipleSearchComponent implements OnInit {
27
27
  closeSelect(): void;
28
28
  resetAllVue(value: any): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<MultipleSearchComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchComponent, "wac-multiple-search", never, { "options": "options"; "alwaysOpen": "alwaysOpen"; }, {}, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchComponent, "wac-multiple-search", never, { "options": { "alias": "options"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; }, {}, never, never, false, never>;
31
31
  }
@@ -27,5 +27,5 @@ export declare class MultipleSearchPlusComponent implements OnInit {
27
27
  addResult(index: number): void;
28
28
  deleteResult(indexItem: number, index: number): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<MultipleSearchPlusComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchPlusComponent, "wac-multiple-search-plus", never, { "options": "options"; "searchResults": "searchResults"; "disabled": "disabled"; }, { "searchValue": "searchValue"; "optionsChange": "optionsChange"; }, never, never, false, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultipleSearchPlusComponent, "wac-multiple-search-plus", never, { "options": { "alias": "options"; "required": false; }; "searchResults": { "alias": "searchResults"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "searchValue": "searchValue"; "optionsChange": "optionsChange"; }, never, never, false, never>;
31
31
  }
@@ -3,5 +3,5 @@ export declare class OptionalDisableContainerComponent {
3
3
  disabled: boolean;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<OptionalDisableContainerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<OptionalDisableContainerComponent, "wac-optional-disable-container", never, { "disabled": "disabled"; }, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<OptionalDisableContainerComponent, "wac-optional-disable-container", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>;
7
7
  }
@@ -15,5 +15,5 @@ export declare class PaginationComponent {
15
15
  incrementPage(): void;
16
16
  onGotoPageChange(event: any): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "wac-pagination", never, { "pagination": "pagination"; }, { "pageChange": "pageChange"; }, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "wac-pagination", never, { "pagination": { "alias": "pagination"; "required": false; }; }, { "pageChange": "pageChange"; }, never, never, false, never>;
19
19
  }
@@ -22,5 +22,5 @@ export declare class PopinComponent implements OnInit {
22
22
  refusePopin(): void;
23
23
  closePopin(clickOnBackground?: boolean): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<PopinComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<PopinComponent, "wac-popin", never, { "title": "title"; "content": "content"; "imgSrc": "imgSrc"; "okButtonLabel": "okButtonLabel"; "koButtonLabel": "koButtonLabel"; "okButtonClass": "okButtonClass"; "koButtonClass": "koButtonClass"; "visible": "visible"; "background": "background"; "closeOnBackgroundClick": "closeOnBackgroundClick"; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, false, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<PopinComponent, "wac-popin", never, { "title": { "alias": "title"; "required": false; }; "content": { "alias": "content"; "required": false; }; "imgSrc": { "alias": "imgSrc"; "required": false; }; "okButtonLabel": { "alias": "okButtonLabel"; "required": false; }; "koButtonLabel": { "alias": "koButtonLabel"; "required": false; }; "okButtonClass": { "alias": "okButtonClass"; "required": false; }; "koButtonClass": { "alias": "koButtonClass"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "background": { "alias": "background"; "required": false; }; "closeOnBackgroundClick": { "alias": "closeOnBackgroundClick"; "required": false; }; }, { "visibleChange": "visibleChange"; "response": "response"; }, never, never, false, never>;
26
26
  }
@@ -19,5 +19,5 @@ export declare class ProgressBarComponent {
19
19
  progressBarGetMaxSize(max: any): any;
20
20
  progressBarGetTextInfo(): any;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "wac-progress-bar", never, { "valueLength": "valueLength"; "min": "min"; "max": "max"; }, {}, never, never, true, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "wac-progress-bar", never, { "valueLength": { "alias": "valueLength"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, never, never, true, never>;
23
23
  }
@@ -21,5 +21,5 @@ export declare class RadioLegacyComponent implements ControlValueAccessor {
21
21
  onChange(value: any): void;
22
22
  valueInput(value: any): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<RadioLegacyComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<RadioLegacyComponent, "wac-radio-legacy", never, { "label": "label"; "options": "options"; "value": "value"; "type": "type"; "id": "id"; "name": "name"; "alone": "alone"; }, { "changeInput": "changeInput"; }, never, never, false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<RadioLegacyComponent, "wac-radio-legacy", never, { "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "value": { "alias": "value"; "required": false; }; "type": { "alias": "type"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "alone": { "alias": "alone"; "required": false; }; }, { "changeInput": "changeInput"; }, never, never, false, never>;
25
25
  }
@@ -20,7 +20,6 @@ export declare class RowComponent implements OnInit, AfterContentInit {
20
20
  multipleLine: boolean;
21
21
  childrenByLine: number;
22
22
  padding: string;
23
- gap: string;
24
23
  lastChildIsDown: boolean;
25
24
  addClass: string;
26
25
  halfMarginChild: string;
@@ -34,5 +33,5 @@ export declare class RowComponent implements OnInit, AfterContentInit {
34
33
  ngAfterContentInit(): void;
35
34
  handleDomChange(event: any): void;
36
35
  static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "wac-row", never, { "position": "position"; "width": "width"; "height": "height"; "responsiveAuto": "responsiveAuto"; "childrensWidthAuto": "childrensWidthAuto"; "visibility": "visibility"; "marginChild": "marginChild"; "marginBottom": "marginBottom"; "marginBottomChild": "marginBottomChild"; "addWacBlock": "addWacBlock"; "lineDisplayContent": "lineDisplayContent"; "border": "border"; "multipleLine": "multipleLine"; "childrenByLine": "childrenByLine"; "padding": "padding"; "gap": "gap"; "lastChildIsDown": "lastChildIsDown"; "addClass": "addClass"; }, {}, never, ["*"], false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "wac-row", never, { "position": { "alias": "position"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "responsiveAuto": { "alias": "responsiveAuto"; "required": false; }; "childrensWidthAuto": { "alias": "childrensWidthAuto"; "required": false; }; "visibility": { "alias": "visibility"; "required": false; }; "marginChild": { "alias": "marginChild"; "required": false; }; "marginBottom": { "alias": "marginBottom"; "required": false; }; "marginBottomChild": { "alias": "marginBottomChild"; "required": false; }; "addWacBlock": { "alias": "addWacBlock"; "required": false; }; "lineDisplayContent": { "alias": "lineDisplayContent"; "required": false; }; "border": { "alias": "border"; "required": false; }; "multipleLine": { "alias": "multipleLine"; "required": false; }; "childrenByLine": { "alias": "childrenByLine"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "lastChildIsDown": { "alias": "lastChildIsDown"; "required": false; }; "addClass": { "alias": "addClass"; "required": false; }; }, {}, never, ["*"], false, never>;
38
37
  }
@@ -23,5 +23,5 @@ export declare class SearchComponent implements OnInit {
23
23
  onSelectItem(index: number, value: number, label: string): void;
24
24
  resetAllVue(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<SearchComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "wac-search", never, { "placeholder": "placeholder"; "alwaysOpen": "alwaysOpen"; "label": "label"; "options": "options"; "disableSearchIn": "disableSearchIn"; "emptyResult": "emptyResult"; }, { "selectValue": "selectValue"; "searchKeyUp": "searchKeyUp"; "searchFocusOut": "searchFocusOut"; }, never, never, false, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "wac-search", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; "label": { "alias": "label"; "required": false; }; "options": { "alias": "options"; "required": false; }; "disableSearchIn": { "alias": "disableSearchIn"; "required": false; }; "emptyResult": { "alias": "emptyResult"; "required": false; }; }, { "selectValue": "selectValue"; "searchKeyUp": "searchKeyUp"; "searchFocusOut": "searchFocusOut"; }, never, never, false, never>;
27
27
  }
@@ -25,5 +25,5 @@ export declare class SelectOptionDirective<TOptionValue> implements OptionSelect
25
25
  setDisabledState(isDisabled: boolean): void;
26
26
  setMultiple(multiple: boolean): void;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectOptionDirective<any>, never>;
28
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective<any>, "[wacOption]", ["wacOption"], { "disabled": "disabled"; "value": "value"; "selected": "selected"; "onClickEventPreventDefault": "onClickEventPreventDefault"; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectOptionDirective<any>, "[wacOption]", ["wacOption"], { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "onClickEventPreventDefault": { "alias": "onClickEventPreventDefault"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
29
29
  }
@@ -44,5 +44,5 @@ export declare class SelectComponent<TOptionValue> extends SelectDirective<TOpti
44
44
  registerOnTouched(fn: any): void;
45
45
  ngOnDestroy(): void;
46
46
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent<any>, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "wac-select", never, { "required": "required"; "small": "small"; "keepPanelOpen": "keepPanelOpen"; "openPanel": "openPanel"; }, { "openPanelChange": "openPanelChange"; }, ["customSearchTrigger", "label"], ["wac-label, .wac-label", "wac-select-search-trigger", "wac-placeholder,[role=placeholder]", "wac-option-call-to-action, wac-option, option, .option, [selectOption]"], false, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent<any>, "wac-select", never, { "required": { "alias": "required"; "required": false; }; "small": { "alias": "small"; "required": false; }; "keepPanelOpen": { "alias": "keepPanelOpen"; "required": false; }; "openPanel": { "alias": "openPanel"; "required": false; }; }, { "openPanelChange": "openPanelChange"; }, ["customSearchTrigger", "label"], ["wac-label, .wac-label", "wac-select-search-trigger", "wac-placeholder,[role=placeholder]", "wac-option-call-to-action, wac-option, option, .option, [selectOption]"], false, never>;
48
48
  }
@@ -41,5 +41,5 @@ export declare class SelectDirective<TOptionValue> implements OnInit, ControlVal
41
41
  setDisabledState(isDisabled: boolean): void;
42
42
  ngOnDestroy(): void;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective<any>, never>;
44
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, "[wacSelect]", ["wacSelect"], { "value": "value"; "multiple": "multiple"; "disabled": "disabled"; "tabIndex": "tabIndex"; "searchByTyping": "searchByTyping"; }, { "valueChange": "valueChange"; }, ["optionChildren"], never, true, never>;
44
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective<any>, "[wacSelect]", ["wacSelect"], { "value": { "alias": "value"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "searchByTyping": { "alias": "searchByTyping"; "required": false; }; }, { "valueChange": "valueChange"; }, ["optionChildren"], never, true, never>;
45
45
  }
@@ -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, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectSearchTriggerComponent, "wac-select-search-trigger", never, { "searchValue": { "alias": "searchValue"; "required": false; }; }, { "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, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectInTextComponent, "wac-select-in-text", never, { "items": { "alias": "items"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "label": { "alias": "label"; "required": false; }; "maxWidthItems": { "alias": "maxWidthItems"; "required": false; }; "type": { "alias": "type"; "required": false; }; "callToAction": { "alias": "callToAction"; "required": false; }; "preText": { "alias": "preText"; "required": false; }; "postText": { "alias": "postText"; "required": false; }; "alwaysOpen": { "alias": "alwaysOpen"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "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, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectedListComponent, "wac-selected-list", never, { "options": { "alias": "options"; "required": false; }; "label": { "alias": "label"; "required": false; }; "textSelectAll": { "alias": "textSelectAll"; "required": false; }; "textUnSelectAll": { "alias": "textUnSelectAll"; "required": false; }; "enableSelectAll": { "alias": "enableSelectAll"; "required": false; }; }, { "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, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SeparatorComponent, "wac-separator", never, { "dashed": { "alias": "dashed"; "required": false; }; }, {}, never, never, false, never>;
7
7
  }