@breadstone/mosaik-elements-vue 0.1.4 → 0.1.6
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 +4 -4
- package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +4 -4
- package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
- package/Controls/Components/Forms/FormComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Card/CardContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardHeaderComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardSubTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Card/CardTitleComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Expander/ExpanderHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Expander/ExpanderSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageComponent.d.ts +2 -2
- package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
- package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Calendar/CalendarSubHeaderComponent.d.ts +2 -2
- package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +4 -4
- package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +4 -4
- package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +2 -2
- package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +2 -2
- package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/Select/SelectComponent.d.ts +4 -4
- package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +2 -2
- package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +4 -4
- package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +8 -8
- package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +6 -6
- package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +4 -4
- package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +2 -2
- package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatHeaderComponent.d.ts +2 -2
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +12 -8
- package/Controls/Components/Media/Chat/ChatInputComponent.d.ts.map +1 -1
- package/Controls/Components/Media/Chat/ChatInputComponent.js +1 -1
- package/Controls/Components/Media/Chat/ChatInputComponent.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 +16 -16
- package/Controls/Components/Media/Chat/ChatMessageComponent.js +1 -1
- package/Controls/Components/Media/Chat/ChatMessageComponent.js.map +1 -1
- package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
- package/Controls/Components/Media/Chip/ChipComponent.d.ts +2 -2
- package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +2 -2
- package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
- package/Controls/Components/Media/Comment/CommentComponent.d.ts +6 -6
- package/Controls/Components/Media/Persona/PersonaComponent.d.ts +2 -2
- package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
- package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Dialog/DialogHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Drawer/DrawerHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +2 -2
- package/Controls/Components/Overlays/Sheet/SheetContentComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderSubTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Sheet/SheetHeaderTextComponent.d.ts +4 -4
- package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Hint/HintComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Jumbotron/JumbotronHeaderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Jumbotron/JumbotronSubHeaderComponent.d.ts +4 -4
- package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Text/TextComponent.d.ts +4 -4
- package/Controls/Components/Primitives/TextFormat/TextFormatComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +2 -2
- package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
- package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +4 -4
- package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +2 -2
- package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +2 -2
- package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +2 -2
- package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +2 -2
- 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/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +2 -2
- package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +2 -2
- package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +2 -2
- package/Controls/Components/Selectors/List/ListComponent.d.ts +2 -2
- package/Controls/Components/Selectors/List/ListItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Menu/MenuItemGroupComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +2 -2
- package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +2 -2
- 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/TableFooterCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +4 -4
- package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +6 -6
- package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +2 -2
- 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
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const QrcodeComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
11
|
backgroundColor?: any;
|
|
12
12
|
radius?: any;
|
|
13
13
|
dimension?: any;
|
|
@@ -16,10 +16,10 @@ export declare const QrcodeComponent: import("vue").DefineComponent<{
|
|
|
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
|
-
text?: any;
|
|
20
19
|
themeName?: any;
|
|
21
20
|
dir?: any;
|
|
22
21
|
lang?: any;
|
|
22
|
+
text?: any;
|
|
23
23
|
backgroundColor?: any;
|
|
24
24
|
radius?: any;
|
|
25
25
|
dimension?: any;
|
|
@@ -4,29 +4,29 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TimelineMarkerComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
variant?: any;
|
|
10
9
|
appearance?: any;
|
|
11
10
|
disabled?: any;
|
|
12
|
-
isBusy?: any;
|
|
13
11
|
dir?: any;
|
|
14
12
|
lang?: any;
|
|
15
13
|
size?: 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, {
|
|
19
19
|
[key: string]: any;
|
|
20
20
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
21
|
-
text?: any;
|
|
22
21
|
themeName?: any;
|
|
23
22
|
variant?: any;
|
|
24
23
|
appearance?: any;
|
|
25
24
|
disabled?: any;
|
|
26
|
-
isBusy?: any;
|
|
27
25
|
dir?: any;
|
|
28
26
|
lang?: any;
|
|
29
27
|
size?: any;
|
|
28
|
+
text?: any;
|
|
29
|
+
isBusy?: any;
|
|
30
30
|
icon?: any;
|
|
31
31
|
iconSize?: any;
|
|
32
32
|
}> & Readonly<{
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DialogContentComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: 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
|
-
text?: any;
|
|
16
15
|
themeName?: any;
|
|
17
|
-
formatter?: any;
|
|
18
16
|
dir?: any;
|
|
19
17
|
lang?: any;
|
|
18
|
+
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DialogHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
subText?: 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
|
-
text?: any;
|
|
17
16
|
themeName?: any;
|
|
18
|
-
formatter?: any;
|
|
19
17
|
dir?: any;
|
|
20
18
|
lang?: any;
|
|
19
|
+
text?: any;
|
|
20
|
+
formatter?: any;
|
|
21
21
|
subText?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DialogHeaderSubTextComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: 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
|
-
text?: any;
|
|
16
15
|
themeName?: any;
|
|
17
|
-
formatter?: any;
|
|
18
16
|
dir?: any;
|
|
19
17
|
lang?: any;
|
|
18
|
+
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DialogHeaderTextComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: 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
|
-
text?: any;
|
|
16
15
|
themeName?: any;
|
|
17
|
-
formatter?: any;
|
|
18
16
|
dir?: any;
|
|
19
17
|
lang?: any;
|
|
18
|
+
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DrawerHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
subText?: 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
|
-
text?: any;
|
|
17
16
|
themeName?: any;
|
|
18
|
-
formatter?: any;
|
|
19
17
|
dir?: any;
|
|
20
18
|
lang?: any;
|
|
19
|
+
text?: any;
|
|
20
|
+
formatter?: any;
|
|
21
21
|
subText?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DrawerHeaderSubTextComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: 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
|
-
text?: any;
|
|
16
15
|
themeName?: any;
|
|
17
|
-
formatter?: any;
|
|
18
16
|
dir?: any;
|
|
19
17
|
lang?: any;
|
|
18
|
+
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DrawerHeaderTextComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: 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
|
-
text?: any;
|
|
16
15
|
themeName?: any;
|
|
17
|
-
formatter?: any;
|
|
18
16
|
dir?: any;
|
|
19
17
|
lang?: any;
|
|
18
|
+
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,7 +7,6 @@ export declare const MessageBoxComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
variant?: any;
|
|
9
9
|
appearance?: any;
|
|
10
|
-
formatter?: any;
|
|
11
10
|
dir?: any;
|
|
12
11
|
lang?: any;
|
|
13
12
|
header?: any;
|
|
@@ -23,6 +22,7 @@ export declare const MessageBoxComponent: import("vue").DefineComponent<{
|
|
|
23
22
|
pressEscapeToClose?: any;
|
|
24
23
|
clickOutsideToClose?: any;
|
|
25
24
|
closeable?: any;
|
|
25
|
+
formatter?: any;
|
|
26
26
|
icon?: any;
|
|
27
27
|
elevation?: any;
|
|
28
28
|
isDraggable?: any;
|
|
@@ -39,7 +39,6 @@ export declare const MessageBoxComponent: import("vue").DefineComponent<{
|
|
|
39
39
|
themeName?: any;
|
|
40
40
|
variant?: any;
|
|
41
41
|
appearance?: any;
|
|
42
|
-
formatter?: any;
|
|
43
42
|
dir?: any;
|
|
44
43
|
lang?: any;
|
|
45
44
|
header?: any;
|
|
@@ -55,6 +54,7 @@ export declare const MessageBoxComponent: import("vue").DefineComponent<{
|
|
|
55
54
|
pressEscapeToClose?: any;
|
|
56
55
|
clickOutsideToClose?: any;
|
|
57
56
|
closeable?: any;
|
|
57
|
+
formatter?: any;
|
|
58
58
|
icon?: any;
|
|
59
59
|
elevation?: any;
|
|
60
60
|
isDraggable?: any;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetContentComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: 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
|
-
text?: any;
|
|
16
15
|
themeName?: any;
|
|
17
|
-
formatter?: any;
|
|
18
16
|
dir?: any;
|
|
19
17
|
lang?: any;
|
|
18
|
+
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
subText?: 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
|
-
text?: any;
|
|
17
16
|
themeName?: any;
|
|
18
|
-
formatter?: any;
|
|
19
17
|
dir?: any;
|
|
20
18
|
lang?: any;
|
|
19
|
+
text?: any;
|
|
20
|
+
formatter?: any;
|
|
21
21
|
subText?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetHeaderSubTextComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: 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
|
-
text?: any;
|
|
16
15
|
themeName?: any;
|
|
17
|
-
formatter?: any;
|
|
18
16
|
dir?: any;
|
|
19
17
|
lang?: any;
|
|
18
|
+
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SheetHeaderTextComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: 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
|
-
text?: any;
|
|
16
15
|
themeName?: any;
|
|
17
|
-
formatter?: any;
|
|
18
16
|
dir?: any;
|
|
19
17
|
lang?: any;
|
|
18
|
+
text?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
export declare const ToastComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
8
|
variant?: any;
|
|
9
|
-
formatter?: any;
|
|
10
|
-
isBusy?: any;
|
|
11
9
|
dir?: any;
|
|
12
10
|
lang?: any;
|
|
13
11
|
header?: any;
|
|
@@ -15,12 +13,14 @@ export declare const ToastComponent: import("vue").DefineComponent<{
|
|
|
15
13
|
enter?: any;
|
|
16
14
|
exit?: any;
|
|
17
15
|
position?: any;
|
|
16
|
+
isBusy?: any;
|
|
18
17
|
isOpen?: any;
|
|
19
18
|
hasBackdrop?: any;
|
|
20
19
|
pressEscapeToClose?: any;
|
|
21
20
|
clickOutsideToClose?: any;
|
|
22
21
|
closeable?: any;
|
|
23
22
|
content?: any;
|
|
23
|
+
formatter?: any;
|
|
24
24
|
timeout?: any;
|
|
25
25
|
showProgress?: any;
|
|
26
26
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -28,8 +28,6 @@ export declare const ToastComponent: import("vue").DefineComponent<{
|
|
|
28
28
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
|
|
29
29
|
themeName?: any;
|
|
30
30
|
variant?: any;
|
|
31
|
-
formatter?: any;
|
|
32
|
-
isBusy?: any;
|
|
33
31
|
dir?: any;
|
|
34
32
|
lang?: any;
|
|
35
33
|
header?: any;
|
|
@@ -37,12 +35,14 @@ export declare const ToastComponent: import("vue").DefineComponent<{
|
|
|
37
35
|
enter?: any;
|
|
38
36
|
exit?: any;
|
|
39
37
|
position?: any;
|
|
38
|
+
isBusy?: any;
|
|
40
39
|
isOpen?: any;
|
|
41
40
|
hasBackdrop?: any;
|
|
42
41
|
pressEscapeToClose?: any;
|
|
43
42
|
clickOutsideToClose?: any;
|
|
44
43
|
closeable?: any;
|
|
45
44
|
content?: any;
|
|
45
|
+
formatter?: any;
|
|
46
46
|
timeout?: any;
|
|
47
47
|
showProgress?: any;
|
|
48
48
|
}> & Readonly<{
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CodeComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
variant?: any;
|
|
10
9
|
dir?: any;
|
|
11
10
|
lang?: any;
|
|
11
|
+
text?: 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
|
-
text?: any;
|
|
16
15
|
themeName?: any;
|
|
17
16
|
variant?: any;
|
|
18
17
|
dir?: any;
|
|
19
18
|
lang?: any;
|
|
19
|
+
text?: any;
|
|
20
20
|
}> & Readonly<{
|
|
21
21
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
22
22
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ErrorComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
11
10
|
animationTarget?: any;
|
|
12
11
|
enter?: any;
|
|
13
12
|
exit?: 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
|
-
text?: any;
|
|
19
18
|
themeName?: any;
|
|
20
19
|
dir?: any;
|
|
21
20
|
lang?: any;
|
|
22
21
|
animationTarget?: any;
|
|
23
22
|
enter?: any;
|
|
24
23
|
exit?: any;
|
|
24
|
+
text?: any;
|
|
25
25
|
textOverflow?: any;
|
|
26
26
|
}> & Readonly<{
|
|
27
27
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,21 +4,21 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const HintComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
alignment?: any;
|
|
13
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<{
|
|
17
|
-
text?: any;
|
|
18
17
|
themeName?: any;
|
|
19
|
-
formatter?: any;
|
|
20
18
|
dir?: any;
|
|
21
19
|
lang?: any;
|
|
20
|
+
text?: any;
|
|
21
|
+
formatter?: any;
|
|
22
22
|
alignment?: any;
|
|
23
23
|
textOverflow?: any;
|
|
24
24
|
}> & Readonly<{
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
export declare const JumbotronComponent: import("vue").DefineComponent<{
|
|
7
7
|
themeName?: any;
|
|
8
8
|
appearance?: any;
|
|
9
|
-
formatter?: any;
|
|
10
9
|
dir?: any;
|
|
11
10
|
lang?: any;
|
|
12
11
|
header?: any;
|
|
13
12
|
subHeader?: any;
|
|
13
|
+
formatter?: any;
|
|
14
14
|
alignment?: any;
|
|
15
15
|
hint?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -18,11 +18,11 @@ export declare const JumbotronComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
19
19
|
themeName?: any;
|
|
20
20
|
appearance?: any;
|
|
21
|
-
formatter?: any;
|
|
22
21
|
dir?: any;
|
|
23
22
|
lang?: any;
|
|
24
23
|
header?: any;
|
|
25
24
|
subHeader?: any;
|
|
25
|
+
formatter?: any;
|
|
26
26
|
alignment?: any;
|
|
27
27
|
hint?: any;
|
|
28
28
|
}> & Readonly<{
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const JumbotronHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
alignment?: 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
|
-
text?: any;
|
|
17
16
|
themeName?: any;
|
|
18
|
-
formatter?: any;
|
|
19
17
|
dir?: any;
|
|
20
18
|
lang?: any;
|
|
19
|
+
text?: any;
|
|
20
|
+
formatter?: any;
|
|
21
21
|
alignment?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const JumbotronSubHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
|
-
formatter?: any;
|
|
10
8
|
dir?: any;
|
|
11
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
|
+
formatter?: any;
|
|
12
12
|
alignment?: 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
|
-
text?: any;
|
|
17
16
|
themeName?: any;
|
|
18
|
-
formatter?: any;
|
|
19
17
|
dir?: any;
|
|
20
18
|
lang?: any;
|
|
19
|
+
text?: any;
|
|
20
|
+
formatter?: any;
|
|
21
21
|
alignment?: any;
|
|
22
22
|
}> & Readonly<{
|
|
23
23
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const KbdComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
|
-
value?: any;
|
|
10
10
|
dir?: any;
|
|
11
11
|
lang?: 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
|
+
value?: any;
|
|
15
16
|
themeName?: any;
|
|
16
17
|
variant?: any;
|
|
17
|
-
value?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
20
20
|
}> & Readonly<{
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PipComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
variant?: any;
|
|
10
9
|
appearance?: any;
|
|
@@ -12,12 +11,12 @@ export declare const PipComponent: import("vue").DefineComponent<{
|
|
|
12
11
|
dir?: any;
|
|
13
12
|
lang?: any;
|
|
14
13
|
size?: any;
|
|
14
|
+
text?: 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
|
-
text?: any;
|
|
21
20
|
themeName?: any;
|
|
22
21
|
variant?: any;
|
|
23
22
|
appearance?: any;
|
|
@@ -25,6 +24,7 @@ export declare const PipComponent: import("vue").DefineComponent<{
|
|
|
25
24
|
dir?: any;
|
|
26
25
|
lang?: any;
|
|
27
26
|
size?: any;
|
|
27
|
+
text?: any;
|
|
28
28
|
icon?: any;
|
|
29
29
|
iconSize?: any;
|
|
30
30
|
}> & Readonly<{
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TextComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
variant?: any;
|
|
10
9
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
10
|
dir?: any;
|
|
13
11
|
lang?: any;
|
|
12
|
+
text?: any;
|
|
13
|
+
formatter?: any;
|
|
14
14
|
readonly?: any;
|
|
15
15
|
truncate?: any;
|
|
16
16
|
wrap?: any;
|
|
@@ -21,13 +21,13 @@ export declare const TextComponent: import("vue").DefineComponent<{
|
|
|
21
21
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
22
22
|
[key: string]: any;
|
|
23
23
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
24
|
-
text?: any;
|
|
25
24
|
themeName?: any;
|
|
26
25
|
variant?: any;
|
|
27
26
|
disabled?: any;
|
|
28
|
-
formatter?: any;
|
|
29
27
|
dir?: any;
|
|
30
28
|
lang?: any;
|
|
29
|
+
text?: any;
|
|
30
|
+
formatter?: any;
|
|
31
31
|
readonly?: any;
|
|
32
32
|
truncate?: any;
|
|
33
33
|
wrap?: any;
|