UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

91 lines (90 loc) 4.81 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 { WebFilteringOptionsDescriptionMetadata } from "./WebFilteringOptionsDescriptionMetadata"; import { WebComboChangeEventArgsDescriptionMetadata } from "./WebComboChangeEventArgsDescriptionMetadata"; import { VoidEventArgsDescriptionMetadata } from "./VoidEventArgsDescriptionMetadata"; import { WebComboDescription } from "./WebComboDescription"; /** * @hidden */ var WebComboDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebComboDescriptionMetadata, _super); function WebComboDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } WebComboDescriptionMetadata.b = function (a) { if (WebComboDescriptionMetadata.a == null) { WebComboDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebComboDescriptionMetadata.c(WebComboDescriptionMetadata.a); } if (a.k(WebComboDescriptionMetadata.a)) { return; } a.ad(WebComboDescriptionMetadata.a); WebFilteringOptionsDescriptionMetadata.d(a); WebComboChangeEventArgsDescriptionMetadata.d(a); VoidEventArgsDescriptionMetadata.d(a); }; WebComboDescriptionMetadata.c = function (a) { a.item("__qualifiedNameTS", "String:Combo"); a.item("__tagNameWC", "String:igc-combo"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("DataRef", "(w:Data,p:Data)DataRef::object"); a.item("Outlined", "Boolean"); a.item("SingleSelect", "Boolean"); a.item("Autofocus", "Boolean"); a.item("AutofocusList", "Boolean"); a.item("Label", "String"); a.item("Placeholder", "String"); a.item("PlaceholderSearch", "String"); a.item("Open", "Boolean"); a.item("ValueKey", "String"); a.item("DisplayKey", "String"); a.item("GroupKey", "String"); a.item("GroupSorting", "ExportedType:string:GroupingDirection"); a.item("GroupSorting@stringUnion", "WebComponents;React"); a.item("GroupSorting@names", "Asc;Desc;None"); a.item("FilteringOptions", "ExportedType:WebFilteringOptions"); a.item("CaseSensitiveIcon", "Boolean"); a.item("DisableFiltering", "Boolean"); a.item("Value", "Array:object"); a.item("Disabled", "Boolean"); a.item("Required", "Boolean"); a.item("DefaultValue", "Unknown"); a.item("Name", "String"); a.item("Invalid", "Boolean"); a.item("ItemTemplateRef", "(w:ItemTemplate,p:ItemTemplate)TemplateRef::object"); a.item("GroupHeaderTemplateRef", "(w:GroupHeaderTemplate,p:GroupHeaderTemplate)TemplateRef::object"); a.item("ChangeRef", "EventRef:ComboChangeEventHandler:change"); a.item("ChangeRef@args", "ComboChangeEventArgs"); a.item("FocusRef", "EventRef:VoidHandler:focus:skipWCPrefix"); a.item("FocusRef@args", "VoidEventArgs"); a.item("BlurRef", "EventRef:VoidHandler:blur:skipWCPrefix"); a.item("BlurRef@args", "VoidEventArgs"); a.item("OpeningRef", "EventRef:VoidHandler:opening"); a.item("OpeningRef@args", "VoidEventArgs"); a.item("OpenedRef", "EventRef:VoidHandler:opened"); a.item("OpenedRef@args", "VoidEventArgs"); a.item("ClosingRef", "EventRef:VoidHandler:closing"); a.item("ClosingRef@args", "VoidEventArgs"); a.item("ClosedRef", "EventRef:VoidHandler:closed"); a.item("ClosedRef@args", "VoidEventArgs"); }; WebComboDescriptionMetadata.d = function (a) { WebComboDescriptionMetadata.b(a); a.af("WebCombo", function () { return new WebComboDescription(); }); a.ae("WebCombo", WebComboDescriptionMetadata.a); }; WebComboDescriptionMetadata.$t = markType(WebComboDescriptionMetadata, 'WebComboDescriptionMetadata'); WebComboDescriptionMetadata.a = null; return WebComboDescriptionMetadata; }(Base)); export { WebComboDescriptionMetadata };