@ng-atomic/components 3.1.0 → 3.2.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 (694) hide show
  1. package/app.module.d.ts +10 -0
  2. package/app.module.d.ts.map +1 -0
  3. package/atoms/chips-input/chips-input.atom.d.ts +2 -1
  4. package/atoms/chips-input/chips-input.atom.d.ts.map +1 -0
  5. package/atoms/chips-input/chips-input.module.d.ts +8 -9
  6. package/atoms/chips-input/chips-input.module.d.ts.map +1 -0
  7. package/atoms/chips-input/index.d.ts +1 -0
  8. package/atoms/chips-input/index.d.ts.map +1 -0
  9. package/atoms/chips-input/ng-atomic-components-atoms-chips-input.d.ts +1 -0
  10. package/atoms/chips-input/ng-atomic-components-atoms-chips-input.d.ts.map +1 -0
  11. package/atoms/smart-menu-button/index.d.ts +1 -0
  12. package/atoms/smart-menu-button/index.d.ts.map +1 -0
  13. package/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.d.ts +1 -0
  14. package/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.d.ts.map +1 -0
  15. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +1 -0
  16. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts.map +1 -0
  17. package/atoms/smart-menu-button/smart-menu-button.module.d.ts +7 -8
  18. package/atoms/smart-menu-button/smart-menu-button.module.d.ts.map +1 -0
  19. package/esm2020/app.module.mjs +42 -0
  20. package/esm2020/atoms/chips-input/chips-input.atom.mjs +44 -18
  21. package/esm2020/atoms/chips-input/chips-input.module.mjs +31 -32
  22. package/esm2020/atoms/chips-input/index.mjs +1 -1
  23. package/esm2020/atoms/chips-input/ng-atomic-components-atoms-chips-input.mjs +1 -1
  24. package/esm2020/atoms/smart-menu-button/index.mjs +1 -1
  25. package/esm2020/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.mjs +1 -1
  26. package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +78 -15
  27. package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +24 -28
  28. package/esm2020/frames/auto-layout/auto-layout.frame.mjs +11 -7
  29. package/esm2020/frames/auto-layout/auto-layout.module.mjs +20 -20
  30. package/esm2020/frames/auto-layout/index.mjs +1 -1
  31. package/esm2020/frames/auto-layout/ng-atomic-components-frames-auto-layout.mjs +1 -1
  32. package/esm2020/frames/card/card.frame.mjs +13 -7
  33. package/esm2020/frames/card/card.module.mjs +24 -24
  34. package/esm2020/frames/card/index.mjs +1 -1
  35. package/esm2020/frames/card/ng-atomic-components-frames-card.mjs +1 -1
  36. package/esm2020/frames/drawer/drawer.frame.mjs +32 -12
  37. package/esm2020/frames/drawer/drawer.module.mjs +18 -18
  38. package/esm2020/frames/drawer/index.mjs +1 -1
  39. package/esm2020/frames/drawer/ng-atomic-components-frames-drawer.mjs +1 -1
  40. package/esm2020/frames/line-up/index.mjs +1 -1
  41. package/esm2020/frames/line-up/line-up.animations.mjs +1 -1
  42. package/esm2020/frames/line-up/line-up.frame.mjs +48 -26
  43. package/esm2020/frames/line-up/line-up.module.mjs +18 -18
  44. package/esm2020/frames/line-up/ng-atomic-components-frames-line-up.mjs +1 -1
  45. package/esm2020/frames/line-up/resize-observer.mjs +1 -1
  46. package/esm2020/frames/line-up-v2/index.mjs +1 -1
  47. package/esm2020/frames/line-up-v2/line-up.animations.mjs +1 -1
  48. package/esm2020/frames/line-up-v2/line-up.frame.mjs +40 -20
  49. package/esm2020/frames/line-up-v2/line-up.module.mjs +18 -18
  50. package/esm2020/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.mjs +1 -1
  51. package/esm2020/frames/line-up-v2/resize-observer.mjs +2 -2
  52. package/esm2020/frames/overlay/index.mjs +1 -1
  53. package/esm2020/frames/overlay/ng-atomic-components-frames-overlay.mjs +1 -1
  54. package/esm2020/frames/overlay/overlay.animations.mjs +1 -1
  55. package/esm2020/frames/overlay/overlay.frame.mjs +34 -14
  56. package/esm2020/frames/overlay/overlay.module.mjs +20 -20
  57. package/esm2020/frames/overlay-v2/index.mjs +1 -1
  58. package/esm2020/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.mjs +1 -1
  59. package/esm2020/frames/overlay-v2/overlay.animations.mjs +1 -1
  60. package/esm2020/frames/overlay-v2/overlay.frame.mjs +22 -9
  61. package/esm2020/frames/overlay-v2/overlay.module.mjs +20 -20
  62. package/esm2020/frames/scroll/index.mjs +1 -1
  63. package/esm2020/frames/scroll/ng-atomic-components-frames-scroll.mjs +1 -1
  64. package/esm2020/frames/scroll/scroll.frame.mjs +18 -8
  65. package/esm2020/frames/scroll/scroll.module.mjs +23 -23
  66. package/esm2020/frames/smart-menu/index.mjs +1 -1
  67. package/esm2020/frames/smart-menu/ng-atomic-components-frames-smart-menu.mjs +1 -1
  68. package/esm2020/frames/smart-menu/smart-menu.frame.mjs +38 -20
  69. package/esm2020/frames/smart-menu/smart-menu.module.mjs +16 -16
  70. package/esm2020/index.mjs +2 -2
  71. package/esm2020/molecules/actions-column/actions-column.module.mjs +33 -34
  72. package/esm2020/molecules/actions-column/actions-column.molecule.mjs +60 -34
  73. package/esm2020/molecules/actions-column/index.mjs +1 -1
  74. package/esm2020/molecules/actions-column/ng-atomic-components-molecules-actions-column.mjs +1 -1
  75. package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +28 -29
  76. package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +54 -26
  77. package/esm2020/molecules/checkbox-column/index.mjs +1 -1
  78. package/esm2020/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.mjs +1 -1
  79. package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +49 -24
  80. package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +101 -15
  81. package/esm2020/molecules/chips-input-field/index.mjs +1 -1
  82. package/esm2020/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.mjs +1 -1
  83. package/esm2020/molecules/date-input-field/date-input-field.module.mjs +26 -25
  84. package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +45 -19
  85. package/esm2020/molecules/date-input-field/index.mjs +1 -1
  86. package/esm2020/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.mjs +1 -1
  87. package/esm2020/molecules/select-input-field/index.mjs +1 -1
  88. package/esm2020/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.mjs +1 -1
  89. package/esm2020/molecules/select-input-field/select-input-field.module.mjs +23 -26
  90. package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +40 -16
  91. package/esm2020/molecules/smart-column/index.mjs +1 -1
  92. package/esm2020/molecules/smart-column/ng-atomic-components-molecules-smart-column.mjs +1 -1
  93. package/esm2020/molecules/smart-column/smart-column.module.mjs +30 -31
  94. package/esm2020/molecules/smart-column/smart-column.molecule.mjs +66 -15
  95. package/esm2020/molecules/text-input-field/index.mjs +1 -1
  96. package/esm2020/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.mjs +1 -1
  97. package/esm2020/molecules/text-input-field/text-input-field.module.mjs +25 -24
  98. package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +42 -19
  99. package/esm2020/molecules/textarea-field/index.mjs +1 -1
  100. package/esm2020/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.mjs +1 -1
  101. package/esm2020/molecules/textarea-field/textarea-field.module.mjs +21 -20
  102. package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +36 -13
  103. package/esm2020/ng-atomic-components.mjs +1 -1
  104. package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +27 -24
  105. package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +30 -13
  106. package/esm2020/organisms/action-buttons-section/index.mjs +1 -1
  107. package/esm2020/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.mjs +1 -1
  108. package/esm2020/organisms/back-navigator/back-navigator.module.mjs +32 -32
  109. package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +52 -23
  110. package/esm2020/organisms/back-navigator/index.mjs +1 -1
  111. package/esm2020/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.mjs +1 -1
  112. package/esm2020/organisms/card-input-section/card-input-section.module.mjs +20 -20
  113. package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +17 -13
  114. package/esm2020/organisms/card-input-section/index.mjs +1 -1
  115. package/esm2020/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.mjs +1 -1
  116. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.mjs +22 -22
  117. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +17 -9
  118. package/esm2020/organisms/cvc-and-exp-input-section/index.mjs +1 -1
  119. package/esm2020/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +1 -1
  120. package/esm2020/organisms/date-input-section/date-input-section.module.mjs +22 -22
  121. package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +17 -13
  122. package/esm2020/organisms/date-input-section/index.mjs +1 -1
  123. package/esm2020/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.mjs +1 -1
  124. package/esm2020/organisms/heading/heading.module.mjs +20 -20
  125. package/esm2020/organisms/heading/heading.organism.mjs +115 -9
  126. package/esm2020/organisms/heading/index.mjs +1 -1
  127. package/esm2020/organisms/heading/ng-atomic-components-organisms-heading.mjs +1 -1
  128. package/esm2020/organisms/menu/index.mjs +1 -1
  129. package/esm2020/organisms/menu/menu.module.mjs +20 -20
  130. package/esm2020/organisms/menu/menu.organism.mjs +39 -13
  131. package/esm2020/organisms/menu/ng-atomic-components-organisms-menu.mjs +1 -1
  132. package/esm2020/organisms/navigator/index.mjs +1 -1
  133. package/esm2020/organisms/navigator/navigator.module.mjs +28 -28
  134. package/esm2020/organisms/navigator/navigator.organism.mjs +52 -23
  135. package/esm2020/organisms/navigator/ng-atomic-components-organisms-navigator.mjs +1 -1
  136. package/esm2020/organisms/paginator/index.mjs +1 -1
  137. package/esm2020/organisms/paginator/ng-atomic-components-organisms-paginator.mjs +1 -1
  138. package/esm2020/organisms/paginator/paginator.module.mjs +32 -32
  139. package/esm2020/organisms/paginator/paginator.organism.mjs +28 -17
  140. package/esm2020/organisms/select-input-section/index.mjs +1 -1
  141. package/esm2020/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.mjs +1 -1
  142. package/esm2020/organisms/select-input-section/select-input-section.module.mjs +24 -24
  143. package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +17 -13
  144. package/esm2020/organisms/smart-table/index.mjs +1 -1
  145. package/esm2020/organisms/smart-table/ng-atomic-components-organisms-smart-table.mjs +1 -1
  146. package/esm2020/organisms/smart-table/smart-table.module.mjs +45 -49
  147. package/esm2020/organisms/smart-table/smart-table.organism.mjs +109 -38
  148. package/esm2020/organisms/social-login-section/index.mjs +1 -1
  149. package/esm2020/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.mjs +1 -1
  150. package/esm2020/organisms/social-login-section/social-login-section.module.mjs +24 -28
  151. package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +14 -9
  152. package/esm2020/organisms/text-input-section/index.mjs +1 -1
  153. package/esm2020/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.mjs +1 -1
  154. package/esm2020/organisms/text-input-section/text-input-section.module.mjs +24 -28
  155. package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +21 -17
  156. package/esm2020/organisms/textarea-section/index.mjs +1 -1
  157. package/esm2020/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.mjs +1 -1
  158. package/esm2020/organisms/textarea-section/textarea-section.module.mjs +20 -20
  159. package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +13 -9
  160. package/esm2020/organisms/top-navigator/index.mjs +1 -1
  161. package/esm2020/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.mjs +1 -1
  162. package/esm2020/organisms/top-navigator/top-navigator.module.mjs +30 -34
  163. package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +25 -13
  164. package/esm2020/pages/_index/index.mjs +1 -1
  165. package/esm2020/pages/_index/index.module.mjs +17 -21
  166. package/esm2020/pages/_index/index.page.mjs +11 -11
  167. package/esm2020/pages/_index/ng-atomic-components-pages-_index.mjs +1 -1
  168. package/esm2020/pages/blank/blank.module.mjs +17 -21
  169. package/esm2020/pages/blank/blank.page.mjs +11 -11
  170. package/esm2020/pages/blank/blank.route.mjs +1 -1
  171. package/esm2020/pages/blank/index.mjs +1 -1
  172. package/esm2020/pages/blank/ng-atomic-components-pages-blank.mjs +1 -1
  173. package/esm2020/templates/entrance/entrance.module.mjs +39 -36
  174. package/esm2020/templates/entrance/entrance.template.mjs +52 -23
  175. package/esm2020/templates/entrance/index.mjs +1 -1
  176. package/esm2020/templates/entrance/ng-atomic-components-templates-entrance.mjs +1 -1
  177. package/esm2020/templates/loading/index.mjs +1 -1
  178. package/esm2020/templates/loading/loading.module.mjs +27 -28
  179. package/esm2020/templates/loading/loading.template.mjs +9 -7
  180. package/esm2020/templates/loading/ng-atomic-components-templates-loading.mjs +1 -1
  181. package/esm2020/templates/menu/index.mjs +1 -1
  182. package/esm2020/templates/menu/menu.module.mjs +21 -24
  183. package/esm2020/templates/menu/menu.template.mjs +26 -11
  184. package/esm2020/templates/menu/ng-atomic-components-templates-menu.mjs +1 -1
  185. package/esm2020/templates/smart-crud/index.mjs +1 -1
  186. package/esm2020/templates/smart-crud/ng-atomic-components-templates-smart-crud.mjs +1 -1
  187. package/esm2020/templates/smart-crud/smart-crud.module.mjs +50 -52
  188. package/esm2020/templates/smart-crud/smart-crud.template.mjs +97 -31
  189. package/esm2020/templates/smart-index/index.mjs +1 -1
  190. package/esm2020/templates/smart-index/ng-atomic-components-templates-smart-index.mjs +1 -1
  191. package/esm2020/templates/smart-index/smart-index.module.mjs +34 -34
  192. package/esm2020/templates/smart-index/smart-index.template.mjs +72 -47
  193. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +68 -58
  194. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  195. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +107 -25
  196. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  197. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +22 -12
  198. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  199. package/fesm2015/ng-atomic-components-frames-card.mjs +27 -13
  200. package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
  201. package/fesm2015/ng-atomic-components-frames-drawer.mjs +46 -14
  202. package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
  203. package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs +53 -19
  204. package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs.map +1 -1
  205. package/fesm2015/ng-atomic-components-frames-line-up.mjs +57 -19
  206. package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
  207. package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs +36 -14
  208. package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs.map +1 -1
  209. package/fesm2015/ng-atomic-components-frames-overlay.mjs +49 -18
  210. package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
  211. package/fesm2015/ng-atomic-components-frames-scroll.mjs +33 -15
  212. package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
  213. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +43 -14
  214. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  215. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +69 -28
  216. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  217. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +66 -23
  218. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  219. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +147 -21
  220. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  221. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +60 -21
  222. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  223. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +58 -25
  224. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  225. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +93 -25
  226. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  227. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +53 -17
  228. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  229. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +51 -15
  230. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  231. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +50 -18
  232. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  233. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +63 -23
  234. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  235. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +28 -15
  236. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  237. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +33 -16
  238. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  239. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +27 -14
  240. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  241. package/fesm2015/ng-atomic-components-organisms-heading.mjs +158 -13
  242. package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
  243. package/fesm2015/ng-atomic-components-organisms-menu.mjs +55 -17
  244. package/fesm2015/ng-atomic-components-organisms-menu.mjs.map +1 -1
  245. package/fesm2015/ng-atomic-components-organisms-navigator.mjs +64 -24
  246. package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  247. package/fesm2015/ng-atomic-components-organisms-paginator.mjs +39 -19
  248. package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  249. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +28 -15
  250. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  251. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +129 -35
  252. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  253. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +28 -19
  254. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  255. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +28 -19
  256. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  257. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +28 -15
  258. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  259. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +39 -22
  260. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  261. package/fesm2015/ng-atomic-components-pages-_index.mjs +15 -15
  262. package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -1
  263. package/fesm2015/ng-atomic-components-pages-blank.mjs +17 -17
  264. package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -1
  265. package/fesm2015/ng-atomic-components-templates-entrance.mjs +72 -25
  266. package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
  267. package/fesm2015/ng-atomic-components-templates-loading.mjs +27 -18
  268. package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
  269. package/fesm2015/ng-atomic-components-templates-menu.mjs +41 -20
  270. package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
  271. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +127 -38
  272. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  273. package/fesm2015/ng-atomic-components-templates-smart-index.mjs +59 -22
  274. package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  275. package/fesm2015/ng-atomic-components.mjs +49 -0
  276. package/fesm2015/ng-atomic-components.mjs.map +1 -1
  277. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +76 -78
  278. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  279. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +101 -42
  280. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  281. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +29 -25
  282. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  283. package/fesm2020/ng-atomic-components-frames-card.mjs +35 -29
  284. package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
  285. package/fesm2020/ng-atomic-components-frames-drawer.mjs +48 -28
  286. package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
  287. package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs +57 -37
  288. package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs.map +1 -1
  289. package/fesm2020/ng-atomic-components-frames-line-up.mjs +64 -42
  290. package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
  291. package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs +40 -27
  292. package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs.map +1 -1
  293. package/fesm2020/ng-atomic-components-frames-overlay.mjs +53 -33
  294. package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
  295. package/fesm2020/ng-atomic-components-frames-scroll.mjs +39 -29
  296. package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
  297. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +52 -34
  298. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  299. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +91 -66
  300. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  301. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +81 -54
  302. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  303. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +147 -36
  304. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  305. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +70 -43
  306. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  307. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +61 -40
  308. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  309. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +94 -44
  310. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  311. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +65 -41
  312. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  313. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +55 -31
  314. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  315. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +55 -35
  316. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  317. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +82 -53
  318. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  319. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +35 -31
  320. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  321. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +37 -29
  322. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  323. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +37 -33
  324. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  325. package/fesm2020/ng-atomic-components-organisms-heading.mjs +133 -27
  326. package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
  327. package/fesm2020/ng-atomic-components-organisms-menu.mjs +57 -31
  328. package/fesm2020/ng-atomic-components-organisms-menu.mjs.map +1 -1
  329. package/fesm2020/ng-atomic-components-organisms-navigator.mjs +79 -50
  330. package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  331. package/fesm2020/ng-atomic-components-organisms-paginator.mjs +58 -47
  332. package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  333. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +39 -35
  334. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  335. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +152 -85
  336. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  337. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +36 -35
  338. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  339. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +43 -43
  340. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  341. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +31 -27
  342. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  343. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +53 -45
  344. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  345. package/fesm2020/ng-atomic-components-pages-_index.mjs +26 -30
  346. package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -1
  347. package/fesm2020/ng-atomic-components-pages-blank.mjs +28 -32
  348. package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -1
  349. package/fesm2020/ng-atomic-components-templates-entrance.mjs +89 -57
  350. package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
  351. package/fesm2020/ng-atomic-components-templates-loading.mjs +34 -33
  352. package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
  353. package/fesm2020/ng-atomic-components-templates-menu.mjs +45 -33
  354. package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
  355. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +145 -80
  356. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  357. package/fesm2020/ng-atomic-components-templates-smart-index.mjs +104 -79
  358. package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  359. package/fesm2020/ng-atomic-components.mjs +45 -0
  360. package/fesm2020/ng-atomic-components.mjs.map +1 -1
  361. package/frames/auto-layout/auto-layout.frame.d.ts +1 -0
  362. package/frames/auto-layout/auto-layout.frame.d.ts.map +1 -0
  363. package/frames/auto-layout/auto-layout.module.d.ts +2 -2
  364. package/frames/auto-layout/auto-layout.module.d.ts.map +1 -0
  365. package/frames/auto-layout/index.d.ts +1 -0
  366. package/frames/auto-layout/index.d.ts.map +1 -0
  367. package/frames/auto-layout/ng-atomic-components-frames-auto-layout.d.ts +1 -0
  368. package/frames/auto-layout/ng-atomic-components-frames-auto-layout.d.ts.map +1 -0
  369. package/frames/card/card.frame.d.ts +1 -0
  370. package/frames/card/card.frame.d.ts.map +1 -0
  371. package/frames/card/card.module.d.ts +2 -2
  372. package/frames/card/card.module.d.ts.map +1 -0
  373. package/frames/card/index.d.ts +1 -0
  374. package/frames/card/index.d.ts.map +1 -0
  375. package/frames/card/ng-atomic-components-frames-card.d.ts +1 -0
  376. package/frames/card/ng-atomic-components-frames-card.d.ts.map +1 -0
  377. package/frames/drawer/drawer.frame.d.ts +1 -0
  378. package/frames/drawer/drawer.frame.d.ts.map +1 -0
  379. package/frames/drawer/drawer.module.d.ts +2 -2
  380. package/frames/drawer/drawer.module.d.ts.map +1 -0
  381. package/frames/drawer/index.d.ts +1 -0
  382. package/frames/drawer/index.d.ts.map +1 -0
  383. package/frames/drawer/ng-atomic-components-frames-drawer.d.ts +1 -0
  384. package/frames/drawer/ng-atomic-components-frames-drawer.d.ts.map +1 -0
  385. package/frames/line-up/index.d.ts +1 -0
  386. package/frames/line-up/index.d.ts.map +1 -0
  387. package/frames/line-up/line-up.animations.d.ts +1 -0
  388. package/frames/line-up/line-up.animations.d.ts.map +1 -0
  389. package/frames/line-up/line-up.frame.d.ts +1 -0
  390. package/frames/line-up/line-up.frame.d.ts.map +1 -0
  391. package/frames/line-up/line-up.module.d.ts +2 -2
  392. package/frames/line-up/line-up.module.d.ts.map +1 -0
  393. package/frames/line-up/ng-atomic-components-frames-line-up.d.ts +1 -0
  394. package/frames/line-up/ng-atomic-components-frames-line-up.d.ts.map +1 -0
  395. package/frames/line-up/resize-observer.d.ts +1 -0
  396. package/frames/line-up/resize-observer.d.ts.map +1 -0
  397. package/frames/line-up-v2/index.d.ts +1 -0
  398. package/frames/line-up-v2/index.d.ts.map +1 -0
  399. package/frames/line-up-v2/line-up.animations.d.ts +1 -0
  400. package/frames/line-up-v2/line-up.animations.d.ts.map +1 -0
  401. package/frames/line-up-v2/line-up.frame.d.ts +1 -0
  402. package/frames/line-up-v2/line-up.frame.d.ts.map +1 -0
  403. package/frames/line-up-v2/line-up.module.d.ts +2 -2
  404. package/frames/line-up-v2/line-up.module.d.ts.map +1 -0
  405. package/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.d.ts +1 -0
  406. package/frames/line-up-v2/ng-atomic-components-frames-line-up-v2.d.ts.map +1 -0
  407. package/frames/line-up-v2/resize-observer.d.ts +1 -0
  408. package/frames/line-up-v2/resize-observer.d.ts.map +1 -0
  409. package/frames/overlay/index.d.ts +1 -0
  410. package/frames/overlay/index.d.ts.map +1 -0
  411. package/frames/overlay/ng-atomic-components-frames-overlay.d.ts +1 -0
  412. package/frames/overlay/ng-atomic-components-frames-overlay.d.ts.map +1 -0
  413. package/frames/overlay/overlay.animations.d.ts +1 -0
  414. package/frames/overlay/overlay.animations.d.ts.map +1 -0
  415. package/frames/overlay/overlay.frame.d.ts +2 -1
  416. package/frames/overlay/overlay.frame.d.ts.map +1 -0
  417. package/frames/overlay/overlay.module.d.ts +2 -2
  418. package/frames/overlay/overlay.module.d.ts.map +1 -0
  419. package/frames/overlay-v2/index.d.ts +1 -0
  420. package/frames/overlay-v2/index.d.ts.map +1 -0
  421. package/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.d.ts +1 -0
  422. package/frames/overlay-v2/ng-atomic-components-frames-overlay-v2.d.ts.map +1 -0
  423. package/frames/overlay-v2/overlay.animations.d.ts +1 -0
  424. package/frames/overlay-v2/overlay.animations.d.ts.map +1 -0
  425. package/frames/overlay-v2/overlay.frame.d.ts +1 -0
  426. package/frames/overlay-v2/overlay.frame.d.ts.map +1 -0
  427. package/frames/overlay-v2/overlay.module.d.ts +2 -2
  428. package/frames/overlay-v2/overlay.module.d.ts.map +1 -0
  429. package/frames/scroll/index.d.ts +1 -0
  430. package/frames/scroll/index.d.ts.map +1 -0
  431. package/frames/scroll/ng-atomic-components-frames-scroll.d.ts +1 -0
  432. package/frames/scroll/ng-atomic-components-frames-scroll.d.ts.map +1 -0
  433. package/frames/scroll/scroll.frame.d.ts +1 -0
  434. package/frames/scroll/scroll.frame.d.ts.map +1 -0
  435. package/frames/scroll/scroll.module.d.ts +3 -3
  436. package/frames/scroll/scroll.module.d.ts.map +1 -0
  437. package/frames/smart-menu/index.d.ts +1 -0
  438. package/frames/smart-menu/index.d.ts.map +1 -0
  439. package/frames/smart-menu/ng-atomic-components-frames-smart-menu.d.ts +1 -0
  440. package/frames/smart-menu/ng-atomic-components-frames-smart-menu.d.ts.map +1 -0
  441. package/frames/smart-menu/smart-menu.frame.d.ts +1 -0
  442. package/frames/smart-menu/smart-menu.frame.d.ts.map +1 -0
  443. package/frames/smart-menu/smart-menu.module.d.ts +2 -2
  444. package/frames/smart-menu/smart-menu.module.d.ts.map +1 -0
  445. package/index.d.ts +2 -1
  446. package/index.d.ts.map +1 -0
  447. package/molecules/actions-column/actions-column.module.d.ts +2 -2
  448. package/molecules/actions-column/actions-column.module.d.ts.map +1 -0
  449. package/molecules/actions-column/actions-column.molecule.d.ts +1 -1
  450. package/molecules/actions-column/actions-column.molecule.d.ts.map +1 -0
  451. package/molecules/actions-column/index.d.ts +1 -0
  452. package/molecules/actions-column/index.d.ts.map +1 -0
  453. package/molecules/actions-column/ng-atomic-components-molecules-actions-column.d.ts +1 -0
  454. package/molecules/actions-column/ng-atomic-components-molecules-actions-column.d.ts.map +1 -0
  455. package/molecules/checkbox-column/checkbox-column.module.d.ts +2 -2
  456. package/molecules/checkbox-column/checkbox-column.module.d.ts.map +1 -0
  457. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +1 -0
  458. package/molecules/checkbox-column/checkbox-column.molecule.d.ts.map +1 -0
  459. package/molecules/checkbox-column/index.d.ts +1 -0
  460. package/molecules/checkbox-column/index.d.ts.map +1 -0
  461. package/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.d.ts +1 -0
  462. package/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.d.ts.map +1 -0
  463. package/molecules/chips-input-field/chips-input-field.module.d.ts +9 -4
  464. package/molecules/chips-input-field/chips-input-field.module.d.ts.map +1 -0
  465. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +18 -1
  466. package/molecules/chips-input-field/chips-input-field.molecule.d.ts.map +1 -0
  467. package/molecules/chips-input-field/index.d.ts +1 -0
  468. package/molecules/chips-input-field/index.d.ts.map +1 -0
  469. package/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.d.ts +1 -0
  470. package/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.d.ts.map +1 -0
  471. package/molecules/date-input-field/date-input-field.module.d.ts +2 -2
  472. package/molecules/date-input-field/date-input-field.module.d.ts.map +1 -0
  473. package/molecules/date-input-field/date-input-field.molecule.d.ts +1 -0
  474. package/molecules/date-input-field/date-input-field.molecule.d.ts.map +1 -0
  475. package/molecules/date-input-field/index.d.ts +1 -0
  476. package/molecules/date-input-field/index.d.ts.map +1 -0
  477. package/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.d.ts +1 -0
  478. package/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.d.ts.map +1 -0
  479. package/molecules/select-input-field/index.d.ts +1 -0
  480. package/molecules/select-input-field/index.d.ts.map +1 -0
  481. package/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.d.ts +1 -0
  482. package/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.d.ts.map +1 -0
  483. package/molecules/select-input-field/select-input-field.module.d.ts +2 -2
  484. package/molecules/select-input-field/select-input-field.module.d.ts.map +1 -0
  485. package/molecules/select-input-field/select-input-field.molecule.d.ts +1 -0
  486. package/molecules/select-input-field/select-input-field.molecule.d.ts.map +1 -0
  487. package/molecules/smart-column/index.d.ts +1 -0
  488. package/molecules/smart-column/index.d.ts.map +1 -0
  489. package/molecules/smart-column/ng-atomic-components-molecules-smart-column.d.ts +1 -0
  490. package/molecules/smart-column/ng-atomic-components-molecules-smart-column.d.ts.map +1 -0
  491. package/molecules/smart-column/smart-column.module.d.ts +3 -3
  492. package/molecules/smart-column/smart-column.module.d.ts.map +1 -0
  493. package/molecules/smart-column/smart-column.molecule.d.ts +1 -0
  494. package/molecules/smart-column/smart-column.molecule.d.ts.map +1 -0
  495. package/molecules/text-input-field/index.d.ts +1 -0
  496. package/molecules/text-input-field/index.d.ts.map +1 -0
  497. package/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.d.ts +1 -0
  498. package/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.d.ts.map +1 -0
  499. package/molecules/text-input-field/text-input-field.module.d.ts +2 -2
  500. package/molecules/text-input-field/text-input-field.module.d.ts.map +1 -0
  501. package/molecules/text-input-field/text-input-field.molecule.d.ts +1 -0
  502. package/molecules/text-input-field/text-input-field.molecule.d.ts.map +1 -0
  503. package/molecules/textarea-field/index.d.ts +1 -0
  504. package/molecules/textarea-field/index.d.ts.map +1 -0
  505. package/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.d.ts +1 -0
  506. package/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.d.ts.map +1 -0
  507. package/molecules/textarea-field/textarea-field.module.d.ts +2 -2
  508. package/molecules/textarea-field/textarea-field.module.d.ts.map +1 -0
  509. package/molecules/textarea-field/textarea-field.molecule.d.ts +1 -0
  510. package/molecules/textarea-field/textarea-field.molecule.d.ts.map +1 -0
  511. package/ng-atomic-components.d.ts +1 -0
  512. package/ng-atomic-components.d.ts.map +1 -0
  513. package/organisms/action-buttons-section/action-buttons-section.module.d.ts +2 -2
  514. package/organisms/action-buttons-section/action-buttons-section.module.d.ts.map +1 -0
  515. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +1 -0
  516. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts.map +1 -0
  517. package/organisms/action-buttons-section/index.d.ts +1 -0
  518. package/organisms/action-buttons-section/index.d.ts.map +1 -0
  519. package/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.d.ts +1 -0
  520. package/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.d.ts.map +1 -0
  521. package/organisms/back-navigator/back-navigator.module.d.ts +2 -2
  522. package/organisms/back-navigator/back-navigator.module.d.ts.map +1 -0
  523. package/organisms/back-navigator/back-navigator.organism.d.ts +1 -0
  524. package/organisms/back-navigator/back-navigator.organism.d.ts.map +1 -0
  525. package/organisms/back-navigator/index.d.ts +1 -0
  526. package/organisms/back-navigator/index.d.ts.map +1 -0
  527. package/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.d.ts +1 -0
  528. package/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.d.ts.map +1 -0
  529. package/organisms/card-input-section/card-input-section.module.d.ts +2 -2
  530. package/organisms/card-input-section/card-input-section.module.d.ts.map +1 -0
  531. package/organisms/card-input-section/card-input-section.organism.d.ts +1 -0
  532. package/organisms/card-input-section/card-input-section.organism.d.ts.map +1 -0
  533. package/organisms/card-input-section/index.d.ts +1 -0
  534. package/organisms/card-input-section/index.d.ts.map +1 -0
  535. package/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.d.ts +1 -0
  536. package/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.d.ts.map +1 -0
  537. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts +2 -2
  538. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts.map +1 -0
  539. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +1 -0
  540. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts.map +1 -0
  541. package/organisms/cvc-and-exp-input-section/index.d.ts +1 -0
  542. package/organisms/cvc-and-exp-input-section/index.d.ts.map +1 -0
  543. package/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.d.ts +1 -0
  544. package/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.d.ts.map +1 -0
  545. package/organisms/date-input-section/date-input-section.module.d.ts +2 -2
  546. package/organisms/date-input-section/date-input-section.module.d.ts.map +1 -0
  547. package/organisms/date-input-section/date-input-section.organism.d.ts +1 -0
  548. package/organisms/date-input-section/date-input-section.organism.d.ts.map +1 -0
  549. package/organisms/date-input-section/index.d.ts +1 -0
  550. package/organisms/date-input-section/index.d.ts.map +1 -0
  551. package/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.d.ts +1 -0
  552. package/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.d.ts.map +1 -0
  553. package/organisms/heading/heading.module.d.ts +2 -2
  554. package/organisms/heading/heading.module.d.ts.map +1 -0
  555. package/organisms/heading/heading.organism.d.ts +1 -0
  556. package/organisms/heading/heading.organism.d.ts.map +1 -0
  557. package/organisms/heading/index.d.ts +1 -0
  558. package/organisms/heading/index.d.ts.map +1 -0
  559. package/organisms/heading/ng-atomic-components-organisms-heading.d.ts +1 -0
  560. package/organisms/heading/ng-atomic-components-organisms-heading.d.ts.map +1 -0
  561. package/organisms/menu/index.d.ts +1 -0
  562. package/organisms/menu/index.d.ts.map +1 -0
  563. package/organisms/menu/menu.module.d.ts +2 -2
  564. package/organisms/menu/menu.module.d.ts.map +1 -0
  565. package/organisms/menu/menu.organism.d.ts +1 -0
  566. package/organisms/menu/menu.organism.d.ts.map +1 -0
  567. package/organisms/menu/ng-atomic-components-organisms-menu.d.ts +1 -0
  568. package/organisms/menu/ng-atomic-components-organisms-menu.d.ts.map +1 -0
  569. package/organisms/navigator/index.d.ts +1 -0
  570. package/organisms/navigator/index.d.ts.map +1 -0
  571. package/organisms/navigator/navigator.module.d.ts +2 -2
  572. package/organisms/navigator/navigator.module.d.ts.map +1 -0
  573. package/organisms/navigator/navigator.organism.d.ts +1 -0
  574. package/organisms/navigator/navigator.organism.d.ts.map +1 -0
  575. package/organisms/navigator/ng-atomic-components-organisms-navigator.d.ts +1 -0
  576. package/organisms/navigator/ng-atomic-components-organisms-navigator.d.ts.map +1 -0
  577. package/organisms/paginator/index.d.ts +1 -0
  578. package/organisms/paginator/index.d.ts.map +1 -0
  579. package/organisms/paginator/ng-atomic-components-organisms-paginator.d.ts +1 -0
  580. package/organisms/paginator/ng-atomic-components-organisms-paginator.d.ts.map +1 -0
  581. package/organisms/paginator/paginator.module.d.ts +2 -2
  582. package/organisms/paginator/paginator.module.d.ts.map +1 -0
  583. package/organisms/paginator/paginator.organism.d.ts +1 -0
  584. package/organisms/paginator/paginator.organism.d.ts.map +1 -0
  585. package/organisms/select-input-section/index.d.ts +1 -0
  586. package/organisms/select-input-section/index.d.ts.map +1 -0
  587. package/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.d.ts +1 -0
  588. package/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.d.ts.map +1 -0
  589. package/organisms/select-input-section/select-input-section.module.d.ts +2 -2
  590. package/organisms/select-input-section/select-input-section.module.d.ts.map +1 -0
  591. package/organisms/select-input-section/select-input-section.organism.d.ts +1 -0
  592. package/organisms/select-input-section/select-input-section.organism.d.ts.map +1 -0
  593. package/organisms/smart-table/index.d.ts +1 -0
  594. package/organisms/smart-table/index.d.ts.map +1 -0
  595. package/organisms/smart-table/ng-atomic-components-organisms-smart-table.d.ts +1 -0
  596. package/organisms/smart-table/ng-atomic-components-organisms-smart-table.d.ts.map +1 -0
  597. package/organisms/smart-table/smart-table.module.d.ts +13 -14
  598. package/organisms/smart-table/smart-table.module.d.ts.map +1 -0
  599. package/organisms/smart-table/smart-table.organism.d.ts +1 -0
  600. package/organisms/smart-table/smart-table.organism.d.ts.map +1 -0
  601. package/organisms/social-login-section/index.d.ts +1 -0
  602. package/organisms/social-login-section/index.d.ts.map +1 -0
  603. package/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.d.ts +1 -0
  604. package/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.d.ts.map +1 -0
  605. package/organisms/social-login-section/social-login-section.module.d.ts +5 -6
  606. package/organisms/social-login-section/social-login-section.module.d.ts.map +1 -0
  607. package/organisms/social-login-section/social-login-section.organism.d.ts +1 -0
  608. package/organisms/social-login-section/social-login-section.organism.d.ts.map +1 -0
  609. package/organisms/text-input-section/index.d.ts +1 -0
  610. package/organisms/text-input-section/index.d.ts.map +1 -0
  611. package/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.d.ts +1 -0
  612. package/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.d.ts.map +1 -0
  613. package/organisms/text-input-section/text-input-section.module.d.ts +5 -6
  614. package/organisms/text-input-section/text-input-section.module.d.ts.map +1 -0
  615. package/organisms/text-input-section/text-input-section.organism.d.ts +1 -0
  616. package/organisms/text-input-section/text-input-section.organism.d.ts.map +1 -0
  617. package/organisms/textarea-section/index.d.ts +1 -0
  618. package/organisms/textarea-section/index.d.ts.map +1 -0
  619. package/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.d.ts +1 -0
  620. package/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.d.ts.map +1 -0
  621. package/organisms/textarea-section/textarea-section.module.d.ts +2 -2
  622. package/organisms/textarea-section/textarea-section.module.d.ts.map +1 -0
  623. package/organisms/textarea-section/textarea-section.organism.d.ts +1 -0
  624. package/organisms/textarea-section/textarea-section.organism.d.ts.map +1 -0
  625. package/organisms/top-navigator/index.d.ts +1 -0
  626. package/organisms/top-navigator/index.d.ts.map +1 -0
  627. package/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.d.ts +1 -0
  628. package/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.d.ts.map +1 -0
  629. package/organisms/top-navigator/top-navigator.module.d.ts +7 -8
  630. package/organisms/top-navigator/top-navigator.module.d.ts.map +1 -0
  631. package/organisms/top-navigator/top-navigator.organism.d.ts +1 -0
  632. package/organisms/top-navigator/top-navigator.organism.d.ts.map +1 -0
  633. package/package.json +21 -17
  634. package/pages/_index/index.d.ts +1 -0
  635. package/pages/_index/index.d.ts.map +1 -0
  636. package/pages/_index/index.module.d.ts +5 -6
  637. package/pages/_index/index.module.d.ts.map +1 -0
  638. package/pages/_index/index.page.d.ts +1 -0
  639. package/pages/_index/index.page.d.ts.map +1 -0
  640. package/pages/_index/ng-atomic-components-pages-_index.d.ts +1 -0
  641. package/pages/_index/ng-atomic-components-pages-_index.d.ts.map +1 -0
  642. package/pages/blank/blank.module.d.ts +5 -6
  643. package/pages/blank/blank.module.d.ts.map +1 -0
  644. package/pages/blank/blank.page.d.ts +1 -0
  645. package/pages/blank/blank.page.d.ts.map +1 -0
  646. package/pages/blank/blank.route.d.ts +1 -0
  647. package/pages/blank/blank.route.d.ts.map +1 -0
  648. package/pages/blank/index.d.ts +1 -0
  649. package/pages/blank/index.d.ts.map +1 -0
  650. package/pages/blank/ng-atomic-components-pages-blank.d.ts +1 -0
  651. package/pages/blank/ng-atomic-components-pages-blank.d.ts.map +1 -0
  652. package/templates/entrance/entrance.module.d.ts +2 -2
  653. package/templates/entrance/entrance.module.d.ts.map +1 -0
  654. package/templates/entrance/entrance.template.d.ts +1 -0
  655. package/templates/entrance/entrance.template.d.ts.map +1 -0
  656. package/templates/entrance/index.d.ts +1 -0
  657. package/templates/entrance/index.d.ts.map +1 -0
  658. package/templates/entrance/ng-atomic-components-templates-entrance.d.ts +1 -0
  659. package/templates/entrance/ng-atomic-components-templates-entrance.d.ts.map +1 -0
  660. package/templates/loading/index.d.ts +1 -0
  661. package/templates/loading/index.d.ts.map +1 -0
  662. package/templates/loading/loading.module.d.ts +5 -6
  663. package/templates/loading/loading.module.d.ts.map +1 -0
  664. package/templates/loading/loading.template.d.ts +1 -0
  665. package/templates/loading/loading.template.d.ts.map +1 -0
  666. package/templates/loading/ng-atomic-components-templates-loading.d.ts +1 -0
  667. package/templates/loading/ng-atomic-components-templates-loading.d.ts.map +1 -0
  668. package/templates/menu/index.d.ts +1 -0
  669. package/templates/menu/index.d.ts.map +1 -0
  670. package/templates/menu/menu.module.d.ts +5 -6
  671. package/templates/menu/menu.module.d.ts.map +1 -0
  672. package/templates/menu/menu.template.d.ts +1 -0
  673. package/templates/menu/menu.template.d.ts.map +1 -0
  674. package/templates/menu/ng-atomic-components-templates-menu.d.ts +1 -0
  675. package/templates/menu/ng-atomic-components-templates-menu.d.ts.map +1 -0
  676. package/templates/smart-crud/index.d.ts +1 -0
  677. package/templates/smart-crud/index.d.ts.map +1 -0
  678. package/templates/smart-crud/ng-atomic-components-templates-smart-crud.d.ts +1 -0
  679. package/templates/smart-crud/ng-atomic-components-templates-smart-crud.d.ts.map +1 -0
  680. package/templates/smart-crud/smart-crud.module.d.ts +7 -7
  681. package/templates/smart-crud/smart-crud.module.d.ts.map +1 -0
  682. package/templates/smart-crud/smart-crud.template.d.ts +1 -0
  683. package/templates/smart-crud/smart-crud.template.d.ts.map +1 -0
  684. package/templates/smart-index/index.d.ts +1 -0
  685. package/templates/smart-index/index.d.ts.map +1 -0
  686. package/templates/smart-index/ng-atomic-components-templates-smart-index.d.ts +1 -0
  687. package/templates/smart-index/ng-atomic-components-templates-smart-index.d.ts.map +1 -0
  688. package/templates/smart-index/smart-index.module.d.ts +2 -2
  689. package/templates/smart-index/smart-index.module.d.ts.map +1 -0
  690. package/templates/smart-index/smart-index.template.d.ts +1 -0
  691. package/templates/smart-index/smart-index.template.d.ts.map +1 -0
  692. package/README.md +0 -7
  693. package/atoms/chips-input/chips.manager.d.ts +0 -11
  694. package/esm2020/atoms/chips-input/chips.manager.mjs +0 -32
@@ -1,17 +1,72 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { EventEmitter, Component, ViewEncapsulation, ChangeDetectionStrategy, Input, Output, NgModule } from '@angular/core';
3
- import * as i3 from '@angular/common';
3
+ import * as i2 from '@angular/common';
4
4
  import { CommonModule } from '@angular/common';
5
- import * as i2 from '@angular/material/table';
5
+ import * as i1 from '@angular/material/table';
6
6
  import { MatTextColumn, MatTableModule } from '@angular/material/table';
7
- import * as i1 from '@angular/material/icon';
7
+ import * as i3 from '@angular/material/icon';
8
8
  import { MatIconModule } from '@angular/material/icon';
9
- import * as i4 from '@ng-atomic/common/pipes';
10
- import { SmartExpModule } from '@ng-atomic/common/pipes';
11
- import { ElementsModule } from '@ng-atomic/elements';
9
+ import * as i4 from '@ng-atomic/common/pipes/smart-exp';
10
+ import { SmartExpModule } from '@ng-atomic/common/pipes/smart-exp';
12
11
  import { toObject } from '@ng-atomic/common/utils';
13
12
  import { flatten } from 'flat';
14
13
 
14
+ function SmartColumnMolecule_th_1_mat_icon_5_Template(rf, ctx) {
15
+ if (rf & 1) {
16
+ i0.ɵɵelementStart(0, "mat-icon", 7);
17
+ i0.ɵɵtext(1, "south");
18
+ i0.ɵɵelementEnd();
19
+ }
20
+ }
21
+ function SmartColumnMolecule_th_1_mat_icon_6_Template(rf, ctx) {
22
+ if (rf & 1) {
23
+ i0.ɵɵelementStart(0, "mat-icon", 7);
24
+ i0.ɵɵtext(1, "north");
25
+ i0.ɵɵelementEnd();
26
+ }
27
+ }
28
+ function SmartColumnMolecule_th_1_Template(rf, ctx) {
29
+ if (rf & 1) {
30
+ const _r5 = i0.ɵɵgetCurrentView();
31
+ i0.ɵɵelementStart(0, "th", 3);
32
+ i0.ɵɵlistener("click", function SmartColumnMolecule_th_1_Template_th_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r4 = i0.ɵɵnextContext(); return ctx_r4.headerClick.emit(); });
33
+ i0.ɵɵelementStart(1, "p", 4)(2, "span");
34
+ i0.ɵɵtext(3);
35
+ i0.ɵɵelementEnd();
36
+ i0.ɵɵelementContainerStart(4, 5);
37
+ i0.ɵɵtemplate(5, SmartColumnMolecule_th_1_mat_icon_5_Template, 2, 0, "mat-icon", 6);
38
+ i0.ɵɵtemplate(6, SmartColumnMolecule_th_1_mat_icon_6_Template, 2, 0, "mat-icon", 6);
39
+ i0.ɵɵelementContainerEnd();
40
+ i0.ɵɵelementEnd()();
41
+ }
42
+ if (rf & 2) {
43
+ const ctx_r0 = i0.ɵɵnextContext();
44
+ i0.ɵɵstyleProp("text-align", ctx_r0.justify);
45
+ i0.ɵɵadvance(3);
46
+ i0.ɵɵtextInterpolate(ctx_r0.headerText);
47
+ i0.ɵɵadvance(1);
48
+ i0.ɵɵproperty("ngSwitch", ctx_r0.sort);
49
+ i0.ɵɵadvance(1);
50
+ i0.ɵɵproperty("ngSwitchCase", "asc");
51
+ i0.ɵɵadvance(1);
52
+ i0.ɵɵproperty("ngSwitchCase", "desc");
53
+ }
54
+ }
55
+ function SmartColumnMolecule_td_2_Template(rf, ctx) {
56
+ if (rf & 1) {
57
+ i0.ɵɵelementStart(0, "td", 8)(1, "p", 9);
58
+ i0.ɵɵtext(2);
59
+ i0.ɵɵpipe(3, "smartExp");
60
+ i0.ɵɵelementEnd()();
61
+ }
62
+ if (rf & 2) {
63
+ const data_r6 = ctx.$implicit;
64
+ const ctx_r1 = i0.ɵɵnextContext();
65
+ i0.ɵɵstyleProp("text-align", ctx_r1.justify);
66
+ i0.ɵɵadvance(2);
67
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(3, 3, ctx_r1.dataAccessor(data_r6, ctx_r1.name), ctx_r1.name));
68
+ }
69
+ }
15
70
  class SmartColumnMolecule extends MatTextColumn {
16
71
  constructor() {
17
72
  super(...arguments);
@@ -23,27 +78,31 @@ class SmartColumnMolecule extends MatTextColumn {
23
78
  this.headerClick = new EventEmitter();
24
79
  }
25
80
  }
26
- SmartColumnMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnMolecule, deps: null, target: i0.ɵɵFactoryTarget.Component });
27
- SmartColumnMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SmartColumnMolecule, selector: "molecules-smart-column", inputs: { sort: "sort" }, outputs: { headerClick: "headerClick" }, usesInheritance: true, ngImport: i0, template: "<ng-container matColumnDef>\n <th\n mat-header-cell\n *matHeaderCellDef\n [style.text-align]=\"justify\"\n (click)=\"headerClick.emit()\"\n >\n <p class=\"nowrap\" style=\"display: flex; align-items: center;\">\n <span>{{headerText}}</span>\n <ng-container [ngSwitch]=\"sort\">\n <mat-icon class=\"order\" *ngSwitchCase=\"'asc'\">south</mat-icon>\n <mat-icon class=\"order\" *ngSwitchCase=\"'desc'\">north</mat-icon>\n </ng-container>\n </p>\n </th>\n <td mat-cell *matCellDef=\"let data\" [style.text-align]=\"justify\">\n <p class=\"nowrap\">{{dataAccessor(data, name) | smartExp:name}}</p>\n </td>\n</ng-container>", styles: ["th[mat-header-cell],td[mat-cell]{cursor:pointer}th[mat-header-cell] mat-icon.order,td[mat-cell] mat-icon.order{width:12px;height:12px;font-size:12px}th[mat-header-cell] .nowrap,td[mat-cell] .nowrap{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"], components: [{ type: i1.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }], directives: [{ type: i2.MatColumnDef, selector: "[matColumnDef]", inputs: ["sticky", "matColumnDef"] }, { type: i2.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { type: i2.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i2.MatCellDef, selector: "[matCellDef]" }, { type: i2.MatCell, selector: "mat-cell, td[mat-cell]" }], pipes: { "smartExp": i4.SmartExpPipe }, changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnMolecule, decorators: [{
81
+ SmartColumnMolecule.ɵfac = /*@__PURE__*/ function () { let ɵSmartColumnMolecule_BaseFactory; return function SmartColumnMolecule_Factory(t) { return (ɵSmartColumnMolecule_BaseFactory || (ɵSmartColumnMolecule_BaseFactory = i0.ɵɵgetInheritedFactory(SmartColumnMolecule)))(t || SmartColumnMolecule); }; }();
82
+ SmartColumnMolecule.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SmartColumnMolecule, selectors: [["molecules-smart-column"]], inputs: { sort: "sort" }, outputs: { headerClick: "headerClick" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 0, consts: [["matColumnDef", ""], ["mat-header-cell", "", 3, "text-align", "click", 4, "matHeaderCellDef"], ["mat-cell", "", 3, "text-align", 4, "matCellDef"], ["mat-header-cell", "", 3, "click"], [1, "nowrap", 2, "display", "flex", "align-items", "center"], [3, "ngSwitch"], ["class", "order", 4, "ngSwitchCase"], [1, "order"], ["mat-cell", ""], [1, "nowrap"]], template: function SmartColumnMolecule_Template(rf, ctx) {
83
+ if (rf & 1) {
84
+ i0.ɵɵelementContainerStart(0, 0);
85
+ i0.ɵɵtemplate(1, SmartColumnMolecule_th_1_Template, 7, 6, "th", 1);
86
+ i0.ɵɵtemplate(2, SmartColumnMolecule_td_2_Template, 4, 6, "td", 2);
87
+ i0.ɵɵelementContainerEnd();
88
+ }
89
+ }, directives: [i1.MatColumnDef, i1.MatHeaderCellDef, i1.MatHeaderCell, i2.NgSwitch, i2.NgSwitchCase, i3.MatIcon, i1.MatCellDef, i1.MatCell], pipes: [i4.SmartExpPipe], styles: ["th[mat-header-cell],td[mat-cell]{cursor:pointer}th[mat-header-cell] mat-icon.order,td[mat-cell] mat-icon.order{width:12px;height:12px;font-size:12px}th[mat-header-cell] .nowrap,td[mat-cell] .nowrap{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"], encapsulation: 2 });
90
+ (function () {
91
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartColumnMolecule, [{
29
92
  type: Component,
30
93
  args: [{ selector: 'molecules-smart-column', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.Default, template: "<ng-container matColumnDef>\n <th\n mat-header-cell\n *matHeaderCellDef\n [style.text-align]=\"justify\"\n (click)=\"headerClick.emit()\"\n >\n <p class=\"nowrap\" style=\"display: flex; align-items: center;\">\n <span>{{headerText}}</span>\n <ng-container [ngSwitch]=\"sort\">\n <mat-icon class=\"order\" *ngSwitchCase=\"'asc'\">south</mat-icon>\n <mat-icon class=\"order\" *ngSwitchCase=\"'desc'\">north</mat-icon>\n </ng-container>\n </p>\n </th>\n <td mat-cell *matCellDef=\"let data\" [style.text-align]=\"justify\">\n <p class=\"nowrap\">{{dataAccessor(data, name) | smartExp:name}}</p>\n </td>\n</ng-container>", styles: ["th[mat-header-cell],td[mat-cell]{cursor:pointer}th[mat-header-cell] mat-icon.order,td[mat-cell] mat-icon.order{width:12px;height:12px;font-size:12px}th[mat-header-cell] .nowrap,td[mat-cell] .nowrap{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}\n"] }]
31
- }], propDecorators: { sort: [{
94
+ }], null, { sort: [{
32
95
  type: Input
33
96
  }], headerClick: [{
34
97
  type: Output
35
- }] } });
98
+ }] });
99
+ })();
36
100
 
37
- class SmartColumnModule extends ElementsModule {
101
+ class SmartColumnModule {
38
102
  }
39
- SmartColumnModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnModule, deps: null, target: i0.ɵɵFactoryTarget.NgModule });
40
- SmartColumnModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnModule, declarations: [SmartColumnMolecule], imports: [CommonModule,
41
- // Pipes
42
- SmartExpModule,
43
- // Materials
44
- MatIconModule,
45
- MatTableModule], exports: [SmartColumnMolecule] });
46
- SmartColumnModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnModule, imports: [[
103
+ SmartColumnModule.ɵfac = function SmartColumnModule_Factory(t) { return new (t || SmartColumnModule)(); };
104
+ SmartColumnModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SmartColumnModule, bootstrap: [SmartColumnMolecule] });
105
+ SmartColumnModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
47
106
  CommonModule,
48
107
  // Pipes
49
108
  SmartExpModule,
@@ -51,7 +110,8 @@ SmartColumnModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versi
51
110
  MatIconModule,
52
111
  MatTableModule,
53
112
  ]] });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnModule, decorators: [{
113
+ (function () {
114
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartColumnModule, [{
55
115
  type: NgModule,
56
116
  args: [{
57
117
  declarations: [
@@ -65,11 +125,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
65
125
  MatIconModule,
66
126
  MatTableModule,
67
127
  ],
68
- exports: [
69
- SmartColumnMolecule
70
- ]
128
+ exports: [SmartColumnMolecule],
129
+ bootstrap: [SmartColumnMolecule],
71
130
  }]
72
- }] });
131
+ }], null, null);
132
+ })();
133
+ (function () {
134
+ (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SmartColumnModule, { declarations: [SmartColumnMolecule], imports: [CommonModule,
135
+ // Pipes
136
+ SmartExpModule,
137
+ // Materials
138
+ MatIconModule,
139
+ MatTableModule], exports: [SmartColumnMolecule] });
140
+ })();
73
141
 
74
142
  /**
75
143
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-smart-column.mjs","sources":["../../../../libs/components/molecules/smart-column/smart-column.molecule.ts","../../../../libs/components/molecules/smart-column/smart-column.molecule.html","../../../../libs/components/molecules/smart-column/smart-column.module.ts","../../../../libs/components/molecules/smart-column/ng-atomic-components-molecules-smart-column.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Input, Output, EventEmitter, Component, ViewEncapsulation } from '@angular/core';\nimport { MatTextColumn } from '@angular/material/table';\n// TODO(nontangent): 依存を引き剥がす\nimport { toObject } from '@ng-atomic/common/utils';\nimport { flatten } from 'flat';\n\n@Component({\n selector: 'molecules-smart-column',\n templateUrl: './smart-column.molecule.html',\n styleUrls: ['./smart-column.molecule.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.Default,\n})\nexport class SmartColumnMolecule<T> extends MatTextColumn<T> {\n dataAccessor = (data: any, name: string): string => {\n return name.includes('.') ? flatten(toObject(data))?.[name] : data?.[name];\n }\n \n @Input()\n sort: 'asc' | 'desc' | 'none' = 'none';\n\n @Output()\n headerClick = new EventEmitter<void>();\n\n}\n","<ng-container matColumnDef>\n <th\n mat-header-cell\n *matHeaderCellDef\n [style.text-align]=\"justify\"\n (click)=\"headerClick.emit()\"\n >\n <p class=\"nowrap\" style=\"display: flex; align-items: center;\">\n <span>{{headerText}}</span>\n <ng-container [ngSwitch]=\"sort\">\n <mat-icon class=\"order\" *ngSwitchCase=\"'asc'\">south</mat-icon>\n <mat-icon class=\"order\" *ngSwitchCase=\"'desc'\">north</mat-icon>\n </ng-container>\n </p>\n </th>\n <td mat-cell *matCellDef=\"let data\" [style.text-align]=\"justify\">\n <p class=\"nowrap\">{{dataAccessor(data, name) | smartExp:name}}</p>\n </td>\n</ng-container>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatIconModule } from '@angular/material/icon';\nimport { SmartExpModule } from '@ng-atomic/common/pipes';\nimport { ElementsModule } from '@ng-atomic/elements';\n\nimport { SmartColumnMolecule } from './smart-column.molecule';\n\n@NgModule({\n declarations: [\n SmartColumnMolecule,\n ],\n imports: [\n CommonModule,\n // Pipes\n SmartExpModule,\n // Materials\n MatIconModule,\n MatTableModule,\n ],\n exports: [\n SmartColumnMolecule\n ]\n})\nexport class SmartColumnModule extends ElementsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-smart-column.mjs","sources":["../../../../libs/components/src/molecules/smart-column/smart-column.molecule.html","../../../../libs/components/src/molecules/smart-column/smart-column.molecule.ts","../../../../libs/components/src/molecules/smart-column/smart-column.module.ts","../../../../libs/components/src/molecules/smart-column/ng-atomic-components-molecules-smart-column.ts"],"sourcesContent":["<ng-container matColumnDef>\n <th\n mat-header-cell\n *matHeaderCellDef\n [style.text-align]=\"justify\"\n (click)=\"headerClick.emit()\"\n >\n <p class=\"nowrap\" style=\"display: flex; align-items: center;\">\n <span>{{headerText}}</span>\n <ng-container [ngSwitch]=\"sort\">\n <mat-icon class=\"order\" *ngSwitchCase=\"'asc'\">south</mat-icon>\n <mat-icon class=\"order\" *ngSwitchCase=\"'desc'\">north</mat-icon>\n </ng-container>\n </p>\n </th>\n <td mat-cell *matCellDef=\"let data\" [style.text-align]=\"justify\">\n <p class=\"nowrap\">{{dataAccessor(data, name) | smartExp:name}}</p>\n </td>\n</ng-container>","import { ChangeDetectionStrategy, Input, Output, EventEmitter, Component, ViewEncapsulation } from '@angular/core';\nimport { MatTextColumn } from '@angular/material/table';\n// TODO(nontangent): 依存を引き剥がす\nimport { toObject } from '@ng-atomic/common/utils';\nimport { flatten } from 'flat';\n\n@Component({\n selector: 'molecules-smart-column',\n templateUrl: './smart-column.molecule.html',\n styleUrls: ['./smart-column.molecule.scss'],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.Default,\n})\nexport class SmartColumnMolecule<T> extends MatTextColumn<T> {\n override dataAccessor = (data: any, name: string): string => {\n return name.includes('.') ? flatten<object, any>(toObject(data))?.[name] : data?.[name];\n }\n \n @Input()\n sort: 'asc' | 'desc' | 'none' = 'none';\n\n @Output()\n headerClick = new EventEmitter<void>();\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatIconModule } from '@angular/material/icon';\nimport { SmartExpModule } from '@ng-atomic/common/pipes/smart-exp';\nimport { SmartColumnMolecule } from './smart-column.molecule';\n\n\n@NgModule({\n declarations: [\n SmartColumnMolecule,\n ],\n imports: [\n CommonModule,\n // Pipes\n SmartExpModule,\n // Materials\n MatIconModule,\n MatTableModule,\n ],\n exports: [SmartColumnMolecule],\n bootstrap: [SmartColumnMolecule],\n})\nexport class SmartColumnModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -8,8 +8,19 @@ import * as i3 from '@angular/forms';
8
8
  import { ReactiveFormsModule } from '@angular/forms';
9
9
  import * as i4 from '@angular/common';
10
10
  import { CommonModule } from '@angular/common';
11
- import { ElementsModule } from '@ng-atomic/elements';
12
11
 
12
+ function TextInputFieldMolecule_mat_hint_4_Template(rf, ctx) {
13
+ if (rf & 1) {
14
+ i0.ɵɵelementStart(0, "mat-hint");
15
+ i0.ɵɵtext(1);
16
+ i0.ɵɵelementEnd();
17
+ }
18
+ if (rf & 2) {
19
+ const ctx_r0 = i0.ɵɵnextContext();
20
+ i0.ɵɵadvance(1);
21
+ i0.ɵɵtextInterpolate(ctx_r0.hint);
22
+ }
23
+ }
13
24
  class TextInputFieldMolecule {
14
25
  constructor() {
15
26
  this.type = 'text';
@@ -18,12 +29,30 @@ class TextInputFieldMolecule {
18
29
  this.placeholder = 'placeholder';
19
30
  }
20
31
  }
21
- TextInputFieldMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
- TextInputFieldMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TextInputFieldMolecule, selector: "molecules-text-input-field", inputs: { type: "type", name: "name", label: "label", control: "control", 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 [name]=\"name\" [type]=\"type\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:block;width:100%}:host mat-form-field{width:100%}\n"], components: [{ type: i1.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }], directives: [{ type: i1.MatLabel, selector: "mat-label" }, { type: i2.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"] }, { type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.MatHint, selector: "mat-hint", inputs: ["align", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldMolecule, decorators: [{
32
+ TextInputFieldMolecule.ɵfac = function TextInputFieldMolecule_Factory(t) { return new (t || TextInputFieldMolecule)(); };
33
+ TextInputFieldMolecule.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TextInputFieldMolecule, selectors: [["molecules-text-input-field"]], hostAttrs: [1, "molecule", "field"], inputs: { type: "type", name: "name", label: "label", control: "control", placeholder: "placeholder", hint: "hint" }, decls: 5, vars: 6, consts: [["appearance", "outline"], ["matInput", "", 3, "name", "type", "formControl", "placeholder"], [4, "ngIf"]], template: function TextInputFieldMolecule_Template(rf, ctx) {
34
+ if (rf & 1) {
35
+ i0.ɵɵelementStart(0, "mat-form-field", 0)(1, "mat-label");
36
+ i0.ɵɵtext(2);
37
+ i0.ɵɵelementEnd();
38
+ i0.ɵɵelement(3, "input", 1);
39
+ i0.ɵɵtemplate(4, TextInputFieldMolecule_mat_hint_4_Template, 2, 1, "mat-hint", 2);
40
+ i0.ɵɵelementEnd();
41
+ }
42
+ if (rf & 2) {
43
+ i0.ɵɵadvance(2);
44
+ i0.ɵɵtextInterpolate(ctx.label);
45
+ i0.ɵɵadvance(1);
46
+ i0.ɵɵproperty("name", ctx.name)("type", ctx.type)("formControl", ctx.control)("placeholder", ctx.placeholder);
47
+ i0.ɵɵadvance(1);
48
+ i0.ɵɵproperty("ngIf", ctx.hint);
49
+ }
50
+ }, directives: [i1.MatFormField, i1.MatLabel, i2.MatInput, i3.DefaultValueAccessor, i3.NgControlStatus, i3.FormControlDirective, i4.NgIf, i1.MatHint], styles: ["[_nghost-%COMP%]{display:block;width:100%}[_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
51
+ (function () {
52
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputFieldMolecule, [{
24
53
  type: Component,
25
54
  args: [{ selector: 'molecules-text-input-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [name]=\"name\" [type]=\"type\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
26
- }], propDecorators: { type: [{
55
+ }], null, { type: [{
27
56
  type: Input
28
57
  }], name: [{
29
58
  type: Input
@@ -35,24 +64,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
35
64
  type: Input
36
65
  }], hint: [{
37
66
  type: Input
38
- }] } });
67
+ }] });
68
+ })();
39
69
 
40
- class TextInputFieldModule extends ElementsModule {
70
+ class TextInputFieldModule {
41
71
  }
42
- TextInputFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldModule, deps: null, target: i0.ɵɵFactoryTarget.NgModule });
43
- TextInputFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldModule, declarations: [TextInputFieldMolecule], imports: [CommonModule,
44
- ReactiveFormsModule,
45
- // Materials
46
- // MatFormFieldModule,
47
- MatInputModule], exports: [TextInputFieldMolecule] });
48
- TextInputFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldModule, imports: [[
72
+ TextInputFieldModule.ɵfac = function TextInputFieldModule_Factory(t) { return new (t || TextInputFieldModule)(); };
73
+ TextInputFieldModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextInputFieldModule, bootstrap: [TextInputFieldMolecule] });
74
+ TextInputFieldModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
49
75
  CommonModule,
50
76
  ReactiveFormsModule,
51
77
  // Materials
52
78
  // MatFormFieldModule,
53
79
  MatInputModule,
54
80
  ]] });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldModule, decorators: [{
81
+ (function () {
82
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputFieldModule, [{
56
83
  type: NgModule,
57
84
  args: [{
58
85
  declarations: [TextInputFieldMolecule],
@@ -63,9 +90,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
63
90
  // MatFormFieldModule,
64
91
  MatInputModule,
65
92
  ],
66
- exports: [TextInputFieldMolecule]
93
+ exports: [TextInputFieldMolecule],
94
+ bootstrap: [TextInputFieldMolecule],
67
95
  }]
68
- }] });
96
+ }], null, null);
97
+ })();
98
+ (function () {
99
+ (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextInputFieldModule, { declarations: [TextInputFieldMolecule], imports: [CommonModule,
100
+ ReactiveFormsModule,
101
+ // Materials
102
+ // MatFormFieldModule,
103
+ MatInputModule], exports: [TextInputFieldMolecule] });
104
+ })();
69
105
 
70
106
  /**
71
107
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-text-input-field.mjs","sources":["../../../../libs/components/molecules/text-input-field/text-input-field.molecule.ts","../../../../libs/components/molecules/text-input-field/text-input-field.molecule.html","../../../../libs/components/molecules/text-input-field/text-input-field.module.ts","../../../../libs/components/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { FormControl } from '@ngneat/reactive-forms';\n\n@Component({\n selector: 'molecules-text-input-field',\n templateUrl: './text-input-field.molecule.html',\n styleUrls: ['./text-input-field.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'molecule field'},\n})\nexport class TextInputFieldMolecule {\n\n @Input()\n type: 'text' | 'number' | 'password' = 'text';\n\n @Input()\n name?: string;\n\n @Input()\n label = 'label';\n\n @Input()\n control = new FormControl<string | number>();\n\n @Input()\n placeholder = 'placeholder';\n\n @Input()\n hint?: string;\n\n}\n","<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [name]=\"name\" [type]=\"type\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\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';\n// import { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\nimport { ElementsModule } from '@ng-atomic/elements';\n\nimport { TextInputFieldMolecule } from './text-input-field.molecule';\n\n\n\n@NgModule({\n declarations: [TextInputFieldMolecule],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n // Materials\n // MatFormFieldModule,\n MatInputModule,\n ],\n exports: [TextInputFieldMolecule]\n})\nexport class TextInputFieldModule extends ElementsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-text-input-field.mjs","sources":["../../../../libs/components/src/molecules/text-input-field/text-input-field.molecule.html","../../../../libs/components/src/molecules/text-input-field/text-input-field.molecule.ts","../../../../libs/components/src/molecules/text-input-field/text-input-field.module.ts","../../../../libs/components/src/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.ts"],"sourcesContent":["<mat-form-field appearance=\"outline\">\n <mat-label>{{ label }}</mat-label>\n <input matInput [name]=\"name\" [type]=\"type\" [formControl]=\"control\" [placeholder]=\"placeholder\">\n <!-- <mat-icon matSuffix>sentiment_very_satisfied</mat-icon> -->\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { FormControl } from '@ngneat/reactive-forms';\n\n@Component({\n selector: 'molecules-text-input-field',\n templateUrl: './text-input-field.molecule.html',\n styleUrls: ['./text-input-field.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'molecule field'},\n})\nexport class TextInputFieldMolecule {\n\n @Input()\n type: 'text' | 'number' | 'password' = 'text';\n\n @Input()\n name?: string;\n\n @Input()\n label = 'label';\n\n @Input()\n control = new FormControl<string | number>();\n\n @Input()\n placeholder = 'placeholder';\n\n @Input()\n hint?: string;\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ReactiveFormsModule } from '@angular/forms';\n// import { MatFormFieldModule } from '@angular/material/form-field';\nimport { MatInputModule } from '@angular/material/input';\n\nimport { TextInputFieldMolecule } from './text-input-field.molecule';\n\n\n\n@NgModule({\n declarations: [TextInputFieldMolecule],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n // Materials\n // MatFormFieldModule,\n MatInputModule,\n ],\n exports: [TextInputFieldMolecule],\n bootstrap: [TextInputFieldMolecule],\n})\nexport class TextInputFieldModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -5,39 +5,68 @@ import * as i2 from '@angular/material/input';
5
5
  import { MatInputModule } from '@angular/material/input';
6
6
  import * as i3 from '@angular/common';
7
7
  import { CommonModule } from '@angular/common';
8
- import { ElementsModule } from '@ng-atomic/elements';
9
8
 
9
+ function TextareaFieldMolecule_mat_hint_4_Template(rf, ctx) {
10
+ if (rf & 1) {
11
+ i0.ɵɵelementStart(0, "mat-hint");
12
+ i0.ɵɵtext(1);
13
+ i0.ɵɵelementEnd();
14
+ }
15
+ if (rf & 2) {
16
+ const ctx_r0 = i0.ɵɵnextContext();
17
+ i0.ɵɵadvance(1);
18
+ i0.ɵɵtextInterpolate(ctx_r0.hint);
19
+ }
20
+ }
10
21
  class TextareaFieldMolecule {
11
22
  constructor() {
12
23
  this.label = 'label';
13
24
  this.placeholder = 'placeholder';
14
25
  }
15
26
  }
16
- TextareaFieldMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- TextareaFieldMolecule.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TextareaFieldMolecule, selector: "molecules-textarea-field", inputs: { label: "label", hint: "hint", placeholder: "placeholder" }, host: { classAttribute: "molecule field" }, ngImport: i0, template: "<mat-form-field class=\"example-full-width\">\n <mat-label>{{ label }}</mat-label>\n <textarea matInput [placeholder]=\"placeholder\" rows=\"10\"></textarea>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:block;width:100%}:host mat-form-field{width:100%}\n"], components: [{ type: i1.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }], directives: [{ type: i1.MatLabel, selector: "mat-label" }, { type: i2.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"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.MatHint, selector: "mat-hint", inputs: ["align", "id"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldMolecule, decorators: [{
27
+ TextareaFieldMolecule.ɵfac = function TextareaFieldMolecule_Factory(t) { return new (t || TextareaFieldMolecule)(); };
28
+ TextareaFieldMolecule.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TextareaFieldMolecule, selectors: [["molecules-textarea-field"]], hostAttrs: [1, "molecule", "field"], inputs: { label: "label", hint: "hint", placeholder: "placeholder" }, decls: 5, vars: 3, consts: [[1, "example-full-width"], ["matInput", "", "rows", "10", 3, "placeholder"], [4, "ngIf"]], template: function TextareaFieldMolecule_Template(rf, ctx) {
29
+ if (rf & 1) {
30
+ i0.ɵɵelementStart(0, "mat-form-field", 0)(1, "mat-label");
31
+ i0.ɵɵtext(2);
32
+ i0.ɵɵelementEnd();
33
+ i0.ɵɵelement(3, "textarea", 1);
34
+ i0.ɵɵtemplate(4, TextareaFieldMolecule_mat_hint_4_Template, 2, 1, "mat-hint", 2);
35
+ i0.ɵɵelementEnd();
36
+ }
37
+ if (rf & 2) {
38
+ i0.ɵɵadvance(2);
39
+ i0.ɵɵtextInterpolate(ctx.label);
40
+ i0.ɵɵadvance(1);
41
+ i0.ɵɵproperty("placeholder", ctx.placeholder);
42
+ i0.ɵɵadvance(1);
43
+ i0.ɵɵproperty("ngIf", ctx.hint);
44
+ }
45
+ }, directives: [i1.MatFormField, i1.MatLabel, i2.MatInput, i3.NgIf, i1.MatHint], styles: ["[_nghost-%COMP%]{display:block;width:100%}[_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
46
+ (function () {
47
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaFieldMolecule, [{
19
48
  type: Component,
20
49
  args: [{ selector: 'molecules-textarea-field', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'molecule field' }, template: "<mat-form-field class=\"example-full-width\">\n <mat-label>{{ label }}</mat-label>\n <textarea matInput [placeholder]=\"placeholder\" rows=\"10\"></textarea>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>", styles: [":host{display:block;width:100%}:host mat-form-field{width:100%}\n"] }]
21
- }], propDecorators: { label: [{
50
+ }], null, { label: [{
22
51
  type: Input
23
52
  }], hint: [{
24
53
  type: Input
25
54
  }], placeholder: [{
26
55
  type: Input
27
- }] } });
56
+ }] });
57
+ })();
28
58
 
29
- class TextareaFieldModule extends ElementsModule {
59
+ class TextareaFieldModule {
30
60
  }
31
- TextareaFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldModule, deps: null, target: i0.ɵɵFactoryTarget.NgModule });
32
- TextareaFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldModule, declarations: [TextareaFieldMolecule], imports: [CommonModule,
33
- // Material
34
- MatInputModule], exports: [TextareaFieldMolecule] });
35
- TextareaFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldModule, imports: [[
61
+ TextareaFieldModule.ɵfac = function TextareaFieldModule_Factory(t) { return new (t || TextareaFieldModule)(); };
62
+ TextareaFieldModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextareaFieldModule, bootstrap: [TextareaFieldMolecule] });
63
+ TextareaFieldModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
36
64
  CommonModule,
37
65
  // Material
38
66
  MatInputModule,
39
67
  ]] });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldModule, decorators: [{
68
+ (function () {
69
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaFieldModule, [{
41
70
  type: NgModule,
42
71
  args: [{
43
72
  declarations: [TextareaFieldMolecule],
@@ -46,9 +75,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
46
75
  // Material
47
76
  MatInputModule,
48
77
  ],
49
- exports: [TextareaFieldMolecule]
78
+ exports: [TextareaFieldMolecule],
79
+ bootstrap: [TextareaFieldMolecule],
50
80
  }]
51
- }] });
81
+ }], null, null);
82
+ })();
83
+ (function () {
84
+ (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextareaFieldModule, { declarations: [TextareaFieldMolecule], imports: [CommonModule,
85
+ // Material
86
+ MatInputModule], exports: [TextareaFieldMolecule] });
87
+ })();
52
88
 
53
89
  /**
54
90
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-molecules-textarea-field.mjs","sources":["../../../../libs/components/molecules/textarea-field/textarea-field.molecule.ts","../../../../libs/components/molecules/textarea-field/textarea-field.molecule.html","../../../../libs/components/molecules/textarea-field/textarea-field.module.ts","../../../../libs/components/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'molecules-textarea-field',\n templateUrl: './textarea-field.molecule.html',\n styleUrls: ['./textarea-field.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'molecule field'},\n})\nexport class TextareaFieldMolecule {\n\n @Input()\n label = 'label';\n\n @Input()\n hint?: string;\n\n @Input()\n placeholder = 'placeholder';\n\n}\n","<mat-form-field class=\"example-full-width\">\n <mat-label>{{ label }}</mat-label>\n <textarea matInput [placeholder]=\"placeholder\" rows=\"10\"></textarea>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatInputModule } from '@angular/material/input';\nimport { ElementsModule } from '@ng-atomic/elements';\n\nimport { TextareaFieldMolecule } from './textarea-field.molecule';\n\n\n@NgModule({\n declarations: [TextareaFieldMolecule],\n imports: [\n CommonModule,\n // Material\n MatInputModule,\n ],\n exports: [TextareaFieldMolecule]\n})\nexport class TextareaFieldModule extends ElementsModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-components-molecules-textarea-field.mjs","sources":["../../../../libs/components/src/molecules/textarea-field/textarea-field.molecule.html","../../../../libs/components/src/molecules/textarea-field/textarea-field.molecule.ts","../../../../libs/components/src/molecules/textarea-field/textarea-field.module.ts","../../../../libs/components/src/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.ts"],"sourcesContent":["<mat-form-field class=\"example-full-width\">\n <mat-label>{{ label }}</mat-label>\n <textarea matInput [placeholder]=\"placeholder\" rows=\"10\"></textarea>\n <mat-hint *ngIf=\"hint\">{{ hint }}</mat-hint>\n</mat-form-field>","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'molecules-textarea-field',\n templateUrl: './textarea-field.molecule.html',\n styleUrls: ['./textarea-field.molecule.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'molecule field'},\n})\nexport class TextareaFieldMolecule {\n\n @Input()\n label = 'label';\n\n @Input()\n hint?: string;\n\n @Input()\n placeholder = 'placeholder';\n\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatInputModule } from '@angular/material/input';\n\nimport { TextareaFieldMolecule } from './textarea-field.molecule';\n\n\n@NgModule({\n declarations: [TextareaFieldMolecule],\n imports: [\n CommonModule,\n // Material\n MatInputModule,\n ],\n exports: [TextareaFieldMolecule],\n bootstrap: [TextareaFieldMolecule],\n})\nexport class TextareaFieldModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;AAGE,QAAA,EAAuB,CAAA,cAAA,CAAA,CAAA,EAAA,UAAA,CAAA,CAAA;AAAA,QAAA,EAAU,CAAA,MAAA,CAAA,CAAA,CAAA,CAAA;QAAA,EAAW,CAAA,YAAA,EAAA,CAAA;;;;AAArB,QAAA,EAAU,CAAA,SAAA,CAAA,CAAA,CAAA,CAAA;AAAV,QAAA,EAAU,CAAA,iBAAA,CAAA,MAAA,CAAA,IAAA,CAAA,CAAA;;;MCMtB,qBAAqB,CAAA;AAPlC,IAAA,WAAA,GAAA;AAUE,QAAA,IAAK,CAAA,KAAA,GAAG,OAAO,CAAC;AAMhB,QAAA,IAAW,CAAA,WAAA,GAAG,aAAa,CAAC;KAE7B;;0FAXY,qBAAqB,GAAA,CAAA,EAAA,CAAA;wEAArB,qBAAqB,EAAA,SAAA,EAAA,CAAA,CAAA,0BAAA,CAAA,CAAA,EAAA,SAAA,EAAA,CAAA,CAAA,EAAA,UAAA,EAAA,OAAA,CAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,IAAA,EAAA,MAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,KAAA,EAAA,CAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,CAAA,CAAA,EAAA,oBAAA,CAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,MAAA,EAAA,IAAA,EAAA,CAAA,EAAA,aAAA,CAAA,EAAA,CAAA,CAAA,EAAA,MAAA,CAAA,CAAA,EAAA,QAAA,EAAA,SAAA,8BAAA,CAAA,EAAA,EAAA,GAAA,EAAA;QAAA,IAAA,EAAA,GAAA,CAAA,EAAA;ADTlC,YAAA,EAAA,CAAA,cAAA,CAAA,CAAA,EAAA,gBAAA,EAAA,CAAA,CAA2C,CAAA,CAAA,EAAA,WAAA,CAAA,CAAA;AAC9B,YAAA,EAAW,CAAA,MAAA,CAAA,CAAA,CAAA,CAAA;YAAA,EAAY,CAAA,YAAA,EAAA,CAAA;YAClC,EAAoE,CAAA,SAAA,CAAA,CAAA,EAAA,UAAA,EAAA,CAAA,CAAA,CAAA;AACpE,YAAA,EAA4C,CAAA,UAAA,CAAA,CAAA,EAAA,yCAAA,EAAA,CAAA,EAAA,CAAA,EAAA,UAAA,EAAA,CAAA,CAAA,CAAA;YAC9C,EAAiB,CAAA,YAAA,EAAA,CAAA;;;AAHJ,YAAA,EAAW,CAAA,SAAA,CAAA,CAAA,CAAA,CAAA;AAAX,YAAA,EAAW,CAAA,iBAAA,CAAA,GAAA,CAAA,KAAA,CAAA,CAAA;AACH,YAAA,EAA2B,CAAA,SAAA,CAAA,CAAA,CAAA,CAAA;YAA3B,EAA2B,CAAA,UAAA,CAAA,aAAA,EAAA,GAAA,CAAA,WAAA,CAAA,CAAA;AACnC,YAAA,EAAU,CAAA,SAAA,CAAA,CAAA,CAAA,CAAA;YAAV,EAAU,CAAA,UAAA,CAAA,MAAA,EAAA,GAAA,CAAA,IAAA,CAAA,CAAA;;;;4ECMV,qBAAqB,EAAA,CAAA;kBAPjC,SAAS;+BACE,0BAA0B,EAAA,eAAA,EAGnB,uBAAuB,CAAC,MAAM,QACzC,EAAC,KAAK,EAAE,gBAAgB,EAAC,EAAA,QAAA,EAAA,sOAAA,EAAA,MAAA,EAAA,CAAA,mEAAA,CAAA,EAAA,CAAA;oBAK/B,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,WAAW,EAAA,CAAA;sBADV,KAAK;;;;MCAK,mBAAmB,CAAA;;sFAAnB,mBAAmB,GAAA,CAAA,EAAA,CAAA;AAAnB,mBAAA,CAAA,IAAA,iBAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,IAAA,EAAA,mBAAmB,cAFlB,qBAAqB,CAAA,EAAA,CAAA,CAAA;AANxB,mBAAA,CAAA,IAAA,iBAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,OAAA,EAAA,CAAA;YACP,YAAY;;YAEZ,cAAc;SACf,CAAA,EAAA,CAAA,CAAA;;4EAIU,mBAAmB,EAAA,CAAA;kBAV/B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,qBAAqB,CAAC;AACrC,oBAAA,OAAO,EAAE;wBACP,YAAY;;wBAEZ,cAAc;AACf,qBAAA;oBACD,OAAO,EAAE,CAAC,qBAAqB,CAAC;oBAChC,SAAS,EAAE,CAAC,qBAAqB,CAAC;iBACnC,CAAA;;;;6EACY,mBAAmB,EAAA,EAAA,YAAA,EAAA,CATf,qBAAqB,CAAA,EAAA,OAAA,EAAA,CAElC,YAAY;;YAEZ,cAAc,aAEN,qBAAqB,CAAA,EAAA,CAAA,CAAA;AAAA,CAAA,GAAA;;ACdjC;;AAEG;;;;"}
@@ -1,11 +1,26 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { EventEmitter, Component, ChangeDetectionStrategy, Input, Output, NgModule } from '@angular/core';
3
- import * as i2 from '@angular/common';
3
+ import * as i1 from '@angular/common';
4
4
  import { CommonModule } from '@angular/common';
5
- import * as i1 from '@angular/material/button';
5
+ import * as i2 from '@angular/material/button';
6
6
  import { MatButtonModule } from '@angular/material/button';
7
- import { ElementsModule } from '@ng-atomic/elements';
8
7
 
8
+ function ActionButtonsSectionOrganism_ng_container_0_Template(rf, ctx) {
9
+ if (rf & 1) {
10
+ const _r3 = i0.ɵɵgetCurrentView();
11
+ i0.ɵɵelementContainerStart(0);
12
+ i0.ɵɵelementStart(1, "button", 1);
13
+ i0.ɵɵlistener("click", function ActionButtonsSectionOrganism_ng_container_0_Template_button_click_1_listener() { const restoredCtx = i0.ɵɵrestoreView(_r3); const item_r1 = restoredCtx.$implicit; const ctx_r2 = i0.ɵɵnextContext(); return ctx_r2.actionItemClick.emit([item_r1]); });
14
+ i0.ɵɵtext(2);
15
+ i0.ɵɵelementEnd();
16
+ i0.ɵɵelementContainerEnd();
17
+ }
18
+ if (rf & 2) {
19
+ const item_r1 = ctx.$implicit;
20
+ i0.ɵɵadvance(2);
21
+ i0.ɵɵtextInterpolate(item_r1 == null ? null : item_r1.name);
22
+ }
23
+ }
9
24
  class ActionButtonsSectionOrganism {
10
25
  constructor() {
11
26
  this.actionItems = [];
@@ -13,29 +28,37 @@ class ActionButtonsSectionOrganism {
13
28
  this.trackById = (item) => item.id;
14
29
  }
15
30
  }
16
- ActionButtonsSectionOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionButtonsSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
- ActionButtonsSectionOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ActionButtonsSectionOrganism, selector: "organisms-action-buttons-section", inputs: { actionItems: "actionItems" }, outputs: { actionItemClick: "actionItemClick" }, host: { classAttribute: "organism section" }, ngImport: i0, template: "<ng-container *ngFor=\"let item of actionItems; trackBy: trackById\">\n <button mat-raised-button color=\"primary\" (click)=\"actionItemClick.emit([item])\">{{ item?.name }}</button>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-h7LK: var(--horizontal-padding)}:host{display:flex;flex-direction:row;grid-gap:8px;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-buttons-section-h7LK);box-sizing:border-box}:host button{width:100%;height:48px}\n"], components: [{ type: i1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionButtonsSectionOrganism, decorators: [{
31
+ ActionButtonsSectionOrganism.ɵfac = function ActionButtonsSectionOrganism_Factory(t) { return new (t || ActionButtonsSectionOrganism)(); };
32
+ ActionButtonsSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ActionButtonsSectionOrganism, selectors: [["organisms-action-buttons-section"]], hostAttrs: [1, "organism", "section"], inputs: { actionItems: "actionItems" }, outputs: { actionItemClick: "actionItemClick" }, decls: 1, vars: 2, consts: [[4, "ngFor", "ngForOf", "ngForTrackBy"], ["mat-raised-button", "", "color", "primary", 3, "click"]], template: function ActionButtonsSectionOrganism_Template(rf, ctx) {
33
+ if (rf & 1) {
34
+ i0.ɵɵtemplate(0, ActionButtonsSectionOrganism_ng_container_0_Template, 3, 1, "ng-container", 0);
35
+ }
36
+ if (rf & 2) {
37
+ i0.ɵɵproperty("ngForOf", ctx.actionItems)("ngForTrackBy", ctx.trackById);
38
+ }
39
+ }, directives: [i1.NgForOf, i2.MatButton], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-eOAr: var(--horizontal-padding)}[_nghost-%COMP%]{display:flex;flex-direction:row;grid-gap:8px;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-buttons-section-eOAr);box-sizing:border-box}[_nghost-%COMP%] button[_ngcontent-%COMP%]{width:100%;height:48px}"], changeDetection: 0 });
40
+ (function () {
41
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActionButtonsSectionOrganism, [{
19
42
  type: Component,
20
- args: [{ selector: 'organisms-action-buttons-section', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism section' }, template: "<ng-container *ngFor=\"let item of actionItems; trackBy: trackById\">\n <button mat-raised-button color=\"primary\" (click)=\"actionItemClick.emit([item])\">{{ item?.name }}</button>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-h7LK: var(--horizontal-padding)}:host{display:flex;flex-direction:row;grid-gap:8px;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-buttons-section-h7LK);box-sizing:border-box}:host button{width:100%;height:48px}\n"] }]
21
- }], propDecorators: { actionItems: [{
43
+ args: [{ selector: 'organisms-action-buttons-section', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism section' }, template: "<ng-container *ngFor=\"let item of actionItems; trackBy: trackById\">\n <button mat-raised-button color=\"primary\" (click)=\"actionItemClick.emit([item])\">{{ item?.name }}</button>\n</ng-container>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-action-buttons-section-eOAr: var(--horizontal-padding)}:host{display:flex;flex-direction:row;grid-gap:8px;gap:8px;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-action-buttons-section-eOAr);box-sizing:border-box}:host button{width:100%;height:48px}\n"] }]
44
+ }], null, { actionItems: [{
22
45
  type: Input
23
46
  }], actionItemClick: [{
24
47
  type: Output
25
- }] } });
48
+ }] });
49
+ })();
26
50
 
27
- class ActionButtonsSectionModule extends ElementsModule {
51
+ class ActionButtonsSectionModule {
28
52
  }
29
- ActionButtonsSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionButtonsSectionModule, deps: null, target: i0.ɵɵFactoryTarget.NgModule });
30
- ActionButtonsSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionButtonsSectionModule, declarations: [ActionButtonsSectionOrganism], imports: [CommonModule,
31
- // Materials
32
- MatButtonModule], exports: [ActionButtonsSectionOrganism] });
33
- ActionButtonsSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionButtonsSectionModule, imports: [[
53
+ ActionButtonsSectionModule.ɵfac = function ActionButtonsSectionModule_Factory(t) { return new (t || ActionButtonsSectionModule)(); };
54
+ ActionButtonsSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: ActionButtonsSectionModule, bootstrap: [ActionButtonsSectionOrganism] });
55
+ ActionButtonsSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
34
56
  CommonModule,
35
57
  // Materials
36
58
  MatButtonModule,
37
59
  ]] });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ActionButtonsSectionModule, decorators: [{
60
+ (function () {
61
+ (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ActionButtonsSectionModule, [{
39
62
  type: NgModule,
40
63
  args: [{
41
64
  declarations: [
@@ -48,9 +71,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
48
71
  ],
49
72
  exports: [
50
73
  ActionButtonsSectionOrganism
51
- ]
74
+ ],
75
+ bootstrap: [
76
+ ActionButtonsSectionOrganism,
77
+ ],
52
78
  }]
53
- }] });
79
+ }], null, null);
80
+ })();
81
+ (function () {
82
+ (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ActionButtonsSectionModule, { declarations: [ActionButtonsSectionOrganism], imports: [CommonModule,
83
+ // Materials
84
+ MatButtonModule], exports: [ActionButtonsSectionOrganism] });
85
+ })();
54
86
 
55
87
  /**
56
88
  * Generated bundle index. Do not edit.