UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

56 lines (55 loc) 3.38 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 { __extends } from "tslib"; import { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { WebExpressionTreeOrFilteringExpressionDescriptionMetadata } from "./WebExpressionTreeOrFilteringExpressionDescriptionMetadata"; import { WebExpressionTreeDetailDescription } from "./WebExpressionTreeDetailDescription"; /** * @hidden */ var WebExpressionTreeDetailDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebExpressionTreeDetailDescriptionMetadata, _super); function WebExpressionTreeDetailDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } WebExpressionTreeDetailDescriptionMetadata.b = function (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); }; WebExpressionTreeDetailDescriptionMetadata.c = function (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"); }; WebExpressionTreeDetailDescriptionMetadata.d = function (a) { WebExpressionTreeDetailDescriptionMetadata.b(a); a.af("WebExpressionTreeDetail", function () { return new WebExpressionTreeDetailDescription(); }); a.ae("WebExpressionTreeDetail", WebExpressionTreeDetailDescriptionMetadata.a); }; WebExpressionTreeDetailDescriptionMetadata.$t = markType(WebExpressionTreeDetailDescriptionMetadata, 'WebExpressionTreeDetailDescriptionMetadata'); WebExpressionTreeDetailDescriptionMetadata.a = null; return WebExpressionTreeDetailDescriptionMetadata; }(Base)); export { WebExpressionTreeDetailDescriptionMetadata };