@ng-atomic/components 5.4.2 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (462) hide show
  1. package/atoms/chips-input/chips-input.atom.d.ts +2 -2
  2. package/atoms/chips-input/index.d.ts +1 -2
  3. package/atoms/icon/icon.atom.d.ts +1 -1
  4. package/atoms/icon/index.d.ts +1 -2
  5. package/atoms/smart-menu-button/index.d.ts +1 -2
  6. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +1 -1
  7. package/esm2020/atoms/chips-input/chips-input.atom.mjs +52 -6
  8. package/esm2020/atoms/chips-input/index.mjs +2 -3
  9. package/esm2020/atoms/icon/icon.atom.mjs +8 -4
  10. package/esm2020/atoms/icon/index.mjs +2 -3
  11. package/esm2020/atoms/smart-menu-button/index.mjs +2 -3
  12. package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +12 -3
  13. package/esm2020/extras/editor/editor.component.mjs +41 -0
  14. package/esm2020/extras/editor/index.mjs +2 -0
  15. package/esm2020/extras/editor/ng-atomic-components-extras-editor.mjs +5 -0
  16. package/esm2020/frames/auto-layout/auto-layout.frame.mjs +6 -3
  17. package/esm2020/frames/auto-layout/index.mjs +1 -2
  18. package/esm2020/frames/card/card.frame.mjs +9 -4
  19. package/esm2020/frames/card/index.mjs +1 -2
  20. package/esm2020/frames/drawer/drawer.frame.mjs +8 -4
  21. package/esm2020/frames/drawer/index.mjs +2 -3
  22. package/esm2020/frames/fab/fab.frame.mjs +56 -0
  23. package/esm2020/frames/fab/fab.service.mjs +26 -0
  24. package/esm2020/frames/fab/index.mjs +2 -0
  25. package/esm2020/frames/fab/ng-atomic-components-frames-fab.mjs +5 -0
  26. package/esm2020/frames/line-up/line-up.frame.mjs +17 -5
  27. package/esm2020/frames/loading/index.mjs +2 -0
  28. package/esm2020/frames/loading/loading.frame.mjs +29 -0
  29. package/esm2020/frames/loading/ng-atomic-components-frames-loading.mjs +5 -0
  30. package/esm2020/frames/overlay/index.mjs +1 -2
  31. package/esm2020/frames/overlay/overlay.frame.mjs +8 -3
  32. package/esm2020/frames/scroll/index.mjs +1 -2
  33. package/esm2020/frames/scroll/scroll.frame.mjs +8 -3
  34. package/esm2020/frames/smart-menu/index.mjs +1 -2
  35. package/esm2020/frames/smart-menu/smart-menu.frame.mjs +6 -3
  36. package/esm2020/molecules/actions-column/actions-column.molecule.mjs +16 -4
  37. package/esm2020/molecules/actions-column/index.mjs +1 -2
  38. package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +16 -5
  39. package/esm2020/molecules/checkbox-column/index.mjs +1 -2
  40. package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +22 -7
  41. package/esm2020/molecules/chips-input-field/index.mjs +1 -2
  42. package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +16 -6
  43. package/esm2020/molecules/date-input-field/index.mjs +2 -3
  44. package/esm2020/molecules/header/header.molecule.mjs +6 -3
  45. package/esm2020/molecules/header/index.mjs +2 -3
  46. package/esm2020/molecules/navigation-list-item/index.mjs +2 -3
  47. package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +32 -7
  48. package/esm2020/molecules/select-input-field/index.mjs +1 -2
  49. package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +13 -4
  50. package/esm2020/molecules/smart-column/index.mjs +1 -2
  51. package/esm2020/molecules/smart-column/smart-column.molecule.mjs +24 -9
  52. package/esm2020/molecules/text-input-field/index.mjs +2 -3
  53. package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +14 -5
  54. package/esm2020/molecules/textarea-field/index.mjs +1 -2
  55. package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +10 -4
  56. package/esm2020/molecules/tree-column/index.mjs +2 -0
  57. package/esm2020/molecules/tree-column/ng-atomic-components-molecules-tree-column.mjs +5 -0
  58. package/esm2020/molecules/tree-column/tree-column.molecule.mjs +128 -0
  59. package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +9 -4
  60. package/esm2020/organisms/action-buttons-section/index.mjs +1 -2
  61. package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +15 -5
  62. package/esm2020/organisms/back-navigator/index.mjs +1 -2
  63. package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +8 -4
  64. package/esm2020/organisms/card-input-section/index.mjs +2 -3
  65. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +10 -5
  66. package/esm2020/organisms/cvc-and-exp-input-section/index.mjs +2 -3
  67. package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +8 -4
  68. package/esm2020/organisms/date-input-section/index.mjs +1 -2
  69. package/esm2020/organisms/filters-section/filters-section.organism.mjs +129 -0
  70. package/esm2020/organisms/filters-section/index.mjs +2 -0
  71. package/esm2020/organisms/filters-section/ng-atomic-components-organisms-filters-section.mjs +5 -0
  72. package/esm2020/organisms/graphql-editor/graphql-editor.organism.mjs +115 -0
  73. package/esm2020/organisms/graphql-editor/index.mjs +2 -0
  74. package/esm2020/organisms/graphql-editor/ng-atomic-components-organisms-graphql-editor.mjs +5 -0
  75. package/esm2020/organisms/grid-toolbar/grid-toolbar.organism.mjs +68 -0
  76. package/esm2020/organisms/grid-toolbar/index.mjs +2 -0
  77. package/esm2020/organisms/grid-toolbar/ng-atomic-components-organisms-grid-toolbar.mjs +5 -0
  78. package/esm2020/organisms/heading/heading.organism.mjs +6 -3
  79. package/esm2020/organisms/heading/index.mjs +1 -2
  80. package/esm2020/organisms/navigation-list/index.mjs +2 -3
  81. package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +11 -5
  82. package/esm2020/organisms/navigator/index.mjs +2 -3
  83. package/esm2020/organisms/navigator/navigator.organism.mjs +14 -4
  84. package/esm2020/organisms/paginator/index.mjs +1 -2
  85. package/esm2020/organisms/paginator/paginator.organism.mjs +40 -7
  86. package/esm2020/organisms/select-input-section/index.mjs +1 -2
  87. package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +8 -4
  88. package/esm2020/organisms/smart-list/index.mjs +1 -2
  89. package/esm2020/organisms/smart-list/smart-list.organism.mjs +45 -8
  90. package/esm2020/organisms/smart-table/index.mjs +1 -2
  91. package/esm2020/organisms/smart-table/smart-table.organism.mjs +45 -9
  92. package/esm2020/organisms/social-login-section/index.mjs +1 -2
  93. package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +9 -4
  94. package/esm2020/organisms/text-input-section/index.mjs +2 -3
  95. package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +8 -4
  96. package/esm2020/organisms/textarea-section/index.mjs +2 -3
  97. package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +8 -4
  98. package/esm2020/organisms/top-navigator/index.mjs +1 -2
  99. package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +12 -4
  100. package/esm2020/templates/entrance/entrance.template.mjs +18 -8
  101. package/esm2020/templates/entrance/index.mjs +1 -2
  102. package/esm2020/templates/loading/index.mjs +1 -2
  103. package/esm2020/templates/loading/loading.template.mjs +9 -4
  104. package/esm2020/templates/menu/index.mjs +1 -2
  105. package/esm2020/templates/menu/menu.template.mjs +8 -4
  106. package/esm2020/templates/smart-crud/smart-crud.template.mjs +21 -42
  107. package/esm2020/templates/smart-index/smart-index.template.mjs +36 -35
  108. package/extras/editor/editor.component.d.ts +12 -0
  109. package/extras/editor/index.d.ts +1 -0
  110. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +50 -44
  111. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  112. package/fesm2015/ng-atomic-components-atoms-icon.mjs +10 -33
  113. package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -1
  114. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +10 -33
  115. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  116. package/fesm2015/ng-atomic-components-extras-editor.mjs +52 -0
  117. package/fesm2015/ng-atomic-components-extras-editor.mjs.map +1 -0
  118. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +7 -25
  119. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  120. package/fesm2015/ng-atomic-components-frames-card.mjs +9 -32
  121. package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
  122. package/fesm2015/ng-atomic-components-frames-drawer.mjs +8 -24
  123. package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
  124. package/fesm2015/ng-atomic-components-frames-fab.mjs +84 -0
  125. package/fesm2015/ng-atomic-components-frames-fab.mjs.map +1 -0
  126. package/fesm2015/ng-atomic-components-frames-line-up.mjs +16 -4
  127. package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
  128. package/fesm2015/ng-atomic-components-frames-loading.mjs +36 -0
  129. package/fesm2015/ng-atomic-components-frames-loading.mjs.map +1 -0
  130. package/fesm2015/ng-atomic-components-frames-overlay.mjs +8 -26
  131. package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
  132. package/fesm2015/ng-atomic-components-frames-scroll.mjs +6 -26
  133. package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
  134. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +7 -21
  135. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  136. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +18 -52
  137. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  138. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +18 -43
  139. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  140. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +23 -60
  141. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  142. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +17 -41
  143. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  144. package/fesm2015/ng-atomic-components-molecules-header.mjs +7 -25
  145. package/fesm2015/ng-atomic-components-molecules-header.mjs.map +1 -1
  146. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +32 -42
  147. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  148. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +12 -31
  149. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  150. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +20 -58
  151. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  152. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +14 -36
  153. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  154. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +10 -32
  155. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  156. package/fesm2015/ng-atomic-components-molecules-tree-column.mjs +135 -0
  157. package/fesm2015/ng-atomic-components-molecules-tree-column.mjs.map +1 -0
  158. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +10 -36
  159. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  160. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +14 -47
  161. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  162. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +9 -29
  163. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  164. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +11 -34
  165. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  166. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +9 -30
  167. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  168. package/fesm2015/ng-atomic-components-organisms-filters-section.mjs +136 -0
  169. package/fesm2015/ng-atomic-components-organisms-filters-section.mjs.map +1 -0
  170. package/fesm2015/ng-atomic-components-organisms-graphql-editor.mjs +121 -0
  171. package/fesm2015/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -0
  172. package/fesm2015/ng-atomic-components-organisms-grid-toolbar.mjs +75 -0
  173. package/fesm2015/ng-atomic-components-organisms-grid-toolbar.mjs.map +1 -0
  174. package/fesm2015/ng-atomic-components-organisms-heading.mjs +7 -25
  175. package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
  176. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +12 -37
  177. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  178. package/fesm2015/ng-atomic-components-organisms-navigator.mjs +14 -43
  179. package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  180. package/fesm2015/ng-atomic-components-organisms-paginator.mjs +40 -49
  181. package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  182. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +9 -33
  183. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  184. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs +43 -42
  185. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
  186. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +42 -73
  187. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  188. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +10 -33
  189. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  190. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +9 -33
  191. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  192. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +9 -29
  193. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  194. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +12 -43
  195. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  196. package/fesm2015/ng-atomic-components-templates-entrance.mjs +19 -63
  197. package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
  198. package/fesm2015/ng-atomic-components-templates-loading.mjs +9 -35
  199. package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
  200. package/fesm2015/ng-atomic-components-templates-menu.mjs +9 -30
  201. package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
  202. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +20 -41
  203. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  204. package/fesm2015/ng-atomic-components-templates-smart-index.mjs +35 -34
  205. package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  206. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +50 -44
  207. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  208. package/fesm2020/ng-atomic-components-atoms-icon.mjs +9 -32
  209. package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -1
  210. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +10 -33
  211. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  212. package/fesm2020/ng-atomic-components-extras-editor.mjs +48 -0
  213. package/fesm2020/ng-atomic-components-extras-editor.mjs.map +1 -0
  214. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +7 -25
  215. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  216. package/fesm2020/ng-atomic-components-frames-card.mjs +9 -32
  217. package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
  218. package/fesm2020/ng-atomic-components-frames-drawer.mjs +8 -24
  219. package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
  220. package/fesm2020/ng-atomic-components-frames-fab.mjs +84 -0
  221. package/fesm2020/ng-atomic-components-frames-fab.mjs.map +1 -0
  222. package/fesm2020/ng-atomic-components-frames-line-up.mjs +16 -4
  223. package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
  224. package/fesm2020/ng-atomic-components-frames-loading.mjs +36 -0
  225. package/fesm2020/ng-atomic-components-frames-loading.mjs.map +1 -0
  226. package/fesm2020/ng-atomic-components-frames-overlay.mjs +8 -26
  227. package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
  228. package/fesm2020/ng-atomic-components-frames-scroll.mjs +6 -26
  229. package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
  230. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +7 -21
  231. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  232. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +18 -52
  233. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  234. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +18 -43
  235. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  236. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +23 -60
  237. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  238. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +17 -41
  239. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  240. package/fesm2020/ng-atomic-components-molecules-header.mjs +7 -25
  241. package/fesm2020/ng-atomic-components-molecules-header.mjs.map +1 -1
  242. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +32 -42
  243. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  244. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +12 -31
  245. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  246. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +20 -58
  247. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  248. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +14 -36
  249. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  250. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +10 -32
  251. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  252. package/fesm2020/ng-atomic-components-molecules-tree-column.mjs +135 -0
  253. package/fesm2020/ng-atomic-components-molecules-tree-column.mjs.map +1 -0
  254. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +10 -36
  255. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  256. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +14 -47
  257. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  258. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +9 -29
  259. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  260. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +11 -34
  261. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  262. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +9 -30
  263. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  264. package/fesm2020/ng-atomic-components-organisms-filters-section.mjs +136 -0
  265. package/fesm2020/ng-atomic-components-organisms-filters-section.mjs.map +1 -0
  266. package/fesm2020/ng-atomic-components-organisms-graphql-editor.mjs +120 -0
  267. package/fesm2020/ng-atomic-components-organisms-graphql-editor.mjs.map +1 -0
  268. package/fesm2020/ng-atomic-components-organisms-grid-toolbar.mjs +75 -0
  269. package/fesm2020/ng-atomic-components-organisms-grid-toolbar.mjs.map +1 -0
  270. package/fesm2020/ng-atomic-components-organisms-heading.mjs +7 -25
  271. package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
  272. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +12 -37
  273. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  274. package/fesm2020/ng-atomic-components-organisms-navigator.mjs +14 -43
  275. package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  276. package/fesm2020/ng-atomic-components-organisms-paginator.mjs +41 -49
  277. package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  278. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +9 -33
  279. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  280. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs +43 -42
  281. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
  282. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +43 -73
  283. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  284. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +10 -33
  285. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  286. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +9 -33
  287. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  288. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +9 -29
  289. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  290. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +12 -43
  291. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  292. package/fesm2020/ng-atomic-components-templates-entrance.mjs +19 -63
  293. package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
  294. package/fesm2020/ng-atomic-components-templates-loading.mjs +9 -35
  295. package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
  296. package/fesm2020/ng-atomic-components-templates-menu.mjs +9 -30
  297. package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
  298. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +20 -41
  299. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  300. package/fesm2020/ng-atomic-components-templates-smart-index.mjs +35 -34
  301. package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  302. package/frames/auto-layout/auto-layout.frame.d.ts +1 -1
  303. package/frames/auto-layout/index.d.ts +0 -1
  304. package/frames/card/card.frame.d.ts +1 -1
  305. package/frames/card/index.d.ts +0 -1
  306. package/frames/drawer/drawer.frame.d.ts +1 -1
  307. package/frames/drawer/index.d.ts +1 -2
  308. package/frames/fab/fab.frame.d.ts +15 -0
  309. package/frames/fab/fab.service.d.ts +12 -0
  310. package/frames/fab/index.d.ts +1 -0
  311. package/frames/loading/index.d.ts +1 -0
  312. package/frames/loading/loading.frame.d.ts +6 -0
  313. package/frames/overlay/index.d.ts +0 -1
  314. package/frames/overlay/overlay.frame.d.ts +1 -1
  315. package/frames/scroll/index.d.ts +0 -1
  316. package/frames/scroll/scroll.frame.d.ts +1 -1
  317. package/frames/smart-menu/index.d.ts +0 -1
  318. package/frames/smart-menu/smart-menu.frame.d.ts +1 -1
  319. package/molecules/actions-column/actions-column.molecule.d.ts +1 -1
  320. package/molecules/actions-column/index.d.ts +0 -1
  321. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +1 -1
  322. package/molecules/checkbox-column/index.d.ts +0 -1
  323. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +1 -1
  324. package/molecules/chips-input-field/index.d.ts +0 -1
  325. package/molecules/date-input-field/date-input-field.molecule.d.ts +1 -1
  326. package/molecules/date-input-field/index.d.ts +1 -2
  327. package/molecules/header/header.molecule.d.ts +1 -1
  328. package/molecules/header/index.d.ts +1 -2
  329. package/molecules/navigation-list-item/index.d.ts +1 -2
  330. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +1 -1
  331. package/molecules/select-input-field/index.d.ts +0 -1
  332. package/molecules/select-input-field/select-input-field.molecule.d.ts +2 -1
  333. package/molecules/smart-column/index.d.ts +0 -1
  334. package/molecules/smart-column/smart-column.molecule.d.ts +2 -2
  335. package/molecules/text-input-field/index.d.ts +1 -2
  336. package/molecules/text-input-field/text-input-field.molecule.d.ts +2 -1
  337. package/molecules/textarea-field/index.d.ts +0 -1
  338. package/molecules/textarea-field/textarea-field.molecule.d.ts +1 -1
  339. package/molecules/tree-column/index.d.ts +1 -0
  340. package/molecules/tree-column/tree-column.molecule.d.ts +14 -0
  341. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +1 -1
  342. package/organisms/action-buttons-section/index.d.ts +0 -1
  343. package/organisms/back-navigator/back-navigator.organism.d.ts +1 -1
  344. package/organisms/back-navigator/index.d.ts +0 -1
  345. package/organisms/card-input-section/card-input-section.organism.d.ts +1 -1
  346. package/organisms/card-input-section/index.d.ts +1 -2
  347. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +1 -1
  348. package/organisms/cvc-and-exp-input-section/index.d.ts +1 -2
  349. package/organisms/date-input-section/date-input-section.organism.d.ts +1 -1
  350. package/organisms/date-input-section/index.d.ts +0 -1
  351. package/organisms/filters-section/filters-section.organism.d.ts +19 -0
  352. package/organisms/filters-section/index.d.ts +1 -0
  353. package/organisms/graphql-editor/graphql-editor.organism.d.ts +37 -0
  354. package/organisms/graphql-editor/index.d.ts +1 -0
  355. package/organisms/grid-toolbar/grid-toolbar.organism.d.ts +18 -0
  356. package/organisms/grid-toolbar/index.d.ts +1 -0
  357. package/organisms/heading/heading.organism.d.ts +1 -1
  358. package/organisms/heading/index.d.ts +0 -1
  359. package/organisms/navigation-list/index.d.ts +1 -2
  360. package/organisms/navigation-list/navigation-list.organism.d.ts +1 -1
  361. package/organisms/navigator/index.d.ts +1 -2
  362. package/organisms/navigator/navigator.organism.d.ts +1 -1
  363. package/organisms/paginator/index.d.ts +0 -1
  364. package/organisms/paginator/paginator.organism.d.ts +8 -2
  365. package/organisms/select-input-section/index.d.ts +0 -1
  366. package/organisms/select-input-section/select-input-section.organism.d.ts +1 -1
  367. package/organisms/smart-list/index.d.ts +0 -1
  368. package/organisms/smart-list/smart-list.organism.d.ts +1 -2
  369. package/organisms/smart-table/index.d.ts +0 -1
  370. package/organisms/smart-table/smart-table.organism.d.ts +9 -2
  371. package/organisms/social-login-section/index.d.ts +0 -1
  372. package/organisms/social-login-section/social-login-section.organism.d.ts +1 -1
  373. package/organisms/text-input-section/index.d.ts +1 -2
  374. package/organisms/text-input-section/text-input-section.organism.d.ts +1 -1
  375. package/organisms/textarea-section/index.d.ts +1 -2
  376. package/organisms/textarea-section/textarea-section.organism.d.ts +1 -1
  377. package/organisms/top-navigator/index.d.ts +0 -1
  378. package/organisms/top-navigator/top-navigator.organism.d.ts +1 -1
  379. package/package.json +69 -5
  380. package/templates/entrance/entrance.template.d.ts +1 -1
  381. package/templates/entrance/index.d.ts +0 -1
  382. package/templates/loading/index.d.ts +0 -1
  383. package/templates/loading/loading.template.d.ts +1 -1
  384. package/templates/menu/index.d.ts +0 -1
  385. package/templates/menu/menu.template.d.ts +1 -1
  386. package/templates/smart-index/smart-index.template.d.ts +10 -3
  387. package/atoms/chips-input/chips-input.module.d.ts +0 -12
  388. package/atoms/icon/icon.module.d.ts +0 -9
  389. package/atoms/smart-menu-button/smart-menu-button.module.d.ts +0 -11
  390. package/esm2020/atoms/chips-input/chips-input.module.mjs +0 -44
  391. package/esm2020/atoms/icon/icon.module.mjs +0 -31
  392. package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +0 -35
  393. package/esm2020/frames/auto-layout/auto-layout.module.mjs +0 -24
  394. package/esm2020/frames/card/card.module.mjs +0 -31
  395. package/esm2020/frames/drawer/drawer.module.mjs +0 -24
  396. package/esm2020/frames/overlay/overlay.module.mjs +0 -26
  397. package/esm2020/frames/scroll/scroll.module.mjs +0 -28
  398. package/esm2020/frames/smart-menu/smart-menu.module.mjs +0 -20
  399. package/esm2020/molecules/actions-column/actions-column.module.mjs +0 -49
  400. package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +0 -39
  401. package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +0 -56
  402. package/esm2020/molecules/date-input-field/date-input-field.module.mjs +0 -38
  403. package/esm2020/molecules/header/header.module.mjs +0 -24
  404. package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +0 -38
  405. package/esm2020/molecules/select-input-field/select-input-field.module.mjs +0 -32
  406. package/esm2020/molecules/smart-column/smart-column.module.mjs +0 -56
  407. package/esm2020/molecules/text-input-field/text-input-field.module.mjs +0 -37
  408. package/esm2020/molecules/textarea-field/textarea-field.module.mjs +0 -32
  409. package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +0 -34
  410. package/esm2020/organisms/back-navigator/back-navigator.module.mjs +0 -46
  411. package/esm2020/organisms/card-input-section/card-input-section.module.mjs +0 -27
  412. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.mjs +0 -31
  413. package/esm2020/organisms/date-input-section/date-input-section.module.mjs +0 -28
  414. package/esm2020/organisms/heading/heading.module.mjs +0 -24
  415. package/esm2020/organisms/navigation-list/navigation-list.module.mjs +0 -34
  416. package/esm2020/organisms/navigator/navigator.module.mjs +0 -42
  417. package/esm2020/organisms/paginator/paginator.module.mjs +0 -45
  418. package/esm2020/organisms/select-input-section/select-input-section.module.mjs +0 -31
  419. package/esm2020/organisms/smart-list/smart-list.module.mjs +0 -39
  420. package/esm2020/organisms/smart-table/smart-table.module.mjs +0 -69
  421. package/esm2020/organisms/social-login-section/social-login-section.module.mjs +0 -31
  422. package/esm2020/organisms/text-input-section/text-input-section.module.mjs +0 -31
  423. package/esm2020/organisms/textarea-section/textarea-section.module.mjs +0 -27
  424. package/esm2020/organisms/top-navigator/top-navigator.module.mjs +0 -42
  425. package/esm2020/templates/entrance/entrance.module.mjs +0 -57
  426. package/esm2020/templates/loading/loading.module.mjs +0 -34
  427. package/esm2020/templates/menu/menu.module.mjs +0 -28
  428. package/frames/auto-layout/auto-layout.module.d.ts +0 -8
  429. package/frames/card/card.module.d.ts +0 -9
  430. package/frames/drawer/drawer.module.d.ts +0 -9
  431. package/frames/overlay/overlay.module.d.ts +0 -9
  432. package/frames/scroll/scroll.module.d.ts +0 -9
  433. package/frames/smart-menu/smart-menu.module.d.ts +0 -8
  434. package/molecules/actions-column/actions-column.module.d.ts +0 -13
  435. package/molecules/checkbox-column/checkbox-column.module.d.ts +0 -10
  436. package/molecules/chips-input-field/chips-input-field.module.d.ts +0 -14
  437. package/molecules/date-input-field/date-input-field.module.d.ts +0 -12
  438. package/molecules/header/header.module.d.ts +0 -8
  439. package/molecules/navigation-list-item/navigation-list-item.module.d.ts +0 -10
  440. package/molecules/select-input-field/select-input-field.module.d.ts +0 -10
  441. package/molecules/smart-column/smart-column.module.d.ts +0 -15
  442. package/molecules/text-input-field/text-input-field.module.d.ts +0 -10
  443. package/molecules/textarea-field/textarea-field.module.d.ts +0 -10
  444. package/organisms/action-buttons-section/action-buttons-section.module.d.ts +0 -9
  445. package/organisms/back-navigator/back-navigator.module.d.ts +0 -12
  446. package/organisms/card-input-section/card-input-section.module.d.ts +0 -9
  447. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts +0 -10
  448. package/organisms/date-input-section/date-input-section.module.d.ts +0 -9
  449. package/organisms/heading/heading.module.d.ts +0 -8
  450. package/organisms/navigation-list/navigation-list.module.d.ts +0 -10
  451. package/organisms/navigator/navigator.module.d.ts +0 -12
  452. package/organisms/paginator/paginator.module.d.ts +0 -11
  453. package/organisms/select-input-section/select-input-section.module.d.ts +0 -9
  454. package/organisms/smart-list/smart-list.module.d.ts +0 -12
  455. package/organisms/smart-table/smart-table.module.d.ts +0 -17
  456. package/organisms/social-login-section/social-login-section.module.d.ts +0 -9
  457. package/organisms/text-input-section/text-input-section.module.d.ts +0 -9
  458. package/organisms/textarea-section/textarea-section.module.d.ts +0 -9
  459. package/organisms/top-navigator/top-navigator.module.d.ts +0 -11
  460. package/templates/entrance/entrance.module.d.ts +0 -14
  461. package/templates/loading/loading.module.d.ts +0 -9
  462. package/templates/menu/menu.module.d.ts +0 -9
@@ -1,21 +1,21 @@
1
- import * as i0 from '@angular/core';
2
- import { Component, Input, NgModule } from '@angular/core';
3
- import * as i2 from '@angular/common';
4
- import { CommonModule } from '@angular/common';
5
- import { ChipsInputModule } from '@ng-atomic/components/atoms/chips-input';
6
1
  import { ENTER, COMMA, SPACE } from '@angular/cdk/keycodes';
2
+ import * as i0 from '@angular/core';
3
+ import { Component, Input } from '@angular/core';
4
+ import * as i3 from '@angular/material/chips';
5
+ import { MatChipsModule } from '@angular/material/chips';
6
+ import * as i6 from '@angular/material/form-field';
7
+ import { MatFormFieldModule } from '@angular/material/form-field';
7
8
  import { FormControl, ReactiveFormsModule } from '@angular/forms';
8
9
  import { ReplaySubject, takeUntil } from 'rxjs';
9
10
  import * as i1 from '@ng-atomic/common/services/chips-manager';
10
11
  import { ChipsManager } from '@ng-atomic/common/services/chips-manager';
11
- import * as i3 from '@angular/material/legacy-chips';
12
- import { MatLegacyChipsModule } from '@angular/material/legacy-chips';
12
+ import * as i2 from '@angular/common';
13
+ import { CommonModule } from '@angular/common';
13
14
  import * as i4 from '@angular/material/icon';
14
15
  import { MatIconModule } from '@angular/material/icon';
15
- import * as i5 from '@angular/material/legacy-form-field';
16
- import { MatLegacyFormFieldModule } from '@angular/material/legacy-form-field';
17
- import * as i6 from '@angular/material/legacy-input';
18
- import { MatLegacyInputModule } from '@angular/material/legacy-input';
16
+ import * as i5 from '@angular/material/input';
17
+ import { MatInputModule } from '@angular/material/input';
18
+ import { ChipsInputAtom } from '@ng-atomic/components/atoms/chips-input';
19
19
 
20
20
  class ChipsInputFieldMolecule {
21
21
  constructor(cd, chipsManager) {
@@ -51,10 +51,19 @@ class ChipsInputFieldMolecule {
51
51
  }
52
52
  }
53
53
  ChipsInputFieldMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ChipsInputFieldMolecule, deps: [{ token: i0.ChangeDetectorRef }, { token: i1.ChipsManager }], target: i0.ɵɵFactoryTarget.Component });
54
- ChipsInputFieldMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ChipsInputFieldMolecule, selector: "molecules-chips-input-field", inputs: { appearance: "appearance", control: "control", floatLabel: "floatLabel", label: "label", hint: "hint", placeholder: "placeholder", separators: "separators" }, providers: [ChipsManager], ngImport: i0, template: "<mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\">\n <mat-label>{{ label }}</mat-label>\n <mat-chip-list #chipList>\n <mat-chip *ngFor=\"let chip of chipsManager.chips\" (removed)=\"remove(chip)\">\n {{chip}} <mat-icon matChipRemove>cancel</mat-icon>\n </mat-chip>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipList\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n</mat-chip-list>\n\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}:host mat-form-field{width:100%;height:100%}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i3.MatLegacyChipList, selector: "mat-chip-list", inputs: ["role", "aria-describedby", "errorStateMatcher", "multiple", "compareWith", "value", "required", "placeholder", "disabled", "aria-orientation", "selectable", "tabIndex"], outputs: ["change", "valueChange"], exportAs: ["matChipList"] }, { kind: "directive", type: i3.MatLegacyChip, selector: "mat-basic-chip, [mat-basic-chip], mat-chip, [mat-chip]", inputs: ["color", "disableRipple", "tabIndex", "role", "selected", "value", "selectable", "disabled", "removable"], outputs: ["selectionChange", "destroyed", "removed"], exportAs: ["matChip"] }, { kind: "directive", type: i3.MatLegacyChipInput, selector: "input[matChipInputFor]", inputs: ["matChipInputFor", "matChipInputAddOnBlur", "matChipInputSeparatorKeyCodes", "placeholder", "id", "disabled"], outputs: ["matChipInputTokenEnd"], exportAs: ["matChipInput", "matChipInputFor"] }, { kind: "directive", type: i3.MatLegacyChipRemove, selector: "[matChipRemove]" }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "component", type: i5.MatLegacyFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i5.MatLegacyHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i5.MatLegacyLabel, selector: "mat-label" }, { kind: "directive", type: i6.MatLegacyInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", exportAs: ["matInput"] }] });
54
+ ChipsInputFieldMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: ChipsInputFieldMolecule, isStandalone: true, selector: "molecules-chips-input-field", inputs: { appearance: "appearance", control: "control", floatLabel: "floatLabel", label: "label", hint: "hint", placeholder: "placeholder", separators: "separators" }, providers: [ChipsManager], ngImport: i0, template: "<mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\">\n <mat-label>{{ label }}</mat-label>\n <mat-chip-grid #chipGrid aria-label=\"Enter fruits\">\n <mat-chip-row *ngFor=\"let chip of chipsManager.chips\"\n (removed)=\"remove(chip)\"\n [editable]=\"false\"\n >\n {{ chip }}\n <button matChipRemove><mat-icon>cancel</mat-icon></button>\n </mat-chip-row>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipGrid\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n </mat-chip-grid>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}:host mat-form-field{width:100%;height:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "ngmodule", type: MatChipsModule }, { kind: "component", type: i3.MatChipGrid, selector: "mat-chip-grid", inputs: ["tabIndex", "disabled", "placeholder", "required", "value", "errorStateMatcher"], outputs: ["change", "valueChange"] }, { kind: "directive", type: i3.MatChipInput, selector: "input[matChipInputFor]", inputs: ["matChipInputFor", "matChipInputAddOnBlur", "matChipInputSeparatorKeyCodes", "placeholder", "id", "disabled"], outputs: ["matChipInputTokenEnd"], exportAs: ["matChipInput", "matChipInputFor"] }, { kind: "directive", type: i3.MatChipRemove, selector: "[matChipRemove]" }, { kind: "component", type: i3.MatChipRow, selector: "mat-chip-row, [mat-chip-row], mat-basic-chip-row, [mat-basic-chip-row]", inputs: ["color", "disabled", "disableRipple", "tabIndex", "editable"], outputs: ["edited"] }, { kind: "ngmodule", type: MatIconModule }, { kind: "component", type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i5.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i6.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i6.MatLabel, selector: "mat-label" }, { kind: "directive", type: i6.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "ngmodule", type: MatFormFieldModule }] });
55
55
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ChipsInputFieldMolecule, decorators: [{
56
56
  type: Component,
57
- args: [{ selector: 'molecules-chips-input-field', providers: [ChipsManager], template: "<mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\">\n <mat-label>{{ label }}</mat-label>\n <mat-chip-list #chipList>\n <mat-chip *ngFor=\"let chip of chipsManager.chips\" (removed)=\"remove(chip)\">\n {{chip}} <mat-icon matChipRemove>cancel</mat-icon>\n </mat-chip>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipList\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n</mat-chip-list>\n\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}:host mat-form-field{width:100%;height:100%}\n"] }]
57
+ args: [{ selector: 'molecules-chips-input-field', standalone: true, imports: [
58
+ CommonModule,
59
+ ReactiveFormsModule,
60
+ MatChipsModule,
61
+ MatIconModule,
62
+ MatInputModule,
63
+ MatFormFieldModule,
64
+ MatInputModule,
65
+ ChipsInputAtom,
66
+ ], providers: [ChipsManager], template: "<mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\">\n <mat-label>{{ label }}</mat-label>\n <mat-chip-grid #chipGrid aria-label=\"Enter fruits\">\n <mat-chip-row *ngFor=\"let chip of chipsManager.chips\"\n (removed)=\"remove(chip)\"\n [editable]=\"false\"\n >\n {{ chip }}\n <button matChipRemove><mat-icon>cancel</mat-icon></button>\n </mat-chip-row>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipGrid\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n </mat-chip-grid>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%}:host mat-form-field{width:100%;height:100%}\n"] }]
58
67
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1.ChipsManager }]; }, propDecorators: { appearance: [{
59
68
  type: Input
60
69
  }], control: [{
@@ -71,55 +80,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
71
80
  type: Input
72
81
  }] } });
73
82
 
74
- class ChipsInputFieldModule {
75
- }
76
- ChipsInputFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ChipsInputFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
77
- ChipsInputFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: ChipsInputFieldModule, bootstrap: [ChipsInputFieldMolecule], declarations: [ChipsInputFieldMolecule], imports: [CommonModule,
78
- ReactiveFormsModule,
79
- // Materials
80
- MatLegacyChipsModule,
81
- MatIconModule,
82
- MatLegacyInputModule,
83
- MatLegacyFormFieldModule,
84
- MatLegacyInputModule,
85
- // Atoms
86
- ChipsInputModule], exports: [ChipsInputFieldMolecule] });
87
- ChipsInputFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ChipsInputFieldModule, imports: [CommonModule,
88
- ReactiveFormsModule,
89
- // Materials
90
- MatLegacyChipsModule,
91
- MatIconModule,
92
- MatLegacyInputModule,
93
- MatLegacyFormFieldModule,
94
- MatLegacyInputModule,
95
- // Atoms
96
- ChipsInputModule] });
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ChipsInputFieldModule, decorators: [{
98
- type: NgModule,
99
- args: [{
100
- declarations: [
101
- ChipsInputFieldMolecule
102
- ],
103
- imports: [
104
- CommonModule,
105
- ReactiveFormsModule,
106
- // Materials
107
- MatLegacyChipsModule,
108
- MatIconModule,
109
- MatLegacyInputModule,
110
- MatLegacyFormFieldModule,
111
- MatLegacyInputModule,
112
- // Atoms
113
- ChipsInputModule,
114
- ],
115
- exports: [ChipsInputFieldMolecule],
116
- bootstrap: [ChipsInputFieldMolecule],
117
- }]
118
- }] });
119
-
120
83
  /**
121
84
  * Generated bundle index. Do not edit.
122
85
  */
123
86
 
124
- export { ChipsInputFieldModule, ChipsInputFieldMolecule };
87
+ export { ChipsInputFieldMolecule };
125
88
  //# sourceMappingURL=ng-atomic-components-molecules-chips-input-field.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-chips-input-field.mjs","sources":["../../../../../packages/@ng-atomic/components/src/molecules/chips-input-field/chips-input-field.molecule.ts","../../../../../packages/@ng-atomic/components/src/molecules/chips-input-field/chips-input-field.molecule.html","../../../../../packages/@ng-atomic/components/src/molecules/chips-input-field/chips-input-field.module.ts","../../../../../packages/@ng-atomic/components/src/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.ts"],"sourcesContent":["import { COMMA, ENTER, SPACE } from '@angular/cdk/keycodes';\nimport { ChangeDetectorRef, Component, Input } from '@angular/core';\nimport { MatChipInputEvent } from '@angular/material/chips';\nimport { MatFormFieldAppearance } from '@angular/material/form-field';\nimport { FormControl } from '@angular/forms';\nimport { ReplaySubject, takeUntil } from 'rxjs';\nimport { ChipsManager } from '@ng-atomic/common/services/chips-manager';\n\n\n@Component({\n selector: 'molecules-chips-input-field',\n templateUrl: './chips-input-field.molecule.html',\n styleUrls: ['./chips-input-field.molecule.scss'],\n // changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [ChipsManager],\n})\nexport class ChipsInputFieldMolecule {\n\n @Input()\n appearance: MatFormFieldAppearance = 'outline';\n\n @Input()\n control = new FormControl<string>('');\n\n @Input()\n floatLabel = 'auto';\n\n @Input()\n label = 'label';\n\n @Input()\n hint = 'hint';\n\n @Input()\n placeholder = 'placeholder';\n\n @Input()\n separators = [ENTER, COMMA, SPACE] as const;\n\n private readonly destroy$ = new ReplaySubject<void>(1);\n\n constructor(\n private cd: ChangeDetectorRef,\n public chipsManager: ChipsManager,\n ) { }\n\n ngOnInit(): void {\n this.chipsManager.setValue(this.control.value);\n this.control.valueChanges.pipe(takeUntil(this.destroy$)).subscribe((value) => {\n this.chipsManager.setValue(value);\n this.cd.markForCheck();\n });\n }\n\n ngOnDestroy(): void {\n this.destroy$.next();\n }\n\n onChiInputTokenEnd(event: MatChipInputEvent): void {\n this.chipsManager.add(event.value);\n this.control.setValue(this.chipsManager.getValue());\n event.input.value = '';\n }\n\n remove(value: string): void {\n this.chipsManager.remove(value);\n this.control.setValue(this.chipsManager.getValue());\n }\n}\n","<mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\">\n <mat-label>{{ label }}</mat-label>\n <mat-chip-list #chipList>\n <mat-chip *ngFor=\"let chip of chipsManager.chips\" (removed)=\"remove(chip)\">\n {{chip}} <mat-icon matChipRemove>cancel</mat-icon>\n </mat-chip>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipList\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n</mat-chip-list>\n\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ChipsInputModule } from '@ng-atomic/components/atoms/chips-input';\n\nimport { ChipsInputFieldMolecule } from './chips-input-field.molecule';\nimport { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy-form-field';\nimport { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MatLegacyChipsModule as MatChipsModule } from '@angular/material/legacy-chips';\nimport { MatIconModule } from '@angular/material/icon';\n\n@NgModule({\n declarations: [\n ChipsInputFieldMolecule\n ],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n // Materials\n MatChipsModule,\n MatIconModule,\n MatInputModule,\n MatFormFieldModule,\n MatInputModule,\n // Atoms\n ChipsInputModule,\n ],\n exports: [ChipsInputFieldMolecule],\n bootstrap: [ChipsInputFieldMolecule],\n})\nexport class ChipsInputFieldModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["MatChipsModule","MatInputModule","MatFormFieldModule"],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-chips-input-field.mjs","sources":["../../../../../packages/@ng-atomic/components/src/molecules/chips-input-field/chips-input-field.molecule.ts","../../../../../packages/@ng-atomic/components/src/molecules/chips-input-field/chips-input-field.molecule.html","../../../../../packages/@ng-atomic/components/src/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.ts"],"sourcesContent":["import { COMMA, ENTER, SPACE } from '@angular/cdk/keycodes';\nimport { ChangeDetectorRef, Component, Input } from '@angular/core';\nimport { MatChipInputEvent, MatChipsModule } from '@angular/material/chips';\nimport { MatFormFieldAppearance, MatFormFieldModule } from '@angular/material/form-field';\nimport { FormControl, ReactiveFormsModule } from '@angular/forms';\nimport { ReplaySubject, takeUntil } from 'rxjs';\nimport { ChipsManager } from '@ng-atomic/common/services/chips-manager';\nimport { CommonModule } from '@angular/common';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatInputModule } from '@angular/material/input';\nimport { ChipsInputAtom } from '@ng-atomic/components/atoms/chips-input';\n\n\n@Component({\n selector: 'molecules-chips-input-field',\n standalone: true,\n imports: [\n CommonModule,\n ReactiveFormsModule,\n MatChipsModule,\n MatIconModule,\n MatInputModule,\n MatFormFieldModule,\n MatInputModule,\n ChipsInputAtom,\n ],\n templateUrl: './chips-input-field.molecule.html',\n styleUrls: ['./chips-input-field.molecule.scss'],\n // changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [ChipsManager],\n})\nexport class ChipsInputFieldMolecule {\n\n @Input()\n appearance: MatFormFieldAppearance = 'outline';\n\n @Input()\n control = new FormControl<string>('');\n\n @Input()\n floatLabel = 'auto';\n\n @Input()\n label = 'label';\n\n @Input()\n hint = 'hint';\n\n @Input()\n placeholder = 'placeholder';\n\n @Input()\n separators = [ENTER, COMMA, SPACE] as const;\n\n private readonly destroy$ = new ReplaySubject<void>(1);\n\n constructor(\n private cd: ChangeDetectorRef,\n public chipsManager: ChipsManager,\n ) { }\n\n ngOnInit(): void {\n this.chipsManager.setValue(this.control.value!);\n this.control.valueChanges.pipe(\n takeUntil(this.destroy$),\n ).subscribe((value) => {\n this.chipsManager.setValue(value!);\n this.cd.markForCheck();\n });\n }\n\n ngOnDestroy(): void {\n this.destroy$.next();\n }\n\n onChiInputTokenEnd(event: MatChipInputEvent): void {\n this.chipsManager.add(event.value);\n this.control.setValue(this.chipsManager.getValue());\n event.input.value = '';\n }\n\n remove(value: string): void {\n this.chipsManager.remove(value);\n this.control.setValue(this.chipsManager.getValue());\n }\n}\n","<mat-form-field [appearance]=\"appearance\" [floatLabel]=\"floatLabel\">\n <mat-label>{{ label }}</mat-label>\n <mat-chip-grid #chipGrid aria-label=\"Enter fruits\">\n <mat-chip-row *ngFor=\"let chip of chipsManager.chips\"\n (removed)=\"remove(chip)\"\n [editable]=\"false\"\n >\n {{ chip }}\n <button matChipRemove><mat-icon>cancel</mat-icon></button>\n </mat-chip-row>\n <input\n matInput\n [placeholder]=\"placeholder\"\n [matChipInputFor]=\"chipGrid\"\n [matChipInputSeparatorKeyCodes]=\"separators\"\n [matChipInputAddOnBlur]=\"true\"\n (matChipInputTokenEnd)=\"onChiInputTokenEnd($event)\"\n >\n </mat-chip-grid>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,17 +1,17 @@
1
+ import * as i1 from '@angular/common';
2
+ import { CommonModule } from '@angular/common';
1
3
  import * as i0 from '@angular/core';
2
- import { Component, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';
4
+ import { Component, ChangeDetectionStrategy, Input } from '@angular/core';
3
5
  import * as i2 from '@angular/forms';
4
6
  import { FormControl, ReactiveFormsModule } from '@angular/forms';
5
- import dayjs from 'dayjs';
6
- import { filter } from 'rxjs/operators';
7
- import * as i1 from '@angular/common';
8
- import { CommonModule } from '@angular/common';
9
- import * as i3 from '@angular/material/legacy-form-field';
10
- import * as i4 from '@angular/material/legacy-input';
11
- import { MatLegacyInputModule } from '@angular/material/legacy-input';
12
7
  import * as i5 from '@angular/material/datepicker';
13
8
  import { MatDatepickerModule } from '@angular/material/datepicker';
9
+ import * as i3 from '@angular/material/input';
10
+ import { MatInputModule } from '@angular/material/input';
14
11
  import { MatDayjsDateModule } from '@ng-atomic/common/utils';
12
+ import dayjs from 'dayjs';
13
+ import { filter } from 'rxjs/operators';
14
+ import * as i4 from '@angular/material/form-field';
15
15
 
16
16
  class DateInputFieldMolecule {
17
17
  constructor() {
@@ -27,10 +27,16 @@ class DateInputFieldMolecule {
27
27
  }
28
28
  }
29
29
  DateInputFieldMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DateInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
30
- DateInputFieldMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: DateInputFieldMolecule, selector: "molecules-date-input-field", inputs: { control: "control", label: "label", placeholder: "placeholder", hint: "hint" }, host: { classAttribute: "molecule field" }, ngImport: i0, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [formControl]=\"_control\" [placeholder]=\"placeholder\" [matDatepicker]=\"picker\">\n <mat-datepicker-toggle matSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-5tSf: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: i3.MatLegacyFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i3.MatLegacyHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i3.MatLegacyLabel, selector: "mat-label" }, { kind: "directive", type: i3.MatLegacySuffix, selector: "[matSuffix]" }, { kind: "directive", type: i4.MatLegacyInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", exportAs: ["matInput"] }, { kind: "component", type: i5.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i5.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i5.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
30
+ DateInputFieldMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: DateInputFieldMolecule, isStandalone: true, selector: "molecules-date-input-field", inputs: { control: "control", label: "label", placeholder: "placeholder", hint: "hint" }, host: { classAttribute: "molecule field" }, ngImport: i0, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [formControl]=\"_control\" [placeholder]=\"placeholder\" [matDatepicker]=\"picker\">\n <mat-datepicker-toggle matSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-KaSF: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "ngmodule", type: MatInputModule }, { kind: "directive", type: i3.MatInput, selector: "input[matInput], textarea[matInput], select[matNativeControl], input[matNativeControl], textarea[matNativeControl]", inputs: ["disabled", "id", "placeholder", "name", "required", "type", "errorStateMatcher", "aria-describedby", "value", "readonly"], exportAs: ["matInput"] }, { kind: "component", type: i4.MatFormField, selector: "mat-form-field", inputs: ["hideRequiredMarker", "color", "floatLabel", "appearance", "subscriptSizing", "hintLabel"], exportAs: ["matFormField"] }, { kind: "directive", type: i4.MatLabel, selector: "mat-label" }, { kind: "directive", type: i4.MatHint, selector: "mat-hint", inputs: ["align", "id"] }, { kind: "directive", type: i4.MatSuffix, selector: "[matSuffix], [matIconSuffix], [matTextSuffix]", inputs: ["matTextSuffix"] }, { kind: "ngmodule", type: MatDatepickerModule }, { kind: "component", type: i5.MatDatepicker, selector: "mat-datepicker", exportAs: ["matDatepicker"] }, { kind: "directive", type: i5.MatDatepickerInput, selector: "input[matDatepicker]", inputs: ["matDatepicker", "min", "max", "matDatepickerFilter"], exportAs: ["matDatepickerInput"] }, { kind: "component", type: i5.MatDatepickerToggle, selector: "mat-datepicker-toggle", inputs: ["for", "tabIndex", "aria-label", "disabled", "disableRipple"], exportAs: ["matDatepickerToggle"] }, { kind: "ngmodule", type: MatDayjsDateModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
31
31
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DateInputFieldMolecule, decorators: [{
32
32
  type: Component,
33
- args: [{ selector: 'molecules-date-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [formControl]=\"_control\" [placeholder]=\"placeholder\" [matDatepicker]=\"picker\">\n <mat-datepicker-toggle matSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-5tSf: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
33
+ args: [{ selector: 'molecules-date-input-field', standalone: true, imports: [
34
+ CommonModule,
35
+ ReactiveFormsModule,
36
+ MatInputModule,
37
+ MatDatepickerModule,
38
+ MatDayjsDateModule,
39
+ ], changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [formControl]=\"_control\" [placeholder]=\"placeholder\" [matDatepicker]=\"picker\">\n <mat-datepicker-toggle matSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-date-input-field-KaSF: var(--horizontal-padding)}:host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
34
40
  }], propDecorators: { control: [{
35
41
  type: Input
36
42
  }], label: [{
@@ -41,39 +47,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImpor
41
47
  type: Input
42
48
  }] } });
43
49
 
44
- class DateInputFieldModule {
45
- }
46
- DateInputFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DateInputFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
- DateInputFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: DateInputFieldModule, bootstrap: [DateInputFieldMolecule], declarations: [DateInputFieldMolecule], imports: [CommonModule,
48
- ReactiveFormsModule,
49
- MatLegacyInputModule,
50
- MatDatepickerModule,
51
- MatDayjsDateModule], exports: [DateInputFieldMolecule] });
52
- DateInputFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DateInputFieldModule, imports: [CommonModule,
53
- ReactiveFormsModule,
54
- MatLegacyInputModule,
55
- MatDatepickerModule,
56
- MatDayjsDateModule] });
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DateInputFieldModule, decorators: [{
58
- type: NgModule,
59
- args: [{
60
- declarations: [DateInputFieldMolecule],
61
- imports: [
62
- CommonModule,
63
- ReactiveFormsModule,
64
- MatLegacyInputModule,
65
- MatDatepickerModule,
66
- MatDayjsDateModule,
67
- ],
68
- exports: [DateInputFieldMolecule],
69
- bootstrap: [DateInputFieldMolecule],
70
- // providers: [...MAT_DAYJS_JP_PROVIDERS],
71
- }]
72
- }] });
73
-
74
50
  /**
75
51
  * Generated bundle index. Do not edit.
76
52
  */
77
53
 
78
- export { DateInputFieldModule, DateInputFieldMolecule };
54
+ export { DateInputFieldMolecule };
79
55
  //# sourceMappingURL=ng-atomic-components-molecules-date-input-field.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-date-input-field.mjs","sources":["../../../../../packages/@ng-atomic/components/src/molecules/date-input-field/date-input-field.molecule.ts","../../../../../packages/@ng-atomic/components/src/molecules/date-input-field/date-input-field.molecule.html","../../../../../packages/@ng-atomic/components/src/molecules/date-input-field/date-input-field.module.ts","../../../../../packages/@ng-atomic/components/src/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { FormControl } from '@angular/forms';\nimport dayjs, { Dayjs } from 'dayjs';\nimport { filter } from 'rxjs/operators';\n\n@Component({\n selector: 'molecules-date-input-field',\n templateUrl: './date-input-field.molecule.html',\n styleUrls: ['./date-input-field.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'molecule field'},\n})\nexport class DateInputFieldMolecule {\n protected readonly _control = new FormControl<Dayjs>(dayjs());\n\n @Input()\n control = new FormControl<Dayjs>(dayjs());\n\n @Input()\n label = '';\n\n @Input()\n placeholder = '';\n\n @Input()\n hint?: string;\n\n ngOnInit(): void {\n this._control.valueChanges.pipe(\n filter(value => this.control.value !== value),\n ).subscribe(value => this.control.setValue(value));\n\n this.control.valueChanges.subscribe(value => this._control.setValue(value));\n this._control.setValue(this.control.value);\n }\n}\n","<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [formControl]=\"_control\" [placeholder]=\"placeholder\" [matDatepicker]=\"picker\">\n <mat-datepicker-toggle matSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input';\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { MatDayjsDateModule, MAT_DAYJS_JP_PROVIDERS } from '@ng-atomic/common/utils';\nimport { DateInputFieldMolecule } from './date-input-field.molecule';\n\n\n\n@NgModule({\n declarations: [DateInputFieldMolecule],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n MatInputModule,\n MatDatepickerModule,\n MatDayjsDateModule,\n ],\n exports: [DateInputFieldMolecule],\n bootstrap: [DateInputFieldMolecule],\n // providers: [...MAT_DAYJS_JP_PROVIDERS],\n})\nexport class DateInputFieldModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["MatInputModule"],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-date-input-field.mjs","sources":["../../../../../packages/@ng-atomic/components/src/molecules/date-input-field/date-input-field.molecule.ts","../../../../../packages/@ng-atomic/components/src/molecules/date-input-field/date-input-field.molecule.html","../../../../../packages/@ng-atomic/components/src/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { FormControl, ReactiveFormsModule } from '@angular/forms';\nimport { MatDatepickerModule } from '@angular/material/datepicker';\nimport { MatInputModule } from '@angular/material/input';\nimport { MatDayjsDateModule } from '@ng-atomic/common/utils';\nimport dayjs, { Dayjs } from 'dayjs';\nimport { filter } from 'rxjs/operators';\n\n@Component({\n selector: 'molecules-date-input-field',\n standalone: true,\n imports: [\n CommonModule,\n ReactiveFormsModule,\n MatInputModule,\n MatDatepickerModule,\n MatDayjsDateModule,\n ],\n templateUrl: './date-input-field.molecule.html',\n styleUrls: ['./date-input-field.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'molecule field'},\n})\nexport class DateInputFieldMolecule {\n protected readonly _control = new FormControl<Dayjs>(dayjs());\n\n @Input()\n control = new FormControl<Dayjs>(dayjs());\n\n @Input()\n label = '';\n\n @Input()\n placeholder = '';\n\n @Input()\n hint?: string;\n\n ngOnInit(): void {\n this._control.valueChanges.pipe(\n filter(value => this.control.value !== value),\n ).subscribe(value => this.control.setValue(value));\n\n this.control.valueChanges.subscribe(value => this._control.setValue(value));\n this._control.setValue(this.control.value);\n }\n}\n","<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [formControl]=\"_control\" [placeholder]=\"placeholder\" [matDatepicker]=\"picker\">\n <mat-datepicker-toggle matSuffix [for]=\"picker\"></mat-datepicker-toggle>\n <mat-datepicker #picker></mat-datepicker>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
- import * as i0 from '@angular/core';
2
- import { Component, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';
3
1
  import { CommonModule } from '@angular/common';
2
+ import * as i0 from '@angular/core';
3
+ import { Component, ChangeDetectionStrategy, Input } from '@angular/core';
4
4
 
5
5
  class HeaderMolecule {
6
6
  constructor() {
@@ -8,39 +8,21 @@ class HeaderMolecule {
8
8
  }
9
9
  }
10
10
  HeaderMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HeaderMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- HeaderMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: HeaderMolecule, selector: "molecules-header", inputs: { title: "title", description: "description" }, ngImport: i0, template: "<span class=\"title\">{{ title ?? '' }}</span>\n<span class=\"description\">{{ description ?? '' }}</span>\n", styles: [":host{display:block}:host{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}:host .description{line-height:1em;font-size:12px;margin-bottom:8px;margin-left:4px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
11
+ HeaderMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: HeaderMolecule, isStandalone: true, selector: "molecules-header", inputs: { title: "title", description: "description" }, ngImport: i0, template: "<span class=\"title\">{{ title ?? '' }}</span>\n<span class=\"description\">{{ description ?? '' }}</span>\n", styles: [":host{display:block}:host{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}:host .description{line-height:1em;font-size:12px;margin-bottom:8px;margin-left:4px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
12
12
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HeaderMolecule, decorators: [{
13
13
  type: Component,
14
- args: [{ selector: 'molecules-header', changeDetection: ChangeDetectionStrategy.OnPush, template: "<span class=\"title\">{{ title ?? '' }}</span>\n<span class=\"description\">{{ description ?? '' }}</span>\n", styles: [":host{display:block}:host{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}:host .description{line-height:1em;font-size:12px;margin-bottom:8px;margin-left:4px}\n"] }]
14
+ args: [{ selector: 'molecules-header', standalone: true, imports: [
15
+ CommonModule,
16
+ ], changeDetection: ChangeDetectionStrategy.OnPush, template: "<span class=\"title\">{{ title ?? '' }}</span>\n<span class=\"description\">{{ description ?? '' }}</span>\n", styles: [":host{display:block}:host{display:flex;flex-direction:row;justify-content:center;align-items:flex-end}:host .description{line-height:1em;font-size:12px;margin-bottom:8px;margin-left:4px}\n"] }]
15
17
  }], propDecorators: { title: [{
16
18
  type: Input
17
19
  }], description: [{
18
20
  type: Input
19
21
  }] } });
20
22
 
21
- class HeaderModule {
22
- }
23
- HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
- HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: HeaderModule, declarations: [HeaderMolecule], imports: [CommonModule], exports: [HeaderMolecule] });
25
- HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HeaderModule, imports: [CommonModule] });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HeaderModule, decorators: [{
27
- type: NgModule,
28
- args: [{
29
- declarations: [
30
- HeaderMolecule
31
- ],
32
- imports: [
33
- CommonModule
34
- ],
35
- exports: [
36
- HeaderMolecule
37
- ]
38
- }]
39
- }] });
40
-
41
23
  /**
42
24
  * Generated bundle index. Do not edit.
43
25
  */
44
26
 
45
- export { HeaderModule, HeaderMolecule };
27
+ export { HeaderMolecule };
46
28
  //# sourceMappingURL=ng-atomic-components-molecules-header.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-header.mjs","sources":["../../../../../packages/@ng-atomic/components/src/molecules/header/header.molecule.ts","../../../../../packages/@ng-atomic/components/src/molecules/header/header.molecule.html","../../../../../packages/@ng-atomic/components/src/molecules/header/header.module.ts","../../../../../packages/@ng-atomic/components/src/molecules/header/ng-atomic-components-molecules-header.ts"],"sourcesContent":["import { Component, ChangeDetectionStrategy, Input } from '@angular/core';\n\n@Component({\n selector: 'molecules-header',\n templateUrl: './header.molecule.html',\n styleUrls: ['./header.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class HeaderMolecule {\n\n @Input()\n title = 'title';\n\n @Input()\n description?: string;\n\n}\n","<span class=\"title\">{{ title ?? '' }}</span>\n<span class=\"description\">{{ description ?? '' }}</span>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { HeaderMolecule } from './header.molecule';\n\n\n\n@NgModule({\n declarations: [\n HeaderMolecule\n ],\n imports: [\n CommonModule\n ],\n exports: [\n HeaderMolecule\n ]\n})\nexport class HeaderModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAQa,cAAc,CAAA;AAN3B,IAAA,WAAA,GAAA;AASE,QAAA,IAAK,CAAA,KAAA,GAAG,OAAO,CAAC;KAKjB;;2GARY,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAd,cAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,cAAc,gHCR3B,8GAEA,EAAA,MAAA,EAAA,CAAA,8LAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDMa,cAAc,EAAA,UAAA,EAAA,CAAA;kBAN1B,SAAS;+BACE,kBAAkB,EAAA,eAAA,EAGX,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,8GAAA,EAAA,MAAA,EAAA,CAAA,8LAAA,CAAA,EAAA,CAAA;8BAK/C,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,WAAW,EAAA,CAAA;sBADV,KAAK;;;MEIK,YAAY,CAAA;;yGAAZ,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAZ,YAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,EATrB,YAAA,EAAA,CAAA,cAAc,CAGd,EAAA,OAAA,EAAA,CAAA,YAAY,aAGZ,cAAc,CAAA,EAAA,CAAA,CAAA;AAGL,YAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,YANrB,YAAY,CAAA,EAAA,CAAA,CAAA;2FAMH,YAAY,EAAA,UAAA,EAAA,CAAA;kBAXxB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,cAAc;AACf,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;AACb,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,cAAc;AACf,qBAAA;iBACF,CAAA;;;AChBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-header.mjs","sources":["../../../../../packages/@ng-atomic/components/src/molecules/header/header.molecule.ts","../../../../../packages/@ng-atomic/components/src/molecules/header/header.molecule.html","../../../../../packages/@ng-atomic/components/src/molecules/header/ng-atomic-components-molecules-header.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Component, ChangeDetectionStrategy, Input } from '@angular/core';\n\n@Component({\n selector: 'molecules-header',\n standalone: true,\n imports: [\n CommonModule,\n ],\n templateUrl: './header.molecule.html',\n styleUrls: ['./header.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class HeaderMolecule {\n\n @Input()\n title = 'title';\n\n @Input()\n description?: string;\n\n}\n","<span class=\"title\">{{ title ?? '' }}</span>\n<span class=\"description\">{{ description ?? '' }}</span>\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAaa,cAAc,CAAA;AAV3B,IAAA,WAAA,GAAA;AAaE,QAAA,IAAK,CAAA,KAAA,GAAG,OAAO,CAAC;KAKjB;;2GARY,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;+FAAd,cAAc,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECb3B,8GAEA,EAAA,MAAA,EAAA,CAAA,8LAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EDKI,YAAY,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FAMH,cAAc,EAAA,UAAA,EAAA,CAAA;kBAV1B,SAAS;+BACE,kBAAkB,EAAA,UAAA,EAChB,IAAI,EACP,OAAA,EAAA;wBACP,YAAY;AACb,qBAAA,EAGgB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,8GAAA,EAAA,MAAA,EAAA,CAAA,8LAAA,CAAA,EAAA,CAAA;8BAK/C,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,WAAW,EAAA,CAAA;sBADV,KAAK;;;AElBR;;AAEG;;;;"}
@@ -1,11 +1,10 @@
1
- import * as i0 from '@angular/core';
2
- import { Component, ViewEncapsulation, ChangeDetectionStrategy, Input, NgModule } from '@angular/core';
3
- import * as i1 from '@angular/material/core';
4
- import * as i2 from '@angular/material/legacy-list';
5
- import { MatLegacyListModule } from '@angular/material/legacy-list';
6
- import * as i3 from '@ng-atomic/components/atoms/icon';
7
- import { IconModule } from '@ng-atomic/components/atoms/icon';
8
1
  import { CommonModule } from '@angular/common';
2
+ import * as i0 from '@angular/core';
3
+ import { Component, ChangeDetectionStrategy, Input } from '@angular/core';
4
+ import { MatIconModule } from '@angular/material/icon';
5
+ import * as i1 from '@angular/material/list';
6
+ import { MatListModule } from '@angular/material/list';
7
+ import { IconAtom } from '@ng-atomic/components/atoms/icon';
9
8
 
10
9
  class NavigationListItemMolecule {
11
10
  constructor() {
@@ -13,51 +12,42 @@ class NavigationListItemMolecule {
13
12
  }
14
13
  }
15
14
  NavigationListItemMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NavigationListItemMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- NavigationListItemMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: NavigationListItemMolecule, selector: "molecules-navigation-list-item", inputs: { action: "action", selected: "selected" }, ngImport: i0, template: "<mat-list-option [value]=\"action.id\" [selected]=\"selected\">\n <atoms-icon mat-list-icon [name]=\"action?.icon\" [color]=\"action?.color\"></atoms-icon>\n <div mat-line>{{action.name}}</div>\n</mat-list-option>", styles: [":host{display:block}\n"], dependencies: [{ kind: "directive", type: i1.MatLine, selector: "[mat-line], [matLine]" }, { kind: "directive", type: i2.MatLegacyListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "component", type: i2.MatLegacyListOption, selector: "mat-list-option", inputs: ["disableRipple", "checkboxPosition", "color", "value", "disabled", "selected"], outputs: ["selectedChange"], exportAs: ["matListOption"] }, { kind: "component", type: i3.IconAtom, selector: "atoms-icon", inputs: ["name", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
15
+ NavigationListItemMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.3", type: NavigationListItemMolecule, isStandalone: true, selector: "molecules-navigation-list-item", inputs: { action: "action", selected: "selected" }, ngImport: i0, template: `
16
+ <mat-list-item>
17
+ <atoms-icon
18
+ matListItemIcon
19
+ [name]="action?.icon"
20
+ [color]="action?.color"
21
+ ></atoms-icon>
22
+ <div matListItemTitle>{{ action.name }}</div>
23
+ </mat-list-item>
24
+ `, isInline: true, styles: [":host{display:block}:host{--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-label-text-color: white}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: MatIconModule }, { kind: "ngmodule", type: MatListModule }, { kind: "component", type: i1.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["activated"], exportAs: ["matListItem"] }, { kind: "directive", type: i1.MatListItemIcon, selector: "[matListItemIcon]" }, { kind: "directive", type: i1.MatListItemTitle, selector: "[matListItemTitle]" }, { kind: "component", type: IconAtom, selector: "atoms-icon", inputs: ["name", "color"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
17
25
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NavigationListItemMolecule, decorators: [{
18
26
  type: Component,
19
- args: [{ selector: 'molecules-navigation-list-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-list-option [value]=\"action.id\" [selected]=\"selected\">\n <atoms-icon mat-list-icon [name]=\"action?.icon\" [color]=\"action?.color\"></atoms-icon>\n <div mat-line>{{action.name}}</div>\n</mat-list-option>", styles: [":host{display:block}\n"] }]
27
+ args: [{ selector: 'molecules-navigation-list-item', standalone: true, imports: [
28
+ CommonModule,
29
+ MatIconModule,
30
+ MatListModule,
31
+ IconAtom,
32
+ ], template: `
33
+ <mat-list-item>
34
+ <atoms-icon
35
+ matListItemIcon
36
+ [name]="action?.icon"
37
+ [color]="action?.color"
38
+ ></atoms-icon>
39
+ <div matListItemTitle>{{ action.name }}</div>
40
+ </mat-list-item>
41
+ `, changeDetection: ChangeDetectionStrategy.OnPush, styles: [":host{display:block}:host{--mdc-list-list-item-hover-label-text-color: white;--mdc-list-list-item-label-text-color: white}\n"] }]
20
42
  }], propDecorators: { action: [{
21
43
  type: Input
22
44
  }], selected: [{
23
45
  type: Input
24
46
  }] } });
25
47
 
26
- class NavigationListItemModule {
27
- }
28
- NavigationListItemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NavigationListItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
29
- NavigationListItemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.3", ngImport: i0, type: NavigationListItemModule, declarations: [NavigationListItemMolecule], imports: [CommonModule,
30
- // Materials
31
- MatLegacyListModule,
32
- // Atoms
33
- IconModule], exports: [NavigationListItemMolecule] });
34
- NavigationListItemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NavigationListItemModule, imports: [CommonModule,
35
- // Materials
36
- MatLegacyListModule,
37
- // Atoms
38
- IconModule] });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: NavigationListItemModule, decorators: [{
40
- type: NgModule,
41
- args: [{
42
- declarations: [
43
- NavigationListItemMolecule
44
- ],
45
- imports: [
46
- CommonModule,
47
- // Materials
48
- MatLegacyListModule,
49
- // Atoms
50
- IconModule,
51
- ],
52
- exports: [
53
- NavigationListItemMolecule
54
- ]
55
- }]
56
- }] });
57
-
58
48
  /**
59
49
  * Generated bundle index. Do not edit.
60
50
  */
61
51
 
62
- export { NavigationListItemModule, NavigationListItemMolecule };
52
+ export { NavigationListItemMolecule };
63
53
  //# sourceMappingURL=ng-atomic-components-molecules-navigation-list-item.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-navigation-list-item.mjs","sources":["../../../../../packages/@ng-atomic/components/src/molecules/navigation-list-item/navigation-list-item.molecule.ts","../../../../../packages/@ng-atomic/components/src/molecules/navigation-list-item/navigation-list-item.molecule.html","../../../../../packages/@ng-atomic/components/src/molecules/navigation-list-item/navigation-list-item.module.ts","../../../../../packages/@ng-atomic/components/src/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.ts"],"sourcesContent":["import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input } from '@angular/core';\nimport { Action } from '@ng-atomic/common/models';\n\n@Component({\n selector: 'molecules-navigation-list-item',\n templateUrl: './navigation-list-item.molecule.html',\n styleUrls: ['./navigation-list-item.molecule.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class NavigationListItemMolecule {\n\n @Input()\n action!: Action;\n\n @Input()\n selected = false;\n\n}\n","<mat-list-option [value]=\"action.id\" [selected]=\"selected\">\n <atoms-icon mat-list-icon [name]=\"action?.icon\" [color]=\"action?.color\"></atoms-icon>\n <div mat-line>{{action.name}}</div>\n</mat-list-option>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatLegacyListModule as MatListModule } from '@angular/material/legacy-list';\nimport { IconModule } from '@ng-atomic/components/atoms/icon';\n\nimport { NavigationListItemMolecule } from './navigation-list-item.molecule';\n\n\n\n@NgModule({\n declarations: [\n NavigationListItemMolecule\n ],\n imports: [\n CommonModule,\n // Materials\n MatListModule,\n // Atoms\n IconModule,\n ],\n exports: [\n NavigationListItemMolecule\n ]\n})\nexport class NavigationListItemModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["MatListModule"],"mappings":";;;;;;;;;MAUa,0BAA0B,CAAA;AAPvC,IAAA,WAAA,GAAA;AAaE,QAAA,IAAQ,CAAA,QAAA,GAAG,KAAK,CAAC;KAElB;;uHARY,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,0HCVvC,yNAGkB,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,6BAAA,EAAA,QAAA,EAAA,gCAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,mBAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,CAAA,eAAA,EAAA,kBAAA,EAAA,OAAA,EAAA,OAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,OAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,QAAA,EAAA,CAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA;2FDOL,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAPtC,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,gCAAgC,iBAG3B,iBAAiB,CAAC,IAAI,EACpB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,yNAAA,EAAA,MAAA,EAAA,CAAA,wBAAA,CAAA,EAAA,CAAA;8BAK/C,MAAM,EAAA,CAAA;sBADL,KAAK;gBAIN,QAAQ,EAAA,CAAA;sBADP,KAAK;;;MESK,wBAAwB,CAAA;;qHAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;sHAAxB,wBAAwB,EAAA,YAAA,EAAA,CAbjC,0BAA0B,CAAA,EAAA,OAAA,EAAA,CAG1B,YAAY;;QAEZA,mBAAa;;QAEb,UAAU,aAGV,0BAA0B,CAAA,EAAA,CAAA,CAAA;AAGjB,wBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YAVjC,YAAY;;QAEZA,mBAAa;;QAEb,UAAU,CAAA,EAAA,CAAA,CAAA;2FAMD,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAfpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,0BAA0B;AAC3B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;;wBAEZA,mBAAa;;wBAEb,UAAU;AACX,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,0BAA0B;AAC3B,qBAAA;iBACF,CAAA;;;ACvBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-navigation-list-item.mjs","sources":["../../../../../packages/@ng-atomic/components/src/molecules/navigation-list-item/navigation-list-item.molecule.ts","../../../../../packages/@ng-atomic/components/src/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.ts"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { Component, ChangeDetectionStrategy, ViewEncapsulation, Input } from '@angular/core';\nimport { MatIconModule } from '@angular/material/icon';\nimport { MatListModule } from '@angular/material/list';\nimport { Action } from '@ng-atomic/common/models';\nimport { IconAtom } from '@ng-atomic/components/atoms/icon';\n\n@Component({\n selector: 'molecules-navigation-list-item',\n standalone: true,\n imports: [\n CommonModule,\n MatIconModule,\n MatListModule,\n IconAtom,\n ],\n template: `\n <mat-list-item>\n <atoms-icon\n matListItemIcon\n [name]=\"action?.icon\"\n [color]=\"action?.color\"\n ></atoms-icon>\n <div matListItemTitle>{{ action.name }}</div>\n </mat-list-item>\n `,\n styleUrls: ['./navigation-list-item.molecule.scss'],\n // encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class NavigationListItemMolecule {\n\n @Input()\n action!: Action;\n\n @Input()\n selected = false;\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;MA8Ba,0BAA0B,CAAA;AAvBvC,IAAA,WAAA,GAAA;AA6BE,QAAA,IAAQ,CAAA,QAAA,GAAG,KAAK,CAAC;KAElB;;uHARY,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,EAd3B,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gCAAA,EAAA,MAAA,EAAA,EAAA,MAAA,EAAA,QAAA,EAAA,QAAA,EAAA,UAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,CAAA;;;;;;;;;AAST,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,8HAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAdC,YAAY,EACZ,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,aAAa,EACb,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,aAAa,oWACb,QAAQ,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FAgBC,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAvBtC,SAAS;+BACE,gCAAgC,EAAA,UAAA,EAC9B,IAAI,EACP,OAAA,EAAA;wBACP,YAAY;wBACZ,aAAa;wBACb,aAAa;wBACb,QAAQ;AACT,qBAAA,EACS,QAAA,EAAA,CAAA;;;;;;;;;AAST,EAAA,CAAA,EAGgB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,MAAA,EAAA,CAAA,8HAAA,CAAA,EAAA,CAAA;8BAK/C,MAAM,EAAA,CAAA;sBADL,KAAK;gBAIN,QAAQ,EAAA,CAAA;sBADP,KAAK;;;ACnCR;;AAEG;;;;"}