@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-ba05faa6.js';
export { a as MatOptgroup, M as MatOption } from '../option.d-6f493d78.js';
export { M as MatLabel } from '../module.d-c17c834e.js';
export { a as MatError, k as MatFormField, b as MatHint, d as MatPrefix, f as MatSuffix } from '../form-field.d-2edbc094.js';
import '@angular/core';
import '@angular/cdk/overlay';
import '../index.d-37e31cd3.js';
import '../index.d-0536b706.js';
import '../common-module.d-0e6515ae.js';
import '@angular/cdk/bidi';
import '../ripple.d-2fb57d04.js';
import '@angular/cdk/platform';
import '../pseudo-checkbox-module.d-3abc0461.js';
import '@angular/cdk/a11y';
import '@angular/cdk/collections';
import '@angular/cdk/scrolling';
import '@angular/forms';
import 'rxjs';
import '../error-options.d-448d9046.js';
import '../form-field-control.d-eb86711c.js';
import '@angular/cdk/observers';
import '@angular/cdk/coercion';
import '../palette.d-ec4a617c.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 };