index.d.ts 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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-CyLvt0Fz.js';
  2. export { a as MatOptgroup, M as MatOption } from '../option.d-BVGX3edu.js';
  3. export { M as MatLabel } from '../module.d-1ZCYe5BH.js';
  4. export { b as MatError, M as MatFormField, a as MatHint, c as MatPrefix, d as MatSuffix } from '../form-field.d-CMA_QQ0R.js';
  5. import '@angular/core';
  6. import '@angular/cdk/overlay';
  7. import '../index.d-CwEYxGJi.js';
  8. import '../index.d-DG9eDM2-.js';
  9. import '../common-module.d-C8xzHJDr.js';
  10. import '@angular/cdk/bidi';
  11. import '../ripple.d-BxTUZJt7.js';
  12. import '@angular/cdk/platform';
  13. import '../pseudo-checkbox-module.d-DL5oxSJM.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-CGdTZUYk.js';
  20. import '../form-field-control.d-QxD-9xJ3.js';
  21. import '@angular/cdk/observers';
  22. import '@angular/cdk/coercion';
  23. import '../palette.d-BSSFKjO6.js';
  24. /**
  25. * The following are all the animations for the mat-select component, with each
  26. * const containing the metadata for one animation.
  27. *
  28. * The values below match the implementation of the AngularJS Material mat-select animation.
  29. * @docs-private
  30. * @deprecated No longer used, will be removed.
  31. * @breaking-change 21.0.0
  32. */
  33. declare const matSelectAnimations: {
  34. /**
  35. * @deprecated No longer being used. To be removed.
  36. * @breaking-change 12.0.0
  37. */
  38. readonly transformPanelWrap: any;
  39. readonly transformPanel: any;
  40. };
  41. export { matSelectAnimations };