@depup/angular__material 21.2.2-depup.19

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 (578) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +31 -0
  3. package/_index.scss +145 -0
  4. package/autocomplete/_autocomplete-theme.scss +76 -0
  5. package/autocomplete/_m2-autocomplete.scss +19 -0
  6. package/autocomplete/_m3-autocomplete.scss +26 -0
  7. package/badge/_badge-theme.scss +106 -0
  8. package/badge/_m2-badge.scss +73 -0
  9. package/badge/_m3-badge.scss +52 -0
  10. package/bottom-sheet/_bottom-sheet-theme.scss +76 -0
  11. package/bottom-sheet/_m2-bottom-sheet.scss +24 -0
  12. package/bottom-sheet/_m3-bottom-sheet.scss +25 -0
  13. package/button/_button-theme.scss +113 -0
  14. package/button/_fab-theme.scss +111 -0
  15. package/button/_icon-button-theme.scss +136 -0
  16. package/button/_m2-button.scss +194 -0
  17. package/button/_m2-fab.scss +101 -0
  18. package/button/_m2-icon-button.scss +59 -0
  19. package/button/_m3-button.scss +170 -0
  20. package/button/_m3-fab.scss +92 -0
  21. package/button/_m3-icon-button.scss +54 -0
  22. package/button-toggle/_button-toggle-theme.scss +93 -0
  23. package/button-toggle/_m2-button-toggle.scss +68 -0
  24. package/button-toggle/_m3-button-toggle.scss +72 -0
  25. package/card/_card-theme.scss +76 -0
  26. package/card/_m2-card.scss +39 -0
  27. package/card/_m3-card.scss +44 -0
  28. package/changes.json +10 -0
  29. package/checkbox/_checkbox-theme.scss +105 -0
  30. package/checkbox/_m2-checkbox.scss +78 -0
  31. package/checkbox/_m3-checkbox.scss +68 -0
  32. package/chips/_chips-theme.scss +115 -0
  33. package/chips/_m2-chip.scss +85 -0
  34. package/chips/_m3-chip.scss +81 -0
  35. package/core/_core-theme.scss +125 -0
  36. package/core/_core.scss +50 -0
  37. package/core/_m2-app.scss +24 -0
  38. package/core/_m3-app.scss +44 -0
  39. package/core/color/_all-color.scss +17 -0
  40. package/core/density/private/_all-density.scss +78 -0
  41. package/core/focus-indicators/_private.scss +126 -0
  42. package/core/m2/_index.scss +52 -0
  43. package/core/m2/_palette.scss +748 -0
  44. package/core/m2/_theming.scss +340 -0
  45. package/core/m2/_typography-utils.scss +81 -0
  46. package/core/m2/_typography.scss +388 -0
  47. package/core/option/_m2-optgroup.scss +21 -0
  48. package/core/option/_m2-option.scss +38 -0
  49. package/core/option/_m3-optgroup.scss +25 -0
  50. package/core/option/_m3-option.scss +37 -0
  51. package/core/option/_optgroup-theme.scss +76 -0
  52. package/core/option/_option-theme.scss +103 -0
  53. package/core/ripple/_m2-ripple.scss +17 -0
  54. package/core/ripple/_m3-ripple.scss +17 -0
  55. package/core/ripple/_ripple-theme.scss +75 -0
  56. package/core/ripple/_ripple.scss +56 -0
  57. package/core/selection/pseudo-checkbox/_m2-pseudo-checkbox.scss +32 -0
  58. package/core/selection/pseudo-checkbox/_m3-pseudo-checkbox.scss +34 -0
  59. package/core/selection/pseudo-checkbox/_pseudo-checkbox-common.scss +86 -0
  60. package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +110 -0
  61. package/core/style/_checkbox-common.scss +11 -0
  62. package/core/style/_elevation.scss +208 -0
  63. package/core/style/_layout-common.scss +8 -0
  64. package/core/style/_private.scss +27 -0
  65. package/core/style/_sass-utils.scss +57 -0
  66. package/core/style/_validation.scss +52 -0
  67. package/core/style/_variables.scss +44 -0
  68. package/core/style/_vendor-prefixes.scss +56 -0
  69. package/core/theming/_all-theme.scss +168 -0
  70. package/core/theming/_color-api-backwards-compatibility.scss +159 -0
  71. package/core/theming/_config-validation.scss +174 -0
  72. package/core/theming/_definition.scss +141 -0
  73. package/core/theming/_inspection.scss +289 -0
  74. package/core/theming/_m2-inspection.scss +243 -0
  75. package/core/theming/_palettes.scss +1036 -0
  76. package/core/theming/_theming.scss +193 -0
  77. package/core/theming/_validation.scss +5 -0
  78. package/core/tokens/_classes.scss +398 -0
  79. package/core/tokens/_m2-utils.scss +25 -0
  80. package/core/tokens/_m3-tokens.scss +126 -0
  81. package/core/tokens/_m3-utils.scss +36 -0
  82. package/core/tokens/_system.scss +398 -0
  83. package/core/tokens/_token-utils.scss +119 -0
  84. package/core/tokens/m2/_index.scss +6 -0
  85. package/core/tokens/m2/_md-sys-color-internal.scss +11 -0
  86. package/core/tokens/m2/_md-sys-color.scss +123 -0
  87. package/core/tokens/m2/_md-sys-elevation.scss +10 -0
  88. package/core/tokens/m2/_md-sys-motion.scss +30 -0
  89. package/core/tokens/m2/_md-sys-shape.scss +16 -0
  90. package/core/tokens/m2/_md-sys-state.scss +8 -0
  91. package/core/tokens/m2/_md-sys-typescale.scss +68 -0
  92. package/core/tokens/m3/_index.scss +7 -0
  93. package/core/tokens/m3/_md-sys-color-internal.scss +11 -0
  94. package/core/tokens/m3/_md-sys-color.scss +118 -0
  95. package/core/tokens/m3/_md-sys-elevation.scss +15 -0
  96. package/core/tokens/m3/_md-sys-motion.scss +35 -0
  97. package/core/tokens/m3/_md-sys-shape.scss +21 -0
  98. package/core/tokens/m3/_md-sys-state.scss +13 -0
  99. package/core/tokens/m3/_md-sys-typescale-internal.scss +5 -0
  100. package/core/tokens/m3/_md-sys-typescale.scss +114 -0
  101. package/core/tokens/m3/_theme.scss +35 -0
  102. package/core/typography/_all-typography.scss +104 -0
  103. package/core/typography/_typography-utils.scss +31 -0
  104. package/core/typography/_typography.scss +269 -0
  105. package/core/typography/_versioning.scss +90 -0
  106. package/datepicker/_datepicker-theme.scss +132 -0
  107. package/datepicker/_m2-datepicker.scss +81 -0
  108. package/datepicker/_m3-datepicker.scss +74 -0
  109. package/dialog/_dialog-legacy-padding.scss +31 -0
  110. package/dialog/_dialog-theme.scss +76 -0
  111. package/dialog/_m2-dialog.scss +43 -0
  112. package/dialog/_m3-dialog.scss +47 -0
  113. package/divider/_divider-theme.scss +75 -0
  114. package/divider/_m2-divider.scss +17 -0
  115. package/divider/_m3-divider.scss +19 -0
  116. package/expansion/_expansion-theme.scss +76 -0
  117. package/expansion/_m2-expansion.scss +64 -0
  118. package/expansion/_m3-expansion.scss +61 -0
  119. package/fesm2022/_animation-chunk.mjs +22 -0
  120. package/fesm2022/_animation-chunk.mjs.map +1 -0
  121. package/fesm2022/_date-formats-chunk.mjs +86 -0
  122. package/fesm2022/_date-formats-chunk.mjs.map +1 -0
  123. package/fesm2022/_date-range-input-harness-chunk.mjs +322 -0
  124. package/fesm2022/_date-range-input-harness-chunk.mjs.map +1 -0
  125. package/fesm2022/_error-options-chunk.mjs +66 -0
  126. package/fesm2022/_error-options-chunk.mjs.map +1 -0
  127. package/fesm2022/_error-state-chunk.mjs +30 -0
  128. package/fesm2022/_error-state-chunk.mjs.map +1 -0
  129. package/fesm2022/_form-field-chunk.mjs +1351 -0
  130. package/fesm2022/_form-field-chunk.mjs.map +1 -0
  131. package/fesm2022/_icon-button-chunk.mjs +268 -0
  132. package/fesm2022/_icon-button-chunk.mjs.map +1 -0
  133. package/fesm2022/_icon-registry-chunk.mjs +368 -0
  134. package/fesm2022/_icon-registry-chunk.mjs.map +1 -0
  135. package/fesm2022/_input-harness-chunk.mjs +67 -0
  136. package/fesm2022/_input-harness-chunk.mjs.map +1 -0
  137. package/fesm2022/_input-value-accessor-chunk.mjs +6 -0
  138. package/fesm2022/_input-value-accessor-chunk.mjs.map +1 -0
  139. package/fesm2022/_internal-form-field-chunk.mjs +67 -0
  140. package/fesm2022/_internal-form-field-chunk.mjs.map +1 -0
  141. package/fesm2022/_line-chunk.mjs +99 -0
  142. package/fesm2022/_line-chunk.mjs.map +1 -0
  143. package/fesm2022/_option-chunk.mjs +385 -0
  144. package/fesm2022/_option-chunk.mjs.map +1 -0
  145. package/fesm2022/_option-harness-chunk.mjs +30 -0
  146. package/fesm2022/_option-harness-chunk.mjs.map +1 -0
  147. package/fesm2022/_option-module-chunk.mjs +48 -0
  148. package/fesm2022/_option-module-chunk.mjs.map +1 -0
  149. package/fesm2022/_pseudo-checkbox-chunk.mjs +88 -0
  150. package/fesm2022/_pseudo-checkbox-chunk.mjs.map +1 -0
  151. package/fesm2022/_pseudo-checkbox-module-chunk.mjs +46 -0
  152. package/fesm2022/_pseudo-checkbox-module-chunk.mjs.map +1 -0
  153. package/fesm2022/_public-api-chunk.mjs +84 -0
  154. package/fesm2022/_public-api-chunk.mjs.map +1 -0
  155. package/fesm2022/_ripple-chunk.mjs +544 -0
  156. package/fesm2022/_ripple-chunk.mjs.map +1 -0
  157. package/fesm2022/_ripple-loader-chunk.mjs +144 -0
  158. package/fesm2022/_ripple-loader-chunk.mjs.map +1 -0
  159. package/fesm2022/_ripple-module-chunk.mjs +46 -0
  160. package/fesm2022/_ripple-module-chunk.mjs.map +1 -0
  161. package/fesm2022/_structural-styles-chunk.mjs +45 -0
  162. package/fesm2022/_structural-styles-chunk.mjs.map +1 -0
  163. package/fesm2022/_tooltip-chunk.mjs +848 -0
  164. package/fesm2022/_tooltip-chunk.mjs.map +1 -0
  165. package/fesm2022/autocomplete-testing.mjs +75 -0
  166. package/fesm2022/autocomplete-testing.mjs.map +1 -0
  167. package/fesm2022/autocomplete.mjs +1068 -0
  168. package/fesm2022/autocomplete.mjs.map +1 -0
  169. package/fesm2022/badge-testing.mjs +48 -0
  170. package/fesm2022/badge-testing.mjs.map +1 -0
  171. package/fesm2022/badge.mjs +357 -0
  172. package/fesm2022/badge.mjs.map +1 -0
  173. package/fesm2022/bottom-sheet-testing.mjs +17 -0
  174. package/fesm2022/bottom-sheet-testing.mjs.map +1 -0
  175. package/fesm2022/bottom-sheet.mjs +390 -0
  176. package/fesm2022/bottom-sheet.mjs.map +1 -0
  177. package/fesm2022/button-testing.mjs +81 -0
  178. package/fesm2022/button-testing.mjs.map +1 -0
  179. package/fesm2022/button-toggle-testing.mjs +87 -0
  180. package/fesm2022/button-toggle-testing.mjs.map +1 -0
  181. package/fesm2022/button-toggle.mjs +789 -0
  182. package/fesm2022/button-toggle.mjs.map +1 -0
  183. package/fesm2022/button.mjs +308 -0
  184. package/fesm2022/button.mjs.map +1 -0
  185. package/fesm2022/card-testing.mjs +29 -0
  186. package/fesm2022/card-testing.mjs.map +1 -0
  187. package/fesm2022/card.mjs +615 -0
  188. package/fesm2022/card.mjs.map +1 -0
  189. package/fesm2022/checkbox-testing.mjs +79 -0
  190. package/fesm2022/checkbox-testing.mjs.map +1 -0
  191. package/fesm2022/checkbox.mjs +551 -0
  192. package/fesm2022/checkbox.mjs.map +1 -0
  193. package/fesm2022/chips-testing.mjs +239 -0
  194. package/fesm2022/chips-testing.mjs.map +1 -0
  195. package/fesm2022/chips.mjs +2663 -0
  196. package/fesm2022/chips.mjs.map +1 -0
  197. package/fesm2022/core-testing.mjs +22 -0
  198. package/fesm2022/core-testing.mjs.map +1 -0
  199. package/fesm2022/core.mjs +408 -0
  200. package/fesm2022/core.mjs.map +1 -0
  201. package/fesm2022/datepicker-testing.mjs +26 -0
  202. package/fesm2022/datepicker-testing.mjs.map +1 -0
  203. package/fesm2022/datepicker.mjs +5015 -0
  204. package/fesm2022/datepicker.mjs.map +1 -0
  205. package/fesm2022/dialog-testing.mjs +123 -0
  206. package/fesm2022/dialog-testing.mjs.map +1 -0
  207. package/fesm2022/dialog.mjs +873 -0
  208. package/fesm2022/dialog.mjs.map +1 -0
  209. package/fesm2022/divider-testing.mjs +17 -0
  210. package/fesm2022/divider-testing.mjs.map +1 -0
  211. package/fesm2022/divider.mjs +132 -0
  212. package/fesm2022/divider.mjs.map +1 -0
  213. package/fesm2022/expansion-testing.mjs +87 -0
  214. package/fesm2022/expansion-testing.mjs.map +1 -0
  215. package/fesm2022/expansion.mjs +749 -0
  216. package/fesm2022/expansion.mjs.map +1 -0
  217. package/fesm2022/form-field-testing-control.mjs +24 -0
  218. package/fesm2022/form-field-testing-control.mjs.map +1 -0
  219. package/fesm2022/form-field-testing.mjs +135 -0
  220. package/fesm2022/form-field-testing.mjs.map +1 -0
  221. package/fesm2022/form-field.mjs +57 -0
  222. package/fesm2022/form-field.mjs.map +1 -0
  223. package/fesm2022/grid-list-testing.mjs +80 -0
  224. package/fesm2022/grid-list-testing.mjs.map +1 -0
  225. package/fesm2022/grid-list.mjs +604 -0
  226. package/fesm2022/grid-list.mjs.map +1 -0
  227. package/fesm2022/icon-testing.mjs +172 -0
  228. package/fesm2022/icon-testing.mjs.map +1 -0
  229. package/fesm2022/icon.mjs +366 -0
  230. package/fesm2022/icon.mjs.map +1 -0
  231. package/fesm2022/input-testing.mjs +73 -0
  232. package/fesm2022/input-testing.mjs.map +1 -0
  233. package/fesm2022/input.mjs +495 -0
  234. package/fesm2022/input.mjs.map +1 -0
  235. package/fesm2022/list-testing.mjs +295 -0
  236. package/fesm2022/list-testing.mjs.map +1 -0
  237. package/fesm2022/list.mjs +1604 -0
  238. package/fesm2022/list.mjs.map +1 -0
  239. package/fesm2022/material.mjs +4 -0
  240. package/fesm2022/material.mjs.map +1 -0
  241. package/fesm2022/menu-testing.mjs +174 -0
  242. package/fesm2022/menu-testing.mjs.map +1 -0
  243. package/fesm2022/menu.mjs +1421 -0
  244. package/fesm2022/menu.mjs.map +1 -0
  245. package/fesm2022/paginator-testing.mjs +69 -0
  246. package/fesm2022/paginator-testing.mjs.map +1 -0
  247. package/fesm2022/paginator.mjs +445 -0
  248. package/fesm2022/paginator.mjs.map +1 -0
  249. package/fesm2022/progress-bar-testing.mjs +20 -0
  250. package/fesm2022/progress-bar-testing.mjs.map +1 -0
  251. package/fesm2022/progress-bar.mjs +247 -0
  252. package/fesm2022/progress-bar.mjs.map +1 -0
  253. package/fesm2022/progress-spinner-testing.mjs +21 -0
  254. package/fesm2022/progress-spinner-testing.mjs.map +1 -0
  255. package/fesm2022/progress-spinner.mjs +258 -0
  256. package/fesm2022/progress-spinner.mjs.map +1 -0
  257. package/fesm2022/radio-testing.mjs +143 -0
  258. package/fesm2022/radio-testing.mjs.map +1 -0
  259. package/fesm2022/radio.mjs +751 -0
  260. package/fesm2022/radio.mjs.map +1 -0
  261. package/fesm2022/select-testing.mjs +92 -0
  262. package/fesm2022/select-testing.mjs.map +1 -0
  263. package/fesm2022/select.mjs +1181 -0
  264. package/fesm2022/select.mjs.map +1 -0
  265. package/fesm2022/sidenav-testing.mjs +80 -0
  266. package/fesm2022/sidenav-testing.mjs.map +1 -0
  267. package/fesm2022/sidenav.mjs +1151 -0
  268. package/fesm2022/sidenav.mjs.map +1 -0
  269. package/fesm2022/slide-toggle-testing.mjs +68 -0
  270. package/fesm2022/slide-toggle-testing.mjs.map +1 -0
  271. package/fesm2022/slide-toggle.mjs +403 -0
  272. package/fesm2022/slide-toggle.mjs.map +1 -0
  273. package/fesm2022/slider-testing.mjs +105 -0
  274. package/fesm2022/slider-testing.mjs.map +1 -0
  275. package/fesm2022/slider.mjs +1720 -0
  276. package/fesm2022/slider.mjs.map +1 -0
  277. package/fesm2022/snack-bar-testing.mjs +47 -0
  278. package/fesm2022/snack-bar-testing.mjs.map +1 -0
  279. package/fesm2022/snack-bar.mjs +820 -0
  280. package/fesm2022/snack-bar.mjs.map +1 -0
  281. package/fesm2022/sort-testing.mjs +55 -0
  282. package/fesm2022/sort-testing.mjs.map +1 -0
  283. package/fesm2022/sort.mjs +470 -0
  284. package/fesm2022/sort.mjs.map +1 -0
  285. package/fesm2022/stepper-testing.mjs +99 -0
  286. package/fesm2022/stepper-testing.mjs.map +1 -0
  287. package/fesm2022/stepper.mjs +900 -0
  288. package/fesm2022/stepper.mjs.map +1 -0
  289. package/fesm2022/table-testing.mjs +152 -0
  290. package/fesm2022/table-testing.mjs.map +1 -0
  291. package/fesm2022/table.mjs +1151 -0
  292. package/fesm2022/table.mjs.map +1 -0
  293. package/fesm2022/tabs-testing.mjs +144 -0
  294. package/fesm2022/tabs-testing.mjs.map +1 -0
  295. package/fesm2022/tabs.mjs +2435 -0
  296. package/fesm2022/tabs.mjs.map +1 -0
  297. package/fesm2022/timepicker-testing.mjs +128 -0
  298. package/fesm2022/timepicker-testing.mjs.map +1 -0
  299. package/fesm2022/timepicker.mjs +1284 -0
  300. package/fesm2022/timepicker.mjs.map +1 -0
  301. package/fesm2022/toolbar-testing.mjs +26 -0
  302. package/fesm2022/toolbar-testing.mjs.map +1 -0
  303. package/fesm2022/toolbar.mjs +182 -0
  304. package/fesm2022/toolbar.mjs.map +1 -0
  305. package/fesm2022/tooltip-testing.mjs +48 -0
  306. package/fesm2022/tooltip-testing.mjs.map +1 -0
  307. package/fesm2022/tooltip.mjs +58 -0
  308. package/fesm2022/tooltip.mjs.map +1 -0
  309. package/fesm2022/tree-testing.mjs +104 -0
  310. package/fesm2022/tree-testing.mjs.map +1 -0
  311. package/fesm2022/tree.mjs +681 -0
  312. package/fesm2022/tree.mjs.map +1 -0
  313. package/form-field/_form-field-theme.scss +96 -0
  314. package/form-field/_m2-form-field.scss +226 -0
  315. package/form-field/_m3-form-field.scss +137 -0
  316. package/grid-list/_grid-list-theme.scss +76 -0
  317. package/grid-list/_m2-grid-list.scss +21 -0
  318. package/grid-list/_m3-grid-list.scss +20 -0
  319. package/icon/_icon-theme.scss +109 -0
  320. package/icon/_m2-icon.scss +15 -0
  321. package/icon/_m3-icon.scss +21 -0
  322. package/input/_input-theme.scss +36 -0
  323. package/list/_list-theme.scss +201 -0
  324. package/list/_m2-list.scss +92 -0
  325. package/list/_m3-list.scss +93 -0
  326. package/menu/_m2-menu.scss +44 -0
  327. package/menu/_m3-menu.scss +42 -0
  328. package/menu/_menu-theme.scss +76 -0
  329. package/package.json +404 -0
  330. package/paginator/_m2-paginator.scss +69 -0
  331. package/paginator/_m3-paginator.scss +46 -0
  332. package/paginator/_paginator-theme.scss +76 -0
  333. package/prebuilt-themes/azure-blue.css +1 -0
  334. package/prebuilt-themes/cyan-orange.css +1 -0
  335. package/prebuilt-themes/deeppurple-amber.css +1 -0
  336. package/prebuilt-themes/indigo-pink.css +1 -0
  337. package/prebuilt-themes/magenta-violet.css +1 -0
  338. package/prebuilt-themes/pink-bluegrey.css +1 -0
  339. package/prebuilt-themes/purple-green.css +1 -0
  340. package/prebuilt-themes/rose-red.css +1 -0
  341. package/progress-bar/_m2-progress-bar.scss +36 -0
  342. package/progress-bar/_m3-progress-bar.scss +29 -0
  343. package/progress-bar/_progress-bar-theme.scss +93 -0
  344. package/progress-spinner/_m2-progress-spinner.scss +25 -0
  345. package/progress-spinner/_m3-progress-spinner.scss +27 -0
  346. package/progress-spinner/_progress-spinner-theme.scss +95 -0
  347. package/radio/_m2-radio.scss +67 -0
  348. package/radio/_m3-radio.scss +65 -0
  349. package/radio/_radio-theme.scss +102 -0
  350. package/schematics/collection.json +55 -0
  351. package/schematics/migration.json +15 -0
  352. package/schematics/ng-add/fonts/material-fonts.d.ts +11 -0
  353. package/schematics/ng-add/fonts/material-fonts.js +41 -0
  354. package/schematics/ng-add/fonts/material-fonts.js.map +1 -0
  355. package/schematics/ng-add/index.d.ts +17 -0
  356. package/schematics/ng-add/index.js +54 -0
  357. package/schematics/ng-add/index.js.map +1 -0
  358. package/schematics/ng-add/package-config.d.ts +12 -0
  359. package/schematics/ng-add/package-config.js +51 -0
  360. package/schematics/ng-add/package-config.js.map +1 -0
  361. package/schematics/ng-add/schema.d.ts +15 -0
  362. package/schematics/ng-add/schema.js +10 -0
  363. package/schematics/ng-add/schema.js.map +1 -0
  364. package/schematics/ng-add/schema.json +43 -0
  365. package/schematics/ng-add/setup-project.d.ts +15 -0
  366. package/schematics/ng-add/setup-project.js +36 -0
  367. package/schematics/ng-add/setup-project.js.map +1 -0
  368. package/schematics/ng-add/theming/create-theme.d.ts +9 -0
  369. package/schematics/ng-add/theming/create-theme.js +58 -0
  370. package/schematics/ng-add/theming/create-theme.js.map +1 -0
  371. package/schematics/ng-add/theming/theming.d.ts +11 -0
  372. package/schematics/ng-add/theming/theming.js +133 -0
  373. package/schematics/ng-add/theming/theming.js.map +1 -0
  374. package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__style__.template +27 -0
  375. package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +99 -0
  376. package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.spec.ts.template +38 -0
  377. package/schematics/ng-generate/address-form/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +118 -0
  378. package/schematics/ng-generate/address-form/index.d.ts +14 -0
  379. package/schematics/ng-generate/address-form/index.js +43 -0
  380. package/schematics/ng-generate/address-form/index.js.map +1 -0
  381. package/schematics/ng-generate/address-form/schema.d.ts +10 -0
  382. package/schematics/ng-generate/address-form/schema.js +10 -0
  383. package/schematics/ng-generate/address-form/schema.js.map +1 -0
  384. package/schematics/ng-generate/address-form/schema.json +100 -0
  385. package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__style__.template +21 -0
  386. package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +26 -0
  387. package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.spec.ts.template +36 -0
  388. package/schematics/ng-generate/dashboard/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +56 -0
  389. package/schematics/ng-generate/dashboard/index.d.ts +14 -0
  390. package/schematics/ng-generate/dashboard/index.js +42 -0
  391. package/schematics/ng-generate/dashboard/index.js.map +1 -0
  392. package/schematics/ng-generate/dashboard/schema.d.ts +10 -0
  393. package/schematics/ng-generate/dashboard/schema.js +10 -0
  394. package/schematics/ng-generate/dashboard/schema.js.map +1 -0
  395. package/schematics/ng-generate/dashboard/schema.json +100 -0
  396. package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__style__.template +17 -0
  397. package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +28 -0
  398. package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.spec.ts.template +36 -0
  399. package/schematics/ng-generate/navigation/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +42 -0
  400. package/schematics/ng-generate/navigation/index.d.ts +14 -0
  401. package/schematics/ng-generate/navigation/index.js +42 -0
  402. package/schematics/ng-generate/navigation/index.js.map +1 -0
  403. package/schematics/ng-generate/navigation/schema.d.ts +10 -0
  404. package/schematics/ng-generate/navigation/schema.js +10 -0
  405. package/schematics/ng-generate/navigation/schema.js.map +1 -0
  406. package/schematics/ng-generate/navigation/schema.json +105 -0
  407. package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__-datasource.ts.template +111 -0
  408. package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__style__.template +3 -0
  409. package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +26 -0
  410. package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.spec.ts.template +32 -0
  411. package/schematics/ng-generate/table/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +36 -0
  412. package/schematics/ng-generate/table/index.d.ts +14 -0
  413. package/schematics/ng-generate/table/index.js +40 -0
  414. package/schematics/ng-generate/table/index.js.map +1 -0
  415. package/schematics/ng-generate/table/schema.d.ts +10 -0
  416. package/schematics/ng-generate/table/schema.js +10 -0
  417. package/schematics/ng-generate/table/schema.js.map +1 -0
  418. package/schematics/ng-generate/table/schema.json +100 -0
  419. package/schematics/ng-generate/theme-color/index_bundled.js +6561 -0
  420. package/schematics/ng-generate/theme-color/index_bundled.js.map +6 -0
  421. package/schematics/ng-generate/theme-color/schema.json +55 -0
  422. package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.__style__.template +4 -0
  423. package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html.template +22 -0
  424. package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.spec.ts.template +32 -0
  425. package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts.template +93 -0
  426. package/schematics/ng-generate/tree/files/__path__/__name@dasherize@if-flat__/example-data.ts.template +47 -0
  427. package/schematics/ng-generate/tree/index.d.ts +14 -0
  428. package/schematics/ng-generate/tree/index.js +40 -0
  429. package/schematics/ng-generate/tree/index.js.map +1 -0
  430. package/schematics/ng-generate/tree/schema.d.ts +10 -0
  431. package/schematics/ng-generate/tree/schema.js +10 -0
  432. package/schematics/ng-generate/tree/schema.js.map +1 -0
  433. package/schematics/ng-generate/tree/schema.json +100 -0
  434. package/schematics/ng-update/index_bundled.js +204 -0
  435. package/schematics/ng-update/index_bundled.js.map +6 -0
  436. package/schematics/package.json +3 -0
  437. package/select/_m2-select.scss +49 -0
  438. package/select/_m3-select.scss +54 -0
  439. package/select/_select-theme.scss +99 -0
  440. package/sidenav/_m2-sidenav.scss +48 -0
  441. package/sidenav/_m3-sidenav.scss +26 -0
  442. package/sidenav/_sidenav-theme.scss +75 -0
  443. package/slide-toggle/_m2-slide-toggle.scss +134 -0
  444. package/slide-toggle/_m3-slide-toggle.scss +133 -0
  445. package/slide-toggle/_slide-toggle-theme.scss +119 -0
  446. package/slider/_m2-slider.scss +73 -0
  447. package/slider/_m3-slider.scss +69 -0
  448. package/slider/_slider-theme.scss +103 -0
  449. package/snack-bar/_m2-snack-bar.scss +24 -0
  450. package/snack-bar/_m3-snack-bar.scss +26 -0
  451. package/snack-bar/_snack-bar-theme.scss +77 -0
  452. package/sort/_m2-sort.scss +16 -0
  453. package/sort/_m3-sort.scss +20 -0
  454. package/sort/_sort-theme.scss +76 -0
  455. package/stepper/_m2-stepper.scss +65 -0
  456. package/stepper/_m3-stepper.scss +66 -0
  457. package/stepper/_stepper-theme.scss +102 -0
  458. package/table/_m2-table.scss +63 -0
  459. package/table/_m3-table.scss +52 -0
  460. package/table/_table-theme.scss +76 -0
  461. package/tabs/_m2-tabs.scss +68 -0
  462. package/tabs/_m3-tabs.scss +58 -0
  463. package/tabs/_tabs-theme.scss +131 -0
  464. package/timepicker/_m2-timepicker.scss +19 -0
  465. package/timepicker/_m3-timepicker.scss +21 -0
  466. package/timepicker/_timepicker-theme.scss +81 -0
  467. package/toolbar/_m2-toolbar.scss +43 -0
  468. package/toolbar/_m3-toolbar.scss +41 -0
  469. package/toolbar/_toolbar-theme.scss +114 -0
  470. package/tooltip/_m2-tooltip.scss +24 -0
  471. package/tooltip/_m3-tooltip.scss +25 -0
  472. package/tooltip/_tooltip-theme.scss +76 -0
  473. package/tree/_m2-tree.scss +30 -0
  474. package/tree/_m3-tree.scss +37 -0
  475. package/tree/_tree-theme.scss +76 -0
  476. package/types/_badge-chunk.d.ts +100 -0
  477. package/types/_button-toggle-chunk.d.ts +252 -0
  478. package/types/_date-adapter-chunk.d.ts +261 -0
  479. package/types/_date-range-input-harness-chunk.d.ts +284 -0
  480. package/types/_dialog-chunk.d.ts +336 -0
  481. package/types/_error-options-chunk.d.ts +17 -0
  482. package/types/_form-field-chunk.d.ts +375 -0
  483. package/types/_form-field-control-chunk.d.ts +64 -0
  484. package/types/_form-field-control-harness-chunk.d.ts +20 -0
  485. package/types/_form-field-module-chunk.d.ts +18 -0
  486. package/types/_icon-module-chunk.d.ts +162 -0
  487. package/types/_icon-registry-chunk.d.ts +271 -0
  488. package/types/_input-harness-chunk.d.ts +61 -0
  489. package/types/_line-chunk.d.ts +25 -0
  490. package/types/_list-option-types-chunk.d.ts +15 -0
  491. package/types/_option-chunk.d.ts +146 -0
  492. package/types/_option-harness-chunk.d.ts +35 -0
  493. package/types/_option-module-chunk.d.ts +13 -0
  494. package/types/_option-parent-chunk.d.ts +20 -0
  495. package/types/_paginator-chunk.d.ts +184 -0
  496. package/types/_palette-chunk.d.ts +4 -0
  497. package/types/_progress-spinner-chunk.d.ts +91 -0
  498. package/types/_pseudo-checkbox-module-chunk.d.ts +45 -0
  499. package/types/_ripple-chunk.d.ts +256 -0
  500. package/types/_ripple-loader-chunk.d.ts +48 -0
  501. package/types/_ripple-module-chunk.d.ts +11 -0
  502. package/types/_sort-chunk.d.ts +88 -0
  503. package/types/_sort-direction-chunk.d.ts +3 -0
  504. package/types/_tooltip-chunk.d.ts +315 -0
  505. package/types/autocomplete-testing.d.ts +53 -0
  506. package/types/autocomplete.d.ts +420 -0
  507. package/types/badge-testing.d.ts +36 -0
  508. package/types/badge.d.ts +14 -0
  509. package/types/bottom-sheet-testing.d.ts +26 -0
  510. package/types/bottom-sheet.d.ts +192 -0
  511. package/types/button-testing.d.ts +70 -0
  512. package/types/button-toggle-testing.d.ts +97 -0
  513. package/types/button-toggle.d.ts +16 -0
  514. package/types/button.d.ts +210 -0
  515. package/types/card-testing.d.ts +41 -0
  516. package/types/card.d.ts +156 -0
  517. package/types/checkbox-testing.d.ts +86 -0
  518. package/types/checkbox.d.ts +216 -0
  519. package/types/chips-testing.d.ts +270 -0
  520. package/types/chips.d.ts +993 -0
  521. package/types/core-testing.d.ts +32 -0
  522. package/types/core.d.ts +185 -0
  523. package/types/datepicker-testing.d.ts +25 -0
  524. package/types/datepicker.d.ts +1746 -0
  525. package/types/dialog-testing.d.ts +83 -0
  526. package/types/dialog.d.ts +84 -0
  527. package/types/divider-testing.d.ts +15 -0
  528. package/types/divider.d.ts +24 -0
  529. package/types/expansion-testing.d.ts +101 -0
  530. package/types/expansion.d.ts +258 -0
  531. package/types/form-field-testing-control.d.ts +13 -0
  532. package/types/form-field-testing.d.ts +127 -0
  533. package/types/form-field.d.ts +19 -0
  534. package/types/grid-list-testing.d.ts +82 -0
  535. package/types/grid-list.d.ts +207 -0
  536. package/types/icon-testing.d.ts +81 -0
  537. package/types/icon.d.ts +8 -0
  538. package/types/input-testing.d.ts +73 -0
  539. package/types/input.d.ts +208 -0
  540. package/types/list-testing.d.ts +354 -0
  541. package/types/list.d.ts +516 -0
  542. package/types/material.d.ts +3 -0
  543. package/types/menu-testing.d.ts +141 -0
  544. package/types/menu.d.ts +547 -0
  545. package/types/paginator-testing.d.ts +51 -0
  546. package/types/paginator.d.ts +36 -0
  547. package/types/progress-bar-testing.d.ts +24 -0
  548. package/types/progress-bar.d.ts +106 -0
  549. package/types/progress-spinner-testing.d.ts +28 -0
  550. package/types/progress-spinner.d.ts +13 -0
  551. package/types/radio-testing.d.ts +109 -0
  552. package/types/radio.d.ts +295 -0
  553. package/types/select-testing.d.ts +63 -0
  554. package/types/select.d.ts +448 -0
  555. package/types/sidenav-testing.d.ts +122 -0
  556. package/types/sidenav.d.ts +335 -0
  557. package/types/slide-toggle-testing.d.ts +66 -0
  558. package/types/slide-toggle.d.ts +151 -0
  559. package/types/slider-testing.d.ts +90 -0
  560. package/types/slider.d.ts +662 -0
  561. package/types/snack-bar-testing.d.ts +64 -0
  562. package/types/snack-bar.d.ts +328 -0
  563. package/types/sort-testing.d.ts +48 -0
  564. package/types/sort.d.ts +126 -0
  565. package/types/stepper-testing.d.ts +136 -0
  566. package/types/stepper.d.ts +225 -0
  567. package/types/table-testing.d.ts +174 -0
  568. package/types/table.d.ts +302 -0
  569. package/types/tabs-testing.d.ts +145 -0
  570. package/types/tabs.d.ts +890 -0
  571. package/types/timepicker-testing.d.ts +108 -0
  572. package/types/timepicker.d.ts +318 -0
  573. package/types/toolbar-testing.d.ts +33 -0
  574. package/types/toolbar.d.ts +44 -0
  575. package/types/tooltip-testing.d.ts +35 -0
  576. package/types/tooltip.d.ts +17 -0
  577. package/types/tree-testing.d.ts +119 -0
  578. package/types/tree.d.ts +233 -0
@@ -0,0 +1,192 @@
1
+ import * as i0 from '@angular/core';
2
+ import { OnDestroy, EventEmitter, InjectionToken, ViewContainerRef, Injector, ComponentRef, TemplateRef } from '@angular/core';
3
+ import * as i1 from '@angular/cdk/dialog';
4
+ import { CdkDialogContainer, RestoreFocusValue, DialogRef } from '@angular/cdk/dialog';
5
+ import * as i2 from '@angular/cdk/portal';
6
+ import { ComponentType } from '@angular/cdk/portal';
7
+ import * as i2$1 from '@angular/cdk/bidi';
8
+ import { Direction } from '@angular/cdk/bidi';
9
+ import { ScrollStrategy } from '@angular/cdk/overlay';
10
+ import { Observable } from 'rxjs';
11
+
12
+ /**
13
+ * Internal component that wraps user-provided bottom sheet content.
14
+ * @docs-private
15
+ */
16
+ declare class MatBottomSheetContainer extends CdkDialogContainer implements OnDestroy {
17
+ private _breakpointSubscription;
18
+ protected _animationsDisabled: boolean;
19
+ /** The state of the bottom sheet animations. */
20
+ _animationState: 'void' | 'visible' | 'hidden';
21
+ /** Emits whenever the state of the animation changes. */
22
+ _animationStateChanged: EventEmitter<{
23
+ toState: "visible" | "hidden";
24
+ phase: "start" | "done";
25
+ }>;
26
+ /** Whether the component has been destroyed. */
27
+ private _destroyed;
28
+ constructor(...args: unknown[]);
29
+ /** Begin animation of bottom sheet entrance into view. */
30
+ enter(): void;
31
+ /** Begin animation of the bottom sheet exiting from view. */
32
+ exit(): void;
33
+ ngOnDestroy(): void;
34
+ private _simulateAnimation;
35
+ protected _trapFocus(): void;
36
+ protected _handleAnimationEvent(isStart: boolean, animationName: string): void;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetContainer, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatBottomSheetContainer, "mat-bottom-sheet-container", never, {}, {}, never, never, true, never>;
39
+ }
40
+
41
+ declare class MatBottomSheetModule {
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheetModule, never>;
43
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatBottomSheetModule, never, [typeof i1.DialogModule, typeof i2.PortalModule, typeof MatBottomSheetContainer], [typeof MatBottomSheetContainer, typeof i2$1.BidiModule]>;
44
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatBottomSheetModule>;
45
+ }
46
+
47
+ /** Options for where to set focus to automatically on dialog open */
48
+ type AutoFocusTarget = 'dialog' | 'first-tabbable' | 'first-heading';
49
+ /** Injection token that can be used to access the data that was passed in to a bottom sheet. */
50
+ declare const MAT_BOTTOM_SHEET_DATA: InjectionToken<any>;
51
+ /**
52
+ * Configuration used when opening a bottom sheet.
53
+ */
54
+ declare class MatBottomSheetConfig<D = any> {
55
+ /** The view container to place the overlay for the bottom sheet into. */
56
+ viewContainerRef?: ViewContainerRef;
57
+ /**
58
+ * Injector used for the instantiation of the component to be attached. If provided,
59
+ * takes precedence over the injector indirectly provided by `ViewContainerRef`.
60
+ */
61
+ injector?: Injector;
62
+ /** Extra CSS classes to be added to the bottom sheet container. */
63
+ panelClass?: string | string[];
64
+ /** Text layout direction for the bottom sheet. */
65
+ direction?: Direction;
66
+ /** Data being injected into the child component. */
67
+ data?: D | null;
68
+ /** Whether the bottom sheet has a backdrop. */
69
+ hasBackdrop?: boolean;
70
+ /** Custom class for the backdrop. */
71
+ backdropClass?: string;
72
+ /** Whether the user can use escape or clicking outside to close the bottom sheet. */
73
+ disableClose?: boolean;
74
+ /** Aria label to assign to the bottom sheet element. */
75
+ ariaLabel?: string | null;
76
+ /**
77
+ * Whether this is a modal dialog. Used to set the `aria-modal` attribute. Off by default,
78
+ * because it can interfere with other overlay-based components (e.g. `mat-select`) and because
79
+ * it is redundant since the dialog marks all outside content as `aria-hidden` anyway.
80
+ */
81
+ ariaModal?: boolean;
82
+ /**
83
+ * Whether the bottom sheet should close when the user goes backwards/forwards in history.
84
+ * Note that this usually doesn't include clicking on links (unless the user is using
85
+ * the `HashLocationStrategy`).
86
+ */
87
+ closeOnNavigation?: boolean;
88
+ /**
89
+ * Where the bottom sheet should focus on open.
90
+ * @breaking-change 14.0.0 Remove boolean option from autoFocus. Use string or
91
+ * AutoFocusTarget instead.
92
+ */
93
+ autoFocus?: AutoFocusTarget | string | boolean;
94
+ /** Configures the focus restoration behavior. See `RestoreFocusValue` for more information. */
95
+ restoreFocus?: RestoreFocusValue;
96
+ /** Scroll strategy to be used for the bottom sheet. */
97
+ scrollStrategy?: ScrollStrategy;
98
+ /** Height for the bottom sheet. */
99
+ height?: string;
100
+ /** Minimum height for the bottom sheet. If a number is provided, assumes pixel units. */
101
+ minHeight?: number | string;
102
+ /** Maximum height for the bottom sheet. If a number is provided, assumes pixel units. */
103
+ maxHeight?: number | string;
104
+ }
105
+
106
+ /**
107
+ * Reference to a bottom sheet dispatched from the bottom sheet service.
108
+ */
109
+ declare class MatBottomSheetRef<T = any, R = any> {
110
+ private _ref;
111
+ /** Instance of the component making up the content of the bottom sheet. */
112
+ get instance(): T;
113
+ /**
114
+ * `ComponentRef` of the component opened into the bottom sheet. Will be
115
+ * null when the bottom sheet is opened using a `TemplateRef`.
116
+ */
117
+ get componentRef(): ComponentRef<T> | null;
118
+ /**
119
+ * Instance of the component into which the bottom sheet content is projected.
120
+ * @docs-private
121
+ */
122
+ containerInstance: MatBottomSheetContainer;
123
+ /** Whether the user is allowed to close the bottom sheet. */
124
+ disableClose: boolean | undefined;
125
+ /** Subject for notifying the user that the bottom sheet has opened and appeared. */
126
+ private readonly _afterOpened;
127
+ /** Result to be passed down to the `afterDismissed` stream. */
128
+ private _result;
129
+ /** Handle to the timeout that's running as a fallback in case the exit animation doesn't fire. */
130
+ private _closeFallbackTimeout;
131
+ constructor(_ref: DialogRef<R, T>, config: MatBottomSheetConfig, containerInstance: MatBottomSheetContainer);
132
+ /**
133
+ * Dismisses the bottom sheet.
134
+ * @param result Data to be passed back to the bottom sheet opener.
135
+ */
136
+ dismiss(result?: R): void;
137
+ /** Gets an observable that is notified when the bottom sheet is finished closing. */
138
+ afterDismissed(): Observable<R | undefined>;
139
+ /** Gets an observable that is notified when the bottom sheet has opened and appeared. */
140
+ afterOpened(): Observable<void>;
141
+ /**
142
+ * Gets an observable that emits when the overlay's backdrop has been clicked.
143
+ */
144
+ backdropClick(): Observable<MouseEvent>;
145
+ /**
146
+ * Gets an observable that emits when keydown events are targeted on the overlay.
147
+ */
148
+ keydownEvents(): Observable<KeyboardEvent>;
149
+ }
150
+
151
+ /** Injection token that can be used to specify default bottom sheet options. */
152
+ declare const MAT_BOTTOM_SHEET_DEFAULT_OPTIONS: InjectionToken<MatBottomSheetConfig<any>>;
153
+ /**
154
+ * Service to trigger Material Design bottom sheets.
155
+ */
156
+ declare class MatBottomSheet implements OnDestroy {
157
+ private _injector;
158
+ private _parentBottomSheet;
159
+ private _animationsDisabled;
160
+ private _defaultOptions;
161
+ private _bottomSheetRefAtThisLevel;
162
+ private _dialog;
163
+ /** Reference to the currently opened bottom sheet. */
164
+ get _openedBottomSheetRef(): MatBottomSheetRef<any> | null;
165
+ set _openedBottomSheetRef(value: MatBottomSheetRef<any> | null);
166
+ constructor(...args: unknown[]);
167
+ /**
168
+ * Opens a bottom sheet containing the given component.
169
+ * @param component Type of the component to load into the bottom sheet.
170
+ * @param config Extra configuration options.
171
+ * @returns Reference to the newly-opened bottom sheet.
172
+ */
173
+ open<T, D = any, R = any>(component: ComponentType<T>, config?: MatBottomSheetConfig<D>): MatBottomSheetRef<T, R>;
174
+ /**
175
+ * Opens a bottom sheet containing the given template.
176
+ * @param template TemplateRef to instantiate as the bottom sheet content.
177
+ * @param config Extra configuration options.
178
+ * @returns Reference to the newly-opened bottom sheet.
179
+ */
180
+ open<T, D = any, R = any>(template: TemplateRef<T>, config?: MatBottomSheetConfig<D>): MatBottomSheetRef<T, R>;
181
+ /**
182
+ * Dismisses the currently-visible bottom sheet.
183
+ * @param result Data to pass to the bottom sheet instance.
184
+ */
185
+ dismiss<R = any>(result?: R): void;
186
+ ngOnDestroy(): void;
187
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatBottomSheet, never>;
188
+ static ɵprov: i0.ɵɵInjectableDeclaration<MatBottomSheet>;
189
+ }
190
+
191
+ export { MAT_BOTTOM_SHEET_DATA, MAT_BOTTOM_SHEET_DEFAULT_OPTIONS, MatBottomSheet, MatBottomSheetConfig, MatBottomSheetContainer, MatBottomSheetModule, MatBottomSheetRef };
192
+ export type { AutoFocusTarget };
@@ -0,0 +1,70 @@
1
+ import { BaseHarnessFilters, ContentContainerComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
+
3
+ /** Possible button variants. */
4
+ type ButtonVariant = 'basic' | 'icon' | 'fab' | 'mini-fab';
5
+ /** Possible button appearances. */
6
+ type ButtonAppearance = 'text' | 'filled' | 'elevated' | 'outlined' | 'tonal';
7
+ /** Possible button types. */
8
+ type ButtonType = 'button' | 'submit' | 'reset';
9
+ /** A set of criteria that can be used to filter a list of button harness instances. */
10
+ interface ButtonHarnessFilters extends BaseHarnessFilters {
11
+ /** Only find instances whose text matches the given value. */
12
+ text?: string | RegExp;
13
+ /** Only find instances with a variant. */
14
+ variant?: ButtonVariant;
15
+ /** Only find instances with a specific appearance. */
16
+ appearance?: ButtonAppearance;
17
+ /** Only find instances which match the given disabled state. */
18
+ disabled?: boolean;
19
+ /** Only find instances with the specified type. */
20
+ buttonType?: ButtonType;
21
+ /** Only find instances that contain an icon whose name matches the given value. */
22
+ iconName?: string | RegExp;
23
+ }
24
+
25
+ /** Harness for interacting with a mat-button in tests. */
26
+ declare class MatButtonHarness extends ContentContainerComponentHarness {
27
+ /** Selector for the harness. */
28
+ static hostSelector: string;
29
+ /**
30
+ * Gets a `HarnessPredicate` that can be used to search for a button with specific attributes.
31
+ * @param options Options for narrowing the search:
32
+ * - `selector` finds a button whose host element matches the given selector.
33
+ * - `text` finds a button with specific text content.
34
+ * - `variant` finds buttons matching a specific variant.
35
+ * - `appearance` finds buttons matching a specific appearance.
36
+ * @return a `HarnessPredicate` configured with the given options.
37
+ */
38
+ static with<T extends MatButtonHarness>(this: ComponentHarnessConstructor<T>, options?: ButtonHarnessFilters): HarnessPredicate<T>;
39
+ /**
40
+ * Clicks the button at the given position relative to its top-left.
41
+ * @param relativeX The relative x position of the click.
42
+ * @param relativeY The relative y position of the click.
43
+ */
44
+ click(relativeX: number, relativeY: number): Promise<void>;
45
+ /** Clicks the button at its center. */
46
+ click(location: 'center'): Promise<void>;
47
+ /** Clicks the button. */
48
+ click(): Promise<void>;
49
+ /** Gets a boolean promise indicating if the button is disabled. */
50
+ isDisabled(): Promise<boolean>;
51
+ /** Gets a promise for the button's label text. */
52
+ getText(): Promise<string>;
53
+ /** Focuses the button and returns a void promise that indicates when the action is complete. */
54
+ focus(): Promise<void>;
55
+ /** Blurs the button and returns a void promise that indicates when the action is complete. */
56
+ blur(): Promise<void>;
57
+ /** Whether the button is focused. */
58
+ isFocused(): Promise<boolean>;
59
+ /** Gets the variant of the button. */
60
+ getVariant(): Promise<ButtonVariant>;
61
+ /** Gets the appearance of the button. */
62
+ getAppearance(): Promise<ButtonAppearance | null>;
63
+ /**
64
+ * Gets the type of the button. Supported values are 'button', 'submit', and 'reset'.
65
+ */
66
+ getType(): Promise<ButtonType | null>;
67
+ }
68
+
69
+ export { MatButtonHarness };
70
+ export type { ButtonAppearance, ButtonHarnessFilters, ButtonType, ButtonVariant };
@@ -0,0 +1,97 @@
1
+ import { BaseHarnessFilters, ComponentHarness, HarnessPredicate } from '@angular/cdk/testing';
2
+ import { MatButtonToggleAppearance } from './_button-toggle-chunk.js';
3
+ import '@angular/cdk/bidi';
4
+ import '@angular/core';
5
+ import '@angular/forms';
6
+
7
+ /** Criteria that can be used to filter a list of `MatButtonToggleHarness` instances. */
8
+ interface ButtonToggleHarnessFilters extends BaseHarnessFilters {
9
+ /** Only find instances whose text matches the given value. */
10
+ text?: string | RegExp;
11
+ /** Only find instances whose name matches the given value. */
12
+ name?: string | RegExp;
13
+ /** Only find instances that are checked. */
14
+ checked?: boolean;
15
+ /** Only find instances which match the given disabled state. */
16
+ disabled?: boolean;
17
+ }
18
+
19
+ /** Harness for interacting with a standard mat-button-toggle in tests. */
20
+ declare class MatButtonToggleHarness extends ComponentHarness {
21
+ /** The selector for the host element of a `MatButton` instance. */
22
+ static hostSelector: string;
23
+ private _label;
24
+ private _button;
25
+ /**
26
+ * Gets a `HarnessPredicate` that can be used to search for a `MatButtonToggleHarness` that meets
27
+ * certain criteria.
28
+ * @param options Options for filtering which button toggle instances are considered a match.
29
+ * @return a `HarnessPredicate` configured with the given options.
30
+ */
31
+ static with(options?: ButtonToggleHarnessFilters): HarnessPredicate<MatButtonToggleHarness>;
32
+ /** Gets a boolean promise indicating if the button toggle is checked. */
33
+ isChecked(): Promise<boolean>;
34
+ /** Gets a boolean promise indicating if the button toggle is disabled. */
35
+ isDisabled(): Promise<boolean>;
36
+ /** Gets a promise for the button toggle's name. */
37
+ getName(): Promise<string | null>;
38
+ /** Gets a promise for the button toggle's aria-label. */
39
+ getAriaLabel(): Promise<string | null>;
40
+ /** Gets a promise for the button toggles's aria-labelledby. */
41
+ getAriaLabelledby(): Promise<string | null>;
42
+ /** Gets a promise for the button toggle's text. */
43
+ getText(): Promise<string>;
44
+ /** Gets the appearance that the button toggle is using. */
45
+ getAppearance(): Promise<MatButtonToggleAppearance>;
46
+ /** Focuses the toggle. */
47
+ focus(): Promise<void>;
48
+ /** Blurs the toggle. */
49
+ blur(): Promise<void>;
50
+ /** Whether the toggle is focused. */
51
+ isFocused(): Promise<boolean>;
52
+ /** Toggle the checked state of the buttons toggle. */
53
+ toggle(): Promise<void>;
54
+ /**
55
+ * Puts the button toggle in a checked state by toggling it if it's
56
+ * currently unchecked, or doing nothing if it is already checked.
57
+ */
58
+ check(): Promise<void>;
59
+ /**
60
+ * Puts the button toggle in an unchecked state by toggling it if it's
61
+ * currently checked, or doing nothing if it's already unchecked.
62
+ */
63
+ uncheck(): Promise<void>;
64
+ }
65
+
66
+ /** Criteria that can be used to filter a list of `MatButtonToggleGroupHarness` instances. */
67
+ interface ButtonToggleGroupHarnessFilters extends BaseHarnessFilters {
68
+ /** Only find instances which match the given disabled state. */
69
+ disabled?: boolean;
70
+ }
71
+
72
+ /** Harness for interacting with a standard mat-button-toggle in tests. */
73
+ declare class MatButtonToggleGroupHarness extends ComponentHarness {
74
+ /** The selector for the host element of a `MatButton` instance. */
75
+ static hostSelector: string;
76
+ /**
77
+ * Gets a `HarnessPredicate` that can be used to search for a `MatButtonToggleGroupHarness`
78
+ * that meets certain criteria.
79
+ * @param options Options for filtering which button toggle instances are considered a match.
80
+ * @return a `HarnessPredicate` configured with the given options.
81
+ */
82
+ static with(options?: ButtonToggleGroupHarnessFilters): HarnessPredicate<MatButtonToggleGroupHarness>;
83
+ /**
84
+ * Gets the button toggles that are inside the group.
85
+ * @param filter Optionally filters which toggles are included.
86
+ */
87
+ getToggles(filter?: ButtonToggleHarnessFilters): Promise<MatButtonToggleHarness[]>;
88
+ /** Gets whether the button toggle group is disabled. */
89
+ isDisabled(): Promise<boolean>;
90
+ /** Gets whether the button toggle group is laid out vertically. */
91
+ isVertical(): Promise<boolean>;
92
+ /** Gets the appearance that the group is using. */
93
+ getAppearance(): Promise<MatButtonToggleAppearance>;
94
+ }
95
+
96
+ export { MatButtonToggleGroupHarness, MatButtonToggleHarness };
97
+ export type { ButtonToggleGroupHarnessFilters, ButtonToggleHarnessFilters };
@@ -0,0 +1,16 @@
1
+ import { MatButtonToggleGroup, MatButtonToggle } from './_button-toggle-chunk.js';
2
+ export { MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS, MAT_BUTTON_TOGGLE_GROUP, MAT_BUTTON_TOGGLE_GROUP_VALUE_ACCESSOR, MatButtonToggleAppearance, MatButtonToggleChange, MatButtonToggleDefaultOptions, ToggleType } from './_button-toggle-chunk.js';
3
+ import * as i0 from '@angular/core';
4
+ import { MatRippleModule } from './_ripple-module-chunk.js';
5
+ import * as i2 from '@angular/cdk/bidi';
6
+ import '@angular/forms';
7
+ import './_ripple-chunk.js';
8
+ import '@angular/cdk/platform';
9
+
10
+ declare class MatButtonToggleModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonToggleModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonToggleModule, never, [typeof MatRippleModule, typeof MatButtonToggleGroup, typeof MatButtonToggle], [typeof i2.BidiModule, typeof MatButtonToggleGroup, typeof MatButtonToggle]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonToggleModule>;
14
+ }
15
+
16
+ export { MatButtonToggle, MatButtonToggleGroup, MatButtonToggleModule };
@@ -0,0 +1,210 @@
1
+ import { FocusOrigin } from '@angular/cdk/a11y';
2
+ import * as i0 from '@angular/core';
3
+ import { InjectionToken, AfterViewInit, OnDestroy, ElementRef, NgZone } from '@angular/core';
4
+ import { ThemePalette } from './_palette-chunk.js';
5
+ import { MatRippleLoader } from './_ripple-loader-chunk.js';
6
+ import { MatRippleModule } from './_ripple-module-chunk.js';
7
+ import * as i2 from '@angular/cdk/bidi';
8
+ import './_ripple-chunk.js';
9
+ import '@angular/cdk/platform';
10
+
11
+ /**
12
+ * Possible appearances for a `MatButton`.
13
+ * See https://m3.material.io/components/buttons/overview
14
+ */
15
+ type MatButtonAppearance = 'text' | 'filled' | 'elevated' | 'outlined' | 'tonal';
16
+ /** Object that can be used to configure the default options for the button component. */
17
+ interface MatButtonConfig {
18
+ /** Whether disabled buttons should be interactive. */
19
+ disabledInteractive?: boolean;
20
+ /** Default palette color to apply to buttons. */
21
+ color?: ThemePalette;
22
+ /** Default appearance for plain buttons (not icon buttons or FABs). */
23
+ defaultAppearance?: MatButtonAppearance;
24
+ }
25
+ /** Injection token that can be used to provide the default options the button component. */
26
+ declare const MAT_BUTTON_CONFIG: InjectionToken<MatButtonConfig>;
27
+ /** Base class for all buttons. */
28
+ declare class MatButtonBase implements AfterViewInit, OnDestroy {
29
+ _elementRef: ElementRef<HTMLElement>;
30
+ protected _ngZone: NgZone;
31
+ protected _animationsDisabled: boolean;
32
+ protected readonly _config: MatButtonConfig | null;
33
+ private readonly _focusMonitor;
34
+ private _cleanupClick;
35
+ private _renderer;
36
+ /**
37
+ * Handles the lazy creation of the MatButton ripple.
38
+ * Used to improve initial load time of large applications.
39
+ */
40
+ protected _rippleLoader: MatRippleLoader;
41
+ /** Whether the button is set on an anchor node. */
42
+ protected _isAnchor: boolean;
43
+ /** Whether this button is a FAB. Used to apply the correct class on the ripple. */
44
+ protected _isFab: boolean;
45
+ /**
46
+ * Theme color of the button. This API is supported in M2 themes only, it has
47
+ * no effect in M3 themes. For color customization in M3, see https://material.angular.dev/components/button/styling.
48
+ *
49
+ * For information on applying color variants in M3, see
50
+ * https://material.angular.dev/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
51
+ */
52
+ color?: string | null;
53
+ /** Whether the ripple effect is disabled or not. */
54
+ get disableRipple(): boolean;
55
+ set disableRipple(value: any);
56
+ private _disableRipple;
57
+ /** Whether the button is disabled. */
58
+ get disabled(): boolean;
59
+ set disabled(value: any);
60
+ private _disabled;
61
+ /** `aria-disabled` value of the button. */
62
+ ariaDisabled: boolean | undefined;
63
+ /**
64
+ * Natively disabled buttons prevent focus and any pointer events from reaching the button.
65
+ * In some scenarios this might not be desirable, because it can prevent users from finding out
66
+ * why the button is disabled (e.g. via tooltip). This is also useful for buttons that may
67
+ * become disabled when activated, which would cause focus to be transferred to the document
68
+ * body instead of remaining on the button.
69
+ *
70
+ * Enabling this input will change the button so that it is styled to be disabled and will be
71
+ * marked as `aria-disabled`, but it will allow the button to receive events and focus.
72
+ *
73
+ * Note that by enabling this, you need to set the `tabindex` yourself if the button isn't
74
+ * meant to be tabbable and you have to prevent the button action (e.g. form submissions).
75
+ */
76
+ disabledInteractive: boolean;
77
+ /** Tab index for the button. */
78
+ tabIndex: number;
79
+ /**
80
+ * Backwards-compatibility input that handles pre-existing `[tabindex]` bindings.
81
+ * @docs-private
82
+ */
83
+ set _tabindex(value: number);
84
+ constructor(...args: unknown[]);
85
+ ngAfterViewInit(): void;
86
+ ngOnDestroy(): void;
87
+ /** Focuses the button. */
88
+ focus(origin?: FocusOrigin, options?: FocusOptions): void;
89
+ protected _getAriaDisabled(): boolean | null;
90
+ protected _getDisabledAttribute(): true | null;
91
+ private _updateRippleDisabled;
92
+ protected _getTabIndex(): number;
93
+ private _setupAsAnchor;
94
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonBase, never>;
95
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MatButtonBase, never, never, { "color": { "alias": "color"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaDisabled": { "alias": "aria-disabled"; "required": false; }; "disabledInteractive": { "alias": "disabledInteractive"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "_tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, true, never>;
96
+ static ngAcceptInputType_disableRipple: unknown;
97
+ static ngAcceptInputType_disabled: unknown;
98
+ static ngAcceptInputType_ariaDisabled: unknown;
99
+ static ngAcceptInputType_disabledInteractive: unknown;
100
+ static ngAcceptInputType_tabIndex: unknown;
101
+ static ngAcceptInputType__tabindex: unknown;
102
+ }
103
+
104
+ /**
105
+ * Material Design button component. Users interact with a button to perform an action.
106
+ * See https://m3.material.io/components/buttons/overview
107
+ */
108
+ declare class MatButton extends MatButtonBase {
109
+ /** Appearance of the button. */
110
+ get appearance(): MatButtonAppearance | null;
111
+ set appearance(value: MatButtonAppearance | '');
112
+ private _appearance;
113
+ constructor(...args: unknown[]);
114
+ /** Programmatically sets the appearance of the button. */
115
+ setAppearance(appearance: MatButtonAppearance): void;
116
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatButton, never>;
117
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatButton, " button[matButton], a[matButton], button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button], a[mat-button], a[mat-raised-button], a[mat-flat-button], a[mat-stroked-button] ", ["matButton", "matAnchor"], { "appearance": { "alias": "matButton"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
118
+ }
119
+ /**
120
+ * Material Design button component for anchor elements. Anchor elements are used to provide
121
+ * links for the user to navigate across different routes or pages.
122
+ * See https://m3.material.io/components/buttons/overview
123
+ */
124
+ declare const MatAnchor: typeof MatButton;
125
+ type MatAnchor = MatButton;
126
+
127
+ /** Default FAB options that can be overridden. */
128
+ interface MatFabDefaultOptions {
129
+ /**
130
+ * Default theme color of the button. This API is supported in M2 themes
131
+ * only, it has no effect in M3 themes. For color customization in M3, see https://material.angular.dev/components/button/styling.
132
+ *
133
+ * For information on applying color variants in M3, see
134
+ * https://material.angular.dev/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants.
135
+ */
136
+ color?: ThemePalette;
137
+ }
138
+ /** Injection token to be used to override the default options for FAB. */
139
+ declare const MAT_FAB_DEFAULT_OPTIONS: InjectionToken<MatFabDefaultOptions>;
140
+ /**
141
+ * Material Design floating action button (FAB) component. These buttons represent the primary
142
+ * or most common action for users to interact with.
143
+ * See https://m3.material.io/components/floating-action-button/overview
144
+ *
145
+ * The `MatFabButton` class has two appearances: normal and extended.
146
+ */
147
+ declare class MatFabButton extends MatButtonBase {
148
+ private _options;
149
+ _isFab: boolean;
150
+ extended: boolean;
151
+ constructor(...args: unknown[]);
152
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatFabButton, never>;
153
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatFabButton, "button[mat-fab], a[mat-fab], button[matFab], a[matFab]", ["matButton", "matAnchor"], { "extended": { "alias": "extended"; "required": false; }; }, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
154
+ static ngAcceptInputType_extended: unknown;
155
+ }
156
+ /**
157
+ * Material Design mini floating action button (FAB) component. These buttons represent the primary
158
+ * or most common action for users to interact with.
159
+ * See https://m3.material.io/components/floating-action-button/overview
160
+ */
161
+ declare class MatMiniFabButton extends MatButtonBase {
162
+ private _options;
163
+ _isFab: boolean;
164
+ constructor(...args: unknown[]);
165
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatMiniFabButton, never>;
166
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatMiniFabButton, "button[mat-mini-fab], a[mat-mini-fab], button[matMiniFab], a[matMiniFab]", ["matButton", "matAnchor"], {}, {}, never, [".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])", "*", ".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"], true, never>;
167
+ }
168
+ /**
169
+ * Material Design floating action button (FAB) component for anchor elements. Anchor elements
170
+ * are used to provide links for the user to navigate across different routes or pages.
171
+ * See https://m3.material.io/components/floating-action-button/overview
172
+ *
173
+ * The `MatFabAnchor` class has two appearances: normal and extended.
174
+ */
175
+ declare const MatFabAnchor: typeof MatFabButton;
176
+ type MatFabAnchor = MatFabButton;
177
+ /**
178
+ * Material Design mini floating action button (FAB) component for anchor elements. Anchor elements
179
+ * are used to provide links for the user to navigate across different routes or pages.
180
+ * See https://m3.material.io/components/floating-action-button/overview
181
+ */
182
+ declare const MatMiniFabAnchor: typeof MatMiniFabButton;
183
+ type MatMiniFabAnchor = MatMiniFabButton;
184
+
185
+ /**
186
+ * Material Design icon button component. This type of button displays a single interactive icon for
187
+ * users to perform an action.
188
+ * See https://material.io/develop/web/components/buttons/icon-buttons/
189
+ */
190
+ declare class MatIconButton extends MatButtonBase {
191
+ constructor(...args: unknown[]);
192
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatIconButton, never>;
193
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatIconButton, "button[mat-icon-button], a[mat-icon-button], button[matIconButton], a[matIconButton]", ["matButton", "matAnchor"], {}, {}, never, ["*"], true, never>;
194
+ }
195
+ /**
196
+ * Material Design icon button component for anchor elements. This button displays a single
197
+ * interaction icon that allows users to navigate across different routes or pages.
198
+ * See https://material.io/develop/web/components/buttons/icon-buttons/
199
+ */
200
+ declare const MatIconAnchor: typeof MatIconButton;
201
+ type MatIconAnchor = MatIconButton;
202
+
203
+ declare class MatButtonModule {
204
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatButtonModule, never>;
205
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatButtonModule, never, [typeof MatRippleModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton], [typeof i2.BidiModule, typeof MatButton, typeof MatMiniFabButton, typeof MatIconButton, typeof MatFabButton]>;
206
+ static ɵinj: i0.ɵɵInjectorDeclaration<MatButtonModule>;
207
+ }
208
+
209
+ export { MAT_BUTTON_CONFIG, MAT_FAB_DEFAULT_OPTIONS, MatAnchor, MatButton, MatButtonModule, MatFabAnchor, MatFabButton, MatIconAnchor, MatIconButton, MatMiniFabAnchor, MatMiniFabButton };
210
+ export type { MatButtonAppearance, MatButtonConfig, MatFabDefaultOptions };
@@ -0,0 +1,41 @@
1
+ import { BaseHarnessFilters, ContentContainerComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
+
3
+ /** A set of criteria that can be used to filter a list of `MatCardHarness` instances. */
4
+ interface CardHarnessFilters extends BaseHarnessFilters {
5
+ /** Only find instances whose text matches the given value. */
6
+ text?: string | RegExp;
7
+ /** Only find instances whose title matches the given value. */
8
+ title?: string | RegExp;
9
+ /** Only find instances whose subtitle matches the given value. */
10
+ subtitle?: string | RegExp;
11
+ }
12
+
13
+ /** Selectors for different sections of the mat-card that can container user content. */
14
+ declare enum MatCardSection {
15
+ HEADER = ".mat-mdc-card-header",
16
+ CONTENT = ".mat-mdc-card-content",
17
+ ACTIONS = ".mat-mdc-card-actions",
18
+ FOOTER = ".mat-mdc-card-footer"
19
+ }
20
+ /** Harness for interacting with a mat-card in tests. */
21
+ declare class MatCardHarness extends ContentContainerComponentHarness<MatCardSection> {
22
+ /** The selector for the host element of a `MatCard` instance. */
23
+ static hostSelector: string;
24
+ /**
25
+ * Gets a `HarnessPredicate` that can be used to search for a card with specific attributes.
26
+ * @param options Options for filtering which card instances are considered a match.
27
+ * @return a `HarnessPredicate` configured with the given options.
28
+ */
29
+ static with<T extends MatCardHarness>(this: ComponentHarnessConstructor<T>, options?: CardHarnessFilters): HarnessPredicate<T>;
30
+ private _title;
31
+ private _subtitle;
32
+ /** Gets all of the card's content as text. */
33
+ getText(): Promise<string>;
34
+ /** Gets the cards's title text. */
35
+ getTitleText(): Promise<string>;
36
+ /** Gets the cards's subtitle text. */
37
+ getSubtitleText(): Promise<string>;
38
+ }
39
+
40
+ export { MatCardHarness, MatCardSection };
41
+ export type { CardHarnessFilters };