@breadstone/mosaik-elements-vue 0.1.64 → 0.1.65
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 +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +26 -26
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +13 -13
- 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 +26 -26
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +6 -6
- 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/Cells/CellGroupComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +18 -18
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +2 -2
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +2 -2
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +23 -23
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +14 -14
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +16 -16
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +22 -22
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Region/RegionViewComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +6 -6
- 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 +46 -46
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +26 -26
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +30 -30
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +38 -38
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +38 -38
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +22 -22
- 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 +22 -22
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +18 -18
- 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 +6 -6
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +6 -6
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Select/SelectItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +18 -18
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +30 -30
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +10 -10
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts +4 -4
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts +6 -6
- 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 +6 -6
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +8 -8
- 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 +6 -6
- 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 +4 -4
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +8 -8
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +12 -12
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +12 -12
- 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 +4 -4
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts +20 -20
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +14 -14
- 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 +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +8 -8
- package/Controls/Components/Media/Image/ImageComponent.d.ts +8 -8
- package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +14 -14
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +10 -10
- package/Controls/Components/Media/Video/VideoComponent.d.ts +8 -8
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +24 -24
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +24 -24
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +40 -40
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +12 -12
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +28 -28
- package/Controls/Components/Overlays/tour/TourAnchorComponent.d.ts +2 -2
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +47 -43
- package/Controls/Components/Overlays/tour/TourComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/tour/TourComponent.js +1 -1
- package/Controls/Components/Overlays/tour/TourComponent.js.map +1 -1
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +20 -20
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Clickable/ClickableComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +6 -6
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +26 -26
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +30 -30
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +38 -38
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +6 -6
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Summary/SummaryComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +10 -10
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +16 -16
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +35 -35
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +12 -12
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +4 -4
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +6 -6
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +10 -10
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
- 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 +8 -8
- 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 +16 -16
- 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 +12 -12
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +8 -8
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +8 -8
- 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 +4 -4
- 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 +6 -6
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +14 -14
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +6 -6
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +8 -8
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +8 -8
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +8 -8
- package/package.json +2 -2
|
@@ -4,77 +4,77 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const MessageBoxComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
icon?: any;
|
|
12
|
-
alignment?: any;
|
|
13
|
-
isFullScreen?: any;
|
|
14
|
-
isDraggable?: any;
|
|
7
|
+
themeName?: any;
|
|
8
|
+
animationTarget?: any;
|
|
9
|
+
enter?: any;
|
|
10
|
+
exit?: any;
|
|
15
11
|
isOpen?: any;
|
|
16
12
|
hasBackdrop?: any;
|
|
17
13
|
pressEscapeToClose?: any;
|
|
18
14
|
clickOutsideToClose?: any;
|
|
19
15
|
attention?: any;
|
|
20
16
|
closeable?: any;
|
|
21
|
-
width?: any;
|
|
22
|
-
height?: any;
|
|
23
|
-
elevation?: any;
|
|
24
|
-
appearance?: any;
|
|
25
|
-
enter?: any;
|
|
26
|
-
exit?: any;
|
|
27
|
-
variant?: any;
|
|
28
|
-
formatter?: any;
|
|
29
|
-
themeName?: any;
|
|
30
17
|
dir?: any;
|
|
31
18
|
lang?: any;
|
|
19
|
+
header?: any;
|
|
32
20
|
dragging?: any;
|
|
21
|
+
subHeader?: any;
|
|
22
|
+
variant?: any;
|
|
23
|
+
appearance?: any;
|
|
24
|
+
width?: any;
|
|
25
|
+
height?: any;
|
|
26
|
+
formatter?: any;
|
|
27
|
+
icon?: any;
|
|
28
|
+
elevation?: any;
|
|
29
|
+
isDraggable?: any;
|
|
30
|
+
alignment?: any;
|
|
33
31
|
intl?: any;
|
|
34
|
-
|
|
32
|
+
message?: any;
|
|
33
|
+
buttons?: any;
|
|
35
34
|
offsetX?: any;
|
|
36
35
|
offsetY?: any;
|
|
36
|
+
isFullScreen?: any;
|
|
37
37
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
icon?: any;
|
|
45
|
-
alignment?: any;
|
|
46
|
-
isFullScreen?: any;
|
|
47
|
-
isDraggable?: any;
|
|
39
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed" | "dialogResult")[], "opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed" | "dialogResult", import("vue").PublicProps, Readonly<{
|
|
40
|
+
themeName?: any;
|
|
41
|
+
animationTarget?: any;
|
|
42
|
+
enter?: any;
|
|
43
|
+
exit?: any;
|
|
48
44
|
isOpen?: any;
|
|
49
45
|
hasBackdrop?: any;
|
|
50
46
|
pressEscapeToClose?: any;
|
|
51
47
|
clickOutsideToClose?: any;
|
|
52
48
|
attention?: any;
|
|
53
49
|
closeable?: any;
|
|
54
|
-
width?: any;
|
|
55
|
-
height?: any;
|
|
56
|
-
elevation?: any;
|
|
57
|
-
appearance?: any;
|
|
58
|
-
enter?: any;
|
|
59
|
-
exit?: any;
|
|
60
|
-
variant?: any;
|
|
61
|
-
formatter?: any;
|
|
62
|
-
themeName?: any;
|
|
63
50
|
dir?: any;
|
|
64
51
|
lang?: any;
|
|
52
|
+
header?: any;
|
|
65
53
|
dragging?: any;
|
|
54
|
+
subHeader?: any;
|
|
55
|
+
variant?: any;
|
|
56
|
+
appearance?: any;
|
|
57
|
+
width?: any;
|
|
58
|
+
height?: any;
|
|
59
|
+
formatter?: any;
|
|
60
|
+
icon?: any;
|
|
61
|
+
elevation?: any;
|
|
62
|
+
isDraggable?: any;
|
|
63
|
+
alignment?: any;
|
|
66
64
|
intl?: any;
|
|
67
|
-
|
|
65
|
+
message?: any;
|
|
66
|
+
buttons?: any;
|
|
68
67
|
offsetX?: any;
|
|
69
68
|
offsetY?: any;
|
|
69
|
+
isFullScreen?: any;
|
|
70
70
|
}> & Readonly<{
|
|
71
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
73
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
71
74
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
72
75
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
73
76
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
74
77
|
onDialogResult?: ((...args: any[]) => any) | undefined;
|
|
75
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
76
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
77
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
79
79
|
declare module 'vue' {
|
|
80
80
|
interface GlobalComponents {
|
|
@@ -4,58 +4,58 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetComponent: import("vue").DefineComponent<{
|
|
7
|
+
themeName?: any;
|
|
7
8
|
isOpen?: any;
|
|
8
9
|
hasBackdrop?: any;
|
|
9
10
|
pressEscapeToClose?: any;
|
|
10
11
|
clickOutsideToClose?: any;
|
|
11
12
|
attention?: any;
|
|
12
13
|
closeable?: any;
|
|
13
|
-
width?: any;
|
|
14
|
-
height?: any;
|
|
15
|
-
themeName?: any;
|
|
16
14
|
dir?: any;
|
|
17
15
|
lang?: any;
|
|
16
|
+
width?: any;
|
|
17
|
+
height?: any;
|
|
18
18
|
position?: any;
|
|
19
|
+
dragMode?: any;
|
|
19
20
|
snaps?: any;
|
|
20
21
|
activeSnapIndex?: any;
|
|
21
22
|
closeThreshold?: any;
|
|
22
23
|
elastic?: any;
|
|
23
24
|
inertia?: any;
|
|
24
|
-
dragMode?: any;
|
|
25
25
|
hasHandle?: any;
|
|
26
26
|
hasSnapIndicator?: any;
|
|
27
27
|
isModal?: any;
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
30
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed" | "dragStart" | "dragging" | "dragEnd" | "activeSnapChanged")[], "opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed" | "dragStart" | "dragging" | "dragEnd" | "activeSnapChanged", import("vue").PublicProps, Readonly<{
|
|
31
|
+
themeName?: any;
|
|
31
32
|
isOpen?: any;
|
|
32
33
|
hasBackdrop?: any;
|
|
33
34
|
pressEscapeToClose?: any;
|
|
34
35
|
clickOutsideToClose?: any;
|
|
35
36
|
attention?: any;
|
|
36
37
|
closeable?: any;
|
|
37
|
-
width?: any;
|
|
38
|
-
height?: any;
|
|
39
|
-
themeName?: any;
|
|
40
38
|
dir?: any;
|
|
41
39
|
lang?: any;
|
|
40
|
+
width?: any;
|
|
41
|
+
height?: any;
|
|
42
42
|
position?: any;
|
|
43
|
+
dragMode?: any;
|
|
43
44
|
snaps?: any;
|
|
44
45
|
activeSnapIndex?: any;
|
|
45
46
|
closeThreshold?: any;
|
|
46
47
|
elastic?: any;
|
|
47
48
|
inertia?: any;
|
|
48
|
-
dragMode?: any;
|
|
49
49
|
hasHandle?: any;
|
|
50
50
|
hasSnapIndicator?: any;
|
|
51
51
|
isModal?: any;
|
|
52
52
|
}> & Readonly<{
|
|
53
|
-
onConnected?: ((...args: any[]) => any) | undefined;
|
|
54
|
-
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
55
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
56
53
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
57
54
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
58
55
|
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
onConnected?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
59
59
|
onDragStart?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onDragging?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
onDragEnd?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetContentComponent: import("vue").DefineComponent<{
|
|
7
|
-
formatter?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
|
-
formatter?: any;
|
|
16
15
|
themeName?: any;
|
|
17
16
|
dir?: any;
|
|
18
17
|
lang?: any;
|
|
19
18
|
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
formatter?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
subText?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
16
|
-
formatter?: any;
|
|
17
16
|
themeName?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
20
19
|
text?: any;
|
|
20
|
+
formatter?: any;
|
|
21
21
|
subText?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetHeaderSubTextComponent: import("vue").DefineComponent<{
|
|
7
|
-
formatter?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
|
-
formatter?: any;
|
|
16
15
|
themeName?: any;
|
|
17
16
|
dir?: any;
|
|
18
17
|
lang?: any;
|
|
19
18
|
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetHeaderTextComponent: import("vue").DefineComponent<{
|
|
7
|
-
formatter?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
|
-
formatter?: any;
|
|
16
15
|
themeName?: any;
|
|
17
16
|
dir?: any;
|
|
18
17
|
lang?: any;
|
|
19
18
|
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,62 +4,62 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToastComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
showProgress?: any;
|
|
8
|
+
themeName?: any;
|
|
9
|
+
animationTarget?: any;
|
|
10
|
+
enter?: any;
|
|
11
|
+
exit?: any;
|
|
9
12
|
isOpen?: any;
|
|
10
13
|
hasBackdrop?: any;
|
|
11
14
|
pressEscapeToClose?: any;
|
|
12
15
|
clickOutsideToClose?: any;
|
|
13
16
|
attention?: any;
|
|
14
17
|
closeable?: any;
|
|
15
|
-
appearance?: any;
|
|
16
|
-
enter?: any;
|
|
17
|
-
exit?: any;
|
|
18
|
-
variant?: any;
|
|
19
|
-
formatter?: any;
|
|
20
|
-
themeName?: any;
|
|
21
18
|
dir?: any;
|
|
22
19
|
lang?: any;
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
header?: any;
|
|
21
|
+
variant?: any;
|
|
22
|
+
appearance?: any;
|
|
25
23
|
position?: any;
|
|
26
|
-
|
|
24
|
+
isBusy?: any;
|
|
27
25
|
content?: any;
|
|
26
|
+
formatter?: any;
|
|
27
|
+
icon?: any;
|
|
28
|
+
iconSize?: any;
|
|
28
29
|
timeout?: any;
|
|
29
|
-
showProgress?: any;
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed")[], "opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
33
|
+
showProgress?: any;
|
|
34
|
+
themeName?: any;
|
|
35
|
+
animationTarget?: any;
|
|
36
|
+
enter?: any;
|
|
37
|
+
exit?: any;
|
|
35
38
|
isOpen?: any;
|
|
36
39
|
hasBackdrop?: any;
|
|
37
40
|
pressEscapeToClose?: any;
|
|
38
41
|
clickOutsideToClose?: any;
|
|
39
42
|
attention?: any;
|
|
40
43
|
closeable?: any;
|
|
41
|
-
appearance?: any;
|
|
42
|
-
enter?: any;
|
|
43
|
-
exit?: any;
|
|
44
|
-
variant?: any;
|
|
45
|
-
formatter?: any;
|
|
46
|
-
themeName?: any;
|
|
47
44
|
dir?: any;
|
|
48
45
|
lang?: any;
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
header?: any;
|
|
47
|
+
variant?: any;
|
|
48
|
+
appearance?: any;
|
|
51
49
|
position?: any;
|
|
52
|
-
|
|
50
|
+
isBusy?: any;
|
|
53
51
|
content?: any;
|
|
52
|
+
formatter?: any;
|
|
53
|
+
icon?: any;
|
|
54
|
+
iconSize?: any;
|
|
54
55
|
timeout?: any;
|
|
55
|
-
showProgress?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
|
-
onConnected?: ((...args: any[]) => any) | undefined;
|
|
58
|
-
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
59
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
60
57
|
onOpened?: ((...args: any[]) => any) | undefined;
|
|
61
58
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
62
59
|
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onConnected?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
64
64
|
declare module 'vue' {
|
|
65
65
|
interface GlobalComponents {
|
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TourAnchorComponent: import("vue").DefineComponent<{
|
|
7
|
+
tourId?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
tourId?: any;
|
|
11
11
|
anchorId?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
|
+
tourId?: any;
|
|
15
16
|
themeName?: any;
|
|
16
17
|
dir?: any;
|
|
17
18
|
lang?: any;
|
|
18
|
-
tourId?: any;
|
|
19
19
|
anchorId?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,84 +4,88 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TourComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
clickOutsideToClose?: any;
|
|
11
|
-
attention?: any;
|
|
12
|
-
closeable?: any;
|
|
13
|
-
enter?: any;
|
|
14
|
-
exit?: any;
|
|
15
|
-
themeName?: any;
|
|
16
|
-
dir?: any;
|
|
17
|
-
lang?: any;
|
|
18
|
-
animationTarget?: any;
|
|
19
|
-
labels?: any;
|
|
20
|
-
isVisible?: any;
|
|
21
|
-
restoreFocus?: any;
|
|
7
|
+
currentStep?: any;
|
|
8
|
+
currentStepIndex?: any;
|
|
9
|
+
stepCount?: any;
|
|
22
10
|
isFirstStep?: any;
|
|
23
11
|
isLastStep?: any;
|
|
24
|
-
|
|
25
|
-
tourId?: any;
|
|
12
|
+
isVisible?: any;
|
|
26
13
|
isAutoAdvancePaused?: any;
|
|
27
|
-
titleId?: any;
|
|
28
|
-
descriptionId?: any;
|
|
29
|
-
currentStep?: any;
|
|
30
|
-
currentStepIndex?: any;
|
|
31
14
|
tooltipStyles?: any;
|
|
32
15
|
spotlightStyles?: any;
|
|
33
16
|
backdropStyles?: any;
|
|
34
17
|
isAnchorInteractive?: any;
|
|
18
|
+
titleId?: any;
|
|
19
|
+
descriptionId?: any;
|
|
35
20
|
stepActions?: any;
|
|
21
|
+
tourId?: any;
|
|
36
22
|
steps?: any;
|
|
23
|
+
context?: any;
|
|
24
|
+
labels?: any;
|
|
25
|
+
showProgress?: any;
|
|
37
26
|
showAutoAdvanceControls?: any;
|
|
27
|
+
restoreFocus?: any;
|
|
38
28
|
stepActivator?: any;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
29
|
+
themeName?: any;
|
|
30
|
+
animationTarget?: any;
|
|
31
|
+
enter?: any;
|
|
32
|
+
exit?: any;
|
|
42
33
|
isOpen?: any;
|
|
43
34
|
hasBackdrop?: any;
|
|
44
35
|
pressEscapeToClose?: any;
|
|
45
36
|
clickOutsideToClose?: any;
|
|
46
37
|
attention?: any;
|
|
47
38
|
closeable?: any;
|
|
48
|
-
enter?: any;
|
|
49
|
-
exit?: any;
|
|
50
|
-
themeName?: any;
|
|
51
39
|
dir?: any;
|
|
52
40
|
lang?: any;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
41
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tourStarted" | "tourEnded" | "tourStepChanged" | "tourFailed" | "opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed")[], "tourStarted" | "tourEnded" | "tourStepChanged" | "tourFailed" | "opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
44
|
+
currentStep?: any;
|
|
45
|
+
currentStepIndex?: any;
|
|
46
|
+
stepCount?: any;
|
|
57
47
|
isFirstStep?: any;
|
|
58
48
|
isLastStep?: any;
|
|
59
|
-
|
|
60
|
-
tourId?: any;
|
|
49
|
+
isVisible?: any;
|
|
61
50
|
isAutoAdvancePaused?: any;
|
|
62
|
-
titleId?: any;
|
|
63
|
-
descriptionId?: any;
|
|
64
|
-
currentStep?: any;
|
|
65
|
-
currentStepIndex?: any;
|
|
66
51
|
tooltipStyles?: any;
|
|
67
52
|
spotlightStyles?: any;
|
|
68
53
|
backdropStyles?: any;
|
|
69
54
|
isAnchorInteractive?: any;
|
|
55
|
+
titleId?: any;
|
|
56
|
+
descriptionId?: any;
|
|
70
57
|
stepActions?: any;
|
|
58
|
+
tourId?: any;
|
|
71
59
|
steps?: any;
|
|
60
|
+
context?: any;
|
|
61
|
+
labels?: any;
|
|
62
|
+
showProgress?: any;
|
|
72
63
|
showAutoAdvanceControls?: any;
|
|
64
|
+
restoreFocus?: any;
|
|
73
65
|
stepActivator?: any;
|
|
66
|
+
themeName?: any;
|
|
67
|
+
animationTarget?: any;
|
|
68
|
+
enter?: any;
|
|
69
|
+
exit?: any;
|
|
70
|
+
isOpen?: any;
|
|
71
|
+
hasBackdrop?: any;
|
|
72
|
+
pressEscapeToClose?: any;
|
|
73
|
+
clickOutsideToClose?: any;
|
|
74
|
+
attention?: any;
|
|
75
|
+
closeable?: any;
|
|
76
|
+
dir?: any;
|
|
77
|
+
lang?: any;
|
|
74
78
|
}> & Readonly<{
|
|
75
|
-
onConnected?: ((...args: any[]) => any) | undefined;
|
|
76
|
-
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
77
|
-
onChanged?: ((...args: any[]) => any) | undefined;
|
|
78
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
79
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
80
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
81
79
|
onTourStarted?: ((...args: any[]) => any) | undefined;
|
|
82
80
|
onTourEnded?: ((...args: any[]) => any) | undefined;
|
|
83
81
|
onTourStepChanged?: ((...args: any[]) => any) | undefined;
|
|
84
82
|
onTourFailed?: ((...args: any[]) => any) | undefined;
|
|
83
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
84
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
85
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onConnected?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
88
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
85
89
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
86
90
|
declare module 'vue' {
|
|
87
91
|
interface GlobalComponents {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TourComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"TourComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFA2BxB,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,UAAU,EAAE,OAAO,aAAa,CAAC;KACpC;CACJ"}
|
|
@@ -12,7 +12,7 @@ import { defineComponent, h } from 'vue';
|
|
|
12
12
|
*/
|
|
13
13
|
export const TourComponent = defineComponent({
|
|
14
14
|
name: 'TourComponent',
|
|
15
|
-
props: ['currentStep', 'currentStepIndex', 'isFirstStep', 'isLastStep', 'isVisible', 'isAutoAdvancePaused', 'tooltipStyles', 'spotlightStyles', 'backdropStyles', 'isAnchorInteractive', 'titleId', 'descriptionId', 'stepActions', 'tourId', 'steps', 'labels', 'showProgress', 'showAutoAdvanceControls', 'restoreFocus', 'stepActivator', 'themeName', 'animationTarget', 'enter', 'exit', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'attention', 'closeable', 'dir', 'lang'],
|
|
15
|
+
props: ['currentStep', 'currentStepIndex', 'stepCount', 'isFirstStep', 'isLastStep', 'isVisible', 'isAutoAdvancePaused', 'tooltipStyles', 'spotlightStyles', 'backdropStyles', 'isAnchorInteractive', 'titleId', 'descriptionId', 'stepActions', 'tourId', 'steps', 'context', 'labels', 'showProgress', 'showAutoAdvanceControls', 'restoreFocus', 'stepActivator', 'themeName', 'animationTarget', 'enter', 'exit', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'attention', 'closeable', 'dir', 'lang'],
|
|
16
16
|
emits: ['tourStarted', 'tourEnded', 'tourStepChanged', 'tourFailed', 'opened', 'closed', 'closeAttempted', 'connected', 'disconnected', 'changed'],
|
|
17
17
|
// slots: ['style']
|
|
18
18
|
// methods: { start, next, previous, finish, skip, pauseAutoAdvance, resumeAutoAdvance, end, showStep, close, onBackdropClicked, onTooltipKeyDown, play, onEnterAnimation, onExitAnimation, open, requestAttention, adoptStyle, on, off, emit, requestUpdate }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TourComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourComponent.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,aAAa,GAAG,eAAe,CAAC;IACzC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,CAAC,aAAa,EAAE,kBAAkB,EAAE,aAAa,EAAE,YAAY,EAAE,WAAW,EAAE,qBAAqB,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,SAAS,EAAE,eAAe,EAAE,aAAa,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,yBAAyB,EAAE,cAAc,EAAE,eAAe,EAAE,WAAW,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"TourComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/tour/TourComponent.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,aAAa,GAAG,eAAe,CAAC;IACzC,IAAI,EAAE,eAAe;IACrB,KAAK,EAAE,CAAC,aAAa,EAAE,kBAAkB,EAAE,WAAW,EAAE,aAAa,EAAE,YAAY,EAAE,WAAW,EAAE,qBAAqB,EAAE,eAAe,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,SAAS,EAAE,eAAe,EAAE,aAAa,EAAE,QAAQ,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,cAAc,EAAE,yBAAyB,EAAE,cAAc,EAAE,eAAe,EAAE,WAAW,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IACpgB,KAAK,EAAE,CAAC,aAAa,EAAE,WAAW,EAAE,iBAAiB,EAAE,YAAY,EAAE,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAClJ,mBAAmB;IACnB,8PAA8P;IAC9P,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,aAAa,EACb;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,aAAa,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,EAAE,KAAK,CAAC;YAC3D,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,iBAAiB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,iBAAiB,EAAE,KAAK,CAAC;YACnE,YAAY,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,YAAY,EAAE,KAAK,CAAC;YACzD,QAAQ,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;YACjD,QAAQ,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;YACjD,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;SACtD,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -4,45 +4,45 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TourStepComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
8
|
-
themeName?: any;
|
|
9
|
-
dir?: any;
|
|
10
|
-
lang?: any;
|
|
11
|
-
labels?: any;
|
|
12
|
-
step?: any;
|
|
7
|
+
stepCount?: any;
|
|
13
8
|
isFirstStep?: any;
|
|
14
9
|
isLastStep?: any;
|
|
10
|
+
isAutoAdvancePaused?: any;
|
|
11
|
+
titleId?: any;
|
|
12
|
+
descriptionId?: any;
|
|
13
|
+
labels?: any;
|
|
15
14
|
showProgress?: any;
|
|
15
|
+
themeName?: any;
|
|
16
|
+
dir?: any;
|
|
17
|
+
lang?: any;
|
|
18
|
+
variant?: any;
|
|
16
19
|
resolvedLabels?: any;
|
|
17
20
|
progressLabel?: any;
|
|
21
|
+
step?: any;
|
|
18
22
|
stepIndex?: any;
|
|
19
|
-
stepCount?: any;
|
|
20
23
|
showAutoAdvanceControl?: any;
|
|
21
|
-
isAutoAdvancePaused?: any;
|
|
22
24
|
actions?: any;
|
|
23
|
-
titleId?: any;
|
|
24
|
-
descriptionId?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
28
|
-
|
|
29
|
-
themeName?: any;
|
|
30
|
-
dir?: any;
|
|
31
|
-
lang?: any;
|
|
32
|
-
labels?: any;
|
|
33
|
-
step?: any;
|
|
28
|
+
stepCount?: any;
|
|
34
29
|
isFirstStep?: any;
|
|
35
30
|
isLastStep?: any;
|
|
31
|
+
isAutoAdvancePaused?: any;
|
|
32
|
+
titleId?: any;
|
|
33
|
+
descriptionId?: any;
|
|
34
|
+
labels?: any;
|
|
36
35
|
showProgress?: any;
|
|
36
|
+
themeName?: any;
|
|
37
|
+
dir?: any;
|
|
38
|
+
lang?: any;
|
|
39
|
+
variant?: any;
|
|
37
40
|
resolvedLabels?: any;
|
|
38
41
|
progressLabel?: any;
|
|
42
|
+
step?: any;
|
|
39
43
|
stepIndex?: any;
|
|
40
|
-
stepCount?: any;
|
|
41
44
|
showAutoAdvanceControl?: any;
|
|
42
|
-
isAutoAdvancePaused?: any;
|
|
43
45
|
actions?: any;
|
|
44
|
-
titleId?: any;
|
|
45
|
-
descriptionId?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const BackdropComponent: import("vue").DefineComponent<{
|
|
7
|
+
themeName?: any;
|
|
8
|
+
animationTarget?: any;
|
|
7
9
|
enter?: any;
|
|
8
10
|
exit?: any;
|
|
9
|
-
themeName?: any;
|
|
10
11
|
dir?: any;
|
|
11
12
|
lang?: any;
|
|
12
13
|
hidden?: any;
|
|
13
|
-
animationTarget?: 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<{
|
|
17
|
+
themeName?: any;
|
|
18
|
+
animationTarget?: any;
|
|
17
19
|
enter?: any;
|
|
18
20
|
exit?: any;
|
|
19
|
-
themeName?: any;
|
|
20
21
|
dir?: any;
|
|
21
22
|
lang?: any;
|
|
22
23
|
hidden?: any;
|
|
23
|
-
animationTarget?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|