igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
320 lines (319 loc) • 9.38 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 { GridColumnOptionsBaseDescription } from "./GridColumnOptionsBaseDescription";
import { markType } from "./type";
/**
* @hidden
*/
export let GridColumnOptionsDescription = /*@__PURE__*/ (() => {
class GridColumnOptionsDescription extends GridColumnOptionsBaseDescription {
constructor() {
super();
this.bs = null;
this.bb = 0;
this.bt = null;
this.bu = null;
this.be = 0;
this.bg = 0;
this.bf = 0;
this.bd = 0;
this.ax = false;
this.a1 = false;
this.az = false;
this.a0 = false;
this.ay = false;
this.aw = false;
this.av = false;
this.a2 = false;
this.b5 = null;
this.b3 = null;
this.b4 = null;
this.bx = null;
this.by = null;
this.bz = null;
this.b0 = null;
this.b1 = null;
this.b2 = null;
this.bo = null;
this.bq = null;
this.br = null;
this.b7 = null;
this.bm = null;
this.bv = null;
this.bl = null;
this.bw = null;
this.b8 = null;
this.b6 = null;
this.bn = null;
this.bp = null;
}
get_type() {
return "GridColumnOptions";
}
get columnNameFontFamily() {
return this.bs;
}
set columnNameFontFamily(a) {
this.bs = a;
this.j("ColumnNameFontFamily");
}
get columnNameFontSize() {
return this.bb;
}
set columnNameFontSize(a) {
this.bb = a;
this.j("ColumnNameFontSize");
}
get columnNameFontStyle() {
return this.bt;
}
set columnNameFontStyle(a) {
this.bt = a;
this.j("ColumnNameFontStyle");
}
get columnNameFontWeight() {
return this.bu;
}
set columnNameFontWeight(a) {
this.bu = a;
this.j("ColumnNameFontWeight");
}
get paddingLeft() {
return this.be;
}
set paddingLeft(a) {
this.be = a;
this.j("PaddingLeft");
}
get paddingTop() {
return this.bg;
}
set paddingTop(a) {
this.bg = a;
this.j("PaddingTop");
}
get paddingRight() {
return this.bf;
}
set paddingRight(a) {
this.bf = a;
this.j("PaddingRight");
}
get paddingBottom() {
return this.bd;
}
set paddingBottom(a) {
this.bd = a;
this.j("PaddingBottom");
}
get headerVisible() {
return this.ax;
}
set headerVisible(a) {
this.ax = a;
this.j("HeaderVisible");
}
get sortOptionsVisible() {
return this.a1;
}
set sortOptionsVisible(a) {
this.a1 = a;
this.j("SortOptionsVisible");
}
get moveOptionsVisible() {
return this.az;
}
set moveOptionsVisible(a) {
this.az = a;
this.j("MoveOptionsVisible");
}
get pinOptionsVisible() {
return this.a0;
}
set pinOptionsVisible(a) {
this.a0 = a;
this.j("PinOptionsVisible");
}
get hideOptionsVisible() {
return this.ay;
}
set hideOptionsVisible(a) {
this.ay = a;
this.j("HideOptionsVisible");
}
get groupOptionsVisible() {
return this.aw;
}
set groupOptionsVisible(a) {
this.aw = a;
this.j("GroupOptionsVisible");
}
get filterOptionsVisible() {
return this.av;
}
set filterOptionsVisible(a) {
this.av = a;
this.j("FilterOptionsVisible");
}
get summaryOptionsVisible() {
return this.a2;
}
set summaryOptionsVisible(a) {
this.a2 = a;
this.j("SummaryOptionsVisible");
}
get sortHeaderCaption() {
return this.b5;
}
set sortHeaderCaption(a) {
this.b5 = a;
this.j("SortHeaderCaption");
}
get sortAscendingCaption() {
return this.b3;
}
set sortAscendingCaption(a) {
this.b3 = a;
this.j("SortAscendingCaption");
}
get sortDescendingCaption() {
return this.b4;
}
set sortDescendingCaption(a) {
this.b4 = a;
this.j("SortDescendingCaption");
}
get moveHeaderCaption() {
return this.bx;
}
set moveHeaderCaption(a) {
this.bx = a;
this.j("MoveHeaderCaption");
}
get moveLeftCaption() {
return this.by;
}
set moveLeftCaption(a) {
this.by = a;
this.j("MoveLeftCaption");
}
get moveRightCaption() {
return this.bz;
}
set moveRightCaption(a) {
this.bz = a;
this.j("MoveRightCaption");
}
get pinHeaderCaption() {
return this.b0;
}
set pinHeaderCaption(a) {
this.b0 = a;
this.j("PinHeaderCaption");
}
get pinLeftCaption() {
return this.b1;
}
set pinLeftCaption(a) {
this.b1 = a;
this.j("PinLeftCaption");
}
get pinRightCaption() {
return this.b2;
}
set pinRightCaption(a) {
this.b2 = a;
this.j("PinRightCaption");
}
get applyFiltersButtonCaption() {
return this.bo;
}
set applyFiltersButtonCaption(a) {
this.bo = a;
this.j("ApplyFiltersButtonCaption");
}
get cancelFiltersButtonCaption() {
return this.bq;
}
set cancelFiltersButtonCaption(a) {
this.bq = a;
this.j("CancelFiltersButtonCaption");
}
get clearColumnFiltersCaption() {
return this.br;
}
set clearColumnFiltersCaption(a) {
this.br = a;
this.j("ClearColumnFiltersCaption");
}
get summaryListDensity() {
return this.b7;
}
set summaryListDensity(a) {
this.b7 = a;
this.j("SummaryListDensity");
}
get actualSummaryListDensity() {
return this.bm;
}
set actualSummaryListDensity(a) {
this.bm = a;
this.j("ActualSummaryListDensity");
}
get filterListDensity() {
return this.bv;
}
set filterListDensity(a) {
this.bv = a;
this.j("FilterListDensity");
}
get actualFilterListDensity() {
return this.bl;
}
set actualFilterListDensity(a) {
this.bl = a;
this.j("ActualFilterListDensity");
}
get filterListPlaceholderText() {
return this.bw;
}
set filterListPlaceholderText(a) {
this.bw = a;
this.j("FilterListPlaceholderText");
}
get summaryListTextColor() {
return this.b8;
}
set summaryListTextColor(a) {
this.b8 = a;
this.j("SummaryListTextColor");
}
get summaryListBackground() {
return this.b6;
}
set summaryListBackground(a) {
this.b6 = a;
this.j("SummaryListBackground");
}
get applyButtonClickRef() {
return this.bn;
}
set applyButtonClickRef(a) {
this.bn = a;
this.j("ApplyButtonClickRef");
}
get cancelButtonClickRef() {
return this.bp;
}
set cancelButtonClickRef(a) {
this.bp = a;
this.j("CancelButtonClickRef");
}
}
GridColumnOptionsDescription.$t = markType(GridColumnOptionsDescription, 'GridColumnOptionsDescription', GridColumnOptionsBaseDescription.$);
return GridColumnOptionsDescription;
})();