@ng-atomic/components 4.16.3 → 4.20.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (670) hide show
  1. package/app.module.d.ts +0 -1
  2. package/atoms/chips-input/chips-input.atom.d.ts +0 -1
  3. package/atoms/chips-input/chips-input.module.d.ts +0 -1
  4. package/atoms/chips-input/index.d.ts +0 -1
  5. package/atoms/icon/icon.atom.d.ts +0 -1
  6. package/atoms/icon/icon.module.d.ts +0 -1
  7. package/atoms/icon/index.d.ts +0 -1
  8. package/atoms/smart-menu-button/index.d.ts +0 -1
  9. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts +0 -1
  10. package/atoms/smart-menu-button/smart-menu-button.module.d.ts +0 -1
  11. package/esm2020/app.module.mjs +23 -24
  12. package/esm2020/atoms/chips-input/chips-input.atom.mjs +13 -38
  13. package/esm2020/atoms/chips-input/chips-input.module.mjs +26 -27
  14. package/esm2020/atoms/chips-input/index.mjs +1 -1
  15. package/esm2020/atoms/chips-input/ng-atomic-components-atoms-chips-input.mjs +1 -1
  16. package/esm2020/atoms/icon/icon.atom.mjs +14 -42
  17. package/esm2020/atoms/icon/icon.module.mjs +22 -23
  18. package/esm2020/atoms/icon/index.mjs +1 -1
  19. package/esm2020/atoms/icon/ng-atomic-components-atoms-icon.mjs +1 -1
  20. package/esm2020/atoms/smart-menu-button/index.mjs +1 -1
  21. package/esm2020/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.mjs +1 -1
  22. package/esm2020/atoms/smart-menu-button/smart-menu-button.atom.mjs +11 -75
  23. package/esm2020/atoms/smart-menu-button/smart-menu-button.module.mjs +20 -21
  24. package/esm2020/frames/auto-layout/auto-layout.frame.mjs +7 -11
  25. package/esm2020/frames/auto-layout/auto-layout.module.mjs +18 -19
  26. package/esm2020/frames/auto-layout/index.mjs +1 -1
  27. package/esm2020/frames/auto-layout/ng-atomic-components-frames-auto-layout.mjs +1 -1
  28. package/esm2020/frames/card/card.frame.mjs +7 -13
  29. package/esm2020/frames/card/card.module.mjs +22 -23
  30. package/esm2020/frames/card/index.mjs +1 -1
  31. package/esm2020/frames/card/ng-atomic-components-frames-card.mjs +1 -1
  32. package/esm2020/frames/drawer/drawer.frame.mjs +12 -29
  33. package/esm2020/frames/drawer/drawer.module.mjs +16 -17
  34. package/esm2020/frames/drawer/index.mjs +1 -1
  35. package/esm2020/frames/drawer/ng-atomic-components-frames-drawer.mjs +1 -1
  36. package/esm2020/frames/line-up/index.mjs +1 -1
  37. package/esm2020/frames/line-up/line-up.animations.mjs +1 -1
  38. package/esm2020/frames/line-up/line-up.frame.mjs +23 -45
  39. package/esm2020/frames/line-up/line-up.module.mjs +16 -17
  40. package/esm2020/frames/line-up/ng-atomic-components-frames-line-up.mjs +1 -1
  41. package/esm2020/frames/line-up/resize-observer.mjs +1 -1
  42. package/esm2020/frames/overlay/index.mjs +1 -1
  43. package/esm2020/frames/overlay/ng-atomic-components-frames-overlay.mjs +1 -1
  44. package/esm2020/frames/overlay/overlay.animations.mjs +1 -1
  45. package/esm2020/frames/overlay/overlay.frame.mjs +9 -22
  46. package/esm2020/frames/overlay/overlay.module.mjs +18 -19
  47. package/esm2020/frames/scroll/index.mjs +1 -1
  48. package/esm2020/frames/scroll/ng-atomic-components-frames-scroll.mjs +1 -1
  49. package/esm2020/frames/scroll/scroll.frame.mjs +7 -17
  50. package/esm2020/frames/scroll/scroll.module.mjs +20 -21
  51. package/esm2020/frames/smart-menu/index.mjs +1 -1
  52. package/esm2020/frames/smart-menu/ng-atomic-components-frames-smart-menu.mjs +1 -1
  53. package/esm2020/frames/smart-menu/smart-menu.frame.mjs +19 -37
  54. package/esm2020/frames/smart-menu/smart-menu.module.mjs +14 -15
  55. package/esm2020/index.mjs +1 -1
  56. package/esm2020/molecules/actions-column/actions-column.module.mjs +26 -27
  57. package/esm2020/molecules/actions-column/actions-column.molecule.mjs +29 -59
  58. package/esm2020/molecules/actions-column/index.mjs +1 -1
  59. package/esm2020/molecules/actions-column/ng-atomic-components-molecules-actions-column.mjs +1 -1
  60. package/esm2020/molecules/checkbox-column/checkbox-column.module.mjs +26 -27
  61. package/esm2020/molecules/checkbox-column/checkbox-column.molecule.mjs +24 -52
  62. package/esm2020/molecules/checkbox-column/index.mjs +1 -1
  63. package/esm2020/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.mjs +1 -1
  64. package/esm2020/molecules/chips-input-field/chips-input-field.module.mjs +28 -29
  65. package/esm2020/molecules/chips-input-field/chips-input-field.molecule.mjs +21 -65
  66. package/esm2020/molecules/chips-input-field/index.mjs +1 -1
  67. package/esm2020/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.mjs +1 -1
  68. package/esm2020/molecules/date-input-field/date-input-field.module.mjs +22 -23
  69. package/esm2020/molecules/date-input-field/date-input-field.molecule.mjs +16 -42
  70. package/esm2020/molecules/date-input-field/index.mjs +1 -1
  71. package/esm2020/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.mjs +1 -1
  72. package/esm2020/molecules/header/header.module.mjs +18 -19
  73. package/esm2020/molecules/header/header.molecule.mjs +11 -25
  74. package/esm2020/molecules/header/index.mjs +1 -1
  75. package/esm2020/molecules/header/ng-atomic-components-molecules-header.mjs +1 -1
  76. package/esm2020/molecules/navigation-list-item/index.mjs +1 -1
  77. package/esm2020/molecules/navigation-list-item/navigation-list-item.module.mjs +24 -25
  78. package/esm2020/molecules/navigation-list-item/navigation-list-item.molecule.mjs +11 -23
  79. package/esm2020/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.mjs +1 -1
  80. package/esm2020/molecules/select-input-field/index.mjs +1 -1
  81. package/esm2020/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.mjs +1 -1
  82. package/esm2020/molecules/select-input-field/select-input-field.module.mjs +20 -21
  83. package/esm2020/molecules/select-input-field/select-input-field.molecule.mjs +13 -37
  84. package/esm2020/molecules/smart-column/index.mjs +1 -1
  85. package/esm2020/molecules/smart-column/ng-atomic-components-molecules-smart-column.mjs +1 -1
  86. package/esm2020/molecules/smart-column/smart-column.module.mjs +29 -30
  87. package/esm2020/molecules/smart-column/smart-column.molecule.mjs +11 -68
  88. package/esm2020/molecules/text-input-field/index.mjs +1 -1
  89. package/esm2020/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.mjs +1 -1
  90. package/esm2020/molecules/text-input-field/text-input-field.module.mjs +21 -22
  91. package/esm2020/molecules/text-input-field/text-input-field.molecule.mjs +19 -106
  92. package/esm2020/molecules/textarea-field/index.mjs +1 -1
  93. package/esm2020/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.mjs +1 -1
  94. package/esm2020/molecules/textarea-field/textarea-field.module.mjs +19 -20
  95. package/esm2020/molecules/textarea-field/textarea-field.molecule.mjs +13 -36
  96. package/esm2020/ng-atomic-components.mjs +1 -1
  97. package/esm2020/organisms/action-buttons-section/action-buttons-section.module.mjs +25 -26
  98. package/esm2020/organisms/action-buttons-section/action-buttons-section.organism.mjs +11 -30
  99. package/esm2020/organisms/action-buttons-section/index.mjs +1 -1
  100. package/esm2020/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.mjs +1 -1
  101. package/esm2020/organisms/back-navigator/back-navigator.module.mjs +26 -27
  102. package/esm2020/organisms/back-navigator/back-navigator.organism.mjs +19 -48
  103. package/esm2020/organisms/back-navigator/index.mjs +1 -1
  104. package/esm2020/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.mjs +1 -1
  105. package/esm2020/organisms/card-input-section/card-input-section.module.mjs +18 -19
  106. package/esm2020/organisms/card-input-section/card-input-section.organism.mjs +13 -17
  107. package/esm2020/organisms/card-input-section/index.mjs +1 -1
  108. package/esm2020/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.mjs +1 -1
  109. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.mjs +19 -20
  110. package/esm2020/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.mjs +9 -17
  111. package/esm2020/organisms/cvc-and-exp-input-section/index.mjs +1 -1
  112. package/esm2020/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +1 -1
  113. package/esm2020/organisms/date-input-section/date-input-section.module.mjs +20 -21
  114. package/esm2020/organisms/date-input-section/date-input-section.organism.mjs +13 -17
  115. package/esm2020/organisms/date-input-section/index.mjs +1 -1
  116. package/esm2020/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.mjs +1 -1
  117. package/esm2020/organisms/heading/heading.module.mjs +18 -19
  118. package/esm2020/organisms/heading/heading.organism.mjs +9 -115
  119. package/esm2020/organisms/heading/index.mjs +1 -1
  120. package/esm2020/organisms/heading/ng-atomic-components-organisms-heading.mjs +1 -1
  121. package/esm2020/organisms/navigation-list/index.mjs +1 -1
  122. package/esm2020/organisms/navigation-list/navigation-list.module.mjs +20 -21
  123. package/esm2020/organisms/navigation-list/navigation-list.organism.mjs +11 -28
  124. package/esm2020/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.mjs +1 -1
  125. package/esm2020/organisms/navigator/index.mjs +1 -1
  126. package/esm2020/organisms/navigator/navigator.module.mjs +22 -23
  127. package/esm2020/organisms/navigator/navigator.organism.mjs +13 -46
  128. package/esm2020/organisms/navigator/ng-atomic-components-organisms-navigator.mjs +1 -1
  129. package/esm2020/organisms/paginator/index.mjs +1 -1
  130. package/esm2020/organisms/paginator/ng-atomic-components-organisms-paginator.mjs +1 -1
  131. package/esm2020/organisms/paginator/paginator.module.mjs +26 -27
  132. package/esm2020/organisms/paginator/paginator.organism.mjs +17 -28
  133. package/esm2020/organisms/select-input-section/index.mjs +1 -1
  134. package/esm2020/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.mjs +1 -1
  135. package/esm2020/organisms/select-input-section/select-input-section.module.mjs +22 -23
  136. package/esm2020/organisms/select-input-section/select-input-section.organism.mjs +13 -17
  137. package/esm2020/organisms/smart-list/index.mjs +1 -1
  138. package/esm2020/organisms/smart-list/ng-atomic-components-organisms-smart-list.mjs +1 -1
  139. package/esm2020/organisms/smart-list/smart-list.module.mjs +25 -26
  140. package/esm2020/organisms/smart-list/smart-list.organism.mjs +16 -60
  141. package/esm2020/organisms/smart-table/index.mjs +1 -1
  142. package/esm2020/organisms/smart-table/ng-atomic-components-organisms-smart-table.mjs +1 -1
  143. package/esm2020/organisms/smart-table/smart-table.module.mjs +32 -33
  144. package/esm2020/organisms/smart-table/smart-table.organism.mjs +30 -101
  145. package/esm2020/organisms/social-login-section/index.mjs +1 -1
  146. package/esm2020/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.mjs +1 -1
  147. package/esm2020/organisms/social-login-section/social-login-section.module.mjs +22 -23
  148. package/esm2020/organisms/social-login-section/social-login-section.organism.mjs +9 -14
  149. package/esm2020/organisms/text-input-section/index.mjs +1 -1
  150. package/esm2020/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.mjs +1 -1
  151. package/esm2020/organisms/text-input-section/text-input-section.module.mjs +22 -23
  152. package/esm2020/organisms/text-input-section/text-input-section.organism.mjs +17 -21
  153. package/esm2020/organisms/textarea-section/index.mjs +1 -1
  154. package/esm2020/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.mjs +1 -1
  155. package/esm2020/organisms/textarea-section/textarea-section.module.mjs +18 -19
  156. package/esm2020/organisms/textarea-section/textarea-section.organism.mjs +9 -13
  157. package/esm2020/organisms/top-navigator/index.mjs +1 -1
  158. package/esm2020/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.mjs +1 -1
  159. package/esm2020/organisms/top-navigator/top-navigator.module.mjs +25 -26
  160. package/esm2020/organisms/top-navigator/top-navigator.organism.mjs +13 -25
  161. package/esm2020/pages/_index/index.mjs +1 -1
  162. package/esm2020/pages/_index/index.module.mjs +15 -16
  163. package/esm2020/pages/_index/index.page.mjs +7 -7
  164. package/esm2020/pages/_index/ng-atomic-components-pages-_index.mjs +1 -1
  165. package/esm2020/pages/blank/blank.module.mjs +15 -16
  166. package/esm2020/pages/blank/blank.page.mjs +7 -7
  167. package/esm2020/pages/blank/blank.route.mjs +1 -1
  168. package/esm2020/pages/blank/index.mjs +1 -1
  169. package/esm2020/pages/blank/ng-atomic-components-pages-blank.mjs +1 -1
  170. package/esm2020/templates/entrance/entrance.module.mjs +31 -32
  171. package/esm2020/templates/entrance/entrance.template.mjs +17 -45
  172. package/esm2020/templates/entrance/index.mjs +1 -1
  173. package/esm2020/templates/entrance/ng-atomic-components-templates-entrance.mjs +1 -1
  174. package/esm2020/templates/loading/index.mjs +1 -1
  175. package/esm2020/templates/loading/loading.module.mjs +25 -26
  176. package/esm2020/templates/loading/loading.template.mjs +7 -9
  177. package/esm2020/templates/loading/ng-atomic-components-templates-loading.mjs +1 -1
  178. package/esm2020/templates/menu/index.mjs +1 -1
  179. package/esm2020/templates/menu/menu.module.mjs +19 -20
  180. package/esm2020/templates/menu/menu.template.mjs +11 -26
  181. package/esm2020/templates/menu/ng-atomic-components-templates-menu.mjs +1 -1
  182. package/esm2020/templates/smart-crud/index.mjs +1 -1
  183. package/esm2020/templates/smart-crud/ng-atomic-components-templates-smart-crud.mjs +1 -1
  184. package/esm2020/templates/smart-crud/smart-crud.module.mjs +37 -38
  185. package/esm2020/templates/smart-crud/smart-crud.template.mjs +19 -87
  186. package/esm2020/templates/smart-index/index.mjs +1 -1
  187. package/esm2020/templates/smart-index/ng-atomic-components-templates-smart-index.mjs +1 -1
  188. package/esm2020/templates/smart-index/smart-index.module.mjs +30 -31
  189. package/esm2020/templates/smart-index/smart-index.template.mjs +45 -99
  190. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs +15 -53
  191. package/fesm2015/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  192. package/fesm2015/ng-atomic-components-atoms-icon.mjs +13 -59
  193. package/fesm2015/ng-atomic-components-atoms-icon.mjs.map +1 -1
  194. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs +14 -102
  195. package/fesm2015/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  196. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs +10 -21
  197. package/fesm2015/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  198. package/fesm2015/ng-atomic-components-frames-card.mjs +11 -26
  199. package/fesm2015/ng-atomic-components-frames-card.mjs.map +1 -1
  200. package/fesm2015/ng-atomic-components-frames-drawer.mjs +12 -42
  201. package/fesm2015/ng-atomic-components-frames-drawer.mjs.map +1 -1
  202. package/fesm2015/ng-atomic-components-frames-line-up.mjs +16 -55
  203. package/fesm2015/ng-atomic-components-frames-line-up.mjs.map +1 -1
  204. package/fesm2015/ng-atomic-components-frames-overlay.mjs +12 -35
  205. package/fesm2015/ng-atomic-components-frames-overlay.mjs.map +1 -1
  206. package/fesm2015/ng-atomic-components-frames-scroll.mjs +11 -30
  207. package/fesm2015/ng-atomic-components-frames-scroll.mjs.map +1 -1
  208. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs +11 -41
  209. package/fesm2015/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  210. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs +18 -65
  211. package/fesm2015/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  212. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs +15 -60
  213. package/fesm2015/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  214. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs +19 -79
  215. package/fesm2015/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  216. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs +15 -54
  217. package/fesm2015/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  218. package/fesm2015/ng-atomic-components-molecules-header.mjs +10 -32
  219. package/fesm2015/ng-atomic-components-molecules-header.mjs.map +1 -1
  220. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs +14 -36
  221. package/fesm2015/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  222. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs +14 -51
  223. package/fesm2015/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  224. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs +19 -95
  225. package/fesm2015/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  226. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs +14 -129
  227. package/fesm2015/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  228. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs +12 -48
  229. package/fesm2015/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  230. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs +13 -45
  231. package/fesm2015/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  232. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs +17 -58
  233. package/fesm2015/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  234. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs +13 -27
  235. package/fesm2015/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  236. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +14 -32
  237. package/fesm2015/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  238. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs +12 -26
  239. package/fesm2015/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  240. package/fesm2015/ng-atomic-components-organisms-heading.mjs +11 -157
  241. package/fesm2015/ng-atomic-components-organisms-heading.mjs.map +1 -1
  242. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs +15 -45
  243. package/fesm2015/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  244. package/fesm2015/ng-atomic-components-organisms-navigator.mjs +17 -66
  245. package/fesm2015/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  246. package/fesm2015/ng-atomic-components-organisms-paginator.mjs +16 -37
  247. package/fesm2015/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  248. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs +13 -27
  249. package/fesm2015/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  250. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs +15 -75
  251. package/fesm2015/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
  252. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs +23 -122
  253. package/fesm2015/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  254. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs +13 -27
  255. package/fesm2015/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  256. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs +13 -27
  257. package/fesm2015/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  258. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs +13 -27
  259. package/fesm2015/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  260. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs +16 -38
  261. package/fesm2015/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  262. package/fesm2015/ng-atomic-components-pages-_index.mjs +9 -14
  263. package/fesm2015/ng-atomic-components-pages-_index.mjs.map +1 -1
  264. package/fesm2015/ng-atomic-components-pages-blank.mjs +11 -16
  265. package/fesm2015/ng-atomic-components-pages-blank.mjs.map +1 -1
  266. package/fesm2015/ng-atomic-components-templates-entrance.mjs +19 -63
  267. package/fesm2015/ng-atomic-components-templates-entrance.mjs.map +1 -1
  268. package/fesm2015/ng-atomic-components-templates-loading.mjs +11 -22
  269. package/fesm2015/ng-atomic-components-templates-loading.mjs.map +1 -1
  270. package/fesm2015/ng-atomic-components-templates-menu.mjs +13 -38
  271. package/fesm2015/ng-atomic-components-templates-menu.mjs.map +1 -1
  272. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs +26 -119
  273. package/fesm2015/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  274. package/fesm2015/ng-atomic-components-templates-smart-index.mjs +21 -94
  275. package/fesm2015/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  276. package/fesm2015/ng-atomic-components.mjs +6 -11
  277. package/fesm2015/ng-atomic-components.mjs.map +1 -1
  278. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs +37 -63
  279. package/fesm2020/ng-atomic-components-atoms-chips-input.mjs.map +1 -1
  280. package/fesm2020/ng-atomic-components-atoms-icon.mjs +34 -63
  281. package/fesm2020/ng-atomic-components-atoms-icon.mjs.map +1 -1
  282. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs +29 -94
  283. package/fesm2020/ng-atomic-components-atoms-smart-menu-button.mjs.map +1 -1
  284. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs +23 -28
  285. package/fesm2020/ng-atomic-components-frames-auto-layout.mjs.map +1 -1
  286. package/fesm2020/ng-atomic-components-frames-card.mjs +27 -34
  287. package/fesm2020/ng-atomic-components-frames-card.mjs.map +1 -1
  288. package/fesm2020/ng-atomic-components-frames-drawer.mjs +26 -44
  289. package/fesm2020/ng-atomic-components-frames-drawer.mjs.map +1 -1
  290. package/fesm2020/ng-atomic-components-frames-line-up.mjs +37 -60
  291. package/fesm2020/ng-atomic-components-frames-line-up.mjs.map +1 -1
  292. package/fesm2020/ng-atomic-components-frames-overlay.mjs +25 -39
  293. package/fesm2020/ng-atomic-components-frames-overlay.mjs.map +1 -1
  294. package/fesm2020/ng-atomic-components-frames-scroll.mjs +25 -36
  295. package/fesm2020/ng-atomic-components-frames-scroll.mjs.map +1 -1
  296. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs +31 -50
  297. package/fesm2020/ng-atomic-components-frames-smart-menu.mjs.map +1 -1
  298. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs +53 -84
  299. package/fesm2020/ng-atomic-components-molecules-actions-column.mjs.map +1 -1
  300. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs +49 -78
  301. package/fesm2020/ng-atomic-components-molecules-checkbox-column.mjs.map +1 -1
  302. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs +47 -92
  303. package/fesm2020/ng-atomic-components-molecules-chips-input-field.mjs.map +1 -1
  304. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs +36 -63
  305. package/fesm2020/ng-atomic-components-molecules-date-input-field.mjs.map +1 -1
  306. package/fesm2020/ng-atomic-components-molecules-header.mjs +27 -42
  307. package/fesm2020/ng-atomic-components-molecules-header.mjs.map +1 -1
  308. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs +33 -46
  309. package/fesm2020/ng-atomic-components-molecules-navigation-list-item.mjs.map +1 -1
  310. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs +31 -56
  311. package/fesm2020/ng-atomic-components-molecules-select-input-field.mjs.map +1 -1
  312. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs +38 -96
  313. package/fesm2020/ng-atomic-components-molecules-smart-column.mjs.map +1 -1
  314. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs +38 -126
  315. package/fesm2020/ng-atomic-components-molecules-text-input-field.mjs.map +1 -1
  316. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs +30 -54
  317. package/fesm2020/ng-atomic-components-molecules-textarea-field.mjs.map +1 -1
  318. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs +34 -54
  319. package/fesm2020/ng-atomic-components-organisms-action-buttons-section.mjs.map +1 -1
  320. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs +43 -73
  321. package/fesm2020/ng-atomic-components-organisms-back-navigator.mjs.map +1 -1
  322. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs +29 -34
  323. package/fesm2020/ng-atomic-components-organisms-card-input-section.mjs.map +1 -1
  324. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs +26 -35
  325. package/fesm2020/ng-atomic-components-organisms-cvc-and-exp-input-section.mjs.map +1 -1
  326. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs +31 -36
  327. package/fesm2020/ng-atomic-components-organisms-date-input-section.mjs.map +1 -1
  328. package/fesm2020/ng-atomic-components-organisms-heading.mjs +25 -132
  329. package/fesm2020/ng-atomic-components-organisms-heading.mjs.map +1 -1
  330. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs +29 -47
  331. package/fesm2020/ng-atomic-components-organisms-navigation-list.mjs.map +1 -1
  332. package/fesm2020/ng-atomic-components-organisms-navigator.mjs +33 -67
  333. package/fesm2020/ng-atomic-components-organisms-navigator.mjs.map +1 -1
  334. package/fesm2020/ng-atomic-components-organisms-paginator.mjs +41 -53
  335. package/fesm2020/ng-atomic-components-organisms-paginator.mjs.map +1 -1
  336. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs +33 -38
  337. package/fesm2020/ng-atomic-components-organisms-select-input-section.mjs.map +1 -1
  338. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs +39 -84
  339. package/fesm2020/ng-atomic-components-organisms-smart-list.mjs.map +1 -1
  340. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs +60 -132
  341. package/fesm2020/ng-atomic-components-organisms-smart-table.mjs.map +1 -1
  342. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs +29 -35
  343. package/fesm2020/ng-atomic-components-organisms-social-login-section.mjs.map +1 -1
  344. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs +37 -42
  345. package/fesm2020/ng-atomic-components-organisms-text-input-section.mjs.map +1 -1
  346. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs +25 -30
  347. package/fesm2020/ng-atomic-components-organisms-textarea-section.mjs.map +1 -1
  348. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs +36 -49
  349. package/fesm2020/ng-atomic-components-organisms-top-navigator.mjs.map +1 -1
  350. package/fesm2020/ng-atomic-components-pages-_index.mjs +20 -21
  351. package/fesm2020/ng-atomic-components-pages-_index.mjs.map +1 -1
  352. package/fesm2020/ng-atomic-components-pages-blank.mjs +22 -23
  353. package/fesm2020/ng-atomic-components-pages-blank.mjs.map +1 -1
  354. package/fesm2020/ng-atomic-components-templates-entrance.mjs +46 -75
  355. package/fesm2020/ng-atomic-components-templates-entrance.mjs.map +1 -1
  356. package/fesm2020/ng-atomic-components-templates-loading.mjs +30 -33
  357. package/fesm2020/ng-atomic-components-templates-loading.mjs.map +1 -1
  358. package/fesm2020/ng-atomic-components-templates-menu.mjs +28 -44
  359. package/fesm2020/ng-atomic-components-templates-menu.mjs.map +1 -1
  360. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs +54 -123
  361. package/fesm2020/ng-atomic-components-templates-smart-crud.mjs.map +1 -1
  362. package/fesm2020/ng-atomic-components-templates-smart-index.mjs +73 -128
  363. package/fesm2020/ng-atomic-components-templates-smart-index.mjs.map +1 -1
  364. package/fesm2020/ng-atomic-components.mjs +22 -23
  365. package/fesm2020/ng-atomic-components.mjs.map +1 -1
  366. package/frames/auto-layout/auto-layout.frame.d.ts +0 -1
  367. package/frames/auto-layout/auto-layout.module.d.ts +0 -1
  368. package/frames/auto-layout/index.d.ts +0 -1
  369. package/frames/card/card.frame.d.ts +0 -1
  370. package/frames/card/card.module.d.ts +0 -1
  371. package/frames/card/index.d.ts +0 -1
  372. package/frames/drawer/drawer.frame.d.ts +0 -1
  373. package/frames/drawer/drawer.module.d.ts +0 -1
  374. package/frames/drawer/index.d.ts +0 -1
  375. package/frames/line-up/index.d.ts +0 -1
  376. package/frames/line-up/line-up.animations.d.ts +0 -1
  377. package/frames/line-up/line-up.frame.d.ts +0 -1
  378. package/frames/line-up/line-up.module.d.ts +0 -1
  379. package/frames/line-up/resize-observer.d.ts +0 -1
  380. package/frames/overlay/index.d.ts +0 -1
  381. package/frames/overlay/overlay.animations.d.ts +0 -1
  382. package/frames/overlay/overlay.frame.d.ts +0 -1
  383. package/frames/overlay/overlay.module.d.ts +0 -1
  384. package/frames/scroll/index.d.ts +0 -1
  385. package/frames/scroll/scroll.frame.d.ts +0 -1
  386. package/frames/scroll/scroll.module.d.ts +0 -1
  387. package/frames/smart-menu/index.d.ts +0 -1
  388. package/frames/smart-menu/smart-menu.frame.d.ts +0 -1
  389. package/frames/smart-menu/smart-menu.module.d.ts +0 -1
  390. package/index.d.ts +0 -1
  391. package/molecules/actions-column/actions-column.module.d.ts +0 -1
  392. package/molecules/actions-column/actions-column.molecule.d.ts +0 -1
  393. package/molecules/actions-column/index.d.ts +0 -1
  394. package/molecules/checkbox-column/checkbox-column.module.d.ts +0 -1
  395. package/molecules/checkbox-column/checkbox-column.molecule.d.ts +0 -1
  396. package/molecules/checkbox-column/index.d.ts +0 -1
  397. package/molecules/chips-input-field/chips-input-field.module.d.ts +0 -1
  398. package/molecules/chips-input-field/chips-input-field.molecule.d.ts +0 -1
  399. package/molecules/chips-input-field/index.d.ts +0 -1
  400. package/molecules/date-input-field/date-input-field.module.d.ts +0 -1
  401. package/molecules/date-input-field/date-input-field.molecule.d.ts +0 -1
  402. package/molecules/date-input-field/index.d.ts +0 -1
  403. package/molecules/header/header.module.d.ts +0 -1
  404. package/molecules/header/header.molecule.d.ts +0 -1
  405. package/molecules/header/index.d.ts +0 -1
  406. package/molecules/navigation-list-item/index.d.ts +0 -1
  407. package/molecules/navigation-list-item/navigation-list-item.module.d.ts +0 -1
  408. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts +0 -1
  409. package/molecules/select-input-field/index.d.ts +0 -1
  410. package/molecules/select-input-field/select-input-field.module.d.ts +0 -1
  411. package/molecules/select-input-field/select-input-field.molecule.d.ts +0 -1
  412. package/molecules/smart-column/index.d.ts +0 -1
  413. package/molecules/smart-column/smart-column.module.d.ts +0 -1
  414. package/molecules/smart-column/smart-column.molecule.d.ts +0 -1
  415. package/molecules/text-input-field/index.d.ts +0 -1
  416. package/molecules/text-input-field/text-input-field.module.d.ts +0 -1
  417. package/molecules/text-input-field/text-input-field.molecule.d.ts +0 -1
  418. package/molecules/textarea-field/index.d.ts +0 -1
  419. package/molecules/textarea-field/textarea-field.module.d.ts +0 -1
  420. package/molecules/textarea-field/textarea-field.molecule.d.ts +0 -1
  421. package/organisms/action-buttons-section/action-buttons-section.module.d.ts +0 -1
  422. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts +0 -1
  423. package/organisms/action-buttons-section/index.d.ts +0 -1
  424. package/organisms/back-navigator/back-navigator.module.d.ts +0 -1
  425. package/organisms/back-navigator/back-navigator.organism.d.ts +0 -1
  426. package/organisms/back-navigator/index.d.ts +0 -1
  427. package/organisms/card-input-section/card-input-section.module.d.ts +0 -1
  428. package/organisms/card-input-section/card-input-section.organism.d.ts +0 -1
  429. package/organisms/card-input-section/index.d.ts +0 -1
  430. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts +0 -1
  431. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts +0 -1
  432. package/organisms/cvc-and-exp-input-section/index.d.ts +0 -1
  433. package/organisms/date-input-section/date-input-section.module.d.ts +0 -1
  434. package/organisms/date-input-section/date-input-section.organism.d.ts +0 -1
  435. package/organisms/date-input-section/index.d.ts +0 -1
  436. package/organisms/heading/heading.module.d.ts +0 -1
  437. package/organisms/heading/heading.organism.d.ts +0 -1
  438. package/organisms/heading/index.d.ts +0 -1
  439. package/organisms/navigation-list/index.d.ts +0 -1
  440. package/organisms/navigation-list/navigation-list.module.d.ts +0 -1
  441. package/organisms/navigation-list/navigation-list.organism.d.ts +0 -1
  442. package/organisms/navigator/index.d.ts +0 -1
  443. package/organisms/navigator/navigator.module.d.ts +0 -1
  444. package/organisms/navigator/navigator.organism.d.ts +0 -1
  445. package/organisms/paginator/index.d.ts +0 -1
  446. package/organisms/paginator/paginator.module.d.ts +0 -1
  447. package/organisms/paginator/paginator.organism.d.ts +0 -1
  448. package/organisms/select-input-section/index.d.ts +0 -1
  449. package/organisms/select-input-section/select-input-section.module.d.ts +0 -1
  450. package/organisms/select-input-section/select-input-section.organism.d.ts +0 -1
  451. package/organisms/smart-list/index.d.ts +0 -1
  452. package/organisms/smart-list/smart-list.module.d.ts +0 -1
  453. package/organisms/smart-list/smart-list.organism.d.ts +0 -1
  454. package/organisms/smart-table/index.d.ts +0 -1
  455. package/organisms/smart-table/smart-table.module.d.ts +0 -1
  456. package/organisms/smart-table/smart-table.organism.d.ts +0 -1
  457. package/organisms/social-login-section/index.d.ts +0 -1
  458. package/organisms/social-login-section/social-login-section.module.d.ts +0 -1
  459. package/organisms/social-login-section/social-login-section.organism.d.ts +0 -1
  460. package/organisms/text-input-section/index.d.ts +0 -1
  461. package/organisms/text-input-section/text-input-section.module.d.ts +0 -1
  462. package/organisms/text-input-section/text-input-section.organism.d.ts +0 -1
  463. package/organisms/textarea-section/index.d.ts +0 -1
  464. package/organisms/textarea-section/textarea-section.module.d.ts +0 -1
  465. package/organisms/textarea-section/textarea-section.organism.d.ts +0 -1
  466. package/organisms/top-navigator/index.d.ts +0 -1
  467. package/organisms/top-navigator/top-navigator.module.d.ts +0 -1
  468. package/organisms/top-navigator/top-navigator.organism.d.ts +0 -1
  469. package/package.json +14 -14
  470. package/pages/_index/index.d.ts +0 -1
  471. package/pages/_index/index.module.d.ts +0 -1
  472. package/pages/_index/index.page.d.ts +0 -1
  473. package/pages/blank/blank.module.d.ts +0 -1
  474. package/pages/blank/blank.page.d.ts +0 -1
  475. package/pages/blank/blank.route.d.ts +0 -1
  476. package/pages/blank/index.d.ts +0 -1
  477. package/templates/entrance/entrance.module.d.ts +0 -1
  478. package/templates/entrance/entrance.template.d.ts +0 -1
  479. package/templates/entrance/index.d.ts +0 -1
  480. package/templates/loading/index.d.ts +0 -1
  481. package/templates/loading/loading.module.d.ts +0 -1
  482. package/templates/loading/loading.template.d.ts +0 -1
  483. package/templates/menu/index.d.ts +0 -1
  484. package/templates/menu/menu.module.d.ts +0 -1
  485. package/templates/menu/menu.template.d.ts +0 -1
  486. package/templates/smart-crud/index.d.ts +0 -1
  487. package/templates/smart-crud/smart-crud.module.d.ts +0 -1
  488. package/templates/smart-crud/smart-crud.template.d.ts +0 -1
  489. package/templates/smart-index/index.d.ts +0 -1
  490. package/templates/smart-index/smart-index.module.d.ts +0 -1
  491. package/templates/smart-index/smart-index.template.d.ts +0 -1
  492. package/app.module.d.ts.map +0 -1
  493. package/atoms/chips-input/chips-input.atom.d.ts.map +0 -1
  494. package/atoms/chips-input/chips-input.module.d.ts.map +0 -1
  495. package/atoms/chips-input/index.d.ts.map +0 -1
  496. package/atoms/chips-input/ng-atomic-components-atoms-chips-input.d.ts.map +0 -1
  497. package/atoms/icon/icon.atom.d.ts.map +0 -1
  498. package/atoms/icon/icon.module.d.ts.map +0 -1
  499. package/atoms/icon/index.d.ts.map +0 -1
  500. package/atoms/icon/ng-atomic-components-atoms-icon.d.ts.map +0 -1
  501. package/atoms/smart-menu-button/index.d.ts.map +0 -1
  502. package/atoms/smart-menu-button/ng-atomic-components-atoms-smart-menu-button.d.ts.map +0 -1
  503. package/atoms/smart-menu-button/smart-menu-button.atom.d.ts.map +0 -1
  504. package/atoms/smart-menu-button/smart-menu-button.module.d.ts.map +0 -1
  505. package/frames/auto-layout/auto-layout.frame.d.ts.map +0 -1
  506. package/frames/auto-layout/auto-layout.module.d.ts.map +0 -1
  507. package/frames/auto-layout/index.d.ts.map +0 -1
  508. package/frames/auto-layout/ng-atomic-components-frames-auto-layout.d.ts.map +0 -1
  509. package/frames/card/card.frame.d.ts.map +0 -1
  510. package/frames/card/card.module.d.ts.map +0 -1
  511. package/frames/card/index.d.ts.map +0 -1
  512. package/frames/card/ng-atomic-components-frames-card.d.ts.map +0 -1
  513. package/frames/drawer/drawer.frame.d.ts.map +0 -1
  514. package/frames/drawer/drawer.module.d.ts.map +0 -1
  515. package/frames/drawer/index.d.ts.map +0 -1
  516. package/frames/drawer/ng-atomic-components-frames-drawer.d.ts.map +0 -1
  517. package/frames/line-up/index.d.ts.map +0 -1
  518. package/frames/line-up/line-up.animations.d.ts.map +0 -1
  519. package/frames/line-up/line-up.frame.d.ts.map +0 -1
  520. package/frames/line-up/line-up.module.d.ts.map +0 -1
  521. package/frames/line-up/ng-atomic-components-frames-line-up.d.ts.map +0 -1
  522. package/frames/line-up/resize-observer.d.ts.map +0 -1
  523. package/frames/overlay/index.d.ts.map +0 -1
  524. package/frames/overlay/ng-atomic-components-frames-overlay.d.ts.map +0 -1
  525. package/frames/overlay/overlay.animations.d.ts.map +0 -1
  526. package/frames/overlay/overlay.frame.d.ts.map +0 -1
  527. package/frames/overlay/overlay.module.d.ts.map +0 -1
  528. package/frames/scroll/index.d.ts.map +0 -1
  529. package/frames/scroll/ng-atomic-components-frames-scroll.d.ts.map +0 -1
  530. package/frames/scroll/scroll.frame.d.ts.map +0 -1
  531. package/frames/scroll/scroll.module.d.ts.map +0 -1
  532. package/frames/smart-menu/index.d.ts.map +0 -1
  533. package/frames/smart-menu/ng-atomic-components-frames-smart-menu.d.ts.map +0 -1
  534. package/frames/smart-menu/smart-menu.frame.d.ts.map +0 -1
  535. package/frames/smart-menu/smart-menu.module.d.ts.map +0 -1
  536. package/index.d.ts.map +0 -1
  537. package/molecules/actions-column/actions-column.module.d.ts.map +0 -1
  538. package/molecules/actions-column/actions-column.molecule.d.ts.map +0 -1
  539. package/molecules/actions-column/index.d.ts.map +0 -1
  540. package/molecules/actions-column/ng-atomic-components-molecules-actions-column.d.ts.map +0 -1
  541. package/molecules/checkbox-column/checkbox-column.module.d.ts.map +0 -1
  542. package/molecules/checkbox-column/checkbox-column.molecule.d.ts.map +0 -1
  543. package/molecules/checkbox-column/index.d.ts.map +0 -1
  544. package/molecules/checkbox-column/ng-atomic-components-molecules-checkbox-column.d.ts.map +0 -1
  545. package/molecules/chips-input-field/chips-input-field.module.d.ts.map +0 -1
  546. package/molecules/chips-input-field/chips-input-field.molecule.d.ts.map +0 -1
  547. package/molecules/chips-input-field/index.d.ts.map +0 -1
  548. package/molecules/chips-input-field/ng-atomic-components-molecules-chips-input-field.d.ts.map +0 -1
  549. package/molecules/date-input-field/date-input-field.module.d.ts.map +0 -1
  550. package/molecules/date-input-field/date-input-field.molecule.d.ts.map +0 -1
  551. package/molecules/date-input-field/index.d.ts.map +0 -1
  552. package/molecules/date-input-field/ng-atomic-components-molecules-date-input-field.d.ts.map +0 -1
  553. package/molecules/header/header.module.d.ts.map +0 -1
  554. package/molecules/header/header.molecule.d.ts.map +0 -1
  555. package/molecules/header/index.d.ts.map +0 -1
  556. package/molecules/header/ng-atomic-components-molecules-header.d.ts.map +0 -1
  557. package/molecules/navigation-list-item/index.d.ts.map +0 -1
  558. package/molecules/navigation-list-item/navigation-list-item.module.d.ts.map +0 -1
  559. package/molecules/navigation-list-item/navigation-list-item.molecule.d.ts.map +0 -1
  560. package/molecules/navigation-list-item/ng-atomic-components-molecules-navigation-list-item.d.ts.map +0 -1
  561. package/molecules/select-input-field/index.d.ts.map +0 -1
  562. package/molecules/select-input-field/ng-atomic-components-molecules-select-input-field.d.ts.map +0 -1
  563. package/molecules/select-input-field/select-input-field.module.d.ts.map +0 -1
  564. package/molecules/select-input-field/select-input-field.molecule.d.ts.map +0 -1
  565. package/molecules/smart-column/index.d.ts.map +0 -1
  566. package/molecules/smart-column/ng-atomic-components-molecules-smart-column.d.ts.map +0 -1
  567. package/molecules/smart-column/smart-column.module.d.ts.map +0 -1
  568. package/molecules/smart-column/smart-column.molecule.d.ts.map +0 -1
  569. package/molecules/text-input-field/index.d.ts.map +0 -1
  570. package/molecules/text-input-field/ng-atomic-components-molecules-text-input-field.d.ts.map +0 -1
  571. package/molecules/text-input-field/text-input-field.module.d.ts.map +0 -1
  572. package/molecules/text-input-field/text-input-field.molecule.d.ts.map +0 -1
  573. package/molecules/textarea-field/index.d.ts.map +0 -1
  574. package/molecules/textarea-field/ng-atomic-components-molecules-textarea-field.d.ts.map +0 -1
  575. package/molecules/textarea-field/textarea-field.module.d.ts.map +0 -1
  576. package/molecules/textarea-field/textarea-field.molecule.d.ts.map +0 -1
  577. package/ng-atomic-components.d.ts.map +0 -1
  578. package/organisms/action-buttons-section/action-buttons-section.module.d.ts.map +0 -1
  579. package/organisms/action-buttons-section/action-buttons-section.organism.d.ts.map +0 -1
  580. package/organisms/action-buttons-section/index.d.ts.map +0 -1
  581. package/organisms/action-buttons-section/ng-atomic-components-organisms-action-buttons-section.d.ts.map +0 -1
  582. package/organisms/back-navigator/back-navigator.module.d.ts.map +0 -1
  583. package/organisms/back-navigator/back-navigator.organism.d.ts.map +0 -1
  584. package/organisms/back-navigator/index.d.ts.map +0 -1
  585. package/organisms/back-navigator/ng-atomic-components-organisms-back-navigator.d.ts.map +0 -1
  586. package/organisms/card-input-section/card-input-section.module.d.ts.map +0 -1
  587. package/organisms/card-input-section/card-input-section.organism.d.ts.map +0 -1
  588. package/organisms/card-input-section/index.d.ts.map +0 -1
  589. package/organisms/card-input-section/ng-atomic-components-organisms-card-input-section.d.ts.map +0 -1
  590. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.module.d.ts.map +0 -1
  591. package/organisms/cvc-and-exp-input-section/cvc-and-exp-input-section.organism.d.ts.map +0 -1
  592. package/organisms/cvc-and-exp-input-section/index.d.ts.map +0 -1
  593. package/organisms/cvc-and-exp-input-section/ng-atomic-components-organisms-cvc-and-exp-input-section.d.ts.map +0 -1
  594. package/organisms/date-input-section/date-input-section.module.d.ts.map +0 -1
  595. package/organisms/date-input-section/date-input-section.organism.d.ts.map +0 -1
  596. package/organisms/date-input-section/index.d.ts.map +0 -1
  597. package/organisms/date-input-section/ng-atomic-components-organisms-date-input-section.d.ts.map +0 -1
  598. package/organisms/heading/heading.module.d.ts.map +0 -1
  599. package/organisms/heading/heading.organism.d.ts.map +0 -1
  600. package/organisms/heading/index.d.ts.map +0 -1
  601. package/organisms/heading/ng-atomic-components-organisms-heading.d.ts.map +0 -1
  602. package/organisms/navigation-list/index.d.ts.map +0 -1
  603. package/organisms/navigation-list/navigation-list.module.d.ts.map +0 -1
  604. package/organisms/navigation-list/navigation-list.organism.d.ts.map +0 -1
  605. package/organisms/navigation-list/ng-atomic-components-organisms-navigation-list.d.ts.map +0 -1
  606. package/organisms/navigator/index.d.ts.map +0 -1
  607. package/organisms/navigator/navigator.module.d.ts.map +0 -1
  608. package/organisms/navigator/navigator.organism.d.ts.map +0 -1
  609. package/organisms/navigator/ng-atomic-components-organisms-navigator.d.ts.map +0 -1
  610. package/organisms/paginator/index.d.ts.map +0 -1
  611. package/organisms/paginator/ng-atomic-components-organisms-paginator.d.ts.map +0 -1
  612. package/organisms/paginator/paginator.module.d.ts.map +0 -1
  613. package/organisms/paginator/paginator.organism.d.ts.map +0 -1
  614. package/organisms/select-input-section/index.d.ts.map +0 -1
  615. package/organisms/select-input-section/ng-atomic-components-organisms-select-input-section.d.ts.map +0 -1
  616. package/organisms/select-input-section/select-input-section.module.d.ts.map +0 -1
  617. package/organisms/select-input-section/select-input-section.organism.d.ts.map +0 -1
  618. package/organisms/smart-list/index.d.ts.map +0 -1
  619. package/organisms/smart-list/ng-atomic-components-organisms-smart-list.d.ts.map +0 -1
  620. package/organisms/smart-list/smart-list.module.d.ts.map +0 -1
  621. package/organisms/smart-list/smart-list.organism.d.ts.map +0 -1
  622. package/organisms/smart-table/index.d.ts.map +0 -1
  623. package/organisms/smart-table/ng-atomic-components-organisms-smart-table.d.ts.map +0 -1
  624. package/organisms/smart-table/smart-table.module.d.ts.map +0 -1
  625. package/organisms/smart-table/smart-table.organism.d.ts.map +0 -1
  626. package/organisms/social-login-section/index.d.ts.map +0 -1
  627. package/organisms/social-login-section/ng-atomic-components-organisms-social-login-section.d.ts.map +0 -1
  628. package/organisms/social-login-section/social-login-section.module.d.ts.map +0 -1
  629. package/organisms/social-login-section/social-login-section.organism.d.ts.map +0 -1
  630. package/organisms/text-input-section/index.d.ts.map +0 -1
  631. package/organisms/text-input-section/ng-atomic-components-organisms-text-input-section.d.ts.map +0 -1
  632. package/organisms/text-input-section/text-input-section.module.d.ts.map +0 -1
  633. package/organisms/text-input-section/text-input-section.organism.d.ts.map +0 -1
  634. package/organisms/textarea-section/index.d.ts.map +0 -1
  635. package/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.d.ts.map +0 -1
  636. package/organisms/textarea-section/textarea-section.module.d.ts.map +0 -1
  637. package/organisms/textarea-section/textarea-section.organism.d.ts.map +0 -1
  638. package/organisms/top-navigator/index.d.ts.map +0 -1
  639. package/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.d.ts.map +0 -1
  640. package/organisms/top-navigator/top-navigator.module.d.ts.map +0 -1
  641. package/organisms/top-navigator/top-navigator.organism.d.ts.map +0 -1
  642. package/pages/_index/index.d.ts.map +0 -1
  643. package/pages/_index/index.module.d.ts.map +0 -1
  644. package/pages/_index/index.page.d.ts.map +0 -1
  645. package/pages/_index/ng-atomic-components-pages-_index.d.ts.map +0 -1
  646. package/pages/blank/blank.module.d.ts.map +0 -1
  647. package/pages/blank/blank.page.d.ts.map +0 -1
  648. package/pages/blank/blank.route.d.ts.map +0 -1
  649. package/pages/blank/index.d.ts.map +0 -1
  650. package/pages/blank/ng-atomic-components-pages-blank.d.ts.map +0 -1
  651. package/templates/entrance/entrance.module.d.ts.map +0 -1
  652. package/templates/entrance/entrance.template.d.ts.map +0 -1
  653. package/templates/entrance/index.d.ts.map +0 -1
  654. package/templates/entrance/ng-atomic-components-templates-entrance.d.ts.map +0 -1
  655. package/templates/loading/index.d.ts.map +0 -1
  656. package/templates/loading/loading.module.d.ts.map +0 -1
  657. package/templates/loading/loading.template.d.ts.map +0 -1
  658. package/templates/loading/ng-atomic-components-templates-loading.d.ts.map +0 -1
  659. package/templates/menu/index.d.ts.map +0 -1
  660. package/templates/menu/menu.module.d.ts.map +0 -1
  661. package/templates/menu/menu.template.d.ts.map +0 -1
  662. package/templates/menu/ng-atomic-components-templates-menu.d.ts.map +0 -1
  663. package/templates/smart-crud/index.d.ts.map +0 -1
  664. package/templates/smart-crud/ng-atomic-components-templates-smart-crud.d.ts.map +0 -1
  665. package/templates/smart-crud/smart-crud.module.d.ts.map +0 -1
  666. package/templates/smart-crud/smart-crud.template.d.ts.map +0 -1
  667. package/templates/smart-index/index.d.ts.map +0 -1
  668. package/templates/smart-index/ng-atomic-components-templates-smart-index.d.ts.map +0 -1
  669. package/templates/smart-index/smart-index.module.d.ts.map +0 -1
  670. package/templates/smart-index/smart-index.template.d.ts.map +0 -1
@@ -1 +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":";;;;;;;;;;;;;;;;;;;MAea,kBAAkB,CAAA;AAP/B,IAAA,WAAA,GAAA;AAUE,QAAA,IAAQ,CAAA,QAAA,GAAmB,EAAE,CAAC;AAO9B,QAAA,IAAK,CAAA,KAAA,GAAW,EAAE,CAAC;AAGnB,QAAA,IAAA,CAAA,WAAW,GAAY,MAAM,EAAE,CAAC;AAGhC,QAAA,IAAQ,CAAA,QAAA,GAAW,CAAC,CAAC;AAGrB,QAAA,IAAA,CAAA,aAAa,GAAG,IAAI,GAAG,EAAU,CAAC;AAGlC,QAAA,IAAI,CAAA,IAAA,GAAS,EAAE,CAAC;AAGhB,QAAA,IAAA,CAAA,MAAM,GAAG,IAAI,YAAY,EAAU,CAAC;AAGpC,QAAA,IAAA,CAAA,WAAW,GAAG,IAAI,YAAY,EAAU,CAAC;AAGzC,QAAA,IAAA,CAAA,aAAa,GAAG,IAAI,YAAY,EAAmB,CAAC;AAGpD,QAAA,IAAA,CAAA,UAAU,GAAG,IAAI,YAAY,EAAE,CAAC;AAGhC,QAAA,IAAA,CAAA,SAAS,GAAG,IAAI,YAAY,EAAmB,CAAC;QAEtC,IAAA,CAAA,iBAAiB,GAAG,CAAC,UAAkB,KAAK,UAAU,CAAC;KAClE;AAnCC,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC;KAC3B;;+GAPU,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,+YCf/B,4oCAyBoE,EAAA,MAAA,EAAA,CAAA,+4BAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,OAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,cAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,YAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,cAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,QAAA,EAAA,QAAA,EAAA,6BAAA,EAAA,QAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,CAAA,iBAAA,EAAA,uBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,SAAA,EAAA,QAAA,EAAA,aAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,YAAA,EAAA,QAAA,EAAA,oCAAA,EAAA,QAAA,EAAA,CAAA,cAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,MAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,QAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,qBAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,aAAA,CAAA,EAAA,OAAA,EAAA,CAAA,QAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,sBAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,eAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,mBAAA,EAAA,QAAA,EAAA,wBAAA,EAAA,MAAA,EAAA,CAAA,MAAA,CAAA,EAAA,OAAA,EAAA,CAAA,aAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,CAAA,UAAA,EAAA,IAAA,EAAA,GAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDVvD,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAP9B,SAAS;+BACE,uBAAuB,EAAA,eAAA,EAGhB,uBAAuB,CAAC,MAAM,QACzC,EAAC,KAAK,EAAE,UAAU,EAAC,EAAA,QAAA,EAAA,4oCAAA,EAAA,MAAA,EAAA,CAAA,+4BAAA,CAAA,EAAA,CAAA;8BAKzB,QAAQ,EAAA,CAAA;sBADP,KAAK;uBAAC,SAAS,CAAA;gBAQhB,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,WAAW,EAAA,CAAA;sBADV,KAAK;gBAIN,QAAQ,EAAA,CAAA;sBADP,KAAK;gBAIN,aAAa,EAAA,CAAA;sBADZ,KAAK;gBAIN,IAAI,EAAA,CAAA;sBADH,KAAK;gBAIN,MAAM,EAAA,CAAA;sBADL,MAAM;gBAIP,WAAW,EAAA,CAAA;sBADV,MAAM;gBAIP,aAAa,EAAA,CAAA;sBADZ,MAAM;gBAIP,UAAU,EAAA,CAAA;sBADT,MAAM;gBAIP,SAAS,EAAA,CAAA;sBADR,MAAM;;;MEdI,gBAAgB,CAAA;;6GAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;8GAAhB,gBAAgB,EAAA,YAAA,EAAA,CArBzB,kBAAkB,CAAA,EAAA,OAAA,EAAA,CAGlB,YAAY;;QAEZ,YAAY;;QAEZ,cAAc;QACd,iBAAiB;QACjB,aAAa;QACb,eAAe;QACf,aAAa;;QAEb,mBAAmB;QACnB,oBAAoB;QACpB,iBAAiB,aAGjB,kBAAkB,CAAA,EAAA,CAAA,CAAA;AAGT,gBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gBAAgB,YAlBzB,YAAY;;QAEZ,YAAY;;QAEZ,cAAc;QACd,iBAAiB;QACjB,aAAa;QACb,eAAe;QACf,aAAa;;QAEb,mBAAmB;QACnB,oBAAoB;QACpB,iBAAiB,CAAA,EAAA,CAAA,CAAA;2FAMR,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAvB5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,kBAAkB;AACnB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;;wBAEZ,YAAY;;wBAEZ,cAAc;wBACd,iBAAiB;wBACjB,aAAa;wBACb,eAAe;wBACf,aAAa;;wBAEb,mBAAmB;wBACnB,oBAAoB;wBACpB,iBAAiB;AAClB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,kBAAkB;AACnB,qBAAA;iBACF,CAAA;;;ACpCD;;AAEG;;;;"}
@@ -9,33 +9,25 @@ 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) {
14
- if (rf & 1) {
15
- i0.ɵɵelementStart(0, "button", 0);
16
- i0.ɵɵlistener("click", function SocialLoginSectionOrganism_Template_button_click_0_listener() { return ctx.signInWithGoogleButtonClick.emit(); });
17
- i0.ɵɵtext(1, "Google\u30A2\u30AB\u30A6\u30F3\u30C8\u3067\u30ED\u30B0\u30A4\u30F3");
18
- i0.ɵɵelementEnd();
19
- }
20
- }, 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 });
21
- (function () {
22
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SocialLoginSectionOrganism, [{
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: [{
23
15
  type: Component,
24
- 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"] }]
25
- }], null, { signInWithGoogleButtonClick: [{
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: [{
26
18
  type: Output
27
- }] });
28
- })();
19
+ }] } });
29
20
 
30
21
  class SocialLoginSectionModule {
31
22
  }
32
- SocialLoginSectionModule.ɵfac = function SocialLoginSectionModule_Factory(t) { return new (t || SocialLoginSectionModule)(); };
33
- SocialLoginSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SocialLoginSectionModule });
34
- 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,
25
+ // Material
26
+ MatButtonModule], exports: [SocialLoginSectionOrganism] });
27
+ SocialLoginSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SocialLoginSectionModule, imports: [CommonModule,
35
28
  // Material
36
29
  MatButtonModule] });
37
- (function () {
38
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SocialLoginSectionModule, [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: SocialLoginSectionModule, decorators: [{
39
31
  type: NgModule,
40
32
  args: [{
41
33
  declarations: [
@@ -50,13 +42,7 @@ SocialLoginSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports:
50
42
  SocialLoginSectionOrganism
51
43
  ]
52
44
  }]
53
- }], null, null);
54
- })();
55
- (function () {
56
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SocialLoginSectionModule, { declarations: [SocialLoginSectionOrganism], imports: [CommonModule,
57
- // Material
58
- MatButtonModule], exports: [SocialLoginSectionOrganism] });
59
- })();
45
+ }] });
60
46
 
61
47
  /**
62
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;KAExD;;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;QAAA,IAAA,EAAA,GAAA,CAAA,EAAA;YCRvC,EAIC,CAAA,cAAA,CAAA,CAAA,EAAA,QAAA,EAAA,CAAA,CAAA,CAAA;AADC,YAAA,EAAA,CAAA,UAAA,CAAA,OAAA,EAAA,SAAA,2DAAA,GAAA,EAAA,OAAS,sCAAkC,CAAC,EAAA,CAAA,CAAA;AAC7C,YAAA,EAAgB,CAAA,MAAA,CAAA,CAAA,EAAA,oEAAA,CAAA,CAAA;YAAA,EAAS,CAAA,YAAA,EAAA,CAAA;;;;4EDIb,0BAA0B,EAAA,CAAA;kBANtC,SAAS;+BACE,gCAAgC,EAAA,eAAA,EAGzB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,sLAAA,EAAA,MAAA,EAAA,CAAA,gQAAA,CAAA,EAAA,CAAA;oBAK/C,2BAA2B,EAAA,CAAA;sBAD1B,MAAM;;;;MEUI,wBAAwB,CAAA;;gGAAxB,wBAAwB,GAAA,CAAA,EAAA,CAAA;0EAAxB,wBAAwB,EAAA,CAAA,CAAA;8EARjC,YAAY;;QAEZ,eAAe,CAAA,EAAA,CAAA,CAAA;;4EAMN,wBAAwB,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;iBACF,CAAA;;;;6EACY,wBAAwB,EAAA,EAAA,YAAA,EAAA,CAXjC,0BAA0B,CAAA,EAAA,OAAA,EAAA,CAG1B,YAAY;;YAEZ,eAAe,aAGf,0BAA0B,CAAA,EAAA,CAAA,CAAA;AAAA,CAAA,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;KAExD;;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;;QAEZ,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;iBACF,CAAA;;;ACnBD;;AAEG;;;;"}
@@ -13,20 +13,12 @@ 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) {
18
- if (rf & 1) {
19
- i0.ɵɵelement(0, "molecules-text-input-field", 0);
20
- }
21
- if (rf & 2) {
22
- i0.ɵɵproperty("type", ctx.type)("control", ctx.control)("label", ctx.label)("placeholder", ctx.placeholder);
23
- }
24
- }, 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%}"] });
25
- (function () {
26
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputSectionOrganism, [{
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: [{
27
19
  type: Component,
28
- 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"] }]
29
- }], null, { label: [{
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: [{
30
22
  type: Input
31
23
  }], placeholder: [{
32
24
  type: Input
@@ -36,18 +28,18 @@ TextInputSectionOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Te
36
28
  type: Input
37
29
  }], control: [{
38
30
  type: Input
39
- }] });
40
- })();
31
+ }] } });
41
32
 
42
33
  class TextInputSectionModule {
43
34
  }
44
- TextInputSectionModule.ɵfac = function TextInputSectionModule_Factory(t) { return new (t || TextInputSectionModule)(); };
45
- TextInputSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextInputSectionModule });
46
- 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,
37
+ // Molecules
38
+ TextInputFieldModule], exports: [TextInputSectionOrganism] });
39
+ TextInputSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputSectionModule, imports: [CommonModule,
47
40
  // Molecules
48
41
  TextInputFieldModule] });
49
- (function () {
50
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextInputSectionModule, [{
42
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextInputSectionModule, decorators: [{
51
43
  type: NgModule,
52
44
  args: [{
53
45
  declarations: [
@@ -62,13 +54,7 @@ TextInputSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [C
62
54
  TextInputSectionOrganism
63
55
  ]
64
56
  }]
65
- }], null, null);
66
- })();
67
- (function () {
68
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextInputSectionModule, { declarations: [TextInputSectionOrganism], imports: [CommonModule,
69
- // Molecules
70
- TextInputFieldModule], exports: [TextInputSectionOrganism] });
71
- })();
57
+ }] });
72
58
 
73
59
  /**
74
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;AAQE,QAAA,IAAK,CAAA,KAAA,GAAG,OAAO,CAAC;AAGhB,QAAA,IAAW,CAAA,WAAA,GAAG,aAAa,CAAC;AAG5B,QAAA,IAAI,CAAA,IAAA,GAAmC,MAAM,CAAC;QAM9C,IAAA,CAAA,OAAO,GAAG,IAAI,WAAW,CAAC,EAAE,CAAC,CAAC;KAE/B;;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;QAAA,IAAA,EAAA,GAAA,CAAA,EAAA;YCRrC,EAK8B,CAAA,SAAA,CAAA,CAAA,EAAA,4BAAA,EAAA,CAAA,CAAA,CAAA;;;AAJ5B,YAAA,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;;;;4EDOF,wBAAwB,EAAA,CAAA;kBALpC,SAAS;+BACE,8BAA8B,EAAA,QAAA,EAAA,+JAAA,EAAA,MAAA,EAAA,CAAA,8SAAA,CAAA,EAAA,CAAA;oBAOxC,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;;4FAAtB,sBAAsB,GAAA,CAAA,EAAA,CAAA;wEAAtB,sBAAsB,EAAA,CAAA,CAAA;4EAR/B,YAAY;;QAEZ,oBAAoB,CAAA,EAAA,CAAA,CAAA;;4EAMX,sBAAsB,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;iBACF,CAAA;;;;6EACY,sBAAsB,EAAA,EAAA,YAAA,EAAA,CAX/B,wBAAwB,CAAA,EAAA,OAAA,EAAA,CAGxB,YAAY;;YAEZ,oBAAoB,aAGpB,wBAAwB,CAAA,EAAA,CAAA,CAAA;AAAA,CAAA,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;AAQE,QAAA,IAAK,CAAA,KAAA,GAAG,OAAO,CAAC;AAGhB,QAAA,IAAW,CAAA,WAAA,GAAG,aAAa,CAAC;AAG5B,QAAA,IAAI,CAAA,IAAA,GAAmC,MAAM,CAAC;QAM9C,IAAA,CAAA,OAAO,GAAG,IAAI,WAAW,CAAC,EAAE,CAAC,CAAC;KAE/B;;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;;QAEZ,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;iBACF,CAAA;;;AClBD;;AAEG;;;;"}
@@ -9,33 +9,25 @@ 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) {
14
- if (rf & 1) {
15
- i0.ɵɵelement(0, "molecules-textarea-field", 0);
16
- }
17
- if (rf & 2) {
18
- i0.ɵɵproperty("label", ctx.label);
19
- }
20
- }, 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 });
21
- (function () {
22
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaSectionOrganism, [{
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: [{
23
15
  type: Component,
24
- 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"] }]
25
- }], null, { label: [{
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: [{
26
18
  type: Input
27
- }] });
28
- })();
19
+ }] } });
29
20
 
30
21
  class TextareaSectionModule {
31
22
  }
32
- TextareaSectionModule.ɵfac = function TextareaSectionModule_Factory(t) { return new (t || TextareaSectionModule)(); };
33
- TextareaSectionModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TextareaSectionModule });
34
- 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,
25
+ // Molecules
26
+ TextareaFieldModule], exports: [TextareaSectionOrganism] });
27
+ TextareaSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaSectionModule, imports: [CommonModule,
35
28
  // Molecules
36
29
  TextareaFieldModule] });
37
- (function () {
38
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TextareaSectionModule, [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TextareaSectionModule, decorators: [{
39
31
  type: NgModule,
40
32
  args: [{
41
33
  declarations: [TextareaSectionOrganism],
@@ -46,13 +38,7 @@ TextareaSectionModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Co
46
38
  ],
47
39
  exports: [TextareaSectionOrganism]
48
40
  }]
49
- }], null, null);
50
- })();
51
- (function () {
52
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TextareaSectionModule, { declarations: [TextareaSectionOrganism], imports: [CommonModule,
53
- // Molecules
54
- TextareaFieldModule], exports: [TextareaSectionOrganism] });
55
- })();
41
+ }] });
56
42
 
57
43
  /**
58
44
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-textarea-section.mjs","sources":["../../../../libs/components/src/organisms/textarea-section/textarea-section.organism.ts","../../../../libs/components/src/organisms/textarea-section/textarea-section.organism.html","../../../../libs/components/src/organisms/textarea-section/textarea-section.module.ts","../../../../libs/components/src/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'organisms-textarea-section',\n templateUrl: './textarea-section.organism.html',\n styleUrls: ['./textarea-section.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TextareaSectionOrganism {\n\n @Input()\n label = 'label';\n\n}\n","<molecules-textarea-field\n [label]=\"label\"\n></molecules-textarea-field>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TextareaFieldModule } from '@ng-atomic/components/molecules/textarea-field';\n\nimport { TextareaSectionOrganism } from './textarea-section.organism';\n\n\n@NgModule({\n declarations: [TextareaSectionOrganism],\n imports: [\n CommonModule,\n // Molecules\n TextareaFieldModule,\n ],\n exports: [TextareaSectionOrganism]\n})\nexport class TextareaSectionModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAQa,uBAAuB,CAAA;AANpC,IAAA,WAAA,GAAA;AASE,QAAA,IAAK,CAAA,KAAA,GAAG,OAAO,CAAC;KAEjB;;8FALY,uBAAuB,GAAA,CAAA,EAAA,CAAA;0EAAvB,uBAAuB,EAAA,SAAA,EAAA,CAAA,CAAA,4BAAA,CAAA,CAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,KAAA,EAAA,CAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,CAAA,CAAA,EAAA,OAAA,CAAA,CAAA,EAAA,QAAA,EAAA,SAAA,gCAAA,CAAA,EAAA,EAAA,GAAA,EAAA;QAAA,IAAA,EAAA,GAAA,CAAA,EAAA;YCRpC,EAE4B,CAAA,SAAA,CAAA,CAAA,EAAA,0BAAA,EAAA,CAAA,CAAA,CAAA;;;YAD1B,EAAe,CAAA,UAAA,CAAA,OAAA,EAAA,GAAA,CAAA,KAAA,CAAA,CAAA;;;;4EDOJ,uBAAuB,EAAA,CAAA;kBANnC,SAAS;+BACE,4BAA4B,EAAA,eAAA,EAGrB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,8EAAA,EAAA,MAAA,EAAA,CAAA,qQAAA,CAAA,EAAA,CAAA;oBAK/C,KAAK,EAAA,CAAA;sBADJ,KAAK;;;;MEMK,qBAAqB,CAAA;;0FAArB,qBAAqB,GAAA,CAAA,EAAA,CAAA;uEAArB,qBAAqB,EAAA,CAAA,CAAA;2EAN9B,YAAY;;QAEZ,mBAAmB,CAAA,EAAA,CAAA,CAAA;;4EAIV,qBAAqB,EAAA,CAAA;kBATjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,uBAAuB,CAAC;AACvC,oBAAA,OAAO,EAAE;wBACP,YAAY;;wBAEZ,mBAAmB;AACpB,qBAAA;oBACD,OAAO,EAAE,CAAC,uBAAuB,CAAC;iBACnC,CAAA;;;;6EACY,qBAAqB,EAAA,EAAA,YAAA,EAAA,CARjB,uBAAuB,CAAA,EAAA,OAAA,EAAA,CAEpC,YAAY;;YAEZ,mBAAmB,aAEX,uBAAuB,CAAA,EAAA,CAAA,CAAA;AAAA,CAAA,GAAA;;ACdnC;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-components-organisms-textarea-section.mjs","sources":["../../../../../packages/@ng-atomic/components/src/organisms/textarea-section/textarea-section.organism.ts","../../../../../packages/@ng-atomic/components/src/organisms/textarea-section/textarea-section.organism.html","../../../../../packages/@ng-atomic/components/src/organisms/textarea-section/textarea-section.module.ts","../../../../../packages/@ng-atomic/components/src/organisms/textarea-section/ng-atomic-components-organisms-textarea-section.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\n\n@Component({\n selector: 'organisms-textarea-section',\n templateUrl: './textarea-section.organism.html',\n styleUrls: ['./textarea-section.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TextareaSectionOrganism {\n\n @Input()\n label = 'label';\n\n}\n","<molecules-textarea-field\n [label]=\"label\"\n></molecules-textarea-field>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { TextareaFieldModule } from '@ng-atomic/components/molecules/textarea-field';\n\nimport { TextareaSectionOrganism } from './textarea-section.organism';\n\n\n@NgModule({\n declarations: [TextareaSectionOrganism],\n imports: [\n CommonModule,\n // Molecules\n TextareaFieldModule,\n ],\n exports: [TextareaSectionOrganism]\n})\nexport class TextareaSectionModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAQa,uBAAuB,CAAA;AANpC,IAAA,WAAA,GAAA;AASE,QAAA,IAAK,CAAA,KAAA,GAAG,OAAO,CAAC;KAEjB;;oHALY,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAvB,uBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,8FCRpC,8EAE4B,EAAA,MAAA,EAAA,CAAA,qQAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,qBAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,MAAA,EAAA,aAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDMf,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBANnC,SAAS;+BACE,4BAA4B,EAAA,eAAA,EAGrB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,8EAAA,EAAA,MAAA,EAAA,CAAA,qQAAA,CAAA,EAAA,CAAA;8BAK/C,KAAK,EAAA,CAAA;sBADJ,KAAK;;;MEMK,qBAAqB,CAAA;;kHAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;mHAArB,qBAAqB,EAAA,YAAA,EAAA,CARjB,uBAAuB,CAAA,EAAA,OAAA,EAAA,CAEpC,YAAY;;QAEZ,mBAAmB,aAEX,uBAAuB,CAAA,EAAA,CAAA,CAAA;AAEtB,qBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,qBAAqB,YAN9B,YAAY;;QAEZ,mBAAmB,CAAA,EAAA,CAAA,CAAA;2FAIV,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBATjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,uBAAuB,CAAC;AACvC,oBAAA,OAAO,EAAE;wBACP,YAAY;;wBAEZ,mBAAmB;AACpB,qBAAA;oBACD,OAAO,EAAE,CAAC,uBAAuB,CAAC;iBACnC,CAAA;;;ACfD;;AAEG;;;;"}
@@ -14,48 +14,35 @@ class TopNavigatorOrganism {
14
14
  this.id = (item) => item.id;
15
15
  }
16
16
  }
17
- TopNavigatorOrganism.ɵfac = function TopNavigatorOrganism_Factory(t) { return new (t || TopNavigatorOrganism)(); };
18
- TopNavigatorOrganism.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TopNavigatorOrganism, selectors: [["organisms-top-navigator"]], inputs: { title: "title", items: "items" }, outputs: { action: "action" }, decls: 5, vars: 2, consts: [["color", "primary"], [1, "title-container"], [3, "items", "action"]], template: function TopNavigatorOrganism_Template(rf, ctx) {
19
- if (rf & 1) {
20
- i0.ɵɵelementStart(0, "mat-toolbar", 0)(1, "div", 1);
21
- i0.ɵɵtext(2);
22
- i0.ɵɵelementEnd();
23
- i0.ɵɵelementStart(3, "div")(4, "atoms-smart-menu-button", 2);
24
- i0.ɵɵlistener("action", function TopNavigatorOrganism_Template_atoms_smart_menu_button_action_4_listener($event) { return ctx.action.emit($event); });
25
- i0.ɵɵelementEnd()()();
26
- }
27
- if (rf & 2) {
28
- i0.ɵɵadvance(2);
29
- i0.ɵɵtextInterpolate1(" ", ctx.title || "", " ");
30
- i0.ɵɵadvance(2);
31
- i0.ɵɵproperty("items", ctx.items);
32
- }
33
- }, dependencies: [i1.MatToolbar, i2.SmartMenuButtonAtom], styles: ["[_nghost-%COMP%]{--primary-500-SCOPED-IN-top-navigator-Jqey: var(--primary-500)}[_nghost-%COMP%]{width:100%;height:56px}[_nghost-%COMP%] mat-toolbar[_ngcontent-%COMP%]{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 24px}[_nghost-%COMP%] mat-toolbar[_ngcontent-%COMP%] .title-container[_ngcontent-%COMP%]{color:var(--primary-500-SCOPED-IN-top-navigator-Jqey);font-size:1.25rem;line-height:21px}[_nghost-%COMP%] mat-toolbar[_ngcontent-%COMP%] .title-container[_ngcontent-%COMP%] atoms-kurakatsu-logo[_ngcontent-%COMP%]{width:auto}[_nghost-%COMP%] mat-toolbar[_ngcontent-%COMP%] atoms-user-icon[_ngcontent-%COMP%]{width:32px;height:32px}"], changeDetection: 0 });
34
- (function () {
35
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TopNavigatorOrganism, [{
17
+ TopNavigatorOrganism.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TopNavigatorOrganism, deps: [], target: i0.ɵɵFactoryTarget.Component });
18
+ TopNavigatorOrganism.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: TopNavigatorOrganism, selector: "organisms-top-navigator", inputs: { title: "title", items: "items" }, outputs: { action: "action" }, ngImport: i0, template: "<mat-toolbar color=\"primary\">\n <div class=\"title-container\">\n {{ title || '' }}\n </div>\n <div>\n <atoms-smart-menu-button\n [items]=\"items\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--primary-500-SCOPED-IN-top-navigator-1lWi: var(--primary-500)}:host{width:100%;height:56px}:host mat-toolbar{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 24px}:host mat-toolbar .title-container{color:var(--primary-500-SCOPED-IN-top-navigator-1lWi);font-size:1.25rem;line-height:21px}:host mat-toolbar .title-container atoms-kurakatsu-logo{width:auto}:host mat-toolbar atoms-user-icon{width:32px;height:32px}\n"], dependencies: [{ kind: "component", type: i1.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { kind: "component", type: i2.SmartMenuButtonAtom, selector: "atoms-smart-menu-button", inputs: ["items"], outputs: ["action"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TopNavigatorOrganism, decorators: [{
36
20
  type: Component,
37
- args: [{ selector: 'organisms-top-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div class=\"title-container\">\n {{ title || '' }}\n </div>\n <div>\n <atoms-smart-menu-button\n [items]=\"items\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--primary-500-SCOPED-IN-top-navigator-Jqey: var(--primary-500)}:host{width:100%;height:56px}:host mat-toolbar{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 24px}:host mat-toolbar .title-container{color:var(--primary-500-SCOPED-IN-top-navigator-Jqey);font-size:1.25rem;line-height:21px}:host mat-toolbar .title-container atoms-kurakatsu-logo{width:auto}:host mat-toolbar atoms-user-icon{width:32px;height:32px}\n"] }]
38
- }], null, { title: [{
21
+ args: [{ selector: 'organisms-top-navigator', changeDetection: ChangeDetectionStrategy.OnPush, template: "<mat-toolbar color=\"primary\">\n <div class=\"title-container\">\n {{ title || '' }}\n </div>\n <div>\n <atoms-smart-menu-button\n [items]=\"items\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n", styles: [":host{--primary-500-SCOPED-IN-top-navigator-1lWi: var(--primary-500)}:host{width:100%;height:56px}:host mat-toolbar{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 24px}:host mat-toolbar .title-container{color:var(--primary-500-SCOPED-IN-top-navigator-1lWi);font-size:1.25rem;line-height:21px}:host mat-toolbar .title-container atoms-kurakatsu-logo{width:auto}:host mat-toolbar atoms-user-icon{width:32px;height:32px}\n"] }]
22
+ }], propDecorators: { title: [{
39
23
  type: Input
40
24
  }], items: [{
41
25
  type: Input
42
26
  }], action: [{
43
27
  type: Output
44
- }] });
45
- })();
28
+ }] } });
46
29
 
47
30
  class TopNavigatorModule {
48
31
  }
49
- TopNavigatorModule.ɵfac = function TopNavigatorModule_Factory(t) { return new (t || TopNavigatorModule)(); };
50
- TopNavigatorModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TopNavigatorModule });
51
- TopNavigatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
32
+ TopNavigatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TopNavigatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
33
+ TopNavigatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: TopNavigatorModule, declarations: [TopNavigatorOrganism], imports: [CommonModule,
34
+ // Material
35
+ MatToolbarModule,
36
+ MatMenuModule,
37
+ // Atoms
38
+ SmartMenuButtonModule], exports: [TopNavigatorOrganism] });
39
+ TopNavigatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TopNavigatorModule, imports: [CommonModule,
52
40
  // Material
53
41
  MatToolbarModule,
54
42
  MatMenuModule,
55
43
  // Atoms
56
44
  SmartMenuButtonModule] });
57
- (function () {
58
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TopNavigatorModule, [{
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: TopNavigatorModule, decorators: [{
59
46
  type: NgModule,
60
47
  args: [{
61
48
  declarations: [
@@ -73,16 +60,7 @@ TopNavigatorModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
73
60
  TopNavigatorOrganism
74
61
  ]
75
62
  }]
76
- }], null, null);
77
- })();
78
- (function () {
79
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TopNavigatorModule, { declarations: [TopNavigatorOrganism], imports: [CommonModule,
80
- // Material
81
- MatToolbarModule,
82
- MatMenuModule,
83
- // Atoms
84
- SmartMenuButtonModule], exports: [TopNavigatorOrganism] });
85
- })();
63
+ }] });
86
64
 
87
65
  /**
88
66
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-organisms-top-navigator.mjs","sources":["../../../../libs/components/src/organisms/top-navigator/top-navigator.organism.ts","../../../../libs/components/src/organisms/top-navigator/top-navigator.organism.html","../../../../libs/components/src/organisms/top-navigator/top-navigator.module.ts","../../../../libs/components/src/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.ts"],"sourcesContent":["import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';\nimport { ActionItem } from '@ng-atomic/common/models';\n\n\n@Component({\n selector: 'organisms-top-navigator',\n templateUrl: './top-navigator.organism.html',\n styleUrls: ['./top-navigator.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TopNavigatorOrganism {\n\n @Input()\n title?: string;\n\n @Input()\n items: ActionItem[] = [];\n\n @Output()\n action = new EventEmitter<ActionItem>();\n \n id = (item: {id: string}) => item.id;\n\n}\n","<mat-toolbar color=\"primary\">\n <div class=\"title-container\">\n {{ title || '' }}\n </div>\n <div>\n <atoms-smart-menu-button\n [items]=\"items\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { SmartMenuButtonModule } from '@ng-atomic/components/atoms/smart-menu-button';\nimport { TopNavigatorOrganism } from './top-navigator.organism';\n\n\n@NgModule({\n declarations: [\n TopNavigatorOrganism\n ],\n imports: [\n CommonModule,\n // Material\n MatToolbarModule,\n MatMenuModule,\n // Atoms\n SmartMenuButtonModule,\n ],\n exports: [\n TopNavigatorOrganism\n ]\n})\nexport class TopNavigatorModule { }\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-top-navigator.mjs","sources":["../../../../../packages/@ng-atomic/components/src/organisms/top-navigator/top-navigator.organism.ts","../../../../../packages/@ng-atomic/components/src/organisms/top-navigator/top-navigator.organism.html","../../../../../packages/@ng-atomic/components/src/organisms/top-navigator/top-navigator.module.ts","../../../../../packages/@ng-atomic/components/src/organisms/top-navigator/ng-atomic-components-organisms-top-navigator.ts"],"sourcesContent":["import { Component, Input, Output, EventEmitter, ChangeDetectionStrategy } from '@angular/core';\nimport { ActionItem } from '@ng-atomic/common/models';\n\n\n@Component({\n selector: 'organisms-top-navigator',\n templateUrl: './top-navigator.organism.html',\n styleUrls: ['./top-navigator.organism.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class TopNavigatorOrganism {\n\n @Input()\n title?: string;\n\n @Input()\n items: ActionItem[] = [];\n\n @Output()\n action = new EventEmitter<ActionItem>();\n \n id = (item: {id: string}) => item.id;\n\n}\n","<mat-toolbar color=\"primary\">\n <div class=\"title-container\">\n {{ title || '' }}\n </div>\n <div>\n <atoms-smart-menu-button\n [items]=\"items\"\n (action)=\"action.emit($event)\"\n ></atoms-smart-menu-button>\n </div>\n</mat-toolbar>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MatToolbarModule } from '@angular/material/toolbar';\nimport { MatMenuModule } from '@angular/material/menu';\nimport { SmartMenuButtonModule } from '@ng-atomic/components/atoms/smart-menu-button';\nimport { TopNavigatorOrganism } from './top-navigator.organism';\n\n\n@NgModule({\n declarations: [\n TopNavigatorOrganism\n ],\n imports: [\n CommonModule,\n // Material\n MatToolbarModule,\n MatMenuModule,\n // Atoms\n SmartMenuButtonModule,\n ],\n exports: [\n TopNavigatorOrganism\n ]\n})\nexport class TopNavigatorModule { }\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;MAUa,oBAAoB,CAAA;AANjC,IAAA,WAAA,GAAA;AAYE,QAAA,IAAK,CAAA,KAAA,GAAiB,EAAE,CAAC;AAGzB,QAAA,IAAA,CAAA,MAAM,GAAG,IAAI,YAAY,EAAc,CAAC;QAExC,IAAE,CAAA,EAAA,GAAG,CAAC,IAAkB,KAAK,IAAI,CAAC,EAAE,CAAC;KAEtC;;iHAbY,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAApB,oBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,0ICVjC,0QAWA,EAAA,MAAA,EAAA,CAAA,odAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,UAAA,EAAA,QAAA,EAAA,aAAA,EAAA,MAAA,EAAA,CAAA,OAAA,CAAA,EAAA,QAAA,EAAA,CAAA,YAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,mBAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,CAAA,OAAA,CAAA,EAAA,OAAA,EAAA,CAAA,QAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;2FDDa,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBANhC,SAAS;+BACE,yBAAyB,EAAA,eAAA,EAGlB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,0QAAA,EAAA,MAAA,EAAA,CAAA,odAAA,CAAA,EAAA,CAAA;8BAK/C,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,KAAK,EAAA,CAAA;sBADJ,KAAK;gBAIN,MAAM,EAAA,CAAA;sBADL,MAAM;;;MEMI,kBAAkB,CAAA;;+GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;gHAAlB,kBAAkB,EAAA,YAAA,EAAA,CAd3B,oBAAoB,CAAA,EAAA,OAAA,EAAA,CAGpB,YAAY;;QAEZ,gBAAgB;QAChB,aAAa;;QAEb,qBAAqB,aAGrB,oBAAoB,CAAA,EAAA,CAAA,CAAA;AAGX,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,YAX3B,YAAY;;QAEZ,gBAAgB;QAChB,aAAa;;QAEb,qBAAqB,CAAA,EAAA,CAAA,CAAA;2FAMZ,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAhB9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE;wBACZ,oBAAoB;AACrB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,YAAY;;wBAEZ,gBAAgB;wBAChB,aAAa;;wBAEb,qBAAqB;AACtB,qBAAA;AACD,oBAAA,OAAO,EAAE;wBACP,oBAAoB;AACrB,qBAAA;iBACF,CAAA;;;ACvBD;;AAEG;;;;"}
@@ -6,14 +6,12 @@ import { RouterModule } from '@angular/router';
6
6
 
7
7
  class IndexPage {
8
8
  }
9
- IndexPage.ɵfac = function IndexPage_Factory(t) { return new (t || IndexPage)(); };
10
- IndexPage.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: IndexPage, selectors: [["pages-index"]], decls: 0, vars: 0, template: function IndexPage_Template(rf, ctx) { }, styles: ["[_nghost-%COMP%]{display:none}"] });
11
- (function () {
12
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IndexPage, [{
9
+ IndexPage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IndexPage, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ IndexPage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: IndexPage, selector: "pages-index", ngImport: i0, template: '', isInline: true, styles: [":host{display:none}\n"] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IndexPage, decorators: [{
13
12
  type: Component,
14
13
  args: [{ selector: 'pages-index', template: '', styles: [":host{display:none}\n"] }]
15
- }], null, null);
16
- })();
14
+ }] });
17
15
 
18
16
  const routes = [
19
17
  {
@@ -24,12 +22,11 @@ const routes = [
24
22
  ];
25
23
  class IndexModule {
26
24
  }
27
- IndexModule.ɵfac = function IndexModule_Factory(t) { return new (t || IndexModule)(); };
28
- IndexModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: IndexModule });
29
- IndexModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
25
+ IndexModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IndexModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
26
+ IndexModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: IndexModule, declarations: [IndexPage], imports: [CommonModule, i1.RouterModule], exports: [IndexPage] });
27
+ IndexModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IndexModule, imports: [CommonModule,
30
28
  RouterModule.forChild(routes)] });
31
- (function () {
32
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(IndexModule, [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: IndexModule, decorators: [{
33
30
  type: NgModule,
34
31
  args: [{
35
32
  declarations: [IndexPage],
@@ -39,9 +36,7 @@ IndexModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule
39
36
  ],
40
37
  exports: [IndexPage]
41
38
  }]
42
- }], null, null);
43
- })();
44
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(IndexModule, { declarations: [IndexPage], imports: [CommonModule, i1.RouterModule], exports: [IndexPage] }); })();
39
+ }] });
45
40
 
46
41
  /**
47
42
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-pages-_index.mjs","sources":["../../../../libs/components/src/pages/_index/index.page.ts","../../../../libs/components/src/pages/_index/index.module.ts","../../../../libs/components/src/pages/_index/ng-atomic-components-pages-_index.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'pages-index',\n template:'',\n styles: [':host { display: none }'],\n})\nexport class IndexPage { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { Routes, RouterModule } from '@angular/router';\nimport { IndexPage } from './index.page';\n\nconst routes: Routes = [\n\t{\n\t\tpath: '',\n\t\tcomponent: IndexPage,\n\t\t// loadChildren: () => import('./pages/pages.module').then(m => m.PagesModule)\n\t}\n];\n\n@NgModule({\n declarations: [IndexPage],\n imports: [\n CommonModule,\n RouterModule.forChild(routes)\n ],\n exports: [IndexPage]\n})\nexport class IndexModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAOa,SAAS,CAAA;;kEAAT,SAAS,GAAA,CAAA,EAAA,CAAA;4DAAT,SAAS,EAAA,SAAA,EAAA,CAAA,CAAA,aAAA,CAAA,CAAA,EAAA,KAAA,EAAA,CAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,SAAA,kBAAA,CAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,MAAA,EAAA,CAAA,gCAAA,CAAA,EAAA,CAAA,CAAA;;4EAAT,SAAS,EAAA,CAAA;kBALrB,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,aAAa,YACd,EAAE,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,CAAA;;;;ACCb,MAAM,MAAM,GAAW;AACtB,IAAA;AACC,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,SAAS,EAAE,SAAS;;AAEpB,KAAA;CACD,CAAC;MAUW,WAAW,CAAA;;sEAAX,WAAW,GAAA,CAAA,EAAA,CAAA;6DAAX,WAAW,EAAA,CAAA,CAAA;iEALpB,YAAY;QACZ,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA,EAAA,CAAA,CAAA;;4EAIpB,WAAW,EAAA,CAAA;kBARvB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,SAAS,CAAC;AACzB,oBAAA,OAAO,EAAE;wBACP,YAAY;AACZ,wBAAA,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC;AAC9B,qBAAA;oBACD,OAAO,EAAE,CAAC,SAAS,CAAC;iBACrB,CAAA;;;AACY,CAAA,YAAA,EAAA,CAAA,OAAA,SAAA,KAAA,WAAA,IAAA,SAAA,KAAA,EAAA,CAAA,kBAAA,CAAA,WAAW,EAPP,EAAA,YAAA,EAAA,CAAA,SAAS,CAEtB,EAAA,OAAA,EAAA,CAAA,YAAY,8BAGJ,SAAS,CAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;ACnBrB;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-components-pages-_index.mjs","sources":["../../../../../packages/@ng-atomic/components/src/pages/_index/index.page.ts","../../../../../packages/@ng-atomic/components/src/pages/_index/index.module.ts","../../../../../packages/@ng-atomic/components/src/pages/_index/ng-atomic-components-pages-_index.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'pages-index',\n template:'',\n styles: [':host { display: none }'],\n})\nexport class IndexPage { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { Routes, RouterModule } from '@angular/router';\nimport { IndexPage } from './index.page';\n\nconst routes: Routes = [\n\t{\n\t\tpath: '',\n\t\tcomponent: IndexPage,\n\t\t// loadChildren: () => import('./pages/pages.module').then(m => m.PagesModule)\n\t}\n];\n\n@NgModule({\n declarations: [IndexPage],\n imports: [\n CommonModule,\n RouterModule.forChild(routes)\n ],\n exports: [IndexPage]\n})\nexport class IndexModule { }","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAOa,SAAS,CAAA;;sGAAT,SAAS,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAT,SAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,SAAS,mDAHX,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,CAAA,CAAA;2FAGA,SAAS,EAAA,UAAA,EAAA,CAAA;kBALrB,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,aAAa,YACd,EAAE,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,CAAA;;;ACCb,MAAM,MAAM,GAAW;AACtB,IAAA;AACC,QAAA,IAAI,EAAE,EAAE;AACR,QAAA,SAAS,EAAE,SAAS;;AAEpB,KAAA;CACD,CAAC;MAUW,WAAW,CAAA;;wGAAX,WAAW,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAX,WAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAW,EAPP,YAAA,EAAA,CAAA,SAAS,CAEtB,EAAA,OAAA,EAAA,CAAA,YAAY,8BAGJ,SAAS,CAAA,EAAA,CAAA,CAAA;AAER,WAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAW,YALpB,YAAY;QACZ,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA,EAAA,CAAA,CAAA;2FAIpB,WAAW,EAAA,UAAA,EAAA,CAAA;kBARvB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,SAAS,CAAC;AACzB,oBAAA,OAAO,EAAE;wBACP,YAAY;AACZ,wBAAA,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC;AAC9B,qBAAA;oBACD,OAAO,EAAE,CAAC,SAAS,CAAC;iBACrB,CAAA;;;ACpBD;;AAEG;;;;"}
@@ -6,24 +6,21 @@ import { RouterModule } from '@angular/router';
6
6
 
7
7
  class BlankPage {
8
8
  }
9
- BlankPage.ɵfac = function BlankPage_Factory(t) { return new (t || BlankPage)(); };
10
- BlankPage.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: BlankPage, selectors: [["pages-blank"]], decls: 0, vars: 0, template: function BlankPage_Template(rf, ctx) { }, styles: ["[_nghost-%COMP%]{display:none}"] });
11
- (function () {
12
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BlankPage, [{
9
+ BlankPage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BlankPage, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ BlankPage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.9", type: BlankPage, selector: "pages-blank", ngImport: i0, template: '', isInline: true, styles: [":host{display:none}\n"] });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BlankPage, decorators: [{
13
12
  type: Component,
14
13
  args: [{ selector: 'pages-blank', template: '', styles: [":host{display:none}\n"] }]
15
- }], null, null);
16
- })();
14
+ }] });
17
15
 
18
16
  const routes = [{ path: '', component: BlankPage }];
19
17
  class BlankModule {
20
18
  }
21
- BlankModule.ɵfac = function BlankModule_Factory(t) { return new (t || BlankModule)(); };
22
- BlankModule.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: BlankModule });
23
- BlankModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
19
+ BlankModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BlankModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ BlankModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.9", ngImport: i0, type: BlankModule, declarations: [BlankPage], imports: [CommonModule, i1.RouterModule], exports: [BlankPage] });
21
+ BlankModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BlankModule, imports: [CommonModule,
24
22
  RouterModule.forChild(routes)] });
25
- (function () {
26
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BlankModule, [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.9", ngImport: i0, type: BlankModule, decorators: [{
27
24
  type: NgModule,
28
25
  args: [{
29
26
  declarations: [BlankPage],
@@ -33,13 +30,11 @@ BlankModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule
33
30
  ],
34
31
  exports: [BlankPage]
35
32
  }]
36
- }], null, null);
37
- })();
38
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(BlankModule, { declarations: [BlankPage], imports: [CommonModule, i1.RouterModule], exports: [BlankPage] }); })();
33
+ }] });
39
34
 
40
35
  var blank_module = /*#__PURE__*/Object.freeze({
41
- __proto__: null,
42
- BlankModule: BlankModule
36
+ __proto__: null,
37
+ BlankModule: BlankModule
43
38
  });
44
39
 
45
40
  const BLANK_ROUTE = {
@@ -1 +1 @@
1
- {"version":3,"file":"ng-atomic-components-pages-blank.mjs","sources":["../../../../libs/components/src/pages/blank/blank.page.ts","../../../../libs/components/src/pages/blank/blank.module.ts","../../../../libs/components/src/pages/blank/blank.route.ts","../../../../libs/components/src/pages/blank/ng-atomic-components-pages-blank.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'pages-blank',\n template:'',\n styles: [':host { display: none }'],\n})\nexport class BlankPage { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { Routes, RouterModule } from '@angular/router';\nimport { BlankPage } from './blank.page';\n\nconst routes: Routes = [{path: '', component: BlankPage}];\n\n@NgModule({\n declarations: [BlankPage],\n imports: [\n CommonModule,\n RouterModule.forChild(routes)\n ],\n exports: [BlankPage]\n})\nexport class BlankModule { }","import { Route } from \"@angular/router\";\n\nexport const BLANK_ROUTE: Route = {\n path: '',\n loadChildren: () => import('./blank.module').then(m => m.BlankModule),\n data: {isBlank: true},\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAOa,SAAS,CAAA;;kEAAT,SAAS,GAAA,CAAA,EAAA,CAAA;4DAAT,SAAS,EAAA,SAAA,EAAA,CAAA,CAAA,aAAA,CAAA,CAAA,EAAA,KAAA,EAAA,CAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,SAAA,kBAAA,CAAA,EAAA,EAAA,GAAA,EAAA,GAAA,EAAA,MAAA,EAAA,CAAA,gCAAA,CAAA,EAAA,CAAA,CAAA;;4EAAT,SAAS,EAAA,CAAA;kBALrB,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,aAAa,YACd,EAAE,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,CAAA;;;;ACCb,MAAM,MAAM,GAAW,CAAC,EAAC,IAAI,EAAE,EAAE,EAAE,SAAS,EAAE,SAAS,EAAC,CAAC,CAAC;MAU7C,WAAW,CAAA;;sEAAX,WAAW,GAAA,CAAA,EAAA,CAAA;6DAAX,WAAW,EAAA,CAAA,CAAA;iEALpB,YAAY;QACZ,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA,EAAA,CAAA,CAAA;;4EAIpB,WAAW,EAAA,CAAA;kBARvB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,SAAS,CAAC;AACzB,oBAAA,OAAO,EAAE;wBACP,YAAY;AACZ,wBAAA,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC;AAC9B,qBAAA;oBACD,OAAO,EAAE,CAAC,SAAS,CAAC;iBACrB,CAAA;;;AACY,CAAA,YAAA,EAAA,CAAA,OAAA,SAAA,KAAA,WAAA,IAAA,SAAA,KAAA,EAAA,CAAA,kBAAA,CAAA,WAAW,EAPP,EAAA,YAAA,EAAA,CAAA,SAAS,CAEtB,EAAA,OAAA,EAAA,CAAA,YAAY,8BAGJ,SAAS,CAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;;;;;;ACXR,MAAA,WAAW,GAAU;AAChC,IAAA,IAAI,EAAE,EAAE;AACR,IAAA,YAAY,EAAE,MAAM,4DAAwB,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC;AACrE,IAAA,IAAI,EAAE,EAAC,OAAO,EAAE,IAAI,EAAC;;;ACLvB;;AAEG;;;;"}
1
+ {"version":3,"file":"ng-atomic-components-pages-blank.mjs","sources":["../../../../../packages/@ng-atomic/components/src/pages/blank/blank.page.ts","../../../../../packages/@ng-atomic/components/src/pages/blank/blank.module.ts","../../../../../packages/@ng-atomic/components/src/pages/blank/blank.route.ts","../../../../../packages/@ng-atomic/components/src/pages/blank/ng-atomic-components-pages-blank.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n@Component({\n selector: 'pages-blank',\n template:'',\n styles: [':host { display: none }'],\n})\nexport class BlankPage { }\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { Routes, RouterModule } from '@angular/router';\nimport { BlankPage } from './blank.page';\n\nconst routes: Routes = [{path: '', component: BlankPage}];\n\n@NgModule({\n declarations: [BlankPage],\n imports: [\n CommonModule,\n RouterModule.forChild(routes)\n ],\n exports: [BlankPage]\n})\nexport class BlankModule { }","import { Route } from \"@angular/router\";\n\nexport const BLANK_ROUTE: Route = {\n path: '',\n loadChildren: () => import('./blank.module').then(m => m.BlankModule),\n data: {isBlank: true},\n};\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;MAOa,SAAS,CAAA;;sGAAT,SAAS,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAT,SAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,SAAS,mDAHX,EAAE,EAAA,QAAA,EAAA,IAAA,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,CAAA,CAAA;2FAGA,SAAS,EAAA,UAAA,EAAA,CAAA;kBALrB,SAAS;AACE,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,aAAa,YACd,EAAE,EAAA,MAAA,EAAA,CAAA,uBAAA,CAAA,EAAA,CAAA;;;ACCb,MAAM,MAAM,GAAW,CAAC,EAAC,IAAI,EAAE,EAAE,EAAE,SAAS,EAAE,SAAS,EAAC,CAAC,CAAC;MAU7C,WAAW,CAAA;;wGAAX,WAAW,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAX,WAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAW,EAPP,YAAA,EAAA,CAAA,SAAS,CAEtB,EAAA,OAAA,EAAA,CAAA,YAAY,8BAGJ,SAAS,CAAA,EAAA,CAAA,CAAA;AAER,WAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAW,YALpB,YAAY;QACZ,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA,EAAA,CAAA,CAAA;2FAIpB,WAAW,EAAA,UAAA,EAAA,CAAA;kBARvB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,SAAS,CAAC;AACzB,oBAAA,OAAO,EAAE;wBACP,YAAY;AACZ,wBAAA,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC;AAC9B,qBAAA;oBACD,OAAO,EAAE,CAAC,SAAS,CAAC;iBACrB,CAAA;;;;;;;;ACZY,MAAA,WAAW,GAAU;AAChC,IAAA,IAAI,EAAE,EAAE;AACR,IAAA,YAAY,EAAE,MAAM,4DAAwB,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,WAAW,CAAC;AACrE,IAAA,IAAI,EAAE,EAAC,OAAO,EAAE,IAAI,EAAC;;;ACLvB;;AAEG;;;;"}