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.
Files changed (125) hide show
  1. package/es/components/api-component/index.d.ts +37 -29
  2. package/es/components/api-component/index.mjs +1 -1
  3. package/es/components/api-component/src/api-component.vue.d.ts +37 -29
  4. package/es/components/api-component/src/api-component.vue2.mjs +30 -34
  5. package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
  6. package/es/components/api-component/src/components/params-table.vue2.mjs +1 -10
  7. package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
  8. package/es/components/api-component/src/config/api-component.d.ts +11 -0
  9. package/es/components/api-component/src/config/api-component.mjs +4 -1
  10. package/es/components/api-component/src/config/api-component.mjs.map +1 -1
  11. package/es/components/api-component/src/config/index.mjs +1 -1
  12. package/es/components/easy-cron/index.d.ts +61 -68
  13. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
  14. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
  15. package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
  16. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -1
  17. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +1 -4
  18. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -1
  19. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
  20. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -1
  21. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +7 -13
  22. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -1
  23. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
  24. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -1
  25. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +7 -13
  26. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -1
  27. package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
  28. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -1
  29. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +7 -13
  30. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -1
  31. package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
  32. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -1
  33. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +7 -13
  34. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -1
  35. package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
  36. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -1
  37. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +0 -4
  38. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -1
  39. package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
  40. package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -1
  41. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +6 -12
  42. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -1
  43. package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
  44. package/es/components/easy-cron/src/config/use-tab-mixin.mjs +4 -3
  45. package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -1
  46. package/es/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
  47. package/es/components/index.mjs +1 -1
  48. package/es/index.mjs +1 -1
  49. package/es/utils/props/runtime.d.ts +2 -2
  50. package/index.full.js +70 -102
  51. package/index.full.min.js +16 -16
  52. package/index.full.min.js.map +1 -1
  53. package/index.full.min.mjs +22 -22
  54. package/index.full.min.mjs.map +1 -1
  55. package/index.full.mjs +71 -104
  56. package/lib/components/api-component/index.d.ts +37 -29
  57. package/lib/components/api-component/index.js +1 -0
  58. package/lib/components/api-component/index.js.map +1 -1
  59. package/lib/components/api-component/src/api-component.vue.d.ts +37 -29
  60. package/lib/components/api-component/src/api-component.vue2.js +29 -33
  61. package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
  62. package/lib/components/api-component/src/components/params-table.vue2.js +0 -9
  63. package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
  64. package/lib/components/api-component/src/config/api-component.d.ts +11 -0
  65. package/lib/components/api-component/src/config/api-component.js +4 -0
  66. package/lib/components/api-component/src/config/api-component.js.map +1 -1
  67. package/lib/components/api-component/src/config/index.js +1 -0
  68. package/lib/components/api-component/src/config/index.js.map +1 -1
  69. package/lib/components/easy-cron/index.d.ts +61 -68
  70. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
  71. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
  72. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
  73. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -1
  74. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +1 -4
  75. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -1
  76. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
  77. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -1
  78. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +7 -13
  79. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -1
  80. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
  81. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -1
  82. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +7 -13
  83. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -1
  84. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
  85. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -1
  86. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +7 -13
  87. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -1
  88. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
  89. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -1
  90. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +7 -13
  91. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -1
  92. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
  93. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -1
  94. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +0 -4
  95. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -1
  96. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
  97. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -1
  98. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +6 -12
  99. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -1
  100. package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
  101. package/lib/components/easy-cron/src/config/use-tab-mixin.js +3 -2
  102. package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -1
  103. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
  104. package/lib/components/index.js +1 -0
  105. package/lib/components/index.js.map +1 -1
  106. package/lib/index.js +1 -0
  107. package/lib/index.js.map +1 -1
  108. package/lib/utils/props/runtime.d.ts +2 -2
  109. package/package.json +1 -1
  110. package/types/packages/components/api-component/index.d.ts +37 -29
  111. package/types/packages/components/api-component/src/api-component.vue.d.ts +37 -29
  112. package/types/packages/components/api-component/src/config/api-component.d.ts +11 -0
  113. package/types/packages/components/easy-cron/index.d.ts +61 -68
  114. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
  115. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
  116. package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
  117. package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
  118. package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
  119. package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
  120. package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
  121. package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
  122. package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
  123. package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
  124. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
  125. 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
- } | NativePropType | EpPropInput<any, any, any, any, any>>>(props: Props) => { [K in keyof Props]: IfEpProp<Props[K], Props[K], IfNativePropType<Props[K], Props[K], EpPropConvert<Props[K]>>>; };
32
+ }>>(props: Props) => { [K in keyof Props]: IfEpProp<Props[K], Props[K], IfNativePropType<Props[K], Props[K], EpPropConvert<Props[K]>>>; };