igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
52 lines (51 loc) • 3.09 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 { WebExpressionTreeOrFilteringExpressionDescriptionMetadata } from "./WebExpressionTreeOrFilteringExpressionDescriptionMetadata";
import { WebExpressionTreeDetailDescription } from "./WebExpressionTreeDetailDescription";
/**
* @hidden
*/
export let WebExpressionTreeDetailDescriptionMetadata = /*@__PURE__*/ (() => {
class WebExpressionTreeDetailDescriptionMetadata extends Base {
static b(a) {
if (WebExpressionTreeDetailDescriptionMetadata.a == null) {
WebExpressionTreeDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebExpressionTreeDetailDescriptionMetadata.c(WebExpressionTreeDetailDescriptionMetadata.a);
}
if (a.k(WebExpressionTreeDetailDescriptionMetadata.a)) {
return;
}
a.ad(WebExpressionTreeDetailDescriptionMetadata.a);
WebExpressionTreeOrFilteringExpressionDescriptionMetadata.d(a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:ExpressionTreeDetail");
a.item("__packageNameWC", "String:grids");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
a.item("__marshalByValue", "Boolean");
a.item("__skipSuffix", "Boolean");
a.item("FilteringOperands", "Array:WebExpressionTreeOrFilteringExpressionDescription:ExpressionTreeOrFilteringExpression");
a.item("Operator", "ExportedType:string:FilteringLogic");
a.item("Operator@names", "And;Or");
a.item("FieldName", "String");
a.item("Entity", "String");
a.item("ReturnFields", "Array:string");
}
static d(a) {
WebExpressionTreeDetailDescriptionMetadata.b(a);
a.af("WebExpressionTreeDetail", () => new WebExpressionTreeDetailDescription());
a.ae("WebExpressionTreeDetail", WebExpressionTreeDetailDescriptionMetadata.a);
}
}
WebExpressionTreeDetailDescriptionMetadata.$t = markType(WebExpressionTreeDetailDescriptionMetadata, 'WebExpressionTreeDetailDescriptionMetadata');
WebExpressionTreeDetailDescriptionMetadata.a = null;
return WebExpressionTreeDetailDescriptionMetadata;
})();