@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
@@ -17,60 +17,6 @@ import { CheckboxColumnModule } from '@ng-atomic/components/molecules/checkbox-c
17
17
  import * as i5 from '@ng-atomic/components/molecules/smart-column';
18
18
  import { SmartColumnModule } from '@ng-atomic/components/molecules/smart-column';
19
19
 
20
- function SmartTableOrganism_ng_container_1_molecules_checkbox_column_1_Template(rf, ctx) { if (rf & 1) {
21
- const _r9 = i0.ɵɵgetCurrentView();
22
- i0.ɵɵelementStart(0, "molecules-checkbox-column", 9);
23
- i0.ɵɵlistener("checkboxClick", function SmartTableOrganism_ng_container_1_molecules_checkbox_column_1_Template_molecules_checkbox_column_checkboxClick_0_listener($event) { i0.ɵɵrestoreView(_r9); const ctx_r8 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r8.checkboxClick.emit($event)); });
24
- i0.ɵɵelementEnd();
25
- } if (rf & 2) {
26
- const ctx_r5 = i0.ɵɵnextContext(2);
27
- i0.ɵɵproperty("selectedIdSet", ctx_r5.selectedIdSet);
28
- } }
29
- function SmartTableOrganism_ng_container_1_molecules_actions_column_2_Template(rf, ctx) { if (rf & 1) {
30
- const _r11 = i0.ɵɵgetCurrentView();
31
- i0.ɵɵelementStart(0, "molecules-actions-column", 10);
32
- i0.ɵɵlistener("action", function SmartTableOrganism_ng_container_1_molecules_actions_column_2_Template_molecules_actions_column_action_0_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r10 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r10.action.emit($event)); });
33
- i0.ɵɵelementEnd();
34
- } if (rf & 2) {
35
- const ctx_r6 = i0.ɵɵnextContext(2);
36
- i0.ɵɵproperty("itemActions", ctx_r6.itemActions);
37
- } }
38
- function SmartTableOrganism_ng_container_1_molecules_smart_column_3_Template(rf, ctx) { if (rf & 1) {
39
- const _r14 = i0.ɵɵgetCurrentView();
40
- i0.ɵɵelementStart(0, "molecules-smart-column", 11);
41
- i0.ɵɵlistener("headerClick", function SmartTableOrganism_ng_container_1_molecules_smart_column_3_Template_molecules_smart_column_headerClick_0_listener() { i0.ɵɵrestoreView(_r14); const name_r4 = i0.ɵɵnextContext().$implicit; const ctx_r12 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r12.headerClick.emit(name_r4)); });
42
- i0.ɵɵpipe(1, "D");
43
- i0.ɵɵelementEnd();
44
- } if (rf & 2) {
45
- const name_r4 = i0.ɵɵnextContext().$implicit;
46
- const ctx_r7 = i0.ɵɵnextContext();
47
- i0.ɵɵproperty("name", name_r4)("headerText", i0.ɵɵpipeBind1(1, 3, name_r4))("sort", (ctx_r7.sort == null ? null : ctx_r7.sort.key) === name_r4 ? ctx_r7.sort == null ? null : ctx_r7.sort.order : "none");
48
- } }
49
- function SmartTableOrganism_ng_container_1_Template(rf, ctx) { if (rf & 1) {
50
- i0.ɵɵelementContainerStart(0, 5);
51
- i0.ɵɵtemplate(1, SmartTableOrganism_ng_container_1_molecules_checkbox_column_1_Template, 1, 1, "molecules-checkbox-column", 6);
52
- i0.ɵɵtemplate(2, SmartTableOrganism_ng_container_1_molecules_actions_column_2_Template, 1, 1, "molecules-actions-column", 7);
53
- i0.ɵɵtemplate(3, SmartTableOrganism_ng_container_1_molecules_smart_column_3_Template, 2, 5, "molecules-smart-column", 8);
54
- i0.ɵɵelementContainerEnd();
55
- } if (rf & 2) {
56
- const name_r4 = ctx.$implicit;
57
- i0.ɵɵproperty("ngSwitch", name_r4);
58
- i0.ɵɵadvance(1);
59
- i0.ɵɵproperty("ngSwitchCase", "__checkbox");
60
- i0.ɵɵadvance(1);
61
- i0.ɵɵproperty("ngSwitchCase", "__actions");
62
- } }
63
- function SmartTableOrganism_tr_2_Template(rf, ctx) { if (rf & 1) {
64
- i0.ɵɵelement(0, "tr", 12);
65
- } }
66
- function SmartTableOrganism_tr_3_Template(rf, ctx) { if (rf & 1) {
67
- i0.ɵɵelement(0, "tr", 13);
68
- } }
69
- function SmartTableOrganism_div_4_Template(rf, ctx) { if (rf & 1) {
70
- i0.ɵɵelementStart(0, "div", 14);
71
- i0.ɵɵtext(1, "\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002");
72
- i0.ɵɵelementEnd();
73
- } }
74
20
  class SmartTableOrganism {
75
21
  constructor() {
76
22
  this._columns = [];
@@ -90,58 +36,40 @@ class SmartTableOrganism {
90
36
  return [...this._columns];
91
37
  }
92
38
  }
93
- SmartTableOrganism.ɵfac = function SmartTableOrganism_Factory(t) { return new (t || SmartTableOrganism)(); };
94
- SmartTableOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SmartTableOrganism, selectors: [["organisms-smart-table"]], hostAttrs: [1, "organism"], inputs: { _columns: ["columns", "_columns"], items: "items", itemActions: "itemActions", pageSize: "pageSize", selectedIdSet: "selectedIdSet", sort: "sort" }, outputs: { action: "action", headerClick: "headerClick", checkboxClick: "checkboxClick", pageChange: "pageChange", itemCheck: "itemCheck" }, decls: 5, vars: 7, consts: [["mat-table", "", "matSort", "", "matSortDisableClear", "", "matSortDirection", "desc", 3, "dataSource"], [3, "ngSwitch", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["mat-header-row", "", 4, "matHeaderRowDef", "matHeaderRowDefSticky"], ["mat-row", "", 4, "matRowDef", "matRowDefColumns"], ["class", "no-data-message", 4, "ngIf"], [3, "ngSwitch"], ["name", "__checkbox", 3, "selectedIdSet", "checkboxClick", 4, "ngSwitchCase"], ["name", "__actions", 3, "itemActions", "action", 4, "ngSwitchCase"], [3, "name", "headerText", "sort", "headerClick", 4, "ngSwitchDefault"], ["name", "__checkbox", 3, "selectedIdSet", "checkboxClick"], ["name", "__actions", 3, "itemActions", "action"], [3, "name", "headerText", "sort", "headerClick"], ["mat-header-row", ""], ["mat-row", ""], [1, "no-data-message"]], template: function SmartTableOrganism_Template(rf, ctx) { if (rf & 1) {
95
- i0.ɵɵelementStart(0, "table", 0);
96
- i0.ɵɵtemplate(1, SmartTableOrganism_ng_container_1_Template, 4, 3, "ng-container", 1);
97
- i0.ɵɵtemplate(2, SmartTableOrganism_tr_2_Template, 1, 0, "tr", 2);
98
- i0.ɵɵtemplate(3, SmartTableOrganism_tr_3_Template, 1, 0, "tr", 3);
99
- i0.ɵɵelementEnd();
100
- i0.ɵɵtemplate(4, SmartTableOrganism_div_4_Template, 2, 0, "div", 4);
101
- } if (rf & 2) {
102
- i0.ɵɵproperty("dataSource", ctx.items);
103
- i0.ɵɵadvance(1);
104
- i0.ɵɵproperty("ngForOf", ctx.columns)("ngForTrackBy", ctx.trackByColumnName);
105
- i0.ɵɵadvance(1);
106
- i0.ɵɵproperty("matHeaderRowDef", ctx.columns)("matHeaderRowDefSticky", true);
107
- i0.ɵɵadvance(1);
108
- i0.ɵɵproperty("matRowDefColumns", ctx.columns);
109
- i0.ɵɵadvance(1);
110
- i0.ɵɵproperty("ngIf", !(ctx.items == null ? null : ctx.items.length));
111
- } }, dependencies: [i1.NgForOf, i1.NgIf, i1.NgSwitch, i1.NgSwitchCase, i1.NgSwitchDefault, i2.MatTable, i2.MatHeaderRowDef, i2.MatRowDef, i2.MatHeaderRow, i2.MatRow, i3.ActionsColumnMolecule, i4.CheckboxColumnMolecule, i5.SmartColumnMolecule, i6.DomainPipe], styles: ["[_nghost-%COMP%]{--width: 100%;--width-SCOPED-IN-smart-table-dvHK: var(--width);--cell: 8px;--cell-SCOPED-IN-smart-table-dvHK: var(--cell);--column-vertical-padding: 4px;--column-vertical-padding-SCOPED-IN-smart-table-dvHK: var(--column-vertical-padding)}[_nghost-%COMP%]{position:relative;width:100%;height:100%;overflow:scroll}[_nghost-%COMP%]::-webkit-scrollbar{display:none}[_nghost-%COMP%] table[_ngcontent-%COMP%]{width:100%;max-height:100%}[_nghost-%COMP%] table[_ngcontent-%COMP%] .nowrap[_ngcontent-%COMP%]{width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[_nghost-%COMP%] table[_ngcontent-%COMP%] th, [_nghost-%COMP%] table[_ngcontent-%COMP%] td{padding:0 var(--column-vertical-padding-SCOPED-IN-smart-table-dvHK)}[_nghost-%COMP%] .no-data-message[_ngcontent-%COMP%]{display:flex;justify-content:flex-start;align-items:center;width:calc(var(--width-SCOPED-IN-smart-table-dvHK) - var(--cell-SCOPED-IN-smart-table-dvHK) * 4);height:3em;padding-left:calc(var(--cell-SCOPED-IN-smart-table-dvHK) * 2);padding-right:calc(var(--cell-SCOPED-IN-smart-table-dvHK) * 2)}"], changeDetection: 0 });
112
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartTableOrganism, [{
113
- type: Component,
114
- args: [{ selector: 'organisms-smart-table', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism' }, template: "<table mat-table [dataSource]=\"items\" matSort matSortDisableClear matSortDirection=\"desc\">\n <ng-container *ngFor=\"let name of columns; trackBy: trackByColumnName\" [ngSwitch]=\"name\">\n <molecules-checkbox-column\n *ngSwitchCase=\"'__checkbox'\"\n name=\"__checkbox\"\n [selectedIdSet]=\"selectedIdSet\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n ></molecules-checkbox-column>\n <molecules-actions-column \n *ngSwitchCase=\"'__actions'\" \n name=\"__actions\"\n [itemActions]=\"itemActions\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sort?.key === name ? sort?.order : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: columns;\"></tr>\n</table>\n<div *ngIf=\"!items?.length\" class=\"no-data-message\">\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002</div>", styles: [":host{--width: 100%;--width-SCOPED-IN-smart-table-dvHK: var(--width);--cell: 8px;--cell-SCOPED-IN-smart-table-dvHK: var(--cell);--column-vertical-padding: 4px;--column-vertical-padding-SCOPED-IN-smart-table-dvHK: var(--column-vertical-padding)}:host{position:relative;width:100%;height:100%;overflow:scroll}:host::-webkit-scrollbar{display:none}:host table{width:100%;max-height:100%}:host table .nowrap{width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host table ::ng-deep th,:host table ::ng-deep td{padding:0 var(--column-vertical-padding-SCOPED-IN-smart-table-dvHK)}:host .no-data-message{display:flex;justify-content:flex-start;align-items:center;width:calc(var(--width-SCOPED-IN-smart-table-dvHK) - var(--cell-SCOPED-IN-smart-table-dvHK) * 4);height:3em;padding-left:calc(var(--cell-SCOPED-IN-smart-table-dvHK) * 2);padding-right:calc(var(--cell-SCOPED-IN-smart-table-dvHK) * 2)}\n"] }]
115
- }], null, { _columns: [{
116
- type: Input,
117
- args: ['columns']
118
- }], items: [{
119
- type: Input
120
- }], itemActions: [{
121
- type: Input
122
- }], pageSize: [{
123
- type: Input
124
- }], selectedIdSet: [{
125
- type: Input
126
- }], sort: [{
127
- type: Input
128
- }], action: [{
129
- type: Output
130
- }], headerClick: [{
131
- type: Output
132
- }], checkboxClick: [{
133
- type: Output
134
- }], pageChange: [{
135
- type: Output
136
- }], itemCheck: [{
137
- type: Output
138
- }] }); })();
39
+ SmartTableOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
+ SmartTableOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: SmartTableOrganism, selector: "organisms-smart-table", inputs: { _columns: ["columns", "_columns"], items: "items", itemActions: "itemActions", pageSize: "pageSize", selectedIdSet: "selectedIdSet", sort: "sort" }, outputs: { action: "action", headerClick: "headerClick", checkboxClick: "checkboxClick", pageChange: "pageChange", itemCheck: "itemCheck" }, host: { classAttribute: "organism" }, ngImport: i0, template: "<table mat-table [dataSource]=\"items\" matSort matSortDisableClear matSortDirection=\"desc\">\n <ng-container *ngFor=\"let name of columns; trackBy: trackByColumnName\" [ngSwitch]=\"name\">\n <molecules-checkbox-column\n *ngSwitchCase=\"'__checkbox'\"\n name=\"__checkbox\"\n [selectedIdSet]=\"selectedIdSet\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n ></molecules-checkbox-column>\n <molecules-actions-column \n *ngSwitchCase=\"'__actions'\" \n name=\"__actions\"\n [itemActions]=\"itemActions\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sort?.key === name ? sort?.order : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: columns;\"></tr>\n</table>\n<div *ngIf=\"!items?.length\" class=\"no-data-message\">\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002</div>", styles: [":host{--width: 100%;--width-SCOPED-IN-smart-table-8L89: var(--width);--cell: 8px;--cell-SCOPED-IN-smart-table-8L89: var(--cell);--column-vertical-padding: 4px;--column-vertical-padding-SCOPED-IN-smart-table-8L89: var(--column-vertical-padding)}:host{position:relative;width:100%;height:100%;overflow:scroll}:host::-webkit-scrollbar{display:none}:host table{width:100%;max-height:100%}:host table .nowrap{width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host table ::ng-deep th,:host table ::ng-deep td{padding:0 var(--column-vertical-padding-SCOPED-IN-smart-table-8L89)}:host .no-data-message{display:flex;justify-content:flex-start;align-items:center;width:calc(var(--width-SCOPED-IN-smart-table-8L89) - var(--cell-SCOPED-IN-smart-table-8L89) * 4);height:3em;padding-left:calc(var(--cell-SCOPED-IN-smart-table-8L89) * 2);padding-right:calc(var(--cell-SCOPED-IN-smart-table-8L89) * 2)}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: i1.NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "component", type: i2.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i2.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i2.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "component", type: i2.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i2.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "component", type: i3.ActionsColumnMolecule, selector: "molecules-actions-column", inputs: ["name", "itemActions"], outputs: ["action"] }, { kind: "component", type: i4.CheckboxColumnMolecule, selector: "molecules-checkbox-column", inputs: ["name", "selectedIdSet"], outputs: ["checkboxClick"] }, { kind: "component", type: i5.SmartColumnMolecule, selector: "molecules-smart-column", inputs: ["sort"], outputs: ["headerClick"] }, { kind: "pipe", type: i6.DomainPipe, name: "D" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableOrganism, decorators: [{
42
+ type: Component,
43
+ args: [{ selector: 'organisms-smart-table', changeDetection: ChangeDetectionStrategy.OnPush, host: { class: 'organism' }, template: "<table mat-table [dataSource]=\"items\" matSort matSortDisableClear matSortDirection=\"desc\">\n <ng-container *ngFor=\"let name of columns; trackBy: trackByColumnName\" [ngSwitch]=\"name\">\n <molecules-checkbox-column\n *ngSwitchCase=\"'__checkbox'\"\n name=\"__checkbox\"\n [selectedIdSet]=\"selectedIdSet\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n ></molecules-checkbox-column>\n <molecules-actions-column \n *ngSwitchCase=\"'__actions'\" \n name=\"__actions\"\n [itemActions]=\"itemActions\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sort?.key === name ? sort?.order : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: columns;\"></tr>\n</table>\n<div *ngIf=\"!items?.length\" class=\"no-data-message\">\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002</div>", styles: [":host{--width: 100%;--width-SCOPED-IN-smart-table-8L89: var(--width);--cell: 8px;--cell-SCOPED-IN-smart-table-8L89: var(--cell);--column-vertical-padding: 4px;--column-vertical-padding-SCOPED-IN-smart-table-8L89: var(--column-vertical-padding)}:host{position:relative;width:100%;height:100%;overflow:scroll}:host::-webkit-scrollbar{display:none}:host table{width:100%;max-height:100%}:host table .nowrap{width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host table ::ng-deep th,:host table ::ng-deep td{padding:0 var(--column-vertical-padding-SCOPED-IN-smart-table-8L89)}:host .no-data-message{display:flex;justify-content:flex-start;align-items:center;width:calc(var(--width-SCOPED-IN-smart-table-8L89) - var(--cell-SCOPED-IN-smart-table-8L89) * 4);height:3em;padding-left:calc(var(--cell-SCOPED-IN-smart-table-8L89) * 2);padding-right:calc(var(--cell-SCOPED-IN-smart-table-8L89) * 2)}\n"] }]
44
+ }], propDecorators: { _columns: [{
45
+ type: Input,
46
+ args: ['columns']
47
+ }], items: [{
48
+ type: Input
49
+ }], itemActions: [{
50
+ type: Input
51
+ }], pageSize: [{
52
+ type: Input
53
+ }], selectedIdSet: [{
54
+ type: Input
55
+ }], sort: [{
56
+ type: Input
57
+ }], action: [{
58
+ type: Output
59
+ }], headerClick: [{
60
+ type: Output
61
+ }], checkboxClick: [{
62
+ type: Output
63
+ }], pageChange: [{
64
+ type: Output
65
+ }], itemCheck: [{
66
+ type: Output
67
+ }] } });
139
68
 
140
69
  class SmartTableModule {
141
70
  }
142
- SmartTableModule.ɵfac = function SmartTableModule_Factory(t) { return new (t || SmartTableModule)(); };
143
- SmartTableModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SmartTableModule });
144
- SmartTableModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
71
+ SmartTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
72
+ SmartTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: SmartTableModule, declarations: [SmartTableOrganism], imports: [CommonModule,
145
73
  // Pipes
146
74
  DomainModule,
147
75
  // Material
@@ -153,34 +81,8 @@ SmartTableModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonM
153
81
  // Molecules
154
82
  ActionsColumnModule,
155
83
  CheckboxColumnModule,
156
- SmartColumnModule] });
157
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SmartTableModule, [{
158
- type: NgModule,
159
- args: [{
160
- declarations: [
161
- SmartTableOrganism,
162
- ],
163
- imports: [
164
- CommonModule,
165
- // Pipes
166
- DomainModule,
167
- // Material
168
- MatTableModule,
169
- MatCheckboxModule,
170
- MatMenuModule,
171
- MatButtonModule,
172
- MatIconModule,
173
- // Molecules
174
- ActionsColumnModule,
175
- CheckboxColumnModule,
176
- SmartColumnModule,
177
- ],
178
- exports: [
179
- SmartTableOrganism
180
- ]
181
- }]
182
- }], null, null); })();
183
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SmartTableModule, { declarations: [SmartTableOrganism], imports: [CommonModule,
84
+ SmartColumnModule], exports: [SmartTableOrganism] });
85
+ SmartTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableModule, imports: [CommonModule,
184
86
  // Pipes
185
87
  DomainModule,
186
88
  // Material
@@ -192,7 +94,33 @@ SmartTableModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonM
192
94
  // Molecules
193
95
  ActionsColumnModule,
194
96
  CheckboxColumnModule,
195
- SmartColumnModule], exports: [SmartTableOrganism] }); })();
97
+ SmartColumnModule] });
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SmartTableModule, decorators: [{
99
+ type: NgModule,
100
+ args: [{
101
+ declarations: [
102
+ SmartTableOrganism,
103
+ ],
104
+ imports: [
105
+ CommonModule,
106
+ // Pipes
107
+ DomainModule,
108
+ // Material
109
+ MatTableModule,
110
+ MatCheckboxModule,
111
+ MatMenuModule,
112
+ MatButtonModule,
113
+ MatIconModule,
114
+ // Molecules
115
+ ActionsColumnModule,
116
+ CheckboxColumnModule,
117
+ SmartColumnModule,
118
+ ],
119
+ exports: [
120
+ SmartTableOrganism
121
+ ]
122
+ }]
123
+ }] });
196
124
 
197
125
  /**
198
126
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-smart-table.mjs","sources":["../../../../libs/components/src/organisms/smart-table/smart-table.organism.html","../../../../libs/components/src/organisms/smart-table/smart-table.organism.ts","../../../../libs/components/src/organisms/smart-table/smart-table.module.ts","../../../../libs/components/src/organisms/smart-table/ng-atomic-components-organisms-smart-table.ts"],"sourcesContent":["<table mat-table [dataSource]=\"items\" matSort matSortDisableClear matSortDirection=\"desc\">\n <ng-container *ngFor=\"let name of columns; trackBy: trackByColumnName\" [ngSwitch]=\"name\">\n <molecules-checkbox-column\n *ngSwitchCase=\"'__checkbox'\"\n name=\"__checkbox\"\n [selectedIdSet]=\"selectedIdSet\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n ></molecules-checkbox-column>\n <molecules-actions-column \n *ngSwitchCase=\"'__actions'\" \n name=\"__actions\"\n [itemActions]=\"itemActions\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sort?.key === name ? sort?.order : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: columns;\"></tr>\n</table>\n<div *ngIf=\"!items?.length\" class=\"no-data-message\">データがありません。</div>","import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { Actions, Action } from '@ng-atomic/common/models';\n\ninterface Sort {\n key?: string;\n order?: 'desc' | 'asc';\n}\n\n@Component({\n selector: 'organisms-smart-table',\n templateUrl: './smart-table.organism.html',\n styleUrls: ['./smart-table.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'organism'}\n})\nexport class SmartTableOrganism<Item extends object> {\n\n @Input('columns')\n _columns: (keyof Item)[] = [];\n\n get columns(): (keyof Item | string)[] {\n return [...this._columns];\n }\n\n @Input()\n items: Item[] = [];\n\n @Input()\n itemActions: Actions = () => [];\n\n @Input()\n pageSize: number = 0;\n\n @Input()\n selectedIdSet = new Set<string>();\n\n @Input()\n sort: Sort = {};\n\n @Output()\n action = new EventEmitter<Action>();\n\n @Output()\n headerClick = new EventEmitter<string>();\n \n @Output()\n checkboxClick = new EventEmitter<[Item, boolean]>();\n\n @Output()\n pageChange = new EventEmitter();\n\n @Output()\n itemCheck = new EventEmitter<[Item, boolean]>();\n \n protected trackByColumnName = (columnName: string) => columnName;\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { DomainModule } from '@ng-atomic/common/pipes/domain';\nimport { ActionsColumnModule } from '@ng-atomic/components/molecules/actions-column';\nimport { CheckboxColumnModule } from '@ng-atomic/components/molecules/checkbox-column';\nimport { SmartColumnModule } from '@ng-atomic/components/molecules/smart-column';\n\nimport { SmartTableOrganism } from './smart-table.organism';\n\n@NgModule({\n declarations: [\n SmartTableOrganism,\n ],\n imports: [\n CommonModule,\n // Pipes\n DomainModule,\n // Material\n MatTableModule,\n MatCheckboxModule,\n MatMenuModule,\n MatButtonModule,\n MatIconModule,\n // Molecules\n ActionsColumnModule,\n CheckboxColumnModule,\n SmartColumnModule,\n ],\n exports: [\n SmartTableOrganism\n ]\n})\nexport class SmartTableModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ng-atomic-components-organisms-smart-table.mjs","sources":["../../../../../packages/@ng-atomic/components/src/organisms/smart-table/smart-table.organism.ts","../../../../../packages/@ng-atomic/components/src/organisms/smart-table/smart-table.organism.html","../../../../../packages/@ng-atomic/components/src/organisms/smart-table/smart-table.module.ts","../../../../../packages/@ng-atomic/components/src/organisms/smart-table/ng-atomic-components-organisms-smart-table.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core';\nimport { Actions, Action } from '@ng-atomic/common/models';\n\ninterface Sort {\n key?: string;\n order?: 'desc' | 'asc';\n}\n\n@Component({\n selector: 'organisms-smart-table',\n templateUrl: './smart-table.organism.html',\n styleUrls: ['./smart-table.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n host: {class: 'organism'}\n})\nexport class SmartTableOrganism<Item extends object> {\n\n @Input('columns')\n _columns: (keyof Item)[] = [];\n\n get columns(): (keyof Item | string)[] {\n return [...this._columns];\n }\n\n @Input()\n items: Item[] = [];\n\n @Input()\n itemActions: Actions = () => [];\n\n @Input()\n pageSize: number = 0;\n\n @Input()\n selectedIdSet = new Set<string>();\n\n @Input()\n sort: Sort = {};\n\n @Output()\n action = new EventEmitter<Action>();\n\n @Output()\n headerClick = new EventEmitter<string>();\n \n @Output()\n checkboxClick = new EventEmitter<[Item, boolean]>();\n\n @Output()\n pageChange = new EventEmitter();\n\n @Output()\n itemCheck = new EventEmitter<[Item, boolean]>();\n \n protected trackByColumnName = (columnName: string) => columnName;\n}\n","<table mat-table [dataSource]=\"items\" matSort matSortDisableClear matSortDirection=\"desc\">\n <ng-container *ngFor=\"let name of columns; trackBy: trackByColumnName\" [ngSwitch]=\"name\">\n <molecules-checkbox-column\n *ngSwitchCase=\"'__checkbox'\"\n name=\"__checkbox\"\n [selectedIdSet]=\"selectedIdSet\"\n (checkboxClick)=\"checkboxClick.emit($event)\"\n ></molecules-checkbox-column>\n <molecules-actions-column \n *ngSwitchCase=\"'__actions'\" \n name=\"__actions\"\n [itemActions]=\"itemActions\"\n (action)=\"action.emit($event)\"\n ></molecules-actions-column>\n <molecules-smart-column\n *ngSwitchDefault\n [name]=\"name\"\n [headerText]=\"name | D\"\n [sort]=\"sort?.key === name ? sort?.order : 'none'\"\n (headerClick)=\"headerClick.emit(name)\"\n ></molecules-smart-column>\n </ng-container>\n <tr mat-header-row *matHeaderRowDef=\"columns; sticky: true\"></tr>\n <tr mat-row *matRowDef=\"let item; columns: columns;\"></tr>\n</table>\n<div *ngIf=\"!items?.length\" class=\"no-data-message\">データがありません。</div>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatTableModule } from '@angular/material/table';\nimport { MatCheckboxModule } from '@angular/material/checkbox';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIconModule } from '@angular/material/icon';\nimport { DomainModule } from '@ng-atomic/common/pipes/domain';\nimport { ActionsColumnModule } from '@ng-atomic/components/molecules/actions-column';\nimport { CheckboxColumnModule } from '@ng-atomic/components/molecules/checkbox-column';\nimport { SmartColumnModule } from '@ng-atomic/components/molecules/smart-column';\n\nimport { SmartTableOrganism } from './smart-table.organism';\n\n@NgModule({\n declarations: [\n SmartTableOrganism,\n ],\n imports: [\n CommonModule,\n // Pipes\n DomainModule,\n // Material\n MatTableModule,\n MatCheckboxModule,\n MatMenuModule,\n MatButtonModule,\n MatIconModule,\n // Molecules\n ActionsColumnModule,\n CheckboxColumnModule,\n SmartColumnModule,\n ],\n exports: [\n SmartTableOrganism\n ]\n})\nexport class SmartTableModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -9,46 +9,40 @@ class SocialLoginSectionOrganism {
9
9
  this.signInWithGoogleButtonClick = new EventEmitter();
10
10
  }
11
11
  }
12
- SocialLoginSectionOrganism.ɵfac = function SocialLoginSectionOrganism_Factory(t) { return new (t || SocialLoginSectionOrganism)(); };
13
- SocialLoginSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SocialLoginSectionOrganism, selectors: [["organisms-social-login-section"]], outputs: { signInWithGoogleButtonClick: "signInWithGoogleButtonClick" }, decls: 2, vars: 0, consts: [["mat-raised-button", "", "color", "primary", 3, "click"]], template: function SocialLoginSectionOrganism_Template(rf, ctx) { if (rf & 1) {
14
- i0.ɵɵelementStart(0, "button", 0);
15
- i0.ɵɵlistener("click", function SocialLoginSectionOrganism_Template_button_click_0_listener() { return ctx.signInWithGoogleButtonClick.emit(); });
16
- i0.ɵɵtext(1, "Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3");
17
- i0.ɵɵelementEnd();
18
- } }, dependencies: [i1.MatButton], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-8PrT: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-8PrT);box-sizing:border-box}[_nghost-%COMP%] button[_ngcontent-%COMP%]{width:100%;height:56px}"], changeDetection: 0 });
19
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SocialLoginSectionOrganism, [{
20
- type: Component,
21
- args: [{ selector: 'organisms-social-login-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-8PrT: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-8PrT);box-sizing:border-box}:host button{width:100%;height:56px}\n"] }]
22
- }], null, { signInWithGoogleButtonClick: [{
23
- type: Output
24
- }] }); })();
12
+ SocialLoginSectionOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SocialLoginSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ SocialLoginSectionOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: SocialLoginSectionOrganism, selector: "organisms-social-login-section", outputs: { signInWithGoogleButtonClick: "signInWithGoogleButtonClick" }, ngImport: i0, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-9WHF: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-9WHF);box-sizing:border-box}:host button{width:100%;height:56px}\n"], dependencies: [{ kind: "component", type: i1.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SocialLoginSectionOrganism, decorators: [{
15
+ type: Component,
16
+ args: [{ selector: 'organisms-social-login-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3</button>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-heading-9WHF: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-heading-9WHF);box-sizing:border-box}:host button{width:100%;height:56px}\n"] }]
17
+ }], propDecorators: { signInWithGoogleButtonClick: [{
18
+ type: Output
19
+ }] } });
25
20
 
26
21
  class SocialLoginSectionModule {
27
22
  }
28
- SocialLoginSectionModule.ɵfac = function SocialLoginSectionModule_Factory(t) { return new (t || SocialLoginSectionModule)(); };
29
- SocialLoginSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SocialLoginSectionModule });
30
- SocialLoginSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
23
+ SocialLoginSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SocialLoginSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
+ SocialLoginSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: SocialLoginSectionModule, declarations: [SocialLoginSectionOrganism], imports: [CommonModule,
31
25
  // Material
32
- MatButtonModule] });
33
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SocialLoginSectionModule, [{
34
- type: NgModule,
35
- args: [{
36
- declarations: [
37
- SocialLoginSectionOrganism
38
- ],
39
- imports: [
40
- CommonModule,
41
- // Material
42
- MatButtonModule,
43
- ],
44
- exports: [
45
- SocialLoginSectionOrganism
46
- ]
47
- }]
48
- }], null, null); })();
49
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SocialLoginSectionModule, { declarations: [SocialLoginSectionOrganism], imports: [CommonModule,
26
+ MatButtonModule], exports: [SocialLoginSectionOrganism] });
27
+ SocialLoginSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SocialLoginSectionModule, imports: [CommonModule,
50
28
  // Material
51
- MatButtonModule], exports: [SocialLoginSectionOrganism] }); })();
29
+ MatButtonModule] });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SocialLoginSectionModule, decorators: [{
31
+ type: NgModule,
32
+ args: [{
33
+ declarations: [
34
+ SocialLoginSectionOrganism
35
+ ],
36
+ imports: [
37
+ CommonModule,
38
+ // Material
39
+ MatButtonModule,
40
+ ],
41
+ exports: [
42
+ SocialLoginSectionOrganism
43
+ ]
44
+ }]
45
+ }] });
52
46
 
53
47
  /**
54
48
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-social-login-section.mjs","sources":["../../../../libs/components/src/organisms/social-login-section/social-login-section.organism.ts","../../../../libs/components/src/organisms/social-login-section/social-login-section.organism.html","../../../../libs/components/src/organisms/social-login-section/social-login-section.module.ts","../../../../libs/components/src/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';\n\n@Component({\n selector: 'organisms-social-login-section',\n templateUrl: './social-login-section.organism.html',\n styleUrls: ['./social-login-section.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SocialLoginSectionOrganism {\n\n @Output()\n signInWithGoogleButtonClick = new EventEmitter<void>();\n \n}\n","<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Googleアカウントでログイン</button>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatButtonModule } from '@angular/material/button';\nimport { SocialLoginSectionOrganism } from './social-login-section.organism';\n\n\n\n@NgModule({\n declarations: [\n SocialLoginSectionOrganism\n ],\n imports: [\n CommonModule,\n // Material\n MatButtonModule,\n ],\n exports: [\n SocialLoginSectionOrganism\n ]\n})\nexport class SocialLoginSectionModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAQa,0BAA0B,CAAA;AANvC,IAAA,WAAA,GAAA;AASE,QAAA,IAAA,CAAA,2BAA2B,GAAG,IAAI,YAAY,EAAQ,CAAC;AAExD,KAAA;;oGALY,0BAA0B,GAAA,CAAA,EAAA,CAAA;6EAA1B,0BAA0B,EAAA,SAAA,EAAA,CAAA,CAAA,gCAAA,CAAA,CAAA,EAAA,OAAA,EAAA,EAAA,2BAAA,EAAA,6BAAA,EAAA,EAAA,KAAA,EAAA,CAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,CAAA,mBAAA,EAAA,EAAA,EAAA,OAAA,EAAA,SAAA,EAAA,CAAA,EAAA,OAAA,CAAA,CAAA,EAAA,QAAA,EAAA,SAAA,mCAAA,CAAA,EAAA,EAAA,GAAA,EAAA,EAAA,IAAA,EAAA,GAAA,CAAA,EAAA;QCRvC,EAIC,CAAA,cAAA,CAAA,CAAA,EAAA,QAAA,EAAA,CAAA,CAAA,CAAA;AADC,QAAA,EAAA,CAAA,UAAA,CAAA,OAAA,EAAA,SAAA,2DAAA,GAAA,EAAA,OAAS,sCAAkC,CAAC,EAAA,CAAA,CAAA;QAC7C,EAAgB,CAAA,MAAA,CAAA,CAAA,EAAA,oEAAA,CAAA,CAAA;QAAA,EAAS,CAAA,YAAA,EAAA,CAAA;;uFDIb,0BAA0B,EAAA,CAAA;cANtC,SAAS;2BACE,gCAAgC,EAAA,eAAA,EAGzB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,sLAAA,EAAA,MAAA,EAAA,CAAA,gQAAA,CAAA,EAAA,CAAA;gBAK/C,2BAA2B,EAAA,CAAA;kBAD1B,MAAM;;;MEUI,wBAAwB,CAAA;;gGAAxB,wBAAwB,GAAA,CAAA,EAAA,CAAA;0EAAxB,wBAAwB,EAAA,CAAA,CAAA;8EARjC,YAAY;;QAEZ,eAAe,CAAA,EAAA,CAAA,CAAA;uFAMN,wBAAwB,EAAA,CAAA;cAbpC,QAAQ;AAAC,QAAA,IAAA,EAAA,CAAA;AACR,gBAAA,YAAY,EAAE;oBACZ,0BAA0B;AAC3B,iBAAA;AACD,gBAAA,OAAO,EAAE;oBACP,YAAY;;oBAEZ,eAAe;AAChB,iBAAA;AACD,gBAAA,OAAO,EAAE;oBACP,0BAA0B;AAC3B,iBAAA;AACF,aAAA,CAAA;;wFACY,wBAAwB,EAAA,EAAA,YAAA,EAAA,CAXjC,0BAA0B,CAAA,EAAA,OAAA,EAAA,CAG1B,YAAY;;AAEZ,QAAA,eAAe,aAGf,0BAA0B,CAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;ACjB9B;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-components-organisms-social-login-section.mjs","sources":["../../../../../packages/@ng-atomic/components/src/organisms/social-login-section/social-login-section.organism.ts","../../../../../packages/@ng-atomic/components/src/organisms/social-login-section/social-login-section.organism.html","../../../../../packages/@ng-atomic/components/src/organisms/social-login-section/social-login-section.module.ts","../../../../../packages/@ng-atomic/components/src/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, EventEmitter, Output } from '@angular/core';\n\n@Component({\n selector: 'organisms-social-login-section',\n templateUrl: './social-login-section.organism.html',\n styleUrls: ['./social-login-section.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class SocialLoginSectionOrganism {\n\n @Output()\n signInWithGoogleButtonClick = new EventEmitter<void>();\n \n}\n","<button \n mat-raised-button \n color=\"primary\" \n (click)=\"signInWithGoogleButtonClick.emit()\"\n>Googleアカウントでログイン</button>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatButtonModule } from '@angular/material/button';\nimport { SocialLoginSectionOrganism } from './social-login-section.organism';\n\n\n\n@NgModule({\n declarations: [\n SocialLoginSectionOrganism\n ],\n imports: [\n CommonModule,\n // Material\n MatButtonModule,\n ],\n exports: [\n SocialLoginSectionOrganism\n ]\n})\nexport class SocialLoginSectionModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAQa,0BAA0B,CAAA;AANvC,IAAA,WAAA,GAAA;AASE,QAAA,IAAA,CAAA,2BAA2B,GAAG,IAAI,YAAY,EAAQ,CAAC;AAExD,KAAA;;uHALY,0BAA0B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAA1B,0BAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,+ICRvC,sLAI0B,EAAA,MAAA,EAAA,CAAA,gQAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,SAAA,EAAA,QAAA,EAAA,4LAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,eAAA,EAAA,OAAA,CAAA,EAAA,QAAA,EAAA,CAAA,WAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDIb,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBANtC,SAAS;+BACE,gCAAgC,EAAA,eAAA,EAGzB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,sLAAA,EAAA,MAAA,EAAA,CAAA,gQAAA,CAAA,EAAA,CAAA;8BAK/C,2BAA2B,EAAA,CAAA;sBAD1B,MAAM;;;MEUI,wBAAwB,CAAA;;qHAAxB,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;sHAAxB,wBAAwB,EAAA,YAAA,EAAA,CAXjC,0BAA0B,CAAA,EAAA,OAAA,EAAA,CAG1B,YAAY;;AAEZ,QAAA,eAAe,aAGf,0BAA0B,CAAA,EAAA,CAAA,CAAA;AAGjB,wBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,wBAAwB,YARjC,YAAY;;QAEZ,eAAe,CAAA,EAAA,CAAA,CAAA;2FAMN,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAbpC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,0BAA0B;AAC3B,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;;wBAEZ,eAAe;AAChB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,0BAA0B;AAC3B,qBAAA;AACF,iBAAA,CAAA;;;ACnBD;;AAEG;;;;"}
@@ -13,53 +13,48 @@ class TextInputSectionOrganism {
13
13
  this.control = new FormControl('');
14
14
  }
15
15
  }
16
- TextInputSectionOrganism.ɵfac = function TextInputSectionOrganism_Factory(t) { return new (t || TextInputSectionOrganism)(); };
17
- TextInputSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TextInputSectionOrganism, selectors: [["organisms-text-input-section"]], inputs: { label: "label", placeholder: "placeholder", type: "type", hint: "hint", control: "control" }, decls: 1, vars: 4, consts: [[3, "type", "control", "label", "placeholder"]], template: function TextInputSectionOrganism_Template(rf, ctx) { if (rf & 1) {
18
- i0.ɵɵelement(0, "molecules-text-input-field", 0);
19
- } if (rf & 2) {
20
- i0.ɵɵproperty("type", ctx.type)("control", ctx.control)("label", ctx.label)("placeholder", ctx.placeholder);
21
- } }, dependencies: [i1.TextInputFieldMolecule], styles: ["[_nghost-%COMP%]{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-qGsf: var(--horizontal-padding)}[_nghost-%COMP%]{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-qGsf);box-sizing:border-box}[_nghost-%COMP%] .molecule.input-field[_ngcontent-%COMP%], [_nghost-%COMP%] mat-form-field[_ngcontent-%COMP%]{width:100%}"] });
22
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputSectionOrganism, [{
23
- type: Component,
24
- args: [{ selector: 'organisms-text-input-section', template: "<molecules-text-input-field\n [type]=\"type\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-qGsf: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-qGsf);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"] }]
25
- }], null, { label: [{
26
- type: Input
27
- }], placeholder: [{
28
- type: Input
29
- }], type: [{
30
- type: Input
31
- }], hint: [{
32
- type: Input
33
- }], control: [{
34
- type: Input
35
- }] }); })();
16
+ TextInputSectionOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
17
+ TextInputSectionOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: TextInputSectionOrganism, selector: "organisms-text-input-section", inputs: { label: "label", placeholder: "placeholder", type: "type", hint: "hint", control: "control" }, ngImport: i0, template: "<molecules-text-input-field\n [type]=\"type\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-LLkd: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-LLkd);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"], dependencies: [{ kind: "component", type: i1.TextInputFieldMolecule, selector: "molecules-text-input-field", inputs: ["type", "name", "label", "control", "placeholder", "hint"] }] });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputSectionOrganism, decorators: [{
19
+ type: Component,
20
+ args: [{ selector: 'organisms-text-input-section', template: "<molecules-text-input-field\n [type]=\"type\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>", styles: [":host{--horizontal-padding: 16px;--horizontal-padding-SCOPED-IN-text-input-section-LLkd: var(--horizontal-padding)}:host{display:block;width:100%;padding:0 var(--horizontal-padding-SCOPED-IN-text-input-section-LLkd);box-sizing:border-box}:host .molecule.input-field,:host mat-form-field{width:100%}\n"] }]
21
+ }], propDecorators: { label: [{
22
+ type: Input
23
+ }], placeholder: [{
24
+ type: Input
25
+ }], type: [{
26
+ type: Input
27
+ }], hint: [{
28
+ type: Input
29
+ }], control: [{
30
+ type: Input
31
+ }] } });
36
32
 
37
33
  class TextInputSectionModule {
38
34
  }
39
- TextInputSectionModule.ɵfac = function TextInputSectionModule_Factory(t) { return new (t || TextInputSectionModule)(); };
40
- TextInputSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextInputSectionModule });
41
- TextInputSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
35
+ TextInputSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
36
+ TextInputSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: TextInputSectionModule, declarations: [TextInputSectionOrganism], imports: [CommonModule,
42
37
  // Molecules
43
- TextInputFieldModule] });
44
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputSectionModule, [{
45
- type: NgModule,
46
- args: [{
47
- declarations: [
48
- TextInputSectionOrganism
49
- ],
50
- imports: [
51
- CommonModule,
52
- // Molecules
53
- TextInputFieldModule,
54
- ],
55
- exports: [
56
- TextInputSectionOrganism
57
- ]
58
- }]
59
- }], null, null); })();
60
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextInputSectionModule, { declarations: [TextInputSectionOrganism], imports: [CommonModule,
38
+ TextInputFieldModule], exports: [TextInputSectionOrganism] });
39
+ TextInputSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputSectionModule, imports: [CommonModule,
61
40
  // Molecules
62
- TextInputFieldModule], exports: [TextInputSectionOrganism] }); })();
41
+ TextInputFieldModule] });
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputSectionModule, decorators: [{
43
+ type: NgModule,
44
+ args: [{
45
+ declarations: [
46
+ TextInputSectionOrganism
47
+ ],
48
+ imports: [
49
+ CommonModule,
50
+ // Molecules
51
+ TextInputFieldModule,
52
+ ],
53
+ exports: [
54
+ TextInputSectionOrganism
55
+ ]
56
+ }]
57
+ }] });
63
58
 
64
59
  /**
65
60
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-text-input-section.mjs","sources":["../../../../libs/components/src/organisms/text-input-section/text-input-section.organism.ts","../../../../libs/components/src/organisms/text-input-section/text-input-section.organism.html","../../../../libs/components/src/organisms/text-input-section/text-input-section.module.ts","../../../../libs/components/src/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport { FormControl } from '@ngneat/reactive-forms';\n\n@Component({\n selector: 'organisms-text-input-section',\n templateUrl: './text-input-section.organism.html',\n styleUrls: ['./text-input-section.organism.scss']\n})\nexport class TextInputSectionOrganism {\n \n @Input()\n label = 'label';\n\n @Input()\n placeholder = 'placeholder';\n\n @Input()\n type: 'text' | 'number' | 'password' = 'text';\n\n @Input()\n hint?: string;\n\n @Input()\n control = new FormControl('');\n\n}\n","<molecules-text-input-field\n [type]=\"type\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TextInputFieldModule } from '@ng-atomic/components/molecules/text-input-field';\nimport { TextInputSectionOrganism } from './text-input-section.organism';\n\n\n@NgModule({\n declarations: [\n TextInputSectionOrganism\n ],\n imports: [\n CommonModule,\n // Molecules\n TextInputFieldModule,\n ],\n exports: [\n TextInputSectionOrganism\n ]\n})\nexport class TextInputSectionModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;MAQa,wBAAwB,CAAA;AALrC,IAAA,WAAA,GAAA;QAQE,IAAK,CAAA,KAAA,GAAG,OAAO,CAAC;QAGhB,IAAW,CAAA,WAAA,GAAG,aAAa,CAAC;QAG5B,IAAI,CAAA,IAAA,GAAmC,MAAM,CAAC;AAM9C,QAAA,IAAA,CAAA,OAAO,GAAG,IAAI,WAAW,CAAC,EAAE,CAAC,CAAC;AAE/B,KAAA;;gGAjBY,wBAAwB,GAAA,CAAA,EAAA,CAAA;2EAAxB,wBAAwB,EAAA,SAAA,EAAA,CAAA,CAAA,8BAAA,CAAA,CAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,WAAA,EAAA,aAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,EAAA,KAAA,EAAA,CAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,CAAA,CAAA,EAAA,MAAA,EAAA,SAAA,EAAA,OAAA,EAAA,aAAA,CAAA,CAAA,EAAA,QAAA,EAAA,SAAA,iCAAA,CAAA,EAAA,EAAA,GAAA,EAAA,EAAA,IAAA,EAAA,GAAA,CAAA,EAAA;QCRrC,EAK8B,CAAA,SAAA,CAAA,CAAA,EAAA,4BAAA,EAAA,CAAA,CAAA,CAAA;;QAJ5B,EAAa,CAAA,UAAA,CAAA,MAAA,EAAA,GAAA,CAAA,IAAA,CAAA,CAAA,SAAA,EAAA,GAAA,CAAA,OAAA,CAAA,oBAAA,CAAA,aAAA,EAAA,GAAA,CAAA,WAAA,CAAA,CAAA;;uFDOF,wBAAwB,EAAA,CAAA;cALpC,SAAS;2BACE,8BAA8B,EAAA,QAAA,EAAA,+JAAA,EAAA,MAAA,EAAA,CAAA,8SAAA,CAAA,EAAA,CAAA;gBAOxC,KAAK,EAAA,CAAA;kBADJ,KAAK;YAIN,WAAW,EAAA,CAAA;kBADV,KAAK;YAIN,IAAI,EAAA,CAAA;kBADH,KAAK;YAIN,IAAI,EAAA,CAAA;kBADH,KAAK;YAIN,OAAO,EAAA,CAAA;kBADN,KAAK;;;MEHK,sBAAsB,CAAA;;4FAAtB,sBAAsB,GAAA,CAAA,EAAA,CAAA;wEAAtB,sBAAsB,EAAA,CAAA,CAAA;4EAR/B,YAAY;;QAEZ,oBAAoB,CAAA,EAAA,CAAA,CAAA;uFAMX,sBAAsB,EAAA,CAAA;cAblC,QAAQ;AAAC,QAAA,IAAA,EAAA,CAAA;AACR,gBAAA,YAAY,EAAE;oBACZ,wBAAwB;AACzB,iBAAA;AACD,gBAAA,OAAO,EAAE;oBACP,YAAY;;oBAEZ,oBAAoB;AACrB,iBAAA;AACD,gBAAA,OAAO,EAAE;oBACP,wBAAwB;AACzB,iBAAA;AACF,aAAA,CAAA;;wFACY,sBAAsB,EAAA,EAAA,YAAA,EAAA,CAX/B,wBAAwB,CAAA,EAAA,OAAA,EAAA,CAGxB,YAAY;;AAEZ,QAAA,oBAAoB,aAGpB,wBAAwB,CAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;AChB5B;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-components-organisms-text-input-section.mjs","sources":["../../../../../packages/@ng-atomic/components/src/organisms/text-input-section/text-input-section.organism.ts","../../../../../packages/@ng-atomic/components/src/organisms/text-input-section/text-input-section.organism.html","../../../../../packages/@ng-atomic/components/src/organisms/text-input-section/text-input-section.module.ts","../../../../../packages/@ng-atomic/components/src/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport { FormControl } from '@ngneat/reactive-forms';\n\n@Component({\n selector: 'organisms-text-input-section',\n templateUrl: './text-input-section.organism.html',\n styleUrls: ['./text-input-section.organism.scss']\n})\nexport class TextInputSectionOrganism {\n \n @Input()\n label = 'label';\n\n @Input()\n placeholder = 'placeholder';\n\n @Input()\n type: 'text' | 'number' | 'password' = 'text';\n\n @Input()\n hint?: string;\n\n @Input()\n control = new FormControl('');\n\n}\n","<molecules-text-input-field\n [type]=\"type\"\n [control]=\"control\"\n [label]=\"label\"\n [placeholder]=\"placeholder\"\n></molecules-text-input-field>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TextInputFieldModule } from '@ng-atomic/components/molecules/text-input-field';\nimport { TextInputSectionOrganism } from './text-input-section.organism';\n\n\n@NgModule({\n declarations: [\n TextInputSectionOrganism\n ],\n imports: [\n CommonModule,\n // Molecules\n TextInputFieldModule,\n ],\n exports: [\n TextInputSectionOrganism\n ]\n})\nexport class TextInputSectionModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;MAQa,wBAAwB,CAAA;AALrC,IAAA,WAAA,GAAA;QAQE,IAAK,CAAA,KAAA,GAAG,OAAO,CAAC;QAGhB,IAAW,CAAA,WAAA,GAAG,aAAa,CAAC;QAG5B,IAAI,CAAA,IAAA,GAAmC,MAAM,CAAC;AAM9C,QAAA,IAAA,CAAA,OAAO,GAAG,IAAI,WAAW,CAAC,EAAE,CAAC,CAAC;AAE/B,KAAA;;qHAjBY,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAxB,wBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,4KCRrC,+JAK8B,EAAA,MAAA,EAAA,CAAA,8SAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,sBAAA,EAAA,QAAA,EAAA,4BAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,MAAA,EAAA,OAAA,EAAA,SAAA,EAAA,aAAA,EAAA,MAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDGjB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBALpC,SAAS;+BACE,8BAA8B,EAAA,QAAA,EAAA,+JAAA,EAAA,MAAA,EAAA,CAAA,8SAAA,CAAA,EAAA,CAAA;8BAOxC,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,WAAW,EAAA,CAAA;sBADV,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,OAAO,EAAA,CAAA;sBADN,KAAK;;;MEHK,sBAAsB,CAAA;;mHAAtB,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;oHAAtB,sBAAsB,EAAA,YAAA,EAAA,CAX/B,wBAAwB,CAAA,EAAA,OAAA,EAAA,CAGxB,YAAY;;AAEZ,QAAA,oBAAoB,aAGpB,wBAAwB,CAAA,EAAA,CAAA,CAAA;AAGf,sBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,sBAAsB,YAR/B,YAAY;;QAEZ,oBAAoB,CAAA,EAAA,CAAA,CAAA;2FAMX,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAblC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,wBAAwB;AACzB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;;wBAEZ,oBAAoB;AACrB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,wBAAwB;AACzB,qBAAA;AACF,iBAAA,CAAA;;;AClBD;;AAEG;;;;"}
@@ -9,41 +9,36 @@ class TextareaSectionOrganism {
9
9
  this.label = 'label';
10
10
  }
11
11
  }
12
- TextareaSectionOrganism.ɵfac = function TextareaSectionOrganism_Factory(t) { return new (t || TextareaSectionOrganism)(); };
13
- TextareaSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TextareaSectionOrganism, selectors: [["organisms-textarea-section"]], inputs: { label: "label" }, decls: 1, vars: 1, consts: [[3, "label"]], template: function TextareaSectionOrganism_Template(rf, ctx) { if (rf & 1) {
14
- i0.ɵɵelement(0, "molecules-textarea-field", 0);
15
- } if (rf & 2) {
16
- i0.ɵɵproperty("label", ctx.label);
17
- } }, dependencies: [i1.TextareaFieldMolecule], styles: ["[_nghost-%COMP%]{--vertical-padding: 16px;--vertical-padding-SCOPED-IN-textarea-section-RqzB: var(--vertical-padding)}[_nghost-%COMP%]{display:block;padding:0 var(--vertical-padding-SCOPED-IN-textarea-section-RqzB);box-sizing:border-box}[_nghost-%COMP%] molecules-textarea-field[_ngcontent-%COMP%]{width:100%}"], changeDetection: 0 });
18
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaSectionOrganism, [{
19
- type: Component,
20
- args: [{ selector: 'organisms-textarea-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-textarea-field\n [label]=\"label\"\n></molecules-textarea-field>", styles: [":host{--vertical-padding: 16px;--vertical-padding-SCOPED-IN-textarea-section-RqzB: var(--vertical-padding)}:host{display:block;padding:0 var(--vertical-padding-SCOPED-IN-textarea-section-RqzB);box-sizing:border-box}:host molecules-textarea-field{width:100%}\n"] }]
21
- }], null, { label: [{
22
- type: Input
23
- }] }); })();
12
+ TextareaSectionOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaSectionOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ TextareaSectionOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: TextareaSectionOrganism, selector: "organisms-textarea-section", inputs: { label: "label" }, ngImport: i0, template: "<molecules-textarea-field\n [label]=\"label\"\n></molecules-textarea-field>", styles: [":host{--vertical-padding: 16px;--vertical-padding-SCOPED-IN-textarea-section-xYNP: var(--vertical-padding)}:host{display:block;padding:0 var(--vertical-padding-SCOPED-IN-textarea-section-xYNP);box-sizing:border-box}:host molecules-textarea-field{width:100%}\n"], dependencies: [{ kind: "component", type: i1.TextareaFieldMolecule, selector: "molecules-textarea-field", inputs: ["label", "hint", "placeholder"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaSectionOrganism, decorators: [{
15
+ type: Component,
16
+ args: [{ selector: 'organisms-textarea-section', changeDetection: ChangeDetectionStrategy.OnPush, template: "<molecules-textarea-field\n [label]=\"label\"\n></molecules-textarea-field>", styles: [":host{--vertical-padding: 16px;--vertical-padding-SCOPED-IN-textarea-section-xYNP: var(--vertical-padding)}:host{display:block;padding:0 var(--vertical-padding-SCOPED-IN-textarea-section-xYNP);box-sizing:border-box}:host molecules-textarea-field{width:100%}\n"] }]
17
+ }], propDecorators: { label: [{
18
+ type: Input
19
+ }] } });
24
20
 
25
21
  class TextareaSectionModule {
26
22
  }
27
- TextareaSectionModule.ɵfac = function TextareaSectionModule_Factory(t) { return new (t || TextareaSectionModule)(); };
28
- TextareaSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextareaSectionModule });
29
- TextareaSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
23
+ TextareaSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
24
+ TextareaSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: TextareaSectionModule, declarations: [TextareaSectionOrganism], imports: [CommonModule,
30
25
  // Molecules
31
- TextareaFieldModule] });
32
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaSectionModule, [{
33
- type: NgModule,
34
- args: [{
35
- declarations: [TextareaSectionOrganism],
36
- imports: [
37
- CommonModule,
38
- // Molecules
39
- TextareaFieldModule,
40
- ],
41
- exports: [TextareaSectionOrganism]
42
- }]
43
- }], null, null); })();
44
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextareaSectionModule, { declarations: [TextareaSectionOrganism], imports: [CommonModule,
26
+ TextareaFieldModule], exports: [TextareaSectionOrganism] });
27
+ TextareaSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaSectionModule, imports: [CommonModule,
45
28
  // Molecules
46
- TextareaFieldModule], exports: [TextareaSectionOrganism] }); })();
29
+ TextareaFieldModule] });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaSectionModule, decorators: [{
31
+ type: NgModule,
32
+ args: [{
33
+ declarations: [TextareaSectionOrganism],
34
+ imports: [
35
+ CommonModule,
36
+ // Molecules
37
+ TextareaFieldModule,
38
+ ],
39
+ exports: [TextareaSectionOrganism]
40
+ }]
41
+ }] });
47
42
 
48
43
  /**
49
44
  * Generated bundle index. Do not edit.