igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
42 lines (41 loc) • 2.23 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 { WebGridDataBindableDescription } from "./WebGridDataBindableDescription";
/**
* @hidden
*/
export let WebGridDataBindableDescriptionMetadata = /*@__PURE__*/ (() => {
class WebGridDataBindableDescriptionMetadata extends Base {
static b(a) {
if (WebGridDataBindableDescriptionMetadata.a == null) {
WebGridDataBindableDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebGridDataBindableDescriptionMetadata.c(WebGridDataBindableDescriptionMetadata.a);
}
if (a.j(WebGridDataBindableDescriptionMetadata.a)) {
return;
}
a.y(WebGridDataBindableDescriptionMetadata.a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:GridDataBindable");
a.item("__packageNameWC", "String:grids");
a.item("__isPlainObject", "Boolean");
a.item("DataRef", "(w:Data,wf:Data)DataRef:object");
a.item("FilteredDataRef", "(w:FilteredData,wf:FilteredData)DataRef:object");
}
static d(a) {
WebGridDataBindableDescriptionMetadata.b(a);
a.aa("WebGridDataBindable", () => new WebGridDataBindableDescription());
a.z("WebGridDataBindable", WebGridDataBindableDescriptionMetadata.a);
}
}
WebGridDataBindableDescriptionMetadata.$t = markType(WebGridDataBindableDescriptionMetadata, 'WebGridDataBindableDescriptionMetadata');
WebGridDataBindableDescriptionMetadata.a = null;
return WebGridDataBindableDescriptionMetadata;
})();