@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
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CameraComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
disabled?: any;
|
|
@@ -14,6 +12,8 @@ export declare const CameraComponent: import("vue").DefineComponent<{
|
|
|
14
12
|
autoPlay?: any;
|
|
15
13
|
poster?: any;
|
|
16
14
|
autoFullScreen?: any;
|
|
15
|
+
width?: any;
|
|
16
|
+
height?: any;
|
|
17
17
|
type?: any;
|
|
18
18
|
isSupported?: any;
|
|
19
19
|
isRecorderSupported?: any;
|
|
@@ -24,8 +24,6 @@ export declare const CameraComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "captured" | "recorded" | "error")[], "connected" | "disconnected" | "changed" | "captured" | "recorded" | "error", import("vue").PublicProps, Readonly<{
|
|
26
26
|
themeName?: any;
|
|
27
|
-
width?: any;
|
|
28
|
-
height?: any;
|
|
29
27
|
dir?: any;
|
|
30
28
|
lang?: any;
|
|
31
29
|
disabled?: any;
|
|
@@ -33,6 +31,8 @@ export declare const CameraComponent: import("vue").DefineComponent<{
|
|
|
33
31
|
autoPlay?: any;
|
|
34
32
|
poster?: any;
|
|
35
33
|
autoFullScreen?: any;
|
|
34
|
+
width?: any;
|
|
35
|
+
height?: any;
|
|
36
36
|
type?: any;
|
|
37
37
|
isSupported?: any;
|
|
38
38
|
isRecorderSupported?: any;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
|
-
appearance?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
variant?: any;
|
|
11
|
+
appearance?: any;
|
|
12
|
+
width?: any;
|
|
13
|
+
height?: any;
|
|
14
14
|
intl?: any;
|
|
15
15
|
scrollToEnd?: any;
|
|
16
16
|
begin?: any;
|
|
@@ -18,12 +18,12 @@ export declare const ChatComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
20
20
|
themeName?: any;
|
|
21
|
-
width?: any;
|
|
22
|
-
height?: any;
|
|
23
|
-
appearance?: any;
|
|
24
21
|
dir?: any;
|
|
25
22
|
lang?: any;
|
|
26
23
|
variant?: any;
|
|
24
|
+
appearance?: any;
|
|
25
|
+
width?: any;
|
|
26
|
+
height?: any;
|
|
27
27
|
intl?: any;
|
|
28
28
|
scrollToEnd?: any;
|
|
29
29
|
begin?: any;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatInputAttachmentListComponent: 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
|
files?: any;
|
|
14
14
|
attachmentAdded?: any;
|
|
15
15
|
attachmentRemoved?: any;
|
|
@@ -17,11 +17,11 @@ export declare const ChatInputAttachmentListComponent: import("vue").DefineCompo
|
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "attachmentAdd" | "attachmentRemove")[], "connected" | "disconnected" | "changed" | "attachmentAdd" | "attachmentRemove", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
-
appearance?: any;
|
|
21
20
|
dir?: any;
|
|
22
21
|
lang?: any;
|
|
23
22
|
disabled?: any;
|
|
24
23
|
variant?: any;
|
|
24
|
+
appearance?: any;
|
|
25
25
|
files?: any;
|
|
26
26
|
attachmentAdded?: any;
|
|
27
27
|
attachmentRemoved?: any;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatInputComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
submitted?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
value?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
placeholder?: any;
|
|
16
16
|
minRows?: any;
|
|
17
17
|
maxRows?: any;
|
|
@@ -19,13 +19,13 @@ export declare const ChatInputComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "chatSubmit")[], "connected" | "disconnected" | "changed" | "chatSubmit", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
-
appearance?: any;
|
|
23
22
|
dir?: any;
|
|
24
23
|
lang?: any;
|
|
25
24
|
submitted?: any;
|
|
26
25
|
disabled?: any;
|
|
27
26
|
value?: any;
|
|
28
27
|
variant?: any;
|
|
28
|
+
appearance?: any;
|
|
29
29
|
placeholder?: any;
|
|
30
30
|
minRows?: any;
|
|
31
31
|
maxRows?: any;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMarkerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
orientation?: any;
|
|
12
11
|
variant?: any;
|
|
12
|
+
appearance?: any;
|
|
13
13
|
text?: any;
|
|
14
14
|
formatter?: any;
|
|
15
15
|
horizontalContentAlignment?: any;
|
|
@@ -20,11 +20,11 @@ export declare const ChatMarkerComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
22
22
|
themeName?: any;
|
|
23
|
-
appearance?: any;
|
|
24
23
|
dir?: any;
|
|
25
24
|
lang?: any;
|
|
26
25
|
orientation?: any;
|
|
27
26
|
variant?: any;
|
|
27
|
+
appearance?: any;
|
|
28
28
|
text?: any;
|
|
29
29
|
formatter?: any;
|
|
30
30
|
horizontalContentAlignment?: any;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMessageAvatarComponent: 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
|
src?: any;
|
|
14
14
|
text?: any;
|
|
15
15
|
icon?: any;
|
|
@@ -17,11 +17,11 @@ export declare const ChatMessageAvatarComponent: import("vue").DefineComponent<{
|
|
|
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
|
disabled?: any;
|
|
24
23
|
variant?: any;
|
|
24
|
+
appearance?: any;
|
|
25
25
|
src?: any;
|
|
26
26
|
text?: any;
|
|
27
27
|
icon?: any;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChatMessageComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
at?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
value?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
text?: any;
|
|
16
16
|
isBusy?: any;
|
|
17
17
|
formatter?: any;
|
|
@@ -22,13 +22,13 @@ export declare const ChatMessageComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
24
24
|
themeName?: any;
|
|
25
|
-
appearance?: any;
|
|
26
25
|
dir?: any;
|
|
27
26
|
lang?: any;
|
|
28
27
|
at?: any;
|
|
29
28
|
disabled?: any;
|
|
30
29
|
value?: any;
|
|
31
30
|
variant?: any;
|
|
31
|
+
appearance?: any;
|
|
32
32
|
text?: any;
|
|
33
33
|
isBusy?: any;
|
|
34
34
|
formatter?: any;
|
|
@@ -5,45 +5,45 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChipComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
|
-
closeable?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
label?: any;
|
|
13
11
|
disabled?: any;
|
|
14
12
|
value?: any;
|
|
15
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
16
15
|
size?: any;
|
|
17
16
|
isChecked?: any;
|
|
18
17
|
isFocused?: any;
|
|
18
|
+
closeable?: any;
|
|
19
19
|
icon?: any;
|
|
20
20
|
ripple?: any;
|
|
21
21
|
isCheckable?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
23
|
[key: string]: any;
|
|
24
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
24
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "closed" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "closed" | "toggled", import("vue").PublicProps, Readonly<{
|
|
25
25
|
themeName?: any;
|
|
26
|
-
appearance?: any;
|
|
27
|
-
closeable?: any;
|
|
28
26
|
dir?: any;
|
|
29
27
|
lang?: any;
|
|
30
28
|
label?: any;
|
|
31
29
|
disabled?: any;
|
|
32
30
|
value?: any;
|
|
33
31
|
variant?: any;
|
|
32
|
+
appearance?: any;
|
|
34
33
|
size?: any;
|
|
35
34
|
isChecked?: any;
|
|
36
35
|
isFocused?: any;
|
|
36
|
+
closeable?: any;
|
|
37
37
|
icon?: any;
|
|
38
38
|
ripple?: any;
|
|
39
39
|
isCheckable?: any;
|
|
40
40
|
}> & Readonly<{
|
|
41
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
42
41
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
43
42
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
44
43
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
45
44
|
onChecked?: ((...args: any[]) => any) | undefined;
|
|
46
45
|
onUnchecked?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
onToggled?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
49
49
|
declare module 'vue' {
|
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChipGroupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
name?: any;
|
|
@@ -13,6 +12,7 @@ export declare const ChipGroupComponent: import("vue").DefineComponent<{
|
|
|
13
12
|
disabled?: any;
|
|
14
13
|
value?: any;
|
|
15
14
|
variant?: any;
|
|
15
|
+
appearance?: any;
|
|
16
16
|
size?: any;
|
|
17
17
|
selectionMode?: any;
|
|
18
18
|
required?: any;
|
|
@@ -21,7 +21,6 @@ export declare const ChipGroupComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "chipChanged")[], "connected" | "disconnected" | "changed" | "chipChanged", import("vue").PublicProps, Readonly<{
|
|
23
23
|
themeName?: any;
|
|
24
|
-
appearance?: any;
|
|
25
24
|
dir?: any;
|
|
26
25
|
lang?: any;
|
|
27
26
|
name?: any;
|
|
@@ -29,6 +28,7 @@ export declare const ChipGroupComponent: import("vue").DefineComponent<{
|
|
|
29
28
|
disabled?: any;
|
|
30
29
|
value?: any;
|
|
31
30
|
variant?: any;
|
|
31
|
+
appearance?: any;
|
|
32
32
|
size?: any;
|
|
33
33
|
selectionMode?: any;
|
|
34
34
|
required?: any;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorSwatchComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
name?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
value?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
size?: any;
|
|
16
16
|
isChecked?: any;
|
|
17
17
|
hasBackground?: any;
|
|
@@ -19,13 +19,13 @@ export declare const ColorSwatchComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled", import("vue").PublicProps, Readonly<{
|
|
21
21
|
themeName?: any;
|
|
22
|
-
appearance?: any;
|
|
23
22
|
dir?: any;
|
|
24
23
|
lang?: any;
|
|
25
24
|
name?: any;
|
|
26
25
|
disabled?: any;
|
|
27
26
|
value?: any;
|
|
28
27
|
variant?: any;
|
|
28
|
+
appearance?: any;
|
|
29
29
|
size?: any;
|
|
30
30
|
isChecked?: any;
|
|
31
31
|
hasBackground?: any;
|
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorSwatchGroupComponent: 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,19 +5,19 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorThumbComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
isOpen?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
disabled?: any;
|
|
11
|
+
isOpen?: any;
|
|
12
12
|
color?: 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
|
-
isOpen?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
20
19
|
disabled?: any;
|
|
20
|
+
isOpen?: any;
|
|
21
21
|
color?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const IconComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
data?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
14
14
|
size?: any;
|
|
15
15
|
readonly?: any;
|
|
16
16
|
angle?: any;
|
|
@@ -20,12 +20,12 @@ export declare const IconComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
22
22
|
themeName?: any;
|
|
23
|
-
appearance?: any;
|
|
24
23
|
dir?: any;
|
|
25
24
|
lang?: any;
|
|
26
25
|
data?: any;
|
|
27
26
|
disabled?: any;
|
|
28
27
|
variant?: any;
|
|
28
|
+
appearance?: any;
|
|
29
29
|
size?: any;
|
|
30
30
|
readonly?: any;
|
|
31
31
|
angle?: any;
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ImageComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
legend?: any;
|
|
@@ -17,6 +15,8 @@ export declare const ImageComponent: import("vue").DefineComponent<{
|
|
|
17
15
|
src?: any;
|
|
18
16
|
legendPosition?: any;
|
|
19
17
|
ratio?: any;
|
|
18
|
+
width?: any;
|
|
19
|
+
height?: any;
|
|
20
20
|
alt?: any;
|
|
21
21
|
srcset?: any;
|
|
22
22
|
thumbnailSrc?: any;
|
|
@@ -27,8 +27,6 @@ export declare const ImageComponent: import("vue").DefineComponent<{
|
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "imageLoaded" | "imageFailed")[], "connected" | "disconnected" | "changed" | "imageLoaded" | "imageFailed", import("vue").PublicProps, Readonly<{
|
|
29
29
|
themeName?: any;
|
|
30
|
-
width?: any;
|
|
31
|
-
height?: any;
|
|
32
30
|
dir?: any;
|
|
33
31
|
lang?: any;
|
|
34
32
|
legend?: any;
|
|
@@ -39,6 +37,8 @@ export declare const ImageComponent: import("vue").DefineComponent<{
|
|
|
39
37
|
src?: any;
|
|
40
38
|
legendPosition?: any;
|
|
41
39
|
ratio?: any;
|
|
40
|
+
width?: any;
|
|
41
|
+
height?: any;
|
|
42
42
|
alt?: any;
|
|
43
43
|
srcset?: any;
|
|
44
44
|
thumbnailSrc?: any;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const MapComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
label?: any;
|
|
13
11
|
disabled?: any;
|
|
12
|
+
width?: any;
|
|
13
|
+
height?: any;
|
|
14
14
|
latitude?: any;
|
|
15
15
|
longitude?: any;
|
|
16
16
|
zoom?: any;
|
|
@@ -19,12 +19,12 @@ export declare const MapComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
width?: any;
|
|
23
|
-
height?: any;
|
|
24
22
|
dir?: any;
|
|
25
23
|
lang?: any;
|
|
26
24
|
label?: any;
|
|
27
25
|
disabled?: any;
|
|
26
|
+
width?: any;
|
|
27
|
+
height?: any;
|
|
28
28
|
latitude?: any;
|
|
29
29
|
longitude?: any;
|
|
30
30
|
zoom?: any;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
orientation?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
14
14
|
src?: any;
|
|
15
15
|
size?: any;
|
|
16
16
|
text?: any;
|
|
@@ -29,12 +29,12 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
31
31
|
themeName?: any;
|
|
32
|
-
appearance?: any;
|
|
33
32
|
dir?: any;
|
|
34
33
|
lang?: any;
|
|
35
34
|
orientation?: any;
|
|
36
35
|
disabled?: any;
|
|
37
36
|
variant?: any;
|
|
37
|
+
appearance?: any;
|
|
38
38
|
src?: any;
|
|
39
39
|
size?: any;
|
|
40
40
|
text?: any;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TimelineMarkerComponent: 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
|
text?: any;
|
|
15
15
|
isBusy?: any;
|
|
@@ -19,11 +19,11 @@ export declare const TimelineMarkerComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
appearance?: any;
|
|
23
22
|
dir?: any;
|
|
24
23
|
lang?: any;
|
|
25
24
|
disabled?: any;
|
|
26
25
|
variant?: any;
|
|
26
|
+
appearance?: any;
|
|
27
27
|
size?: any;
|
|
28
28
|
text?: any;
|
|
29
29
|
isBusy?: any;
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const VideoComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
12
10
|
legend?: any;
|
|
@@ -22,12 +20,12 @@ export declare const VideoComponent: import("vue").DefineComponent<{
|
|
|
22
20
|
ratio?: any;
|
|
23
21
|
muted?: any;
|
|
24
22
|
loop?: any;
|
|
23
|
+
width?: any;
|
|
24
|
+
height?: 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
|
-
width?: any;
|
|
30
|
-
height?: any;
|
|
31
29
|
dir?: any;
|
|
32
30
|
lang?: any;
|
|
33
31
|
legend?: any;
|
|
@@ -43,6 +41,8 @@ export declare const VideoComponent: import("vue").DefineComponent<{
|
|
|
43
41
|
ratio?: any;
|
|
44
42
|
muted?: any;
|
|
45
43
|
loop?: any;
|
|
44
|
+
width?: any;
|
|
45
|
+
height?: any;
|
|
46
46
|
}> & Readonly<{
|
|
47
47
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const CookiesConsentComponent: 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
13
|
elevation?: any;
|
|
12
|
-
dir?: any;
|
|
13
|
-
lang?: any;
|
|
14
14
|
intl?: any;
|
|
15
15
|
accepted?: any;
|
|
16
16
|
dismissed?: any;
|
|
@@ -21,12 +21,12 @@ export declare const CookiesConsentComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
[key: string]: any;
|
|
22
22
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cookiesAccepted" | "cookiesDismissed")[], "connected" | "disconnected" | "changed" | "cookiesAccepted" | "cookiesDismissed", import("vue").PublicProps, Readonly<{
|
|
23
23
|
themeName?: any;
|
|
24
|
+
dir?: any;
|
|
25
|
+
lang?: any;
|
|
24
26
|
animationTarget?: any;
|
|
25
27
|
enter?: any;
|
|
26
28
|
exit?: any;
|
|
27
29
|
elevation?: any;
|
|
28
|
-
dir?: any;
|
|
29
|
-
lang?: any;
|
|
30
30
|
intl?: any;
|
|
31
31
|
accepted?: any;
|
|
32
32
|
dismissed?: any;
|
|
@@ -4,58 +4,58 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DialogComponent: 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
|
+
dragging?: any;
|
|
13
11
|
animationTarget?: any;
|
|
14
12
|
enter?: any;
|
|
15
13
|
exit?: any;
|
|
14
|
+
appearance?: any;
|
|
16
15
|
width?: any;
|
|
17
16
|
height?: any;
|
|
18
|
-
elevation?: any;
|
|
19
|
-
appearance?: any;
|
|
20
17
|
isOpen?: any;
|
|
21
18
|
hasBackdrop?: any;
|
|
22
19
|
pressEscapeToClose?: any;
|
|
23
20
|
clickOutsideToClose?: any;
|
|
24
21
|
attention?: any;
|
|
25
22
|
closeable?: any;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
|
-
[key: string]: any;
|
|
30
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed")[], "opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
31
|
-
dragging?: any;
|
|
23
|
+
elevation?: any;
|
|
24
|
+
isDraggable?: any;
|
|
32
25
|
offsetX?: any;
|
|
33
26
|
offsetY?: any;
|
|
34
27
|
isFullScreen?: any;
|
|
35
|
-
|
|
28
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
36
31
|
themeName?: any;
|
|
32
|
+
dir?: any;
|
|
33
|
+
lang?: any;
|
|
34
|
+
dragging?: any;
|
|
37
35
|
animationTarget?: any;
|
|
38
36
|
enter?: any;
|
|
39
37
|
exit?: any;
|
|
38
|
+
appearance?: any;
|
|
40
39
|
width?: any;
|
|
41
40
|
height?: any;
|
|
42
|
-
elevation?: any;
|
|
43
|
-
appearance?: any;
|
|
44
41
|
isOpen?: any;
|
|
45
42
|
hasBackdrop?: any;
|
|
46
43
|
pressEscapeToClose?: any;
|
|
47
44
|
clickOutsideToClose?: any;
|
|
48
45
|
attention?: any;
|
|
49
46
|
closeable?: any;
|
|
50
|
-
|
|
51
|
-
|
|
47
|
+
elevation?: any;
|
|
48
|
+
isDraggable?: any;
|
|
49
|
+
offsetX?: any;
|
|
50
|
+
offsetY?: any;
|
|
51
|
+
isFullScreen?: any;
|
|
52
52
|
}> & Readonly<{
|
|
53
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
54
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
55
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
56
53
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
57
54
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
58
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
59
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
60
60
|
declare module 'vue' {
|
|
61
61
|
interface GlobalComponents {
|