@ng-atomic/components 19.0.0-preview.8 → 19.1.1

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 (500) hide show
  1. package/atoms/badge/index.d.ts +9 -1
  2. package/atoms/chips-input/index.d.ts +23 -1
  3. package/atoms/icon/index.d.ts +15 -1
  4. package/atoms/index.d.ts +28 -1
  5. package/atoms/logo/index.d.ts +17 -0
  6. package/atoms/menu-button/index.d.ts +24 -1
  7. package/atoms/value-cell/index.d.ts +51 -0
  8. package/extras/editor/index.d.ts +38 -1
  9. package/extras/index.d.ts +13 -1
  10. package/fesm2022/ng-atomic-components-atoms-badge.mjs +4 -6
  11. package/fesm2022/ng-atomic-components-atoms-badge.mjs.map +1 -1
  12. package/fesm2022/ng-atomic-components-atoms-chips-input.mjs +4 -4
  13. package/fesm2022/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  14. package/fesm2022/ng-atomic-components-atoms-icon.mjs +5 -5
  15. package/fesm2022/ng-atomic-components-atoms-icon.mjs.map +1 -1
  16. package/fesm2022/ng-atomic-components-atoms-logo.mjs +48 -0
  17. package/fesm2022/ng-atomic-components-atoms-logo.mjs.map +1 -0
  18. package/fesm2022/ng-atomic-components-atoms-menu-button.mjs +10 -10
  19. package/fesm2022/ng-atomic-components-atoms-menu-button.mjs.map +1 -1
  20. package/fesm2022/ng-atomic-components-atoms-value-cell.mjs +345 -0
  21. package/fesm2022/ng-atomic-components-atoms-value-cell.mjs.map +1 -0
  22. package/fesm2022/ng-atomic-components-atoms.mjs +6 -4
  23. package/fesm2022/ng-atomic-components-atoms.mjs.map +1 -1
  24. package/fesm2022/ng-atomic-components-extras-editor.mjs +22 -9
  25. package/fesm2022/ng-atomic-components-extras-editor.mjs.map +1 -1
  26. package/fesm2022/ng-atomic-components-extras.mjs +4 -4
  27. package/fesm2022/ng-atomic-components-extras.mjs.map +1 -1
  28. package/fesm2022/ng-atomic-components-frames-app.mjs +76 -34
  29. package/fesm2022/ng-atomic-components-frames-app.mjs.map +1 -1
  30. package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +7 -7
  31. package/fesm2022/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  32. package/fesm2022/ng-atomic-components-frames-breadcrumb-navbar.mjs +109 -0
  33. package/fesm2022/ng-atomic-components-frames-breadcrumb-navbar.mjs.map +1 -0
  34. package/fesm2022/ng-atomic-components-frames-card.mjs +4 -4
  35. package/fesm2022/ng-atomic-components-frames-card.mjs.map +1 -1
  36. package/fesm2022/ng-atomic-components-frames-columns.mjs +21 -21
  37. package/fesm2022/ng-atomic-components-frames-columns.mjs.map +1 -1
  38. package/fesm2022/ng-atomic-components-frames-divider.mjs +8 -6
  39. package/fesm2022/ng-atomic-components-frames-divider.mjs.map +1 -1
  40. package/fesm2022/ng-atomic-components-frames-drawer.mjs +94 -16
  41. package/fesm2022/ng-atomic-components-frames-drawer.mjs.map +1 -1
  42. package/fesm2022/ng-atomic-components-frames-entrance.mjs +8 -8
  43. package/fesm2022/ng-atomic-components-frames-entrance.mjs.map +1 -1
  44. package/fesm2022/ng-atomic-components-frames-fab.mjs +53 -18
  45. package/fesm2022/ng-atomic-components-frames-fab.mjs.map +1 -1
  46. package/fesm2022/ng-atomic-components-frames-horizontal-divider.mjs +101 -0
  47. package/fesm2022/ng-atomic-components-frames-horizontal-divider.mjs.map +1 -0
  48. package/fesm2022/ng-atomic-components-frames-line-up.mjs +11 -11
  49. package/fesm2022/ng-atomic-components-frames-line-up.mjs.map +1 -1
  50. package/fesm2022/ng-atomic-components-frames-loading.mjs +8 -8
  51. package/fesm2022/ng-atomic-components-frames-loading.mjs.map +1 -1
  52. package/fesm2022/ng-atomic-components-frames-overlay.mjs +6 -6
  53. package/fesm2022/ng-atomic-components-frames-overlay.mjs.map +1 -1
  54. package/fesm2022/ng-atomic-components-frames-progress-bar.mjs +6 -6
  55. package/fesm2022/ng-atomic-components-frames-progress-bar.mjs.map +1 -1
  56. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs +17 -15
  57. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs.map +1 -1
  58. package/fesm2022/ng-atomic-components-frames-scroll.mjs +14 -18
  59. package/fesm2022/ng-atomic-components-frames-scroll.mjs.map +1 -1
  60. package/fesm2022/ng-atomic-components-frames-side-app.mjs +6 -6
  61. package/fesm2022/ng-atomic-components-frames-side-app.mjs.map +1 -1
  62. package/fesm2022/ng-atomic-components-frames-side-nav.mjs +13 -8
  63. package/fesm2022/ng-atomic-components-frames-side-nav.mjs.map +1 -1
  64. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs +4 -4
  65. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  66. package/fesm2022/ng-atomic-components-frames-tabs.mjs +24 -29
  67. package/fesm2022/ng-atomic-components-frames-tabs.mjs.map +1 -1
  68. package/fesm2022/ng-atomic-components-frames-toggle.mjs +3 -3
  69. package/fesm2022/ng-atomic-components-frames-toggle.mjs.map +1 -1
  70. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs +5 -5
  71. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs.map +1 -1
  72. package/fesm2022/ng-atomic-components-frames.mjs +8 -4
  73. package/fesm2022/ng-atomic-components-frames.mjs.map +1 -1
  74. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs +7 -8
  75. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs.map +1 -1
  76. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs +6 -6
  77. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  78. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs +6 -6
  79. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  80. package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs +7 -8
  81. package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  82. package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs +22 -18
  83. package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  84. package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs +14 -18
  85. package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs.map +1 -1
  86. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs +25 -26
  87. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs.map +1 -1
  88. package/fesm2022/ng-atomic-components-molecules-grid-item.mjs +5 -5
  89. package/fesm2022/ng-atomic-components-molecules-grid-item.mjs.map +1 -1
  90. package/fesm2022/ng-atomic-components-molecules-header.mjs +6 -6
  91. package/fesm2022/ng-atomic-components-molecules-header.mjs.map +1 -1
  92. package/fesm2022/ng-atomic-components-molecules-list-item.mjs +10 -10
  93. package/fesm2022/ng-atomic-components-molecules-list-item.mjs.map +1 -1
  94. package/fesm2022/ng-atomic-components-molecules-loading-box.mjs +8 -8
  95. package/fesm2022/ng-atomic-components-molecules-loading-box.mjs.map +1 -1
  96. package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +8 -8
  97. package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  98. package/fesm2022/ng-atomic-components-molecules-nested-menu.mjs +7 -4
  99. package/fesm2022/ng-atomic-components-molecules-nested-menu.mjs.map +1 -1
  100. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +9 -11
  101. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  102. package/fesm2022/ng-atomic-components-molecules-text-column.mjs +56 -113
  103. package/fesm2022/ng-atomic-components-molecules-text-column.mjs.map +1 -1
  104. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs +8 -10
  105. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  106. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs +7 -8
  107. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  108. package/fesm2022/ng-atomic-components-molecules-thread-message.mjs +134 -0
  109. package/fesm2022/ng-atomic-components-molecules-thread-message.mjs.map +1 -0
  110. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs +100 -46
  111. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
  112. package/fesm2022/ng-atomic-components-molecules.mjs +10 -557
  113. package/fesm2022/ng-atomic-components-molecules.mjs.map +1 -1
  114. package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +8 -8
  115. package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  116. package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +8 -8
  117. package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs.map +1 -1
  118. package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs +6 -6
  119. package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs.map +1 -1
  120. package/fesm2022/ng-atomic-components-organisms-breadcrumb-navbar.mjs +201 -0
  121. package/fesm2022/ng-atomic-components-organisms-breadcrumb-navbar.mjs.map +1 -0
  122. package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs +4 -4
  123. package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  124. package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs +6 -6
  125. package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs.map +1 -1
  126. package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +4 -4
  127. package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  128. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +8 -8
  129. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  130. package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs +11 -11
  131. package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs.map +1 -1
  132. package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +9 -14
  133. package/fesm2022/ng-atomic-components-organisms-definition-list.mjs.map +1 -1
  134. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +8 -8
  135. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs.map +1 -1
  136. package/fesm2022/ng-atomic-components-organisms-filters-section.mjs +4 -4
  137. package/fesm2022/ng-atomic-components-organisms-filters-section.mjs.map +1 -1
  138. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs +3 -3
  139. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -1
  140. package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs +5 -5
  141. package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs.map +1 -1
  142. package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs +7 -7
  143. package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs.map +1 -1
  144. package/fesm2022/ng-atomic-components-organisms-heading.mjs +5 -5
  145. package/fesm2022/ng-atomic-components-organisms-heading.mjs.map +1 -1
  146. package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs +3 -3
  147. package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs.map +1 -1
  148. package/fesm2022/ng-atomic-components-organisms-list.mjs +11 -10
  149. package/fesm2022/ng-atomic-components-organisms-list.mjs.map +1 -1
  150. package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs +6 -6
  151. package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs.map +1 -1
  152. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +8 -8
  153. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs.map +1 -1
  154. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +8 -8
  155. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs.map +1 -1
  156. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs +15 -7
  157. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs.map +1 -1
  158. package/fesm2022/ng-atomic-components-organisms-message-input-section.mjs +3 -3
  159. package/fesm2022/ng-atomic-components-organisms-message-input-section.mjs.map +1 -1
  160. package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +5 -5
  161. package/fesm2022/ng-atomic-components-organisms-messages-section.mjs.map +1 -1
  162. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +8 -8
  163. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  164. package/fesm2022/ng-atomic-components-organisms-navigator.mjs +8 -8
  165. package/fesm2022/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  166. package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +8 -8
  167. package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs.map +1 -1
  168. package/fesm2022/ng-atomic-components-organisms-paginator.mjs +8 -8
  169. package/fesm2022/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  170. package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +8 -8
  171. package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs.map +1 -1
  172. package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +8 -8
  173. package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  174. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +3 -3
  175. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs.map +1 -1
  176. package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs +8 -8
  177. package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs.map +1 -1
  178. package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +4 -4
  179. package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  180. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs +9 -9
  181. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs.map +1 -1
  182. package/fesm2022/ng-atomic-components-organisms-table.mjs +95 -22
  183. package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -1
  184. package/fesm2022/ng-atomic-components-organisms-terminal.mjs +4 -4
  185. package/fesm2022/ng-atomic-components-organisms-terminal.mjs.map +1 -1
  186. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +8 -8
  187. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  188. package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs +7 -10
  189. package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs.map +1 -1
  190. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +15 -12
  191. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  192. package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs +39 -74
  193. package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs.map +1 -1
  194. package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs +3 -3
  195. package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs.map +1 -1
  196. package/fesm2022/ng-atomic-components-organisms-toolbar.mjs +4 -4
  197. package/fesm2022/ng-atomic-components-organisms-toolbar.mjs.map +1 -1
  198. package/fesm2022/ng-atomic-components-organisms-tree-list.mjs +7 -7
  199. package/fesm2022/ng-atomic-components-organisms-tree-list.mjs.map +1 -1
  200. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs +3 -3
  201. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs.map +1 -1
  202. package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs +3 -3
  203. package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs.map +1 -1
  204. package/fesm2022/ng-atomic-components-organisms-video-section.mjs +15 -15
  205. package/fesm2022/ng-atomic-components-organisms-video-section.mjs.map +1 -1
  206. package/fesm2022/ng-atomic-components-organisms.mjs +12 -29
  207. package/fesm2022/ng-atomic-components-organisms.mjs.map +1 -1
  208. package/fesm2022/ng-atomic-components-pages-_index.mjs +58 -30
  209. package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -1
  210. package/fesm2022/ng-atomic-components-pages-blank.mjs +3 -3
  211. package/fesm2022/ng-atomic-components-pages-blank.mjs.map +1 -1
  212. package/fesm2022/ng-atomic-components-pages-columns.mjs +10 -11
  213. package/fesm2022/ng-atomic-components-pages-columns.mjs.map +1 -1
  214. package/fesm2022/ng-atomic-components-pages-form.mjs +20 -18
  215. package/fesm2022/ng-atomic-components-pages-form.mjs.map +1 -1
  216. package/fesm2022/ng-atomic-components-pages-terms.mjs +6 -6
  217. package/fesm2022/ng-atomic-components-pages-terms.mjs.map +1 -1
  218. package/fesm2022/ng-atomic-components-pages.mjs +7 -5
  219. package/fesm2022/ng-atomic-components-pages.mjs.map +1 -1
  220. package/fesm2022/ng-atomic-components-services-global-iframe.mjs +241 -0
  221. package/fesm2022/ng-atomic-components-services-global-iframe.mjs.map +1 -0
  222. package/fesm2022/ng-atomic-components-templates-_index.mjs +196 -103
  223. package/fesm2022/ng-atomic-components-templates-_index.mjs.map +1 -1
  224. package/fesm2022/ng-atomic-components-templates-background.mjs +7 -7
  225. package/fesm2022/ng-atomic-components-templates-background.mjs.map +1 -1
  226. package/fesm2022/ng-atomic-components-templates-code-editor.mjs +8 -8
  227. package/fesm2022/ng-atomic-components-templates-code-editor.mjs.map +1 -1
  228. package/fesm2022/ng-atomic-components-templates-columns.mjs +9 -9
  229. package/fesm2022/ng-atomic-components-templates-columns.mjs.map +1 -1
  230. package/fesm2022/ng-atomic-components-templates-entrance.mjs +8 -8
  231. package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -1
  232. package/fesm2022/ng-atomic-components-templates-file-tree.mjs +4 -4
  233. package/fesm2022/ng-atomic-components-templates-file-tree.mjs.map +1 -1
  234. package/fesm2022/ng-atomic-components-templates-form.mjs +34 -21
  235. package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -1
  236. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +12 -10
  237. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs.map +1 -1
  238. package/fesm2022/ng-atomic-components-templates-loading.mjs +3 -3
  239. package/fesm2022/ng-atomic-components-templates-loading.mjs.map +1 -1
  240. package/fesm2022/ng-atomic-components-templates-menu.mjs +8 -8
  241. package/fesm2022/ng-atomic-components-templates-menu.mjs.map +1 -1
  242. package/fesm2022/ng-atomic-components-templates-selection.mjs +9 -9
  243. package/fesm2022/ng-atomic-components-templates-selection.mjs.map +1 -1
  244. package/fesm2022/ng-atomic-components-templates-settings.mjs +5 -5
  245. package/fesm2022/ng-atomic-components-templates-settings.mjs.map +1 -1
  246. package/fesm2022/ng-atomic-components-templates-tab-editor.mjs +4 -4
  247. package/fesm2022/ng-atomic-components-templates-tab-editor.mjs.map +1 -1
  248. package/fesm2022/ng-atomic-components-templates-term.mjs +6 -6
  249. package/fesm2022/ng-atomic-components-templates-term.mjs.map +1 -1
  250. package/fesm2022/{ng-atomic-components-templates-messages.mjs → ng-atomic-components-templates-thread.mjs} +39 -26
  251. package/fesm2022/ng-atomic-components-templates-thread.mjs.map +1 -0
  252. package/fesm2022/ng-atomic-components-templates.mjs +6 -4
  253. package/fesm2022/ng-atomic-components-templates.mjs.map +1 -1
  254. package/fesm2022/ng-atomic-components.mjs.map +1 -1
  255. package/frames/app/index.d.ts +253 -1
  256. package/frames/auto-layout/index.d.ts +14 -1
  257. package/frames/breadcrumb-navbar/index.d.ts +48 -0
  258. package/frames/card/index.d.ts +8 -1
  259. package/frames/columns/index.d.ts +58 -1
  260. package/frames/divider/index.d.ts +28 -1
  261. package/frames/drawer/index.d.ts +31 -1
  262. package/frames/entrance/index.d.ts +22 -1
  263. package/frames/fab/index.d.ts +44 -2
  264. package/frames/horizontal-divider/index.d.ts +28 -0
  265. package/frames/index.d.ts +15 -1
  266. package/frames/line-up/index.d.ts +51 -2
  267. package/frames/loading/index.d.ts +15 -1
  268. package/frames/overlay/index.d.ts +16 -1
  269. package/frames/progress-bar/index.d.ts +17 -1
  270. package/frames/router-outlet/index.d.ts +61 -2
  271. package/frames/scroll/index.d.ts +12 -1
  272. package/frames/side-app/index.d.ts +23 -1
  273. package/frames/side-nav/index.d.ts +58 -1
  274. package/frames/smart-menu/index.d.ts +16 -1
  275. package/frames/tabs/index.d.ts +12 -1
  276. package/frames/toggle/index.d.ts +12 -1
  277. package/frames/vertical-hide/index.d.ts +9 -1
  278. package/index.d.ts +5 -1
  279. package/molecules/action-input-field/index.d.ts +26 -1
  280. package/molecules/actions-column/index.d.ts +57 -1
  281. package/molecules/checkbox-column/index.d.ts +42 -1
  282. package/molecules/chips-input-field/index.d.ts +73 -1
  283. package/molecules/date-input-field/index.d.ts +22 -1
  284. package/molecules/date-range-input-field/index.d.ts +20 -1
  285. package/molecules/file-input-field/index.d.ts +43 -1
  286. package/molecules/grid-item/index.d.ts +15 -1
  287. package/molecules/header/index.d.ts +16 -1
  288. package/molecules/index.d.ts +5 -1
  289. package/molecules/list-item/index.d.ts +55 -1
  290. package/molecules/loading-box/index.d.ts +27 -1
  291. package/molecules/navigation-list-item/index.d.ts +17 -1
  292. package/molecules/nested-menu/index.d.ts +13 -1
  293. package/molecules/select-input-field/index.d.ts +26 -1
  294. package/molecules/text-column/index.d.ts +55 -1
  295. package/molecules/text-input-field/index.d.ts +24 -1
  296. package/molecules/textarea-field/index.d.ts +26 -1
  297. package/molecules/thread-message/index.d.ts +75 -0
  298. package/molecules/tree-column/index.d.ts +58 -1
  299. package/organisms/action-buttons-section/index.d.ts +16 -1
  300. package/organisms/action-input-section/index.d.ts +20 -1
  301. package/organisms/agreement-input-section/index.d.ts +20 -1
  302. package/organisms/breadcrumb-navbar/index.d.ts +66 -0
  303. package/organisms/card-input-section/index.d.ts +12 -1
  304. package/organisms/chips-input-section/index.d.ts +20 -1
  305. package/organisms/cvc-and-exp-input-section/index.d.ts +13 -1
  306. package/organisms/date-input-section/index.d.ts +21 -1
  307. package/organisms/date-range-input-section/index.d.ts +24 -1
  308. package/organisms/definition-list/index.d.ts +15 -1
  309. package/organisms/file-input-section/index.d.ts +28 -1
  310. package/organisms/filters-section/index.d.ts +23 -1
  311. package/organisms/graphql-editor/index.d.ts +31 -1
  312. package/organisms/grid-cards-section/index.d.ts +17 -1
  313. package/organisms/grid-toolbar/index.d.ts +22 -1
  314. package/organisms/heading/index.d.ts +9 -1
  315. package/organisms/image-preview-section/index.d.ts +10 -1
  316. package/organisms/index.d.ts +5 -1
  317. package/organisms/list/index.d.ts +55 -1
  318. package/organisms/markdown-preview-section/index.d.ts +14 -1
  319. package/organisms/menu-footer/index.d.ts +21 -1
  320. package/organisms/menu-header/index.d.ts +27 -1
  321. package/organisms/mermaid-section/index.d.ts +17 -1
  322. package/organisms/message-input-section/index.d.ts +17 -1
  323. package/organisms/messages-section/index.d.ts +14 -1
  324. package/organisms/navigation-list/index.d.ts +16 -1
  325. package/organisms/navigator/index.d.ts +38 -1
  326. package/organisms/number-input-section/index.d.ts +22 -1
  327. package/organisms/paginator/index.d.ts +27 -1
  328. package/organisms/password-input-section/index.d.ts +22 -1
  329. package/organisms/select-input-section/index.d.ts +25 -1
  330. package/organisms/selection-list/index.d.ts +20 -1
  331. package/organisms/slider-input-section/index.d.ts +32 -1
  332. package/organisms/social-login-section/index.d.ts +10 -1
  333. package/organisms/stripe-input-section/index.d.ts +180 -1
  334. package/organisms/table/index.d.ts +167 -3
  335. package/organisms/terminal/index.d.ts +13 -1
  336. package/organisms/text-input-section/index.d.ts +22 -1
  337. package/organisms/text-preview-section/index.d.ts +18 -1
  338. package/organisms/textarea-section/index.d.ts +28 -1
  339. package/organisms/thread-messages-section/index.d.ts +24 -1
  340. package/organisms/time-range-input-section/index.d.ts +13 -1
  341. package/organisms/toolbar/index.d.ts +16 -1
  342. package/organisms/tree-list/index.d.ts +39 -1
  343. package/organisms/tree-section/index.d.ts +52 -1
  344. package/organisms/vertical-divider/index.d.ts +8 -1
  345. package/organisms/video-section/index.d.ts +45 -1
  346. package/package.json +57 -33
  347. package/pages/_index/index.d.ts +344 -1
  348. package/pages/blank/index.d.ts +13 -3
  349. package/pages/columns/index.d.ts +66 -1
  350. package/pages/form/index.d.ts +253 -1
  351. package/pages/index.d.ts +21 -1
  352. package/pages/terms/index.d.ts +63 -1
  353. package/services/global-iframe/index.d.ts +69 -0
  354. package/styles/styles.scss +2 -1
  355. package/templates/_index/index.d.ts +316 -1
  356. package/templates/background/index.d.ts +14 -1
  357. package/templates/code-editor/index.d.ts +26 -1
  358. package/templates/columns/index.d.ts +69 -1
  359. package/templates/entrance/index.d.ts +35 -1
  360. package/templates/file-tree/index.d.ts +27 -1
  361. package/templates/form/index.d.ts +114 -2
  362. package/templates/icon-button-menu/index.d.ts +17 -1
  363. package/templates/index.d.ts +64 -1
  364. package/templates/loading/index.d.ts +8 -1
  365. package/templates/menu/index.d.ts +16 -1
  366. package/templates/selection/index.d.ts +29 -1
  367. package/templates/settings/index.d.ts +18 -1
  368. package/templates/tab-editor/index.d.ts +11 -1
  369. package/templates/term/index.d.ts +27 -1
  370. package/templates/thread/index.d.ts +36 -0
  371. package/atoms/atoms.module.d.ts +0 -17
  372. package/atoms/badge/badge.atom.d.ts +0 -6
  373. package/atoms/chips-input/chips-input.atom.d.ts +0 -20
  374. package/atoms/icon/icon.atom.d.ts +0 -12
  375. package/atoms/menu-button/menu-button.atom.d.ts +0 -22
  376. package/components.module.d.ts +0 -2
  377. package/extras/editor/editor.component.d.ts +0 -32
  378. package/extras/extras.module.d.ts +0 -10
  379. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +0 -6
  380. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs.map +0 -1
  381. package/fesm2022/ng-atomic-components-templates-messages.mjs.map +0 -1
  382. package/frames/app/app.frame.d.ts +0 -150
  383. package/frames/auto-layout/auto-layout.frame.d.ts +0 -11
  384. package/frames/card/card.frame.d.ts +0 -5
  385. package/frames/columns/columns.frame.d.ts +0 -54
  386. package/frames/divider/divider.frame.d.ts +0 -26
  387. package/frames/drawer/drawer.frame.d.ts +0 -15
  388. package/frames/entrance/entrance.frame.d.ts +0 -19
  389. package/frames/fab/fab.frame.d.ts +0 -30
  390. package/frames/fab/fab.service.d.ts +0 -12
  391. package/frames/frames.module.d.ts +0 -12
  392. package/frames/line-up/line-up.animations.d.ts +0 -1
  393. package/frames/line-up/line-up.frame.d.ts +0 -27
  394. package/frames/line-up/line-up.service.d.ts +0 -22
  395. package/frames/line-up/resize-observer.d.ts +0 -3
  396. package/frames/loading/loading.frame.d.ts +0 -12
  397. package/frames/overlay/overlay.frame.d.ts +0 -13
  398. package/frames/progress-bar/progress-bar.frame.d.ts +0 -14
  399. package/frames/router-outlet/router-outlet.frame.d.ts +0 -50
  400. package/frames/router-outlet/router-outlet.helper.d.ts +0 -6
  401. package/frames/scroll/scroll.frame.d.ts +0 -9
  402. package/frames/scroll-v2/index.d.ts +0 -1
  403. package/frames/side-app/side-app.frame.d.ts +0 -20
  404. package/frames/side-nav/side-nav.frame.d.ts +0 -51
  405. package/frames/smart-menu/smart-menu.frame.d.ts +0 -13
  406. package/frames/tabs/tabs.frame.d.ts +0 -10
  407. package/frames/toggle/toggle.frame.d.ts +0 -9
  408. package/frames/vertical-hide/vertical-hide.frame.d.ts +0 -6
  409. package/molecules/action-input-field/action-input-field.molecule.d.ts +0 -24
  410. package/molecules/actions-column/actions-column.molecule.d.ts +0 -53
  411. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +0 -40
  412. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +0 -68
  413. package/molecules/date-input-field/date-input-field.molecule.d.ts +0 -19
  414. package/molecules/date-range-input-field/date-range-input-field.molecule.d.ts +0 -19
  415. package/molecules/file-input-field/file-input-field.molecule.d.ts +0 -43
  416. package/molecules/grid-item/grid-item.molecule.d.ts +0 -13
  417. package/molecules/header/header.molecule.d.ts +0 -13
  418. package/molecules/list-item/list-item.molecule.d.ts +0 -51
  419. package/molecules/loading-box/loading-box.molecule.d.ts +0 -23
  420. package/molecules/molecules.module.d.ts +0 -54
  421. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +0 -15
  422. package/molecules/nested-menu/nested-menu.molecule.d.ts +0 -10
  423. package/molecules/select-input-field/select-input-field.molecule.d.ts +0 -22
  424. package/molecules/text-column/text-column.molecule.d.ts +0 -59
  425. package/molecules/text-input-field/text-input-field.molecule.d.ts +0 -21
  426. package/molecules/textarea-field/textarea-field.molecule.d.ts +0 -23
  427. package/molecules/tree-column/tree-column.molecule.d.ts +0 -42
  428. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +0 -13
  429. package/organisms/action-input-section/action-input-section.organism.d.ts +0 -18
  430. package/organisms/agreement-input-section/agreement-input-section.organism.d.ts +0 -17
  431. package/organisms/card-input-section/card-input-section.organism.d.ts +0 -9
  432. package/organisms/chips-input-section/chips-input-section.organism.d.ts +0 -17
  433. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +0 -10
  434. package/organisms/date-input-section/date-input-section.organism.d.ts +0 -18
  435. package/organisms/date-range-input-section/date-range-input-section.organism.d.ts +0 -21
  436. package/organisms/definition-list/definition-list.organism.d.ts +0 -12
  437. package/organisms/file-input-section/file-input-section.organism.d.ts +0 -26
  438. package/organisms/filters-section/filters-section.organism.d.ts +0 -20
  439. package/organisms/graphql-editor/graphql-editor.organism.d.ts +0 -29
  440. package/organisms/grid-cards-section/grid-cards-section.organism.d.ts +0 -15
  441. package/organisms/grid-toolbar/grid-toolbar.organism.d.ts +0 -19
  442. package/organisms/heading/heading.organism.d.ts +0 -6
  443. package/organisms/image-preview-section/image-preview-section.organism.d.ts +0 -7
  444. package/organisms/list/list.organism.d.ts +0 -50
  445. package/organisms/markdown-preview-section/markdown-preview-section.organism.d.ts +0 -11
  446. package/organisms/menu-footer/menu-footer.organism.d.ts +0 -18
  447. package/organisms/menu-header/menu-header.organism.d.ts +0 -23
  448. package/organisms/mermaid-section/mermaid-section.organism.d.ts +0 -14
  449. package/organisms/message-input-section/message-input-section.organism.d.ts +0 -14
  450. package/organisms/messages-section/messages-section.organism.d.ts +0 -11
  451. package/organisms/navigation-list/navigation-list.organism.d.ts +0 -14
  452. package/organisms/navigator/navigator.organism.d.ts +0 -35
  453. package/organisms/number-input-section/number-input-section.organism.d.ts +0 -19
  454. package/organisms/organisms.module.d.ts +0 -120
  455. package/organisms/paginator/paginator.organism.d.ts +0 -24
  456. package/organisms/password-input-section/password-input-section.organism.d.ts +0 -19
  457. package/organisms/select-input-section/select-input-section.organism.d.ts +0 -22
  458. package/organisms/selection-list/selection-list.organism.d.ts +0 -19
  459. package/organisms/slider-input-section/slider-input-section.organism.d.ts +0 -28
  460. package/organisms/social-login-section/social-login-section.organism.d.ts +0 -7
  461. package/organisms/stripe-input-section/stripe-input-section.organism.d.ts +0 -172
  462. package/organisms/table/table.helpers.d.ts +0 -44
  463. package/organisms/table/table.organism.d.ts +0 -105
  464. package/organisms/terminal/terminal.organism.d.ts +0 -10
  465. package/organisms/text-input-section/text-input-section.organism.d.ts +0 -19
  466. package/organisms/text-preview-section/text-preview-section.organism.d.ts +0 -15
  467. package/organisms/textarea-section/textarea-section.organism.d.ts +0 -20
  468. package/organisms/thread-messages-section/thread-messages-section.organism.d.ts +0 -14
  469. package/organisms/time-range-input-section/time-range-input-section.organism.d.ts +0 -9
  470. package/organisms/toolbar/toolbar.organism.d.ts +0 -15
  471. package/organisms/tree-list/tree-list.organism.d.ts +0 -33
  472. package/organisms/tree-section/tree-section.organism.d.ts +0 -49
  473. package/organisms/vertical-divider/vertical-divider.organism.d.ts +0 -5
  474. package/organisms/video-section/video-section.organism.d.ts +0 -41
  475. package/pages/_index/index.page.d.ts +0 -219
  476. package/pages/blank/blank.page.d.ts +0 -5
  477. package/pages/blank/blank.route.d.ts +0 -2
  478. package/pages/blank/blank.routes.d.ts +0 -2
  479. package/pages/columns/columns.page.d.ts +0 -63
  480. package/pages/form/form.page.d.ts +0 -162
  481. package/pages/pages.module.d.ts +0 -11
  482. package/pages/terms/terms.page.d.ts +0 -60
  483. package/templates/_index/index.template.d.ts +0 -296
  484. package/templates/background/background.template.d.ts +0 -11
  485. package/templates/code-editor/code-editor.template.d.ts +0 -24
  486. package/templates/columns/columns.template.d.ts +0 -64
  487. package/templates/entrance/entrance.template.d.ts +0 -33
  488. package/templates/file-tree/file-tree.template.d.ts +0 -24
  489. package/templates/form/form.builder.d.ts +0 -40
  490. package/templates/form/form.template.d.ts +0 -74
  491. package/templates/icon-button-menu/icon-button-menu.template.d.ts +0 -14
  492. package/templates/loading/loading.template.d.ts +0 -5
  493. package/templates/menu/menu.template.d.ts +0 -15
  494. package/templates/messages/index.d.ts +0 -1
  495. package/templates/messages/messages.template.d.ts +0 -33
  496. package/templates/selection/selection.template.d.ts +0 -28
  497. package/templates/settings/settings.template.d.ts +0 -16
  498. package/templates/tab-editor/tab-editor.template.d.ts +0 -8
  499. package/templates/templates.module.d.ts +0 -54
  500. package/templates/term/term.template.d.ts +0 -25
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-chips-input-field.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/molecules/chips-input-field/chips-input-field.molecule.ts","../../../../../packages/@ng-atomic/components/src/lib/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.ts"],"sourcesContent":["import { COMMA, ENTER, SPACE } from '@angular/cdk/keycodes';\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, DestroyRef, Directive, inject, input, OnInit } from '@angular/core';\nimport { MatChipInputEvent, MatChipsModule } from '@angular/material/chips';\nimport { MatFormFieldAppearance } from '@angular/material/form-field';\nimport { FormControl, ReactiveFormsModule } from '@angular/forms';\nimport { ChipsManager } from '@ng-atomic/common/services/chips-manager';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\nimport { ErrorPipe } from '@ng-atomic/common/pipes/error';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { makeConfig } from '@ng-atomic/common/services/ui';\nimport { InjectableComponent, NgAtomicComponent, TokenizedType, _computed } from '@ng-atomic/core';\n\nexport interface ChipsInputMoleculeState {\n appearance: MatFormFieldAppearance;\n control: FormControl<string>;\n floatLabel: 'auto' | 'always' | 'never';\n label: string;\n hint: string;\n placeholder: string;\n separators: readonly (typeof ENTER | typeof COMMA | typeof SPACE)[];\n}\n\n@TokenizedType()\n@Directive({ standalone: true, selector: 'molecules-chips-input-field' })\nexport class ChipsInputFieldMoleculeStore extends InjectableComponent {\n static readonly Config = makeConfig(() => {\n return () => ({\n appearance: 'outline',\n control: new FormControl<string>(''),\n floatLabel: 'auto',\n label: 'label',\n hint: 'hint',\n placeholder: 'placeholder',\n separators: [ENTER, COMMA, SPACE] as const,\n });\n }, ['components', 'molecules', 'chips-input-field']);\n protected readonly config = ChipsInputFieldMoleculeStore.Config.inject();\n\n readonly appearance = input(_computed(() => this.config().appearance));\n readonly control = input(_computed(() => this.config().control));\n readonly floatLabel = input(_computed(() => this.config().floatLabel));\n readonly label = input(_computed(() => this.config().label));\n readonly hint = input(_computed(() => this.config().hint));\n readonly placeholder = input(_computed(() => this.config().placeholder));\n readonly separators = input(_computed(() => this.config().separators));\n}\n\n@Component({\n selector: 'molecules-chips-input-field',\n imports: [\n ReactiveFormsModule,\n MatChipsModule,\n MatIconModule,\n MatInputModule,\n ErrorPipe,\n ],\n template: `\n <mat-form-field [appearance]=\"store.appearance()\" [floatLabel]=\"store.floatLabel()\">\n <mat-label>{{ store.label() }}</mat-label>\n <mat-chip-grid #chipGrid>\n @for (chip of chipsManager.chips; track chip) {\n <mat-chip-row (removed)=\"remove(chip)\" [editable]=\"false\">\n {{ chip }}\n <button matChipRemove><mat-icon>cancel</mat-icon></button>\n </mat-chip-row>\n }\n <input\n matInput\n [placeholder]=\"store.placeholder()\"\n [matChipInputFor]=\"chipGrid\"\n [matChipInputSeparatorKeyCodes]=\"store.separators()\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n </mat-chip-grid>\n @if (store.hint()) {\n <mat-hint>{{ store.hint() }}</mat-hint>\n }\n <mat-error>{{ store.control().errors | error }}</mat-error>\n </mat-form-field>\n `,\n styleUrls: ['./chips-input-field.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [ChipsManager],\n hostDirectives: [\n {\n directive: ChipsInputFieldMoleculeStore,\n inputs: ['appearance', 'control', 'floatLabel', 'label', 'hint', 'placeholder', 'separators'],\n },\n ]\n})\nexport class ChipsInputFieldMolecule extends NgAtomicComponent implements OnInit {\n private readonly destroyRef = inject(DestroyRef);\n private readonly cd = inject(ChangeDetectorRef);\n protected readonly chipsManager = inject(ChipsManager);\n protected store = inject(ChipsInputFieldMoleculeStore);\n\n ngOnInit(): void {\n this.chipsManager.setValue(this.store.control().value!);\n this.store.control().valueChanges.pipe(\n takeUntilDestroyed(this.destroyRef),\n ).subscribe((value) => {\n this.chipsManager.setValue(value!);\n this.cd.markForCheck();\n });\n }\n\n protected onChiInputTokenEnd(event: MatChipInputEvent): void {\n this.chipsManager.add(event.value);\n this.store.control().setValue(this.chipsManager.getValue());\n event.input.value = '';\n }\n\n protected remove(value: string): void {\n this.chipsManager.remove(value);\n this.store.control().setValue(this.chipsManager.getValue());\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-chips-input-field.mjs","sources":["../tmp-esm2022/molecules/chips-input-field/chips-input-field.molecule.js","../tmp-esm2022/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.js"],"sourcesContent":["var ChipsInputFieldMoleculeStore_1;\nimport { __decorate } from \"tslib\";\nimport { COMMA, ENTER, SPACE } from '@angular/cdk/keycodes';\nimport { ChangeDetectionStrategy, ChangeDetectorRef, Component, DestroyRef, Directive, inject, input } from '@angular/core';\nimport { MatChipsModule } from '@angular/material/chips';\nimport { FormControl, ReactiveFormsModule } from '@angular/forms';\nimport { ChipsManager } from '@ng-atomic/common/services/chips-manager';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\nimport { ErrorPipe } from '@ng-atomic/common/pipes/error';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { makeConfig } from '@ng-atomic/common/services/ui';\nimport { InjectableComponent, NgAtomicComponent, TokenizedType, _computed } from '@ng-atomic/core';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/material/chips\";\nimport * as i2 from \"@angular/material/icon\";\nimport * as i3 from \"@angular/material/input\";\nlet ChipsInputFieldMoleculeStore = class ChipsInputFieldMoleculeStore extends InjectableComponent {\n constructor() {\n super(...arguments);\n this.config = ChipsInputFieldMoleculeStore_1.Config.inject();\n this.appearance = input(_computed(() => this.config().appearance));\n this.control = input(_computed(() => this.config().control));\n this.floatLabel = input(_computed(() => this.config().floatLabel));\n this.label = input(_computed(() => this.config().label));\n this.hint = input(_computed(() => this.config().hint));\n this.placeholder = input(_computed(() => this.config().placeholder));\n this.separators = input(_computed(() => this.config().separators));\n }\n static { ChipsInputFieldMoleculeStore_1 = this; }\n static { this.Config = makeConfig(() => {\n return () => ({\n appearance: 'outline',\n control: new FormControl(''),\n floatLabel: 'auto',\n label: 'label',\n hint: 'hint',\n placeholder: 'placeholder',\n separators: [ENTER, COMMA, SPACE],\n });\n }, ['components', 'molecules', 'chips-input-field']); }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: ChipsInputFieldMoleculeStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"17.1.0\", version: \"20.0.5\", type: ChipsInputFieldMoleculeStore, isStandalone: true, selector: \"molecules-chips-input-field\", inputs: { appearance: { classPropertyName: \"appearance\", publicName: \"appearance\", isSignal: true, isRequired: false, transformFunction: null }, control: { classPropertyName: \"control\", publicName: \"control\", isSignal: true, isRequired: false, transformFunction: null }, floatLabel: { classPropertyName: \"floatLabel\", publicName: \"floatLabel\", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: \"label\", publicName: \"label\", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: \"hint\", publicName: \"hint\", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: \"placeholder\", publicName: \"placeholder\", isSignal: true, isRequired: false, transformFunction: null }, separators: { classPropertyName: \"separators\", publicName: \"separators\", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }\n};\nChipsInputFieldMoleculeStore = ChipsInputFieldMoleculeStore_1 = __decorate([\n TokenizedType()\n], ChipsInputFieldMoleculeStore);\nexport { ChipsInputFieldMoleculeStore };\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: ChipsInputFieldMoleculeStore, decorators: [{\n type: Directive,\n args: [{ standalone: true, selector: 'molecules-chips-input-field' }]\n }] });\nexport class ChipsInputFieldMolecule extends NgAtomicComponent {\n constructor() {\n super(...arguments);\n this.destroyRef = inject(DestroyRef);\n this.cd = inject(ChangeDetectorRef);\n this.chipsManager = inject(ChipsManager);\n this.store = inject(ChipsInputFieldMoleculeStore);\n }\n ngOnInit() {\n this.chipsManager.setValue(this.store.control().value);\n this.store.control().valueChanges.pipe(takeUntilDestroyed(this.destroyRef)).subscribe((value) => {\n this.chipsManager.setValue(value);\n this.cd.markForCheck();\n });\n }\n onChiInputTokenEnd(event) {\n this.chipsManager.add(event.value);\n this.store.control().setValue(this.chipsManager.getValue());\n event.input.value = '';\n }\n remove(value) {\n this.chipsManager.remove(value);\n this.store.control().setValue(this.chipsManager.getValue());\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: ChipsInputFieldMolecule, deps: null, target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.5\", type: ChipsInputFieldMolecule, isStandalone: true, selector: \"molecules-chips-input-field\", providers: [ChipsManager], usesInheritance: true, hostDirectives: [{ directive: ChipsInputFieldMoleculeStore, inputs: [\"appearance\", \"appearance\", \"control\", \"control\", \"floatLabel\", \"floatLabel\", \"label\", \"label\", \"hint\", \"hint\", \"placeholder\", \"placeholder\", \"separators\", \"separators\"] }], ngImport: i0, template: `\n <mat-form-field [appearance]=\"store.appearance()\" [floatLabel]=\"store.floatLabel()\">\n <mat-label>{{ store.label() }}</mat-label>\n <mat-chip-grid #chipGrid>\n @for (chip of chipsManager.chips; track chip) {\n <mat-chip-row (removed)=\"remove(chip)\" [editable]=\"false\">\n {{ chip }}\n <button matChipRemove><mat-icon>cancel</mat-icon></button>\n </mat-chip-row>\n }\n <input\n matInput\n [placeholder]=\"store.placeholder()\"\n [matChipInputFor]=\"chipGrid\"\n [matChipInputSeparatorKeyCodes]=\"store.separators()\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n </mat-chip-grid>\n @if (store.hint()) {\n <mat-hint>{{ store.hint() }}</mat-hint>\n }\n <mat-error>{{ store.control().errors | error }}</mat-error>\n </mat-form-field>\n `, isInline: true, styles: [\":host{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}:host mat-form-field{width:100%;height:100%}\\n\"], dependencies: [{ kind: \"ngmodule\", type: ReactiveFormsModule }, { kind: \"ngmodule\", type: MatChipsModule }, { kind: \"component\", type: i1.MatChipGrid, selector: \"mat-chip-grid\", inputs: [\"disabled\", \"placeholder\", \"required\", \"value\", \"errorStateMatcher\"], outputs: [\"change\", \"valueChange\"] }, { kind: \"directive\", type: i1.MatChipInput, selector: \"input[matChipInputFor]\", inputs: [\"matChipInputFor\", \"matChipInputAddOnBlur\", \"matChipInputSeparatorKeyCodes\", \"placeholder\", \"id\", \"disabled\", \"readonly\", \"matChipInputDisabledInteractive\"], outputs: [\"matChipInputTokenEnd\"], exportAs: [\"matChipInput\", \"matChipInputFor\"] }, { kind: \"directive\", type: i1.MatChipRemove, selector: \"[matChipRemove]\" }, { kind: \"component\", type: i1.MatChipRow, selector: \"mat-chip-row, [mat-chip-row], mat-basic-chip-row, [mat-basic-chip-row]\", inputs: [\"editable\"], outputs: [\"edited\"] }, { kind: \"ngmodule\", type: MatIconModule }, { kind: \"component\", type: i2.MatIcon, selector: \"mat-icon\", inputs: [\"color\", \"inline\", \"svgIcon\", \"fontSet\", \"fontIcon\"], exportAs: [\"matIcon\"] }, { kind: \"ngmodule\", type: MatInputModule }, { kind: \"directive\", type: i3.MatInput, selector: \"input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]\", inputs: [\"disabled\", \"id\", \"placeholder\", \"name\", \"required\", \"type\", \"errorStateMatcher\", \"aria-describedby\", \"value\", \"readonly\", \"disabledInteractive\"], exportAs: [\"matInput\"] }, { kind: \"component\", type: i3.MatFormField, selector: \"mat-form-field\", inputs: [\"hideRequiredMarker\", \"color\", \"floatLabel\", \"appearance\", \"subscriptSizing\", \"hintLabel\"], exportAs: [\"matFormField\"] }, { kind: \"directive\", type: i3.MatLabel, selector: \"mat-label\" }, { kind: \"directive\", type: i3.MatHint, selector: \"mat-hint\", inputs: [\"align\", \"id\"] }, { kind: \"directive\", type: i3.MatError, selector: \"mat-error, [matError]\", inputs: [\"id\"] }, { kind: \"pipe\", type: ErrorPipe, name: \"error\" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: ChipsInputFieldMolecule, decorators: [{\n type: Component,\n args: [{ selector: 'molecules-chips-input-field', imports: [\n ReactiveFormsModule,\n MatChipsModule,\n MatIconModule,\n MatInputModule,\n ErrorPipe,\n ], template: `\n <mat-form-field [appearance]=\"store.appearance()\" [floatLabel]=\"store.floatLabel()\">\n <mat-label>{{ store.label() }}</mat-label>\n <mat-chip-grid #chipGrid>\n @for (chip of chipsManager.chips; track chip) {\n <mat-chip-row (removed)=\"remove(chip)\" [editable]=\"false\">\n {{ chip }}\n <button matChipRemove><mat-icon>cancel</mat-icon></button>\n </mat-chip-row>\n }\n <input\n matInput\n [placeholder]=\"store.placeholder()\"\n [matChipInputFor]=\"chipGrid\"\n [matChipInputSeparatorKeyCodes]=\"store.separators()\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n </mat-chip-grid>\n @if (store.hint()) {\n <mat-hint>{{ store.hint() }}</mat-hint>\n }\n <mat-error>{{ store.control().errors | error }}</mat-error>\n </mat-form-field>\n `, changeDetection: ChangeDetectionStrategy.OnPush, providers: [ChipsManager], hostDirectives: [\n {\n directive: ChipsInputFieldMoleculeStore,\n inputs: ['appearance', 'control', 'floatLabel', 'label', 'hint', 'placeholder', 'separators'],\n },\n ], styles: [\":host{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}:host mat-form-field{width:100%;height:100%}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcHMtaW5wdXQtZmllbGQubW9sZWN1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9tb2xlY3VsZXMvY2hpcHMtaW5wdXQtZmllbGQvY2hpcHMtaW5wdXQtZmllbGQubW9sZWN1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUM1RCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsaUJBQWlCLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUNwSSxPQUFPLEVBQXFCLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBRTVFLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDeEUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDMUQsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDaEUsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLCtCQUErQixDQUFDO0FBQzNELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxpQkFBaUIsRUFBRSxhQUFhLEVBQUUsU0FBUyxFQUFFLE1BQU0saUJBQWlCLENBQUM7Ozs7O0FBYzVGLElBQU0sNEJBQTRCLEdBQWxDLE1BQU0sNEJBQTZCLFNBQVEsbUJBQW1CO0lBQTlEOztRQVljLFdBQU0sR0FB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b3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDT01NQSwgRU5URVIsIFNQQUNFIH0gZnJvbSAnQGFuZ3VsYXIvY2RrL2tleWNvZGVzJztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDaGFuZ2VEZXRlY3RvclJlZiwgQ29tcG9uZW50LCBEZXN0cm95UmVmLCBEaXJlY3RpdmUsIGluamVjdCwgaW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTWF0Q2hpcElucHV0RXZlbnQsIE1hdENoaXBzTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvY2hpcHMnO1xuaW1wb3J0IHsgTWF0Rm9ybUZpZWxkQXBwZWFyYW5jZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xuaW1wb3J0IHsgRm9ybUNvbnRyb2wsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBDaGlwc01hbmFnZXIgfSBmcm9tICdAbmctYXRvbWljL2NvbW1vbi9zZXJ2aWNlcy9jaGlwcy1tYW5hZ2VyJztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pY29uJztcbmltcG9ydCB7IE1hdElucHV0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaW5wdXQnO1xuaW1wb3J0IHsgRXJyb3JQaXBlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21tb24vcGlwZXMvZXJyb3InO1xuaW1wb3J0IHsgdGFrZVVudGlsRGVzdHJveWVkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZS9yeGpzLWludGVyb3AnO1xuaW1wb3J0IHsgbWFrZUNvbmZpZyB9IGZyb20gJ0BuZy1hdG9taWMvY29tbW9uL3NlcnZpY2VzL3VpJztcbmltcG9ydCB7IEluamVjdGFibGVDb21wb25lbnQsIE5nQXRvbWljQ29tcG9uZW50LCBUb2tlbml6ZWRUeXBlLCBfY29tcHV0ZWQgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuXG5leHBvcnQgaW50ZXJmYWNlIENoaXBzSW5wdXRNb2xlY3VsZVN0YXRlIHtcbiAgYXBwZWFyYW5jZTogTWF0Rm9ybUZpZWxkQXBwZWFyYW5jZTtcbiAgY29udHJvbDogRm9ybUNvbnRyb2w8c3RyaW5nPjtcbiAgZmxvYXRMYWJlbDogJ2F1dG8nIHwgJ2Fsd2F5cycgfCAnbmV2ZXInO1xuICBsYWJlbDogc3RyaW5nO1xuICBoaW50OiBzdHJpbmc7XG4gIHBsYWNlaG9sZGVyOiBzdHJpbmc7XG4gIHNlcGFyYXRvcnM6IHJlYWRvbmx5ICh0eXBlb2YgRU5URVIgfCB0eXBlb2YgQ09NTUEgfCB0eXBlb2YgU1BBQ0UpW107XG59XG5cbkBUb2tlbml6ZWRUeXBlKClcbkBEaXJlY3RpdmUoeyBzdGFuZGFsb25lOiB0cnVlLCBzZWxlY3RvcjogJ21vbGVjdWxlcy1jaGlwcy1pbnB1dC1maWVsZCcgfSlcbmV4cG9ydCBjbGFzcyBDaGlwc0lucHV0RmllbGRNb2xlY3VsZVN0b3JlIGV4dGVuZHMgSW5qZWN0YWJsZUNvbXBvbmVudCB7XG4gIHN0YXRpYyByZWFkb25seSBDb25maWcgPSBtYWtlQ29uZmlnKCgpID0+IHtcbiAgICByZXR1cm4gKCkgPT4gKHtcbiAgICAgIGFwcGVhcmFuY2U6ICdvdXRsaW5lJyxcbiAgICAgIGNvbnRyb2w6IG5ldyBGb3JtQ29udHJvbDxzdHJpbmc+KCcnKSxcbiAgICAgIGZsb2F0TGFiZWw6ICdhdXRvJyxcbiAgICAgIGxhYmVsOiAnbGFiZWwnLFxuICAgICAgaGludDogJ2hpbnQnLFxuICAgICAgcGxhY2Vob2xkZXI6ICdwbGFjZWhvbGRlcicsXG4gICAgICBzZXBhcmF0b3JzOiBbRU5URVIsIENPTU1BLCBTUEFDRV0gYXMgY29uc3QsXG4gICAgfSk7XG4gIH0sIFsnY29tcG9uZW50cycsICdtb2xlY3VsZXMnLCAnY2hpcHMtaW5wdXQtZmllbGQnXSk7XG4gIHByb3RlY3RlZCByZWFkb25seSBjb25maWcgPSBDaGlwc0lucHV0RmllbGRNb2xlY3VsZVN0b3JlLkNvbmZpZy5pbmplY3QoKTtcblxuICByZWFkb25seSBhcHBlYXJhbmNlID0gaW5wdXQoX2NvbXB1dGVkKCgpID0+IHRoaXMuY29uZmlnKCkuYXBwZWFyYW5jZSkpO1xuICByZWFkb25seSBjb250cm9sID0gaW5wdXQoX2NvbXB1dGVkKCgpID0+IHRoaXMuY29uZmlnKCkuY29udHJvbCkpO1xuICByZWFkb25seSBmbG9hdExhYmVsID0gaW5wdXQoX2NvbXB1dGVkKCgpID0+IHRoaXMuY29uZmlnKCkuZmxvYXRMYWJlbCkpO1xuICByZWFkb25seSBsYWJlbCA9IGlucHV0KF9jb21wdXRlZCgoKSA9PiB0aGlzLmNvbmZpZygpLmxhYmVsKSk7XG4gIHJlYWRvbmx5IGhpbnQgPSBpbnB1dChfY29tcHV0ZWQoKCkgPT4gdGhpcy5jb25maWcoKS5oaW50KSk7XG4gIHJlYWRvbmx5IHBsYWNlaG9sZGVyID0gaW5wdXQoX2NvbXB1dGVkKCgpID0+IHRoaXMuY29uZmlnKCkucGxhY2Vob2xkZXIpKTtcbiAgcmVhZG9ubHkgc2VwYXJhdG9ycyA9IGlucHV0KF9jb21wdXRlZCgoKSA9PiB0aGlzLmNvbmZpZygpLnNlcGFyYXRvcnMpKTtcbn1cblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdtb2xlY3VsZXMtY2hpcHMtaW5wdXQtZmllbGQnLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICAgICAgTWF0Q2hpcHNNb2R1bGUsXG4gICAgICAgIE1hdEljb25Nb2R1bGUsXG4gICAgICAgIE1hdElucHV0TW9kdWxlLFxuICAgICAgICBFcnJvclBpcGUsXG4gICAgXSxcbiAgICB0ZW1wbGF0ZTogYFxuICA8bWF0LWZvcm0tZmllbGQgW2FwcGVhcmFuY2VdPVwic3RvcmUuYXBwZWFyYW5jZSgpXCIgW2Zsb2F0TGFiZWxdPVwic3RvcmUuZmxvYXRMYWJlbCgpXCI+XG4gICAgPG1hdC1sYWJlbD57eyBzdG9yZS5sYWJlbCgpIH19PC9tYXQtbGFiZWw+XG4gICAgPG1hdC1jaGlwLWdyaWQgI2NoaXBHcmlkPlxuICAgICAgQGZvciAoY2hpcCBvZiBjaGlwc01hbmFnZXIuY2hpcHM7IHRyYWNrIGNoaXApIHtcbiAgICAgICAgPG1hdC1jaGlwLXJvdyAocmVtb3ZlZCk9XCJyZW1vdmUoY2hpcClcIiBbZWRpdGFibGVdPVwiZmFsc2VcIj5cbiAgICAgICAgICB7eyBjaGlwIH19XG4gICAgICAgICAgPGJ1dHRvbiBtYXRDaGlwUmVtb3ZlPjxtYXQtaWNvbj5jYW5jZWw8L21hdC1pY29uPjwvYnV0dG9uPlxuICAgICAgICA8L21hdC1jaGlwLXJvdz5cbiAgICAgIH1cbiAgICAgIDxpbnB1dFxuICAgICAgICBtYXRJbnB1dFxuICAgICAgICBbcGxhY2Vob2xkZXJdPVwic3RvcmUucGxhY2Vob2xkZXIoKVwiXG4gICAgICAgIFttYXRDaGlwSW5wdXRGb3JdPVwiY2hpcEdyaWRcIlxuICAgICAgICBbbWF0Q2hpcElucHV0U2VwYXJhdG9yS2V5Q29kZXNdPVwic3RvcmUuc2VwYXJhdG9ycygpXCJcbiAgICAgICAgW21hdENoaXBJbnB1dEFkZE9uQmx1cl09XCJ0cnVlXCJcbiAgICAgICAgKG1hdENoaXBJbnB1dFRva2VuRW5kKT1cIm9uQ2hpSW5wdXRUb2tlbkVuZCgkZXZlbnQpXCJcbiAgICAgID5cbiAgICA8L21hdC1jaGlwLWdyaWQ+XG4gICAgQGlmIChzdG9yZS5oaW50KCkpIHtcbiAgICAgIDxtYXQtaGludD57eyBzdG9yZS5oaW50KCkgfX08L21hdC1oaW50PlxuICAgIH1cbiAgICA8bWF0LWVycm9yPnt7IHN0b3JlLmNvbnRyb2woKS5lcnJvcnMgfCBlcnJvciB9fTwvbWF0LWVycm9yPlxuICA8L21hdC1mb3JtLWZpZWxkPlxuICBgLFxuICAgIHN0eWxlVXJsczogWycuL2NoaXBzLWlucHV0LWZpZWxkLm1vbGVjdWxlLnNjc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBwcm92aWRlcnM6IFtDaGlwc01hbmFnZXJdLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIGRpcmVjdGl2ZTogQ2hpcHNJbnB1dEZpZWxkTW9sZWN1bGVTdG9yZSxcbiAgICAgICAgICAgIGlucHV0czogWydhcHBlYXJhbmNlJywgJ2NvbnRyb2wnLCAnZmxvYXRMYWJlbCcsICdsYWJlbCcsICdoaW50JywgJ3BsYWNlaG9sZGVyJywgJ3NlcGFyYXRvcnMnXSxcbiAgICAgICAgfSxcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIENoaXBzSW5wdXRGaWVsZE1vbGVjdWxlIGV4dGVuZHMgTmdBdG9taWNDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBwcml2YXRlIHJlYWRvbmx5IGRlc3Ryb3lSZWYgPSBpbmplY3QoRGVzdHJveVJlZik7XG4gIHByaXZhdGUgcmVhZG9ubHkgY2QgPSBpbmplY3QoQ2hhbmdlRGV0ZWN0b3JSZWYpO1xuICBwcm90ZWN0ZWQgcmVhZG9ubHkgY2hpcHNNYW5hZ2VyID0gaW5qZWN0KENoaXBzTWFuYWdlcik7XG4gIHByb3RlY3RlZCBzdG9yZSA9IGluamVjdChDaGlwc0lucHV0RmllbGRNb2xlY3VsZVN0b3JlKTtcblxuICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICB0aGlzLmNoaXBzTWFuYWdlci5zZXRWYWx1ZSh0aGlzLnN0b3JlLmNvbnRyb2woKS52YWx1ZSEpO1xuICAgIHRoaXMuc3RvcmUuY29udHJvbCgpLnZhbHVlQ2hhbmdlcy5waXBlKFxuICAgICAgdGFrZVVudGlsRGVzdHJveWVkKHRoaXMuZGVzdHJveVJlZiksXG4gICAgKS5zdWJzY3JpYmUoKHZhbHVlKSA9PiB7XG4gICAgICB0aGlzLmNoaXBzTWFuYWdlci5zZXRWYWx1ZSh2YWx1ZSEpO1xuICAgICAgdGhpcy5jZC5tYXJrRm9yQ2hlY2soKTtcbiAgICB9KTtcbiAgfVxuXG4gIHByb3RlY3RlZCBvbkNoaUlucHV0VG9rZW5FbmQoZXZlbnQ6IE1hdENoaXBJbnB1dEV2ZW50KTogdm9pZCB7XG4gICAgdGhpcy5jaGlwc01hbmFnZXIuYWRkKGV2ZW50LnZhbHVlKTtcbiAgICB0aGlzLnN0b3JlLmNvbnRyb2woKS5zZXRWYWx1ZSh0aGlzLmNoaXBzTWFuYWdlci5nZXRWYWx1ZSgpKTtcbiAgICBldmVudC5pbnB1dC52YWx1ZSA9ICcnO1xuICB9XG5cbiAgcHJvdGVjdGVkIHJlbW92ZSh2YWx1ZTogc3RyaW5nKTogdm9pZCB7XG4gICAgdGhpcy5jaGlwc01hbmFnZXIucmVtb3ZlKHZhbHVlKTtcbiAgICB0aGlzLnN0b3JlLmNvbnRyb2woKS5zZXRWYWx1ZSh0aGlzLmNoaXBzTWFuYWdlci5nZXRWYWx1ZSgpKTtcbiAgfVxufVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLWNoaXBzLWlucHV0LWZpZWxkLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvbW9sZWN1bGVzL2NoaXBzLWlucHV0LWZpZWxkL25nLWF0b21pYy1jb21wb25lbnRzLW1vbGVjdWxlcy1jaGlwcy1pbnB1dC1maWVsZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
@@ -3,29 +3,27 @@ import { input, Directive, inject, ChangeDetectionStrategy, Component } from '@a
3
3
  import { toObservable } from '@angular/core/rxjs-interop';
4
4
  import * as i1 from '@angular/forms';
5
5
  import { FormControl, ReactiveFormsModule } from '@angular/forms';
6
- import * as i4 from '@angular/material/datepicker';
6
+ import * as i3 from '@angular/material/datepicker';
7
7
  import { MatDatepickerModule } from '@angular/material/datepicker';
8
8
  import * as i2 from '@angular/material/input';
9
9
  import { MatInputModule } from '@angular/material/input';
10
10
  import { ErrorPipe } from '@ng-atomic/common/pipes/error';
11
11
  import { InjectableComponent } from '@ng-atomic/core';
12
- import dayjs from 'dayjs';
13
- import * as i3 from '@angular/material/form-field';
14
12
 
15
13
  class DateInputFieldMoleculeStore extends InjectableComponent {
16
14
  constructor() {
17
15
  super(...arguments);
18
- this.control = input(new FormControl(dayjs()));
16
+ this.control = input(new FormControl(new Date()));
19
17
  this.label = input('');
20
18
  this.placeholder = input('');
21
19
  this.hint = input(null);
22
20
  this.toggle = input(true);
23
21
  this.control$ = toObservable(this.control);
24
22
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateInputFieldMoleculeStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
26
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.1.4", type: DateInputFieldMoleculeStore, isStandalone: true, selector: "molecules-date-input-field", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, toggle: { classPropertyName: "toggle", publicName: "toggle", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateInputFieldMoleculeStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
24
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: DateInputFieldMoleculeStore, isStandalone: true, selector: "molecules-date-input-field", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, toggle: { classPropertyName: "toggle", publicName: "toggle", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
27
25
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateInputFieldMoleculeStore, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateInputFieldMoleculeStore, decorators: [{
29
27
  type: Directive,
30
28
  args: [{ standalone: true, selector: 'molecules-date-input-field' }]
31
29
  }] });
@@ -33,13 +31,16 @@ class DateInputFieldMolecule {
33
31
  constructor() {
34
32
  this.store = inject(DateInputFieldMoleculeStore);
35
33
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.4", type: DateInputFieldMolecule, isStandalone: true, selector: "molecules-date-input-field", host: { classAttribute: "molecule field" }, providers: [
38
- // provideDayjsDateAdapter(),
39
- ], hostDirectives: [{ directive: DateInputFieldMoleculeStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "hint", "hint", "toggle", "toggle"] }], ngImport: i0, template: `
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
35
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.5", type: DateInputFieldMolecule, isStandalone: true, selector: "molecules-date-input-field", host: { classAttribute: "molecule field" }, providers: [], hostDirectives: [{ directive: DateInputFieldMoleculeStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "hint", "hint", "toggle", "toggle"] }], ngImport: i0, template: `
40
36
  <mat-form-field appearance="outline">
41
37
  <mat-label>{{ store.label() }}</mat-label>
42
- <input matInput [formControl]="store.control()" [placeholder]="store.placeholder()" [matDatepicker]="picker">
38
+ <input
39
+ matInput
40
+ [formControl]="store.control()"
41
+ [placeholder]="store.placeholder()"
42
+ [matDatepicker]="picker"
43
+ >
43
44
  @if (store.toggle()) {
44
45
  <mat-datepicker-toggle matSuffix [for]="picker" />
45
46
  }
@@ -47,9 +48,9 @@ class DateInputFieldMolecule {
47
48
  @if (store.hint()) { <mat-hint>{{ store.hint() }}</mat-hint> }
48
49
  <mat-error>{{ store.control().errors | error }}</mat-error>
49
50
  </mat-form-field>
50
- `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-sqJR: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "component", type: i3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "directive", type: i3.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i4.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i4.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i4.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "pipe", type: ErrorPipe, name: "error" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
+ `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-kBIv: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i2.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i2.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "directive", type: i2.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i3.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i3.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i3.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "pipe", type: ErrorPipe, name: "error" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
52
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateInputFieldMolecule, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateInputFieldMolecule, decorators: [{
53
54
  type: Component,
54
55
  args: [{ selector: 'molecules-date-input-field', imports: [
55
56
  ReactiveFormsModule,
@@ -59,7 +60,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
59
60
  ], template: `
60
61
  <mat-form-field appearance="outline">
61
62
  <mat-label>{{ store.label() }}</mat-label>
62
- <input matInput [formControl]="store.control()" [placeholder]="store.placeholder()" [matDatepicker]="picker">
63
+ <input
64
+ matInput
65
+ [formControl]="store.control()"
66
+ [placeholder]="store.placeholder()"
67
+ [matDatepicker]="picker"
68
+ >
63
69
  @if (store.toggle()) {
64
70
  <mat-datepicker-toggle matSuffix [for]="picker" />
65
71
  }
@@ -72,9 +78,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
72
78
  directive: DateInputFieldMoleculeStore,
73
79
  inputs: ['control', 'label', 'placeholder', 'hint', 'toggle'],
74
80
  }
75
- ], host: { class: 'molecule field' }, providers: [
76
- // provideDayjsDateAdapter(),
77
- ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-sqJR: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
81
+ ], host: { class: 'molecule field' }, providers: [], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-kBIv: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
78
82
  }] });
79
83
 
80
84
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-date-input-field.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/molecules/date-input-field/date-input-field.molecule.ts","../../../../../packages/@ng-atomic/components/src/lib/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, inject, input } from '@angular/core';\nimport { toObservable } from '@angular/core/rxjs-interop';\nimport { FormControl, ReactiveFormsModule } from '@angular/forms';\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { MatInputModule } from '@angular/material/input';\nimport { ErrorPipe } from '@ng-atomic/common/pipes/error';\nimport { InjectableComponent } from '@ng-atomic/core';\nimport dayjs, { Dayjs } from 'dayjs';\n\n@Directive({ standalone: true, selector: 'molecules-date-input-field' })\nexport class DateInputFieldMoleculeStore extends InjectableComponent {\n readonly control = input(new FormControl<Dayjs>(dayjs()));\n readonly label = input('');\n readonly placeholder = input('');\n readonly hint = input(null);\n readonly toggle = input(true);\n readonly control$ = toObservable(this.control);\n}\n\n@Component({\n selector: 'molecules-date-input-field',\n imports: [\n ReactiveFormsModule,\n MatInputModule,\n MatDatepickerModule,\n ErrorPipe,\n ],\n template: `\n <mat-form-field appearance=\"outline\">\n <mat-label>{{ store.label() }}</mat-label>\n <input matInput [formControl]=\"store.control()\" [placeholder]=\"store.placeholder()\" [matDatepicker]=\"picker\">\n @if (store.toggle()) {\n <mat-datepicker-toggle matSuffix [for]=\"picker\" />\n }\n <mat-datepicker #picker />\n @if (store.hint()) { <mat-hint>{{ store.hint() }}</mat-hint> }\n <mat-error>{{ store.control().errors | error }}</mat-error>\n </mat-form-field>\n `,\n styleUrls: ['./date-input-field.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: DateInputFieldMoleculeStore,\n inputs: ['control', 'label', 'placeholder', 'hint', 'toggle'],\n }\n ],\n host: { class: 'molecule field' },\n providers: [\n // provideDayjsDateAdapter(),\n ]\n})\nexport class DateInputFieldMolecule {\n protected store = inject(DateInputFieldMoleculeStore);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-date-input-field.mjs","sources":["../tmp-esm2022/molecules/date-input-field/date-input-field.molecule.js","../tmp-esm2022/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, inject, input } from '@angular/core';\nimport { toObservable } from '@angular/core/rxjs-interop';\nimport { FormControl, ReactiveFormsModule } from '@angular/forms';\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { MatInputModule } from '@angular/material/input';\nimport { ErrorPipe } from '@ng-atomic/common/pipes/error';\nimport { InjectableComponent } from '@ng-atomic/core';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/forms\";\nimport * as i2 from \"@angular/material/input\";\nimport * as i3 from \"@angular/material/datepicker\";\nexport class DateInputFieldMoleculeStore extends InjectableComponent {\n constructor() {\n super(...arguments);\n this.control = input(new FormControl(new Date()));\n this.label = input('');\n this.placeholder = input('');\n this.hint = input(null);\n this.toggle = input(true);\n this.control$ = toObservable(this.control);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateInputFieldMoleculeStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"17.1.0\", version: \"20.0.5\", type: DateInputFieldMoleculeStore, isStandalone: true, selector: \"molecules-date-input-field\", inputs: { control: { classPropertyName: \"control\", publicName: \"control\", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: \"label\", publicName: \"label\", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: \"placeholder\", publicName: \"placeholder\", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: \"hint\", publicName: \"hint\", isSignal: true, isRequired: false, transformFunction: null }, toggle: { classPropertyName: \"toggle\", publicName: \"toggle\", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateInputFieldMoleculeStore, decorators: [{\n type: Directive,\n args: [{ standalone: true, selector: 'molecules-date-input-field' }]\n }] });\nexport class DateInputFieldMolecule {\n constructor() {\n this.store = inject(DateInputFieldMoleculeStore);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.5\", type: DateInputFieldMolecule, isStandalone: true, selector: \"molecules-date-input-field\", host: { classAttribute: \"molecule field\" }, providers: [], hostDirectives: [{ directive: DateInputFieldMoleculeStore, inputs: [\"control\", \"control\", \"label\", \"label\", \"placeholder\", \"placeholder\", \"hint\", \"hint\", \"toggle\", \"toggle\"] }], ngImport: i0, template: `\n <mat-form-field appearance=\"outline\">\n <mat-label>{{ store.label() }}</mat-label>\n <input \n matInput\n [formControl]=\"store.control()\"\n [placeholder]=\"store.placeholder()\"\n [matDatepicker]=\"picker\"\n >\n @if (store.toggle()) {\n <mat-datepicker-toggle matSuffix [for]=\"picker\" />\n }\n <mat-datepicker #picker />\n @if (store.hint()) { <mat-hint>{{ store.hint() }}</mat-hint> }\n <mat-error>{{ store.control().errors | error }}</mat-error>\n </mat-form-field>\n `, isInline: true, styles: [\":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-kBIv: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\\n\"], dependencies: [{ kind: \"ngmodule\", type: ReactiveFormsModule }, { kind: \"directive\", type: i1.DefaultValueAccessor, selector: \"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]\" }, { kind: \"directive\", type: i1.NgControlStatus, selector: \"[formControlName],[ngModel],[formControl]\" }, { kind: \"directive\", type: i1.FormControlDirective, selector: \"[formControl]\", inputs: [\"formControl\", \"disabled\", \"ngModel\"], outputs: [\"ngModelChange\"], exportAs: [\"ngForm\"] }, { kind: \"ngmodule\", type: MatInputModule }, { kind: \"directive\", type: i2.MatInput, selector: \"input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]\", inputs: [\"disabled\", \"id\", \"placeholder\", \"name\", \"required\", \"type\", \"errorStateMatcher\", \"aria-describedby\", \"value\", \"readonly\", \"disabledInteractive\"], exportAs: [\"matInput\"] }, { kind: \"component\", type: i2.MatFormField, selector: \"mat-form-field\", inputs: [\"hideRequiredMarker\", \"color\", \"floatLabel\", \"appearance\", \"subscriptSizing\", \"hintLabel\"], exportAs: [\"matFormField\"] }, { kind: \"directive\", type: i2.MatLabel, selector: \"mat-label\" }, { kind: \"directive\", type: i2.MatHint, selector: \"mat-hint\", inputs: [\"align\", \"id\"] }, { kind: \"directive\", type: i2.MatError, selector: \"mat-error, [matError]\", inputs: [\"id\"] }, { kind: \"directive\", type: i2.MatSuffix, selector: \"[matSuffix], [matIconSuffix], [matTextSuffix]\", inputs: [\"matTextSuffix\"] }, { kind: \"ngmodule\", type: MatDatepickerModule }, { kind: \"component\", type: i3.MatDatepicker, selector: \"mat-datepicker\", exportAs: [\"matDatepicker\"] }, { kind: \"directive\", type: i3.MatDatepickerInput, selector: \"input[matDatepicker]\", inputs: [\"matDatepicker\", \"min\", \"max\", \"matDatepickerFilter\"], exportAs: [\"matDatepickerInput\"] }, { kind: \"component\", type: i3.MatDatepickerToggle, selector: \"mat-datepicker-toggle\", inputs: [\"for\", \"tabIndex\", \"aria-label\", \"disabled\", \"disableRipple\"], exportAs: [\"matDatepickerToggle\"] }, { kind: \"pipe\", type: ErrorPipe, name: \"error\" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateInputFieldMolecule, decorators: [{\n type: Component,\n args: [{ selector: 'molecules-date-input-field', imports: [\n ReactiveFormsModule,\n MatInputModule,\n MatDatepickerModule,\n ErrorPipe,\n ], template: `\n <mat-form-field appearance=\"outline\">\n <mat-label>{{ store.label() }}</mat-label>\n <input \n matInput\n [formControl]=\"store.control()\"\n [placeholder]=\"store.placeholder()\"\n [matDatepicker]=\"picker\"\n >\n @if (store.toggle()) {\n <mat-datepicker-toggle matSuffix [for]=\"picker\" />\n }\n <mat-datepicker #picker />\n @if (store.hint()) { <mat-hint>{{ store.hint() }}</mat-hint> }\n <mat-error>{{ store.control().errors | error }}</mat-error>\n </mat-form-field>\n `, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [\n {\n directive: DateInputFieldMoleculeStore,\n inputs: ['control', 'label', 'placeholder', 'hint', 'toggle'],\n }\n ], host: { class: 'molecule field' }, providers: [], styles: [\":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-kBIv: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS1pbnB1dC1maWVsZC5tb2xlY3VsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL21vbGVjdWxlcy9kYXRlLWlucHV0LWZpZWxkL2RhdGUtaW5wdXQtZmllbGQubW9sZWN1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQVUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNyRyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDMUQsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ25FLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDMUQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0saUJBQWlCLENBQUM7Ozs7O0FBR3RELE1BQU0sT0FBTywyQkFBNEIsU0FBUSxtQkFBbUI7SUFEcEU7O1FBRVcsWUFBTyxHQUFHLEtBQUssQ0FBQyxJQUFJLFdBQVcsQ0FBTyxJQUFJLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQztRQUNuRCxVQUFLLEdBQUcsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQ2xCLGdCQUFXLEdBQUcsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBQ3hCLFNBQUksR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDbkIsV0FBTSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNyQixhQUFRLEdBQUcsWUFBWSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztLQUNoRDs4R0FQWSwyQkFBMkI7a0dBQTNCLDJCQUEyQjs7MkZBQTNCLDJCQUEyQjtrQkFEdkMsU0FBUzttQkFBQyxFQUFFLFVBQVUsRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFLDRCQUE0QixFQUFFOztBQThDdkUsTUFBTSxPQUFPLHNCQUFzQjtJQXBDbkM7UUFxQ1ksVUFBSyxHQUFHLE1BQU0sQ0FBQywyQkFBMkIsQ0FBQyxDQUFDO0tBQ3ZEOzhHQUZZLHNCQUFzQjtrR0FBdEIsc0JBQXNCLHFIQUZ0QixFQUFFLGdDQTNDRiwyQkFBMkIsaUpBaUI1Qjs7Ozs7Ozs7Ozs7Ozs7OztHQWdCVCwyUEFyQkMsbUJBQW1CLHlrQkFDbkIsY0FBYyxtOEJBQ2QsbUJBQW1CLDZmQUNuQixTQUFTOzsyRkE4QkEsc0JBQXNCO2tCQXBDbEMsU0FBUzsrQkFDRSw0QkFBNEIsV0FDN0I7d0JBQ1AsbUJBQW1CO3dCQUNuQixjQUFjO3dCQUNkLG1CQUFtQjt3QkFDbkIsU0FBUztxQkFDVixZQUNTOzs7Ozs7Ozs7Ozs7Ozs7O0dBZ0JULG1CQUVnQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDZDs0QkFDRSxTQUFTLEVBQUUsMkJBQTJCOzRCQUN0QyxNQUFNLEVBQUUsQ0FBQyxTQUFTLEVBQUUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLEVBQUUsUUFBUSxDQUFDO3lCQUM5RDtxQkFDRixRQUNLLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixFQUFFLGFBQ3RCLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBEaXJlY3RpdmUsIGVmZmVjdCwgaW5qZWN0LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgdG9PYnNlcnZhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZS9yeGpzLWludGVyb3AnO1xuaW1wb3J0IHsgRm9ybUNvbnRyb2wsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBNYXREYXRlcGlja2VyTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGF0ZXBpY2tlcic7XG5pbXBvcnQgeyBNYXRJbnB1dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2lucHV0JztcbmltcG9ydCB7IEVycm9yUGlwZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tbW9uL3BpcGVzL2Vycm9yJztcbmltcG9ydCB7IEluamVjdGFibGVDb21wb25lbnQgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHsgc3RhbmRhbG9uZTogdHJ1ZSwgc2VsZWN0b3I6ICdtb2xlY3VsZXMtZGF0ZS1pbnB1dC1maWVsZCcgfSlcbmV4cG9ydCBjbGFzcyBEYXRlSW5wdXRGaWVsZE1vbGVjdWxlU3RvcmUgZXh0ZW5kcyBJbmplY3RhYmxlQ29tcG9uZW50IHtcbiAgcmVhZG9ubHkgY29udHJvbCA9IGlucHV0KG5ldyBGb3JtQ29udHJvbDxEYXRlPihuZXcgRGF0ZSgpKSk7XG4gIHJlYWRvbmx5IGxhYmVsID0gaW5wdXQoJycpO1xuICByZWFkb25seSBwbGFjZWhvbGRlciA9IGlucHV0KCcnKTtcbiAgcmVhZG9ubHkgaGludCA9IGlucHV0KG51bGwpO1xuICByZWFkb25seSB0b2dnbGUgPSBpbnB1dCh0cnVlKTtcbiAgcmVhZG9ubHkgY29udHJvbCQgPSB0b09ic2VydmFibGUodGhpcy5jb250cm9sKTtcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnbW9sZWN1bGVzLWRhdGUtaW5wdXQtZmllbGQnLFxuICBpbXBvcnRzOiBbXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICBNYXRJbnB1dE1vZHVsZSxcbiAgICBNYXREYXRlcGlja2VyTW9kdWxlLFxuICAgIEVycm9yUGlwZSxcbiAgXSxcbiAgdGVtcGxhdGU6IGBcbiAgPG1hdC1mb3JtLWZpZWxkIGFwcGVhcmFuY2U9XCJvdXRsaW5lXCI+XG4gICAgPG1hdC1sYWJlbD57eyBzdG9yZS5sYWJlbCgpIH19PC9tYXQtbGFiZWw+XG4gICAgPGlucHV0ICBcbiAgICAgIG1hdElucHV0XG4gICAgICBbZm9ybUNvbnRyb2xdPVwic3RvcmUuY29udHJvbCgpXCJcbiAgICAgIFtwbGFjZWhvbGRlcl09XCJzdG9yZS5wbGFjZWhvbGRlcigpXCJcbiAgICAgIFttYXREYXRlcGlja2VyXT1cInBpY2tlclwiXG4gICAgPlxuICAgIEBpZiAoc3RvcmUudG9nZ2xlKCkpIHtcbiAgICAgIDxtYXQtZGF0ZXBpY2tlci10b2dnbGUgbWF0U3VmZml4IFtmb3JdPVwicGlja2VyXCIgLz5cbiAgICB9XG4gICAgPG1hdC1kYXRlcGlja2VyICNwaWNrZXIgLz5cbiAgICBAaWYgKHN0b3JlLmhpbnQoKSkgeyA8bWF0LWhpbnQ+e3sgc3RvcmUuaGludCgpIH19PC9tYXQtaGludD4gfVxuICAgIDxtYXQtZXJyb3I+e3sgc3RvcmUuY29udHJvbCgpLmVycm9ycyB8IGVycm9yIH19PC9tYXQtZXJyb3I+XG4gIDwvbWF0LWZvcm0tZmllbGQ+XG4gIGAsXG4gIHN0eWxlVXJsczogWycuL2RhdGUtaW5wdXQtZmllbGQubW9sZWN1bGUuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IERhdGVJbnB1dEZpZWxkTW9sZWN1bGVTdG9yZSxcbiAgICAgIGlucHV0czogWydjb250cm9sJywgJ2xhYmVsJywgJ3BsYWNlaG9sZGVyJywgJ2hpbnQnLCAndG9nZ2xlJ10sXG4gICAgfVxuICBdLFxuICBob3N0OiB7IGNsYXNzOiAnbW9sZWN1bGUgZmllbGQnIH0sXG4gIHByb3ZpZGVyczogW11cbn0pXG5leHBvcnQgY2xhc3MgRGF0ZUlucHV0RmllbGRNb2xlY3VsZSB7XG4gIHByb3RlY3RlZCBzdG9yZSA9IGluamVjdChEYXRlSW5wdXRGaWVsZE1vbGVjdWxlU3RvcmUpO1xufVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLWRhdGUtaW5wdXQtZmllbGQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9tb2xlY3VsZXMvZGF0ZS1pbnB1dC1maWVsZC9uZy1hdG9taWMtY29tcG9uZW50cy1tb2xlY3VsZXMtZGF0ZS1pbnB1dC1maWVsZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
@@ -1,40 +1,36 @@
1
1
  import * as i0 from '@angular/core';
2
- import { input, effect, Directive, inject, ChangeDetectionStrategy, Component } from '@angular/core';
2
+ import { input, Directive, inject, ChangeDetectionStrategy, Component } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
4
  import * as i1 from '@angular/forms';
5
5
  import { FormGroup, FormControl, ReactiveFormsModule } from '@angular/forms';
6
+ import * as i2 from '@angular/material/input';
6
7
  import { MatInputModule } from '@angular/material/input';
7
8
  import * as i3 from '@angular/material/datepicker';
8
9
  import { MatDatepickerModule } from '@angular/material/datepicker';
9
10
  import { ErrorPipe } from '@ng-atomic/common/pipes/error';
10
- import dayjs from 'dayjs';
11
- import * as i2 from '@angular/material/form-field';
12
11
 
13
12
  class DateRangeInputFieldMoleculeStore {
14
13
  constructor() {
15
14
  this.control = input(new FormGroup({
16
- start: new FormControl(dayjs()),
17
- end: new FormControl(dayjs()),
15
+ start: new FormControl(new Date()),
16
+ end: new FormControl(new Date()),
18
17
  }));
19
18
  this.label = input('');
20
- this.hint = input(undefined);
21
- effect(() => {
22
- console.debug('control:', this.control().value);
23
- });
19
+ this.hint = input(null);
24
20
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateRangeInputFieldMoleculeStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
26
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.1.4", type: DateRangeInputFieldMoleculeStore, isStandalone: true, selector: "molecules-date-range-input-field", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateRangeInputFieldMoleculeStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: DateRangeInputFieldMoleculeStore, isStandalone: true, selector: "molecules-date-range-input-field", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
27
23
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateRangeInputFieldMoleculeStore, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateRangeInputFieldMoleculeStore, decorators: [{
29
25
  type: Directive,
30
26
  args: [{ selector: 'molecules-date-range-input-field', standalone: true }]
31
- }], ctorParameters: () => [] });
27
+ }] });
32
28
  class DateRangeInputFieldMolecule {
33
29
  constructor() {
34
30
  this.store = inject(DateRangeInputFieldMoleculeStore);
35
31
  }
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateRangeInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.4", type: DateRangeInputFieldMolecule, isStandalone: true, selector: "molecules-date-range-input-field", hostDirectives: [{ directive: DateRangeInputFieldMoleculeStore, inputs: ["control", "control", "label", "label", "hint", "hint"] }], ngImport: i0, template: `
32
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateRangeInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.5", type: DateRangeInputFieldMolecule, isStandalone: true, selector: "molecules-date-range-input-field", hostDirectives: [{ directive: DateRangeInputFieldMoleculeStore, inputs: ["control", "control", "label", "label", "hint", "hint"] }], ngImport: i0, template: `
38
34
  <mat-form-field appearance="outline">
39
35
  <mat-label>{{ store.label() }}</mat-label>
40
36
  <mat-date-range-input
@@ -52,9 +48,9 @@ class DateRangeInputFieldMolecule {
52
48
  <mat-datepicker-toggle matIconSuffix [for]="picker"></mat-datepicker-toggle>
53
49
  <mat-date-range-picker #picker></mat-date-range-picker>
54
50
  </mat-form-field>
55
- `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-field-vUVT: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i2.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i2.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "directive", type: i2.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i3.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "component", type: i3.MatDateRangeInput, selector: "mat-date-range-input", inputs: ["rangePicker", "required", "dateFilter", "min", "max", "disabled", "separator", "comparisonStart", "comparisonEnd"], exportAs: ["matDateRangeInput"] }, { kind: "directive", type: i3.MatStartDate, selector: "input[matStartDate]", outputs: ["dateChange", "dateInput"] }, { kind: "directive", type: i3.MatEndDate, selector: "input[matEndDate]", outputs: ["dateChange", "dateInput"] }, { kind: "component", type: i3.MatDateRangePicker, selector: "mat-date-range-picker", exportAs: ["matDateRangePicker"] }, { kind: "pipe", type: ErrorPipe, name: "error" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
+ `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-field-lGUm: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i2.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i2.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "directive", type: i2.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i3.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "component", type: i3.MatDateRangeInput, selector: "mat-date-range-input", inputs: ["rangePicker", "required", "dateFilter", "min", "max", "disabled", "separator", "comparisonStart", "comparisonEnd"], exportAs: ["matDateRangeInput"] }, { kind: "directive", type: i3.MatStartDate, selector: "input[matStartDate]", outputs: ["dateChange", "dateInput"] }, { kind: "directive", type: i3.MatEndDate, selector: "input[matEndDate]", outputs: ["dateChange", "dateInput"] }, { kind: "component", type: i3.MatDateRangePicker, selector: "mat-date-range-picker", exportAs: ["matDateRangePicker"] }, { kind: "pipe", type: ErrorPipe, name: "error" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
56
52
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateRangeInputFieldMolecule, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateRangeInputFieldMolecule, decorators: [{
58
54
  type: Component,
59
55
  args: [{ selector: 'molecules-date-range-input-field', imports: [
60
56
  CommonModule,
@@ -85,7 +81,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
85
81
  directive: DateRangeInputFieldMoleculeStore,
86
82
  inputs: ['control', 'label', 'hint']
87
83
  }
88
- ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-field-vUVT: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
84
+ ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-field-lGUm: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
89
85
  }] });
90
86
 
91
87
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-date-range-input-field.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/molecules/date-range-input-field/date-range-input-field.molecule.ts","../../../../../packages/@ng-atomic/components/src/lib/molecules/date-range-input-field/ng-atomic-components-molecules-date-range-input-field.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, effect, inject, input } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormControl, FormGroup, ReactiveFormsModule } from '@angular/forms';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { ErrorPipe } from '@ng-atomic/common/pipes/error';\nimport dayjs from 'dayjs';\n\n@Directive({selector: 'molecules-date-range-input-field', standalone: true})\nexport class DateRangeInputFieldMoleculeStore {\n readonly control = input(new FormGroup({\n start: new FormControl(dayjs()),\n end: new FormControl(dayjs()),\n }));\n readonly label = input('');\n readonly hint = input<string>(undefined);\n\n constructor() {\n effect(() => {\n console.debug('control:', this.control().value);\n });\n }\n}\n\n@Component({\n selector: 'molecules-date-range-input-field',\n imports: [\n CommonModule,\n ReactiveFormsModule,\n MatInputModule,\n MatDatepickerModule,\n ErrorPipe,\n ],\n template: `\n <mat-form-field appearance=\"outline\">\n <mat-label>{{ store.label() }}</mat-label>\n <mat-date-range-input\n [formGroup]=\"store.control()\"\n [rangePicker]=\"picker\"\n [comparisonStart]=\"store.control().value.start\"\n [comparisonEnd]=\"store.control().value.end\">\n <input matStartDate placeholder=\"Start date\" formControlName=\"start\">\n <input matEndDate placeholder=\"End date\" formControlName=\"end\">\n </mat-date-range-input>\n @if (store.hint()) {\n <mat-hint>{{ store.hint() }}</mat-hint>\n }\n <mat-error>{{ store.control().errors | error }}</mat-error>\n <mat-datepicker-toggle matIconSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-date-range-picker #picker></mat-date-range-picker>\n </mat-form-field>\n `,\n styleUrls: ['./date-range-input-field.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: DateRangeInputFieldMoleculeStore,\n inputs: ['control', 'label', 'hint']\n }\n ]\n})\nexport class DateRangeInputFieldMolecule {\n protected readonly store = inject(DateRangeInputFieldMoleculeStore);\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-date-range-input-field.mjs","sources":["../tmp-esm2022/molecules/date-range-input-field/date-range-input-field.molecule.js","../tmp-esm2022/molecules/date-range-input-field/ng-atomic-components-molecules-date-range-input-field.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, inject, input } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormControl, FormGroup, ReactiveFormsModule } from '@angular/forms';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { ErrorPipe } from '@ng-atomic/common/pipes/error';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/forms\";\nimport * as i2 from \"@angular/material/input\";\nimport * as i3 from \"@angular/material/datepicker\";\nexport class DateRangeInputFieldMoleculeStore {\n constructor() {\n this.control = input(new FormGroup({\n start: new FormControl(new Date()),\n end: new FormControl(new Date()),\n }));\n this.label = input('');\n this.hint = input(null);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateRangeInputFieldMoleculeStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"17.1.0\", version: \"20.0.5\", type: DateRangeInputFieldMoleculeStore, isStandalone: true, selector: \"molecules-date-range-input-field\", inputs: { control: { classPropertyName: \"control\", publicName: \"control\", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: \"label\", publicName: \"label\", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: \"hint\", publicName: \"hint\", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateRangeInputFieldMoleculeStore, decorators: [{\n type: Directive,\n args: [{ selector: 'molecules-date-range-input-field', standalone: true }]\n }] });\nexport class DateRangeInputFieldMolecule {\n constructor() {\n this.store = inject(DateRangeInputFieldMoleculeStore);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateRangeInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.5\", type: DateRangeInputFieldMolecule, isStandalone: true, selector: \"molecules-date-range-input-field\", hostDirectives: [{ directive: DateRangeInputFieldMoleculeStore, inputs: [\"control\", \"control\", \"label\", \"label\", \"hint\", \"hint\"] }], ngImport: i0, template: `\n <mat-form-field appearance=\"outline\">\n <mat-label>{{ store.label() }}</mat-label>\n <mat-date-range-input\n [formGroup]=\"store.control()\"\n [rangePicker]=\"picker\"\n [comparisonStart]=\"store.control().value.start\"\n [comparisonEnd]=\"store.control().value.end\">\n <input matStartDate placeholder=\"Start date\" formControlName=\"start\">\n <input matEndDate placeholder=\"End date\" formControlName=\"end\">\n </mat-date-range-input>\n @if (store.hint()) {\n <mat-hint>{{ store.hint() }}</mat-hint>\n }\n <mat-error>{{ store.control().errors | error }}</mat-error>\n <mat-datepicker-toggle matIconSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-date-range-picker #picker></mat-date-range-picker>\n </mat-form-field>\n `, isInline: true, styles: [\":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-field-lGUm: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\\n\"], dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"ngmodule\", type: ReactiveFormsModule }, { kind: \"directive\", type: i1.DefaultValueAccessor, selector: \"input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]\" }, { kind: \"directive\", type: i1.NgControlStatus, selector: \"[formControlName],[ngModel],[formControl]\" }, { kind: \"directive\", type: i1.NgControlStatusGroup, selector: \"[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]\" }, { kind: \"directive\", type: i1.FormGroupDirective, selector: \"[formGroup]\", inputs: [\"formGroup\"], outputs: [\"ngSubmit\"], exportAs: [\"ngForm\"] }, { kind: \"directive\", type: i1.FormControlName, selector: \"[formControlName]\", inputs: [\"formControlName\", \"disabled\", \"ngModel\"], outputs: [\"ngModelChange\"] }, { kind: \"ngmodule\", type: MatInputModule }, { kind: \"component\", type: i2.MatFormField, selector: \"mat-form-field\", inputs: [\"hideRequiredMarker\", \"color\", \"floatLabel\", \"appearance\", \"subscriptSizing\", \"hintLabel\"], exportAs: [\"matFormField\"] }, { kind: \"directive\", type: i2.MatLabel, selector: \"mat-label\" }, { kind: \"directive\", type: i2.MatHint, selector: \"mat-hint\", inputs: [\"align\", \"id\"] }, { kind: \"directive\", type: i2.MatError, selector: \"mat-error, [matError]\", inputs: [\"id\"] }, { kind: \"directive\", type: i2.MatSuffix, selector: \"[matSuffix], [matIconSuffix], [matTextSuffix]\", inputs: [\"matTextSuffix\"] }, { kind: \"ngmodule\", type: MatDatepickerModule }, { kind: \"component\", type: i3.MatDatepickerToggle, selector: \"mat-datepicker-toggle\", inputs: [\"for\", \"tabIndex\", \"aria-label\", \"disabled\", \"disableRipple\"], exportAs: [\"matDatepickerToggle\"] }, { kind: \"component\", type: i3.MatDateRangeInput, selector: \"mat-date-range-input\", inputs: [\"rangePicker\", \"required\", \"dateFilter\", \"min\", \"max\", \"disabled\", \"separator\", \"comparisonStart\", \"comparisonEnd\"], exportAs: [\"matDateRangeInput\"] }, { kind: \"directive\", type: i3.MatStartDate, selector: \"input[matStartDate]\", outputs: [\"dateChange\", \"dateInput\"] }, { kind: \"directive\", type: i3.MatEndDate, selector: \"input[matEndDate]\", outputs: [\"dateChange\", \"dateInput\"] }, { kind: \"component\", type: i3.MatDateRangePicker, selector: \"mat-date-range-picker\", exportAs: [\"matDateRangePicker\"] }, { kind: \"pipe\", type: ErrorPipe, name: \"error\" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateRangeInputFieldMolecule, decorators: [{\n type: Component,\n args: [{ selector: 'molecules-date-range-input-field', imports: [\n CommonModule,\n ReactiveFormsModule,\n MatInputModule,\n MatDatepickerModule,\n ErrorPipe,\n ], template: `\n <mat-form-field appearance=\"outline\">\n <mat-label>{{ store.label() }}</mat-label>\n <mat-date-range-input\n [formGroup]=\"store.control()\"\n [rangePicker]=\"picker\"\n [comparisonStart]=\"store.control().value.start\"\n [comparisonEnd]=\"store.control().value.end\">\n <input matStartDate placeholder=\"Start date\" formControlName=\"start\">\n <input matEndDate placeholder=\"End date\" formControlName=\"end\">\n </mat-date-range-input>\n @if (store.hint()) {\n <mat-hint>{{ store.hint() }}</mat-hint>\n }\n <mat-error>{{ store.control().errors | error }}</mat-error>\n <mat-datepicker-toggle matIconSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-date-range-picker #picker></mat-date-range-picker>\n </mat-form-field>\n `, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [\n {\n directive: DateRangeInputFieldMoleculeStore,\n inputs: ['control', 'label', 'hint']\n }\n ], styles: [\":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-field-lGUm: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS1yYW5nZS1pbnB1dC1maWVsZC5tb2xlY3VsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL21vbGVjdWxlcy9kYXRlLXJhbmdlLWlucHV0LWZpZWxkL2RhdGUtcmFuZ2UtaW5wdXQtZmllbGQubW9sZWN1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3RSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDbkUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLCtCQUErQixDQUFDOzs7OztBQUcxRCxNQUFNLE9BQU8sZ0NBQWdDO0lBRDdDO1FBRVcsWUFBTyxHQUFHLEtBQUssQ0FBQyxJQUFJLFNBQVMsQ0FBQztZQUNyQyxLQUFLLEVBQUUsSUFBSSxXQUFXLENBQUMsSUFBSSxJQUFJLEVBQUUsQ0FBQztZQUNsQyxHQUFHLEVBQUUsSUFBSSxXQUFXLENBQUMsSUFBSSxJQUFJLEVBQUUsQ0FBQztTQUNqQyxDQUFDLENBQUMsQ0FBQztRQUNLLFVBQUssR0FBRyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDbEIsU0FBSSxHQUFHLEtBQUssQ0FBUyxJQUFJLENBQUMsQ0FBQztLQUNyQzs4R0FQWSxnQ0FBZ0M7a0dBQWhDLGdDQUFnQzs7MkZBQWhDLGdDQUFnQztrQkFENUMsU0FBUzttQkFBQyxFQUFFLFFBQVEsRUFBRSxrQ0FBa0MsRUFBRSxVQUFVLEVBQUUsSUFBSSxFQUFFOztBQStDN0UsTUFBTSxPQUFPLDJCQUEyQjtJQXJDeEM7UUFzQ3FCLFVBQUssR0FBRyxNQUFNLENBQUMsZ0NBQWdDLENBQUMsQ0FBQztLQUNyRTs4R0FGWSwyQkFBMkI7a0dBQTNCLDJCQUEyQixrR0E5QzNCLGdDQUFnQywrRkFrQmpDOzs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FrQlQsaVFBeEJDLFlBQVksOEJBQ1osbUJBQW1CLG0yQkFDbkIsY0FBYyxnbUJBQ2QsbUJBQW1CLGd6QkFDbkIsU0FBUzs7MkZBOEJBLDJCQUEyQjtrQkFyQ3ZDLFNBQVM7K0JBQ0Usa0NBQWtDLFdBQ25DO3dCQUNQLFlBQVk7d0JBQ1osbUJBQW1CO3dCQUNuQixjQUFjO3dCQUNkLG1CQUFtQjt3QkFDbkIsU0FBUztxQkFDVixZQUNTOzs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FrQlQsbUJBRWdCLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNkOzRCQUNFLFNBQVMsRUFBRSxnQ0FBZ0M7NEJBQzNDLE1BQU0sRUFBRSxDQUFDLFNBQVMsRUFBRSxPQUFPLEVBQUUsTUFBTSxDQUFDO3lCQUNyQztxQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIERpcmVjdGl2ZSwgaW5qZWN0LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEZvcm1Db250cm9sLCBGb3JtR3JvdXAsIFJlYWN0aXZlRm9ybXNNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBNYXRJbnB1dE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2lucHV0JztcbmltcG9ydCB7IE1hdERhdGVwaWNrZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kYXRlcGlja2VyJztcbmltcG9ydCB7IEVycm9yUGlwZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tbW9uL3BpcGVzL2Vycm9yJztcblxuQERpcmVjdGl2ZSh7IHNlbGVjdG9yOiAnbW9sZWN1bGVzLWRhdGUtcmFuZ2UtaW5wdXQtZmllbGQnLCBzdGFuZGFsb25lOiB0cnVlIH0pXG5leHBvcnQgY2xhc3MgRGF0ZVJhbmdlSW5wdXRGaWVsZE1vbGVjdWxlU3RvcmUge1xuICByZWFkb25seSBjb250cm9sID0gaW5wdXQobmV3IEZvcm1Hcm91cCh7XG4gICAgc3RhcnQ6IG5ldyBGb3JtQ29udHJvbChuZXcgRGF0ZSgpKSxcbiAgICBlbmQ6IG5ldyBGb3JtQ29udHJvbChuZXcgRGF0ZSgpKSxcbiAgfSkpO1xuICByZWFkb25seSBsYWJlbCA9IGlucHV0KCcnKTtcbiAgcmVhZG9ubHkgaGludCA9IGlucHV0PHN0cmluZz4obnVsbCk7XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ21vbGVjdWxlcy1kYXRlLXJhbmdlLWlucHV0LWZpZWxkJyxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIE1hdElucHV0TW9kdWxlLFxuICAgIE1hdERhdGVwaWNrZXJNb2R1bGUsXG4gICAgRXJyb3JQaXBlLFxuICBdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxtYXQtZm9ybS1maWVsZCBhcHBlYXJhbmNlPVwib3V0bGluZVwiPlxuICAgICAgPG1hdC1sYWJlbD57eyBzdG9yZS5sYWJlbCgpIH19PC9tYXQtbGFiZWw+XG4gICAgICA8bWF0LWRhdGUtcmFuZ2UtaW5wdXRcbiAgICAgICAgW2Zvcm1Hcm91cF09XCJzdG9yZS5jb250cm9sKClcIlxuICAgICAgICBbcmFuZ2VQaWNrZXJdPVwicGlja2VyXCJcbiAgICAgICAgW2NvbXBhcmlzb25TdGFydF09XCJzdG9yZS5jb250cm9sKCkudmFsdWUuc3RhcnRcIlxuICAgICAgICBbY29tcGFyaXNvbkVuZF09XCJzdG9yZS5jb250cm9sKCkudmFsdWUuZW5kXCI+XG4gICAgICAgIDxpbnB1dCBtYXRTdGFydERhdGUgcGxhY2Vob2xkZXI9XCJTdGFydCBkYXRlXCIgZm9ybUNvbnRyb2xOYW1lPVwic3RhcnRcIj5cbiAgICAgICAgPGlucHV0IG1hdEVuZERhdGUgcGxhY2Vob2xkZXI9XCJFbmQgZGF0ZVwiIGZvcm1Db250cm9sTmFtZT1cImVuZFwiPlxuICAgICAgPC9tYXQtZGF0ZS1yYW5nZS1pbnB1dD5cbiAgICAgIEBpZiAoc3RvcmUuaGludCgpKSB7XG4gICAgICAgIDxtYXQtaGludD57eyBzdG9yZS5oaW50KCkgfX08L21hdC1oaW50PlxuICAgICAgfVxuICAgICAgPG1hdC1lcnJvcj57eyBzdG9yZS5jb250cm9sKCkuZXJyb3JzIHwgZXJyb3IgfX08L21hdC1lcnJvcj5cbiAgICAgIDxtYXQtZGF0ZXBpY2tlci10b2dnbGUgbWF0SWNvblN1ZmZpeCBbZm9yXT1cInBpY2tlclwiPjwvbWF0LWRhdGVwaWNrZXItdG9nZ2xlPlxuICAgICAgPG1hdC1kYXRlLXJhbmdlLXBpY2tlciAjcGlja2VyPjwvbWF0LWRhdGUtcmFuZ2UtcGlja2VyPlxuICAgIDwvbWF0LWZvcm0tZmllbGQ+XG4gIGAsXG4gIHN0eWxlVXJsczogWycuL2RhdGUtcmFuZ2UtaW5wdXQtZmllbGQubW9sZWN1bGUuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IERhdGVSYW5nZUlucHV0RmllbGRNb2xlY3VsZVN0b3JlLFxuICAgICAgaW5wdXRzOiBbJ2NvbnRyb2wnLCAnbGFiZWwnLCAnaGludCddXG4gICAgfVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIERhdGVSYW5nZUlucHV0RmllbGRNb2xlY3VsZSB7XG4gIHByb3RlY3RlZCByZWFkb25seSBzdG9yZSA9IGluamVjdChEYXRlUmFuZ2VJbnB1dEZpZWxkTW9sZWN1bGVTdG9yZSk7XG59XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtbW9sZWN1bGVzLWRhdGUtcmFuZ2UtaW5wdXQtZmllbGQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9tb2xlY3VsZXMvZGF0ZS1yYW5nZS1pbnB1dC1maWVsZC9uZy1hdG9taWMtY29tcG9uZW50cy1tb2xlY3VsZXMtZGF0ZS1yYW5nZS1pbnB1dC1maWVsZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
@@ -8,9 +8,8 @@ import { MatInputModule } from '@angular/material/input';
8
8
  import { SmartMenuButtonAtom } from '@ng-atomic/components/atoms/menu-button';
9
9
  import { NgAtomicComponent, Effect } from '@ng-atomic/core';
10
10
  import { ErrorPipe } from '@ng-atomic/common/pipes/error';
11
- import { toObservable, takeUntilDestroyed } from '@angular/core/rxjs-interop';
12
- import { switchMap, startWith } from 'rxjs';
13
- import * as i3 from '@angular/material/form-field';
11
+ import { derivedAsync } from 'ngxtension/derived-async';
12
+ import { getRawValue$ } from '@ng-atomic/common/utils';
14
13
 
15
14
  var ActionId;
16
15
  (function (ActionId) {
@@ -21,15 +20,14 @@ var ActionId;
21
20
  class FileInputFieldStore {
22
21
  constructor() {
23
22
  this.control = input(new FormControl(null));
24
- this.control$ = toObservable(this.control).pipe(takeUntilDestroyed());
25
- this.controlValue$ = this.control$.pipe(switchMap(control => control.valueChanges.pipe(startWith(control.value))));
23
+ this.controlValue = derivedAsync(() => getRawValue$(this.control()));
26
24
  this.label = input('label');
27
25
  this.placeholder = input('placeholder');
28
26
  this.hint = input(null);
29
27
  this.progress = input(false);
30
28
  this.name = input(null);
31
29
  this.appearance = input('outline');
32
- this._control = new FormControl({ value: '', disabled: true });
30
+ this.fakeControl = new FormControl({ value: '', disabled: true });
33
31
  this.actions = computed(() => {
34
32
  if (this.progress()) {
35
33
  return [
@@ -52,23 +50,24 @@ class FileInputFieldStore {
52
50
  ];
53
51
  }
54
52
  });
55
- // super();
56
53
  effect(() => {
57
- console.debug('progress:', this.progress());
54
+ const control = this.control();
55
+ this.fakeControl.setValidators(control['_rawValidators']);
56
+ this.fakeControl.setAsyncValidators(control['_rawAsyncValidators']);
58
57
  });
59
- }
60
- ngOnInit() {
61
- // super.ngOnInit();
62
- this.control$.subscribe(control => {
63
- this._control.setValidators(control['_rawValidators']);
64
- this._control.setAsyncValidators(control['_rawAsyncValidators']);
58
+ effect(() => {
59
+ const file = this.controlValue();
60
+ if (typeof file === 'string') {
61
+ this.fakeControl.setValue(file);
62
+ return;
63
+ }
64
+ this.fakeControl.setValue(file.name);
65
65
  });
66
- this.controlValue$.subscribe(value => this._control.setValue(value));
67
66
  }
68
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FileInputFieldStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
69
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.1.4", type: FileInputFieldStore, isStandalone: true, inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, progress: { classPropertyName: "progress", publicName: "progress", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
67
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileInputFieldStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
68
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: FileInputFieldStore, isStandalone: true, inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, progress: { classPropertyName: "progress", publicName: "progress", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
70
69
  }
71
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FileInputFieldStore, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileInputFieldStore, decorators: [{
72
71
  type: Directive,
73
72
  args: [{ standalone: true }]
74
73
  }], ctorParameters: () => [] });
@@ -86,11 +85,11 @@ class FileInputFieldMolecule extends NgAtomicComponent {
86
85
  this.dispatch({ id: ActionId.FILE_SELECTED, payload: event.target.files });
87
86
  // this.fileUpload().nativeElement.value = '';
88
87
  }
89
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FileInputFieldMolecule, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
90
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.4", type: FileInputFieldMolecule, isStandalone: true, selector: "molecules-file-input-field", viewQueries: [{ propertyName: "fileUpload", first: true, predicate: ["fileUpload"], descendants: true, isSignal: true }], usesInheritance: true, hostDirectives: [{ directive: FileInputFieldStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "hint", "hint", "progress", "progress", "name", "name", "appearance", "appearance"] }], ngImport: i0, template: `
88
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileInputFieldMolecule, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
89
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.5", type: FileInputFieldMolecule, isStandalone: true, selector: "molecules-file-input-field", viewQueries: [{ propertyName: "fileUpload", first: true, predicate: ["fileUpload"], descendants: true, isSignal: true }], usesInheritance: true, hostDirectives: [{ directive: FileInputFieldStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "hint", "hint", "progress", "progress", "name", "name", "appearance", "appearance"] }], ngImport: i0, template: `
91
90
  <mat-form-field [appearance]="store.appearance()">
92
91
  <mat-label>{{ store.label() }}</mat-label>
93
- <input matInput [name]="store.name()" type="text" [formControl]="store._control" [placeholder]="store.placeholder()">
92
+ <input matInput [name]="store.name()" type="text" [formControl]="store.fakeControl" [placeholder]="store.placeholder()">
94
93
  <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->
95
94
  @if (store.progress()) {
96
95
  <mat-hint>Uploading...({{ store.progress() ? store.progress()?.toFixed(2) : '' }}%)</mat-hint>
@@ -102,9 +101,9 @@ class FileInputFieldMolecule extends NgAtomicComponent {
102
101
  <atoms-menu-button
103
102
  [actions]="store.actions()"
104
103
  (action)="dispatch($event)"
105
- ></atoms-menu-button>
104
+ />
106
105
  <input style="display: none" type="file" (change)="onFileSelected($event)" #fileUpload>
107
- `, isInline: true, styles: [":host{display:block}:host{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between}:host mat-form-field{width:100%}:host atoms-menu-button{width:fit-content;margin-bottom:20px}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "component", type: i3.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3.MatLabel, selector: "mat-label" }, { kind: "directive", type: i3.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i3.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "component", type: SmartMenuButtonAtom, selector: "atoms-menu-button, atoms-menu-button" }, { kind: "pipe", type: ErrorPipe, name: "error" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
106
+ `, isInline: true, styles: [":host{display:block}:host{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between}:host mat-form-field{width:100%}:host atoms-menu-button{width:fit-content;margin-bottom:20px}\n"], dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i2.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly", "disabledInteractive"], exportAs: ["matInput"] }, { kind: "component", type: i2.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i2.MatLabel, selector: "mat-label" }, { kind: "directive", type: i2.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i2.MatError, selector: "mat-error, [matError]", inputs: ["id"] }, { kind: "component", type: SmartMenuButtonAtom, selector: "atoms-menu-button, atoms-menu-button" }, { kind: "pipe", type: ErrorPipe, name: "error" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
108
107
  }
109
108
  __decorate([
110
109
  Effect(ActionId.FILE_SELECT_BUTTON_CLICK),
@@ -112,7 +111,7 @@ __decorate([
112
111
  __metadata("design:paramtypes", []),
113
112
  __metadata("design:returntype", void 0)
114
113
  ], FileInputFieldMolecule.prototype, "onFileSelectButtonClick", null);
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FileInputFieldMolecule, decorators: [{
114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileInputFieldMolecule, decorators: [{
116
115
  type: Component,
117
116
  args: [{ selector: 'molecules-file-input-field', imports: [
118
117
  ReactiveFormsModule,
@@ -122,7 +121,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
122
121
  ], template: `
123
122
  <mat-form-field [appearance]="store.appearance()">
124
123
  <mat-label>{{ store.label() }}</mat-label>
125
- <input matInput [name]="store.name()" type="text" [formControl]="store._control" [placeholder]="store.placeholder()">
124
+ <input matInput [name]="store.name()" type="text" [formControl]="store.fakeControl" [placeholder]="store.placeholder()">
126
125
  <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->
127
126
  @if (store.progress()) {
128
127
  <mat-hint>Uploading...({{ store.progress() ? store.progress()?.toFixed(2) : '' }}%)</mat-hint>
@@ -134,7 +133,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
134
133
  <atoms-menu-button
135
134
  [actions]="store.actions()"
136
135
  (action)="dispatch($event)"
137
- ></atoms-menu-button>
136
+ />
138
137
  <input style="display: none" type="file" (change)="onFileSelected($event)" #fileUpload>
139
138
  `, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
140
139
  {