@ng-atomic/components 18.2.1 → 18.5.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 (315) hide show
  1. package/atoms/atoms.module.d.ts +6 -2
  2. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +9 -8
  3. package/components.module.d.ts +2 -12
  4. package/esm2022/atoms/atoms.module.mjs +7 -2
  5. package/esm2022/atoms/icon/icon.atom.mjs +2 -2
  6. package/esm2022/atoms/smart-menu-button/smart-menu-button.atom.mjs +92 -124
  7. package/esm2022/components.module.mjs +20 -41
  8. package/esm2022/extras/editor/editor.component.mjs +78 -46
  9. package/esm2022/frames/app/app.frame.mjs +132 -70
  10. package/esm2022/frames/auto-layout/auto-layout.frame.mjs +29 -7
  11. package/esm2022/frames/columns/columns.frame.mjs +2 -2
  12. package/esm2022/frames/divider/divider.frame.mjs +2 -2
  13. package/esm2022/frames/drawer/drawer.frame.mjs +2 -2
  14. package/esm2022/frames/entrance/entrance.frame.mjs +2 -2
  15. package/esm2022/frames/fab/fab.frame.mjs +2 -2
  16. package/esm2022/frames/frames.module.mjs +19 -14
  17. package/esm2022/frames/line-up/line-up.animations.mjs +3 -7
  18. package/esm2022/frames/line-up/line-up.frame.mjs +2 -2
  19. package/esm2022/frames/loading/loading.frame.mjs +2 -2
  20. package/esm2022/frames/progress-bar/index.mjs +2 -0
  21. package/esm2022/frames/progress-bar/ng-atomic-components-frames-progress-bar.mjs +5 -0
  22. package/esm2022/frames/progress-bar/progress-bar.frame.mjs +53 -0
  23. package/esm2022/frames/router-outlet/router-outlet.frame.mjs +96 -41
  24. package/esm2022/frames/scroll/scroll.frame.mjs +32 -14
  25. package/esm2022/frames/scroll-v2/index.mjs +2 -2
  26. package/esm2022/frames/side-app/index.mjs +2 -0
  27. package/esm2022/frames/side-app/ng-atomic-components-frames-side-app.mjs +5 -0
  28. package/esm2022/frames/side-app/side-app.frame.mjs +74 -0
  29. package/esm2022/frames/side-nav/side-nav.frame.mjs +27 -21
  30. package/esm2022/frames/smart-menu/smart-menu.frame.mjs +2 -2
  31. package/esm2022/frames/tabs/tabs.frame.mjs +13 -7
  32. package/esm2022/frames/vertical-hide/vertical-hide.frame.mjs +11 -18
  33. package/esm2022/molecules/action-input-field/action-input-field.molecule.mjs +2 -2
  34. package/esm2022/molecules/actions-column/actions-column.molecule.mjs +13 -7
  35. package/esm2022/molecules/checkbox-column/checkbox-column.molecule.mjs +48 -21
  36. package/esm2022/molecules/date-input-field/date-input-field.molecule.mjs +2 -2
  37. package/esm2022/molecules/date-range-input-field/date-range-input-field.molecule.mjs +2 -2
  38. package/esm2022/molecules/file-input-field/file-input-field.molecule.mjs +2 -2
  39. package/esm2022/molecules/grid-item/grid-item.molecule.mjs +2 -2
  40. package/esm2022/molecules/list-item/index.mjs +2 -0
  41. package/esm2022/molecules/list-item/list-item.molecule.mjs +198 -0
  42. package/esm2022/molecules/list-item/ng-atomic-components-molecules-list-item.mjs +5 -0
  43. package/esm2022/molecules/loading-box/loading-box.molecule.mjs +2 -2
  44. package/esm2022/molecules/molecules.module.mjs +19 -14
  45. package/esm2022/molecules/navigation-list-item/navigation-list-item.molecule.mjs +2 -2
  46. package/esm2022/molecules/select-input-field/select-input-field.molecule.mjs +9 -5
  47. package/esm2022/molecules/smart-column/smart-column.molecule.mjs +129 -43
  48. package/esm2022/molecules/tree-column/tree-column.molecule.mjs +37 -25
  49. package/esm2022/organisms/action-buttons-section/action-buttons-section.organism.mjs +2 -2
  50. package/esm2022/organisms/action-input-section/action-input-section.organism.mjs +2 -2
  51. package/esm2022/organisms/agreement-input-section/agreement-input-section.organism.mjs +3 -3
  52. package/esm2022/organisms/card-input-section/card-input-section.organism.mjs +2 -2
  53. package/esm2022/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +2 -2
  54. package/esm2022/organisms/date-input-section/date-input-section.organism.mjs +4 -4
  55. package/esm2022/organisms/date-range-input-section/date-range-input-section.organism.mjs +4 -4
  56. package/esm2022/organisms/definition-list/definition-list.organism.mjs +2 -2
  57. package/esm2022/organisms/file-input-section/file-input-section.organism.mjs +2 -2
  58. package/esm2022/organisms/filters-section/filters-section.organism.mjs +5 -5
  59. package/esm2022/organisms/graphql-editor/graphql-editor.organism.mjs +1 -1
  60. package/esm2022/organisms/grid-cards-section/grid-cards-section.organism.mjs +2 -2
  61. package/esm2022/organisms/heading/heading.organism.mjs +2 -2
  62. package/esm2022/{sheets/actions → organisms/list}/index.mjs +2 -2
  63. package/esm2022/organisms/list/list.organism.mjs +161 -0
  64. package/esm2022/{sheets/actions/ng-atomic-components-sheets-actions.mjs → organisms/list/ng-atomic-components-organisms-list.mjs} +1 -1
  65. package/esm2022/organisms/menu-footer/menu-footer.organism.mjs +2 -2
  66. package/esm2022/organisms/menu-header/menu-header.organism.mjs +2 -2
  67. package/esm2022/organisms/mermaid-section/mermaid-section.organism.mjs +39 -33
  68. package/esm2022/organisms/messages-section/messages-section.organism.mjs +2 -2
  69. package/esm2022/organisms/navigation-list/navigation-list.organism.mjs +2 -2
  70. package/esm2022/organisms/navigator/navigator.organism.mjs +48 -29
  71. package/esm2022/organisms/number-input-section/number-input-section.organism.mjs +2 -2
  72. package/esm2022/organisms/organisms.module.mjs +67 -62
  73. package/esm2022/organisms/paginator/paginator.organism.mjs +2 -2
  74. package/esm2022/organisms/password-input-section/password-input-section.organism.mjs +2 -2
  75. package/esm2022/organisms/select-input-section/select-input-section.organism.mjs +4 -4
  76. package/esm2022/organisms/selection-list/selection-list.organism.mjs +1 -1
  77. package/esm2022/organisms/slider-input-section/slider-input-section.organism.mjs +4 -4
  78. package/esm2022/organisms/social-login-section/social-login-section.organism.mjs +2 -2
  79. package/esm2022/organisms/table/index.mjs +2 -1
  80. package/esm2022/organisms/table/table.helpers.mjs +4 -4
  81. package/esm2022/organisms/table/table.organism.mjs +152 -141
  82. package/esm2022/organisms/text-input-section/text-input-section.organism.mjs +4 -4
  83. package/esm2022/organisms/textarea-section/textarea-section.organism.mjs +2 -2
  84. package/esm2022/organisms/thread-messages-section/thread-messages-section.organism.mjs +2 -2
  85. package/esm2022/organisms/tree-list/index.mjs +2 -0
  86. package/esm2022/organisms/tree-list/ng-atomic-components-organisms-tree-list.mjs +5 -0
  87. package/esm2022/organisms/tree-list/tree-list.organism.mjs +125 -0
  88. package/esm2022/pages/_index/index.page.mjs +172 -70
  89. package/esm2022/pages/columns/columns.page.mjs +10 -9
  90. package/esm2022/pages/form/form.page.mjs +32 -15
  91. package/esm2022/pages/pages.module.mjs +10 -7
  92. package/esm2022/pages/terms/terms.page.mjs +2 -2
  93. package/esm2022/templates/_index/index.template.mjs +276 -155
  94. package/esm2022/templates/background/background.template.mjs +2 -2
  95. package/esm2022/templates/code-editor/code-editor.template.mjs +52 -15
  96. package/esm2022/templates/columns/columns.template.mjs +6 -4
  97. package/esm2022/templates/entrance/entrance.template.mjs +28 -25
  98. package/esm2022/templates/form/form.builder.mjs +93 -71
  99. package/esm2022/templates/form/form.template.mjs +47 -28
  100. package/esm2022/templates/icon-button-menu/icon-button-menu.template.mjs +69 -16
  101. package/esm2022/templates/menu/menu.template.mjs +2 -2
  102. package/esm2022/templates/messages/messages.template.mjs +71 -65
  103. package/esm2022/templates/selection/selection.template.mjs +2 -2
  104. package/esm2022/templates/settings/settings.template.mjs +2 -2
  105. package/esm2022/templates/templates.module.mjs +17 -25
  106. package/extras/editor/editor.component.d.ts +19 -10
  107. package/fesm2022/ng-atomic-components-atoms-icon.mjs +2 -2
  108. package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs +90 -123
  109. package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  110. package/fesm2022/ng-atomic-components-atoms.mjs +7 -2
  111. package/fesm2022/ng-atomic-components-atoms.mjs.map +1 -1
  112. package/fesm2022/ng-atomic-components-extras-editor.mjs +79 -47
  113. package/fesm2022/ng-atomic-components-extras-editor.mjs.map +1 -1
  114. package/fesm2022/ng-atomic-components-frames-app.mjs +131 -69
  115. package/fesm2022/ng-atomic-components-frames-app.mjs.map +1 -1
  116. package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +29 -7
  117. package/fesm2022/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  118. package/fesm2022/ng-atomic-components-frames-columns.mjs +2 -2
  119. package/fesm2022/ng-atomic-components-frames-divider.mjs +2 -2
  120. package/fesm2022/ng-atomic-components-frames-drawer.mjs +2 -2
  121. package/fesm2022/ng-atomic-components-frames-entrance.mjs +2 -2
  122. package/fesm2022/ng-atomic-components-frames-fab.mjs +2 -2
  123. package/fesm2022/ng-atomic-components-frames-line-up.mjs +4 -8
  124. package/fesm2022/ng-atomic-components-frames-line-up.mjs.map +1 -1
  125. package/fesm2022/ng-atomic-components-frames-loading.mjs +2 -2
  126. package/fesm2022/ng-atomic-components-frames-progress-bar.mjs +60 -0
  127. package/fesm2022/ng-atomic-components-frames-progress-bar.mjs.map +1 -0
  128. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs +96 -41
  129. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs.map +1 -1
  130. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +1 -48
  131. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs.map +1 -1
  132. package/fesm2022/ng-atomic-components-frames-scroll.mjs +31 -13
  133. package/fesm2022/ng-atomic-components-frames-scroll.mjs.map +1 -1
  134. package/fesm2022/ng-atomic-components-frames-side-app.mjs +81 -0
  135. package/fesm2022/ng-atomic-components-frames-side-app.mjs.map +1 -0
  136. package/fesm2022/ng-atomic-components-frames-side-nav.mjs +26 -20
  137. package/fesm2022/ng-atomic-components-frames-side-nav.mjs.map +1 -1
  138. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs +2 -2
  139. package/fesm2022/ng-atomic-components-frames-tabs.mjs +12 -6
  140. package/fesm2022/ng-atomic-components-frames-tabs.mjs.map +1 -1
  141. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs +10 -17
  142. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs.map +1 -1
  143. package/fesm2022/ng-atomic-components-frames.mjs +19 -14
  144. package/fesm2022/ng-atomic-components-frames.mjs.map +1 -1
  145. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs +1 -1
  146. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs.map +1 -1
  147. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs +12 -6
  148. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  149. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs +47 -21
  150. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  151. package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs +2 -2
  152. package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs +2 -2
  153. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs +1 -1
  154. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs.map +1 -1
  155. package/fesm2022/ng-atomic-components-molecules-grid-item.mjs +2 -2
  156. package/fesm2022/ng-atomic-components-molecules-list-item.mjs +203 -0
  157. package/fesm2022/ng-atomic-components-molecules-list-item.mjs.map +1 -0
  158. package/fesm2022/ng-atomic-components-molecules-loading-box.mjs +2 -2
  159. package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +2 -2
  160. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +8 -4
  161. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  162. package/fesm2022/ng-atomic-components-molecules-smart-column.mjs +128 -43
  163. package/fesm2022/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  164. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs +36 -24
  165. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
  166. package/fesm2022/ng-atomic-components-molecules.mjs +19 -14
  167. package/fesm2022/ng-atomic-components-molecules.mjs.map +1 -1
  168. package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +2 -2
  169. package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +2 -2
  170. package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs +2 -2
  171. package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs.map +1 -1
  172. package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs +2 -2
  173. package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +2 -2
  174. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +3 -3
  175. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  176. package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs +3 -3
  177. package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs.map +1 -1
  178. package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +2 -2
  179. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +2 -2
  180. package/fesm2022/ng-atomic-components-organisms-filters-section.mjs +4 -4
  181. package/fesm2022/ng-atomic-components-organisms-filters-section.mjs.map +1 -1
  182. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs +1 -1
  183. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -1
  184. package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs +2 -2
  185. package/fesm2022/ng-atomic-components-organisms-heading.mjs +2 -2
  186. package/fesm2022/ng-atomic-components-organisms-list.mjs +166 -0
  187. package/fesm2022/ng-atomic-components-organisms-list.mjs.map +1 -0
  188. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +2 -2
  189. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +2 -2
  190. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs +38 -32
  191. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs.map +1 -1
  192. package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +2 -2
  193. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +2 -2
  194. package/fesm2022/ng-atomic-components-organisms-navigator.mjs +47 -28
  195. package/fesm2022/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  196. package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +2 -2
  197. package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs.map +1 -1
  198. package/fesm2022/ng-atomic-components-organisms-paginator.mjs +2 -2
  199. package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +2 -2
  200. package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs.map +1 -1
  201. package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +3 -3
  202. package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  203. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +1 -1
  204. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs.map +1 -1
  205. package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs +3 -3
  206. package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs.map +1 -1
  207. package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +2 -2
  208. package/fesm2022/ng-atomic-components-organisms-table.mjs +156 -145
  209. package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -1
  210. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +3 -3
  211. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  212. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +2 -2
  213. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  214. package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs +2 -2
  215. package/fesm2022/ng-atomic-components-organisms-tree-list.mjs +132 -0
  216. package/fesm2022/ng-atomic-components-organisms-tree-list.mjs.map +1 -0
  217. package/fesm2022/ng-atomic-components-organisms.mjs +67 -62
  218. package/fesm2022/ng-atomic-components-organisms.mjs.map +1 -1
  219. package/fesm2022/ng-atomic-components-pages-_index.mjs +171 -70
  220. package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -1
  221. package/fesm2022/ng-atomic-components-pages-columns.mjs +9 -8
  222. package/fesm2022/ng-atomic-components-pages-columns.mjs.map +1 -1
  223. package/fesm2022/ng-atomic-components-pages-form.mjs +31 -14
  224. package/fesm2022/ng-atomic-components-pages-form.mjs.map +1 -1
  225. package/fesm2022/ng-atomic-components-pages-terms.mjs +1 -1
  226. package/fesm2022/ng-atomic-components-pages-terms.mjs.map +1 -1
  227. package/fesm2022/ng-atomic-components-pages.mjs +10 -7
  228. package/fesm2022/ng-atomic-components-pages.mjs.map +1 -1
  229. package/fesm2022/ng-atomic-components-templates-_index.mjs +276 -155
  230. package/fesm2022/ng-atomic-components-templates-_index.mjs.map +1 -1
  231. package/fesm2022/ng-atomic-components-templates-background.mjs +2 -2
  232. package/fesm2022/ng-atomic-components-templates-code-editor.mjs +51 -14
  233. package/fesm2022/ng-atomic-components-templates-code-editor.mjs.map +1 -1
  234. package/fesm2022/ng-atomic-components-templates-columns.mjs +5 -3
  235. package/fesm2022/ng-atomic-components-templates-columns.mjs.map +1 -1
  236. package/fesm2022/ng-atomic-components-templates-entrance.mjs +27 -24
  237. package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -1
  238. package/fesm2022/ng-atomic-components-templates-form.mjs +139 -99
  239. package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -1
  240. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +68 -15
  241. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs.map +1 -1
  242. package/fesm2022/ng-atomic-components-templates-menu.mjs +2 -2
  243. package/fesm2022/ng-atomic-components-templates-messages.mjs +71 -65
  244. package/fesm2022/ng-atomic-components-templates-messages.mjs.map +1 -1
  245. package/fesm2022/ng-atomic-components-templates-selection.mjs +2 -2
  246. package/fesm2022/ng-atomic-components-templates-settings.mjs +2 -2
  247. package/fesm2022/ng-atomic-components-templates.mjs +17 -25
  248. package/fesm2022/ng-atomic-components-templates.mjs.map +1 -1
  249. package/fesm2022/ng-atomic-components.mjs +20 -41
  250. package/fesm2022/ng-atomic-components.mjs.map +1 -1
  251. package/frames/app/app.frame.d.ts +14 -1
  252. package/frames/auto-layout/auto-layout.frame.d.ts +7 -1
  253. package/frames/frames.module.d.ts +3 -20
  254. package/frames/progress-bar/index.d.ts +1 -0
  255. package/frames/progress-bar/progress-bar.frame.d.ts +14 -0
  256. package/frames/router-outlet/router-outlet.frame.d.ts +20 -9
  257. package/frames/scroll/scroll.frame.d.ts +5 -1
  258. package/frames/scroll-v2/index.d.ts +1 -1
  259. package/frames/side-app/index.d.ts +1 -0
  260. package/frames/side-app/side-app.frame.d.ts +20 -0
  261. package/frames/side-nav/side-nav.frame.d.ts +6 -2
  262. package/frames/tabs/tabs.frame.d.ts +2 -1
  263. package/frames/vertical-hide/vertical-hide.frame.d.ts +2 -2
  264. package/molecules/actions-column/actions-column.molecule.d.ts +3 -2
  265. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +12 -4
  266. package/molecules/list-item/index.d.ts +1 -0
  267. package/molecules/list-item/list-item.molecule.d.ts +50 -0
  268. package/molecules/molecules.module.d.ts +25 -0
  269. package/molecules/smart-column/smart-column.molecule.d.ts +34 -9
  270. package/molecules/tree-column/tree-column.molecule.d.ts +6 -2
  271. package/organisms/list/index.d.ts +1 -0
  272. package/organisms/{smart-list/smart-list.organism.d.ts → list/list.organism.d.ts} +11 -11
  273. package/organisms/mermaid-section/mermaid-section.organism.d.ts +10 -10
  274. package/organisms/navigator/navigator.organism.d.ts +8 -5
  275. package/organisms/organisms.module.d.ts +57 -2
  276. package/organisms/table/index.d.ts +1 -0
  277. package/organisms/table/table.helpers.d.ts +1 -1
  278. package/organisms/table/table.organism.d.ts +32 -1
  279. package/organisms/tree-list/index.d.ts +1 -0
  280. package/organisms/tree-list/tree-list.organism.d.ts +33 -0
  281. package/package.json +67 -55
  282. package/pages/_index/index.page.d.ts +72 -43
  283. package/pages/columns/columns.page.d.ts +5 -2
  284. package/pages/form/form.page.d.ts +20 -11
  285. package/pages/pages.module.d.ts +1 -0
  286. package/templates/_index/index.template.d.ts +40 -11
  287. package/templates/code-editor/code-editor.template.d.ts +6 -3
  288. package/templates/entrance/entrance.template.d.ts +1 -1
  289. package/templates/form/form.builder.d.ts +10 -3
  290. package/templates/form/form.template.d.ts +2 -1
  291. package/templates/icon-button-menu/icon-button-menu.template.d.ts +3 -2
  292. package/templates/messages/messages.template.d.ts +21 -17
  293. package/templates/templates.module.d.ts +24 -1
  294. package/esm2022/frames/scroll-v2/scroll.frame.mjs +0 -46
  295. package/esm2022/organisms/smart-list/index.mjs +0 -2
  296. package/esm2022/organisms/smart-list/ng-atomic-components-organisms-smart-list.mjs +0 -5
  297. package/esm2022/organisms/smart-list/smart-list.organism.mjs +0 -218
  298. package/esm2022/sheets/actions/actions.sheet.mjs +0 -45
  299. package/esm2022/sheets/index.mjs +0 -3
  300. package/esm2022/sheets/ng-atomic-components-sheets.mjs +0 -5
  301. package/esm2022/sheets/sheets.module.mjs +0 -25
  302. package/esm2022/sheets/sheets.service.mjs +0 -20
  303. package/fesm2022/ng-atomic-components-organisms-smart-list.mjs +0 -223
  304. package/fesm2022/ng-atomic-components-organisms-smart-list.mjs.map +0 -1
  305. package/fesm2022/ng-atomic-components-sheets-actions.mjs +0 -52
  306. package/fesm2022/ng-atomic-components-sheets-actions.mjs.map +0 -1
  307. package/fesm2022/ng-atomic-components-sheets.mjs +0 -48
  308. package/fesm2022/ng-atomic-components-sheets.mjs.map +0 -1
  309. package/frames/scroll-v2/scroll.frame.d.ts +0 -9
  310. package/organisms/smart-list/index.d.ts +0 -1
  311. package/sheets/actions/actions.sheet.d.ts +0 -9
  312. package/sheets/actions/index.d.ts +0 -1
  313. package/sheets/index.d.ts +0 -2
  314. package/sheets/sheets.module.d.ts +0 -11
  315. package/sheets/sheets.service.d.ts +0 -10
@@ -29,11 +29,12 @@ export declare class ActionsColumnMoleculeStore extends InjectableComponent {
29
29
  readonly headerText: import("@angular/core").InputSignal<string>;
30
30
  readonly name: import("@angular/core").InputSignal<string>;
31
31
  readonly itemActions: import("@angular/core").InputSignal<Actions>;
32
+ readonly sticky: import("@angular/core").InputSignal<boolean>;
32
33
  readonly style: import("@angular/core").Signal<{
33
34
  width: string;
34
35
  }>;
35
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionsColumnMoleculeStore, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<ActionsColumnMoleculeStore, never, never, { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActionsColumnMoleculeStore, never, never, { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
37
38
  }
38
39
  export declare class ActionsColumnMolecule extends NgAtomicComponent implements OnInit, OnDestroy {
39
40
  private _table;
@@ -45,5 +46,5 @@ export declare class ActionsColumnMolecule extends NgAtomicComponent implements
45
46
  ngOnInit(): void;
46
47
  ngOnDestroy(): void;
47
48
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionsColumnMolecule, never>;
48
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionsColumnMolecule, "molecules-actions-column", never, {}, {}, never, never, true, [{ directive: typeof ActionsColumnMoleculeStore; inputs: { "headerText": "headerText"; "name": "name"; "itemActions": "itemActions"; }; outputs: {}; }]>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionsColumnMolecule, "molecules-actions-column", never, {}, {}, never, never, true, [{ directive: typeof ActionsColumnMoleculeStore; inputs: { "headerText": "headerText"; "name": "name"; "itemActions": "itemActions"; "sticky": "sticky"; }; outputs: {}; }]>;
49
50
  }
@@ -2,18 +2,26 @@ import { SelectionModel } from '@angular/cdk/collections';
2
2
  import { CdkCellDef, CdkColumnDef, CdkHeaderCellDef } from '@angular/cdk/table';
3
3
  import { OnInit, OnDestroy } from '@angular/core';
4
4
  import { MatCheckbox } from '@angular/material/checkbox';
5
- import { NgAtomicComponent } from '@ng-atomic/core';
5
+ import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
6
6
  import * as i0 from "@angular/core";
7
7
  declare enum ActionId {
8
8
  CHECKBOX_CLICK = "[@ng-atomic/components/molecules/checkbox-column] Checkbox Click",
9
9
  HEADER_CHECKBOX_CLICK = "[@ng-atomic/components/molecules/checkbox-column] Header Checkbox Click"
10
10
  }
11
- export declare class CheckboxColumnMolecule<T> extends NgAtomicComponent implements OnInit, OnDestroy {
11
+ export declare class CheckboxColumnMoleculeStore<T> extends InjectableComponent {
12
12
  static readonly ActionId: typeof ActionId;
13
- private _table;
14
13
  readonly name: import("@angular/core").InputSignal<string>;
15
14
  readonly selection: import("@angular/core").InputSignal<SelectionModel<string>>;
16
15
  readonly isHidden: import("@angular/core").InputSignal<(item: T) => false>;
16
+ readonly width: import("@angular/core").InputSignal<number>;
17
+ readonly sticky: import("@angular/core").InputSignal<boolean>;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnMoleculeStore<any>, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxColumnMoleculeStore<any>, never, never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "isHidden": { "alias": "isHidden"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
20
+ }
21
+ export declare class CheckboxColumnMolecule<T> extends NgAtomicComponent implements OnInit, OnDestroy {
22
+ static readonly ActionId: typeof ActionId;
23
+ protected store: CheckboxColumnMoleculeStore<any>;
24
+ private _table;
17
25
  readonly columnDef: import("@angular/core").Signal<CdkColumnDef>;
18
26
  readonly cell: import("@angular/core").Signal<CdkCellDef>;
19
27
  readonly headerCell: import("@angular/core").Signal<CdkHeaderCellDef>;
@@ -26,6 +34,6 @@ export declare class CheckboxColumnMolecule<T> extends NgAtomicComponent impleme
26
34
  protected onHeaderCheckboxClick(item: T, event: Event): void;
27
35
  protected onCheckboxClick(item: T, event: Event): void;
28
36
  static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnMolecule<any>, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnMolecule<any>, "molecules-checkbox-column", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "isHidden": { "alias": "isHidden"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnMolecule<any>, "molecules-checkbox-column", never, {}, {}, never, never, true, [{ directive: typeof CheckboxColumnMoleculeStore; inputs: { "name": "name"; "selection": "selection"; "isHidden": "isHidden"; "width": "width"; "sticky": "sticky"; }; outputs: {}; }]>;
30
38
  }
31
39
  export {};
@@ -0,0 +1 @@
1
+ export * from './list-item.molecule';
@@ -0,0 +1,50 @@
1
+ import { Action, Actions, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class LinePipe {
4
+ protected dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<unknown>;
5
+ transform(value: any): number;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<LinePipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<LinePipe, "itemToLines", true>;
8
+ }
9
+ declare enum ActionId {
10
+ CLICK_ITEM = "[@ng-atomic/components/molecules/list] Click Item",
11
+ ITEM_BUTTON_CLICK = "[@ng-atomic/components/molecules/list] Item Button Click"
12
+ }
13
+ export declare class ListItemMoleculeStore<T> extends InjectableComponent {
14
+ static readonly ActionId: typeof ActionId;
15
+ static readonly Config: {
16
+ provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
17
+ items: any[];
18
+ itemActions: Actions;
19
+ groupedBy: string;
20
+ groupKeys: string[];
21
+ itemActionsType: "menu" | "dispatch";
22
+ }>, label?: string): import("@angular/core").Provider;
23
+ inject(): import("@angular/core").Signal<{
24
+ items: any[];
25
+ itemActions: Actions;
26
+ groupedBy: string;
27
+ groupKeys: string[];
28
+ itemActionsType: "menu" | "dispatch";
29
+ }>;
30
+ };
31
+ readonly config: import("@angular/core").Signal<{
32
+ items: any[];
33
+ itemActions: Actions;
34
+ groupedBy: string;
35
+ groupKeys: string[];
36
+ itemActionsType: "menu" | "dispatch";
37
+ }>;
38
+ readonly item: import("@angular/core").InputSignal<T>;
39
+ readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
40
+ readonly itemActionsType: import("@angular/core").InputSignal<"menu" | "dispatch">;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListItemMoleculeStore<any>, never>;
42
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ListItemMoleculeStore<any>, "molecules-list-item", never, { "item": { "alias": "item"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "itemActionsType": { "alias": "itemActionsType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
43
+ }
44
+ export declare class ListItemMolecule<T> extends NgAtomicComponent {
45
+ protected readonly store: ListItemMoleculeStore<any>;
46
+ protected onItemActionsClick(item: T, $event: Event): void;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListItemMolecule<any>, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListItemMolecule<any>, "molecules-list-item", never, {}, {}, never, never, true, [{ directive: typeof ListItemMoleculeStore; inputs: { "actions": "actions"; "item": "item"; "itemActionsType": "itemActionsType"; }; outputs: {}; }]>;
49
+ }
50
+ export {};
@@ -12,6 +12,9 @@ export declare class NgAtomicMoleculesModule {
12
12
  } | {
13
13
  provide: any;
14
14
  useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/header").HeaderMolecule>>;
15
+ } | {
16
+ provide: any;
17
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/list-item").ListItemMolecule<unknown>>>;
15
18
  } | {
16
19
  provide: any;
17
20
  useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/loading-box").LoadingBoxMolecule>>;
@@ -27,3 +30,25 @@ export declare class NgAtomicMoleculesModule {
27
30
  static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicMoleculesModule, never, [typeof i1.MatChipsModule], never>;
28
31
  static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicMoleculesModule>;
29
32
  }
33
+ export declare function provideMolecules(): (import("@angular/core").Provider | {
34
+ provide: any;
35
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/actions-column").ActionsColumnMolecule>>;
36
+ } | {
37
+ provide: any;
38
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/chips-input-field").ChipsInputFieldMolecule>>;
39
+ } | {
40
+ provide: any;
41
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/header").HeaderMolecule>>;
42
+ } | {
43
+ provide: any;
44
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/list-item").ListItemMolecule<unknown>>>;
45
+ } | {
46
+ provide: any;
47
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/loading-box").LoadingBoxMolecule>>;
48
+ } | {
49
+ provide: any;
50
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/navigation-list-item").NavigationListItemMolecule>>;
51
+ } | {
52
+ provide: any;
53
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/text-input-field").TextInputFieldMolecule>>;
54
+ })[];
@@ -1,26 +1,51 @@
1
1
  import { CdkCellDef, CdkColumnDef, CdkHeaderCellDef } from '@angular/cdk/table';
2
- import { EventEmitter, OnInit, OnDestroy } from '@angular/core';
3
- import { NgAtomicComponent } from '@ng-atomic/core';
2
+ import { EventEmitter, OnInit, OnDestroy, InjectionToken } from '@angular/core';
3
+ import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
4
4
  import * as i0 from "@angular/core";
5
- export declare class SmartColumnTemplateStore<T> {
5
+ export type EditableResolver = (value: any, name: string) => boolean;
6
+ export declare const EDITABLE_RESOLVER: InjectionToken<EditableResolver>;
7
+ export declare function provideEditableResolver(resolverFactory: () => EditableResolver): {
8
+ provide: InjectionToken<EditableResolver>;
9
+ useFactory: () => EditableResolver;
10
+ };
11
+ export declare class EditablePipe {
12
+ readonly resolver: EditableResolver;
13
+ transform(value: any, name: string): boolean;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditablePipe, never>;
15
+ static ɵpipe: i0.ɵɵPipeDeclaration<EditablePipe, "editable", true>;
16
+ }
17
+ declare enum ActionId {
18
+ UPDATE_VALUE = "[@ng-atomic/components/molecules/smart-column] update value"
19
+ }
20
+ export declare class SmartColumnMoleculeStore<T> extends InjectableComponent {
21
+ static readonly ActionId: typeof ActionId;
22
+ readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<unknown>;
23
+ readonly index: import("@angular/core").InputSignal<number>;
6
24
  readonly sort: import("@angular/core").InputSignal<"asc" | "desc" | "none">;
25
+ readonly sticky: import("@angular/core").InputSignal<boolean>;
26
+ readonly headerText: import("@angular/core").InputSignal<string>;
27
+ readonly name: import("@angular/core").InputSignal<string>;
28
+ readonly editable: import("@angular/core").InputSignal<boolean>;
7
29
  readonly tooltipText: import("@angular/core").WritableSignal<string>;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnTemplateStore<any>, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<SmartColumnTemplateStore<any>, never, never, { "sort": { "alias": "sort"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
30
+ isNumeric(value: any): boolean;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnMoleculeStore<any>, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SmartColumnMoleculeStore<any>, never, never, { "index": { "alias": "index"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; "editable": { "alias": "editable"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
10
33
  }
11
34
  export declare class SmartColumnMolecule extends NgAtomicComponent implements OnInit, OnDestroy {
12
- protected store: SmartColumnTemplateStore<any>;
35
+ protected store: SmartColumnMoleculeStore<any>;
13
36
  private _table;
14
- readonly headerText: import("@angular/core").InputSignal<string>;
15
- readonly name: import("@angular/core").InputSignal<string>;
16
37
  readonly columnDef: import("@angular/core").Signal<CdkColumnDef>;
17
38
  readonly cell: import("@angular/core").Signal<CdkCellDef>;
18
39
  readonly headerCell: import("@angular/core").Signal<CdkHeaderCellDef>;
19
40
  constructor();
20
41
  ngOnInit(): void;
21
42
  ngOnDestroy(): void;
43
+ onNgModelChange(item: any, event: {
44
+ target: HTMLInputElement;
45
+ }): void;
22
46
  headerClick: EventEmitter<void>;
23
47
  protected copied(): void;
24
48
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnMolecule, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartColumnMolecule, "molecules-smart-column", never, { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; }, { "headerClick": "headerClick"; }, never, never, true, [{ directive: typeof SmartColumnTemplateStore; inputs: { "sort": "sort"; }; outputs: {}; }]>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartColumnMolecule, "molecules-smart-column", never, {}, { "headerClick": "headerClick"; }, never, never, true, [{ directive: typeof SmartColumnMoleculeStore; inputs: { "index": "index"; "sort": "sort"; "sticky": "sticky"; "headerText": "headerText"; "name": "name"; "editable": "editable"; }; outputs: {}; }]>;
26
50
  }
51
+ export {};
@@ -6,9 +6,13 @@ export declare class TreeColumnMoleculeStore {
6
6
  readonly headerText: import("@angular/core").InputSignal<string>;
7
7
  readonly sort: import("@angular/core").InputSignal<"asc" | "desc" | "none">;
8
8
  readonly treeControl: import("@angular/core").InputSignal<FlatTreeControl<any, any>>;
9
+ re: any;
9
10
  readonly width: import("@angular/core").InputSignal<number>;
11
+ readonly sticky: import("@angular/core").InputSignal<boolean>;
12
+ readonly name: import("@angular/core").InputSignal<string>;
13
+ readonly tooltipText: import("@angular/core").WritableSignal<string>;
10
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeColumnMoleculeStore, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<TreeColumnMoleculeStore, "molecules-tree-column", never, { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "treeControl": { "alias": "treeControl"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TreeColumnMoleculeStore, "molecules-tree-column", never, { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "sort": { "alias": "sort"; "required": false; "isSignal": true; }; "treeControl": { "alias": "treeControl"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "sticky": { "alias": "sticky"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
12
16
  }
13
17
  export declare class TreeColumnMolecule<T> extends MatTextColumn<T> {
14
18
  protected store: TreeColumnMoleculeStore;
@@ -16,5 +20,5 @@ export declare class TreeColumnMolecule<T> extends MatTextColumn<T> {
16
20
  text: string;
17
21
  copied(): void;
18
22
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeColumnMolecule<any>, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeColumnMolecule<any>, "molecules-tree-column", never, {}, { "headerClick": "headerClick"; }, never, never, true, [{ directive: typeof TreeColumnMoleculeStore; inputs: { "headerText": "headerText"; "sort": "sort"; "treeControl": "treeControl"; "width": "width"; }; outputs: {}; }]>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeColumnMolecule<any>, "molecules-tree-column", never, {}, { "headerClick": "headerClick"; }, never, never, true, [{ directive: typeof TreeColumnMoleculeStore; inputs: { "headerText": "headerText"; "sort": "sort"; "treeControl": "treeControl"; "width": "width"; "sticky": "sticky"; "name": "name"; }; outputs: {}; }]>;
20
24
  }
@@ -0,0 +1 @@
1
+ export * from './list.organism';
@@ -1,10 +1,10 @@
1
1
  import { Actions, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare enum ActionId {
4
- CLICK_ITEM = "[@ng-atomic/components/organisms/smart-list] Click Item",
5
- ITEM_BUTTON_CLICK = "[@ng-atomic/components/organisms/smart-list] Item Button Click"
4
+ CLICK_ITEM = "[@ng-atomic/components/organisms/list] Click Item",
5
+ ITEM_BUTTON_CLICK = "[@ng-atomic/components/organisms/list] Item Button Click"
6
6
  }
7
- export declare class SmartListOrganismStore<T> extends InjectableComponent {
7
+ export declare class ListOrganismStore<T> extends InjectableComponent {
8
8
  static readonly ActionId: typeof ActionId;
9
9
  static readonly Config: {
10
10
  provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
@@ -23,6 +23,7 @@ export declare class SmartListOrganismStore<T> extends InjectableComponent {
23
23
  }>;
24
24
  };
25
25
  static provideItemActionsTypeConfig(): import("@angular/core").Provider;
26
+ static provideDefault(): import("@angular/core").Provider[];
26
27
  readonly config: import("@angular/core").Signal<{
27
28
  items: any[];
28
29
  itemActions: Actions;
@@ -35,16 +36,15 @@ export declare class SmartListOrganismStore<T> extends InjectableComponent {
35
36
  readonly groupedBy: import("@angular/core").InputSignal<string>;
36
37
  readonly groupKeys: import("@angular/core").InputSignal<string[]>;
37
38
  readonly itemActionsType: import("@angular/core").InputSignal<"menu" | "dispatch">;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartListOrganismStore<any>, never>;
39
- 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>;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListOrganismStore<any>, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ListOrganismStore<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>;
40
41
  }
41
- export declare class SmartListOrganism<T> extends NgAtomicComponent {
42
+ export declare class ListOrganism<T> extends NgAtomicComponent {
42
43
  static readonly ActionId: typeof ActionId;
43
- protected readonly store: SmartListOrganismStore<any>;
44
+ protected readonly store: ListOrganismStore<any>;
44
45
  protected readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<any>;
45
- protected readonly trackById: (_: number, item: T) => string;
46
+ protected readonly trackById: (_: number, item: T) => any;
46
47
  protected onItemClick(item: T): void;
47
- protected onItemActionsClick(item: T, $event: Event): void;
48
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartListOrganism<any>, never>;
49
- 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: {}; }]>;
48
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListOrganism<any>, never>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListOrganism<any>, "organisms-list", never, {}, {}, never, never, true, [{ directive: typeof ListOrganismStore; inputs: { "items": "items"; "itemActions": "itemActions"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "itemActionsType": "itemActionsType"; }; outputs: {}; }]>;
50
50
  }
@@ -1,14 +1,14 @@
1
- import { ElementRef, NgZone, OnChanges, SimpleChanges, OnInit, AfterViewInit } from '@angular/core';
1
+ import { ElementRef } from '@angular/core';
2
+ import { MermaidConfig } from 'mermaid';
2
3
  import * as i0 from "@angular/core";
3
- export declare class MermaidSectionOrganism implements OnChanges, OnInit, AfterViewInit {
4
- private ngZone;
5
- constructor(ngZone: NgZone);
6
- view: ElementRef<HTMLElement>;
7
- mermaid: string;
4
+ export declare class MermaidSectionOrganism {
5
+ readonly view: import("@angular/core").Signal<ElementRef<HTMLElement>>;
6
+ readonly src: import("@angular/core").InputSignal<string>;
7
+ readonly config: import("@angular/core").InputSignal<MermaidConfig>;
8
+ readonly svg: import("@angular/core").Signal<string>;
9
+ constructor();
8
10
  ngOnInit(): void;
9
- ngAfterViewInit(): void;
10
- ngOnChanges(changes: SimpleChanges): void;
11
- private renderMermaid;
11
+ private initializeZoom;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MermaidSectionOrganism, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<MermaidSectionOrganism, "organisms-mermaid-section", never, { "mermaid": { "alias": "mermaid"; "required": false; }; }, {}, never, never, true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<MermaidSectionOrganism, "organisms-mermaid-section", never, { "src": { "alias": "src"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
14
14
  }
@@ -1,4 +1,4 @@
1
- import { Actions, InjectableComponent } from '@ng-atomic/core';
1
+ import { Action, Actions, InjectableComponent } from '@ng-atomic/core';
2
2
  import { NgAtomicComponent } from '@ng-atomic/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class NavigatorOrganismStore extends InjectableComponent {
@@ -6,27 +6,30 @@ export declare class NavigatorOrganismStore extends InjectableComponent {
6
6
  provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
7
7
  title: string | undefined;
8
8
  startActions: Actions;
9
- endActions: Actions;
9
+ endActions: Actions | Action[][];
10
10
  }>, label?: string): import("@angular/core").Provider;
11
11
  inject(): import("@angular/core").Signal<{
12
12
  title: string | undefined;
13
13
  startActions: Actions;
14
- endActions: Actions;
14
+ endActions: Actions | Action[][];
15
15
  }>;
16
16
  };
17
17
  protected readonly config: import("@angular/core").Signal<{
18
18
  title: string | undefined;
19
19
  startActions: Actions;
20
- endActions: Actions;
20
+ endActions: Actions | Action[][];
21
21
  }>;
22
22
  readonly startActions: import("@angular/core").InputSignal<Actions>;
23
- readonly endActions: import("@angular/core").InputSignal<Actions>;
23
+ readonly resolvedStartActions: import("@angular/core").Signal<Action<any>[]>;
24
+ readonly endActions: import("@angular/core").InputSignal<Action<any>[][] | Actions>;
25
+ readonly resolvedEndActions: import("@angular/core").Signal<Action<any>[]>;
24
26
  readonly title: import("@angular/core").InputSignal<string>;
25
27
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorOrganismStore, never>;
26
28
  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
29
  }
28
30
  export declare class NavigatorOrganism extends NgAtomicComponent {
29
31
  protected readonly store: NavigatorOrganismStore;
32
+ trackByFn: (_: number, action: Action) => Action<any>;
30
33
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorOrganism, never>;
31
34
  static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorOrganism, "organisms-navigator", never, {}, {}, never, ["*"], true, [{ directive: typeof NavigatorOrganismStore; inputs: { "startActions": "startActions"; "endActions": "endActions"; "title": "title"; }; outputs: {}; }]>;
32
35
  }
@@ -47,7 +47,7 @@ export declare class NgAtomicOrganismsModule {
47
47
  useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/navigation-list").NavigationListOrganism>>;
48
48
  } | {
49
49
  provide: any;
50
- useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/smart-list").SmartListOrganism<unknown>>>;
50
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/list").ListOrganism<unknown>>>;
51
51
  } | {
52
52
  provide: any;
53
53
  useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/slider-input-section").SliderInputSectionOrganism>>;
@@ -57,9 +57,64 @@ export declare class NgAtomicOrganismsModule {
57
57
  } | {
58
58
  provide: any;
59
59
  useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/textarea-section").TextareaSectionOrganism>>;
60
- })[];
60
+ })[][];
61
61
  };
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicOrganismsModule, never>;
63
63
  static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicOrganismsModule, never, [typeof i1.MarkdownModule], never>;
64
64
  static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicOrganismsModule>;
65
65
  }
66
+ export declare function provideOrganisms(): (import("@angular/core").Provider | {
67
+ provide: any;
68
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/action-input-section").ActionInputSectionOrganism>>;
69
+ } | {
70
+ provide: any;
71
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/action-buttons-section").ActionButtonsSectionOrganism>>;
72
+ } | {
73
+ provide: any;
74
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/file-input-section").FileInputSectionOrganism>>;
75
+ } | {
76
+ provide: any;
77
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/grid-toolbar").GridToolbarOrganism>>;
78
+ } | {
79
+ provide: any;
80
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/paginator").PaginatorOrganism>>;
81
+ } | {
82
+ provide: any;
83
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/password-input-section").PasswordInputSectionOrganism>>;
84
+ } | {
85
+ provide: any;
86
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/select-input-section").SelectInputSectionOrganism<unknown>>>;
87
+ } | {
88
+ provide: any;
89
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/stripe-input-section").StripeInputSectionOrganism>>;
90
+ } | {
91
+ provide: any;
92
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/table").TableOrganism<object>>>;
93
+ } | {
94
+ provide: any;
95
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/navigator").NavigatorOrganism>>;
96
+ } | {
97
+ provide: any;
98
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/number-input-section").NumberInputSectionOrganism>>;
99
+ } | {
100
+ provide: any;
101
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/menu-header").MenuHeaderOrganism>>;
102
+ } | {
103
+ provide: any;
104
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/menu-footer").MenuFooterOrganism>>;
105
+ } | {
106
+ provide: any;
107
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/navigation-list").NavigationListOrganism>>;
108
+ } | {
109
+ provide: any;
110
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/list").ListOrganism<unknown>>>;
111
+ } | {
112
+ provide: any;
113
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/slider-input-section").SliderInputSectionOrganism>>;
114
+ } | {
115
+ provide: any;
116
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/text-input-section").TextInputSectionOrganism>>;
117
+ } | {
118
+ provide: any;
119
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/organisms/textarea-section").TextareaSectionOrganism>>;
120
+ })[];
@@ -1,3 +1,4 @@
1
1
  /** @deprecated use instead `'@ng-atomic/common/services/form/_index` */
2
2
  export * from '@ng-atomic/common/services/form/_index';
3
+ export * from './table.helpers';
3
4
  export * from './table.organism';
@@ -1,3 +1,3 @@
1
1
  import { MatTreeFlatDataSource } from '@angular/material/tree';
2
2
  import { FlatTreeControl } from '@angular/cdk/tree';
3
- export declare function buildTreeFlatDataSource<T = any>(treeControl: FlatTreeControl<T>, data: T[], key?: string): MatTreeFlatDataSource<any, any, any>;
3
+ export declare function buildTreeFlatDataSource<T = any>(treeControl: FlatTreeControl<T>, data: T[], getChildren?: (node: T) => T[]): MatTreeFlatDataSource<any, any, any>;
@@ -4,6 +4,7 @@ import { Actions, InjectableComponent, NgAtomicComponent } from '@ng-atomic/core
4
4
  import { SelectionModel } from '@angular/cdk/collections';
5
5
  import { FlatTreeControl } from '@angular/cdk/tree';
6
6
  import { CdkDragDrop } from '@angular/cdk/drag-drop';
7
+ import { MatTreeFlatDataSource } from '@angular/material/tree';
7
8
  import * as i0 from "@angular/core";
8
9
  declare enum ActionId {
9
10
  CHECKBOX_CLICK = "[@ng-atomic/components/organisms/checkbox-column] Checkbox Click",
@@ -29,6 +30,8 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
29
30
  }>;
30
31
  readonly draggable: import("@angular/core").InputSignal<boolean>;
31
32
  readonly domainPipe: DomainPipe;
33
+ readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<unknown>;
34
+ readonly getChildren: import("@angular/core").Signal<(node: T) => any>;
32
35
  readonly form: import("@angular/core").InputSignal<import("@angular/forms").FormGroup<{
33
36
  query: import("@angular/forms").FormControl<string>;
34
37
  page: import("@angular/forms").FormGroup<{
@@ -51,7 +54,8 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
51
54
  readonly childrenKey: import("@angular/core").InputSignal<string>;
52
55
  readonly items: import("@angular/core").InputSignal<T[]>;
53
56
  readonly treeControl: import("@angular/core").InputSignal<FlatTreeControl<any, any>>;
54
- readonly dataSource: import("@angular/core").Signal<import("@angular/material/tree").MatTreeFlatDataSource<any, any, any> | MatTableDataSource<T, import("@angular/material/paginator").MatPaginator>>;
57
+ _dataSource: MatTableDataSource<T> | MatTreeFlatDataSource<T, any>;
58
+ readonly dataSource: import("@angular/core").Signal<MatTreeFlatDataSource<any, any, any> | MatTableDataSource<T, import("@angular/material/paginator").MatPaginator>>;
55
59
  readonly isHidden: import("@angular/core").InputSignal<(item: any) => false>;
56
60
  readonly formValue: import("@angular/core").Signal<Partial<{
57
61
  query: string;
@@ -84,6 +88,7 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
84
88
  visible: boolean;
85
89
  width: number;
86
90
  headerText?: string;
91
+ sticky?: boolean;
87
92
  } | {
88
93
  type: string;
89
94
  headerText: string;
@@ -92,6 +97,31 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
92
97
  visible: boolean;
93
98
  width: number;
94
99
  sort?: boolean;
100
+ sticky?: boolean;
101
+ } | {
102
+ headerText: any;
103
+ sort: string;
104
+ type: "text";
105
+ name?: string;
106
+ visible: boolean;
107
+ width: number;
108
+ sticky?: boolean;
109
+ } | {
110
+ headerText: any;
111
+ sort: string;
112
+ type: "checkbox";
113
+ name?: string;
114
+ visible: boolean;
115
+ width: number;
116
+ sticky?: boolean;
117
+ } | {
118
+ headerText: any;
119
+ sort: string;
120
+ type: "tree";
121
+ name?: string;
122
+ visible: boolean;
123
+ width: number;
124
+ sticky?: boolean;
95
125
  })[]>;
96
126
  readonly columnNames: import("@angular/core").Signal<string[]>;
97
127
  static ɵfac: i0.ɵɵFactoryDeclaration<TableOrganismStore<any>, never>;
@@ -100,6 +130,7 @@ export declare class TableOrganismStore<T> extends InjectableComponent {
100
130
  export declare class TableOrganism<Item extends object> extends NgAtomicComponent {
101
131
  static readonly ActionId: typeof ActionId;
102
132
  protected store: TableOrganismStore<any>;
133
+ trackByFunc: (index: number, item: Item) => string;
103
134
  protected onCheckboxClick(item: Item): void;
104
135
  protected onHeaderCheckboxClick(item: Item): void;
105
136
  protected onHeaderClick(column: string): void;
@@ -0,0 +1 @@
1
+ export * from './tree-list.organism';
@@ -0,0 +1,33 @@
1
+ import { FlatTreeControl } from '@angular/cdk/tree';
2
+ import { MatTableDataSource } from '@angular/material/table';
3
+ import { BehaviorSubject } from 'rxjs';
4
+ import { Actions, NgAtomicComponent } from '@ng-atomic/core';
5
+ import * as i0 from "@angular/core";
6
+ export declare enum ActionId {
7
+ CLICK_ITEM = "[@ng-atomic/components/organisms/tree-list] Click Item",
8
+ ITEM_BUTTON_CLICK = "[@ng-atomic/components/organisms/tree-list] Item Button Click"
9
+ }
10
+ export declare class TreeListOrganismStore<T> {
11
+ static readonly ActionId: typeof ActionId;
12
+ readonly items: import("@angular/core").InputSignal<T[]>;
13
+ readonly itemActions: import("@angular/core").InputSignal<Actions>;
14
+ readonly treeControl: import("@angular/core").InputSignal<FlatTreeControl<any, any>>;
15
+ readonly dataAccessor: import("@ng-atomic/common/pipes/data-accessor").DataAccessor<unknown>;
16
+ readonly childrenKey: import("@angular/core").InputSignal<string>;
17
+ readonly getChildren: import("@angular/core").Signal<(node: T) => any>;
18
+ readonly dataSource: import("@angular/core").Signal<import("@angular/material/tree").MatTreeFlatDataSource<any, any, any> | MatTableDataSource<T, import("@angular/material/paginator").MatPaginator>>;
19
+ readonly data: import("@angular/core").Signal<any[]>;
20
+ readonly viewChange: BehaviorSubject<{
21
+ start: number;
22
+ end: number;
23
+ }>;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeListOrganismStore<any>, never>;
25
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TreeListOrganismStore<any>, never, never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "treeControl": { "alias": "treeControl"; "required": false; "isSignal": true; }; "childrenKey": { "alias": "childrenKey"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
26
+ }
27
+ export declare class TreeListOrganism<T> extends NgAtomicComponent {
28
+ protected readonly store: TreeListOrganismStore<any>;
29
+ readonly hasChild: import("@angular/core").Signal<(node: T) => boolean>;
30
+ protected onItemClick(node: T): void;
31
+ static ɵfac: i0.ɵɵFactoryDeclaration<TreeListOrganism<any>, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeListOrganism<any>, "organisms-tree-list", never, {}, {}, never, never, true, [{ directive: typeof TreeListOrganismStore; inputs: { "items": "items"; "childrenKey": "childrenKey"; "treeControl": "treeControl"; }; outputs: {}; }]>;
33
+ }