UNPKG

igniteui-react-core

Version:
61 lines (60 loc) 3.66 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 { WebOverlaySettingsDescriptionMetadata } from "./WebOverlaySettingsDescriptionMetadata"; import { WebToggleViewCancelableEventArgsDescriptionMetadata } from "./WebToggleViewCancelableEventArgsDescriptionMetadata"; import { WebToggleViewEventArgsDescriptionMetadata } from "./WebToggleViewEventArgsDescriptionMetadata"; import { WebColumnToggledEventArgsDescriptionMetadata } from "./WebColumnToggledEventArgsDescriptionMetadata"; import { WebGridToolbarBaseActionDescriptionMetadata } from "./WebGridToolbarBaseActionDescriptionMetadata"; /** * @hidden */ export let WebBaseToolbarDirectiveDescriptionMetadata = /*@__PURE__*/ (() => { class WebBaseToolbarDirectiveDescriptionMetadata extends Base { static b(a) { if (WebBaseToolbarDirectiveDescriptionMetadata.a == null) { WebBaseToolbarDirectiveDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebBaseToolbarDirectiveDescriptionMetadata.c(WebBaseToolbarDirectiveDescriptionMetadata.a); } if (a.k(WebBaseToolbarDirectiveDescriptionMetadata.a)) { return; } a.ac(WebBaseToolbarDirectiveDescriptionMetadata.a); WebOverlaySettingsDescriptionMetadata.d(a); WebToggleViewCancelableEventArgsDescriptionMetadata.d(a); WebToggleViewEventArgsDescriptionMetadata.d(a); WebColumnToggledEventArgsDescriptionMetadata.d(a); } static c(a) { WebGridToolbarBaseActionDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:BaseToolbarDirective"); 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("__skipSuffix", "Boolean"); a.item("ColumnListHeight", "String"); a.item("Title", "String"); a.item("Prompt", "String"); a.item("OverlaySettings", "ExportedType:WebOverlaySettings"); a.item("Name", "String"); a.item("OpeningRef", "EventRef::opening:customEvent"); a.item("OpenedRef", "EventRef::opened:customEvent"); a.item("ClosingRef", "EventRef::closing:customEvent"); a.item("ClosedRef", "EventRef::closed:customEvent"); a.item("ColumnToggleRef", "EventRef::columnToggle:customEvent"); } static d(a) { WebBaseToolbarDirectiveDescriptionMetadata.b(a); a.ad("WebBaseToolbarDirective", WebBaseToolbarDirectiveDescriptionMetadata.a); } } WebBaseToolbarDirectiveDescriptionMetadata.$t = /*@__PURE__*/ markType(WebBaseToolbarDirectiveDescriptionMetadata, 'WebBaseToolbarDirectiveDescriptionMetadata'); WebBaseToolbarDirectiveDescriptionMetadata.a = null; return WebBaseToolbarDirectiveDescriptionMetadata; })();