@ng-atomic/components 17.14.0 → 18.0.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 (298) 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 +6 -6
  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 +8 -8
  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 +6 -6
  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 +9 -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 +55 -57
  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 +5 -5
  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 +7 -7
  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 +6 -6
  193. package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +4 -4
  194. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +8 -8
  195. package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs +8 -8
  196. package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +8 -8
  197. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +8 -8
  198. package/fesm2022/ng-atomic-components-organisms-filters-section.mjs +3 -3
  199. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs +3 -3
  200. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -1
  201. package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs +5 -5
  202. package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs +6 -6
  203. package/fesm2022/ng-atomic-components-organisms-heading.mjs +5 -5
  204. package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs +3 -3
  205. package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs +6 -6
  206. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +8 -8
  207. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +8 -8
  208. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs.map +1 -1
  209. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs +3 -3
  210. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs.map +1 -1
  211. package/fesm2022/ng-atomic-components-organisms-message-input-section.mjs +3 -3
  212. package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +5 -5
  213. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +8 -8
  214. package/fesm2022/ng-atomic-components-organisms-navigator.mjs +8 -8
  215. package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +8 -8
  216. package/fesm2022/ng-atomic-components-organisms-paginator.mjs +8 -8
  217. package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +8 -8
  218. package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +8 -8
  219. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +3 -3
  220. package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs +8 -8
  221. package/fesm2022/ng-atomic-components-organisms-smart-list.mjs +6 -6
  222. package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +4 -4
  223. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs +10 -10
  224. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs.map +1 -1
  225. package/fesm2022/ng-atomic-components-organisms-table.mjs +8 -8
  226. package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -1
  227. package/fesm2022/ng-atomic-components-organisms-terminal.mjs +3 -3
  228. package/fesm2022/ng-atomic-components-organisms-terminal.mjs.map +1 -1
  229. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +8 -8
  230. package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs +6 -6
  231. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +8 -8
  232. package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs +8 -8
  233. package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs +3 -3
  234. package/fesm2022/ng-atomic-components-organisms-toolbar.mjs +3 -3
  235. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs +3 -3
  236. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs.map +1 -1
  237. package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs +3 -3
  238. package/fesm2022/ng-atomic-components-organisms-video-section.mjs +16 -16
  239. package/fesm2022/ng-atomic-components-organisms-video-section.mjs.map +1 -1
  240. package/fesm2022/ng-atomic-components-organisms.mjs +4 -4
  241. package/fesm2022/ng-atomic-components-pages-_index.mjs +9 -9
  242. package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -1
  243. package/fesm2022/ng-atomic-components-pages-blank.mjs +3 -3
  244. package/fesm2022/ng-atomic-components-pages-columns.mjs +6 -6
  245. package/fesm2022/ng-atomic-components-pages-form.mjs +8 -8
  246. package/fesm2022/ng-atomic-components-pages-form.mjs.map +1 -1
  247. package/fesm2022/ng-atomic-components-pages-terms.mjs +6 -6
  248. package/fesm2022/ng-atomic-components-pages.mjs +4 -4
  249. package/fesm2022/ng-atomic-components-sheets-actions.mjs +3 -3
  250. package/fesm2022/ng-atomic-components-sheets.mjs +7 -7
  251. package/fesm2022/ng-atomic-components-templates-_index.mjs +55 -57
  252. package/fesm2022/ng-atomic-components-templates-_index.mjs.map +1 -1
  253. package/fesm2022/ng-atomic-components-templates-background.mjs +7 -7
  254. package/fesm2022/ng-atomic-components-templates-code-editor.mjs +6 -6
  255. package/fesm2022/ng-atomic-components-templates-columns.mjs +8 -8
  256. package/fesm2022/ng-atomic-components-templates-columns.mjs.map +1 -1
  257. package/fesm2022/ng-atomic-components-templates-entrance.mjs +23 -24
  258. package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -1
  259. package/fesm2022/ng-atomic-components-templates-file-tree.mjs +3 -3
  260. package/fesm2022/ng-atomic-components-templates-form.mjs +36 -44
  261. package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -1
  262. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +8 -8
  263. package/fesm2022/ng-atomic-components-templates-loading.mjs +3 -3
  264. package/fesm2022/ng-atomic-components-templates-menu.mjs +8 -8
  265. package/fesm2022/ng-atomic-components-templates-messages.mjs +3 -3
  266. package/fesm2022/ng-atomic-components-templates-messages.mjs.map +1 -1
  267. package/fesm2022/ng-atomic-components-templates-selection.mjs +8 -8
  268. package/fesm2022/ng-atomic-components-templates-settings.mjs +5 -5
  269. package/fesm2022/ng-atomic-components-templates-tab-editor.mjs +3 -3
  270. package/fesm2022/ng-atomic-components-templates-term.mjs +6 -6
  271. package/fesm2022/ng-atomic-components-templates.mjs +4 -4
  272. package/fesm2022/ng-atomic-components.mjs +4 -4
  273. package/frames/app/app.frame.d.ts +17 -17
  274. package/frames/fab/fab.frame.d.ts +3 -3
  275. package/frames/line-up/line-up.frame.d.ts +2 -2
  276. package/frames/side-nav/side-nav.frame.d.ts +2 -2
  277. package/frames/tabs/tabs.frame.d.ts +2 -2
  278. package/molecules/action-input-field/action-input-field.molecule.d.ts +2 -1
  279. package/molecules/actions-column/actions-column.molecule.d.ts +4 -3
  280. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +2 -1
  281. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +2 -1
  282. package/molecules/file-input-field/file-input-field.molecule.d.ts +2 -2
  283. package/molecules/molecules.module.d.ts +1 -1
  284. package/molecules/smart-column/smart-column.molecule.d.ts +4 -4
  285. package/organisms/graphql-editor/graphql-editor.organism.d.ts +2 -2
  286. package/organisms/mermaid-section/mermaid-section.organism.d.ts +2 -2
  287. package/organisms/navigator/navigator.organism.d.ts +3 -3
  288. package/organisms/stripe-input-section/stripe-input-section.organism.d.ts +11 -11
  289. package/organisms/terminal/terminal.organism.d.ts +2 -2
  290. package/organisms/tree-section/tree-section.organism.d.ts +2 -2
  291. package/organisms/video-section/video-section.organism.d.ts +2 -2
  292. package/package.json +10 -11
  293. package/pages/_index/index.page.d.ts +21 -21
  294. package/pages/columns/columns.page.d.ts +6 -6
  295. package/pages/form/form.page.d.ts +19 -17
  296. package/templates/_index/index.template.d.ts +25 -25
  297. package/templates/form/form.template.d.ts +8 -8
  298. package/templates/messages/messages.template.d.ts +2 -2
@@ -16,14 +16,14 @@ let NumberInputSectionOrganismStore = class NumberInputSectionOrganismStore exte
16
16
  this.actions = input([]);
17
17
  this.actionButtonType = input('icon-button');
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: NumberInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: NumberInputSectionOrganismStore, isStandalone: true, selector: "organisms-number-input-section", inputs: { 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 }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, autoComplete: { classPropertyName: "autoComplete", publicName: "autoComplete", isSignal: true, isRequired: false, transformFunction: null }, actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null }, actionButtonType: { classPropertyName: "actionButtonType", publicName: "actionButtonType", 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: NumberInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
20
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: NumberInputSectionOrganismStore, isStandalone: true, selector: "organisms-number-input-section", inputs: { 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 }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, autoComplete: { classPropertyName: "autoComplete", publicName: "autoComplete", isSignal: true, isRequired: false, transformFunction: null }, actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null }, actionButtonType: { classPropertyName: "actionButtonType", publicName: "actionButtonType", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
21
21
  };
22
22
  NumberInputSectionOrganismStore = __decorate([
23
23
  TokenizedType()
24
24
  ], NumberInputSectionOrganismStore);
25
25
  export { NumberInputSectionOrganismStore };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: NumberInputSectionOrganismStore, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NumberInputSectionOrganismStore, decorators: [{
27
27
  type: Directive,
28
28
  args: [{ standalone: true, selector: 'organisms-number-input-section' }]
29
29
  }] });
@@ -32,8 +32,8 @@ export class NumberInputSectionOrganism extends NgAtomicComponent {
32
32
  super(...arguments);
33
33
  this.store = inject(NumberInputSectionOrganismStore);
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: NumberInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
36
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.2", type: NumberInputSectionOrganism, isStandalone: true, selector: "organisms-number-input-section", usesInheritance: true, hostDirectives: [{ directive: NumberInputSectionOrganismStore, inputs: ["label", "label", "placeholder", "placeholder", "hint", "hint", "control", "control", "autoComplete", "autoComplete", "actions", "actions", "actionButtonType", "actionButtonType"] }], ngImport: i0, template: `
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NumberInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.2", type: NumberInputSectionOrganism, isStandalone: true, selector: "organisms-number-input-section", usesInheritance: true, hostDirectives: [{ directive: NumberInputSectionOrganismStore, inputs: ["label", "label", "placeholder", "placeholder", "hint", "hint", "control", "control", "autoComplete", "autoComplete", "actions", "actions", "actionButtonType", "actionButtonType"] }], ngImport: i0, template: `
37
37
  <molecules-text-input-field injectable
38
38
  [type]="'number'"
39
39
  [control]="store.control()"
@@ -49,9 +49,9 @@ export class NumberInputSectionOrganism extends NgAtomicComponent {
49
49
  (action)="dispatch($event)"
50
50
  />
51
51
  }
52
- `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-number-input-section-WL94: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-number-input-section-WL94) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-number-input-section-WL94)}: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: "directive", type: TextInputFieldMoleculeStore, selector: "molecules-text-input-field", inputs: ["appearance", "type", "name", "label", "control", "placeholder", "hint", "pattern", "autoComplete"] }, { kind: "directive", type: SmartMenuButtonAtomStore, selector: "atoms-smart-menu-button", inputs: ["actions", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
52
+ `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-number-input-section-F2GR: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-number-input-section-F2GR) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-number-input-section-F2GR)}: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: "directive", type: TextInputFieldMoleculeStore, selector: "molecules-text-input-field", inputs: ["appearance", "type", "name", "label", "control", "placeholder", "hint", "pattern", "autoComplete"] }, { kind: "directive", type: SmartMenuButtonAtomStore, selector: "atoms-smart-menu-button", inputs: ["actions", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
53
53
  }
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: NumberInputSectionOrganism, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NumberInputSectionOrganism, decorators: [{
55
55
  type: Component,
56
56
  args: [{ selector: 'organisms-number-input-section', standalone: true, imports: [
57
57
  TextInputFieldMoleculeStore,
@@ -77,6 +77,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
77
77
  directive: NumberInputSectionOrganismStore,
78
78
  inputs: ['label', 'placeholder', 'hint', 'control', 'autoComplete', 'actions', 'actionButtonType'],
79
79
  }
80
- ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-number-input-section-WL94: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-number-input-section-WL94) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-number-input-section-WL94)}: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"] }]
80
+ ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-number-input-section-F2GR: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-number-input-section-F2GR) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-number-input-section-F2GR)}: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"] }]
81
81
  }] });
82
82
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibnVtYmVyLWlucHV0LXNlY3Rpb24ub3JnYW5pc20uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9vcmdhbmlzbXMvbnVtYmVyLWlucHV0LXNlY3Rpb24vbnVtYmVyLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0YsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3pGLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQy9GLE9BQU8sRUFBVSxtQkFBbUIsRUFBRSxpQkFBaUIsRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFJekYsSUFBTSwrQkFBK0IsR0FBckMsTUFBTSwrQkFBZ0MsU0FBUSxtQkFBbUI7SUFBakU7O1FBQ0ksVUFBSyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUN2QixnQkFBVyxHQUFHLEtBQUssQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUNuQyxTQUFJLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDdkIsWUFBTyxHQUFHLEtBQUssQ0FBQyxJQUFJLFdBQVcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ3JDLGlCQUFZLEdBQUcsS0FBSyxDQUFXLEVBQUUsQ0FBQyxDQUFDO1FBQ25DLFlBQU8sR0FBRyxLQUFLLENBQVcsRUFBRSxDQUFDLENBQUM7UUFDOUIscUJBQWdCLEdBQUcsS0FBSyxDQUEyQixhQUFhLENBQUMsQ0FBQztLQUM1RTs4R0FSWSwrQkFBK0I7a0dBQS9CLCtCQUErQjs7QUFBL0IsK0JBQStCO0lBRjNDLGFBQWEsRUFBRTtHQUVILCtCQUErQixDQVEzQzs7MkZBUlksK0JBQStCO2tCQUQzQyxTQUFTO21CQUFDLEVBQUUsVUFBVSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsZ0NBQWdDLEVBQUU7O0FBNEMzRSxNQUFNLE9BQU8sMEJBQTJCLFNBQVEsaUJBQWlCO0lBakNqRTs7UUFrQ1ksVUFBSyxHQUFHLE1BQU0sQ0FBQywrQkFBK0IsQ0FBQyxDQUFDO0tBQzNEOzhHQUZZLDBCQUEwQjtrR0FBMUIsMEJBQTBCLHVIQTNDMUIsK0JBQStCLDJOQWlCaEM7Ozs7Ozs7Ozs7Ozs7Ozs7R0FnQlQsMmtCQW5CQywyQkFBMkIscUxBQzNCLHdCQUF3Qjs7MkZBNEJmLDBCQUEwQjtrQkFqQ3RDLFNBQVM7K0JBQ0UsZ0NBQWdDLGNBQzlCLElBQUksV0FDUDt3QkFDUCwyQkFBMkI7d0JBQzNCLHdCQUF3QjtxQkFDekIsWUFDUzs7Ozs7Ozs7Ozs7Ozs7OztHQWdCVCxtQkFFZ0IsdUJBQXVCLENBQUMsTUFBTSxrQkFDL0I7d0JBQ2Q7NEJBQ0UsU0FBUyxFQUFFLCtCQUErQjs0QkFDMUMsTUFBTSxFQUFFLENBQUMsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLEVBQUUsU0FBUyxFQUFFLGNBQWMsRUFBRSxTQUFTLEVBQUUsa0JBQWtCLENBQUM7eUJBQ25HO3FCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRGlyZWN0aXZlLCBpbmplY3QsIGlucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFNtYXJ0TWVudUJ1dHRvbkF0b21TdG9yZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9hdG9tcy9zbWFydC1tZW51LWJ1dHRvbic7XG5pbXBvcnQgeyBUZXh0SW5wdXRGaWVsZE1vbGVjdWxlU3RvcmUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvbW9sZWN1bGVzL3RleHQtaW5wdXQtZmllbGQnO1xuaW1wb3J0IHsgQWN0aW9uLCBJbmplY3RhYmxlQ29tcG9uZW50LCBOZ0F0b21pY0NvbXBvbmVudCwgVG9rZW5pemVkVHlwZSB9IGZyb20gJ0BuZy1hdG9taWMvY29yZSc7XG5cbkBUb2tlbml6ZWRUeXBlKClcbkBEaXJlY3RpdmUoeyBzdGFuZGFsb25lOiB0cnVlLCBzZWxlY3RvcjogJ29yZ2FuaXNtcy1udW1iZXItaW5wdXQtc2VjdGlvbicgfSlcbmV4cG9ydCBjbGFzcyBOdW1iZXJJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlIGV4dGVuZHMgSW5qZWN0YWJsZUNvbXBvbmVudCB7XG4gIHJlYWRvbmx5IGxhYmVsID0gaW5wdXQoJ2xhYmVsJyk7XG4gIHJlYWRvbmx5IHBsYWNlaG9sZGVyID0gaW5wdXQoJ3BsYWNlaG9sZGVyJyk7XG4gIHJlYWRvbmx5IGhpbnQgPSBpbnB1dDxzdHJpbmc+KCk7XG4gIHJlYWRvbmx5IGNvbnRyb2wgPSBpbnB1dChuZXcgRm9ybUNvbnRyb2woJycpKTtcbiAgcmVhZG9ubHkgYXV0b0NvbXBsZXRlID0gaW5wdXQ8c3RyaW5nW10+KFtdKTtcbiAgcmVhZG9ubHkgYWN0aW9ucyA9IGlucHV0PEFjdGlvbltdPihbXSk7XG4gIHJlYWRvbmx5IGFjdGlvbkJ1dHRvblR5cGUgPSBpbnB1dDwnYnV0dG9uJyB8ICdpY29uLWJ1dHRvbic+KCdpY29uLWJ1dHRvbicpO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtbnVtYmVyLWlucHV0LXNlY3Rpb24nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgVGV4dElucHV0RmllbGRNb2xlY3VsZVN0b3JlLFxuICAgIFNtYXJ0TWVudUJ1dHRvbkF0b21TdG9yZSxcbiAgXSxcbiAgdGVtcGxhdGU6IGBcbiAgPG1vbGVjdWxlcy10ZXh0LWlucHV0LWZpZWxkIGluamVjdGFibGVcbiAgICBbdHlwZV09XCInbnVtYmVyJ1wiXG4gICAgW2NvbnRyb2xdPVwic3RvcmUuY29udHJvbCgpXCJcbiAgICBbbGFiZWxdPVwic3RvcmUubGFiZWwoKVwiXG4gICAgW3BsYWNlaG9sZGVyXT1cInN0b3JlLnBsYWNlaG9sZGVyKClcIlxuICAgIFtoaW50XT1cInN0b3JlLmhpbnQoKVwiXG4gICAgW2F1dG9Db21wbGV0ZV09XCJzdG9yZS5hdXRvQ29tcGxldGUoKVwiXG4gIC8+XG4gIEBpZiAoc3RvcmUuYWN0aW9ucygpPy5sZW5ndGgpIHtcbiAgICA8YXRvbXMtc21hcnQtbWVudS1idXR0b24gaW5qZWN0YWJsZVxuICAgICAgW2FjdGlvbnNdPVwic3RvcmUuYWN0aW9ucygpXCJcbiAgICAgIFt0eXBlXT1cInN0b3JlLmFjdGlvbkJ1dHRvblR5cGUoKVwiXG4gICAgICAoYWN0aW9uKT1cImRpc3BhdGNoKCRldmVudClcIlxuICAgIC8+XG4gIH1cbiAgYCxcbiAgc3R5bGVVcmw6ICcuL251bWJlci1pbnB1dC1zZWN0aW9uLm9yZ2FuaXNtLnNjc3MnLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICB7XG4gICAgICBkaXJlY3RpdmU6IE51bWJlcklucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUsXG4gICAgICBpbnB1dHM6IFsnbGFiZWwnLCAncGxhY2Vob2xkZXInLCAnaGludCcsICdjb250cm9sJywgJ2F1dG9Db21wbGV0ZScsICdhY3Rpb25zJywgJ2FjdGlvbkJ1dHRvblR5cGUnXSxcbiAgICB9XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgTnVtYmVySW5wdXRTZWN0aW9uT3JnYW5pc20gZXh0ZW5kcyBOZ0F0b21pY0NvbXBvbmVudCB7XG4gIHByb3RlY3RlZCBzdG9yZSA9IGluamVjdChOdW1iZXJJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlKTtcbn1cbiJdfQ==
@@ -89,11 +89,11 @@ export class NgAtomicOrganismsModule {
89
89
  ]
90
90
  };
91
91
  }
92
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: NgAtomicOrganismsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
93
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.2.2", ngImport: i0, type: NgAtomicOrganismsModule, imports: [i1.MarkdownModule] }); }
94
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: NgAtomicOrganismsModule, imports: [MarkdownModule.forRoot()] }); }
92
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicOrganismsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
93
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicOrganismsModule, imports: [i1.MarkdownModule] }); }
94
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicOrganismsModule, imports: [MarkdownModule.forRoot()] }); }
95
95
  }
96
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: NgAtomicOrganismsModule, decorators: [{
96
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: NgAtomicOrganismsModule, decorators: [{
97
97
  type: NgModule,
98
98
  args: [{
99
99
  imports: [
@@ -17,14 +17,14 @@ let PaginatorOrganismStore = class PaginatorOrganismStore extends InjectableComp
17
17
  this.itemLength = input(0);
18
18
  this.formValue = computedRawValue(() => this.form());
19
19
  }
20
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PaginatorOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
21
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: PaginatorOrganismStore, isStandalone: true, selector: "organisms-paginator", inputs: { form: { classPropertyName: "form", publicName: "form", isSignal: true, isRequired: false, transformFunction: null }, pageSizeOptions: { classPropertyName: "pageSizeOptions", publicName: "pageSizeOptions", isSignal: true, isRequired: false, transformFunction: null }, itemLength: { classPropertyName: "itemLength", publicName: "itemLength", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
20
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PaginatorOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
21
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: PaginatorOrganismStore, isStandalone: true, selector: "organisms-paginator", inputs: { form: { classPropertyName: "form", publicName: "form", isSignal: true, isRequired: false, transformFunction: null }, pageSizeOptions: { classPropertyName: "pageSizeOptions", publicName: "pageSizeOptions", isSignal: true, isRequired: false, transformFunction: null }, itemLength: { classPropertyName: "itemLength", publicName: "itemLength", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
22
22
  };
23
23
  PaginatorOrganismStore = __decorate([
24
24
  TokenizedType()
25
25
  ], PaginatorOrganismStore);
26
26
  export { PaginatorOrganismStore };
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PaginatorOrganismStore, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PaginatorOrganismStore, decorators: [{
28
28
  type: Directive,
29
29
  args: [{ standalone: true, selector: 'organisms-paginator' }]
30
30
  }] });
@@ -39,17 +39,17 @@ export class PaginatorOrganism extends NgAtomicComponent {
39
39
  pageSize: page.pageSize
40
40
  });
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PaginatorOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
43
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: PaginatorOrganism, isStandalone: true, selector: "organisms-paginator", host: { classAttribute: "organism" }, usesInheritance: true, hostDirectives: [{ directive: PaginatorOrganismStore, inputs: ["form", "form", "pageSizeOptions", "pageSizeOptions", "itemLength", "itemLength"] }], ngImport: i0, template: `
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PaginatorOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
43
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: PaginatorOrganism, isStandalone: true, selector: "organisms-paginator", host: { classAttribute: "organism" }, usesInheritance: true, hostDirectives: [{ directive: PaginatorOrganismStore, inputs: ["form", "form", "pageSizeOptions", "pageSizeOptions", "itemLength", "itemLength"] }], ngImport: i0, template: `
44
44
  <mat-paginator
45
45
  [length]="store.itemLength()"
46
46
  [pageSize]="store.formValue().pageSize"
47
47
  [pageSizeOptions]="store.pageSizeOptions()"
48
48
  (page)="onPageChange($event)"
49
49
  />
50
- `, isInline: true, styles: [":host{--primary-color: #404040;--primary-color-SCOPED-IN-paginator-uR2h: var(--primary-color);--on-primary-color: #f0f0f0;--on-primary-color-SCOPED-IN-paginator-uR2h: var(--on-primary-color);--secondary-color: #f0f0f0;--secondary-color-SCOPED-IN-paginator-uR2h: var(--secondary-color);--surface-color: #f0f0f0;--surface-color-SCOPED-IN-paginator-uR2h: var(--surface-color);--on-surface-color: #000;--on-surface-color-SCOPED-IN-paginator-uR2h: var(--on-surface-color);--background-color: #f0f0f0;--background-color-SCOPED-IN-paginator-uR2h: var(--background-color);--on-background-color: #000;--on-background-color-SCOPED-IN-paginator-uR2h: var(--on-background-color)}:host mat-paginator{background-color:var(--background-color-SCOPED-IN-paginator-uR2h);color:var(--on-background-color-SCOPED-IN-paginator-uR2h);min-width:440px}\n"], dependencies: [{ kind: "ngmodule", type: MatPaginatorModule }, { kind: "component", type: i1.MatPaginator, selector: "mat-paginator", inputs: ["color", "pageIndex", "length", "pageSize", "pageSizeOptions", "hidePageSize", "showFirstLastButtons", "selectConfig", "disabled"], outputs: ["page"], exportAs: ["matPaginator"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
50
+ `, isInline: true, styles: [":host{--primary-color: #404040;--primary-color-SCOPED-IN-paginator-oQhV: var(--primary-color);--on-primary-color: #f0f0f0;--on-primary-color-SCOPED-IN-paginator-oQhV: var(--on-primary-color);--secondary-color: #f0f0f0;--secondary-color-SCOPED-IN-paginator-oQhV: var(--secondary-color);--surface-color: #f0f0f0;--surface-color-SCOPED-IN-paginator-oQhV: var(--surface-color);--on-surface-color: #000;--on-surface-color-SCOPED-IN-paginator-oQhV: var(--on-surface-color);--background-color: #f0f0f0;--background-color-SCOPED-IN-paginator-oQhV: var(--background-color);--on-background-color: #000;--on-background-color-SCOPED-IN-paginator-oQhV: var(--on-background-color)}:host mat-paginator{background-color:var(--background-color-SCOPED-IN-paginator-oQhV);color:var(--on-background-color-SCOPED-IN-paginator-oQhV);min-width:440px}\n"], dependencies: [{ kind: "ngmodule", type: MatPaginatorModule }, { kind: "component", type: i1.MatPaginator, selector: "mat-paginator", inputs: ["color", "pageIndex", "length", "pageSize", "pageSizeOptions", "hidePageSize", "showFirstLastButtons", "selectConfig", "disabled"], outputs: ["page"], exportAs: ["matPaginator"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PaginatorOrganism, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PaginatorOrganism, decorators: [{
53
53
  type: Component,
54
54
  args: [{ selector: 'organisms-paginator', standalone: true, imports: [
55
55
  MatPaginatorModule,
@@ -65,6 +65,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
65
65
  directive: PaginatorOrganismStore,
66
66
  inputs: ['form', 'pageSizeOptions', 'itemLength'],
67
67
  },
68
- ], styles: [":host{--primary-color: #404040;--primary-color-SCOPED-IN-paginator-uR2h: var(--primary-color);--on-primary-color: #f0f0f0;--on-primary-color-SCOPED-IN-paginator-uR2h: var(--on-primary-color);--secondary-color: #f0f0f0;--secondary-color-SCOPED-IN-paginator-uR2h: var(--secondary-color);--surface-color: #f0f0f0;--surface-color-SCOPED-IN-paginator-uR2h: var(--surface-color);--on-surface-color: #000;--on-surface-color-SCOPED-IN-paginator-uR2h: var(--on-surface-color);--background-color: #f0f0f0;--background-color-SCOPED-IN-paginator-uR2h: var(--background-color);--on-background-color: #000;--on-background-color-SCOPED-IN-paginator-uR2h: var(--on-background-color)}:host mat-paginator{background-color:var(--background-color-SCOPED-IN-paginator-uR2h);color:var(--on-background-color-SCOPED-IN-paginator-uR2h);min-width:440px}\n"] }]
68
+ ], styles: [":host{--primary-color: #404040;--primary-color-SCOPED-IN-paginator-oQhV: var(--primary-color);--on-primary-color: #f0f0f0;--on-primary-color-SCOPED-IN-paginator-oQhV: var(--on-primary-color);--secondary-color: #f0f0f0;--secondary-color-SCOPED-IN-paginator-oQhV: var(--secondary-color);--surface-color: #f0f0f0;--surface-color-SCOPED-IN-paginator-oQhV: var(--surface-color);--on-surface-color: #000;--on-surface-color-SCOPED-IN-paginator-oQhV: var(--on-surface-color);--background-color: #f0f0f0;--background-color-SCOPED-IN-paginator-oQhV: var(--background-color);--on-background-color: #000;--on-background-color-SCOPED-IN-paginator-oQhV: var(--on-background-color)}:host mat-paginator{background-color:var(--background-color-SCOPED-IN-paginator-oQhV);color:var(--on-background-color-SCOPED-IN-paginator-oQhV);min-width:440px}\n"] }]
69
69
  }] });
70
70
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnaW5hdG9yLm9yZ2FuaXNtLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvb3JnYW5pc21zL3BhZ2luYXRvci9wYWdpbmF0b3Iub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFVLE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFckcsT0FBTyxFQUFFLFdBQVcsRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUN4RCxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUNqRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsaUJBQWlCLEVBQUUsYUFBYSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDeEYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0seUJBQXlCLENBQUM7OztBQUlwRCxJQUFNLHNCQUFzQixHQUE1QixNQUFNLHNCQUF1QixTQUFRLG1CQUFtQjtJQUF4RDs7UUFDSSxTQUFJLEdBQUcsS0FBSyxDQUFDLElBQUksU0FBUyxDQUFDO1lBQ2xDLFNBQVMsRUFBRSxJQUFJLFdBQVcsQ0FBQyxDQUFDLENBQUM7WUFDN0IsUUFBUSxFQUFFLElBQUksV0FBVyxDQUFDLENBQUMsQ0FBQztTQUM3QixDQUFDLENBQUMsQ0FBQztRQUNLLG9CQUFlLEdBQUcsS0FBSyxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxHQUFHLENBQUMsQ0FBQyxDQUFDO1FBQ3ZDLGVBQVUsR0FBRyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDdEIsY0FBUyxHQUFHLGdCQUFnQixDQUFDLEdBQUcsRUFBRSxDQUFDLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0tBQzFEOzhHQVJZLHNCQUFzQjtrR0FBdEIsc0JBQXNCOztBQUF0QixzQkFBc0I7SUFGbEMsYUFBYSxFQUFFO0dBRUgsc0JBQXNCLENBUWxDOzsyRkFSWSxzQkFBc0I7a0JBRGxDLFNBQVM7bUJBQUMsRUFBQyxVQUFVLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSxxQkFBcUIsRUFBQzs7QUFtQzlELE1BQU0sT0FBTyxpQkFBa0IsU0FBUSxpQkFBaUI7SUF4QnhEOztRQXlCWSxVQUFLLEdBQUcsTUFBTSxDQUFDLHNCQUFzQixDQUFDLENBQUM7S0FTbEQ7SUFQVyxZQUFZLENBQUMsSUFBZTtRQUNwQyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksRUFBRSxDQUFDLFVBQVUsQ0FBQztZQUMzQixTQUFTLEVBQUUsSUFBSSxDQUFDLFNBQVM7WUFDekIsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRO1NBQ3hCLENBQUMsQ0FBQztJQUNMLENBQUM7OEdBUlUsaUJBQWlCO2tHQUFqQixpQkFBaUIsa0pBbENqQixzQkFBc0IseUhBZ0J2Qjs7Ozs7OztHQU9ULHM0QkFUQyxrQkFBa0I7OzJGQW9CVCxpQkFBaUI7a0JBeEI3QixTQUFTOytCQUNFLHFCQUFxQixjQUNuQixJQUFJLFdBQ1A7d0JBQ1Asa0JBQWtCO3FCQUNuQixZQUNTOzs7Ozs7O0dBT1QsbUJBRWdCLHVCQUF1QixDQUFDLE1BQU0sUUFDekMsRUFBQyxLQUFLLEVBQUUsVUFBVSxFQUFDLGtCQUNUO3dCQUNkOzRCQUNFLFNBQVMsRUFBRSxzQkFBc0I7NEJBQ2pDLE1BQU0sRUFBRSxDQUFDLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSxZQUFZLENBQUM7eUJBQ2xEO3FCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRGlyZWN0aXZlLCBlZmZlY3QsIGluamVjdCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFBhZ2VFdmVudCB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3BhZ2luYXRvcic7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCwgRm9ybUdyb3VwIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgTWF0UGFnaW5hdG9yTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvcGFnaW5hdG9yJztcbmltcG9ydCB7IEluamVjdGFibGVDb21wb25lbnQsIE5nQXRvbWljQ29tcG9uZW50LCBUb2tlbml6ZWRUeXBlIH0gZnJvbSAnQG5nLWF0b21pYy9jb3JlJztcbmltcG9ydCB7IGNvbXB1dGVkUmF3VmFsdWUgfSBmcm9tICdAbmctYXRvbWljL2NvbW1vbi91dGlscyc7XG5cbkBUb2tlbml6ZWRUeXBlKClcbkBEaXJlY3RpdmUoe3N0YW5kYWxvbmU6IHRydWUsIHNlbGVjdG9yOiAnb3JnYW5pc21zLXBhZ2luYXRvcid9KVxuZXhwb3J0IGNsYXNzIFBhZ2luYXRvck9yZ2FuaXNtU3RvcmUgZXh0ZW5kcyBJbmplY3RhYmxlQ29tcG9uZW50IHtcbiAgcmVhZG9ubHkgZm9ybSA9IGlucHV0KG5ldyBGb3JtR3JvdXAoe1xuICAgIHBhZ2VJbmRleDogbmV3IEZvcm1Db250cm9sKDApLFxuICAgIHBhZ2VTaXplOiBuZXcgRm9ybUNvbnRyb2woMCksXG4gIH0pKTtcbiAgcmVhZG9ubHkgcGFnZVNpemVPcHRpb25zID0gaW5wdXQoWzEwLCA1MCwgMTAwXSk7XG4gIHJlYWRvbmx5IGl0ZW1MZW5ndGggPSBpbnB1dCgwKTtcbiAgcmVhZG9ubHkgZm9ybVZhbHVlID0gY29tcHV0ZWRSYXdWYWx1ZSgoKSA9PiB0aGlzLmZvcm0oKSk7XG59XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1wYWdpbmF0b3InLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgTWF0UGFnaW5hdG9yTW9kdWxlLFxuICBdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxtYXQtcGFnaW5hdG9yXG4gICAgICBbbGVuZ3RoXT1cInN0b3JlLml0ZW1MZW5ndGgoKVwiXG4gICAgICBbcGFnZVNpemVdPVwic3RvcmUuZm9ybVZhbHVlKCkucGFnZVNpemVcIlxuICAgICAgW3BhZ2VTaXplT3B0aW9uc109XCJzdG9yZS5wYWdlU2l6ZU9wdGlvbnMoKVwiXG4gICAgICAocGFnZSk9XCJvblBhZ2VDaGFuZ2UoJGV2ZW50KVwiXG4gICAgLz5cbiAgYCxcbiAgc3R5bGVVcmxzOiBbJy4vcGFnaW5hdG9yLm9yZ2FuaXNtLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGhvc3Q6IHtjbGFzczogJ29yZ2FuaXNtJ30sXG4gIGhvc3REaXJlY3RpdmVzOiBbXG4gICAge1xuICAgICAgZGlyZWN0aXZlOiBQYWdpbmF0b3JPcmdhbmlzbVN0b3JlLFxuICAgICAgaW5wdXRzOiBbJ2Zvcm0nLCAncGFnZVNpemVPcHRpb25zJywgJ2l0ZW1MZW5ndGgnXSxcbiAgICB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBQYWdpbmF0b3JPcmdhbmlzbSBleHRlbmRzIE5nQXRvbWljQ29tcG9uZW50IHtcbiAgcHJvdGVjdGVkIHN0b3JlID0gaW5qZWN0KFBhZ2luYXRvck9yZ2FuaXNtU3RvcmUpO1xuICBcbiAgcHJvdGVjdGVkIG9uUGFnZUNoYW5nZShwYWdlOiBQYWdlRXZlbnQpIHtcbiAgICB0aGlzLnN0b3JlLmZvcm0oKS5wYXRjaFZhbHVlKHtcbiAgICAgIHBhZ2VJbmRleDogcGFnZS5wYWdlSW5kZXgsXG4gICAgICBwYWdlU2l6ZTogcGFnZS5wYWdlU2l6ZVxuICAgIH0pO1xuICB9XG5cbn1cbiJdfQ==
@@ -16,14 +16,14 @@ let PasswordInputSectionOrganismStore = class PasswordInputSectionOrganismStore
16
16
  this.actions = input([]);
17
17
  this.actionButtonType = input('icon-button');
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PasswordInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: PasswordInputSectionOrganismStore, isStandalone: true, selector: "organisms-password-input-section", inputs: { 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 }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, autoComplete: { classPropertyName: "autoComplete", publicName: "autoComplete", isSignal: true, isRequired: false, transformFunction: null }, actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null }, actionButtonType: { classPropertyName: "actionButtonType", publicName: "actionButtonType", 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: PasswordInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
20
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: PasswordInputSectionOrganismStore, isStandalone: true, selector: "organisms-password-input-section", inputs: { 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 }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, autoComplete: { classPropertyName: "autoComplete", publicName: "autoComplete", isSignal: true, isRequired: false, transformFunction: null }, actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null }, actionButtonType: { classPropertyName: "actionButtonType", publicName: "actionButtonType", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
21
21
  };
22
22
  PasswordInputSectionOrganismStore = __decorate([
23
23
  TokenizedType()
24
24
  ], PasswordInputSectionOrganismStore);
25
25
  export { PasswordInputSectionOrganismStore };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PasswordInputSectionOrganismStore, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PasswordInputSectionOrganismStore, decorators: [{
27
27
  type: Directive,
28
28
  args: [{ standalone: true, selector: 'organisms-password-input-section' }]
29
29
  }] });
@@ -32,8 +32,8 @@ export class PasswordInputSectionOrganism extends NgAtomicComponent {
32
32
  super(...arguments);
33
33
  this.store = inject(PasswordInputSectionOrganismStore);
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PasswordInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
36
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.2", type: PasswordInputSectionOrganism, isStandalone: true, selector: "organisms-password-input-section", usesInheritance: true, hostDirectives: [{ directive: PasswordInputSectionOrganismStore, inputs: ["label", "label", "placeholder", "placeholder", "hint", "hint", "control", "control", "autoComplete", "autoComplete", "actions", "actions", "actionButtonType", "actionButtonType"] }], ngImport: i0, template: `
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PasswordInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.2", type: PasswordInputSectionOrganism, isStandalone: true, selector: "organisms-password-input-section", usesInheritance: true, hostDirectives: [{ directive: PasswordInputSectionOrganismStore, inputs: ["label", "label", "placeholder", "placeholder", "hint", "hint", "control", "control", "autoComplete", "autoComplete", "actions", "actions", "actionButtonType", "actionButtonType"] }], ngImport: i0, template: `
37
37
  <molecules-text-input-field injectable
38
38
  [type]="'password'"
39
39
  [control]="store.control()"
@@ -48,9 +48,9 @@ export class PasswordInputSectionOrganism extends NgAtomicComponent {
48
48
  [type]="store.actionButtonType()"
49
49
  (action)="dispatch($event)"
50
50
  />
51
- }`, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-password-input-section-e46o: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-password-input-section-e46o) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-password-input-section-e46o)}: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: "directive", type: TextInputFieldMoleculeStore, selector: "molecules-text-input-field", inputs: ["appearance", "type", "name", "label", "control", "placeholder", "hint", "pattern", "autoComplete"] }, { kind: "directive", type: SmartMenuButtonAtomStore, selector: "atoms-smart-menu-button", inputs: ["actions", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
+ }`, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-password-input-section-QAQA: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-password-input-section-QAQA) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-password-input-section-QAQA)}: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: "directive", type: TextInputFieldMoleculeStore, selector: "molecules-text-input-field", inputs: ["appearance", "type", "name", "label", "control", "placeholder", "hint", "pattern", "autoComplete"] }, { kind: "directive", type: SmartMenuButtonAtomStore, selector: "atoms-smart-menu-button", inputs: ["actions", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
52
52
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: PasswordInputSectionOrganism, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: PasswordInputSectionOrganism, decorators: [{
54
54
  type: Component,
55
55
  args: [{ selector: 'organisms-password-input-section', standalone: true, imports: [
56
56
  TextInputFieldMoleculeStore,
@@ -75,6 +75,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
75
75
  directive: PasswordInputSectionOrganismStore,
76
76
  inputs: ['label', 'placeholder', 'hint', 'control', 'autoComplete', 'actions', 'actionButtonType'],
77
77
  },
78
- ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-password-input-section-e46o: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-password-input-section-e46o) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-password-input-section-e46o)}: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"] }]
78
+ ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-password-input-section-QAQA: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-password-input-section-QAQA) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-password-input-section-QAQA)}: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"] }]
79
79
  }] });
80
80
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFzc3dvcmQtaW5wdXQtc2VjdGlvbi5vcmdhbmlzbS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL29yZ2FuaXNtcy9wYXNzd29yZC1pbnB1dC1zZWN0aW9uL3Bhc3N3b3JkLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0YsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3pGLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQy9GLE9BQU8sRUFBVSxtQkFBbUIsRUFBRSxpQkFBaUIsRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFJekYsSUFBTSxpQ0FBaUMsR0FBdkMsTUFBTSxpQ0FBa0MsU0FBUSxtQkFBbUI7SUFBbkU7O1FBQ0ksVUFBSyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztRQUN2QixnQkFBVyxHQUFHLEtBQUssQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUNuQyxTQUFJLEdBQUcsS0FBSyxFQUFVLENBQUM7UUFDdkIsWUFBTyxHQUFHLEtBQUssQ0FBQyxJQUFJLFdBQVcsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQ3JDLGlCQUFZLEdBQUcsS0FBSyxDQUFXLEVBQUUsQ0FBQyxDQUFDO1FBQ25DLFlBQU8sR0FBRyxLQUFLLENBQVcsRUFBRSxDQUFDLENBQUM7UUFDOUIscUJBQWdCLEdBQUcsS0FBSyxDQUEyQixhQUFhLENBQUMsQ0FBQztLQUM1RTs4R0FSWSxpQ0FBaUM7a0dBQWpDLGlDQUFpQzs7QUFBakMsaUNBQWlDO0lBRjdDLGFBQWEsRUFBRTtHQUVILGlDQUFpQyxDQVE3Qzs7MkZBUlksaUNBQWlDO2tCQUQ3QyxTQUFTO21CQUFDLEVBQUUsVUFBVSxFQUFFLElBQUksRUFBRSxRQUFRLEVBQUUsa0NBQWtDLEVBQUU7O0FBNEM3RSxNQUFNLE9BQU8sNEJBQTZCLFNBQVEsaUJBQWlCO0lBaENuRTs7UUFpQ1ksVUFBSyxHQUFHLE1BQU0sQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO0tBQzdEOzhHQUZZLDRCQUE0QjtrR0FBNUIsNEJBQTRCLHlIQTNDNUIsaUNBQWlDLDJOQWtCbEM7Ozs7Ozs7Ozs7Ozs7OztJQWVSLGlsQkFsQkEsMkJBQTJCLHFMQUMzQix3QkFBd0I7OzJGQTJCZiw0QkFBNEI7a0JBaEN4QyxTQUFTOytCQUNFLGtDQUFrQyxjQUNoQyxJQUFJLFdBQ1A7d0JBQ1AsMkJBQTJCO3dCQUMzQix3QkFBd0I7cUJBQ3pCLFlBQ1M7Ozs7Ozs7Ozs7Ozs7OztJQWVSLG1CQUVlLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNkOzRCQUNFLFNBQVMsRUFBRSxpQ0FBaUM7NEJBQzVDLE1BQU0sRUFBRSxDQUFDLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxFQUFFLFNBQVMsRUFBRSxjQUFjLEVBQUUsU0FBUyxFQUFFLGtCQUFrQixDQUFDO3lCQUNuRztxQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIERpcmVjdGl2ZSwgaW5qZWN0LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybUNvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBTbWFydE1lbnVCdXR0b25BdG9tU3RvcmUgfSBmcm9tICdAbmctYXRvbWljL2NvbXBvbmVudHMvYXRvbXMvc21hcnQtbWVudS1idXR0b24nO1xuaW1wb3J0IHsgVGV4dElucHV0RmllbGRNb2xlY3VsZVN0b3JlIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL21vbGVjdWxlcy90ZXh0LWlucHV0LWZpZWxkJztcbmltcG9ydCB7IEFjdGlvbiwgSW5qZWN0YWJsZUNvbXBvbmVudCwgTmdBdG9taWNDb21wb25lbnQsIFRva2VuaXplZFR5cGUgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuXG5AVG9rZW5pemVkVHlwZSgpXG5ARGlyZWN0aXZlKHsgc3RhbmRhbG9uZTogdHJ1ZSwgc2VsZWN0b3I6ICdvcmdhbmlzbXMtcGFzc3dvcmQtaW5wdXQtc2VjdGlvbicgfSlcbmV4cG9ydCBjbGFzcyBQYXNzd29yZElucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUgZXh0ZW5kcyBJbmplY3RhYmxlQ29tcG9uZW50IHtcbiAgcmVhZG9ubHkgbGFiZWwgPSBpbnB1dCgnbGFiZWwnKTtcbiAgcmVhZG9ubHkgcGxhY2Vob2xkZXIgPSBpbnB1dCgncGxhY2Vob2xkZXInKTtcbiAgcmVhZG9ubHkgaGludCA9IGlucHV0PHN0cmluZz4oKTtcbiAgcmVhZG9ubHkgY29udHJvbCA9IGlucHV0KG5ldyBGb3JtQ29udHJvbCgnJykpO1xuICByZWFkb25seSBhdXRvQ29tcGxldGUgPSBpbnB1dDxzdHJpbmdbXT4oW10pO1xuICByZWFkb25seSBhY3Rpb25zID0gaW5wdXQ8QWN0aW9uW10+KFtdKTtcbiAgcmVhZG9ubHkgYWN0aW9uQnV0dG9uVHlwZSA9IGlucHV0PCdidXR0b24nIHwgJ2ljb24tYnV0dG9uJz4oJ2ljb24tYnV0dG9uJyk7XG59XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLXBhc3N3b3JkLWlucHV0LXNlY3Rpb24nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgVGV4dElucHV0RmllbGRNb2xlY3VsZVN0b3JlLFxuICAgIFNtYXJ0TWVudUJ1dHRvbkF0b21TdG9yZSxcbiAgXSxcbiAgdGVtcGxhdGU6IGBcbiAgICA8bW9sZWN1bGVzLXRleHQtaW5wdXQtZmllbGQgaW5qZWN0YWJsZVxuICAgICAgW3R5cGVdPVwiJ3Bhc3N3b3JkJ1wiXG4gICAgICBbY29udHJvbF09XCJzdG9yZS5jb250cm9sKClcIlxuICAgICAgW2xhYmVsXT1cInN0b3JlLmxhYmVsKClcIlxuICAgICAgW3BsYWNlaG9sZGVyXT1cInN0b3JlLnBsYWNlaG9sZGVyKClcIlxuICAgICAgW2hpbnRdPVwic3RvcmUuaGludCgpXCJcbiAgICAgIFthdXRvQ29tcGxldGVdPVwic3RvcmUuYXV0b0NvbXBsZXRlKClcIlxuICAgIC8+XG4gIEBpZiAoc3RvcmUuYWN0aW9ucygpPy5sZW5ndGgpIHtcbiAgICA8YXRvbXMtc21hcnQtbWVudS1idXR0b24gaW5qZWN0YWJsZVxuICAgICAgW2FjdGlvbnNdPVwic3RvcmUuYWN0aW9ucygpXCJcbiAgICAgIFt0eXBlXT1cInN0b3JlLmFjdGlvbkJ1dHRvblR5cGUoKVwiXG4gICAgICAoYWN0aW9uKT1cImRpc3BhdGNoKCRldmVudClcIlxuICAgIC8+XG4gIH1gLFxuICBzdHlsZVVybDogJy4vcGFzc3dvcmQtaW5wdXQtc2VjdGlvbi5vcmdhbmlzbS5zY3NzJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGhvc3REaXJlY3RpdmVzOiBbXG4gICAge1xuICAgICAgZGlyZWN0aXZlOiBQYXNzd29yZElucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUsXG4gICAgICBpbnB1dHM6IFsnbGFiZWwnLCAncGxhY2Vob2xkZXInLCAnaGludCcsICdjb250cm9sJywgJ2F1dG9Db21wbGV0ZScsICdhY3Rpb25zJywgJ2FjdGlvbkJ1dHRvblR5cGUnXSxcbiAgICB9LFxuICBdLFxufSlcbmV4cG9ydCBjbGFzcyBQYXNzd29yZElucHV0U2VjdGlvbk9yZ2FuaXNtIGV4dGVuZHMgTmdBdG9taWNDb21wb25lbnQge1xuICBwcm90ZWN0ZWQgc3RvcmUgPSBpbmplY3QoUGFzc3dvcmRJbnB1dFNlY3Rpb25PcmdhbmlzbVN0b3JlKTtcbn1cbiJdfQ==
@@ -16,14 +16,14 @@ let SelectInputSectionOrganismStore = class SelectInputSectionOrganismStore exte
16
16
  this.options = input([]);
17
17
  this.multiple = input(false);
18
18
  }
19
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SelectInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
20
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: SelectInputSectionOrganismStore, isStandalone: true, selector: "organisms-select-input-section", inputs: { actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, multiple: { classPropertyName: "multiple", publicName: "multiple", 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: SelectInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
20
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: SelectInputSectionOrganismStore, isStandalone: true, selector: "organisms-select-input-section", inputs: { actions: { classPropertyName: "actions", publicName: "actions", isSignal: true, isRequired: false, transformFunction: null }, hint: { classPropertyName: "hint", publicName: "hint", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, options: { classPropertyName: "options", publicName: "options", isSignal: true, isRequired: false, transformFunction: null }, multiple: { classPropertyName: "multiple", publicName: "multiple", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
21
21
  };
22
22
  SelectInputSectionOrganismStore = __decorate([
23
23
  TokenizedType()
24
24
  ], SelectInputSectionOrganismStore);
25
25
  export { SelectInputSectionOrganismStore };
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SelectInputSectionOrganismStore, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SelectInputSectionOrganismStore, decorators: [{
27
27
  type: Directive,
28
28
  args: [{ standalone: true, selector: 'organisms-select-input-section' }]
29
29
  }] });
@@ -32,8 +32,8 @@ export class SelectInputSectionOrganism extends NgAtomicComponent {
32
32
  super(...arguments);
33
33
  this.store = inject((SelectInputSectionOrganismStore));
34
34
  }
35
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SelectInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
36
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.2", type: SelectInputSectionOrganism, isStandalone: true, selector: "organisms-select-input-section", usesInheritance: true, hostDirectives: [{ directive: SelectInputSectionOrganismStore, inputs: ["actions", "actions", "hint", "hint", "placeholder", "placeholder", "label", "label", "control", "control", "options", "options", "multiple", "multiple"] }], ngImport: i0, template: `
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SelectInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.2", type: SelectInputSectionOrganism, isStandalone: true, selector: "organisms-select-input-section", usesInheritance: true, hostDirectives: [{ directive: SelectInputSectionOrganismStore, inputs: ["actions", "actions", "hint", "hint", "placeholder", "placeholder", "label", "label", "control", "control", "options", "options", "multiple", "multiple"] }], ngImport: i0, template: `
37
37
  <molecules-select-input-field
38
38
  [label]="store.label()"
39
39
  [control]="store.control()"
@@ -47,9 +47,9 @@ export class SelectInputSectionOrganism extends NgAtomicComponent {
47
47
  [actions]="store.actions()"
48
48
  (action)="dispatch($event)"
49
49
  />
50
- }`, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-UYjt: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-UYjt) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-select-input-section-UYjt)}: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: SelectInputFieldMolecule, selector: "molecules-select-input-field" }, { kind: "component", type: SmartMenuButtonAtom, selector: "atoms-smart-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
50
+ }`, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-Thre: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-Thre) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-select-input-section-Thre)}: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: SelectInputFieldMolecule, selector: "molecules-select-input-field" }, { kind: "component", type: SmartMenuButtonAtom, selector: "atoms-smart-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SelectInputSectionOrganism, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SelectInputSectionOrganism, decorators: [{
53
53
  type: Component,
54
54
  args: [{ selector: 'organisms-select-input-section', standalone: true, imports: [
55
55
  SelectInputFieldMolecule,
@@ -73,6 +73,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
73
73
  directive: SelectInputSectionOrganismStore,
74
74
  inputs: ['actions', 'hint', 'placeholder', 'label', 'control', 'options', 'multiple'],
75
75
  }
76
- ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-UYjt: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-UYjt) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-select-input-section-UYjt)}: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"] }]
76
+ ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-select-input-section-Thre: var(--horizontal-padding)}:host{display:flex;flex-direction:row;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-select-input-section-Thre) 0;box-sizing:border-box}:host:has(atoms-smart-button){padding:0 0 0 var(--horizontal-padding-SCOPED-IN-select-input-section-Thre)}: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"] }]
77
77
  }] });
78
78
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VsZWN0LWlucHV0LXNlY3Rpb24ub3JnYW5pc20uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9vcmdhbmlzbXMvc2VsZWN0LWlucHV0LXNlY3Rpb24vc2VsZWN0LWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBUyxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEcsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzdDLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLCtDQUErQyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLG9EQUFvRCxDQUFDO0FBQzlGLE9BQU8sRUFBVSxtQkFBbUIsRUFBRSxpQkFBaUIsRUFBRSxhQUFhLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQzs7QUFJekYsSUFBTSwrQkFBK0IsR0FBckMsTUFBTSwrQkFBbUMsU0FBUSxtQkFBbUI7SUFBcEU7O1FBQ0ksWUFBTyxHQUFHLEtBQUssQ0FBVyxFQUFFLENBQUMsQ0FBQztRQUM5QixTQUFJLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQ25CLGdCQUFXLEdBQUcsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzFCLFVBQUssR0FBRyxLQUFLLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDdkIsWUFBTyxHQUFHLEtBQUssQ0FBQyxJQUFJLFdBQVcsQ0FBSSxFQUFPLENBQUMsQ0FBQyxDQUFDO1FBQzdDLFlBQU8sR0FBRyxLQUFLLENBQTZCLEVBQUUsQ0FBQyxDQUFDO1FBQ2hELGFBQVEsR0FBRyxLQUFLLENBQUMsS0FBSyxDQUFDLENBQUM7S0FDbEM7OEdBUlksK0JBQStCO2tHQUEvQiwrQkFBK0I7O0FBQS9CLCtCQUErQjtJQUYzQyxhQUFhLEVBQUU7R0FFSCwrQkFBK0IsQ0FRM0M7OzJGQVJZLCtCQUErQjtrQkFEM0MsU0FBUzttQkFBQyxFQUFFLFVBQVUsRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFLGdDQUFnQyxFQUFFOztBQTBDM0UsTUFBTSxPQUFPLDBCQUE4QixTQUFRLGlCQUFpQjtJQS9CcEU7O1FBZ0NxQixVQUFLLEdBQUcsTUFBTSxDQUFDLENBQUEsK0JBQWtDLENBQUEsQ0FBQyxDQUFDO0tBQ3ZFOzhHQUZZLDBCQUEwQjtrR0FBMUIsMEJBQTBCLHVIQXpDMUIsK0JBQStCLGlNQWlCaEM7Ozs7Ozs7Ozs7Ozs7O0lBY1IsMmtCQWpCQSx3QkFBd0IseUVBQ3hCLG1CQUFtQjs7MkZBMEJWLDBCQUEwQjtrQkEvQnRDLFNBQVM7K0JBQ0UsZ0NBQWdDLGNBQzlCLElBQUksV0FDUDt3QkFDUCx3QkFBd0I7d0JBQ3hCLG1CQUFtQjtxQkFDcEIsWUFDUzs7Ozs7Ozs7Ozs7Ozs7SUFjUixtQkFFZSx1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDZDs0QkFDRSxTQUFTLEVBQUUsK0JBQStCOzRCQUMxQyxNQUFNLEVBQUUsQ0FBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLGFBQWEsRUFBRSxPQUFPLEVBQUUsU0FBUyxFQUFFLFNBQVMsRUFBRSxVQUFVLENBQUM7eUJBQ3RGO3FCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRGlyZWN0aXZlLCBpbmplY3QsIElucHV0LCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgRm9ybUNvbnRyb2wgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBTbWFydE1lbnVCdXR0b25BdG9tIH0gZnJvbSAnQG5nLWF0b21pYy9jb21wb25lbnRzL2F0b21zL3NtYXJ0LW1lbnUtYnV0dG9uJztcbmltcG9ydCB7IFNlbGVjdElucHV0RmllbGRNb2xlY3VsZSB9IGZyb20gJ0BuZy1hdG9taWMvY29tcG9uZW50cy9tb2xlY3VsZXMvc2VsZWN0LWlucHV0LWZpZWxkJztcbmltcG9ydCB7IEFjdGlvbiwgSW5qZWN0YWJsZUNvbXBvbmVudCwgTmdBdG9taWNDb21wb25lbnQsIFRva2VuaXplZFR5cGUgfSBmcm9tICdAbmctYXRvbWljL2NvcmUnO1xuXG5AVG9rZW5pemVkVHlwZSgpXG5ARGlyZWN0aXZlKHsgc3RhbmRhbG9uZTogdHJ1ZSwgc2VsZWN0b3I6ICdvcmdhbmlzbXMtc2VsZWN0LWlucHV0LXNlY3Rpb24nIH0pXG5leHBvcnQgY2xhc3MgU2VsZWN0SW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZTxUPiBleHRlbmRzIEluamVjdGFibGVDb21wb25lbnQge1xuICByZWFkb25seSBhY3Rpb25zID0gaW5wdXQ8QWN0aW9uW10+KFtdKTtcbiAgcmVhZG9ubHkgaGludCA9IGlucHV0KG51bGwpO1xuICByZWFkb25seSBwbGFjZWhvbGRlciA9IGlucHV0KG51bGwpO1xuICByZWFkb25seSBsYWJlbCA9IGlucHV0KCdsYWJlbCcpO1xuICByZWFkb25seSBjb250cm9sID0gaW5wdXQobmV3IEZvcm1Db250cm9sPFQ+KHt9IGFzIFQpKTtcbiAgcmVhZG9ubHkgb3B0aW9ucyA9IGlucHV0PHtuYW1lOiBzdHJpbmcsIHZhbHVlOiBUfVtdPihbXSk7XG4gIHJlYWRvbmx5IG11bHRpcGxlID0gaW5wdXQoZmFsc2UpO1xufVxuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdvcmdhbmlzbXMtc2VsZWN0LWlucHV0LXNlY3Rpb24nLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgU2VsZWN0SW5wdXRGaWVsZE1vbGVjdWxlLFxuICAgIFNtYXJ0TWVudUJ1dHRvbkF0b20sXG4gIF0sXG4gIHRlbXBsYXRlOiBgXG4gIDxtb2xlY3VsZXMtc2VsZWN0LWlucHV0LWZpZWxkXG4gICAgW2xhYmVsXT1cInN0b3JlLmxhYmVsKClcIlxuICAgIFtjb250cm9sXT1cInN0b3JlLmNvbnRyb2woKVwiXG4gICAgW29wdGlvbnNdPVwic3RvcmUub3B0aW9ucygpXCJcbiAgICBbaGludF09XCJzdG9yZS5oaW50KClcIlxuICAgIFtwbGFjZWhvbGRlcl09XCJzdG9yZS5wbGFjZWhvbGRlcigpXCJcbiAgICBbbXVsdGlwbGVdPVwic3RvcmUubXVsdGlwbGUoKVwiXG4gID48L21vbGVjdWxlcy1zZWxlY3QtaW5wdXQtZmllbGQ+XG4gIEBpZiAoc3RvcmUuYWN0aW9ucygpPy5sZW5ndGgpIHtcbiAgICA8YXRvbXMtc21hcnQtbWVudS1idXR0b25cbiAgICAgIFthY3Rpb25zXT1cInN0b3JlLmFjdGlvbnMoKVwiXG4gICAgICAoYWN0aW9uKT1cImRpc3BhdGNoKCRldmVudClcIlxuICAgIC8+XG4gIH1gLFxuICBzdHlsZVVybHM6IFsnLi9zZWxlY3QtaW5wdXQtc2VjdGlvbi5vcmdhbmlzbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0RGlyZWN0aXZlczogW1xuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogU2VsZWN0SW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSxcbiAgICAgIGlucHV0czogWydhY3Rpb25zJywgJ2hpbnQnLCAncGxhY2Vob2xkZXInLCAnbGFiZWwnLCAnY29udHJvbCcsICdvcHRpb25zJywgJ211bHRpcGxlJ10sXG4gICAgfVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFNlbGVjdElucHV0U2VjdGlvbk9yZ2FuaXNtPFQ+IGV4dGVuZHMgTmdBdG9taWNDb21wb25lbnQge1xuICBwcm90ZWN0ZWQgcmVhZG9ubHkgc3RvcmUgPSBpbmplY3QoU2VsZWN0SW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZTxUPik7XG59XG4iXX0=
@@ -28,8 +28,8 @@ export class SelectionListOrganism extends NgAtomicComponent {
28
28
  payload: item,
29
29
  });
30
30
  }
31
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SelectionListOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
32
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: SelectionListOrganism, isStandalone: true, selector: "organisms-selection-list", inputs: { items: "items", itemActions: "itemActions", selection: "selection" }, viewQueries: [{ propertyName: "list", first: true, predicate: MatSelectionList, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SelectionListOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
32
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: SelectionListOrganism, isStandalone: true, selector: "organisms-selection-list", inputs: { items: "items", itemActions: "itemActions", selection: "selection" }, viewQueries: [{ propertyName: "list", first: true, predicate: MatSelectionList, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
33
33
  <mat-selection-list
34
34
  [multiple]="false"
35
35
  >
@@ -61,7 +61,7 @@ export class SelectionListOrganism extends NgAtomicComponent {
61
61
  </mat-selection-list>
62
62
  `, isInline: true, styles: [":host{display:block}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: MatListModule }, { kind: "component", type: i2.MatSelectionList, selector: "mat-selection-list", inputs: ["color", "compareWith", "multiple", "hideSingleSelectionIndicator", "disabled"], outputs: ["selectionChange"], exportAs: ["matSelectionList"] }, { kind: "component", type: i2.MatListOption, selector: "mat-list-option", inputs: ["togglePosition", "checkboxPosition", "color", "value", "selected"], outputs: ["selectedChange"], exportAs: ["matListOption"] }, { kind: "directive", type: i2.MatListItemAvatar, selector: "[matListItemAvatar]" }, { kind: "directive", type: i2.MatListItemLine, selector: "[matListItemLine]" }, { kind: "directive", type: i2.MatListItemTitle, selector: "[matListItemTitle]" }, { kind: "pipe", type: DataAccessorPipe, name: "dataAccessor" }, { kind: "ngmodule", type: MatIconModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: SmartMenuButtonAtom, selector: "atoms-smart-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
63
63
  }
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SelectionListOrganism, decorators: [{
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SelectionListOrganism, decorators: [{
65
65
  type: Component,
66
66
  args: [{ selector: 'organisms-selection-list', standalone: true, imports: [
67
67
  CommonModule,
@@ -23,14 +23,14 @@ let SliderInputSectionOrganismStore = class SliderInputSectionOrganismStore exte
23
23
  itemActions: [],
24
24
  });
25
25
  }, ['components', 'organisms', 'smart-list']); }
26
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SliderInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
27
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: SliderInputSectionOrganismStore, isStandalone: true, selector: "organisms-slider-input-section", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, thumbLabel: { classPropertyName: "thumbLabel", publicName: "thumbLabel", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
26
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SliderInputSectionOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
27
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: SliderInputSectionOrganismStore, isStandalone: true, selector: "organisms-slider-input-section", inputs: { control: { classPropertyName: "control", publicName: "control", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, thumbLabel: { classPropertyName: "thumbLabel", publicName: "thumbLabel", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
28
28
  };
29
29
  SliderInputSectionOrganismStore = __decorate([
30
30
  TokenizedType()
31
31
  ], SliderInputSectionOrganismStore);
32
32
  export { SliderInputSectionOrganismStore };
33
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SliderInputSectionOrganismStore, decorators: [{
33
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SliderInputSectionOrganismStore, decorators: [{
34
34
  type: Directive,
35
35
  args: [{
36
36
  standalone: true,
@@ -42,8 +42,8 @@ export class SliderInputSectionOrganism extends NgAtomicComponent {
42
42
  super(...arguments);
43
43
  this.store = inject(SliderInputSectionOrganismStore);
44
44
  }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SliderInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
46
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: SliderInputSectionOrganism, isStandalone: true, selector: "organisms-slider-input-section", usesInheritance: true, hostDirectives: [{ directive: SliderInputSectionOrganismStore, inputs: ["control", "control", "min", "min", "max", "max", "step", "step", "thumbLabel", "thumbLabel", "label", "label"] }], ngImport: i0, template: `
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SliderInputSectionOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
46
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: SliderInputSectionOrganism, isStandalone: true, selector: "organisms-slider-input-section", usesInheritance: true, hostDirectives: [{ directive: SliderInputSectionOrganismStore, inputs: ["control", "control", "min", "min", "max", "max", "step", "step", "thumbLabel", "thumbLabel", "label", "label"] }], ngImport: i0, template: `
47
47
  <span>{{ store.label() }}</span>
48
48
  <mat-slider
49
49
  [min]="store.min()"
@@ -56,9 +56,9 @@ export class SliderInputSectionOrganism extends NgAtomicComponent {
56
56
  matSliderThumb
57
57
  >
58
58
  </mat-slider>
59
- `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-slider-input-section-UcAL: var(--horizontal-padding);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-slider-input-section-UcAL: var(--mat-form-field-outlined-label-text-populated-size);--mdc-outlined-text-field-label-text-color-SCOPED-IN-slider-input-section-UcAL: var(--mdc-outlined-text-field-label-text-color)}:host{display:flex;flex-direction:column;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-slider-input-section-UcAL);box-sizing:border-box}:host .slider{width:100%}:host span{padding-left:20px;font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-slider-input-section-UcAL);color:var(--mdc-outlined-text-field-label-text-color-SCOPED-IN-slider-input-section-UcAL);transform:scale(.75);transform-origin:top left}\n"], dependencies: [{ kind: "ngmodule", type: MatSliderModule }, { kind: "component", type: i1.MatSlider, selector: "mat-slider", inputs: ["disabled", "discrete", "showTickMarks", "min", "color", "disableRipple", "max", "step", "displayWith"], exportAs: ["matSlider"] }, { kind: "directive", type: i1.MatSliderThumb, selector: "input[matSliderThumb]", inputs: ["value"], outputs: ["valueChange", "dragStart", "dragEnd"], exportAs: ["matSliderThumb"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: 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 }); }
59
+ `, isInline: true, styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-slider-input-section-YpPM: var(--horizontal-padding);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-slider-input-section-YpPM: var(--mat-form-field-outlined-label-text-populated-size);--mdc-outlined-text-field-label-text-color-SCOPED-IN-slider-input-section-YpPM: var(--mdc-outlined-text-field-label-text-color)}:host{display:flex;flex-direction:column;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-slider-input-section-YpPM);box-sizing:border-box}:host .slider{width:100%}:host span{padding-left:20px;font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-slider-input-section-YpPM);color:var(--mdc-outlined-text-field-label-text-color-SCOPED-IN-slider-input-section-YpPM);transform:scale(.75);transform-origin:top left}\n"], dependencies: [{ kind: "ngmodule", type: MatSliderModule }, { kind: "component", type: i1.MatSlider, selector: "mat-slider", inputs: ["disabled", "discrete", "showTickMarks", "min", "color", "disableRipple", "max", "step", "displayWith"], exportAs: ["matSlider"] }, { kind: "directive", type: i1.MatSliderThumb, selector: "input[matSliderThumb]", inputs: ["value"], outputs: ["valueChange", "dragStart", "dragEnd"], exportAs: ["matSliderThumb"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: 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 }); }
60
60
  }
61
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SliderInputSectionOrganism, decorators: [{
61
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SliderInputSectionOrganism, decorators: [{
62
62
  type: Component,
63
63
  args: [{ selector: 'organisms-slider-input-section', standalone: true, imports: [
64
64
  MatSliderModule,
@@ -81,6 +81,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
81
81
  directive: SliderInputSectionOrganismStore,
82
82
  inputs: ['control', 'min', 'max', 'step', 'thumbLabel', 'label'],
83
83
  }
84
- ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-slider-input-section-UcAL: var(--horizontal-padding);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-slider-input-section-UcAL: var(--mat-form-field-outlined-label-text-populated-size);--mdc-outlined-text-field-label-text-color-SCOPED-IN-slider-input-section-UcAL: var(--mdc-outlined-text-field-label-text-color)}:host{display:flex;flex-direction:column;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-slider-input-section-UcAL);box-sizing:border-box}:host .slider{width:100%}:host span{padding-left:20px;font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-slider-input-section-UcAL);color:var(--mdc-outlined-text-field-label-text-color-SCOPED-IN-slider-input-section-UcAL);transform:scale(.75);transform-origin:top left}\n"] }]
84
+ ], styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-slider-input-section-YpPM: var(--horizontal-padding);--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-slider-input-section-YpPM: var(--mat-form-field-outlined-label-text-populated-size);--mdc-outlined-text-field-label-text-color-SCOPED-IN-slider-input-section-YpPM: var(--mdc-outlined-text-field-label-text-color)}:host{display:flex;flex-direction:column;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-slider-input-section-YpPM);box-sizing:border-box}:host .slider{width:100%}:host span{padding-left:20px;font-size:var(--mat-form-field-outlined-label-text-populated-size-SCOPED-IN-slider-input-section-YpPM);color:var(--mdc-outlined-text-field-label-text-color-SCOPED-IN-slider-input-section-YpPM);transform:scale(.75);transform-origin:top left}\n"] }]
85
85
  }] });
86
86
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2xpZGVyLWlucHV0LXNlY3Rpb24ub3JnYW5pc20uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9vcmdhbmlzbXMvc2xpZGVyLWlucHV0LXNlY3Rpb24vc2xpZGVyLWlucHV0LXNlY3Rpb24ub3JnYW5pc20udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDN0YsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsaUJBQWlCLEVBQUUsYUFBYSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDeEYsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLCtCQUErQixDQUFDOzs7O0FBT3BELElBQU0sK0JBQStCLEdBQXJDLE1BQU0sK0JBQWdDLFNBQVEsbUJBQW1CO0lBQWpFOztRQU9JLFlBQU8sR0FBRyxLQUFLLENBQUMsSUFBSSxXQUFXLENBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUM1QyxRQUFHLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ2YsUUFBRyxHQUFHLEtBQUssQ0FBQyxHQUFHLENBQUMsQ0FBQztRQUNqQixTQUFJLEdBQUcsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ2hCLGVBQVUsR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7UUFDekIsVUFBSyxHQUFHLEtBQUssQ0FBQyxPQUFPLENBQUMsQ0FBQztLQUNqQzthQVppQixXQUFNLEdBQUcsVUFBVSxDQUFDLEdBQUcsRUFBRTtRQUN2QyxPQUFPLEdBQUcsRUFBRSxDQUFDLENBQUM7WUFDWixLQUFLLEVBQUUsRUFBRTtZQUNULFdBQVcsRUFBRSxFQUFFO1NBQ2hCLENBQUMsQ0FBQztJQUNMLENBQUMsRUFBRSxDQUFDLFlBQVksRUFBRSxXQUFXLEVBQUUsWUFBWSxDQUFDLENBQUMsQUFMdkIsQ0FLd0I7OEdBTm5DLCtCQUErQjtrR0FBL0IsK0JBQStCOztBQUEvQiwrQkFBK0I7SUFMM0MsYUFBYSxFQUFFO0dBS0gsK0JBQStCLENBYTNDOzsyRkFiWSwrQkFBK0I7a0JBSjNDLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSxnQ0FBZ0M7aUJBQzNDOztBQThDRCxNQUFNLE9BQU8sMEJBQTJCLFNBQVEsaUJBQWlCO0lBOUJqRTs7UUErQnFCLFVBQUssR0FBRyxNQUFNLENBQUMsK0JBQStCLENBQUMsQ0FBQztLQUNwRTs4R0FGWSwwQkFBMEI7a0dBQTFCLDBCQUEwQix1SEE3QzFCLCtCQUErQix1SkFzQmhDOzs7Ozs7Ozs7Ozs7O0dBYVQsazVCQWhCQyxlQUFlLGthQUNmLG1CQUFtQjs7MkZBeUJWLDBCQUEwQjtrQkE5QnRDLFNBQVM7K0JBQ0UsZ0NBQWdDLGNBQzlCLElBQUksV0FDUDt3QkFDUCxlQUFlO3dCQUNmLG1CQUFtQjtxQkFDcEIsWUFDUzs7Ozs7Ozs7Ozs7OztHQWFULG1CQUVnQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDZDs0QkFDRSxTQUFTLEVBQUUsK0JBQStCOzRCQUMxQyxNQUFNLEVBQUUsQ0FBQyxTQUFTLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxNQUFNLEVBQUUsWUFBWSxFQUFFLE9BQU8sQ0FBQzt5QkFDakU7cUJBQ0YiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBEaXJlY3RpdmUsIGluamVjdCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdFNsaWRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3NsaWRlcic7XG5pbXBvcnQgeyBGb3JtQ29udHJvbCwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IEluamVjdGFibGVDb21wb25lbnQsIE5nQXRvbWljQ29tcG9uZW50LCBUb2tlbml6ZWRUeXBlIH0gZnJvbSAnQG5nLWF0b21pYy9jb3JlJztcbmltcG9ydCB7IG1ha2VDb25maWcgfSBmcm9tICdAbmctYXRvbWljL2NvbW1vbi9zZXJ2aWNlcy91aSc7XG5cbkBUb2tlbml6ZWRUeXBlKClcbkBEaXJlY3RpdmUoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ29yZ2FuaXNtcy1zbGlkZXItaW5wdXQtc2VjdGlvbicsXG59KVxuZXhwb3J0IGNsYXNzIFNsaWRlcklucHV0U2VjdGlvbk9yZ2FuaXNtU3RvcmUgZXh0ZW5kcyBJbmplY3RhYmxlQ29tcG9uZW50IHtcbiAgc3RhdGljIHJlYWRvbmx5IENvbmZpZyA9IG1ha2VDb25maWcoKCkgPT4ge1xuICAgIHJldHVybiAoKSA9PiAoe1xuICAgICAgaXRlbXM6IFtdLFxuICAgICAgaXRlbUFjdGlvbnM6IFtdLFxuICAgIH0pO1xuICB9LCBbJ2NvbXBvbmVudHMnLCAnb3JnYW5pc21zJywgJ3NtYXJ0LWxpc3QnXSk7XG4gIHJlYWRvbmx5IGNvbnRyb2wgPSBpbnB1dChuZXcgRm9ybUNvbnRyb2w8bnVtYmVyPigwKSk7XG4gIHJlYWRvbmx5IG1pbiA9IGlucHV0KDApO1xuICByZWFkb25seSBtYXggPSBpbnB1dCgxMDApO1xuICByZWFkb25seSBzdGVwID0gaW5wdXQoMSk7XG4gIHJlYWRvbmx5IHRodW1iTGFiZWwgPSBpbnB1dCh0cnVlKTtcbiAgcmVhZG9ubHkgbGFiZWwgPSBpbnB1dCgnbGFiZWwnKTtcbn1cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnb3JnYW5pc21zLXNsaWRlci1pbnB1dC1zZWN0aW9uJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIE1hdFNsaWRlck1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICBdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxzcGFuPnt7IHN0b3JlLmxhYmVsKCkgfX08L3NwYW4+XG4gICAgPG1hdC1zbGlkZXJcbiAgICAgIFttaW5dPVwic3RvcmUubWluKClcIlxuICAgICAgW21heF09XCJzdG9yZS5tYXgoKVwiXG4gICAgICBbc3RlcF09XCJzdG9yZS5zdGVwKClcIlxuICAgICAgc2hvd1RpY2tNYXJrcyBkaXNjcmV0ZSBcbiAgICA+XG4gICAgICA8aW5wdXRcbiAgICAgICAgW2Zvcm1Db250cm9sXT1cInN0b3JlLmNvbnRyb2woKVwiXG4gICAgICAgIG1hdFNsaWRlclRodW1iXG4gICAgICA+XG4gICAgPC9tYXQtc2xpZGVyPlxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9zbGlkZXItaW5wdXQtc2VjdGlvbi5vcmdhbmlzbS5zY3NzJ10sXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICBob3N0RGlyZWN0aXZlczogW1xuICAgIHtcbiAgICAgIGRpcmVjdGl2ZTogU2xpZGVySW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSxcbiAgICAgIGlucHV0czogWydjb250cm9sJywgJ21pbicsICdtYXgnLCAnc3RlcCcsICd0aHVtYkxhYmVsJywgJ2xhYmVsJ10sXG4gICAgfVxuICBdXG59KVxuZXhwb3J0IGNsYXNzIFNsaWRlcklucHV0U2VjdGlvbk9yZ2FuaXNtIGV4dGVuZHMgTmdBdG9taWNDb21wb25lbnQge1xuICBwcm90ZWN0ZWQgcmVhZG9ubHkgc3RvcmUgPSBpbmplY3QoU2xpZGVySW5wdXRTZWN0aW9uT3JnYW5pc21TdG9yZSk7XG59Il19
@@ -56,14 +56,14 @@ let SmartListOrganismStore = class SmartListOrganismStore extends InjectableComp
56
56
  });
57
57
  });
58
58
  }
59
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartListOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
60
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "17.2.2", type: SmartListOrganismStore, isStandalone: true, inputs: { items: { classPropertyName: "items", publicName: "items", isSignal: true, isRequired: false, transformFunction: null }, itemActions: { classPropertyName: "itemActions", publicName: "itemActions", isSignal: true, isRequired: false, transformFunction: null }, groupedBy: { classPropertyName: "groupedBy", publicName: "groupedBy", isSignal: true, isRequired: false, transformFunction: null }, groupKeys: { classPropertyName: "groupKeys", publicName: "groupKeys", isSignal: true, isRequired: false, transformFunction: null }, itemActionsType: { classPropertyName: "itemActionsType", publicName: "itemActionsType", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
59
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartListOrganismStore, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
60
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.1.2", type: SmartListOrganismStore, isStandalone: true, inputs: { items: { classPropertyName: "items", publicName: "items", isSignal: true, isRequired: false, transformFunction: null }, itemActions: { classPropertyName: "itemActions", publicName: "itemActions", isSignal: true, isRequired: false, transformFunction: null }, groupedBy: { classPropertyName: "groupedBy", publicName: "groupedBy", isSignal: true, isRequired: false, transformFunction: null }, groupKeys: { classPropertyName: "groupKeys", publicName: "groupKeys", isSignal: true, isRequired: false, transformFunction: null }, itemActionsType: { classPropertyName: "itemActionsType", publicName: "itemActionsType", isSignal: true, isRequired: false, transformFunction: null } }, usesInheritance: true, ngImport: i0 }); }
61
61
  };
62
62
  SmartListOrganismStore = SmartListOrganismStore_1 = __decorate([
63
63
  TokenizedType()
64
64
  ], SmartListOrganismStore);
65
65
  export { SmartListOrganismStore };
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartListOrganismStore, decorators: [{
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartListOrganismStore, decorators: [{
67
67
  type: Directive,
68
68
  args: [{ standalone: true }]
69
69
  }] });
@@ -83,8 +83,8 @@ export class SmartListOrganism extends NgAtomicComponent {
83
83
  $event.preventDefault();
84
84
  this.dispatch({ id: ActionId.ITEM_BUTTON_CLICK, payload: item });
85
85
  }
86
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartListOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
87
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.2.2", type: SmartListOrganism, isStandalone: true, selector: "organisms-smart-list", usesInheritance: true, hostDirectives: [{ directive: SmartListOrganismStore, inputs: ["items", "items", "itemActions", "itemActions", "groupedBy", "groupedBy", "groupKeys", "groupKeys", "itemActionsType", "itemActionsType"] }], ngImport: i0, template: `
86
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartListOrganism, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
87
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.2", type: SmartListOrganism, isStandalone: true, selector: "organisms-smart-list", usesInheritance: true, hostDirectives: [{ directive: SmartListOrganismStore, inputs: ["items", "items", "itemActions", "itemActions", "groupedBy", "groupedBy", "groupKeys", "groupKeys", "itemActionsType", "itemActionsType"] }], ngImport: i0, template: `
88
88
  @if (store.groupedBy()) {
89
89
  <mat-list>
90
90
  @for (key of store.groupKeys() ?? (store.items() | groupedBy:store.groupedBy() | keys); track key) {
@@ -140,7 +140,7 @@ export class SmartListOrganism extends NgAtomicComponent {
140
140
  </ng-template>
141
141
  `, isInline: true, styles: [":host{display:block}:host{display:block;flex-direction:unset;font-size:14px;height:100%}:host mat-list-item{cursor:pointer;align-items:center}:host mat-list .mdc-list-group__subheader{font-size:14px;line-height:1em;margin:.75rem 16px}\n"], dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: MatListModule }, { kind: "component", type: i1.MatList, selector: "mat-list", exportAs: ["matList"] }, { kind: "component", type: i1.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["activated"], exportAs: ["matListItem"] }, { kind: "directive", type: i1.MatListSubheaderCssMatStyler, selector: "[mat-subheader], [matSubheader]" }, { kind: "component", type: i2.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "directive", type: i1.MatListItemLine, selector: "[matListItemLine]" }, { kind: "directive", type: i1.MatListItemTitle, selector: "[matListItemTitle]" }, { kind: "directive", type: i1.MatListItemMeta, selector: "[matListItemMeta]" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i3.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i4.MatIconButton, selector: "button[mat-icon-button]", exportAs: ["matButton"] }, { kind: "ngmodule", type: MatTooltipModule }, { kind: "directive", type: i5.MatTooltip, selector: "[matTooltip]", inputs: ["matTooltipPosition", "matTooltipPositionAtOrigin", "matTooltipDisabled", "matTooltipShowDelay", "matTooltipHideDelay", "matTooltipTouchGestures", "matTooltip", "matTooltipClass"], exportAs: ["matTooltip"] }, { kind: "ngmodule", type: MatRippleModule }, { kind: "directive", type: i6.MatRipple, selector: "[mat-ripple], [matRipple]", inputs: ["matRippleColor", "matRippleUnbounded", "matRippleCentered", "matRippleRadius", "matRippleAnimation", "matRippleDisabled", "matRippleTrigger"], exportAs: ["matRipple"] }, { kind: "pipe", type: DataAccessorPipe, name: "dataAccessor" }, { kind: "pipe", type: ActionsPipe, name: "resolveActions" }, { kind: "pipe", type: GroupedByPipe, name: "groupedBy" }, { kind: "pipe", type: KeysPipe, name: "keys" }, { kind: "component", type: SmartMenuButtonAtom, selector: "atoms-smart-menu-button" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
142
142
  }
143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SmartListOrganism, decorators: [{
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SmartListOrganism, decorators: [{
144
144
  type: Component,
145
145
  args: [{ selector: 'organisms-smart-list', standalone: true, imports: [
146
146
  NgTemplateOutlet,
@@ -7,15 +7,15 @@ export class SocialLoginSectionOrganism {
7
7
  constructor() {
8
8
  this.signInWithGoogleButtonClick = new EventEmitter();
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SocialLoginSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.2", type: SocialLoginSectionOrganism, isStandalone: true, selector: "organisms-social-login-section", outputs: { signInWithGoogleButtonClick: "signInWithGoogleButtonClick" }, ngImport: i0, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-lG5J: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-lG5J);box-sizing:border-box}:host button{width:100%;height:56px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SocialLoginSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
11
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: SocialLoginSectionOrganism, isStandalone: true, selector: "organisms-social-login-section", outputs: { signInWithGoogleButtonClick: "signInWithGoogleButtonClick" }, ngImport: i0, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-tSmS: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-tSmS);box-sizing:border-box}:host button{width:100%;height:56px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatButtonModule }, { kind: "component", type: i1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImport: i0, type: SocialLoginSectionOrganism, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: SocialLoginSectionOrganism, decorators: [{
14
14
  type: Component,
15
15
  args: [{ selector: 'organisms-social-login-section', standalone: true, imports: [
16
16
  CommonModule,
17
17
  MatButtonModule,
18
- ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-lG5J: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-lG5J);box-sizing:border-box}:host button{width:100%;height:56px}\n"] }]
18
+ ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-tSmS: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-tSmS);box-sizing:border-box}:host button{width:100%;height:56px}\n"] }]
19
19
  }], propDecorators: { signInWithGoogleButtonClick: [{
20
20
  type: Output
21
21
  }] } });