@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
|
@@ -8,7 +8,6 @@ export declare const MessageComponent: 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;
|
|
@@ -19,6 +18,7 @@ export declare const MessageComponent: import("vue").DefineComponent<{
|
|
|
19
18
|
isExpanded?: any;
|
|
20
19
|
closeable?: any;
|
|
21
20
|
content?: any;
|
|
21
|
+
formatter?: any;
|
|
22
22
|
icon?: any;
|
|
23
23
|
iconSize?: any;
|
|
24
24
|
expandable?: any;
|
|
@@ -29,7 +29,6 @@ export declare const MessageComponent: 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;
|
|
@@ -40,6 +39,7 @@ export declare const MessageComponent: import("vue").DefineComponent<{
|
|
|
40
39
|
isExpanded?: any;
|
|
41
40
|
closeable?: any;
|
|
42
41
|
content?: any;
|
|
42
|
+
formatter?: any;
|
|
43
43
|
icon?: any;
|
|
44
44
|
iconSize?: any;
|
|
45
45
|
expandable?: any;
|
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const MessageContentComponent: 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;
|
|
14
13
|
isExpanded?: any;
|
|
14
|
+
formatter?: any;
|
|
15
15
|
collapsedLines?: any;
|
|
16
16
|
hasContent?: 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" | "toggled" | "expanded" | "collapsed" | "contentChanged")[], "connected" | "disconnected" | "changed" | "toggled" | "expanded" | "collapsed" | "contentChanged", import("vue").PublicProps, Readonly<{
|
|
20
|
-
text?: any;
|
|
21
20
|
themeName?: any;
|
|
22
21
|
variant?: any;
|
|
23
22
|
disabled?: any;
|
|
24
|
-
formatter?: any;
|
|
25
23
|
dir?: any;
|
|
26
24
|
lang?: any;
|
|
25
|
+
text?: any;
|
|
27
26
|
isExpanded?: any;
|
|
27
|
+
formatter?: any;
|
|
28
28
|
collapsedLines?: any;
|
|
29
29
|
hasContent?: any;
|
|
30
30
|
}> & Readonly<{
|
|
@@ -7,11 +7,11 @@ export declare const ToolbarComponent: 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
|
title?: any;
|
|
14
13
|
fit?: any;
|
|
14
|
+
formatter?: any;
|
|
15
15
|
subTitle?: any;
|
|
16
16
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
17
17
|
[key: string]: any;
|
|
@@ -19,11 +19,11 @@ export declare const ToolbarComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
themeName?: any;
|
|
20
20
|
variant?: any;
|
|
21
21
|
appearance?: any;
|
|
22
|
-
formatter?: any;
|
|
23
22
|
dir?: any;
|
|
24
23
|
lang?: any;
|
|
25
24
|
title?: any;
|
|
26
25
|
fit?: any;
|
|
26
|
+
formatter?: any;
|
|
27
27
|
subTitle?: any;
|
|
28
28
|
}> & Readonly<{
|
|
29
29
|
onConnected?: ((...args: any[]) => any) | undefined;
|
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
7
|
+
value?: any;
|
|
8
|
+
placeholder?: any;
|
|
8
9
|
themeName?: any;
|
|
9
10
|
variant?: any;
|
|
10
11
|
appearance?: any;
|
|
11
12
|
disabled?: any;
|
|
12
|
-
formatter?: any;
|
|
13
|
-
value?: any;
|
|
14
13
|
dir?: any;
|
|
15
14
|
lang?: any;
|
|
16
15
|
label?: any;
|
|
@@ -18,10 +17,11 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
|
|
|
18
17
|
items?: any;
|
|
19
18
|
state?: any;
|
|
20
19
|
renderItem?: any;
|
|
20
|
+
text?: any;
|
|
21
21
|
isFocused?: any;
|
|
22
|
+
formatter?: any;
|
|
22
23
|
required?: any;
|
|
23
24
|
readonly?: any;
|
|
24
|
-
placeholder?: any;
|
|
25
25
|
textAlign?: any;
|
|
26
26
|
isClearable?: any;
|
|
27
27
|
dropDownPlacement?: any;
|
|
@@ -63,13 +63,12 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
|
|
|
63
63
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
64
64
|
[key: string]: any;
|
|
65
65
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "autoCompletePopulating" | "autoCompletePopulated" | "cleared")[], "connected" | "disconnected" | "changed" | "autoCompletePopulating" | "autoCompletePopulated" | "cleared", import("vue").PublicProps, Readonly<{
|
|
66
|
-
|
|
66
|
+
value?: any;
|
|
67
|
+
placeholder?: any;
|
|
67
68
|
themeName?: any;
|
|
68
69
|
variant?: any;
|
|
69
70
|
appearance?: any;
|
|
70
71
|
disabled?: any;
|
|
71
|
-
formatter?: any;
|
|
72
|
-
value?: any;
|
|
73
72
|
dir?: any;
|
|
74
73
|
lang?: any;
|
|
75
74
|
label?: any;
|
|
@@ -77,10 +76,11 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
|
|
|
77
76
|
items?: any;
|
|
78
77
|
state?: any;
|
|
79
78
|
renderItem?: any;
|
|
79
|
+
text?: any;
|
|
80
80
|
isFocused?: any;
|
|
81
|
+
formatter?: any;
|
|
81
82
|
required?: any;
|
|
82
83
|
readonly?: any;
|
|
83
|
-
placeholder?: any;
|
|
84
84
|
textAlign?: any;
|
|
85
85
|
isClearable?: any;
|
|
86
86
|
dropDownPlacement?: any;
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CalendarComponent: 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
|
values?: any;
|
|
@@ -38,11 +38,11 @@ export declare const CalendarComponent: 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" | "dateChanged")[], "connected" | "disconnected" | "changed" | "dateChanged", import("vue").PublicProps, Readonly<{
|
|
41
|
+
value?: any;
|
|
41
42
|
themeName?: any;
|
|
42
43
|
variant?: any;
|
|
43
44
|
appearance?: any;
|
|
44
45
|
disabled?: any;
|
|
45
|
-
value?: any;
|
|
46
46
|
dir?: any;
|
|
47
47
|
lang?: any;
|
|
48
48
|
values?: any;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CalendarHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
disabled?: 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
|
disabled?: 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,15 +4,15 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CalendarItemComponent: import("vue").DefineComponent<{
|
|
7
|
-
|
|
7
|
+
value?: any;
|
|
8
8
|
themeName?: any;
|
|
9
9
|
variant?: any;
|
|
10
10
|
appearance?: any;
|
|
11
11
|
disabled?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
isSelected?: any;
|
|
15
|
+
text?: any;
|
|
16
16
|
isFocused?: any;
|
|
17
17
|
ripple?: any;
|
|
18
18
|
markers?: any;
|
|
@@ -28,15 +28,15 @@ export declare const CalendarItemComponent: import("vue").DefineComponent<{
|
|
|
28
28
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "click")[], "connected" | "disconnected" | "changed" | "click", import("vue").PublicProps, Readonly<{
|
|
31
|
-
|
|
31
|
+
value?: any;
|
|
32
32
|
themeName?: any;
|
|
33
33
|
variant?: any;
|
|
34
34
|
appearance?: any;
|
|
35
35
|
disabled?: any;
|
|
36
|
-
value?: any;
|
|
37
36
|
dir?: any;
|
|
38
37
|
lang?: any;
|
|
39
38
|
isSelected?: any;
|
|
39
|
+
text?: any;
|
|
40
40
|
isFocused?: any;
|
|
41
41
|
ripple?: any;
|
|
42
42
|
markers?: any;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CalendarSubHeaderComponent: import("vue").DefineComponent<{
|
|
7
|
-
text?: any;
|
|
8
7
|
themeName?: any;
|
|
9
8
|
disabled?: 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
|
disabled?: 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,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CheckboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
name?: any;
|
|
@@ -17,18 +16,18 @@ export declare const CheckboxComponent: import("vue").DefineComponent<{
|
|
|
17
16
|
invalid?: any;
|
|
18
17
|
isChecked?: any;
|
|
19
18
|
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
labelPosition?: any;
|
|
21
21
|
required?: any;
|
|
22
22
|
isThreeState?: any;
|
|
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" | "checked" | "unchecked" | "indeterminate")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate", import("vue").PublicProps, Readonly<{
|
|
26
|
+
value?: any;
|
|
26
27
|
themeName?: any;
|
|
27
28
|
variant?: any;
|
|
28
29
|
appearance?: any;
|
|
29
30
|
disabled?: any;
|
|
30
|
-
formatter?: any;
|
|
31
|
-
value?: any;
|
|
32
31
|
dir?: any;
|
|
33
32
|
lang?: any;
|
|
34
33
|
name?: any;
|
|
@@ -36,6 +35,7 @@ export declare const CheckboxComponent: import("vue").DefineComponent<{
|
|
|
36
35
|
invalid?: any;
|
|
37
36
|
isChecked?: any;
|
|
38
37
|
isFocused?: any;
|
|
38
|
+
formatter?: any;
|
|
39
39
|
labelPosition?: any;
|
|
40
40
|
required?: any;
|
|
41
41
|
isThreeState?: any;
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const CheckboxGroupComponent: 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
|
name?: any;
|
|
@@ -18,11 +18,11 @@ export declare const CheckboxGroupComponent: import("vue").DefineComponent<{
|
|
|
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" | "checkChanged")[], "connected" | "disconnected" | "changed" | "checkChanged", import("vue").PublicProps, Readonly<{
|
|
21
|
+
value?: any;
|
|
21
22
|
themeName?: any;
|
|
22
23
|
variant?: any;
|
|
23
24
|
appearance?: any;
|
|
24
25
|
disabled?: any;
|
|
25
|
-
value?: any;
|
|
26
26
|
dir?: any;
|
|
27
27
|
lang?: any;
|
|
28
28
|
name?: any;
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChipboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
8
|
+
placeholder?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
variant?: any;
|
|
9
11
|
appearance?: any;
|
|
10
12
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
|
-
value?: any;
|
|
13
13
|
dir?: any;
|
|
14
14
|
lang?: any;
|
|
15
15
|
name?: any;
|
|
@@ -17,10 +17,10 @@ export declare const ChipboxComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
invalid?: any;
|
|
18
18
|
state?: any;
|
|
19
19
|
isFocused?: any;
|
|
20
|
+
formatter?: any;
|
|
20
21
|
required?: any;
|
|
21
22
|
readonly?: any;
|
|
22
23
|
autofocus?: any;
|
|
23
|
-
placeholder?: any;
|
|
24
24
|
autocomplete?: any;
|
|
25
25
|
isEditable?: any;
|
|
26
26
|
isClearable?: any;
|
|
@@ -33,12 +33,12 @@ export declare const ChipboxComponent: import("vue").DefineComponent<{
|
|
|
33
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "chipAdded" | "chipRemoved" | "cleared")[], "connected" | "disconnected" | "changed" | "chipAdded" | "chipRemoved" | "cleared", import("vue").PublicProps, Readonly<{
|
|
36
|
+
value?: any;
|
|
37
|
+
placeholder?: any;
|
|
36
38
|
themeName?: any;
|
|
37
39
|
variant?: any;
|
|
38
40
|
appearance?: any;
|
|
39
41
|
disabled?: any;
|
|
40
|
-
formatter?: any;
|
|
41
|
-
value?: any;
|
|
42
42
|
dir?: any;
|
|
43
43
|
lang?: any;
|
|
44
44
|
name?: any;
|
|
@@ -46,10 +46,10 @@ export declare const ChipboxComponent: import("vue").DefineComponent<{
|
|
|
46
46
|
invalid?: any;
|
|
47
47
|
state?: any;
|
|
48
48
|
isFocused?: any;
|
|
49
|
+
formatter?: any;
|
|
49
50
|
required?: any;
|
|
50
51
|
readonly?: any;
|
|
51
52
|
autofocus?: any;
|
|
52
|
-
placeholder?: any;
|
|
53
53
|
autocomplete?: any;
|
|
54
54
|
isEditable?: any;
|
|
55
55
|
isClearable?: any;
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChoiceComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
appearance?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
|
-
value?: any;
|
|
13
12
|
dir?: any;
|
|
14
13
|
lang?: any;
|
|
15
14
|
name?: any;
|
|
@@ -17,6 +16,7 @@ export declare const ChoiceComponent: import("vue").DefineComponent<{
|
|
|
17
16
|
invalid?: any;
|
|
18
17
|
isChecked?: any;
|
|
19
18
|
isFocused?: any;
|
|
19
|
+
formatter?: any;
|
|
20
20
|
required?: any;
|
|
21
21
|
isThreeState?: any;
|
|
22
22
|
icon?: any;
|
|
@@ -26,12 +26,11 @@ export declare const ChoiceComponent: import("vue").DefineComponent<{
|
|
|
26
26
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate", import("vue").PublicProps, Readonly<{
|
|
29
|
+
value?: any;
|
|
29
30
|
themeName?: any;
|
|
30
31
|
variant?: any;
|
|
31
32
|
appearance?: any;
|
|
32
33
|
disabled?: any;
|
|
33
|
-
formatter?: any;
|
|
34
|
-
value?: any;
|
|
35
34
|
dir?: any;
|
|
36
35
|
lang?: any;
|
|
37
36
|
name?: any;
|
|
@@ -39,6 +38,7 @@ export declare const ChoiceComponent: import("vue").DefineComponent<{
|
|
|
39
38
|
invalid?: any;
|
|
40
39
|
isChecked?: any;
|
|
41
40
|
isFocused?: any;
|
|
41
|
+
formatter?: any;
|
|
42
42
|
required?: any;
|
|
43
43
|
isThreeState?: any;
|
|
44
44
|
icon?: any;
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ChoiceGroupComponent: 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
|
name?: any;
|
|
@@ -18,11 +18,11 @@ export declare const ChoiceGroupComponent: import("vue").DefineComponent<{
|
|
|
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" | "choiceChanged")[], "connected" | "disconnected" | "changed" | "choiceChanged", import("vue").PublicProps, Readonly<{
|
|
21
|
+
value?: any;
|
|
21
22
|
themeName?: any;
|
|
22
23
|
variant?: any;
|
|
23
24
|
appearance?: any;
|
|
24
25
|
disabled?: any;
|
|
25
|
-
value?: any;
|
|
26
26
|
dir?: any;
|
|
27
27
|
lang?: any;
|
|
28
28
|
name?: any;
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const ColorboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
8
|
+
placeholder?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
variant?: any;
|
|
9
11
|
appearance?: any;
|
|
10
12
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
|
-
value?: any;
|
|
13
13
|
dir?: any;
|
|
14
14
|
lang?: any;
|
|
15
15
|
name?: any;
|
|
@@ -17,10 +17,10 @@ export declare const ColorboxComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
invalid?: any;
|
|
18
18
|
state?: any;
|
|
19
19
|
isFocused?: any;
|
|
20
|
+
formatter?: any;
|
|
20
21
|
required?: any;
|
|
21
22
|
readonly?: any;
|
|
22
23
|
autofocus?: any;
|
|
23
|
-
placeholder?: any;
|
|
24
24
|
autocomplete?: any;
|
|
25
25
|
textAlign?: any;
|
|
26
26
|
isClearable?: any;
|
|
@@ -50,12 +50,12 @@ export declare const ColorboxComponent: import("vue").DefineComponent<{
|
|
|
50
50
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
51
51
|
[key: string]: any;
|
|
52
52
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus")[], "connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus", import("vue").PublicProps, Readonly<{
|
|
53
|
+
value?: any;
|
|
54
|
+
placeholder?: any;
|
|
53
55
|
themeName?: any;
|
|
54
56
|
variant?: any;
|
|
55
57
|
appearance?: any;
|
|
56
58
|
disabled?: any;
|
|
57
|
-
formatter?: any;
|
|
58
|
-
value?: any;
|
|
59
59
|
dir?: any;
|
|
60
60
|
lang?: any;
|
|
61
61
|
name?: any;
|
|
@@ -63,10 +63,10 @@ export declare const ColorboxComponent: import("vue").DefineComponent<{
|
|
|
63
63
|
invalid?: any;
|
|
64
64
|
state?: any;
|
|
65
65
|
isFocused?: any;
|
|
66
|
+
formatter?: any;
|
|
66
67
|
required?: any;
|
|
67
68
|
readonly?: any;
|
|
68
69
|
autofocus?: any;
|
|
69
|
-
placeholder?: any;
|
|
70
70
|
autocomplete?: any;
|
|
71
71
|
textAlign?: any;
|
|
72
72
|
isClearable?: any;
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
8
|
+
placeholder?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
variant?: any;
|
|
9
11
|
appearance?: any;
|
|
10
12
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
|
-
value?: any;
|
|
13
13
|
dir?: any;
|
|
14
14
|
lang?: any;
|
|
15
15
|
values?: any;
|
|
@@ -19,10 +19,10 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
|
19
19
|
state?: any;
|
|
20
20
|
selectionMode?: any;
|
|
21
21
|
isFocused?: any;
|
|
22
|
+
formatter?: any;
|
|
22
23
|
required?: any;
|
|
23
24
|
readonly?: any;
|
|
24
25
|
autofocus?: any;
|
|
25
|
-
placeholder?: any;
|
|
26
26
|
autocomplete?: any;
|
|
27
27
|
markerHandler?: any;
|
|
28
28
|
textAlign?: any;
|
|
@@ -59,12 +59,12 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
|
59
59
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
60
60
|
[key: string]: any;
|
|
61
61
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
62
|
+
value?: any;
|
|
63
|
+
placeholder?: any;
|
|
62
64
|
themeName?: any;
|
|
63
65
|
variant?: any;
|
|
64
66
|
appearance?: any;
|
|
65
67
|
disabled?: any;
|
|
66
|
-
formatter?: any;
|
|
67
|
-
value?: any;
|
|
68
68
|
dir?: any;
|
|
69
69
|
lang?: any;
|
|
70
70
|
values?: any;
|
|
@@ -74,10 +74,10 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
|
|
|
74
74
|
state?: any;
|
|
75
75
|
selectionMode?: any;
|
|
76
76
|
isFocused?: any;
|
|
77
|
+
formatter?: any;
|
|
77
78
|
required?: any;
|
|
78
79
|
readonly?: any;
|
|
79
80
|
autofocus?: any;
|
|
80
|
-
placeholder?: any;
|
|
81
81
|
autocomplete?: any;
|
|
82
82
|
markerHandler?: any;
|
|
83
83
|
textAlign?: any;
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
8
|
+
placeholder?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
variant?: any;
|
|
9
11
|
appearance?: any;
|
|
10
12
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
|
-
value?: any;
|
|
13
13
|
dir?: any;
|
|
14
14
|
lang?: any;
|
|
15
15
|
values?: any;
|
|
@@ -18,10 +18,10 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
invalid?: any;
|
|
19
19
|
state?: any;
|
|
20
20
|
isFocused?: any;
|
|
21
|
+
formatter?: any;
|
|
21
22
|
required?: any;
|
|
22
23
|
readonly?: any;
|
|
23
24
|
autofocus?: any;
|
|
24
|
-
placeholder?: any;
|
|
25
25
|
autocomplete?: any;
|
|
26
26
|
markerHandler?: any;
|
|
27
27
|
textAlign?: any;
|
|
@@ -65,12 +65,12 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
65
65
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
66
66
|
[key: string]: any;
|
|
67
67
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
68
|
+
value?: any;
|
|
69
|
+
placeholder?: any;
|
|
68
70
|
themeName?: any;
|
|
69
71
|
variant?: any;
|
|
70
72
|
appearance?: any;
|
|
71
73
|
disabled?: any;
|
|
72
|
-
formatter?: any;
|
|
73
|
-
value?: any;
|
|
74
74
|
dir?: any;
|
|
75
75
|
lang?: any;
|
|
76
76
|
values?: any;
|
|
@@ -79,10 +79,10 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
|
|
|
79
79
|
invalid?: any;
|
|
80
80
|
state?: any;
|
|
81
81
|
isFocused?: any;
|
|
82
|
+
formatter?: any;
|
|
82
83
|
required?: any;
|
|
83
84
|
readonly?: any;
|
|
84
85
|
autofocus?: any;
|
|
85
|
-
placeholder?: any;
|
|
86
86
|
autocomplete?: any;
|
|
87
87
|
markerHandler?: any;
|
|
88
88
|
textAlign?: any;
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const DurationboxComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
8
|
+
placeholder?: any;
|
|
7
9
|
themeName?: any;
|
|
8
10
|
variant?: any;
|
|
9
11
|
appearance?: any;
|
|
10
12
|
disabled?: any;
|
|
11
|
-
formatter?: any;
|
|
12
|
-
value?: any;
|
|
13
13
|
dir?: any;
|
|
14
14
|
lang?: any;
|
|
15
15
|
name?: any;
|
|
@@ -17,10 +17,10 @@ export declare const DurationboxComponent: import("vue").DefineComponent<{
|
|
|
17
17
|
invalid?: any;
|
|
18
18
|
state?: any;
|
|
19
19
|
isFocused?: any;
|
|
20
|
+
formatter?: any;
|
|
20
21
|
required?: any;
|
|
21
22
|
readonly?: any;
|
|
22
23
|
autofocus?: any;
|
|
23
|
-
placeholder?: any;
|
|
24
24
|
isClearable?: any;
|
|
25
25
|
parser?: any;
|
|
26
26
|
hours?: any;
|
|
@@ -29,12 +29,12 @@ export declare const DurationboxComponent: 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" | "input" | "cleared" | "blur" | "change" | "focus")[], "connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus", import("vue").PublicProps, Readonly<{
|
|
32
|
+
value?: any;
|
|
33
|
+
placeholder?: any;
|
|
32
34
|
themeName?: any;
|
|
33
35
|
variant?: any;
|
|
34
36
|
appearance?: any;
|
|
35
37
|
disabled?: any;
|
|
36
|
-
formatter?: any;
|
|
37
|
-
value?: any;
|
|
38
38
|
dir?: any;
|
|
39
39
|
lang?: any;
|
|
40
40
|
name?: any;
|
|
@@ -42,10 +42,10 @@ export declare const DurationboxComponent: import("vue").DefineComponent<{
|
|
|
42
42
|
invalid?: any;
|
|
43
43
|
state?: any;
|
|
44
44
|
isFocused?: any;
|
|
45
|
+
formatter?: any;
|
|
45
46
|
required?: any;
|
|
46
47
|
readonly?: any;
|
|
47
48
|
autofocus?: any;
|
|
48
|
-
placeholder?: any;
|
|
49
49
|
isClearable?: any;
|
|
50
50
|
parser?: any;
|
|
51
51
|
hours?: any;
|