@weni/unnnic-system 3.2.9 → 3.3.1-alpha.0
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 +13 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +18 -119
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- 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/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue.d.ts.map +1 -1
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts +43 -0
- package/dist/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue.d.ts.map +1 -0
- 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 +8 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +176 -29
- 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 +38 -32
- 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 +32 -1
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +176 -29
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +83 -14
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +186 -39
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +9 -15
- 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 +184 -37
- 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 +20 -14
- 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 +8 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +97 -28
- 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 +83 -14
- 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 +13 -2
- 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/TemplatePreview/TemplatePreview.vue.d.ts +9 -0
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +1 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +15 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +38 -32
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- 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 +2136 -1114
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-1ca6f2cf.mjs → es-94ab560e.mjs} +1 -1
- package/dist/{index-ca7d12b1.mjs → index-5caf403e.mjs} +8860 -8453
- package/dist/locales/en.json.d.ts +2 -1
- package/dist/locales/es.json.d.ts +2 -1
- package/dist/locales/pt_br.json.d.ts +2 -1
- package/dist/{pt-br-2d5000b1.mjs → pt-br-3002df05.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +126 -120
- package/dist/unnnic.umd.js +42 -41
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assets/icons/radio-checked.svg +3 -0
- 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/assets/scss/scheme-colors.scss +115 -111
- package/src/assets/tokens/colors.json +2 -2
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +60 -108
- package/src/components/Button/types.ts +0 -1
- package/src/components/ChartFunnel/ChartFunnel.vue +4 -0
- package/src/components/ChartFunnel/DefaultFunnel/ChartDefaultFunnelBase.vue +8 -2
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelBaseRow.vue +1 -1
- package/src/components/ChartFunnel/SvgFunnel/ChartFunnelTwoRows.vue +64 -0
- package/src/components/DataTable/index.vue +25 -10
- package/src/components/FormElement/FormElement.vue +51 -91
- package/src/components/Input/BaseInput.vue +31 -14
- package/src/components/Input/Input.scss +19 -21
- package/src/components/Input/Input.vue +94 -30
- package/src/components/Input/TextInput.vue +82 -58
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +16 -3
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -1
- package/src/components/Label/Label.vue +52 -21
- 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 +1 -0
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/Popover/__tests__/Popover.spec.js +147 -0
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
- package/src/components/Popover/index.vue +146 -0
- package/src/components/Radio/Radio.vue +80 -67
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/RadioGroup/RadioGroup.vue +110 -0
- package/src/components/Select/SelectOption.vue +65 -0
- package/src/components/Select/__tests__/Select.spec.js +412 -0
- package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
- package/src/components/Select/__tests__/SelectOption.spec.js +174 -0
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +97 -0
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
- package/src/components/Select/index.vue +245 -0
- package/src/components/Tab/Tab.vue +37 -23
- 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/TemplatePreview/TemplatePreview.vue +252 -0
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +51 -0
- package/src/components/TemplatePreview/types.d.ts +16 -0
- package/src/components/TextArea/TextArea.vue +13 -9
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +7 -2
- package/src/components/Toast/Toast.vue +236 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +18 -4
- package/src/locales/en.json +2 -1
- package/src/locales/es.json +2 -1
- package/src/locales/pt_br.json +2 -1
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +2 -17
- package/src/stories/ChartFunnel.stories.js +19 -0
- package/src/stories/DataTable.stories.js +60 -0
- package/src/stories/Input.stories.js +22 -3
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/Popover.stories.js +39 -0
- package/src/stories/RadioGroup.stories.js +139 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/TemplatePreview.stories.js +94 -0
- package/src/stories/TemplatePreviewModal.stories.js +110 -0
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +120 -14
- package/src/utils/call.js +46 -18
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
|
@@ -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(): "" | "alert" | "danger";
|
|
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;
|
|
70
71
|
filled: boolean;
|
|
71
72
|
next: boolean;
|
|
72
73
|
icon: string | null;
|
|
73
74
|
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,19 +95,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
};
|
|
96
96
|
message: {
|
|
97
97
|
type: StringConstructor;
|
|
98
|
-
default:
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
errors: {
|
|
101
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
102
|
+
default: string;
|
|
99
103
|
};
|
|
100
104
|
label: {
|
|
101
105
|
type: StringConstructor;
|
|
102
|
-
default:
|
|
106
|
+
default: string;
|
|
103
107
|
};
|
|
104
108
|
iconLeft: {
|
|
105
109
|
type: StringConstructor;
|
|
106
|
-
default:
|
|
110
|
+
default: string;
|
|
107
111
|
};
|
|
108
112
|
iconRight: {
|
|
109
113
|
type: StringConstructor;
|
|
110
|
-
default:
|
|
114
|
+
default: string;
|
|
111
115
|
};
|
|
112
116
|
allowTogglePassword: {
|
|
113
117
|
type: BooleanConstructor;
|
|
@@ -115,11 +119,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
119
|
};
|
|
116
120
|
iconLeftClickable: {
|
|
117
121
|
type: BooleanConstructor;
|
|
118
|
-
default:
|
|
122
|
+
default: boolean;
|
|
119
123
|
};
|
|
120
124
|
iconRightClickable: {
|
|
121
125
|
type: BooleanConstructor;
|
|
122
|
-
default:
|
|
126
|
+
default: boolean;
|
|
123
127
|
};
|
|
124
128
|
hasCloudyColor: {
|
|
125
129
|
type: BooleanConstructor;
|
|
@@ -133,13 +137,41 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
137
|
type: (StringConstructor | ArrayConstructor)[];
|
|
134
138
|
default: string;
|
|
135
139
|
};
|
|
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
|
+
showClear: {
|
|
165
|
+
type: BooleanConstructor;
|
|
166
|
+
default: boolean;
|
|
167
|
+
};
|
|
136
168
|
}>, {}, {
|
|
137
169
|
val: string;
|
|
138
170
|
}, {
|
|
139
171
|
hasLabelSlot(): boolean;
|
|
140
172
|
}, {
|
|
141
173
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
142
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
174
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "clear")[], "update:modelValue" | "clear", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
143
175
|
placeholder: {
|
|
144
176
|
type: StringConstructor;
|
|
145
177
|
default: string;
|
|
@@ -159,19 +191,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
191
|
};
|
|
160
192
|
message: {
|
|
161
193
|
type: StringConstructor;
|
|
162
|
-
default:
|
|
194
|
+
default: string;
|
|
195
|
+
};
|
|
196
|
+
errors: {
|
|
197
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
198
|
+
default: string;
|
|
163
199
|
};
|
|
164
200
|
label: {
|
|
165
201
|
type: StringConstructor;
|
|
166
|
-
default:
|
|
202
|
+
default: string;
|
|
167
203
|
};
|
|
168
204
|
iconLeft: {
|
|
169
205
|
type: StringConstructor;
|
|
170
|
-
default:
|
|
206
|
+
default: string;
|
|
171
207
|
};
|
|
172
208
|
iconRight: {
|
|
173
209
|
type: StringConstructor;
|
|
174
|
-
default:
|
|
210
|
+
default: string;
|
|
175
211
|
};
|
|
176
212
|
allowTogglePassword: {
|
|
177
213
|
type: BooleanConstructor;
|
|
@@ -179,11 +215,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
179
215
|
};
|
|
180
216
|
iconLeftClickable: {
|
|
181
217
|
type: BooleanConstructor;
|
|
182
|
-
default:
|
|
218
|
+
default: boolean;
|
|
183
219
|
};
|
|
184
220
|
iconRightClickable: {
|
|
185
221
|
type: BooleanConstructor;
|
|
186
|
-
default:
|
|
222
|
+
default: boolean;
|
|
187
223
|
};
|
|
188
224
|
hasCloudyColor: {
|
|
189
225
|
type: BooleanConstructor;
|
|
@@ -197,16 +233,49 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
233
|
type: (StringConstructor | ArrayConstructor)[];
|
|
198
234
|
default: string;
|
|
199
235
|
};
|
|
236
|
+
tooltip: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
default: string;
|
|
239
|
+
};
|
|
240
|
+
maxlength: {
|
|
241
|
+
type: (NumberConstructor | null)[];
|
|
242
|
+
default: null;
|
|
243
|
+
};
|
|
244
|
+
showMaxlengthCounter: {
|
|
245
|
+
type: BooleanConstructor;
|
|
246
|
+
default: boolean;
|
|
247
|
+
};
|
|
248
|
+
disabled: {
|
|
249
|
+
type: BooleanConstructor;
|
|
250
|
+
default: boolean;
|
|
251
|
+
};
|
|
252
|
+
readonly: {
|
|
253
|
+
type: BooleanConstructor;
|
|
254
|
+
default: boolean;
|
|
255
|
+
};
|
|
256
|
+
forceActiveStatus: {
|
|
257
|
+
type: BooleanConstructor;
|
|
258
|
+
default: boolean;
|
|
259
|
+
};
|
|
260
|
+
showClear: {
|
|
261
|
+
type: BooleanConstructor;
|
|
262
|
+
default: boolean;
|
|
263
|
+
};
|
|
200
264
|
}>> & Readonly<{
|
|
201
265
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
266
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
202
267
|
}>, {
|
|
203
|
-
label: string;
|
|
204
|
-
mask: string | unknown[];
|
|
205
268
|
size: string;
|
|
206
269
|
type: string;
|
|
270
|
+
label: string;
|
|
207
271
|
message: string;
|
|
272
|
+
disabled: boolean;
|
|
273
|
+
mask: string | unknown[];
|
|
208
274
|
modelValue: string;
|
|
209
275
|
nativeType: string;
|
|
276
|
+
maxlength: number | null;
|
|
277
|
+
readonly: boolean;
|
|
278
|
+
forceActiveStatus: boolean;
|
|
210
279
|
placeholder: string;
|
|
211
280
|
iconLeft: string;
|
|
212
281
|
iconRight: string;
|
|
@@ -214,6 +283,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
214
283
|
iconRightClickable: boolean;
|
|
215
284
|
allowTogglePassword: boolean;
|
|
216
285
|
hasCloudyColor: boolean;
|
|
286
|
+
showClear: boolean;
|
|
287
|
+
tooltip: string;
|
|
288
|
+
errors: string | unknown[];
|
|
289
|
+
showMaxlengthCounter: boolean;
|
|
217
290
|
}, {}, {
|
|
218
291
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
219
292
|
placeholder: {
|
|
@@ -249,10 +322,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
322
|
type: BooleanConstructor;
|
|
250
323
|
default: null;
|
|
251
324
|
};
|
|
252
|
-
iconRightSize: {
|
|
253
|
-
type: StringConstructor;
|
|
254
|
-
default: string;
|
|
255
|
-
};
|
|
256
325
|
allowTogglePassword: {
|
|
257
326
|
type: BooleanConstructor;
|
|
258
327
|
default: null;
|
|
@@ -265,21 +334,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
334
|
type: StringConstructor;
|
|
266
335
|
default: string;
|
|
267
336
|
};
|
|
337
|
+
maxlength: {
|
|
338
|
+
type: NumberConstructor;
|
|
339
|
+
default: null;
|
|
340
|
+
};
|
|
341
|
+
disabled: {
|
|
342
|
+
type: BooleanConstructor;
|
|
343
|
+
default: boolean;
|
|
344
|
+
};
|
|
345
|
+
readonly: {
|
|
346
|
+
type: BooleanConstructor;
|
|
347
|
+
default: boolean;
|
|
348
|
+
};
|
|
349
|
+
forceActiveStatus: {
|
|
350
|
+
type: BooleanConstructor;
|
|
351
|
+
default: boolean;
|
|
352
|
+
};
|
|
353
|
+
showClear: {
|
|
354
|
+
type: BooleanConstructor;
|
|
355
|
+
default: boolean;
|
|
356
|
+
};
|
|
268
357
|
}>, {}, {
|
|
269
358
|
isFocused: boolean;
|
|
270
359
|
showPassword: boolean;
|
|
271
360
|
}, {
|
|
272
|
-
isDisabled():
|
|
361
|
+
isDisabled(): {};
|
|
273
362
|
iconRightSvg(): string;
|
|
274
|
-
iconScheme(): "
|
|
363
|
+
iconScheme(): "fg-base" | "fg-muted" | "fg-critical" | "color-gray-700";
|
|
275
364
|
attributes(): any;
|
|
276
365
|
}, {
|
|
277
366
|
focus(): void;
|
|
278
367
|
onFocus(): void;
|
|
279
368
|
onBlur(): void;
|
|
280
369
|
onIconLeftClick(): void;
|
|
370
|
+
onClearClick(): void;
|
|
281
371
|
onIconRightClick(): void;
|
|
282
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
372
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
283
373
|
placeholder: {
|
|
284
374
|
type: StringConstructor;
|
|
285
375
|
default: null;
|
|
@@ -313,10 +403,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
313
403
|
type: BooleanConstructor;
|
|
314
404
|
default: null;
|
|
315
405
|
};
|
|
316
|
-
iconRightSize: {
|
|
317
|
-
type: StringConstructor;
|
|
318
|
-
default: string;
|
|
319
|
-
};
|
|
320
406
|
allowTogglePassword: {
|
|
321
407
|
type: BooleanConstructor;
|
|
322
408
|
default: null;
|
|
@@ -329,22 +415,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
329
415
|
type: StringConstructor;
|
|
330
416
|
default: string;
|
|
331
417
|
};
|
|
418
|
+
maxlength: {
|
|
419
|
+
type: NumberConstructor;
|
|
420
|
+
default: null;
|
|
421
|
+
};
|
|
422
|
+
disabled: {
|
|
423
|
+
type: BooleanConstructor;
|
|
424
|
+
default: boolean;
|
|
425
|
+
};
|
|
426
|
+
readonly: {
|
|
427
|
+
type: BooleanConstructor;
|
|
428
|
+
default: boolean;
|
|
429
|
+
};
|
|
430
|
+
forceActiveStatus: {
|
|
431
|
+
type: BooleanConstructor;
|
|
432
|
+
default: boolean;
|
|
433
|
+
};
|
|
434
|
+
showClear: {
|
|
435
|
+
type: BooleanConstructor;
|
|
436
|
+
default: boolean;
|
|
437
|
+
};
|
|
332
438
|
}>> & Readonly<{
|
|
439
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
333
440
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
334
441
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
335
442
|
}>, {
|
|
336
443
|
size: string;
|
|
337
444
|
type: string;
|
|
445
|
+
disabled: boolean;
|
|
338
446
|
modelValue: string;
|
|
339
447
|
nativeType: string;
|
|
448
|
+
maxlength: number;
|
|
449
|
+
readonly: boolean;
|
|
450
|
+
forceActiveStatus: boolean;
|
|
340
451
|
placeholder: string;
|
|
341
452
|
iconLeft: string;
|
|
342
453
|
iconRight: string;
|
|
343
454
|
iconLeftClickable: boolean;
|
|
344
455
|
iconRightClickable: boolean;
|
|
345
|
-
iconRightSize: string;
|
|
346
456
|
allowTogglePassword: boolean;
|
|
347
457
|
hasCloudyColor: boolean;
|
|
458
|
+
showClear: boolean;
|
|
348
459
|
}, {}, {
|
|
349
460
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
350
461
|
type: {
|
|
@@ -370,11 +481,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
370
481
|
};
|
|
371
482
|
hasIconLeft: BooleanConstructor;
|
|
372
483
|
hasIconRight: BooleanConstructor;
|
|
484
|
+
hasClearIcon: BooleanConstructor;
|
|
485
|
+
maxlength: {
|
|
486
|
+
type: NumberConstructor;
|
|
487
|
+
default: null;
|
|
488
|
+
};
|
|
489
|
+
readonly: {
|
|
490
|
+
type: BooleanConstructor;
|
|
491
|
+
default: boolean;
|
|
492
|
+
};
|
|
493
|
+
forceActiveStatus: {
|
|
494
|
+
type: BooleanConstructor;
|
|
495
|
+
default: boolean;
|
|
496
|
+
};
|
|
373
497
|
}>, {}, {}, {
|
|
374
498
|
attributes(): any;
|
|
375
499
|
classes(): (string | {
|
|
376
500
|
'input--has-icon-left': boolean;
|
|
377
501
|
'input--has-icon-right': boolean;
|
|
502
|
+
'input--has-clear-icon': boolean;
|
|
378
503
|
})[];
|
|
379
504
|
}, {
|
|
380
505
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -402,16 +527,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
402
527
|
};
|
|
403
528
|
hasIconLeft: BooleanConstructor;
|
|
404
529
|
hasIconRight: BooleanConstructor;
|
|
530
|
+
hasClearIcon: BooleanConstructor;
|
|
531
|
+
maxlength: {
|
|
532
|
+
type: NumberConstructor;
|
|
533
|
+
default: null;
|
|
534
|
+
};
|
|
535
|
+
readonly: {
|
|
536
|
+
type: BooleanConstructor;
|
|
537
|
+
default: boolean;
|
|
538
|
+
};
|
|
539
|
+
forceActiveStatus: {
|
|
540
|
+
type: BooleanConstructor;
|
|
541
|
+
default: boolean;
|
|
542
|
+
};
|
|
405
543
|
}>> & Readonly<{
|
|
406
544
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
407
545
|
}>, {
|
|
408
|
-
mask: string | unknown[];
|
|
409
546
|
size: string;
|
|
410
547
|
type: string;
|
|
548
|
+
mask: string | unknown[];
|
|
411
549
|
hasIconLeft: boolean;
|
|
412
550
|
hasIconRight: boolean;
|
|
551
|
+
hasClearIcon: boolean;
|
|
413
552
|
modelValue: string;
|
|
414
553
|
nativeType: string;
|
|
554
|
+
maxlength: number;
|
|
555
|
+
readonly: boolean;
|
|
556
|
+
forceActiveStatus: boolean;
|
|
415
557
|
}, {}, {}, {
|
|
416
558
|
mask: any;
|
|
417
559
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -424,23 +566,28 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
566
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
425
567
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
426
568
|
}>, {
|
|
569
|
+
size: import('../Icon.vue').IconSize;
|
|
427
570
|
filled: boolean;
|
|
428
571
|
next: boolean;
|
|
429
572
|
icon: string | null;
|
|
430
573
|
clickable: boolean;
|
|
431
|
-
size: import('../Icon.vue').IconSize;
|
|
432
574
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
433
575
|
scheme: import('../Icon.vue').SchemeColor;
|
|
434
576
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
435
577
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
578
|
+
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<{}>, {
|
|
579
|
+
label: string;
|
|
580
|
+
tooltip: string;
|
|
581
|
+
useHtmlTooltip: boolean;
|
|
582
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
436
583
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
437
584
|
UnnnicButton: {
|
|
438
585
|
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;
|
|
441
586
|
size: import('../Button/types').ButtonSize;
|
|
442
587
|
type: import('../Button/types').ButtonType;
|
|
443
588
|
disabled: boolean;
|
|
589
|
+
text: string;
|
|
590
|
+
next: boolean;
|
|
444
591
|
iconLeft: string;
|
|
445
592
|
iconRight: string;
|
|
446
593
|
float: boolean;
|
|
@@ -455,11 +602,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
455
602
|
M: {};
|
|
456
603
|
Defaults: {};
|
|
457
604
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
458
|
-
text: string;
|
|
459
|
-
next: boolean;
|
|
460
605
|
size: import('../Button/types').ButtonSize;
|
|
461
606
|
type: import('../Button/types').ButtonType;
|
|
462
607
|
disabled: boolean;
|
|
608
|
+
text: string;
|
|
609
|
+
next: boolean;
|
|
463
610
|
iconLeft: string;
|
|
464
611
|
iconRight: string;
|
|
465
612
|
float: boolean;
|
|
@@ -471,11 +618,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
471
618
|
__isTeleport?: never;
|
|
472
619
|
__isSuspense?: never;
|
|
473
620
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
474
|
-
text: string;
|
|
475
|
-
next: boolean;
|
|
476
621
|
size: import('../Button/types').ButtonSize;
|
|
477
622
|
type: import('../Button/types').ButtonType;
|
|
478
623
|
disabled: boolean;
|
|
624
|
+
text: string;
|
|
625
|
+
next: boolean;
|
|
479
626
|
iconLeft: string;
|
|
480
627
|
iconRight: string;
|
|
481
628
|
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;
|
|
404
402
|
size: import('../Button/types').ButtonSize;
|
|
405
403
|
type: import('../Button/types').ButtonType;
|
|
406
404
|
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;
|
|
423
421
|
size: import('../Button/types').ButtonSize;
|
|
424
422
|
type: import('../Button/types').ButtonType;
|
|
425
423
|
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;
|
|
439
437
|
size: import('../Button/types').ButtonSize;
|
|
440
438
|
type: import('../Button/types').ButtonType;
|
|
441
439
|
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;
|
|
462
463
|
filled: boolean;
|
|
463
464
|
next: boolean;
|
|
464
465
|
icon: string | null;
|
|
465
466
|
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;
|
|
481
482
|
filled: boolean;
|
|
482
483
|
next: boolean;
|
|
483
484
|
icon: string | null;
|
|
484
485
|
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;
|
|
493
491
|
size: import('../Button/types').ButtonSize;
|
|
494
492
|
type: import('../Button/types').ButtonType;
|
|
495
493
|
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;
|
|
512
510
|
size: import('../Button/types').ButtonSize;
|
|
513
511
|
type: import('../Button/types').ButtonType;
|
|
514
512
|
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;
|
|
528
526
|
size: import('../Button/types').ButtonSize;
|
|
529
527
|
type: import('../Button/types').ButtonType;
|
|
530
528
|
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
|
-
forceOpen: boolean;
|
|
99
98
|
enabled: boolean;
|
|
99
|
+
forceOpen: boolean;
|
|
100
100
|
side: string;
|
|
101
101
|
maxWidth: string;
|
|
102
102
|
shortcutText: string;
|
|
@@ -85,28 +85,30 @@ 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;
|
|
88
89
|
filled: boolean;
|
|
89
90
|
next: boolean;
|
|
90
91
|
icon: string | null;
|
|
91
92
|
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>;
|
|
96
96
|
UnnnicRadio: {
|
|
97
97
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
98
98
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
99
|
-
|
|
99
|
+
label: string;
|
|
100
100
|
disabled: boolean;
|
|
101
|
-
value: string | number;
|
|
102
101
|
modelValue: string | number;
|
|
102
|
+
name: string;
|
|
103
|
+
value: string | number;
|
|
103
104
|
$props: {
|
|
104
|
-
readonly
|
|
105
|
+
readonly label?: string | undefined;
|
|
105
106
|
readonly disabled?: boolean | undefined;
|
|
106
|
-
readonly value?: string | number | undefined;
|
|
107
107
|
readonly modelValue?: string | number | undefined;
|
|
108
|
+
readonly name?: string | undefined;
|
|
109
|
+
readonly value?: string | number | undefined;
|
|
108
110
|
};
|
|
109
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
111
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
110
112
|
P: {};
|
|
111
113
|
B: {};
|
|
112
114
|
D: {};
|
|
@@ -115,15 +117,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
117
|
Defaults: {};
|
|
116
118
|
}, Readonly<{}> & Readonly<{}>, {
|
|
117
119
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
118
|
-
|
|
120
|
+
label: string;
|
|
119
121
|
disabled: boolean;
|
|
120
|
-
value: string | number;
|
|
121
122
|
modelValue: string | number;
|
|
123
|
+
name: string;
|
|
124
|
+
value: string | number;
|
|
122
125
|
$props: {
|
|
123
|
-
readonly
|
|
126
|
+
readonly label?: string | undefined;
|
|
124
127
|
readonly disabled?: boolean | undefined;
|
|
125
|
-
readonly value?: string | number | undefined;
|
|
126
128
|
readonly modelValue?: string | number | undefined;
|
|
129
|
+
readonly name?: string | undefined;
|
|
130
|
+
readonly value?: string | number | undefined;
|
|
127
131
|
};
|
|
128
132
|
}, {}, {}, {}, {}>;
|
|
129
133
|
__isFragment?: never;
|
|
@@ -131,15 +135,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
131
135
|
__isSuspense?: never;
|
|
132
136
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
133
137
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
134
|
-
|
|
138
|
+
label: string;
|
|
135
139
|
disabled: boolean;
|
|
136
|
-
value: string | number;
|
|
137
140
|
modelValue: string | number;
|
|
141
|
+
name: string;
|
|
142
|
+
value: string | number;
|
|
138
143
|
$props: {
|
|
139
|
-
readonly
|
|
144
|
+
readonly label?: string | undefined;
|
|
140
145
|
readonly disabled?: boolean | undefined;
|
|
141
|
-
readonly value?: string | number | undefined;
|
|
142
146
|
readonly modelValue?: string | number | undefined;
|
|
147
|
+
readonly name?: string | undefined;
|
|
148
|
+
readonly value?: string | number | undefined;
|
|
143
149
|
};
|
|
144
150
|
}, {}, {}, {}, 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
151
|
$slots: {
|