@ng-atomic/components 3.0.0 → 3.2.4

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 +1 -0
  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 +1 -0
  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 +30 -26
  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 +23 -22
  28. package/esm2020/frames/auto-layout/auto-layout.frame.mjs +11 -7
  29. package/esm2020/frames/auto-layout/auto-layout.module.mjs +19 -18
  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 +23 -22
  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 -17
  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 +17 -16
  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 +17 -16
  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 +19 -18
  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 +19 -18
  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 +22 -21
  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 +15 -14
  70. package/esm2020/index.mjs +2 -2
  71. package/esm2020/molecules/actions-column/actions-column.module.mjs +33 -33
  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 +27 -27
  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 +48 -22
  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 +25 -23
  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 +22 -24
  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 +29 -29
  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 +24 -22
  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 +20 -18
  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 -23
  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 +31 -30
  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 +19 -18
  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 +21 -20
  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 +21 -20
  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 +19 -18
  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 -19
  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 +27 -26
  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 +31 -30
  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 -23
  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 +44 -43
  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 +23 -22
  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 +23 -22
  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 +19 -18
  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 +29 -28
  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 +16 -15
  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 +16 -15
  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 +38 -34
  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 +26 -22
  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 +20 -18
  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 +49 -46
  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 +33 -32
  192. package/esm2020/templates/smart-index/smart-index.template.mjs +72 -47
  193. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +67 -52
  194. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  195. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +106 -19
  196. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  197. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +21 -10
  198. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  199. package/fesm2015/ng-atomic-components-frames-card.mjs +26 -11
  200. package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
  201. package/fesm2015/ng-atomic-components-frames-drawer.mjs +45 -12
  202. package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
  203. package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs +52 -17
  204. package/fesm2015/ng-atomic-components-frames-line-up-v2.mjs.map +1 -1
  205. package/fesm2015/ng-atomic-components-frames-line-up.mjs +56 -17
  206. package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
  207. package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs +35 -12
  208. package/fesm2015/ng-atomic-components-frames-overlay-v2.mjs.map +1 -1
  209. package/fesm2015/ng-atomic-components-frames-overlay.mjs +48 -16
  210. package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
  211. package/fesm2015/ng-atomic-components-frames-scroll.mjs +32 -13
  212. package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
  213. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +42 -12
  214. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  215. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +69 -27
  216. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  217. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +65 -21
  218. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  219. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +146 -19
  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 +59 -19
  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 +57 -23
  224. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  225. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +92 -23
  226. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  227. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +52 -15
  228. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  229. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +50 -13
  230. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  231. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +49 -16
  232. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  233. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +62 -21
  234. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  235. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +27 -13
  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 +32 -14
  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 +26 -12
  240. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  241. package/fesm2015/ng-atomic-components-organisms-heading.mjs +157 -11
  242. package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
  243. package/fesm2015/ng-atomic-components-organisms-menu.mjs +54 -15
  244. package/fesm2015/ng-atomic-components-organisms-menu.mjs.map +1 -1
  245. package/fesm2015/ng-atomic-components-organisms-navigator.mjs +63 -22
  246. package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  247. package/fesm2015/ng-atomic-components-organisms-paginator.mjs +38 -17
  248. package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  249. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +28 -14
  250. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  251. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +128 -29
  252. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  253. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +27 -13
  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 +27 -13
  256. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  257. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +27 -13
  258. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  259. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +38 -16
  260. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  261. package/fesm2015/ng-atomic-components-pages-_index.mjs +14 -9
  262. package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -1
  263. package/fesm2015/ng-atomic-components-pages-blank.mjs +16 -11
  264. package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -1
  265. package/fesm2015/ng-atomic-components-templates-entrance.mjs +71 -23
  266. package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
  267. package/fesm2015/ng-atomic-components-templates-loading.mjs +26 -12
  268. package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
  269. package/fesm2015/ng-atomic-components-templates-menu.mjs +40 -14
  270. package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
  271. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +126 -32
  272. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  273. package/fesm2015/ng-atomic-components-templates-smart-index.mjs +58 -20
  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 +75 -72
  278. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  279. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +100 -36
  280. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  281. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +28 -23
  282. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  283. package/fesm2020/ng-atomic-components-frames-card.mjs +34 -27
  284. package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
  285. package/fesm2020/ng-atomic-components-frames-drawer.mjs +47 -26
  286. package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
  287. package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs +56 -35
  288. package/fesm2020/ng-atomic-components-frames-line-up-v2.mjs.map +1 -1
  289. package/fesm2020/ng-atomic-components-frames-line-up.mjs +63 -40
  290. package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
  291. package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs +39 -25
  292. package/fesm2020/ng-atomic-components-frames-overlay-v2.mjs.map +1 -1
  293. package/fesm2020/ng-atomic-components-frames-overlay.mjs +52 -31
  294. package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
  295. package/fesm2020/ng-atomic-components-frames-scroll.mjs +38 -27
  296. package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
  297. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +51 -32
  298. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  299. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +91 -65
  300. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  301. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +80 -52
  302. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  303. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +146 -34
  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 +69 -41
  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 +60 -38
  308. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  309. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +93 -42
  310. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  311. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +64 -39
  312. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  313. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +54 -29
  314. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  315. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +54 -33
  316. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  317. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +81 -51
  318. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  319. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +34 -29
  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 +36 -27
  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 +36 -31
  324. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  325. package/fesm2020/ng-atomic-components-organisms-heading.mjs +132 -25
  326. package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
  327. package/fesm2020/ng-atomic-components-organisms-menu.mjs +56 -29
  328. package/fesm2020/ng-atomic-components-organisms-menu.mjs.map +1 -1
  329. package/fesm2020/ng-atomic-components-organisms-navigator.mjs +78 -48
  330. package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  331. package/fesm2020/ng-atomic-components-organisms-paginator.mjs +57 -45
  332. package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  333. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +39 -34
  334. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  335. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +151 -79
  336. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  337. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +35 -29
  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 +42 -37
  340. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  341. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +30 -25
  342. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  343. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +52 -39
  344. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  345. package/fesm2020/ng-atomic-components-pages-_index.mjs +25 -24
  346. package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -1
  347. package/fesm2020/ng-atomic-components-pages-blank.mjs +27 -26
  348. package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -1
  349. package/fesm2020/ng-atomic-components-templates-entrance.mjs +88 -55
  350. package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
  351. package/fesm2020/ng-atomic-components-templates-loading.mjs +33 -27
  352. package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
  353. package/fesm2020/ng-atomic-components-templates-menu.mjs +44 -27
  354. package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
  355. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +144 -74
  356. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  357. package/fesm2020/ng-atomic-components-templates-smart-index.mjs +103 -77
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +2 -1
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +8 -2
  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 +1 -0
  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 +1 -0
  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 +2 -1
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +2 -1
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +22 -10
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +1 -0
  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 +11 -9
  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 +1 -0
  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,16 +1,62 @@
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/smart-exp';
10
+ import { SmartExpModule } from '@ng-atomic/common/pipes/smart-exp';
9
11
  import { toObject } from '@ng-atomic/common/utils';
10
12
  import { flatten } from 'flat';
11
- import * as i4 from '@ng-atomic/common/pipes';
12
- import { SmartExpModule } from '@ng-atomic/common/pipes';
13
13
 
14
+ function SmartColumnMolecule_th_1_mat_icon_5_Template(rf, ctx) { if (rf & 1) {
15
+ i0.ɵɵelementStart(0, "mat-icon", 7);
16
+ i0.ɵɵtext(1, "south");
17
+ i0.ɵɵelementEnd();
18
+ } }
19
+ function SmartColumnMolecule_th_1_mat_icon_6_Template(rf, ctx) { if (rf & 1) {
20
+ i0.ɵɵelementStart(0, "mat-icon", 7);
21
+ i0.ɵɵtext(1, "north");
22
+ i0.ɵɵelementEnd();
23
+ } }
24
+ function SmartColumnMolecule_th_1_Template(rf, ctx) { if (rf & 1) {
25
+ const _r5 = i0.ɵɵgetCurrentView();
26
+ i0.ɵɵelementStart(0, "th", 3);
27
+ 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(); });
28
+ i0.ɵɵelementStart(1, "p", 4)(2, "span");
29
+ i0.ɵɵtext(3);
30
+ i0.ɵɵelementEnd();
31
+ i0.ɵɵelementContainerStart(4, 5);
32
+ i0.ɵɵtemplate(5, SmartColumnMolecule_th_1_mat_icon_5_Template, 2, 0, "mat-icon", 6);
33
+ i0.ɵɵtemplate(6, SmartColumnMolecule_th_1_mat_icon_6_Template, 2, 0, "mat-icon", 6);
34
+ i0.ɵɵelementContainerEnd();
35
+ i0.ɵɵelementEnd()();
36
+ } if (rf & 2) {
37
+ const ctx_r0 = i0.ɵɵnextContext();
38
+ i0.ɵɵstyleProp("text-align", ctx_r0.justify);
39
+ i0.ɵɵadvance(3);
40
+ i0.ɵɵtextInterpolate(ctx_r0.headerText);
41
+ i0.ɵɵadvance(1);
42
+ i0.ɵɵproperty("ngSwitch", ctx_r0.sort);
43
+ i0.ɵɵadvance(1);
44
+ i0.ɵɵproperty("ngSwitchCase", "asc");
45
+ i0.ɵɵadvance(1);
46
+ i0.ɵɵproperty("ngSwitchCase", "desc");
47
+ } }
48
+ function SmartColumnMolecule_td_2_Template(rf, ctx) { if (rf & 1) {
49
+ i0.ɵɵelementStart(0, "td", 8)(1, "p", 9);
50
+ i0.ɵɵtext(2);
51
+ i0.ɵɵpipe(3, "smartExp");
52
+ i0.ɵɵelementEnd()();
53
+ } if (rf & 2) {
54
+ const data_r6 = ctx.$implicit;
55
+ const ctx_r1 = i0.ɵɵnextContext();
56
+ i0.ɵɵstyleProp("text-align", ctx_r1.justify);
57
+ i0.ɵɵadvance(2);
58
+ i0.ɵɵtextInterpolate(i0.ɵɵpipeBind2(3, 3, ctx_r1.dataAccessor(data_r6, ctx_r1.name), ctx_r1.name));
59
+ } }
14
60
  class SmartColumnMolecule extends MatTextColumn {
15
61
  constructor() {
16
62
  super(...arguments);
@@ -21,27 +67,27 @@ class SmartColumnMolecule extends MatTextColumn {
21
67
  this.headerClick = new EventEmitter();
22
68
  }
23
69
  }
24
- SmartColumnMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnMolecule, deps: null, target: i0.ɵɵFactoryTarget.Component });
25
- 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 });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnMolecule, decorators: [{
27
- type: Component,
28
- 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"] }]
29
- }], propDecorators: { sort: [{
30
- type: Input
31
- }], headerClick: [{
32
- type: Output
33
- }] } });
70
+ SmartColumnMolecule.ɵfac = /*@__PURE__*/ function () { let ɵSmartColumnMolecule_BaseFactory; return function SmartColumnMolecule_Factory(t) { return (ɵSmartColumnMolecule_BaseFactory || (ɵSmartColumnMolecule_BaseFactory = i0.ɵɵgetInheritedFactory(SmartColumnMolecule)))(t || SmartColumnMolecule); }; }();
71
+ 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) { if (rf & 1) {
72
+ i0.ɵɵelementContainerStart(0, 0);
73
+ i0.ɵɵtemplate(1, SmartColumnMolecule_th_1_Template, 7, 6, "th", 1);
74
+ i0.ɵɵtemplate(2, SmartColumnMolecule_td_2_Template, 4, 6, "td", 2);
75
+ i0.ɵɵelementContainerEnd();
76
+ } }, 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 });
77
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartColumnMolecule, [{
78
+ type: Component,
79
+ 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"] }]
80
+ }], null, { sort: [{
81
+ type: Input
82
+ }], headerClick: [{
83
+ type: Output
84
+ }] }); })();
34
85
 
35
86
  class SmartColumnModule {
36
87
  }
37
- SmartColumnModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
38
- SmartColumnModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnModule, declarations: [SmartColumnMolecule], imports: [CommonModule,
39
- // Pipes
40
- SmartExpModule,
41
- // Materials
42
- MatIconModule,
43
- MatTableModule], exports: [SmartColumnMolecule] });
44
- SmartColumnModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnModule, imports: [[
88
+ SmartColumnModule.ɵfac = function SmartColumnModule_Factory(t) { return new (t || SmartColumnModule)(); };
89
+ SmartColumnModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SmartColumnModule, bootstrap: [SmartColumnMolecule] });
90
+ SmartColumnModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
45
91
  CommonModule,
46
92
  // Pipes
47
93
  SmartExpModule,
@@ -49,25 +95,30 @@ SmartColumnModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versi
49
95
  MatIconModule,
50
96
  MatTableModule,
51
97
  ]] });
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SmartColumnModule, decorators: [{
53
- type: NgModule,
54
- args: [{
55
- declarations: [
56
- SmartColumnMolecule,
57
- ],
58
- imports: [
59
- CommonModule,
60
- // Pipes
61
- SmartExpModule,
62
- // Materials
63
- MatIconModule,
64
- MatTableModule,
65
- ],
66
- exports: [
67
- SmartColumnMolecule
68
- ]
69
- }]
70
- }] });
98
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartColumnModule, [{
99
+ type: NgModule,
100
+ args: [{
101
+ declarations: [
102
+ SmartColumnMolecule,
103
+ ],
104
+ imports: [
105
+ CommonModule,
106
+ // Pipes
107
+ SmartExpModule,
108
+ // Materials
109
+ MatIconModule,
110
+ MatTableModule,
111
+ ],
112
+ exports: [SmartColumnMolecule],
113
+ bootstrap: [SmartColumnMolecule],
114
+ }]
115
+ }], null, null); })();
116
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SmartColumnModule, { declarations: [SmartColumnMolecule], imports: [CommonModule,
117
+ // Pipes
118
+ SmartExpModule,
119
+ // Materials
120
+ MatIconModule,
121
+ MatTableModule], exports: [SmartColumnMolecule] }); })();
71
122
 
72
123
  /**
73
124
  * 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';\n\nimport { SmartColumnMolecule } from './smart-column.molecule';\nimport { SmartExpModule } from '@ng-atomic/common/pipes';\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 { }\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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"}
@@ -9,6 +9,15 @@ import { ReactiveFormsModule } from '@angular/forms';
9
9
  import * as i4 from '@angular/common';
10
10
  import { CommonModule } from '@angular/common';
11
11
 
12
+ function TextInputFieldMolecule_mat_hint_4_Template(rf, ctx) { if (rf & 1) {
13
+ i0.ɵɵelementStart(0, "mat-hint");
14
+ i0.ɵɵtext(1);
15
+ i0.ɵɵelementEnd();
16
+ } if (rf & 2) {
17
+ const ctx_r0 = i0.ɵɵnextContext();
18
+ i0.ɵɵadvance(1);
19
+ i0.ɵɵtextInterpolate(ctx_r0.hint);
20
+ } }
12
21
  class TextInputFieldMolecule {
13
22
  constructor() {
14
23
  this.type = 'text';
@@ -17,54 +26,70 @@ class TextInputFieldMolecule {
17
26
  this.placeholder = 'placeholder';
18
27
  }
19
28
  }
20
- TextInputFieldMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
- 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 });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldMolecule, decorators: [{
23
- type: Component,
24
- 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"] }]
25
- }], propDecorators: { type: [{
26
- type: Input
27
- }], name: [{
28
- type: Input
29
- }], label: [{
30
- type: Input
31
- }], control: [{
32
- type: Input
33
- }], placeholder: [{
34
- type: Input
35
- }], hint: [{
36
- type: Input
37
- }] } });
29
+ TextInputFieldMolecule.ɵfac = function TextInputFieldMolecule_Factory(t) { return new (t || TextInputFieldMolecule)(); };
30
+ 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) { if (rf & 1) {
31
+ i0.ɵɵelementStart(0, "mat-form-field", 0)(1, "mat-label");
32
+ i0.ɵɵtext(2);
33
+ i0.ɵɵelementEnd();
34
+ i0.ɵɵelement(3, "input", 1);
35
+ i0.ɵɵtemplate(4, TextInputFieldMolecule_mat_hint_4_Template, 2, 1, "mat-hint", 2);
36
+ i0.ɵɵelementEnd();
37
+ } if (rf & 2) {
38
+ i0.ɵɵadvance(2);
39
+ i0.ɵɵtextInterpolate(ctx.label);
40
+ i0.ɵɵadvance(1);
41
+ i0.ɵɵproperty("name", ctx.name)("type", ctx.type)("formControl", ctx.control)("placeholder", ctx.placeholder);
42
+ i0.ɵɵadvance(1);
43
+ i0.ɵɵproperty("ngIf", ctx.hint);
44
+ } }, 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 });
45
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputFieldMolecule, [{
46
+ type: Component,
47
+ 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"] }]
48
+ }], null, { type: [{
49
+ type: Input
50
+ }], name: [{
51
+ type: Input
52
+ }], label: [{
53
+ type: Input
54
+ }], control: [{
55
+ type: Input
56
+ }], placeholder: [{
57
+ type: Input
58
+ }], hint: [{
59
+ type: Input
60
+ }] }); })();
38
61
 
39
62
  class TextInputFieldModule {
40
63
  }
41
- TextInputFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
42
- TextInputFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldModule, declarations: [TextInputFieldMolecule], imports: [CommonModule,
43
- ReactiveFormsModule,
44
- // Materials
45
- // MatFormFieldModule,
46
- MatInputModule], exports: [TextInputFieldMolecule] });
47
- TextInputFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldModule, imports: [[
64
+ TextInputFieldModule.ɵfac = function TextInputFieldModule_Factory(t) { return new (t || TextInputFieldModule)(); };
65
+ TextInputFieldModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextInputFieldModule, bootstrap: [TextInputFieldMolecule] });
66
+ TextInputFieldModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
48
67
  CommonModule,
49
68
  ReactiveFormsModule,
50
69
  // Materials
51
70
  // MatFormFieldModule,
52
71
  MatInputModule,
53
72
  ]] });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextInputFieldModule, decorators: [{
55
- type: NgModule,
56
- args: [{
57
- declarations: [TextInputFieldMolecule],
58
- imports: [
59
- CommonModule,
60
- ReactiveFormsModule,
61
- // Materials
62
- // MatFormFieldModule,
63
- MatInputModule,
64
- ],
65
- exports: [TextInputFieldMolecule]
66
- }]
67
- }] });
73
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputFieldModule, [{
74
+ type: NgModule,
75
+ args: [{
76
+ declarations: [TextInputFieldMolecule],
77
+ imports: [
78
+ CommonModule,
79
+ ReactiveFormsModule,
80
+ // Materials
81
+ // MatFormFieldModule,
82
+ MatInputModule,
83
+ ],
84
+ exports: [TextInputFieldMolecule],
85
+ bootstrap: [TextInputFieldMolecule],
86
+ }]
87
+ }], null, null); })();
88
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextInputFieldModule, { declarations: [TextInputFieldMolecule], imports: [CommonModule,
89
+ ReactiveFormsModule,
90
+ // Materials
91
+ // MatFormFieldModule,
92
+ MatInputModule], exports: [TextInputFieldMolecule] }); })();
68
93
 
69
94
  /**
70
95
  * 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 { 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 { }\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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"}
@@ -6,48 +6,73 @@ import { MatInputModule } from '@angular/material/input';
6
6
  import * as i3 from '@angular/common';
7
7
  import { CommonModule } from '@angular/common';
8
8
 
9
+ function TextareaFieldMolecule_mat_hint_4_Template(rf, ctx) { if (rf & 1) {
10
+ i0.ɵɵelementStart(0, "mat-hint");
11
+ i0.ɵɵtext(1);
12
+ i0.ɵɵelementEnd();
13
+ } if (rf & 2) {
14
+ const ctx_r0 = i0.ɵɵnextContext();
15
+ i0.ɵɵadvance(1);
16
+ i0.ɵɵtextInterpolate(ctx_r0.hint);
17
+ } }
9
18
  class TextareaFieldMolecule {
10
19
  constructor() {
11
20
  this.label = 'label';
12
21
  this.placeholder = 'placeholder';
13
22
  }
14
23
  }
15
- TextareaFieldMolecule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldMolecule, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- 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 });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldMolecule, decorators: [{
18
- type: Component,
19
- 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"] }]
20
- }], propDecorators: { label: [{
21
- type: Input
22
- }], hint: [{
23
- type: Input
24
- }], placeholder: [{
25
- type: Input
26
- }] } });
24
+ TextareaFieldMolecule.ɵfac = function TextareaFieldMolecule_Factory(t) { return new (t || TextareaFieldMolecule)(); };
25
+ 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) { if (rf & 1) {
26
+ i0.ɵɵelementStart(0, "mat-form-field", 0)(1, "mat-label");
27
+ i0.ɵɵtext(2);
28
+ i0.ɵɵelementEnd();
29
+ i0.ɵɵelement(3, "textarea", 1);
30
+ i0.ɵɵtemplate(4, TextareaFieldMolecule_mat_hint_4_Template, 2, 1, "mat-hint", 2);
31
+ i0.ɵɵelementEnd();
32
+ } if (rf & 2) {
33
+ i0.ɵɵadvance(2);
34
+ i0.ɵɵtextInterpolate(ctx.label);
35
+ i0.ɵɵadvance(1);
36
+ i0.ɵɵproperty("placeholder", ctx.placeholder);
37
+ i0.ɵɵadvance(1);
38
+ i0.ɵɵproperty("ngIf", ctx.hint);
39
+ } }, 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 });
40
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaFieldMolecule, [{
41
+ type: Component,
42
+ 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"] }]
43
+ }], null, { label: [{
44
+ type: Input
45
+ }], hint: [{
46
+ type: Input
47
+ }], placeholder: [{
48
+ type: Input
49
+ }] }); })();
27
50
 
28
51
  class TextareaFieldModule {
29
52
  }
30
- TextareaFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
31
- TextareaFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldModule, declarations: [TextareaFieldMolecule], imports: [CommonModule,
32
- // Material
33
- MatInputModule], exports: [TextareaFieldMolecule] });
34
- TextareaFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldModule, imports: [[
53
+ TextareaFieldModule.ɵfac = function TextareaFieldModule_Factory(t) { return new (t || TextareaFieldModule)(); };
54
+ TextareaFieldModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextareaFieldModule, bootstrap: [TextareaFieldMolecule] });
55
+ TextareaFieldModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [[
35
56
  CommonModule,
36
57
  // Material
37
58
  MatInputModule,
38
59
  ]] });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TextareaFieldModule, decorators: [{
40
- type: NgModule,
41
- args: [{
42
- declarations: [TextareaFieldMolecule],
43
- imports: [
44
- CommonModule,
45
- // Material
46
- MatInputModule,
47
- ],
48
- exports: [TextareaFieldMolecule]
49
- }]
50
- }] });
60
+ (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaFieldModule, [{
61
+ type: NgModule,
62
+ args: [{
63
+ declarations: [TextareaFieldMolecule],
64
+ imports: [
65
+ CommonModule,
66
+ // Material
67
+ MatInputModule,
68
+ ],
69
+ exports: [TextareaFieldMolecule],
70
+ bootstrap: [TextareaFieldMolecule],
71
+ }]
72
+ }], null, null); })();
73
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextareaFieldModule, { declarations: [TextareaFieldMolecule], imports: [CommonModule,
74
+ // Material
75
+ MatInputModule], exports: [TextareaFieldMolecule] }); })();
51
76
 
52
77
  /**
53
78
  * 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 { TextareaFieldMolecule } from './textarea-field.molecule';\n\n\n\n@NgModule({\n declarations: [TextareaFieldMolecule],\n imports: [\n CommonModule,\n // Material\n MatInputModule,\n ],\n exports: [TextareaFieldMolecule]\n})\nexport class TextareaFieldModule { }\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":"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"}