UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

84 lines (83 loc) 6.83 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 { __extends } from "tslib"; import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { PropertyEditorDescriptionObjectDescriptionMetadata } from "./PropertyEditorDescriptionObjectDescriptionMetadata"; import { PropertyEditorPropertyDescriptionButtonClickEventArgsDescriptionMetadata } from "./PropertyEditorPropertyDescriptionButtonClickEventArgsDescriptionMetadata"; import { PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata } from "./PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata"; import { PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgsDescriptionMetadata } from "./PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgsDescriptionMetadata"; import { PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata } from "./PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata"; import { PropertyEditorPropertyDescriptionDescription } from "./PropertyEditorPropertyDescriptionDescription"; /** * @hidden */ var PropertyEditorPropertyDescriptionDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(PropertyEditorPropertyDescriptionDescriptionMetadata, _super); function PropertyEditorPropertyDescriptionDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } PropertyEditorPropertyDescriptionDescriptionMetadata.b = function (a) { if (PropertyEditorPropertyDescriptionDescriptionMetadata.a == null) { PropertyEditorPropertyDescriptionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); PropertyEditorPropertyDescriptionDescriptionMetadata.c(PropertyEditorPropertyDescriptionDescriptionMetadata.a); } if (a.k(PropertyEditorPropertyDescriptionDescriptionMetadata.a)) { return; } a.ad(PropertyEditorPropertyDescriptionDescriptionMetadata.a); PropertyEditorDescriptionObjectDescriptionMetadata.d(a); PropertyEditorPropertyDescriptionButtonClickEventArgsDescriptionMetadata.d(a); PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.d(a); PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgsDescriptionMetadata.d(a); PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.d(a); }; PropertyEditorPropertyDescriptionDescriptionMetadata.c = function (a) { a.item("PropertyPath", "String"); a.item("Label", "String"); a.item("Subtitle", "String"); a.item("ValueType", "ExportedType:string:PropertyEditorValueType"); a.item("ValueType@names", "Unhandled;Number;StringValue;Date;Brush;Color;BrushCollection;Boolean1;SubType;Collection;Array;Point;Size;Rect;ColorCollection;EnumValue;MethodRef;EventRef;DataRef;TimeSpan;Button;Slider;TemplateRef;DoubleCollection;Separator;Header"); a.item("CoercedValueType", "ExportedType:string:PropertyEditorValueType"); a.item("CoercedValueType@names", "Unhandled;Number;StringValue;Date;Brush;Color;BrushCollection;Boolean1;SubType;Collection;Array;Point;Size;Rect;ColorCollection;EnumValue;MethodRef;EventRef;DataRef;TimeSpan;Button;Slider;TemplateRef;DoubleCollection;Separator;Header"); a.item("PropertyDescriptionType", "String"); a.item("ShouldOverrideDefaultEditor", "Boolean"); a.item("ElementDescriptionType", "String"); a.item("DropDownNames", "Array:string"); a.item("DropDownValues", "Array:string"); a.item("PrimitiveValue", "Unknown"); a.item("CoercedPrimitiveValue", "Unknown"); a.item("Min", "Number:double"); a.item("EditorWidth", "Number:double"); a.item("LabelWidth", "Number:double"); a.item("Max", "Number:double"); a.item("Step", "Number:double"); a.item("ComplexValue", "ExportedType:PropertyEditorDescriptionObject"); a.item("CoercedComplexValue", "ExportedType:PropertyEditorDescriptionObject"); a.item("ComplexValues", "Collection:PropertyEditorDescriptionObject:PropertyEditorDescriptionObjectCollection:PropertyEditorDescriptionObject"); a.item("CoercedComplexValues", "Collection:PropertyEditorDescriptionObject:PropertyEditorDescriptionObjectCollection:PropertyEditorDescriptionObject"); a.item("UseCoercedValue", "Boolean"); a.item("Properties", "Collection:PropertyEditorPropertyDescription:PropertyEditorPropertyDescriptionCollection:PropertyEditorPropertyDescription"); a.item("ButtonClickedRef", "EventRef:PropertyEditorPropertyDescriptionButtonClickEventHandler:buttonClicked"); a.item("ButtonClickedRef@args", "PropertyEditorPropertyDescriptionButtonClickEventArgs"); a.item("ChangedRef", "EventRef:PropertyEditorPropertyDescriptionChangedEventHandler:changed"); a.item("ChangedRef@args", "PropertyEditorPropertyDescriptionChangedEventArgs"); a.item("TargetPropertyUpdatingRef", "EventRef:PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventHandler:targetPropertyUpdating"); a.item("TargetPropertyUpdatingRef@args", "PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs"); a.item("CoercingValueRef", "EventRef:PropertyEditorPropertyDescriptionCoercingValueEventHandler:coercingValue"); a.item("CoercingValueRef@args", "PropertyEditorPropertyDescriptionCoercingValueEventArgs"); }; PropertyEditorPropertyDescriptionDescriptionMetadata.d = function (a) { PropertyEditorPropertyDescriptionDescriptionMetadata.b(a); a.af("PropertyEditorPropertyDescription", function () { return new PropertyEditorPropertyDescriptionDescription(); }); a.ae("PropertyEditorPropertyDescription", PropertyEditorPropertyDescriptionDescriptionMetadata.a); }; PropertyEditorPropertyDescriptionDescriptionMetadata.$t = markType(PropertyEditorPropertyDescriptionDescriptionMetadata, 'PropertyEditorPropertyDescriptionDescriptionMetadata'); PropertyEditorPropertyDescriptionDescriptionMetadata.a = null; return PropertyEditorPropertyDescriptionDescriptionMetadata; }(Base)); export { PropertyEditorPropertyDescriptionDescriptionMetadata };