igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
321 lines (320 loc) • 10.1 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 BaseDataSourceDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(BaseDataSourceDescription, _super);
function BaseDataSourceDescription() {
var _this = _super.call(this) || this;
_this.t = false;
_this.s = false;
_this.aq = 0;
_this.ar = 0;
_this.as = 0;
_this.q = false;
_this.k = null;
_this.l = null;
_this.m = null;
_this.a0 = null;
_this.u = false;
_this.w = false;
_this.r = false;
_this.y = false;
_this.x = false;
_this.v = false;
_this.aa = false;
_this.z = false;
_this.ab = false;
_this.ac = false;
_this.az = null;
_this.ay = null;
_this.ax = null;
_this.aw = null;
return _this;
}
BaseDataSourceDescription.prototype.get_type = function () {
return "BaseDataSource";
};
Object.defineProperty(BaseDataSourceDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "isReadOnly", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("IsReadOnly");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "isBatchingEnabled", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("IsBatchingEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "actualCount", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("ActualCount");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "firstVisibleIndexRequested", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("FirstVisibleIndexRequested");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "lastVisibleIndexRequested", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("LastVisibleIndexRequested");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "deferAutoRefresh", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("DeferAutoRefresh");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "primaryKey", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("PrimaryKey");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "propertiesRequested", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("PropertiesRequested");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "schemaIncludedProperties", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("SchemaIncludedProperties");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "sectionHeaderDisplayMode", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.j("SectionHeaderDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "isSectionCollapsable", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("IsSectionCollapsable");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "isSectionExpandedDefault", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("IsSectionExpandedDefault");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "includeSummaryRowsInSection", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("IncludeSummaryRowsInSection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "isSectionSummaryRowsAtBottom", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("IsSectionSummaryRowsAtBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "isSectionHeaderNormalRow", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("IsSectionHeaderNormalRow");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "isSectionContentVisible", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("IsSectionContentVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "shouldEmitSectionHeaders", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("ShouldEmitSectionHeaders");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "shouldEmitSectionFooters", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("ShouldEmitSectionFooters");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "shouldEmitShiftedRows", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("ShouldEmitShiftedRows");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "shouldEmitSummaryRows", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("ShouldEmitSummaryRows");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "schemaChangedRef", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.j("SchemaChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "rowExpansionChangedRef", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.j("RowExpansionChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "rootSummariesChangedRef", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("RootSummariesChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(BaseDataSourceDescription.prototype, "propertiesRequestedChangedRef", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("PropertiesRequestedChangedRef");
},
enumerable: false,
configurable: true
});
BaseDataSourceDescription.$t = markType(BaseDataSourceDescription, 'BaseDataSourceDescription', Description.$);
return BaseDataSourceDescription;
}(Description));
export { BaseDataSourceDescription };