@dao-style/core 1.8.1-beta.6 → 1.9.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/dist/components/dropdown/dropdown.d.ts +9 -6
- package/dist/components/dropdown/dropdown.vue.d.ts +3 -2
- package/dist/components/ellipsis/ellipsis.d.ts +18 -6
- package/dist/components/ellipsis/ellipsis.vue.d.ts +6 -2
- package/dist/components/popper/popper.d.ts +4 -2
- package/dist/dao-style.js +6 -6
- package/dist/dao-style.mjs +472 -476
- package/dist/font/DaoCloudIconFont/DaoCloudIconFont.woff2 +0 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -362,11 +362,12 @@ declare const DaoDropdown: {
|
|
|
362
362
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
363
363
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
364
364
|
$slot: {
|
|
365
|
-
default:
|
|
365
|
+
default: ParamsSlotFn<{
|
|
366
|
+
isOpen: boolean;
|
|
367
|
+
}>;
|
|
366
368
|
content: SlotFn;
|
|
367
369
|
};
|
|
368
370
|
}) | undefined>;
|
|
369
|
-
isOpen: import("vue").ComputedRef<boolean>;
|
|
370
371
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
371
372
|
offset: number;
|
|
372
373
|
placement: import("@popperjs/core").Placement;
|
|
@@ -704,11 +705,12 @@ declare const DaoDropdown: {
|
|
|
704
705
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
705
706
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
706
707
|
$slot: {
|
|
707
|
-
default:
|
|
708
|
+
default: ParamsSlotFn<{
|
|
709
|
+
isOpen: boolean;
|
|
710
|
+
}>;
|
|
708
711
|
content: SlotFn;
|
|
709
712
|
};
|
|
710
713
|
}) | undefined>;
|
|
711
|
-
isOpen: import("vue").ComputedRef<boolean>;
|
|
712
714
|
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
713
715
|
__isFragment?: undefined;
|
|
714
716
|
__isTeleport?: undefined;
|
|
@@ -1023,11 +1025,12 @@ declare const DaoDropdown: {
|
|
|
1023
1025
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
1024
1026
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1025
1027
|
$slot: {
|
|
1026
|
-
default:
|
|
1028
|
+
default: ParamsSlotFn<{
|
|
1029
|
+
isOpen: boolean;
|
|
1030
|
+
}>;
|
|
1027
1031
|
content: SlotFn;
|
|
1028
1032
|
};
|
|
1029
1033
|
}) | undefined>;
|
|
1030
|
-
isOpen: import("vue").ComputedRef<boolean>;
|
|
1031
1034
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1032
1035
|
offset: number;
|
|
1033
1036
|
placement: import("@popperjs/core").Placement;
|
|
@@ -309,11 +309,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
309
309
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
310
310
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
311
311
|
$slot: {
|
|
312
|
-
default: import("../..").
|
|
312
|
+
default: import("../..").ParamsSlotFn<{
|
|
313
|
+
isOpen: boolean;
|
|
314
|
+
}>;
|
|
313
315
|
content: import("../..").SlotFn;
|
|
314
316
|
};
|
|
315
317
|
}) | undefined>;
|
|
316
|
-
isOpen: import("vue").ComputedRef<boolean>;
|
|
317
318
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
318
319
|
trigger: {
|
|
319
320
|
type: import("vue").PropType<"manual" | import("../popper").PopperTrigger | import("../popper").PopperTrigger[]>;
|
|
@@ -405,7 +405,9 @@ declare const DaoEllipsis: {
|
|
|
405
405
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
406
406
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
407
407
|
$slot: {
|
|
408
|
-
default:
|
|
408
|
+
default: ParamsSlotFn<{
|
|
409
|
+
isOpen: boolean;
|
|
410
|
+
}>;
|
|
409
411
|
content: SlotFn;
|
|
410
412
|
};
|
|
411
413
|
}) | ({
|
|
@@ -687,7 +689,9 @@ declare const DaoEllipsis: {
|
|
|
687
689
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
688
690
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
689
691
|
$slot: {
|
|
690
|
-
default:
|
|
692
|
+
default: ParamsSlotFn<{
|
|
693
|
+
isOpen: boolean;
|
|
694
|
+
}>;
|
|
691
695
|
content: SlotFn;
|
|
692
696
|
};
|
|
693
697
|
}) | undefined>;
|
|
@@ -1798,7 +1802,9 @@ declare const DaoEllipsis: {
|
|
|
1798
1802
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
1799
1803
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1800
1804
|
$slot: {
|
|
1801
|
-
default:
|
|
1805
|
+
default: ParamsSlotFn<{
|
|
1806
|
+
isOpen: boolean;
|
|
1807
|
+
}>;
|
|
1802
1808
|
content: SlotFn;
|
|
1803
1809
|
};
|
|
1804
1810
|
}) | ({
|
|
@@ -2080,7 +2086,9 @@ declare const DaoEllipsis: {
|
|
|
2080
2086
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
2081
2087
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
2082
2088
|
$slot: {
|
|
2083
|
-
default:
|
|
2089
|
+
default: ParamsSlotFn<{
|
|
2090
|
+
isOpen: boolean;
|
|
2091
|
+
}>;
|
|
2084
2092
|
content: SlotFn;
|
|
2085
2093
|
};
|
|
2086
2094
|
}) | undefined>;
|
|
@@ -3163,7 +3171,9 @@ declare const DaoEllipsis: {
|
|
|
3163
3171
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
3164
3172
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
3165
3173
|
$slot: {
|
|
3166
|
-
default:
|
|
3174
|
+
default: ParamsSlotFn<{
|
|
3175
|
+
isOpen: boolean;
|
|
3176
|
+
}>;
|
|
3167
3177
|
content: SlotFn;
|
|
3168
3178
|
};
|
|
3169
3179
|
}) | ({
|
|
@@ -3445,7 +3455,9 @@ declare const DaoEllipsis: {
|
|
|
3445
3455
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
3446
3456
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
3447
3457
|
$slot: {
|
|
3448
|
-
default:
|
|
3458
|
+
default: ParamsSlotFn<{
|
|
3459
|
+
isOpen: boolean;
|
|
3460
|
+
}>;
|
|
3449
3461
|
content: SlotFn;
|
|
3450
3462
|
};
|
|
3451
3463
|
}) | undefined>;
|
|
@@ -327,7 +327,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
327
327
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
328
328
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
329
329
|
$slot: {
|
|
330
|
-
default: import("../..").
|
|
330
|
+
default: import("../..").ParamsSlotFn<{
|
|
331
|
+
isOpen: boolean;
|
|
332
|
+
}>;
|
|
331
333
|
content: import("../..").SlotFn;
|
|
332
334
|
};
|
|
333
335
|
}) | ({
|
|
@@ -609,7 +611,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
609
611
|
isTelDisabled: import("vue").ComputedRef<boolean>;
|
|
610
612
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
611
613
|
$slot: {
|
|
612
|
-
default: import("../..").
|
|
614
|
+
default: import("../..").ParamsSlotFn<{
|
|
615
|
+
isOpen: boolean;
|
|
616
|
+
}>;
|
|
613
617
|
content: import("../..").SlotFn;
|
|
614
618
|
};
|
|
615
619
|
}) | undefined>;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
-
import { SlotFn } from '../../utils/types';
|
|
1
|
+
import { ParamsSlotFn, SlotFn } from '../../utils/types';
|
|
2
2
|
export type DaoPopperLike = {
|
|
3
3
|
new (): {
|
|
4
4
|
$slot: {
|
|
5
|
-
default:
|
|
5
|
+
default: ParamsSlotFn<{
|
|
6
|
+
isOpen: boolean;
|
|
7
|
+
}>;
|
|
6
8
|
content: SlotFn;
|
|
7
9
|
};
|
|
8
10
|
};
|