| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534 |
- "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
|