@weni/unnnic-system 3.2.5-alpha.1 → 3.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +5 -5
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -2
- 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 +16 -7
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +11 -2
- 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/Chip/Chip.vue.d.ts +8 -0
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -0
- package/dist/components/Chip/types.d.ts +9 -0
- package/dist/components/Chip/types.d.ts.map +1 -0
- 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 +27 -182
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Disclaimer/types.d.ts +1 -1
- package/dist/components/Disclaimer/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- package/dist/components/DropArea/DropArea.vue.d.ts +0 -2
- package/dist/components/DropArea/DropArea.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +9 -0
- 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/types.d.ts +2 -1
- package/dist/components/Icon/types.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +3 -2
- package/dist/components/Icon.vue.d.ts.map +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 -10
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +27 -182
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +13 -31
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +37 -192
- package/dist/components/InputNext/InputNext.vue.d.ts +3 -3
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +10 -10
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +34 -189
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -20
- 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 +28 -45
- 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 -31
- 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 -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/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 -13
- package/dist/components/index.d.ts +899 -2193
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-dc7f4ae0.mjs → es-abc8e9a2.mjs} +1 -1
- package/dist/{index-93c6d4e1.mjs → index-22520f9b.mjs} +7776 -7910
- package/dist/{pt-br-6c72f1f4.mjs → pt-br-a1f8d5de.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +116 -118
- package/dist/unnnic.umd.js +41 -42
- package/package.json +2 -2
- package/src/assets/scss/scheme-colors.scss +132 -0
- package/src/assets/scss/unnnic.scss +2 -0
- package/src/components/Button/Button.vue +109 -58
- package/src/components/Button/types.ts +1 -0
- package/src/components/Card/Card.vue +12 -21
- package/src/components/Chip/Chip.vue +124 -0
- package/src/components/Chip/__tests__/Chip.spec.js +164 -0
- package/src/components/Chip/types.ts +8 -0
- package/src/components/Disclaimer/types.ts +1 -1
- package/src/components/DropArea/DropArea.vue +2 -26
- package/src/components/Dropdown/Dropdown.vue +6 -0
- package/src/components/Dropdown/__tests__/Dropdown.spec.js +57 -0
- package/src/components/FormElement/FormElement.vue +90 -50
- package/src/components/Icon/types.ts +4 -95
- package/src/components/Icon.vue +3 -98
- package/src/components/Input/BaseInput.vue +12 -10
- package/src/components/Input/Input.scss +20 -17
- package/src/components/Input/Input.vue +28 -86
- package/src/components/Input/TextInput.vue +35 -27
- 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/ModalDialog/ModalDialog.vue +29 -27
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- package/src/components/SelectSmart/SelectSmart.vue +3 -1
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +45 -0
- 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 -14
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +7 -12
- package/src/stories/Button.stories.js +10 -1
- package/src/stories/Chip.stories.js +173 -0
- package/src/stories/Input.stories.js +3 -17
- package/src/types/scheme-colors.d.ts +102 -0
- 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/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/TemplatePreview/TemplatePreview.vue +0 -249
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +0 -51
- package/src/components/TemplatePreview/types.d.ts +0 -16
- package/src/stories/TemplatePreview.stories.js +0 -94
- package/src/stories/TemplatePreviewModal.stories.js +0 -110
|
@@ -53,11 +53,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
}, {}, {
|
|
54
54
|
UnnnicButton: {
|
|
55
55
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
56
|
+
text: string;
|
|
57
|
+
next: boolean;
|
|
56
58
|
size: import('../Button/types').ButtonSize;
|
|
57
59
|
type: import('../Button/types').ButtonType;
|
|
58
60
|
disabled: boolean;
|
|
59
|
-
text: string;
|
|
60
|
-
next: boolean;
|
|
61
61
|
iconLeft: string;
|
|
62
62
|
iconRight: string;
|
|
63
63
|
float: boolean;
|
|
@@ -72,11 +72,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
M: {};
|
|
73
73
|
Defaults: {};
|
|
74
74
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
75
|
+
text: string;
|
|
76
|
+
next: boolean;
|
|
75
77
|
size: import('../Button/types').ButtonSize;
|
|
76
78
|
type: import('../Button/types').ButtonType;
|
|
77
79
|
disabled: boolean;
|
|
78
|
-
text: string;
|
|
79
|
-
next: boolean;
|
|
80
80
|
iconLeft: string;
|
|
81
81
|
iconRight: string;
|
|
82
82
|
float: boolean;
|
|
@@ -88,11 +88,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
88
|
__isTeleport?: never;
|
|
89
89
|
__isSuspense?: never;
|
|
90
90
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
91
|
+
text: string;
|
|
92
|
+
next: boolean;
|
|
91
93
|
size: import('../Button/types').ButtonSize;
|
|
92
94
|
type: import('../Button/types').ButtonType;
|
|
93
95
|
disabled: boolean;
|
|
94
|
-
text: string;
|
|
95
|
-
next: boolean;
|
|
96
96
|
iconLeft: string;
|
|
97
97
|
iconRight: string;
|
|
98
98
|
float: boolean;
|
|
@@ -54,11 +54,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
55
55
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
|
-
size: import('../Icon.vue').IconSize;
|
|
58
57
|
filled: boolean;
|
|
59
58
|
next: boolean;
|
|
60
59
|
icon: string | null;
|
|
61
60
|
clickable: boolean;
|
|
61
|
+
size: import('../Icon.vue').IconSize;
|
|
62
62
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
63
63
|
scheme: import('../Icon.vue').SchemeColor;
|
|
64
64
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -7,13 +7,13 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
7
7
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
8
8
|
size: string;
|
|
9
9
|
disabled: boolean;
|
|
10
|
-
modelValue: string | number;
|
|
11
10
|
value: string | number;
|
|
11
|
+
modelValue: string | number;
|
|
12
12
|
$props: {
|
|
13
13
|
readonly size?: string | undefined;
|
|
14
14
|
readonly disabled?: boolean | undefined;
|
|
15
|
-
readonly modelValue?: string | number | undefined;
|
|
16
15
|
readonly value?: string | number | undefined;
|
|
16
|
+
readonly modelValue?: string | number | undefined;
|
|
17
17
|
};
|
|
18
18
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
19
19
|
type __VLS_TemplateResult = {
|
|
@@ -111,7 +111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
111
|
methods: {
|
|
112
112
|
i18n(...args: any[]): any;
|
|
113
113
|
};
|
|
114
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
114
|
+
}, import('vue').ComponentOptionsMixin, ("onChange" | "update:modelValue" | "update:searchValue" | "onActiveChange")[], "onChange" | "update:modelValue" | "update:searchValue" | "onActiveChange", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
115
115
|
options: {
|
|
116
116
|
type: ArrayConstructor;
|
|
117
117
|
required: true;
|
|
@@ -185,6 +185,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
185
185
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
186
186
|
onOnChange?: ((...args: any[]) => any) | undefined;
|
|
187
187
|
"onUpdate:searchValue"?: ((...args: any[]) => any) | undefined;
|
|
188
|
+
onOnActiveChange?: ((...args: any[]) => any) | undefined;
|
|
188
189
|
}>, {
|
|
189
190
|
size: string;
|
|
190
191
|
type: string;
|
|
@@ -237,6 +238,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
237
238
|
type: BooleanConstructor;
|
|
238
239
|
default: null;
|
|
239
240
|
};
|
|
241
|
+
iconRightSize: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
240
245
|
allowTogglePassword: {
|
|
241
246
|
type: BooleanConstructor;
|
|
242
247
|
default: null;
|
|
@@ -249,21 +254,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
254
|
type: StringConstructor;
|
|
250
255
|
default: string;
|
|
251
256
|
};
|
|
252
|
-
maxlength: {
|
|
253
|
-
type: NumberConstructor;
|
|
254
|
-
default: null;
|
|
255
|
-
};
|
|
256
|
-
disabled: {
|
|
257
|
-
type: BooleanConstructor;
|
|
258
|
-
default: boolean;
|
|
259
|
-
};
|
|
260
257
|
}>, {}, {
|
|
261
258
|
isFocused: boolean;
|
|
262
259
|
showPassword: boolean;
|
|
263
260
|
}, {
|
|
264
|
-
isDisabled():
|
|
261
|
+
isDisabled(): unknown;
|
|
265
262
|
iconRightSvg(): string;
|
|
266
|
-
iconScheme(): "
|
|
263
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
267
264
|
attributes(): any;
|
|
268
265
|
}, {
|
|
269
266
|
focus(): void;
|
|
@@ -305,6 +302,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
305
302
|
type: BooleanConstructor;
|
|
306
303
|
default: null;
|
|
307
304
|
};
|
|
305
|
+
iconRightSize: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
308
309
|
allowTogglePassword: {
|
|
309
310
|
type: BooleanConstructor;
|
|
310
311
|
default: null;
|
|
@@ -317,29 +318,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
317
318
|
type: StringConstructor;
|
|
318
319
|
default: string;
|
|
319
320
|
};
|
|
320
|
-
maxlength: {
|
|
321
|
-
type: NumberConstructor;
|
|
322
|
-
default: null;
|
|
323
|
-
};
|
|
324
|
-
disabled: {
|
|
325
|
-
type: BooleanConstructor;
|
|
326
|
-
default: boolean;
|
|
327
|
-
};
|
|
328
321
|
}>> & Readonly<{
|
|
329
322
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
330
323
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
331
324
|
}>, {
|
|
332
325
|
size: string;
|
|
333
326
|
type: string;
|
|
334
|
-
disabled: boolean;
|
|
335
327
|
modelValue: string;
|
|
336
328
|
nativeType: string;
|
|
337
|
-
maxlength: number;
|
|
338
329
|
placeholder: string;
|
|
339
330
|
iconLeft: string;
|
|
340
331
|
iconRight: string;
|
|
341
332
|
iconLeftClickable: boolean;
|
|
342
333
|
iconRightClickable: boolean;
|
|
334
|
+
iconRightSize: string;
|
|
343
335
|
allowTogglePassword: boolean;
|
|
344
336
|
hasCloudyColor: boolean;
|
|
345
337
|
}, {}, {
|
|
@@ -367,10 +359,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
367
359
|
};
|
|
368
360
|
hasIconLeft: BooleanConstructor;
|
|
369
361
|
hasIconRight: BooleanConstructor;
|
|
370
|
-
maxlength: {
|
|
371
|
-
type: NumberConstructor;
|
|
372
|
-
default: null;
|
|
373
|
-
};
|
|
374
362
|
}>, {}, {}, {
|
|
375
363
|
attributes(): any;
|
|
376
364
|
classes(): (string | {
|
|
@@ -403,21 +391,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
403
391
|
};
|
|
404
392
|
hasIconLeft: BooleanConstructor;
|
|
405
393
|
hasIconRight: BooleanConstructor;
|
|
406
|
-
maxlength: {
|
|
407
|
-
type: NumberConstructor;
|
|
408
|
-
default: null;
|
|
409
|
-
};
|
|
410
394
|
}>> & Readonly<{
|
|
411
395
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
412
396
|
}>, {
|
|
397
|
+
mask: string | unknown[];
|
|
413
398
|
size: string;
|
|
414
399
|
type: string;
|
|
415
|
-
mask: string | unknown[];
|
|
416
400
|
hasIconLeft: boolean;
|
|
417
401
|
hasIconRight: boolean;
|
|
418
402
|
modelValue: string;
|
|
419
403
|
nativeType: string;
|
|
420
|
-
maxlength: number;
|
|
421
404
|
}, {}, {}, {
|
|
422
405
|
mask: any;
|
|
423
406
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -430,11 +413,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
430
413
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
431
414
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
432
415
|
}>, {
|
|
433
|
-
size: import('../Icon.vue').IconSize;
|
|
434
416
|
filled: boolean;
|
|
435
417
|
next: boolean;
|
|
436
418
|
icon: string | null;
|
|
437
419
|
clickable: boolean;
|
|
420
|
+
size: import('../Icon.vue').IconSize;
|
|
438
421
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
439
422
|
scheme: import('../Icon.vue').SchemeColor;
|
|
440
423
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -524,8 +507,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
524
507
|
validator(value: unknown): boolean;
|
|
525
508
|
};
|
|
526
509
|
}>> & Readonly<{}>, {
|
|
527
|
-
size: string;
|
|
528
510
|
label: string;
|
|
511
|
+
size: string;
|
|
529
512
|
disabled: boolean;
|
|
530
513
|
description: string;
|
|
531
514
|
active: boolean;
|
|
@@ -537,7 +520,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
537
520
|
}, {}, {
|
|
538
521
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
539
522
|
modelValue: {
|
|
540
|
-
type: (
|
|
523
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
541
524
|
default: boolean;
|
|
542
525
|
validator(value: unknown): boolean;
|
|
543
526
|
};
|
|
@@ -562,7 +545,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
562
545
|
click(): void;
|
|
563
546
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
564
547
|
modelValue: {
|
|
565
|
-
type: (
|
|
548
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
566
549
|
default: boolean;
|
|
567
550
|
validator(value: unknown): boolean;
|
|
568
551
|
};
|
|
@@ -597,11 +580,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
597
580
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
598
581
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
599
582
|
}>, {
|
|
600
|
-
size: import('../Icon.vue').IconSize;
|
|
601
583
|
filled: boolean;
|
|
602
584
|
next: boolean;
|
|
603
585
|
icon: string | null;
|
|
604
586
|
clickable: boolean;
|
|
587
|
+
size: import('../Icon.vue').IconSize;
|
|
605
588
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
606
589
|
scheme: import('../Icon.vue').SchemeColor;
|
|
607
590
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -766,10 +749,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
766
749
|
default: null;
|
|
767
750
|
};
|
|
768
751
|
}>> & Readonly<{}>, {
|
|
769
|
-
disabled: boolean;
|
|
770
752
|
text: string;
|
|
771
753
|
clickable: boolean;
|
|
772
754
|
scheme: string;
|
|
755
|
+
disabled: boolean;
|
|
773
756
|
hasCloseIcon: boolean;
|
|
774
757
|
leftIcon: string;
|
|
775
758
|
rightIcon: string;
|
|
@@ -783,11 +766,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
783
766
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
784
767
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
785
768
|
}>, {
|
|
786
|
-
size: import('../Icon.vue').IconSize;
|
|
787
769
|
filled: boolean;
|
|
788
770
|
next: boolean;
|
|
789
771
|
icon: string | null;
|
|
790
772
|
clickable: boolean;
|
|
773
|
+
size: import('../Icon.vue').IconSize;
|
|
791
774
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
792
775
|
scheme: import('../Icon.vue').SchemeColor;
|
|
793
776
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -858,11 +841,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
858
841
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
859
842
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
860
843
|
}>, {
|
|
861
|
-
size: import('../Icon.vue').IconSize;
|
|
862
844
|
filled: boolean;
|
|
863
845
|
next: boolean;
|
|
864
846
|
icon: string | null;
|
|
865
847
|
clickable: boolean;
|
|
848
|
+
size: import('../Icon.vue').IconSize;
|
|
866
849
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
867
850
|
scheme: import('../Icon.vue').SchemeColor;
|
|
868
851
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -934,8 +917,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
934
917
|
};
|
|
935
918
|
}>> & Readonly<{}>, {
|
|
936
919
|
text: string;
|
|
937
|
-
enabled: boolean;
|
|
938
920
|
forceOpen: boolean;
|
|
921
|
+
enabled: boolean;
|
|
939
922
|
side: string;
|
|
940
923
|
maxWidth: string;
|
|
941
924
|
shortcutText: string;
|
|
@@ -970,9 +953,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
970
953
|
default: boolean;
|
|
971
954
|
};
|
|
972
955
|
}>> & Readonly<{}>, {
|
|
973
|
-
disabled: boolean;
|
|
974
956
|
text: string;
|
|
975
957
|
clickable: boolean;
|
|
958
|
+
disabled: boolean;
|
|
976
959
|
}, {}, {
|
|
977
960
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
978
961
|
click: (event: Event) => any;
|
|
@@ -983,11 +966,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
983
966
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
984
967
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
985
968
|
}>, {
|
|
986
|
-
size: import('../Icon.vue').IconSize;
|
|
987
969
|
filled: boolean;
|
|
988
970
|
next: boolean;
|
|
989
971
|
icon: string | null;
|
|
990
972
|
clickable: boolean;
|
|
973
|
+
size: import('../Icon.vue').IconSize;
|
|
991
974
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
992
975
|
scheme: import('../Icon.vue').SchemeColor;
|
|
993
976
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1064,11 +1047,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1064
1047
|
default: string;
|
|
1065
1048
|
};
|
|
1066
1049
|
}>> & Readonly<{}>, {
|
|
1067
|
-
type: string;
|
|
1068
|
-
disabled: boolean;
|
|
1069
1050
|
text: string;
|
|
1070
1051
|
clickable: boolean;
|
|
1071
1052
|
scheme: string;
|
|
1053
|
+
type: string;
|
|
1054
|
+
disabled: boolean;
|
|
1072
1055
|
hasCloseIcon: boolean;
|
|
1073
1056
|
leftIcon: string;
|
|
1074
1057
|
rightIcon: string;
|
|
@@ -1164,11 +1147,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1164
1147
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
1165
1148
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
1166
1149
|
}>, {
|
|
1167
|
-
size: import('../Icon.vue').IconSize;
|
|
1168
1150
|
filled: boolean;
|
|
1169
1151
|
next: boolean;
|
|
1170
1152
|
icon: string | null;
|
|
1171
1153
|
clickable: boolean;
|
|
1154
|
+
size: import('../Icon.vue').IconSize;
|
|
1172
1155
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
1173
1156
|
scheme: import('../Icon.vue').SchemeColor;
|
|
1174
1157
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -157,10 +157,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
default: null;
|
|
158
158
|
};
|
|
159
159
|
}>> & Readonly<{}>, {
|
|
160
|
-
disabled: boolean;
|
|
161
160
|
text: string;
|
|
162
161
|
clickable: boolean;
|
|
163
162
|
scheme: string;
|
|
163
|
+
disabled: boolean;
|
|
164
164
|
hasCloseIcon: boolean;
|
|
165
165
|
leftIcon: string;
|
|
166
166
|
rightIcon: string;
|
|
@@ -174,11 +174,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
174
174
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
175
175
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
176
176
|
}>, {
|
|
177
|
-
size: import('../Icon.vue').IconSize;
|
|
178
177
|
filled: boolean;
|
|
179
178
|
next: boolean;
|
|
180
179
|
icon: string | null;
|
|
181
180
|
clickable: boolean;
|
|
181
|
+
size: import('../Icon.vue').IconSize;
|
|
182
182
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
183
183
|
scheme: import('../Icon.vue').SchemeColor;
|
|
184
184
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -249,11 +249,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
249
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
250
250
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
251
251
|
}>, {
|
|
252
|
-
size: import('../Icon.vue').IconSize;
|
|
253
252
|
filled: boolean;
|
|
254
253
|
next: boolean;
|
|
255
254
|
icon: string | null;
|
|
256
255
|
clickable: boolean;
|
|
256
|
+
size: import('../Icon.vue').IconSize;
|
|
257
257
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
258
258
|
scheme: import('../Icon.vue').SchemeColor;
|
|
259
259
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -325,8 +325,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
325
325
|
};
|
|
326
326
|
}>> & Readonly<{}>, {
|
|
327
327
|
text: string;
|
|
328
|
-
enabled: boolean;
|
|
329
328
|
forceOpen: boolean;
|
|
329
|
+
enabled: boolean;
|
|
330
330
|
side: string;
|
|
331
331
|
maxWidth: string;
|
|
332
332
|
shortcutText: string;
|
|
@@ -361,9 +361,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
361
361
|
default: boolean;
|
|
362
362
|
};
|
|
363
363
|
}>> & Readonly<{}>, {
|
|
364
|
-
disabled: boolean;
|
|
365
364
|
text: string;
|
|
366
365
|
clickable: boolean;
|
|
366
|
+
disabled: boolean;
|
|
367
367
|
}, {}, {
|
|
368
368
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
369
369
|
click: (event: Event) => any;
|
|
@@ -374,11 +374,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
374
374
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
375
375
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
376
376
|
}>, {
|
|
377
|
-
size: import('../Icon.vue').IconSize;
|
|
378
377
|
filled: boolean;
|
|
379
378
|
next: boolean;
|
|
380
379
|
icon: string | null;
|
|
381
380
|
clickable: boolean;
|
|
381
|
+
size: import('../Icon.vue').IconSize;
|
|
382
382
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
383
383
|
scheme: import('../Icon.vue').SchemeColor;
|
|
384
384
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -455,11 +455,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
455
455
|
default: string;
|
|
456
456
|
};
|
|
457
457
|
}>> & Readonly<{}>, {
|
|
458
|
-
type: string;
|
|
459
|
-
disabled: boolean;
|
|
460
458
|
text: string;
|
|
461
459
|
clickable: boolean;
|
|
462
460
|
scheme: string;
|
|
461
|
+
type: string;
|
|
462
|
+
disabled: boolean;
|
|
463
463
|
hasCloseIcon: boolean;
|
|
464
464
|
leftIcon: string;
|
|
465
465
|
rightIcon: string;
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
validator(value: unknown): boolean;
|
|
85
85
|
};
|
|
86
86
|
}>> & Readonly<{}>, {
|
|
87
|
-
size: string;
|
|
88
87
|
label: string;
|
|
88
|
+
size: string;
|
|
89
89
|
disabled: boolean;
|
|
90
90
|
description: string;
|
|
91
91
|
active: boolean;
|
|
@@ -97,7 +97,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
}, {}, {
|
|
98
98
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
99
99
|
modelValue: {
|
|
100
|
-
type: (
|
|
100
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
101
101
|
default: boolean;
|
|
102
102
|
validator(value: unknown): boolean;
|
|
103
103
|
};
|
|
@@ -122,7 +122,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
122
122
|
click(): void;
|
|
123
123
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
124
124
|
modelValue: {
|
|
125
|
-
type: (
|
|
125
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
126
126
|
default: boolean;
|
|
127
127
|
validator(value: unknown): boolean;
|
|
128
128
|
};
|
|
@@ -157,11 +157,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
158
158
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
159
159
|
}>, {
|
|
160
|
-
size: import('../Icon.vue').IconSize;
|
|
161
160
|
filled: boolean;
|
|
162
161
|
next: boolean;
|
|
163
162
|
icon: string | null;
|
|
164
163
|
clickable: boolean;
|
|
164
|
+
size: import('../Icon.vue').IconSize;
|
|
165
165
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
166
166
|
scheme: import('../Icon.vue').SchemeColor;
|
|
167
167
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -143,6 +143,10 @@ 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
|
+
};
|
|
146
150
|
allowTogglePassword: {
|
|
147
151
|
type: BooleanConstructor;
|
|
148
152
|
default: null;
|
|
@@ -155,21 +159,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
155
159
|
type: StringConstructor;
|
|
156
160
|
default: string;
|
|
157
161
|
};
|
|
158
|
-
maxlength: {
|
|
159
|
-
type: NumberConstructor;
|
|
160
|
-
default: null;
|
|
161
|
-
};
|
|
162
|
-
disabled: {
|
|
163
|
-
type: BooleanConstructor;
|
|
164
|
-
default: boolean;
|
|
165
|
-
};
|
|
166
162
|
}>, {}, {
|
|
167
163
|
isFocused: boolean;
|
|
168
164
|
showPassword: boolean;
|
|
169
165
|
}, {
|
|
170
|
-
isDisabled():
|
|
166
|
+
isDisabled(): unknown;
|
|
171
167
|
iconRightSvg(): string;
|
|
172
|
-
iconScheme(): "
|
|
168
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
173
169
|
attributes(): any;
|
|
174
170
|
}, {
|
|
175
171
|
focus(): void;
|
|
@@ -211,6 +207,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
211
207
|
type: BooleanConstructor;
|
|
212
208
|
default: null;
|
|
213
209
|
};
|
|
210
|
+
iconRightSize: {
|
|
211
|
+
type: StringConstructor;
|
|
212
|
+
default: string;
|
|
213
|
+
};
|
|
214
214
|
allowTogglePassword: {
|
|
215
215
|
type: BooleanConstructor;
|
|
216
216
|
default: null;
|
|
@@ -223,29 +223,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
223
223
|
type: StringConstructor;
|
|
224
224
|
default: string;
|
|
225
225
|
};
|
|
226
|
-
maxlength: {
|
|
227
|
-
type: NumberConstructor;
|
|
228
|
-
default: null;
|
|
229
|
-
};
|
|
230
|
-
disabled: {
|
|
231
|
-
type: BooleanConstructor;
|
|
232
|
-
default: boolean;
|
|
233
|
-
};
|
|
234
226
|
}>> & Readonly<{
|
|
235
227
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
236
228
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
237
229
|
}>, {
|
|
238
230
|
size: string;
|
|
239
231
|
type: string;
|
|
240
|
-
disabled: boolean;
|
|
241
232
|
modelValue: string;
|
|
242
233
|
nativeType: string;
|
|
243
|
-
maxlength: number;
|
|
244
234
|
placeholder: string;
|
|
245
235
|
iconLeft: string;
|
|
246
236
|
iconRight: string;
|
|
247
237
|
iconLeftClickable: boolean;
|
|
248
238
|
iconRightClickable: boolean;
|
|
239
|
+
iconRightSize: string;
|
|
249
240
|
allowTogglePassword: boolean;
|
|
250
241
|
hasCloudyColor: boolean;
|
|
251
242
|
}, {}, {
|
|
@@ -273,10 +264,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
273
264
|
};
|
|
274
265
|
hasIconLeft: BooleanConstructor;
|
|
275
266
|
hasIconRight: BooleanConstructor;
|
|
276
|
-
maxlength: {
|
|
277
|
-
type: NumberConstructor;
|
|
278
|
-
default: null;
|
|
279
|
-
};
|
|
280
267
|
}>, {}, {}, {
|
|
281
268
|
attributes(): any;
|
|
282
269
|
classes(): (string | {
|
|
@@ -309,21 +296,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
309
296
|
};
|
|
310
297
|
hasIconLeft: BooleanConstructor;
|
|
311
298
|
hasIconRight: BooleanConstructor;
|
|
312
|
-
maxlength: {
|
|
313
|
-
type: NumberConstructor;
|
|
314
|
-
default: null;
|
|
315
|
-
};
|
|
316
299
|
}>> & Readonly<{
|
|
317
300
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
318
301
|
}>, {
|
|
302
|
+
mask: string | unknown[];
|
|
319
303
|
size: string;
|
|
320
304
|
type: string;
|
|
321
|
-
mask: string | unknown[];
|
|
322
305
|
hasIconLeft: boolean;
|
|
323
306
|
hasIconRight: boolean;
|
|
324
307
|
modelValue: string;
|
|
325
308
|
nativeType: string;
|
|
326
|
-
maxlength: number;
|
|
327
309
|
}, {}, {}, {
|
|
328
310
|
mask: any;
|
|
329
311
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -336,11 +318,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
336
318
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
337
319
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
338
320
|
}>, {
|
|
339
|
-
size: import('../Icon.vue').IconSize;
|
|
340
321
|
filled: boolean;
|
|
341
322
|
next: boolean;
|
|
342
323
|
icon: string | null;
|
|
343
324
|
clickable: boolean;
|
|
325
|
+
size: import('../Icon.vue').IconSize;
|
|
344
326
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
345
327
|
scheme: import('../Icon.vue').SchemeColor;
|
|
346
328
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -172,8 +172,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
172
172
|
};
|
|
173
173
|
}>> & Readonly<{}>, {
|
|
174
174
|
text: string;
|
|
175
|
-
enabled: boolean;
|
|
176
175
|
forceOpen: boolean;
|
|
176
|
+
enabled: 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;
|
|
192
191
|
filled: boolean;
|
|
193
192
|
next: boolean;
|
|
194
193
|
icon: string | null;
|
|
195
194
|
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;
|
|
37
36
|
filled: boolean;
|
|
38
37
|
next: boolean;
|
|
39
38
|
icon: string | null;
|
|
40
39
|
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>;
|
|
@@ -27,7 +27,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
27
27
|
isActive: boolean;
|
|
28
28
|
}, {
|
|
29
29
|
currentIcon(): "switch-selected-disabled" | "switch-default-disabled" | "switch-default";
|
|
30
|
-
iconSize(): "
|
|
30
|
+
iconSize(): "sm" | "md";
|
|
31
31
|
iconScheme(): "neutral-soft" | "brand-weni";
|
|
32
32
|
iconLineHeight(): "" | "sm";
|
|
33
33
|
}, {
|
|
@@ -76,11 +76,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
77
77
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
78
78
|
}>, {
|
|
79
|
-
size: import('../Icon.vue').IconSize;
|
|
80
79
|
filled: boolean;
|
|
81
80
|
next: boolean;
|
|
82
81
|
icon: string | null;
|
|
83
82
|
clickable: boolean;
|
|
83
|
+
size: import('../Icon.vue').IconSize;
|
|
84
84
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
85
85
|
scheme: import('../Icon.vue').SchemeColor;
|
|
86
86
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|