igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
404 lines (403 loc) • 13.3 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 PropertyEditorDescriptionObjectDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(PropertyEditorDescriptionObjectDescription, _super);
function PropertyEditorDescriptionObjectDescription() {
var _this = _super.call(this) || this;
_this.m = null;
_this.k = null;
return _this;
}
PropertyEditorDescriptionObjectDescription.prototype.get_type = function () {
return "PropertyEditorDescriptionObject";
};
Object.defineProperty(PropertyEditorDescriptionObjectDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorDescriptionObjectDescription.prototype, "descriptionType", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("DescriptionType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorDescriptionObjectDescription.prototype, "properties", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("Properties");
},
enumerable: false,
configurable: true
});
PropertyEditorDescriptionObjectDescription.$t = markType(PropertyEditorDescriptionObjectDescription, 'PropertyEditorDescriptionObjectDescription', Description.$);
return PropertyEditorDescriptionObjectDescription;
}(Description));
export { PropertyEditorDescriptionObjectDescription };
/**
* @hidden
*/
var PropertyEditorPropertyDescriptionDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(PropertyEditorPropertyDescriptionDescription, _super);
function PropertyEditorPropertyDescriptionDescription() {
var _this = _super.call(this) || this;
_this.ax = null;
_this.av = null;
_this.ay = null;
_this.a0 = null;
_this.as = null;
_this.aw = null;
_this.y = false;
_this.au = null;
_this.m = null;
_this.n = null;
_this.an = null;
_this.am = null;
_this.af = 0;
_this.ac = 0;
_this.ad = 0;
_this.ae = 0;
_this.ag = 0;
_this.v = null;
_this.u = null;
_this.l = null;
_this.k = null;
_this.z = false;
_this.o = null;
_this.aq = null;
_this.ar = null;
_this.az = null;
_this.at = null;
return _this;
}
PropertyEditorPropertyDescriptionDescription.prototype.get_type = function () {
return "PropertyEditorPropertyDescription";
};
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "propertyPath", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("PropertyPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "label", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.j("Label");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "subtitle", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.j("Subtitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "valueType", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.j("ValueType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "coercedValueType", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("CoercedValueType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "propertyDescriptionType", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("PropertyDescriptionType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "shouldOverrideDefaultEditor", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("ShouldOverrideDefaultEditor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "elementDescriptionType", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("ElementDescriptionType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "dropDownNames", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("DropDownNames");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "dropDownValues", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.j("DropDownValues");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "primitiveValue", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("PrimitiveValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "coercedPrimitiveValue", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("CoercedPrimitiveValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "min", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("Min");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "editorWidth", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("EditorWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "labelWidth", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("LabelWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "max", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("Max");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "step", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("Step");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "complexValue", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("ComplexValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "coercedComplexValue", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("CoercedComplexValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "complexValues", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("ComplexValues");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "coercedComplexValues", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("CoercedComplexValues");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "useCoercedValue", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("UseCoercedValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "properties", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("Properties");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "buttonClickedRef", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("ButtonClickedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "changedRef", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("ChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "targetPropertyUpdatingRef", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.j("TargetPropertyUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PropertyEditorPropertyDescriptionDescription.prototype, "coercingValueRef", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("CoercingValueRef");
},
enumerable: false,
configurable: true
});
PropertyEditorPropertyDescriptionDescription.$t = markType(PropertyEditorPropertyDescriptionDescription, 'PropertyEditorPropertyDescriptionDescription', Description.$);
return PropertyEditorPropertyDescriptionDescription;
}(Description));
export { PropertyEditorPropertyDescriptionDescription };