@ng-atomic/components 4.16.3 → 4.20.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 (670) hide show
  1. package/app.module.d.ts +0 -1
  2. package/atoms/chips-input/chips-input.atom.d.ts +0 -1
  3. package/atoms/chips-input/chips-input.module.d.ts +0 -1
  4. package/atoms/chips-input/index.d.ts +0 -1
  5. package/atoms/icon/icon.atom.d.ts +0 -1
  6. package/atoms/icon/icon.module.d.ts +0 -1
  7. package/atoms/icon/index.d.ts +0 -1
  8. package/atoms/smart-menu-button/index.d.ts +0 -1
  9. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +0 -1
  10. package/atoms/smart-menu-button/smart-menu-button.module.d.ts +0 -1
  11. package/esm2020/app.module.mjs +23 -24
  12. package/esm2020/atoms/chips-input/chips-input.atom.mjs +13 -38
  13. package/esm2020/atoms/chips-input/chips-input.module.mjs +26 -27
  14. package/esm2020/atoms/chips-input/index.mjs +1 -1
  15. package/esm2020/atoms/chips-input/ng-atomic-components-atoms-chips-input.mjs +1 -1
  16. package/esm2020/atoms/icon/icon.atom.mjs +14 -42
  17. package/esm2020/atoms/icon/icon.module.mjs +22 -23
  18. package/esm2020/atoms/icon/index.mjs +1 -1
  19. package/esm2020/atoms/icon/ng-atomic-components-atoms-icon.mjs +1 -1
  20. package/esm2020/atoms/smart-menu-button/index.mjs +1 -1
  21. package/esm2020/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.mjs +1 -1
  22. package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +11 -75
  23. package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +20 -21
  24. package/esm2020/frames/auto-layout/auto-layout.frame.mjs +7 -11
  25. package/esm2020/frames/auto-layout/auto-layout.module.mjs +18 -19
  26. package/esm2020/frames/auto-layout/index.mjs +1 -1
  27. package/esm2020/frames/auto-layout/ng-atomic-components-frames-auto-layout.mjs +1 -1
  28. package/esm2020/frames/card/card.frame.mjs +7 -13
  29. package/esm2020/frames/card/card.module.mjs +22 -23
  30. package/esm2020/frames/card/index.mjs +1 -1
  31. package/esm2020/frames/card/ng-atomic-components-frames-card.mjs +1 -1
  32. package/esm2020/frames/drawer/drawer.frame.mjs +12 -29
  33. package/esm2020/frames/drawer/drawer.module.mjs +16 -17
  34. package/esm2020/frames/drawer/index.mjs +1 -1
  35. package/esm2020/frames/drawer/ng-atomic-components-frames-drawer.mjs +1 -1
  36. package/esm2020/frames/line-up/index.mjs +1 -1
  37. package/esm2020/frames/line-up/line-up.animations.mjs +1 -1
  38. package/esm2020/frames/line-up/line-up.frame.mjs +23 -45
  39. package/esm2020/frames/line-up/line-up.module.mjs +16 -17
  40. package/esm2020/frames/line-up/ng-atomic-components-frames-line-up.mjs +1 -1
  41. package/esm2020/frames/line-up/resize-observer.mjs +1 -1
  42. package/esm2020/frames/overlay/index.mjs +1 -1
  43. package/esm2020/frames/overlay/ng-atomic-components-frames-overlay.mjs +1 -1
  44. package/esm2020/frames/overlay/overlay.animations.mjs +1 -1
  45. package/esm2020/frames/overlay/overlay.frame.mjs +9 -22
  46. package/esm2020/frames/overlay/overlay.module.mjs +18 -19
  47. package/esm2020/frames/scroll/index.mjs +1 -1
  48. package/esm2020/frames/scroll/ng-atomic-components-frames-scroll.mjs +1 -1
  49. package/esm2020/frames/scroll/scroll.frame.mjs +7 -17
  50. package/esm2020/frames/scroll/scroll.module.mjs +20 -21
  51. package/esm2020/frames/smart-menu/index.mjs +1 -1
  52. package/esm2020/frames/smart-menu/ng-atomic-components-frames-smart-menu.mjs +1 -1
  53. package/esm2020/frames/smart-menu/smart-menu.frame.mjs +19 -37
  54. package/esm2020/frames/smart-menu/smart-menu.module.mjs +14 -15
  55. package/esm2020/index.mjs +1 -1
  56. package/esm2020/molecules/actions-column/actions-column.module.mjs +26 -27
  57. package/esm2020/molecules/actions-column/actions-column.molecule.mjs +29 -59
  58. package/esm2020/molecules/actions-column/index.mjs +1 -1
  59. package/esm2020/molecules/actions-column/ng-atomic-components-molecules-actions-column.mjs +1 -1
  60. package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +26 -27
  61. package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +24 -52
  62. package/esm2020/molecules/checkbox-column/index.mjs +1 -1
  63. package/esm2020/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.mjs +1 -1
  64. package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +28 -29
  65. package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +21 -65
  66. package/esm2020/molecules/chips-input-field/index.mjs +1 -1
  67. package/esm2020/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.mjs +1 -1
  68. package/esm2020/molecules/date-input-field/date-input-field.module.mjs +22 -23
  69. package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +16 -42
  70. package/esm2020/molecules/date-input-field/index.mjs +1 -1
  71. package/esm2020/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.mjs +1 -1
  72. package/esm2020/molecules/header/header.module.mjs +18 -19
  73. package/esm2020/molecules/header/header.molecule.mjs +11 -25
  74. package/esm2020/molecules/header/index.mjs +1 -1
  75. package/esm2020/molecules/header/ng-atomic-components-molecules-header.mjs +1 -1
  76. package/esm2020/molecules/navigation-list-item/index.mjs +1 -1
  77. package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +24 -25
  78. package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +11 -23
  79. package/esm2020/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.mjs +1 -1
  80. package/esm2020/molecules/select-input-field/index.mjs +1 -1
  81. package/esm2020/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.mjs +1 -1
  82. package/esm2020/molecules/select-input-field/select-input-field.module.mjs +20 -21
  83. package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +13 -37
  84. package/esm2020/molecules/smart-column/index.mjs +1 -1
  85. package/esm2020/molecules/smart-column/ng-atomic-components-molecules-smart-column.mjs +1 -1
  86. package/esm2020/molecules/smart-column/smart-column.module.mjs +29 -30
  87. package/esm2020/molecules/smart-column/smart-column.molecule.mjs +11 -68
  88. package/esm2020/molecules/text-input-field/index.mjs +1 -1
  89. package/esm2020/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.mjs +1 -1
  90. package/esm2020/molecules/text-input-field/text-input-field.module.mjs +21 -22
  91. package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +19 -106
  92. package/esm2020/molecules/textarea-field/index.mjs +1 -1
  93. package/esm2020/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.mjs +1 -1
  94. package/esm2020/molecules/textarea-field/textarea-field.module.mjs +19 -20
  95. package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +13 -36
  96. package/esm2020/ng-atomic-components.mjs +1 -1
  97. package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +25 -26
  98. package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +11 -30
  99. package/esm2020/organisms/action-buttons-section/index.mjs +1 -1
  100. package/esm2020/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.mjs +1 -1
  101. package/esm2020/organisms/back-navigator/back-navigator.module.mjs +26 -27
  102. package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +19 -48
  103. package/esm2020/organisms/back-navigator/index.mjs +1 -1
  104. package/esm2020/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.mjs +1 -1
  105. package/esm2020/organisms/card-input-section/card-input-section.module.mjs +18 -19
  106. package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +13 -17
  107. package/esm2020/organisms/card-input-section/index.mjs +1 -1
  108. package/esm2020/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.mjs +1 -1
  109. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.mjs +19 -20
  110. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +9 -17
  111. package/esm2020/organisms/cvc-and-exp-input-section/index.mjs +1 -1
  112. package/esm2020/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +1 -1
  113. package/esm2020/organisms/date-input-section/date-input-section.module.mjs +20 -21
  114. package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +13 -17
  115. package/esm2020/organisms/date-input-section/index.mjs +1 -1
  116. package/esm2020/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.mjs +1 -1
  117. package/esm2020/organisms/heading/heading.module.mjs +18 -19
  118. package/esm2020/organisms/heading/heading.organism.mjs +9 -115
  119. package/esm2020/organisms/heading/index.mjs +1 -1
  120. package/esm2020/organisms/heading/ng-atomic-components-organisms-heading.mjs +1 -1
  121. package/esm2020/organisms/navigation-list/index.mjs +1 -1
  122. package/esm2020/organisms/navigation-list/navigation-list.module.mjs +20 -21
  123. package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +11 -28
  124. package/esm2020/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.mjs +1 -1
  125. package/esm2020/organisms/navigator/index.mjs +1 -1
  126. package/esm2020/organisms/navigator/navigator.module.mjs +22 -23
  127. package/esm2020/organisms/navigator/navigator.organism.mjs +13 -46
  128. package/esm2020/organisms/navigator/ng-atomic-components-organisms-navigator.mjs +1 -1
  129. package/esm2020/organisms/paginator/index.mjs +1 -1
  130. package/esm2020/organisms/paginator/ng-atomic-components-organisms-paginator.mjs +1 -1
  131. package/esm2020/organisms/paginator/paginator.module.mjs +26 -27
  132. package/esm2020/organisms/paginator/paginator.organism.mjs +17 -28
  133. package/esm2020/organisms/select-input-section/index.mjs +1 -1
  134. package/esm2020/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.mjs +1 -1
  135. package/esm2020/organisms/select-input-section/select-input-section.module.mjs +22 -23
  136. package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +13 -17
  137. package/esm2020/organisms/smart-list/index.mjs +1 -1
  138. package/esm2020/organisms/smart-list/ng-atomic-components-organisms-smart-list.mjs +1 -1
  139. package/esm2020/organisms/smart-list/smart-list.module.mjs +25 -26
  140. package/esm2020/organisms/smart-list/smart-list.organism.mjs +16 -60
  141. package/esm2020/organisms/smart-table/index.mjs +1 -1
  142. package/esm2020/organisms/smart-table/ng-atomic-components-organisms-smart-table.mjs +1 -1
  143. package/esm2020/organisms/smart-table/smart-table.module.mjs +32 -33
  144. package/esm2020/organisms/smart-table/smart-table.organism.mjs +30 -101
  145. package/esm2020/organisms/social-login-section/index.mjs +1 -1
  146. package/esm2020/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.mjs +1 -1
  147. package/esm2020/organisms/social-login-section/social-login-section.module.mjs +22 -23
  148. package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +9 -14
  149. package/esm2020/organisms/text-input-section/index.mjs +1 -1
  150. package/esm2020/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.mjs +1 -1
  151. package/esm2020/organisms/text-input-section/text-input-section.module.mjs +22 -23
  152. package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +17 -21
  153. package/esm2020/organisms/textarea-section/index.mjs +1 -1
  154. package/esm2020/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.mjs +1 -1
  155. package/esm2020/organisms/textarea-section/textarea-section.module.mjs +18 -19
  156. package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +9 -13
  157. package/esm2020/organisms/top-navigator/index.mjs +1 -1
  158. package/esm2020/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.mjs +1 -1
  159. package/esm2020/organisms/top-navigator/top-navigator.module.mjs +25 -26
  160. package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +13 -25
  161. package/esm2020/pages/_index/index.mjs +1 -1
  162. package/esm2020/pages/_index/index.module.mjs +15 -16
  163. package/esm2020/pages/_index/index.page.mjs +7 -7
  164. package/esm2020/pages/_index/ng-atomic-components-pages-_index.mjs +1 -1
  165. package/esm2020/pages/blank/blank.module.mjs +15 -16
  166. package/esm2020/pages/blank/blank.page.mjs +7 -7
  167. package/esm2020/pages/blank/blank.route.mjs +1 -1
  168. package/esm2020/pages/blank/index.mjs +1 -1
  169. package/esm2020/pages/blank/ng-atomic-components-pages-blank.mjs +1 -1
  170. package/esm2020/templates/entrance/entrance.module.mjs +31 -32
  171. package/esm2020/templates/entrance/entrance.template.mjs +17 -45
  172. package/esm2020/templates/entrance/index.mjs +1 -1
  173. package/esm2020/templates/entrance/ng-atomic-components-templates-entrance.mjs +1 -1
  174. package/esm2020/templates/loading/index.mjs +1 -1
  175. package/esm2020/templates/loading/loading.module.mjs +25 -26
  176. package/esm2020/templates/loading/loading.template.mjs +7 -9
  177. package/esm2020/templates/loading/ng-atomic-components-templates-loading.mjs +1 -1
  178. package/esm2020/templates/menu/index.mjs +1 -1
  179. package/esm2020/templates/menu/menu.module.mjs +19 -20
  180. package/esm2020/templates/menu/menu.template.mjs +11 -26
  181. package/esm2020/templates/menu/ng-atomic-components-templates-menu.mjs +1 -1
  182. package/esm2020/templates/smart-crud/index.mjs +1 -1
  183. package/esm2020/templates/smart-crud/ng-atomic-components-templates-smart-crud.mjs +1 -1
  184. package/esm2020/templates/smart-crud/smart-crud.module.mjs +37 -38
  185. package/esm2020/templates/smart-crud/smart-crud.template.mjs +19 -87
  186. package/esm2020/templates/smart-index/index.mjs +1 -1
  187. package/esm2020/templates/smart-index/ng-atomic-components-templates-smart-index.mjs +1 -1
  188. package/esm2020/templates/smart-index/smart-index.module.mjs +30 -31
  189. package/esm2020/templates/smart-index/smart-index.template.mjs +45 -99
  190. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +15 -53
  191. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  192. package/fesm2015/ng-atomic-components-atoms-icon.mjs +13 -59
  193. package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -1
  194. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +14 -102
  195. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  196. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +10 -21
  197. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  198. package/fesm2015/ng-atomic-components-frames-card.mjs +11 -26
  199. package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
  200. package/fesm2015/ng-atomic-components-frames-drawer.mjs +12 -42
  201. package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
  202. package/fesm2015/ng-atomic-components-frames-line-up.mjs +16 -55
  203. package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
  204. package/fesm2015/ng-atomic-components-frames-overlay.mjs +12 -35
  205. package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
  206. package/fesm2015/ng-atomic-components-frames-scroll.mjs +11 -30
  207. package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
  208. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +11 -41
  209. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  210. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +18 -65
  211. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  212. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +15 -60
  213. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  214. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +19 -79
  215. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  216. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +15 -54
  217. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  218. package/fesm2015/ng-atomic-components-molecules-header.mjs +10 -32
  219. package/fesm2015/ng-atomic-components-molecules-header.mjs.map +1 -1
  220. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +14 -36
  221. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  222. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +14 -51
  223. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  224. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +19 -95
  225. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  226. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +14 -129
  227. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  228. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +12 -48
  229. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  230. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +13 -45
  231. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  232. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +17 -58
  233. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  234. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +13 -27
  235. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  236. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +14 -32
  237. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  238. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +12 -26
  239. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  240. package/fesm2015/ng-atomic-components-organisms-heading.mjs +11 -157
  241. package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
  242. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +15 -45
  243. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  244. package/fesm2015/ng-atomic-components-organisms-navigator.mjs +17 -66
  245. package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  246. package/fesm2015/ng-atomic-components-organisms-paginator.mjs +16 -37
  247. package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  248. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +13 -27
  249. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  250. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs +15 -75
  251. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
  252. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +23 -122
  253. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  254. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +13 -27
  255. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  256. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +13 -27
  257. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  258. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +13 -27
  259. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  260. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +16 -38
  261. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  262. package/fesm2015/ng-atomic-components-pages-_index.mjs +9 -14
  263. package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -1
  264. package/fesm2015/ng-atomic-components-pages-blank.mjs +11 -16
  265. package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -1
  266. package/fesm2015/ng-atomic-components-templates-entrance.mjs +19 -63
  267. package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
  268. package/fesm2015/ng-atomic-components-templates-loading.mjs +11 -22
  269. package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
  270. package/fesm2015/ng-atomic-components-templates-menu.mjs +13 -38
  271. package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
  272. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +26 -119
  273. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  274. package/fesm2015/ng-atomic-components-templates-smart-index.mjs +21 -94
  275. package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  276. package/fesm2015/ng-atomic-components.mjs +6 -11
  277. package/fesm2015/ng-atomic-components.mjs.map +1 -1
  278. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +37 -63
  279. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  280. package/fesm2020/ng-atomic-components-atoms-icon.mjs +34 -63
  281. package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -1
  282. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +29 -94
  283. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  284. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +23 -28
  285. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  286. package/fesm2020/ng-atomic-components-frames-card.mjs +27 -34
  287. package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
  288. package/fesm2020/ng-atomic-components-frames-drawer.mjs +26 -44
  289. package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
  290. package/fesm2020/ng-atomic-components-frames-line-up.mjs +37 -60
  291. package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
  292. package/fesm2020/ng-atomic-components-frames-overlay.mjs +25 -39
  293. package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
  294. package/fesm2020/ng-atomic-components-frames-scroll.mjs +25 -36
  295. package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
  296. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +31 -50
  297. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  298. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +53 -84
  299. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  300. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +49 -78
  301. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  302. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +47 -92
  303. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  304. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +36 -63
  305. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  306. package/fesm2020/ng-atomic-components-molecules-header.mjs +27 -42
  307. package/fesm2020/ng-atomic-components-molecules-header.mjs.map +1 -1
  308. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +33 -46
  309. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  310. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +31 -56
  311. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  312. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +38 -96
  313. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  314. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +38 -126
  315. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  316. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +30 -54
  317. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  318. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +34 -54
  319. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  320. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +43 -73
  321. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  322. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +29 -34
  323. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  324. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +26 -35
  325. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  326. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +31 -36
  327. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  328. package/fesm2020/ng-atomic-components-organisms-heading.mjs +25 -132
  329. package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
  330. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +29 -47
  331. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  332. package/fesm2020/ng-atomic-components-organisms-navigator.mjs +33 -67
  333. package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  334. package/fesm2020/ng-atomic-components-organisms-paginator.mjs +41 -53
  335. package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  336. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +33 -38
  337. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  338. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs +39 -84
  339. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
  340. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +60 -132
  341. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  342. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +29 -35
  343. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  344. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +37 -42
  345. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  346. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +25 -30
  347. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  348. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +36 -49
  349. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  350. package/fesm2020/ng-atomic-components-pages-_index.mjs +20 -21
  351. package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -1
  352. package/fesm2020/ng-atomic-components-pages-blank.mjs +22 -23
  353. package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -1
  354. package/fesm2020/ng-atomic-components-templates-entrance.mjs +46 -75
  355. package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
  356. package/fesm2020/ng-atomic-components-templates-loading.mjs +30 -33
  357. package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
  358. package/fesm2020/ng-atomic-components-templates-menu.mjs +28 -44
  359. package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
  360. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +54 -123
  361. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  362. package/fesm2020/ng-atomic-components-templates-smart-index.mjs +73 -128
  363. package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  364. package/fesm2020/ng-atomic-components.mjs +22 -23
  365. package/fesm2020/ng-atomic-components.mjs.map +1 -1
  366. package/frames/auto-layout/auto-layout.frame.d.ts +0 -1
  367. package/frames/auto-layout/auto-layout.module.d.ts +0 -1
  368. package/frames/auto-layout/index.d.ts +0 -1
  369. package/frames/card/card.frame.d.ts +0 -1
  370. package/frames/card/card.module.d.ts +0 -1
  371. package/frames/card/index.d.ts +0 -1
  372. package/frames/drawer/drawer.frame.d.ts +0 -1
  373. package/frames/drawer/drawer.module.d.ts +0 -1
  374. package/frames/drawer/index.d.ts +0 -1
  375. package/frames/line-up/index.d.ts +0 -1
  376. package/frames/line-up/line-up.animations.d.ts +0 -1
  377. package/frames/line-up/line-up.frame.d.ts +0 -1
  378. package/frames/line-up/line-up.module.d.ts +0 -1
  379. package/frames/line-up/resize-observer.d.ts +0 -1
  380. package/frames/overlay/index.d.ts +0 -1
  381. package/frames/overlay/overlay.animations.d.ts +0 -1
  382. package/frames/overlay/overlay.frame.d.ts +0 -1
  383. package/frames/overlay/overlay.module.d.ts +0 -1
  384. package/frames/scroll/index.d.ts +0 -1
  385. package/frames/scroll/scroll.frame.d.ts +0 -1
  386. package/frames/scroll/scroll.module.d.ts +0 -1
  387. package/frames/smart-menu/index.d.ts +0 -1
  388. package/frames/smart-menu/smart-menu.frame.d.ts +0 -1
  389. package/frames/smart-menu/smart-menu.module.d.ts +0 -1
  390. package/index.d.ts +0 -1
  391. package/molecules/actions-column/actions-column.module.d.ts +0 -1
  392. package/molecules/actions-column/actions-column.molecule.d.ts +0 -1
  393. package/molecules/actions-column/index.d.ts +0 -1
  394. package/molecules/checkbox-column/checkbox-column.module.d.ts +0 -1
  395. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +0 -1
  396. package/molecules/checkbox-column/index.d.ts +0 -1
  397. package/molecules/chips-input-field/chips-input-field.module.d.ts +0 -1
  398. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +0 -1
  399. package/molecules/chips-input-field/index.d.ts +0 -1
  400. package/molecules/date-input-field/date-input-field.module.d.ts +0 -1
  401. package/molecules/date-input-field/date-input-field.molecule.d.ts +0 -1
  402. package/molecules/date-input-field/index.d.ts +0 -1
  403. package/molecules/header/header.module.d.ts +0 -1
  404. package/molecules/header/header.molecule.d.ts +0 -1
  405. package/molecules/header/index.d.ts +0 -1
  406. package/molecules/navigation-list-item/index.d.ts +0 -1
  407. package/molecules/navigation-list-item/navigation-list-item.module.d.ts +0 -1
  408. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +0 -1
  409. package/molecules/select-input-field/index.d.ts +0 -1
  410. package/molecules/select-input-field/select-input-field.module.d.ts +0 -1
  411. package/molecules/select-input-field/select-input-field.molecule.d.ts +0 -1
  412. package/molecules/smart-column/index.d.ts +0 -1
  413. package/molecules/smart-column/smart-column.module.d.ts +0 -1
  414. package/molecules/smart-column/smart-column.molecule.d.ts +0 -1
  415. package/molecules/text-input-field/index.d.ts +0 -1
  416. package/molecules/text-input-field/text-input-field.module.d.ts +0 -1
  417. package/molecules/text-input-field/text-input-field.molecule.d.ts +0 -1
  418. package/molecules/textarea-field/index.d.ts +0 -1
  419. package/molecules/textarea-field/textarea-field.module.d.ts +0 -1
  420. package/molecules/textarea-field/textarea-field.molecule.d.ts +0 -1
  421. package/organisms/action-buttons-section/action-buttons-section.module.d.ts +0 -1
  422. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +0 -1
  423. package/organisms/action-buttons-section/index.d.ts +0 -1
  424. package/organisms/back-navigator/back-navigator.module.d.ts +0 -1
  425. package/organisms/back-navigator/back-navigator.organism.d.ts +0 -1
  426. package/organisms/back-navigator/index.d.ts +0 -1
  427. package/organisms/card-input-section/card-input-section.module.d.ts +0 -1
  428. package/organisms/card-input-section/card-input-section.organism.d.ts +0 -1
  429. package/organisms/card-input-section/index.d.ts +0 -1
  430. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts +0 -1
  431. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +0 -1
  432. package/organisms/cvc-and-exp-input-section/index.d.ts +0 -1
  433. package/organisms/date-input-section/date-input-section.module.d.ts +0 -1
  434. package/organisms/date-input-section/date-input-section.organism.d.ts +0 -1
  435. package/organisms/date-input-section/index.d.ts +0 -1
  436. package/organisms/heading/heading.module.d.ts +0 -1
  437. package/organisms/heading/heading.organism.d.ts +0 -1
  438. package/organisms/heading/index.d.ts +0 -1
  439. package/organisms/navigation-list/index.d.ts +0 -1
  440. package/organisms/navigation-list/navigation-list.module.d.ts +0 -1
  441. package/organisms/navigation-list/navigation-list.organism.d.ts +0 -1
  442. package/organisms/navigator/index.d.ts +0 -1
  443. package/organisms/navigator/navigator.module.d.ts +0 -1
  444. package/organisms/navigator/navigator.organism.d.ts +0 -1
  445. package/organisms/paginator/index.d.ts +0 -1
  446. package/organisms/paginator/paginator.module.d.ts +0 -1
  447. package/organisms/paginator/paginator.organism.d.ts +0 -1
  448. package/organisms/select-input-section/index.d.ts +0 -1
  449. package/organisms/select-input-section/select-input-section.module.d.ts +0 -1
  450. package/organisms/select-input-section/select-input-section.organism.d.ts +0 -1
  451. package/organisms/smart-list/index.d.ts +0 -1
  452. package/organisms/smart-list/smart-list.module.d.ts +0 -1
  453. package/organisms/smart-list/smart-list.organism.d.ts +0 -1
  454. package/organisms/smart-table/index.d.ts +0 -1
  455. package/organisms/smart-table/smart-table.module.d.ts +0 -1
  456. package/organisms/smart-table/smart-table.organism.d.ts +0 -1
  457. package/organisms/social-login-section/index.d.ts +0 -1
  458. package/organisms/social-login-section/social-login-section.module.d.ts +0 -1
  459. package/organisms/social-login-section/social-login-section.organism.d.ts +0 -1
  460. package/organisms/text-input-section/index.d.ts +0 -1
  461. package/organisms/text-input-section/text-input-section.module.d.ts +0 -1
  462. package/organisms/text-input-section/text-input-section.organism.d.ts +0 -1
  463. package/organisms/textarea-section/index.d.ts +0 -1
  464. package/organisms/textarea-section/textarea-section.module.d.ts +0 -1
  465. package/organisms/textarea-section/textarea-section.organism.d.ts +0 -1
  466. package/organisms/top-navigator/index.d.ts +0 -1
  467. package/organisms/top-navigator/top-navigator.module.d.ts +0 -1
  468. package/organisms/top-navigator/top-navigator.organism.d.ts +0 -1
  469. package/package.json +14 -14
  470. package/pages/_index/index.d.ts +0 -1
  471. package/pages/_index/index.module.d.ts +0 -1
  472. package/pages/_index/index.page.d.ts +0 -1
  473. package/pages/blank/blank.module.d.ts +0 -1
  474. package/pages/blank/blank.page.d.ts +0 -1
  475. package/pages/blank/blank.route.d.ts +0 -1
  476. package/pages/blank/index.d.ts +0 -1
  477. package/templates/entrance/entrance.module.d.ts +0 -1
  478. package/templates/entrance/entrance.template.d.ts +0 -1
  479. package/templates/entrance/index.d.ts +0 -1
  480. package/templates/loading/index.d.ts +0 -1
  481. package/templates/loading/loading.module.d.ts +0 -1
  482. package/templates/loading/loading.template.d.ts +0 -1
  483. package/templates/menu/index.d.ts +0 -1
  484. package/templates/menu/menu.module.d.ts +0 -1
  485. package/templates/menu/menu.template.d.ts +0 -1
  486. package/templates/smart-crud/index.d.ts +0 -1
  487. package/templates/smart-crud/smart-crud.module.d.ts +0 -1
  488. package/templates/smart-crud/smart-crud.template.d.ts +0 -1
  489. package/templates/smart-index/index.d.ts +0 -1
  490. package/templates/smart-index/smart-index.module.d.ts +0 -1
  491. package/templates/smart-index/smart-index.template.d.ts +0 -1
  492. package/app.module.d.ts.map +0 -1
  493. package/atoms/chips-input/chips-input.atom.d.ts.map +0 -1
  494. package/atoms/chips-input/chips-input.module.d.ts.map +0 -1
  495. package/atoms/chips-input/index.d.ts.map +0 -1
  496. package/atoms/chips-input/ng-atomic-components-atoms-chips-input.d.ts.map +0 -1
  497. package/atoms/icon/icon.atom.d.ts.map +0 -1
  498. package/atoms/icon/icon.module.d.ts.map +0 -1
  499. package/atoms/icon/index.d.ts.map +0 -1
  500. package/atoms/icon/ng-atomic-components-atoms-icon.d.ts.map +0 -1
  501. package/atoms/smart-menu-button/index.d.ts.map +0 -1
  502. package/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.d.ts.map +0 -1
  503. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts.map +0 -1
  504. package/atoms/smart-menu-button/smart-menu-button.module.d.ts.map +0 -1
  505. package/frames/auto-layout/auto-layout.frame.d.ts.map +0 -1
  506. package/frames/auto-layout/auto-layout.module.d.ts.map +0 -1
  507. package/frames/auto-layout/index.d.ts.map +0 -1
  508. package/frames/auto-layout/ng-atomic-components-frames-auto-layout.d.ts.map +0 -1
  509. package/frames/card/card.frame.d.ts.map +0 -1
  510. package/frames/card/card.module.d.ts.map +0 -1
  511. package/frames/card/index.d.ts.map +0 -1
  512. package/frames/card/ng-atomic-components-frames-card.d.ts.map +0 -1
  513. package/frames/drawer/drawer.frame.d.ts.map +0 -1
  514. package/frames/drawer/drawer.module.d.ts.map +0 -1
  515. package/frames/drawer/index.d.ts.map +0 -1
  516. package/frames/drawer/ng-atomic-components-frames-drawer.d.ts.map +0 -1
  517. package/frames/line-up/index.d.ts.map +0 -1
  518. package/frames/line-up/line-up.animations.d.ts.map +0 -1
  519. package/frames/line-up/line-up.frame.d.ts.map +0 -1
  520. package/frames/line-up/line-up.module.d.ts.map +0 -1
  521. package/frames/line-up/ng-atomic-components-frames-line-up.d.ts.map +0 -1
  522. package/frames/line-up/resize-observer.d.ts.map +0 -1
  523. package/frames/overlay/index.d.ts.map +0 -1
  524. package/frames/overlay/ng-atomic-components-frames-overlay.d.ts.map +0 -1
  525. package/frames/overlay/overlay.animations.d.ts.map +0 -1
  526. package/frames/overlay/overlay.frame.d.ts.map +0 -1
  527. package/frames/overlay/overlay.module.d.ts.map +0 -1
  528. package/frames/scroll/index.d.ts.map +0 -1
  529. package/frames/scroll/ng-atomic-components-frames-scroll.d.ts.map +0 -1
  530. package/frames/scroll/scroll.frame.d.ts.map +0 -1
  531. package/frames/scroll/scroll.module.d.ts.map +0 -1
  532. package/frames/smart-menu/index.d.ts.map +0 -1
  533. package/frames/smart-menu/ng-atomic-components-frames-smart-menu.d.ts.map +0 -1
  534. package/frames/smart-menu/smart-menu.frame.d.ts.map +0 -1
  535. package/frames/smart-menu/smart-menu.module.d.ts.map +0 -1
  536. package/index.d.ts.map +0 -1
  537. package/molecules/actions-column/actions-column.module.d.ts.map +0 -1
  538. package/molecules/actions-column/actions-column.molecule.d.ts.map +0 -1
  539. package/molecules/actions-column/index.d.ts.map +0 -1
  540. package/molecules/actions-column/ng-atomic-components-molecules-actions-column.d.ts.map +0 -1
  541. package/molecules/checkbox-column/checkbox-column.module.d.ts.map +0 -1
  542. package/molecules/checkbox-column/checkbox-column.molecule.d.ts.map +0 -1
  543. package/molecules/checkbox-column/index.d.ts.map +0 -1
  544. package/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.d.ts.map +0 -1
  545. package/molecules/chips-input-field/chips-input-field.module.d.ts.map +0 -1
  546. package/molecules/chips-input-field/chips-input-field.molecule.d.ts.map +0 -1
  547. package/molecules/chips-input-field/index.d.ts.map +0 -1
  548. package/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.d.ts.map +0 -1
  549. package/molecules/date-input-field/date-input-field.module.d.ts.map +0 -1
  550. package/molecules/date-input-field/date-input-field.molecule.d.ts.map +0 -1
  551. package/molecules/date-input-field/index.d.ts.map +0 -1
  552. package/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.d.ts.map +0 -1
  553. package/molecules/header/header.module.d.ts.map +0 -1
  554. package/molecules/header/header.molecule.d.ts.map +0 -1
  555. package/molecules/header/index.d.ts.map +0 -1
  556. package/molecules/header/ng-atomic-components-molecules-header.d.ts.map +0 -1
  557. package/molecules/navigation-list-item/index.d.ts.map +0 -1
  558. package/molecules/navigation-list-item/navigation-list-item.module.d.ts.map +0 -1
  559. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts.map +0 -1
  560. package/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.d.ts.map +0 -1
  561. package/molecules/select-input-field/index.d.ts.map +0 -1
  562. package/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.d.ts.map +0 -1
  563. package/molecules/select-input-field/select-input-field.module.d.ts.map +0 -1
  564. package/molecules/select-input-field/select-input-field.molecule.d.ts.map +0 -1
  565. package/molecules/smart-column/index.d.ts.map +0 -1
  566. package/molecules/smart-column/ng-atomic-components-molecules-smart-column.d.ts.map +0 -1
  567. package/molecules/smart-column/smart-column.module.d.ts.map +0 -1
  568. package/molecules/smart-column/smart-column.molecule.d.ts.map +0 -1
  569. package/molecules/text-input-field/index.d.ts.map +0 -1
  570. package/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.d.ts.map +0 -1
  571. package/molecules/text-input-field/text-input-field.module.d.ts.map +0 -1
  572. package/molecules/text-input-field/text-input-field.molecule.d.ts.map +0 -1
  573. package/molecules/textarea-field/index.d.ts.map +0 -1
  574. package/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.d.ts.map +0 -1
  575. package/molecules/textarea-field/textarea-field.module.d.ts.map +0 -1
  576. package/molecules/textarea-field/textarea-field.molecule.d.ts.map +0 -1
  577. package/ng-atomic-components.d.ts.map +0 -1
  578. package/organisms/action-buttons-section/action-buttons-section.module.d.ts.map +0 -1
  579. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts.map +0 -1
  580. package/organisms/action-buttons-section/index.d.ts.map +0 -1
  581. package/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.d.ts.map +0 -1
  582. package/organisms/back-navigator/back-navigator.module.d.ts.map +0 -1
  583. package/organisms/back-navigator/back-navigator.organism.d.ts.map +0 -1
  584. package/organisms/back-navigator/index.d.ts.map +0 -1
  585. package/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.d.ts.map +0 -1
  586. package/organisms/card-input-section/card-input-section.module.d.ts.map +0 -1
  587. package/organisms/card-input-section/card-input-section.organism.d.ts.map +0 -1
  588. package/organisms/card-input-section/index.d.ts.map +0 -1
  589. package/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.d.ts.map +0 -1
  590. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts.map +0 -1
  591. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts.map +0 -1
  592. package/organisms/cvc-and-exp-input-section/index.d.ts.map +0 -1
  593. package/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.d.ts.map +0 -1
  594. package/organisms/date-input-section/date-input-section.module.d.ts.map +0 -1
  595. package/organisms/date-input-section/date-input-section.organism.d.ts.map +0 -1
  596. package/organisms/date-input-section/index.d.ts.map +0 -1
  597. package/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.d.ts.map +0 -1
  598. package/organisms/heading/heading.module.d.ts.map +0 -1
  599. package/organisms/heading/heading.organism.d.ts.map +0 -1
  600. package/organisms/heading/index.d.ts.map +0 -1
  601. package/organisms/heading/ng-atomic-components-organisms-heading.d.ts.map +0 -1
  602. package/organisms/navigation-list/index.d.ts.map +0 -1
  603. package/organisms/navigation-list/navigation-list.module.d.ts.map +0 -1
  604. package/organisms/navigation-list/navigation-list.organism.d.ts.map +0 -1
  605. package/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.d.ts.map +0 -1
  606. package/organisms/navigator/index.d.ts.map +0 -1
  607. package/organisms/navigator/navigator.module.d.ts.map +0 -1
  608. package/organisms/navigator/navigator.organism.d.ts.map +0 -1
  609. package/organisms/navigator/ng-atomic-components-organisms-navigator.d.ts.map +0 -1
  610. package/organisms/paginator/index.d.ts.map +0 -1
  611. package/organisms/paginator/ng-atomic-components-organisms-paginator.d.ts.map +0 -1
  612. package/organisms/paginator/paginator.module.d.ts.map +0 -1
  613. package/organisms/paginator/paginator.organism.d.ts.map +0 -1
  614. package/organisms/select-input-section/index.d.ts.map +0 -1
  615. package/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.d.ts.map +0 -1
  616. package/organisms/select-input-section/select-input-section.module.d.ts.map +0 -1
  617. package/organisms/select-input-section/select-input-section.organism.d.ts.map +0 -1
  618. package/organisms/smart-list/index.d.ts.map +0 -1
  619. package/organisms/smart-list/ng-atomic-components-organisms-smart-list.d.ts.map +0 -1
  620. package/organisms/smart-list/smart-list.module.d.ts.map +0 -1
  621. package/organisms/smart-list/smart-list.organism.d.ts.map +0 -1
  622. package/organisms/smart-table/index.d.ts.map +0 -1
  623. package/organisms/smart-table/ng-atomic-components-organisms-smart-table.d.ts.map +0 -1
  624. package/organisms/smart-table/smart-table.module.d.ts.map +0 -1
  625. package/organisms/smart-table/smart-table.organism.d.ts.map +0 -1
  626. package/organisms/social-login-section/index.d.ts.map +0 -1
  627. package/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.d.ts.map +0 -1
  628. package/organisms/social-login-section/social-login-section.module.d.ts.map +0 -1
  629. package/organisms/social-login-section/social-login-section.organism.d.ts.map +0 -1
  630. package/organisms/text-input-section/index.d.ts.map +0 -1
  631. package/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.d.ts.map +0 -1
  632. package/organisms/text-input-section/text-input-section.module.d.ts.map +0 -1
  633. package/organisms/text-input-section/text-input-section.organism.d.ts.map +0 -1
  634. package/organisms/textarea-section/index.d.ts.map +0 -1
  635. package/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.d.ts.map +0 -1
  636. package/organisms/textarea-section/textarea-section.module.d.ts.map +0 -1
  637. package/organisms/textarea-section/textarea-section.organism.d.ts.map +0 -1
  638. package/organisms/top-navigator/index.d.ts.map +0 -1
  639. package/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.d.ts.map +0 -1
  640. package/organisms/top-navigator/top-navigator.module.d.ts.map +0 -1
  641. package/organisms/top-navigator/top-navigator.organism.d.ts.map +0 -1
  642. package/pages/_index/index.d.ts.map +0 -1
  643. package/pages/_index/index.module.d.ts.map +0 -1
  644. package/pages/_index/index.page.d.ts.map +0 -1
  645. package/pages/_index/ng-atomic-components-pages-_index.d.ts.map +0 -1
  646. package/pages/blank/blank.module.d.ts.map +0 -1
  647. package/pages/blank/blank.page.d.ts.map +0 -1
  648. package/pages/blank/blank.route.d.ts.map +0 -1
  649. package/pages/blank/index.d.ts.map +0 -1
  650. package/pages/blank/ng-atomic-components-pages-blank.d.ts.map +0 -1
  651. package/templates/entrance/entrance.module.d.ts.map +0 -1
  652. package/templates/entrance/entrance.template.d.ts.map +0 -1
  653. package/templates/entrance/index.d.ts.map +0 -1
  654. package/templates/entrance/ng-atomic-components-templates-entrance.d.ts.map +0 -1
  655. package/templates/loading/index.d.ts.map +0 -1
  656. package/templates/loading/loading.module.d.ts.map +0 -1
  657. package/templates/loading/loading.template.d.ts.map +0 -1
  658. package/templates/loading/ng-atomic-components-templates-loading.d.ts.map +0 -1
  659. package/templates/menu/index.d.ts.map +0 -1
  660. package/templates/menu/menu.module.d.ts.map +0 -1
  661. package/templates/menu/menu.template.d.ts.map +0 -1
  662. package/templates/menu/ng-atomic-components-templates-menu.d.ts.map +0 -1
  663. package/templates/smart-crud/index.d.ts.map +0 -1
  664. package/templates/smart-crud/ng-atomic-components-templates-smart-crud.d.ts.map +0 -1
  665. package/templates/smart-crud/smart-crud.module.d.ts.map +0 -1
  666. package/templates/smart-crud/smart-crud.template.d.ts.map +0 -1
  667. package/templates/smart-index/index.d.ts.map +0 -1
  668. package/templates/smart-index/ng-atomic-components-templates-smart-index.d.ts.map +0 -1
  669. package/templates/smart-index/smart-index.module.d.ts.map +0 -1
  670. package/templates/smart-index/smart-index.template.d.ts.map +0 -1
@@ -1,3 +1,2 @@
1
1
  export { DateInputFieldMolecule } from './date-input-field.molecule';
2
2
  export { DateInputFieldModule } from './date-input-field.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -6,4 +6,3 @@ export declare class HeaderModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof i1.HeaderMolecule], [typeof i2.CommonModule], [typeof i1.HeaderMolecule]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
8
8
  }
9
- //# sourceMappingURL=header.module.d.ts.map
@@ -5,4 +5,3 @@ export declare class HeaderMolecule {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderMolecule, never>;
6
6
  static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMolecule, "molecules-header", never, { "title": "title"; "description": "description"; }, {}, never, never, false>;
7
7
  }
8
- //# sourceMappingURL=header.molecule.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { HeaderMolecule } from './header.molecule';
2
2
  export { HeaderModule } from './header.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { NavigationListItemMolecule } from './navigation-list-item.molecule';
2
2
  export { NavigationListItemModule } from './navigation-list-item.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -8,4 +8,3 @@ export declare class NavigationListItemModule {
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationListItemModule, [typeof i1.NavigationListItemMolecule], [typeof i2.CommonModule, typeof i3.MatListModule, typeof i4.IconModule], [typeof i1.NavigationListItemMolecule]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<NavigationListItemModule>;
10
10
  }
11
- //# sourceMappingURL=navigation-list-item.module.d.ts.map
@@ -6,4 +6,3 @@ export declare class NavigationListItemMolecule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListItemMolecule, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<NavigationListItemMolecule, "molecules-navigation-list-item", never, { "item": "item"; "selected": "selected"; }, {}, never, never, false>;
8
8
  }
9
- //# sourceMappingURL=navigation-list-item.molecule.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { SelectInputFieldModule } from './select-input-field.module';
2
2
  export * from './select-input-field.molecule';
3
- //# sourceMappingURL=index.d.ts.map
@@ -8,4 +8,3 @@ export declare class SelectInputFieldModule {
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<SelectInputFieldModule, [typeof i1.SelectInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatSelectModule], [typeof i1.SelectInputFieldMolecule]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<SelectInputFieldModule>;
10
10
  }
11
- //# sourceMappingURL=select-input-field.module.d.ts.map
@@ -12,4 +12,3 @@ export declare class SelectInputFieldMolecule<T> {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputFieldMolecule<any>, never>;
13
13
  static ɵcmp: i0.ɵɵComponentDeclaration<SelectInputFieldMolecule<any>, "molecules-select-input-field", never, { "label": "label"; "control": "control"; "options": "options"; }, {}, never, never, false>;
14
14
  }
15
- //# sourceMappingURL=select-input-field.molecule.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { SmartColumnModule } from './smart-column.module';
2
2
  export * from './smart-column.molecule';
3
- //# sourceMappingURL=index.d.ts.map
@@ -13,4 +13,3 @@ export declare class SmartColumnModule {
13
13
  static ɵmod: i0.ɵɵNgModuleDeclaration<SmartColumnModule, [typeof i1.SmartColumnMolecule], [typeof i2.CommonModule, typeof i3.ClipboardModule, typeof i4.SmartExpModule, typeof i5.DataAccessorPipe, typeof i6.MatButtonModule, typeof i7.MatIconModule, typeof i8.MatTableModule, typeof i9.MatTooltipModule], [typeof i1.SmartColumnMolecule]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartColumnModule>;
15
15
  }
16
- //# sourceMappingURL=smart-column.module.d.ts.map
@@ -9,4 +9,3 @@ export declare class SmartColumnMolecule<T> extends MatTextColumn<T> {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnMolecule<any>, never>;
10
10
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartColumnMolecule<any>, "molecules-smart-column", never, { "sort": "sort"; }, { "headerClick": "headerClick"; }, never, never, false>;
11
11
  }
12
- //# sourceMappingURL=smart-column.molecule.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { TextInputFieldMolecule } from './text-input-field.molecule';
2
2
  export { TextInputFieldModule } from './text-input-field.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -8,4 +8,3 @@ export declare class TextInputFieldModule {
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<TextInputFieldModule, [typeof i1.TextInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatInputModule], [typeof i1.TextInputFieldMolecule]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<TextInputFieldModule>;
10
10
  }
11
- //# sourceMappingURL=text-input-field.module.d.ts.map
@@ -10,4 +10,3 @@ export declare class TextInputFieldMolecule {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<TextInputFieldMolecule, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<TextInputFieldMolecule, "molecules-text-input-field", never, { "type": "type"; "name": "name"; "label": "label"; "control": "control"; "placeholder": "placeholder"; "hint": "hint"; }, {}, never, never, false>;
12
12
  }
13
- //# sourceMappingURL=text-input-field.molecule.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { TextareaFieldMolecule } from './textarea-field.molecule';
2
2
  export { TextareaFieldModule } from './textarea-field.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class TextareaFieldModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<TextareaFieldModule, [typeof i1.TextareaFieldMolecule], [typeof i2.CommonModule, typeof i3.MatInputModule], [typeof i1.TextareaFieldMolecule]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<TextareaFieldModule>;
9
9
  }
10
- //# sourceMappingURL=textarea-field.module.d.ts.map
@@ -6,4 +6,3 @@ export declare class TextareaFieldMolecule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFieldMolecule, never>;
7
7
  static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFieldMolecule, "molecules-textarea-field", never, { "label": "label"; "hint": "hint"; "placeholder": "placeholder"; }, {}, never, never, false>;
8
8
  }
9
- //# sourceMappingURL=textarea-field.molecule.d.ts.map
@@ -7,4 +7,3 @@ export declare class ActionButtonsSectionModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<ActionButtonsSectionModule, [typeof i1.ActionButtonsSectionOrganism], [typeof i2.CommonModule, typeof i3.MatButtonModule], [typeof i1.ActionButtonsSectionOrganism]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<ActionButtonsSectionModule>;
9
9
  }
10
- //# sourceMappingURL=action-buttons-section.module.d.ts.map
@@ -8,4 +8,3 @@ export declare class ActionButtonsSectionOrganism {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsSectionOrganism, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonsSectionOrganism, "organisms-action-buttons-section", never, { "actions": "actions"; }, { "action": "action"; }, never, never, false>;
10
10
  }
11
- //# sourceMappingURL=action-buttons-section.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { ActionButtonsSectionModule } from './action-buttons-section.module';
2
2
  export * from './action-buttons-section.organism';
3
- //# sourceMappingURL=index.d.ts.map
@@ -10,4 +10,3 @@ export declare class BackNavigatorModule {
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<BackNavigatorModule, [typeof i1.BackNavigatorOrganism], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.MatToolbarModule, typeof i6.SmartMenuButtonModule], [typeof i1.BackNavigatorOrganism]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<BackNavigatorModule>;
12
12
  }
13
- //# sourceMappingURL=back-navigator.module.d.ts.map
@@ -11,4 +11,3 @@ export declare class BackNavigatorOrganism {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<BackNavigatorOrganism, never>;
12
12
  static ɵcmp: i0.ɵɵComponentDeclaration<BackNavigatorOrganism, "organisms-back-navigator", never, { "canBack": "canBack"; "title": "title"; "description": "description"; "items": "items"; }, { "backButtonClick": "backButtonClick"; "action": "action"; }, never, never, false>;
13
13
  }
14
- //# sourceMappingURL=back-navigator.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { BackNavigatorModule } from './back-navigator.module';
2
2
  export * from './back-navigator.organism';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class CardInputSectionModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<CardInputSectionModule, [typeof i1.CardInputSectionOrganism], [typeof i2.CommonModule, typeof i3.TextInputFieldModule], [typeof i1.CardInputSectionOrganism]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<CardInputSectionModule>;
9
9
  }
10
- //# sourceMappingURL=card-input-section.module.d.ts.map
@@ -7,4 +7,3 @@ export declare class CardInputSectionOrganism {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<CardInputSectionOrganism, never>;
8
8
  static ɵcmp: i0.ɵɵComponentDeclaration<CardInputSectionOrganism, "organisms-card-input-section", never, { "control": "control"; "label": "label"; "placeholder": "placeholder"; }, {}, never, never, false>;
9
9
  }
10
- //# sourceMappingURL=card-input-section.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { CardInputSectionOrganism } from './card-input-section.organism';
2
2
  export { CardInputSectionModule } from './card-input-section.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -8,4 +8,3 @@ export declare class CvcAndExpInputSectionModule {
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<CvcAndExpInputSectionModule, [typeof i1.CvcAndExpInputSectionOrganism], [typeof i2.CommonModule, typeof i3.SelectInputFieldModule, typeof i4.TextInputFieldModule], [typeof i1.CvcAndExpInputSectionOrganism]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<CvcAndExpInputSectionModule>;
10
10
  }
11
- //# sourceMappingURL=cvc-and-exp-input-section.module.d.ts.map
@@ -8,4 +8,3 @@ export declare class CvcAndExpInputSectionOrganism {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CvcAndExpInputSectionOrganism, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<CvcAndExpInputSectionOrganism, "organisms-cvc-and-exp-input-section", never, { "form": "form"; }, {}, never, never, false>;
10
10
  }
11
- //# sourceMappingURL=cvc-and-exp-input-section.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { CvcAndExpInputSectionOrganism } from './cvc-and-exp-input-section.organism';
2
2
  export { CvcAndExpInputSectionModule } from './cvc-and-exp-input-section.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class DateInputSectionModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<DateInputSectionModule, [typeof i1.DateInputSectionOrganism], [typeof i2.CommonModule, typeof i3.DateInputFieldModule], [typeof i1.DateInputSectionOrganism]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<DateInputSectionModule>;
9
9
  }
10
- //# sourceMappingURL=date-input-section.module.d.ts.map
@@ -8,4 +8,3 @@ export declare class DateInputSectionOrganism {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DateInputSectionOrganism, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<DateInputSectionOrganism, "organisms-date-input-section", never, { "control": "control"; "label": "label"; "placeholder": "placeholder"; }, {}, never, never, false>;
10
10
  }
11
- //# sourceMappingURL=date-input-section.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { DateInputSectionModule } from './date-input-section.module';
2
2
  export * from './date-input-section.organism';
3
- //# sourceMappingURL=index.d.ts.map
@@ -6,4 +6,3 @@ export declare class HeadingModule {
6
6
  static ɵmod: i0.ɵɵNgModuleDeclaration<HeadingModule, [typeof i1.HeadingOrganism], [typeof i2.CommonModule], [typeof i1.HeadingOrganism]>;
7
7
  static ɵinj: i0.ɵɵInjectorDeclaration<HeadingModule>;
8
8
  }
9
- //# sourceMappingURL=heading.module.d.ts.map
@@ -4,4 +4,3 @@ export declare class HeadingOrganism {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<HeadingOrganism, never>;
5
5
  static ɵcmp: i0.ɵɵComponentDeclaration<HeadingOrganism, "organisms-heading", never, { "level": "level"; }, {}, never, ["*"], false>;
6
6
  }
7
- //# sourceMappingURL=heading.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { HeadingModule } from './heading.module';
2
2
  export * from './heading.organism';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { NavigationListOrganism } from './navigation-list.organism';
2
2
  export { NavigationListModule } from './navigation-list.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -8,4 +8,3 @@ export declare class NavigationListModule {
8
8
  static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationListModule, [typeof i1.NavigationListOrganism], [typeof i2.CommonModule, typeof i3.MatListModule, typeof i4.NavigationListItemModule], [typeof i1.NavigationListOrganism]>;
9
9
  static ɵinj: i0.ɵɵInjectorDeclaration<NavigationListModule>;
10
10
  }
11
- //# sourceMappingURL=navigation-list.module.d.ts.map
@@ -7,4 +7,3 @@ export declare class NavigationListOrganism {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListOrganism, never>;
8
8
  static ɵcmp: i0.ɵɵComponentDeclaration<NavigationListOrganism, "organisms-navigation-list", never, { "items": "items"; }, { "action": "action"; }, never, never, false>;
9
9
  }
10
- //# sourceMappingURL=navigation-list.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { NavigatorOrganism } from './navigator.organism';
2
2
  export { NavigatorModule } from './navigator.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -10,4 +10,3 @@ export declare class NavigatorModule {
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<NavigatorModule, [typeof i1.NavigatorOrganism], [typeof i2.CommonModule, typeof i3.MatButtonModule, typeof i4.MatIconModule, typeof i5.MatToolbarModule, typeof i6.SmartMenuButtonModule], [typeof i1.NavigatorOrganism]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<NavigatorModule>;
12
12
  }
13
- //# sourceMappingURL=navigator.module.d.ts.map
@@ -8,4 +8,3 @@ export declare class NavigatorOrganism {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorOrganism, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorOrganism, "organisms-navigator", never, { "startActions": "startActions"; "endActions": "endActions"; }, { "action": "action"; }, never, ["*"], false>;
10
10
  }
11
- //# sourceMappingURL=navigator.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { PaginatorModule } from './paginator.module';
2
2
  export * from './paginator.organism';
3
- //# sourceMappingURL=index.d.ts.map
@@ -9,4 +9,3 @@ export declare class PaginatorModule {
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<PaginatorModule, [typeof i1.PaginatorOrganism], [typeof i2.CommonModule, typeof i3.MatPaginatorModule, typeof i4.AutoLayoutModule, typeof i5.ChipsInputFieldModule], [typeof i1.PaginatorOrganism]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<PaginatorModule>;
11
11
  }
12
- //# sourceMappingURL=paginator.module.d.ts.map
@@ -11,4 +11,3 @@ export declare class PaginatorOrganism {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorOrganism, never>;
12
12
  static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorOrganism, "organisms-paginator", never, { "control": "control"; "placeholder": "placeholder"; "page": "page"; "pageSizeOptions": "pageSizeOptions"; }, { "pageChange": "pageChange"; }, never, never, false>;
13
13
  }
14
- //# sourceMappingURL=paginator.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { SelectInputSectionModule } from './select-input-section.module';
2
2
  export * from './select-input-section.organism';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class SelectInputSectionModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<SelectInputSectionModule, [typeof i1.SelectInputSectionOrganism], [typeof i2.CommonModule, typeof i3.SelectInputFieldModule], [typeof i1.SelectInputSectionOrganism]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<SelectInputSectionModule>;
9
9
  }
10
- //# sourceMappingURL=select-input-section.module.d.ts.map
@@ -10,4 +10,3 @@ export declare class SelectInputSectionOrganism<T> {
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputSectionOrganism<any>, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<SelectInputSectionOrganism<any>, "organisms-select-input-section", never, { "label": "label"; "control": "control"; "options": "options"; }, {}, never, never, false>;
12
12
  }
13
- //# sourceMappingURL=select-input-section.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export * from './smart-list.organism';
2
2
  export * from './smart-list.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -10,4 +10,3 @@ export declare class SmartListModule {
10
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<SmartListModule, [typeof i1.SmartListOrganism], [typeof i2.CommonModule, typeof i3.MatListModule, typeof i4.MatIconModule, typeof i5.MatRippleModule, typeof i6.DataAccessorPipe], [typeof i1.SmartListOrganism]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartListModule>;
12
12
  }
13
- //# sourceMappingURL=smart-list.module.d.ts.map
@@ -19,4 +19,3 @@ export declare class SmartListOrganism<T> {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartListOrganism<any>, [{ optional: true; }]>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartListOrganism<any>, "organisms-smart-list", never, { "items": "items"; }, { "action": "action"; }, never, never, false>;
21
21
  }
22
- //# sourceMappingURL=smart-list.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { SmartTableModule } from './smart-table.module';
2
2
  export * from './smart-table.organism';
3
- //# sourceMappingURL=index.d.ts.map
@@ -15,4 +15,3 @@ export declare class SmartTableModule {
15
15
  static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, [typeof i1.SmartTableOrganism], [typeof i2.CommonModule, typeof i3.DomainModule, typeof i4.MatTableModule, typeof i5.MatCheckboxModule, typeof i6.MatMenuModule, typeof i7.MatButtonModule, typeof i8.MatIconModule, typeof i9.ActionsColumnModule, typeof i10.CheckboxColumnModule, typeof i11.SmartColumnModule], [typeof i1.SmartTableOrganism]>;
16
16
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartTableModule>;
17
17
  }
18
- //# sourceMappingURL=smart-table.module.d.ts.map
@@ -23,4 +23,3 @@ export declare class SmartTableOrganism<Item extends object> {
23
23
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableOrganism<any>, "organisms-smart-table", never, { "_columns": "columns"; "items": "items"; "itemActions": "itemActions"; "pageSize": "pageSize"; "selectedIdSet": "selectedIdSet"; "sort": "sort"; }, { "action": "action"; "headerClick": "headerClick"; "checkboxClick": "checkboxClick"; "pageChange": "pageChange"; "itemCheck": "itemCheck"; }, never, never, false>;
24
24
  }
25
25
  export {};
26
- //# sourceMappingURL=smart-table.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { SocialLoginSectionModule } from './social-login-section.module';
2
2
  export * from './social-login-section.organism';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class SocialLoginSectionModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<SocialLoginSectionModule, [typeof i1.SocialLoginSectionOrganism], [typeof i2.CommonModule, typeof i3.MatButtonModule], [typeof i1.SocialLoginSectionOrganism]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<SocialLoginSectionModule>;
9
9
  }
10
- //# sourceMappingURL=social-login-section.module.d.ts.map
@@ -5,4 +5,3 @@ export declare class SocialLoginSectionOrganism {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SocialLoginSectionOrganism, never>;
6
6
  static ɵcmp: i0.ɵɵComponentDeclaration<SocialLoginSectionOrganism, "organisms-social-login-section", never, {}, { "signInWithGoogleButtonClick": "signInWithGoogleButtonClick"; }, never, never, false>;
7
7
  }
8
- //# sourceMappingURL=social-login-section.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { TextInputSectionOrganism } from './text-input-section.organism';
2
2
  export { TextInputSectionModule } from './text-input-section.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class TextInputSectionModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<TextInputSectionModule, [typeof i1.TextInputSectionOrganism], [typeof i2.CommonModule, typeof i3.TextInputFieldModule], [typeof i1.TextInputSectionOrganism]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<TextInputSectionModule>;
9
9
  }
10
- //# sourceMappingURL=text-input-section.module.d.ts.map
@@ -9,4 +9,3 @@ export declare class TextInputSectionOrganism {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<TextInputSectionOrganism, never>;
10
10
  static ɵcmp: i0.ɵɵComponentDeclaration<TextInputSectionOrganism, "organisms-text-input-section", never, { "label": "label"; "placeholder": "placeholder"; "type": "type"; "hint": "hint"; "control": "control"; }, {}, never, never, false>;
11
11
  }
12
- //# sourceMappingURL=text-input-section.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { TextareaSectionOrganism } from './textarea-section.organism';
2
2
  export { TextareaSectionModule } from './textarea-section.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class TextareaSectionModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<TextareaSectionModule, [typeof i1.TextareaSectionOrganism], [typeof i2.CommonModule, typeof i3.TextareaFieldModule], [typeof i1.TextareaSectionOrganism]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<TextareaSectionModule>;
9
9
  }
10
- //# sourceMappingURL=textarea-section.module.d.ts.map
@@ -4,4 +4,3 @@ export declare class TextareaSectionOrganism {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<TextareaSectionOrganism, never>;
5
5
  static ɵcmp: i0.ɵɵComponentDeclaration<TextareaSectionOrganism, "organisms-textarea-section", never, { "label": "label"; }, {}, never, never, false>;
6
6
  }
7
- //# sourceMappingURL=textarea-section.organism.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { TopNavigatorModule } from './top-navigator.module';
2
2
  export * from './top-navigator.organism';
3
- //# sourceMappingURL=index.d.ts.map
@@ -9,4 +9,3 @@ export declare class TopNavigatorModule {
9
9
  static ɵmod: i0.ɵɵNgModuleDeclaration<TopNavigatorModule, [typeof i1.TopNavigatorOrganism], [typeof i2.CommonModule, typeof i3.MatToolbarModule, typeof i4.MatMenuModule, typeof i5.SmartMenuButtonModule], [typeof i1.TopNavigatorOrganism]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<TopNavigatorModule>;
11
11
  }
12
- //# sourceMappingURL=top-navigator.module.d.ts.map
@@ -11,4 +11,3 @@ export declare class TopNavigatorOrganism {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TopNavigatorOrganism, never>;
12
12
  static ɵcmp: i0.ɵɵComponentDeclaration<TopNavigatorOrganism, "organisms-top-navigator", never, { "title": "title"; "items": "items"; }, { "action": "action"; }, never, never, false>;
13
13
  }
14
- //# sourceMappingURL=top-navigator.organism.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-atomic/components",
3
- "version": "4.16.3",
3
+ "version": "4.20.4",
4
4
  "license": "MIT",
5
5
  "module": "fesm2015/ng-atomic-components.mjs",
6
6
  "es2020": "fesm2020/ng-atomic-components.mjs",
@@ -369,22 +369,22 @@
369
369
  "dependencies": {
370
370
  "tslib": "^2.3.0"
371
371
  },
372
- "scripts": {
373
- "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
374
- },
375
372
  "peerDependencies": {
376
- "@angular/core": "^14.0.0",
377
- "@angular/platform-browser": "^14.0.0",
378
- "@ng-atomic/elements": "4.16.3",
379
- "@angular/cdk": "^14.0.0",
380
- "@angular/material": "^14.0.0",
373
+ "@storybook/addons": "^6.4.10",
374
+ "@storybook/theming": "^6.4.10",
375
+ "@angular/core": "14.2.9",
376
+ "@angular/platform-browser": "14.2.9",
377
+ "@ng-atomic/elements": "4.20.4",
378
+ "@angular/material": "^14.2.0",
381
379
  "@ngneat/reactive-forms": "^4.1.0",
382
380
  "rxjs": "7.5.0",
383
- "@ng-atomic/common": "4.16.3",
384
- "@angular/forms": "^14.0.0",
385
- "@angular/animations": "^14.0.0",
381
+ "@ng-atomic/common": "4.20.4",
382
+ "@angular/forms": "14.2.9",
383
+ "@ng-atomic/storybook": "4.20.4",
384
+ "@storybook/angular": "6.5.13",
385
+ "@angular/animations": "14.2.9",
386
386
  "resize-observer-polyfill": "^1.5.1",
387
- "@angular/router": "^14.0.0",
388
- "@angular/platform-browser-dynamic": "^14.0.0"
387
+ "@angular/router": "14.2.9",
388
+ "@angular/platform-browser-dynamic": "14.2.9"
389
389
  }
390
390
  }
@@ -1,3 +1,2 @@
1
1
  export * from './index.module';
2
2
  export * from './index.page';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class IndexModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<IndexModule, [typeof i1.IndexPage], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.IndexPage]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<IndexModule>;
9
9
  }
10
- //# sourceMappingURL=index.module.d.ts.map
@@ -3,4 +3,3 @@ export declare class IndexPage {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<IndexPage, never>;
4
4
  static ɵcmp: i0.ɵɵComponentDeclaration<IndexPage, "pages-index", never, {}, {}, never, never, false>;
5
5
  }
6
- //# sourceMappingURL=index.page.d.ts.map
@@ -7,4 +7,3 @@ export declare class BlankModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<BlankModule, [typeof i1.BlankPage], [typeof i2.CommonModule, typeof i3.RouterModule], [typeof i1.BlankPage]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<BlankModule>;
9
9
  }
10
- //# sourceMappingURL=blank.module.d.ts.map
@@ -3,4 +3,3 @@ export declare class BlankPage {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<BlankPage, never>;
4
4
  static ɵcmp: i0.ɵɵComponentDeclaration<BlankPage, "pages-blank", never, {}, {}, never, never, false>;
5
5
  }
6
- //# sourceMappingURL=blank.page.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import { Route } from "@angular/router";
2
2
  export declare const BLANK_ROUTE: Route;
3
- //# sourceMappingURL=blank.route.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export * from './blank.module';
2
2
  export * from './blank.page';
3
3
  export * from './blank.route';
4
- //# sourceMappingURL=index.d.ts.map
@@ -12,4 +12,3 @@ export declare class EntranceModule {
12
12
  static ɵmod: i0.ɵɵNgModuleDeclaration<EntranceModule, [typeof i1.EntranceTemplate], [typeof i2.CommonModule, typeof i3.AutoLayoutModule, typeof i4.CardModule, typeof i5.ActionButtonsSectionModule, typeof i6.HeadingModule, typeof i7.SocialLoginSectionModule, typeof i8.TextInputSectionModule], [typeof i1.EntranceTemplate]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<EntranceModule>;
14
14
  }
15
- //# sourceMappingURL=entrance.module.d.ts.map
@@ -21,4 +21,3 @@ export declare class EntranceTemplate {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<EntranceTemplate, never>;
22
22
  static ɵcmp: i0.ɵɵComponentDeclaration<EntranceTemplate, "templates-entrance", never, { "form": "form"; "isEmailSectionShown": "isEmailSectionShown"; "isPasswordSectionShown": "isPasswordSectionShown"; "actions": "actions"; }, { "action": "action"; }, never, never, false>;
23
23
  }
24
- //# sourceMappingURL=entrance.template.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { EntranceModule } from './entrance.module';
2
2
  export * from './entrance.template';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { LoadingModule } from './loading.module';
2
2
  export * from './loading.template';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class LoadingModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingModule, [typeof i1.LoadingTemplate], [typeof i2.CommonModule, typeof i3.MatProgressSpinnerModule], [typeof i1.LoadingTemplate]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<LoadingModule>;
9
9
  }
10
- //# sourceMappingURL=loading.module.d.ts.map
@@ -3,4 +3,3 @@ export declare class LoadingTemplate {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingTemplate, never>;
4
4
  static ɵcmp: i0.ɵɵComponentDeclaration<LoadingTemplate, "templates-loading", never, {}, {}, never, never, false>;
5
5
  }
6
- //# sourceMappingURL=loading.template.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { MenuTemplate } from './menu.template';
2
2
  export { MenuModule } from './menu.module';
3
- //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,3 @@ export declare class MenuModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.MenuTemplate], [typeof i2.CommonModule, typeof i3.NavigationListModule], [typeof i1.MenuTemplate]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<MenuModule>;
9
9
  }
10
- //# sourceMappingURL=menu.module.d.ts.map
@@ -7,4 +7,3 @@ export declare class MenuTemplate {
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuTemplate, never>;
8
8
  static ɵcmp: i0.ɵɵComponentDeclaration<MenuTemplate, "templates-menu", never, { "items": "items"; }, { "action": "action"; }, never, ["[header]", "[footer]"], false>;
9
9
  }
10
- //# sourceMappingURL=menu.template.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { SmartCrudModule } from './smart-crud.module';
2
2
  export * from './smart-crud.template';
3
- //# sourceMappingURL=index.d.ts.map
@@ -17,4 +17,3 @@ export declare class SmartCrudModule {
17
17
  static ɵmod: i0.ɵɵNgModuleDeclaration<SmartCrudModule, [typeof i1.SmartCrudTemplate], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.DomainModule, typeof i5.SmartFieldModule, typeof i6.AutoLayoutModule, typeof i7.ScrollModule, typeof i8.ActionButtonsSectionModule, typeof i9.NavigatorModule, typeof i10.DateInputSectionModule, typeof i11.TextInputSectionModule, typeof i12.SelectInputSectionModule, typeof i13.HeaderModule], [typeof i1.SmartCrudTemplate]>;
18
18
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartCrudModule>;
19
19
  }
20
- //# sourceMappingURL=smart-crud.module.d.ts.map
@@ -20,4 +20,3 @@ export declare class SmartCrudTemplate {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartCrudTemplate, never>;
21
21
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartCrudTemplate, "templates-smart-crud", never, { "title": "title"; "form": "form"; "navStartActions": "navStartActions"; "navEndActions": "navEndActions"; "actions": "actions"; }, { "action": "action"; }, never, never, false>;
22
22
  }
23
- //# sourceMappingURL=smart-crud.template.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { SmartIndexModule } from './smart-index.module';
2
2
  export * from './smart-index.template';
3
- //# sourceMappingURL=index.d.ts.map
@@ -13,4 +13,3 @@ export declare class SmartIndexModule {
13
13
  static ɵmod: i0.ɵɵNgModuleDeclaration<SmartIndexModule, [typeof i1.SmartIndexTemplate], [typeof i2.CommonModule, typeof i3.AutoLayoutModule, typeof i4.ScrollModule, typeof i5.PaginatorModule, typeof i6.SmartTableModule, typeof i7.SmartListModule, typeof i8.NavigatorModule, typeof i9.HeaderModule], [typeof i1.SmartIndexTemplate]>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartIndexModule>;
15
15
  }
16
- //# sourceMappingURL=smart-index.module.d.ts.map