You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
960 lines
48 KiB
960 lines
48 KiB
(function (global, factory) {
|
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('@angular/core'),require('@angular/cdk/platform'),require('@angular/forms'),require('@angular/material/core'),require('@angular/cdk/text-field'),require('@angular/material/form-field'),exports, require('@angular/cdk/text-field'), require('@angular/core'), require('@angular/cdk/coercion'), require('@angular/cdk/platform'), require('@angular/forms'), require('@angular/material/core'), require('@angular/material/form-field'), require('rxjs')) :
|
|
typeof define === 'function' && define.amd ? define('@angular/material/input', ['@angular/core','@angular/cdk/platform','@angular/forms','@angular/material/core','@angular/cdk/text-field','@angular/material/form-field','exports', '@angular/cdk/text-field', '@angular/core', '@angular/cdk/coercion', '@angular/cdk/platform', '@angular/forms', '@angular/material/core', '@angular/material/form-field', 'rxjs'], factory) :
|
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ng.core,global.ng.cdk.platform,global.ng.forms,global.ng.material.core,global.ng.cdk.textField,global.ng.material.formField,(global.ng = global.ng || {}, global.ng.material = global.ng.material || {}, global.ng.material.input = {}), global.ng.cdk.textField, global.ng.core, global.ng.cdk.coercion, global.ng.cdk.platform, global.ng.forms, global.ng.material.core, global.ng.material.formField, global.rxjs));
|
|
}(this, (function (ɵngcc0,ɵngcc1,ɵngcc2,ɵngcc3,ɵngcc4,ɵngcc5,exports, textField, core, coercion, platform, forms, core$1, formField, rxjs) { 'use strict';
|
|
|
|
/*! *****************************************************************************
|
|
Copyright (c) Microsoft Corporation.
|
|
|
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
purpose with or without fee is hereby granted.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
PERFORMANCE OF THIS SOFTWARE.
|
|
***************************************************************************** */
|
|
/* global Reflect, Promise */
|
|
var extendStatics = function (d, b) {
|
|
extendStatics = Object.setPrototypeOf ||
|
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
function (d, b) { for (var p in b)
|
|
if (Object.prototype.hasOwnProperty.call(b, p))
|
|
d[p] = b[p]; };
|
|
return extendStatics(d, b);
|
|
};
|
|
function __extends(d, b) {
|
|
if (typeof b !== "function" && b !== null)
|
|
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
extendStatics(d, b);
|
|
function __() { this.constructor = d; }
|
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
}
|
|
var __assign = function () {
|
|
__assign = Object.assign || function __assign(t) {
|
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
s = arguments[i];
|
|
for (var p in s)
|
|
if (Object.prototype.hasOwnProperty.call(s, p))
|
|
t[p] = s[p];
|
|
}
|
|
return t;
|
|
};
|
|
return __assign.apply(this, arguments);
|
|
};
|
|
function __rest(s, e) {
|
|
var t = {};
|
|
for (var p in s)
|
|
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
t[p] = s[p];
|
|
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
t[p[i]] = s[p[i]];
|
|
}
|
|
return t;
|
|
}
|
|
function __decorate(decorators, target, key, desc) {
|
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
else
|
|
for (var i = decorators.length - 1; i >= 0; i--)
|
|
if (d = decorators[i])
|
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
}
|
|
function __param(paramIndex, decorator) {
|
|
return function (target, key) { decorator(target, key, paramIndex); };
|
|
}
|
|
function __metadata(metadataKey, metadataValue) {
|
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
return Reflect.metadata(metadataKey, metadataValue);
|
|
}
|
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
function fulfilled(value) { try {
|
|
step(generator.next(value));
|
|
}
|
|
catch (e) {
|
|
reject(e);
|
|
} }
|
|
function rejected(value) { try {
|
|
step(generator["throw"](value));
|
|
}
|
|
catch (e) {
|
|
reject(e);
|
|
} }
|
|
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
});
|
|
}
|
|
function __generator(thisArg, body) {
|
|
var _ = { label: 0, sent: function () { if (t[0] & 1)
|
|
throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
|
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
function step(op) {
|
|
if (f)
|
|
throw new TypeError("Generator is already executing.");
|
|
while (_)
|
|
try {
|
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
|
|
return t;
|
|
if (y = 0, t)
|
|
op = [op[0] & 2, t.value];
|
|
switch (op[0]) {
|
|
case 0:
|
|
case 1:
|
|
t = op;
|
|
break;
|
|
case 4:
|
|
_.label++;
|
|
return { value: op[1], done: false };
|
|
case 5:
|
|
_.label++;
|
|
y = op[1];
|
|
op = [0];
|
|
continue;
|
|
case 7:
|
|
op = _.ops.pop();
|
|
_.trys.pop();
|
|
continue;
|
|
default:
|
|
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
_ = 0;
|
|
continue;
|
|
}
|
|
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
|
|
_.label = op[1];
|
|
break;
|
|
}
|
|
if (op[0] === 6 && _.label < t[1]) {
|
|
_.label = t[1];
|
|
t = op;
|
|
break;
|
|
}
|
|
if (t && _.label < t[2]) {
|
|
_.label = t[2];
|
|
_.ops.push(op);
|
|
break;
|
|
}
|
|
if (t[2])
|
|
_.ops.pop();
|
|
_.trys.pop();
|
|
continue;
|
|
}
|
|
op = body.call(thisArg, _);
|
|
}
|
|
catch (e) {
|
|
op = [6, e];
|
|
y = 0;
|
|
}
|
|
finally {
|
|
f = t = 0;
|
|
}
|
|
if (op[0] & 5)
|
|
throw op[1];
|
|
return { value: op[0] ? op[1] : void 0, done: true };
|
|
}
|
|
}
|
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
if (k2 === undefined)
|
|
k2 = k;
|
|
Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
|
|
}) : (function (o, m, k, k2) {
|
|
if (k2 === undefined)
|
|
k2 = k;
|
|
o[k2] = m[k];
|
|
});
|
|
function __exportStar(m, o) {
|
|
for (var p in m)
|
|
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
|
|
__createBinding(o, m, p);
|
|
}
|
|
function __values(o) {
|
|
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
if (m)
|
|
return m.call(o);
|
|
if (o && typeof o.length === "number")
|
|
return {
|
|
next: function () {
|
|
if (o && i >= o.length)
|
|
o = void 0;
|
|
return { value: o && o[i++], done: !o };
|
|
}
|
|
};
|
|
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
}
|
|
function __read(o, n) {
|
|
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
if (!m)
|
|
return o;
|
|
var i = m.call(o), r, ar = [], e;
|
|
try {
|
|
while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
|
|
ar.push(r.value);
|
|
}
|
|
catch (error) {
|
|
e = { error: error };
|
|
}
|
|
finally {
|
|
try {
|
|
if (r && !r.done && (m = i["return"]))
|
|
m.call(i);
|
|
}
|
|
finally {
|
|
if (e)
|
|
throw e.error;
|
|
}
|
|
}
|
|
return ar;
|
|
}
|
|
/** @deprecated */
|
|
function __spread() {
|
|
for (var ar = [], i = 0; i < arguments.length; i++)
|
|
ar = ar.concat(__read(arguments[i]));
|
|
return ar;
|
|
}
|
|
/** @deprecated */
|
|
function __spreadArrays() {
|
|
for (var s = 0, i = 0, il = arguments.length; i < il; i++)
|
|
s += arguments[i].length;
|
|
for (var r = Array(s), k = 0, i = 0; i < il; i++)
|
|
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
|
|
r[k] = a[j];
|
|
return r;
|
|
}
|
|
function __spreadArray(to, from, pack) {
|
|
if (pack || arguments.length === 2)
|
|
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
if (ar || !(i in from)) {
|
|
if (!ar)
|
|
ar = Array.prototype.slice.call(from, 0, i);
|
|
ar[i] = from[i];
|
|
}
|
|
}
|
|
return to.concat(ar || from);
|
|
}
|
|
function __await(v) {
|
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
}
|
|
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
if (!Symbol.asyncIterator)
|
|
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
function verb(n) { if (g[n])
|
|
i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
function resume(n, v) { try {
|
|
step(g[n](v));
|
|
}
|
|
catch (e) {
|
|
settle(q[0][3], e);
|
|
} }
|
|
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
function fulfill(value) { resume("next", value); }
|
|
function reject(value) { resume("throw", value); }
|
|
function settle(f, v) { if (f(v), q.shift(), q.length)
|
|
resume(q[0][0], q[0][1]); }
|
|
}
|
|
function __asyncDelegator(o) {
|
|
var i, p;
|
|
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
}
|
|
function __asyncValues(o) {
|
|
if (!Symbol.asyncIterator)
|
|
throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
var m = o[Symbol.asyncIterator], i;
|
|
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
|
|
}
|
|
function __makeTemplateObject(cooked, raw) {
|
|
if (Object.defineProperty) {
|
|
Object.defineProperty(cooked, "raw", { value: raw });
|
|
}
|
|
else {
|
|
cooked.raw = raw;
|
|
}
|
|
return cooked;
|
|
}
|
|
;
|
|
var __setModuleDefault = Object.create ? (function (o, v) {
|
|
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
}) : function (o, v) {
|
|
o["default"] = v;
|
|
};
|
|
function __importStar(mod) {
|
|
if (mod && mod.__esModule)
|
|
return mod;
|
|
var result = {};
|
|
if (mod != null)
|
|
for (var k in mod)
|
|
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
|
|
__createBinding(result, mod, k);
|
|
__setModuleDefault(result, mod);
|
|
return result;
|
|
}
|
|
function __importDefault(mod) {
|
|
return (mod && mod.__esModule) ? mod : { default: mod };
|
|
}
|
|
function __classPrivateFieldGet(receiver, state, kind, f) {
|
|
if (kind === "a" && !f)
|
|
throw new TypeError("Private accessor was defined without a getter");
|
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
}
|
|
function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
if (kind === "m")
|
|
throw new TypeError("Private method is not writable");
|
|
if (kind === "a" && !f)
|
|
throw new TypeError("Private accessor was defined without a setter");
|
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
|
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
}
|
|
|
|
/**
|
|
* Directive to automatically resize a textarea to fit its content.
|
|
* @deprecated Use `cdkTextareaAutosize` from `@angular/cdk/text-field` instead.
|
|
* @breaking-change 8.0.0
|
|
*/
|
|
var MatTextareaAutosize = /** @class */ (function (_super) {
|
|
__extends(MatTextareaAutosize, _super);
|
|
function MatTextareaAutosize() {
|
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
}
|
|
Object.defineProperty(MatTextareaAutosize.prototype, "matAutosizeMinRows", {
|
|
get: function () { return this.minRows; },
|
|
set: function (value) { this.minRows = value; },
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
Object.defineProperty(MatTextareaAutosize.prototype, "matAutosizeMaxRows", {
|
|
get: function () { return this.maxRows; },
|
|
set: function (value) { this.maxRows = value; },
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
Object.defineProperty(MatTextareaAutosize.prototype, "matAutosize", {
|
|
get: function () { return this.enabled; },
|
|
set: function (value) { this.enabled = value; },
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
Object.defineProperty(MatTextareaAutosize.prototype, "matTextareaAutosize", {
|
|
get: function () { return this.enabled; },
|
|
set: function (value) { this.enabled = value; },
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
MatTextareaAutosize.ɵfac = /*@__PURE__*/ function () { var ɵMatTextareaAutosize_BaseFactory; return function MatTextareaAutosize_Factory(t) { return (ɵMatTextareaAutosize_BaseFactory || (ɵMatTextareaAutosize_BaseFactory = ɵngcc0.ɵɵgetInheritedFactory(MatTextareaAutosize)))(t || MatTextareaAutosize); }; }();
|
|
MatTextareaAutosize.ɵdir = /*@__PURE__*/ ɵngcc0.ɵɵdefineDirective({ type: MatTextareaAutosize, selectors: [["textarea", "mat-autosize", ""], ["textarea", "matTextareaAutosize", ""]], hostAttrs: ["rows", "1", 1, "cdk-textarea-autosize", "mat-autosize"], inputs: { cdkAutosizeMinRows: "cdkAutosizeMinRows", cdkAutosizeMaxRows: "cdkAutosizeMaxRows", matAutosizeMinRows: "matAutosizeMinRows", matAutosizeMaxRows: "matAutosizeMaxRows", matAutosize: ["mat-autosize", "matAutosize"], matTextareaAutosize: "matTextareaAutosize" }, exportAs: ["matTextareaAutosize"], features: [ɵngcc0.ɵɵInheritDefinitionFeature] });
|
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(MatTextareaAutosize, [{
|
|
type: core.Directive,
|
|
args: [{
|
|
selector: 'textarea[mat-autosize], textarea[matTextareaAutosize]',
|
|
exportAs: 'matTextareaAutosize',
|
|
inputs: ['cdkAutosizeMinRows', 'cdkAutosizeMaxRows'],
|
|
host: {
|
|
'class': 'cdk-textarea-autosize mat-autosize',
|
|
// Textarea elements that have the directive applied should have a single row by default.
|
|
// Browsers normally show two rows by default and therefore this limits the minRows binding.
|
|
'rows': '1'
|
|
}
|
|
}]
|
|
}], null, { matAutosizeMinRows: [{
|
|
type: core.Input
|
|
}], matAutosizeMaxRows: [{
|
|
type: core.Input
|
|
}], matAutosize: [{
|
|
type: core.Input,
|
|
args: ['mat-autosize']
|
|
}], matTextareaAutosize: [{
|
|
type: core.Input
|
|
}] }); })();
|
|
return MatTextareaAutosize;
|
|
}(textField.CdkTextareaAutosize));
|
|
MatTextareaAutosize.propDecorators = {
|
|
matAutosizeMinRows: [{ type: core.Input }],
|
|
matAutosizeMaxRows: [{ type: core.Input }],
|
|
matAutosize: [{ type: core.Input, args: ['mat-autosize',] }],
|
|
matTextareaAutosize: [{ type: core.Input }]
|
|
};
|
|
|
|
/**
|
|
* @license
|
|
* Copyright Google LLC 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
|
|
*/
|
|
/** @docs-private */
|
|
function getMatInputUnsupportedTypeError(type) {
|
|
return Error("Input type \"" + type + "\" isn't supported by matInput.");
|
|
}
|
|
|
|
/**
|
|
* @license
|
|
* Copyright Google LLC 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
|
|
*/
|
|
/**
|
|
* This token is used to inject the object whose value should be set into `MatInput`. If none is
|
|
* provided, the native `HTMLInputElement` is used. Directives like `MatDatepickerInput` can provide
|
|
* themselves for this token, in order to make `MatInput` delegate the getting and setting of the
|
|
* value to them.
|
|
*/
|
|
var MAT_INPUT_VALUE_ACCESSOR = new core.InjectionToken('MAT_INPUT_VALUE_ACCESSOR');
|
|
|
|
// Invalid input type. Using one of these will throw an MatInputUnsupportedTypeError.
|
|
var MAT_INPUT_INVALID_TYPES = [
|
|
'button',
|
|
'checkbox',
|
|
'file',
|
|
'hidden',
|
|
'image',
|
|
'radio',
|
|
'range',
|
|
'reset',
|
|
'submit'
|
|
];
|
|
var nextUniqueId = 0;
|
|
// Boilerplate for applying mixins to MatInput.
|
|
/** @docs-private */
|
|
var _MatInputBase = core$1.mixinErrorState(/** @class */ (function () {
|
|
function class_1(_defaultErrorStateMatcher, _parentForm, _parentFormGroup,
|
|
/** @docs-private */
|
|
ngControl) {
|
|
this._defaultErrorStateMatcher = _defaultErrorStateMatcher;
|
|
this._parentForm = _parentForm;
|
|
this._parentFormGroup = _parentFormGroup;
|
|
this.ngControl = ngControl;
|
|
}
|
|
return class_1;
|
|
}()));
|
|
/** Directive that allows a native input to work inside a `MatFormField`. */
|
|
var MatInput = /** @class */ (function (_super) {
|
|
__extends(MatInput, _super);
|
|
function MatInput(_elementRef, _platform, ngControl, _parentForm, _parentFormGroup, _defaultErrorStateMatcher, inputValueAccessor, _autofillMonitor, ngZone,
|
|
// TODO: Remove this once the legacy appearance has been removed. We only need
|
|
// to inject the form-field for determining whether the placeholder has been promoted.
|
|
_formField) {
|
|
var _this = _super.call(this, _defaultErrorStateMatcher, _parentForm, _parentFormGroup, ngControl) || this;
|
|
_this._elementRef = _elementRef;
|
|
_this._platform = _platform;
|
|
_this._autofillMonitor = _autofillMonitor;
|
|
_this._formField = _formField;
|
|
_this._uid = "mat-input-" + nextUniqueId++;
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
_this.focused = false;
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
_this.stateChanges = new rxjs.Subject();
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
_this.controlType = 'mat-input';
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
_this.autofilled = false;
|
|
_this._disabled = false;
|
|
_this._required = false;
|
|
_this._type = 'text';
|
|
_this._readonly = false;
|
|
_this._neverEmptyInputTypes = [
|
|
'date',
|
|
'datetime',
|
|
'datetime-local',
|
|
'month',
|
|
'time',
|
|
'week'
|
|
].filter(function (t) { return platform.getSupportedInputTypes().has(t); });
|
|
var element = _this._elementRef.nativeElement;
|
|
var nodeName = element.nodeName.toLowerCase();
|
|
// If no input value accessor was explicitly specified, use the element as the input value
|
|
// accessor.
|
|
_this._inputValueAccessor = inputValueAccessor || element;
|
|
_this._previousNativeValue = _this.value;
|
|
// Force setter to be called in case id was not specified.
|
|
_this.id = _this.id;
|
|
// On some versions of iOS the caret gets stuck in the wrong place when holding down the delete
|
|
// key. In order to get around this we need to "jiggle" the caret loose. Since this bug only
|
|
// exists on iOS, we only bother to install the listener on iOS.
|
|
if (_platform.IOS) {
|
|
ngZone.runOutsideAngular(function () {
|
|
_elementRef.nativeElement.addEventListener('keyup', function (event) {
|
|
var el = event.target;
|
|
// Note: We specifically check for 0, rather than `!el.selectionStart`, because the two
|
|
// indicate different things. If the value is 0, it means that the caret is at the start
|
|
// of the input, whereas a value of `null` means that the input doesn't support
|
|
// manipulating the selection range. Inputs that don't support setting the selection range
|
|
// will throw an error so we want to avoid calling `setSelectionRange` on them. See:
|
|
// https://html.spec.whatwg.org/multipage/input.html#do-not-apply
|
|
if (!el.value && el.selectionStart === 0 && el.selectionEnd === 0) {
|
|
// Note: Just setting `0, 0` doesn't fix the issue. Setting
|
|
// `1, 1` fixes it for the first time that you type text and
|
|
// then hold delete. Toggling to `1, 1` and then back to
|
|
// `0, 0` seems to completely fix it.
|
|
el.setSelectionRange(1, 1);
|
|
el.setSelectionRange(0, 0);
|
|
}
|
|
});
|
|
});
|
|
}
|
|
_this._isServer = !_this._platform.isBrowser;
|
|
_this._isNativeSelect = nodeName === 'select';
|
|
_this._isTextarea = nodeName === 'textarea';
|
|
_this._isInFormField = !!_formField;
|
|
if (_this._isNativeSelect) {
|
|
_this.controlType = element.multiple ? 'mat-native-select-multiple' :
|
|
'mat-native-select';
|
|
}
|
|
return _this;
|
|
}
|
|
Object.defineProperty(MatInput.prototype, "disabled", {
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
get: function () {
|
|
if (this.ngControl && this.ngControl.disabled !== null) {
|
|
return this.ngControl.disabled;
|
|
}
|
|
return this._disabled;
|
|
},
|
|
set: function (value) {
|
|
this._disabled = coercion.coerceBooleanProperty(value);
|
|
// Browsers may not fire the blur event if the input is disabled too quickly.
|
|
// Reset from here to ensure that the element doesn't become stuck.
|
|
if (this.focused) {
|
|
this.focused = false;
|
|
this.stateChanges.next();
|
|
}
|
|
},
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
Object.defineProperty(MatInput.prototype, "id", {
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
get: function () { return this._id; },
|
|
set: function (value) { this._id = value || this._uid; },
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
Object.defineProperty(MatInput.prototype, "required", {
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
get: function () { return this._required; },
|
|
set: function (value) { this._required = coercion.coerceBooleanProperty(value); },
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
Object.defineProperty(MatInput.prototype, "type", {
|
|
/** Input type of the element. */
|
|
get: function () { return this._type; },
|
|
set: function (value) {
|
|
this._type = value || 'text';
|
|
this._validateType();
|
|
// When using Angular inputs, developers are no longer able to set the properties on the native
|
|
// input element. To ensure that bindings for `type` work, we need to sync the setter
|
|
// with the native property. Textarea elements don't support the type property or attribute.
|
|
if (!this._isTextarea && platform.getSupportedInputTypes().has(this._type)) {
|
|
this._elementRef.nativeElement.type = this._type;
|
|
}
|
|
},
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
Object.defineProperty(MatInput.prototype, "value", {
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
get: function () { return this._inputValueAccessor.value; },
|
|
set: function (value) {
|
|
if (value !== this.value) {
|
|
this._inputValueAccessor.value = value;
|
|
this.stateChanges.next();
|
|
}
|
|
},
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
Object.defineProperty(MatInput.prototype, "readonly", {
|
|
/** Whether the element is readonly. */
|
|
get: function () { return this._readonly; },
|
|
set: function (value) { this._readonly = coercion.coerceBooleanProperty(value); },
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
MatInput.prototype.ngAfterViewInit = function () {
|
|
var _this = this;
|
|
if (this._platform.isBrowser) {
|
|
this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(function (event) {
|
|
_this.autofilled = event.isAutofilled;
|
|
_this.stateChanges.next();
|
|
});
|
|
}
|
|
};
|
|
MatInput.prototype.ngOnChanges = function () {
|
|
this.stateChanges.next();
|
|
};
|
|
MatInput.prototype.ngOnDestroy = function () {
|
|
this.stateChanges.complete();
|
|
if (this._platform.isBrowser) {
|
|
this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement);
|
|
}
|
|
};
|
|
MatInput.prototype.ngDoCheck = function () {
|
|
if (this.ngControl) {
|
|
// We need to re-evaluate this on every change detection cycle, because there are some
|
|
// error triggers that we can't subscribe to (e.g. parent form submissions). This means
|
|
// that whatever logic is in here has to be super lean or we risk destroying the performance.
|
|
this.updateErrorState();
|
|
}
|
|
// We need to dirty-check the native element's value, because there are some cases where
|
|
// we won't be notified when it changes (e.g. the consumer isn't using forms or they're
|
|
// updating the value using `emitEvent: false`).
|
|
this._dirtyCheckNativeValue();
|
|
// We need to dirty-check and set the placeholder attribute ourselves, because whether it's
|
|
// present or not depends on a query which is prone to "changed after checked" errors.
|
|
this._dirtyCheckPlaceholder();
|
|
};
|
|
/** Focuses the input. */
|
|
MatInput.prototype.focus = function (options) {
|
|
this._elementRef.nativeElement.focus(options);
|
|
};
|
|
// We have to use a `HostListener` here in order to support both Ivy and ViewEngine.
|
|
// In Ivy the `host` bindings will be merged when this class is extended, whereas in
|
|
// ViewEngine they're overwritten.
|
|
// TODO(crisbeto): we move this back into `host` once Ivy is turned on by default.
|
|
/** Callback for the cases where the focused state of the input changes. */
|
|
// tslint:disable:no-host-decorator-in-concrete
|
|
// tslint:enable:no-host-decorator-in-concrete
|
|
MatInput.prototype._focusChanged = function (isFocused) {
|
|
if (isFocused !== this.focused) {
|
|
this.focused = isFocused;
|
|
this.stateChanges.next();
|
|
}
|
|
};
|
|
// We have to use a `HostListener` here in order to support both Ivy and ViewEngine.
|
|
// In Ivy the `host` bindings will be merged when this class is extended, whereas in
|
|
// ViewEngine they're overwritten.
|
|
// TODO(crisbeto): we move this back into `host` once Ivy is turned on by default.
|
|
// tslint:disable-next-line:no-host-decorator-in-concrete
|
|
MatInput.prototype._onInput = function () {
|
|
// This is a noop function and is used to let Angular know whenever the value changes.
|
|
// Angular will run a new change detection each time the `input` event has been dispatched.
|
|
// It's necessary that Angular recognizes the value change, because when floatingLabel
|
|
// is set to false and Angular forms aren't used, the placeholder won't recognize the
|
|
// value changes and will not disappear.
|
|
// Listening to the input event wouldn't be necessary when the input is using the
|
|
// FormsModule or ReactiveFormsModule, because Angular forms also listens to input events.
|
|
};
|
|
/** Does some manual dirty checking on the native input `placeholder` attribute. */
|
|
MatInput.prototype._dirtyCheckPlaceholder = function () {
|
|
var _a, _b;
|
|
// If we're hiding the native placeholder, it should also be cleared from the DOM, otherwise
|
|
// screen readers will read it out twice: once from the label and once from the attribute.
|
|
// TODO: can be removed once we get rid of the `legacy` style for the form field, because it's
|
|
// the only one that supports promoting the placeholder to a label.
|
|
var placeholder = ((_b = (_a = this._formField) === null || _a === void 0 ? void 0 : _a._hideControlPlaceholder) === null || _b === void 0 ? void 0 : _b.call(_a)) ? null : this.placeholder;
|
|
if (placeholder !== this._previousPlaceholder) {
|
|
var element = this._elementRef.nativeElement;
|
|
this._previousPlaceholder = placeholder;
|
|
placeholder ?
|
|
element.setAttribute('placeholder', placeholder) : element.removeAttribute('placeholder');
|
|
}
|
|
};
|
|
/** Does some manual dirty checking on the native input `value` property. */
|
|
MatInput.prototype._dirtyCheckNativeValue = function () {
|
|
var newValue = this._elementRef.nativeElement.value;
|
|
if (this._previousNativeValue !== newValue) {
|
|
this._previousNativeValue = newValue;
|
|
this.stateChanges.next();
|
|
}
|
|
};
|
|
/** Make sure the input is a supported type. */
|
|
MatInput.prototype._validateType = function () {
|
|
if (MAT_INPUT_INVALID_TYPES.indexOf(this._type) > -1 &&
|
|
(typeof ngDevMode === 'undefined' || ngDevMode)) {
|
|
throw getMatInputUnsupportedTypeError(this._type);
|
|
}
|
|
};
|
|
/** Checks whether the input type is one of the types that are never empty. */
|
|
MatInput.prototype._isNeverEmpty = function () {
|
|
return this._neverEmptyInputTypes.indexOf(this._type) > -1;
|
|
};
|
|
/** Checks whether the input is invalid based on the native validation. */
|
|
MatInput.prototype._isBadInput = function () {
|
|
// The `validity` property won't be present on platform-server.
|
|
var validity = this._elementRef.nativeElement.validity;
|
|
return validity && validity.badInput;
|
|
};
|
|
Object.defineProperty(MatInput.prototype, "empty", {
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
get: function () {
|
|
return !this._isNeverEmpty() && !this._elementRef.nativeElement.value && !this._isBadInput() &&
|
|
!this.autofilled;
|
|
},
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
Object.defineProperty(MatInput.prototype, "shouldLabelFloat", {
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
get: function () {
|
|
if (this._isNativeSelect) {
|
|
// For a single-selection `<select>`, the label should float when the selected option has
|
|
// a non-empty display value. For a `<select multiple>`, the label *always* floats to avoid
|
|
// overlapping the label with the options.
|
|
var selectElement = this._elementRef.nativeElement;
|
|
var firstOption = selectElement.options[0];
|
|
// On most browsers the `selectedIndex` will always be 0, however on IE and Edge it'll be
|
|
// -1 if the `value` is set to something, that isn't in the list of options, at a later point.
|
|
return this.focused || selectElement.multiple || !this.empty ||
|
|
!!(selectElement.selectedIndex > -1 && firstOption && firstOption.label);
|
|
}
|
|
else {
|
|
return this.focused || !this.empty;
|
|
}
|
|
},
|
|
enumerable: false,
|
|
configurable: true
|
|
});
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
MatInput.prototype.setDescribedByIds = function (ids) {
|
|
if (ids.length) {
|
|
this._elementRef.nativeElement.setAttribute('aria-describedby', ids.join(' '));
|
|
}
|
|
else {
|
|
this._elementRef.nativeElement.removeAttribute('aria-describedby');
|
|
}
|
|
};
|
|
/**
|
|
* Implemented as part of MatFormFieldControl.
|
|
* @docs-private
|
|
*/
|
|
MatInput.prototype.onContainerClick = function () {
|
|
// Do not re-focus the input element if the element is already focused. Otherwise it can happen
|
|
// that someone clicks on a time input and the cursor resets to the "hours" field while the
|
|
// "minutes" field was actually clicked. See: https://github.com/angular/components/issues/12849
|
|
if (!this.focused) {
|
|
this.focus();
|
|
}
|
|
};
|
|
/** Whether the form control is a native select that is displayed inline. */
|
|
MatInput.prototype._isInlineSelect = function () {
|
|
var element = this._elementRef.nativeElement;
|
|
return this._isNativeSelect && (element.multiple || element.size > 1);
|
|
};
|
|
MatInput.ɵfac = function MatInput_Factory(t) { return new (t || MatInput)(ɵngcc0.ɵɵdirectiveInject(ɵngcc0.ElementRef), ɵngcc0.ɵɵdirectiveInject(ɵngcc1.Platform), ɵngcc0.ɵɵdirectiveInject(ɵngcc2.NgControl, 10), ɵngcc0.ɵɵdirectiveInject(ɵngcc2.NgForm, 8), ɵngcc0.ɵɵdirectiveInject(ɵngcc2.FormGroupDirective, 8), ɵngcc0.ɵɵdirectiveInject(ɵngcc3.ErrorStateMatcher), ɵngcc0.ɵɵdirectiveInject(MAT_INPUT_VALUE_ACCESSOR, 10), ɵngcc0.ɵɵdirectiveInject(ɵngcc4.AutofillMonitor), ɵngcc0.ɵɵdirectiveInject(ɵngcc0.NgZone), ɵngcc0.ɵɵdirectiveInject(formField.MAT_FORM_FIELD, 8)); };
|
|
MatInput.ɵdir = /*@__PURE__*/ ɵngcc0.ɵɵdefineDirective({ type: MatInput, selectors: [["input", "matInput", ""], ["textarea", "matInput", ""], ["select", "matNativeControl", ""], ["input", "matNativeControl", ""], ["textarea", "matNativeControl", ""]], hostAttrs: [1, "mat-input-element", "mat-form-field-autofill-control"], hostVars: 11, hostBindings: function MatInput_HostBindings(rf, ctx) { if (rf & 1) {
|
|
ɵngcc0.ɵɵlistener("focus", function MatInput_focus_HostBindingHandler() { return ctx._focusChanged(true); })("blur", function MatInput_blur_HostBindingHandler() { return ctx._focusChanged(false); })("input", function MatInput_input_HostBindingHandler() { return ctx._onInput(); });
|
|
} if (rf & 2) {
|
|
ɵngcc0.ɵɵhostProperty("disabled", ctx.disabled)("required", ctx.required);
|
|
ɵngcc0.ɵɵattribute("id", ctx.id)("data-placeholder", ctx.placeholder)("readonly", ctx.readonly && !ctx._isNativeSelect || null)("aria-invalid", ctx.empty && ctx.required ? null : ctx.errorState)("aria-required", ctx.required);
|
|
ɵngcc0.ɵɵclassProp("mat-input-server", ctx._isServer)("mat-native-select-inline", ctx._isInlineSelect());
|
|
} }, inputs: { disabled: "disabled", id: "id", required: "required", type: "type", value: "value", readonly: "readonly", placeholder: "placeholder", errorStateMatcher: "errorStateMatcher", userAriaDescribedBy: ["aria-describedby", "userAriaDescribedBy"] }, exportAs: ["matInput"], features: [ɵngcc0.ɵɵProvidersFeature([{ provide: formField.MatFormFieldControl, useExisting: MatInput }]), ɵngcc0.ɵɵInheritDefinitionFeature, ɵngcc0.ɵɵNgOnChangesFeature] });
|
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(MatInput, [{
|
|
type: core.Directive,
|
|
args: [{
|
|
selector: "input[matInput], textarea[matInput], select[matNativeControl],\n input[matNativeControl], textarea[matNativeControl]",
|
|
exportAs: 'matInput',
|
|
host: {
|
|
/**
|
|
* @breaking-change 8.0.0 remove .mat-form-field-autofill-control in favor of AutofillMonitor.
|
|
*/
|
|
'class': 'mat-input-element mat-form-field-autofill-control',
|
|
'[class.mat-input-server]': '_isServer',
|
|
// Native input properties that are overwritten by Angular inputs need to be synced with
|
|
// the native input element. Otherwise property bindings for those don't work.
|
|
'[attr.id]': 'id',
|
|
// At the time of writing, we have a lot of customer tests that look up the input based on its
|
|
// placeholder. Since we sometimes omit the placeholder attribute from the DOM to prevent screen
|
|
// readers from reading it twice, we have to keep it somewhere in the DOM for the lookup.
|
|
'[attr.data-placeholder]': 'placeholder',
|
|
'[disabled]': 'disabled',
|
|
'[required]': 'required',
|
|
'[attr.readonly]': 'readonly && !_isNativeSelect || null',
|
|
'[class.mat-native-select-inline]': '_isInlineSelect()',
|
|
// Only mark the input as invalid for assistive technology if it has a value since the
|
|
// state usually overlaps with `aria-required` when the input is empty and can be redundant.
|
|
'[attr.aria-invalid]': '(empty && required) ? null : errorState',
|
|
'[attr.aria-required]': 'required'
|
|
},
|
|
providers: [{ provide: formField.MatFormFieldControl, useExisting: MatInput }]
|
|
}]
|
|
}], function () { return [{ type: ɵngcc0.ElementRef }, { type: ɵngcc1.Platform }, { type: ɵngcc2.NgControl, decorators: [{
|
|
type: core.Optional
|
|
}, {
|
|
type: core.Self
|
|
}] }, { type: ɵngcc2.NgForm, decorators: [{
|
|
type: core.Optional
|
|
}] }, { type: ɵngcc2.FormGroupDirective, decorators: [{
|
|
type: core.Optional
|
|
}] }, { type: ɵngcc3.ErrorStateMatcher }, { type: undefined, decorators: [{
|
|
type: core.Optional
|
|
}, {
|
|
type: core.Self
|
|
}, {
|
|
type: core.Inject,
|
|
args: [MAT_INPUT_VALUE_ACCESSOR]
|
|
}] }, { type: ɵngcc4.AutofillMonitor }, { type: ɵngcc0.NgZone }, { type: ɵngcc5.MatFormField, decorators: [{
|
|
type: core.Optional
|
|
}, {
|
|
type: core.Inject,
|
|
args: [formField.MAT_FORM_FIELD]
|
|
}] }]; }, { disabled: [{
|
|
type: core.Input
|
|
}], id: [{
|
|
type: core.Input
|
|
}], required: [{
|
|
type: core.Input
|
|
}], type: [{
|
|
type: core.Input
|
|
}], value: [{
|
|
type: core.Input
|
|
}], readonly: [{
|
|
type: core.Input
|
|
}], _focusChanged: [{
|
|
type: core.HostListener,
|
|
args: ['focus', ['true']]
|
|
}, {
|
|
type: core.HostListener,
|
|
args: ['blur', ['false']]
|
|
}], _onInput: [{
|
|
type: core.HostListener,
|
|
args: ['input']
|
|
}], placeholder: [{
|
|
type: core.Input
|
|
}], errorStateMatcher: [{
|
|
type: core.Input
|
|
}], userAriaDescribedBy: [{
|
|
type: core.Input,
|
|
args: ['aria-describedby']
|
|
}] }); })();
|
|
return MatInput;
|
|
}(_MatInputBase));
|
|
MatInput.ctorParameters = function () { return [
|
|
{ type: core.ElementRef },
|
|
{ type: platform.Platform },
|
|
{ type: forms.NgControl, decorators: [{ type: core.Optional }, { type: core.Self }] },
|
|
{ type: forms.NgForm, decorators: [{ type: core.Optional }] },
|
|
{ type: forms.FormGroupDirective, decorators: [{ type: core.Optional }] },
|
|
{ type: core$1.ErrorStateMatcher },
|
|
{ type: undefined, decorators: [{ type: core.Optional }, { type: core.Self }, { type: core.Inject, args: [MAT_INPUT_VALUE_ACCESSOR,] }] },
|
|
{ type: textField.AutofillMonitor },
|
|
{ type: core.NgZone },
|
|
{ type: formField.MatFormField, decorators: [{ type: core.Optional }, { type: core.Inject, args: [formField.MAT_FORM_FIELD,] }] }
|
|
]; };
|
|
MatInput.propDecorators = {
|
|
disabled: [{ type: core.Input }],
|
|
id: [{ type: core.Input }],
|
|
placeholder: [{ type: core.Input }],
|
|
required: [{ type: core.Input }],
|
|
type: [{ type: core.Input }],
|
|
errorStateMatcher: [{ type: core.Input }],
|
|
userAriaDescribedBy: [{ type: core.Input, args: ['aria-describedby',] }],
|
|
value: [{ type: core.Input }],
|
|
readonly: [{ type: core.Input }],
|
|
_focusChanged: [{ type: core.HostListener, args: ['focus', ['true'],] }, { type: core.HostListener, args: ['blur', ['false'],] }],
|
|
_onInput: [{ type: core.HostListener, args: ['input',] }]
|
|
};
|
|
|
|
/**
|
|
* @license
|
|
* Copyright Google LLC 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
|
|
*/
|
|
var MatInputModule = /** @class */ (function () {
|
|
function MatInputModule() {
|
|
}
|
|
MatInputModule.ɵfac = function MatInputModule_Factory(t) { return new (t || MatInputModule)(); };
|
|
MatInputModule.ɵmod = /*@__PURE__*/ ɵngcc0.ɵɵdefineNgModule({ type: MatInputModule });
|
|
MatInputModule.ɵinj = /*@__PURE__*/ ɵngcc0.ɵɵdefineInjector({ providers: [core$1.ErrorStateMatcher], imports: [[
|
|
textField.TextFieldModule,
|
|
formField.MatFormFieldModule,
|
|
core$1.MatCommonModule,
|
|
], ɵngcc4.TextFieldModule, ɵngcc5.MatFormFieldModule] });
|
|
(function () { (typeof ngDevMode === "undefined" || ngDevMode) && ɵngcc0.ɵsetClassMetadata(MatInputModule, [{
|
|
type: core.NgModule,
|
|
args: [{
|
|
declarations: [MatInput, MatTextareaAutosize],
|
|
imports: [
|
|
textField.TextFieldModule,
|
|
formField.MatFormFieldModule,
|
|
core$1.MatCommonModule,
|
|
],
|
|
exports: [
|
|
textField.TextFieldModule,
|
|
// We re-export the `MatFormFieldModule` since `MatInput` will almost always
|
|
// be used together with `MatFormField`.
|
|
formField.MatFormFieldModule,
|
|
MatInput,
|
|
MatTextareaAutosize,
|
|
],
|
|
providers: [core$1.ErrorStateMatcher]
|
|
}]
|
|
}], function () { return []; }, null); })();
|
|
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && ɵngcc0.ɵɵsetNgModuleScope(MatInputModule, { declarations: [MatInput, MatTextareaAutosize], imports: [ɵngcc4.TextFieldModule, ɵngcc5.MatFormFieldModule, ɵngcc3.MatCommonModule], exports: [ɵngcc4.TextFieldModule, ɵngcc5.MatFormFieldModule, MatInput, MatTextareaAutosize] }); })();
|
|
return MatInputModule;
|
|
}());
|
|
|
|
/**
|
|
* @license
|
|
* Copyright Google LLC 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
|
|
*/
|
|
|
|
/**
|
|
* Generated bundle index. Do not edit.
|
|
*/
|
|
|
|
exports.MAT_INPUT_VALUE_ACCESSOR = MAT_INPUT_VALUE_ACCESSOR;
|
|
exports.MatInput = MatInput;
|
|
exports.MatInputModule = MatInputModule;
|
|
exports.MatTextareaAutosize = MatTextareaAutosize;
|
|
exports.getMatInputUnsupportedTypeError = getMatInputUnsupportedTypeError;
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
})));
|
|
|
|
//# sourceMappingURL=material-input.umd.js.map
|