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