@weni/unnnic-system 3.5.3-alpha.1 → 3.6.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 +18 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +117 -18
- 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 +2 -2
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +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 +3 -3
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +21 -21
- package/dist/components/Card/CardCompany.vue.d.ts +8 -8
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +4 -4
- package/dist/components/Card/ContentCard.vue.d.ts +2 -2
- package/dist/components/Card/DashCard.vue.d.ts +4 -4
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +2 -2
- package/dist/components/CardImage/CardImage.vue.d.ts +31 -24
- package/dist/components/CardInformation/CardInformation.vue.d.ts +4 -4
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +11 -11
- package/dist/components/Carousel/TagCarousel.vue.d.ts +9 -9
- package/dist/components/ChartBar/ChartBar.vue.d.ts +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 +38 -31
- 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 +29 -176
- package/dist/components/DatePicker/DatePicker.vue.d.ts +3 -3
- 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 +30 -38
- 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 +1 -32
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +29 -176
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +14 -83
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +33 -180
- 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 +34 -181
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +8 -8
- package/dist/components/MoodRating/MoodRating.vue.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +14 -20
- 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 -8
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +51 -113
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +27 -20
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +14 -83
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +2 -2
- 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 +2 -2
- package/dist/components/Tag/DefaultTag.vue.d.ts +2 -2
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +8 -8
- package/dist/components/TextArea/TextArea.vue.d.ts +30 -38
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +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 +1184 -2540
- package/dist/components/index.d.ts.map +1 -1
- package/dist/{es-1c7253d4.mjs → es-92fbe460.mjs} +1 -1
- package/dist/{index-ff0a404c.mjs → index-0da47957.mjs} +10936 -18388
- 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-316f1627.mjs → pt-br-c29b6c9a.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +148 -157
- package/dist/unnnic.umd.js +51 -53
- package/dist/utils/call.d.ts +1 -2
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -4
- 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__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +107 -64
- package/src/components/Button/types.ts +1 -0
- package/src/components/Checkbox/Checkbox.vue +64 -98
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +21 -6
- package/src/components/FormElement/FormElement.vue +91 -51
- package/src/components/Icon.vue +1 -23
- package/src/components/Input/BaseInput.vue +14 -31
- package/src/components/Input/Input.scss +21 -19
- package/src/components/Input/Input.vue +30 -94
- package/src/components/Input/TextInput.vue +58 -82
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +3 -16
- 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 +67 -80
- package/src/components/Radio/__test__/Radio.spec.js +20 -14
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/Switch/Switch.vue +97 -120
- 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/TextArea/TextArea.vue +9 -13
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +2 -7
- package/src/components/index.ts +9 -30
- 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 +17 -2
- package/src/stories/Checkbox.stories.js +4 -11
- package/src/stories/Icon.stories.js +15 -24
- package/src/stories/Input.stories.js +3 -16
- package/src/stories/Label.stories.js +0 -7
- package/src/stories/Switch.stories.js +5 -10
- package/src/stories/Tab.stories.js +4 -11
- package/src/types/scheme-colors.d.ts +0 -1
- package/src/utils/call.js +18 -46
- package/dist/assets/tokens/iconSizeTokens.d.ts +0 -2
- package/dist/assets/tokens/iconSizeTokens.d.ts.map +0 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +0 -28
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.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/dist/components/ui/popover/Popover.vue.d.ts +0 -23
- package/dist/components/ui/popover/Popover.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +0 -43
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +0 -19
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/popover/index.d.ts +0 -5
- package/dist/components/ui/popover/index.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/assets/tokens/iconSizeTokens.ts +0 -10
- package/src/components/CheckboxGroup/CheckboxGroup.vue +0 -96
- 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 -245
- 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 -284
- package/src/components/Toast/__tests__/ToastManager.spec.js +0 -294
- package/src/components/Toast/types.ts +0 -57
- package/src/components/ui/popover/Popover.vue +0 -19
- package/src/components/ui/popover/PopoverContent.vue +0 -98
- package/src/components/ui/popover/PopoverTrigger.vue +0 -23
- package/src/components/ui/popover/index.ts +0 -4
- package/src/stories/CheckboxGroup.stories.js +0 -105
- package/src/stories/Popover.stories.js +0 -306
- 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
|
@@ -5,25 +5,23 @@ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
7
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
8
|
-
|
|
8
|
+
size: string;
|
|
9
9
|
disabled: boolean;
|
|
10
|
-
modelValue: string | number;
|
|
11
|
-
name: string;
|
|
12
10
|
value: string | number;
|
|
11
|
+
modelValue: string | number;
|
|
13
12
|
$props: {
|
|
14
|
-
readonly
|
|
13
|
+
readonly size?: string | undefined;
|
|
15
14
|
readonly disabled?: boolean | undefined;
|
|
16
|
-
readonly modelValue?: string | number | undefined;
|
|
17
|
-
readonly name?: string | undefined;
|
|
18
15
|
readonly value?: string | number | undefined;
|
|
16
|
+
readonly modelValue?: string | number | undefined;
|
|
19
17
|
};
|
|
20
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
18
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
21
19
|
type __VLS_TemplateResult = {
|
|
22
20
|
attrs: Partial<{}>;
|
|
23
21
|
slots: {
|
|
24
22
|
default?(_: {}): any;
|
|
25
23
|
};
|
|
26
24
|
refs: {};
|
|
27
|
-
rootEl:
|
|
25
|
+
rootEl: HTMLDivElement;
|
|
28
26
|
};
|
|
29
27
|
//# sourceMappingURL=Radio.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Radio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/Radio.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Radio.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Radio/Radio.vue"],"names":[],"mappings":"AAsBA;wBA+PqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAZjC;;;;;;;;;;;;sPASG"}
|
|
@@ -111,7 +111,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
111
111
|
methods: {
|
|
112
112
|
i18n(...args: any[]): any;
|
|
113
113
|
};
|
|
114
|
-
}, import('vue').ComponentOptionsMixin, ("
|
|
114
|
+
}, import('vue').ComponentOptionsMixin, ("onChange" | "update:modelValue" | "update:searchValue" | "onActiveChange")[], "onChange" | "update:modelValue" | "update:searchValue" | "onActiveChange", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
115
115
|
options: {
|
|
116
116
|
type: ArrayConstructor;
|
|
117
117
|
required: true;
|
|
@@ -238,6 +238,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
238
238
|
type: BooleanConstructor;
|
|
239
239
|
default: null;
|
|
240
240
|
};
|
|
241
|
+
iconRightSize: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
241
245
|
allowTogglePassword: {
|
|
242
246
|
type: BooleanConstructor;
|
|
243
247
|
default: null;
|
|
@@ -250,42 +254,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
250
254
|
type: StringConstructor;
|
|
251
255
|
default: string;
|
|
252
256
|
};
|
|
253
|
-
maxlength: {
|
|
254
|
-
type: NumberConstructor;
|
|
255
|
-
default: null;
|
|
256
|
-
};
|
|
257
|
-
disabled: {
|
|
258
|
-
type: BooleanConstructor;
|
|
259
|
-
default: boolean;
|
|
260
|
-
};
|
|
261
|
-
readonly: {
|
|
262
|
-
type: BooleanConstructor;
|
|
263
|
-
default: boolean;
|
|
264
|
-
};
|
|
265
|
-
forceActiveStatus: {
|
|
266
|
-
type: BooleanConstructor;
|
|
267
|
-
default: boolean;
|
|
268
|
-
};
|
|
269
|
-
showClear: {
|
|
270
|
-
type: BooleanConstructor;
|
|
271
|
-
default: boolean;
|
|
272
|
-
};
|
|
273
257
|
}>, {}, {
|
|
274
258
|
isFocused: boolean;
|
|
275
259
|
showPassword: boolean;
|
|
276
260
|
}, {
|
|
277
|
-
isDisabled():
|
|
261
|
+
isDisabled(): unknown;
|
|
278
262
|
iconRightSvg(): string;
|
|
279
|
-
iconScheme(): "
|
|
263
|
+
iconScheme(): "neutral-dark" | "neutral-cloudy" | "neutral-cleanest" | "aux-red-500";
|
|
280
264
|
attributes(): any;
|
|
281
265
|
}, {
|
|
282
266
|
focus(): void;
|
|
283
267
|
onFocus(): void;
|
|
284
268
|
onBlur(): void;
|
|
285
269
|
onIconLeftClick(): void;
|
|
286
|
-
onClearClick(): void;
|
|
287
270
|
onIconRightClick(): void;
|
|
288
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
271
|
+
}, 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<{
|
|
289
272
|
placeholder: {
|
|
290
273
|
type: StringConstructor;
|
|
291
274
|
default: null;
|
|
@@ -319,6 +302,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
319
302
|
type: BooleanConstructor;
|
|
320
303
|
default: null;
|
|
321
304
|
};
|
|
305
|
+
iconRightSize: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
322
309
|
allowTogglePassword: {
|
|
323
310
|
type: BooleanConstructor;
|
|
324
311
|
default: null;
|
|
@@ -331,47 +318,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
331
318
|
type: StringConstructor;
|
|
332
319
|
default: string;
|
|
333
320
|
};
|
|
334
|
-
maxlength: {
|
|
335
|
-
type: NumberConstructor;
|
|
336
|
-
default: null;
|
|
337
|
-
};
|
|
338
|
-
disabled: {
|
|
339
|
-
type: BooleanConstructor;
|
|
340
|
-
default: boolean;
|
|
341
|
-
};
|
|
342
|
-
readonly: {
|
|
343
|
-
type: BooleanConstructor;
|
|
344
|
-
default: boolean;
|
|
345
|
-
};
|
|
346
|
-
forceActiveStatus: {
|
|
347
|
-
type: BooleanConstructor;
|
|
348
|
-
default: boolean;
|
|
349
|
-
};
|
|
350
|
-
showClear: {
|
|
351
|
-
type: BooleanConstructor;
|
|
352
|
-
default: boolean;
|
|
353
|
-
};
|
|
354
321
|
}>> & Readonly<{
|
|
355
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
356
322
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
357
323
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
358
324
|
}>, {
|
|
359
325
|
size: string;
|
|
360
326
|
type: string;
|
|
361
|
-
disabled: boolean;
|
|
362
327
|
modelValue: string;
|
|
363
328
|
nativeType: string;
|
|
364
|
-
maxlength: number;
|
|
365
|
-
readonly: boolean;
|
|
366
|
-
forceActiveStatus: boolean;
|
|
367
329
|
placeholder: string;
|
|
368
330
|
iconLeft: string;
|
|
369
331
|
iconRight: string;
|
|
370
332
|
iconLeftClickable: boolean;
|
|
371
333
|
iconRightClickable: boolean;
|
|
334
|
+
iconRightSize: string;
|
|
372
335
|
allowTogglePassword: boolean;
|
|
373
336
|
hasCloudyColor: boolean;
|
|
374
|
-
showClear: boolean;
|
|
375
337
|
}, {}, {
|
|
376
338
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
377
339
|
type: {
|
|
@@ -397,25 +359,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
397
359
|
};
|
|
398
360
|
hasIconLeft: BooleanConstructor;
|
|
399
361
|
hasIconRight: BooleanConstructor;
|
|
400
|
-
hasClearIcon: BooleanConstructor;
|
|
401
|
-
maxlength: {
|
|
402
|
-
type: NumberConstructor;
|
|
403
|
-
default: null;
|
|
404
|
-
};
|
|
405
|
-
readonly: {
|
|
406
|
-
type: BooleanConstructor;
|
|
407
|
-
default: boolean;
|
|
408
|
-
};
|
|
409
|
-
forceActiveStatus: {
|
|
410
|
-
type: BooleanConstructor;
|
|
411
|
-
default: boolean;
|
|
412
|
-
};
|
|
413
362
|
}>, {}, {}, {
|
|
414
363
|
attributes(): any;
|
|
415
364
|
classes(): (string | {
|
|
416
365
|
'input--has-icon-left': boolean;
|
|
417
366
|
'input--has-icon-right': boolean;
|
|
418
|
-
'input--has-clear-icon': boolean;
|
|
419
367
|
})[];
|
|
420
368
|
}, {
|
|
421
369
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -443,33 +391,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
443
391
|
};
|
|
444
392
|
hasIconLeft: BooleanConstructor;
|
|
445
393
|
hasIconRight: BooleanConstructor;
|
|
446
|
-
hasClearIcon: BooleanConstructor;
|
|
447
|
-
maxlength: {
|
|
448
|
-
type: NumberConstructor;
|
|
449
|
-
default: null;
|
|
450
|
-
};
|
|
451
|
-
readonly: {
|
|
452
|
-
type: BooleanConstructor;
|
|
453
|
-
default: boolean;
|
|
454
|
-
};
|
|
455
|
-
forceActiveStatus: {
|
|
456
|
-
type: BooleanConstructor;
|
|
457
|
-
default: boolean;
|
|
458
|
-
};
|
|
459
394
|
}>> & Readonly<{
|
|
460
395
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
461
396
|
}>, {
|
|
397
|
+
mask: string | unknown[];
|
|
462
398
|
size: string;
|
|
463
399
|
type: string;
|
|
464
|
-
mask: string | unknown[];
|
|
465
400
|
hasIconLeft: boolean;
|
|
466
401
|
hasIconRight: boolean;
|
|
467
|
-
hasClearIcon: boolean;
|
|
468
402
|
modelValue: string;
|
|
469
403
|
nativeType: string;
|
|
470
|
-
maxlength: number;
|
|
471
|
-
readonly: boolean;
|
|
472
|
-
forceActiveStatus: boolean;
|
|
473
404
|
}, {}, {}, {
|
|
474
405
|
mask: any;
|
|
475
406
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -482,10 +413,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
482
413
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
483
414
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
484
415
|
}>, {
|
|
485
|
-
size: import('../Icon.vue').IconSize;
|
|
486
416
|
filled: boolean;
|
|
487
417
|
icon: string | null;
|
|
488
418
|
clickable: boolean;
|
|
419
|
+
size: import('../Icon.vue').IconSize;
|
|
489
420
|
scheme: import('../Icon.vue').SchemeColor;
|
|
490
421
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
491
422
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -574,8 +505,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
574
505
|
validator(value: unknown): boolean;
|
|
575
506
|
};
|
|
576
507
|
}>> & Readonly<{}>, {
|
|
577
|
-
size: string;
|
|
578
508
|
label: string;
|
|
509
|
+
size: string;
|
|
579
510
|
disabled: boolean;
|
|
580
511
|
description: string;
|
|
581
512
|
active: boolean;
|
|
@@ -587,7 +518,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
587
518
|
}, {}, {
|
|
588
519
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
589
520
|
modelValue: {
|
|
590
|
-
type: (
|
|
521
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
591
522
|
default: boolean;
|
|
592
523
|
validator(value: unknown): boolean;
|
|
593
524
|
};
|
|
@@ -595,13 +526,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
595
526
|
type: BooleanConstructor;
|
|
596
527
|
default: boolean;
|
|
597
528
|
};
|
|
598
|
-
|
|
599
|
-
type: StringConstructor;
|
|
600
|
-
default: string;
|
|
601
|
-
};
|
|
602
|
-
helper: {
|
|
529
|
+
size: {
|
|
603
530
|
type: StringConstructor;
|
|
604
531
|
default: string;
|
|
532
|
+
validator(value: unknown): boolean;
|
|
605
533
|
};
|
|
606
534
|
textRight: {
|
|
607
535
|
type: StringConstructor;
|
|
@@ -609,15 +537,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
609
537
|
};
|
|
610
538
|
}>, {}, {}, {
|
|
611
539
|
valueName(): "default" | "less" | "checked";
|
|
540
|
+
icon(): string;
|
|
541
|
+
color(): "neutral-clean" | "brand-weni";
|
|
612
542
|
}, {
|
|
613
|
-
pick: {
|
|
614
|
-
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
615
|
-
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
616
|
-
};
|
|
617
543
|
click(): void;
|
|
618
544
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
619
545
|
modelValue: {
|
|
620
|
-
type: (
|
|
546
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
621
547
|
default: boolean;
|
|
622
548
|
validator(value: unknown): boolean;
|
|
623
549
|
};
|
|
@@ -625,13 +551,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
625
551
|
type: BooleanConstructor;
|
|
626
552
|
default: boolean;
|
|
627
553
|
};
|
|
628
|
-
|
|
629
|
-
type: StringConstructor;
|
|
630
|
-
default: string;
|
|
631
|
-
};
|
|
632
|
-
helper: {
|
|
554
|
+
size: {
|
|
633
555
|
type: StringConstructor;
|
|
634
556
|
default: string;
|
|
557
|
+
validator(value: unknown): boolean;
|
|
635
558
|
};
|
|
636
559
|
textRight: {
|
|
637
560
|
type: StringConstructor;
|
|
@@ -641,12 +564,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
641
564
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
642
565
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
643
566
|
}>, {
|
|
644
|
-
|
|
567
|
+
size: string;
|
|
645
568
|
disabled: boolean;
|
|
646
569
|
modelValue: string | boolean;
|
|
647
|
-
helper: string;
|
|
648
570
|
textRight: string;
|
|
649
|
-
}, {}, {
|
|
571
|
+
}, {}, {
|
|
572
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
573
|
+
click: (event: Event) => any;
|
|
574
|
+
mousedown: (event: Event) => any;
|
|
575
|
+
mouseup: (event: Event) => any;
|
|
576
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
577
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
578
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
579
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
580
|
+
}>, {
|
|
581
|
+
filled: boolean;
|
|
582
|
+
icon: string | null;
|
|
583
|
+
clickable: boolean;
|
|
584
|
+
size: import('../Icon.vue').IconSize;
|
|
585
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
586
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
587
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
650
588
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
651
589
|
SelectSmartMultipleHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
652
590
|
selectedOptions: {
|
|
@@ -807,10 +745,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
807
745
|
default: null;
|
|
808
746
|
};
|
|
809
747
|
}>> & Readonly<{}>, {
|
|
810
|
-
disabled: boolean;
|
|
811
748
|
text: string;
|
|
812
749
|
clickable: boolean;
|
|
813
750
|
scheme: string;
|
|
751
|
+
disabled: boolean;
|
|
814
752
|
hasCloseIcon: boolean;
|
|
815
753
|
leftIcon: string;
|
|
816
754
|
rightIcon: string;
|
|
@@ -824,10 +762,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
824
762
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
825
763
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
826
764
|
}>, {
|
|
827
|
-
size: import('../Icon.vue').IconSize;
|
|
828
765
|
filled: boolean;
|
|
829
766
|
icon: string | null;
|
|
830
767
|
clickable: boolean;
|
|
768
|
+
size: import('../Icon.vue').IconSize;
|
|
831
769
|
scheme: import('../Icon.vue').SchemeColor;
|
|
832
770
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
833
771
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -897,10 +835,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
897
835
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
898
836
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
899
837
|
}>, {
|
|
900
|
-
size: import('../Icon.vue').IconSize;
|
|
901
838
|
filled: boolean;
|
|
902
839
|
icon: string | null;
|
|
903
840
|
clickable: boolean;
|
|
841
|
+
size: import('../Icon.vue').IconSize;
|
|
904
842
|
scheme: import('../Icon.vue').SchemeColor;
|
|
905
843
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
906
844
|
ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -971,8 +909,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
971
909
|
};
|
|
972
910
|
}>> & Readonly<{}>, {
|
|
973
911
|
text: string;
|
|
974
|
-
enabled: boolean;
|
|
975
912
|
forceOpen: boolean;
|
|
913
|
+
enabled: boolean;
|
|
976
914
|
side: string;
|
|
977
915
|
maxWidth: string;
|
|
978
916
|
shortcutText: string;
|
|
@@ -1007,9 +945,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1007
945
|
default: boolean;
|
|
1008
946
|
};
|
|
1009
947
|
}>> & Readonly<{}>, {
|
|
1010
|
-
disabled: boolean;
|
|
1011
948
|
text: string;
|
|
1012
949
|
clickable: boolean;
|
|
950
|
+
disabled: boolean;
|
|
1013
951
|
}, {}, {
|
|
1014
952
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1015
953
|
click: (event: Event) => any;
|
|
@@ -1020,10 +958,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1020
958
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
1021
959
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
1022
960
|
}>, {
|
|
1023
|
-
size: import('../Icon.vue').IconSize;
|
|
1024
961
|
filled: boolean;
|
|
1025
962
|
icon: string | null;
|
|
1026
963
|
clickable: boolean;
|
|
964
|
+
size: import('../Icon.vue').IconSize;
|
|
1027
965
|
scheme: import('../Icon.vue').SchemeColor;
|
|
1028
966
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1029
967
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1099,11 +1037,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1099
1037
|
default: string;
|
|
1100
1038
|
};
|
|
1101
1039
|
}>> & Readonly<{}>, {
|
|
1102
|
-
type: string;
|
|
1103
|
-
disabled: boolean;
|
|
1104
1040
|
text: string;
|
|
1105
1041
|
clickable: boolean;
|
|
1106
1042
|
scheme: string;
|
|
1043
|
+
type: string;
|
|
1044
|
+
disabled: boolean;
|
|
1107
1045
|
hasCloseIcon: boolean;
|
|
1108
1046
|
leftIcon: string;
|
|
1109
1047
|
rightIcon: string;
|
|
@@ -1199,10 +1137,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1199
1137
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
1200
1138
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
1201
1139
|
}>, {
|
|
1202
|
-
size: import('../Icon.vue').IconSize;
|
|
1203
1140
|
filled: boolean;
|
|
1204
1141
|
icon: string | null;
|
|
1205
1142
|
clickable: boolean;
|
|
1143
|
+
size: import('../Icon.vue').IconSize;
|
|
1206
1144
|
scheme: import('../Icon.vue').SchemeColor;
|
|
1207
1145
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
1208
1146
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -157,10 +157,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
157
157
|
default: null;
|
|
158
158
|
};
|
|
159
159
|
}>> & Readonly<{}>, {
|
|
160
|
-
disabled: boolean;
|
|
161
160
|
text: string;
|
|
162
161
|
clickable: boolean;
|
|
163
162
|
scheme: string;
|
|
163
|
+
disabled: boolean;
|
|
164
164
|
hasCloseIcon: boolean;
|
|
165
165
|
leftIcon: string;
|
|
166
166
|
rightIcon: string;
|
|
@@ -174,10 +174,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
174
174
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
175
175
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
176
176
|
}>, {
|
|
177
|
-
size: import('../Icon.vue').IconSize;
|
|
178
177
|
filled: boolean;
|
|
179
178
|
icon: string | null;
|
|
180
179
|
clickable: boolean;
|
|
180
|
+
size: import('../Icon.vue').IconSize;
|
|
181
181
|
scheme: import('../Icon.vue').SchemeColor;
|
|
182
182
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
183
183
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -247,10 +247,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
247
247
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
248
248
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
249
249
|
}>, {
|
|
250
|
-
size: import('../Icon.vue').IconSize;
|
|
251
250
|
filled: boolean;
|
|
252
251
|
icon: string | null;
|
|
253
252
|
clickable: boolean;
|
|
253
|
+
size: import('../Icon.vue').IconSize;
|
|
254
254
|
scheme: import('../Icon.vue').SchemeColor;
|
|
255
255
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
256
256
|
ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -321,8 +321,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
321
321
|
};
|
|
322
322
|
}>> & Readonly<{}>, {
|
|
323
323
|
text: string;
|
|
324
|
-
enabled: boolean;
|
|
325
324
|
forceOpen: boolean;
|
|
325
|
+
enabled: boolean;
|
|
326
326
|
side: string;
|
|
327
327
|
maxWidth: string;
|
|
328
328
|
shortcutText: string;
|
|
@@ -357,9 +357,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
357
|
default: boolean;
|
|
358
358
|
};
|
|
359
359
|
}>> & Readonly<{}>, {
|
|
360
|
-
disabled: boolean;
|
|
361
360
|
text: string;
|
|
362
361
|
clickable: boolean;
|
|
362
|
+
disabled: boolean;
|
|
363
363
|
}, {}, {
|
|
364
364
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
365
365
|
click: (event: Event) => any;
|
|
@@ -370,10 +370,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
370
370
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
371
371
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
372
372
|
}>, {
|
|
373
|
-
size: import('../Icon.vue').IconSize;
|
|
374
373
|
filled: boolean;
|
|
375
374
|
icon: string | null;
|
|
376
375
|
clickable: boolean;
|
|
376
|
+
size: import('../Icon.vue').IconSize;
|
|
377
377
|
scheme: import('../Icon.vue').SchemeColor;
|
|
378
378
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
379
379
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -449,11 +449,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
449
449
|
default: string;
|
|
450
450
|
};
|
|
451
451
|
}>> & Readonly<{}>, {
|
|
452
|
-
type: string;
|
|
453
|
-
disabled: boolean;
|
|
454
452
|
text: string;
|
|
455
453
|
clickable: boolean;
|
|
456
454
|
scheme: string;
|
|
455
|
+
type: string;
|
|
456
|
+
disabled: boolean;
|
|
457
457
|
hasCloseIcon: boolean;
|
|
458
458
|
leftIcon: string;
|
|
459
459
|
rightIcon: string;
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
validator(value: unknown): boolean;
|
|
85
85
|
};
|
|
86
86
|
}>> & Readonly<{}>, {
|
|
87
|
-
size: string;
|
|
88
87
|
label: string;
|
|
88
|
+
size: string;
|
|
89
89
|
disabled: boolean;
|
|
90
90
|
description: string;
|
|
91
91
|
active: boolean;
|
|
@@ -97,7 +97,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
}, {}, {
|
|
98
98
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
99
99
|
modelValue: {
|
|
100
|
-
type: (
|
|
100
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
101
101
|
default: boolean;
|
|
102
102
|
validator(value: unknown): boolean;
|
|
103
103
|
};
|
|
@@ -105,13 +105,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
105
105
|
type: BooleanConstructor;
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
|
-
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
helper: {
|
|
108
|
+
size: {
|
|
113
109
|
type: StringConstructor;
|
|
114
110
|
default: string;
|
|
111
|
+
validator(value: unknown): boolean;
|
|
115
112
|
};
|
|
116
113
|
textRight: {
|
|
117
114
|
type: StringConstructor;
|
|
@@ -119,15 +116,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
119
116
|
};
|
|
120
117
|
}>, {}, {}, {
|
|
121
118
|
valueName(): "default" | "less" | "checked";
|
|
119
|
+
icon(): string;
|
|
120
|
+
color(): "neutral-clean" | "brand-weni";
|
|
122
121
|
}, {
|
|
123
|
-
pick: {
|
|
124
|
-
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
125
|
-
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
126
|
-
};
|
|
127
122
|
click(): void;
|
|
128
123
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
129
124
|
modelValue: {
|
|
130
|
-
type: (
|
|
125
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
131
126
|
default: boolean;
|
|
132
127
|
validator(value: unknown): boolean;
|
|
133
128
|
};
|
|
@@ -135,13 +130,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
135
130
|
type: BooleanConstructor;
|
|
136
131
|
default: boolean;
|
|
137
132
|
};
|
|
138
|
-
|
|
139
|
-
type: StringConstructor;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
helper: {
|
|
133
|
+
size: {
|
|
143
134
|
type: StringConstructor;
|
|
144
135
|
default: string;
|
|
136
|
+
validator(value: unknown): boolean;
|
|
145
137
|
};
|
|
146
138
|
textRight: {
|
|
147
139
|
type: StringConstructor;
|
|
@@ -151,12 +143,27 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
151
143
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
152
144
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
153
145
|
}>, {
|
|
154
|
-
|
|
146
|
+
size: string;
|
|
155
147
|
disabled: boolean;
|
|
156
148
|
modelValue: string | boolean;
|
|
157
|
-
helper: string;
|
|
158
149
|
textRight: string;
|
|
159
|
-
}, {}, {
|
|
150
|
+
}, {}, {
|
|
151
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
152
|
+
click: (event: Event) => any;
|
|
153
|
+
mousedown: (event: Event) => any;
|
|
154
|
+
mouseup: (event: Event) => any;
|
|
155
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
156
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
157
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
158
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
159
|
+
}>, {
|
|
160
|
+
filled: boolean;
|
|
161
|
+
icon: string | null;
|
|
162
|
+
clickable: boolean;
|
|
163
|
+
size: import('../Icon.vue').IconSize;
|
|
164
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
165
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
166
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
160
167
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
161
168
|
export default _default;
|
|
162
169
|
//# sourceMappingURL=SelectSmartOption.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SelectSmartOption.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SelectSmart/SelectSmartOption.vue"],"names":[],"mappings":"AA6CA
|
|
1
|
+
{"version":3,"file":"SelectSmartOption.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SelectSmart/SelectSmartOption.vue"],"names":[],"mappings":"AA6CA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAqL8B,sBAAsB"}
|