@weni/unnnic-system 3.4.0 → 3.4.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 +1 -1
- 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/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 -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 +24 -25
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- 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 +2402 -1146
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/popover/Popover.vue.d.ts +23 -0
- package/dist/components/ui/popover/Popover.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +43 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +19 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/index.d.ts +5 -0
- package/dist/components/ui/popover/index.d.ts.map +1 -0
- package/dist/{es-8265192e.mjs → es-479daf92.mjs} +1 -1
- package/dist/{index-832905fc.mjs → index-a8aa7094.mjs} +18065 -11737
- package/dist/index.d.ts.map +1 -1
- 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-9ced3d4b.mjs → pt-br-32c84cc8.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +141 -129
- package/dist/unnnic.umd.js +53 -50
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -1
- package/src/assets/icons/radio-checked.svg +3 -0
- package/src/assets/icons/switch-checked-disabled.svg +3 -0
- package/src/assets/icons/switch-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 -238
- package/src/assets/scss/tailwind.scss +15 -15
- 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/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/Switch/Switch.vue +91 -99
- package/src/components/Switch/__tests__/Switch.spec.js +8 -74
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +3 -5
- 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 +30 -4
- package/src/components/ui/popover/Popover.vue +15 -0
- package/src/components/ui/popover/PopoverContent.vue +98 -0
- package/src/components/ui/popover/PopoverTrigger.vue +12 -0
- package/src/components/ui/popover/index.ts +4 -0
- package/src/index.ts +1 -0
- 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/Input.stories.js +22 -3
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/Popover.stories.js +306 -0
- package/src/stories/RadioGroup.stories.js +139 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Switch.stories.js +4 -5
- 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 +1 -0
- 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
|
@@ -143,10 +143,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
143
143
|
type: BooleanConstructor;
|
|
144
144
|
default: null;
|
|
145
145
|
};
|
|
146
|
-
iconRightSize: {
|
|
147
|
-
type: StringConstructor;
|
|
148
|
-
default: string;
|
|
149
|
-
};
|
|
150
146
|
allowTogglePassword: {
|
|
151
147
|
type: BooleanConstructor;
|
|
152
148
|
default: null;
|
|
@@ -159,21 +155,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
155
|
type: StringConstructor;
|
|
160
156
|
default: string;
|
|
161
157
|
};
|
|
158
|
+
maxlength: {
|
|
159
|
+
type: NumberConstructor;
|
|
160
|
+
default: null;
|
|
161
|
+
};
|
|
162
|
+
disabled: {
|
|
163
|
+
type: BooleanConstructor;
|
|
164
|
+
default: boolean;
|
|
165
|
+
};
|
|
166
|
+
readonly: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
170
|
+
forceActiveStatus: {
|
|
171
|
+
type: BooleanConstructor;
|
|
172
|
+
default: boolean;
|
|
173
|
+
};
|
|
174
|
+
showClear: {
|
|
175
|
+
type: BooleanConstructor;
|
|
176
|
+
default: boolean;
|
|
177
|
+
};
|
|
162
178
|
}>, {}, {
|
|
163
179
|
isFocused: boolean;
|
|
164
180
|
showPassword: boolean;
|
|
165
181
|
}, {
|
|
166
|
-
isDisabled():
|
|
182
|
+
isDisabled(): {};
|
|
167
183
|
iconRightSvg(): string;
|
|
168
|
-
iconScheme(): "
|
|
184
|
+
iconScheme(): "fg-base" | "fg-muted" | "fg-critical" | "color-gray-700";
|
|
169
185
|
attributes(): any;
|
|
170
186
|
}, {
|
|
171
187
|
focus(): void;
|
|
172
188
|
onFocus(): void;
|
|
173
189
|
onBlur(): void;
|
|
174
190
|
onIconLeftClick(): void;
|
|
191
|
+
onClearClick(): void;
|
|
175
192
|
onIconRightClick(): void;
|
|
176
|
-
}, 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<{
|
|
193
|
+
}, 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<{
|
|
177
194
|
placeholder: {
|
|
178
195
|
type: StringConstructor;
|
|
179
196
|
default: null;
|
|
@@ -207,10 +224,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
224
|
type: BooleanConstructor;
|
|
208
225
|
default: null;
|
|
209
226
|
};
|
|
210
|
-
iconRightSize: {
|
|
211
|
-
type: StringConstructor;
|
|
212
|
-
default: string;
|
|
213
|
-
};
|
|
214
227
|
allowTogglePassword: {
|
|
215
228
|
type: BooleanConstructor;
|
|
216
229
|
default: null;
|
|
@@ -223,22 +236,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
223
236
|
type: StringConstructor;
|
|
224
237
|
default: string;
|
|
225
238
|
};
|
|
239
|
+
maxlength: {
|
|
240
|
+
type: NumberConstructor;
|
|
241
|
+
default: null;
|
|
242
|
+
};
|
|
243
|
+
disabled: {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
default: boolean;
|
|
246
|
+
};
|
|
247
|
+
readonly: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
251
|
+
forceActiveStatus: {
|
|
252
|
+
type: BooleanConstructor;
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
showClear: {
|
|
256
|
+
type: BooleanConstructor;
|
|
257
|
+
default: boolean;
|
|
258
|
+
};
|
|
226
259
|
}>> & Readonly<{
|
|
260
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
227
261
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
228
262
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
229
263
|
}>, {
|
|
230
264
|
size: string;
|
|
231
265
|
type: string;
|
|
266
|
+
disabled: boolean;
|
|
232
267
|
modelValue: string;
|
|
233
268
|
nativeType: string;
|
|
269
|
+
maxlength: number;
|
|
270
|
+
readonly: boolean;
|
|
271
|
+
forceActiveStatus: boolean;
|
|
234
272
|
placeholder: string;
|
|
235
273
|
iconLeft: string;
|
|
236
274
|
iconRight: string;
|
|
237
275
|
iconLeftClickable: boolean;
|
|
238
276
|
iconRightClickable: boolean;
|
|
239
|
-
iconRightSize: string;
|
|
240
277
|
allowTogglePassword: boolean;
|
|
241
278
|
hasCloudyColor: boolean;
|
|
279
|
+
showClear: boolean;
|
|
242
280
|
}, {}, {
|
|
243
281
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
244
282
|
type: {
|
|
@@ -264,11 +302,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
264
302
|
};
|
|
265
303
|
hasIconLeft: BooleanConstructor;
|
|
266
304
|
hasIconRight: BooleanConstructor;
|
|
305
|
+
hasClearIcon: BooleanConstructor;
|
|
306
|
+
maxlength: {
|
|
307
|
+
type: NumberConstructor;
|
|
308
|
+
default: null;
|
|
309
|
+
};
|
|
310
|
+
readonly: {
|
|
311
|
+
type: BooleanConstructor;
|
|
312
|
+
default: boolean;
|
|
313
|
+
};
|
|
314
|
+
forceActiveStatus: {
|
|
315
|
+
type: BooleanConstructor;
|
|
316
|
+
default: boolean;
|
|
317
|
+
};
|
|
267
318
|
}>, {}, {}, {
|
|
268
319
|
attributes(): any;
|
|
269
320
|
classes(): (string | {
|
|
270
321
|
'input--has-icon-left': boolean;
|
|
271
322
|
'input--has-icon-right': boolean;
|
|
323
|
+
'input--has-clear-icon': boolean;
|
|
272
324
|
})[];
|
|
273
325
|
}, {
|
|
274
326
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -296,16 +348,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
296
348
|
};
|
|
297
349
|
hasIconLeft: BooleanConstructor;
|
|
298
350
|
hasIconRight: BooleanConstructor;
|
|
351
|
+
hasClearIcon: BooleanConstructor;
|
|
352
|
+
maxlength: {
|
|
353
|
+
type: NumberConstructor;
|
|
354
|
+
default: null;
|
|
355
|
+
};
|
|
356
|
+
readonly: {
|
|
357
|
+
type: BooleanConstructor;
|
|
358
|
+
default: boolean;
|
|
359
|
+
};
|
|
360
|
+
forceActiveStatus: {
|
|
361
|
+
type: BooleanConstructor;
|
|
362
|
+
default: boolean;
|
|
363
|
+
};
|
|
299
364
|
}>> & Readonly<{
|
|
300
365
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
301
366
|
}>, {
|
|
302
|
-
mask: string | unknown[];
|
|
303
367
|
size: string;
|
|
304
368
|
type: string;
|
|
369
|
+
mask: string | unknown[];
|
|
305
370
|
hasIconLeft: boolean;
|
|
306
371
|
hasIconRight: boolean;
|
|
372
|
+
hasClearIcon: boolean;
|
|
307
373
|
modelValue: string;
|
|
308
374
|
nativeType: string;
|
|
375
|
+
maxlength: number;
|
|
376
|
+
readonly: boolean;
|
|
377
|
+
forceActiveStatus: boolean;
|
|
309
378
|
}, {}, {}, {
|
|
310
379
|
mask: any;
|
|
311
380
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -318,11 +387,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
387
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
319
388
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
320
389
|
}>, {
|
|
390
|
+
size: import('../Icon.vue').IconSize;
|
|
321
391
|
filled: boolean;
|
|
322
392
|
next: boolean;
|
|
323
393
|
icon: string | null;
|
|
324
394
|
clickable: boolean;
|
|
325
|
-
size: import('../Icon.vue').IconSize;
|
|
326
395
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
327
396
|
scheme: import('../Icon.vue').SchemeColor;
|
|
328
397
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -61,8 +61,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
61
|
}>> & Readonly<{}>, {
|
|
62
62
|
loading: boolean;
|
|
63
63
|
color: string;
|
|
64
|
-
highlight: string;
|
|
65
64
|
duration: number;
|
|
65
|
+
highlight: string;
|
|
66
66
|
tag: string;
|
|
67
67
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
68
68
|
export default _default;
|
|
@@ -172,8 +172,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
172
172
|
};
|
|
173
173
|
}>> & Readonly<{}>, {
|
|
174
174
|
text: string;
|
|
175
|
-
forceOpen: boolean;
|
|
176
175
|
enabled: boolean;
|
|
176
|
+
forceOpen: boolean;
|
|
177
177
|
side: string;
|
|
178
178
|
maxWidth: string;
|
|
179
179
|
shortcutText: string;
|
|
@@ -188,11 +188,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
188
188
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
189
189
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
190
190
|
}>, {
|
|
191
|
+
size: import('../Icon.vue').IconSize;
|
|
191
192
|
filled: boolean;
|
|
192
193
|
next: boolean;
|
|
193
194
|
icon: string | null;
|
|
194
195
|
clickable: boolean;
|
|
195
|
-
size: import('../Icon.vue').IconSize;
|
|
196
196
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
197
197
|
scheme: import('../Icon.vue').SchemeColor;
|
|
198
198
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -33,11 +33,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
34
34
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
|
+
size: import('../Icon.vue').IconSize;
|
|
36
37
|
filled: boolean;
|
|
37
38
|
next: boolean;
|
|
38
39
|
icon: string | null;
|
|
39
40
|
clickable: boolean;
|
|
40
|
-
size: import('../Icon.vue').IconSize;
|
|
41
41
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
42
42
|
scheme: import('../Icon.vue').SchemeColor;
|
|
43
43
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -4,6 +4,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
4
4
|
default: string;
|
|
5
5
|
validator(value: unknown): boolean;
|
|
6
6
|
};
|
|
7
|
+
label: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
helper: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
7
15
|
textLeft: {
|
|
8
16
|
type: StringConstructor;
|
|
9
17
|
default: string;
|
|
@@ -25,12 +33,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
33
|
};
|
|
26
34
|
}>, {}, {
|
|
27
35
|
isActive: boolean;
|
|
28
|
-
}, {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}, {
|
|
36
|
+
}, {}, {
|
|
37
|
+
pick: {
|
|
38
|
+
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
39
|
+
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
40
|
+
};
|
|
34
41
|
toggleState(): void;
|
|
35
42
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:model-value"[], "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
43
|
size: {
|
|
@@ -38,6 +45,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
45
|
default: string;
|
|
39
46
|
validator(value: unknown): boolean;
|
|
40
47
|
};
|
|
48
|
+
label: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
helper: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
41
56
|
textLeft: {
|
|
42
57
|
type: StringConstructor;
|
|
43
58
|
default: string;
|
|
@@ -61,29 +76,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
61
76
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
62
77
|
}>, {
|
|
63
78
|
size: string;
|
|
79
|
+
label: string;
|
|
64
80
|
disabled: boolean;
|
|
65
81
|
modelValue: boolean;
|
|
66
82
|
textRight: string;
|
|
83
|
+
helper: string;
|
|
67
84
|
textLeft: string;
|
|
68
85
|
useVModel: boolean;
|
|
69
|
-
}, {}, {
|
|
70
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
71
|
-
click: (event: Event) => any;
|
|
72
|
-
mousedown: (event: Event) => any;
|
|
73
|
-
mouseup: (event: Event) => any;
|
|
74
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
75
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
76
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
77
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
78
|
-
}>, {
|
|
79
|
-
filled: boolean;
|
|
80
|
-
next: boolean;
|
|
81
|
-
icon: string | null;
|
|
82
|
-
clickable: boolean;
|
|
83
|
-
size: import('../Icon.vue').IconSize;
|
|
84
|
-
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
85
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
86
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
87
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
86
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
88
87
|
export default _default;
|
|
89
88
|
//# sourceMappingURL=Switch.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/Switch.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Switch.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/Switch.vue"],"names":[],"mappings":"AAkCA;"}
|
|
@@ -15,6 +15,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
15
15
|
tabs: {
|
|
16
16
|
type: ArrayConstructor;
|
|
17
17
|
default: null;
|
|
18
|
+
validator: (tabs: unknown) => any;
|
|
19
|
+
};
|
|
20
|
+
disabledTabs: {
|
|
21
|
+
type: ArrayConstructor;
|
|
22
|
+
default: null;
|
|
18
23
|
};
|
|
19
24
|
}>, {}, {
|
|
20
25
|
localValue: string;
|
|
@@ -42,6 +47,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
42
47
|
tabs: {
|
|
43
48
|
type: ArrayConstructor;
|
|
44
49
|
default: null;
|
|
50
|
+
validator: (tabs: unknown) => any;
|
|
51
|
+
};
|
|
52
|
+
disabledTabs: {
|
|
53
|
+
type: ArrayConstructor;
|
|
54
|
+
default: null;
|
|
45
55
|
};
|
|
46
56
|
}>> & Readonly<{
|
|
47
57
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
@@ -50,6 +60,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
60
|
activeTab: string;
|
|
51
61
|
initialTab: string;
|
|
52
62
|
tabs: unknown[];
|
|
63
|
+
disabledTabs: unknown[];
|
|
53
64
|
}, {}, {
|
|
54
65
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
55
66
|
click: (event: Event) => any;
|
|
@@ -60,11 +71,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
71
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
61
72
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
62
73
|
}>, {
|
|
74
|
+
size: import('../Icon.vue').IconSize;
|
|
63
75
|
filled: boolean;
|
|
64
76
|
next: boolean;
|
|
65
77
|
icon: string | null;
|
|
66
78
|
clickable: boolean;
|
|
67
|
-
size: import('../Icon.vue').IconSize;
|
|
68
79
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
69
80
|
scheme: import('../Icon.vue').SchemeColor;
|
|
70
81
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -136,8 +147,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
136
147
|
};
|
|
137
148
|
}>> & Readonly<{}>, {
|
|
138
149
|
text: string;
|
|
139
|
-
forceOpen: boolean;
|
|
140
150
|
enabled: boolean;
|
|
151
|
+
forceOpen: boolean;
|
|
141
152
|
side: string;
|
|
142
153
|
maxWidth: string;
|
|
143
154
|
shortcutText: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
cell: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
}>, {}, {}, {}, {
|
|
7
7
|
getIsComponent(cell: any): boolean;
|
|
8
8
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
9
|
cell: {
|
|
10
|
-
type: (
|
|
10
|
+
type: (StringConstructor | ObjectConstructor)[];
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{}>, {
|
|
@@ -109,11 +109,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
109
109
|
}, {}, {
|
|
110
110
|
UnnnicButton: {
|
|
111
111
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
112
|
-
text: string;
|
|
113
|
-
next: boolean;
|
|
114
112
|
size: import('../Button/types').ButtonSize;
|
|
115
113
|
type: import('../Button/types').ButtonType;
|
|
116
114
|
disabled: boolean;
|
|
115
|
+
text: string;
|
|
116
|
+
next: boolean;
|
|
117
117
|
iconLeft: string;
|
|
118
118
|
iconRight: string;
|
|
119
119
|
float: boolean;
|
|
@@ -128,11 +128,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
128
128
|
M: {};
|
|
129
129
|
Defaults: {};
|
|
130
130
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
131
|
-
text: string;
|
|
132
|
-
next: boolean;
|
|
133
131
|
size: import('../Button/types').ButtonSize;
|
|
134
132
|
type: import('../Button/types').ButtonType;
|
|
135
133
|
disabled: boolean;
|
|
134
|
+
text: string;
|
|
135
|
+
next: boolean;
|
|
136
136
|
iconLeft: string;
|
|
137
137
|
iconRight: string;
|
|
138
138
|
float: boolean;
|
|
@@ -144,11 +144,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
144
|
__isTeleport?: never;
|
|
145
145
|
__isSuspense?: never;
|
|
146
146
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
147
|
-
text: string;
|
|
148
|
-
next: boolean;
|
|
149
147
|
size: import('../Button/types').ButtonSize;
|
|
150
148
|
type: import('../Button/types').ButtonType;
|
|
151
149
|
disabled: boolean;
|
|
150
|
+
text: string;
|
|
151
|
+
next: boolean;
|
|
152
152
|
iconLeft: string;
|
|
153
153
|
iconRight: string;
|
|
154
154
|
float: boolean;
|
|
@@ -31,11 +31,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
32
32
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
|
+
size: import('../Icon.vue').IconSize;
|
|
34
35
|
filled: boolean;
|
|
35
36
|
next: boolean;
|
|
36
37
|
icon: string | null;
|
|
37
38
|
clickable: boolean;
|
|
38
|
-
size: import('../Icon.vue').IconSize;
|
|
39
39
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
40
40
|
scheme: import('../Icon.vue').SchemeColor;
|
|
41
41
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -27,9 +27,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{}>, {
|
|
30
|
+
disabled: boolean;
|
|
30
31
|
text: string;
|
|
31
32
|
clickable: boolean;
|
|
32
|
-
disabled: boolean;
|
|
33
33
|
}, {}, {
|
|
34
34
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
35
|
click: (event: Event) => any;
|
|
@@ -40,11 +40,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
40
40
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
41
41
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
42
42
|
}>, {
|
|
43
|
+
size: import('../Icon.vue').IconSize;
|
|
43
44
|
filled: boolean;
|
|
44
45
|
next: boolean;
|
|
45
46
|
icon: string | null;
|
|
46
47
|
clickable: boolean;
|
|
47
|
-
size: import('../Icon.vue').IconSize;
|
|
48
48
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
49
49
|
scheme: import('../Icon.vue').SchemeColor;
|
|
50
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -60,10 +60,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
60
60
|
default: null;
|
|
61
61
|
};
|
|
62
62
|
}>> & Readonly<{}>, {
|
|
63
|
+
disabled: boolean;
|
|
63
64
|
text: string;
|
|
64
65
|
clickable: boolean;
|
|
65
66
|
scheme: string;
|
|
66
|
-
disabled: boolean;
|
|
67
67
|
hasCloseIcon: boolean;
|
|
68
68
|
leftIcon: string;
|
|
69
69
|
rightIcon: string;
|
|
@@ -77,11 +77,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
78
78
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
79
79
|
}>, {
|
|
80
|
+
size: import('../Icon.vue').IconSize;
|
|
80
81
|
filled: boolean;
|
|
81
82
|
next: boolean;
|
|
82
83
|
icon: string | null;
|
|
83
84
|
clickable: boolean;
|
|
84
|
-
size: import('../Icon.vue').IconSize;
|
|
85
85
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
86
86
|
scheme: import('../Icon.vue').SchemeColor;
|
|
87
87
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -65,11 +65,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
65
65
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
66
66
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
|
+
size: import('../Icon.vue').IconSize;
|
|
68
69
|
filled: boolean;
|
|
69
70
|
next: boolean;
|
|
70
71
|
icon: string | null;
|
|
71
72
|
clickable: boolean;
|
|
72
|
-
size: import('../Icon.vue').IconSize;
|
|
73
73
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
74
74
|
scheme: import('../Icon.vue').SchemeColor;
|
|
75
75
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -141,8 +141,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
141
141
|
};
|
|
142
142
|
}>> & Readonly<{}>, {
|
|
143
143
|
text: string;
|
|
144
|
-
forceOpen: boolean;
|
|
145
144
|
enabled: boolean;
|
|
145
|
+
forceOpen: boolean;
|
|
146
146
|
side: string;
|
|
147
147
|
maxWidth: string;
|
|
148
148
|
shortcutText: string;
|
|
@@ -111,10 +111,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
111
|
default: null;
|
|
112
112
|
};
|
|
113
113
|
}>> & Readonly<{}>, {
|
|
114
|
+
disabled: boolean;
|
|
114
115
|
text: string;
|
|
115
116
|
clickable: boolean;
|
|
116
117
|
scheme: string;
|
|
117
|
-
disabled: boolean;
|
|
118
118
|
hasCloseIcon: boolean;
|
|
119
119
|
leftIcon: string;
|
|
120
120
|
rightIcon: string;
|
|
@@ -128,11 +128,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
128
128
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
129
129
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
130
130
|
}>, {
|
|
131
|
+
size: import('../Icon.vue').IconSize;
|
|
131
132
|
filled: boolean;
|
|
132
133
|
next: boolean;
|
|
133
134
|
icon: string | null;
|
|
134
135
|
clickable: boolean;
|
|
135
|
-
size: import('../Icon.vue').IconSize;
|
|
136
136
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
137
137
|
scheme: import('../Icon.vue').SchemeColor;
|
|
138
138
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -203,11 +203,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
203
203
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
204
204
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
205
205
|
}>, {
|
|
206
|
+
size: import('../Icon.vue').IconSize;
|
|
206
207
|
filled: boolean;
|
|
207
208
|
next: boolean;
|
|
208
209
|
icon: string | null;
|
|
209
210
|
clickable: boolean;
|
|
210
|
-
size: import('../Icon.vue').IconSize;
|
|
211
211
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
212
212
|
scheme: import('../Icon.vue').SchemeColor;
|
|
213
213
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -279,8 +279,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
279
279
|
};
|
|
280
280
|
}>> & Readonly<{}>, {
|
|
281
281
|
text: string;
|
|
282
|
-
forceOpen: boolean;
|
|
283
282
|
enabled: boolean;
|
|
283
|
+
forceOpen: boolean;
|
|
284
284
|
side: string;
|
|
285
285
|
maxWidth: string;
|
|
286
286
|
shortcutText: string;
|
|
@@ -315,9 +315,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
315
315
|
default: boolean;
|
|
316
316
|
};
|
|
317
317
|
}>> & Readonly<{}>, {
|
|
318
|
+
disabled: boolean;
|
|
318
319
|
text: string;
|
|
319
320
|
clickable: boolean;
|
|
320
|
-
disabled: boolean;
|
|
321
321
|
}, {}, {
|
|
322
322
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
323
323
|
click: (event: Event) => any;
|
|
@@ -328,11 +328,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
328
328
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
329
329
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
330
330
|
}>, {
|
|
331
|
+
size: import('../Icon.vue').IconSize;
|
|
331
332
|
filled: boolean;
|
|
332
333
|
next: boolean;
|
|
333
334
|
icon: string | null;
|
|
334
335
|
clickable: boolean;
|
|
335
|
-
size: import('../Icon.vue').IconSize;
|
|
336
336
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
337
337
|
scheme: import('../Icon.vue').SchemeColor;
|
|
338
338
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -409,11 +409,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
409
409
|
default: string;
|
|
410
410
|
};
|
|
411
411
|
}>> & Readonly<{}>, {
|
|
412
|
+
type: string;
|
|
413
|
+
disabled: boolean;
|
|
412
414
|
text: string;
|
|
413
415
|
clickable: boolean;
|
|
414
416
|
scheme: string;
|
|
415
|
-
type: string;
|
|
416
|
-
disabled: boolean;
|
|
417
417
|
hasCloseIcon: boolean;
|
|
418
418
|
leftIcon: string;
|
|
419
419
|
rightIcon: string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Template } from './types';
|
|
2
|
+
interface Props {
|
|
3
|
+
template?: Template | null;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
6
|
+
template: Template | null;
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=TemplatePreview.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TemplatePreview.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TemplatePreview/TemplatePreview.vue"],"names":[],"mappings":"AAmGA;AAgQA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAQxC,UAAU,KAAK;IACb,QAAQ,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC5B;;cADY,QAAQ,GAAG,IAAI;;AAkN5B,wBAQG"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Template } from './types';
|
|
2
|
+
interface Props {
|
|
3
|
+
locale?: string;
|
|
4
|
+
template: Template;
|
|
5
|
+
modelValue: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
close: () => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
10
|
+
onClose?: (() => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
locale: string;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=TemplatePreviewModal.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TemplatePreviewModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TemplatePreview/TemplatePreviewModal.vue"],"names":[],"mappings":"AAWA;AAwDA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAUxC,UAAU,KAAK;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;CACrB;;;;;;YAHU,MAAM;;AAgGjB,wBASG"}
|