@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,14 +5,14 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
8
11
|
animationTarget?: any;
|
|
9
12
|
enter?: any;
|
|
10
13
|
exit?: any;
|
|
11
14
|
width?: any;
|
|
12
15
|
height?: any;
|
|
13
|
-
dir?: any;
|
|
14
|
-
lang?: any;
|
|
15
|
-
disabled?: any;
|
|
16
16
|
placement?: any;
|
|
17
17
|
trigger?: any;
|
|
18
18
|
dropDownPlacement?: any;
|
|
@@ -46,14 +46,14 @@ export declare const DropdownComponent: import("vue").DefineComponent<{
|
|
|
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
|
+
dir?: any;
|
|
50
|
+
lang?: any;
|
|
51
|
+
disabled?: any;
|
|
49
52
|
animationTarget?: any;
|
|
50
53
|
enter?: any;
|
|
51
54
|
exit?: any;
|
|
52
55
|
width?: any;
|
|
53
56
|
height?: any;
|
|
54
|
-
dir?: any;
|
|
55
|
-
lang?: any;
|
|
56
|
-
disabled?: any;
|
|
57
57
|
placement?: any;
|
|
58
58
|
trigger?: any;
|
|
59
59
|
dropDownPlacement?: any;
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ErrorComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
8
10
|
animationTarget?: any;
|
|
9
11
|
enter?: any;
|
|
10
12
|
exit?: any;
|
|
11
|
-
dir?: any;
|
|
12
|
-
lang?: any;
|
|
13
13
|
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;
|
|
19
21
|
animationTarget?: any;
|
|
20
22
|
enter?: any;
|
|
21
23
|
exit?: any;
|
|
22
|
-
dir?: any;
|
|
23
|
-
lang?: any;
|
|
24
24
|
text?: any;
|
|
25
25
|
textOverflow?: any;
|
|
26
26
|
}> & Readonly<{
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ExpandableComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
animationTarget?: any;
|
|
9
|
-
enter?: any;
|
|
10
|
-
exit?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
disabled?: any;
|
|
11
|
+
animationTarget?: any;
|
|
12
|
+
enter?: any;
|
|
13
|
+
exit?: 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
|
-
animationTarget?: any;
|
|
21
|
-
enter?: any;
|
|
22
|
-
exit?: any;
|
|
23
20
|
dir?: any;
|
|
24
21
|
lang?: any;
|
|
25
22
|
disabled?: any;
|
|
23
|
+
animationTarget?: any;
|
|
24
|
+
enter?: any;
|
|
25
|
+
exit?: any;
|
|
26
26
|
isExpanded?: any;
|
|
27
27
|
direction?: any;
|
|
28
28
|
}> & Readonly<{
|
|
@@ -4,18 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FloatingComponent: import("vue").DefineComponent<{
|
|
7
|
-
isFullScreen?: any;
|
|
8
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
shift?: any;
|
|
9
11
|
animationTarget?: any;
|
|
10
12
|
enter?: any;
|
|
11
13
|
exit?: any;
|
|
12
14
|
width?: any;
|
|
13
15
|
height?: any;
|
|
14
|
-
elevation?: any;
|
|
15
|
-
dir?: any;
|
|
16
|
-
lang?: any;
|
|
17
|
-
shift?: any;
|
|
18
16
|
placement?: any;
|
|
17
|
+
elevation?: any;
|
|
19
18
|
maxWidth?: any;
|
|
20
19
|
active?: any;
|
|
21
20
|
maxHeight?: any;
|
|
@@ -24,6 +23,7 @@ export declare const FloatingComponent: import("vue").DefineComponent<{
|
|
|
24
23
|
flip?: any;
|
|
25
24
|
sync?: any;
|
|
26
25
|
isVisible?: any;
|
|
26
|
+
isFullScreen?: any;
|
|
27
27
|
anchor?: any;
|
|
28
28
|
strategy?: any;
|
|
29
29
|
arrow?: any;
|
|
@@ -41,18 +41,17 @@ export declare const FloatingComponent: import("vue").DefineComponent<{
|
|
|
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;
|
|
45
44
|
themeName?: any;
|
|
45
|
+
dir?: any;
|
|
46
|
+
lang?: any;
|
|
47
|
+
shift?: any;
|
|
46
48
|
animationTarget?: any;
|
|
47
49
|
enter?: any;
|
|
48
50
|
exit?: any;
|
|
49
51
|
width?: any;
|
|
50
52
|
height?: any;
|
|
51
|
-
elevation?: any;
|
|
52
|
-
dir?: any;
|
|
53
|
-
lang?: any;
|
|
54
|
-
shift?: any;
|
|
55
53
|
placement?: any;
|
|
54
|
+
elevation?: any;
|
|
56
55
|
maxWidth?: any;
|
|
57
56
|
active?: any;
|
|
58
57
|
maxHeight?: any;
|
|
@@ -61,6 +60,7 @@ export declare const FloatingComponent: import("vue").DefineComponent<{
|
|
|
61
60
|
flip?: any;
|
|
62
61
|
sync?: any;
|
|
63
62
|
isVisible?: any;
|
|
63
|
+
isFullScreen?: any;
|
|
64
64
|
anchor?: any;
|
|
65
65
|
strategy?: any;
|
|
66
66
|
arrow?: any;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const JumbotronComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
header?: any;
|
|
12
11
|
subHeader?: any;
|
|
12
|
+
appearance?: any;
|
|
13
13
|
formatter?: any;
|
|
14
14
|
alignment?: any;
|
|
15
15
|
hint?: any;
|
|
@@ -17,11 +17,11 @@ export declare const JumbotronComponent: 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
|
header?: any;
|
|
24
23
|
subHeader?: any;
|
|
24
|
+
appearance?: any;
|
|
25
25
|
formatter?: any;
|
|
26
26
|
alignment?: any;
|
|
27
27
|
hint?: any;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PaginatorComponent: 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
|
intl?: any;
|
|
15
15
|
totalPages?: any;
|
|
@@ -37,11 +37,11 @@ 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;
|
|
41
40
|
dir?: any;
|
|
42
41
|
lang?: any;
|
|
43
42
|
disabled?: any;
|
|
44
43
|
variant?: any;
|
|
44
|
+
appearance?: any;
|
|
45
45
|
size?: any;
|
|
46
46
|
intl?: any;
|
|
47
47
|
totalPages?: any;
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PipComponent: 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
|
icon?: any;
|
|
@@ -18,11 +18,11 @@ export declare const PipComponent: 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
|
-
appearance?: any;
|
|
22
21
|
dir?: any;
|
|
23
22
|
lang?: any;
|
|
24
23
|
disabled?: any;
|
|
25
24
|
variant?: any;
|
|
25
|
+
appearance?: any;
|
|
26
26
|
size?: any;
|
|
27
27
|
text?: any;
|
|
28
28
|
icon?: any;
|
|
@@ -5,10 +5,14 @@
|
|
|
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;
|
|
8
12
|
animationTarget?: any;
|
|
9
13
|
enter?: any;
|
|
10
14
|
exit?: any;
|
|
11
|
-
|
|
15
|
+
variant?: any;
|
|
12
16
|
appearance?: any;
|
|
13
17
|
isOpen?: any;
|
|
14
18
|
hasBackdrop?: any;
|
|
@@ -16,11 +20,6 @@ export declare const PopupComponent: import("vue").DefineComponent<{
|
|
|
16
20
|
clickOutsideToClose?: any;
|
|
17
21
|
attention?: any;
|
|
18
22
|
closeable?: any;
|
|
19
|
-
dir?: any;
|
|
20
|
-
lang?: any;
|
|
21
|
-
shift?: any;
|
|
22
|
-
disabled?: any;
|
|
23
|
-
variant?: any;
|
|
24
23
|
hasSlottedContent?: any;
|
|
25
24
|
anchorElement?: any;
|
|
26
25
|
isFloatingActive?: any;
|
|
@@ -31,6 +30,7 @@ export declare const PopupComponent: import("vue").DefineComponent<{
|
|
|
31
30
|
staysOpen?: any;
|
|
32
31
|
for?: any;
|
|
33
32
|
control?: any;
|
|
33
|
+
elevation?: any;
|
|
34
34
|
placements?: any;
|
|
35
35
|
distance?: any;
|
|
36
36
|
skidding?: any;
|
|
@@ -41,12 +41,16 @@ export declare const PopupComponent: import("vue").DefineComponent<{
|
|
|
41
41
|
sync?: any;
|
|
42
42
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
43
43
|
[key: string]: any;
|
|
44
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
44
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
45
45
|
themeName?: any;
|
|
46
|
+
dir?: any;
|
|
47
|
+
lang?: any;
|
|
48
|
+
shift?: any;
|
|
49
|
+
disabled?: any;
|
|
46
50
|
animationTarget?: any;
|
|
47
51
|
enter?: any;
|
|
48
52
|
exit?: any;
|
|
49
|
-
|
|
53
|
+
variant?: any;
|
|
50
54
|
appearance?: any;
|
|
51
55
|
isOpen?: any;
|
|
52
56
|
hasBackdrop?: any;
|
|
@@ -54,11 +58,6 @@ export declare const PopupComponent: import("vue").DefineComponent<{
|
|
|
54
58
|
clickOutsideToClose?: any;
|
|
55
59
|
attention?: any;
|
|
56
60
|
closeable?: any;
|
|
57
|
-
dir?: any;
|
|
58
|
-
lang?: any;
|
|
59
|
-
shift?: any;
|
|
60
|
-
disabled?: any;
|
|
61
|
-
variant?: any;
|
|
62
61
|
hasSlottedContent?: any;
|
|
63
62
|
anchorElement?: any;
|
|
64
63
|
isFloatingActive?: any;
|
|
@@ -69,6 +68,7 @@ export declare const PopupComponent: import("vue").DefineComponent<{
|
|
|
69
68
|
staysOpen?: any;
|
|
70
69
|
for?: any;
|
|
71
70
|
control?: any;
|
|
71
|
+
elevation?: any;
|
|
72
72
|
placements?: any;
|
|
73
73
|
distance?: any;
|
|
74
74
|
skidding?: any;
|
|
@@ -78,12 +78,12 @@ export declare const PopupComponent: import("vue").DefineComponent<{
|
|
|
78
78
|
trapFocus?: any;
|
|
79
79
|
sync?: any;
|
|
80
80
|
}> & Readonly<{
|
|
81
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
82
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
83
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
84
81
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
85
82
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
86
83
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
84
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
85
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
88
88
|
declare module 'vue' {
|
|
89
89
|
interface GlobalComponents {
|
|
@@ -5,35 +5,35 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const PortalProjectionComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
8
10
|
isOpen?: any;
|
|
9
11
|
hasBackdrop?: any;
|
|
10
12
|
pressEscapeToClose?: any;
|
|
11
13
|
clickOutsideToClose?: any;
|
|
12
14
|
attention?: any;
|
|
13
15
|
closeable?: any;
|
|
14
|
-
dir?: any;
|
|
15
|
-
lang?: any;
|
|
16
16
|
portal?: any;
|
|
17
17
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
18
|
[key: string]: any;
|
|
19
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
19
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
|
|
20
20
|
themeName?: any;
|
|
21
|
+
dir?: any;
|
|
22
|
+
lang?: any;
|
|
21
23
|
isOpen?: any;
|
|
22
24
|
hasBackdrop?: any;
|
|
23
25
|
pressEscapeToClose?: any;
|
|
24
26
|
clickOutsideToClose?: any;
|
|
25
27
|
attention?: any;
|
|
26
28
|
closeable?: any;
|
|
27
|
-
dir?: any;
|
|
28
|
-
lang?: any;
|
|
29
29
|
portal?: any;
|
|
30
30
|
}> & Readonly<{
|
|
31
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
32
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
34
31
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
35
32
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
36
33
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
36
|
+
onCloseAttempted?: ((...args: any[]) => any) | undefined;
|
|
37
37
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
declare module 'vue' {
|
|
39
39
|
interface GlobalComponents {
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const SkeletonComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
width?: any;
|
|
11
|
+
height?: any;
|
|
12
12
|
target?: any;
|
|
13
13
|
shape?: any;
|
|
14
14
|
shimmer?: any;
|
|
@@ -16,10 +16,10 @@ export declare const SkeletonComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
width?: any;
|
|
20
|
-
height?: any;
|
|
21
19
|
dir?: any;
|
|
22
20
|
lang?: any;
|
|
21
|
+
width?: any;
|
|
22
|
+
height?: any;
|
|
23
23
|
target?: any;
|
|
24
24
|
shape?: any;
|
|
25
25
|
shimmer?: any;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggletipComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
|
-
isOpen?: any;
|
|
11
8
|
dir?: any;
|
|
12
9
|
lang?: any;
|
|
13
10
|
disabled?: any;
|
|
11
|
+
width?: any;
|
|
12
|
+
height?: any;
|
|
14
13
|
size?: any;
|
|
14
|
+
isOpen?: any;
|
|
15
15
|
content?: any;
|
|
16
16
|
placement?: any;
|
|
17
17
|
horizontalOffset?: any;
|
|
@@ -25,13 +25,13 @@ export declare const ToggletipComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
[key: string]: any;
|
|
26
26
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
27
27
|
themeName?: any;
|
|
28
|
-
width?: any;
|
|
29
|
-
height?: any;
|
|
30
|
-
isOpen?: any;
|
|
31
28
|
dir?: any;
|
|
32
29
|
lang?: any;
|
|
33
30
|
disabled?: any;
|
|
31
|
+
width?: any;
|
|
32
|
+
height?: any;
|
|
34
33
|
size?: any;
|
|
34
|
+
isOpen?: any;
|
|
35
35
|
content?: any;
|
|
36
36
|
placement?: any;
|
|
37
37
|
horizontalOffset?: any;
|
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
+
dir?: any;
|
|
9
|
+
lang?: any;
|
|
10
|
+
disabled?: any;
|
|
8
11
|
animationTarget?: any;
|
|
9
12
|
enter?: any;
|
|
10
13
|
exit?: any;
|
|
@@ -12,9 +15,6 @@ export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
|
12
15
|
height?: any;
|
|
13
16
|
isOpen?: any;
|
|
14
17
|
closeable?: any;
|
|
15
|
-
dir?: any;
|
|
16
|
-
lang?: any;
|
|
17
|
-
disabled?: any;
|
|
18
18
|
hasSlottedContent?: any;
|
|
19
19
|
formattedContent?: any;
|
|
20
20
|
anchorElement?: any;
|
|
@@ -32,8 +32,11 @@ export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
|
32
32
|
formatter?: any;
|
|
33
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
35
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
36
36
|
themeName?: any;
|
|
37
|
+
dir?: any;
|
|
38
|
+
lang?: any;
|
|
39
|
+
disabled?: any;
|
|
37
40
|
animationTarget?: any;
|
|
38
41
|
enter?: any;
|
|
39
42
|
exit?: any;
|
|
@@ -41,9 +44,6 @@ export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
|
41
44
|
height?: any;
|
|
42
45
|
isOpen?: any;
|
|
43
46
|
closeable?: any;
|
|
44
|
-
dir?: any;
|
|
45
|
-
lang?: any;
|
|
46
|
-
disabled?: any;
|
|
47
47
|
hasSlottedContent?: any;
|
|
48
48
|
formattedContent?: any;
|
|
49
49
|
anchorElement?: any;
|
|
@@ -60,11 +60,11 @@ export declare const TooltipComponent: import("vue").DefineComponent<{
|
|
|
60
60
|
control?: any;
|
|
61
61
|
formatter?: any;
|
|
62
62
|
}> & Readonly<{
|
|
63
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
64
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
65
63
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
66
64
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
67
65
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
66
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
67
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
69
69
|
declare module 'vue' {
|
|
70
70
|
interface GlobalComponents {
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const UpdownSpinnerComponent: 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
|
increaseIcon?: any;
|
|
15
15
|
decreaseIcon?: any;
|
|
16
16
|
delay?: any;
|
|
@@ -24,12 +24,12 @@ export declare const UpdownSpinnerComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "spinned")[], "connected" | "disconnected" | "changed" | "spinned", import("vue").PublicProps, Readonly<{
|
|
26
26
|
themeName?: any;
|
|
27
|
-
appearance?: any;
|
|
28
27
|
dir?: any;
|
|
29
28
|
lang?: any;
|
|
30
29
|
orientation?: any;
|
|
31
30
|
disabled?: any;
|
|
32
31
|
variant?: any;
|
|
32
|
+
appearance?: any;
|
|
33
33
|
increaseIcon?: any;
|
|
34
34
|
decreaseIcon?: any;
|
|
35
35
|
delay?: any;
|
|
@@ -5,24 +5,24 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const WheelPickerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
items?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
value?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
appearance?: 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" | "wheelPickerChange")[], "connected" | "disconnected" | "changed" | "wheelPickerChange", import("vue").PublicProps, Readonly<{
|
|
18
18
|
themeName?: any;
|
|
19
|
-
appearance?: any;
|
|
20
19
|
dir?: any;
|
|
21
20
|
lang?: any;
|
|
22
21
|
items?: any;
|
|
23
22
|
disabled?: any;
|
|
24
23
|
value?: any;
|
|
25
24
|
variant?: any;
|
|
25
|
+
appearance?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const GhostComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
width?: any;
|
|
9
|
-
height?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
width?: any;
|
|
11
|
+
height?: any;
|
|
12
12
|
top?: any;
|
|
13
13
|
left?: 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
|
-
width?: any;
|
|
19
|
-
height?: any;
|
|
20
18
|
dir?: any;
|
|
21
19
|
lang?: any;
|
|
20
|
+
width?: any;
|
|
21
|
+
height?: any;
|
|
22
22
|
top?: any;
|
|
23
23
|
left?: any;
|
|
24
24
|
}> & Readonly<{
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListingComponent: 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
|
type?: any;
|
|
15
15
|
start?: any;
|
|
@@ -20,11 +20,11 @@ export declare const ListingComponent: 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
|
disabled?: any;
|
|
27
26
|
variant?: any;
|
|
27
|
+
appearance?: any;
|
|
28
28
|
size?: any;
|
|
29
29
|
type?: any;
|
|
30
30
|
start?: any;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListingItemComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
header?: any;
|
|
12
11
|
disabled?: any;
|
|
13
12
|
value?: any;
|
|
14
13
|
variant?: any;
|
|
14
|
+
appearance?: any;
|
|
15
15
|
size?: any;
|
|
16
16
|
content?: any;
|
|
17
17
|
formatter?: any;
|
|
@@ -22,13 +22,13 @@ export declare const ListingItemComponent: 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
|
header?: any;
|
|
29
28
|
disabled?: any;
|
|
30
29
|
value?: any;
|
|
31
30
|
variant?: any;
|
|
31
|
+
appearance?: any;
|
|
32
32
|
size?: any;
|
|
33
33
|
content?: any;
|
|
34
34
|
formatter?: any;
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const ListingItemMarkerComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
|
-
appearance?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
disabled?: any;
|
|
12
11
|
index?: any;
|
|
13
12
|
variant?: any;
|
|
13
|
+
appearance?: any;
|
|
14
14
|
size?: any;
|
|
15
15
|
type?: any;
|
|
16
16
|
numberingType?: any;
|
|
@@ -19,12 +19,12 @@ export declare const ListingItemMarkerComponent: 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
|
index?: any;
|
|
27
26
|
variant?: any;
|
|
27
|
+
appearance?: any;
|
|
28
28
|
size?: any;
|
|
29
29
|
type?: any;
|
|
30
30
|
numberingType?: any;
|