@weni/unnnic-system 3.7.0 → 3.7.1-alpha.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 +1 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +1 -1
- package/dist/components/Alert/Alert.vue.d.ts +18 -117
- package/dist/components/Alert/Alert.vue.d.ts.map +1 -1
- package/dist/components/Alert/Version1dot1.vue.d.ts +2 -38
- package/dist/components/Alert/Version1dot1.vue.d.ts.map +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +2 -2
- package/dist/components/AudioRecorder/AudioPlayer.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +5 -5
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +3 -3
- package/dist/components/Banner/Banner.vue.d.ts +1 -1
- package/dist/components/Banner/InfoBanner.vue.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonIcon.vue.d.ts +1 -1
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/AccountCard.vue.d.ts +5 -5
- package/dist/components/Card/BlankCard.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts +27 -27
- package/dist/components/Card/CardCompany.vue.d.ts +5 -5
- package/dist/components/Card/CardData.vue.d.ts +1 -1
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +5 -5
- package/dist/components/Card/ContentCard.vue.d.ts +3 -3
- package/dist/components/Card/DashCard.vue.d.ts +5 -5
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +2 -2
- package/dist/components/Card/SimpleCard.vue.d.ts +3 -3
- package/dist/components/Card/StatusCard.vue.d.ts +2 -2
- package/dist/components/Card/TitleCard.vue.d.ts +3 -3
- package/dist/components/CardImage/CardImage.vue.d.ts +24 -31
- package/dist/components/CardInformation/CardInformation.vue.d.ts +5 -5
- package/dist/components/CardProject/CardProject.vue.d.ts +3 -3
- package/dist/components/Carousel/Carousel.vue.d.ts +7 -7
- package/dist/components/Carousel/TagCarousel.vue.d.ts +6 -6
- 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 +27 -34
- package/dist/components/ChatsDashboardTagLive/ChatsDashboardTagLive.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts +1 -1
- package/dist/components/ChatsHeader/ChatsHeader.vue.d.ts.map +1 -1
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +5 -5
- package/dist/components/ChatsMessage/ChatsMessageStatusBackdrop.vue.d.ts +2 -2
- package/dist/components/ChatsNavbar/ChatsNavbar.vue.d.ts +1 -1
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.vue.d.ts +19 -26
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts +28 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Comment/Comment.vue.d.ts +1 -1
- package/dist/components/DataArea/DataArea.vue.d.ts +2 -2
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +251 -41
- package/dist/components/DatePicker/DatePicker.vue.d.ts +4 -4
- package/dist/components/Drawer/Drawer.vue.d.ts +4 -4
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/LanguageSelect.vue.d.ts +3 -3
- package/dist/components/Flag.vue.d.ts +2 -2
- package/dist/components/FormElement/FormElement.vue.d.ts +51 -28
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/Icon.vue.d.ts.map +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +4 -4
- package/dist/components/Input/BaseInput.vue.d.ts +33 -2
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +251 -41
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +85 -25
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +257 -47
- package/dist/components/InputNext/InputNext.vue.d.ts +5 -5
- package/dist/components/Label/Label.vue.d.ts +9 -15
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +199 -34
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +256 -46
- 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 +20 -14
- 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 +8 -6
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +113 -60
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +5 -5
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +21 -28
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +85 -25
- package/dist/components/SkeletonLoading/skeletonTheme.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +2 -2
- package/dist/components/StarRating/StarRating.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +55 -21
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Tab/Tab.vue.d.ts +13 -2
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +3 -3
- package/dist/components/TabsExpanded/TabsExpanded.vue.d.ts +1 -1
- package/dist/components/Tag/BrandTag.vue.d.ts +1 -1
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/IndicatorTag.vue.d.ts +2 -2
- package/dist/components/Tag/Tag.vue.d.ts +5 -5
- package/dist/components/TextArea/TextArea.vue.d.ts +66 -30
- package/dist/components/TextArea/TextArea.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +16 -0
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -0
- package/dist/components/Toast/ToastManager.d.ts +14 -0
- package/dist/components/Toast/ToastManager.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +35 -0
- package/dist/components/Toast/types.d.ts.map +1 -0
- package/dist/components/ToolTip/ToolTip.vue.d.ts +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +3 -3
- package/dist/components/Tour/TourPopover.vue.d.ts +3 -3
- package/dist/components/UploadArea/UploadArea.vue.d.ts +4 -4
- package/dist/components/index.d.ts +4043 -1328
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +23 -0
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +40 -0
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +25 -0
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +29 -0
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +23 -0
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +19 -0
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/dialog/index.d.ts +8 -0
- package/dist/components/ui/dialog/index.d.ts.map +1 -0
- package/dist/components/ui/popover/Popover.vue.d.ts +23 -0
- package/dist/components/ui/popover/Popover.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +43 -0
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts +19 -0
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -0
- package/dist/components/ui/popover/index.d.ts +5 -0
- package/dist/components/ui/popover/index.d.ts.map +1 -0
- package/dist/{es-c4737166.mjs → es-3d0df246.mjs} +1 -1
- package/dist/{index-bd5f89f9.mjs → index-8cf13f7a.mjs} +18886 -11928
- package/dist/locales/en.json.d.ts +2 -1
- package/dist/locales/es.json.d.ts +2 -1
- package/dist/locales/pt_br.json.d.ts +2 -1
- package/dist/{pt-br-ec3b3330.mjs → pt-br-b04d6fba.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +195 -172
- package/dist/unnnic.umd.js +56 -50
- package/dist/utils/call.d.ts +2 -1
- package/dist/utils/call.d.ts.map +1 -1
- package/package.json +2 -1
- package/src/assets/icons/checkbox-checked-disabled.svg +3 -0
- package/src/assets/icons/checkbox-checked.svg +3 -0
- package/src/assets/icons/checkbox-less-disabled.svg +3 -0
- package/src/assets/icons/checkbox-less.svg +3 -0
- package/src/assets/icons/radio-checked.svg +3 -0
- package/src/assets/icons/switch-checked-disabled.svg +3 -0
- package/src/assets/icons/switch-checked.svg +3 -0
- package/src/assets/scss/tailwind.scss +8 -0
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/SIMPLE_MIGRATION_GUIDE.md +152 -0
- package/src/components/Alert/Version1dot1.vue +0 -36
- package/src/components/Alert/__tests__/Alert.spec.js +2 -45
- package/src/components/Alert/__tests__/Version1dot1.spec.js +0 -21
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +11 -7
- package/src/components/Alert/__tests__/__snapshots__/Version1dot1.spec.js.snap +2 -2
- package/src/components/Button/Button.vue +72 -117
- package/src/components/Button/types.ts +0 -1
- package/src/components/Checkbox/Checkbox.vue +98 -64
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +6 -21
- package/src/components/CheckboxGroup/CheckboxGroup.vue +96 -0
- package/src/components/FormElement/FormElement.vue +63 -93
- package/src/components/Icon.vue +3 -0
- package/src/components/Input/BaseInput.vue +33 -14
- package/src/components/Input/Input.scss +19 -21
- package/src/components/Input/Input.vue +77 -56
- package/src/components/Input/TextInput.vue +80 -68
- package/src/components/Input/__test__/TextInput.spec.js +6 -8
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +14 -5
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -1
- package/src/components/Label/Label.vue +52 -21
- package/src/components/Label/__tests__/Label.spec.js +1 -1
- package/src/components/Label/__tests__/__snapshots__/Label.spec.js.snap +1 -1
- package/src/components/ModalDialog/ModalDialog.vue +60 -146
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -22
- package/src/components/Popover/__tests__/Popover.spec.js +147 -0
- package/src/components/Popover/__tests__/__snapshots__/Popover.spec.js.snap +8 -0
- package/src/components/Popover/index.vue +146 -0
- package/src/components/Radio/Radio.vue +80 -67
- package/src/components/Radio/__test__/Radio.spec.js +14 -20
- package/src/components/Radio/__test__/__snapshots__/Radio.spec.js.snap +3 -3
- package/src/components/RadioGroup/RadioGroup.vue +142 -0
- package/src/components/Select/SelectOption.vue +65 -0
- package/src/components/Select/__tests__/Select.spec.js +412 -0
- package/src/components/Select/__tests__/SelectItem.spec.js +330 -0
- package/src/components/Select/__tests__/SelectOption.spec.js +174 -0
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +97 -0
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +15 -0
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +25 -0
- package/src/components/Select/index.vue +245 -0
- package/src/components/SelectSmart/SelectSmart.vue +4 -3
- package/src/components/Switch/Switch.vue +123 -96
- package/src/components/Switch/__tests__/Switch.spec.js +8 -75
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +5 -6
- package/src/components/Tab/Tab.vue +37 -23
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -1
- package/src/components/TableNext/__test__/__snapshots__/TableNext.spec.js.snap +2 -2
- package/src/components/TableNext/__test__/__snapshots__/TablePagination.spec.js.snap +2 -2
- package/src/components/TextArea/TextArea.vue +34 -11
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +11 -3
- package/src/components/Toast/Toast.vue +246 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/__tests__/Toast.spec.js +284 -0
- package/src/components/Toast/__tests__/ToastManager.spec.js +294 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +58 -9
- package/src/components/ui/dialog/Dialog.vue +15 -0
- package/src/components/ui/dialog/DialogClose.vue +25 -0
- package/src/components/ui/dialog/DialogContent.vue +114 -0
- package/src/components/ui/dialog/DialogFooter.vue +46 -0
- package/src/components/ui/dialog/DialogHeader.vue +78 -0
- package/src/components/ui/dialog/DialogTitle.vue +34 -0
- package/src/components/ui/dialog/DialogTrigger.vue +12 -0
- package/src/components/ui/dialog/index.ts +7 -0
- package/src/components/ui/popover/Popover.vue +19 -0
- package/src/components/ui/popover/PopoverContent.vue +98 -0
- package/src/components/ui/popover/PopoverTrigger.vue +23 -0
- package/src/components/ui/popover/index.ts +4 -0
- package/src/locales/en.json +2 -1
- package/src/locales/es.json +2 -1
- package/src/locales/pt_br.json +2 -1
- package/src/stories/Alert.stories.js +6 -67
- package/src/stories/Button.stories.js +29 -39
- package/src/stories/Checkbox.stories.js +11 -4
- package/src/stories/CheckboxGroup.stories.js +105 -0
- package/src/stories/Dialog.stories.js +832 -0
- package/src/stories/Input.stories.js +71 -76
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/ModalDialog.mdx +3 -0
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/Popover.stories.js +306 -0
- package/src/stories/RadioGroup.stories.js +144 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Switch.stories.js +10 -5
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/TextArea.stories.js +13 -2
- package/src/stories/Toast.mdx +123 -0
- package/src/stories/Toast.stories.js +126 -0
- package/src/types/scheme-colors.d.ts +1 -0
- package/src/utils/call.js +46 -18
- package/src/components/Alert/AlertBanner.vue +0 -182
- package/src/components/Alert/AlertCaller.vue +0 -49
- package/src/components/Alert/__tests__/AlertBanner.spec.js +0 -89
- package/src/components/Alert/__tests__/AlertCaller.spec.js +0 -98
|
@@ -29,15 +29,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
29
29
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
30
30
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
|
+
size: import('../Icon.vue').IconSize;
|
|
32
33
|
filled: boolean;
|
|
33
34
|
icon: string | null;
|
|
34
35
|
clickable: boolean;
|
|
35
|
-
size: import('../Icon.vue').IconSize;
|
|
36
36
|
scheme: import('../Icon.vue').SchemeColor;
|
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
38
38
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
39
39
|
modelValue: {
|
|
40
|
-
type: (
|
|
40
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
41
41
|
default: boolean;
|
|
42
42
|
validator(value: unknown): boolean;
|
|
43
43
|
};
|
|
@@ -45,10 +45,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
45
|
type: BooleanConstructor;
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
|
-
|
|
48
|
+
label: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
helper: {
|
|
49
53
|
type: StringConstructor;
|
|
50
54
|
default: string;
|
|
51
|
-
validator(value: unknown): boolean;
|
|
52
55
|
};
|
|
53
56
|
textRight: {
|
|
54
57
|
type: StringConstructor;
|
|
@@ -56,13 +59,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
59
|
};
|
|
57
60
|
}>, {}, {}, {
|
|
58
61
|
valueName(): "default" | "less" | "checked";
|
|
59
|
-
icon(): string;
|
|
60
|
-
color(): "neutral-clean" | "brand-weni";
|
|
61
62
|
}, {
|
|
63
|
+
pick: {
|
|
64
|
+
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
65
|
+
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
66
|
+
};
|
|
62
67
|
click(): void;
|
|
63
68
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
64
69
|
modelValue: {
|
|
65
|
-
type: (
|
|
70
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
66
71
|
default: boolean;
|
|
67
72
|
validator(value: unknown): boolean;
|
|
68
73
|
};
|
|
@@ -70,10 +75,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
75
|
type: BooleanConstructor;
|
|
71
76
|
default: boolean;
|
|
72
77
|
};
|
|
73
|
-
|
|
78
|
+
label: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
helper: {
|
|
74
83
|
type: StringConstructor;
|
|
75
84
|
default: string;
|
|
76
|
-
validator(value: unknown): boolean;
|
|
77
85
|
};
|
|
78
86
|
textRight: {
|
|
79
87
|
type: StringConstructor;
|
|
@@ -83,27 +91,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
91
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
84
92
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
85
93
|
}>, {
|
|
86
|
-
|
|
94
|
+
label: string;
|
|
87
95
|
disabled: boolean;
|
|
88
96
|
modelValue: string | boolean;
|
|
97
|
+
helper: string;
|
|
89
98
|
textRight: string;
|
|
90
|
-
}, {}, {
|
|
91
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
92
|
-
click: (event: Event) => any;
|
|
93
|
-
mousedown: (event: Event) => any;
|
|
94
|
-
mouseup: (event: Event) => any;
|
|
95
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
96
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
97
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
98
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
99
|
-
}>, {
|
|
100
|
-
filled: boolean;
|
|
101
|
-
icon: string | null;
|
|
102
|
-
clickable: boolean;
|
|
103
|
-
size: import('../Icon.vue').IconSize;
|
|
104
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
105
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
106
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
99
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
107
100
|
UnnnicAvatarIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
108
101
|
enabled: {
|
|
109
102
|
type: BooleanConstructor;
|
|
@@ -159,11 +152,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
152
|
default: boolean;
|
|
160
153
|
};
|
|
161
154
|
}>> & Readonly<{}>, {
|
|
155
|
+
enabled: boolean;
|
|
156
|
+
size: string;
|
|
162
157
|
filled: boolean;
|
|
163
158
|
icon: string;
|
|
164
|
-
size: string;
|
|
165
159
|
scheme: string;
|
|
166
|
-
enabled: boolean;
|
|
167
160
|
opacity: boolean;
|
|
168
161
|
}, {}, {
|
|
169
162
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -175,10 +168,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
175
168
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
176
169
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
177
170
|
}>, {
|
|
171
|
+
size: import('../Icon.vue').IconSize;
|
|
178
172
|
filled: boolean;
|
|
179
173
|
icon: string | null;
|
|
180
174
|
clickable: boolean;
|
|
181
|
-
size: import('../Icon.vue').IconSize;
|
|
182
175
|
scheme: import('../Icon.vue').SchemeColor;
|
|
183
176
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
184
177
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -226,10 +219,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
226
219
|
}>> & Readonly<{
|
|
227
220
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
228
221
|
}>, {
|
|
222
|
+
forceOpen: boolean;
|
|
229
223
|
position: string;
|
|
230
224
|
useOpenProp: boolean;
|
|
231
225
|
open: boolean;
|
|
232
|
-
forceOpen: boolean;
|
|
233
226
|
}, {}, {}, {
|
|
234
227
|
onClickOutside: any;
|
|
235
228
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -174,11 +174,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
174
174
|
default: boolean;
|
|
175
175
|
};
|
|
176
176
|
}>> & Readonly<{}>, {
|
|
177
|
+
enabled: boolean;
|
|
178
|
+
size: string;
|
|
177
179
|
filled: boolean;
|
|
178
180
|
icon: string;
|
|
179
|
-
size: string;
|
|
180
181
|
scheme: string;
|
|
181
|
-
enabled: boolean;
|
|
182
182
|
opacity: boolean;
|
|
183
183
|
}, {}, {
|
|
184
184
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -190,10 +190,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
190
190
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
191
191
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
192
192
|
}>, {
|
|
193
|
+
size: import('../Icon.vue').IconSize;
|
|
193
194
|
filled: boolean;
|
|
194
195
|
icon: string | null;
|
|
195
196
|
clickable: boolean;
|
|
196
|
-
size: import('../Icon.vue').IconSize;
|
|
197
197
|
scheme: import('../Icon.vue').SchemeColor;
|
|
198
198
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
199
199
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -265,8 +265,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
265
265
|
};
|
|
266
266
|
}>> & Readonly<{}>, {
|
|
267
267
|
text: string;
|
|
268
|
-
forceOpen: boolean;
|
|
269
268
|
enabled: boolean;
|
|
269
|
+
forceOpen: boolean;
|
|
270
270
|
side: string;
|
|
271
271
|
maxWidth: string;
|
|
272
272
|
shortcutText: string;
|
|
@@ -281,10 +281,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
281
281
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
282
282
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
283
283
|
}>, {
|
|
284
|
+
size: import('../Icon.vue').IconSize;
|
|
284
285
|
filled: boolean;
|
|
285
286
|
icon: string | null;
|
|
286
287
|
clickable: boolean;
|
|
287
|
-
size: import('../Icon.vue').IconSize;
|
|
288
288
|
scheme: import('../Icon.vue').SchemeColor;
|
|
289
289
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
290
290
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -84,8 +84,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
84
84
|
onChangeProjectStatus?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
}>, {
|
|
86
86
|
name: string;
|
|
87
|
-
clickable: boolean;
|
|
88
87
|
description: string;
|
|
88
|
+
clickable: boolean;
|
|
89
89
|
canUpdateStatus: boolean;
|
|
90
90
|
}, {}, {
|
|
91
91
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -97,10 +97,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
97
97
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
98
98
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
99
99
|
}>, {
|
|
100
|
+
size: import('../Icon.vue').IconSize;
|
|
100
101
|
filled: boolean;
|
|
101
102
|
icon: string | null;
|
|
102
103
|
clickable: boolean;
|
|
103
|
-
size: import('../Icon.vue').IconSize;
|
|
104
104
|
scheme: import('../Icon.vue').SchemeColor;
|
|
105
105
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
106
106
|
UnnnicDropdown: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -147,10 +147,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
147
|
}>> & Readonly<{
|
|
148
148
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
149
149
|
}>, {
|
|
150
|
+
forceOpen: boolean;
|
|
150
151
|
position: string;
|
|
151
152
|
useOpenProp: boolean;
|
|
152
153
|
open: boolean;
|
|
153
|
-
forceOpen: boolean;
|
|
154
154
|
}, {}, {}, {
|
|
155
155
|
onClickOutside: any;
|
|
156
156
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -186,10 +186,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
186
186
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
187
187
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
188
188
|
}>, {
|
|
189
|
+
size: import('../Icon.vue').IconSize;
|
|
189
190
|
filled: boolean;
|
|
190
191
|
icon: string | null;
|
|
191
192
|
clickable: boolean;
|
|
192
|
-
size: import('../Icon.vue').IconSize;
|
|
193
193
|
scheme: import('../Icon.vue').SchemeColor;
|
|
194
194
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
195
195
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -259,10 +259,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
259
259
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
260
260
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
261
261
|
}>, {
|
|
262
|
+
size: import('../Icon.vue').IconSize;
|
|
262
263
|
filled: boolean;
|
|
263
264
|
icon: string | null;
|
|
264
265
|
clickable: boolean;
|
|
265
|
-
size: import('../Icon.vue').IconSize;
|
|
266
266
|
scheme: import('../Icon.vue').SchemeColor;
|
|
267
267
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
268
268
|
ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -333,8 +333,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
333
333
|
};
|
|
334
334
|
}>> & Readonly<{}>, {
|
|
335
335
|
text: string;
|
|
336
|
-
forceOpen: boolean;
|
|
337
336
|
enabled: boolean;
|
|
337
|
+
forceOpen: boolean;
|
|
338
338
|
side: string;
|
|
339
339
|
maxWidth: string;
|
|
340
340
|
shortcutText: string;
|
|
@@ -382,10 +382,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
382
382
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
383
383
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
384
384
|
}>, {
|
|
385
|
+
size: import('../Icon.vue').IconSize;
|
|
385
386
|
filled: boolean;
|
|
386
387
|
icon: string | null;
|
|
387
388
|
clickable: boolean;
|
|
388
|
-
size: import('../Icon.vue').IconSize;
|
|
389
389
|
scheme: import('../Icon.vue').SchemeColor;
|
|
390
390
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
391
391
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -462,9 +462,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
462
462
|
};
|
|
463
463
|
}>> & Readonly<{}>, {
|
|
464
464
|
text: string;
|
|
465
|
+
type: string;
|
|
465
466
|
clickable: boolean;
|
|
466
467
|
scheme: string;
|
|
467
|
-
type: string;
|
|
468
468
|
disabled: boolean;
|
|
469
469
|
hasCloseIcon: boolean;
|
|
470
470
|
leftIcon: string;
|
|
@@ -483,10 +483,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
483
483
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
484
484
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
485
485
|
}>, {
|
|
486
|
+
size: import('../Icon.vue').IconSize;
|
|
486
487
|
filled: boolean;
|
|
487
488
|
icon: string | null;
|
|
488
489
|
clickable: boolean;
|
|
489
|
-
size: import('../Icon.vue').IconSize;
|
|
490
490
|
scheme: import('../Icon.vue').SchemeColor;
|
|
491
491
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
492
492
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -517,10 +517,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
517
517
|
default: boolean;
|
|
518
518
|
};
|
|
519
519
|
}>> & Readonly<{}>, {
|
|
520
|
+
type: string;
|
|
520
521
|
name: string;
|
|
521
522
|
icon: string;
|
|
522
523
|
clickable: boolean;
|
|
523
|
-
type: string;
|
|
524
524
|
modelValue: unknown[];
|
|
525
525
|
tagItems: unknown[];
|
|
526
526
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -159,10 +159,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
159
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
160
160
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
161
161
|
}>, {
|
|
162
|
+
size: import('../Icon.vue').IconSize;
|
|
162
163
|
filled: boolean;
|
|
163
164
|
icon: string | null;
|
|
164
165
|
clickable: boolean;
|
|
165
|
-
size: import('../Icon.vue').IconSize;
|
|
166
166
|
scheme: import('../Icon.vue').SchemeColor;
|
|
167
167
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
168
168
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -232,10 +232,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
232
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
233
233
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
234
234
|
}>, {
|
|
235
|
+
size: import('../Icon.vue').IconSize;
|
|
235
236
|
filled: boolean;
|
|
236
237
|
icon: string | null;
|
|
237
238
|
clickable: boolean;
|
|
238
|
-
size: import('../Icon.vue').IconSize;
|
|
239
239
|
scheme: import('../Icon.vue').SchemeColor;
|
|
240
240
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
241
241
|
ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -306,8 +306,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
306
306
|
};
|
|
307
307
|
}>> & Readonly<{}>, {
|
|
308
308
|
text: string;
|
|
309
|
-
forceOpen: boolean;
|
|
310
309
|
enabled: boolean;
|
|
310
|
+
forceOpen: boolean;
|
|
311
311
|
side: string;
|
|
312
312
|
maxWidth: string;
|
|
313
313
|
shortcutText: string;
|
|
@@ -355,10 +355,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
355
355
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
356
356
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
357
357
|
}>, {
|
|
358
|
+
size: import('../Icon.vue').IconSize;
|
|
358
359
|
filled: boolean;
|
|
359
360
|
icon: string | null;
|
|
360
361
|
clickable: boolean;
|
|
361
|
-
size: import('../Icon.vue').IconSize;
|
|
362
362
|
scheme: import('../Icon.vue').SchemeColor;
|
|
363
363
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
364
364
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -435,9 +435,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
435
435
|
};
|
|
436
436
|
}>> & Readonly<{}>, {
|
|
437
437
|
text: string;
|
|
438
|
+
type: string;
|
|
438
439
|
clickable: boolean;
|
|
439
440
|
scheme: string;
|
|
440
|
-
type: string;
|
|
441
441
|
disabled: boolean;
|
|
442
442
|
hasCloseIcon: boolean;
|
|
443
443
|
leftIcon: string;
|
|
@@ -456,10 +456,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
456
456
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
457
457
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
458
458
|
}>, {
|
|
459
|
+
size: import('../Icon.vue').IconSize;
|
|
459
460
|
filled: boolean;
|
|
460
461
|
icon: string | null;
|
|
461
462
|
clickable: boolean;
|
|
462
|
-
size: import('../Icon.vue').IconSize;
|
|
463
463
|
scheme: import('../Icon.vue').SchemeColor;
|
|
464
464
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
465
465
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -40,17 +40,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
40
40
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
41
41
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
42
42
|
}>, {
|
|
43
|
+
size: import('../Icon.vue').IconSize;
|
|
43
44
|
filled: boolean;
|
|
44
45
|
icon: string | null;
|
|
45
46
|
clickable: boolean;
|
|
46
|
-
size: import('../Icon.vue').IconSize;
|
|
47
47
|
scheme: import('../Icon.vue').SchemeColor;
|
|
48
48
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
49
49
|
UnnnicButton: {
|
|
50
50
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
51
51
|
text: string;
|
|
52
|
-
size: import('../Button/types').ButtonSize;
|
|
53
52
|
type: import('../Button/types').ButtonType;
|
|
53
|
+
size: import('../Button/types').ButtonSize;
|
|
54
54
|
disabled: boolean;
|
|
55
55
|
iconLeft: string;
|
|
56
56
|
iconRight: string;
|
|
@@ -67,8 +67,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
Defaults: {};
|
|
68
68
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
69
69
|
text: string;
|
|
70
|
-
size: import('../Button/types').ButtonSize;
|
|
71
70
|
type: import('../Button/types').ButtonType;
|
|
71
|
+
size: import('../Button/types').ButtonSize;
|
|
72
72
|
disabled: boolean;
|
|
73
73
|
iconLeft: string;
|
|
74
74
|
iconRight: string;
|
|
@@ -82,8 +82,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
__isSuspense?: never;
|
|
83
83
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
84
84
|
text: string;
|
|
85
|
-
size: import('../Button/types').ButtonSize;
|
|
86
85
|
type: import('../Button/types').ButtonType;
|
|
86
|
+
size: import('../Button/types').ButtonSize;
|
|
87
87
|
disabled: boolean;
|
|
88
88
|
iconLeft: string;
|
|
89
89
|
iconRight: string;
|
|
@@ -164,8 +164,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
164
|
};
|
|
165
165
|
}>> & Readonly<{}>, {
|
|
166
166
|
text: string;
|
|
167
|
-
forceOpen: boolean;
|
|
168
167
|
enabled: boolean;
|
|
168
|
+
forceOpen: boolean;
|
|
169
169
|
side: string;
|
|
170
170
|
maxWidth: string;
|
|
171
171
|
shortcutText: string;
|
|
@@ -87,8 +87,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
87
|
};
|
|
88
88
|
}>> & Readonly<{}>, {
|
|
89
89
|
text: string;
|
|
90
|
-
forceOpen: boolean;
|
|
91
90
|
enabled: boolean;
|
|
91
|
+
forceOpen: boolean;
|
|
92
92
|
side: string;
|
|
93
93
|
maxWidth: string;
|
|
94
94
|
shortcutText: string;
|
|
@@ -102,8 +102,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
102
102
|
};
|
|
103
103
|
}>> & Readonly<{}>, {
|
|
104
104
|
text: string;
|
|
105
|
-
forceOpen: boolean;
|
|
106
105
|
enabled: boolean;
|
|
106
|
+
forceOpen: boolean;
|
|
107
107
|
side: string;
|
|
108
108
|
maxWidth: string;
|
|
109
109
|
shortcutText: string;
|
|
@@ -118,10 +118,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
118
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
119
119
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
120
120
|
}>, {
|
|
121
|
+
size: import('../Icon.vue').IconSize;
|
|
121
122
|
filled: boolean;
|
|
122
123
|
icon: string | null;
|
|
123
124
|
clickable: boolean;
|
|
124
|
-
size: import('../Icon.vue').IconSize;
|
|
125
125
|
scheme: import('../Icon.vue').SchemeColor;
|
|
126
126
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
127
127
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -279,8 +279,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
279
279
|
}>> & Readonly<{
|
|
280
280
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
281
281
|
}>, {
|
|
282
|
-
clickable: boolean;
|
|
283
282
|
size: string;
|
|
283
|
+
clickable: boolean;
|
|
284
284
|
disabled: boolean;
|
|
285
285
|
active: boolean;
|
|
286
286
|
photoUrl: string;
|
|
@@ -294,10 +294,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
294
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
295
295
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
296
296
|
}>, {
|
|
297
|
+
size: import('../Icon.vue').IconSize;
|
|
297
298
|
filled: boolean;
|
|
298
299
|
icon: string | null;
|
|
299
300
|
clickable: boolean;
|
|
300
|
-
size: import('../Icon.vue').IconSize;
|
|
301
301
|
scheme: import('../Icon.vue').SchemeColor;
|
|
302
302
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
303
303
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -310,10 +310,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
310
310
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
311
311
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
312
312
|
}>, {
|
|
313
|
+
size: import('../Icon.vue').IconSize;
|
|
313
314
|
filled: boolean;
|
|
314
315
|
icon: string | null;
|
|
315
316
|
clickable: boolean;
|
|
316
|
-
size: import('../Icon.vue').IconSize;
|
|
317
317
|
scheme: import('../Icon.vue').SchemeColor;
|
|
318
318
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
319
319
|
TransitionRipple: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -338,7 +338,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
338
338
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
339
339
|
Checkbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
340
340
|
modelValue: {
|
|
341
|
-
type: (
|
|
341
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
342
342
|
default: boolean;
|
|
343
343
|
validator(value: unknown): boolean;
|
|
344
344
|
};
|
|
@@ -346,10 +346,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
346
346
|
type: BooleanConstructor;
|
|
347
347
|
default: boolean;
|
|
348
348
|
};
|
|
349
|
-
|
|
349
|
+
label: {
|
|
350
|
+
type: StringConstructor;
|
|
351
|
+
default: string;
|
|
352
|
+
};
|
|
353
|
+
helper: {
|
|
350
354
|
type: StringConstructor;
|
|
351
355
|
default: string;
|
|
352
|
-
validator(value: unknown): boolean;
|
|
353
356
|
};
|
|
354
357
|
textRight: {
|
|
355
358
|
type: StringConstructor;
|
|
@@ -357,13 +360,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
357
360
|
};
|
|
358
361
|
}>, {}, {}, {
|
|
359
362
|
valueName(): "default" | "less" | "checked";
|
|
360
|
-
icon(): string;
|
|
361
|
-
color(): "neutral-clean" | "brand-weni";
|
|
362
363
|
}, {
|
|
364
|
+
pick: {
|
|
365
|
+
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
366
|
+
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
367
|
+
};
|
|
363
368
|
click(): void;
|
|
364
369
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
365
370
|
modelValue: {
|
|
366
|
-
type: (
|
|
371
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
367
372
|
default: boolean;
|
|
368
373
|
validator(value: unknown): boolean;
|
|
369
374
|
};
|
|
@@ -371,10 +376,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
371
376
|
type: BooleanConstructor;
|
|
372
377
|
default: boolean;
|
|
373
378
|
};
|
|
374
|
-
|
|
379
|
+
label: {
|
|
380
|
+
type: StringConstructor;
|
|
381
|
+
default: string;
|
|
382
|
+
};
|
|
383
|
+
helper: {
|
|
375
384
|
type: StringConstructor;
|
|
376
385
|
default: string;
|
|
377
|
-
validator(value: unknown): boolean;
|
|
378
386
|
};
|
|
379
387
|
textRight: {
|
|
380
388
|
type: StringConstructor;
|
|
@@ -384,27 +392,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
384
392
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
385
393
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
386
394
|
}>, {
|
|
387
|
-
|
|
395
|
+
label: string;
|
|
388
396
|
disabled: boolean;
|
|
389
397
|
modelValue: string | boolean;
|
|
398
|
+
helper: string;
|
|
390
399
|
textRight: string;
|
|
391
|
-
}, {}, {
|
|
392
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
393
|
-
click: (event: Event) => any;
|
|
394
|
-
mousedown: (event: Event) => any;
|
|
395
|
-
mouseup: (event: Event) => any;
|
|
396
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
397
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
398
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
399
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
400
|
-
}>, {
|
|
401
|
-
filled: boolean;
|
|
402
|
-
icon: string | null;
|
|
403
|
-
clickable: boolean;
|
|
404
|
-
size: import('../Icon.vue').IconSize;
|
|
405
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
406
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
407
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
400
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
408
401
|
UnnnicTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
409
402
|
type: {
|
|
410
403
|
type: StringConstructor;
|
|
@@ -535,10 +528,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
535
528
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
536
529
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
537
530
|
}>, {
|
|
531
|
+
size: import('../Icon.vue').IconSize;
|
|
538
532
|
filled: boolean;
|
|
539
533
|
icon: string | null;
|
|
540
534
|
clickable: boolean;
|
|
541
|
-
size: import('../Icon.vue').IconSize;
|
|
542
535
|
scheme: import('../Icon.vue').SchemeColor;
|
|
543
536
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
544
537
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -608,10 +601,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
608
601
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
609
602
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
610
603
|
}>, {
|
|
604
|
+
size: import('../Icon.vue').IconSize;
|
|
611
605
|
filled: boolean;
|
|
612
606
|
icon: string | null;
|
|
613
607
|
clickable: boolean;
|
|
614
|
-
size: import('../Icon.vue').IconSize;
|
|
615
608
|
scheme: import('../Icon.vue').SchemeColor;
|
|
616
609
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
617
610
|
ToolTip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -682,8 +675,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
682
675
|
};
|
|
683
676
|
}>> & Readonly<{}>, {
|
|
684
677
|
text: string;
|
|
685
|
-
forceOpen: boolean;
|
|
686
678
|
enabled: boolean;
|
|
679
|
+
forceOpen: boolean;
|
|
687
680
|
side: string;
|
|
688
681
|
maxWidth: string;
|
|
689
682
|
shortcutText: string;
|
|
@@ -731,10 +724,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
731
724
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
732
725
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
733
726
|
}>, {
|
|
727
|
+
size: import('../Icon.vue').IconSize;
|
|
734
728
|
filled: boolean;
|
|
735
729
|
icon: string | null;
|
|
736
730
|
clickable: boolean;
|
|
737
|
-
size: import('../Icon.vue').IconSize;
|
|
738
731
|
scheme: import('../Icon.vue').SchemeColor;
|
|
739
732
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
740
733
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -811,9 +804,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
811
804
|
};
|
|
812
805
|
}>> & Readonly<{}>, {
|
|
813
806
|
text: string;
|
|
807
|
+
type: string;
|
|
814
808
|
clickable: boolean;
|
|
815
809
|
scheme: string;
|
|
816
|
-
type: string;
|
|
817
810
|
disabled: boolean;
|
|
818
811
|
hasCloseIcon: boolean;
|
|
819
812
|
leftIcon: string;
|
|
@@ -28,10 +28,10 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
28
28
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
29
29
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
30
30
|
}>, {
|
|
31
|
+
size: import('../Icon.vue').IconSize;
|
|
31
32
|
filled: boolean;
|
|
32
33
|
icon: string | null;
|
|
33
34
|
clickable: boolean;
|
|
34
|
-
size: import('../Icon.vue').IconSize;
|
|
35
35
|
scheme: import('../Icon.vue').SchemeColor;
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
37
37
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -37,8 +37,8 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
|
37
37
|
}) => any) | undefined;
|
|
38
38
|
}>, {
|
|
39
39
|
close: () => void;
|
|
40
|
-
title: string;
|
|
41
40
|
size: "auto" | "small" | "large";
|
|
41
|
+
title: string;
|
|
42
42
|
subtitle: string;
|
|
43
43
|
back: () => void;
|
|
44
44
|
crumbs: Array<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatsHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsHeader/ChatsHeader.vue"],"names":[],"mappings":"AAqFA;AAiTA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAWjE,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;CACnC;AAuCD,iBAAS,cAAc;WA2MT,OAAO,IAA6B;;yBAXpB,GAAG;uBACL,GAAG;;;;EAe9B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAnPS,MAAM;cAAQ,MAAM;;;;cAApB,MAAM;cAAQ,MAAM;;;WAzBxC,MAAM,IAAI;
|
|
1
|
+
{"version":3,"file":"ChatsHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ChatsHeader/ChatsHeader.vue"],"names":[],"mappings":"AAqFA;AAiTA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAWjE,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,gBAAgB,CAAC;IACrC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;CACnC;AAuCD,iBAAS,cAAc;WA2MT,OAAO,IAA6B;;yBAXpB,GAAG;uBACL,GAAG;;;;EAe9B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAnPS,MAAM;cAAQ,MAAM;;;;cAApB,MAAM;cAAQ,MAAM;;;WAzBxC,MAAM,IAAI;UAIX,MAAM,GAAG,OAAO,GAAG,OAAO;WAVzB,MAAM;cACH,MAAM;UAIV,MAAM,IAAI;YAIR,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;uBAP1B,gBAAgB;gBACvB,MAAM;gBACN,MAAM;iBAGL,MAAM,IAAI;gBACX,MAAM,IAAI;wFAmRvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|