@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,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FileboxComponent: 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 FileboxComponent: 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
|
multiple?: any;
|
|
@@ -30,12 +30,12 @@ export declare const FileboxComponent: 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" | "filesSelected" | "cleared")[], "connected" | "disconnected" | "changed" | "filesSelected" | "cleared", import("vue").PublicProps, Readonly<{
|
|
33
|
+
value?: any;
|
|
34
|
+
placeholder?: any;
|
|
33
35
|
themeName?: any;
|
|
34
36
|
variant?: any;
|
|
35
37
|
appearance?: any;
|
|
36
38
|
disabled?: any;
|
|
37
|
-
formatter?: any;
|
|
38
|
-
value?: any;
|
|
39
39
|
dir?: any;
|
|
40
40
|
lang?: any;
|
|
41
41
|
name?: any;
|
|
@@ -43,10 +43,10 @@ export declare const FileboxComponent: import("vue").DefineComponent<{
|
|
|
43
43
|
invalid?: any;
|
|
44
44
|
state?: any;
|
|
45
45
|
isFocused?: any;
|
|
46
|
+
formatter?: any;
|
|
46
47
|
required?: any;
|
|
47
48
|
readonly?: any;
|
|
48
49
|
autofocus?: any;
|
|
49
|
-
placeholder?: any;
|
|
50
50
|
isClearable?: any;
|
|
51
51
|
parser?: any;
|
|
52
52
|
multiple?: any;
|
|
@@ -4,15 +4,15 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const FileUploadComponent: 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
|
-
value?: any;
|
|
12
13
|
dir?: any;
|
|
13
14
|
lang?: any;
|
|
14
15
|
invalid?: any;
|
|
15
|
-
placeholder?: any;
|
|
16
16
|
isDragging?: any;
|
|
17
17
|
intl?: any;
|
|
18
18
|
view?: any;
|
|
@@ -25,15 +25,15 @@ export declare const FileUploadComponent: import("vue").DefineComponent<{
|
|
|
25
25
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "filesChanged" | "fileAdded" | "fileRemoved" | "fileFailed")[], "connected" | "disconnected" | "changed" | "filesChanged" | "fileAdded" | "fileRemoved" | "fileFailed", import("vue").PublicProps, Readonly<{
|
|
28
|
+
value?: any;
|
|
29
|
+
placeholder?: any;
|
|
28
30
|
themeName?: any;
|
|
29
31
|
variant?: any;
|
|
30
32
|
appearance?: any;
|
|
31
33
|
disabled?: any;
|
|
32
|
-
value?: any;
|
|
33
34
|
dir?: any;
|
|
34
35
|
lang?: any;
|
|
35
36
|
invalid?: any;
|
|
36
|
-
placeholder?: any;
|
|
37
37
|
isDragging?: any;
|
|
38
38
|
intl?: any;
|
|
39
39
|
view?: any;
|
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const NumberboxComponent: 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
|
-
isBusy?: any;
|
|
13
|
-
value?: any;
|
|
14
13
|
dir?: any;
|
|
15
14
|
lang?: any;
|
|
16
15
|
name?: any;
|
|
@@ -18,11 +17,12 @@ export declare const NumberboxComponent: import("vue").DefineComponent<{
|
|
|
18
17
|
invalid?: any;
|
|
19
18
|
state?: any;
|
|
20
19
|
isFocused?: any;
|
|
20
|
+
isBusy?: any;
|
|
21
21
|
step?: 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
|
textAlign?: any;
|
|
28
28
|
isClearable?: any;
|
|
@@ -37,13 +37,12 @@ export declare const NumberboxComponent: import("vue").DefineComponent<{
|
|
|
37
37
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
39
|
}>, {}, {}, {}, 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<{
|
|
40
|
+
value?: any;
|
|
41
|
+
placeholder?: any;
|
|
40
42
|
themeName?: any;
|
|
41
43
|
variant?: any;
|
|
42
44
|
appearance?: any;
|
|
43
45
|
disabled?: any;
|
|
44
|
-
formatter?: any;
|
|
45
|
-
isBusy?: any;
|
|
46
|
-
value?: any;
|
|
47
46
|
dir?: any;
|
|
48
47
|
lang?: any;
|
|
49
48
|
name?: any;
|
|
@@ -51,11 +50,12 @@ export declare const NumberboxComponent: import("vue").DefineComponent<{
|
|
|
51
50
|
invalid?: any;
|
|
52
51
|
state?: any;
|
|
53
52
|
isFocused?: any;
|
|
53
|
+
isBusy?: any;
|
|
54
54
|
step?: any;
|
|
55
|
+
formatter?: any;
|
|
55
56
|
required?: any;
|
|
56
57
|
readonly?: any;
|
|
57
58
|
autofocus?: any;
|
|
58
|
-
placeholder?: any;
|
|
59
59
|
autocomplete?: any;
|
|
60
60
|
textAlign?: any;
|
|
61
61
|
isClearable?: any;
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PasswordboxComponent: 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 PasswordboxComponent: 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;
|
|
@@ -31,12 +31,12 @@ export declare const PasswordboxComponent: 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" | "passwordRevealed" | "passwordConcealed" | "cleared")[], "connected" | "disconnected" | "changed" | "passwordRevealed" | "passwordConcealed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
34
|
+
value?: any;
|
|
35
|
+
placeholder?: any;
|
|
34
36
|
themeName?: any;
|
|
35
37
|
variant?: any;
|
|
36
38
|
appearance?: any;
|
|
37
39
|
disabled?: any;
|
|
38
|
-
formatter?: any;
|
|
39
|
-
value?: any;
|
|
40
40
|
dir?: any;
|
|
41
41
|
lang?: any;
|
|
42
42
|
name?: any;
|
|
@@ -44,10 +44,10 @@ export declare const PasswordboxComponent: import("vue").DefineComponent<{
|
|
|
44
44
|
invalid?: any;
|
|
45
45
|
state?: any;
|
|
46
46
|
isFocused?: any;
|
|
47
|
+
formatter?: any;
|
|
47
48
|
required?: any;
|
|
48
49
|
readonly?: any;
|
|
49
50
|
autofocus?: any;
|
|
50
|
-
placeholder?: any;
|
|
51
51
|
autocomplete?: any;
|
|
52
52
|
textAlign?: any;
|
|
53
53
|
isClearable?: any;
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const PinboxComponent: 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
|
length?: any;
|
|
@@ -18,22 +18,22 @@ export declare const PinboxComponent: 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
|
parser?: any;
|
|
27
27
|
pattern?: any;
|
|
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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
31
|
+
value?: any;
|
|
32
|
+
placeholder?: any;
|
|
31
33
|
themeName?: any;
|
|
32
34
|
variant?: any;
|
|
33
35
|
appearance?: any;
|
|
34
36
|
disabled?: any;
|
|
35
|
-
formatter?: any;
|
|
36
|
-
value?: any;
|
|
37
37
|
dir?: any;
|
|
38
38
|
lang?: any;
|
|
39
39
|
length?: any;
|
|
@@ -42,10 +42,10 @@ export declare const PinboxComponent: 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
|
autocomplete?: any;
|
|
50
50
|
parser?: any;
|
|
51
51
|
pattern?: any;
|
|
@@ -4,12 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const RadioComponent: 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 RadioComponent: 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 RadioComponent: 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 RadioGroupComponent: 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 RadioGroupComponent: 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" | "radioChanged")[], "connected" | "disconnected" | "changed" | "radioChanged", 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;
|
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const RatingComponent: import("vue").DefineComponent<{
|
|
7
7
|
symbol?: any;
|
|
8
|
+
value?: any;
|
|
8
9
|
themeName?: any;
|
|
9
10
|
variant?: any;
|
|
10
11
|
disabled?: any;
|
|
11
|
-
value?: any;
|
|
12
12
|
dir?: any;
|
|
13
13
|
lang?: any;
|
|
14
14
|
length?: any;
|
|
@@ -24,10 +24,10 @@ export declare const RatingComponent: import("vue").DefineComponent<{
|
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
|
|
26
26
|
symbol?: any;
|
|
27
|
+
value?: any;
|
|
27
28
|
themeName?: any;
|
|
28
29
|
variant?: any;
|
|
29
30
|
disabled?: any;
|
|
30
|
-
value?: any;
|
|
31
31
|
dir?: any;
|
|
32
32
|
lang?: any;
|
|
33
33
|
length?: any;
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const RichtextboxComponent: 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;
|
|
@@ -18,10 +18,10 @@ export declare const RichtextboxComponent: import("vue").DefineComponent<{
|
|
|
18
18
|
resize?: 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
|
isClearable?: any;
|
|
27
27
|
parser?: any;
|
|
@@ -34,12 +34,12 @@ export declare const RichtextboxComponent: import("vue").DefineComponent<{
|
|
|
34
34
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
35
35
|
[key: string]: any;
|
|
36
36
|
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
37
|
+
value?: any;
|
|
38
|
+
placeholder?: any;
|
|
37
39
|
themeName?: any;
|
|
38
40
|
variant?: any;
|
|
39
41
|
appearance?: any;
|
|
40
42
|
disabled?: any;
|
|
41
|
-
formatter?: any;
|
|
42
|
-
value?: any;
|
|
43
43
|
dir?: any;
|
|
44
44
|
lang?: any;
|
|
45
45
|
name?: any;
|
|
@@ -48,10 +48,10 @@ export declare const RichtextboxComponent: import("vue").DefineComponent<{
|
|
|
48
48
|
resize?: any;
|
|
49
49
|
state?: any;
|
|
50
50
|
isFocused?: any;
|
|
51
|
+
formatter?: any;
|
|
51
52
|
required?: any;
|
|
52
53
|
readonly?: any;
|
|
53
54
|
autofocus?: any;
|
|
54
|
-
placeholder?: any;
|
|
55
55
|
autocomplete?: any;
|
|
56
56
|
isClearable?: any;
|
|
57
57
|
parser?: any;
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SchedulerEventComponent: 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
|
schedulerEventChange?: any;
|
|
@@ -23,11 +23,11 @@ export declare const SchedulerEventComponent: 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
|
-
value?: any;
|
|
31
31
|
dir?: any;
|
|
32
32
|
lang?: any;
|
|
33
33
|
schedulerEventChange?: any;
|
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SearchboxComponent: 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
|
-
isBusy?: any;
|
|
13
|
-
value?: any;
|
|
14
13
|
dir?: any;
|
|
15
14
|
lang?: any;
|
|
16
15
|
name?: any;
|
|
@@ -19,10 +18,11 @@ export declare const SearchboxComponent: import("vue").DefineComponent<{
|
|
|
19
18
|
state?: any;
|
|
20
19
|
delay?: any;
|
|
21
20
|
isFocused?: any;
|
|
21
|
+
isBusy?: 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
|
textAlign?: any;
|
|
28
28
|
isClearable?: any;
|
|
@@ -31,13 +31,12 @@ export declare const SearchboxComponent: 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" | "searched" | "cleared")[], "connected" | "disconnected" | "changed" | "searched" | "cleared", import("vue").PublicProps, Readonly<{
|
|
34
|
+
value?: any;
|
|
35
|
+
placeholder?: any;
|
|
34
36
|
themeName?: any;
|
|
35
37
|
variant?: any;
|
|
36
38
|
appearance?: any;
|
|
37
39
|
disabled?: any;
|
|
38
|
-
formatter?: any;
|
|
39
|
-
isBusy?: any;
|
|
40
|
-
value?: any;
|
|
41
40
|
dir?: any;
|
|
42
41
|
lang?: any;
|
|
43
42
|
name?: any;
|
|
@@ -46,10 +45,11 @@ export declare const SearchboxComponent: import("vue").DefineComponent<{
|
|
|
46
45
|
state?: any;
|
|
47
46
|
delay?: any;
|
|
48
47
|
isFocused?: any;
|
|
48
|
+
isBusy?: 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
|
textAlign?: any;
|
|
55
55
|
isClearable?: any;
|
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SelectComponent: 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
|
-
value?: any;
|
|
12
13
|
dir?: any;
|
|
13
14
|
lang?: any;
|
|
14
15
|
filter?: any;
|
|
@@ -16,7 +17,6 @@ export declare const SelectComponent: import("vue").DefineComponent<{
|
|
|
16
17
|
invalid?: any;
|
|
17
18
|
selectedItem?: any;
|
|
18
19
|
required?: any;
|
|
19
|
-
placeholder?: any;
|
|
20
20
|
isEditable?: any;
|
|
21
21
|
textAlign?: any;
|
|
22
22
|
isClearable?: any;
|
|
@@ -38,11 +38,12 @@ export declare const SelectComponent: 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" | "selectionChanged" | "itemsChanged" | "cleared")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "cleared", import("vue").PublicProps, Readonly<{
|
|
41
|
+
value?: any;
|
|
42
|
+
placeholder?: any;
|
|
41
43
|
themeName?: any;
|
|
42
44
|
variant?: any;
|
|
43
45
|
appearance?: any;
|
|
44
46
|
disabled?: any;
|
|
45
|
-
value?: any;
|
|
46
47
|
dir?: any;
|
|
47
48
|
lang?: any;
|
|
48
49
|
filter?: any;
|
|
@@ -50,7 +51,6 @@ export declare const SelectComponent: import("vue").DefineComponent<{
|
|
|
50
51
|
invalid?: any;
|
|
51
52
|
selectedItem?: any;
|
|
52
53
|
required?: any;
|
|
53
|
-
placeholder?: any;
|
|
54
54
|
isEditable?: any;
|
|
55
55
|
textAlign?: any;
|
|
56
56
|
isClearable?: any;
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SelectItemComponent: import("vue").DefineComponent<{
|
|
7
|
+
value?: any;
|
|
7
8
|
themeName?: any;
|
|
8
9
|
variant?: any;
|
|
9
10
|
disabled?: any;
|
|
10
|
-
value?: any;
|
|
11
11
|
dir?: any;
|
|
12
12
|
lang?: any;
|
|
13
13
|
label?: any;
|
|
@@ -21,10 +21,10 @@ export declare const SelectItemComponent: 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" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
|
|
24
|
+
value?: any;
|
|
24
25
|
themeName?: any;
|
|
25
26
|
variant?: any;
|
|
26
27
|
disabled?: any;
|
|
27
|
-
value?: any;
|
|
28
28
|
dir?: any;
|
|
29
29
|
lang?: any;
|
|
30
30
|
label?: any;
|
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const SignaturepadComponent: 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
|
-
value?: any;
|
|
12
13
|
dir?: any;
|
|
13
14
|
lang?: any;
|
|
14
15
|
label?: any;
|
|
@@ -17,7 +18,6 @@ export declare const SignaturepadComponent: import("vue").DefineComponent<{
|
|
|
17
18
|
height?: any;
|
|
18
19
|
isFocused?: any;
|
|
19
20
|
required?: any;
|
|
20
|
-
placeholder?: any;
|
|
21
21
|
isClearable?: any;
|
|
22
22
|
minWidth?: any;
|
|
23
23
|
maxWidth?: any;
|
|
@@ -31,11 +31,12 @@ export declare const SignaturepadComponent: 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" | "signStarted" | "signEnded" | "signStrokeBeforeUpdate" | "signStrokeAfterUpdate" | "cleared")[], "connected" | "disconnected" | "changed" | "signStarted" | "signEnded" | "signStrokeBeforeUpdate" | "signStrokeAfterUpdate" | "cleared", import("vue").PublicProps, Readonly<{
|
|
34
|
+
value?: any;
|
|
35
|
+
placeholder?: any;
|
|
34
36
|
themeName?: any;
|
|
35
37
|
variant?: any;
|
|
36
38
|
appearance?: any;
|
|
37
39
|
disabled?: any;
|
|
38
|
-
value?: any;
|
|
39
40
|
dir?: any;
|
|
40
41
|
lang?: any;
|
|
41
42
|
label?: any;
|
|
@@ -44,7 +45,6 @@ export declare const SignaturepadComponent: import("vue").DefineComponent<{
|
|
|
44
45
|
height?: any;
|
|
45
46
|
isFocused?: any;
|
|
46
47
|
required?: any;
|
|
47
|
-
placeholder?: any;
|
|
48
48
|
isClearable?: any;
|
|
49
49
|
minWidth?: any;
|
|
50
50
|
maxWidth?: any;
|
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
6
6
|
export declare const TextboxComponent: 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
|
-
isBusy?: any;
|
|
13
|
-
value?: any;
|
|
14
13
|
dir?: any;
|
|
15
14
|
lang?: any;
|
|
16
15
|
name?: any;
|
|
@@ -19,11 +18,12 @@ export declare const TextboxComponent: import("vue").DefineComponent<{
|
|
|
19
18
|
resize?: any;
|
|
20
19
|
state?: any;
|
|
21
20
|
isFocused?: any;
|
|
21
|
+
isBusy?: any;
|
|
22
|
+
formatter?: any;
|
|
22
23
|
required?: any;
|
|
23
24
|
type?: any;
|
|
24
25
|
readonly?: any;
|
|
25
26
|
autofocus?: any;
|
|
26
|
-
placeholder?: any;
|
|
27
27
|
autocomplete?: any;
|
|
28
28
|
textAlign?: any;
|
|
29
29
|
isClearable?: any;
|
|
@@ -38,13 +38,12 @@ export declare const TextboxComponent: 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" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
|
|
41
|
+
value?: any;
|
|
42
|
+
placeholder?: any;
|
|
41
43
|
themeName?: any;
|
|
42
44
|
variant?: any;
|
|
43
45
|
appearance?: any;
|
|
44
46
|
disabled?: any;
|
|
45
|
-
formatter?: any;
|
|
46
|
-
isBusy?: any;
|
|
47
|
-
value?: any;
|
|
48
47
|
dir?: any;
|
|
49
48
|
lang?: any;
|
|
50
49
|
name?: any;
|
|
@@ -53,11 +52,12 @@ export declare const TextboxComponent: import("vue").DefineComponent<{
|
|
|
53
52
|
resize?: any;
|
|
54
53
|
state?: any;
|
|
55
54
|
isFocused?: any;
|
|
55
|
+
isBusy?: any;
|
|
56
|
+
formatter?: any;
|
|
56
57
|
required?: any;
|
|
57
58
|
type?: any;
|
|
58
59
|
readonly?: any;
|
|
59
60
|
autofocus?: any;
|
|
60
|
-
placeholder?: any;
|
|
61
61
|
autocomplete?: any;
|
|
62
62
|
textAlign?: any;
|
|
63
63
|
isClearable?: any;
|