index.d.ts 1.3 KB

123456789101112131415161718192021222324252627282930
  1. export { a as MatFormFieldModule, M as MatLabel } from '../module.d-1ZCYe5BH.js';
  2. export { F as FloatLabelType, e as MAT_ERROR, j as MAT_FORM_FIELD, k as MAT_FORM_FIELD_DEFAULT_OPTIONS, f as MAT_PREFIX, g as MAT_SUFFIX, b as MatError, M as MatFormField, h as MatFormFieldAppearance, i as MatFormFieldDefaultOptions, a as MatHint, c as MatPrefix, d as MatSuffix, S as SubscriptSizing } from '../form-field.d-CMA_QQ0R.js';
  3. export { M as MatFormFieldControl } from '../form-field-control.d-QxD-9xJ3.js';
  4. import '@angular/core';
  5. import '../common-module.d-C8xzHJDr.js';
  6. import '@angular/cdk/bidi';
  7. import '@angular/cdk/observers';
  8. import '@angular/cdk/coercion';
  9. import '@angular/forms';
  10. import '../palette.d-BSSFKjO6.js';
  11. import 'rxjs';
  12. /** @docs-private */
  13. declare function getMatFormFieldPlaceholderConflictError(): Error;
  14. /** @docs-private */
  15. declare function getMatFormFieldDuplicatedHintError(align: string): Error;
  16. /** @docs-private */
  17. declare function getMatFormFieldMissingControlError(): Error;
  18. /**
  19. * Animations used by the MatFormField.
  20. * @docs-private
  21. * @deprecated No longer used, will be removed.
  22. * @breaking-change 21.0.0
  23. */
  24. declare const matFormFieldAnimations: {
  25. readonly transitionMessages: any;
  26. };
  27. export { getMatFormFieldDuplicatedHintError, getMatFormFieldMissingControlError, getMatFormFieldPlaceholderConflictError, matFormFieldAnimations };