UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

43 lines (42 loc) 2.63 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"; /** * @hidden */ var BaseGenericDataSourceDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(BaseGenericDataSourceDescriptionMetadata, _super); function BaseGenericDataSourceDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } BaseGenericDataSourceDescriptionMetadata.b = function (a) { if (BaseGenericDataSourceDescriptionMetadata.a == null) { BaseGenericDataSourceDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); BaseGenericDataSourceDescriptionMetadata.c(BaseGenericDataSourceDescriptionMetadata.a); } if (a.k(BaseGenericDataSourceDescriptionMetadata.a)) { return; } a.ad(BaseGenericDataSourceDescriptionMetadata.a); }; BaseGenericDataSourceDescriptionMetadata.c = function (a) { a.item("SortDescriptions", "Collection:DataSourceSortDescription:DataSourceSortDescriptionCollection:DataSourceSortDescription"); a.item("GroupDescriptions", "Collection:DataSourceGroupDescription:DataSourceGroupDescriptionCollection:DataSourceGroupDescription"); a.item("SummaryDescriptions", "Collection:DataSourceSummaryDescription:DataSourceSummaryDescriptionCollection:DataSourceSummaryDescription"); a.item("FilterExpressions", "Collection:FilterExpression:FilterExpressionCollection:FilterExpression"); }; BaseGenericDataSourceDescriptionMetadata.d = function (a) { BaseGenericDataSourceDescriptionMetadata.b(a); a.ae("BaseGenericDataSource", BaseGenericDataSourceDescriptionMetadata.a); }; BaseGenericDataSourceDescriptionMetadata.$t = markType(BaseGenericDataSourceDescriptionMetadata, 'BaseGenericDataSourceDescriptionMetadata'); BaseGenericDataSourceDescriptionMetadata.a = null; return BaseGenericDataSourceDescriptionMetadata; }(Base)); export { BaseGenericDataSourceDescriptionMetadata };