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
|
@@ -1566,8 +1566,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1566
1566
|
[x: string]: any;
|
|
1567
1567
|
}, {
|
|
1568
1568
|
type: import("vue").Ref<any>;
|
|
1569
|
+
bem: {
|
|
1570
|
+
b: (blockSuffix?: string) => string;
|
|
1571
|
+
e: (element?: string) => string;
|
|
1572
|
+
m: (modifier?: string) => string;
|
|
1573
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1574
|
+
em: (element: string, modifier: string) => string;
|
|
1575
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1576
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1577
|
+
is: (name?: string) => string;
|
|
1578
|
+
};
|
|
1569
1579
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1570
|
-
prefixCls: unknown;
|
|
1571
1580
|
defaultValue: import("vue").Ref<any>;
|
|
1572
1581
|
valueRange: any;
|
|
1573
1582
|
valueLoop: any;
|
|
@@ -1608,16 +1617,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1608
1617
|
disabled: any;
|
|
1609
1618
|
class: string[];
|
|
1610
1619
|
}>;
|
|
1611
|
-
bem: {
|
|
1612
|
-
b: (blockSuffix?: string) => string;
|
|
1613
|
-
e: (element?: string) => string;
|
|
1614
|
-
m: (modifier?: string) => string;
|
|
1615
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1616
|
-
em: (element: string, modifier: string) => string;
|
|
1617
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1618
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1619
|
-
is: (name?: string) => string;
|
|
1620
|
-
};
|
|
1621
1620
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1622
1621
|
readonly change: (value: string) => boolean;
|
|
1623
1622
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1633,8 +1632,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1633
1632
|
[x: string]: any;
|
|
1634
1633
|
}, {
|
|
1635
1634
|
type: import("vue").Ref<any>;
|
|
1635
|
+
bem: {
|
|
1636
|
+
b: (blockSuffix?: string) => string;
|
|
1637
|
+
e: (element?: string) => string;
|
|
1638
|
+
m: (modifier?: string) => string;
|
|
1639
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1640
|
+
em: (element: string, modifier: string) => string;
|
|
1641
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1642
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1643
|
+
is: (name?: string) => string;
|
|
1644
|
+
};
|
|
1636
1645
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1637
|
-
prefixCls: unknown;
|
|
1638
1646
|
defaultValue: import("vue").Ref<any>;
|
|
1639
1647
|
valueRange: any;
|
|
1640
1648
|
valueLoop: any;
|
|
@@ -1675,16 +1683,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1675
1683
|
disabled: any;
|
|
1676
1684
|
class: string[];
|
|
1677
1685
|
}>;
|
|
1678
|
-
bem: {
|
|
1679
|
-
b: (blockSuffix?: string) => string;
|
|
1680
|
-
e: (element?: string) => string;
|
|
1681
|
-
m: (modifier?: string) => string;
|
|
1682
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1683
|
-
em: (element: string, modifier: string) => string;
|
|
1684
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1685
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1686
|
-
is: (name?: string) => string;
|
|
1687
|
-
};
|
|
1688
1686
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1689
1687
|
readonly change: (value: string) => boolean;
|
|
1690
1688
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1700,8 +1698,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1700
1698
|
[x: string]: any;
|
|
1701
1699
|
}, {
|
|
1702
1700
|
type: import("vue").Ref<any>;
|
|
1701
|
+
bem: {
|
|
1702
|
+
b: (blockSuffix?: string) => string;
|
|
1703
|
+
e: (element?: string) => string;
|
|
1704
|
+
m: (modifier?: string) => string;
|
|
1705
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1706
|
+
em: (element: string, modifier: string) => string;
|
|
1707
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1708
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1709
|
+
is: (name?: string) => string;
|
|
1710
|
+
};
|
|
1703
1711
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1704
|
-
prefixCls: unknown;
|
|
1705
1712
|
defaultValue: import("vue").Ref<any>;
|
|
1706
1713
|
valueRange: any;
|
|
1707
1714
|
valueLoop: any;
|
|
@@ -1742,16 +1749,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1742
1749
|
disabled: any;
|
|
1743
1750
|
class: string[];
|
|
1744
1751
|
}>;
|
|
1745
|
-
bem: {
|
|
1746
|
-
b: (blockSuffix?: string) => string;
|
|
1747
|
-
e: (element?: string) => string;
|
|
1748
|
-
m: (modifier?: string) => string;
|
|
1749
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1750
|
-
em: (element: string, modifier: string) => string;
|
|
1751
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1752
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1753
|
-
is: (name?: string) => string;
|
|
1754
|
-
};
|
|
1755
1752
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1756
1753
|
readonly change: (value: string) => boolean;
|
|
1757
1754
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1773,6 +1770,7 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1773
1770
|
precision: number;
|
|
1774
1771
|
disabled: any;
|
|
1775
1772
|
}>;
|
|
1773
|
+
type: import("vue").Ref<any>;
|
|
1776
1774
|
bem: {
|
|
1777
1775
|
b: (blockSuffix?: string) => string;
|
|
1778
1776
|
e: (element?: string) => string;
|
|
@@ -1783,9 +1781,7 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1783
1781
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1784
1782
|
is: (name?: string) => string;
|
|
1785
1783
|
};
|
|
1786
|
-
type: import("vue").Ref<any>;
|
|
1787
1784
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1788
|
-
prefixCls: unknown;
|
|
1789
1785
|
defaultValue: import("vue").Ref<any>;
|
|
1790
1786
|
valueRange: any;
|
|
1791
1787
|
valueLoop: any;
|
|
@@ -1841,8 +1837,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1841
1837
|
[x: string]: any;
|
|
1842
1838
|
}, {
|
|
1843
1839
|
type: import("vue").Ref<any>;
|
|
1840
|
+
bem: {
|
|
1841
|
+
b: (blockSuffix?: string) => string;
|
|
1842
|
+
e: (element?: string) => string;
|
|
1843
|
+
m: (modifier?: string) => string;
|
|
1844
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1845
|
+
em: (element: string, modifier: string) => string;
|
|
1846
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1847
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1848
|
+
is: (name?: string) => string;
|
|
1849
|
+
};
|
|
1844
1850
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1845
|
-
prefixCls: unknown;
|
|
1846
1851
|
defaultValue: import("vue").Ref<any>;
|
|
1847
1852
|
valueRange: any;
|
|
1848
1853
|
valueLoop: any;
|
|
@@ -1883,16 +1888,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1883
1888
|
disabled: any;
|
|
1884
1889
|
class: string[];
|
|
1885
1890
|
}>;
|
|
1886
|
-
bem: {
|
|
1887
|
-
b: (blockSuffix?: string) => string;
|
|
1888
|
-
e: (element?: string) => string;
|
|
1889
|
-
m: (modifier?: string) => string;
|
|
1890
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1891
|
-
em: (element: string, modifier: string) => string;
|
|
1892
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1893
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1894
|
-
is: (name?: string) => string;
|
|
1895
|
-
};
|
|
1896
1891
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1897
1892
|
readonly change: (value: string) => boolean;
|
|
1898
1893
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1907,16 +1902,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1907
1902
|
WeekUI: import("vue").DefineComponent<{
|
|
1908
1903
|
[x: string]: any;
|
|
1909
1904
|
}, {
|
|
1910
|
-
bem: {
|
|
1911
|
-
b: (blockSuffix?: string) => string;
|
|
1912
|
-
e: (element?: string) => string;
|
|
1913
|
-
m: (modifier?: string) => string;
|
|
1914
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1915
|
-
em: (element: string, modifier: string) => string;
|
|
1916
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1917
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1918
|
-
is: (name?: string) => string;
|
|
1919
|
-
};
|
|
1920
1905
|
weekOptions: import("vue").ComputedRef<{
|
|
1921
1906
|
label: string;
|
|
1922
1907
|
value: number;
|
|
@@ -1948,8 +1933,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1948
1933
|
'7': string;
|
|
1949
1934
|
};
|
|
1950
1935
|
type: import("vue").Ref<any>;
|
|
1936
|
+
bem: {
|
|
1937
|
+
b: (blockSuffix?: string) => string;
|
|
1938
|
+
e: (element?: string) => string;
|
|
1939
|
+
m: (modifier?: string) => string;
|
|
1940
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1941
|
+
em: (element: string, modifier: string) => string;
|
|
1942
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1943
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1944
|
+
is: (name?: string) => string;
|
|
1945
|
+
};
|
|
1951
1946
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
1952
|
-
prefixCls: unknown;
|
|
1953
1947
|
defaultValue: import("vue").Ref<any>;
|
|
1954
1948
|
valueRange: any;
|
|
1955
1949
|
valueLoop: any;
|
|
@@ -2005,8 +1999,17 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2005
1999
|
[x: string]: any;
|
|
2006
2000
|
}, {
|
|
2007
2001
|
type: import("vue").Ref<any>;
|
|
2002
|
+
bem: {
|
|
2003
|
+
b: (blockSuffix?: string) => string;
|
|
2004
|
+
e: (element?: string) => string;
|
|
2005
|
+
m: (modifier?: string) => string;
|
|
2006
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
2007
|
+
em: (element: string, modifier: string) => string;
|
|
2008
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
2009
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
2010
|
+
is: (name?: string) => string;
|
|
2011
|
+
};
|
|
2008
2012
|
TypeEnum: typeof import("./src/config").TypeEnum;
|
|
2009
|
-
prefixCls: unknown;
|
|
2010
2013
|
defaultValue: import("vue").Ref<any>;
|
|
2011
2014
|
valueRange: any;
|
|
2012
2015
|
valueLoop: any;
|
|
@@ -2047,16 +2050,6 @@ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
2047
2050
|
disabled: any;
|
|
2048
2051
|
class: string[];
|
|
2049
2052
|
}>;
|
|
2050
|
-
bem: {
|
|
2051
|
-
b: (blockSuffix?: string) => string;
|
|
2052
|
-
e: (element?: string) => string;
|
|
2053
|
-
m: (modifier?: string) => string;
|
|
2054
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
2055
|
-
em: (element: string, modifier: string) => string;
|
|
2056
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
2057
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
2058
|
-
is: (name?: string) => string;
|
|
2059
|
-
};
|
|
2060
2053
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2061
2054
|
readonly change: (value: string) => boolean;
|
|
2062
2055
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1067,8 +1067,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1067
1067
|
[x: string]: any;
|
|
1068
1068
|
}, {
|
|
1069
1069
|
type: import("vue").Ref<any>;
|
|
1070
|
+
bem: {
|
|
1071
|
+
b: (blockSuffix?: string) => string;
|
|
1072
|
+
e: (element?: string) => string;
|
|
1073
|
+
m: (modifier?: string) => string;
|
|
1074
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1075
|
+
em: (element: string, modifier: string) => string;
|
|
1076
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1077
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1078
|
+
is: (name?: string) => string;
|
|
1079
|
+
};
|
|
1070
1080
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1071
|
-
prefixCls: unknown;
|
|
1072
1081
|
defaultValue: import("vue").Ref<any>;
|
|
1073
1082
|
valueRange: any;
|
|
1074
1083
|
valueLoop: any;
|
|
@@ -1109,16 +1118,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1109
1118
|
disabled: any;
|
|
1110
1119
|
class: string[];
|
|
1111
1120
|
}>;
|
|
1112
|
-
bem: {
|
|
1113
|
-
b: (blockSuffix?: string) => string;
|
|
1114
|
-
e: (element?: string) => string;
|
|
1115
|
-
m: (modifier?: string) => string;
|
|
1116
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1117
|
-
em: (element: string, modifier: string) => string;
|
|
1118
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1119
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1120
|
-
is: (name?: string) => string;
|
|
1121
|
-
};
|
|
1122
1121
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1123
1122
|
readonly change: (value: string) => boolean;
|
|
1124
1123
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1134,8 +1133,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1134
1133
|
[x: string]: any;
|
|
1135
1134
|
}, {
|
|
1136
1135
|
type: import("vue").Ref<any>;
|
|
1136
|
+
bem: {
|
|
1137
|
+
b: (blockSuffix?: string) => string;
|
|
1138
|
+
e: (element?: string) => string;
|
|
1139
|
+
m: (modifier?: string) => string;
|
|
1140
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1141
|
+
em: (element: string, modifier: string) => string;
|
|
1142
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1143
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1144
|
+
is: (name?: string) => string;
|
|
1145
|
+
};
|
|
1137
1146
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1138
|
-
prefixCls: unknown;
|
|
1139
1147
|
defaultValue: import("vue").Ref<any>;
|
|
1140
1148
|
valueRange: any;
|
|
1141
1149
|
valueLoop: any;
|
|
@@ -1176,16 +1184,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1176
1184
|
disabled: any;
|
|
1177
1185
|
class: string[];
|
|
1178
1186
|
}>;
|
|
1179
|
-
bem: {
|
|
1180
|
-
b: (blockSuffix?: string) => string;
|
|
1181
|
-
e: (element?: string) => string;
|
|
1182
|
-
m: (modifier?: string) => string;
|
|
1183
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1184
|
-
em: (element: string, modifier: string) => string;
|
|
1185
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1186
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1187
|
-
is: (name?: string) => string;
|
|
1188
|
-
};
|
|
1189
1187
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1190
1188
|
readonly change: (value: string) => boolean;
|
|
1191
1189
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1201,8 +1199,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1201
1199
|
[x: string]: any;
|
|
1202
1200
|
}, {
|
|
1203
1201
|
type: import("vue").Ref<any>;
|
|
1202
|
+
bem: {
|
|
1203
|
+
b: (blockSuffix?: string) => string;
|
|
1204
|
+
e: (element?: string) => string;
|
|
1205
|
+
m: (modifier?: string) => string;
|
|
1206
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1207
|
+
em: (element: string, modifier: string) => string;
|
|
1208
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1209
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1210
|
+
is: (name?: string) => string;
|
|
1211
|
+
};
|
|
1204
1212
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1205
|
-
prefixCls: unknown;
|
|
1206
1213
|
defaultValue: import("vue").Ref<any>;
|
|
1207
1214
|
valueRange: any;
|
|
1208
1215
|
valueLoop: any;
|
|
@@ -1243,16 +1250,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1243
1250
|
disabled: any;
|
|
1244
1251
|
class: string[];
|
|
1245
1252
|
}>;
|
|
1246
|
-
bem: {
|
|
1247
|
-
b: (blockSuffix?: string) => string;
|
|
1248
|
-
e: (element?: string) => string;
|
|
1249
|
-
m: (modifier?: string) => string;
|
|
1250
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1251
|
-
em: (element: string, modifier: string) => string;
|
|
1252
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1253
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1254
|
-
is: (name?: string) => string;
|
|
1255
|
-
};
|
|
1256
1253
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1257
1254
|
readonly change: (value: string) => boolean;
|
|
1258
1255
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1274,6 +1271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1274
1271
|
precision: number;
|
|
1275
1272
|
disabled: any;
|
|
1276
1273
|
}>;
|
|
1274
|
+
type: import("vue").Ref<any>;
|
|
1277
1275
|
bem: {
|
|
1278
1276
|
b: (blockSuffix?: string) => string;
|
|
1279
1277
|
e: (element?: string) => string;
|
|
@@ -1284,9 +1282,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1284
1282
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1285
1283
|
is: (name?: string) => string;
|
|
1286
1284
|
};
|
|
1287
|
-
type: import("vue").Ref<any>;
|
|
1288
1285
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1289
|
-
prefixCls: unknown;
|
|
1290
1286
|
defaultValue: import("vue").Ref<any>;
|
|
1291
1287
|
valueRange: any;
|
|
1292
1288
|
valueLoop: any;
|
|
@@ -1342,8 +1338,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1342
1338
|
[x: string]: any;
|
|
1343
1339
|
}, {
|
|
1344
1340
|
type: import("vue").Ref<any>;
|
|
1341
|
+
bem: {
|
|
1342
|
+
b: (blockSuffix?: string) => string;
|
|
1343
|
+
e: (element?: string) => string;
|
|
1344
|
+
m: (modifier?: string) => string;
|
|
1345
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1346
|
+
em: (element: string, modifier: string) => string;
|
|
1347
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1348
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1349
|
+
is: (name?: string) => string;
|
|
1350
|
+
};
|
|
1345
1351
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1346
|
-
prefixCls: unknown;
|
|
1347
1352
|
defaultValue: import("vue").Ref<any>;
|
|
1348
1353
|
valueRange: any;
|
|
1349
1354
|
valueLoop: any;
|
|
@@ -1384,16 +1389,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1384
1389
|
disabled: any;
|
|
1385
1390
|
class: string[];
|
|
1386
1391
|
}>;
|
|
1387
|
-
bem: {
|
|
1388
|
-
b: (blockSuffix?: string) => string;
|
|
1389
|
-
e: (element?: string) => string;
|
|
1390
|
-
m: (modifier?: string) => string;
|
|
1391
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1392
|
-
em: (element: string, modifier: string) => string;
|
|
1393
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1394
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1395
|
-
is: (name?: string) => string;
|
|
1396
|
-
};
|
|
1397
1392
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1398
1393
|
readonly change: (value: string) => boolean;
|
|
1399
1394
|
readonly 'update:value': (value: string) => boolean;
|
|
@@ -1408,16 +1403,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1408
1403
|
WeekUI: import("vue").DefineComponent<{
|
|
1409
1404
|
[x: string]: any;
|
|
1410
1405
|
}, {
|
|
1411
|
-
bem: {
|
|
1412
|
-
b: (blockSuffix?: string) => string;
|
|
1413
|
-
e: (element?: string) => string;
|
|
1414
|
-
m: (modifier?: string) => string;
|
|
1415
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1416
|
-
em: (element: string, modifier: string) => string;
|
|
1417
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1418
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1419
|
-
is: (name?: string) => string;
|
|
1420
|
-
};
|
|
1421
1406
|
weekOptions: import("vue").ComputedRef<{
|
|
1422
1407
|
label: string;
|
|
1423
1408
|
value: number;
|
|
@@ -1449,8 +1434,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1449
1434
|
'7': string;
|
|
1450
1435
|
};
|
|
1451
1436
|
type: import("vue").Ref<any>;
|
|
1437
|
+
bem: {
|
|
1438
|
+
b: (blockSuffix?: string) => string;
|
|
1439
|
+
e: (element?: string) => string;
|
|
1440
|
+
m: (modifier?: string) => string;
|
|
1441
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1442
|
+
em: (element: string, modifier: string) => string;
|
|
1443
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1444
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1445
|
+
is: (name?: string) => string;
|
|
1446
|
+
};
|
|
1452
1447
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1453
|
-
prefixCls: unknown;
|
|
1454
1448
|
defaultValue: import("vue").Ref<any>;
|
|
1455
1449
|
valueRange: any;
|
|
1456
1450
|
valueLoop: any;
|
|
@@ -1506,8 +1500,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1506
1500
|
[x: string]: any;
|
|
1507
1501
|
}, {
|
|
1508
1502
|
type: import("vue").Ref<any>;
|
|
1503
|
+
bem: {
|
|
1504
|
+
b: (blockSuffix?: string) => string;
|
|
1505
|
+
e: (element?: string) => string;
|
|
1506
|
+
m: (modifier?: string) => string;
|
|
1507
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
1508
|
+
em: (element: string, modifier: string) => string;
|
|
1509
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
1510
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1511
|
+
is: (name?: string) => string;
|
|
1512
|
+
};
|
|
1509
1513
|
TypeEnum: typeof import("../config").TypeEnum;
|
|
1510
|
-
prefixCls: unknown;
|
|
1511
1514
|
defaultValue: import("vue").Ref<any>;
|
|
1512
1515
|
valueRange: any;
|
|
1513
1516
|
valueLoop: any;
|
|
@@ -1548,16 +1551,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1548
1551
|
disabled: any;
|
|
1549
1552
|
class: string[];
|
|
1550
1553
|
}>;
|
|
1551
|
-
bem: {
|
|
1552
|
-
b: (blockSuffix?: string) => string;
|
|
1553
|
-
e: (element?: string) => string;
|
|
1554
|
-
m: (modifier?: string) => string;
|
|
1555
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1556
|
-
em: (element: string, modifier: string) => string;
|
|
1557
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
1558
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
1559
|
-
is: (name?: string) => string;
|
|
1560
|
-
};
|
|
1561
1554
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1562
1555
|
readonly change: (value: string) => boolean;
|
|
1563
1556
|
readonly 'update:value': (value: string) => boolean;
|