@breadstone/mosaik-elements-vue 0.1.59 → 0.1.61
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 +22 -22
- 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 +28 -28
- 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 +16 -16
- 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/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 +2 -2
- 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/ChatPromptBoxComponent.d.ts +16 -16
- 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 +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/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/package.json +2 -2
|
@@ -11,17 +11,17 @@ export declare const SheetComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
height?: any;
|
|
12
12
|
position?: any;
|
|
13
13
|
isOpen?: any;
|
|
14
|
+
closeable?: any;
|
|
14
15
|
hasBackdrop?: any;
|
|
15
16
|
pressEscapeToClose?: any;
|
|
16
17
|
clickOutsideToClose?: any;
|
|
17
18
|
attention?: any;
|
|
18
|
-
closeable?: any;
|
|
19
|
-
dragMode?: any;
|
|
20
19
|
snaps?: any;
|
|
21
20
|
activeSnapIndex?: any;
|
|
22
21
|
closeThreshold?: any;
|
|
23
22
|
elastic?: any;
|
|
24
23
|
inertia?: any;
|
|
24
|
+
dragMode?: any;
|
|
25
25
|
hasHandle?: any;
|
|
26
26
|
hasSnapIndicator?: any;
|
|
27
27
|
isModal?: any;
|
|
@@ -35,17 +35,17 @@ export declare const SheetComponent: import("vue").DefineComponent<{
|
|
|
35
35
|
height?: any;
|
|
36
36
|
position?: any;
|
|
37
37
|
isOpen?: any;
|
|
38
|
+
closeable?: any;
|
|
38
39
|
hasBackdrop?: any;
|
|
39
40
|
pressEscapeToClose?: any;
|
|
40
41
|
clickOutsideToClose?: any;
|
|
41
42
|
attention?: any;
|
|
42
|
-
closeable?: any;
|
|
43
|
-
dragMode?: any;
|
|
44
43
|
snaps?: any;
|
|
45
44
|
activeSnapIndex?: any;
|
|
46
45
|
closeThreshold?: any;
|
|
47
46
|
elastic?: any;
|
|
48
47
|
inertia?: any;
|
|
48
|
+
dragMode?: any;
|
|
49
49
|
hasHandle?: any;
|
|
50
50
|
hasSnapIndicator?: any;
|
|
51
51
|
isModal?: any;
|
|
@@ -8,24 +8,24 @@ export declare const ToastComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
header?: any;
|
|
11
|
+
variant?: any;
|
|
12
|
+
isBusy?: any;
|
|
13
|
+
appearance?: any;
|
|
14
|
+
formatter?: any;
|
|
15
|
+
icon?: any;
|
|
11
16
|
animationTarget?: any;
|
|
12
17
|
enter?: any;
|
|
13
18
|
exit?: any;
|
|
14
|
-
variant?: any;
|
|
15
|
-
appearance?: any;
|
|
16
19
|
position?: any;
|
|
17
|
-
|
|
20
|
+
iconSize?: any;
|
|
18
21
|
isOpen?: any;
|
|
22
|
+
closeable?: any;
|
|
23
|
+
content?: any;
|
|
24
|
+
timeout?: any;
|
|
19
25
|
hasBackdrop?: any;
|
|
20
26
|
pressEscapeToClose?: any;
|
|
21
27
|
clickOutsideToClose?: any;
|
|
22
28
|
attention?: any;
|
|
23
|
-
closeable?: any;
|
|
24
|
-
content?: any;
|
|
25
|
-
formatter?: any;
|
|
26
|
-
icon?: any;
|
|
27
|
-
iconSize?: any;
|
|
28
|
-
timeout?: any;
|
|
29
29
|
showProgress?: any;
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
@@ -34,24 +34,24 @@ export declare const ToastComponent: import("vue").DefineComponent<{
|
|
|
34
34
|
dir?: any;
|
|
35
35
|
lang?: any;
|
|
36
36
|
header?: any;
|
|
37
|
+
variant?: any;
|
|
38
|
+
isBusy?: any;
|
|
39
|
+
appearance?: any;
|
|
40
|
+
formatter?: any;
|
|
41
|
+
icon?: any;
|
|
37
42
|
animationTarget?: any;
|
|
38
43
|
enter?: any;
|
|
39
44
|
exit?: any;
|
|
40
|
-
variant?: any;
|
|
41
|
-
appearance?: any;
|
|
42
45
|
position?: any;
|
|
43
|
-
|
|
46
|
+
iconSize?: any;
|
|
44
47
|
isOpen?: any;
|
|
48
|
+
closeable?: any;
|
|
49
|
+
content?: any;
|
|
50
|
+
timeout?: any;
|
|
45
51
|
hasBackdrop?: any;
|
|
46
52
|
pressEscapeToClose?: any;
|
|
47
53
|
clickOutsideToClose?: any;
|
|
48
54
|
attention?: any;
|
|
49
|
-
closeable?: any;
|
|
50
|
-
content?: any;
|
|
51
|
-
formatter?: any;
|
|
52
|
-
icon?: any;
|
|
53
|
-
iconSize?: any;
|
|
54
|
-
timeout?: any;
|
|
55
55
|
showProgress?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
57
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,20 +8,20 @@ export declare const TourComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
ended?: any;
|
|
11
|
+
isOpen?: any;
|
|
12
|
+
closeable?: any;
|
|
13
|
+
hasBackdrop?: any;
|
|
14
|
+
pressEscapeToClose?: any;
|
|
15
|
+
clickOutsideToClose?: any;
|
|
16
|
+
attention?: any;
|
|
11
17
|
isFirstStep?: any;
|
|
12
18
|
isLastStep?: any;
|
|
19
|
+
tourId?: any;
|
|
13
20
|
currentStep?: any;
|
|
14
21
|
tooltipStyles?: any;
|
|
15
22
|
started?: any;
|
|
16
23
|
stepChanged?: any;
|
|
17
|
-
tourId?: any;
|
|
18
24
|
steps?: any;
|
|
19
|
-
isOpen?: any;
|
|
20
|
-
hasBackdrop?: any;
|
|
21
|
-
pressEscapeToClose?: any;
|
|
22
|
-
clickOutsideToClose?: any;
|
|
23
|
-
attention?: any;
|
|
24
|
-
closeable?: 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" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
@@ -29,20 +29,20 @@ export declare const TourComponent: import("vue").DefineComponent<{
|
|
|
29
29
|
dir?: any;
|
|
30
30
|
lang?: any;
|
|
31
31
|
ended?: any;
|
|
32
|
+
isOpen?: any;
|
|
33
|
+
closeable?: any;
|
|
34
|
+
hasBackdrop?: any;
|
|
35
|
+
pressEscapeToClose?: any;
|
|
36
|
+
clickOutsideToClose?: any;
|
|
37
|
+
attention?: any;
|
|
32
38
|
isFirstStep?: any;
|
|
33
39
|
isLastStep?: any;
|
|
40
|
+
tourId?: any;
|
|
34
41
|
currentStep?: any;
|
|
35
42
|
tooltipStyles?: any;
|
|
36
43
|
started?: any;
|
|
37
44
|
stepChanged?: any;
|
|
38
|
-
tourId?: any;
|
|
39
45
|
steps?: any;
|
|
40
|
-
isOpen?: any;
|
|
41
|
-
hasBackdrop?: any;
|
|
42
|
-
pressEscapeToClose?: any;
|
|
43
|
-
clickOutsideToClose?: any;
|
|
44
|
-
attention?: any;
|
|
45
|
-
closeable?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,6 +7,7 @@ export declare const TourStepComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
step?: any;
|
|
10
11
|
isFirstStep?: any;
|
|
11
12
|
isLastStep?: any;
|
|
12
13
|
resolvedLabels?: any;
|
|
@@ -14,13 +15,13 @@ export declare const TourStepComponent: import("vue").DefineComponent<{
|
|
|
14
15
|
next?: any;
|
|
15
16
|
finish?: any;
|
|
16
17
|
skip?: any;
|
|
17
|
-
step?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
22
|
dir?: any;
|
|
23
23
|
lang?: any;
|
|
24
|
+
step?: any;
|
|
24
25
|
isFirstStep?: any;
|
|
25
26
|
isLastStep?: any;
|
|
26
27
|
resolvedLabels?: any;
|
|
@@ -28,7 +29,6 @@ export declare const TourStepComponent: import("vue").DefineComponent<{
|
|
|
28
29
|
next?: any;
|
|
29
30
|
finish?: any;
|
|
30
31
|
skip?: any;
|
|
31
|
-
step?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,20 +7,20 @@ export declare const BackdropComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
hidden?: any;
|
|
10
11
|
animationTarget?: any;
|
|
11
12
|
enter?: any;
|
|
12
13
|
exit?: any;
|
|
13
|
-
hidden?: 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
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
|
+
hidden?: any;
|
|
20
21
|
animationTarget?: any;
|
|
21
22
|
enter?: any;
|
|
22
23
|
exit?: any;
|
|
23
|
-
hidden?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,11 +8,11 @@ export declare const BoxComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
fit?: any;
|
|
11
|
-
inset?: any;
|
|
12
11
|
width?: any;
|
|
13
12
|
height?: any;
|
|
14
13
|
highlighted?: any;
|
|
15
14
|
cornered?: any;
|
|
15
|
+
inset?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -20,11 +20,11 @@ export declare const BoxComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
fit?: any;
|
|
23
|
-
inset?: any;
|
|
24
23
|
width?: any;
|
|
25
24
|
height?: any;
|
|
26
25
|
highlighted?: any;
|
|
27
26
|
cornered?: any;
|
|
27
|
+
inset?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -11,8 +11,8 @@ export declare const CheckmarkComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
13
|
appearance?: any;
|
|
14
|
-
isThreeState?: any;
|
|
15
14
|
type?: any;
|
|
15
|
+
isThreeState?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -23,8 +23,8 @@ export declare const CheckmarkComponent: import("vue").DefineComponent<{
|
|
|
23
23
|
disabled?: any;
|
|
24
24
|
variant?: any;
|
|
25
25
|
appearance?: any;
|
|
26
|
-
isThreeState?: any;
|
|
27
26
|
type?: any;
|
|
27
|
+
isThreeState?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,13 +8,8 @@ export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
-
animationTarget?: any;
|
|
12
|
-
enter?: any;
|
|
13
|
-
exit?: any;
|
|
14
11
|
width?: any;
|
|
15
12
|
height?: any;
|
|
16
|
-
placement?: any;
|
|
17
|
-
trigger?: any;
|
|
18
13
|
dropDownPlacement?: any;
|
|
19
14
|
dropDownStrategy?: any;
|
|
20
15
|
dropDownDistance?: any;
|
|
@@ -25,23 +20,28 @@ export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
|
25
20
|
dropDownWidth?: any;
|
|
26
21
|
dropDownMaxWidth?: any;
|
|
27
22
|
isDropDownOpen?: any;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
isVisible?: any;
|
|
32
|
-
open?: any;
|
|
33
|
-
strategy?: any;
|
|
23
|
+
animationTarget?: any;
|
|
24
|
+
enter?: any;
|
|
25
|
+
exit?: any;
|
|
34
26
|
_anchorId?: any;
|
|
35
27
|
_panelId?: any;
|
|
36
28
|
_anchorName?: any;
|
|
37
29
|
popupRole?: any;
|
|
30
|
+
isVisible?: any;
|
|
31
|
+
placement?: any;
|
|
32
|
+
strategy?: any;
|
|
38
33
|
offset?: any;
|
|
34
|
+
skidding?: any;
|
|
35
|
+
open?: any;
|
|
36
|
+
trigger?: any;
|
|
39
37
|
closeOnOutsideClick?: any;
|
|
40
38
|
closeOnEscape?: any;
|
|
41
39
|
closeOnSelect?: any;
|
|
42
40
|
restoreFocus?: any;
|
|
43
41
|
hasPopup?: any;
|
|
44
42
|
matchAnchorWidth?: any;
|
|
43
|
+
maxHeight?: any;
|
|
44
|
+
maxWidth?: any;
|
|
45
45
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "openChanged" | "slotchange")[], "connected" | "disconnected" | "changed" | "openChanged" | "slotchange", import("vue").PublicProps, Readonly<{
|
|
@@ -49,13 +49,8 @@ export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
|
49
49
|
dir?: any;
|
|
50
50
|
lang?: any;
|
|
51
51
|
disabled?: any;
|
|
52
|
-
animationTarget?: any;
|
|
53
|
-
enter?: any;
|
|
54
|
-
exit?: any;
|
|
55
52
|
width?: any;
|
|
56
53
|
height?: any;
|
|
57
|
-
placement?: any;
|
|
58
|
-
trigger?: any;
|
|
59
54
|
dropDownPlacement?: any;
|
|
60
55
|
dropDownStrategy?: any;
|
|
61
56
|
dropDownDistance?: any;
|
|
@@ -66,23 +61,28 @@ export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
|
66
61
|
dropDownWidth?: any;
|
|
67
62
|
dropDownMaxWidth?: any;
|
|
68
63
|
isDropDownOpen?: any;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
isVisible?: any;
|
|
73
|
-
open?: any;
|
|
74
|
-
strategy?: any;
|
|
64
|
+
animationTarget?: any;
|
|
65
|
+
enter?: any;
|
|
66
|
+
exit?: any;
|
|
75
67
|
_anchorId?: any;
|
|
76
68
|
_panelId?: any;
|
|
77
69
|
_anchorName?: any;
|
|
78
70
|
popupRole?: any;
|
|
71
|
+
isVisible?: any;
|
|
72
|
+
placement?: any;
|
|
73
|
+
strategy?: any;
|
|
79
74
|
offset?: any;
|
|
75
|
+
skidding?: any;
|
|
76
|
+
open?: any;
|
|
77
|
+
trigger?: any;
|
|
80
78
|
closeOnOutsideClick?: any;
|
|
81
79
|
closeOnEscape?: any;
|
|
82
80
|
closeOnSelect?: any;
|
|
83
81
|
restoreFocus?: any;
|
|
84
82
|
hasPopup?: any;
|
|
85
83
|
matchAnchorWidth?: any;
|
|
84
|
+
maxHeight?: any;
|
|
85
|
+
maxWidth?: any;
|
|
86
86
|
}> & Readonly<{
|
|
87
87
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,9 +8,9 @@ export declare const ElevationComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
+
weigh?: any;
|
|
11
12
|
for?: any;
|
|
12
13
|
control?: any;
|
|
13
|
-
weigh?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -18,9 +18,9 @@ export declare const ElevationComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
20
|
disabled?: any;
|
|
21
|
+
weigh?: any;
|
|
21
22
|
for?: any;
|
|
22
23
|
control?: any;
|
|
23
|
-
weigh?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,10 +7,10 @@ export declare const ErrorComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
10
11
|
animationTarget?: any;
|
|
11
12
|
enter?: any;
|
|
12
13
|
exit?: any;
|
|
13
|
-
text?: any;
|
|
14
14
|
textOverflow?: any;
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
@@ -18,10 +18,10 @@ export declare const ErrorComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
themeName?: any;
|
|
19
19
|
dir?: any;
|
|
20
20
|
lang?: any;
|
|
21
|
+
text?: any;
|
|
21
22
|
animationTarget?: any;
|
|
22
23
|
enter?: any;
|
|
23
24
|
exit?: any;
|
|
24
|
-
text?: any;
|
|
25
25
|
textOverflow?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,36 +8,36 @@ export declare const FloatingComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
shift?: any;
|
|
11
|
+
active?: any;
|
|
12
|
+
width?: any;
|
|
13
|
+
height?: any;
|
|
11
14
|
animationTarget?: any;
|
|
12
15
|
enter?: any;
|
|
13
16
|
exit?: any;
|
|
14
|
-
width?: any;
|
|
15
|
-
height?: any;
|
|
16
|
-
placement?: any;
|
|
17
17
|
elevation?: any;
|
|
18
|
-
maxWidth?: any;
|
|
19
|
-
active?: any;
|
|
20
|
-
maxHeight?: any;
|
|
21
|
-
distance?: any;
|
|
22
|
-
skidding?: any;
|
|
23
|
-
flip?: any;
|
|
24
|
-
sync?: any;
|
|
25
|
-
isVisible?: any;
|
|
26
18
|
isFullScreen?: any;
|
|
27
|
-
|
|
19
|
+
autoSize?: any;
|
|
20
|
+
isVisible?: any;
|
|
21
|
+
placement?: any;
|
|
28
22
|
strategy?: any;
|
|
23
|
+
skidding?: any;
|
|
24
|
+
maxHeight?: any;
|
|
25
|
+
maxWidth?: any;
|
|
26
|
+
anchor?: any;
|
|
27
|
+
distance?: any;
|
|
29
28
|
arrow?: any;
|
|
30
29
|
arrowPlacement?: any;
|
|
31
30
|
arrowPadding?: any;
|
|
31
|
+
flip?: any;
|
|
32
32
|
flipFallbackPlacements?: any;
|
|
33
33
|
flipBoundary?: any;
|
|
34
34
|
flipPadding?: any;
|
|
35
35
|
flipFallbackStrategy?: any;
|
|
36
36
|
shiftBoundary?: any;
|
|
37
37
|
shiftPadding?: any;
|
|
38
|
-
autoSize?: any;
|
|
39
38
|
autoSizeBoundary?: any;
|
|
40
39
|
autoSizePadding?: any;
|
|
40
|
+
sync?: any;
|
|
41
41
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
42
42
|
[key: string]: any;
|
|
43
43
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "repositioned" | "activeChanged")[], "connected" | "disconnected" | "changed" | "repositioned" | "activeChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -45,36 +45,36 @@ export declare const FloatingComponent: import("vue").DefineComponent<{
|
|
|
45
45
|
dir?: any;
|
|
46
46
|
lang?: any;
|
|
47
47
|
shift?: any;
|
|
48
|
+
active?: any;
|
|
49
|
+
width?: any;
|
|
50
|
+
height?: any;
|
|
48
51
|
animationTarget?: any;
|
|
49
52
|
enter?: any;
|
|
50
53
|
exit?: any;
|
|
51
|
-
width?: any;
|
|
52
|
-
height?: any;
|
|
53
|
-
placement?: any;
|
|
54
54
|
elevation?: any;
|
|
55
|
-
maxWidth?: any;
|
|
56
|
-
active?: any;
|
|
57
|
-
maxHeight?: any;
|
|
58
|
-
distance?: any;
|
|
59
|
-
skidding?: any;
|
|
60
|
-
flip?: any;
|
|
61
|
-
sync?: any;
|
|
62
|
-
isVisible?: any;
|
|
63
55
|
isFullScreen?: any;
|
|
64
|
-
|
|
56
|
+
autoSize?: any;
|
|
57
|
+
isVisible?: any;
|
|
58
|
+
placement?: any;
|
|
65
59
|
strategy?: any;
|
|
60
|
+
skidding?: any;
|
|
61
|
+
maxHeight?: any;
|
|
62
|
+
maxWidth?: any;
|
|
63
|
+
anchor?: any;
|
|
64
|
+
distance?: any;
|
|
66
65
|
arrow?: any;
|
|
67
66
|
arrowPlacement?: any;
|
|
68
67
|
arrowPadding?: any;
|
|
68
|
+
flip?: any;
|
|
69
69
|
flipFallbackPlacements?: any;
|
|
70
70
|
flipBoundary?: any;
|
|
71
71
|
flipPadding?: any;
|
|
72
72
|
flipFallbackStrategy?: any;
|
|
73
73
|
shiftBoundary?: any;
|
|
74
74
|
shiftPadding?: any;
|
|
75
|
-
autoSize?: any;
|
|
76
75
|
autoSizeBoundary?: any;
|
|
77
76
|
autoSizePadding?: any;
|
|
77
|
+
sync?: any;
|
|
78
78
|
}> & Readonly<{
|
|
79
79
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,9 +10,9 @@ export declare const FocusRingComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
variant?: any;
|
|
11
11
|
for?: any;
|
|
12
12
|
control?: any;
|
|
13
|
+
controlled?: any;
|
|
13
14
|
visible?: any;
|
|
14
15
|
inward?: any;
|
|
15
|
-
controlled?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -22,9 +22,9 @@ export declare const FocusRingComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
variant?: any;
|
|
23
23
|
for?: any;
|
|
24
24
|
control?: any;
|
|
25
|
+
controlled?: any;
|
|
25
26
|
visible?: any;
|
|
26
27
|
inward?: any;
|
|
27
|
-
controlled?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,18 +7,18 @@ export declare const FooterComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
breakpoint?: any;
|
|
11
10
|
brand?: any;
|
|
12
11
|
copyright?: any;
|
|
12
|
+
breakpoint?: 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
16
|
themeName?: any;
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
|
-
breakpoint?: any;
|
|
20
19
|
brand?: any;
|
|
21
20
|
copyright?: any;
|
|
21
|
+
breakpoint?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,8 +9,8 @@ export declare const HintComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
text?: any;
|
|
11
11
|
formatter?: any;
|
|
12
|
-
alignment?: any;
|
|
13
12
|
textOverflow?: any;
|
|
13
|
+
alignment?: 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<{
|
|
@@ -19,8 +19,8 @@ export declare const HintComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
lang?: any;
|
|
20
20
|
text?: any;
|
|
21
21
|
formatter?: any;
|
|
22
|
-
alignment?: any;
|
|
23
22
|
textOverflow?: any;
|
|
23
|
+
alignment?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,11 +8,11 @@ export declare const JumbotronComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
header?: any;
|
|
11
|
-
subHeader?: any;
|
|
12
11
|
appearance?: any;
|
|
13
12
|
formatter?: any;
|
|
14
|
-
|
|
13
|
+
subHeader?: any;
|
|
15
14
|
hint?: any;
|
|
15
|
+
alignment?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -20,11 +20,11 @@ export declare const JumbotronComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
header?: any;
|
|
23
|
-
subHeader?: any;
|
|
24
23
|
appearance?: any;
|
|
25
24
|
formatter?: any;
|
|
26
|
-
|
|
25
|
+
subHeader?: any;
|
|
27
26
|
hint?: any;
|
|
27
|
+
alignment?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,16 +7,16 @@ export declare const KbdComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
value?: any;
|
|
11
10
|
variant?: any;
|
|
11
|
+
value?: 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
15
|
themeName?: any;
|
|
16
16
|
dir?: any;
|
|
17
17
|
lang?: any;
|
|
18
|
-
value?: any;
|
|
19
18
|
variant?: any;
|
|
19
|
+
value?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -11,9 +11,9 @@ export declare const NumberCounterComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
variant?: any;
|
|
12
12
|
readonly?: any;
|
|
13
13
|
alignment?: any;
|
|
14
|
-
duration?: any;
|
|
15
14
|
from?: any;
|
|
16
15
|
to?: any;
|
|
16
|
+
duration?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -24,9 +24,9 @@ export declare const NumberCounterComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
variant?: any;
|
|
25
25
|
readonly?: any;
|
|
26
26
|
alignment?: any;
|
|
27
|
-
duration?: any;
|
|
28
27
|
from?: any;
|
|
29
28
|
to?: any;
|
|
29
|
+
duration?: any;
|
|
30
30
|
}> & Readonly<{
|
|
31
31
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|