"use strict"; var __extends = (this && this.__extends) || (function () { 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]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); /*! * devextreme-angular * Version: 19.1.16 * Build date: Tue Oct 18 2022 * * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-angular */ Object.defineProperty(exports, "__esModule", { value: true }); var nested_option_1 = require("../../../core/nested-option"); var DxoTextBoxOptions = (function (_super) { __extends(DxoTextBoxOptions, _super); function DxoTextBoxOptions() { return _super !== null && _super.apply(this, arguments) || this; } Object.defineProperty(DxoTextBoxOptions.prototype, "accessKey", { get: function () { return this._getOption('accessKey'); }, set: function (value) { this._setOption('accessKey', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "activeStateEnabled", { get: function () { return this._getOption('activeStateEnabled'); }, set: function (value) { this._setOption('activeStateEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "buttons", { get: function () { return this._getOption('buttons'); }, set: function (value) { this._setOption('buttons', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "disabled", { get: function () { return this._getOption('disabled'); }, set: function (value) { this._setOption('disabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "elementAttr", { get: function () { return this._getOption('elementAttr'); }, set: function (value) { this._setOption('elementAttr', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "focusStateEnabled", { get: function () { return this._getOption('focusStateEnabled'); }, set: function (value) { this._setOption('focusStateEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "height", { get: function () { return this._getOption('height'); }, set: function (value) { this._setOption('height', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "hint", { get: function () { return this._getOption('hint'); }, set: function (value) { this._setOption('hint', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "hoverStateEnabled", { get: function () { return this._getOption('hoverStateEnabled'); }, set: function (value) { this._setOption('hoverStateEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "inputAttr", { get: function () { return this._getOption('inputAttr'); }, set: function (value) { this._setOption('inputAttr', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "isValid", { get: function () { return this._getOption('isValid'); }, set: function (value) { this._setOption('isValid', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "mask", { get: function () { return this._getOption('mask'); }, set: function (value) { this._setOption('mask', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "maskChar", { get: function () { return this._getOption('maskChar'); }, set: function (value) { this._setOption('maskChar', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "maskInvalidMessage", { get: function () { return this._getOption('maskInvalidMessage'); }, set: function (value) { this._setOption('maskInvalidMessage', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "maskRules", { get: function () { return this._getOption('maskRules'); }, set: function (value) { this._setOption('maskRules', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "maxLength", { get: function () { return this._getOption('maxLength'); }, set: function (value) { this._setOption('maxLength', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "mode", { get: function () { return this._getOption('mode'); }, set: function (value) { this._setOption('mode', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "name", { get: function () { return this._getOption('name'); }, set: function (value) { this._setOption('name', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onChange", { get: function () { return this._getOption('onChange'); }, set: function (value) { this._setOption('onChange', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onContentReady", { get: function () { return this._getOption('onContentReady'); }, set: function (value) { this._setOption('onContentReady', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onCopy", { get: function () { return this._getOption('onCopy'); }, set: function (value) { this._setOption('onCopy', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onCut", { get: function () { return this._getOption('onCut'); }, set: function (value) { this._setOption('onCut', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onDisposing", { get: function () { return this._getOption('onDisposing'); }, set: function (value) { this._setOption('onDisposing', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onEnterKey", { get: function () { return this._getOption('onEnterKey'); }, set: function (value) { this._setOption('onEnterKey', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onFocusIn", { get: function () { return this._getOption('onFocusIn'); }, set: function (value) { this._setOption('onFocusIn', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onFocusOut", { get: function () { return this._getOption('onFocusOut'); }, set: function (value) { this._setOption('onFocusOut', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onInitialized", { get: function () { return this._getOption('onInitialized'); }, set: function (value) { this._setOption('onInitialized', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onInput", { get: function () { return this._getOption('onInput'); }, set: function (value) { this._setOption('onInput', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onKeyDown", { get: function () { return this._getOption('onKeyDown'); }, set: function (value) { this._setOption('onKeyDown', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onKeyPress", { get: function () { return this._getOption('onKeyPress'); }, set: function (value) { this._setOption('onKeyPress', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onKeyUp", { get: function () { return this._getOption('onKeyUp'); }, set: function (value) { this._setOption('onKeyUp', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onOptionChanged", { get: function () { return this._getOption('onOptionChanged'); }, set: function (value) { this._setOption('onOptionChanged', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onPaste", { get: function () { return this._getOption('onPaste'); }, set: function (value) { this._setOption('onPaste', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "onValueChanged", { get: function () { return this._getOption('onValueChanged'); }, set: function (value) { this._setOption('onValueChanged', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "placeholder", { get: function () { return this._getOption('placeholder'); }, set: function (value) { this._setOption('placeholder', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "readOnly", { get: function () { return this._getOption('readOnly'); }, set: function (value) { this._setOption('readOnly', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "rtlEnabled", { get: function () { return this._getOption('rtlEnabled'); }, set: function (value) { this._setOption('rtlEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "showClearButton", { get: function () { return this._getOption('showClearButton'); }, set: function (value) { this._setOption('showClearButton', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "showMaskMode", { get: function () { return this._getOption('showMaskMode'); }, set: function (value) { this._setOption('showMaskMode', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "spellcheck", { get: function () { return this._getOption('spellcheck'); }, set: function (value) { this._setOption('spellcheck', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "stylingMode", { get: function () { return this._getOption('stylingMode'); }, set: function (value) { this._setOption('stylingMode', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "tabIndex", { get: function () { return this._getOption('tabIndex'); }, set: function (value) { this._setOption('tabIndex', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "text", { get: function () { return this._getOption('text'); }, set: function (value) { this._setOption('text', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "useMaskedValue", { get: function () { return this._getOption('useMaskedValue'); }, set: function (value) { this._setOption('useMaskedValue', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "validationError", { get: function () { return this._getOption('validationError'); }, set: function (value) { this._setOption('validationError', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "validationMessageMode", { get: function () { return this._getOption('validationMessageMode'); }, set: function (value) { this._setOption('validationMessageMode', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "value", { get: function () { return this._getOption('value'); }, set: function (value) { this._setOption('value', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "valueChangeEvent", { get: function () { return this._getOption('valueChangeEvent'); }, set: function (value) { this._setOption('valueChangeEvent', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "visible", { get: function () { return this._getOption('visible'); }, set: function (value) { this._setOption('visible', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoTextBoxOptions.prototype, "width", { get: function () { return this._getOption('width'); }, set: function (value) { this._setOption('width', value); }, enumerable: true, configurable: true }); return DxoTextBoxOptions; }(nested_option_1.NestedOption)); exports.DxoTextBoxOptions = DxoTextBoxOptions; //# sourceMappingURL=text-box-options.js.map