@ng-atomic/components 19.0.0-preview.9 → 19.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +43 -19
  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-organisms-date-input-section.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/organisms/date-input-section/date-input-section.organism.ts","../../../../../packages/@ng-atomic/components/src/lib/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, inject, Input, input } from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport { SmartMenuButtonAtom } from '@ng-atomic/components/atoms/menu-button';\nimport { DateInputFieldMolecule } from '@ng-atomic/components/molecules/date-input-field';\nimport { Action, InjectableComponent, NgAtomicComponent, TokenizedType } from '@ng-atomic/core';\nimport dayjs from 'dayjs';\n\n@TokenizedType()\n@Directive({ standalone: true, selector: 'organisms-date-input-section' })\nexport class DateInputSectionOrganismStore extends InjectableComponent {\n readonly control = input(new FormControl<dayjs.Dayjs>(dayjs()));\n readonly label = input('');\n readonly placeholder = input('');\n readonly hint = input(null);\n readonly actions = input<Action[]>([]);\n}\n\n\n@Component({\n selector: 'organisms-date-input-section',\n imports: [\n DateInputFieldMolecule,\n SmartMenuButtonAtom,\n ],\n template: `\n <molecules-date-input-field\n [control]=\"store.control()\"\n [label]=\"store.label()\"\n [placeholder]=\"store.placeholder()\"\n [hint]=\"store.hint()\"\n />\n @if (store.actions()?.length) {\n <atoms-menu-button injectable\n [actions]=\"store.actions()\"\n (action)=\"dispatch($event)\"\n />\n }\n `,\n styleUrls: ['./date-input-section.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: DateInputSectionOrganismStore,\n inputs: ['control', 'label', 'placeholder', 'hint', 'actions'],\n }\n ],\n host: { class: 'organism input section' }\n})\nexport class DateInputSectionOrganism extends NgAtomicComponent {\n protected store = inject(DateInputSectionOrganismStore);\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-organisms-date-input-section.mjs","sources":["../tmp-esm2022/organisms/date-input-section/date-input-section.organism.js","../tmp-esm2022/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.js"],"sourcesContent":["import { __decorate } from \"tslib\";\nimport { ChangeDetectionStrategy, Component, Directive, inject, input } from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport { SmartMenuButtonAtom } from '@ng-atomic/components/atoms/menu-button';\nimport { DateInputFieldMolecule } from '@ng-atomic/components/molecules/date-input-field';\nimport { InjectableComponent, NgAtomicComponent, TokenizedType } from '@ng-atomic/core';\nimport dayjs from 'dayjs';\nimport * as i0 from \"@angular/core\";\nlet DateInputSectionOrganismStore = class DateInputSectionOrganismStore extends InjectableComponent {\n constructor() {\n super(...arguments);\n this.control = input(new FormControl(dayjs()));\n this.label = input('');\n this.placeholder = input('');\n this.hint = input(null);\n this.actions = input([]);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"17.1.0\", version: \"20.0.5\", type: DateInputSectionOrganismStore, isStandalone: true, selector: \"organisms-date-input-section\", 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 }, actions: { classPropertyName: \"actions\", publicName: \"actions\", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }\n};\nDateInputSectionOrganismStore = __decorate([\n TokenizedType()\n], DateInputSectionOrganismStore);\nexport { DateInputSectionOrganismStore };\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateInputSectionOrganismStore, decorators: [{\n type: Directive,\n args: [{ standalone: true, selector: 'organisms-date-input-section' }]\n }] });\nexport class DateInputSectionOrganism extends NgAtomicComponent {\n constructor() {\n super(...arguments);\n this.store = inject(DateInputSectionOrganismStore);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.5\", type: DateInputSectionOrganism, isStandalone: true, selector: \"organisms-date-input-section\", host: { classAttribute: \"organism input section\" }, usesInheritance: true, hostDirectives: [{ directive: DateInputSectionOrganismStore, inputs: [\"control\", \"control\", \"label\", \"label\", \"placeholder\", \"placeholder\", \"hint\", \"hint\", \"actions\", \"actions\"] }], ngImport: i0, template: `\n <molecules-date-input-field\n [control]=\"store.control()\"\n [label]=\"store.label()\"\n [placeholder]=\"store.placeholder()\"\n [hint]=\"store.hint()\"\n />\n @if (store.actions()?.length) {\n <atoms-menu-button injectable\n [actions]=\"store.actions()\"\n (action)=\"dispatch($event)\"\n />\n }\n `, isInline: true, styles: [\":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-Dl6T: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-input-section-Dl6T) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-input-section-Dl6T)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\\n\"], dependencies: [{ kind: \"component\", type: DateInputFieldMolecule, selector: \"molecules-date-input-field\" }, { kind: \"component\", type: SmartMenuButtonAtom, selector: \"atoms-menu-button, atoms-menu-button\" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateInputSectionOrganism, decorators: [{\n type: Component,\n args: [{ selector: 'organisms-date-input-section', imports: [\n DateInputFieldMolecule,\n SmartMenuButtonAtom,\n ], template: `\n <molecules-date-input-field\n [control]=\"store.control()\"\n [label]=\"store.label()\"\n [placeholder]=\"store.placeholder()\"\n [hint]=\"store.hint()\"\n />\n @if (store.actions()?.length) {\n <atoms-menu-button injectable\n [actions]=\"store.actions()\"\n (action)=\"dispatch($event)\"\n />\n }\n `, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [\n {\n directive: DateInputSectionOrganismStore,\n inputs: ['control', 'label', 'placeholder', 'hint', 'actions'],\n }\n ], host: { class: 'organism input section' }, styles: [\":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-Dl6T: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-input-section-Dl6T) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-input-section-Dl6T)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL2RhdGUtaW5wdXQtc2VjdGlvbi9kYXRlLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBUyxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEcsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQzlFLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzFGLE9BQU8sRUFBVSxtQkFBbUIsRUFBRSxpQkFBaUIsRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNoRyxPQUFPLEtBQUssTUFBTSxPQUFPLENBQUM7O0FBSW5CLElBQU0sNkJBQTZCLEdBQW5DLE1BQU0sNkJBQThCLFNBQVEsbUJBQW1CO0lBQS9EOztRQUNJLFlBQU8sR0FBRyxLQUFLLENBQUMsSUFBSSxXQUFXLENBQWMsS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ3ZELFVBQUssR0FBRyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDbEIsZ0JBQVcsR0FBRyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDeEIsU0FBSSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNuQixZQUFPLEdBQUcsS0FBSyxDQUFXLEVBQUUsQ0FBQyxDQUFDO0tBQ3hDOzhHQU5ZLDZCQUE2QjtrR0FBN0IsNkJBQTZCOztBQUE3Qiw2QkFBNkI7SUFGekMsYUFBYSxFQUFFO0dBRUgsNkJBQTZCLENBTXpDOzsyRkFOWSw2QkFBNkI7a0JBRHpDLFNBQVM7bUJBQUMsRUFBRSxVQUFVLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSw4QkFBOEIsRUFBRTs7QUF3Q3pFLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxpQkFBaUI7SUE5Qi9EOztRQStCWSxVQUFLLEdBQUcsTUFBTSxDQUFDLDZCQUE2QixDQUFDLENBQUM7S0FDekQ7OEdBRlksd0JBQXdCO2tHQUF4Qix3QkFBd0IseUtBdkN4Qiw2QkFBNkIsbUpBZTVCOzs7Ozs7Ozs7Ozs7O0dBYVgsK2pCQWhCSyxzQkFBc0IsdUVBQ3RCLG1CQUFtQjs7MkZBMEJkLHdCQUF3QjtrQkE5QnBDLFNBQVM7K0JBQ0ksOEJBQThCLFdBQy9CO3dCQUNMLHNCQUFzQjt3QkFDdEIsbUJBQW1CO3FCQUN0QixZQUNTOzs7Ozs7Ozs7Ozs7O0dBYVgsbUJBRWtCLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNaOzRCQUNJLFNBQVMsRUFBRSw2QkFBNkI7NEJBQ3hDLE1BQU0sRUFBRSxDQUFDLFNBQVMsRUFBRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sRUFBRSxTQUFTLENBQUM7eUJBQ2pFO3FCQUNKLFFBQ0ssRUFBRSxLQUFLLEVBQUUsd0JBQXdCLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBEaXJlY3RpdmUsIGluamVjdCwgSW5wdXQsIGlucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFNtYXJ0TWVudUJ1dHRvbkF0b20gfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvYXRvbXMvbWVudS1idXR0b24nO1xuaW1wb3J0IHsgRGF0ZUlucHV0RmllbGRNb2xlY3VsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9tb2xlY3VsZXMvZGF0ZS1pbnB1dC1maWVsZCc7XG5pbXBvcnQgeyBBY3Rpb24sIEluamVjdGFibGVDb21wb25lbnQsIE5nQXRvbWljQ29tcG9uZW50LCBUb2tlbml6ZWRUeXBlIH0gZnJvbSAnQG5nLWF0b21pYy9jb3JlJztcbmltcG9ydCBkYXlqcyBmcm9tICdkYXlqcyc7XG5cbkBUb2tlbml6ZWRUeXBlKClcbkBEaXJlY3RpdmUoeyBzdGFuZGFsb25lOiB0cnVlLCBzZWxlY3RvcjogJ29yZ2FuaXNtcy1kYXRlLWlucHV0LXNlY3Rpb24nIH0pXG5leHBvcnQgY2xhc3MgRGF0ZUlucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUgZXh0ZW5kcyBJbmplY3RhYmxlQ29tcG9uZW50IHtcbiAgcmVhZG9ubHkgY29udHJvbCA9IGlucHV0KG5ldyBGb3JtQ29udHJvbDxkYXlqcy5EYXlqcz4oZGF5anMoKSkpO1xuICByZWFkb25seSBsYWJlbCA9IGlucHV0KCcnKTtcbiAgcmVhZG9ubHkgcGxhY2Vob2xkZXIgPSBpbnB1dCgnJyk7XG4gIHJlYWRvbmx5IGhpbnQgPSBpbnB1dChudWxsKTtcbiAgcmVhZG9ubHkgYWN0aW9ucyA9IGlucHV0PEFjdGlvbltdPihbXSk7XG59XG5cblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtZGF0ZS1pbnB1dC1zZWN0aW9uJyxcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIERhdGVJbnB1dEZpZWxkTW9sZWN1bGUsXG4gICAgICAgIFNtYXJ0TWVudUJ1dHRvbkF0b20sXG4gICAgXSxcbiAgICB0ZW1wbGF0ZTogYFxuICA8bW9sZWN1bGVzLWRhdGUtaW5wdXQtZmllbGRcbiAgICBbY29udHJvbF09XCJzdG9yZS5jb250cm9sKClcIlxuICAgIFtsYWJlbF09XCJzdG9yZS5sYWJlbCgpXCJcbiAgICBbcGxhY2Vob2xkZXJdPVwic3RvcmUucGxhY2Vob2xkZXIoKVwiXG4gICAgW2hpbnRdPVwic3RvcmUuaGludCgpXCJcbiAgLz5cbiAgQGlmIChzdG9yZS5hY3Rpb25zKCk/Lmxlbmd0aCkge1xuICAgIDxhdG9tcy1tZW51LWJ1dHRvbiBpbmplY3RhYmxlXG4gICAgICBbYWN0aW9uc109XCJzdG9yZS5hY3Rpb25zKClcIlxuICAgICAgKGFjdGlvbik9XCJkaXNwYXRjaCgkZXZlbnQpXCJcbiAgICAvPlxuICB9XG4gIGAsXG4gICAgc3R5bGVVcmxzOiBbJy4vZGF0ZS1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLnNjc3MnXSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBob3N0RGlyZWN0aXZlczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBkaXJlY3RpdmU6IERhdGVJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlLFxuICAgICAgICAgICAgaW5wdXRzOiBbJ2NvbnRyb2wnLCAnbGFiZWwnLCAncGxhY2Vob2xkZXInLCAnaGludCcsICdhY3Rpb25zJ10sXG4gICAgICAgIH1cbiAgICBdLFxuICAgIGhvc3Q6IHsgY2xhc3M6ICdvcmdhbmlzbSBpbnB1dCBzZWN0aW9uJyB9XG59KVxuZXhwb3J0IGNsYXNzIERhdGVJbnB1dFNlY3Rpb25PcmdhbmlzbSBleHRlbmRzIE5nQXRvbWljQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIHN0b3JlID0gaW5qZWN0KERhdGVJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlKTtcbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWRhdGUtaW5wdXQtc2VjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL29yZ2FuaXNtcy9kYXRlLWlucHV0LXNlY3Rpb24vbmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWRhdGUtaW5wdXQtc2VjdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
@@ -2,25 +2,25 @@ import * as i0 from '@angular/core';
2
2
  import { inject, input, Directive, ChangeDetectionStrategy, Component } from '@angular/core';
3
3
  import { DateRangeInputFieldMolecule } from '@ng-atomic/components/molecules/date-range-input-field';
4
4
  import { FormBuilder } from '@angular/forms';
5
- import dayjs from 'dayjs';
6
5
  import { NgAtomicComponent } from '@ng-atomic/core';
7
6
  import { SmartMenuButtonAtom } from '@ng-atomic/components/atoms/menu-button';
7
+ import { addDays } from 'date-fns';
8
8
 
9
9
  class DateRangeInputSectionOrganismStore {
10
10
  constructor() {
11
11
  this.fb = inject(FormBuilder);
12
12
  this.label = input('日付範囲');
13
13
  this.control = input(this.fb.group({
14
- start: [dayjs()],
15
- end: [dayjs().add(1, 'day')],
14
+ start: [new Date()],
15
+ end: [addDays(new Date(), 1)],
16
16
  }));
17
17
  this.hint = input('hint');
18
18
  this.actions = input([]);
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateRangeInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
21
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.1.4", type: DateRangeInputSectionOrganismStore, isStandalone: true, selector: "organisms-date-range-input-section", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateRangeInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
21
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: DateRangeInputSectionOrganismStore, isStandalone: true, selector: "organisms-date-range-input-section", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
22
22
  }
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateRangeInputSectionOrganismStore, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateRangeInputSectionOrganismStore, decorators: [{
24
24
  type: Directive,
25
25
  args: [{
26
26
  standalone: true,
@@ -32,8 +32,8 @@ class DateRangeInputSectionOrganism extends NgAtomicComponent {
32
32
  super(...arguments);
33
33
  this.store = inject(DateRangeInputSectionOrganismStore);
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateRangeInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
36
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.4", type: DateRangeInputSectionOrganism, isStandalone: true, selector: "organisms-date-range-input-section", host: { classAttribute: "organism input section" }, usesInheritance: true, hostDirectives: [{ directive: DateRangeInputSectionOrganismStore, inputs: ["label", "label", "hint", "hint", "control", "control", "actions", "actions"] }], ngImport: i0, template: `
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateRangeInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.5", type: DateRangeInputSectionOrganism, isStandalone: true, selector: "organisms-date-range-input-section", host: { classAttribute: "organism input section" }, usesInheritance: true, hostDirectives: [{ directive: DateRangeInputSectionOrganismStore, inputs: ["label", "label", "hint", "hint", "control", "control", "actions", "actions"] }], ngImport: i0, template: `
37
37
  <molecules-date-range-input-field
38
38
  [label]="store.label()"
39
39
  [control]="store.control()"
@@ -44,9 +44,9 @@ class DateRangeInputSectionOrganism extends NgAtomicComponent {
44
44
  (action)="dispatch($event)"
45
45
  />
46
46
  }
47
- `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-StIk: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-StIk) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-StIk)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\n"], dependencies: [{ kind: "component", type: DateRangeInputFieldMolecule, selector: "molecules-date-range-input-field" }, { kind: "component", type: SmartMenuButtonAtom, selector: "atoms-menu-button, atoms-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
47
+ `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-7doi: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-7doi) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-7doi)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\n"], dependencies: [{ kind: "component", type: DateRangeInputFieldMolecule, selector: "molecules-date-range-input-field" }, { kind: "component", type: SmartMenuButtonAtom, selector: "atoms-menu-button, atoms-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
48
48
  }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DateRangeInputSectionOrganism, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DateRangeInputSectionOrganism, decorators: [{
50
50
  type: Component,
51
51
  args: [{ selector: 'organisms-date-range-input-section', imports: [
52
52
  DateRangeInputFieldMolecule,
@@ -67,7 +67,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
67
67
  directive: DateRangeInputSectionOrganismStore,
68
68
  inputs: ['label', 'hint', 'control', 'actions']
69
69
  }
70
- ], host: { class: 'organism input section' }, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-StIk: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-StIk) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-StIk)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\n"] }]
70
+ ], host: { class: 'organism input section' }, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-7doi: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-7doi) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-7doi)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\n"] }]
71
71
  }] });
72
72
 
73
73
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-date-range-input-section.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/organisms/date-range-input-section/date-range-input-section.organism.ts","../../../../../packages/@ng-atomic/components/src/lib/organisms/date-range-input-section/ng-atomic-components-organisms-date-range-input-section.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, inject, input } from '@angular/core';\nimport { DateRangeInputFieldMolecule } from '@ng-atomic/components/molecules/date-range-input-field';\nimport { FormBuilder } from '@angular/forms';\nimport dayjs from 'dayjs';\nimport { Action, NgAtomicComponent } from '@ng-atomic/core';\nimport { SmartMenuButtonAtom } from '@ng-atomic/components/atoms/menu-button';\n\n@Directive({\n standalone: true,\n selector: 'organisms-date-range-input-section',\n})\nexport class DateRangeInputSectionOrganismStore {\n readonly fb = inject(FormBuilder);\n readonly label = input('日付範囲');\n readonly control = input(this.fb.group({\n start: [dayjs()],\n end: [dayjs().add(1, 'day')],\n }));\n readonly hint = input('hint');\n readonly actions = input<Action[]>([]);\n}\n\n@Component({\n selector: 'organisms-date-range-input-section',\n imports: [\n DateRangeInputFieldMolecule,\n SmartMenuButtonAtom,\n ],\n template: `\n <molecules-date-range-input-field\n [label]=\"store.label()\"\n [control]=\"store.control()\"\n />\n @if (store.actions()?.length) {\n <atoms-menu-button injectable\n [actions]=\"store.actions()\"\n (action)=\"dispatch($event)\"\n />\n }\n `,\n styleUrls: ['./date-range-input-section.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: DateRangeInputSectionOrganismStore,\n inputs: ['label', 'hint', 'control', 'actions']\n }\n ],\n host: { class: 'organism input section' }\n})\nexport class DateRangeInputSectionOrganism extends NgAtomicComponent {\n protected store = inject(DateRangeInputSectionOrganismStore);\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-organisms-date-range-input-section.mjs","sources":["../tmp-esm2022/organisms/date-range-input-section/date-range-input-section.organism.js","../tmp-esm2022/organisms/date-range-input-section/ng-atomic-components-organisms-date-range-input-section.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, inject, input } from '@angular/core';\nimport { DateRangeInputFieldMolecule } from '@ng-atomic/components/molecules/date-range-input-field';\nimport { FormBuilder } from '@angular/forms';\nimport { NgAtomicComponent } from '@ng-atomic/core';\nimport { SmartMenuButtonAtom } from '@ng-atomic/components/atoms/menu-button';\nimport { addDays } from 'date-fns';\nimport * as i0 from \"@angular/core\";\nexport class DateRangeInputSectionOrganismStore {\n constructor() {\n this.fb = inject(FormBuilder);\n this.label = input('日付範囲');\n this.control = input(this.fb.group({\n start: [new Date()],\n end: [addDays(new Date(), 1)],\n }));\n this.hint = input('hint');\n this.actions = input([]);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateRangeInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"17.1.0\", version: \"20.0.5\", type: DateRangeInputSectionOrganismStore, isStandalone: true, selector: \"organisms-date-range-input-section\", inputs: { label: { classPropertyName: \"label\", publicName: \"label\", isSignal: true, isRequired: false, transformFunction: null }, control: { classPropertyName: \"control\", publicName: \"control\", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: \"hint\", publicName: \"hint\", isSignal: true, isRequired: false, transformFunction: null }, actions: { classPropertyName: \"actions\", publicName: \"actions\", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateRangeInputSectionOrganismStore, decorators: [{\n type: Directive,\n args: [{\n standalone: true,\n selector: 'organisms-date-range-input-section',\n }]\n }] });\nexport class DateRangeInputSectionOrganism extends NgAtomicComponent {\n constructor() {\n super(...arguments);\n this.store = inject(DateRangeInputSectionOrganismStore);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateRangeInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.5\", type: DateRangeInputSectionOrganism, isStandalone: true, selector: \"organisms-date-range-input-section\", host: { classAttribute: \"organism input section\" }, usesInheritance: true, hostDirectives: [{ directive: DateRangeInputSectionOrganismStore, inputs: [\"label\", \"label\", \"hint\", \"hint\", \"control\", \"control\", \"actions\", \"actions\"] }], ngImport: i0, template: `\n <molecules-date-range-input-field\n [label]=\"store.label()\"\n [control]=\"store.control()\"\n />\n @if (store.actions()?.length) {\n <atoms-menu-button injectable\n [actions]=\"store.actions()\"\n (action)=\"dispatch($event)\"\n />\n }\n `, isInline: true, styles: [\":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-7doi: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-7doi) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-7doi)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\\n\"], dependencies: [{ kind: \"component\", type: DateRangeInputFieldMolecule, selector: \"molecules-date-range-input-field\" }, { kind: \"component\", type: SmartMenuButtonAtom, selector: \"atoms-menu-button, atoms-menu-button\" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DateRangeInputSectionOrganism, decorators: [{\n type: Component,\n args: [{ selector: 'organisms-date-range-input-section', imports: [\n DateRangeInputFieldMolecule,\n SmartMenuButtonAtom,\n ], template: `\n <molecules-date-range-input-field\n [label]=\"store.label()\"\n [control]=\"store.control()\"\n />\n @if (store.actions()?.length) {\n <atoms-menu-button injectable\n [actions]=\"store.actions()\"\n (action)=\"dispatch($event)\"\n />\n }\n `, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [\n {\n directive: DateRangeInputSectionOrganismStore,\n inputs: ['label', 'hint', 'control', 'actions']\n }\n ], host: { class: 'organism input section' }, styles: [\":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-7doi: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-7doi) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-7doi)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS1yYW5nZS1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL2RhdGUtcmFuZ2UtaW5wdXQtc2VjdGlvbi9kYXRlLXJhbmdlLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUNyRyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFVLGlCQUFpQixFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDNUQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDOUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLFVBQVUsQ0FBQzs7QUFNbkMsTUFBTSxPQUFPLGtDQUFrQztJQUovQztRQUtXLE9BQUUsR0FBRyxNQUFNLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDekIsVUFBSyxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUN0QixZQUFPLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDO1lBQ3JDLEtBQUssRUFBRSxDQUFDLElBQUksSUFBSSxFQUFFLENBQUM7WUFDbkIsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLElBQUksSUFBSSxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUM7U0FDOUIsQ0FBQyxDQUFDLENBQUM7UUFDSyxTQUFJLEdBQUcsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3JCLFlBQU8sR0FBRyxLQUFLLENBQVcsRUFBRSxDQUFDLENBQUM7S0FDeEM7OEdBVFksa0NBQWtDO2tHQUFsQyxrQ0FBa0M7OzJGQUFsQyxrQ0FBa0M7a0JBSjlDLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSxvQ0FBb0M7aUJBQy9DOztBQXdDRCxNQUFNLE9BQU8sNkJBQThCLFNBQVEsaUJBQWlCO0lBNUJwRTs7UUE2QlksVUFBSyxHQUFHLE1BQU0sQ0FBQyxrQ0FBa0MsQ0FBQyxDQUFDO0tBQzlEOzhHQUZZLDZCQUE2QjtrR0FBN0IsNkJBQTZCLCtLQXZDN0Isa0NBQWtDLHFIQWlCbkM7Ozs7Ozs7Ozs7O0dBV1QsaWxCQWRDLDJCQUEyQiw2RUFDM0IsbUJBQW1COzsyRkF3QlYsNkJBQTZCO2tCQTVCekMsU0FBUzsrQkFDRSxvQ0FBb0MsV0FDckM7d0JBQ1AsMkJBQTJCO3dCQUMzQixtQkFBbUI7cUJBQ3BCLFlBQ1M7Ozs7Ozs7Ozs7O0dBV1QsbUJBRWdCLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNkOzRCQUNFLFNBQVMsRUFBRSxrQ0FBa0M7NEJBQzdDLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsU0FBUyxFQUFFLFNBQVMsQ0FBQzt5QkFDaEQ7cUJBQ0YsUUFDSyxFQUFFLEtBQUssRUFBRSx3QkFBd0IsRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIERpcmVjdGl2ZSwgaW5qZWN0LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRGF0ZVJhbmdlSW5wdXRGaWVsZE1vbGVjdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL21vbGVjdWxlcy9kYXRlLXJhbmdlLWlucHV0LWZpZWxkJztcbmltcG9ydCB7IEZvcm1CdWlsZGVyIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQWN0aW9uLCBOZ0F0b21pY0NvbXBvbmVudCB9IGZyb20gJ0BuZy1hdG9taWMvY29yZSc7XG5pbXBvcnQgeyBTbWFydE1lbnVCdXR0b25BdG9tIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL2F0b21zL21lbnUtYnV0dG9uJztcbmltcG9ydCB7IGFkZERheXMgfSBmcm9tICdkYXRlLWZucyc7XG5cbkBEaXJlY3RpdmUoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1kYXRlLXJhbmdlLWlucHV0LXNlY3Rpb24nLFxufSlcbmV4cG9ydCBjbGFzcyBEYXRlUmFuZ2VJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlIHtcbiAgcmVhZG9ubHkgZmIgPSBpbmplY3QoRm9ybUJ1aWxkZXIpO1xuICByZWFkb25seSBsYWJlbCA9IGlucHV0KCfml6Xku5jnr4Tlm7InKTtcbiAgcmVhZG9ubHkgY29udHJvbCA9IGlucHV0KHRoaXMuZmIuZ3JvdXAoe1xuICAgIHN0YXJ0OiBbbmV3IERhdGUoKV0sXG4gICAgZW5kOiBbYWRkRGF5cyhuZXcgRGF0ZSgpLCAxKV0sXG4gIH0pKTtcbiAgcmVhZG9ubHkgaGludCA9IGlucHV0KCdoaW50Jyk7XG4gIHJlYWRvbmx5IGFjdGlvbnMgPSBpbnB1dDxBY3Rpb25bXT4oW10pO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtZGF0ZS1yYW5nZS1pbnB1dC1zZWN0aW9uJyxcbiAgaW1wb3J0czogW1xuICAgIERhdGVSYW5nZUlucHV0RmllbGRNb2xlY3VsZSxcbiAgICBTbWFydE1lbnVCdXR0b25BdG9tLFxuICBdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxtb2xlY3VsZXMtZGF0ZS1yYW5nZS1pbnB1dC1maWVsZFxuICAgICAgW2xhYmVsXT1cInN0b3JlLmxhYmVsKClcIlxuICAgICAgW2NvbnRyb2xdPVwic3RvcmUuY29udHJvbCgpXCJcbiAgICAvPlxuICAgIEBpZiAoc3RvcmUuYWN0aW9ucygpPy5sZW5ndGgpIHtcbiAgICAgIDxhdG9tcy1tZW51LWJ1dHRvbiBpbmplY3RhYmxlXG4gICAgICAgIFthY3Rpb25zXT1cInN0b3JlLmFjdGlvbnMoKVwiXG4gICAgICAgIChhY3Rpb24pPVwiZGlzcGF0Y2goJGV2ZW50KVwiXG4gICAgICAvPlxuICAgIH1cbiAgYCxcbiAgc3R5bGVVcmxzOiBbJy4vZGF0ZS1yYW5nZS1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGhvc3REaXJlY3RpdmVzOiBbXG4gICAge1xuICAgICAgZGlyZWN0aXZlOiBEYXRlUmFuZ2VJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlLFxuICAgICAgaW5wdXRzOiBbJ2xhYmVsJywgJ2hpbnQnLCAnY29udHJvbCcsICdhY3Rpb25zJ11cbiAgICB9XG4gIF0sXG4gIGhvc3Q6IHsgY2xhc3M6ICdvcmdhbmlzbSBpbnB1dCBzZWN0aW9uJyB9XG59KVxuZXhwb3J0IGNsYXNzIERhdGVSYW5nZUlucHV0U2VjdGlvbk9yZ2FuaXNtIGV4dGVuZHMgTmdBdG9taWNDb21wb25lbnQge1xuICBwcm90ZWN0ZWQgc3RvcmUgPSBpbmplY3QoRGF0ZVJhbmdlSW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSk7XG59XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWRhdGUtcmFuZ2UtaW5wdXQtc2VjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL29yZ2FuaXNtcy9kYXRlLXJhbmdlLWlucHV0LXNlY3Rpb24vbmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWRhdGUtcmFuZ2UtaW5wdXQtc2VjdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
@@ -1,17 +1,15 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { input, Directive, inject, ChangeDetectionStrategy, Component } from '@angular/core';
3
- import { MatDivider } from '@angular/material/divider';
4
- import { MatLabel } from '@angular/material/form-field';
5
3
  import { NgAtomicComponent } from '@ng-atomic/core';
6
4
 
7
5
  class DefinitionListOrganismStore {
8
6
  constructor() {
9
7
  this.label = input('label');
10
8
  }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DefinitionListOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
12
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.1.4", type: DefinitionListOrganismStore, isStandalone: true, selector: "organisms-definition-list", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
9
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DefinitionListOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: DefinitionListOrganismStore, isStandalone: true, selector: "organisms-definition-list", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
13
11
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DefinitionListOrganismStore, decorators: [{
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DefinitionListOrganismStore, decorators: [{
15
13
  type: Directive,
16
14
  args: [{ standalone: true, selector: 'organisms-definition-list' }]
17
15
  }] });
@@ -20,8 +18,8 @@ class DefinitionListOrganism extends NgAtomicComponent {
20
18
  super(...arguments);
21
19
  this.store = inject(DefinitionListOrganismStore);
22
20
  }
23
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DefinitionListOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
24
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: DefinitionListOrganism, isStandalone: true, selector: "organisms-definition-list", usesInheritance: true, hostDirectives: [{ directive: DefinitionListOrganismStore, inputs: ["label", "label"] }], ngImport: i0, template: `
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DefinitionListOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
22
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: DefinitionListOrganism, isStandalone: true, selector: "organisms-definition-list", usesInheritance: true, hostDirectives: [{ directive: DefinitionListOrganismStore, inputs: ["label", "label"] }], ngImport: i0, template: `
25
23
  <section>
26
24
  <dl>
27
25
  <ng-content/>
@@ -31,14 +29,11 @@ class DefinitionListOrganism extends NgAtomicComponent {
31
29
  <dt>支払金額</dt> <dd>¥2,000</dd> -->
32
30
  </dl>
33
31
  </section>
34
- `, isInline: true, styles: [":host{display:block;--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-EWAM: var(--mdc-outlined-text-field-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-EWAM: var(--mat-form-field-outlined-label-text-populated-size)}:host{width:100%;padding:0 16px;box-sizing:border-box}:host mat-label{color:var(--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-EWAM);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-EWAM);font-weight:400}:host dl{display:flex;flex-wrap:wrap;width:100%;font-size:.9em}:host dl ::ng-deep>mat-divider{width:100%;height:6px}:host dl ::ng-deep>dt{float:left;width:50%;color:var(--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-EWAM);line-height:1.5em}:host dl ::ng-deep>dd{text-align:right;width:50%;height:1.5em;margin-inline-start:0;line-height:1.5em}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
32
+ `, isInline: true, styles: [":host{display:block;--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF: var(--mat-form-field-outlined-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-5rUF: var(--mat-form-field-outlined-label-text-populated-size)}:host{width:100%;padding:0 16px;box-sizing:border-box}:host mat-label{color:var(--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-5rUF);font-weight:400}:host dl{display:flex;flex-wrap:wrap;width:100%;font-size:.9em}:host dl ::ng-deep>mat-divider{width:100%;height:6px}:host dl ::ng-deep>dt{float:left;width:50%;color:var(--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF);line-height:1.5em}:host dl ::ng-deep>dd{text-align:right;width:50%;height:1.5em;margin-inline-start:0;line-height:1.5em}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
35
33
  }
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: DefinitionListOrganism, decorators: [{
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: DefinitionListOrganism, decorators: [{
37
35
  type: Component,
38
- args: [{ selector: 'organisms-definition-list', imports: [
39
- MatDivider,
40
- MatLabel,
41
- ], template: `
36
+ args: [{ selector: 'organisms-definition-list', template: `
42
37
  <section>
43
38
  <dl>
44
39
  <ng-content/>
@@ -53,7 +48,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
53
48
  directive: DefinitionListOrganismStore,
54
49
  inputs: ['label'],
55
50
  },
56
- ], styles: [":host{display:block;--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-EWAM: var(--mdc-outlined-text-field-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-EWAM: var(--mat-form-field-outlined-label-text-populated-size)}:host{width:100%;padding:0 16px;box-sizing:border-box}:host mat-label{color:var(--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-EWAM);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-EWAM);font-weight:400}:host dl{display:flex;flex-wrap:wrap;width:100%;font-size:.9em}:host dl ::ng-deep>mat-divider{width:100%;height:6px}:host dl ::ng-deep>dt{float:left;width:50%;color:var(--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-EWAM);line-height:1.5em}:host dl ::ng-deep>dd{text-align:right;width:50%;height:1.5em;margin-inline-start:0;line-height:1.5em}\n"] }]
51
+ ], styles: [":host{display:block;--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF: var(--mat-form-field-outlined-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-5rUF: var(--mat-form-field-outlined-label-text-populated-size)}:host{width:100%;padding:0 16px;box-sizing:border-box}:host mat-label{color:var(--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-5rUF);font-weight:400}:host dl{display:flex;flex-wrap:wrap;width:100%;font-size:.9em}:host dl ::ng-deep>mat-divider{width:100%;height:6px}:host dl ::ng-deep>dt{float:left;width:50%;color:var(--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF);line-height:1.5em}:host dl ::ng-deep>dd{text-align:right;width:50%;height:1.5em;margin-inline-start:0;line-height:1.5em}\n"] }]
57
52
  }] });
58
53
 
59
54
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-definition-list.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/organisms/definition-list/definition-list.organism.ts","../../../../../packages/@ng-atomic/components/src/lib/organisms/definition-list/ng-atomic-components-organisms-definition-list.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, inject, input } from '@angular/core';\nimport { MatDivider } from '@angular/material/divider';\nimport { MatLabel } from '@angular/material/form-field';\nimport { NgAtomicComponent } from '@ng-atomic/core';\n\n@Directive({ standalone: true, selector: 'organisms-definition-list' })\nexport class DefinitionListOrganismStore {\n readonly label = input('label');\n}\n\n@Component({\n selector: 'organisms-definition-list',\n imports: [\n MatDivider,\n MatLabel,\n ],\n template: `\n <section>\n <dl>\n <ng-content/>\n <!-- <dt>寄付金額</dt> <dd>¥2,000</dd>\n <dt>手数料</dt> <dd>¥0</dd>\n <mat-divider />\n <dt>支払金額</dt> <dd>¥2,000</dd> -->\n </dl>\n </section>\n `,\n styleUrl: './definition-list.organism.scss',\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: DefinitionListOrganismStore,\n inputs: ['label'],\n },\n ]\n})\nexport class DefinitionListOrganism extends NgAtomicComponent {\n protected readonly store = inject(DefinitionListOrganismStore);\n // readonly definitionItems = \n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAMa,2BAA2B,CAAA;AADxC,IAAA,WAAA,GAAA;AAEW,QAAA,IAAA,CAAA,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC;AAChC;8GAFY,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAA3B,2BAA2B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;2FAA3B,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBADvC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,2BAA2B,EAAE;;AA+BhE,MAAO,sBAAuB,SAAQ,iBAAiB,CAAA;AA1B7D,IAAA,WAAA,GAAA;;AA2BqB,QAAA,IAAA,CAAA,KAAK,GAAG,MAAM,CAAC,2BAA2B,CAAC;AAE/D;8GAHY,sBAAsB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAtB,sBAAsB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,eAAA,EAAA,IAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EA9BtB,2BAA2B,EAU1B,MAAA,EAAA,CAAA,OAAA,EAAA,OAAA,CAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;;;;;;;AAUX,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,y5BAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAUU,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBA1BlC,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,2BAA2B,EAC5B,OAAA,EAAA;wBACL,UAAU;wBACV,QAAQ;qBACX,EACS,QAAA,EAAA;;;;;;;;;;GAUX,EAEkB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAC/B,cAAA,EAAA;AACZ,wBAAA;AACI,4BAAA,SAAS,EAAE,2BAA2B;4BACtC,MAAM,EAAE,CAAC,OAAO,CAAC;AACpB,yBAAA;AACJ,qBAAA,EAAA,MAAA,EAAA,CAAA,y5BAAA,CAAA,EAAA;;;AClCL;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-components-organisms-definition-list.mjs","sources":["../tmp-esm2022/organisms/definition-list/definition-list.organism.js","../tmp-esm2022/organisms/definition-list/ng-atomic-components-organisms-definition-list.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, inject, input } from '@angular/core';\nimport { NgAtomicComponent } from '@ng-atomic/core';\nimport * as i0 from \"@angular/core\";\nexport class DefinitionListOrganismStore {\n constructor() {\n this.label = input('label');\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DefinitionListOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"17.1.0\", version: \"20.0.5\", type: DefinitionListOrganismStore, isStandalone: true, selector: \"organisms-definition-list\", inputs: { label: { classPropertyName: \"label\", publicName: \"label\", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DefinitionListOrganismStore, decorators: [{\n type: Directive,\n args: [{ standalone: true, selector: 'organisms-definition-list' }]\n }] });\nexport class DefinitionListOrganism extends NgAtomicComponent {\n constructor() {\n super(...arguments);\n this.store = inject(DefinitionListOrganismStore);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DefinitionListOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.5\", type: DefinitionListOrganism, isStandalone: true, selector: \"organisms-definition-list\", usesInheritance: true, hostDirectives: [{ directive: DefinitionListOrganismStore, inputs: [\"label\", \"label\"] }], ngImport: i0, template: `\n <section>\n <dl>\n <ng-content/>\n <!-- <dt>寄付金額</dt> <dd>¥2,000</dd>\n <dt>手数料</dt> <dd>¥0</dd>\n <mat-divider />\n <dt>支払金額</dt> <dd>¥2,000</dd> -->\n </dl>\n </section>\n `, isInline: true, styles: [\":host{display:block;--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF: var(--mat-form-field-outlined-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-5rUF: var(--mat-form-field-outlined-label-text-populated-size)}:host{width:100%;padding:0 16px;box-sizing:border-box}:host mat-label{color:var(--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-5rUF);font-weight:400}:host dl{display:flex;flex-wrap:wrap;width:100%;font-size:.9em}:host dl ::ng-deep>mat-divider{width:100%;height:6px}:host dl ::ng-deep>dt{float:left;width:50%;color:var(--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF);line-height:1.5em}:host dl ::ng-deep>dd{text-align:right;width:50%;height:1.5em;margin-inline-start:0;line-height:1.5em}\\n\"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: DefinitionListOrganism, decorators: [{\n type: Component,\n args: [{ selector: 'organisms-definition-list', template: `\n <section>\n <dl>\n <ng-content/>\n <!-- <dt>寄付金額</dt> <dd>¥2,000</dd>\n <dt>手数料</dt> <dd>¥0</dd>\n <mat-divider />\n <dt>支払金額</dt> <dd>¥2,000</dd> -->\n </dl>\n </section>\n `, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [\n {\n directive: DefinitionListOrganismStore,\n inputs: ['label'],\n },\n ], styles: [\":host{display:block;--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF: var(--mat-form-field-outlined-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-5rUF: var(--mat-form-field-outlined-label-text-populated-size)}:host{width:100%;padding:0 16px;box-sizing:border-box}:host mat-label{color:var(--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-5rUF);font-weight:400}:host dl{display:flex;flex-wrap:wrap;width:100%;font-size:.9em}:host dl ::ng-deep>mat-divider{width:100%;height:6px}:host dl ::ng-deep>dt{float:left;width:50%;color:var(--mat-form-field-outlined-label-text-color-SCOPED-IN-definition-list-5rUF);line-height:1.5em}:host dl ::ng-deep>dd{text-align:right;width:50%;height:1.5em;margin-inline-start:0;line-height:1.5em}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbi1saXN0Lm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL2RlZmluaXRpb24tbGlzdC9kZWZpbml0aW9uLWxpc3Qub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFHcEQsTUFBTSxPQUFPLDJCQUEyQjtJQUR4QztRQUVXLFVBQUssR0FBRyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUM7S0FDakM7OEdBRlksMkJBQTJCO2tHQUEzQiwyQkFBMkI7OzJGQUEzQiwyQkFBMkI7a0JBRHZDLFNBQVM7bUJBQUMsRUFBRSxVQUFVLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSwyQkFBMkIsRUFBRTs7QUEyQnRFLE1BQU0sT0FBTyxzQkFBdUIsU0FBUSxpQkFBaUI7SUF0QjdEOztRQXVCcUIsVUFBSyxHQUFHLE1BQU0sQ0FBQywyQkFBMkIsQ0FBQyxDQUFDO0tBRWhFOzhHQUhZLHNCQUFzQjtrR0FBdEIsc0JBQXNCLGtIQTFCdEIsMkJBQTJCLHlEQU01Qjs7Ozs7Ozs7OztHQVVUOzsyRkFVVSxzQkFBc0I7a0JBdEJsQyxTQUFTOytCQUNFLDJCQUEyQixZQUMzQjs7Ozs7Ozs7OztHQVVULG1CQUVnQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDZDs0QkFDRSxTQUFTLEVBQUUsMkJBQTJCOzRCQUN0QyxNQUFNLEVBQUUsQ0FBQyxPQUFPLENBQUM7eUJBQ2xCO3FCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRGlyZWN0aXZlLCBpbmplY3QsIGlucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOZ0F0b21pY0NvbXBvbmVudCB9IGZyb20gJ0BuZy1hdG9taWMvY29yZSc7XG5cbkBEaXJlY3RpdmUoeyBzdGFuZGFsb25lOiB0cnVlLCBzZWxlY3RvcjogJ29yZ2FuaXNtcy1kZWZpbml0aW9uLWxpc3QnIH0pXG5leHBvcnQgY2xhc3MgRGVmaW5pdGlvbkxpc3RPcmdhbmlzbVN0b3JlIHtcbiAgcmVhZG9ubHkgbGFiZWwgPSBpbnB1dCgnbGFiZWwnKTtcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLWRlZmluaXRpb24tbGlzdCcsXG4gIHRlbXBsYXRlOiBgXG4gIDxzZWN0aW9uPlxuICAgIDxkbD5cbiAgICAgIDxuZy1jb250ZW50Lz5cbiAgICAgIDwhLS0gPGR0PuWvhOS7mOmHkemhjTwvZHQ+IDxkZD7CpTIsMDAwPC9kZD5cbiAgICAgIDxkdD7miYvmlbDmlpk8L2R0PiA8ZGQ+wqUwPC9kZD5cbiAgICAgIDxtYXQtZGl2aWRlciAvPlxuICAgICAgPGR0PuaUr+aJlemHkemhjTwvZHQ+IDxkZD7CpTIsMDAwPC9kZD4gLS0+XG4gICAgPC9kbD5cbiAgPC9zZWN0aW9uPlxuICBgLFxuICBzdHlsZVVybDogJy4vZGVmaW5pdGlvbi1saXN0Lm9yZ2FuaXNtLnNjc3MnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IERlZmluaXRpb25MaXN0T3JnYW5pc21TdG9yZSxcbiAgICAgIGlucHV0czogWydsYWJlbCddLFxuICAgIH0sXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgRGVmaW5pdGlvbkxpc3RPcmdhbmlzbSBleHRlbmRzIE5nQXRvbWljQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IHN0b3JlID0gaW5qZWN0KERlZmluaXRpb25MaXN0T3JnYW5pc21TdG9yZSk7XG4gIC8vIHJlYWRvbmx5IGRlZmluaXRpb25JdGVtcyA9IFxufVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWRlZmluaXRpb24tbGlzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL29yZ2FuaXNtcy9kZWZpbml0aW9uLWxpc3QvbmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWRlZmluaXRpb24tbGlzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
@@ -22,14 +22,14 @@ let FileInputSectionOrganismStore = class FileInputSectionOrganismStore extends
22
22
  console.debug('FileInputSectionOrganismStore#progress:', this.progress());
23
23
  });
24
24
  }
25
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FileInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
26
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.1.4", type: FileInputSectionOrganismStore, isStandalone: true, selector: "organisms-file-input-section", 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 } }, usesInheritance: true, ngImport: i0 }); }
25
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
26
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.0.5", type: FileInputSectionOrganismStore, isStandalone: true, selector: "organisms-file-input-section", 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 } }, usesInheritance: true, ngImport: i0 }); }
27
27
  };
28
28
  FileInputSectionOrganismStore = __decorate([
29
29
  TokenizedType(),
30
30
  __metadata("design:paramtypes", [])
31
31
  ], FileInputSectionOrganismStore);
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FileInputSectionOrganismStore, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileInputSectionOrganismStore, decorators: [{
33
33
  type: Directive,
34
34
  args: [{ standalone: true, selector: 'organisms-file-input-section' }]
35
35
  }], ctorParameters: () => [] });
@@ -45,8 +45,8 @@ class FileInputSectionOrganism extends NgAtomicComponent {
45
45
  onCancel() {
46
46
  this.dispatch({ id: ActionId.CANCEL });
47
47
  }
48
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FileInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
49
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: FileInputSectionOrganism, isStandalone: true, selector: "organisms-file-input-section", usesInheritance: true, hostDirectives: [{ directive: FileInputSectionOrganismStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "hint", "hint", "progress", "progress"] }], ngImport: i0, template: `
48
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
49
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: FileInputSectionOrganism, isStandalone: true, selector: "organisms-file-input-section", usesInheritance: true, hostDirectives: [{ directive: FileInputSectionOrganismStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "hint", "hint", "progress", "progress"] }], ngImport: i0, template: `
50
50
  <molecules-file-input-field
51
51
  [control]="store.control()"
52
52
  [label]="store.label()"
@@ -55,7 +55,7 @@ class FileInputSectionOrganism extends NgAtomicComponent {
55
55
  [placeholder]="store.placeholder()"
56
56
  (action)="dispatch($event)"
57
57
  />
58
- `, isInline: true, styles: [":host{display:block;--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-file-input-section-6wys: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-6wys);box-sizing:border-box}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "component", type: FileInputFieldMolecule, selector: "molecules-file-input-field" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
58
+ `, isInline: true, styles: [":host{display:block;--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-file-input-section-kAmF: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-kAmF);box-sizing:border-box}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "component", type: FileInputFieldMolecule, selector: "molecules-file-input-field" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
59
59
  }
60
60
  __decorate([
61
61
  Effect(FileInputFieldMolecule.ActionId.FILE_SELECTED),
@@ -69,7 +69,7 @@ __decorate([
69
69
  __metadata("design:paramtypes", []),
70
70
  __metadata("design:returntype", void 0)
71
71
  ], FileInputSectionOrganism.prototype, "onCancel", null);
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FileInputSectionOrganism, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FileInputSectionOrganism, decorators: [{
73
73
  type: Component,
74
74
  args: [{ selector: 'organisms-file-input-section', imports: [
75
75
  FileInputFieldMolecule,
@@ -87,7 +87,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
87
87
  directive: FileInputSectionOrganismStore,
88
88
  inputs: ['control', 'label', 'placeholder', 'hint', 'progress'],
89
89
  }
90
- ], styles: [":host{display:block;--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-file-input-section-6wys: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-6wys);box-sizing:border-box}:host mat-form-field{width:100%}\n"] }]
90
+ ], styles: [":host{display:block;--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-file-input-section-kAmF: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-kAmF);box-sizing:border-box}:host mat-form-field{width:100%}\n"] }]
91
91
  }], propDecorators: { onFileSelected: [], onCancel: [] } });
92
92
 
93
93
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-file-input-section.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/organisms/file-input-section/file-input-section.organism.ts","../../../../../packages/@ng-atomic/components/src/lib/organisms/file-input-section/ng-atomic-components-organisms-file-input-section.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Directive, effect, inject, input } from '@angular/core';\nimport { FileInputFieldMolecule } from '@ng-atomic/components/molecules/file-input-field';\nimport { Effect, InjectableComponent, NgAtomicComponent, TokenizedType } from '@ng-atomic/core';\nimport { FormControl } from '@angular/forms';\n\nenum ActionId {\n FILE_SELECTED = '[@ng-atomic/components/organisms/file-input-section] File selected',\n CANCEL = '[@ng-atomic/components/organisms/file-input-section] Cancel',\n}\n\n@TokenizedType()\n@Directive({ standalone: true, selector: 'organisms-file-input-section' })\nexport class FileInputSectionOrganismStore extends InjectableComponent {\n readonly control = input(new FormControl(null));\n readonly label = input('label');\n readonly placeholder = input('placeholder');\n readonly hint = input<string | null>(null);\n readonly progress = input<number | false>(false);\n\n constructor() {\n super();\n effect(() => {\n console.debug('FileInputSectionOrganismStore#progress:', this.progress());\n });\n }\n}\n\n@Component({\n selector: 'organisms-file-input-section',\n imports: [\n FileInputFieldMolecule,\n ],\n template: `\n <molecules-file-input-field\n [control]=\"store.control()\"\n [label]=\"store.label()\"\n [hint]=\"store.hint()\"\n [progress]=\"store.progress()\"\n [placeholder]=\"store.placeholder()\"\n (action)=\"dispatch($event)\"\n />\n `,\n styleUrls: ['./file-input-section.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n hostDirectives: [\n {\n directive: FileInputSectionOrganismStore,\n inputs: ['control', 'label', 'placeholder', 'hint', 'progress'],\n }\n ]\n})\nexport class FileInputSectionOrganism extends NgAtomicComponent {\n static ActionId = ActionId;\n protected store = inject(FileInputSectionOrganismStore);\n\n @Effect(FileInputFieldMolecule.ActionId.FILE_SELECTED)\n protected onFileSelected(files: File[]) {\n this.dispatch({id: ActionId.FILE_SELECTED, payload: files});\n }\n\n @Effect(FileInputFieldMolecule.ActionId.CANCEL)\n protected onCancel() {\n this.dispatch({id: ActionId.CANCEL});\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;AAKA,IAAK,QAGJ;AAHD,CAAA,UAAK,QAAQ,EAAA;AACX,IAAA,QAAA,CAAA,eAAA,CAAA,GAAA,oEAAoF;AACpF,IAAA,QAAA,CAAA,QAAA,CAAA,GAAA,6DAAsE;AACxE,CAAC,EAHI,QAAQ,KAAR,QAAQ,GAGZ,EAAA,CAAA,CAAA;AAIM,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,mBAAmB,CAAA;AAOpE,IAAA,WAAA,GAAA;AACE,QAAA,KAAK,EAAE;QAPA,IAAO,CAAA,OAAA,GAAG,KAAK,CAAC,IAAI,WAAW,CAAC,IAAI,CAAC,CAAC;AACtC,QAAA,IAAA,CAAA,KAAK,GAAG,KAAK,CAAC,OAAO,CAAC;AACtB,QAAA,IAAA,CAAA,WAAW,GAAG,KAAK,CAAC,aAAa,CAAC;AAClC,QAAA,IAAA,CAAA,IAAI,GAAG,KAAK,CAAgB,IAAI,CAAC;AACjC,QAAA,IAAA,CAAA,QAAQ,GAAG,KAAK,CAAiB,KAAK,CAAC;QAI9C,MAAM,CAAC,MAAK;YACV,OAAO,CAAC,KAAK,CAAC,yCAAyC,EAAE,IAAI,CAAC,QAAQ,EAAE,CAAC;AAC3E,SAAC,CAAC;;8GAXO,6BAA6B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAA7B,6BAA6B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,UAAA,EAAA,SAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;AAA7B,6BAA6B,GAAA,UAAA,CAAA;AAFzC,IAAA,aAAa,EAAE;;AAEH,CAAA,EAAA,6BAA6B,CAazC;2FAbY,6BAA6B,EAAA,UAAA,EAAA,CAAA;kBADzC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,8BAA8B,EAAE;;AAwCnE,MAAO,wBAAyB,SAAQ,iBAAiB,CAAA;AAxB/D,IAAA,WAAA,GAAA;;AA0BY,QAAA,IAAA,CAAA,KAAK,GAAG,MAAM,CAAC,6BAA6B,CAAC;AAWxD;aAZQ,IAAQ,CAAA,QAAA,GAAG,QAAH,CAAY;AAIjB,IAAA,cAAc,CAAC,KAAa,EAAA;AACpC,QAAA,IAAI,CAAC,QAAQ,CAAC,EAAC,EAAE,EAAE,QAAQ,CAAC,aAAa,EAAE,OAAO,EAAE,KAAK,EAAC,CAAC;;IAInD,QAAQ,GAAA;QAChB,IAAI,CAAC,QAAQ,CAAC,EAAC,EAAE,EAAE,QAAQ,CAAC,MAAM,EAAC,CAAC;;8GAX3B,wBAAwB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;kGAAxB,wBAAwB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,eAAA,EAAA,IAAA,EAAA,cAAA,EAAA,CAAA,EAAA,SAAA,EAvCxB,6BAA6B,EAoB5B,MAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAAA,OAAA,EAAA,OAAA,EAAA,aAAA,EAAA,aAAA,EAAA,MAAA,EAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA;;;;;;;;;AASX,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,gSAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAXK,sBAAsB,EAAA,QAAA,EAAA,4BAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;AA0BlB,UAAA,CAAA;AADT,IAAA,MAAM,CAAC,sBAAsB,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;AAGrD,CAAA,EAAA,wBAAA,CAAA,SAAA,EAAA,gBAAA,EAAA,IAAA,CAAA;AAGS,UAAA,CAAA;AADT,IAAA,MAAM,CAAC,sBAAsB,CAAC,QAAQ,CAAC,MAAM,CAAC;;;;AAG9C,CAAA,EAAA,wBAAA,CAAA,SAAA,EAAA,UAAA,EAAA,IAAA,CAAA;2FAZU,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAxBpC,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,8BAA8B,EAC/B,OAAA,EAAA;wBACL,sBAAsB;qBACzB,EACS,QAAA,EAAA;;;;;;;;;GASX,EAEkB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAC/B,cAAA,EAAA;AACZ,wBAAA;AACI,4BAAA,SAAS,EAAE,6BAA6B;4BACxC,MAAM,EAAE,CAAC,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,UAAU,CAAC;AAClE;AACJ,qBAAA,EAAA,MAAA,EAAA,CAAA,gSAAA,CAAA,EAAA;AAOO,SAAA,CAAA,EAAA,cAAA,EAAA,EAAA,cAAc,MAKd,QAAQ,EAAA,EAAA,EAAA,EAAA,CAAA;;AC7DpB;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-components-organisms-file-input-section.mjs","sources":["../tmp-esm2022/organisms/file-input-section/file-input-section.organism.js","../tmp-esm2022/organisms/file-input-section/ng-atomic-components-organisms-file-input-section.js"],"sourcesContent":["import { __decorate, __metadata } from \"tslib\";\nimport { ChangeDetectionStrategy, Component, Directive, effect, inject, input } from '@angular/core';\nimport { FileInputFieldMolecule } from '@ng-atomic/components/molecules/file-input-field';\nimport { Effect, InjectableComponent, NgAtomicComponent, TokenizedType } from '@ng-atomic/core';\nimport { FormControl } from '@angular/forms';\nimport * as i0 from \"@angular/core\";\nvar ActionId;\n(function (ActionId) {\n ActionId[\"FILE_SELECTED\"] = \"[@ng-atomic/components/organisms/file-input-section] File selected\";\n ActionId[\"CANCEL\"] = \"[@ng-atomic/components/organisms/file-input-section] Cancel\";\n})(ActionId || (ActionId = {}));\nlet FileInputSectionOrganismStore = class FileInputSectionOrganismStore extends InjectableComponent {\n constructor() {\n super();\n this.control = input(new FormControl(null));\n this.label = input('label');\n this.placeholder = input('placeholder');\n this.hint = input(null);\n this.progress = input(false);\n effect(() => {\n console.debug('FileInputSectionOrganismStore#progress:', this.progress());\n });\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: FileInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }\n static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: \"17.1.0\", version: \"20.0.5\", type: FileInputSectionOrganismStore, isStandalone: true, selector: \"organisms-file-input-section\", 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 } }, usesInheritance: true, ngImport: i0 }); }\n};\nFileInputSectionOrganismStore = __decorate([\n TokenizedType(),\n __metadata(\"design:paramtypes\", [])\n], FileInputSectionOrganismStore);\nexport { FileInputSectionOrganismStore };\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: FileInputSectionOrganismStore, decorators: [{\n type: Directive,\n args: [{ standalone: true, selector: 'organisms-file-input-section' }]\n }], ctorParameters: () => [] });\nexport class FileInputSectionOrganism extends NgAtomicComponent {\n constructor() {\n super(...arguments);\n this.store = inject(FileInputSectionOrganismStore);\n }\n static { this.ActionId = ActionId; }\n onFileSelected(files) {\n this.dispatch({ id: ActionId.FILE_SELECTED, payload: files });\n }\n onCancel() {\n this.dispatch({ id: ActionId.CANCEL });\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: FileInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.5\", type: FileInputSectionOrganism, isStandalone: true, selector: \"organisms-file-input-section\", usesInheritance: true, hostDirectives: [{ directive: FileInputSectionOrganismStore, inputs: [\"control\", \"control\", \"label\", \"label\", \"placeholder\", \"placeholder\", \"hint\", \"hint\", \"progress\", \"progress\"] }], ngImport: i0, template: `\n <molecules-file-input-field\n [control]=\"store.control()\"\n [label]=\"store.label()\"\n [hint]=\"store.hint()\"\n [progress]=\"store.progress()\"\n [placeholder]=\"store.placeholder()\"\n (action)=\"dispatch($event)\"\n />\n `, isInline: true, styles: [\":host{display:block;--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-file-input-section-kAmF: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-kAmF);box-sizing:border-box}:host mat-form-field{width:100%}\\n\"], dependencies: [{ kind: \"component\", type: FileInputFieldMolecule, selector: \"molecules-file-input-field\" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\n__decorate([\n Effect(FileInputFieldMolecule.ActionId.FILE_SELECTED),\n __metadata(\"design:type\", Function),\n __metadata(\"design:paramtypes\", [Array]),\n __metadata(\"design:returntype\", void 0)\n], FileInputSectionOrganism.prototype, \"onFileSelected\", null);\n__decorate([\n Effect(FileInputFieldMolecule.ActionId.CANCEL),\n __metadata(\"design:type\", Function),\n __metadata(\"design:paramtypes\", []),\n __metadata(\"design:returntype\", void 0)\n], FileInputSectionOrganism.prototype, \"onCancel\", null);\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: FileInputSectionOrganism, decorators: [{\n type: Component,\n args: [{ selector: 'organisms-file-input-section', imports: [\n FileInputFieldMolecule,\n ], template: `\n <molecules-file-input-field\n [control]=\"store.control()\"\n [label]=\"store.label()\"\n [hint]=\"store.hint()\"\n [progress]=\"store.progress()\"\n [placeholder]=\"store.placeholder()\"\n (action)=\"dispatch($event)\"\n />\n `, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [\n {\n directive: FileInputSectionOrganismStore,\n inputs: ['control', 'label', 'placeholder', 'hint', 'progress'],\n }\n ], styles: [\":host{display:block;--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-file-input-section-kAmF: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-kAmF);box-sizing:border-box}:host mat-form-field{width:100%}\\n\"] }]\n }], propDecorators: { onFileSelected: [], onCancel: [] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL2ZpbGUtaW5wdXQtc2VjdGlvbi9maWxlLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JHLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzFGLE9BQU8sRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsaUJBQWlCLEVBQUUsYUFBYSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDaEcsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDOztBQUU3QyxJQUFLLFFBR0o7QUFIRCxXQUFLLFFBQVE7SUFDWCxnR0FBb0YsQ0FBQTtJQUNwRixrRkFBc0UsQ0FBQTtBQUN4RSxDQUFDLEVBSEksUUFBUSxLQUFSLFFBQVEsUUFHWjtBQUlNLElBQU0sNkJBQTZCLEdBQW5DLE1BQU0sNkJBQThCLFNBQVEsbUJBQW1CO0lBT3BFO1FBQ0UsS0FBSyxFQUFFLENBQUM7UUFQRCxZQUFPLEdBQUcsS0FBSyxDQUFDLElBQUksV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUM7UUFDdkMsVUFBSyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUN2QixnQkFBVyxHQUFHLEtBQUssQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUNuQyxTQUFJLEdBQUcsS0FBSyxDQUFnQixJQUFJLENBQUMsQ0FBQztRQUNsQyxhQUFRLEdBQUcsS0FBSyxDQUFpQixLQUFLLENBQUMsQ0FBQztRQUkvQyxNQUFNLENBQUMsR0FBRyxFQUFFO1lBQ1YsT0FBTyxDQUFDLEtBQUssQ0FBQyx5Q0FBeUMsRUFBRSxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQztRQUM1RSxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7OEdBWlUsNkJBQTZCO2tHQUE3Qiw2QkFBNkI7O0FBQTdCLDZCQUE2QjtJQUZ6QyxhQUFhLEVBQUU7O0dBRUgsNkJBQTZCLENBYXpDOzsyRkFiWSw2QkFBNkI7a0JBRHpDLFNBQVM7bUJBQUMsRUFBRSxVQUFVLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSw4QkFBOEIsRUFBRTs7QUF3Q3pFLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxpQkFBaUI7SUF4Qi9EOztRQTBCWSxVQUFLLEdBQUcsTUFBTSxDQUFDLDZCQUE2QixDQUFDLENBQUM7S0FXekQ7YUFaUSxhQUFRLEdBQUcsUUFBUSxBQUFYLENBQVk7SUFJakIsY0FBYyxDQUFDLEtBQWE7UUFDcEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxFQUFDLEVBQUUsRUFBRSxRQUFRLENBQUMsYUFBYSxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUMsQ0FBQyxDQUFDO0lBQzlELENBQUM7SUFHUyxRQUFRO1FBQ2hCLElBQUksQ0FBQyxRQUFRLENBQUMsRUFBQyxFQUFFLEVBQUUsUUFBUSxDQUFDLE1BQU0sRUFBQyxDQUFDLENBQUM7SUFDdkMsQ0FBQzs4R0FaVSx3QkFBd0I7a0dBQXhCLHdCQUF3QixxSEF2Q3hCLDZCQUE2QixxSkFvQjVCOzs7Ozs7Ozs7R0FTWCx3V0FYSyxzQkFBc0I7O0FBMEJsQjtJQURULE1BQU0sQ0FBQyxzQkFBc0IsQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDOzs7OzhEQUdyRDtBQUdTO0lBRFQsTUFBTSxDQUFDLHNCQUFzQixDQUFDLFFBQVEsQ0FBQyxNQUFNLENBQUM7Ozs7d0RBRzlDOzJGQVpVLHdCQUF3QjtrQkF4QnBDLFNBQVM7K0JBQ0ksOEJBQThCLFdBQy9CO3dCQUNMLHNCQUFzQjtxQkFDekIsWUFDUzs7Ozs7Ozs7O0dBU1gsbUJBRWtCLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNaOzRCQUNJLFNBQVMsRUFBRSw2QkFBNkI7NEJBQ3hDLE1BQU0sRUFBRSxDQUFDLFNBQVMsRUFBRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sRUFBRSxVQUFVLENBQUM7eUJBQ2xFO3FCQUNKOzhCQU9PLGNBQWMsTUFLZCxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRGlyZWN0aXZlLCBlZmZlY3QsIGluamVjdCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZpbGVJbnB1dEZpZWxkTW9sZWN1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL2ZpbGUtaW5wdXQtZmllbGQnO1xuaW1wb3J0IHsgRWZmZWN0LCBJbmplY3RhYmxlQ29tcG9uZW50LCBOZ0F0b21pY0NvbXBvbmVudCwgVG9rZW5pemVkVHlwZSB9IGZyb20gJ0BuZy1hdG9taWMvY29yZSc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuZW51bSBBY3Rpb25JZCB7XG4gIEZJTEVfU0VMRUNURUQgPSAnW0BuZy1hdG9taWMvY29tcG9uZW50cy9vcmdhbmlzbXMvZmlsZS1pbnB1dC1zZWN0aW9uXSBGaWxlIHNlbGVjdGVkJyxcbiAgQ0FOQ0VMID0gJ1tAbmctYXRvbWljL2NvbXBvbmVudHMvb3JnYW5pc21zL2ZpbGUtaW5wdXQtc2VjdGlvbl0gQ2FuY2VsJyxcbn1cblxuQFRva2VuaXplZFR5cGUoKVxuQERpcmVjdGl2ZSh7IHN0YW5kYWxvbmU6IHRydWUsIHNlbGVjdG9yOiAnb3JnYW5pc21zLWZpbGUtaW5wdXQtc2VjdGlvbicgfSlcbmV4cG9ydCBjbGFzcyBGaWxlSW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSBleHRlbmRzIEluamVjdGFibGVDb21wb25lbnQge1xuICByZWFkb25seSBjb250cm9sID0gaW5wdXQobmV3IEZvcm1Db250cm9sKG51bGwpKTtcbiAgcmVhZG9ubHkgbGFiZWwgPSBpbnB1dCgnbGFiZWwnKTtcbiAgcmVhZG9ubHkgcGxhY2Vob2xkZXIgPSBpbnB1dCgncGxhY2Vob2xkZXInKTtcbiAgcmVhZG9ubHkgaGludCA9IGlucHV0PHN0cmluZyB8IG51bGw+KG51bGwpO1xuICByZWFkb25seSBwcm9ncmVzcyA9IGlucHV0PG51bWJlciB8IGZhbHNlPihmYWxzZSk7XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgc3VwZXIoKTtcbiAgICBlZmZlY3QoKCkgPT4ge1xuICAgICAgY29uc29sZS5kZWJ1ZygnRmlsZUlucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUjcHJvZ3Jlc3M6JywgdGhpcy5wcm9ncmVzcygpKTtcbiAgICB9KTtcbiAgfVxufVxuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1maWxlLWlucHV0LXNlY3Rpb24nLFxuICAgIGltcG9ydHM6IFtcbiAgICAgICAgRmlsZUlucHV0RmllbGRNb2xlY3VsZSxcbiAgICBdLFxuICAgIHRlbXBsYXRlOiBgXG4gIDxtb2xlY3VsZXMtZmlsZS1pbnB1dC1maWVsZFxuICAgIFtjb250cm9sXT1cInN0b3JlLmNvbnRyb2woKVwiXG4gICAgW2xhYmVsXT1cInN0b3JlLmxhYmVsKClcIlxuICAgIFtoaW50XT1cInN0b3JlLmhpbnQoKVwiXG4gICAgW3Byb2dyZXNzXT1cInN0b3JlLnByb2dyZXNzKClcIlxuICAgIFtwbGFjZWhvbGRlcl09XCJzdG9yZS5wbGFjZWhvbGRlcigpXCJcbiAgICAoYWN0aW9uKT1cImRpc3BhdGNoKCRldmVudClcIlxuICAvPlxuICBgLFxuICAgIHN0eWxlVXJsczogWycuL2ZpbGUtaW5wdXQtc2VjdGlvbi5vcmdhbmlzbS5zY3NzJ10sXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgZGlyZWN0aXZlOiBGaWxlSW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSxcbiAgICAgICAgICAgIGlucHV0czogWydjb250cm9sJywgJ2xhYmVsJywgJ3BsYWNlaG9sZGVyJywgJ2hpbnQnLCAncHJvZ3Jlc3MnXSxcbiAgICAgICAgfVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgRmlsZUlucHV0U2VjdGlvbk9yZ2FuaXNtIGV4dGVuZHMgTmdBdG9taWNDb21wb25lbnQge1xuICBzdGF0aWMgQWN0aW9uSWQgPSBBY3Rpb25JZDtcbiAgcHJvdGVjdGVkIHN0b3JlID0gaW5qZWN0KEZpbGVJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlKTtcblxuICBARWZmZWN0KEZpbGVJbnB1dEZpZWxkTW9sZWN1bGUuQWN0aW9uSWQuRklMRV9TRUxFQ1RFRClcbiAgcHJvdGVjdGVkIG9uRmlsZVNlbGVjdGVkKGZpbGVzOiBGaWxlW10pIHtcbiAgICB0aGlzLmRpc3BhdGNoKHtpZDogQWN0aW9uSWQuRklMRV9TRUxFQ1RFRCwgcGF5bG9hZDogZmlsZXN9KTtcbiAgfVxuXG4gIEBFZmZlY3QoRmlsZUlucHV0RmllbGRNb2xlY3VsZS5BY3Rpb25JZC5DQU5DRUwpXG4gIHByb3RlY3RlZCBvbkNhbmNlbCgpIHtcbiAgICB0aGlzLmRpc3BhdGNoKHtpZDogQWN0aW9uSWQuQ0FOQ0VMfSk7XG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWZpbGUtaW5wdXQtc2VjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL29yZ2FuaXNtcy9maWxlLWlucHV0LXNlY3Rpb24vbmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWZpbGUtaW5wdXQtc2VjdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
@@ -43,8 +43,8 @@ class FiltersSectionOrganism extends NgAtomicComponent {
43
43
  removeFilter(i) {
44
44
  this.form.removeAt(i);
45
45
  }
46
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FiltersSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
47
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: FiltersSectionOrganism, isStandalone: true, selector: "organisms-filters-section", inputs: { modifiable: "modifiable", form: "form", columns: "columns" }, usesInheritance: true, ngImport: i0, template: `
46
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FiltersSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
47
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: FiltersSectionOrganism, isStandalone: true, selector: "organisms-filters-section", inputs: { modifiable: "modifiable", form: "form", columns: "columns" }, usesInheritance: true, ngImport: i0, template: `
48
48
  <frames-auto-layout
49
49
  [type]="'vertical'"
50
50
  style="width: fit-content;"
@@ -77,9 +77,9 @@ class FiltersSectionOrganism extends NgAtomicComponent {
77
77
  </frames-auto-layout>
78
78
  <button (click)="addFilter()" [disabled]="!modifiable" mat-button>Add Filter</button>
79
79
  </frames-auto-layout>
80
- `, isInline: true, styles: [":host{display:block}:host{display:block;padding:0 16px;box-sizing:border-box}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i3.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }, { kind: "component", type: i3.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "component", type: AutoLayoutFrame, selector: "frames-auto-layout" }, { kind: "component", type: TextInputFieldMolecule, selector: "molecules-text-input-field" }, { kind: "component", type: SelectInputFieldMolecule, selector: "molecules-select-input-field" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
80
+ `, isInline: true, styles: [":host{display:block}:host{display:block;padding:0 16px;box-sizing:border-box}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i2.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i3.MatButton, selector: " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", inputs: ["matButton"], exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: i3.MatIconButton, selector: "button[mat-icon-button], a[mat-icon-button], button[matIconButton], a[matIconButton]", exportAs: ["matButton", "matAnchor"] }, { kind: "component", type: AutoLayoutFrame, selector: "frames-auto-layout" }, { kind: "component", type: TextInputFieldMolecule, selector: "molecules-text-input-field" }, { kind: "component", type: SelectInputFieldMolecule, selector: "molecules-select-input-field" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
81
81
  }
82
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: FiltersSectionOrganism, decorators: [{
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: FiltersSectionOrganism, decorators: [{
83
83
  type: Component,
84
84
  args: [{ selector: 'organisms-filters-section', standalone: true, imports: [
85
85
  CommonModule,
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-filters-section.mjs","sources":["../../../../../packages/@ng-atomic/components/src/lib/organisms/filters-section/filters-section.organism.ts","../../../../../packages/@ng-atomic/components/src/lib/organisms/filters-section/ng-atomic-components-organisms-filters-section.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AutoLayoutFrame } from '@ng-atomic/components/frames/auto-layout';\nimport { TextInputFieldMolecule } from '@ng-atomic/components/molecules/text-input-field';\nimport { SelectInputFieldMolecule } from '@ng-atomic/components/molecules/select-input-field';\nimport { FormArray, FormControl, FormGroup } from '@angular/forms';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\nimport { NgAtomicComponent } from '@ng-atomic/core';\n\n@Component({\n selector: 'organisms-filters-section',\n standalone: true,\n imports: [\n CommonModule,\n MatIconModule,\n MatButtonModule,\n AutoLayoutFrame,\n TextInputFieldMolecule,\n SelectInputFieldMolecule,\n ],\n template: `\n <frames-auto-layout\n [type]=\"'vertical'\"\n style=\"width: fit-content;\"\n >\n <frames-auto-layout\n *ngFor=\"let filter of form.controls; index as i\"\n [type]=\"'horizontal'\"\n style=\"width: fit-content;\"\n >\n <button mat-icon-button (click)=\"removeFilter(i)\" [disabled]=\"!modifiable\">\n <mat-icon> close </mat-icon>\n </button>\n <molecules-select-input-field\n [appearance]=\"'fill'\"\n [label]=\"'Column'\"\n [options]=\"columnOptions\"\n [control]=\"filter.get('column')\"\n ></molecules-select-input-field>\n <molecules-select-input-field\n [appearance]=\"'fill'\"\n [label]=\"'Operator'\"\n [options]=\"[{name: 'equals', value: 'equals'}, {name: 'not in', value: 'not in'}]\"\n [control]=\"filter.get('operator')\"\n ></molecules-select-input-field>\n <molecules-text-input-field\n [appearance]=\"'fill'\"\n [label]=\"'Value'\"\n [control]=\"filter.get('value')\"\n ></molecules-text-input-field>\n </frames-auto-layout>\n <button (click)=\"addFilter()\" [disabled]=\"!modifiable\" mat-button>Add Filter</button>\n </frames-auto-layout>\n `,\n styleUrls: ['./filters-section.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class FiltersSectionOrganism extends NgAtomicComponent {\n @Input()\n modifiable = true;\n\n @Input()\n form = new FormArray([\n new FormGroup({\n column: new FormControl(''),\n operator: new FormControl(''),\n value: new FormControl(''),\n }),\n new FormGroup({\n column: new FormControl(''),\n operator: new FormControl(''),\n value: new FormControl(''),\n }),\n ]);\n\n @Input()\n columns: string[] = [];\n\n get columnOptions() {\n return this.columns.map(column => ({name: column, value: column}));\n }\n\n protected addFilter() {\n this.form.push(new FormGroup({\n column: new FormControl(''),\n operator: new FormControl(''),\n value: new FormControl(''),\n }));\n }\n\n protected removeFilter(i: number) {\n this.form.removeAt(i);\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-organisms-filters-section.mjs","sources":["../tmp-esm2022/organisms/filters-section/filters-section.organism.js","../tmp-esm2022/organisms/filters-section/ng-atomic-components-organisms-filters-section.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { AutoLayoutFrame } from '@ng-atomic/components/frames/auto-layout';\nimport { TextInputFieldMolecule } from '@ng-atomic/components/molecules/text-input-field';\nimport { SelectInputFieldMolecule } from '@ng-atomic/components/molecules/select-input-field';\nimport { FormArray, FormControl, FormGroup } from '@angular/forms';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatButtonModule } from '@angular/material/button';\nimport { NgAtomicComponent } from '@ng-atomic/core';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nimport * as i2 from \"@angular/material/icon\";\nimport * as i3 from \"@angular/material/button\";\nexport class FiltersSectionOrganism extends NgAtomicComponent {\n constructor() {\n super(...arguments);\n this.modifiable = true;\n this.form = new FormArray([\n new FormGroup({\n column: new FormControl(''),\n operator: new FormControl(''),\n value: new FormControl(''),\n }),\n new FormGroup({\n column: new FormControl(''),\n operator: new FormControl(''),\n value: new FormControl(''),\n }),\n ]);\n this.columns = [];\n }\n get columnOptions() {\n return this.columns.map(column => ({ name: column, value: column }));\n }\n addFilter() {\n this.form.push(new FormGroup({\n column: new FormControl(''),\n operator: new FormControl(''),\n value: new FormControl(''),\n }));\n }\n removeFilter(i) {\n this.form.removeAt(i);\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: FiltersSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.0.5\", type: FiltersSectionOrganism, isStandalone: true, selector: \"organisms-filters-section\", inputs: { modifiable: \"modifiable\", form: \"form\", columns: \"columns\" }, usesInheritance: true, ngImport: i0, template: `\n <frames-auto-layout\n [type]=\"'vertical'\"\n style=\"width: fit-content;\"\n >\n <frames-auto-layout\n *ngFor=\"let filter of form.controls; index as i\"\n [type]=\"'horizontal'\"\n style=\"width: fit-content;\"\n >\n <button mat-icon-button (click)=\"removeFilter(i)\" [disabled]=\"!modifiable\">\n <mat-icon> close </mat-icon>\n </button>\n <molecules-select-input-field\n [appearance]=\"'fill'\"\n [label]=\"'Column'\"\n [options]=\"columnOptions\"\n [control]=\"filter.get('column')\"\n ></molecules-select-input-field>\n <molecules-select-input-field\n [appearance]=\"'fill'\"\n [label]=\"'Operator'\"\n [options]=\"[{name: 'equals', value: 'equals'}, {name: 'not in', value: 'not in'}]\"\n [control]=\"filter.get('operator')\"\n ></molecules-select-input-field>\n <molecules-text-input-field\n [appearance]=\"'fill'\"\n [label]=\"'Value'\"\n [control]=\"filter.get('value')\"\n ></molecules-text-input-field>\n </frames-auto-layout>\n <button (click)=\"addFilter()\" [disabled]=\"!modifiable\" mat-button>Add Filter</button>\n </frames-auto-layout>\n `, isInline: true, styles: [\":host{display:block}:host{display:block;padding:0 16px;box-sizing:border-box}\\n\"], dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"directive\", type: i1.NgForOf, selector: \"[ngFor][ngForOf]\", inputs: [\"ngForOf\", \"ngForTrackBy\", \"ngForTemplate\"] }, { kind: \"ngmodule\", type: MatIconModule }, { kind: \"component\", type: i2.MatIcon, selector: \"mat-icon\", inputs: [\"color\", \"inline\", \"svgIcon\", \"fontSet\", \"fontIcon\"], exportAs: [\"matIcon\"] }, { kind: \"ngmodule\", type: MatButtonModule }, { kind: \"component\", type: i3.MatButton, selector: \" button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] \", inputs: [\"matButton\"], exportAs: [\"matButton\", \"matAnchor\"] }, { kind: \"component\", type: i3.MatIconButton, selector: \"button[mat-icon-button], a[mat-icon-button], button[matIconButton], a[matIconButton]\", exportAs: [\"matButton\", \"matAnchor\"] }, { kind: \"component\", type: AutoLayoutFrame, selector: \"frames-auto-layout\" }, { kind: \"component\", type: TextInputFieldMolecule, selector: \"molecules-text-input-field\" }, { kind: \"component\", type: SelectInputFieldMolecule, selector: \"molecules-select-input-field\" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.5\", ngImport: i0, type: FiltersSectionOrganism, decorators: [{\n type: Component,\n args: [{ selector: 'organisms-filters-section', standalone: true, imports: [\n CommonModule,\n MatIconModule,\n MatButtonModule,\n AutoLayoutFrame,\n TextInputFieldMolecule,\n SelectInputFieldMolecule,\n ], template: `\n <frames-auto-layout\n [type]=\"'vertical'\"\n style=\"width: fit-content;\"\n >\n <frames-auto-layout\n *ngFor=\"let filter of form.controls; index as i\"\n [type]=\"'horizontal'\"\n style=\"width: fit-content;\"\n >\n <button mat-icon-button (click)=\"removeFilter(i)\" [disabled]=\"!modifiable\">\n <mat-icon> close </mat-icon>\n </button>\n <molecules-select-input-field\n [appearance]=\"'fill'\"\n [label]=\"'Column'\"\n [options]=\"columnOptions\"\n [control]=\"filter.get('column')\"\n ></molecules-select-input-field>\n <molecules-select-input-field\n [appearance]=\"'fill'\"\n [label]=\"'Operator'\"\n [options]=\"[{name: 'equals', value: 'equals'}, {name: 'not in', value: 'not in'}]\"\n [control]=\"filter.get('operator')\"\n ></molecules-select-input-field>\n <molecules-text-input-field\n [appearance]=\"'fill'\"\n [label]=\"'Value'\"\n [control]=\"filter.get('value')\"\n ></molecules-text-input-field>\n </frames-auto-layout>\n <button (click)=\"addFilter()\" [disabled]=\"!modifiable\" mat-button>Add Filter</button>\n </frames-auto-layout>\n `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [\":host{display:block}:host{display:block;padding:0 16px;box-sizing:border-box}\\n\"] }]\n }], propDecorators: { modifiable: [{\n type: Input\n }], form: [{\n type: Input\n }], columns: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVycy1zZWN0aW9uLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL2ZpbHRlcnMtc2VjdGlvbi9maWx0ZXJzLXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUMzRSxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUMxRixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxvREFBb0QsQ0FBQztBQUM5RixPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNuRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGlCQUFpQixDQUFDOzs7OztBQWtEcEQsTUFBTSxPQUFPLHNCQUF1QixTQUFRLGlCQUFpQjtJQWhEN0Q7O1FBa0RFLGVBQVUsR0FBRyxJQUFJLENBQUM7UUFHbEIsU0FBSSxHQUFHLElBQUksU0FBUyxDQUFDO1lBQ25CLElBQUksU0FBUyxDQUFDO2dCQUNaLE1BQU0sRUFBRSxJQUFJLFdBQVcsQ0FBQyxFQUFFLENBQUM7Z0JBQzNCLFFBQVEsRUFBRSxJQUFJLFdBQVcsQ0FBQyxFQUFFLENBQUM7Z0JBQzdCLEtBQUssRUFBRSxJQUFJLFdBQVcsQ0FBQyxFQUFFLENBQUM7YUFDM0IsQ0FBQztZQUNGLElBQUksU0FBUyxDQUFDO2dCQUNaLE1BQU0sRUFBRSxJQUFJLFdBQVcsQ0FBQyxFQUFFLENBQUM7Z0JBQzNCLFFBQVEsRUFBRSxJQUFJLFdBQVcsQ0FBQyxFQUFFLENBQUM7Z0JBQzdCLEtBQUssRUFBRSxJQUFJLFdBQVcsQ0FBQyxFQUFFLENBQUM7YUFDM0IsQ0FBQztTQUNILENBQUMsQ0FBQztRQUdILFlBQU8sR0FBYSxFQUFFLENBQUM7S0FpQnhCO0lBZkMsSUFBSSxhQUFhO1FBQ2YsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUFDLENBQUMsRUFBQyxJQUFJLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUMsQ0FBQyxDQUFDLENBQUM7SUFDckUsQ0FBQztJQUVTLFNBQVM7UUFDakIsSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsSUFBSSxTQUFTLENBQUM7WUFDM0IsTUFBTSxFQUFFLElBQUksV0FBVyxDQUFDLEVBQUUsQ0FBQztZQUMzQixRQUFRLEVBQUUsSUFBSSxXQUFXLENBQUMsRUFBRSxDQUFDO1lBQzdCLEtBQUssRUFBRSxJQUFJLFdBQVcsQ0FBQyxFQUFFLENBQUM7U0FDM0IsQ0FBQyxDQUFDLENBQUM7SUFDTixDQUFDO0lBRVMsWUFBWSxDQUFDLENBQVM7UUFDOUIsSUFBSSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUM7SUFDeEIsQ0FBQzs4R0FuQ1Usc0JBQXNCO2tHQUF0QixzQkFBc0Isb0xBckN2Qjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBaUNULHdKQXhDQyxZQUFZLDJKQUNaLGFBQWEsbUxBQ2IsZUFBZSwyaUJBQ2YsZUFBZSwrREFDZixzQkFBc0IsdUVBQ3RCLHdCQUF3Qjs7MkZBdUNmLHNCQUFzQjtrQkFoRGxDLFNBQVM7K0JBQ0UsMkJBQTJCLGNBQ3pCLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLGFBQWE7d0JBQ2IsZUFBZTt3QkFDZixlQUFlO3dCQUNmLHNCQUFzQjt3QkFDdEIsd0JBQXdCO3FCQUN6QixZQUNTOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FpQ1QsbUJBRWdCLHVCQUF1QixDQUFDLE1BQU07OEJBSS9DLFVBQVU7c0JBRFQsS0FBSztnQkFJTixJQUFJO3NCQURILEtBQUs7Z0JBZU4sT0FBTztzQkFETixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBdXRvTGF5b3V0RnJhbWUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvZnJhbWVzL2F1dG8tbGF5b3V0JztcbmltcG9ydCB7IFRleHRJbnB1dEZpZWxkTW9sZWN1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL3RleHQtaW5wdXQtZmllbGQnO1xuaW1wb3J0IHsgU2VsZWN0SW5wdXRGaWVsZE1vbGVjdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL21vbGVjdWxlcy9zZWxlY3QtaW5wdXQtZmllbGQnO1xuaW1wb3J0IHsgRm9ybUFycmF5LCBGb3JtQ29udHJvbCwgRm9ybUdyb3VwIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0SWNvbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgTWF0QnV0dG9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvYnV0dG9uJztcbmltcG9ydCB7IE5nQXRvbWljQ29tcG9uZW50IH0gZnJvbSAnQG5nLWF0b21pYy9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLWZpbHRlcnMtc2VjdGlvbicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgICBNYXRCdXR0b25Nb2R1bGUsXG4gICAgQXV0b0xheW91dEZyYW1lLFxuICAgIFRleHRJbnB1dEZpZWxkTW9sZWN1bGUsXG4gICAgU2VsZWN0SW5wdXRGaWVsZE1vbGVjdWxlLFxuICBdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxmcmFtZXMtYXV0by1sYXlvdXRcbiAgICAgIFt0eXBlXT1cIid2ZXJ0aWNhbCdcIlxuICAgICAgc3R5bGU9XCJ3aWR0aDogZml0LWNvbnRlbnQ7XCJcbiAgICA+XG4gICAgICA8ZnJhbWVzLWF1dG8tbGF5b3V0XG4gICAgICAgICpuZ0Zvcj1cImxldCBmaWx0ZXIgb2YgZm9ybS5jb250cm9sczsgaW5kZXggYXMgaVwiXG4gICAgICAgIFt0eXBlXT1cIidob3Jpem9udGFsJ1wiXG4gICAgICAgIHN0eWxlPVwid2lkdGg6IGZpdC1jb250ZW50O1wiXG4gICAgICA+XG4gICAgICAgIDxidXR0b24gbWF0LWljb24tYnV0dG9uIChjbGljayk9XCJyZW1vdmVGaWx0ZXIoaSlcIiBbZGlzYWJsZWRdPVwiIW1vZGlmaWFibGVcIj5cbiAgICAgICAgICA8bWF0LWljb24+IGNsb3NlIDwvbWF0LWljb24+XG4gICAgICAgIDwvYnV0dG9uPlxuICAgICAgICA8bW9sZWN1bGVzLXNlbGVjdC1pbnB1dC1maWVsZFxuICAgICAgICAgIFthcHBlYXJhbmNlXT1cIidmaWxsJ1wiXG4gICAgICAgICAgW2xhYmVsXT1cIidDb2x1bW4nXCJcbiAgICAgICAgICBbb3B0aW9uc109XCJjb2x1bW5PcHRpb25zXCJcbiAgICAgICAgICBbY29udHJvbF09XCJmaWx0ZXIuZ2V0KCdjb2x1bW4nKVwiXG4gICAgICAgID48L21vbGVjdWxlcy1zZWxlY3QtaW5wdXQtZmllbGQ+XG4gICAgICAgIDxtb2xlY3VsZXMtc2VsZWN0LWlucHV0LWZpZWxkXG4gICAgICAgICAgW2FwcGVhcmFuY2VdPVwiJ2ZpbGwnXCJcbiAgICAgICAgICBbbGFiZWxdPVwiJ09wZXJhdG9yJ1wiXG4gICAgICAgICAgW29wdGlvbnNdPVwiW3tuYW1lOiAnZXF1YWxzJywgdmFsdWU6ICdlcXVhbHMnfSwge25hbWU6ICdub3QgaW4nLCB2YWx1ZTogJ25vdCBpbid9XVwiXG4gICAgICAgICAgW2NvbnRyb2xdPVwiZmlsdGVyLmdldCgnb3BlcmF0b3InKVwiXG4gICAgICAgID48L21vbGVjdWxlcy1zZWxlY3QtaW5wdXQtZmllbGQ+XG4gICAgICAgIDxtb2xlY3VsZXMtdGV4dC1pbnB1dC1maWVsZFxuICAgICAgICAgIFthcHBlYXJhbmNlXT1cIidmaWxsJ1wiXG4gICAgICAgICAgW2xhYmVsXT1cIidWYWx1ZSdcIlxuICAgICAgICAgIFtjb250cm9sXT1cImZpbHRlci5nZXQoJ3ZhbHVlJylcIlxuICAgICAgICA+PC9tb2xlY3VsZXMtdGV4dC1pbnB1dC1maWVsZD5cbiAgICAgIDwvZnJhbWVzLWF1dG8tbGF5b3V0PlxuICAgICAgPGJ1dHRvbiAoY2xpY2spPVwiYWRkRmlsdGVyKClcIiBbZGlzYWJsZWRdPVwiIW1vZGlmaWFibGVcIiBtYXQtYnV0dG9uPkFkZCBGaWx0ZXI8L2J1dHRvbj5cbiAgICA8L2ZyYW1lcy1hdXRvLWxheW91dD5cbiAgYCxcbiAgc3R5bGVVcmxzOiBbJy4vZmlsdGVycy1zZWN0aW9uLm9yZ2FuaXNtLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgRmlsdGVyc1NlY3Rpb25PcmdhbmlzbSBleHRlbmRzIE5nQXRvbWljQ29tcG9uZW50IHtcbiAgQElucHV0KClcbiAgbW9kaWZpYWJsZSA9IHRydWU7XG5cbiAgQElucHV0KClcbiAgZm9ybSA9IG5ldyBGb3JtQXJyYXkoW1xuICAgIG5ldyBGb3JtR3JvdXAoe1xuICAgICAgY29sdW1uOiBuZXcgRm9ybUNvbnRyb2woJycpLFxuICAgICAgb3BlcmF0b3I6IG5ldyBGb3JtQ29udHJvbCgnJyksXG4gICAgICB2YWx1ZTogbmV3IEZvcm1Db250cm9sKCcnKSxcbiAgICB9KSxcbiAgICBuZXcgRm9ybUdyb3VwKHtcbiAgICAgIGNvbHVtbjogbmV3IEZvcm1Db250cm9sKCcnKSxcbiAgICAgIG9wZXJhdG9yOiBuZXcgRm9ybUNvbnRyb2woJycpLFxuICAgICAgdmFsdWU6IG5ldyBGb3JtQ29udHJvbCgnJyksXG4gICAgfSksXG4gIF0pO1xuXG4gIEBJbnB1dCgpXG4gIGNvbHVtbnM6IHN0cmluZ1tdID0gW107XG5cbiAgZ2V0IGNvbHVtbk9wdGlvbnMoKSB7XG4gICAgcmV0dXJuIHRoaXMuY29sdW1ucy5tYXAoY29sdW1uID0+ICh7bmFtZTogY29sdW1uLCB2YWx1ZTogY29sdW1ufSkpO1xuICB9XG5cbiAgcHJvdGVjdGVkIGFkZEZpbHRlcigpIHtcbiAgICB0aGlzLmZvcm0ucHVzaChuZXcgRm9ybUdyb3VwKHtcbiAgICAgIGNvbHVtbjogbmV3IEZvcm1Db250cm9sKCcnKSxcbiAgICAgIG9wZXJhdG9yOiBuZXcgRm9ybUNvbnRyb2woJycpLFxuICAgICAgdmFsdWU6IG5ldyBGb3JtQ29udHJvbCgnJyksXG4gICAgfSkpO1xuICB9XG5cbiAgcHJvdGVjdGVkIHJlbW92ZUZpbHRlcihpOiBudW1iZXIpIHtcbiAgICB0aGlzLmZvcm0ucmVtb3ZlQXQoaSk7XG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWZpbHRlcnMtc2VjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL29yZ2FuaXNtcy9maWx0ZXJzLXNlY3Rpb24vbmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLWZpbHRlcnMtc2VjdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ=="],"names":[],"mappings":"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"}
@@ -63,10 +63,10 @@ class GraphqlEditorOrganism extends NgAtomicComponent {
63
63
  ],
64
64
  });
65
65
  }
66
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: GraphqlEditorOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
67
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: GraphqlEditorOrganism, isStandalone: true, selector: "organisms-graphql-editor", inputs: { control: "control", schema: "schema", keyActions: "keyActions" }, outputs: { action: "action" }, usesInheritance: true, ngImport: i0, template: `<extras-editor *ngIf="state" [state]="state"></extras-editor>`, isInline: true, styles: [":host{display:block}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EditorComponent, selector: "extras-editor" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
66
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: GraphqlEditorOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
67
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.0.5", type: GraphqlEditorOrganism, isStandalone: true, selector: "organisms-graphql-editor", inputs: { control: "control", schema: "schema", keyActions: "keyActions" }, outputs: { action: "action" }, usesInheritance: true, ngImport: i0, template: `<extras-editor *ngIf="state" [state]="state"></extras-editor>`, isInline: true, styles: [":host{display:block}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EditorComponent, selector: "extras-editor" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: GraphqlEditorOrganism, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: GraphqlEditorOrganism, decorators: [{
70
70
  type: Component,
71
71
  args: [{ imports: [
72
72
  CommonModule,