@ng-atomic/components 5.14.0 → 6.0.3

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 (684) hide show
  1. package/atoms/chips-input/chips-input.atom.d.ts +1 -1
  2. package/atoms/icon/icon.atom.d.ts +1 -1
  3. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +1 -1
  4. package/{esm2020 → esm2022}/atoms/chips-input/chips-input.atom.mjs +8 -8
  5. package/esm2022/atoms/icon/icon.atom.mjs +51 -0
  6. package/{esm2020 → esm2022}/atoms/smart-menu-button/smart-menu-button.atom.mjs +10 -10
  7. package/esm2022/extras/editor/editor.component.mjs +47 -0
  8. package/{esm2020 → esm2022}/frames/auto-layout/auto-layout.frame.mjs +5 -5
  9. package/{esm2020 → esm2022}/frames/card/card.frame.mjs +4 -4
  10. package/esm2022/frames/divider/divider.frame.mjs +84 -0
  11. package/esm2022/frames/drawer/drawer.frame.mjs +55 -0
  12. package/esm2022/frames/fab/fab.frame.mjs +44 -0
  13. package/esm2022/frames/fab/fab.service.mjs +27 -0
  14. package/esm2022/frames/line-up/line-up.animations.mjs +14 -0
  15. package/esm2022/frames/line-up/line-up.frame.mjs +112 -0
  16. package/esm2022/frames/line-up/resize-observer.mjs +16 -0
  17. package/{esm2020 → esm2022}/frames/loading/loading.frame.mjs +6 -6
  18. package/esm2022/frames/overlay/overlay.animations.mjs +12 -0
  19. package/esm2022/frames/overlay/overlay.frame.mjs +29 -0
  20. package/esm2022/frames/router-outlet/index.mjs +2 -0
  21. package/esm2022/frames/router-outlet/ng-atomic-components-frames-router-outlet.mjs +5 -0
  22. package/esm2022/frames/router-outlet/router-outlet.frame.mjs +77 -0
  23. package/esm2022/frames/scroll/scroll.frame.mjs +28 -0
  24. package/esm2022/frames/scroll-v2/index.mjs +2 -0
  25. package/esm2022/frames/scroll-v2/ng-atomic-components-frames-scroll-v2.mjs +5 -0
  26. package/esm2022/frames/scroll-v2/scroll.frame.mjs +34 -0
  27. package/esm2022/frames/side-nav/index.mjs +2 -0
  28. package/esm2022/frames/side-nav/ng-atomic-components-frames-side-nav.mjs +5 -0
  29. package/esm2022/frames/side-nav/side-nav.frame.mjs +126 -0
  30. package/{esm2020 → esm2022}/frames/smart-menu/smart-menu.frame.mjs +5 -5
  31. package/esm2022/frames/vertical-hide/index.mjs +2 -0
  32. package/esm2022/frames/vertical-hide/ng-atomic-components-frames-vertical-hide.mjs +5 -0
  33. package/esm2022/frames/vertical-hide/vertical-hide.frame.mjs +30 -0
  34. package/esm2022/index.mjs +25 -0
  35. package/esm2022/molecules/action-input-field/action-input-field.molecule.mjs +94 -0
  36. package/esm2022/molecules/action-input-field/index.mjs +2 -0
  37. package/esm2022/molecules/action-input-field/ng-atomic-components-molecules-action-input-field.mjs +5 -0
  38. package/esm2022/molecules/actions-column/actions-column.molecule.mjs +103 -0
  39. package/{esm2020 → esm2022}/molecules/checkbox-column/checkbox-column.molecule.mjs +8 -8
  40. package/{esm2020 → esm2022}/molecules/chips-input-field/chips-input-field.molecule.mjs +10 -6
  41. package/esm2022/molecules/date-input-field/date-input-field.molecule.mjs +68 -0
  42. package/esm2022/molecules/file-input-field/file-input-field.molecule.mjs +126 -0
  43. package/esm2022/molecules/file-input-field/index.mjs +2 -0
  44. package/esm2022/molecules/file-input-field/ng-atomic-components-molecules-file-input-field.mjs +5 -0
  45. package/{esm2020 → esm2022}/molecules/header/header.molecule.mjs +4 -4
  46. package/esm2022/molecules/navigation-list-item/navigation-list-item.molecule.mjs +68 -0
  47. package/{esm2020 → esm2022}/molecules/nested-menu/nested-menu.molecule.mjs +6 -6
  48. package/esm2022/molecules/select-input-field/select-input-field.molecule.mjs +60 -0
  49. package/{esm2020 → esm2022}/molecules/smart-column/smart-column.molecule.mjs +4 -4
  50. package/esm2022/molecules/text-input-field/text-input-field.molecule.mjs +104 -0
  51. package/esm2022/molecules/textarea-field/textarea-field.molecule.mjs +77 -0
  52. package/{esm2020 → esm2022}/molecules/tree-column/tree-column.molecule.mjs +6 -6
  53. package/{esm2020 → esm2022}/organisms/action-buttons-section/action-buttons-section.organism.mjs +5 -5
  54. package/esm2022/organisms/action-input-section/action-input-section.organism.mjs +49 -0
  55. package/esm2022/organisms/action-input-section/index.mjs +2 -0
  56. package/esm2022/organisms/action-input-section/ng-atomic-components-organisms-action-input-section.mjs +5 -0
  57. package/{esm2020 → esm2022}/organisms/card-input-section/card-input-section.organism.mjs +5 -5
  58. package/{esm2020 → esm2022}/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +5 -5
  59. package/esm2022/organisms/date-input-section/date-input-section.organism.mjs +41 -0
  60. package/esm2022/organisms/file-input-section/file-input-section.organism.mjs +77 -0
  61. package/esm2022/organisms/file-input-section/index.mjs +2 -0
  62. package/esm2022/organisms/file-input-section/ng-atomic-components-organisms-file-input-section.mjs +5 -0
  63. package/{esm2020 → esm2022}/organisms/filters-section/filters-section.organism.mjs +6 -6
  64. package/esm2022/organisms/graphql-editor/graphql-editor.organism.mjs +110 -0
  65. package/{esm2020 → esm2022}/organisms/grid-toolbar/grid-toolbar.organism.mjs +6 -6
  66. package/{esm2020 → esm2022}/organisms/heading/heading.organism.mjs +5 -5
  67. package/esm2022/organisms/menu-footer/index.mjs +2 -0
  68. package/esm2022/organisms/menu-footer/menu-footer.organism.mjs +34 -0
  69. package/esm2022/organisms/menu-footer/ng-atomic-components-organisms-menu-footer.mjs +5 -0
  70. package/esm2022/organisms/menu-header/index.mjs +2 -0
  71. package/esm2022/organisms/menu-header/menu-header.organism.mjs +30 -0
  72. package/esm2022/organisms/menu-header/ng-atomic-components-organisms-menu-header.mjs +5 -0
  73. package/{esm2020 → esm2022}/organisms/mermaid-section/mermaid-section.organism.mjs +6 -6
  74. package/{esm2020 → esm2022}/organisms/message-input-section/message-input-section.organism.mjs +4 -4
  75. package/{esm2020 → esm2022}/organisms/messages-section/messages-section.organism.mjs +5 -5
  76. package/esm2022/organisms/navigation-list/navigation-list.organism.mjs +63 -0
  77. package/esm2022/organisms/navigator/navigator.organism.mjs +70 -0
  78. package/{esm2020 → esm2022}/organisms/paginator/paginator.organism.mjs +6 -6
  79. package/{esm2020 → esm2022}/organisms/select-input-section/select-input-section.organism.mjs +5 -5
  80. package/esm2022/organisms/selection-list/index.mjs +2 -0
  81. package/esm2022/organisms/selection-list/ng-atomic-components-organisms-selection-list.mjs +5 -0
  82. package/esm2022/organisms/selection-list/selection-list.organism.mjs +114 -0
  83. package/esm2022/organisms/smart-list/smart-list.organism.mjs +144 -0
  84. package/esm2022/organisms/smart-table/smart-table.organism.mjs +210 -0
  85. package/{esm2020 → esm2022}/organisms/social-login-section/social-login-section.organism.mjs +5 -5
  86. package/esm2022/organisms/terminal/index.mjs +2 -0
  87. package/esm2022/organisms/terminal/ng-atomic-components-organisms-terminal.mjs +5 -0
  88. package/esm2022/organisms/terminal/terminal.organism.mjs +28 -0
  89. package/esm2022/organisms/text-input-section/text-input-section.organism.mjs +52 -0
  90. package/esm2022/organisms/textarea-section/textarea-section.organism.mjs +52 -0
  91. package/esm2022/organisms/toolbar/index.mjs +2 -0
  92. package/esm2022/organisms/toolbar/ng-atomic-components-organisms-toolbar.mjs +5 -0
  93. package/esm2022/organisms/toolbar/toolbar.organism.mjs +98 -0
  94. package/{esm2020 → esm2022}/organisms/tree-section/tree-section.organism.mjs +6 -6
  95. package/esm2022/organisms/vertical-divider/index.mjs +2 -0
  96. package/esm2022/organisms/vertical-divider/ng-atomic-components-organisms-vertical-divider.mjs +5 -0
  97. package/esm2022/organisms/vertical-divider/vertical-divider.organism.mjs +17 -0
  98. package/{esm2020 → esm2022}/pages/_index/index.module.mjs +6 -6
  99. package/{esm2020 → esm2022}/pages/_index/index.page.mjs +4 -4
  100. package/{esm2020 → esm2022}/pages/blank/blank.page.mjs +4 -4
  101. package/esm2022/templates/code-editor/code-editor.template.mjs +97 -0
  102. package/esm2022/templates/code-editor/index.mjs +2 -0
  103. package/esm2022/templates/code-editor/ng-atomic-components-templates-code-editor.mjs +5 -0
  104. package/esm2022/templates/entrance/entrance.template.mjs +107 -0
  105. package/esm2022/templates/file-tree/file-tree.template.mjs +94 -0
  106. package/esm2022/templates/file-tree/index.mjs +2 -0
  107. package/esm2022/templates/file-tree/ng-atomic-components-templates-file-tree.mjs +5 -0
  108. package/esm2022/templates/icon-button-menu/icon-button-menu.template.mjs +64 -0
  109. package/esm2022/templates/icon-button-menu/index.mjs +2 -0
  110. package/esm2022/templates/icon-button-menu/ng-atomic-components-templates-icon-button-menu.mjs +5 -0
  111. package/{esm2020 → esm2022}/templates/loading/loading.template.mjs +4 -4
  112. package/esm2022/templates/menu/index.mjs +2 -0
  113. package/esm2022/templates/menu/menu.template.mjs +64 -0
  114. package/{esm2020 → esm2022}/templates/messages/messages.template.mjs +6 -6
  115. package/esm2022/templates/selection/index.mjs +2 -0
  116. package/esm2022/templates/selection/ng-atomic-components-templates-selection.mjs +5 -0
  117. package/esm2022/templates/selection/selection.template.mjs +128 -0
  118. package/esm2022/templates/smart-crud/smart-crud.template.mjs +256 -0
  119. package/esm2022/templates/smart-index/smart-index.template.mjs +346 -0
  120. package/esm2022/templates/tab-editor/index.mjs +2 -0
  121. package/esm2022/templates/tab-editor/ng-atomic-components-templates-tab-editor.mjs +5 -0
  122. package/esm2022/templates/tab-editor/tab-editor.template.mjs +76 -0
  123. package/esm2022/templates/term/index.mjs +2 -0
  124. package/esm2022/templates/term/ng-atomic-components-templates-term.mjs +5 -0
  125. package/esm2022/templates/term/term.template.mjs +79 -0
  126. package/extras/editor/editor.component.d.ts +3 -3
  127. package/{fesm2020 → fesm2022}/ng-atomic-components-atoms-chips-input.mjs +7 -7
  128. package/{fesm2020 → fesm2022}/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  129. package/fesm2022/ng-atomic-components-atoms-icon.mjs +58 -0
  130. package/fesm2022/ng-atomic-components-atoms-icon.mjs.map +1 -0
  131. package/{fesm2015 → fesm2022}/ng-atomic-components-atoms-smart-menu-button.mjs +9 -9
  132. package/fesm2022/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -0
  133. package/{fesm2020 → fesm2022}/ng-atomic-components-extras-editor.mjs +12 -6
  134. package/fesm2022/ng-atomic-components-extras-editor.mjs.map +1 -0
  135. package/fesm2022/ng-atomic-components-frames-auto-layout.mjs +21 -0
  136. package/{fesm2015 → fesm2022}/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  137. package/{fesm2020 → fesm2022}/ng-atomic-components-frames-card.mjs +3 -3
  138. package/{fesm2015 → fesm2022}/ng-atomic-components-frames-card.mjs.map +1 -1
  139. package/{fesm2015 → fesm2022}/ng-atomic-components-frames-divider.mjs +27 -11
  140. package/fesm2022/ng-atomic-components-frames-divider.mjs.map +1 -0
  141. package/fesm2022/ng-atomic-components-frames-drawer.mjs +62 -0
  142. package/fesm2022/ng-atomic-components-frames-drawer.mjs.map +1 -0
  143. package/fesm2022/ng-atomic-components-frames-fab.mjs +75 -0
  144. package/fesm2022/ng-atomic-components-frames-fab.mjs.map +1 -0
  145. package/fesm2022/ng-atomic-components-frames-line-up.mjs +132 -0
  146. package/fesm2022/ng-atomic-components-frames-line-up.mjs.map +1 -0
  147. package/{fesm2015 → fesm2022}/ng-atomic-components-frames-loading.mjs +5 -5
  148. package/{fesm2020 → fesm2022}/ng-atomic-components-frames-loading.mjs.map +1 -1
  149. package/fesm2022/ng-atomic-components-frames-overlay.mjs +47 -0
  150. package/fesm2022/ng-atomic-components-frames-overlay.mjs.map +1 -0
  151. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs +84 -0
  152. package/fesm2022/ng-atomic-components-frames-router-outlet.mjs.map +1 -0
  153. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs +41 -0
  154. package/fesm2022/ng-atomic-components-frames-scroll-v2.mjs.map +1 -0
  155. package/fesm2022/ng-atomic-components-frames-scroll.mjs +35 -0
  156. package/fesm2022/ng-atomic-components-frames-scroll.mjs.map +1 -0
  157. package/fesm2022/ng-atomic-components-frames-side-nav.mjs +133 -0
  158. package/fesm2022/ng-atomic-components-frames-side-nav.mjs.map +1 -0
  159. package/fesm2022/ng-atomic-components-frames-smart-menu.mjs +43 -0
  160. package/{fesm2020 → fesm2022}/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  161. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs +37 -0
  162. package/fesm2022/ng-atomic-components-frames-vertical-hide.mjs.map +1 -0
  163. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs +101 -0
  164. package/fesm2022/ng-atomic-components-molecules-action-input-field.mjs.map +1 -0
  165. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-actions-column.mjs +6 -6
  166. package/{fesm2015 → fesm2022}/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  167. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-checkbox-column.mjs +7 -7
  168. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  169. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-chips-input-field.mjs +9 -5
  170. package/fesm2022/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -0
  171. package/{fesm2015 → fesm2022}/ng-atomic-components-molecules-date-input-field.mjs +24 -4
  172. package/fesm2022/ng-atomic-components-molecules-date-input-field.mjs.map +1 -0
  173. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs +133 -0
  174. package/fesm2022/ng-atomic-components-molecules-file-input-field.mjs.map +1 -0
  175. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-header.mjs +3 -3
  176. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-header.mjs.map +1 -1
  177. package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs +75 -0
  178. package/fesm2022/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -0
  179. package/{fesm2015 → fesm2022}/ng-atomic-components-molecules-nested-menu.mjs +5 -5
  180. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-nested-menu.mjs.map +1 -1
  181. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs +67 -0
  182. package/fesm2022/ng-atomic-components-molecules-select-input-field.mjs.map +1 -0
  183. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-smart-column.mjs +3 -3
  184. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  185. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs +111 -0
  186. package/fesm2022/ng-atomic-components-molecules-text-input-field.mjs.map +1 -0
  187. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs +84 -0
  188. package/fesm2022/ng-atomic-components-molecules-textarea-field.mjs.map +1 -0
  189. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-tree-column.mjs +5 -5
  190. package/{fesm2020 → fesm2022}/ng-atomic-components-molecules-tree-column.mjs.map +1 -1
  191. package/fesm2022/ng-atomic-components-organisms-action-buttons-section.mjs +34 -0
  192. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  193. package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs +56 -0
  194. package/fesm2022/ng-atomic-components-organisms-action-input-section.mjs.map +1 -0
  195. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-card-input-section.mjs +4 -4
  196. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  197. package/{fesm2015 → fesm2022}/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +4 -4
  198. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  199. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs +48 -0
  200. package/fesm2022/ng-atomic-components-organisms-date-input-section.mjs.map +1 -0
  201. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs +84 -0
  202. package/fesm2022/ng-atomic-components-organisms-file-input-section.mjs.map +1 -0
  203. package/{fesm2015 → fesm2022}/ng-atomic-components-organisms-filters-section.mjs +5 -5
  204. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-filters-section.mjs.map +1 -1
  205. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs +115 -0
  206. package/fesm2022/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -0
  207. package/{fesm2015 → fesm2022}/ng-atomic-components-organisms-grid-toolbar.mjs +5 -5
  208. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-grid-toolbar.mjs.map +1 -1
  209. package/fesm2022/ng-atomic-components-organisms-heading.mjs +27 -0
  210. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-heading.mjs.map +1 -1
  211. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs +41 -0
  212. package/fesm2022/ng-atomic-components-organisms-menu-footer.mjs.map +1 -0
  213. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs +37 -0
  214. package/fesm2022/ng-atomic-components-organisms-menu-header.mjs.map +1 -0
  215. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-mermaid-section.mjs +5 -5
  216. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-mermaid-section.mjs.map +1 -1
  217. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-message-input-section.mjs +3 -3
  218. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-message-input-section.mjs.map +1 -1
  219. package/fesm2022/ng-atomic-components-organisms-messages-section.mjs +27 -0
  220. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-messages-section.mjs.map +1 -1
  221. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs +70 -0
  222. package/fesm2022/ng-atomic-components-organisms-navigation-list.mjs.map +1 -0
  223. package/{fesm2015 → fesm2022}/ng-atomic-components-organisms-navigator.mjs +10 -11
  224. package/fesm2022/ng-atomic-components-organisms-navigator.mjs.map +1 -0
  225. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-paginator.mjs +5 -5
  226. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  227. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-select-input-section.mjs +4 -4
  228. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  229. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs +121 -0
  230. package/fesm2022/ng-atomic-components-organisms-selection-list.mjs.map +1 -0
  231. package/fesm2022/ng-atomic-components-organisms-smart-list.mjs +150 -0
  232. package/fesm2022/ng-atomic-components-organisms-smart-list.mjs.map +1 -0
  233. package/fesm2022/ng-atomic-components-organisms-smart-table.mjs +217 -0
  234. package/fesm2022/ng-atomic-components-organisms-smart-table.mjs.map +1 -0
  235. package/fesm2022/ng-atomic-components-organisms-social-login-section.mjs +29 -0
  236. package/{fesm2015 → fesm2022}/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  237. package/fesm2022/ng-atomic-components-organisms-terminal.mjs +35 -0
  238. package/fesm2022/ng-atomic-components-organisms-terminal.mjs.map +1 -0
  239. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs +59 -0
  240. package/fesm2022/ng-atomic-components-organisms-text-input-section.mjs.map +1 -0
  241. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs +59 -0
  242. package/fesm2022/ng-atomic-components-organisms-textarea-section.mjs.map +1 -0
  243. package/fesm2022/ng-atomic-components-organisms-toolbar.mjs +105 -0
  244. package/fesm2022/ng-atomic-components-organisms-toolbar.mjs.map +1 -0
  245. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-tree-section.mjs +5 -5
  246. package/{fesm2020 → fesm2022}/ng-atomic-components-organisms-tree-section.mjs.map +1 -1
  247. package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs +24 -0
  248. package/fesm2022/ng-atomic-components-organisms-vertical-divider.mjs.map +1 -0
  249. package/{fesm2020 → fesm2022}/ng-atomic-components-pages-_index.mjs +8 -8
  250. package/fesm2022/ng-atomic-components-pages-_index.mjs.map +1 -0
  251. package/{fesm2020 → fesm2022}/ng-atomic-components-pages-blank.mjs +3 -3
  252. package/{fesm2015 → fesm2022}/ng-atomic-components-pages-blank.mjs.map +1 -1
  253. package/fesm2022/ng-atomic-components-templates-code-editor.mjs +101 -0
  254. package/fesm2022/ng-atomic-components-templates-code-editor.mjs.map +1 -0
  255. package/fesm2022/ng-atomic-components-templates-entrance.mjs +114 -0
  256. package/fesm2022/ng-atomic-components-templates-entrance.mjs.map +1 -0
  257. package/fesm2022/ng-atomic-components-templates-file-tree.mjs +100 -0
  258. package/fesm2022/ng-atomic-components-templates-file-tree.mjs.map +1 -0
  259. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs +71 -0
  260. package/fesm2022/ng-atomic-components-templates-icon-button-menu.mjs.map +1 -0
  261. package/{fesm2020 → fesm2022}/ng-atomic-components-templates-loading.mjs +3 -3
  262. package/{fesm2020 → fesm2022}/ng-atomic-components-templates-loading.mjs.map +1 -1
  263. package/fesm2022/ng-atomic-components-templates-menu.mjs +71 -0
  264. package/fesm2022/ng-atomic-components-templates-menu.mjs.map +1 -0
  265. package/{fesm2020 → fesm2022}/ng-atomic-components-templates-messages.mjs +5 -5
  266. package/{fesm2020 → fesm2022}/ng-atomic-components-templates-messages.mjs.map +1 -1
  267. package/fesm2022/ng-atomic-components-templates-selection.mjs +135 -0
  268. package/fesm2022/ng-atomic-components-templates-selection.mjs.map +1 -0
  269. package/fesm2022/ng-atomic-components-templates-smart-crud.mjs +262 -0
  270. package/fesm2022/ng-atomic-components-templates-smart-crud.mjs.map +1 -0
  271. package/fesm2022/ng-atomic-components-templates-smart-index.mjs +353 -0
  272. package/fesm2022/ng-atomic-components-templates-smart-index.mjs.map +1 -0
  273. package/fesm2022/ng-atomic-components-templates-tab-editor.mjs +83 -0
  274. package/fesm2022/ng-atomic-components-templates-tab-editor.mjs.map +1 -0
  275. package/fesm2022/ng-atomic-components-templates-term.mjs +86 -0
  276. package/fesm2022/ng-atomic-components-templates-term.mjs.map +1 -0
  277. package/fesm2022/ng-atomic-components.mjs +32 -0
  278. package/fesm2022/ng-atomic-components.mjs.map +1 -0
  279. package/frames/divider/divider.frame.d.ts +12 -4
  280. package/frames/drawer/drawer.frame.d.ts +1 -1
  281. package/frames/fab/fab.frame.d.ts +4 -9
  282. package/frames/fab/fab.service.d.ts +5 -5
  283. package/frames/line-up/line-up.frame.d.ts +22 -21
  284. package/frames/line-up/resize-observer.d.ts +1 -1
  285. package/frames/loading/loading.frame.d.ts +1 -1
  286. package/frames/overlay/overlay.frame.d.ts +1 -1
  287. package/frames/router-outlet/index.d.ts +1 -0
  288. package/frames/router-outlet/router-outlet.frame.d.ts +14 -0
  289. package/frames/scroll-v2/index.d.ts +1 -0
  290. package/frames/scroll-v2/scroll.frame.d.ts +5 -0
  291. package/frames/side-nav/index.d.ts +1 -0
  292. package/frames/side-nav/side-nav.frame.d.ts +22 -0
  293. package/frames/smart-menu/smart-menu.frame.d.ts +1 -1
  294. package/frames/vertical-hide/index.d.ts +1 -0
  295. package/frames/vertical-hide/vertical-hide.frame.d.ts +6 -0
  296. package/index.d.ts +10 -1
  297. package/molecules/action-input-field/action-input-field.molecule.d.ts +23 -0
  298. package/molecules/action-input-field/index.d.ts +1 -0
  299. package/molecules/actions-column/actions-column.molecule.d.ts +1 -1
  300. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +1 -1
  301. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +1 -1
  302. package/molecules/date-input-field/date-input-field.molecule.d.ts +1 -1
  303. package/molecules/file-input-field/file-input-field.molecule.d.ts +35 -0
  304. package/molecules/file-input-field/index.d.ts +1 -0
  305. package/molecules/header/header.molecule.d.ts +1 -1
  306. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +11 -3
  307. package/molecules/nested-menu/nested-menu.molecule.d.ts +1 -1
  308. package/molecules/select-input-field/select-input-field.molecule.d.ts +1 -1
  309. package/molecules/smart-column/smart-column.molecule.d.ts +1 -1
  310. package/molecules/text-input-field/text-input-field.molecule.d.ts +15 -8
  311. package/molecules/textarea-field/textarea-field.molecule.d.ts +1 -1
  312. package/molecules/tree-column/tree-column.molecule.d.ts +1 -1
  313. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +1 -1
  314. package/organisms/action-input-section/action-input-section.organism.d.ts +12 -0
  315. package/organisms/action-input-section/index.d.ts +1 -0
  316. package/organisms/card-input-section/card-input-section.organism.d.ts +1 -1
  317. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +1 -1
  318. package/organisms/date-input-section/date-input-section.organism.d.ts +1 -1
  319. package/organisms/file-input-section/file-input-section.organism.d.ts +20 -0
  320. package/organisms/file-input-section/index.d.ts +1 -0
  321. package/organisms/filters-section/filters-section.organism.d.ts +1 -1
  322. package/organisms/graphql-editor/graphql-editor.organism.d.ts +6 -14
  323. package/organisms/grid-toolbar/grid-toolbar.organism.d.ts +1 -1
  324. package/organisms/heading/heading.organism.d.ts +1 -1
  325. package/organisms/menu-footer/index.d.ts +1 -0
  326. package/organisms/menu-footer/menu-footer.organism.d.ts +12 -0
  327. package/organisms/menu-header/index.d.ts +1 -0
  328. package/organisms/menu-header/menu-header.organism.d.ts +12 -0
  329. package/organisms/mermaid-section/mermaid-section.organism.d.ts +1 -1
  330. package/organisms/message-input-section/message-input-section.organism.d.ts +1 -1
  331. package/organisms/messages-section/messages-section.organism.d.ts +1 -1
  332. package/organisms/navigation-list/navigation-list.organism.d.ts +10 -4
  333. package/organisms/navigator/navigator.organism.d.ts +4 -5
  334. package/organisms/paginator/paginator.organism.d.ts +1 -1
  335. package/organisms/select-input-section/select-input-section.organism.d.ts +1 -1
  336. package/organisms/selection-list/index.d.ts +1 -0
  337. package/organisms/selection-list/selection-list.organism.d.ts +19 -0
  338. package/organisms/smart-list/smart-list.organism.d.ts +16 -14
  339. package/organisms/smart-table/smart-table.organism.d.ts +16 -2
  340. package/organisms/terminal/index.d.ts +1 -0
  341. package/organisms/terminal/terminal.organism.d.ts +10 -0
  342. package/organisms/text-input-section/text-input-section.organism.d.ts +2 -1
  343. package/organisms/textarea-section/textarea-section.organism.d.ts +3 -1
  344. package/organisms/toolbar/index.d.ts +1 -0
  345. package/organisms/toolbar/toolbar.organism.d.ts +15 -0
  346. package/organisms/tree-section/tree-section.organism.d.ts +1 -1
  347. package/organisms/vertical-divider/index.d.ts +1 -0
  348. package/organisms/vertical-divider/vertical-divider.organism.d.ts +5 -0
  349. package/package.json +325 -319
  350. package/templates/code-editor/code-editor.template.d.ts +24 -0
  351. package/templates/code-editor/index.d.ts +1 -0
  352. package/templates/entrance/entrance.template.d.ts +4 -4
  353. package/templates/file-tree/file-tree.template.d.ts +24 -0
  354. package/templates/file-tree/index.d.ts +1 -0
  355. package/templates/icon-button-menu/icon-button-menu.template.d.ts +15 -0
  356. package/templates/icon-button-menu/index.d.ts +1 -0
  357. package/templates/menu/index.d.ts +1 -1
  358. package/templates/menu/menu.template.d.ts +11 -4
  359. package/templates/messages/messages.template.d.ts +1 -1
  360. package/templates/selection/index.d.ts +1 -0
  361. package/templates/selection/selection.template.d.ts +23 -0
  362. package/templates/smart-crud/smart-crud.template.d.ts +8 -3
  363. package/templates/smart-index/smart-index.template.d.ts +69 -24
  364. package/templates/tab-editor/index.d.ts +1 -0
  365. package/templates/tab-editor/tab-editor.template.d.ts +8 -0
  366. package/templates/term/index.d.ts +1 -0
  367. package/templates/term/term.template.d.ts +24 -0
  368. package/esm2020/atoms/icon/icon.atom.mjs +0 -35
  369. package/esm2020/extras/editor/editor.component.mjs +0 -41
  370. package/esm2020/frames/divider/divider.frame.mjs +0 -68
  371. package/esm2020/frames/drawer/drawer.frame.mjs +0 -40
  372. package/esm2020/frames/fab/fab.frame.mjs +0 -56
  373. package/esm2020/frames/fab/fab.service.mjs +0 -26
  374. package/esm2020/frames/line-up/line-up.animations.mjs +0 -67
  375. package/esm2020/frames/line-up/line-up.frame.mjs +0 -114
  376. package/esm2020/frames/line-up/resize-observer.mjs +0 -13
  377. package/esm2020/frames/overlay/overlay.animations.mjs +0 -28
  378. package/esm2020/frames/overlay/overlay.frame.mjs +0 -22
  379. package/esm2020/frames/scroll/scroll.frame.mjs +0 -17
  380. package/esm2020/index.mjs +0 -3
  381. package/esm2020/molecules/actions-column/actions-column.molecule.mjs +0 -103
  382. package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +0 -48
  383. package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +0 -46
  384. package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +0 -38
  385. package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +0 -43
  386. package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +0 -51
  387. package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +0 -29
  388. package/esm2020/organisms/graphql-editor/graphql-editor.organism.mjs +0 -115
  389. package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +0 -44
  390. package/esm2020/organisms/navigator/navigator.organism.mjs +0 -71
  391. package/esm2020/organisms/smart-list/smart-list.organism.mjs +0 -108
  392. package/esm2020/organisms/smart-table/smart-table.organism.mjs +0 -170
  393. package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +0 -33
  394. package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +0 -31
  395. package/esm2020/templates/entrance/entrance.template.mjs +0 -72
  396. package/esm2020/templates/menu/index.mjs +0 -2
  397. package/esm2020/templates/menu/menu.template.mjs +0 -46
  398. package/esm2020/templates/smart-crud/smart-crud.template.mjs +0 -85
  399. package/esm2020/templates/smart-index/smart-index.template.mjs +0 -242
  400. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +0 -113
  401. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +0 -1
  402. package/fesm2015/ng-atomic-components-atoms-icon.mjs +0 -42
  403. package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +0 -1
  404. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +0 -1
  405. package/fesm2015/ng-atomic-components-extras-editor.mjs +0 -52
  406. package/fesm2015/ng-atomic-components-extras-editor.mjs.map +0 -1
  407. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +0 -21
  408. package/fesm2015/ng-atomic-components-frames-card.mjs +0 -24
  409. package/fesm2015/ng-atomic-components-frames-divider.mjs.map +0 -1
  410. package/fesm2015/ng-atomic-components-frames-drawer.mjs +0 -49
  411. package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +0 -1
  412. package/fesm2015/ng-atomic-components-frames-fab.mjs +0 -84
  413. package/fesm2015/ng-atomic-components-frames-fab.mjs.map +0 -1
  414. package/fesm2015/ng-atomic-components-frames-line-up.mjs +0 -197
  415. package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +0 -1
  416. package/fesm2015/ng-atomic-components-frames-loading.mjs.map +0 -1
  417. package/fesm2015/ng-atomic-components-frames-overlay.mjs +0 -56
  418. package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +0 -1
  419. package/fesm2015/ng-atomic-components-frames-scroll.mjs +0 -24
  420. package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +0 -1
  421. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +0 -43
  422. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +0 -1
  423. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +0 -113
  424. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +0 -103
  425. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +0 -1
  426. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +0 -131
  427. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +0 -1
  428. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +0 -1
  429. package/fesm2015/ng-atomic-components-molecules-header.mjs +0 -28
  430. package/fesm2015/ng-atomic-components-molecules-header.mjs.map +0 -1
  431. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +0 -53
  432. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +0 -1
  433. package/fesm2015/ng-atomic-components-molecules-nested-menu.mjs.map +0 -1
  434. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +0 -45
  435. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +0 -1
  436. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +0 -55
  437. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +0 -1
  438. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +0 -50
  439. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +0 -1
  440. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +0 -58
  441. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +0 -1
  442. package/fesm2015/ng-atomic-components-molecules-tree-column.mjs +0 -135
  443. package/fesm2015/ng-atomic-components-molecules-tree-column.mjs.map +0 -1
  444. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +0 -34
  445. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +0 -1
  446. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +0 -35
  447. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs.map +0 -1
  448. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +0 -1
  449. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +0 -36
  450. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +0 -1
  451. package/fesm2015/ng-atomic-components-organisms-filters-section.mjs.map +0 -1
  452. package/fesm2015/ng-atomic-components-organisms-graphql-editor.mjs +0 -121
  453. package/fesm2015/ng-atomic-components-organisms-graphql-editor.mjs.map +0 -1
  454. package/fesm2015/ng-atomic-components-organisms-grid-toolbar.mjs.map +0 -1
  455. package/fesm2015/ng-atomic-components-organisms-heading.mjs +0 -27
  456. package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +0 -1
  457. package/fesm2015/ng-atomic-components-organisms-mermaid-section.mjs +0 -51
  458. package/fesm2015/ng-atomic-components-organisms-mermaid-section.mjs.map +0 -1
  459. package/fesm2015/ng-atomic-components-organisms-message-input-section.mjs +0 -39
  460. package/fesm2015/ng-atomic-components-organisms-message-input-section.mjs.map +0 -1
  461. package/fesm2015/ng-atomic-components-organisms-messages-section.mjs +0 -27
  462. package/fesm2015/ng-atomic-components-organisms-messages-section.mjs.map +0 -1
  463. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +0 -51
  464. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +0 -1
  465. package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +0 -1
  466. package/fesm2015/ng-atomic-components-organisms-paginator.mjs +0 -61
  467. package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +0 -1
  468. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +0 -35
  469. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +0 -1
  470. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs +0 -119
  471. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs.map +0 -1
  472. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +0 -176
  473. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +0 -1
  474. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +0 -29
  475. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +0 -40
  476. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +0 -1
  477. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +0 -38
  478. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +0 -1
  479. package/fesm2015/ng-atomic-components-organisms-tree-section.mjs +0 -237
  480. package/fesm2015/ng-atomic-components-organisms-tree-section.mjs.map +0 -1
  481. package/fesm2015/ng-atomic-components-pages-_index.mjs +0 -46
  482. package/fesm2015/ng-atomic-components-pages-_index.mjs.map +0 -1
  483. package/fesm2015/ng-atomic-components-pages-blank.mjs +0 -24
  484. package/fesm2015/ng-atomic-components-templates-entrance.mjs +0 -79
  485. package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +0 -1
  486. package/fesm2015/ng-atomic-components-templates-loading.mjs +0 -24
  487. package/fesm2015/ng-atomic-components-templates-loading.mjs.map +0 -1
  488. package/fesm2015/ng-atomic-components-templates-menu.mjs +0 -53
  489. package/fesm2015/ng-atomic-components-templates-menu.mjs.map +0 -1
  490. package/fesm2015/ng-atomic-components-templates-messages.mjs +0 -97
  491. package/fesm2015/ng-atomic-components-templates-messages.mjs.map +0 -1
  492. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +0 -91
  493. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +0 -1
  494. package/fesm2015/ng-atomic-components-templates-smart-index.mjs +0 -248
  495. package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +0 -1
  496. package/fesm2015/ng-atomic-components.mjs +0 -9
  497. package/fesm2015/ng-atomic-components.mjs.map +0 -1
  498. package/fesm2020/ng-atomic-components-atoms-icon.mjs +0 -42
  499. package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +0 -1
  500. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +0 -84
  501. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +0 -1
  502. package/fesm2020/ng-atomic-components-extras-editor.mjs.map +0 -1
  503. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +0 -21
  504. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +0 -1
  505. package/fesm2020/ng-atomic-components-frames-card.mjs.map +0 -1
  506. package/fesm2020/ng-atomic-components-frames-divider.mjs +0 -75
  507. package/fesm2020/ng-atomic-components-frames-divider.mjs.map +0 -1
  508. package/fesm2020/ng-atomic-components-frames-drawer.mjs +0 -47
  509. package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +0 -1
  510. package/fesm2020/ng-atomic-components-frames-fab.mjs +0 -84
  511. package/fesm2020/ng-atomic-components-frames-fab.mjs.map +0 -1
  512. package/fesm2020/ng-atomic-components-frames-line-up.mjs +0 -196
  513. package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +0 -1
  514. package/fesm2020/ng-atomic-components-frames-loading.mjs +0 -36
  515. package/fesm2020/ng-atomic-components-frames-overlay.mjs +0 -56
  516. package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +0 -1
  517. package/fesm2020/ng-atomic-components-frames-scroll.mjs +0 -24
  518. package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +0 -1
  519. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +0 -43
  520. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +0 -1
  521. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +0 -1
  522. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +0 -55
  523. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +0 -1
  524. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +0 -53
  525. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +0 -1
  526. package/fesm2020/ng-atomic-components-molecules-nested-menu.mjs +0 -87
  527. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +0 -45
  528. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +0 -1
  529. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +0 -50
  530. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +0 -1
  531. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +0 -58
  532. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +0 -1
  533. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +0 -34
  534. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +0 -40
  535. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +0 -36
  536. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +0 -1
  537. package/fesm2020/ng-atomic-components-organisms-filters-section.mjs +0 -136
  538. package/fesm2020/ng-atomic-components-organisms-graphql-editor.mjs +0 -120
  539. package/fesm2020/ng-atomic-components-organisms-graphql-editor.mjs.map +0 -1
  540. package/fesm2020/ng-atomic-components-organisms-grid-toolbar.mjs +0 -156
  541. package/fesm2020/ng-atomic-components-organisms-heading.mjs +0 -27
  542. package/fesm2020/ng-atomic-components-organisms-messages-section.mjs +0 -27
  543. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +0 -51
  544. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +0 -1
  545. package/fesm2020/ng-atomic-components-organisms-navigator.mjs +0 -78
  546. package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +0 -1
  547. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs +0 -114
  548. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs.map +0 -1
  549. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +0 -177
  550. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +0 -1
  551. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +0 -29
  552. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +0 -1
  553. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +0 -40
  554. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +0 -1
  555. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +0 -38
  556. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +0 -1
  557. package/fesm2020/ng-atomic-components-pages-_index.mjs.map +0 -1
  558. package/fesm2020/ng-atomic-components-pages-blank-blank.routes-09f8841a.mjs +0 -7
  559. package/fesm2020/ng-atomic-components-pages-blank-blank.routes-09f8841a.mjs.map +0 -1
  560. package/fesm2020/ng-atomic-components-pages-blank.mjs.map +0 -1
  561. package/fesm2020/ng-atomic-components-templates-entrance.mjs +0 -79
  562. package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +0 -1
  563. package/fesm2020/ng-atomic-components-templates-menu.mjs +0 -53
  564. package/fesm2020/ng-atomic-components-templates-menu.mjs.map +0 -1
  565. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +0 -91
  566. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +0 -1
  567. package/fesm2020/ng-atomic-components-templates-smart-index.mjs +0 -249
  568. package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +0 -1
  569. package/fesm2020/ng-atomic-components.mjs +0 -9
  570. package/fesm2020/ng-atomic-components.mjs.map +0 -1
  571. /package/{esm2020 → esm2022}/atoms/chips-input/index.mjs +0 -0
  572. /package/{esm2020 → esm2022}/atoms/chips-input/ng-atomic-components-atoms-chips-input.mjs +0 -0
  573. /package/{esm2020 → esm2022}/atoms/icon/index.mjs +0 -0
  574. /package/{esm2020 → esm2022}/atoms/icon/ng-atomic-components-atoms-icon.mjs +0 -0
  575. /package/{esm2020 → esm2022}/atoms/smart-menu-button/index.mjs +0 -0
  576. /package/{esm2020 → esm2022}/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.mjs +0 -0
  577. /package/{esm2020 → esm2022}/extras/editor/index.mjs +0 -0
  578. /package/{esm2020 → esm2022}/extras/editor/ng-atomic-components-extras-editor.mjs +0 -0
  579. /package/{esm2020 → esm2022}/frames/auto-layout/index.mjs +0 -0
  580. /package/{esm2020 → esm2022}/frames/auto-layout/ng-atomic-components-frames-auto-layout.mjs +0 -0
  581. /package/{esm2020 → esm2022}/frames/card/index.mjs +0 -0
  582. /package/{esm2020 → esm2022}/frames/card/ng-atomic-components-frames-card.mjs +0 -0
  583. /package/{esm2020 → esm2022}/frames/divider/index.mjs +0 -0
  584. /package/{esm2020 → esm2022}/frames/divider/ng-atomic-components-frames-divider.mjs +0 -0
  585. /package/{esm2020 → esm2022}/frames/drawer/index.mjs +0 -0
  586. /package/{esm2020 → esm2022}/frames/drawer/ng-atomic-components-frames-drawer.mjs +0 -0
  587. /package/{esm2020 → esm2022}/frames/fab/index.mjs +0 -0
  588. /package/{esm2020 → esm2022}/frames/fab/ng-atomic-components-frames-fab.mjs +0 -0
  589. /package/{esm2020 → esm2022}/frames/line-up/index.mjs +0 -0
  590. /package/{esm2020 → esm2022}/frames/line-up/ng-atomic-components-frames-line-up.mjs +0 -0
  591. /package/{esm2020 → esm2022}/frames/loading/index.mjs +0 -0
  592. /package/{esm2020 → esm2022}/frames/loading/ng-atomic-components-frames-loading.mjs +0 -0
  593. /package/{esm2020 → esm2022}/frames/overlay/index.mjs +0 -0
  594. /package/{esm2020 → esm2022}/frames/overlay/ng-atomic-components-frames-overlay.mjs +0 -0
  595. /package/{esm2020 → esm2022}/frames/scroll/index.mjs +0 -0
  596. /package/{esm2020 → esm2022}/frames/scroll/ng-atomic-components-frames-scroll.mjs +0 -0
  597. /package/{esm2020 → esm2022}/frames/smart-menu/index.mjs +0 -0
  598. /package/{esm2020 → esm2022}/frames/smart-menu/ng-atomic-components-frames-smart-menu.mjs +0 -0
  599. /package/{esm2020 → esm2022}/molecules/actions-column/index.mjs +0 -0
  600. /package/{esm2020 → esm2022}/molecules/actions-column/ng-atomic-components-molecules-actions-column.mjs +0 -0
  601. /package/{esm2020 → esm2022}/molecules/checkbox-column/index.mjs +0 -0
  602. /package/{esm2020 → esm2022}/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.mjs +0 -0
  603. /package/{esm2020 → esm2022}/molecules/chips-input-field/index.mjs +0 -0
  604. /package/{esm2020 → esm2022}/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.mjs +0 -0
  605. /package/{esm2020 → esm2022}/molecules/date-input-field/index.mjs +0 -0
  606. /package/{esm2020 → esm2022}/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.mjs +0 -0
  607. /package/{esm2020 → esm2022}/molecules/header/index.mjs +0 -0
  608. /package/{esm2020 → esm2022}/molecules/header/ng-atomic-components-molecules-header.mjs +0 -0
  609. /package/{esm2020 → esm2022}/molecules/navigation-list-item/index.mjs +0 -0
  610. /package/{esm2020 → esm2022}/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.mjs +0 -0
  611. /package/{esm2020 → esm2022}/molecules/nested-menu/index.mjs +0 -0
  612. /package/{esm2020 → esm2022}/molecules/nested-menu/ng-atomic-components-molecules-nested-menu.mjs +0 -0
  613. /package/{esm2020 → esm2022}/molecules/select-input-field/index.mjs +0 -0
  614. /package/{esm2020 → esm2022}/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.mjs +0 -0
  615. /package/{esm2020 → esm2022}/molecules/smart-column/index.mjs +0 -0
  616. /package/{esm2020 → esm2022}/molecules/smart-column/ng-atomic-components-molecules-smart-column.mjs +0 -0
  617. /package/{esm2020 → esm2022}/molecules/text-input-field/index.mjs +0 -0
  618. /package/{esm2020 → esm2022}/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.mjs +0 -0
  619. /package/{esm2020 → esm2022}/molecules/textarea-field/index.mjs +0 -0
  620. /package/{esm2020 → esm2022}/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.mjs +0 -0
  621. /package/{esm2020 → esm2022}/molecules/tree-column/index.mjs +0 -0
  622. /package/{esm2020 → esm2022}/molecules/tree-column/ng-atomic-components-molecules-tree-column.mjs +0 -0
  623. /package/{esm2020 → esm2022}/ng-atomic-components.mjs +0 -0
  624. /package/{esm2020 → esm2022}/organisms/action-buttons-section/index.mjs +0 -0
  625. /package/{esm2020 → esm2022}/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.mjs +0 -0
  626. /package/{esm2020 → esm2022}/organisms/card-input-section/index.mjs +0 -0
  627. /package/{esm2020 → esm2022}/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.mjs +0 -0
  628. /package/{esm2020 → esm2022}/organisms/cvc-and-exp-input-section/index.mjs +0 -0
  629. /package/{esm2020 → esm2022}/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +0 -0
  630. /package/{esm2020 → esm2022}/organisms/date-input-section/index.mjs +0 -0
  631. /package/{esm2020 → esm2022}/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.mjs +0 -0
  632. /package/{esm2020 → esm2022}/organisms/filters-section/index.mjs +0 -0
  633. /package/{esm2020 → esm2022}/organisms/filters-section/ng-atomic-components-organisms-filters-section.mjs +0 -0
  634. /package/{esm2020 → esm2022}/organisms/graphql-editor/index.mjs +0 -0
  635. /package/{esm2020 → esm2022}/organisms/graphql-editor/ng-atomic-components-organisms-graphql-editor.mjs +0 -0
  636. /package/{esm2020 → esm2022}/organisms/grid-toolbar/index.mjs +0 -0
  637. /package/{esm2020 → esm2022}/organisms/grid-toolbar/ng-atomic-components-organisms-grid-toolbar.mjs +0 -0
  638. /package/{esm2020 → esm2022}/organisms/heading/index.mjs +0 -0
  639. /package/{esm2020 → esm2022}/organisms/heading/ng-atomic-components-organisms-heading.mjs +0 -0
  640. /package/{esm2020 → esm2022}/organisms/mermaid-section/index.mjs +0 -0
  641. /package/{esm2020 → esm2022}/organisms/mermaid-section/ng-atomic-components-organisms-mermaid-section.mjs +0 -0
  642. /package/{esm2020 → esm2022}/organisms/message-input-section/index.mjs +0 -0
  643. /package/{esm2020 → esm2022}/organisms/message-input-section/ng-atomic-components-organisms-message-input-section.mjs +0 -0
  644. /package/{esm2020 → esm2022}/organisms/messages-section/index.mjs +0 -0
  645. /package/{esm2020 → esm2022}/organisms/messages-section/ng-atomic-components-organisms-messages-section.mjs +0 -0
  646. /package/{esm2020 → esm2022}/organisms/navigation-list/index.mjs +0 -0
  647. /package/{esm2020 → esm2022}/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.mjs +0 -0
  648. /package/{esm2020 → esm2022}/organisms/navigator/index.mjs +0 -0
  649. /package/{esm2020 → esm2022}/organisms/navigator/ng-atomic-components-organisms-navigator.mjs +0 -0
  650. /package/{esm2020 → esm2022}/organisms/paginator/index.mjs +0 -0
  651. /package/{esm2020 → esm2022}/organisms/paginator/ng-atomic-components-organisms-paginator.mjs +0 -0
  652. /package/{esm2020 → esm2022}/organisms/select-input-section/index.mjs +0 -0
  653. /package/{esm2020 → esm2022}/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.mjs +0 -0
  654. /package/{esm2020 → esm2022}/organisms/smart-list/index.mjs +0 -0
  655. /package/{esm2020 → esm2022}/organisms/smart-list/ng-atomic-components-organisms-smart-list.mjs +0 -0
  656. /package/{esm2020 → esm2022}/organisms/smart-table/index.mjs +0 -0
  657. /package/{esm2020 → esm2022}/organisms/smart-table/ng-atomic-components-organisms-smart-table.mjs +0 -0
  658. /package/{esm2020 → esm2022}/organisms/social-login-section/index.mjs +0 -0
  659. /package/{esm2020 → esm2022}/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.mjs +0 -0
  660. /package/{esm2020 → esm2022}/organisms/text-input-section/index.mjs +0 -0
  661. /package/{esm2020 → esm2022}/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.mjs +0 -0
  662. /package/{esm2020 → esm2022}/organisms/textarea-section/index.mjs +0 -0
  663. /package/{esm2020 → esm2022}/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.mjs +0 -0
  664. /package/{esm2020 → esm2022}/organisms/tree-section/index.mjs +0 -0
  665. /package/{esm2020 → esm2022}/organisms/tree-section/ng-atomic-components-organisms-tree-section.mjs +0 -0
  666. /package/{esm2020 → esm2022}/pages/_index/index.mjs +0 -0
  667. /package/{esm2020 → esm2022}/pages/_index/ng-atomic-components-pages-_index.mjs +0 -0
  668. /package/{esm2020 → esm2022}/pages/blank/blank.route.mjs +0 -0
  669. /package/{esm2020 → esm2022}/pages/blank/blank.routes.mjs +0 -0
  670. /package/{esm2020 → esm2022}/pages/blank/index.mjs +0 -0
  671. /package/{esm2020 → esm2022}/pages/blank/ng-atomic-components-pages-blank.mjs +0 -0
  672. /package/{esm2020 → esm2022}/templates/entrance/index.mjs +0 -0
  673. /package/{esm2020 → esm2022}/templates/entrance/ng-atomic-components-templates-entrance.mjs +0 -0
  674. /package/{esm2020 → esm2022}/templates/loading/index.mjs +0 -0
  675. /package/{esm2020 → esm2022}/templates/loading/ng-atomic-components-templates-loading.mjs +0 -0
  676. /package/{esm2020 → esm2022}/templates/menu/ng-atomic-components-templates-menu.mjs +0 -0
  677. /package/{esm2020 → esm2022}/templates/messages/index.mjs +0 -0
  678. /package/{esm2020 → esm2022}/templates/messages/ng-atomic-components-templates-messages.mjs +0 -0
  679. /package/{esm2020 → esm2022}/templates/smart-crud/index.mjs +0 -0
  680. /package/{esm2020 → esm2022}/templates/smart-crud/ng-atomic-components-templates-smart-crud.mjs +0 -0
  681. /package/{esm2020 → esm2022}/templates/smart-index/index.mjs +0 -0
  682. /package/{esm2020 → esm2022}/templates/smart-index/ng-atomic-components-templates-smart-index.mjs +0 -0
  683. /package/{fesm2015 → fesm2022}/ng-atomic-components-pages-blank-blank.routes-09f8841a.mjs +0 -0
  684. /package/{fesm2015 → fesm2022}/ng-atomic-components-pages-blank-blank.routes-09f8841a.mjs.map +0 -0
@@ -0,0 +1,24 @@
1
+ import { EditorState } from '@codemirror/state';
2
+ import { NgAtomicComponent } from '@ng-atomic/common/stores/component-store';
3
+ import { ReplaySubject } from 'rxjs';
4
+ import * as i0 from "@angular/core";
5
+ declare enum ActionId {
6
+ UPDATE_FILE = "[@matcher/assistant/templates/code-editor] update file"
7
+ }
8
+ export declare class CodeEditorTemplate extends NgAtomicComponent {
9
+ static ActionId: typeof ActionId;
10
+ state: EditorState;
11
+ file$: ReplaySubject<File>;
12
+ state$: import("rxjs").Observable<EditorState>;
13
+ set file(value: File | null);
14
+ get file(): File | null;
15
+ private _file;
16
+ keyActions: {
17
+ key: string;
18
+ actionId: string;
19
+ }[];
20
+ private makeEditorState;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<CodeEditorTemplate, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodeEditorTemplate, "templates-code-editor", never, { "file": { "alias": "file"; "required": false; }; "keyActions": { "alias": "keyActions"; "required": false; }; }, {}, never, never, true, never>;
23
+ }
24
+ export {};
@@ -0,0 +1 @@
1
+ export * from './code-editor.template';
@@ -2,22 +2,22 @@ import { EventEmitter } from '@angular/core';
2
2
  import { Action } from '@ng-atomic/common/models';
3
3
  import { FormGroup, FormControl } from '@angular/forms';
4
4
  import * as i0 from "@angular/core";
5
- export declare enum ActionId {
5
+ declare enum ActionId {
6
6
  SIGN_IN = "[@ng-atomic/components] Sign In",
7
7
  SIGN_IN_WITH_GOOGLE = "[@ng-atomic/components] Sign In With Google",
8
8
  SIGN_IN_WITH_TWITTER = "[@ng-atomic/components] Sign In With Twitter"
9
9
  }
10
10
  export declare const Actions: Action[];
11
11
  export declare class EntranceTemplate {
12
+ static ActionId: typeof ActionId;
12
13
  protected ActionId: typeof ActionId;
13
14
  form: FormGroup<{
14
15
  email: FormControl<string>;
15
16
  password: FormControl<string>;
16
17
  }>;
17
- isEmailSectionShown: boolean;
18
- isPasswordSectionShown: boolean;
19
18
  actions: Action<any>[];
20
19
  action: EventEmitter<Action<any>>;
21
20
  static ɵfac: i0.ɵɵFactoryDeclaration<EntranceTemplate, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<EntranceTemplate, "templates-entrance", never, { "form": "form"; "isEmailSectionShown": "isEmailSectionShown"; "isPasswordSectionShown": "isPasswordSectionShown"; "actions": "actions"; }, { "action": "action"; }, never, never, true, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<EntranceTemplate, "templates-entrance", never, { "form": { "alias": "form"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "action": "action"; }, never, never, true, never>;
23
22
  }
23
+ export {};
@@ -0,0 +1,24 @@
1
+ import { NestedTreeControl } from '@angular/cdk/tree';
2
+ import { MatTreeNestedDataSource } from '@angular/material/tree';
3
+ import { NgAtomicComponent } from '@ng-atomic/common/stores/component-store';
4
+ import * as i0 from "@angular/core";
5
+ export interface TreeNode {
6
+ name: string;
7
+ type: string;
8
+ parent?: TreeNode;
9
+ children: TreeNode[];
10
+ }
11
+ declare enum ActionId {
12
+ OPEN_FILE = "[@ng-atomic/components/templates/file-tree] Open File"
13
+ }
14
+ export declare class FileTreeTemplate extends NgAtomicComponent {
15
+ static ActionId: typeof ActionId;
16
+ set treeNode(treeNode: TreeNode[]);
17
+ treeControl: NestedTreeControl<TreeNode, TreeNode>;
18
+ dataSource: MatTreeNestedDataSource<TreeNode>;
19
+ protected test(node: TreeNode): void;
20
+ hasChild: (_: number, node: TreeNode) => boolean;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<FileTreeTemplate, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileTreeTemplate, "templates-file-tree", never, { "treeNode": { "alias": "treeNode"; "required": false; }; }, {}, never, never, true, never>;
23
+ }
24
+ export {};
@@ -0,0 +1 @@
1
+ export * from './file-tree.template';
@@ -0,0 +1,15 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ import { Action } from '@ng-atomic/common/models';
3
+ import { InjectableComponent, NgAtomicComponent } from '@ng-atomic/common/core';
4
+ import * as i0 from "@angular/core";
5
+ export declare class IconButtonMenuTemplateStore extends InjectableComponent {
6
+ static TOKEN: InjectionToken<unknown>;
7
+ actions: Action[];
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonMenuTemplateStore, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IconButtonMenuTemplateStore, "templates-icon-button-menu", never, { "actions": { "alias": "actions"; "required": false; }; }, {}, never, never, true, never>;
10
+ }
11
+ export declare class IconButtonMenuTemplate extends NgAtomicComponent {
12
+ protected store: IconButtonMenuTemplateStore;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<IconButtonMenuTemplate, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconButtonMenuTemplate, "templates-icon-button-menu", never, {}, {}, never, never, true, [{ directive: typeof IconButtonMenuTemplateStore; inputs: { "actions": "actions"; }; outputs: {}; }]>;
15
+ }
@@ -0,0 +1 @@
1
+ export * from './icon-button-menu.template';
@@ -1 +1 @@
1
- export { MenuTemplate } from './menu.template';
1
+ export * from './menu.template';
@@ -1,9 +1,16 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { InjectionToken, Type } from '@angular/core';
2
2
  import { Action } from '@ng-atomic/common/models';
3
+ import { InjectableComponent } from '@ng-atomic/common/core';
4
+ import { NgAtomicComponent } from '@ng-atomic/common/stores/component-store';
3
5
  import * as i0 from "@angular/core";
4
- export declare class MenuTemplate {
6
+ export declare class MenuTemplateStore extends InjectableComponent {
7
+ static readonly TOKEN: InjectionToken<Type<MenuTemplateStore>>;
5
8
  actions: Action<string>[];
6
- action: EventEmitter<Action<any>>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<MenuTemplateStore, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MenuTemplateStore, "templates-menu", never, { "actions": { "alias": "actions"; "required": false; }; }, {}, never, never, true, never>;
11
+ }
12
+ export declare class MenuTemplate extends NgAtomicComponent {
13
+ protected store: MenuTemplateStore;
7
14
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuTemplate, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<MenuTemplate, "templates-menu", never, { "actions": "actions"; }, { "action": "action"; }, never, ["[header]", "[footer]"], true, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<MenuTemplate, "templates-menu", never, {}, {}, never, never, true, [{ directive: typeof MenuTemplateStore; inputs: { "actions": "actions"; }; outputs: {}; }]>;
9
16
  }
@@ -17,5 +17,5 @@ export declare class MessagesTemplate {
17
17
  }>;
18
18
  action: EventEmitter<Action<any>>;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<MessagesTemplate, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<MessagesTemplate, "templates-messages", never, { "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "messages": "messages"; "form": "form"; }, { "action": "action"; }, never, never, true, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<MessagesTemplate, "templates-messages", never, { "navStartActions": { "alias": "navStartActions"; "required": false; }; "navEndActions": { "alias": "navEndActions"; "required": false; }; "messages": { "alias": "messages"; "required": false; }; "form": { "alias": "form"; "required": false; }; }, { "action": "action"; }, never, never, true, never>;
21
21
  }
@@ -0,0 +1 @@
1
+ export * from './selection.template';
@@ -0,0 +1,23 @@
1
+ import { Action } from '@ng-atomic/common/models';
2
+ import { NgAtomicComponent } from '@ng-atomic/common/stores/component-store';
3
+ import { SelectionModel } from '@angular/cdk/collections';
4
+ import * as i0 from "@angular/core";
5
+ declare enum ActionId {
6
+ BACK = "[@ng-atomic/components/templates/selection] Back",
7
+ SUBMIT = "[@ng-atomic/components/templates/selection] Submit",
8
+ TOGGLE_OPTION = "[@ng-atomic/components/templates/selection-list] Toggle Option"
9
+ }
10
+ export declare class SelectionTemplate<T> extends NgAtomicComponent {
11
+ static ActionId: typeof ActionId;
12
+ navStartActions: Action[];
13
+ navEndActions: Action[];
14
+ actions: Action[];
15
+ itemActions: (item: T) => Action[];
16
+ title: string;
17
+ items: T[];
18
+ selection: SelectionModel<unknown>;
19
+ protected toggleOption(item: T): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectionTemplate<any>, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectionTemplate<any>, "templates-selection", never, { "navStartActions": { "alias": "navStartActions"; "required": false; }; "navEndActions": { "alias": "navEndActions"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "itemActions": { "alias": "itemActions"; "required": false; }; "title": { "alias": "title"; "required": false; }; "items": { "alias": "items"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, {}, never, never, true, never>;
22
+ }
23
+ export {};
@@ -2,14 +2,18 @@ import { EventEmitter } from '@angular/core';
2
2
  import { AbstractControl } from '@angular/forms';
3
3
  import { Action } from '@ng-atomic/common/models';
4
4
  import { FormGroup } from '@angular/forms';
5
+ import { NgAtomicComponent } from '@ng-atomic/common/stores/component-store';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare enum ActionId {
7
8
  BACK = "[@ng-atomic/components/templates/smart-crud] Back",
8
9
  CREATE = "[@ng-atomic/components/templates/smart-crud] Create",
9
10
  UPDATE = "[@ng-atomic/components/templates/smart-crud] Update",
10
- DELETE = "[@ng-atomic/components/templates/smart-crud] Delete"
11
+ DELETE = "[@ng-atomic/components/templates/smart-crud] Delete",
12
+ FILE_SELECTED = "[@ng-atomic/components/templates/smart-crud] File selected",
13
+ CANCEL = "[@ng-atomic/components/templates/smart-crud] Cancel"
11
14
  }
12
- export declare class SmartCrudTemplate {
15
+ export declare class SmartCrudTemplate extends NgAtomicComponent {
16
+ static ActionId: typeof ActionId;
13
17
  title: string;
14
18
  form: FormGroup<any>;
15
19
  navStartActions: Action[];
@@ -18,6 +22,7 @@ export declare class SmartCrudTemplate {
18
22
  action: EventEmitter<Action<any>>;
19
23
  get controls(): [string, AbstractControl<any, any>][];
20
24
  trackByIndex: (index: number) => number;
25
+ protected dispatchFileInputAction(action: Action, name: string): void;
21
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartCrudTemplate, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartCrudTemplate, "templates-smart-crud", never, { "title": "title"; "form": "form"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "actions": "actions"; }, { "action": "action"; }, never, never, true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartCrudTemplate, "templates-smart-crud", never, { "title": { "alias": "title"; "required": false; }; "form": { "alias": "form"; "required": false; }; "navStartActions": { "alias": "navStartActions"; "required": false; }; "navEndActions": { "alias": "navEndActions"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "action": "action"; }, never, never, true, never>;
23
28
  }
@@ -1,8 +1,11 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, PipeTransform } from '@angular/core';
2
2
  import { LegacyPageEvent as PageEvent } from '@angular/material/legacy-paginator';
3
3
  import { Action, Actions } from '@ng-atomic/common/models';
4
- import { FormControl, FormGroup } from '@angular/forms';
4
+ import { FormBuilder } from '@angular/forms';
5
5
  import { SelectionModel } from '@angular/cdk/collections';
6
+ import { NgAtomicComponent } from '@ng-atomic/common/stores/component-store';
7
+ import { SortService } from '@ng-atomic/common/services/form/sort';
8
+ import { PaginationService } from '@ng-atomic/common/services/form/pagination';
6
9
  import * as i0 from "@angular/core";
7
10
  export declare enum ActionId {
8
11
  BACK = "[@ng-atomic/components/templates/smart-index] Back",
@@ -10,30 +13,50 @@ export declare enum ActionId {
10
13
  ITEM_CLICK = "[@ng-atomic/components/templates/smart-index] Item Click",
11
14
  CHECKBOX_CLICK = "[@ng-atomic/components/templates/smart-index] Check Item"
12
15
  }
13
- export declare class NgAtomicDirective {
14
- action: EventEmitter<Action<any>>;
15
- ngOnInit(): void;
16
- onAction(action: Action): void;
17
- dispatch(action: Action): void;
18
- static ɵfac: i0.ɵɵFactoryDeclaration<NgAtomicDirective, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgAtomicDirective, never, never, {}, { "action": "action"; }, never, never, true, never>;
16
+ export declare class SmartIndexTemplateFormBuilder extends FormBuilder {
17
+ sort: SortService;
18
+ query: PaginationService;
19
+ build({ query, sort }?: {
20
+ query?: string;
21
+ sort?: {};
22
+ }): import("@angular/forms").FormGroup<{
23
+ query: import("@angular/forms").FormControl<string>;
24
+ page: import("@angular/forms").FormGroup<{
25
+ pageSize: import("@angular/forms").FormControl<number>;
26
+ pageIndex: import("@angular/forms").FormControl<number>;
27
+ length: import("@angular/forms").FormControl<number>;
28
+ }>;
29
+ sort: import("@angular/forms").FormGroup<{
30
+ key: import("@angular/forms").FormControl<string>;
31
+ order: import("@angular/forms").FormControl<"asc" | "desc">;
32
+ }>;
33
+ }>;
34
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartIndexTemplateFormBuilder, never>;
35
+ static ɵprov: i0.ɵɵInjectableDeclaration<SmartIndexTemplateFormBuilder>;
20
36
  }
21
- export declare class SmartIndexTemplate<T> {
22
- static ActionId: typeof ActionId;
23
- protected ActionId: typeof ActionId;
24
- protected ngAtomic: NgAtomicDirective;
37
+ export declare class PagePipe<T> implements PipeTransform {
38
+ transform(items: T[], value: any): T[];
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<PagePipe<any>, never>;
40
+ static ɵpipe: i0.ɵɵPipeDeclaration<PagePipe<any>, "page", true>;
41
+ }
42
+ export declare class AutoColumnsPipe<T> implements PipeTransform {
43
+ transform(items: T[]): string[];
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<AutoColumnsPipe<any>, never>;
45
+ static ɵpipe: i0.ɵɵPipeDeclaration<AutoColumnsPipe<any>, "autoColumns", true>;
46
+ }
47
+ export declare class SmartIndexTemplateStore<T> {
25
48
  gridToolbarActions: Action[];
26
49
  tableChildrenKey: string;
27
- form: FormGroup<{
28
- query: FormControl<string>;
29
- pagination: FormGroup<{
30
- pageIndex: FormControl<number>;
31
- pageSize: FormControl<number>;
32
- length: FormControl<number>;
50
+ form: import("@angular/forms").FormGroup<{
51
+ query: import("@angular/forms").FormControl<string>;
52
+ page: import("@angular/forms").FormGroup<{
53
+ pageSize: import("@angular/forms").FormControl<number>;
54
+ pageIndex: import("@angular/forms").FormControl<number>;
55
+ length: import("@angular/forms").FormControl<number>;
33
56
  }>;
34
- sort: FormGroup<{
35
- key: FormControl<string>;
36
- order: FormControl<string>;
57
+ sort: import("@angular/forms").FormGroup<{
58
+ key: import("@angular/forms").FormControl<string>;
59
+ order: import("@angular/forms").FormControl<"asc" | "desc">;
37
60
  }>;
38
61
  }>;
39
62
  title: string;
@@ -42,13 +65,35 @@ export declare class SmartIndexTemplate<T> {
42
65
  itemActions: Actions;
43
66
  navStartActions: Actions;
44
67
  navEndActions: Actions;
45
- properties: (keyof T)[];
68
+ groupedBy: keyof T;
69
+ groupKeys: string[];
70
+ columns: (keyof T | Actions)[];
71
+ /**
72
+ * @deprecated use columns instead.
73
+ */
74
+ set properties(value: (keyof T)[]);
46
75
  selection: SelectionModel<string>;
47
76
  pageSizeOptions: number[];
48
77
  queryPlaceholder: string;
49
78
  device: 'sp' | 'tablet' | 'pc';
79
+ type: import("@angular/core").Signal<"list" | "table">;
50
80
  pageChange: EventEmitter<PageEvent>;
81
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartIndexTemplateStore<any>, never>;
82
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SmartIndexTemplateStore<any>, never, never, { "gridToolbarActions": { "alias": "gridToolbarActions"; "required": false; }; "tableChildrenKey": { "alias": "tableChildrenKey"; "required": false; }; "form": { "alias": "form"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "items": { "alias": "items"; "required": false; }; "itemActions": { "alias": "itemActions"; "required": false; }; "navStartActions": { "alias": "navStartActions"; "required": false; }; "navEndActions": { "alias": "navEndActions"; "required": false; }; "groupedBy": { "alias": "groupedBy"; "required": false; }; "groupKeys": { "alias": "groupKeys"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "properties": { "alias": "properties"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "queryPlaceholder": { "alias": "queryPlaceholder"; "required": false; }; "device": { "alias": "device"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "pageChange": "pageChange"; }, never, never, true, never>;
83
+ static ngAcceptInputType_type: any;
84
+ }
85
+ export declare class SmartIndexCountPipe implements PipeTransform {
86
+ store: SmartIndexTemplateStore<any>;
87
+ transform(items: any[]): any[];
88
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartIndexCountPipe, never>;
89
+ static ɵpipe: i0.ɵɵPipeDeclaration<SmartIndexCountPipe, "count", true>;
90
+ }
91
+ export declare class SmartIndexTemplate<T> extends NgAtomicComponent {
92
+ static ActionId: typeof ActionId;
93
+ protected ActionId: typeof ActionId;
94
+ protected store: SmartIndexTemplateStore<any>;
51
95
  onCheckboxClickItem(item: T): void;
96
+ onItemClicked(item: T): void;
52
97
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartIndexTemplate<any>, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartIndexTemplate<any>, "templates-smart-index", never, { "gridToolbarActions": "gridToolbarActions"; "tableChildrenKey": "tableChildrenKey"; "form": "form"; "title": "title"; "description": "description"; "items": "items"; "itemActions": "itemActions"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "properties": "properties"; "selection": "selection"; "pageSizeOptions": "pageSizeOptions"; "queryPlaceholder": "queryPlaceholder"; "device": "device"; }, { "pageChange": "pageChange"; }, never, ["[dashboard]"], true, [{ directive: typeof NgAtomicDirective; inputs: {}; outputs: { "action": "action"; }; }]>;
98
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartIndexTemplate<any>, "templates-smart-index", never, {}, {}, never, ["[dashboard]"], true, [{ directive: typeof SmartIndexTemplateStore; inputs: { "gridToolbarActions": "gridToolbarActions"; "tableChildrenKey": "tableChildrenKey"; "form": "form"; "title": "title"; "description": "description"; "items": "items"; "itemActions": "itemActions"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "groupedBy": "groupedBy"; "groupKeys": "groupKeys"; "columns": "columns"; "selection": "selection"; "pageSizeOptions": "pageSizeOptions"; "queryPlaceholder": "queryPlaceholder"; "device": "device"; "type": "type"; }; outputs: {}; }]>;
54
99
  }
@@ -0,0 +1 @@
1
+ export * from './tab-editor.template';
@@ -0,0 +1,8 @@
1
+ import { NgAtomicComponent } from '@ng-atomic/common/stores/component-store';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TabEditorTemplate extends NgAtomicComponent {
4
+ protected trackByHash: (file: File) => string;
5
+ files: File[];
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TabEditorTemplate, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabEditorTemplate, "templates-tab-editor", never, { "files": { "alias": "files"; "required": false; }; }, {}, never, never, true, never>;
8
+ }
@@ -0,0 +1 @@
1
+ export * from './term.template';
@@ -0,0 +1,24 @@
1
+ import { NgAtomicComponent } from '@ng-atomic/common/stores/component-store';
2
+ import * as i0 from "@angular/core";
3
+ declare enum ActionId {
4
+ BACK = "[@ng-atomic/components/templates/term] Back"
5
+ }
6
+ export declare class TermTemplateStore {
7
+ readonly navStartActions: {
8
+ id: ActionId;
9
+ name: string;
10
+ icon: string;
11
+ }[];
12
+ readonly navEndActions: any[];
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<TermTemplateStore, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TermTemplateStore, never, never, {}, {}, never, never, true, never>;
15
+ }
16
+ export declare class TermTemplate extends NgAtomicComponent {
17
+ static readonly ActionId: typeof ActionId;
18
+ protected store: TermTemplateStore;
19
+ title: string;
20
+ src: string;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<TermTemplate, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<TermTemplate, "templates-term", never, { "title": { "alias": "title"; "required": false; }; "src": { "alias": "src"; "required": false; }; }, {}, never, never, true, [{ directive: typeof TermTemplateStore; inputs: {}; outputs: {}; }]>;
23
+ }
24
+ export {};
@@ -1,35 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component, ChangeDetectionStrategy, Input, HostBinding } from '@angular/core';
3
- import { MatIconModule, MatIconRegistry } from '@angular/material/icon';
4
- import { catchError, map, of, ReplaySubject, switchMap } from 'rxjs';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/material/icon";
7
- import * as i2 from "@angular/common";
8
- export class IconAtom {
9
- set name(_name) {
10
- this.name$.next(_name);
11
- }
12
- ;
13
- constructor(registry) {
14
- this.registry = registry;
15
- this.name$ = new ReplaySubject(1);
16
- this.hasSvgIcon$ = this.name$.pipe(switchMap((name) => this.registry.getNamedSvgIcon(name)), map(svgIcon => !!svgIcon), catchError(() => of(false)));
17
- }
18
- }
19
- IconAtom.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: IconAtom, deps: [{ token: i1.MatIconRegistry }], target: i0.ɵɵFactoryTarget.Component });
20
- IconAtom.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: IconAtom, isStandalone: true, selector: "atoms-icon", inputs: { name: "name", color: "color" }, host: { properties: { "style.--color": "this.color" } }, ngImport: i0, template: "<mat-icon\n *ngIf=\"hasSvgIcon$ | async\"\n [svgIcon]=\"name$ | async\"\n></mat-icon>\n<mat-icon\n *ngIf=\"!(hasSvgIcon$ | async)\"\n>{{ name$ | async }}</mat-icon>\n", styles: [":host{display:block;--color: inherit;--color-SCOPED-IN-icon-h3kH: var(--color)}:host mat-icon{color:var(--color-SCOPED-IN-icon-h3kH)}:host mat-icon ::ng-deep svg .filled{transition:fill .5s;fill:var(--color-SCOPED-IN-icon-h3kH)}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: IconAtom, decorators: [{
22
- type: Component,
23
- args: [{ selector: 'atoms-icon', standalone: true, imports: [
24
- CommonModule,
25
- MatIconModule,
26
- ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-icon\n *ngIf=\"hasSvgIcon$ | async\"\n [svgIcon]=\"name$ | async\"\n></mat-icon>\n<mat-icon\n *ngIf=\"!(hasSvgIcon$ | async)\"\n>{{ name$ | async }}</mat-icon>\n", styles: [":host{display:block;--color: inherit;--color-SCOPED-IN-icon-h3kH: var(--color)}:host mat-icon{color:var(--color-SCOPED-IN-icon-h3kH)}:host mat-icon ::ng-deep svg .filled{transition:fill .5s;fill:var(--color-SCOPED-IN-icon-h3kH)}\n"] }]
27
- }], ctorParameters: function () { return [{ type: i1.MatIconRegistry }]; }, propDecorators: { name: [{
28
- type: Input
29
- }], color: [{
30
- type: HostBinding,
31
- args: ['style.--color']
32
- }, {
33
- type: Input
34
- }] } });
35
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5hdG9tLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvYXRvbXMvaWNvbi9pY29uLmF0b20udHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9hdG9tcy9pY29uL2ljb24uYXRvbS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsU0FBUyxFQUFFLHVCQUF1QixFQUFFLEtBQUssRUFBRyxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDeEYsT0FBTyxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN4RSxPQUFPLEVBQUUsVUFBVSxFQUFFLEdBQUcsRUFBYyxFQUFFLEVBQUUsYUFBYSxFQUFFLFNBQVMsRUFBRSxNQUFNLE1BQU0sQ0FBQzs7OztBQWNqRixNQUFNLE9BQU8sUUFBUTtJQVNuQixJQUNJLElBQUksQ0FBQyxLQUFhO1FBQ3BCLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFBO0lBQ3hCLENBQUM7SUFBQSxDQUFDO0lBTUYsWUFBb0IsUUFBeUI7UUFBekIsYUFBUSxHQUFSLFFBQVEsQ0FBaUI7UUFoQjdDLFVBQUssR0FBRyxJQUFJLGFBQWEsQ0FBUyxDQUFDLENBQUMsQ0FBQztRQUNyQyxnQkFBVyxHQUF3QixJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FDaEQsU0FBUyxDQUFDLENBQUMsSUFBWSxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQyxFQUNoRSxHQUFHLENBQUMsT0FBTyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsT0FBTyxDQUFDLEVBQ3pCLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FDNUIsQ0FBQztJQVcrQyxDQUFDOztxR0FsQnZDLFFBQVE7eUZBQVIsUUFBUSx5S0NqQnJCLDJLQU9BLCtSREdJLFlBQVksdUxBQ1osYUFBYTsyRkFNSixRQUFRO2tCQVhwQixTQUFTOytCQUNFLFlBQVksY0FDVixJQUFJLFdBQ1A7d0JBQ1AsWUFBWTt3QkFDWixhQUFhO3FCQUNkLG1CQUdnQix1QkFBdUIsQ0FBQyxNQUFNO3NHQVkzQyxJQUFJO3NCQURQLEtBQUs7Z0JBT04sS0FBSztzQkFGSixXQUFXO3VCQUFDLGVBQWU7O3NCQUMzQixLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENvbXBvbmVudCwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIElucHV0LCAgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdEljb25Nb2R1bGUsIE1hdEljb25SZWdpc3RyeSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgY2F0Y2hFcnJvciwgbWFwLCBPYnNlcnZhYmxlLCBvZiwgUmVwbGF5U3ViamVjdCwgc3dpdGNoTWFwIH0gZnJvbSAncnhqcyc7XG5cblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYXRvbXMtaWNvbicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgTWF0SWNvbk1vZHVsZSxcbiAgXSxcbiAgdGVtcGxhdGVVcmw6ICcuL2ljb24uYXRvbS5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaWNvbi5hdG9tLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgSWNvbkF0b20ge1xuXG4gIG5hbWUkID0gbmV3IFJlcGxheVN1YmplY3Q8c3RyaW5nPigxKTtcbiAgaGFzU3ZnSWNvbiQ6IE9ic2VydmFibGU8Ym9vbGVhbj4gPSB0aGlzLm5hbWUkLnBpcGUoXG4gICAgc3dpdGNoTWFwKChuYW1lOiBzdHJpbmcpID0+IHRoaXMucmVnaXN0cnkuZ2V0TmFtZWRTdmdJY29uKG5hbWUpKSxcbiAgICBtYXAoc3ZnSWNvbiA9PiAhIXN2Z0ljb24pLFxuICAgIGNhdGNoRXJyb3IoKCkgPT4gb2YoZmFsc2UpKSxcbiAgKTtcblxuICBASW5wdXQoKVxuICBzZXQgbmFtZShfbmFtZTogc3RyaW5nKSB7XG4gICAgdGhpcy5uYW1lJC5uZXh0KF9uYW1lKVxuICB9O1xuXG4gIEBIb3N0QmluZGluZygnc3R5bGUuLS1jb2xvcicpXG4gIEBJbnB1dCgpXG4gIGNvbG9yPzogc3RyaW5nO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVnaXN0cnk6IE1hdEljb25SZWdpc3RyeSkgeyB9XG5cbn1cbiIsIjxtYXQtaWNvblxuICAqbmdJZj1cImhhc1N2Z0ljb24kIHwgYXN5bmNcIlxuICBbc3ZnSWNvbl09XCJuYW1lJCB8IGFzeW5jXCJcbj48L21hdC1pY29uPlxuPG1hdC1pY29uXG4gICpuZ0lmPVwiIShoYXNTdmdJY29uJCB8IGFzeW5jKVwiXG4+e3sgbmFtZSQgfCBhc3luYyB9fTwvbWF0LWljb24+XG4iXX0=
@@ -1,41 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { ChangeDetectionStrategy, Component, ElementRef, Input, ViewChild } from '@angular/core';
3
- import { EditorState } from '@codemirror/state';
4
- import { EditorView } from 'codemirror';
5
- import { ReplaySubject } from 'rxjs';
6
- import * as i0 from "@angular/core";
7
- export class EditorComponent {
8
- constructor() {
9
- this.state$ = new ReplaySubject(1);
10
- }
11
- set state(value) {
12
- if (!value)
13
- return;
14
- this.state$.next(value);
15
- }
16
- async ngOnInit() { }
17
- async ngAfterViewInit() {
18
- this.state$.subscribe((state) => {
19
- if (this.editor) {
20
- this.editor.dispatch(this.editor.state.update({ ...state }), { changes: { from: 0, to: this.editor.state.doc.length, insert: state.doc.toString() } });
21
- }
22
- else {
23
- this.editor = new EditorView({ state, parent: this._editor.nativeElement });
24
- }
25
- });
26
- }
27
- }
28
- EditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: EditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
29
- EditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: EditorComponent, isStandalone: true, selector: "extras-editor", inputs: { state: "state" }, viewQueries: [{ propertyName: "_editor", first: true, predicate: ["editor"], descendants: true, static: true }], ngImport: i0, template: `<div #editor></div>`, isInline: true, styles: [":host{display:block}:host{width:100%;height:100%}:host div{width:100%;height:100%}:host div ::ng-deep>.cm-editor{width:100%;height:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: EditorComponent, decorators: [{
31
- type: Component,
32
- args: [{ selector: 'extras-editor', standalone: true, imports: [
33
- CommonModule
34
- ], template: `<div #editor></div>`, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block}:host{width:100%;height:100%}:host div{width:100%;height:100%}:host div ::ng-deep>.cm-editor{width:100%;height:100%}\n"] }]
35
- }], propDecorators: { state: [{
36
- type: Input
37
- }], _editor: [{
38
- type: ViewChild,
39
- args: ['editor', { static: true }]
40
- }] } });
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdG9yLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL2V4dHJhcy9lZGl0b3IvZWRpdG9yLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqRyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDaEQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLFlBQVksQ0FBQztBQUN4QyxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sTUFBTSxDQUFDOztBQVlyQyxNQUFNLE9BQU8sZUFBZTtJQVY1QjtRQVltQixXQUFNLEdBQUcsSUFBSSxhQUFhLENBQWMsQ0FBQyxDQUFDLENBQUM7S0EwQjdEO0lBeEJDLElBQ0ksS0FBSyxDQUFDLEtBQXlCO1FBQ2pDLElBQUksQ0FBQyxLQUFLO1lBQUUsT0FBTztRQUNuQixJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUMxQixDQUFDO0lBTUQsS0FBSyxDQUFDLFFBQVEsS0FBb0IsQ0FBQztJQUVuQyxLQUFLLENBQUMsZUFBZTtRQUNuQixJQUFJLENBQUMsTUFBTSxDQUFDLFNBQVMsQ0FBQyxDQUFDLEtBQUssRUFBRSxFQUFFO1lBQzlCLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRTtnQkFDZixJQUFJLENBQUMsTUFBTSxDQUFDLFFBQVEsQ0FDbEIsSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLEVBQUMsR0FBRyxLQUFLLEVBQUMsQ0FBQyxFQUNwQyxFQUFDLE9BQU8sRUFBRSxFQUFFLElBQUksRUFBRSxDQUFDLEVBQUUsRUFBRSxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLEdBQUcsQ0FBQyxNQUFNLEVBQUUsTUFBTSxFQUFFLEtBQUssQ0FBQyxHQUFHLENBQUMsUUFBUSxFQUFFLEVBQUUsRUFBQyxDQUN2RixDQUFDO2FBQ0g7aUJBQU07Z0JBQ0wsSUFBSSxDQUFDLE1BQU0sR0FBRyxJQUFJLFVBQVUsQ0FBQyxFQUFDLEtBQUssRUFBRSxNQUFNLEVBQUUsSUFBSSxDQUFDLE9BQU8sQ0FBQyxhQUFhLEVBQUMsQ0FBQyxDQUFDO2FBQzNFO1FBQ0gsQ0FBQyxDQUFDLENBQUM7SUFDTCxDQUFDOzs0R0EzQlUsZUFBZTtnR0FBZixlQUFlLHNOQUpoQixxQkFBcUIsbU5BRjdCLFlBQVk7MkZBTUgsZUFBZTtrQkFWM0IsU0FBUzsrQkFDRSxlQUFlLGNBQ2IsSUFBSSxXQUNQO3dCQUNQLFlBQVk7cUJBQ2IsWUFDUyxxQkFBcUIsbUJBRWQsdUJBQXVCLENBQUMsTUFBTTs4QkFPM0MsS0FBSztzQkFEUixLQUFLO2dCQU9FLE9BQU87c0JBRGQsU0FBUzt1QkFBQyxRQUFRLEVBQUUsRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIElucHV0LCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEVkaXRvclN0YXRlIH0gZnJvbSAnQGNvZGVtaXJyb3Ivc3RhdGUnO1xuaW1wb3J0IHsgRWRpdG9yVmlldyB9IGZyb20gJ2NvZGVtaXJyb3InO1xuaW1wb3J0IHsgUmVwbGF5U3ViamVjdCB9IGZyb20gJ3J4anMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdleHRyYXMtZWRpdG9yJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZVxuICBdLFxuICB0ZW1wbGF0ZTogYDxkaXYgI2VkaXRvcj48L2Rpdj5gLFxuICBzdHlsZVVybHM6IFsnLi9lZGl0b3IuY29tcG9uZW50LnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgRWRpdG9yQ29tcG9uZW50IHtcblxuICBwcml2YXRlIHJlYWRvbmx5IHN0YXRlJCA9IG5ldyBSZXBsYXlTdWJqZWN0PEVkaXRvclN0YXRlPigxKTtcblxuICBASW5wdXQoKVxuICBzZXQgc3RhdGUodmFsdWU6IEVkaXRvclN0YXRlIHwgbnVsbCkge1xuICAgIGlmICghdmFsdWUpIHJldHVybjtcbiAgICB0aGlzLnN0YXRlJC5uZXh0KHZhbHVlKTtcbiAgfVxuXG4gIEBWaWV3Q2hpbGQoJ2VkaXRvcicsIHsgc3RhdGljOiB0cnVlIH0pXG4gIHByaXZhdGUgX2VkaXRvciE6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuICBwcml2YXRlIGVkaXRvciE6IEVkaXRvclZpZXc7XG5cbiAgYXN5bmMgbmdPbkluaXQoKTogUHJvbWlzZTx2b2lkPiB7IH1cblxuICBhc3luYyBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgdGhpcy5zdGF0ZSQuc3Vic2NyaWJlKChzdGF0ZSkgPT4ge1xuICAgICAgaWYgKHRoaXMuZWRpdG9yKSB7XG4gICAgICAgIHRoaXMuZWRpdG9yLmRpc3BhdGNoKFxuICAgICAgICAgIHRoaXMuZWRpdG9yLnN0YXRlLnVwZGF0ZSh7Li4uc3RhdGV9KSxcbiAgICAgICAgICB7Y2hhbmdlczogeyBmcm9tOiAwLCB0bzogdGhpcy5lZGl0b3Iuc3RhdGUuZG9jLmxlbmd0aCwgaW5zZXJ0OiBzdGF0ZS5kb2MudG9TdHJpbmcoKSB9fSxcbiAgICAgICAgKTtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHRoaXMuZWRpdG9yID0gbmV3IEVkaXRvclZpZXcoe3N0YXRlLCBwYXJlbnQ6IHRoaXMuX2VkaXRvci5uYXRpdmVFbGVtZW50fSk7XG4gICAgICB9XG4gICAgfSk7XG4gIH1cbn1cbiJdfQ==
@@ -1,68 +0,0 @@
1
- import { ChangeDetectionStrategy, Component, ElementRef, ViewChild } from '@angular/core';
2
- import { CommonModule } from '@angular/common';
3
- import { MatDividerModule } from '@angular/material/divider';
4
- import { CdkDrag } from '@angular/cdk/drag-drop';
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@angular/material/divider";
7
- export class DividerFrame {
8
- constructor(el) {
9
- this.el = el;
10
- this.distance = { x: 0, y: 0 };
11
- }
12
- onDragStart($event) {
13
- const parentRect = this.divider.nativeElement.parentElement.getBoundingClientRect();
14
- const elementRect = this.divider.nativeElement.getBoundingClientRect();
15
- this.firstContentHeight = elementRect.top - parentRect.top;
16
- }
17
- onDragMoved($event) {
18
- this.divider.nativeElement.style.transform = `translate3d(0, 0, 0)`;
19
- const height = Math.max(1, this.firstContentHeight + $event.distance.y);
20
- this.el.nativeElement.style.setProperty('--first-content-height', `${height}px`);
21
- }
22
- }
23
- DividerFrame.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DividerFrame, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
24
- DividerFrame.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: DividerFrame, isStandalone: true, selector: "frames-divider", viewQueries: [{ propertyName: "divider", first: true, predicate: ["el"], descendants: true, read: ElementRef }], ngImport: i0, template: `
25
- <div class="first">
26
- <ng-content select="[first]"></ng-content>
27
- </div>
28
- <mat-divider
29
- cdkDrag
30
- cdkDragHandle
31
- [cdkDragStartDelay]="0"
32
- (cdkDragStarted)="onDragStart($event)"
33
- (cdkDragMoved)="onDragMoved($event)"
34
- cdkDragLockAxis="y"
35
- #el
36
- ></mat-divider>
37
- <div class="second">
38
- <ng-content select="[second]"></ng-content>
39
- </div>
40
- `, isInline: true, styles: [":host{--first-content-height: 0px;--first-content-height-SCOPED-IN-divider-eo0N: var(--first-content-height)}:host{position:relative;display:flex;flex-direction:column;height:100%;width:100%}:host div.first{height:var(--first-content-height-SCOPED-IN-divider-eo0N);overflow:hidden;display:flex;flex-direction:column}:host mat-divider{z-index:1000;width:100%;cursor:row-resize}:host div.second{display:flex;flex-direction:column;height:calc(100% - var(--first-content-height-SCOPED-IN-divider-eo0N));overflow:hidden}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatDividerModule }, { kind: "component", type: i1.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "directive", type: CdkDrag, selector: "[cdkDrag]", inputs: ["cdkDragData", "cdkDragLockAxis", "cdkDragRootElement", "cdkDragBoundary", "cdkDragStartDelay", "cdkDragFreeDragPosition", "cdkDragDisabled", "cdkDragConstrainPosition", "cdkDragPreviewClass", "cdkDragPreviewContainer"], outputs: ["cdkDragStarted", "cdkDragReleased", "cdkDragEnded", "cdkDragEntered", "cdkDragExited", "cdkDragDropped", "cdkDragMoved"], exportAs: ["cdkDrag"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DividerFrame, decorators: [{
42
- type: Component,
43
- args: [{ selector: 'frames-divider', standalone: true, imports: [
44
- CommonModule,
45
- MatDividerModule,
46
- CdkDrag,
47
- ], template: `
48
- <div class="first">
49
- <ng-content select="[first]"></ng-content>
50
- </div>
51
- <mat-divider
52
- cdkDrag
53
- cdkDragHandle
54
- [cdkDragStartDelay]="0"
55
- (cdkDragStarted)="onDragStart($event)"
56
- (cdkDragMoved)="onDragMoved($event)"
57
- cdkDragLockAxis="y"
58
- #el
59
- ></mat-divider>
60
- <div class="second">
61
- <ng-content select="[second]"></ng-content>
62
- </div>
63
- `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{--first-content-height: 0px;--first-content-height-SCOPED-IN-divider-eo0N: var(--first-content-height)}:host{position:relative;display:flex;flex-direction:column;height:100%;width:100%}:host div.first{height:var(--first-content-height-SCOPED-IN-divider-eo0N);overflow:hidden;display:flex;flex-direction:column}:host mat-divider{z-index:1000;width:100%;cursor:row-resize}:host div.second{display:flex;flex-direction:column;height:calc(100% - var(--first-content-height-SCOPED-IN-divider-eo0N));overflow:hidden}\n"] }]
64
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { divider: [{
65
- type: ViewChild,
66
- args: ['el', { read: ElementRef }]
67
- }] } });
68
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGl2aWRlci5mcmFtZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL0BuZy1hdG9taWMvY29tcG9uZW50cy9zcmMvbGliL2ZyYW1lcy9kaXZpZGVyL2RpdmlkZXIuZnJhbWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFGLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQWMsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUN6RSxPQUFPLEVBQUUsT0FBTyxFQUE2QixNQUFNLHdCQUF3QixDQUFDOzs7QUFnQzVFLE1BQU0sT0FBTyxZQUFZO0lBRXZCLFlBQ1UsRUFBYztRQUFkLE9BQUUsR0FBRixFQUFFLENBQVk7UUFJZCxhQUFRLEdBQTJCLEVBQUMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFDLENBQUM7SUFIdEQsQ0FBQztJQVNMLFdBQVcsQ0FBQyxNQUFvQjtRQUM5QixNQUFNLFVBQVUsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQUMscUJBQXFCLEVBQUUsQ0FBQztRQUNwRixNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxxQkFBcUIsRUFBRSxDQUFDO1FBQ3ZFLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxXQUFXLENBQUMsR0FBRyxHQUFHLFVBQVUsQ0FBQyxHQUFHLENBQUM7SUFDN0QsQ0FBQztJQUVELFdBQVcsQ0FBQyxNQUFtQjtRQUM3QixJQUFJLENBQUMsT0FBTyxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsU0FBUyxHQUFHLHNCQUFzQixDQUFDO1FBQ3BFLE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxDQUFDO1FBQ3hFLElBQUksQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxXQUFXLENBQUMsd0JBQXdCLEVBQUUsR0FBRyxNQUFNLElBQUksQ0FBQyxDQUFDO0lBQ25GLENBQUM7O3lHQXZCVSxZQUFZOzZGQUFaLFlBQVksb0pBVUMsVUFBVSw2QkE5QnhCOzs7Ozs7Ozs7Ozs7Ozs7O0dBZ0JULDhrQkFwQkMsWUFBWSw4QkFDWixnQkFBZ0IsbUlBQ2hCLE9BQU87MkZBc0JFLFlBQVk7a0JBNUJ4QixTQUFTOytCQUNFLGdCQUFnQixjQUNkLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLGdCQUFnQjt3QkFDaEIsT0FBTztxQkFDUixZQUNTOzs7Ozs7Ozs7Ozs7Ozs7O0dBZ0JULG1CQUVnQix1QkFBdUIsQ0FBQyxNQUFNO2lHQWEvQyxPQUFPO3NCQUROLFNBQVM7dUJBQUMsSUFBSSxFQUFFLEVBQUMsSUFBSSxFQUFFLFVBQVUsRUFBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFZpZXdDaGlsZCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE1hdERpdmlkZXIsIE1hdERpdmlkZXJNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9kaXZpZGVyJztcbmltcG9ydCB7IENka0RyYWcsIENka0RyYWdNb3ZlLCBDZGtEcmFnU3RhcnQgfSBmcm9tICdAYW5ndWxhci9jZGsvZHJhZy1kcm9wJztcbmltcG9ydCB7IERvbVNhbml0aXplciB9IGZyb20gJ0Bhbmd1bGFyL3BsYXRmb3JtLWJyb3dzZXInO1xuaW1wb3J0IHsgUmVwbGF5U3ViamVjdCB9IGZyb20gJ3J4anMnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmcmFtZXMtZGl2aWRlcicsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgTWF0RGl2aWRlck1vZHVsZSxcbiAgICBDZGtEcmFnLFxuICBdLFxuICB0ZW1wbGF0ZTogYFxuICAgIDxkaXYgY2xhc3M9XCJmaXJzdFwiPlxuICAgICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW2ZpcnN0XVwiPjwvbmctY29udGVudD5cbiAgICA8L2Rpdj5cbiAgICA8bWF0LWRpdmlkZXJcbiAgICAgIGNka0RyYWdcbiAgICAgIGNka0RyYWdIYW5kbGVcbiAgICAgIFtjZGtEcmFnU3RhcnREZWxheV09XCIwXCJcbiAgICAgIChjZGtEcmFnU3RhcnRlZCk9XCJvbkRyYWdTdGFydCgkZXZlbnQpXCJcbiAgICAgIChjZGtEcmFnTW92ZWQpPVwib25EcmFnTW92ZWQoJGV2ZW50KVwiXG4gICAgICBjZGtEcmFnTG9ja0F4aXM9XCJ5XCJcbiAgICAgICNlbFxuICAgID48L21hdC1kaXZpZGVyPlxuICAgIDxkaXYgY2xhc3M9XCJzZWNvbmRcIj5cbiAgICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIltzZWNvbmRdXCI+PC9uZy1jb250ZW50PlxuICAgIDwvZGl2PlxuICBgLFxuICBzdHlsZVVybHM6IFsnLi9kaXZpZGVyLmZyYW1lLnNjc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcbn0pXG5leHBvcnQgY2xhc3MgRGl2aWRlckZyYW1lIHtcblxuICBjb25zdHJ1Y3RvcihcbiAgICBwcml2YXRlIGVsOiBFbGVtZW50UmVmLFxuICApIHsgfVxuXG4gIHByb3RlY3RlZCBmaXJzdENvbnRlbnRIZWlnaHQ6IG51bWJlcjtcbiAgcHJvdGVjdGVkIGRpc3RhbmNlOiB7eDogbnVtYmVyLCB5OiBudW1iZXJ9ID0ge3g6IDAsIHk6IDB9O1xuXG5cbiAgQFZpZXdDaGlsZCgnZWwnLCB7cmVhZDogRWxlbWVudFJlZn0pXG4gIGRpdmlkZXI6IEVsZW1lbnRSZWY8SFRNTEVsZW1lbnQ+O1xuXG4gIG9uRHJhZ1N0YXJ0KCRldmVudDogQ2RrRHJhZ1N0YXJ0KSB7XG4gICAgY29uc3QgcGFyZW50UmVjdCA9IHRoaXMuZGl2aWRlci5uYXRpdmVFbGVtZW50LnBhcmVudEVsZW1lbnQuZ2V0Qm91bmRpbmdDbGllbnRSZWN0KCk7XG4gICAgY29uc3QgZWxlbWVudFJlY3QgPSB0aGlzLmRpdmlkZXIubmF0aXZlRWxlbWVudC5nZXRCb3VuZGluZ0NsaWVudFJlY3QoKTtcbiAgICB0aGlzLmZpcnN0Q29udGVudEhlaWdodCA9IGVsZW1lbnRSZWN0LnRvcCAtIHBhcmVudFJlY3QudG9wO1xuICB9XG5cbiAgb25EcmFnTW92ZWQoJGV2ZW50OiBDZGtEcmFnTW92ZSkge1xuICAgIHRoaXMuZGl2aWRlci5uYXRpdmVFbGVtZW50LnN0eWxlLnRyYW5zZm9ybSA9IGB0cmFuc2xhdGUzZCgwLCAwLCAwKWA7XG4gICAgY29uc3QgaGVpZ2h0ID0gTWF0aC5tYXgoMSwgdGhpcy5maXJzdENvbnRlbnRIZWlnaHQgKyAkZXZlbnQuZGlzdGFuY2UueSk7XG4gICAgdGhpcy5lbC5uYXRpdmVFbGVtZW50LnN0eWxlLnNldFByb3BlcnR5KCctLWZpcnN0LWNvbnRlbnQtaGVpZ2h0JywgYCR7aGVpZ2h0fXB4YCk7XG4gIH1cbn1cbiJdfQ==
@@ -1,40 +0,0 @@
1
- import { CommonModule } from '@angular/common';
2
- import { Component, Input, ViewChild } from '@angular/core';
3
- import { MatDrawer, MatSidenavModule } from '@angular/material/sidenav';
4
- import * as i0 from "@angular/core";
5
- import * as i1 from "@angular/material/sidenav";
6
- export class DrawerFrame {
7
- constructor() {
8
- this._isOpen = false;
9
- }
10
- set isOpen(_isOpen) {
11
- console.debug('isOpen:', _isOpen);
12
- console.debug('this.drawer:', this.drawer);
13
- _isOpen ? this.drawer?.open() : this.drawer?.close();
14
- this._isOpen = _isOpen;
15
- }
16
- get isOpen() {
17
- return this._isOpen;
18
- }
19
- ngAfterViewInit() {
20
- setTimeout(() => {
21
- this.isOpen ? this.drawer?.open() : this.drawer?.close();
22
- console.debug('this.drawer:', this.drawer);
23
- }, 0);
24
- }
25
- }
26
- DrawerFrame.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DrawerFrame, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- DrawerFrame.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: DrawerFrame, isStandalone: true, selector: "frames-drawer", inputs: { isOpen: "isOpen" }, viewQueries: [{ propertyName: "drawer", first: true, predicate: MatDrawer, descendants: true }], ngImport: i0, template: "<mat-drawer-container [autosize]=\"false\">\n <mat-drawer #drawer mode=\"side\">\n <ng-content select=[drawer]></ng-content>\n </mat-drawer>\n\n <mat-drawer-content>\n <ng-content select=[contents]></ng-content>\n </mat-drawer-content>\n \n</mat-drawer-container>", styles: [":host{--content-width: 360px;--content-width-SCOPED-IN-drawer-k5JX: var(--content-width);--height: 100vh;--height-SCOPED-IN-drawer-k5JX: var(--height)}:host{height:var(--height-SCOPED-IN-drawer-k5JX)}:host mat-drawer-content{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatSidenavModule }, { kind: "component", type: i1.MatDrawer, selector: "mat-drawer", inputs: ["position", "mode", "disableClose", "autoFocus", "opened"], outputs: ["openedChange", "opened", "openedStart", "closed", "closedStart", "positionChanged"], exportAs: ["matDrawer"] }, { kind: "component", type: i1.MatDrawerContainer, selector: "mat-drawer-container", inputs: ["autosize", "hasBackdrop"], outputs: ["backdropClick"], exportAs: ["matDrawerContainer"] }, { kind: "component", type: i1.MatDrawerContent, selector: "mat-drawer-content" }] });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DrawerFrame, decorators: [{
29
- type: Component,
30
- args: [{ selector: 'frames-drawer', standalone: true, imports: [
31
- CommonModule,
32
- MatSidenavModule,
33
- ], template: "<mat-drawer-container [autosize]=\"false\">\n <mat-drawer #drawer mode=\"side\">\n <ng-content select=[drawer]></ng-content>\n </mat-drawer>\n\n <mat-drawer-content>\n <ng-content select=[contents]></ng-content>\n </mat-drawer-content>\n \n</mat-drawer-container>", styles: [":host{--content-width: 360px;--content-width-SCOPED-IN-drawer-k5JX: var(--content-width);--height: 100vh;--height-SCOPED-IN-drawer-k5JX: var(--height)}:host{height:var(--height-SCOPED-IN-drawer-k5JX)}:host mat-drawer-content{width:100%}\n"] }]
34
- }], propDecorators: { drawer: [{
35
- type: ViewChild,
36
- args: [MatDrawer]
37
- }], isOpen: [{
38
- type: Input
39
- }] } });
40
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhd2VyLmZyYW1lLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvQG5nLWF0b21pYy9jb21wb25lbnRzL3NyYy9saWIvZnJhbWVzL2RyYXdlci9kcmF3ZXIuZnJhbWUudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9AbmctYXRvbWljL2NvbXBvbmVudHMvc3JjL2xpYi9mcmFtZXMvZHJhd2VyL2RyYXdlci5mcmFtZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQWlCLFNBQVMsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7O0FBYXhFLE1BQU0sT0FBTyxXQUFXO0lBWHhCO1FBZ0JVLFlBQU8sR0FBRyxLQUFLLENBQUM7S0FzQnpCO0lBcEJDLElBQ0ksTUFBTSxDQUFDLE9BQWdCO1FBQ3pCLE9BQU8sQ0FBQyxLQUFLLENBQUMsU0FBUyxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ2xDLE9BQU8sQ0FBQyxLQUFLLENBQUMsY0FBYyxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUMzQyxPQUFPLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxNQUFNLEVBQUUsS0FBSyxFQUFFLENBQUM7UUFDckQsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUE7SUFDeEIsQ0FBQztJQUVELElBQUksTUFBTTtRQUNSLE9BQU8sSUFBSSxDQUFDLE9BQU8sQ0FBQTtJQUNyQixDQUFDO0lBRUQsZUFBZTtRQUNiLFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxJQUFJLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsTUFBTSxFQUFFLEtBQUssRUFBRSxDQUFDO1lBQ3pELE9BQU8sQ0FBQyxLQUFLLENBQUMsY0FBYyxFQUFFLElBQUksQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUU3QyxDQUFDLEVBQUMsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDOzt3R0F6QlUsV0FBVzs0RkFBWCxXQUFXLCtJQUVYLFNBQVMsZ0RDakJ0QixvUkFTdUIsdVNERG5CLFlBQVksOEJBQ1osZ0JBQWdCOzJGQU1QLFdBQVc7a0JBWHZCLFNBQVM7K0JBQ0UsZUFBZSxjQUNiLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLGdCQUFnQjtxQkFDakI7OEJBUUQsTUFBTTtzQkFETCxTQUFTO3VCQUFDLFNBQVM7Z0JBTWhCLE1BQU07c0JBRFQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBBZnRlclZpZXdJbml0LCBDb21wb25lbnQsIElucHV0LCBWaWV3Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdERyYXdlciwgTWF0U2lkZW5hdk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL3NpZGVuYXYnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdmcmFtZXMtZHJhd2VyJyxcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIENvbW1vbk1vZHVsZSxcbiAgICBNYXRTaWRlbmF2TW9kdWxlLFxuICBdLFxuICB0ZW1wbGF0ZVVybDogJy4vZHJhd2VyLmZyYW1lLmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9kcmF3ZXIuZnJhbWUuc2NzcyddLFxuICAvLyBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgRHJhd2VyRnJhbWUgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcblxuICBAVmlld0NoaWxkKE1hdERyYXdlcilcbiAgZHJhd2VyITogTWF0RHJhd2VyO1xuXG4gIHByaXZhdGUgX2lzT3BlbiA9IGZhbHNlO1xuXG4gIEBJbnB1dCgpXG4gIHNldCBpc09wZW4oX2lzT3BlbjogYm9vbGVhbikge1xuICAgIGNvbnNvbGUuZGVidWcoJ2lzT3BlbjonLCBfaXNPcGVuKTtcbiAgICBjb25zb2xlLmRlYnVnKCd0aGlzLmRyYXdlcjonLCB0aGlzLmRyYXdlcik7XG4gICAgX2lzT3BlbiA/IHRoaXMuZHJhd2VyPy5vcGVuKCkgOiB0aGlzLmRyYXdlcj8uY2xvc2UoKTtcbiAgICB0aGlzLl9pc09wZW4gPSBfaXNPcGVuXG4gIH1cblxuICBnZXQgaXNPcGVuKCk6IGJvb2xlYW4ge1xuICAgIHJldHVybiB0aGlzLl9pc09wZW5cbiAgfVxuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpIHtcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcbiAgICAgIHRoaXMuaXNPcGVuID8gdGhpcy5kcmF3ZXI/Lm9wZW4oKSA6IHRoaXMuZHJhd2VyPy5jbG9zZSgpO1xuICAgICAgY29uc29sZS5kZWJ1ZygndGhpcy5kcmF3ZXI6JywgdGhpcy5kcmF3ZXIpO1xuXG4gICAgfSwwKTtcbiAgfVxuXG59XG4iLCI8bWF0LWRyYXdlci1jb250YWluZXIgW2F1dG9zaXplXT1cImZhbHNlXCI+XG4gIDxtYXQtZHJhd2VyICNkcmF3ZXIgbW9kZT1cInNpZGVcIj5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9W2RyYXdlcl0+PC9uZy1jb250ZW50PlxuICA8L21hdC1kcmF3ZXI+XG5cbiAgPG1hdC1kcmF3ZXItY29udGVudD5cbiAgICA8bmctY29udGVudCBzZWxlY3Q9W2NvbnRlbnRzXT48L25nLWNvbnRlbnQ+XG4gIDwvbWF0LWRyYXdlci1jb250ZW50PlxuICBcbjwvbWF0LWRyYXdlci1jb250YWluZXI+Il19