@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
|
@@ -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;
|
|
16
11
|
animationTarget?: any;
|
|
17
12
|
enter?: any;
|
|
18
13
|
exit?: any;
|
|
14
|
+
variant?: any;
|
|
15
|
+
appearance?: any;
|
|
19
16
|
position?: any;
|
|
20
|
-
|
|
17
|
+
isBusy?: any;
|
|
21
18
|
isOpen?: any;
|
|
22
|
-
closeable?: any;
|
|
23
|
-
content?: any;
|
|
24
|
-
timeout?: any;
|
|
25
19
|
hasBackdrop?: any;
|
|
26
20
|
pressEscapeToClose?: any;
|
|
27
21
|
clickOutsideToClose?: any;
|
|
28
22
|
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;
|
|
42
37
|
animationTarget?: any;
|
|
43
38
|
enter?: any;
|
|
44
39
|
exit?: any;
|
|
40
|
+
variant?: any;
|
|
41
|
+
appearance?: any;
|
|
45
42
|
position?: any;
|
|
46
|
-
|
|
43
|
+
isBusy?: any;
|
|
47
44
|
isOpen?: any;
|
|
48
|
-
closeable?: any;
|
|
49
|
-
content?: any;
|
|
50
|
-
timeout?: any;
|
|
51
45
|
hasBackdrop?: any;
|
|
52
46
|
pressEscapeToClose?: any;
|
|
53
47
|
clickOutsideToClose?: any;
|
|
54
48
|
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;
|
|
17
11
|
isFirstStep?: any;
|
|
18
12
|
isLastStep?: any;
|
|
19
|
-
tourId?: any;
|
|
20
13
|
currentStep?: any;
|
|
21
14
|
tooltipStyles?: any;
|
|
22
15
|
started?: any;
|
|
23
16
|
stepChanged?: any;
|
|
17
|
+
tourId?: any;
|
|
24
18
|
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;
|
|
38
32
|
isFirstStep?: any;
|
|
39
33
|
isLastStep?: any;
|
|
40
|
-
tourId?: any;
|
|
41
34
|
currentStep?: any;
|
|
42
35
|
tooltipStyles?: any;
|
|
43
36
|
started?: any;
|
|
44
37
|
stepChanged?: any;
|
|
38
|
+
tourId?: any;
|
|
45
39
|
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,7 +7,6 @@ export declare const TourStepComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
step?: any;
|
|
11
10
|
isFirstStep?: any;
|
|
12
11
|
isLastStep?: any;
|
|
13
12
|
resolvedLabels?: any;
|
|
@@ -15,13 +14,13 @@ export declare const TourStepComponent: import("vue").DefineComponent<{
|
|
|
15
14
|
next?: any;
|
|
16
15
|
finish?: any;
|
|
17
16
|
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;
|
|
25
24
|
isFirstStep?: any;
|
|
26
25
|
isLastStep?: any;
|
|
27
26
|
resolvedLabels?: any;
|
|
@@ -29,6 +28,7 @@ export declare const TourStepComponent: import("vue").DefineComponent<{
|
|
|
29
28
|
next?: any;
|
|
30
29
|
finish?: any;
|
|
31
30
|
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;
|
|
11
10
|
animationTarget?: any;
|
|
12
11
|
enter?: any;
|
|
13
12
|
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;
|
|
21
20
|
animationTarget?: any;
|
|
22
21
|
enter?: any;
|
|
23
22
|
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;
|
|
11
12
|
width?: any;
|
|
12
13
|
height?: any;
|
|
13
14
|
highlighted?: any;
|
|
14
15
|
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;
|
|
23
24
|
width?: any;
|
|
24
25
|
height?: any;
|
|
25
26
|
highlighted?: any;
|
|
26
27
|
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
|
-
type?: any;
|
|
15
14
|
isThreeState?: any;
|
|
15
|
+
type?: 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
|
-
type?: any;
|
|
27
26
|
isThreeState?: any;
|
|
27
|
+
type?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,8 +8,13 @@ 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;
|
|
11
14
|
width?: any;
|
|
12
15
|
height?: any;
|
|
16
|
+
placement?: any;
|
|
17
|
+
trigger?: any;
|
|
13
18
|
dropDownPlacement?: any;
|
|
14
19
|
dropDownStrategy?: any;
|
|
15
20
|
dropDownDistance?: any;
|
|
@@ -20,28 +25,23 @@ export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
|
20
25
|
dropDownWidth?: any;
|
|
21
26
|
dropDownMaxWidth?: any;
|
|
22
27
|
isDropDownOpen?: any;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
28
|
+
maxWidth?: any;
|
|
29
|
+
maxHeight?: any;
|
|
30
|
+
skidding?: any;
|
|
31
|
+
isVisible?: any;
|
|
32
|
+
open?: any;
|
|
33
|
+
strategy?: any;
|
|
26
34
|
_anchorId?: any;
|
|
27
35
|
_panelId?: any;
|
|
28
36
|
_anchorName?: any;
|
|
29
37
|
popupRole?: any;
|
|
30
|
-
isVisible?: any;
|
|
31
|
-
placement?: any;
|
|
32
|
-
strategy?: any;
|
|
33
38
|
offset?: any;
|
|
34
|
-
skidding?: any;
|
|
35
|
-
open?: any;
|
|
36
|
-
trigger?: any;
|
|
37
39
|
closeOnOutsideClick?: any;
|
|
38
40
|
closeOnEscape?: any;
|
|
39
41
|
closeOnSelect?: any;
|
|
40
42
|
restoreFocus?: any;
|
|
41
43
|
hasPopup?: any;
|
|
42
44
|
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,8 +49,13 @@ 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;
|
|
52
55
|
width?: any;
|
|
53
56
|
height?: any;
|
|
57
|
+
placement?: any;
|
|
58
|
+
trigger?: any;
|
|
54
59
|
dropDownPlacement?: any;
|
|
55
60
|
dropDownStrategy?: any;
|
|
56
61
|
dropDownDistance?: any;
|
|
@@ -61,28 +66,23 @@ export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
|
61
66
|
dropDownWidth?: any;
|
|
62
67
|
dropDownMaxWidth?: any;
|
|
63
68
|
isDropDownOpen?: any;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
69
|
+
maxWidth?: any;
|
|
70
|
+
maxHeight?: any;
|
|
71
|
+
skidding?: any;
|
|
72
|
+
isVisible?: any;
|
|
73
|
+
open?: any;
|
|
74
|
+
strategy?: any;
|
|
67
75
|
_anchorId?: any;
|
|
68
76
|
_panelId?: any;
|
|
69
77
|
_anchorName?: any;
|
|
70
78
|
popupRole?: any;
|
|
71
|
-
isVisible?: any;
|
|
72
|
-
placement?: any;
|
|
73
|
-
strategy?: any;
|
|
74
79
|
offset?: any;
|
|
75
|
-
skidding?: any;
|
|
76
|
-
open?: any;
|
|
77
|
-
trigger?: any;
|
|
78
80
|
closeOnOutsideClick?: any;
|
|
79
81
|
closeOnEscape?: any;
|
|
80
82
|
closeOnSelect?: any;
|
|
81
83
|
restoreFocus?: any;
|
|
82
84
|
hasPopup?: any;
|
|
83
85
|
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;
|
|
12
11
|
for?: any;
|
|
13
12
|
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;
|
|
22
21
|
for?: any;
|
|
23
22
|
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;
|
|
11
10
|
animationTarget?: any;
|
|
12
11
|
enter?: any;
|
|
13
12
|
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;
|
|
22
21
|
animationTarget?: any;
|
|
23
22
|
enter?: any;
|
|
24
23
|
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;
|
|
14
11
|
animationTarget?: any;
|
|
15
12
|
enter?: any;
|
|
16
13
|
exit?: any;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
autoSize?: any;
|
|
20
|
-
isVisible?: any;
|
|
14
|
+
width?: any;
|
|
15
|
+
height?: any;
|
|
21
16
|
placement?: any;
|
|
22
|
-
|
|
23
|
-
skidding?: any;
|
|
24
|
-
maxHeight?: any;
|
|
17
|
+
elevation?: any;
|
|
25
18
|
maxWidth?: any;
|
|
26
|
-
|
|
19
|
+
active?: any;
|
|
20
|
+
maxHeight?: any;
|
|
27
21
|
distance?: any;
|
|
22
|
+
skidding?: any;
|
|
23
|
+
flip?: any;
|
|
24
|
+
sync?: any;
|
|
25
|
+
isVisible?: any;
|
|
26
|
+
isFullScreen?: any;
|
|
27
|
+
anchor?: any;
|
|
28
|
+
strategy?: any;
|
|
28
29
|
arrow?: any;
|
|
29
30
|
arrowPlacement?: any;
|
|
30
31
|
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;
|
|
38
39
|
autoSizeBoundary?: any;
|
|
39
40
|
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;
|
|
51
48
|
animationTarget?: any;
|
|
52
49
|
enter?: any;
|
|
53
50
|
exit?: any;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
autoSize?: any;
|
|
57
|
-
isVisible?: any;
|
|
51
|
+
width?: any;
|
|
52
|
+
height?: any;
|
|
58
53
|
placement?: any;
|
|
59
|
-
|
|
60
|
-
skidding?: any;
|
|
61
|
-
maxHeight?: any;
|
|
54
|
+
elevation?: any;
|
|
62
55
|
maxWidth?: any;
|
|
63
|
-
|
|
56
|
+
active?: any;
|
|
57
|
+
maxHeight?: any;
|
|
64
58
|
distance?: any;
|
|
59
|
+
skidding?: any;
|
|
60
|
+
flip?: any;
|
|
61
|
+
sync?: any;
|
|
62
|
+
isVisible?: any;
|
|
63
|
+
isFullScreen?: any;
|
|
64
|
+
anchor?: any;
|
|
65
|
+
strategy?: any;
|
|
65
66
|
arrow?: any;
|
|
66
67
|
arrowPlacement?: any;
|
|
67
68
|
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;
|
|
75
76
|
autoSizeBoundary?: any;
|
|
76
77
|
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;
|
|
14
13
|
visible?: any;
|
|
15
14
|
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;
|
|
26
25
|
visible?: any;
|
|
27
26
|
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;
|
|
10
11
|
brand?: any;
|
|
11
12
|
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;
|
|
19
20
|
brand?: any;
|
|
20
21
|
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
|
-
textOverflow?: any;
|
|
13
12
|
alignment?: any;
|
|
13
|
+
textOverflow?: 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
|
-
textOverflow?: any;
|
|
23
22
|
alignment?: any;
|
|
23
|
+
textOverflow?: 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;
|
|
11
12
|
appearance?: any;
|
|
12
13
|
formatter?: any;
|
|
13
|
-
subHeader?: any;
|
|
14
|
-
hint?: any;
|
|
15
14
|
alignment?: any;
|
|
15
|
+
hint?: 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;
|
|
23
24
|
appearance?: any;
|
|
24
25
|
formatter?: any;
|
|
25
|
-
subHeader?: any;
|
|
26
|
-
hint?: any;
|
|
27
26
|
alignment?: any;
|
|
27
|
+
hint?: 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
|
-
variant?: any;
|
|
11
10
|
value?: any;
|
|
11
|
+
variant?: 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
|
-
variant?: any;
|
|
19
18
|
value?: any;
|
|
19
|
+
variant?: 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;
|
|
14
15
|
from?: any;
|
|
15
16
|
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;
|
|
27
28
|
from?: any;
|
|
28
29
|
to?: any;
|
|
29
|
-
duration?: any;
|
|
30
30
|
}> & Readonly<{
|
|
31
31
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,16 +10,16 @@ export declare const PaginatorComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
size?: any;
|
|
11
11
|
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
|
-
intl?: any;
|
|
14
13
|
appearance?: any;
|
|
15
|
-
|
|
16
|
-
total?: any;
|
|
14
|
+
intl?: any;
|
|
17
15
|
totalPages?: any;
|
|
18
16
|
rangeStart?: any;
|
|
19
17
|
rangeEnd?: any;
|
|
20
18
|
hasPreviousPage?: any;
|
|
21
19
|
hasNextPage?: any;
|
|
20
|
+
isVisible?: any;
|
|
22
21
|
currentPageReport?: any;
|
|
22
|
+
total?: any;
|
|
23
23
|
totalRecords?: any;
|
|
24
24
|
rows?: any;
|
|
25
25
|
sizes?: any;
|
|
@@ -42,16 +42,16 @@ export declare const PaginatorComponent: import("vue").DefineComponent<{
|
|
|
42
42
|
size?: any;
|
|
43
43
|
disabled?: any;
|
|
44
44
|
variant?: any;
|
|
45
|
-
intl?: any;
|
|
46
45
|
appearance?: any;
|
|
47
|
-
|
|
48
|
-
total?: any;
|
|
46
|
+
intl?: any;
|
|
49
47
|
totalPages?: any;
|
|
50
48
|
rangeStart?: any;
|
|
51
49
|
rangeEnd?: any;
|
|
52
50
|
hasPreviousPage?: any;
|
|
53
51
|
hasNextPage?: any;
|
|
52
|
+
isVisible?: any;
|
|
54
53
|
currentPageReport?: any;
|
|
54
|
+
total?: any;
|
|
55
55
|
totalRecords?: any;
|
|
56
56
|
rows?: any;
|
|
57
57
|
sizes?: any;
|
|
@@ -10,8 +10,8 @@ export declare const PipComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
size?: any;
|
|
11
11
|
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
|
-
text?: any;
|
|
14
13
|
appearance?: any;
|
|
14
|
+
text?: any;
|
|
15
15
|
icon?: any;
|
|
16
16
|
iconSize?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -23,8 +23,8 @@ export declare const PipComponent: import("vue").DefineComponent<{
|
|
|
23
23
|
size?: any;
|
|
24
24
|
disabled?: any;
|
|
25
25
|
variant?: any;
|
|
26
|
-
text?: any;
|
|
27
26
|
appearance?: any;
|
|
27
|
+
text?: any;
|
|
28
28
|
icon?: any;
|
|
29
29
|
iconSize?: any;
|
|
30
30
|
}> & Readonly<{
|