@weni/unnnic-system 3.9.1-alpha.4 → 3.9.2
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 +38 -0
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +116 -17
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +38 -2
- 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 +414 -11
- 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 +31 -24
- 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 +416 -13
- package/dist/components/Carousel/TagCarousel.vue.d.ts +415 -12
- 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 +446 -21
- 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 +26 -19
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- 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 +12 -2
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +39 -170
- 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 +28 -51
- 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 +2 -11
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +39 -170
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +24 -33
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +44 -175
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +15 -9
- 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 +44 -175
- 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 +14 -26
- 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 +6 -10
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +512 -69
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +414 -11
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +28 -21
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +24 -33
- 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 +21 -55
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +2 -13
- 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/BrandTag.vue.d.ts +51 -0
- package/dist/components/Tag/BrandTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/DefaultTag.vue.d.ts +83 -4
- package/dist/components/Tag/DefaultTag.vue.d.ts.map +1 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +151 -0
- package/dist/components/Tag/IndicatorTag.vue.d.ts.map +1 -0
- package/dist/components/Tag/Tag.vue.d.ts +414 -12
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/TagNext.vue.d.ts +24 -0
- package/dist/components/Tag/TagNext.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +30 -75
- 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 +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 +6402 -4331
- 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-db30a2ff.mjs → es-4aab69cb.mjs} +1 -1
- package/dist/{index-761bb714.mjs → index-789225a6.mjs} +10023 -10092
- package/dist/{pt-br-569fa4c1.mjs → pt-br-2f695ddd.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +151 -158
- package/dist/unnnic.umd.js +43 -42
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/Alert/Alert.vue +135 -26
- package/src/components/Alert/AlertBanner.vue +182 -0
- package/src/components/Alert/AlertCaller.vue +49 -0
- package/src/components/Alert/Version1dot1.vue +36 -0
- package/src/components/Alert/__tests__/Alert.spec.js +45 -2
- package/src/components/Alert/__tests__/AlertBanner.spec.js +89 -0
- package/src/components/Alert/__tests__/AlertCaller.spec.js +98 -0
- package/src/components/Alert/__tests__/Version1dot1.spec.js +21 -0
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +7 -11
- 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 +117 -67
- package/src/components/Button/types.ts +1 -0
- package/src/components/ChatsContact/ChatsContact.vue +6 -10
- package/src/components/Checkbox/Checkbox.vue +65 -117
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- package/src/components/DataTable/index.vue +48 -0
- package/src/components/FormElement/FormElement.vue +93 -63
- package/src/components/Icon.vue +0 -2
- package/src/components/Input/BaseInput.vue +12 -12
- package/src/components/Input/Input.scss +20 -19
- package/src/components/Input/Input.vue +55 -60
- package/src/components/Input/TextInput.vue +54 -25
- package/src/components/Input/__test__/Input.spec.js +33 -13
- package/src/components/Input/__test__/TextInput.spec.js +8 -6
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +5 -14
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/Label.vue +21 -52
- 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/Radio/Radio.vue +66 -118
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -4
- package/src/components/SelectSmart/SelectSmart.vue +129 -28
- package/src/components/SelectSmart/__tests__/SelectSmart.spec.js +180 -4
- package/src/components/Switch/Switch.vue +91 -132
- package/src/components/Switch/__tests__/Switch.spec.js +75 -8
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +6 -5
- package/src/components/Tab/Tab.vue +23 -37
- 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/BrandTag.vue +96 -0
- package/src/components/Tag/DefaultTag.vue +107 -51
- package/src/components/Tag/IndicatorTag.vue +107 -0
- package/src/components/Tag/Tag.vue +79 -32
- package/src/components/Tag/TagNext.vue +60 -0
- package/src/components/TextArea/TextArea.vue +11 -40
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +3 -11
- package/src/components/index.ts +18 -33
- package/src/stories/Alert.stories.js +67 -6
- package/src/stories/Button.stories.js +39 -29
- package/src/stories/Checkbox.stories.js +4 -11
- package/src/stories/DataTable.stories.js +192 -0
- package/src/stories/Input.stories.js +76 -71
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Radio.stories.js +1 -28
- package/src/stories/SelectSmart.stories.js +289 -0
- package/src/stories/Switch.stories.js +5 -10
- package/src/stories/Tab.stories.js +4 -11
- package/src/stories/Tag.stories.js +43 -24
- package/src/stories/TextArea.stories.js +2 -14
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/assets/tokens/colors.json.d.ts +0 -376
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/PageHeader.vue.d.ts +0 -28
- package/dist/components/PageHeader/PageHeader.vue.d.ts.map +0 -1
- package/dist/components/PageHeader/index.d.ts +0 -3
- package/dist/components/PageHeader/index.d.ts.map +0 -1
- package/dist/components/PageHeader/types.d.ts +0 -9
- package/dist/components/PageHeader/types.d.ts.map +0 -1
- package/dist/components/Tag/types.d.ts +0 -18
- package/dist/components/Tag/types.d.ts.map +0 -1
- package/dist/components/Toast/Toast.vue.d.ts +0 -16
- package/dist/components/Toast/Toast.vue.d.ts.map +0 -1
- package/dist/components/Toast/ToastManager.d.ts +0 -14
- package/dist/components/Toast/ToastManager.d.ts.map +0 -1
- package/dist/components/Toast/types.d.ts +0 -35
- package/dist/components/Toast/types.d.ts.map +0 -1
- package/src/assets/icons/checkbox-checked-disabled.svg +0 -3
- package/src/assets/icons/checkbox-checked.svg +0 -3
- package/src/assets/icons/checkbox-less-disabled.svg +0 -3
- package/src/assets/icons/checkbox-less.svg +0 -3
- package/src/assets/icons/radio-checked.svg +0 -3
- package/src/assets/icons/switch-checked-disabled.svg +0 -3
- package/src/assets/icons/switch-checked.svg +0 -3
- package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
- package/src/components/PageHeader/PageHeader.vue +0 -148
- package/src/components/PageHeader/index.ts +0 -2
- package/src/components/PageHeader/types.ts +0 -10
- package/src/components/RadioGroup/RadioGroup.vue +0 -142
- package/src/components/Tag/types.ts +0 -19
- package/src/components/Toast/Toast.vue +0 -246
- package/src/components/Toast/ToastManager.ts +0 -110
- package/src/components/Toast/__tests__/Toast.spec.js +0 -291
- package/src/components/Toast/__tests__/ToastManager.spec.js +0 -294
- package/src/components/Toast/types.ts +0 -57
- package/src/stories/CheckboxGroup.stories.js +0 -105
- package/src/stories/PageHeader.stories.js +0 -330
- package/src/stories/RadioGroup.stories.js +0 -144
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -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
|
+
};
|
|
35
39
|
allowTogglePassword: {
|
|
36
40
|
type: BooleanConstructor;
|
|
37
41
|
default: null;
|
|
38
42
|
};
|
|
43
|
+
hasCloudyColor: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: null;
|
|
46
|
+
};
|
|
39
47
|
size: {
|
|
40
48
|
type: StringConstructor;
|
|
41
49
|
default: string;
|
|
42
50
|
};
|
|
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(): unknown;
|
|
56
56
|
iconRightSvg(): string;
|
|
57
|
-
iconScheme(): "
|
|
57
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
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
|
+
};
|
|
99
103
|
allowTogglePassword: {
|
|
100
104
|
type: BooleanConstructor;
|
|
101
105
|
default: null;
|
|
102
106
|
};
|
|
107
|
+
hasCloudyColor: {
|
|
108
|
+
type: BooleanConstructor;
|
|
109
|
+
default: null;
|
|
110
|
+
};
|
|
103
111
|
size: {
|
|
104
112
|
type: StringConstructor;
|
|
105
113
|
default: string;
|
|
106
114
|
};
|
|
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
|
-
type: string;
|
|
120
119
|
size: string;
|
|
120
|
+
type: string;
|
|
121
121
|
placeholder: string;
|
|
122
|
-
disabled: boolean;
|
|
123
122
|
modelValue: string;
|
|
124
123
|
nativeType: string;
|
|
125
|
-
maxlength: number;
|
|
126
124
|
iconLeft: string;
|
|
127
125
|
iconRight: string;
|
|
128
126
|
iconLeftClickable: boolean;
|
|
129
127
|
iconRightClickable: boolean;
|
|
128
|
+
iconRightSize: string;
|
|
130
129
|
allowTogglePassword: boolean;
|
|
130
|
+
hasCloudyColor: boolean;
|
|
131
131
|
}, {}, {
|
|
132
132
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
133
133
|
type: {
|
|
@@ -153,10 +153,6 @@ 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
|
-
};
|
|
160
156
|
}>, {}, {}, {
|
|
161
157
|
attributes(): any;
|
|
162
158
|
classes(): (string | {
|
|
@@ -189,21 +185,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
185
|
};
|
|
190
186
|
hasIconLeft: BooleanConstructor;
|
|
191
187
|
hasIconRight: BooleanConstructor;
|
|
192
|
-
maxlength: {
|
|
193
|
-
type: NumberConstructor;
|
|
194
|
-
default: null;
|
|
195
|
-
};
|
|
196
188
|
}>> & Readonly<{
|
|
197
189
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
198
190
|
}>, {
|
|
199
|
-
type: string;
|
|
200
|
-
size: string;
|
|
201
191
|
mask: string | unknown[];
|
|
192
|
+
size: string;
|
|
193
|
+
type: string;
|
|
202
194
|
hasIconLeft: boolean;
|
|
203
195
|
hasIconRight: boolean;
|
|
204
196
|
modelValue: string;
|
|
205
197
|
nativeType: string;
|
|
206
|
-
maxlength: number;
|
|
207
198
|
}, {}, {}, {
|
|
208
199
|
mask: any;
|
|
209
200
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -216,10 +207,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
216
207
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
217
208
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
218
209
|
}>, {
|
|
219
|
-
size: import('../Icon.vue').IconSize;
|
|
220
210
|
filled: boolean;
|
|
221
211
|
icon: string | null;
|
|
222
212
|
clickable: boolean;
|
|
213
|
+
size: import('../Icon.vue').IconSize;
|
|
223
214
|
scheme: import('../Icon.vue').SchemeColor;
|
|
224
215
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
225
216
|
}, {}, 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":"AAgDA;"}
|
|
@@ -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
|
-
type: string;
|
|
157
156
|
size: string;
|
|
157
|
+
type: string;
|
|
158
158
|
minDate: string;
|
|
159
159
|
maxDate: string;
|
|
160
160
|
months: unknown[];
|
|
@@ -190,23 +190,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
190
|
};
|
|
191
191
|
message: {
|
|
192
192
|
type: StringConstructor;
|
|
193
|
-
default:
|
|
194
|
-
};
|
|
195
|
-
errors: {
|
|
196
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
197
|
-
default: string;
|
|
193
|
+
default: null;
|
|
198
194
|
};
|
|
199
195
|
label: {
|
|
200
196
|
type: StringConstructor;
|
|
201
|
-
default:
|
|
197
|
+
default: null;
|
|
202
198
|
};
|
|
203
199
|
iconLeft: {
|
|
204
200
|
type: StringConstructor;
|
|
205
|
-
default:
|
|
201
|
+
default: null;
|
|
206
202
|
};
|
|
207
203
|
iconRight: {
|
|
208
204
|
type: StringConstructor;
|
|
209
|
-
default:
|
|
205
|
+
default: null;
|
|
210
206
|
};
|
|
211
207
|
allowTogglePassword: {
|
|
212
208
|
type: BooleanConstructor;
|
|
@@ -214,11 +210,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
214
210
|
};
|
|
215
211
|
iconLeftClickable: {
|
|
216
212
|
type: BooleanConstructor;
|
|
217
|
-
default:
|
|
213
|
+
default: null;
|
|
218
214
|
};
|
|
219
215
|
iconRightClickable: {
|
|
220
216
|
type: BooleanConstructor;
|
|
221
|
-
default:
|
|
217
|
+
default: null;
|
|
222
218
|
};
|
|
223
219
|
hasCloudyColor: {
|
|
224
220
|
type: BooleanConstructor;
|
|
@@ -232,26 +228,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
228
|
type: (StringConstructor | ArrayConstructor)[];
|
|
233
229
|
default: string;
|
|
234
230
|
};
|
|
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
|
-
};
|
|
251
231
|
}>, {}, {
|
|
252
232
|
val: string;
|
|
253
233
|
}, {
|
|
254
|
-
|
|
234
|
+
hasLabelSlot(): boolean;
|
|
255
235
|
}, {
|
|
256
236
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
257
237
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -274,23 +254,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
274
254
|
};
|
|
275
255
|
message: {
|
|
276
256
|
type: StringConstructor;
|
|
277
|
-
default:
|
|
278
|
-
};
|
|
279
|
-
errors: {
|
|
280
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
281
|
-
default: string;
|
|
257
|
+
default: null;
|
|
282
258
|
};
|
|
283
259
|
label: {
|
|
284
260
|
type: StringConstructor;
|
|
285
|
-
default:
|
|
261
|
+
default: null;
|
|
286
262
|
};
|
|
287
263
|
iconLeft: {
|
|
288
264
|
type: StringConstructor;
|
|
289
|
-
default:
|
|
265
|
+
default: null;
|
|
290
266
|
};
|
|
291
267
|
iconRight: {
|
|
292
268
|
type: StringConstructor;
|
|
293
|
-
default:
|
|
269
|
+
default: null;
|
|
294
270
|
};
|
|
295
271
|
allowTogglePassword: {
|
|
296
272
|
type: BooleanConstructor;
|
|
@@ -298,11 +274,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
298
274
|
};
|
|
299
275
|
iconLeftClickable: {
|
|
300
276
|
type: BooleanConstructor;
|
|
301
|
-
default:
|
|
277
|
+
default: null;
|
|
302
278
|
};
|
|
303
279
|
iconRightClickable: {
|
|
304
280
|
type: BooleanConstructor;
|
|
305
|
-
default:
|
|
281
|
+
default: null;
|
|
306
282
|
};
|
|
307
283
|
hasCloudyColor: {
|
|
308
284
|
type: BooleanConstructor;
|
|
@@ -316,44 +292,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
316
292
|
type: (StringConstructor | ArrayConstructor)[];
|
|
317
293
|
default: string;
|
|
318
294
|
};
|
|
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
|
-
};
|
|
335
295
|
}>> & Readonly<{
|
|
336
296
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
337
297
|
}>, {
|
|
338
|
-
type: string;
|
|
339
|
-
size: string;
|
|
340
298
|
label: string;
|
|
341
299
|
mask: string | unknown[];
|
|
300
|
+
size: string;
|
|
301
|
+
type: string;
|
|
342
302
|
placeholder: string;
|
|
343
|
-
tooltip: string;
|
|
344
303
|
message: string;
|
|
345
|
-
disabled: boolean;
|
|
346
304
|
modelValue: string;
|
|
347
305
|
nativeType: string;
|
|
348
|
-
maxlength: number | null;
|
|
349
306
|
iconLeft: string;
|
|
350
307
|
iconRight: string;
|
|
351
308
|
iconLeftClickable: boolean;
|
|
352
309
|
iconRightClickable: boolean;
|
|
353
310
|
allowTogglePassword: boolean;
|
|
354
|
-
errors: string | unknown[];
|
|
355
311
|
hasCloudyColor: boolean;
|
|
356
|
-
showMaxlengthCounter: boolean;
|
|
357
312
|
}, {}, {
|
|
358
313
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
359
314
|
placeholder: {
|
|
@@ -389,29 +344,29 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
389
344
|
type: BooleanConstructor;
|
|
390
345
|
default: null;
|
|
391
346
|
};
|
|
347
|
+
iconRightSize: {
|
|
348
|
+
type: StringConstructor;
|
|
349
|
+
default: string;
|
|
350
|
+
};
|
|
392
351
|
allowTogglePassword: {
|
|
393
352
|
type: BooleanConstructor;
|
|
394
353
|
default: null;
|
|
395
354
|
};
|
|
355
|
+
hasCloudyColor: {
|
|
356
|
+
type: BooleanConstructor;
|
|
357
|
+
default: null;
|
|
358
|
+
};
|
|
396
359
|
size: {
|
|
397
360
|
type: StringConstructor;
|
|
398
361
|
default: string;
|
|
399
362
|
};
|
|
400
|
-
maxlength: {
|
|
401
|
-
type: NumberConstructor;
|
|
402
|
-
default: null;
|
|
403
|
-
};
|
|
404
|
-
disabled: {
|
|
405
|
-
type: BooleanConstructor;
|
|
406
|
-
default: boolean;
|
|
407
|
-
};
|
|
408
363
|
}>, {}, {
|
|
409
364
|
isFocused: boolean;
|
|
410
365
|
showPassword: boolean;
|
|
411
366
|
}, {
|
|
412
|
-
isDisabled():
|
|
367
|
+
isDisabled(): unknown;
|
|
413
368
|
iconRightSvg(): string;
|
|
414
|
-
iconScheme(): "
|
|
369
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
415
370
|
attributes(): any;
|
|
416
371
|
}, {
|
|
417
372
|
focus(): void;
|
|
@@ -453,38 +408,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
453
408
|
type: BooleanConstructor;
|
|
454
409
|
default: null;
|
|
455
410
|
};
|
|
411
|
+
iconRightSize: {
|
|
412
|
+
type: StringConstructor;
|
|
413
|
+
default: string;
|
|
414
|
+
};
|
|
456
415
|
allowTogglePassword: {
|
|
457
416
|
type: BooleanConstructor;
|
|
458
417
|
default: null;
|
|
459
418
|
};
|
|
419
|
+
hasCloudyColor: {
|
|
420
|
+
type: BooleanConstructor;
|
|
421
|
+
default: null;
|
|
422
|
+
};
|
|
460
423
|
size: {
|
|
461
424
|
type: StringConstructor;
|
|
462
425
|
default: string;
|
|
463
426
|
};
|
|
464
|
-
maxlength: {
|
|
465
|
-
type: NumberConstructor;
|
|
466
|
-
default: null;
|
|
467
|
-
};
|
|
468
|
-
disabled: {
|
|
469
|
-
type: BooleanConstructor;
|
|
470
|
-
default: boolean;
|
|
471
|
-
};
|
|
472
427
|
}>> & Readonly<{
|
|
473
428
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
474
429
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
475
430
|
}>, {
|
|
476
|
-
type: string;
|
|
477
431
|
size: string;
|
|
432
|
+
type: string;
|
|
478
433
|
placeholder: string;
|
|
479
|
-
disabled: boolean;
|
|
480
434
|
modelValue: string;
|
|
481
435
|
nativeType: string;
|
|
482
|
-
maxlength: number;
|
|
483
436
|
iconLeft: string;
|
|
484
437
|
iconRight: string;
|
|
485
438
|
iconLeftClickable: boolean;
|
|
486
439
|
iconRightClickable: boolean;
|
|
440
|
+
iconRightSize: string;
|
|
487
441
|
allowTogglePassword: boolean;
|
|
442
|
+
hasCloudyColor: boolean;
|
|
488
443
|
}, {}, {
|
|
489
444
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
490
445
|
type: {
|
|
@@ -510,10 +465,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
510
465
|
};
|
|
511
466
|
hasIconLeft: BooleanConstructor;
|
|
512
467
|
hasIconRight: BooleanConstructor;
|
|
513
|
-
maxlength: {
|
|
514
|
-
type: NumberConstructor;
|
|
515
|
-
default: null;
|
|
516
|
-
};
|
|
517
468
|
}>, {}, {}, {
|
|
518
469
|
attributes(): any;
|
|
519
470
|
classes(): (string | {
|
|
@@ -546,21 +497,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
546
497
|
};
|
|
547
498
|
hasIconLeft: BooleanConstructor;
|
|
548
499
|
hasIconRight: BooleanConstructor;
|
|
549
|
-
maxlength: {
|
|
550
|
-
type: NumberConstructor;
|
|
551
|
-
default: null;
|
|
552
|
-
};
|
|
553
500
|
}>> & Readonly<{
|
|
554
501
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
555
502
|
}>, {
|
|
556
|
-
type: string;
|
|
557
|
-
size: string;
|
|
558
503
|
mask: string | unknown[];
|
|
504
|
+
size: string;
|
|
505
|
+
type: string;
|
|
559
506
|
hasIconLeft: boolean;
|
|
560
507
|
hasIconRight: boolean;
|
|
561
508
|
modelValue: string;
|
|
562
509
|
nativeType: string;
|
|
563
|
-
maxlength: number;
|
|
564
510
|
}, {}, {}, {
|
|
565
511
|
mask: any;
|
|
566
512
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -573,90 +519,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
573
519
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
574
520
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
575
521
|
}>, {
|
|
576
|
-
size: import('../Icon.vue').IconSize;
|
|
577
522
|
filled: boolean;
|
|
578
523
|
icon: string | null;
|
|
579
524
|
clickable: boolean;
|
|
525
|
+
size: import('../Icon.vue').IconSize;
|
|
580
526
|
scheme: import('../Icon.vue').SchemeColor;
|
|
581
527
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
582
528
|
}, {}, 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>;
|
|
660
529
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
661
530
|
UnnnicDatePicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
662
531
|
initialStartDate: {
|
|
@@ -853,8 +722,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
853
722
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
854
723
|
"onUpdate:equivalentOption"?: ((...args: any[]) => any) | undefined;
|
|
855
724
|
}>, {
|
|
856
|
-
type: string;
|
|
857
725
|
size: string;
|
|
726
|
+
type: string;
|
|
858
727
|
initialStartDate: string;
|
|
859
728
|
initialEndDate: string;
|
|
860
729
|
minDate: string;
|
|
@@ -870,8 +739,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
870
739
|
UnnnicButton: {
|
|
871
740
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
872
741
|
text: string;
|
|
873
|
-
type: import('../Button/types').ButtonType;
|
|
874
742
|
size: import('../Button/types').ButtonSize;
|
|
743
|
+
type: import('../Button/types').ButtonType;
|
|
875
744
|
disabled: boolean;
|
|
876
745
|
iconLeft: string;
|
|
877
746
|
iconRight: string;
|
|
@@ -888,8 +757,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
888
757
|
Defaults: {};
|
|
889
758
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
890
759
|
text: string;
|
|
891
|
-
type: import('../Button/types').ButtonType;
|
|
892
760
|
size: import('../Button/types').ButtonSize;
|
|
761
|
+
type: import('../Button/types').ButtonType;
|
|
893
762
|
disabled: boolean;
|
|
894
763
|
iconLeft: string;
|
|
895
764
|
iconRight: string;
|
|
@@ -903,8 +772,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
903
772
|
__isSuspense?: never;
|
|
904
773
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
905
774
|
text: string;
|
|
906
|
-
type: import('../Button/types').ButtonType;
|
|
907
775
|
size: import('../Button/types').ButtonSize;
|
|
776
|
+
type: import('../Button/types').ButtonType;
|
|
908
777
|
disabled: boolean;
|
|
909
778
|
iconLeft: string;
|
|
910
779
|
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: (BooleanConstructor | StringConstructor)[];
|
|
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: (BooleanConstructor | StringConstructor)[];
|
|
73
73
|
};
|
|
74
74
|
readonly: {
|
|
75
75
|
type: BooleanConstructor;
|
|
76
76
|
default: boolean;
|
|
77
77
|
};
|
|
78
78
|
}>> & Readonly<{}>, {
|
|
79
|
-
type: string;
|
|
80
79
|
size: string;
|
|
80
|
+
type: 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;
|
|
96
95
|
filled: boolean;
|
|
97
96
|
icon: string | null;
|
|
98
97
|
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,12 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { fullySanitize } from '../../utils/sanitize';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
label: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: null;
|
|
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<{}>, {
|
|
7
15
|
label: string;
|
|
8
|
-
|
|
9
|
-
useHtmlTooltip: boolean;
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
17
|
export default _default;
|
|
12
18
|
//# 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":"AAGA;;;;;;;;;;;;;;;;;8BAoC8B,sBAAsB"}
|
|
@@ -76,8 +76,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
};
|
|
77
77
|
}>> & Readonly<{}>, {
|
|
78
78
|
text: string;
|
|
79
|
-
description: string;
|
|
80
79
|
scheme: string;
|
|
80
|
+
description: 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;
|
|
97
96
|
filled: boolean;
|
|
98
97
|
icon: string | null;
|
|
99
98
|
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>;
|