igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
50 lines (49 loc) • 2.85 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 { WebBaseExporterDescriptionMetadata } from "./WebBaseExporterDescriptionMetadata";
import { WebExporterOptionsBaseDescriptionMetadata } from "./WebExporterOptionsBaseDescriptionMetadata";
import { WebGridBaseDirectiveDescriptionMetadata } from "./WebGridBaseDirectiveDescriptionMetadata";
import { WebExporterEventDetailDescription } from "./WebExporterEventDetailDescription";
/**
* @hidden
*/
export let WebExporterEventDetailDescriptionMetadata = /*@__PURE__*/ (() => {
class WebExporterEventDetailDescriptionMetadata extends Base {
static b(a) {
if (WebExporterEventDetailDescriptionMetadata.a == null) {
WebExporterEventDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebExporterEventDetailDescriptionMetadata.c(WebExporterEventDetailDescriptionMetadata.a);
}
if (a.j(WebExporterEventDetailDescriptionMetadata.a)) {
return;
}
a.y(WebExporterEventDetailDescriptionMetadata.a);
WebBaseExporterDescriptionMetadata.d(a);
WebExporterOptionsBaseDescriptionMetadata.d(a);
WebGridBaseDirectiveDescriptionMetadata.d(a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:ExporterEventDetail");
a.item("__packageNameWC", "String:grids");
a.item("__isPlainObject", "Boolean");
a.item("Exporter", "ExportedType:WebBaseExporter");
a.item("Options", "ExportedType:WebExporterOptionsBase");
a.item("Grid", "ExportedType:WebGridBaseDirective");
a.item("Cancel", "Boolean");
}
static d(a) {
WebExporterEventDetailDescriptionMetadata.b(a);
a.aa("WebExporterEventDetail", () => new WebExporterEventDetailDescription());
a.z("WebExporterEventDetail", WebExporterEventDetailDescriptionMetadata.a);
}
}
WebExporterEventDetailDescriptionMetadata.$t = markType(WebExporterEventDetailDescriptionMetadata, 'WebExporterEventDetailDescriptionMetadata');
WebExporterEventDetailDescriptionMetadata.a = null;
return WebExporterEventDetailDescriptionMetadata;
})();