/*! * * Wijmo Library 5.20251.34 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ /** * {@module wijmo.vue2.input} * Contains Vue 2 and 3 components for the wijmo.input module. */ /** * */ export declare var ___keepComment: any; /** * Vue component for the {@link wijmo.input.ListBox} control. * * The wj-list-box component may contain * a {@link wijmo.vue2.input.WjItemTemplate} child component. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.ListBox} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjListBox: any; /** * Vue component for the {@link wijmo.input.MultiSelectListBox} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.MultiSelectListBox} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjMultiSelectListBox: any; /** * Vue component for the {@link wijmo.input.ComboBox} control. * * The wj-combo-box component may contain * a {@link wijmo.vue2.input.WjItemTemplate} child component. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.ComboBox} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjComboBox: any; /** * Vue component for the {@link wijmo.input.AutoComplete} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.AutoComplete} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjAutoComplete: any; /** * Vue component for the {@link wijmo.input.Calendar} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.Calendar} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjCalendar: any; /** * Vue component for the {@link wijmo.input.ColorPicker} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.ColorPicker} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjColorPicker: any; /** * Vue component for the {@link wijmo.input.InputMask} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.InputMask} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjInputMask: any; /** * Vue component for the {@link wijmo.input.InputColor} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.InputColor} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjInputColor: any; /** * Vue component for the {@link wijmo.input.MultiSelect} control. * * The wj-multi-select component may contain * a {@link wijmo.vue2.input.WjItemTemplate} child component. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.MultiSelect} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjMultiSelect: any; /** * Vue component for the {@link wijmo.input.MultiAutoComplete} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.MultiAutoComplete} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjMultiAutoComplete: any; /** * Vue component for the {@link wijmo.input.InputNumber} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.InputNumber} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjInputNumber: any; /** * Vue component for the {@link wijmo.input.InputDate} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.InputDate} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjInputDate: any; /** * Vue component for the {@link wijmo.input.InputTime} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.InputTime} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjInputTime: any; /** * Vue component for the {@link wijmo.input.InputDateTime} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.InputDateTime} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjInputDateTime: any; /** * Vue component for the {@link wijmo.input.InputDateRange} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.InputDateRange} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjInputDateRange: any; /** * Vue component for the {@link wijmo.input.Menu} control. * * The wj-menu component may contain * the following child components: * {@link wijmo.vue2.input.WjMenuItem} * , {@link wijmo.vue2.input.WjMenuSeparator} * and {@link wijmo.vue2.input.WjItemTemplate}. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.Menu} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjMenu: any; /** * Vue component for {@link wijmo.vue2.input.WjMenu} items. * * The wj-menu-item component should be contained in * a {@link wijmo.vue2.input.WjMenu} component. * * The component supports all properties and events of the pure JavaScript {@link } class it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjMenuItem: any; /** * Vue component for {@link wijmo.vue2.input.WjMenu} item separators. * * The wj-menu-separator component should be contained in * a {@link wijmo.vue2.input.WjMenu} component. * * The component supports all properties and events of the pure JavaScript {@link } class it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjMenuSeparator: any; /** * Vue component to define item templates for item * controls like {@link ListBox}, {@link ComboBox}, {@link MultiSelect} * and {@link Menu}. */ export declare var WjItemTemplate: any; /** * Vue component for the {@link wijmo.input.Popup} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.Popup} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjPopup: any; /** * Vue directive to define context menus for elements. * TBD: description goes here... **/ export declare var WjContextMenu: any; /** * Vue component for the {@link wijmo.input.CollectionViewNavigator} control. * * The component supports all properties and events of the pure JavaScript {@link wijmo.input.CollectionViewNavigator} control it represents. * * The component includes an initialized event that is raised when the control is initialized after it is added to the page. * You can use this event to perform further initialization in addition to setting properties in markup. * The signature of the handler function is the same as any other Wijmo event handlers. */ export declare var WjCollectionViewNavigator: any; export declare function registerInput(app: any): void;