igniteui-react-core
Version:
Ignite UI React Core.
387 lines (386 loc) • 10.5 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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
export let ListPanelDescription = /*@__PURE__*/ (() => {
class ListPanelDescription extends Description {
get_type() {
return "ListPanel";
}
get type() {
return this.get_type();
}
constructor() {
super();
this.bg = null;
this.t = false;
this.bb = null;
this.a6 = null;
this.ar = null;
this.ag = 0;
this.ai = 0;
this.ah = 0;
this.af = 0;
this.as = null;
this.be = null;
this.i = null;
this.h = null;
this.k = null;
this.l = null;
this.a0 = null;
this.r = null;
this.j = null;
this.ab = 0;
this.ak = 0;
this.z = 0;
this.aw = null;
this.aa = 0;
this.ax = null;
this.ay = null;
this.ba = null;
this.a9 = null;
this.av = null;
this.a7 = null;
this.u = false;
this.bh = null;
this.aj = 0;
this.v = false;
this.a4 = null;
this.a3 = null;
this.bc = null;
this.bd = null;
this.bf = null;
this.at = null;
this.az = null;
this.a8 = null;
this.a5 = null;
this.a2 = null;
this.a1 = null;
this.au = null;
}
get selectionMode() {
return this.bg;
}
set selectionMode(a) {
this.bg = a;
this.g("SelectionMode");
}
get isActiveRowStyleEnabled() {
return this.t;
}
set isActiveRowStyleEnabled(a) {
this.t = a;
this.g("IsActiveRowStyleEnabled");
}
get selectedBackground() {
return this.bb;
}
set selectedBackground(a) {
this.bb = a;
this.g("SelectedBackground");
}
get normalBackground() {
return this.a6;
}
set normalBackground(a) {
this.a6 = a;
this.g("NormalBackground");
}
get activationBorder() {
return this.ar;
}
set activationBorder(a) {
this.ar = a;
this.g("ActivationBorder");
}
get activationBorderLeftWidth() {
return this.ag;
}
set activationBorderLeftWidth(a) {
this.ag = a;
this.g("ActivationBorderLeftWidth");
}
get activationBorderTopWidth() {
return this.ai;
}
set activationBorderTopWidth(a) {
this.ai = a;
this.g("ActivationBorderTopWidth");
}
get activationBorderRightWidth() {
return this.ah;
}
set activationBorderRightWidth(a) {
this.ah = a;
this.g("ActivationBorderRightWidth");
}
get activationBorderBottomWidth() {
return this.af;
}
set activationBorderBottomWidth(a) {
this.af = a;
this.g("ActivationBorderBottomWidth");
}
get activationMode() {
return this.as;
}
set activationMode(a) {
this.as = a;
this.g("ActivationMode");
}
get selectionBehavior() {
return this.be;
}
set selectionBehavior(a) {
this.be = a;
this.g("SelectionBehavior");
}
get primaryKey() {
return this.i;
}
set primaryKey(a) {
this.i = a;
this.g("PrimaryKey");
}
get actualPrimaryKey() {
return this.h;
}
set actualPrimaryKey(a) {
this.h = a;
this.g("ActualPrimaryKey");
}
get selectedItems() {
return this.k;
}
set selectedItems(a) {
this.k = a;
this.g("SelectedItems");
}
get selectedKeys() {
return this.l;
}
set selectedKeys(a) {
this.l = a;
this.g("SelectedKeys");
}
get dataSourceRef() {
return this.a0;
}
set dataSourceRef(a) {
this.a0 = a;
this.g("DataSourceRef");
}
get dataSource() {
return this.r;
}
set dataSource(a) {
this.r = a;
this.g("DataSource");
}
get schemaIncludedProperties() {
return this.j;
}
set schemaIncludedProperties(a) {
this.j = a;
this.g("SchemaIncludedProperties");
}
get itemSpacing() {
return this.ab;
}
set itemSpacing(a) {
this.ab = a;
this.g("ItemSpacing");
}
get rowHeight() {
return this.ak;
}
set rowHeight(a) {
this.ak = a;
this.g("RowHeight");
}
get actualRowHeight() {
return this.z;
}
set actualRowHeight(a) {
this.z = a;
this.g("ActualRowHeight");
}
get cellFontFamily() {
return this.aw;
}
set cellFontFamily(a) {
this.aw = a;
this.g("CellFontFamily");
}
get cellFontSize() {
return this.aa;
}
set cellFontSize(a) {
this.aa = a;
this.g("CellFontSize");
}
get cellFontStyle() {
return this.ax;
}
set cellFontStyle(a) {
this.ax = a;
this.g("CellFontStyle");
}
get cellFontWeight() {
return this.ay;
}
set cellFontWeight(a) {
this.ay = a;
this.g("CellFontWeight");
}
get scrollbarStyle() {
return this.ba;
}
set scrollbarStyle(a) {
this.ba = a;
this.g("ScrollbarStyle");
}
get scrollbarBackground() {
return this.a9;
}
set scrollbarBackground(a) {
this.a9 = a;
this.g("ScrollbarBackground");
}
get backgroundColor() {
return this.av;
}
set backgroundColor(a) {
this.av = a;
this.g("BackgroundColor");
}
get orientation() {
return this.a7;
}
set orientation(a) {
this.a7 = a;
this.g("Orientation");
}
get isCustomRowHeightEnabled() {
return this.u;
}
set isCustomRowHeightEnabled(a) {
this.u = a;
this.g("IsCustomRowHeightEnabled");
}
get textColor() {
return this.bh;
}
set textColor(a) {
this.bh = a;
this.g("TextColor");
}
get activeRow() {
return this.aj;
}
set activeRow(a) {
this.aj = a;
this.g("ActiveRow");
}
get notifyOnAllSelectionChanges() {
return this.v;
}
set notifyOnAllSelectionChanges(a) {
this.v = a;
this.g("NotifyOnAllSelectionChanges");
}
get itemRecycledRef() {
return this.a4;
}
set itemRecycledRef(a) {
this.a4 = a;
this.g("ItemRecycledRef");
}
get itemRebindRef() {
return this.a3;
}
set itemRebindRef(a) {
this.a3 = a;
this.g("ItemRebindRef");
}
get selectedItemsChangedRef() {
return this.bc;
}
set selectedItemsChangedRef(a) {
this.bc = a;
this.g("SelectedItemsChangedRef");
}
get selectedKeysChangedRef() {
return this.bd;
}
set selectedKeysChangedRef(a) {
this.bd = a;
this.g("SelectedKeysChangedRef");
}
get selectionChangedRef() {
return this.bf;
}
set selectionChangedRef(a) {
this.bf = a;
this.g("SelectionChangedRef");
}
get activeRowChangedRef() {
return this.at;
}
set activeRowChangedRef(a) {
this.at = a;
this.g("ActiveRowChangedRef");
}
get contentRefreshedRef() {
return this.az;
}
set contentRefreshedRef(a) {
this.az = a;
this.g("ContentRefreshedRef");
}
get rowUpdatingRef() {
return this.a8;
}
set rowUpdatingRef(a) {
this.a8 = a;
this.g("RowUpdatingRef");
}
get itemWidthRequestedRef() {
return this.a5;
}
set itemWidthRequestedRef(a) {
this.a5 = a;
this.g("ItemWidthRequestedRef");
}
get itemHeightRequestedRef() {
return this.a2;
}
set itemHeightRequestedRef(a) {
this.a2 = a;
this.g("ItemHeightRequestedRef");
}
get itemClickedRef() {
return this.a1;
}
set itemClickedRef(a) {
this.a1 = a;
this.g("ItemClickedRef");
}
get actualPrimaryKeyChangeRef() {
return this.au;
}
set actualPrimaryKeyChangeRef(a) {
this.au = a;
this.g("ActualPrimaryKeyChangeRef");
}
}
ListPanelDescription.$t = /*@__PURE__*/ markType(ListPanelDescription, 'ListPanelDescription', Description.$);
return ListPanelDescription;
})();