@weni/unnnic-system 3.10.0 → 3.11.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 +80 -0
- package/dist/assets/tokens/colors.json.d.ts +376 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +17 -116
- 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 +3 -3
- 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 +1 -1
- 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 +5 -5
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +27 -27
- package/dist/components/Card/CardCompany.vue.d.ts +11 -414
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +5 -5
- package/dist/components/Card/ContentCard.vue.d.ts +3 -3
- package/dist/components/Card/DashCard.vue.d.ts +5 -5
- 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 +3 -3
- package/dist/components/CardImage/CardImage.vue.d.ts +24 -31
- package/dist/components/CardInformation/CardInformation.vue.d.ts +5 -5
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +13 -416
- package/dist/components/Carousel/TagCarousel.vue.d.ts +12 -415
- package/dist/components/ChartBar/ChartBar.vue.d.ts +5 -5
- 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 +21 -446
- 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 +19 -26
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +28 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.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 +170 -39
- package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
- package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
- 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 +51 -28
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- 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 +4 -4
- package/dist/components/Input/BaseInput.vue.d.ts +11 -2
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +170 -39
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +33 -24
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +175 -44
- 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 +6 -6
- package/dist/components/ModalNext/ModalNext.vue.d.ts +175 -44
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +9 -9
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +26 -14
- package/dist/components/PageHeader/PageHeader.vue.d.ts +28 -0
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +1 -0
- package/dist/components/PageHeader/index.d.ts +3 -0
- package/dist/components/PageHeader/index.d.ts.map +1 -0
- package/dist/components/PageHeader/types.d.ts +9 -0
- package/dist/components/PageHeader/types.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.vue.d.ts +3 -3
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +1 -1
- package/dist/components/Radio/Radio.vue.d.ts +10 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +68 -469
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +11 -414
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +21 -28
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +33 -24
- 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 +55 -21
- 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 +3 -3
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/DefaultTag.vue.d.ts +4 -83
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +12 -414
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/types.d.ts +18 -0
- package/dist/components/Tag/types.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +78 -33
- 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 +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +4 -4
- package/dist/components/index.d.ts +8910 -10904
- package/dist/components/index.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/{es-4b899f97.mjs → es-e3248052.mjs} +1 -1
- package/dist/{index-23489897.mjs → index-f67d5b30.mjs} +9289 -8806
- package/dist/{pt-br-5a914a63.mjs → pt-br-f6f53acd.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +181 -173
- package/dist/unnnic.umd.js +35 -36
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/icons/checkbox-checked-disabled.svg +3 -0
- package/src/assets/icons/checkbox-checked.svg +3 -0
- package/src/assets/icons/checkbox-less-disabled.svg +3 -0
- package/src/assets/icons/checkbox-less.svg +3 -0
- 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/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/Alert.spec.js +2 -45
- package/src/components/Alert/__tests__/Version1dot1.spec.js +0 -21
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/AlertBanner.spec.js.snap +2 -2
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +1 -1
- package/src/components/Button/Button.vue +67 -117
- package/src/components/Button/types.ts +0 -1
- package/src/components/ChatsContact/ChatsContact.vue +10 -6
- package/src/components/Checkbox/Checkbox.vue +117 -65
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +6 -21
- package/src/components/CheckboxGroup/CheckboxGroup.vue +96 -0
- package/src/components/FormElement/FormElement.vue +63 -93
- package/src/components/Icon.vue +2 -0
- package/src/components/Input/BaseInput.vue +12 -12
- package/src/components/Input/Input.scss +19 -20
- package/src/components/Input/Input.vue +60 -55
- package/src/components/Input/TextInput.vue +25 -54
- package/src/components/Input/__test__/Input.spec.js +13 -33
- package/src/components/Input/__test__/TextInput.spec.js +6 -8
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +14 -5
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -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/PageHeader/PageHeader.vue +148 -0
- package/src/components/PageHeader/index.ts +2 -0
- package/src/components/PageHeader/types.ts +10 -0
- package/src/components/Radio/Radio.vue +118 -66
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +4 -3
- package/src/components/RadioGroup/RadioGroup.vue +142 -0
- package/src/components/SelectSmart/SelectSmart.vue +4 -3
- package/src/components/Switch/Switch.vue +132 -91
- package/src/components/Switch/__tests__/Switch.spec.js +8 -75
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +5 -6
- 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/Tag/DefaultTag.vue +51 -107
- package/src/components/Tag/Tag.vue +32 -79
- package/src/components/Tag/types.ts +19 -0
- package/src/components/TextArea/TextArea.vue +41 -12
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +11 -3
- package/src/components/Toast/Toast.vue +246 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/__tests__/Toast.spec.js +291 -0
- package/src/components/Toast/__tests__/ToastManager.spec.js +294 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +33 -17
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +29 -39
- package/src/stories/Checkbox.stories.js +11 -4
- package/src/stories/CheckboxGroup.stories.js +105 -0
- package/src/stories/Input.stories.js +71 -76
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/PageHeader.stories.js +330 -0
- package/src/stories/Radio.stories.js +28 -1
- package/src/stories/RadioGroup.stories.js +144 -0
- package/src/stories/Switch.stories.js +10 -5
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/Tag.stories.js +24 -43
- package/src/stories/TextArea.stories.js +14 -2
- 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/dist/components/Tag/BrandTag.vue.d.ts +0 -51
- package/dist/components/Tag/BrandTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +0 -151
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +0 -1
- package/dist/components/Tag/TagNext.vue.d.ts +0 -24
- package/dist/components/Tag/TagNext.vue.d.ts.map +0 -1
- 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
- package/src/components/Tag/BrandTag.vue +0 -96
- package/src/components/Tag/IndicatorTag.vue +0 -107
- package/src/components/Tag/TagNext.vue +0 -60
|
@@ -32,29 +32,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: null;
|
|
34
34
|
};
|
|
35
|
-
iconRightSize: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
35
|
allowTogglePassword: {
|
|
40
36
|
type: BooleanConstructor;
|
|
41
37
|
default: null;
|
|
42
38
|
};
|
|
43
|
-
hasCloudyColor: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: null;
|
|
46
|
-
};
|
|
47
39
|
size: {
|
|
48
40
|
type: StringConstructor;
|
|
49
41
|
default: string;
|
|
50
42
|
};
|
|
43
|
+
maxlength: {
|
|
44
|
+
type: NumberConstructor;
|
|
45
|
+
default: null;
|
|
46
|
+
};
|
|
47
|
+
disabled: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
51
|
}>, {}, {
|
|
52
52
|
isFocused: boolean;
|
|
53
53
|
showPassword: boolean;
|
|
54
54
|
}, {
|
|
55
|
-
isDisabled():
|
|
55
|
+
isDisabled(): {};
|
|
56
56
|
iconRightSvg(): string;
|
|
57
|
-
iconScheme(): "
|
|
57
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
58
58
|
attributes(): any;
|
|
59
59
|
}, {
|
|
60
60
|
focus(): void;
|
|
@@ -96,38 +96,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
96
|
type: BooleanConstructor;
|
|
97
97
|
default: null;
|
|
98
98
|
};
|
|
99
|
-
iconRightSize: {
|
|
100
|
-
type: StringConstructor;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
99
|
allowTogglePassword: {
|
|
104
100
|
type: BooleanConstructor;
|
|
105
101
|
default: null;
|
|
106
102
|
};
|
|
107
|
-
hasCloudyColor: {
|
|
108
|
-
type: BooleanConstructor;
|
|
109
|
-
default: null;
|
|
110
|
-
};
|
|
111
103
|
size: {
|
|
112
104
|
type: StringConstructor;
|
|
113
105
|
default: string;
|
|
114
106
|
};
|
|
107
|
+
maxlength: {
|
|
108
|
+
type: NumberConstructor;
|
|
109
|
+
default: null;
|
|
110
|
+
};
|
|
111
|
+
disabled: {
|
|
112
|
+
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
115
|
}>> & Readonly<{
|
|
116
116
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
118
118
|
}>, {
|
|
119
|
-
size: string;
|
|
120
119
|
type: string;
|
|
120
|
+
size: string;
|
|
121
121
|
placeholder: string;
|
|
122
|
+
disabled: boolean;
|
|
122
123
|
modelValue: string;
|
|
123
124
|
nativeType: string;
|
|
125
|
+
maxlength: number;
|
|
124
126
|
iconLeft: string;
|
|
125
127
|
iconRight: string;
|
|
126
128
|
iconLeftClickable: boolean;
|
|
127
129
|
iconRightClickable: boolean;
|
|
128
|
-
iconRightSize: string;
|
|
129
130
|
allowTogglePassword: boolean;
|
|
130
|
-
hasCloudyColor: boolean;
|
|
131
131
|
}, {}, {
|
|
132
132
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
133
133
|
type: {
|
|
@@ -153,6 +153,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
153
|
};
|
|
154
154
|
hasIconLeft: BooleanConstructor;
|
|
155
155
|
hasIconRight: BooleanConstructor;
|
|
156
|
+
maxlength: {
|
|
157
|
+
type: NumberConstructor;
|
|
158
|
+
default: null;
|
|
159
|
+
};
|
|
156
160
|
}>, {}, {}, {
|
|
157
161
|
attributes(): any;
|
|
158
162
|
classes(): (string | {
|
|
@@ -185,16 +189,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
185
189
|
};
|
|
186
190
|
hasIconLeft: BooleanConstructor;
|
|
187
191
|
hasIconRight: BooleanConstructor;
|
|
192
|
+
maxlength: {
|
|
193
|
+
type: NumberConstructor;
|
|
194
|
+
default: null;
|
|
195
|
+
};
|
|
188
196
|
}>> & Readonly<{
|
|
189
197
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
190
198
|
}>, {
|
|
191
|
-
mask: string | unknown[];
|
|
192
|
-
size: string;
|
|
193
199
|
type: string;
|
|
200
|
+
size: string;
|
|
201
|
+
mask: string | unknown[];
|
|
194
202
|
hasIconLeft: boolean;
|
|
195
203
|
hasIconRight: boolean;
|
|
196
204
|
modelValue: string;
|
|
197
205
|
nativeType: string;
|
|
206
|
+
maxlength: number;
|
|
198
207
|
}, {}, {}, {
|
|
199
208
|
mask: any;
|
|
200
209
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -207,10 +216,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
207
216
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
208
217
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
209
218
|
}>, {
|
|
219
|
+
size: import('../Icon.vue').IconSize;
|
|
210
220
|
filled: boolean;
|
|
211
221
|
icon: string | null;
|
|
212
222
|
clickable: boolean;
|
|
213
|
-
size: import('../Icon.vue').IconSize;
|
|
214
223
|
scheme: import('../Icon.vue').SchemeColor;
|
|
215
224
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
216
225
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/TextInput.vue"],"names":[],"mappings":"AA2CA;"}
|
|
@@ -153,8 +153,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
153
153
|
onSelectDate?: ((...args: any[]) => any) | undefined;
|
|
154
154
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
|
-
size: string;
|
|
157
156
|
type: string;
|
|
157
|
+
size: string;
|
|
158
158
|
minDate: string;
|
|
159
159
|
maxDate: string;
|
|
160
160
|
months: unknown[];
|
|
@@ -190,19 +190,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
190
|
};
|
|
191
191
|
message: {
|
|
192
192
|
type: StringConstructor;
|
|
193
|
-
default:
|
|
193
|
+
default: string;
|
|
194
|
+
};
|
|
195
|
+
errors: {
|
|
196
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
197
|
+
default: string;
|
|
194
198
|
};
|
|
195
199
|
label: {
|
|
196
200
|
type: StringConstructor;
|
|
197
|
-
default:
|
|
201
|
+
default: string;
|
|
198
202
|
};
|
|
199
203
|
iconLeft: {
|
|
200
204
|
type: StringConstructor;
|
|
201
|
-
default:
|
|
205
|
+
default: string;
|
|
202
206
|
};
|
|
203
207
|
iconRight: {
|
|
204
208
|
type: StringConstructor;
|
|
205
|
-
default:
|
|
209
|
+
default: string;
|
|
206
210
|
};
|
|
207
211
|
allowTogglePassword: {
|
|
208
212
|
type: BooleanConstructor;
|
|
@@ -210,11 +214,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
214
|
};
|
|
211
215
|
iconLeftClickable: {
|
|
212
216
|
type: BooleanConstructor;
|
|
213
|
-
default:
|
|
217
|
+
default: boolean;
|
|
214
218
|
};
|
|
215
219
|
iconRightClickable: {
|
|
216
220
|
type: BooleanConstructor;
|
|
217
|
-
default:
|
|
221
|
+
default: boolean;
|
|
218
222
|
};
|
|
219
223
|
hasCloudyColor: {
|
|
220
224
|
type: BooleanConstructor;
|
|
@@ -228,10 +232,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
232
|
type: (StringConstructor | ArrayConstructor)[];
|
|
229
233
|
default: string;
|
|
230
234
|
};
|
|
235
|
+
tooltip: {
|
|
236
|
+
type: StringConstructor;
|
|
237
|
+
default: string;
|
|
238
|
+
};
|
|
239
|
+
maxlength: {
|
|
240
|
+
type: (NumberConstructor | null)[];
|
|
241
|
+
default: null;
|
|
242
|
+
};
|
|
243
|
+
showMaxlengthCounter: {
|
|
244
|
+
type: BooleanConstructor;
|
|
245
|
+
default: boolean;
|
|
246
|
+
};
|
|
247
|
+
disabled: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
231
251
|
}>, {}, {
|
|
232
252
|
val: string;
|
|
233
253
|
}, {
|
|
234
|
-
|
|
254
|
+
computedError(): string | boolean;
|
|
235
255
|
}, {
|
|
236
256
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
237
257
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -254,19 +274,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
254
274
|
};
|
|
255
275
|
message: {
|
|
256
276
|
type: StringConstructor;
|
|
257
|
-
default:
|
|
277
|
+
default: string;
|
|
278
|
+
};
|
|
279
|
+
errors: {
|
|
280
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
281
|
+
default: string;
|
|
258
282
|
};
|
|
259
283
|
label: {
|
|
260
284
|
type: StringConstructor;
|
|
261
|
-
default:
|
|
285
|
+
default: string;
|
|
262
286
|
};
|
|
263
287
|
iconLeft: {
|
|
264
288
|
type: StringConstructor;
|
|
265
|
-
default:
|
|
289
|
+
default: string;
|
|
266
290
|
};
|
|
267
291
|
iconRight: {
|
|
268
292
|
type: StringConstructor;
|
|
269
|
-
default:
|
|
293
|
+
default: string;
|
|
270
294
|
};
|
|
271
295
|
allowTogglePassword: {
|
|
272
296
|
type: BooleanConstructor;
|
|
@@ -274,11 +298,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
274
298
|
};
|
|
275
299
|
iconLeftClickable: {
|
|
276
300
|
type: BooleanConstructor;
|
|
277
|
-
default:
|
|
301
|
+
default: boolean;
|
|
278
302
|
};
|
|
279
303
|
iconRightClickable: {
|
|
280
304
|
type: BooleanConstructor;
|
|
281
|
-
default:
|
|
305
|
+
default: boolean;
|
|
282
306
|
};
|
|
283
307
|
hasCloudyColor: {
|
|
284
308
|
type: BooleanConstructor;
|
|
@@ -292,23 +316,44 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
292
316
|
type: (StringConstructor | ArrayConstructor)[];
|
|
293
317
|
default: string;
|
|
294
318
|
};
|
|
319
|
+
tooltip: {
|
|
320
|
+
type: StringConstructor;
|
|
321
|
+
default: string;
|
|
322
|
+
};
|
|
323
|
+
maxlength: {
|
|
324
|
+
type: (NumberConstructor | null)[];
|
|
325
|
+
default: null;
|
|
326
|
+
};
|
|
327
|
+
showMaxlengthCounter: {
|
|
328
|
+
type: BooleanConstructor;
|
|
329
|
+
default: boolean;
|
|
330
|
+
};
|
|
331
|
+
disabled: {
|
|
332
|
+
type: BooleanConstructor;
|
|
333
|
+
default: boolean;
|
|
334
|
+
};
|
|
295
335
|
}>> & Readonly<{
|
|
296
336
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
297
337
|
}>, {
|
|
338
|
+
type: string;
|
|
339
|
+
size: string;
|
|
298
340
|
label: string;
|
|
299
341
|
mask: string | unknown[];
|
|
300
|
-
size: string;
|
|
301
|
-
type: string;
|
|
302
342
|
placeholder: string;
|
|
343
|
+
tooltip: string;
|
|
303
344
|
message: string;
|
|
345
|
+
disabled: boolean;
|
|
304
346
|
modelValue: string;
|
|
305
347
|
nativeType: string;
|
|
348
|
+
maxlength: number | null;
|
|
306
349
|
iconLeft: string;
|
|
307
350
|
iconRight: string;
|
|
308
351
|
iconLeftClickable: boolean;
|
|
309
352
|
iconRightClickable: boolean;
|
|
310
353
|
allowTogglePassword: boolean;
|
|
354
|
+
errors: string | unknown[];
|
|
311
355
|
hasCloudyColor: boolean;
|
|
356
|
+
showMaxlengthCounter: boolean;
|
|
312
357
|
}, {}, {
|
|
313
358
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
314
359
|
placeholder: {
|
|
@@ -344,29 +389,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
344
389
|
type: BooleanConstructor;
|
|
345
390
|
default: null;
|
|
346
391
|
};
|
|
347
|
-
iconRightSize: {
|
|
348
|
-
type: StringConstructor;
|
|
349
|
-
default: string;
|
|
350
|
-
};
|
|
351
392
|
allowTogglePassword: {
|
|
352
393
|
type: BooleanConstructor;
|
|
353
394
|
default: null;
|
|
354
395
|
};
|
|
355
|
-
hasCloudyColor: {
|
|
356
|
-
type: BooleanConstructor;
|
|
357
|
-
default: null;
|
|
358
|
-
};
|
|
359
396
|
size: {
|
|
360
397
|
type: StringConstructor;
|
|
361
398
|
default: string;
|
|
362
399
|
};
|
|
400
|
+
maxlength: {
|
|
401
|
+
type: NumberConstructor;
|
|
402
|
+
default: null;
|
|
403
|
+
};
|
|
404
|
+
disabled: {
|
|
405
|
+
type: BooleanConstructor;
|
|
406
|
+
default: boolean;
|
|
407
|
+
};
|
|
363
408
|
}>, {}, {
|
|
364
409
|
isFocused: boolean;
|
|
365
410
|
showPassword: boolean;
|
|
366
411
|
}, {
|
|
367
|
-
isDisabled():
|
|
412
|
+
isDisabled(): {};
|
|
368
413
|
iconRightSvg(): string;
|
|
369
|
-
iconScheme(): "
|
|
414
|
+
iconScheme(): "fg-base" | "fg-muted";
|
|
370
415
|
attributes(): any;
|
|
371
416
|
}, {
|
|
372
417
|
focus(): void;
|
|
@@ -408,38 +453,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
408
453
|
type: BooleanConstructor;
|
|
409
454
|
default: null;
|
|
410
455
|
};
|
|
411
|
-
iconRightSize: {
|
|
412
|
-
type: StringConstructor;
|
|
413
|
-
default: string;
|
|
414
|
-
};
|
|
415
456
|
allowTogglePassword: {
|
|
416
457
|
type: BooleanConstructor;
|
|
417
458
|
default: null;
|
|
418
459
|
};
|
|
419
|
-
hasCloudyColor: {
|
|
420
|
-
type: BooleanConstructor;
|
|
421
|
-
default: null;
|
|
422
|
-
};
|
|
423
460
|
size: {
|
|
424
461
|
type: StringConstructor;
|
|
425
462
|
default: string;
|
|
426
463
|
};
|
|
464
|
+
maxlength: {
|
|
465
|
+
type: NumberConstructor;
|
|
466
|
+
default: null;
|
|
467
|
+
};
|
|
468
|
+
disabled: {
|
|
469
|
+
type: BooleanConstructor;
|
|
470
|
+
default: boolean;
|
|
471
|
+
};
|
|
427
472
|
}>> & Readonly<{
|
|
428
473
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
429
474
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
430
475
|
}>, {
|
|
431
|
-
size: string;
|
|
432
476
|
type: string;
|
|
477
|
+
size: string;
|
|
433
478
|
placeholder: string;
|
|
479
|
+
disabled: boolean;
|
|
434
480
|
modelValue: string;
|
|
435
481
|
nativeType: string;
|
|
482
|
+
maxlength: number;
|
|
436
483
|
iconLeft: string;
|
|
437
484
|
iconRight: string;
|
|
438
485
|
iconLeftClickable: boolean;
|
|
439
486
|
iconRightClickable: boolean;
|
|
440
|
-
iconRightSize: string;
|
|
441
487
|
allowTogglePassword: boolean;
|
|
442
|
-
hasCloudyColor: boolean;
|
|
443
488
|
}, {}, {
|
|
444
489
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
445
490
|
type: {
|
|
@@ -465,6 +510,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
465
510
|
};
|
|
466
511
|
hasIconLeft: BooleanConstructor;
|
|
467
512
|
hasIconRight: BooleanConstructor;
|
|
513
|
+
maxlength: {
|
|
514
|
+
type: NumberConstructor;
|
|
515
|
+
default: null;
|
|
516
|
+
};
|
|
468
517
|
}>, {}, {}, {
|
|
469
518
|
attributes(): any;
|
|
470
519
|
classes(): (string | {
|
|
@@ -497,16 +546,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
497
546
|
};
|
|
498
547
|
hasIconLeft: BooleanConstructor;
|
|
499
548
|
hasIconRight: BooleanConstructor;
|
|
549
|
+
maxlength: {
|
|
550
|
+
type: NumberConstructor;
|
|
551
|
+
default: null;
|
|
552
|
+
};
|
|
500
553
|
}>> & Readonly<{
|
|
501
554
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
502
555
|
}>, {
|
|
503
|
-
mask: string | unknown[];
|
|
504
|
-
size: string;
|
|
505
556
|
type: string;
|
|
557
|
+
size: string;
|
|
558
|
+
mask: string | unknown[];
|
|
506
559
|
hasIconLeft: boolean;
|
|
507
560
|
hasIconRight: boolean;
|
|
508
561
|
modelValue: string;
|
|
509
562
|
nativeType: string;
|
|
563
|
+
maxlength: number;
|
|
510
564
|
}, {}, {}, {
|
|
511
565
|
mask: any;
|
|
512
566
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -519,13 +573,90 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
519
573
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
520
574
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
521
575
|
}>, {
|
|
576
|
+
size: import('../Icon.vue').IconSize;
|
|
522
577
|
filled: boolean;
|
|
523
578
|
icon: string | null;
|
|
524
579
|
clickable: boolean;
|
|
525
|
-
size: import('../Icon.vue').IconSize;
|
|
526
580
|
scheme: import('../Icon.vue').SchemeColor;
|
|
527
581
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
528
582
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
583
|
+
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
584
|
+
size: {
|
|
585
|
+
type: StringConstructor;
|
|
586
|
+
default: string;
|
|
587
|
+
validator: (size: unknown) => boolean;
|
|
588
|
+
};
|
|
589
|
+
label: {
|
|
590
|
+
type: StringConstructor;
|
|
591
|
+
default: string;
|
|
592
|
+
};
|
|
593
|
+
fixedLabel: {
|
|
594
|
+
type: BooleanConstructor;
|
|
595
|
+
default: boolean;
|
|
596
|
+
};
|
|
597
|
+
error: {
|
|
598
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
599
|
+
default: boolean;
|
|
600
|
+
};
|
|
601
|
+
message: {
|
|
602
|
+
type: StringConstructor;
|
|
603
|
+
default: string;
|
|
604
|
+
};
|
|
605
|
+
disabled: {
|
|
606
|
+
type: BooleanConstructor;
|
|
607
|
+
default: boolean;
|
|
608
|
+
};
|
|
609
|
+
tooltip: {
|
|
610
|
+
type: StringConstructor;
|
|
611
|
+
default: string;
|
|
612
|
+
};
|
|
613
|
+
}>, {}, {}, {}, {
|
|
614
|
+
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
615
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
616
|
+
size: {
|
|
617
|
+
type: StringConstructor;
|
|
618
|
+
default: string;
|
|
619
|
+
validator: (size: unknown) => boolean;
|
|
620
|
+
};
|
|
621
|
+
label: {
|
|
622
|
+
type: StringConstructor;
|
|
623
|
+
default: string;
|
|
624
|
+
};
|
|
625
|
+
fixedLabel: {
|
|
626
|
+
type: BooleanConstructor;
|
|
627
|
+
default: boolean;
|
|
628
|
+
};
|
|
629
|
+
error: {
|
|
630
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
631
|
+
default: boolean;
|
|
632
|
+
};
|
|
633
|
+
message: {
|
|
634
|
+
type: StringConstructor;
|
|
635
|
+
default: string;
|
|
636
|
+
};
|
|
637
|
+
disabled: {
|
|
638
|
+
type: BooleanConstructor;
|
|
639
|
+
default: boolean;
|
|
640
|
+
};
|
|
641
|
+
tooltip: {
|
|
642
|
+
type: StringConstructor;
|
|
643
|
+
default: string;
|
|
644
|
+
};
|
|
645
|
+
}>> & Readonly<{}>, {
|
|
646
|
+
error: string | boolean;
|
|
647
|
+
size: string;
|
|
648
|
+
label: string;
|
|
649
|
+
tooltip: string;
|
|
650
|
+
fixedLabel: boolean;
|
|
651
|
+
message: string;
|
|
652
|
+
disabled: boolean;
|
|
653
|
+
}, {}, {
|
|
654
|
+
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<{}>, {
|
|
655
|
+
label: string;
|
|
656
|
+
tooltip: string;
|
|
657
|
+
useHtmlTooltip: boolean;
|
|
658
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
659
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
529
660
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
530
661
|
UnnnicDatePicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
531
662
|
initialStartDate: {
|
|
@@ -722,8 +853,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
722
853
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
723
854
|
"onUpdate:equivalentOption"?: ((...args: any[]) => any) | undefined;
|
|
724
855
|
}>, {
|
|
725
|
-
size: string;
|
|
726
856
|
type: string;
|
|
857
|
+
size: string;
|
|
727
858
|
initialStartDate: string;
|
|
728
859
|
initialEndDate: string;
|
|
729
860
|
minDate: string;
|
|
@@ -739,8 +870,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
739
870
|
UnnnicButton: {
|
|
740
871
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
741
872
|
text: string;
|
|
742
|
-
size: import('../Button/types').ButtonSize;
|
|
743
873
|
type: import('../Button/types').ButtonType;
|
|
874
|
+
size: import('../Button/types').ButtonSize;
|
|
744
875
|
disabled: boolean;
|
|
745
876
|
iconLeft: string;
|
|
746
877
|
iconRight: string;
|
|
@@ -757,8 +888,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
757
888
|
Defaults: {};
|
|
758
889
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
759
890
|
text: string;
|
|
760
|
-
size: import('../Button/types').ButtonSize;
|
|
761
891
|
type: import('../Button/types').ButtonType;
|
|
892
|
+
size: import('../Button/types').ButtonSize;
|
|
762
893
|
disabled: boolean;
|
|
763
894
|
iconLeft: string;
|
|
764
895
|
iconRight: string;
|
|
@@ -772,8 +903,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
772
903
|
__isSuspense?: never;
|
|
773
904
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
774
905
|
text: string;
|
|
775
|
-
size: import('../Button/types').ButtonSize;
|
|
776
906
|
type: import('../Button/types').ButtonType;
|
|
907
|
+
size: import('../Button/types').ButtonSize;
|
|
777
908
|
disabled: boolean;
|
|
778
909
|
iconLeft: string;
|
|
779
910
|
iconRight: string;
|
|
@@ -26,7 +26,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
26
26
|
placeholder: StringConstructor;
|
|
27
27
|
message: StringConstructor;
|
|
28
28
|
error: {
|
|
29
|
-
type: (
|
|
29
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
30
30
|
};
|
|
31
31
|
readonly: {
|
|
32
32
|
type: BooleanConstructor;
|
|
@@ -69,15 +69,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
placeholder: StringConstructor;
|
|
70
70
|
message: StringConstructor;
|
|
71
71
|
error: {
|
|
72
|
-
type: (
|
|
72
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
73
73
|
};
|
|
74
74
|
readonly: {
|
|
75
75
|
type: BooleanConstructor;
|
|
76
76
|
default: boolean;
|
|
77
77
|
};
|
|
78
78
|
}>> & Readonly<{}>, {
|
|
79
|
-
size: string;
|
|
80
79
|
type: string;
|
|
80
|
+
size: string;
|
|
81
81
|
disabled: boolean;
|
|
82
82
|
nativeType: string;
|
|
83
83
|
allowTogglePassword: boolean;
|
|
@@ -92,10 +92,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
93
93
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
94
94
|
}>, {
|
|
95
|
+
size: import('../Icon.vue').IconSize;
|
|
95
96
|
filled: boolean;
|
|
96
97
|
icon: string | null;
|
|
97
98
|
clickable: boolean;
|
|
98
|
-
size: import('../Icon.vue').IconSize;
|
|
99
99
|
scheme: import('../Icon.vue').SchemeColor;
|
|
100
100
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
101
101
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,18 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}>, {}, {}, {}, {
|
|
8
|
-
fullySanitize: typeof fullySanitize;
|
|
9
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
-
label: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: null;
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {
|
|
1
|
+
export interface LabelProps {
|
|
2
|
+
label?: string;
|
|
3
|
+
tooltip?: string;
|
|
4
|
+
useHtmlTooltip?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: import('vue').DefineComponent<LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LabelProps> & Readonly<{}>, {
|
|
15
7
|
label: string;
|
|
16
|
-
|
|
8
|
+
tooltip: string;
|
|
9
|
+
useHtmlTooltip: boolean;
|
|
10
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
17
11
|
export default _default;
|
|
18
12
|
//# sourceMappingURL=Label.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Label.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Label/Label.vue"],"names":[],"mappings":"
|
|
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"}
|
|
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
78
|
text: string;
|
|
79
|
-
scheme: string;
|
|
80
79
|
description: string;
|
|
80
|
+
scheme: string;
|
|
81
81
|
modalIcon: string;
|
|
82
82
|
closeIcon: boolean;
|
|
83
83
|
alertMessage: string;
|
|
@@ -93,10 +93,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
93
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
94
94
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
95
95
|
}>, {
|
|
96
|
+
size: import('../Icon.vue').IconSize;
|
|
96
97
|
filled: boolean;
|
|
97
98
|
icon: string | null;
|
|
98
99
|
clickable: boolean;
|
|
99
|
-
size: import('../Icon.vue').IconSize;
|
|
100
100
|
scheme: import('../Icon.vue').SchemeColor;
|
|
101
101
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
102
102
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|