@breadstone/mosaik-elements-vue 0.1.50 → 0.1.52
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/Button/ButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +9 -9
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +2 -2
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +11 -11
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Select/SelectComponent.js +1 -1
- package/Controls/Components/Inputs/Select/SelectComponent.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemComponent.js +1 -1
- package/Controls/Components/Inputs/Select/SelectItemComponent.js.map +1 -1
- package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts +26 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js +29 -0
- package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js.map +1 -0
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +6 -6
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.js +1 -1
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.js.map +1 -1
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +2 -2
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +2 -2
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +2 -2
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +2 -2
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +2 -2
- package/Controls/Components/Media/Image/ImageComponent.d.ts +4 -4
- package/Controls/Components/Media/Map/MapComponent.d.ts +4 -4
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +2 -2
- package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +21 -21
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +20 -20
- package/Controls/Components/Overlays/Drawer/DrawerComponent.js +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +27 -27
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +34 -8
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetComponent.js +7 -3
- package/Controls/Components/Overlays/Sheet/SheetComponent.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +16 -16
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +13 -13
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +2 -2
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +10 -10
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +16 -16
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +9 -9
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +2 -2
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +2 -2
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.js +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.js.map +1 -1
- package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts +26 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts.map +1 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js +29 -0
- package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js.map +1 -0
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +2 -2
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +6 -6
- package/Controls/Components/Shell/AppComponent.d.ts +6 -6
- package/Controls/Components/Shell/AppComponent.js +1 -1
- package/Controls/Components/Shell/AppComponent.js.map +1 -1
- package/Index.d.ts +2 -0
- package/Index.d.ts.map +1 -1
- package/Index.js +2 -0
- package/Index.js.map +1 -1
- package/Theming/Theme2Component.d.ts +2 -2
- package/package.json +2 -2
|
@@ -4,60 +4,60 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DrawerComponent: import("vue").DefineComponent<{
|
|
7
|
-
isFullScreen?: any;
|
|
8
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
mode?: any;
|
|
11
|
+
header?: any;
|
|
12
|
+
subHeader?: any;
|
|
9
13
|
animationTarget?: any;
|
|
10
14
|
enter?: any;
|
|
11
15
|
exit?: any;
|
|
12
16
|
width?: any;
|
|
13
17
|
height?: any;
|
|
14
|
-
|
|
18
|
+
position?: any;
|
|
15
19
|
isOpen?: any;
|
|
16
20
|
hasBackdrop?: any;
|
|
17
21
|
pressEscapeToClose?: any;
|
|
18
22
|
clickOutsideToClose?: any;
|
|
19
23
|
attention?: any;
|
|
20
24
|
closeable?: any;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
mode?: any;
|
|
24
|
-
header?: any;
|
|
25
|
-
subHeader?: any;
|
|
26
|
-
position?: any;
|
|
25
|
+
elevation?: any;
|
|
26
|
+
isFullScreen?: any;
|
|
27
27
|
isComposed?: any;
|
|
28
28
|
hasShadow?: any;
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
31
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
32
|
-
isFullScreen?: any;
|
|
31
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
33
32
|
themeName?: any;
|
|
33
|
+
dir?: any;
|
|
34
|
+
lang?: any;
|
|
35
|
+
mode?: any;
|
|
36
|
+
header?: any;
|
|
37
|
+
subHeader?: any;
|
|
34
38
|
animationTarget?: any;
|
|
35
39
|
enter?: any;
|
|
36
40
|
exit?: any;
|
|
37
41
|
width?: any;
|
|
38
42
|
height?: any;
|
|
39
|
-
|
|
43
|
+
position?: any;
|
|
40
44
|
isOpen?: any;
|
|
41
45
|
hasBackdrop?: any;
|
|
42
46
|
pressEscapeToClose?: any;
|
|
43
47
|
clickOutsideToClose?: any;
|
|
44
48
|
attention?: any;
|
|
45
49
|
closeable?: any;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
mode?: any;
|
|
49
|
-
header?: any;
|
|
50
|
-
subHeader?: any;
|
|
51
|
-
position?: any;
|
|
50
|
+
elevation?: any;
|
|
51
|
+
isFullScreen?: any;
|
|
52
52
|
isComposed?: any;
|
|
53
53
|
hasShadow?: any;
|
|
54
54
|
}> & Readonly<{
|
|
55
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
56
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
58
55
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
59
56
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
60
57
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
declare module 'vue' {
|
|
63
63
|
interface GlobalComponents {
|
|
@@ -15,7 +15,7 @@ export const DrawerComponent = defineComponent({
|
|
|
15
15
|
props: ['isComposed', 'isFullScreen', 'header', 'subHeader', 'position', 'mode', 'hasShadow', 'themeName', 'animationTarget', 'enter', 'exit', 'width', 'height', 'elevation', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'attention', 'closeable', 'dir', 'lang'],
|
|
16
16
|
emits: ['closed', 'opened', 'closeAttempted', 'connected', 'disconnected', 'changed'],
|
|
17
17
|
// slots: ['', 'actions', 'footer', 'header', 'style']
|
|
18
|
-
// methods: {
|
|
18
|
+
// methods: { close, toggle, innerOffsetWidth, play, onEnterAnimation, onExitAnimation, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, open, requestAttention, adoptStyle, on, off, emit, requestUpdate }
|
|
19
19
|
setup(props, { slots, emit }) {
|
|
20
20
|
return () => h('mosaik-drawer', {
|
|
21
21
|
...props,
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DrawerContainerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
isOpen?: any;
|
|
9
|
-
hasBackdrop?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
fit?: any;
|
|
11
|
+
isOpen?: any;
|
|
12
|
+
hasBackdrop?: any;
|
|
13
13
|
content?: any;
|
|
14
14
|
autoSize?: any;
|
|
15
15
|
drawer?: any;
|
|
@@ -17,11 +17,11 @@ export declare const DrawerContainerComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "contentMarginChanged")[], "connected" | "disconnected" | "changed" | "contentMarginChanged", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
-
isOpen?: any;
|
|
21
|
-
hasBackdrop?: any;
|
|
22
20
|
dir?: any;
|
|
23
21
|
lang?: any;
|
|
24
22
|
fit?: any;
|
|
23
|
+
isOpen?: any;
|
|
24
|
+
hasBackdrop?: any;
|
|
25
25
|
content?: any;
|
|
26
26
|
autoSize?: any;
|
|
27
27
|
drawer?: any;
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DrawerContentComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
isOpen?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
isOpen?: any;
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
13
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
14
14
|
themeName?: any;
|
|
15
|
-
isOpen?: any;
|
|
16
15
|
dir?: any;
|
|
17
16
|
lang?: any;
|
|
17
|
+
isOpen?: any;
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,77 +4,77 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const MessageBoxComponent: import("vue").DefineComponent<{
|
|
7
|
-
dragging?: any;
|
|
8
|
-
offsetX?: any;
|
|
9
|
-
offsetY?: any;
|
|
10
|
-
isFullScreen?: any;
|
|
11
|
-
isDraggable?: any;
|
|
12
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
header?: any;
|
|
11
|
+
dragging?: any;
|
|
12
|
+
subHeader?: any;
|
|
13
13
|
animationTarget?: any;
|
|
14
14
|
enter?: any;
|
|
15
15
|
exit?: any;
|
|
16
|
+
variant?: any;
|
|
17
|
+
appearance?: any;
|
|
16
18
|
width?: any;
|
|
17
19
|
height?: any;
|
|
18
|
-
elevation?: any;
|
|
19
|
-
appearance?: any;
|
|
20
20
|
isOpen?: any;
|
|
21
21
|
hasBackdrop?: any;
|
|
22
22
|
pressEscapeToClose?: any;
|
|
23
23
|
clickOutsideToClose?: any;
|
|
24
24
|
attention?: any;
|
|
25
25
|
closeable?: any;
|
|
26
|
-
dir?: any;
|
|
27
|
-
lang?: any;
|
|
28
|
-
header?: any;
|
|
29
|
-
subHeader?: any;
|
|
30
|
-
variant?: any;
|
|
31
26
|
formatter?: any;
|
|
32
27
|
icon?: any;
|
|
28
|
+
elevation?: any;
|
|
29
|
+
isDraggable?: any;
|
|
33
30
|
alignment?: any;
|
|
34
31
|
intl?: any;
|
|
35
32
|
message?: any;
|
|
36
33
|
buttons?: any;
|
|
37
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed" | "dialogResult")[], "opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed" | "dialogResult", import("vue").PublicProps, Readonly<{
|
|
40
|
-
dragging?: any;
|
|
41
34
|
offsetX?: any;
|
|
42
35
|
offsetY?: any;
|
|
43
36
|
isFullScreen?: any;
|
|
44
|
-
|
|
37
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "dialogResult" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "dialogResult" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
45
40
|
themeName?: any;
|
|
41
|
+
dir?: any;
|
|
42
|
+
lang?: any;
|
|
43
|
+
header?: any;
|
|
44
|
+
dragging?: any;
|
|
45
|
+
subHeader?: any;
|
|
46
46
|
animationTarget?: any;
|
|
47
47
|
enter?: any;
|
|
48
48
|
exit?: any;
|
|
49
|
+
variant?: any;
|
|
50
|
+
appearance?: any;
|
|
49
51
|
width?: any;
|
|
50
52
|
height?: any;
|
|
51
|
-
elevation?: any;
|
|
52
|
-
appearance?: any;
|
|
53
53
|
isOpen?: any;
|
|
54
54
|
hasBackdrop?: any;
|
|
55
55
|
pressEscapeToClose?: any;
|
|
56
56
|
clickOutsideToClose?: any;
|
|
57
57
|
attention?: any;
|
|
58
58
|
closeable?: any;
|
|
59
|
-
dir?: any;
|
|
60
|
-
lang?: any;
|
|
61
|
-
header?: any;
|
|
62
|
-
subHeader?: any;
|
|
63
|
-
variant?: any;
|
|
64
59
|
formatter?: any;
|
|
65
60
|
icon?: any;
|
|
61
|
+
elevation?: any;
|
|
62
|
+
isDraggable?: any;
|
|
66
63
|
alignment?: any;
|
|
67
64
|
intl?: any;
|
|
68
65
|
message?: any;
|
|
69
66
|
buttons?: any;
|
|
67
|
+
offsetX?: any;
|
|
68
|
+
offsetY?: any;
|
|
69
|
+
isFullScreen?: any;
|
|
70
70
|
}> & Readonly<{
|
|
71
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
72
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
73
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
74
71
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
75
72
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
76
73
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
77
74
|
onDialogResult?: ((...args: any[]) => any) | undefined;
|
|
75
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
76
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
78
78
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
79
79
|
declare module 'vue' {
|
|
80
80
|
interface GlobalComponents {
|
|
@@ -5,35 +5,61 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
width?: any;
|
|
8
11
|
height?: any;
|
|
12
|
+
position?: any;
|
|
9
13
|
isOpen?: any;
|
|
10
14
|
hasBackdrop?: any;
|
|
11
15
|
pressEscapeToClose?: any;
|
|
12
16
|
clickOutsideToClose?: any;
|
|
13
17
|
attention?: any;
|
|
14
18
|
closeable?: any;
|
|
15
|
-
|
|
16
|
-
|
|
19
|
+
dragMode?: any;
|
|
20
|
+
snaps?: any;
|
|
21
|
+
activeSnapIndex?: any;
|
|
22
|
+
closeThreshold?: any;
|
|
23
|
+
elastic?: any;
|
|
24
|
+
inertia?: any;
|
|
25
|
+
hasHandle?: any;
|
|
26
|
+
hasSnapIndicator?: any;
|
|
27
|
+
isModal?: any;
|
|
17
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
29
|
[key: string]: any;
|
|
19
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "closeAttempted" | "
|
|
30
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted" | "dragStart" | "dragging" | "dragEnd" | "activeSnapChanged")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted" | "dragStart" | "dragging" | "dragEnd" | "activeSnapChanged", import("vue").PublicProps, Readonly<{
|
|
20
31
|
themeName?: any;
|
|
32
|
+
dir?: any;
|
|
33
|
+
lang?: any;
|
|
34
|
+
width?: any;
|
|
21
35
|
height?: any;
|
|
36
|
+
position?: any;
|
|
22
37
|
isOpen?: any;
|
|
23
38
|
hasBackdrop?: any;
|
|
24
39
|
pressEscapeToClose?: any;
|
|
25
40
|
clickOutsideToClose?: any;
|
|
26
41
|
attention?: any;
|
|
27
42
|
closeable?: any;
|
|
28
|
-
|
|
29
|
-
|
|
43
|
+
dragMode?: any;
|
|
44
|
+
snaps?: any;
|
|
45
|
+
activeSnapIndex?: any;
|
|
46
|
+
closeThreshold?: any;
|
|
47
|
+
elastic?: any;
|
|
48
|
+
inertia?: any;
|
|
49
|
+
hasHandle?: any;
|
|
50
|
+
hasSnapIndicator?: any;
|
|
51
|
+
isModal?: any;
|
|
30
52
|
}> & Readonly<{
|
|
31
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
32
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
34
53
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
35
54
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
36
55
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
56
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
57
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
59
|
+
onDragStart?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onDragging?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
onDragEnd?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
onActiveSnapChanged?: ((...args: any[]) => any) | undefined;
|
|
37
63
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
64
|
declare module 'vue' {
|
|
39
65
|
interface GlobalComponents {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SheetComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/Sheet/SheetComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"SheetComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/Sheet/SheetComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFA2BzB,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,WAAW,EAAE,OAAO,cAAc,CAAC;KACtC;CACJ"}
|
|
@@ -12,14 +12,18 @@ import { defineComponent, h } from 'vue';
|
|
|
12
12
|
*/
|
|
13
13
|
export const SheetComponent = defineComponent({
|
|
14
14
|
name: 'SheetComponent',
|
|
15
|
-
props: ['height', 'themeName', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'attention', 'closeable', 'dir', 'lang'],
|
|
16
|
-
emits: ['opened', 'closed', 'closeAttempted', 'connected', 'disconnected', 'changed'],
|
|
15
|
+
props: ['width', 'height', 'position', 'snaps', 'activeSnapIndex', 'closeThreshold', 'elastic', 'inertia', 'dragMode', 'hasHandle', 'hasSnapIndicator', 'isModal', 'themeName', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'attention', 'closeable', 'dir', 'lang'],
|
|
16
|
+
emits: ['activeSnapChanged', 'dragStart', 'dragging', 'dragEnd', 'opened', 'closed', 'closeAttempted', 'connected', 'disconnected', 'changed'],
|
|
17
17
|
// slots: ['content', 'footer', 'header', 'style']
|
|
18
|
-
// methods: { open, close,
|
|
18
|
+
// methods: { open, close, snapTo, onBackdrop, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, requestAttention, adoptStyle, on, off, emit, requestUpdate }
|
|
19
19
|
setup(props, { slots, emit }) {
|
|
20
20
|
return () => h('mosaik-sheet', {
|
|
21
21
|
...props,
|
|
22
22
|
// Vue 3 event handlers (onEventName format)
|
|
23
|
+
onActiveSnapChanged: (event) => emit('activeSnapChanged', event),
|
|
24
|
+
onDragStart: (event) => emit('dragStart', event),
|
|
25
|
+
onDragging: (event) => emit('dragging', event),
|
|
26
|
+
onDragEnd: (event) => emit('dragEnd', event),
|
|
23
27
|
onOpened: (event) => emit('opened', event),
|
|
24
28
|
onClosed: (event) => emit('closed', event),
|
|
25
29
|
onCloseAttempted: (event) => emit('closeAttempted', event),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SheetComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/Sheet/SheetComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC1C,IAAI,EAAE,gBAAgB;IACtB,KAAK,EAAE,CAAC,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"SheetComponent.js","sourceRoot":"","sources":["../../../../../src/Controls/Components/Overlays/Sheet/SheetComponent.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,qGAAqG;AACrG,oBAAoB;AACpB,iFAAiF;AAEjF,OAAO,EAAE,eAAe,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAEzC;;;;GAIG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC1C,IAAI,EAAE,gBAAgB;IACtB,KAAK,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,SAAS,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,kBAAkB,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,aAAa,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,WAAW,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,CAAC;IAC9R,KAAK,EAAE,CAAC,mBAAmB,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,gBAAgB,EAAE,WAAW,EAAE,cAAc,EAAE,SAAS,CAAC;IAC9I,kDAAkD;IAClD,2NAA2N;IAC3N,KAAK,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;QACxB,OAAO,GAAG,EAAE,CACR,CAAC,CACG,cAAc,EACd;YACI,GAAG,KAAK;YACR,4CAA4C;YAC5C,mBAAmB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,mBAAmB,EAAE,KAAK,CAAC;YACvE,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,UAAU,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE,KAAK,CAAC;YACrD,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;YACnD,QAAQ,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;YACjD,QAAQ,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC;YACjD,gBAAgB,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,gBAAgB,EAAE,KAAK,CAAC;YACjE,WAAW,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,CAAC;YACvD,cAAc,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC;YAC7D,SAAS,EAAE,CAAC,KAAY,EAAE,EAAE,CAAC,IAAI,CAAC,SAAS,EAAE,KAAK,CAAC;SACtD,EACD,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CACvC,CAAC;IACV,CAAC;CACJ,CAAC,CAAC"}
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToastComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
header?: any;
|
|
8
11
|
animationTarget?: any;
|
|
9
12
|
enter?: any;
|
|
10
13
|
exit?: any;
|
|
14
|
+
variant?: any;
|
|
11
15
|
appearance?: any;
|
|
16
|
+
position?: any;
|
|
17
|
+
isBusy?: any;
|
|
12
18
|
isOpen?: any;
|
|
13
19
|
hasBackdrop?: any;
|
|
14
20
|
pressEscapeToClose?: any;
|
|
15
21
|
clickOutsideToClose?: any;
|
|
16
22
|
attention?: any;
|
|
17
23
|
closeable?: any;
|
|
18
|
-
dir?: any;
|
|
19
|
-
lang?: any;
|
|
20
|
-
header?: any;
|
|
21
|
-
variant?: any;
|
|
22
|
-
position?: any;
|
|
23
|
-
isBusy?: any;
|
|
24
24
|
content?: any;
|
|
25
25
|
formatter?: any;
|
|
26
26
|
icon?: any;
|
|
@@ -29,24 +29,24 @@ export declare const ToastComponent: import("vue").DefineComponent<{
|
|
|
29
29
|
showProgress?: any;
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
32
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
33
33
|
themeName?: any;
|
|
34
|
+
dir?: any;
|
|
35
|
+
lang?: any;
|
|
36
|
+
header?: any;
|
|
34
37
|
animationTarget?: any;
|
|
35
38
|
enter?: any;
|
|
36
39
|
exit?: any;
|
|
40
|
+
variant?: any;
|
|
37
41
|
appearance?: any;
|
|
42
|
+
position?: any;
|
|
43
|
+
isBusy?: any;
|
|
38
44
|
isOpen?: any;
|
|
39
45
|
hasBackdrop?: any;
|
|
40
46
|
pressEscapeToClose?: any;
|
|
41
47
|
clickOutsideToClose?: any;
|
|
42
48
|
attention?: any;
|
|
43
49
|
closeable?: any;
|
|
44
|
-
dir?: any;
|
|
45
|
-
lang?: any;
|
|
46
|
-
header?: any;
|
|
47
|
-
variant?: any;
|
|
48
|
-
position?: any;
|
|
49
|
-
isBusy?: any;
|
|
50
50
|
content?: any;
|
|
51
51
|
formatter?: any;
|
|
52
52
|
icon?: any;
|
|
@@ -54,12 +54,12 @@ export declare const ToastComponent: import("vue").DefineComponent<{
|
|
|
54
54
|
timeout?: any;
|
|
55
55
|
showProgress?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
58
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
59
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
60
57
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
61
58
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
62
59
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
60
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
61
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
64
64
|
declare module 'vue' {
|
|
65
65
|
interface GlobalComponents {
|
|
@@ -5,12 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TourComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
isOpen?: any;
|
|
9
|
-
hasBackdrop?: any;
|
|
10
|
-
pressEscapeToClose?: any;
|
|
11
|
-
clickOutsideToClose?: any;
|
|
12
|
-
attention?: any;
|
|
13
|
-
closeable?: any;
|
|
14
8
|
dir?: any;
|
|
15
9
|
lang?: any;
|
|
16
10
|
ended?: any;
|
|
@@ -22,16 +16,16 @@ export declare const TourComponent: import("vue").DefineComponent<{
|
|
|
22
16
|
stepChanged?: any;
|
|
23
17
|
tourId?: any;
|
|
24
18
|
steps?: any;
|
|
25
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
|
-
[key: string]: any;
|
|
27
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed")[], "opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
28
|
-
themeName?: any;
|
|
29
19
|
isOpen?: any;
|
|
30
20
|
hasBackdrop?: any;
|
|
31
21
|
pressEscapeToClose?: any;
|
|
32
22
|
clickOutsideToClose?: any;
|
|
33
23
|
attention?: any;
|
|
34
24
|
closeable?: any;
|
|
25
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
28
|
+
themeName?: any;
|
|
35
29
|
dir?: any;
|
|
36
30
|
lang?: any;
|
|
37
31
|
ended?: any;
|
|
@@ -43,13 +37,19 @@ export declare const TourComponent: import("vue").DefineComponent<{
|
|
|
43
37
|
stepChanged?: any;
|
|
44
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
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
48
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
49
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
50
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
51
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
52
49
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
52
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
53
53
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
54
54
|
declare module 'vue' {
|
|
55
55
|
interface GlobalComponents {
|
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const BackdropComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
8
10
|
animationTarget?: any;
|
|
9
11
|
enter?: any;
|
|
10
12
|
exit?: any;
|
|
11
|
-
dir?: any;
|
|
12
|
-
lang?: any;
|
|
13
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
|
+
dir?: any;
|
|
19
|
+
lang?: any;
|
|
18
20
|
animationTarget?: any;
|
|
19
21
|
enter?: any;
|
|
20
22
|
exit?: any;
|
|
21
|
-
dir?: any;
|
|
22
|
-
lang?: any;
|
|
23
23
|
hidden?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const BoxComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
fit?: any;
|
|
13
11
|
inset?: any;
|
|
12
|
+
width?: any;
|
|
13
|
+
height?: any;
|
|
14
14
|
highlighted?: any;
|
|
15
15
|
cornered?: 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
|
-
width?: any;
|
|
21
|
-
height?: any;
|
|
22
20
|
dir?: any;
|
|
23
21
|
lang?: any;
|
|
24
22
|
fit?: any;
|
|
25
23
|
inset?: any;
|
|
24
|
+
width?: any;
|
|
25
|
+
height?: any;
|
|
26
26
|
highlighted?: any;
|
|
27
27
|
cornered?: any;
|
|
28
28
|
}> & Readonly<{
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CheckmarkComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
checked?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
14
14
|
isThreeState?: any;
|
|
15
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
|
-
appearance?: any;
|
|
21
20
|
dir?: any;
|
|
22
21
|
lang?: any;
|
|
23
22
|
checked?: any;
|
|
24
23
|
disabled?: any;
|
|
25
24
|
variant?: any;
|
|
25
|
+
appearance?: any;
|
|
26
26
|
isThreeState?: any;
|
|
27
27
|
type?: any;
|
|
28
28
|
}> & Readonly<{
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DismissComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
disabled?: any;
|
|
12
11
|
variant?: any;
|
|
12
|
+
appearance?: any;
|
|
13
13
|
size?: 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
|
-
appearance?: any;
|
|
20
19
|
dir?: any;
|
|
21
20
|
lang?: any;
|
|
22
21
|
disabled?: any;
|
|
23
22
|
variant?: any;
|
|
23
|
+
appearance?: any;
|
|
24
24
|
size?: any;
|
|
25
25
|
isFocused?: any;
|
|
26
26
|
}> & Readonly<{
|
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DotGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
disabled?: any;
|
|
12
11
|
variant?: any;
|
|
12
|
+
appearance?: any;
|
|
13
13
|
size?: 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
|
-
appearance?: any;
|
|
19
18
|
dir?: any;
|
|
20
19
|
lang?: any;
|
|
21
20
|
disabled?: any;
|
|
22
21
|
variant?: any;
|
|
22
|
+
appearance?: any;
|
|
23
23
|
size?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DropZoneComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
disabled?: any;
|
|
12
11
|
variant?: any;
|
|
12
|
+
appearance?: any;
|
|
13
13
|
state?: 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" | "dropZoneData")[], "connected" | "disconnected" | "changed" | "dropZoneData", import("vue").PublicProps, Readonly<{
|
|
17
17
|
themeName?: any;
|
|
18
|
-
appearance?: any;
|
|
19
18
|
dir?: any;
|
|
20
19
|
lang?: any;
|
|
21
20
|
disabled?: any;
|
|
22
21
|
variant?: any;
|
|
22
|
+
appearance?: any;
|
|
23
23
|
state?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|