@dao-style/core 1.6.0 → 1.6.1-beta.2
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/dist/components/action-icon/action-icon.d.ts +0 -9
- package/dist/components/action-icon/action-icon.vue.d.ts +0 -3
- package/dist/components/button/button.d.ts +0 -9
- package/dist/components/button/button.vue.d.ts +0 -3
- package/dist/dao-style.js +5 -5
- package/dist/dao-style.mjs +1043 -1065
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -80,9 +80,6 @@ declare const DaoActionIcon: {
|
|
|
80
80
|
}>>, {
|
|
81
81
|
isDivider: boolean;
|
|
82
82
|
realDisabled: import("vue").ComputedRef<boolean>;
|
|
83
|
-
onMouseEnter: () => void;
|
|
84
|
-
onMouseLeave: () => void;
|
|
85
|
-
showTip: import("vue").Ref<boolean>;
|
|
86
83
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
87
84
|
type: import("./props").ActionIconType;
|
|
88
85
|
disabled: boolean;
|
|
@@ -139,9 +136,6 @@ declare const DaoActionIcon: {
|
|
|
139
136
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
140
137
|
isDivider: boolean;
|
|
141
138
|
realDisabled: import("vue").ComputedRef<boolean>;
|
|
142
|
-
onMouseEnter: () => void;
|
|
143
|
-
onMouseLeave: () => void;
|
|
144
|
-
showTip: import("vue").Ref<boolean>;
|
|
145
139
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
146
140
|
__isFragment?: undefined;
|
|
147
141
|
__isTeleport?: undefined;
|
|
@@ -175,9 +169,6 @@ declare const DaoActionIcon: {
|
|
|
175
169
|
}>>, {
|
|
176
170
|
isDivider: boolean;
|
|
177
171
|
realDisabled: import("vue").ComputedRef<boolean>;
|
|
178
|
-
onMouseEnter: () => void;
|
|
179
|
-
onMouseLeave: () => void;
|
|
180
|
-
showTip: import("vue").Ref<boolean>;
|
|
181
172
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
182
173
|
type: import("./props").ActionIconType;
|
|
183
174
|
disabled: boolean;
|
|
@@ -27,9 +27,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
}, {
|
|
28
28
|
isDivider: boolean;
|
|
29
29
|
realDisabled: import("vue").ComputedRef<boolean>;
|
|
30
|
-
onMouseEnter: () => void;
|
|
31
|
-
onMouseLeave: () => void;
|
|
32
|
-
showTip: import("vue").Ref<boolean>;
|
|
33
30
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
31
|
name: {
|
|
35
32
|
type: StringConstructor;
|
|
@@ -125,9 +125,6 @@ declare const DaoButton: {
|
|
|
125
125
|
realIconRight: import("vue").ComputedRef<string>;
|
|
126
126
|
leftIconClassName: import("vue").ComputedRef<"dao-btn__iconfont" | "dao-btn__icon">;
|
|
127
127
|
rightIconClassName: import("vue").ComputedRef<"dao-btn__iconfont" | "dao-btn__icon">;
|
|
128
|
-
onMouseEnter: () => void;
|
|
129
|
-
onMouseLeave: () => void;
|
|
130
|
-
showTip: import("vue").Ref<boolean>;
|
|
131
128
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
132
129
|
type: import("./props").ButtonType;
|
|
133
130
|
disabled: boolean;
|
|
@@ -212,9 +209,6 @@ declare const DaoButton: {
|
|
|
212
209
|
realIconRight: import("vue").ComputedRef<string>;
|
|
213
210
|
leftIconClassName: import("vue").ComputedRef<"dao-btn__iconfont" | "dao-btn__icon">;
|
|
214
211
|
rightIconClassName: import("vue").ComputedRef<"dao-btn__iconfont" | "dao-btn__icon">;
|
|
215
|
-
onMouseEnter: () => void;
|
|
216
|
-
onMouseLeave: () => void;
|
|
217
|
-
showTip: import("vue").Ref<boolean>;
|
|
218
212
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
219
213
|
__isFragment?: undefined;
|
|
220
214
|
__isTeleport?: undefined;
|
|
@@ -272,9 +266,6 @@ declare const DaoButton: {
|
|
|
272
266
|
realIconRight: import("vue").ComputedRef<string>;
|
|
273
267
|
leftIconClassName: import("vue").ComputedRef<"dao-btn__iconfont" | "dao-btn__icon">;
|
|
274
268
|
rightIconClassName: import("vue").ComputedRef<"dao-btn__iconfont" | "dao-btn__icon">;
|
|
275
|
-
onMouseEnter: () => void;
|
|
276
|
-
onMouseLeave: () => void;
|
|
277
|
-
showTip: import("vue").Ref<boolean>;
|
|
278
269
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
279
270
|
type: import("./props").ButtonType;
|
|
280
271
|
disabled: boolean;
|
|
@@ -51,9 +51,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
realIconRight: import("vue").ComputedRef<string>;
|
|
52
52
|
leftIconClassName: import("vue").ComputedRef<"dao-btn__iconfont" | "dao-btn__icon">;
|
|
53
53
|
rightIconClassName: import("vue").ComputedRef<"dao-btn__iconfont" | "dao-btn__icon">;
|
|
54
|
-
onMouseEnter: () => void;
|
|
55
|
-
onMouseLeave: () => void;
|
|
56
|
-
showTip: import("vue").Ref<boolean>;
|
|
57
54
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
55
|
type: {
|
|
59
56
|
type: import("vue").PropType<import("./props").ButtonType>;
|