igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
285 lines (284 loc) • 8.86 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 DataGridToolbarDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataGridToolbarDescription, _super);
function DataGridToolbarDescription() {
var _this = _super.call(this) || this;
_this.ag = null;
_this.ah = null;
_this.aj = null;
_this.s = 0;
_this.ak = null;
_this.al = null;
_this.ai = null;
_this.y = null;
_this.af = null;
_this.k = false;
_this.aa = null;
_this.ab = null;
_this.l = false;
_this.ac = null;
_this.ad = null;
_this.o = 0;
_this.p = 0;
_this.q = 0;
_this.r = 0;
_this.ae = null;
_this.z = null;
return _this;
}
DataGridToolbarDescription.prototype.get_type = function () {
return "DataGridToolbar";
};
Object.defineProperty(DataGridToolbarDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "targetGridRef", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("TargetGridRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "toolbarTitle", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("ToolbarTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "toolbarTitleFontFamily", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.j("ToolbarTitleFontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "toolbarTitleFontSize", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("ToolbarTitleFontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "toolbarTitleFontStyle", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("ToolbarTitleFontStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "toolbarTitleFontWeight", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("ToolbarTitleFontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "toolbarTitleColor", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("ToolbarTitleColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "backgroundColor", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("BackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "dialogBackgroundColor", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("DialogBackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "columnChooser", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("ColumnChooser");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "columnChooserText", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("ColumnChooserText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "columnChooserTitle", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("ColumnChooserTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "columnPinning", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("ColumnPinning");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "columnPinningText", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("ColumnPinningText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "columnPinningTitle", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("ColumnPinningTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "borderWidthBottom", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("BorderWidthBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "borderWidthLeft", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("BorderWidthLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "borderWidthRight", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("BorderWidthRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "borderWidthTop", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("BorderWidthTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "density", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("Density");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataGridToolbarDescription.prototype, "baseTheme", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("BaseTheme");
},
enumerable: false,
configurable: true
});
DataGridToolbarDescription.$t = markType(DataGridToolbarDescription, 'DataGridToolbarDescription', Description.$);
return DataGridToolbarDescription;
}(Description));
export { DataGridToolbarDescription };