@ng-atomic/components 16.2.0 → 16.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (546) hide show
  1. package/atoms/atoms.module.d.ts +4 -1
  2. package/atoms/badge/badge.atom.d.ts +6 -0
  3. package/atoms/badge/index.d.ts +1 -0
  4. package/atoms/icon/icon.atom.d.ts +7 -8
  5. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +16 -7
  6. package/components.module.d.ts +4 -2
  7. package/esm2022/atoms/atoms.module.mjs +11 -7
  8. package/esm2022/atoms/badge/badge.atom.mjs +16 -0
  9. package/esm2022/atoms/badge/index.mjs +2 -0
  10. package/esm2022/atoms/badge/ng-atomic-components-atoms-badge.mjs +5 -0
  11. package/esm2022/atoms/chips-input/chips-input.atom.mjs +6 -6
  12. package/esm2022/atoms/icon/icon.atom.mjs +28 -37
  13. package/esm2022/atoms/smart-menu-button/smart-menu-button.atom.mjs +125 -58
  14. package/esm2022/components.module.mjs +17 -6
  15. package/esm2022/extras/editor/editor.component.mjs +67 -34
  16. package/esm2022/extras/extras.module.mjs +5 -5
  17. package/esm2022/frames/app/app.frame.mjs +176 -0
  18. package/esm2022/frames/app/index.mjs +2 -0
  19. package/esm2022/frames/app/ng-atomic-components-frames-app.mjs +5 -0
  20. package/esm2022/frames/auto-layout/auto-layout.frame.mjs +5 -5
  21. package/esm2022/frames/card/card.frame.mjs +5 -5
  22. package/esm2022/frames/columns/columns.frame.mjs +163 -0
  23. package/esm2022/frames/columns/index.mjs +2 -0
  24. package/esm2022/frames/columns/ng-atomic-components-frames-columns.mjs +5 -0
  25. package/esm2022/frames/divider/divider.frame.mjs +23 -20
  26. package/esm2022/frames/drawer/drawer.frame.mjs +45 -39
  27. package/esm2022/frames/entrance/entrance.frame.mjs +67 -0
  28. package/esm2022/frames/entrance/index.mjs +2 -0
  29. package/esm2022/frames/entrance/ng-atomic-components-frames-entrance.mjs +5 -0
  30. package/esm2022/frames/fab/fab.frame.mjs +45 -22
  31. package/esm2022/frames/fab/fab.service.mjs +4 -4
  32. package/esm2022/frames/frames.module.mjs +27 -7
  33. package/esm2022/frames/line-up/index.mjs +2 -1
  34. package/esm2022/frames/line-up/line-up.animations.mjs +5 -1
  35. package/esm2022/frames/line-up/line-up.frame.mjs +69 -93
  36. package/esm2022/frames/line-up/line-up.service.mjs +55 -0
  37. package/esm2022/frames/loading/loading.frame.mjs +37 -20
  38. package/esm2022/frames/overlay/overlay.animations.mjs +6 -6
  39. package/esm2022/frames/overlay/overlay.frame.mjs +33 -18
  40. package/esm2022/frames/router-outlet/router-outlet.frame.mjs +100 -62
  41. package/esm2022/frames/scroll/scroll.frame.mjs +6 -6
  42. package/esm2022/frames/scroll-v2/scroll.frame.mjs +24 -12
  43. package/esm2022/frames/side-nav/side-nav.frame.mjs +139 -85
  44. package/esm2022/frames/smart-menu/smart-menu.frame.mjs +5 -5
  45. package/esm2022/frames/tabs/index.mjs +2 -0
  46. package/esm2022/frames/tabs/ng-atomic-components-frames-tabs.mjs +5 -0
  47. package/esm2022/frames/tabs/tabs.frame.mjs +41 -0
  48. package/esm2022/frames/toggle/index.mjs +2 -0
  49. package/esm2022/frames/toggle/ng-atomic-components-frames-toggle.mjs +5 -0
  50. package/esm2022/frames/toggle/toggle.frame.mjs +48 -0
  51. package/esm2022/frames/vertical-hide/vertical-hide.frame.mjs +6 -6
  52. package/esm2022/molecules/action-input-field/action-input-field.molecule.mjs +5 -5
  53. package/esm2022/molecules/actions-column/actions-column.molecule.mjs +54 -64
  54. package/esm2022/molecules/checkbox-column/checkbox-column.molecule.mjs +45 -60
  55. package/esm2022/molecules/chips-input-field/chips-input-field.molecule.mjs +96 -80
  56. package/esm2022/molecules/date-input-field/date-input-field.molecule.mjs +57 -47
  57. package/esm2022/molecules/date-range-input-field/date-range-input-field.molecule.mjs +75 -0
  58. package/esm2022/molecules/date-range-input-field/index.mjs +2 -0
  59. package/esm2022/molecules/date-range-input-field/ng-atomic-components-molecules-date-range-input-field.mjs +5 -0
  60. package/esm2022/molecules/file-input-field/file-input-field.molecule.mjs +99 -80
  61. package/esm2022/molecules/grid-item/grid-item.molecule.mjs +68 -0
  62. package/esm2022/molecules/grid-item/index.mjs +2 -0
  63. package/esm2022/molecules/grid-item/ng-atomic-components-molecules-grid-item.mjs +5 -0
  64. package/esm2022/molecules/header/header.molecule.mjs +40 -16
  65. package/esm2022/{organisms/smart-table → molecules/loading-box}/index.mjs +2 -2
  66. package/esm2022/molecules/loading-box/loading-box.molecule.mjs +56 -0
  67. package/esm2022/{templates/smart-index/ng-atomic-components-templates-smart-index.mjs → molecules/loading-box/ng-atomic-components-molecules-loading-box.mjs} +1 -1
  68. package/esm2022/molecules/molecules.module.mjs +24 -6
  69. package/esm2022/molecules/navigation-list-item/navigation-list-item.molecule.mjs +45 -32
  70. package/esm2022/molecules/nested-menu/nested-menu.molecule.mjs +5 -5
  71. package/esm2022/molecules/select-input-field/select-input-field.molecule.mjs +55 -36
  72. package/esm2022/molecules/smart-column/smart-column.molecule.mjs +134 -24
  73. package/esm2022/molecules/text-input-field/text-input-field.molecule.mjs +77 -67
  74. package/esm2022/molecules/textarea-field/textarea-field.molecule.mjs +59 -45
  75. package/esm2022/molecules/tree-column/tree-column.molecule.mjs +52 -35
  76. package/esm2022/organisms/action-buttons-section/action-buttons-section.organism.mjs +129 -19
  77. package/esm2022/organisms/action-input-section/action-input-section.organism.mjs +46 -30
  78. package/esm2022/organisms/agreement-input-section/agreement-input-section.organism.mjs +66 -0
  79. package/esm2022/organisms/agreement-input-section/index.mjs +2 -0
  80. package/esm2022/organisms/agreement-input-section/ng-atomic-components-organisms-agreement-input-section.mjs +5 -0
  81. package/esm2022/organisms/card-input-section/card-input-section.organism.mjs +5 -5
  82. package/esm2022/organisms/chips-input-section/chips-input-section.organism.mjs +52 -0
  83. package/esm2022/organisms/chips-input-section/index.mjs +2 -0
  84. package/esm2022/organisms/chips-input-section/ng-atomic-components-organisms-chips-input-section.mjs +5 -0
  85. package/esm2022/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +5 -5
  86. package/esm2022/organisms/date-input-section/date-input-section.organism.mjs +62 -28
  87. package/esm2022/organisms/date-range-input-section/date-range-input-section.organism.mjs +71 -0
  88. package/esm2022/organisms/date-range-input-section/index.mjs +2 -0
  89. package/esm2022/organisms/date-range-input-section/ng-atomic-components-organisms-date-range-input-section.mjs +5 -0
  90. package/esm2022/organisms/definition-list/definition-list.organism.mjs +57 -0
  91. package/esm2022/organisms/definition-list/index.mjs +2 -0
  92. package/esm2022/organisms/definition-list/ng-atomic-components-organisms-definition-list.mjs +5 -0
  93. package/esm2022/organisms/file-input-section/file-input-section.organism.mjs +51 -36
  94. package/esm2022/organisms/filters-section/filters-section.organism.mjs +8 -6
  95. package/esm2022/organisms/graphql-editor/graphql-editor.organism.mjs +4 -4
  96. package/esm2022/organisms/grid-cards-section/grid-cards-section.organism.mjs +40 -0
  97. package/esm2022/organisms/grid-cards-section/index.mjs +2 -0
  98. package/esm2022/organisms/grid-cards-section/ng-atomic-components-organisms-grid-cards-section.mjs +5 -0
  99. package/esm2022/organisms/grid-toolbar/grid-toolbar.organism.mjs +87 -81
  100. package/esm2022/organisms/heading/heading.organism.mjs +49 -5
  101. package/esm2022/organisms/image-preview-section/image-preview-section.organism.mjs +16 -0
  102. package/esm2022/organisms/image-preview-section/index.mjs +2 -0
  103. package/esm2022/organisms/image-preview-section/ng-atomic-components-organisms-image-preview-section.mjs +5 -0
  104. package/esm2022/organisms/markdown-preview-section/index.mjs +2 -0
  105. package/esm2022/organisms/markdown-preview-section/markdown-preview-section.organism.mjs +39 -0
  106. package/esm2022/organisms/markdown-preview-section/ng-atomic-components-organisms-markdown-preview-section.mjs +5 -0
  107. package/esm2022/organisms/menu-footer/menu-footer.organism.mjs +31 -19
  108. package/esm2022/organisms/menu-header/menu-header.organism.mjs +86 -22
  109. package/esm2022/organisms/mermaid-section/mermaid-section.organism.mjs +5 -5
  110. package/esm2022/organisms/message-input-section/message-input-section.organism.mjs +4 -4
  111. package/esm2022/organisms/messages-section/messages-section.organism.mjs +56 -6
  112. package/esm2022/organisms/navigation-list/navigation-list.organism.mjs +32 -36
  113. package/esm2022/organisms/navigator/navigator.organism.mjs +84 -40
  114. package/esm2022/organisms/number-input-section/index.mjs +2 -0
  115. package/esm2022/organisms/number-input-section/ng-atomic-components-organisms-number-input-section.mjs +5 -0
  116. package/esm2022/organisms/number-input-section/number-input-section.organism.mjs +82 -0
  117. package/esm2022/organisms/organisms.module.mjs +82 -9
  118. package/esm2022/organisms/paginator/paginator.organism.mjs +50 -34
  119. package/esm2022/organisms/password-input-section/index.mjs +2 -0
  120. package/esm2022/organisms/password-input-section/ng-atomic-components-organisms-password-input-section.mjs +5 -0
  121. package/esm2022/organisms/password-input-section/password-input-section.organism.mjs +80 -0
  122. package/esm2022/organisms/select-input-section/select-input-section.organism.mjs +69 -19
  123. package/esm2022/organisms/selection-list/selection-list.organism.mjs +5 -5
  124. package/esm2022/organisms/smart-list/smart-list.organism.mjs +149 -104
  125. package/esm2022/organisms/social-login-section/social-login-section.organism.mjs +5 -5
  126. package/esm2022/organisms/stripe-input-section/index.mjs +2 -0
  127. package/esm2022/organisms/stripe-input-section/ng-atomic-components-organisms-stripe-input-section.mjs +5 -0
  128. package/esm2022/organisms/stripe-input-section/stripe-input-section.organism.mjs +223 -0
  129. package/esm2022/organisms/table/index.helpers.mjs +110 -0
  130. package/esm2022/organisms/table/index.mjs +3 -0
  131. package/esm2022/organisms/table/ng-atomic-components-organisms-table.mjs +5 -0
  132. package/esm2022/organisms/table/table.organism.mjs +315 -0
  133. package/esm2022/organisms/terminal/terminal.organism.mjs +4 -4
  134. package/esm2022/organisms/text-input-section/text-input-section.organism.mjs +72 -44
  135. package/esm2022/organisms/text-preview-section/index.mjs +2 -0
  136. package/esm2022/organisms/text-preview-section/ng-atomic-components-organisms-text-preview-section.mjs +5 -0
  137. package/esm2022/organisms/text-preview-section/text-preview-section.organism.mjs +79 -0
  138. package/esm2022/organisms/textarea-section/textarea-section.organism.mjs +73 -38
  139. package/esm2022/organisms/thread-messages-section/index.mjs +2 -0
  140. package/esm2022/organisms/thread-messages-section/ng-atomic-components-organisms-thread-messages-section.mjs +5 -0
  141. package/esm2022/organisms/thread-messages-section/thread-messages-section.organism.mjs +119 -0
  142. package/esm2022/organisms/time-range-input-section/index.mjs +2 -0
  143. package/esm2022/organisms/time-range-input-section/ng-atomic-components-organisms-time-range-input-section.mjs +5 -0
  144. package/esm2022/organisms/time-range-input-section/time-range-input-section.organism.mjs +43 -0
  145. package/esm2022/organisms/toolbar/toolbar.organism.mjs +6 -6
  146. package/esm2022/organisms/tree-section/tree-section.organism.mjs +5 -5
  147. package/esm2022/organisms/vertical-divider/vertical-divider.organism.mjs +4 -4
  148. package/esm2022/organisms/video-section/index.mjs +2 -0
  149. package/esm2022/organisms/video-section/ng-atomic-components-organisms-video-section.mjs +5 -0
  150. package/esm2022/organisms/video-section/video-section.organism.mjs +132 -0
  151. package/esm2022/pages/_index/index.mjs +1 -2
  152. package/esm2022/pages/_index/index.page.mjs +155 -8
  153. package/esm2022/pages/blank/blank.page.mjs +4 -4
  154. package/esm2022/pages/blank/blank.route.mjs +8 -2
  155. package/esm2022/pages/blank/blank.routes.mjs +5 -3
  156. package/esm2022/pages/blank/index.mjs +2 -1
  157. package/esm2022/pages/form/form.page.mjs +173 -0
  158. package/esm2022/pages/form/index.mjs +2 -0
  159. package/esm2022/pages/form/ng-atomic-components-pages-form.mjs +5 -0
  160. package/esm2022/pages/pages.module.mjs +13 -6
  161. package/esm2022/pages/terms/index.mjs +2 -0
  162. package/esm2022/pages/terms/terms.page.mjs +84 -0
  163. package/esm2022/sheets/actions/actions.sheet.mjs +4 -4
  164. package/esm2022/sheets/sheets.module.mjs +5 -5
  165. package/esm2022/sheets/sheets.service.mjs +5 -5
  166. package/esm2022/templates/_index/index.mjs +2 -0
  167. package/esm2022/templates/_index/index.template.mjs +381 -0
  168. package/esm2022/templates/_index/ng-atomic-components-templates-_index.mjs +5 -0
  169. package/esm2022/templates/background/background.template.mjs +30 -0
  170. package/esm2022/templates/{smart-crud → background}/index.mjs +2 -2
  171. package/esm2022/templates/{smart-crud/ng-atomic-components-templates-smart-crud.mjs → background/ng-atomic-components-templates-background.mjs} +1 -1
  172. package/esm2022/templates/code-editor/code-editor.template.mjs +37 -76
  173. package/esm2022/templates/entrance/entrance.template.mjs +99 -72
  174. package/esm2022/templates/file-tree/file-tree.template.mjs +6 -6
  175. package/esm2022/templates/form/form.template.mjs +466 -0
  176. package/esm2022/templates/form/index.mjs +2 -0
  177. package/esm2022/templates/form/ng-atomic-components-templates-form.mjs +5 -0
  178. package/esm2022/templates/icon-button-menu/icon-button-menu.template.mjs +32 -38
  179. package/esm2022/templates/loading/loading.template.mjs +4 -4
  180. package/esm2022/templates/menu/menu.template.mjs +31 -32
  181. package/esm2022/templates/messages/messages.template.mjs +66 -35
  182. package/esm2022/templates/selection/selection.template.mjs +56 -65
  183. package/esm2022/templates/settings/index.mjs +2 -0
  184. package/esm2022/templates/settings/ng-atomic-components-templates-settings.mjs +5 -0
  185. package/esm2022/templates/settings/settings.template.mjs +118 -0
  186. package/esm2022/templates/tab-editor/tab-editor.template.mjs +6 -6
  187. package/esm2022/templates/templates.module.mjs +29 -7
  188. package/esm2022/templates/term/term.template.mjs +41 -30
  189. package/extras/editor/editor.component.d.ts +20 -9
  190. package/fesm2022/ng-atomic-components-atoms-badge.mjs +23 -0
  191. package/fesm2022/ng-atomic-components-atoms-badge.mjs.map +1 -0
  192. package/fesm2022/ng-atomic-components-atoms-chips-input.mjs +5 -5
  193. package/fesm2022/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  194. package/fesm2022/ng-atomic-components-atoms-icon.mjs +28 -37
  195. package/fesm2022/ng-atomic-components-atoms-icon.mjs.map +1 -1
  196. package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs +124 -58
  197. package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  198. package/fesm2022/ng-atomic-components-atoms.mjs +9 -5
  199. package/fesm2022/ng-atomic-components-atoms.mjs.map +1 -1
  200. package/fesm2022/ng-atomic-components-extras-editor.mjs +68 -35
  201. package/fesm2022/ng-atomic-components-extras-editor.mjs.map +1 -1
  202. package/fesm2022/ng-atomic-components-extras.mjs +4 -4
  203. package/fesm2022/ng-atomic-components-extras.mjs.map +1 -1
  204. package/fesm2022/ng-atomic-components-frames-app.mjs +182 -0
  205. package/fesm2022/ng-atomic-components-frames-app.mjs.map +1 -0
  206. package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +4 -4
  207. package/fesm2022/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  208. package/fesm2022/ng-atomic-components-frames-card.mjs +4 -4
  209. package/fesm2022/ng-atomic-components-frames-card.mjs.map +1 -1
  210. package/fesm2022/ng-atomic-components-frames-columns.mjs +169 -0
  211. package/fesm2022/ng-atomic-components-frames-columns.mjs.map +1 -0
  212. package/fesm2022/ng-atomic-components-frames-divider.mjs +22 -19
  213. package/fesm2022/ng-atomic-components-frames-divider.mjs.map +1 -1
  214. package/fesm2022/ng-atomic-components-frames-drawer.mjs +44 -39
  215. package/fesm2022/ng-atomic-components-frames-drawer.mjs.map +1 -1
  216. package/fesm2022/ng-atomic-components-frames-entrance.mjs +74 -0
  217. package/fesm2022/ng-atomic-components-frames-entrance.mjs.map +1 -0
  218. package/fesm2022/ng-atomic-components-frames-fab.mjs +48 -26
  219. package/fesm2022/ng-atomic-components-frames-fab.mjs.map +1 -1
  220. package/fesm2022/ng-atomic-components-frames-line-up.mjs +133 -91
  221. package/fesm2022/ng-atomic-components-frames-line-up.mjs.map +1 -1
  222. package/fesm2022/ng-atomic-components-frames-loading.mjs +37 -20
  223. package/fesm2022/ng-atomic-components-frames-loading.mjs.map +1 -1
  224. package/fesm2022/ng-atomic-components-frames-overlay.mjs +38 -23
  225. package/fesm2022/ng-atomic-components-frames-overlay.mjs.map +1 -1
  226. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs +100 -62
  227. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs.map +1 -1
  228. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +23 -11
  229. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs.map +1 -1
  230. package/fesm2022/ng-atomic-components-frames-scroll.mjs +5 -5
  231. package/fesm2022/ng-atomic-components-frames-scroll.mjs.map +1 -1
  232. package/fesm2022/ng-atomic-components-frames-side-nav.mjs +138 -85
  233. package/fesm2022/ng-atomic-components-frames-side-nav.mjs.map +1 -1
  234. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs +4 -4
  235. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  236. package/fesm2022/ng-atomic-components-frames-tabs.mjs +48 -0
  237. package/fesm2022/ng-atomic-components-frames-tabs.mjs.map +1 -0
  238. package/fesm2022/ng-atomic-components-frames-toggle.mjs +55 -0
  239. package/fesm2022/ng-atomic-components-frames-toggle.mjs.map +1 -0
  240. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs +5 -5
  241. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs.map +1 -1
  242. package/fesm2022/ng-atomic-components-frames.mjs +25 -5
  243. package/fesm2022/ng-atomic-components-frames.mjs.map +1 -1
  244. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs +4 -4
  245. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs.map +1 -1
  246. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs +54 -64
  247. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  248. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs +45 -60
  249. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  250. package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs +95 -80
  251. package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  252. package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs +57 -47
  253. package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  254. package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs +82 -0
  255. package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs.map +1 -0
  256. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs +99 -80
  257. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs.map +1 -1
  258. package/fesm2022/ng-atomic-components-molecules-grid-item.mjs +75 -0
  259. package/fesm2022/ng-atomic-components-molecules-grid-item.mjs.map +1 -0
  260. package/fesm2022/ng-atomic-components-molecules-header.mjs +39 -16
  261. package/fesm2022/ng-atomic-components-molecules-header.mjs.map +1 -1
  262. package/fesm2022/ng-atomic-components-molecules-loading-box.mjs +62 -0
  263. package/fesm2022/ng-atomic-components-molecules-loading-box.mjs.map +1 -0
  264. package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +43 -31
  265. package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  266. package/fesm2022/ng-atomic-components-molecules-nested-menu.mjs +4 -4
  267. package/fesm2022/ng-atomic-components-molecules-nested-menu.mjs.map +1 -1
  268. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +55 -36
  269. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  270. package/fesm2022/ng-atomic-components-molecules-smart-column.mjs +134 -24
  271. package/fesm2022/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  272. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs +75 -66
  273. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  274. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs +59 -45
  275. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  276. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs +52 -35
  277. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
  278. package/fesm2022/ng-atomic-components-molecules.mjs +23 -5
  279. package/fesm2022/ng-atomic-components-molecules.mjs.map +1 -1
  280. package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +128 -19
  281. package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  282. package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +45 -31
  283. package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs.map +1 -1
  284. package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs +73 -0
  285. package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs.map +1 -0
  286. package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs +4 -4
  287. package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  288. package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs +59 -0
  289. package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs.map +1 -0
  290. package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +4 -4
  291. package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  292. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +61 -28
  293. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  294. package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs +78 -0
  295. package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs.map +1 -0
  296. package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +64 -0
  297. package/fesm2022/ng-atomic-components-organisms-definition-list.mjs.map +1 -0
  298. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +50 -36
  299. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs.map +1 -1
  300. package/fesm2022/ng-atomic-components-organisms-filters-section.mjs +7 -5
  301. package/fesm2022/ng-atomic-components-organisms-filters-section.mjs.map +1 -1
  302. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs +3 -3
  303. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -1
  304. package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs +47 -0
  305. package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs.map +1 -0
  306. package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs +86 -81
  307. package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs.map +1 -1
  308. package/fesm2022/ng-atomic-components-organisms-heading.mjs +48 -4
  309. package/fesm2022/ng-atomic-components-organisms-heading.mjs.map +1 -1
  310. package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs +23 -0
  311. package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs.map +1 -0
  312. package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs +46 -0
  313. package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs.map +1 -0
  314. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +30 -19
  315. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs.map +1 -1
  316. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +84 -21
  317. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs.map +1 -1
  318. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs +4 -4
  319. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs.map +1 -1
  320. package/fesm2022/ng-atomic-components-organisms-message-input-section.mjs +3 -3
  321. package/fesm2022/ng-atomic-components-organisms-message-input-section.mjs.map +1 -1
  322. package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +55 -5
  323. package/fesm2022/ng-atomic-components-organisms-messages-section.mjs.map +1 -1
  324. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +30 -35
  325. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  326. package/fesm2022/ng-atomic-components-organisms-navigator.mjs +83 -41
  327. package/fesm2022/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  328. package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +88 -0
  329. package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs.map +1 -0
  330. package/fesm2022/ng-atomic-components-organisms-paginator.mjs +49 -34
  331. package/fesm2022/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  332. package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +86 -0
  333. package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs.map +1 -0
  334. package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +68 -19
  335. package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  336. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +4 -4
  337. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs.map +1 -1
  338. package/fesm2022/ng-atomic-components-organisms-smart-list.mjs +147 -103
  339. package/fesm2022/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
  340. package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +4 -4
  341. package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  342. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs +229 -0
  343. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs.map +1 -0
  344. package/fesm2022/ng-atomic-components-organisms-table.mjs +425 -0
  345. package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -0
  346. package/fesm2022/ng-atomic-components-organisms-terminal.mjs +3 -3
  347. package/fesm2022/ng-atomic-components-organisms-terminal.mjs.map +1 -1
  348. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +71 -44
  349. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  350. package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs +85 -0
  351. package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs.map +1 -0
  352. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +72 -38
  353. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  354. package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs +126 -0
  355. package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs.map +1 -0
  356. package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs +50 -0
  357. package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs.map +1 -0
  358. package/fesm2022/ng-atomic-components-organisms-toolbar.mjs +5 -5
  359. package/fesm2022/ng-atomic-components-organisms-toolbar.mjs.map +1 -1
  360. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs +4 -4
  361. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs.map +1 -1
  362. package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs +3 -3
  363. package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs.map +1 -1
  364. package/fesm2022/ng-atomic-components-organisms-video-section.mjs +139 -0
  365. package/fesm2022/ng-atomic-components-organisms-video-section.mjs.map +1 -0
  366. package/fesm2022/ng-atomic-components-organisms.mjs +81 -8
  367. package/fesm2022/ng-atomic-components-organisms.mjs.map +1 -1
  368. package/fesm2022/ng-atomic-components-pages-_index.mjs +153 -34
  369. package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -1
  370. package/fesm2022/ng-atomic-components-pages-blank.mjs +14 -5
  371. package/fesm2022/ng-atomic-components-pages-blank.mjs.map +1 -1
  372. package/fesm2022/ng-atomic-components-pages-form.mjs +180 -0
  373. package/fesm2022/ng-atomic-components-pages-form.mjs.map +1 -0
  374. package/fesm2022/ng-atomic-components-pages.mjs +94 -6
  375. package/fesm2022/ng-atomic-components-pages.mjs.map +1 -1
  376. package/fesm2022/ng-atomic-components-sheets-actions.mjs +3 -3
  377. package/fesm2022/ng-atomic-components-sheets-actions.mjs.map +1 -1
  378. package/fesm2022/ng-atomic-components-sheets.mjs +8 -8
  379. package/fesm2022/ng-atomic-components-sheets.mjs.map +1 -1
  380. package/fesm2022/ng-atomic-components-templates-_index.mjs +386 -0
  381. package/fesm2022/ng-atomic-components-templates-_index.mjs.map +1 -0
  382. package/fesm2022/ng-atomic-components-templates-background.mjs +36 -0
  383. package/fesm2022/ng-atomic-components-templates-background.mjs.map +1 -0
  384. package/fesm2022/ng-atomic-components-templates-code-editor.mjs +37 -73
  385. package/fesm2022/ng-atomic-components-templates-code-editor.mjs.map +1 -1
  386. package/fesm2022/ng-atomic-components-templates-entrance.mjs +98 -72
  387. package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -1
  388. package/fesm2022/ng-atomic-components-templates-file-tree.mjs +5 -5
  389. package/fesm2022/ng-atomic-components-templates-file-tree.mjs.map +1 -1
  390. package/fesm2022/ng-atomic-components-templates-form.mjs +472 -0
  391. package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -0
  392. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +30 -38
  393. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs.map +1 -1
  394. package/fesm2022/ng-atomic-components-templates-loading.mjs +3 -3
  395. package/fesm2022/ng-atomic-components-templates-loading.mjs.map +1 -1
  396. package/fesm2022/ng-atomic-components-templates-menu.mjs +29 -32
  397. package/fesm2022/ng-atomic-components-templates-menu.mjs.map +1 -1
  398. package/fesm2022/ng-atomic-components-templates-messages.mjs +65 -34
  399. package/fesm2022/ng-atomic-components-templates-messages.mjs.map +1 -1
  400. package/fesm2022/ng-atomic-components-templates-selection.mjs +56 -66
  401. package/fesm2022/ng-atomic-components-templates-selection.mjs.map +1 -1
  402. package/fesm2022/ng-atomic-components-templates-settings.mjs +125 -0
  403. package/fesm2022/ng-atomic-components-templates-settings.mjs.map +1 -0
  404. package/fesm2022/ng-atomic-components-templates-tab-editor.mjs +5 -5
  405. package/fesm2022/ng-atomic-components-templates-tab-editor.mjs.map +1 -1
  406. package/fesm2022/ng-atomic-components-templates-term.mjs +40 -29
  407. package/fesm2022/ng-atomic-components-templates-term.mjs.map +1 -1
  408. package/fesm2022/ng-atomic-components-templates.mjs +28 -6
  409. package/fesm2022/ng-atomic-components-templates.mjs.map +1 -1
  410. package/fesm2022/ng-atomic-components.mjs +16 -5
  411. package/fesm2022/ng-atomic-components.mjs.map +1 -1
  412. package/frames/app/app.frame.d.ts +107 -0
  413. package/frames/app/index.d.ts +1 -0
  414. package/frames/columns/columns.frame.d.ts +54 -0
  415. package/frames/columns/index.d.ts +1 -0
  416. package/frames/divider/divider.frame.d.ts +6 -6
  417. package/frames/drawer/drawer.frame.d.ts +12 -9
  418. package/frames/entrance/entrance.frame.d.ts +19 -0
  419. package/frames/entrance/index.d.ts +1 -0
  420. package/frames/fab/fab.frame.d.ts +22 -2
  421. package/frames/frames.module.d.ts +20 -1
  422. package/frames/line-up/index.d.ts +1 -0
  423. package/frames/line-up/line-up.frame.d.ts +15 -26
  424. package/frames/line-up/line-up.service.d.ts +22 -0
  425. package/frames/loading/loading.frame.d.ts +9 -3
  426. package/frames/overlay/overlay.frame.d.ts +7 -2
  427. package/frames/router-outlet/router-outlet.frame.d.ts +30 -9
  428. package/frames/scroll-v2/scroll.frame.d.ts +5 -1
  429. package/frames/side-nav/side-nav.frame.d.ts +33 -12
  430. package/frames/tabs/index.d.ts +1 -0
  431. package/frames/tabs/tabs.frame.d.ts +9 -0
  432. package/frames/toggle/index.d.ts +1 -0
  433. package/frames/toggle/toggle.frame.d.ts +9 -0
  434. package/molecules/actions-column/actions-column.molecule.d.ts +17 -17
  435. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +17 -15
  436. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +54 -12
  437. package/molecules/date-input-field/date-input-field.molecule.d.ts +13 -7
  438. package/molecules/date-range-input-field/date-range-input-field.molecule.d.ts +14 -0
  439. package/molecules/date-range-input-field/index.d.ts +1 -0
  440. package/molecules/file-input-field/file-input-field.molecule.d.ts +23 -15
  441. package/molecules/grid-item/grid-item.molecule.d.ts +13 -0
  442. package/molecules/grid-item/index.d.ts +1 -0
  443. package/molecules/header/header.molecule.d.ts +10 -4
  444. package/molecules/loading-box/index.d.ts +1 -0
  445. package/molecules/loading-box/loading-box.molecule.d.ts +23 -0
  446. package/molecules/molecules.module.d.ts +16 -3
  447. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +5 -7
  448. package/molecules/select-input-field/select-input-field.molecule.d.ts +13 -6
  449. package/molecules/smart-column/smart-column.molecule.d.ts +21 -6
  450. package/molecules/text-input-field/text-input-field.molecule.d.ts +14 -13
  451. package/molecules/textarea-field/textarea-field.molecule.d.ts +16 -10
  452. package/molecules/tree-column/tree-column.molecule.d.ts +8 -3
  453. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +10 -7
  454. package/organisms/action-input-section/action-input-section.organism.d.ts +12 -6
  455. package/organisms/agreement-input-section/agreement-input-section.organism.d.ts +17 -0
  456. package/organisms/agreement-input-section/index.d.ts +1 -0
  457. package/organisms/chips-input-section/chips-input-section.organism.d.ts +13 -0
  458. package/organisms/chips-input-section/index.d.ts +1 -0
  459. package/organisms/date-input-section/date-input-section.organism.d.ts +13 -5
  460. package/organisms/date-range-input-section/date-range-input-section.organism.d.ts +21 -0
  461. package/organisms/date-range-input-section/index.d.ts +1 -0
  462. package/organisms/definition-list/definition-list.organism.d.ts +12 -0
  463. package/organisms/definition-list/index.d.ts +1 -0
  464. package/organisms/file-input-section/file-input-section.organism.d.ts +13 -7
  465. package/organisms/filters-section/filters-section.organism.d.ts +2 -1
  466. package/organisms/grid-cards-section/grid-cards-section.organism.d.ts +15 -0
  467. package/organisms/grid-cards-section/index.d.ts +1 -0
  468. package/organisms/grid-toolbar/grid-toolbar.organism.d.ts +10 -7
  469. package/organisms/image-preview-section/image-preview-section.organism.d.ts +7 -0
  470. package/organisms/image-preview-section/index.d.ts +1 -0
  471. package/organisms/markdown-preview-section/index.d.ts +1 -0
  472. package/organisms/markdown-preview-section/markdown-preview-section.organism.d.ts +11 -0
  473. package/organisms/menu-footer/menu-footer.organism.d.ts +7 -1
  474. package/organisms/menu-header/menu-header.organism.d.ts +9 -4
  475. package/organisms/messages-section/messages-section.organism.d.ts +3 -1
  476. package/organisms/navigation-list/navigation-list.organism.d.ts +2 -3
  477. package/organisms/navigator/navigator.organism.d.ts +27 -4
  478. package/organisms/number-input-section/index.d.ts +1 -0
  479. package/organisms/number-input-section/number-input-section.organism.d.ts +19 -0
  480. package/organisms/organisms.module.d.ts +52 -3
  481. package/organisms/paginator/paginator.organism.d.ts +17 -7
  482. package/organisms/password-input-section/index.d.ts +1 -0
  483. package/organisms/password-input-section/password-input-section.organism.d.ts +19 -0
  484. package/organisms/select-input-section/select-input-section.organism.d.ts +16 -6
  485. package/organisms/smart-list/smart-list.organism.d.ts +35 -11
  486. package/organisms/stripe-input-section/index.d.ts +1 -0
  487. package/organisms/stripe-input-section/stripe-input-section.organism.d.ts +188 -0
  488. package/organisms/table/index.d.ts +2 -0
  489. package/organisms/table/index.helpers.d.ts +71 -0
  490. package/organisms/table/table.organism.d.ts +106 -0
  491. package/organisms/text-input-section/text-input-section.organism.d.ts +15 -8
  492. package/organisms/text-preview-section/index.d.ts +1 -0
  493. package/organisms/text-preview-section/text-preview-section.organism.d.ts +15 -0
  494. package/organisms/textarea-section/textarea-section.organism.d.ts +16 -10
  495. package/organisms/thread-messages-section/index.d.ts +1 -0
  496. package/organisms/thread-messages-section/thread-messages-section.organism.d.ts +14 -0
  497. package/organisms/time-range-input-section/index.d.ts +1 -0
  498. package/organisms/time-range-input-section/time-range-input-section.organism.d.ts +9 -0
  499. package/organisms/video-section/index.d.ts +1 -0
  500. package/organisms/video-section/video-section.organism.d.ts +41 -0
  501. package/package.json +176 -20
  502. package/pages/_index/index.d.ts +0 -1
  503. package/pages/_index/index.page.d.ts +46 -2
  504. package/pages/blank/index.d.ts +1 -0
  505. package/pages/form/form.page.d.ts +112 -0
  506. package/pages/form/index.d.ts +1 -0
  507. package/pages/pages.module.d.ts +1 -1
  508. package/pages/terms/index.d.ts +1 -0
  509. package/pages/terms/terms.page.d.ts +60 -0
  510. package/templates/_index/index.d.ts +1 -0
  511. package/templates/_index/index.template.d.ts +219 -0
  512. package/templates/background/background.template.d.ts +11 -0
  513. package/templates/background/index.d.ts +1 -0
  514. package/templates/code-editor/code-editor.template.d.ts +11 -14
  515. package/templates/entrance/entrance.template.d.ts +18 -11
  516. package/templates/form/form.template.d.ts +78 -0
  517. package/templates/form/index.d.ts +1 -0
  518. package/templates/icon-button-menu/icon-button-menu.template.d.ts +2 -4
  519. package/templates/menu/menu.template.d.ts +4 -5
  520. package/templates/messages/messages.template.d.ts +10 -2
  521. package/templates/selection/selection.template.d.ts +14 -9
  522. package/templates/settings/index.d.ts +1 -0
  523. package/templates/settings/settings.template.d.ts +16 -0
  524. package/templates/templates.module.d.ts +13 -1
  525. package/templates/term/term.template.d.ts +10 -9
  526. package/esm2022/organisms/smart-table/ng-atomic-components-organisms-smart-table.mjs +0 -5
  527. package/esm2022/organisms/smart-table/smart-table.organism.mjs +0 -210
  528. package/esm2022/pages/_index/index.module.mjs +0 -31
  529. package/esm2022/templates/smart-crud/smart-crud.template.mjs +0 -256
  530. package/esm2022/templates/smart-index/index.mjs +0 -2
  531. package/esm2022/templates/smart-index/smart-index.template.mjs +0 -358
  532. package/fesm2022/ng-atomic-components-organisms-smart-table.mjs +0 -217
  533. package/fesm2022/ng-atomic-components-organisms-smart-table.mjs.map +0 -1
  534. package/fesm2022/ng-atomic-components-pages-blank-blank.routes-09f8841a.mjs +0 -7
  535. package/fesm2022/ng-atomic-components-pages-blank-blank.routes-09f8841a.mjs.map +0 -1
  536. package/fesm2022/ng-atomic-components-templates-smart-crud.mjs +0 -262
  537. package/fesm2022/ng-atomic-components-templates-smart-crud.mjs.map +0 -1
  538. package/fesm2022/ng-atomic-components-templates-smart-index.mjs +0 -365
  539. package/fesm2022/ng-atomic-components-templates-smart-index.mjs.map +0 -1
  540. package/organisms/smart-table/index.d.ts +0 -1
  541. package/organisms/smart-table/smart-table.organism.d.ts +0 -44
  542. package/pages/_index/index.module.d.ts +0 -9
  543. package/templates/smart-crud/index.d.ts +0 -1
  544. package/templates/smart-crud/smart-crud.template.d.ts +0 -28
  545. package/templates/smart-index/index.d.ts +0 -1
  546. package/templates/smart-index/smart-index.template.d.ts +0 -101
@@ -0,0 +1,13 @@
1
+ import { FormControl } from '@angular/forms';
2
+ import { InjectableComponent } from '@ng-atomic/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ChipsInputSectionOrganismStore extends InjectableComponent {
5
+ readonly control: import("@angular/core").InputSignal<FormControl<string>>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipsInputSectionOrganismStore, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ChipsInputSectionOrganismStore, "organisms-chips-input-section", never, { "control": { "alias": "control"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8
+ }
9
+ export declare class ChipsInputSectionOrganism {
10
+ protected store: ChipsInputSectionOrganismStore;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipsInputSectionOrganism, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipsInputSectionOrganism, "organisms-chips-input-section", never, {}, {}, never, never, true, [{ directive: typeof ChipsInputSectionOrganismStore; inputs: { "control": "control"; }; outputs: {}; }]>;
13
+ }
@@ -0,0 +1 @@
1
+ export * from './chips-input-section.organism';
@@ -1,10 +1,18 @@
1
1
  import { FormControl } from '@angular/forms';
2
+ import { Action, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
2
3
  import dayjs from 'dayjs';
3
4
  import * as i0 from "@angular/core";
4
- export declare class DateInputSectionOrganism {
5
- control: FormControl<dayjs.Dayjs>;
6
- label: string;
7
- placeholder: string;
5
+ export declare class DateInputSectionOrganismStore extends InjectableComponent {
6
+ readonly control: import("@angular/core").InputSignal<FormControl<dayjs.Dayjs>>;
7
+ readonly label: import("@angular/core").InputSignal<string>;
8
+ readonly placeholder: import("@angular/core").InputSignal<string>;
9
+ readonly hint: import("@angular/core").InputSignal<any>;
10
+ readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateInputSectionOrganismStore, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DateInputSectionOrganismStore, "organisms-date-input-section", never, { "control": { "alias": "control"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
13
+ }
14
+ export declare class DateInputSectionOrganism extends NgAtomicComponent {
15
+ protected store: DateInputSectionOrganismStore;
8
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DateInputSectionOrganism, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<DateInputSectionOrganism, "organisms-date-input-section", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, {}, never, never, true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateInputSectionOrganism, "organisms-date-input-section", never, {}, {}, never, never, true, [{ directive: typeof DateInputSectionOrganismStore; inputs: { "control": "control"; "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "actions": "actions"; }; outputs: {}; }]>;
10
18
  }
@@ -0,0 +1,21 @@
1
+ import { FormBuilder } from '@angular/forms';
2
+ import dayjs from 'dayjs';
3
+ import { Action, NgAtomicComponent } from '@ng-atomic/core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class DateRangeInputSectionOrganismStore {
6
+ readonly fb: FormBuilder;
7
+ readonly label: import("@angular/core").InputSignal<string>;
8
+ readonly control: import("@angular/core").InputSignal<import("@angular/forms").FormGroup<{
9
+ start: import("@angular/forms").FormControl<dayjs.Dayjs>;
10
+ end: import("@angular/forms").FormControl<dayjs.Dayjs>;
11
+ }>>;
12
+ readonly hint: import("@angular/core").InputSignal<string>;
13
+ readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeInputSectionOrganismStore, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DateRangeInputSectionOrganismStore, "organisms-date-range-input-section", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
16
+ }
17
+ export declare class DateRangeInputSectionOrganism extends NgAtomicComponent {
18
+ protected store: DateRangeInputSectionOrganismStore;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateRangeInputSectionOrganism, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateRangeInputSectionOrganism, "organisms-date-range-input-section", never, {}, {}, never, never, true, [{ directive: typeof DateRangeInputSectionOrganismStore; inputs: { "label": "label"; "hint": "hint"; "control": "control"; "actions": "actions"; }; outputs: {}; }]>;
21
+ }
@@ -0,0 +1 @@
1
+ export * from './date-range-input-section.organism';
@@ -0,0 +1,12 @@
1
+ import { NgAtomicComponent } from '@ng-atomic/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DefinitionListOrganismStore {
4
+ readonly label: import("@angular/core").InputSignal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<DefinitionListOrganismStore, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DefinitionListOrganismStore, "organisms-definition-list", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
+ }
8
+ export declare class DefinitionListOrganism extends NgAtomicComponent {
9
+ protected readonly store: DefinitionListOrganismStore;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<DefinitionListOrganism, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<DefinitionListOrganism, "organisms-definition-list", never, {}, {}, never, ["*"], true, [{ directive: typeof DefinitionListOrganismStore; inputs: { "label": "label"; }; outputs: {}; }]>;
12
+ }
@@ -0,0 +1 @@
1
+ export * from './definition-list.organism';
@@ -1,20 +1,26 @@
1
- import { NgAtomicComponent } from '@ng-atomic/core';
1
+ import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
2
2
  import { FormControl } from '@angular/forms';
3
3
  import * as i0 from "@angular/core";
4
4
  declare enum ActionId {
5
5
  FILE_SELECTED = "[@ng-atomic/components/organisms/file-input-section] File selected",
6
6
  CANCEL = "[@ng-atomic/components/organisms/file-input-section] Cancel"
7
7
  }
8
+ export declare class FileInputSectionOrganismStore extends InjectableComponent {
9
+ readonly control: import("@angular/core").InputSignal<FormControl<any>>;
10
+ readonly label: import("@angular/core").InputSignal<string>;
11
+ readonly placeholder: import("@angular/core").InputSignal<string>;
12
+ readonly hint: import("@angular/core").InputSignal<string>;
13
+ readonly progress: import("@angular/core").InputSignal<number | false>;
14
+ constructor();
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileInputSectionOrganismStore, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FileInputSectionOrganismStore, "organisms-file-input-section", never, { "control": { "alias": "control"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "progress": { "alias": "progress"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
17
+ }
8
18
  export declare class FileInputSectionOrganism extends NgAtomicComponent {
9
19
  static ActionId: typeof ActionId;
10
- control: FormControl<any>;
11
- label: string;
12
- placeholder: string;
13
- hint?: string;
14
- progress?: number;
20
+ protected store: FileInputSectionOrganismStore;
15
21
  protected onFileSelected(files: File[]): void;
16
22
  protected onCancel(): void;
17
23
  static ɵfac: i0.ɵɵFactoryDeclaration<FileInputSectionOrganism, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<FileInputSectionOrganism, "organisms-file-input-section", never, { "control": { "alias": "control"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; }, {}, never, never, true, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileInputSectionOrganism, "organisms-file-input-section", never, {}, {}, never, never, true, [{ directive: typeof FileInputSectionOrganismStore; inputs: { "control": "control"; "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "progress": "progress"; }; outputs: {}; }]>;
19
25
  }
20
26
  export {};
@@ -1,6 +1,7 @@
1
1
  import { FormArray, FormControl, FormGroup } from '@angular/forms';
2
+ import { NgAtomicComponent } from '@ng-atomic/core';
2
3
  import * as i0 from "@angular/core";
3
- export declare class FiltersSectionOrganism {
4
+ export declare class FiltersSectionOrganism extends NgAtomicComponent {
4
5
  modifiable: boolean;
5
6
  form: FormArray<FormGroup<{
6
7
  column: FormControl<string>;
@@ -0,0 +1,15 @@
1
+ import { NgAtomicComponent } from '@ng-atomic/core';
2
+ import * as i0 from "@angular/core";
3
+ declare enum ActionId {
4
+ ITEM_CLICK = "[@ng-atomic/components/organisms/grid-cards-section] Item Click",
5
+ ITEM_MENU_CLICK = "[@ng-atomic/components/organisms/grid-cards-section] Item Menu Click"
6
+ }
7
+ export declare class GridCardsSectionOrganism<T> extends NgAtomicComponent {
8
+ static ActionId: typeof ActionId;
9
+ readonly items: import("@angular/core").InputSignal<T[]>;
10
+ protected onItemClick(item: T): void;
11
+ protected onItemMenuClick(item: T, $event: Event): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridCardsSectionOrganism<any>, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridCardsSectionOrganism<any>, "organisms-grid-cards-section", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
14
+ }
15
+ export {};
@@ -0,0 +1 @@
1
+ export * from './grid-cards-section.organism';
@@ -1,5 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
2
- import { Action } from '@ng-atomic/core';
1
+ import { Action, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
3
2
  import { FormControl } from '@angular/forms';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare enum ActionId {
@@ -7,10 +6,14 @@ export declare enum ActionId {
7
6
  FILTERS = "[@ng-atomic/components/organisms/grid-toolbar] Filters",
8
7
  EXPORT = "[@ng-atomic/components/organisms/grid-toolbar] Export"
9
8
  }
10
- export declare class GridToolbarOrganism {
11
- actions: Action[];
12
- control: FormControl<string>;
13
- action: EventEmitter<Action<any>>;
9
+ export declare class GridToolbarOrganismStore extends InjectableComponent {
10
+ readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
11
+ readonly control: import("@angular/core").InputSignal<FormControl<string>>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<GridToolbarOrganismStore, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<GridToolbarOrganismStore, "organisms-grid-toolbar", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
14
+ }
15
+ export declare class GridToolbarOrganism extends NgAtomicComponent {
16
+ protected store: GridToolbarOrganismStore;
14
17
  static ɵfac: i0.ɵɵFactoryDeclaration<GridToolbarOrganism, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<GridToolbarOrganism, "organisms-grid-toolbar", never, { "actions": { "alias": "actions"; "required": false; }; "control": { "alias": "control"; "required": false; }; }, { "action": "action"; }, never, never, true, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<GridToolbarOrganism, "organisms-grid-toolbar", never, {}, {}, never, never, true, [{ directive: typeof GridToolbarOrganismStore; inputs: { "actions": "actions"; "control": "control"; }; outputs: {}; }]>;
16
19
  }
@@ -0,0 +1,7 @@
1
+ import { NgAtomicComponent } from '@ng-atomic/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ImagePreviewSectionOrganism extends NgAtomicComponent {
4
+ readonly src: import("@angular/core").InputSignal<string>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ImagePreviewSectionOrganism, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ImagePreviewSectionOrganism, "organisms-image-preview-section", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './image-preview-section.organism';
@@ -0,0 +1 @@
1
+ export * from './markdown-preview-section.organism';
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MarkdownPreviewSectionStore {
3
+ readonly content: import("@angular/core").InputSignal<string>;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownPreviewSectionStore, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MarkdownPreviewSectionStore, "markdown-preview-section", never, { "content": { "alias": "content"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
6
+ }
7
+ export declare class MarkdownPreviewSectionOrganism {
8
+ protected store: MarkdownPreviewSectionStore;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownPreviewSectionOrganism, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MarkdownPreviewSectionOrganism, "organisms-markdown-preview-section", never, {}, {}, never, never, true, [{ directive: typeof MarkdownPreviewSectionStore; inputs: { "content": "content"; }; outputs: {}; }]>;
11
+ }
@@ -1,12 +1,18 @@
1
1
  import { InjectionToken } from '@angular/core';
2
2
  import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
3
3
  import * as i0 from "@angular/core";
4
+ export declare const VERSION: InjectionToken<string>;
5
+ export declare function provideVersion(useFactory: () => string): {
6
+ provide: InjectionToken<string>;
7
+ useFactory: () => string;
8
+ };
4
9
  export declare class MenuFooterOrganismStore extends InjectableComponent {
5
- static TOKEN: InjectionToken<MenuFooterOrganismStore>;
10
+ readonly version: string;
6
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuFooterOrganismStore, never>;
7
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<MenuFooterOrganismStore, "organisms-menu-footer", never, {}, {}, never, never, true, never>;
8
13
  }
9
14
  export declare class MenuFooterOrganism extends NgAtomicComponent {
15
+ protected store: MenuFooterOrganismStore;
10
16
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuFooterOrganism, never>;
11
17
  static ɵcmp: i0.ɵɵComponentDeclaration<MenuFooterOrganism, "organisms-menu-footer", never, {}, {}, never, never, true, [{ directive: typeof MenuFooterOrganismStore; inputs: {}; outputs: {}; }]>;
12
18
  }
@@ -1,12 +1,17 @@
1
- import { InjectionToken } from '@angular/core';
2
1
  import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class MenuHeaderOrganismStore extends InjectableComponent {
5
- static readonly TOKEN: InjectionToken<unknown>;
4
+ static readonly Config: {
5
+ provide: (useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<any, any>, label?: string) => import("@angular/core").Provider;
6
+ inject: () => import("@angular/core").Signal<any>;
7
+ };
8
+ readonly config: import("@angular/core").Signal<any>;
9
+ readonly title: import("@angular/core").InputSignal<any>;
6
10
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuHeaderOrganismStore, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<MenuHeaderOrganismStore, "organisms-menu-header", never, {}, {}, never, never, true, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MenuHeaderOrganismStore, "organisms-menu-header", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8
12
  }
9
13
  export declare class MenuHeaderOrganism extends NgAtomicComponent {
14
+ protected readonly store: MenuHeaderOrganismStore;
10
15
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuHeaderOrganism, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuHeaderOrganism, "organisms-menu-header", never, {}, {}, never, never, true, [{ directive: typeof MenuHeaderOrganismStore; inputs: {}; outputs: {}; }]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuHeaderOrganism, "organisms-menu-header", never, {}, {}, never, never, true, [{ directive: typeof MenuHeaderOrganismStore; inputs: { "title": "title"; }; outputs: {}; }]>;
12
17
  }
@@ -1,9 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class MessagesSectionOrganism {
3
+ trackById: (index: number, item: any) => any;
3
4
  messages: {
4
5
  role: string;
5
6
  content: string;
6
7
  }[];
8
+ isMessageCreating: false | string;
7
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MessagesSectionOrganism, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<MessagesSectionOrganism, "organisms-messages-section", never, { "messages": { "alias": "messages"; "required": false; }; }, {}, never, never, true, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessagesSectionOrganism, "organisms-messages-section", never, { "messages": { "alias": "messages"; "required": false; }; "isMessageCreating": { "alias": "isMessageCreating"; "required": false; }; }, {}, never, never, true, never>;
9
11
  }
@@ -1,11 +1,10 @@
1
1
  import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
2
2
  import { Action } from '@ng-atomic/core';
3
3
  import * as i0 from "@angular/core";
4
- export declare const Abstract: (target: any) => void;
5
4
  export declare class NavigationListOrganismStore extends InjectableComponent {
6
- actions: Action<string>[];
5
+ readonly actions: import("@angular/core").InputSignal<Action<string>[]>;
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListOrganismStore, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationListOrganismStore, "organisms-navigation-list", never, { "actions": { "alias": "actions"; "required": false; }; }, {}, never, never, true, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationListOrganismStore, "organisms-navigation-list", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
8
  }
10
9
  export declare class NavigationListOrganism extends NgAtomicComponent {
11
10
  protected store: NavigationListOrganismStore;
@@ -1,9 +1,32 @@
1
- import { Actions } from '@ng-atomic/core';
1
+ import { Actions, InjectableComponent } from '@ng-atomic/core';
2
2
  import { NgAtomicComponent } from '@ng-atomic/core';
3
3
  import * as i0 from "@angular/core";
4
+ export declare class NavigatorOrganismStore extends InjectableComponent {
5
+ static readonly Config: {
6
+ provide: (useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
7
+ title: string;
8
+ startActions: Actions;
9
+ endActions: Actions;
10
+ }, any>, label?: string) => import("@angular/core").Provider;
11
+ inject: () => import("@angular/core").Signal<{
12
+ title: string;
13
+ startActions: Actions;
14
+ endActions: Actions;
15
+ }>;
16
+ };
17
+ protected readonly config: import("@angular/core").Signal<{
18
+ title: string;
19
+ startActions: Actions;
20
+ endActions: Actions;
21
+ }>;
22
+ readonly startActions: import("@angular/core").InputSignal<Actions>;
23
+ readonly endActions: import("@angular/core").InputSignal<Actions>;
24
+ readonly title: import("@angular/core").InputSignal<string>;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorOrganismStore, never>;
26
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NavigatorOrganismStore, "organisms-navigator", never, { "startActions": { "alias": "startActions"; "required": false; "isSignal": true; }; "endActions": { "alias": "endActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
27
+ }
4
28
  export declare class NavigatorOrganism extends NgAtomicComponent {
5
- startActions: Actions;
6
- endActions: Actions;
29
+ protected readonly store: NavigatorOrganismStore;
7
30
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorOrganism, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorOrganism, "organisms-navigator", never, { "startActions": { "alias": "startActions"; "required": false; }; "endActions": { "alias": "endActions"; "required": false; }; }, {}, never, ["*"], true, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorOrganism, "organisms-navigator", never, {}, {}, never, ["*"], true, [{ directive: typeof NavigatorOrganismStore; inputs: { "startActions": "startActions"; "endActions": "endActions"; "title": "title"; }; outputs: {}; }]>;
9
32
  }
@@ -0,0 +1 @@
1
+ export * from './number-input-section.organism';
@@ -0,0 +1,19 @@
1
+ import { FormControl } from '@angular/forms';
2
+ import { Action, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class NumberInputSectionOrganismStore extends InjectableComponent {
5
+ readonly label: import("@angular/core").InputSignal<string>;
6
+ readonly placeholder: import("@angular/core").InputSignal<string>;
7
+ readonly hint: import("@angular/core").InputSignal<string>;
8
+ readonly control: import("@angular/core").InputSignal<FormControl<string>>;
9
+ readonly autoComplete: import("@angular/core").InputSignal<string[]>;
10
+ readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
11
+ readonly actionButtonType: import("@angular/core").InputSignal<"button" | "icon-button">;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputSectionOrganismStore, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NumberInputSectionOrganismStore, "organisms-number-input-section", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; "autoComplete": { "alias": "autoComplete"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "actionButtonType": { "alias": "actionButtonType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
14
+ }
15
+ export declare class NumberInputSectionOrganism extends NgAtomicComponent {
16
+ protected store: NumberInputSectionOrganismStore;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<NumberInputSectionOrganism, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<NumberInputSectionOrganism, "organisms-number-input-section", never, {}, {}, never, never, true, [{ directive: typeof NumberInputSectionOrganismStore; inputs: { "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "control": "control"; "autoComplete": "autoComplete"; "actions": "actions"; "actionButtonType": "actionButtonType"; }; outputs: {}; }]>;
19
+ }
@@ -1,13 +1,62 @@
1
1
  import * as i0 from "@angular/core";
2
+ import * as i1 from "ngx-markdown";
2
3
  export declare class NgAtomicOrganismsModule {
3
4
  static forRoot(): {
4
5
  ngModule: typeof NgAtomicOrganismsModule;
5
- providers: {
6
+ providers: (import("@angular/core").Provider | {
7
+ provide: any;
8
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/action-input-section").ActionInputSectionOrganism>>;
9
+ } | {
10
+ provide: any;
11
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/action-buttons-section").ActionButtonsSectionOrganism>>;
12
+ } | {
13
+ provide: any;
14
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/file-input-section").FileInputSectionOrganism>>;
15
+ } | {
16
+ provide: any;
17
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/grid-toolbar").GridToolbarOrganism>>;
18
+ } | {
19
+ provide: any;
20
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/paginator").PaginatorOrganism>>;
21
+ } | {
22
+ provide: any;
23
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/password-input-section").PasswordInputSectionOrganism>>;
24
+ } | {
25
+ provide: any;
26
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/select-input-section").SelectInputSectionOrganism<unknown>>>;
27
+ } | {
28
+ provide: any;
29
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/stripe-input-section").StripeInputSectionOrganism>>;
30
+ } | {
31
+ provide: any;
32
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/table").TableOrganism<object>>>;
33
+ } | {
34
+ provide: any;
35
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/navigator").NavigatorOrganism>>;
36
+ } | {
37
+ provide: any;
38
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/number-input-section").NumberInputSectionOrganism>>;
39
+ } | {
6
40
  provide: any;
7
41
  useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/menu-header").MenuHeaderOrganism>>;
8
- }[];
42
+ } | {
43
+ provide: any;
44
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/menu-footer").MenuFooterOrganism>>;
45
+ } | {
46
+ provide: any;
47
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/navigation-list").NavigationListOrganism>>;
48
+ } | {
49
+ provide: any;
50
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/smart-list").SmartListOrganism<unknown>>>;
51
+ } | {
52
+ provide: any;
53
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/text-input-section").TextInputSectionOrganism>>;
54
+ } | {
55
+ provide: any;
56
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/textarea-section").TextareaSectionOrganism>>;
57
+ })[];
9
58
  };
10
59
  static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicOrganismsModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicOrganismsModule, never, never, never>;
60
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicOrganismsModule, never, [typeof i1.MarkdownModule], never>;
12
61
  static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicOrganismsModule>;
13
62
  }
@@ -1,14 +1,24 @@
1
- import { LegacyPageEvent as PageEvent } from '@angular/material/legacy-paginator';
1
+ import { PageEvent } from '@angular/material/paginator';
2
2
  import { FormControl, FormGroup } from '@angular/forms';
3
+ import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
3
4
  import * as i0 from "@angular/core";
4
- export declare class PaginatorOrganism {
5
- form: FormGroup<{
5
+ export declare class PaginatorOrganismStore extends InjectableComponent {
6
+ readonly form: import("@angular/core").InputSignal<FormGroup<{
6
7
  pageIndex: FormControl<number>;
7
8
  pageSize: FormControl<number>;
8
- length: FormControl<number>;
9
- }>;
10
- pageSizeOptions: number[];
9
+ }>>;
10
+ readonly pageSizeOptions: import("@angular/core").InputSignal<number[]>;
11
+ readonly itemLength: import("@angular/core").InputSignal<number>;
12
+ readonly formValue: import("@angular/core").Signal<Partial<{
13
+ pageIndex: number;
14
+ pageSize: number;
15
+ }>>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorOrganismStore, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PaginatorOrganismStore, "organisms-paginator", never, { "form": { "alias": "form"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "itemLength": { "alias": "itemLength"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
18
+ }
19
+ export declare class PaginatorOrganism extends NgAtomicComponent {
20
+ protected store: PaginatorOrganismStore;
11
21
  protected onPageChange(page: PageEvent): void;
12
22
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorOrganism, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorOrganism, "organisms-paginator", never, { "form": { "alias": "form"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; }, {}, never, never, true, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorOrganism, "organisms-paginator", never, {}, {}, never, never, true, [{ directive: typeof PaginatorOrganismStore; inputs: { "form": "form"; "pageSizeOptions": "pageSizeOptions"; "itemLength": "itemLength"; }; outputs: {}; }]>;
14
24
  }
@@ -0,0 +1 @@
1
+ export * from './password-input-section.organism';
@@ -0,0 +1,19 @@
1
+ import { FormControl } from '@angular/forms';
2
+ import { Action, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class PasswordInputSectionOrganismStore extends InjectableComponent {
5
+ readonly label: import("@angular/core").InputSignal<string>;
6
+ readonly placeholder: import("@angular/core").InputSignal<string>;
7
+ readonly hint: import("@angular/core").InputSignal<string>;
8
+ readonly control: import("@angular/core").InputSignal<FormControl<string>>;
9
+ readonly autoComplete: import("@angular/core").InputSignal<string[]>;
10
+ readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
11
+ readonly actionButtonType: import("@angular/core").InputSignal<"button" | "icon-button">;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputSectionOrganismStore, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PasswordInputSectionOrganismStore, "organisms-password-input-section", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; "autoComplete": { "alias": "autoComplete"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "actionButtonType": { "alias": "actionButtonType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
14
+ }
15
+ export declare class PasswordInputSectionOrganism extends NgAtomicComponent {
16
+ protected store: PasswordInputSectionOrganismStore;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<PasswordInputSectionOrganism, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PasswordInputSectionOrganism, "organisms-password-input-section", never, {}, {}, never, never, true, [{ directive: typeof PasswordInputSectionOrganismStore; inputs: { "label": "label"; "placeholder": "placeholder"; "hint": "hint"; "control": "control"; "autoComplete": "autoComplete"; "actions": "actions"; "actionButtonType": "actionButtonType"; }; outputs: {}; }]>;
19
+ }
@@ -1,12 +1,22 @@
1
1
  import { FormControl } from '@angular/forms';
2
+ import { Action, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
2
3
  import * as i0 from "@angular/core";
3
- export declare class SelectInputSectionOrganism<T> {
4
- label: string;
5
- control: FormControl<T>;
6
- options: {
4
+ export declare class SelectInputSectionOrganismStore<T> extends InjectableComponent {
5
+ readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
6
+ readonly hint: import("@angular/core").InputSignal<any>;
7
+ readonly placeholder: import("@angular/core").InputSignal<any>;
8
+ readonly label: import("@angular/core").InputSignal<string>;
9
+ readonly control: import("@angular/core").InputSignal<FormControl<T>>;
10
+ readonly options: import("@angular/core").InputSignal<{
7
11
  name: string;
8
12
  value: T;
9
- }[];
13
+ }[]>;
14
+ readonly multiple: import("@angular/core").InputSignal<boolean>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputSectionOrganismStore<any>, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectInputSectionOrganismStore<any>, "organisms-select-input-section", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
17
+ }
18
+ export declare class SelectInputSectionOrganism<T> extends NgAtomicComponent {
19
+ protected readonly store: SelectInputSectionOrganismStore<any>;
10
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputSectionOrganism<any>, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SelectInputSectionOrganism<any>, "organisms-select-input-section", never, { "label": { "alias": "label"; "required": false; }; "control": { "alias": "control"; "required": false; }; "options": { "alias": "options"; "required": false; }; }, {}, never, never, true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectInputSectionOrganism<any>, "organisms-select-input-section", never, {}, {}, never, never, true, [{ directive: typeof SelectInputSectionOrganismStore; inputs: { "actions": "actions"; "hint": "hint"; "placeholder": "placeholder"; "label": "label"; "control": "control"; "options": "options"; "multiple": "multiple"; }; outputs: {}; }]>;
12
22
  }
@@ -1,25 +1,49 @@
1
- import { Actions, NgAtomicComponent } from '@ng-atomic/core';
1
+ import { Actions, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare enum ActionId {
4
4
  CLICK_ITEM = "[@ng-atomic/components/organisms/smart-list] Click Item",
5
5
  ITEM_BUTTON_CLICK = "[@ng-atomic/components/organisms/smart-list] Item Button Click"
6
6
  }
7
- export declare class SmartListOrganismStore {
8
- items: any[];
9
- itemActions: Actions;
10
- groupedBy: string;
11
- groupKeys: string[];
12
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartListOrganismStore, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<SmartListOrganismStore, never, never, { "items": { "alias": "items"; "required": false; }; "itemActions": { "alias": "itemActions"; "required": false; }; "groupedBy": { "alias": "groupedBy"; "required": false; }; "groupKeys": { "alias": "groupKeys"; "required": false; }; }, {}, never, never, true, never>;
7
+ export declare class SmartListOrganismStore<T> extends InjectableComponent {
8
+ static readonly ActionId: typeof ActionId;
9
+ static readonly Config: {
10
+ provide: (useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
11
+ items: any[];
12
+ itemActions: any[];
13
+ groupedBy: string;
14
+ groupKeys: any[];
15
+ itemActionsType: "dispatch" | "menu";
16
+ }, any>, label?: string) => import("@angular/core").Provider;
17
+ inject: () => import("@angular/core").Signal<{
18
+ items: any[];
19
+ itemActions: any[];
20
+ groupedBy: string;
21
+ groupKeys: any[];
22
+ itemActionsType: "dispatch" | "menu";
23
+ }>;
24
+ };
25
+ readonly config: import("@angular/core").Signal<{
26
+ items: any[];
27
+ itemActions: any[];
28
+ groupedBy: string;
29
+ groupKeys: any[];
30
+ itemActionsType: "dispatch" | "menu";
31
+ }>;
32
+ readonly items: import("@angular/core").InputSignal<T[]>;
33
+ readonly itemActions: import("@angular/core").InputSignal<Actions>;
34
+ readonly groupedBy: import("@angular/core").InputSignal<string>;
35
+ readonly groupKeys: import("@angular/core").InputSignal<string[]>;
36
+ readonly itemActionsType: import("@angular/core").InputSignal<"dispatch" | "menu">;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartListOrganismStore<any>, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SmartListOrganismStore<any>, never, never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "groupedBy": { "alias": "groupedBy"; "required": false; "isSignal": true; }; "groupKeys": { "alias": "groupKeys"; "required": false; "isSignal": true; }; "itemActionsType": { "alias": "itemActionsType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
14
39
  }
15
40
  export declare class SmartListOrganism<T> extends NgAtomicComponent {
16
41
  static readonly ActionId: typeof ActionId;
17
- protected readonly store: SmartListOrganismStore;
42
+ protected readonly store: SmartListOrganismStore<any>;
18
43
  protected readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<any>;
19
- protected readonly trackByItem: (_: number, item: T) => T;
20
44
  protected readonly trackById: (_: number, item: T) => string;
21
45
  protected onItemClick(item: T): void;
22
46
  protected onItemActionsClick(item: T, $event: Event): void;
23
47
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartListOrganism<any>, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartListOrganism<any>, "organisms-smart-list", never, {}, {}, never, never, true, [{ directive: typeof SmartListOrganismStore; inputs: { "items": "items"; "itemActions": "itemActions"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; }; outputs: {}; }]>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartListOrganism<any>, "organisms-smart-list", never, {}, {}, never, never, true, [{ directive: typeof SmartListOrganismStore; inputs: { "items": "items"; "itemActions": "itemActions"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "itemActionsType": "itemActionsType"; }; outputs: {}; }]>;
25
49
  }
@@ -0,0 +1 @@
1
+ export * from './stripe-input-section.organism';