igniteui-react-core
Version:
Ignite UI React Core.
42 lines (41 loc) • 3.07 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 { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { PropertyEditorDescriptionObjectDescriptionMetadata } from "./PropertyEditorDescriptionObjectDescriptionMetadata";
import { PropertyEditorPropertyDescriptionCoercingValueEventArgsDescription } from "./PropertyEditorPropertyDescriptionCoercingValueEventArgsDescription";
/**
* @hidden
*/
export let PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
class PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata extends Base {
static b(a) {
if (PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.a == null) {
PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.c(PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.a);
}
if (a.k(PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.a);
PropertyEditorDescriptionObjectDescriptionMetadata.d(a);
}
static c(a) {
a.item("Value", "Unknown");
a.item("ComplexValue", "ExportedType:PropertyEditorDescriptionObject");
a.item("ComplexValues", "Collection:PropertyEditorDescriptionObject:PropertyEditorDescriptionObjectCollection:PropertyEditorDescriptionObject");
}
static d(a) {
PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.b(a);
a.ae("PropertyEditorPropertyDescriptionCoercingValueEventArgs", () => new PropertyEditorPropertyDescriptionCoercingValueEventArgsDescription());
a.ad("PropertyEditorPropertyDescriptionCoercingValueEventArgs", PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.a);
}
}
PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata, 'PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata');
PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata.a = null;
return PropertyEditorPropertyDescriptionCoercingValueEventArgsDescriptionMetadata;
})();