igniteui-react-core
Version:
Ignite UI React Core.
45 lines (44 loc) • 2.59 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 { WebPaneDragStartEventArgsDetailDescriptionMetadata } from "./WebPaneDragStartEventArgsDetailDescriptionMetadata";
import { WebPaneDragStartEventArgsDescription } from "./WebPaneDragStartEventArgsDescription";
/**
* @hidden
*/
export let WebPaneDragStartEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
class WebPaneDragStartEventArgsDescriptionMetadata extends Base {
static b(a) {
if (WebPaneDragStartEventArgsDescriptionMetadata.a == null) {
WebPaneDragStartEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebPaneDragStartEventArgsDescriptionMetadata.c(WebPaneDragStartEventArgsDescriptionMetadata.a);
}
if (a.k(WebPaneDragStartEventArgsDescriptionMetadata.a)) {
return;
}
a.ac(WebPaneDragStartEventArgsDescriptionMetadata.a);
WebPaneDragStartEventArgsDetailDescriptionMetadata.d(a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:PaneDragStartEventArgs");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("__marshalByValue", "Boolean");
a.item("__skipSuffix", "Boolean");
a.item("Detail", "ExportedType:WebPaneDragStartEventArgsDetail");
}
static d(a) {
WebPaneDragStartEventArgsDescriptionMetadata.b(a);
a.ae("WebPaneDragStartEventArgs", () => new WebPaneDragStartEventArgsDescription());
a.ad("WebPaneDragStartEventArgs", WebPaneDragStartEventArgsDescriptionMetadata.a);
}
}
WebPaneDragStartEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(WebPaneDragStartEventArgsDescriptionMetadata, 'WebPaneDragStartEventArgsDescriptionMetadata');
WebPaneDragStartEventArgsDescriptionMetadata.a = null;
return WebPaneDragStartEventArgsDescriptionMetadata;
})();