@breadstone/mosaik-elements-vue 0.1.49 → 0.1.50
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 +22 -22
- package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +10 -10
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +11 -11
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +14 -14
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +18 -18
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +24 -24
- package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +16 -16
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +4 -4
- package/Controls/Components/Cells/CellComponent.d.ts +2 -2
- package/Controls/Components/Charts/ChartComponent.d.ts +14 -14
- 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 +19 -19
- 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 +10 -10
- package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +12 -12
- package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +16 -16
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
- package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
- package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +24 -24
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +12 -12
- 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 +14 -14
- 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 +16 -16
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +10 -10
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +4 -4
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
- package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +22 -22
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
- 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 +16 -16
- 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 +10 -10
- package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +6 -6
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
- package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
- package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
- package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
- package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
- package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
- package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
- package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
- package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/Badge/BadgeComponent.d.ts +8 -8
- package/Controls/Components/Media/Camera/CameraComponent.d.ts +8 -8
- package/Controls/Components/Media/Chat/ChatComponent.d.ts +6 -6
- package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
- 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/Tools/AttachmentChatToolComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +12 -12
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
- 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 +4 -4
- 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 +6 -6
- package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
- package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
- package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
- package/Controls/Components/Media/Image/ImageComponent.d.ts +6 -6
- package/Controls/Components/Media/Map/MapComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +12 -12
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
- package/Controls/Components/Media/Video/VideoComponent.d.ts +8 -8
- package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +6 -6
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +30 -27
- package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/Dialog/DialogComponent.js +4 -3
- package/Controls/Components/Overlays/Dialog/DialogComponent.js.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +28 -25
- package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/Drawer/DrawerComponent.js +4 -3
- package/Controls/Components/Overlays/Drawer/DrawerComponent.js.map +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 +42 -39
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.js +4 -3
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.js.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +12 -9
- package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/Sheet/SheetComponent.js +4 -3
- package/Controls/Components/Overlays/Sheet/SheetComponent.js.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +27 -24
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/Toast/ToastComponent.js +4 -3
- package/Controls/Components/Overlays/Toast/ToastComponent.js.map +1 -1
- package/Controls/Components/Overlays/tour/TourComponent.d.ts +16 -13
- package/Controls/Components/Overlays/tour/TourComponent.d.ts.map +1 -1
- package/Controls/Components/Overlays/tour/TourComponent.js +4 -3
- package/Controls/Components/Overlays/tour/TourComponent.js.map +1 -1
- package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Box/BoxComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Dot/DotComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
- package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +26 -26
- package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
- package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +30 -30
- 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 +6 -6
- 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 +8 -8
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +42 -39
- package/Controls/Components/Primitives/Popup/PopupComponent.d.ts.map +1 -1
- package/Controls/Components/Primitives/Popup/PopupComponent.js +4 -3
- package/Controls/Components/Primitives/Popup/PopupComponent.js.map +1 -1
- package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +12 -9
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts.map +1 -1
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.js +4 -3
- package/Controls/Components/Primitives/Portal/PortalProjectionComponent.js.map +1 -1
- package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
- package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
- 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 +16 -16
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +33 -33
- package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +10 -10
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +4 -4
- package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
- package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
- package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
- 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 +6 -6
- package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
- package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
- 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 +22 -22
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +10 -10
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +10 -10
- package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +16 -16
- package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +14 -14
- package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +6 -6
- package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
- 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 +12 -12
- 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 +4 -4
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +12 -12
- package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
- package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
- package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
- package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
- package/package.json +2 -2
|
@@ -5,11 +5,16 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
animationTarget?: any;
|
|
9
|
+
enter?: any;
|
|
10
|
+
exit?: any;
|
|
11
|
+
width?: any;
|
|
12
|
+
height?: any;
|
|
8
13
|
dir?: any;
|
|
9
14
|
lang?: any;
|
|
10
15
|
disabled?: any;
|
|
11
|
-
|
|
12
|
-
|
|
16
|
+
placement?: any;
|
|
17
|
+
trigger?: any;
|
|
13
18
|
dropDownPlacement?: any;
|
|
14
19
|
dropDownStrategy?: any;
|
|
15
20
|
dropDownDistance?: any;
|
|
@@ -20,37 +25,37 @@ export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
|
20
25
|
dropDownWidth?: any;
|
|
21
26
|
dropDownMaxWidth?: any;
|
|
22
27
|
isDropDownOpen?: any;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
28
|
+
maxWidth?: any;
|
|
29
|
+
maxHeight?: any;
|
|
30
|
+
skidding?: any;
|
|
31
|
+
isVisible?: any;
|
|
32
|
+
open?: any;
|
|
33
|
+
strategy?: any;
|
|
26
34
|
_anchorId?: any;
|
|
27
35
|
_panelId?: any;
|
|
28
36
|
_anchorName?: any;
|
|
29
37
|
popupRole?: any;
|
|
30
|
-
isVisible?: any;
|
|
31
|
-
placement?: any;
|
|
32
|
-
strategy?: any;
|
|
33
38
|
offset?: any;
|
|
34
|
-
skidding?: any;
|
|
35
|
-
open?: any;
|
|
36
|
-
trigger?: any;
|
|
37
39
|
closeOnOutsideClick?: any;
|
|
38
40
|
closeOnEscape?: any;
|
|
39
41
|
closeOnSelect?: any;
|
|
40
42
|
restoreFocus?: any;
|
|
41
43
|
hasPopup?: any;
|
|
42
44
|
matchAnchorWidth?: any;
|
|
43
|
-
maxHeight?: any;
|
|
44
|
-
maxWidth?: any;
|
|
45
45
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
47
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "openChanged" | "slotchange")[], "connected" | "disconnected" | "changed" | "openChanged" | "slotchange", import("vue").PublicProps, Readonly<{
|
|
48
48
|
themeName?: any;
|
|
49
|
+
animationTarget?: any;
|
|
50
|
+
enter?: any;
|
|
51
|
+
exit?: any;
|
|
52
|
+
width?: any;
|
|
53
|
+
height?: any;
|
|
49
54
|
dir?: any;
|
|
50
55
|
lang?: any;
|
|
51
56
|
disabled?: any;
|
|
52
|
-
|
|
53
|
-
|
|
57
|
+
placement?: any;
|
|
58
|
+
trigger?: any;
|
|
54
59
|
dropDownPlacement?: any;
|
|
55
60
|
dropDownStrategy?: any;
|
|
56
61
|
dropDownDistance?: any;
|
|
@@ -61,28 +66,23 @@ export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
|
61
66
|
dropDownWidth?: any;
|
|
62
67
|
dropDownMaxWidth?: any;
|
|
63
68
|
isDropDownOpen?: any;
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
69
|
+
maxWidth?: any;
|
|
70
|
+
maxHeight?: any;
|
|
71
|
+
skidding?: any;
|
|
72
|
+
isVisible?: any;
|
|
73
|
+
open?: any;
|
|
74
|
+
strategy?: any;
|
|
67
75
|
_anchorId?: any;
|
|
68
76
|
_panelId?: any;
|
|
69
77
|
_anchorName?: any;
|
|
70
78
|
popupRole?: any;
|
|
71
|
-
isVisible?: any;
|
|
72
|
-
placement?: any;
|
|
73
|
-
strategy?: any;
|
|
74
79
|
offset?: any;
|
|
75
|
-
skidding?: any;
|
|
76
|
-
open?: any;
|
|
77
|
-
trigger?: any;
|
|
78
80
|
closeOnOutsideClick?: any;
|
|
79
81
|
closeOnEscape?: any;
|
|
80
82
|
closeOnSelect?: any;
|
|
81
83
|
restoreFocus?: any;
|
|
82
84
|
hasPopup?: any;
|
|
83
85
|
matchAnchorWidth?: any;
|
|
84
|
-
maxHeight?: any;
|
|
85
|
-
maxWidth?: any;
|
|
86
86
|
}> & Readonly<{
|
|
87
87
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -8,9 +8,9 @@ export declare const ElevationComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
-
weigh?: any;
|
|
12
11
|
for?: any;
|
|
13
12
|
control?: any;
|
|
13
|
+
weigh?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -18,9 +18,9 @@ export declare const ElevationComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
20
|
disabled?: any;
|
|
21
|
-
weigh?: any;
|
|
22
21
|
for?: any;
|
|
23
22
|
control?: any;
|
|
23
|
+
weigh?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,23 +5,23 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ErrorComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
dir?: any;
|
|
9
|
-
lang?: any;
|
|
10
|
-
text?: any;
|
|
11
8
|
animationTarget?: any;
|
|
12
9
|
enter?: any;
|
|
13
10
|
exit?: any;
|
|
11
|
+
dir?: any;
|
|
12
|
+
lang?: any;
|
|
13
|
+
text?: any;
|
|
14
14
|
textOverflow?: 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
|
-
dir?: any;
|
|
20
|
-
lang?: any;
|
|
21
|
-
text?: any;
|
|
22
19
|
animationTarget?: any;
|
|
23
20
|
enter?: any;
|
|
24
21
|
exit?: any;
|
|
22
|
+
dir?: any;
|
|
23
|
+
lang?: any;
|
|
24
|
+
text?: any;
|
|
25
25
|
textOverflow?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ExpandableComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
dir?: any;
|
|
9
|
-
lang?: any;
|
|
10
|
-
disabled?: any;
|
|
11
8
|
animationTarget?: any;
|
|
12
9
|
enter?: any;
|
|
13
10
|
exit?: any;
|
|
11
|
+
dir?: any;
|
|
12
|
+
lang?: any;
|
|
13
|
+
disabled?: any;
|
|
14
14
|
isExpanded?: any;
|
|
15
15
|
direction?: 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" | "toggled" | "expanded" | "collapsed")[], "connected" | "disconnected" | "changed" | "toggled" | "expanded" | "collapsed", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
-
dir?: any;
|
|
21
|
-
lang?: any;
|
|
22
|
-
disabled?: any;
|
|
23
20
|
animationTarget?: any;
|
|
24
21
|
enter?: any;
|
|
25
22
|
exit?: any;
|
|
23
|
+
dir?: any;
|
|
24
|
+
lang?: any;
|
|
25
|
+
disabled?: any;
|
|
26
26
|
isExpanded?: any;
|
|
27
27
|
direction?: any;
|
|
28
28
|
}> & Readonly<{
|
|
@@ -4,77 +4,77 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FloatingComponent: import("vue").DefineComponent<{
|
|
7
|
+
isFullScreen?: any;
|
|
7
8
|
themeName?: any;
|
|
8
|
-
dir?: any;
|
|
9
|
-
lang?: any;
|
|
10
|
-
shift?: any;
|
|
11
|
-
active?: any;
|
|
12
|
-
width?: any;
|
|
13
|
-
height?: any;
|
|
14
9
|
animationTarget?: any;
|
|
15
10
|
enter?: any;
|
|
16
11
|
exit?: any;
|
|
12
|
+
width?: any;
|
|
13
|
+
height?: any;
|
|
17
14
|
elevation?: any;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
dir?: any;
|
|
16
|
+
lang?: any;
|
|
17
|
+
shift?: any;
|
|
21
18
|
placement?: any;
|
|
22
|
-
strategy?: any;
|
|
23
|
-
skidding?: any;
|
|
24
|
-
maxHeight?: any;
|
|
25
19
|
maxWidth?: any;
|
|
26
|
-
|
|
20
|
+
active?: any;
|
|
21
|
+
maxHeight?: any;
|
|
27
22
|
distance?: any;
|
|
23
|
+
skidding?: any;
|
|
24
|
+
flip?: any;
|
|
25
|
+
sync?: any;
|
|
26
|
+
isVisible?: any;
|
|
27
|
+
anchor?: any;
|
|
28
|
+
strategy?: any;
|
|
28
29
|
arrow?: any;
|
|
29
30
|
arrowPlacement?: any;
|
|
30
31
|
arrowPadding?: any;
|
|
31
|
-
flip?: any;
|
|
32
32
|
flipFallbackPlacements?: any;
|
|
33
33
|
flipBoundary?: any;
|
|
34
34
|
flipPadding?: any;
|
|
35
35
|
flipFallbackStrategy?: any;
|
|
36
36
|
shiftBoundary?: any;
|
|
37
37
|
shiftPadding?: any;
|
|
38
|
+
autoSize?: any;
|
|
38
39
|
autoSizeBoundary?: any;
|
|
39
40
|
autoSizePadding?: any;
|
|
40
|
-
sync?: any;
|
|
41
41
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
42
42
|
[key: string]: any;
|
|
43
43
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "repositioned" | "activeChanged")[], "connected" | "disconnected" | "changed" | "repositioned" | "activeChanged", import("vue").PublicProps, Readonly<{
|
|
44
|
+
isFullScreen?: any;
|
|
44
45
|
themeName?: any;
|
|
45
|
-
dir?: any;
|
|
46
|
-
lang?: any;
|
|
47
|
-
shift?: any;
|
|
48
|
-
active?: any;
|
|
49
|
-
width?: any;
|
|
50
|
-
height?: any;
|
|
51
46
|
animationTarget?: any;
|
|
52
47
|
enter?: any;
|
|
53
48
|
exit?: any;
|
|
49
|
+
width?: any;
|
|
50
|
+
height?: any;
|
|
54
51
|
elevation?: any;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
52
|
+
dir?: any;
|
|
53
|
+
lang?: any;
|
|
54
|
+
shift?: any;
|
|
58
55
|
placement?: any;
|
|
59
|
-
strategy?: any;
|
|
60
|
-
skidding?: any;
|
|
61
|
-
maxHeight?: any;
|
|
62
56
|
maxWidth?: any;
|
|
63
|
-
|
|
57
|
+
active?: any;
|
|
58
|
+
maxHeight?: any;
|
|
64
59
|
distance?: any;
|
|
60
|
+
skidding?: any;
|
|
61
|
+
flip?: any;
|
|
62
|
+
sync?: any;
|
|
63
|
+
isVisible?: any;
|
|
64
|
+
anchor?: any;
|
|
65
|
+
strategy?: any;
|
|
65
66
|
arrow?: any;
|
|
66
67
|
arrowPlacement?: any;
|
|
67
68
|
arrowPadding?: any;
|
|
68
|
-
flip?: any;
|
|
69
69
|
flipFallbackPlacements?: any;
|
|
70
70
|
flipBoundary?: any;
|
|
71
71
|
flipPadding?: any;
|
|
72
72
|
flipFallbackStrategy?: any;
|
|
73
73
|
shiftBoundary?: any;
|
|
74
74
|
shiftPadding?: any;
|
|
75
|
+
autoSize?: any;
|
|
75
76
|
autoSizeBoundary?: any;
|
|
76
77
|
autoSizePadding?: any;
|
|
77
|
-
sync?: any;
|
|
78
78
|
}> & Readonly<{
|
|
79
79
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -10,9 +10,9 @@ export declare const FocusRingComponent: import("vue").DefineComponent<{
|
|
|
10
10
|
variant?: any;
|
|
11
11
|
for?: any;
|
|
12
12
|
control?: any;
|
|
13
|
-
controlled?: any;
|
|
14
13
|
visible?: any;
|
|
15
14
|
inward?: any;
|
|
15
|
+
controlled?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -22,9 +22,9 @@ export declare const FocusRingComponent: import("vue").DefineComponent<{
|
|
|
22
22
|
variant?: any;
|
|
23
23
|
for?: any;
|
|
24
24
|
control?: any;
|
|
25
|
-
controlled?: any;
|
|
26
25
|
visible?: any;
|
|
27
26
|
inward?: any;
|
|
27
|
+
controlled?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,18 +7,18 @@ export declare const FooterComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
+
breakpoint?: any;
|
|
10
11
|
brand?: any;
|
|
11
12
|
copyright?: any;
|
|
12
|
-
breakpoint?: any;
|
|
13
13
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
14
|
[key: string]: any;
|
|
15
15
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
16
16
|
themeName?: any;
|
|
17
17
|
dir?: any;
|
|
18
18
|
lang?: any;
|
|
19
|
+
breakpoint?: any;
|
|
19
20
|
brand?: any;
|
|
20
21
|
copyright?: any;
|
|
21
|
-
breakpoint?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
24
24
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -9,8 +9,8 @@ export declare const HintComponent: import("vue").DefineComponent<{
|
|
|
9
9
|
lang?: any;
|
|
10
10
|
text?: any;
|
|
11
11
|
formatter?: any;
|
|
12
|
-
textOverflow?: any;
|
|
13
12
|
alignment?: any;
|
|
13
|
+
textOverflow?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
16
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -19,8 +19,8 @@ export declare const HintComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
lang?: any;
|
|
20
20
|
text?: any;
|
|
21
21
|
formatter?: any;
|
|
22
|
-
textOverflow?: any;
|
|
23
22
|
alignment?: any;
|
|
23
|
+
textOverflow?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const JumbotronComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
11
|
header?: any;
|
|
11
|
-
appearance?: any;
|
|
12
|
-
formatter?: any;
|
|
13
12
|
subHeader?: any;
|
|
14
|
-
|
|
13
|
+
formatter?: any;
|
|
15
14
|
alignment?: any;
|
|
15
|
+
hint?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
|
+
appearance?: any;
|
|
20
21
|
dir?: any;
|
|
21
22
|
lang?: any;
|
|
22
23
|
header?: any;
|
|
23
|
-
appearance?: any;
|
|
24
|
-
formatter?: any;
|
|
25
24
|
subHeader?: any;
|
|
26
|
-
|
|
25
|
+
formatter?: any;
|
|
27
26
|
alignment?: any;
|
|
27
|
+
hint?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,16 +7,16 @@ export declare const KbdComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
dir?: any;
|
|
9
9
|
lang?: any;
|
|
10
|
-
variant?: any;
|
|
11
10
|
value?: any;
|
|
11
|
+
variant?: any;
|
|
12
12
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
15
15
|
themeName?: any;
|
|
16
16
|
dir?: any;
|
|
17
17
|
lang?: any;
|
|
18
|
-
variant?: any;
|
|
19
18
|
value?: any;
|
|
19
|
+
variant?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -11,9 +11,9 @@ export declare const NumberCounterComponent: import("vue").DefineComponent<{
|
|
|
11
11
|
variant?: any;
|
|
12
12
|
readonly?: any;
|
|
13
13
|
alignment?: any;
|
|
14
|
+
duration?: any;
|
|
14
15
|
from?: any;
|
|
15
16
|
to?: any;
|
|
16
|
-
duration?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
@@ -24,9 +24,9 @@ export declare const NumberCounterComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
variant?: any;
|
|
25
25
|
readonly?: any;
|
|
26
26
|
alignment?: any;
|
|
27
|
+
duration?: any;
|
|
27
28
|
from?: any;
|
|
28
29
|
to?: any;
|
|
29
|
-
duration?: any;
|
|
30
30
|
}> & Readonly<{
|
|
31
31
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
32
32
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PaginatorComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
size?: any;
|
|
11
11
|
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
|
+
size?: any;
|
|
13
14
|
intl?: any;
|
|
14
|
-
appearance?: any;
|
|
15
|
-
isVisible?: any;
|
|
16
|
-
total?: any;
|
|
17
15
|
totalPages?: any;
|
|
18
16
|
rangeStart?: any;
|
|
19
17
|
rangeEnd?: any;
|
|
20
18
|
hasPreviousPage?: any;
|
|
21
19
|
hasNextPage?: any;
|
|
20
|
+
isVisible?: any;
|
|
22
21
|
currentPageReport?: any;
|
|
22
|
+
total?: any;
|
|
23
23
|
totalRecords?: any;
|
|
24
24
|
rows?: any;
|
|
25
25
|
sizes?: any;
|
|
@@ -37,21 +37,21 @@ export declare const PaginatorComponent: import("vue").DefineComponent<{
|
|
|
37
37
|
[key: string]: any;
|
|
38
38
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "pageChanged" | "pageSizeChanged")[], "connected" | "disconnected" | "changed" | "pageChanged" | "pageSizeChanged", import("vue").PublicProps, Readonly<{
|
|
39
39
|
themeName?: any;
|
|
40
|
+
appearance?: any;
|
|
40
41
|
dir?: any;
|
|
41
42
|
lang?: any;
|
|
42
|
-
size?: any;
|
|
43
43
|
disabled?: any;
|
|
44
44
|
variant?: any;
|
|
45
|
+
size?: any;
|
|
45
46
|
intl?: any;
|
|
46
|
-
appearance?: any;
|
|
47
|
-
isVisible?: any;
|
|
48
|
-
total?: any;
|
|
49
47
|
totalPages?: any;
|
|
50
48
|
rangeStart?: any;
|
|
51
49
|
rangeEnd?: any;
|
|
52
50
|
hasPreviousPage?: any;
|
|
53
51
|
hasNextPage?: any;
|
|
52
|
+
isVisible?: any;
|
|
54
53
|
currentPageReport?: any;
|
|
54
|
+
total?: any;
|
|
55
55
|
totalRecords?: any;
|
|
56
56
|
rows?: any;
|
|
57
57
|
sizes?: any;
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PipComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
appearance?: any;
|
|
8
9
|
dir?: any;
|
|
9
10
|
lang?: any;
|
|
10
|
-
size?: any;
|
|
11
11
|
disabled?: any;
|
|
12
12
|
variant?: any;
|
|
13
|
+
size?: any;
|
|
13
14
|
text?: any;
|
|
14
|
-
appearance?: any;
|
|
15
15
|
icon?: any;
|
|
16
16
|
iconSize?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
20
20
|
themeName?: any;
|
|
21
|
+
appearance?: any;
|
|
21
22
|
dir?: any;
|
|
22
23
|
lang?: any;
|
|
23
|
-
size?: any;
|
|
24
24
|
disabled?: any;
|
|
25
25
|
variant?: any;
|
|
26
|
+
size?: any;
|
|
26
27
|
text?: any;
|
|
27
|
-
appearance?: any;
|
|
28
28
|
icon?: any;
|
|
29
29
|
iconSize?: any;
|
|
30
30
|
}> & Readonly<{
|
|
@@ -5,82 +5,85 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PopupComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
dir?: any;
|
|
9
|
-
lang?: any;
|
|
10
|
-
shift?: any;
|
|
11
|
-
disabled?: any;
|
|
12
|
-
variant?: any;
|
|
13
|
-
appearance?: any;
|
|
14
8
|
animationTarget?: any;
|
|
15
9
|
enter?: any;
|
|
16
10
|
exit?: any;
|
|
17
|
-
isOpen?: any;
|
|
18
|
-
closeable?: any;
|
|
19
11
|
elevation?: any;
|
|
12
|
+
appearance?: any;
|
|
13
|
+
isOpen?: any;
|
|
20
14
|
hasBackdrop?: any;
|
|
21
15
|
pressEscapeToClose?: any;
|
|
22
16
|
clickOutsideToClose?: any;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
17
|
+
attention?: any;
|
|
18
|
+
closeable?: any;
|
|
19
|
+
dir?: any;
|
|
20
|
+
lang?: any;
|
|
21
|
+
shift?: any;
|
|
22
|
+
disabled?: any;
|
|
23
|
+
variant?: any;
|
|
24
|
+
hasSlottedContent?: any;
|
|
31
25
|
anchorElement?: any;
|
|
32
26
|
isFloatingActive?: any;
|
|
33
|
-
|
|
34
|
-
placements?: any;
|
|
27
|
+
placement?: any;
|
|
35
28
|
showDelay?: any;
|
|
36
29
|
hideDelay?: any;
|
|
30
|
+
trigger?: any;
|
|
37
31
|
staysOpen?: any;
|
|
32
|
+
for?: any;
|
|
33
|
+
control?: any;
|
|
34
|
+
placements?: any;
|
|
35
|
+
distance?: any;
|
|
36
|
+
skidding?: any;
|
|
38
37
|
closeOnScroll?: any;
|
|
39
38
|
interactive?: any;
|
|
39
|
+
flip?: any;
|
|
40
40
|
trapFocus?: any;
|
|
41
|
+
sync?: any;
|
|
41
42
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
42
43
|
[key: string]: any;
|
|
43
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
44
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed")[], "opened" | "closed" | "closeAttempted" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
44
45
|
themeName?: any;
|
|
45
|
-
dir?: any;
|
|
46
|
-
lang?: any;
|
|
47
|
-
shift?: any;
|
|
48
|
-
disabled?: any;
|
|
49
|
-
variant?: any;
|
|
50
|
-
appearance?: any;
|
|
51
46
|
animationTarget?: any;
|
|
52
47
|
enter?: any;
|
|
53
48
|
exit?: any;
|
|
54
|
-
isOpen?: any;
|
|
55
|
-
closeable?: any;
|
|
56
49
|
elevation?: any;
|
|
50
|
+
appearance?: any;
|
|
51
|
+
isOpen?: any;
|
|
57
52
|
hasBackdrop?: any;
|
|
58
53
|
pressEscapeToClose?: any;
|
|
59
54
|
clickOutsideToClose?: any;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
55
|
+
attention?: any;
|
|
56
|
+
closeable?: any;
|
|
57
|
+
dir?: any;
|
|
58
|
+
lang?: any;
|
|
59
|
+
shift?: any;
|
|
60
|
+
disabled?: any;
|
|
61
|
+
variant?: any;
|
|
62
|
+
hasSlottedContent?: any;
|
|
68
63
|
anchorElement?: any;
|
|
69
64
|
isFloatingActive?: any;
|
|
70
|
-
|
|
71
|
-
placements?: any;
|
|
65
|
+
placement?: any;
|
|
72
66
|
showDelay?: any;
|
|
73
67
|
hideDelay?: any;
|
|
68
|
+
trigger?: any;
|
|
74
69
|
staysOpen?: any;
|
|
70
|
+
for?: any;
|
|
71
|
+
control?: any;
|
|
72
|
+
placements?: any;
|
|
73
|
+
distance?: any;
|
|
74
|
+
skidding?: any;
|
|
75
75
|
closeOnScroll?: any;
|
|
76
76
|
interactive?: any;
|
|
77
|
+
flip?: any;
|
|
77
78
|
trapFocus?: any;
|
|
79
|
+
sync?: any;
|
|
78
80
|
}> & Readonly<{
|
|
81
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
82
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
83
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
79
84
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
80
85
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
81
86
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
82
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
83
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
84
87
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
85
88
|
declare module 'vue' {
|
|
86
89
|
interface GlobalComponents {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopupComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Primitives/Popup/PopupComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"PopupComponent.d.ts","sourceRoot":"","sources":["../../../../../src/Controls/Components/Primitives/Popup/PopupComponent.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iFAuBzB,CAAC;AAEH,OAAO,QAAQ,KAAK,CAAC;IACjB,UAAiB,gBAAgB;QAC7B,WAAW,EAAE,OAAO,cAAc,CAAC;KACtC;CACJ"}
|
|
@@ -12,16 +12,17 @@ import { defineComponent, h } from 'vue';
|
|
|
12
12
|
*/
|
|
13
13
|
export const PopupComponent = defineComponent({
|
|
14
14
|
name: 'PopupComponent',
|
|
15
|
-
props: ['anchorElement', 'isFloatingActive', 'hasSlottedContent', 'placement', 'placements', 'distance', 'skidding', 'trigger', 'showDelay', 'hideDelay', 'staysOpen', 'closeOnScroll', 'interactive', 'flip', 'shift', 'trapFocus', 'sync', 'themeName', 'animationTarget', 'enter', 'exit', 'for', 'control', 'elevation', 'variant', 'appearance', 'disabled', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'closeable', 'dir', 'lang'],
|
|
16
|
-
emits: ['opened', 'closed', 'connected', 'disconnected', 'changed'],
|
|
15
|
+
props: ['anchorElement', 'isFloatingActive', 'hasSlottedContent', 'placement', 'placements', 'distance', 'skidding', 'trigger', 'showDelay', 'hideDelay', 'staysOpen', 'closeOnScroll', 'interactive', 'flip', 'shift', 'trapFocus', 'sync', 'themeName', 'animationTarget', 'enter', 'exit', 'for', 'control', 'elevation', 'variant', 'appearance', 'disabled', 'isOpen', 'hasBackdrop', 'pressEscapeToClose', 'clickOutsideToClose', 'attention', 'closeable', 'dir', 'lang'],
|
|
16
|
+
emits: ['opened', 'closed', 'closeAttempted', 'connected', 'disconnected', 'changed'],
|
|
17
17
|
// slots: ['', 'content', 'footer', 'header', 'style']
|
|
18
|
-
// methods: { open, close, toggle, play, onEnterAnimation, onExitAnimation, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, attach, detach, adoptStyle, on, off, emit, requestUpdate }
|
|
18
|
+
// methods: { open, close, toggle, requestAttention, play, onEnterAnimation, onExitAnimation, assignToSlot, getSlotAssignments, getSlotAssignmentsOf, getSlotContent, hasSlotContent, hasSlot, onSlotChanges, attach, detach, adoptStyle, on, off, emit, requestUpdate }
|
|
19
19
|
setup(props, { slots, emit }) {
|
|
20
20
|
return () => h('mosaik-popup', {
|
|
21
21
|
...props,
|
|
22
22
|
// Vue 3 event handlers (onEventName format)
|
|
23
23
|
onOpened: (event) => emit('opened', event),
|
|
24
24
|
onClosed: (event) => emit('closed', event),
|
|
25
|
+
onCloseAttempted: (event) => emit('closeAttempted', event),
|
|
25
26
|
onConnected: (event) => emit('connected', event),
|
|
26
27
|
onDisconnected: (event) => emit('disconnected', event),
|
|
27
28
|
onChanged: (event) => emit('changed', event)
|