igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
1,637 lines • 50.8 kB
JavaScript
/*
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
https://www.infragistics.com/legal/license/igultimate-la
https://www.infragistics.com/legal/license/igultimate-eula
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
*/
import { __extends } from "tslib";
import { WebDisplayDensityBaseDescription } from "./WebDisplayDensityBaseDescription";
import { markType } from "./type";
import { WebDisplayDensityBaseElementDescription } from "./WebDisplayDensityBaseElementDescription";
/**
* @hidden
*/
var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebGridBaseDirectiveDescription, _super);
function WebGridBaseDirectiveDescription() {
var _this = _super.call(this) || this;
_this.bk = 0;
_this.aq = false;
_this.aw = false;
_this.cr = null;
_this.bx = null;
_this.c7 = null;
_this.bl = 0;
_this.u = null;
_this.ac = null;
_this.cs = null;
_this.c9 = null;
_this.dk = null;
_this.d3 = null;
_this.de = null;
_this.s = null;
_this.co = null;
_this.cp = null;
_this.cl = null;
_this.dw = null;
_this.dj = null;
_this.ds = null;
_this.dx = null;
_this.dl = null;
_this.c5 = null;
_this.c4 = null;
_this.ct = null;
_this.cu = null;
_this.d7 = null;
_this.d8 = null;
_this.d9 = null;
_this.ea = null;
_this.n = null;
_this.l = null;
_this.ae = null;
_this.cy = null;
_this.x = null;
_this.w = null;
_this.c8 = null;
_this.dc = null;
_this.ax = false;
_this.bi = 0;
_this.bj = 0;
_this.at = false;
_this.ay = false;
_this.ei = null;
_this.bs = null;
_this.az = false;
_this.bt = null;
_this.cg = null;
_this.cq = null;
_this.au = false;
_this.a1 = false;
_this.cn = null;
_this.ak = null;
_this.ap = false;
_this.ao = false;
_this.cz = null;
_this.ef = null;
_this.ee = null;
_this.a2 = false;
_this.aa = null;
_this.ag = null;
_this.am = null;
_this.d6 = null;
_this.c6 = null;
_this.d2 = null;
_this.cm = null;
_this.m = null;
_this.ar = false;
_this.b4 = null;
_this.d0 = null;
_this.cc = null;
_this.av = false;
_this.ai = null;
_this.k = null;
_this.bm = 0;
_this.as = false;
_this.a0 = false;
_this.cx = null;
_this.by = null;
_this.c3 = null;
_this.da = null;
_this.dd = null;
_this.bz = null;
_this.c0 = null;
_this.eh = null;
_this.d5 = null;
_this.d1 = null;
_this.cd = null;
_this.b9 = null;
_this.ca = null;
_this.b2 = null;
_this.b3 = null;
_this.b0 = null;
_this.b1 = null;
_this.du = null;
_this.dr = null;
_this.dt = null;
_this.dv = null;
_this.b5 = null;
_this.eb = null;
_this.ec = null;
_this.cv = null;
_this.cw = null;
_this.db = null;
_this.di = null;
_this.dn = null;
_this.dm = null;
_this.dh = null;
_this.cb = null;
_this.ch = null;
_this.ck = null;
_this.cf = null;
_this.ce = null;
_this.b8 = null;
_this.b6 = null;
_this.b7 = null;
_this.c2 = null;
_this.dq = null;
_this.dp = null;
_this.c1 = null;
_this.d4 = null;
_this.dz = null;
_this.dy = null;
_this.bw = null;
_this.ed = null;
_this.eg = null;
_this.df = null;
_this.dg = null;
_this.cj = null;
_this.ci = null;
return _this;
}
WebGridBaseDirectiveDescription.prototype.get_type = function () {
return "WebGridBaseDirective";
};
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "snackbarDisplayTime", {
get: function () {
return this.bk;
},
set: function (a) {
this.bk = a;
this.e("SnackbarDisplayTime");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "autoGenerate", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.e("AutoGenerate");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "moving", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.e("Moving");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridTemplateRef", {
get: function () {
return this.cr;
},
set: function (a) {
this.cr = a;
this.e("EmptyGridTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "addRowEmptyTemplateRef", {
get: function () {
return this.bx;
},
set: function (a) {
this.bx = a;
this.e("AddRowEmptyTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "loadingGridTemplateRef", {
get: function () {
return this.c7;
},
set: function (a) {
this.c7 = a;
this.e("LoadingGridTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryRowHeight", {
get: function () {
return this.bl;
},
set: function (a) {
this.bl = a;
this.e("SummaryRowHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataCloneStrategy", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.e("DataCloneStrategy");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "clipboardOptions", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.e("ClipboardOptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "evenRowCSS", {
get: function () {
return this.cs;
},
set: function (a) {
this.cs = a;
this.e("EvenRowCSS");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "oddRowCSS", {
get: function () {
return this.c9;
},
set: function (a) {
this.c9 = a;
this.e("OddRowCSS");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowClassesRef", {
get: function () {
return this.dk;
},
set: function (a) {
this.dk = a;
this.e("RowClassesRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowStylesRef", {
get: function () {
return this.d3;
},
set: function (a) {
this.d3 = a;
this.e("RowStylesRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "primaryKey", {
get: function () {
return this.de;
},
set: function (a) {
this.de = a;
this.e("PrimaryKey");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "actionStrip", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.e("ActionStrip");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyFilteredGridTemplateRef", {
get: function () {
return this.co;
},
set: function (a) {
this.co = a;
this.e("EmptyFilteredGridTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridDefaultTemplateRef", {
get: function () {
return this.cp;
},
set: function (a) {
this.cp = a;
this.e("EmptyGridDefaultTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragGhostCustomTemplateRef", {
get: function () {
return this.cl;
},
set: function (a) {
this.cl = a;
this.e("DragGhostCustomTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditTextTemplateRef", {
get: function () {
return this.dw;
},
set: function (a) {
this.dw = a;
this.e("RowEditTextTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddTextTemplateRef", {
get: function () {
return this.dj;
},
set: function (a) {
this.dj = a;
this.e("RowAddTextTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditActionsTemplateRef", {
get: function () {
return this.ds;
},
set: function (a) {
this.ds = a;
this.e("RowEditActionsTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowExpandedIndicatorTemplateRef", {
get: function () {
return this.dx;
},
set: function (a) {
this.dx = a;
this.e("RowExpandedIndicatorTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowCollapsedIndicatorTemplateRef", {
get: function () {
return this.dl;
},
set: function (a) {
this.dl = a;
this.e("RowCollapsedIndicatorTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerExpandIndicatorTemplateRef", {
get: function () {
return this.c5;
},
set: function (a) {
this.c5 = a;
this.e("HeaderExpandIndicatorTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerCollapseIndicatorTemplateRef", {
get: function () {
return this.c4;
},
set: function (a) {
this.c4 = a;
this.e("HeaderCollapseIndicatorTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "excelStyleHeaderIconDirectiveTemplateRef", {
get: function () {
return this.ct;
},
set: function (a) {
this.ct = a;
this.e("ExcelStyleHeaderIconDirectiveTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "excelStyleHeaderIconTemplateRef", {
get: function () {
return this.cu;
},
set: function (a) {
this.cu = a;
this.e("ExcelStyleHeaderIconTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortAscendingHeaderIconTemplateRef", {
get: function () {
return this.d7;
},
set: function (a) {
this.d7 = a;
this.e("SortAscendingHeaderIconTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortDescendingHeaderIconDirectiveTemplateRef", {
get: function () {
return this.d8;
},
set: function (a) {
this.d8 = a;
this.e("SortDescendingHeaderIconDirectiveTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortDescendingHeaderIconTemplateRef", {
get: function () {
return this.d9;
},
set: function (a) {
this.d9 = a;
this.e("SortDescendingHeaderIconTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortHeaderIconTemplateRef", {
get: function () {
return this.ea;
},
set: function (a) {
this.ea = a;
this.e("SortHeaderIconTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "toolbar", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.e("Toolbar");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "paginationComponents", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.e("PaginationComponents");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "resourceStrings", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.e("ResourceStrings");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringLogic", {
get: function () {
return this.cy;
},
set: function (a) {
this.cy = a;
this.e("FilteringLogic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringExpressionsTree", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.e("FilteringExpressionsTree");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "advancedFilteringExpressionsTree", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.e("AdvancedFilteringExpressionsTree");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "locale", {
get: function () {
return this.c8;
},
set: function (a) {
this.c8 = a;
this.e("Locale");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pagingMode", {
get: function () {
return this.dc;
},
set: function (a) {
this.dc = a;
this.e("PagingMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "paging", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.e("Paging");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "page", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.e("Page");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "perPage", {
get: function () {
return this.bj;
},
set: function (a) {
this.bj = a;
this.e("PerPage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "hideRowSelectors", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.e("HideRowSelectors");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDraggable", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.e("RowDraggable");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationTrigger", {
get: function () {
return this.ei;
},
set: function (a) {
this.ei = a;
this.e("ValidationTrigger");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragRowID", {
get: function () {
return this.bs;
},
set: function (a) {
this.bs = a;
this.e("DragRowID");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditable", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.e("RowEditable");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowHeight", {
get: function () {
return this.bt;
},
set: function (a) {
this.bt = a;
this.e("RowHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnWidth", {
get: function () {
return this.cg;
},
set: function (a) {
this.cg = a;
this.e("ColumnWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridMessage", {
get: function () {
return this.cq;
},
set: function (a) {
this.cq = a;
this.e("EmptyGridMessage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "isLoading", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.e("IsLoading");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "shouldGenerate", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.e("ShouldGenerate");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyFilteredGridMessage", {
get: function () {
return this.cn;
},
set: function (a) {
this.cn = a;
this.e("EmptyFilteredGridMessage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pinning", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.e("Pinning");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "allowFiltering", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.e("AllowFiltering");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "allowAdvancedFiltering", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.e("AllowAdvancedFiltering");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filterMode", {
get: function () {
return this.cz;
},
set: function (a) {
this.cz = a;
this.e("FilterMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryPosition", {
get: function () {
return this.ef;
},
set: function (a) {
this.ef = a;
this.e("SummaryPosition");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryCalculationMode", {
get: function () {
return this.ee;
},
set: function (a) {
this.ee = a;
this.e("SummaryCalculationMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "showSummaryOnCollapse", {
get: function () {
return this.a2;
},
set: function (a) {
this.a2 = a;
this.e("ShowSummaryOnCollapse");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filterStrategy", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.e("FilterStrategy");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortStrategy", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.e("SortStrategy");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingOptions", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.e("SortingOptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRowsRef", {
get: function () {
return this.d6;
},
set: function (a) {
this.d6 = a;
this.e("SelectedRowsRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headSelectorTemplateRef", {
get: function () {
return this.c6;
},
set: function (a) {
this.c6 = a;
this.e("HeadSelectorTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectorTemplateRef", {
get: function () {
return this.d2;
},
set: function (a) {
this.d2 = a;
this.e("RowSelectorTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragIndicatorIconTemplateRef", {
get: function () {
return this.cm;
},
set: function (a) {
this.cm = a;
this.e("DragIndicatorIconTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingExpressions", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.e("SortingExpressions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "batchEditing", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.e("BatchEditing");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellSelection", {
get: function () {
return this.b4;
},
set: function (a) {
this.b4 = a;
this.e("CellSelection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelection", {
get: function () {
return this.d0;
},
set: function (a) {
this.d0 = a;
this.e("RowSelection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelection", {
get: function () {
return this.cc;
},
set: function (a) {
this.cc = a;
this.e("ColumnSelection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "isPivot", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.e("IsPivot");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "outlet", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.e("Outlet");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columns", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.e("Columns");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "totalRecords", {
get: function () {
return this.bm;
},
set: function (a) {
this.bm = a;
this.e("TotalRecords");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "hasVisibleColumns", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.e("HasVisibleColumns");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectRowOnClick", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.e("SelectRowOnClick");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringExpressionsTreeChangeRef", {
get: function () {
return this.cx;
},
set: function (a) {
this.cx = a;
this.e("FilteringExpressionsTreeChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "advancedFilteringExpressionsTreeChangeRef", {
get: function () {
return this.by;
},
set: function (a) {
this.by = a;
this.e("AdvancedFilteringExpressionsTreeChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridScrollRef", {
get: function () {
return this.c3;
},
set: function (a) {
this.c3 = a;
this.e("GridScrollRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pageChangeRef", {
get: function () {
return this.da;
},
set: function (a) {
this.da = a;
this.e("PageChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "perPageChangeRef", {
get: function () {
return this.dd;
},
set: function (a) {
this.dd = a;
this.e("PerPageChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellClickRef", {
get: function () {
return this.bz;
},
set: function (a) {
this.bz = a;
this.e("CellClickRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "formGroupCreatedRef", {
get: function () {
return this.c0;
},
set: function (a) {
this.c0 = a;
this.e("FormGroupCreatedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationStatusChangeRef", {
get: function () {
return this.eh;
},
set: function (a) {
this.eh = a;
this.e("ValidationStatusChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRef", {
get: function () {
return this.d5;
},
set: function (a) {
this.d5 = a;
this.e("SelectedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectionChangingRef", {
get: function () {
return this.d1;
},
set: function (a) {
this.d1 = a;
this.e("RowSelectionChangingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelectionChangingRef", {
get: function () {
return this.cd;
},
set: function (a) {
this.cd = a;
this.e("ColumnSelectionChangingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinRef", {
get: function () {
return this.b9;
},
set: function (a) {
this.b9 = a;
this.e("ColumnPinRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinnedRef", {
get: function () {
return this.ca;
},
set: function (a) {
this.ca = a;
this.e("ColumnPinnedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditEnterRef", {
get: function () {
return this.b2;
},
set: function (a) {
this.b2 = a;
this.e("CellEditEnterRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditExitRef", {
get: function () {
return this.b3;
},
set: function (a) {
this.b3 = a;
this.e("CellEditExitRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditRef", {
get: function () {
return this.b0;
},
set: function (a) {
this.b0 = a;
this.e("CellEditRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditDoneRef", {
get: function () {
return this.b1;
},
set: function (a) {
this.b1 = a;
this.e("CellEditDoneRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditEnterRef", {
get: function () {
return this.du;
},
set: function (a) {
this.du = a;
this.e("RowEditEnterRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditRef", {
get: function () {
return this.dr;
},
set: function (a) {
this.dr = a;
this.e("RowEditRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditDoneRef", {
get: function () {
return this.dt;
},
set: function (a) {
this.dt = a;
this.e("RowEditDoneRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditExitRef", {
get: function () {
return this.dv;
},
set: function (a) {
this.dv = a;
this.e("RowEditExitRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnInitRef", {
get: function () {
return this.b5;
},
set: function (a) {
this.b5 = a;
this.e("ColumnInitRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingRef", {
get: function () {
return this.eb;
},
set: function (a) {
this.eb = a;
this.e("SortingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingDoneRef", {
get: function () {
return this.ec;
},
set: function (a) {
this.ec = a;
this.e("SortingDoneRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringRef", {
get: function () {
return this.cv;
},
set: function (a) {
this.cv = a;
this.e("FilteringRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringDoneRef", {
get: function () {
return this.cw;
},
set: function (a) {
this.cw = a;
this.e("FilteringDoneRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pagingDoneRef", {
get: function () {
return this.db;
},
set: function (a) {
this.db = a;
this.e("PagingDoneRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddedRef", {
get: function () {
return this.di;
},
set: function (a) {
this.di = a;
this.e("RowAddedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeletedRef", {
get: function () {
return this.dn;
},
set: function (a) {
this.dn = a;
this.e("RowDeletedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeleteRef", {
get: function () {
return this.dm;
},
set: function (a) {
this.dm = a;
this.e("RowDeleteRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddRef", {
get: function () {
return this.dh;
},
set: function (a) {
this.dh = a;
this.e("RowAddRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnResizedRef", {
get: function () {
return this.cb;
},
set: function (a) {
this.cb = a;
this.e("ColumnResizedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "contextMenuRef", {
get: function () {
return this.ch;
},
set: function (a) {
this.ch = a;
this.e("ContextMenuRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "doubleClickRef", {
get: function () {
return this.ck;
},
set: function (a) {
this.ck = a;
this.e("DoubleClickRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangingRef", {
get: function () {
return this.cf;
},
set: function (a) {
this.cf = a;
this.e("ColumnVisibilityChangingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangedRef", {
get: function () {
return this.ce;
},
set: function (a) {
this.ce = a;
this.e("ColumnVisibilityChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingStartRef", {
get: function () {
return this.b8;
},
set: function (a) {
this.b8 = a;
this.e("ColumnMovingStartRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingRef", {
get: function () {
return this.b6;
},
set: function (a) {
this.b6 = a;
this.e("ColumnMovingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingEndRef", {
get: function () {
return this.b7;
},
set: function (a) {
this.b7 = a;
this.e("ColumnMovingEndRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridKeydownRef", {
get: function () {
return this.c2;
},
set: function (a) {
this.c2 = a;
this.e("GridKeydownRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragStartRef", {
get: function () {
return this.dq;
},
set: function (a) {
this.dq = a;
this.e("RowDragStartRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragEndRef", {
get: function () {
return this.dp;
},
set: function (a) {
this.dp = a;
this.e("RowDragEndRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridCopyRef", {
get: function () {
return this.c1;
},
set: function (a) {
this.c1 = a;
this.e("GridCopyRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowToggleRef", {
get: function () {
return this.d4;
},
set: function (a) {
this.d4 = a;
this.e("RowToggleRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinningRef", {
get: function () {
return this.dz;
},
set: function (a) {
this.dz = a;
this.e("RowPinningRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinnedRef", {
get: function () {
return this.dy;
},
set: function (a) {
this.dy = a;
this.e("RowPinnedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "activeNodeChangeRef", {
get: function () {
return this.bw;
},
set: function (a) {
this.bw = a;
this.e("ActiveNodeChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingExpressionsChangeRef", {
get: function () {
return this.ed;
},
set: function (a) {
this.ed = a;
this.e("SortingExpressionsChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "toolbarExportingRef", {
get: function () {
return this.eg;
},
set: function (a) {
this.eg = a;
this.e("ToolbarExportingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rangeSelectedRef", {
get: function () {
return this.df;
},
set: function (a) {
this.df = a;
this.e("RangeSelectedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "renderedRef", {
get: function () {
return this.dg;
},
set: function (a) {
this.dg = a;
this.e("RenderedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangingRef", {
get: function () {
return this.cj;
},
set: function (a) {
this.cj = a;
this.e("DataChangingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangedRef", {
get: function () {
return this.ci;
},
set: function (a) {
this.ci = a;
this.e("DataChangedRef");
},
enumerable: false,
configurable: true
});
WebGridBaseDirectiveDescription.$t = markType(WebGridBaseDirectiveDescription, 'WebGridBaseDirectiveDescription', WebDisplayDensityBaseDescription.$);
return WebGridBaseDirectiveDescription;
}(WebDisplayDensityBaseDescription));
export { WebGridBaseDirectiveDescription };
/**
* @hidden
*/
var WebGridToolbarDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebGridToolbarDescription, _super);
function WebGridToolbarDescription() {
var _this = _super.call(this) || this;
_this.o = false;
_this.m = null;
_this.q = null;
_this.k = null;
return _this;
}
WebGridToolbarDescription.prototype.get_type = function () {
return "WebGridToolbar";
};
Object.defineProperty(WebGridToolbarDescription.prototype, "showProgress", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.e("ShowProgress");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridToolbarDescription.prototype, "grid", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.e("Grid");
},
enumerable: false,
configurable: true
});
Object.defineProperty(WebGridToolbarDescrip