UNPKG

igniteui-react-core

Version:
55 lines (54 loc) 3.22 kB
/* 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 { WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata } from "./WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata"; import { WebExpressionTreeDescription } from "./WebExpressionTreeDescription"; /** * @hidden */ export let WebExpressionTreeDescriptionMetadata = /*@__PURE__*/ (() => { class WebExpressionTreeDescriptionMetadata extends Base { static b(a) { if (WebExpressionTreeDescriptionMetadata.a == null) { WebExpressionTreeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebExpressionTreeDescriptionMetadata.c(WebExpressionTreeDescriptionMetadata.a); } if (a.k(WebExpressionTreeDescriptionMetadata.a)) { return; } a.ac(WebExpressionTreeDescriptionMetadata.a); WebExpressionTreeOrFilteringExpressionDescriptionMetadata.d(a); } static c(a) { WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:ExpressionTree"); 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("__isPlainObject", "Boolean"); 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) { WebExpressionTreeDescriptionMetadata.b(a); a.ae("WebExpressionTree", () => new WebExpressionTreeDescription()); a.ad("WebExpressionTree", WebExpressionTreeDescriptionMetadata.a); } } WebExpressionTreeDescriptionMetadata.$t = /*@__PURE__*/ markType(WebExpressionTreeDescriptionMetadata, 'WebExpressionTreeDescriptionMetadata'); WebExpressionTreeDescriptionMetadata.a = null; return WebExpressionTreeDescriptionMetadata; })();