@breadstone/mosaik-elements-vue 0.1.57 → 0.1.59
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 +16 -16
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +8 -8
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +2 -2
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
- 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 +10 -10
- 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 +8 -8
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
- 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 +12 -12
- 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 +14 -14
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +2 -2
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
- 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 +8 -8
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts +72 -0
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js +31 -0
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js.map +1 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts +37 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js +30 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts +46 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js +31 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts +57 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js +34 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js.map +1 -0
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +6 -6
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +4 -4
- 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 +2 -2
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +4 -4
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -2
- package/Controls/Components/Media/Chat/ChatComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatComponent.js +2 -2
- package/Controls/Components/Media/Chat/ChatComponent.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/ChatPromptBoxAttachmentListComponent.d.ts +37 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js +30 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js.map +1 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts +70 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js +31 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js.map +1 -0
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -2
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js +4 -4
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -0
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js +2 -2
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +10 -8
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js +4 -4
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js.map +1 -1
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +6 -6
- 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 +2 -2
- 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/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +4 -4
- 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 +10 -10
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
- 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 +16 -16
- 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 +4 -4
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +18 -18
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
- 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 +2 -2
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +22 -22
- 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 +26 -26
- 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 +4 -4
- 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 +2 -2
- 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/Scroll/ScrollComponent.d.ts +2 -1
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts.map +1 -1
- package/Controls/Components/Primitives/Scroll/ScrollComponent.js +3 -2
- package/Controls/Components/Primitives/Scroll/ScrollComponent.js.map +1 -1
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
- 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 +8 -8
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
- 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 +4 -4
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
- 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 +20 -20
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +8 -8
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
- package/Controls/Components/Selectors/List/ListComponent.d.ts +8 -8
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
- 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 +10 -10
- 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 +2 -2
- 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/Index.d.ts +6 -2
- package/Index.d.ts.map +1 -1
- package/Index.js +6 -2
- package/Index.js.map +1 -1
- package/package.json +2 -2
|
@@ -9,36 +9,36 @@ export declare const PopupComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
shift?: any;
|
|
11
11
|
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
appearance?: any;
|
|
14
12
|
animationTarget?: any;
|
|
15
13
|
enter?: any;
|
|
16
14
|
exit?: any;
|
|
15
|
+
variant?: any;
|
|
16
|
+
appearance?: any;
|
|
17
17
|
isOpen?: any;
|
|
18
|
-
closeable?: any;
|
|
19
|
-
elevation?: any;
|
|
20
18
|
hasBackdrop?: any;
|
|
21
19
|
pressEscapeToClose?: any;
|
|
22
20
|
clickOutsideToClose?: any;
|
|
23
21
|
attention?: any;
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
trigger?: any;
|
|
27
|
-
for?: any;
|
|
28
|
-
control?: any;
|
|
29
|
-
distance?: any;
|
|
30
|
-
flip?: any;
|
|
31
|
-
sync?: any;
|
|
22
|
+
closeable?: any;
|
|
23
|
+
hasSlottedContent?: any;
|
|
32
24
|
anchorElement?: any;
|
|
33
25
|
isFloatingActive?: any;
|
|
34
|
-
|
|
35
|
-
placements?: any;
|
|
26
|
+
placement?: any;
|
|
36
27
|
showDelay?: any;
|
|
37
28
|
hideDelay?: any;
|
|
29
|
+
trigger?: any;
|
|
38
30
|
staysOpen?: any;
|
|
31
|
+
for?: any;
|
|
32
|
+
control?: any;
|
|
33
|
+
elevation?: any;
|
|
34
|
+
placements?: any;
|
|
35
|
+
distance?: any;
|
|
36
|
+
skidding?: any;
|
|
39
37
|
closeOnScroll?: any;
|
|
40
38
|
interactive?: any;
|
|
39
|
+
flip?: any;
|
|
41
40
|
trapFocus?: any;
|
|
41
|
+
sync?: any;
|
|
42
42
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
43
|
[key: string]: any;
|
|
44
44
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
@@ -47,36 +47,36 @@ export declare const PopupComponent: import("vue").DefineComponent<{
|
|
|
47
47
|
lang?: any;
|
|
48
48
|
shift?: any;
|
|
49
49
|
disabled?: any;
|
|
50
|
-
variant?: any;
|
|
51
|
-
appearance?: any;
|
|
52
50
|
animationTarget?: any;
|
|
53
51
|
enter?: any;
|
|
54
52
|
exit?: any;
|
|
53
|
+
variant?: any;
|
|
54
|
+
appearance?: any;
|
|
55
55
|
isOpen?: any;
|
|
56
|
-
closeable?: any;
|
|
57
|
-
elevation?: any;
|
|
58
56
|
hasBackdrop?: any;
|
|
59
57
|
pressEscapeToClose?: any;
|
|
60
58
|
clickOutsideToClose?: any;
|
|
61
59
|
attention?: any;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
trigger?: any;
|
|
65
|
-
for?: any;
|
|
66
|
-
control?: any;
|
|
67
|
-
distance?: any;
|
|
68
|
-
flip?: any;
|
|
69
|
-
sync?: any;
|
|
60
|
+
closeable?: any;
|
|
61
|
+
hasSlottedContent?: any;
|
|
70
62
|
anchorElement?: any;
|
|
71
63
|
isFloatingActive?: any;
|
|
72
|
-
|
|
73
|
-
placements?: any;
|
|
64
|
+
placement?: any;
|
|
74
65
|
showDelay?: any;
|
|
75
66
|
hideDelay?: any;
|
|
67
|
+
trigger?: any;
|
|
76
68
|
staysOpen?: any;
|
|
69
|
+
for?: any;
|
|
70
|
+
control?: any;
|
|
71
|
+
elevation?: any;
|
|
72
|
+
placements?: any;
|
|
73
|
+
distance?: any;
|
|
74
|
+
skidding?: any;
|
|
77
75
|
closeOnScroll?: any;
|
|
78
76
|
interactive?: any;
|
|
77
|
+
flip?: any;
|
|
79
78
|
trapFocus?: any;
|
|
79
|
+
sync?: any;
|
|
80
80
|
}> & Readonly<{
|
|
81
81
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
82
82
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
export declare const PortalComponent: import("vue").DefineComponent<{
|
|
7
7
|
dir?: any;
|
|
8
8
|
lang?: any;
|
|
9
|
-
attached?: any;
|
|
10
9
|
isProjected?: any;
|
|
11
10
|
projection?: any;
|
|
11
|
+
attached?: any;
|
|
12
12
|
detached?: any;
|
|
13
13
|
destination?: any;
|
|
14
14
|
adoptedStyles?: any;
|
|
@@ -17,9 +17,9 @@ export declare const PortalComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "portalAttached" | "portalDetached")[], "connected" | "disconnected" | "changed" | "portalAttached" | "portalDetached", import("vue").PublicProps, Readonly<{
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
|
-
attached?: any;
|
|
21
20
|
isProjected?: any;
|
|
22
21
|
projection?: any;
|
|
22
|
+
attached?: any;
|
|
23
23
|
detached?: any;
|
|
24
24
|
destination?: any;
|
|
25
25
|
adoptedStyles?: any;
|
|
@@ -8,11 +8,11 @@ export declare const PortalProjectionComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
isOpen?: any;
|
|
11
|
-
closeable?: any;
|
|
12
11
|
hasBackdrop?: any;
|
|
13
12
|
pressEscapeToClose?: any;
|
|
14
13
|
clickOutsideToClose?: any;
|
|
15
14
|
attention?: any;
|
|
15
|
+
closeable?: any;
|
|
16
16
|
portal?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
@@ -21,11 +21,11 @@ export declare const PortalProjectionComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
dir?: any;
|
|
22
22
|
lang?: any;
|
|
23
23
|
isOpen?: any;
|
|
24
|
-
closeable?: any;
|
|
25
24
|
hasBackdrop?: any;
|
|
26
25
|
pressEscapeToClose?: any;
|
|
27
26
|
clickOutsideToClose?: any;
|
|
28
27
|
attention?: any;
|
|
28
|
+
closeable?: any;
|
|
29
29
|
portal?: any;
|
|
30
30
|
}> & Readonly<{
|
|
31
31
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,15 +8,15 @@ export declare const ResizeThumbComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
-
maxHeight?: any;
|
|
12
|
-
maxWidth?: any;
|
|
13
11
|
for?: any;
|
|
14
12
|
control?: any;
|
|
15
|
-
direction?: any;
|
|
16
13
|
isResizing?: any;
|
|
17
|
-
allowedDirections?: any;
|
|
18
14
|
minWidth?: any;
|
|
15
|
+
maxWidth?: any;
|
|
16
|
+
direction?: any;
|
|
17
|
+
allowedDirections?: any;
|
|
19
18
|
minHeight?: any;
|
|
19
|
+
maxHeight?: any;
|
|
20
20
|
autoApply?: any;
|
|
21
21
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
@@ -25,15 +25,15 @@ export declare const ResizeThumbComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
dir?: any;
|
|
26
26
|
lang?: any;
|
|
27
27
|
disabled?: any;
|
|
28
|
-
maxHeight?: any;
|
|
29
|
-
maxWidth?: any;
|
|
30
28
|
for?: any;
|
|
31
29
|
control?: any;
|
|
32
|
-
direction?: any;
|
|
33
30
|
isResizing?: any;
|
|
34
|
-
allowedDirections?: any;
|
|
35
31
|
minWidth?: any;
|
|
32
|
+
maxWidth?: any;
|
|
33
|
+
direction?: any;
|
|
34
|
+
allowedDirections?: any;
|
|
36
35
|
minHeight?: any;
|
|
36
|
+
maxHeight?: any;
|
|
37
37
|
autoApply?: any;
|
|
38
38
|
}> & Readonly<{
|
|
39
39
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -17,7 +17,7 @@ export declare const ScrollComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
showScrollbar?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
20
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "scroll")[], "connected" | "disconnected" | "changed" | "scroll", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
22
|
dir?: any;
|
|
23
23
|
lang?: any;
|
|
@@ -33,6 +33,7 @@ export declare const ScrollComponent: import("vue").DefineComponent<{
|
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
35
35
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
onScroll?: ((...args: any[]) => any) | undefined;
|
|
36
37
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
37
38
|
declare module 'vue' {
|
|
38
39
|
interface GlobalComponents {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Primitives/Scroll/ScrollComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"ScrollComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Primitives/Scroll/ScrollComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAqB1B,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,YAAY,EAAE,OAAO,eAAe,CAAC;KACxC;CACJ"}
|
|
@@ -13,15 +13,16 @@ import { defineComponent, h } from 'vue';
|
|
|
13
13
|
export const ScrollComponent = defineComponent({
|
|
14
14
|
name: 'ScrollComponent',
|
|
15
15
|
props: ['isAtScrollTop', 'isAtScrollBottom', 'isAtScrollStart', 'isAtScrollEnd', 'isScrollable', 'showScrollButtons', 'showScrollbar', 'themeName', 'orientation', 'dir', 'lang'],
|
|
16
|
-
emits: ['connected', 'changed', 'disconnected'],
|
|
16
|
+
emits: ['connected', 'changed', 'scroll', 'disconnected'],
|
|
17
17
|
// slots: ['', 'style']
|
|
18
|
-
// methods: { scrollByDirection, scrollToPosition, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, adoptStyle, on, off, emit, requestUpdate }
|
|
18
|
+
// methods: { getScrollableElement, handleScroll, scrollByDirection, scrollToPosition, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, adoptStyle, on, off, emit, requestUpdate }
|
|
19
19
|
setup(props, { slots, emit }) {
|
|
20
20
|
return () => h('mosaik-scroll', {
|
|
21
21
|
...props,
|
|
22
22
|
// Vue 3 event handlers (onEventName format)
|
|
23
23
|
onConnected: (event) => emit('connected', event),
|
|
24
24
|
onChanged: (event) => emit('changed', event),
|
|
25
|
+
onScroll: (event) => emit('scroll', event),
|
|
25
26
|
onDisconnected: (event) => emit('disconnected', event)
|
|
26
27
|
}, slots.default ? slots.default() : []);
|
|
27
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScrollComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Primitives/Scroll/ScrollComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC3C,IAAI,EAAE,iBAAiB;IACvB,KAAK,EAAE,CAAC,eAAe,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,eAAe,EAAE,WAAW,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,CAAC;IACjL,KAAK,EAAE,CAAC,WAAW,EAAE,SAAS,EAAE,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"ScrollComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Primitives/Scroll/ScrollComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC3C,IAAI,EAAE,iBAAiB;IACvB,KAAK,EAAE,CAAC,eAAe,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,eAAe,EAAE,WAAW,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,CAAC;IACjL,KAAK,EAAE,CAAC,WAAW,EAAE,SAAS,EAAE,QAAQ,EAAE,cAAc,CAAC;IACzD,uBAAuB;IACvB,iPAAiP;IACjP,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,eAAe,EACf;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;YACnD,QAAQ,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;YACjD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;SAChE,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -7,9 +7,9 @@ export declare const SkeletonComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
target?: any;
|
|
11
10
|
width?: any;
|
|
12
11
|
height?: any;
|
|
12
|
+
target?: any;
|
|
13
13
|
shape?: any;
|
|
14
14
|
shimmer?: any;
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -18,9 +18,9 @@ export declare const SkeletonComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
themeName?: any;
|
|
19
19
|
dir?: any;
|
|
20
20
|
lang?: any;
|
|
21
|
-
target?: any;
|
|
22
21
|
width?: any;
|
|
23
22
|
height?: any;
|
|
23
|
+
target?: any;
|
|
24
24
|
shape?: any;
|
|
25
25
|
shimmer?: any;
|
|
26
26
|
}> & Readonly<{
|
|
@@ -8,15 +8,15 @@ export declare const TextComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
-
wrap?: any;
|
|
12
11
|
variant?: any;
|
|
13
12
|
text?: any;
|
|
14
|
-
readonly?: any;
|
|
15
13
|
formatter?: any;
|
|
16
|
-
|
|
17
|
-
alignment?: any;
|
|
14
|
+
readonly?: any;
|
|
18
15
|
truncate?: any;
|
|
16
|
+
wrap?: any;
|
|
17
|
+
maxLength?: any;
|
|
19
18
|
maxLines?: any;
|
|
19
|
+
alignment?: any;
|
|
20
20
|
marker?: any;
|
|
21
21
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
@@ -25,15 +25,15 @@ export declare const TextComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
dir?: any;
|
|
26
26
|
lang?: any;
|
|
27
27
|
disabled?: any;
|
|
28
|
-
wrap?: any;
|
|
29
28
|
variant?: any;
|
|
30
29
|
text?: any;
|
|
31
|
-
readonly?: any;
|
|
32
30
|
formatter?: any;
|
|
33
|
-
|
|
34
|
-
alignment?: any;
|
|
31
|
+
readonly?: any;
|
|
35
32
|
truncate?: any;
|
|
33
|
+
wrap?: any;
|
|
34
|
+
maxLength?: any;
|
|
36
35
|
maxLines?: any;
|
|
36
|
+
alignment?: any;
|
|
37
37
|
marker?: any;
|
|
38
38
|
}> & Readonly<{
|
|
39
39
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,11 +9,11 @@ export declare const TickBarComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
orientation?: any;
|
|
11
11
|
disabled?: any;
|
|
12
|
+
interval?: any;
|
|
12
13
|
labelPosition?: any;
|
|
14
|
+
ticks?: any;
|
|
13
15
|
min?: any;
|
|
14
16
|
max?: any;
|
|
15
|
-
interval?: any;
|
|
16
|
-
ticks?: any;
|
|
17
17
|
showLabels?: any;
|
|
18
18
|
labelAccessor?: any;
|
|
19
19
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -24,11 +24,11 @@ export declare const TickBarComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
lang?: any;
|
|
25
25
|
orientation?: any;
|
|
26
26
|
disabled?: any;
|
|
27
|
+
interval?: any;
|
|
27
28
|
labelPosition?: any;
|
|
29
|
+
ticks?: any;
|
|
28
30
|
min?: any;
|
|
29
31
|
max?: any;
|
|
30
|
-
interval?: any;
|
|
31
|
-
ticks?: any;
|
|
32
32
|
showLabels?: any;
|
|
33
33
|
labelAccessor?: any;
|
|
34
34
|
}> & Readonly<{
|
|
@@ -11,16 +11,16 @@ export declare const ToggletipComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
disabled?: any;
|
|
12
12
|
width?: any;
|
|
13
13
|
height?: any;
|
|
14
|
-
formatter?: any;
|
|
15
14
|
isOpen?: any;
|
|
16
15
|
content?: any;
|
|
17
16
|
placement?: any;
|
|
18
|
-
|
|
17
|
+
horizontalOffset?: any;
|
|
18
|
+
verticalOffset?: any;
|
|
19
19
|
showDelay?: any;
|
|
20
20
|
hideDelay?: any;
|
|
21
|
+
trigger?: any;
|
|
21
22
|
staysOpen?: any;
|
|
22
|
-
|
|
23
|
-
verticalOffset?: any;
|
|
23
|
+
formatter?: any;
|
|
24
24
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -31,16 +31,16 @@ export declare const ToggletipComponent: import("vue").DefineComponent<{
|
|
|
31
31
|
disabled?: any;
|
|
32
32
|
width?: any;
|
|
33
33
|
height?: any;
|
|
34
|
-
formatter?: any;
|
|
35
34
|
isOpen?: any;
|
|
36
35
|
content?: any;
|
|
37
36
|
placement?: any;
|
|
38
|
-
|
|
37
|
+
horizontalOffset?: any;
|
|
38
|
+
verticalOffset?: any;
|
|
39
39
|
showDelay?: any;
|
|
40
40
|
hideDelay?: any;
|
|
41
|
+
trigger?: any;
|
|
41
42
|
staysOpen?: any;
|
|
42
|
-
|
|
43
|
-
verticalOffset?: any;
|
|
43
|
+
formatter?: any;
|
|
44
44
|
}> & Readonly<{
|
|
45
45
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,28 +8,28 @@ export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
-
width?: any;
|
|
12
|
-
height?: any;
|
|
13
|
-
formatter?: any;
|
|
14
11
|
animationTarget?: any;
|
|
15
12
|
enter?: any;
|
|
16
13
|
exit?: any;
|
|
14
|
+
width?: any;
|
|
15
|
+
height?: any;
|
|
17
16
|
isOpen?: any;
|
|
18
17
|
closeable?: any;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
trigger?: any;
|
|
22
|
-
for?: any;
|
|
23
|
-
control?: any;
|
|
18
|
+
hasSlottedContent?: any;
|
|
19
|
+
formattedContent?: any;
|
|
24
20
|
anchorElement?: any;
|
|
25
21
|
isFloatingActive?: any;
|
|
26
|
-
|
|
22
|
+
content?: any;
|
|
23
|
+
placement?: any;
|
|
24
|
+
horizontalOffset?: any;
|
|
25
|
+
verticalOffset?: any;
|
|
27
26
|
showDelay?: any;
|
|
28
27
|
hideDelay?: any;
|
|
28
|
+
trigger?: any;
|
|
29
29
|
staysOpen?: any;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
for?: any;
|
|
31
|
+
control?: any;
|
|
32
|
+
formatter?: any;
|
|
33
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
@@ -37,28 +37,28 @@ export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
|
37
37
|
dir?: any;
|
|
38
38
|
lang?: any;
|
|
39
39
|
disabled?: any;
|
|
40
|
-
width?: any;
|
|
41
|
-
height?: any;
|
|
42
|
-
formatter?: any;
|
|
43
40
|
animationTarget?: any;
|
|
44
41
|
enter?: any;
|
|
45
42
|
exit?: any;
|
|
43
|
+
width?: any;
|
|
44
|
+
height?: any;
|
|
46
45
|
isOpen?: any;
|
|
47
46
|
closeable?: any;
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
trigger?: any;
|
|
51
|
-
for?: any;
|
|
52
|
-
control?: any;
|
|
47
|
+
hasSlottedContent?: any;
|
|
48
|
+
formattedContent?: any;
|
|
53
49
|
anchorElement?: any;
|
|
54
50
|
isFloatingActive?: any;
|
|
55
|
-
|
|
51
|
+
content?: any;
|
|
52
|
+
placement?: any;
|
|
53
|
+
horizontalOffset?: any;
|
|
54
|
+
verticalOffset?: any;
|
|
56
55
|
showDelay?: any;
|
|
57
56
|
hideDelay?: any;
|
|
57
|
+
trigger?: any;
|
|
58
58
|
staysOpen?: any;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
for?: any;
|
|
60
|
+
control?: any;
|
|
61
|
+
formatter?: any;
|
|
62
62
|
}> & Readonly<{
|
|
63
63
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
64
64
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -12,11 +12,11 @@ export declare const UpdownSpinnerComponent: import("vue").DefineComponent<{
|
|
|
12
12
|
disabled?: any;
|
|
13
13
|
variant?: any;
|
|
14
14
|
appearance?: any;
|
|
15
|
-
position?: any;
|
|
16
|
-
delay?: any;
|
|
17
|
-
interval?: any;
|
|
18
15
|
increaseIcon?: any;
|
|
19
16
|
decreaseIcon?: any;
|
|
17
|
+
delay?: any;
|
|
18
|
+
interval?: any;
|
|
19
|
+
position?: any;
|
|
20
20
|
increaseDisabled?: any;
|
|
21
21
|
decreaseDisabled?: any;
|
|
22
22
|
focusable?: any;
|
|
@@ -31,11 +31,11 @@ export declare const UpdownSpinnerComponent: import("vue").DefineComponent<{
|
|
|
31
31
|
disabled?: any;
|
|
32
32
|
variant?: any;
|
|
33
33
|
appearance?: any;
|
|
34
|
-
position?: any;
|
|
35
|
-
delay?: any;
|
|
36
|
-
interval?: any;
|
|
37
34
|
increaseIcon?: any;
|
|
38
35
|
decreaseIcon?: any;
|
|
36
|
+
delay?: any;
|
|
37
|
+
interval?: any;
|
|
38
|
+
position?: any;
|
|
39
39
|
increaseDisabled?: any;
|
|
40
40
|
decreaseDisabled?: any;
|
|
41
41
|
focusable?: any;
|
|
@@ -9,9 +9,9 @@ export declare const WheelPickerComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
items?: any;
|
|
11
11
|
disabled?: any;
|
|
12
|
+
value?: any;
|
|
12
13
|
variant?: any;
|
|
13
14
|
appearance?: any;
|
|
14
|
-
value?: any;
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "wheelPickerChange")[], "connected" | "disconnected" | "changed" | "wheelPickerChange", import("vue").PublicProps, Readonly<{
|
|
@@ -20,9 +20,9 @@ export declare const WheelPickerComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
lang?: any;
|
|
21
21
|
items?: any;
|
|
22
22
|
disabled?: any;
|
|
23
|
+
value?: any;
|
|
23
24
|
variant?: any;
|
|
24
25
|
appearance?: any;
|
|
25
|
-
value?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,11 +10,11 @@ export declare const ListingItemComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
header?: any;
|
|
11
11
|
size?: any;
|
|
12
12
|
disabled?: any;
|
|
13
|
+
value?: any;
|
|
13
14
|
variant?: any;
|
|
14
15
|
appearance?: any;
|
|
15
|
-
value?: any;
|
|
16
|
-
formatter?: any;
|
|
17
16
|
content?: any;
|
|
17
|
+
formatter?: any;
|
|
18
18
|
listType?: any;
|
|
19
19
|
listNumberingType?: any;
|
|
20
20
|
listBulletType?: any;
|
|
@@ -27,11 +27,11 @@ export declare const ListingItemComponent: import("vue").DefineComponent<{
|
|
|
27
27
|
header?: any;
|
|
28
28
|
size?: any;
|
|
29
29
|
disabled?: any;
|
|
30
|
+
value?: any;
|
|
30
31
|
variant?: any;
|
|
31
32
|
appearance?: any;
|
|
32
|
-
value?: any;
|
|
33
|
-
formatter?: any;
|
|
34
33
|
content?: any;
|
|
34
|
+
formatter?: any;
|
|
35
35
|
listType?: any;
|
|
36
36
|
listNumberingType?: any;
|
|
37
37
|
listBulletType?: any;
|
|
@@ -9,9 +9,9 @@ export declare const ListingItemMarkerComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
size?: any;
|
|
11
11
|
disabled?: any;
|
|
12
|
+
index?: any;
|
|
12
13
|
variant?: any;
|
|
13
14
|
appearance?: any;
|
|
14
|
-
index?: any;
|
|
15
15
|
type?: any;
|
|
16
16
|
numberingType?: any;
|
|
17
17
|
bulletType?: any;
|
|
@@ -23,9 +23,9 @@ export declare const ListingItemMarkerComponent: import("vue").DefineComponent<{
|
|
|
23
23
|
lang?: any;
|
|
24
24
|
size?: any;
|
|
25
25
|
disabled?: any;
|
|
26
|
+
index?: any;
|
|
26
27
|
variant?: any;
|
|
27
28
|
appearance?: any;
|
|
28
|
-
index?: any;
|
|
29
29
|
type?: any;
|
|
30
30
|
numberingType?: any;
|
|
31
31
|
bulletType?: any;
|
|
@@ -10,18 +10,18 @@ export declare const MeterBarComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
label?: any;
|
|
11
11
|
orientation?: any;
|
|
12
12
|
disabled?: any;
|
|
13
|
-
variant?: any;
|
|
14
13
|
value?: any;
|
|
14
|
+
variant?: any;
|
|
15
|
+
min?: any;
|
|
16
|
+
max?: any;
|
|
15
17
|
thickness?: any;
|
|
16
|
-
percent?: any;
|
|
17
18
|
segments?: any;
|
|
18
19
|
high?: any;
|
|
19
20
|
low?: any;
|
|
20
21
|
optimum?: any;
|
|
21
22
|
range?: any;
|
|
22
23
|
scale?: any;
|
|
23
|
-
|
|
24
|
-
max?: any;
|
|
24
|
+
percent?: any;
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -31,18 +31,18 @@ export declare const MeterBarComponent: import("vue").DefineComponent<{
|
|
|
31
31
|
label?: any;
|
|
32
32
|
orientation?: any;
|
|
33
33
|
disabled?: any;
|
|
34
|
-
variant?: any;
|
|
35
34
|
value?: any;
|
|
35
|
+
variant?: any;
|
|
36
|
+
min?: any;
|
|
37
|
+
max?: any;
|
|
36
38
|
thickness?: any;
|
|
37
|
-
percent?: any;
|
|
38
39
|
segments?: any;
|
|
39
40
|
high?: any;
|
|
40
41
|
low?: any;
|
|
41
42
|
optimum?: any;
|
|
42
43
|
range?: any;
|
|
43
44
|
scale?: any;
|
|
44
|
-
|
|
45
|
-
max?: any;
|
|
45
|
+
percent?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,19 +10,19 @@ export declare const MeterRingComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
label?: any;
|
|
11
11
|
orientation?: any;
|
|
12
12
|
disabled?: any;
|
|
13
|
-
variant?: any;
|
|
14
13
|
value?: any;
|
|
14
|
+
variant?: any;
|
|
15
|
+
min?: any;
|
|
16
|
+
max?: any;
|
|
15
17
|
thickness?: any;
|
|
18
|
+
radius?: any;
|
|
16
19
|
segments?: any;
|
|
20
|
+
effectiveRadius?: any;
|
|
17
21
|
high?: any;
|
|
18
22
|
low?: any;
|
|
19
23
|
optimum?: any;
|
|
20
24
|
range?: any;
|
|
21
25
|
scale?: any;
|
|
22
|
-
min?: any;
|
|
23
|
-
max?: any;
|
|
24
|
-
effectiveRadius?: any;
|
|
25
|
-
radius?: 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" | "rangeValueChanged")[], "connected" | "disconnected" | "changed" | "rangeValueChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -32,19 +32,19 @@ export declare const MeterRingComponent: import("vue").DefineComponent<{
|
|
|
32
32
|
label?: any;
|
|
33
33
|
orientation?: any;
|
|
34
34
|
disabled?: any;
|
|
35
|
-
variant?: any;
|
|
36
35
|
value?: any;
|
|
36
|
+
variant?: any;
|
|
37
|
+
min?: any;
|
|
38
|
+
max?: any;
|
|
37
39
|
thickness?: any;
|
|
40
|
+
radius?: any;
|
|
38
41
|
segments?: any;
|
|
42
|
+
effectiveRadius?: any;
|
|
39
43
|
high?: any;
|
|
40
44
|
low?: any;
|
|
41
45
|
optimum?: any;
|
|
42
46
|
range?: any;
|
|
43
47
|
scale?: any;
|
|
44
|
-
min?: any;
|
|
45
|
-
max?: any;
|
|
46
|
-
effectiveRadius?: any;
|
|
47
|
-
radius?: any;
|
|
48
48
|
}> & Readonly<{
|
|
49
49
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
50
50
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|