@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-3202bf3a.js';
export { a as MatOptgroup, M as MatOption } from '../option.d-4fb11594.js';
export { M as MatLabel } from '../module.d-5c2eaee4.js';
export { a as MatError, k as MatFormField, b as MatHint, d as MatPrefix, f as MatSuffix } from '../form-field.d-4c1ce1c5.js';
import '@angular/core';
import '@angular/cdk/overlay';
import '../index.d-d9743cc3.js';
import '../index.d-28cf58d5.js';
import '../common-module.d-421e3498.js';
import '@angular/cdk/bidi';
import '../ripple.d-a31a65af.js';
import '@angular/cdk/platform';
import '../pseudo-checkbox-module.d-1683beb3.js';
import '@angular/cdk/a11y';
import '@angular/cdk/collections';
import '@angular/cdk/scrolling';
import '@angular/forms';
import 'rxjs';
import '../error-options.d-059d9639.js';
import '../form-field-control.d-9ed49092.js';
import '@angular/cdk/observers';
import '@angular/cdk/coercion';
import '../palette.d-1d8ebc0d.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 };