@angular/material
Version:
Angular Material
44 lines (41 loc) • 1.79 kB
TypeScript
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-0fe8175f.js';
export { a as MatOptgroup, M as MatOption } from '../option.d-be9de0a8.js';
export { M as MatLabel } from '../module.d-d670423d.js';
export { a as MatError, k as MatFormField, b as MatHint, d as MatPrefix, f as MatSuffix } from '../form-field.d-8f5f115a.js';
import '@angular/core';
import '@angular/cdk/overlay';
import '../index.d-30b17cf3.js';
import '../index.d-9bdbdee9.js';
import '../common-module.d-1b789e68.js';
import '@angular/cdk/bidi';
import '../ripple.d-816a1e42.js';
import '@angular/cdk/platform';
import '../pseudo-checkbox-module.d-c6731352.js';
import '@angular/cdk/a11y';
import '@angular/cdk/collections';
import '@angular/cdk/scrolling';
import '@angular/forms';
import 'rxjs';
import '../error-options.d-bd1801bf.js';
import '../form-field-control.d-d7b3a431.js';
import '@angular/cdk/observers';
import '@angular/cdk/coercion';
import '../palette.d-f5ca9a2b.js';
/**
* The following are all the animations for the mat-select component, with each
* const containing the metadata for one animation.
*
* The values below match the implementation of the AngularJS Material mat-select animation.
* @docs-private
* @deprecated No longer used, will be removed.
* @breaking-change 21.0.0
*/
declare const matSelectAnimations: {
/**
* @deprecated No longer being used. To be removed.
* @breaking-change 12.0.0
*/
readonly transformPanelWrap: any;
readonly transformPanel: any;
};
export { matSelectAnimations };