ll-plus 2.2.1 → 2.2.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/es/components/api-component/index.d.ts +37 -29
- package/es/components/api-component/index.mjs +1 -1
- package/es/components/api-component/src/api-component.vue.d.ts +37 -29
- package/es/components/api-component/src/api-component.vue2.mjs +30 -34
- package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/params-table.vue2.mjs +1 -10
- package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
- package/es/components/api-component/src/config/api-component.d.ts +11 -0
- package/es/components/api-component/src/config/api-component.mjs +4 -1
- package/es/components/api-component/src/config/api-component.mjs.map +1 -1
- package/es/components/api-component/src/config/index.mjs +1 -1
- package/es/components/easy-cron/index.d.ts +61 -68
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +1 -4
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +0 -4
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +6 -12
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs +4 -3
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -1
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/es/components/index.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +70 -102
- package/index.full.min.js +16 -16
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +22 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +71 -104
- package/lib/components/api-component/index.d.ts +37 -29
- package/lib/components/api-component/index.js +1 -0
- package/lib/components/api-component/index.js.map +1 -1
- package/lib/components/api-component/src/api-component.vue.d.ts +37 -29
- package/lib/components/api-component/src/api-component.vue2.js +29 -33
- package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/params-table.vue2.js +0 -9
- package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
- package/lib/components/api-component/src/config/api-component.d.ts +11 -0
- package/lib/components/api-component/src/config/api-component.js +4 -0
- package/lib/components/api-component/src/config/api-component.js.map +1 -1
- package/lib/components/api-component/src/config/index.js +1 -0
- package/lib/components/api-component/src/config/index.js.map +1 -1
- package/lib/components/easy-cron/index.d.ts +61 -68
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +1 -4
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +0 -4
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +6 -12
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/lib/components/easy-cron/src/config/use-tab-mixin.js +3 -2
- package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -1
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/api-component/index.d.ts +37 -29
- package/types/packages/components/api-component/src/api-component.vue.d.ts +37 -29
- package/types/packages/components/api-component/src/config/api-component.d.ts +11 -0
- package/types/packages/components/easy-cron/index.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -2,8 +2,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
[x: string]: any;
|
|
3
3
|
}, {
|
|
4
4
|
type: import("vue").Ref<any>;
|
|
5
|
+
bem: {
|
|
6
|
+
b: (blockSuffix?: string) => string;
|
|
7
|
+
e: (element?: string) => string;
|
|
8
|
+
m: (modifier?: string) => string;
|
|
9
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
10
|
+
em: (element: string, modifier: string) => string;
|
|
11
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
12
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
13
|
+
is: (name?: string) => string;
|
|
14
|
+
};
|
|
5
15
|
TypeEnum: typeof import("../../config/use-tab-mixin").TypeEnum;
|
|
6
|
-
prefixCls: unknown;
|
|
7
16
|
defaultValue: import("vue").Ref<any>;
|
|
8
17
|
valueRange: any;
|
|
9
18
|
valueLoop: any;
|
|
@@ -44,16 +53,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
53
|
disabled: any;
|
|
45
54
|
class: string[];
|
|
46
55
|
}>;
|
|
47
|
-
bem: {
|
|
48
|
-
b: (blockSuffix?: string) => string;
|
|
49
|
-
e: (element?: string) => string;
|
|
50
|
-
m: (modifier?: string) => string;
|
|
51
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
52
|
-
em: (element: string, modifier: string) => string;
|
|
53
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
54
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
55
|
-
is: (name?: string) => string;
|
|
56
|
-
};
|
|
57
56
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
57
|
readonly change: (value: string) => boolean;
|
|
59
58
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -16,8 +16,17 @@ export declare function useTabEmits(): {
|
|
|
16
16
|
};
|
|
17
17
|
export declare function useTabSetup(props: any, context: any, options: any): {
|
|
18
18
|
type: import("vue").Ref<any>;
|
|
19
|
+
bem: {
|
|
20
|
+
b: (blockSuffix?: string) => string;
|
|
21
|
+
e: (element?: string) => string;
|
|
22
|
+
m: (modifier?: string) => string;
|
|
23
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
24
|
+
em: (element: string, modifier: string) => string;
|
|
25
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
26
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
27
|
+
is: (name?: string) => string;
|
|
28
|
+
};
|
|
19
29
|
TypeEnum: typeof TypeEnum;
|
|
20
|
-
prefixCls: unknown;
|
|
21
30
|
defaultValue: import("vue").Ref<any>;
|
|
22
31
|
valueRange: any;
|
|
23
32
|
valueLoop: any;
|
|
@@ -1565,8 +1565,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1565
1565
|
[x: string]: any;
|
|
1566
1566
|
}, {
|
|
1567
1567
|
type: import("vue").Ref<any>;
|
|
1568
|
+
bem: {
|
|
1569
|
+
b: (blockSuffix?: string) => string;
|
|
1570
|
+
e: (element?: string) => string;
|
|
1571
|
+
m: (modifier?: string) => string;
|
|
1572
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1573
|
+
em: (element: string, modifier: string) => string;
|
|
1574
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1575
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1576
|
+
is: (name?: string) => string;
|
|
1577
|
+
};
|
|
1568
1578
|
TypeEnum: typeof import("./config").TypeEnum;
|
|
1569
|
-
prefixCls: unknown;
|
|
1570
1579
|
defaultValue: import("vue").Ref<any>;
|
|
1571
1580
|
valueRange: any;
|
|
1572
1581
|
valueLoop: any;
|
|
@@ -1607,16 +1616,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1607
1616
|
disabled: any;
|
|
1608
1617
|
class: string[];
|
|
1609
1618
|
}>;
|
|
1610
|
-
bem: {
|
|
1611
|
-
b: (blockSuffix?: string) => string;
|
|
1612
|
-
e: (element?: string) => string;
|
|
1613
|
-
m: (modifier?: string) => string;
|
|
1614
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1615
|
-
em: (element: string, modifier: string) => string;
|
|
1616
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1617
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1618
|
-
is: (name?: string) => string;
|
|
1619
|
-
};
|
|
1620
1619
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1621
1620
|
readonly change: (value: string) => boolean;
|
|
1622
1621
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1632,8 +1631,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1632
1631
|
[x: string]: any;
|
|
1633
1632
|
}, {
|
|
1634
1633
|
type: import("vue").Ref<any>;
|
|
1634
|
+
bem: {
|
|
1635
|
+
b: (blockSuffix?: string) => string;
|
|
1636
|
+
e: (element?: string) => string;
|
|
1637
|
+
m: (modifier?: string) => string;
|
|
1638
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1639
|
+
em: (element: string, modifier: string) => string;
|
|
1640
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1641
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1642
|
+
is: (name?: string) => string;
|
|
1643
|
+
};
|
|
1635
1644
|
TypeEnum: typeof import("./config").TypeEnum;
|
|
1636
|
-
prefixCls: unknown;
|
|
1637
1645
|
defaultValue: import("vue").Ref<any>;
|
|
1638
1646
|
valueRange: any;
|
|
1639
1647
|
valueLoop: any;
|
|
@@ -1674,16 +1682,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1674
1682
|
disabled: any;
|
|
1675
1683
|
class: string[];
|
|
1676
1684
|
}>;
|
|
1677
|
-
bem: {
|
|
1678
|
-
b: (blockSuffix?: string) => string;
|
|
1679
|
-
e: (element?: string) => string;
|
|
1680
|
-
m: (modifier?: string) => string;
|
|
1681
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1682
|
-
em: (element: string, modifier: string) => string;
|
|
1683
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1684
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1685
|
-
is: (name?: string) => string;
|
|
1686
|
-
};
|
|
1687
1685
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1688
1686
|
readonly change: (value: string) => boolean;
|
|
1689
1687
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1699,8 +1697,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1699
1697
|
[x: string]: any;
|
|
1700
1698
|
}, {
|
|
1701
1699
|
type: import("vue").Ref<any>;
|
|
1700
|
+
bem: {
|
|
1701
|
+
b: (blockSuffix?: string) => string;
|
|
1702
|
+
e: (element?: string) => string;
|
|
1703
|
+
m: (modifier?: string) => string;
|
|
1704
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1705
|
+
em: (element: string, modifier: string) => string;
|
|
1706
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1707
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1708
|
+
is: (name?: string) => string;
|
|
1709
|
+
};
|
|
1702
1710
|
TypeEnum: typeof import("./config").TypeEnum;
|
|
1703
|
-
prefixCls: unknown;
|
|
1704
1711
|
defaultValue: import("vue").Ref<any>;
|
|
1705
1712
|
valueRange: any;
|
|
1706
1713
|
valueLoop: any;
|
|
@@ -1741,16 +1748,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1741
1748
|
disabled: any;
|
|
1742
1749
|
class: string[];
|
|
1743
1750
|
}>;
|
|
1744
|
-
bem: {
|
|
1745
|
-
b: (blockSuffix?: string) => string;
|
|
1746
|
-
e: (element?: string) => string;
|
|
1747
|
-
m: (modifier?: string) => string;
|
|
1748
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1749
|
-
em: (element: string, modifier: string) => string;
|
|
1750
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1751
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1752
|
-
is: (name?: string) => string;
|
|
1753
|
-
};
|
|
1754
1751
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1755
1752
|
readonly change: (value: string) => boolean;
|
|
1756
1753
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1772,6 +1769,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1772
1769
|
precision: number;
|
|
1773
1770
|
disabled: any;
|
|
1774
1771
|
}>;
|
|
1772
|
+
type: import("vue").Ref<any>;
|
|
1775
1773
|
bem: {
|
|
1776
1774
|
b: (blockSuffix?: string) => string;
|
|
1777
1775
|
e: (element?: string) => string;
|
|
@@ -1782,9 +1780,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1782
1780
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1783
1781
|
is: (name?: string) => string;
|
|
1784
1782
|
};
|
|
1785
|
-
type: import("vue").Ref<any>;
|
|
1786
1783
|
TypeEnum: typeof import("./config").TypeEnum;
|
|
1787
|
-
prefixCls: unknown;
|
|
1788
1784
|
defaultValue: import("vue").Ref<any>;
|
|
1789
1785
|
valueRange: any;
|
|
1790
1786
|
valueLoop: any;
|
|
@@ -1840,8 +1836,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1840
1836
|
[x: string]: any;
|
|
1841
1837
|
}, {
|
|
1842
1838
|
type: import("vue").Ref<any>;
|
|
1839
|
+
bem: {
|
|
1840
|
+
b: (blockSuffix?: string) => string;
|
|
1841
|
+
e: (element?: string) => string;
|
|
1842
|
+
m: (modifier?: string) => string;
|
|
1843
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1844
|
+
em: (element: string, modifier: string) => string;
|
|
1845
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1846
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1847
|
+
is: (name?: string) => string;
|
|
1848
|
+
};
|
|
1843
1849
|
TypeEnum: typeof import("./config").TypeEnum;
|
|
1844
|
-
prefixCls: unknown;
|
|
1845
1850
|
defaultValue: import("vue").Ref<any>;
|
|
1846
1851
|
valueRange: any;
|
|
1847
1852
|
valueLoop: any;
|
|
@@ -1882,16 +1887,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1882
1887
|
disabled: any;
|
|
1883
1888
|
class: string[];
|
|
1884
1889
|
}>;
|
|
1885
|
-
bem: {
|
|
1886
|
-
b: (blockSuffix?: string) => string;
|
|
1887
|
-
e: (element?: string) => string;
|
|
1888
|
-
m: (modifier?: string) => string;
|
|
1889
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1890
|
-
em: (element: string, modifier: string) => string;
|
|
1891
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1892
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1893
|
-
is: (name?: string) => string;
|
|
1894
|
-
};
|
|
1895
1890
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1896
1891
|
readonly change: (value: string) => boolean;
|
|
1897
1892
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1906,16 +1901,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1906
1901
|
WeekUI: import("vue").DefineComponent<{
|
|
1907
1902
|
[x: string]: any;
|
|
1908
1903
|
}, {
|
|
1909
|
-
bem: {
|
|
1910
|
-
b: (blockSuffix?: string) => string;
|
|
1911
|
-
e: (element?: string) => string;
|
|
1912
|
-
m: (modifier?: string) => string;
|
|
1913
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1914
|
-
em: (element: string, modifier: string) => string;
|
|
1915
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1916
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1917
|
-
is: (name?: string) => string;
|
|
1918
|
-
};
|
|
1919
1904
|
weekOptions: import("vue").ComputedRef<{
|
|
1920
1905
|
label: string;
|
|
1921
1906
|
value: number;
|
|
@@ -1947,8 +1932,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1947
1932
|
'7': string;
|
|
1948
1933
|
};
|
|
1949
1934
|
type: import("vue").Ref<any>;
|
|
1935
|
+
bem: {
|
|
1936
|
+
b: (blockSuffix?: string) => string;
|
|
1937
|
+
e: (element?: string) => string;
|
|
1938
|
+
m: (modifier?: string) => string;
|
|
1939
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1940
|
+
em: (element: string, modifier: string) => string;
|
|
1941
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1942
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1943
|
+
is: (name?: string) => string;
|
|
1944
|
+
};
|
|
1950
1945
|
TypeEnum: typeof import("./config").TypeEnum;
|
|
1951
|
-
prefixCls: unknown;
|
|
1952
1946
|
defaultValue: import("vue").Ref<any>;
|
|
1953
1947
|
valueRange: any;
|
|
1954
1948
|
valueLoop: any;
|
|
@@ -2004,8 +1998,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2004
1998
|
[x: string]: any;
|
|
2005
1999
|
}, {
|
|
2006
2000
|
type: import("vue").Ref<any>;
|
|
2001
|
+
bem: {
|
|
2002
|
+
b: (blockSuffix?: string) => string;
|
|
2003
|
+
e: (element?: string) => string;
|
|
2004
|
+
m: (modifier?: string) => string;
|
|
2005
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
2006
|
+
em: (element: string, modifier: string) => string;
|
|
2007
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
2008
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
2009
|
+
is: (name?: string) => string;
|
|
2010
|
+
};
|
|
2007
2011
|
TypeEnum: typeof import("./config").TypeEnum;
|
|
2008
|
-
prefixCls: unknown;
|
|
2009
2012
|
defaultValue: import("vue").Ref<any>;
|
|
2010
2013
|
valueRange: any;
|
|
2011
2014
|
valueLoop: any;
|
|
@@ -2046,16 +2049,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2046
2049
|
disabled: any;
|
|
2047
2050
|
class: string[];
|
|
2048
2051
|
}>;
|
|
2049
|
-
bem: {
|
|
2050
|
-
b: (blockSuffix?: string) => string;
|
|
2051
|
-
e: (element?: string) => string;
|
|
2052
|
-
m: (modifier?: string) => string;
|
|
2053
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
2054
|
-
em: (element: string, modifier: string) => string;
|
|
2055
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
2056
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
2057
|
-
is: (name?: string) => string;
|
|
2058
|
-
};
|
|
2059
2052
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2060
2053
|
readonly change: (value: string) => boolean;
|
|
2061
2054
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -27,6 +27,6 @@ export declare const buildProp: <Type = never, Value = never, Validator = never,
|
|
|
27
27
|
export type TestProps = Record<string, {
|
|
28
28
|
[epPropKey]: true;
|
|
29
29
|
} | NativePropType | EpPropInput<any, any, any, any, any>>;
|
|
30
|
-
export declare const buildProps: <Props extends Record<string, {
|
|
30
|
+
export declare const buildProps: <Props extends Record<string, NativePropType | EpPropInput<any, any, any, any, any> | {
|
|
31
31
|
__epPropKey: true;
|
|
32
|
-
}
|
|
32
|
+
}>>(props: Props) => { [K in keyof Props]: IfEpProp<Props[K], Props[K], IfNativePropType<Props[K], Props[K], EpPropConvert<Props[K]>>>; };
|