matcha-components 1.0.8 → 1.0.14

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