@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,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ButtonComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
isBusy?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
reverse?: any;
|
|
@@ -18,6 +17,7 @@ export declare const ButtonComponent: import("vue").DefineComponent<{
|
|
|
18
17
|
fit?: any;
|
|
19
18
|
size?: any;
|
|
20
19
|
isFocused?: any;
|
|
20
|
+
isBusy?: any;
|
|
21
21
|
horizontalContentAlignment?: any;
|
|
22
22
|
verticalContentAlignment?: any;
|
|
23
23
|
icon?: any;
|
|
@@ -32,12 +32,11 @@ export declare const ButtonComponent: import("vue").DefineComponent<{
|
|
|
32
32
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
33
33
|
[key: string]: any;
|
|
34
34
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
35
|
+
value?: any;
|
|
35
36
|
themeName?: any;
|
|
36
37
|
variant?: any;
|
|
37
38
|
appearance?: any;
|
|
38
39
|
disabled?: any;
|
|
39
|
-
isBusy?: any;
|
|
40
|
-
value?: any;
|
|
41
40
|
dir?: any;
|
|
42
41
|
lang?: any;
|
|
43
42
|
reverse?: any;
|
|
@@ -46,6 +45,7 @@ export declare const ButtonComponent: import("vue").DefineComponent<{
|
|
|
46
45
|
fit?: any;
|
|
47
46
|
size?: any;
|
|
48
47
|
isFocused?: any;
|
|
48
|
+
isBusy?: any;
|
|
49
49
|
horizontalContentAlignment?: any;
|
|
50
50
|
verticalContentAlignment?: any;
|
|
51
51
|
icon?: any;
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CompoundButtonComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
isBusy?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
reverse?: any;
|
|
@@ -18,6 +17,7 @@ export declare const CompoundButtonComponent: import("vue").DefineComponent<{
|
|
|
18
17
|
fit?: any;
|
|
19
18
|
size?: any;
|
|
20
19
|
isFocused?: any;
|
|
20
|
+
isBusy?: any;
|
|
21
21
|
horizontalContentAlignment?: any;
|
|
22
22
|
verticalContentAlignment?: any;
|
|
23
23
|
icon?: any;
|
|
@@ -30,12 +30,11 @@ export declare const CompoundButtonComponent: import("vue").DefineComponent<{
|
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
33
|
+
value?: any;
|
|
33
34
|
themeName?: any;
|
|
34
35
|
variant?: any;
|
|
35
36
|
appearance?: any;
|
|
36
37
|
disabled?: any;
|
|
37
|
-
isBusy?: any;
|
|
38
|
-
value?: any;
|
|
39
38
|
dir?: any;
|
|
40
39
|
lang?: any;
|
|
41
40
|
reverse?: any;
|
|
@@ -44,6 +43,7 @@ export declare const CompoundButtonComponent: import("vue").DefineComponent<{
|
|
|
44
43
|
fit?: any;
|
|
45
44
|
size?: any;
|
|
46
45
|
isFocused?: any;
|
|
46
|
+
isBusy?: any;
|
|
47
47
|
horizontalContentAlignment?: any;
|
|
48
48
|
verticalContentAlignment?: any;
|
|
49
49
|
icon?: any;
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DropdownButtonComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
isBusy?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
reverse?: any;
|
|
@@ -18,6 +17,7 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
|
|
|
18
17
|
fit?: any;
|
|
19
18
|
size?: any;
|
|
20
19
|
isFocused?: any;
|
|
20
|
+
isBusy?: any;
|
|
21
21
|
horizontalContentAlignment?: any;
|
|
22
22
|
verticalContentAlignment?: any;
|
|
23
23
|
icon?: any;
|
|
@@ -39,12 +39,11 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
|
|
|
39
39
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
40
40
|
[key: string]: any;
|
|
41
41
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
42
|
+
value?: any;
|
|
42
43
|
themeName?: any;
|
|
43
44
|
variant?: any;
|
|
44
45
|
appearance?: any;
|
|
45
46
|
disabled?: any;
|
|
46
|
-
isBusy?: any;
|
|
47
|
-
value?: any;
|
|
48
47
|
dir?: any;
|
|
49
48
|
lang?: any;
|
|
50
49
|
reverse?: any;
|
|
@@ -53,6 +52,7 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
|
|
|
53
52
|
fit?: any;
|
|
54
53
|
size?: any;
|
|
55
54
|
isFocused?: any;
|
|
55
|
+
isBusy?: any;
|
|
56
56
|
horizontalContentAlignment?: any;
|
|
57
57
|
verticalContentAlignment?: any;
|
|
58
58
|
icon?: any;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FabComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
isBusy?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
label?: any;
|
|
16
15
|
size?: any;
|
|
17
16
|
isFocused?: any;
|
|
17
|
+
isBusy?: any;
|
|
18
18
|
icon?: any;
|
|
19
19
|
iconPosition?: any;
|
|
20
20
|
iconSize?: any;
|
|
@@ -23,17 +23,17 @@ export declare const FabComponent: import("vue").DefineComponent<{
|
|
|
23
23
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
26
|
+
value?: any;
|
|
26
27
|
themeName?: any;
|
|
27
28
|
variant?: any;
|
|
28
29
|
appearance?: any;
|
|
29
30
|
disabled?: any;
|
|
30
|
-
isBusy?: any;
|
|
31
|
-
value?: any;
|
|
32
31
|
dir?: any;
|
|
33
32
|
lang?: any;
|
|
34
33
|
label?: any;
|
|
35
34
|
size?: any;
|
|
36
35
|
isFocused?: any;
|
|
36
|
+
isBusy?: any;
|
|
37
37
|
icon?: any;
|
|
38
38
|
iconPosition?: any;
|
|
39
39
|
iconSize?: any;
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PressButtonComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
isBusy?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
reverse?: any;
|
|
@@ -18,6 +17,7 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
|
|
|
18
17
|
fit?: any;
|
|
19
18
|
size?: any;
|
|
20
19
|
isFocused?: any;
|
|
20
|
+
isBusy?: any;
|
|
21
21
|
horizontalContentAlignment?: any;
|
|
22
22
|
verticalContentAlignment?: any;
|
|
23
23
|
icon?: any;
|
|
@@ -30,12 +30,11 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
|
|
|
30
30
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "pressed")[], "connected" | "disconnected" | "changed" | "pressed", import("vue").PublicProps, Readonly<{
|
|
33
|
+
value?: any;
|
|
33
34
|
themeName?: any;
|
|
34
35
|
variant?: any;
|
|
35
36
|
appearance?: any;
|
|
36
37
|
disabled?: any;
|
|
37
|
-
isBusy?: any;
|
|
38
|
-
value?: any;
|
|
39
38
|
dir?: any;
|
|
40
39
|
lang?: any;
|
|
41
40
|
reverse?: any;
|
|
@@ -44,6 +43,7 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
|
|
|
44
43
|
fit?: any;
|
|
45
44
|
size?: any;
|
|
46
45
|
isFocused?: any;
|
|
46
|
+
isBusy?: any;
|
|
47
47
|
horizontalContentAlignment?: any;
|
|
48
48
|
verticalContentAlignment?: any;
|
|
49
49
|
icon?: any;
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const RepeatButtonComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
isBusy?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
reverse?: any;
|
|
@@ -20,6 +19,7 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
|
|
|
20
19
|
interval?: any;
|
|
21
20
|
size?: any;
|
|
22
21
|
isFocused?: any;
|
|
22
|
+
isBusy?: any;
|
|
23
23
|
horizontalContentAlignment?: any;
|
|
24
24
|
verticalContentAlignment?: any;
|
|
25
25
|
icon?: any;
|
|
@@ -31,12 +31,11 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
|
|
|
31
31
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "repeated")[], "connected" | "disconnected" | "changed" | "repeated", import("vue").PublicProps, Readonly<{
|
|
34
|
+
value?: any;
|
|
34
35
|
themeName?: any;
|
|
35
36
|
variant?: any;
|
|
36
37
|
appearance?: any;
|
|
37
38
|
disabled?: any;
|
|
38
|
-
isBusy?: any;
|
|
39
|
-
value?: any;
|
|
40
39
|
dir?: any;
|
|
41
40
|
lang?: any;
|
|
42
41
|
reverse?: any;
|
|
@@ -47,6 +46,7 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
|
|
|
47
46
|
interval?: any;
|
|
48
47
|
size?: any;
|
|
49
48
|
isFocused?: any;
|
|
49
|
+
isBusy?: any;
|
|
50
50
|
horizontalContentAlignment?: any;
|
|
51
51
|
verticalContentAlignment?: any;
|
|
52
52
|
icon?: any;
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SplitButtonComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
isBusy?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
reverse?: any;
|
|
@@ -18,6 +17,7 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
|
|
|
18
17
|
fit?: any;
|
|
19
18
|
size?: any;
|
|
20
19
|
isFocused?: any;
|
|
20
|
+
isBusy?: any;
|
|
21
21
|
horizontalContentAlignment?: any;
|
|
22
22
|
verticalContentAlignment?: any;
|
|
23
23
|
icon?: any;
|
|
@@ -38,12 +38,11 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
|
|
|
38
38
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
39
39
|
[key: string]: any;
|
|
40
40
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
41
|
+
value?: any;
|
|
41
42
|
themeName?: any;
|
|
42
43
|
variant?: any;
|
|
43
44
|
appearance?: any;
|
|
44
45
|
disabled?: any;
|
|
45
|
-
isBusy?: any;
|
|
46
|
-
value?: any;
|
|
47
46
|
dir?: any;
|
|
48
47
|
lang?: any;
|
|
49
48
|
reverse?: any;
|
|
@@ -52,6 +51,7 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
|
|
|
52
51
|
fit?: any;
|
|
53
52
|
size?: any;
|
|
54
53
|
isFocused?: any;
|
|
54
|
+
isBusy?: any;
|
|
55
55
|
horizontalContentAlignment?: any;
|
|
56
56
|
verticalContentAlignment?: any;
|
|
57
57
|
icon?: any;
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggleButtonComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
isBusy?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
reverse?: any;
|
|
@@ -19,6 +18,7 @@ export declare const ToggleButtonComponent: import("vue").DefineComponent<{
|
|
|
19
18
|
size?: any;
|
|
20
19
|
isChecked?: any;
|
|
21
20
|
isFocused?: any;
|
|
21
|
+
isBusy?: any;
|
|
22
22
|
horizontalContentAlignment?: any;
|
|
23
23
|
verticalContentAlignment?: any;
|
|
24
24
|
icon?: any;
|
|
@@ -29,12 +29,11 @@ export declare const ToggleButtonComponent: import("vue").DefineComponent<{
|
|
|
29
29
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
30
30
|
[key: string]: any;
|
|
31
31
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled", import("vue").PublicProps, Readonly<{
|
|
32
|
+
value?: any;
|
|
32
33
|
themeName?: any;
|
|
33
34
|
variant?: any;
|
|
34
35
|
appearance?: any;
|
|
35
36
|
disabled?: any;
|
|
36
|
-
isBusy?: any;
|
|
37
|
-
value?: any;
|
|
38
37
|
dir?: any;
|
|
39
38
|
lang?: any;
|
|
40
39
|
reverse?: any;
|
|
@@ -44,6 +43,7 @@ export declare const ToggleButtonComponent: import("vue").DefineComponent<{
|
|
|
44
43
|
size?: any;
|
|
45
44
|
isChecked?: any;
|
|
46
45
|
isFocused?: any;
|
|
46
|
+
isBusy?: any;
|
|
47
47
|
horizontalContentAlignment?: any;
|
|
48
48
|
verticalContentAlignment?: any;
|
|
49
49
|
icon?: any;
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ToggleButtonGroupComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
value?: any;
|
|
12
12
|
dir?: any;
|
|
13
13
|
lang?: any;
|
|
14
14
|
invalid?: any;
|
|
@@ -17,11 +17,11 @@ export declare const ToggleButtonGroupComponent: import("vue").DefineComponent<{
|
|
|
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" | "groupChanged")[], "connected" | "disconnected" | "changed" | "groupChanged", import("vue").PublicProps, Readonly<{
|
|
20
|
+
value?: any;
|
|
20
21
|
themeName?: any;
|
|
21
22
|
variant?: any;
|
|
22
23
|
appearance?: any;
|
|
23
24
|
disabled?: any;
|
|
24
|
-
value?: any;
|
|
25
25
|
dir?: any;
|
|
26
26
|
lang?: any;
|
|
27
27
|
invalid?: any;
|
|
@@ -13,7 +13,7 @@ export declare const FormComponent: import("vue").DefineComponent<{
|
|
|
13
13
|
novalidate?: any;
|
|
14
14
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
15
|
[key: string]: any;
|
|
16
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
16
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("submitted" | "connected" | "disconnected" | "changed" | "formReset")[], "submitted" | "connected" | "disconnected" | "changed" | "formReset", import("vue").PublicProps, Readonly<{
|
|
17
17
|
themeName?: any;
|
|
18
18
|
dir?: any;
|
|
19
19
|
lang?: any;
|
|
@@ -25,8 +25,8 @@ export declare const FormComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
onFormReset?: ((...args: any[]) => any) | undefined;
|
|
29
28
|
onSubmitted?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onFormReset?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
declare module 'vue' {
|
|
32
32
|
interface GlobalComponents {
|
|
@@ -8,7 +8,6 @@ export declare const BannerComponent: import("vue").DefineComponent<{
|
|
|
8
8
|
variant?: any;
|
|
9
9
|
appearance?: any;
|
|
10
10
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
11
|
dir?: any;
|
|
13
12
|
lang?: any;
|
|
14
13
|
header?: any;
|
|
@@ -17,6 +16,7 @@ export declare const BannerComponent: import("vue").DefineComponent<{
|
|
|
17
16
|
subHeader?: any;
|
|
18
17
|
isOpen?: any;
|
|
19
18
|
closeable?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
horizontalContentAlignment?: any;
|
|
21
21
|
verticalContentAlignment?: any;
|
|
22
22
|
icon?: any;
|
|
@@ -29,7 +29,6 @@ export declare const BannerComponent: import("vue").DefineComponent<{
|
|
|
29
29
|
variant?: any;
|
|
30
30
|
appearance?: any;
|
|
31
31
|
disabled?: any;
|
|
32
|
-
formatter?: any;
|
|
33
32
|
dir?: any;
|
|
34
33
|
lang?: any;
|
|
35
34
|
header?: any;
|
|
@@ -38,6 +37,7 @@ export declare const BannerComponent: import("vue").DefineComponent<{
|
|
|
38
37
|
subHeader?: any;
|
|
39
38
|
isOpen?: any;
|
|
40
39
|
closeable?: any;
|
|
40
|
+
formatter?: any;
|
|
41
41
|
horizontalContentAlignment?: any;
|
|
42
42
|
verticalContentAlignment?: any;
|
|
43
43
|
icon?: any;
|
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const BannerHeaderComponent: 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
|
}, () => 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
18
|
variant?: any;
|
|
20
19
|
disabled?: any;
|
|
21
|
-
formatter?: any;
|
|
22
20
|
dir?: any;
|
|
23
21
|
lang?: any;
|
|
22
|
+
text?: any;
|
|
23
|
+
formatter?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,23 +4,23 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const BannerSubHeaderComponent: 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
|
}, () => 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
18
|
variant?: any;
|
|
20
19
|
disabled?: any;
|
|
21
|
-
formatter?: any;
|
|
22
20
|
dir?: any;
|
|
23
21
|
lang?: any;
|
|
22
|
+
text?: any;
|
|
23
|
+
formatter?: any;
|
|
24
24
|
}> & Readonly<{
|
|
25
25
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -7,7 +7,6 @@ export declare const CardComponent: import("vue").DefineComponent<{
|
|
|
7
7
|
themeName?: any;
|
|
8
8
|
appearance?: any;
|
|
9
9
|
disabled?: any;
|
|
10
|
-
formatter?: any;
|
|
11
10
|
dir?: any;
|
|
12
11
|
lang?: any;
|
|
13
12
|
header?: any;
|
|
@@ -17,6 +16,7 @@ export declare const CardComponent: import("vue").DefineComponent<{
|
|
|
17
16
|
inset?: any;
|
|
18
17
|
isSelected?: any;
|
|
19
18
|
content?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
elevation?: any;
|
|
21
21
|
inlineMedia?: any;
|
|
22
22
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -25,7 +25,6 @@ export declare const CardComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
themeName?: any;
|
|
26
26
|
appearance?: any;
|
|
27
27
|
disabled?: any;
|
|
28
|
-
formatter?: any;
|
|
29
28
|
dir?: any;
|
|
30
29
|
lang?: any;
|
|
31
30
|
header?: any;
|
|
@@ -35,6 +34,7 @@ export declare const CardComponent: import("vue").DefineComponent<{
|
|
|
35
34
|
inset?: any;
|
|
36
35
|
isSelected?: any;
|
|
37
36
|
content?: any;
|
|
37
|
+
formatter?: any;
|
|
38
38
|
elevation?: any;
|
|
39
39
|
inlineMedia?: any;
|
|
40
40
|
}> & Readonly<{
|
|
@@ -4,20 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CardContentComponent: 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
|
hasContent?: 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" | "contentChanged")[], "connected" | "disconnected" | "changed" | "contentChanged", 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
|
hasContent?: 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 CardHeaderComponent: 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,20 +4,20 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CardSubTitleComponent: 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
|
hasContent?: 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" | "contentChanged")[], "connected" | "disconnected" | "changed" | "contentChanged", 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
|
hasContent?: 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 CardTitleComponent: 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
|
hasContent?: 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" | "contentChanged")[], "connected" | "disconnected" | "changed" | "contentChanged", 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
|
hasContent?: 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 ExpanderHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
13
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
14
|
-
text?: any;
|
|
15
14
|
themeName?: any;
|
|
16
15
|
dir?: any;
|
|
17
16
|
lang?: any;
|
|
17
|
+
text?: any;
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,17 +4,17 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ExpanderSubHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
dir?: any;
|
|
10
9
|
lang?: any;
|
|
10
|
+
text?: any;
|
|
11
11
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
12
|
[key: string]: any;
|
|
13
13
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
14
|
-
text?: any;
|
|
15
14
|
themeName?: any;
|
|
16
15
|
dir?: any;
|
|
17
16
|
lang?: any;
|
|
17
|
+
text?: any;
|
|
18
18
|
}> & Readonly<{
|
|
19
19
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
onDisconnected?: ((...args: any[]) => any) | undefined;
|