@angular/material 20.0.0-next.0 → 20.0.0-next.1

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 (305) hide show
  1. package/autocomplete/index.d.ts +92 -126
  2. package/autocomplete/testing/index.d.ts +6 -11
  3. package/badge/index.d.ts +8 -112
  4. package/badge/testing/index.d.ts +7 -8
  5. package/badge.d-49a8a74b.d.ts +98 -0
  6. package/bottom-sheet/index.d.ts +88 -103
  7. package/bottom-sheet/testing/index.d.ts +4 -6
  8. package/button/index.d.ts +10 -245
  9. package/button/testing/index.d.ts +6 -10
  10. package/button-toggle/index.d.ts +12 -285
  11. package/button-toggle/testing/index.d.ts +38 -37
  12. package/button-toggle.d-edc8acff.d.ts +257 -0
  13. package/card/index.d.ts +80 -117
  14. package/card/testing/index.d.ts +11 -15
  15. package/checkbox/index.d.ts +43 -104
  16. package/checkbox/testing/index.d.ts +6 -10
  17. package/chips/index.d.ts +599 -693
  18. package/chips/testing/index.d.ts +78 -93
  19. package/common-module.d-0e6515ae.d.ts +43 -0
  20. package/core/index.d.ts +50 -979
  21. package/core/testing/index.d.ts +3 -65
  22. package/date-adapter.d-c6835d41.d.ts +267 -0
  23. package/date-range-input-harness.d-549a9f7e.d.ts +278 -0
  24. package/datepicker/index.d.ts +1332 -1482
  25. package/datepicker/testing/index.d.ts +5 -287
  26. package/dialog/index.d.ts +59 -453
  27. package/dialog/testing/index.d.ts +22 -26
  28. package/dialog.d-57867441.d.ts +335 -0
  29. package/divider/index.d.ts +6 -11
  30. package/divider/testing/index.d.ts +2 -16
  31. package/divider-harness.d-d34fede4.d.ts +14 -0
  32. package/error-options.d-448d9046.d.ts +17 -0
  33. package/expansion/index.d.ts +139 -190
  34. package/expansion/testing/index.d.ts +25 -31
  35. package/fesm2022/autocomplete/testing.mjs +2 -1
  36. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  37. package/fesm2022/autocomplete.mjs +53 -32
  38. package/fesm2022/autocomplete.mjs.map +1 -1
  39. package/fesm2022/badge/testing.mjs.map +1 -1
  40. package/fesm2022/badge.mjs +14 -17
  41. package/fesm2022/badge.mjs.map +1 -1
  42. package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
  43. package/fesm2022/bottom-sheet.mjs +13 -15
  44. package/fesm2022/bottom-sheet.mjs.map +1 -1
  45. package/fesm2022/button/testing.mjs.map +1 -1
  46. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  47. package/fesm2022/button-toggle.mjs +22 -15
  48. package/fesm2022/button-toggle.mjs.map +1 -1
  49. package/fesm2022/button.mjs +14 -395
  50. package/fesm2022/button.mjs.map +1 -1
  51. package/fesm2022/card/testing.mjs.map +1 -1
  52. package/fesm2022/card.mjs +49 -51
  53. package/fesm2022/card.mjs.map +1 -1
  54. package/fesm2022/checkbox/testing.mjs.map +1 -1
  55. package/fesm2022/checkbox.mjs +32 -73
  56. package/fesm2022/checkbox.mjs.map +1 -1
  57. package/fesm2022/chips/testing.mjs.map +1 -1
  58. package/fesm2022/chips.mjs +51 -46
  59. package/fesm2022/chips.mjs.map +1 -1
  60. package/fesm2022/common-module-2d64df09.mjs +42 -0
  61. package/fesm2022/common-module-2d64df09.mjs.map +1 -0
  62. package/fesm2022/core/testing.mjs +3 -76
  63. package/fesm2022/core/testing.mjs.map +1 -1
  64. package/fesm2022/core.mjs +38 -1598
  65. package/fesm2022/core.mjs.map +1 -1
  66. package/fesm2022/date-formats-b618acb8.mjs +190 -0
  67. package/fesm2022/date-formats-b618acb8.mjs.map +1 -0
  68. package/fesm2022/date-range-input-harness-ee47cdb0.mjs +467 -0
  69. package/fesm2022/date-range-input-harness-ee47cdb0.mjs.map +1 -0
  70. package/fesm2022/datepicker/testing.mjs +5 -465
  71. package/fesm2022/datepicker/testing.mjs.map +1 -1
  72. package/fesm2022/datepicker.mjs +159 -128
  73. package/fesm2022/datepicker.mjs.map +1 -1
  74. package/fesm2022/dialog/testing.mjs +12 -1
  75. package/fesm2022/dialog/testing.mjs.map +1 -1
  76. package/fesm2022/dialog.mjs +14 -895
  77. package/fesm2022/dialog.mjs.map +1 -1
  78. package/fesm2022/divider/testing.mjs +2 -17
  79. package/fesm2022/divider/testing.mjs.map +1 -1
  80. package/fesm2022/divider-harness-3394f29a.mjs +18 -0
  81. package/fesm2022/divider-harness-3394f29a.mjs.map +1 -0
  82. package/fesm2022/divider.mjs +10 -12
  83. package/fesm2022/divider.mjs.map +1 -1
  84. package/fesm2022/error-options-4a00765e.mjs +29 -0
  85. package/fesm2022/error-options-4a00765e.mjs.map +1 -0
  86. package/fesm2022/error-state-8f4ce1af.mjs +37 -0
  87. package/fesm2022/error-state-8f4ce1af.mjs.map +1 -0
  88. package/fesm2022/expansion/testing.mjs.map +1 -1
  89. package/fesm2022/expansion.mjs +30 -32
  90. package/fesm2022/expansion.mjs.map +1 -1
  91. package/fesm2022/form-field/testing/control.mjs +2 -10
  92. package/fesm2022/form-field/testing/control.mjs.map +1 -1
  93. package/fesm2022/form-field/testing.mjs +7 -6
  94. package/fesm2022/form-field/testing.mjs.map +1 -1
  95. package/fesm2022/form-field-6d755764.mjs +1076 -0
  96. package/fesm2022/form-field-6d755764.mjs.map +1 -0
  97. package/fesm2022/form-field-control-harness-af6fd278.mjs +11 -0
  98. package/fesm2022/form-field-control-harness-af6fd278.mjs.map +1 -0
  99. package/fesm2022/form-field.mjs +14 -1110
  100. package/fesm2022/form-field.mjs.map +1 -1
  101. package/fesm2022/grid-list/testing.mjs +1 -1
  102. package/fesm2022/grid-list/testing.mjs.map +1 -1
  103. package/fesm2022/grid-list.mjs +30 -173
  104. package/fesm2022/grid-list.mjs.map +1 -1
  105. package/fesm2022/icon/testing.mjs +12 -12
  106. package/fesm2022/icon/testing.mjs.map +1 -1
  107. package/fesm2022/icon-button-47f1b5d9.mjs +248 -0
  108. package/fesm2022/icon-button-47f1b5d9.mjs.map +1 -0
  109. package/fesm2022/icon-module-3f77a24d.mjs +395 -0
  110. package/fesm2022/icon-module-3f77a24d.mjs.map +1 -0
  111. package/fesm2022/icon-registry-13a3b98e.mjs +639 -0
  112. package/fesm2022/icon-registry-13a3b98e.mjs.map +1 -0
  113. package/fesm2022/icon.mjs +11 -1016
  114. package/fesm2022/icon.mjs.map +1 -1
  115. package/fesm2022/index-1763d3a6.mjs +22 -0
  116. package/fesm2022/index-1763d3a6.mjs.map +1 -0
  117. package/fesm2022/index-4bc1d6d3.mjs +20 -0
  118. package/fesm2022/index-4bc1d6d3.mjs.map +1 -0
  119. package/fesm2022/input/testing.mjs +5 -113
  120. package/fesm2022/input/testing.mjs.map +1 -1
  121. package/fesm2022/input-harness-ed59decc.mjs +115 -0
  122. package/fesm2022/input-harness-ed59decc.mjs.map +1 -0
  123. package/fesm2022/input-value-accessor-8a79a24e.mjs +12 -0
  124. package/fesm2022/input-value-accessor-8a79a24e.mjs.map +1 -0
  125. package/fesm2022/input.mjs +21 -23
  126. package/fesm2022/input.mjs.map +1 -1
  127. package/fesm2022/internal-form-field-434c4039.mjs +27 -0
  128. package/fesm2022/internal-form-field-434c4039.mjs.map +1 -0
  129. package/fesm2022/line-d6afe347.mjs +59 -0
  130. package/fesm2022/line-d6afe347.mjs.map +1 -0
  131. package/fesm2022/list/testing.mjs +2 -2
  132. package/fesm2022/list/testing.mjs.map +1 -1
  133. package/fesm2022/list.mjs +59 -56
  134. package/fesm2022/list.mjs.map +1 -1
  135. package/fesm2022/menu/testing.mjs.map +1 -1
  136. package/fesm2022/menu.mjs +37 -25
  137. package/fesm2022/menu.mjs.map +1 -1
  138. package/fesm2022/module-3bf2775f.mjs +1293 -0
  139. package/fesm2022/module-3bf2775f.mjs.map +1 -0
  140. package/fesm2022/module-47e3be58.mjs +970 -0
  141. package/fesm2022/module-47e3be58.mjs.map +1 -0
  142. package/fesm2022/module-a5f9ab72.mjs +875 -0
  143. package/fesm2022/module-a5f9ab72.mjs.map +1 -0
  144. package/fesm2022/module-d757bba0.mjs +38 -0
  145. package/fesm2022/module-d757bba0.mjs.map +1 -0
  146. package/fesm2022/module-df9f7af3.mjs +152 -0
  147. package/fesm2022/module-df9f7af3.mjs.map +1 -0
  148. package/fesm2022/optgroup-harness-5e66b138.mjs +36 -0
  149. package/fesm2022/optgroup-harness-5e66b138.mjs.map +1 -0
  150. package/fesm2022/option-07c3c660.mjs +348 -0
  151. package/fesm2022/option-07c3c660.mjs.map +1 -0
  152. package/fesm2022/option-harness-3b7c1106.mjs +46 -0
  153. package/fesm2022/option-harness-3b7c1106.mjs.map +1 -0
  154. package/fesm2022/paginator/testing.mjs +4 -1
  155. package/fesm2022/paginator/testing.mjs.map +1 -1
  156. package/fesm2022/paginator.mjs +51 -21
  157. package/fesm2022/paginator.mjs.map +1 -1
  158. package/fesm2022/progress-bar/testing.mjs +0 -4
  159. package/fesm2022/progress-bar/testing.mjs.map +1 -1
  160. package/fesm2022/progress-bar.mjs +15 -13
  161. package/fesm2022/progress-bar.mjs.map +1 -1
  162. package/fesm2022/progress-spinner/testing.mjs +0 -4
  163. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  164. package/fesm2022/progress-spinner.mjs +15 -13
  165. package/fesm2022/progress-spinner.mjs.map +1 -1
  166. package/fesm2022/pseudo-checkbox-af5a4ea4.mjs +52 -0
  167. package/fesm2022/pseudo-checkbox-af5a4ea4.mjs.map +1 -0
  168. package/fesm2022/pseudo-checkbox-module-216fae38.mjs +20 -0
  169. package/fesm2022/pseudo-checkbox-module-216fae38.mjs.map +1 -0
  170. package/fesm2022/public-api-c5ab57f5.mjs +147 -0
  171. package/fesm2022/public-api-c5ab57f5.mjs.map +1 -0
  172. package/fesm2022/radio/testing.mjs.map +1 -1
  173. package/fesm2022/radio.mjs +23 -15
  174. package/fesm2022/radio.mjs.map +1 -1
  175. package/fesm2022/ripple-9939d1f5.mjs +639 -0
  176. package/fesm2022/ripple-9939d1f5.mjs.map +1 -0
  177. package/fesm2022/ripple-loader-f2078c66.mjs +165 -0
  178. package/fesm2022/ripple-loader-f2078c66.mjs.map +1 -0
  179. package/fesm2022/select/testing.mjs +5 -121
  180. package/fesm2022/select/testing.mjs.map +1 -1
  181. package/fesm2022/select-harness-8c55824d.mjs +123 -0
  182. package/fesm2022/select-harness-8c55824d.mjs.map +1 -0
  183. package/fesm2022/select.mjs +30 -1311
  184. package/fesm2022/select.mjs.map +1 -1
  185. package/fesm2022/sidenav/testing.mjs +1 -1
  186. package/fesm2022/sidenav/testing.mjs.map +1 -1
  187. package/fesm2022/sidenav.mjs +31 -31
  188. package/fesm2022/sidenav.mjs.map +1 -1
  189. package/fesm2022/slide-toggle/testing.mjs.map +1 -1
  190. package/fesm2022/slide-toggle.mjs +27 -75
  191. package/fesm2022/slide-toggle.mjs.map +1 -1
  192. package/fesm2022/slider/testing.mjs.map +1 -1
  193. package/fesm2022/slider.mjs +22 -21
  194. package/fesm2022/slider.mjs.map +1 -1
  195. package/fesm2022/snack-bar/testing.mjs.map +1 -1
  196. package/fesm2022/snack-bar.mjs +37 -29
  197. package/fesm2022/snack-bar.mjs.map +1 -1
  198. package/fesm2022/sort/testing.mjs.map +1 -1
  199. package/fesm2022/sort.mjs +26 -20
  200. package/fesm2022/sort.mjs.map +1 -1
  201. package/fesm2022/stepper/testing.mjs.map +1 -1
  202. package/fesm2022/stepper.mjs +52 -39
  203. package/fesm2022/stepper.mjs.map +1 -1
  204. package/fesm2022/structural-styles-d5ada3b3.mjs +18 -0
  205. package/fesm2022/structural-styles-d5ada3b3.mjs.map +1 -0
  206. package/fesm2022/table/testing.mjs.map +1 -1
  207. package/fesm2022/table.mjs +58 -60
  208. package/fesm2022/table.mjs.map +1 -1
  209. package/fesm2022/tabs/testing.mjs.map +1 -1
  210. package/fesm2022/tabs.mjs +54 -58
  211. package/fesm2022/tabs.mjs.map +1 -1
  212. package/fesm2022/timepicker/testing.mjs +1 -1
  213. package/fesm2022/timepicker/testing.mjs.map +1 -1
  214. package/fesm2022/timepicker.mjs +31 -24
  215. package/fesm2022/timepicker.mjs.map +1 -1
  216. package/fesm2022/toolbar/testing.mjs.map +1 -1
  217. package/fesm2022/toolbar.mjs +13 -15
  218. package/fesm2022/toolbar.mjs.map +1 -1
  219. package/fesm2022/tooltip/testing.mjs.map +1 -1
  220. package/fesm2022/tooltip.mjs +15 -960
  221. package/fesm2022/tooltip.mjs.map +1 -1
  222. package/fesm2022/tree/testing.mjs.map +1 -1
  223. package/fesm2022/tree.mjs +28 -30
  224. package/fesm2022/tree.mjs.map +1 -1
  225. package/form-field/index.d.ts +16 -508
  226. package/form-field/testing/control/index.d.ts +2 -10
  227. package/form-field/testing/index.d.ts +19 -24
  228. package/form-field-control-harness.d-2d91f25a.d.ts +10 -0
  229. package/form-field-control.d-eb86711c.d.ts +62 -0
  230. package/form-field.d-2edbc094.d.ts +367 -0
  231. package/grid-list/index.d.ts +128 -152
  232. package/grid-list/testing/index.d.ts +39 -44
  233. package/icon/index.d.ts +9 -470
  234. package/icon/testing/index.d.ts +41 -44
  235. package/icon-module.d-aa3bbba0.d.ts +167 -0
  236. package/icon-registry.d-1dffe9de.d.ts +286 -0
  237. package/index.d-0536b706.d.ts +11 -0
  238. package/index.d-37e31cd3.d.ts +13 -0
  239. package/index.d.ts +2 -3
  240. package/input/index.d.ts +33 -62
  241. package/input/testing/index.d.ts +13 -71
  242. package/input-harness.d-4eecd1d3.d.ts +60 -0
  243. package/line.d-570a2537.d.ts +25 -0
  244. package/list/index.d.ts +155 -244
  245. package/list/testing/index.d.ts +158 -180
  246. package/list-option-types.d-8739f903.d.ts +15 -0
  247. package/menu/index.d.ts +183 -231
  248. package/menu/testing/index.d.ts +17 -23
  249. package/module.d-18a67f56.d.ts +206 -0
  250. package/module.d-74a721b9.d.ts +326 -0
  251. package/module.d-ba05faa6.d.ts +448 -0
  252. package/module.d-c17c834e.d.ts +18 -0
  253. package/optgroup-harness.d-7f741f69.d.ts +31 -0
  254. package/option-harness.d-3d33fc9a.d.ts +34 -0
  255. package/option-parent.d-559ad5c5.d.ts +19 -0
  256. package/option.d-6f493d78.d.ts +146 -0
  257. package/package.json +2 -2
  258. package/paginator/index.d.ts +31 -216
  259. package/paginator/testing/index.d.ts +14 -15
  260. package/paginator.d-40b1766e.d.ts +199 -0
  261. package/palette.d-ec4a617c.d.ts +4 -0
  262. package/progress-bar/index.d.ts +40 -59
  263. package/progress-bar/testing/index.d.ts +7 -10
  264. package/progress-spinner/index.d.ts +8 -110
  265. package/progress-spinner/testing/index.d.ts +10 -11
  266. package/progress-spinner.d-1fc040c5.d.ts +96 -0
  267. package/pseudo-checkbox-module.d-3abc0461.d.ts +44 -0
  268. package/radio/index.d.ts +151 -170
  269. package/radio/testing/index.d.ts +61 -67
  270. package/ripple-loader.d-8aac2988.d.ts +48 -0
  271. package/ripple.d-2fb57d04.d.ts +255 -0
  272. package/schematics/ng-add/index.js +1 -1
  273. package/schematics/ng-add/index.mjs +1 -1
  274. package/schematics/ng-generate/theme-color/index_bundled.js +2 -2
  275. package/schematics/ng-generate/theme-color/schema.json +10 -0
  276. package/schematics/ng-update/index_bundled.js +31 -31
  277. package/select/index.d.ts +25 -505
  278. package/select/testing/index.d.ts +5 -67
  279. package/select-harness.d-7441a7ac.d.ts +63 -0
  280. package/sidenav/index.d.ts +49 -92
  281. package/sidenav/testing/index.d.ts +58 -63
  282. package/slide-toggle/index.d.ts +39 -110
  283. package/slide-toggle/testing/index.d.ts +17 -21
  284. package/slider/index.d.ts +281 -328
  285. package/slider/testing/index.d.ts +42 -47
  286. package/snack-bar/index.d.ts +152 -185
  287. package/snack-bar/testing/index.d.ts +7 -9
  288. package/sort/index.d.ts +61 -169
  289. package/sort/testing/index.d.ts +22 -25
  290. package/sort-direction.d-f4ce4649.d.ts +3 -0
  291. package/sort.d-c2b79a45.d.ts +87 -0
  292. package/stepper/index.d.ts +115 -167
  293. package/stepper/testing/index.d.ts +43 -52
  294. package/table/index.d.ts +97 -156
  295. package/table/testing/index.d.ts +64 -78
  296. package/tabs/index.d.ts +309 -383
  297. package/tabs/testing/index.d.ts +67 -76
  298. package/timepicker/index.d.ts +127 -160
  299. package/timepicker/testing/index.d.ts +20 -26
  300. package/toolbar/index.d.ts +15 -26
  301. package/toolbar/testing/index.d.ts +13 -16
  302. package/tooltip/index.d.ts +11 -355
  303. package/tooltip/testing/index.d.ts +7 -10
  304. package/tree/index.d.ts +117 -163
  305. package/tree/testing/index.d.ts +52 -58
@@ -1,241 +1,10 @@
1
- import { BaseHarnessFilters } from '@angular/cdk/testing';
2
- import { ComponentHarness } from '@angular/cdk/testing';
1
+ import { D as DatepickerTriggerHarnessBase, a as DatepickerToggleHarnessFilters } from '../../date-range-input-harness.d-549a9f7e.js';
2
+ export { c as CalendarCellHarnessFilters, C as CalendarHarnessFilters, h as CalendarView, d as DateRangeInputHarnessFilters, b as DatepickerInputHarnessFilters, a as DatepickerToggleHarnessFilters, j as MatCalendarCellHarness, i as MatCalendarHarness, g as MatDateRangeInputHarness, M as MatDatepickerInputHarness, f as MatEndDateHarness, e as MatStartDateHarness } from '../../date-range-input-harness.d-549a9f7e.js';
3
3
  import { HarnessPredicate } from '@angular/cdk/testing';
4
- import { MatFormFieldControlHarness } from '@angular/material/form-field/testing/control';
5
-
6
- /** A set of criteria that can be used to filter a list of calendar cell instances. */
7
- export declare interface CalendarCellHarnessFilters extends BaseHarnessFilters {
8
- /** Filters based on the text of the cell. */
9
- text?: string | RegExp;
10
- /** Filters based on whether the cell is selected. */
11
- selected?: boolean;
12
- /** Filters based on whether the cell is activated using keyboard navigation */
13
- active?: boolean;
14
- /** Filters based on whether the cell is disabled. */
15
- disabled?: boolean;
16
- /** Filters based on whether the cell represents today's date. */
17
- today?: boolean;
18
- /** Filters based on whether the cell is inside of the main range. */
19
- inRange?: boolean;
20
- /** Filters based on whether the cell is inside of the comparison range. */
21
- inComparisonRange?: boolean;
22
- /** Filters based on whether the cell is inside of the preview range. */
23
- inPreviewRange?: boolean;
24
- }
25
-
26
- /** A set of criteria that can be used to filter a list of calendar instances. */
27
- export declare interface CalendarHarnessFilters extends BaseHarnessFilters {
28
- }
29
-
30
- /** Possible views of a `MatCalendarHarness`. */
31
- export declare enum CalendarView {
32
- MONTH = 0,
33
- YEAR = 1,
34
- MULTI_YEAR = 2
35
- }
36
-
37
- /** A set of criteria that can be used to filter a list of datepicker input instances. */
38
- export declare interface DatepickerInputHarnessFilters extends BaseHarnessFilters {
39
- /** Filters based on the value of the input. */
40
- value?: string | RegExp;
41
- /** Filters based on the placeholder text of the input. */
42
- placeholder?: string | RegExp;
43
- }
44
-
45
- /** A set of criteria that can be used to filter a list of datepicker toggle instances. */
46
- export declare interface DatepickerToggleHarnessFilters extends BaseHarnessFilters {
47
- }
48
-
49
- /** Interface for a test harness that can open and close a calendar. */
50
- declare interface DatepickerTrigger {
51
- isCalendarOpen(): Promise<boolean>;
52
- openCalendar(): Promise<void>;
53
- closeCalendar(): Promise<void>;
54
- hasCalendar(): Promise<boolean>;
55
- getCalendar(filter?: CalendarHarnessFilters): Promise<MatCalendarHarness>;
56
- }
57
-
58
- /** Base class for harnesses that can trigger a calendar. */
59
- declare abstract class DatepickerTriggerHarnessBase extends ComponentHarness implements DatepickerTrigger {
60
- /** Whether the trigger is disabled. */
61
- abstract isDisabled(): Promise<boolean>;
62
- /** Whether the calendar associated with the trigger is open. */
63
- abstract isCalendarOpen(): Promise<boolean>;
64
- /** Opens the calendar associated with the trigger. */
65
- protected abstract _openCalendar(): Promise<void>;
66
- /** Opens the calendar if the trigger is enabled and it has a calendar. */
67
- openCalendar(): Promise<void>;
68
- /** Closes the calendar if it is open. */
69
- closeCalendar(): Promise<void>;
70
- /** Gets whether there is a calendar associated with the trigger. */
71
- hasCalendar(): Promise<boolean>;
72
- /**
73
- * Gets the `MatCalendarHarness` that is associated with the trigger.
74
- * @param filter Optionally filters which calendar is included.
75
- */
76
- getCalendar(filter?: CalendarHarnessFilters): Promise<MatCalendarHarness>;
77
- }
78
-
79
- /** A set of criteria that can be used to filter a list of date range input instances. */
80
- export declare interface DateRangeInputHarnessFilters extends BaseHarnessFilters {
81
- /** Filters based on the value of the input. */
82
- value?: string | RegExp;
83
- }
84
-
85
- /** Harness for interacting with a standard Material calendar cell in tests. */
86
- export declare class MatCalendarCellHarness extends ComponentHarness {
87
- static hostSelector: string;
88
- /** Reference to the inner content element inside the cell. */
89
- private _content;
90
- /**
91
- * Gets a `HarnessPredicate` that can be used to search for a `MatCalendarCellHarness`
92
- * that meets certain criteria.
93
- * @param options Options for filtering which cell instances are considered a match.
94
- * @return a `HarnessPredicate` configured with the given options.
95
- */
96
- static with(options?: CalendarCellHarnessFilters): HarnessPredicate<MatCalendarCellHarness>;
97
- /** Gets the text of the calendar cell. */
98
- getText(): Promise<string>;
99
- /** Gets the aria-label of the calendar cell. */
100
- getAriaLabel(): Promise<string>;
101
- /** Whether the cell is selected. */
102
- isSelected(): Promise<boolean>;
103
- /** Whether the cell is disabled. */
104
- isDisabled(): Promise<boolean>;
105
- /** Whether the cell is currently activated using keyboard navigation. */
106
- isActive(): Promise<boolean>;
107
- /** Whether the cell represents today's date. */
108
- isToday(): Promise<boolean>;
109
- /** Selects the calendar cell. Won't do anything if the cell is disabled. */
110
- select(): Promise<void>;
111
- /** Hovers over the calendar cell. */
112
- hover(): Promise<void>;
113
- /** Moves the mouse away from the calendar cell. */
114
- mouseAway(): Promise<void>;
115
- /** Focuses the calendar cell. */
116
- focus(): Promise<void>;
117
- /** Removes focus from the calendar cell. */
118
- blur(): Promise<void>;
119
- /** Whether the cell is the start of the main range. */
120
- isRangeStart(): Promise<boolean>;
121
- /** Whether the cell is the end of the main range. */
122
- isRangeEnd(): Promise<boolean>;
123
- /** Whether the cell is part of the main range. */
124
- isInRange(): Promise<boolean>;
125
- /** Whether the cell is the start of the comparison range. */
126
- isComparisonRangeStart(): Promise<boolean>;
127
- /** Whether the cell is the end of the comparison range. */
128
- isComparisonRangeEnd(): Promise<boolean>;
129
- /** Whether the cell is inside of the comparison range. */
130
- isInComparisonRange(): Promise<boolean>;
131
- /** Whether the cell is the start of the preview range. */
132
- isPreviewRangeStart(): Promise<boolean>;
133
- /** Whether the cell is the end of the preview range. */
134
- isPreviewRangeEnd(): Promise<boolean>;
135
- /** Whether the cell is inside of the preview range. */
136
- isInPreviewRange(): Promise<boolean>;
137
- /** Returns whether the cell has a particular CSS class-based state. */
138
- private _hasState;
139
- }
140
-
141
- /** Harness for interacting with a standard Material calendar in tests. */
142
- export declare class MatCalendarHarness extends ComponentHarness {
143
- static hostSelector: string;
144
- /** Queries for the calendar's period toggle button. */
145
- private _periodButton;
146
- /**
147
- * Gets a `HarnessPredicate` that can be used to search for a `MatCalendarHarness`
148
- * that meets certain criteria.
149
- * @param options Options for filtering which calendar instances are considered a match.
150
- * @return a `HarnessPredicate` configured with the given options.
151
- */
152
- static with(options?: CalendarHarnessFilters): HarnessPredicate<MatCalendarHarness>;
153
- /**
154
- * Gets a list of cells inside the calendar.
155
- * @param filter Optionally filters which cells are included.
156
- */
157
- getCells(filter?: CalendarCellHarnessFilters): Promise<MatCalendarCellHarness[]>;
158
- /** Gets the current view that is being shown inside the calendar. */
159
- getCurrentView(): Promise<CalendarView>;
160
- /** Gets the label of the current calendar view. */
161
- getCurrentViewLabel(): Promise<string>;
162
- /** Changes the calendar view by clicking on the view toggle button. */
163
- changeView(): Promise<void>;
164
- /** Goes to the next page of the current view (e.g. next month when inside the month view). */
165
- next(): Promise<void>;
166
- /**
167
- * Goes to the previous page of the current view
168
- * (e.g. previous month when inside the month view).
169
- */
170
- previous(): Promise<void>;
171
- /**
172
- * Selects a cell in the current calendar view.
173
- * @param filter An optional filter to apply to the cells. The first cell matching the filter
174
- * will be selected.
175
- */
176
- selectCell(filter?: CalendarCellHarnessFilters): Promise<void>;
177
- }
178
-
179
- /** Harness for interacting with a standard Material datepicker inputs in tests. */
180
- export declare class MatDatepickerInputHarness extends MatDatepickerInputHarnessBase implements DatepickerTrigger {
181
- static hostSelector: string;
182
- /**
183
- * Gets a `HarnessPredicate` that can be used to search for a `MatDatepickerInputHarness`
184
- * that meets certain criteria.
185
- * @param options Options for filtering which input instances are considered a match.
186
- * @return a `HarnessPredicate` configured with the given options.
187
- */
188
- static with(options?: DatepickerInputHarnessFilters): HarnessPredicate<MatDatepickerInputHarness>;
189
- /** Gets whether the calendar associated with the input is open. */
190
- isCalendarOpen(): Promise<boolean>;
191
- /** Opens the calendar associated with the input. */
192
- openCalendar(): Promise<void>;
193
- /** Closes the calendar associated with the input. */
194
- closeCalendar(): Promise<void>;
195
- /** Whether a calendar is associated with the input. */
196
- hasCalendar(): Promise<boolean>;
197
- /**
198
- * Gets the `MatCalendarHarness` that is associated with the trigger.
199
- * @param filter Optionally filters which calendar is included.
200
- */
201
- getCalendar(filter?: CalendarHarnessFilters): Promise<MatCalendarHarness>;
202
- }
203
-
204
- /** Base class for datepicker input harnesses. */
205
- declare abstract class MatDatepickerInputHarnessBase extends MatFormFieldControlHarness {
206
- /** Whether the input is disabled. */
207
- isDisabled(): Promise<boolean>;
208
- /** Whether the input is required. */
209
- isRequired(): Promise<boolean>;
210
- /** Gets the value of the input. */
211
- getValue(): Promise<string>;
212
- /**
213
- * Sets the value of the input. The value will be set by simulating
214
- * keypresses that correspond to the given value.
215
- */
216
- setValue(newValue: string): Promise<void>;
217
- /** Gets the placeholder of the input. */
218
- getPlaceholder(): Promise<string>;
219
- /**
220
- * Focuses the input and returns a promise that indicates when the
221
- * action is complete.
222
- */
223
- focus(): Promise<void>;
224
- /**
225
- * Blurs the input and returns a promise that indicates when the
226
- * action is complete.
227
- */
228
- blur(): Promise<void>;
229
- /** Whether the input is focused. */
230
- isFocused(): Promise<boolean>;
231
- /** Gets the formatted minimum date for the input's value. */
232
- getMin(): Promise<string | null>;
233
- /** Gets the formatted maximum date for the input's value. */
234
- getMax(): Promise<string | null>;
235
- }
4
+ import '../../form-field-control-harness.d-2d91f25a.js';
236
5
 
237
6
  /** Harness for interacting with a standard Material datepicker toggle in tests. */
238
- export declare class MatDatepickerToggleHarness extends DatepickerTriggerHarnessBase {
7
+ declare class MatDatepickerToggleHarness extends DatepickerTriggerHarnessBase {
239
8
  static hostSelector: string;
240
9
  /** The clickable button inside the toggle. */
241
10
  private _button;
@@ -253,55 +22,4 @@ export declare class MatDatepickerToggleHarness extends DatepickerTriggerHarness
253
22
  protected _openCalendar(): Promise<void>;
254
23
  }
255
24
 
256
- /** Harness for interacting with a standard Material date range input in tests. */
257
- export declare class MatDateRangeInputHarness extends DatepickerTriggerHarnessBase {
258
- static hostSelector: string;
259
- /**
260
- * Gets a `HarnessPredicate` that can be used to search for a `MatDateRangeInputHarness`
261
- * that meets certain criteria.
262
- * @param options Options for filtering which input instances are considered a match.
263
- * @return a `HarnessPredicate` configured with the given options.
264
- */
265
- static with(options?: DateRangeInputHarnessFilters): HarnessPredicate<MatDateRangeInputHarness>;
266
- /** Gets the combined value of the start and end inputs, including the separator. */
267
- getValue(): Promise<string>;
268
- /** Gets the inner start date input inside the range input. */
269
- getStartInput(): Promise<MatStartDateHarness>;
270
- /** Gets the inner start date input inside the range input. */
271
- getEndInput(): Promise<MatEndDateHarness>;
272
- /** Gets the separator text between the values of the two inputs. */
273
- getSeparator(): Promise<string>;
274
- /** Gets whether the range input is disabled. */
275
- isDisabled(): Promise<boolean>;
276
- /** Gets whether the range input is required. */
277
- isRequired(): Promise<boolean>;
278
- /** Opens the calendar associated with the input. */
279
- isCalendarOpen(): Promise<boolean>;
280
- protected _openCalendar(): Promise<void>;
281
- }
282
-
283
- /** Harness for interacting with a standard Material date range end input in tests. */
284
- export declare class MatEndDateHarness extends MatDatepickerInputHarnessBase {
285
- static hostSelector: string;
286
- /**
287
- * Gets a `HarnessPredicate` that can be used to search for a `MatEndDateHarness`
288
- * that meets certain criteria.
289
- * @param options Options for filtering which input instances are considered a match.
290
- * @return a `HarnessPredicate` configured with the given options.
291
- */
292
- static with(options?: DatepickerInputHarnessFilters): HarnessPredicate<MatEndDateHarness>;
293
- }
294
-
295
- /** Harness for interacting with a standard Material date range start input in tests. */
296
- export declare class MatStartDateHarness extends MatDatepickerInputHarnessBase {
297
- static hostSelector: string;
298
- /**
299
- * Gets a `HarnessPredicate` that can be used to search for a `MatStartDateHarness`
300
- * that meets certain criteria.
301
- * @param options Options for filtering which input instances are considered a match.
302
- * @return a `HarnessPredicate` configured with the given options.
303
- */
304
- static with(options?: DatepickerInputHarnessFilters): HarnessPredicate<MatStartDateHarness>;
305
- }
306
-
307
- export { }
25
+ export { MatDatepickerToggleHarness };