@weni/unnnic-system 3.4.0 → 3.4.1-alpha.1
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 -119
- 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 +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 +2 -2
- 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 +24 -33
- 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 +8 -8
- 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 +31 -40
- 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 -28
- 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 +176 -29
- package/dist/components/DatePicker/DatePicker.vue.d.ts +8 -8
- package/dist/components/Drawer/Drawer.vue.d.ts +7 -7
- 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 +38 -32
- package/dist/components/FormElement/FormElement.vue.d.ts.map +1 -1
- package/dist/components/Icon.vue.d.ts +1 -1
- package/dist/components/IconLoading/IconLoading.vue.d.ts +1 -1
- package/dist/components/ImportCard/ImportCard.vue.d.ts +7 -7
- package/dist/components/Input/BaseInput.vue.d.ts +32 -1
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +176 -29
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +83 -14
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputDatePicker/InputDatePicker.vue.d.ts +186 -39
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +9 -15
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +2 -2
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +9 -9
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +184 -37
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +14 -14
- 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 +6 -6
- 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 -53
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +8 -8
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +20 -29
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts.map +1 -1
- package/dist/components/SelectTime/index.vue.d.ts +83 -14
- 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 +24 -25
- 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 +6 -6
- 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/TemplatePreview/TemplatePreview.vue.d.ts +9 -0
- package/dist/components/TemplatePreview/TemplatePreview.vue.d.ts.map +1 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts +15 -0
- package/dist/components/TemplatePreview/TemplatePreviewModal.vue.d.ts.map +1 -0
- package/dist/components/TextArea/TextArea.vue.d.ts +38 -32
- 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 +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +7 -7
- package/dist/components/index.d.ts +2590 -1258
- package/dist/components/index.d.ts.map +1 -1
- 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-8265192e.mjs → es-eca523be.mjs} +1 -1
- package/dist/{index-832905fc.mjs → index-c84d6c3d.mjs} +18151 -11782
- package/dist/index.d.ts.map +1 -1
- 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-9ced3d4b.mjs → pt-br-dd7ba97f.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +177 -163
- package/dist/unnnic.umd.js +53 -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/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/img/previews/doc-preview.png +0 -0
- package/src/assets/img/previews/image-preview.png +0 -0
- package/src/assets/img/previews/video-preview.png +0 -0
- package/src/assets/scss/scheme-colors.scss +115 -238
- package/src/assets/scss/tailwind.scss +15 -15
- package/src/components/Alert/Alert.vue +26 -135
- package/src/components/Alert/Version1dot1.vue +0 -36
- 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 +60 -108
- package/src/components/Button/types.ts +0 -1
- package/src/components/Checkbox/Checkbox.vue +88 -65
- package/src/components/Checkbox/__tests__/Checkbox.spec.js +6 -21
- package/src/components/CheckboxGroup/CheckboxGroup.vue +96 -0
- package/src/components/FormElement/FormElement.vue +51 -91
- package/src/components/Input/BaseInput.vue +31 -14
- package/src/components/Input/Input.scss +19 -21
- package/src/components/Input/Input.vue +94 -30
- package/src/components/Input/TextInput.vue +82 -58
- package/src/components/Input/__test__/TextInput.spec.js +5 -5
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +16 -3
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +7 -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 +1 -0
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +1 -1
- 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 +110 -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/Switch/Switch.vue +91 -99
- package/src/components/Switch/__tests__/Switch.spec.js +8 -74
- package/src/components/Switch/__tests__/__snapshots__/Switch.spec.js.snap +3 -5
- 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/TemplatePreview/TemplatePreview.vue +252 -0
- package/src/components/TemplatePreview/TemplatePreviewModal.vue +51 -0
- package/src/components/TemplatePreview/types.d.ts +16 -0
- package/src/components/TextArea/TextArea.vue +13 -9
- package/src/components/TextArea/__test__/__snapshots__/TextArea.spec.js.snap +7 -2
- package/src/components/Toast/Toast.vue +236 -0
- package/src/components/Toast/ToastManager.ts +110 -0
- package/src/components/Toast/types.ts +57 -0
- package/src/components/index.ts +34 -4
- package/src/components/ui/popover/Popover.vue +15 -0
- package/src/components/ui/popover/PopoverContent.vue +98 -0
- package/src/components/ui/popover/PopoverTrigger.vue +12 -0
- package/src/components/ui/popover/index.ts +4 -0
- package/src/index.ts +1 -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 +2 -17
- package/src/stories/Checkbox.stories.js +9 -10
- package/src/stories/CheckboxGroup.stories.js +104 -0
- package/src/stories/Input.stories.js +22 -3
- package/src/stories/Label.stories.js +7 -0
- package/src/stories/Popover.stories.js +306 -0
- package/src/stories/RadioGroup.stories.js +139 -0
- package/src/stories/Select.stories.js +158 -0
- package/src/stories/Switch.stories.js +4 -5
- package/src/stories/Tab.stories.js +11 -4
- package/src/stories/TemplatePreview.stories.js +94 -0
- package/src/stories/TemplatePreviewModal.stories.js +110 -0
- 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
|
@@ -95,8 +95,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
95
|
};
|
|
96
96
|
}>> & Readonly<{}>, {
|
|
97
97
|
text: string;
|
|
98
|
-
forceOpen: boolean;
|
|
99
98
|
enabled: boolean;
|
|
99
|
+
forceOpen: boolean;
|
|
100
100
|
side: string;
|
|
101
101
|
maxWidth: string;
|
|
102
102
|
shortcutText: string;
|
|
@@ -85,28 +85,30 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
85
85
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
86
86
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
|
+
size: import('../Icon.vue').IconSize;
|
|
88
89
|
filled: boolean;
|
|
89
90
|
next: boolean;
|
|
90
91
|
icon: string | null;
|
|
91
92
|
clickable: boolean;
|
|
92
|
-
size: import('../Icon.vue').IconSize;
|
|
93
93
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
94
94
|
scheme: import('../Icon.vue').SchemeColor;
|
|
95
95
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
96
96
|
UnnnicRadio: {
|
|
97
97
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
98
98
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
99
|
-
|
|
99
|
+
label: string;
|
|
100
100
|
disabled: boolean;
|
|
101
|
-
value: string | number;
|
|
102
101
|
modelValue: string | number;
|
|
102
|
+
name: string;
|
|
103
|
+
value: string | number;
|
|
103
104
|
$props: {
|
|
104
|
-
readonly
|
|
105
|
+
readonly label?: string | undefined;
|
|
105
106
|
readonly disabled?: boolean | undefined;
|
|
106
|
-
readonly value?: string | number | undefined;
|
|
107
107
|
readonly modelValue?: string | number | undefined;
|
|
108
|
+
readonly name?: string | undefined;
|
|
109
|
+
readonly value?: string | number | undefined;
|
|
108
110
|
};
|
|
109
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
111
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLElement, import('vue').ComponentProvideOptions, {
|
|
110
112
|
P: {};
|
|
111
113
|
B: {};
|
|
112
114
|
D: {};
|
|
@@ -115,15 +117,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
115
117
|
Defaults: {};
|
|
116
118
|
}, Readonly<{}> & Readonly<{}>, {
|
|
117
119
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
118
|
-
|
|
120
|
+
label: string;
|
|
119
121
|
disabled: boolean;
|
|
120
|
-
value: string | number;
|
|
121
122
|
modelValue: string | number;
|
|
123
|
+
name: string;
|
|
124
|
+
value: string | number;
|
|
122
125
|
$props: {
|
|
123
|
-
readonly
|
|
126
|
+
readonly label?: string | undefined;
|
|
124
127
|
readonly disabled?: boolean | undefined;
|
|
125
|
-
readonly value?: string | number | undefined;
|
|
126
128
|
readonly modelValue?: string | number | undefined;
|
|
129
|
+
readonly name?: string | undefined;
|
|
130
|
+
readonly value?: string | number | undefined;
|
|
127
131
|
};
|
|
128
132
|
}, {}, {}, {}, {}>;
|
|
129
133
|
__isFragment?: never;
|
|
@@ -131,15 +135,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
131
135
|
__isSuspense?: never;
|
|
132
136
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
133
137
|
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
134
|
-
|
|
138
|
+
label: string;
|
|
135
139
|
disabled: boolean;
|
|
136
|
-
value: string | number;
|
|
137
140
|
modelValue: string | number;
|
|
141
|
+
name: string;
|
|
142
|
+
value: string | number;
|
|
138
143
|
$props: {
|
|
139
|
-
readonly
|
|
144
|
+
readonly label?: string | undefined;
|
|
140
145
|
readonly disabled?: boolean | undefined;
|
|
141
|
-
readonly value?: string | number | undefined;
|
|
142
146
|
readonly modelValue?: string | number | undefined;
|
|
147
|
+
readonly name?: string | undefined;
|
|
148
|
+
readonly value?: string | number | undefined;
|
|
143
149
|
};
|
|
144
150
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
145
151
|
$slots: {
|
|
@@ -53,11 +53,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
}, {}, {
|
|
54
54
|
UnnnicButton: {
|
|
55
55
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
56
|
-
text: string;
|
|
57
|
-
next: boolean;
|
|
58
56
|
size: import('../Button/types').ButtonSize;
|
|
59
57
|
type: import('../Button/types').ButtonType;
|
|
60
58
|
disabled: boolean;
|
|
59
|
+
text: string;
|
|
60
|
+
next: boolean;
|
|
61
61
|
iconLeft: string;
|
|
62
62
|
iconRight: string;
|
|
63
63
|
float: boolean;
|
|
@@ -72,11 +72,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
72
72
|
M: {};
|
|
73
73
|
Defaults: {};
|
|
74
74
|
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
75
|
-
text: string;
|
|
76
|
-
next: boolean;
|
|
77
75
|
size: import('../Button/types').ButtonSize;
|
|
78
76
|
type: import('../Button/types').ButtonType;
|
|
79
77
|
disabled: boolean;
|
|
78
|
+
text: string;
|
|
79
|
+
next: boolean;
|
|
80
80
|
iconLeft: string;
|
|
81
81
|
iconRight: string;
|
|
82
82
|
float: boolean;
|
|
@@ -88,11 +88,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
88
|
__isTeleport?: never;
|
|
89
89
|
__isSuspense?: never;
|
|
90
90
|
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
91
|
-
text: string;
|
|
92
|
-
next: boolean;
|
|
93
91
|
size: import('../Button/types').ButtonSize;
|
|
94
92
|
type: import('../Button/types').ButtonType;
|
|
95
93
|
disabled: boolean;
|
|
94
|
+
text: string;
|
|
95
|
+
next: boolean;
|
|
96
96
|
iconLeft: string;
|
|
97
97
|
iconRight: string;
|
|
98
98
|
float: boolean;
|
|
@@ -54,11 +54,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
55
55
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
56
56
|
}>, {
|
|
57
|
+
size: import('../Icon.vue').IconSize;
|
|
57
58
|
filled: boolean;
|
|
58
59
|
next: boolean;
|
|
59
60
|
icon: string | null;
|
|
60
61
|
clickable: boolean;
|
|
61
|
-
size: import('../Icon.vue').IconSize;
|
|
62
62
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
63
63
|
scheme: import('../Icon.vue').SchemeColor;
|
|
64
64
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -5,23 +5,25 @@ 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
|
+
label: string;
|
|
9
9
|
disabled: boolean;
|
|
10
|
-
value: string | number;
|
|
11
10
|
modelValue: string | number;
|
|
11
|
+
name: string;
|
|
12
|
+
value: string | number;
|
|
12
13
|
$props: {
|
|
13
|
-
readonly
|
|
14
|
+
readonly label?: string | undefined;
|
|
14
15
|
readonly disabled?: boolean | undefined;
|
|
15
|
-
readonly value?: string | number | undefined;
|
|
16
16
|
readonly modelValue?: string | number | undefined;
|
|
17
|
+
readonly name?: string | undefined;
|
|
18
|
+
readonly value?: string | number | undefined;
|
|
17
19
|
};
|
|
18
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
20
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
19
21
|
type __VLS_TemplateResult = {
|
|
20
22
|
attrs: Partial<{}>;
|
|
21
23
|
slots: {
|
|
22
24
|
default?(_: {}): any;
|
|
23
25
|
};
|
|
24
26
|
refs: {};
|
|
25
|
-
rootEl:
|
|
27
|
+
rootEl: HTMLElement;
|
|
26
28
|
};
|
|
27
29
|
//# 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":"AA0BA;wBAmQqB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;;6BAEtE,CAAC,EAAE,CAAC;;;AAZjC;;;;;;;;;;;;;;mPASG"}
|
|
@@ -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, ("update:modelValue" | "onChange" | "update:searchValue" | "onActiveChange")[], "update:modelValue" | "onChange" | "update:searchValue" | "onActiveChange", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
115
115
|
options: {
|
|
116
116
|
type: ArrayConstructor;
|
|
117
117
|
required: true;
|
|
@@ -238,10 +238,6 @@ 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
|
-
};
|
|
245
241
|
allowTogglePassword: {
|
|
246
242
|
type: BooleanConstructor;
|
|
247
243
|
default: null;
|
|
@@ -254,21 +250,42 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
254
250
|
type: StringConstructor;
|
|
255
251
|
default: string;
|
|
256
252
|
};
|
|
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
|
+
};
|
|
257
273
|
}>, {}, {
|
|
258
274
|
isFocused: boolean;
|
|
259
275
|
showPassword: boolean;
|
|
260
276
|
}, {
|
|
261
|
-
isDisabled():
|
|
277
|
+
isDisabled(): {};
|
|
262
278
|
iconRightSvg(): string;
|
|
263
|
-
iconScheme(): "
|
|
279
|
+
iconScheme(): "fg-base" | "fg-muted" | "fg-critical" | "color-gray-700";
|
|
264
280
|
attributes(): any;
|
|
265
281
|
}, {
|
|
266
282
|
focus(): void;
|
|
267
283
|
onFocus(): void;
|
|
268
284
|
onBlur(): void;
|
|
269
285
|
onIconLeftClick(): void;
|
|
286
|
+
onClearClick(): void;
|
|
270
287
|
onIconRightClick(): void;
|
|
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<{
|
|
288
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("clear" | "icon-left-click" | "icon-right-click")[], "clear" | "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
272
289
|
placeholder: {
|
|
273
290
|
type: StringConstructor;
|
|
274
291
|
default: null;
|
|
@@ -302,10 +319,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
302
319
|
type: BooleanConstructor;
|
|
303
320
|
default: null;
|
|
304
321
|
};
|
|
305
|
-
iconRightSize: {
|
|
306
|
-
type: StringConstructor;
|
|
307
|
-
default: string;
|
|
308
|
-
};
|
|
309
322
|
allowTogglePassword: {
|
|
310
323
|
type: BooleanConstructor;
|
|
311
324
|
default: null;
|
|
@@ -318,22 +331,47 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
331
|
type: StringConstructor;
|
|
319
332
|
default: string;
|
|
320
333
|
};
|
|
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
|
+
};
|
|
321
354
|
}>> & Readonly<{
|
|
355
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
322
356
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
323
357
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
324
358
|
}>, {
|
|
325
359
|
size: string;
|
|
326
360
|
type: string;
|
|
361
|
+
disabled: boolean;
|
|
327
362
|
modelValue: string;
|
|
328
363
|
nativeType: string;
|
|
364
|
+
maxlength: number;
|
|
365
|
+
readonly: boolean;
|
|
366
|
+
forceActiveStatus: boolean;
|
|
329
367
|
placeholder: string;
|
|
330
368
|
iconLeft: string;
|
|
331
369
|
iconRight: string;
|
|
332
370
|
iconLeftClickable: boolean;
|
|
333
371
|
iconRightClickable: boolean;
|
|
334
|
-
iconRightSize: string;
|
|
335
372
|
allowTogglePassword: boolean;
|
|
336
373
|
hasCloudyColor: boolean;
|
|
374
|
+
showClear: boolean;
|
|
337
375
|
}, {}, {
|
|
338
376
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
339
377
|
type: {
|
|
@@ -359,11 +397,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
359
397
|
};
|
|
360
398
|
hasIconLeft: BooleanConstructor;
|
|
361
399
|
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
|
+
};
|
|
362
413
|
}>, {}, {}, {
|
|
363
414
|
attributes(): any;
|
|
364
415
|
classes(): (string | {
|
|
365
416
|
'input--has-icon-left': boolean;
|
|
366
417
|
'input--has-icon-right': boolean;
|
|
418
|
+
'input--has-clear-icon': boolean;
|
|
367
419
|
})[];
|
|
368
420
|
}, {
|
|
369
421
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -391,16 +443,33 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
391
443
|
};
|
|
392
444
|
hasIconLeft: BooleanConstructor;
|
|
393
445
|
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
|
+
};
|
|
394
459
|
}>> & Readonly<{
|
|
395
460
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
396
461
|
}>, {
|
|
397
|
-
mask: string | unknown[];
|
|
398
462
|
size: string;
|
|
399
463
|
type: string;
|
|
464
|
+
mask: string | unknown[];
|
|
400
465
|
hasIconLeft: boolean;
|
|
401
466
|
hasIconRight: boolean;
|
|
467
|
+
hasClearIcon: boolean;
|
|
402
468
|
modelValue: string;
|
|
403
469
|
nativeType: string;
|
|
470
|
+
maxlength: number;
|
|
471
|
+
readonly: boolean;
|
|
472
|
+
forceActiveStatus: boolean;
|
|
404
473
|
}, {}, {}, {
|
|
405
474
|
mask: any;
|
|
406
475
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -413,11 +482,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
413
482
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
414
483
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
415
484
|
}>, {
|
|
485
|
+
size: import('../Icon.vue').IconSize;
|
|
416
486
|
filled: boolean;
|
|
417
487
|
next: boolean;
|
|
418
488
|
icon: string | null;
|
|
419
489
|
clickable: boolean;
|
|
420
|
-
size: import('../Icon.vue').IconSize;
|
|
421
490
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
422
491
|
scheme: import('../Icon.vue').SchemeColor;
|
|
423
492
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -507,8 +576,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
507
576
|
validator(value: unknown): boolean;
|
|
508
577
|
};
|
|
509
578
|
}>> & Readonly<{}>, {
|
|
510
|
-
label: string;
|
|
511
579
|
size: string;
|
|
580
|
+
label: string;
|
|
512
581
|
disabled: boolean;
|
|
513
582
|
description: string;
|
|
514
583
|
active: boolean;
|
|
@@ -520,7 +589,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
520
589
|
}, {}, {
|
|
521
590
|
UnnnicCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
522
591
|
modelValue: {
|
|
523
|
-
type: (
|
|
592
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
524
593
|
default: boolean;
|
|
525
594
|
validator(value: unknown): boolean;
|
|
526
595
|
};
|
|
@@ -528,10 +597,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
528
597
|
type: BooleanConstructor;
|
|
529
598
|
default: boolean;
|
|
530
599
|
};
|
|
531
|
-
|
|
600
|
+
label: {
|
|
601
|
+
type: StringConstructor;
|
|
602
|
+
default: string;
|
|
603
|
+
};
|
|
604
|
+
helper: {
|
|
532
605
|
type: StringConstructor;
|
|
533
606
|
default: string;
|
|
534
|
-
validator(value: unknown): boolean;
|
|
535
607
|
};
|
|
536
608
|
textRight: {
|
|
537
609
|
type: StringConstructor;
|
|
@@ -539,13 +611,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
539
611
|
};
|
|
540
612
|
}>, {}, {}, {
|
|
541
613
|
valueName(): "default" | "less" | "checked";
|
|
542
|
-
icon(): string;
|
|
543
|
-
color(): "neutral-clean" | "brand-weni";
|
|
544
614
|
}, {
|
|
615
|
+
pick: {
|
|
616
|
+
<T extends object, U extends keyof T>(object: T, ...props: Array<import('lodash').Many<U>>): Pick<T, U>;
|
|
617
|
+
<T>(object: T | null | undefined, ...props: Array<import('lodash').Many<import('lodash').PropertyPath>>): import('lodash').PartialObject<T>;
|
|
618
|
+
};
|
|
545
619
|
click(): void;
|
|
546
620
|
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:model-value")[], "change" | "update:model-value", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
547
621
|
modelValue: {
|
|
548
|
-
type: (
|
|
622
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
549
623
|
default: boolean;
|
|
550
624
|
validator(value: unknown): boolean;
|
|
551
625
|
};
|
|
@@ -553,10 +627,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
553
627
|
type: BooleanConstructor;
|
|
554
628
|
default: boolean;
|
|
555
629
|
};
|
|
556
|
-
|
|
630
|
+
label: {
|
|
631
|
+
type: StringConstructor;
|
|
632
|
+
default: string;
|
|
633
|
+
};
|
|
634
|
+
helper: {
|
|
557
635
|
type: StringConstructor;
|
|
558
636
|
default: string;
|
|
559
|
-
validator(value: unknown): boolean;
|
|
560
637
|
};
|
|
561
638
|
textRight: {
|
|
562
639
|
type: StringConstructor;
|
|
@@ -566,29 +643,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
566
643
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
567
644
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
568
645
|
}>, {
|
|
569
|
-
|
|
646
|
+
label: string;
|
|
570
647
|
disabled: boolean;
|
|
571
648
|
modelValue: string | boolean;
|
|
649
|
+
helper: string;
|
|
572
650
|
textRight: string;
|
|
573
|
-
}, {}, {
|
|
574
|
-
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
575
|
-
click: (event: Event) => any;
|
|
576
|
-
mousedown: (event: Event) => any;
|
|
577
|
-
mouseup: (event: Event) => any;
|
|
578
|
-
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
579
|
-
onClick?: ((event: Event) => any) | undefined;
|
|
580
|
-
onMousedown?: ((event: Event) => any) | undefined;
|
|
581
|
-
onMouseup?: ((event: Event) => any) | undefined;
|
|
582
|
-
}>, {
|
|
583
|
-
filled: boolean;
|
|
584
|
-
next: boolean;
|
|
585
|
-
icon: string | null;
|
|
586
|
-
clickable: boolean;
|
|
587
|
-
size: import('../Icon.vue').IconSize;
|
|
588
|
-
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
589
|
-
scheme: import('../Icon.vue').SchemeColor;
|
|
590
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
591
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
651
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
592
652
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
593
653
|
SelectSmartMultipleHeader: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
594
654
|
selectedOptions: {
|
|
@@ -749,10 +809,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
749
809
|
default: null;
|
|
750
810
|
};
|
|
751
811
|
}>> & Readonly<{}>, {
|
|
812
|
+
disabled: boolean;
|
|
752
813
|
text: string;
|
|
753
814
|
clickable: boolean;
|
|
754
815
|
scheme: string;
|
|
755
|
-
disabled: boolean;
|
|
756
816
|
hasCloseIcon: boolean;
|
|
757
817
|
leftIcon: string;
|
|
758
818
|
rightIcon: string;
|
|
@@ -766,11 +826,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
766
826
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
767
827
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
768
828
|
}>, {
|
|
829
|
+
size: import('../Icon.vue').IconSize;
|
|
769
830
|
filled: boolean;
|
|
770
831
|
next: boolean;
|
|
771
832
|
icon: string | null;
|
|
772
833
|
clickable: boolean;
|
|
773
|
-
size: import('../Icon.vue').IconSize;
|
|
774
834
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
775
835
|
scheme: import('../Icon.vue').SchemeColor;
|
|
776
836
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -841,11 +901,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
841
901
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
842
902
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
843
903
|
}>, {
|
|
904
|
+
size: import('../Icon.vue').IconSize;
|
|
844
905
|
filled: boolean;
|
|
845
906
|
next: boolean;
|
|
846
907
|
icon: string | null;
|
|
847
908
|
clickable: boolean;
|
|
848
|
-
size: import('../Icon.vue').IconSize;
|
|
849
909
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
850
910
|
scheme: import('../Icon.vue').SchemeColor;
|
|
851
911
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -917,8 +977,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
917
977
|
};
|
|
918
978
|
}>> & Readonly<{}>, {
|
|
919
979
|
text: string;
|
|
920
|
-
forceOpen: boolean;
|
|
921
980
|
enabled: boolean;
|
|
981
|
+
forceOpen: boolean;
|
|
922
982
|
side: string;
|
|
923
983
|
maxWidth: string;
|
|
924
984
|
shortcutText: string;
|
|
@@ -953,9 +1013,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
953
1013
|
default: boolean;
|
|
954
1014
|
};
|
|
955
1015
|
}>> & Readonly<{}>, {
|
|
1016
|
+
disabled: boolean;
|
|
956
1017
|
text: string;
|
|
957
1018
|
clickable: boolean;
|
|
958
|
-
disabled: boolean;
|
|
959
1019
|
}, {}, {
|
|
960
1020
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
961
1021
|
click: (event: Event) => any;
|
|
@@ -966,11 +1026,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
966
1026
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
967
1027
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
968
1028
|
}>, {
|
|
1029
|
+
size: import('../Icon.vue').IconSize;
|
|
969
1030
|
filled: boolean;
|
|
970
1031
|
next: boolean;
|
|
971
1032
|
icon: string | null;
|
|
972
1033
|
clickable: boolean;
|
|
973
|
-
size: import('../Icon.vue').IconSize;
|
|
974
1034
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
975
1035
|
scheme: import('../Icon.vue').SchemeColor;
|
|
976
1036
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1047,11 +1107,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1047
1107
|
default: string;
|
|
1048
1108
|
};
|
|
1049
1109
|
}>> & Readonly<{}>, {
|
|
1110
|
+
type: string;
|
|
1111
|
+
disabled: boolean;
|
|
1050
1112
|
text: string;
|
|
1051
1113
|
clickable: boolean;
|
|
1052
1114
|
scheme: string;
|
|
1053
|
-
type: string;
|
|
1054
|
-
disabled: boolean;
|
|
1055
1115
|
hasCloseIcon: boolean;
|
|
1056
1116
|
leftIcon: string;
|
|
1057
1117
|
rightIcon: string;
|
|
@@ -1147,11 +1207,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1147
1207
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
1148
1208
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
1149
1209
|
}>, {
|
|
1210
|
+
size: import('../Icon.vue').IconSize;
|
|
1150
1211
|
filled: boolean;
|
|
1151
1212
|
next: boolean;
|
|
1152
1213
|
icon: string | null;
|
|
1153
1214
|
clickable: boolean;
|
|
1154
|
-
size: import('../Icon.vue').IconSize;
|
|
1155
1215
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
1156
1216
|
scheme: import('../Icon.vue').SchemeColor;
|
|
1157
1217
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, 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;
|
|
160
161
|
text: string;
|
|
161
162
|
clickable: boolean;
|
|
162
163
|
scheme: string;
|
|
163
|
-
disabled: boolean;
|
|
164
164
|
hasCloseIcon: boolean;
|
|
165
165
|
leftIcon: string;
|
|
166
166
|
rightIcon: string;
|
|
@@ -174,11 +174,11 @@ 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;
|
|
177
178
|
filled: boolean;
|
|
178
179
|
next: boolean;
|
|
179
180
|
icon: string | null;
|
|
180
181
|
clickable: boolean;
|
|
181
|
-
size: import('../Icon.vue').IconSize;
|
|
182
182
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
183
183
|
scheme: import('../Icon.vue').SchemeColor;
|
|
184
184
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -249,11 +249,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
249
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
250
250
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
251
251
|
}>, {
|
|
252
|
+
size: import('../Icon.vue').IconSize;
|
|
252
253
|
filled: boolean;
|
|
253
254
|
next: boolean;
|
|
254
255
|
icon: string | null;
|
|
255
256
|
clickable: boolean;
|
|
256
|
-
size: import('../Icon.vue').IconSize;
|
|
257
257
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
258
258
|
scheme: import('../Icon.vue').SchemeColor;
|
|
259
259
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -325,8 +325,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
325
325
|
};
|
|
326
326
|
}>> & Readonly<{}>, {
|
|
327
327
|
text: string;
|
|
328
|
-
forceOpen: boolean;
|
|
329
328
|
enabled: boolean;
|
|
329
|
+
forceOpen: boolean;
|
|
330
330
|
side: string;
|
|
331
331
|
maxWidth: string;
|
|
332
332
|
shortcutText: string;
|
|
@@ -361,9 +361,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
361
361
|
default: boolean;
|
|
362
362
|
};
|
|
363
363
|
}>> & Readonly<{}>, {
|
|
364
|
+
disabled: boolean;
|
|
364
365
|
text: string;
|
|
365
366
|
clickable: boolean;
|
|
366
|
-
disabled: boolean;
|
|
367
367
|
}, {}, {
|
|
368
368
|
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
369
369
|
click: (event: Event) => any;
|
|
@@ -374,11 +374,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
374
374
|
onMousedown?: ((event: Event) => any) | undefined;
|
|
375
375
|
onMouseup?: ((event: Event) => any) | undefined;
|
|
376
376
|
}>, {
|
|
377
|
+
size: import('../Icon.vue').IconSize;
|
|
377
378
|
filled: boolean;
|
|
378
379
|
next: boolean;
|
|
379
380
|
icon: string | null;
|
|
380
381
|
clickable: boolean;
|
|
381
|
-
size: import('../Icon.vue').IconSize;
|
|
382
382
|
lineHeight: import('../Icon.vue').LineHeight | null;
|
|
383
383
|
scheme: import('../Icon.vue').SchemeColor;
|
|
384
384
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -455,11 +455,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
455
455
|
default: string;
|
|
456
456
|
};
|
|
457
457
|
}>> & Readonly<{}>, {
|
|
458
|
+
type: string;
|
|
459
|
+
disabled: boolean;
|
|
458
460
|
text: string;
|
|
459
461
|
clickable: boolean;
|
|
460
462
|
scheme: string;
|
|
461
|
-
type: string;
|
|
462
|
-
disabled: boolean;
|
|
463
463
|
hasCloseIcon: boolean;
|
|
464
464
|
leftIcon: string;
|
|
465
465
|
rightIcon: string;
|