UNPKG

@angular/material

Version:
1,298 lines (1,275 loc) 85.2 kB
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/cdk/bidi'), require('@angular/cdk/coercion'), require('rxjs/Subject'), require('@angular/platform-browser'), require('@angular/common'), require('@angular/cdk/platform'), require('@angular/cdk/keycodes')) : typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/cdk/bidi', '@angular/cdk/coercion', 'rxjs/Subject', '@angular/platform-browser', '@angular/common', '@angular/cdk/platform', '@angular/cdk/keycodes'], factory) : (factory((global.ng = global.ng || {}, global.ng.material = global.ng.material || {}, global.ng.material.core = global.ng.material.core || {}),global.ng.core,global.ng.cdk.bidi,global.ng.cdk.coercion,global.Rx,global.ng.platformBrowser,global.ng.common,global.ng.cdk.platform,global.ng.cdk.keycodes)); }(this, (function (exports,_angular_core,_angular_cdk_bidi,_angular_cdk_coercion,rxjs_Subject,_angular_platformBrowser,_angular_common,_angular_cdk_platform,_angular_cdk_keycodes) { 'use strict'; /*! ***************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT. See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ /* global Reflect, Promise */ var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; function __extends(d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); } /** * \@docs-private */ var AnimationCurves = (function () { function AnimationCurves() { } AnimationCurves.STANDARD_CURVE = 'cubic-bezier(0.4,0.0,0.2,1)'; AnimationCurves.DECELERATION_CURVE = 'cubic-bezier(0.0,0.0,0.2,1)'; AnimationCurves.ACCELERATION_CURVE = 'cubic-bezier(0.4,0.0,1,1)'; AnimationCurves.SHARP_CURVE = 'cubic-bezier(0.4,0.0,0.6,1)'; return AnimationCurves; }()); /** * \@docs-private */ var AnimationDurations = (function () { function AnimationDurations() { } AnimationDurations.COMPLEX = '375ms'; AnimationDurations.ENTERING = '225ms'; AnimationDurations.EXITING = '195ms'; return AnimationDurations; }()); var MATERIAL_COMPATIBILITY_MODE = new _angular_core.InjectionToken('md-compatibility-mode'); /** * Selector that matches all elements that may have style collisions with AngularJS Material. */ var MAT_ELEMENTS_SELECTOR = "\n [mat-button],\n [mat-fab],\n [mat-icon-button],\n [mat-mini-fab],\n [mat-raised-button],\n [matCardSubtitle],\n [matCardTitle],\n [matCellDef],\n [matColumnDef],\n [matDialogActions],\n [matDialogClose],\n [matDialogContent],\n [matDialogTitle],\n [matHeaderCellDef],\n [matHeaderRowDef],\n [matLine],\n [matRowDef],\n [matStepLabel],\n [matStepperNext],\n [matStepperPrevious],\n [matTabLabel],\n [matTabLink],\n [matTabNav],\n [matTooltip],\n [matInput],\n [matPrefix],\n [matSuffix],\n mat-autocomplete,\n mat-button-toggle,\n mat-button-toggle,\n mat-button-toggle-group,\n mat-card,\n mat-card-actions,\n mat-card-content,\n mat-card-footer,\n mat-card-header,\n mat-card-subtitle,\n mat-card-title,\n mat-card-title-group,\n mat-cell,\n mat-checkbox,\n mat-chip,\n mat-dialog-actions,\n mat-dialog-container,\n mat-dialog-content,\n mat-divider,\n mat-error,\n mat-grid-list,\n mat-grid-tile,\n mat-grid-tile-footer,\n mat-grid-tile-header,\n mat-header-cell,\n mat-header-row,\n mat-hint,\n mat-horizontal-stepper,\n mat-icon,\n mat-input-container,\n mat-form-field,\n mat-list,\n mat-list-item,\n mat-menu,\n mat-nav-list,\n mat-option,\n mat-placeholder,\n mat-progress-bar,\n mat-pseudo-checkbox,\n mat-radio-button,\n mat-radio-group,\n mat-row,\n mat-select,\n mat-sidenav,\n mat-sidenav-container,\n mat-slider,\n mat-spinner,\n mat-step,\n mat-tab,\n mat-table,\n mat-tab-group,\n mat-toolbar,\n mat-vertical-stepper"; /** * Selector that matches all elements that may have style collisions with AngularJS Material. */ var MD_ELEMENTS_SELECTOR = "\n [md-button],\n [md-fab],\n [md-icon-button],\n [md-mini-fab],\n [md-raised-button],\n [mdCardSubtitle],\n [mdCardTitle],\n [mdCellDef],\n [mdColumnDef],\n [mdDialogActions],\n [mdDialogClose],\n [mdDialogContent],\n [mdDialogTitle],\n [mdHeaderCellDef],\n [mdHeaderRowDef],\n [mdLine],\n [mdRowDef],\n [mdStepLabel],\n [mdStepperNext],\n [mdStepperPrevious],\n [mdTabLabel],\n [mdTabLink],\n [mdTabNav],\n [mdTooltip],\n [mdInput],\n [mdPrefix],\n [mdSuffix],\n md-autocomplete,\n md-button-toggle,\n md-button-toggle,\n md-button-toggle-group,\n md-card,\n md-card-actions,\n md-card-content,\n md-card-footer,\n md-card-header,\n md-card-subtitle,\n md-card-title,\n md-card-title-group,\n md-cell,\n md-checkbox,\n md-chip,\n md-dialog-actions,\n md-dialog-container,\n md-dialog-content,\n md-divider,\n md-error,\n md-grid-list,\n md-grid-tile,\n md-grid-tile-footer,\n md-grid-tile-header,\n md-header-cell,\n md-header-row,\n md-hint,\n md-horizontal-stepper,\n md-icon,\n md-input-container,\n md-form-field,\n md-list,\n md-list-item,\n md-menu,\n md-nav-list,\n md-option,\n md-placeholder,\n md-progress-bar,\n md-pseudo-checkbox,\n md-radio-button,\n md-radio-group,\n md-row,\n md-select,\n md-sidenav,\n md-sidenav-container,\n md-slider,\n md-spinner,\n md-step,\n md-tab,\n md-table,\n md-tab-group,\n md-toolbar,\n md-vertical-stepper"; /** * Directive that enforces that the `mat-` prefix cannot be used. */ var MatPrefixRejector = (function () { function MatPrefixRejector() { } MatPrefixRejector.decorators = [ { type: _angular_core.Directive, args: [{ selector: MAT_ELEMENTS_SELECTOR },] }, ]; /** * @nocollapse */ MatPrefixRejector.ctorParameters = function () { return []; }; return MatPrefixRejector; }()); /** * Directive that enforces that the `md-` prefix cannot be used. */ var MdPrefixRejector = (function () { function MdPrefixRejector() { } MdPrefixRejector.decorators = [ { type: _angular_core.Directive, args: [{ selector: MD_ELEMENTS_SELECTOR },] }, ]; /** * @nocollapse */ MdPrefixRejector.ctorParameters = function () { return []; }; return MdPrefixRejector; }()); /** * Module that enforces the default compatibility mode settings. When this module is loaded * without NoConflictStyleCompatibilityMode also being imported, it will throw an error if * there are any uses of the `mat-` prefix. */ var CompatibilityModule = (function () { function CompatibilityModule() { } CompatibilityModule.decorators = [ { type: _angular_core.NgModule, args: [{ declarations: [MatPrefixRejector, MdPrefixRejector], exports: [MatPrefixRejector, MdPrefixRejector], },] }, ]; /** * @nocollapse */ CompatibilityModule.ctorParameters = function () { return []; }; return CompatibilityModule; }()); /** * Module that enforces "no-conflict" compatibility mode settings. When this module is loaded, * it will throw an error if there are any uses of the `md-` prefix. */ var NoConflictStyleCompatibilityMode = (function () { function NoConflictStyleCompatibilityMode() { } NoConflictStyleCompatibilityMode.decorators = [ { type: _angular_core.NgModule }, ]; /** * @nocollapse */ NoConflictStyleCompatibilityMode.ctorParameters = function () { return []; }; return NoConflictStyleCompatibilityMode; }()); /** * Injection token that configures whether the Material sanity checks are enabled. */ var MATERIAL_SANITY_CHECKS = new _angular_core.InjectionToken('mat-sanity-checks'); /** * Module that captures anything that should be loaded and/or run for *all* Angular Material * components. This includes Bidi, compatibility mode, etc. * * This module should be imported to each top-level component module (e.g., MatTabsModule). */ var MatCommonModule = (function () { /** * @param {?} sanityChecksEnabled */ function MatCommonModule(sanityChecksEnabled) { /** * Whether we've done the global sanity checks (e.g. a theme is loaded, there is a doctype). */ this._hasDoneGlobalChecks = false; /** * Reference to the global `document` object. */ this._document = typeof document === 'object' && document ? document : null; if (sanityChecksEnabled && !this._hasDoneGlobalChecks && _angular_core.isDevMode()) { this._checkDoctype(); this._checkTheme(); this._hasDoneGlobalChecks = true; } } /** * @return {?} */ MatCommonModule.prototype._checkDoctype = function () { if (this._document && !this._document.doctype) { console.warn('Current document does not have a doctype. This may cause ' + 'some Angular Material components not to behave as expected.'); } }; /** * @return {?} */ MatCommonModule.prototype._checkTheme = function () { if (this._document && typeof getComputedStyle === 'function') { var /** @type {?} */ testElement = this._document.createElement('div'); testElement.classList.add('mat-theme-loaded-marker'); this._document.body.appendChild(testElement); var /** @type {?} */ computedStyle = getComputedStyle(testElement); // In some situations, the computed style of the test element can be null. For example in // Firefox, the computed style is null if an application is running inside of a hidden iframe. // See: https://bugzilla.mozilla.org/show_bug.cgi?id=548397 if (computedStyle && computedStyle.display !== 'none') { console.warn('Could not find Angular Material core theme. Most Material ' + 'components may not work as expected. For more info refer ' + 'to the theming guide: https://material.angular.io/guide/theming'); } this._document.body.removeChild(testElement); } }; MatCommonModule.decorators = [ { type: _angular_core.NgModule, args: [{ imports: [CompatibilityModule, _angular_cdk_bidi.BidiModule], exports: [CompatibilityModule, _angular_cdk_bidi.BidiModule], providers: [{ provide: MATERIAL_SANITY_CHECKS, useValue: true, }], },] }, ]; /** * @nocollapse */ MatCommonModule.ctorParameters = function () { return [ { type: undefined, decorators: [{ type: _angular_core.Optional }, { type: _angular_core.Inject, args: [MATERIAL_SANITY_CHECKS,] },] }, ]; }; return MatCommonModule; }()); /** * Mixin to augment a directive with a `disabled` property. * @template T * @param {?} base * @return {?} */ function mixinDisabled(base) { return (function (_super) { __extends(class_1, _super); /** * @param {...?} args */ function class_1() { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var _this = _super.apply(this, args) || this; _this._disabled = false; return _this; } Object.defineProperty(class_1.prototype, "disabled", { /** * @return {?} */ get: function () { return this._disabled; }, /** * @param {?} value * @return {?} */ set: function (value) { this._disabled = _angular_cdk_coercion.coerceBooleanProperty(value); }, enumerable: true, configurable: true }); return class_1; }(base)); } /** * Mixin to augment a directive with a `color` property. * @template T * @param {?} base * @param {?=} defaultColor * @return {?} */ function mixinColor(base, defaultColor) { return (function (_super) { __extends(class_1, _super); /** * @param {...?} args */ function class_1() { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var _this = _super.apply(this, args) || this; // Set the default color that can be specified from the mixin. _this.color = defaultColor; return _this; } Object.defineProperty(class_1.prototype, "color", { /** * @return {?} */ get: function () { return this._color; }, /** * @param {?} value * @return {?} */ set: function (value) { var /** @type {?} */ colorPalette = value || defaultColor; if (colorPalette !== this._color) { if (this._color) { this._renderer.removeClass(this._elementRef.nativeElement, "mat-" + this._color); } if (colorPalette) { this._renderer.addClass(this._elementRef.nativeElement, "mat-" + colorPalette); } this._color = colorPalette; } }, enumerable: true, configurable: true }); return class_1; }(base)); } /** * Mixin to augment a directive with a `disableRipple` property. * @template T * @param {?} base * @return {?} */ function mixinDisableRipple(base) { return (function (_super) { __extends(class_1, _super); /** * @param {...?} args */ function class_1() { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var _this = _super.apply(this, args) || this; _this._disableRipple = false; return _this; } Object.defineProperty(class_1.prototype, "disableRipple", { /** * Whether the ripple effect is disabled or not. * @return {?} */ get: function () { return this._disableRipple; }, /** * @param {?} value * @return {?} */ set: function (value) { this._disableRipple = _angular_cdk_coercion.coerceBooleanProperty(value); }, enumerable: true, configurable: true }); return class_1; }(base)); } /** * Mixin to augment a directive with a `tabIndex` property. * @template T * @param {?} base * @param {?=} defaultTabIndex * @return {?} */ function mixinTabIndex(base, defaultTabIndex) { if (defaultTabIndex === void 0) { defaultTabIndex = 0; } return (function (_super) { __extends(class_1, _super); /** * @param {...?} args */ function class_1() { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var _this = _super.apply(this, args) || this; _this._tabIndex = defaultTabIndex; return _this; } Object.defineProperty(class_1.prototype, "tabIndex", { /** * @return {?} */ get: function () { return this.disabled ? -1 : this._tabIndex; }, /** * @param {?} value * @return {?} */ set: function (value) { // If the specified tabIndex value is null or undefined, fall back to the default value. this._tabIndex = value != null ? value : defaultTabIndex; }, enumerable: true, configurable: true }); return class_1; }(base)); } /** * InjectionToken for datepicker that can be used to override default locale code. */ var MAT_DATE_LOCALE = new _angular_core.InjectionToken('MAT_DATE_LOCALE'); /** * Provider for MAT_DATE_LOCALE injection token. */ var MAT_DATE_LOCALE_PROVIDER = { provide: MAT_DATE_LOCALE, useExisting: _angular_core.LOCALE_ID }; /** * Adapts type `D` to be usable as a date by cdk-based components that work with dates. * @abstract */ var DateAdapter = (function () { function DateAdapter() { this._localeChanges = new rxjs_Subject.Subject(); } Object.defineProperty(DateAdapter.prototype, "localeChanges", { /** * A stream that emits when the locale changes. * @return {?} */ get: function () { return this._localeChanges; }, enumerable: true, configurable: true }); /** * Gets the year component of the given date. * @abstract * @param {?} date The date to extract the year from. * @return {?} The year component. */ DateAdapter.prototype.getYear = function (date) { }; /** * Gets the month component of the given date. * @abstract * @param {?} date The date to extract the month from. * @return {?} The month component (0-indexed, 0 = January). */ DateAdapter.prototype.getMonth = function (date) { }; /** * Gets the date of the month component of the given date. * @abstract * @param {?} date The date to extract the date of the month from. * @return {?} The month component (1-indexed, 1 = first of month). */ DateAdapter.prototype.getDate = function (date) { }; /** * Gets the day of the week component of the given date. * @abstract * @param {?} date The date to extract the day of the week from. * @return {?} The month component (0-indexed, 0 = Sunday). */ DateAdapter.prototype.getDayOfWeek = function (date) { }; /** * Gets a list of names for the months. * @abstract * @param {?} style The naming style (e.g. long = 'January', short = 'Jan', narrow = 'J'). * @return {?} An ordered list of all month names, starting with January. */ DateAdapter.prototype.getMonthNames = function (style) { }; /** * Gets a list of names for the dates of the month. * @abstract * @return {?} An ordered list of all date of the month names, starting with '1'. */ DateAdapter.prototype.getDateNames = function () { }; /** * Gets a list of names for the days of the week. * @abstract * @param {?} style The naming style (e.g. long = 'Sunday', short = 'Sun', narrow = 'S'). * @return {?} An ordered list of all weekday names, starting with Sunday. */ DateAdapter.prototype.getDayOfWeekNames = function (style) { }; /** * Gets the name for the year of the given date. * @abstract * @param {?} date The date to get the year name for. * @return {?} The name of the given year (e.g. '2017'). */ DateAdapter.prototype.getYearName = function (date) { }; /** * Gets the first day of the week. * @abstract * @return {?} The first day of the week (0-indexed, 0 = Sunday). */ DateAdapter.prototype.getFirstDayOfWeek = function () { }; /** * Gets the number of days in the month of the given date. * @abstract * @param {?} date The date whose month should be checked. * @return {?} The number of days in the month of the given date. */ DateAdapter.prototype.getNumDaysInMonth = function (date) { }; /** * Clones the given date. * @abstract * @param {?} date The date to clone * @return {?} A new date equal to the given date. */ DateAdapter.prototype.clone = function (date) { }; /** * Creates a date with the given year, month, and date. Does not allow over/under-flow of the * month and date. * @abstract * @param {?} year The full year of the date. (e.g. 89 means the year 89, not the year 1989). * @param {?} month The month of the date (0-indexed, 0 = January). Must be an integer 0 - 11. * @param {?} date The date of month of the date. Must be an integer 1 - length of the given month. * @return {?} The new date, or null if invalid. */ DateAdapter.prototype.createDate = function (year, month, date) { }; /** * Gets today's date. * @abstract * @return {?} Today's date. */ DateAdapter.prototype.today = function () { }; /** * Parses a date from a value. * @abstract * @param {?} value The value to parse. * @param {?} parseFormat The expected format of the value being parsed * (type is implementation-dependent). * @return {?} The parsed date. */ DateAdapter.prototype.parse = function (value, parseFormat) { }; /** * Formats a date as a string. * @abstract * @param {?} date The value to format. * @param {?} displayFormat The format to use to display the date as a string. * @return {?} The formatted date string. */ DateAdapter.prototype.format = function (date, displayFormat) { }; /** * Adds the given number of years to the date. Years are counted as if flipping 12 pages on the * calendar for each year and then finding the closest date in the new month. For example when * adding 1 year to Feb 29, 2016, the resulting date will be Feb 28, 2017. * @abstract * @param {?} date The date to add years to. * @param {?} years The number of years to add (may be negative). * @return {?} A new date equal to the given one with the specified number of years added. */ DateAdapter.prototype.addCalendarYears = function (date, years) { }; /** * Adds the given number of months to the date. Months are counted as if flipping a page on the * calendar for each month and then finding the closest date in the new month. For example when * adding 1 month to Jan 31, 2017, the resulting date will be Feb 28, 2017. * @abstract * @param {?} date The date to add months to. * @param {?} months The number of months to add (may be negative). * @return {?} A new date equal to the given one with the specified number of months added. */ DateAdapter.prototype.addCalendarMonths = function (date, months) { }; /** * Adds the given number of days to the date. Days are counted as if moving one cell on the * calendar for each day. * @abstract * @param {?} date The date to add days to. * @param {?} days The number of days to add (may be negative). * @return {?} A new date equal to the given one with the specified number of days added. */ DateAdapter.prototype.addCalendarDays = function (date, days) { }; /** * Gets the RFC 3339 compatible string (https://tools.ietf.org/html/rfc3339) for the given date. * @abstract * @param {?} date The date to get the ISO date string for. * @return {?} The ISO date string date string. */ DateAdapter.prototype.toIso8601 = function (date) { }; /** * Creates a date from an RFC 3339 compatible string (https://tools.ietf.org/html/rfc3339). * @abstract * @param {?} iso8601String The ISO date string to create a date from * @return {?} The date created from the ISO date string. */ DateAdapter.prototype.fromIso8601 = function (iso8601String) { }; /** * Checks whether the given object is considered a date instance by this DateAdapter. * @abstract * @param {?} obj The object to check * @return {?} Whether the object is a date instance. */ DateAdapter.prototype.isDateInstance = function (obj) { }; /** * Checks whether the given date is valid. * @abstract * @param {?} date The date to check. * @return {?} Whether the date is valid. */ DateAdapter.prototype.isValid = function (date) { }; /** * Sets the locale used for all dates. * @param {?} locale The new locale. * @return {?} */ DateAdapter.prototype.setLocale = function (locale) { this.locale = locale; this._localeChanges.next(); }; /** * Compares two dates. * @param {?} first The first date to compare. * @param {?} second The second date to compare. * @return {?} 0 if the dates are equal, a number less than 0 if the first date is earlier, * a number greater than 0 if the first date is later. */ DateAdapter.prototype.compareDate = function (first, second) { return this.getYear(first) - this.getYear(second) || this.getMonth(first) - this.getMonth(second) || this.getDate(first) - this.getDate(second); }; /** * Checks if two dates are equal. * @param {?} first The first date to check. * @param {?} second The second date to check. * Null dates are considered equal to other null dates. * @return {?} */ DateAdapter.prototype.sameDate = function (first, second) { return first && second ? !this.compareDate(first, second) : first == second; }; /** * Clamp the given date between min and max dates. * @param {?} date The date to clamp. * @param {?=} min The minimum value to allow. If null or omitted no min is enforced. * @param {?=} max The maximum value to allow. If null or omitted no max is enforced. * @return {?} `min` if `date` is less than `min`, `max` if date is greater than `max`, * otherwise `date`. */ DateAdapter.prototype.clampDate = function (date, min, max) { if (min && this.compareDate(date, min) < 0) { return min; } if (max && this.compareDate(date, max) > 0) { return max; } return date; }; return DateAdapter; }()); /** * Extends an object with the *enumerable* and *own* properties of one or more source objects, * similar to Object.assign. * * @param {?} dest The object which will have properties copied to it. * @param {...?} sources The source objects from which properties will be copied. * @return {?} */ function extendObject(dest) { var sources = []; for (var _i = 1; _i < arguments.length; _i++) { sources[_i - 1] = arguments[_i]; } if (dest == null) { throw TypeError('Cannot convert undefined or null to object'); } for (var _a = 0, sources_1 = sources; _a < sources_1.length; _a++) { var source = sources_1[_a]; if (source != null) { for (var /** @type {?} */ key in source) { if (source.hasOwnProperty(key)) { dest[key] = source[key]; } } } } return dest; } /** * Whether the browser supports the Intl API. */ var SUPPORTS_INTL_API = typeof Intl != 'undefined'; /** * The default month names to use if Intl API is not available. */ var DEFAULT_MONTH_NAMES = { 'long': [ 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December' ], 'short': ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], 'narrow': ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'] }; /** * The default date names to use if Intl API is not available. */ var DEFAULT_DATE_NAMES = range(31, function (i) { return String(i + 1); }); /** * The default day of the week names to use if Intl API is not available. */ var DEFAULT_DAY_OF_WEEK_NAMES = { 'long': ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], 'short': ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], 'narrow': ['S', 'M', 'T', 'W', 'T', 'F', 'S'] }; /** * Matches strings that have the form of a valid RFC 3339 string * (https://tools.ietf.org/html/rfc3339). Note that the string may not actually be a valid date * because the regex will match strings an with out of bounds month, date, etc. */ var ISO_8601_REGEX = /^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/; /** * Creates an array and fills it with values. * @template T * @param {?} length * @param {?} valueFunction * @return {?} */ function range(length, valueFunction) { var /** @type {?} */ valuesArray = Array(length); for (var /** @type {?} */ i = 0; i < length; i++) { valuesArray[i] = valueFunction(i); } return valuesArray; } /** * Adapts the native JS Date for use with cdk-based components that work with dates. */ var NativeDateAdapter = (function (_super) { __extends(NativeDateAdapter, _super); /** * @param {?} matDateLocale */ function NativeDateAdapter(matDateLocale) { var _this = _super.call(this) || this; /** * Whether to use `timeZone: 'utc'` with `Intl.DateTimeFormat` when formatting dates. * Without this `Intl.DateTimeFormat` sometimes chooses the wrong timeZone, which can throw off * the result. (e.g. in the en-US locale `new Date(1800, 7, 14).toLocaleDateString()` * will produce `'8/13/1800'`. */ _this.useUtcForDisplay = true; _super.prototype.setLocale.call(_this, matDateLocale); return _this; } /** * @param {?} date * @return {?} */ NativeDateAdapter.prototype.getYear = function (date) { return date.getFullYear(); }; /** * @param {?} date * @return {?} */ NativeDateAdapter.prototype.getMonth = function (date) { return date.getMonth(); }; /** * @param {?} date * @return {?} */ NativeDateAdapter.prototype.getDate = function (date) { return date.getDate(); }; /** * @param {?} date * @return {?} */ NativeDateAdapter.prototype.getDayOfWeek = function (date) { return date.getDay(); }; /** * @param {?} style * @return {?} */ NativeDateAdapter.prototype.getMonthNames = function (style) { var _this = this; if (SUPPORTS_INTL_API) { var /** @type {?} */ dtf_1 = new Intl.DateTimeFormat(this.locale, { month: style }); return range(12, function (i) { return _this._stripDirectionalityCharacters(dtf_1.format(new Date(2017, i, 1))); }); } return DEFAULT_MONTH_NAMES[style]; }; /** * @return {?} */ NativeDateAdapter.prototype.getDateNames = function () { var _this = this; if (SUPPORTS_INTL_API) { var /** @type {?} */ dtf_2 = new Intl.DateTimeFormat(this.locale, { day: 'numeric' }); return range(31, function (i) { return _this._stripDirectionalityCharacters(dtf_2.format(new Date(2017, 0, i + 1))); }); } return DEFAULT_DATE_NAMES; }; /** * @param {?} style * @return {?} */ NativeDateAdapter.prototype.getDayOfWeekNames = function (style) { var _this = this; if (SUPPORTS_INTL_API) { var /** @type {?} */ dtf_3 = new Intl.DateTimeFormat(this.locale, { weekday: style }); return range(7, function (i) { return _this._stripDirectionalityCharacters(dtf_3.format(new Date(2017, 0, i + 1))); }); } return DEFAULT_DAY_OF_WEEK_NAMES[style]; }; /** * @param {?} date * @return {?} */ NativeDateAdapter.prototype.getYearName = function (date) { if (SUPPORTS_INTL_API) { var /** @type {?} */ dtf = new Intl.DateTimeFormat(this.locale, { year: 'numeric' }); return this._stripDirectionalityCharacters(dtf.format(date)); } return String(this.getYear(date)); }; /** * @return {?} */ NativeDateAdapter.prototype.getFirstDayOfWeek = function () { // We can't tell using native JS Date what the first day of the week is, we default to Sunday. return 0; }; /** * @param {?} date * @return {?} */ NativeDateAdapter.prototype.getNumDaysInMonth = function (date) { return this.getDate(this._createDateWithOverflow(this.getYear(date), this.getMonth(date) + 1, 0)); }; /** * @param {?} date * @return {?} */ NativeDateAdapter.prototype.clone = function (date) { return this.createDate(this.getYear(date), this.getMonth(date), this.getDate(date)); }; /** * @param {?} year * @param {?} month * @param {?} date * @return {?} */ NativeDateAdapter.prototype.createDate = function (year, month, date) { // Check for invalid month and date (except upper bound on date which we have to check after // creating the Date). if (month < 0 || month > 11) { throw Error("Invalid month index \"" + month + "\". Month index has to be between 0 and 11."); } if (date < 1) { throw Error("Invalid date \"" + date + "\". Date has to be greater than 0."); } var /** @type {?} */ result = this._createDateWithOverflow(year, month, date); // Check that the date wasn't above the upper bound for the month, causing the month to overflow if (result.getMonth() != month) { throw Error("Invalid date \"" + date + "\" for month with index \"" + month + "\"."); } return result; }; /** * @return {?} */ NativeDateAdapter.prototype.today = function () { return new Date(); }; /** * @param {?} value * @return {?} */ NativeDateAdapter.prototype.parse = function (value) { // We have no way using the native JS Date to set the parse format or locale, so we ignore these // parameters. if (typeof value == 'number') { return new Date(value); } return value ? new Date(Date.parse(value)) : null; }; /** * @param {?} date * @param {?} displayFormat * @return {?} */ NativeDateAdapter.prototype.format = function (date, displayFormat) { if (!this.isValid(date)) { throw Error('NativeDateAdapter: Cannot format invalid date.'); } if (SUPPORTS_INTL_API) { if (this.useUtcForDisplay) { date = new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate(), date.getHours(), date.getMinutes(), date.getSeconds(), date.getMilliseconds())); displayFormat = extendObject({}, displayFormat, { timeZone: 'utc' }); } var /** @type {?} */ dtf = new Intl.DateTimeFormat(this.locale, displayFormat); return this._stripDirectionalityCharacters(dtf.format(date)); } return this._stripDirectionalityCharacters(date.toDateString()); }; /** * @param {?} date * @param {?} years * @return {?} */ NativeDateAdapter.prototype.addCalendarYears = function (date, years) { return this.addCalendarMonths(date, years * 12); }; /** * @param {?} date * @param {?} months * @return {?} */ NativeDateAdapter.prototype.addCalendarMonths = function (date, months) { var /** @type {?} */ newDate = this._createDateWithOverflow(this.getYear(date), this.getMonth(date) + months, this.getDate(date)); // It's possible to wind up in the wrong month if the original month has more days than the new // month. In this case we want to go to the last day of the desired month. // Note: the additional + 12 % 12 ensures we end up with a positive number, since JS % doesn't // guarantee this. if (this.getMonth(newDate) != ((this.getMonth(date) + months) % 12 + 12) % 12) { newDate = this._createDateWithOverflow(this.getYear(newDate), this.getMonth(newDate), 0); } return newDate; }; /** * @param {?} date * @param {?} days * @return {?} */ NativeDateAdapter.prototype.addCalendarDays = function (date, days) { return this._createDateWithOverflow(this.getYear(date), this.getMonth(date), this.getDate(date) + days); }; /** * @param {?} date * @return {?} */ NativeDateAdapter.prototype.toIso8601 = function (date) { return [ date.getUTCFullYear(), this._2digit(date.getUTCMonth() + 1), this._2digit(date.getUTCDate()) ].join('-'); }; /** * @param {?} iso8601String * @return {?} */ NativeDateAdapter.prototype.fromIso8601 = function (iso8601String) { // The `Date` constructor accepts formats other than ISO 8601, so we need to make sure the // string is the right format first. if (ISO_8601_REGEX.test(iso8601String)) { var /** @type {?} */ d = new Date(iso8601String); if (this.isValid(d)) { return d; } } return null; }; /** * @param {?} obj * @return {?} */ NativeDateAdapter.prototype.isDateInstance = function (obj) { return obj instanceof Date; }; /** * @param {?} date * @return {?} */ NativeDateAdapter.prototype.isValid = function (date) { return !isNaN(date.getTime()); }; /** * Creates a date but allows the month and date to overflow. * @param {?} year * @param {?} month * @param {?} date * @return {?} */ NativeDateAdapter.prototype._createDateWithOverflow = function (year, month, date) { var /** @type {?} */ result = new Date(year, month, date); // We need to correct for the fact that JS native Date treats years in range [0, 99] as // abbreviations for 19xx. if (year >= 0 && year < 100) { result.setFullYear(this.getYear(result) - 1900); } return result; }; /** * Pads a number to make it two digits. * @param {?} n The number to pad. * @return {?} The padded number. */ NativeDateAdapter.prototype._2digit = function (n) { return ('00' + n).slice(-2); }; /** * Strip out unicode LTR and RTL characters. Edge and IE insert these into formatted dates while * other browsers do not. We remove them to make output consistent and because they interfere with * date parsing. * @param {?} str The string to strip direction characters from. * @return {?} The stripped string. */ NativeDateAdapter.prototype._stripDirectionalityCharacters = function (str) { return str.replace(/[\u200e\u200f]/g, ''); }; NativeDateAdapter.decorators = [ { type: _angular_core.Injectable }, ]; /** * @nocollapse */ NativeDateAdapter.ctorParameters = function () { return [ { type: undefined, decorators: [{ type: _angular_core.Optional }, { type: _angular_core.Inject, args: [MAT_DATE_LOCALE,] },] }, ]; }; return NativeDateAdapter; }(DateAdapter)); var MAT_DATE_FORMATS = new _angular_core.InjectionToken('mat-date-formats'); var MAT_NATIVE_DATE_FORMATS = { parse: { dateInput: null, }, display: { dateInput: { year: 'numeric', month: 'numeric', day: 'numeric' }, monthYearLabel: { year: 'numeric', month: 'short' }, dateA11yLabel: { year: 'numeric', month: 'long', day: 'numeric' }, monthYearA11yLabel: { year: 'numeric', month: 'long' }, } }; var NativeDateModule = (function () { function NativeDateModule() { } NativeDateModule.decorators = [ { type: _angular_core.NgModule, args: [{ providers: [ { provide: DateAdapter, useClass: NativeDateAdapter }, MAT_DATE_LOCALE_PROVIDER ], },] }, ]; /** * @nocollapse */ NativeDateModule.ctorParameters = function () { return []; }; return NativeDateModule; }()); var MatNativeDateModule = (function () { function MatNativeDateModule() { } MatNativeDateModule.decorators = [ { type: _angular_core.NgModule, args: [{ imports: [NativeDateModule], providers: [{ provide: MAT_DATE_FORMATS, useValue: MAT_NATIVE_DATE_FORMATS }], },] }, ]; /** * @nocollapse */ MatNativeDateModule.ctorParameters = function () { return []; }; return MatNativeDateModule; }()); /** * Error state matcher that matches when a control is invalid and dirty. */ var ShowOnDirtyErrorStateMatcher = (function () { function ShowOnDirtyErrorStateMatcher() { } /** * @param {?} control * @param {?} form * @return {?} */ ShowOnDirtyErrorStateMatcher.prototype.isErrorState = function (control, form) { return !!(control && control.invalid && (control.dirty || (form && form.submitted))); }; ShowOnDirtyErrorStateMatcher.decorators = [ { type: _angular_core.Injectable }, ]; /** * @nocollapse */ ShowOnDirtyErrorStateMatcher.ctorParameters = function () { return []; }; return ShowOnDirtyErrorStateMatcher; }()); /** * Provider that defines how form controls behave with regards to displaying error messages. */ var ErrorStateMatcher = (function () { function ErrorStateMatcher() { } /** * @param {?} control * @param {?} form * @return {?} */ ErrorStateMatcher.prototype.isErrorState = function (control, form) { return !!(control && control.invalid && (control.touched || (form && form.submitted))); }; ErrorStateMatcher.decorators = [ { type: _angular_core.Injectable }, ]; /** * @nocollapse */ ErrorStateMatcher.ctorParameters = function () { return []; }; return ErrorStateMatcher; }()); var GestureConfig = (function (_super) { __extends(GestureConfig, _super); function GestureConfig() { var _this = _super.call(this) || this; _this._hammer = typeof window !== 'undefined' ? ((window)).Hammer : null; /* List of new event names to add to the gesture support list */ _this.events = _this._hammer ? [ 'longpress', 'slide', 'slidestart', 'slideend', 'slideright', 'slideleft' ] : []; if (!_this._hammer && _angular_core.isDevMode()) { console.warn('Could not find HammerJS. Certain Angular Material ' + 'components may not work correctly.'); } return _this; } /** * Builds Hammer instance manually to add custom recognizers that match the Material Design spec. * * Our gesture names come from the Material Design gestures spec: * https://www.google.com/design/spec/patterns/gestures.html#gestures-touch-mechanics * * More information on default recognizers can be found in Hammer docs: * http://hammerjs.github.io/recognizer-pan/ * http://hammerjs.github.io/recognizer-press/ * * @param {?} element Element to which to assign the new HammerJS gestures. * @return {?} Newly-created HammerJS instance. */ GestureConfig.prototype.buildHammer = function (element) { var /** @type {?} */ mc = new this._hammer(element); // Default Hammer Recognizers. var /** @type {?} */ pan = new this._hammer.Pan(); var /** @type {?} */ swipe = new this._hammer.Swipe(); var /** @type {?} */ press = new this._hammer.Press(); // Notice that a HammerJS recognizer can only depend on one other recognizer once. // Otherwise the previous `recognizeWith` will be dropped. // TODO: Confirm threshold numbers with Material Design UX Team var /** @type {?} */ slide = this._createRecognizer(pan, { event: 'slide', threshold: 0 }, swipe); var /** @type {?} */ longpress = this._createRecognizer(press, { event: 'longpress', time: 500 }); // Overwrite the default `pan` event to use the swipe event. pan.recognizeWith(swipe); // Add customized gestures to Hammer manager mc.add([swipe, press, pan, slide, longpress]); return (mc); }; /** * Creates a new recognizer, without affecting the default recognizers of HammerJS * @param {?} base * @param {?} options * @param {...?} inheritances * @return {?} */ GestureConfig.prototype._createRecognizer = function (base, options) { var inheritances = []; for (var _i = 2; _i < arguments.length; _i++) { inheritances[_i - 2] = arguments[_i]; } var /** @type {?} */ recognizer = new ((base.constructor))(options); inheritances.push(base); inheritances.forEach(function (item) { return recognizer.recognizeWith(item); }); return recognizer; }; GestureConfig.decorators = [ { type: _angular_core.Injectable }, ]; /** * @nocollapse */ GestureConfig.ctorParameters = function () { return []; }; return GestureConfig; }(_angular_platformBrowser.HammerGestureConfig)); /** * Shared directive to count lines inside a text area, such as a list item. * Line elements can be extracted with a \@ContentChildren(MatLine) query, then * counted by checking the query list's length. */ var MatLine = (function () { function MatLine() { } MatLine.decorators = [ { type: _angular_core.Directive, args: [{ selector: '[mat-line], [matLine]', host: { 'class': 'mat-line' } },] }, ]; /** * @nocollapse */ MatLine.ctorParameters = function () { return []; }; return MatLine; }()); /** * Helper that takes a query list of lines and sets the correct class on the host. * \@docs-private */ var MatLineSetter = (function () { /** * @param {?} _lines * @param {?} _renderer * @param {?} _element */ function MatLineSetter(_lines, _renderer, _element) { var _this = this; this._lines = _lines; this._renderer = _renderer; this._element = _element; this._setLineClass(this._lines.length); this._lines.changes.subscribe(function () { _this._setLineClass(_this._lines.length); }); } /** * @param {?} count * @return {?} */ MatLineSetter.prototype._setLineClass = function (count) { this._resetClasses(); if (count === 2 || count === 3) { this._setClass("mat-" + count + "-line", true); } else if (count > 3) { this._setClass("mat-multi-line", true); } }; /** * @return {?} */ MatLineSetter.prototype._resetClasses = function () { this._setClass('mat-2-line', false); this._setClass('mat-3-line', false); this._setClass('mat-multi-line', false); }; /** * @param {?} className * @param {?} isAdd * @return {?} */ MatLineSetter.prototype._setClass = function (className, isAdd) { if (isAdd) { this._renderer.addClass(this._element.nativeElement, className); } else { this._renderer.removeClass(this._element.nativeElement, className); } }; return MatLineSetter; }()); var MatLineModule = (function () { function MatLineModule() { } MatLineModule.decorators = [ { type: _angular_core.NgModule, args: [{ imports: [MatCommonModule], exports: [MatLine, MatCommonModule], declarations: [MatLine], },] }, ]; /** * @nocollapse */ MatLineModule.ctorParameters = function () { return []; }; return MatLineModule; }()); var RippleState = {}; RippleState.FADING_IN = 0; RippleState.VISIBLE = 1; RippleState.FADING_OUT = 2; RippleState.HIDDEN = 3; RippleState[RippleState.FADING_IN] = "FADING_IN"; RippleState[RippleState.VISIBLE] = "VISIBLE"; RippleState[RippleState.FADING_OUT] = "FADING_OUT"; RippleState[RippleState.HIDDEN] = "HIDDEN"; /** * Reference to a previously launched ripple element. */ var RippleRef = (function () { /** * @param {?} _renderer * @param {?} element * @param {?} config */ function RippleRef(_renderer, element, config) { this._renderer = _renderer; this.element = element; this.config = config; /** * Current state of the ripple reference. */ this.state = RippleState.HIDDEN; } /** * Fades out the ripple element. * @return {?} */ RippleRef.prototype.fadeOut = function () { this._renderer.fadeOutRipple(this); }; return RippleRef; }()); /** * Fade-in