matcha-components 20.15.0 → 20.17.0

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 (810) hide show
  1. package/fesm2022/matcha-components.mjs +8167 -0
  2. package/fesm2022/matcha-components.mjs.map +1 -0
  3. package/index.d.ts +2030 -0
  4. package/package.json +19 -6
  5. package/assets/open_in_new.png +0 -0
  6. package/index.ts +0 -1
  7. package/ng-package.json +0 -7
  8. package/src/documentation/components/matcha-drawer.mdx +0 -469
  9. package/src/documentation/foundation/borders/border-radius.mdx +0 -145
  10. package/src/documentation/foundation/borders/border-size.mdx +0 -111
  11. package/src/documentation/foundation/borders/border-style.mdx +0 -144
  12. package/src/documentation/foundation/colors/all-colors.mdx +0 -153
  13. package/src/documentation/foundation/colors/base/amber.mdx +0 -235
  14. package/src/documentation/foundation/colors/base/blue.mdx +0 -235
  15. package/src/documentation/foundation/colors/base/cyan.mdx +0 -235
  16. package/src/documentation/foundation/colors/base/deep-orange.mdx +0 -235
  17. package/src/documentation/foundation/colors/base/deep-purple.mdx +0 -235
  18. package/src/documentation/foundation/colors/base/green.mdx +0 -235
  19. package/src/documentation/foundation/colors/base/indigo.mdx +0 -235
  20. package/src/documentation/foundation/colors/base/light-blue.mdx +0 -235
  21. package/src/documentation/foundation/colors/base/light-green.mdx +0 -235
  22. package/src/documentation/foundation/colors/base/lime.mdx +0 -235
  23. package/src/documentation/foundation/colors/base/orange.mdx +0 -235
  24. package/src/documentation/foundation/colors/base/pink.mdx +0 -235
  25. package/src/documentation/foundation/colors/base/purple.mdx +0 -235
  26. package/src/documentation/foundation/colors/base/red.mdx +0 -235
  27. package/src/documentation/foundation/colors/base/teal.mdx +0 -235
  28. package/src/documentation/foundation/colors/base/yellow.mdx +0 -235
  29. package/src/documentation/foundation/colors/surface-colors.mdx +0 -93
  30. package/src/documentation/foundation/colors/theme/accent.mdx +0 -235
  31. package/src/documentation/foundation/colors/theme/primary.mdx +0 -235
  32. package/src/documentation/foundation/colors/theme/warn.mdx +0 -235
  33. package/src/documentation/foundation/displays/display-block.mdx +0 -134
  34. package/src/documentation/foundation/displays/display-flex.mdx +0 -134
  35. package/src/documentation/foundation/displays/display-grid.mdx +0 -134
  36. package/src/documentation/foundation/displays/display-inline-block.mdx +0 -134
  37. package/src/documentation/foundation/displays/display-inline-flex.mdx +0 -134
  38. package/src/documentation/foundation/displays/display-inline.mdx +0 -134
  39. package/src/documentation/foundation/displays/display-none.mdx +0 -134
  40. package/src/documentation/foundation/displays/display-table-cell.mdx +0 -134
  41. package/src/documentation/foundation/displays/display-table-row.mdx +0 -134
  42. package/src/documentation/foundation/displays/display-table.mdx +0 -134
  43. package/src/documentation/foundation/flexbox/flexbox.mdx +0 -420
  44. package/src/documentation/foundation/opacity/opacity.mdx +0 -104
  45. package/src/documentation/foundation/position/alignment.mdx +0 -148
  46. package/src/documentation/foundation/sizes/height/heights.mdx +0 -96
  47. package/src/documentation/foundation/sizes/height/max-heights.mdx +0 -96
  48. package/src/documentation/foundation/sizes/height/min-heights.mdx +0 -96
  49. package/src/documentation/foundation/sizes/width/max-width.mdx +0 -95
  50. package/src/documentation/foundation/sizes/width/min-width.mdx +0 -96
  51. package/src/documentation/foundation/sizes/width/widths.mdx +0 -96
  52. package/src/documentation/foundation/spacing/margins.mdx +0 -227
  53. package/src/documentation/foundation/spacing/paddings.mdx +0 -225
  54. package/src/documentation/foundation/typography/colors.mdx +0 -26
  55. package/src/documentation/foundation/typography/font-size.mdx +0 -57
  56. package/src/documentation/foundation/typography/font-weight.mdx +0 -85
  57. package/src/documentation/foundation/typography/letter-spacing.mdx +0 -35
  58. package/src/documentation/foundation/typography/line-clamp.mdx +0 -145
  59. package/src/documentation/foundation/typography/line-height.mdx +0 -52
  60. package/src/documentation/foundation/typography/message-box.mdx +0 -43
  61. package/src/documentation/foundation/typography/paragraph.mdx +0 -165
  62. package/src/documentation/foundation/typography/text-align.mdx +0 -22
  63. package/src/documentation/foundation/typography/text-styles.mdx +0 -88
  64. package/src/documentation/presentation.mdx +0 -591
  65. package/src/documentation/services/matcha-breakpoint-observer.mdx +0 -310
  66. package/src/documentation/tokens/animations.mdx +0 -116
  67. package/src/documentation/tokens/breakpoints.mdx +0 -57
  68. package/src/documentation/tokens/colors.mdx +0 -1884
  69. package/src/documentation/tokens/elevations.mdx +0 -50
  70. package/src/documentation/tokens/sizes.mdx +0 -150
  71. package/src/lib/matcha-accordion/accordion/accordion.component.html +0 -1
  72. package/src/lib/matcha-accordion/accordion/accordion.component.scss +0 -0
  73. package/src/lib/matcha-accordion/accordion/accordion.component.ts +0 -72
  74. package/src/lib/matcha-accordion/accordion-content/accordion-content.component.html +0 -1
  75. package/src/lib/matcha-accordion/accordion-content/accordion-content.component.scss +0 -0
  76. package/src/lib/matcha-accordion/accordion-content/accordion-content.component.ts +0 -11
  77. package/src/lib/matcha-accordion/accordion-header/accordion-header.component.html +0 -1
  78. package/src/lib/matcha-accordion/accordion-header/accordion-header.component.scss +0 -0
  79. package/src/lib/matcha-accordion/accordion-header/accordion-header.component.ts +0 -11
  80. package/src/lib/matcha-accordion/accordion-item/accordion-item.component.html +0 -13
  81. package/src/lib/matcha-accordion/accordion-item/accordion-item.component.scss +0 -0
  82. package/src/lib/matcha-accordion/accordion-item/accordion-item.component.ts +0 -63
  83. package/src/lib/matcha-accordion/accordion.module.ts +0 -37
  84. package/src/lib/matcha-accordion/accordion.stories.ts +0 -108
  85. package/src/lib/matcha-animations/animations.ts +0 -406
  86. package/src/lib/matcha-autocomplete/README.md +0 -185
  87. package/src/lib/matcha-autocomplete/matcha-autocomplete.component.html +0 -13
  88. package/src/lib/matcha-autocomplete/matcha-autocomplete.component.ts +0 -238
  89. package/src/lib/matcha-autocomplete/matcha-autocomplete.directive.ts +0 -153
  90. package/src/lib/matcha-autocomplete/matcha-autocomplete.module.ts +0 -30
  91. package/src/lib/matcha-autocomplete/matcha-autocomplete.stories.ts +0 -172
  92. package/src/lib/matcha-avatar/avatar/avatar.component.html +0 -29
  93. package/src/lib/matcha-avatar/avatar/avatar.component.scss +0 -0
  94. package/src/lib/matcha-avatar/avatar/avatar.component.ts +0 -78
  95. package/src/lib/matcha-avatar/avatar.module.ts +0 -17
  96. package/src/lib/matcha-badge/badge.argtypes.ts +0 -77
  97. package/src/lib/matcha-badge/badge.directive.ts +0 -12
  98. package/src/lib/matcha-badge/badge.mdx +0 -69
  99. package/src/lib/matcha-badge/badge.module.ts +0 -9
  100. package/src/lib/matcha-badge/badge.stories.ts +0 -79
  101. package/src/lib/matcha-breakpoint-observable/breakpoint-observable.module.ts +0 -23
  102. package/src/lib/matcha-breakpoint-observable/breakpoint-observer.service.ts +0 -215
  103. package/src/lib/matcha-breakpoint-observable/index.ts +0 -2
  104. package/src/lib/matcha-button/button/button.component.html +0 -1
  105. package/src/lib/matcha-button/button/button.component.scss +0 -0
  106. package/src/lib/matcha-button/button/button.component.ts +0 -182
  107. package/src/lib/matcha-button/button.argtypes.ts +0 -105
  108. package/src/lib/matcha-button/button.module.ts +0 -10
  109. package/src/lib/matcha-button/button.stories.ts +0 -552
  110. package/src/lib/matcha-button-toggle/button-toggle/button-toggle.component.html +0 -8
  111. package/src/lib/matcha-button-toggle/button-toggle/button-toggle.component.scss +0 -0
  112. package/src/lib/matcha-button-toggle/button-toggle/button-toggle.component.ts +0 -87
  113. package/src/lib/matcha-button-toggle/button-toggle.module.ts +0 -16
  114. package/src/lib/matcha-button-toggle/button-toggle.stories.ts +0 -106
  115. package/src/lib/matcha-card/card/card.component.html +0 -1
  116. package/src/lib/matcha-card/card/card.component.scss +0 -0
  117. package/src/lib/matcha-card/card/card.component.ts +0 -86
  118. package/src/lib/matcha-card/card-argtype.ts +0 -54
  119. package/src/lib/matcha-card/card.module.ts +0 -22
  120. package/src/lib/matcha-card/card.stories.ts +0 -339
  121. package/src/lib/matcha-checkbox/checkbox/checkbox.component.html +0 -19
  122. package/src/lib/matcha-checkbox/checkbox/checkbox.component.scss +0 -0
  123. package/src/lib/matcha-checkbox/checkbox/checkbox.component.ts +0 -79
  124. package/src/lib/matcha-checkbox/checkbox.module.ts +0 -15
  125. package/src/lib/matcha-checkbox/checkbox.stories.ts +0 -391
  126. package/src/lib/matcha-components.module.ts +0 -149
  127. package/src/lib/matcha-date-range/date-range/date-range.component.html +0 -3
  128. package/src/lib/matcha-date-range/date-range/date-range.component.scss +0 -0
  129. package/src/lib/matcha-date-range/date-range/date-range.component.ts +0 -100
  130. package/src/lib/matcha-date-range/date-range.module.ts +0 -14
  131. package/src/lib/matcha-divider/divider/divider.component.html +0 -1
  132. package/src/lib/matcha-divider/divider/divider.component.scss +0 -0
  133. package/src/lib/matcha-divider/divider/divider.component.ts +0 -50
  134. package/src/lib/matcha-divider/divider.argtypes.ts +0 -57
  135. package/src/lib/matcha-divider/divider.mdx +0 -107
  136. package/src/lib/matcha-divider/divider.module.ts +0 -14
  137. package/src/lib/matcha-divider/divider.stories.ts +0 -44
  138. package/src/lib/matcha-drawer/drawer/drawer.component.html +0 -43
  139. package/src/lib/matcha-drawer/drawer/drawer.component.ts +0 -358
  140. package/src/lib/matcha-drawer/drawer-container/drawer-container.component.html +0 -3
  141. package/src/lib/matcha-drawer/drawer-container/drawer-container.component.ts +0 -36
  142. package/src/lib/matcha-drawer/drawer-content/drawer-content.component.html +0 -3
  143. package/src/lib/matcha-drawer/drawer-content/drawer-content.component.ts +0 -24
  144. package/src/lib/matcha-drawer/drawer.module.ts +0 -28
  145. package/src/lib/matcha-drop-list/directives/drag-handle.directive.ts +0 -22
  146. package/src/lib/matcha-drop-list/directives/drag.directive.ts +0 -369
  147. package/src/lib/matcha-drop-list/drop-list/drop-list.component.html +0 -27
  148. package/src/lib/matcha-drop-list/drop-list/drop-list.component.ts +0 -380
  149. package/src/lib/matcha-drop-list/drop-list-argtype.ts +0 -56
  150. package/src/lib/matcha-drop-list/drop-list.module.ts +0 -27
  151. package/src/lib/matcha-drop-list/drop-list.stories.ts +0 -314
  152. package/src/lib/matcha-drop-list/services/drop-list.service.ts +0 -30
  153. package/src/lib/matcha-elevation/elevation.argtypes.ts +0 -16
  154. package/src/lib/matcha-elevation/elevation.directive.ts +0 -30
  155. package/src/lib/matcha-elevation/elevation.module.ts +0 -10
  156. package/src/lib/matcha-elevation/elevation.stories.ts +0 -60
  157. package/src/lib/matcha-form-field/form-field.argtype.ts +0 -21
  158. package/src/lib/matcha-form-field/form-field.stories.ts +0 -45
  159. package/src/lib/matcha-form-field/matcha-error/matcha-error.component.html +0 -4
  160. package/src/lib/matcha-form-field/matcha-error/matcha-error.component.scss +0 -0
  161. package/src/lib/matcha-form-field/matcha-error/matcha-error.component.ts +0 -9
  162. package/src/lib/matcha-form-field/matcha-form-field/matcha-form-field.component.html +0 -19
  163. package/src/lib/matcha-form-field/matcha-form-field/matcha-form-field.component.scss +0 -0
  164. package/src/lib/matcha-form-field/matcha-form-field/matcha-form-field.component.ts +0 -30
  165. package/src/lib/matcha-form-field/matcha-form-field.module.ts +0 -13
  166. package/src/lib/matcha-form-field/matcha-label/matcha-label.component.html +0 -7
  167. package/src/lib/matcha-form-field/matcha-label/matcha-label.component.scss +0 -0
  168. package/src/lib/matcha-form-field/matcha-label/matcha-label.component.ts +0 -11
  169. package/src/lib/matcha-grid/grid-argtype.ts +0 -67
  170. package/src/lib/matcha-grid/grid.component.html +0 -3
  171. package/src/lib/matcha-grid/grid.component.scss +0 -0
  172. package/src/lib/matcha-grid/grid.component.ts +0 -114
  173. package/src/lib/matcha-grid/grid.mdx +0 -60
  174. package/src/lib/matcha-grid/grid.module.ts +0 -10
  175. package/src/lib/matcha-grid/grid.stories.ts +0 -125
  176. package/src/lib/matcha-highlight/copy-button/copy-button.component.html +0 -12
  177. package/src/lib/matcha-highlight/copy-button/copy-button.component.scss +0 -28
  178. package/src/lib/matcha-highlight/copy-button/copy-button.component.ts +0 -127
  179. package/src/lib/matcha-highlight/highlight.component.ts +0 -237
  180. package/src/lib/matcha-highlight/highlight.module.ts +0 -24
  181. package/src/lib/matcha-highlight/prism-init.ts +0 -11
  182. package/src/lib/matcha-highlight/prism-languages.ts +0 -5
  183. package/src/lib/matcha-highlight/prismjs/components/index.js +0 -82
  184. package/src/lib/matcha-highlight/prismjs/components/prism-abap.js +0 -48
  185. package/src/lib/matcha-highlight/prismjs/components/prism-abap.min.js +0 -1
  186. package/src/lib/matcha-highlight/prismjs/components/prism-abnf.js +0 -54
  187. package/src/lib/matcha-highlight/prismjs/components/prism-abnf.min.js +0 -1
  188. package/src/lib/matcha-highlight/prismjs/components/prism-actionscript.js +0 -17
  189. package/src/lib/matcha-highlight/prismjs/components/prism-actionscript.min.js +0 -1
  190. package/src/lib/matcha-highlight/prismjs/components/prism-ada.js +0 -19
  191. package/src/lib/matcha-highlight/prismjs/components/prism-ada.min.js +0 -1
  192. package/src/lib/matcha-highlight/prismjs/components/prism-apacheconf.js +0 -47
  193. package/src/lib/matcha-highlight/prismjs/components/prism-apacheconf.min.js +0 -1
  194. package/src/lib/matcha-highlight/prismjs/components/prism-apl.js +0 -32
  195. package/src/lib/matcha-highlight/prismjs/components/prism-apl.min.js +0 -1
  196. package/src/lib/matcha-highlight/prismjs/components/prism-applescript.js +0 -20
  197. package/src/lib/matcha-highlight/prismjs/components/prism-applescript.min.js +0 -1
  198. package/src/lib/matcha-highlight/prismjs/components/prism-arduino.js +0 -5
  199. package/src/lib/matcha-highlight/prismjs/components/prism-arduino.min.js +0 -1
  200. package/src/lib/matcha-highlight/prismjs/components/prism-arff.js +0 -10
  201. package/src/lib/matcha-highlight/prismjs/components/prism-arff.min.js +0 -1
  202. package/src/lib/matcha-highlight/prismjs/components/prism-asciidoc.js +0 -234
  203. package/src/lib/matcha-highlight/prismjs/components/prism-asciidoc.min.js +0 -1
  204. package/src/lib/matcha-highlight/prismjs/components/prism-asm6502.js +0 -28
  205. package/src/lib/matcha-highlight/prismjs/components/prism-asm6502.min.js +0 -1
  206. package/src/lib/matcha-highlight/prismjs/components/prism-aspnet.js +0 -36
  207. package/src/lib/matcha-highlight/prismjs/components/prism-aspnet.min.js +0 -1
  208. package/src/lib/matcha-highlight/prismjs/components/prism-autohotkey.js +0 -27
  209. package/src/lib/matcha-highlight/prismjs/components/prism-autohotkey.min.js +0 -1
  210. package/src/lib/matcha-highlight/prismjs/components/prism-autoit.js +0 -34
  211. package/src/lib/matcha-highlight/prismjs/components/prism-autoit.min.js +0 -1
  212. package/src/lib/matcha-highlight/prismjs/components/prism-basic.js +0 -17
  213. package/src/lib/matcha-highlight/prismjs/components/prism-basic.min.js +0 -1
  214. package/src/lib/matcha-highlight/prismjs/components/prism-batch.js +0 -99
  215. package/src/lib/matcha-highlight/prismjs/components/prism-batch.min.js +0 -1
  216. package/src/lib/matcha-highlight/prismjs/components/prism-bison.js +0 -39
  217. package/src/lib/matcha-highlight/prismjs/components/prism-bison.min.js +0 -1
  218. package/src/lib/matcha-highlight/prismjs/components/prism-bnf.js +0 -21
  219. package/src/lib/matcha-highlight/prismjs/components/prism-bnf.min.js +0 -1
  220. package/src/lib/matcha-highlight/prismjs/components/prism-brainfuck.js +0 -20
  221. package/src/lib/matcha-highlight/prismjs/components/prism-brainfuck.min.js +0 -1
  222. package/src/lib/matcha-highlight/prismjs/components/prism-bro.js +0 -48
  223. package/src/lib/matcha-highlight/prismjs/components/prism-bro.min.js +0 -1
  224. package/src/lib/matcha-highlight/prismjs/components/prism-cil.js +0 -27
  225. package/src/lib/matcha-highlight/prismjs/components/prism-cil.min.js +0 -1
  226. package/src/lib/matcha-highlight/prismjs/components/prism-clike.js +0 -30
  227. package/src/lib/matcha-highlight/prismjs/components/prism-clike.min.js +0 -1
  228. package/src/lib/matcha-highlight/prismjs/components/prism-clojure.js +0 -13
  229. package/src/lib/matcha-highlight/prismjs/components/prism-clojure.min.js +0 -1
  230. package/src/lib/matcha-highlight/prismjs/components/prism-cmake.js +0 -29
  231. package/src/lib/matcha-highlight/prismjs/components/prism-cmake.min.js +0 -1
  232. package/src/lib/matcha-highlight/prismjs/components/prism-coffeescript.js +0 -92
  233. package/src/lib/matcha-highlight/prismjs/components/prism-coffeescript.min.js +0 -1
  234. package/src/lib/matcha-highlight/prismjs/components/prism-core.js +0 -553
  235. package/src/lib/matcha-highlight/prismjs/components/prism-core.min.js +0 -1
  236. package/src/lib/matcha-highlight/prismjs/components/prism-crystal.js +0 -51
  237. package/src/lib/matcha-highlight/prismjs/components/prism-crystal.min.js +0 -1
  238. package/src/lib/matcha-highlight/prismjs/components/prism-csp.js +0 -25
  239. package/src/lib/matcha-highlight/prismjs/components/prism-csp.min.js +0 -1
  240. package/src/lib/matcha-highlight/prismjs/components/prism-css-extras.js +0 -70
  241. package/src/lib/matcha-highlight/prismjs/components/prism-css-extras.min.js +0 -1
  242. package/src/lib/matcha-highlight/prismjs/components/prism-css.js +0 -51
  243. package/src/lib/matcha-highlight/prismjs/components/prism-css.min.js +0 -1
  244. package/src/lib/matcha-highlight/prismjs/components/prism-d.js +0 -64
  245. package/src/lib/matcha-highlight/prismjs/components/prism-d.min.js +0 -1
  246. package/src/lib/matcha-highlight/prismjs/components/prism-dart.js +0 -24
  247. package/src/lib/matcha-highlight/prismjs/components/prism-dart.min.js +0 -1
  248. package/src/lib/matcha-highlight/prismjs/components/prism-django.js +0 -60
  249. package/src/lib/matcha-highlight/prismjs/components/prism-django.min.js +0 -1
  250. package/src/lib/matcha-highlight/prismjs/components/prism-docker.js +0 -11
  251. package/src/lib/matcha-highlight/prismjs/components/prism-docker.min.js +0 -1
  252. package/src/lib/matcha-highlight/prismjs/components/prism-ebnf.js +0 -22
  253. package/src/lib/matcha-highlight/prismjs/components/prism-ebnf.min.js +0 -1
  254. package/src/lib/matcha-highlight/prismjs/components/prism-eiffel.js +0 -37
  255. package/src/lib/matcha-highlight/prismjs/components/prism-eiffel.min.js +0 -1
  256. package/src/lib/matcha-highlight/prismjs/components/prism-ejs.js +0 -24
  257. package/src/lib/matcha-highlight/prismjs/components/prism-ejs.min.js +0 -1
  258. package/src/lib/matcha-highlight/prismjs/components/prism-elixir.js +0 -93
  259. package/src/lib/matcha-highlight/prismjs/components/prism-elixir.min.js +0 -1
  260. package/src/lib/matcha-highlight/prismjs/components/prism-elm.js +0 -44
  261. package/src/lib/matcha-highlight/prismjs/components/prism-elm.min.js +0 -1
  262. package/src/lib/matcha-highlight/prismjs/components/prism-erb.js +0 -20
  263. package/src/lib/matcha-highlight/prismjs/components/prism-erb.min.js +0 -1
  264. package/src/lib/matcha-highlight/prismjs/components/prism-erlang.js +0 -44
  265. package/src/lib/matcha-highlight/prismjs/components/prism-erlang.min.js +0 -1
  266. package/src/lib/matcha-highlight/prismjs/components/prism-flow.js +0 -35
  267. package/src/lib/matcha-highlight/prismjs/components/prism-flow.min.js +0 -1
  268. package/src/lib/matcha-highlight/prismjs/components/prism-fortran.js +0 -40
  269. package/src/lib/matcha-highlight/prismjs/components/prism-fortran.min.js +0 -1
  270. package/src/lib/matcha-highlight/prismjs/components/prism-fsharp.js +0 -67
  271. package/src/lib/matcha-highlight/prismjs/components/prism-fsharp.min.js +0 -1
  272. package/src/lib/matcha-highlight/prismjs/components/prism-gcode.js +0 -15
  273. package/src/lib/matcha-highlight/prismjs/components/prism-gcode.min.js +0 -1
  274. package/src/lib/matcha-highlight/prismjs/components/prism-gedcom.js +0 -28
  275. package/src/lib/matcha-highlight/prismjs/components/prism-gedcom.min.js +0 -1
  276. package/src/lib/matcha-highlight/prismjs/components/prism-gherkin.js +0 -79
  277. package/src/lib/matcha-highlight/prismjs/components/prism-gherkin.min.js +0 -1
  278. package/src/lib/matcha-highlight/prismjs/components/prism-git.js +0 -68
  279. package/src/lib/matcha-highlight/prismjs/components/prism-git.min.js +0 -1
  280. package/src/lib/matcha-highlight/prismjs/components/prism-glsl.js +0 -16
  281. package/src/lib/matcha-highlight/prismjs/components/prism-glsl.min.js +0 -1
  282. package/src/lib/matcha-highlight/prismjs/components/prism-gml.js +0 -7
  283. package/src/lib/matcha-highlight/prismjs/components/prism-gml.min.js +0 -1
  284. package/src/lib/matcha-highlight/prismjs/components/prism-go.js +0 -12
  285. package/src/lib/matcha-highlight/prismjs/components/prism-go.min.js +0 -1
  286. package/src/lib/matcha-highlight/prismjs/components/prism-graphql.js +0 -31
  287. package/src/lib/matcha-highlight/prismjs/components/prism-graphql.min.js +0 -1
  288. package/src/lib/matcha-highlight/prismjs/components/prism-groovy.js +0 -65
  289. package/src/lib/matcha-highlight/prismjs/components/prism-groovy.min.js +0 -1
  290. package/src/lib/matcha-highlight/prismjs/components/prism-haml.js +0 -154
  291. package/src/lib/matcha-highlight/prismjs/components/prism-haml.min.js +0 -1
  292. package/src/lib/matcha-highlight/prismjs/components/prism-handlebars.js +0 -37
  293. package/src/lib/matcha-highlight/prismjs/components/prism-handlebars.min.js +0 -1
  294. package/src/lib/matcha-highlight/prismjs/components/prism-haskell.js +0 -38
  295. package/src/lib/matcha-highlight/prismjs/components/prism-haskell.min.js +0 -1
  296. package/src/lib/matcha-highlight/prismjs/components/prism-haxe.js +0 -45
  297. package/src/lib/matcha-highlight/prismjs/components/prism-haxe.min.js +0 -1
  298. package/src/lib/matcha-highlight/prismjs/components/prism-hcl.js +0 -65
  299. package/src/lib/matcha-highlight/prismjs/components/prism-hcl.min.js +0 -1
  300. package/src/lib/matcha-highlight/prismjs/components/prism-hpkp.js +0 -20
  301. package/src/lib/matcha-highlight/prismjs/components/prism-hpkp.min.js +0 -1
  302. package/src/lib/matcha-highlight/prismjs/components/prism-hsts.js +0 -20
  303. package/src/lib/matcha-highlight/prismjs/components/prism-hsts.min.js +0 -1
  304. package/src/lib/matcha-highlight/prismjs/components/prism-http.js +0 -79
  305. package/src/lib/matcha-highlight/prismjs/components/prism-http.min.js +0 -1
  306. package/src/lib/matcha-highlight/prismjs/components/prism-ichigojam.js +0 -15
  307. package/src/lib/matcha-highlight/prismjs/components/prism-ichigojam.min.js +0 -1
  308. package/src/lib/matcha-highlight/prismjs/components/prism-icon.js +0 -20
  309. package/src/lib/matcha-highlight/prismjs/components/prism-icon.min.js +0 -1
  310. package/src/lib/matcha-highlight/prismjs/components/prism-inform7.js +0 -61
  311. package/src/lib/matcha-highlight/prismjs/components/prism-inform7.min.js +0 -1
  312. package/src/lib/matcha-highlight/prismjs/components/prism-ini.js +0 -11
  313. package/src/lib/matcha-highlight/prismjs/components/prism-ini.min.js +0 -1
  314. package/src/lib/matcha-highlight/prismjs/components/prism-io.js +0 -31
  315. package/src/lib/matcha-highlight/prismjs/components/prism-io.min.js +0 -1
  316. package/src/lib/matcha-highlight/prismjs/components/prism-j.js +0 -25
  317. package/src/lib/matcha-highlight/prismjs/components/prism-j.min.js +0 -1
  318. package/src/lib/matcha-highlight/prismjs/components/prism-javadoc.js +0 -54
  319. package/src/lib/matcha-highlight/prismjs/components/prism-javadoc.min.js +0 -1
  320. package/src/lib/matcha-highlight/prismjs/components/prism-javadoclike.js +0 -86
  321. package/src/lib/matcha-highlight/prismjs/components/prism-javadoclike.min.js +0 -1
  322. package/src/lib/matcha-highlight/prismjs/components/prism-javascript.js +0 -86
  323. package/src/lib/matcha-highlight/prismjs/components/prism-javascript.min.js +0 -1
  324. package/src/lib/matcha-highlight/prismjs/components/prism-javastacktrace.js +0 -93
  325. package/src/lib/matcha-highlight/prismjs/components/prism-javastacktrace.min.js +0 -1
  326. package/src/lib/matcha-highlight/prismjs/components/prism-jolie.js +0 -55
  327. package/src/lib/matcha-highlight/prismjs/components/prism-jolie.min.js +0 -1
  328. package/src/lib/matcha-highlight/prismjs/components/prism-js-extras.js +0 -104
  329. package/src/lib/matcha-highlight/prismjs/components/prism-js-extras.min.js +0 -1
  330. package/src/lib/matcha-highlight/prismjs/components/prism-jsdoc.js +0 -73
  331. package/src/lib/matcha-highlight/prismjs/components/prism-jsdoc.min.js +0 -1
  332. package/src/lib/matcha-highlight/prismjs/components/prism-json5.js +0 -23
  333. package/src/lib/matcha-highlight/prismjs/components/prism-json5.min.js +0 -1
  334. package/src/lib/matcha-highlight/prismjs/components/prism-jsonp.js +0 -7
  335. package/src/lib/matcha-highlight/prismjs/components/prism-jsonp.min.js +0 -1
  336. package/src/lib/matcha-highlight/prismjs/components/prism-jsx.js +0 -126
  337. package/src/lib/matcha-highlight/prismjs/components/prism-jsx.min.js +0 -1
  338. package/src/lib/matcha-highlight/prismjs/components/prism-julia.js +0 -12
  339. package/src/lib/matcha-highlight/prismjs/components/prism-julia.min.js +0 -1
  340. package/src/lib/matcha-highlight/prismjs/components/prism-keyman.js +0 -14
  341. package/src/lib/matcha-highlight/prismjs/components/prism-keyman.min.js +0 -1
  342. package/src/lib/matcha-highlight/prismjs/components/prism-kotlin.js +0 -62
  343. package/src/lib/matcha-highlight/prismjs/components/prism-kotlin.min.js +0 -1
  344. package/src/lib/matcha-highlight/prismjs/components/prism-latex.js +0 -61
  345. package/src/lib/matcha-highlight/prismjs/components/prism-latex.min.js +0 -1
  346. package/src/lib/matcha-highlight/prismjs/components/prism-less.js +0 -54
  347. package/src/lib/matcha-highlight/prismjs/components/prism-less.min.js +0 -1
  348. package/src/lib/matcha-highlight/prismjs/components/prism-liquid.js +0 -12
  349. package/src/lib/matcha-highlight/prismjs/components/prism-liquid.min.js +0 -1
  350. package/src/lib/matcha-highlight/prismjs/components/prism-lisp.js +0 -197
  351. package/src/lib/matcha-highlight/prismjs/components/prism-lisp.min.js +0 -1
  352. package/src/lib/matcha-highlight/prismjs/components/prism-livescript.js +0 -119
  353. package/src/lib/matcha-highlight/prismjs/components/prism-livescript.min.js +0 -1
  354. package/src/lib/matcha-highlight/prismjs/components/prism-lolcode.js +0 -55
  355. package/src/lib/matcha-highlight/prismjs/components/prism-lolcode.min.js +0 -1
  356. package/src/lib/matcha-highlight/prismjs/components/prism-lua.js +0 -20
  357. package/src/lib/matcha-highlight/prismjs/components/prism-lua.min.js +0 -1
  358. package/src/lib/matcha-highlight/prismjs/components/prism-makefile.js +0 -34
  359. package/src/lib/matcha-highlight/prismjs/components/prism-makefile.min.js +0 -1
  360. package/src/lib/matcha-highlight/prismjs/components/prism-markdown.js +0 -227
  361. package/src/lib/matcha-highlight/prismjs/components/prism-markdown.min.js +0 -1
  362. package/src/lib/matcha-highlight/prismjs/components/prism-markup-templating.js +0 -123
  363. package/src/lib/matcha-highlight/prismjs/components/prism-markup-templating.min.js +0 -1
  364. package/src/lib/matcha-highlight/prismjs/components/prism-markup.js +0 -100
  365. package/src/lib/matcha-highlight/prismjs/components/prism-markup.min.js +0 -1
  366. package/src/lib/matcha-highlight/prismjs/components/prism-matlab.js +0 -16
  367. package/src/lib/matcha-highlight/prismjs/components/prism-matlab.min.js +0 -1
  368. package/src/lib/matcha-highlight/prismjs/components/prism-mel.js +0 -43
  369. package/src/lib/matcha-highlight/prismjs/components/prism-mel.min.js +0 -1
  370. package/src/lib/matcha-highlight/prismjs/components/prism-mizar.js +0 -12
  371. package/src/lib/matcha-highlight/prismjs/components/prism-mizar.min.js +0 -1
  372. package/src/lib/matcha-highlight/prismjs/components/prism-monkey.js +0 -31
  373. package/src/lib/matcha-highlight/prismjs/components/prism-monkey.min.js +0 -1
  374. package/src/lib/matcha-highlight/prismjs/components/prism-n1ql.js +0 -18
  375. package/src/lib/matcha-highlight/prismjs/components/prism-n1ql.min.js +0 -1
  376. package/src/lib/matcha-highlight/prismjs/components/prism-n4js.js +0 -14
  377. package/src/lib/matcha-highlight/prismjs/components/prism-n4js.min.js +0 -1
  378. package/src/lib/matcha-highlight/prismjs/components/prism-nand2tetris-hdl.js +0 -9
  379. package/src/lib/matcha-highlight/prismjs/components/prism-nand2tetris-hdl.min.js +0 -1
  380. package/src/lib/matcha-highlight/prismjs/components/prism-nasm.js +0 -24
  381. package/src/lib/matcha-highlight/prismjs/components/prism-nasm.min.js +0 -1
  382. package/src/lib/matcha-highlight/prismjs/components/prism-nginx.js +0 -11
  383. package/src/lib/matcha-highlight/prismjs/components/prism-nginx.min.js +0 -1
  384. package/src/lib/matcha-highlight/prismjs/components/prism-nim.js +0 -33
  385. package/src/lib/matcha-highlight/prismjs/components/prism-nim.min.js +0 -1
  386. package/src/lib/matcha-highlight/prismjs/components/prism-nix.js +0 -40
  387. package/src/lib/matcha-highlight/prismjs/components/prism-nix.min.js +0 -1
  388. package/src/lib/matcha-highlight/prismjs/components/prism-nsis.js +0 -29
  389. package/src/lib/matcha-highlight/prismjs/components/prism-nsis.min.js +0 -1
  390. package/src/lib/matcha-highlight/prismjs/components/prism-objectivec.js +0 -7
  391. package/src/lib/matcha-highlight/prismjs/components/prism-objectivec.min.js +0 -1
  392. package/src/lib/matcha-highlight/prismjs/components/prism-ocaml.js +0 -27
  393. package/src/lib/matcha-highlight/prismjs/components/prism-ocaml.min.js +0 -1
  394. package/src/lib/matcha-highlight/prismjs/components/prism-opencl.js +0 -49
  395. package/src/lib/matcha-highlight/prismjs/components/prism-opencl.min.js +0 -1
  396. package/src/lib/matcha-highlight/prismjs/components/prism-oz.js +0 -25
  397. package/src/lib/matcha-highlight/prismjs/components/prism-oz.min.js +0 -1
  398. package/src/lib/matcha-highlight/prismjs/components/prism-parigp.js +0 -30
  399. package/src/lib/matcha-highlight/prismjs/components/prism-parigp.min.js +0 -1
  400. package/src/lib/matcha-highlight/prismjs/components/prism-parser.js +0 -73
  401. package/src/lib/matcha-highlight/prismjs/components/prism-parser.min.js +0 -1
  402. package/src/lib/matcha-highlight/prismjs/components/prism-pascal.js +0 -55
  403. package/src/lib/matcha-highlight/prismjs/components/prism-pascal.min.js +0 -1
  404. package/src/lib/matcha-highlight/prismjs/components/prism-php-extras.js +0 -11
  405. package/src/lib/matcha-highlight/prismjs/components/prism-php-extras.min.js +0 -1
  406. package/src/lib/matcha-highlight/prismjs/components/prism-phpdoc.js +0 -27
  407. package/src/lib/matcha-highlight/prismjs/components/prism-phpdoc.min.js +0 -1
  408. package/src/lib/matcha-highlight/prismjs/components/prism-plsql.js +0 -26
  409. package/src/lib/matcha-highlight/prismjs/components/prism-plsql.min.js +0 -1
  410. package/src/lib/matcha-highlight/prismjs/components/prism-powershell.js +0 -60
  411. package/src/lib/matcha-highlight/prismjs/components/prism-powershell.min.js +0 -1
  412. package/src/lib/matcha-highlight/prismjs/components/prism-processing.js +0 -18
  413. package/src/lib/matcha-highlight/prismjs/components/prism-processing.min.js +0 -1
  414. package/src/lib/matcha-highlight/prismjs/components/prism-prolog.js +0 -20
  415. package/src/lib/matcha-highlight/prismjs/components/prism-prolog.min.js +0 -1
  416. package/src/lib/matcha-highlight/prismjs/components/prism-properties.js +0 -9
  417. package/src/lib/matcha-highlight/prismjs/components/prism-properties.min.js +0 -1
  418. package/src/lib/matcha-highlight/prismjs/components/prism-protobuf.js +0 -8
  419. package/src/lib/matcha-highlight/prismjs/components/prism-protobuf.min.js +0 -1
  420. package/src/lib/matcha-highlight/prismjs/components/prism-pug.js +0 -193
  421. package/src/lib/matcha-highlight/prismjs/components/prism-pug.min.js +0 -1
  422. package/src/lib/matcha-highlight/prismjs/components/prism-puppet.js +0 -136
  423. package/src/lib/matcha-highlight/prismjs/components/prism-puppet.min.js +0 -1
  424. package/src/lib/matcha-highlight/prismjs/components/prism-pure.js +0 -79
  425. package/src/lib/matcha-highlight/prismjs/components/prism-pure.min.js +0 -1
  426. package/src/lib/matcha-highlight/prismjs/components/prism-q.js +0 -51
  427. package/src/lib/matcha-highlight/prismjs/components/prism-q.min.js +0 -1
  428. package/src/lib/matcha-highlight/prismjs/components/prism-qore.js +0 -20
  429. package/src/lib/matcha-highlight/prismjs/components/prism-qore.min.js +0 -1
  430. package/src/lib/matcha-highlight/prismjs/components/prism-r.js +0 -22
  431. package/src/lib/matcha-highlight/prismjs/components/prism-r.min.js +0 -1
  432. package/src/lib/matcha-highlight/prismjs/components/prism-reason.js +0 -32
  433. package/src/lib/matcha-highlight/prismjs/components/prism-reason.min.js +0 -1
  434. package/src/lib/matcha-highlight/prismjs/components/prism-regex.js +0 -97
  435. package/src/lib/matcha-highlight/prismjs/components/prism-regex.min.js +0 -1
  436. package/src/lib/matcha-highlight/prismjs/components/prism-renpy.js +0 -29
  437. package/src/lib/matcha-highlight/prismjs/components/prism-renpy.min.js +0 -1
  438. package/src/lib/matcha-highlight/prismjs/components/prism-rest.js +0 -205
  439. package/src/lib/matcha-highlight/prismjs/components/prism-rest.min.js +0 -1
  440. package/src/lib/matcha-highlight/prismjs/components/prism-rip.js +0 -32
  441. package/src/lib/matcha-highlight/prismjs/components/prism-rip.min.js +0 -1
  442. package/src/lib/matcha-highlight/prismjs/components/prism-roboconf.js +0 -27
  443. package/src/lib/matcha-highlight/prismjs/components/prism-roboconf.min.js +0 -1
  444. package/src/lib/matcha-highlight/prismjs/components/prism-ruby.js +0 -143
  445. package/src/lib/matcha-highlight/prismjs/components/prism-ruby.min.js +0 -1
  446. package/src/lib/matcha-highlight/prismjs/components/prism-rust.js +0 -68
  447. package/src/lib/matcha-highlight/prismjs/components/prism-rust.min.js +0 -1
  448. package/src/lib/matcha-highlight/prismjs/components/prism-sas.js +0 -34
  449. package/src/lib/matcha-highlight/prismjs/components/prism-sas.min.js +0 -1
  450. package/src/lib/matcha-highlight/prismjs/components/prism-scala.js +0 -18
  451. package/src/lib/matcha-highlight/prismjs/components/prism-scala.min.js +0 -1
  452. package/src/lib/matcha-highlight/prismjs/components/prism-scheme.js +0 -33
  453. package/src/lib/matcha-highlight/prismjs/components/prism-scheme.min.js +0 -1
  454. package/src/lib/matcha-highlight/prismjs/components/prism-smalltalk.js +0 -31
  455. package/src/lib/matcha-highlight/prismjs/components/prism-smalltalk.min.js +0 -1
  456. package/src/lib/matcha-highlight/prismjs/components/prism-smarty.js +0 -87
  457. package/src/lib/matcha-highlight/prismjs/components/prism-smarty.min.js +0 -1
  458. package/src/lib/matcha-highlight/prismjs/components/prism-soy.js +0 -96
  459. package/src/lib/matcha-highlight/prismjs/components/prism-soy.min.js +0 -1
  460. package/src/lib/matcha-highlight/prismjs/components/prism-sql.js +0 -24
  461. package/src/lib/matcha-highlight/prismjs/components/prism-sql.min.js +0 -1
  462. package/src/lib/matcha-highlight/prismjs/components/prism-stylus.js +0 -111
  463. package/src/lib/matcha-highlight/prismjs/components/prism-stylus.min.js +0 -1
  464. package/src/lib/matcha-highlight/prismjs/components/prism-swift.js +0 -25
  465. package/src/lib/matcha-highlight/prismjs/components/prism-swift.min.js +0 -1
  466. package/src/lib/matcha-highlight/prismjs/components/prism-t4-cs.js +0 -1
  467. package/src/lib/matcha-highlight/prismjs/components/prism-t4-cs.min.js +0 -1
  468. package/src/lib/matcha-highlight/prismjs/components/prism-t4-templating.js +0 -49
  469. package/src/lib/matcha-highlight/prismjs/components/prism-t4-templating.min.js +0 -1
  470. package/src/lib/matcha-highlight/prismjs/components/prism-t4-vb.js +0 -1
  471. package/src/lib/matcha-highlight/prismjs/components/prism-t4-vb.min.js +0 -1
  472. package/src/lib/matcha-highlight/prismjs/components/prism-tap.js +0 -20
  473. package/src/lib/matcha-highlight/prismjs/components/prism-tap.min.js +0 -1
  474. package/src/lib/matcha-highlight/prismjs/components/prism-tcl.js +0 -46
  475. package/src/lib/matcha-highlight/prismjs/components/prism-tcl.min.js +0 -1
  476. package/src/lib/matcha-highlight/prismjs/components/prism-textile.js +0 -260
  477. package/src/lib/matcha-highlight/prismjs/components/prism-textile.min.js +0 -1
  478. package/src/lib/matcha-highlight/prismjs/components/prism-toml.js +0 -43
  479. package/src/lib/matcha-highlight/prismjs/components/prism-toml.min.js +0 -1
  480. package/src/lib/matcha-highlight/prismjs/components/prism-tsx.js +0 -2
  481. package/src/lib/matcha-highlight/prismjs/components/prism-tsx.min.js +0 -1
  482. package/src/lib/matcha-highlight/prismjs/components/prism-tt2.js +0 -56
  483. package/src/lib/matcha-highlight/prismjs/components/prism-tt2.min.js +0 -1
  484. package/src/lib/matcha-highlight/prismjs/components/prism-twig.js +0 -46
  485. package/src/lib/matcha-highlight/prismjs/components/prism-twig.min.js +0 -1
  486. package/src/lib/matcha-highlight/prismjs/components/prism-vala.js +0 -74
  487. package/src/lib/matcha-highlight/prismjs/components/prism-vala.min.js +0 -1
  488. package/src/lib/matcha-highlight/prismjs/components/prism-vbnet.js +0 -15
  489. package/src/lib/matcha-highlight/prismjs/components/prism-vbnet.min.js +0 -1
  490. package/src/lib/matcha-highlight/prismjs/components/prism-velocity.js +0 -72
  491. package/src/lib/matcha-highlight/prismjs/components/prism-velocity.min.js +0 -1
  492. package/src/lib/matcha-highlight/prismjs/components/prism-verilog.js +0 -20
  493. package/src/lib/matcha-highlight/prismjs/components/prism-verilog.min.js +0 -1
  494. package/src/lib/matcha-highlight/prismjs/components/prism-vhdl.js +0 -23
  495. package/src/lib/matcha-highlight/prismjs/components/prism-vhdl.min.js +0 -1
  496. package/src/lib/matcha-highlight/prismjs/components/prism-vim.js +0 -10
  497. package/src/lib/matcha-highlight/prismjs/components/prism-vim.min.js +0 -1
  498. package/src/lib/matcha-highlight/prismjs/components/prism-visual-basic.js +0 -34
  499. package/src/lib/matcha-highlight/prismjs/components/prism-visual-basic.min.js +0 -1
  500. package/src/lib/matcha-highlight/prismjs/components/prism-wasm.js +0 -31
  501. package/src/lib/matcha-highlight/prismjs/components/prism-wasm.min.js +0 -1
  502. package/src/lib/matcha-highlight/prismjs/components/prism-wiki.js +0 -81
  503. package/src/lib/matcha-highlight/prismjs/components/prism-wiki.min.js +0 -1
  504. package/src/lib/matcha-highlight/prismjs/components/prism-xeora.js +0 -114
  505. package/src/lib/matcha-highlight/prismjs/components/prism-xeora.min.js +0 -1
  506. package/src/lib/matcha-highlight/prismjs/components/prism-xojo.js +0 -20
  507. package/src/lib/matcha-highlight/prismjs/components/prism-xojo.min.js +0 -1
  508. package/src/lib/matcha-highlight/prismjs/components/prism-xquery.js +0 -164
  509. package/src/lib/matcha-highlight/prismjs/components/prism-xquery.min.js +0 -1
  510. package/src/lib/matcha-highlight/prismjs/components/prism-yaml.js +0 -47
  511. package/src/lib/matcha-highlight/prismjs/components/prism-yaml.min.js +0 -1
  512. package/src/lib/matcha-highlight/prismjs/components.js +0 -2
  513. package/src/lib/matcha-highlight/prismjs/components.json +0 -1031
  514. package/src/lib/matcha-highlight/prismjs/plugins/autolinker/prism-autolinker.css +0 -3
  515. package/src/lib/matcha-highlight/prismjs/plugins/autolinker/prism-autolinker.js +0 -81
  516. package/src/lib/matcha-highlight/prismjs/plugins/autolinker/prism-autolinker.min.js +0 -1
  517. package/src/lib/matcha-highlight/prismjs/plugins/autoloader/prism-autoloader.js +0 -214
  518. package/src/lib/matcha-highlight/prismjs/plugins/autoloader/prism-autoloader.min.js +0 -1
  519. package/src/lib/matcha-highlight/prismjs/plugins/command-line/prism-command-line.css +0 -33
  520. package/src/lib/matcha-highlight/prismjs/plugins/command-line/prism-command-line.js +0 -139
  521. package/src/lib/matcha-highlight/prismjs/plugins/command-line/prism-command-line.min.js +0 -1
  522. package/src/lib/matcha-highlight/prismjs/plugins/copy-to-clipboard/prism-copy-to-clipboard.js +0 -75
  523. package/src/lib/matcha-highlight/prismjs/plugins/copy-to-clipboard/prism-copy-to-clipboard.min.js +0 -1
  524. package/src/lib/matcha-highlight/prismjs/plugins/custom-class/prism-custom-class.js +0 -31
  525. package/src/lib/matcha-highlight/prismjs/plugins/custom-class/prism-custom-class.min.js +0 -1
  526. package/src/lib/matcha-highlight/prismjs/plugins/data-uri-highlight/prism-data-uri-highlight.js +0 -98
  527. package/src/lib/matcha-highlight/prismjs/plugins/data-uri-highlight/prism-data-uri-highlight.min.js +0 -1
  528. package/src/lib/matcha-highlight/prismjs/plugins/file-highlight/prism-file-highlight.js +0 -105
  529. package/src/lib/matcha-highlight/prismjs/plugins/file-highlight/prism-file-highlight.min.js +0 -1
  530. package/src/lib/matcha-highlight/prismjs/plugins/highlight-keywords/prism-highlight-keywords.js +0 -17
  531. package/src/lib/matcha-highlight/prismjs/plugins/highlight-keywords/prism-highlight-keywords.min.js +0 -1
  532. package/src/lib/matcha-highlight/prismjs/plugins/jsonp-highlight/prism-jsonp-highlight.js +0 -206
  533. package/src/lib/matcha-highlight/prismjs/plugins/jsonp-highlight/prism-jsonp-highlight.min.js +0 -1
  534. package/src/lib/matcha-highlight/prismjs/plugins/keep-markup/prism-keep-markup.js +0 -99
  535. package/src/lib/matcha-highlight/prismjs/plugins/keep-markup/prism-keep-markup.min.js +0 -1
  536. package/src/lib/matcha-highlight/prismjs/plugins/line-highlight/prism-line-highlight.css +0 -49
  537. package/src/lib/matcha-highlight/prismjs/plugins/line-highlight/prism-line-highlight.js +0 -181
  538. package/src/lib/matcha-highlight/prismjs/plugins/line-highlight/prism-line-highlight.min.js +0 -1
  539. package/src/lib/matcha-highlight/prismjs/plugins/line-numbers/prism-line-numbers.css +0 -41
  540. package/src/lib/matcha-highlight/prismjs/plugins/line-numbers/prism-line-numbers.js +0 -168
  541. package/src/lib/matcha-highlight/prismjs/plugins/line-numbers/prism-line-numbers.min.js +0 -1
  542. package/src/lib/matcha-highlight/prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.js +0 -190
  543. package/src/lib/matcha-highlight/prismjs/plugins/normalize-whitespace/prism-normalize-whitespace.min.js +0 -1
  544. package/src/lib/matcha-highlight/prismjs/plugins/previewers/prism-previewers.css +0 -242
  545. package/src/lib/matcha-highlight/prismjs/plugins/previewers/prism-previewers.js +0 -708
  546. package/src/lib/matcha-highlight/prismjs/plugins/previewers/prism-previewers.min.js +0 -1
  547. package/src/lib/matcha-highlight/prismjs/plugins/remove-initial-line-feed/prism-remove-initial-line-feed.js +0 -21
  548. package/src/lib/matcha-highlight/prismjs/plugins/remove-initial-line-feed/prism-remove-initial-line-feed.min.js +0 -1
  549. package/src/lib/matcha-highlight/prismjs/plugins/show-invisibles/prism-show-invisibles.css +0 -34
  550. package/src/lib/matcha-highlight/prismjs/plugins/show-invisibles/prism-show-invisibles.js +0 -84
  551. package/src/lib/matcha-highlight/prismjs/plugins/show-invisibles/prism-show-invisibles.min.js +0 -1
  552. package/src/lib/matcha-highlight/prismjs/plugins/show-language/prism-show-language.js +0 -46
  553. package/src/lib/matcha-highlight/prismjs/plugins/show-language/prism-show-language.min.js +0 -1
  554. package/src/lib/matcha-highlight/prismjs/plugins/toolbar/prism-toolbar.css +0 -58
  555. package/src/lib/matcha-highlight/prismjs/plugins/toolbar/prism-toolbar.js +0 -149
  556. package/src/lib/matcha-highlight/prismjs/plugins/toolbar/prism-toolbar.min.js +0 -1
  557. package/src/lib/matcha-highlight/prismjs/plugins/unescaped-markup/prism-unescaped-markup.css +0 -10
  558. package/src/lib/matcha-highlight/prismjs/plugins/unescaped-markup/prism-unescaped-markup.js +0 -44
  559. package/src/lib/matcha-highlight/prismjs/plugins/unescaped-markup/prism-unescaped-markup.min.js +0 -1
  560. package/src/lib/matcha-highlight/prismjs/plugins/wpd/prism-wpd.css +0 -11
  561. package/src/lib/matcha-highlight/prismjs/plugins/wpd/prism-wpd.js +0 -169
  562. package/src/lib/matcha-highlight/prismjs/plugins/wpd/prism-wpd.min.js +0 -1
  563. package/src/lib/matcha-highlight/prismjs/prism.d.ts +0 -4
  564. package/src/lib/matcha-highlight/prismjs/prism.js +0 -960
  565. package/src/lib/matcha-highlight/prismjs/themes/prism-coy.css +0 -226
  566. package/src/lib/matcha-highlight/prismjs/themes/prism-dark.css +0 -129
  567. package/src/lib/matcha-highlight/prismjs/themes/prism-funky.css +0 -117
  568. package/src/lib/matcha-highlight/prismjs/themes/prism-okaidia.css +0 -123
  569. package/src/lib/matcha-highlight/prismjs/themes/prism-solarizedlight.css +0 -150
  570. package/src/lib/matcha-highlight/prismjs/themes/prism-tomorrow.css +0 -122
  571. package/src/lib/matcha-highlight/prismjs/themes/prism-twilight.css +0 -199
  572. package/src/lib/matcha-highlight/prismjs/themes/prism.css +0 -139
  573. package/src/lib/matcha-hint-text/hint/hint-text.component.html +0 -4
  574. package/src/lib/matcha-hint-text/hint/hint-text.component.scss +0 -0
  575. package/src/lib/matcha-hint-text/hint/hint-text.component.ts +0 -31
  576. package/src/lib/matcha-hint-text/hint.module.ts +0 -15
  577. package/src/lib/matcha-hint-text/hint.stories.ts +0 -52
  578. package/src/lib/matcha-icon/icon-argtype.ts +0 -36
  579. package/src/lib/matcha-icon/icon.component.html +0 -3
  580. package/src/lib/matcha-icon/icon.component.scss +0 -0
  581. package/src/lib/matcha-icon/icon.component.ts +0 -34
  582. package/src/lib/matcha-icon/icon.mdx +0 -58
  583. package/src/lib/matcha-icon/icon.module.ts +0 -11
  584. package/src/lib/matcha-icon/icon.stories.ts +0 -431
  585. package/src/lib/matcha-infinite-scroll/matcha-infinite-scroll/matcha-infinite-scroll.component.html +0 -0
  586. package/src/lib/matcha-infinite-scroll/matcha-infinite-scroll/matcha-infinite-scroll.component.scss +0 -0
  587. package/src/lib/matcha-infinite-scroll/matcha-infinite-scroll/matcha-infinite-scroll.component.ts +0 -49
  588. package/src/lib/matcha-infinite-scroll/matcha-infinite-scroll-data/matcha-infinite-scroll-data.component.html +0 -0
  589. package/src/lib/matcha-infinite-scroll/matcha-infinite-scroll-data/matcha-infinite-scroll-data.component.scss +0 -0
  590. package/src/lib/matcha-infinite-scroll/matcha-infinite-scroll-data/matcha-infinite-scroll-data.component.ts +0 -165
  591. package/src/lib/matcha-infinite-scroll/matcha-infinite-scroll.module.ts +0 -14
  592. package/src/lib/matcha-input/input.argtypes.ts +0 -39
  593. package/src/lib/matcha-input/input.directive.ts +0 -12
  594. package/src/lib/matcha-input/input.mdx +0 -73
  595. package/src/lib/matcha-input/input.module.ts +0 -9
  596. package/src/lib/matcha-input/input.stories.ts +0 -97
  597. package/src/lib/matcha-input-phone/all-countries.ts +0 -1366
  598. package/src/lib/matcha-input-phone/input-phone.argtypes.ts +0 -83
  599. package/src/lib/matcha-input-phone/input-phone.component.html +0 -33
  600. package/src/lib/matcha-input-phone/input-phone.component.spec.ts +0 -23
  601. package/src/lib/matcha-input-phone/input-phone.component.ts +0 -267
  602. package/src/lib/matcha-input-phone/input-phone.module.ts +0 -22
  603. package/src/lib/matcha-input-phone/input-phone.stories.ts +0 -85
  604. package/src/lib/matcha-input-phone/lib/custom-keyboard-event.ts +0 -21
  605. package/src/lib/matcha-input-phone/lib/ngx-mask-applier.service.ts +0 -1073
  606. package/src/lib/matcha-input-phone/lib/ngx-mask-expression.enum.ts +0 -43
  607. package/src/lib/matcha-input-phone/lib/ngx-mask.config.ts +0 -132
  608. package/src/lib/matcha-input-phone/lib/ngx-mask.directive.ts +0 -1187
  609. package/src/lib/matcha-input-phone/lib/ngx-mask.module.ts +0 -55
  610. package/src/lib/matcha-input-phone/lib/ngx-mask.pipe.ts +0 -131
  611. package/src/lib/matcha-input-phone/lib/ngx-mask.providers.ts +0 -42
  612. package/src/lib/matcha-input-phone/lib/ngx-mask.service.ts +0 -832
  613. package/src/lib/matcha-lazyload/lazyload/lazyload.component.html +0 -1
  614. package/src/lib/matcha-lazyload/lazyload/lazyload.component.scss +0 -0
  615. package/src/lib/matcha-lazyload/lazyload/lazyload.component.ts +0 -48
  616. package/src/lib/matcha-lazyload/lazyload-data/lazyload-data.component.html +0 -1
  617. package/src/lib/matcha-lazyload/lazyload-data/lazyload-data.component.scss +0 -0
  618. package/src/lib/matcha-lazyload/lazyload-data/lazyload-data.component.ts +0 -172
  619. package/src/lib/matcha-lazyload/lazyload.module.ts +0 -14
  620. package/src/lib/matcha-masonry/masonry/masonry.component.html +0 -3
  621. package/src/lib/matcha-masonry/masonry/masonry.component.scss +0 -0
  622. package/src/lib/matcha-masonry/masonry/masonry.component.ts +0 -45
  623. package/src/lib/matcha-masonry/masonry.argtype.ts +0 -97
  624. package/src/lib/matcha-masonry/masonry.mdx +0 -133
  625. package/src/lib/matcha-masonry/masonry.module.ts +0 -10
  626. package/src/lib/matcha-masonry/masonry.stories.ts +0 -64
  627. package/src/lib/matcha-menu/menu.argtypes.ts +0 -111
  628. package/src/lib/matcha-menu/menu.component.html +0 -3
  629. package/src/lib/matcha-menu/menu.component.scss +0 -0
  630. package/src/lib/matcha-menu/menu.component.spec.ts +0 -23
  631. package/src/lib/matcha-menu/menu.component.ts +0 -48
  632. package/src/lib/matcha-menu/menu.directive.ts +0 -39
  633. package/src/lib/matcha-menu/menu.mdx +0 -59
  634. package/src/lib/matcha-menu/menu.module.ts +0 -19
  635. package/src/lib/matcha-menu/menu.stories.ts +0 -122
  636. package/src/lib/matcha-modal/exemplo/exemple-modal-content.component.html +0 -34
  637. package/src/lib/matcha-modal/exemplo/exemple-modal-content.component.ts +0 -44
  638. package/src/lib/matcha-modal/exemplo/exemple-modal.component.html +0 -46
  639. package/src/lib/matcha-modal/exemplo/exemple-modal.component.ts +0 -34
  640. package/src/lib/matcha-modal/matcha-modal.module.ts +0 -45
  641. package/src/lib/matcha-modal/modal/modal.component.html +0 -3
  642. package/src/lib/matcha-modal/modal/modal.component.scss +0 -0
  643. package/src/lib/matcha-modal/modal/modal.component.ts +0 -67
  644. package/src/lib/matcha-modal/modal-content/modal-content.component.html +0 -9
  645. package/src/lib/matcha-modal/modal-content/modal-content.component.scss +0 -0
  646. package/src/lib/matcha-modal/modal-content/modal-content.component.ts +0 -11
  647. package/src/lib/matcha-modal/modal-footer/modal-footer.component.html +0 -8
  648. package/src/lib/matcha-modal/modal-footer/modal-footer.component.scss +0 -0
  649. package/src/lib/matcha-modal/modal-footer/modal-footer.component.ts +0 -32
  650. package/src/lib/matcha-modal/modal-header/modal-header.component.html +0 -13
  651. package/src/lib/matcha-modal/modal-header/modal-header.component.scss +0 -0
  652. package/src/lib/matcha-modal/modal-header/modal-header.component.ts +0 -11
  653. package/src/lib/matcha-modal/modal-options/modal-options.component.html +0 -3
  654. package/src/lib/matcha-modal/modal-options/modal-options.component.scss +0 -0
  655. package/src/lib/matcha-modal/modal-options/modal-options.component.ts +0 -11
  656. package/src/lib/matcha-modal/modal.service.ts +0 -47
  657. package/src/lib/matcha-modal/modal.stories.argtypes.ts +0 -56
  658. package/src/lib/matcha-modal/modal.stories.ts +0 -333
  659. package/src/lib/matcha-modal/model/IMatchaModalComponent.ts +0 -1
  660. package/src/lib/matcha-modal/overlay.service.ts +0 -138
  661. package/src/lib/matcha-option/README.md +0 -144
  662. package/src/lib/matcha-option/matcha-option-parent.interface.ts +0 -22
  663. package/src/lib/matcha-option/matcha-option.component.ts +0 -93
  664. package/src/lib/matcha-option/matcha-option.module.ts +0 -17
  665. package/src/lib/matcha-option/matcha-option.stories.ts +0 -127
  666. package/src/lib/matcha-overflow-draggable/matcha-overflow-draggable.component.html +0 -3
  667. package/src/lib/matcha-overflow-draggable/matcha-overflow-draggable.component.scss +0 -0
  668. package/src/lib/matcha-overflow-draggable/matcha-overflow-draggable.component.ts +0 -56
  669. package/src/lib/matcha-page-layout/page-layout.component.html +0 -18
  670. package/src/lib/matcha-page-layout/page-layout.component.scss +0 -5
  671. package/src/lib/matcha-page-layout/page-layout.component.ts +0 -11
  672. package/src/lib/matcha-page-layout/page-layout.module.ts +0 -19
  673. package/src/lib/matcha-paginator/paginator/page-event.interface.ts +0 -13
  674. package/src/lib/matcha-paginator/paginator/paginator.component.html +0 -59
  675. package/src/lib/matcha-paginator/paginator/paginator.component.scss +0 -0
  676. package/src/lib/matcha-paginator/paginator/paginator.component.ts +0 -154
  677. package/src/lib/matcha-paginator/paginator-intl.service.ts +0 -39
  678. package/src/lib/matcha-paginator/paginator.module.ts +0 -13
  679. package/src/lib/matcha-panel/matcha-panel.component.ts +0 -223
  680. package/src/lib/matcha-panel/matcha-panel.module.ts +0 -17
  681. package/src/lib/matcha-progress-bar/progress-bar.argtype.ts +0 -48
  682. package/src/lib/matcha-progress-bar/progress-bar.directive.ts +0 -17
  683. package/src/lib/matcha-progress-bar/progress-bar.mdx +0 -95
  684. package/src/lib/matcha-progress-bar/progress-bar.module.ts +0 -14
  685. package/src/lib/matcha-progress-bar/progress-bar.stories.ts +0 -89
  686. package/src/lib/matcha-radio/radio/radio.component.html +0 -20
  687. package/src/lib/matcha-radio/radio/radio.component.scss +0 -0
  688. package/src/lib/matcha-radio/radio/radio.component.ts +0 -84
  689. package/src/lib/matcha-radio/radio.module.ts +0 -16
  690. package/src/lib/matcha-radio/radio.stories.ts +0 -175
  691. package/src/lib/matcha-ripple/ripple.directive.ts +0 -71
  692. package/src/lib/matcha-ripple/ripple.module.ts +0 -16
  693. package/src/lib/matcha-select/matcha-select.component.html +0 -30
  694. package/src/lib/matcha-select/matcha-select.component.scss +0 -3
  695. package/src/lib/matcha-select/matcha-select.component.ts +0 -467
  696. package/src/lib/matcha-select/matcha-select.directive.ts +0 -147
  697. package/src/lib/matcha-select/matcha-select.module.ts +0 -23
  698. package/src/lib/matcha-sidenav/sidenav.argtypes.ts +0 -60
  699. package/src/lib/matcha-sidenav/sidenav.directive.ts +0 -12
  700. package/src/lib/matcha-sidenav/sidenav.mdx +0 -57
  701. package/src/lib/matcha-sidenav/sidenav.module.ts +0 -10
  702. package/src/lib/matcha-sidenav/sidenav.stories.ts +0 -79
  703. package/src/lib/matcha-skeleton/skeleton/skeleton.component.html +0 -70
  704. package/src/lib/matcha-skeleton/skeleton/skeleton.component.scss +0 -0
  705. package/src/lib/matcha-skeleton/skeleton/skeleton.component.ts +0 -36
  706. package/src/lib/matcha-skeleton/skeleton-argtype.ts +0 -67
  707. package/src/lib/matcha-skeleton/skeleton.module.ts +0 -11
  708. package/src/lib/matcha-skeleton/skeleton.stories.ts +0 -74
  709. package/src/lib/matcha-slide-toggle/slide-toggle/slide-toggle.component.html +0 -15
  710. package/src/lib/matcha-slide-toggle/slide-toggle/slide-toggle.component.scss +0 -0
  711. package/src/lib/matcha-slide-toggle/slide-toggle/slide-toggle.component.ts +0 -96
  712. package/src/lib/matcha-slide-toggle/slide-toggle.module.ts +0 -18
  713. package/src/lib/matcha-slide-toggle/slide-toggle.stories.ts +0 -78
  714. package/src/lib/matcha-slider/matcha-slider.directive.ts +0 -17
  715. package/src/lib/matcha-slider/slider.argtypes.ts +0 -76
  716. package/src/lib/matcha-slider/slider.mdx +0 -45
  717. package/src/lib/matcha-slider/slider.module.ts +0 -12
  718. package/src/lib/matcha-slider/slider.stories.ts +0 -149
  719. package/src/lib/matcha-snackbar/snack-bar-overview-example.component.ts +0 -22
  720. package/src/lib/matcha-snackbar/snack-bar-overview-example.css +0 -3
  721. package/src/lib/matcha-snackbar/snack-bar-overview-example.html +0 -11
  722. package/src/lib/matcha-snackbar/snack-bar.argtypes.ts +0 -11
  723. package/src/lib/matcha-snackbar/snack-bar.directive.ts +0 -12
  724. package/src/lib/matcha-snackbar/snack-bar.mdx +0 -53
  725. package/src/lib/matcha-snackbar/snack-bar.module.ts +0 -10
  726. package/src/lib/matcha-snackbar/snack-bar.stories.ts +0 -34
  727. package/src/lib/matcha-sort-header/example/sort-overview-example.component.ts +0 -66
  728. package/src/lib/matcha-sort-header/example/sort-overview-example.css +0 -3
  729. package/src/lib/matcha-sort-header/example/sort-overview-example.html +0 -21
  730. package/src/lib/matcha-sort-header/sort-header.argtypes.ts +0 -11
  731. package/src/lib/matcha-sort-header/sort-header.directive.ts +0 -17
  732. package/src/lib/matcha-sort-header/sort-header.mdx +0 -78
  733. package/src/lib/matcha-sort-header/sort-header.module.ts +0 -10
  734. package/src/lib/matcha-sort-header/sort-header.stories.ts +0 -34
  735. package/src/lib/matcha-spin/spin/spin.component.html +0 -27
  736. package/src/lib/matcha-spin/spin/spin.component.scss +0 -0
  737. package/src/lib/matcha-spin/spin/spin.component.ts +0 -70
  738. package/src/lib/matcha-spin/spin.module.ts +0 -16
  739. package/src/lib/matcha-spin/spin.stories.ts +0 -85
  740. package/src/lib/matcha-spinner/spinner/spinner.component.html +0 -29
  741. package/src/lib/matcha-spinner/spinner/spinner.component.scss +0 -1
  742. package/src/lib/matcha-spinner/spinner/spinner.component.ts +0 -74
  743. package/src/lib/matcha-spinner/spinner.module.ts +0 -15
  744. package/src/lib/matcha-spinner/spinner.stories.ts +0 -85
  745. package/src/lib/matcha-stepper/next-step.diretive.ts +0 -21
  746. package/src/lib/matcha-stepper/prev-step.diretive.ts +0 -21
  747. package/src/lib/matcha-stepper/step/step.component.ts +0 -11
  748. package/src/lib/matcha-stepper/step-content.diretive.ts +0 -9
  749. package/src/lib/matcha-stepper/stepper/stepper.component.ts +0 -20
  750. package/src/lib/matcha-stepper/stepper-content/stepper-content.component.ts +0 -38
  751. package/src/lib/matcha-stepper/stepper-controller/stepper-controller.component.html +0 -8
  752. package/src/lib/matcha-stepper/stepper-controller/stepper-controller.component.ts +0 -26
  753. package/src/lib/matcha-stepper/stepper.argtypes.ts +0 -74
  754. package/src/lib/matcha-stepper/stepper.module.ts +0 -32
  755. package/src/lib/matcha-stepper/stepper.service.ts +0 -50
  756. package/src/lib/matcha-stepper/stepper.stories.ts +0 -117
  757. package/src/lib/matcha-table/example/table-basic-example.component.ts +0 -36
  758. package/src/lib/matcha-table/example/table-basic-example.css +0 -0
  759. package/src/lib/matcha-table/example/table-basic-example.html +0 -35
  760. package/src/lib/matcha-table/table.argtypes.ts +0 -11
  761. package/src/lib/matcha-table/table.directive.ts +0 -17
  762. package/src/lib/matcha-table/table.mdx +0 -78
  763. package/src/lib/matcha-table/table.module.ts +0 -10
  764. package/src/lib/matcha-table/table.stories.ts +0 -34
  765. package/src/lib/matcha-tabs/tab-item/tab-item.component.html +0 -1
  766. package/src/lib/matcha-tabs/tab-item/tab-item.component.scss +0 -0
  767. package/src/lib/matcha-tabs/tab-item/tab-item.component.ts +0 -19
  768. package/src/lib/matcha-tabs/tabs/tabs.component.html +0 -22
  769. package/src/lib/matcha-tabs/tabs/tabs.component.scss +0 -0
  770. package/src/lib/matcha-tabs/tabs/tabs.component.ts +0 -58
  771. package/src/lib/matcha-tabs/tabs.module.ts +0 -19
  772. package/src/lib/matcha-tabs/tabs.stories.ts +0 -98
  773. package/src/lib/matcha-time/time/time.component.html +0 -3
  774. package/src/lib/matcha-time/time/time.component.scss +0 -0
  775. package/src/lib/matcha-time/time/time.component.ts +0 -141
  776. package/src/lib/matcha-time/time.module.ts +0 -14
  777. package/src/lib/matcha-time/time.stories.ts +0 -244
  778. package/src/lib/matcha-title/title/title.component.html +0 -8
  779. package/src/lib/matcha-title/title/title.component.scss +0 -5
  780. package/src/lib/matcha-title/title/title.component.ts +0 -73
  781. package/src/lib/matcha-title/title.argtypes.ts +0 -69
  782. package/src/lib/matcha-title/title.module.ts +0 -10
  783. package/src/lib/matcha-title/title.stories.ts +0 -132
  784. package/src/lib/matcha-toolbar/toolbar/toolbar.component.html +0 -54
  785. package/src/lib/matcha-toolbar/toolbar/toolbar.component.scss +0 -0
  786. package/src/lib/matcha-toolbar/toolbar/toolbar.component.ts +0 -43
  787. package/src/lib/matcha-toolbar/toolbar-button/toolbar-button.component.html +0 -8
  788. package/src/lib/matcha-toolbar/toolbar-button/toolbar-button.component.scss +0 -0
  789. package/src/lib/matcha-toolbar/toolbar-button/toolbar-button.component.ts +0 -21
  790. package/src/lib/matcha-toolbar/toolbar-content/toolbar-content.component.html +0 -8
  791. package/src/lib/matcha-toolbar/toolbar-content/toolbar-content.component.scss +0 -0
  792. package/src/lib/matcha-toolbar/toolbar-content/toolbar-content.component.ts +0 -9
  793. package/src/lib/matcha-toolbar/toolbar-custom-button/toolbar-custom-button.component.html +0 -6
  794. package/src/lib/matcha-toolbar/toolbar-custom-button/toolbar-custom-button.component.scss +0 -0
  795. package/src/lib/matcha-toolbar/toolbar-custom-button/toolbar-custom-button.component.ts +0 -10
  796. package/src/lib/matcha-toolbar/toolbar-main-button/toolbar-main-button.component.html +0 -11
  797. package/src/lib/matcha-toolbar/toolbar-main-button/toolbar-main-button.component.scss +0 -0
  798. package/src/lib/matcha-toolbar/toolbar-main-button/toolbar-main-button.component.ts +0 -15
  799. package/src/lib/matcha-toolbar/toolbar.argtypes.ts +0 -27
  800. package/src/lib/matcha-toolbar/toolbar.module.ts +0 -36
  801. package/src/lib/matcha-toolbar/toolbar.stories.ts +0 -131
  802. package/src/lib/matcha-tooltip/tooltip.argtypes.ts +0 -58
  803. package/src/lib/matcha-tooltip/tooltip.directive.ts +0 -158
  804. package/src/lib/matcha-tooltip/tooltip.module.ts +0 -11
  805. package/src/lib/matcha-tooltip/tooltip.stories.ts +0 -259
  806. package/src/lib/postcss.config.js +0 -6
  807. package/src/public-api.ts +0 -180
  808. package/tsconfig.lib.json +0 -18
  809. package/tsconfig.lib.prod.json +0 -10
  810. package/tsconfig.spec.json +0 -14
package/index.d.ts ADDED
@@ -0,0 +1,2030 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnInit, OnChanges, EventEmitter, SimpleChanges, AfterContentInit, OnDestroy, QueryList, ElementRef, Renderer2, TemplateRef, ChangeDetectorRef, AfterViewInit, NgZone, ApplicationRef, Injector, RendererFactory2, Type, ComponentRef } from '@angular/core';
3
+ import * as rxjs from 'rxjs';
4
+ import { Observable, Subject } from 'rxjs';
5
+ import * as i3 from '@angular/forms';
6
+ import { FormControlName, ControlValueAccessor, NgControl } from '@angular/forms';
7
+ import { HttpClient } from '@angular/common/http';
8
+ import * as i2 from '@angular/common';
9
+
10
+ /**
11
+ * Interface que deve ser implementada por componentes que querem usar matcha-option como filho
12
+ *
13
+ * Permite que matcha-option seja usado em diferentes contextos:
14
+ * - matcha-autocomplete
15
+ * - matcha-select
16
+ * - matcha-menu
17
+ * - etc.
18
+ */
19
+ interface MatchaOptionParent {
20
+ /**
21
+ * Método chamado quando uma opção é selecionada
22
+ * @param option - A instância do MatchaOptionComponent selecionado
23
+ */
24
+ selectOption(option: any): void;
25
+ }
26
+ /**
27
+ * Token de injeção para MatchaOptionParent
28
+ * Usado para injetar o componente pai no matcha-option
29
+ */
30
+ declare const MATCHA_OPTION_PARENT: unique symbol;
31
+
32
+ declare class MatchaAccordionItemComponent implements OnInit, OnChanges {
33
+ private _stretch;
34
+ private _isOpen;
35
+ set stretch(value: boolean | string);
36
+ get stretch(): boolean;
37
+ get stretchClass(): boolean;
38
+ private _clickableHeader;
39
+ set clickableHeader(value: boolean | string);
40
+ get clickableHeader(): boolean;
41
+ set isOpen(value: boolean | string);
42
+ get isOpen(): boolean;
43
+ get isOpenClass(): boolean;
44
+ opened: EventEmitter<boolean>;
45
+ toggleRequested: EventEmitter<void>;
46
+ ngOnInit(): void;
47
+ ngOnChanges(changes: SimpleChanges): void;
48
+ toggleAccordion(): void;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionItemComponent, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionItemComponent, "matcha-accordion-item", never, { "stretch": { "alias": "stretch"; "required": false; }; "clickableHeader": { "alias": "clickableHeader"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; }, { "opened": "opened"; "toggleRequested": "toggleRequested"; }, never, ["matcha-accordion-header", "matcha-accordion-content", "*"], false, never>;
51
+ }
52
+
53
+ declare class MatchaAccordionComponent implements AfterContentInit, OnDestroy {
54
+ private _multiple;
55
+ set multiple(value: boolean | string);
56
+ get multiple(): boolean;
57
+ openedChange: EventEmitter<boolean>;
58
+ items: QueryList<MatchaAccordionItemComponent>;
59
+ private subscriptions;
60
+ ngAfterContentInit(): void;
61
+ ngOnDestroy(): void;
62
+ private setupItems;
63
+ toggleItem(selectedItem: MatchaAccordionItemComponent): void;
64
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionComponent, never>;
65
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionComponent, "matcha-accordion", never, { "multiple": { "alias": "multiple"; "required": false; }; }, { "openedChange": "openedChange"; }, ["items"], ["*"], false, never>;
66
+ }
67
+
68
+ declare class MatchaAccordionHeaderComponent {
69
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionHeaderComponent, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionHeaderComponent, "matcha-accordion-header", never, {}, {}, never, ["*"], false, never>;
71
+ }
72
+
73
+ declare class MatchaAccordionContentComponent {
74
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionContentComponent, never>;
75
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionContentComponent, "matcha-accordion-content", never, {}, {}, never, ["*"], false, never>;
76
+ }
77
+
78
+ declare class MatchaInfiniteScrollComponent implements OnInit, OnDestroy {
79
+ private element;
80
+ scrolledToEnd: EventEmitter<void>;
81
+ private observer;
82
+ constructor(element: ElementRef);
83
+ ngOnInit(): void;
84
+ ngOnDestroy(): void;
85
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaInfiniteScrollComponent, never>;
86
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaInfiniteScrollComponent, "matcha-infinite-scroll", never, {}, { "scrolledToEnd": "scrolledToEnd"; }, never, never, false, never>;
87
+ }
88
+
89
+ declare class MatchaInfiniteScrollDataComponent implements OnInit, OnDestroy, OnChanges {
90
+ private element;
91
+ /**
92
+ * Função que carrega os dados com base no número da página.
93
+ * Deve retornar um Observable com um array de itens.
94
+ */
95
+ loadData: (page: number) => Observable<any[]>;
96
+ /**
97
+ * Lista inicial (opcional) para iniciar a agregação.
98
+ */
99
+ initialList: any[];
100
+ /**
101
+ * Threshold para o Intersection Observer (padrão: 0.1 = 10% do elemento visível).
102
+ */
103
+ threshold: number;
104
+ /**
105
+ * Chave para resetar a diretiva (para componentes como select).
106
+ */
107
+ resetKey: any;
108
+ /**
109
+ * Novo input para o autocomplete, onde será aplicado o debounce.
110
+ */
111
+ searchTerm: any;
112
+ /**
113
+ * Emite a lista acumulada de itens.
114
+ */
115
+ aggregatedData: EventEmitter<any[]>;
116
+ /**
117
+ * Emite o item exato, quando a aggregatedData tiver um único item igual ao searchTerm.
118
+ */
119
+ exactMatch: EventEmitter<any>;
120
+ private aggregatedList;
121
+ private currentPage;
122
+ private observer;
123
+ private dataSubscription;
124
+ private searchSubscription;
125
+ private searchTermSubject;
126
+ constructor(element: ElementRef);
127
+ ngOnInit(): void;
128
+ ngOnChanges(changes: SimpleChanges): void;
129
+ /**
130
+ * Inicializa ou reinicializa a lista agregada e o contador de página.
131
+ */
132
+ private initialize;
133
+ /**
134
+ * Reseta apenas as assinaturas e o estado dos dados (não a inscrição do searchTerm).
135
+ */
136
+ private resetData;
137
+ /**
138
+ * Carrega a próxima página de dados utilizando a função loadData.
139
+ */
140
+ private loadNextPage;
141
+ /**
142
+ * Verifica se a lista agregada possui exatamente um item e se esse item é igual ao searchTerm.
143
+ * Se sim, emite o output exactMatch com esse item.
144
+ */
145
+ private checkExactMatch;
146
+ ngOnDestroy(): void;
147
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaInfiniteScrollDataComponent, never>;
148
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaInfiniteScrollDataComponent, "matcha-infinite-scroll-data", never, { "loadData": { "alias": "loadData"; "required": false; }; "initialList": { "alias": "initialList"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; "resetKey": { "alias": "resetKey"; "required": false; }; "searchTerm": { "alias": "searchTerm"; "required": false; }; }, { "aggregatedData": "aggregatedData"; "exactMatch": "exactMatch"; }, never, never, false, never>;
149
+ }
150
+
151
+ declare class MatchaLazyloadComponent implements OnInit, OnDestroy {
152
+ private element;
153
+ scrolledToEnd: EventEmitter<void>;
154
+ private observer;
155
+ constructor(element: ElementRef);
156
+ ngOnInit(): void;
157
+ ngOnDestroy(): void;
158
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaLazyloadComponent, never>;
159
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaLazyloadComponent, "matcha-lazyload", never, {}, { "scrolledToEnd": "scrolledToEnd"; }, never, ["*"], false, never>;
160
+ }
161
+
162
+ declare class MatchaLazyloadDataComponent implements OnInit, OnDestroy, OnChanges {
163
+ private element;
164
+ /**
165
+ * Função que carrega os dados com base no número da página.
166
+ * Deve retornar um Observable com um array de itens.
167
+ */
168
+ loadData: (page: number) => Observable<any[]>;
169
+ /**
170
+ * Lista inicial (opcional) para iniciar a agregação.
171
+ */
172
+ initialList: any[];
173
+ /**
174
+ * Threshold para o Intersection Observer (padrão: 0.1 = 10% do elemento visível).
175
+ */
176
+ threshold: number;
177
+ /**
178
+ * Root margin para o Intersection Observer (padrão: '0px').
179
+ * Use valores como '100px' para acionar 100px antes do elemento aparecer.
180
+ * Aceita valores como: '10px', '10px 20px', '10% 5% 0px 5%'
181
+ */
182
+ rootMargin: string;
183
+ /**
184
+ * Chave para resetar a diretiva (para componentes como select).
185
+ */
186
+ resetKey: any;
187
+ /**
188
+ * Novo input para o autocomplete, onde será aplicado o debounce.
189
+ */
190
+ searchTerm: any;
191
+ /**
192
+ * Emite a lista acumulada de itens.
193
+ */
194
+ aggregatedData: EventEmitter<any[]>;
195
+ /**
196
+ * Emite o item exato, quando a aggregatedData tiver um único item igual ao searchTerm.
197
+ */
198
+ exactMatch: EventEmitter<any>;
199
+ private aggregatedList;
200
+ private currentPage;
201
+ private observer;
202
+ private dataSubscription;
203
+ private searchSubscription;
204
+ private searchTermSubject;
205
+ constructor(element: ElementRef);
206
+ ngOnInit(): void;
207
+ ngOnChanges(changes: SimpleChanges): void;
208
+ /**
209
+ * Inicializa ou reinicializa a lista agregada e o contador de página.
210
+ */
211
+ private initialize;
212
+ /**
213
+ * Reseta apenas as assinaturas e o estado dos dados (não a inscrição do searchTerm).
214
+ */
215
+ private resetData;
216
+ /**
217
+ * Carrega a próxima página de dados utilizando a função loadData.
218
+ */
219
+ private loadNextPage;
220
+ /**
221
+ * Verifica se a lista agregada possui exatamente um item e se esse item é igual ao searchTerm.
222
+ * Se sim, emite o output exactMatch com esse item.
223
+ */
224
+ private checkExactMatch;
225
+ ngOnDestroy(): void;
226
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaLazyloadDataComponent, never>;
227
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaLazyloadDataComponent, "matcha-lazyload-data", never, { "loadData": { "alias": "loadData"; "required": false; }; "initialList": { "alias": "initialList"; "required": false; }; "threshold": { "alias": "threshold"; "required": false; }; "rootMargin": { "alias": "rootMargin"; "required": false; }; "resetKey": { "alias": "resetKey"; "required": false; }; "searchTerm": { "alias": "searchTerm"; "required": false; }; }, { "aggregatedData": "aggregatedData"; "exactMatch": "exactMatch"; }, never, ["*"], false, never>;
228
+ }
229
+
230
+ declare class MatchaButtonComponent implements OnChanges, OnInit {
231
+ private _elementRef;
232
+ private _renderer;
233
+ size: string | null;
234
+ sizeXs: string | null;
235
+ sizeSm: string | null;
236
+ sizeMd: string | null;
237
+ sizeLg: string | null;
238
+ sizeXl: string | null;
239
+ color: string | null;
240
+ get colorAttr(): string | null;
241
+ private _basic;
242
+ get basic(): boolean | string;
243
+ set basic(v: boolean | string);
244
+ private _outline;
245
+ get outline(): boolean | string;
246
+ set outline(v: boolean | string);
247
+ private _alpha;
248
+ get alpha(): boolean | string;
249
+ set alpha(v: boolean | string);
250
+ private _pill;
251
+ get pill(): boolean | string;
252
+ set pill(v: boolean | string);
253
+ private _link;
254
+ get link(): boolean | string;
255
+ set link(v: boolean | string);
256
+ private _icon;
257
+ get icon(): boolean | string;
258
+ set icon(v: boolean | string);
259
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
260
+ private _config;
261
+ ngOnInit(): void;
262
+ ngOnChanges(): void;
263
+ private clearConfig;
264
+ private setConfig;
265
+ private setSize;
266
+ private setOutline;
267
+ private setPill;
268
+ private setLink;
269
+ private setBasic;
270
+ private setIcon;
271
+ private addRippleEffect;
272
+ ngOnDestroy(): void;
273
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonComponent, never>;
274
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaButtonComponent, "[matcha-button]", never, { "size": { "alias": "size"; "required": false; }; "sizeXs": { "alias": "size-xs"; "required": false; }; "sizeSm": { "alias": "size-sm"; "required": false; }; "sizeMd": { "alias": "size-md"; "required": false; }; "sizeLg": { "alias": "size-lg"; "required": false; }; "sizeXl": { "alias": "size-xl"; "required": false; }; "color": { "alias": "color"; "required": false; }; "basic": { "alias": "basic"; "required": false; }; "outline": { "alias": "outline"; "required": false; }; "alpha": { "alias": "alpha"; "required": false; }; "pill": { "alias": "pill"; "required": false; }; "link": { "alias": "link"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], false, never>;
275
+ }
276
+
277
+ declare class MatchaCardComponent {
278
+ private _color;
279
+ get color(): string | null;
280
+ set color(v: string | null);
281
+ get colorAttr(): string | null;
282
+ blockquote: 'left' | 'right' | 'none' | null;
283
+ blockquoteColor: string | null;
284
+ class: string | null;
285
+ private _alpha;
286
+ get alpha(): boolean | string;
287
+ set alpha(v: boolean | string);
288
+ get alphaAttr(): string | null;
289
+ private _tint;
290
+ get tint(): boolean | string;
291
+ set tint(v: boolean | string);
292
+ get tintAttr(): string | null;
293
+ private _loading;
294
+ get loading(): boolean | string;
295
+ set loading(v: boolean | string);
296
+ get classes(): string;
297
+ hasBlockquotePosition(): boolean;
298
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCardComponent, never>;
299
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaCardComponent, "matcha-card", never, { "color": { "alias": "color"; "required": false; }; "blockquote": { "alias": "blockquote"; "required": false; }; "blockquoteColor": { "alias": "blockquoteColor"; "required": false; }; "class": { "alias": "class"; "required": false; }; "alpha": { "alias": "alpha"; "required": false; }; "tint": { "alias": "tint"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], false, never>;
300
+ }
301
+
302
+ declare class MatchaDividerComponent {
303
+ gap: string | number | null;
304
+ gapSm: string | number | null;
305
+ gapMd: string | number | null;
306
+ gapLg: string | number | null;
307
+ gapXl: string | number | null;
308
+ private _vertical;
309
+ set vertical(value: boolean | string);
310
+ get vertical(): boolean;
311
+ get classes(): string;
312
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDividerComponent, never>;
313
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaDividerComponent, "matcha-divider", never, { "gap": { "alias": "gap"; "required": false; }; "gapSm": { "alias": "gap-sm"; "required": false; }; "gapMd": { "alias": "gap-md"; "required": false; }; "gapLg": { "alias": "gap-lg"; "required": false; }; "gapXl": { "alias": "gap-xl"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, never, false, never>;
314
+ }
315
+
316
+ interface ILevelClasses {
317
+ [key: number | string]: string;
318
+ }
319
+ declare class MatchaTitleComponent {
320
+ color: null | string;
321
+ size: number | string;
322
+ loading: boolean;
323
+ type: 'pill' | 'bullet' | 'icon' | 'none';
324
+ icon: string;
325
+ iconClick: EventEmitter<object>;
326
+ sizeClasses: ILevelClasses;
327
+ getTypes(): string;
328
+ get signClasses(): string;
329
+ get textClasses(): string;
330
+ emitIconAction(): void;
331
+ hasIconClickOutput(): boolean;
332
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTitleComponent, never>;
333
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaTitleComponent, "matcha-title", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "type": { "alias": "type"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, { "iconClick": "iconClick"; }, never, ["*"], false, never>;
334
+ }
335
+
336
+ interface BreakpointState {
337
+ matches: boolean;
338
+ breakpoint: string;
339
+ }
340
+ /**
341
+ * Serviço singleton para observação de breakpoints CSS
342
+ * Funciona tanto no browser quanto no servidor (SSR)
343
+ */
344
+ declare class MatchaBreakpointObserver implements OnDestroy {
345
+ private platformId;
346
+ private breakpointSubject;
347
+ private resizeSubscription;
348
+ private isBrowser;
349
+ private currentBreakpoints;
350
+ constructor(platformId: Object);
351
+ ngOnDestroy(): void;
352
+ /**
353
+ * Observa um breakpoint específico
354
+ * @param breakpoint - String no formato CSS media query (ex: '(max-width: 768px)')
355
+ * @returns Observable<BreakpointState>
356
+ */
357
+ observe(breakpoint: string): Observable<BreakpointState>;
358
+ /**
359
+ * Verifica se um breakpoint específico está ativo
360
+ * @param breakpoint - String no formato CSS media query
361
+ * @returns boolean
362
+ */
363
+ isMatched(breakpoint: string): boolean;
364
+ /**
365
+ * Obtém o estado atual do breakpoint
366
+ * @param breakpoint - String no formato CSS media query
367
+ * @returns BreakpointState
368
+ */
369
+ getState(breakpoint: string): BreakpointState;
370
+ /**
371
+ * Observa múltiplos breakpoints simultaneamente
372
+ * @param breakpoints - Array de strings de breakpoints
373
+ * @returns Observable<Map<string, boolean>>
374
+ */
375
+ observeMultiple(breakpoints: string[]): Observable<Map<string, boolean>>;
376
+ private setupResizeListener;
377
+ private checkBreakpoint;
378
+ /**
379
+ * Método utilitário para criar breakpoints comuns
380
+ */
381
+ static createBreakpoint(width: number, condition?: 'max' | 'min'): string;
382
+ /**
383
+ * Breakpoints pré-definidos para facilitar o uso
384
+ */
385
+ static readonly BREAKPOINTS: {
386
+ readonly XS: "(max-width: 480px)";
387
+ readonly SM: "(max-width: 768px)";
388
+ readonly MD: "(max-width: 1024px)";
389
+ readonly LG: "(max-width: 1200px)";
390
+ readonly XL: "(max-width: 1440px)";
391
+ readonly MOBILE: "(max-width: 768px)";
392
+ readonly TABLET: "(min-width: 769px) and (max-width: 1024px)";
393
+ readonly DESKTOP: "(min-width: 1025px)";
394
+ };
395
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaBreakpointObserver, never>;
396
+ static ɵprov: i0.ɵɵInjectableDeclaration<MatchaBreakpointObserver>;
397
+ }
398
+
399
+ interface DrawerItem {
400
+ id: string;
401
+ label: string;
402
+ icon?: string;
403
+ route?: string;
404
+ action?: () => void;
405
+ badge?: string | number;
406
+ disabled?: boolean;
407
+ divider?: boolean;
408
+ }
409
+ interface DrawerSection {
410
+ id: string;
411
+ title?: string;
412
+ items: DrawerItem[];
413
+ position: 'top' | 'bottom';
414
+ divider?: boolean;
415
+ }
416
+ type DrawerMode = 'push' | 'overlay';
417
+ type DrawerPosition = 'left' | 'right';
418
+ declare class MatchaDrawerComponent implements OnInit, OnDestroy {
419
+ private elementRef;
420
+ private renderer;
421
+ private cdr;
422
+ private breakpointObserver;
423
+ isOpen: boolean;
424
+ mode: DrawerMode;
425
+ position: DrawerPosition;
426
+ width: string;
427
+ hasBackdrop: boolean;
428
+ disableClose: boolean;
429
+ autoCloseOnMobile: boolean;
430
+ breakpoint: number;
431
+ elevation: number;
432
+ hasFooter: boolean;
433
+ responsiveMode: boolean;
434
+ mobileMode: DrawerMode;
435
+ desktopMode: DrawerMode;
436
+ mobileBreakpoint: number;
437
+ autoResponsive: boolean;
438
+ isOpenChange: EventEmitter<boolean>;
439
+ drawerToggle: EventEmitter<void>;
440
+ drawerOpened: EventEmitter<void>;
441
+ drawerClosed: EventEmitter<void>;
442
+ drawerContent: TemplateRef<any>;
443
+ get drawerClasses(): string;
444
+ get drawerWidth(): string;
445
+ get drawerHeight(): string;
446
+ private resizeObserver;
447
+ private isMobile;
448
+ private bodyScrollLocked;
449
+ private breakpointSubscription?;
450
+ private currentResponsiveMode;
451
+ private resizeSubject;
452
+ constructor(elementRef: ElementRef, renderer: Renderer2, cdr: ChangeDetectorRef, breakpointObserver: MatchaBreakpointObserver);
453
+ ngOnInit(): void;
454
+ ngOnDestroy(): void;
455
+ private setupResizeObserver;
456
+ private setupResizeDebounce;
457
+ private checkScreenSize;
458
+ private setupResponsiveMode;
459
+ private updateModeBasedOnScreen;
460
+ private updateDrawerStateOnResize;
461
+ private setupSmartInitialState;
462
+ private setupBodyScrollLock;
463
+ private lockBodyScroll;
464
+ private unlockBodyScroll;
465
+ toggle(): void;
466
+ open(): void;
467
+ close(): void;
468
+ onBackdropClick(): void;
469
+ onKeyDown(event: KeyboardEvent): void;
470
+ getDrawerTransform(): string;
471
+ get animationState(): "open" | "closed";
472
+ get isOverlayMode(): boolean;
473
+ get isPushMode(): boolean;
474
+ get currentMode(): DrawerMode;
475
+ get isMobileView(): boolean;
476
+ get isResponsiveActive(): boolean;
477
+ get isAutoResponsiveActive(): boolean;
478
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDrawerComponent, never>;
479
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaDrawerComponent, "matcha-drawer", never, { "isOpen": { "alias": "isOpen"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "position": { "alias": "position"; "required": false; }; "width": { "alias": "width"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "disableClose": { "alias": "disableClose"; "required": false; }; "autoCloseOnMobile": { "alias": "autoCloseOnMobile"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; "elevation": { "alias": "elevation"; "required": false; }; "hasFooter": { "alias": "hasFooter"; "required": false; }; "responsiveMode": { "alias": "responsiveMode"; "required": false; }; "mobileMode": { "alias": "mobileMode"; "required": false; }; "desktopMode": { "alias": "desktopMode"; "required": false; }; "mobileBreakpoint": { "alias": "mobileBreakpoint"; "required": false; }; "autoResponsive": { "alias": "autoResponsive"; "required": false; }; }, { "isOpenChange": "isOpenChange"; "drawerToggle": "drawerToggle"; "drawerOpened": "drawerOpened"; "drawerClosed": "drawerClosed"; }, never, ["[drawer-header]", "[drawer-content]", "*", "[drawer-footer]"], false, never>;
480
+ }
481
+
482
+ declare class MatchaDrawerContainerComponent implements OnInit, OnDestroy {
483
+ hasBackdrop: boolean;
484
+ autoFocus: boolean;
485
+ drawer: MatchaDrawerComponent;
486
+ ngOnInit(): void;
487
+ ngOnDestroy(): void;
488
+ private setupDrawerEvents;
489
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDrawerContainerComponent, never>;
490
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaDrawerContainerComponent, "matcha-drawer-container", never, { "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, {}, ["drawer"], ["*"], false, never>;
491
+ }
492
+
493
+ declare class MatchaDrawerContentComponent {
494
+ padding: string;
495
+ scrollable: boolean;
496
+ maxHeight: string;
497
+ get contentClasses(): string;
498
+ get maxHeightStyle(): string;
499
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDrawerContentComponent, never>;
500
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaDrawerContentComponent, "matcha-drawer-content", never, { "padding": { "alias": "padding"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, never, ["*"], false, never>;
501
+ }
502
+
503
+ declare class MatchaIconComponent {
504
+ name: string | undefined | null;
505
+ size: string | undefined | null;
506
+ color: string | undefined | null;
507
+ class: string | undefined | null;
508
+ loading: boolean | string;
509
+ get classes(): string;
510
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaIconComponent, never>;
511
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaIconComponent, "matcha-icon", never, { "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "class": { "alias": "class"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], false, never>;
512
+ }
513
+
514
+ declare class MatchaGridComponent {
515
+ private el;
516
+ private renderer;
517
+ breakpoint: string;
518
+ col: string;
519
+ gap: string;
520
+ class: string;
521
+ span: string;
522
+ rowspan: string;
523
+ colspan: string;
524
+ direction: string;
525
+ loading: boolean | string;
526
+ private getStringSplited;
527
+ private getGridClasses;
528
+ setColspanClasses(span: string, breakpoint: string): void;
529
+ setRowspanClasses(span: string, breakpoint: string): void;
530
+ get classes(): string;
531
+ constructor(el: ElementRef, renderer: Renderer2);
532
+ ngOnInit(): void;
533
+ ngOnChanges(): void;
534
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaGridComponent, never>;
535
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaGridComponent, "matcha-grid", never, { "breakpoint": { "alias": "breakpoint"; "required": false; }; "col": { "alias": "col"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "class": { "alias": "class"; "required": false; }; "span": { "alias": "span"; "required": false; }; "rowspan": { "alias": "rowspan"; "required": false; }; "colspan": { "alias": "colspan"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], false, never>;
536
+ }
537
+
538
+ declare class MatchaMasonryComponent {
539
+ colSize: string | number | null;
540
+ smColSize: string | number | null;
541
+ mdColSize: string | number | null;
542
+ lgColSize: string | number | null;
543
+ xlColSize: string | number | null;
544
+ gap: string | number | null;
545
+ gapSm: string | number | null;
546
+ gapMd: string | number | null;
547
+ gapLg: string | number | null;
548
+ gapXl: string | number | null;
549
+ get classes(): string;
550
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaMasonryComponent, never>;
551
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaMasonryComponent, "matcha-masonry", never, { "colSize": { "alias": "col"; "required": false; }; "smColSize": { "alias": "col-sm"; "required": false; }; "mdColSize": { "alias": "col-md"; "required": false; }; "lgColSize": { "alias": "col-lg"; "required": false; }; "xlColSize": { "alias": "col-xl"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "gapSm": { "alias": "gap-sm"; "required": false; }; "gapMd": { "alias": "gap-md"; "required": false; }; "gapLg": { "alias": "gap-lg"; "required": false; }; "gapXl": { "alias": "gap-xl"; "required": false; }; }, {}, never, ["*"], false, never>;
552
+ }
553
+
554
+ declare class MatchaModalContentComponent {
555
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaModalContentComponent, never>;
556
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaModalContentComponent, "matcha-modal-content", never, {}, {}, never, ["*"], false, never>;
557
+ }
558
+
559
+ declare class MatchaModalHeaderComponent {
560
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaModalHeaderComponent, never>;
561
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaModalHeaderComponent, "matcha-modal-header", never, {}, {}, never, ["*", "matcha-modal-options"], false, never>;
562
+ }
563
+
564
+ declare class MatchaModalFooterComponent {
565
+ buttonType: number | string;
566
+ ngAfterViewInit(): void;
567
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaModalFooterComponent, never>;
568
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaModalFooterComponent, "matcha-modal-footer", never, { "buttonType": { "alias": ""; "required": false; }; }, {}, never, ["*"], false, never>;
569
+ }
570
+
571
+ declare class MatchaModalOptionsComponent {
572
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaModalOptionsComponent, never>;
573
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaModalOptionsComponent, "matcha-modal-options", never, {}, {}, never, ["*"], false, never>;
574
+ }
575
+
576
+ declare class MatchaModalComponent {
577
+ size: string | null;
578
+ sizeXs: string | null;
579
+ sizeSm: string | null;
580
+ sizeMd: string | null;
581
+ sizeLg: string | null;
582
+ sizeXl: string | null;
583
+ class: string;
584
+ hasBackdrop: boolean;
585
+ backdropClass: string;
586
+ get sizeAttr(): string | null;
587
+ get sizeAttrXs(): string | null;
588
+ get sizeAttrSm(): string | null;
589
+ get sizeAttrMd(): string | null;
590
+ get sizeAttrLg(): string | null;
591
+ get sizeAttrXl(): string | null;
592
+ get classes(): string;
593
+ constructor();
594
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaModalComponent, never>;
595
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaModalComponent, "matcha-modal", never, { "size": { "alias": "size"; "required": false; }; "sizeXs": { "alias": "size-xs"; "required": false; }; "sizeSm": { "alias": "size-sm"; "required": false; }; "sizeMd": { "alias": "size-md"; "required": false; }; "sizeLg": { "alias": "size-lg"; "required": false; }; "sizeXl": { "alias": "size-xl"; "required": false; }; "class": { "alias": "class"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; }, {}, never, ["*"], false, never>;
596
+ }
597
+
598
+ declare class MatchaMenuComponent {
599
+ private _elementRef;
600
+ private _renderer;
601
+ isParentMenu: boolean;
602
+ isOpen: boolean;
603
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
604
+ handleOutsideClick(event: Event): void;
605
+ handleMouseLeave(event: MouseEvent): void;
606
+ openMenu(): void;
607
+ closeMenu(): void;
608
+ toggleMenu(): void;
609
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaMenuComponent, never>;
610
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaMenuComponent, "matcha-menu", ["matchaMenu"], { "isParentMenu": { "alias": "isParentMenu"; "required": false; }; }, {}, never, ["*"], false, never>;
611
+ }
612
+
613
+ declare class MatchaToolbarComponent implements OnInit, OnDestroy {
614
+ elevation: number;
615
+ isMobileScreen: boolean;
616
+ get elevationClass(): string;
617
+ private readonly mobileBreakpoint;
618
+ private resizeTimeout;
619
+ ngOnInit(): void;
620
+ onResize(): void;
621
+ private checkScreenWidth;
622
+ ngOnDestroy(): void;
623
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarComponent, never>;
624
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarComponent, "matcha-toolbar", never, { "elevation": { "alias": "elevation"; "required": false; }; }, {}, never, ["matcha-toolbar-main-button", "matcha-toolbar-custom-button", "matcha-title", "search-form", "matcha-toolbar-button", "matcha-toolbar-content", "*"], false, never>;
625
+ }
626
+
627
+ declare class MatchaToolbarButtonComponent {
628
+ icon: string;
629
+ buttonClick: EventEmitter<any>;
630
+ get classes(): string;
631
+ emitButtonClick(): void;
632
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarButtonComponent, never>;
633
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarButtonComponent, "matcha-toolbar-button", never, { "icon": { "alias": "icon"; "required": false; }; }, { "buttonClick": "buttonClick"; }, never, never, false, never>;
634
+ }
635
+
636
+ declare class MatchaToolbarContentComponent {
637
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarContentComponent, never>;
638
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarContentComponent, "matcha-toolbar-content", never, {}, {}, never, ["*"], false, never>;
639
+ }
640
+
641
+ declare class MatchaToolbarMainButtonComponent {
642
+ buttonClick: EventEmitter<any>;
643
+ emitButtonClick(): void;
644
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarMainButtonComponent, never>;
645
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarMainButtonComponent, "matcha-toolbar-main-button", never, {}, { "buttonClick": "buttonClick"; }, never, ["*"], false, never>;
646
+ }
647
+
648
+ declare class MatchaToolbarCustomButtonComponent {
649
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarCustomButtonComponent, never>;
650
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaToolbarCustomButtonComponent, "matcha-toolbar-custom-button", never, {}, {}, never, ["*"], false, never>;
651
+ }
652
+
653
+ declare class MatchaFormFieldComponent {
654
+ color: 'red' | 'pink' | 'purple' | 'deep-purple' | 'indigo' | 'blue' | 'light-blue' | 'cyan' | 'teal' | 'green' | 'light-green' | 'lime' | 'yellow' | 'amber' | 'orange' | 'deep-orange' | 'primary' | 'accent' | 'warn' | 'brown' | 'grey' | 'blue-grey' | 'primary' | 'accent' | 'warn';
655
+ size: string | null | undefined | 'tiny' | 'small' | 'medium' | 'large' | 'huge';
656
+ sizeXs: string | null;
657
+ sizeSm: string | null;
658
+ sizeMd: string | null;
659
+ sizeLg: string | null;
660
+ sizeXl: string | null;
661
+ controlDir?: FormControlName;
662
+ get control(): i3.FormControl<any> | undefined;
663
+ get showError(): boolean;
664
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaFormFieldComponent, never>;
665
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaFormFieldComponent, "matcha-form-field", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeXs": { "alias": "size-xs"; "required": false; }; "sizeSm": { "alias": "size-sm"; "required": false; }; "sizeMd": { "alias": "size-md"; "required": false; }; "sizeLg": { "alias": "size-lg"; "required": false; }; "sizeXl": { "alias": "size-xl"; "required": false; }; }, {}, ["controlDir"], ["matcha-label", "*", "matcha-error", "matcha-autocomplete", "matcha-hint-text"], false, never>;
666
+ }
667
+
668
+ declare class MatchaLabelComponent {
669
+ color: 'red' | 'pink' | 'purple' | 'deep-purple' | 'indigo' | 'blue' | 'light-blue' | 'cyan' | 'teal' | 'green' | 'light-green' | 'lime' | 'yellow' | 'amber' | 'orange' | 'deep-orange' | 'primary' | 'accent' | 'warn' | 'brown' | 'grey' | 'blue-grey' | 'primary' | 'accent' | 'warn';
670
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaLabelComponent, never>;
671
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaLabelComponent, "matcha-label", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
672
+ }
673
+
674
+ declare class MatchaErrorComponent {
675
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaErrorComponent, never>;
676
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaErrorComponent, "matcha-error", never, {}, {}, never, ["*"], false, never>;
677
+ }
678
+
679
+ declare class MatchaCheckboxComponent implements ControlValueAccessor {
680
+ color: string;
681
+ indeterminate: boolean;
682
+ private _disabled;
683
+ get disabled(): boolean;
684
+ set disabled(value: boolean | string);
685
+ private _checked;
686
+ get checked(): boolean;
687
+ set checked(value: boolean | string);
688
+ checkedChange: EventEmitter<{
689
+ checked: boolean;
690
+ }>;
691
+ change: EventEmitter<Event>;
692
+ onChange: any;
693
+ onTouched: any;
694
+ writeValue(value: boolean): void;
695
+ registerOnChange(fn: any): void;
696
+ registerOnTouched(fn: any): void;
697
+ setDisabledState(isDisabled: boolean): void;
698
+ onInputChange(event: Event): void;
699
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCheckboxComponent, never>;
700
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaCheckboxComponent, "matcha-checkbox", never, { "color": { "alias": "color"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "checkedChange": "checkedChange"; "change": "change"; }, never, ["*"], false, never>;
701
+ }
702
+
703
+ declare class MatchaRadioComponent implements ControlValueAccessor {
704
+ color: string;
705
+ value: any;
706
+ name: string;
707
+ private _disabled;
708
+ set disabled(value: boolean | string);
709
+ get disabled(): boolean;
710
+ get checked(): boolean;
711
+ set checked(value: boolean);
712
+ private _checked;
713
+ private _modelValue;
714
+ checkedChange: EventEmitter<{
715
+ checked: boolean;
716
+ }>;
717
+ change: EventEmitter<Event>;
718
+ onChange: any;
719
+ onTouched: any;
720
+ writeValue(value: any): void;
721
+ registerOnChange(fn: any): void;
722
+ registerOnTouched(fn: any): void;
723
+ setDisabledState(isDisabled: boolean): void;
724
+ onInputChange(event: Event): void;
725
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRadioComponent, never>;
726
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaRadioComponent, "matcha-radio", never, { "color": { "alias": "color"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "checkedChange": "checkedChange"; "change": "change"; }, never, ["*"], false, never>;
727
+ }
728
+
729
+ declare class MatchaSpinComponent {
730
+ private _elementRef;
731
+ private _renderer;
732
+ private _progress;
733
+ set progress(value: string | number);
734
+ get progress(): string | number;
735
+ color: string;
736
+ size: string | null;
737
+ sizeXs: string | null;
738
+ sizeSm: string | null;
739
+ sizeMd: string | null;
740
+ sizeLg: string | null;
741
+ sizeXl: string | null;
742
+ readonly strokeWidth: number;
743
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
744
+ ngOnInit(): void;
745
+ private setSize;
746
+ get diameter(): number;
747
+ get radius(): number;
748
+ get circumference(): number;
749
+ get dashOffset(): number;
750
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSpinComponent, never>;
751
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaSpinComponent, "matcha-spin", never, { "progress": { "alias": "progress"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeXs": { "alias": "size-xs"; "required": false; }; "sizeSm": { "alias": "size-sm"; "required": false; }; "sizeMd": { "alias": "size-md"; "required": false; }; "sizeLg": { "alias": "size-lg"; "required": false; }; "sizeXl": { "alias": "size-xl"; "required": false; }; }, {}, never, never, false, never>;
752
+ }
753
+
754
+ declare class MatchaSpinnerComponent {
755
+ private _elementRef;
756
+ private _renderer;
757
+ private _progressValue;
758
+ set progress(value: string | number);
759
+ get progress(): string | number;
760
+ get _progress(): string | number;
761
+ color: string;
762
+ get _color(): string;
763
+ size: string | null;
764
+ get hostSize(): string | null;
765
+ sizeXs: string | null;
766
+ sizeSm: string | null;
767
+ sizeMd: string | null;
768
+ sizeLg: string | null;
769
+ sizeXl: string | null;
770
+ readonly diameter = 66;
771
+ readonly center = 33;
772
+ readonly radius = 30;
773
+ readonly strokeWidth = 5;
774
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
775
+ ngOnInit(): void;
776
+ private setSize;
777
+ get circumference(): number;
778
+ get dashOffset(): number;
779
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSpinnerComponent, never>;
780
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaSpinnerComponent, "matcha-spinner", never, { "progress": { "alias": "progress"; "required": false; }; "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeXs": { "alias": "size-xs"; "required": false; }; "sizeSm": { "alias": "size-sm"; "required": false; }; "sizeMd": { "alias": "size-md"; "required": false; }; "sizeLg": { "alias": "size-lg"; "required": false; }; "sizeXl": { "alias": "size-xl"; "required": false; }; }, {}, never, never, false, never>;
781
+ }
782
+
783
+ declare class MatchaHintTextComponent {
784
+ type: string;
785
+ size: string;
786
+ get iconName(): string;
787
+ get iconColor(): string;
788
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaHintTextComponent, never>;
789
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaHintTextComponent, "matcha-hint-text", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>;
790
+ }
791
+
792
+ declare class MatchaSkeletonComponent {
793
+ amount: number | string;
794
+ grid: number | string;
795
+ height: number | string;
796
+ model: 'profile' | 'table' | 'empty' | string | null;
797
+ gap: number | string;
798
+ get classes(): string;
799
+ get heightClass(): string;
800
+ get amountArray(): number[];
801
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSkeletonComponent, never>;
802
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaSkeletonComponent, "matcha-skeleton", never, { "amount": { "alias": "amount"; "required": false; }; "grid": { "alias": "grid"; "required": false; }; "height": { "alias": "height"; "required": false; }; "model": { "alias": "model"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, {}, never, ["*"], false, never>;
803
+ }
804
+
805
+ declare class MatchaSlideToggleComponent implements ControlValueAccessor, OnChanges, AfterViewInit {
806
+ private elementRef;
807
+ color: string;
808
+ private _checked;
809
+ set checked(value: boolean | string);
810
+ get checked(): boolean;
811
+ private _disabled;
812
+ set disabled(value: boolean | string);
813
+ get disabled(): boolean;
814
+ change: EventEmitter<{
815
+ checked: boolean;
816
+ }>;
817
+ onChange: (value: boolean) => void;
818
+ onTouched: () => void;
819
+ writeValue(value: any): void;
820
+ registerOnChange(fn: any): void;
821
+ registerOnTouched(fn: any): void;
822
+ setDisabledState(isDisabled: boolean): void;
823
+ constructor(elementRef: ElementRef<HTMLElement>);
824
+ ngOnChanges(changes: SimpleChanges): void;
825
+ ngAfterViewInit(): void;
826
+ onInputChange(event: Event): void;
827
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSlideToggleComponent, never>;
828
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaSlideToggleComponent, "matcha-slide-toggle", never, { "color": { "alias": "color"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "change": "change"; }, never, ["*"], false, never>;
829
+ }
830
+
831
+ declare class MatchaButtonToggleComponent implements AfterContentInit {
832
+ private elementRef;
833
+ private _multiple;
834
+ get multiple(): boolean | string;
835
+ set multiple(v: boolean | string);
836
+ private _disabled;
837
+ get disabled(): boolean | string;
838
+ set disabled(v: boolean | string);
839
+ get isDisabled(): string | true | null;
840
+ private _required;
841
+ get required(): boolean | string;
842
+ set required(v: boolean | string);
843
+ inactiveColor: string;
844
+ inactiveType: string;
845
+ private _gap;
846
+ set gap(v: string | number);
847
+ get gapClass(): string;
848
+ get gap(): number;
849
+ buttons: QueryList<MatchaButtonComponent>;
850
+ constructor(elementRef: ElementRef);
851
+ ngAfterContentInit(): void;
852
+ private setButtonState;
853
+ private onButtonSelected;
854
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonToggleComponent, never>;
855
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaButtonToggleComponent, "matcha-button-toggle", never, { "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "inactiveColor": { "alias": "inactiveColor"; "required": false; }; "inactiveType": { "alias": "inactiveType"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, {}, ["buttons"], ["*"], false, never>;
856
+ }
857
+
858
+ declare class MatchaTabItemComponent {
859
+ title: string;
860
+ icon: string;
861
+ private _active;
862
+ set active(value: boolean | string);
863
+ get active(): boolean;
864
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTabItemComponent, never>;
865
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaTabItemComponent, "matcha-tab", never, { "title": { "alias": "title"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], false, never>;
866
+ }
867
+
868
+ declare class MatchaTabsComponent implements AfterContentInit {
869
+ tabs: QueryList<MatchaTabItemComponent>;
870
+ activeTabIndex: number;
871
+ tabSelected: EventEmitter<number>;
872
+ ngAfterContentInit(): void;
873
+ selectTab(tab: MatchaTabItemComponent): void;
874
+ selectTabByIndex(index: number): void;
875
+ handleKeyboardEvent(event: KeyboardEvent): void;
876
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTabsComponent, never>;
877
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaTabsComponent, "matcha-tabs", never, { "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; }, { "tabSelected": "tabSelected"; }, ["tabs"], ["*"], false, never>;
878
+ }
879
+
880
+ declare class MatchaDateRangeComponent implements AfterContentInit, OnDestroy {
881
+ controls: QueryList<NgControl>;
882
+ private startDateControl;
883
+ private endDateControl;
884
+ private subscription;
885
+ ngAfterContentInit(): void;
886
+ ngOnDestroy(): void;
887
+ /**
888
+ * Validação de formato de data e intervalo: data inicial não pode ser posterior à data final
889
+ */
890
+ private validateDateRange;
891
+ /**
892
+ * Remove um erro específico sem afetar outros erros
893
+ */
894
+ private removeSpecificError;
895
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDateRangeComponent, never>;
896
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaDateRangeComponent, "matcha-date-range", never, {}, {}, ["controls"], ["*"], false, never>;
897
+ }
898
+
899
+ declare class MatchaTimeComponent implements AfterContentInit, OnDestroy {
900
+ controls: QueryList<NgControl>;
901
+ startDateControlName?: string;
902
+ endDateControlName?: string;
903
+ allowCrossDays: boolean;
904
+ private startTimeControl;
905
+ private endTimeControl;
906
+ private startDateControl;
907
+ private endDateControl;
908
+ private subscription;
909
+ ngAfterContentInit(): void;
910
+ ngOnDestroy(): void;
911
+ /**
912
+ * Validação de intervalo de tempo que pode cruzar dias
913
+ */
914
+ private validateTimeRange;
915
+ /**
916
+ * Define erros de validação nos controles
917
+ */
918
+ private setValidationErrors;
919
+ /**
920
+ * Remove erros específicos de validação
921
+ */
922
+ private clearValidationErrors;
923
+ /**
924
+ * Remove um erro específico sem afetar outros erros
925
+ */
926
+ private removeSpecificError;
927
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTimeComponent, never>;
928
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaTimeComponent, "matcha-time", never, { "startDateControlName": { "alias": "startDateControlName"; "required": false; }; "endDateControlName": { "alias": "endDateControlName"; "required": false; }; "allowCrossDays": { "alias": "allowCrossDays"; "required": false; }; }, {}, ["controls"], ["*"], false, never>;
929
+ }
930
+
931
+ declare class StepComponent {
932
+ step: any;
933
+ template: TemplateRef<any>;
934
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepComponent, never>;
935
+ static ɵcmp: i0.ɵɵComponentDeclaration<StepComponent, "matcha-step", never, { "step": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
936
+ }
937
+
938
+ declare class MatchaStepperStateService {
939
+ private steps;
940
+ private _steps$;
941
+ steps$: rxjs.Observable<any[]>;
942
+ private _activeStep$;
943
+ activeStep$: rxjs.Observable<number>;
944
+ private pendingActiveStep;
945
+ setSteps(steps: any[]): void;
946
+ setActiveStep(index: number): void;
947
+ nextStep(): void;
948
+ prevStep(): void;
949
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaStepperStateService, never>;
950
+ static ɵprov: i0.ɵɵInjectableDeclaration<MatchaStepperStateService>;
951
+ }
952
+
953
+ declare class MatchaStepperComponent {
954
+ private stepperState;
955
+ active: number;
956
+ constructor(stepperState: MatchaStepperStateService);
957
+ ngOnChanges(changes: SimpleChanges): void;
958
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaStepperComponent, never>;
959
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaStepperComponent, "matcha-stepper", never, { "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], false, never>;
960
+ }
961
+
962
+ declare class MatchaStepperContentComponent implements AfterContentInit {
963
+ private stepperState;
964
+ steps: QueryList<StepComponent>;
965
+ stepsArray: StepComponent[];
966
+ activeStep: number;
967
+ constructor(stepperState: MatchaStepperStateService);
968
+ ngAfterContentInit(): void;
969
+ nextStep(): void;
970
+ prevStep(): void;
971
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaStepperContentComponent, never>;
972
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaStepperContentComponent, "matcha-stepper-content", never, {}, {}, ["steps"], never, false, never>;
973
+ }
974
+
975
+ declare class MatchaStepperControllerComponent implements OnInit {
976
+ private stepperState;
977
+ disableNext: boolean;
978
+ steps: string[];
979
+ activeStep: number;
980
+ constructor(stepperState: MatchaStepperStateService);
981
+ ngOnInit(): void;
982
+ goToStep(index: number): void;
983
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaStepperControllerComponent, never>;
984
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaStepperControllerComponent, "matcha-stepper-controller", never, { "disableNext": { "alias": "disableNext"; "required": false; }; }, {}, never, never, false, never>;
985
+ }
986
+
987
+ declare class MatchaDropListService {
988
+ private dropZones;
989
+ registerDropZone(element: HTMLElement, component: any): void;
990
+ unregisterDropZone(element: HTMLElement): void;
991
+ findDropZone(element: Element | null): any;
992
+ getAllDropZones(): any[];
993
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDropListService, never>;
994
+ static ɵprov: i0.ɵɵInjectableDeclaration<MatchaDropListService>;
995
+ }
996
+
997
+ declare class MatchaDragDirective implements OnInit, OnDestroy {
998
+ elementRef: ElementRef<HTMLElement>;
999
+ private renderer;
1000
+ private ngZone;
1001
+ private dropListService;
1002
+ matchaDragData: any;
1003
+ matchaDragDisabled: boolean;
1004
+ get dragItemClass(): boolean;
1005
+ get dragDisabledClass(): boolean;
1006
+ private listeners;
1007
+ private isDragging;
1008
+ private dragHandle?;
1009
+ private dropList?;
1010
+ private touchStartPosition;
1011
+ private touchCurrentPosition;
1012
+ private touchDragThreshold;
1013
+ private isTouchDragging;
1014
+ private dragPreview?;
1015
+ private touchIdentifier?;
1016
+ constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, ngZone: NgZone, dropListService: MatchaDropListService);
1017
+ ngOnInit(): void;
1018
+ ngOnDestroy(): void;
1019
+ setDropList(dropList: any): void;
1020
+ setDragHandle(handle: HTMLElement): void;
1021
+ private setupDragEvents;
1022
+ private onDragStart;
1023
+ private onDragEnd;
1024
+ private onTouchStart;
1025
+ private onTouchMove;
1026
+ private onTouchEnd;
1027
+ private onTouchCancel;
1028
+ private startTouchDrag;
1029
+ private updateTouchDrag;
1030
+ private endTouchDrag;
1031
+ private cancelTouchDrag;
1032
+ private createTouchDragPreview;
1033
+ private checkDropZones;
1034
+ private findDropZone;
1035
+ private findAngularComponent;
1036
+ private createFakeDragEvent;
1037
+ private findTouch;
1038
+ private resetTouchState;
1039
+ private cleanupTouchDrag;
1040
+ private createDragImage;
1041
+ private cleanupListeners;
1042
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDragDirective, never>;
1043
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaDragDirective, "[matchaDrag]", never, { "matchaDragData": { "alias": "matchaDragData"; "required": false; }; "matchaDragDisabled": { "alias": "matchaDragDisabled"; "required": false; }; }, {}, never, never, false, never>;
1044
+ }
1045
+
1046
+ interface MatchaDropListDroppedEvent<T = any> {
1047
+ previousIndex: number;
1048
+ currentIndex: number;
1049
+ item: T;
1050
+ container: MatchaDropListComponent;
1051
+ previousContainer?: MatchaDropListComponent;
1052
+ data: T[];
1053
+ }
1054
+ interface MatchaDropListConnectedToEvent<T = any> {
1055
+ sourceData: T[];
1056
+ targetData: T[];
1057
+ item: T;
1058
+ previousIndex: number;
1059
+ currentIndex: number;
1060
+ }
1061
+ declare class MatchaDropListComponent<T = any> implements OnInit, OnDestroy, AfterContentInit {
1062
+ elementRef: ElementRef<HTMLElement>;
1063
+ private renderer;
1064
+ private dropListService;
1065
+ matchaDropListData: T[];
1066
+ matchaDropListDisabled: boolean;
1067
+ matchaDropListConnectedTo: MatchaDropListComponent[];
1068
+ matchaDropListSortingDisabled: boolean;
1069
+ matchaDropListAcceptPredicate?: (item: any, sourceContainer: MatchaDropListComponent, targetContainer: MatchaDropListComponent) => boolean;
1070
+ matchaDropListDropped: EventEmitter<MatchaDropListDroppedEvent<T>>;
1071
+ dragItems: QueryList<MatchaDragDirective>;
1072
+ get dropListClass(): boolean;
1073
+ private currentDragItem?;
1074
+ private dragStartIndex;
1075
+ private sourceContainer?;
1076
+ isReceivingDrag: boolean;
1077
+ showDropIndicator: boolean;
1078
+ dropIndicatorPosition: number;
1079
+ canAcceptDrop: boolean;
1080
+ private calculatedDropIndex;
1081
+ constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2, dropListService: MatchaDropListService);
1082
+ ngOnInit(): void;
1083
+ ngAfterContentInit(): void;
1084
+ ngOnDestroy(): void;
1085
+ private setupDropZone;
1086
+ private updateDropIndicator;
1087
+ onDragStart(dragItem: MatchaDragDirective, event: DragEvent): void;
1088
+ onDragEnd(): void;
1089
+ private handleDrop;
1090
+ private reorderItems;
1091
+ private transferItem;
1092
+ private getDragItemIndex;
1093
+ notifyDragStart(dragItem: MatchaDragDirective, sourceContainer: MatchaDropListComponent): void;
1094
+ notifyDragEnd(): void;
1095
+ private canAcceptCurrentDrop;
1096
+ handleTouchDragOver(event: any): void;
1097
+ handleTouchDrop(event: any, dragItem: any): void;
1098
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDropListComponent<any>, never>;
1099
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaDropListComponent<any>, "matcha-drop-list", never, { "matchaDropListData": { "alias": "matchaDropListData"; "required": false; }; "matchaDropListDisabled": { "alias": "matchaDropListDisabled"; "required": false; }; "matchaDropListConnectedTo": { "alias": "matchaDropListConnectedTo"; "required": false; }; "matchaDropListSortingDisabled": { "alias": "matchaDropListSortingDisabled"; "required": false; }; "matchaDropListAcceptPredicate": { "alias": "matchaDropListAcceptPredicate"; "required": false; }; }, { "matchaDropListDropped": "matchaDropListDropped"; }, ["dragItems"], ["*"], false, never>;
1100
+ }
1101
+
1102
+ declare class MatchaPageLayoutComponent {
1103
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPageLayoutComponent, never>;
1104
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaPageLayoutComponent, "matcha-page-layout", never, {}, {}, never, ["*"], false, never>;
1105
+ }
1106
+
1107
+ declare class MatchaAvatarComponent {
1108
+ src: string;
1109
+ name: string;
1110
+ size: 'tiny' | 'small' | 'medium' | 'large' | 'huge';
1111
+ color: string;
1112
+ private _disabled;
1113
+ set disabled(value: boolean | string);
1114
+ get disabled(): boolean;
1115
+ get initials(): string;
1116
+ get hasImage(): boolean;
1117
+ get hasName(): boolean;
1118
+ get showDefaultIcon(): boolean;
1119
+ get sizeClass(): string;
1120
+ get avatarClasses(): string;
1121
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAvatarComponent, never>;
1122
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAvatarComponent, "matcha-avatar", never, { "src": { "alias": "src"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
1123
+ }
1124
+
1125
+ declare class MatchaOptionComponent {
1126
+ private parent;
1127
+ private elRef;
1128
+ value: any;
1129
+ disabled: boolean;
1130
+ selected: boolean;
1131
+ optionClick: EventEmitter<any>;
1132
+ optionSelect: EventEmitter<MatchaOptionComponent>;
1133
+ constructor(parent: MatchaOptionParent | null, elRef: ElementRef);
1134
+ onClick(): void;
1135
+ private findParentAndSelect;
1136
+ onKeydown(ev: KeyboardEvent): void;
1137
+ get nativeElement(): HTMLElement;
1138
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaOptionComponent, [{ optional: true; }, null]>;
1139
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaOptionComponent, "matcha-option", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "optionClick": "optionClick"; "optionSelect": "optionSelect"; }, never, ["*"], false, never>;
1140
+ }
1141
+
1142
+ interface PanelPosition {
1143
+ top: number;
1144
+ left: number;
1145
+ width: number;
1146
+ maxHeight?: number;
1147
+ }
1148
+ type PanelPlacement = 'bottom' | 'top' | 'auto';
1149
+ declare class MatchaPanelComponent implements OnInit, OnDestroy, OnChanges, AfterViewInit {
1150
+ private elRef;
1151
+ private cdr;
1152
+ placement: PanelPlacement;
1153
+ maxHeight: number;
1154
+ minWidth: number;
1155
+ offset: number;
1156
+ triggerElement?: HTMLElement;
1157
+ open: boolean;
1158
+ opened: EventEmitter<void>;
1159
+ closed: EventEmitter<void>;
1160
+ panelRef?: ElementRef<HTMLElement>;
1161
+ panelStyle: {
1162
+ [key: string]: any;
1163
+ };
1164
+ private destroy$;
1165
+ private scrollListener?;
1166
+ private resizeListener?;
1167
+ constructor(elRef: ElementRef, cdr: ChangeDetectorRef);
1168
+ ngOnInit(): void;
1169
+ ngOnDestroy(): void;
1170
+ /**
1171
+ * Anexa o painel a um elemento trigger
1172
+ */
1173
+ attachTo(trigger: HTMLElement): void;
1174
+ ngAfterViewInit(): void;
1175
+ /**
1176
+ * Lifecycle hook para detectar mudanças no triggerElement
1177
+ */
1178
+ ngOnChanges(): void;
1179
+ /**
1180
+ * Abre o painel
1181
+ */
1182
+ openPanel(): void;
1183
+ /**
1184
+ * Fecha o painel
1185
+ */
1186
+ closePanel(): void;
1187
+ /**
1188
+ * Alterna o estado do painel
1189
+ */
1190
+ togglePanel(): void;
1191
+ /**
1192
+ * Atualiza a posição do painel (simplificado para absolute)
1193
+ */
1194
+ updatePosition(): void;
1195
+ /**
1196
+ * Calcula a posição ideal do painel (simplificado para absolute)
1197
+ */
1198
+ private calculatePosition;
1199
+ /**
1200
+ * Configura listeners para scroll e resize
1201
+ */
1202
+ private setupListeners;
1203
+ /**
1204
+ * Remove listeners
1205
+ */
1206
+ private cleanupListeners;
1207
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPanelComponent, never>;
1208
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaPanelComponent, "matcha-panel", never, { "placement": { "alias": "placement"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "triggerElement": { "alias": "triggerElement"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, never, ["*"], false, never>;
1209
+ }
1210
+
1211
+ declare class MatchaAutocompleteComponent implements AfterContentInit, AfterViewInit, MatchaOptionParent {
1212
+ elRef: ElementRef;
1213
+ private renderer;
1214
+ private cdr;
1215
+ options: QueryList<MatchaOptionComponent>;
1216
+ panel: MatchaPanelComponent;
1217
+ private selectedValue;
1218
+ placement: 'bottom' | 'top' | 'auto';
1219
+ maxHeight: number;
1220
+ minWidth: number;
1221
+ opened: EventEmitter<void>;
1222
+ closed: EventEmitter<void>;
1223
+ open: boolean;
1224
+ triggerElement?: HTMLElement;
1225
+ private activeIndex;
1226
+ constructor(elRef: ElementRef, renderer: Renderer2, cdr: ChangeDetectorRef);
1227
+ ngAfterContentInit(): void;
1228
+ ngAfterViewInit(): void;
1229
+ attachTo(input: HTMLElement): void;
1230
+ private closeOtherPanels;
1231
+ private notifyDirectiveOfSelection;
1232
+ openPanel(): void;
1233
+ closePanel(): void;
1234
+ togglePanel(): void;
1235
+ resetActive(): void;
1236
+ private updateSelectedStates;
1237
+ highlightNext(): void;
1238
+ highlightPrevious(): void;
1239
+ private scrollToActive;
1240
+ selectActive(): void;
1241
+ selectOption(option: MatchaOptionComponent): void;
1242
+ getSelectedValue(): any;
1243
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteComponent, never>;
1244
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAutocompleteComponent, "matcha-autocomplete", never, { "placement": { "alias": "placement"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; }, ["options"], ["*"], false, never>;
1245
+ }
1246
+
1247
+ declare class MatchaSelectComponent implements AfterContentInit, AfterViewInit, MatchaOptionParent, ControlValueAccessor {
1248
+ elRef: ElementRef;
1249
+ private renderer;
1250
+ private cdr;
1251
+ options: QueryList<MatchaOptionComponent>;
1252
+ panel: MatchaPanelComponent;
1253
+ selectedValue: any;
1254
+ placement: 'bottom' | 'top' | 'auto';
1255
+ maxHeight: number;
1256
+ minWidth: number;
1257
+ placeholder: string;
1258
+ disabled: boolean;
1259
+ opened: EventEmitter<void>;
1260
+ closed: EventEmitter<void>;
1261
+ selectionChange: EventEmitter<any>;
1262
+ open: boolean;
1263
+ triggerElement?: HTMLElement;
1264
+ private activeIndex;
1265
+ private onChange;
1266
+ private onTouched;
1267
+ isDisabled: boolean;
1268
+ constructor(elRef: ElementRef, renderer: Renderer2, cdr: ChangeDetectorRef);
1269
+ ngAfterContentInit(): void;
1270
+ ngAfterViewInit(): void;
1271
+ private setupKeyboardNavigation;
1272
+ private handleArrowDown;
1273
+ private handleArrowUp;
1274
+ private handleEnterOrSpace;
1275
+ private handleEscape;
1276
+ private closeOtherPanels;
1277
+ private notifyDirectiveOfSelection;
1278
+ onTriggerClick(): void;
1279
+ openPanel(): void;
1280
+ closePanel(): void;
1281
+ togglePanel(): void;
1282
+ resetActive(): void;
1283
+ private setActiveIndexFromSelectedValue;
1284
+ private selectNextOption;
1285
+ private selectPreviousOption;
1286
+ private selectOptionByIndex;
1287
+ private updateSelectedStates;
1288
+ highlightNext(): void;
1289
+ highlightPrevious(): void;
1290
+ private scrollToActive;
1291
+ selectActive(): void;
1292
+ selectOption(option: MatchaOptionComponent): void;
1293
+ getSelectedValue(): any;
1294
+ setValue(value: any): void;
1295
+ clearSelection(): void;
1296
+ writeValue(value: any): void;
1297
+ registerOnChange(fn: (value: any) => void): void;
1298
+ registerOnTouched(fn: () => void): void;
1299
+ setDisabledState(isDisabled: boolean): void;
1300
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSelectComponent, never>;
1301
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaSelectComponent, "matcha-select", never, { "placement": { "alias": "placement"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "opened": "opened"; "closed": "closed"; "selectionChange": "selectionChange"; }, ["options"], ["*"], false, never>;
1302
+ }
1303
+
1304
+ interface PageEvent {
1305
+ /** The current page index. */
1306
+ pageIndex: number;
1307
+ /** Index of the page that was selected previously. */
1308
+ previousPageIndex?: number;
1309
+ /** The current page size. */
1310
+ pageSize: number;
1311
+ /** The current total number of items being paged. */
1312
+ length: number;
1313
+ }
1314
+
1315
+ /**
1316
+ * Service to internationalize the paginator component.
1317
+ * Based on Angular Material's MatPaginatorIntl
1318
+ */
1319
+ declare class MatchaPaginatorIntl {
1320
+ /** Stream to emit from when labels are changed. Used by the paginator to update the labels. */
1321
+ readonly changes: Subject<void>;
1322
+ /** A label for the page size selector. */
1323
+ itemsPerPageLabel: string;
1324
+ /** A label for the button that increments the current page. */
1325
+ nextPageLabel: string;
1326
+ /** A label for the button that decrements the current page. */
1327
+ previousPageLabel: string;
1328
+ /** A label for the button that moves to the first page. */
1329
+ firstPageLabel: string;
1330
+ /** A label for the button that moves to the last page. */
1331
+ lastPageLabel: string;
1332
+ /**
1333
+ * A label for the range of items within the current page and the length of the whole list.
1334
+ */
1335
+ getRangeLabel: (page: number, pageSize: number, length: number) => string;
1336
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPaginatorIntl, never>;
1337
+ static ɵprov: i0.ɵɵInjectableDeclaration<MatchaPaginatorIntl>;
1338
+ }
1339
+
1340
+ declare class MatchaPaginatorComponent implements OnDestroy {
1341
+ _intl: MatchaPaginatorIntl;
1342
+ private _changeDetectorRef;
1343
+ pageIndex: number;
1344
+ length: number;
1345
+ pageSize: number;
1346
+ pageSizeOptions: number[];
1347
+ /** Color theme for active page button. Defaults to 'accent' */
1348
+ color: string;
1349
+ page: EventEmitter<PageEvent>;
1350
+ private _intlChanges;
1351
+ constructor(_intl: MatchaPaginatorIntl, _changeDetectorRef: ChangeDetectorRef);
1352
+ ngOnDestroy(): void;
1353
+ get currentPage(): number;
1354
+ get totalPages(): number;
1355
+ get hasPreviousPage(): boolean;
1356
+ get hasNextPage(): boolean;
1357
+ get displayPages(): (number | string)[];
1358
+ trackByPage(index: number, item: number | string): number | string;
1359
+ /** Check if item is a number (for template use only) */
1360
+ isNumber(value: any): boolean;
1361
+ /** Navigate to previous page */
1362
+ previousPage(): void;
1363
+ /** Navigate to next page */
1364
+ nextPage(): void;
1365
+ /** Navigate to specific page */
1366
+ goToPage(page: number | string): void;
1367
+ /** Handle page size change */
1368
+ onPageSizeChange(event: Event): void;
1369
+ private changePage;
1370
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPaginatorComponent, never>;
1371
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaPaginatorComponent, "matcha-paginator", never, { "pageIndex": { "alias": "pageIndex"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, { "page": "page"; }, never, never, false, never>;
1372
+ }
1373
+
1374
+ declare class MatchaHighlightComponent implements OnInit, OnDestroy {
1375
+ private _elementRef;
1376
+ private _httpClient;
1377
+ source: ElementRef;
1378
+ lang: string;
1379
+ path: string;
1380
+ theme: string;
1381
+ get themeAttr(): string;
1382
+ private _unsubscribeAll;
1383
+ /**
1384
+ * Constructor
1385
+ *
1386
+ * @param {ElementRef} _elementRef
1387
+ * @param {HttpClient} _httpClient
1388
+ */
1389
+ constructor(_elementRef: ElementRef, _httpClient: HttpClient);
1390
+ /**
1391
+ * On init
1392
+ */
1393
+ ngOnInit(): void;
1394
+ /**
1395
+ * On destroy
1396
+ */
1397
+ ngOnDestroy(): void;
1398
+ /**
1399
+ * Apply theme to the component
1400
+ */
1401
+ /**
1402
+ * Highlight the given source code
1403
+ *
1404
+ * @param sourceCode
1405
+ */
1406
+ highlight(sourceCode: string): void;
1407
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaHighlightComponent, never>;
1408
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaHighlightComponent, "matcha-highlight", never, { "lang": { "alias": "lang"; "required": false; }; "path": { "alias": "path"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, ["source"], ["*"], false, never>;
1409
+ }
1410
+
1411
+ declare class CopyButtonComponent {
1412
+ private elementRef;
1413
+ type: string;
1414
+ size: 'tiny' | 'small' | 'medium' | 'large';
1415
+ icon: string;
1416
+ position: 'absolute' | 'relative';
1417
+ customClass: string;
1418
+ copied: EventEmitter<{
1419
+ text: string;
1420
+ type: string;
1421
+ }>;
1422
+ currentIcon: string;
1423
+ isCopied: boolean;
1424
+ copyToClipboard(): Promise<void>;
1425
+ private fallbackCopyToClipboard;
1426
+ private showCopyFeedback;
1427
+ getButtonClasses(): string;
1428
+ constructor(elementRef: ElementRef);
1429
+ static ɵfac: i0.ɵɵFactoryDeclaration<CopyButtonComponent, never>;
1430
+ static ɵcmp: i0.ɵɵComponentDeclaration<CopyButtonComponent, "matcha-copy-button", never, { "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "position": { "alias": "position"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, { "copied": "copied"; }, never, never, false, never>;
1431
+ }
1432
+
1433
+ declare class MatchaTooltipDirective {
1434
+ private el;
1435
+ private renderer;
1436
+ tooltipText: string;
1437
+ tooltipDisabled: boolean | string;
1438
+ preferAbove: boolean;
1439
+ preferBelow: boolean;
1440
+ preferLeft: boolean;
1441
+ preferRight: boolean;
1442
+ tooltipEnableClose: boolean;
1443
+ private tooltipElement;
1444
+ private documentClickListener;
1445
+ constructor(el: ElementRef, renderer: Renderer2);
1446
+ onMouseEnter(): void;
1447
+ onMouseLeave(): void;
1448
+ onClick(event: Event): void;
1449
+ private createTooltip;
1450
+ private destroyTooltip;
1451
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTooltipDirective, never>;
1452
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaTooltipDirective, "[matchaTooltip]", never, { "tooltipText": { "alias": "matchaTooltip"; "required": false; }; "tooltipDisabled": { "alias": "matchaTooltipDisabled"; "required": false; }; "preferAbove": { "alias": "matchaTooltipAbove"; "required": false; }; "preferBelow": { "alias": "matchaTooltipBelow"; "required": false; }; "preferLeft": { "alias": "matchaTooltipLeft"; "required": false; }; "preferRight": { "alias": "matchaTooltipRight"; "required": false; }; "tooltipEnableClose": { "alias": "matchaTooltipEnableClose"; "required": false; }; }, {}, never, never, false, never>;
1453
+ }
1454
+
1455
+ declare class MatchaTooltipModule {
1456
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTooltipModule, never>;
1457
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaTooltipModule, [typeof MatchaTooltipDirective], [typeof i2.CommonModule], [typeof MatchaTooltipDirective]>;
1458
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaTooltipModule>;
1459
+ }
1460
+
1461
+ declare class MatchaIconModule {
1462
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaIconModule, never>;
1463
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaIconModule, [typeof MatchaIconComponent], [typeof i2.CommonModule, typeof MatchaTooltipModule], [typeof MatchaIconComponent]>;
1464
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaIconModule>;
1465
+ }
1466
+
1467
+ declare class MatchaTitleModule {
1468
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTitleModule, never>;
1469
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaTitleModule, [typeof MatchaTitleComponent], [typeof i2.CommonModule], [typeof MatchaTitleComponent]>;
1470
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaTitleModule>;
1471
+ }
1472
+
1473
+ declare class MatchaDividerModule {
1474
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDividerModule, never>;
1475
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaDividerModule, [typeof MatchaDividerComponent], [typeof i2.CommonModule], [typeof MatchaDividerComponent]>;
1476
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaDividerModule>;
1477
+ }
1478
+
1479
+ declare class MatchaButtonModule {
1480
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonModule, never>;
1481
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaButtonModule, [typeof MatchaButtonComponent], never, [typeof MatchaButtonComponent]>;
1482
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaButtonModule>;
1483
+ }
1484
+
1485
+ declare class MatchaAccordionModule {
1486
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionModule, never>;
1487
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAccordionModule, [typeof MatchaAccordionComponent, typeof MatchaAccordionItemComponent, typeof MatchaAccordionHeaderComponent, typeof MatchaAccordionContentComponent], [typeof i2.CommonModule, typeof MatchaIconModule, typeof MatchaTitleModule, typeof MatchaDividerModule, typeof MatchaTooltipModule, typeof MatchaButtonModule], [typeof MatchaAccordionComponent, typeof MatchaAccordionItemComponent, typeof MatchaAccordionHeaderComponent, typeof MatchaAccordionContentComponent]>;
1488
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAccordionModule>;
1489
+ }
1490
+
1491
+ declare class MatchaInfiniteScrollModule {
1492
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaInfiniteScrollModule, never>;
1493
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaInfiniteScrollModule, [typeof MatchaInfiniteScrollComponent, typeof MatchaInfiniteScrollDataComponent], [typeof i2.CommonModule], [typeof MatchaInfiniteScrollComponent, typeof MatchaInfiniteScrollDataComponent]>;
1494
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaInfiniteScrollModule>;
1495
+ }
1496
+
1497
+ declare class MatchaLazyloadModule {
1498
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaLazyloadModule, never>;
1499
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaLazyloadModule, [typeof MatchaLazyloadComponent, typeof MatchaLazyloadDataComponent], [typeof i2.CommonModule], [typeof MatchaLazyloadComponent, typeof MatchaLazyloadDataComponent]>;
1500
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaLazyloadModule>;
1501
+ }
1502
+
1503
+ declare class MatchaElevationDirective {
1504
+ private _elementRef;
1505
+ private _renderer;
1506
+ elevation: number | string;
1507
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1508
+ ngOnChanges(): void;
1509
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaElevationDirective, never>;
1510
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaElevationDirective, "[elevation]", never, { "elevation": { "alias": "elevation"; "required": false; }; }, {}, never, never, false, never>;
1511
+ }
1512
+
1513
+ declare class MatchaElevationModule {
1514
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaElevationModule, never>;
1515
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaElevationModule, [typeof MatchaElevationDirective], [typeof i2.CommonModule], [typeof MatchaElevationDirective]>;
1516
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaElevationModule>;
1517
+ }
1518
+
1519
+ declare class MatchaModalModule {
1520
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaModalModule, never>;
1521
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaModalModule, [typeof MatchaModalHeaderComponent, typeof MatchaModalContentComponent, typeof MatchaModalFooterComponent, typeof MatchaModalOptionsComponent, typeof MatchaModalComponent], [typeof i2.CommonModule, typeof MatchaIconModule, typeof MatchaTitleModule, typeof MatchaDividerModule, typeof MatchaTooltipModule, typeof MatchaElevationModule], [typeof MatchaModalHeaderComponent, typeof MatchaModalContentComponent, typeof MatchaModalFooterComponent, typeof MatchaModalOptionsComponent, typeof MatchaModalComponent]>;
1522
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaModalModule>;
1523
+ }
1524
+
1525
+ declare class MatchaCardModule {
1526
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCardModule, never>;
1527
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaCardModule, [typeof MatchaCardComponent], [typeof i2.CommonModule, typeof MatchaElevationModule, typeof MatchaIconModule, typeof MatchaTitleModule, typeof MatchaDividerModule, typeof MatchaTooltipModule], [typeof MatchaCardComponent]>;
1528
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaCardModule>;
1529
+ }
1530
+
1531
+ declare class MatchaMasonryModule {
1532
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaMasonryModule, never>;
1533
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaMasonryModule, [typeof MatchaMasonryComponent], [typeof i2.CommonModule], [typeof MatchaMasonryComponent]>;
1534
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaMasonryModule>;
1535
+ }
1536
+
1537
+ declare class MatchaButtonToggleModule {
1538
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaButtonToggleModule, never>;
1539
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaButtonToggleModule, [typeof MatchaButtonToggleComponent], [typeof i2.CommonModule, typeof MatchaTooltipModule], [typeof MatchaButtonToggleComponent]>;
1540
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaButtonToggleModule>;
1541
+ }
1542
+
1543
+ declare class MatchaToolbarModule {
1544
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaToolbarModule, never>;
1545
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaToolbarModule, [typeof MatchaToolbarComponent, typeof MatchaToolbarButtonComponent, typeof MatchaToolbarContentComponent, typeof MatchaToolbarMainButtonComponent, typeof MatchaToolbarCustomButtonComponent], [typeof i2.CommonModule, typeof MatchaButtonModule, typeof MatchaTitleModule, typeof MatchaTooltipModule], [typeof MatchaToolbarComponent, typeof MatchaToolbarButtonComponent, typeof MatchaToolbarContentComponent, typeof MatchaToolbarMainButtonComponent, typeof MatchaToolbarCustomButtonComponent, typeof MatchaTitleModule]>;
1546
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaToolbarModule>;
1547
+ }
1548
+
1549
+ declare class MatchaGridModule {
1550
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaGridModule, never>;
1551
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaGridModule, [typeof MatchaGridComponent], [typeof i2.CommonModule], [typeof MatchaGridComponent]>;
1552
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaGridModule>;
1553
+ }
1554
+
1555
+ declare class MatchaFormFieldModule {
1556
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaFormFieldModule, never>;
1557
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaFormFieldModule, [typeof MatchaFormFieldComponent, typeof MatchaLabelComponent, typeof MatchaErrorComponent], [typeof i2.CommonModule, typeof MatchaIconModule], [typeof MatchaFormFieldComponent, typeof MatchaLabelComponent, typeof MatchaErrorComponent]>;
1558
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaFormFieldModule>;
1559
+ }
1560
+
1561
+ declare class MatchaOverflowDraggableComponent {
1562
+ dragRef: string;
1563
+ dragToScroll(): void;
1564
+ get classes(): string;
1565
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaOverflowDraggableComponent, never>;
1566
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaOverflowDraggableComponent, "matcha-overflow-draggable", never, { "dragRef": { "alias": "dragRef"; "required": false; }; }, {}, never, ["*"], false, never>;
1567
+ }
1568
+
1569
+ declare class MatchaAutocompleteTriggerDirective implements AfterViewInit, OnDestroy {
1570
+ private el;
1571
+ panel: MatchaAutocompleteComponent;
1572
+ private subs;
1573
+ constructor(el: ElementRef<HTMLInputElement>);
1574
+ ngAfterViewInit(): void;
1575
+ ngOnDestroy(): void;
1576
+ private writeValueToInput;
1577
+ onClick(): void;
1578
+ onFocus(): void;
1579
+ onInput(e: Event): void;
1580
+ onKeydown(ev: KeyboardEvent): void;
1581
+ onDocClick(ev: MouseEvent): void;
1582
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteTriggerDirective, never>;
1583
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaAutocompleteTriggerDirective, "[matchaAutocomplete]", never, { "panel": { "alias": "matchaAutocomplete"; "required": false; }; }, {}, never, never, false, never>;
1584
+ }
1585
+
1586
+ declare class MatchaOptionModule {
1587
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaOptionModule, never>;
1588
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaOptionModule, [typeof MatchaOptionComponent], [typeof i2.CommonModule], [typeof MatchaOptionComponent]>;
1589
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaOptionModule>;
1590
+ }
1591
+
1592
+ declare class MatchaPanelModule {
1593
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPanelModule, never>;
1594
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaPanelModule, [typeof MatchaPanelComponent], [typeof i2.CommonModule], [typeof MatchaPanelComponent]>;
1595
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaPanelModule>;
1596
+ }
1597
+
1598
+ declare class MatchaAutocompleteModule {
1599
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAutocompleteModule, never>;
1600
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAutocompleteModule, [typeof MatchaAutocompleteComponent, typeof MatchaAutocompleteTriggerDirective], [typeof i2.CommonModule, typeof MatchaOptionModule, typeof MatchaPanelModule], [typeof MatchaAutocompleteComponent, typeof MatchaAutocompleteTriggerDirective, typeof MatchaOptionModule]>;
1601
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAutocompleteModule>;
1602
+ }
1603
+
1604
+ declare class MatchaSelectTriggerDirective implements AfterViewInit, OnDestroy {
1605
+ private el;
1606
+ select: MatchaSelectComponent;
1607
+ private subs;
1608
+ constructor(el: ElementRef<HTMLElement>);
1609
+ ngAfterViewInit(): void;
1610
+ ngOnDestroy(): void;
1611
+ private writeValueToInput;
1612
+ onClick(): void;
1613
+ onFocus(): void;
1614
+ onKeydown(ev: KeyboardEvent): void;
1615
+ onDocClick(ev: MouseEvent): void;
1616
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSelectTriggerDirective, never>;
1617
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaSelectTriggerDirective, "[matchaSelect]", never, { "select": { "alias": "matchaSelect"; "required": false; }; }, {}, never, never, false, never>;
1618
+ }
1619
+
1620
+ declare class MatchaSelectModule {
1621
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSelectModule, never>;
1622
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSelectModule, [typeof MatchaSelectComponent, typeof MatchaSelectTriggerDirective], [typeof i2.CommonModule, typeof MatchaOptionModule, typeof MatchaPanelModule], [typeof MatchaSelectComponent, typeof MatchaSelectTriggerDirective]>;
1623
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSelectModule>;
1624
+ }
1625
+
1626
+ declare class MatchaBadgeDirective {
1627
+ private _elementRef;
1628
+ private _renderer;
1629
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1630
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaBadgeDirective, never>;
1631
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaBadgeDirective, "[matcha-badge]", never, {}, {}, never, never, false, never>;
1632
+ }
1633
+
1634
+ declare class MatchaBadgeModule {
1635
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaBadgeModule, never>;
1636
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaBadgeModule, [typeof MatchaBadgeDirective], never, [typeof MatchaBadgeDirective]>;
1637
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaBadgeModule>;
1638
+ }
1639
+
1640
+ declare class MatchaRippleDirective implements OnDestroy {
1641
+ private el;
1642
+ rippleColor: string;
1643
+ private ripples;
1644
+ constructor(el: ElementRef);
1645
+ onMouseDown(event: MouseEvent): void;
1646
+ ngOnDestroy(): void;
1647
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRippleDirective, never>;
1648
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaRippleDirective, "[matchaRipple]", never, { "rippleColor": { "alias": "rippleColor"; "required": false; }; }, {}, never, never, false, never>;
1649
+ }
1650
+
1651
+ declare class MatchaRippleModule {
1652
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRippleModule, never>;
1653
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaRippleModule, [typeof MatchaRippleDirective], [typeof i2.CommonModule], [typeof MatchaRippleDirective]>;
1654
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaRippleModule>;
1655
+ }
1656
+
1657
+ declare class MatchaCheckboxModule {
1658
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaCheckboxModule, never>;
1659
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaCheckboxModule, [typeof MatchaCheckboxComponent], [typeof i2.CommonModule, typeof MatchaRippleModule], [typeof MatchaCheckboxComponent]>;
1660
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaCheckboxModule>;
1661
+ }
1662
+
1663
+ declare class MatchaRadioModule {
1664
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaRadioModule, never>;
1665
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaRadioModule, [typeof MatchaRadioComponent], [typeof i2.CommonModule, typeof MatchaRippleModule], [typeof MatchaRadioComponent]>;
1666
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaRadioModule>;
1667
+ }
1668
+
1669
+ declare class MatchaHintTextModule {
1670
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaHintTextModule, never>;
1671
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaHintTextModule, [typeof MatchaHintTextComponent], [typeof i2.CommonModule, typeof MatchaIconModule], [typeof MatchaHintTextComponent]>;
1672
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaHintTextModule>;
1673
+ }
1674
+
1675
+ declare class MatchaInputDirective {
1676
+ private _elementRef;
1677
+ private _renderer;
1678
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1679
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaInputDirective, never>;
1680
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaInputDirective, "[matcha-input]", never, {}, {}, never, never, false, never>;
1681
+ }
1682
+
1683
+ declare class MatchaInputModule {
1684
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaInputModule, never>;
1685
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaInputModule, [typeof MatchaInputDirective], never, [typeof MatchaInputDirective]>;
1686
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaInputModule>;
1687
+ }
1688
+
1689
+ declare class MatchaMenuTriggerForDirective {
1690
+ private _elementRef;
1691
+ private _renderer;
1692
+ menu: MatchaMenuComponent;
1693
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1694
+ onClick(event: Event): void;
1695
+ onMouseEnter(): void;
1696
+ onMouseLeave(): void;
1697
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaMenuTriggerForDirective, never>;
1698
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaMenuTriggerForDirective, "[matchaMenuTriggerFor]", ["matchaMenuTriggerFor"], { "menu": { "alias": "matchaMenuTriggerFor"; "required": false; }; }, {}, never, never, false, never>;
1699
+ }
1700
+
1701
+ declare class MatchaMenuModule {
1702
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaMenuModule, never>;
1703
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaMenuModule, [typeof MatchaMenuComponent, typeof MatchaMenuTriggerForDirective], [typeof i2.CommonModule], [typeof MatchaMenuComponent, typeof MatchaMenuTriggerForDirective]>;
1704
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaMenuModule>;
1705
+ }
1706
+
1707
+ declare class MatchaPaginatorModule {
1708
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPaginatorModule, never>;
1709
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaPaginatorModule, [typeof MatchaPaginatorComponent], [typeof i2.CommonModule, typeof MatchaIconModule], [typeof MatchaPaginatorComponent]>;
1710
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaPaginatorModule>;
1711
+ }
1712
+
1713
+ declare class MatchaProgressBarDirective {
1714
+ private _elementRef;
1715
+ private _renderer;
1716
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1717
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaProgressBarDirective, never>;
1718
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaProgressBarDirective, "[matcha-progress-bar]", never, {}, {}, never, never, false, never>;
1719
+ }
1720
+
1721
+ declare class MatchaProgressBarModule {
1722
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaProgressBarModule, never>;
1723
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaProgressBarModule, [typeof MatchaProgressBarDirective], [typeof i2.CommonModule], [typeof MatchaProgressBarDirective]>;
1724
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaProgressBarModule>;
1725
+ }
1726
+
1727
+ declare class MatchaSidenavDirective {
1728
+ private _elementRef;
1729
+ private _renderer;
1730
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1731
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSidenavDirective, never>;
1732
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaSidenavDirective, "[matcha-sidenav]", never, {}, {}, never, never, false, never>;
1733
+ }
1734
+
1735
+ declare class MatchaSidenavModule {
1736
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSidenavModule, never>;
1737
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSidenavModule, [typeof MatchaSidenavDirective], [typeof i2.CommonModule], [typeof MatchaSidenavDirective]>;
1738
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSidenavModule>;
1739
+ }
1740
+
1741
+ declare class MatchaSlideToggleModule {
1742
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSlideToggleModule, never>;
1743
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSlideToggleModule, [typeof MatchaSlideToggleComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof MatchaSlideToggleComponent]>;
1744
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSlideToggleModule>;
1745
+ }
1746
+
1747
+ declare class MatchaSliderDirective {
1748
+ private _elementRef;
1749
+ private _renderer;
1750
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1751
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSliderDirective, never>;
1752
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaSliderDirective, "[matchaSlider]", never, {}, {}, never, never, false, never>;
1753
+ }
1754
+
1755
+ declare class MatchaSliderModule {
1756
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSliderModule, never>;
1757
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSliderModule, [typeof MatchaSliderDirective], [typeof i2.CommonModule], [typeof MatchaSliderDirective]>;
1758
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSliderModule>;
1759
+ }
1760
+
1761
+ declare class MatchaSnackBarDirective {
1762
+ private _elementRef;
1763
+ private _renderer;
1764
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1765
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSnackBarDirective, never>;
1766
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaSnackBarDirective, "[matchaSnackBar]", never, {}, {}, never, never, false, never>;
1767
+ }
1768
+
1769
+ declare class MatchaSnackBarModule {
1770
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSnackBarModule, never>;
1771
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSnackBarModule, [typeof MatchaSnackBarDirective], [typeof i2.CommonModule], [typeof MatchaSnackBarDirective]>;
1772
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSnackBarModule>;
1773
+ }
1774
+
1775
+ declare class MatchaSortHeaderDirective {
1776
+ private _elementRef;
1777
+ private _renderer;
1778
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1779
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSortHeaderDirective, never>;
1780
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaSortHeaderDirective, "[matchaSortHeader]", never, {}, {}, never, never, false, never>;
1781
+ }
1782
+
1783
+ declare class MatchaSortHeaderModule {
1784
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSortHeaderModule, never>;
1785
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSortHeaderModule, [typeof MatchaSortHeaderDirective], [typeof i2.CommonModule], [typeof MatchaSortHeaderDirective]>;
1786
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSortHeaderModule>;
1787
+ }
1788
+
1789
+ declare class MatchaSpinModule {
1790
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSpinModule, never>;
1791
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSpinModule, [typeof MatchaSpinComponent], [typeof i2.CommonModule], [typeof MatchaSpinComponent]>;
1792
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSpinModule>;
1793
+ }
1794
+
1795
+ declare class MatchaSpinnerModule {
1796
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSpinnerModule, never>;
1797
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSpinnerModule, [typeof MatchaSpinnerComponent], [typeof i2.CommonModule], [typeof MatchaSpinnerComponent]>;
1798
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSpinnerModule>;
1799
+ }
1800
+
1801
+ declare class PrevStepDirective {
1802
+ private stepper;
1803
+ constructor(stepper: MatchaStepperContentComponent | null);
1804
+ onClick(): void;
1805
+ static ɵfac: i0.ɵɵFactoryDeclaration<PrevStepDirective, never>;
1806
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PrevStepDirective, "[prevStep]", never, {}, {}, never, never, true, never>;
1807
+ }
1808
+
1809
+ declare class NextStepDirective {
1810
+ private stepper;
1811
+ constructor(stepper: MatchaStepperContentComponent | null);
1812
+ onClick(): void;
1813
+ static ɵfac: i0.ɵɵFactoryDeclaration<NextStepDirective, never>;
1814
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NextStepDirective, "[nextStep]", never, {}, {}, never, never, true, never>;
1815
+ }
1816
+
1817
+ declare class MatchaStepperModule {
1818
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaStepperModule, never>;
1819
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaStepperModule, [typeof MatchaStepperControllerComponent, typeof MatchaStepperComponent, typeof MatchaStepperContentComponent, typeof StepComponent], [typeof i2.CommonModule, typeof PrevStepDirective, typeof NextStepDirective], [typeof MatchaStepperControllerComponent, typeof MatchaStepperComponent, typeof MatchaStepperContentComponent, typeof StepComponent, typeof PrevStepDirective, typeof NextStepDirective]>;
1820
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaStepperModule>;
1821
+ }
1822
+
1823
+ declare class MatchaTableDirective {
1824
+ private _elementRef;
1825
+ private _renderer;
1826
+ constructor(_elementRef: ElementRef, _renderer: Renderer2);
1827
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTableDirective, never>;
1828
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaTableDirective, "[matchaTable]", never, {}, {}, never, never, false, never>;
1829
+ }
1830
+
1831
+ declare class MatchaTableModule {
1832
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTableModule, never>;
1833
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaTableModule, [typeof MatchaTableDirective], [typeof i2.CommonModule], [typeof MatchaTableDirective]>;
1834
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaTableModule>;
1835
+ }
1836
+
1837
+ declare class MatchaTabsModule {
1838
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTabsModule, never>;
1839
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaTabsModule, [typeof MatchaTabsComponent, typeof MatchaTabItemComponent], [typeof i2.CommonModule, typeof MatchaTooltipModule, typeof MatchaIconModule], [typeof MatchaTabsComponent, typeof MatchaTabItemComponent]>;
1840
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaTabsModule>;
1841
+ }
1842
+
1843
+ declare class MatchaDateRangeModule {
1844
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDateRangeModule, never>;
1845
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaDateRangeModule, [typeof MatchaDateRangeComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule], [typeof MatchaDateRangeComponent]>;
1846
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaDateRangeModule>;
1847
+ }
1848
+
1849
+ declare class MatchaTimeModule {
1850
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTimeModule, never>;
1851
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaTimeModule, [typeof MatchaTimeComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule], [typeof MatchaTimeComponent]>;
1852
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaTimeModule>;
1853
+ }
1854
+
1855
+ declare class MatchaDragHandleDirective implements OnInit {
1856
+ private elementRef;
1857
+ private dragDirective;
1858
+ get dragHandleClass(): boolean;
1859
+ constructor(elementRef: ElementRef<HTMLElement>, dragDirective: MatchaDragDirective);
1860
+ ngOnInit(): void;
1861
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDragHandleDirective, never>;
1862
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatchaDragHandleDirective, "[matchaDragHandle]", never, {}, {}, never, never, false, never>;
1863
+ }
1864
+
1865
+ declare class MatchaDropListModule {
1866
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDropListModule, never>;
1867
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaDropListModule, [typeof MatchaDropListComponent, typeof MatchaDragDirective, typeof MatchaDragHandleDirective], [typeof i2.CommonModule], [typeof MatchaDropListComponent, typeof MatchaDragDirective, typeof MatchaDragHandleDirective]>;
1868
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaDropListModule>;
1869
+ }
1870
+
1871
+ declare class MatchaPageLayoutModule {
1872
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPageLayoutModule, never>;
1873
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaPageLayoutModule, [typeof MatchaPageLayoutComponent], [typeof i2.CommonModule, typeof MatchaStepperModule], [typeof MatchaPageLayoutComponent]>;
1874
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaPageLayoutModule>;
1875
+ }
1876
+
1877
+ declare class MatchaDrawerModule {
1878
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaDrawerModule, never>;
1879
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaDrawerModule, [typeof MatchaDrawerComponent, typeof MatchaDrawerContainerComponent, typeof MatchaDrawerContentComponent], [typeof i2.CommonModule, typeof MatchaButtonModule], [typeof MatchaDrawerComponent, typeof MatchaDrawerContainerComponent, typeof MatchaDrawerContentComponent]>;
1880
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaDrawerModule>;
1881
+ }
1882
+
1883
+ declare class MatchaHighlightModule {
1884
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaHighlightModule, never>;
1885
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaHighlightModule, [typeof MatchaHighlightComponent, typeof CopyButtonComponent], [typeof MatchaIconModule, typeof MatchaButtonModule], [typeof MatchaHighlightComponent, typeof CopyButtonComponent]>;
1886
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaHighlightModule>;
1887
+ }
1888
+
1889
+ declare class MatchaAvatarModule {
1890
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAvatarModule, never>;
1891
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaAvatarModule, [typeof MatchaAvatarComponent], [typeof i2.CommonModule], [typeof MatchaAvatarComponent]>;
1892
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaAvatarModule>;
1893
+ }
1894
+
1895
+ declare class MatchaComponentsModule {
1896
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaComponentsModule, never>;
1897
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaComponentsModule, [typeof MatchaOverflowDraggableComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof MatchaAccordionModule, typeof MatchaAutocompleteModule, typeof MatchaOptionModule, typeof MatchaPanelModule, typeof MatchaSelectModule, typeof MatchaBadgeModule, typeof MatchaButtonModule, typeof MatchaButtonToggleModule, typeof MatchaCardModule, typeof MatchaCheckboxModule, typeof MatchaRadioModule, typeof MatchaDividerModule, typeof MatchaElevationModule, typeof MatchaFormFieldModule, typeof MatchaHintTextModule, typeof MatchaIconModule, typeof MatchaInfiniteScrollModule, typeof MatchaLazyloadModule, typeof MatchaInputModule, typeof MatchaMasonryModule, typeof MatchaMenuModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaProgressBarModule, typeof MatchaRippleModule, typeof MatchaSidenavModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSnackBarModule, typeof MatchaSortHeaderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTableModule, typeof MatchaTabsModule, typeof MatchaTitleModule, typeof MatchaTooltipModule, typeof MatchaDateRangeModule, typeof MatchaTimeModule, typeof MatchaDropListModule, typeof MatchaPageLayoutModule, typeof MatchaDrawerModule, typeof MatchaHighlightModule], [typeof MatchaAccordionModule, typeof MatchaAutocompleteModule, typeof MatchaOptionModule, typeof MatchaPanelModule, typeof MatchaSelectModule, typeof MatchaBadgeModule, typeof MatchaButtonModule, typeof MatchaButtonToggleModule, typeof MatchaCardModule, typeof MatchaCheckboxModule, typeof MatchaRadioModule, typeof MatchaDividerModule, typeof MatchaElevationModule, typeof MatchaFormFieldModule, typeof MatchaHintTextModule, typeof MatchaIconModule, typeof MatchaInfiniteScrollModule, typeof MatchaLazyloadModule, typeof MatchaInputModule, typeof MatchaMasonryModule, typeof MatchaMenuModule, typeof MatchaModalModule, typeof MatchaPaginatorModule, typeof MatchaProgressBarModule, typeof MatchaRippleModule, typeof MatchaSidenavModule, typeof MatchaSlideToggleModule, typeof MatchaSliderModule, typeof MatchaSnackBarModule, typeof MatchaSortHeaderModule, typeof MatchaSpinModule, typeof MatchaSpinnerModule, typeof MatchaStepperModule, typeof MatchaTableModule, typeof MatchaTabsModule, typeof MatchaTitleModule, typeof MatchaTooltipModule, typeof MatchaDateRangeModule, typeof MatchaTimeModule, typeof MatchaDropListModule, typeof MatchaPageLayoutModule, typeof MatchaAvatarModule, typeof MatchaDrawerModule, typeof MatchaHighlightModule]>;
1898
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaComponentsModule>;
1899
+ }
1900
+
1901
+ declare class MatchaSkeletonModule {
1902
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSkeletonModule, never>;
1903
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaSkeletonModule, [typeof MatchaSkeletonComponent], [typeof i2.CommonModule], [typeof MatchaSkeletonComponent]>;
1904
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaSkeletonModule>;
1905
+ }
1906
+
1907
+ /**
1908
+ * Módulo para o MatchaBreakpointObserver
1909
+ *
1910
+ * Este módulo fornece o serviço MatchaBreakpointObserver que pode ser usado
1911
+ * em qualquer parte da aplicação para observar breakpoints CSS.
1912
+ *
1913
+ * O serviço é um singleton (providedIn: 'root') e não precisa ser importado
1914
+ * explicitamente, mas este módulo pode ser usado para organização.
1915
+ */
1916
+ declare class MatchaBreakpointObservableModule {
1917
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaBreakpointObservableModule, never>;
1918
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaBreakpointObservableModule, never, [typeof i2.CommonModule], never>;
1919
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatchaBreakpointObservableModule>;
1920
+ }
1921
+
1922
+ /**
1923
+ * Serviço responsável pela implementação técnica do overlay e backdrop dos modais.
1924
+ *
1925
+ * Este serviço lida com a criação e gerenciamento do container do overlay,
1926
+ * criação do backdrop e manipulação do DOM. É um serviço de baixo nível
1927
+ * utilizado internamente pelo MatchaModalService.
1928
+ *
1929
+ * @example
1930
+ * ```typescript
1931
+ * constructor(private overlayService: MatchaOverlayService) {}
1932
+ *
1933
+ * createOverlay() {
1934
+ * this.overlayService.open(MyComponent);
1935
+ * }
1936
+ * ```
1937
+ */
1938
+ declare class MatchaOverlayService {
1939
+ private appRef;
1940
+ private injector;
1941
+ private rendererFactory;
1942
+ private overlayContainer;
1943
+ private activeModal;
1944
+ private backdrop;
1945
+ private renderer;
1946
+ constructor(appRef: ApplicationRef, injector: Injector, rendererFactory: RendererFactory2);
1947
+ /**
1948
+ * Cria o container do overlay se ainda não existir.
1949
+ * O container é um elemento div que será usado para hospedar os modais.
1950
+ *
1951
+ * @private
1952
+ */
1953
+ private createOverlayContainer;
1954
+ /**
1955
+ * Remove o container do overlay do DOM.
1956
+ *
1957
+ * @private
1958
+ */
1959
+ private removeOverlayContainer;
1960
+ /**
1961
+ * Cria o backdrop do modal se ainda não existir.
1962
+ * O backdrop é um elemento div que cria o efeito de escurecimento
1963
+ * por trás do modal.
1964
+ *
1965
+ * @private
1966
+ */
1967
+ private createBackdrop;
1968
+ /**
1969
+ * Remove o backdrop do modal do DOM.
1970
+ *
1971
+ * @private
1972
+ */
1973
+ private removeBackdrop;
1974
+ /**
1975
+ * Abre um componente dentro de um modal.
1976
+ *
1977
+ * @param component - O componente que será exibido dentro do modal
1978
+ * @param config - Configurações opcionais para o modal
1979
+ * @returns Uma referência ao componente criado
1980
+ *
1981
+ * @example
1982
+ * ```typescript
1983
+ * const componentRef = this.overlayService.open(MyComponent, {
1984
+ * data: { id: 1 }
1985
+ * });
1986
+ * ```
1987
+ */
1988
+ open<T>(component: Type<T>, config?: any): ComponentRef<T>;
1989
+ /**
1990
+ * Fecha o modal atualmente aberto e remove o backdrop e o container.
1991
+ *
1992
+ * @example
1993
+ * ```typescript
1994
+ * this.overlayService.close();
1995
+ * ```
1996
+ */
1997
+ close(): void;
1998
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaOverlayService, never>;
1999
+ static ɵprov: i0.ɵɵInjectableDeclaration<MatchaOverlayService>;
2000
+ }
2001
+
2002
+ interface ModalComponent {
2003
+ afterClose?: Observable<any>;
2004
+ data?: any;
2005
+ }
2006
+ declare class MatchaModalService {
2007
+ private overlayService;
2008
+ private afterCloseSubject;
2009
+ private currentData;
2010
+ constructor(overlayService: MatchaOverlayService);
2011
+ open<T extends ModalComponent>(component: Type<T>, data?: any): {
2012
+ componentRef: i0.ComponentRef<T>;
2013
+ afterClose: Observable<any>;
2014
+ };
2015
+ close(result?: any): void;
2016
+ getData(): any;
2017
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatchaModalService, never>;
2018
+ static ɵprov: i0.ɵɵInjectableDeclaration<MatchaModalService>;
2019
+ }
2020
+
2021
+ declare class StepContentDirective {
2022
+ template: TemplateRef<any>;
2023
+ step: string;
2024
+ constructor(template: TemplateRef<any>);
2025
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepContentDirective, never>;
2026
+ static ɵdir: i0.ɵɵDirectiveDeclaration<StepContentDirective, "[step]", never, { "step": { "alias": "step"; "required": false; }; }, {}, never, never, true, never>;
2027
+ }
2028
+
2029
+ export { CopyButtonComponent, MATCHA_OPTION_PARENT, MatchaAccordionComponent, MatchaAccordionContentComponent, MatchaAccordionHeaderComponent, MatchaAccordionItemComponent, MatchaAccordionModule, MatchaAutocompleteComponent, MatchaAutocompleteModule, MatchaAutocompleteTriggerDirective, MatchaAvatarComponent, MatchaAvatarModule, MatchaBadgeDirective, MatchaBadgeModule, MatchaBreakpointObservableModule, MatchaBreakpointObserver, MatchaButtonComponent, MatchaButtonModule, MatchaButtonToggleComponent, MatchaButtonToggleModule, MatchaCardComponent, MatchaCardModule, MatchaCheckboxComponent, MatchaCheckboxModule, MatchaComponentsModule, MatchaDateRangeComponent, MatchaDateRangeModule, MatchaDividerComponent, MatchaDividerModule, MatchaDragDirective, MatchaDragHandleDirective, MatchaDrawerComponent, MatchaDrawerContainerComponent, MatchaDrawerContentComponent, MatchaDrawerModule, MatchaDropListComponent, MatchaDropListModule, MatchaElevationDirective, MatchaElevationModule, MatchaErrorComponent, MatchaFormFieldComponent, MatchaFormFieldModule, MatchaGridComponent, MatchaGridModule, MatchaHighlightComponent, MatchaHighlightModule, MatchaHintTextComponent, MatchaHintTextModule, MatchaIconComponent, MatchaIconModule, MatchaInfiniteScrollComponent, MatchaInfiniteScrollDataComponent, MatchaInfiniteScrollModule, MatchaInputDirective, MatchaInputModule, MatchaLabelComponent, MatchaLazyloadComponent, MatchaLazyloadDataComponent, MatchaLazyloadModule, MatchaMasonryComponent, MatchaMasonryModule, MatchaMenuComponent, MatchaMenuModule, MatchaMenuTriggerForDirective, MatchaModalComponent, MatchaModalContentComponent, MatchaModalFooterComponent, MatchaModalHeaderComponent, MatchaModalModule, MatchaModalOptionsComponent, MatchaModalService, MatchaOptionComponent, MatchaOptionModule, MatchaOverlayService, MatchaPageLayoutComponent, MatchaPageLayoutModule, MatchaPaginatorComponent, MatchaPaginatorIntl, MatchaPaginatorModule, MatchaPanelComponent, MatchaPanelModule, MatchaProgressBarDirective, MatchaProgressBarModule, MatchaRadioComponent, MatchaRadioModule, MatchaRippleDirective, MatchaRippleModule, MatchaSelectComponent, MatchaSelectModule, MatchaSelectTriggerDirective, MatchaSidenavDirective, MatchaSidenavModule, MatchaSkeletonComponent, MatchaSkeletonModule, MatchaSlideToggleComponent, MatchaSlideToggleModule, MatchaSliderDirective, MatchaSliderModule, MatchaSnackBarDirective, MatchaSnackBarModule, MatchaSortHeaderDirective, MatchaSortHeaderModule, MatchaSpinComponent, MatchaSpinModule, MatchaSpinnerComponent, MatchaSpinnerModule, MatchaStepperComponent, MatchaStepperContentComponent, MatchaStepperControllerComponent, MatchaStepperModule, MatchaStepperStateService, MatchaTabItemComponent, MatchaTableDirective, MatchaTableModule, MatchaTabsComponent, MatchaTabsModule, MatchaTimeComponent, MatchaTimeModule, MatchaTitleComponent, MatchaTitleModule, MatchaToolbarButtonComponent, MatchaToolbarComponent, MatchaToolbarContentComponent, MatchaToolbarCustomButtonComponent, MatchaToolbarMainButtonComponent, MatchaToolbarModule, MatchaTooltipDirective, MatchaTooltipModule, NextStepDirective, PrevStepDirective, StepComponent, StepContentDirective };
2030
+ export type { BreakpointState, DrawerItem, DrawerMode, DrawerPosition, DrawerSection, ILevelClasses, MatchaDropListConnectedToEvent, MatchaDropListDroppedEvent, MatchaOptionParent, ModalComponent, PageEvent, PanelPlacement, PanelPosition };