@weni/unnnic-system 3.12.3-alpha-teleports.2 → 3.12.3-alpha-teleports.4
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/README.md +9 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +4 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +8 -2
- package/dist/components/Button/Button.vue.d.ts +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +10 -7
- package/dist/components/Card/CardCompany.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -1
- package/dist/components/Card/ContentCard.vue.d.ts +1 -1
- package/dist/components/Card/DashCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +5 -2
- package/dist/components/Card/TitleCard.vue.d.ts +5 -2
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -1
- package/dist/components/Carousel/Carousel.vue.d.ts +1 -1
- package/dist/components/Carousel/TagCarousel.vue.d.ts +1 -1
- package/dist/components/ChartBar/ChartBar.vue.d.ts +7 -4
- package/dist/components/ChartLine/ChartLine.vue.d.ts +4 -1
- package/dist/components/ChatText/ChatText.vue.d.ts +4 -1
- package/dist/components/ChatsContact/ChatsContact.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 +4 -1
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +5 -2
- package/dist/components/DateFilter/DateFilter.vue.d.ts +5 -5
- package/dist/components/Drawer/Drawer.vue.d.ts +2 -2
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +1 -1
- package/dist/components/Flag.vue.d.ts +1 -1
- package/dist/components/FormElement/FormElement.vue.d.ts +2 -2
- package/dist/components/ImportCard/ImportCard.vue.d.ts +3 -3
- package/dist/components/Input/BaseInput.vue.d.ts +1 -1
- package/dist/components/Input/Input.vue.d.ts +5 -5
- package/dist/components/Input/TextInput.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +4 -4
- package/dist/components/ModalNext/ModalNext.vue.d.ts +8 -8
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +6 -6
- package/dist/components/MoodRating/MoodRating.vue.d.ts +4 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +6 -6
- package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/components/Radio/Radio.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +4 -1
- package/dist/components/Switch/Switch.vue.d.ts +2 -2
- package/dist/components/Tab/Tab.vue.d.ts +4 -1
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +1 -1
- package/dist/components/TextArea/TextArea.vue.d.ts +3 -3
- package/dist/components/Toast/ToastManager.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +4 -1
- package/dist/components/Tour/Tour.vue.d.ts +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +3 -3
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -1
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +1 -0
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +1 -1
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +1 -1
- package/dist/{es-c09db281.mjs → es-2519c11f.mjs} +1 -1
- package/dist/{index-b84816f5.mjs → index-736bf51a.mjs} +5889 -5888
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/lib/layer-manager.d.ts +1 -11
- package/dist/lib/layer-manager.d.ts.map +1 -1
- package/dist/lib/teleport-target.d.ts +7 -0
- package/dist/lib/teleport-target.d.ts.map +1 -0
- package/dist/{pt-br-205e873a.mjs → pt-br-38819d53.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +33 -33
- package/package.json +1 -1
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +1 -0
- package/src/components/Toast/Toast.vue +1 -1
- package/src/components/Toast/ToastManager.ts +4 -1
- package/src/components/Toast/__tests__/ToastManager.spec.js +10 -6
- package/src/components/ui/dialog/DialogContent.vue +5 -5
- package/src/components/ui/drawer/DrawerContent.vue +4 -2
- package/src/components/ui/popover/PopoverContent.vue +4 -2
- package/src/components/ui/tooltip/TooltipContent.vue +5 -2
- package/src/components/ui/tooltip/TooltipTrigger.vue +2 -4
- package/src/index.ts +9 -2
- package/src/lib/__tests__/teleport-target.spec.ts +73 -0
- package/src/lib/layer-manager.ts +24 -52
- package/src/lib/teleport-target.ts +46 -0
- package/src/stories/LayerManager.docs.mdx +9 -9
- package/src/stories/LayerManager.stories.js +54 -11
- package/.vscode/extensions.json +0 -3
- package/CHANGELOG.md +0 -1036
|
@@ -25,9 +25,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
default: null;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{}>, {
|
|
28
|
-
text: string;
|
|
29
28
|
time: string;
|
|
30
29
|
title: string;
|
|
30
|
+
text: string;
|
|
31
31
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
32
|
export default _default;
|
|
33
33
|
//# sourceMappingURL=Comment.vue.d.ts.map
|
|
@@ -33,8 +33,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
|
-
text: string;
|
|
37
36
|
title: string;
|
|
37
|
+
text: string;
|
|
38
38
|
enableHover: boolean;
|
|
39
39
|
hoverText: string;
|
|
40
40
|
}, {}, {
|
|
@@ -91,8 +91,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
91
|
default: boolean;
|
|
92
92
|
};
|
|
93
93
|
}>> & Readonly<{}>, {
|
|
94
|
-
side: string;
|
|
95
94
|
text: string;
|
|
95
|
+
side: string;
|
|
96
96
|
enabled: boolean;
|
|
97
97
|
forceOpen: boolean;
|
|
98
98
|
maxWidth: string;
|
|
@@ -152,6 +152,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
152
152
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
153
153
|
pointerDownOutside: (event: Event) => any;
|
|
154
154
|
}, import('vue').PublicProps, {
|
|
155
|
+
class: import('vue').HTMLAttributes["class"];
|
|
155
156
|
sideOffset: number;
|
|
156
157
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
157
158
|
P: {};
|
|
@@ -166,6 +167,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
166
167
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
167
168
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
168
169
|
}>, {}, {}, {}, {}, {
|
|
170
|
+
class: import('vue').HTMLAttributes["class"];
|
|
169
171
|
sideOffset: number;
|
|
170
172
|
}>;
|
|
171
173
|
__isFragment?: never;
|
|
@@ -180,6 +182,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
180
182
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
181
183
|
pointerDownOutside: (event: Event) => any;
|
|
182
184
|
}, string, {
|
|
185
|
+
class: import('vue').HTMLAttributes["class"];
|
|
183
186
|
sideOffset: number;
|
|
184
187
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
185
188
|
$slots: {
|
|
@@ -230,10 +230,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
230
230
|
disabled: boolean;
|
|
231
231
|
type: string;
|
|
232
232
|
placeholder: string;
|
|
233
|
-
tooltip: string;
|
|
234
233
|
label: string;
|
|
235
|
-
size: string;
|
|
236
234
|
mask: string | unknown[];
|
|
235
|
+
size: string;
|
|
236
|
+
tooltip: string;
|
|
237
237
|
message: string;
|
|
238
238
|
modelValue: string;
|
|
239
239
|
nativeType: string;
|
|
@@ -446,8 +446,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
446
446
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
447
447
|
}>, {
|
|
448
448
|
type: string;
|
|
449
|
-
size: string;
|
|
450
449
|
mask: string | unknown[];
|
|
450
|
+
size: string;
|
|
451
451
|
hasIconLeft: boolean;
|
|
452
452
|
hasIconRight: boolean;
|
|
453
453
|
modelValue: string;
|
|
@@ -537,15 +537,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
537
537
|
}>> & Readonly<{}>, {
|
|
538
538
|
disabled: boolean;
|
|
539
539
|
error: string | boolean;
|
|
540
|
-
tooltip: string;
|
|
541
540
|
label: string;
|
|
542
541
|
size: string;
|
|
542
|
+
tooltip: string;
|
|
543
543
|
fixedLabel: boolean;
|
|
544
544
|
message: string;
|
|
545
545
|
}, {}, {
|
|
546
546
|
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<{}>, {
|
|
547
|
-
tooltip: string;
|
|
548
547
|
label: string;
|
|
548
|
+
tooltip: string;
|
|
549
549
|
useHtmlTooltip: boolean;
|
|
550
550
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
551
551
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -5,9 +5,9 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "close" | "back" | "primaryButtonClick" | "secondaryButtonClick", ...args: any[]) => void;
|
|
8
|
+
title: string;
|
|
8
9
|
class: string;
|
|
9
10
|
size: string;
|
|
10
|
-
title: string;
|
|
11
11
|
modelValue: boolean;
|
|
12
12
|
description: string;
|
|
13
13
|
closeIcon: string;
|
|
@@ -21,9 +21,9 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
21
21
|
withoutOverlay: boolean;
|
|
22
22
|
distinctCloseBack: boolean;
|
|
23
23
|
$props: {
|
|
24
|
+
readonly title?: string | undefined;
|
|
24
25
|
readonly class?: string | undefined;
|
|
25
26
|
readonly size?: string | undefined;
|
|
26
|
-
readonly title?: string | undefined;
|
|
27
27
|
readonly modelValue?: boolean | undefined;
|
|
28
28
|
readonly description?: string | undefined;
|
|
29
29
|
readonly closeIcon?: string | undefined;
|
|
@@ -79,8 +79,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
79
|
validator(value: unknown): boolean;
|
|
80
80
|
};
|
|
81
81
|
}>> & Readonly<{}>, {
|
|
82
|
-
size: string;
|
|
83
82
|
code: string;
|
|
83
|
+
size: string;
|
|
84
84
|
}, {}, {
|
|
85
85
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
86
86
|
click: (event: Event) => any;
|
|
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
21
21
|
validator(value: unknown): boolean;
|
|
22
22
|
};
|
|
23
23
|
}>> & Readonly<{}>, {
|
|
24
|
-
size: string;
|
|
25
24
|
code: string;
|
|
25
|
+
size: string;
|
|
26
26
|
}, {}, {
|
|
27
27
|
UnnnicIcon: import('vue').DefineComponent<import('./Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
28
|
click: (event: Event) => any;
|
|
@@ -64,15 +64,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
64
|
}>> & Readonly<{}>, {
|
|
65
65
|
disabled: boolean;
|
|
66
66
|
error: string | boolean;
|
|
67
|
-
tooltip: string;
|
|
68
67
|
label: string;
|
|
69
68
|
size: string;
|
|
69
|
+
tooltip: string;
|
|
70
70
|
fixedLabel: boolean;
|
|
71
71
|
message: string;
|
|
72
72
|
}, {}, {
|
|
73
73
|
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<{}>, {
|
|
74
|
-
tooltip: string;
|
|
75
74
|
label: string;
|
|
75
|
+
tooltip: string;
|
|
76
76
|
useHtmlTooltip: boolean;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
78
78
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
85
85
|
disabled: boolean;
|
|
86
86
|
type: import('../Button/types').ButtonType;
|
|
87
|
-
size: import('../Button/types').ButtonSize;
|
|
88
87
|
text: string;
|
|
88
|
+
size: import('../Button/types').ButtonSize;
|
|
89
89
|
iconLeft: string;
|
|
90
90
|
iconRight: string;
|
|
91
91
|
float: boolean;
|
|
@@ -102,8 +102,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
102
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
103
103
|
disabled: boolean;
|
|
104
104
|
type: import('../Button/types').ButtonType;
|
|
105
|
-
size: import('../Button/types').ButtonSize;
|
|
106
105
|
text: string;
|
|
106
|
+
size: import('../Button/types').ButtonSize;
|
|
107
107
|
iconLeft: string;
|
|
108
108
|
iconRight: string;
|
|
109
109
|
float: boolean;
|
|
@@ -117,8 +117,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
118
118
|
disabled: boolean;
|
|
119
119
|
type: import('../Button/types').ButtonType;
|
|
120
|
-
size: import('../Button/types').ButtonSize;
|
|
121
120
|
text: string;
|
|
121
|
+
size: import('../Button/types').ButtonSize;
|
|
122
122
|
iconLeft: string;
|
|
123
123
|
iconRight: string;
|
|
124
124
|
float: boolean;
|
|
@@ -67,8 +67,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
}>, {
|
|
69
69
|
type: string;
|
|
70
|
-
size: string;
|
|
71
70
|
mask: string | unknown[];
|
|
71
|
+
size: string;
|
|
72
72
|
hasIconLeft: boolean;
|
|
73
73
|
hasIconRight: boolean;
|
|
74
74
|
modelValue: string;
|
|
@@ -167,10 +167,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
167
167
|
disabled: boolean;
|
|
168
168
|
type: string;
|
|
169
169
|
placeholder: string;
|
|
170
|
-
tooltip: string;
|
|
171
170
|
label: string;
|
|
172
|
-
size: string;
|
|
173
171
|
mask: string | unknown[];
|
|
172
|
+
size: string;
|
|
173
|
+
tooltip: string;
|
|
174
174
|
message: string;
|
|
175
175
|
modelValue: string;
|
|
176
176
|
nativeType: string;
|
|
@@ -383,8 +383,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
383
383
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
384
384
|
}>, {
|
|
385
385
|
type: string;
|
|
386
|
-
size: string;
|
|
387
386
|
mask: string | unknown[];
|
|
387
|
+
size: string;
|
|
388
388
|
hasIconLeft: boolean;
|
|
389
389
|
hasIconRight: boolean;
|
|
390
390
|
modelValue: string;
|
|
@@ -474,15 +474,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
474
474
|
}>> & Readonly<{}>, {
|
|
475
475
|
disabled: boolean;
|
|
476
476
|
error: string | boolean;
|
|
477
|
-
tooltip: string;
|
|
478
477
|
label: string;
|
|
479
478
|
size: string;
|
|
479
|
+
tooltip: string;
|
|
480
480
|
fixedLabel: boolean;
|
|
481
481
|
message: string;
|
|
482
482
|
}, {}, {
|
|
483
483
|
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<{}>, {
|
|
484
|
-
tooltip: string;
|
|
485
484
|
label: string;
|
|
485
|
+
tooltip: string;
|
|
486
486
|
useHtmlTooltip: boolean;
|
|
487
487
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
488
488
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -197,8 +197,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
197
197
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
198
198
|
}>, {
|
|
199
199
|
type: string;
|
|
200
|
-
size: string;
|
|
201
200
|
mask: string | unknown[];
|
|
201
|
+
size: string;
|
|
202
202
|
hasIconLeft: boolean;
|
|
203
203
|
hasIconRight: boolean;
|
|
204
204
|
modelValue: string;
|
|
@@ -4,8 +4,8 @@ export interface LabelProps {
|
|
|
4
4
|
useHtmlTooltip?: boolean;
|
|
5
5
|
}
|
|
6
6
|
declare const _default: import('vue').DefineComponent<LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LabelProps> & Readonly<{}>, {
|
|
7
|
-
tooltip: string;
|
|
8
7
|
label: string;
|
|
8
|
+
tooltip: string;
|
|
9
9
|
useHtmlTooltip: boolean;
|
|
10
10
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
11
11
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.vue"],"names":[],"mappings":"AAiBA;AA4EA,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;;
|
|
1
|
+
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.vue"],"names":[],"mappings":"AAiBA;AA4EA,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;;WAHS,MAAM;aACJ,MAAM;oBACC,OAAO;;AA8F1B,wBAQG"}
|
|
@@ -135,8 +135,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
135
|
onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
136
136
|
}>, {
|
|
137
137
|
type: string;
|
|
138
|
-
size: string;
|
|
139
138
|
title: string;
|
|
139
|
+
size: string;
|
|
140
140
|
icon: string;
|
|
141
141
|
iconScheme: string;
|
|
142
142
|
persistent: boolean;
|
|
@@ -150,8 +150,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
150
150
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
151
151
|
disabled: boolean;
|
|
152
152
|
type: import('../Button/types').ButtonType;
|
|
153
|
-
size: import('../Button/types').ButtonSize;
|
|
154
153
|
text: string;
|
|
154
|
+
size: import('../Button/types').ButtonSize;
|
|
155
155
|
iconLeft: string;
|
|
156
156
|
iconRight: string;
|
|
157
157
|
float: boolean;
|
|
@@ -168,8 +168,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
168
168
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
169
169
|
disabled: boolean;
|
|
170
170
|
type: import('../Button/types').ButtonType;
|
|
171
|
-
size: import('../Button/types').ButtonSize;
|
|
172
171
|
text: string;
|
|
172
|
+
size: import('../Button/types').ButtonSize;
|
|
173
173
|
iconLeft: string;
|
|
174
174
|
iconRight: string;
|
|
175
175
|
float: boolean;
|
|
@@ -183,8 +183,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
183
183
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
184
184
|
disabled: boolean;
|
|
185
185
|
type: import('../Button/types').ButtonType;
|
|
186
|
-
size: import('../Button/types').ButtonSize;
|
|
187
186
|
text: string;
|
|
187
|
+
size: import('../Button/types').ButtonSize;
|
|
188
188
|
iconLeft: string;
|
|
189
189
|
iconRight: string;
|
|
190
190
|
float: boolean;
|
|
@@ -241,10 +241,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
241
241
|
disabled: boolean;
|
|
242
242
|
type: string;
|
|
243
243
|
placeholder: string;
|
|
244
|
-
tooltip: string;
|
|
245
244
|
label: string;
|
|
246
|
-
size: string;
|
|
247
245
|
mask: string | unknown[];
|
|
246
|
+
size: string;
|
|
247
|
+
tooltip: string;
|
|
248
248
|
message: string;
|
|
249
249
|
modelValue: string;
|
|
250
250
|
nativeType: string;
|
|
@@ -457,8 +457,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
457
457
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
458
458
|
}>, {
|
|
459
459
|
type: string;
|
|
460
|
-
size: string;
|
|
461
460
|
mask: string | unknown[];
|
|
461
|
+
size: string;
|
|
462
462
|
hasIconLeft: boolean;
|
|
463
463
|
hasIconRight: boolean;
|
|
464
464
|
modelValue: string;
|
|
@@ -548,15 +548,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
548
548
|
}>> & Readonly<{}>, {
|
|
549
549
|
disabled: boolean;
|
|
550
550
|
error: string | boolean;
|
|
551
|
-
tooltip: string;
|
|
552
551
|
label: string;
|
|
553
552
|
size: string;
|
|
553
|
+
tooltip: string;
|
|
554
554
|
fixedLabel: boolean;
|
|
555
555
|
message: string;
|
|
556
556
|
}, {}, {
|
|
557
557
|
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<{}>, {
|
|
558
|
-
tooltip: string;
|
|
559
558
|
label: string;
|
|
559
|
+
tooltip: string;
|
|
560
560
|
useHtmlTooltip: boolean;
|
|
561
561
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
562
562
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -565,8 +565,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
565
565
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
566
566
|
disabled: boolean;
|
|
567
567
|
type: import('../Button/types').ButtonType;
|
|
568
|
-
size: import('../Button/types').ButtonSize;
|
|
569
568
|
text: string;
|
|
569
|
+
size: import('../Button/types').ButtonSize;
|
|
570
570
|
iconLeft: string;
|
|
571
571
|
iconRight: string;
|
|
572
572
|
float: boolean;
|
|
@@ -583,8 +583,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
583
583
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
584
584
|
disabled: boolean;
|
|
585
585
|
type: import('../Button/types').ButtonType;
|
|
586
|
-
size: import('../Button/types').ButtonSize;
|
|
587
586
|
text: string;
|
|
587
|
+
size: import('../Button/types').ButtonSize;
|
|
588
588
|
iconLeft: string;
|
|
589
589
|
iconRight: string;
|
|
590
590
|
float: boolean;
|
|
@@ -598,8 +598,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
598
598
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
599
599
|
disabled: boolean;
|
|
600
600
|
type: import('../Button/types').ButtonType;
|
|
601
|
-
size: import('../Button/types').ButtonSize;
|
|
602
601
|
text: string;
|
|
602
|
+
size: import('../Button/types').ButtonSize;
|
|
603
603
|
iconLeft: string;
|
|
604
604
|
iconRight: string;
|
|
605
605
|
float: boolean;
|
|
@@ -406,8 +406,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
406
406
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
407
407
|
disabled: boolean;
|
|
408
408
|
type: import('../Button/types').ButtonType;
|
|
409
|
-
size: import('../Button/types').ButtonSize;
|
|
410
409
|
text: string;
|
|
410
|
+
size: import('../Button/types').ButtonSize;
|
|
411
411
|
iconLeft: string;
|
|
412
412
|
iconRight: string;
|
|
413
413
|
float: boolean;
|
|
@@ -424,8 +424,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
424
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
425
425
|
disabled: boolean;
|
|
426
426
|
type: import('../Button/types').ButtonType;
|
|
427
|
-
size: import('../Button/types').ButtonSize;
|
|
428
427
|
text: string;
|
|
428
|
+
size: import('../Button/types').ButtonSize;
|
|
429
429
|
iconLeft: string;
|
|
430
430
|
iconRight: string;
|
|
431
431
|
float: boolean;
|
|
@@ -439,8 +439,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
439
439
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
440
440
|
disabled: boolean;
|
|
441
441
|
type: import('../Button/types').ButtonType;
|
|
442
|
-
size: import('../Button/types').ButtonSize;
|
|
443
442
|
text: string;
|
|
443
|
+
size: import('../Button/types').ButtonSize;
|
|
444
444
|
iconLeft: string;
|
|
445
445
|
iconRight: string;
|
|
446
446
|
float: boolean;
|
|
@@ -488,8 +488,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
488
488
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
489
489
|
disabled: boolean;
|
|
490
490
|
type: import('../Button/types').ButtonType;
|
|
491
|
-
size: import('../Button/types').ButtonSize;
|
|
492
491
|
text: string;
|
|
492
|
+
size: import('../Button/types').ButtonSize;
|
|
493
493
|
iconLeft: string;
|
|
494
494
|
iconRight: string;
|
|
495
495
|
float: boolean;
|
|
@@ -506,8 +506,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
506
506
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
507
507
|
disabled: boolean;
|
|
508
508
|
type: import('../Button/types').ButtonType;
|
|
509
|
-
size: import('../Button/types').ButtonSize;
|
|
510
509
|
text: string;
|
|
510
|
+
size: import('../Button/types').ButtonSize;
|
|
511
511
|
iconLeft: string;
|
|
512
512
|
iconRight: string;
|
|
513
513
|
float: boolean;
|
|
@@ -521,8 +521,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
521
521
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
522
522
|
disabled: boolean;
|
|
523
523
|
type: import('../Button/types').ButtonType;
|
|
524
|
-
size: import('../Button/types').ButtonSize;
|
|
525
524
|
text: string;
|
|
525
|
+
size: import('../Button/types').ButtonSize;
|
|
526
526
|
iconLeft: string;
|
|
527
527
|
iconRight: string;
|
|
528
528
|
float: boolean;
|
|
@@ -80,8 +80,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
80
|
default: boolean;
|
|
81
81
|
};
|
|
82
82
|
}>> & Readonly<{}>, {
|
|
83
|
-
side: string;
|
|
84
83
|
text: string;
|
|
84
|
+
side: string;
|
|
85
85
|
enabled: boolean;
|
|
86
86
|
forceOpen: boolean;
|
|
87
87
|
maxWidth: string;
|
|
@@ -141,6 +141,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
141
141
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
142
142
|
pointerDownOutside: (event: Event) => any;
|
|
143
143
|
}, import('vue').PublicProps, {
|
|
144
|
+
class: import('vue').HTMLAttributes["class"];
|
|
144
145
|
sideOffset: number;
|
|
145
146
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
146
147
|
P: {};
|
|
@@ -155,6 +156,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
155
156
|
onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
|
|
156
157
|
onPointerDownOutside?: ((event: Event) => any) | undefined;
|
|
157
158
|
}>, {}, {}, {}, {}, {
|
|
159
|
+
class: import('vue').HTMLAttributes["class"];
|
|
158
160
|
sideOffset: number;
|
|
159
161
|
}>;
|
|
160
162
|
__isFragment?: never;
|
|
@@ -169,6 +171,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
169
171
|
escapeKeyDown: (event: KeyboardEvent) => any;
|
|
170
172
|
pointerDownOutside: (event: Event) => any;
|
|
171
173
|
}, string, {
|
|
174
|
+
class: import('vue').HTMLAttributes["class"];
|
|
172
175
|
sideOffset: number;
|
|
173
176
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
174
177
|
$slots: {
|
|
@@ -95,17 +95,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
96
96
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
97
97
|
disabled: boolean;
|
|
98
|
+
value: string | number;
|
|
98
99
|
label: string;
|
|
99
100
|
name: string;
|
|
100
101
|
modelValue: string | number;
|
|
101
|
-
value: string | number;
|
|
102
102
|
helper: string;
|
|
103
103
|
$props: {
|
|
104
104
|
readonly disabled?: boolean | undefined;
|
|
105
|
+
readonly value?: string | number | undefined;
|
|
105
106
|
readonly label?: string | undefined;
|
|
106
107
|
readonly name?: string | undefined;
|
|
107
108
|
readonly modelValue?: string | number | undefined;
|
|
108
|
-
readonly value?: string | number | undefined;
|
|
109
109
|
readonly helper?: string | undefined;
|
|
110
110
|
};
|
|
111
111
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
@@ -118,17 +118,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
}, Readonly<{}> & Readonly<{}>, {
|
|
119
119
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
120
120
|
disabled: boolean;
|
|
121
|
+
value: string | number;
|
|
121
122
|
label: string;
|
|
122
123
|
name: string;
|
|
123
124
|
modelValue: string | number;
|
|
124
|
-
value: string | number;
|
|
125
125
|
helper: string;
|
|
126
126
|
$props: {
|
|
127
127
|
readonly disabled?: boolean | undefined;
|
|
128
|
+
readonly value?: string | number | undefined;
|
|
128
129
|
readonly label?: string | undefined;
|
|
129
130
|
readonly name?: string | undefined;
|
|
130
131
|
readonly modelValue?: string | number | undefined;
|
|
131
|
-
readonly value?: string | number | undefined;
|
|
132
132
|
readonly helper?: string | undefined;
|
|
133
133
|
};
|
|
134
134
|
}, {}, {}, {}, {}>;
|
|
@@ -138,17 +138,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
138
138
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
139
139
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
140
140
|
disabled: boolean;
|
|
141
|
+
value: string | number;
|
|
141
142
|
label: string;
|
|
142
143
|
name: string;
|
|
143
144
|
modelValue: string | number;
|
|
144
|
-
value: string | number;
|
|
145
145
|
helper: string;
|
|
146
146
|
$props: {
|
|
147
147
|
readonly disabled?: boolean | undefined;
|
|
148
|
+
readonly value?: string | number | undefined;
|
|
148
149
|
readonly label?: string | undefined;
|
|
149
150
|
readonly name?: string | undefined;
|
|
150
151
|
readonly modelValue?: string | number | undefined;
|
|
151
|
-
readonly value?: string | number | undefined;
|
|
152
152
|
readonly helper?: string | undefined;
|
|
153
153
|
};
|
|
154
154
|
}, {}, {}, {}, 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 () => {
|
|
@@ -55,8 +55,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
56
56
|
disabled: boolean;
|
|
57
57
|
type: import('../Button/types').ButtonType;
|
|
58
|
-
size: import('../Button/types').ButtonSize;
|
|
59
58
|
text: string;
|
|
59
|
+
size: import('../Button/types').ButtonSize;
|
|
60
60
|
iconLeft: string;
|
|
61
61
|
iconRight: string;
|
|
62
62
|
float: boolean;
|
|
@@ -73,8 +73,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
73
73
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
74
74
|
disabled: boolean;
|
|
75
75
|
type: import('../Button/types').ButtonType;
|
|
76
|
-
size: import('../Button/types').ButtonSize;
|
|
77
76
|
text: string;
|
|
77
|
+
size: import('../Button/types').ButtonSize;
|
|
78
78
|
iconLeft: string;
|
|
79
79
|
iconRight: string;
|
|
80
80
|
float: boolean;
|
|
@@ -88,8 +88,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
88
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
89
89
|
disabled: boolean;
|
|
90
90
|
type: import('../Button/types').ButtonType;
|
|
91
|
-
size: import('../Button/types').ButtonSize;
|
|
92
91
|
text: string;
|
|
92
|
+
size: import('../Button/types').ButtonSize;
|
|
93
93
|
iconLeft: string;
|
|
94
94
|
iconRight: string;
|
|
95
95
|
float: boolean;
|
|
@@ -6,17 +6,17 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
8
8
|
disabled: boolean;
|
|
9
|
+
value: string | number;
|
|
9
10
|
label: string;
|
|
10
11
|
name: string;
|
|
11
12
|
modelValue: string | number;
|
|
12
|
-
value: string | number;
|
|
13
13
|
helper: string;
|
|
14
14
|
$props: {
|
|
15
15
|
readonly disabled?: boolean | undefined;
|
|
16
|
+
readonly value?: string | number | undefined;
|
|
16
17
|
readonly label?: string | undefined;
|
|
17
18
|
readonly name?: string | undefined;
|
|
18
19
|
readonly modelValue?: string | number | undefined;
|
|
19
|
-
readonly value?: string | number | undefined;
|
|
20
20
|
readonly helper?: string | undefined;
|
|
21
21
|
};
|
|
22
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
@@ -445,8 +445,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
445
445
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
446
446
|
}>, {
|
|
447
447
|
type: string;
|
|
448
|
-
size: string;
|
|
449
448
|
mask: string | unknown[];
|
|
449
|
+
size: string;
|
|
450
450
|
hasIconLeft: boolean;
|
|
451
451
|
hasIconRight: boolean;
|
|
452
452
|
modelValue: string;
|
|
@@ -685,8 +685,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
685
685
|
}>, {
|
|
686
686
|
disabled: boolean;
|
|
687
687
|
type: import('../Tag/types').TagType;
|
|
688
|
-
size: import('../Tag/types').TagSize;
|
|
689
688
|
text: string;
|
|
689
|
+
size: import('../Tag/types').TagSize;
|
|
690
690
|
scheme: string;
|
|
691
691
|
leftIcon: string;
|
|
692
692
|
hasCloseIcon: boolean;
|
|
@@ -53,8 +53,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
}>, {
|
|
54
54
|
disabled: boolean;
|
|
55
55
|
type: import('../Tag/types').TagType;
|
|
56
|
-
size: import('../Tag/types').TagSize;
|
|
57
56
|
text: string;
|
|
57
|
+
size: import('../Tag/types').TagSize;
|
|
58
58
|
scheme: string;
|
|
59
59
|
leftIcon: string;
|
|
60
60
|
hasCloseIcon: boolean;
|
|
@@ -308,8 +308,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
308
308
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
309
309
|
}>, {
|
|
310
310
|
type: string;
|
|
311
|
-
size: string;
|
|
312
311
|
mask: string | unknown[];
|
|
312
|
+
size: string;
|
|
313
313
|
hasIconLeft: boolean;
|
|
314
314
|
hasIconRight: boolean;
|
|
315
315
|
modelValue: string;
|