@angular/material 19.2.3 → 19.2.4

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 (262) 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.mjs +3 -1
  40. package/fesm2022/bottom-sheet.mjs.map +1 -1
  41. package/fesm2022/button-toggle/testing.mjs.map +1 -1
  42. package/fesm2022/button-toggle.mjs +7 -1
  43. package/fesm2022/button-toggle.mjs.map +1 -1
  44. package/fesm2022/button.mjs +14 -481
  45. package/fesm2022/button.mjs.map +1 -1
  46. package/fesm2022/card.mjs +3 -1
  47. package/fesm2022/card.mjs.map +1 -1
  48. package/fesm2022/checkbox.mjs +7 -1
  49. package/fesm2022/checkbox.mjs.map +1 -1
  50. package/fesm2022/chips.mjs +11 -2
  51. package/fesm2022/chips.mjs.map +1 -1
  52. package/fesm2022/common-module-a39ee957.mjs +42 -0
  53. package/fesm2022/common-module-a39ee957.mjs.map +1 -0
  54. package/fesm2022/core/testing.mjs +3 -76
  55. package/fesm2022/core/testing.mjs.map +1 -1
  56. package/fesm2022/core.mjs +27 -1587
  57. package/fesm2022/core.mjs.map +1 -1
  58. package/fesm2022/date-formats-b618acb8.mjs +190 -0
  59. package/fesm2022/date-formats-b618acb8.mjs.map +1 -0
  60. package/fesm2022/date-range-input-harness-ee47cdb0.mjs +467 -0
  61. package/fesm2022/date-range-input-harness-ee47cdb0.mjs.map +1 -0
  62. package/fesm2022/datepicker/testing.mjs +5 -465
  63. package/fesm2022/datepicker/testing.mjs.map +1 -1
  64. package/fesm2022/datepicker.mjs +23 -13
  65. package/fesm2022/datepicker.mjs.map +1 -1
  66. package/fesm2022/dialog/testing.mjs +12 -1
  67. package/fesm2022/dialog/testing.mjs.map +1 -1
  68. package/fesm2022/dialog.mjs +14 -897
  69. package/fesm2022/dialog.mjs.map +1 -1
  70. package/fesm2022/divider/testing.mjs +2 -17
  71. package/fesm2022/divider/testing.mjs.map +1 -1
  72. package/fesm2022/divider-harness-3394f29a.mjs +18 -0
  73. package/fesm2022/divider-harness-3394f29a.mjs.map +1 -0
  74. package/fesm2022/divider.mjs +3 -1
  75. package/fesm2022/divider.mjs.map +1 -1
  76. package/fesm2022/error-options-aca21924.mjs +29 -0
  77. package/fesm2022/error-options-aca21924.mjs.map +1 -0
  78. package/fesm2022/error-state-8f4ce1af.mjs +37 -0
  79. package/fesm2022/error-state-8f4ce1af.mjs.map +1 -0
  80. package/fesm2022/expansion.mjs +3 -1
  81. package/fesm2022/expansion.mjs.map +1 -1
  82. package/fesm2022/form-field/testing/control.mjs +2 -10
  83. package/fesm2022/form-field/testing/control.mjs.map +1 -1
  84. package/fesm2022/form-field/testing.mjs +7 -4
  85. package/fesm2022/form-field/testing.mjs.map +1 -1
  86. package/fesm2022/form-field-50ec956f.mjs +1076 -0
  87. package/fesm2022/form-field-50ec956f.mjs.map +1 -0
  88. package/fesm2022/form-field-control-harness-af6fd278.mjs +11 -0
  89. package/fesm2022/form-field-control-harness-af6fd278.mjs.map +1 -0
  90. package/fesm2022/form-field.mjs +14 -1106
  91. package/fesm2022/form-field.mjs.map +1 -1
  92. package/fesm2022/grid-list/testing.mjs +1 -1
  93. package/fesm2022/grid-list/testing.mjs.map +1 -1
  94. package/fesm2022/grid-list.mjs +8 -147
  95. package/fesm2022/grid-list.mjs.map +1 -1
  96. package/fesm2022/icon/testing.mjs +5 -1
  97. package/fesm2022/icon/testing.mjs.map +1 -1
  98. package/fesm2022/icon-button-655c4ed3.mjs +275 -0
  99. package/fesm2022/icon-button-655c4ed3.mjs.map +1 -0
  100. package/fesm2022/icon-module-881c6455.mjs +395 -0
  101. package/fesm2022/icon-module-881c6455.mjs.map +1 -0
  102. package/fesm2022/icon-registry-e1064d47.mjs +639 -0
  103. package/fesm2022/icon-registry-e1064d47.mjs.map +1 -0
  104. package/fesm2022/icon.mjs +11 -1024
  105. package/fesm2022/icon.mjs.map +1 -1
  106. package/fesm2022/index-2f2536d6.mjs +22 -0
  107. package/fesm2022/index-2f2536d6.mjs.map +1 -0
  108. package/fesm2022/index-a36e3c7c.mjs +20 -0
  109. package/fesm2022/index-a36e3c7c.mjs.map +1 -0
  110. package/fesm2022/input/testing.mjs +5 -113
  111. package/fesm2022/input/testing.mjs.map +1 -1
  112. package/fesm2022/input-harness-ed59decc.mjs +115 -0
  113. package/fesm2022/input-harness-ed59decc.mjs.map +1 -0
  114. package/fesm2022/input-value-accessor-8a79a24e.mjs +12 -0
  115. package/fesm2022/input-value-accessor-8a79a24e.mjs.map +1 -0
  116. package/fesm2022/input.mjs +14 -12
  117. package/fesm2022/input.mjs.map +1 -1
  118. package/fesm2022/internal-form-field-5960ea2e.mjs +27 -0
  119. package/fesm2022/internal-form-field-5960ea2e.mjs.map +1 -0
  120. package/fesm2022/line-11b0093d.mjs +59 -0
  121. package/fesm2022/line-11b0093d.mjs.map +1 -0
  122. package/fesm2022/list/testing.mjs +1 -1
  123. package/fesm2022/list/testing.mjs.map +1 -1
  124. package/fesm2022/list.mjs +8 -1
  125. package/fesm2022/list.mjs.map +1 -1
  126. package/fesm2022/menu.mjs +5 -1
  127. package/fesm2022/menu.mjs.map +1 -1
  128. package/fesm2022/module-0776ab9b.mjs +38 -0
  129. package/fesm2022/module-0776ab9b.mjs.map +1 -0
  130. package/fesm2022/module-087ecec3.mjs +970 -0
  131. package/fesm2022/module-087ecec3.mjs.map +1 -0
  132. package/fesm2022/module-6b33072b.mjs +218 -0
  133. package/fesm2022/module-6b33072b.mjs.map +1 -0
  134. package/fesm2022/module-b0a3e0af.mjs +1293 -0
  135. package/fesm2022/module-b0a3e0af.mjs.map +1 -0
  136. package/fesm2022/module-b3de5709.mjs +899 -0
  137. package/fesm2022/module-b3de5709.mjs.map +1 -0
  138. package/fesm2022/optgroup-harness-5e66b138.mjs +36 -0
  139. package/fesm2022/optgroup-harness-5e66b138.mjs.map +1 -0
  140. package/fesm2022/option-cb353f7a.mjs +348 -0
  141. package/fesm2022/option-cb353f7a.mjs.map +1 -0
  142. package/fesm2022/option-harness-3b7c1106.mjs +46 -0
  143. package/fesm2022/option-harness-3b7c1106.mjs.map +1 -0
  144. package/fesm2022/paginator/testing.mjs +4 -1
  145. package/fesm2022/paginator/testing.mjs.map +1 -1
  146. package/fesm2022/paginator.mjs +33 -7
  147. package/fesm2022/paginator.mjs.map +1 -1
  148. package/fesm2022/progress-bar.mjs +3 -1
  149. package/fesm2022/progress-bar.mjs.map +1 -1
  150. package/fesm2022/progress-spinner/testing.mjs.map +1 -1
  151. package/fesm2022/progress-spinner.mjs +3 -1
  152. package/fesm2022/progress-spinner.mjs.map +1 -1
  153. package/fesm2022/pseudo-checkbox-4a60d45e.mjs +52 -0
  154. package/fesm2022/pseudo-checkbox-4a60d45e.mjs.map +1 -0
  155. package/fesm2022/pseudo-checkbox-module-31a58606.mjs +20 -0
  156. package/fesm2022/pseudo-checkbox-module-31a58606.mjs.map +1 -0
  157. package/fesm2022/public-api-c5ab57f5.mjs +147 -0
  158. package/fesm2022/public-api-c5ab57f5.mjs.map +1 -0
  159. package/fesm2022/radio.mjs +8 -1
  160. package/fesm2022/radio.mjs.map +1 -1
  161. package/fesm2022/ripple-5bdada85.mjs +639 -0
  162. package/fesm2022/ripple-5bdada85.mjs.map +1 -0
  163. package/fesm2022/ripple-loader-dabcd93d.mjs +165 -0
  164. package/fesm2022/ripple-loader-dabcd93d.mjs.map +1 -0
  165. package/fesm2022/select/testing.mjs +5 -121
  166. package/fesm2022/select/testing.mjs.map +1 -1
  167. package/fesm2022/select-harness-8c55824d.mjs +123 -0
  168. package/fesm2022/select-harness-8c55824d.mjs.map +1 -0
  169. package/fesm2022/select.mjs +30 -1288
  170. package/fesm2022/select.mjs.map +1 -1
  171. package/fesm2022/sidenav.mjs +1 -1
  172. package/fesm2022/sidenav.mjs.map +1 -1
  173. package/fesm2022/slide-toggle.mjs +7 -1
  174. package/fesm2022/slide-toggle.mjs.map +1 -1
  175. package/fesm2022/slider.mjs +6 -1
  176. package/fesm2022/slider.mjs.map +1 -1
  177. package/fesm2022/snack-bar.mjs +10 -2
  178. package/fesm2022/snack-bar.mjs.map +1 -1
  179. package/fesm2022/sort/testing.mjs.map +1 -1
  180. package/fesm2022/sort.mjs +3 -1
  181. package/fesm2022/sort.mjs.map +1 -1
  182. package/fesm2022/stepper.mjs +11 -2
  183. package/fesm2022/stepper.mjs.map +1 -1
  184. package/fesm2022/structural-styles-326dcb39.mjs +18 -0
  185. package/fesm2022/structural-styles-326dcb39.mjs.map +1 -0
  186. package/fesm2022/table.mjs +3 -1
  187. package/fesm2022/table.mjs.map +1 -1
  188. package/fesm2022/tabs.mjs +4 -1
  189. package/fesm2022/tabs.mjs.map +1 -1
  190. package/fesm2022/timepicker/testing.mjs +1 -1
  191. package/fesm2022/timepicker/testing.mjs.map +1 -1
  192. package/fesm2022/timepicker.mjs +19 -5
  193. package/fesm2022/timepicker.mjs.map +1 -1
  194. package/fesm2022/toolbar.mjs +3 -1
  195. package/fesm2022/toolbar.mjs.map +1 -1
  196. package/fesm2022/tooltip.mjs +15 -968
  197. package/fesm2022/tooltip.mjs.map +1 -1
  198. package/fesm2022/tree.mjs +3 -1
  199. package/fesm2022/tree.mjs.map +1 -1
  200. package/form-field/index.d.ts +12 -437
  201. package/form-field/testing/control/index.d.ts +2 -10
  202. package/form-field/testing/index.d.ts +7 -5
  203. package/form-field-control-harness.d-2d91f25a.d.ts +10 -0
  204. package/form-field-control.d-eb86711c.d.ts +62 -0
  205. package/form-field.d-2edbc094.d.ts +367 -0
  206. package/grid-list/index.d.ts +5 -3
  207. package/icon/index.d.ts +9 -449
  208. package/icon/testing/index.d.ts +3 -1
  209. package/icon-module.d-aa3bbba0.d.ts +167 -0
  210. package/icon-registry.d-1dffe9de.d.ts +286 -0
  211. package/index.d-0536b706.d.ts +11 -0
  212. package/index.d-37e31cd3.d.ts +13 -0
  213. package/input/index.d.ts +11 -6
  214. package/input/testing/index.d.ts +4 -59
  215. package/input-harness.d-4eecd1d3.d.ts +60 -0
  216. package/line.d-570a2537.d.ts +25 -0
  217. package/list/index.d.ts +13 -19
  218. package/list/testing/index.d.ts +2 -2
  219. package/list-option-types.d-8739f903.d.ts +15 -0
  220. package/menu/index.d.ts +6 -3
  221. package/module.d-74a721b9.d.ts +326 -0
  222. package/module.d-ba05faa6.d.ts +448 -0
  223. package/module.d-c17c834e.d.ts +18 -0
  224. package/module.d-f490a6d4.d.ts +224 -0
  225. package/optgroup-harness.d-7f741f69.d.ts +31 -0
  226. package/option-harness.d-3d33fc9a.d.ts +34 -0
  227. package/option-parent.d-559ad5c5.d.ts +19 -0
  228. package/option.d-6f493d78.d.ts +146 -0
  229. package/package.json +2 -2
  230. package/paginator/index.d.ts +29 -201
  231. package/paginator/testing/index.d.ts +4 -1
  232. package/paginator.d-40b1766e.d.ts +199 -0
  233. package/palette.d-ec4a617c.d.ts +4 -0
  234. package/progress-bar/index.d.ts +4 -3
  235. package/progress-spinner/index.d.ts +7 -96
  236. package/progress-spinner/testing/index.d.ts +3 -1
  237. package/progress-spinner.d-1fc040c5.d.ts +96 -0
  238. package/pseudo-checkbox-module.d-3abc0461.d.ts +44 -0
  239. package/radio/index.d.ts +7 -3
  240. package/ripple-loader.d-8aac2988.d.ts +48 -0
  241. package/ripple.d-2fb57d04.d.ts +255 -0
  242. package/schematics/ng-add/index.js +1 -1
  243. package/schematics/ng-add/index.mjs +1 -1
  244. package/select/index.d.ts +24 -446
  245. package/select/testing/index.d.ts +5 -62
  246. package/select-harness.d-7441a7ac.d.ts +63 -0
  247. package/sidenav/index.d.ts +4 -3
  248. package/slide-toggle/index.d.ts +4 -3
  249. package/slider/index.d.ts +6 -3
  250. package/snack-bar/index.d.ts +8 -3
  251. package/sort/index.d.ts +10 -88
  252. package/sort/testing/index.d.ts +1 -1
  253. package/sort-direction.d-f4ce4649.d.ts +3 -0
  254. package/sort.d-c2b79a45.d.ts +87 -0
  255. package/stepper/index.d.ts +9 -4
  256. package/table/index.d.ts +11 -4
  257. package/tabs/index.d.ts +5 -3
  258. package/timepicker/index.d.ts +6 -3
  259. package/timepicker/testing/index.d.ts +1 -1
  260. package/toolbar/index.d.ts +3 -2
  261. package/tooltip/index.d.ts +10 -325
  262. package/tree/index.d.ts +3 -2
package/select/index.d.ts CHANGED
@@ -1,448 +1,26 @@
1
- import * as i0 from '@angular/core';
2
- import { InjectionToken, AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ChangeDetectorRef, ElementRef, QueryList, EventEmitter, SimpleChanges } from '@angular/core';
3
- import * as i2 from '@angular/cdk/overlay';
4
- import { ScrollStrategy, Overlay, ConnectedPosition, CdkOverlayOrigin, CdkConnectedOverlay } from '@angular/cdk/overlay';
5
- import * as i1 from '@angular/material/core';
6
- import { MatOption, MatOptgroup, ErrorStateMatcher, MatOptionSelectionChange } from '@angular/material/core';
7
- export { MatOptgroup, MatOption } from '@angular/material/core';
8
- import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
9
- import { SelectionModel } from '@angular/cdk/collections';
10
- import * as i2$1 from '@angular/cdk/scrolling';
11
- import { ViewportRuler } from '@angular/cdk/scrolling';
12
- import { ControlValueAccessor, NgControl } from '@angular/forms';
13
- import * as i2$2 from '@angular/material/form-field';
14
- import { MatFormFieldControl, MatFormField } from '@angular/material/form-field';
15
- export { MatError, MatFormField, MatHint, MatLabel, MatPrefix, MatSuffix } from '@angular/material/form-field';
16
- import { Subject, Observable } from 'rxjs';
17
-
18
- /** Injection token that determines the scroll handling while a select is open. */
19
- declare const MAT_SELECT_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
20
- /**
21
- * @docs-private
22
- * @deprecated No longer used, will be removed.
23
- * @breaking-change 21.0.0
24
- */
25
- declare function MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY(overlay: Overlay): () => ScrollStrategy;
26
- /** Object that can be used to configure the default options for the select module. */
27
- interface MatSelectConfig {
28
- /** Whether option centering should be disabled. */
29
- disableOptionCentering?: boolean;
30
- /** Time to wait in milliseconds after the last keystroke before moving focus to an item. */
31
- typeaheadDebounceInterval?: number;
32
- /** Class or list of classes to be applied to the menu's overlay panel. */
33
- overlayPanelClass?: string | string[];
34
- /** Whether icon indicators should be hidden for single-selection. */
35
- hideSingleSelectionIndicator?: boolean;
36
- /**
37
- * Width of the panel. If set to `auto`, the panel will match the trigger width.
38
- * If set to null or an empty string, the panel will grow to match the longest option's text.
39
- */
40
- panelWidth?: string | number | null;
41
- /**
42
- * Whether nullable options can be selected by default.
43
- * See `MatSelect.canSelectNullableOptions` for more information.
44
- */
45
- canSelectNullableOptions?: boolean;
46
- }
47
- /** Injection token that can be used to provide the default options the select module. */
48
- declare const MAT_SELECT_CONFIG: InjectionToken<MatSelectConfig>;
49
- /**
50
- * @docs-private
51
- * @deprecated No longer used, will be removed.
52
- * @breaking-change 21.0.0
53
- */
54
- declare const MAT_SELECT_SCROLL_STRATEGY_PROVIDER: {
55
- provide: InjectionToken<() => ScrollStrategy>;
56
- deps: (typeof Overlay)[];
57
- useFactory: typeof MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY;
58
- };
59
- /**
60
- * Injection token that can be used to reference instances of `MatSelectTrigger`. It serves as
61
- * alternative token to the actual `MatSelectTrigger` class which could cause unnecessary
62
- * retention of the class and its directive metadata.
63
- */
64
- declare const MAT_SELECT_TRIGGER: InjectionToken<MatSelectTrigger>;
65
- /** Change event object that is emitted when the select value has changed. */
66
- declare class MatSelectChange<T = any> {
67
- /** Reference to the select that emitted the change event. */
68
- source: MatSelect;
69
- /** Current value of the select that emitted the event. */
70
- value: T;
71
- constructor(
72
- /** Reference to the select that emitted the change event. */
73
- source: MatSelect,
74
- /** Current value of the select that emitted the event. */
75
- value: T);
76
- }
77
- declare class MatSelect implements AfterContentInit, OnChanges, OnDestroy, OnInit, DoCheck, ControlValueAccessor, MatFormFieldControl<any> {
78
- protected _viewportRuler: ViewportRuler;
79
- protected _changeDetectorRef: ChangeDetectorRef;
80
- readonly _elementRef: ElementRef<any>;
81
- private _dir;
82
- private _idGenerator;
83
- private _renderer;
84
- protected _parentFormField: MatFormField | null;
85
- ngControl: NgControl;
86
- private _liveAnnouncer;
87
- protected _defaultOptions: MatSelectConfig | null;
88
- protected _animationsDisabled: boolean;
89
- private _initialized;
90
- private _cleanupDetach;
91
- /** All of the defined select options. */
92
- options: QueryList<MatOption>;
93
- /** All of the defined groups of options. */
94
- optionGroups: QueryList<MatOptgroup>;
95
- /** User-supplied override of the trigger element. */
96
- customTrigger: MatSelectTrigger;
97
- /**
98
- * This position config ensures that the top "start" corner of the overlay
99
- * is aligned with with the top "start" of the origin by default (overlapping
100
- * the trigger completely). If the panel cannot fit below the trigger, it
101
- * will fall back to a position above the trigger.
102
- */
103
- _positions: ConnectedPosition[];
104
- /** Scrolls a particular option into the view. */
105
- _scrollOptionIntoView(index: number): void;
106
- /** Called when the panel has been opened and the overlay has settled on its final position. */
107
- private _positioningSettled;
108
- /** Creates a change event object that should be emitted by the select. */
109
- private _getChangeEvent;
110
- /** Factory function used to create a scroll strategy for this select. */
111
- private _scrollStrategyFactory;
112
- /** Whether or not the overlay panel is open. */
113
- private _panelOpen;
114
- /** Comparison function to specify which option is displayed. Defaults to object equality. */
115
- private _compareWith;
116
- /** Unique id for this input. */
117
- private _uid;
118
- /** Current `aria-labelledby` value for the select trigger. */
119
- private _triggerAriaLabelledBy;
120
- /**
121
- * Keeps track of the previous form control assigned to the select.
122
- * Used to detect if it has changed.
123
- */
124
- private _previousControl;
125
- /** Emits whenever the component is destroyed. */
126
- protected readonly _destroy: Subject<void>;
127
- /** Tracks the error state of the select. */
128
- private _errorStateTracker;
129
- /**
130
- * Emits whenever the component state changes and should cause the parent
131
- * form-field to update. Implemented as part of `MatFormFieldControl`.
132
- * @docs-private
133
- */
134
- readonly stateChanges: Subject<void>;
135
- /**
136
- * Disable the automatic labeling to avoid issues like #27241.
137
- * @docs-private
138
- */
139
- readonly disableAutomaticLabeling = true;
140
- /**
141
- * Implemented as part of MatFormFieldControl.
142
- * @docs-private
143
- */
144
- userAriaDescribedBy: string;
145
- /** Deals with the selection logic. */
146
- _selectionModel: SelectionModel<MatOption>;
147
- /** Manages keyboard events for options in the panel. */
148
- _keyManager: ActiveDescendantKeyManager<MatOption>;
149
- /** Ideal origin for the overlay panel. */
150
- _preferredOverlayOrigin: CdkOverlayOrigin | ElementRef | undefined;
151
- /** Width of the overlay panel. */
152
- _overlayWidth: string | number;
153
- /** `View -> model callback called when value changes` */
154
- _onChange: (value: any) => void;
155
- /** `View -> model callback called when select has been touched` */
156
- _onTouched: () => void;
157
- /** ID for the DOM node containing the select's value. */
158
- _valueId: string;
159
- /** Strategy that will be used to handle scrolling while the select panel is open. */
160
- _scrollStrategy: ScrollStrategy;
161
- _overlayPanelClass: string | string[];
162
- /** Whether the select is focused. */
163
- get focused(): boolean;
164
- private _focused;
165
- /** A name for this control that can be used by `mat-form-field`. */
166
- controlType: string;
167
- /** Trigger that opens the select. */
168
- trigger: ElementRef;
169
- /** Panel containing the select options. */
170
- panel: ElementRef;
171
- /** Overlay pane containing the options. */
172
- protected _overlayDir: CdkConnectedOverlay;
173
- /** Classes to be passed to the select panel. Supports the same syntax as `ngClass`. */
174
- panelClass: string | string[] | Set<string> | {
175
- [key: string]: any;
176
- };
177
- /** Whether the select is disabled. */
178
- disabled: boolean;
179
- /** Whether ripples in the select are disabled. */
180
- disableRipple: boolean;
181
- /** Tab index of the select. */
182
- tabIndex: number;
183
- /** Whether checkmark indicator for single-selection options is hidden. */
184
- get hideSingleSelectionIndicator(): boolean;
185
- set hideSingleSelectionIndicator(value: boolean);
186
- private _hideSingleSelectionIndicator;
187
- /** Placeholder to be shown if no value has been selected. */
188
- get placeholder(): string;
189
- set placeholder(value: string);
190
- private _placeholder;
191
- /** Whether the component is required. */
192
- get required(): boolean;
193
- set required(value: boolean);
194
- private _required;
195
- /** Whether the user should be allowed to select multiple options. */
196
- get multiple(): boolean;
197
- set multiple(value: boolean);
198
- private _multiple;
199
- /** Whether to center the active option over the trigger. */
200
- disableOptionCentering: boolean;
201
- /**
202
- * Function to compare the option values with the selected values. The first argument
203
- * is a value from an option. The second is a value from the selection. A boolean
204
- * should be returned.
205
- */
206
- get compareWith(): (o1: any, o2: any) => boolean;
207
- set compareWith(fn: (o1: any, o2: any) => boolean);
208
- /** Value of the select control. */
209
- get value(): any;
210
- set value(newValue: any);
211
- private _value;
212
- /** Aria label of the select. */
213
- ariaLabel: string;
214
- /** Input that can be used to specify the `aria-labelledby` attribute. */
215
- ariaLabelledby: string;
216
- /** Object used to control when error messages are shown. */
217
- get errorStateMatcher(): ErrorStateMatcher;
218
- set errorStateMatcher(value: ErrorStateMatcher);
219
- /** Time to wait in milliseconds after the last keystroke before moving focus to an item. */
220
- typeaheadDebounceInterval: number;
221
- /**
222
- * Function used to sort the values in a select in multiple mode.
223
- * Follows the same logic as `Array.prototype.sort`.
224
- */
225
- sortComparator: (a: MatOption, b: MatOption, options: MatOption[]) => number;
226
- /** Unique id of the element. */
227
- get id(): string;
228
- set id(value: string);
229
- private _id;
230
- /** Whether the select is in an error state. */
231
- get errorState(): boolean;
232
- set errorState(value: boolean);
233
- /**
234
- * Width of the panel. If set to `auto`, the panel will match the trigger width.
235
- * If set to null or an empty string, the panel will grow to match the longest option's text.
236
- */
237
- panelWidth: string | number | null;
238
- /**
239
- * By default selecting an option with a `null` or `undefined` value will reset the select's
240
- * value. Enable this option if the reset behavior doesn't match your requirements and instead
241
- * the nullable options should become selected. The value of this input can be controlled app-wide
242
- * using the `MAT_SELECT_CONFIG` injection token.
243
- */
244
- canSelectNullableOptions: boolean;
245
- /** Combined stream of all of the child options' change events. */
246
- readonly optionSelectionChanges: Observable<MatOptionSelectionChange>;
247
- /** Event emitted when the select panel has been toggled. */
248
- readonly openedChange: EventEmitter<boolean>;
249
- /** Event emitted when the select has been opened. */
250
- readonly _openedStream: Observable<void>;
251
- /** Event emitted when the select has been closed. */
252
- readonly _closedStream: Observable<void>;
253
- /** Event emitted when the selected value has been changed by the user. */
254
- readonly selectionChange: EventEmitter<MatSelectChange<any>>;
255
- /**
256
- * Event that emits whenever the raw value of the select changes. This is here primarily
257
- * to facilitate the two-way binding for the `value` input.
258
- * @docs-private
259
- */
260
- readonly valueChange: EventEmitter<any>;
261
- constructor(...args: unknown[]);
262
- ngOnInit(): void;
263
- ngAfterContentInit(): void;
264
- ngDoCheck(): void;
265
- ngOnChanges(changes: SimpleChanges): void;
266
- ngOnDestroy(): void;
267
- /** Toggles the overlay panel open or closed. */
268
- toggle(): void;
269
- /** Opens the overlay panel. */
270
- open(): void;
271
- /**
272
- * Track which modal we have modified the `aria-owns` attribute of. When the combobox trigger is
273
- * inside an aria-modal, we apply aria-owns to the parent modal with the `id` of the options
274
- * panel. Track the modal we have changed so we can undo the changes on destroy.
275
- */
276
- private _trackedModal;
277
- /**
278
- * If the autocomplete trigger is inside of an `aria-modal` element, connect
279
- * that modal to the options panel with `aria-owns`.
280
- *
281
- * For some browser + screen reader combinations, when navigation is inside
282
- * of an `aria-modal` element, the screen reader treats everything outside
283
- * of that modal as hidden or invisible.
284
- *
285
- * This causes a problem when the combobox trigger is _inside_ of a modal, because the
286
- * options panel is rendered _outside_ of that modal, preventing screen reader navigation
287
- * from reaching the panel.
288
- *
289
- * We can work around this issue by applying `aria-owns` to the modal with the `id` of
290
- * the options panel. This effectively communicates to assistive technology that the
291
- * options panel is part of the same interaction as the modal.
292
- *
293
- * At time of this writing, this issue is present in VoiceOver.
294
- * See https://github.com/angular/components/issues/20694
295
- */
296
- private _applyModalPanelOwnership;
297
- /** Clears the reference to the listbox overlay element from the modal it was added to. */
298
- private _clearFromModal;
299
- /** Closes the overlay panel and focuses the host element. */
300
- close(): void;
301
- /** Triggers the exit animation and detaches the overlay at the end. */
302
- private _exitAndDetach;
303
- /** Detaches the current overlay directive. */
304
- private _detachOverlay;
305
- /**
306
- * Sets the select's value. Part of the ControlValueAccessor interface
307
- * required to integrate with Angular's core forms API.
308
- *
309
- * @param value New value to be written to the model.
310
- */
311
- writeValue(value: any): void;
312
- /**
313
- * Saves a callback function to be invoked when the select's value
314
- * changes from user input. Part of the ControlValueAccessor interface
315
- * required to integrate with Angular's core forms API.
316
- *
317
- * @param fn Callback to be triggered when the value changes.
318
- */
319
- registerOnChange(fn: (value: any) => void): void;
320
- /**
321
- * Saves a callback function to be invoked when the select is blurred
322
- * by the user. Part of the ControlValueAccessor interface required
323
- * to integrate with Angular's core forms API.
324
- *
325
- * @param fn Callback to be triggered when the component has been touched.
326
- */
327
- registerOnTouched(fn: () => {}): void;
328
- /**
329
- * Disables the select. Part of the ControlValueAccessor interface required
330
- * to integrate with Angular's core forms API.
331
- *
332
- * @param isDisabled Sets whether the component is disabled.
333
- */
334
- setDisabledState(isDisabled: boolean): void;
335
- /** Whether or not the overlay panel is open. */
336
- get panelOpen(): boolean;
337
- /** The currently selected option. */
338
- get selected(): MatOption | MatOption[];
339
- /** The value displayed in the trigger. */
340
- get triggerValue(): string;
341
- /** Refreshes the error state of the select. */
342
- updateErrorState(): void;
343
- /** Whether the element is in RTL mode. */
344
- _isRtl(): boolean;
345
- /** Handles all keydown events on the select. */
346
- _handleKeydown(event: KeyboardEvent): void;
347
- /** Handles keyboard events while the select is closed. */
348
- private _handleClosedKeydown;
349
- /** Handles keyboard events when the selected is open. */
350
- private _handleOpenKeydown;
351
- /** Handles keyboard events coming from the overlay. */
352
- protected _handleOverlayKeydown(event: KeyboardEvent): void;
353
- _onFocus(): void;
354
- /**
355
- * Calls the touched callback only if the panel is closed. Otherwise, the trigger will
356
- * "blur" to the panel when it opens, causing a false positive.
357
- */
358
- _onBlur(): void;
359
- /** Returns the theme to be used on the panel. */
360
- _getPanelTheme(): string;
361
- /** Whether the select has a value. */
362
- get empty(): boolean;
363
- private _initializeSelection;
364
- /**
365
- * Sets the selected option based on a value. If no option can be
366
- * found with the designated value, the select trigger is cleared.
367
- */
368
- private _setSelectionByValue;
369
- /**
370
- * Finds and selects and option based on its value.
371
- * @returns Option that has the corresponding value.
372
- */
373
- private _selectOptionByValue;
374
- /** Assigns a specific value to the select. Returns whether the value has changed. */
375
- private _assignValue;
376
- private _skipPredicate;
377
- /** Gets how wide the overlay panel should be. */
378
- private _getOverlayWidth;
379
- /** Syncs the parent state with the individual options. */
380
- _syncParentProperties(): void;
381
- /** Sets up a key manager to listen to keyboard events on the overlay panel. */
382
- private _initKeyManager;
383
- /** Drops current option subscriptions and IDs and resets from scratch. */
384
- private _resetOptions;
385
- /** Invoked when an option is clicked. */
386
- private _onSelect;
387
- /** Sorts the selected values in the selected based on their order in the panel. */
388
- private _sortValues;
389
- /** Emits change event to set the model value. */
390
- private _propagateChanges;
391
- /**
392
- * Highlights the selected item. If no option is selected, it will highlight
393
- * the first *enabled* option.
394
- */
395
- private _highlightCorrectOption;
396
- /** Whether the panel is allowed to open. */
397
- protected _canOpen(): boolean;
398
- /** Focuses the select element. */
399
- focus(options?: FocusOptions): void;
400
- /** Gets the aria-labelledby for the select panel. */
401
- _getPanelAriaLabelledby(): string | null;
402
- /** Determines the `aria-activedescendant` to be set on the host. */
403
- _getAriaActiveDescendant(): string | null;
404
- /** Gets the aria-labelledby of the select component trigger. */
405
- private _getTriggerAriaLabelledby;
406
- /**
407
- * Implemented as part of MatFormFieldControl.
408
- * @docs-private
409
- */
410
- setDescribedByIds(ids: string[]): void;
411
- /**
412
- * Implemented as part of MatFormFieldControl.
413
- * @docs-private
414
- */
415
- onContainerClick(): void;
416
- /**
417
- * Implemented as part of MatFormFieldControl.
418
- * @docs-private
419
- */
420
- get shouldLabelFloat(): boolean;
421
- static ɵfac: i0.ɵɵFactoryDeclaration<MatSelect, never>;
422
- static ɵcmp: i0.ɵɵComponentDeclaration<MatSelect, "mat-select", ["matSelect"], { "userAriaDescribedBy": { "alias": "aria-describedby"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "hideSingleSelectionIndicator": { "alias": "hideSingleSelectionIndicator"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "disableOptionCentering": { "alias": "disableOptionCentering"; "required": false; }; "compareWith": { "alias": "compareWith"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "ariaLabelledby": { "alias": "aria-labelledby"; "required": false; }; "errorStateMatcher": { "alias": "errorStateMatcher"; "required": false; }; "typeaheadDebounceInterval": { "alias": "typeaheadDebounceInterval"; "required": false; }; "sortComparator": { "alias": "sortComparator"; "required": false; }; "id": { "alias": "id"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "canSelectNullableOptions": { "alias": "canSelectNullableOptions"; "required": false; }; }, { "openedChange": "openedChange"; "_openedStream": "opened"; "_closedStream": "closed"; "selectionChange": "selectionChange"; "valueChange": "valueChange"; }, ["customTrigger", "options", "optionGroups"], ["mat-select-trigger", "*"], true, never>;
423
- static ngAcceptInputType_disabled: unknown;
424
- static ngAcceptInputType_disableRipple: unknown;
425
- static ngAcceptInputType_tabIndex: unknown;
426
- static ngAcceptInputType_hideSingleSelectionIndicator: unknown;
427
- static ngAcceptInputType_required: unknown;
428
- static ngAcceptInputType_multiple: unknown;
429
- static ngAcceptInputType_disableOptionCentering: unknown;
430
- static ngAcceptInputType_typeaheadDebounceInterval: unknown;
431
- static ngAcceptInputType_canSelectNullableOptions: unknown;
432
- }
433
- /**
434
- * Allows the user to customize the trigger that is displayed when the select has a value.
435
- */
436
- declare class MatSelectTrigger {
437
- static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectTrigger, never>;
438
- static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectTrigger, "mat-select-trigger", never, {}, {}, never, never, true, never>;
439
- }
440
-
441
- declare class MatSelectModule {
442
- static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectModule, never>;
443
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSelectModule, never, [typeof i2.OverlayModule, typeof i1.MatOptionModule, typeof i1.MatCommonModule, typeof MatSelect, typeof MatSelectTrigger], [typeof i2$1.CdkScrollableModule, typeof i2$2.MatFormFieldModule, typeof MatSelect, typeof MatSelectTrigger, typeof i1.MatOptionModule, typeof i1.MatCommonModule]>;
444
- static ɵinj: i0.ɵɵInjectorDeclaration<MatSelectModule>;
445
- }
1
+ export { d as MAT_SELECT_CONFIG, a as MAT_SELECT_SCROLL_STRATEGY, e as MAT_SELECT_SCROLL_STRATEGY_PROVIDER, b as MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY, f as MAT_SELECT_TRIGGER, h as MatSelect, g as MatSelectChange, c as MatSelectConfig, M as MatSelectModule, i as MatSelectTrigger } from '../module.d-ba05faa6.js';
2
+ export { a as MatOptgroup, M as MatOption } from '../option.d-6f493d78.js';
3
+ export { M as MatLabel } from '../module.d-c17c834e.js';
4
+ export { a as MatError, k as MatFormField, b as MatHint, d as MatPrefix, f as MatSuffix } from '../form-field.d-2edbc094.js';
5
+ import '@angular/core';
6
+ import '@angular/cdk/overlay';
7
+ import '../index.d-37e31cd3.js';
8
+ import '../index.d-0536b706.js';
9
+ import '../common-module.d-0e6515ae.js';
10
+ import '@angular/cdk/bidi';
11
+ import '../ripple.d-2fb57d04.js';
12
+ import '@angular/cdk/platform';
13
+ import '../pseudo-checkbox-module.d-3abc0461.js';
14
+ import '@angular/cdk/a11y';
15
+ import '@angular/cdk/collections';
16
+ import '@angular/cdk/scrolling';
17
+ import '@angular/forms';
18
+ import 'rxjs';
19
+ import '../error-options.d-448d9046.js';
20
+ import '../form-field-control.d-eb86711c.js';
21
+ import '@angular/cdk/observers';
22
+ import '@angular/cdk/coercion';
23
+ import '../palette.d-ec4a617c.js';
446
24
 
447
25
  /**
448
26
  * The following are all the animations for the mat-select component, with each
@@ -462,4 +40,4 @@ declare const matSelectAnimations: {
462
40
  readonly transformPanel: any;
463
41
  };
464
42
 
465
- export { MAT_SELECT_CONFIG, MAT_SELECT_SCROLL_STRATEGY, MAT_SELECT_SCROLL_STRATEGY_PROVIDER, MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY, MAT_SELECT_TRIGGER, MatSelect, MatSelectChange, type MatSelectConfig, MatSelectModule, MatSelectTrigger, matSelectAnimations };
43
+ export { matSelectAnimations };
@@ -1,62 +1,5 @@
1
- import { BaseHarnessFilters, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
- import { OptionHarnessFilters, MatOptionHarness, OptgroupHarnessFilters, MatOptgroupHarness } from '@angular/material/core/testing';
3
- import { MatFormFieldControlHarness } from '@angular/material/form-field/testing/control';
4
-
5
- /** A set of criteria that can be used to filter a list of `MatSelectHarness` instances. */
6
- interface SelectHarnessFilters extends BaseHarnessFilters {
7
- /** Only find instances which match the given disabled state. */
8
- disabled?: boolean;
9
- }
10
-
11
- /** Harness for interacting with a mat-select in tests. */
12
- declare class MatSelectHarness extends MatFormFieldControlHarness {
13
- static hostSelector: string;
14
- private _prefix;
15
- private _optionClass;
16
- private _optionGroupClass;
17
- private _documentRootLocator;
18
- private _backdrop;
19
- /**
20
- * Gets a `HarnessPredicate` that can be used to search for a select with specific attributes.
21
- * @param options Options for filtering which select instances are considered a match.
22
- * @return a `HarnessPredicate` configured with the given options.
23
- */
24
- static with<T extends MatSelectHarness>(this: ComponentHarnessConstructor<T>, options?: SelectHarnessFilters): HarnessPredicate<T>;
25
- /** Gets a boolean promise indicating if the select is disabled. */
26
- isDisabled(): Promise<boolean>;
27
- /** Gets a boolean promise indicating if the select is valid. */
28
- isValid(): Promise<boolean>;
29
- /** Gets a boolean promise indicating if the select is required. */
30
- isRequired(): Promise<boolean>;
31
- /** Gets a boolean promise indicating if the select is empty (no value is selected). */
32
- isEmpty(): Promise<boolean>;
33
- /** Gets a boolean promise indicating if the select is in multi-selection mode. */
34
- isMultiple(): Promise<boolean>;
35
- /** Gets a promise for the select's value text. */
36
- getValueText(): Promise<string>;
37
- /** Focuses the select and returns a void promise that indicates when the action is complete. */
38
- focus(): Promise<void>;
39
- /** Blurs the select and returns a void promise that indicates when the action is complete. */
40
- blur(): Promise<void>;
41
- /** Whether the select is focused. */
42
- isFocused(): Promise<boolean>;
43
- /** Gets the options inside the select panel. */
44
- getOptions(filter?: Omit<OptionHarnessFilters, 'ancestor'>): Promise<MatOptionHarness[]>;
45
- /** Gets the groups of options inside the panel. */
46
- getOptionGroups(filter?: Omit<OptgroupHarnessFilters, 'ancestor'>): Promise<MatOptgroupHarness[]>;
47
- /** Gets whether the select is open. */
48
- isOpen(): Promise<boolean>;
49
- /** Opens the select's panel. */
50
- open(): Promise<void>;
51
- /**
52
- * Clicks the options that match the passed-in filter. If the select is in multi-selection
53
- * mode all options will be clicked, otherwise the harness will pick the first matching option.
54
- */
55
- clickOptions(filter?: OptionHarnessFilters): Promise<void>;
56
- /** Closes the select's panel. */
57
- close(): Promise<void>;
58
- /** Gets the selector that should be used to find this select's panel. */
59
- private _getPanelSelector;
60
- }
61
-
62
- export { MatSelectHarness, type SelectHarnessFilters };
1
+ export { M as MatSelectHarness, S as SelectHarnessFilters } from '../../select-harness.d-7441a7ac.js';
2
+ import '@angular/cdk/testing';
3
+ import '../../option-harness.d-3d33fc9a.js';
4
+ import '../../optgroup-harness.d-7f741f69.js';
5
+ import '../../form-field-control-harness.d-2d91f25a.js';
@@ -0,0 +1,63 @@
1
+ import { BaseHarnessFilters, ComponentHarnessConstructor, HarnessPredicate } from '@angular/cdk/testing';
2
+ import { O as OptionHarnessFilters, M as MatOptionHarness } from './option-harness.d-3d33fc9a.js';
3
+ import { O as OptgroupHarnessFilters, M as MatOptgroupHarness } from './optgroup-harness.d-7f741f69.js';
4
+ import { M as MatFormFieldControlHarness } from './form-field-control-harness.d-2d91f25a.js';
5
+
6
+ /** A set of criteria that can be used to filter a list of `MatSelectHarness` instances. */
7
+ interface SelectHarnessFilters extends BaseHarnessFilters {
8
+ /** Only find instances which match the given disabled state. */
9
+ disabled?: boolean;
10
+ }
11
+
12
+ /** Harness for interacting with a mat-select in tests. */
13
+ declare class MatSelectHarness extends MatFormFieldControlHarness {
14
+ static hostSelector: string;
15
+ private _prefix;
16
+ private _optionClass;
17
+ private _optionGroupClass;
18
+ private _documentRootLocator;
19
+ private _backdrop;
20
+ /**
21
+ * Gets a `HarnessPredicate` that can be used to search for a select with specific attributes.
22
+ * @param options Options for filtering which select instances are considered a match.
23
+ * @return a `HarnessPredicate` configured with the given options.
24
+ */
25
+ static with<T extends MatSelectHarness>(this: ComponentHarnessConstructor<T>, options?: SelectHarnessFilters): HarnessPredicate<T>;
26
+ /** Gets a boolean promise indicating if the select is disabled. */
27
+ isDisabled(): Promise<boolean>;
28
+ /** Gets a boolean promise indicating if the select is valid. */
29
+ isValid(): Promise<boolean>;
30
+ /** Gets a boolean promise indicating if the select is required. */
31
+ isRequired(): Promise<boolean>;
32
+ /** Gets a boolean promise indicating if the select is empty (no value is selected). */
33
+ isEmpty(): Promise<boolean>;
34
+ /** Gets a boolean promise indicating if the select is in multi-selection mode. */
35
+ isMultiple(): Promise<boolean>;
36
+ /** Gets a promise for the select's value text. */
37
+ getValueText(): Promise<string>;
38
+ /** Focuses the select and returns a void promise that indicates when the action is complete. */
39
+ focus(): Promise<void>;
40
+ /** Blurs the select and returns a void promise that indicates when the action is complete. */
41
+ blur(): Promise<void>;
42
+ /** Whether the select is focused. */
43
+ isFocused(): Promise<boolean>;
44
+ /** Gets the options inside the select panel. */
45
+ getOptions(filter?: Omit<OptionHarnessFilters, 'ancestor'>): Promise<MatOptionHarness[]>;
46
+ /** Gets the groups of options inside the panel. */
47
+ getOptionGroups(filter?: Omit<OptgroupHarnessFilters, 'ancestor'>): Promise<MatOptgroupHarness[]>;
48
+ /** Gets whether the select is open. */
49
+ isOpen(): Promise<boolean>;
50
+ /** Opens the select's panel. */
51
+ open(): Promise<void>;
52
+ /**
53
+ * Clicks the options that match the passed-in filter. If the select is in multi-selection
54
+ * mode all options will be clicked, otherwise the harness will pick the first matching option.
55
+ */
56
+ clickOptions(filter?: OptionHarnessFilters): Promise<void>;
57
+ /** Closes the select's panel. */
58
+ close(): Promise<void>;
59
+ /** Gets the selector that should be used to find this select's panel. */
60
+ private _getPanelSelector;
61
+ }
62
+
63
+ export { MatSelectHarness as M, type SelectHarnessFilters as S };
@@ -1,11 +1,12 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { InjectionToken, AfterContentInit, AfterViewInit, OnDestroy, EventEmitter, ElementRef, DoCheck, QueryList } from '@angular/core';
3
- import * as i1 from '@angular/material/core';
4
- import * as i2 from '@angular/cdk/scrolling';
3
+ import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
4
+ import * as i5 from '@angular/cdk/scrolling';
5
5
  import { CdkScrollable } from '@angular/cdk/scrolling';
6
6
  import { FocusOrigin } from '@angular/cdk/a11y';
7
7
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
8
8
  import { Subject, Observable } from 'rxjs';
9
+ import '@angular/cdk/bidi';
9
10
 
10
11
  /**
11
12
  * Throws an exception when two MatDrawer are matching the same position.
@@ -333,7 +334,7 @@ declare class MatSidenavContainer extends MatDrawerContainer {
333
334
 
334
335
  declare class MatSidenavModule {
335
336
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSidenavModule, never>;
336
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSidenavModule, never, [typeof i1.MatCommonModule, typeof i2.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent], [typeof i2.CdkScrollableModule, typeof i1.MatCommonModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent]>;
337
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSidenavModule, never, [typeof MatCommonModule, typeof i5.CdkScrollableModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent], [typeof i5.CdkScrollableModule, typeof MatCommonModule, typeof MatDrawer, typeof MatDrawerContainer, typeof MatDrawerContent, typeof MatSidenav, typeof MatSidenavContainer, typeof MatSidenavContent]>;
337
338
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSidenavModule>;
338
339
  }
339
340
 
@@ -2,8 +2,9 @@ import * as i0 from '@angular/core';
2
2
  import { InjectionToken, OnDestroy, AfterContentInit, OnChanges, ChangeDetectorRef, ElementRef, EventEmitter, SimpleChanges, Provider } from '@angular/core';
3
3
  import { ControlValueAccessor, Validator, AbstractControl, ValidationErrors, CheckboxRequiredValidator } from '@angular/forms';
4
4
  import { FocusMonitor } from '@angular/cdk/a11y';
5
- import * as i1 from '@angular/material/core';
6
- import { ThemePalette } from '@angular/material/core';
5
+ import { T as ThemePalette } from '../palette.d-ec4a617c.js';
6
+ import { M as MatCommonModule } from '../common-module.d-0e6515ae.js';
7
+ import '@angular/cdk/bidi';
7
8
 
8
9
  /** Default `mat-slide-toggle` options that can be overridden. */
9
10
  interface MatSlideToggleDefaultOptions {
@@ -182,7 +183,7 @@ declare class _MatSlideToggleRequiredValidatorModule {
182
183
  }
183
184
  declare class MatSlideToggleModule {
184
185
  static ɵfac: i0.ɵɵFactoryDeclaration<MatSlideToggleModule, never>;
185
- static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle, typeof i1.MatCommonModule], [typeof MatSlideToggle, typeof i1.MatCommonModule]>;
186
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MatSlideToggleModule, never, [typeof MatSlideToggle, typeof MatCommonModule], [typeof MatSlideToggle, typeof MatCommonModule]>;
186
187
  static ɵinj: i0.ɵɵInjectorDeclaration<MatSlideToggleModule>;
187
188
  }
188
189