@angular/material 19.2.3 → 19.2.5

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 (280) hide show
  1. package/autocomplete/index.d.ts +12 -5
  2. package/autocomplete/testing/index.d.ts +2 -1
  3. package/badge/index.d.ts +7 -98
  4. package/badge/testing/index.d.ts +3 -1
  5. package/badge.d-49a8a74b.d.ts +98 -0
  6. package/bottom-sheet/index.d.ts +2 -2
  7. package/button/index.d.ts +10 -220
  8. package/button-toggle/index.d.ts +10 -257
  9. package/button-toggle/testing/index.d.ts +4 -1
  10. package/button-toggle.d-edc8acff.d.ts +257 -0
  11. package/card/index.d.ts +3 -2
  12. package/checkbox/index.d.ts +4 -3
  13. package/chips/index.d.ts +8 -4
  14. package/common-module.d-0e6515ae.d.ts +43 -0
  15. package/core/index.d.ts +21 -846
  16. package/core/testing/index.d.ts +3 -61
  17. package/core/tokens/m3/definitions/_md-comp-elevated-card.scss +3 -1
  18. package/core/tokens/m3/definitions/_md-sys-color.scss +44 -2
  19. package/core/tokens/m3/definitions/_md-sys-typescale.scss +20 -1
  20. package/date-adapter.d-c6835d41.d.ts +267 -0
  21. package/date-range-input-harness.d-549a9f7e.d.ts +278 -0
  22. package/datepicker/index.d.ts +18 -12
  23. package/datepicker/testing/index.d.ts +5 -277
  24. package/dialog/index.d.ts +12 -360
  25. package/dialog/testing/index.d.ts +6 -1
  26. package/dialog.d-7187c941.d.ts +357 -0
  27. package/divider/index.d.ts +3 -2
  28. package/divider/testing/index.d.ts +2 -14
  29. package/divider-harness.d-d34fede4.d.ts +14 -0
  30. package/error-options.d-448d9046.d.ts +17 -0
  31. package/expansion/index.d.ts +3 -2
  32. package/fesm2022/autocomplete/testing.mjs +2 -1
  33. package/fesm2022/autocomplete/testing.mjs.map +1 -1
  34. package/fesm2022/autocomplete.mjs +14 -3
  35. package/fesm2022/autocomplete.mjs.map +1 -1
  36. package/fesm2022/badge/testing.mjs.map +1 -1
  37. package/fesm2022/badge.mjs +2 -1
  38. package/fesm2022/badge.mjs.map +1 -1
  39. package/fesm2022/bottom-sheet/testing.mjs.map +1 -1
  40. package/fesm2022/bottom-sheet.mjs +3 -1
  41. package/fesm2022/bottom-sheet.mjs.map +1 -1
  42. package/fesm2022/button/testing.mjs.map +1 -1
  43. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  44. package/fesm2022/button-toggle.mjs +7 -1
  45. package/fesm2022/button-toggle.mjs.map +1 -1
  46. package/fesm2022/button.mjs +14 -481
  47. package/fesm2022/button.mjs.map +1 -1
  48. package/fesm2022/card/testing.mjs.map +1 -1
  49. package/fesm2022/card.mjs +3 -1
  50. package/fesm2022/card.mjs.map +1 -1
  51. package/fesm2022/checkbox/testing.mjs.map +1 -1
  52. package/fesm2022/checkbox.mjs +7 -1
  53. package/fesm2022/checkbox.mjs.map +1 -1
  54. package/fesm2022/chips/testing.mjs.map +1 -1
  55. package/fesm2022/chips.mjs +11 -2
  56. package/fesm2022/chips.mjs.map +1 -1
  57. package/fesm2022/common-module-a39ee957.mjs +42 -0
  58. package/fesm2022/common-module-a39ee957.mjs.map +1 -0
  59. package/fesm2022/core/testing.mjs +3 -76
  60. package/fesm2022/core/testing.mjs.map +1 -1
  61. package/fesm2022/core.mjs +27 -1587
  62. package/fesm2022/core.mjs.map +1 -1
  63. package/fesm2022/date-formats-b618acb8.mjs +190 -0
  64. package/fesm2022/date-formats-b618acb8.mjs.map +1 -0
  65. package/fesm2022/date-range-input-harness-3718a667.mjs +467 -0
  66. package/fesm2022/date-range-input-harness-3718a667.mjs.map +1 -0
  67. package/fesm2022/datepicker/testing.mjs +5 -465
  68. package/fesm2022/datepicker/testing.mjs.map +1 -1
  69. package/fesm2022/datepicker.mjs +23 -13
  70. package/fesm2022/datepicker.mjs.map +1 -1
  71. package/fesm2022/dialog/testing.mjs +12 -1
  72. package/fesm2022/dialog/testing.mjs.map +1 -1
  73. package/fesm2022/dialog.mjs +14 -897
  74. package/fesm2022/dialog.mjs.map +1 -1
  75. package/fesm2022/divider/testing.mjs +2 -17
  76. package/fesm2022/divider/testing.mjs.map +1 -1
  77. package/fesm2022/divider-harness-8099453f.mjs +18 -0
  78. package/fesm2022/divider-harness-8099453f.mjs.map +1 -0
  79. package/fesm2022/divider.mjs +3 -1
  80. package/fesm2022/divider.mjs.map +1 -1
  81. package/fesm2022/error-options-aca21924.mjs +29 -0
  82. package/fesm2022/error-options-aca21924.mjs.map +1 -0
  83. package/fesm2022/error-state-8f4ce1af.mjs +37 -0
  84. package/fesm2022/error-state-8f4ce1af.mjs.map +1 -0
  85. package/fesm2022/expansion/testing.mjs.map +1 -1
  86. package/fesm2022/expansion.mjs +3 -1
  87. package/fesm2022/expansion.mjs.map +1 -1
  88. package/fesm2022/form-field/testing/control.mjs +2 -10
  89. package/fesm2022/form-field/testing/control.mjs.map +1 -1
  90. package/fesm2022/form-field/testing.mjs +7 -4
  91. package/fesm2022/form-field/testing.mjs.map +1 -1
  92. package/fesm2022/form-field-50ec956f.mjs +1076 -0
  93. package/fesm2022/form-field-50ec956f.mjs.map +1 -0
  94. package/fesm2022/form-field-control-harness-efefd4cf.mjs +11 -0
  95. package/fesm2022/form-field-control-harness-efefd4cf.mjs.map +1 -0
  96. package/fesm2022/form-field.mjs +14 -1106
  97. package/fesm2022/form-field.mjs.map +1 -1
  98. package/fesm2022/grid-list/testing.mjs +1 -1
  99. package/fesm2022/grid-list/testing.mjs.map +1 -1
  100. package/fesm2022/grid-list.mjs +8 -147
  101. package/fesm2022/grid-list.mjs.map +1 -1
  102. package/fesm2022/icon/testing.mjs +5 -1
  103. package/fesm2022/icon/testing.mjs.map +1 -1
  104. package/fesm2022/icon-button-655c4ed3.mjs +275 -0
  105. package/fesm2022/icon-button-655c4ed3.mjs.map +1 -0
  106. package/fesm2022/icon-module-881c6455.mjs +395 -0
  107. package/fesm2022/icon-module-881c6455.mjs.map +1 -0
  108. package/fesm2022/icon-registry-e1064d47.mjs +639 -0
  109. package/fesm2022/icon-registry-e1064d47.mjs.map +1 -0
  110. package/fesm2022/icon.mjs +11 -1024
  111. package/fesm2022/icon.mjs.map +1 -1
  112. package/fesm2022/index-2f2536d6.mjs +22 -0
  113. package/fesm2022/index-2f2536d6.mjs.map +1 -0
  114. package/fesm2022/index-a36e3c7c.mjs +20 -0
  115. package/fesm2022/index-a36e3c7c.mjs.map +1 -0
  116. package/fesm2022/input/testing.mjs +5 -113
  117. package/fesm2022/input/testing.mjs.map +1 -1
  118. package/fesm2022/input-harness-e68bb132.mjs +115 -0
  119. package/fesm2022/input-harness-e68bb132.mjs.map +1 -0
  120. package/fesm2022/input-value-accessor-8a79a24e.mjs +12 -0
  121. package/fesm2022/input-value-accessor-8a79a24e.mjs.map +1 -0
  122. package/fesm2022/input.mjs +14 -12
  123. package/fesm2022/input.mjs.map +1 -1
  124. package/fesm2022/internal-form-field-5960ea2e.mjs +27 -0
  125. package/fesm2022/internal-form-field-5960ea2e.mjs.map +1 -0
  126. package/fesm2022/line-11b0093d.mjs +59 -0
  127. package/fesm2022/line-11b0093d.mjs.map +1 -0
  128. package/fesm2022/list/testing.mjs +1 -1
  129. package/fesm2022/list/testing.mjs.map +1 -1
  130. package/fesm2022/list.mjs +8 -1
  131. package/fesm2022/list.mjs.map +1 -1
  132. package/fesm2022/menu/testing.mjs.map +1 -1
  133. package/fesm2022/menu.mjs +5 -1
  134. package/fesm2022/menu.mjs.map +1 -1
  135. package/fesm2022/module-0776ab9b.mjs +38 -0
  136. package/fesm2022/module-0776ab9b.mjs.map +1 -0
  137. package/fesm2022/module-087ecec3.mjs +970 -0
  138. package/fesm2022/module-087ecec3.mjs.map +1 -0
  139. package/fesm2022/module-6b33072b.mjs +218 -0
  140. package/fesm2022/module-6b33072b.mjs.map +1 -0
  141. package/fesm2022/module-b0a3e0af.mjs +1293 -0
  142. package/fesm2022/module-b0a3e0af.mjs.map +1 -0
  143. package/fesm2022/module-b3de5709.mjs +899 -0
  144. package/fesm2022/module-b3de5709.mjs.map +1 -0
  145. package/fesm2022/optgroup-harness-d5cf72ed.mjs +36 -0
  146. package/fesm2022/optgroup-harness-d5cf72ed.mjs.map +1 -0
  147. package/fesm2022/option-cb353f7a.mjs +348 -0
  148. package/fesm2022/option-cb353f7a.mjs.map +1 -0
  149. package/fesm2022/option-harness-b4971f41.mjs +46 -0
  150. package/fesm2022/option-harness-b4971f41.mjs.map +1 -0
  151. package/fesm2022/paginator/testing.mjs +4 -1
  152. package/fesm2022/paginator/testing.mjs.map +1 -1
  153. package/fesm2022/paginator.mjs +33 -7
  154. package/fesm2022/paginator.mjs.map +1 -1
  155. package/fesm2022/progress-bar.mjs +3 -1
  156. package/fesm2022/progress-bar.mjs.map +1 -1
  157. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  158. package/fesm2022/progress-spinner.mjs +3 -1
  159. package/fesm2022/progress-spinner.mjs.map +1 -1
  160. package/fesm2022/pseudo-checkbox-4a60d45e.mjs +52 -0
  161. package/fesm2022/pseudo-checkbox-4a60d45e.mjs.map +1 -0
  162. package/fesm2022/pseudo-checkbox-module-31a58606.mjs +20 -0
  163. package/fesm2022/pseudo-checkbox-module-31a58606.mjs.map +1 -0
  164. package/fesm2022/public-api-c5ab57f5.mjs +147 -0
  165. package/fesm2022/public-api-c5ab57f5.mjs.map +1 -0
  166. package/fesm2022/radio/testing.mjs.map +1 -1
  167. package/fesm2022/radio.mjs +8 -1
  168. package/fesm2022/radio.mjs.map +1 -1
  169. package/fesm2022/ripple-5bdada85.mjs +639 -0
  170. package/fesm2022/ripple-5bdada85.mjs.map +1 -0
  171. package/fesm2022/ripple-loader-dabcd93d.mjs +165 -0
  172. package/fesm2022/ripple-loader-dabcd93d.mjs.map +1 -0
  173. package/fesm2022/select/testing.mjs +5 -121
  174. package/fesm2022/select/testing.mjs.map +1 -1
  175. package/fesm2022/select-harness-30466074.mjs +123 -0
  176. package/fesm2022/select-harness-30466074.mjs.map +1 -0
  177. package/fesm2022/select.mjs +30 -1288
  178. package/fesm2022/select.mjs.map +1 -1
  179. package/fesm2022/sidenav/testing.mjs.map +1 -1
  180. package/fesm2022/sidenav.mjs +1 -1
  181. package/fesm2022/sidenav.mjs.map +1 -1
  182. package/fesm2022/slide-toggle/testing.mjs.map +1 -1
  183. package/fesm2022/slide-toggle.mjs +7 -1
  184. package/fesm2022/slide-toggle.mjs.map +1 -1
  185. package/fesm2022/slider/testing.mjs.map +1 -1
  186. package/fesm2022/slider.mjs +6 -1
  187. package/fesm2022/slider.mjs.map +1 -1
  188. package/fesm2022/snack-bar/testing.mjs.map +1 -1
  189. package/fesm2022/snack-bar.mjs +10 -2
  190. package/fesm2022/snack-bar.mjs.map +1 -1
  191. package/fesm2022/sort/testing.mjs.map +1 -1
  192. package/fesm2022/sort.mjs +3 -1
  193. package/fesm2022/sort.mjs.map +1 -1
  194. package/fesm2022/stepper/testing.mjs.map +1 -1
  195. package/fesm2022/stepper.mjs +11 -2
  196. package/fesm2022/stepper.mjs.map +1 -1
  197. package/fesm2022/structural-styles-326dcb39.mjs +18 -0
  198. package/fesm2022/structural-styles-326dcb39.mjs.map +1 -0
  199. package/fesm2022/table/testing.mjs.map +1 -1
  200. package/fesm2022/table.mjs +3 -1
  201. package/fesm2022/table.mjs.map +1 -1
  202. package/fesm2022/tabs/testing.mjs.map +1 -1
  203. package/fesm2022/tabs.mjs +4 -1
  204. package/fesm2022/tabs.mjs.map +1 -1
  205. package/fesm2022/timepicker/testing.mjs +1 -1
  206. package/fesm2022/timepicker/testing.mjs.map +1 -1
  207. package/fesm2022/timepicker.mjs +22 -9
  208. package/fesm2022/timepicker.mjs.map +1 -1
  209. package/fesm2022/toolbar/testing.mjs.map +1 -1
  210. package/fesm2022/toolbar.mjs +3 -1
  211. package/fesm2022/toolbar.mjs.map +1 -1
  212. package/fesm2022/tooltip/testing.mjs.map +1 -1
  213. package/fesm2022/tooltip.mjs +15 -968
  214. package/fesm2022/tooltip.mjs.map +1 -1
  215. package/fesm2022/tree/testing.mjs.map +1 -1
  216. package/fesm2022/tree.mjs +3 -1
  217. package/fesm2022/tree.mjs.map +1 -1
  218. package/form-field/index.d.ts +12 -437
  219. package/form-field/testing/control/index.d.ts +2 -10
  220. package/form-field/testing/index.d.ts +7 -5
  221. package/form-field-control-harness.d-2d91f25a.d.ts +10 -0
  222. package/form-field-control.d-eb86711c.d.ts +62 -0
  223. package/form-field.d-2edbc094.d.ts +367 -0
  224. package/grid-list/index.d.ts +5 -3
  225. package/icon/index.d.ts +9 -449
  226. package/icon/testing/index.d.ts +3 -1
  227. package/icon-module.d-aa3bbba0.d.ts +167 -0
  228. package/icon-registry.d-1dffe9de.d.ts +286 -0
  229. package/index.d-0536b706.d.ts +11 -0
  230. package/index.d-37e31cd3.d.ts +13 -0
  231. package/input/index.d.ts +11 -6
  232. package/input/testing/index.d.ts +4 -59
  233. package/input-harness.d-4eecd1d3.d.ts +60 -0
  234. package/line.d-570a2537.d.ts +25 -0
  235. package/list/index.d.ts +13 -19
  236. package/list/testing/index.d.ts +2 -2
  237. package/list-option-types.d-8739f903.d.ts +15 -0
  238. package/menu/index.d.ts +6 -3
  239. package/module.d-74a721b9.d.ts +326 -0
  240. package/module.d-ba05faa6.d.ts +448 -0
  241. package/module.d-c17c834e.d.ts +18 -0
  242. package/module.d-f490a6d4.d.ts +224 -0
  243. package/optgroup-harness.d-7f741f69.d.ts +31 -0
  244. package/option-harness.d-3d33fc9a.d.ts +34 -0
  245. package/option-parent.d-559ad5c5.d.ts +19 -0
  246. package/option.d-6f493d78.d.ts +146 -0
  247. package/package.json +2 -2
  248. package/paginator/index.d.ts +29 -201
  249. package/paginator/testing/index.d.ts +4 -1
  250. package/paginator.d-40b1766e.d.ts +199 -0
  251. package/palette.d-ec4a617c.d.ts +4 -0
  252. package/progress-bar/index.d.ts +4 -3
  253. package/progress-spinner/index.d.ts +7 -96
  254. package/progress-spinner/testing/index.d.ts +3 -1
  255. package/progress-spinner.d-1fc040c5.d.ts +96 -0
  256. package/pseudo-checkbox-module.d-3abc0461.d.ts +44 -0
  257. package/radio/index.d.ts +7 -3
  258. package/ripple-loader.d-8aac2988.d.ts +48 -0
  259. package/ripple.d-2fb57d04.d.ts +255 -0
  260. package/schematics/ng-add/index.js +1 -1
  261. package/schematics/ng-add/index.mjs +1 -1
  262. package/select/index.d.ts +24 -446
  263. package/select/testing/index.d.ts +5 -62
  264. package/select-harness.d-7441a7ac.d.ts +63 -0
  265. package/sidenav/index.d.ts +4 -3
  266. package/slide-toggle/index.d.ts +4 -3
  267. package/slider/index.d.ts +6 -3
  268. package/snack-bar/index.d.ts +8 -3
  269. package/sort/index.d.ts +10 -88
  270. package/sort/testing/index.d.ts +1 -1
  271. package/sort-direction.d-f4ce4649.d.ts +3 -0
  272. package/sort.d-c2b79a45.d.ts +87 -0
  273. package/stepper/index.d.ts +9 -4
  274. package/table/index.d.ts +11 -4
  275. package/tabs/index.d.ts +5 -3
  276. package/timepicker/index.d.ts +6 -4
  277. package/timepicker/testing/index.d.ts +1 -1
  278. package/toolbar/index.d.ts +3 -2
  279. package/tooltip/index.d.ts +10 -325
  280. package/tree/index.d.ts +3 -2
@@ -1,208 +1,36 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Optional, InjectionToken, OnInit, OnDestroy, EventEmitter } from '@angular/core';
3
- import * as i1 from '@angular/material/button';
4
- import * as i2 from '@angular/material/select';
5
- import * as i3 from '@angular/material/tooltip';
6
- import { ThemePalette } from '@angular/material/core';
7
- import { MatFormFieldAppearance } from '@angular/material/form-field';
8
- import { Subject, Observable } from 'rxjs';
9
-
10
- /**
11
- * To modify the labels and text displayed, create a new instance of MatPaginatorIntl and
12
- * include it in a custom provider
13
- */
14
- declare class MatPaginatorIntl {
15
- /**
16
- * Stream to emit from when labels are changed. Use this to notify components when the labels have
17
- * changed after initialization.
18
- */
19
- readonly changes: Subject<void>;
20
- /** A label for the page size selector. */
21
- itemsPerPageLabel: string;
22
- /** A label for the button that increments the current page. */
23
- nextPageLabel: string;
24
- /** A label for the button that decrements the current page. */
25
- previousPageLabel: string;
26
- /** A label for the button that moves to the first page. */
27
- firstPageLabel: string;
28
- /** A label for the button that moves to the last page. */
29
- lastPageLabel: string;
30
- /** A label for the range of items within the current page and the length of the whole list. */
31
- getRangeLabel: (page: number, pageSize: number, length: number) => string;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorIntl, never>;
33
- static ɵprov: i0.ɵɵInjectableDeclaration<MatPaginatorIntl>;
34
- }
35
- /**
36
- * @docs-private
37
- * @deprecated No longer used, will be removed.
38
- * @breaking-change 21.0.0
39
- */
40
- declare function MAT_PAGINATOR_INTL_PROVIDER_FACTORY(parentIntl: MatPaginatorIntl): MatPaginatorIntl;
41
- /**
42
- * @docs-private
43
- * @deprecated No longer used, will be removed.
44
- * @breaking-change 21.0.0
45
- */
46
- declare const MAT_PAGINATOR_INTL_PROVIDER: {
47
- provide: typeof MatPaginatorIntl;
48
- deps: Optional[][];
49
- useFactory: typeof MAT_PAGINATOR_INTL_PROVIDER_FACTORY;
50
- };
51
-
52
- /** Object that can used to configure the underlying `MatSelect` inside a `MatPaginator`. */
53
- interface MatPaginatorSelectConfig {
54
- /** Whether to center the active option over the trigger. */
55
- disableOptionCentering?: boolean;
56
- /** Classes to be passed to the select panel. */
57
- panelClass?: string | string[] | Set<string> | {
58
- [key: string]: any;
59
- };
60
- }
61
- /**
62
- * Change event object that is emitted when the user selects a
63
- * different page size or navigates to another page.
64
- */
65
- declare class PageEvent {
66
- /** The current page index. */
67
- pageIndex: number;
68
- /**
69
- * Index of the page that was selected previously.
70
- * @breaking-change 8.0.0 To be made into a required property.
71
- */
72
- previousPageIndex?: number;
73
- /** The current page size. */
74
- pageSize: number;
75
- /** The current total number of items being paged. */
76
- length: number;
77
- }
78
- /** Object that can be used to configure the default options for the paginator module. */
79
- interface MatPaginatorDefaultOptions {
80
- /** Number of items to display on a page. By default set to 50. */
81
- pageSize?: number;
82
- /** The set of provided page size options to display to the user. */
83
- pageSizeOptions?: number[];
84
- /** Whether to hide the page size selection UI from the user. */
85
- hidePageSize?: boolean;
86
- /** Whether to show the first/last buttons UI to the user. */
87
- showFirstLastButtons?: boolean;
88
- /** The default form-field appearance to apply to the page size options selector. */
89
- formFieldAppearance?: MatFormFieldAppearance;
90
- }
91
- /** Injection token that can be used to provide the default options for the paginator module. */
92
- declare const MAT_PAGINATOR_DEFAULT_OPTIONS: InjectionToken<MatPaginatorDefaultOptions>;
93
- /**
94
- * Component to provide navigation between paged information. Displays the size of the current
95
- * page, user-selectable options to change that size, what items are being shown, and
96
- * navigational button to go to the previous or next page.
97
- */
98
- declare class MatPaginator implements OnInit, OnDestroy {
99
- _intl: MatPaginatorIntl;
100
- private _changeDetectorRef;
101
- /** If set, styles the "page size" form field with the designated style. */
102
- _formFieldAppearance?: MatFormFieldAppearance;
103
- /** ID for the DOM node containing the paginator's items per page label. */
104
- readonly _pageSizeLabelId: string;
105
- private _intlChanges;
106
- private _isInitialized;
107
- private _initializedStream;
108
- /**
109
- * Theme color of the underlying form controls. This API is supported in M2
110
- * themes only,it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/paginator/styling.
111
- *
112
- * For information on applying color variants in M3, see
113
- * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
114
- */
115
- color: ThemePalette;
116
- /** The zero-based page index of the displayed list of items. Defaulted to 0. */
117
- get pageIndex(): number;
118
- set pageIndex(value: number);
119
- private _pageIndex;
120
- /** The length of the total number of items that are being paginated. Defaulted to 0. */
121
- get length(): number;
122
- set length(value: number);
123
- private _length;
124
- /** Number of items to display on a page. By default set to 50. */
125
- get pageSize(): number;
126
- set pageSize(value: number);
127
- private _pageSize;
128
- /** The set of provided page size options to display to the user. */
129
- get pageSizeOptions(): number[];
130
- set pageSizeOptions(value: number[] | readonly number[]);
131
- private _pageSizeOptions;
132
- /** Whether to hide the page size selection UI from the user. */
133
- hidePageSize: boolean;
134
- /** Whether to show the first/last buttons UI to the user. */
135
- showFirstLastButtons: boolean;
136
- /** Used to configure the underlying `MatSelect` inside the paginator. */
137
- selectConfig: MatPaginatorSelectConfig;
138
- /** Whether the paginator is disabled. */
139
- disabled: boolean;
140
- /** Event emitted when the paginator changes the page size or page index. */
141
- readonly page: EventEmitter<PageEvent>;
142
- /** Displayed set of page size options. Will be sorted and include current page size. */
143
- _displayedPageSizeOptions: number[];
144
- /** Emits when the paginator is initialized. */
145
- initialized: Observable<void>;
146
- /** Inserted by Angular inject() migration for backwards compatibility */
147
- constructor(...args: unknown[]);
148
- ngOnInit(): void;
149
- ngOnDestroy(): void;
150
- /** Advances to the next page if it exists. */
151
- nextPage(): void;
152
- /** Move back to the previous page if it exists. */
153
- previousPage(): void;
154
- /** Move to the first page if not already there. */
155
- firstPage(): void;
156
- /** Move to the last page if not already there. */
157
- lastPage(): void;
158
- /** Whether there is a previous page. */
159
- hasPreviousPage(): boolean;
160
- /** Whether there is a next page. */
161
- hasNextPage(): boolean;
162
- /** Calculate the number of pages */
163
- getNumberOfPages(): number;
164
- /**
165
- * Changes the page size so that the first item displayed on the page will still be
166
- * displayed using the new page size.
167
- *
168
- * For example, if the page size is 10 and on the second page (items indexed 10-19) then
169
- * switching so that the page size is 5 will set the third page as the current page so
170
- * that the 10th item will still be displayed.
171
- */
172
- _changePageSize(pageSize: number): void;
173
- /** Checks whether the buttons for going forwards should be disabled. */
174
- _nextButtonsDisabled(): boolean;
175
- /** Checks whether the buttons for going backwards should be disabled. */
176
- _previousButtonsDisabled(): boolean;
177
- /**
178
- * Updates the list of page size options to display to the user. Includes making sure that
179
- * the page size is an option and that the list is sorted.
180
- */
181
- private _updateDisplayedPageSizeOptions;
182
- /** Emits an event notifying that a change of the paginator's properties has been triggered. */
183
- private _emitPageEvent;
184
- /** Navigates to a specific page index. */
185
- private _navigate;
186
- /**
187
- * Callback invoked when one of the navigation buttons is called.
188
- * @param targetIndex Index to which the paginator should navigate.
189
- * @param isDisabled Whether the button is disabled.
190
- */
191
- protected _buttonClicked(targetIndex: number, isDisabled: boolean): void;
192
- static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginator, never>;
193
- static ɵcmp: i0.ɵɵComponentDeclaration<MatPaginator, "mat-paginator", ["matPaginator"], { "color": { "alias": "color"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "hidePageSize": { "alias": "hidePageSize"; "required": false; }; "showFirstLastButtons": { "alias": "showFirstLastButtons"; "required": false; }; "selectConfig": { "alias": "selectConfig"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "page": "page"; }, never, never, true, never>;
194
- static ngAcceptInputType_pageIndex: unknown;
195
- static ngAcceptInputType_length: unknown;
196
- static ngAcceptInputType_pageSize: unknown;
197
- static ngAcceptInputType_hidePageSize: unknown;
198
- static ngAcceptInputType_showFirstLastButtons: unknown;
199
- static ngAcceptInputType_disabled: unknown;
200
- }
2
+ import { m as MatButtonModule } from '../module.d-f490a6d4.js';
3
+ import { M as MatSelectModule } from '../module.d-ba05faa6.js';
4
+ import { M as MatTooltipModule } from '../module.d-74a721b9.js';
5
+ import { M as MatPaginator } from '../paginator.d-40b1766e.js';
6
+ export { c as MAT_PAGINATOR_DEFAULT_OPTIONS, f as MAT_PAGINATOR_INTL_PROVIDER, e as MAT_PAGINATOR_INTL_PROVIDER_FACTORY, M as MatPaginator, b as MatPaginatorDefaultOptions, d as MatPaginatorIntl, a as MatPaginatorSelectConfig, P as PageEvent } from '../paginator.d-40b1766e.js';
7
+ import '../common-module.d-0e6515ae.js';
8
+ import '@angular/cdk/bidi';
9
+ import '../index.d-0536b706.js';
10
+ import '../ripple.d-2fb57d04.js';
11
+ import '@angular/cdk/platform';
12
+ import '@angular/cdk/a11y';
13
+ import '../palette.d-ec4a617c.js';
14
+ import '../ripple-loader.d-8aac2988.js';
15
+ import '@angular/cdk/overlay';
16
+ import '../index.d-37e31cd3.js';
17
+ import '../pseudo-checkbox-module.d-3abc0461.js';
18
+ import '../option.d-6f493d78.js';
19
+ import 'rxjs';
20
+ import '@angular/cdk/collections';
21
+ import '@angular/cdk/scrolling';
22
+ import '@angular/forms';
23
+ import '../error-options.d-448d9046.js';
24
+ import '../form-field.d-2edbc094.js';
25
+ import '@angular/cdk/coercion';
26
+ import '../form-field-control.d-eb86711c.js';
27
+ import '../module.d-c17c834e.js';
28
+ import '@angular/cdk/observers';
201
29
 
202
30
  declare class MatPaginatorModule {
203
31
  static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorModule, never>;
204
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatPaginatorModule, never, [typeof i1.MatButtonModule, typeof i2.MatSelectModule, typeof i3.MatTooltipModule, typeof MatPaginator], [typeof MatPaginator]>;
32
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatPaginatorModule, never, [typeof MatButtonModule, typeof MatSelectModule, typeof MatTooltipModule, typeof MatPaginator], [typeof MatPaginator]>;
205
33
  static ɵinj: i0.ɵɵInjectorDeclaration<MatPaginatorModule>;
206
34
  }
207
35
 
208
- export { MAT_PAGINATOR_DEFAULT_OPTIONS, MAT_PAGINATOR_INTL_PROVIDER, MAT_PAGINATOR_INTL_PROVIDER_FACTORY, MatPaginator, type MatPaginatorDefaultOptions, MatPaginatorIntl, MatPaginatorModule, type MatPaginatorSelectConfig, PageEvent };
36
+ export { MatPaginatorModule };
@@ -1,6 +1,9 @@
1
1
  import * as _angular_cdk_testing from '@angular/cdk/testing';
2
2
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
3
- import { MatSelectHarness } from '@angular/material/select/testing';
3
+ import { M as MatSelectHarness } from '../../select-harness.d-7441a7ac.js';
4
+ import '../../option-harness.d-3d33fc9a.js';
5
+ import '../../optgroup-harness.d-7f741f69.js';
6
+ import '../../form-field-control-harness.d-2d91f25a.js';
4
7
 
5
8
  /** A set of criteria that can be used to filter a list of `MatPaginatorHarness` instances. */
6
9
  interface PaginatorHarnessFilters extends BaseHarnessFilters {
@@ -0,0 +1,199 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Optional, InjectionToken, OnInit, OnDestroy, EventEmitter } from '@angular/core';
3
+ import { T as ThemePalette } from './palette.d-ec4a617c.js';
4
+ import { Subject, Observable } from 'rxjs';
5
+ import { g as MatFormFieldAppearance } from './form-field.d-2edbc094.js';
6
+
7
+ /**
8
+ * To modify the labels and text displayed, create a new instance of MatPaginatorIntl and
9
+ * include it in a custom provider
10
+ */
11
+ declare class MatPaginatorIntl {
12
+ /**
13
+ * Stream to emit from when labels are changed. Use this to notify components when the labels have
14
+ * changed after initialization.
15
+ */
16
+ readonly changes: Subject<void>;
17
+ /** A label for the page size selector. */
18
+ itemsPerPageLabel: string;
19
+ /** A label for the button that increments the current page. */
20
+ nextPageLabel: string;
21
+ /** A label for the button that decrements the current page. */
22
+ previousPageLabel: string;
23
+ /** A label for the button that moves to the first page. */
24
+ firstPageLabel: string;
25
+ /** A label for the button that moves to the last page. */
26
+ lastPageLabel: string;
27
+ /** A label for the range of items within the current page and the length of the whole list. */
28
+ getRangeLabel: (page: number, pageSize: number, length: number) => string;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginatorIntl, never>;
30
+ static ɵprov: i0.ɵɵInjectableDeclaration<MatPaginatorIntl>;
31
+ }
32
+ /**
33
+ * @docs-private
34
+ * @deprecated No longer used, will be removed.
35
+ * @breaking-change 21.0.0
36
+ */
37
+ declare function MAT_PAGINATOR_INTL_PROVIDER_FACTORY(parentIntl: MatPaginatorIntl): MatPaginatorIntl;
38
+ /**
39
+ * @docs-private
40
+ * @deprecated No longer used, will be removed.
41
+ * @breaking-change 21.0.0
42
+ */
43
+ declare const MAT_PAGINATOR_INTL_PROVIDER: {
44
+ provide: typeof MatPaginatorIntl;
45
+ deps: Optional[][];
46
+ useFactory: typeof MAT_PAGINATOR_INTL_PROVIDER_FACTORY;
47
+ };
48
+
49
+ /** Object that can used to configure the underlying `MatSelect` inside a `MatPaginator`. */
50
+ interface MatPaginatorSelectConfig {
51
+ /** Whether to center the active option over the trigger. */
52
+ disableOptionCentering?: boolean;
53
+ /** Classes to be passed to the select panel. */
54
+ panelClass?: string | string[] | Set<string> | {
55
+ [key: string]: any;
56
+ };
57
+ }
58
+ /**
59
+ * Change event object that is emitted when the user selects a
60
+ * different page size or navigates to another page.
61
+ */
62
+ declare class PageEvent {
63
+ /** The current page index. */
64
+ pageIndex: number;
65
+ /**
66
+ * Index of the page that was selected previously.
67
+ * @breaking-change 8.0.0 To be made into a required property.
68
+ */
69
+ previousPageIndex?: number;
70
+ /** The current page size. */
71
+ pageSize: number;
72
+ /** The current total number of items being paged. */
73
+ length: number;
74
+ }
75
+ /** Object that can be used to configure the default options for the paginator module. */
76
+ interface MatPaginatorDefaultOptions {
77
+ /** Number of items to display on a page. By default set to 50. */
78
+ pageSize?: number;
79
+ /** The set of provided page size options to display to the user. */
80
+ pageSizeOptions?: number[];
81
+ /** Whether to hide the page size selection UI from the user. */
82
+ hidePageSize?: boolean;
83
+ /** Whether to show the first/last buttons UI to the user. */
84
+ showFirstLastButtons?: boolean;
85
+ /** The default form-field appearance to apply to the page size options selector. */
86
+ formFieldAppearance?: MatFormFieldAppearance;
87
+ }
88
+ /** Injection token that can be used to provide the default options for the paginator module. */
89
+ declare const MAT_PAGINATOR_DEFAULT_OPTIONS: InjectionToken<MatPaginatorDefaultOptions>;
90
+ /**
91
+ * Component to provide navigation between paged information. Displays the size of the current
92
+ * page, user-selectable options to change that size, what items are being shown, and
93
+ * navigational button to go to the previous or next page.
94
+ */
95
+ declare class MatPaginator implements OnInit, OnDestroy {
96
+ _intl: MatPaginatorIntl;
97
+ private _changeDetectorRef;
98
+ /** If set, styles the "page size" form field with the designated style. */
99
+ _formFieldAppearance?: MatFormFieldAppearance;
100
+ /** ID for the DOM node containing the paginator's items per page label. */
101
+ readonly _pageSizeLabelId: string;
102
+ private _intlChanges;
103
+ private _isInitialized;
104
+ private _initializedStream;
105
+ /**
106
+ * Theme color of the underlying form controls. This API is supported in M2
107
+ * themes only,it has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/paginator/styling.
108
+ *
109
+ * For information on applying color variants in M3, see
110
+ * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
111
+ */
112
+ color: ThemePalette;
113
+ /** The zero-based page index of the displayed list of items. Defaulted to 0. */
114
+ get pageIndex(): number;
115
+ set pageIndex(value: number);
116
+ private _pageIndex;
117
+ /** The length of the total number of items that are being paginated. Defaulted to 0. */
118
+ get length(): number;
119
+ set length(value: number);
120
+ private _length;
121
+ /** Number of items to display on a page. By default set to 50. */
122
+ get pageSize(): number;
123
+ set pageSize(value: number);
124
+ private _pageSize;
125
+ /** The set of provided page size options to display to the user. */
126
+ get pageSizeOptions(): number[];
127
+ set pageSizeOptions(value: number[] | readonly number[]);
128
+ private _pageSizeOptions;
129
+ /** Whether to hide the page size selection UI from the user. */
130
+ hidePageSize: boolean;
131
+ /** Whether to show the first/last buttons UI to the user. */
132
+ showFirstLastButtons: boolean;
133
+ /** Used to configure the underlying `MatSelect` inside the paginator. */
134
+ selectConfig: MatPaginatorSelectConfig;
135
+ /** Whether the paginator is disabled. */
136
+ disabled: boolean;
137
+ /** Event emitted when the paginator changes the page size or page index. */
138
+ readonly page: EventEmitter<PageEvent>;
139
+ /** Displayed set of page size options. Will be sorted and include current page size. */
140
+ _displayedPageSizeOptions: number[];
141
+ /** Emits when the paginator is initialized. */
142
+ initialized: Observable<void>;
143
+ /** Inserted by Angular inject() migration for backwards compatibility */
144
+ constructor(...args: unknown[]);
145
+ ngOnInit(): void;
146
+ ngOnDestroy(): void;
147
+ /** Advances to the next page if it exists. */
148
+ nextPage(): void;
149
+ /** Move back to the previous page if it exists. */
150
+ previousPage(): void;
151
+ /** Move to the first page if not already there. */
152
+ firstPage(): void;
153
+ /** Move to the last page if not already there. */
154
+ lastPage(): void;
155
+ /** Whether there is a previous page. */
156
+ hasPreviousPage(): boolean;
157
+ /** Whether there is a next page. */
158
+ hasNextPage(): boolean;
159
+ /** Calculate the number of pages */
160
+ getNumberOfPages(): number;
161
+ /**
162
+ * Changes the page size so that the first item displayed on the page will still be
163
+ * displayed using the new page size.
164
+ *
165
+ * For example, if the page size is 10 and on the second page (items indexed 10-19) then
166
+ * switching so that the page size is 5 will set the third page as the current page so
167
+ * that the 10th item will still be displayed.
168
+ */
169
+ _changePageSize(pageSize: number): void;
170
+ /** Checks whether the buttons for going forwards should be disabled. */
171
+ _nextButtonsDisabled(): boolean;
172
+ /** Checks whether the buttons for going backwards should be disabled. */
173
+ _previousButtonsDisabled(): boolean;
174
+ /**
175
+ * Updates the list of page size options to display to the user. Includes making sure that
176
+ * the page size is an option and that the list is sorted.
177
+ */
178
+ private _updateDisplayedPageSizeOptions;
179
+ /** Emits an event notifying that a change of the paginator's properties has been triggered. */
180
+ private _emitPageEvent;
181
+ /** Navigates to a specific page index. */
182
+ private _navigate;
183
+ /**
184
+ * Callback invoked when one of the navigation buttons is called.
185
+ * @param targetIndex Index to which the paginator should navigate.
186
+ * @param isDisabled Whether the button is disabled.
187
+ */
188
+ protected _buttonClicked(targetIndex: number, isDisabled: boolean): void;
189
+ static ɵfac: i0.ɵɵFactoryDeclaration<MatPaginator, never>;
190
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatPaginator, "mat-paginator", ["matPaginator"], { "color": { "alias": "color"; "required": false; }; "pageIndex": { "alias": "pageIndex"; "required": false; }; "length": { "alias": "length"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "hidePageSize": { "alias": "hidePageSize"; "required": false; }; "showFirstLastButtons": { "alias": "showFirstLastButtons"; "required": false; }; "selectConfig": { "alias": "selectConfig"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "page": "page"; }, never, never, true, never>;
191
+ static ngAcceptInputType_pageIndex: unknown;
192
+ static ngAcceptInputType_length: unknown;
193
+ static ngAcceptInputType_pageSize: unknown;
194
+ static ngAcceptInputType_hidePageSize: unknown;
195
+ static ngAcceptInputType_showFirstLastButtons: unknown;
196
+ static ngAcceptInputType_disabled: unknown;
197
+ }
198
+
199
+ export { MatPaginator as M, PageEvent as P, type MatPaginatorSelectConfig as a, type MatPaginatorDefaultOptions as b, MAT_PAGINATOR_DEFAULT_OPTIONS as c, MatPaginatorIntl as d, MAT_PAGINATOR_INTL_PROVIDER_FACTORY as e, MAT_PAGINATOR_INTL_PROVIDER as f };
@@ -0,0 +1,4 @@
1
+ /** Possible color palette values. */
2
+ type ThemePalette = 'primary' | 'accent' | 'warn' | undefined;
3
+
4
+ export type { ThemePalette as T };
@@ -1,7 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterViewInit, OnDestroy, ElementRef, EventEmitter } from '@angular/core';
3
- import * as i1 from '@angular/material/core';
4
- import { ThemePalette } from '@angular/material/core';
3
+ import { T as ThemePalette } from '../palette.d-ec4a617c.js';
4
+ import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
5
+ import '@angular/cdk/bidi';
5
6
 
6
7
  /** Last animation end data. */
7
8
  interface ProgressAnimationEnd {
@@ -105,7 +106,7 @@ declare class MatProgressBar implements AfterViewInit, OnDestroy {
105
106
 
106
107
  declare class MatProgressBarModule {
107
108
  static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressBarModule, never>;
108
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressBarModule, never, [typeof MatProgressBar], [typeof MatProgressBar, typeof i1.MatCommonModule]>;
109
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressBarModule, never, [typeof MatProgressBar], [typeof MatProgressBar, typeof MatCommonModule]>;
109
110
  static ɵinj: i0.ɵɵInjectorDeclaration<MatProgressBarModule>;
110
111
  }
111
112
 
@@ -1,103 +1,14 @@
1
+ import { M as MatProgressSpinner } from '../progress-spinner.d-1fc040c5.js';
2
+ export { b as MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS, c as MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, M as MatProgressSpinner, a as MatProgressSpinnerDefaultOptions, d as MatSpinner, P as ProgressSpinnerMode } from '../progress-spinner.d-1fc040c5.js';
1
3
  import * as i0 from '@angular/core';
2
- import { InjectionToken, ElementRef } from '@angular/core';
3
- import * as i1 from '@angular/material/core';
4
- import { ThemePalette } from '@angular/material/core';
5
-
6
- /** Possible mode for a progress spinner. */
7
- type ProgressSpinnerMode = 'determinate' | 'indeterminate';
8
- /** Default `mat-progress-spinner` options that can be overridden. */
9
- interface MatProgressSpinnerDefaultOptions {
10
- /**
11
- * Default theme color of the progress spinner. This API is supported in M2 themes only, it
12
- * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-spinner/styling.
13
- *
14
- * For information on applying color variants in M3, see
15
- * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
16
- */
17
- color?: ThemePalette;
18
- /** Diameter of the spinner. */
19
- diameter?: number;
20
- /** Width of the spinner's stroke. */
21
- strokeWidth?: number;
22
- /**
23
- * Whether the animations should be force to be enabled, ignoring if the current environment is
24
- * using NoopAnimationsModule.
25
- */
26
- _forceAnimations?: boolean;
27
- }
28
- /** Injection token to be used to override the default options for `mat-progress-spinner`. */
29
- declare const MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS: InjectionToken<MatProgressSpinnerDefaultOptions>;
30
- /**
31
- * @docs-private
32
- * @deprecated No longer used, will be removed.
33
- * @breaking-change 21.0.0
34
- */
35
- declare function MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY(): MatProgressSpinnerDefaultOptions;
36
- declare class MatProgressSpinner {
37
- readonly _elementRef: ElementRef<HTMLElement>;
38
- /** Whether the _mat-animation-noopable class should be applied, disabling animations. */
39
- _noopAnimations: boolean;
40
- /**
41
- * Theme color of the progress spinner. This API is supported in M2 themes only, it
42
- * has no effect in M3 themes. For color customization in M3, see https://material.angular.io/components/progress-spinner/styling.
43
- *
44
- * For information on applying color variants in M3, see
45
- * https://material.angular.io/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants
46
- */
47
- get color(): string | null | undefined;
48
- set color(value: string | null | undefined);
49
- private _color;
50
- private _defaultColor;
51
- /** The element of the determinate spinner. */
52
- _determinateCircle: ElementRef<HTMLElement>;
53
- constructor(...args: unknown[]);
54
- /**
55
- * Mode of the progress bar.
56
- *
57
- * Input must be one of these values: determinate, indeterminate, buffer, query, defaults to
58
- * 'determinate'.
59
- * Mirrored to mode attribute.
60
- */
61
- mode: ProgressSpinnerMode;
62
- /** Value of the progress bar. Defaults to zero. Mirrored to aria-valuenow. */
63
- get value(): number;
64
- set value(v: number);
65
- private _value;
66
- /** The diameter of the progress spinner (will set width and height of svg). */
67
- get diameter(): number;
68
- set diameter(size: number);
69
- private _diameter;
70
- /** Stroke width of the progress spinner. */
71
- get strokeWidth(): number;
72
- set strokeWidth(value: number);
73
- private _strokeWidth;
74
- /** The radius of the spinner, adjusted for stroke width. */
75
- _circleRadius(): number;
76
- /** The view box of the spinner's svg element. */
77
- _viewBox(): string;
78
- /** The stroke circumference of the svg circle. */
79
- _strokeCircumference(): number;
80
- /** The dash offset of the svg circle. */
81
- _strokeDashOffset(): number | null;
82
- /** Stroke width of the circle in percent. */
83
- _circleStrokeWidth(): number;
84
- static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressSpinner, never>;
85
- static ɵcmp: i0.ɵɵComponentDeclaration<MatProgressSpinner, "mat-progress-spinner, mat-spinner", ["matProgressSpinner"], { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "value": { "alias": "value"; "required": false; }; "diameter": { "alias": "diameter"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; }, {}, never, never, true, never>;
86
- static ngAcceptInputType_value: unknown;
87
- static ngAcceptInputType_diameter: unknown;
88
- static ngAcceptInputType_strokeWidth: unknown;
89
- }
90
- /**
91
- * @deprecated Import Progress Spinner instead. Note that the
92
- * `mat-spinner` selector isn't deprecated.
93
- * @breaking-change 16.0.0
94
- */
95
- declare const MatSpinner: typeof MatProgressSpinner;
4
+ import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
5
+ import '../palette.d-ec4a617c.js';
6
+ import '@angular/cdk/bidi';
96
7
 
97
8
  declare class MatProgressSpinnerModule {
98
9
  static ɵfac: i0.ɵɵFactoryDeclaration<MatProgressSpinnerModule, never>;
99
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressSpinnerModule, never, [typeof MatProgressSpinner, typeof MatProgressSpinner], [typeof MatProgressSpinner, typeof MatProgressSpinner, typeof i1.MatCommonModule]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatProgressSpinnerModule, never, [typeof MatProgressSpinner, typeof MatProgressSpinner], [typeof MatProgressSpinner, typeof MatProgressSpinner, typeof MatCommonModule]>;
100
11
  static ɵinj: i0.ɵɵInjectorDeclaration<MatProgressSpinnerModule>;
101
12
  }
102
13
 
103
- export { MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS, MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY, MatProgressSpinner, type MatProgressSpinnerDefaultOptions, MatProgressSpinnerModule, MatSpinner, type ProgressSpinnerMode };
14
+ export { MatProgressSpinnerModule };
@@ -1,5 +1,7 @@
1
1
  import { BaseHarnessFilters, ComponentHarness, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
- import { ProgressSpinnerMode } from '@angular/material/progress-spinner';
2
+ import { P as ProgressSpinnerMode } from '../../progress-spinner.d-1fc040c5.js';
3
+ import '@angular/core';
4
+ import '../../palette.d-ec4a617c.js';
3
5
 
4
6
  /** A set of criteria that can be used to filter a list of `MatProgressSpinnerHarness` instances. */
5
7
  interface ProgressSpinnerHarnessFilters extends BaseHarnessFilters {