@breadstone/mosaik-elements-vue 0.0.237 → 0.0.241
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 +10 -10
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +28 -28
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +10 -10
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +28 -28
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +6 -6
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +6 -6
- package/Controls/Components/Cells/CellComponent.d.ts +6 -6
- package/Controls/Components/Charts/ChartComponent.d.ts +12 -12
- package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +4 -4
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +4 -4
- package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +4 -4
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +4 -4
- package/Controls/Components/Forms/FormFieldComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +16 -16
- 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/BreadcrumbComponent.js +2 -2
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbComponent.js.map +1 -1
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +18 -2
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts.map +1 -1
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.js +3 -3
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.js.map +1 -1
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +14 -14
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +50 -50
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +28 -28
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +12 -12
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +14 -14
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +34 -34
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +42 -42
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +40 -40
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +4 -4
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +10 -10
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +26 -26
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +10 -10
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +14 -14
- 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 +40 -40
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +14 -14
- 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 +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +10 -10
- 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 +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +10 -10
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +10 -10
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +6 -6
- 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 +4 -4
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +12 -12
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +14 -14
- package/Controls/Components/Media/ColorEditor/ColorEditorHueSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorEditor/ColorEditorShadeSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +8 -8
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/FontEditor/FontEditorComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +8 -8
- package/Controls/Components/Media/Image/ImageComponent.d.ts +6 -6
- package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +16 -16
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +8 -8
- package/Controls/Components/Media/Video/VideoComponent.d.ts +6 -6
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
- package/Controls/Components/Misc/LightChain/LightChainComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +14 -14
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +10 -10
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +12 -12
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Adorners/ResizeAdorner/ResizeAdornerComponent.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 +6 -6
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Flip/FlipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +22 -22
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Kbd/KbdShortcutComponent.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 +8 -8
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +6 -6
- 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 +10 -10
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +12 -12
- package/Controls/Components/Primitives/Thumbnail/ThumbnailComponent.d.ts +2 -2
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +12 -12
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +26 -26
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +14 -14
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/thumb/ThumbComponent.d.ts +2 -2
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +12 -12
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +14 -14
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +8 -8
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +8 -8
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +8 -8
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +10 -10
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/DataList/DataListComponent.d.ts +2 -2
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +10 -10
- 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 +12 -12
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/List/ListItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +8 -8
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +12 -12
- 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 +4 -4
- package/Controls/Components/Selectors/Table/TableFooterRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +22 -22
- package/Controls/Components/Selectors/Table/TableHeaderRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +18 -18
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +10 -10
- 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
|
@@ -5,14 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const VideoComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
legend?: any;
|
|
11
12
|
fit?: any;
|
|
12
|
-
disabled?: any;
|
|
13
13
|
hasSrc?: any;
|
|
14
14
|
src?: any;
|
|
15
15
|
autoPlay?: any;
|
|
16
|
+
poster?: any;
|
|
17
|
+
autoFullScreen?: any;
|
|
16
18
|
showControls?: any;
|
|
17
19
|
legendPosition?: any;
|
|
18
20
|
ratio?: any;
|
|
@@ -20,20 +22,20 @@ export declare const VideoComponent: import("vue").DefineComponent<{
|
|
|
20
22
|
loop?: any;
|
|
21
23
|
width?: any;
|
|
22
24
|
height?: any;
|
|
23
|
-
poster?: any;
|
|
24
|
-
autoFullScreen?: 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
28
|
themeName?: any;
|
|
29
|
+
disabled?: any;
|
|
29
30
|
dir?: any;
|
|
30
31
|
lang?: any;
|
|
31
32
|
legend?: any;
|
|
32
33
|
fit?: any;
|
|
33
|
-
disabled?: any;
|
|
34
34
|
hasSrc?: any;
|
|
35
35
|
src?: any;
|
|
36
36
|
autoPlay?: any;
|
|
37
|
+
poster?: any;
|
|
38
|
+
autoFullScreen?: any;
|
|
37
39
|
showControls?: any;
|
|
38
40
|
legendPosition?: any;
|
|
39
41
|
ratio?: any;
|
|
@@ -41,8 +43,6 @@ export declare const VideoComponent: import("vue").DefineComponent<{
|
|
|
41
43
|
loop?: any;
|
|
42
44
|
width?: any;
|
|
43
45
|
height?: any;
|
|
44
|
-
poster?: any;
|
|
45
|
-
autoFullScreen?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,11 +7,11 @@ export declare const CookiesConsentComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
intl?: any;
|
|
11
10
|
animationTarget?: any;
|
|
12
11
|
enter?: any;
|
|
13
12
|
exit?: any;
|
|
14
13
|
elevation?: any;
|
|
14
|
+
intl?: any;
|
|
15
15
|
accepted?: any;
|
|
16
16
|
dismissed?: any;
|
|
17
17
|
hasAcceptedCookies?: any;
|
|
@@ -23,11 +23,11 @@ export declare const CookiesConsentComponent: import("vue").DefineComponent<{
|
|
|
23
23
|
themeName?: any;
|
|
24
24
|
dir?: any;
|
|
25
25
|
lang?: any;
|
|
26
|
-
intl?: any;
|
|
27
26
|
animationTarget?: any;
|
|
28
27
|
enter?: any;
|
|
29
28
|
exit?: any;
|
|
30
29
|
elevation?: any;
|
|
30
|
+
intl?: any;
|
|
31
31
|
accepted?: any;
|
|
32
32
|
dismissed?: any;
|
|
33
33
|
hasAcceptedCookies?: any;
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const LightChainComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
state?: any;
|
|
12
12
|
count?: 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
|
+
disabled?: any;
|
|
17
18
|
dir?: any;
|
|
18
19
|
lang?: any;
|
|
19
|
-
disabled?: any;
|
|
20
20
|
state?: any;
|
|
21
21
|
count?: any;
|
|
22
22
|
}> & Readonly<{
|
|
@@ -8,22 +8,22 @@ export declare const DialogComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
dragging?: any;
|
|
11
|
-
width?: any;
|
|
12
|
-
height?: any;
|
|
13
|
-
appearance?: any;
|
|
14
11
|
animationTarget?: any;
|
|
15
12
|
enter?: any;
|
|
16
13
|
exit?: any;
|
|
14
|
+
width?: any;
|
|
15
|
+
height?: any;
|
|
16
|
+
appearance?: any;
|
|
17
17
|
isOpen?: any;
|
|
18
|
+
hasBackdrop?: any;
|
|
19
|
+
pressEscapeToClose?: any;
|
|
20
|
+
clickOutsideToClose?: any;
|
|
18
21
|
closeable?: any;
|
|
19
22
|
elevation?: any;
|
|
23
|
+
isDraggable?: any;
|
|
20
24
|
offsetX?: any;
|
|
21
25
|
offsetY?: any;
|
|
22
26
|
isFullScreen?: any;
|
|
23
|
-
isDraggable?: any;
|
|
24
|
-
hasBackdrop?: any;
|
|
25
|
-
pressEscapeToClose?: any;
|
|
26
|
-
clickOutsideToClose?: any;
|
|
27
27
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
28
28
|
[key: string]: any;
|
|
29
29
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
@@ -31,22 +31,22 @@ export declare const DialogComponent: import("vue").DefineComponent<{
|
|
|
31
31
|
dir?: any;
|
|
32
32
|
lang?: any;
|
|
33
33
|
dragging?: any;
|
|
34
|
-
width?: any;
|
|
35
|
-
height?: any;
|
|
36
|
-
appearance?: any;
|
|
37
34
|
animationTarget?: any;
|
|
38
35
|
enter?: any;
|
|
39
36
|
exit?: any;
|
|
37
|
+
width?: any;
|
|
38
|
+
height?: any;
|
|
39
|
+
appearance?: any;
|
|
40
40
|
isOpen?: any;
|
|
41
|
+
hasBackdrop?: any;
|
|
42
|
+
pressEscapeToClose?: any;
|
|
43
|
+
clickOutsideToClose?: any;
|
|
41
44
|
closeable?: any;
|
|
42
45
|
elevation?: any;
|
|
46
|
+
isDraggable?: any;
|
|
43
47
|
offsetX?: any;
|
|
44
48
|
offsetY?: any;
|
|
45
49
|
isFullScreen?: any;
|
|
46
|
-
isDraggable?: any;
|
|
47
|
-
hasBackdrop?: any;
|
|
48
|
-
pressEscapeToClose?: any;
|
|
49
|
-
clickOutsideToClose?: any;
|
|
50
50
|
}> & Readonly<{
|
|
51
51
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
52
52
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,20 +9,20 @@ export declare const DrawerComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
mode?: any;
|
|
11
11
|
header?: any;
|
|
12
|
-
|
|
13
|
-
height?: any;
|
|
12
|
+
subHeader?: any;
|
|
14
13
|
animationTarget?: any;
|
|
15
14
|
enter?: any;
|
|
16
15
|
exit?: any;
|
|
16
|
+
width?: any;
|
|
17
|
+
height?: any;
|
|
17
18
|
position?: any;
|
|
18
|
-
subHeader?: any;
|
|
19
19
|
isOpen?: any;
|
|
20
|
-
closeable?: any;
|
|
21
|
-
elevation?: any;
|
|
22
|
-
isFullScreen?: any;
|
|
23
20
|
hasBackdrop?: any;
|
|
24
21
|
pressEscapeToClose?: any;
|
|
25
22
|
clickOutsideToClose?: any;
|
|
23
|
+
closeable?: any;
|
|
24
|
+
elevation?: any;
|
|
25
|
+
isFullScreen?: any;
|
|
26
26
|
isComposed?: any;
|
|
27
27
|
hasShadow?: any;
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -33,20 +33,20 @@ export declare const DrawerComponent: import("vue").DefineComponent<{
|
|
|
33
33
|
lang?: any;
|
|
34
34
|
mode?: any;
|
|
35
35
|
header?: any;
|
|
36
|
-
|
|
37
|
-
height?: any;
|
|
36
|
+
subHeader?: any;
|
|
38
37
|
animationTarget?: any;
|
|
39
38
|
enter?: any;
|
|
40
39
|
exit?: any;
|
|
40
|
+
width?: any;
|
|
41
|
+
height?: any;
|
|
41
42
|
position?: any;
|
|
42
|
-
subHeader?: any;
|
|
43
43
|
isOpen?: any;
|
|
44
|
-
closeable?: any;
|
|
45
|
-
elevation?: any;
|
|
46
|
-
isFullScreen?: any;
|
|
47
44
|
hasBackdrop?: any;
|
|
48
45
|
pressEscapeToClose?: any;
|
|
49
46
|
clickOutsideToClose?: any;
|
|
47
|
+
closeable?: any;
|
|
48
|
+
elevation?: any;
|
|
49
|
+
isFullScreen?: any;
|
|
50
50
|
isComposed?: any;
|
|
51
51
|
hasShadow?: any;
|
|
52
52
|
}> & Readonly<{
|
|
@@ -8,8 +8,8 @@ export declare const DrawerContainerComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
fit?: any;
|
|
11
|
-
content?: any;
|
|
12
11
|
hasBackdrop?: any;
|
|
12
|
+
content?: any;
|
|
13
13
|
autoSize?: any;
|
|
14
14
|
drawer?: any;
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -19,8 +19,8 @@ export declare const DrawerContainerComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
dir?: any;
|
|
20
20
|
lang?: any;
|
|
21
21
|
fit?: any;
|
|
22
|
-
content?: any;
|
|
23
22
|
hasBackdrop?: any;
|
|
23
|
+
content?: any;
|
|
24
24
|
autoSize?: any;
|
|
25
25
|
drawer?: any;
|
|
26
26
|
}> & Readonly<{
|
|
@@ -5,64 +5,64 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const MessageBoxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
header?: any;
|
|
11
12
|
dragging?: any;
|
|
12
|
-
|
|
13
|
-
width?: any;
|
|
14
|
-
height?: any;
|
|
15
|
-
intl?: any;
|
|
16
|
-
appearance?: any;
|
|
17
|
-
formatter?: any;
|
|
18
|
-
icon?: any;
|
|
13
|
+
subHeader?: any;
|
|
19
14
|
animationTarget?: any;
|
|
20
15
|
enter?: any;
|
|
21
16
|
exit?: any;
|
|
22
|
-
|
|
17
|
+
width?: any;
|
|
18
|
+
height?: any;
|
|
19
|
+
appearance?: any;
|
|
23
20
|
isOpen?: any;
|
|
24
|
-
closeable?: any;
|
|
25
|
-
elevation?: any;
|
|
26
|
-
offsetX?: any;
|
|
27
|
-
offsetY?: any;
|
|
28
|
-
isFullScreen?: any;
|
|
29
|
-
isDraggable?: any;
|
|
30
21
|
hasBackdrop?: any;
|
|
31
22
|
pressEscapeToClose?: any;
|
|
32
23
|
clickOutsideToClose?: any;
|
|
24
|
+
closeable?: any;
|
|
25
|
+
formatter?: any;
|
|
26
|
+
icon?: any;
|
|
27
|
+
elevation?: any;
|
|
28
|
+
isDraggable?: any;
|
|
29
|
+
intl?: any;
|
|
33
30
|
message?: any;
|
|
34
31
|
buttons?: any;
|
|
32
|
+
offsetX?: any;
|
|
33
|
+
offsetY?: any;
|
|
34
|
+
isFullScreen?: any;
|
|
35
35
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
36
36
|
[key: string]: any;
|
|
37
37
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "dialogResult" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "dialogResult" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
38
38
|
themeName?: any;
|
|
39
|
+
variant?: any;
|
|
39
40
|
dir?: any;
|
|
40
41
|
lang?: any;
|
|
41
42
|
header?: any;
|
|
42
43
|
dragging?: any;
|
|
43
|
-
|
|
44
|
-
width?: any;
|
|
45
|
-
height?: any;
|
|
46
|
-
intl?: any;
|
|
47
|
-
appearance?: any;
|
|
48
|
-
formatter?: any;
|
|
49
|
-
icon?: any;
|
|
44
|
+
subHeader?: any;
|
|
50
45
|
animationTarget?: any;
|
|
51
46
|
enter?: any;
|
|
52
47
|
exit?: any;
|
|
53
|
-
|
|
48
|
+
width?: any;
|
|
49
|
+
height?: any;
|
|
50
|
+
appearance?: any;
|
|
54
51
|
isOpen?: any;
|
|
55
|
-
closeable?: any;
|
|
56
|
-
elevation?: any;
|
|
57
|
-
offsetX?: any;
|
|
58
|
-
offsetY?: any;
|
|
59
|
-
isFullScreen?: any;
|
|
60
|
-
isDraggable?: any;
|
|
61
52
|
hasBackdrop?: any;
|
|
62
53
|
pressEscapeToClose?: any;
|
|
63
54
|
clickOutsideToClose?: any;
|
|
55
|
+
closeable?: any;
|
|
56
|
+
formatter?: any;
|
|
57
|
+
icon?: any;
|
|
58
|
+
elevation?: any;
|
|
59
|
+
isDraggable?: any;
|
|
60
|
+
intl?: any;
|
|
64
61
|
message?: any;
|
|
65
62
|
buttons?: any;
|
|
63
|
+
offsetX?: any;
|
|
64
|
+
offsetY?: any;
|
|
65
|
+
isFullScreen?: any;
|
|
66
66
|
}> & Readonly<{
|
|
67
67
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,10 +9,10 @@ export declare const SheetComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
height?: any;
|
|
11
11
|
isOpen?: any;
|
|
12
|
-
closeable?: any;
|
|
13
12
|
hasBackdrop?: any;
|
|
14
13
|
pressEscapeToClose?: any;
|
|
15
14
|
clickOutsideToClose?: any;
|
|
15
|
+
closeable?: 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" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
@@ -21,10 +21,10 @@ export declare const SheetComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
lang?: any;
|
|
22
22
|
height?: any;
|
|
23
23
|
isOpen?: any;
|
|
24
|
-
closeable?: any;
|
|
25
24
|
hasBackdrop?: any;
|
|
26
25
|
pressEscapeToClose?: any;
|
|
27
26
|
clickOutsideToClose?: any;
|
|
27
|
+
closeable?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,44 +5,44 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToastComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
header?: any;
|
|
11
|
-
variant?: any;
|
|
12
|
-
isBusy?: any;
|
|
13
|
-
formatter?: any;
|
|
14
12
|
animationTarget?: any;
|
|
15
13
|
enter?: any;
|
|
16
14
|
exit?: any;
|
|
17
15
|
position?: any;
|
|
16
|
+
isBusy?: any;
|
|
18
17
|
isOpen?: any;
|
|
19
|
-
closeable?: any;
|
|
20
|
-
content?: any;
|
|
21
18
|
hasBackdrop?: any;
|
|
22
19
|
pressEscapeToClose?: any;
|
|
23
20
|
clickOutsideToClose?: any;
|
|
21
|
+
closeable?: any;
|
|
22
|
+
content?: any;
|
|
23
|
+
formatter?: any;
|
|
24
24
|
timeout?: any;
|
|
25
25
|
showProgress?: any;
|
|
26
26
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
29
29
|
themeName?: any;
|
|
30
|
+
variant?: any;
|
|
30
31
|
dir?: any;
|
|
31
32
|
lang?: any;
|
|
32
33
|
header?: any;
|
|
33
|
-
variant?: any;
|
|
34
|
-
isBusy?: any;
|
|
35
|
-
formatter?: any;
|
|
36
34
|
animationTarget?: any;
|
|
37
35
|
enter?: any;
|
|
38
36
|
exit?: any;
|
|
39
37
|
position?: any;
|
|
38
|
+
isBusy?: any;
|
|
40
39
|
isOpen?: any;
|
|
41
|
-
closeable?: any;
|
|
42
|
-
content?: any;
|
|
43
40
|
hasBackdrop?: any;
|
|
44
41
|
pressEscapeToClose?: any;
|
|
45
42
|
clickOutsideToClose?: any;
|
|
43
|
+
closeable?: any;
|
|
44
|
+
content?: any;
|
|
45
|
+
formatter?: any;
|
|
46
46
|
timeout?: any;
|
|
47
47
|
showProgress?: any;
|
|
48
48
|
}> & Readonly<{
|
|
@@ -8,19 +8,19 @@ 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
11
|
isFirstStep?: any;
|
|
17
12
|
isLastStep?: any;
|
|
18
|
-
tourId?: any;
|
|
19
13
|
currentStep?: any;
|
|
20
14
|
tooltipStyles?: any;
|
|
21
15
|
started?: any;
|
|
22
16
|
stepChanged?: any;
|
|
17
|
+
tourId?: any;
|
|
23
18
|
steps?: any;
|
|
19
|
+
isOpen?: any;
|
|
20
|
+
hasBackdrop?: any;
|
|
21
|
+
pressEscapeToClose?: any;
|
|
22
|
+
clickOutsideToClose?: any;
|
|
23
|
+
closeable?: any;
|
|
24
24
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
@@ -28,19 +28,19 @@ export declare const TourComponent: import("vue").DefineComponent<{
|
|
|
28
28
|
dir?: any;
|
|
29
29
|
lang?: any;
|
|
30
30
|
ended?: any;
|
|
31
|
-
isOpen?: any;
|
|
32
|
-
closeable?: any;
|
|
33
|
-
hasBackdrop?: any;
|
|
34
|
-
pressEscapeToClose?: any;
|
|
35
|
-
clickOutsideToClose?: any;
|
|
36
31
|
isFirstStep?: any;
|
|
37
32
|
isLastStep?: any;
|
|
38
|
-
tourId?: any;
|
|
39
33
|
currentStep?: any;
|
|
40
34
|
tooltipStyles?: any;
|
|
41
35
|
started?: any;
|
|
42
36
|
stepChanged?: any;
|
|
37
|
+
tourId?: any;
|
|
43
38
|
steps?: any;
|
|
39
|
+
isOpen?: any;
|
|
40
|
+
hasBackdrop?: any;
|
|
41
|
+
pressEscapeToClose?: any;
|
|
42
|
+
clickOutsideToClose?: any;
|
|
43
|
+
closeable?: any;
|
|
44
44
|
}> & Readonly<{
|
|
45
45
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
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;
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ResizeAdornerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
disabled?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
11
|
angle?: any;
|
|
12
12
|
transformOrigin?: 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
|
+
disabled?: any;
|
|
17
18
|
dir?: any;
|
|
18
19
|
lang?: any;
|
|
19
|
-
disabled?: any;
|
|
20
20
|
angle?: any;
|
|
21
21
|
transformOrigin?: any;
|
|
22
22
|
}> & Readonly<{
|
|
@@ -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;
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CheckmarkComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
checked?: any;
|
|
11
|
-
disabled?: any;
|
|
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<{
|
|
19
19
|
themeName?: any;
|
|
20
|
+
variant?: any;
|
|
21
|
+
disabled?: any;
|
|
20
22
|
dir?: any;
|
|
21
23
|
lang?: any;
|
|
22
24
|
checked?: any;
|
|
23
|
-
disabled?: any;
|
|
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;
|
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CodeComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
variant?: any;
|
|
11
11
|
text?: 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
|
+
variant?: any;
|
|
16
17
|
dir?: any;
|
|
17
18
|
lang?: any;
|
|
18
|
-
variant?: any;
|
|
19
19
|
text?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DismissComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
size?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
13
|
appearance?: any;
|
|
14
14
|
isFocused?: any;
|
|
15
15
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16
16
|
[key: string]: any;
|
|
17
17
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
18
18
|
themeName?: any;
|
|
19
|
+
variant?: any;
|
|
20
|
+
disabled?: any;
|
|
19
21
|
dir?: any;
|
|
20
22
|
lang?: any;
|
|
21
23
|
size?: any;
|
|
22
|
-
disabled?: any;
|
|
23
|
-
variant?: any;
|
|
24
24
|
appearance?: any;
|
|
25
25
|
isFocused?: any;
|
|
26
26
|
}> & Readonly<{
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DotComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
variant?: any;
|
|
9
|
+
disabled?: any;
|
|
8
10
|
dir?: any;
|
|
9
11
|
lang?: any;
|
|
10
12
|
fill?: any;
|
|
11
13
|
size?: any;
|
|
12
|
-
disabled?: any;
|
|
13
|
-
variant?: 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
|
+
variant?: any;
|
|
19
|
+
disabled?: any;
|
|
18
20
|
dir?: any;
|
|
19
21
|
lang?: any;
|
|
20
22
|
fill?: any;
|
|
21
23
|
size?: any;
|
|
22
|
-
disabled?: any;
|
|
23
|
-
variant?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|