UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

277 lines (276 loc) 7.87 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 PropertyEditorDescriptionObjectDescription = /*@__PURE__*/ (() => { class PropertyEditorDescriptionObjectDescription extends Description { constructor() { super(); this.m = null; this.k = null; } get_type() { return "PropertyEditorDescriptionObject"; } get type() { return this.get_type(); } get descriptionType() { return this.m; } set descriptionType(a) { this.m = a; this.j("DescriptionType"); } get properties() { return this.k; } set properties(a) { this.k = a; this.j("Properties"); } } PropertyEditorDescriptionObjectDescription.$t = markType(PropertyEditorDescriptionObjectDescription, 'PropertyEditorDescriptionObjectDescription', Description.$); return PropertyEditorDescriptionObjectDescription; })(); /** * @hidden */ export let PropertyEditorPropertyDescriptionDescription = /*@__PURE__*/ (() => { class PropertyEditorPropertyDescriptionDescription extends Description { constructor() { super(); 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; } get_type() { return "PropertyEditorPropertyDescription"; } get type() { return this.get_type(); } get propertyPath() { return this.ax; } set propertyPath(a) { this.ax = a; this.j("PropertyPath"); } get label() { return this.av; } set label(a) { this.av = a; this.j("Label"); } get subtitle() { return this.ay; } set subtitle(a) { this.ay = a; this.j("Subtitle"); } get valueType() { return this.a0; } set valueType(a) { this.a0 = a; this.j("ValueType"); } get coercedValueType() { return this.as; } set coercedValueType(a) { this.as = a; this.j("CoercedValueType"); } get propertyDescriptionType() { return this.aw; } set propertyDescriptionType(a) { this.aw = a; this.j("PropertyDescriptionType"); } get shouldOverrideDefaultEditor() { return this.y; } set shouldOverrideDefaultEditor(a) { this.y = a; this.j("ShouldOverrideDefaultEditor"); } get elementDescriptionType() { return this.au; } set elementDescriptionType(a) { this.au = a; this.j("ElementDescriptionType"); } get dropDownNames() { return this.m; } set dropDownNames(a) { this.m = a; this.j("DropDownNames"); } get dropDownValues() { return this.n; } set dropDownValues(a) { this.n = a; this.j("DropDownValues"); } get primitiveValue() { return this.an; } set primitiveValue(a) { this.an = a; this.j("PrimitiveValue"); } get coercedPrimitiveValue() { return this.am; } set coercedPrimitiveValue(a) { this.am = a; this.j("CoercedPrimitiveValue"); } get min() { return this.af; } set min(a) { this.af = a; this.j("Min"); } get editorWidth() { return this.ac; } set editorWidth(a) { this.ac = a; this.j("EditorWidth"); } get labelWidth() { return this.ad; } set labelWidth(a) { this.ad = a; this.j("LabelWidth"); } get max() { return this.ae; } set max(a) { this.ae = a; this.j("Max"); } get step() { return this.ag; } set step(a) { this.ag = a; this.j("Step"); } get complexValue() { return this.v; } set complexValue(a) { this.v = a; this.j("ComplexValue"); } get coercedComplexValue() { return this.u; } set coercedComplexValue(a) { this.u = a; this.j("CoercedComplexValue"); } get complexValues() { return this.l; } set complexValues(a) { this.l = a; this.j("ComplexValues"); } get coercedComplexValues() { return this.k; } set coercedComplexValues(a) { this.k = a; this.j("CoercedComplexValues"); } get useCoercedValue() { return this.z; } set useCoercedValue(a) { this.z = a; this.j("UseCoercedValue"); } get properties() { return this.o; } set properties(a) { this.o = a; this.j("Properties"); } get buttonClickedRef() { return this.aq; } set buttonClickedRef(a) { this.aq = a; this.j("ButtonClickedRef"); } get changedRef() { return this.ar; } set changedRef(a) { this.ar = a; this.j("ChangedRef"); } get targetPropertyUpdatingRef() { return this.az; } set targetPropertyUpdatingRef(a) { this.az = a; this.j("TargetPropertyUpdatingRef"); } get coercingValueRef() { return this.at; } set coercingValueRef(a) { this.at = a; this.j("CoercingValueRef"); } } PropertyEditorPropertyDescriptionDescription.$t = markType(PropertyEditorPropertyDescriptionDescription, 'PropertyEditorPropertyDescriptionDescription', Description.$); return PropertyEditorPropertyDescriptionDescription; })();