@wizishop/angular-components 18.2.0 → 19.0.0-beta.2

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 (559) hide show
  1. package/README.md +13 -76
  2. package/angular-components.scss +10688 -9422
  3. package/assets/images/upload/upload_images.svg +23 -0
  4. package/fesm2022/wizishop-angular-components.mjs +1294 -559
  5. package/fesm2022/wizishop-angular-components.mjs.map +1 -1
  6. package/index.d.ts +1 -0
  7. package/lib/animations/in-out/in-out-x.animation.d.ts +1 -0
  8. package/lib/animations/in-out/in-out-x.animation.d.ts.map +1 -0
  9. package/lib/animations/in-out/in-out-y.animation.d.ts +1 -0
  10. package/lib/animations/in-out/in-out-y.animation.d.ts.map +1 -0
  11. package/lib/animations/list/animate-list-from-bottom.animation.d.ts +1 -0
  12. package/lib/animations/list/animate-list-from-bottom.animation.d.ts.map +1 -0
  13. package/lib/animations/list/animate-list-from-left.animation.d.ts +1 -0
  14. package/lib/animations/list/animate-list-from-left.animation.d.ts.map +1 -0
  15. package/lib/animations/list/animate-list-from-right.animation.d.ts +1 -0
  16. package/lib/animations/list/animate-list-from-right.animation.d.ts.map +1 -0
  17. package/lib/animations/list/animate-list-from-top.animation.d.ts +1 -0
  18. package/lib/animations/list/animate-list-from-top.animation.d.ts.map +1 -0
  19. package/lib/animations/show/opacity.animation.d.ts +1 -0
  20. package/lib/animations/show/opacity.animation.d.ts.map +1 -0
  21. package/lib/animations/show/show-from-bottom.animation.d.ts +1 -0
  22. package/lib/animations/show/show-from-bottom.animation.d.ts.map +1 -0
  23. package/lib/animations/show/show-from-left.animation.d.ts +1 -0
  24. package/lib/animations/show/show-from-left.animation.d.ts.map +1 -0
  25. package/lib/animations/show/show-from-right.animation.d.ts +1 -0
  26. package/lib/animations/show/show-from-right.animation.d.ts.map +1 -0
  27. package/lib/animations/show/show-from-top.animation.d.ts +1 -0
  28. package/lib/animations/show/show-from-top.animation.d.ts.map +1 -0
  29. package/lib/animations/switch/switch-in-out.animation.d.ts +1 -0
  30. package/lib/animations/switch/switch-in-out.animation.d.ts.map +1 -0
  31. package/lib/components/ai-express/ai-express.component.d.ts +1 -0
  32. package/lib/components/ai-express/ai-express.component.d.ts.map +1 -0
  33. package/lib/components/alert/alert.component.d.ts +1 -0
  34. package/lib/components/alert/alert.component.d.ts.map +1 -0
  35. package/lib/components/alert-popup/alert-popup-module.d.ts +1 -0
  36. package/lib/components/alert-popup/alert-popup-module.d.ts.map +1 -0
  37. package/lib/components/alert-popup/alert-popup.component.d.ts +4 -3
  38. package/lib/components/alert-popup/alert-popup.component.d.ts.map +1 -0
  39. package/lib/components/alert-popup/alert-popup.service.d.ts +1 -0
  40. package/lib/components/alert-popup/alert-popup.service.d.ts.map +1 -0
  41. package/lib/components/back/back.component.d.ts +1 -0
  42. package/lib/components/back/back.component.d.ts.map +1 -0
  43. package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts +1 -0
  44. package/lib/components/block/block-title-legacy/block-title-legacy.component.d.ts.map +1 -0
  45. package/lib/components/block/block.component.d.ts +1 -0
  46. package/lib/components/block/block.component.d.ts.map +1 -0
  47. package/lib/components/block/separator/block-separator.component.d.ts +1 -0
  48. package/lib/components/block/separator/block-separator.component.d.ts.map +1 -0
  49. package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts +1 -0
  50. package/lib/components/block-with-checkbox/block-with-checkbox.component.d.ts.map +1 -0
  51. package/lib/components/border-picker/border-picker.component.d.ts +30 -0
  52. package/lib/components/border-picker/border-picker.component.d.ts.map +1 -0
  53. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +1 -0
  54. package/lib/components/breadcrumbs/breadcrumbs.component.d.ts.map +1 -0
  55. package/lib/components/breadcrumbs/breadcrumbs.dto.d.ts +1 -0
  56. package/lib/components/breadcrumbs/breadcrumbs.dto.d.ts.map +1 -0
  57. package/lib/components/button/button.component.d.ts +1 -0
  58. package/lib/components/button/button.component.d.ts.map +1 -0
  59. package/lib/components/calendar/calendar.component.d.ts +6 -1
  60. package/lib/components/calendar/calendar.component.d.ts.map +1 -0
  61. package/lib/components/card-price/card-price.component.d.ts +1 -0
  62. package/lib/components/card-price/card-price.component.d.ts.map +1 -0
  63. package/lib/components/charging-bar/charging-bar.component.d.ts +1 -0
  64. package/lib/components/charging-bar/charging-bar.component.d.ts.map +1 -0
  65. package/lib/components/checkbox/checkbox.component.d.ts +1 -0
  66. package/lib/components/checkbox/checkbox.component.d.ts.map +1 -0
  67. package/lib/components/checkbox/checkbox.module.d.ts +1 -0
  68. package/lib/components/checkbox/checkbox.module.d.ts.map +1 -0
  69. package/lib/components/color-picker/color-picker.component.d.ts +24 -0
  70. package/lib/components/color-picker/color-picker.component.d.ts.map +1 -0
  71. package/lib/components/column/column.component.d.ts +1 -0
  72. package/lib/components/column/column.component.d.ts.map +1 -0
  73. package/lib/components/common/label/label.component.d.ts +1 -0
  74. package/lib/components/common/label/label.component.d.ts.map +1 -0
  75. package/lib/components/common/placeholder/placeholder.component.d.ts +1 -0
  76. package/lib/components/common/placeholder/placeholder.component.d.ts.map +1 -0
  77. package/lib/components/confirm-delete/confirm-delete.component.d.ts +1 -0
  78. package/lib/components/confirm-delete/confirm-delete.component.d.ts.map +1 -0
  79. package/lib/components/content-with-buttons/content-with-buttons.component.d.ts +1 -0
  80. package/lib/components/content-with-buttons/content-with-buttons.component.d.ts.map +1 -0
  81. package/lib/components/delete/delete.component.d.ts +1 -0
  82. package/lib/components/delete/delete.component.d.ts.map +1 -0
  83. package/lib/components/draganddrop-list/draganddrop-list.component.d.ts +1 -0
  84. package/lib/components/draganddrop-list/draganddrop-list.component.d.ts.map +1 -0
  85. package/lib/components/dropdown/dropdown.component.d.ts +1 -0
  86. package/lib/components/dropdown/dropdown.component.d.ts.map +1 -0
  87. package/lib/components/edit-in-place/edit-in-place.component.d.ts +1 -0
  88. package/lib/components/edit-in-place/edit-in-place.component.d.ts.map +1 -0
  89. package/lib/components/expanded-panel/expanded-panel.component.d.ts +1 -0
  90. package/lib/components/expanded-panel/expanded-panel.component.d.ts.map +1 -0
  91. package/lib/components/expansion/accordion/accordion-item.interface.d.ts +1 -0
  92. package/lib/components/expansion/accordion/accordion-item.interface.d.ts.map +1 -0
  93. package/lib/components/expansion/accordion/accordion-item.token.d.ts +1 -0
  94. package/lib/components/expansion/accordion/accordion-item.token.d.ts.map +1 -0
  95. package/lib/components/expansion/accordion/accordion.component.d.ts +1 -0
  96. package/lib/components/expansion/accordion/accordion.component.d.ts.map +1 -0
  97. package/lib/components/expansion/expansion-panel/expansion-panel.component.d.ts +1 -0
  98. package/lib/components/expansion/expansion-panel/expansion-panel.component.d.ts.map +1 -0
  99. package/lib/components/expansion/expansion-panel/expansion-panel.directive.d.ts +1 -0
  100. package/lib/components/expansion/expansion-panel/expansion-panel.directive.d.ts.map +1 -0
  101. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.d.ts +1 -0
  102. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.d.ts.map +1 -0
  103. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts +1 -0
  104. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.d.ts.map +1 -0
  105. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.d.ts +1 -0
  106. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.d.ts.map +1 -0
  107. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.d.ts +1 -0
  108. package/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.d.ts.map +1 -0
  109. package/lib/components/expansion/expansion.module.d.ts +1 -0
  110. package/lib/components/expansion/expansion.module.d.ts.map +1 -0
  111. package/lib/components/faq-section/faq-section-content.dto.d.ts +5 -0
  112. package/lib/components/faq-section/faq-section-content.dto.d.ts.map +1 -0
  113. package/lib/components/faq-section/faq-section.component.d.ts +9 -0
  114. package/lib/components/faq-section/faq-section.component.d.ts.map +1 -0
  115. package/lib/components/faq-section/faq-section.dto.d.ts +6 -0
  116. package/lib/components/faq-section/faq-section.dto.d.ts.map +1 -0
  117. package/lib/components/filters/filter-item.dto.d.ts +1 -0
  118. package/lib/components/filters/filter-item.dto.d.ts.map +1 -0
  119. package/lib/components/filters/filters.component.d.ts +1 -0
  120. package/lib/components/filters/filters.component.d.ts.map +1 -0
  121. package/lib/components/free-popin/free-popin.component.d.ts +1 -0
  122. package/lib/components/free-popin/free-popin.component.d.ts.map +1 -0
  123. package/lib/components/google-preview/google-preview.component.d.ts +1 -0
  124. package/lib/components/google-preview/google-preview.component.d.ts.map +1 -0
  125. package/lib/components/grid/grid.component.d.ts +14 -0
  126. package/lib/components/grid/grid.component.d.ts.map +1 -0
  127. package/lib/components/header-page/header-page.component.d.ts +1 -0
  128. package/lib/components/header-page/header-page.component.d.ts.map +1 -0
  129. package/lib/components/hn/h1/h1.component.d.ts +5 -1
  130. package/lib/components/hn/h1/h1.component.d.ts.map +1 -0
  131. package/lib/components/hn/h2/h2.component.d.ts +5 -1
  132. package/lib/components/hn/h2/h2.component.d.ts.map +1 -0
  133. package/lib/components/hn/h3/h3.component.d.ts +5 -1
  134. package/lib/components/hn/h3/h3.component.d.ts.map +1 -0
  135. package/lib/components/hn/h4/h4.component.d.ts +5 -1
  136. package/lib/components/hn/h4/h4.component.d.ts.map +1 -0
  137. package/lib/components/image/image.component.d.ts +1 -0
  138. package/lib/components/image/image.component.d.ts.map +1 -0
  139. package/lib/components/image-text-section/image-text-section.component.d.ts +12 -0
  140. package/lib/components/image-text-section/image-text-section.component.d.ts.map +1 -0
  141. package/lib/components/image-text-section/image-text-section.dto.d.ts +12 -0
  142. package/lib/components/image-text-section/image-text-section.dto.d.ts.map +1 -0
  143. package/lib/components/info/info.component.d.ts +4 -1
  144. package/lib/components/info/info.component.d.ts.map +1 -0
  145. package/lib/components/inputs/input/input.component.d.ts +1 -0
  146. package/lib/components/inputs/input/input.component.d.ts.map +1 -0
  147. package/lib/components/inputs/input-search/input-search.component.d.ts +1 -0
  148. package/lib/components/inputs/input-search/input-search.component.d.ts.map +1 -0
  149. package/lib/components/inputs/input-with-select/input-with-select.component.d.ts +1 -0
  150. package/lib/components/inputs/input-with-select/input-with-select.component.d.ts.map +1 -0
  151. package/lib/components/inputs/input-with-select/option-item.dto.d.ts +1 -0
  152. package/lib/components/inputs/input-with-select/option-item.dto.d.ts.map +1 -0
  153. package/lib/components/link/link.component.d.ts +1 -0
  154. package/lib/components/link/link.component.d.ts.map +1 -0
  155. package/lib/components/loader/loader.component.d.ts +1 -0
  156. package/lib/components/loader/loader.component.d.ts.map +1 -0
  157. package/lib/components/logo/logo.component.d.ts +1 -0
  158. package/lib/components/logo/logo.component.d.ts.map +1 -0
  159. package/lib/components/menu-tile/menu-tile.component.d.ts +24 -0
  160. package/lib/components/menu-tile/menu-tile.component.d.ts.map +1 -0
  161. package/lib/components/mosaic/mosaic.component.d.ts +3 -2
  162. package/lib/components/mosaic/mosaic.component.d.ts.map +1 -0
  163. package/lib/components/multiple-search/multiple-search.component.d.ts +1 -0
  164. package/lib/components/multiple-search/multiple-search.component.d.ts.map +1 -0
  165. package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts +3 -1
  166. package/lib/components/multiple-search-plus/multiple-search-plus.component.d.ts.map +1 -0
  167. package/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.d.ts +1 -0
  168. package/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.d.ts.map +1 -0
  169. package/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.d.ts +1 -0
  170. package/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.d.ts.map +1 -0
  171. package/lib/components/optional-disable-container/optional-disable-container.component.d.ts +1 -0
  172. package/lib/components/optional-disable-container/optional-disable-container.component.d.ts.map +1 -0
  173. package/lib/components/pagination/pagination.component.d.ts +1 -0
  174. package/lib/components/pagination/pagination.component.d.ts.map +1 -0
  175. package/lib/components/pagination/pagination.module.d.ts +1 -0
  176. package/lib/components/pagination/pagination.module.d.ts.map +1 -0
  177. package/lib/components/pagination/pipes/array-pages.pipe.d.ts +1 -0
  178. package/lib/components/pagination/pipes/array-pages.pipe.d.ts.map +1 -0
  179. package/lib/components/pagination/pipes/custom-text.pipe.d.ts +1 -0
  180. package/lib/components/pagination/pipes/custom-text.pipe.d.ts.map +1 -0
  181. package/lib/components/pagination/pipes/is-last-page.pipe.d.ts +1 -0
  182. package/lib/components/pagination/pipes/is-last-page.pipe.d.ts.map +1 -0
  183. package/lib/components/popin/popin.component.d.ts +1 -0
  184. package/lib/components/popin/popin.component.d.ts.map +1 -0
  185. package/lib/components/pricing-section/pricing-section-table.dto.d.ts +7 -0
  186. package/lib/components/pricing-section/pricing-section-table.dto.d.ts.map +1 -0
  187. package/lib/components/pricing-section/pricing-section.component.d.ts +9 -0
  188. package/lib/components/pricing-section/pricing-section.component.d.ts.map +1 -0
  189. package/lib/components/pricing-section/pricing-section.dto.d.ts +8 -0
  190. package/lib/components/pricing-section/pricing-section.dto.d.ts.map +1 -0
  191. package/lib/components/progress-bar/progress-bar.component.d.ts +1 -0
  192. package/lib/components/progress-bar/progress-bar.component.d.ts.map +1 -0
  193. package/lib/components/radio/option/option.component.d.ts +1 -0
  194. package/lib/components/radio/option/option.component.d.ts.map +1 -0
  195. package/lib/components/radio/radio-group.directive.d.ts +1 -0
  196. package/lib/components/radio/radio-group.directive.d.ts.map +1 -0
  197. package/lib/components/radio/radio.component.d.ts +1 -0
  198. package/lib/components/radio/radio.component.d.ts.map +1 -0
  199. package/lib/components/radio-legacy/{radio-group.directive.d.ts → radio-group-legacy.directive.d.ts} +4 -3
  200. package/lib/components/radio-legacy/radio-group-legacy.directive.d.ts.map +1 -0
  201. package/lib/components/radio-legacy/radio-legacy-directive.d.ts +11 -0
  202. package/lib/components/radio-legacy/radio-legacy-directive.d.ts.map +1 -0
  203. package/lib/components/radio-legacy/radio.component.d.ts +1 -0
  204. package/lib/components/radio-legacy/radio.component.d.ts.map +1 -0
  205. package/lib/components/reassurance-section/reassurance-section-content.dto.d.ts +5 -0
  206. package/lib/components/reassurance-section/reassurance-section-content.dto.d.ts.map +1 -0
  207. package/lib/components/reassurance-section/reassurance-section.component.d.ts +9 -0
  208. package/lib/components/reassurance-section/reassurance-section.component.d.ts.map +1 -0
  209. package/lib/components/reassurance-section/reassurance-section.dto.d.ts +6 -0
  210. package/lib/components/reassurance-section/reassurance-section.dto.d.ts.map +1 -0
  211. package/lib/components/row/row.component.d.ts +4 -1
  212. package/lib/components/row/row.component.d.ts.map +1 -0
  213. package/lib/components/search/search.component.d.ts +1 -0
  214. package/lib/components/search/search.component.d.ts.map +1 -0
  215. package/lib/components/search/shared/search-option.model.d.ts +1 -0
  216. package/lib/components/search/shared/search-option.model.d.ts.map +1 -0
  217. package/lib/components/select/call-to-action.model.d.ts +1 -0
  218. package/lib/components/select/call-to-action.model.d.ts.map +1 -0
  219. package/lib/components/select/option/option-selection-handler.interface.d.ts +1 -0
  220. package/lib/components/select/option/option-selection-handler.interface.d.ts.map +1 -0
  221. package/lib/components/select/option/option-selection-handler.token.d.ts +1 -0
  222. package/lib/components/select/option/option-selection-handler.token.d.ts.map +1 -0
  223. package/lib/components/select/option/option.component.d.ts +1 -0
  224. package/lib/components/select/option/option.component.d.ts.map +1 -0
  225. package/lib/components/select/option/select-option.directive.d.ts +1 -0
  226. package/lib/components/select/option/select-option.directive.d.ts.map +1 -0
  227. package/lib/components/select/option-call-to-action/option-call-to-action.component.d.ts +1 -0
  228. package/lib/components/select/option-call-to-action/option-call-to-action.component.d.ts.map +1 -0
  229. package/lib/components/select/option-group/option-group.component.d.ts +7 -0
  230. package/lib/components/select/option-group/option-group.component.d.ts.map +1 -0
  231. package/lib/components/select/select/select.component.d.ts +2 -1
  232. package/lib/components/select/select/select.component.d.ts.map +1 -0
  233. package/lib/components/select/select/select.directive.d.ts +1 -0
  234. package/lib/components/select/select/select.directive.d.ts.map +1 -0
  235. package/lib/components/select/select/value-change.service.d.ts +1 -0
  236. package/lib/components/select/select/value-change.service.d.ts.map +1 -0
  237. package/lib/components/select/select-items.dto.d.ts +1 -0
  238. package/lib/components/select/select-items.dto.d.ts.map +1 -0
  239. package/lib/components/select/select-search-trigger/select-search-trigger.component.d.ts +1 -0
  240. package/lib/components/select/select-search-trigger/select-search-trigger.component.d.ts.map +1 -0
  241. package/lib/components/select-in-text/select-in-text.component.d.ts +1 -0
  242. package/lib/components/select-in-text/select-in-text.component.d.ts.map +1 -0
  243. package/lib/components/selected-list/selected-list.component.d.ts +1 -0
  244. package/lib/components/selected-list/selected-list.component.d.ts.map +1 -0
  245. package/lib/components/selected-list/shared/selected-list-option.model.d.ts +1 -0
  246. package/lib/components/selected-list/shared/selected-list-option.model.d.ts.map +1 -0
  247. package/lib/components/separator/separator.component.d.ts +1 -0
  248. package/lib/components/separator/separator.component.d.ts.map +1 -0
  249. package/lib/components/settings/settings.component.d.ts +1 -0
  250. package/lib/components/settings/settings.component.d.ts.map +1 -0
  251. package/lib/components/shared-components.module.d.ts +120 -109
  252. package/lib/components/shared-components.module.d.ts.map +1 -0
  253. package/lib/components/slide-in/slide-in.component.d.ts +33 -0
  254. package/lib/components/slide-in/slide-in.component.d.ts.map +1 -0
  255. package/lib/components/snackbar/snackbar.component.d.ts +1 -0
  256. package/lib/components/snackbar/snackbar.component.d.ts.map +1 -0
  257. package/lib/components/state/state.component.d.ts +1 -0
  258. package/lib/components/state/state.component.d.ts.map +1 -0
  259. package/lib/components/summary/summary.component.d.ts +1 -0
  260. package/lib/components/summary/summary.component.d.ts.map +1 -0
  261. package/lib/components/switch/switch.component.d.ts +1 -0
  262. package/lib/components/switch/switch.component.d.ts.map +1 -0
  263. package/lib/components/table/directives/checkBoxRow.directive.d.ts +1 -0
  264. package/lib/components/table/directives/checkBoxRow.directive.d.ts.map +1 -0
  265. package/lib/components/table/directives/column.directive.d.ts +1 -0
  266. package/lib/components/table/directives/column.directive.d.ts.map +1 -0
  267. package/lib/components/table/directives/columnHeader.directive.d.ts +1 -0
  268. package/lib/components/table/directives/columnHeader.directive.d.ts.map +1 -0
  269. package/lib/components/table/directives/raw.directive.d.ts +1 -0
  270. package/lib/components/table/directives/raw.directive.d.ts.map +1 -0
  271. package/lib/components/table/shared/distinct-until-table-filters-changed.d.ts +1 -0
  272. package/lib/components/table/shared/distinct-until-table-filters-changed.d.ts.map +1 -0
  273. package/lib/components/table/shared/filters-table.service.d.ts +1 -0
  274. package/lib/components/table/shared/filters-table.service.d.ts.map +1 -0
  275. package/lib/components/table/shared/table-checkbox-id.service.d.ts +1 -0
  276. package/lib/components/table/shared/table-checkbox-id.service.d.ts.map +1 -0
  277. package/lib/components/table/shared/table-filters-group.model.d.ts +1 -0
  278. package/lib/components/table/shared/table-filters-group.model.d.ts.map +1 -0
  279. package/lib/components/table/shared/table-filters.model.d.ts +1 -0
  280. package/lib/components/table/shared/table-filters.model.d.ts.map +1 -0
  281. package/lib/components/table/table.component.d.ts +1 -0
  282. package/lib/components/table/table.component.d.ts.map +1 -0
  283. package/lib/components/table/table.module.d.ts +1 -0
  284. package/lib/components/table/table.module.d.ts.map +1 -0
  285. package/lib/components/tabs/tab/tab.component.d.ts +1 -0
  286. package/lib/components/tabs/tab/tab.component.d.ts.map +1 -0
  287. package/lib/components/tabs/tab-body/tab-body.component.d.ts +1 -0
  288. package/lib/components/tabs/tab-body/tab-body.component.d.ts.map +1 -0
  289. package/lib/components/tabs/tab-body/tab-body.directive.d.ts +1 -0
  290. package/lib/components/tabs/tab-body/tab-body.directive.d.ts.map +1 -0
  291. package/lib/components/tabs/tabs.component.d.ts +3 -1
  292. package/lib/components/tabs/tabs.component.d.ts.map +1 -0
  293. package/lib/components/tag/tag.component.d.ts +3 -1
  294. package/lib/components/tag/tag.component.d.ts.map +1 -0
  295. package/lib/components/tag-dropdown/tag-dropdown.component.d.ts +1 -0
  296. package/lib/components/tag-dropdown/tag-dropdown.component.d.ts.map +1 -0
  297. package/lib/components/tag-input/tag-input.component.d.ts +26 -0
  298. package/lib/components/tag-input/tag-input.component.d.ts.map +1 -0
  299. package/lib/components/tag-label/tag-label.component.d.ts +1 -0
  300. package/lib/components/tag-label/tag-label.component.d.ts.map +1 -0
  301. package/lib/components/text/text.component.d.ts +5 -1
  302. package/lib/components/text/text.component.d.ts.map +1 -0
  303. package/lib/components/text-area/text-area.component.d.ts +1 -0
  304. package/lib/components/text-area/text-area.component.d.ts.map +1 -0
  305. package/lib/components/token-check/token-check.component.d.ts +1 -0
  306. package/lib/components/token-check/token-check.component.d.ts.map +1 -0
  307. package/lib/components/tooltip/tooltip.component.d.ts +1 -0
  308. package/lib/components/tooltip/tooltip.component.d.ts.map +1 -0
  309. package/lib/components/tooltip/tooltip.module.d.ts +1 -0
  310. package/lib/components/tooltip/tooltip.module.d.ts.map +1 -0
  311. package/lib/components/tree/tree.component.d.ts +1 -0
  312. package/lib/components/tree/tree.component.d.ts.map +1 -0
  313. package/lib/components/tree/tree.dto.d.ts +1 -0
  314. package/lib/components/tree/tree.dto.d.ts.map +1 -0
  315. package/lib/components/tree/tree.module.d.ts +1 -0
  316. package/lib/components/tree/tree.module.d.ts.map +1 -0
  317. package/lib/components/upload/upload.component.d.ts +9 -1
  318. package/lib/components/upload/upload.component.d.ts.map +1 -0
  319. package/lib/components/wrapper/wrapper.component.d.ts +1 -0
  320. package/lib/components/wrapper/wrapper.component.d.ts.map +1 -0
  321. package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts +1 -0
  322. package/lib/components/wrapper-blocs/wrapper-blocs.component.d.ts.map +1 -0
  323. package/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.d.ts +1 -0
  324. package/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.d.ts.map +1 -0
  325. package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts +1 -0
  326. package/lib/components/wrapper-sidebar/wrapper-sidebar.component.d.ts.map +1 -0
  327. package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts +1 -0
  328. package/lib/directives/abstract-debounce/abstract-debounce.directive.d.ts.map +1 -0
  329. package/lib/directives/abstract-debounce/debounce-keyup.directive.d.ts +1 -0
  330. package/lib/directives/abstract-debounce/debounce-keyup.directive.d.ts.map +1 -0
  331. package/lib/directives/auto-hide/auto-hide.directive.d.ts +1 -0
  332. package/lib/directives/auto-hide/auto-hide.directive.d.ts.map +1 -0
  333. package/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.d.ts +1 -0
  334. package/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.d.ts.map +1 -0
  335. package/lib/directives/keyboard-events/keypress-enter.directive.d.ts +1 -0
  336. package/lib/directives/keyboard-events/keypress-enter.directive.d.ts.map +1 -0
  337. package/lib/directives/keyboard-events/only-numbers.directive.d.ts +1 -0
  338. package/lib/directives/keyboard-events/only-numbers.directive.d.ts.map +1 -0
  339. package/lib/directives/keyboard-events/two-digital-decimal-number.directive.d.ts +1 -0
  340. package/lib/directives/keyboard-events/two-digital-decimal-number.directive.d.ts.map +1 -0
  341. package/lib/directives/ng-var.directive.d.ts +1 -0
  342. package/lib/directives/ng-var.directive.d.ts.map +1 -0
  343. package/lib/directives/scroll-to/scroll-to.directive.d.ts +1 -0
  344. package/lib/directives/scroll-to/scroll-to.directive.d.ts.map +1 -0
  345. package/lib/directives/shared-directives.module.d.ts +4 -3
  346. package/lib/directives/shared-directives.module.d.ts.map +1 -0
  347. package/lib/directives/watch-dom-tree/watch-dom-tree.directive.d.ts +1 -0
  348. package/lib/directives/watch-dom-tree/watch-dom-tree.directive.d.ts.map +1 -0
  349. package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts +1 -0
  350. package/lib/directives/zindex-toggle/zindex-toggle.directive.d.ts.map +1 -0
  351. package/lib/pipes/call-component-function.pipe.d.ts +1 -0
  352. package/lib/pipes/call-component-function.pipe.d.ts.map +1 -0
  353. package/lib/pipes/find-option-selected-field.pipe.d.ts +1 -0
  354. package/lib/pipes/find-option-selected-field.pipe.d.ts.map +1 -0
  355. package/lib/pipes/select/filter-options.pipe.d.ts +1 -0
  356. package/lib/pipes/select/filter-options.pipe.d.ts.map +1 -0
  357. package/lib/pipes/select/select-filters.pipe.d.ts +1 -0
  358. package/lib/pipes/select/select-filters.pipe.d.ts.map +1 -0
  359. package/lib/pipes/selected-list/are-all-options-selected.pipe.d.ts +1 -0
  360. package/lib/pipes/selected-list/are-all-options-selected.pipe.d.ts.map +1 -0
  361. package/lib/pipes/shared-pipes.module.d.ts +1 -0
  362. package/lib/pipes/shared-pipes.module.d.ts.map +1 -0
  363. package/lib/pipes/tree/format-object-to-recursif-tree.pipe.d.ts +1 -0
  364. package/lib/pipes/tree/format-object-to-recursif-tree.pipe.d.ts.map +1 -0
  365. package/lib/pipes/tree/format-object-to-simple-tree.pipe.d.ts +1 -0
  366. package/lib/pipes/tree/format-object-to-simple-tree.pipe.d.ts.map +1 -0
  367. package/lib/services/dom.service.d.ts +1 -0
  368. package/lib/services/dom.service.d.ts.map +1 -0
  369. package/lib/services/history.service.d.ts +1 -0
  370. package/lib/services/history.service.d.ts.map +1 -0
  371. package/lib/services/multiple-selection.service.d.ts +1 -0
  372. package/lib/services/multiple-selection.service.d.ts.map +1 -0
  373. package/lib/utils/array.d.ts +1 -0
  374. package/lib/utils/array.d.ts.map +1 -0
  375. package/lib/utils/html-container.class.d.ts +1 -0
  376. package/lib/utils/html-container.class.d.ts.map +1 -0
  377. package/lib/utils/slection-item.interface.d.ts +1 -0
  378. package/lib/utils/slection-item.interface.d.ts.map +1 -0
  379. package/lib/utils/uuid.d.ts +1 -0
  380. package/lib/utils/uuid.d.ts.map +1 -0
  381. package/lib/wizi-components.module.d.ts +1 -0
  382. package/lib/wizi-components.module.d.ts.map +1 -0
  383. package/package.json +24 -29
  384. package/public-api.d.ts +21 -2
  385. package/public-api.d.ts.map +1 -0
  386. package/wizishop-angular-components.d.ts.map +1 -0
  387. package/esm2022/lib/animations/in-out/in-out-x.animation.mjs +0 -12
  388. package/esm2022/lib/animations/in-out/in-out-y.animation.mjs +0 -12
  389. package/esm2022/lib/animations/list/animate-list-from-bottom.animation.mjs +0 -18
  390. package/esm2022/lib/animations/list/animate-list-from-left.animation.mjs +0 -18
  391. package/esm2022/lib/animations/list/animate-list-from-right.animation.mjs +0 -18
  392. package/esm2022/lib/animations/list/animate-list-from-top.animation.mjs +0 -16
  393. package/esm2022/lib/animations/show/opacity.animation.mjs +0 -5
  394. package/esm2022/lib/animations/show/show-from-bottom.animation.mjs +0 -15
  395. package/esm2022/lib/animations/show/show-from-left.animation.mjs +0 -15
  396. package/esm2022/lib/animations/show/show-from-right.animation.mjs +0 -15
  397. package/esm2022/lib/animations/show/show-from-top.animation.mjs +0 -15
  398. package/esm2022/lib/animations/switch/switch-in-out.animation.mjs +0 -6
  399. package/esm2022/lib/components/ai-express/ai-express.component.mjs +0 -83
  400. package/esm2022/lib/components/alert/alert.component.mjs +0 -42
  401. package/esm2022/lib/components/alert-popup/alert-popup-module.mjs +0 -20
  402. package/esm2022/lib/components/alert-popup/alert-popup.component.mjs +0 -41
  403. package/esm2022/lib/components/alert-popup/alert-popup.service.mjs +0 -33
  404. package/esm2022/lib/components/back/back.component.mjs +0 -12
  405. package/esm2022/lib/components/block/block-title-legacy/block-title-legacy.component.mjs +0 -21
  406. package/esm2022/lib/components/block/block.component.mjs +0 -124
  407. package/esm2022/lib/components/block/separator/block-separator.component.mjs +0 -17
  408. package/esm2022/lib/components/block-with-checkbox/block-with-checkbox.component.mjs +0 -46
  409. package/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +0 -27
  410. package/esm2022/lib/components/breadcrumbs/breadcrumbs.dto.mjs +0 -2
  411. package/esm2022/lib/components/button/button.component.mjs +0 -200
  412. package/esm2022/lib/components/calendar/calendar.component.mjs +0 -237
  413. package/esm2022/lib/components/card-price/card-price.component.mjs +0 -76
  414. package/esm2022/lib/components/charging-bar/charging-bar.component.mjs +0 -19
  415. package/esm2022/lib/components/checkbox/checkbox.component.mjs +0 -78
  416. package/esm2022/lib/components/checkbox/checkbox.module.mjs +0 -25
  417. package/esm2022/lib/components/column/column.component.mjs +0 -11
  418. package/esm2022/lib/components/common/label/label.component.mjs +0 -16
  419. package/esm2022/lib/components/common/placeholder/placeholder.component.mjs +0 -16
  420. package/esm2022/lib/components/confirm-delete/confirm-delete.component.mjs +0 -64
  421. package/esm2022/lib/components/content-with-buttons/content-with-buttons.component.mjs +0 -72
  422. package/esm2022/lib/components/delete/delete.component.mjs +0 -12
  423. package/esm2022/lib/components/draganddrop-list/draganddrop-list.component.mjs +0 -61
  424. package/esm2022/lib/components/dropdown/dropdown.component.mjs +0 -26
  425. package/esm2022/lib/components/edit-in-place/edit-in-place.component.mjs +0 -202
  426. package/esm2022/lib/components/expanded-panel/expanded-panel.component.mjs +0 -24
  427. package/esm2022/lib/components/expansion/accordion/accordion-item.interface.mjs +0 -2
  428. package/esm2022/lib/components/expansion/accordion/accordion-item.token.mjs +0 -3
  429. package/esm2022/lib/components/expansion/accordion/accordion.component.mjs +0 -74
  430. package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.component.mjs +0 -29
  431. package/esm2022/lib/components/expansion/expansion-panel/expansion-panel.directive.mjs +0 -88
  432. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.component.mjs +0 -27
  433. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.directive.mjs +0 -49
  434. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.interface.mjs +0 -2
  435. package/esm2022/lib/components/expansion/expansion-panel-header/expansion-panel-header.token.mjs +0 -3
  436. package/esm2022/lib/components/expansion/expansion.module.mjs +0 -48
  437. package/esm2022/lib/components/filters/filter-item.dto.mjs +0 -2
  438. package/esm2022/lib/components/filters/filters.component.mjs +0 -41
  439. package/esm2022/lib/components/free-popin/free-popin.component.mjs +0 -66
  440. package/esm2022/lib/components/google-preview/google-preview.component.mjs +0 -20
  441. package/esm2022/lib/components/header-page/header-page.component.mjs +0 -42
  442. package/esm2022/lib/components/hn/h1/h1.component.mjs +0 -26
  443. package/esm2022/lib/components/hn/h2/h2.component.mjs +0 -13
  444. package/esm2022/lib/components/hn/h3/h3.component.mjs +0 -18
  445. package/esm2022/lib/components/hn/h4/h4.component.mjs +0 -18
  446. package/esm2022/lib/components/image/image.component.mjs +0 -17
  447. package/esm2022/lib/components/info/info.component.mjs +0 -12
  448. package/esm2022/lib/components/inputs/input/input.component.mjs +0 -184
  449. package/esm2022/lib/components/inputs/input-search/input-search.component.mjs +0 -65
  450. package/esm2022/lib/components/inputs/input-with-select/input-with-select.component.mjs +0 -17
  451. package/esm2022/lib/components/inputs/input-with-select/option-item.dto.mjs +0 -2
  452. package/esm2022/lib/components/link/link.component.mjs +0 -57
  453. package/esm2022/lib/components/loader/loader.component.mjs +0 -21
  454. package/esm2022/lib/components/logo/logo.component.mjs +0 -20
  455. package/esm2022/lib/components/mosaic/mosaic.component.mjs +0 -81
  456. package/esm2022/lib/components/multiple-search/multiple-search.component.mjs +0 -115
  457. package/esm2022/lib/components/multiple-search-plus/multiple-search-plus.component.mjs +0 -97
  458. package/esm2022/lib/components/multiple-search-plus/shared/multiple-search-plus-option.model.mjs +0 -2
  459. package/esm2022/lib/components/multiple-search-plus/shared/multiple-search-plus-results.model.mjs +0 -2
  460. package/esm2022/lib/components/optional-disable-container/optional-disable-container.component.mjs +0 -17
  461. package/esm2022/lib/components/pagination/pagination.component.mjs +0 -50
  462. package/esm2022/lib/components/pagination/pagination.module.mjs +0 -33
  463. package/esm2022/lib/components/pagination/pipes/array-pages.pipe.mjs +0 -28
  464. package/esm2022/lib/components/pagination/pipes/custom-text.pipe.mjs +0 -34
  465. package/esm2022/lib/components/pagination/pipes/is-last-page.pipe.mjs +0 -25
  466. package/esm2022/lib/components/popin/popin.component.mjs +0 -73
  467. package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +0 -75
  468. package/esm2022/lib/components/radio/option/option.component.mjs +0 -27
  469. package/esm2022/lib/components/radio/radio-group.directive.mjs +0 -40
  470. package/esm2022/lib/components/radio/radio.component.mjs +0 -38
  471. package/esm2022/lib/components/radio-legacy/radio-directive.mjs +0 -22
  472. package/esm2022/lib/components/radio-legacy/radio-group.directive.mjs +0 -34
  473. package/esm2022/lib/components/radio-legacy/radio.component.mjs +0 -58
  474. package/esm2022/lib/components/row/row.component.mjs +0 -144
  475. package/esm2022/lib/components/search/search.component.mjs +0 -86
  476. package/esm2022/lib/components/search/shared/search-option.model.mjs +0 -2
  477. package/esm2022/lib/components/select/call-to-action.model.mjs +0 -2
  478. package/esm2022/lib/components/select/option/option-selection-handler.interface.mjs +0 -2
  479. package/esm2022/lib/components/select/option/option-selection-handler.token.mjs +0 -3
  480. package/esm2022/lib/components/select/option/option.component.mjs +0 -28
  481. package/esm2022/lib/components/select/option/select-option.directive.mjs +0 -98
  482. package/esm2022/lib/components/select/option-call-to-action/option-call-to-action.component.mjs +0 -12
  483. package/esm2022/lib/components/select/select/select.component.mjs +0 -198
  484. package/esm2022/lib/components/select/select/select.directive.mjs +0 -175
  485. package/esm2022/lib/components/select/select/value-change.service.mjs +0 -190
  486. package/esm2022/lib/components/select/select-items.dto.mjs +0 -2
  487. package/esm2022/lib/components/select/select-search-trigger/select-search-trigger.component.mjs +0 -38
  488. package/esm2022/lib/components/select-in-text/select-in-text.component.mjs +0 -103
  489. package/esm2022/lib/components/selected-list/selected-list.component.mjs +0 -62
  490. package/esm2022/lib/components/selected-list/shared/selected-list-option.model.mjs +0 -2
  491. package/esm2022/lib/components/separator/separator.component.mjs +0 -17
  492. package/esm2022/lib/components/settings/settings.component.mjs +0 -12
  493. package/esm2022/lib/components/shared-components.module.mjs +0 -444
  494. package/esm2022/lib/components/snackbar/snackbar.component.mjs +0 -85
  495. package/esm2022/lib/components/state/state.component.mjs +0 -16
  496. package/esm2022/lib/components/summary/summary.component.mjs +0 -41
  497. package/esm2022/lib/components/switch/switch.component.mjs +0 -89
  498. package/esm2022/lib/components/table/directives/checkBoxRow.directive.mjs +0 -92
  499. package/esm2022/lib/components/table/directives/column.directive.mjs +0 -42
  500. package/esm2022/lib/components/table/directives/columnHeader.directive.mjs +0 -199
  501. package/esm2022/lib/components/table/directives/raw.directive.mjs +0 -30
  502. package/esm2022/lib/components/table/shared/distinct-until-table-filters-changed.mjs +0 -21
  503. package/esm2022/lib/components/table/shared/filters-table.service.mjs +0 -68
  504. package/esm2022/lib/components/table/shared/table-checkbox-id.service.mjs +0 -20
  505. package/esm2022/lib/components/table/shared/table-filters-group.model.mjs +0 -10
  506. package/esm2022/lib/components/table/shared/table-filters.model.mjs +0 -2
  507. package/esm2022/lib/components/table/table.component.mjs +0 -146
  508. package/esm2022/lib/components/table/table.module.mjs +0 -46
  509. package/esm2022/lib/components/tabs/tab/tab.component.mjs +0 -43
  510. package/esm2022/lib/components/tabs/tab-body/tab-body.component.mjs +0 -23
  511. package/esm2022/lib/components/tabs/tab-body/tab-body.directive.mjs +0 -36
  512. package/esm2022/lib/components/tabs/tabs.component.mjs +0 -99
  513. package/esm2022/lib/components/tag/tag.component.mjs +0 -38
  514. package/esm2022/lib/components/tag-dropdown/tag-dropdown.component.mjs +0 -45
  515. package/esm2022/lib/components/tag-label/tag-label.component.mjs +0 -34
  516. package/esm2022/lib/components/text/text.component.mjs +0 -13
  517. package/esm2022/lib/components/text-area/text-area.component.mjs +0 -99
  518. package/esm2022/lib/components/token-check/token-check.component.mjs +0 -21
  519. package/esm2022/lib/components/tooltip/tooltip.component.mjs +0 -30
  520. package/esm2022/lib/components/tooltip/tooltip.module.mjs +0 -25
  521. package/esm2022/lib/components/tree/tree.component.mjs +0 -25
  522. package/esm2022/lib/components/tree/tree.dto.mjs +0 -2
  523. package/esm2022/lib/components/tree/tree.module.mjs +0 -29
  524. package/esm2022/lib/components/upload/upload.component.mjs +0 -36
  525. package/esm2022/lib/components/wrapper/wrapper.component.mjs +0 -18
  526. package/esm2022/lib/components/wrapper-blocs/wrapper-blocs.component.mjs +0 -19
  527. package/esm2022/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.mjs +0 -12
  528. package/esm2022/lib/components/wrapper-sidebar/wrapper-sidebar.component.mjs +0 -30
  529. package/esm2022/lib/directives/abstract-debounce/abstract-debounce.directive.mjs +0 -37
  530. package/esm2022/lib/directives/abstract-debounce/debounce-keyup.directive.mjs +0 -24
  531. package/esm2022/lib/directives/auto-hide/auto-hide.directive.mjs +0 -50
  532. package/esm2022/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.mjs +0 -32
  533. package/esm2022/lib/directives/keyboard-events/keypress-enter.directive.mjs +0 -25
  534. package/esm2022/lib/directives/keyboard-events/only-numbers.directive.mjs +0 -45
  535. package/esm2022/lib/directives/keyboard-events/two-digital-decimal-number.directive.mjs +0 -36
  536. package/esm2022/lib/directives/ng-var.directive.mjs +0 -32
  537. package/esm2022/lib/directives/scroll-to/scroll-to.directive.mjs +0 -32
  538. package/esm2022/lib/directives/shared-directives.module.mjs +0 -72
  539. package/esm2022/lib/directives/watch-dom-tree/watch-dom-tree.directive.mjs +0 -30
  540. package/esm2022/lib/directives/zindex-toggle/zindex-toggle.directive.mjs +0 -44
  541. package/esm2022/lib/pipes/call-component-function.pipe.mjs +0 -24
  542. package/esm2022/lib/pipes/find-option-selected-field.pipe.mjs +0 -29
  543. package/esm2022/lib/pipes/select/filter-options.pipe.mjs +0 -19
  544. package/esm2022/lib/pipes/select/select-filters.pipe.mjs +0 -19
  545. package/esm2022/lib/pipes/selected-list/are-all-options-selected.pipe.mjs +0 -17
  546. package/esm2022/lib/pipes/shared-pipes.module.mjs +0 -43
  547. package/esm2022/lib/pipes/tree/format-object-to-recursif-tree.pipe.mjs +0 -41
  548. package/esm2022/lib/pipes/tree/format-object-to-simple-tree.pipe.mjs +0 -49
  549. package/esm2022/lib/services/dom.service.mjs +0 -59
  550. package/esm2022/lib/services/history.service.mjs +0 -53
  551. package/esm2022/lib/services/multiple-selection.service.mjs +0 -62
  552. package/esm2022/lib/utils/array.mjs +0 -2
  553. package/esm2022/lib/utils/html-container.class.mjs +0 -30
  554. package/esm2022/lib/utils/slection-item.interface.mjs +0 -2
  555. package/esm2022/lib/utils/uuid.mjs +0 -8
  556. package/esm2022/lib/wizi-components.module.mjs +0 -34
  557. package/esm2022/public-api.mjs +0 -156
  558. package/esm2022/wizishop-angular-components.mjs +0 -5
  559. package/lib/components/radio-legacy/radio-directive.d.ts +0 -10
@@ -1,114 +1,125 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./tag/tag.component";
3
- import * as i2 from "./button/button.component";
4
- import * as i3 from "./info/info.component";
5
- import * as i4 from "./settings/settings.component";
6
- import * as i5 from "./delete/delete.component";
7
- import * as i6 from "./dropdown/dropdown.component";
8
- import * as i7 from "./image/image.component";
9
- import * as i8 from "./back/back.component";
10
- import * as i9 from "./separator/separator.component";
11
- import * as i10 from "./logo/logo.component";
12
- import * as i11 from "./radio-legacy/radio.component";
13
- import * as i12 from "./radio/radio.component";
14
- import * as i13 from "./state/state.component";
15
- import * as i14 from "./tag-label/tag-label.component";
16
- import * as i15 from "./calendar/calendar.component";
17
- import * as i16 from "./edit-in-place/edit-in-place.component";
18
- import * as i17 from "./alert/alert.component";
19
- import * as i18 from "./header-page/header-page.component";
20
- import * as i19 from "./switch/switch.component";
21
- import * as i20 from "./link/link.component";
22
- import * as i21 from "./hn/h1/h1.component";
23
- import * as i22 from "./hn/h2/h2.component";
24
- import * as i23 from "./hn/h3/h3.component";
25
- import * as i24 from "./hn/h4/h4.component";
26
- import * as i25 from "./text/text.component";
27
- import * as i26 from "./upload/upload.component";
28
- import * as i27 from "./select-in-text/select-in-text.component";
29
- import * as i28 from "./multiple-search/multiple-search.component";
30
- import * as i29 from "./multiple-search-plus/multiple-search-plus.component";
31
- import * as i30 from "./popin/popin.component";
32
- import * as i31 from "./free-popin/free-popin.component";
33
- import * as i32 from "./wrapper/wrapper.component";
34
- import * as i33 from "./filters/filters.component";
35
- import * as i34 from "./wrapper-blocs/wrapper-blocs.component";
36
- import * as i35 from "./search/search.component";
37
- import * as i36 from "./selected-list/selected-list.component";
38
- import * as i37 from "./optional-disable-container/optional-disable-container.component";
39
- import * as i38 from "./select/select/select.component";
40
- import * as i39 from "./select/option/option.component";
41
- import * as i40 from "./select/option-call-to-action/option-call-to-action.component";
42
- import * as i41 from "./common/placeholder/placeholder.component";
43
- import * as i42 from "./common/label/label.component";
44
- import * as i43 from "./select/select-search-trigger/select-search-trigger.component";
45
- import * as i44 from "./wrapper-sidebar/wrapper-sidebar.component";
46
- import * as i45 from "./breadcrumbs/breadcrumbs.component";
47
- import * as i46 from "./card-price/card-price.component";
48
- import * as i47 from "./token-check/token-check.component";
49
- import * as i48 from "./block-with-checkbox/block-with-checkbox.component";
50
- import * as i49 from "./confirm-delete/confirm-delete.component";
51
- import * as i50 from "./mosaic/mosaic.component";
52
- import * as i51 from "./content-with-buttons/content-with-buttons.component";
53
- import * as i52 from "./wrapper-multiple-block/wrapper-multiple-block.component";
54
- import * as i53 from "./draganddrop-list/draganddrop-list.component";
55
- import * as i54 from "./summary/summary.component";
56
- import * as i55 from "./google-preview/google-preview.component";
57
- import * as i56 from "./charging-bar/charging-bar.component";
58
- import * as i57 from "./expanded-panel/expanded-panel.component";
59
- import * as i58 from "./row/row.component";
60
- import * as i59 from "./column/column.component";
61
- import * as i60 from "./ai-express/ai-express.component";
62
- import * as i61 from "./radio/option/option.component";
63
- import * as i62 from "./tag-dropdown/tag-dropdown.component";
64
- import * as i63 from "@angular/common";
65
- import * as i64 from "@angular/forms";
66
- import * as i65 from "@wizishop/ng-wizi-bulma";
67
- import * as i66 from "@ngx-translate/core";
68
- import * as i67 from "../directives/shared-directives.module";
69
- import * as i68 from "../pipes/shared-pipes.module";
70
- import * as i69 from "@angular/cdk/table";
71
- import * as i70 from "ngx-chips";
72
- import * as i71 from "@angular/cdk/drag-drop";
73
- import * as i72 from "./pagination/pagination.module";
74
- import * as i73 from "./table/table.module";
75
- import * as i74 from "./tooltip/tooltip.module";
76
- import * as i75 from "./checkbox/checkbox.module";
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";
2
+ import * as i1 from "./grid/grid.component";
3
+ import * as i2 from "./tag/tag.component";
4
+ import * as i3 from "./button/button.component";
5
+ import * as i4 from "./info/info.component";
6
+ import * as i5 from "./settings/settings.component";
7
+ import * as i6 from "./delete/delete.component";
8
+ import * as i7 from "./dropdown/dropdown.component";
9
+ import * as i8 from "./image/image.component";
10
+ import * as i9 from "./back/back.component";
11
+ import * as i10 from "./separator/separator.component";
12
+ import * as i11 from "./logo/logo.component";
13
+ import * as i12 from "./radio-legacy/radio.component";
14
+ import * as i13 from "./radio/radio.component";
15
+ import * as i14 from "./state/state.component";
16
+ import * as i15 from "./tag-label/tag-label.component";
17
+ import * as i16 from "./calendar/calendar.component";
18
+ import * as i17 from "./edit-in-place/edit-in-place.component";
19
+ import * as i18 from "./alert/alert.component";
20
+ import * as i19 from "./header-page/header-page.component";
21
+ import * as i20 from "./switch/switch.component";
22
+ import * as i21 from "./link/link.component";
23
+ import * as i22 from "./hn/h1/h1.component";
24
+ import * as i23 from "./hn/h2/h2.component";
25
+ import * as i24 from "./hn/h3/h3.component";
26
+ import * as i25 from "./hn/h4/h4.component";
27
+ import * as i26 from "./text/text.component";
28
+ import * as i27 from "./upload/upload.component";
29
+ import * as i28 from "./select-in-text/select-in-text.component";
30
+ import * as i29 from "./multiple-search/multiple-search.component";
31
+ import * as i30 from "./multiple-search-plus/multiple-search-plus.component";
32
+ import * as i31 from "./popin/popin.component";
33
+ import * as i32 from "./free-popin/free-popin.component";
34
+ import * as i33 from "./wrapper/wrapper.component";
35
+ import * as i34 from "./filters/filters.component";
36
+ import * as i35 from "./wrapper-blocs/wrapper-blocs.component";
37
+ import * as i36 from "./search/search.component";
38
+ import * as i37 from "./selected-list/selected-list.component";
39
+ import * as i38 from "./optional-disable-container/optional-disable-container.component";
40
+ import * as i39 from "./select/select/select.component";
41
+ import * as i40 from "./select/option/option.component";
42
+ import * as i41 from "./select/option-call-to-action/option-call-to-action.component";
43
+ import * as i42 from "./common/placeholder/placeholder.component";
44
+ import * as i43 from "./common/label/label.component";
45
+ import * as i44 from "./select/select-search-trigger/select-search-trigger.component";
46
+ import * as i45 from "./wrapper-sidebar/wrapper-sidebar.component";
47
+ import * as i46 from "./breadcrumbs/breadcrumbs.component";
48
+ import * as i47 from "./card-price/card-price.component";
49
+ import * as i48 from "./token-check/token-check.component";
50
+ import * as i49 from "./block-with-checkbox/block-with-checkbox.component";
51
+ import * as i50 from "./confirm-delete/confirm-delete.component";
52
+ import * as i51 from "./mosaic/mosaic.component";
53
+ import * as i52 from "./content-with-buttons/content-with-buttons.component";
54
+ import * as i53 from "./wrapper-multiple-block/wrapper-multiple-block.component";
55
+ import * as i54 from "./draganddrop-list/draganddrop-list.component";
56
+ import * as i55 from "./summary/summary.component";
57
+ import * as i56 from "./google-preview/google-preview.component";
58
+ import * as i57 from "./charging-bar/charging-bar.component";
59
+ import * as i58 from "./expanded-panel/expanded-panel.component";
60
+ import * as i59 from "./row/row.component";
61
+ import * as i60 from "./column/column.component";
62
+ import * as i61 from "./ai-express/ai-express.component";
63
+ import * as i62 from "./radio/option/option.component";
64
+ import * as i63 from "./tag-dropdown/tag-dropdown.component";
65
+ import * as i64 from "./slide-in/slide-in.component";
66
+ import * as i65 from "./select/option-group/option-group.component";
67
+ import * as i66 from "./menu-tile/menu-tile.component";
68
+ import * as i67 from "./color-picker/color-picker.component";
69
+ import * as i68 from "./image-text-section/image-text-section.component";
70
+ import * as i69 from "./faq-section/faq-section.component";
71
+ import * as i70 from "./reassurance-section/reassurance-section.component";
72
+ import * as i71 from "./pricing-section/pricing-section.component";
73
+ import * as i72 from "@angular/common";
74
+ import * as i73 from "@angular/forms";
75
+ import * as i74 from "@wizishop/ng-wizi-bulma";
76
+ import * as i75 from "@ngx-translate/core";
77
+ import * as i76 from "../directives/shared-directives.module";
78
+ import * as i77 from "../pipes/shared-pipes.module";
79
+ import * as i78 from "@angular/cdk/table";
80
+ import * as i79 from "@angular/cdk/drag-drop";
81
+ import * as i80 from "./pagination/pagination.module";
82
+ import * as i81 from "./table/table.module";
83
+ import * as i82 from "./tooltip/tooltip.module";
84
+ import * as i83 from "./checkbox/checkbox.module";
85
+ import * as i84 from "./alert-popup/alert-popup-module";
86
+ import * as i85 from "@angular/router";
87
+ import * as i86 from "ngx-autosize";
88
+ import * as i87 from "ngx-scrollbar";
89
+ import * as i88 from "ngx-scrollbar/reached-event";
90
+ import * as i89 from "./tree/tree.module";
91
+ import * as i90 from "./expansion/expansion.module";
92
+ import * as i91 from "ngx-color-picker";
93
+ import * as i92 from "./tabs/tabs.component";
94
+ import * as i93 from "./tabs/tab/tab.component";
95
+ import * as i94 from "./snackbar/snackbar.component";
96
+ import * as i95 from "./block/block.component";
97
+ import * as i96 from "./loader/loader.component";
98
+ import * as i97 from "./text-area/text-area.component";
99
+ import * as i98 from "./progress-bar/progress-bar.component";
100
+ import * as i99 from "./inputs/input/input.component";
101
+ import * as i100 from "./inputs/input-search/input-search.component";
102
+ import * as i101 from "./inputs/input-with-select/input-with-select.component";
103
+ import * as i102 from "./block/block-title-legacy/block-title-legacy.component";
104
+ import * as i103 from "./block/separator/block-separator.component";
105
+ import * as i104 from "./border-picker/border-picker.component";
106
+ import * as i105 from "./pagination/pagination.component";
107
+ import * as i106 from "./table/table.component";
108
+ import * as i107 from "./table/directives/column.directive";
109
+ import * as i108 from "./table/directives/checkBoxRow.directive";
110
+ import * as i109 from "./table/directives/columnHeader.directive";
111
+ import * as i110 from "./table/directives/raw.directive";
112
+ import * as i111 from "./tooltip/tooltip.component";
113
+ import * as i112 from "./checkbox/checkbox.component";
114
+ import * as i113 from "./tree/tree.component";
115
+ import * as i114 from "./expansion/expansion-panel/expansion-panel.component";
116
+ import * as i115 from "./expansion/expansion-panel-header/expansion-panel-header.component";
117
+ import * as i116 from "./expansion/accordion/accordion.component";
118
+ import * as i117 from "./expansion/expansion-panel/expansion-panel.directive";
119
+ import * as i118 from "./expansion/expansion-panel-header/expansion-panel-header.directive";
110
120
  export declare class SharedComponentsModule {
111
121
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponentsModule, never>;
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]>;
122
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.GridComponent, typeof i2.TagComponent, typeof i3.ButtonComponent, typeof i4.InfoComponent, typeof i5.SettingsComponent, typeof i6.DeleteComponent, typeof i7.DropdownComponent, typeof i8.ImageComponent, typeof i9.BackComponent, typeof i10.SeparatorComponent, typeof i11.LogoComponent, typeof i12.RadioLegacyComponent, typeof i13.RadioComponent, typeof i14.StateComponent, typeof i15.TagLabelComponent, typeof i16.CalendarComponent, typeof i17.WzEditInPlaceComponent, typeof i18.AlertComponent, typeof i19.HeaderPageComponent, typeof i20.SwitchComponent, typeof i21.LinkComponent, typeof i22.H1Component, typeof i23.H2Component, typeof i24.H3Component, typeof i25.H4Component, typeof i26.TextComponent, typeof i27.UploadComponent, typeof i28.SelectInTextComponent, typeof i29.MultipleSearchComponent, typeof i30.MultipleSearchPlusComponent, typeof i31.PopinComponent, typeof i32.FreePopinComponent, typeof i33.WrapperComponent, typeof i34.FiltersComponent, typeof i35.WrapperBlocsComponent, typeof i36.SearchComponent, typeof i37.SelectedListComponent, typeof i38.OptionalDisableContainerComponent, typeof i39.SelectComponent, typeof i40.OptionComponent, typeof i41.OptionCallToActionComponent, typeof i42.PlaceholderComponent, typeof i43.LabelComponent, typeof i44.SelectSearchTriggerComponent, typeof i45.WrapperSidebarComponent, typeof i46.BreadcrumbsComponent, typeof i47.CardPriceComponent, typeof i48.TokenCheckComponent, typeof i49.BlockWithCheckboxComponent, typeof i50.ConfirmDeleteComponent, typeof i51.MosaicComponent, typeof i52.ContentWithButtonsComponent, typeof i53.WrapperMultipleBlockComponent, typeof i54.DraganddropListComponent, typeof i55.SummaryComponent, typeof i56.GooglePreviewComponent, typeof i54.DraganddropListComponent, typeof i57.ChargingBarComponent, typeof i58.ExpandedPanelComponent, typeof i59.RowComponent, typeof i60.ColumnComponent, typeof i61.AiExpressComponent, typeof i62.RadioOptionComponent, typeof i63.TagDropdownComponent, typeof i64.SlideInComponent, typeof i65.OptionGroupComponent, typeof i66.MenuTileComponent, typeof i67.ColorPickerComponent, typeof i68.ImageTextSectionComponent, typeof i69.FaqSectionComponent, typeof i70.ReassuranceSectionComponent, typeof i71.PricingSectionComponent], [typeof i72.CommonModule, typeof i73.FormsModule, typeof i74.NwbAllModule, typeof i75.TranslateModule, typeof i73.ReactiveFormsModule, typeof i76.SharedDirectives, typeof i77.SharedPipes, typeof i78.CdkTableModule, typeof i79.DragDropModule, typeof i80.PaginationModule, typeof i81.TableModule, typeof i82.TooltipModule, typeof i83.CheckboxModule, typeof i84.AlertPopupModule, typeof i85.RouterModule, typeof i86.AutosizeModule, typeof i87.NgScrollbarModule, typeof i88.NgScrollReached, typeof i89.TreeModule, typeof i90.ExpansionModule, typeof i91.ColorPickerDirective, typeof i92.TabsComponent, typeof i93.TabComponent, typeof i94.SnackbarComponent, typeof i95.BlockComponent, typeof i96.LoaderComponent, typeof i97.TextAreaComponent, typeof i98.ProgressBarComponent, typeof i99.InputComponent, typeof i100.InputSearchComponent, typeof i101.InputWithSelectComponent, typeof i102.BlockTitleLegacyComponent, typeof i103.BlockSeparatorComponent, typeof i104.BorderPickerComponent], [typeof i1.GridComponent, typeof i2.TagComponent, typeof i3.ButtonComponent, typeof i4.InfoComponent, typeof i5.SettingsComponent, typeof i6.DeleteComponent, typeof i7.DropdownComponent, typeof i8.ImageComponent, typeof i9.BackComponent, typeof i10.SeparatorComponent, typeof i11.LogoComponent, typeof i12.RadioLegacyComponent, typeof i13.RadioComponent, typeof i14.StateComponent, typeof i15.TagLabelComponent, typeof i16.CalendarComponent, typeof i17.WzEditInPlaceComponent, typeof i18.AlertComponent, typeof i19.HeaderPageComponent, typeof i20.SwitchComponent, typeof i21.LinkComponent, typeof i22.H1Component, typeof i23.H2Component, typeof i24.H3Component, typeof i25.H4Component, typeof i26.TextComponent, typeof i27.UploadComponent, typeof i28.SelectInTextComponent, typeof i29.MultipleSearchComponent, typeof i30.MultipleSearchPlusComponent, typeof i31.PopinComponent, typeof i32.FreePopinComponent, typeof i33.WrapperComponent, typeof i34.FiltersComponent, typeof i35.WrapperBlocsComponent, typeof i36.SearchComponent, typeof i37.SelectedListComponent, typeof i38.OptionalDisableContainerComponent, typeof i39.SelectComponent, typeof i40.OptionComponent, typeof i41.OptionCallToActionComponent, typeof i42.PlaceholderComponent, typeof i43.LabelComponent, typeof i44.SelectSearchTriggerComponent, typeof i45.WrapperSidebarComponent, typeof i46.BreadcrumbsComponent, typeof i47.CardPriceComponent, typeof i48.TokenCheckComponent, typeof i49.BlockWithCheckboxComponent, typeof i50.ConfirmDeleteComponent, typeof i51.MosaicComponent, typeof i52.ContentWithButtonsComponent, typeof i53.WrapperMultipleBlockComponent, typeof i54.DraganddropListComponent, typeof i55.SummaryComponent, typeof i56.GooglePreviewComponent, typeof i54.DraganddropListComponent, typeof i57.ChargingBarComponent, typeof i58.ExpandedPanelComponent, typeof i59.RowComponent, typeof i60.ColumnComponent, typeof i61.AiExpressComponent, typeof i62.RadioOptionComponent, typeof i63.TagDropdownComponent, typeof i64.SlideInComponent, typeof i65.OptionGroupComponent, typeof i66.MenuTileComponent, typeof i67.ColorPickerComponent, typeof i68.ImageTextSectionComponent, typeof i69.FaqSectionComponent, typeof i70.ReassuranceSectionComponent, typeof i71.PricingSectionComponent, typeof i105.PaginationComponent, typeof i106.TableComponent, typeof i107.TableColumn, typeof i108.CheckBoxRow, typeof i109.TableColumnHeader, typeof i110.TableRow, typeof i111.TooltipComponent, typeof i112.CheckboxComponent, typeof i96.LoaderComponent, typeof i113.TreeComponent, typeof i114.ExpansionPanelComponent, typeof i115.ExpansionPanelHeaderComponent, typeof i116.AccordionComponent, typeof i117.ExpansionPanelDirective, typeof i118.ExpansionPanelHeaderDirective, typeof i92.TabsComponent, typeof i93.TabComponent, typeof i94.SnackbarComponent, typeof i95.BlockComponent, typeof i96.LoaderComponent, typeof i97.TextAreaComponent, typeof i98.ProgressBarComponent, typeof i99.InputComponent, typeof i100.InputSearchComponent, typeof i101.InputWithSelectComponent, typeof i102.BlockTitleLegacyComponent, typeof i103.BlockSeparatorComponent, typeof i104.BorderPickerComponent]>;
113
123
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedComponentsModule>;
114
124
  }
125
+ //# sourceMappingURL=shared-components.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared-components.module.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/components/shared-components.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4NA,qBAwDa,sBAAsB;yCAAtB,sBAAsB;0CAAtB,sBAAsB;0CAAtB,sBAAsB;CAAG"}
@@ -0,0 +1,33 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SlideInComponent {
4
+ title: string;
5
+ subtitle: string;
6
+ isOpen: boolean;
7
+ hasButton: boolean;
8
+ primaryButtonText: string;
9
+ secondaryButtonText: string;
10
+ maxWidth: string | null;
11
+ closed: EventEmitter<void>;
12
+ primaryButtonClick: EventEmitter<void>;
13
+ secondaryButtonClick: EventEmitter<void>;
14
+ /**
15
+ * Ouvre le panneau coulissant
16
+ */
17
+ open(): void;
18
+ /**
19
+ * Ferme le panneau coulissant
20
+ */
21
+ close(): void;
22
+ /**
23
+ * Gère le clic sur le bouton primaire
24
+ */
25
+ onPrimaryButtonClick(): void;
26
+ /**
27
+ * Gère le clic sur le bouton secondaire
28
+ */
29
+ onSecondaryButtonClick(): void;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlideInComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlideInComponent, "wac-slide-in", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "hasButton": { "alias": "hasButton"; "required": false; }; "primaryButtonText": { "alias": "primaryButtonText"; "required": false; }; "secondaryButtonText": { "alias": "secondaryButtonText"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "closed": "closed"; "primaryButtonClick": "primaryButtonClick"; "secondaryButtonClick": "secondaryButtonClick"; }, never, ["*"], false, never>;
32
+ }
33
+ //# sourceMappingURL=slide-in.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slide-in.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/slide-in/slide-in.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,YAAY,EAAE,MAAM,eAAe,CAAC;;AAEvE,qBAKa,gBAAgB;IAClB,KAAK,EAAE,MAAM,CAAM;IACnB,QAAQ,EAAE,MAAM,CAAM;IACtB,MAAM,EAAE,OAAO,CAAS;IACxB,SAAS,EAAE,OAAO,CAAS;IAC3B,iBAAiB,EAAE,MAAM,CAAa;IACtC,mBAAmB,EAAE,MAAM,CAAa;IACxC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE9B,MAAM,qBAA4B;IAClC,kBAAkB,qBAA4B;IAC9C,oBAAoB,qBAA4B;IAE1D;;OAEG;IACH,IAAI,IAAI,IAAI;IAKZ;;OAEG;IACH,KAAK,IAAI,IAAI;IAMb;;OAEG;IACH,oBAAoB,IAAI,IAAI;IAI5B;;OAEG;IACH,sBAAsB,IAAI,IAAI;yCAxCnB,gBAAgB;2CAAhB,gBAAgB;CA2C5B"}
@@ -19,3 +19,4 @@ export declare class SnackbarComponent implements OnInit {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SnackbarComponent, never>;
20
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
  }
22
+ //# sourceMappingURL=snackbar.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snackbar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/snackbar/snackbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAA6B,YAAY,EAAE,MAAM,eAAe,CAAC;;AAIlG,qBA+Ba,iBAAkB,YAAW,MAAM;IAErC,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,OAAO,UAAS;IACf,aAAa,oBAAsB;IAEnC,QAAQ,oBAAsB;IAExC,OAAO,CAAC,WAAW,CAAS;IAE5B,OAAO,CAAC,KAAK,CAAM;IAEnB,QAAQ;IAMR,QAAQ;IAMR,MAAM;IAMN,aAAa;yCApCF,iBAAiB;2CAAjB,iBAAiB;CAyC7B"}
@@ -5,3 +5,4 @@ export declare class StateComponent {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<StateComponent, never>;
6
6
  static ɵcmp: i0.ɵɵComponentDeclaration<StateComponent, "wac-state", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
7
7
  }
8
+ //# sourceMappingURL=state.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/state/state.component.ts"],"names":[],"mappings":";AAEA,qBAMa,cAAc;IAEzB,KAAK,SAAa;;yCAFP,cAAc;2CAAd,cAAc;CAI1B"}
@@ -15,3 +15,4 @@ export declare class SummaryComponent {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<SummaryComponent, never>;
16
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
  }
18
+ //# sourceMappingURL=summary.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"summary.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/summary/summary.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+C,YAAY,EAAE,MAAM,eAAe,CAAC;;AAE1F,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,qBAMa,gBAAgB;IAE3B,WAAW,SAAK;IAEhB,IAAa,UAAU,CAAC,UAAU,EAAE,MAAM,EAEzC;IAED,IAAI,UAAU,IAAI,MAAM,CAEvB;IAEQ,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAE1B,WAAW,uBAA8B;;IAInD,YAAY,CAAC,CAAC,EAAE,MAAM;yCAlBX,gBAAgB;2CAAhB,gBAAgB;CA+B5B"}
@@ -32,3 +32,4 @@ export declare class SwitchComponent implements OnInit, ControlValueAccessor {
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchComponent, never>;
33
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
  }
35
+ //# sourceMappingURL=switch.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"switch.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/switch/switch.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA2B,iBAAiB,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC3H,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;AACzE,qBASa,eAAgB,YAAW,MAAM,EAAE,oBAAoB;IAmBtD,OAAO,CAAC,iBAAiB;IAjB5B,KAAK,UAAS;IACd,SAAS,SAAM;IACf,cAAc,SAAM;IACpB,eAAe,SAAM;IACrB,gBAAgB,SAAM;IACtB,SAAS,UAAS;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,UAAS;IACf,UAAU,EAAE,OAAO,CAAS;IAC5B,QAAQ,EAAE,OAAO,CAAS;IACzB,YAAY,oBAA2B;IACvC,WAAW,oBAA2B;IAChD,UAAU,EAAE,MAAM,CAAC;IACZ,EAAE,EAAE,MAAM,CAAC;IAElB,QAAQ,EAAE,OAAO,CAAC;gBAEE,iBAAiB,EAAE,iBAAiB;IAExD,QAAQ,IAAI,IAAI;IAIhB,WAAW,CAAC,KAAK,EAAE,GAAG;IAStB,YAAY;IAIZ,OAAO,CAAC,QAAQ,CAA2C;IAE3D,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAGhC,gBAAgB,CAAC,QAAQ,EAAE,GAAG,GAAG,IAAI;IAIrC,MAAM,IAAI,IAAI;IAId,OAAO,CAAC,SAAS,CAAY;IAE7B,iBAAiB,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI;IAIvC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;yCAzDvB,eAAe;2CAAf,eAAe;CA6D3B"}
@@ -32,3 +32,4 @@ export declare class CheckBoxRow {
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckBoxRow, never>;
33
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
  }
35
+ //# sourceMappingURL=checkBoxRow.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkBoxRow.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/directives/checkBoxRow.directive.ts"],"names":[],"mappings":"AACA,OAAO,EACL,wBAAwB,EACxB,YAAY,EAGZ,SAAS,EAET,UAAU,EAGV,cAAc,EACd,QAAQ,EACT,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;;AAE7E,qBAIa,WAAW;IAsBpB,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IACE,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,sBAAsB;IA3BvB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IAE9B,IAAa,aAAa,CAAC,KAAK,EAAE,OAAO,EAKxC;IACD,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,aAAa,IAAI,OAAO,CAE3B;IAES,mBAAmB,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAE1E,OAAO,CAAC,oBAAoB,CAAkC;IAC9D,OAAO,CAAC,aAAa,CAAgB;IACrC,OAAO,CAAC,eAAe,CAAC;gBAGd,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,SAAS,EACD,QAAQ,KAAA,EAC1B,QAAQ,EAAE,wBAAwB,EAClC,QAAQ,EAAE,QAAQ,EAClB,sBAAsB,EAAE,sBAAsB;IAGxD,QAAQ;IAMR,uBAAuB;IAavB,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,qBAAqB;IAO7B,OAAO,CAAC,eAAe;IAIvB,UAAU;IAIV,QAAQ,IAAI,OAAO;IAInB,SAAS,CAAC,QAAQ,EAAE,OAAO;IAI3B,WAAW;yCApFA,WAAW;2CAAX,WAAW;CAuFvB"}
@@ -14,3 +14,4 @@ export declare class TableColumn {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TableColumn, never>;
15
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumn, "[tableColumn]", never, { "columnSize": { "alias": "columnSize"; "required": false; }; "centerCell": { "alias": "centerCell"; "required": false; }; }, {}, never, never, false, never>;
16
16
  }
17
+ //# sourceMappingURL=column.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"column.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/directives/column.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAa,UAAU,EAAS,MAAM,eAAe,CAAC;;AAE7D,qBAIa,WAAW;IAMV,OAAO,CAAC,WAAW;IAAc,OAAO,CAAC,QAAQ;IAA+B,OAAO,CAAC,QAAQ;IALnG,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IAE7C,OAAO,CAAC,eAAe,CAAyC;gBAE5C,WAAW,EAAE,UAAU,EAAU,QAAQ,EAAE,SAAS,EAA4B,QAAQ,KAAA;IAE5G,eAAe;IAIf,uBAAuB;yCAZZ,WAAW;2CAAX,WAAW;CAyBvB"}
@@ -42,3 +42,4 @@ export declare class TableColumnHeader {
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnHeader, never>;
43
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
  }
45
+ //# sourceMappingURL=columnHeader.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"columnHeader.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/directives/columnHeader.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAkB,MAAM,eAAe,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAa,UAAU,EAAS,MAAM,eAAe,CAAC;AAG7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;;AAE7D,qBAKa,iBAAiB;IA2B1B,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,QAAQ;IACE,OAAO,CAAC,QAAQ;IAClC,OAAO,CAAC,mBAAmB;IA7B7B,IACI,UAAU,CAAC,KAAK,EAAE,MAAM,EAG3B;IACD,WAAW,EAAE,MAAM,CAAM;IACzB,IAAI,UAAU,IAAI,MAAM,CAEvB;IACQ,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,OAAO,CAAS;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IACnC,YAAY,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAC1D,YAAY,EAAE,YAAY,CAAC;IAC1B,kBAAkB,EAAE,YAAY,CAAC,YAAY,CAAC,CAAsB;IAE9E,OAAO,CAAC,eAAe,CAAyC;IAEhE,OAAO,CAAC,aAAa,CAAoB;IACzC,OAAO,CAAC,WAAW,CAAiB;IAEpC,OAAO,CAAC,aAAa,CAAsB;gBAGjC,WAAW,EAAE,UAAU,EACvB,QAAQ,EAAE,SAAS,EACD,QAAQ,KAAA,EAC1B,mBAAmB,EAAE,mBAAmB;IAGlD,QAAQ;IAUR,eAAe;IAKf,iBAAiB;IAejB,eAAe;IAUf,aAAa;IAKb,uBAAuB;IAcvB,kBAAkB;IAKlB,mBAAmB;IASnB,OAAO,CAAC,aAAa;IAOrB,UAAU;IAsCV,kBAAkB;IAYlB,kBAAkB;IAMlB,UAAU,CAAC,OAAO,KAAA,EAAE,QAAQ,KAAA;IAqB5B,WAAW,IAAI,IAAI;yCA9LR,iBAAiB;2CAAjB,iBAAiB;CAmM7B"}
@@ -11,3 +11,4 @@ export declare class TableRow {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRow, never>;
12
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<TableRow, "[tableRow]", never, {}, {}, never, never, false, never>;
13
13
  }
14
+ //# sourceMappingURL=raw.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"raw.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/directives/raw.directive.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAa,UAAU,EAAE,MAAM,eAAe,CAAC;;AAEtD,qBAKa,QAAQ;IACP,OAAO,CAAC,WAAW;IAAc,OAAO,CAAC,QAAQ;IAA+B,OAAO,CAAC,QAAQ;gBAAxF,WAAW,EAAE,UAAU,EAAU,QAAQ,EAAE,SAAS,EAA4B,QAAQ,KAAA;IAE5G,eAAe;IAIf,uBAAuB;yCAPZ,QAAQ;2CAAR,QAAQ;CAUpB"}
@@ -8,3 +8,4 @@ export declare function distinctUntilTableFiltersChanged(): import("rxjs").MonoT
8
8
  export declare function updateTableFiltersTotalItems<TResponse extends {
9
9
  totalItems: number;
10
10
  }>(tableFilters$: BehaviorSubject<TableFilters>, totalItems?: number): import("rxjs").MonoTypeOperatorFunction<TResponse>;
11
+ //# sourceMappingURL=distinct-until-table-filters-changed.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"distinct-until-table-filters-changed.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/distinct-until-table-filters-changed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAA6B,MAAM,MAAM,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD;;;GAGG;AACH,wBAAgB,gCAAgC,0DAQ/C;AAED,wBAAgB,4BAA4B,CAAC,SAAS,SAAS;IAAC,UAAU,EAAE,MAAM,CAAA;CAAC,EAAE,aAAa,EAAE,eAAe,CAAC,YAAY,CAAC,EAAE,UAAU,CAAC,EAAE,MAAM,sDAKrJ"}
@@ -20,3 +20,4 @@ export declare class FiltersTableService {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FiltersTableService, never>;
21
21
  static ɵprov: i0.ɵɵInjectableDeclaration<FiltersTableService>;
22
22
  }
23
+ //# sourceMappingURL=filters-table.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filters-table.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/filters-table.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAGlF,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;;AAGhE,qBAGa,mBAAmB;IAKlB,OAAO,CAAC,oBAAoB;IAJxC,YAAY,8BAAqC;IAEjD,OAAO,CAAC,WAAW,CAAoC;gBAEnC,oBAAoB,EAAE,uBAAuB;IAEjE,mBAAmB,CAAC,aAAa,EAAE,MAAM,GAAG,iBAAiB;IAsB7D;;;;;OAKG;IACH,cAAc,CAAC,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO;IAItE,oBAAoB;IAIpB,oBAAoB,CAAC,aAAa,KAAA,EAAE,UAAU,KAAA,EAAE,YAAY,KAAA,EAAE,WAAW,KAAA;IAWzE,qCAAqC,CAAC,aAAa,KAAA,EAAE,YAAY,KAAA,EAAE,WAAW,KAAA;yCAtDnE,mBAAmB;6CAAnB,mBAAmB;CA6D/B"}
@@ -8,3 +8,4 @@ export declare class TableCheckboxIdService {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCheckboxIdService, never>;
9
9
  static ɵprov: i0.ɵɵInjectableDeclaration<TableCheckboxIdService>;
10
10
  }
11
+ //# sourceMappingURL=table-checkbox-id.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-checkbox-id.service.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/table-checkbox-id.service.ts"],"names":[],"mappings":";AAGA,qBACa,sBAAsB;IAE/B,MAAM,CAAC,aAAa,SAAK;IAEzB,oBAAoB,EAAC,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAK;;IAOhC,WAAW;yCAZF,sBAAsB;6CAAtB,sBAAsB;CAgBlC"}
@@ -7,3 +7,4 @@ export declare class TableFiltersGroup extends NwbFilterGroup {
7
7
  set(key: "sort" | "order" | "searchValue" | "totalItems" | "itemsPerPage" | "currentPage", value: any): void;
8
8
  resetToFirstPage(): void;
9
9
  }
10
+ //# sourceMappingURL=table-filters-group.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-filters-group.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/table-filters-group.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AACjD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,qBAAa,iBAAkB,SAAQ,cAAc;IACnD,yBAAyB,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IACvD,kCAAkC,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC;IAE7D,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,GAAG,aAAa,GAAG,YAAY,GAAG,cAAc,GAAG,aAAa,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5G,gBAAgB,IAAI,IAAI;CAGzB"}
@@ -4,3 +4,4 @@ export interface TableFilters extends PaginationFilters {
4
4
  order: boolean;
5
5
  searchValue?: string;
6
6
  }
7
+ //# sourceMappingURL=table-filters.model.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-filters.model.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/table/shared/table-filters.model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAE1E,MAAM,WAAW,YAAa,SAAQ,iBAAiB;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -42,3 +42,4 @@ export declare class TableComponent implements OnInit {
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
43
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
  }
45
+ //# sourceMappingURL=table.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/table/table.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,YAAY,EAAS,MAAM,EAAU,SAAS,EAAmC,MAAM,eAAe,CAAC;AAC5I,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,OAAO,EAAE,WAAW,EAAE,MAAM,oCAAoC,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;;AAEtD,qBAUa,cAAe,YAAW,MAAM;IAyC/B,OAAO,CAAC,mBAAmB;IAAuB,OAAO,CAAC,sBAAsB;IAA0B,OAAO,CAAC,qBAAqB;IAvCrH,YAAY,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IACxC,SAAS,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAC;IAMjD,YAAY,EAAE,YAAY,CAAC;IAC1B,kBAAkB,EAAE,YAAY,CAAC,YAAY,CAAC,CAAsB;IAErE,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAM;IAElC,OAAO,CAAC,kBAAkB,CAAoB;IAI9C,2DAA2D;IAClD,QAAQ,UAAS;IAEhB,iBAAiB,EAAE,YAAY,CAAC,OAAO,CAAC,CAAsB;IAE9D,uBAAuB,EAAE,YAAY,CAAC,MAAM,EAAE,CAAC,CAAsB;IAI/E,wCAAwC;IAC/B,aAAa,EAAE,OAAO,CAAS;IACxC,yCAAyC;IAChC,iBAAiB,EAAE,OAAO,CAAS;IAInC,SAAS,UAAS;IAG3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,OAAO,CAAC,oBAAoB,CAAe;gBAEvB,mBAAmB,EAAE,mBAAmB,EAAU,sBAAsB,EAAE,sBAAsB,EAAU,qBAAqB,EAAE,qBAAqB;IAE1K,QAAQ,IAAI,IAAI;IAyBhB,eAAe;IAOf,mBAAmB,CAAC,KAAK,EAAE,GAAG;IAI9B,YAAY;IAkBZ,UAAU;IAUV;;SAEK;IACL,OAAO,CAAC,gBAAgB;IAaxB,WAAW;yCA3HA,cAAc;2CAAd,cAAc;CAiI1B"}
@@ -15,3 +15,4 @@ export declare class TableModule {
15
15
  static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof i1.TableComponent, typeof i2.TableColumn, typeof i3.CheckBoxRow, typeof i4.TableColumnHeader, typeof i5.TableRow], [typeof i6.CommonModule, typeof i7.FormsModule, typeof i8.InputSearchComponent, typeof i9.LoaderComponent, typeof i10.CheckboxModule, typeof i11.PaginationModule], [typeof i1.TableComponent, typeof i2.TableColumn, typeof i3.CheckBoxRow, typeof i4.TableColumnHeader, typeof i5.TableRow]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
17
17
  }
18
+ //# sourceMappingURL=table.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/table/table.module.ts"],"names":[],"mappings":";;;;;;;;;;;;AAgBA,qBAaa,WAAW;yCAAX,WAAW;0CAAX,WAAW;0CAAX,WAAW;CAAI"}
@@ -17,3 +17,4 @@ export declare class TabComponent implements OnInit {
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
18
18
  static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "wac-tab", never, { "label": { "alias": "label"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, ["_explicitContent"], ["*"], true, never>;
19
19
  }
20
+ //# sourceMappingURL=tab.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tab.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/tabs/tab/tab.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAA2B,iBAAiB,EAAkC,MAAM,EAAE,WAAW,EAAa,gBAAgB,EAAqB,MAAM,eAAe,CAAC;;AAEhL,qBAQa,YAAa,YAAW,MAAM;IA0B7B,OAAO,CAAC,iBAAiB;IAAqB,OAAO,CAAC,gBAAgB;IAzBzE,KAAK,EAAE,MAAM,CAAC;IAEvB,IACI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAG1B;IAED,IAAI,QAAQ,IAAI,OAAO,CAEtB;IAED,OAAO,CAAC,SAAS,CAAkB;IAEnC,OAAO,CAAC,aAAa,CAA+B;IAEpD,IAAI,OAAO,IAAI,cAAc,GAAG,IAAI,CAEnC;IAGD,OAAO,CAAC,gBAAgB,CAA+B;IAEb,gBAAgB,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;gBAEzD,iBAAiB,EAAE,iBAAiB,EAAU,gBAAgB,EAAE,gBAAgB;IAEpG,QAAQ;yCA5BG,YAAY;2CAAZ,YAAY;CA+BxB"}
@@ -7,3 +7,4 @@ export declare class TabBodyComponent {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TabBodyComponent, never>;
8
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
  }
10
+ //# sourceMappingURL=tab-body.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tab-body.component.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/tabs/tab-body/tab-body.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;;AAKrD,qBAQa,gBAAgB;IAClB,OAAO,EAAE,cAAc,CAAC;IAExB,MAAM,EAAE,OAAO,CAAC;IAEzB,IAAkC,OAAO,IAAI,MAAM,CAElD;yCAPU,gBAAgB;2CAAhB,gBAAgB;CAQ5B"}
@@ -12,3 +12,4 @@ export declare class TabBodyDirective extends CdkPortalOutlet implements OnInit
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<TabBodyDirective, never>;
13
13
  static ɵdir: i0.ɵɵDirectiveDeclaration<TabBodyDirective, "[wacTabBody]", ["wacTabBody"], {}, {}, never, never, true, never>;
14
14
  }
15
+ //# sourceMappingURL=tab-body.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tab-body.directive.d.ts","sourceRoot":"","sources":["../../../../../../../projects/angular-components/src/lib/components/tabs/tab-body/tab-body.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,wBAAwB,EAAqB,MAAM,EAAE,gBAAgB,EAAc,MAAM,eAAe,CAAC;AAClH,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;;AAGxD,qBAMa,gBAAiB,SAAQ,eAAgB,YAAW,MAAM;IAEzD,OAAO,CAAC,wBAAwB;IAA4B,OAAO,CAAC,gBAAgB;IAAsC,OAAO,CAAC,QAAQ;IAAmD,OAAO,CAAC,IAAI;gBAAjM,wBAAwB,EAAE,wBAAwB,EAAU,gBAAgB,EAAE,gBAAgB,EAA4B,QAAQ,EAAE,GAAG,EAAsD,IAAI,EAAE,gBAAgB;IAI9N,QAAQ;yCANN,gBAAgB;2CAAhB,gBAAgB;CAU5B"}
@@ -21,6 +21,7 @@ export declare class TabsComponent implements AfterViewInit {
21
21
  button: boolean;
22
22
  right: boolean;
23
23
  marginBottom: string;
24
+ column: boolean;
24
25
  get defaultViewModel(): {
25
26
  index: number;
26
27
  tabList: any[];
@@ -38,5 +39,6 @@ export declare class TabsComponent implements AfterViewInit {
38
39
  private setIndex;
39
40
  openList($event: any): void;
40
41
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsComponent, 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
+ 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; }; "column": { "alias": "column"; "required": false; }; }, {}, ["tabList"], never, true, never>;
42
43
  }
44
+ //# sourceMappingURL=tabs.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabs.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tabs/tabs.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAqC,SAAS,EAA8C,aAAa,EAAE,MAAM,eAAe,CAAC;AAE3J,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEnD,OAAO,EAAE,eAAe,EAAE,aAAa,EAAyE,MAAM,MAAM,CAAC;;AAG7H,qBAWa,aAAc,YAAW,aAAa;IAgDrC,OAAO,CAAC,iBAAiB;IA9CrC,QAAQ,UAAS;IAEc,OAAO,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC;IAEhE,MAAM,EAAE,eAAe,CAAC,MAAM,CAAC,CAAkC;IAEjE,QAAQ,yCAAiD;IAEzD,WAAW,EAAE,eAAe,CAAC,OAAO,CAAC,CAAuC;IAE5E,OAAO,CAAC,QAAQ,CAA0D;IAC1E,OAAO,CAAC,SAAS,CAAY;IAE7B,UAAU;;;;;OAYN;IAGJ,SAAS,UAAS;IAGlB,MAAM,UAAS;IAGf,KAAK,EAAE,OAAO,CAAS;IAGvB,YAAY,SAAU;IAGtB,MAAM,EAAE,OAAO,CAAS;IAExB,IAAI,gBAAgB;;;;;MAEnB;gBAEmB,iBAAiB,EAAE,iBAAiB;IAExD,eAAe;IAIf,UAAU,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI;IAOvC,gBAAgB,CAAC,QAAQ,EAAE,GAAG,GAAG,IAAI;IAIrC,MAAM,IAAI,IAAI;IAId,iBAAiB,CAAC,SAAS,EAAE,GAAG,GAAG,IAAI;IAIvC,gBAAgB,CAAC,QAAQ,EAAE,OAAO;IAKlC,SAAS,CAAC,KAAK,EAAE,MAAM;IAIvB,OAAO,CAAC,QAAQ;IAUhB,QAAQ,CAAC,MAAM,EAAE,GAAG;yCA5FT,aAAa;2CAAb,aAAa;CAgGzB"}
@@ -5,11 +5,13 @@ export declare class TagComponent {
5
5
  class: 'default' | 'success' | 'warning' | 'error' | 'dark' | 'gray' | 'lightgray' | 'white';
6
6
  hasClose: boolean;
7
7
  draggable: boolean;
8
+ hoverDelete: boolean;
8
9
  big: boolean;
9
10
  isOpen: boolean;
10
11
  isOpenChange: EventEmitter<boolean>;
11
12
  constructor();
12
13
  toggleTag(): void;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, 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
+ 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; }; "hoverDelete": { "alias": "hoverDelete"; "required": false; }; "big": { "alias": "big"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; }, { "isOpenChange": "isOpenChange"; }, never, never, false, never>;
15
16
  }
17
+ //# sourceMappingURL=tag.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tag/tag.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAEvE,qBAKa,YAAY;IAEvB,KAAK,SAAM;IAEX,KAAK,EAAE,SAAS,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,MAAM,GAAC,MAAM,GAAC,WAAW,GAAC,OAAO,CAAC;IAE/E,QAAQ,UAAS;IAEjB,SAAS,UAAS;IAElB,WAAW,UAAS;IAGpB,GAAG,UAAS;IAEH,MAAM,EAAC,OAAO,CAAQ;IACrB,YAAY,wBAA+B;;IAIrD,SAAS;yCApBE,YAAY;2CAAZ,YAAY;CAwBxB"}