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