UNPKG

igniteui-react-core

Version:
42 lines (41 loc) 2.06 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"; /** * @hidden */ export let WebBaseOptionLikeDescriptionMetadata = /*@__PURE__*/ (() => { class WebBaseOptionLikeDescriptionMetadata extends Base { static b(a) { if (WebBaseOptionLikeDescriptionMetadata.a == null) { WebBaseOptionLikeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebBaseOptionLikeDescriptionMetadata.c(WebBaseOptionLikeDescriptionMetadata.a); } if (a.k(WebBaseOptionLikeDescriptionMetadata.a)) { return; } a.ac(WebBaseOptionLikeDescriptionMetadata.a); } static c(a) { a.item("__qualifiedNameTS", "String:BaseOptionLike"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("Active", "Boolean"); a.item("Disabled", "Boolean"); a.item("Selected", "Boolean"); a.item("Value", "String"); } static d(a) { WebBaseOptionLikeDescriptionMetadata.b(a); a.ad("WebBaseOptionLike", WebBaseOptionLikeDescriptionMetadata.a); } } WebBaseOptionLikeDescriptionMetadata.$t = /*@__PURE__*/ markType(WebBaseOptionLikeDescriptionMetadata, 'WebBaseOptionLikeDescriptionMetadata'); WebBaseOptionLikeDescriptionMetadata.a = null; return WebBaseOptionLikeDescriptionMetadata; })();