ll-plus 2.2.0 → 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 (400) hide show
  1. package/es/component.mjs +2 -0
  2. package/es/component.mjs.map +1 -1
  3. package/es/components/advanced-filtering/index.d.ts +312 -312
  4. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  6. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  7. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs +3 -0
  8. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs.map +1 -1
  9. package/es/components/api-component/index.d.ts +66 -58
  10. package/es/components/api-component/index.mjs +1 -1
  11. package/es/components/api-component/src/api-component.vue.d.ts +66 -58
  12. package/es/components/api-component/src/api-component.vue2.mjs +30 -34
  13. package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
  14. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  15. package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
  16. package/es/components/api-component/src/components/api-url.vue2.mjs +13 -24
  17. package/es/components/api-component/src/components/api-url.vue2.mjs.map +1 -1
  18. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  19. package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  20. package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
  21. package/es/components/api-component/src/components/params-table.vue2.mjs +5 -12
  22. package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
  23. package/es/components/api-component/src/config/api-component.d.ts +12 -1
  24. package/es/components/api-component/src/config/api-component.mjs +4 -1
  25. package/es/components/api-component/src/config/api-component.mjs.map +1 -1
  26. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  27. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  28. package/es/components/api-component/src/config/index.mjs +1 -1
  29. package/es/components/button/index.d.ts +1 -1
  30. package/es/components/button/src/button.vue.d.ts +1 -1
  31. package/es/components/checkbox/index.d.ts +217 -217
  32. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  33. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  34. package/es/components/code-editor/index.d.ts +3 -3
  35. package/es/components/code-editor/src/code-editor.vue.d.ts +3 -3
  36. package/es/components/drawer/index.d.ts +11 -11
  37. package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  38. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  39. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  40. package/es/components/easy-cron/index.d.ts +2127 -0
  41. package/es/components/easy-cron/index.mjs +13 -0
  42. package/es/components/easy-cron/index.mjs.map +1 -0
  43. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1592 -0
  44. package/es/components/easy-cron/src/components/easy-cron-inner.vue.mjs +8 -0
  45. package/es/components/easy-cron/src/components/easy-cron-inner.vue.mjs.map +1 -0
  46. package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs +563 -0
  47. package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs.map +1 -0
  48. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1614 -0
  49. package/es/components/easy-cron/src/components/easy-cron-modal.vue.mjs +8 -0
  50. package/es/components/easy-cron/src/components/easy-cron-modal.vue.mjs.map +1 -0
  51. package/es/components/easy-cron/src/components/easy-cron-modal.vue2.mjs +56 -0
  52. package/es/components/easy-cron/src/components/easy-cron-modal.vue2.mjs.map +1 -0
  53. package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +75 -0
  54. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs +263 -0
  55. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -0
  56. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +44 -0
  57. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -0
  58. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +67 -0
  59. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs +217 -0
  60. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -0
  61. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +25 -0
  62. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -0
  63. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +67 -0
  64. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs +217 -0
  65. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -0
  66. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +25 -0
  67. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -0
  68. package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +67 -0
  69. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs +217 -0
  70. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -0
  71. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +25 -0
  72. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -0
  73. package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +67 -0
  74. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs +217 -0
  75. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -0
  76. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +25 -0
  77. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -0
  78. package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +98 -0
  79. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs +221 -0
  80. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -0
  81. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +92 -0
  82. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -0
  83. package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +67 -0
  84. package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs +158 -0
  85. package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -0
  86. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +25 -0
  87. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -0
  88. package/es/components/easy-cron/src/config/date-utils.d.ts +8 -0
  89. package/es/components/easy-cron/src/config/date-utils.mjs +15 -0
  90. package/es/components/easy-cron/src/config/date-utils.mjs.map +1 -0
  91. package/es/components/easy-cron/src/config/easy-cron.d.ts +23 -0
  92. package/es/components/easy-cron/src/config/easy-cron.mjs +40 -0
  93. package/es/components/easy-cron/src/config/easy-cron.mjs.map +1 -0
  94. package/es/components/easy-cron/src/config/index.d.ts +4 -0
  95. package/es/components/easy-cron/src/config/index.mjs +7 -0
  96. package/es/components/easy-cron/src/config/index.mjs.map +1 -0
  97. package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +70 -0
  98. package/es/components/easy-cron/src/config/use-tab-mixin.mjs +192 -0
  99. package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -0
  100. package/es/components/easy-cron/src/config/validator.d.ts +2 -0
  101. package/es/components/easy-cron/src/config/validator.mjs +45 -0
  102. package/es/components/easy-cron/src/config/validator.mjs.map +1 -0
  103. package/es/components/easy-cron/src/easy-cron.vue.d.ts +2120 -0
  104. package/es/components/easy-cron/src/easy-cron.vue.mjs +8 -0
  105. package/es/components/easy-cron/src/easy-cron.vue.mjs.map +1 -0
  106. package/es/components/easy-cron/src/easy-cron.vue2.mjs +90 -0
  107. package/es/components/easy-cron/src/easy-cron.vue2.mjs.map +1 -0
  108. package/es/components/form/index.d.ts +142 -142
  109. package/es/components/form/src/config/form.d.ts +56 -56
  110. package/es/components/form/src/form.vue.d.ts +142 -142
  111. package/es/components/icon-base/index.d.ts +2 -2
  112. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  113. package/es/components/index.d.ts +1 -0
  114. package/es/components/index.mjs +5 -1
  115. package/es/components/index.mjs.map +1 -1
  116. package/es/components/input/index.d.ts +31 -31
  117. package/es/components/input/src/input.vue.d.ts +31 -31
  118. package/es/components/input-number/index.d.ts +3 -3
  119. package/es/components/input-number/src/input-number.vue.d.ts +3 -3
  120. package/es/components/key-value/index.d.ts +6 -6
  121. package/es/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  122. package/es/components/key-value/src/key-value.vue.d.ts +6 -6
  123. package/es/components/modal/index.d.ts +5 -5
  124. package/es/components/modal/src/modal.vue.d.ts +5 -5
  125. package/es/components/number-range/index.d.ts +6 -8
  126. package/es/components/number-range/src/number-range.vue.d.ts +6 -8
  127. package/es/components/number-range/src/number-range.vue2.mjs +4 -12
  128. package/es/components/number-range/src/number-range.vue2.mjs.map +1 -1
  129. package/es/components/operate-icon/index.d.ts +6 -6
  130. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  131. package/es/components/select/index.d.ts +11 -11
  132. package/es/components/select/src/select.vue.d.ts +11 -11
  133. package/es/components/table/index.d.ts +6 -6
  134. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  135. package/es/components/table/src/config/table.d.ts +2 -2
  136. package/es/components/table/src/table.vue.d.ts +6 -6
  137. package/es/components/tag-group/index.d.ts +3 -3
  138. package/es/components/tag-group/src/tag-group.vue.d.ts +3 -3
  139. package/es/components/textarea/index.d.ts +5 -5
  140. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  141. package/es/components/tooltip/index.d.ts +4 -4
  142. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  143. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  144. package/es/components/tree/index.d.ts +2 -2
  145. package/es/components/tree/src/tree.vue.d.ts +2 -2
  146. package/es/components/tree-search/index.d.ts +17 -17
  147. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  148. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  149. package/es/components/upload-drag/index.d.ts +4 -4
  150. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  151. package/es/index.mjs +5 -1
  152. package/es/index.mjs.map +1 -1
  153. package/global.d.ts +1 -0
  154. package/index.full.js +10484 -427
  155. package/index.full.min.js +28 -26
  156. package/index.full.min.js.map +1 -1
  157. package/index.full.min.mjs +28 -26
  158. package/index.full.min.mjs.map +1 -1
  159. package/index.full.mjs +10472 -425
  160. package/lib/component.js +70 -68
  161. package/lib/component.js.map +1 -1
  162. package/lib/components/advanced-filtering/index.d.ts +312 -312
  163. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  164. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  165. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  166. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js +3 -0
  167. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js.map +1 -1
  168. package/lib/components/api-component/index.d.ts +66 -58
  169. package/lib/components/api-component/index.js +1 -0
  170. package/lib/components/api-component/index.js.map +1 -1
  171. package/lib/components/api-component/src/api-component.vue.d.ts +66 -58
  172. package/lib/components/api-component/src/api-component.vue2.js +29 -33
  173. package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
  174. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  175. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  176. package/lib/components/api-component/src/components/api-url.vue2.js +13 -24
  177. package/lib/components/api-component/src/components/api-url.vue2.js.map +1 -1
  178. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  179. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  180. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  181. package/lib/components/api-component/src/components/params-table.vue2.js +4 -11
  182. package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
  183. package/lib/components/api-component/src/config/api-component.d.ts +12 -1
  184. package/lib/components/api-component/src/config/api-component.js +4 -0
  185. package/lib/components/api-component/src/config/api-component.js.map +1 -1
  186. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  187. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  188. package/lib/components/api-component/src/config/index.js +1 -0
  189. package/lib/components/api-component/src/config/index.js.map +1 -1
  190. package/lib/components/button/index.d.ts +1 -1
  191. package/lib/components/button/src/button.vue.d.ts +1 -1
  192. package/lib/components/checkbox/index.d.ts +217 -217
  193. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  194. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  195. package/lib/components/code-editor/index.d.ts +3 -3
  196. package/lib/components/code-editor/src/code-editor.vue.d.ts +3 -3
  197. package/lib/components/drawer/index.d.ts +11 -11
  198. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  199. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  200. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  201. package/lib/components/easy-cron/index.d.ts +2127 -0
  202. package/lib/components/easy-cron/index.js +27 -0
  203. package/lib/components/easy-cron/index.js.map +1 -0
  204. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1592 -0
  205. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.js +12 -0
  206. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.js.map +1 -0
  207. package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js +567 -0
  208. package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js.map +1 -0
  209. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1614 -0
  210. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.js +12 -0
  211. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.js.map +1 -0
  212. package/lib/components/easy-cron/src/components/easy-cron-modal.vue2.js +60 -0
  213. package/lib/components/easy-cron/src/components/easy-cron-modal.vue2.js.map +1 -0
  214. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +75 -0
  215. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js +267 -0
  216. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -0
  217. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +48 -0
  218. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -0
  219. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +67 -0
  220. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js +221 -0
  221. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -0
  222. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +29 -0
  223. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -0
  224. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +67 -0
  225. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js +221 -0
  226. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -0
  227. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +29 -0
  228. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -0
  229. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +67 -0
  230. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js +221 -0
  231. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -0
  232. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +29 -0
  233. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -0
  234. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +67 -0
  235. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js +221 -0
  236. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -0
  237. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +29 -0
  238. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -0
  239. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +98 -0
  240. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js +225 -0
  241. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -0
  242. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +96 -0
  243. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -0
  244. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +67 -0
  245. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js +162 -0
  246. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -0
  247. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +29 -0
  248. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -0
  249. package/lib/components/easy-cron/src/config/date-utils.d.ts +8 -0
  250. package/lib/components/easy-cron/src/config/date-utils.js +19 -0
  251. package/lib/components/easy-cron/src/config/date-utils.js.map +1 -0
  252. package/lib/components/easy-cron/src/config/easy-cron.d.ts +23 -0
  253. package/lib/components/easy-cron/src/config/easy-cron.js +43 -0
  254. package/lib/components/easy-cron/src/config/easy-cron.js.map +1 -0
  255. package/lib/components/easy-cron/src/config/index.d.ts +4 -0
  256. package/lib/components/easy-cron/src/config/index.js +19 -0
  257. package/lib/components/easy-cron/src/config/index.js.map +1 -0
  258. package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +70 -0
  259. package/lib/components/easy-cron/src/config/use-tab-mixin.js +197 -0
  260. package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -0
  261. package/lib/components/easy-cron/src/config/validator.d.ts +2 -0
  262. package/lib/components/easy-cron/src/config/validator.js +49 -0
  263. package/lib/components/easy-cron/src/config/validator.js.map +1 -0
  264. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +2120 -0
  265. package/lib/components/easy-cron/src/easy-cron.vue.js +12 -0
  266. package/lib/components/easy-cron/src/easy-cron.vue.js.map +1 -0
  267. package/lib/components/easy-cron/src/easy-cron.vue2.js +94 -0
  268. package/lib/components/easy-cron/src/easy-cron.vue2.js.map +1 -0
  269. package/lib/components/form/index.d.ts +142 -142
  270. package/lib/components/form/src/config/form.d.ts +56 -56
  271. package/lib/components/form/src/form.vue.d.ts +142 -142
  272. package/lib/components/icon-base/index.d.ts +2 -2
  273. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  274. package/lib/components/index.d.ts +1 -0
  275. package/lib/components/index.js +83 -68
  276. package/lib/components/index.js.map +1 -1
  277. package/lib/components/input/index.d.ts +31 -31
  278. package/lib/components/input/src/input.vue.d.ts +31 -31
  279. package/lib/components/input-number/index.d.ts +3 -3
  280. package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
  281. package/lib/components/key-value/index.d.ts +6 -6
  282. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  283. package/lib/components/key-value/src/key-value.vue.d.ts +6 -6
  284. package/lib/components/modal/index.d.ts +5 -5
  285. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  286. package/lib/components/number-range/index.d.ts +6 -8
  287. package/lib/components/number-range/src/number-range.vue.d.ts +6 -8
  288. package/lib/components/number-range/src/number-range.vue2.js +3 -11
  289. package/lib/components/number-range/src/number-range.vue2.js.map +1 -1
  290. package/lib/components/operate-icon/index.d.ts +6 -6
  291. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  292. package/lib/components/select/index.d.ts +11 -11
  293. package/lib/components/select/src/select.vue.d.ts +11 -11
  294. package/lib/components/table/index.d.ts +6 -6
  295. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  296. package/lib/components/table/src/config/table.d.ts +2 -2
  297. package/lib/components/table/src/table.vue.d.ts +6 -6
  298. package/lib/components/tag-group/index.d.ts +3 -3
  299. package/lib/components/tag-group/src/tag-group.vue.d.ts +3 -3
  300. package/lib/components/textarea/index.d.ts +5 -5
  301. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  302. package/lib/components/tooltip/index.d.ts +4 -4
  303. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  304. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  305. package/lib/components/tree/index.d.ts +2 -2
  306. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  307. package/lib/components/tree-search/index.d.ts +17 -17
  308. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  309. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  310. package/lib/components/upload-drag/index.d.ts +4 -4
  311. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  312. package/lib/index.js +83 -68
  313. package/lib/index.js.map +1 -1
  314. package/package.json +2 -1
  315. package/theme-chalk/css/api-component.css +1 -1
  316. package/theme-chalk/css/easy-cron.css +5 -0
  317. package/theme-chalk/css/index.css +1 -1
  318. package/theme-chalk/css/number-range.css +1 -1
  319. package/theme-chalk/fonts/iconfont.js +1 -1
  320. package/theme-chalk/fonts/iconfont.json +14 -0
  321. package/types/packages/components/advanced-filtering/index.d.ts +312 -312
  322. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  323. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  324. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  325. package/types/packages/components/api-component/index.d.ts +66 -58
  326. package/types/packages/components/api-component/src/api-component.vue.d.ts +66 -58
  327. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  328. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  329. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  330. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  331. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  332. package/types/packages/components/api-component/src/config/api-component.d.ts +12 -1
  333. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  334. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  335. package/types/packages/components/button/index.d.ts +1 -1
  336. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  337. package/types/packages/components/checkbox/index.d.ts +217 -217
  338. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  339. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  340. package/types/packages/components/code-editor/index.d.ts +3 -3
  341. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +3 -3
  342. package/types/packages/components/drawer/index.d.ts +11 -11
  343. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  344. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  345. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  346. package/types/packages/components/easy-cron/index.d.ts +2127 -0
  347. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1592 -0
  348. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1614 -0
  349. package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +75 -0
  350. package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +67 -0
  351. package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +67 -0
  352. package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +67 -0
  353. package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +67 -0
  354. package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +98 -0
  355. package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +67 -0
  356. package/types/packages/components/easy-cron/src/config/date-utils.d.ts +8 -0
  357. package/types/packages/components/easy-cron/src/config/easy-cron.d.ts +23 -0
  358. package/types/packages/components/easy-cron/src/config/index.d.ts +4 -0
  359. package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +70 -0
  360. package/types/packages/components/easy-cron/src/config/validator.d.ts +2 -0
  361. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +2120 -0
  362. package/types/packages/components/form/index.d.ts +142 -142
  363. package/types/packages/components/form/src/config/form.d.ts +56 -56
  364. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  365. package/types/packages/components/icon-base/index.d.ts +2 -2
  366. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  367. package/types/packages/components/index.d.ts +1 -0
  368. package/types/packages/components/input/index.d.ts +31 -31
  369. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  370. package/types/packages/components/input-number/index.d.ts +3 -3
  371. package/types/packages/components/input-number/src/input-number.vue.d.ts +3 -3
  372. package/types/packages/components/key-value/index.d.ts +6 -6
  373. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  374. package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -6
  375. package/types/packages/components/modal/index.d.ts +5 -5
  376. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  377. package/types/packages/components/number-range/index.d.ts +6 -8
  378. package/types/packages/components/number-range/src/number-range.vue.d.ts +6 -8
  379. package/types/packages/components/operate-icon/index.d.ts +6 -6
  380. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  381. package/types/packages/components/select/index.d.ts +11 -11
  382. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  383. package/types/packages/components/table/index.d.ts +6 -6
  384. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  385. package/types/packages/components/table/src/config/table.d.ts +2 -2
  386. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  387. package/types/packages/components/tag-group/index.d.ts +3 -3
  388. package/types/packages/components/tag-group/src/tag-group.vue.d.ts +3 -3
  389. package/types/packages/components/textarea/index.d.ts +5 -5
  390. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  391. package/types/packages/components/tooltip/index.d.ts +4 -4
  392. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  393. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  394. package/types/packages/components/tree/index.d.ts +2 -2
  395. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  396. package/types/packages/components/tree-search/index.d.ts +17 -17
  397. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  398. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  399. package/types/packages/components/upload-drag/index.d.ts +4 -4
  400. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
@@ -0,0 +1,2127 @@
1
+ import EasyCron from './src/easy-cron.vue';
2
+ export declare const LlEasyCron: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
3
+ readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
4
+ readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
5
+ readonly hideSecond: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
6
+ readonly hideYear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
7
+ readonly remote: {
8
+ readonly type: import("vue").PropType<Function>;
9
+ readonly required: false;
10
+ readonly validator: ((val: unknown) => boolean) | undefined;
11
+ __epPropKey: true;
12
+ };
13
+ readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "Cron表达式", boolean>;
14
+ readonly exeStartTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {}) | (() => unknown) | ((new (...args: any[]) => {}) | (() => unknown))[], unknown, unknown, 0, boolean>;
15
+ }, {
16
+ bem: {
17
+ b: (blockSuffix?: string) => string;
18
+ e: (element?: string) => string;
19
+ m: (modifier?: string) => string;
20
+ be: (blockSuffix?: string, element?: string) => string;
21
+ em: (element: string, modifier: string) => string;
22
+ bm: (blockSuffix: string, modifier: string) => string;
23
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
24
+ is: (name?: string) => string;
25
+ };
26
+ props: import("@vue/shared").LooseRequired<{
27
+ readonly value: string;
28
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
29
+ readonly placeholder: string;
30
+ readonly hideSecond: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
31
+ readonly hideYear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
32
+ readonly exeStartTime: 0;
33
+ readonly remote?: Function | undefined;
34
+ readonly onChange?: ((value: string) => any) | undefined;
35
+ readonly "onUpdate:value"?: ((value: string) => any) | undefined;
36
+ } & {}>;
37
+ emits: ((event: "change", value: string) => void) & ((event: "update:value", value: string) => void);
38
+ editCronValue: import("vue").Ref<string>;
39
+ formItemContext: import("ant-design-vue/es/form/FormItemContext").FormItemContext;
40
+ easyCronModalRef: import("vue").Ref<any>;
41
+ showConfigModal: () => void;
42
+ handleSubmit: () => void;
43
+ readonly Button: {
44
+ new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
45
+ prefixCls: StringConstructor;
46
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonType>;
47
+ htmlType: {
48
+ type: import("vue").PropType<import("ant-design-vue/es/button/buttonTypes").ButtonHTMLType>;
49
+ default: string;
50
+ };
51
+ shape: {
52
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
53
+ };
54
+ size: {
55
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
56
+ };
57
+ loading: {
58
+ type: import("vue").PropType<boolean | {
59
+ delay?: number | undefined;
60
+ }>;
61
+ default: () => boolean | {
62
+ delay?: number | undefined;
63
+ };
64
+ };
65
+ disabled: {
66
+ type: BooleanConstructor;
67
+ default: any;
68
+ };
69
+ ghost: {
70
+ type: BooleanConstructor;
71
+ default: any;
72
+ };
73
+ block: {
74
+ type: BooleanConstructor;
75
+ default: any;
76
+ };
77
+ danger: {
78
+ type: BooleanConstructor;
79
+ default: any;
80
+ };
81
+ icon: import("vue-types").VueTypeValidableDef<any>;
82
+ href: StringConstructor;
83
+ target: StringConstructor;
84
+ title: StringConstructor;
85
+ onClick: {
86
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[]>;
87
+ };
88
+ onMousedown: {
89
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[]>;
90
+ };
91
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
92
+ prefixCls: StringConstructor;
93
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonType>;
94
+ htmlType: {
95
+ type: import("vue").PropType<import("ant-design-vue/es/button/buttonTypes").ButtonHTMLType>;
96
+ default: string;
97
+ };
98
+ shape: {
99
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
100
+ };
101
+ size: {
102
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
103
+ };
104
+ loading: {
105
+ type: import("vue").PropType<boolean | {
106
+ delay?: number | undefined;
107
+ }>;
108
+ default: () => boolean | {
109
+ delay?: number | undefined;
110
+ };
111
+ };
112
+ disabled: {
113
+ type: BooleanConstructor;
114
+ default: any;
115
+ };
116
+ ghost: {
117
+ type: BooleanConstructor;
118
+ default: any;
119
+ };
120
+ block: {
121
+ type: BooleanConstructor;
122
+ default: any;
123
+ };
124
+ danger: {
125
+ type: BooleanConstructor;
126
+ default: any;
127
+ };
128
+ icon: import("vue-types").VueTypeValidableDef<any>;
129
+ href: StringConstructor;
130
+ target: StringConstructor;
131
+ title: StringConstructor;
132
+ onClick: {
133
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[]>;
134
+ };
135
+ onMousedown: {
136
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[]>;
137
+ };
138
+ }>>, {
139
+ block: boolean;
140
+ disabled: boolean;
141
+ danger: boolean;
142
+ ghost: boolean;
143
+ htmlType: import("ant-design-vue/es/button/buttonTypes").ButtonHTMLType;
144
+ loading: boolean | {
145
+ delay?: number | undefined;
146
+ };
147
+ }, true, {}, import("ant-design-vue/es/_util/type").CustomSlotsType<{
148
+ icon: any;
149
+ default: any;
150
+ }>, {
151
+ P: {};
152
+ B: {};
153
+ D: {};
154
+ C: {};
155
+ M: {};
156
+ Defaults: {};
157
+ }, Readonly<import("vue").ExtractPropTypes<{
158
+ prefixCls: StringConstructor;
159
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonType>;
160
+ htmlType: {
161
+ type: import("vue").PropType<import("ant-design-vue/es/button/buttonTypes").ButtonHTMLType>;
162
+ default: string;
163
+ };
164
+ shape: {
165
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
166
+ };
167
+ size: {
168
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
169
+ };
170
+ loading: {
171
+ type: import("vue").PropType<boolean | {
172
+ delay?: number | undefined;
173
+ }>;
174
+ default: () => boolean | {
175
+ delay?: number | undefined;
176
+ };
177
+ };
178
+ disabled: {
179
+ type: BooleanConstructor;
180
+ default: any;
181
+ };
182
+ ghost: {
183
+ type: BooleanConstructor;
184
+ default: any;
185
+ };
186
+ block: {
187
+ type: BooleanConstructor;
188
+ default: any;
189
+ };
190
+ danger: {
191
+ type: BooleanConstructor;
192
+ default: any;
193
+ };
194
+ icon: import("vue-types").VueTypeValidableDef<any>;
195
+ href: StringConstructor;
196
+ target: StringConstructor;
197
+ title: StringConstructor;
198
+ onClick: {
199
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[]>;
200
+ };
201
+ onMousedown: {
202
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[]>;
203
+ };
204
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
205
+ block: boolean;
206
+ disabled: boolean;
207
+ danger: boolean;
208
+ ghost: boolean;
209
+ htmlType: import("ant-design-vue/es/button/buttonTypes").ButtonHTMLType;
210
+ loading: boolean | {
211
+ delay?: number | undefined;
212
+ };
213
+ }>;
214
+ __isFragment?: undefined;
215
+ __isTeleport?: undefined;
216
+ __isSuspense?: undefined;
217
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
218
+ prefixCls: StringConstructor;
219
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonType>;
220
+ htmlType: {
221
+ type: import("vue").PropType<import("ant-design-vue/es/button/buttonTypes").ButtonHTMLType>;
222
+ default: string;
223
+ };
224
+ shape: {
225
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
226
+ };
227
+ size: {
228
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
229
+ };
230
+ loading: {
231
+ type: import("vue").PropType<boolean | {
232
+ delay?: number | undefined;
233
+ }>;
234
+ default: () => boolean | {
235
+ delay?: number | undefined;
236
+ };
237
+ };
238
+ disabled: {
239
+ type: BooleanConstructor;
240
+ default: any;
241
+ };
242
+ ghost: {
243
+ type: BooleanConstructor;
244
+ default: any;
245
+ };
246
+ block: {
247
+ type: BooleanConstructor;
248
+ default: any;
249
+ };
250
+ danger: {
251
+ type: BooleanConstructor;
252
+ default: any;
253
+ };
254
+ icon: import("vue-types").VueTypeValidableDef<any>;
255
+ href: StringConstructor;
256
+ target: StringConstructor;
257
+ title: StringConstructor;
258
+ onClick: {
259
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[]>;
260
+ };
261
+ onMousedown: {
262
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler | import("ant-design-vue/es/_util/EventInterface").MouseEventHandler[]>;
263
+ };
264
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
265
+ block: boolean;
266
+ disabled: boolean;
267
+ danger: boolean;
268
+ ghost: boolean;
269
+ htmlType: import("ant-design-vue/es/button/buttonTypes").ButtonHTMLType;
270
+ loading: boolean | {
271
+ delay?: number | undefined;
272
+ };
273
+ }, {}, string, import("ant-design-vue/es/_util/type").CustomSlotsType<{
274
+ icon: any;
275
+ default: any;
276
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
277
+ readonly Group: import("vue").DefineComponent<{
278
+ prefixCls: StringConstructor;
279
+ size: {
280
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
281
+ };
282
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
283
+ prefixCls: StringConstructor;
284
+ size: {
285
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
286
+ };
287
+ }>>, {}, {}>;
288
+ };
289
+ readonly InputSearch: import("vue").DefineComponent<{
290
+ inputPrefixCls: StringConstructor;
291
+ enterButton: import("vue-types").VueTypeValidableDef<any>;
292
+ onSearch: {
293
+ type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
294
+ };
295
+ size: {
296
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
297
+ };
298
+ value: {
299
+ type: import("vue").PropType<string | number>;
300
+ default: any;
301
+ };
302
+ name: StringConstructor;
303
+ type: {
304
+ type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
305
+ default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
306
+ };
307
+ onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
308
+ onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
309
+ onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
310
+ onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
311
+ onChange: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").ChangeEventHandler>;
312
+ onInput: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").ChangeEventHandler>;
313
+ onKeydown: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").KeyboardEventHandler>;
314
+ onKeyup: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").KeyboardEventHandler>;
315
+ focused: {
316
+ type: BooleanConstructor;
317
+ default: any;
318
+ };
319
+ hidden: {
320
+ type: BooleanConstructor;
321
+ default: any;
322
+ };
323
+ disabled: {
324
+ type: BooleanConstructor;
325
+ default: any;
326
+ };
327
+ prefixCls: StringConstructor;
328
+ id: StringConstructor;
329
+ prefix: import("vue-types").VueTypeValidableDef<any>;
330
+ autofocus: {
331
+ type: BooleanConstructor;
332
+ default: any;
333
+ };
334
+ autocomplete: StringConstructor;
335
+ readonly: {
336
+ type: BooleanConstructor;
337
+ default: any;
338
+ };
339
+ status: import("vue").PropType<"" | "error" | "warning">;
340
+ defaultValue: {
341
+ type: import("vue").PropType<string | number>;
342
+ default: any;
343
+ };
344
+ 'onUpdate:value': import("vue").PropType<(val: string) => void>;
345
+ suffix: import("vue-types").VueTypeValidableDef<any>;
346
+ placeholder: {
347
+ type: import("vue").PropType<string | number>;
348
+ };
349
+ loading: {
350
+ type: BooleanConstructor;
351
+ default: any;
352
+ };
353
+ lazy: {
354
+ type: BooleanConstructor;
355
+ default: boolean;
356
+ };
357
+ maxlength: NumberConstructor;
358
+ bordered: {
359
+ type: BooleanConstructor;
360
+ default: any;
361
+ };
362
+ showCount: {
363
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-input/inputProps").ShowCountProps>;
364
+ };
365
+ htmlSize: NumberConstructor;
366
+ onPressEnter: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").KeyboardEventHandler>;
367
+ valueModifiers: ObjectConstructor;
368
+ inputElement: import("vue-types").VueTypeValidableDef<any>;
369
+ triggerFocus: import("vue").PropType<() => void>;
370
+ handleReset: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
371
+ addonBefore: import("vue-types").VueTypeValidableDef<any>;
372
+ addonAfter: import("vue-types").VueTypeValidableDef<any>;
373
+ clearIcon: import("vue-types").VueTypeValidableDef<any>;
374
+ allowClear: {
375
+ type: BooleanConstructor;
376
+ default: any;
377
+ };
378
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
379
+ inputPrefixCls: StringConstructor;
380
+ enterButton: import("vue-types").VueTypeValidableDef<any>;
381
+ onSearch: {
382
+ type: import("vue").PropType<(value: string, event?: import("ant-design-vue/es/_util/EventInterface").ChangeEvent | MouseEvent | KeyboardEvent | undefined) => void>;
383
+ };
384
+ size: {
385
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
386
+ };
387
+ value: {
388
+ type: import("vue").PropType<string | number>;
389
+ default: any;
390
+ };
391
+ name: StringConstructor;
392
+ type: {
393
+ type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
394
+ default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
395
+ };
396
+ onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
397
+ onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
398
+ onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
399
+ onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
400
+ onChange: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").ChangeEventHandler>;
401
+ onInput: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").ChangeEventHandler>;
402
+ onKeydown: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").KeyboardEventHandler>;
403
+ onKeyup: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").KeyboardEventHandler>;
404
+ focused: {
405
+ type: BooleanConstructor;
406
+ default: any;
407
+ };
408
+ hidden: {
409
+ type: BooleanConstructor;
410
+ default: any;
411
+ };
412
+ disabled: {
413
+ type: BooleanConstructor;
414
+ default: any;
415
+ };
416
+ prefixCls: StringConstructor;
417
+ id: StringConstructor;
418
+ prefix: import("vue-types").VueTypeValidableDef<any>;
419
+ autofocus: {
420
+ type: BooleanConstructor;
421
+ default: any;
422
+ };
423
+ autocomplete: StringConstructor;
424
+ readonly: {
425
+ type: BooleanConstructor;
426
+ default: any;
427
+ };
428
+ status: import("vue").PropType<"" | "error" | "warning">;
429
+ defaultValue: {
430
+ type: import("vue").PropType<string | number>;
431
+ default: any;
432
+ };
433
+ 'onUpdate:value': import("vue").PropType<(val: string) => void>;
434
+ suffix: import("vue-types").VueTypeValidableDef<any>;
435
+ placeholder: {
436
+ type: import("vue").PropType<string | number>;
437
+ };
438
+ loading: {
439
+ type: BooleanConstructor;
440
+ default: any;
441
+ };
442
+ lazy: {
443
+ type: BooleanConstructor;
444
+ default: boolean;
445
+ };
446
+ maxlength: NumberConstructor;
447
+ bordered: {
448
+ type: BooleanConstructor;
449
+ default: any;
450
+ };
451
+ showCount: {
452
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/vc-input/inputProps").ShowCountProps>;
453
+ };
454
+ htmlSize: NumberConstructor;
455
+ onPressEnter: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").KeyboardEventHandler>;
456
+ valueModifiers: ObjectConstructor;
457
+ inputElement: import("vue-types").VueTypeValidableDef<any>;
458
+ triggerFocus: import("vue").PropType<() => void>;
459
+ handleReset: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
460
+ addonBefore: import("vue-types").VueTypeValidableDef<any>;
461
+ addonAfter: import("vue-types").VueTypeValidableDef<any>;
462
+ clearIcon: import("vue-types").VueTypeValidableDef<any>;
463
+ allowClear: {
464
+ type: BooleanConstructor;
465
+ default: any;
466
+ };
467
+ }>>, {
468
+ value: string | number;
469
+ type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
470
+ focused: boolean;
471
+ hidden: boolean;
472
+ disabled: boolean;
473
+ autofocus: boolean;
474
+ readonly: boolean;
475
+ defaultValue: string | number;
476
+ loading: boolean;
477
+ lazy: boolean;
478
+ bordered: boolean;
479
+ allowClear: boolean;
480
+ }, {}>;
481
+ EasyCronModal: import("vue").DefineComponent<{}, {
482
+ bem: {
483
+ b: (blockSuffix?: string) => string;
484
+ e: (element?: string) => string;
485
+ m: (modifier?: string) => string;
486
+ be: (blockSuffix?: string, element?: string) => string;
487
+ em: (element: string, modifier: string) => string;
488
+ bm: (blockSuffix: string, modifier: string) => string;
489
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
490
+ is: (name?: string) => string;
491
+ };
492
+ emit: (event: "ok", ...args: any[]) => void;
493
+ attrs: {
494
+ [x: string]: unknown;
495
+ };
496
+ open: import("vue").Ref<boolean>;
497
+ openModal: () => void;
498
+ handleCancel: () => void;
499
+ handleSubmit: () => void;
500
+ EasyCronInner: import("vue").DefineComponent<{
501
+ readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
502
+ readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
503
+ readonly hideSecond: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
504
+ readonly hideYear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
505
+ readonly remote: {
506
+ readonly type: import("vue").PropType<Function>;
507
+ readonly required: false;
508
+ readonly validator: ((val: unknown) => boolean) | undefined;
509
+ __epPropKey: true;
510
+ };
511
+ readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "Cron表达式", boolean>;
512
+ readonly exeStartTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {}) | (() => unknown) | ((new (...args: any[]) => {}) | (() => unknown))[], unknown, unknown, 0, boolean>;
513
+ }, {
514
+ bem: {
515
+ b: (blockSuffix?: string) => string;
516
+ e: (element?: string) => string;
517
+ m: (modifier?: string) => string;
518
+ be: (blockSuffix?: string, element?: string) => string;
519
+ em: (element: string, modifier: string) => string;
520
+ bm: (blockSuffix: string, modifier: string) => string;
521
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
522
+ is: (name?: string) => string;
523
+ };
524
+ props: import("@vue/shared").LooseRequired<{
525
+ readonly value: string;
526
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
527
+ readonly placeholder: string;
528
+ readonly hideSecond: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
529
+ readonly hideYear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
530
+ readonly exeStartTime: 0;
531
+ readonly remote?: Function | undefined;
532
+ readonly onChange?: ((value: string) => any) | undefined;
533
+ readonly "onUpdate:value"?: ((value: string) => any) | undefined;
534
+ } & {}>;
535
+ emits: ((event: "change", value: string) => void) & ((event: "update:value", value: string) => void);
536
+ activeKey: import("vue").Ref<string>;
537
+ second: import("vue").Ref<string>;
538
+ minute: import("vue").Ref<string>;
539
+ hour: import("vue").Ref<string>;
540
+ day: import("vue").Ref<string>;
541
+ month: import("vue").Ref<string>;
542
+ week: import("vue").Ref<string>;
543
+ year: import("vue").Ref<string>;
544
+ inputValues: {
545
+ second: string;
546
+ minute: string;
547
+ hour: string;
548
+ day: string;
549
+ month: string;
550
+ week: string;
551
+ year: string;
552
+ cron: string;
553
+ };
554
+ preTimeList: import("vue").Ref<string>;
555
+ cronValueInner: import("vue").ComputedRef<string>;
556
+ cronValueNoYear: import("vue").ComputedRef<string>;
557
+ calTriggerList: import("@vueuse/shared").PromisifyFn<() => void>;
558
+ assignInput: () => void;
559
+ formatValue: () => void;
560
+ convertWeekToQuartz: (week: string) => string;
561
+ calTriggerListInner: () => void;
562
+ onInputBlur: () => void;
563
+ onInputCronBlur: (event: any) => void;
564
+ emitValue: (value: any) => void;
565
+ readonly Tabs: {
566
+ new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
567
+ prefixCls: {
568
+ type: StringConstructor;
569
+ };
570
+ id: {
571
+ type: StringConstructor;
572
+ };
573
+ popupClassName: StringConstructor;
574
+ getPopupContainer: {
575
+ type: import("vue").PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
576
+ default: (triggerNode?: HTMLElement | undefined) => HTMLElement;
577
+ };
578
+ activeKey: {
579
+ type: (NumberConstructor | StringConstructor)[];
580
+ };
581
+ defaultActiveKey: {
582
+ type: (NumberConstructor | StringConstructor)[];
583
+ };
584
+ direction: {
585
+ type: import("vue").PropType<"ltr" | "rtl">;
586
+ default: "ltr" | "rtl";
587
+ };
588
+ animated: {
589
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig>;
590
+ default: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
591
+ };
592
+ renderTabBar: {
593
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").RenderTabBar>;
594
+ default: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
595
+ };
596
+ tabBarGutter: {
597
+ type: NumberConstructor;
598
+ };
599
+ tabBarStyle: {
600
+ type: import("vue").PropType<import("vue").CSSProperties>;
601
+ default: import("vue").CSSProperties;
602
+ };
603
+ tabPosition: {
604
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabPosition>;
605
+ default: import("ant-design-vue/es/tabs/src/interface").TabPosition;
606
+ };
607
+ destroyInactiveTabPane: {
608
+ type: BooleanConstructor;
609
+ default: boolean;
610
+ };
611
+ hideAdd: BooleanConstructor;
612
+ type: {
613
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/Tabs").TabsType>;
614
+ default: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
615
+ };
616
+ size: {
617
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
618
+ default: import("ant-design-vue/es/button").ButtonSize;
619
+ };
620
+ centered: BooleanConstructor;
621
+ onEdit: {
622
+ type: import("vue").PropType<(e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
623
+ default: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
624
+ };
625
+ onChange: {
626
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
627
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
628
+ };
629
+ onTabClick: {
630
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
631
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
632
+ };
633
+ onTabScroll: {
634
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").OnTabScroll>;
635
+ default: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
636
+ };
637
+ 'onUpdate:activeKey': {
638
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
639
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
640
+ };
641
+ locale: {
642
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabsLocale>;
643
+ default: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
644
+ };
645
+ onPrevClick: {
646
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
647
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
648
+ };
649
+ onNextClick: {
650
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
651
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
652
+ };
653
+ tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
654
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
655
+ prefixCls: {
656
+ type: StringConstructor;
657
+ };
658
+ id: {
659
+ type: StringConstructor;
660
+ };
661
+ popupClassName: StringConstructor;
662
+ getPopupContainer: {
663
+ type: import("vue").PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
664
+ default: (triggerNode?: HTMLElement | undefined) => HTMLElement;
665
+ };
666
+ activeKey: {
667
+ type: (NumberConstructor | StringConstructor)[];
668
+ };
669
+ defaultActiveKey: {
670
+ type: (NumberConstructor | StringConstructor)[];
671
+ };
672
+ direction: {
673
+ type: import("vue").PropType<"ltr" | "rtl">;
674
+ default: "ltr" | "rtl";
675
+ };
676
+ animated: {
677
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig>;
678
+ default: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
679
+ };
680
+ renderTabBar: {
681
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").RenderTabBar>;
682
+ default: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
683
+ };
684
+ tabBarGutter: {
685
+ type: NumberConstructor;
686
+ };
687
+ tabBarStyle: {
688
+ type: import("vue").PropType<import("vue").CSSProperties>;
689
+ default: import("vue").CSSProperties;
690
+ };
691
+ tabPosition: {
692
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabPosition>;
693
+ default: import("ant-design-vue/es/tabs/src/interface").TabPosition;
694
+ };
695
+ destroyInactiveTabPane: {
696
+ type: BooleanConstructor;
697
+ default: boolean;
698
+ };
699
+ hideAdd: BooleanConstructor;
700
+ type: {
701
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/Tabs").TabsType>;
702
+ default: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
703
+ };
704
+ size: {
705
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
706
+ default: import("ant-design-vue/es/button").ButtonSize;
707
+ };
708
+ centered: BooleanConstructor;
709
+ onEdit: {
710
+ type: import("vue").PropType<(e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
711
+ default: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
712
+ };
713
+ onChange: {
714
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
715
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
716
+ };
717
+ onTabClick: {
718
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
719
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
720
+ };
721
+ onTabScroll: {
722
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").OnTabScroll>;
723
+ default: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
724
+ };
725
+ 'onUpdate:activeKey': {
726
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
727
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
728
+ };
729
+ locale: {
730
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabsLocale>;
731
+ default: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
732
+ };
733
+ onPrevClick: {
734
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
735
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
736
+ };
737
+ onNextClick: {
738
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
739
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
740
+ };
741
+ tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
742
+ }>>, {
743
+ size: import("ant-design-vue/es/button").ButtonSize;
744
+ type: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
745
+ onChange: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
746
+ direction: "ltr" | "rtl";
747
+ getPopupContainer: (triggerNode?: HTMLElement | undefined) => HTMLElement;
748
+ locale: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
749
+ 'onUpdate:activeKey': (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
750
+ animated: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
751
+ destroyInactiveTabPane: boolean;
752
+ onTabClick: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
753
+ tabPosition: import("ant-design-vue/es/tabs/src/interface").TabPosition;
754
+ renderTabBar: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
755
+ onTabScroll: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
756
+ tabBarStyle: import("vue").CSSProperties;
757
+ hideAdd: boolean;
758
+ centered: boolean;
759
+ onEdit: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
760
+ onPrevClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
761
+ onNextClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
762
+ }, true, {}, import("ant-design-vue/es/_util/type").CustomSlotsType<{
763
+ tabBarExtraContent?: any;
764
+ leftExtra?: any;
765
+ rightExtra?: any;
766
+ moreIcon?: any;
767
+ addIcon?: any;
768
+ removeIcon?: any;
769
+ renderTabBar?: any;
770
+ default?: any;
771
+ }>, {
772
+ P: {};
773
+ B: {};
774
+ D: {};
775
+ C: {};
776
+ M: {};
777
+ Defaults: {};
778
+ }, Readonly<import("vue").ExtractPropTypes<{
779
+ prefixCls: {
780
+ type: StringConstructor;
781
+ };
782
+ id: {
783
+ type: StringConstructor;
784
+ };
785
+ popupClassName: StringConstructor;
786
+ getPopupContainer: {
787
+ type: import("vue").PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
788
+ default: (triggerNode?: HTMLElement | undefined) => HTMLElement;
789
+ };
790
+ activeKey: {
791
+ type: (NumberConstructor | StringConstructor)[];
792
+ };
793
+ defaultActiveKey: {
794
+ type: (NumberConstructor | StringConstructor)[];
795
+ };
796
+ direction: {
797
+ type: import("vue").PropType<"ltr" | "rtl">;
798
+ default: "ltr" | "rtl";
799
+ };
800
+ animated: {
801
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig>;
802
+ default: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
803
+ };
804
+ renderTabBar: {
805
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").RenderTabBar>;
806
+ default: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
807
+ };
808
+ tabBarGutter: {
809
+ type: NumberConstructor;
810
+ };
811
+ tabBarStyle: {
812
+ type: import("vue").PropType<import("vue").CSSProperties>;
813
+ default: import("vue").CSSProperties;
814
+ };
815
+ tabPosition: {
816
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabPosition>;
817
+ default: import("ant-design-vue/es/tabs/src/interface").TabPosition;
818
+ };
819
+ destroyInactiveTabPane: {
820
+ type: BooleanConstructor;
821
+ default: boolean;
822
+ };
823
+ hideAdd: BooleanConstructor;
824
+ type: {
825
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/Tabs").TabsType>;
826
+ default: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
827
+ };
828
+ size: {
829
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
830
+ default: import("ant-design-vue/es/button").ButtonSize;
831
+ };
832
+ centered: BooleanConstructor;
833
+ onEdit: {
834
+ type: import("vue").PropType<(e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
835
+ default: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
836
+ };
837
+ onChange: {
838
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
839
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
840
+ };
841
+ onTabClick: {
842
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
843
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
844
+ };
845
+ onTabScroll: {
846
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").OnTabScroll>;
847
+ default: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
848
+ };
849
+ 'onUpdate:activeKey': {
850
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
851
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
852
+ };
853
+ locale: {
854
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabsLocale>;
855
+ default: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
856
+ };
857
+ onPrevClick: {
858
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
859
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
860
+ };
861
+ onNextClick: {
862
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
863
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
864
+ };
865
+ tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
866
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
867
+ size: import("ant-design-vue/es/button").ButtonSize;
868
+ type: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
869
+ onChange: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
870
+ direction: "ltr" | "rtl";
871
+ getPopupContainer: (triggerNode?: HTMLElement | undefined) => HTMLElement;
872
+ locale: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
873
+ 'onUpdate:activeKey': (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
874
+ animated: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
875
+ destroyInactiveTabPane: boolean;
876
+ onTabClick: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
877
+ tabPosition: import("ant-design-vue/es/tabs/src/interface").TabPosition;
878
+ renderTabBar: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
879
+ onTabScroll: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
880
+ tabBarStyle: import("vue").CSSProperties;
881
+ hideAdd: boolean;
882
+ centered: boolean;
883
+ onEdit: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
884
+ onPrevClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
885
+ onNextClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
886
+ }>;
887
+ __isFragment?: undefined;
888
+ __isTeleport?: undefined;
889
+ __isSuspense?: undefined;
890
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
891
+ prefixCls: {
892
+ type: StringConstructor;
893
+ };
894
+ id: {
895
+ type: StringConstructor;
896
+ };
897
+ popupClassName: StringConstructor;
898
+ getPopupContainer: {
899
+ type: import("vue").PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
900
+ default: (triggerNode?: HTMLElement | undefined) => HTMLElement;
901
+ };
902
+ activeKey: {
903
+ type: (NumberConstructor | StringConstructor)[];
904
+ };
905
+ defaultActiveKey: {
906
+ type: (NumberConstructor | StringConstructor)[];
907
+ };
908
+ direction: {
909
+ type: import("vue").PropType<"ltr" | "rtl">;
910
+ default: "ltr" | "rtl";
911
+ };
912
+ animated: {
913
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig>;
914
+ default: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
915
+ };
916
+ renderTabBar: {
917
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").RenderTabBar>;
918
+ default: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
919
+ };
920
+ tabBarGutter: {
921
+ type: NumberConstructor;
922
+ };
923
+ tabBarStyle: {
924
+ type: import("vue").PropType<import("vue").CSSProperties>;
925
+ default: import("vue").CSSProperties;
926
+ };
927
+ tabPosition: {
928
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabPosition>;
929
+ default: import("ant-design-vue/es/tabs/src/interface").TabPosition;
930
+ };
931
+ destroyInactiveTabPane: {
932
+ type: BooleanConstructor;
933
+ default: boolean;
934
+ };
935
+ hideAdd: BooleanConstructor;
936
+ type: {
937
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/Tabs").TabsType>;
938
+ default: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
939
+ };
940
+ size: {
941
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
942
+ default: import("ant-design-vue/es/button").ButtonSize;
943
+ };
944
+ centered: BooleanConstructor;
945
+ onEdit: {
946
+ type: import("vue").PropType<(e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
947
+ default: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
948
+ };
949
+ onChange: {
950
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
951
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
952
+ };
953
+ onTabClick: {
954
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
955
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
956
+ };
957
+ onTabScroll: {
958
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").OnTabScroll>;
959
+ default: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
960
+ };
961
+ 'onUpdate:activeKey': {
962
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
963
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
964
+ };
965
+ locale: {
966
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabsLocale>;
967
+ default: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
968
+ };
969
+ onPrevClick: {
970
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
971
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
972
+ };
973
+ onNextClick: {
974
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
975
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
976
+ };
977
+ tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
978
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
979
+ size: import("ant-design-vue/es/button").ButtonSize;
980
+ type: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
981
+ onChange: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
982
+ direction: "ltr" | "rtl";
983
+ getPopupContainer: (triggerNode?: HTMLElement | undefined) => HTMLElement;
984
+ locale: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
985
+ 'onUpdate:activeKey': (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
986
+ animated: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
987
+ destroyInactiveTabPane: boolean;
988
+ onTabClick: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
989
+ tabPosition: import("ant-design-vue/es/tabs/src/interface").TabPosition;
990
+ renderTabBar: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
991
+ onTabScroll: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
992
+ tabBarStyle: import("vue").CSSProperties;
993
+ hideAdd: boolean;
994
+ centered: boolean;
995
+ onEdit: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
996
+ onPrevClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
997
+ onNextClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
998
+ }, {}, string, import("ant-design-vue/es/_util/type").CustomSlotsType<{
999
+ tabBarExtraContent?: any;
1000
+ leftExtra?: any;
1001
+ rightExtra?: any;
1002
+ moreIcon?: any;
1003
+ addIcon?: any;
1004
+ removeIcon?: any;
1005
+ renderTabBar?: any;
1006
+ default?: any;
1007
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
1008
+ readonly TabPane: import("vue").DefineComponent<{
1009
+ tab: import("vue-types").VueTypeValidableDef<any>;
1010
+ disabled: {
1011
+ type: BooleanConstructor;
1012
+ };
1013
+ forceRender: {
1014
+ type: BooleanConstructor;
1015
+ };
1016
+ closable: {
1017
+ type: BooleanConstructor;
1018
+ };
1019
+ animated: {
1020
+ type: BooleanConstructor;
1021
+ };
1022
+ active: {
1023
+ type: BooleanConstructor;
1024
+ };
1025
+ destroyInactiveTabPane: {
1026
+ type: BooleanConstructor;
1027
+ };
1028
+ prefixCls: {
1029
+ type: StringConstructor;
1030
+ };
1031
+ tabKey: {
1032
+ type: (NumberConstructor | StringConstructor)[];
1033
+ };
1034
+ id: {
1035
+ type: StringConstructor;
1036
+ };
1037
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1038
+ tab: import("vue-types").VueTypeValidableDef<any>;
1039
+ disabled: {
1040
+ type: BooleanConstructor;
1041
+ };
1042
+ forceRender: {
1043
+ type: BooleanConstructor;
1044
+ };
1045
+ closable: {
1046
+ type: BooleanConstructor;
1047
+ };
1048
+ animated: {
1049
+ type: BooleanConstructor;
1050
+ };
1051
+ active: {
1052
+ type: BooleanConstructor;
1053
+ };
1054
+ destroyInactiveTabPane: {
1055
+ type: BooleanConstructor;
1056
+ };
1057
+ prefixCls: {
1058
+ type: StringConstructor;
1059
+ };
1060
+ tabKey: {
1061
+ type: (NumberConstructor | StringConstructor)[];
1062
+ };
1063
+ id: {
1064
+ type: StringConstructor;
1065
+ };
1066
+ }>>, {
1067
+ active: boolean;
1068
+ disabled: boolean;
1069
+ forceRender: boolean;
1070
+ animated: boolean;
1071
+ closable: boolean;
1072
+ destroyInactiveTabPane: boolean;
1073
+ }, import("ant-design-vue/es/_util/type").CustomSlotsType<{
1074
+ closeIcon: any;
1075
+ tab: any;
1076
+ default: any;
1077
+ }>>;
1078
+ };
1079
+ readonly TabPane: import("vue").DefineComponent<{
1080
+ tab: import("vue-types").VueTypeValidableDef<any>;
1081
+ disabled: {
1082
+ type: BooleanConstructor;
1083
+ };
1084
+ forceRender: {
1085
+ type: BooleanConstructor;
1086
+ };
1087
+ closable: {
1088
+ type: BooleanConstructor;
1089
+ };
1090
+ animated: {
1091
+ type: BooleanConstructor;
1092
+ };
1093
+ active: {
1094
+ type: BooleanConstructor;
1095
+ };
1096
+ destroyInactiveTabPane: {
1097
+ type: BooleanConstructor;
1098
+ };
1099
+ prefixCls: {
1100
+ type: StringConstructor;
1101
+ };
1102
+ tabKey: {
1103
+ type: (NumberConstructor | StringConstructor)[];
1104
+ };
1105
+ id: {
1106
+ type: StringConstructor;
1107
+ };
1108
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1109
+ tab: import("vue-types").VueTypeValidableDef<any>;
1110
+ disabled: {
1111
+ type: BooleanConstructor;
1112
+ };
1113
+ forceRender: {
1114
+ type: BooleanConstructor;
1115
+ };
1116
+ closable: {
1117
+ type: BooleanConstructor;
1118
+ };
1119
+ animated: {
1120
+ type: BooleanConstructor;
1121
+ };
1122
+ active: {
1123
+ type: BooleanConstructor;
1124
+ };
1125
+ destroyInactiveTabPane: {
1126
+ type: BooleanConstructor;
1127
+ };
1128
+ prefixCls: {
1129
+ type: StringConstructor;
1130
+ };
1131
+ tabKey: {
1132
+ type: (NumberConstructor | StringConstructor)[];
1133
+ };
1134
+ id: {
1135
+ type: StringConstructor;
1136
+ };
1137
+ }>>, {
1138
+ active: boolean;
1139
+ disabled: boolean;
1140
+ forceRender: boolean;
1141
+ animated: boolean;
1142
+ closable: boolean;
1143
+ destroyInactiveTabPane: boolean;
1144
+ }, import("ant-design-vue/es/_util/type").CustomSlotsType<{
1145
+ closeIcon: any;
1146
+ tab: any;
1147
+ default: any;
1148
+ }>>;
1149
+ readonly Row: {
1150
+ new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1151
+ align: {
1152
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1153
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1154
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1155
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1156
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1157
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1158
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1159
+ }>;
1160
+ default: "middle" | "top" | "bottom" | "stretch" | {
1161
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1162
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1163
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1164
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1165
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1166
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1167
+ };
1168
+ };
1169
+ justify: {
1170
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1171
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1172
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1173
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1174
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1175
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1176
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1177
+ }>;
1178
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1179
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1180
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1181
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1182
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1183
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1184
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1185
+ };
1186
+ };
1187
+ prefixCls: StringConstructor;
1188
+ gutter: {
1189
+ type: import("vue").PropType<import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter]>;
1190
+ default: import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
1191
+ };
1192
+ wrap: {
1193
+ type: BooleanConstructor;
1194
+ default: any;
1195
+ };
1196
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1197
+ align: {
1198
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1199
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1200
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1201
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1202
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1203
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1204
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1205
+ }>;
1206
+ default: "middle" | "top" | "bottom" | "stretch" | {
1207
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1208
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1209
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1210
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1211
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1212
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1213
+ };
1214
+ };
1215
+ justify: {
1216
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1217
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1218
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1219
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1220
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1221
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1222
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1223
+ }>;
1224
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1225
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1226
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1227
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1228
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1229
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1230
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1231
+ };
1232
+ };
1233
+ prefixCls: StringConstructor;
1234
+ gutter: {
1235
+ type: import("vue").PropType<import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter]>;
1236
+ default: import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
1237
+ };
1238
+ wrap: {
1239
+ type: BooleanConstructor;
1240
+ default: any;
1241
+ };
1242
+ }>>, {
1243
+ align: "middle" | "top" | "bottom" | "stretch" | {
1244
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1245
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1246
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1247
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1248
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1249
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1250
+ };
1251
+ justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1252
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1253
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1254
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1255
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1256
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1257
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1258
+ };
1259
+ wrap: boolean;
1260
+ gutter: number | Partial<Record<import("ant-design-vue/es/_util/responsiveObserve").Breakpoint, number>> | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
1261
+ }, true, {}, {}, {
1262
+ P: {};
1263
+ B: {};
1264
+ D: {};
1265
+ C: {};
1266
+ M: {};
1267
+ Defaults: {};
1268
+ }, Readonly<import("vue").ExtractPropTypes<{
1269
+ align: {
1270
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1271
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1272
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1273
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1274
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1275
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1276
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1277
+ }>;
1278
+ default: "middle" | "top" | "bottom" | "stretch" | {
1279
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1280
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1281
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1282
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1283
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1284
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1285
+ };
1286
+ };
1287
+ justify: {
1288
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1289
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1290
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1291
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1292
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1293
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1294
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1295
+ }>;
1296
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1297
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1298
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1299
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1300
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1301
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1302
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1303
+ };
1304
+ };
1305
+ prefixCls: StringConstructor;
1306
+ gutter: {
1307
+ type: import("vue").PropType<import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter]>;
1308
+ default: import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
1309
+ };
1310
+ wrap: {
1311
+ type: BooleanConstructor;
1312
+ default: any;
1313
+ };
1314
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
1315
+ align: "middle" | "top" | "bottom" | "stretch" | {
1316
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1317
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1318
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1319
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1320
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1321
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1322
+ };
1323
+ justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1324
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1325
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1326
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1327
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1328
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1329
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1330
+ };
1331
+ wrap: boolean;
1332
+ gutter: number | Partial<Record<import("ant-design-vue/es/_util/responsiveObserve").Breakpoint, number>> | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
1333
+ }>;
1334
+ __isFragment?: undefined;
1335
+ __isTeleport?: undefined;
1336
+ __isSuspense?: undefined;
1337
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1338
+ align: {
1339
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1340
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1341
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1342
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1343
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1344
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1345
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1346
+ }>;
1347
+ default: "middle" | "top" | "bottom" | "stretch" | {
1348
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1349
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1350
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1351
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1352
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1353
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1354
+ };
1355
+ };
1356
+ justify: {
1357
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1358
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1359
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1360
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1361
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1362
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1363
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1364
+ }>;
1365
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1366
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1367
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1368
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1369
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1370
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1371
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1372
+ };
1373
+ };
1374
+ prefixCls: StringConstructor;
1375
+ gutter: {
1376
+ type: import("vue").PropType<import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter]>;
1377
+ default: import("ant-design-vue/es/grid/Row").Gutter | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
1378
+ };
1379
+ wrap: {
1380
+ type: BooleanConstructor;
1381
+ default: any;
1382
+ };
1383
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1384
+ align: "middle" | "top" | "bottom" | "stretch" | {
1385
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1386
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1387
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1388
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1389
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1390
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1391
+ };
1392
+ justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1393
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1394
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1395
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1396
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1397
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1398
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1399
+ };
1400
+ wrap: boolean;
1401
+ gutter: number | Partial<Record<import("ant-design-vue/es/_util/responsiveObserve").Breakpoint, number>> | [import("ant-design-vue/es/grid/Row").Gutter, import("ant-design-vue/es/grid/Row").Gutter];
1402
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
1403
+ readonly Col: {
1404
+ new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1405
+ span: (NumberConstructor | StringConstructor)[];
1406
+ order: (NumberConstructor | StringConstructor)[];
1407
+ offset: (NumberConstructor | StringConstructor)[];
1408
+ push: (NumberConstructor | StringConstructor)[];
1409
+ pull: (NumberConstructor | StringConstructor)[];
1410
+ xs: {
1411
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1412
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1413
+ };
1414
+ sm: {
1415
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1416
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1417
+ };
1418
+ md: {
1419
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1420
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1421
+ };
1422
+ lg: {
1423
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1424
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1425
+ };
1426
+ xl: {
1427
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1428
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1429
+ };
1430
+ xxl: {
1431
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1432
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1433
+ };
1434
+ prefixCls: StringConstructor;
1435
+ flex: (NumberConstructor | StringConstructor)[];
1436
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1437
+ span: (NumberConstructor | StringConstructor)[];
1438
+ order: (NumberConstructor | StringConstructor)[];
1439
+ offset: (NumberConstructor | StringConstructor)[];
1440
+ push: (NumberConstructor | StringConstructor)[];
1441
+ pull: (NumberConstructor | StringConstructor)[];
1442
+ xs: {
1443
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1444
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1445
+ };
1446
+ sm: {
1447
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1448
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1449
+ };
1450
+ md: {
1451
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1452
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1453
+ };
1454
+ lg: {
1455
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1456
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1457
+ };
1458
+ xl: {
1459
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1460
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1461
+ };
1462
+ xxl: {
1463
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1464
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1465
+ };
1466
+ prefixCls: StringConstructor;
1467
+ flex: (NumberConstructor | StringConstructor)[];
1468
+ }>>, {
1469
+ sm: string | number | import("ant-design-vue/es/grid").ColSize;
1470
+ lg: string | number | import("ant-design-vue/es/grid").ColSize;
1471
+ xxl: string | number | import("ant-design-vue/es/grid").ColSize;
1472
+ xl: string | number | import("ant-design-vue/es/grid").ColSize;
1473
+ md: string | number | import("ant-design-vue/es/grid").ColSize;
1474
+ xs: string | number | import("ant-design-vue/es/grid").ColSize;
1475
+ }, true, {}, {}, {
1476
+ P: {};
1477
+ B: {};
1478
+ D: {};
1479
+ C: {};
1480
+ M: {};
1481
+ Defaults: {};
1482
+ }, Readonly<import("vue").ExtractPropTypes<{
1483
+ span: (NumberConstructor | StringConstructor)[];
1484
+ order: (NumberConstructor | StringConstructor)[];
1485
+ offset: (NumberConstructor | StringConstructor)[];
1486
+ push: (NumberConstructor | StringConstructor)[];
1487
+ pull: (NumberConstructor | StringConstructor)[];
1488
+ xs: {
1489
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1490
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1491
+ };
1492
+ sm: {
1493
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1494
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1495
+ };
1496
+ md: {
1497
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1498
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1499
+ };
1500
+ lg: {
1501
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1502
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1503
+ };
1504
+ xl: {
1505
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1506
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1507
+ };
1508
+ xxl: {
1509
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1510
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1511
+ };
1512
+ prefixCls: StringConstructor;
1513
+ flex: (NumberConstructor | StringConstructor)[];
1514
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
1515
+ sm: string | number | import("ant-design-vue/es/grid").ColSize;
1516
+ lg: string | number | import("ant-design-vue/es/grid").ColSize;
1517
+ xxl: string | number | import("ant-design-vue/es/grid").ColSize;
1518
+ xl: string | number | import("ant-design-vue/es/grid").ColSize;
1519
+ md: string | number | import("ant-design-vue/es/grid").ColSize;
1520
+ xs: string | number | import("ant-design-vue/es/grid").ColSize;
1521
+ }>;
1522
+ __isFragment?: undefined;
1523
+ __isTeleport?: undefined;
1524
+ __isSuspense?: undefined;
1525
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1526
+ span: (NumberConstructor | StringConstructor)[];
1527
+ order: (NumberConstructor | StringConstructor)[];
1528
+ offset: (NumberConstructor | StringConstructor)[];
1529
+ push: (NumberConstructor | StringConstructor)[];
1530
+ pull: (NumberConstructor | StringConstructor)[];
1531
+ xs: {
1532
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1533
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1534
+ };
1535
+ sm: {
1536
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1537
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1538
+ };
1539
+ md: {
1540
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1541
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1542
+ };
1543
+ lg: {
1544
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1545
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1546
+ };
1547
+ xl: {
1548
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1549
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1550
+ };
1551
+ xxl: {
1552
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1553
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1554
+ };
1555
+ prefixCls: StringConstructor;
1556
+ flex: (NumberConstructor | StringConstructor)[];
1557
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1558
+ sm: string | number | import("ant-design-vue/es/grid").ColSize;
1559
+ lg: string | number | import("ant-design-vue/es/grid").ColSize;
1560
+ xxl: string | number | import("ant-design-vue/es/grid").ColSize;
1561
+ xl: string | number | import("ant-design-vue/es/grid").ColSize;
1562
+ md: string | number | import("ant-design-vue/es/grid").ColSize;
1563
+ xs: string | number | import("ant-design-vue/es/grid").ColSize;
1564
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
1565
+ SecondUI: import("vue").DefineComponent<{
1566
+ [x: string]: any;
1567
+ }, {
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
+ };
1579
+ TypeEnum: typeof import("./src/config").TypeEnum;
1580
+ defaultValue: import("vue").Ref<any>;
1581
+ valueRange: any;
1582
+ valueLoop: any;
1583
+ valueWeek: any;
1584
+ valueList: import("vue").Ref<any[]>;
1585
+ valueWork: import("vue").Ref<any>;
1586
+ maxValue: import("vue").Ref<any>;
1587
+ minValue: import("vue").Ref<any>;
1588
+ computeValue: import("vue").ComputedRef<any>;
1589
+ specifyRange: import("vue").ComputedRef<number[]>;
1590
+ updateValue: (value: any) => void;
1591
+ parseValue: (value: any) => void;
1592
+ beforeRadioAttrs: import("vue").ComputedRef<{
1593
+ class: string[];
1594
+ disabled: any;
1595
+ }>;
1596
+ inputNumberAttrs: import("vue").ComputedRef<{
1597
+ class: string[];
1598
+ max: any;
1599
+ min: any;
1600
+ precision: number;
1601
+ }>;
1602
+ typeRangeAttrs: import("vue").ComputedRef<{
1603
+ class: string[];
1604
+ max: any;
1605
+ min: any;
1606
+ precision: number;
1607
+ disabled: any;
1608
+ }>;
1609
+ typeLoopAttrs: import("vue").ComputedRef<{
1610
+ class: string[];
1611
+ max: any;
1612
+ min: any;
1613
+ precision: number;
1614
+ disabled: any;
1615
+ }>;
1616
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1617
+ disabled: any;
1618
+ class: string[];
1619
+ }>;
1620
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1621
+ readonly change: (value: string) => boolean;
1622
+ readonly 'update:value': (value: string) => boolean;
1623
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1624
+ [x: string]: any;
1625
+ }>> & {
1626
+ onChange?: ((value: string) => any) | undefined;
1627
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1628
+ }, {
1629
+ [x: string]: any;
1630
+ }, {}>;
1631
+ MinuteUI: import("vue").DefineComponent<{
1632
+ [x: string]: any;
1633
+ }, {
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
+ };
1645
+ TypeEnum: typeof import("./src/config").TypeEnum;
1646
+ defaultValue: import("vue").Ref<any>;
1647
+ valueRange: any;
1648
+ valueLoop: any;
1649
+ valueWeek: any;
1650
+ valueList: import("vue").Ref<any[]>;
1651
+ valueWork: import("vue").Ref<any>;
1652
+ maxValue: import("vue").Ref<any>;
1653
+ minValue: import("vue").Ref<any>;
1654
+ computeValue: import("vue").ComputedRef<any>;
1655
+ specifyRange: import("vue").ComputedRef<number[]>;
1656
+ updateValue: (value: any) => void;
1657
+ parseValue: (value: any) => void;
1658
+ beforeRadioAttrs: import("vue").ComputedRef<{
1659
+ class: string[];
1660
+ disabled: any;
1661
+ }>;
1662
+ inputNumberAttrs: import("vue").ComputedRef<{
1663
+ class: string[];
1664
+ max: any;
1665
+ min: any;
1666
+ precision: number;
1667
+ }>;
1668
+ typeRangeAttrs: import("vue").ComputedRef<{
1669
+ class: string[];
1670
+ max: any;
1671
+ min: any;
1672
+ precision: number;
1673
+ disabled: any;
1674
+ }>;
1675
+ typeLoopAttrs: import("vue").ComputedRef<{
1676
+ class: string[];
1677
+ max: any;
1678
+ min: any;
1679
+ precision: number;
1680
+ disabled: any;
1681
+ }>;
1682
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1683
+ disabled: any;
1684
+ class: string[];
1685
+ }>;
1686
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1687
+ readonly change: (value: string) => boolean;
1688
+ readonly 'update:value': (value: string) => boolean;
1689
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1690
+ [x: string]: any;
1691
+ }>> & {
1692
+ onChange?: ((value: string) => any) | undefined;
1693
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1694
+ }, {
1695
+ [x: string]: any;
1696
+ }, {}>;
1697
+ HourUI: import("vue").DefineComponent<{
1698
+ [x: string]: any;
1699
+ }, {
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
+ };
1711
+ TypeEnum: typeof import("./src/config").TypeEnum;
1712
+ defaultValue: import("vue").Ref<any>;
1713
+ valueRange: any;
1714
+ valueLoop: any;
1715
+ valueWeek: any;
1716
+ valueList: import("vue").Ref<any[]>;
1717
+ valueWork: import("vue").Ref<any>;
1718
+ maxValue: import("vue").Ref<any>;
1719
+ minValue: import("vue").Ref<any>;
1720
+ computeValue: import("vue").ComputedRef<any>;
1721
+ specifyRange: import("vue").ComputedRef<number[]>;
1722
+ updateValue: (value: any) => void;
1723
+ parseValue: (value: any) => void;
1724
+ beforeRadioAttrs: import("vue").ComputedRef<{
1725
+ class: string[];
1726
+ disabled: any;
1727
+ }>;
1728
+ inputNumberAttrs: import("vue").ComputedRef<{
1729
+ class: string[];
1730
+ max: any;
1731
+ min: any;
1732
+ precision: number;
1733
+ }>;
1734
+ typeRangeAttrs: import("vue").ComputedRef<{
1735
+ class: string[];
1736
+ max: any;
1737
+ min: any;
1738
+ precision: number;
1739
+ disabled: any;
1740
+ }>;
1741
+ typeLoopAttrs: import("vue").ComputedRef<{
1742
+ class: string[];
1743
+ max: any;
1744
+ min: any;
1745
+ precision: number;
1746
+ disabled: any;
1747
+ }>;
1748
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1749
+ disabled: any;
1750
+ class: string[];
1751
+ }>;
1752
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1753
+ readonly change: (value: string) => boolean;
1754
+ readonly 'update:value': (value: string) => boolean;
1755
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1756
+ [x: string]: any;
1757
+ }>> & {
1758
+ onChange?: ((value: string) => any) | undefined;
1759
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1760
+ }, {
1761
+ [x: string]: any;
1762
+ }, {}>;
1763
+ DayUI: import("vue").DefineComponent<{
1764
+ [x: string]: any;
1765
+ }, {
1766
+ typeWorkAttrs: import("vue").ComputedRef<{
1767
+ class: string[];
1768
+ max: any;
1769
+ min: any;
1770
+ precision: number;
1771
+ disabled: any;
1772
+ }>;
1773
+ type: import("vue").Ref<any>;
1774
+ bem: {
1775
+ b: (blockSuffix?: string) => string;
1776
+ e: (element?: string) => string;
1777
+ m: (modifier?: string) => string;
1778
+ be: (blockSuffix?: string, element?: string) => string;
1779
+ em: (element: string, modifier: string) => string;
1780
+ bm: (blockSuffix: string, modifier: string) => string;
1781
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
1782
+ is: (name?: string) => string;
1783
+ };
1784
+ TypeEnum: typeof import("./src/config").TypeEnum;
1785
+ defaultValue: import("vue").Ref<any>;
1786
+ valueRange: any;
1787
+ valueLoop: any;
1788
+ valueWeek: any;
1789
+ valueList: import("vue").Ref<any[]>;
1790
+ valueWork: import("vue").Ref<any>;
1791
+ maxValue: import("vue").Ref<any>;
1792
+ minValue: import("vue").Ref<any>;
1793
+ computeValue: import("vue").ComputedRef<any>;
1794
+ specifyRange: import("vue").ComputedRef<number[]>;
1795
+ updateValue: (value: any) => void;
1796
+ parseValue: (value: any) => void;
1797
+ beforeRadioAttrs: import("vue").ComputedRef<{
1798
+ class: string[];
1799
+ disabled: any;
1800
+ }>;
1801
+ inputNumberAttrs: import("vue").ComputedRef<{
1802
+ class: string[];
1803
+ max: any;
1804
+ min: any;
1805
+ precision: number;
1806
+ }>;
1807
+ typeRangeAttrs: import("vue").ComputedRef<{
1808
+ class: string[];
1809
+ max: any;
1810
+ min: any;
1811
+ precision: number;
1812
+ disabled: any;
1813
+ }>;
1814
+ typeLoopAttrs: import("vue").ComputedRef<{
1815
+ class: string[];
1816
+ max: any;
1817
+ min: any;
1818
+ precision: number;
1819
+ disabled: any;
1820
+ }>;
1821
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1822
+ disabled: any;
1823
+ class: string[];
1824
+ }>;
1825
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1826
+ readonly change: (value: string) => boolean;
1827
+ readonly 'update:value': (value: string) => boolean;
1828
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1829
+ [x: string]: any;
1830
+ }>> & {
1831
+ onChange?: ((value: string) => any) | undefined;
1832
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1833
+ }, {
1834
+ [x: string]: any;
1835
+ }, {}>;
1836
+ MonthUI: import("vue").DefineComponent<{
1837
+ [x: string]: any;
1838
+ }, {
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
+ };
1850
+ TypeEnum: typeof import("./src/config").TypeEnum;
1851
+ defaultValue: import("vue").Ref<any>;
1852
+ valueRange: any;
1853
+ valueLoop: any;
1854
+ valueWeek: any;
1855
+ valueList: import("vue").Ref<any[]>;
1856
+ valueWork: import("vue").Ref<any>;
1857
+ maxValue: import("vue").Ref<any>;
1858
+ minValue: import("vue").Ref<any>;
1859
+ computeValue: import("vue").ComputedRef<any>;
1860
+ specifyRange: import("vue").ComputedRef<number[]>;
1861
+ updateValue: (value: any) => void;
1862
+ parseValue: (value: any) => void;
1863
+ beforeRadioAttrs: import("vue").ComputedRef<{
1864
+ class: string[];
1865
+ disabled: any;
1866
+ }>;
1867
+ inputNumberAttrs: import("vue").ComputedRef<{
1868
+ class: string[];
1869
+ max: any;
1870
+ min: any;
1871
+ precision: number;
1872
+ }>;
1873
+ typeRangeAttrs: import("vue").ComputedRef<{
1874
+ class: string[];
1875
+ max: any;
1876
+ min: any;
1877
+ precision: number;
1878
+ disabled: any;
1879
+ }>;
1880
+ typeLoopAttrs: import("vue").ComputedRef<{
1881
+ class: string[];
1882
+ max: any;
1883
+ min: any;
1884
+ precision: number;
1885
+ disabled: any;
1886
+ }>;
1887
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1888
+ disabled: any;
1889
+ class: string[];
1890
+ }>;
1891
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1892
+ readonly change: (value: string) => boolean;
1893
+ readonly 'update:value': (value: string) => boolean;
1894
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1895
+ [x: string]: any;
1896
+ }>> & {
1897
+ onChange?: ((value: string) => any) | undefined;
1898
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1899
+ }, {
1900
+ [x: string]: any;
1901
+ }, {}>;
1902
+ WeekUI: import("vue").DefineComponent<{
1903
+ [x: string]: any;
1904
+ }, {
1905
+ weekOptions: import("vue").ComputedRef<{
1906
+ label: string;
1907
+ value: number;
1908
+ }[]>;
1909
+ typeLoopSelectAttrs: import("vue").ComputedRef<{
1910
+ class: string[];
1911
+ disabled: any;
1912
+ }>;
1913
+ typeRangeSelectAttrs: import("vue").ComputedRef<{
1914
+ class: string[];
1915
+ disabled: any;
1916
+ }>;
1917
+ WEEK_MAP_CN: {
1918
+ '1': string;
1919
+ '2': string;
1920
+ '3': string;
1921
+ '4': string;
1922
+ '5': string;
1923
+ '6': string;
1924
+ '7': string;
1925
+ };
1926
+ WEEK_MAP_EN: {
1927
+ '1': string;
1928
+ '2': string;
1929
+ '3': string;
1930
+ '4': string;
1931
+ '5': string;
1932
+ '6': string;
1933
+ '7': string;
1934
+ };
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
+ };
1946
+ TypeEnum: typeof import("./src/config").TypeEnum;
1947
+ defaultValue: import("vue").Ref<any>;
1948
+ valueRange: any;
1949
+ valueLoop: any;
1950
+ valueWeek: any;
1951
+ valueList: import("vue").Ref<any[]>;
1952
+ valueWork: import("vue").Ref<any>;
1953
+ maxValue: import("vue").Ref<any>;
1954
+ minValue: import("vue").Ref<any>;
1955
+ computeValue: import("vue").ComputedRef<any>;
1956
+ specifyRange: import("vue").ComputedRef<number[]>;
1957
+ updateValue: (value: any) => void;
1958
+ parseValue: (value: any) => void;
1959
+ beforeRadioAttrs: import("vue").ComputedRef<{
1960
+ class: string[];
1961
+ disabled: any;
1962
+ }>;
1963
+ inputNumberAttrs: import("vue").ComputedRef<{
1964
+ class: string[];
1965
+ max: any;
1966
+ min: any;
1967
+ precision: number;
1968
+ }>;
1969
+ typeRangeAttrs: import("vue").ComputedRef<{
1970
+ class: string[];
1971
+ max: any;
1972
+ min: any;
1973
+ precision: number;
1974
+ disabled: any;
1975
+ }>;
1976
+ typeLoopAttrs: import("vue").ComputedRef<{
1977
+ class: string[];
1978
+ max: any;
1979
+ min: any;
1980
+ precision: number;
1981
+ disabled: any;
1982
+ }>;
1983
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1984
+ disabled: any;
1985
+ class: string[];
1986
+ }>;
1987
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1988
+ readonly change: (value: string) => boolean;
1989
+ readonly 'update:value': (value: string) => boolean;
1990
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1991
+ [x: string]: any;
1992
+ }>> & {
1993
+ onChange?: ((value: string) => any) | undefined;
1994
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1995
+ }, {
1996
+ [x: string]: any;
1997
+ }, {}>;
1998
+ YearUI: import("vue").DefineComponent<{
1999
+ [x: string]: any;
2000
+ }, {
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
+ };
2012
+ TypeEnum: typeof import("./src/config").TypeEnum;
2013
+ defaultValue: import("vue").Ref<any>;
2014
+ valueRange: any;
2015
+ valueLoop: any;
2016
+ valueWeek: any;
2017
+ valueList: import("vue").Ref<any[]>;
2018
+ valueWork: import("vue").Ref<any>;
2019
+ maxValue: import("vue").Ref<any>;
2020
+ minValue: import("vue").Ref<any>;
2021
+ computeValue: import("vue").ComputedRef<any>;
2022
+ specifyRange: import("vue").ComputedRef<number[]>;
2023
+ updateValue: (value: any) => void;
2024
+ parseValue: (value: any) => void;
2025
+ beforeRadioAttrs: import("vue").ComputedRef<{
2026
+ class: string[];
2027
+ disabled: any;
2028
+ }>;
2029
+ inputNumberAttrs: import("vue").ComputedRef<{
2030
+ class: string[];
2031
+ max: any;
2032
+ min: any;
2033
+ precision: number;
2034
+ }>;
2035
+ typeRangeAttrs: import("vue").ComputedRef<{
2036
+ class: string[];
2037
+ max: any;
2038
+ min: any;
2039
+ precision: number;
2040
+ disabled: any;
2041
+ }>;
2042
+ typeLoopAttrs: import("vue").ComputedRef<{
2043
+ class: string[];
2044
+ max: any;
2045
+ min: any;
2046
+ precision: number;
2047
+ disabled: any;
2048
+ }>;
2049
+ typeSpecifyAttrs: import("vue").ComputedRef<{
2050
+ disabled: any;
2051
+ class: string[];
2052
+ }>;
2053
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2054
+ readonly change: (value: string) => boolean;
2055
+ readonly 'update:value': (value: string) => boolean;
2056
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2057
+ [x: string]: any;
2058
+ }>> & {
2059
+ onChange?: ((value: string) => any) | undefined;
2060
+ "onUpdate:value"?: ((value: string) => any) | undefined;
2061
+ }, {
2062
+ [x: string]: any;
2063
+ }, {}>;
2064
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2065
+ readonly change: (value: string) => boolean;
2066
+ readonly 'update:value': (value: string) => boolean;
2067
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2068
+ readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2069
+ readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2070
+ readonly hideSecond: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2071
+ readonly hideYear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2072
+ readonly remote: {
2073
+ readonly type: import("vue").PropType<Function>;
2074
+ readonly required: false;
2075
+ readonly validator: ((val: unknown) => boolean) | undefined;
2076
+ __epPropKey: true;
2077
+ };
2078
+ readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "Cron表达式", boolean>;
2079
+ readonly exeStartTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {}) | (() => unknown) | ((new (...args: any[]) => {}) | (() => unknown))[], unknown, unknown, 0, boolean>;
2080
+ }>> & {
2081
+ onChange?: ((value: string) => any) | undefined;
2082
+ "onUpdate:value"?: ((value: string) => any) | undefined;
2083
+ }, {
2084
+ readonly value: string;
2085
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2086
+ readonly placeholder: string;
2087
+ readonly hideSecond: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2088
+ readonly hideYear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2089
+ readonly exeStartTime: 0;
2090
+ }, {}>;
2091
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "ok"[], "ok", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
2092
+ onOk?: ((...args: any[]) => any) | undefined;
2093
+ }, {}, {}>;
2094
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2095
+ readonly change: (value: string) => boolean;
2096
+ readonly 'update:value': (value: string) => boolean;
2097
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2098
+ readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2099
+ readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2100
+ readonly hideSecond: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2101
+ readonly hideYear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2102
+ readonly remote: {
2103
+ readonly type: import("vue").PropType<Function>;
2104
+ readonly required: false;
2105
+ readonly validator: ((val: unknown) => boolean) | undefined;
2106
+ __epPropKey: true;
2107
+ };
2108
+ readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "Cron表达式", boolean>;
2109
+ readonly exeStartTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {}) | (() => unknown) | ((new (...args: any[]) => {}) | (() => unknown))[], unknown, unknown, 0, boolean>;
2110
+ }>> & {
2111
+ onChange?: ((value: string) => any) | undefined;
2112
+ "onUpdate:value"?: ((value: string) => any) | undefined;
2113
+ }, {
2114
+ readonly value: string;
2115
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2116
+ readonly placeholder: string;
2117
+ readonly hideSecond: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2118
+ readonly hideYear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2119
+ readonly exeStartTime: 0;
2120
+ }, {}>>;
2121
+ export default LlEasyCron;
2122
+ export * from './src/config';
2123
+ declare module 'vue' {
2124
+ interface GlobalComponents {
2125
+ LlEasyCron: typeof EasyCron;
2126
+ }
2127
+ }