@weni/unnnic-system 3.9.4-alpha.4 → 3.10.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 +14 -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 +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +41 -251
- 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 -33
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +41 -251
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +25 -85
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +46 -256
- package/dist/components/InputNext/InputNext.vue.d.ts +5 -5
- 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 +46 -256
- 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 +470 -120
- 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 +25 -85
- 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 +33 -78
- 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 +7677 -6315
- 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-bdfb773f.mjs → es-4b899f97.mjs} +1 -1
- package/dist/{index-8ce04c5b.mjs → index-23489897.mjs} +8813 -9354
- package/dist/locales/en.json.d.ts +1 -2
- package/dist/locales/es.json.d.ts +1 -2
- package/dist/locales/pt_br.json.d.ts +1 -2
- package/dist/{pt-br-4befdd13.mjs → pt-br-5a914a63.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +173 -181
- package/dist/unnnic.umd.js +36 -35
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/assets/scss/scheme-colors.scss +223 -309
- 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/FormElement/FormElement.vue +93 -63
- package/src/components/Icon.vue +0 -2
- package/src/components/Input/BaseInput.vue +14 -33
- package/src/components/Input/Input.scss +22 -22
- package/src/components/Input/Input.vue +56 -79
- package/src/components/Input/TextInput.vue +65 -81
- 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 +4 -17
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
- 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 +3 -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 +12 -41
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +3 -11
- package/src/components/index.ts +17 -33
- package/src/locales/en.json +1 -2
- package/src/locales/es.json +1 -2
- package/src/locales/pt_br.json +1 -2
- 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/Input.stories.js +76 -71
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Radio.stories.js +1 -28
- 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/MultiSelectV2/MultSelectOption.vue +0 -67
- package/src/components/MultiSelectV2/__tests__/MultiSelect.spec.js +0 -556
- package/src/components/MultiSelectV2/__tests__/MultiSelectOption.spec.js +0 -229
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelect.spec.js.snap +0 -121
- package/src/components/MultiSelectV2/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +0 -51
- package/src/components/MultiSelectV2/index.vue +0 -221
- 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/Popover/__tests__/Popover.spec.js +0 -147
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Popover/index.vue +0 -146
- package/src/components/RadioGroup/RadioGroup.vue +0 -142
- package/src/components/Select/SelectOption.vue +0 -65
- package/src/components/Select/__tests__/Select.spec.js +0 -412
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/SelectOption.spec.js +0 -174
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -97
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/index.vue +0 -249
- 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/MultiSelectV2.stories.js +0 -158
- package/src/stories/PageHeader.stories.js +0 -330
- package/src/stories/RadioGroup.stories.js +0 -144
- package/src/stories/Select.stories.js +0 -158
- package/src/stories/Toast.mdx +0 -123
- package/src/stories/Toast.stories.js +0 -126
|
@@ -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,41 +228,13 @@ 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
|
-
readonly: {
|
|
252
|
-
type: BooleanConstructor;
|
|
253
|
-
default: boolean;
|
|
254
|
-
};
|
|
255
|
-
forceActiveStatus: {
|
|
256
|
-
type: BooleanConstructor;
|
|
257
|
-
default: boolean;
|
|
258
|
-
};
|
|
259
|
-
showClear: {
|
|
260
|
-
type: BooleanConstructor;
|
|
261
|
-
default: boolean;
|
|
262
|
-
};
|
|
263
231
|
}>, {}, {
|
|
264
232
|
val: string;
|
|
265
233
|
}, {
|
|
266
|
-
|
|
234
|
+
hasLabelSlot(): boolean;
|
|
267
235
|
}, {
|
|
268
236
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
269
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
237
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
270
238
|
placeholder: {
|
|
271
239
|
type: StringConstructor;
|
|
272
240
|
default: string;
|
|
@@ -286,23 +254,19 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
286
254
|
};
|
|
287
255
|
message: {
|
|
288
256
|
type: StringConstructor;
|
|
289
|
-
default:
|
|
290
|
-
};
|
|
291
|
-
errors: {
|
|
292
|
-
type: (StringConstructor | ArrayConstructor)[];
|
|
293
|
-
default: string;
|
|
257
|
+
default: null;
|
|
294
258
|
};
|
|
295
259
|
label: {
|
|
296
260
|
type: StringConstructor;
|
|
297
|
-
default:
|
|
261
|
+
default: null;
|
|
298
262
|
};
|
|
299
263
|
iconLeft: {
|
|
300
264
|
type: StringConstructor;
|
|
301
|
-
default:
|
|
265
|
+
default: null;
|
|
302
266
|
};
|
|
303
267
|
iconRight: {
|
|
304
268
|
type: StringConstructor;
|
|
305
|
-
default:
|
|
269
|
+
default: null;
|
|
306
270
|
};
|
|
307
271
|
allowTogglePassword: {
|
|
308
272
|
type: BooleanConstructor;
|
|
@@ -310,11 +274,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
310
274
|
};
|
|
311
275
|
iconLeftClickable: {
|
|
312
276
|
type: BooleanConstructor;
|
|
313
|
-
default:
|
|
277
|
+
default: null;
|
|
314
278
|
};
|
|
315
279
|
iconRightClickable: {
|
|
316
280
|
type: BooleanConstructor;
|
|
317
|
-
default:
|
|
281
|
+
default: null;
|
|
318
282
|
};
|
|
319
283
|
hasCloudyColor: {
|
|
320
284
|
type: BooleanConstructor;
|
|
@@ -328,60 +292,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
328
292
|
type: (StringConstructor | ArrayConstructor)[];
|
|
329
293
|
default: string;
|
|
330
294
|
};
|
|
331
|
-
tooltip: {
|
|
332
|
-
type: StringConstructor;
|
|
333
|
-
default: string;
|
|
334
|
-
};
|
|
335
|
-
maxlength: {
|
|
336
|
-
type: (NumberConstructor | null)[];
|
|
337
|
-
default: null;
|
|
338
|
-
};
|
|
339
|
-
showMaxlengthCounter: {
|
|
340
|
-
type: BooleanConstructor;
|
|
341
|
-
default: boolean;
|
|
342
|
-
};
|
|
343
|
-
disabled: {
|
|
344
|
-
type: BooleanConstructor;
|
|
345
|
-
default: boolean;
|
|
346
|
-
};
|
|
347
|
-
readonly: {
|
|
348
|
-
type: BooleanConstructor;
|
|
349
|
-
default: boolean;
|
|
350
|
-
};
|
|
351
|
-
forceActiveStatus: {
|
|
352
|
-
type: BooleanConstructor;
|
|
353
|
-
default: boolean;
|
|
354
|
-
};
|
|
355
|
-
showClear: {
|
|
356
|
-
type: BooleanConstructor;
|
|
357
|
-
default: boolean;
|
|
358
|
-
};
|
|
359
295
|
}>> & Readonly<{
|
|
360
296
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
361
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
362
297
|
}>, {
|
|
363
|
-
type: string;
|
|
364
|
-
size: string;
|
|
365
298
|
label: string;
|
|
366
299
|
mask: string | unknown[];
|
|
300
|
+
size: string;
|
|
301
|
+
type: string;
|
|
367
302
|
placeholder: string;
|
|
368
|
-
tooltip: string;
|
|
369
303
|
message: string;
|
|
370
|
-
disabled: boolean;
|
|
371
304
|
modelValue: string;
|
|
372
305
|
nativeType: string;
|
|
373
|
-
maxlength: number | null;
|
|
374
|
-
readonly: boolean;
|
|
375
|
-
forceActiveStatus: boolean;
|
|
376
306
|
iconLeft: string;
|
|
377
307
|
iconRight: string;
|
|
378
308
|
iconLeftClickable: boolean;
|
|
379
309
|
iconRightClickable: boolean;
|
|
380
310
|
allowTogglePassword: boolean;
|
|
381
|
-
showClear: boolean;
|
|
382
|
-
errors: string | unknown[];
|
|
383
311
|
hasCloudyColor: boolean;
|
|
384
|
-
showMaxlengthCounter: boolean;
|
|
385
312
|
}, {}, {
|
|
386
313
|
TextInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
387
314
|
placeholder: {
|
|
@@ -417,50 +344,37 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
417
344
|
type: BooleanConstructor;
|
|
418
345
|
default: null;
|
|
419
346
|
};
|
|
420
|
-
|
|
421
|
-
type: BooleanConstructor;
|
|
422
|
-
default: null;
|
|
423
|
-
};
|
|
424
|
-
size: {
|
|
347
|
+
iconRightSize: {
|
|
425
348
|
type: StringConstructor;
|
|
426
349
|
default: string;
|
|
427
350
|
};
|
|
428
|
-
|
|
429
|
-
type: NumberConstructor;
|
|
430
|
-
default: null;
|
|
431
|
-
};
|
|
432
|
-
disabled: {
|
|
433
|
-
type: BooleanConstructor;
|
|
434
|
-
default: boolean;
|
|
435
|
-
};
|
|
436
|
-
readonly: {
|
|
351
|
+
allowTogglePassword: {
|
|
437
352
|
type: BooleanConstructor;
|
|
438
|
-
default:
|
|
353
|
+
default: null;
|
|
439
354
|
};
|
|
440
|
-
|
|
355
|
+
hasCloudyColor: {
|
|
441
356
|
type: BooleanConstructor;
|
|
442
|
-
default:
|
|
357
|
+
default: null;
|
|
443
358
|
};
|
|
444
|
-
|
|
445
|
-
type:
|
|
446
|
-
default:
|
|
359
|
+
size: {
|
|
360
|
+
type: StringConstructor;
|
|
361
|
+
default: string;
|
|
447
362
|
};
|
|
448
363
|
}>, {}, {
|
|
449
364
|
isFocused: boolean;
|
|
450
365
|
showPassword: boolean;
|
|
451
366
|
}, {
|
|
452
|
-
isDisabled():
|
|
367
|
+
isDisabled(): unknown;
|
|
453
368
|
iconRightSvg(): string;
|
|
454
|
-
iconScheme(): "
|
|
369
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
455
370
|
attributes(): any;
|
|
456
371
|
}, {
|
|
457
372
|
focus(): void;
|
|
458
373
|
onFocus(): void;
|
|
459
374
|
onBlur(): void;
|
|
460
375
|
onIconLeftClick(): void;
|
|
461
|
-
onClearClick(): void;
|
|
462
376
|
onIconRightClick(): void;
|
|
463
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
377
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
464
378
|
placeholder: {
|
|
465
379
|
type: StringConstructor;
|
|
466
380
|
default: null;
|
|
@@ -494,54 +408,38 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
494
408
|
type: BooleanConstructor;
|
|
495
409
|
default: null;
|
|
496
410
|
};
|
|
497
|
-
|
|
498
|
-
type: BooleanConstructor;
|
|
499
|
-
default: null;
|
|
500
|
-
};
|
|
501
|
-
size: {
|
|
411
|
+
iconRightSize: {
|
|
502
412
|
type: StringConstructor;
|
|
503
413
|
default: string;
|
|
504
414
|
};
|
|
505
|
-
|
|
506
|
-
type: NumberConstructor;
|
|
507
|
-
default: null;
|
|
508
|
-
};
|
|
509
|
-
disabled: {
|
|
510
|
-
type: BooleanConstructor;
|
|
511
|
-
default: boolean;
|
|
512
|
-
};
|
|
513
|
-
readonly: {
|
|
415
|
+
allowTogglePassword: {
|
|
514
416
|
type: BooleanConstructor;
|
|
515
|
-
default:
|
|
417
|
+
default: null;
|
|
516
418
|
};
|
|
517
|
-
|
|
419
|
+
hasCloudyColor: {
|
|
518
420
|
type: BooleanConstructor;
|
|
519
|
-
default:
|
|
421
|
+
default: null;
|
|
520
422
|
};
|
|
521
|
-
|
|
522
|
-
type:
|
|
523
|
-
default:
|
|
423
|
+
size: {
|
|
424
|
+
type: StringConstructor;
|
|
425
|
+
default: string;
|
|
524
426
|
};
|
|
525
427
|
}>> & Readonly<{
|
|
526
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
527
428
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
528
429
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
529
430
|
}>, {
|
|
530
|
-
type: string;
|
|
531
431
|
size: string;
|
|
432
|
+
type: string;
|
|
532
433
|
placeholder: string;
|
|
533
|
-
disabled: boolean;
|
|
534
434
|
modelValue: string;
|
|
535
435
|
nativeType: string;
|
|
536
|
-
maxlength: number;
|
|
537
|
-
readonly: boolean;
|
|
538
|
-
forceActiveStatus: boolean;
|
|
539
436
|
iconLeft: string;
|
|
540
437
|
iconRight: string;
|
|
541
438
|
iconLeftClickable: boolean;
|
|
542
439
|
iconRightClickable: boolean;
|
|
440
|
+
iconRightSize: string;
|
|
543
441
|
allowTogglePassword: boolean;
|
|
544
|
-
|
|
442
|
+
hasCloudyColor: boolean;
|
|
545
443
|
}, {}, {
|
|
546
444
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
547
445
|
type: {
|
|
@@ -567,25 +465,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
567
465
|
};
|
|
568
466
|
hasIconLeft: BooleanConstructor;
|
|
569
467
|
hasIconRight: BooleanConstructor;
|
|
570
|
-
hasClearIcon: BooleanConstructor;
|
|
571
|
-
maxlength: {
|
|
572
|
-
type: NumberConstructor;
|
|
573
|
-
default: null;
|
|
574
|
-
};
|
|
575
|
-
readonly: {
|
|
576
|
-
type: BooleanConstructor;
|
|
577
|
-
default: boolean;
|
|
578
|
-
};
|
|
579
|
-
forceActiveStatus: {
|
|
580
|
-
type: BooleanConstructor;
|
|
581
|
-
default: boolean;
|
|
582
|
-
};
|
|
583
468
|
}>, {}, {}, {
|
|
584
469
|
attributes(): any;
|
|
585
470
|
classes(): (string | {
|
|
586
471
|
'input--has-icon-left': boolean;
|
|
587
472
|
'input--has-icon-right': boolean;
|
|
588
|
-
'input--has-clear-icon': boolean;
|
|
589
473
|
})[];
|
|
590
474
|
}, {
|
|
591
475
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -613,33 +497,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
613
497
|
};
|
|
614
498
|
hasIconLeft: BooleanConstructor;
|
|
615
499
|
hasIconRight: BooleanConstructor;
|
|
616
|
-
hasClearIcon: BooleanConstructor;
|
|
617
|
-
maxlength: {
|
|
618
|
-
type: NumberConstructor;
|
|
619
|
-
default: null;
|
|
620
|
-
};
|
|
621
|
-
readonly: {
|
|
622
|
-
type: BooleanConstructor;
|
|
623
|
-
default: boolean;
|
|
624
|
-
};
|
|
625
|
-
forceActiveStatus: {
|
|
626
|
-
type: BooleanConstructor;
|
|
627
|
-
default: boolean;
|
|
628
|
-
};
|
|
629
500
|
}>> & Readonly<{
|
|
630
501
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
631
502
|
}>, {
|
|
632
|
-
type: string;
|
|
633
|
-
size: string;
|
|
634
503
|
mask: string | unknown[];
|
|
504
|
+
size: string;
|
|
505
|
+
type: string;
|
|
635
506
|
hasIconLeft: boolean;
|
|
636
507
|
hasIconRight: boolean;
|
|
637
|
-
hasClearIcon: boolean;
|
|
638
508
|
modelValue: string;
|
|
639
509
|
nativeType: string;
|
|
640
|
-
maxlength: number;
|
|
641
|
-
readonly: boolean;
|
|
642
|
-
forceActiveStatus: boolean;
|
|
643
510
|
}, {}, {}, {
|
|
644
511
|
mask: any;
|
|
645
512
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -652,90 +519,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
652
519
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
653
520
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
654
521
|
}>, {
|
|
655
|
-
size: import('../Icon.vue').IconSize;
|
|
656
522
|
filled: boolean;
|
|
657
523
|
icon: string | null;
|
|
658
524
|
clickable: boolean;
|
|
525
|
+
size: import('../Icon.vue').IconSize;
|
|
659
526
|
scheme: import('../Icon.vue').SchemeColor;
|
|
660
527
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
661
528
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
662
|
-
UnnnicFormElement: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
663
|
-
size: {
|
|
664
|
-
type: StringConstructor;
|
|
665
|
-
default: string;
|
|
666
|
-
validator: (size: unknown) => boolean;
|
|
667
|
-
};
|
|
668
|
-
label: {
|
|
669
|
-
type: StringConstructor;
|
|
670
|
-
default: string;
|
|
671
|
-
};
|
|
672
|
-
fixedLabel: {
|
|
673
|
-
type: BooleanConstructor;
|
|
674
|
-
default: boolean;
|
|
675
|
-
};
|
|
676
|
-
error: {
|
|
677
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
678
|
-
default: boolean;
|
|
679
|
-
};
|
|
680
|
-
message: {
|
|
681
|
-
type: StringConstructor;
|
|
682
|
-
default: string;
|
|
683
|
-
};
|
|
684
|
-
disabled: {
|
|
685
|
-
type: BooleanConstructor;
|
|
686
|
-
default: boolean;
|
|
687
|
-
};
|
|
688
|
-
tooltip: {
|
|
689
|
-
type: StringConstructor;
|
|
690
|
-
default: string;
|
|
691
|
-
};
|
|
692
|
-
}>, {}, {}, {}, {
|
|
693
|
-
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
694
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
695
|
-
size: {
|
|
696
|
-
type: StringConstructor;
|
|
697
|
-
default: string;
|
|
698
|
-
validator: (size: unknown) => boolean;
|
|
699
|
-
};
|
|
700
|
-
label: {
|
|
701
|
-
type: StringConstructor;
|
|
702
|
-
default: string;
|
|
703
|
-
};
|
|
704
|
-
fixedLabel: {
|
|
705
|
-
type: BooleanConstructor;
|
|
706
|
-
default: boolean;
|
|
707
|
-
};
|
|
708
|
-
error: {
|
|
709
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
710
|
-
default: boolean;
|
|
711
|
-
};
|
|
712
|
-
message: {
|
|
713
|
-
type: StringConstructor;
|
|
714
|
-
default: string;
|
|
715
|
-
};
|
|
716
|
-
disabled: {
|
|
717
|
-
type: BooleanConstructor;
|
|
718
|
-
default: boolean;
|
|
719
|
-
};
|
|
720
|
-
tooltip: {
|
|
721
|
-
type: StringConstructor;
|
|
722
|
-
default: string;
|
|
723
|
-
};
|
|
724
|
-
}>> & Readonly<{}>, {
|
|
725
|
-
error: string | boolean;
|
|
726
|
-
size: string;
|
|
727
|
-
label: string;
|
|
728
|
-
tooltip: string;
|
|
729
|
-
fixedLabel: boolean;
|
|
730
|
-
message: string;
|
|
731
|
-
disabled: boolean;
|
|
732
|
-
}, {}, {
|
|
733
|
-
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<{}>, {
|
|
734
|
-
label: string;
|
|
735
|
-
tooltip: string;
|
|
736
|
-
useHtmlTooltip: boolean;
|
|
737
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
738
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
739
529
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
740
530
|
UnnnicDatePicker: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
741
531
|
initialStartDate: {
|
|
@@ -932,8 +722,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
932
722
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
933
723
|
"onUpdate:equivalentOption"?: ((...args: any[]) => any) | undefined;
|
|
934
724
|
}>, {
|
|
935
|
-
type: string;
|
|
936
725
|
size: string;
|
|
726
|
+
type: string;
|
|
937
727
|
initialStartDate: string;
|
|
938
728
|
initialEndDate: string;
|
|
939
729
|
minDate: string;
|
|
@@ -949,8 +739,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
949
739
|
UnnnicButton: {
|
|
950
740
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
951
741
|
text: string;
|
|
952
|
-
type: import('../Button/types').ButtonType;
|
|
953
742
|
size: import('../Button/types').ButtonSize;
|
|
743
|
+
type: import('../Button/types').ButtonType;
|
|
954
744
|
disabled: boolean;
|
|
955
745
|
iconLeft: string;
|
|
956
746
|
iconRight: string;
|
|
@@ -967,8 +757,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
967
757
|
Defaults: {};
|
|
968
758
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
969
759
|
text: string;
|
|
970
|
-
type: import('../Button/types').ButtonType;
|
|
971
760
|
size: import('../Button/types').ButtonSize;
|
|
761
|
+
type: import('../Button/types').ButtonType;
|
|
972
762
|
disabled: boolean;
|
|
973
763
|
iconLeft: string;
|
|
974
764
|
iconRight: string;
|
|
@@ -982,8 +772,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
982
772
|
__isSuspense?: never;
|
|
983
773
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
984
774
|
text: string;
|
|
985
|
-
type: import('../Button/types').ButtonType;
|
|
986
775
|
size: import('../Button/types').ButtonSize;
|
|
776
|
+
type: import('../Button/types').ButtonType;
|
|
987
777
|
disabled: boolean;
|
|
988
778
|
iconLeft: string;
|
|
989
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,19 +69,19 @@ 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
|
-
readonly: boolean;
|
|
84
83
|
allowTogglePassword: boolean;
|
|
84
|
+
readonly: boolean;
|
|
85
85
|
}, {}, {
|
|
86
86
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
87
87
|
click: (event: Event) => any;
|
|
@@ -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>;
|
|
@@ -147,10 +147,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
onPrimaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
148
148
|
onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
149
149
|
}>, {
|
|
150
|
-
type: string;
|
|
151
|
-
size: string;
|
|
152
150
|
title: string;
|
|
153
151
|
icon: string;
|
|
152
|
+
size: string;
|
|
153
|
+
type: string;
|
|
154
154
|
iconScheme: string;
|
|
155
155
|
persistent: boolean;
|
|
156
156
|
showCloseIcon: boolean;
|
|
@@ -168,17 +168,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
168
168
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
169
169
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
170
170
|
}>, {
|
|
171
|
-
size: import('../Icon.vue').IconSize;
|
|
172
171
|
filled: boolean;
|
|
173
172
|
icon: string | null;
|
|
174
173
|
clickable: boolean;
|
|
174
|
+
size: import('../Icon.vue').IconSize;
|
|
175
175
|
scheme: import('../Icon.vue').SchemeColor;
|
|
176
176
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
177
177
|
UnnnicButton: {
|
|
178
178
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
179
179
|
text: string;
|
|
180
|
-
type: import('../Button/types').ButtonType;
|
|
181
180
|
size: import('../Button/types').ButtonSize;
|
|
181
|
+
type: import('../Button/types').ButtonType;
|
|
182
182
|
disabled: boolean;
|
|
183
183
|
iconLeft: string;
|
|
184
184
|
iconRight: string;
|
|
@@ -195,8 +195,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
195
|
Defaults: {};
|
|
196
196
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
197
197
|
text: string;
|
|
198
|
-
type: import('../Button/types').ButtonType;
|
|
199
198
|
size: import('../Button/types').ButtonSize;
|
|
199
|
+
type: import('../Button/types').ButtonType;
|
|
200
200
|
disabled: boolean;
|
|
201
201
|
iconLeft: string;
|
|
202
202
|
iconRight: string;
|
|
@@ -210,8 +210,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
210
|
__isSuspense?: never;
|
|
211
211
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
212
212
|
text: string;
|
|
213
|
-
type: import('../Button/types').ButtonType;
|
|
214
213
|
size: import('../Button/types').ButtonSize;
|
|
214
|
+
type: import('../Button/types').ButtonType;
|
|
215
215
|
disabled: boolean;
|
|
216
216
|
iconLeft: string;
|
|
217
217
|
iconRight: string;
|