| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664 |
- "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 DxiDataGridColumn = (function (_super) {
- __extends(DxiDataGridColumn, _super);
- function DxiDataGridColumn() {
- return _super !== null && _super.apply(this, arguments) || this;
- }
- Object.defineProperty(DxiDataGridColumn.prototype, "alignment", {
- get: function () {
- return this._getOption('alignment');
- },
- set: function (value) {
- this._setOption('alignment', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowEditing", {
- get: function () {
- return this._getOption('allowEditing');
- },
- set: function (value) {
- this._setOption('allowEditing', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowExporting", {
- get: function () {
- return this._getOption('allowExporting');
- },
- set: function (value) {
- this._setOption('allowExporting', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowFiltering", {
- get: function () {
- return this._getOption('allowFiltering');
- },
- set: function (value) {
- this._setOption('allowFiltering', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowFixing", {
- get: function () {
- return this._getOption('allowFixing');
- },
- set: function (value) {
- this._setOption('allowFixing', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowGrouping", {
- get: function () {
- return this._getOption('allowGrouping');
- },
- set: function (value) {
- this._setOption('allowGrouping', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowHeaderFiltering", {
- get: function () {
- return this._getOption('allowHeaderFiltering');
- },
- set: function (value) {
- this._setOption('allowHeaderFiltering', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowHiding", {
- get: function () {
- return this._getOption('allowHiding');
- },
- set: function (value) {
- this._setOption('allowHiding', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowReordering", {
- get: function () {
- return this._getOption('allowReordering');
- },
- set: function (value) {
- this._setOption('allowReordering', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowResizing", {
- get: function () {
- return this._getOption('allowResizing');
- },
- set: function (value) {
- this._setOption('allowResizing', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowSearch", {
- get: function () {
- return this._getOption('allowSearch');
- },
- set: function (value) {
- this._setOption('allowSearch', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "allowSorting", {
- get: function () {
- return this._getOption('allowSorting');
- },
- set: function (value) {
- this._setOption('allowSorting', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "autoExpandGroup", {
- get: function () {
- return this._getOption('autoExpandGroup');
- },
- set: function (value) {
- this._setOption('autoExpandGroup', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "buttons", {
- get: function () {
- return this._getOption('buttons');
- },
- set: function (value) {
- this._setOption('buttons', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "calculateCellValue", {
- get: function () {
- return this._getOption('calculateCellValue');
- },
- set: function (value) {
- this._setOption('calculateCellValue', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "calculateDisplayValue", {
- get: function () {
- return this._getOption('calculateDisplayValue');
- },
- set: function (value) {
- this._setOption('calculateDisplayValue', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "calculateFilterExpression", {
- get: function () {
- return this._getOption('calculateFilterExpression');
- },
- set: function (value) {
- this._setOption('calculateFilterExpression', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "calculateGroupValue", {
- get: function () {
- return this._getOption('calculateGroupValue');
- },
- set: function (value) {
- this._setOption('calculateGroupValue', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "calculateSortValue", {
- get: function () {
- return this._getOption('calculateSortValue');
- },
- set: function (value) {
- this._setOption('calculateSortValue', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "caption", {
- get: function () {
- return this._getOption('caption');
- },
- set: function (value) {
- this._setOption('caption', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "cellTemplate", {
- get: function () {
- return this._getOption('cellTemplate');
- },
- set: function (value) {
- this._setOption('cellTemplate', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "columns", {
- get: function () {
- return this._getOption('columns');
- },
- set: function (value) {
- this._setOption('columns', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "cssClass", {
- get: function () {
- return this._getOption('cssClass');
- },
- set: function (value) {
- this._setOption('cssClass', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "customizeText", {
- get: function () {
- return this._getOption('customizeText');
- },
- set: function (value) {
- this._setOption('customizeText', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "dataField", {
- get: function () {
- return this._getOption('dataField');
- },
- set: function (value) {
- this._setOption('dataField', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "dataType", {
- get: function () {
- return this._getOption('dataType');
- },
- set: function (value) {
- this._setOption('dataType', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "editCellTemplate", {
- get: function () {
- return this._getOption('editCellTemplate');
- },
- set: function (value) {
- this._setOption('editCellTemplate', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "editorOptions", {
- get: function () {
- return this._getOption('editorOptions');
- },
- set: function (value) {
- this._setOption('editorOptions', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "encodeHtml", {
- get: function () {
- return this._getOption('encodeHtml');
- },
- set: function (value) {
- this._setOption('encodeHtml', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "falseText", {
- get: function () {
- return this._getOption('falseText');
- },
- set: function (value) {
- this._setOption('falseText', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "filterOperations", {
- get: function () {
- return this._getOption('filterOperations');
- },
- set: function (value) {
- this._setOption('filterOperations', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "filterType", {
- get: function () {
- return this._getOption('filterType');
- },
- set: function (value) {
- this._setOption('filterType', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "filterValue", {
- get: function () {
- return this._getOption('filterValue');
- },
- set: function (value) {
- this._setOption('filterValue', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "filterValues", {
- get: function () {
- return this._getOption('filterValues');
- },
- set: function (value) {
- this._setOption('filterValues', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "fixed", {
- get: function () {
- return this._getOption('fixed');
- },
- set: function (value) {
- this._setOption('fixed', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "fixedPosition", {
- get: function () {
- return this._getOption('fixedPosition');
- },
- set: function (value) {
- this._setOption('fixedPosition', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "format", {
- get: function () {
- return this._getOption('format');
- },
- set: function (value) {
- this._setOption('format', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "formItem", {
- get: function () {
- return this._getOption('formItem');
- },
- set: function (value) {
- this._setOption('formItem', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "groupCellTemplate", {
- get: function () {
- return this._getOption('groupCellTemplate');
- },
- set: function (value) {
- this._setOption('groupCellTemplate', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "groupIndex", {
- get: function () {
- return this._getOption('groupIndex');
- },
- set: function (value) {
- this._setOption('groupIndex', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "headerCellTemplate", {
- get: function () {
- return this._getOption('headerCellTemplate');
- },
- set: function (value) {
- this._setOption('headerCellTemplate', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "headerFilter", {
- get: function () {
- return this._getOption('headerFilter');
- },
- set: function (value) {
- this._setOption('headerFilter', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "hidingPriority", {
- get: function () {
- return this._getOption('hidingPriority');
- },
- set: function (value) {
- this._setOption('hidingPriority', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "isBand", {
- get: function () {
- return this._getOption('isBand');
- },
- set: function (value) {
- this._setOption('isBand', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "lookup", {
- get: function () {
- return this._getOption('lookup');
- },
- set: function (value) {
- this._setOption('lookup', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "minWidth", {
- get: function () {
- return this._getOption('minWidth');
- },
- set: function (value) {
- this._setOption('minWidth', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "name", {
- get: function () {
- return this._getOption('name');
- },
- set: function (value) {
- this._setOption('name', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "ownerBand", {
- get: function () {
- return this._getOption('ownerBand');
- },
- set: function (value) {
- this._setOption('ownerBand', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "renderAsync", {
- get: function () {
- return this._getOption('renderAsync');
- },
- set: function (value) {
- this._setOption('renderAsync', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "selectedFilterOperation", {
- get: function () {
- return this._getOption('selectedFilterOperation');
- },
- set: function (value) {
- this._setOption('selectedFilterOperation', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "setCellValue", {
- get: function () {
- return this._getOption('setCellValue');
- },
- set: function (value) {
- this._setOption('setCellValue', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "showEditorAlways", {
- get: function () {
- return this._getOption('showEditorAlways');
- },
- set: function (value) {
- this._setOption('showEditorAlways', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "showInColumnChooser", {
- get: function () {
- return this._getOption('showInColumnChooser');
- },
- set: function (value) {
- this._setOption('showInColumnChooser', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "showWhenGrouped", {
- get: function () {
- return this._getOption('showWhenGrouped');
- },
- set: function (value) {
- this._setOption('showWhenGrouped', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "sortIndex", {
- get: function () {
- return this._getOption('sortIndex');
- },
- set: function (value) {
- this._setOption('sortIndex', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "sortingMethod", {
- get: function () {
- return this._getOption('sortingMethod');
- },
- set: function (value) {
- this._setOption('sortingMethod', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "sortOrder", {
- get: function () {
- return this._getOption('sortOrder');
- },
- set: function (value) {
- this._setOption('sortOrder', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "trueText", {
- get: function () {
- return this._getOption('trueText');
- },
- set: function (value) {
- this._setOption('trueText', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "type", {
- get: function () {
- return this._getOption('type');
- },
- set: function (value) {
- this._setOption('type', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "validationRules", {
- get: function () {
- return this._getOption('validationRules');
- },
- set: function (value) {
- this._setOption('validationRules', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "visible", {
- get: function () {
- return this._getOption('visible');
- },
- set: function (value) {
- this._setOption('visible', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "visibleIndex", {
- get: function () {
- return this._getOption('visibleIndex');
- },
- set: function (value) {
- this._setOption('visibleIndex', value);
- },
- enumerable: true,
- configurable: true
- });
- Object.defineProperty(DxiDataGridColumn.prototype, "width", {
- get: function () {
- return this._getOption('width');
- },
- set: function (value) {
- this._setOption('width', value);
- },
- enumerable: true,
- configurable: true
- });
- return DxiDataGridColumn;
- }(nested_option_1.CollectionNestedOption));
- exports.DxiDataGridColumn = DxiDataGridColumn;
- //# sourceMappingURL=data-grid-column-dxi.js.map
|