UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

195 lines (194 loc) 5.58 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 DataGridToolbarDescription = /*@__PURE__*/ (() => { class DataGridToolbarDescription extends Description { constructor() { super(); this.ab = null; this.ac = null; this.ae = null; this.n = 0; this.af = null; this.ag = null; this.ad = null; this.t = null; this.aa = null; this.f = false; this.v = null; this.w = null; this.g = false; this.x = null; this.y = null; this.j = 0; this.k = 0; this.l = 0; this.m = 0; this.z = null; this.u = null; } get_type() { return "DataGridToolbar"; } get type() { return this.get_type(); } get targetGridRef() { return this.ab; } set targetGridRef(a) { this.ab = a; this.e("TargetGridRef"); } get toolbarTitle() { return this.ac; } set toolbarTitle(a) { this.ac = a; this.e("ToolbarTitle"); } get toolbarTitleFontFamily() { return this.ae; } set toolbarTitleFontFamily(a) { this.ae = a; this.e("ToolbarTitleFontFamily"); } get toolbarTitleFontSize() { return this.n; } set toolbarTitleFontSize(a) { this.n = a; this.e("ToolbarTitleFontSize"); } get toolbarTitleFontStyle() { return this.af; } set toolbarTitleFontStyle(a) { this.af = a; this.e("ToolbarTitleFontStyle"); } get toolbarTitleFontWeight() { return this.ag; } set toolbarTitleFontWeight(a) { this.ag = a; this.e("ToolbarTitleFontWeight"); } get toolbarTitleColor() { return this.ad; } set toolbarTitleColor(a) { this.ad = a; this.e("ToolbarTitleColor"); } get backgroundColor() { return this.t; } set backgroundColor(a) { this.t = a; this.e("BackgroundColor"); } get dialogBackgroundColor() { return this.aa; } set dialogBackgroundColor(a) { this.aa = a; this.e("DialogBackgroundColor"); } get columnChooser() { return this.f; } set columnChooser(a) { this.f = a; this.e("ColumnChooser"); } get columnChooserText() { return this.v; } set columnChooserText(a) { this.v = a; this.e("ColumnChooserText"); } get columnChooserTitle() { return this.w; } set columnChooserTitle(a) { this.w = a; this.e("ColumnChooserTitle"); } get columnPinning() { return this.g; } set columnPinning(a) { this.g = a; this.e("ColumnPinning"); } get columnPinningText() { return this.x; } set columnPinningText(a) { this.x = a; this.e("ColumnPinningText"); } get columnPinningTitle() { return this.y; } set columnPinningTitle(a) { this.y = a; this.e("ColumnPinningTitle"); } get borderWidthBottom() { return this.j; } set borderWidthBottom(a) { this.j = a; this.e("BorderWidthBottom"); } get borderWidthLeft() { return this.k; } set borderWidthLeft(a) { this.k = a; this.e("BorderWidthLeft"); } get borderWidthRight() { return this.l; } set borderWidthRight(a) { this.l = a; this.e("BorderWidthRight"); } get borderWidthTop() { return this.m; } set borderWidthTop(a) { this.m = a; this.e("BorderWidthTop"); } get density() { return this.z; } set density(a) { this.z = a; this.e("Density"); } get baseTheme() { return this.u; } set baseTheme(a) { this.u = a; this.e("BaseTheme"); } } DataGridToolbarDescription.$t = markType(DataGridToolbarDescription, 'DataGridToolbarDescription', Description.$); return DataGridToolbarDescription; })();