igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
41 lines (40 loc) • 2.25 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 { WebPivotValueDetailDescriptionMetadata } from "./WebPivotValueDetailDescriptionMetadata";
import { WebPivotValueEventArgsDescription } from "./WebPivotValueEventArgsDescription";
/**
* @hidden
*/
export let WebPivotValueEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
class WebPivotValueEventArgsDescriptionMetadata extends Base {
static b(a) {
if (WebPivotValueEventArgsDescriptionMetadata.a == null) {
WebPivotValueEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebPivotValueEventArgsDescriptionMetadata.c(WebPivotValueEventArgsDescriptionMetadata.a);
}
if (a.j(WebPivotValueEventArgsDescriptionMetadata.a)) {
return;
}
a.y(WebPivotValueEventArgsDescriptionMetadata.a);
WebPivotValueDetailDescriptionMetadata.d(a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:PivotValueEventArgs");
a.item("Detail", "ExportedType:WebPivotValueDetail");
}
static d(a) {
WebPivotValueEventArgsDescriptionMetadata.b(a);
a.aa("WebPivotValueEventArgs", () => new WebPivotValueEventArgsDescription());
a.z("WebPivotValueEventArgs", WebPivotValueEventArgsDescriptionMetadata.a);
}
}
WebPivotValueEventArgsDescriptionMetadata.$t = markType(WebPivotValueEventArgsDescriptionMetadata, 'WebPivotValueEventArgsDescriptionMetadata');
WebPivotValueEventArgsDescriptionMetadata.a = null;
return WebPivotValueEventArgsDescriptionMetadata;
})();