UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

79 lines (78 loc) 4.42 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 { WebSelectItemComponentEventArgsDescriptionMetadata } from "./WebSelectItemComponentEventArgsDescriptionMetadata"; import { VoidEventArgsDescriptionMetadata } from "./VoidEventArgsDescriptionMetadata"; import { WebBaseComboBoxLikeDescriptionMetadata } from "./WebBaseComboBoxLikeDescriptionMetadata"; import { WebSelectDescription } from "./WebSelectDescription"; /** * @hidden */ export let WebSelectDescriptionMetadata = /*@__PURE__*/ (() => { class WebSelectDescriptionMetadata extends Base { static b(a) { if (WebSelectDescriptionMetadata.a == null) { WebSelectDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebSelectDescriptionMetadata.c(WebSelectDescriptionMetadata.a); } if (a.k(WebSelectDescriptionMetadata.a)) { return; } a.ad(WebSelectDescriptionMetadata.a); WebSelectItemComponentEventArgsDescriptionMetadata.d(a); VoidEventArgsDescriptionMetadata.d(a); } static c(a) { WebBaseComboBoxLikeDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:Select"); a.item("__tagNameWC", "String:igc-select"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("Value", "String"); a.item("Outlined", "Boolean"); a.item("Autofocus", "Boolean"); a.item("Distance", "Number:double"); a.item("Label", "String"); a.item("Placeholder", "String"); a.item("Placement", "ExportedType:string:PopoverPlacement"); a.item("Placement@stringUnion", "WebComponents;React"); a.item("Placement@names", "Top;TopStart;TopEnd;Bottom;BottomStart;BottomEnd;Right;RightStart;RightEnd;Left;LeftStart;LeftEnd"); a.item("ScrollStrategy", "ExportedType:string:PopoverScrollStrategy"); a.item("ScrollStrategy@stringUnion", "WebComponents;React"); a.item("ScrollStrategy@names", "Scroll;Block;Close"); a.item("Disabled", "Boolean"); a.item("Required", "Boolean"); a.item("DefaultValue", "Unknown"); a.item("Name", "String"); a.item("Invalid", "Boolean"); a.item("ChangeRef", "EventRef:SelectItemComponentEventHandler:change"); a.item("ChangeRef@args", "SelectItemComponentEventArgs"); 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"); } static d(a) { WebBaseComboBoxLikeDescriptionMetadata.d(a); WebSelectDescriptionMetadata.b(a); a.af("WebSelect", () => new WebSelectDescription()); a.ae("WebSelect", WebSelectDescriptionMetadata.a); } } WebSelectDescriptionMetadata.$t = markType(WebSelectDescriptionMetadata, 'WebSelectDescriptionMetadata'); WebSelectDescriptionMetadata.a = null; return WebSelectDescriptionMetadata; })();