@silver-formily/element-plus 2.0.1 → 2.1.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.
Files changed (154) hide show
  1. package/LICENSE +21 -21
  2. package/README.en-US.md +32 -0
  3. package/README.md +32 -35
  4. package/esm/__builtins__/configs/index.mjs.map +1 -1
  5. package/esm/__builtins__/index.mjs +15 -16
  6. package/esm/__builtins__/shared/hooks.mjs.map +1 -1
  7. package/esm/__builtins__/shared/index.mjs +11 -12
  8. package/esm/__builtins__/shared/loading.mjs.map +1 -1
  9. package/esm/__builtins__/shared/simple-version-compare.mjs.map +1 -1
  10. package/esm/__builtins__/shared/transform-component.d.ts +2 -6
  11. package/esm/__builtins__/shared/transform-component.mjs +16 -33
  12. package/esm/__builtins__/shared/transform-component.mjs.map +1 -1
  13. package/esm/__builtins__/shared/utils.mjs +10 -10
  14. package/esm/__builtins__/shared/utils.mjs.map +1 -1
  15. package/esm/array-base/index.mjs +76 -73
  16. package/esm/array-base/index.mjs.map +1 -1
  17. package/esm/array-base/symbols.mjs.map +1 -1
  18. package/esm/array-base/utils.mjs +33 -29
  19. package/esm/array-base/utils.mjs.map +1 -1
  20. package/esm/array-cards/index.mjs +56 -54
  21. package/esm/array-cards/index.mjs.map +1 -1
  22. package/esm/array-collapse/index.mjs +64 -62
  23. package/esm/array-collapse/index.mjs.map +1 -1
  24. package/esm/array-collapse/utils.mjs +8 -2
  25. package/esm/array-collapse/utils.mjs.map +1 -1
  26. package/esm/array-items/index.mjs +53 -47
  27. package/esm/array-items/index.mjs.map +1 -1
  28. package/esm/array-list-tabs/index.mjs +36 -34
  29. package/esm/array-list-tabs/index.mjs.map +1 -1
  30. package/esm/array-list-tabs/utils.mjs +11 -5
  31. package/esm/array-list-tabs/utils.mjs.map +1 -1
  32. package/esm/array-table/array-table.d.ts +28 -0
  33. package/esm/array-table/index.d.ts +28 -0
  34. package/esm/array-table/index.mjs +126 -123
  35. package/esm/array-table/index.mjs.map +1 -1
  36. package/esm/array-table/types.d.ts +1 -0
  37. package/esm/array-table/utils.mjs +18 -12
  38. package/esm/array-table/utils.mjs.map +1 -1
  39. package/esm/array-tabs/index.mjs +19 -17
  40. package/esm/array-tabs/index.mjs.map +1 -1
  41. package/esm/cascader/index.mjs +26 -24
  42. package/esm/cascader/index.mjs.map +1 -1
  43. package/esm/checkbox/checkbox-group.d.ts +1 -4
  44. package/esm/checkbox/index.d.ts +442 -379
  45. package/esm/checkbox/index.mjs +19 -16
  46. package/esm/checkbox/index.mjs.map +1 -1
  47. package/esm/date-picker/index.mjs +14 -12
  48. package/esm/date-picker/index.mjs.map +1 -1
  49. package/esm/editable/editable.d.ts +16 -12
  50. package/esm/editable/index.d.ts +8 -6
  51. package/esm/editable/index.mjs +113 -113
  52. package/esm/editable/index.mjs.map +1 -1
  53. package/esm/form/form.mjs +6 -6
  54. package/esm/form/form.mjs.map +1 -1
  55. package/esm/form-button-group/index.mjs +33 -29
  56. package/esm/form-button-group/index.mjs.map +1 -1
  57. package/esm/form-button-group/utils.mjs +8 -2
  58. package/esm/form-button-group/utils.mjs.map +1 -1
  59. package/esm/form-collapse/index.mjs +43 -42
  60. package/esm/form-collapse/index.mjs.map +1 -1
  61. package/esm/form-collapse/utils.mjs.map +1 -1
  62. package/esm/form-dialog/index.d.ts +1 -1
  63. package/esm/form-dialog/index.mjs +22 -22
  64. package/esm/form-dialog/index.mjs.map +1 -1
  65. package/esm/form-dialog/types.d.ts +6 -6
  66. package/esm/form-drawer/index.d.ts +1 -1
  67. package/esm/form-drawer/index.mjs +21 -21
  68. package/esm/form-drawer/index.mjs.map +1 -1
  69. package/esm/form-drawer/types.d.ts +6 -6
  70. package/esm/form-grid/hooks.mjs.map +1 -1
  71. package/esm/form-grid/index.d.ts +1 -183
  72. package/esm/form-grid/index.mjs +23 -20
  73. package/esm/form-grid/index.mjs.map +1 -1
  74. package/esm/form-item/form-item.d.ts +2 -1
  75. package/esm/form-item/index.d.ts +12 -6
  76. package/esm/form-item/index.mjs +157 -151
  77. package/esm/form-item/index.mjs.map +1 -1
  78. package/esm/form-item/types.d.ts +0 -1
  79. package/esm/form-item/utils.mjs.map +1 -1
  80. package/esm/form-layout/form-layout.d.ts +0 -1
  81. package/esm/form-layout/form-layout.mjs +56 -51
  82. package/esm/form-layout/form-layout.mjs.map +1 -1
  83. package/esm/form-layout/types.d.ts +0 -2
  84. package/esm/form-layout/utils.d.ts +3 -3
  85. package/esm/form-layout/utils.mjs +55 -45
  86. package/esm/form-layout/utils.mjs.map +1 -1
  87. package/esm/form-step/index.mjs +38 -34
  88. package/esm/form-step/index.mjs.map +1 -1
  89. package/esm/form-step/utils.mjs.map +1 -1
  90. package/esm/form-tab/hooks.mjs.map +1 -1
  91. package/esm/form-tab/index.d.ts +1 -26
  92. package/esm/form-tab/index.mjs +36 -35
  93. package/esm/form-tab/index.mjs.map +1 -1
  94. package/esm/form-tab/utils.mjs.map +1 -1
  95. package/esm/index.mjs +58 -58
  96. package/esm/input/index.mjs +23 -20
  97. package/esm/input/index.mjs.map +1 -1
  98. package/esm/input-number/index.d.ts +258 -147
  99. package/esm/input-number/index.mjs +9 -7
  100. package/esm/input-number/index.mjs.map +1 -1
  101. package/esm/pagination/components/jumper.mjs.map +1 -1
  102. package/esm/pagination/components/next.mjs.map +1 -1
  103. package/esm/pagination/components/pager.mjs.map +1 -1
  104. package/esm/pagination/components/prev.mjs.map +1 -1
  105. package/esm/pagination/components/total.mjs.map +1 -1
  106. package/esm/pagination/pagination.mjs +109 -110
  107. package/esm/pagination/pagination.mjs.map +1 -1
  108. package/esm/password/index.mjs.map +1 -1
  109. package/esm/preview-text/index.mjs +35 -32
  110. package/esm/preview-text/index.mjs.map +1 -1
  111. package/esm/preview-text/utils.mjs.map +1 -1
  112. package/esm/radio/index.d.ts +344 -194
  113. package/esm/radio/index.mjs +28 -25
  114. package/esm/radio/index.mjs.map +1 -1
  115. package/esm/reset/index.d.ts +1 -62
  116. package/esm/reset/index.mjs +1 -1
  117. package/esm/reset/index.mjs.map +1 -1
  118. package/esm/select/index.mjs +23 -20
  119. package/esm/select/index.mjs.map +1 -1
  120. package/esm/select-table/index.d.ts +28 -0
  121. package/esm/select-table/index.mjs +59 -55
  122. package/esm/select-table/index.mjs.map +1 -1
  123. package/esm/select-table/select-table.d.ts +56 -0
  124. package/esm/submit/index.d.ts +1 -47
  125. package/esm/submit/index.mjs +1 -1
  126. package/esm/submit/index.mjs.map +1 -1
  127. package/esm/switch/index.d.ts +225 -189
  128. package/esm/switch/index.mjs.map +1 -1
  129. package/esm/time-picker/index.mjs +8 -6
  130. package/esm/time-picker/index.mjs.map +1 -1
  131. package/esm/time-select/index.d.ts +163 -103
  132. package/esm/time-select/index.mjs +8 -6
  133. package/esm/time-select/index.mjs.map +1 -1
  134. package/esm/transfer/index.d.ts +196 -115
  135. package/esm/transfer/index.mjs.map +1 -1
  136. package/esm/tree/index.mjs +43 -40
  137. package/esm/tree/index.mjs.map +1 -1
  138. package/esm/tree/utils.mjs.map +1 -1
  139. package/esm/tree-select/index.mjs +20 -17
  140. package/esm/tree-select/index.mjs.map +1 -1
  141. package/esm/upload/index.d.ts +404 -399
  142. package/esm/upload/index.mjs +9 -7
  143. package/esm/upload/index.mjs.map +1 -1
  144. package/esm/upload/upload.d.ts +800 -790
  145. package/esm/vendor/icon.mjs.map +1 -1
  146. package/esm/vendor/lodash.mjs +12 -20
  147. package/esm/vendor/lodash.mjs.map +1 -1
  148. package/esm/vendor/runtime.mjs +29 -24
  149. package/esm/vendor/runtime.mjs.map +1 -1
  150. package/esm/vendor/shared.esm-bundler.mjs +2 -2
  151. package/esm/vendor/sizes.mjs.map +1 -1
  152. package/esm/vendor/types.mjs +5 -5
  153. package/esm/vendor/types.mjs.map +1 -1
  154. package/package.json +113 -114
@@ -1,49 +1,79 @@
1
1
  export declare const TimeSelect: import('element-plus/es/utils/index.mjs').SFCWithInstall<import('vue').DefineComponent<{
2
- readonly emptyValues: ArrayConstructor;
3
- readonly valueOnClear: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
4
- readonly format: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
5
- readonly modelValue: {
6
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
7
- readonly required: false;
8
- readonly validator: ((val: unknown) => boolean) | undefined;
9
- __epPropKey: true;
10
- };
11
- readonly disabled: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
12
- readonly editable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
13
- readonly effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown, "light", boolean>;
14
- readonly clearable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
15
- readonly size: {
16
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
17
- readonly required: false;
18
- readonly validator: ((val: unknown) => boolean) | undefined;
19
- __epPropKey: true;
20
- };
21
- readonly placeholder: StringConstructor;
22
- readonly start: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
23
- readonly end: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
24
- readonly step: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
25
- readonly minTime: {
26
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
27
- readonly required: false;
28
- readonly validator: ((val: unknown) => boolean) | undefined;
29
- __epPropKey: true;
30
- };
31
- readonly maxTime: {
32
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
33
- readonly required: false;
34
- readonly validator: ((val: unknown) => boolean) | undefined;
35
- __epPropKey: true;
36
- };
37
- readonly includeEndTime: BooleanConstructor;
38
- readonly name: StringConstructor;
39
- readonly prefixIcon: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => any, boolean>;
40
- readonly clearIcon: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => any, boolean>;
41
- readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
42
- readonly popperStyle: {
43
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | ((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties))[], unknown, unknown>>;
44
- readonly required: false;
45
- readonly validator: ((val: unknown) => boolean) | undefined;
46
- __epPropKey: true;
2
+ emptyValues: {
3
+ type: import('vue').PropType<unknown[]>;
4
+ };
5
+ valueOnClear: {
6
+ type: import('vue').PropType<string | number | boolean | Function>;
7
+ default: undefined;
8
+ };
9
+ size: {
10
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
11
+ };
12
+ name: {
13
+ type: import('vue').PropType<string>;
14
+ };
15
+ editable: {
16
+ type: import('vue').PropType<boolean>;
17
+ default: boolean;
18
+ };
19
+ disabled: {
20
+ type: import('vue').PropType<boolean>;
21
+ default: undefined;
22
+ };
23
+ format: {
24
+ type: import('vue').PropType<string>;
25
+ default: string;
26
+ };
27
+ placeholder: {
28
+ type: import('vue').PropType<string>;
29
+ };
30
+ modelValue: {
31
+ type: import('vue').PropType<string>;
32
+ };
33
+ start: {
34
+ type: import('vue').PropType<string>;
35
+ default: string;
36
+ };
37
+ end: {
38
+ type: import('vue').PropType<string>;
39
+ default: string;
40
+ };
41
+ popperClass: {
42
+ type: import('vue').PropType<string>;
43
+ default: string;
44
+ };
45
+ popperStyle: {
46
+ type: import('vue').PropType<string | import('vue').CSSProperties>;
47
+ default: undefined;
48
+ };
49
+ clearable: {
50
+ type: import('vue').PropType<boolean>;
51
+ default: boolean;
52
+ };
53
+ clearIcon: {
54
+ type: import('vue').PropType<string | import('vue').Component>;
55
+ default: () => any;
56
+ };
57
+ prefixIcon: {
58
+ type: import('vue').PropType<string | import('vue').Component>;
59
+ default: () => any;
60
+ };
61
+ step: {
62
+ type: import('vue').PropType<string>;
63
+ default: string;
64
+ };
65
+ effect: {
66
+ type: import('vue').PropType<import('element-plus').PopperEffect>;
67
+ default: string;
68
+ };
69
+ minTime: {
70
+ type: import('vue').PropType<string>;
71
+ };
72
+ maxTime: {
73
+ type: import('vue').PropType<string>;
74
+ };
75
+ includeEndTime: {
76
+ type: import('vue').PropType<boolean>;
47
77
  };
48
78
  }, {
49
79
  blur: () => void;
@@ -55,51 +85,81 @@ export declare const TimeSelect: import('element-plus/es/utils/index.mjs').SFCWi
55
85
  clear: (...args: any[]) => void;
56
86
  blur: (...args: any[]) => void;
57
87
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
58
- readonly emptyValues: ArrayConstructor;
59
- readonly valueOnClear: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
60
- readonly format: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
61
- readonly modelValue: {
62
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
63
- readonly required: false;
64
- readonly validator: ((val: unknown) => boolean) | undefined;
65
- __epPropKey: true;
66
- };
67
- readonly disabled: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
68
- readonly editable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
69
- readonly effect: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown, "light", boolean>;
70
- readonly clearable: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
71
- readonly size: {
72
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
73
- readonly required: false;
74
- readonly validator: ((val: unknown) => boolean) | undefined;
75
- __epPropKey: true;
76
- };
77
- readonly placeholder: StringConstructor;
78
- readonly start: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
79
- readonly end: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
80
- readonly step: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
81
- readonly minTime: {
82
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
83
- readonly required: false;
84
- readonly validator: ((val: unknown) => boolean) | undefined;
85
- __epPropKey: true;
86
- };
87
- readonly maxTime: {
88
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
89
- readonly required: false;
90
- readonly validator: ((val: unknown) => boolean) | undefined;
91
- __epPropKey: true;
92
- };
93
- readonly includeEndTime: BooleanConstructor;
94
- readonly name: StringConstructor;
95
- readonly prefixIcon: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => any, boolean>;
96
- readonly clearIcon: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown, () => any, boolean>;
97
- readonly popperClass: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
98
- readonly popperStyle: {
99
- readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties) | ((new (...args: any[]) => string | import('vue').CSSProperties) | (() => string | import('vue').CSSProperties))[], unknown, unknown>>;
100
- readonly required: false;
101
- readonly validator: ((val: unknown) => boolean) | undefined;
102
- __epPropKey: true;
88
+ emptyValues: {
89
+ type: import('vue').PropType<unknown[]>;
90
+ };
91
+ valueOnClear: {
92
+ type: import('vue').PropType<string | number | boolean | Function>;
93
+ default: undefined;
94
+ };
95
+ size: {
96
+ type: import('vue').PropType<"" | "small" | "default" | "large">;
97
+ };
98
+ name: {
99
+ type: import('vue').PropType<string>;
100
+ };
101
+ editable: {
102
+ type: import('vue').PropType<boolean>;
103
+ default: boolean;
104
+ };
105
+ disabled: {
106
+ type: import('vue').PropType<boolean>;
107
+ default: undefined;
108
+ };
109
+ format: {
110
+ type: import('vue').PropType<string>;
111
+ default: string;
112
+ };
113
+ placeholder: {
114
+ type: import('vue').PropType<string>;
115
+ };
116
+ modelValue: {
117
+ type: import('vue').PropType<string>;
118
+ };
119
+ start: {
120
+ type: import('vue').PropType<string>;
121
+ default: string;
122
+ };
123
+ end: {
124
+ type: import('vue').PropType<string>;
125
+ default: string;
126
+ };
127
+ popperClass: {
128
+ type: import('vue').PropType<string>;
129
+ default: string;
130
+ };
131
+ popperStyle: {
132
+ type: import('vue').PropType<string | import('vue').CSSProperties>;
133
+ default: undefined;
134
+ };
135
+ clearable: {
136
+ type: import('vue').PropType<boolean>;
137
+ default: boolean;
138
+ };
139
+ clearIcon: {
140
+ type: import('vue').PropType<string | import('vue').Component>;
141
+ default: () => any;
142
+ };
143
+ prefixIcon: {
144
+ type: import('vue').PropType<string | import('vue').Component>;
145
+ default: () => any;
146
+ };
147
+ step: {
148
+ type: import('vue').PropType<string>;
149
+ default: string;
150
+ };
151
+ effect: {
152
+ type: import('vue').PropType<import('element-plus').PopperEffect>;
153
+ default: string;
154
+ };
155
+ minTime: {
156
+ type: import('vue').PropType<string>;
157
+ };
158
+ maxTime: {
159
+ type: import('vue').PropType<string>;
160
+ };
161
+ includeEndTime: {
162
+ type: import('vue').PropType<boolean>;
103
163
  };
104
164
  }>> & {
105
165
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
@@ -108,18 +168,18 @@ export declare const TimeSelect: import('element-plus/es/utils/index.mjs').SFCWi
108
168
  onBlur?: ((...args: any[]) => any) | undefined;
109
169
  onClear?: ((...args: any[]) => any) | undefined;
110
170
  }, {
111
- readonly disabled: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
112
- readonly end: string;
113
- readonly start: string;
114
- readonly effect: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string) | (() => import('element-plus').PopperEffect) | ((new (...args: any[]) => string) | (() => import('element-plus').PopperEffect))[], unknown, unknown>;
115
- readonly valueOnClear: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
116
- readonly format: string;
117
- readonly clearIcon: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
118
- readonly prefixIcon: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>;
119
- readonly clearable: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
120
- readonly popperClass: string;
121
- readonly editable: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
122
- readonly step: string;
123
- readonly includeEndTime: boolean;
171
+ disabled: boolean;
172
+ end: string;
173
+ start: string;
174
+ effect: import('element-plus').PopperEffect;
175
+ valueOnClear: string | number | boolean | Function | null;
176
+ format: string;
177
+ clearIcon: string | import('vue').Component;
178
+ prefixIcon: string | import('vue').Component;
179
+ clearable: boolean;
180
+ popperClass: string;
181
+ popperStyle: string | import('vue').CSSProperties;
182
+ editable: boolean;
183
+ step: string;
124
184
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
125
185
  export default TimeSelect;
@@ -1,14 +1,16 @@
1
1
  import { connect as e, mapProps as t } from "@silver-formily/vue";
2
2
  import { ElTimeSelect as m } from "element-plus";
3
- import { PreviewText as o } from "../preview-text/index.mjs";
4
- import { mapReadPretty as r } from "../__builtins__/shared/transform-component.mjs";
5
- const l = e(
3
+ import "vue";
4
+ import "@formily/reactive";
5
+ import { mapReadPretty as o } from "../__builtins__/shared/transform-component.mjs";
6
+ import { PreviewText as r } from "../preview-text/index.mjs";
7
+ const f = e(
6
8
  m,
7
9
  t({ disabled: "disabled", editable: "editable" }),
8
- r(o.Input)
10
+ o(r.Input)
9
11
  );
10
12
  export {
11
- l as TimeSelect,
12
- l as default
13
+ f as TimeSelect,
14
+ f as default
13
15
  };
14
16
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../src/time-select/index.ts"],"sourcesContent":["import { connect, mapProps } from '@silver-formily/vue'\r\nimport { ElTimeSelect } from 'element-plus'\r\nimport { mapReadPretty } from '../__builtins__'\r\nimport { PreviewText } from '../preview-text'\r\n\r\nexport const TimeSelect = connect<typeof ElTimeSelect>(\n ElTimeSelect,\n mapProps({ disabled: 'disabled', editable: 'editable' }),\r\n mapReadPretty(PreviewText.Input),\r\n)\r\n\r\nexport default TimeSelect\r\n"],"names":["TimeSelect","connect","ElTimeSelect","mapProps","mapReadPretty","PreviewText"],"mappings":";;;;AAKO,MAAMA,IAAaC;AAAA,EACxBC;AAAA,EACAC,EAAS,EAAE,UAAU,YAAY,UAAU,YAAY;AAAA,EACvDC,EAAcC,EAAY,KAAK;AACjC;"}
1
+ {"version":3,"file":"index.mjs","sources":["../../src/time-select/index.ts"],"sourcesContent":["import { connect, mapProps } from '@silver-formily/vue'\r\nimport { ElTimeSelect } from 'element-plus'\r\nimport { mapReadPretty } from '../__builtins__'\r\nimport { PreviewText } from '../preview-text'\r\n\r\nexport const TimeSelect = connect<typeof ElTimeSelect>(\n ElTimeSelect,\n mapProps({ disabled: 'disabled', editable: 'editable' }),\r\n mapReadPretty(PreviewText.Input),\r\n)\r\n\r\nexport default TimeSelect\r\n"],"names":["TimeSelect","connect","ElTimeSelect","mapProps","mapReadPretty","PreviewText"],"mappings":";;;;;;AAKO,MAAMA,IAAaC;AAAA,EACxBC;AAAA,EACAC,EAAS,EAAE,UAAU,YAAY,UAAU,YAAY;AAAA,EACvDC,EAAcC,EAAY,KAAK;AACjC;"}