@nutui/nutui 4.3.2 → 4.3.3
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 +20 -0
- package/dist/nutui.es.js +2 -4
- package/dist/nutui.js +6502 -6815
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/addresslist/AddressList.js +2 -2
- package/dist/packages/backtop/Backtop.js +79 -89
- package/dist/packages/calendar/Calendar.js +814 -3
- package/dist/packages/calendar/index.scss +0 -1
- package/dist/packages/calendarcard/CalendarCard.js +1 -1
- package/dist/packages/card/Card.js +2 -2
- package/dist/packages/circleprogress/CircleProgress.js +90 -97
- package/dist/packages/comment/Comment.js +2 -2
- package/dist/packages/ecard/Ecard.js +2 -2
- package/dist/packages/input/Input.js +7 -7
- package/dist/packages/inputnumber/InputNumber.js +83 -102
- package/dist/packages/invoice/Invoice.js +87 -138
- package/dist/packages/navbar/Navbar.js +103 -115
- package/dist/packages/progress/Progress.js +96 -115
- package/dist/packages/rate/Rate.js +98 -140
- package/dist/packages/sku/Sku.js +2 -2
- package/dist/packages/swipe/Swipe.js +96 -110
- package/dist/packages/swipegroup/SwipeGroup.js +41 -23
- package/dist/packages/tag/Tag.js +57 -66
- package/dist/packages/uploader/Uploader.js +4 -4
- package/dist/smartips/web-types.json +2 -2
- package/dist/styles/base-jdb.css +1 -1
- package/dist/styles/base-jddkh.css +1 -1
- package/dist/styles/base-jdt.css +1 -1
- package/dist/styles/themes/default.scss +0 -1
- package/dist/styles/themes/jdb.scss +0 -1
- package/dist/styles/themes/jddkh.scss +0 -1
- package/dist/styles/themes/jdt.scss +0 -1
- package/dist/styles/variables-jdb.scss +0 -1
- package/dist/styles/variables-jddkh.scss +0 -1
- package/dist/styles/variables-jdt.scss +0 -1
- package/dist/styles/variables.scss +0 -1
- package/dist/types/__VUE/backtop/backtop.vue.d.ts +87 -0
- package/dist/types/__VUE/backtop/index.d.ts +5 -0
- package/dist/types/__VUE/calendaritem/index.vue.d.ts +2 -12
- package/dist/types/__VUE/circleprogress/circle-progress.vue.d.ts +88 -0
- package/dist/types/__VUE/circleprogress/index.d.ts +6 -0
- package/dist/types/__VUE/inputnumber/index.d.ts +5 -0
- package/dist/types/__VUE/inputnumber/input-number.vue.d.ts +112 -0
- package/dist/types/__VUE/invoice/index.d.ts +6 -0
- package/dist/types/__VUE/invoice/invoice.vue.d.ts +59 -0
- package/dist/types/__VUE/invoice/types.d.ts +12 -0
- package/dist/types/__VUE/navbar/index.d.ts +5 -0
- package/dist/types/__VUE/navbar/navbar.vue.d.ts +125 -0
- package/dist/types/__VUE/progress/index.d.ts +6 -0
- package/dist/types/__VUE/progress/progress.vue.d.ts +91 -0
- package/dist/types/__VUE/rate/index.d.ts +5 -0
- package/dist/types/__VUE/rate/rate.vue.d.ts +208 -0
- package/dist/types/__VUE/swipe/index.d.ts +6 -0
- package/dist/types/__VUE/swipe/swipe.vue.d.ts +79 -0
- package/dist/types/__VUE/swipe/types.d.ts +1 -0
- package/dist/types/__VUE/swipegroup/index.d.ts +5 -0
- package/dist/types/__VUE/swipegroup/swipe-group.vue.d.ts +47 -0
- package/dist/types/__VUE/tag/index.d.ts +6 -0
- package/dist/types/__VUE/tag/tag.vue.d.ts +90 -0
- package/dist/types/__VUE/tag/types.d.ts +1 -1
- package/dist/types/index.d.ts +22 -13
- package/package.json +1 -1
- package/dist/packages/calendaritem/CalendarItem.js +0 -819
- package/dist/packages/calendaritem/index.css +0 -0
- package/dist/packages/calendaritem/index.mjs +0 -2
- package/dist/packages/calendaritem/index.scss +0 -0
- package/dist/packages/calendaritem/style/css.mjs +0 -2
- package/dist/packages/calendaritem/style/index.mjs +0 -2
- package/dist/types/__VUE/backtop/index.vue.d.ts +0 -98
- package/dist/types/__VUE/circleprogress/index.vue.d.ts +0 -95
- package/dist/types/__VUE/inputnumber/index.vue.d.ts +0 -117
- package/dist/types/__VUE/invoice/index.vue.d.ts +0 -53
- package/dist/types/__VUE/navbar/index.vue.d.ts +0 -129
- package/dist/types/__VUE/progress/index.vue.d.ts +0 -120
- package/dist/types/__VUE/rate/index.vue.d.ts +0 -240
- package/dist/types/__VUE/swipe/index.vue.d.ts +0 -70
- package/dist/types/__VUE/swipegroup/index.vue.d.ts +0 -26
- package/dist/types/__VUE/tag/index.vue.d.ts +0 -94
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
|
|
3
|
-
declare type Install<T> = T & {
|
|
4
|
-
install(app: import('vue').App): void;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: Install< import("vue").DefineComponent<{
|
|
7
|
-
count: {
|
|
8
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
9
|
-
default: number;
|
|
10
|
-
};
|
|
11
|
-
modelValue: {
|
|
12
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
customIcon: {
|
|
16
|
-
type: ObjectConstructor;
|
|
17
|
-
default: () => import("vue").DefineComponent<{
|
|
18
|
-
class: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
name: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
color: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
width: {
|
|
31
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
|
-
height: {
|
|
35
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
36
|
-
default: string;
|
|
37
|
-
};
|
|
38
|
-
}, {
|
|
39
|
-
classes: import("vue").ComputedRef<{
|
|
40
|
-
[x: string]: string | boolean;
|
|
41
|
-
"nut-icon": boolean;
|
|
42
|
-
}>;
|
|
43
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
44
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
-
class: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
name: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
color: {
|
|
54
|
-
type: StringConstructor;
|
|
55
|
-
default: string;
|
|
56
|
-
};
|
|
57
|
-
width: {
|
|
58
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
height: {
|
|
62
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
}>>, {
|
|
66
|
-
name: string;
|
|
67
|
-
width: string | number;
|
|
68
|
-
height: string | number;
|
|
69
|
-
color: string;
|
|
70
|
-
class: string;
|
|
71
|
-
}>;
|
|
72
|
-
};
|
|
73
|
-
size: {
|
|
74
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
75
|
-
default: undefined;
|
|
76
|
-
};
|
|
77
|
-
activeColor: {
|
|
78
|
-
type: StringConstructor;
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
|
-
voidColor: {
|
|
82
|
-
type: StringConstructor;
|
|
83
|
-
default: string;
|
|
84
|
-
};
|
|
85
|
-
readonly: {
|
|
86
|
-
type: BooleanConstructor;
|
|
87
|
-
default: boolean;
|
|
88
|
-
};
|
|
89
|
-
disabled: {
|
|
90
|
-
type: BooleanConstructor;
|
|
91
|
-
default: boolean;
|
|
92
|
-
};
|
|
93
|
-
allowHalf: {
|
|
94
|
-
type: BooleanConstructor;
|
|
95
|
-
default: boolean;
|
|
96
|
-
};
|
|
97
|
-
touchable: {
|
|
98
|
-
type: BooleanConstructor;
|
|
99
|
-
default: boolean;
|
|
100
|
-
};
|
|
101
|
-
spacing: {
|
|
102
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
103
|
-
default: undefined;
|
|
104
|
-
};
|
|
105
|
-
}, {
|
|
106
|
-
onClick: (e: number, index: number) => void;
|
|
107
|
-
pxCheck: (value?: string | number | undefined) => string | undefined;
|
|
108
|
-
rateRefs: Ref<HTMLElement[]>;
|
|
109
|
-
refRandomId: string;
|
|
110
|
-
renderIcon: (icon: import("vue").Component, props?: any) => "" | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
111
|
-
[key: string]: any;
|
|
112
|
-
}>;
|
|
113
|
-
slots: Readonly<{
|
|
114
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
115
|
-
}>;
|
|
116
|
-
disabled: import("vue").ComputedRef<boolean>;
|
|
117
|
-
onTouchStart(event: TouchEvent): void;
|
|
118
|
-
onTouchMove(event: TouchEvent): void;
|
|
119
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
120
|
-
count: {
|
|
121
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
122
|
-
default: number;
|
|
123
|
-
};
|
|
124
|
-
modelValue: {
|
|
125
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
126
|
-
default: number;
|
|
127
|
-
};
|
|
128
|
-
customIcon: {
|
|
129
|
-
type: ObjectConstructor;
|
|
130
|
-
default: () => import("vue").DefineComponent<{
|
|
131
|
-
class: {
|
|
132
|
-
type: StringConstructor;
|
|
133
|
-
default: string;
|
|
134
|
-
};
|
|
135
|
-
name: {
|
|
136
|
-
type: StringConstructor;
|
|
137
|
-
default: string;
|
|
138
|
-
};
|
|
139
|
-
color: {
|
|
140
|
-
type: StringConstructor;
|
|
141
|
-
default: string;
|
|
142
|
-
};
|
|
143
|
-
width: {
|
|
144
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
145
|
-
default: string;
|
|
146
|
-
};
|
|
147
|
-
height: {
|
|
148
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
149
|
-
default: string;
|
|
150
|
-
};
|
|
151
|
-
}, {
|
|
152
|
-
classes: import("vue").ComputedRef<{
|
|
153
|
-
[x: string]: string | boolean;
|
|
154
|
-
"nut-icon": boolean;
|
|
155
|
-
}>;
|
|
156
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
157
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
158
|
-
class: {
|
|
159
|
-
type: StringConstructor;
|
|
160
|
-
default: string;
|
|
161
|
-
};
|
|
162
|
-
name: {
|
|
163
|
-
type: StringConstructor;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
|
-
color: {
|
|
167
|
-
type: StringConstructor;
|
|
168
|
-
default: string;
|
|
169
|
-
};
|
|
170
|
-
width: {
|
|
171
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
172
|
-
default: string;
|
|
173
|
-
};
|
|
174
|
-
height: {
|
|
175
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
176
|
-
default: string;
|
|
177
|
-
};
|
|
178
|
-
}>>, {
|
|
179
|
-
name: string;
|
|
180
|
-
width: string | number;
|
|
181
|
-
height: string | number;
|
|
182
|
-
color: string;
|
|
183
|
-
class: string;
|
|
184
|
-
}>;
|
|
185
|
-
};
|
|
186
|
-
size: {
|
|
187
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
188
|
-
default: undefined;
|
|
189
|
-
};
|
|
190
|
-
activeColor: {
|
|
191
|
-
type: StringConstructor;
|
|
192
|
-
default: string;
|
|
193
|
-
};
|
|
194
|
-
voidColor: {
|
|
195
|
-
type: StringConstructor;
|
|
196
|
-
default: string;
|
|
197
|
-
};
|
|
198
|
-
readonly: {
|
|
199
|
-
type: BooleanConstructor;
|
|
200
|
-
default: boolean;
|
|
201
|
-
};
|
|
202
|
-
disabled: {
|
|
203
|
-
type: BooleanConstructor;
|
|
204
|
-
default: boolean;
|
|
205
|
-
};
|
|
206
|
-
allowHalf: {
|
|
207
|
-
type: BooleanConstructor;
|
|
208
|
-
default: boolean;
|
|
209
|
-
};
|
|
210
|
-
touchable: {
|
|
211
|
-
type: BooleanConstructor;
|
|
212
|
-
default: boolean;
|
|
213
|
-
};
|
|
214
|
-
spacing: {
|
|
215
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
216
|
-
default: undefined;
|
|
217
|
-
};
|
|
218
|
-
}>> & {
|
|
219
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
220
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
221
|
-
}, {
|
|
222
|
-
disabled: boolean;
|
|
223
|
-
size: string | number;
|
|
224
|
-
activeColor: string;
|
|
225
|
-
modelValue: string | number;
|
|
226
|
-
count: string | number;
|
|
227
|
-
readonly: boolean;
|
|
228
|
-
customIcon: Record<string, any>;
|
|
229
|
-
voidColor: string;
|
|
230
|
-
allowHalf: boolean;
|
|
231
|
-
touchable: boolean;
|
|
232
|
-
spacing: string | number;
|
|
233
|
-
}, {}>>;
|
|
234
|
-
export default _default;
|
|
235
|
-
|
|
236
|
-
declare module 'vue' {
|
|
237
|
-
interface GlobalComponents {
|
|
238
|
-
NutRate: typeof _default;
|
|
239
|
-
}
|
|
240
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
export type SwipePosition = 'left' | 'right' | '';
|
|
3
|
-
|
|
4
|
-
declare type Install<T> = T & {
|
|
5
|
-
install(app: import('vue').App): void;
|
|
6
|
-
};
|
|
7
|
-
declare const _default: Install< import("vue").DefineComponent<{
|
|
8
|
-
name: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
touchMoveStopPropagation: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
touchMovePreventDefault: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
disabled: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
}, {
|
|
25
|
-
leftRef: Ref<HTMLElement | undefined>;
|
|
26
|
-
rightRef: Ref<HTMLElement | undefined>;
|
|
27
|
-
open: (p?: SwipePosition) => void;
|
|
28
|
-
close: () => void;
|
|
29
|
-
onClick: (e: Event, position: string, lock: boolean) => void;
|
|
30
|
-
lockClick: Ref<boolean>;
|
|
31
|
-
onTouchStart(event: TouchEvent): void;
|
|
32
|
-
onTouchMove(event: TouchEvent): void;
|
|
33
|
-
onTouchEnd(): void;
|
|
34
|
-
touchStyle: import("vue").ComputedRef<{
|
|
35
|
-
transform: string;
|
|
36
|
-
}>;
|
|
37
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "close" | "open")[], "click" | "close" | "open", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
-
name: {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
touchMoveStopPropagation: {
|
|
43
|
-
type: BooleanConstructor;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
touchMovePreventDefault: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
disabled: {
|
|
51
|
-
type: BooleanConstructor;
|
|
52
|
-
default: boolean;
|
|
53
|
-
};
|
|
54
|
-
}>> & {
|
|
55
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
56
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
58
|
-
}, {
|
|
59
|
-
name: string;
|
|
60
|
-
disabled: boolean;
|
|
61
|
-
touchMoveStopPropagation: boolean;
|
|
62
|
-
touchMovePreventDefault: boolean;
|
|
63
|
-
}, {}>>;
|
|
64
|
-
export default _default;
|
|
65
|
-
|
|
66
|
-
declare module 'vue' {
|
|
67
|
-
interface GlobalComponents {
|
|
68
|
-
NutSwipe: typeof _default;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
declare type Install<T> = T & {
|
|
3
|
-
install(app: import('vue').App): void;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: Install< import("vue").DefineComponent<{
|
|
6
|
-
lock: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
default: boolean;
|
|
9
|
-
};
|
|
10
|
-
}, {
|
|
11
|
-
swipeGroupRef: import("vue").Ref<null>;
|
|
12
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
-
lock: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
}>>, {
|
|
18
|
-
lock: boolean;
|
|
19
|
-
}, {}>>;
|
|
20
|
-
export default _default;
|
|
21
|
-
|
|
22
|
-
declare module 'vue' {
|
|
23
|
-
interface GlobalComponents {
|
|
24
|
-
NutSwipeGroup: typeof _default;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { PropType, CSSProperties } from 'vue';
|
|
2
|
-
import { TagType } from './types';
|
|
3
|
-
|
|
4
|
-
declare type Install<T> = T & {
|
|
5
|
-
install(app: import('vue').App): void;
|
|
6
|
-
};
|
|
7
|
-
declare const _default: Install< import("vue").DefineComponent<{
|
|
8
|
-
color: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
textColor: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
type: {
|
|
17
|
-
type: PropType<TagType>;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
plain: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
round: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
mark: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
closeable: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
}, {
|
|
37
|
-
classes: import("vue").ComputedRef<{
|
|
38
|
-
[x: string]: boolean | TagType;
|
|
39
|
-
"nut-tag": boolean;
|
|
40
|
-
"nut-tag--plain": boolean;
|
|
41
|
-
"nut-tag--round": boolean;
|
|
42
|
-
"nut-tag--mark": boolean;
|
|
43
|
-
}>;
|
|
44
|
-
style: import("vue").ComputedRef<CSSProperties>;
|
|
45
|
-
onClose: (event: Event) => void;
|
|
46
|
-
onClick: (event: Event) => void;
|
|
47
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "close")[], "click" | "close", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
-
color: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
textColor: {
|
|
53
|
-
type: StringConstructor;
|
|
54
|
-
default: string;
|
|
55
|
-
};
|
|
56
|
-
type: {
|
|
57
|
-
type: PropType<TagType>;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
plain: {
|
|
61
|
-
type: BooleanConstructor;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
round: {
|
|
65
|
-
type: BooleanConstructor;
|
|
66
|
-
default: boolean;
|
|
67
|
-
};
|
|
68
|
-
mark: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
closeable: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
}>> & {
|
|
77
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
78
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
79
|
-
}, {
|
|
80
|
-
round: boolean;
|
|
81
|
-
color: string;
|
|
82
|
-
plain: boolean;
|
|
83
|
-
type: TagType;
|
|
84
|
-
mark: boolean;
|
|
85
|
-
closeable: boolean;
|
|
86
|
-
textColor: string;
|
|
87
|
-
}, {}>>;
|
|
88
|
-
export default _default;
|
|
89
|
-
|
|
90
|
-
declare module 'vue' {
|
|
91
|
-
interface GlobalComponents {
|
|
92
|
-
NutTag: typeof _default;
|
|
93
|
-
}
|
|
94
|
-
}
|