@ng-atomic/components 17.14.0 → 18.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (298) hide show
  1. package/atoms/chips-input/chips-input.atom.d.ts +2 -2
  2. package/esm2022/atoms/atoms.module.mjs +4 -4
  3. package/esm2022/atoms/badge/badge.atom.mjs +3 -3
  4. package/esm2022/atoms/chips-input/chips-input.atom.mjs +4 -4
  5. package/esm2022/atoms/icon/icon.atom.mjs +5 -5
  6. package/esm2022/atoms/smart-menu-button/smart-menu-button.atom.mjs +9 -9
  7. package/esm2022/components.module.mjs +4 -4
  8. package/esm2022/extras/editor/editor.component.mjs +4 -4
  9. package/esm2022/extras/extras.module.mjs +4 -4
  10. package/esm2022/frames/app/app.frame.mjs +23 -24
  11. package/esm2022/frames/auto-layout/auto-layout.frame.mjs +4 -4
  12. package/esm2022/frames/card/card.frame.mjs +3 -3
  13. package/esm2022/frames/columns/columns.frame.mjs +22 -22
  14. package/esm2022/frames/divider/divider.frame.mjs +6 -6
  15. package/esm2022/frames/drawer/drawer.frame.mjs +8 -8
  16. package/esm2022/frames/entrance/entrance.frame.mjs +8 -8
  17. package/esm2022/frames/fab/fab.frame.mjs +8 -8
  18. package/esm2022/frames/fab/fab.service.mjs +3 -3
  19. package/esm2022/frames/frames.module.mjs +4 -4
  20. package/esm2022/frames/line-up/line-up.frame.mjs +9 -9
  21. package/esm2022/frames/line-up/line-up.service.mjs +3 -3
  22. package/esm2022/frames/loading/loading.frame.mjs +8 -8
  23. package/esm2022/frames/overlay/overlay.frame.mjs +6 -6
  24. package/esm2022/frames/router-outlet/router-outlet.frame.mjs +9 -9
  25. package/esm2022/frames/scroll/scroll.frame.mjs +5 -5
  26. package/esm2022/frames/scroll-v2/scroll.frame.mjs +6 -6
  27. package/esm2022/frames/side-nav/side-nav.frame.mjs +28 -29
  28. package/esm2022/frames/smart-menu/smart-menu.frame.mjs +5 -5
  29. package/esm2022/frames/tabs/tabs.frame.mjs +4 -4
  30. package/esm2022/frames/toggle/toggle.frame.mjs +5 -5
  31. package/esm2022/frames/vertical-hide/vertical-hide.frame.mjs +5 -5
  32. package/esm2022/molecules/action-input-field/action-input-field.molecule.mjs +6 -6
  33. package/esm2022/molecules/actions-column/actions-column.molecule.mjs +10 -10
  34. package/esm2022/molecules/checkbox-column/checkbox-column.molecule.mjs +5 -5
  35. package/esm2022/molecules/chips-input-field/chips-input-field.molecule.mjs +7 -7
  36. package/esm2022/molecules/date-input-field/date-input-field.molecule.mjs +8 -8
  37. package/esm2022/molecules/date-range-input-field/date-range-input-field.molecule.mjs +8 -8
  38. package/esm2022/molecules/file-input-field/file-input-field.molecule.mjs +9 -9
  39. package/esm2022/molecules/grid-item/grid-item.molecule.mjs +5 -5
  40. package/esm2022/molecules/header/header.molecule.mjs +6 -6
  41. package/esm2022/molecules/loading-box/loading-box.molecule.mjs +8 -8
  42. package/esm2022/molecules/molecules.module.mjs +4 -4
  43. package/esm2022/molecules/navigation-list-item/navigation-list-item.molecule.mjs +8 -8
  44. package/esm2022/molecules/nested-menu/nested-menu.molecule.mjs +3 -3
  45. package/esm2022/molecules/select-input-field/select-input-field.molecule.mjs +8 -8
  46. package/esm2022/molecules/smart-column/smart-column.molecule.mjs +8 -8
  47. package/esm2022/molecules/text-input-field/text-input-field.molecule.mjs +9 -9
  48. package/esm2022/molecules/textarea-field/textarea-field.molecule.mjs +7 -7
  49. package/esm2022/molecules/tree-column/tree-column.molecule.mjs +8 -8
  50. package/esm2022/organisms/action-buttons-section/action-buttons-section.organism.mjs +8 -8
  51. package/esm2022/organisms/action-input-section/action-input-section.organism.mjs +8 -8
  52. package/esm2022/organisms/agreement-input-section/agreement-input-section.organism.mjs +6 -6
  53. package/esm2022/organisms/card-input-section/card-input-section.organism.mjs +4 -4
  54. package/esm2022/organisms/chips-input-section/chips-input-section.organism.mjs +6 -6
  55. package/esm2022/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +4 -4
  56. package/esm2022/organisms/date-input-section/date-input-section.organism.mjs +8 -8
  57. package/esm2022/organisms/date-range-input-section/date-range-input-section.organism.mjs +8 -8
  58. package/esm2022/organisms/definition-list/definition-list.organism.mjs +8 -8
  59. package/esm2022/organisms/file-input-section/file-input-section.organism.mjs +8 -8
  60. package/esm2022/organisms/filters-section/filters-section.organism.mjs +3 -3
  61. package/esm2022/organisms/graphql-editor/graphql-editor.organism.mjs +4 -4
  62. package/esm2022/organisms/grid-cards-section/grid-cards-section.organism.mjs +5 -5
  63. package/esm2022/organisms/grid-toolbar/grid-toolbar.organism.mjs +6 -6
  64. package/esm2022/organisms/heading/heading.organism.mjs +5 -5
  65. package/esm2022/organisms/image-preview-section/image-preview-section.organism.mjs +3 -3
  66. package/esm2022/organisms/markdown-preview-section/markdown-preview-section.organism.mjs +6 -6
  67. package/esm2022/organisms/menu-footer/menu-footer.organism.mjs +8 -8
  68. package/esm2022/organisms/menu-header/menu-header.organism.mjs +8 -8
  69. package/esm2022/organisms/mermaid-section/mermaid-section.organism.mjs +4 -4
  70. package/esm2022/organisms/message-input-section/message-input-section.organism.mjs +3 -3
  71. package/esm2022/organisms/messages-section/messages-section.organism.mjs +5 -5
  72. package/esm2022/organisms/navigation-list/navigation-list.organism.mjs +8 -8
  73. package/esm2022/organisms/navigator/navigator.organism.mjs +8 -8
  74. package/esm2022/organisms/number-input-section/number-input-section.organism.mjs +8 -8
  75. package/esm2022/organisms/organisms.module.mjs +4 -4
  76. package/esm2022/organisms/paginator/paginator.organism.mjs +8 -8
  77. package/esm2022/organisms/password-input-section/password-input-section.organism.mjs +8 -8
  78. package/esm2022/organisms/select-input-section/select-input-section.organism.mjs +8 -8
  79. package/esm2022/organisms/selection-list/selection-list.organism.mjs +3 -3
  80. package/esm2022/organisms/slider-input-section/slider-input-section.organism.mjs +8 -8
  81. package/esm2022/organisms/smart-list/smart-list.organism.mjs +6 -6
  82. package/esm2022/organisms/social-login-section/social-login-section.organism.mjs +4 -4
  83. package/esm2022/organisms/stripe-input-section/stripe-input-section.organism.mjs +11 -11
  84. package/esm2022/organisms/table/table.organism.mjs +9 -9
  85. package/esm2022/organisms/terminal/terminal.organism.mjs +4 -4
  86. package/esm2022/organisms/text-input-section/text-input-section.organism.mjs +8 -8
  87. package/esm2022/organisms/text-preview-section/text-preview-section.organism.mjs +6 -6
  88. package/esm2022/organisms/textarea-section/textarea-section.organism.mjs +8 -8
  89. package/esm2022/organisms/thread-messages-section/thread-messages-section.organism.mjs +8 -8
  90. package/esm2022/organisms/time-range-input-section/time-range-input-section.organism.mjs +3 -3
  91. package/esm2022/organisms/toolbar/toolbar.organism.mjs +3 -3
  92. package/esm2022/organisms/tree-section/tree-section.organism.mjs +4 -4
  93. package/esm2022/organisms/vertical-divider/vertical-divider.organism.mjs +3 -3
  94. package/esm2022/organisms/video-section/video-section.organism.mjs +17 -17
  95. package/esm2022/pages/_index/index.page.mjs +10 -10
  96. package/esm2022/pages/blank/blank.page.mjs +3 -3
  97. package/esm2022/pages/columns/columns.page.mjs +6 -6
  98. package/esm2022/pages/form/form.page.mjs +9 -9
  99. package/esm2022/pages/pages.module.mjs +4 -4
  100. package/esm2022/pages/terms/terms.page.mjs +6 -6
  101. package/esm2022/sheets/actions/actions.sheet.mjs +3 -3
  102. package/esm2022/sheets/sheets.module.mjs +4 -4
  103. package/esm2022/sheets/sheets.service.mjs +3 -3
  104. package/esm2022/templates/_index/index.template.mjs +55 -57
  105. package/esm2022/templates/background/background.template.mjs +7 -7
  106. package/esm2022/templates/code-editor/code-editor.template.mjs +6 -6
  107. package/esm2022/templates/columns/columns.template.mjs +9 -9
  108. package/esm2022/templates/entrance/entrance.template.mjs +24 -25
  109. package/esm2022/templates/file-tree/file-tree.template.mjs +3 -3
  110. package/esm2022/templates/form/form.builder.mjs +28 -37
  111. package/esm2022/templates/form/form.template.mjs +9 -9
  112. package/esm2022/templates/icon-button-menu/icon-button-menu.template.mjs +8 -8
  113. package/esm2022/templates/loading/loading.template.mjs +3 -3
  114. package/esm2022/templates/menu/menu.template.mjs +8 -8
  115. package/esm2022/templates/messages/messages.template.mjs +4 -4
  116. package/esm2022/templates/selection/selection.template.mjs +8 -8
  117. package/esm2022/templates/settings/settings.template.mjs +5 -5
  118. package/esm2022/templates/tab-editor/tab-editor.template.mjs +3 -3
  119. package/esm2022/templates/templates.module.mjs +4 -4
  120. package/esm2022/templates/term/term.template.mjs +6 -6
  121. package/extras/editor/editor.component.d.ts +2 -2
  122. package/fesm2022/ng-atomic-components-atoms-badge.mjs +3 -3
  123. package/fesm2022/ng-atomic-components-atoms-chips-input.mjs +3 -3
  124. package/fesm2022/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  125. package/fesm2022/ng-atomic-components-atoms-icon.mjs +5 -5
  126. package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs +9 -9
  127. package/fesm2022/ng-atomic-components-atoms.mjs +4 -4
  128. package/fesm2022/ng-atomic-components-extras-editor.mjs +3 -3
  129. package/fesm2022/ng-atomic-components-extras-editor.mjs.map +1 -1
  130. package/fesm2022/ng-atomic-components-extras.mjs +4 -4
  131. package/fesm2022/ng-atomic-components-frames-app.mjs +22 -23
  132. package/fesm2022/ng-atomic-components-frames-app.mjs.map +1 -1
  133. package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +4 -4
  134. package/fesm2022/ng-atomic-components-frames-card.mjs +3 -3
  135. package/fesm2022/ng-atomic-components-frames-columns.mjs +21 -21
  136. package/fesm2022/ng-atomic-components-frames-columns.mjs.map +1 -1
  137. package/fesm2022/ng-atomic-components-frames-divider.mjs +5 -5
  138. package/fesm2022/ng-atomic-components-frames-divider.mjs.map +1 -1
  139. package/fesm2022/ng-atomic-components-frames-drawer.mjs +8 -8
  140. package/fesm2022/ng-atomic-components-frames-entrance.mjs +8 -8
  141. package/fesm2022/ng-atomic-components-frames-fab.mjs +11 -11
  142. package/fesm2022/ng-atomic-components-frames-line-up.mjs +11 -11
  143. package/fesm2022/ng-atomic-components-frames-line-up.mjs.map +1 -1
  144. package/fesm2022/ng-atomic-components-frames-loading.mjs +8 -8
  145. package/fesm2022/ng-atomic-components-frames-overlay.mjs +6 -6
  146. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs +8 -8
  147. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs.map +1 -1
  148. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +5 -5
  149. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs.map +1 -1
  150. package/fesm2022/ng-atomic-components-frames-scroll.mjs +5 -5
  151. package/fesm2022/ng-atomic-components-frames-side-nav.mjs +27 -28
  152. package/fesm2022/ng-atomic-components-frames-side-nav.mjs.map +1 -1
  153. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs +4 -4
  154. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  155. package/fesm2022/ng-atomic-components-frames-tabs.mjs +3 -3
  156. package/fesm2022/ng-atomic-components-frames-tabs.mjs.map +1 -1
  157. package/fesm2022/ng-atomic-components-frames-toggle.mjs +4 -4
  158. package/fesm2022/ng-atomic-components-frames-toggle.mjs.map +1 -1
  159. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs +5 -5
  160. package/fesm2022/ng-atomic-components-frames.mjs +4 -4
  161. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs +5 -5
  162. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs.map +1 -1
  163. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs +9 -9
  164. package/fesm2022/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  165. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs +4 -4
  166. package/fesm2022/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  167. package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs +6 -6
  168. package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  169. package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs +8 -8
  170. package/fesm2022/ng-atomic-components-molecules-date-range-input-field.mjs +8 -8
  171. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs +8 -8
  172. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs.map +1 -1
  173. package/fesm2022/ng-atomic-components-molecules-grid-item.mjs +5 -5
  174. package/fesm2022/ng-atomic-components-molecules-header.mjs +6 -6
  175. package/fesm2022/ng-atomic-components-molecules-loading-box.mjs +8 -8
  176. package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +8 -8
  177. package/fesm2022/ng-atomic-components-molecules-nested-menu.mjs +3 -3
  178. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +8 -8
  179. package/fesm2022/ng-atomic-components-molecules-smart-column.mjs +7 -7
  180. package/fesm2022/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  181. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs +8 -8
  182. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  183. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs +6 -6
  184. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  185. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs +7 -7
  186. package/fesm2022/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
  187. package/fesm2022/ng-atomic-components-molecules.mjs +4 -4
  188. package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +8 -8
  189. package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +8 -8
  190. package/fesm2022/ng-atomic-components-organisms-agreement-input-section.mjs +6 -6
  191. package/fesm2022/ng-atomic-components-organisms-card-input-section.mjs +4 -4
  192. package/fesm2022/ng-atomic-components-organisms-chips-input-section.mjs +6 -6
  193. package/fesm2022/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +4 -4
  194. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +8 -8
  195. package/fesm2022/ng-atomic-components-organisms-date-range-input-section.mjs +8 -8
  196. package/fesm2022/ng-atomic-components-organisms-definition-list.mjs +8 -8
  197. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +8 -8
  198. package/fesm2022/ng-atomic-components-organisms-filters-section.mjs +3 -3
  199. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs +3 -3
  200. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -1
  201. package/fesm2022/ng-atomic-components-organisms-grid-cards-section.mjs +5 -5
  202. package/fesm2022/ng-atomic-components-organisms-grid-toolbar.mjs +6 -6
  203. package/fesm2022/ng-atomic-components-organisms-heading.mjs +5 -5
  204. package/fesm2022/ng-atomic-components-organisms-image-preview-section.mjs +3 -3
  205. package/fesm2022/ng-atomic-components-organisms-markdown-preview-section.mjs +6 -6
  206. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +8 -8
  207. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +8 -8
  208. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs.map +1 -1
  209. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs +3 -3
  210. package/fesm2022/ng-atomic-components-organisms-mermaid-section.mjs.map +1 -1
  211. package/fesm2022/ng-atomic-components-organisms-message-input-section.mjs +3 -3
  212. package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +5 -5
  213. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +8 -8
  214. package/fesm2022/ng-atomic-components-organisms-navigator.mjs +8 -8
  215. package/fesm2022/ng-atomic-components-organisms-number-input-section.mjs +8 -8
  216. package/fesm2022/ng-atomic-components-organisms-paginator.mjs +8 -8
  217. package/fesm2022/ng-atomic-components-organisms-password-input-section.mjs +8 -8
  218. package/fesm2022/ng-atomic-components-organisms-select-input-section.mjs +8 -8
  219. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +3 -3
  220. package/fesm2022/ng-atomic-components-organisms-slider-input-section.mjs +8 -8
  221. package/fesm2022/ng-atomic-components-organisms-smart-list.mjs +6 -6
  222. package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +4 -4
  223. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs +10 -10
  224. package/fesm2022/ng-atomic-components-organisms-stripe-input-section.mjs.map +1 -1
  225. package/fesm2022/ng-atomic-components-organisms-table.mjs +8 -8
  226. package/fesm2022/ng-atomic-components-organisms-table.mjs.map +1 -1
  227. package/fesm2022/ng-atomic-components-organisms-terminal.mjs +3 -3
  228. package/fesm2022/ng-atomic-components-organisms-terminal.mjs.map +1 -1
  229. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +8 -8
  230. package/fesm2022/ng-atomic-components-organisms-text-preview-section.mjs +6 -6
  231. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +8 -8
  232. package/fesm2022/ng-atomic-components-organisms-thread-messages-section.mjs +8 -8
  233. package/fesm2022/ng-atomic-components-organisms-time-range-input-section.mjs +3 -3
  234. package/fesm2022/ng-atomic-components-organisms-toolbar.mjs +3 -3
  235. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs +3 -3
  236. package/fesm2022/ng-atomic-components-organisms-tree-section.mjs.map +1 -1
  237. package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs +3 -3
  238. package/fesm2022/ng-atomic-components-organisms-video-section.mjs +16 -16
  239. package/fesm2022/ng-atomic-components-organisms-video-section.mjs.map +1 -1
  240. package/fesm2022/ng-atomic-components-organisms.mjs +4 -4
  241. package/fesm2022/ng-atomic-components-pages-_index.mjs +9 -9
  242. package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -1
  243. package/fesm2022/ng-atomic-components-pages-blank.mjs +3 -3
  244. package/fesm2022/ng-atomic-components-pages-columns.mjs +6 -6
  245. package/fesm2022/ng-atomic-components-pages-form.mjs +8 -8
  246. package/fesm2022/ng-atomic-components-pages-form.mjs.map +1 -1
  247. package/fesm2022/ng-atomic-components-pages-terms.mjs +6 -6
  248. package/fesm2022/ng-atomic-components-pages.mjs +4 -4
  249. package/fesm2022/ng-atomic-components-sheets-actions.mjs +3 -3
  250. package/fesm2022/ng-atomic-components-sheets.mjs +7 -7
  251. package/fesm2022/ng-atomic-components-templates-_index.mjs +55 -57
  252. package/fesm2022/ng-atomic-components-templates-_index.mjs.map +1 -1
  253. package/fesm2022/ng-atomic-components-templates-background.mjs +7 -7
  254. package/fesm2022/ng-atomic-components-templates-code-editor.mjs +6 -6
  255. package/fesm2022/ng-atomic-components-templates-columns.mjs +8 -8
  256. package/fesm2022/ng-atomic-components-templates-columns.mjs.map +1 -1
  257. package/fesm2022/ng-atomic-components-templates-entrance.mjs +23 -24
  258. package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -1
  259. package/fesm2022/ng-atomic-components-templates-file-tree.mjs +3 -3
  260. package/fesm2022/ng-atomic-components-templates-form.mjs +36 -44
  261. package/fesm2022/ng-atomic-components-templates-form.mjs.map +1 -1
  262. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +8 -8
  263. package/fesm2022/ng-atomic-components-templates-loading.mjs +3 -3
  264. package/fesm2022/ng-atomic-components-templates-menu.mjs +8 -8
  265. package/fesm2022/ng-atomic-components-templates-messages.mjs +3 -3
  266. package/fesm2022/ng-atomic-components-templates-messages.mjs.map +1 -1
  267. package/fesm2022/ng-atomic-components-templates-selection.mjs +8 -8
  268. package/fesm2022/ng-atomic-components-templates-settings.mjs +5 -5
  269. package/fesm2022/ng-atomic-components-templates-tab-editor.mjs +3 -3
  270. package/fesm2022/ng-atomic-components-templates-term.mjs +6 -6
  271. package/fesm2022/ng-atomic-components-templates.mjs +4 -4
  272. package/fesm2022/ng-atomic-components.mjs +4 -4
  273. package/frames/app/app.frame.d.ts +17 -17
  274. package/frames/fab/fab.frame.d.ts +3 -3
  275. package/frames/line-up/line-up.frame.d.ts +2 -2
  276. package/frames/side-nav/side-nav.frame.d.ts +2 -2
  277. package/frames/tabs/tabs.frame.d.ts +2 -2
  278. package/molecules/action-input-field/action-input-field.molecule.d.ts +2 -1
  279. package/molecules/actions-column/actions-column.molecule.d.ts +4 -3
  280. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +2 -1
  281. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +2 -1
  282. package/molecules/file-input-field/file-input-field.molecule.d.ts +2 -2
  283. package/molecules/molecules.module.d.ts +1 -1
  284. package/molecules/smart-column/smart-column.molecule.d.ts +4 -4
  285. package/organisms/graphql-editor/graphql-editor.organism.d.ts +2 -2
  286. package/organisms/mermaid-section/mermaid-section.organism.d.ts +2 -2
  287. package/organisms/navigator/navigator.organism.d.ts +3 -3
  288. package/organisms/stripe-input-section/stripe-input-section.organism.d.ts +11 -11
  289. package/organisms/terminal/terminal.organism.d.ts +2 -2
  290. package/organisms/tree-section/tree-section.organism.d.ts +2 -2
  291. package/organisms/video-section/video-section.organism.d.ts +2 -2
  292. package/package.json +10 -11
  293. package/pages/_index/index.page.d.ts +21 -21
  294. package/pages/columns/columns.page.d.ts +6 -6
  295. package/pages/form/form.page.d.ts +19 -17
  296. package/templates/_index/index.template.d.ts +25 -25
  297. package/templates/form/form.template.d.ts +8 -8
  298. package/templates/messages/messages.template.d.ts +2 -2
@@ -1,4 +1,5 @@
1
1
  import { COMMA, ENTER, SPACE } from '@angular/cdk/keycodes';
2
+ import { OnInit } from '@angular/core';
2
3
  import { MatChipInputEvent } from '@angular/material/chips';
3
4
  import { MatFormFieldAppearance } from '@angular/material/form-field';
4
5
  import { FormControl } from '@angular/forms';
@@ -54,7 +55,7 @@ export declare class ChipsInputFieldMoleculeStore extends InjectableComponent {
54
55
  static ɵfac: i0.ɵɵFactoryDeclaration<ChipsInputFieldMoleculeStore, never>;
55
56
  static ɵdir: i0.ɵɵDirectiveDeclaration<ChipsInputFieldMoleculeStore, "molecules-chips-input-field", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "control": { "alias": "control"; "required": false; "isSignal": true; }; "floatLabel": { "alias": "floatLabel"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "hint": { "alias": "hint"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "separators": { "alias": "separators"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
56
57
  }
57
- export declare class ChipsInputFieldMolecule extends NgAtomicComponent {
58
+ export declare class ChipsInputFieldMolecule extends NgAtomicComponent implements OnInit {
58
59
  private readonly destroyRef;
59
60
  private readonly cd;
60
61
  protected readonly chipsManager: ChipsManager;
@@ -1,4 +1,4 @@
1
- import { ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { FormControl } from '@angular/forms';
3
3
  import { NgAtomicComponent } from '@ng-atomic/core';
4
4
  import * as i0 from "@angular/core";
@@ -7,7 +7,7 @@ declare enum ActionId {
7
7
  FILE_SELECTED = "[@ng-atomic/components/molecules/file-input-field] File selected",
8
8
  CANCEL = "[@ng-atomic/components/molecules/file-input-field] Cancel"
9
9
  }
10
- export declare class FileInputFieldStore {
10
+ export declare class FileInputFieldStore implements OnInit {
11
11
  readonly control: import("@angular/core").InputSignal<FormControl<any>>;
12
12
  readonly control$: import("rxjs").Observable<FormControl<any>>;
13
13
  readonly controlValue$: import("rxjs").Observable<any>;
@@ -5,7 +5,7 @@ export declare class NgAtomicMoleculesModule {
5
5
  ngModule: typeof NgAtomicMoleculesModule;
6
6
  providers: (import("@angular/core").Provider | {
7
7
  provide: any;
8
- useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/actions-column").ActionsColumnMolecule<unknown>>>;
8
+ useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/actions-column").ActionsColumnMolecule>>;
9
9
  } | {
10
10
  provide: any;
11
11
  useValue: () => Promise<import("@angular/core").Type<import("@ng-atomic/components/molecules/chips-input-field").ChipsInputFieldMolecule>>;
@@ -1,5 +1,5 @@
1
1
  import { CdkCellDef, CdkColumnDef, CdkHeaderCellDef } from '@angular/cdk/table';
2
- import { EventEmitter } from '@angular/core';
2
+ import { EventEmitter, OnInit } from '@angular/core';
3
3
  import { NgAtomicComponent } from '@ng-atomic/core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SmartColumnTemplateStore<T> {
@@ -8,7 +8,7 @@ export declare class SmartColumnTemplateStore<T> {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnTemplateStore<any>, never>;
9
9
  static ɵdir: i0.ɵɵDirectiveDeclaration<SmartColumnTemplateStore<any>, never, never, { "sort": { "alias": "sort"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
10
10
  }
11
- export declare class SmartColumnMolecule<T> extends NgAtomicComponent {
11
+ export declare class SmartColumnMolecule extends NgAtomicComponent implements OnInit {
12
12
  protected store: SmartColumnTemplateStore<any>;
13
13
  private _table;
14
14
  readonly headerText: import("@angular/core").InputSignal<string>;
@@ -21,6 +21,6 @@ export declare class SmartColumnMolecule<T> extends NgAtomicComponent {
21
21
  ngOnDestroy(): void;
22
22
  headerClick: EventEmitter<void>;
23
23
  protected copied(): void;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnMolecule<any>, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartColumnMolecule<any>, "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: {}; }]>;
24
+ 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: {}; }]>;
26
26
  }
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { EditorState } from '@codemirror/state';
3
3
  import { FormControl } from '@angular/forms';
4
4
  import { Action } from '@ng-atomic/core';
@@ -12,7 +12,7 @@ export declare enum ActionId {
12
12
  EXECUTE = "execute",
13
13
  SAVE = "save"
14
14
  }
15
- export declare class GraphqlEditorOrganism extends NgAtomicComponent {
15
+ export declare class GraphqlEditorOrganism extends NgAtomicComponent implements OnInit {
16
16
  private readonly schema$;
17
17
  control: FormControl<string>;
18
18
  state: EditorState;
@@ -1,6 +1,6 @@
1
- import { ElementRef, NgZone, OnChanges, SimpleChanges } from '@angular/core';
1
+ import { ElementRef, NgZone, OnChanges, SimpleChanges, OnInit, AfterViewInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- export declare class MermaidSectionOrganism implements OnChanges {
3
+ export declare class MermaidSectionOrganism implements OnChanges, OnInit, AfterViewInit {
4
4
  private ngZone;
5
5
  constructor(ngZone: NgZone);
6
6
  view: ElementRef<HTMLElement>;
@@ -4,18 +4,18 @@ import * as i0 from "@angular/core";
4
4
  export declare class NavigatorOrganismStore extends InjectableComponent {
5
5
  static readonly Config: {
6
6
  provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
7
- title: string;
7
+ title: string | undefined;
8
8
  startActions: Actions;
9
9
  endActions: Actions;
10
10
  }>, label?: string): import("@angular/core").Provider;
11
11
  inject(): import("@angular/core").Signal<{
12
- title: string;
12
+ title: string | undefined;
13
13
  startActions: Actions;
14
14
  endActions: Actions;
15
15
  }>;
16
16
  };
17
17
  protected readonly config: import("@angular/core").Signal<{
18
- title: string;
18
+ title: string | undefined;
19
19
  startActions: Actions;
20
20
  endActions: Actions;
21
21
  }>;
@@ -37,7 +37,7 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
37
37
  name: import("@angular/forms").FormControl<string>;
38
38
  paymentMethodType: import("@angular/forms").FormControl<string>;
39
39
  }>;
40
- clientSecret: string;
40
+ clientSecret: string | null;
41
41
  appearance: Appearance;
42
42
  linkOptions: StripeLinkAuthenticationElementOptions;
43
43
  addressOptions: StripeAddressElementOptions;
@@ -58,7 +58,7 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
58
58
  name: import("@angular/forms").FormControl<string>;
59
59
  paymentMethodType: import("@angular/forms").FormControl<string>;
60
60
  }>;
61
- clientSecret: string;
61
+ clientSecret: string | null;
62
62
  appearance: Appearance;
63
63
  linkOptions: StripeLinkAuthenticationElementOptions;
64
64
  addressOptions: StripeAddressElementOptions;
@@ -80,7 +80,7 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
80
80
  name: import("@angular/forms").FormControl<string>;
81
81
  paymentMethodType: import("@angular/forms").FormControl<string>;
82
82
  }>;
83
- clientSecret: string;
83
+ clientSecret: string | null;
84
84
  appearance: Appearance;
85
85
  linkOptions: StripeLinkAuthenticationElementOptions;
86
86
  addressOptions: StripeAddressElementOptions;
@@ -117,18 +117,18 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
117
117
  readonly _elementsOptions: import("@angular/core").Signal<{
118
118
  clientSecret: string;
119
119
  mode?: never;
120
- fonts?: (import("@stripe/stripe-js").CssFontSource | import("@stripe/stripe-js").CustomFontSource)[];
120
+ fonts?: Array<import("@stripe/stripe-js").CssFontSource | import("@stripe/stripe-js").CustomFontSource>;
121
121
  locale?: import("@stripe/stripe-js").StripeElementLocale;
122
122
  appearance?: Appearance;
123
- loader?: "always" | "auto" | "never";
123
+ loader?: "auto" | "always" | "never";
124
124
  customerOptions?: import("@stripe/stripe-js").CustomerOptions;
125
125
  } | {
126
126
  clientSecret: string;
127
127
  mode?: "payment" | "setup" | "subscription";
128
128
  currency?: string;
129
129
  amount?: number;
130
- setupFutureUsage?: "off_session" | "on_session";
131
- setup_future_usage?: "off_session" | "on_session";
130
+ setupFutureUsage?: "off_session" | "on_session" | null;
131
+ setup_future_usage?: "off_session" | "on_session" | null;
132
132
  captureMethod?: "manual" | "automatic";
133
133
  capture_method?: "manual" | "automatic";
134
134
  onBehalfOf?: string;
@@ -144,7 +144,7 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
144
144
  };
145
145
  us_bank_account?: {
146
146
  financial_connections?: {
147
- permissions?: ("balances" | "ownership" | "payment_method" | "transactions")[];
147
+ permissions?: Array<"balances" | "ownership" | "payment_method" | "transactions">;
148
148
  };
149
149
  verification_method?: "automatic" | "instant";
150
150
  };
@@ -155,16 +155,16 @@ export declare class StripeInputSectionOrganismStore extends InjectableComponent
155
155
  };
156
156
  us_bank_account?: {
157
157
  financial_connections?: {
158
- permissions?: ("balances" | "ownership" | "payment_method" | "transactions")[];
158
+ permissions?: Array<"balances" | "ownership" | "payment_method" | "transactions">;
159
159
  };
160
160
  verification_method?: "automatic" | "instant";
161
161
  };
162
162
  };
163
163
  externalPaymentMethodTypes?: string[];
164
- fonts?: (import("@stripe/stripe-js").CssFontSource | import("@stripe/stripe-js").CustomFontSource)[];
164
+ fonts?: Array<import("@stripe/stripe-js").CssFontSource | import("@stripe/stripe-js").CustomFontSource>;
165
165
  locale?: import("@stripe/stripe-js").StripeElementLocale;
166
166
  appearance?: Appearance;
167
- loader?: "always" | "auto" | "never";
167
+ loader?: "auto" | "always" | "never";
168
168
  customerOptions?: import("@stripe/stripe-js").CustomerOptions;
169
169
  }>;
170
170
  static ɵfac: i0.ɵɵFactoryDeclaration<StripeInputSectionOrganismStore, never>;
@@ -1,7 +1,7 @@
1
- import { ElementRef } from '@angular/core';
1
+ import { ElementRef, AfterViewInit } from '@angular/core';
2
2
  import { Terminal } from 'xterm';
3
3
  import * as i0 from "@angular/core";
4
- export declare class TerminalOrganism {
4
+ export declare class TerminalOrganism implements AfterViewInit {
5
5
  terminal: ElementRef<HTMLDivElement>;
6
6
  xterm: Terminal | null;
7
7
  ngAfterViewInit(): Promise<void>;
@@ -1,4 +1,4 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { MatTreeFlatDataSource, MatTreeFlattener } from '@angular/material/tree';
3
3
  import { FlatTreeControl } from '@angular/cdk/tree';
4
4
  import { SelectionModel } from '@angular/cdk/collections';
@@ -17,7 +17,7 @@ export declare class FlatNode {
17
17
  export declare enum ActionId {
18
18
  CHANGE_QUERY = "[@ng-atomic/components/organisms/tree-section] Change Query"
19
19
  }
20
- export declare class TreeSectionOrganism {
20
+ export declare class TreeSectionOrganism implements OnInit {
21
21
  flatNodeMap: Map<FlatNode, Node>;
22
22
  nestedNodeMap: Map<Node, FlatNode>;
23
23
  getLevel: (node: FlatNode) => number;
@@ -1,4 +1,4 @@
1
- import { ElementRef, PipeTransform } from '@angular/core';
1
+ import { ElementRef, PipeTransform, AfterViewInit } from '@angular/core';
2
2
  import { YouTubePlayer } from '@angular/youtube-player';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class VideoSectionOrganismStore {
@@ -23,7 +23,7 @@ export declare class StreamDirective {
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<StreamDirective, never>;
24
24
  static ɵdir: i0.ɵɵDirectiveDeclaration<StreamDirective, "[stream]", never, { "stream": { "alias": "stream"; "required": false; }; }, {}, never, never, true, never>;
25
25
  }
26
- export declare class VideoSectionOrganism {
26
+ export declare class VideoSectionOrganism implements AfterViewInit {
27
27
  protected readonly store: VideoSectionOrganismStore;
28
28
  protected readonly width: import("@angular/core").WritableSignal<number>;
29
29
  protected readonly el: ElementRef<any>;
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@ng-atomic/components",
3
- "version": "17.14.0",
3
+ "version": "18.0.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
- "@angular/animations": "^17.0.0",
7
- "@angular/cdk": "^17.0.0",
8
- "@angular/common": "^17.0.0",
9
- "@angular/core": "^17.0.0",
10
- "@angular/forms": "^17.0.0",
11
- "@angular/material": "^17.0.0",
12
- "@angular/router": "^17.0.0",
6
+ "@angular/animations": "^18.0.0",
7
+ "@angular/cdk": "^18.0.0",
8
+ "@angular/common": "^18.0.0",
9
+ "@angular/core": "^18.0.0",
10
+ "@angular/forms": "^18.0.0",
11
+ "@angular/material": "^18.0.0",
12
+ "@angular/router": "^18.0.0",
13
13
  "@codemirror/autocomplete": "^6.0.0",
14
14
  "@codemirror/commands": "^6.0.0",
15
15
  "@codemirror/lang-html": "^6.0.0",
@@ -17,12 +17,11 @@
17
17
  "@codemirror/state": "^6.0.0",
18
18
  "@codemirror/theme-one-dark": "^6.0.0",
19
19
  "@codemirror/view": "^6.0.0",
20
- "@ng-atomic/common": "17.14.0",
21
- "@nx-ddd/core": "17.14.0",
20
+ "@ng-atomic/common": "18.0.0",
22
21
  "@webcontainer/api": "^1.1.7",
23
22
  "cm6-graphql": "^0.0.4",
24
23
  "codemirror": "^6.0.0",
25
- "dayjs": "1.11.10",
24
+ "dayjs": "1.11.12",
26
25
  "gql-query-builder": "^3.8.0",
27
26
  "graphql": "^16.0.0",
28
27
  "lodash-es": "^4.17.15",
@@ -39,7 +39,7 @@ export declare class IndexPageStore extends InjectableComponent {
39
39
  type: string;
40
40
  selection: SelectionModel<string>;
41
41
  highlight: SelectionModel<string>;
42
- form: AbstractControl<any, any>;
42
+ form: AbstractControl;
43
43
  tableChildrenKey: any;
44
44
  navStartActions: import("@ng-atomic/core").Action<any>[];
45
45
  navEndActions: Actions;
@@ -57,7 +57,7 @@ export declare class IndexPageStore extends InjectableComponent {
57
57
  type: string;
58
58
  selection: SelectionModel<string>;
59
59
  highlight: SelectionModel<string>;
60
- form: AbstractControl<any, any>;
60
+ form: AbstractControl;
61
61
  tableChildrenKey: any;
62
62
  navStartActions: import("@ng-atomic/core").Action<any>[];
63
63
  navEndActions: Actions;
@@ -67,68 +67,68 @@ export declare class IndexPageStore extends InjectableComponent {
67
67
  static provideItemsFromRepository(): import("@angular/core").Provider;
68
68
  static provideSideAppNavStartActions(): import("@angular/core").Provider;
69
69
  static Initializer: {
70
- provide<SI extends (store: IndexPageStore) => void | Promise<void>>(initializer: SI): {
71
- provide: InjectionToken<(store: any) => void | Promise<void>>;
70
+ provide<SI extends (store: IndexPageStore) => Promise<void> | void>(initializer: SI): {
71
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
72
72
  useValue: {
73
73
  key: new () => IndexPageStore;
74
- initializer: (store: IndexPageStore) => void | Promise<void>;
74
+ initializer: (store: IndexPageStore) => Promise<void> | void;
75
75
  };
76
76
  multi: boolean;
77
77
  }[];
78
- inject(): ((store: IndexPageStore) => void | Promise<void>)[];
78
+ inject(): ((store: IndexPageStore) => Promise<void> | void)[];
79
79
  initializeStore(store: IndexPageStore): Promise<void>;
80
80
  };
81
81
  static provideFormInitializer(): {
82
- provide: InjectionToken<(store: any) => void | Promise<void>>;
82
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
83
83
  useValue: {
84
84
  key: new () => IndexPageStore;
85
- initializer: (store: IndexPageStore) => void | Promise<void>;
85
+ initializer: (store: IndexPageStore) => Promise<void> | void;
86
86
  };
87
87
  multi: boolean;
88
88
  }[];
89
89
  static provideFormValueStorageInitializer(): {
90
- provide: InjectionToken<(store: any) => void | Promise<void>>;
90
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
91
91
  useValue: {
92
92
  key: new () => IndexPageStore;
93
- initializer: (store: IndexPageStore) => void | Promise<void>;
93
+ initializer: (store: IndexPageStore) => Promise<void> | void;
94
94
  };
95
95
  multi: boolean;
96
96
  }[];
97
97
  static provideItemsLengthInitializer(): ({
98
- provide: InjectionToken<(store: any) => void | Promise<void>>;
98
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
99
99
  useValue: {
100
100
  key: new () => IndexPageStore;
101
- initializer: (store: IndexPageStore) => void | Promise<void>;
101
+ initializer: (store: IndexPageStore) => Promise<void> | void;
102
102
  };
103
103
  multi: boolean;
104
104
  }[] | typeof IndexLengthPipe)[];
105
105
  static provideItemsMapperInitializer(): ({
106
- provide: InjectionToken<(store: any) => void | Promise<void>>;
106
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
107
107
  useValue: {
108
108
  key: new () => IndexPageStore;
109
- initializer: (store: IndexPageStore) => void | Promise<void>;
109
+ initializer: (store: IndexPageStore) => Promise<void> | void;
110
110
  };
111
111
  multi: boolean;
112
112
  }[] | typeof IndexPipe)[];
113
113
  static provideDefaultInitializer(): ({
114
- provide: InjectionToken<(store: any) => void | Promise<void>>;
114
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
115
115
  useValue: {
116
116
  key: new () => IndexPageStore;
117
- initializer: (store: IndexPageStore) => void | Promise<void>;
117
+ initializer: (store: IndexPageStore) => Promise<void> | void;
118
118
  };
119
119
  multi: boolean;
120
120
  }[] | ({
121
- provide: InjectionToken<(store: any) => void | Promise<void>>;
121
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
122
122
  useValue: {
123
123
  key: new () => IndexPageStore;
124
- initializer: (store: IndexPageStore) => void | Promise<void>;
124
+ initializer: (store: IndexPageStore) => Promise<void> | void;
125
125
  };
126
126
  multi: boolean;
127
127
  }[] | typeof IndexLengthPipe)[] | ({
128
- provide: InjectionToken<(store: any) => void | Promise<void>>;
128
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
129
129
  useValue: {
130
130
  key: new () => IndexPageStore;
131
- initializer: (store: IndexPageStore) => void | Promise<void>;
131
+ initializer: (store: IndexPageStore) => Promise<void> | void;
132
132
  };
133
133
  multi: boolean;
134
134
  }[] | typeof IndexPipe)[])[];
@@ -154,7 +154,7 @@ export declare class IndexPageStore extends InjectableComponent {
154
154
  type: string;
155
155
  selection: SelectionModel<string>;
156
156
  highlight: SelectionModel<string>;
157
- form: AbstractControl<any, any>;
157
+ form: AbstractControl;
158
158
  tableChildrenKey: any;
159
159
  navStartActions: import("@ng-atomic/core").Action<any>[];
160
160
  navEndActions: Actions;
@@ -18,22 +18,22 @@ export declare class ColumnsPageStore extends InjectableComponent {
18
18
  }>;
19
19
  };
20
20
  static readonly Initializer: {
21
- provide<SI extends (store: ColumnsPageStore) => void | Promise<void>>(initializer: SI): {
22
- provide: import("@angular/core").InjectionToken<(store: any) => void | Promise<void>>;
21
+ provide<SI extends (store: ColumnsPageStore) => Promise<void> | void>(initializer: SI): {
22
+ provide: import("@angular/core").InjectionToken<(store: any) => Promise<void> | void>;
23
23
  useValue: {
24
24
  key: new () => ColumnsPageStore;
25
- initializer: (store: ColumnsPageStore) => void | Promise<void>;
25
+ initializer: (store: ColumnsPageStore) => Promise<void> | void;
26
26
  };
27
27
  multi: boolean;
28
28
  }[];
29
- inject(): ((store: ColumnsPageStore) => void | Promise<void>)[];
29
+ inject(): ((store: ColumnsPageStore) => Promise<void> | void)[];
30
30
  initializeStore(store: ColumnsPageStore): Promise<void>;
31
31
  };
32
32
  static provideSideAppNavStartActionsInitializer: () => {
33
- provide: import("@angular/core").InjectionToken<(store: any) => void | Promise<void>>;
33
+ provide: import("@angular/core").InjectionToken<(store: any) => Promise<void> | void>;
34
34
  useValue: {
35
35
  key: new () => ColumnsPageStore;
36
- initializer: (store: ColumnsPageStore) => void | Promise<void>;
36
+ initializer: (store: ColumnsPageStore) => Promise<void> | void;
37
37
  };
38
38
  multi: boolean;
39
39
  }[];
@@ -24,7 +24,7 @@ export declare class FormPageStore<T> extends InjectableComponent {
24
24
  static readonly ActionId: typeof ActionId;
25
25
  static readonly Config: {
26
26
  provide(useFactory?: import("@ng-atomic/common/services/ui").ReducerFactory<{
27
- form: AbstractControl<any, any>;
27
+ form: AbstractControl;
28
28
  formFlatExcludes: string[];
29
29
  entityId: string;
30
30
  entity: any;
@@ -36,7 +36,7 @@ export declare class FormPageStore<T> extends InjectableComponent {
36
36
  fieldMap: FormFieldMap;
37
37
  }>, label?: string): import("@angular/core").Provider;
38
38
  inject(): import("@angular/core").Signal<{
39
- form: AbstractControl<any, any>;
39
+ form: AbstractControl;
40
40
  formFlatExcludes: string[];
41
41
  entityId: string;
42
42
  entity: any;
@@ -49,46 +49,46 @@ export declare class FormPageStore<T> extends InjectableComponent {
49
49
  }>;
50
50
  };
51
51
  static Initializer: {
52
- provide<SI extends (store: FormPageStore<unknown>) => void | Promise<void>>(initializer: SI): {
53
- provide: InjectionToken<(store: any) => void | Promise<void>>;
52
+ provide<SI extends (store: FormPageStore<unknown>) => Promise<void> | void>(initializer: SI): {
53
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
54
54
  useValue: {
55
55
  key: new () => FormPageStore<unknown>;
56
- initializer: (store: FormPageStore<unknown>) => void | Promise<void>;
56
+ initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
57
57
  };
58
58
  multi: boolean;
59
59
  }[];
60
- inject(): ((store: FormPageStore<unknown>) => void | Promise<void>)[];
60
+ inject(): ((store: FormPageStore<unknown>) => Promise<void> | void)[];
61
61
  initializeStore(store: FormPageStore<unknown>): Promise<void>;
62
62
  };
63
- static provideInitializer: <SI extends (store: FormPageStore<unknown>) => void | Promise<void>>(initializer: SI) => {
64
- provide: InjectionToken<(store: any) => void | Promise<void>>;
63
+ static provideInitializer: <SI extends (store: FormPageStore<unknown>) => Promise<void> | void>(initializer: SI) => {
64
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
65
65
  useValue: {
66
66
  key: new () => FormPageStore<unknown>;
67
- initializer: (store: FormPageStore<unknown>) => void | Promise<void>;
67
+ initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
68
68
  };
69
69
  multi: boolean;
70
70
  }[];
71
71
  static provideDefaultInitializer: () => {
72
- provide: InjectionToken<(store: any) => void | Promise<void>>;
72
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
73
73
  useValue: {
74
74
  key: new () => FormPageStore<unknown>;
75
- initializer: (store: FormPageStore<unknown>) => void | Promise<void>;
75
+ initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
76
76
  };
77
77
  multi: boolean;
78
78
  }[];
79
79
  static provideNavStartActionsInitializer: () => {
80
- provide: InjectionToken<(store: any) => void | Promise<void>>;
80
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
81
81
  useValue: {
82
82
  key: new () => FormPageStore<unknown>;
83
- initializer: (store: FormPageStore<unknown>) => void | Promise<void>;
83
+ initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
84
84
  };
85
85
  multi: boolean;
86
86
  }[];
87
87
  static provideSideAppNavStartActionsInitializer: () => {
88
- provide: InjectionToken<(store: any) => void | Promise<void>>;
88
+ provide: InjectionToken<(store: any) => Promise<void> | void>;
89
89
  useValue: {
90
90
  key: new () => FormPageStore<unknown>;
91
- initializer: (store: FormPageStore<unknown>) => void | Promise<void>;
91
+ initializer: (store: FormPageStore<unknown>) => Promise<void> | void;
92
92
  };
93
93
  multi: boolean;
94
94
  }[];
@@ -97,7 +97,7 @@ export declare class FormPageStore<T> extends InjectableComponent {
97
97
  static provideDefaultEffects(): import("@angular/core").Provider[];
98
98
  static provideDefault(): import("@angular/core").Provider[];
99
99
  readonly config: import("@angular/core").Signal<{
100
- form: AbstractControl<any, any>;
100
+ form: AbstractControl;
101
101
  formFlatExcludes: string[];
102
102
  entityId: string;
103
103
  entity: any;
@@ -128,7 +128,9 @@ export declare class FormPageStore<T> extends InjectableComponent {
128
128
  icon?: string;
129
129
  color?: string;
130
130
  children?: Action<any>[];
131
- meta?: any;
131
+ meta?: {
132
+ componentId?: string | number | null;
133
+ } | any;
132
134
  }[]>;
133
135
  constructor();
134
136
  static ɵfac: i0.ɵɵFactoryDeclaration<FormPageStore<any>, never>;