@dao-style/core 1.7.1-beta.1 → 1.7.1-beta.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.
|
@@ -39,7 +39,7 @@ declare const DaoEllipsis: {
|
|
|
39
39
|
};
|
|
40
40
|
width: {
|
|
41
41
|
type: NumberConstructor;
|
|
42
|
-
default:
|
|
42
|
+
default: undefined;
|
|
43
43
|
};
|
|
44
44
|
ellipsisPlacement: {
|
|
45
45
|
type: import("vue").PropType<import("./types").Placement>;
|
|
@@ -99,7 +99,7 @@ declare const DaoEllipsis: {
|
|
|
99
99
|
};
|
|
100
100
|
width: {
|
|
101
101
|
type: NumberConstructor;
|
|
102
|
-
default:
|
|
102
|
+
default: undefined;
|
|
103
103
|
};
|
|
104
104
|
ellipsisPlacement: {
|
|
105
105
|
type: import("vue").PropType<import("./types").Placement>;
|
|
@@ -125,7 +125,7 @@ declare const DaoEllipsis: {
|
|
|
125
125
|
}>>, {
|
|
126
126
|
ns: string;
|
|
127
127
|
disabled: import("vue").Ref<boolean>;
|
|
128
|
-
|
|
128
|
+
onMouseEnter: (e: MouseEvent) => void;
|
|
129
129
|
componentRef: import("vue").Ref<({
|
|
130
130
|
$: import("vue").ComponentInternalInstance;
|
|
131
131
|
$data: {};
|
|
@@ -1492,7 +1492,7 @@ declare const DaoEllipsis: {
|
|
|
1492
1492
|
};
|
|
1493
1493
|
width: {
|
|
1494
1494
|
type: NumberConstructor;
|
|
1495
|
-
default:
|
|
1495
|
+
default: undefined;
|
|
1496
1496
|
};
|
|
1497
1497
|
ellipsisPlacement: {
|
|
1498
1498
|
type: import("vue").PropType<import("./types").Placement>;
|
|
@@ -1518,7 +1518,7 @@ declare const DaoEllipsis: {
|
|
|
1518
1518
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1519
1519
|
ns: string;
|
|
1520
1520
|
disabled: import("vue").Ref<boolean>;
|
|
1521
|
-
|
|
1521
|
+
onMouseEnter: (e: MouseEvent) => void;
|
|
1522
1522
|
componentRef: import("vue").Ref<({
|
|
1523
1523
|
$: import("vue").ComponentInternalInstance;
|
|
1524
1524
|
$data: {};
|
|
@@ -2857,7 +2857,7 @@ declare const DaoEllipsis: {
|
|
|
2857
2857
|
};
|
|
2858
2858
|
width: {
|
|
2859
2859
|
type: NumberConstructor;
|
|
2860
|
-
default:
|
|
2860
|
+
default: undefined;
|
|
2861
2861
|
};
|
|
2862
2862
|
ellipsisPlacement: {
|
|
2863
2863
|
type: import("vue").PropType<import("./types").Placement>;
|
|
@@ -2883,7 +2883,7 @@ declare const DaoEllipsis: {
|
|
|
2883
2883
|
}>>, {
|
|
2884
2884
|
ns: string;
|
|
2885
2885
|
disabled: import("vue").Ref<boolean>;
|
|
2886
|
-
|
|
2886
|
+
onMouseEnter: (e: MouseEvent) => void;
|
|
2887
2887
|
componentRef: import("vue").Ref<({
|
|
2888
2888
|
$: import("vue").ComponentInternalInstance;
|
|
2889
2889
|
$data: {};
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
};
|
|
22
22
|
width: {
|
|
23
23
|
type: NumberConstructor;
|
|
24
|
-
default:
|
|
24
|
+
default: undefined;
|
|
25
25
|
};
|
|
26
26
|
ellipsisPlacement: {
|
|
27
27
|
type: import("vue").PropType<import("./types").Placement>;
|
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
}, {
|
|
48
48
|
ns: string;
|
|
49
49
|
disabled: import("vue").Ref<boolean>;
|
|
50
|
-
|
|
50
|
+
onMouseEnter: (e: MouseEvent) => void;
|
|
51
51
|
componentRef: import("vue").Ref<({
|
|
52
52
|
$: import("vue").ComponentInternalInstance;
|
|
53
53
|
$data: {};
|
|
@@ -1382,7 +1382,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1382
1382
|
};
|
|
1383
1383
|
width: {
|
|
1384
1384
|
type: NumberConstructor;
|
|
1385
|
-
default:
|
|
1385
|
+
default: undefined;
|
|
1386
1386
|
};
|
|
1387
1387
|
ellipsisPlacement: {
|
|
1388
1388
|
type: import("vue").PropType<import("./types").Placement>;
|