@ng-atomic/components 17.14.0 → 18.1.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 (302) hide show
  1. package/atoms/chips-input/chips-input.atom.d.ts +2 -2
  2. package/esm2022/atoms/atoms.module.mjs +4 -4
  3. package/esm2022/atoms/badge/badge.atom.mjs +3 -3
  4. package/esm2022/atoms/chips-input/chips-input.atom.mjs +4 -4
  5. package/esm2022/atoms/icon/icon.atom.mjs +5 -5
  6. package/esm2022/atoms/smart-menu-button/smart-menu-button.atom.mjs +9 -9
  7. package/esm2022/components.module.mjs +4 -4
  8. package/esm2022/extras/editor/editor.component.mjs +4 -4
  9. package/esm2022/extras/extras.module.mjs +4 -4
  10. package/esm2022/frames/app/app.frame.mjs +23 -24
  11. package/esm2022/frames/auto-layout/auto-layout.frame.mjs +4 -4
  12. package/esm2022/frames/card/card.frame.mjs +3 -3
  13. package/esm2022/frames/columns/columns.frame.mjs +22 -22
  14. package/esm2022/frames/divider/divider.frame.mjs +20 -13
  15. package/esm2022/frames/drawer/drawer.frame.mjs +8 -8
  16. package/esm2022/frames/entrance/entrance.frame.mjs +8 -8
  17. package/esm2022/frames/fab/fab.frame.mjs +8 -8
  18. package/esm2022/frames/fab/fab.service.mjs +3 -3
  19. package/esm2022/frames/frames.module.mjs +4 -4
  20. package/esm2022/frames/line-up/line-up.frame.mjs +9 -9
  21. package/esm2022/frames/line-up/line-up.service.mjs +3 -3
  22. package/esm2022/frames/loading/loading.frame.mjs +8 -8
  23. package/esm2022/frames/overlay/overlay.frame.mjs +6 -6
  24. package/esm2022/frames/router-outlet/router-outlet.frame.mjs +9 -9
  25. package/esm2022/frames/scroll/scroll.frame.mjs +5 -5
  26. package/esm2022/frames/scroll-v2/scroll.frame.mjs +6 -6
  27. package/esm2022/frames/side-nav/side-nav.frame.mjs +28 -29
  28. package/esm2022/frames/smart-menu/smart-menu.frame.mjs +5 -5
  29. package/esm2022/frames/tabs/tabs.frame.mjs +4 -4
  30. package/esm2022/frames/toggle/toggle.frame.mjs +5 -5
  31. package/esm2022/frames/vertical-hide/vertical-hide.frame.mjs +5 -5
  32. package/esm2022/molecules/action-input-field/action-input-field.molecule.mjs +6 -6
  33. package/esm2022/molecules/actions-column/actions-column.molecule.mjs +10 -10
  34. package/esm2022/molecules/checkbox-column/checkbox-column.molecule.mjs +5 -5
  35. package/esm2022/molecules/chips-input-field/chips-input-field.molecule.mjs +7 -7
  36. package/esm2022/molecules/date-input-field/date-input-field.molecule.mjs +8 -8
  37. package/esm2022/molecules/date-range-input-field/date-range-input-field.molecule.mjs +8 -8
  38. package/esm2022/molecules/file-input-field/file-input-field.molecule.mjs +9 -9
  39. package/esm2022/molecules/grid-item/grid-item.molecule.mjs +5 -5
  40. package/esm2022/molecules/header/header.molecule.mjs +6 -6
  41. package/esm2022/molecules/loading-box/loading-box.molecule.mjs +8 -8
  42. package/esm2022/molecules/molecules.module.mjs +4 -4
  43. package/esm2022/molecules/navigation-list-item/navigation-list-item.molecule.mjs +8 -8
  44. package/esm2022/molecules/nested-menu/nested-menu.molecule.mjs +3 -3
  45. package/esm2022/molecules/select-input-field/select-input-field.molecule.mjs +8 -8
  46. package/esm2022/molecules/smart-column/smart-column.molecule.mjs +8 -8
  47. package/esm2022/molecules/text-input-field/text-input-field.molecule.mjs +9 -9
  48. package/esm2022/molecules/textarea-field/textarea-field.molecule.mjs +7 -7
  49. package/esm2022/molecules/tree-column/tree-column.molecule.mjs +14 -12
  50. package/esm2022/organisms/action-buttons-section/action-buttons-section.organism.mjs +8 -8
  51. package/esm2022/organisms/action-input-section/action-input-section.organism.mjs +8 -8
  52. package/esm2022/organisms/agreement-input-section/agreement-input-section.organism.mjs +6 -6
  53. package/esm2022/organisms/card-input-section/card-input-section.organism.mjs +4 -4
  54. package/esm2022/organisms/chips-input-section/chips-input-section.organism.mjs +26 -16
  55. package/esm2022/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +4 -4
  56. package/esm2022/organisms/date-input-section/date-input-section.organism.mjs +8 -8
  57. package/esm2022/organisms/date-range-input-section/date-range-input-section.organism.mjs +8 -8
  58. package/esm2022/organisms/definition-list/definition-list.organism.mjs +8 -8
  59. package/esm2022/organisms/file-input-section/file-input-section.organism.mjs +8 -8
  60. package/esm2022/organisms/filters-section/filters-section.organism.mjs +3 -3
  61. package/esm2022/organisms/graphql-editor/graphql-editor.organism.mjs +4 -4
  62. package/esm2022/organisms/grid-cards-section/grid-cards-section.organism.mjs +5 -5
  63. package/esm2022/organisms/grid-toolbar/grid-toolbar.organism.mjs +6 -6
  64. package/esm2022/organisms/heading/heading.organism.mjs +5 -5
  65. package/esm2022/organisms/image-preview-section/image-preview-section.organism.mjs +3 -3
  66. package/esm2022/organisms/markdown-preview-section/markdown-preview-section.organism.mjs +6 -6
  67. package/esm2022/organisms/menu-footer/menu-footer.organism.mjs +8 -8
  68. package/esm2022/organisms/menu-header/menu-header.organism.mjs +8 -8
  69. package/esm2022/organisms/mermaid-section/mermaid-section.organism.mjs +4 -4
  70. package/esm2022/organisms/message-input-section/message-input-section.organism.mjs +3 -3
  71. package/esm2022/organisms/messages-section/messages-section.organism.mjs +5 -5
  72. package/esm2022/organisms/navigation-list/navigation-list.organism.mjs +8 -8
  73. package/esm2022/organisms/navigator/navigator.organism.mjs +8 -8
  74. package/esm2022/organisms/number-input-section/number-input-section.organism.mjs +8 -8
  75. package/esm2022/organisms/organisms.module.mjs +4 -4
  76. package/esm2022/organisms/paginator/paginator.organism.mjs +8 -8
  77. package/esm2022/organisms/password-input-section/password-input-section.organism.mjs +8 -8
  78. package/esm2022/organisms/select-input-section/select-input-section.organism.mjs +8 -8
  79. package/esm2022/organisms/selection-list/selection-list.organism.mjs +3 -3
  80. package/esm2022/organisms/slider-input-section/slider-input-section.organism.mjs +8 -8
  81. package/esm2022/organisms/smart-list/smart-list.organism.mjs +6 -6
  82. package/esm2022/organisms/social-login-section/social-login-section.organism.mjs +4 -4
  83. package/esm2022/organisms/stripe-input-section/stripe-input-section.organism.mjs +11 -11
  84. package/esm2022/organisms/table/table.organism.mjs +13 -9
  85. package/esm2022/organisms/terminal/terminal.organism.mjs +4 -4
  86. package/esm2022/organisms/text-input-section/text-input-section.organism.mjs +8 -8
  87. package/esm2022/organisms/text-preview-section/text-preview-section.organism.mjs +6 -6
  88. package/esm2022/organisms/textarea-section/textarea-section.organism.mjs +8 -8
  89. package/esm2022/organisms/thread-messages-section/thread-messages-section.organism.mjs +8 -8
  90. package/esm2022/organisms/time-range-input-section/time-range-input-section.organism.mjs +3 -3
  91. package/esm2022/organisms/toolbar/toolbar.organism.mjs +3 -3
  92. package/esm2022/organisms/tree-section/tree-section.organism.mjs +4 -4
  93. package/esm2022/organisms/vertical-divider/vertical-divider.organism.mjs +3 -3
  94. package/esm2022/organisms/video-section/video-section.organism.mjs +17 -17
  95. package/esm2022/pages/_index/index.page.mjs +10 -10
  96. package/esm2022/pages/blank/blank.page.mjs +3 -3
  97. package/esm2022/pages/columns/columns.page.mjs +6 -6
  98. package/esm2022/pages/form/form.page.mjs +9 -9
  99. package/esm2022/pages/pages.module.mjs +4 -4
  100. package/esm2022/pages/terms/terms.page.mjs +6 -6
  101. package/esm2022/sheets/actions/actions.sheet.mjs +3 -3
  102. package/esm2022/sheets/sheets.module.mjs +4 -4
  103. package/esm2022/sheets/sheets.service.mjs +3 -3
  104. package/esm2022/templates/_index/index.template.mjs +61 -59
  105. package/esm2022/templates/background/background.template.mjs +7 -7
  106. package/esm2022/templates/code-editor/code-editor.template.mjs +6 -6
  107. package/esm2022/templates/columns/columns.template.mjs +9 -9
  108. package/esm2022/templates/entrance/entrance.template.mjs +24 -25
  109. package/esm2022/templates/file-tree/file-tree.template.mjs +3 -3
  110. package/esm2022/templates/form/form.builder.mjs +28 -37
  111. package/esm2022/templates/form/form.template.mjs +9 -9
  112. package/esm2022/templates/icon-button-menu/icon-button-menu.template.mjs +8 -8
  113. package/esm2022/templates/loading/loading.template.mjs +3 -3
  114. package/esm2022/templates/menu/menu.template.mjs +8 -8
  115. package/esm2022/templates/messages/messages.template.mjs +4 -4
  116. package/esm2022/templates/selection/selection.template.mjs +8 -8
  117. package/esm2022/templates/settings/settings.template.mjs +5 -5
  118. package/esm2022/templates/tab-editor/tab-editor.template.mjs +3 -3
  119. package/esm2022/templates/templates.module.mjs +4 -4
  120. package/esm2022/templates/term/term.template.mjs +6 -6
  121. package/extras/editor/editor.component.d.ts +2 -2
  122. package/fesm2022/ng-atomic-components-atoms-badge.mjs +3 -3
  123. package/fesm2022/ng-atomic-components-atoms-chips-input.mjs +3 -3
  124. package/fesm2022/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  125. package/fesm2022/ng-atomic-components-atoms-icon.mjs +5 -5
  126. package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs +9 -9
  127. package/fesm2022/ng-atomic-components-atoms.mjs +4 -4
  128. package/fesm2022/ng-atomic-components-extras-editor.mjs +3 -3
  129. package/fesm2022/ng-atomic-components-extras-editor.mjs.map +1 -1
  130. package/fesm2022/ng-atomic-components-extras.mjs +4 -4
  131. package/fesm2022/ng-atomic-components-frames-app.mjs +22 -23
  132. package/fesm2022/ng-atomic-components-frames-app.mjs.map +1 -1
  133. package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +4 -4
  134. package/fesm2022/ng-atomic-components-frames-card.mjs +3 -3
  135. package/fesm2022/ng-atomic-components-frames-columns.mjs +21 -21
  136. package/fesm2022/ng-atomic-components-frames-columns.mjs.map +1 -1
  137. package/fesm2022/ng-atomic-components-frames-divider.mjs +19 -12
  138. package/fesm2022/ng-atomic-components-frames-divider.mjs.map +1 -1
  139. package/fesm2022/ng-atomic-components-frames-drawer.mjs +8 -8
  140. package/fesm2022/ng-atomic-components-frames-entrance.mjs +8 -8
  141. package/fesm2022/ng-atomic-components-frames-fab.mjs +11 -11
  142. package/fesm2022/ng-atomic-components-frames-line-up.mjs +11 -11
  143. package/fesm2022/ng-atomic-components-frames-line-up.mjs.map +1 -1
  144. package/fesm2022/ng-atomic-components-frames-loading.mjs +8 -8
  145. package/fesm2022/ng-atomic-components-frames-overlay.mjs +6 -6
  146. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs +8 -8
  147. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs.map +1 -1
  148. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +5 -5
  149. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs.map +1 -1
  150. package/fesm2022/ng-atomic-components-frames-scroll.mjs +5 -5
  151. package/fesm2022/ng-atomic-components-frames-side-nav.mjs +27 -28
  152. package/fesm2022/ng-atomic-components-frames-side-nav.mjs.map +1 -1
  153. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs +4 -4
  154. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  155. package/fesm2022/ng-atomic-components-frames-tabs.mjs +3 -3
  156. package/fesm2022/ng-atomic-components-frames-tabs.mjs.map +1 -1
  157. package/fesm2022/ng-atomic-components-frames-toggle.mjs +4 -4
  158. package/fesm2022/ng-atomic-components-frames-toggle.mjs.map +1 -1
  159. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs +5 -5
  160. package/fesm2022/ng-atomic-components-frames.mjs +4 -4
  161. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs +5 -5
  162. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs.map +1 -1
  163. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs +9 -9
  164. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  165. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs +4 -4
  166. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  167. package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs +6 -6
  168. package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  169. package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs +8 -8
  170. package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs +8 -8
  171. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs +8 -8
  172. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs.map +1 -1
  173. package/fesm2022/ng-atomic-components-molecules-grid-item.mjs +5 -5
  174. package/fesm2022/ng-atomic-components-molecules-header.mjs +6 -6
  175. package/fesm2022/ng-atomic-components-molecules-loading-box.mjs +8 -8
  176. package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +8 -8
  177. package/fesm2022/ng-atomic-components-molecules-nested-menu.mjs +3 -3
  178. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +8 -8
  179. package/fesm2022/ng-atomic-components-molecules-smart-column.mjs +7 -7
  180. package/fesm2022/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  181. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs +8 -8
  182. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  183. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs +6 -6
  184. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  185. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs +13 -11
  186. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
  187. package/fesm2022/ng-atomic-components-molecules.mjs +4 -4
  188. package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +8 -8
  189. package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +8 -8
  190. package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs +6 -6
  191. package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs +4 -4
  192. package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs +25 -15
  193. package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs.map +1 -1
  194. package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +4 -4
  195. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +8 -8
  196. package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs +8 -8
  197. package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +8 -8
  198. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +8 -8
  199. package/fesm2022/ng-atomic-components-organisms-filters-section.mjs +3 -3
  200. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs +3 -3
  201. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -1
  202. package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs +5 -5
  203. package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs +6 -6
  204. package/fesm2022/ng-atomic-components-organisms-heading.mjs +5 -5
  205. package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs +3 -3
  206. package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs +6 -6
  207. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +8 -8
  208. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +8 -8
  209. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs.map +1 -1
  210. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs +3 -3
  211. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs.map +1 -1
  212. package/fesm2022/ng-atomic-components-organisms-message-input-section.mjs +3 -3
  213. package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +5 -5
  214. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +8 -8
  215. package/fesm2022/ng-atomic-components-organisms-navigator.mjs +8 -8
  216. package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +8 -8
  217. package/fesm2022/ng-atomic-components-organisms-paginator.mjs +8 -8
  218. package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +8 -8
  219. package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +8 -8
  220. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +3 -3
  221. package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs +8 -8
  222. package/fesm2022/ng-atomic-components-organisms-smart-list.mjs +6 -6
  223. package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +4 -4
  224. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs +10 -10
  225. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs.map +1 -1
  226. package/fesm2022/ng-atomic-components-organisms-table.mjs +12 -8
  227. package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -1
  228. package/fesm2022/ng-atomic-components-organisms-terminal.mjs +3 -3
  229. package/fesm2022/ng-atomic-components-organisms-terminal.mjs.map +1 -1
  230. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +8 -8
  231. package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs +6 -6
  232. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +8 -8
  233. package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs +8 -8
  234. package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs +3 -3
  235. package/fesm2022/ng-atomic-components-organisms-toolbar.mjs +3 -3
  236. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs +3 -3
  237. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs.map +1 -1
  238. package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs +3 -3
  239. package/fesm2022/ng-atomic-components-organisms-video-section.mjs +16 -16
  240. package/fesm2022/ng-atomic-components-organisms-video-section.mjs.map +1 -1
  241. package/fesm2022/ng-atomic-components-organisms.mjs +4 -4
  242. package/fesm2022/ng-atomic-components-pages-_index.mjs +9 -9
  243. package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -1
  244. package/fesm2022/ng-atomic-components-pages-blank.mjs +3 -3
  245. package/fesm2022/ng-atomic-components-pages-columns.mjs +6 -6
  246. package/fesm2022/ng-atomic-components-pages-form.mjs +8 -8
  247. package/fesm2022/ng-atomic-components-pages-form.mjs.map +1 -1
  248. package/fesm2022/ng-atomic-components-pages-terms.mjs +6 -6
  249. package/fesm2022/ng-atomic-components-pages.mjs +4 -4
  250. package/fesm2022/ng-atomic-components-sheets-actions.mjs +3 -3
  251. package/fesm2022/ng-atomic-components-sheets.mjs +7 -7
  252. package/fesm2022/ng-atomic-components-templates-_index.mjs +61 -59
  253. package/fesm2022/ng-atomic-components-templates-_index.mjs.map +1 -1
  254. package/fesm2022/ng-atomic-components-templates-background.mjs +7 -7
  255. package/fesm2022/ng-atomic-components-templates-code-editor.mjs +6 -6
  256. package/fesm2022/ng-atomic-components-templates-columns.mjs +8 -8
  257. package/fesm2022/ng-atomic-components-templates-columns.mjs.map +1 -1
  258. package/fesm2022/ng-atomic-components-templates-entrance.mjs +23 -24
  259. package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -1
  260. package/fesm2022/ng-atomic-components-templates-file-tree.mjs +3 -3
  261. package/fesm2022/ng-atomic-components-templates-form.mjs +36 -44
  262. package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -1
  263. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +8 -8
  264. package/fesm2022/ng-atomic-components-templates-loading.mjs +3 -3
  265. package/fesm2022/ng-atomic-components-templates-menu.mjs +8 -8
  266. package/fesm2022/ng-atomic-components-templates-messages.mjs +3 -3
  267. package/fesm2022/ng-atomic-components-templates-messages.mjs.map +1 -1
  268. package/fesm2022/ng-atomic-components-templates-selection.mjs +8 -8
  269. package/fesm2022/ng-atomic-components-templates-settings.mjs +5 -5
  270. package/fesm2022/ng-atomic-components-templates-tab-editor.mjs +3 -3
  271. package/fesm2022/ng-atomic-components-templates-term.mjs +6 -6
  272. package/fesm2022/ng-atomic-components-templates.mjs +4 -4
  273. package/fesm2022/ng-atomic-components.mjs +4 -4
  274. package/frames/app/app.frame.d.ts +17 -17
  275. package/frames/divider/divider.frame.d.ts +1 -0
  276. package/frames/fab/fab.frame.d.ts +3 -3
  277. package/frames/line-up/line-up.frame.d.ts +2 -2
  278. package/frames/side-nav/side-nav.frame.d.ts +2 -2
  279. package/frames/tabs/tabs.frame.d.ts +2 -2
  280. package/molecules/action-input-field/action-input-field.molecule.d.ts +2 -1
  281. package/molecules/actions-column/actions-column.molecule.d.ts +4 -3
  282. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +2 -1
  283. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +2 -1
  284. package/molecules/file-input-field/file-input-field.molecule.d.ts +2 -2
  285. package/molecules/molecules.module.d.ts +1 -1
  286. package/molecules/smart-column/smart-column.molecule.d.ts +4 -4
  287. package/molecules/tree-column/tree-column.molecule.d.ts +3 -2
  288. package/organisms/chips-input-section/chips-input-section.organism.d.ts +6 -2
  289. package/organisms/graphql-editor/graphql-editor.organism.d.ts +2 -2
  290. package/organisms/mermaid-section/mermaid-section.organism.d.ts +2 -2
  291. package/organisms/navigator/navigator.organism.d.ts +3 -3
  292. package/organisms/stripe-input-section/stripe-input-section.organism.d.ts +11 -11
  293. package/organisms/terminal/terminal.organism.d.ts +2 -2
  294. package/organisms/tree-section/tree-section.organism.d.ts +2 -2
  295. package/organisms/video-section/video-section.organism.d.ts +2 -2
  296. package/package.json +10 -11
  297. package/pages/_index/index.page.d.ts +21 -21
  298. package/pages/columns/columns.page.d.ts +6 -6
  299. package/pages/form/form.page.d.ts +19 -17
  300. package/templates/_index/index.template.d.ts +31 -27
  301. package/templates/form/form.template.d.ts +8 -8
  302. package/templates/messages/messages.template.d.ts +2 -2
@@ -14,14 +14,14 @@ let ActionInputSectionOrganismStore = class ActionInputSectionOrganismStore exte
14
14
  this.actions = input([]);
15
15
  this.hint = input(null);
16
16
  }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ActionInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
18
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: ActionInputSectionOrganismStore, isStandalone: true, selector: "organisms-action-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 }, actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
17
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ActionInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
18
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: ActionInputSectionOrganismStore, isStandalone: true, selector: "organisms-action-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 }, actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
19
19
  };
20
20
  ActionInputSectionOrganismStore = __decorate([
21
21
  TokenizedType()
22
22
  ], ActionInputSectionOrganismStore);
23
23
  export { ActionInputSectionOrganismStore };
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ActionInputSectionOrganismStore, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ActionInputSectionOrganismStore, decorators: [{
25
25
  type: Directive,
26
26
  args: [{ standalone: true, selector: 'organisms-action-input-section' }]
27
27
  }] });
@@ -30,8 +30,8 @@ export class ActionInputSectionOrganism extends NgAtomicComponent {
30
30
  super(...arguments);
31
31
  this.store = inject(ActionInputSectionOrganismStore);
32
32
  }
33
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ActionInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
34
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: ActionInputSectionOrganism, isStandalone: true, selector: "organisms-action-input-section", usesInheritance: true, hostDirectives: [{ directive: ActionInputSectionOrganismStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "actions", "actions", "hint", "hint"] }], ngImport: i0, template: `
33
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ActionInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: ActionInputSectionOrganism, isStandalone: true, selector: "organisms-action-input-section", usesInheritance: true, hostDirectives: [{ directive: ActionInputSectionOrganismStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "actions", "actions", "hint", "hint"] }], ngImport: i0, template: `
35
35
  <molecules-action-input-field
36
36
  [actions]="store.actions()"
37
37
  [control]="store.control()"
@@ -40,9 +40,9 @@ export class ActionInputSectionOrganism extends NgAtomicComponent {
40
40
  [hint]="store.hint()"
41
41
  (action)="dispatch($event)"
42
42
  ></molecules-action-input-field>
43
- `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-input-section-TZRS: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-input-section-TZRS);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "component", type: ActionInputFieldMolecule, selector: "molecules-action-input-field", inputs: ["appearance", "type", "name", "label", "control", "placeholder", "hint", "actions"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
43
+ `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-input-section-jRc8: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-input-section-jRc8);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "component", type: ActionInputFieldMolecule, selector: "molecules-action-input-field", inputs: ["appearance", "type", "name", "label", "control", "placeholder", "hint", "actions"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
44
44
  }
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ActionInputSectionOrganism, decorators: [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ActionInputSectionOrganism, decorators: [{
46
46
  type: Component,
47
47
  args: [{ selector: 'organisms-action-input-section', standalone: true, imports: [
48
48
  ActionInputFieldMolecule,
@@ -60,6 +60,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
60
60
  directive: ActionInputSectionOrganismStore,
61
61
  inputs: ['control', 'label', 'placeholder', 'actions', 'hint'],
62
62
  }
63
- ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-input-section-TZRS: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-input-section-TZRS);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"] }]
63
+ ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-input-section-jRc8: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-input-section-jRc8);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"] }]
64
64
  }] });
65
65
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLWlucHV0LXNlY3Rpb24ub3JnYW5pc20uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9vcmdhbmlzbXMvYWN0aW9uLWlucHV0LXNlY3Rpb24vYWN0aW9uLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0YsT0FBTyxFQUFFLHdCQUF3QixFQUFFLE1BQU0sb0RBQW9ELENBQUM7QUFDOUYsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBVSxtQkFBbUIsRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUM3RSxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFJN0MsSUFBTSwrQkFBK0IsR0FBckMsTUFBTSwrQkFBZ0MsU0FBUSxtQkFBbUI7SUFBakU7O1FBQ0ksWUFBTyxHQUFHLEtBQUssQ0FBQyxJQUFJLFdBQVcsQ0FBa0IsRUFBRSxDQUFDLENBQUMsQ0FBQztRQUN0RCxVQUFLLEdBQUcsS0FBSyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQ3ZCLGdCQUFXLEdBQUcsS0FBSyxDQUFDLGFBQWEsQ0FBQyxDQUFDO1FBQ25DLFlBQU8sR0FBRyxLQUFLLENBQVcsRUFBRSxDQUFDLENBQUM7UUFDOUIsU0FBSSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztLQUM3Qjs4R0FOWSwrQkFBK0I7a0dBQS9CLCtCQUErQjs7QUFBL0IsK0JBQStCO0lBRjNDLGFBQWEsRUFBRTtHQUVILCtCQUErQixDQU0zQzs7MkZBTlksK0JBQStCO2tCQUQzQyxTQUFTO21CQUFDLEVBQUUsVUFBVSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsZ0NBQWdDLEVBQUU7O0FBa0MzRSxNQUFNLE9BQU8sMEJBQTJCLFNBQVEsaUJBQWlCO0lBekJqRTs7UUEwQnFCLFVBQUssR0FBRyxNQUFNLENBQUMsK0JBQStCLENBQUMsQ0FBQztLQUNwRTs4R0FGWSwwQkFBMEI7a0dBQTFCLDBCQUEwQix1SEFqQzFCLCtCQUErQixtSkFjaEM7Ozs7Ozs7OztHQVNULDBYQVhDLHdCQUF3Qjs7MkZBcUJmLDBCQUEwQjtrQkF6QnRDLFNBQVM7K0JBQ0UsZ0NBQWdDLGNBQzlCLElBQUksV0FDUDt3QkFDUCx3QkFBd0I7cUJBQ3pCLFlBQ1M7Ozs7Ozs7OztHQVNULG1CQUVnQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDZDs0QkFDRSxTQUFTLEVBQUUsK0JBQStCOzRCQUMxQyxNQUFNLEVBQUUsQ0FBQyxTQUFTLEVBQUUsT0FBTyxFQUFFLGFBQWEsRUFBRSxTQUFTLEVBQUUsTUFBTSxDQUFDO3lCQUMvRDtxQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIERpcmVjdGl2ZSwgaW5qZWN0LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQWN0aW9uSW5wdXRGaWVsZE1vbGVjdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL21vbGVjdWxlcy9hY3Rpb24taW5wdXQtZmllbGQnO1xuaW1wb3J0IHsgRm9ybUNvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBBY3Rpb24sIEluamVjdGFibGVDb21wb25lbnQsIFRva2VuaXplZFR5cGUgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuaW1wb3J0IHsgTmdBdG9taWNDb21wb25lbnQgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuXG5AVG9rZW5pemVkVHlwZSgpXG5ARGlyZWN0aXZlKHsgc3RhbmRhbG9uZTogdHJ1ZSwgc2VsZWN0b3I6ICdvcmdhbmlzbXMtYWN0aW9uLWlucHV0LXNlY3Rpb24nIH0pXG5leHBvcnQgY2xhc3MgQWN0aW9uSW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSBleHRlbmRzIEluamVjdGFibGVDb21wb25lbnQge1xuICByZWFkb25seSBjb250cm9sID0gaW5wdXQobmV3IEZvcm1Db250cm9sPHN0cmluZyB8IG51bWJlcj4oJycpKTtcbiAgcmVhZG9ubHkgbGFiZWwgPSBpbnB1dCgnbGFiZWwnKTtcbiAgcmVhZG9ubHkgcGxhY2Vob2xkZXIgPSBpbnB1dCgncGxhY2Vob2xkZXInKTtcbiAgcmVhZG9ubHkgYWN0aW9ucyA9IGlucHV0PEFjdGlvbltdPihbXSk7XG4gIHJlYWRvbmx5IGhpbnQgPSBpbnB1dChudWxsKTtcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLWFjdGlvbi1pbnB1dC1zZWN0aW9uJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIEFjdGlvbklucHV0RmllbGRNb2xlY3VsZSxcbiAgXSxcbiAgdGVtcGxhdGU6IGBcbiAgICA8bW9sZWN1bGVzLWFjdGlvbi1pbnB1dC1maWVsZFxuICAgICAgW2FjdGlvbnNdPVwic3RvcmUuYWN0aW9ucygpXCJcbiAgICAgIFtjb250cm9sXT1cInN0b3JlLmNvbnRyb2woKVwiXG4gICAgICBbbGFiZWxdPVwic3RvcmUubGFiZWwoKVwiXG4gICAgICBbcGxhY2Vob2xkZXJdPVwic3RvcmUucGxhY2Vob2xkZXIoKVwiXG4gICAgICBbaGludF09XCJzdG9yZS5oaW50KClcIlxuICAgICAgKGFjdGlvbik9XCJkaXNwYXRjaCgkZXZlbnQpXCJcbiAgICA+PC9tb2xlY3VsZXMtYWN0aW9uLWlucHV0LWZpZWxkPlxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9hY3Rpb24taW5wdXQtc2VjdGlvbi5vcmdhbmlzbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0RGlyZWN0aXZlczogW1xuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogQWN0aW9uSW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSxcbiAgICAgIGlucHV0czogWydjb250cm9sJywgJ2xhYmVsJywgJ3BsYWNlaG9sZGVyJywgJ2FjdGlvbnMnLCAnaGludCddLFxuICAgIH1cbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBBY3Rpb25JbnB1dFNlY3Rpb25PcmdhbmlzbSBleHRlbmRzIE5nQXRvbWljQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIHJlYWRvbmx5IHN0b3JlID0gaW5qZWN0KEFjdGlvbklucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUpO1xufVxuIl19
@@ -16,10 +16,10 @@ export class AgreementInputSectionOrganismStore extends InjectableComponent {
16
16
  console.debug('labelTemp:', this.labelTemp());
17
17
  });
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AgreementInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: AgreementInputSectionOrganismStore, isStandalone: true, selector: "organisms-agreement-input-section-store", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, labelTemp: { classPropertyName: "labelTemp", publicName: "labelTemp", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AgreementInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
20
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: AgreementInputSectionOrganismStore, isStandalone: true, selector: "organisms-agreement-input-section-store", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, labelTemp: { classPropertyName: "labelTemp", publicName: "labelTemp", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AgreementInputSectionOrganismStore, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AgreementInputSectionOrganismStore, decorators: [{
23
23
  type: Directive,
24
24
  args: [{ standalone: true, selector: 'organisms-agreement-input-section-store' }]
25
25
  }], ctorParameters: () => [] });
@@ -27,8 +27,8 @@ export class AgreementInputSectionOrganism {
27
27
  constructor() {
28
28
  this.store = inject(AgreementInputSectionOrganismStore);
29
29
  }
30
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AgreementInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
31
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.2", type: AgreementInputSectionOrganism, isStandalone: true, selector: "organisms-agreement-input-section", hostDirectives: [{ directive: AgreementInputSectionOrganismStore, inputs: ["control", "control", "label", "label", "labelTemp", "labelTemp"] }], ngImport: i0, template: `
30
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AgreementInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
31
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.2", type: AgreementInputSectionOrganism, isStandalone: true, selector: "organisms-agreement-input-section", hostDirectives: [{ directive: AgreementInputSectionOrganismStore, inputs: ["control", "control", "label", "label", "labelTemp", "labelTemp"] }], ngImport: i0, template: `
32
32
  <mat-checkbox [formControl]="store.control()">
33
33
  @if (store.labelTemp()) {
34
34
  <ng-container *ngTemplateOutlet="store.labelTemp()" />
@@ -40,7 +40,7 @@ export class AgreementInputSectionOrganism {
40
40
  </mat-checkbox>
41
41
  `, isInline: true, styles: [":host{display:block}:host{display:flex;width:100%;padding:0 8px;box-sizing:border-box;justify-content:flex-start}\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatCheckboxModule }, { kind: "component", type: i1.MatCheckbox, selector: "mat-checkbox", inputs: ["aria-label", "aria-labelledby", "aria-describedby", "id", "required", "labelPosition", "name", "value", "disableRipple", "tabIndex", "color", "checked", "disabled", "indeterminate"], outputs: ["change", "indeterminateChange"], exportAs: ["matCheckbox"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
42
42
  }
43
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: AgreementInputSectionOrganism, decorators: [{
43
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: AgreementInputSectionOrganism, decorators: [{
44
44
  type: Component,
45
45
  args: [{ selector: 'organisms-agreement-input-section', standalone: true, imports: [
46
46
  NgTemplateOutlet,
@@ -9,15 +9,15 @@ export class CardInputSectionOrganism {
9
9
  this.label = 'カード番号';
10
10
  this.placeholder = 'XXXX-XXXX-XXXX-XXXX';
11
11
  }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: CardInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: CardInputSectionOrganism, isStandalone: true, selector: "organisms-card-input-section", inputs: { control: "control", label: "label", placeholder: "placeholder" }, ngImport: i0, template: "<molecules-text-input-field\n type=\"text\"\n name=\"cardNumber\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-iuNZ: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-iuNZ);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: TextInputFieldMolecule, selector: "molecules-text-input-field" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: CardInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: CardInputSectionOrganism, isStandalone: true, selector: "organisms-card-input-section", inputs: { control: "control", label: "label", placeholder: "placeholder" }, ngImport: i0, template: "<molecules-text-input-field\n type=\"text\"\n name=\"cardNumber\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-vuwf: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-vuwf);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: TextInputFieldMolecule, selector: "molecules-text-input-field" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
14
14
  }
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: CardInputSectionOrganism, decorators: [{
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: CardInputSectionOrganism, decorators: [{
16
16
  type: Component,
17
17
  args: [{ selector: 'organisms-card-input-section', standalone: true, imports: [
18
18
  CommonModule,
19
19
  TextInputFieldMolecule,
20
- ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-text-input-field\n type=\"text\"\n name=\"cardNumber\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-iuNZ: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-iuNZ);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"] }]
20
+ ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-text-input-field\n type=\"text\"\n name=\"cardNumber\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-vuwf: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-vuwf);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"] }]
21
21
  }], propDecorators: { control: [{
22
22
  type: Input
23
23
  }], label: [{
@@ -7,11 +7,15 @@ export class ChipsInputSectionOrganismStore extends InjectableComponent {
7
7
  constructor() {
8
8
  super(...arguments);
9
9
  this.control = input(new FormControl(''));
10
+ this.appearance = input('fill');
11
+ this.placeholder = input('status:active');
12
+ this.label = input('フィルター');
13
+ this.hint = input('フィルター条件を入力できます。');
10
14
  }
11
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ChipsInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
12
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: ChipsInputSectionOrganismStore, isStandalone: true, selector: "organisms-chips-input-section", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
15
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ChipsInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
16
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: ChipsInputSectionOrganismStore, isStandalone: true, selector: "organisms-chips-input-section", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, appearance: { classPropertyName: "appearance", publicName: "appearance", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
13
17
  }
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ChipsInputSectionOrganismStore, decorators: [{
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ChipsInputSectionOrganismStore, decorators: [{
15
19
  type: Directive,
16
20
  args: [{ standalone: true, selector: 'organisms-chips-input-section' }]
17
21
  }] });
@@ -19,34 +23,40 @@ export class ChipsInputSectionOrganism {
19
23
  constructor() {
20
24
  this.store = inject(ChipsInputSectionOrganismStore);
21
25
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ChipsInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: ChipsInputSectionOrganism, isStandalone: true, selector: "organisms-chips-input-section", hostDirectives: [{ directive: ChipsInputSectionOrganismStore, inputs: ["control", "control"] }], ngImport: i0, template: `
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ChipsInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
27
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: ChipsInputSectionOrganism, isStandalone: true, selector: "organisms-chips-input-section", hostDirectives: [{ directive: ChipsInputSectionOrganismStore, inputs: ["control", "control", "appearance", "appearance", "placeholder", "placeholder", "label", "label", "hint", "hint"] }], ngImport: i0, template: `
24
28
  <molecules-chips-input-field injectable
25
- [appearance]="'fill'"
26
- [placeholder]="'status:active'"
27
- [label]="'フィルター'"
28
- [hint]="'フィルター条件を入力できます。'"
29
+ [appearance]="store.appearance()"
30
+ [placeholder]="store.placeholder()"
31
+ [label]="store.label()"
32
+ [hint]="store.hint()"
29
33
  [control]="store.control()"
30
34
  />
31
35
  `, isInline: true, styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: ChipsInputFieldMoleculeStore, selector: "molecules-chips-input-field", inputs: ["appearance", "control", "floatLabel", "label", "hint", "placeholder", "separators"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
32
36
  }
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: ChipsInputSectionOrganism, decorators: [{
37
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ChipsInputSectionOrganism, decorators: [{
34
38
  type: Component,
35
39
  args: [{ selector: 'organisms-chips-input-section', standalone: true, imports: [
36
40
  ChipsInputFieldMoleculeStore,
37
41
  ], template: `
38
42
  <molecules-chips-input-field injectable
39
- [appearance]="'fill'"
40
- [placeholder]="'status:active'"
41
- [label]="'フィルター'"
42
- [hint]="'フィルター条件を入力できます。'"
43
+ [appearance]="store.appearance()"
44
+ [placeholder]="store.placeholder()"
45
+ [label]="store.label()"
46
+ [hint]="store.hint()"
43
47
  [control]="store.control()"
44
48
  />
45
49
  `, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
46
50
  {
47
51
  directive: ChipsInputSectionOrganismStore,
48
- inputs: ['control'],
52
+ inputs: [
53
+ 'control',
54
+ 'appearance',
55
+ 'placeholder',
56
+ 'label',
57
+ 'hint',
58
+ ],
49
59
  }
50
60
  ], styles: [":host{display:block}\n"] }]
51
61
  }] });
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcHMtaW5wdXQtc2VjdGlvbi5vcmdhbmlzbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL29yZ2FuaXNtcy9jaGlwcy1pbnB1dC1zZWN0aW9uL2NoaXBzLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFDakcsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBR3RELE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxtQkFBbUI7SUFEdkU7O1FBRVcsWUFBTyxHQUFHLEtBQUssQ0FBQyxJQUFJLFdBQVcsQ0FBUyxFQUFFLENBQUMsQ0FBQyxDQUFDO0tBQ3ZEOzhHQUZZLDhCQUE4QjtrR0FBOUIsOEJBQThCOzsyRkFBOUIsOEJBQThCO2tCQUQxQyxTQUFTO21CQUFDLEVBQUMsVUFBVSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsK0JBQStCLEVBQUM7O0FBNkJ4RSxNQUFNLE9BQU8seUJBQXlCO0lBeEJ0QztRQXlCWSxVQUFLLEdBQUcsTUFBTSxDQUFDLDhCQUE4QixDQUFDLENBQUM7S0FDMUQ7OEdBRlkseUJBQXlCO2tHQUF6Qix5QkFBeUIsK0ZBNUJ6Qiw4QkFBOEIsNkRBVS9COzs7Ozs7OztHQVFULGdHQVZDLDRCQUE0Qjs7MkZBb0JuQix5QkFBeUI7a0JBeEJyQyxTQUFTOytCQUNFLCtCQUErQixjQUM3QixJQUFJLFdBQ1A7d0JBQ1AsNEJBQTRCO3FCQUM3QixZQUNTOzs7Ozs7OztHQVFULG1CQUVnQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDZDs0QkFDRSxTQUFTLEVBQUUsOEJBQThCOzRCQUN6QyxNQUFNLEVBQUUsQ0FBQyxTQUFTLENBQUM7eUJBQ3BCO3FCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRGlyZWN0aXZlLCBpbmplY3QsIGlucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENoaXBzSW5wdXRGaWVsZE1vbGVjdWxlU3RvcmUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL2NoaXBzLWlucHV0LWZpZWxkJztcbmltcG9ydCB7IEluamVjdGFibGVDb21wb25lbnQgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtzdGFuZGFsb25lOiB0cnVlLCBzZWxlY3RvcjogJ29yZ2FuaXNtcy1jaGlwcy1pbnB1dC1zZWN0aW9uJ30pXG5leHBvcnQgY2xhc3MgQ2hpcHNJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlIGV4dGVuZHMgSW5qZWN0YWJsZUNvbXBvbmVudCB7XG4gIHJlYWRvbmx5IGNvbnRyb2wgPSBpbnB1dChuZXcgRm9ybUNvbnRyb2w8c3RyaW5nPignJykpO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtY2hpcHMtaW5wdXQtc2VjdGlvbicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBDaGlwc0lucHV0RmllbGRNb2xlY3VsZVN0b3JlLFxuICBdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxtb2xlY3VsZXMtY2hpcHMtaW5wdXQtZmllbGQgaW5qZWN0YWJsZVxuICAgICAgW2FwcGVhcmFuY2VdPVwiJ2ZpbGwnXCJcbiAgICAgIFtwbGFjZWhvbGRlcl09XCInc3RhdHVzOmFjdGl2ZSdcIlxuICAgICAgW2xhYmVsXT1cIifjg5XjgqPjg6vjgr/jg7wnXCJcbiAgICAgIFtoaW50XT1cIifjg5XjgqPjg6vjgr/jg7zmnaHku7bjgpLlhaXlipvjgafjgY3jgb7jgZnjgIInXCJcbiAgICAgIFtjb250cm9sXT1cInN0b3JlLmNvbnRyb2woKVwiXG4gICAgLz5cbiAgYCxcbiAgc3R5bGVVcmw6ICcuL2NoaXBzLWlucHV0LXNlY3Rpb24ub3JnYW5pc20uc2NzcycsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0RGlyZWN0aXZlczogW1xuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogQ2hpcHNJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlLFxuICAgICAgaW5wdXRzOiBbJ2NvbnRyb2wnXSxcbiAgICB9XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQ2hpcHNJbnB1dFNlY3Rpb25PcmdhbmlzbSB7XG4gIHByb3RlY3RlZCBzdG9yZSA9IGluamVjdChDaGlwc0lucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUpO1xufVxuIl19
62
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hpcHMtaW5wdXQtc2VjdGlvbi5vcmdhbmlzbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL29yZ2FuaXNtcy9jaGlwcy1pbnB1dC1zZWN0aW9uL2NoaXBzLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLDRCQUE0QixFQUFFLE1BQU0sbURBQW1ELENBQUM7QUFDakcsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBR3RELE1BQU0sT0FBTyw4QkFBK0IsU0FBUSxtQkFBbUI7SUFEdkU7O1FBRVcsWUFBTyxHQUFHLEtBQUssQ0FBQyxJQUFJLFdBQVcsQ0FBUyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQzdDLGVBQVUsR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDM0IsZ0JBQVcsR0FBRyxLQUFLLENBQUMsZUFBZSxDQUFDLENBQUM7UUFDckMsVUFBSyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUN2QixTQUFJLEdBQUcsS0FBSyxDQUFDLGlCQUFpQixDQUFDLENBQUM7S0FDMUM7OEdBTlksOEJBQThCO2tHQUE5Qiw4QkFBOEI7OzJGQUE5Qiw4QkFBOEI7a0JBRDFDLFNBQVM7bUJBQUMsRUFBQyxVQUFVLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSwrQkFBK0IsRUFBQzs7QUF1Q3hFLE1BQU0sT0FBTyx5QkFBeUI7SUE5QnRDO1FBK0JZLFVBQUssR0FBRyxNQUFNLENBQUMsOEJBQThCLENBQUMsQ0FBQztLQUMxRDs4R0FGWSx5QkFBeUI7a0dBQXpCLHlCQUF5QiwrRkF0Q3pCLDhCQUE4Qix5SkFjL0I7Ozs7Ozs7O0dBUVQsZ0dBVkMsNEJBQTRCOzsyRkEwQm5CLHlCQUF5QjtrQkE5QnJDLFNBQVM7K0JBQ0UsK0JBQStCLGNBQzdCLElBQUksV0FDUDt3QkFDUCw0QkFBNEI7cUJBQzdCLFlBQ1M7Ozs7Ozs7O0dBUVQsbUJBRWdCLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNkOzRCQUNFLFNBQVMsRUFBRSw4QkFBOEI7NEJBQ3pDLE1BQU0sRUFBRTtnQ0FDTixTQUFTO2dDQUNULFlBQVk7Z0NBQ1osYUFBYTtnQ0FDYixPQUFPO2dDQUNQLE1BQU07NkJBQ1A7eUJBQ0Y7cUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBEaXJlY3RpdmUsIGluamVjdCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ2hpcHNJbnB1dEZpZWxkTW9sZWN1bGVTdG9yZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9tb2xlY3VsZXMvY2hpcHMtaW5wdXQtZmllbGQnO1xuaW1wb3J0IHsgSW5qZWN0YWJsZUNvbXBvbmVudCB9IGZyb20gJ0BuZy1hdG9taWMvY29yZSc7XG5cbkBEaXJlY3RpdmUoe3N0YW5kYWxvbmU6IHRydWUsIHNlbGVjdG9yOiAnb3JnYW5pc21zLWNoaXBzLWlucHV0LXNlY3Rpb24nfSlcbmV4cG9ydCBjbGFzcyBDaGlwc0lucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUgZXh0ZW5kcyBJbmplY3RhYmxlQ29tcG9uZW50IHtcbiAgcmVhZG9ubHkgY29udHJvbCA9IGlucHV0KG5ldyBGb3JtQ29udHJvbDxzdHJpbmc+KCcnKSk7XG4gIHJlYWRvbmx5IGFwcGVhcmFuY2UgPSBpbnB1dCgnZmlsbCcpO1xuICByZWFkb25seSBwbGFjZWhvbGRlciA9IGlucHV0KCdzdGF0dXM6YWN0aXZlJyk7XG4gIHJlYWRvbmx5IGxhYmVsID0gaW5wdXQoJ+ODleOCo+ODq+OCv+ODvCcpO1xuICByZWFkb25seSBoaW50ID0gaW5wdXQoJ+ODleOCo+ODq+OCv+ODvOadoeS7tuOCkuWFpeWKm+OBp+OBjeOBvuOBmeOAgicpO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtY2hpcHMtaW5wdXQtc2VjdGlvbicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBDaGlwc0lucHV0RmllbGRNb2xlY3VsZVN0b3JlLFxuICBdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxtb2xlY3VsZXMtY2hpcHMtaW5wdXQtZmllbGQgaW5qZWN0YWJsZVxuICAgICAgW2FwcGVhcmFuY2VdPVwic3RvcmUuYXBwZWFyYW5jZSgpXCJcbiAgICAgIFtwbGFjZWhvbGRlcl09XCJzdG9yZS5wbGFjZWhvbGRlcigpXCJcbiAgICAgIFtsYWJlbF09XCJzdG9yZS5sYWJlbCgpXCJcbiAgICAgIFtoaW50XT1cInN0b3JlLmhpbnQoKVwiXG4gICAgICBbY29udHJvbF09XCJzdG9yZS5jb250cm9sKClcIlxuICAgIC8+XG4gIGAsXG4gIHN0eWxlVXJsOiAnLi9jaGlwcy1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLnNjc3MnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IENoaXBzSW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSxcbiAgICAgIGlucHV0czogW1xuICAgICAgICAnY29udHJvbCcsXG4gICAgICAgICdhcHBlYXJhbmNlJyxcbiAgICAgICAgJ3BsYWNlaG9sZGVyJyxcbiAgICAgICAgJ2xhYmVsJyxcbiAgICAgICAgJ2hpbnQnLFxuICAgICAgXSxcbiAgICB9XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQ2hpcHNJbnB1dFNlY3Rpb25PcmdhbmlzbSB7XG4gIHByb3RlY3RlZCBzdG9yZSA9IGluamVjdChDaGlwc0lucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUpO1xufVxuIl19
@@ -18,16 +18,16 @@ export class CvcAndExpInputSectionOrganism {
18
18
  cvc: new FormControl(''),
19
19
  });
20
20
  }
21
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: CvcAndExpInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: CvcAndExpInputSectionOrganism, isStandalone: true, selector: "organisms-cvc-and-exp-input-section", inputs: { form: "form" }, ngImport: i0, template: "<molecules-select-input-field\n class=\"year field\"\n label=\"\u6709\u52B9\u671F\u9650(\u5E74)\"\n [control]=\"form.get('expYear')\"\n [options]=\"yearOptions\"\n></molecules-select-input-field>\n<molecules-select-input-field\n class=\"month field\"\n label=\"\u6709\u52B9\u671F\u9650(\u6708)\"\n [control]=\"form.get('expMonth')\"\n [options]=\"monthOptions\"\n></molecules-select-input-field>\n<molecules-text-input-field\n class=\"cvc field\"\n type=\"text\"\n name=\"cardNumber\"\n label=\"CVC\"\n placeholder=\"4\u6841\u306E\u756A\u53F7\"\n [control]=\"form.get('cvc')\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-9Typ: var(--horizontal-padding)}:host{display:flex;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-9Typ);box-sizing:border-box}:host .field:not(:first-child){margin-left:8px}:host .year.field,:host .month.field{width:auto}:host .cvc.field{width:100px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: SelectInputFieldMolecule, selector: "molecules-select-input-field" }, { kind: "component", type: TextInputFieldMolecule, selector: "molecules-text-input-field" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
21
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: CvcAndExpInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
22
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: CvcAndExpInputSectionOrganism, isStandalone: true, selector: "organisms-cvc-and-exp-input-section", inputs: { form: "form" }, ngImport: i0, template: "<molecules-select-input-field\n class=\"year field\"\n label=\"\u6709\u52B9\u671F\u9650(\u5E74)\"\n [control]=\"form.get('expYear')\"\n [options]=\"yearOptions\"\n></molecules-select-input-field>\n<molecules-select-input-field\n class=\"month field\"\n label=\"\u6709\u52B9\u671F\u9650(\u6708)\"\n [control]=\"form.get('expMonth')\"\n [options]=\"monthOptions\"\n></molecules-select-input-field>\n<molecules-text-input-field\n class=\"cvc field\"\n type=\"text\"\n name=\"cardNumber\"\n label=\"CVC\"\n placeholder=\"4\u6841\u306E\u756A\u53F7\"\n [control]=\"form.get('cvc')\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-tvBx: var(--horizontal-padding)}:host{display:flex;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-tvBx);box-sizing:border-box}:host .field:not(:first-child){margin-left:8px}:host .year.field,:host .month.field{width:auto}:host .cvc.field{width:100px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: SelectInputFieldMolecule, selector: "molecules-select-input-field" }, { kind: "component", type: TextInputFieldMolecule, selector: "molecules-text-input-field" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: CvcAndExpInputSectionOrganism, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: CvcAndExpInputSectionOrganism, decorators: [{
25
25
  type: Component,
26
26
  args: [{ selector: 'organisms-cvc-and-exp-input-section', standalone: true, imports: [
27
27
  CommonModule,
28
28
  SelectInputFieldMolecule,
29
29
  TextInputFieldMolecule,
30
- ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-select-input-field\n class=\"year field\"\n label=\"\u6709\u52B9\u671F\u9650(\u5E74)\"\n [control]=\"form.get('expYear')\"\n [options]=\"yearOptions\"\n></molecules-select-input-field>\n<molecules-select-input-field\n class=\"month field\"\n label=\"\u6709\u52B9\u671F\u9650(\u6708)\"\n [control]=\"form.get('expMonth')\"\n [options]=\"monthOptions\"\n></molecules-select-input-field>\n<molecules-text-input-field\n class=\"cvc field\"\n type=\"text\"\n name=\"cardNumber\"\n label=\"CVC\"\n placeholder=\"4\u6841\u306E\u756A\u53F7\"\n [control]=\"form.get('cvc')\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-9Typ: var(--horizontal-padding)}:host{display:flex;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-9Typ);box-sizing:border-box}:host .field:not(:first-child){margin-left:8px}:host .year.field,:host .month.field{width:auto}:host .cvc.field{width:100px}\n"] }]
30
+ ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-select-input-field\n class=\"year field\"\n label=\"\u6709\u52B9\u671F\u9650(\u5E74)\"\n [control]=\"form.get('expYear')\"\n [options]=\"yearOptions\"\n></molecules-select-input-field>\n<molecules-select-input-field\n class=\"month field\"\n label=\"\u6709\u52B9\u671F\u9650(\u6708)\"\n [control]=\"form.get('expMonth')\"\n [options]=\"monthOptions\"\n></molecules-select-input-field>\n<molecules-text-input-field\n class=\"cvc field\"\n type=\"text\"\n name=\"cardNumber\"\n label=\"CVC\"\n placeholder=\"4\u6841\u306E\u756A\u53F7\"\n [control]=\"form.get('cvc')\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-tvBx: var(--horizontal-padding)}:host{display:flex;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-tvBx);box-sizing:border-box}:host .field:not(:first-child){margin-left:8px}:host .year.field,:host .month.field{width:auto}:host .cvc.field{width:100px}\n"] }]
31
31
  }], propDecorators: { form: [{
32
32
  type: Input
33
33
  }] } });
@@ -15,14 +15,14 @@ let DateInputSectionOrganismStore = class DateInputSectionOrganismStore extends
15
15
  this.hint = input(null);
16
16
  this.actions = input([]);
17
17
  }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DateInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
19
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", 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 }); }
18
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DateInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
19
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", 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 }); }
20
20
  };
21
21
  DateInputSectionOrganismStore = __decorate([
22
22
  TokenizedType()
23
23
  ], DateInputSectionOrganismStore);
24
24
  export { DateInputSectionOrganismStore };
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DateInputSectionOrganismStore, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DateInputSectionOrganismStore, decorators: [{
26
26
  type: Directive,
27
27
  args: [{ standalone: true, selector: 'organisms-date-input-section' }]
28
28
  }] });
@@ -31,8 +31,8 @@ export class DateInputSectionOrganism extends NgAtomicComponent {
31
31
  super(...arguments);
32
32
  this.store = inject(DateInputSectionOrganismStore);
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DateInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
35
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.2", type: DateInputSectionOrganism, isStandalone: true, selector: "organisms-date-input-section", host: { classAttribute: "organism section" }, usesInheritance: true, hostDirectives: [{ directive: DateInputSectionOrganismStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "hint", "hint", "actions", "actions"] }], ngImport: i0, template: `
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DateInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
35
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.2", type: DateInputSectionOrganism, isStandalone: true, selector: "organisms-date-input-section", host: { classAttribute: "organism section" }, usesInheritance: true, hostDirectives: [{ directive: DateInputSectionOrganismStore, inputs: ["control", "control", "label", "label", "placeholder", "placeholder", "hint", "hint", "actions", "actions"] }], ngImport: i0, template: `
36
36
  <molecules-date-input-field
37
37
  [control]="store.control()"
38
38
  [label]="store.label()"
@@ -45,9 +45,9 @@ export class DateInputSectionOrganism extends NgAtomicComponent {
45
45
  (action)="dispatch($event)"
46
46
  />
47
47
  }
48
- `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-9H5S: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-input-section-9H5S) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-input-section-9H5S)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-smart-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-smart-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
48
+ `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-k966: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-input-section-k966) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-input-section-k966)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-smart-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-smart-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
49
49
  }
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DateInputSectionOrganism, decorators: [{
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DateInputSectionOrganism, decorators: [{
51
51
  type: Component,
52
52
  args: [{ selector: 'organisms-date-input-section', standalone: true, imports: [
53
53
  DateInputFieldMolecule,
@@ -70,6 +70,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
70
70
  directive: DateInputSectionOrganismStore,
71
71
  inputs: ['control', 'label', 'placeholder', 'hint', 'actions'],
72
72
  }
73
- ], host: { class: 'organism section' }, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-9H5S: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-input-section-9H5S) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-input-section-9H5S)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-smart-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\n"] }]
73
+ ], host: { class: 'organism section' }, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-section-k966: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-input-section-k966) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-input-section-k966)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-smart-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\n"] }]
74
74
  }] });
75
75
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL2RhdGUtaW5wdXQtc2VjdGlvbi9kYXRlLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBUyxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEcsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzFGLE9BQU8sRUFBVSxtQkFBbUIsRUFBRSxpQkFBaUIsRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNoRyxPQUFPLEtBQUssTUFBTSxPQUFPLENBQUM7O0FBSW5CLElBQU0sNkJBQTZCLEdBQW5DLE1BQU0sNkJBQThCLFNBQVEsbUJBQW1CO0lBQS9EOztRQUNJLFlBQU8sR0FBRyxLQUFLLENBQUMsSUFBSSxXQUFXLENBQWMsS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ3ZELFVBQUssR0FBRyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDbEIsZ0JBQVcsR0FBRyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDeEIsU0FBSSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztRQUNuQixZQUFPLEdBQUcsS0FBSyxDQUFXLEVBQUUsQ0FBQyxDQUFDO0tBQ3hDOzhHQU5ZLDZCQUE2QjtrR0FBN0IsNkJBQTZCOztBQUE3Qiw2QkFBNkI7SUFGekMsYUFBYSxFQUFFO0dBRUgsNkJBQTZCLENBTXpDOzsyRkFOWSw2QkFBNkI7a0JBRHpDLFNBQVM7bUJBQUMsRUFBRSxVQUFVLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSw4QkFBOEIsRUFBRTs7QUF5Q3pFLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxpQkFBaUI7SUEvQi9EOztRQWdDWSxVQUFLLEdBQUcsTUFBTSxDQUFDLDZCQUE2QixDQUFDLENBQUM7S0FDekQ7OEdBRlksd0JBQXdCO2tHQUF4Qix3QkFBd0IsbUtBeEN4Qiw2QkFBNkIsbUpBZ0I5Qjs7Ozs7Ozs7Ozs7OztHQWFULHFrQkFoQkMsc0JBQXNCLHVFQUN0QixtQkFBbUI7OzJGQTBCVix3QkFBd0I7a0JBL0JwQyxTQUFTOytCQUNFLDhCQUE4QixjQUM1QixJQUFJLFdBQ1A7d0JBQ1Asc0JBQXNCO3dCQUN0QixtQkFBbUI7cUJBQ3BCLFlBQ1M7Ozs7Ozs7Ozs7Ozs7R0FhVCxtQkFFZ0IsdUJBQXVCLENBQUMsTUFBTSxrQkFDL0I7d0JBQ2Q7NEJBQ0UsU0FBUyxFQUFFLDZCQUE2Qjs0QkFDeEMsTUFBTSxFQUFFLENBQUMsU0FBUyxFQUFFLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxFQUFFLFNBQVMsQ0FBQzt5QkFDL0Q7cUJBQ0YsUUFDSyxFQUFDLEtBQUssRUFBRSxrQkFBa0IsRUFBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIERpcmVjdGl2ZSwgaW5qZWN0LCBJbnB1dCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZvcm1Db250cm9sIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgU21hcnRNZW51QnV0dG9uQXRvbSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9hdG9tcy9zbWFydC1tZW51LWJ1dHRvbic7XG5pbXBvcnQgeyBEYXRlSW5wdXRGaWVsZE1vbGVjdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL21vbGVjdWxlcy9kYXRlLWlucHV0LWZpZWxkJztcbmltcG9ydCB7IEFjdGlvbiwgSW5qZWN0YWJsZUNvbXBvbmVudCwgTmdBdG9taWNDb21wb25lbnQsIFRva2VuaXplZFR5cGUgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuaW1wb3J0IGRheWpzIGZyb20gJ2RheWpzJztcblxuQFRva2VuaXplZFR5cGUoKVxuQERpcmVjdGl2ZSh7IHN0YW5kYWxvbmU6IHRydWUsIHNlbGVjdG9yOiAnb3JnYW5pc21zLWRhdGUtaW5wdXQtc2VjdGlvbicgfSlcbmV4cG9ydCBjbGFzcyBEYXRlSW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSBleHRlbmRzIEluamVjdGFibGVDb21wb25lbnQge1xuICByZWFkb25seSBjb250cm9sID0gaW5wdXQobmV3IEZvcm1Db250cm9sPGRheWpzLkRheWpzPihkYXlqcygpKSk7XG4gIHJlYWRvbmx5IGxhYmVsID0gaW5wdXQoJycpO1xuICByZWFkb25seSBwbGFjZWhvbGRlciA9IGlucHV0KCcnKTtcbiAgcmVhZG9ubHkgaGludCA9IGlucHV0KG51bGwpO1xuICByZWFkb25seSBhY3Rpb25zID0gaW5wdXQ8QWN0aW9uW10+KFtdKTtcbn1cblxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtZGF0ZS1pbnB1dC1zZWN0aW9uJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIERhdGVJbnB1dEZpZWxkTW9sZWN1bGUsXG4gICAgU21hcnRNZW51QnV0dG9uQXRvbSxcbiAgXSxcbiAgdGVtcGxhdGU6IGBcbiAgPG1vbGVjdWxlcy1kYXRlLWlucHV0LWZpZWxkXG4gICAgW2NvbnRyb2xdPVwic3RvcmUuY29udHJvbCgpXCJcbiAgICBbbGFiZWxdPVwic3RvcmUubGFiZWwoKVwiXG4gICAgW3BsYWNlaG9sZGVyXT1cInN0b3JlLnBsYWNlaG9sZGVyKClcIlxuICAgIFtoaW50XT1cInN0b3JlLmhpbnQoKVwiXG4gIC8+XG4gIEBpZiAoc3RvcmUuYWN0aW9ucygpPy5sZW5ndGgpIHtcbiAgICA8YXRvbXMtc21hcnQtbWVudS1idXR0b24gaW5qZWN0YWJsZVxuICAgICAgW2FjdGlvbnNdPVwic3RvcmUuYWN0aW9ucygpXCJcbiAgICAgIChhY3Rpb24pPVwiZGlzcGF0Y2goJGV2ZW50KVwiXG4gICAgLz5cbiAgfVxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9kYXRlLWlucHV0LXNlY3Rpb24ub3JnYW5pc20uc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IERhdGVJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlLFxuICAgICAgaW5wdXRzOiBbJ2NvbnRyb2wnLCAnbGFiZWwnLCAncGxhY2Vob2xkZXInLCAnaGludCcsICdhY3Rpb25zJ10sXG4gICAgfVxuICBdLFxuICBob3N0OiB7Y2xhc3M6ICdvcmdhbmlzbSBzZWN0aW9uJ30sXG59KVxuZXhwb3J0IGNsYXNzIERhdGVJbnB1dFNlY3Rpb25PcmdhbmlzbSBleHRlbmRzIE5nQXRvbWljQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIHN0b3JlID0gaW5qZWN0KERhdGVJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlKTtcbn1cbiJdfQ==
@@ -16,10 +16,10 @@ export class DateRangeInputSectionOrganismStore {
16
16
  this.hint = input('hint');
17
17
  this.actions = input([]);
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DateRangeInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", 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 }); }
19
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DateRangeInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
20
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", 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 }); }
21
21
  }
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DateRangeInputSectionOrganismStore, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DateRangeInputSectionOrganismStore, decorators: [{
23
23
  type: Directive,
24
24
  args: [{
25
25
  standalone: true,
@@ -31,8 +31,8 @@ export class DateRangeInputSectionOrganism extends NgAtomicComponent {
31
31
  super(...arguments);
32
32
  this.store = inject(DateRangeInputSectionOrganismStore);
33
33
  }
34
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DateRangeInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
35
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.2", type: DateRangeInputSectionOrganism, isStandalone: true, selector: "organisms-date-range-input-section", host: { classAttribute: "organism section" }, usesInheritance: true, hostDirectives: [{ directive: DateRangeInputSectionOrganismStore, inputs: ["label", "label", "hint", "hint", "control", "control", "actions", "actions"] }], ngImport: i0, template: `
34
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DateRangeInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
35
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.2", type: DateRangeInputSectionOrganism, isStandalone: true, selector: "organisms-date-range-input-section", host: { classAttribute: "organism section" }, usesInheritance: true, hostDirectives: [{ directive: DateRangeInputSectionOrganismStore, inputs: ["label", "label", "hint", "hint", "control", "control", "actions", "actions"] }], ngImport: i0, template: `
36
36
  <molecules-date-range-input-field
37
37
  [label]="store.label()"
38
38
  [control]="store.control()"
@@ -43,9 +43,9 @@ export class DateRangeInputSectionOrganism extends NgAtomicComponent {
43
43
  (action)="dispatch($event)"
44
44
  />
45
45
  }
46
- `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-t4B5: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-t4B5) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-t4B5)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-smart-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-smart-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
46
+ `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-kLiK: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-kLiK) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-kLiK)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-smart-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-smart-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
47
47
  }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DateRangeInputSectionOrganism, decorators: [{
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DateRangeInputSectionOrganism, decorators: [{
49
49
  type: Component,
50
50
  args: [{ selector: 'organisms-date-range-input-section', standalone: true, imports: [
51
51
  DateRangeInputFieldMolecule,
@@ -66,6 +66,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
66
66
  directive: DateRangeInputSectionOrganismStore,
67
67
  inputs: ['label', 'hint', 'control', 'actions']
68
68
  }
69
- ], host: { class: 'organism section' }, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-t4B5: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-t4B5) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-t4B5)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-smart-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\n"] }]
69
+ ], host: { class: 'organism section' }, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-range-input-section-kLiK: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-kLiK) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-date-range-input-section-kLiK)}:host .molecule.input-field,:host mat-form-field{width:100%;flex:1fr}:host atoms-smart-menu-button{flex:auto;margin-top:4px;margin-right:-16px}\n"] }]
70
70
  }] });
71
71
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS1yYW5nZS1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL2RhdGUtcmFuZ2UtaW5wdXQtc2VjdGlvbi9kYXRlLXJhbmdlLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSx3REFBd0QsQ0FBQztBQUNyRyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxLQUFLLE1BQU0sT0FBTyxDQUFDO0FBQzFCLE9BQU8sRUFBVSxpQkFBaUIsRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzVELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDOztBQU1wRixNQUFNLE9BQU8sa0NBQWtDO0lBSi9DO1FBS1csT0FBRSxHQUFHLE1BQU0sQ0FBQyxXQUFXLENBQUMsQ0FBQztRQUN6QixVQUFLLEdBQUcsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDO1FBQ3RCLFlBQU8sR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUM7WUFDckMsS0FBSyxFQUFFLENBQUMsS0FBSyxFQUFFLENBQUM7WUFDaEIsR0FBRyxFQUFFLENBQUMsS0FBSyxFQUFFLENBQUMsR0FBRyxDQUFDLENBQUMsRUFBRSxLQUFLLENBQUMsQ0FBQztTQUM3QixDQUFDLENBQUMsQ0FBQztRQUNLLFNBQUksR0FBRyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7UUFDckIsWUFBTyxHQUFHLEtBQUssQ0FBVyxFQUFFLENBQUMsQ0FBQztLQUN4Qzs4R0FUWSxrQ0FBa0M7a0dBQWxDLGtDQUFrQzs7MkZBQWxDLGtDQUFrQztrQkFKOUMsU0FBUzttQkFBQztvQkFDVCxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsUUFBUSxFQUFFLG9DQUFvQztpQkFDL0M7O0FBeUNELE1BQU0sT0FBTyw2QkFBOEIsU0FBUSxpQkFBaUI7SUE3QnBFOztRQThCWSxVQUFLLEdBQUcsTUFBTSxDQUFDLGtDQUFrQyxDQUFDLENBQUM7S0FDOUQ7OEdBRlksNkJBQTZCO2tHQUE3Qiw2QkFBNkIseUtBeEM3QixrQ0FBa0MscUhBa0JuQzs7Ozs7Ozs7Ozs7R0FXVCx1bEJBZEMsMkJBQTJCLDZFQUMzQixtQkFBbUI7OzJGQXdCViw2QkFBNkI7a0JBN0J6QyxTQUFTOytCQUNFLG9DQUFvQyxjQUNsQyxJQUFJLFdBQ1A7d0JBQ1AsMkJBQTJCO3dCQUMzQixtQkFBbUI7cUJBQ3BCLFlBQ1M7Ozs7Ozs7Ozs7O0dBV1QsbUJBRWdCLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNkOzRCQUNFLFNBQVMsRUFBRSxrQ0FBa0M7NEJBQzdDLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxNQUFNLEVBQUUsU0FBUyxFQUFFLFNBQVMsQ0FBQzt5QkFDaEQ7cUJBQ0YsUUFDSyxFQUFDLEtBQUssRUFBRSxrQkFBa0IsRUFBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIERpcmVjdGl2ZSwgaW5qZWN0LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRGF0ZVJhbmdlSW5wdXRGaWVsZE1vbGVjdWxlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL21vbGVjdWxlcy9kYXRlLXJhbmdlLWlucHV0LWZpZWxkJztcbmltcG9ydCB7IEZvcm1CdWlsZGVyIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IGRheWpzIGZyb20gJ2RheWpzJztcbmltcG9ydCB7IEFjdGlvbiwgTmdBdG9taWNDb21wb25lbnQgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuaW1wb3J0IHsgU21hcnRNZW51QnV0dG9uQXRvbSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9hdG9tcy9zbWFydC1tZW51LWJ1dHRvbic7XG5cbkBEaXJlY3RpdmUoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1kYXRlLXJhbmdlLWlucHV0LXNlY3Rpb24nLFxufSlcbmV4cG9ydCBjbGFzcyBEYXRlUmFuZ2VJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlIHtcbiAgcmVhZG9ubHkgZmIgPSBpbmplY3QoRm9ybUJ1aWxkZXIpO1xuICByZWFkb25seSBsYWJlbCA9IGlucHV0KCfml6Xku5jnr4Tlm7InKTtcbiAgcmVhZG9ubHkgY29udHJvbCA9IGlucHV0KHRoaXMuZmIuZ3JvdXAoe1xuICAgIHN0YXJ0OiBbZGF5anMoKV0sXG4gICAgZW5kOiBbZGF5anMoKS5hZGQoMSwgJ2RheScpXSxcbiAgfSkpO1xuICByZWFkb25seSBoaW50ID0gaW5wdXQoJ2hpbnQnKTtcbiAgcmVhZG9ubHkgYWN0aW9ucyA9IGlucHV0PEFjdGlvbltdPihbXSk7XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1kYXRlLXJhbmdlLWlucHV0LXNlY3Rpb24nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgRGF0ZVJhbmdlSW5wdXRGaWVsZE1vbGVjdWxlLFxuICAgIFNtYXJ0TWVudUJ1dHRvbkF0b20sXG4gIF0sXG4gIHRlbXBsYXRlOiBgXG4gICAgPG1vbGVjdWxlcy1kYXRlLXJhbmdlLWlucHV0LWZpZWxkXG4gICAgICBbbGFiZWxdPVwic3RvcmUubGFiZWwoKVwiXG4gICAgICBbY29udHJvbF09XCJzdG9yZS5jb250cm9sKClcIlxuICAgIC8+XG4gICAgQGlmIChzdG9yZS5hY3Rpb25zKCk/Lmxlbmd0aCkge1xuICAgICAgPGF0b21zLXNtYXJ0LW1lbnUtYnV0dG9uIGluamVjdGFibGVcbiAgICAgICAgW2FjdGlvbnNdPVwic3RvcmUuYWN0aW9ucygpXCJcbiAgICAgICAgKGFjdGlvbik9XCJkaXNwYXRjaCgkZXZlbnQpXCJcbiAgICAgIC8+XG4gICAgfVxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9kYXRlLXJhbmdlLWlucHV0LXNlY3Rpb24ub3JnYW5pc20uc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IERhdGVSYW5nZUlucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUsXG4gICAgICBpbnB1dHM6IFsnbGFiZWwnLCAnaGludCcsICdjb250cm9sJywgJ2FjdGlvbnMnXVxuICAgIH1cbiAgXSxcbiAgaG9zdDoge2NsYXNzOiAnb3JnYW5pc20gc2VjdGlvbid9LFxufSlcbmV4cG9ydCBjbGFzcyBEYXRlUmFuZ2VJbnB1dFNlY3Rpb25PcmdhbmlzbSBleHRlbmRzIE5nQXRvbWljQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIHN0b3JlID0gaW5qZWN0KERhdGVSYW5nZUlucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUpO1xufVxuIl19
@@ -7,10 +7,10 @@ export class DefinitionListOrganismStore {
7
7
  constructor() {
8
8
  this.label = input('label');
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DefinitionListOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: DefinitionListOrganismStore, isStandalone: true, selector: "organisms-definition-list", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DefinitionListOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
11
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: DefinitionListOrganismStore, isStandalone: true, selector: "organisms-definition-list", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DefinitionListOrganismStore, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DefinitionListOrganismStore, decorators: [{
14
14
  type: Directive,
15
15
  args: [{ standalone: true, selector: 'organisms-definition-list' }]
16
16
  }] });
@@ -19,8 +19,8 @@ export class DefinitionListOrganism extends NgAtomicComponent {
19
19
  super(...arguments);
20
20
  this.store = inject(DefinitionListOrganismStore);
21
21
  }
22
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DefinitionListOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
23
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: DefinitionListOrganism, isStandalone: true, selector: "organisms-definition-list", usesInheritance: true, hostDirectives: [{ directive: DefinitionListOrganismStore, inputs: ["label", "label"] }], ngImport: i0, template: `
22
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DefinitionListOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
23
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: DefinitionListOrganism, isStandalone: true, selector: "organisms-definition-list", usesInheritance: true, hostDirectives: [{ directive: DefinitionListOrganismStore, inputs: ["label", "label"] }], ngImport: i0, template: `
24
24
  <section>
25
25
  <dl>
26
26
  <ng-content/>
@@ -30,9 +30,9 @@ export class DefinitionListOrganism extends NgAtomicComponent {
30
30
  <dt>支払金額</dt> <dd>¥2,000</dd> -->
31
31
  </dl>
32
32
  </section>
33
- `, isInline: true, styles: [":host{display:block;--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-R53X: var(--mdc-outlined-text-field-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-R53X: 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-R53X);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-R53X);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-R53X);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 }); }
33
+ `, isInline: true, styles: [":host{display:block;--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-EfLn: var(--mdc-outlined-text-field-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-EfLn: 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-EfLn);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-EfLn);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-EfLn);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 }); }
34
34
  }
35
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: DefinitionListOrganism, decorators: [{
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: DefinitionListOrganism, decorators: [{
36
36
  type: Component,
37
37
  args: [{ selector: 'organisms-definition-list', standalone: true, imports: [
38
38
  MatDivider,
@@ -52,6 +52,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
52
52
  directive: DefinitionListOrganismStore,
53
53
  inputs: ['label'],
54
54
  },
55
- ], styles: [":host{display:block;--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-R53X: var(--mdc-outlined-text-field-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-R53X: 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-R53X);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-R53X);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-R53X);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"] }]
55
+ ], styles: [":host{display:block;--mdc-outlined-text-field-label-text-color-SCOPED-IN-definition-list-EfLn: var(--mdc-outlined-text-field-label-text-color);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-EfLn: 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-EfLn);font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-definition-list-EfLn);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-EfLn);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"] }]
56
56
  }] });
57
57
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbi1saXN0Lm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL2RlZmluaXRpb24tbGlzdC9kZWZpbml0aW9uLWxpc3Qub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM3RixPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDdkQsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ3hELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQUdwRCxNQUFNLE9BQU8sMkJBQTJCO0lBRHhDO1FBRVcsVUFBSyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztLQUNqQzs4R0FGWSwyQkFBMkI7a0dBQTNCLDJCQUEyQjs7MkZBQTNCLDJCQUEyQjtrQkFEdkMsU0FBUzttQkFBQyxFQUFFLFVBQVUsRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFLDJCQUEyQixFQUFFOztBQWdDdEUsTUFBTSxPQUFPLHNCQUF1QixTQUFRLGlCQUFpQjtJQTNCN0Q7O1FBNEJxQixVQUFLLEdBQUcsTUFBTSxDQUFDLDJCQUEyQixDQUFDLENBQUM7S0FFaEU7OEdBSFksc0JBQXNCO2tHQUF0QixzQkFBc0Isa0hBL0J0QiwyQkFBMkIseURBVzVCOzs7Ozs7Ozs7O0dBVVQ7OzJGQVVVLHNCQUFzQjtrQkEzQmxDLFNBQVM7K0JBQ0UsMkJBQTJCLGNBQ3pCLElBQUksV0FDUDt3QkFDUCxVQUFVO3dCQUNWLFFBQVE7cUJBQ1QsWUFDUzs7Ozs7Ozs7OztHQVVULG1CQUVnQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDZDs0QkFDRSxTQUFTLEVBQUUsMkJBQTJCOzRCQUN0QyxNQUFNLEVBQUUsQ0FBQyxPQUFPLENBQUM7eUJBQ2xCO3FCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRGlyZWN0aXZlLCBpbmplY3QsIGlucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXREaXZpZGVyIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvZGl2aWRlcic7XG5pbXBvcnQgeyBNYXRMYWJlbCB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xuaW1wb3J0IHsgTmdBdG9taWNDb21wb25lbnQgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHsgc3RhbmRhbG9uZTogdHJ1ZSwgc2VsZWN0b3I6ICdvcmdhbmlzbXMtZGVmaW5pdGlvbi1saXN0JyB9KVxuZXhwb3J0IGNsYXNzIERlZmluaXRpb25MaXN0T3JnYW5pc21TdG9yZSB7XG4gIHJlYWRvbmx5IGxhYmVsID0gaW5wdXQoJ2xhYmVsJyk7XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1kZWZpbml0aW9uLWxpc3QnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgTWF0RGl2aWRlcixcbiAgICBNYXRMYWJlbCxcbiAgXSxcbiAgdGVtcGxhdGU6IGBcbiAgPHNlY3Rpb24+XG4gICAgPGRsPlxuICAgICAgPG5nLWNvbnRlbnQvPlxuICAgICAgPCEtLSA8ZHQ+5a+E5LuY6YeR6aGNPC9kdD4gPGRkPsKlMiwwMDA8L2RkPlxuICAgICAgPGR0PuaJi+aVsOaWmTwvZHQ+IDxkZD7CpTA8L2RkPlxuICAgICAgPG1hdC1kaXZpZGVyIC8+XG4gICAgICA8ZHQ+5pSv5omV6YeR6aGNPC9kdD4gPGRkPsKlMiwwMDA8L2RkPiAtLT5cbiAgICA8L2RsPlxuICA8L3NlY3Rpb24+XG4gIGAsXG4gIHN0eWxlVXJsOiAnLi9kZWZpbml0aW9uLWxpc3Qub3JnYW5pc20uc2NzcycsXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0RGlyZWN0aXZlczogW1xuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogRGVmaW5pdGlvbkxpc3RPcmdhbmlzbVN0b3JlLFxuICAgICAgaW5wdXRzOiBbJ2xhYmVsJ10sXG4gICAgfSxcbiAgXVxufSlcbmV4cG9ydCBjbGFzcyBEZWZpbml0aW9uTGlzdE9yZ2FuaXNtIGV4dGVuZHMgTmdBdG9taWNDb21wb25lbnQge1xuICBwcm90ZWN0ZWQgcmVhZG9ubHkgc3RvcmUgPSBpbmplY3QoRGVmaW5pdGlvbkxpc3RPcmdhbmlzbVN0b3JlKTtcbiAgLy8gcmVhZG9ubHkgZGVmaW5pdGlvbkl0ZW1zID0gXG59XG4iXX0=
@@ -21,15 +21,15 @@ let FileInputSectionOrganismStore = class FileInputSectionOrganismStore extends
21
21
  console.debug('FileInputSectionOrganismStore#progress:', this.progress());
22
22
  });
23
23
  }
24
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: FileInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
25
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", 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 }); }
24
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: FileInputSectionOrganismStore, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
25
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", 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 }); }
26
26
  };
27
27
  FileInputSectionOrganismStore = __decorate([
28
28
  TokenizedType(),
29
29
  __metadata("design:paramtypes", [])
30
30
  ], FileInputSectionOrganismStore);
31
31
  export { FileInputSectionOrganismStore };
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: FileInputSectionOrganismStore, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", 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 @@ export 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: "17.2.2", ngImport: i0, type: FileInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
49
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", 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: "18.1.2", ngImport: i0, type: FileInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
49
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", 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 @@ export 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-u3ss: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-u3ss);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-c391: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-c391);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: "17.2.2", ngImport: i0, type: FileInputSectionOrganism, decorators: [{
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: FileInputSectionOrganism, decorators: [{
73
73
  type: Component,
74
74
  args: [{ selector: 'organisms-file-input-section', standalone: true, imports: [
75
75
  FileInputFieldMolecule,
@@ -87,6 +87,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", 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-u3ss: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-u3ss);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-c391: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-file-input-section-c391);box-sizing:border-box}:host mat-form-field{width:100%}\n"] }]
91
91
  }], propDecorators: { onFileSelected: [], onCancel: [] } });
92
92
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL2ZpbGUtaW5wdXQtc2VjdGlvbi9maWxlLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JHLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQzFGLE9BQU8sRUFBRSxNQUFNLEVBQUUsbUJBQW1CLEVBQUUsaUJBQWlCLEVBQUUsYUFBYSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDaEcsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDOztBQUU3QyxJQUFLLFFBR0o7QUFIRCxXQUFLLFFBQVE7SUFDWCxnR0FBb0YsQ0FBQTtJQUNwRixrRkFBc0UsQ0FBQTtBQUN4RSxDQUFDLEVBSEksUUFBUSxLQUFSLFFBQVEsUUFHWjtBQUlNLElBQU0sNkJBQTZCLEdBQW5DLE1BQU0sNkJBQThCLFNBQVEsbUJBQW1CO0lBT3BFO1FBQ0UsS0FBSyxFQUFFLENBQUM7UUFQRCxZQUFPLEdBQUcsS0FBSyxDQUFDLElBQUksV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUM7UUFDdkMsVUFBSyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUN2QixnQkFBVyxHQUFHLEtBQUssQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUNuQyxTQUFJLEdBQUcsS0FBSyxDQUFnQixJQUFJLENBQUMsQ0FBQztRQUNsQyxhQUFRLEdBQUcsS0FBSyxDQUFpQixLQUFLLENBQUMsQ0FBQztRQUkvQyxNQUFNLENBQUMsR0FBRyxFQUFFO1lBQ1YsT0FBTyxDQUFDLEtBQUssQ0FBQyx5Q0FBeUMsRUFBRSxJQUFJLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQztRQUM1RSxDQUFDLENBQUMsQ0FBQztJQUNMLENBQUM7OEdBWlUsNkJBQTZCO2tHQUE3Qiw2QkFBNkI7O0FBQTdCLDZCQUE2QjtJQUZ6QyxhQUFhLEVBQUU7O0dBRUgsNkJBQTZCLENBYXpDOzsyRkFiWSw2QkFBNkI7a0JBRHpDLFNBQVM7bUJBQUMsRUFBRSxVQUFVLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSw4QkFBOEIsRUFBRTs7QUF5Q3pFLE1BQU0sT0FBTyx3QkFBeUIsU0FBUSxpQkFBaUI7SUF6Qi9EOztRQTJCWSxVQUFLLEdBQUcsTUFBTSxDQUFDLDZCQUE2QixDQUFDLENBQUM7S0FXekQ7YUFaUSxhQUFRLEdBQUcsUUFBUSxBQUFYLENBQVk7SUFJakIsY0FBYyxDQUFDLEtBQWE7UUFDcEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxFQUFDLEVBQUUsRUFBRSxRQUFRLENBQUMsYUFBYSxFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUMsQ0FBQyxDQUFDO0lBQzlELENBQUM7SUFHUyxRQUFRO1FBQ2hCLElBQUksQ0FBQyxRQUFRLENBQUMsRUFBQyxFQUFFLEVBQUUsUUFBUSxDQUFDLE1BQU0sRUFBQyxDQUFDLENBQUM7SUFDdkMsQ0FBQzs4R0FaVSx3QkFBd0I7a0dBQXhCLHdCQUF3QixxSEF4Q3hCLDZCQUE2QixxSkFxQjlCOzs7Ozs7Ozs7R0FTVCx3V0FYQyxzQkFBc0I7O0FBMEJkO0lBRFQsTUFBTSxDQUFDLHNCQUFzQixDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUM7Ozs7OERBR3JEO0FBR1M7SUFEVCxNQUFNLENBQUMsc0JBQXNCLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQzs7Ozt3REFHOUM7MkZBWlUsd0JBQXdCO2tCQXpCcEMsU0FBUzsrQkFDRSw4QkFBOEIsY0FDNUIsSUFBSSxXQUNQO3dCQUNQLHNCQUFzQjtxQkFDdkIsWUFDUzs7Ozs7Ozs7O0dBU1QsbUJBRWdCLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNkOzRCQUNFLFNBQVMsRUFBRSw2QkFBNkI7NEJBQ3hDLE1BQU0sRUFBRSxDQUFDLFNBQVMsRUFBRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sRUFBRSxVQUFVLENBQUM7eUJBQ2hFO3FCQUNGOzhCQU9TLGNBQWMsTUFLZCxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRGlyZWN0aXZlLCBlZmZlY3QsIGluamVjdCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEZpbGVJbnB1dEZpZWxkTW9sZWN1bGUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL2ZpbGUtaW5wdXQtZmllbGQnO1xuaW1wb3J0IHsgRWZmZWN0LCBJbmplY3RhYmxlQ29tcG9uZW50LCBOZ0F0b21pY0NvbXBvbmVudCwgVG9rZW5pemVkVHlwZSB9IGZyb20gJ0BuZy1hdG9taWMvY29yZSc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcblxuZW51bSBBY3Rpb25JZCB7XG4gIEZJTEVfU0VMRUNURUQgPSAnW0BuZy1hdG9taWMvY29tcG9uZW50cy9vcmdhbmlzbXMvZmlsZS1pbnB1dC1zZWN0aW9uXSBGaWxlIHNlbGVjdGVkJyxcbiAgQ0FOQ0VMID0gJ1tAbmctYXRvbWljL2NvbXBvbmVudHMvb3JnYW5pc21zL2ZpbGUtaW5wdXQtc2VjdGlvbl0gQ2FuY2VsJyxcbn1cblxuQFRva2VuaXplZFR5cGUoKVxuQERpcmVjdGl2ZSh7IHN0YW5kYWxvbmU6IHRydWUsIHNlbGVjdG9yOiAnb3JnYW5pc21zLWZpbGUtaW5wdXQtc2VjdGlvbicgfSlcbmV4cG9ydCBjbGFzcyBGaWxlSW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSBleHRlbmRzIEluamVjdGFibGVDb21wb25lbnQge1xuICByZWFkb25seSBjb250cm9sID0gaW5wdXQobmV3IEZvcm1Db250cm9sKG51bGwpKTtcbiAgcmVhZG9ubHkgbGFiZWwgPSBpbnB1dCgnbGFiZWwnKTtcbiAgcmVhZG9ubHkgcGxhY2Vob2xkZXIgPSBpbnB1dCgncGxhY2Vob2xkZXInKTtcbiAgcmVhZG9ubHkgaGludCA9IGlucHV0PHN0cmluZyB8IG51bGw+KG51bGwpO1xuICByZWFkb25seSBwcm9ncmVzcyA9IGlucHV0PG51bWJlciB8IGZhbHNlPihmYWxzZSk7XG5cbiAgY29uc3RydWN0b3IoKSB7XG4gICAgc3VwZXIoKTtcbiAgICBlZmZlY3QoKCkgPT4ge1xuICAgICAgY29uc29sZS5kZWJ1ZygnRmlsZUlucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUjcHJvZ3Jlc3M6JywgdGhpcy5wcm9ncmVzcygpKTtcbiAgICB9KTtcbiAgfVxufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtZmlsZS1pbnB1dC1zZWN0aW9uJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIEZpbGVJbnB1dEZpZWxkTW9sZWN1bGUsXG4gIF0sXG4gIHRlbXBsYXRlOiBgXG4gIDxtb2xlY3VsZXMtZmlsZS1pbnB1dC1maWVsZFxuICAgIFtjb250cm9sXT1cInN0b3JlLmNvbnRyb2woKVwiXG4gICAgW2xhYmVsXT1cInN0b3JlLmxhYmVsKClcIlxuICAgIFtoaW50XT1cInN0b3JlLmhpbnQoKVwiXG4gICAgW3Byb2dyZXNzXT1cInN0b3JlLnByb2dyZXNzKClcIlxuICAgIFtwbGFjZWhvbGRlcl09XCJzdG9yZS5wbGFjZWhvbGRlcigpXCJcbiAgICAoYWN0aW9uKT1cImRpc3BhdGNoKCRldmVudClcIlxuICAvPlxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9maWxlLWlucHV0LXNlY3Rpb24ub3JnYW5pc20uc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IEZpbGVJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlLFxuICAgICAgaW5wdXRzOiBbJ2NvbnRyb2wnLCAnbGFiZWwnLCAncGxhY2Vob2xkZXInLCAnaGludCcsICdwcm9ncmVzcyddLFxuICAgIH1cbiAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRmlsZUlucHV0U2VjdGlvbk9yZ2FuaXNtIGV4dGVuZHMgTmdBdG9taWNDb21wb25lbnQge1xuICBzdGF0aWMgQWN0aW9uSWQgPSBBY3Rpb25JZDtcbiAgcHJvdGVjdGVkIHN0b3JlID0gaW5qZWN0KEZpbGVJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlKTtcblxuICBARWZmZWN0KEZpbGVJbnB1dEZpZWxkTW9sZWN1bGUuQWN0aW9uSWQuRklMRV9TRUxFQ1RFRClcbiAgcHJvdGVjdGVkIG9uRmlsZVNlbGVjdGVkKGZpbGVzOiBGaWxlW10pIHtcbiAgICB0aGlzLmRpc3BhdGNoKHtpZDogQWN0aW9uSWQuRklMRV9TRUxFQ1RFRCwgcGF5bG9hZDogZmlsZXN9KTtcbiAgfVxuXG4gIEBFZmZlY3QoRmlsZUlucHV0RmllbGRNb2xlY3VsZS5BY3Rpb25JZC5DQU5DRUwpXG4gIHByb3RlY3RlZCBvbkNhbmNlbCgpIHtcbiAgICB0aGlzLmRpc3BhdGNoKHtpZDogQWN0aW9uSWQuQ0FOQ0VMfSk7XG4gIH1cbn1cbiJdfQ==
@@ -42,8 +42,8 @@ export class FiltersSectionOrganism extends NgAtomicComponent {
42
42
  removeFilter(i) {
43
43
  this.form.removeAt(i);
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: FiltersSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
46
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: FiltersSectionOrganism, isStandalone: true, selector: "organisms-filters-section", inputs: { modifiable: "modifiable", form: "form", columns: "columns" }, usesInheritance: true, ngImport: i0, template: `
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: FiltersSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
46
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: FiltersSectionOrganism, isStandalone: true, selector: "organisms-filters-section", inputs: { modifiable: "modifiable", form: "form", columns: "columns" }, usesInheritance: true, ngImport: i0, template: `
47
47
  <frames-auto-layout
48
48
  vertical
49
49
  style="width: fit-content;"
@@ -78,7 +78,7 @@ export class FiltersSectionOrganism extends NgAtomicComponent {
78
78
  </frames-auto-layout>
79
79
  `, 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
80
  }
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: FiltersSectionOrganism, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: FiltersSectionOrganism, decorators: [{
82
82
  type: Component,
83
83
  args: [{ selector: 'organisms-filters-section', standalone: true, imports: [
84
84
  CommonModule,