@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
@@ -16,3 +16,4 @@ export declare class TagDropdownComponent {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<TagDropdownComponent, never>;
17
17
  static ɵcmp: i0.ɵɵComponentDeclaration<TagDropdownComponent, "wac-tag-dropdown", never, { "hasIcons": { "alias": "hasIcons"; "required": false; }; "items": { "alias": "items"; "required": false; }; "label": { "alias": "label"; "required": false; }; "class": { "alias": "class"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconNext": { "alias": "iconNext"; "required": false; }; "colorIcon": { "alias": "colorIcon"; "required": false; }; "iconFontSize": { "alias": "iconFontSize"; "required": false; }; "isDropdown": { "alias": "isDropdown"; "required": false; }; }, { "userInput": "userInput"; }, never, never, false, never>;
18
18
  }
19
+ //# sourceMappingURL=tag-dropdown.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-dropdown.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tag-dropdown/tag-dropdown.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAEvE,qBAKa,oBAAoB;IAE/B,QAAQ,UAAS;IAEjB,KAAK,QAAM;IAGX,KAAK,SAAM;IAEX,KAAK,EAAE,SAAS,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,CAAa;IAEzD,IAAI,SAAM;IAEV,QAAQ,EAAE,MAAM,CAAC;IAEjB,SAAS,EAAE,MAAM,CAAC;IAElB,YAAY,SAAM;IAGlB,UAAU,EAAE,OAAO,CAAQ;IAEjB,SAAS,oBAA2B;;IAI9C,WAAW,CAAC,SAAS,KAAA;yCA1BV,oBAAoB;2CAApB,oBAAoB;CA6BhC"}
@@ -0,0 +1,26 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export interface TagModel {
4
+ display: string;
5
+ value: string;
6
+ }
7
+ export declare class TagInputComponent {
8
+ placeholder: string;
9
+ secondaryPlaceholder: string;
10
+ addOnBlur: boolean;
11
+ addOnPaste: boolean;
12
+ tags: TagModel[];
13
+ tagsChange: EventEmitter<TagModel[]>;
14
+ onAdd: EventEmitter<TagModel>;
15
+ onRemove: EventEmitter<TagModel>;
16
+ inputValue: string;
17
+ get currentPlaceholder(): string;
18
+ onKeydown(event: KeyboardEvent): void;
19
+ onInputBlur(): void;
20
+ onPaste(event: ClipboardEvent): void;
21
+ removeTag(tag: TagModel, index: number): void;
22
+ private addTag;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<TagInputComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagInputComponent, "wac-tag-input", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "secondaryPlaceholder": { "alias": "secondaryPlaceholder"; "required": false; }; "addOnBlur": { "alias": "addOnBlur"; "required": false; }; "addOnPaste": { "alias": "addOnPaste"; "required": false; }; "tags": { "alias": "tags"; "required": false; }; }, { "tagsChange": "tagsChange"; "onAdd": "onAdd"; "onRemove": "onRemove"; }, never, never, true, never>;
25
+ }
26
+ //# sourceMappingURL=tag-input.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-input.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tag-input/tag-input.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;;AAIvE,MAAM,WAAW,QAAQ;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,qBAOa,iBAAiB;IACnB,WAAW,SAAM;IACjB,oBAAoB,SAAM;IAC1B,SAAS,UAAQ;IACjB,UAAU,UAAQ;IAElB,IAAI,EAAE,QAAQ,EAAE,CAAM;IACrB,UAAU,2BAAkC;IAC5C,KAAK,yBAAgC;IACrC,QAAQ,yBAAgC;IAElD,UAAU,SAAM;IAEhB,IAAI,kBAAkB,IAAI,MAAM,CAE/B;IAED,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IAOrC,WAAW,IAAI,IAAI;IAMnB,OAAO,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI;IAUpC,SAAS,CAAC,GAAG,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI;IAM7C,OAAO,CAAC,MAAM;yCA9CH,iBAAiB;2CAAjB,iBAAiB;CA0D7B"}
@@ -10,3 +10,4 @@ export declare class TagLabelComponent {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TagLabelComponent, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<TagLabelComponent, "wac-tag-label", never, { "index": { "alias": "index"; "required": false; }; "label": { "alias": "label"; "required": false; }; "deleted": { "alias": "deleted"; "required": false; }; }, { "onDeleteLabel": "onDeleteLabel"; }, never, never, false, never>;
12
12
  }
13
+ //# sourceMappingURL=tag-label.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-label.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tag-label/tag-label.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAoC,MAAM,eAAe,CAAC;;AAG1F,qBAOa,iBAAiB;IAE5B,KAAK,SAAK;IAEV,KAAK,SAAM;IAEX,OAAO,UAAS;IAEN,aAAa,oBAA2B;;IAIlD,WAAW;yCAZA,iBAAiB;2CAAjB,iBAAiB;CAmB7B"}
@@ -1,6 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class TextComponent {
3
3
  textClass: 'grey' | 'yellow' | 'red' | 'label' | 'optional';
4
+ private _noMargin;
5
+ get noMargin(): boolean;
6
+ set noMargin(value: boolean | string | '');
4
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "wac-text", never, { "textClass": { "alias": "textClass"; "required": false; }; }, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "wac-text", never, { "textClass": { "alias": "textClass"; "required": false; }; "noMargin": { "alias": "noMargin"; "required": false; }; }, {}, never, ["*"], false, never>;
6
9
  }
10
+ //# sourceMappingURL=text.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/text/text.component.ts"],"names":[],"mappings":";AAGA,qBAKa,aAAa;IAExB,SAAS,EAAE,MAAM,GAAC,QAAQ,GAAC,KAAK,GAAC,OAAO,GAAC,UAAU,CAAC;IAEpD,OAAO,CAAC,SAAS,CAAkB;IAEnC,IACI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,EAAE,EAExC;yCAbU,aAAa;2CAAb,aAAa;CAczB"}
@@ -30,3 +30,4 @@ export declare class TextAreaComponent implements ControlValueAccessor {
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
31
31
  static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "wac-text-area", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "textInfo": { "alias": "textInfo"; "required": false; }; "textError": { "alias": "textError"; "required": false; }; "error": { "alias": "error"; "required": false; }; "success": { "alias": "success"; "required": false; }; "size": { "alias": "size"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "dynamicSize": { "alias": "dynamicSize"; "required": false; }; "progressBar": { "alias": "progressBar"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "minlength": { "alias": "minlength"; "required": false; }; "disableResize": { "alias": "disableResize"; "required": false; }; }, {}, never, never, true, never>;
32
32
  }
33
+ //# sourceMappingURL=text-area.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text-area.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/text-area/text-area.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAkC,MAAM,gBAAgB,CAAC;;AAItF,qBAYa,iBAAkB,YAAW,oBAAoB;IAG5D,KAAK,SAAM;IAEX,KAAK,SAAM;IAEX,WAAW,SAAM;IAEjB,QAAQ,SAAM;IAEd,SAAS,SAAM;IAEf,KAAK,EAAE,OAAO,CAAC;IAEf,OAAO,EAAE,OAAO,CAAC;IAEjB,IAAI,MAAQ;IAEZ,GAAG,MAAQ;IAEX,GAAG,MAAQ;IAEX,SAAS,EAAE,MAAM,CAAC;IAElB,WAAW,UAAS;IAEpB,WAAW,UAAS;IAEpB,QAAQ,UAAS;IAEjB,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;IAE3B,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC;IAE3B,aAAa,UAAS;IAEtB,EAAE,SAIgB;IAElB,OAAO,CAAC,SAAS,CAAW;IAC5B,OAAO,CAAC,UAAU,CAAW;IAE7B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAI3C,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI;IAI1B,QAAQ,CAAC,KAAK,KAAA;IAOd,MAAM;yCArEK,iBAAiB;2CAAjB,iBAAiB;CA0E7B"}
@@ -8,3 +8,4 @@ export declare class TokenCheckComponent {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TokenCheckComponent, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<TokenCheckComponent, "wac-token-check", never, { "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, never, never, false, never>;
10
10
  }
11
+ //# sourceMappingURL=token-check.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"token-check.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/token-check/token-check.component.ts"],"names":[],"mappings":";AAEA,qBAKa,mBAAmB;IAG9B,KAAK,EAAE,MAAM,CAAC;IAGd,KAAK,EAAE,MAAM,CAAC;IAGd,GAAG,EAAE,MAAM,CAAC;IAEZ,OAAO,UAAS;;yCAXL,mBAAmB;2CAAnB,mBAAmB;CAc/B"}
@@ -10,3 +10,4 @@ export declare class TooltipComponent implements OnInit {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "wac-tooltip", never, { "tooltipIcon": { "alias": "tooltipIcon"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "tooltipLink": { "alias": "tooltipLink"; "required": false; }; "tooltipUrl": { "alias": "tooltipUrl"; "required": false; }; }, {}, never, never, false, never>;
12
12
  }
13
+ //# sourceMappingURL=tooltip.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tooltip/tooltip.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAEzD,qBAMa,gBAAiB,YAAW,MAAM;IAG7C,WAAW,EAAE,MAAM,CAAC;IAEpB,WAAW,EAAE,MAAM,CAAM;IAEzB,WAAW,EAAE,MAAM,CAAM;IAEzB,UAAU,EAAE,MAAM,CAAO;;IAIzB,QAAQ;yCAbG,gBAAgB;2CAAhB,gBAAgB;CAkB5B"}
@@ -7,3 +7,4 @@ export declare class TooltipModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.TooltipComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.TooltipComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
9
9
  }
10
+ //# sourceMappingURL=tooltip.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tooltip/tooltip.module.ts"],"names":[],"mappings":";;;;AAMA,qBASa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CAAI"}
@@ -13,3 +13,4 @@ export declare class TreeComponent<Tree extends RecursifDto<Tree>> {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent<any>, never>;
14
14
  static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent<any>, "wac-tree", never, { "items": { "alias": "items"; "required": false; }; "treeDepth": { "alias": "treeDepth"; "required": false; }; "optionTemplate": { "alias": "optionTemplate"; "required": false; }; "trackByFn": { "alias": "trackByFn"; "required": false; }; }, {}, never, never, false, never>;
15
15
  }
16
+ //# sourceMappingURL=tree.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tree/tree.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6C,WAAW,EAAqB,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;;AAEzC,qBAQa,aAAa,CAAC,IAAI,SAAS,WAAW,CAAC,IAAI,CAAC;;IAKvD;;OAEG;IACM,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,SAAS,EAAC,MAAM,CAAK;IACrB,cAAc,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IACjC,SAAS,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,KAAK,GAAG,CAAyB;yCAXpE,aAAa;2CAAb,aAAa;CAazB"}
@@ -6,3 +6,4 @@ export interface RecursifDto<T> {
6
6
  treeChildren?: Array<T>;
7
7
  treeLabel?: string;
8
8
  }
9
+ //# sourceMappingURL=tree.dto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree.dto.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tree/tree.dto.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAQ,SAAQ,WAAW,CAAC,OAAO,CAAC;CACpD;AACD,MAAM,WAAW,WAAW,CAAC,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
@@ -8,3 +8,4 @@ export declare class TreeModule {
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<TreeModule, [typeof i1.TreeComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.SharedPipes], [typeof i1.TreeComponent]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<TreeModule>;
10
10
  }
11
+ //# sourceMappingURL=tree.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree.module.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/tree/tree.module.ts"],"names":[],"mappings":";;;;;AAQA,qBAUa,UAAU;yCAAV,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAAI"}
@@ -6,10 +6,18 @@ export declare class UploadComponent implements OnInit {
6
6
  icon: string | boolean;
7
7
  image: string | boolean;
8
8
  labelImage: string;
9
+ imageBlock: string | boolean;
10
+ labelUploadImage: string;
11
+ onClickAction: () => void;
12
+ isUploaded: boolean;
13
+ imageUpload: string;
9
14
  open: EventEmitter<any>;
15
+ clickEvent: EventEmitter<void>;
10
16
  constructor();
11
17
  ngOnInit(): void;
12
18
  triggerEvent(event: any): void;
19
+ clickAction(): void;
13
20
  static ɵfac: i0.ɵɵFactoryDeclaration<UploadComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "wac-upload", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "image": { "alias": "image"; "required": false; }; "labelImage": { "alias": "labelImage"; "required": false; }; }, { "open": "open"; }, never, never, false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<UploadComponent, "wac-upload", never, { "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "image": { "alias": "image"; "required": false; }; "labelImage": { "alias": "labelImage"; "required": false; }; "imageBlock": { "alias": "imageBlock"; "required": false; }; "labelUploadImage": { "alias": "labelUploadImage"; "required": false; }; "onClickAction": { "alias": "onClickAction"; "required": false; }; "isUploaded": { "alias": "isUploaded"; "required": false; }; "imageUpload": { "alias": "imageUpload"; "required": false; }; }, { "open": "open"; "clickEvent": "clickEvent"; }, never, never, false, never>;
15
22
  }
23
+ //# sourceMappingURL=upload.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"upload.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/upload/upload.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;;AAE/E,qBAKa,eAAgB,YAAW,MAAM;IAE5C,KAAK,EAAE,MAAM,CAAmC;IAEhD,IAAI,EAAE,MAAM,CAAY;IAExB,IAAI,EAAE,MAAM,GAAG,OAAO,CAAmB;IAEzC,KAAK,EAAE,MAAM,GAAG,OAAO,CAA8D;IAErF,UAAU,EAAE,MAAM,CAAqC;IAEvD,UAAU,EAAE,MAAM,GAAG,OAAO,CAA+D;IAE3F,gBAAgB,EAAE,MAAM,CAAM;IAE9B,aAAa,EAAE,MAAM,IAAI,CAAY;IAErC,UAAU,EAAE,OAAO,CAAS;IAE5B,WAAW,EAAE,MAAM,CAAM;IAGzB,IAAI,oBAA2B;IAE/B,UAAU,qBAA4B;;IAGtC,QAAQ,IAAI,IAAI;IAEhB,YAAY,CAAC,KAAK,KAAA;IAIlB,WAAW;yCAlCA,eAAe;2CAAf,eAAe;CAwC3B"}
@@ -7,3 +7,4 @@ export declare class WrapperComponent implements OnInit {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<WrapperComponent, never>;
8
8
  static ɵcmp: i0.ɵɵComponentDeclaration<WrapperComponent, "wac-wrapper", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
9
9
  }
10
+ //# sourceMappingURL=wrapper.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wrapper.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/wrapper/wrapper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAEzD,qBAKa,gBAAiB,YAAW,MAAM;IAE7C,IAAI,SAAc;;IAGlB,QAAQ,IAAI,IAAI;yCALL,gBAAgB;2CAAhB,gBAAgB;CAM5B"}
@@ -7,3 +7,4 @@ export declare class WrapperBlocsComponent implements OnInit {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<WrapperBlocsComponent, never>;
8
8
  static ɵcmp: i0.ɵɵComponentDeclaration<WrapperBlocsComponent, "wac-wrapper-blocs", never, { "sidebar": { "alias": "sidebar"; "required": false; }; }, {}, never, ["*"], false, never>;
9
9
  }
10
+ //# sourceMappingURL=wrapper-blocs.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wrapper-blocs.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/wrapper-blocs/wrapper-blocs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,MAAM,EAAC,MAAM,eAAe,CAAC;;AAEvD,qBAKa,qBAAsB,YAAW,MAAM;IAElD,OAAO,UAAS;;IAGhB,QAAQ,IAAI,IAAI;yCALL,qBAAqB;2CAArB,qBAAqB;CAQjC"}
@@ -4,3 +4,4 @@ export declare class WrapperMultipleBlockComponent {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<WrapperMultipleBlockComponent, never>;
5
5
  static ɵcmp: i0.ɵɵComponentDeclaration<WrapperMultipleBlockComponent, "wac-wrapper-multiple-block", never, {}, {}, never, ["[sidebar]", "[content]"], false, never>;
6
6
  }
7
+ //# sourceMappingURL=wrapper-multiple-block.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wrapper-multiple-block.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/wrapper-multiple-block/wrapper-multiple-block.component.ts"],"names":[],"mappings":";AAEA,qBAKa,6BAA6B;;yCAA7B,6BAA6B;2CAA7B,6BAA6B;CAGzC"}
@@ -10,3 +10,4 @@ export declare class WrapperSidebarComponent {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<WrapperSidebarComponent, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<WrapperSidebarComponent, "wac-wrapper-sidebar", never, { "reverse": { "alias": "reverse"; "required": false; }; "hideBackground": { "alias": "hideBackground"; "required": false; }; "backgroundGrey": { "alias": "backgroundGrey"; "required": false; }; "backgroundWidth": { "alias": "backgroundWidth"; "required": false; }; "stickySidebar": { "alias": "stickySidebar"; "required": false; }; "transparentSidebar": { "alias": "transparentSidebar"; "required": false; }; }, {}, never, ["[sidebar]", "[content]"], false, never>;
12
12
  }
13
+ //# sourceMappingURL=wrapper-sidebar.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wrapper-sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/components/wrapper-sidebar/wrapper-sidebar.component.ts"],"names":[],"mappings":";AAEA,qBAKa,uBAAuB;IAEzB,OAAO,UAAS;IAChB,cAAc,UAAS;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,UAAS;IACtB,kBAAkB,UAAS;;yCAPzB,uBAAuB;2CAAvB,uBAAuB;CAUnC"}
@@ -13,3 +13,4 @@ export declare class AbstractDebounceDirective implements OnDestroy {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDebounceDirective, never>;
14
14
  static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDebounceDirective, "AbstractDebounceDirective", never, { "debounceTime": { "alias": "debounceTime"; "required": false; }; }, { "onEventChange": "onEventChange"; }, never, never, false, never>;
15
15
  }
16
+ //# sourceMappingURL=abstract-debounce.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"abstract-debounce.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/abstract-debounce/abstract-debounce.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,SAAS,EAAiB,YAAY,EAAE,MAAM,eAAe,CAAC;AAClF,OAAO,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;;AAG/B,qBAIa,yBAA0B,YAAW,SAAS;IAElD,YAAY,EAAE,MAAM,CAAC;IAGrB,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;IAExC,SAAS,CAAC,UAAU,EAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IACnC,SAAS,CAAC,aAAa,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;;IASvC,QAAQ,IAAI,IAAI;IAWT,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAInC,WAAW,IAAI,IAAI;yCAhCR,yBAAyB;2CAAzB,yBAAyB;CAoCrC"}
@@ -6,3 +6,4 @@ export declare class DebounceKeyupDirective extends AbstractDebounceDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DebounceKeyupDirective, never>;
7
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<DebounceKeyupDirective, "input[debounceKeyUp]", never, {}, {}, never, never, false, never>;
8
8
  }
9
+ //# sourceMappingURL=debounce-keyup.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"debounce-keyup.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/abstract-debounce/debounce-keyup.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,+BAA+B,CAAC;;AAC1E,qBAIa,sBAAuB,SAAQ,yBAAyB;;IAM5D,OAAO,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;yCANrB,sBAAsB;2CAAtB,sBAAsB;CAUlC"}
@@ -15,3 +15,4 @@ export declare class AutoHideDirective implements AfterViewInit {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AutoHideDirective, never>;
16
16
  static ɵdir: i0.ɵɵDirectiveDeclaration<AutoHideDirective, "[wzAutoHide]", never, { "triggerElement": { "alias": "triggerElement"; "required": false; }; "forceOn": { "alias": "forceOn"; "required": false; }; }, { "clickOutside": "clickOutside"; }, never, never, false, never>;
17
17
  }
18
+ //# sourceMappingURL=auto-hide.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-hide.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/auto-hide/auto-hide.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAiB,YAAY,EAAE,aAAa,EAAS,MAAM,eAAe,CAAC;AACxG,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;;AAExD,qBAIa,iBAAkB,YAAW,aAAa;IAKzC,OAAO,CAAC,WAAW;IAAc,OAAO,CAAC,UAAU;IAJtD,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAQ;IACvC,YAAY,EAAE,YAAY,CAAC;gBAEP,WAAW,EAAE,UAAU,EAAU,UAAU,EAAE,UAAU;IAEnD,YAAY,EAAE,YAAY,CAAC,GAAG,CAAC,CAAsB;IAE7E,eAAe,IAAI,IAAI;IAwBvB,WAAW;yCAjCA,iBAAiB;2CAAjB,iBAAiB;CAoC7B"}
@@ -10,3 +10,4 @@ export declare class CopyToClipBoardDirective {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<CopyToClipBoardDirective, never>;
11
11
  static ɵdir: i0.ɵɵDirectiveDeclaration<CopyToClipBoardDirective, "[wacCopyToClipboard]", never, {}, { "textCopy": "textCopy"; }, never, never, true, never>;
12
12
  }
13
+ //# sourceMappingURL=copy-to-clipboard.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"copy-to-clipboard.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/copy-to-clipboard/copy-to-clipboard.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,YAAY,EAAqC,MAAM,eAAe,CAAC;;AAEvG,qBAIa,wBAAwB;IAOrB,OAAO,CAAC,OAAO;IANJ,OAAO,aAAoE;IAE5E,MAAM,SAAoB;IAEtC,QAAQ,uBAA8B;gBAE5B,OAAO,EAAE,UAAU;IAEvC,eAAe,GAAI,MAAM,MAAM,UAG7B;yCAZO,wBAAwB;2CAAxB,wBAAwB;CAapC"}
@@ -8,3 +8,4 @@ export declare class KeypressEnterDirective {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<KeypressEnterDirective, never>;
9
9
  static ɵdir: i0.ɵɵDirectiveDeclaration<KeypressEnterDirective, "[keypressEnter]", never, {}, { "keypressEnter": "keypressEnter"; }, never, never, false, never>;
10
10
  }
11
+ //# sourceMappingURL=keypress-enter.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"keypress-enter.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/keyboard-events/keypress-enter.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAwB,MAAM,eAAe,CAAC;;AAE9E,qBAIa,sBAAsB;IAE/B,OAAO,CAAC,cAAc,CAAW;IAEK,UAAU,CAAC,KAAK,EAAE,aAAa;IAM3D,aAAa,wBAA+B;;yCAV7C,sBAAsB;2CAAtB,sBAAsB;CAalC"}
@@ -6,3 +6,4 @@ export declare class OnlyNumberDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<OnlyNumberDirective, never>;
7
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<OnlyNumberDirective, "[wacOnlyNumber]", never, { "wacOnlyNumber": { "alias": "wacOnlyNumber"; "required": false; }; }, {}, never, never, false, never>;
8
8
  }
9
+ //# sourceMappingURL=only-numbers.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"only-numbers.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/keyboard-events/only-numbers.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,mBAAmB;;IAMrB,aAAa,EAAE,OAAO,CAAQ;IAEF,SAAS,CAAC,KAAK,EAAE,aAAa;yCARxD,mBAAmB;2CAAnB,mBAAmB;CAgC/B"}
@@ -9,3 +9,4 @@ export declare class TwoDigitDecimalNumberDirective {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TwoDigitDecimalNumberDirective, never>;
10
10
  static ɵdir: i0.ɵɵDirectiveDeclaration<TwoDigitDecimalNumberDirective, "[wacTwoDigitDecimalNumber]", never, { "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; }, {}, never, never, false, never>;
11
11
  }
12
+ //# sourceMappingURL=two-digital-decimal-number.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"two-digital-decimal-number.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/keyboard-events/two-digital-decimal-number.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAuB,MAAM,eAAe,CAAC;;AAE3E,qBAIe,8BAA8B;IAM7B,OAAO,CAAC,EAAE;IAJb,gBAAgB,EAAE,MAAM,EAAE,CAAc;IAEjD,OAAO,CAAC,WAAW,CAAuG;gBAEtG,EAAE,EAAE,UAAU;IAIlC,SAAS,CAAC,KAAK,EAAE,aAAa;yCAVnB,8BAA8B;2CAA9B,8BAA8B;CAuB1C"}
@@ -10,3 +10,4 @@ export declare class VarDirective {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<VarDirective, never>;
11
11
  static ɵdir: i0.ɵɵDirectiveDeclaration<VarDirective, "[ngVar]", never, { "ngVar": { "alias": "ngVar"; "required": false; }; }, {}, never, never, false, never>;
12
12
  }
13
+ //# sourceMappingURL=ng-var.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-var.directive.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/directives/ng-var.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,WAAW,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAEhF,qBAIa,YAAY;IAwBjB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,KAAK;IAtBjB,IACI,KAAK,CAAC,OAAO,EAAE,OAAO,EAOzB;IAED,OAAO,CAAC,OAAO,CAMb;IAEF,OAAO,CAAC,OAAO,CAAkB;gBAGrB,WAAW,EAAE,WAAW,CAAC,GAAG,CAAC,EAC7B,KAAK,EAAE,gBAAgB;yCAzB1B,YAAY;2CAAZ,YAAY;CA2BxB"}
@@ -7,3 +7,4 @@ export declare class ScrollToDirective {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ScrollToDirective, never>;
8
8
  static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollToDirective, "[wacScrollTo]", never, { "elementId": { "alias": "elementId"; "required": false; }; "scrollConfig": { "alias": "scrollConfig"; "required": false; }; }, {}, never, never, true, never>;
9
9
  }
10
+ //# sourceMappingURL=scroll-to.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-to.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/scroll-to/scroll-to.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,iBAAiB;IAEjB,SAAS,EAAE,MAAM,CAAC;IAElB,YAAY,EAAE,qBAAqB,CAA2D;IAEhF,OAAO;IAKD,MAAM,SAAa;yCAXvC,iBAAiB;2CAAjB,iBAAiB;CAa7B"}
@@ -7,8 +7,8 @@ import * as i5 from "./ng-var.directive";
7
7
  import * as i6 from "./keyboard-events/keypress-enter.directive";
8
8
  import * as i7 from "./keyboard-events/only-numbers.directive";
9
9
  import * as i8 from "./keyboard-events/two-digital-decimal-number.directive";
10
- import * as i9 from "../components/radio-legacy/radio-directive";
11
- import * as i10 from "../components/radio-legacy/radio-group.directive";
10
+ import * as i9 from "../components/radio-legacy/radio-legacy-directive";
11
+ import * as i10 from "../components/radio-legacy/radio-group-legacy.directive";
12
12
  import * as i11 from "./watch-dom-tree/watch-dom-tree.directive";
13
13
  import * as i12 from "@angular/common";
14
14
  import * as i13 from "@angular/forms";
@@ -18,6 +18,7 @@ import * as i16 from "../components/select/select/select.directive";
18
18
  import * as i17 from "../components/select/option/select-option.directive";
19
19
  export declare class SharedDirectives {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedDirectives, never>;
21
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectives, [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.OnlyNumberDirective, typeof i8.TwoDigitDecimalNumberDirective, typeof i9.RadioDirective, typeof i10.RadioGroupDirective, typeof i11.DomChangedDirective], [typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.CopyToClipBoardDirective, typeof i15.ScrollToDirective, typeof i16.SelectDirective, typeof i17.SelectOptionDirective], [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.OnlyNumberDirective, typeof i8.TwoDigitDecimalNumberDirective, typeof i9.RadioDirective, typeof i10.RadioGroupDirective, typeof i11.DomChangedDirective, typeof i14.CopyToClipBoardDirective, typeof i15.ScrollToDirective, typeof i16.SelectDirective, typeof i17.SelectOptionDirective]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectives, [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.OnlyNumberDirective, typeof i8.TwoDigitDecimalNumberDirective, typeof i9.RadioLegacyDirective, typeof i10.RadioGroupLegacyDirective, typeof i11.DomChangedDirective], [typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.CopyToClipBoardDirective, typeof i15.ScrollToDirective, typeof i16.SelectDirective, typeof i17.SelectOptionDirective], [typeof i1.DebounceKeyupDirective, typeof i2.AbstractDebounceDirective, typeof i3.AutoHideDirective, typeof i4.ZindexToggleDirective, typeof i5.VarDirective, typeof i6.KeypressEnterDirective, typeof i7.OnlyNumberDirective, typeof i8.TwoDigitDecimalNumberDirective, typeof i9.RadioLegacyDirective, typeof i10.RadioGroupLegacyDirective, typeof i11.DomChangedDirective, typeof i14.CopyToClipBoardDirective, typeof i15.ScrollToDirective, typeof i16.SelectDirective, typeof i17.SelectOptionDirective]>;
22
22
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedDirectives>;
23
23
  }
24
+ //# sourceMappingURL=shared-directives.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared-directives.module.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/directives/shared-directives.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AAsCA,qBAKa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAAG"}
@@ -8,3 +8,4 @@ export declare class DomChangedDirective implements OnInit {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DomChangedDirective, never>;
9
9
  static ɵdir: i0.ɵɵDirectiveDeclaration<DomChangedDirective, "[watchDomTree]", never, {}, {}, never, never, false, never>;
10
10
  }
11
+ //# sourceMappingURL=watch-dom-tree.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"watch-dom-tree.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/watch-dom-tree/watch-dom-tree.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,EAAC,MAAM,eAAe,CAAC;;AAE7D,qBAIa,mBAAoB,YAAW,MAAM;IACpC,OAAO,CAAC,KAAK;gBAAL,KAAK,EAAE,UAAU;IACrC,QAAQ;IAIR,uBAAuB,CAAC,EAAE,KAAA;yCANf,mBAAmB;2CAAnB,mBAAmB;CAkB/B"}
@@ -14,3 +14,4 @@ export declare class ZindexToggleDirective implements OnInit, OnDestroy {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ZindexToggleDirective, never>;
15
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<ZindexToggleDirective, "[zIndexToggle]", never, { "isActive": { "alias": "zIndexToggle"; "required": false; }; }, { "onEventChange": "onEventChange"; }, never, never, false, never>;
16
16
  }
17
+ //# sourceMappingURL=zindex-toggle.directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zindex-toggle.directive.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/directives/zindex-toggle/zindex-toggle.directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAY,UAAU,EAAE,YAAY,EAAS,SAAS,EAAE,MAAM,EAAU,SAAS,EAAC,MAAM,eAAe,CAAC;;AAE/G,qBAIa,qBAAsB,YAAW,MAAM,EAAE,SAAS;IAejD,OAAO,CAAC,cAAc;IAAc,OAAO,CAAC,QAAQ;IAdhE,SAAS,UAAS;IAGX,aAAa,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;IAExC,IACI,QAAQ,CAAC,KAAK,EAAE,OAAO,EAG1B;IACD,IAAI,QAAQ,IAAI,OAAO,CAEtB;gBAEmB,cAAc,EAAE,UAAU,EAAU,QAAQ,EAAE,SAAS;IAG3E,QAAQ,IAAI,IAAI;IAGhB,YAAY;IAUZ,WAAW,IAAI,IAAI;yCA/BR,qBAAqB;2CAArB,qBAAqB;CAiCjC"}
@@ -16,3 +16,4 @@ export declare class CallComponentFunctionPipe implements PipeTransform {
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CallComponentFunctionPipe, never>;
17
17
  static ɵpipe: i0.ɵɵPipeDeclaration<CallComponentFunctionPipe, "wacFn", true>;
18
18
  }
19
+ //# sourceMappingURL=call-component-function.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"call-component-function.pipe.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/pipes/call-component-function.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD;;GAEG;AACH,MAAM,MAAM,MAAM,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC;AAE1D,qBAIa,yBAA0B,YAAW,aAAa;IAC7D;;;;;;OAMG;IACH,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,CAAC;yCARvD,yBAAyB;uCAAzB,yBAAyB;CAWrC"}
@@ -6,3 +6,4 @@ export declare class FindOptionSelectedPipe implements PipeTransform {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FindOptionSelectedPipe, never>;
7
7
  static ɵpipe: i0.ɵɵPipeDeclaration<FindOptionSelectedPipe, "wacFindOptionSelectedField", false>;
8
8
  }
9
+ //# sourceMappingURL=find-option-selected-field.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"find-option-selected-field.pipe.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/pipes/find-option-selected-field.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,wDAAwD,CAAC;;AAEjG,qBAIa,sBAAuB,YAAW,aAAa;IACxD,SAAS,CAAC,OAAO,EAAE,QAAQ,CAAC,UAAU,EAAE,CAAC,EAAE,KAAK,EAAE,WAAW,GAAG,WAAW,EAAE,GAAG,OAAO,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,EAAE,GAAG,MAAM;yCAD3H,sBAAsB;uCAAtB,sBAAsB;CAwBlC"}
@@ -5,3 +5,4 @@ export declare class FilterOptionsPipe implements PipeTransform {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterOptionsPipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<FilterOptionsPipe, "filterOptions", false>;
7
7
  }
8
+ //# sourceMappingURL=filter-options.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filter-options.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/pipes/select/filter-options.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAKa,iBAAkB,YAAW,aAAa;IAEnD,SAAS,CAAC,OAAO,EAAE,GAAG,EAAE,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,MAAM,EAAE,GAAG,GAAG;yCAF7D,iBAAiB;uCAAjB,iBAAiB;CAS7B"}
@@ -6,3 +6,4 @@ export declare class SelectFiltersPipe implements PipeTransform {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectFiltersPipe, never>;
7
7
  static ɵpipe: i0.ɵɵPipeDeclaration<SelectFiltersPipe, "selectFilters", false>;
8
8
  }
9
+ //# sourceMappingURL=select-filters.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select-filters.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/pipes/select/select-filters.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0CAA0C,CAAC;;AAEtE,qBAKa,iBAAkB,YAAW,aAAa;IACnD,SAAS,CAAC,KAAK,EAAE,UAAU,EAAE,EAAE,UAAU,EAAE,MAAM,GAAG,GAAG;yCAD9C,iBAAiB;uCAAjB,iBAAiB;CAO7B"}
@@ -6,3 +6,4 @@ export declare class AreAllOptionsSelectedPipe implements PipeTransform {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<AreAllOptionsSelectedPipe, never>;
7
7
  static ɵpipe: i0.ɵɵPipeDeclaration<AreAllOptionsSelectedPipe, "areAllOptionsSelected", false>;
8
8
  }
9
+ //# sourceMappingURL=are-all-options-selected.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"are-all-options-selected.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/pipes/selected-list/are-all-options-selected.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,kEAAkE,CAAC;;AAEtG,qBAMa,yBAA0B,YAAW,aAAa;IAC3D,SAAS,CAAC,OAAO,EAAE,kBAAkB,EAAE,GAAG,OAAO;yCADxC,yBAAyB;uCAAzB,yBAAyB;CAIrC"}
@@ -13,3 +13,4 @@ export declare class SharedPipes {
13
13
  static ɵmod: i0.ɵɵNgModuleDeclaration<SharedPipes, [typeof i1.FormatObjectToRecursifTreePipe, typeof i2.FormatObjectToSimpleTreePipe, typeof i3.FilterOptionsPipe, typeof i4.FindOptionSelectedPipe, typeof i5.SelectFiltersPipe, typeof i6.AreAllOptionsSelectedPipe], [typeof i7.CommonModule, typeof i8.FormsModule, typeof i9.CallComponentFunctionPipe], [typeof i1.FormatObjectToRecursifTreePipe, typeof i2.FormatObjectToSimpleTreePipe, typeof i3.FilterOptionsPipe, typeof i4.FindOptionSelectedPipe, typeof i5.SelectFiltersPipe, typeof i6.AreAllOptionsSelectedPipe, typeof i9.CallComponentFunctionPipe]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedPipes>;
15
15
  }
16
+ //# sourceMappingURL=shared-pipes.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared-pipes.module.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/pipes/shared-pipes.module.ts"],"names":[],"mappings":";;;;;;;;;;AAuBA,qBAKa,WAAW;yCAAX,WAAW;0CAAX,WAAW;0CAAX,WAAW;CAAG"}
@@ -7,3 +7,4 @@ export declare class FormatObjectToRecursifTreePipe implements PipeTransform {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<FormatObjectToRecursifTreePipe, never>;
8
8
  static ɵpipe: i0.ɵɵPipeDeclaration<FormatObjectToRecursifTreePipe, "formatObjectToRecursifTree", false>;
9
9
  }
10
+ //# sourceMappingURL=format-object-to-recursif-tree.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format-object-to-recursif-tree.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/pipes/tree/format-object-to-recursif-tree.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAKa,8BAA+B,YAAW,aAAa;IAEhE,kBAAkB,EAAE,MAAM,EAAE,CAAM;IAElC,SAAS,CAAC,UAAU,EAAC,GAAG,EAAE,EAAE,kBAAkB,EAAE,MAAM,EAAE,GAAG,GAAG;IAS9D,OAAO,CAAC,mCAAmC;yCAblC,8BAA8B;uCAA9B,8BAA8B;CAoC1C"}
@@ -8,3 +8,4 @@ export declare class FormatObjectToSimpleTreePipe implements PipeTransform {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FormatObjectToSimpleTreePipe, never>;
9
9
  static ɵpipe: i0.ɵɵPipeDeclaration<FormatObjectToSimpleTreePipe, "formatObjectToSimpleTree", false>;
10
10
  }
11
+ //# sourceMappingURL=format-object-to-simple-tree.pipe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format-object-to-simple-tree.pipe.d.ts","sourceRoot":"","sources":["../../../../../../projects/angular-components/src/lib/pipes/tree/format-object-to-simple-tree.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,aAAa,EAAE,MAAM,eAAe,CAAC;;AAEpD,qBAKa,4BAA6B,YAAW,aAAa;IAE9D,OAAO,CAAC,kBAAkB,CAAgB;IAC1C,OAAO,CAAC,eAAe,CAAgB;IAEvC,SAAS,CAAC,UAAU,EAAC,GAAG,EAAE,EAAE,kBAAkB,EAAE,MAAM,EAAE,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,GAAG;IAWzF,OAAO,CAAC,iCAAiC;yCAhBhC,4BAA4B;uCAA5B,4BAA4B;CA8CxC"}
@@ -23,3 +23,4 @@ export declare class DomService {
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DomService, never>;
24
24
  static ɵprov: i0.ɵɵInjectableDeclaration<DomService>;
25
25
  }
26
+ //# sourceMappingURL=dom.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dom.service.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/services/dom.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAE,wBAAwB,EAAE,YAAY,EAA+B,QAAQ,EAAC,MAAM,eAAe,CAAC;AAE5H,OAAO,EAAC,aAAa,EAAE,gBAAgB,EAAC,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAC,cAAc,EAAC,MAAM,qBAAqB,CAAC;;AAEnD,qBAGa,UAAU;IAGnB,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,gBAAgB;gBAHhB,wBAAwB,EAAE,wBAAwB,EAClD,MAAM,EAAE,cAAc,EACtB,QAAQ,EAAE,QAAQ,EAClB,gBAAgB,EAAE,gBAAgB;IAE5C,OAAO,CAAC,mBAAmB,CAAiB;IAC5C,OAAO,CAAC,iBAAiB,CAA2C;IACpE,OAAO,CAAC,mBAAmB,CAAQ;IAEnC,OAAO,CAAC,oBAAoB,CAAiB;IAC7C,OAAO,CAAC,kBAAkB,CAA4C;IAEtE,aAAa;IAKb,wBAAwB;IAUxB,cAAc;IAId,sBAAsB;IAKtB,qBAAqB,CAAC,CAAC,EAAE,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,EAAE,cAAc,GAAG,YAAY,CAAC,CAAC,CAAC;IAYjG,+DAA+D;IAC/D,OAAO,CAAC,qBAAqB;yCApDlB,UAAU;6CAAV,UAAU;CAuDtB"}
@@ -12,3 +12,4 @@ export declare class HistoryService {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<HistoryService, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<HistoryService>;
14
14
  }
15
+ //# sourceMappingURL=history.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"history.service.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/services/history.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAmB,MAAM,EAAE,MAAM,iBAAiB,CAAC;;AAE1D,qBAGa,cAAc;IAGb,OAAO,CAAC,MAAM;IAF1B,OAAO,CAAC,OAAO,CAAgB;gBAEX,MAAM,EAAE,MAAM;IAElC,eAAe;IAWf,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE;IAUnB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE;IAQvB,sBAAsB,CAAC,IAAI,EAAE,MAAM,EAAE;IAIrC,sBAAsB,CAAC,IAAI,EAAE,MAAM,EAAE;yCAtC1B,cAAc;6CAAd,cAAc;CAyC1B"}
@@ -15,3 +15,4 @@ export declare class MultiSelectionService {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectionService, never>;
16
16
  static ɵprov: i0.ɵɵInjectableDeclaration<MultiSelectionService>;
17
17
  }
18
+ //# sourceMappingURL=multiple-selection.service.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multiple-selection.service.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/services/multiple-selection.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,SAAS,EAAE,MAAM,eAAe,CAAC;AAGtD,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;;AAEjE,qBACa,qBAAqB;IAC9B,OAAO,CAAC,KAAK,CAA2B;IACxC,OAAO,CAAC,YAAY,CAAe;IACnC,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,aAAa,CAAoC;IACzD,cAAc,sCAAqC;;IAInD,MAAM,CAAC,KAAK,EAAE,SAAS,CAAC,aAAa,CAAC,EAAE,gBAAgB,GAAE,OAAe,GAAG,IAAI;IAoChF,OAAO,CAAC,YAAY;IAepB,UAAU;IAIV,OAAO;yCAhEE,qBAAqB;6CAArB,qBAAqB;CAmEjC"}
@@ -1 +1,2 @@
1
1
  export declare const compareArrays: <TItem>(a: TItem[], b: TItem[]) => boolean;
2
+ //# sourceMappingURL=array.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"array.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/utils/array.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,GAAI,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,GAAG,KAAK,EAAE,YACiB,CAAC"}
@@ -10,3 +10,4 @@ export declare class HtmlContainer {
10
10
  attach(component: Type<any>): ComponentRef<any>;
11
11
  dispose(): void;
12
12
  }
13
+ //# sourceMappingURL=html-container.class.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"html-container.class.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/utils/html-container.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,wBAAwB,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAmB,MAAM,eAAe,CAAC;AAExH,qBAAa,aAAa;IAMpB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,wBAAwB;IAChC,OAAO,CAAC,QAAQ;IARlB,OAAO,CAAC,QAAQ,CAAkB;IAElC,OAAO,CAAC,SAAS,CAAa;gBAGpB,WAAW,EAAE,OAAO,EACpB,MAAM,EAAE,cAAc,EACtB,wBAAwB,EAAE,wBAAwB,EAClD,QAAQ,EAAE,QAAQ;IAG5B,MAAM,CAAC,SAAS,EAAE,IAAI,CAAC,GAAG,CAAC,GAAG,YAAY,CAAC,GAAG,CAAC;IAqB/C,OAAO;CAKV"}
@@ -3,3 +3,4 @@ export interface SelectionItem {
3
3
  isActive: () => boolean;
4
4
  setActive: (isActive: boolean) => void;
5
5
  }
6
+ //# sourceMappingURL=slection-item.interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slection-item.interface.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/utils/slection-item.interface.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,UAAU,EAAE,MAAM,OAAO,CAAC;IAC1B,QAAQ,EAAE,MAAM,OAAO,CAAC;IACxB,SAAS,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC1C"}
@@ -1 +1,2 @@
1
1
  export declare const uuid: () => string;
2
+ //# sourceMappingURL=uuid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uuid.d.ts","sourceRoot":"","sources":["../../../../../projects/angular-components/src/lib/utils/uuid.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,cAMhB,CAAC"}
@@ -9,3 +9,4 @@ export declare class WiziComponentsModule {
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<WiziComponentsModule, never, [typeof i1.CommonModule, typeof i2.SharedComponentsModule, typeof i3.SharedDirectives, typeof i4.SharedPipes, typeof i5.NwbAllModule], [typeof i2.SharedComponentsModule, typeof i3.SharedDirectives, typeof i4.SharedPipes]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<WiziComponentsModule>;
11
11
  }
12
+ //# sourceMappingURL=wizi-components.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wizi-components.module.d.ts","sourceRoot":"","sources":["../../../../projects/angular-components/src/lib/wizi-components.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBASa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAAG"}