@ng-atomic/components 0.0.0-PLACEHOLDER

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 (491) hide show
  1. package/app.module.d.ts +9 -0
  2. package/atoms/chips-input/chips-input.atom.d.ts +20 -0
  3. package/atoms/chips-input/chips-input.module.d.ts +12 -0
  4. package/atoms/chips-input/index.d.ts +2 -0
  5. package/atoms/icon/icon.atom.d.ts +13 -0
  6. package/atoms/icon/icon.module.d.ts +9 -0
  7. package/atoms/icon/index.d.ts +2 -0
  8. package/atoms/smart-menu-button/index.d.ts +2 -0
  9. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +10 -0
  10. package/atoms/smart-menu-button/smart-menu-button.module.d.ts +11 -0
  11. package/esm2020/app.module.mjs +39 -0
  12. package/esm2020/atoms/chips-input/chips-input.atom.mjs +54 -0
  13. package/esm2020/atoms/chips-input/chips-input.module.mjs +44 -0
  14. package/esm2020/atoms/chips-input/index.mjs +3 -0
  15. package/esm2020/atoms/chips-input/ng-atomic-components-atoms-chips-input.mjs +5 -0
  16. package/esm2020/atoms/icon/icon.atom.mjs +31 -0
  17. package/esm2020/atoms/icon/icon.module.mjs +31 -0
  18. package/esm2020/atoms/icon/index.mjs +3 -0
  19. package/esm2020/atoms/icon/ng-atomic-components-atoms-icon.mjs +5 -0
  20. package/esm2020/atoms/smart-menu-button/index.mjs +3 -0
  21. package/esm2020/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.mjs +5 -0
  22. package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +24 -0
  23. package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +35 -0
  24. package/esm2020/frames/auto-layout/auto-layout.frame.mjs +11 -0
  25. package/esm2020/frames/auto-layout/auto-layout.module.mjs +24 -0
  26. package/esm2020/frames/auto-layout/index.mjs +3 -0
  27. package/esm2020/frames/auto-layout/ng-atomic-components-frames-auto-layout.mjs +5 -0
  28. package/esm2020/frames/card/card.frame.mjs +12 -0
  29. package/esm2020/frames/card/card.module.mjs +31 -0
  30. package/esm2020/frames/card/index.mjs +3 -0
  31. package/esm2020/frames/card/ng-atomic-components-frames-card.mjs +5 -0
  32. package/esm2020/frames/drawer/drawer.frame.mjs +36 -0
  33. package/esm2020/frames/drawer/drawer.module.mjs +24 -0
  34. package/esm2020/frames/drawer/index.mjs +3 -0
  35. package/esm2020/frames/drawer/ng-atomic-components-frames-drawer.mjs +5 -0
  36. package/esm2020/frames/line-up/index.mjs +3 -0
  37. package/esm2020/frames/line-up/line-up.animations.mjs +64 -0
  38. package/esm2020/frames/line-up/line-up.frame.mjs +98 -0
  39. package/esm2020/frames/line-up/line-up.module.mjs +24 -0
  40. package/esm2020/frames/line-up/ng-atomic-components-frames-line-up.mjs +5 -0
  41. package/esm2020/frames/line-up/resize-observer.mjs +13 -0
  42. package/esm2020/frames/overlay/index.mjs +3 -0
  43. package/esm2020/frames/overlay/ng-atomic-components-frames-overlay.mjs +5 -0
  44. package/esm2020/frames/overlay/overlay.animations.mjs +28 -0
  45. package/esm2020/frames/overlay/overlay.frame.mjs +17 -0
  46. package/esm2020/frames/overlay/overlay.module.mjs +26 -0
  47. package/esm2020/frames/scroll/index.mjs +3 -0
  48. package/esm2020/frames/scroll/ng-atomic-components-frames-scroll.mjs +5 -0
  49. package/esm2020/frames/scroll/scroll.frame.mjs +12 -0
  50. package/esm2020/frames/scroll/scroll.module.mjs +28 -0
  51. package/esm2020/frames/smart-menu/index.mjs +3 -0
  52. package/esm2020/frames/smart-menu/ng-atomic-components-frames-smart-menu.mjs +5 -0
  53. package/esm2020/frames/smart-menu/smart-menu.frame.mjs +33 -0
  54. package/esm2020/frames/smart-menu/smart-menu.module.mjs +20 -0
  55. package/esm2020/index.mjs +2 -0
  56. package/esm2020/molecules/actions-column/actions-column.module.mjs +49 -0
  57. package/esm2020/molecules/actions-column/actions-column.molecule.mjs +69 -0
  58. package/esm2020/molecules/actions-column/index.mjs +3 -0
  59. package/esm2020/molecules/actions-column/ng-atomic-components-molecules-actions-column.mjs +5 -0
  60. package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +39 -0
  61. package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +62 -0
  62. package/esm2020/molecules/checkbox-column/index.mjs +3 -0
  63. package/esm2020/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.mjs +5 -0
  64. package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +56 -0
  65. package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +66 -0
  66. package/esm2020/molecules/chips-input-field/index.mjs +3 -0
  67. package/esm2020/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.mjs +5 -0
  68. package/esm2020/molecules/date-input-field/date-input-field.module.mjs +38 -0
  69. package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +38 -0
  70. package/esm2020/molecules/date-input-field/index.mjs +3 -0
  71. package/esm2020/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.mjs +5 -0
  72. package/esm2020/molecules/header/header.module.mjs +24 -0
  73. package/esm2020/molecules/header/header.molecule.mjs +18 -0
  74. package/esm2020/molecules/header/index.mjs +3 -0
  75. package/esm2020/molecules/header/ng-atomic-components-molecules-header.mjs +5 -0
  76. package/esm2020/molecules/navigation-list-item/index.mjs +3 -0
  77. package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +38 -0
  78. package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +21 -0
  79. package/esm2020/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.mjs +5 -0
  80. package/esm2020/molecules/select-input-field/index.mjs +3 -0
  81. package/esm2020/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.mjs +5 -0
  82. package/esm2020/molecules/select-input-field/select-input-field.module.mjs +32 -0
  83. package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +29 -0
  84. package/esm2020/molecules/smart-column/index.mjs +3 -0
  85. package/esm2020/molecules/smart-column/ng-atomic-components-molecules-smart-column.mjs +5 -0
  86. package/esm2020/molecules/smart-column/smart-column.module.mjs +56 -0
  87. package/esm2020/molecules/smart-column/smart-column.molecule.mjs +33 -0
  88. package/esm2020/molecules/text-input-field/index.mjs +3 -0
  89. package/esm2020/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.mjs +5 -0
  90. package/esm2020/molecules/text-input-field/text-input-field.module.mjs +36 -0
  91. package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +34 -0
  92. package/esm2020/molecules/textarea-field/index.mjs +3 -0
  93. package/esm2020/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.mjs +5 -0
  94. package/esm2020/molecules/textarea-field/textarea-field.module.mjs +28 -0
  95. package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +24 -0
  96. package/esm2020/ng-atomic-components.mjs +5 -0
  97. package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +34 -0
  98. package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +22 -0
  99. package/esm2020/organisms/action-buttons-section/index.mjs +3 -0
  100. package/esm2020/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.mjs +5 -0
  101. package/esm2020/organisms/back-navigator/back-navigator.module.mjs +46 -0
  102. package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +34 -0
  103. package/esm2020/organisms/back-navigator/index.mjs +3 -0
  104. package/esm2020/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.mjs +5 -0
  105. package/esm2020/organisms/card-input-section/card-input-section.module.mjs +27 -0
  106. package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +24 -0
  107. package/esm2020/organisms/card-input-section/index.mjs +3 -0
  108. package/esm2020/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.mjs +5 -0
  109. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.mjs +31 -0
  110. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +29 -0
  111. package/esm2020/organisms/cvc-and-exp-input-section/index.mjs +3 -0
  112. package/esm2020/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +5 -0
  113. package/esm2020/organisms/date-input-section/date-input-section.module.mjs +28 -0
  114. package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +24 -0
  115. package/esm2020/organisms/date-input-section/index.mjs +3 -0
  116. package/esm2020/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.mjs +5 -0
  117. package/esm2020/organisms/heading/heading.module.mjs +24 -0
  118. package/esm2020/organisms/heading/heading.organism.mjs +17 -0
  119. package/esm2020/organisms/heading/index.mjs +3 -0
  120. package/esm2020/organisms/heading/ng-atomic-components-organisms-heading.mjs +5 -0
  121. package/esm2020/organisms/navigation-list/index.mjs +3 -0
  122. package/esm2020/organisms/navigation-list/navigation-list.module.mjs +34 -0
  123. package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +22 -0
  124. package/esm2020/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.mjs +5 -0
  125. package/esm2020/organisms/navigator/index.mjs +3 -0
  126. package/esm2020/organisms/navigator/navigator.module.mjs +42 -0
  127. package/esm2020/organisms/navigator/navigator.organism.mjs +25 -0
  128. package/esm2020/organisms/navigator/ng-atomic-components-organisms-navigator.mjs +5 -0
  129. package/esm2020/organisms/paginator/index.mjs +3 -0
  130. package/esm2020/organisms/paginator/ng-atomic-components-organisms-paginator.mjs +5 -0
  131. package/esm2020/organisms/paginator/paginator.module.mjs +45 -0
  132. package/esm2020/organisms/paginator/paginator.organism.mjs +32 -0
  133. package/esm2020/organisms/select-input-section/index.mjs +3 -0
  134. package/esm2020/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.mjs +5 -0
  135. package/esm2020/organisms/select-input-section/select-input-section.module.mjs +31 -0
  136. package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +24 -0
  137. package/esm2020/organisms/smart-list/index.mjs +3 -0
  138. package/esm2020/organisms/smart-list/ng-atomic-components-organisms-smart-list.mjs +5 -0
  139. package/esm2020/organisms/smart-list/smart-list.module.mjs +39 -0
  140. package/esm2020/organisms/smart-list/smart-list.organism.mjs +54 -0
  141. package/esm2020/organisms/smart-table/index.mjs +3 -0
  142. package/esm2020/organisms/smart-table/ng-atomic-components-organisms-smart-table.mjs +5 -0
  143. package/esm2020/organisms/smart-table/smart-table.module.mjs +69 -0
  144. package/esm2020/organisms/smart-table/smart-table.organism.mjs +57 -0
  145. package/esm2020/organisms/social-login-section/index.mjs +3 -0
  146. package/esm2020/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.mjs +5 -0
  147. package/esm2020/organisms/social-login-section/social-login-section.module.mjs +31 -0
  148. package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +17 -0
  149. package/esm2020/organisms/text-input-section/index.mjs +3 -0
  150. package/esm2020/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.mjs +5 -0
  151. package/esm2020/organisms/text-input-section/text-input-section.module.mjs +31 -0
  152. package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +29 -0
  153. package/esm2020/organisms/textarea-section/index.mjs +3 -0
  154. package/esm2020/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.mjs +5 -0
  155. package/esm2020/organisms/textarea-section/textarea-section.module.mjs +27 -0
  156. package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +17 -0
  157. package/esm2020/organisms/top-navigator/index.mjs +3 -0
  158. package/esm2020/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.mjs +5 -0
  159. package/esm2020/organisms/top-navigator/top-navigator.module.mjs +42 -0
  160. package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +24 -0
  161. package/esm2020/pages/_index/index.mjs +3 -0
  162. package/esm2020/pages/_index/index.module.mjs +31 -0
  163. package/esm2020/pages/_index/index.page.mjs +11 -0
  164. package/esm2020/pages/_index/ng-atomic-components-pages-_index.mjs +5 -0
  165. package/esm2020/pages/blank/blank.module.mjs +25 -0
  166. package/esm2020/pages/blank/blank.page.mjs +11 -0
  167. package/esm2020/pages/blank/blank.route.mjs +6 -0
  168. package/esm2020/pages/blank/index.mjs +4 -0
  169. package/esm2020/pages/blank/ng-atomic-components-pages-blank.mjs +5 -0
  170. package/esm2020/templates/entrance/entrance.module.mjs +57 -0
  171. package/esm2020/templates/entrance/entrance.template.mjs +62 -0
  172. package/esm2020/templates/entrance/index.mjs +3 -0
  173. package/esm2020/templates/entrance/ng-atomic-components-templates-entrance.mjs +5 -0
  174. package/esm2020/templates/loading/index.mjs +3 -0
  175. package/esm2020/templates/loading/loading.module.mjs +34 -0
  176. package/esm2020/templates/loading/loading.template.mjs +12 -0
  177. package/esm2020/templates/loading/ng-atomic-components-templates-loading.mjs +5 -0
  178. package/esm2020/templates/menu/index.mjs +3 -0
  179. package/esm2020/templates/menu/menu.module.mjs +28 -0
  180. package/esm2020/templates/menu/menu.template.mjs +20 -0
  181. package/esm2020/templates/menu/ng-atomic-components-templates-menu.mjs +5 -0
  182. package/esm2020/templates/smart-crud/index.mjs +3 -0
  183. package/esm2020/templates/smart-crud/ng-atomic-components-templates-smart-crud.mjs +5 -0
  184. package/esm2020/templates/smart-crud/smart-crud.module.mjs +82 -0
  185. package/esm2020/templates/smart-crud/smart-crud.template.mjs +53 -0
  186. package/esm2020/templates/smart-index/index.mjs +3 -0
  187. package/esm2020/templates/smart-index/ng-atomic-components-templates-smart-index.mjs +5 -0
  188. package/esm2020/templates/smart-index/smart-index.module.mjs +61 -0
  189. package/esm2020/templates/smart-index/smart-index.template.mjs +92 -0
  190. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +102 -0
  191. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -0
  192. package/fesm2015/ng-atomic-components-atoms-icon.mjs +65 -0
  193. package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -0
  194. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +63 -0
  195. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -0
  196. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +39 -0
  197. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -0
  198. package/fesm2015/ng-atomic-components-frames-card.mjs +47 -0
  199. package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -0
  200. package/fesm2015/ng-atomic-components-frames-drawer.mjs +65 -0
  201. package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -0
  202. package/fesm2015/ng-atomic-components-frames-line-up.mjs +199 -0
  203. package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -0
  204. package/fesm2015/ng-atomic-components-frames-overlay.mjs +74 -0
  205. package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -0
  206. package/fesm2015/ng-atomic-components-frames-scroll.mjs +44 -0
  207. package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -0
  208. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +57 -0
  209. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -0
  210. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +125 -0
  211. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -0
  212. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +107 -0
  213. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -0
  214. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +126 -0
  215. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -0
  216. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +80 -0
  217. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -0
  218. package/fesm2015/ng-atomic-components-molecules-header.mjs +46 -0
  219. package/fesm2015/ng-atomic-components-molecules-header.mjs.map +1 -0
  220. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +63 -0
  221. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -0
  222. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +65 -0
  223. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -0
  224. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +92 -0
  225. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -0
  226. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +73 -0
  227. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -0
  228. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +56 -0
  229. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -0
  230. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +60 -0
  231. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -0
  232. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +84 -0
  233. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -0
  234. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +55 -0
  235. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs.map +1 -0
  236. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +64 -0
  237. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -0
  238. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +56 -0
  239. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -0
  240. package/fesm2015/ng-atomic-components-organisms-heading.mjs +45 -0
  241. package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -0
  242. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +60 -0
  243. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -0
  244. package/fesm2015/ng-atomic-components-organisms-navigator.mjs +71 -0
  245. package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -0
  246. package/fesm2015/ng-atomic-components-organisms-paginator.mjs +80 -0
  247. package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -0
  248. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +59 -0
  249. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -0
  250. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs +100 -0
  251. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs.map +1 -0
  252. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +130 -0
  253. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -0
  254. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +52 -0
  255. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -0
  256. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +64 -0
  257. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -0
  258. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +48 -0
  259. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -0
  260. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +70 -0
  261. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -0
  262. package/fesm2015/ng-atomic-components-pages-_index.mjs +46 -0
  263. package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -0
  264. package/fesm2015/ng-atomic-components-pages-blank.mjs +51 -0
  265. package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -0
  266. package/fesm2015/ng-atomic-components-templates-entrance.mjs +123 -0
  267. package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -0
  268. package/fesm2015/ng-atomic-components-templates-loading.mjs +50 -0
  269. package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -0
  270. package/fesm2015/ng-atomic-components-templates-menu.mjs +52 -0
  271. package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -0
  272. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +138 -0
  273. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -0
  274. package/fesm2015/ng-atomic-components-templates-smart-index.mjs +156 -0
  275. package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -0
  276. package/fesm2015/ng-atomic-components.mjs +46 -0
  277. package/fesm2015/ng-atomic-components.mjs.map +1 -0
  278. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +102 -0
  279. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -0
  280. package/fesm2020/ng-atomic-components-atoms-icon.mjs +65 -0
  281. package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -0
  282. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +63 -0
  283. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -0
  284. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +39 -0
  285. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -0
  286. package/fesm2020/ng-atomic-components-frames-card.mjs +47 -0
  287. package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -0
  288. package/fesm2020/ng-atomic-components-frames-drawer.mjs +63 -0
  289. package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -0
  290. package/fesm2020/ng-atomic-components-frames-line-up.mjs +198 -0
  291. package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -0
  292. package/fesm2020/ng-atomic-components-frames-overlay.mjs +74 -0
  293. package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -0
  294. package/fesm2020/ng-atomic-components-frames-scroll.mjs +44 -0
  295. package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -0
  296. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +57 -0
  297. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -0
  298. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +122 -0
  299. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -0
  300. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +105 -0
  301. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -0
  302. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +126 -0
  303. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -0
  304. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +80 -0
  305. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -0
  306. package/fesm2020/ng-atomic-components-molecules-header.mjs +46 -0
  307. package/fesm2020/ng-atomic-components-molecules-header.mjs.map +1 -0
  308. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +63 -0
  309. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -0
  310. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +65 -0
  311. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -0
  312. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +92 -0
  313. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -0
  314. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +73 -0
  315. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -0
  316. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +56 -0
  317. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -0
  318. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +60 -0
  319. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -0
  320. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +84 -0
  321. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -0
  322. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +55 -0
  323. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs.map +1 -0
  324. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +64 -0
  325. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -0
  326. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +56 -0
  327. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -0
  328. package/fesm2020/ng-atomic-components-organisms-heading.mjs +45 -0
  329. package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -0
  330. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +60 -0
  331. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -0
  332. package/fesm2020/ng-atomic-components-organisms-navigator.mjs +71 -0
  333. package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -0
  334. package/fesm2020/ng-atomic-components-organisms-paginator.mjs +80 -0
  335. package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -0
  336. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +59 -0
  337. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -0
  338. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs +96 -0
  339. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs.map +1 -0
  340. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +130 -0
  341. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -0
  342. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +52 -0
  343. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -0
  344. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +64 -0
  345. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -0
  346. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +48 -0
  347. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -0
  348. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +70 -0
  349. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -0
  350. package/fesm2020/ng-atomic-components-pages-_index.mjs +46 -0
  351. package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -0
  352. package/fesm2020/ng-atomic-components-pages-blank.mjs +51 -0
  353. package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -0
  354. package/fesm2020/ng-atomic-components-templates-entrance.mjs +123 -0
  355. package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -0
  356. package/fesm2020/ng-atomic-components-templates-loading.mjs +50 -0
  357. package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -0
  358. package/fesm2020/ng-atomic-components-templates-menu.mjs +52 -0
  359. package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -0
  360. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +139 -0
  361. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -0
  362. package/fesm2020/ng-atomic-components-templates-smart-index.mjs +157 -0
  363. package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -0
  364. package/fesm2020/ng-atomic-components.mjs +46 -0
  365. package/fesm2020/ng-atomic-components.mjs.map +1 -0
  366. package/frames/auto-layout/auto-layout.frame.d.ts +5 -0
  367. package/frames/auto-layout/auto-layout.module.d.ts +8 -0
  368. package/frames/auto-layout/index.d.ts +2 -0
  369. package/frames/card/card.frame.d.ts +5 -0
  370. package/frames/card/card.module.d.ts +9 -0
  371. package/frames/card/index.d.ts +2 -0
  372. package/frames/drawer/drawer.frame.d.ts +12 -0
  373. package/frames/drawer/drawer.module.d.ts +9 -0
  374. package/frames/drawer/index.d.ts +2 -0
  375. package/frames/line-up/index.d.ts +2 -0
  376. package/frames/line-up/line-up.animations.d.ts +1 -0
  377. package/frames/line-up/line-up.frame.d.ts +37 -0
  378. package/frames/line-up/line-up.module.d.ts +9 -0
  379. package/frames/line-up/resize-observer.d.ts +3 -0
  380. package/frames/overlay/index.d.ts +2 -0
  381. package/frames/overlay/overlay.animations.d.ts +1 -0
  382. package/frames/overlay/overlay.frame.d.ts +6 -0
  383. package/frames/overlay/overlay.module.d.ts +9 -0
  384. package/frames/scroll/index.d.ts +2 -0
  385. package/frames/scroll/scroll.frame.d.ts +5 -0
  386. package/frames/scroll/scroll.module.d.ts +9 -0
  387. package/frames/smart-menu/index.d.ts +2 -0
  388. package/frames/smart-menu/smart-menu.frame.d.ts +13 -0
  389. package/frames/smart-menu/smart-menu.module.d.ts +8 -0
  390. package/index.d.ts +1 -0
  391. package/molecules/actions-column/actions-column.module.d.ts +13 -0
  392. package/molecules/actions-column/actions-column.molecule.d.ts +22 -0
  393. package/molecules/actions-column/index.d.ts +2 -0
  394. package/molecules/checkbox-column/checkbox-column.module.d.ts +10 -0
  395. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +20 -0
  396. package/molecules/checkbox-column/index.d.ts +2 -0
  397. package/molecules/chips-input-field/chips-input-field.module.d.ts +14 -0
  398. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +25 -0
  399. package/molecules/chips-input-field/index.d.ts +2 -0
  400. package/molecules/date-input-field/date-input-field.module.d.ts +12 -0
  401. package/molecules/date-input-field/date-input-field.molecule.d.ts +13 -0
  402. package/molecules/date-input-field/index.d.ts +2 -0
  403. package/molecules/header/header.module.d.ts +8 -0
  404. package/molecules/header/header.molecule.d.ts +7 -0
  405. package/molecules/header/index.d.ts +2 -0
  406. package/molecules/navigation-list-item/index.d.ts +2 -0
  407. package/molecules/navigation-list-item/navigation-list-item.module.d.ts +10 -0
  408. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +8 -0
  409. package/molecules/select-input-field/index.d.ts +2 -0
  410. package/molecules/select-input-field/select-input-field.module.d.ts +10 -0
  411. package/molecules/select-input-field/select-input-field.molecule.d.ts +14 -0
  412. package/molecules/smart-column/index.d.ts +2 -0
  413. package/molecules/smart-column/smart-column.module.d.ts +15 -0
  414. package/molecules/smart-column/smart-column.molecule.d.ts +11 -0
  415. package/molecules/text-input-field/index.d.ts +2 -0
  416. package/molecules/text-input-field/text-input-field.module.d.ts +10 -0
  417. package/molecules/text-input-field/text-input-field.molecule.d.ts +12 -0
  418. package/molecules/textarea-field/index.d.ts +2 -0
  419. package/molecules/textarea-field/textarea-field.module.d.ts +9 -0
  420. package/molecules/textarea-field/textarea-field.molecule.d.ts +8 -0
  421. package/organisms/action-buttons-section/action-buttons-section.module.d.ts +9 -0
  422. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +10 -0
  423. package/organisms/action-buttons-section/index.d.ts +2 -0
  424. package/organisms/back-navigator/back-navigator.module.d.ts +12 -0
  425. package/organisms/back-navigator/back-navigator.organism.d.ts +13 -0
  426. package/organisms/back-navigator/index.d.ts +2 -0
  427. package/organisms/card-input-section/card-input-section.module.d.ts +9 -0
  428. package/organisms/card-input-section/card-input-section.organism.d.ts +9 -0
  429. package/organisms/card-input-section/index.d.ts +2 -0
  430. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts +10 -0
  431. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +10 -0
  432. package/organisms/cvc-and-exp-input-section/index.d.ts +2 -0
  433. package/organisms/date-input-section/date-input-section.module.d.ts +9 -0
  434. package/organisms/date-input-section/date-input-section.organism.d.ts +10 -0
  435. package/organisms/date-input-section/index.d.ts +2 -0
  436. package/organisms/heading/heading.module.d.ts +8 -0
  437. package/organisms/heading/heading.organism.d.ts +6 -0
  438. package/organisms/heading/index.d.ts +2 -0
  439. package/organisms/navigation-list/index.d.ts +2 -0
  440. package/organisms/navigation-list/navigation-list.module.d.ts +10 -0
  441. package/organisms/navigation-list/navigation-list.organism.d.ts +9 -0
  442. package/organisms/navigator/index.d.ts +2 -0
  443. package/organisms/navigator/navigator.module.d.ts +12 -0
  444. package/organisms/navigator/navigator.organism.d.ts +10 -0
  445. package/organisms/paginator/index.d.ts +2 -0
  446. package/organisms/paginator/paginator.module.d.ts +11 -0
  447. package/organisms/paginator/paginator.organism.d.ts +13 -0
  448. package/organisms/select-input-section/index.d.ts +2 -0
  449. package/organisms/select-input-section/select-input-section.module.d.ts +9 -0
  450. package/organisms/select-input-section/select-input-section.organism.d.ts +12 -0
  451. package/organisms/smart-list/index.d.ts +2 -0
  452. package/organisms/smart-list/smart-list.module.d.ts +12 -0
  453. package/organisms/smart-list/smart-list.organism.d.ts +21 -0
  454. package/organisms/smart-table/index.d.ts +2 -0
  455. package/organisms/smart-table/smart-table.module.d.ts +17 -0
  456. package/organisms/smart-table/smart-table.organism.d.ts +25 -0
  457. package/organisms/social-login-section/index.d.ts +2 -0
  458. package/organisms/social-login-section/social-login-section.module.d.ts +9 -0
  459. package/organisms/social-login-section/social-login-section.organism.d.ts +7 -0
  460. package/organisms/text-input-section/index.d.ts +2 -0
  461. package/organisms/text-input-section/text-input-section.module.d.ts +9 -0
  462. package/organisms/text-input-section/text-input-section.organism.d.ts +11 -0
  463. package/organisms/textarea-section/index.d.ts +2 -0
  464. package/organisms/textarea-section/textarea-section.module.d.ts +9 -0
  465. package/organisms/textarea-section/textarea-section.organism.d.ts +6 -0
  466. package/organisms/top-navigator/index.d.ts +2 -0
  467. package/organisms/top-navigator/top-navigator.module.d.ts +11 -0
  468. package/organisms/top-navigator/top-navigator.organism.d.ts +13 -0
  469. package/package.json +390 -0
  470. package/pages/_index/index.d.ts +2 -0
  471. package/pages/_index/index.module.d.ts +9 -0
  472. package/pages/_index/index.page.d.ts +5 -0
  473. package/pages/blank/blank.module.d.ts +9 -0
  474. package/pages/blank/blank.page.d.ts +5 -0
  475. package/pages/blank/blank.route.d.ts +2 -0
  476. package/pages/blank/index.d.ts +3 -0
  477. package/templates/entrance/entrance.module.d.ts +14 -0
  478. package/templates/entrance/entrance.template.d.ts +23 -0
  479. package/templates/entrance/index.d.ts +2 -0
  480. package/templates/loading/index.d.ts +2 -0
  481. package/templates/loading/loading.module.d.ts +9 -0
  482. package/templates/loading/loading.template.d.ts +5 -0
  483. package/templates/menu/index.d.ts +2 -0
  484. package/templates/menu/menu.module.d.ts +9 -0
  485. package/templates/menu/menu.template.d.ts +9 -0
  486. package/templates/smart-crud/index.d.ts +2 -0
  487. package/templates/smart-crud/smart-crud.module.d.ts +19 -0
  488. package/templates/smart-crud/smart-crud.template.d.ts +22 -0
  489. package/templates/smart-index/index.d.ts +2 -0
  490. package/templates/smart-index/smart-index.module.d.ts +15 -0
  491. package/templates/smart-index/smart-index.template.d.ts +34 -0
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./smart-menu.frame";
3
+ import * as i2 from "@angular/common";
4
+ export declare class SmartMenuModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartMenuModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartMenuModule, [typeof i1.SmartMenuFrame], [typeof i2.CommonModule], [typeof i1.SmartMenuFrame]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<SmartMenuModule>;
8
+ }
package/index.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './app.module';
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./actions-column.molecule";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/table";
5
+ import * as i4 from "@angular/material/menu";
6
+ import * as i5 from "@angular/material/button";
7
+ import * as i6 from "@angular/material/icon";
8
+ import * as i7 from "@ng-atomic/components/atoms/smart-menu-button";
9
+ export declare class ActionsColumnModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionsColumnModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ActionsColumnModule, [typeof i1.ActionsColumnMolecule], [typeof i2.CommonModule, typeof i3.MatTableModule, typeof i4.MatMenuModule, typeof i5.MatButtonModule, typeof i6.MatIconModule, typeof i7.SmartMenuButtonModule], [typeof i1.ActionsColumnMolecule]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<ActionsColumnModule>;
13
+ }
@@ -0,0 +1,22 @@
1
+ import { CdkCellDef, CdkColumnDef, CdkHeaderCellDef, CdkTable, TextColumnOptions } from '@angular/cdk/table';
2
+ import { EventEmitter } from '@angular/core';
3
+ import { Action, ActionItem } from '@ng-atomic/common/models';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ActionsColumnMolecule<T> {
6
+ private _table;
7
+ private _options;
8
+ get name(): string;
9
+ set name(name: string);
10
+ _name: string;
11
+ itemActions: (item: T) => ActionItem[];
12
+ action: EventEmitter<Action<any>>;
13
+ columnDef: CdkColumnDef;
14
+ cell: CdkCellDef;
15
+ headerCell: CdkHeaderCellDef;
16
+ constructor(_table: CdkTable<T>, _options: TextColumnOptions<T>);
17
+ ngOnInit(): void;
18
+ ngOnDestroy(): void;
19
+ private _syncColumnDefName;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionsColumnMolecule<any>, [{ optional: true; }, { optional: true; }]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionsColumnMolecule<any>, "molecules-actions-column", never, { "name": "name"; "itemActions": "itemActions"; }, { "action": "action"; }, never, never, false>;
22
+ }
@@ -0,0 +1,2 @@
1
+ export { ActionsColumnModule } from './actions-column.module';
2
+ export * from './actions-column.molecule';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./checkbox-column.molecule";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/table";
5
+ import * as i4 from "@angular/material/checkbox";
6
+ export declare class CheckboxColumnModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CheckboxColumnModule, [typeof i1.CheckboxColumnMolecule], [typeof i2.CommonModule, typeof i3.MatTableModule, typeof i4.MatCheckboxModule], [typeof i1.CheckboxColumnMolecule]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<CheckboxColumnModule>;
10
+ }
@@ -0,0 +1,20 @@
1
+ import { CdkCellDef, CdkColumnDef, CdkHeaderCellDef, CdkTable } from '@angular/cdk/table';
2
+ import { EventEmitter, OnInit } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CheckboxColumnMolecule<T> implements OnInit {
5
+ private _table;
6
+ get name(): string;
7
+ set name(name: string);
8
+ _name: string;
9
+ selectedIdSet: Set<string>;
10
+ checkboxClick: EventEmitter<T>;
11
+ columnDef: CdkColumnDef;
12
+ cell: CdkCellDef;
13
+ headerCell: CdkHeaderCellDef;
14
+ constructor(_table: CdkTable<T>);
15
+ ngOnInit(): void;
16
+ ngOnDestroy(): void;
17
+ private _syncColumnDefName;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnMolecule<any>, [{ optional: true; }]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnMolecule<any>, "molecules-checkbox-column", never, { "name": "name"; "selectedIdSet": "selectedIdSet"; }, { "checkboxClick": "checkboxClick"; }, never, never, false>;
20
+ }
@@ -0,0 +1,2 @@
1
+ export { CheckboxColumnModule } from './checkbox-column.module';
2
+ export * from './checkbox-column.molecule';
@@ -0,0 +1,14 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./chips-input-field.molecule";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/chips";
6
+ import * as i5 from "@angular/material/icon";
7
+ import * as i6 from "@angular/material/input";
8
+ import * as i7 from "@angular/material/form-field";
9
+ import * as i8 from "@ng-atomic/components/atoms/chips-input";
10
+ export declare class ChipsInputFieldModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipsInputFieldModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ChipsInputFieldModule, [typeof i1.ChipsInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatChipsModule, typeof i5.MatIconModule, typeof i6.MatInputModule, typeof i7.MatFormFieldModule, typeof i6.MatInputModule, typeof i8.ChipsInputModule], [typeof i1.ChipsInputFieldMolecule]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<ChipsInputFieldModule>;
14
+ }
@@ -0,0 +1,25 @@
1
+ import { ChangeDetectorRef } from '@angular/core';
2
+ import { MatChipInputEvent } from '@angular/material/chips';
3
+ import { MatFormFieldAppearance } from '@angular/material/form-field';
4
+ import { FormControl } from '@ngneat/reactive-forms';
5
+ import { ChipsManager } from '@ng-atomic/common/services/chips-manager';
6
+ import * as i0 from "@angular/core";
7
+ export declare class ChipsInputFieldMolecule {
8
+ private cd;
9
+ chipsManager: ChipsManager;
10
+ appearance: MatFormFieldAppearance;
11
+ control: FormControl<string>;
12
+ floatLabel: string;
13
+ label: string;
14
+ hint: string;
15
+ placeholder: string;
16
+ separators: readonly [13, 188, 32];
17
+ private readonly destroy$;
18
+ constructor(cd: ChangeDetectorRef, chipsManager: ChipsManager);
19
+ ngOnInit(): void;
20
+ ngOnDestroy(): void;
21
+ onChiInputTokenEnd(event: MatChipInputEvent): void;
22
+ remove(value: string): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<ChipsInputFieldMolecule, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ChipsInputFieldMolecule, "molecules-chips-input-field", never, { "appearance": "appearance"; "control": "control"; "floatLabel": "floatLabel"; "label": "label"; "hint": "hint"; "placeholder": "placeholder"; "separators": "separators"; }, {}, never, never, false>;
25
+ }
@@ -0,0 +1,2 @@
1
+ export { ChipsInputFieldModule } from './chips-input-field.module';
2
+ export * from './chips-input-field.molecule';
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./date-input-field.molecule";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/input";
6
+ import * as i5 from "@angular/material/datepicker";
7
+ import * as i6 from "@ng-atomic/common/utils";
8
+ export declare class DateInputFieldModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateInputFieldModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateInputFieldModule, [typeof i1.DateInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatInputModule, typeof i5.MatDatepickerModule, typeof i6.MatDayjsDateModule], [typeof i1.DateInputFieldMolecule]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<DateInputFieldModule>;
12
+ }
@@ -0,0 +1,13 @@
1
+ import { FormControl } from '@ngneat/reactive-forms';
2
+ import { Dayjs } from 'dayjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DateInputFieldMolecule {
5
+ control: FormControl<Dayjs>;
6
+ private _control;
7
+ label: string;
8
+ placeholder: string;
9
+ hint?: string;
10
+ ngOnInit(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateInputFieldMolecule, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateInputFieldMolecule, "molecules-date-input-field", never, { "_control": "control"; "label": "label"; "placeholder": "placeholder"; "hint": "hint"; }, {}, never, never, false>;
13
+ }
@@ -0,0 +1,2 @@
1
+ export { DateInputFieldMolecule } from './date-input-field.molecule';
2
+ export { DateInputFieldModule } from './date-input-field.module';
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./header.molecule";
3
+ import * as i2 from "@angular/common";
4
+ export declare class HeaderModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof i1.HeaderMolecule], [typeof i2.CommonModule], [typeof i1.HeaderMolecule]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class HeaderMolecule {
3
+ title: string;
4
+ description?: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeaderMolecule, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderMolecule, "molecules-header", never, { "title": "title"; "description": "description"; }, {}, never, never, false>;
7
+ }
@@ -0,0 +1,2 @@
1
+ export { HeaderMolecule } from './header.molecule';
2
+ export { HeaderModule } from './header.module';
@@ -0,0 +1,2 @@
1
+ export { NavigationListItemMolecule } from './navigation-list-item.molecule';
2
+ export { NavigationListItemModule } from './navigation-list-item.module';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./navigation-list-item.molecule";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/list";
5
+ import * as i4 from "@ng-atomic/components/atoms/icon";
6
+ export declare class NavigationListItemModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListItemModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationListItemModule, [typeof i1.NavigationListItemMolecule], [typeof i2.CommonModule, typeof i3.MatListModule, typeof i4.IconModule], [typeof i1.NavigationListItemMolecule]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<NavigationListItemModule>;
10
+ }
@@ -0,0 +1,8 @@
1
+ import { ActionItem } from '@ng-atomic/common/models';
2
+ import * as i0 from "@angular/core";
3
+ export declare class NavigationListItemMolecule {
4
+ item: ActionItem;
5
+ selected: boolean;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListItemMolecule, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigationListItemMolecule, "molecules-navigation-list-item", never, { "item": "item"; "selected": "selected"; }, {}, never, never, false>;
8
+ }
@@ -0,0 +1,2 @@
1
+ export { SelectInputFieldModule } from './select-input-field.module';
2
+ export * from './select-input-field.molecule';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./select-input-field.molecule";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/select";
6
+ export declare class SelectInputFieldModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputFieldModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SelectInputFieldModule, [typeof i1.SelectInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatSelectModule], [typeof i1.SelectInputFieldMolecule]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<SelectInputFieldModule>;
10
+ }
@@ -0,0 +1,14 @@
1
+ import { FormControl } from '@ngneat/reactive-forms';
2
+ import * as i0 from "@angular/core";
3
+ export interface Option<T> {
4
+ name: string;
5
+ value: T;
6
+ }
7
+ export declare class SelectInputFieldMolecule<T> {
8
+ label: string;
9
+ control: FormControl<T>;
10
+ options: Option<T>[];
11
+ value: (item: Option<T>) => T;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectInputFieldMolecule<any>, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SelectInputFieldMolecule<any>, "molecules-select-input-field", never, { "label": "label"; "control": "control"; "options": "options"; }, {}, never, never, false>;
14
+ }
@@ -0,0 +1,2 @@
1
+ export { SmartColumnModule } from './smart-column.module';
2
+ export * from './smart-column.molecule';
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./smart-column.molecule";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/cdk/clipboard";
5
+ import * as i4 from "@ng-atomic/common/pipes/smart-exp";
6
+ import * as i5 from "@ng-atomic/common/pipes/data-accessor";
7
+ import * as i6 from "@angular/material/button";
8
+ import * as i7 from "@angular/material/icon";
9
+ import * as i8 from "@angular/material/table";
10
+ import * as i9 from "@angular/material/tooltip";
11
+ export declare class SmartColumnModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnModule, never>;
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
+ static ɵinj: i0.ɵɵInjectorDeclaration<SmartColumnModule>;
15
+ }
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { MatTextColumn } from '@angular/material/table';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SmartColumnMolecule<T> extends MatTextColumn<T> {
5
+ sort: 'asc' | 'desc' | 'none';
6
+ headerClick: EventEmitter<void>;
7
+ text: string;
8
+ copied(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<SmartColumnMolecule<any>, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartColumnMolecule<any>, "molecules-smart-column", never, { "sort": "sort"; }, { "headerClick": "headerClick"; }, never, never, false>;
11
+ }
@@ -0,0 +1,2 @@
1
+ export { TextInputFieldMolecule } from './text-input-field.molecule';
2
+ export { TextInputFieldModule } from './text-input-field.module';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./text-input-field.molecule";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "@angular/material/input";
6
+ export declare class TextInputFieldModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextInputFieldModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TextInputFieldModule, [typeof i1.TextInputFieldMolecule], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatInputModule], [typeof i1.TextInputFieldMolecule]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<TextInputFieldModule>;
10
+ }
@@ -0,0 +1,12 @@
1
+ import { FormControl } from '@ngneat/reactive-forms';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TextInputFieldMolecule {
4
+ type: 'text' | 'number' | 'password';
5
+ name?: string;
6
+ label: string;
7
+ control: FormControl<string | number>;
8
+ placeholder: string;
9
+ hint?: string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextInputFieldMolecule, never>;
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
+ }
@@ -0,0 +1,2 @@
1
+ export { TextareaFieldMolecule } from './textarea-field.molecule';
2
+ export { TextareaFieldModule } from './textarea-field.module';
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./textarea-field.molecule";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/input";
5
+ export declare class TextareaFieldModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFieldModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TextareaFieldModule, [typeof i1.TextareaFieldMolecule], [typeof i2.CommonModule, typeof i3.MatInputModule], [typeof i1.TextareaFieldMolecule]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<TextareaFieldModule>;
9
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TextareaFieldMolecule {
3
+ label: string;
4
+ hint?: string;
5
+ placeholder: string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextareaFieldMolecule, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextareaFieldMolecule, "molecules-textarea-field", never, { "label": "label"; "hint": "hint"; "placeholder": "placeholder"; }, {}, never, never, false>;
8
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./action-buttons-section.organism";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/button";
5
+ export declare class ActionButtonsSectionModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsSectionModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ActionButtonsSectionModule, [typeof i1.ActionButtonsSectionOrganism], [typeof i2.CommonModule, typeof i3.MatButtonModule], [typeof i1.ActionButtonsSectionOrganism]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<ActionButtonsSectionModule>;
9
+ }
@@ -0,0 +1,10 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { Action, ActionItem } from '@ng-atomic/common/models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ActionButtonsSectionOrganism {
5
+ actions: Action[];
6
+ action: EventEmitter<Action<any>>;
7
+ trackById: (item: ActionItem) => string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonsSectionOrganism, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonsSectionOrganism, "organisms-action-buttons-section", never, { "actions": "actions"; }, { "action": "action"; }, never, never, false>;
10
+ }
@@ -0,0 +1,2 @@
1
+ export { ActionButtonsSectionModule } from './action-buttons-section.module';
2
+ export * from './action-buttons-section.organism';
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./back-navigator.organism";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/button";
5
+ import * as i4 from "@angular/material/icon";
6
+ import * as i5 from "@angular/material/toolbar";
7
+ import * as i6 from "@ng-atomic/components/atoms/smart-menu-button";
8
+ export declare class BackNavigatorModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<BackNavigatorModule, never>;
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
+ static ɵinj: i0.ɵɵInjectorDeclaration<BackNavigatorModule>;
12
+ }
@@ -0,0 +1,13 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { Action, ActionItem } from '@ng-atomic/common/models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BackNavigatorOrganism {
5
+ canBack: boolean;
6
+ title?: string;
7
+ description?: string;
8
+ items: ActionItem[];
9
+ backButtonClick: EventEmitter<void>;
10
+ action: EventEmitter<Action<any>>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<BackNavigatorOrganism, never>;
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
+ }
@@ -0,0 +1,2 @@
1
+ export { BackNavigatorModule } from './back-navigator.module';
2
+ export * from './back-navigator.organism';
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./card-input-section.organism";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@ng-atomic/components/molecules/text-input-field";
5
+ export declare class CardInputSectionModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardInputSectionModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardInputSectionModule, [typeof i1.CardInputSectionOrganism], [typeof i2.CommonModule, typeof i3.TextInputFieldModule], [typeof i1.CardInputSectionOrganism]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<CardInputSectionModule>;
9
+ }
@@ -0,0 +1,9 @@
1
+ import { FormControl } from '@ngneat/reactive-forms';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CardInputSectionOrganism {
4
+ control: FormControl<string>;
5
+ label: string;
6
+ placeholder: string;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardInputSectionOrganism, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardInputSectionOrganism, "organisms-card-input-section", never, { "control": "control"; "label": "label"; "placeholder": "placeholder"; }, {}, never, never, false>;
9
+ }
@@ -0,0 +1,2 @@
1
+ export { CardInputSectionOrganism } from './card-input-section.organism';
2
+ export { CardInputSectionModule } from './card-input-section.module';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./cvc-and-exp-input-section.organism";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@ng-atomic/components/molecules/select-input-field";
5
+ import * as i4 from "@ng-atomic/components/molecules/text-input-field";
6
+ export declare class CvcAndExpInputSectionModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CvcAndExpInputSectionModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CvcAndExpInputSectionModule, [typeof i1.CvcAndExpInputSectionOrganism], [typeof i2.CommonModule, typeof i3.SelectInputFieldModule, typeof i4.TextInputFieldModule], [typeof i1.CvcAndExpInputSectionOrganism]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<CvcAndExpInputSectionModule>;
10
+ }
@@ -0,0 +1,10 @@
1
+ import { UntypedFormGroup } from '@angular/forms';
2
+ import { Option } from '@ng-atomic/components/molecules/select-input-field';
3
+ import * as i0 from "@angular/core";
4
+ export declare class CvcAndExpInputSectionOrganism {
5
+ yearOptions: Option<number>[];
6
+ monthOptions: Option<number>[];
7
+ form: UntypedFormGroup;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<CvcAndExpInputSectionOrganism, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<CvcAndExpInputSectionOrganism, "organisms-cvc-and-exp-input-section", never, { "form": "form"; }, {}, never, never, false>;
10
+ }
@@ -0,0 +1,2 @@
1
+ export { CvcAndExpInputSectionOrganism } from './cvc-and-exp-input-section.organism';
2
+ export { CvcAndExpInputSectionModule } from './cvc-and-exp-input-section.module';
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./date-input-section.organism";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@ng-atomic/components/molecules/date-input-field";
5
+ export declare class DateInputSectionModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateInputSectionModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DateInputSectionModule, [typeof i1.DateInputSectionOrganism], [typeof i2.CommonModule, typeof i3.DateInputFieldModule], [typeof i1.DateInputSectionOrganism]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<DateInputSectionModule>;
9
+ }
@@ -0,0 +1,10 @@
1
+ import { FormControl } from '@ngneat/reactive-forms';
2
+ import dayjs from 'dayjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class DateInputSectionOrganism {
5
+ control: FormControl<dayjs.Dayjs>;
6
+ label: string;
7
+ placeholder: string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateInputSectionOrganism, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateInputSectionOrganism, "organisms-date-input-section", never, { "control": "control"; "label": "label"; "placeholder": "placeholder"; }, {}, never, never, false>;
10
+ }
@@ -0,0 +1,2 @@
1
+ export { DateInputSectionModule } from './date-input-section.module';
2
+ export * from './date-input-section.organism';
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./heading.organism";
3
+ import * as i2 from "@angular/common";
4
+ export declare class HeadingModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeadingModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HeadingModule, [typeof i1.HeadingOrganism], [typeof i2.CommonModule], [typeof i1.HeadingOrganism]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<HeadingModule>;
8
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class HeadingOrganism {
3
+ level: 1 | 2 | 3 | 4 | 5 | 6;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<HeadingOrganism, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeadingOrganism, "organisms-heading", never, { "level": "level"; }, {}, never, ["*"], false>;
6
+ }
@@ -0,0 +1,2 @@
1
+ export { HeadingModule } from './heading.module';
2
+ export * from './heading.organism';
@@ -0,0 +1,2 @@
1
+ export { NavigationListOrganism } from './navigation-list.organism';
2
+ export { NavigationListModule } from './navigation-list.module';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./navigation-list.organism";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/list";
5
+ import * as i4 from "@ng-atomic/components/molecules/navigation-list-item";
6
+ export declare class NavigationListModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavigationListModule, [typeof i1.NavigationListOrganism], [typeof i2.CommonModule, typeof i3.MatListModule, typeof i4.NavigationListItemModule], [typeof i1.NavigationListOrganism]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<NavigationListModule>;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { Action, ActionItem } from '@ng-atomic/common/models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class NavigationListOrganism {
5
+ items: ActionItem<string>[];
6
+ action: EventEmitter<Action<any>>;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigationListOrganism, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigationListOrganism, "organisms-navigation-list", never, { "items": "items"; }, { "action": "action"; }, never, never, false>;
9
+ }
@@ -0,0 +1,2 @@
1
+ export { NavigatorOrganism } from './navigator.organism';
2
+ export { NavigatorModule } from './navigator.module';
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./navigator.organism";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/button";
5
+ import * as i4 from "@angular/material/icon";
6
+ import * as i5 from "@angular/material/toolbar";
7
+ import * as i6 from "@ng-atomic/components/atoms/smart-menu-button";
8
+ export declare class NavigatorModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorModule, never>;
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
+ static ɵinj: i0.ɵɵInjectorDeclaration<NavigatorModule>;
12
+ }
@@ -0,0 +1,10 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { Action } from '@ng-atomic/common/models';
3
+ import * as i0 from "@angular/core";
4
+ export declare class NavigatorOrganism {
5
+ startActions: Action[];
6
+ endActions: Action[];
7
+ action: EventEmitter<Action<any>>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<NavigatorOrganism, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavigatorOrganism, "organisms-navigator", never, { "startActions": "startActions"; "endActions": "endActions"; }, { "action": "action"; }, never, ["*"], false>;
10
+ }
@@ -0,0 +1,2 @@
1
+ export { PaginatorModule } from './paginator.module';
2
+ export * from './paginator.organism';
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./paginator.organism";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/material/paginator";
5
+ import * as i4 from "@ng-atomic/components/frames/auto-layout";
6
+ import * as i5 from "@ng-atomic/components/molecules/chips-input-field";
7
+ export declare class PaginatorModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorModule, never>;
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
+ static ɵinj: i0.ɵɵInjectorDeclaration<PaginatorModule>;
11
+ }
@@ -0,0 +1,13 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import { PageEvent } from '@angular/material/paginator';
3
+ import { FormControl } from '@ngneat/reactive-forms';
4
+ import * as i0 from "@angular/core";
5
+ export declare class PaginatorOrganism {
6
+ control: FormControl<string>;
7
+ placeholder: string;
8
+ page: PageEvent;
9
+ pageSizeOptions: number[];
10
+ pageChange: EventEmitter<PageEvent>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<PaginatorOrganism, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginatorOrganism, "organisms-paginator", never, { "control": "control"; "placeholder": "placeholder"; "page": "page"; "pageSizeOptions": "pageSizeOptions"; }, { "pageChange": "pageChange"; }, never, never, false>;
13
+ }
@@ -0,0 +1,2 @@
1
+ export { SelectInputSectionModule } from './select-input-section.module';
2
+ export * from './select-input-section.organism';