matcha-components 1.0.8 → 1.0.15

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 (421) hide show
  1. package/esm2022/lib/matcha-autocomplete/autocomplete-overview.directive.mjs +20 -0
  2. package/esm2022/lib/matcha-autocomplete/autocomplete.directive.mjs +19 -0
  3. package/esm2022/lib/matcha-autocomplete/autocomplete.module.mjs +23 -0
  4. package/esm2022/lib/matcha-badge/badge.directive.mjs +20 -0
  5. package/esm2022/lib/matcha-badge/badge.module.mjs +18 -0
  6. package/esm2022/lib/matcha-bottom-sheet/bottom-sheet.directive.mjs +20 -0
  7. package/esm2022/lib/matcha-bottom-sheet/bottom-sheet.module.mjs +18 -0
  8. package/esm2022/lib/matcha-button/button.directive.mjs +50 -0
  9. package/esm2022/lib/matcha-button/button.module.mjs +18 -0
  10. package/esm2022/lib/matcha-button-toggle/button-toggle.module.mjs +22 -0
  11. package/esm2022/lib/matcha-button-toggle/matcha-button-toggle.directive.mjs +19 -0
  12. package/esm2022/lib/matcha-card/card.component.mjs +51 -0
  13. package/esm2022/lib/matcha-card/card.module.mjs +19 -0
  14. package/esm2022/lib/matcha-checkbox/checkbox.directive.mjs +20 -0
  15. package/esm2022/lib/matcha-checkbox/checkbox.module.mjs +18 -0
  16. package/esm2022/lib/matcha-chips/chips.module.mjs +20 -0
  17. package/esm2022/lib/matcha-chips/matcha-chips.directive.mjs +20 -0
  18. package/esm2022/lib/matcha-components.module.mjs +51 -0
  19. package/esm2022/lib/matcha-datepicker/datepicker.directive.mjs +20 -0
  20. package/esm2022/lib/matcha-datepicker/datepicker.module.mjs +18 -0
  21. package/esm2022/lib/matcha-dialog/dialog.module.mjs +23 -0
  22. package/esm2022/lib/matcha-dialog/matcha-dialog.directive.mjs +20 -0
  23. package/esm2022/lib/matcha-divider/divider.directive.mjs +20 -0
  24. package/esm2022/lib/matcha-divider/divider.module.mjs +19 -0
  25. package/esm2022/lib/matcha-elevation/elevation.directive.mjs +35 -0
  26. package/esm2022/lib/matcha-elevation/elevation.module.mjs +19 -0
  27. package/esm2022/lib/matcha-expansion/expansion.directive.mjs +20 -0
  28. package/esm2022/lib/matcha-expansion/expansion.module.mjs +19 -0
  29. package/esm2022/lib/matcha-forms/form-field.directive.mjs +20 -0
  30. package/esm2022/lib/matcha-forms/forms.module.mjs +19 -0
  31. package/esm2022/lib/matcha-grid/grid.component.mjs +111 -0
  32. package/esm2022/lib/matcha-grid/grid.module.mjs +19 -0
  33. package/esm2022/lib/matcha-headers/headers.module.mjs +21 -0
  34. package/esm2022/lib/matcha-headers/headine/headline.component.mjs +25 -0
  35. package/esm2022/lib/matcha-headers/subhead/subhead.component.mjs +25 -0
  36. package/esm2022/lib/matcha-headers/title/title.component.mjs +25 -0
  37. package/esm2022/lib/matcha-icon/icon.component.mjs +39 -0
  38. package/esm2022/lib/matcha-icon/icon.module.mjs +19 -0
  39. package/esm2022/lib/matcha-input/input.directive.mjs +20 -0
  40. package/esm2022/lib/matcha-input/input.module.mjs +18 -0
  41. package/esm2022/lib/matcha-list/list.directive.mjs +20 -0
  42. package/esm2022/lib/matcha-list/list.module.mjs +19 -0
  43. package/esm2022/lib/matcha-menu/menu.directive.mjs +20 -0
  44. package/esm2022/lib/matcha-menu/menu.module.mjs +19 -0
  45. package/esm2022/lib/matcha-paginator/paginator.directive.mjs +20 -0
  46. package/esm2022/lib/matcha-paginator/paginator.module.mjs +19 -0
  47. package/esm2022/lib/matcha-progress-bar/progress-bar.directive.mjs +20 -0
  48. package/esm2022/lib/matcha-progress-bar/progress-bar.module.mjs +23 -0
  49. package/esm2022/lib/matcha-progress-spinner/progress-spinner.directive.mjs +20 -0
  50. package/esm2022/lib/matcha-progress-spinner/progress-spinner.module.mjs +23 -0
  51. package/esm2022/lib/matcha-radio-button/matcha-radio-button.directive.mjs +20 -0
  52. package/esm2022/lib/matcha-radio-button/radio-button.module.mjs +21 -0
  53. package/esm2022/lib/matcha-select/select.directive.mjs +20 -0
  54. package/esm2022/lib/matcha-select/select.module.mjs +19 -0
  55. package/esm2022/lib/matcha-sidenav/sidenav.directive.mjs +20 -0
  56. package/esm2022/lib/matcha-sidenav/sidenav.module.mjs +19 -0
  57. package/esm2022/lib/matcha-slide-toggle/slide-toggle.directive.mjs +20 -0
  58. package/esm2022/lib/matcha-slide-toggle/slide-toggle.module.mjs +21 -0
  59. package/esm2022/lib/matcha-slider/matcha-slider.directive.mjs +20 -0
  60. package/esm2022/lib/matcha-slider/slider.module.mjs +21 -0
  61. package/esm2022/lib/matcha-snackbar/snack-bar.directive.mjs +20 -0
  62. package/esm2022/lib/matcha-snackbar/snack-bar.module.mjs +19 -0
  63. package/esm2022/lib/matcha-sort-header/sort-header.directive.mjs +20 -0
  64. package/esm2022/lib/matcha-sort-header/sort-header.module.mjs +19 -0
  65. package/esm2022/lib/matcha-stepper/stepper.directive.mjs +20 -0
  66. package/esm2022/lib/matcha-stepper/stepper.module.mjs +19 -0
  67. package/esm2022/lib/matcha-table/table.directive.mjs +20 -0
  68. package/esm2022/lib/matcha-table/table.module.mjs +19 -0
  69. package/esm2022/lib/matcha-tabs/tabs.directive.mjs +20 -0
  70. package/esm2022/lib/matcha-tabs/tabs.module.mjs +19 -0
  71. package/esm2022/lib/matcha-tooltip/tooltip.directive.mjs +20 -0
  72. package/esm2022/lib/matcha-tooltip/tooltip.module.mjs +19 -0
  73. package/esm2022/lib/matcha-tree/tree.directive.mjs +20 -0
  74. package/esm2022/lib/matcha-tree/tree.module.mjs +19 -0
  75. package/esm2022/matcha-components.mjs +5 -0
  76. package/esm2022/public-api.mjs +95 -0
  77. package/fesm2022/matcha-components.mjs +1402 -0
  78. package/fesm2022/matcha-components.mjs.map +1 -0
  79. package/index.d.ts +5 -0
  80. package/lib/matcha-autocomplete/autocomplete-overview.directive.d.ts +9 -0
  81. package/lib/matcha-autocomplete/autocomplete.directive.d.ts +9 -0
  82. package/lib/matcha-autocomplete/autocomplete.module.d.ts +8 -0
  83. package/lib/matcha-badge/badge.directive.d.ts +9 -0
  84. package/lib/matcha-badge/badge.module.d.ts +7 -0
  85. package/lib/matcha-bottom-sheet/bottom-sheet.directive.d.ts +9 -0
  86. package/lib/matcha-bottom-sheet/bottom-sheet.module.d.ts +7 -0
  87. package/lib/matcha-button/button.directive.d.ts +14 -0
  88. package/lib/matcha-button/button.module.d.ts +7 -0
  89. package/lib/matcha-button-toggle/button-toggle.module.d.ts +7 -0
  90. package/lib/matcha-button-toggle/matcha-button-toggle.directive.d.ts +9 -0
  91. package/lib/matcha-card/card.component.d.ts +13 -0
  92. package/lib/matcha-card/card.module.d.ts +8 -0
  93. package/lib/matcha-checkbox/checkbox.directive.d.ts +9 -0
  94. package/lib/matcha-checkbox/checkbox.module.d.ts +7 -0
  95. package/lib/matcha-chips/chips.module.d.ts +7 -0
  96. package/lib/matcha-chips/matcha-chips.directive.d.ts +9 -0
  97. package/lib/matcha-components.module.d.ts +40 -0
  98. package/lib/matcha-datepicker/datepicker.directive.d.ts +9 -0
  99. package/lib/matcha-datepicker/datepicker.module.d.ts +7 -0
  100. package/lib/matcha-dialog/dialog.module.d.ts +8 -0
  101. package/lib/matcha-dialog/matcha-dialog.directive.d.ts +9 -0
  102. package/lib/matcha-divider/divider.directive.d.ts +9 -0
  103. package/lib/matcha-divider/divider.module.d.ts +8 -0
  104. package/lib/matcha-elevation/elevation.directive.d.ts +11 -0
  105. package/lib/matcha-elevation/elevation.module.d.ts +8 -0
  106. package/lib/matcha-expansion/expansion.directive.d.ts +9 -0
  107. package/lib/matcha-expansion/expansion.module.d.ts +8 -0
  108. package/lib/matcha-forms/form-field.directive.d.ts +9 -0
  109. package/lib/matcha-forms/forms.module.d.ts +8 -0
  110. package/lib/matcha-grid/grid.component.d.ts +25 -0
  111. package/lib/matcha-grid/grid.module.d.ts +8 -0
  112. package/lib/matcha-headers/headers.module.d.ts +10 -0
  113. package/lib/matcha-headers/headine/headline.component.d.ts +8 -0
  114. package/lib/matcha-headers/subhead/subhead.component.d.ts +8 -0
  115. package/lib/matcha-headers/title/title.component.d.ts +8 -0
  116. package/lib/matcha-icon/icon.component.d.ts +13 -0
  117. package/lib/matcha-icon/icon.module.d.ts +8 -0
  118. package/lib/matcha-input/input.directive.d.ts +9 -0
  119. package/lib/matcha-input/input.module.d.ts +7 -0
  120. package/lib/matcha-list/list.directive.d.ts +9 -0
  121. package/lib/matcha-list/list.module.d.ts +8 -0
  122. package/lib/matcha-menu/menu.directive.d.ts +9 -0
  123. package/lib/matcha-menu/menu.module.d.ts +8 -0
  124. package/lib/matcha-paginator/paginator.directive.d.ts +9 -0
  125. package/lib/matcha-paginator/paginator.module.d.ts +8 -0
  126. package/lib/matcha-progress-bar/progress-bar.directive.d.ts +9 -0
  127. package/lib/matcha-progress-bar/progress-bar.module.d.ts +8 -0
  128. package/lib/matcha-progress-spinner/progress-spinner.directive.d.ts +9 -0
  129. package/lib/matcha-progress-spinner/progress-spinner.module.d.ts +8 -0
  130. package/lib/matcha-radio-button/matcha-radio-button.directive.d.ts +9 -0
  131. package/lib/matcha-radio-button/radio-button.module.d.ts +8 -0
  132. package/lib/matcha-select/select.directive.d.ts +9 -0
  133. package/lib/matcha-select/select.module.d.ts +8 -0
  134. package/lib/matcha-sidenav/sidenav.directive.d.ts +9 -0
  135. package/lib/matcha-sidenav/sidenav.module.d.ts +8 -0
  136. package/lib/matcha-slide-toggle/slide-toggle.directive.d.ts +9 -0
  137. package/lib/matcha-slide-toggle/slide-toggle.module.d.ts +8 -0
  138. package/lib/matcha-slider/matcha-slider.directive.d.ts +9 -0
  139. package/lib/matcha-slider/slider.module.d.ts +8 -0
  140. package/lib/matcha-snackbar/snack-bar.directive.d.ts +9 -0
  141. package/lib/matcha-snackbar/snack-bar.module.d.ts +8 -0
  142. package/lib/matcha-sort-header/sort-header.directive.d.ts +9 -0
  143. package/lib/matcha-sort-header/sort-header.module.d.ts +8 -0
  144. package/lib/matcha-stepper/stepper.directive.d.ts +9 -0
  145. package/lib/matcha-stepper/stepper.module.d.ts +8 -0
  146. package/lib/matcha-table/table.directive.d.ts +9 -0
  147. package/lib/matcha-table/table.module.d.ts +8 -0
  148. package/lib/matcha-tabs/tabs.directive.d.ts +9 -0
  149. package/lib/matcha-tabs/tabs.module.d.ts +8 -0
  150. package/lib/matcha-tooltip/tooltip.directive.d.ts +9 -0
  151. package/lib/matcha-tooltip/tooltip.module.d.ts +8 -0
  152. package/lib/matcha-tree/tree.directive.d.ts +9 -0
  153. package/lib/matcha-tree/tree.module.d.ts +8 -0
  154. package/package.json +20 -10
  155. package/{src/public-api.ts → public-api.d.ts} +39 -57
  156. package/assets/open_in_new.png +0 -0
  157. package/index.ts +0 -1
  158. package/ng-package.json +0 -7
  159. package/src/documentation/presentation.mdx +0 -105
  160. package/src/foundation/borders/borders.mdx +0 -180
  161. package/src/foundation/colors/base/amber.mdx +0 -235
  162. package/src/foundation/colors/base/blue.mdx +0 -235
  163. package/src/foundation/colors/base/cyan.mdx +0 -235
  164. package/src/foundation/colors/base/deep-orange.mdx +0 -235
  165. package/src/foundation/colors/base/deep-purple.mdx +0 -235
  166. package/src/foundation/colors/base/green.mdx +0 -235
  167. package/src/foundation/colors/base/indigo.mdx +0 -235
  168. package/src/foundation/colors/base/light-blue.mdx +0 -235
  169. package/src/foundation/colors/base/light-green.mdx +0 -235
  170. package/src/foundation/colors/base/lime.mdx +0 -235
  171. package/src/foundation/colors/base/orange.mdx +0 -235
  172. package/src/foundation/colors/base/pink.mdx +0 -235
  173. package/src/foundation/colors/base/purple.mdx +0 -235
  174. package/src/foundation/colors/base/red.mdx +0 -235
  175. package/src/foundation/colors/base/teal.mdx +0 -235
  176. package/src/foundation/colors/base/yellow.mdx +0 -235
  177. package/src/foundation/colors/base-colors.mdx +0 -144
  178. package/src/foundation/colors/surface-colors.mdx +0 -93
  179. package/src/foundation/colors/theme/accent.mdx +0 -235
  180. package/src/foundation/colors/theme/primary.mdx +0 -235
  181. package/src/foundation/colors/theme/warn.mdx +0 -235
  182. package/src/foundation/colors/theme-colors.mdx +0 -133
  183. package/src/foundation/sizes/heights.mdx +0 -232
  184. package/src/foundation/sizes/max-heights.mdx +0 -237
  185. package/src/foundation/sizes/max-width.mdx +0 -236
  186. package/src/foundation/sizes/min-heights.mdx +0 -237
  187. package/src/foundation/sizes/min-width.mdx +0 -236
  188. package/src/foundation/sizes/sizes.mdx +0 -219
  189. package/src/foundation/sizes/widths.mdx +0 -234
  190. package/src/foundation/spacing/margins.mdx +0 -183
  191. package/src/foundation/spacing/paddings.mdx +0 -156
  192. package/src/foundation/typography/colors.mdx +0 -26
  193. package/src/foundation/typography/font-size.mdx +0 -57
  194. package/src/foundation/typography/font-weight.mdx +0 -65
  195. package/src/foundation/typography/helpers.mdx +0 -86
  196. package/src/foundation/typography/letter-spacing.mdx +0 -35
  197. package/src/foundation/typography/line-height.mdx +0 -52
  198. package/src/foundation/typography/message-box.mdx +0 -43
  199. package/src/foundation/typography/text-align.mdx +0 -22
  200. package/src/foundation/typography/text-styles.mdx +0 -88
  201. package/src/lib/matcha-autocomplete/autocomplete-overview.directive.ts +0 -16
  202. package/src/lib/matcha-autocomplete/autocomplete.argtypes.ts +0 -64
  203. package/src/lib/matcha-autocomplete/autocomplete.directive.ts +0 -14
  204. package/src/lib/matcha-autocomplete/autocomplete.mdx +0 -112
  205. package/src/lib/matcha-autocomplete/autocomplete.module.ts +0 -14
  206. package/src/lib/matcha-autocomplete/autocomplete.stories.ts +0 -104
  207. package/src/lib/matcha-autocomplete/example/autocomplete-auto-active-first-option-example.css +0 -9
  208. package/src/lib/matcha-autocomplete/example/autocomplete-auto-active-first-option-example.html +0 -9
  209. package/src/lib/matcha-autocomplete/example/autocomplete-auto-active-first-option-example.ts +0 -37
  210. package/src/lib/matcha-autocomplete/example/autocomplete-overview-example.css +0 -19
  211. package/src/lib/matcha-autocomplete/example/autocomplete-overview-example.html +0 -17
  212. package/src/lib/matcha-autocomplete/example/autocomplete-overview-example.ts +0 -70
  213. package/src/lib/matcha-badge/badge.argtypes.ts +0 -77
  214. package/src/lib/matcha-badge/badge.directive.ts +0 -11
  215. package/src/lib/matcha-badge/badge.mdx +0 -69
  216. package/src/lib/matcha-badge/badge.module.ts +0 -9
  217. package/src/lib/matcha-badge/badge.stories.ts +0 -79
  218. package/src/lib/matcha-bottom-sheet/bottom-sheet-overview-example-sheet.html +0 -21
  219. package/src/lib/matcha-bottom-sheet/bottom-sheet-overview-example.component.ts +0 -34
  220. package/src/lib/matcha-bottom-sheet/bottom-sheet-overview-example.html +0 -2
  221. package/src/lib/matcha-bottom-sheet/bottom-sheet.argtypes.ts +0 -117
  222. package/src/lib/matcha-bottom-sheet/bottom-sheet.directive.ts +0 -16
  223. package/src/lib/matcha-bottom-sheet/bottom-sheet.mdx +0 -69
  224. package/src/lib/matcha-bottom-sheet/bottom-sheet.module.ts +0 -9
  225. package/src/lib/matcha-bottom-sheet/bottom-sheet.stories.ts +0 -39
  226. package/src/lib/matcha-button/button-overview-example.component.ts +0 -18
  227. package/src/lib/matcha-button/button-overview-example.html +0 -118
  228. package/src/lib/matcha-button/button-overview-example.scss +0 -31
  229. package/src/lib/matcha-button/button.argtypes.ts +0 -20
  230. package/src/lib/matcha-button/button.directive.ts +0 -39
  231. package/src/lib/matcha-button/button.mdx +0 -171
  232. package/src/lib/matcha-button/button.module.ts +0 -10
  233. package/src/lib/matcha-button/button.stories.ts +0 -38
  234. package/src/lib/matcha-button/button.stories.ts.TXT +0 -111
  235. package/src/lib/matcha-button-toggle/button-toggle.argtype.ts +0 -115
  236. package/src/lib/matcha-button-toggle/button-toggle.directive.ts +0 -13
  237. package/src/lib/matcha-button-toggle/button-toggle.mdx +0 -63
  238. package/src/lib/matcha-button-toggle/button-toggle.module.ts +0 -14
  239. package/src/lib/matcha-button-toggle/button-toggle.stories.ts +0 -64
  240. package/src/lib/matcha-button-toggle/matcha-button-toggle.directive.ts +0 -15
  241. package/src/lib/matcha-card/card-argtype.ts +0 -54
  242. package/src/lib/matcha-card/card-header.html +0 -10
  243. package/src/lib/matcha-card/card-title-group.html +0 -12
  244. package/src/lib/matcha-card/card.component.html +0 -3
  245. package/src/lib/matcha-card/card.component.scss +0 -0
  246. package/src/lib/matcha-card/card.component.spec.ts +0 -21
  247. package/src/lib/matcha-card/card.component.ts +0 -47
  248. package/src/lib/matcha-card/card.mdx +0 -43
  249. package/src/lib/matcha-card/card.module.ts +0 -10
  250. package/src/lib/matcha-card/card.stories.ts +0 -92
  251. package/src/lib/matcha-checkbox/checkbox.argtype.ts +0 -79
  252. package/src/lib/matcha-checkbox/checkbox.directive.ts +0 -14
  253. package/src/lib/matcha-checkbox/checkbox.mdx +0 -76
  254. package/src/lib/matcha-checkbox/checkbox.module.ts +0 -9
  255. package/src/lib/matcha-checkbox/checkbox.stories.ts +0 -161
  256. package/src/lib/matcha-checkbox/checkbox.stories.txt +0 -74
  257. package/src/lib/matcha-chips/chips.module.ts +0 -12
  258. package/src/lib/matcha-chips/matcha-chips.directive.ts +0 -16
  259. package/src/lib/matcha-components.module.ts +0 -43
  260. package/src/lib/matcha-datepicker/datepicker.argtypes.ts +0 -63
  261. package/src/lib/matcha-datepicker/datepicker.directive.ts +0 -14
  262. package/src/lib/matcha-datepicker/datepicker.mdx +0 -73
  263. package/src/lib/matcha-datepicker/datepicker.module.ts +0 -9
  264. package/src/lib/matcha-datepicker/datepicker.stories.ts +0 -277
  265. package/src/lib/matcha-dialog/confirmation-dialog.component.ts +0 -39
  266. package/src/lib/matcha-dialog/confirmation-dialog.stories.ts +0 -21
  267. package/src/lib/matcha-dialog/dialog.module.ts +0 -14
  268. package/src/lib/matcha-dialog/matcha-dialog.directive.ts +0 -16
  269. package/src/lib/matcha-dialog2/confirmation-dialog.component.ts.txt +0 -54
  270. package/src/lib/matcha-dialog2/confirmation-dialog.stories.ts.txt +0 -24
  271. package/src/lib/matcha-divider/divider.argtypes.ts +0 -18
  272. package/src/lib/matcha-divider/divider.directive.ts +0 -16
  273. package/src/lib/matcha-divider/divider.mdx +0 -51
  274. package/src/lib/matcha-divider/divider.module.ts +0 -10
  275. package/src/lib/matcha-divider/divider.stories.ts +0 -49
  276. package/src/lib/matcha-elevation/elevation.argtypes.ts +0 -16
  277. package/src/lib/matcha-elevation/elevation.directive.ts +0 -24
  278. package/src/lib/matcha-elevation/elevation.mdx +0 -50
  279. package/src/lib/matcha-elevation/elevation.module.ts +0 -10
  280. package/src/lib/matcha-elevation/elevation.stories.ts +0 -50
  281. package/src/lib/matcha-expansion/expansion.argtypes.ts +0 -44
  282. package/src/lib/matcha-expansion/expansion.directive.ts +0 -11
  283. package/src/lib/matcha-expansion/expansion.mdx +0 -69
  284. package/src/lib/matcha-expansion/expansion.module.ts +0 -10
  285. package/src/lib/matcha-expansion/expansion.stories.ts +0 -67
  286. package/src/lib/matcha-forms/form-field-argtype.ts +0 -60
  287. package/src/lib/matcha-forms/form-field.directive.ts +0 -11
  288. package/src/lib/matcha-forms/form-field.mdx +0 -20
  289. package/src/lib/matcha-forms/form-field.stories.ts +0 -341
  290. package/src/lib/matcha-forms/forms.module.ts +0 -10
  291. package/src/lib/matcha-headers/headers.argtype.ts +0 -14
  292. package/src/lib/matcha-headers/headers.mdx +0 -94
  293. package/src/lib/matcha-headers/headers.module.ts +0 -12
  294. package/src/lib/matcha-headers/headers.stories.ts +0 -88
  295. package/src/lib/matcha-headers/headine/headline.component.html +0 -1
  296. package/src/lib/matcha-headers/headine/headline.component.scss +0 -0
  297. package/src/lib/matcha-headers/headine/headline.component.ts +0 -20
  298. package/src/lib/matcha-headers/subhead/subhead.component.html +0 -1
  299. package/src/lib/matcha-headers/subhead/subhead.component.scss +0 -0
  300. package/src/lib/matcha-headers/subhead/subhead.component.ts +0 -20
  301. package/src/lib/matcha-headers/title/title.component.html +0 -1
  302. package/src/lib/matcha-headers/title/title.component.scss +0 -0
  303. package/src/lib/matcha-headers/title/title.component.ts +0 -20
  304. package/src/lib/matcha-icon/icon-argtype.ts +0 -36
  305. package/src/lib/matcha-icon/icon.component.html +0 -3
  306. package/src/lib/matcha-icon/icon.component.scss +0 -0
  307. package/src/lib/matcha-icon/icon.component.ts +0 -34
  308. package/src/lib/matcha-icon/icon.mdx +0 -60
  309. package/src/lib/matcha-icon/icon.module.ts +0 -10
  310. package/src/lib/matcha-icon/icon.stories.ts +0 -423
  311. package/src/lib/matcha-input/input.argtypes.ts +0 -42
  312. package/src/lib/matcha-input/input.directive.ts +0 -11
  313. package/src/lib/matcha-input/input.mdx +0 -73
  314. package/src/lib/matcha-input/input.module.ts +0 -9
  315. package/src/lib/matcha-input/input.stories.ts +0 -97
  316. package/src/lib/matcha-list/list.argtypes.ts +0 -44
  317. package/src/lib/matcha-list/list.directive.ts +0 -11
  318. package/src/lib/matcha-list/list.mdx +0 -69
  319. package/src/lib/matcha-list/list.module.ts +0 -10
  320. package/src/lib/matcha-list/list.stories.ts +0 -101
  321. package/src/lib/matcha-menu/menu.argtypes.ts +0 -114
  322. package/src/lib/matcha-menu/menu.directive.ts +0 -16
  323. package/src/lib/matcha-menu/menu.mdx +0 -59
  324. package/src/lib/matcha-menu/menu.module.ts +0 -10
  325. package/src/lib/matcha-menu/menu.stories.ts +0 -122
  326. package/src/lib/matcha-paginator/paginator-overview-example.component.ts +0 -13
  327. package/src/lib/matcha-paginator/paginator-overview-example.css +0 -0
  328. package/src/lib/matcha-paginator/paginator-overview-example.html +0 -1
  329. package/src/lib/matcha-paginator/paginator.argtypes.ts +0 -11
  330. package/src/lib/matcha-paginator/paginator.directive.ts +0 -16
  331. package/src/lib/matcha-paginator/paginator.mdx +0 -53
  332. package/src/lib/matcha-paginator/paginator.module.ts +0 -10
  333. package/src/lib/matcha-paginator/paginator.stories.ts +0 -34
  334. package/src/lib/matcha-progress-bar/progress-bar.argtype.ts +0 -48
  335. package/src/lib/matcha-progress-bar/progress-bar.directive.ts +0 -16
  336. package/src/lib/matcha-progress-bar/progress-bar.mdx +0 -95
  337. package/src/lib/matcha-progress-bar/progress-bar.module.ts +0 -14
  338. package/src/lib/matcha-progress-bar/progress-bar.stories.ts +0 -89
  339. package/src/lib/matcha-progress-spinner/progress-spinner.argtype.ts +0 -65
  340. package/src/lib/matcha-progress-spinner/progress-spinner.directive.ts +0 -16
  341. package/src/lib/matcha-progress-spinner/progress-spinner.mdx +0 -43
  342. package/src/lib/matcha-progress-spinner/progress-spinner.module.ts +0 -14
  343. package/src/lib/matcha-progress-spinner/progress-spinner.stories.ts +0 -44
  344. package/src/lib/matcha-radio-button/matcha-radio-button.argtype.ts +0 -85
  345. package/src/lib/matcha-radio-button/matcha-radio-button.directive.ts +0 -16
  346. package/src/lib/matcha-radio-button/matcha-radio-button.stories.ts +0 -44
  347. package/src/lib/matcha-radio-button/radio-button.module.ts +0 -12
  348. package/src/lib/matcha-select/select.argtypes.ts +0 -265
  349. package/src/lib/matcha-select/select.directive.ts +0 -11
  350. package/src/lib/matcha-select/select.mdx +0 -54
  351. package/src/lib/matcha-select/select.module.ts +0 -10
  352. package/src/lib/matcha-select/select.stories.ts +0 -164
  353. package/src/lib/matcha-select/select.stories.txt +0 -109
  354. package/src/lib/matcha-sidenav/sidenav.argtypes.ts +0 -60
  355. package/src/lib/matcha-sidenav/sidenav.directive.ts +0 -11
  356. package/src/lib/matcha-sidenav/sidenav.mdx +0 -57
  357. package/src/lib/matcha-sidenav/sidenav.module.ts +0 -10
  358. package/src/lib/matcha-sidenav/sidenav.stories.ts +0 -79
  359. package/src/lib/matcha-slide-toggle/slide-toggle.argtype.ts +0 -66
  360. package/src/lib/matcha-slide-toggle/slide-toggle.directive.ts +0 -16
  361. package/src/lib/matcha-slide-toggle/slide-toggle.mdx +0 -92
  362. package/src/lib/matcha-slide-toggle/slide-toggle.module.ts +0 -12
  363. package/src/lib/matcha-slide-toggle/slide-toggle.stories.ts +0 -167
  364. package/src/lib/matcha-slider/matcha-slider.directive.ts +0 -16
  365. package/src/lib/matcha-slider/slider.argtypes.ts +0 -83
  366. package/src/lib/matcha-slider/slider.mdx +0 -45
  367. package/src/lib/matcha-slider/slider.module.ts +0 -12
  368. package/src/lib/matcha-slider/slider.stories.ts +0 -149
  369. package/src/lib/matcha-snackbar/snack-bar-overview-example.component.ts +0 -23
  370. package/src/lib/matcha-snackbar/snack-bar-overview-example.css +0 -3
  371. package/src/lib/matcha-snackbar/snack-bar-overview-example.html +0 -11
  372. package/src/lib/matcha-snackbar/snack-bar.argtypes.ts +0 -11
  373. package/src/lib/matcha-snackbar/snack-bar.directive.ts +0 -11
  374. package/src/lib/matcha-snackbar/snack-bar.mdx +0 -53
  375. package/src/lib/matcha-snackbar/snack-bar.module.ts +0 -10
  376. package/src/lib/matcha-snackbar/snack-bar.stories.ts +0 -34
  377. package/src/lib/matcha-sort-header/example/sort-overview-example.component.ts +0 -67
  378. package/src/lib/matcha-sort-header/example/sort-overview-example.css +0 -3
  379. package/src/lib/matcha-sort-header/example/sort-overview-example.html +0 -21
  380. package/src/lib/matcha-sort-header/sort-header.argtypes.ts +0 -11
  381. package/src/lib/matcha-sort-header/sort-header.directive.ts +0 -16
  382. package/src/lib/matcha-sort-header/sort-header.mdx +0 -78
  383. package/src/lib/matcha-sort-header/sort-header.module.ts +0 -10
  384. package/src/lib/matcha-sort-header/sort-header.stories.ts +0 -34
  385. package/src/lib/matcha-stepper/stepper.argtypes.ts +0 -92
  386. package/src/lib/matcha-stepper/stepper.directive.ts +0 -16
  387. package/src/lib/matcha-stepper/stepper.mdx +0 -68
  388. package/src/lib/matcha-stepper/stepper.module.ts +0 -10
  389. package/src/lib/matcha-stepper/stepper.stories.ts +0 -163
  390. package/src/lib/matcha-table/example/table-basic-example.component.ts +0 -37
  391. package/src/lib/matcha-table/example/table-basic-example.css +0 -0
  392. package/src/lib/matcha-table/example/table-basic-example.html +0 -35
  393. package/src/lib/matcha-table/table.argtypes.ts +0 -11
  394. package/src/lib/matcha-table/table.directive.ts +0 -16
  395. package/src/lib/matcha-table/table.mdx +0 -78
  396. package/src/lib/matcha-table/table.module.ts +0 -10
  397. package/src/lib/matcha-table/table.stories.ts +0 -34
  398. package/src/lib/matcha-tabs/tabs.argtypes.ts +0 -11
  399. package/src/lib/matcha-tabs/tabs.directive.ts +0 -17
  400. package/src/lib/matcha-tabs/tabs.mdx +0 -69
  401. package/src/lib/matcha-tabs/tabs.module.ts +0 -10
  402. package/src/lib/matcha-tabs/tabs.stories.ts +0 -49
  403. package/src/lib/matcha-tabs/tabs.stories.txt +0 -18
  404. package/src/lib/matcha-toolbar/toolbar.argtypes.ts +0 -20
  405. package/src/lib/matcha-toolbar/toolbar.directive.ts +0 -11
  406. package/src/lib/matcha-toolbar/toolbar.mdx +0 -57
  407. package/src/lib/matcha-toolbar/toolbar.module.ts +0 -10
  408. package/src/lib/matcha-toolbar/toolbar.stories.ts +0 -100
  409. package/src/lib/matcha-tooltip/tooltip.argtypes.ts +0 -11
  410. package/src/lib/matcha-tooltip/tooltip.directive.ts +0 -16
  411. package/src/lib/matcha-tooltip/tooltip.mdx +0 -69
  412. package/src/lib/matcha-tooltip/tooltip.module.ts +0 -10
  413. package/src/lib/matcha-tooltip/tooltip.stories.ts +0 -79
  414. package/src/lib/matcha-tree/tree.argtypes.ts +0 -42
  415. package/src/lib/matcha-tree/tree.directive.ts +0 -16
  416. package/src/lib/matcha-tree/tree.mdx +0 -49
  417. package/src/lib/matcha-tree/tree.module.ts +0 -10
  418. package/src/lib/matcha-tree/tree.stories.ts +0 -130
  419. package/tsconfig.lib.json +0 -18
  420. package/tsconfig.lib.prod.json +0 -10
  421. package/tsconfig.spec.json +0 -14
@@ -0,0 +1,1402 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, Input, NgModule, Directive } from '@angular/core';
3
+ import { CommonModule } from '@angular/common';
4
+
5
+ class MatchaCardComponent {
6
+ constructor() {
7
+ this.elevation = 0;
8
+ this.blockquote = 'none';
9
+ this.color = 'surface';
10
+ this.blockquoteColor = null;
11
+ this.class = '';
12
+ this.alpha = false;
13
+ this.loading = false;
14
+ }
15
+ get classes() {
16
+ const elevation = `elevation-z-${this.elevation}`;
17
+ let blockquoteposition = this.blockquote === 'right' || 'left' ? `matcha-card-border-${this.blockquote}` : '';
18
+ let backgroundColor = '';
19
+ let blockquoteColor = '';
20
+ if (this.color === 'bg' || this.color === 'surface') {
21
+ backgroundColor = `background-${this.color}${this.alpha ? '-alpha' : ''}`;
22
+ blockquoteColor = this.blockquoteColor ? `border-color-${this.blockquoteColor}` : '';
23
+ }
24
+ else {
25
+ backgroundColor = `background-${this.color}${this.alpha ? '-alpha' : ''} border-color-${this.color}`;
26
+ this.alpha ? (blockquoteposition = this.blockquote === 'right' || 'left' ? `matcha-card-border-${this.blockquote}` : '') : (blockquoteposition = '');
27
+ }
28
+ const activeClasses = `matcha-card ${elevation} ${blockquoteposition} ${blockquoteColor} ${backgroundColor} ${this.loading ? 'loading' : ''} ${this.class}`;
29
+ return activeClasses;
30
+ }
31
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
32
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: MatchaCardComponent, selector: "matcha-card", inputs: { elevation: "elevation", blockquote: "blockquote", color: "color", blockquoteColor: "blockquoteColor", class: "class", alpha: "alpha", loading: "loading" }, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
33
+ }
34
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardComponent, decorators: [{
35
+ type: Component,
36
+ args: [{ selector: 'matcha-card', template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
37
+ }], propDecorators: { elevation: [{
38
+ type: Input
39
+ }], blockquote: [{
40
+ type: Input
41
+ }], color: [{
42
+ type: Input
43
+ }], blockquoteColor: [{
44
+ type: Input
45
+ }], class: [{
46
+ type: Input
47
+ }], alpha: [{
48
+ type: Input
49
+ }], loading: [{
50
+ type: Input
51
+ }] } });
52
+
53
+ class MatchaHeadlineComponent {
54
+ constructor() {
55
+ this.bulletColor = 'accent';
56
+ this.loading = false;
57
+ }
58
+ get classes() {
59
+ const bullet = this.bulletColor ? `background-${this.bulletColor} min-h-24 h-24 max-h-24 max-w-8 w-8 min-w-8 d-inline-block position-relative mr-8 border-radius-8` : '';
60
+ const activeClasses = `${bullet} ${this.loading ? 'loading' : ''}`;
61
+ return activeClasses;
62
+ }
63
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadlineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
64
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: MatchaHeadlineComponent, selector: "matcha-headline", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h4 class=\"lh-16 d-flex d-flex-align-center m-0 h4\"><span [class]=\"classes\"></span><ng-content></ng-content></h4>\n", styles: [""] }); }
65
+ }
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadlineComponent, decorators: [{
67
+ type: Component,
68
+ args: [{ selector: 'matcha-headline', template: "<h4 class=\"lh-16 d-flex d-flex-align-center m-0 h4\"><span [class]=\"classes\"></span><ng-content></ng-content></h4>\n" }]
69
+ }], propDecorators: { bulletColor: [{
70
+ type: Input
71
+ }], loading: [{
72
+ type: Input
73
+ }] } });
74
+
75
+ class MatchaSubheadComponent {
76
+ constructor() {
77
+ this.bulletColor = 'accent';
78
+ this.loading = false;
79
+ }
80
+ get classes() {
81
+ const bullet = this.bulletColor ? `background-${this.bulletColor} min-h-20 h-20 max-h-20 max-w-8 w-8 min-w-8 d-inline-block position-relative mr-8 border-radius-8` : '';
82
+ const activeClasses = `${bullet} ${this.loading ? 'loading' : ''}`;
83
+ return activeClasses;
84
+ }
85
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSubheadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
86
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSubheadComponent, selector: "matcha-subhead", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h5 class=\"lh-16 d-flex d-flex-align-center m-0 h5\"><span [class]=\"classes\"></span><ng-content></ng-content></h5>\n", styles: [""] }); }
87
+ }
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSubheadComponent, decorators: [{
89
+ type: Component,
90
+ args: [{ selector: 'matcha-subhead', template: "<h5 class=\"lh-16 d-flex d-flex-align-center m-0 h5\"><span [class]=\"classes\"></span><ng-content></ng-content></h5>\n" }]
91
+ }], propDecorators: { bulletColor: [{
92
+ type: Input
93
+ }], loading: [{
94
+ type: Input
95
+ }] } });
96
+
97
+ class MatchaTitleComponent {
98
+ constructor() {
99
+ this.bulletColor = 'accent';
100
+ this.loading = false;
101
+ }
102
+ get classes() {
103
+ const bullet = this.bulletColor ? `background-${this.bulletColor} min-h-16 h-16 max-h-16 max-w-8 w-8 min-w-8 d-inline-block position-relative mr-8 border-radius-8` : '';
104
+ const activeClasses = `${bullet} ${this.loading ? 'loading' : ''}`;
105
+ return activeClasses;
106
+ }
107
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
108
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTitleComponent, selector: "matcha-title", inputs: { bulletColor: "bulletColor", loading: "loading" }, ngImport: i0, template: "<h6 class=\"lh-24 d-flex d-flex-align-center m-0 h8\"><span [class]=\"classes\"></span><ng-content></ng-content></h6>\n", styles: [""] }); }
109
+ }
110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTitleComponent, decorators: [{
111
+ type: Component,
112
+ args: [{ selector: 'matcha-title', template: "<h6 class=\"lh-24 d-flex d-flex-align-center m-0 h8\"><span [class]=\"classes\"></span><ng-content></ng-content></h6>\n" }]
113
+ }], propDecorators: { bulletColor: [{
114
+ type: Input
115
+ }], loading: [{
116
+ type: Input
117
+ }] } });
118
+
119
+ class MatchaIconComponent {
120
+ constructor() {
121
+ this.name = '';
122
+ this.size = '';
123
+ this.color = '';
124
+ this.class = '';
125
+ this.loading = false;
126
+ }
127
+ get classes() {
128
+ const icon = this.name ? `i-matcha-${this.name}` : '';
129
+ const size = this.size ? `i-size-${this.size}` : '';
130
+ const color = `color-${this.color}`;
131
+ const loading = this.loading == true ? 'loading' : '';
132
+ const activeClasses = `${icon} ${color} ${size} ${loading} ${this.class}`;
133
+ return activeClasses;
134
+ }
135
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
136
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: MatchaIconComponent, selector: "matcha-icon", inputs: { name: "name", size: "size", color: "color", class: "class", loading: "loading" }, ngImport: i0, template: "<span [class]=\"classes\">\n <ng-content></ng-content>\n</span>\n", styles: [""] }); }
137
+ }
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaIconComponent, decorators: [{
139
+ type: Component,
140
+ args: [{ selector: 'matcha-icon', template: "<span [class]=\"classes\">\n <ng-content></ng-content>\n</span>\n" }]
141
+ }], propDecorators: { name: [{
142
+ type: Input
143
+ }], size: [{
144
+ type: Input
145
+ }], color: [{
146
+ type: Input
147
+ }], class: [{
148
+ type: Input
149
+ }], loading: [{
150
+ type: Input
151
+ }] } });
152
+ class MatchaCardFooter {
153
+ }
154
+
155
+ class MatchaGridComponent {
156
+ getStringSplited(inputValue) {
157
+ const stringWithoutSpaces = inputValue.replace(/\s+/g, '');
158
+ return stringWithoutSpaces.split(',');
159
+ }
160
+ getGridClasses(breakpoint, col) {
161
+ const breakpoints = this.getStringSplited(breakpoint);
162
+ const columns = this.getStringSplited(col);
163
+ let breakpointClasses = '';
164
+ for (let i = 0; i < breakpoints.length; i++) {
165
+ if (breakpoints[i] === '' || breakpoints[i] === 'xs') {
166
+ breakpointClasses += `grid-${columns[i]} `;
167
+ }
168
+ if (breakpoints[i] === 'sm' && columns[i] !== undefined) {
169
+ breakpointClasses += `grid-sm-${columns[i]} `;
170
+ }
171
+ if (breakpoints[i] === 'md' && columns[i] !== undefined) {
172
+ breakpointClasses += `grid-md-${columns[i]} `;
173
+ }
174
+ if (breakpoints[i] === 'lg' && columns[i] !== undefined) {
175
+ breakpointClasses += `grid-lg-${columns[i]} `;
176
+ }
177
+ if (breakpoints[i] === 'xl' && columns[i] !== undefined) {
178
+ breakpointClasses += `grid-xl-${columns[i]} `;
179
+ }
180
+ }
181
+ return breakpointClasses;
182
+ }
183
+ setColspanClasses(span, breakpoint) {
184
+ if (span) {
185
+ const spanClasses = this.el.nativeElement.className.split(' ').filter((c) => c.startsWith('colspan-'));
186
+ spanClasses.forEach((c) => this.renderer.removeClass(this.el.nativeElement, c));
187
+ this.renderer.addClass(this.el.nativeElement, `colspan${breakpoint ? '-' + breakpoint : '-sm'}-${span}`);
188
+ }
189
+ }
190
+ setRowspanClasses(span, breakpoint) {
191
+ if (span) {
192
+ const spanClasses = this.el.nativeElement.className.split(' ').filter((c) => c.startsWith('rowspan-'));
193
+ spanClasses.forEach((c) => this.renderer.removeClass(this.el.nativeElement, c));
194
+ this.renderer.addClass(this.el.nativeElement, `rowspan${breakpoint ? '-' + breakpoint : '-sm'}-${span}`);
195
+ }
196
+ }
197
+ // public setRowspanClasses(rowspan: string, breakpoint: string): void {
198
+ // const elementsWithRowspanClasses = this.el.nativeElement.className.split(' ').filter((c: string) => c.startsWith('rowspan-'));
199
+ // elementsWithRowspanClasses.forEach((c: string) => this.renderer.removeClass(this.el.nativeElement, c));
200
+ // //função que executa a adição de classe para cada breakpoint
201
+ // const breakpoints = this.getStringSplited(breakpoint);
202
+ // const prefix: string = ' rowspan';
203
+ // const rows = this.getStringSplited(rowspan);
204
+ // let rowspanClasses = '';
205
+ // for (let i = 0; i < rows.length; i++) {
206
+ // rowspanClasses = prefix + rows[i];
207
+ // }
208
+ // this.renderer.addClass(this.el.nativeElement, `${rowspanClasses}`);
209
+ // }
210
+ get classes() {
211
+ this.class = 'teste';
212
+ const breakpoints = this.getGridClasses(this.breakpoint, this.col);
213
+ const activeClasses = `grid-1 ${breakpoints} gap-${this.gap} ${this.loading ? 'loading' : ''}`;
214
+ return activeClasses;
215
+ }
216
+ constructor(el, renderer) {
217
+ this.el = el;
218
+ this.renderer = renderer;
219
+ this.breakpoint = '';
220
+ this.col = '';
221
+ this.gap = '';
222
+ this.class = '';
223
+ this.span = '';
224
+ this.rowspan = '';
225
+ this.colspan = '';
226
+ this.direction = '';
227
+ this.loading = false;
228
+ }
229
+ ngOnInit() {
230
+ this.setColspanClasses(this.colspan, this.breakpoint);
231
+ this.setRowspanClasses(this.rowspan, this.breakpoint);
232
+ }
233
+ ngOnChanges() {
234
+ this.setColspanClasses(this.colspan, this.breakpoint);
235
+ this.setRowspanClasses(this.rowspan, this.breakpoint);
236
+ }
237
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component }); }
238
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: MatchaGridComponent, selector: "matcha-grid", inputs: { breakpoint: "breakpoint", col: "col", gap: "gap", class: "class", span: "span", rowspan: "rowspan", colspan: "colspan", direction: "direction", loading: "loading" }, usesOnChanges: true, ngImport: i0, template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n", styles: [""] }); }
239
+ }
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridComponent, decorators: [{
241
+ type: Component,
242
+ args: [{ selector: 'matcha-grid', template: "<div [class]=\"classes\">\n <ng-content></ng-content>\n</div>\n" }]
243
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { breakpoint: [{
244
+ type: Input
245
+ }], col: [{
246
+ type: Input
247
+ }], gap: [{
248
+ type: Input
249
+ }], class: [{
250
+ type: Input
251
+ }], span: [{
252
+ type: Input
253
+ }], rowspan: [{
254
+ type: Input
255
+ }], colspan: [{
256
+ type: Input
257
+ }], direction: [{
258
+ type: Input
259
+ }], loading: [{
260
+ type: Input
261
+ }] } });
262
+
263
+ class MatchaCardModule {
264
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
265
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, declarations: [MatchaCardComponent], imports: [CommonModule], exports: [MatchaCardComponent] }); }
266
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, imports: [CommonModule] }); }
267
+ }
268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCardModule, decorators: [{
269
+ type: NgModule,
270
+ args: [{
271
+ declarations: [MatchaCardComponent],
272
+ imports: [CommonModule],
273
+ exports: [MatchaCardComponent],
274
+ }]
275
+ }] });
276
+
277
+ class MatchaHeadersModule {
278
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
279
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, declarations: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent], imports: [CommonModule], exports: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent] }); }
280
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, imports: [CommonModule] }); }
281
+ }
282
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaHeadersModule, decorators: [{
283
+ type: NgModule,
284
+ args: [{
285
+ declarations: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent],
286
+ imports: [CommonModule],
287
+ exports: [MatchaTitleComponent, MatchaHeadlineComponent, MatchaSubheadComponent],
288
+ }]
289
+ }] });
290
+
291
+ class MatchaAutocompleteDirective {
292
+ constructor(_elementRef, _renderer) {
293
+ this._elementRef = _elementRef;
294
+ this._renderer = _renderer;
295
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete');
296
+ }
297
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
298
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaAutocompleteDirective, selector: "[matcha-autocomplete]", ngImport: i0 }); }
299
+ }
300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteDirective, decorators: [{
301
+ type: Directive,
302
+ args: [{
303
+ selector: '[matcha-autocomplete]'
304
+ }]
305
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
306
+
307
+ class MatchaAutocompleteOverviewDirective {
308
+ constructor(_elementRef, _renderer) {
309
+ this._elementRef = _elementRef;
310
+ this._renderer = _renderer;
311
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
312
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-autocomplete-overview');
313
+ }
314
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteOverviewDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
315
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaAutocompleteOverviewDirective, selector: "[matcha-autocomplete-overview]", ngImport: i0 }); }
316
+ }
317
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteOverviewDirective, decorators: [{
318
+ type: Directive,
319
+ args: [{
320
+ selector: '[matcha-autocomplete-overview]'
321
+ }]
322
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
323
+
324
+ class MatchaAutocompleteModule {
325
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
326
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteModule, declarations: [MatchaAutocompleteDirective,
327
+ MatchaAutocompleteOverviewDirective], exports: [MatchaAutocompleteDirective, MatchaAutocompleteOverviewDirective] }); }
328
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteModule }); }
329
+ }
330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaAutocompleteModule, decorators: [{
331
+ type: NgModule,
332
+ args: [{
333
+ declarations: [
334
+ MatchaAutocompleteDirective,
335
+ MatchaAutocompleteOverviewDirective,
336
+ ],
337
+ imports: [],
338
+ exports: [MatchaAutocompleteDirective, MatchaAutocompleteOverviewDirective],
339
+ }]
340
+ }] });
341
+
342
+ class MatchaBadgeDirective {
343
+ constructor(_elementRef, _renderer) {
344
+ this._elementRef = _elementRef;
345
+ this._renderer = _renderer;
346
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
347
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-badge');
348
+ }
349
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
350
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaBadgeDirective, selector: "[matcha-badge]", ngImport: i0 }); }
351
+ }
352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeDirective, decorators: [{
353
+ type: Directive,
354
+ args: [{
355
+ selector: '[matcha-badge]',
356
+ }]
357
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
358
+
359
+ class MatchaBadgeModule {
360
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
361
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeModule, declarations: [MatchaBadgeDirective], exports: [MatchaBadgeDirective] }); }
362
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeModule }); }
363
+ }
364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBadgeModule, decorators: [{
365
+ type: NgModule,
366
+ args: [{
367
+ declarations: [MatchaBadgeDirective],
368
+ imports: [],
369
+ exports: [MatchaBadgeDirective],
370
+ }]
371
+ }] });
372
+
373
+ class MatchaTabsDirective {
374
+ constructor(_elementRef, _renderer) {
375
+ this._elementRef = _elementRef;
376
+ this._renderer = _renderer;
377
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
378
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tabs');
379
+ }
380
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
381
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTabsDirective, selector: "[matchaTabs]", ngImport: i0 }); }
382
+ }
383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsDirective, decorators: [{
384
+ type: Directive,
385
+ args: [{
386
+ selector: '[matchaTabs]'
387
+ }]
388
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
389
+
390
+ class MatchaTabsModule {
391
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
392
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsModule, declarations: [MatchaTabsDirective], imports: [CommonModule], exports: [MatchaTabsDirective] }); }
393
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsModule, imports: [CommonModule] }); }
394
+ }
395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTabsModule, decorators: [{
396
+ type: NgModule,
397
+ args: [{
398
+ declarations: [MatchaTabsDirective],
399
+ imports: [CommonModule],
400
+ exports: [MatchaTabsDirective],
401
+ }]
402
+ }] });
403
+
404
+ class MatchaBottomSheetDirective {
405
+ constructor(_elementRef, _renderer) {
406
+ this._elementRef = _elementRef;
407
+ this._renderer = _renderer;
408
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
409
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-bottom-sheet');
410
+ }
411
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
412
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaBottomSheetDirective, selector: "[matcha-bottom-sheet]", ngImport: i0 }); }
413
+ }
414
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetDirective, decorators: [{
415
+ type: Directive,
416
+ args: [{
417
+ selector: '[matcha-bottom-sheet]'
418
+ }]
419
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
420
+
421
+ class MatchaBottomSheetModule {
422
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
423
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetModule, declarations: [MatchaBottomSheetDirective], exports: [MatchaBottomSheetDirective] }); }
424
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetModule }); }
425
+ }
426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaBottomSheetModule, decorators: [{
427
+ type: NgModule,
428
+ args: [{
429
+ declarations: [MatchaBottomSheetDirective],
430
+ imports: [],
431
+ exports: [MatchaBottomSheetDirective],
432
+ }]
433
+ }] });
434
+
435
+ class MatchaButtonToggleDirective {
436
+ constructor(_elementRef, _renderer) {
437
+ this._elementRef = _elementRef;
438
+ this._renderer = _renderer;
439
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-button-toggle');
440
+ }
441
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
442
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaButtonToggleDirective, selector: "[matcha-button-toggle]", ngImport: i0 }); }
443
+ }
444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleDirective, decorators: [{
445
+ type: Directive,
446
+ args: [{
447
+ selector: '[matcha-button-toggle]'
448
+ }]
449
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
450
+
451
+ class MatchaButtonToggleModule {
452
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
453
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleModule, declarations: [MatchaButtonToggleDirective], exports: [MatchaButtonToggleDirective] }); }
454
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleModule }); }
455
+ }
456
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonToggleModule, decorators: [{
457
+ type: NgModule,
458
+ args: [{
459
+ declarations: [
460
+ MatchaButtonToggleDirective
461
+ ],
462
+ imports: [],
463
+ exports: [
464
+ MatchaButtonToggleDirective
465
+ ]
466
+ }]
467
+ }] });
468
+
469
+ class MatchaButtonDirective {
470
+ constructor(_elementRef, _renderer) {
471
+ this._elementRef = _elementRef;
472
+ this._renderer = _renderer;
473
+ this.pill = false;
474
+ this.size = null;
475
+ }
476
+ ngOnInit() {
477
+ this._setConfig();
478
+ }
479
+ ngOnChanges() {
480
+ this._setConfig();
481
+ console.log(this.size);
482
+ }
483
+ _setConfig() {
484
+ // Remove todas as classes relacionadas ao tamanho
485
+ ['xs', 'sm', 'md', 'lg', 'xl'].forEach((size) => {
486
+ this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-${size}`);
487
+ });
488
+ // Adicione a classe correspondente ao novo tamanho (se houver)
489
+ if (this.size) {
490
+ this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-${this.size}`);
491
+ }
492
+ if (this.pill) {
493
+ this._renderer.addClass(this._elementRef.nativeElement, `matcha-button-pill`);
494
+ }
495
+ else {
496
+ this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-pill`);
497
+ }
498
+ }
499
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
500
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaButtonDirective, selector: "[matcha-button]", inputs: { pill: "pill", size: "size" }, usesOnChanges: true, ngImport: i0 }); }
501
+ }
502
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonDirective, decorators: [{
503
+ type: Directive,
504
+ args: [{
505
+ selector: '[matcha-button]',
506
+ standalone: false,
507
+ }]
508
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { pill: [{
509
+ type: Input,
510
+ args: ['pill']
511
+ }], size: [{
512
+ type: Input,
513
+ args: ['size']
514
+ }] } });
515
+
516
+ class MatchaButtonModule {
517
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
518
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonModule, declarations: [MatchaButtonDirective], exports: [MatchaButtonDirective] }); }
519
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonModule }); }
520
+ }
521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaButtonModule, decorators: [{
522
+ type: NgModule,
523
+ args: [{
524
+ declarations: [MatchaButtonDirective],
525
+ imports: [],
526
+ exports: [MatchaButtonDirective],
527
+ }]
528
+ }] });
529
+
530
+ class MatchaCheckboxDirective {
531
+ constructor(_elementRef, _renderer) {
532
+ this._elementRef = _elementRef;
533
+ this._renderer = _renderer;
534
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
535
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-checkbox');
536
+ }
537
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
538
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaCheckboxDirective, selector: "[matcha-checkbox]", ngImport: i0 }); }
539
+ }
540
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxDirective, decorators: [{
541
+ type: Directive,
542
+ args: [{
543
+ selector: '[matcha-checkbox]',
544
+ }]
545
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
546
+
547
+ class MatchaCheckboxModule {
548
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
549
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxModule, declarations: [MatchaCheckboxDirective], exports: [MatchaCheckboxDirective] }); }
550
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxModule }); }
551
+ }
552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaCheckboxModule, decorators: [{
553
+ type: NgModule,
554
+ args: [{
555
+ declarations: [MatchaCheckboxDirective],
556
+ imports: [],
557
+ exports: [MatchaCheckboxDirective],
558
+ }]
559
+ }] });
560
+
561
+ class MatchaChipsDirective {
562
+ constructor(_elementRef, _renderer) {
563
+ this._elementRef = _elementRef;
564
+ this._renderer = _renderer;
565
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
566
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-chips');
567
+ }
568
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
569
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaChipsDirective, selector: "[matchaChips]", ngImport: i0 }); }
570
+ }
571
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsDirective, decorators: [{
572
+ type: Directive,
573
+ args: [{
574
+ selector: '[matchaChips]'
575
+ }]
576
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
577
+
578
+ class MatchaChipsModule {
579
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
580
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsModule, declarations: [MatchaChipsDirective], exports: [MatchaChipsDirective] }); }
581
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsModule }); }
582
+ }
583
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaChipsModule, decorators: [{
584
+ type: NgModule,
585
+ args: [{
586
+ declarations: [MatchaChipsDirective],
587
+ imports: [],
588
+ exports: [
589
+ MatchaChipsDirective
590
+ ]
591
+ }]
592
+ }] });
593
+
594
+ class MatchaDatepickerDirective {
595
+ constructor(_elementRef, _renderer) {
596
+ this._elementRef = _elementRef;
597
+ this._renderer = _renderer;
598
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
599
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-datepicker');
600
+ }
601
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
602
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaDatepickerDirective, selector: "[matcha-datepicker]", ngImport: i0 }); }
603
+ }
604
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerDirective, decorators: [{
605
+ type: Directive,
606
+ args: [{
607
+ selector: '[matcha-datepicker]',
608
+ }]
609
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
610
+
611
+ class MatchaDatepickerModule {
612
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
613
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerModule, declarations: [MatchaDatepickerDirective], exports: [MatchaDatepickerDirective] }); }
614
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerModule }); }
615
+ }
616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDatepickerModule, decorators: [{
617
+ type: NgModule,
618
+ args: [{
619
+ declarations: [MatchaDatepickerDirective],
620
+ imports: [],
621
+ exports: [MatchaDatepickerDirective],
622
+ }]
623
+ }] });
624
+
625
+ class MatchaDialogDirective {
626
+ constructor(_elementRef, _renderer) {
627
+ this._elementRef = _elementRef;
628
+ this._renderer = _renderer;
629
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
630
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-dialog');
631
+ }
632
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
633
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaDialogDirective, selector: "[matchaDialog]", ngImport: i0 }); }
634
+ }
635
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogDirective, decorators: [{
636
+ type: Directive,
637
+ args: [{
638
+ selector: '[matchaDialog]'
639
+ }]
640
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
641
+
642
+ class MatchaDialogModule {
643
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
644
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogModule, declarations: [MatchaDialogDirective], imports: [CommonModule], exports: [MatchaDialogDirective] }); }
645
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogModule, imports: [CommonModule] }); }
646
+ }
647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDialogModule, decorators: [{
648
+ type: NgModule,
649
+ args: [{
650
+ declarations: [MatchaDialogDirective],
651
+ imports: [
652
+ CommonModule
653
+ ],
654
+ exports: [
655
+ MatchaDialogDirective
656
+ ]
657
+ }]
658
+ }] });
659
+
660
+ class MatchaDividerDirective {
661
+ constructor(_elementRef, _renderer) {
662
+ this._elementRef = _elementRef;
663
+ this._renderer = _renderer;
664
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
665
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-dialog');
666
+ }
667
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
668
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaDividerDirective, selector: "[matchaDivider]", ngImport: i0 }); }
669
+ }
670
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerDirective, decorators: [{
671
+ type: Directive,
672
+ args: [{
673
+ selector: '[matchaDivider]'
674
+ }]
675
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
676
+
677
+ class MatchaDividerModule {
678
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
679
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerModule, declarations: [MatchaDividerDirective], imports: [CommonModule], exports: [MatchaDividerDirective] }); }
680
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerModule, imports: [CommonModule] }); }
681
+ }
682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaDividerModule, decorators: [{
683
+ type: NgModule,
684
+ args: [{
685
+ declarations: [MatchaDividerDirective],
686
+ imports: [CommonModule],
687
+ exports: [MatchaDividerDirective],
688
+ }]
689
+ }] });
690
+
691
+ class MatchaElevationDirective {
692
+ constructor(_elementRef, _renderer) {
693
+ this._elementRef = _elementRef;
694
+ this._renderer = _renderer;
695
+ this.elevation = 0; // Valor padrão para elevação é 0
696
+ }
697
+ ngOnChanges() {
698
+ // Remove qualquer classe de elevação existente
699
+ for (let i = 0; i <= 24; i++) {
700
+ this._renderer.removeClass(this._elementRef.nativeElement, `elevation-z-${i}`);
701
+ }
702
+ // Adiciona a classe de elevação correspondente
703
+ if (this.elevation >= 1 && this.elevation <= 24) {
704
+ this._renderer.addClass(this._elementRef.nativeElement, `elevation-z-${this.elevation}`);
705
+ }
706
+ else {
707
+ this._renderer.addClass(this._elementRef.nativeElement, `elevation-z-0`);
708
+ }
709
+ }
710
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
711
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaElevationDirective, selector: "[elevation]", inputs: { elevation: "elevation" }, usesOnChanges: true, ngImport: i0 }); }
712
+ }
713
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationDirective, decorators: [{
714
+ type: Directive,
715
+ args: [{
716
+ selector: '[elevation]',
717
+ }]
718
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { elevation: [{
719
+ type: Input,
720
+ args: ['elevation']
721
+ }] } });
722
+
723
+ class MatchaElevationModule {
724
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
725
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationModule, declarations: [MatchaElevationDirective], imports: [CommonModule], exports: [MatchaElevationDirective] }); }
726
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationModule, imports: [CommonModule] }); }
727
+ }
728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaElevationModule, decorators: [{
729
+ type: NgModule,
730
+ args: [{
731
+ declarations: [MatchaElevationDirective],
732
+ imports: [CommonModule],
733
+ exports: [MatchaElevationDirective],
734
+ }]
735
+ }] });
736
+
737
+ class MatchaExpansionDirective {
738
+ constructor(_elementRef, _renderer) {
739
+ this._elementRef = _elementRef;
740
+ this._renderer = _renderer;
741
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
742
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-expansion-panel');
743
+ }
744
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
745
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaExpansionDirective, selector: "[matchaExpansion]", ngImport: i0 }); }
746
+ }
747
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionDirective, decorators: [{
748
+ type: Directive,
749
+ args: [{
750
+ selector: '[matchaExpansion]',
751
+ }]
752
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
753
+
754
+ class MatchaExpansionModule {
755
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
756
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionModule, declarations: [MatchaExpansionDirective], imports: [CommonModule], exports: [MatchaExpansionDirective] }); }
757
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionModule, imports: [CommonModule] }); }
758
+ }
759
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaExpansionModule, decorators: [{
760
+ type: NgModule,
761
+ args: [{
762
+ declarations: [MatchaExpansionDirective],
763
+ imports: [CommonModule],
764
+ exports: [MatchaExpansionDirective],
765
+ }]
766
+ }] });
767
+
768
+ class MatchaFormFieldDirective {
769
+ constructor(_elementRef, _renderer) {
770
+ this._elementRef = _elementRef;
771
+ this._renderer = _renderer;
772
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
773
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-form-field');
774
+ }
775
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormFieldDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
776
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaFormFieldDirective, selector: "[matchaFormField]", ngImport: i0 }); }
777
+ }
778
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormFieldDirective, decorators: [{
779
+ type: Directive,
780
+ args: [{
781
+ selector: '[matchaFormField]',
782
+ }]
783
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
784
+
785
+ class MatchaFormsModule {
786
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
787
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormsModule, declarations: [MatchaFormFieldDirective], imports: [CommonModule], exports: [MatchaFormFieldDirective] }); }
788
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormsModule, imports: [CommonModule] }); }
789
+ }
790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaFormsModule, decorators: [{
791
+ type: NgModule,
792
+ args: [{
793
+ declarations: [MatchaFormFieldDirective],
794
+ imports: [CommonModule],
795
+ exports: [MatchaFormFieldDirective],
796
+ }]
797
+ }] });
798
+
799
+ class MatchaIconModule {
800
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
801
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaIconModule, declarations: [MatchaIconComponent], imports: [CommonModule], exports: [MatchaIconComponent] }); }
802
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaIconModule, imports: [CommonModule] }); }
803
+ }
804
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaIconModule, decorators: [{
805
+ type: NgModule,
806
+ args: [{
807
+ declarations: [MatchaIconComponent],
808
+ imports: [CommonModule],
809
+ exports: [MatchaIconComponent],
810
+ }]
811
+ }] });
812
+
813
+ class MatchaInputDirective {
814
+ constructor(_elementRef, _renderer) {
815
+ this._elementRef = _elementRef;
816
+ this._renderer = _renderer;
817
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
818
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-input');
819
+ }
820
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
821
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaInputDirective, selector: "[matcha-input]", ngImport: i0 }); }
822
+ }
823
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputDirective, decorators: [{
824
+ type: Directive,
825
+ args: [{
826
+ selector: '[matcha-input]',
827
+ }]
828
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
829
+
830
+ class MatchaInputModule {
831
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
832
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputModule, declarations: [MatchaInputDirective], exports: [MatchaInputDirective] }); }
833
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputModule }); }
834
+ }
835
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaInputModule, decorators: [{
836
+ type: NgModule,
837
+ args: [{
838
+ declarations: [MatchaInputDirective],
839
+ imports: [],
840
+ exports: [MatchaInputDirective],
841
+ }]
842
+ }] });
843
+
844
+ class MatchaListDirective {
845
+ constructor(_elementRef, _renderer) {
846
+ this._elementRef = _elementRef;
847
+ this._renderer = _renderer;
848
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
849
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-list');
850
+ }
851
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
852
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaListDirective, selector: "[matchaList]", ngImport: i0 }); }
853
+ }
854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListDirective, decorators: [{
855
+ type: Directive,
856
+ args: [{
857
+ selector: '[matchaList]',
858
+ }]
859
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
860
+
861
+ class MatchaListModule {
862
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
863
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaListModule, declarations: [MatchaListDirective], imports: [CommonModule], exports: [MatchaListDirective] }); }
864
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListModule, imports: [CommonModule] }); }
865
+ }
866
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaListModule, decorators: [{
867
+ type: NgModule,
868
+ args: [{
869
+ declarations: [MatchaListDirective],
870
+ imports: [CommonModule],
871
+ exports: [MatchaListDirective],
872
+ }]
873
+ }] });
874
+
875
+ class MatchaMenuDirective {
876
+ constructor(_elementRef, _renderer) {
877
+ this._elementRef = _elementRef;
878
+ this._renderer = _renderer;
879
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
880
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-menu');
881
+ }
882
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
883
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaMenuDirective, selector: "[matchaMenu]", ngImport: i0 }); }
884
+ }
885
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuDirective, decorators: [{
886
+ type: Directive,
887
+ args: [{
888
+ selector: '[matchaMenu]'
889
+ }]
890
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
891
+
892
+ class MatchaMenuModule {
893
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
894
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuModule, declarations: [MatchaMenuDirective], imports: [CommonModule], exports: [MatchaMenuDirective] }); }
895
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuModule, imports: [CommonModule] }); }
896
+ }
897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaMenuModule, decorators: [{
898
+ type: NgModule,
899
+ args: [{
900
+ declarations: [MatchaMenuDirective],
901
+ imports: [CommonModule],
902
+ exports: [MatchaMenuDirective],
903
+ }]
904
+ }] });
905
+
906
+ class MatchaSidenavDirective {
907
+ constructor(_elementRef, _renderer) {
908
+ this._elementRef = _elementRef;
909
+ this._renderer = _renderer;
910
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
911
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sidenav');
912
+ }
913
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
914
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSidenavDirective, selector: "[matcha-sidenav]", ngImport: i0 }); }
915
+ }
916
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavDirective, decorators: [{
917
+ type: Directive,
918
+ args: [{
919
+ selector: '[matcha-sidenav]',
920
+ }]
921
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
922
+
923
+ class MatchaSidenavModule {
924
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
925
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavModule, declarations: [MatchaSidenavDirective], imports: [CommonModule], exports: [MatchaSidenavDirective] }); }
926
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavModule, imports: [CommonModule] }); }
927
+ }
928
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSidenavModule, decorators: [{
929
+ type: NgModule,
930
+ args: [{
931
+ declarations: [MatchaSidenavDirective],
932
+ imports: [CommonModule],
933
+ exports: [MatchaSidenavDirective],
934
+ }]
935
+ }] });
936
+
937
+ class MatchaPaginatorDirective {
938
+ constructor(_elementRef, _renderer) {
939
+ this._elementRef = _elementRef;
940
+ this._renderer = _renderer;
941
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
942
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-paginator');
943
+ }
944
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
945
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaPaginatorDirective, selector: "[matchaPaginator]", ngImport: i0 }); }
946
+ }
947
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorDirective, decorators: [{
948
+ type: Directive,
949
+ args: [{
950
+ selector: '[matchaPaginator]'
951
+ }]
952
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
953
+
954
+ class MatchaPaginatorModule {
955
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
956
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorModule, declarations: [MatchaPaginatorDirective], imports: [CommonModule], exports: [MatchaPaginatorDirective] }); }
957
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorModule, imports: [CommonModule] }); }
958
+ }
959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaPaginatorModule, decorators: [{
960
+ type: NgModule,
961
+ args: [{
962
+ declarations: [MatchaPaginatorDirective],
963
+ imports: [CommonModule],
964
+ exports: [MatchaPaginatorDirective],
965
+ }]
966
+ }] });
967
+
968
+ class MatchaProgressBarDirective {
969
+ constructor(_elementRef, _renderer) {
970
+ this._elementRef = _elementRef;
971
+ this._renderer = _renderer;
972
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
973
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-progress-bar');
974
+ }
975
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
976
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaProgressBarDirective, selector: "[matcha-progress-bar]", ngImport: i0 }); }
977
+ }
978
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarDirective, decorators: [{
979
+ type: Directive,
980
+ args: [{
981
+ selector: '[matcha-progress-bar]'
982
+ }]
983
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
984
+
985
+ class MatchaProgressBarModule {
986
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
987
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarModule, declarations: [MatchaProgressBarDirective], imports: [CommonModule], exports: [MatchaProgressBarDirective] }); }
988
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarModule, imports: [CommonModule] }); }
989
+ }
990
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressBarModule, decorators: [{
991
+ type: NgModule,
992
+ args: [{
993
+ declarations: [MatchaProgressBarDirective],
994
+ imports: [
995
+ CommonModule
996
+ ],
997
+ exports: [
998
+ MatchaProgressBarDirective
999
+ ]
1000
+ }]
1001
+ }] });
1002
+
1003
+ class MatchaProgressSpinnerDirective {
1004
+ constructor(_elementRef, _renderer) {
1005
+ this._elementRef = _elementRef;
1006
+ this._renderer = _renderer;
1007
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1008
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-progress-spinner');
1009
+ }
1010
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1011
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaProgressSpinnerDirective, selector: "[matcha-progress-spinner]", ngImport: i0 }); }
1012
+ }
1013
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerDirective, decorators: [{
1014
+ type: Directive,
1015
+ args: [{
1016
+ selector: '[matcha-progress-spinner]'
1017
+ }]
1018
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1019
+
1020
+ class MatchaProgressSpinnerModule {
1021
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1022
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerModule, declarations: [MatchaProgressSpinnerDirective], imports: [CommonModule], exports: [MatchaProgressSpinnerDirective] }); }
1023
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerModule, imports: [CommonModule] }); }
1024
+ }
1025
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaProgressSpinnerModule, decorators: [{
1026
+ type: NgModule,
1027
+ args: [{
1028
+ declarations: [MatchaProgressSpinnerDirective],
1029
+ imports: [
1030
+ CommonModule
1031
+ ],
1032
+ exports: [
1033
+ MatchaProgressSpinnerDirective
1034
+ ]
1035
+ }]
1036
+ }] });
1037
+
1038
+ class MatchaRadioButtonDirective {
1039
+ constructor(_elementRef, _renderer) {
1040
+ this._elementRef = _elementRef;
1041
+ this._renderer = _renderer;
1042
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1043
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-radio-button');
1044
+ }
1045
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1046
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaRadioButtonDirective, selector: "[matchaRadioButton]", ngImport: i0 }); }
1047
+ }
1048
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonDirective, decorators: [{
1049
+ type: Directive,
1050
+ args: [{
1051
+ selector: '[matchaRadioButton]'
1052
+ }]
1053
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1054
+
1055
+ class MatchaRadioButtonModule {
1056
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1057
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonModule, declarations: [MatchaRadioButtonDirective], imports: [CommonModule], exports: [MatchaRadioButtonDirective] }); }
1058
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonModule, imports: [CommonModule] }); }
1059
+ }
1060
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaRadioButtonModule, decorators: [{
1061
+ type: NgModule,
1062
+ args: [{
1063
+ declarations: [MatchaRadioButtonDirective],
1064
+ imports: [
1065
+ CommonModule
1066
+ ],
1067
+ exports: [MatchaRadioButtonDirective]
1068
+ }]
1069
+ }] });
1070
+
1071
+ class MatchaSelectDirective {
1072
+ constructor(_elementRef, _renderer) {
1073
+ this._elementRef = _elementRef;
1074
+ this._renderer = _renderer;
1075
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1076
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-select');
1077
+ }
1078
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1079
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSelectDirective, selector: "[matcha-select]", ngImport: i0 }); }
1080
+ }
1081
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectDirective, decorators: [{
1082
+ type: Directive,
1083
+ args: [{
1084
+ selector: '[matcha-select]',
1085
+ }]
1086
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1087
+
1088
+ class MatchaSelectModule {
1089
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1090
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectModule, declarations: [MatchaSelectDirective], imports: [CommonModule], exports: [MatchaSelectDirective] }); }
1091
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectModule, imports: [CommonModule] }); }
1092
+ }
1093
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSelectModule, decorators: [{
1094
+ type: NgModule,
1095
+ args: [{
1096
+ declarations: [MatchaSelectDirective],
1097
+ imports: [CommonModule],
1098
+ exports: [MatchaSelectDirective],
1099
+ }]
1100
+ }] });
1101
+
1102
+ class MatchaSlideToggleDirective {
1103
+ constructor(_elementRef, _renderer) {
1104
+ this._elementRef = _elementRef;
1105
+ this._renderer = _renderer;
1106
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1107
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-slide-toggle');
1108
+ }
1109
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1110
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSlideToggleDirective, selector: "[slide-toggle]", ngImport: i0 }); }
1111
+ }
1112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleDirective, decorators: [{
1113
+ type: Directive,
1114
+ args: [{
1115
+ selector: '[slide-toggle]'
1116
+ }]
1117
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1118
+
1119
+ class MatchaSlideToggleModule {
1120
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1121
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleModule, declarations: [MatchaSlideToggleDirective], imports: [CommonModule], exports: [MatchaSlideToggleDirective] }); }
1122
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleModule, imports: [CommonModule] }); }
1123
+ }
1124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSlideToggleModule, decorators: [{
1125
+ type: NgModule,
1126
+ args: [{
1127
+ declarations: [MatchaSlideToggleDirective],
1128
+ imports: [
1129
+ CommonModule
1130
+ ],
1131
+ exports: [MatchaSlideToggleDirective]
1132
+ }]
1133
+ }] });
1134
+
1135
+ class MatchaSliderDirective {
1136
+ constructor(_elementRef, _renderer) {
1137
+ this._elementRef = _elementRef;
1138
+ this._renderer = _renderer;
1139
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1140
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-slider');
1141
+ }
1142
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1143
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSliderDirective, selector: "[matchaSlider]", ngImport: i0 }); }
1144
+ }
1145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderDirective, decorators: [{
1146
+ type: Directive,
1147
+ args: [{
1148
+ selector: '[matchaSlider]'
1149
+ }]
1150
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1151
+
1152
+ class MatchaSliderModule {
1153
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1154
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderModule, declarations: [MatchaSliderDirective], imports: [CommonModule], exports: [MatchaSliderDirective] }); }
1155
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderModule, imports: [CommonModule] }); }
1156
+ }
1157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSliderModule, decorators: [{
1158
+ type: NgModule,
1159
+ args: [{
1160
+ declarations: [MatchaSliderDirective],
1161
+ imports: [
1162
+ CommonModule
1163
+ ],
1164
+ exports: [MatchaSliderDirective]
1165
+ }]
1166
+ }] });
1167
+
1168
+ class MatchaSnackBarDirective {
1169
+ constructor(_elementRef, _renderer) {
1170
+ this._elementRef = _elementRef;
1171
+ this._renderer = _renderer;
1172
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1173
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-snackbar');
1174
+ }
1175
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1176
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSnackBarDirective, selector: "[matchaSnackBar]", ngImport: i0 }); }
1177
+ }
1178
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarDirective, decorators: [{
1179
+ type: Directive,
1180
+ args: [{
1181
+ selector: '[matchaSnackBar]',
1182
+ }]
1183
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1184
+
1185
+ class MatchaSnackBarModule {
1186
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1187
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarModule, declarations: [MatchaSnackBarDirective], imports: [CommonModule], exports: [MatchaSnackBarDirective] }); }
1188
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarModule, imports: [CommonModule] }); }
1189
+ }
1190
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSnackBarModule, decorators: [{
1191
+ type: NgModule,
1192
+ args: [{
1193
+ declarations: [MatchaSnackBarDirective],
1194
+ imports: [CommonModule],
1195
+ exports: [MatchaSnackBarDirective],
1196
+ }]
1197
+ }] });
1198
+
1199
+ class MatchaSortHeaderDirective {
1200
+ constructor(_elementRef, _renderer) {
1201
+ this._elementRef = _elementRef;
1202
+ this._renderer = _renderer;
1203
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1204
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-sort-header');
1205
+ }
1206
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1207
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaSortHeaderDirective, selector: "[matchaSortHeader]", ngImport: i0 }); }
1208
+ }
1209
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderDirective, decorators: [{
1210
+ type: Directive,
1211
+ args: [{
1212
+ selector: '[matchaSortHeader]'
1213
+ }]
1214
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1215
+
1216
+ class MatchaSortHeaderModule {
1217
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1218
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderModule, declarations: [MatchaSortHeaderDirective], imports: [CommonModule], exports: [MatchaSortHeaderDirective] }); }
1219
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderModule, imports: [CommonModule] }); }
1220
+ }
1221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaSortHeaderModule, decorators: [{
1222
+ type: NgModule,
1223
+ args: [{
1224
+ declarations: [MatchaSortHeaderDirective],
1225
+ imports: [CommonModule],
1226
+ exports: [MatchaSortHeaderDirective],
1227
+ }]
1228
+ }] });
1229
+
1230
+ class MatchaStepperDirective {
1231
+ constructor(_elementRef, _renderer) {
1232
+ this._elementRef = _elementRef;
1233
+ this._renderer = _renderer;
1234
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1235
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-stepper');
1236
+ }
1237
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1238
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaStepperDirective, selector: "[matchaStepper]", ngImport: i0 }); }
1239
+ }
1240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperDirective, decorators: [{
1241
+ type: Directive,
1242
+ args: [{
1243
+ selector: '[matchaStepper]'
1244
+ }]
1245
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1246
+
1247
+ class MatchaStepperModule {
1248
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1249
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperModule, declarations: [MatchaStepperDirective], imports: [CommonModule], exports: [MatchaStepperDirective] }); }
1250
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperModule, imports: [CommonModule] }); }
1251
+ }
1252
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaStepperModule, decorators: [{
1253
+ type: NgModule,
1254
+ args: [{
1255
+ declarations: [MatchaStepperDirective],
1256
+ imports: [CommonModule],
1257
+ exports: [MatchaStepperDirective],
1258
+ }]
1259
+ }] });
1260
+
1261
+ class MatchaTableDirective {
1262
+ constructor(_elementRef, _renderer) {
1263
+ this._elementRef = _elementRef;
1264
+ this._renderer = _renderer;
1265
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1266
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-table');
1267
+ }
1268
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1269
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTableDirective, selector: "[matchaTable]", ngImport: i0 }); }
1270
+ }
1271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableDirective, decorators: [{
1272
+ type: Directive,
1273
+ args: [{
1274
+ selector: '[matchaTable]'
1275
+ }]
1276
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1277
+
1278
+ class MatchaTableModule {
1279
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1280
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableModule, declarations: [MatchaTableDirective], imports: [CommonModule], exports: [MatchaTableDirective] }); }
1281
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableModule, imports: [CommonModule] }); }
1282
+ }
1283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTableModule, decorators: [{
1284
+ type: NgModule,
1285
+ args: [{
1286
+ declarations: [MatchaTableDirective],
1287
+ imports: [CommonModule],
1288
+ exports: [MatchaTableDirective],
1289
+ }]
1290
+ }] });
1291
+
1292
+ class MatchaTooltipDirective {
1293
+ constructor(_elementRef, _renderer) {
1294
+ this._elementRef = _elementRef;
1295
+ this._renderer = _renderer;
1296
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1297
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tooltip');
1298
+ }
1299
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1300
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTooltipDirective, selector: "[matchaTooltip]", ngImport: i0 }); }
1301
+ }
1302
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipDirective, decorators: [{
1303
+ type: Directive,
1304
+ args: [{
1305
+ selector: '[matchaTooltip]'
1306
+ }]
1307
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1308
+
1309
+ class MatchaTooltipModule {
1310
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1311
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipModule, declarations: [MatchaTooltipDirective], imports: [CommonModule], exports: [MatchaTooltipDirective] }); }
1312
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipModule, imports: [CommonModule] }); }
1313
+ }
1314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTooltipModule, decorators: [{
1315
+ type: NgModule,
1316
+ args: [{
1317
+ declarations: [MatchaTooltipDirective],
1318
+ imports: [CommonModule],
1319
+ exports: [MatchaTooltipDirective],
1320
+ }]
1321
+ }] });
1322
+
1323
+ class MatchaTreeDirective {
1324
+ constructor(_elementRef, _renderer) {
1325
+ this._elementRef = _elementRef;
1326
+ this._renderer = _renderer;
1327
+ //this._elementRef.nativeElement.style.backgroundColor = 'grey';
1328
+ this._renderer.addClass(this._elementRef.nativeElement, 'matcha-tree');
1329
+ }
1330
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
1331
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.9", type: MatchaTreeDirective, selector: "[matchaTree]", ngImport: i0 }); }
1332
+ }
1333
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeDirective, decorators: [{
1334
+ type: Directive,
1335
+ args: [{
1336
+ selector: '[matchaTree]'
1337
+ }]
1338
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
1339
+
1340
+ class MatchaTreeModule {
1341
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1342
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeModule, declarations: [MatchaTreeDirective], imports: [CommonModule], exports: [MatchaTreeDirective] }); }
1343
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeModule, imports: [CommonModule] }); }
1344
+ }
1345
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaTreeModule, decorators: [{
1346
+ type: NgModule,
1347
+ args: [{
1348
+ declarations: [MatchaTreeDirective],
1349
+ imports: [CommonModule],
1350
+ exports: [MatchaTreeDirective],
1351
+ }]
1352
+ }] });
1353
+
1354
+ class MatchaComponentsModule {
1355
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1356
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaComponentsModule, imports: [MatchaCardModule, MatchaHeadersModule], exports: [MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule] }); }
1357
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaComponentsModule, imports: [MatchaCardModule, MatchaHeadersModule, MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule] }); }
1358
+ }
1359
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaComponentsModule, decorators: [{
1360
+ type: NgModule,
1361
+ args: [{
1362
+ declarations: [],
1363
+ imports: [MatchaCardModule, MatchaHeadersModule],
1364
+ exports: [MatchaCardModule, MatchaHeadersModule, MatchaAutocompleteModule, MatchaBadgeModule, MatchaTabsModule, MatchaBottomSheetModule, MatchaButtonToggleModule, MatchaButtonModule, MatchaCheckboxModule, MatchaChipsModule, MatchaDatepickerModule, MatchaDialogModule, MatchaDividerModule, MatchaElevationModule, MatchaExpansionModule, MatchaFormsModule, MatchaIconModule, MatchaInputModule, MatchaListModule, MatchaMenuModule, MatchaSidenavModule, MatchaPaginatorModule, MatchaProgressBarModule, MatchaProgressSpinnerModule, MatchaRadioButtonModule, MatchaSelectModule, MatchaSlideToggleModule, MatchaSliderModule, MatchaSnackBarModule, MatchaSortHeaderModule, MatchaStepperModule, MatchaTableModule, MatchaTabsModule, MatchaTooltipModule, MatchaTreeModule],
1365
+ }]
1366
+ }] });
1367
+
1368
+ class MatchaGridModule {
1369
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
1370
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridModule, declarations: [MatchaGridComponent], imports: [CommonModule], exports: [MatchaGridComponent] }); }
1371
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridModule, imports: [CommonModule] }); }
1372
+ }
1373
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: MatchaGridModule, decorators: [{
1374
+ type: NgModule,
1375
+ args: [{
1376
+ declarations: [MatchaGridComponent],
1377
+ imports: [CommonModule],
1378
+ exports: [MatchaGridComponent],
1379
+ }]
1380
+ }] });
1381
+
1382
+ /*
1383
+ * Public API Surface of matcha-components
1384
+ */
1385
+ // -----------------------------------------------------------
1386
+ // COMPONENTS
1387
+ // -----------------------------------------------------------
1388
+ // // ATOMIC COMPONENTS
1389
+ // export * from './lib/matcha-button/matcha-button.component';
1390
+ // // BASE COMPONENT
1391
+ // export * from './lib/matcha-title/matcha-title.component';
1392
+ //
1393
+ // -----------------------------------------------------------
1394
+ // COMPONENTS
1395
+ // -----------------------------------------------------------
1396
+
1397
+ /**
1398
+ * Generated bundle index. Do not edit.
1399
+ */
1400
+
1401
+ export { MatchaAutocompleteDirective, MatchaAutocompleteModule, MatchaAutocompleteOverviewDirective, MatchaBadgeDirective, MatchaBadgeModule, MatchaBottomSheetDirective, MatchaBottomSheetModule, MatchaButtonDirective, MatchaButtonModule, MatchaButtonToggleDirective, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardFooter, MatchaCardModule, MatchaCheckboxDirective, MatchaCheckboxModule, MatchaChipsDirective, MatchaChipsModule, MatchaComponentsModule, MatchaDatepickerDirective, MatchaDatepickerModule, MatchaDialogDirective, MatchaDialogModule, MatchaDividerDirective, MatchaDividerModule, MatchaElevationDirective, MatchaElevationModule, MatchaExpansionDirective, MatchaExpansionModule, MatchaFormFieldDirective, MatchaFormsModule, MatchaGridComponent, MatchaGridModule, MatchaHeadersModule, MatchaHeadlineComponent, MatchaIconComponent, MatchaIconModule, MatchaInputDirective, MatchaInputModule, MatchaListDirective, MatchaListModule, MatchaMenuDirective, MatchaMenuModule, MatchaPaginatorDirective, MatchaPaginatorModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaProgressSpinnerDirective, MatchaProgressSpinnerModule, MatchaRadioButtonDirective, MatchaRadioButtonModule, MatchaSelectDirective, MatchaSelectModule, MatchaSidenavDirective, MatchaSidenavModule, MatchaSlideToggleDirective, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaStepperDirective, MatchaStepperModule, MatchaSubheadComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsDirective, MatchaTabsModule, MatchaTitleComponent, MatchaTooltipDirective, MatchaTooltipModule, MatchaTreeDirective, MatchaTreeModule };
1402
+ //# sourceMappingURL=matcha-components.mjs.map