@breadstone/mosaik-elements-vue 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +22 -22
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +6 -6
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +14 -14
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +10 -10
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +14 -14
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +14 -14
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +4 -4
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +24 -22
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts.map +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.js +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.js.map +1 -1
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +10 -10
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +17 -15
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.js +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.js.map +1 -1
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +12 -12
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComposerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +8 -8
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +8 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputComponent.js +1 -1
- package/Controls/Components/Media/Chat/ChatInputComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +10 -10
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
- package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
- package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +12 -12
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
- package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +14 -14
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +12 -12
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +12 -12
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +24 -24
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +10 -10
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +4 -4
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +10 -10
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
- package/package.json +2 -2
|
@@ -8,9 +8,9 @@ export declare const ActionbarGroupComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
label?: any;
|
|
11
|
-
size?: any;
|
|
12
11
|
orientation?: any;
|
|
13
12
|
disabled?: any;
|
|
13
|
+
size?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -18,9 +18,9 @@ export declare const ActionbarGroupComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
20
|
label?: any;
|
|
21
|
-
size?: any;
|
|
22
21
|
orientation?: any;
|
|
23
22
|
disabled?: any;
|
|
23
|
+
size?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,8 +8,8 @@ export declare const ActionbarItemComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
selected?: any;
|
|
11
|
-
size?: any;
|
|
12
11
|
disabled?: any;
|
|
12
|
+
size?: any;
|
|
13
13
|
active?: any;
|
|
14
14
|
grow?: any;
|
|
15
15
|
shrink?: any;
|
|
@@ -20,8 +20,8 @@ export declare const ActionbarItemComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
selected?: any;
|
|
23
|
-
size?: any;
|
|
24
23
|
disabled?: any;
|
|
24
|
+
size?: any;
|
|
25
25
|
active?: any;
|
|
26
26
|
grow?: any;
|
|
27
27
|
shrink?: any;
|
|
@@ -5,32 +5,25 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
label?: any;
|
|
11
12
|
invalid?: any;
|
|
12
13
|
items?: any;
|
|
13
14
|
disabled?: any;
|
|
15
|
+
value?: any;
|
|
14
16
|
variant?: any;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
filterInputId?: any;
|
|
17
|
+
state?: any;
|
|
18
|
+
renderItem?: any;
|
|
18
19
|
text?: any;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
shouldRenderSuggestions?: any;
|
|
22
|
-
hasSuggestions?: any;
|
|
23
|
-
activeDescendantId?: any;
|
|
24
|
-
shouldShowNoResultsMessage?: any;
|
|
25
|
-
shouldShowLoadingState?: any;
|
|
26
|
-
intl?: any;
|
|
27
|
-
placeholder?: any;
|
|
28
|
-
filterPlaceholder?: any;
|
|
20
|
+
isFocused?: any;
|
|
21
|
+
formatter?: any;
|
|
29
22
|
required?: any;
|
|
30
23
|
readonly?: any;
|
|
24
|
+
placeholder?: any;
|
|
31
25
|
textAlign?: any;
|
|
32
|
-
|
|
33
|
-
dropDownSync?: any;
|
|
26
|
+
isClearable?: any;
|
|
34
27
|
dropDownPlacement?: any;
|
|
35
28
|
dropDownStrategy?: any;
|
|
36
29
|
dropDownDistance?: any;
|
|
@@ -41,9 +34,20 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
|
|
|
41
34
|
dropDownWidth?: any;
|
|
42
35
|
dropDownMaxWidth?: any;
|
|
43
36
|
isDropDownOpen?: any;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
37
|
+
parser?: any;
|
|
38
|
+
intl?: any;
|
|
39
|
+
filterPlaceholder?: any;
|
|
40
|
+
inputId?: any;
|
|
41
|
+
listboxId?: any;
|
|
42
|
+
filterInputId?: any;
|
|
43
|
+
filterText?: any;
|
|
44
|
+
highlightedIndex?: any;
|
|
45
|
+
shouldRenderSuggestions?: any;
|
|
46
|
+
hasSuggestions?: any;
|
|
47
|
+
activeDescendantId?: any;
|
|
48
|
+
shouldShowNoResultsMessage?: any;
|
|
49
|
+
shouldShowLoadingState?: any;
|
|
50
|
+
dropDownSync?: any;
|
|
47
51
|
minimumPrefixLength?: any;
|
|
48
52
|
minimumPopulateDelay?: any;
|
|
49
53
|
isTextCompletionEnabled?: any;
|
|
@@ -56,40 +60,29 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
|
|
|
56
60
|
itemSelected?: any;
|
|
57
61
|
filteredItems?: any;
|
|
58
62
|
isPopulating?: any;
|
|
59
|
-
state?: any;
|
|
60
|
-
formatter?: any;
|
|
61
|
-
parser?: any;
|
|
62
|
-
isFocused?: any;
|
|
63
63
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
64
64
|
[key: string]: any;
|
|
65
65
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "autoCompletePopulating" | "autoCompletePopulated" | "cleared")[], "connected" | "disconnected" | "changed" | "autoCompletePopulating" | "autoCompletePopulated" | "cleared", import("vue").PublicProps, Readonly<{
|
|
66
66
|
themeName?: any;
|
|
67
|
+
appearance?: any;
|
|
67
68
|
dir?: any;
|
|
68
69
|
lang?: any;
|
|
69
70
|
label?: any;
|
|
70
71
|
invalid?: any;
|
|
71
72
|
items?: any;
|
|
72
73
|
disabled?: any;
|
|
74
|
+
value?: any;
|
|
73
75
|
variant?: any;
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
filterInputId?: any;
|
|
76
|
+
state?: any;
|
|
77
|
+
renderItem?: any;
|
|
77
78
|
text?: any;
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
shouldRenderSuggestions?: any;
|
|
81
|
-
hasSuggestions?: any;
|
|
82
|
-
activeDescendantId?: any;
|
|
83
|
-
shouldShowNoResultsMessage?: any;
|
|
84
|
-
shouldShowLoadingState?: any;
|
|
85
|
-
intl?: any;
|
|
86
|
-
placeholder?: any;
|
|
87
|
-
filterPlaceholder?: any;
|
|
79
|
+
isFocused?: any;
|
|
80
|
+
formatter?: any;
|
|
88
81
|
required?: any;
|
|
89
82
|
readonly?: any;
|
|
83
|
+
placeholder?: any;
|
|
90
84
|
textAlign?: any;
|
|
91
|
-
|
|
92
|
-
dropDownSync?: any;
|
|
85
|
+
isClearable?: any;
|
|
93
86
|
dropDownPlacement?: any;
|
|
94
87
|
dropDownStrategy?: any;
|
|
95
88
|
dropDownDistance?: any;
|
|
@@ -100,9 +93,20 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
|
|
|
100
93
|
dropDownWidth?: any;
|
|
101
94
|
dropDownMaxWidth?: any;
|
|
102
95
|
isDropDownOpen?: any;
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
96
|
+
parser?: any;
|
|
97
|
+
intl?: any;
|
|
98
|
+
filterPlaceholder?: any;
|
|
99
|
+
inputId?: any;
|
|
100
|
+
listboxId?: any;
|
|
101
|
+
filterInputId?: any;
|
|
102
|
+
filterText?: any;
|
|
103
|
+
highlightedIndex?: any;
|
|
104
|
+
shouldRenderSuggestions?: any;
|
|
105
|
+
hasSuggestions?: any;
|
|
106
|
+
activeDescendantId?: any;
|
|
107
|
+
shouldShowNoResultsMessage?: any;
|
|
108
|
+
shouldShowLoadingState?: any;
|
|
109
|
+
dropDownSync?: any;
|
|
106
110
|
minimumPrefixLength?: any;
|
|
107
111
|
minimumPopulateDelay?: any;
|
|
108
112
|
isTextCompletionEnabled?: any;
|
|
@@ -115,10 +119,6 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
|
|
|
115
119
|
itemSelected?: any;
|
|
116
120
|
filteredItems?: any;
|
|
117
121
|
isPopulating?: any;
|
|
118
|
-
state?: any;
|
|
119
|
-
formatter?: any;
|
|
120
|
-
parser?: any;
|
|
121
|
-
isFocused?: any;
|
|
122
122
|
}> & Readonly<{
|
|
123
123
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
124
124
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,70 +5,70 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CalendarComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
values?: any;
|
|
11
12
|
invalid?: any;
|
|
12
|
-
fit?: any;
|
|
13
13
|
orientation?: any;
|
|
14
|
+
fit?: any;
|
|
14
15
|
disabled?: any;
|
|
16
|
+
value?: any;
|
|
15
17
|
variant?: any;
|
|
18
|
+
selectionMode?: any;
|
|
19
|
+
markerHandler?: any;
|
|
20
|
+
locale?: any;
|
|
16
21
|
intl?: any;
|
|
17
|
-
appearance?: any;
|
|
18
|
-
value?: any;
|
|
19
|
-
sheets?: any;
|
|
20
|
-
displayDate?: any;
|
|
21
|
-
displayDateStart?: any;
|
|
22
|
-
displayDateEnd?: any;
|
|
23
22
|
view?: any;
|
|
24
|
-
selectionMode?: any;
|
|
25
23
|
blackoutDates?: any;
|
|
26
24
|
specialDates?: any;
|
|
27
|
-
minDate?: any;
|
|
28
|
-
maxDate?: any;
|
|
29
25
|
firstDayOfWeek?: any;
|
|
30
26
|
isTodayHighlighted?: any;
|
|
31
27
|
isWeekendHighlighted?: any;
|
|
32
28
|
showWeekNumbers?: any;
|
|
33
29
|
showAdjacent?: any;
|
|
34
|
-
|
|
30
|
+
displayDate?: any;
|
|
31
|
+
displayDateStart?: any;
|
|
32
|
+
displayDateEnd?: any;
|
|
35
33
|
allowedViews?: any;
|
|
36
34
|
showNavigation?: any;
|
|
37
|
-
|
|
35
|
+
minDate?: any;
|
|
36
|
+
maxDate?: any;
|
|
37
|
+
sheets?: any;
|
|
38
38
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
39
|
[key: string]: any;
|
|
40
40
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "dateChanged")[], "connected" | "disconnected" | "changed" | "dateChanged", import("vue").PublicProps, Readonly<{
|
|
41
41
|
themeName?: any;
|
|
42
|
+
appearance?: any;
|
|
42
43
|
dir?: any;
|
|
43
44
|
lang?: any;
|
|
44
45
|
values?: any;
|
|
45
46
|
invalid?: any;
|
|
46
|
-
fit?: any;
|
|
47
47
|
orientation?: any;
|
|
48
|
+
fit?: any;
|
|
48
49
|
disabled?: any;
|
|
50
|
+
value?: any;
|
|
49
51
|
variant?: any;
|
|
52
|
+
selectionMode?: any;
|
|
53
|
+
markerHandler?: any;
|
|
54
|
+
locale?: any;
|
|
50
55
|
intl?: any;
|
|
51
|
-
appearance?: any;
|
|
52
|
-
value?: any;
|
|
53
|
-
sheets?: any;
|
|
54
|
-
displayDate?: any;
|
|
55
|
-
displayDateStart?: any;
|
|
56
|
-
displayDateEnd?: any;
|
|
57
56
|
view?: any;
|
|
58
|
-
selectionMode?: any;
|
|
59
57
|
blackoutDates?: any;
|
|
60
58
|
specialDates?: any;
|
|
61
|
-
minDate?: any;
|
|
62
|
-
maxDate?: any;
|
|
63
59
|
firstDayOfWeek?: any;
|
|
64
60
|
isTodayHighlighted?: any;
|
|
65
61
|
isWeekendHighlighted?: any;
|
|
66
62
|
showWeekNumbers?: any;
|
|
67
63
|
showAdjacent?: any;
|
|
68
|
-
|
|
64
|
+
displayDate?: any;
|
|
65
|
+
displayDateStart?: any;
|
|
66
|
+
displayDateEnd?: any;
|
|
69
67
|
allowedViews?: any;
|
|
70
68
|
showNavigation?: any;
|
|
71
|
-
|
|
69
|
+
minDate?: any;
|
|
70
|
+
maxDate?: any;
|
|
71
|
+
sheets?: any;
|
|
72
72
|
}> & Readonly<{
|
|
73
73
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CalendarItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
disabled?: any;
|
|
12
|
+
isSelected?: any;
|
|
13
|
+
value?: any;
|
|
11
14
|
variant?: any;
|
|
12
15
|
text?: any;
|
|
13
|
-
appearance?: any;
|
|
14
|
-
value?: any;
|
|
15
16
|
isFocused?: any;
|
|
16
17
|
ripple?: any;
|
|
17
|
-
|
|
18
|
+
markers?: any;
|
|
18
19
|
isBlackout?: any;
|
|
19
20
|
isSpecial?: any;
|
|
20
21
|
isToday?: any;
|
|
21
22
|
isWeekend?: any;
|
|
22
23
|
isAdjacent?: any;
|
|
23
|
-
markers?: any;
|
|
24
24
|
isRangeStart?: any;
|
|
25
25
|
isRangeMiddle?: any;
|
|
26
26
|
isRangeEnd?: any;
|
|
@@ -29,22 +29,22 @@ export declare const CalendarItemComponent: import("vue").DefineComponent<{
|
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "click")[], "connected" | "disconnected" | "changed" | "click", import("vue").PublicProps, Readonly<{
|
|
31
31
|
themeName?: any;
|
|
32
|
+
appearance?: any;
|
|
32
33
|
dir?: any;
|
|
33
34
|
lang?: any;
|
|
34
35
|
disabled?: any;
|
|
36
|
+
isSelected?: any;
|
|
37
|
+
value?: any;
|
|
35
38
|
variant?: any;
|
|
36
39
|
text?: any;
|
|
37
|
-
appearance?: any;
|
|
38
|
-
value?: any;
|
|
39
40
|
isFocused?: any;
|
|
40
41
|
ripple?: any;
|
|
41
|
-
|
|
42
|
+
markers?: any;
|
|
42
43
|
isBlackout?: any;
|
|
43
44
|
isSpecial?: any;
|
|
44
45
|
isToday?: any;
|
|
45
46
|
isWeekend?: any;
|
|
46
47
|
isAdjacent?: any;
|
|
47
|
-
markers?: any;
|
|
48
48
|
isRangeStart?: any;
|
|
49
49
|
isRangeMiddle?: any;
|
|
50
50
|
isRangeEnd?: any;
|
|
@@ -5,39 +5,39 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CheckboxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
name?: any;
|
|
11
12
|
label?: any;
|
|
12
13
|
invalid?: any;
|
|
13
14
|
disabled?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
required?: any;
|
|
16
|
-
appearance?: any;
|
|
17
15
|
value?: any;
|
|
18
|
-
|
|
16
|
+
variant?: any;
|
|
17
|
+
isChecked?: any;
|
|
19
18
|
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
labelPosition?: any;
|
|
21
|
-
|
|
21
|
+
required?: any;
|
|
22
22
|
isThreeState?: any;
|
|
23
23
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate", import("vue").PublicProps, Readonly<{
|
|
26
26
|
themeName?: any;
|
|
27
|
+
appearance?: any;
|
|
27
28
|
dir?: any;
|
|
28
29
|
lang?: any;
|
|
29
30
|
name?: any;
|
|
30
31
|
label?: any;
|
|
31
32
|
invalid?: any;
|
|
32
33
|
disabled?: any;
|
|
33
|
-
variant?: any;
|
|
34
|
-
required?: any;
|
|
35
|
-
appearance?: any;
|
|
36
34
|
value?: any;
|
|
37
|
-
|
|
35
|
+
variant?: any;
|
|
36
|
+
isChecked?: any;
|
|
38
37
|
isFocused?: any;
|
|
38
|
+
formatter?: any;
|
|
39
39
|
labelPosition?: any;
|
|
40
|
-
|
|
40
|
+
required?: any;
|
|
41
41
|
isThreeState?: any;
|
|
42
42
|
}> & Readonly<{
|
|
43
43
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CheckboxGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
name?: any;
|
|
11
12
|
invalid?: any;
|
|
12
13
|
orientation?: any;
|
|
13
14
|
disabled?: any;
|
|
15
|
+
value?: any;
|
|
14
16
|
variant?: any;
|
|
15
17
|
required?: any;
|
|
16
|
-
appearance?: any;
|
|
17
|
-
value?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checkChanged")[], "connected" | "disconnected" | "changed" | "checkChanged", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
+
appearance?: any;
|
|
22
23
|
dir?: any;
|
|
23
24
|
lang?: any;
|
|
24
25
|
name?: any;
|
|
25
26
|
invalid?: any;
|
|
26
27
|
orientation?: any;
|
|
27
28
|
disabled?: any;
|
|
29
|
+
value?: any;
|
|
28
30
|
variant?: any;
|
|
29
31
|
required?: any;
|
|
30
|
-
appearance?: any;
|
|
31
|
-
value?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,27 +5,27 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChipboxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
name?: any;
|
|
11
12
|
label?: any;
|
|
12
13
|
invalid?: any;
|
|
13
14
|
disabled?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
placeholder?: any;
|
|
16
|
-
required?: any;
|
|
17
|
-
readonly?: any;
|
|
18
|
-
appearance?: any;
|
|
19
|
-
isClearable?: any;
|
|
20
15
|
value?: any;
|
|
16
|
+
variant?: any;
|
|
21
17
|
state?: any;
|
|
22
|
-
formatter?: any;
|
|
23
|
-
parser?: any;
|
|
24
18
|
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
20
|
+
required?: any;
|
|
21
|
+
readonly?: any;
|
|
25
22
|
autofocus?: any;
|
|
26
|
-
|
|
23
|
+
placeholder?: any;
|
|
27
24
|
autocomplete?: any;
|
|
28
25
|
isEditable?: any;
|
|
26
|
+
isClearable?: any;
|
|
27
|
+
parser?: any;
|
|
28
|
+
pattern?: any;
|
|
29
29
|
pressBackspaceToRemove?: any;
|
|
30
30
|
chips?: any;
|
|
31
31
|
separatorKeys?: any;
|
|
@@ -34,27 +34,27 @@ export declare const ChipboxComponent: import("vue").DefineComponent<{
|
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "chipAdded" | "chipRemoved" | "cleared")[], "connected" | "disconnected" | "changed" | "chipAdded" | "chipRemoved" | "cleared", import("vue").PublicProps, Readonly<{
|
|
36
36
|
themeName?: any;
|
|
37
|
+
appearance?: any;
|
|
37
38
|
dir?: any;
|
|
38
39
|
lang?: any;
|
|
39
40
|
name?: any;
|
|
40
41
|
label?: any;
|
|
41
42
|
invalid?: any;
|
|
42
43
|
disabled?: any;
|
|
43
|
-
variant?: any;
|
|
44
|
-
placeholder?: any;
|
|
45
|
-
required?: any;
|
|
46
|
-
readonly?: any;
|
|
47
|
-
appearance?: any;
|
|
48
|
-
isClearable?: any;
|
|
49
44
|
value?: any;
|
|
45
|
+
variant?: any;
|
|
50
46
|
state?: any;
|
|
51
|
-
formatter?: any;
|
|
52
|
-
parser?: any;
|
|
53
47
|
isFocused?: any;
|
|
48
|
+
formatter?: any;
|
|
49
|
+
required?: any;
|
|
50
|
+
readonly?: any;
|
|
54
51
|
autofocus?: any;
|
|
55
|
-
|
|
52
|
+
placeholder?: any;
|
|
56
53
|
autocomplete?: any;
|
|
57
54
|
isEditable?: any;
|
|
55
|
+
isClearable?: any;
|
|
56
|
+
parser?: any;
|
|
57
|
+
pattern?: any;
|
|
58
58
|
pressBackspaceToRemove?: any;
|
|
59
59
|
chips?: any;
|
|
60
60
|
separatorKeys?: any;
|
|
@@ -5,45 +5,45 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChoiceComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
name?: any;
|
|
11
12
|
label?: any;
|
|
12
13
|
invalid?: any;
|
|
13
14
|
disabled?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
required?: any;
|
|
16
|
-
appearance?: any;
|
|
17
15
|
value?: any;
|
|
18
|
-
|
|
16
|
+
variant?: any;
|
|
17
|
+
isChecked?: any;
|
|
19
18
|
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
20
|
+
required?: any;
|
|
21
|
+
isThreeState?: any;
|
|
20
22
|
icon?: any;
|
|
21
23
|
iconPosition?: any;
|
|
22
24
|
ripple?: any;
|
|
23
|
-
isChecked?: any;
|
|
24
|
-
isThreeState?: any;
|
|
25
25
|
additional?: any;
|
|
26
26
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate", import("vue").PublicProps, Readonly<{
|
|
29
29
|
themeName?: any;
|
|
30
|
+
appearance?: any;
|
|
30
31
|
dir?: any;
|
|
31
32
|
lang?: any;
|
|
32
33
|
name?: any;
|
|
33
34
|
label?: any;
|
|
34
35
|
invalid?: any;
|
|
35
36
|
disabled?: any;
|
|
36
|
-
variant?: any;
|
|
37
|
-
required?: any;
|
|
38
|
-
appearance?: any;
|
|
39
37
|
value?: any;
|
|
40
|
-
|
|
38
|
+
variant?: any;
|
|
39
|
+
isChecked?: any;
|
|
41
40
|
isFocused?: any;
|
|
41
|
+
formatter?: any;
|
|
42
|
+
required?: any;
|
|
43
|
+
isThreeState?: any;
|
|
42
44
|
icon?: any;
|
|
43
45
|
iconPosition?: any;
|
|
44
46
|
ripple?: any;
|
|
45
|
-
isChecked?: any;
|
|
46
|
-
isThreeState?: any;
|
|
47
47
|
additional?: any;
|
|
48
48
|
}> & Readonly<{
|
|
49
49
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChoiceGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
name?: any;
|
|
11
12
|
invalid?: any;
|
|
12
13
|
orientation?: any;
|
|
13
14
|
disabled?: any;
|
|
15
|
+
value?: any;
|
|
14
16
|
variant?: any;
|
|
15
17
|
required?: any;
|
|
16
|
-
appearance?: any;
|
|
17
|
-
value?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "choiceChanged")[], "connected" | "disconnected" | "changed" | "choiceChanged", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
+
appearance?: any;
|
|
22
23
|
dir?: any;
|
|
23
24
|
lang?: any;
|
|
24
25
|
name?: any;
|
|
25
26
|
invalid?: any;
|
|
26
27
|
orientation?: any;
|
|
27
28
|
disabled?: any;
|
|
29
|
+
value?: any;
|
|
28
30
|
variant?: any;
|
|
29
31
|
required?: any;
|
|
30
|
-
appearance?: any;
|
|
31
|
-
value?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|