@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
@@ -5,7 +5,7 @@ import { NgAtomicComponent } from '@ng-atomic/core';
5
5
  import { UIContext } from '@ng-atomic/common/services/ui';
6
6
  import { IndexPipe } from '@ng-atomic/common/pipes/index';
7
7
  import { IndexLengthPipe } from '@ng-atomic/common/pipes/index-length';
8
- import { FormGroup } from '@angular/forms';
8
+ import { FormControl, FormGroup } from '@angular/forms';
9
9
  import { FlatTreeControl } from '@angular/cdk/tree';
10
10
  import * as i0 from "@angular/core";
11
11
  export declare enum ActionId {
@@ -40,6 +40,24 @@ export interface IndexTemplateConfig<T extends {
40
40
  highlight: SelectionModel<string>;
41
41
  }
42
42
  export declare function getType(context: UIContext): "list" | "table";
43
+ export interface ItemsMap<T> {
44
+ [key: string]: {
45
+ items: T[];
46
+ itemsLength: number;
47
+ type?: 'list' | 'table' | 'grid';
48
+ childrenKey?: string;
49
+ treeControl?: FlatTreeControl<T>;
50
+ groupedBy?: string;
51
+ groupKeys?: string[];
52
+ itemActions?: Actions;
53
+ form?: FormGroup;
54
+ selection?: SelectionModel<string>;
55
+ highlight?: SelectionModel<string>;
56
+ tableIsHidden?: (item: T) => boolean;
57
+ pageSizeOptions?: number[];
58
+ };
59
+ }
60
+ export declare function convertToItemsMap<T>(items: any): ItemsMap<T>;
43
61
  export declare class IndexTemplateStore<T extends {
44
62
  id: string;
45
63
  }> extends InjectableComponent {
@@ -75,11 +93,13 @@ export declare class IndexTemplateStore<T extends {
75
93
  items: any[];
76
94
  itemsLength: number;
77
95
  title: string;
96
+ titleControl: FormControl<string>;
97
+ titleEditable: boolean;
78
98
  description: string;
79
99
  navStartActions: Action<any>[];
80
100
  navEndActions: any[];
81
- groupedBy: any;
82
- groupKeys: any[];
101
+ groupedBy: string;
102
+ groupKeys: string[];
83
103
  type: "table" | "list" | "grid";
84
104
  pageSizeOptions: number[];
85
105
  selection: SelectionModel<string>;
@@ -116,11 +136,13 @@ export declare class IndexTemplateStore<T extends {
116
136
  items: any[];
117
137
  itemsLength: number;
118
138
  title: string;
139
+ titleControl: FormControl<string>;
140
+ titleEditable: boolean;
119
141
  description: string;
120
142
  navStartActions: Action<any>[];
121
143
  navEndActions: any[];
122
- groupedBy: any;
123
- groupKeys: any[];
144
+ groupedBy: string;
145
+ groupKeys: string[];
124
146
  type: "table" | "list" | "grid";
125
147
  pageSizeOptions: number[];
126
148
  selection: SelectionModel<string>;
@@ -159,11 +181,13 @@ export declare class IndexTemplateStore<T extends {
159
181
  items: any[];
160
182
  itemsLength: number;
161
183
  title: string;
184
+ titleControl: FormControl<string>;
185
+ titleEditable: boolean;
162
186
  description: string;
163
187
  navStartActions: Action<any>[];
164
188
  navEndActions: any[];
165
- groupedBy: any;
166
- groupKeys: any[];
189
+ groupedBy: string;
190
+ groupKeys: string[];
167
191
  type: "table" | "list" | "grid";
168
192
  pageSizeOptions: number[];
169
193
  selection: SelectionModel<string>;
@@ -198,18 +222,23 @@ export declare class IndexTemplateStore<T extends {
198
222
  payload: any;
199
223
  }[]>;
200
224
  readonly title: import("@angular/core").InputSignal<string>;
225
+ readonly titleControl: import("@angular/core").InputSignal<FormControl<string>>;
226
+ readonly titleEditable: import("@angular/core").InputSignal<boolean>;
201
227
  readonly description: import("@angular/core").InputSignal<string>;
202
228
  readonly items: import("@angular/core").InputSignal<T[]>;
229
+ readonly itemsMap: import("@angular/core").InputSignal<ItemsMap<T>>;
230
+ readonly itemsMapKeys: import("@angular/core").InputSignal<string[]>;
203
231
  readonly itemsLength: import("@angular/core").InputSignal<number>;
204
232
  readonly navStartActions: import("@angular/core").InputSignal<Action<any>[]>;
205
233
  readonly navEndActions: import("@angular/core").InputSignal<any[]>;
206
- readonly groupedBy: import("@angular/core").InputSignal<any>;
207
- readonly groupKeys: import("@angular/core").InputSignal<any[]>;
234
+ readonly groupedBy: import("@angular/core").InputSignal<string>;
235
+ readonly groupKeys: import("@angular/core").InputSignal<string[]>;
208
236
  readonly pageSizeOptions: import("@angular/core").InputSignal<number[]>;
209
237
  readonly type: import("@angular/core").InputSignal<"list" | "table" | "grid">;
210
238
  readonly selection: import("@angular/core").InputSignal<SelectionModel<string>>;
211
239
  readonly highlight: import("@angular/core").InputSignal<SelectionModel<string>>;
212
240
  readonly queryLabel: import("@angular/core").InputSignal<string>;
241
+ readonly navMode: import("@angular/core").InputSignal<string>;
213
242
  readonly form$: import("rxjs").Observable<unknown>;
214
243
  readonly formValue: import("@angular/core").Signal<Partial<{
215
244
  query: string;
@@ -232,7 +261,7 @@ export declare class IndexTemplateStore<T extends {
232
261
  indexLength: IndexLengthPipe<any>;
233
262
  };
234
263
  static ɵfac: i0.ɵɵFactoryDeclaration<IndexTemplateStore<any>, never>;
235
- static ɵdir: i0.ɵɵDirectiveDeclaration<IndexTemplateStore<any>, "templates-index", never, { "form": { "alias": "form"; "required": false; "isSignal": true; }; "gridToolbarActions": { "alias": "gridToolbarActions"; "required": false; "isSignal": true; }; "toggleActions": { "alias": "toggleActions"; "required": false; "isSignal": true; }; "tableChildrenKey": { "alias": "tableChildrenKey"; "required": false; "isSignal": true; }; "tableIsHidden": { "alias": "tableIsHidden"; "required": false; "isSignal": true; }; "tableTreeControl": { "alias": "tableTreeControl"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemsLength": { "alias": "itemsLength"; "required": false; "isSignal": true; }; "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "groupedBy": { "alias": "groupedBy"; "required": false; "isSignal": true; }; "groupKeys": { "alias": "groupKeys"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "queryLabel": { "alias": "queryLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
264
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IndexTemplateStore<any>, "templates-index", never, { "form": { "alias": "form"; "required": false; "isSignal": true; }; "gridToolbarActions": { "alias": "gridToolbarActions"; "required": false; "isSignal": true; }; "toggleActions": { "alias": "toggleActions"; "required": false; "isSignal": true; }; "tableChildrenKey": { "alias": "tableChildrenKey"; "required": false; "isSignal": true; }; "tableIsHidden": { "alias": "tableIsHidden"; "required": false; "isSignal": true; }; "tableTreeControl": { "alias": "tableTreeControl"; "required": false; "isSignal": true; }; "itemActions": { "alias": "itemActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "titleControl": { "alias": "titleControl"; "required": false; "isSignal": true; }; "titleEditable": { "alias": "titleEditable"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "items": { "alias": "items"; "required": false; "isSignal": true; }; "itemsMap": { "alias": "itemsMap"; "required": false; "isSignal": true; }; "itemsMapKeys": { "alias": "itemsMapKeys"; "required": false; "isSignal": true; }; "itemsLength": { "alias": "itemsLength"; "required": false; "isSignal": true; }; "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "groupedBy": { "alias": "groupedBy"; "required": false; "isSignal": true; }; "groupKeys": { "alias": "groupKeys"; "required": false; "isSignal": true; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "queryLabel": { "alias": "queryLabel"; "required": false; "isSignal": true; }; "navMode": { "alias": "navMode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
236
265
  }
237
266
  export declare class IndexTemplate<T> extends NgAtomicComponent {
238
267
  static ActionId: typeof ActionId;
@@ -246,5 +275,5 @@ export declare class IndexTemplate<T> extends NgAtomicComponent {
246
275
  protected onHeaderCheckboxClick(): void;
247
276
  protected back(): void;
248
277
  static ɵfac: i0.ɵɵFactoryDeclaration<IndexTemplate<any>, never>;
249
- static ɵcmp: i0.ɵɵComponentDeclaration<IndexTemplate<any>, "templates-index", never, {}, {}, never, ["[dashboard]"], true, [{ directive: typeof IndexTemplateStore; inputs: { "gridToolbarActions": "gridToolbarActions"; "tableChildrenKey": "tableChildrenKey"; "tableIsHidden": "tableIsHidden"; "tableTreeControl": "tableTreeControl"; "form": "form"; "title": "title"; "description": "description"; "items": "items"; "itemsLength": "itemsLength"; "itemActions": "itemActions"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "selection": "selection"; "pageSizeOptions": "pageSizeOptions"; "type": "type"; "highlight": "highlight"; "queryLabel": "queryLabel"; }; outputs: {}; }]>;
278
+ static ɵcmp: i0.ɵɵComponentDeclaration<IndexTemplate<any>, "templates-index", never, {}, {}, never, ["[navDashboard]", "[dashboard]"], true, [{ directive: typeof IndexTemplateStore; inputs: { "gridToolbarActions": "gridToolbarActions"; "tableChildrenKey": "tableChildrenKey"; "tableIsHidden": "tableIsHidden"; "tableTreeControl": "tableTreeControl"; "form": "form"; "title": "title"; "titleControl": "titleControl"; "titleEditable": "titleEditable"; "description": "description"; "items": "items"; "itemsMap": "itemsMap"; "itemsLength": "itemsLength"; "itemActions": "itemActions"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "navMode": "navMode"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "selection": "selection"; "pageSizeOptions": "pageSizeOptions"; "type": "type"; "highlight": "highlight"; "queryLabel": "queryLabel"; }; outputs: {}; }]>;
250
279
  }
@@ -1,5 +1,5 @@
1
+ import { Actions, NgAtomicComponent } from '@ng-atomic/core';
1
2
  import { EditorComponent } from '@ng-atomic/components/extras/editor';
2
- import { NgAtomicComponent } from '@ng-atomic/core';
3
3
  import { Extension } from '@codemirror/state';
4
4
  import * as i0 from "@angular/core";
5
5
  declare enum ActionId {
@@ -8,14 +8,17 @@ declare enum ActionId {
8
8
  export declare class CodeEditorTemplateStore {
9
9
  content: import("@angular/core").ModelSignal<string>;
10
10
  readonly extensions: import("@angular/core").InputSignal<Extension[]>;
11
+ readonly navStartActions: import("@angular/core").InputSignal<Actions>;
12
+ readonly navEndActions: import("@angular/core").InputSignal<Actions>;
13
+ readonly title: import("@angular/core").InputSignal<string>;
11
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CodeEditorTemplateStore, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<CodeEditorTemplateStore, "templates-code-editor", never, { "content": { "alias": "content"; "required": false; "isSignal": true; }; "extensions": { "alias": "extensions"; "required": false; "isSignal": true; }; }, { "content": "contentChange"; }, never, never, true, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CodeEditorTemplateStore, "templates-code-editor", never, { "content": { "alias": "content"; "required": false; "isSignal": true; }; "extensions": { "alias": "extensions"; "required": false; "isSignal": true; }; "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, { "content": "contentChange"; }, never, never, true, never>;
13
16
  }
14
17
  export declare class CodeEditorTemplate extends NgAtomicComponent {
15
18
  static ActionId: typeof ActionId;
16
19
  protected store: CodeEditorTemplateStore;
17
20
  readonly editor: import("@angular/core").Signal<EditorComponent>;
18
21
  static ɵfac: i0.ɵɵFactoryDeclaration<CodeEditorTemplate, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<CodeEditorTemplate, "templates-code-editor", never, {}, {}, never, never, true, [{ directive: typeof CodeEditorTemplateStore; inputs: { "content": "content"; "extensions": "extensions"; }; outputs: { "contentChange": "contentChange"; }; }]>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodeEditorTemplate, "templates-code-editor", never, {}, {}, never, never, true, [{ directive: typeof CodeEditorTemplateStore; inputs: { "content": "content"; "extensions": "extensions"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "title": "title"; }; outputs: { "contentChange": "contentChange"; }; }]>;
20
23
  }
21
24
  export {};
@@ -28,6 +28,6 @@ export declare class EntranceTemplate extends NgAtomicComponent {
28
28
  protected ActionId: typeof ActionId;
29
29
  protected store: EntranceTemplateStore;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<EntranceTemplate, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<EntranceTemplate, "templates-entrance", never, {}, {}, never, never, true, [{ directive: typeof EntranceTemplateStore; inputs: { "form": "form"; "actions": "actions"; "title": "title"; }; outputs: {}; }]>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<EntranceTemplate, "templates-entrance", never, {}, {}, never, never, true, [{ directive: typeof EntranceTemplateStore; inputs: { "form": "form"; "actions": "actions"; "title": "title"; "fieldMap": "fieldMap"; }; outputs: {}; }]>;
32
32
  }
33
33
  export {};
@@ -1,21 +1,27 @@
1
1
  import { FormGroup } from '@angular/forms';
2
2
  import { FormField, FormFieldMap } from '@ng-atomic/common/pipes/smart-field';
3
3
  import { AbstractControl } from '@angular/forms';
4
- import { Action } from '@ng-atomic/core';
4
+ import { Action, InjectableComponent } from '@ng-atomic/core';
5
5
  import { NgAtomicComponent } from '@ng-atomic/core';
6
6
  import * as i0 from "@angular/core";
7
7
  declare enum ActionId {
8
8
  FILE_SELECTED = "[@ng-atomic/components:templates/form/ng-atomic-form-section-switcher] File selected",
9
9
  CANCEL = "[@ng-atomic/components:templates/form/ng-atomic-form-section-switcher] Cancel"
10
10
  }
11
- export declare class NgAtomicFormSectionSwitcher extends NgAtomicComponent {
11
+ export declare class NgAtomicFormSectionSwitcherStore extends InjectableComponent {
12
12
  static readonly ActionId: typeof ActionId;
13
13
  readonly name: import("@angular/core").InputSignal<string>;
14
14
  readonly control: import("@angular/core").InputSignal<AbstractControl<any, any>>;
15
15
  readonly field: import("@angular/core").InputSignal<FormFieldMap | FormField>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicFormSectionSwitcherStore, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgAtomicFormSectionSwitcherStore, "ng-atomic-form-section-switcher", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "control": { "alias": "control"; "required": true; "isSignal": true; }; "field": { "alias": "field"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
18
+ }
19
+ export declare class NgAtomicFormSectionSwitcher extends NgAtomicComponent {
20
+ static readonly ActionId: typeof ActionId;
21
+ protected readonly store: NgAtomicFormSectionSwitcherStore;
16
22
  protected dispatchFileInputAction(action: Action, name: string): Promise<void>;
17
23
  static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicFormSectionSwitcher, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<NgAtomicFormSectionSwitcher, "ng-atomic-form-section-switcher", never, { "name": { "alias": "name"; "required": true; "isSignal": true; }; "control": { "alias": "control"; "required": true; "isSignal": true; }; "field": { "alias": "field"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<NgAtomicFormSectionSwitcher, "ng-atomic-form-section-switcher", never, {}, {}, never, never, true, [{ directive: typeof NgAtomicFormSectionSwitcherStore; inputs: { "name": "name"; "control": "control"; "field": "field"; }; outputs: {}; }]>;
19
25
  }
20
26
  export declare class NgAtomicFormSectionBuilder extends NgAtomicComponent {
21
27
  static readonly ActionId: typeof ActionId;
@@ -27,6 +33,7 @@ export declare class NgAtomicFormSectionBuilder extends NgAtomicComponent {
27
33
  control: AbstractControl<any, any>;
28
34
  field: FormFieldMap | FormField<any>;
29
35
  }[]>;
36
+ constructor();
30
37
  static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicFormSectionBuilder, never>;
31
38
  static ɵcmp: i0.ɵɵComponentDeclaration<NgAtomicFormSectionBuilder, "ng-atomic-form-section-builder", never, { "form": { "alias": "form"; "required": true; "isSignal": true; }; "formFlatExcludes": { "alias": "formFlatExcludes"; "required": false; "isSignal": true; }; "fieldMap": { "alias": "fieldMap"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
32
39
  }
@@ -67,7 +67,8 @@ export declare class FormTemplate extends NgAtomicComponent implements OnInit {
67
67
  protected readonly cd: ChangeDetectorRef;
68
68
  ngOnInit(): void;
69
69
  protected back(): void;
70
+ protected fileSelected(payload: any): void;
70
71
  static ɵfac: i0.ɵɵFactoryDeclaration<FormTemplate, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<FormTemplate, "templates-form", never, {}, {}, never, never, true, [{ directive: typeof FormTemplateStore; inputs: { "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "title": "title"; "form": "form"; "formFlatExcludes": "formFlatExcludes"; "actions": "actions"; "fieldMap": "fieldMap"; }; outputs: {}; }]>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormTemplate, "templates-form", never, {}, {}, never, ["[dashboard]"], true, [{ directive: typeof FormTemplateStore; inputs: { "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "title": "title"; "form": "form"; "formFlatExcludes": "formFlatExcludes"; "actions": "actions"; "fieldMap": "fieldMap"; }; outputs: {}; }]>;
72
73
  }
73
74
  export {};
@@ -3,11 +3,12 @@ import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IconButtonMenuTemplateStore extends InjectableComponent {
5
5
  readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
6
+ readonly bottomActions: import("@angular/core").InputSignal<Action<any>[]>;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonMenuTemplateStore, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<IconButtonMenuTemplateStore, "templates-icon-button-menu", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IconButtonMenuTemplateStore, "templates-icon-button-menu", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "bottomActions": { "alias": "bottomActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
8
9
  }
9
10
  export declare class IconButtonMenuTemplate extends NgAtomicComponent {
10
11
  protected store: IconButtonMenuTemplateStore;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonMenuTemplate, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonMenuTemplate, "templates-icon-button-menu", never, {}, {}, never, never, true, [{ directive: typeof IconButtonMenuTemplateStore; inputs: { "actions": "actions"; }; outputs: {}; }]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonMenuTemplate, "templates-icon-button-menu", never, {}, {}, never, never, true, [{ directive: typeof IconButtonMenuTemplateStore; inputs: { "actions": "actions"; "bottomActions": "bottomActions"; }; outputs: {}; }]>;
13
14
  }
@@ -1,29 +1,33 @@
1
- import { EventEmitter, SimpleChanges, AfterViewInit, OnChanges } from '@angular/core';
1
+ import { AfterViewInit, OnChanges } from '@angular/core';
2
2
  import { ScrollFrame } from '@ng-atomic/components/frames/scroll-v2';
3
3
  import { FormGroup } from '@angular/forms';
4
4
  import { FormControl } from '@angular/forms';
5
- import { Action } from '@ng-atomic/core';
5
+ import { Action, NgAtomicComponent } from '@ng-atomic/core';
6
6
  import * as i0 from "@angular/core";
7
- export declare class MessagesTemplate implements AfterViewInit, OnChanges {
8
- title: string;
9
- navStartActions: Action[];
10
- navEndActions: Action[];
11
- messages: {
7
+ export declare class MessagesTemplateStore {
8
+ readonly title: import("@angular/core").InputSignal<string>;
9
+ readonly navStartActions: import("@angular/core").InputSignal<Action<any>[]>;
10
+ readonly navEndActions: import("@angular/core").InputSignal<Action<any>[]>;
11
+ readonly messages: import("@angular/core").InputSignal<{
12
12
  role: string;
13
13
  content: string;
14
- }[];
15
- actions: Action[];
16
- placeholder: string;
17
- isMessageCreating: false | string;
18
- form: FormGroup<{
14
+ }[]>;
15
+ readonly actions: import("@angular/core").InputSignal<Action<any>[]>;
16
+ readonly placeholder: import("@angular/core").InputSignal<string>;
17
+ readonly isMessageCreating: import("@angular/core").InputSignal<string | false>;
18
+ readonly form: import("@angular/core").InputSignal<FormGroup<{
19
19
  name: FormControl<string>;
20
20
  description: FormControl<string>;
21
21
  message: FormControl<string>;
22
- }>;
23
- action: EventEmitter<Action<any>>;
24
- scrollFrame: ScrollFrame;
22
+ }>>;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<MessagesTemplateStore, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesTemplateStore, never, never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "navStartActions": { "alias": "navStartActions"; "required": false; "isSignal": true; }; "navEndActions": { "alias": "navEndActions"; "required": false; "isSignal": true; }; "messages": { "alias": "messages"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "isMessageCreating": { "alias": "isMessageCreating"; "required": false; "isSignal": true; }; "form": { "alias": "form"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
25
+ }
26
+ export declare class MessagesTemplate extends NgAtomicComponent implements AfterViewInit, OnChanges {
27
+ protected readonly store: MessagesTemplateStore;
28
+ readonly scroll: import("@angular/core").Signal<ScrollFrame>;
29
+ constructor();
25
30
  ngAfterViewInit(): void;
26
- ngOnChanges(changes: SimpleChanges): void;
27
31
  static ɵfac: i0.ɵɵFactoryDeclaration<MessagesTemplate, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<MessagesTemplate, "templates-messages", never, { "title": { "alias": "title"; "required": false; }; "navStartActions": { "alias": "navStartActions"; "required": false; }; "navEndActions": { "alias": "navEndActions"; "required": false; }; "messages": { "alias": "messages"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isMessageCreating": { "alias": "isMessageCreating"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, { "action": "action"; }, never, never, true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessagesTemplate, "templates-messages", never, {}, {}, never, never, true, [{ directive: typeof MessagesTemplateStore; inputs: { "title": "title"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "messages": "messages"; "actions": "actions"; "placeholder": "placeholder"; "isMessageCreating": "isMessageCreating"; "form": "form"; }; outputs: {}; }]>;
29
33
  }
@@ -1,4 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
+ /** @deprecated use `provideTemplates` */
2
3
  export declare class NgAtomicTemplatesModule {
3
4
  static forRoot(): {
4
5
  ngModule: typeof NgAtomicTemplatesModule;
@@ -23,9 +24,31 @@ export declare class NgAtomicTemplatesModule {
23
24
  } | {
24
25
  provide: any;
25
26
  useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/menu").MenuTemplate>>;
26
- })[];
27
+ })[][];
27
28
  };
28
29
  static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicTemplatesModule, never>;
29
30
  static ɵmod: i0.ɵɵNgModuleDeclaration<NgAtomicTemplatesModule, never, never, never>;
30
31
  static ɵinj: i0.ɵɵInjectorDeclaration<NgAtomicTemplatesModule>;
31
32
  }
33
+ export declare function provideTemplates(): ({
34
+ provide: any;
35
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/_index").IndexTemplate<unknown>>>;
36
+ } | {
37
+ provide: any;
38
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/background").BackgroundTemplate>>;
39
+ } | {
40
+ provide: any;
41
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/form").FormTemplate>>;
42
+ } | {
43
+ provide: any;
44
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/entrance").EntranceTemplate>>;
45
+ } | {
46
+ provide: any;
47
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/columns").ColumnsTemplate>>;
48
+ } | import("@angular/core").Provider | {
49
+ provide: any;
50
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/icon-button-menu").IconButtonMenuTemplate>>;
51
+ } | {
52
+ provide: any;
53
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/templates/menu").MenuTemplate>>;
54
+ })[];
@@ -1,46 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { ChangeDetectionStrategy, Component, ElementRef, ViewChild } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export class ScrollFrame {
5
- isScrollBottom() {
6
- const contents = this.contents.nativeElement;
7
- return contents.scrollHeight - contents.scrollTop === contents.clientHeight;
8
- }
9
- scrollToBottom() {
10
- this.contents.nativeElement.scrollTop = this.contents.nativeElement.scrollHeight;
11
- }
12
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ScrollFrame, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
13
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.2", type: ScrollFrame, isStandalone: true, selector: "frames-scroll", viewQueries: [{ propertyName: "contents", first: true, predicate: ["contents"], descendants: true, static: true }], ngImport: i0, template: `
14
- <div class="top">
15
- <ng-content select=[top]></ng-content>
16
- </div>
17
- <div class="contents" #contents>
18
- <ng-content></ng-content>
19
- <!-- <ng-content select=[contents]></ng-content> -->
20
- </div>
21
- <div class="bottom">
22
- <ng-content select=[bottom]></ng-content>
23
- </div>
24
- `, isInline: true, styles: [":host{--height: 100%;--height-SCOPED-IN-scroll-b5Ej: var(--height);--top-height: 56px;--top-height-SCOPED-IN-scroll-b5Ej: var(--top-height);--bottom-height: 56px;--bottom-height-SCOPED-IN-scroll-b5Ej: var(--bottom-height);--contents-gap: 16px;--contents-gap-SCOPED-IN-scroll-b5Ej: var(--contents-gap)}:host{display:flex;width:100%;flex-direction:column;justify-content:space-between;height:var(--height-SCOPED-IN-scroll-b5Ej);overflow:hidden}:host .top{height:fit-content;transition:.5s height;touch-action:none}:host .contents{display:flex;flex:auto;flex-direction:column;gap:var(--contents-gap-SCOPED-IN-scroll-b5Ej);transition:.5s height;overflow:scroll;box-sizing:border-box;-webkit-overflow-scrolling:touch}:host .contents::-webkit-scrollbar{display:none}:host .bottom{height:fit-content}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
25
- }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.2", ngImport: i0, type: ScrollFrame, decorators: [{
27
- type: Component,
28
- args: [{ selector: 'frames-scroll', standalone: true, imports: [
29
- CommonModule,
30
- ], template: `
31
- <div class="top">
32
- <ng-content select=[top]></ng-content>
33
- </div>
34
- <div class="contents" #contents>
35
- <ng-content></ng-content>
36
- <!-- <ng-content select=[contents]></ng-content> -->
37
- </div>
38
- <div class="bottom">
39
- <ng-content select=[bottom]></ng-content>
40
- </div>
41
- `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{--height: 100%;--height-SCOPED-IN-scroll-b5Ej: var(--height);--top-height: 56px;--top-height-SCOPED-IN-scroll-b5Ej: var(--top-height);--bottom-height: 56px;--bottom-height-SCOPED-IN-scroll-b5Ej: var(--bottom-height);--contents-gap: 16px;--contents-gap-SCOPED-IN-scroll-b5Ej: var(--contents-gap)}:host{display:flex;width:100%;flex-direction:column;justify-content:space-between;height:var(--height-SCOPED-IN-scroll-b5Ej);overflow:hidden}:host .top{height:fit-content;transition:.5s height;touch-action:none}:host .contents{display:flex;flex:auto;flex-direction:column;gap:var(--contents-gap-SCOPED-IN-scroll-b5Ej);transition:.5s height;overflow:scroll;box-sizing:border-box;-webkit-overflow-scrolling:touch}:host .contents::-webkit-scrollbar{display:none}:host .bottom{height:fit-content}\n"] }]
42
- }], propDecorators: { contents: [{
43
- type: ViewChild,
44
- args: ['contents', { static: true }]
45
- }] } });
46
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2Nyb2xsLmZyYW1lLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvZnJhbWVzL3Njcm9sbC12Mi9zY3JvbGwuZnJhbWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUF1QjFGLE1BQU0sT0FBTyxXQUFXO0lBS3RCLGNBQWM7UUFDWixNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLGFBQWEsQ0FBQztRQUM3QyxPQUFPLFFBQVEsQ0FBQyxZQUFZLEdBQUcsUUFBUSxDQUFDLFNBQVMsS0FBSyxRQUFRLENBQUMsWUFBWSxDQUFDO0lBQzlFLENBQUM7SUFFRCxjQUFjO1FBQ1osSUFBSSxDQUFDLFFBQVEsQ0FBQyxhQUFhLENBQUMsU0FBUyxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQztJQUNuRixDQUFDOzhHQVpVLFdBQVc7a0dBQVgsV0FBVyw2TEFmWjs7Ozs7Ozs7Ozs7R0FXVCxvMkJBYkMsWUFBWTs7MkZBaUJILFdBQVc7a0JBckJ2QixTQUFTOytCQUNFLGVBQWUsY0FDYixJQUFJLFdBQ1A7d0JBQ1AsWUFBWTtxQkFDYixZQUNTOzs7Ozs7Ozs7OztHQVdULG1CQUVnQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUtyQyxRQUFRO3NCQURqQixTQUFTO3VCQUFDLFVBQVUsRUFBRSxFQUFDLE1BQU0sRUFBRSxJQUFJLEVBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2ZyYW1lcy1zY3JvbGwnLFxuICBzdGFuZGFsb25lOiB0cnVlLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICBdLFxuICB0ZW1wbGF0ZTogYFxuICA8ZGl2IGNsYXNzPVwidG9wXCI+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVt0b3BdPjwvbmctY29udGVudD5cbiAgPC9kaXY+XG4gIDxkaXYgY2xhc3M9XCJjb250ZW50c1wiICNjb250ZW50cz5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4gICAgPCEtLSA8bmctY29udGVudCBzZWxlY3Q9W2NvbnRlbnRzXT48L25nLWNvbnRlbnQ+IC0tPlxuICA8L2Rpdj5cbiAgPGRpdiBjbGFzcz1cImJvdHRvbVwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1bYm90dG9tXT48L25nLWNvbnRlbnQ+XG4gIDwvZGl2PlxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9zY3JvbGwuZnJhbWUuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgU2Nyb2xsRnJhbWUge1xuXG4gIEBWaWV3Q2hpbGQoJ2NvbnRlbnRzJywge3N0YXRpYzogdHJ1ZX0pXG4gIHByb3RlY3RlZCBjb250ZW50czogRWxlbWVudFJlZjxIVE1MRGl2RWxlbWVudD47XG5cbiAgaXNTY3JvbGxCb3R0b20oKSB7XG4gICAgY29uc3QgY29udGVudHMgPSB0aGlzLmNvbnRlbnRzLm5hdGl2ZUVsZW1lbnQ7XG4gICAgcmV0dXJuIGNvbnRlbnRzLnNjcm9sbEhlaWdodCAtIGNvbnRlbnRzLnNjcm9sbFRvcCA9PT0gY29udGVudHMuY2xpZW50SGVpZ2h0O1xuICB9XG5cbiAgc2Nyb2xsVG9Cb3R0b20oKSB7XG4gICAgdGhpcy5jb250ZW50cy5uYXRpdmVFbGVtZW50LnNjcm9sbFRvcCA9IHRoaXMuY29udGVudHMubmF0aXZlRWxlbWVudC5zY3JvbGxIZWlnaHQ7XG4gIH1cbn1cbiJdfQ==
@@ -1,2 +0,0 @@
1
- export * from './smart-list.organism';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9vcmdhbmlzbXMvc21hcnQtbGlzdC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHVCQUF1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zbWFydC1saXN0Lm9yZ2FuaXNtJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmctYXRvbWljLWNvbXBvbmVudHMtb3JnYW5pc21zLXNtYXJ0LWxpc3QuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9vcmdhbmlzbXMvc21hcnQtbGlzdC9uZy1hdG9taWMtY29tcG9uZW50cy1vcmdhbmlzbXMtc21hcnQtbGlzdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==