@breadstone/mosaik-elements-vue 0.1.57 → 0.1.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
- package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +6 -6
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +8 -8
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +12 -12
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +20 -20
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +2 -2
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +10 -10
- package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
- package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +10 -10
- package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
- package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +8 -8
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +12 -12
- package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +14 -14
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +2 -2
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts +72 -0
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js +31 -0
- package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js.map +1 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts +37 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js +30 -0
- package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts +46 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js +31 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts +57 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts.map +1 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js +34 -0
- package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js.map +1 -0
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +2 -2
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +6 -6
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +4 -4
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -2
- package/Controls/Components/Media/Chat/ChatComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatComponent.js +2 -2
- package/Controls/Components/Media/Chat/ChatComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts +37 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js +30 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js.map +1 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts +70 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts.map +1 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js +31 -0
- package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js.map +1 -0
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -2
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js +4 -4
- package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -0
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js +2 -2
- package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +10 -8
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js +4 -4
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js.map +1 -1
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
- package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +4 -4
- package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
- package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +10 -10
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
- package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +16 -16
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
- package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +18 -18
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +22 -22
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +26 -26
- package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts +2 -1
- package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts.map +1 -1
- package/Controls/Components/Primitives/Scroll/ScrollComponent.js +3 -2
- package/Controls/Components/Primitives/Scroll/ScrollComponent.js.map +1 -1
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
- package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
- package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +4 -4
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
- package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +20 -20
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +8 -8
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
- package/Controls/Components/Selectors/List/ListComponent.d.ts +8 -8
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
- package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
- package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
- package/Index.d.ts +6 -2
- package/Index.d.ts.map +1 -1
- package/Index.js +6 -2
- package/Index.js.map +1 -1
- package/package.json +2 -2
|
@@ -9,9 +9,9 @@ export declare const ColorEditorPaletteComponent: import("vue").DefineComponent<
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
11
|
isFocused?: any;
|
|
12
|
-
panelOpen?: any;
|
|
13
12
|
palettes?: any;
|
|
14
13
|
selectedPalette?: any;
|
|
14
|
+
panelOpen?: any;
|
|
15
15
|
allowAdd?: any;
|
|
16
16
|
currentColor?: any;
|
|
17
17
|
panelAnchor?: any;
|
|
@@ -23,9 +23,9 @@ export declare const ColorEditorPaletteComponent: import("vue").DefineComponent<
|
|
|
23
23
|
lang?: any;
|
|
24
24
|
disabled?: any;
|
|
25
25
|
isFocused?: any;
|
|
26
|
-
panelOpen?: any;
|
|
27
26
|
palettes?: any;
|
|
28
27
|
selectedPalette?: any;
|
|
28
|
+
panelOpen?: any;
|
|
29
29
|
allowAdd?: any;
|
|
30
30
|
currentColor?: any;
|
|
31
31
|
panelAnchor?: any;
|
|
@@ -8,6 +8,7 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
+
value?: any;
|
|
11
12
|
dropDownPlacement?: any;
|
|
12
13
|
dropDownStrategy?: any;
|
|
13
14
|
dropDownDistance?: any;
|
|
@@ -18,15 +19,14 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
|
18
19
|
dropDownWidth?: any;
|
|
19
20
|
dropDownMaxWidth?: any;
|
|
20
21
|
isDropDownOpen?: any;
|
|
21
|
-
value?: any;
|
|
22
22
|
format?: any;
|
|
23
23
|
showAlpha?: any;
|
|
24
|
-
palettes?: any;
|
|
25
|
-
selectedPalette?: any;
|
|
26
24
|
showInputs?: any;
|
|
27
25
|
showPalette?: any;
|
|
28
26
|
showEyeDropper?: any;
|
|
29
27
|
showSwatch?: any;
|
|
28
|
+
palettes?: any;
|
|
29
|
+
selectedPalette?: any;
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "colorChanged")[], "connected" | "disconnected" | "changed" | "colorChanged", import("vue").PublicProps, Readonly<{
|
|
@@ -34,6 +34,7 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
|
34
34
|
dir?: any;
|
|
35
35
|
lang?: any;
|
|
36
36
|
disabled?: any;
|
|
37
|
+
value?: any;
|
|
37
38
|
dropDownPlacement?: any;
|
|
38
39
|
dropDownStrategy?: any;
|
|
39
40
|
dropDownDistance?: any;
|
|
@@ -44,15 +45,14 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
|
|
|
44
45
|
dropDownWidth?: any;
|
|
45
46
|
dropDownMaxWidth?: any;
|
|
46
47
|
isDropDownOpen?: any;
|
|
47
|
-
value?: any;
|
|
48
48
|
format?: any;
|
|
49
49
|
showAlpha?: any;
|
|
50
|
-
palettes?: any;
|
|
51
|
-
selectedPalette?: any;
|
|
52
50
|
showInputs?: any;
|
|
53
51
|
showPalette?: any;
|
|
54
52
|
showEyeDropper?: any;
|
|
55
53
|
showSwatch?: any;
|
|
54
|
+
palettes?: any;
|
|
55
|
+
selectedPalette?: any;
|
|
56
56
|
}> & Readonly<{
|
|
57
57
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
58
58
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,9 +10,9 @@ export declare const ColorSwatchComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
name?: any;
|
|
11
11
|
size?: any;
|
|
12
12
|
disabled?: any;
|
|
13
|
+
value?: any;
|
|
13
14
|
variant?: any;
|
|
14
15
|
appearance?: any;
|
|
15
|
-
value?: any;
|
|
16
16
|
isChecked?: any;
|
|
17
17
|
hasBackground?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -24,9 +24,9 @@ export declare const ColorSwatchComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
name?: any;
|
|
25
25
|
size?: any;
|
|
26
26
|
disabled?: any;
|
|
27
|
+
value?: any;
|
|
27
28
|
variant?: any;
|
|
28
29
|
appearance?: any;
|
|
29
|
-
value?: any;
|
|
30
30
|
isChecked?: any;
|
|
31
31
|
hasBackground?: any;
|
|
32
32
|
}> & Readonly<{
|
|
@@ -8,8 +8,8 @@ export declare const CommentComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
at?: any;
|
|
11
|
-
formatter?: any;
|
|
12
11
|
content?: any;
|
|
12
|
+
formatter?: any;
|
|
13
13
|
author?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
@@ -18,8 +18,8 @@ export declare const CommentComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
20
|
at?: any;
|
|
21
|
-
formatter?: any;
|
|
22
21
|
content?: any;
|
|
22
|
+
formatter?: any;
|
|
23
23
|
author?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -11,11 +11,11 @@ export declare const IconComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
size?: any;
|
|
12
12
|
disabled?: any;
|
|
13
13
|
variant?: any;
|
|
14
|
-
readonly?: any;
|
|
15
14
|
appearance?: any;
|
|
16
|
-
|
|
15
|
+
readonly?: any;
|
|
17
16
|
angle?: any;
|
|
18
17
|
inline?: any;
|
|
18
|
+
grid?: any;
|
|
19
19
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
20
20
|
[key: string]: any;
|
|
21
21
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -26,11 +26,11 @@ export declare const IconComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
size?: any;
|
|
27
27
|
disabled?: any;
|
|
28
28
|
variant?: any;
|
|
29
|
-
readonly?: any;
|
|
30
29
|
appearance?: any;
|
|
31
|
-
|
|
30
|
+
readonly?: any;
|
|
32
31
|
angle?: any;
|
|
33
32
|
inline?: any;
|
|
33
|
+
grid?: any;
|
|
34
34
|
}> & Readonly<{
|
|
35
35
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
36
36
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -11,12 +11,12 @@ export declare const ImageComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
fit?: any;
|
|
12
12
|
disabled?: any;
|
|
13
13
|
variant?: any;
|
|
14
|
+
state?: any;
|
|
14
15
|
src?: any;
|
|
15
16
|
legendPosition?: any;
|
|
16
17
|
ratio?: any;
|
|
17
18
|
width?: any;
|
|
18
19
|
height?: any;
|
|
19
|
-
state?: any;
|
|
20
20
|
alt?: any;
|
|
21
21
|
srcset?: any;
|
|
22
22
|
thumbnailSrc?: any;
|
|
@@ -33,12 +33,12 @@ export declare const ImageComponent: import("vue").DefineComponent<{
|
|
|
33
33
|
fit?: any;
|
|
34
34
|
disabled?: any;
|
|
35
35
|
variant?: any;
|
|
36
|
+
state?: any;
|
|
36
37
|
src?: any;
|
|
37
38
|
legendPosition?: any;
|
|
38
39
|
ratio?: any;
|
|
39
40
|
width?: any;
|
|
40
41
|
height?: any;
|
|
41
|
-
state?: any;
|
|
42
42
|
alt?: any;
|
|
43
43
|
srcset?: any;
|
|
44
44
|
thumbnailSrc?: any;
|
|
@@ -11,9 +11,9 @@ export declare const MapComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
disabled?: any;
|
|
12
12
|
width?: any;
|
|
13
13
|
height?: any;
|
|
14
|
-
zoom?: any;
|
|
15
14
|
latitude?: any;
|
|
16
15
|
longitude?: any;
|
|
16
|
+
zoom?: any;
|
|
17
17
|
provider?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
19
19
|
[key: string]: any;
|
|
@@ -25,9 +25,9 @@ export declare const MapComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
disabled?: any;
|
|
26
26
|
width?: any;
|
|
27
27
|
height?: any;
|
|
28
|
-
zoom?: any;
|
|
29
28
|
latitude?: any;
|
|
30
29
|
longitude?: any;
|
|
30
|
+
zoom?: any;
|
|
31
31
|
provider?: any;
|
|
32
32
|
}> & Readonly<{
|
|
33
33
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -11,20 +11,20 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
orientation?: any;
|
|
12
12
|
disabled?: any;
|
|
13
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
14
15
|
src?: any;
|
|
15
16
|
text?: any;
|
|
16
|
-
appearance?: any;
|
|
17
|
-
hasBadge?: any;
|
|
18
|
-
textAccessor?: any;
|
|
19
|
-
icon?: any;
|
|
20
|
-
displayMode?: any;
|
|
21
17
|
horizontalContentAlignment?: any;
|
|
22
18
|
verticalContentAlignment?: any;
|
|
19
|
+
icon?: any;
|
|
23
20
|
primaryText?: any;
|
|
24
21
|
secondaryText?: any;
|
|
25
22
|
tertiaryText?: any;
|
|
26
23
|
quaternaryText?: any;
|
|
27
24
|
presence?: any;
|
|
25
|
+
hasBadge?: any;
|
|
26
|
+
textAccessor?: any;
|
|
27
|
+
displayMode?: any;
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -35,20 +35,20 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
|
|
|
35
35
|
orientation?: any;
|
|
36
36
|
disabled?: any;
|
|
37
37
|
variant?: any;
|
|
38
|
+
appearance?: any;
|
|
38
39
|
src?: any;
|
|
39
40
|
text?: any;
|
|
40
|
-
appearance?: any;
|
|
41
|
-
hasBadge?: any;
|
|
42
|
-
textAccessor?: any;
|
|
43
|
-
icon?: any;
|
|
44
|
-
displayMode?: any;
|
|
45
41
|
horizontalContentAlignment?: any;
|
|
46
42
|
verticalContentAlignment?: any;
|
|
43
|
+
icon?: any;
|
|
47
44
|
primaryText?: any;
|
|
48
45
|
secondaryText?: any;
|
|
49
46
|
tertiaryText?: any;
|
|
50
47
|
quaternaryText?: any;
|
|
51
48
|
presence?: any;
|
|
49
|
+
hasBadge?: any;
|
|
50
|
+
textAccessor?: any;
|
|
51
|
+
displayMode?: any;
|
|
52
52
|
}> & Readonly<{
|
|
53
53
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
54
54
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,10 +8,10 @@ export declare const QrcodeComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
text?: any;
|
|
11
|
+
backgroundColor?: any;
|
|
11
12
|
radius?: any;
|
|
12
13
|
dimension?: any;
|
|
13
14
|
errorCorrection?: any;
|
|
14
|
-
backgroundColor?: any;
|
|
15
15
|
foregroundColor?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
@@ -20,10 +20,10 @@ export declare const QrcodeComponent: import("vue").DefineComponent<{
|
|
|
20
20
|
dir?: any;
|
|
21
21
|
lang?: any;
|
|
22
22
|
text?: any;
|
|
23
|
+
backgroundColor?: any;
|
|
23
24
|
radius?: any;
|
|
24
25
|
dimension?: any;
|
|
25
26
|
errorCorrection?: any;
|
|
26
|
-
backgroundColor?: any;
|
|
27
27
|
foregroundColor?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,9 +10,9 @@ export declare const TimelineMarkerComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
size?: any;
|
|
11
11
|
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
|
-
isBusy?: any;
|
|
14
|
-
text?: any;
|
|
15
13
|
appearance?: any;
|
|
14
|
+
text?: any;
|
|
15
|
+
isBusy?: any;
|
|
16
16
|
icon?: any;
|
|
17
17
|
iconSize?: any;
|
|
18
18
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -24,9 +24,9 @@ export declare const TimelineMarkerComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
size?: any;
|
|
25
25
|
disabled?: any;
|
|
26
26
|
variant?: any;
|
|
27
|
-
isBusy?: any;
|
|
28
|
-
text?: any;
|
|
29
27
|
appearance?: any;
|
|
28
|
+
text?: any;
|
|
29
|
+
isBusy?: any;
|
|
30
30
|
icon?: any;
|
|
31
31
|
iconSize?: any;
|
|
32
32
|
}> & Readonly<{
|
|
@@ -13,6 +13,8 @@ export declare const VideoComponent: import("vue").DefineComponent<{
|
|
|
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,8 +22,6 @@ 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<{
|
|
@@ -34,6 +34,8 @@ export declare const VideoComponent: import("vue").DefineComponent<{
|
|
|
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;
|
|
@@ -8,23 +8,23 @@ 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
|
+
appearance?: any;
|
|
15
|
+
width?: any;
|
|
16
|
+
height?: any;
|
|
17
17
|
isOpen?: any;
|
|
18
|
+
hasBackdrop?: any;
|
|
19
|
+
pressEscapeToClose?: any;
|
|
20
|
+
clickOutsideToClose?: any;
|
|
21
|
+
attention?: any;
|
|
18
22
|
closeable?: any;
|
|
19
23
|
elevation?: any;
|
|
24
|
+
isDraggable?: any;
|
|
20
25
|
offsetX?: any;
|
|
21
26
|
offsetY?: any;
|
|
22
27
|
isFullScreen?: any;
|
|
23
|
-
isDraggable?: any;
|
|
24
|
-
hasBackdrop?: any;
|
|
25
|
-
pressEscapeToClose?: any;
|
|
26
|
-
clickOutsideToClose?: any;
|
|
27
|
-
attention?: any;
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
@@ -32,23 +32,23 @@ export declare const DialogComponent: import("vue").DefineComponent<{
|
|
|
32
32
|
dir?: any;
|
|
33
33
|
lang?: any;
|
|
34
34
|
dragging?: any;
|
|
35
|
-
width?: any;
|
|
36
|
-
height?: any;
|
|
37
|
-
appearance?: any;
|
|
38
35
|
animationTarget?: any;
|
|
39
36
|
enter?: any;
|
|
40
37
|
exit?: any;
|
|
38
|
+
appearance?: any;
|
|
39
|
+
width?: any;
|
|
40
|
+
height?: any;
|
|
41
41
|
isOpen?: any;
|
|
42
|
+
hasBackdrop?: any;
|
|
43
|
+
pressEscapeToClose?: any;
|
|
44
|
+
clickOutsideToClose?: any;
|
|
45
|
+
attention?: any;
|
|
42
46
|
closeable?: any;
|
|
43
47
|
elevation?: any;
|
|
48
|
+
isDraggable?: any;
|
|
44
49
|
offsetX?: any;
|
|
45
50
|
offsetY?: any;
|
|
46
51
|
isFullScreen?: any;
|
|
47
|
-
isDraggable?: any;
|
|
48
|
-
hasBackdrop?: any;
|
|
49
|
-
pressEscapeToClose?: any;
|
|
50
|
-
clickOutsideToClose?: any;
|
|
51
|
-
attention?: any;
|
|
52
52
|
}> & Readonly<{
|
|
53
53
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
54
54
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,21 +9,21 @@ 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;
|
|
26
23
|
attention?: any;
|
|
24
|
+
closeable?: 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, {
|
|
@@ -34,21 +34,21 @@ export declare const DrawerComponent: import("vue").DefineComponent<{
|
|
|
34
34
|
lang?: any;
|
|
35
35
|
mode?: any;
|
|
36
36
|
header?: any;
|
|
37
|
-
|
|
38
|
-
height?: any;
|
|
37
|
+
subHeader?: any;
|
|
39
38
|
animationTarget?: any;
|
|
40
39
|
enter?: any;
|
|
41
40
|
exit?: any;
|
|
41
|
+
width?: any;
|
|
42
|
+
height?: any;
|
|
42
43
|
position?: any;
|
|
43
|
-
subHeader?: any;
|
|
44
44
|
isOpen?: any;
|
|
45
|
-
closeable?: any;
|
|
46
|
-
elevation?: any;
|
|
47
|
-
isFullScreen?: any;
|
|
48
45
|
hasBackdrop?: any;
|
|
49
46
|
pressEscapeToClose?: any;
|
|
50
47
|
clickOutsideToClose?: any;
|
|
51
48
|
attention?: any;
|
|
49
|
+
closeable?: any;
|
|
50
|
+
elevation?: any;
|
|
51
|
+
isFullScreen?: any;
|
|
52
52
|
isComposed?: any;
|
|
53
53
|
hasShadow?: any;
|
|
54
54
|
}> & Readonly<{
|
|
@@ -9,8 +9,8 @@ export declare const DrawerContainerComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
fit?: any;
|
|
11
11
|
isOpen?: any;
|
|
12
|
-
content?: any;
|
|
13
12
|
hasBackdrop?: any;
|
|
13
|
+
content?: any;
|
|
14
14
|
autoSize?: any;
|
|
15
15
|
drawer?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -21,8 +21,8 @@ export declare const DrawerContainerComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
lang?: any;
|
|
22
22
|
fit?: any;
|
|
23
23
|
isOpen?: any;
|
|
24
|
-
content?: any;
|
|
25
24
|
hasBackdrop?: any;
|
|
25
|
+
content?: any;
|
|
26
26
|
autoSize?: any;
|
|
27
27
|
drawer?: any;
|
|
28
28
|
}> & Readonly<{
|
|
@@ -9,31 +9,31 @@ export declare const MessageBoxComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
header?: any;
|
|
11
11
|
dragging?: any;
|
|
12
|
-
|
|
13
|
-
width?: any;
|
|
14
|
-
height?: any;
|
|
15
|
-
intl?: any;
|
|
16
|
-
appearance?: any;
|
|
17
|
-
formatter?: any;
|
|
18
|
-
icon?: any;
|
|
12
|
+
subHeader?: any;
|
|
19
13
|
animationTarget?: any;
|
|
20
14
|
enter?: any;
|
|
21
15
|
exit?: any;
|
|
22
|
-
|
|
16
|
+
variant?: any;
|
|
17
|
+
appearance?: any;
|
|
18
|
+
width?: any;
|
|
19
|
+
height?: 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;
|
|
33
24
|
attention?: any;
|
|
25
|
+
closeable?: any;
|
|
26
|
+
formatter?: any;
|
|
27
|
+
icon?: any;
|
|
28
|
+
elevation?: any;
|
|
29
|
+
isDraggable?: any;
|
|
34
30
|
alignment?: any;
|
|
31
|
+
intl?: any;
|
|
35
32
|
message?: any;
|
|
36
33
|
buttons?: any;
|
|
34
|
+
offsetX?: any;
|
|
35
|
+
offsetY?: any;
|
|
36
|
+
isFullScreen?: any;
|
|
37
37
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
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<{
|
|
@@ -42,31 +42,31 @@ export declare const MessageBoxComponent: import("vue").DefineComponent<{
|
|
|
42
42
|
lang?: any;
|
|
43
43
|
header?: any;
|
|
44
44
|
dragging?: any;
|
|
45
|
-
|
|
46
|
-
width?: any;
|
|
47
|
-
height?: any;
|
|
48
|
-
intl?: any;
|
|
49
|
-
appearance?: any;
|
|
50
|
-
formatter?: any;
|
|
51
|
-
icon?: any;
|
|
45
|
+
subHeader?: any;
|
|
52
46
|
animationTarget?: any;
|
|
53
47
|
enter?: any;
|
|
54
48
|
exit?: any;
|
|
55
|
-
|
|
49
|
+
variant?: any;
|
|
50
|
+
appearance?: any;
|
|
51
|
+
width?: any;
|
|
52
|
+
height?: any;
|
|
56
53
|
isOpen?: any;
|
|
57
|
-
closeable?: any;
|
|
58
|
-
elevation?: any;
|
|
59
|
-
offsetX?: any;
|
|
60
|
-
offsetY?: any;
|
|
61
|
-
isFullScreen?: any;
|
|
62
|
-
isDraggable?: any;
|
|
63
54
|
hasBackdrop?: any;
|
|
64
55
|
pressEscapeToClose?: any;
|
|
65
56
|
clickOutsideToClose?: any;
|
|
66
57
|
attention?: any;
|
|
58
|
+
closeable?: any;
|
|
59
|
+
formatter?: any;
|
|
60
|
+
icon?: any;
|
|
61
|
+
elevation?: any;
|
|
62
|
+
isDraggable?: any;
|
|
67
63
|
alignment?: any;
|
|
64
|
+
intl?: any;
|
|
68
65
|
message?: any;
|
|
69
66
|
buttons?: any;
|
|
67
|
+
offsetX?: any;
|
|
68
|
+
offsetY?: any;
|
|
69
|
+
isFullScreen?: any;
|
|
70
70
|
}> & Readonly<{
|
|
71
71
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
72
72
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -11,17 +11,17 @@ export declare const SheetComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
height?: any;
|
|
12
12
|
position?: any;
|
|
13
13
|
isOpen?: any;
|
|
14
|
-
closeable?: any;
|
|
15
14
|
hasBackdrop?: any;
|
|
16
15
|
pressEscapeToClose?: any;
|
|
17
16
|
clickOutsideToClose?: any;
|
|
18
17
|
attention?: any;
|
|
18
|
+
closeable?: any;
|
|
19
|
+
dragMode?: any;
|
|
19
20
|
snaps?: any;
|
|
20
21
|
activeSnapIndex?: any;
|
|
21
22
|
closeThreshold?: any;
|
|
22
23
|
elastic?: any;
|
|
23
24
|
inertia?: any;
|
|
24
|
-
dragMode?: any;
|
|
25
25
|
hasHandle?: any;
|
|
26
26
|
hasSnapIndicator?: any;
|
|
27
27
|
isModal?: any;
|
|
@@ -35,17 +35,17 @@ export declare const SheetComponent: import("vue").DefineComponent<{
|
|
|
35
35
|
height?: any;
|
|
36
36
|
position?: any;
|
|
37
37
|
isOpen?: any;
|
|
38
|
-
closeable?: any;
|
|
39
38
|
hasBackdrop?: any;
|
|
40
39
|
pressEscapeToClose?: any;
|
|
41
40
|
clickOutsideToClose?: any;
|
|
42
41
|
attention?: any;
|
|
42
|
+
closeable?: any;
|
|
43
|
+
dragMode?: any;
|
|
43
44
|
snaps?: any;
|
|
44
45
|
activeSnapIndex?: any;
|
|
45
46
|
closeThreshold?: any;
|
|
46
47
|
elastic?: any;
|
|
47
48
|
inertia?: any;
|
|
48
|
-
dragMode?: any;
|
|
49
49
|
hasHandle?: any;
|
|
50
50
|
hasSnapIndicator?: any;
|
|
51
51
|
isModal?: any;
|