UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

49 lines (48 loc) 2.51 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 { WebSearchInfoDescription } from "./WebSearchInfoDescription"; /** * @hidden */ var WebSearchInfoDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebSearchInfoDescriptionMetadata, _super); function WebSearchInfoDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } WebSearchInfoDescriptionMetadata.b = function (a) { if (WebSearchInfoDescriptionMetadata.a == null) { WebSearchInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebSearchInfoDescriptionMetadata.c(WebSearchInfoDescriptionMetadata.a); } if (a.j(WebSearchInfoDescriptionMetadata.a)) { return; } a.y(WebSearchInfoDescriptionMetadata.a); }; WebSearchInfoDescriptionMetadata.c = function (a) { a.item("__qualifiedNameTS", "String:SearchInfo"); a.item("__packageNameWC", "String:grids"); a.item("__isPlainObject", "Boolean"); a.item("SearchText", "String"); a.item("CaseSensitive", "Boolean"); a.item("ExactMatch", "Boolean"); a.item("ActiveMatchIndex", "Number:double"); a.item("MatchInfoCacheRef", "(w:MatchInfoCache,wf:MatchInfoCache)DataRef:object"); }; WebSearchInfoDescriptionMetadata.d = function (a) { WebSearchInfoDescriptionMetadata.b(a); a.aa("WebSearchInfo", function () { return new WebSearchInfoDescription(); }); a.z("WebSearchInfo", WebSearchInfoDescriptionMetadata.a); }; WebSearchInfoDescriptionMetadata.$t = markType(WebSearchInfoDescriptionMetadata, 'WebSearchInfoDescriptionMetadata'); WebSearchInfoDescriptionMetadata.a = null; return WebSearchInfoDescriptionMetadata; }(Base)); export { WebSearchInfoDescriptionMetadata };