UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

387 lines (386 loc) 10.8 kB
/* 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 { constructor() { super(); 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; } get_type() { return "ListPanel"; } get type() { return this.get_type(); } get selectionMode() { return this.bj; } set selectionMode(a) { this.bj = a; this.j("SelectionMode"); } get isActiveRowStyleEnabled() { return this.w; } set isActiveRowStyleEnabled(a) { this.w = a; this.j("IsActiveRowStyleEnabled"); } get selectedBackground() { return this.be; } set selectedBackground(a) { this.be = a; this.j("SelectedBackground"); } get normalBackground() { return this.a9; } set normalBackground(a) { this.a9 = a; this.j("NormalBackground"); } get activationBorder() { return this.au; } set activationBorder(a) { this.au = a; this.j("ActivationBorder"); } get activationBorderLeftWidth() { return this.aj; } set activationBorderLeftWidth(a) { this.aj = a; this.j("ActivationBorderLeftWidth"); } get activationBorderTopWidth() { return this.al; } set activationBorderTopWidth(a) { this.al = a; this.j("ActivationBorderTopWidth"); } get activationBorderRightWidth() { return this.ak; } set activationBorderRightWidth(a) { this.ak = a; this.j("ActivationBorderRightWidth"); } get activationBorderBottomWidth() { return this.ai; } set activationBorderBottomWidth(a) { this.ai = a; this.j("ActivationBorderBottomWidth"); } get activationMode() { return this.av; } set activationMode(a) { this.av = a; this.j("ActivationMode"); } get selectionBehavior() { return this.bh; } set selectionBehavior(a) { this.bh = a; this.j("SelectionBehavior"); } get primaryKey() { return this.l; } set primaryKey(a) { this.l = a; this.j("PrimaryKey"); } get actualPrimaryKey() { return this.k; } set actualPrimaryKey(a) { this.k = a; this.j("ActualPrimaryKey"); } get selectedItems() { return this.n; } set selectedItems(a) { this.n = a; this.j("SelectedItems"); } get selectedKeys() { return this.o; } set selectedKeys(a) { this.o = a; this.j("SelectedKeys"); } get dataSourceRef() { return this.a3; } set dataSourceRef(a) { this.a3 = a; this.j("DataSourceRef"); } get dataSource() { return this.u; } set dataSource(a) { this.u = a; this.j("DataSource"); } get schemaIncludedProperties() { return this.m; } set schemaIncludedProperties(a) { this.m = a; this.j("SchemaIncludedProperties"); } get itemSpacing() { return this.ae; } set itemSpacing(a) { this.ae = a; this.j("ItemSpacing"); } get rowHeight() { return this.an; } set rowHeight(a) { this.an = a; this.j("RowHeight"); } get actualRowHeight() { return this.ac; } set actualRowHeight(a) { this.ac = a; this.j("ActualRowHeight"); } get cellFontFamily() { return this.az; } set cellFontFamily(a) { this.az = a; this.j("CellFontFamily"); } get cellFontSize() { return this.ad; } set cellFontSize(a) { this.ad = a; this.j("CellFontSize"); } get cellFontStyle() { return this.a0; } set cellFontStyle(a) { this.a0 = a; this.j("CellFontStyle"); } get cellFontWeight() { return this.a1; } set cellFontWeight(a) { this.a1 = a; this.j("CellFontWeight"); } get scrollbarStyle() { return this.bd; } set scrollbarStyle(a) { this.bd = a; this.j("ScrollbarStyle"); } get scrollbarBackground() { return this.bc; } set scrollbarBackground(a) { this.bc = a; this.j("ScrollbarBackground"); } get backgroundColor() { return this.ay; } set backgroundColor(a) { this.ay = a; this.j("BackgroundColor"); } get orientation() { return this.ba; } set orientation(a) { this.ba = a; this.j("Orientation"); } get isCustomRowHeightEnabled() { return this.x; } set isCustomRowHeightEnabled(a) { this.x = a; this.j("IsCustomRowHeightEnabled"); } get textColor() { return this.bk; } set textColor(a) { this.bk = a; this.j("TextColor"); } get activeRow() { return this.am; } set activeRow(a) { this.am = a; this.j("ActiveRow"); } get notifyOnAllSelectionChanges() { return this.y; } set notifyOnAllSelectionChanges(a) { this.y = a; this.j("NotifyOnAllSelectionChanges"); } get itemRecycledRef() { return this.a7; } set itemRecycledRef(a) { this.a7 = a; this.j("ItemRecycledRef"); } get itemRebindRef() { return this.a6; } set itemRebindRef(a) { this.a6 = a; this.j("ItemRebindRef"); } get selectedItemsChangedRef() { return this.bf; } set selectedItemsChangedRef(a) { this.bf = a; this.j("SelectedItemsChangedRef"); } get selectedKeysChangedRef() { return this.bg; } set selectedKeysChangedRef(a) { this.bg = a; this.j("SelectedKeysChangedRef"); } get selectionChangedRef() { return this.bi; } set selectionChangedRef(a) { this.bi = a; this.j("SelectionChangedRef"); } get activeRowChangedRef() { return this.aw; } set activeRowChangedRef(a) { this.aw = a; this.j("ActiveRowChangedRef"); } get contentRefreshedRef() { return this.a2; } set contentRefreshedRef(a) { this.a2 = a; this.j("ContentRefreshedRef"); } get rowUpdatingRef() { return this.bb; } set rowUpdatingRef(a) { this.bb = a; this.j("RowUpdatingRef"); } get itemWidthRequestedRef() { return this.a8; } set itemWidthRequestedRef(a) { this.a8 = a; this.j("ItemWidthRequestedRef"); } get itemHeightRequestedRef() { return this.a5; } set itemHeightRequestedRef(a) { this.a5 = a; this.j("ItemHeightRequestedRef"); } get itemClickedRef() { return this.a4; } set itemClickedRef(a) { this.a4 = a; this.j("ItemClickedRef"); } get actualPrimaryKeyChangeRef() { return this.ax; } set actualPrimaryKeyChangeRef(a) { this.ax = a; this.j("ActualPrimaryKeyChangeRef"); } } ListPanelDescription.$t = markType(ListPanelDescription, 'ListPanelDescription', Description.$); return ListPanelDescription; })();