UNPKG

igniteui-react-core

Version:
82 lines (81 loc) 4.74 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 { KeyEventArgsDescriptionMetadata } from "./KeyEventArgsDescriptionMetadata"; import { InputChangeEventArgsDescriptionMetadata } from "./InputChangeEventArgsDescriptionMetadata"; import { InputGroupItemDescriptionMetadata } from "./InputGroupItemDescriptionMetadata"; import { InputDescription } from "./InputDescription"; /** * @hidden */ export let InputDescriptionMetadata = /*@__PURE__*/ (() => { class InputDescriptionMetadata extends Base { static b(a) { if (InputDescriptionMetadata.a == null) { InputDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); InputDescriptionMetadata.c(InputDescriptionMetadata.a); } if (a.k(InputDescriptionMetadata.a)) { return; } a.ac(InputDescriptionMetadata.a); KeyEventArgsDescriptionMetadata.d(a); InputChangeEventArgsDescriptionMetadata.d(a); } static c(a) { InputGroupItemDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:XInput"); a.item("BaseTheme", "ExportedType:string:BaseControlTheme"); a.item("BaseTheme@names", "Default;DenaliLight;MaterialLight;SlingshotLight;SlingshotDark;RevealLight;RevealDark"); a.item("Density", "ExportedType:string:ControlDisplayDensity"); a.item("Density@names", "Auto;Comfortable;Cosy;Compact;Minimal"); a.item("ActualDensity", "ExportedType:string:ControlDisplayDensity"); a.item("ActualDensity@names", "Auto;Comfortable;Cosy;Compact;Minimal"); a.item("Mask", "String"); a.item("PromptChar", "String"); a.item("IncludeLiterals", "Boolean"); a.item("ShowSpinner", "Boolean"); a.item("ActualTextColor", "Brush"); a.item("ActualHoverTextColor", "Brush"); a.item("TextColor", "Brush"); a.item("FontFamily", "(w:FontFamily/FontFamilyTransform,xam:FontFamily,wf:FontFamily,web:textStyle/FontFamilyTransform)String"); a.item("FontSize", "(w:FontSize,xam:FontSize,wf:FontSize,web:textStyle/FontSizeTransform)Number:double"); a.item("FontStyle", "(w:FontStyle/FontStyleTransform,xam:FontFamily/FontStyleTransform,wf:FontFamily/FontStyleTransform,web:textStyle/FontStyleTransform)String"); a.item("FontWeight", "(w:FontWeight/FontWeightTransform,xam:FontFamily/FontWeightTransform,wf:FontFamily/FontWeightTransform,web:textStyle/FontWeightTransform)String"); a.item("InputType", "String"); a.item("Placeholder", "String"); a.item("HoverTextColor", "Brush"); a.item("Id", "String"); a.item("TabIndex", "Number:int"); a.item("For", "(w:ForAttribute,xam:ForAttribute,wf:ForAttribute)String"); a.item("AriaLabel", "String"); a.item("IsHover", "Boolean"); a.item("Value", "String"); a.item("Disabled", "(w:IsDisabled,xam:IsDisabled,wf:IsDisabled)Boolean"); a.item("Readonly", "(w:IsReadOnly,xam:IsReadOnly,wf:IsReadOnly)Boolean"); a.item("TextAlignment", "ExportedType:string:HorizontalAlignment"); a.item("TextAlignment@names", "Left;Center;Right;Stretch"); a.item("SelectionStart", "Number:int"); a.item("SelectionEnd", "Number:int"); a.item("KeyDownRef", "EventRef::keyDown"); a.item("KeyUpRef", "EventRef::keyUp"); a.item("KeyPressRef", "EventRef::keyPress"); a.item("ChangeRef", "EventRef::change"); a.item("ChangingRef", "EventRef::changing"); a.item("CompositionEndRef", "EventRef::compositionEnd"); } static d(a) { InputDescriptionMetadata.b(a); a.ae("Input", () => new InputDescription()); a.ad("Input", InputDescriptionMetadata.a); } } InputDescriptionMetadata.$t = /*@__PURE__*/ markType(InputDescriptionMetadata, 'InputDescriptionMetadata'); InputDescriptionMetadata.a = null; return InputDescriptionMetadata; })();