@weni/unnnic-system 3.2.9-alpha.9 → 3.2.9
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/CHANGELOG.md +2 -11
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +119 -18
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +2 -2
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +8 -8
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- package/dist/components/ChartBar/ChartBar.vue.d.ts +8 -8
- package/dist/components/ChartLine/ChartLine.vue.d.ts +1 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +2 -2
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +15 -15
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -8
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +27 -149
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +32 -38
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
- package/dist/components/Input/BaseInput.vue.d.ts +1 -28
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -149
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -67
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -159
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +15 -9
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +35 -157
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +7 -7
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +27 -81
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +4 -4
- package/dist/components/SelectTime/index.vue.d.ts +13 -67
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +2 -13
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +2 -2
- package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +8 -8
- package/dist/components/TextArea/TextArea.vue.d.ts +32 -38
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -7
- package/dist/components/index.d.ts +1079 -1889
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-d6005598.js → es-1ca6f2cf.mjs} +1 -1
- package/dist/{index-35640dc9.js → index-ca7d12b1.mjs} +8407 -8738
- package/dist/locales/en.json.d.ts +1 -2
- package/dist/locales/es.json.d.ts +1 -2
- package/dist/locales/pt_br.json.d.ts +1 -2
- package/dist/{pt-br-89c2c09d.js → pt-br-2d5000b1.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +182 -0
- package/dist/unnnic.umd.js +109 -0
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/assets/scss/scheme-colors.scss +4 -131
- package/src/assets/tokens/colors.json +2 -2
- package/src/components/Alert/Alert.vue +135 -26
- package/src/components/Alert/AlertBanner.vue +182 -0
- package/src/components/Alert/AlertCaller.vue +49 -0
- package/src/components/Alert/Version1dot1.vue +36 -0
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +108 -60
- package/src/components/Button/types.ts +1 -0
- package/src/components/DataTable/index.vue +10 -25
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Input/BaseInput.vue +14 -22
- package/src/components/Input/Input.scss +21 -19
- package/src/components/Input/Input.vue +29 -85
- package/src/components/Input/TextInput.vue +42 -39
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -12
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/Label.vue +21 -52
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +0 -1
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/Tab/Tab.vue +23 -37
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/TextArea/TextArea.vue +9 -13
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +4 -18
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +17 -2
- package/src/stories/DataTable.stories.js +0 -60
- package/src/stories/Input.stories.js +3 -16
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +14 -120
- package/src/utils/call.js +18 -46
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts +0 -9
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +0 -1
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +0 -15
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/dist/unnnic.js +0 -188
- package/dist/unnnic.umd.cjs +0 -110
- package/src/assets/img/previews/doc-preview.png +0 -0
- package/src/assets/img/previews/image-preview.png +0 -0
- package/src/assets/img/previews/video-preview.png +0 -0
- package/src/components/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/Select/SelectOption.vue +0 -65
- package/src/components/Select/__tests__/Select.spec.js +0 -412
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -93
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/index.vue +0 -243
- package/src/components/TemplatePreview/TemplatePreview.vue +0 -252
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/components/Toast/Toast.vue +0 -236
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/Popover.stories.js +0 -39
- package/src/stories/Select.stories.js +0 -91
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -147,10 +147,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
onPrimaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
148
148
|
onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
149
149
|
}>, {
|
|
150
|
-
size: string;
|
|
151
|
-
type: string;
|
|
152
150
|
title: string;
|
|
153
151
|
icon: string;
|
|
152
|
+
size: string;
|
|
153
|
+
type: string;
|
|
154
154
|
iconScheme: string;
|
|
155
155
|
persistent: boolean;
|
|
156
156
|
showCloseIcon: boolean;
|
|
@@ -168,21 +168,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
168
168
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
169
169
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
170
170
|
}>, {
|
|
171
|
-
size: import('../Icon.vue').IconSize;
|
|
172
171
|
filled: boolean;
|
|
173
172
|
next: boolean;
|
|
174
173
|
icon: string | null;
|
|
175
174
|
clickable: boolean;
|
|
175
|
+
size: import('../Icon.vue').IconSize;
|
|
176
176
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
177
177
|
scheme: import('../Icon.vue').SchemeColor;
|
|
178
178
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
179
179
|
UnnnicButton: {
|
|
180
180
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
181
|
+
text: string;
|
|
182
|
+
next: boolean;
|
|
181
183
|
size: import('../Button/types').ButtonSize;
|
|
182
184
|
type: import('../Button/types').ButtonType;
|
|
183
185
|
disabled: boolean;
|
|
184
|
-
text: string;
|
|
185
|
-
next: boolean;
|
|
186
186
|
iconLeft: string;
|
|
187
187
|
iconRight: string;
|
|
188
188
|
float: boolean;
|
|
@@ -197,11 +197,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
197
|
M: {};
|
|
198
198
|
Defaults: {};
|
|
199
199
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
200
|
+
text: string;
|
|
201
|
+
next: boolean;
|
|
200
202
|
size: import('../Button/types').ButtonSize;
|
|
201
203
|
type: import('../Button/types').ButtonType;
|
|
202
204
|
disabled: boolean;
|
|
203
|
-
text: string;
|
|
204
|
-
next: boolean;
|
|
205
205
|
iconLeft: string;
|
|
206
206
|
iconRight: string;
|
|
207
207
|
float: boolean;
|
|
@@ -213,11 +213,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
213
213
|
__isTeleport?: never;
|
|
214
214
|
__isSuspense?: never;
|
|
215
215
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
216
|
+
text: string;
|
|
217
|
+
next: boolean;
|
|
216
218
|
size: import('../Button/types').ButtonSize;
|
|
217
219
|
type: import('../Button/types').ButtonType;
|
|
218
220
|
disabled: boolean;
|
|
219
|
-
text: string;
|
|
220
|
-
next: boolean;
|
|
221
221
|
iconLeft: string;
|
|
222
222
|
iconRight: string;
|
|
223
223
|
float: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ModalDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ModalDialog/ModalDialog.vue"],"names":[],"mappings":"AAkGA;"}
|
|
@@ -23,7 +23,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
confirmText: string;
|
|
24
24
|
}, {
|
|
25
25
|
isPersistent(): any;
|
|
26
|
-
buttonType(): "" | "
|
|
26
|
+
buttonType(): "" | "danger" | "alert";
|
|
27
27
|
disabled(): boolean;
|
|
28
28
|
}, {
|
|
29
29
|
closeByDarkBackground(): void;
|
|
@@ -67,11 +67,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
68
68
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
69
69
|
}>, {
|
|
70
|
-
size: import('../Icon.vue').IconSize;
|
|
71
70
|
filled: boolean;
|
|
72
71
|
next: boolean;
|
|
73
72
|
icon: string | null;
|
|
74
73
|
clickable: boolean;
|
|
74
|
+
size: import('../Icon.vue').IconSize;
|
|
75
75
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
76
76
|
scheme: import('../Icon.vue').SchemeColor;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -95,23 +95,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
};
|
|
96
96
|
message: {
|
|
97
97
|
type: StringConstructor;
|
|
98
|
-
default:
|
|
99
|
-
};
|
|
100
|
-
errors: {
|
|
101
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
102
|
-
default: string;
|
|
98
|
+
default: null;
|
|
103
99
|
};
|
|
104
100
|
label: {
|
|
105
101
|
type: StringConstructor;
|
|
106
|
-
default:
|
|
102
|
+
default: null;
|
|
107
103
|
};
|
|
108
104
|
iconLeft: {
|
|
109
105
|
type: StringConstructor;
|
|
110
|
-
default:
|
|
106
|
+
default: null;
|
|
111
107
|
};
|
|
112
108
|
iconRight: {
|
|
113
109
|
type: StringConstructor;
|
|
114
|
-
default:
|
|
110
|
+
default: null;
|
|
115
111
|
};
|
|
116
112
|
allowTogglePassword: {
|
|
117
113
|
type: BooleanConstructor;
|
|
@@ -119,11 +115,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
115
|
};
|
|
120
116
|
iconLeftClickable: {
|
|
121
117
|
type: BooleanConstructor;
|
|
122
|
-
default:
|
|
118
|
+
default: null;
|
|
123
119
|
};
|
|
124
120
|
iconRightClickable: {
|
|
125
121
|
type: BooleanConstructor;
|
|
126
|
-
default:
|
|
122
|
+
default: null;
|
|
127
123
|
};
|
|
128
124
|
hasCloudyColor: {
|
|
129
125
|
type: BooleanConstructor;
|
|
@@ -137,30 +133,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
137
133
|
type: (StringConstructor | ArrayConstructor)[];
|
|
138
134
|
default: string;
|
|
139
135
|
};
|
|
140
|
-
tooltip: {
|
|
141
|
-
type: StringConstructor;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
maxlength: {
|
|
145
|
-
type: (NumberConstructor | null)[];
|
|
146
|
-
default: null;
|
|
147
|
-
};
|
|
148
|
-
showMaxlengthCounter: {
|
|
149
|
-
type: BooleanConstructor;
|
|
150
|
-
default: boolean;
|
|
151
|
-
};
|
|
152
|
-
disabled: {
|
|
153
|
-
type: BooleanConstructor;
|
|
154
|
-
default: boolean;
|
|
155
|
-
};
|
|
156
|
-
readonly: {
|
|
157
|
-
type: BooleanConstructor;
|
|
158
|
-
default: boolean;
|
|
159
|
-
};
|
|
160
|
-
forceActiveStatus: {
|
|
161
|
-
type: BooleanConstructor;
|
|
162
|
-
default: boolean;
|
|
163
|
-
};
|
|
164
136
|
}>, {}, {
|
|
165
137
|
val: string;
|
|
166
138
|
}, {
|
|
@@ -187,23 +159,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
187
159
|
};
|
|
188
160
|
message: {
|
|
189
161
|
type: StringConstructor;
|
|
190
|
-
default:
|
|
191
|
-
};
|
|
192
|
-
errors: {
|
|
193
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
194
|
-
default: string;
|
|
162
|
+
default: null;
|
|
195
163
|
};
|
|
196
164
|
label: {
|
|
197
165
|
type: StringConstructor;
|
|
198
|
-
default:
|
|
166
|
+
default: null;
|
|
199
167
|
};
|
|
200
168
|
iconLeft: {
|
|
201
169
|
type: StringConstructor;
|
|
202
|
-
default:
|
|
170
|
+
default: null;
|
|
203
171
|
};
|
|
204
172
|
iconRight: {
|
|
205
173
|
type: StringConstructor;
|
|
206
|
-
default:
|
|
174
|
+
default: null;
|
|
207
175
|
};
|
|
208
176
|
allowTogglePassword: {
|
|
209
177
|
type: BooleanConstructor;
|
|
@@ -211,11 +179,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
211
179
|
};
|
|
212
180
|
iconLeftClickable: {
|
|
213
181
|
type: BooleanConstructor;
|
|
214
|
-
default:
|
|
182
|
+
default: null;
|
|
215
183
|
};
|
|
216
184
|
iconRightClickable: {
|
|
217
185
|
type: BooleanConstructor;
|
|
218
|
-
default:
|
|
186
|
+
default: null;
|
|
219
187
|
};
|
|
220
188
|
hasCloudyColor: {
|
|
221
189
|
type: BooleanConstructor;
|
|
@@ -229,44 +197,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
229
197
|
type: (StringConstructor | ArrayConstructor)[];
|
|
230
198
|
default: string;
|
|
231
199
|
};
|
|
232
|
-
tooltip: {
|
|
233
|
-
type: StringConstructor;
|
|
234
|
-
default: string;
|
|
235
|
-
};
|
|
236
|
-
maxlength: {
|
|
237
|
-
type: (NumberConstructor | null)[];
|
|
238
|
-
default: null;
|
|
239
|
-
};
|
|
240
|
-
showMaxlengthCounter: {
|
|
241
|
-
type: BooleanConstructor;
|
|
242
|
-
default: boolean;
|
|
243
|
-
};
|
|
244
|
-
disabled: {
|
|
245
|
-
type: BooleanConstructor;
|
|
246
|
-
default: boolean;
|
|
247
|
-
};
|
|
248
|
-
readonly: {
|
|
249
|
-
type: BooleanConstructor;
|
|
250
|
-
default: boolean;
|
|
251
|
-
};
|
|
252
|
-
forceActiveStatus: {
|
|
253
|
-
type: BooleanConstructor;
|
|
254
|
-
default: boolean;
|
|
255
|
-
};
|
|
256
200
|
}>> & Readonly<{
|
|
257
201
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
258
202
|
}>, {
|
|
203
|
+
label: string;
|
|
204
|
+
mask: string | unknown[];
|
|
259
205
|
size: string;
|
|
260
206
|
type: string;
|
|
261
|
-
label: string;
|
|
262
207
|
message: string;
|
|
263
|
-
disabled: boolean;
|
|
264
|
-
mask: string | unknown[];
|
|
265
208
|
modelValue: string;
|
|
266
209
|
nativeType: string;
|
|
267
|
-
maxlength: number | null;
|
|
268
|
-
readonly: boolean;
|
|
269
|
-
forceActiveStatus: boolean;
|
|
270
210
|
placeholder: string;
|
|
271
211
|
iconLeft: string;
|
|
272
212
|
iconRight: string;
|
|
@@ -274,9 +214,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
274
214
|
iconRightClickable: boolean;
|
|
275
215
|
allowTogglePassword: boolean;
|
|
276
216
|
hasCloudyColor: boolean;
|
|
277
|
-
tooltip: string;
|
|
278
|
-
errors: string | unknown[];
|
|
279
|
-
showMaxlengthCounter: boolean;
|
|
280
217
|
}, {}, {
|
|
281
218
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
282
219
|
placeholder: {
|
|
@@ -312,6 +249,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
312
249
|
type: BooleanConstructor;
|
|
313
250
|
default: null;
|
|
314
251
|
};
|
|
252
|
+
iconRightSize: {
|
|
253
|
+
type: StringConstructor;
|
|
254
|
+
default: string;
|
|
255
|
+
};
|
|
315
256
|
allowTogglePassword: {
|
|
316
257
|
type: BooleanConstructor;
|
|
317
258
|
default: null;
|
|
@@ -324,29 +265,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
324
265
|
type: StringConstructor;
|
|
325
266
|
default: string;
|
|
326
267
|
};
|
|
327
|
-
maxlength: {
|
|
328
|
-
type: NumberConstructor;
|
|
329
|
-
default: null;
|
|
330
|
-
};
|
|
331
|
-
disabled: {
|
|
332
|
-
type: BooleanConstructor;
|
|
333
|
-
default: boolean;
|
|
334
|
-
};
|
|
335
|
-
readonly: {
|
|
336
|
-
type: BooleanConstructor;
|
|
337
|
-
default: boolean;
|
|
338
|
-
};
|
|
339
|
-
forceActiveStatus: {
|
|
340
|
-
type: BooleanConstructor;
|
|
341
|
-
default: boolean;
|
|
342
|
-
};
|
|
343
268
|
}>, {}, {
|
|
344
269
|
isFocused: boolean;
|
|
345
270
|
showPassword: boolean;
|
|
346
271
|
}, {
|
|
347
|
-
isDisabled():
|
|
272
|
+
isDisabled(): unknown;
|
|
348
273
|
iconRightSvg(): string;
|
|
349
|
-
iconScheme(): "
|
|
274
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
350
275
|
attributes(): any;
|
|
351
276
|
}, {
|
|
352
277
|
focus(): void;
|
|
@@ -388,6 +313,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
388
313
|
type: BooleanConstructor;
|
|
389
314
|
default: null;
|
|
390
315
|
};
|
|
316
|
+
iconRightSize: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
default: string;
|
|
319
|
+
};
|
|
391
320
|
allowTogglePassword: {
|
|
392
321
|
type: BooleanConstructor;
|
|
393
322
|
default: null;
|
|
@@ -400,39 +329,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
400
329
|
type: StringConstructor;
|
|
401
330
|
default: string;
|
|
402
331
|
};
|
|
403
|
-
maxlength: {
|
|
404
|
-
type: NumberConstructor;
|
|
405
|
-
default: null;
|
|
406
|
-
};
|
|
407
|
-
disabled: {
|
|
408
|
-
type: BooleanConstructor;
|
|
409
|
-
default: boolean;
|
|
410
|
-
};
|
|
411
|
-
readonly: {
|
|
412
|
-
type: BooleanConstructor;
|
|
413
|
-
default: boolean;
|
|
414
|
-
};
|
|
415
|
-
forceActiveStatus: {
|
|
416
|
-
type: BooleanConstructor;
|
|
417
|
-
default: boolean;
|
|
418
|
-
};
|
|
419
332
|
}>> & Readonly<{
|
|
420
333
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
421
334
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
422
335
|
}>, {
|
|
423
336
|
size: string;
|
|
424
337
|
type: string;
|
|
425
|
-
disabled: boolean;
|
|
426
338
|
modelValue: string;
|
|
427
339
|
nativeType: string;
|
|
428
|
-
maxlength: number;
|
|
429
|
-
readonly: boolean;
|
|
430
|
-
forceActiveStatus: boolean;
|
|
431
340
|
placeholder: string;
|
|
432
341
|
iconLeft: string;
|
|
433
342
|
iconRight: string;
|
|
434
343
|
iconLeftClickable: boolean;
|
|
435
344
|
iconRightClickable: boolean;
|
|
345
|
+
iconRightSize: string;
|
|
436
346
|
allowTogglePassword: boolean;
|
|
437
347
|
hasCloudyColor: boolean;
|
|
438
348
|
}, {}, {
|
|
@@ -460,18 +370,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
460
370
|
};
|
|
461
371
|
hasIconLeft: BooleanConstructor;
|
|
462
372
|
hasIconRight: BooleanConstructor;
|
|
463
|
-
maxlength: {
|
|
464
|
-
type: NumberConstructor;
|
|
465
|
-
default: null;
|
|
466
|
-
};
|
|
467
|
-
readonly: {
|
|
468
|
-
type: BooleanConstructor;
|
|
469
|
-
default: boolean;
|
|
470
|
-
};
|
|
471
|
-
forceActiveStatus: {
|
|
472
|
-
type: BooleanConstructor;
|
|
473
|
-
default: boolean;
|
|
474
|
-
};
|
|
475
373
|
}>, {}, {}, {
|
|
476
374
|
attributes(): any;
|
|
477
375
|
classes(): (string | {
|
|
@@ -504,31 +402,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
504
402
|
};
|
|
505
403
|
hasIconLeft: BooleanConstructor;
|
|
506
404
|
hasIconRight: BooleanConstructor;
|
|
507
|
-
maxlength: {
|
|
508
|
-
type: NumberConstructor;
|
|
509
|
-
default: null;
|
|
510
|
-
};
|
|
511
|
-
readonly: {
|
|
512
|
-
type: BooleanConstructor;
|
|
513
|
-
default: boolean;
|
|
514
|
-
};
|
|
515
|
-
forceActiveStatus: {
|
|
516
|
-
type: BooleanConstructor;
|
|
517
|
-
default: boolean;
|
|
518
|
-
};
|
|
519
405
|
}>> & Readonly<{
|
|
520
406
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
521
407
|
}>, {
|
|
408
|
+
mask: string | unknown[];
|
|
522
409
|
size: string;
|
|
523
410
|
type: string;
|
|
524
|
-
mask: string | unknown[];
|
|
525
411
|
hasIconLeft: boolean;
|
|
526
412
|
hasIconRight: boolean;
|
|
527
413
|
modelValue: string;
|
|
528
414
|
nativeType: string;
|
|
529
|
-
maxlength: number;
|
|
530
|
-
readonly: boolean;
|
|
531
|
-
forceActiveStatus: boolean;
|
|
532
415
|
}, {}, {}, {
|
|
533
416
|
mask: any;
|
|
534
417
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -541,28 +424,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
541
424
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
542
425
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
543
426
|
}>, {
|
|
544
|
-
size: import('../Icon.vue').IconSize;
|
|
545
427
|
filled: boolean;
|
|
546
428
|
next: boolean;
|
|
547
429
|
icon: string | null;
|
|
548
430
|
clickable: boolean;
|
|
431
|
+
size: import('../Icon.vue').IconSize;
|
|
549
432
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
550
433
|
scheme: import('../Icon.vue').SchemeColor;
|
|
551
434
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
552
435
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
553
|
-
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
554
|
-
label: string;
|
|
555
|
-
tooltip: string;
|
|
556
|
-
useHtmlTooltip: boolean;
|
|
557
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
558
436
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
559
437
|
UnnnicButton: {
|
|
560
438
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
439
|
+
text: string;
|
|
440
|
+
next: boolean;
|
|
561
441
|
size: import('../Button/types').ButtonSize;
|
|
562
442
|
type: import('../Button/types').ButtonType;
|
|
563
443
|
disabled: boolean;
|
|
564
|
-
text: string;
|
|
565
|
-
next: boolean;
|
|
566
444
|
iconLeft: string;
|
|
567
445
|
iconRight: string;
|
|
568
446
|
float: boolean;
|
|
@@ -577,11 +455,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
577
455
|
M: {};
|
|
578
456
|
Defaults: {};
|
|
579
457
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
458
|
+
text: string;
|
|
459
|
+
next: boolean;
|
|
580
460
|
size: import('../Button/types').ButtonSize;
|
|
581
461
|
type: import('../Button/types').ButtonType;
|
|
582
462
|
disabled: boolean;
|
|
583
|
-
text: string;
|
|
584
|
-
next: boolean;
|
|
585
463
|
iconLeft: string;
|
|
586
464
|
iconRight: string;
|
|
587
465
|
float: boolean;
|
|
@@ -593,11 +471,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
593
471
|
__isTeleport?: never;
|
|
594
472
|
__isSuspense?: never;
|
|
595
473
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
474
|
+
text: string;
|
|
475
|
+
next: boolean;
|
|
596
476
|
size: import('../Button/types').ButtonSize;
|
|
597
477
|
type: import('../Button/types').ButtonType;
|
|
598
478
|
disabled: boolean;
|
|
599
|
-
text: string;
|
|
600
|
-
next: boolean;
|
|
601
479
|
iconLeft: string;
|
|
602
480
|
iconRight: string;
|
|
603
481
|
float: boolean;
|
|
@@ -399,11 +399,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
399
399
|
}, {}, {
|
|
400
400
|
UnnnicButton: {
|
|
401
401
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
402
|
+
text: string;
|
|
403
|
+
next: boolean;
|
|
402
404
|
size: import('../Button/types').ButtonSize;
|
|
403
405
|
type: import('../Button/types').ButtonType;
|
|
404
406
|
disabled: boolean;
|
|
405
|
-
text: string;
|
|
406
|
-
next: boolean;
|
|
407
407
|
iconLeft: string;
|
|
408
408
|
iconRight: string;
|
|
409
409
|
float: boolean;
|
|
@@ -418,11 +418,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
418
418
|
M: {};
|
|
419
419
|
Defaults: {};
|
|
420
420
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
421
|
+
text: string;
|
|
422
|
+
next: boolean;
|
|
421
423
|
size: import('../Button/types').ButtonSize;
|
|
422
424
|
type: import('../Button/types').ButtonType;
|
|
423
425
|
disabled: boolean;
|
|
424
|
-
text: string;
|
|
425
|
-
next: boolean;
|
|
426
426
|
iconLeft: string;
|
|
427
427
|
iconRight: string;
|
|
428
428
|
float: boolean;
|
|
@@ -434,11 +434,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
434
434
|
__isTeleport?: never;
|
|
435
435
|
__isSuspense?: never;
|
|
436
436
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
437
|
+
text: string;
|
|
438
|
+
next: boolean;
|
|
437
439
|
size: import('../Button/types').ButtonSize;
|
|
438
440
|
type: import('../Button/types').ButtonType;
|
|
439
441
|
disabled: boolean;
|
|
440
|
-
text: string;
|
|
441
|
-
next: boolean;
|
|
442
442
|
iconLeft: string;
|
|
443
443
|
iconRight: string;
|
|
444
444
|
float: boolean;
|
|
@@ -459,11 +459,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
459
459
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
460
460
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
461
461
|
}>, {
|
|
462
|
-
size: import('../Icon.vue').IconSize;
|
|
463
462
|
filled: boolean;
|
|
464
463
|
next: boolean;
|
|
465
464
|
icon: string | null;
|
|
466
465
|
clickable: boolean;
|
|
466
|
+
size: import('../Icon.vue').IconSize;
|
|
467
467
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
468
468
|
scheme: import('../Icon.vue').SchemeColor;
|
|
469
469
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -478,21 +478,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
478
478
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
479
479
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
480
480
|
}>, {
|
|
481
|
-
size: import('../Icon.vue').IconSize;
|
|
482
481
|
filled: boolean;
|
|
483
482
|
next: boolean;
|
|
484
483
|
icon: string | null;
|
|
485
484
|
clickable: boolean;
|
|
485
|
+
size: import('../Icon.vue').IconSize;
|
|
486
486
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
487
487
|
scheme: import('../Icon.vue').SchemeColor;
|
|
488
488
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
489
489
|
UnnnicButton: {
|
|
490
490
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
491
|
+
text: string;
|
|
492
|
+
next: boolean;
|
|
491
493
|
size: import('../Button/types').ButtonSize;
|
|
492
494
|
type: import('../Button/types').ButtonType;
|
|
493
495
|
disabled: boolean;
|
|
494
|
-
text: string;
|
|
495
|
-
next: boolean;
|
|
496
496
|
iconLeft: string;
|
|
497
497
|
iconRight: string;
|
|
498
498
|
float: boolean;
|
|
@@ -507,11 +507,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
507
507
|
M: {};
|
|
508
508
|
Defaults: {};
|
|
509
509
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
510
|
+
text: string;
|
|
511
|
+
next: boolean;
|
|
510
512
|
size: import('../Button/types').ButtonSize;
|
|
511
513
|
type: import('../Button/types').ButtonType;
|
|
512
514
|
disabled: boolean;
|
|
513
|
-
text: string;
|
|
514
|
-
next: boolean;
|
|
515
515
|
iconLeft: string;
|
|
516
516
|
iconRight: string;
|
|
517
517
|
float: boolean;
|
|
@@ -523,11 +523,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
523
523
|
__isTeleport?: never;
|
|
524
524
|
__isSuspense?: never;
|
|
525
525
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
526
|
+
text: string;
|
|
527
|
+
next: boolean;
|
|
526
528
|
size: import('../Button/types').ButtonSize;
|
|
527
529
|
type: import('../Button/types').ButtonType;
|
|
528
530
|
disabled: boolean;
|
|
529
|
-
text: string;
|
|
530
|
-
next: boolean;
|
|
531
531
|
iconLeft: string;
|
|
532
532
|
iconRight: string;
|
|
533
533
|
float: boolean;
|
|
@@ -95,8 +95,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
};
|
|
96
96
|
}>> & Readonly<{}>, {
|
|
97
97
|
text: string;
|
|
98
|
-
enabled: boolean;
|
|
99
98
|
forceOpen: boolean;
|
|
99
|
+
enabled: boolean;
|
|
100
100
|
side: string;
|
|
101
101
|
maxWidth: string;
|
|
102
102
|
shortcutText: string;
|
|
@@ -85,11 +85,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
85
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
86
86
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
|
-
size: import('../Icon.vue').IconSize;
|
|
89
88
|
filled: boolean;
|
|
90
89
|
next: boolean;
|
|
91
90
|
icon: string | null;
|
|
92
91
|
clickable: boolean;
|
|
92
|
+
size: import('../Icon.vue').IconSize;
|
|
93
93
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
94
94
|
scheme: import('../Icon.vue').SchemeColor;
|
|
95
95
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -98,13 +98,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
98
98
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
99
99
|
size: string;
|
|
100
100
|
disabled: boolean;
|
|
101
|
-
modelValue: string | number;
|
|
102
101
|
value: string | number;
|
|
102
|
+
modelValue: string | number;
|
|
103
103
|
$props: {
|
|
104
104
|
readonly size?: string | undefined;
|
|
105
105
|
readonly disabled?: boolean | undefined;
|
|
106
|
-
readonly modelValue?: string | number | undefined;
|
|
107
106
|
readonly value?: string | number | undefined;
|
|
107
|
+
readonly modelValue?: string | number | undefined;
|
|
108
108
|
};
|
|
109
109
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
110
110
|
P: {};
|
|
@@ -117,13 +117,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
118
118
|
size: string;
|
|
119
119
|
disabled: boolean;
|
|
120
|
-
modelValue: string | number;
|
|
121
120
|
value: string | number;
|
|
121
|
+
modelValue: string | number;
|
|
122
122
|
$props: {
|
|
123
123
|
readonly size?: string | undefined;
|
|
124
124
|
readonly disabled?: boolean | undefined;
|
|
125
|
-
readonly modelValue?: string | number | undefined;
|
|
126
125
|
readonly value?: string | number | undefined;
|
|
126
|
+
readonly modelValue?: string | number | undefined;
|
|
127
127
|
};
|
|
128
128
|
}, {}, {}, {}, {}>;
|
|
129
129
|
__isFragment?: never;
|
|
@@ -133,13 +133,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
133
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
134
134
|
size: string;
|
|
135
135
|
disabled: boolean;
|
|
136
|
-
modelValue: string | number;
|
|
137
136
|
value: string | number;
|
|
137
|
+
modelValue: string | number;
|
|
138
138
|
$props: {
|
|
139
139
|
readonly size?: string | undefined;
|
|
140
140
|
readonly disabled?: boolean | undefined;
|
|
141
|
-
readonly modelValue?: string | number | undefined;
|
|
142
141
|
readonly value?: string | number | undefined;
|
|
142
|
+
readonly modelValue?: string | number | undefined;
|
|
143
143
|
};
|
|
144
144
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
145
145
|
$slots: {
|