igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
573 lines (572 loc) • 17.1 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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
var ListPanelDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ListPanelDescription, _super);
function ListPanelDescription() {
var _this = _super.call(this) || this;
_this.bj = null;
_this.w = false;
_this.be = null;
_this.a9 = null;
_this.au = null;
_this.aj = 0;
_this.al = 0;
_this.ak = 0;
_this.ai = 0;
_this.av = null;
_this.bh = null;
_this.l = null;
_this.k = null;
_this.n = null;
_this.o = null;
_this.a3 = null;
_this.u = null;
_this.m = null;
_this.ae = 0;
_this.an = 0;
_this.ac = 0;
_this.az = null;
_this.ad = 0;
_this.a0 = null;
_this.a1 = null;
_this.bd = null;
_this.bc = null;
_this.ay = null;
_this.ba = null;
_this.x = false;
_this.bk = null;
_this.am = 0;
_this.y = false;
_this.a7 = null;
_this.a6 = null;
_this.bf = null;
_this.bg = null;
_this.bi = null;
_this.aw = null;
_this.a2 = null;
_this.bb = null;
_this.a8 = null;
_this.a5 = null;
_this.a4 = null;
_this.ax = null;
return _this;
}
ListPanelDescription.prototype.get_type = function () {
return "ListPanel";
};
Object.defineProperty(ListPanelDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "selectionMode", {
get: function () {
return this.bj;
},
set: function (a) {
this.bj = a;
this.j("SelectionMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "isActiveRowStyleEnabled", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("IsActiveRowStyleEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "selectedBackground", {
get: function () {
return this.be;
},
set: function (a) {
this.be = a;
this.j("SelectedBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "normalBackground", {
get: function () {
return this.a9;
},
set: function (a) {
this.a9 = a;
this.j("NormalBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "activationBorder", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("ActivationBorder");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "activationBorderLeftWidth", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.j("ActivationBorderLeftWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "activationBorderTopWidth", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("ActivationBorderTopWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "activationBorderRightWidth", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("ActivationBorderRightWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "activationBorderBottomWidth", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("ActivationBorderBottomWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "activationMode", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.j("ActivationMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "selectionBehavior", {
get: function () {
return this.bh;
},
set: function (a) {
this.bh = a;
this.j("SelectionBehavior");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "primaryKey", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("PrimaryKey");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "actualPrimaryKey", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("ActualPrimaryKey");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "selectedItems", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.j("SelectedItems");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "selectedKeys", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("SelectedKeys");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "dataSourceRef", {
get: function () {
return this.a3;
},
set: function (a) {
this.a3 = a;
this.j("DataSourceRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "dataSource", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("DataSource");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "schemaIncludedProperties", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("SchemaIncludedProperties");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "itemSpacing", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("ItemSpacing");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "rowHeight", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("RowHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "actualRowHeight", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("ActualRowHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "cellFontFamily", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.j("CellFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "cellFontSize", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("CellFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "cellFontStyle", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.j("CellFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "cellFontWeight", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.j("CellFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "scrollbarStyle", {
get: function () {
return this.bd;
},
set: function (a) {
this.bd = a;
this.j("ScrollbarStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "scrollbarBackground", {
get: function () {
return this.bc;
},
set: function (a) {
this.bc = a;
this.j("ScrollbarBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "backgroundColor", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.j("BackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "orientation", {
get: function () {
return this.ba;
},
set: function (a) {
this.ba = a;
this.j("Orientation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "isCustomRowHeightEnabled", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("IsCustomRowHeightEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "textColor", {
get: function () {
return this.bk;
},
set: function (a) {
this.bk = a;
this.j("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "activeRow", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("ActiveRow");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "notifyOnAllSelectionChanges", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("NotifyOnAllSelectionChanges");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "itemRecycledRef", {
get: function () {
return this.a7;
},
set: function (a) {
this.a7 = a;
this.j("ItemRecycledRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "itemRebindRef", {
get: function () {
return this.a6;
},
set: function (a) {
this.a6 = a;
this.j("ItemRebindRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "selectedItemsChangedRef", {
get: function () {
return this.bf;
},
set: function (a) {
this.bf = a;
this.j("SelectedItemsChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "selectedKeysChangedRef", {
get: function () {
return this.bg;
},
set: function (a) {
this.bg = a;
this.j("SelectedKeysChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "selectionChangedRef", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.j("SelectionChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "activeRowChangedRef", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("ActiveRowChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "contentRefreshedRef", {
get: function () {
return this.a2;
},
set: function (a) {
this.a2 = a;
this.j("ContentRefreshedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "rowUpdatingRef", {
get: function () {
return this.bb;
},
set: function (a) {
this.bb = a;
this.j("RowUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "itemWidthRequestedRef", {
get: function () {
return this.a8;
},
set: function (a) {
this.a8 = a;
this.j("ItemWidthRequestedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "itemHeightRequestedRef", {
get: function () {
return this.a5;
},
set: function (a) {
this.a5 = a;
this.j("ItemHeightRequestedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "itemClickedRef", {
get: function () {
return this.a4;
},
set: function (a) {
this.a4 = a;
this.j("ItemClickedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(ListPanelDescription.prototype, "actualPrimaryKeyChangeRef", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("ActualPrimaryKeyChangeRef");
},
enumerable: false,
configurable: true
});
ListPanelDescription.$t = markType(ListPanelDescription, 'ListPanelDescription', Description.$);
return ListPanelDescription;
}(Description));
export { ListPanelDescription };