ll-plus 2.2.0 → 2.2.1

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 (389) 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 +30 -30
  10. package/es/components/api-component/src/api-component.vue.d.ts +30 -30
  11. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  12. package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
  13. package/es/components/api-component/src/components/api-url.vue2.mjs +13 -24
  14. package/es/components/api-component/src/components/api-url.vue2.mjs.map +1 -1
  15. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  16. package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  17. package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
  18. package/es/components/api-component/src/components/params-table.vue2.mjs +5 -3
  19. package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
  20. package/es/components/api-component/src/config/api-component.d.ts +1 -1
  21. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  22. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  23. package/es/components/button/index.d.ts +1 -1
  24. package/es/components/button/src/button.vue.d.ts +1 -1
  25. package/es/components/checkbox/index.d.ts +217 -217
  26. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  27. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  28. package/es/components/code-editor/index.d.ts +3 -3
  29. package/es/components/code-editor/src/code-editor.vue.d.ts +3 -3
  30. package/es/components/drawer/index.d.ts +11 -11
  31. package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  32. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  33. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  34. package/es/components/easy-cron/index.d.ts +2134 -0
  35. package/es/components/easy-cron/index.mjs +13 -0
  36. package/es/components/easy-cron/index.mjs.map +1 -0
  37. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1599 -0
  38. package/es/components/easy-cron/src/components/easy-cron-inner.vue.mjs +8 -0
  39. package/es/components/easy-cron/src/components/easy-cron-inner.vue.mjs.map +1 -0
  40. package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs +563 -0
  41. package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs.map +1 -0
  42. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1621 -0
  43. package/es/components/easy-cron/src/components/easy-cron-modal.vue.mjs +8 -0
  44. package/es/components/easy-cron/src/components/easy-cron-modal.vue.mjs.map +1 -0
  45. package/es/components/easy-cron/src/components/easy-cron-modal.vue2.mjs +56 -0
  46. package/es/components/easy-cron/src/components/easy-cron-modal.vue2.mjs.map +1 -0
  47. package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +76 -0
  48. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs +263 -0
  49. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -0
  50. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +47 -0
  51. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -0
  52. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +68 -0
  53. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs +217 -0
  54. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -0
  55. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +31 -0
  56. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -0
  57. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +68 -0
  58. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs +217 -0
  59. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -0
  60. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +31 -0
  61. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -0
  62. package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +68 -0
  63. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs +217 -0
  64. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -0
  65. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +31 -0
  66. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -0
  67. package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +68 -0
  68. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs +217 -0
  69. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -0
  70. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +31 -0
  71. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -0
  72. package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +99 -0
  73. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs +221 -0
  74. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -0
  75. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +96 -0
  76. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -0
  77. package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +68 -0
  78. package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs +158 -0
  79. package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -0
  80. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +31 -0
  81. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -0
  82. package/es/components/easy-cron/src/config/date-utils.d.ts +8 -0
  83. package/es/components/easy-cron/src/config/date-utils.mjs +15 -0
  84. package/es/components/easy-cron/src/config/date-utils.mjs.map +1 -0
  85. package/es/components/easy-cron/src/config/easy-cron.d.ts +23 -0
  86. package/es/components/easy-cron/src/config/easy-cron.mjs +40 -0
  87. package/es/components/easy-cron/src/config/easy-cron.mjs.map +1 -0
  88. package/es/components/easy-cron/src/config/index.d.ts +4 -0
  89. package/es/components/easy-cron/src/config/index.mjs +7 -0
  90. package/es/components/easy-cron/src/config/index.mjs.map +1 -0
  91. package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +61 -0
  92. package/es/components/easy-cron/src/config/use-tab-mixin.mjs +191 -0
  93. package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -0
  94. package/es/components/easy-cron/src/config/validator.d.ts +2 -0
  95. package/es/components/easy-cron/src/config/validator.mjs +45 -0
  96. package/es/components/easy-cron/src/config/validator.mjs.map +1 -0
  97. package/es/components/easy-cron/src/easy-cron.vue.d.ts +2127 -0
  98. package/es/components/easy-cron/src/easy-cron.vue.mjs +8 -0
  99. package/es/components/easy-cron/src/easy-cron.vue.mjs.map +1 -0
  100. package/es/components/easy-cron/src/easy-cron.vue2.mjs +90 -0
  101. package/es/components/easy-cron/src/easy-cron.vue2.mjs.map +1 -0
  102. package/es/components/form/index.d.ts +142 -142
  103. package/es/components/form/src/config/form.d.ts +56 -56
  104. package/es/components/form/src/form.vue.d.ts +142 -142
  105. package/es/components/icon-base/index.d.ts +2 -2
  106. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  107. package/es/components/index.d.ts +1 -0
  108. package/es/components/index.mjs +4 -0
  109. package/es/components/index.mjs.map +1 -1
  110. package/es/components/input/index.d.ts +31 -31
  111. package/es/components/input/src/input.vue.d.ts +31 -31
  112. package/es/components/input-number/index.d.ts +3 -3
  113. package/es/components/input-number/src/input-number.vue.d.ts +3 -3
  114. package/es/components/key-value/index.d.ts +6 -6
  115. package/es/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  116. package/es/components/key-value/src/key-value.vue.d.ts +6 -6
  117. package/es/components/modal/index.d.ts +5 -5
  118. package/es/components/modal/src/modal.vue.d.ts +5 -5
  119. package/es/components/number-range/index.d.ts +6 -8
  120. package/es/components/number-range/src/number-range.vue.d.ts +6 -8
  121. package/es/components/number-range/src/number-range.vue2.mjs +4 -12
  122. package/es/components/number-range/src/number-range.vue2.mjs.map +1 -1
  123. package/es/components/operate-icon/index.d.ts +6 -6
  124. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  125. package/es/components/select/index.d.ts +11 -11
  126. package/es/components/select/src/select.vue.d.ts +11 -11
  127. package/es/components/table/index.d.ts +6 -6
  128. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  129. package/es/components/table/src/config/table.d.ts +2 -2
  130. package/es/components/table/src/table.vue.d.ts +6 -6
  131. package/es/components/tag-group/index.d.ts +3 -3
  132. package/es/components/tag-group/src/tag-group.vue.d.ts +3 -3
  133. package/es/components/textarea/index.d.ts +5 -5
  134. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  135. package/es/components/tooltip/index.d.ts +4 -4
  136. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  137. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  138. package/es/components/tree/index.d.ts +2 -2
  139. package/es/components/tree/src/tree.vue.d.ts +2 -2
  140. package/es/components/tree-search/index.d.ts +17 -17
  141. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  142. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  143. package/es/components/upload-drag/index.d.ts +4 -4
  144. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  145. package/es/index.mjs +4 -0
  146. package/es/index.mjs.map +1 -1
  147. package/es/utils/props/runtime.d.ts +2 -2
  148. package/global.d.ts +1 -0
  149. package/index.full.js +10502 -413
  150. package/index.full.min.js +28 -26
  151. package/index.full.min.js.map +1 -1
  152. package/index.full.min.mjs +28 -26
  153. package/index.full.min.mjs.map +1 -1
  154. package/index.full.mjs +10492 -412
  155. package/lib/component.js +70 -68
  156. package/lib/component.js.map +1 -1
  157. package/lib/components/advanced-filtering/index.d.ts +312 -312
  158. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  159. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  160. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  161. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js +3 -0
  162. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js.map +1 -1
  163. package/lib/components/api-component/index.d.ts +30 -30
  164. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  165. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  166. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  167. package/lib/components/api-component/src/components/api-url.vue2.js +13 -24
  168. package/lib/components/api-component/src/components/api-url.vue2.js.map +1 -1
  169. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  170. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  171. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  172. package/lib/components/api-component/src/components/params-table.vue2.js +4 -2
  173. package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
  174. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  175. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  176. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  177. package/lib/components/button/index.d.ts +1 -1
  178. package/lib/components/button/src/button.vue.d.ts +1 -1
  179. package/lib/components/checkbox/index.d.ts +217 -217
  180. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  181. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  182. package/lib/components/code-editor/index.d.ts +3 -3
  183. package/lib/components/code-editor/src/code-editor.vue.d.ts +3 -3
  184. package/lib/components/drawer/index.d.ts +11 -11
  185. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  186. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  187. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  188. package/lib/components/easy-cron/index.d.ts +2134 -0
  189. package/lib/components/easy-cron/index.js +27 -0
  190. package/lib/components/easy-cron/index.js.map +1 -0
  191. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1599 -0
  192. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.js +12 -0
  193. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.js.map +1 -0
  194. package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js +567 -0
  195. package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js.map +1 -0
  196. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1621 -0
  197. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.js +12 -0
  198. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.js.map +1 -0
  199. package/lib/components/easy-cron/src/components/easy-cron-modal.vue2.js +60 -0
  200. package/lib/components/easy-cron/src/components/easy-cron-modal.vue2.js.map +1 -0
  201. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +76 -0
  202. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js +267 -0
  203. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -0
  204. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +51 -0
  205. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -0
  206. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +68 -0
  207. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js +221 -0
  208. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -0
  209. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +35 -0
  210. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -0
  211. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +68 -0
  212. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js +221 -0
  213. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -0
  214. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +35 -0
  215. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -0
  216. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +68 -0
  217. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js +221 -0
  218. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -0
  219. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +35 -0
  220. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -0
  221. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +68 -0
  222. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js +221 -0
  223. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -0
  224. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +35 -0
  225. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -0
  226. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +99 -0
  227. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js +225 -0
  228. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -0
  229. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +100 -0
  230. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -0
  231. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +68 -0
  232. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js +162 -0
  233. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -0
  234. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +35 -0
  235. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -0
  236. package/lib/components/easy-cron/src/config/date-utils.d.ts +8 -0
  237. package/lib/components/easy-cron/src/config/date-utils.js +19 -0
  238. package/lib/components/easy-cron/src/config/date-utils.js.map +1 -0
  239. package/lib/components/easy-cron/src/config/easy-cron.d.ts +23 -0
  240. package/lib/components/easy-cron/src/config/easy-cron.js +43 -0
  241. package/lib/components/easy-cron/src/config/easy-cron.js.map +1 -0
  242. package/lib/components/easy-cron/src/config/index.d.ts +4 -0
  243. package/lib/components/easy-cron/src/config/index.js +19 -0
  244. package/lib/components/easy-cron/src/config/index.js.map +1 -0
  245. package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +61 -0
  246. package/lib/components/easy-cron/src/config/use-tab-mixin.js +196 -0
  247. package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -0
  248. package/lib/components/easy-cron/src/config/validator.d.ts +2 -0
  249. package/lib/components/easy-cron/src/config/validator.js +49 -0
  250. package/lib/components/easy-cron/src/config/validator.js.map +1 -0
  251. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +2127 -0
  252. package/lib/components/easy-cron/src/easy-cron.vue.js +12 -0
  253. package/lib/components/easy-cron/src/easy-cron.vue.js.map +1 -0
  254. package/lib/components/easy-cron/src/easy-cron.vue2.js +94 -0
  255. package/lib/components/easy-cron/src/easy-cron.vue2.js.map +1 -0
  256. package/lib/components/form/index.d.ts +142 -142
  257. package/lib/components/form/src/config/form.d.ts +56 -56
  258. package/lib/components/form/src/form.vue.d.ts +142 -142
  259. package/lib/components/icon-base/index.d.ts +2 -2
  260. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  261. package/lib/components/index.d.ts +1 -0
  262. package/lib/components/index.js +82 -68
  263. package/lib/components/index.js.map +1 -1
  264. package/lib/components/input/index.d.ts +31 -31
  265. package/lib/components/input/src/input.vue.d.ts +31 -31
  266. package/lib/components/input-number/index.d.ts +3 -3
  267. package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
  268. package/lib/components/key-value/index.d.ts +6 -6
  269. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  270. package/lib/components/key-value/src/key-value.vue.d.ts +6 -6
  271. package/lib/components/modal/index.d.ts +5 -5
  272. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  273. package/lib/components/number-range/index.d.ts +6 -8
  274. package/lib/components/number-range/src/number-range.vue.d.ts +6 -8
  275. package/lib/components/number-range/src/number-range.vue2.js +3 -11
  276. package/lib/components/number-range/src/number-range.vue2.js.map +1 -1
  277. package/lib/components/operate-icon/index.d.ts +6 -6
  278. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  279. package/lib/components/select/index.d.ts +11 -11
  280. package/lib/components/select/src/select.vue.d.ts +11 -11
  281. package/lib/components/table/index.d.ts +6 -6
  282. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  283. package/lib/components/table/src/config/table.d.ts +2 -2
  284. package/lib/components/table/src/table.vue.d.ts +6 -6
  285. package/lib/components/tag-group/index.d.ts +3 -3
  286. package/lib/components/tag-group/src/tag-group.vue.d.ts +3 -3
  287. package/lib/components/textarea/index.d.ts +5 -5
  288. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  289. package/lib/components/tooltip/index.d.ts +4 -4
  290. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  291. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  292. package/lib/components/tree/index.d.ts +2 -2
  293. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  294. package/lib/components/tree-search/index.d.ts +17 -17
  295. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  296. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  297. package/lib/components/upload-drag/index.d.ts +4 -4
  298. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  299. package/lib/index.js +82 -68
  300. package/lib/index.js.map +1 -1
  301. package/lib/utils/props/runtime.d.ts +2 -2
  302. package/package.json +2 -1
  303. package/theme-chalk/css/api-component.css +1 -1
  304. package/theme-chalk/css/easy-cron.css +5 -0
  305. package/theme-chalk/css/index.css +1 -1
  306. package/theme-chalk/css/number-range.css +1 -1
  307. package/theme-chalk/fonts/iconfont.js +1 -1
  308. package/theme-chalk/fonts/iconfont.json +14 -0
  309. package/types/packages/components/advanced-filtering/index.d.ts +312 -312
  310. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  311. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  312. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  313. package/types/packages/components/api-component/index.d.ts +30 -30
  314. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  315. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  316. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  317. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  318. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  319. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  320. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  321. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  322. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  323. package/types/packages/components/button/index.d.ts +1 -1
  324. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  325. package/types/packages/components/checkbox/index.d.ts +217 -217
  326. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  327. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  328. package/types/packages/components/code-editor/index.d.ts +3 -3
  329. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +3 -3
  330. package/types/packages/components/drawer/index.d.ts +11 -11
  331. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  332. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  333. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  334. package/types/packages/components/easy-cron/index.d.ts +2134 -0
  335. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +1599 -0
  336. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +1621 -0
  337. package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +76 -0
  338. package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +68 -0
  339. package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +68 -0
  340. package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +68 -0
  341. package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +68 -0
  342. package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +99 -0
  343. package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +68 -0
  344. package/types/packages/components/easy-cron/src/config/date-utils.d.ts +8 -0
  345. package/types/packages/components/easy-cron/src/config/easy-cron.d.ts +23 -0
  346. package/types/packages/components/easy-cron/src/config/index.d.ts +4 -0
  347. package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +61 -0
  348. package/types/packages/components/easy-cron/src/config/validator.d.ts +2 -0
  349. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +2127 -0
  350. package/types/packages/components/form/index.d.ts +142 -142
  351. package/types/packages/components/form/src/config/form.d.ts +56 -56
  352. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  353. package/types/packages/components/icon-base/index.d.ts +2 -2
  354. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  355. package/types/packages/components/index.d.ts +1 -0
  356. package/types/packages/components/input/index.d.ts +31 -31
  357. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  358. package/types/packages/components/input-number/index.d.ts +3 -3
  359. package/types/packages/components/input-number/src/input-number.vue.d.ts +3 -3
  360. package/types/packages/components/key-value/index.d.ts +6 -6
  361. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  362. package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -6
  363. package/types/packages/components/modal/index.d.ts +5 -5
  364. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  365. package/types/packages/components/number-range/index.d.ts +6 -8
  366. package/types/packages/components/number-range/src/number-range.vue.d.ts +6 -8
  367. package/types/packages/components/operate-icon/index.d.ts +6 -6
  368. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  369. package/types/packages/components/select/index.d.ts +11 -11
  370. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  371. package/types/packages/components/table/index.d.ts +6 -6
  372. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  373. package/types/packages/components/table/src/config/table.d.ts +2 -2
  374. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  375. package/types/packages/components/tag-group/index.d.ts +3 -3
  376. package/types/packages/components/tag-group/src/tag-group.vue.d.ts +3 -3
  377. package/types/packages/components/textarea/index.d.ts +5 -5
  378. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  379. package/types/packages/components/tooltip/index.d.ts +4 -4
  380. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  381. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  382. package/types/packages/components/tree/index.d.ts +2 -2
  383. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  384. package/types/packages/components/tree-search/index.d.ts +17 -17
  385. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  386. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  387. package/types/packages/components/upload-drag/index.d.ts +4 -4
  388. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  389. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -0,0 +1,1621 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ bem: {
3
+ b: (blockSuffix?: string) => string;
4
+ e: (element?: string) => string;
5
+ m: (modifier?: string) => string;
6
+ be: (blockSuffix?: string, element?: string) => string;
7
+ em: (element: string, modifier: string) => string;
8
+ bm: (blockSuffix: string, modifier: string) => string;
9
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
10
+ is: (name?: string) => string;
11
+ };
12
+ emit: (event: "ok", ...args: any[]) => void;
13
+ attrs: {
14
+ [x: string]: unknown;
15
+ };
16
+ open: import("vue").Ref<boolean>;
17
+ openModal: () => void;
18
+ handleCancel: () => void;
19
+ handleSubmit: () => void;
20
+ EasyCronInner: import("vue").DefineComponent<{
21
+ readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
22
+ readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
23
+ readonly hideSecond: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
24
+ readonly hideYear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
25
+ readonly remote: {
26
+ readonly type: import("vue").PropType<Function>;
27
+ readonly required: false;
28
+ readonly validator: ((val: unknown) => boolean) | undefined;
29
+ __epPropKey: true;
30
+ };
31
+ readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "Cron表达式", boolean>;
32
+ readonly exeStartTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {}) | (() => unknown) | ((new (...args: any[]) => {}) | (() => unknown))[], unknown, unknown, 0, boolean>;
33
+ }, {
34
+ bem: {
35
+ b: (blockSuffix?: string) => string;
36
+ e: (element?: string) => string;
37
+ m: (modifier?: string) => string;
38
+ be: (blockSuffix?: string, element?: string) => string;
39
+ em: (element: string, modifier: string) => string;
40
+ bm: (blockSuffix: string, modifier: string) => string;
41
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
42
+ is: (name?: string) => string;
43
+ };
44
+ props: import("@vue/shared").LooseRequired<{
45
+ readonly value: string;
46
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
47
+ readonly placeholder: string;
48
+ readonly hideSecond: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
49
+ readonly hideYear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
50
+ readonly exeStartTime: 0;
51
+ readonly remote?: Function | undefined;
52
+ readonly onChange?: ((value: string) => any) | undefined;
53
+ readonly "onUpdate:value"?: ((value: string) => any) | undefined;
54
+ } & {}>;
55
+ emits: ((event: "change", value: string) => void) & ((event: "update:value", value: string) => void);
56
+ activeKey: import("vue").Ref<string>;
57
+ second: import("vue").Ref<string>;
58
+ minute: import("vue").Ref<string>;
59
+ hour: import("vue").Ref<string>;
60
+ day: import("vue").Ref<string>;
61
+ month: import("vue").Ref<string>;
62
+ week: import("vue").Ref<string>;
63
+ year: import("vue").Ref<string>;
64
+ inputValues: {
65
+ second: string;
66
+ minute: string;
67
+ hour: string;
68
+ day: string;
69
+ month: string;
70
+ week: string;
71
+ year: string;
72
+ cron: string;
73
+ };
74
+ preTimeList: import("vue").Ref<string>;
75
+ cronValueInner: import("vue").ComputedRef<string>;
76
+ cronValueNoYear: import("vue").ComputedRef<string>;
77
+ calTriggerList: import("@vueuse/shared").PromisifyFn<() => void>;
78
+ assignInput: () => void;
79
+ formatValue: () => void;
80
+ convertWeekToQuartz: (week: string) => string;
81
+ calTriggerListInner: () => void;
82
+ onInputBlur: () => void;
83
+ onInputCronBlur: (event: any) => void;
84
+ emitValue: (value: any) => void;
85
+ readonly Tabs: {
86
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
87
+ prefixCls: {
88
+ type: StringConstructor;
89
+ };
90
+ id: {
91
+ type: StringConstructor;
92
+ };
93
+ popupClassName: StringConstructor;
94
+ getPopupContainer: {
95
+ type: import("vue").PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
96
+ default: (triggerNode?: HTMLElement | undefined) => HTMLElement;
97
+ };
98
+ activeKey: {
99
+ type: (NumberConstructor | StringConstructor)[];
100
+ };
101
+ defaultActiveKey: {
102
+ type: (NumberConstructor | StringConstructor)[];
103
+ };
104
+ direction: {
105
+ type: import("vue").PropType<"ltr" | "rtl">;
106
+ default: "ltr" | "rtl";
107
+ };
108
+ animated: {
109
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig>;
110
+ default: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
111
+ };
112
+ renderTabBar: {
113
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").RenderTabBar>;
114
+ default: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
115
+ };
116
+ tabBarGutter: {
117
+ type: NumberConstructor;
118
+ };
119
+ tabBarStyle: {
120
+ type: import("vue").PropType<import("vue").CSSProperties>;
121
+ default: import("vue").CSSProperties;
122
+ };
123
+ tabPosition: {
124
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabPosition>;
125
+ default: import("ant-design-vue/es/tabs/src/interface").TabPosition;
126
+ };
127
+ destroyInactiveTabPane: {
128
+ type: BooleanConstructor;
129
+ default: boolean;
130
+ };
131
+ hideAdd: BooleanConstructor;
132
+ type: {
133
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/Tabs").TabsType>;
134
+ default: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
135
+ };
136
+ size: {
137
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
138
+ default: import("ant-design-vue/es/button").ButtonSize;
139
+ };
140
+ centered: BooleanConstructor;
141
+ onEdit: {
142
+ type: import("vue").PropType<(e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
143
+ default: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
144
+ };
145
+ onChange: {
146
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
147
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
148
+ };
149
+ onTabClick: {
150
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
151
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
152
+ };
153
+ onTabScroll: {
154
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").OnTabScroll>;
155
+ default: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
156
+ };
157
+ 'onUpdate:activeKey': {
158
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
159
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
160
+ };
161
+ locale: {
162
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabsLocale>;
163
+ default: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
164
+ };
165
+ onPrevClick: {
166
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
167
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
168
+ };
169
+ onNextClick: {
170
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
171
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
172
+ };
173
+ tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
174
+ }>>, () => 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<{
175
+ prefixCls: {
176
+ type: StringConstructor;
177
+ };
178
+ id: {
179
+ type: StringConstructor;
180
+ };
181
+ popupClassName: StringConstructor;
182
+ getPopupContainer: {
183
+ type: import("vue").PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
184
+ default: (triggerNode?: HTMLElement | undefined) => HTMLElement;
185
+ };
186
+ activeKey: {
187
+ type: (NumberConstructor | StringConstructor)[];
188
+ };
189
+ defaultActiveKey: {
190
+ type: (NumberConstructor | StringConstructor)[];
191
+ };
192
+ direction: {
193
+ type: import("vue").PropType<"ltr" | "rtl">;
194
+ default: "ltr" | "rtl";
195
+ };
196
+ animated: {
197
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig>;
198
+ default: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
199
+ };
200
+ renderTabBar: {
201
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").RenderTabBar>;
202
+ default: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
203
+ };
204
+ tabBarGutter: {
205
+ type: NumberConstructor;
206
+ };
207
+ tabBarStyle: {
208
+ type: import("vue").PropType<import("vue").CSSProperties>;
209
+ default: import("vue").CSSProperties;
210
+ };
211
+ tabPosition: {
212
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabPosition>;
213
+ default: import("ant-design-vue/es/tabs/src/interface").TabPosition;
214
+ };
215
+ destroyInactiveTabPane: {
216
+ type: BooleanConstructor;
217
+ default: boolean;
218
+ };
219
+ hideAdd: BooleanConstructor;
220
+ type: {
221
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/Tabs").TabsType>;
222
+ default: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
223
+ };
224
+ size: {
225
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
226
+ default: import("ant-design-vue/es/button").ButtonSize;
227
+ };
228
+ centered: BooleanConstructor;
229
+ onEdit: {
230
+ type: import("vue").PropType<(e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
231
+ default: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
232
+ };
233
+ onChange: {
234
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
235
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
236
+ };
237
+ onTabClick: {
238
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
239
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
240
+ };
241
+ onTabScroll: {
242
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").OnTabScroll>;
243
+ default: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
244
+ };
245
+ 'onUpdate:activeKey': {
246
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
247
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
248
+ };
249
+ locale: {
250
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabsLocale>;
251
+ default: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
252
+ };
253
+ onPrevClick: {
254
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
255
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
256
+ };
257
+ onNextClick: {
258
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
259
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
260
+ };
261
+ tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
262
+ }>>, {
263
+ size: import("ant-design-vue/es/button").ButtonSize;
264
+ type: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
265
+ onChange: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
266
+ direction: "ltr" | "rtl";
267
+ getPopupContainer: (triggerNode?: HTMLElement | undefined) => HTMLElement;
268
+ locale: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
269
+ 'onUpdate:activeKey': (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
270
+ animated: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
271
+ destroyInactiveTabPane: boolean;
272
+ onTabClick: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
273
+ tabPosition: import("ant-design-vue/es/tabs/src/interface").TabPosition;
274
+ renderTabBar: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
275
+ onTabScroll: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
276
+ tabBarStyle: import("vue").CSSProperties;
277
+ hideAdd: boolean;
278
+ centered: boolean;
279
+ onEdit: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
280
+ onPrevClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
281
+ onNextClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
282
+ }, true, {}, import("ant-design-vue/es/_util/type").CustomSlotsType<{
283
+ tabBarExtraContent?: any;
284
+ leftExtra?: any;
285
+ rightExtra?: any;
286
+ moreIcon?: any;
287
+ addIcon?: any;
288
+ removeIcon?: any;
289
+ renderTabBar?: any;
290
+ default?: any;
291
+ }>, {
292
+ P: {};
293
+ B: {};
294
+ D: {};
295
+ C: {};
296
+ M: {};
297
+ Defaults: {};
298
+ }, Readonly<import("vue").ExtractPropTypes<{
299
+ prefixCls: {
300
+ type: StringConstructor;
301
+ };
302
+ id: {
303
+ type: StringConstructor;
304
+ };
305
+ popupClassName: StringConstructor;
306
+ getPopupContainer: {
307
+ type: import("vue").PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
308
+ default: (triggerNode?: HTMLElement | undefined) => HTMLElement;
309
+ };
310
+ activeKey: {
311
+ type: (NumberConstructor | StringConstructor)[];
312
+ };
313
+ defaultActiveKey: {
314
+ type: (NumberConstructor | StringConstructor)[];
315
+ };
316
+ direction: {
317
+ type: import("vue").PropType<"ltr" | "rtl">;
318
+ default: "ltr" | "rtl";
319
+ };
320
+ animated: {
321
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig>;
322
+ default: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
323
+ };
324
+ renderTabBar: {
325
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").RenderTabBar>;
326
+ default: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
327
+ };
328
+ tabBarGutter: {
329
+ type: NumberConstructor;
330
+ };
331
+ tabBarStyle: {
332
+ type: import("vue").PropType<import("vue").CSSProperties>;
333
+ default: import("vue").CSSProperties;
334
+ };
335
+ tabPosition: {
336
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabPosition>;
337
+ default: import("ant-design-vue/es/tabs/src/interface").TabPosition;
338
+ };
339
+ destroyInactiveTabPane: {
340
+ type: BooleanConstructor;
341
+ default: boolean;
342
+ };
343
+ hideAdd: BooleanConstructor;
344
+ type: {
345
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/Tabs").TabsType>;
346
+ default: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
347
+ };
348
+ size: {
349
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
350
+ default: import("ant-design-vue/es/button").ButtonSize;
351
+ };
352
+ centered: BooleanConstructor;
353
+ onEdit: {
354
+ type: import("vue").PropType<(e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
355
+ default: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
356
+ };
357
+ onChange: {
358
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
359
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
360
+ };
361
+ onTabClick: {
362
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
363
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
364
+ };
365
+ onTabScroll: {
366
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").OnTabScroll>;
367
+ default: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
368
+ };
369
+ 'onUpdate:activeKey': {
370
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
371
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
372
+ };
373
+ locale: {
374
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabsLocale>;
375
+ default: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
376
+ };
377
+ onPrevClick: {
378
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
379
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
380
+ };
381
+ onNextClick: {
382
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
383
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
384
+ };
385
+ tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
386
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
387
+ size: import("ant-design-vue/es/button").ButtonSize;
388
+ type: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
389
+ onChange: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
390
+ direction: "ltr" | "rtl";
391
+ getPopupContainer: (triggerNode?: HTMLElement | undefined) => HTMLElement;
392
+ locale: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
393
+ 'onUpdate:activeKey': (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
394
+ animated: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
395
+ destroyInactiveTabPane: boolean;
396
+ onTabClick: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
397
+ tabPosition: import("ant-design-vue/es/tabs/src/interface").TabPosition;
398
+ renderTabBar: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
399
+ onTabScroll: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
400
+ tabBarStyle: import("vue").CSSProperties;
401
+ hideAdd: boolean;
402
+ centered: boolean;
403
+ onEdit: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
404
+ onPrevClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
405
+ onNextClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
406
+ }>;
407
+ __isFragment?: undefined;
408
+ __isTeleport?: undefined;
409
+ __isSuspense?: undefined;
410
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
411
+ prefixCls: {
412
+ type: StringConstructor;
413
+ };
414
+ id: {
415
+ type: StringConstructor;
416
+ };
417
+ popupClassName: StringConstructor;
418
+ getPopupContainer: {
419
+ type: import("vue").PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
420
+ default: (triggerNode?: HTMLElement | undefined) => HTMLElement;
421
+ };
422
+ activeKey: {
423
+ type: (NumberConstructor | StringConstructor)[];
424
+ };
425
+ defaultActiveKey: {
426
+ type: (NumberConstructor | StringConstructor)[];
427
+ };
428
+ direction: {
429
+ type: import("vue").PropType<"ltr" | "rtl">;
430
+ default: "ltr" | "rtl";
431
+ };
432
+ animated: {
433
+ type: import("vue").PropType<boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig>;
434
+ default: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
435
+ };
436
+ renderTabBar: {
437
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").RenderTabBar>;
438
+ default: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
439
+ };
440
+ tabBarGutter: {
441
+ type: NumberConstructor;
442
+ };
443
+ tabBarStyle: {
444
+ type: import("vue").PropType<import("vue").CSSProperties>;
445
+ default: import("vue").CSSProperties;
446
+ };
447
+ tabPosition: {
448
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabPosition>;
449
+ default: import("ant-design-vue/es/tabs/src/interface").TabPosition;
450
+ };
451
+ destroyInactiveTabPane: {
452
+ type: BooleanConstructor;
453
+ default: boolean;
454
+ };
455
+ hideAdd: BooleanConstructor;
456
+ type: {
457
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/Tabs").TabsType>;
458
+ default: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
459
+ };
460
+ size: {
461
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
462
+ default: import("ant-design-vue/es/button").ButtonSize;
463
+ };
464
+ centered: BooleanConstructor;
465
+ onEdit: {
466
+ type: import("vue").PropType<(e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void>;
467
+ default: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
468
+ };
469
+ onChange: {
470
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
471
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
472
+ };
473
+ onTabClick: {
474
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void>;
475
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
476
+ };
477
+ onTabScroll: {
478
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").OnTabScroll>;
479
+ default: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
480
+ };
481
+ 'onUpdate:activeKey': {
482
+ type: import("vue").PropType<(activeKey: import("ant-design-vue/es/_util/type").Key) => void>;
483
+ default: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
484
+ };
485
+ locale: {
486
+ type: import("vue").PropType<import("ant-design-vue/es/tabs/src/interface").TabsLocale>;
487
+ default: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
488
+ };
489
+ onPrevClick: {
490
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
491
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
492
+ };
493
+ onNextClick: {
494
+ type: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").MouseEventHandler>;
495
+ default: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
496
+ };
497
+ tabBarExtraContent: import("vue-types").VueTypeValidableDef<any>;
498
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
499
+ size: import("ant-design-vue/es/button").ButtonSize;
500
+ type: import("ant-design-vue/es/tabs/src/Tabs").TabsType;
501
+ onChange: (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
502
+ direction: "ltr" | "rtl";
503
+ getPopupContainer: (triggerNode?: HTMLElement | undefined) => HTMLElement;
504
+ locale: import("ant-design-vue/es/tabs/src/interface").TabsLocale;
505
+ 'onUpdate:activeKey': (activeKey: import("ant-design-vue/es/_util/type").Key) => void;
506
+ animated: boolean | import("ant-design-vue/es/tabs/src/interface").AnimatedConfig;
507
+ destroyInactiveTabPane: boolean;
508
+ onTabClick: (activeKey: import("ant-design-vue/es/_util/type").Key, e: MouseEvent | KeyboardEvent) => void;
509
+ tabPosition: import("ant-design-vue/es/tabs/src/interface").TabPosition;
510
+ renderTabBar: import("ant-design-vue/es/tabs/src/interface").RenderTabBar;
511
+ onTabScroll: import("ant-design-vue/es/tabs/src/interface").OnTabScroll;
512
+ tabBarStyle: import("vue").CSSProperties;
513
+ hideAdd: boolean;
514
+ centered: boolean;
515
+ onEdit: (e: import("ant-design-vue/es/_util/type").Key | MouseEvent | KeyboardEvent, action: "add" | "remove") => void;
516
+ onPrevClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
517
+ onNextClick: import("ant-design-vue/es/_util/EventInterface").MouseEventHandler;
518
+ }, {}, string, import("ant-design-vue/es/_util/type").CustomSlotsType<{
519
+ tabBarExtraContent?: any;
520
+ leftExtra?: any;
521
+ rightExtra?: any;
522
+ moreIcon?: any;
523
+ addIcon?: any;
524
+ removeIcon?: any;
525
+ renderTabBar?: any;
526
+ default?: any;
527
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
528
+ readonly TabPane: import("vue").DefineComponent<{
529
+ tab: import("vue-types").VueTypeValidableDef<any>;
530
+ disabled: {
531
+ type: BooleanConstructor;
532
+ };
533
+ forceRender: {
534
+ type: BooleanConstructor;
535
+ };
536
+ closable: {
537
+ type: BooleanConstructor;
538
+ };
539
+ animated: {
540
+ type: BooleanConstructor;
541
+ };
542
+ active: {
543
+ type: BooleanConstructor;
544
+ };
545
+ destroyInactiveTabPane: {
546
+ type: BooleanConstructor;
547
+ };
548
+ prefixCls: {
549
+ type: StringConstructor;
550
+ };
551
+ tabKey: {
552
+ type: (NumberConstructor | StringConstructor)[];
553
+ };
554
+ id: {
555
+ type: StringConstructor;
556
+ };
557
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
558
+ tab: import("vue-types").VueTypeValidableDef<any>;
559
+ disabled: {
560
+ type: BooleanConstructor;
561
+ };
562
+ forceRender: {
563
+ type: BooleanConstructor;
564
+ };
565
+ closable: {
566
+ type: BooleanConstructor;
567
+ };
568
+ animated: {
569
+ type: BooleanConstructor;
570
+ };
571
+ active: {
572
+ type: BooleanConstructor;
573
+ };
574
+ destroyInactiveTabPane: {
575
+ type: BooleanConstructor;
576
+ };
577
+ prefixCls: {
578
+ type: StringConstructor;
579
+ };
580
+ tabKey: {
581
+ type: (NumberConstructor | StringConstructor)[];
582
+ };
583
+ id: {
584
+ type: StringConstructor;
585
+ };
586
+ }>>, {
587
+ active: boolean;
588
+ disabled: boolean;
589
+ forceRender: boolean;
590
+ animated: boolean;
591
+ closable: boolean;
592
+ destroyInactiveTabPane: boolean;
593
+ }, import("ant-design-vue/es/_util/type").CustomSlotsType<{
594
+ closeIcon: any;
595
+ tab: any;
596
+ default: any;
597
+ }>>;
598
+ };
599
+ readonly TabPane: import("vue").DefineComponent<{
600
+ tab: import("vue-types").VueTypeValidableDef<any>;
601
+ disabled: {
602
+ type: BooleanConstructor;
603
+ };
604
+ forceRender: {
605
+ type: BooleanConstructor;
606
+ };
607
+ closable: {
608
+ type: BooleanConstructor;
609
+ };
610
+ animated: {
611
+ type: BooleanConstructor;
612
+ };
613
+ active: {
614
+ type: BooleanConstructor;
615
+ };
616
+ destroyInactiveTabPane: {
617
+ type: BooleanConstructor;
618
+ };
619
+ prefixCls: {
620
+ type: StringConstructor;
621
+ };
622
+ tabKey: {
623
+ type: (NumberConstructor | StringConstructor)[];
624
+ };
625
+ id: {
626
+ type: StringConstructor;
627
+ };
628
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
629
+ tab: import("vue-types").VueTypeValidableDef<any>;
630
+ disabled: {
631
+ type: BooleanConstructor;
632
+ };
633
+ forceRender: {
634
+ type: BooleanConstructor;
635
+ };
636
+ closable: {
637
+ type: BooleanConstructor;
638
+ };
639
+ animated: {
640
+ type: BooleanConstructor;
641
+ };
642
+ active: {
643
+ type: BooleanConstructor;
644
+ };
645
+ destroyInactiveTabPane: {
646
+ type: BooleanConstructor;
647
+ };
648
+ prefixCls: {
649
+ type: StringConstructor;
650
+ };
651
+ tabKey: {
652
+ type: (NumberConstructor | StringConstructor)[];
653
+ };
654
+ id: {
655
+ type: StringConstructor;
656
+ };
657
+ }>>, {
658
+ active: boolean;
659
+ disabled: boolean;
660
+ forceRender: boolean;
661
+ animated: boolean;
662
+ closable: boolean;
663
+ destroyInactiveTabPane: boolean;
664
+ }, import("ant-design-vue/es/_util/type").CustomSlotsType<{
665
+ closeIcon: any;
666
+ tab: any;
667
+ default: any;
668
+ }>>;
669
+ readonly Row: {
670
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
671
+ align: {
672
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
673
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
674
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
675
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
676
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
677
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
678
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
679
+ }>;
680
+ default: "middle" | "top" | "bottom" | "stretch" | {
681
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
682
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
683
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
684
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
685
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
686
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
687
+ };
688
+ };
689
+ justify: {
690
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
691
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
692
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
693
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
694
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
695
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
696
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
697
+ }>;
698
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
699
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
700
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
701
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
702
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
703
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
704
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
705
+ };
706
+ };
707
+ prefixCls: StringConstructor;
708
+ gutter: {
709
+ 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]>;
710
+ 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];
711
+ };
712
+ wrap: {
713
+ type: BooleanConstructor;
714
+ default: any;
715
+ };
716
+ }>>, () => 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<{
717
+ align: {
718
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
719
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
720
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
721
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
722
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
723
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
724
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
725
+ }>;
726
+ default: "middle" | "top" | "bottom" | "stretch" | {
727
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
728
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
729
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
730
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
731
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
732
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
733
+ };
734
+ };
735
+ justify: {
736
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
737
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
738
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
739
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
740
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
741
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
742
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
743
+ }>;
744
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
745
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
746
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
747
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
748
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
749
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
750
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
751
+ };
752
+ };
753
+ prefixCls: StringConstructor;
754
+ gutter: {
755
+ 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]>;
756
+ 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];
757
+ };
758
+ wrap: {
759
+ type: BooleanConstructor;
760
+ default: any;
761
+ };
762
+ }>>, {
763
+ align: "middle" | "top" | "bottom" | "stretch" | {
764
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
765
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
766
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
767
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
768
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
769
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
770
+ };
771
+ justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
772
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
773
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
774
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
775
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
776
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
777
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
778
+ };
779
+ wrap: boolean;
780
+ 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];
781
+ }, true, {}, {}, {
782
+ P: {};
783
+ B: {};
784
+ D: {};
785
+ C: {};
786
+ M: {};
787
+ Defaults: {};
788
+ }, Readonly<import("vue").ExtractPropTypes<{
789
+ align: {
790
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
791
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
792
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
793
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
794
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
795
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
796
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
797
+ }>;
798
+ default: "middle" | "top" | "bottom" | "stretch" | {
799
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
800
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
801
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
802
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
803
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
804
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
805
+ };
806
+ };
807
+ justify: {
808
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
809
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
810
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
811
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
812
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
813
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
814
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
815
+ }>;
816
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
817
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
818
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
819
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
820
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
821
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
822
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
823
+ };
824
+ };
825
+ prefixCls: StringConstructor;
826
+ gutter: {
827
+ 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]>;
828
+ 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];
829
+ };
830
+ wrap: {
831
+ type: BooleanConstructor;
832
+ default: any;
833
+ };
834
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
835
+ align: "middle" | "top" | "bottom" | "stretch" | {
836
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
837
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
838
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
839
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
840
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
841
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
842
+ };
843
+ justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
844
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
845
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
846
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
847
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
848
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
849
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
850
+ };
851
+ wrap: boolean;
852
+ 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];
853
+ }>;
854
+ __isFragment?: undefined;
855
+ __isTeleport?: undefined;
856
+ __isSuspense?: undefined;
857
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
858
+ align: {
859
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
860
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
861
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
862
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
863
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
864
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
865
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
866
+ }>;
867
+ default: "middle" | "top" | "bottom" | "stretch" | {
868
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
869
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
870
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
871
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
872
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
873
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
874
+ };
875
+ };
876
+ justify: {
877
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
878
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
879
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
880
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
881
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
882
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
883
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
884
+ }>;
885
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
886
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
887
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
888
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
889
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
890
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
891
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
892
+ };
893
+ };
894
+ prefixCls: StringConstructor;
895
+ gutter: {
896
+ 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]>;
897
+ 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];
898
+ };
899
+ wrap: {
900
+ type: BooleanConstructor;
901
+ default: any;
902
+ };
903
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
904
+ align: "middle" | "top" | "bottom" | "stretch" | {
905
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
906
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
907
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
908
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
909
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
910
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
911
+ };
912
+ justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
913
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
914
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
915
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
916
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
917
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
918
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
919
+ };
920
+ wrap: boolean;
921
+ 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];
922
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
923
+ readonly Col: {
924
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
925
+ span: (NumberConstructor | StringConstructor)[];
926
+ order: (NumberConstructor | StringConstructor)[];
927
+ offset: (NumberConstructor | StringConstructor)[];
928
+ push: (NumberConstructor | StringConstructor)[];
929
+ pull: (NumberConstructor | StringConstructor)[];
930
+ xs: {
931
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
932
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
933
+ };
934
+ sm: {
935
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
936
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
937
+ };
938
+ md: {
939
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
940
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
941
+ };
942
+ lg: {
943
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
944
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
945
+ };
946
+ xl: {
947
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
948
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
949
+ };
950
+ xxl: {
951
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
952
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
953
+ };
954
+ prefixCls: StringConstructor;
955
+ flex: (NumberConstructor | StringConstructor)[];
956
+ }>>, () => 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<{
957
+ span: (NumberConstructor | StringConstructor)[];
958
+ order: (NumberConstructor | StringConstructor)[];
959
+ offset: (NumberConstructor | StringConstructor)[];
960
+ push: (NumberConstructor | StringConstructor)[];
961
+ pull: (NumberConstructor | StringConstructor)[];
962
+ xs: {
963
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
964
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
965
+ };
966
+ sm: {
967
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
968
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
969
+ };
970
+ md: {
971
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
972
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
973
+ };
974
+ lg: {
975
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
976
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
977
+ };
978
+ xl: {
979
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
980
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
981
+ };
982
+ xxl: {
983
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
984
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
985
+ };
986
+ prefixCls: StringConstructor;
987
+ flex: (NumberConstructor | StringConstructor)[];
988
+ }>>, {
989
+ sm: string | number | import("ant-design-vue/es/grid").ColSize;
990
+ lg: string | number | import("ant-design-vue/es/grid").ColSize;
991
+ xxl: string | number | import("ant-design-vue/es/grid").ColSize;
992
+ xl: string | number | import("ant-design-vue/es/grid").ColSize;
993
+ md: string | number | import("ant-design-vue/es/grid").ColSize;
994
+ xs: string | number | import("ant-design-vue/es/grid").ColSize;
995
+ }, true, {}, {}, {
996
+ P: {};
997
+ B: {};
998
+ D: {};
999
+ C: {};
1000
+ M: {};
1001
+ Defaults: {};
1002
+ }, Readonly<import("vue").ExtractPropTypes<{
1003
+ span: (NumberConstructor | StringConstructor)[];
1004
+ order: (NumberConstructor | StringConstructor)[];
1005
+ offset: (NumberConstructor | StringConstructor)[];
1006
+ push: (NumberConstructor | StringConstructor)[];
1007
+ pull: (NumberConstructor | StringConstructor)[];
1008
+ xs: {
1009
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1010
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1011
+ };
1012
+ sm: {
1013
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1014
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1015
+ };
1016
+ md: {
1017
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1018
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1019
+ };
1020
+ lg: {
1021
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1022
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1023
+ };
1024
+ xl: {
1025
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1026
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1027
+ };
1028
+ xxl: {
1029
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1030
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1031
+ };
1032
+ prefixCls: StringConstructor;
1033
+ flex: (NumberConstructor | StringConstructor)[];
1034
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
1035
+ sm: string | number | import("ant-design-vue/es/grid").ColSize;
1036
+ lg: string | number | import("ant-design-vue/es/grid").ColSize;
1037
+ xxl: string | number | import("ant-design-vue/es/grid").ColSize;
1038
+ xl: string | number | import("ant-design-vue/es/grid").ColSize;
1039
+ md: string | number | import("ant-design-vue/es/grid").ColSize;
1040
+ xs: string | number | import("ant-design-vue/es/grid").ColSize;
1041
+ }>;
1042
+ __isFragment?: undefined;
1043
+ __isTeleport?: undefined;
1044
+ __isSuspense?: undefined;
1045
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1046
+ span: (NumberConstructor | StringConstructor)[];
1047
+ order: (NumberConstructor | StringConstructor)[];
1048
+ offset: (NumberConstructor | StringConstructor)[];
1049
+ push: (NumberConstructor | StringConstructor)[];
1050
+ pull: (NumberConstructor | StringConstructor)[];
1051
+ xs: {
1052
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1053
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1054
+ };
1055
+ sm: {
1056
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1057
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1058
+ };
1059
+ md: {
1060
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1061
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1062
+ };
1063
+ lg: {
1064
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1065
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1066
+ };
1067
+ xl: {
1068
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1069
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1070
+ };
1071
+ xxl: {
1072
+ type: import("vue").PropType<string | number | import("ant-design-vue/es/grid").ColSize>;
1073
+ default: string | number | import("ant-design-vue/es/grid").ColSize;
1074
+ };
1075
+ prefixCls: StringConstructor;
1076
+ flex: (NumberConstructor | StringConstructor)[];
1077
+ }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1078
+ sm: string | number | import("ant-design-vue/es/grid").ColSize;
1079
+ lg: string | number | import("ant-design-vue/es/grid").ColSize;
1080
+ xxl: string | number | import("ant-design-vue/es/grid").ColSize;
1081
+ xl: string | number | import("ant-design-vue/es/grid").ColSize;
1082
+ md: string | number | import("ant-design-vue/es/grid").ColSize;
1083
+ xs: string | number | import("ant-design-vue/es/grid").ColSize;
1084
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
1085
+ SecondUI: import("vue").DefineComponent<{
1086
+ [x: string]: any;
1087
+ }, {
1088
+ type: import("vue").Ref<any>;
1089
+ TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
1090
+ prefixCls: unknown;
1091
+ defaultValue: import("vue").Ref<any>;
1092
+ valueRange: any;
1093
+ valueLoop: any;
1094
+ valueWeek: any;
1095
+ valueList: import("vue").Ref<any[]>;
1096
+ valueWork: import("vue").Ref<any>;
1097
+ maxValue: import("vue").Ref<any>;
1098
+ minValue: import("vue").Ref<any>;
1099
+ computeValue: import("vue").ComputedRef<any>;
1100
+ specifyRange: import("vue").ComputedRef<number[]>;
1101
+ updateValue: (value: any) => void;
1102
+ parseValue: (value: any) => void;
1103
+ beforeRadioAttrs: import("vue").ComputedRef<{
1104
+ class: string[];
1105
+ disabled: any;
1106
+ }>;
1107
+ inputNumberAttrs: import("vue").ComputedRef<{
1108
+ class: string[];
1109
+ max: any;
1110
+ min: any;
1111
+ precision: number;
1112
+ }>;
1113
+ typeRangeAttrs: import("vue").ComputedRef<{
1114
+ class: string[];
1115
+ max: any;
1116
+ min: any;
1117
+ precision: number;
1118
+ disabled: any;
1119
+ }>;
1120
+ typeLoopAttrs: import("vue").ComputedRef<{
1121
+ class: string[];
1122
+ max: any;
1123
+ min: any;
1124
+ precision: number;
1125
+ disabled: any;
1126
+ }>;
1127
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1128
+ disabled: any;
1129
+ class: string[];
1130
+ }>;
1131
+ bem: {
1132
+ b: (blockSuffix?: string) => string;
1133
+ e: (element?: string) => string;
1134
+ m: (modifier?: string) => string;
1135
+ be: (blockSuffix?: string, element?: string) => string;
1136
+ em: (element: string, modifier: string) => string;
1137
+ bm: (blockSuffix: string, modifier: string) => string;
1138
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
1139
+ is: (name?: string) => string;
1140
+ };
1141
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1142
+ readonly change: (value: string) => boolean;
1143
+ readonly 'update:value': (value: string) => boolean;
1144
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1145
+ [x: string]: any;
1146
+ }>> & {
1147
+ onChange?: ((value: string) => any) | undefined;
1148
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1149
+ }, {
1150
+ [x: string]: any;
1151
+ }, {}>;
1152
+ MinuteUI: import("vue").DefineComponent<{
1153
+ [x: string]: any;
1154
+ }, {
1155
+ type: import("vue").Ref<any>;
1156
+ TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
1157
+ prefixCls: unknown;
1158
+ defaultValue: import("vue").Ref<any>;
1159
+ valueRange: any;
1160
+ valueLoop: any;
1161
+ valueWeek: any;
1162
+ valueList: import("vue").Ref<any[]>;
1163
+ valueWork: import("vue").Ref<any>;
1164
+ maxValue: import("vue").Ref<any>;
1165
+ minValue: import("vue").Ref<any>;
1166
+ computeValue: import("vue").ComputedRef<any>;
1167
+ specifyRange: import("vue").ComputedRef<number[]>;
1168
+ updateValue: (value: any) => void;
1169
+ parseValue: (value: any) => void;
1170
+ beforeRadioAttrs: import("vue").ComputedRef<{
1171
+ class: string[];
1172
+ disabled: any;
1173
+ }>;
1174
+ inputNumberAttrs: import("vue").ComputedRef<{
1175
+ class: string[];
1176
+ max: any;
1177
+ min: any;
1178
+ precision: number;
1179
+ }>;
1180
+ typeRangeAttrs: import("vue").ComputedRef<{
1181
+ class: string[];
1182
+ max: any;
1183
+ min: any;
1184
+ precision: number;
1185
+ disabled: any;
1186
+ }>;
1187
+ typeLoopAttrs: import("vue").ComputedRef<{
1188
+ class: string[];
1189
+ max: any;
1190
+ min: any;
1191
+ precision: number;
1192
+ disabled: any;
1193
+ }>;
1194
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1195
+ disabled: any;
1196
+ class: string[];
1197
+ }>;
1198
+ bem: {
1199
+ b: (blockSuffix?: string) => string;
1200
+ e: (element?: string) => string;
1201
+ m: (modifier?: string) => string;
1202
+ be: (blockSuffix?: string, element?: string) => string;
1203
+ em: (element: string, modifier: string) => string;
1204
+ bm: (blockSuffix: string, modifier: string) => string;
1205
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
1206
+ is: (name?: string) => string;
1207
+ };
1208
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1209
+ readonly change: (value: string) => boolean;
1210
+ readonly 'update:value': (value: string) => boolean;
1211
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1212
+ [x: string]: any;
1213
+ }>> & {
1214
+ onChange?: ((value: string) => any) | undefined;
1215
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1216
+ }, {
1217
+ [x: string]: any;
1218
+ }, {}>;
1219
+ HourUI: import("vue").DefineComponent<{
1220
+ [x: string]: any;
1221
+ }, {
1222
+ type: import("vue").Ref<any>;
1223
+ TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
1224
+ prefixCls: unknown;
1225
+ defaultValue: import("vue").Ref<any>;
1226
+ valueRange: any;
1227
+ valueLoop: any;
1228
+ valueWeek: any;
1229
+ valueList: import("vue").Ref<any[]>;
1230
+ valueWork: import("vue").Ref<any>;
1231
+ maxValue: import("vue").Ref<any>;
1232
+ minValue: import("vue").Ref<any>;
1233
+ computeValue: import("vue").ComputedRef<any>;
1234
+ specifyRange: import("vue").ComputedRef<number[]>;
1235
+ updateValue: (value: any) => void;
1236
+ parseValue: (value: any) => void;
1237
+ beforeRadioAttrs: import("vue").ComputedRef<{
1238
+ class: string[];
1239
+ disabled: any;
1240
+ }>;
1241
+ inputNumberAttrs: import("vue").ComputedRef<{
1242
+ class: string[];
1243
+ max: any;
1244
+ min: any;
1245
+ precision: number;
1246
+ }>;
1247
+ typeRangeAttrs: import("vue").ComputedRef<{
1248
+ class: string[];
1249
+ max: any;
1250
+ min: any;
1251
+ precision: number;
1252
+ disabled: any;
1253
+ }>;
1254
+ typeLoopAttrs: import("vue").ComputedRef<{
1255
+ class: string[];
1256
+ max: any;
1257
+ min: any;
1258
+ precision: number;
1259
+ disabled: any;
1260
+ }>;
1261
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1262
+ disabled: any;
1263
+ class: string[];
1264
+ }>;
1265
+ bem: {
1266
+ b: (blockSuffix?: string) => string;
1267
+ e: (element?: string) => string;
1268
+ m: (modifier?: string) => string;
1269
+ be: (blockSuffix?: string, element?: string) => string;
1270
+ em: (element: string, modifier: string) => string;
1271
+ bm: (blockSuffix: string, modifier: string) => string;
1272
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
1273
+ is: (name?: string) => string;
1274
+ };
1275
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1276
+ readonly change: (value: string) => boolean;
1277
+ readonly 'update:value': (value: string) => boolean;
1278
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1279
+ [x: string]: any;
1280
+ }>> & {
1281
+ onChange?: ((value: string) => any) | undefined;
1282
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1283
+ }, {
1284
+ [x: string]: any;
1285
+ }, {}>;
1286
+ DayUI: import("vue").DefineComponent<{
1287
+ [x: string]: any;
1288
+ }, {
1289
+ typeWorkAttrs: import("vue").ComputedRef<{
1290
+ class: string[];
1291
+ max: any;
1292
+ min: any;
1293
+ precision: number;
1294
+ disabled: any;
1295
+ }>;
1296
+ bem: {
1297
+ b: (blockSuffix?: string) => string;
1298
+ e: (element?: string) => string;
1299
+ m: (modifier?: string) => string;
1300
+ be: (blockSuffix?: string, element?: string) => string;
1301
+ em: (element: string, modifier: string) => string;
1302
+ bm: (blockSuffix: string, modifier: string) => string;
1303
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
1304
+ is: (name?: string) => string;
1305
+ };
1306
+ type: import("vue").Ref<any>;
1307
+ TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
1308
+ prefixCls: unknown;
1309
+ defaultValue: import("vue").Ref<any>;
1310
+ valueRange: any;
1311
+ valueLoop: any;
1312
+ valueWeek: any;
1313
+ valueList: import("vue").Ref<any[]>;
1314
+ valueWork: import("vue").Ref<any>;
1315
+ maxValue: import("vue").Ref<any>;
1316
+ minValue: import("vue").Ref<any>;
1317
+ computeValue: import("vue").ComputedRef<any>;
1318
+ specifyRange: import("vue").ComputedRef<number[]>;
1319
+ updateValue: (value: any) => void;
1320
+ parseValue: (value: any) => void;
1321
+ beforeRadioAttrs: import("vue").ComputedRef<{
1322
+ class: string[];
1323
+ disabled: any;
1324
+ }>;
1325
+ inputNumberAttrs: import("vue").ComputedRef<{
1326
+ class: string[];
1327
+ max: any;
1328
+ min: any;
1329
+ precision: number;
1330
+ }>;
1331
+ typeRangeAttrs: import("vue").ComputedRef<{
1332
+ class: string[];
1333
+ max: any;
1334
+ min: any;
1335
+ precision: number;
1336
+ disabled: any;
1337
+ }>;
1338
+ typeLoopAttrs: import("vue").ComputedRef<{
1339
+ class: string[];
1340
+ max: any;
1341
+ min: any;
1342
+ precision: number;
1343
+ disabled: any;
1344
+ }>;
1345
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1346
+ disabled: any;
1347
+ class: string[];
1348
+ }>;
1349
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1350
+ readonly change: (value: string) => boolean;
1351
+ readonly 'update:value': (value: string) => boolean;
1352
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1353
+ [x: string]: any;
1354
+ }>> & {
1355
+ onChange?: ((value: string) => any) | undefined;
1356
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1357
+ }, {
1358
+ [x: string]: any;
1359
+ }, {}>;
1360
+ MonthUI: import("vue").DefineComponent<{
1361
+ [x: string]: any;
1362
+ }, {
1363
+ type: import("vue").Ref<any>;
1364
+ TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
1365
+ prefixCls: unknown;
1366
+ defaultValue: import("vue").Ref<any>;
1367
+ valueRange: any;
1368
+ valueLoop: any;
1369
+ valueWeek: any;
1370
+ valueList: import("vue").Ref<any[]>;
1371
+ valueWork: import("vue").Ref<any>;
1372
+ maxValue: import("vue").Ref<any>;
1373
+ minValue: import("vue").Ref<any>;
1374
+ computeValue: import("vue").ComputedRef<any>;
1375
+ specifyRange: import("vue").ComputedRef<number[]>;
1376
+ updateValue: (value: any) => void;
1377
+ parseValue: (value: any) => void;
1378
+ beforeRadioAttrs: import("vue").ComputedRef<{
1379
+ class: string[];
1380
+ disabled: any;
1381
+ }>;
1382
+ inputNumberAttrs: import("vue").ComputedRef<{
1383
+ class: string[];
1384
+ max: any;
1385
+ min: any;
1386
+ precision: number;
1387
+ }>;
1388
+ typeRangeAttrs: import("vue").ComputedRef<{
1389
+ class: string[];
1390
+ max: any;
1391
+ min: any;
1392
+ precision: number;
1393
+ disabled: any;
1394
+ }>;
1395
+ typeLoopAttrs: import("vue").ComputedRef<{
1396
+ class: string[];
1397
+ max: any;
1398
+ min: any;
1399
+ precision: number;
1400
+ disabled: any;
1401
+ }>;
1402
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1403
+ disabled: any;
1404
+ class: string[];
1405
+ }>;
1406
+ bem: {
1407
+ b: (blockSuffix?: string) => string;
1408
+ e: (element?: string) => string;
1409
+ m: (modifier?: string) => string;
1410
+ be: (blockSuffix?: string, element?: string) => string;
1411
+ em: (element: string, modifier: string) => string;
1412
+ bm: (blockSuffix: string, modifier: string) => string;
1413
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
1414
+ is: (name?: string) => string;
1415
+ };
1416
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1417
+ readonly change: (value: string) => boolean;
1418
+ readonly 'update:value': (value: string) => boolean;
1419
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1420
+ [x: string]: any;
1421
+ }>> & {
1422
+ onChange?: ((value: string) => any) | undefined;
1423
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1424
+ }, {
1425
+ [x: string]: any;
1426
+ }, {}>;
1427
+ WeekUI: import("vue").DefineComponent<{
1428
+ [x: string]: any;
1429
+ }, {
1430
+ bem: {
1431
+ b: (blockSuffix?: string) => string;
1432
+ e: (element?: string) => string;
1433
+ m: (modifier?: string) => string;
1434
+ be: (blockSuffix?: string, element?: string) => string;
1435
+ em: (element: string, modifier: string) => string;
1436
+ bm: (blockSuffix: string, modifier: string) => string;
1437
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
1438
+ is: (name?: string) => string;
1439
+ };
1440
+ weekOptions: import("vue").ComputedRef<{
1441
+ label: string;
1442
+ value: number;
1443
+ }[]>;
1444
+ typeLoopSelectAttrs: import("vue").ComputedRef<{
1445
+ class: string[];
1446
+ disabled: any;
1447
+ }>;
1448
+ typeRangeSelectAttrs: import("vue").ComputedRef<{
1449
+ class: string[];
1450
+ disabled: any;
1451
+ }>;
1452
+ WEEK_MAP_CN: {
1453
+ '1': string;
1454
+ '2': string;
1455
+ '3': string;
1456
+ '4': string;
1457
+ '5': string;
1458
+ '6': string;
1459
+ '7': string;
1460
+ };
1461
+ WEEK_MAP_EN: {
1462
+ '1': string;
1463
+ '2': string;
1464
+ '3': string;
1465
+ '4': string;
1466
+ '5': string;
1467
+ '6': string;
1468
+ '7': string;
1469
+ };
1470
+ type: import("vue").Ref<any>;
1471
+ TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
1472
+ prefixCls: unknown;
1473
+ defaultValue: import("vue").Ref<any>;
1474
+ valueRange: any;
1475
+ valueLoop: any;
1476
+ valueWeek: any;
1477
+ valueList: import("vue").Ref<any[]>;
1478
+ valueWork: import("vue").Ref<any>;
1479
+ maxValue: import("vue").Ref<any>;
1480
+ minValue: import("vue").Ref<any>;
1481
+ computeValue: import("vue").ComputedRef<any>;
1482
+ specifyRange: import("vue").ComputedRef<number[]>;
1483
+ updateValue: (value: any) => void;
1484
+ parseValue: (value: any) => void;
1485
+ beforeRadioAttrs: import("vue").ComputedRef<{
1486
+ class: string[];
1487
+ disabled: any;
1488
+ }>;
1489
+ inputNumberAttrs: import("vue").ComputedRef<{
1490
+ class: string[];
1491
+ max: any;
1492
+ min: any;
1493
+ precision: number;
1494
+ }>;
1495
+ typeRangeAttrs: import("vue").ComputedRef<{
1496
+ class: string[];
1497
+ max: any;
1498
+ min: any;
1499
+ precision: number;
1500
+ disabled: any;
1501
+ }>;
1502
+ typeLoopAttrs: import("vue").ComputedRef<{
1503
+ class: string[];
1504
+ max: any;
1505
+ min: any;
1506
+ precision: number;
1507
+ disabled: any;
1508
+ }>;
1509
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1510
+ disabled: any;
1511
+ class: string[];
1512
+ }>;
1513
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1514
+ readonly change: (value: string) => boolean;
1515
+ readonly 'update:value': (value: string) => boolean;
1516
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1517
+ [x: string]: any;
1518
+ }>> & {
1519
+ onChange?: ((value: string) => any) | undefined;
1520
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1521
+ }, {
1522
+ [x: string]: any;
1523
+ }, {}>;
1524
+ YearUI: import("vue").DefineComponent<{
1525
+ [x: string]: any;
1526
+ }, {
1527
+ type: import("vue").Ref<any>;
1528
+ TypeEnum: typeof import("ll-plus/es/index").TypeEnum;
1529
+ prefixCls: unknown;
1530
+ defaultValue: import("vue").Ref<any>;
1531
+ valueRange: any;
1532
+ valueLoop: any;
1533
+ valueWeek: any;
1534
+ valueList: import("vue").Ref<any[]>;
1535
+ valueWork: import("vue").Ref<any>;
1536
+ maxValue: import("vue").Ref<any>;
1537
+ minValue: import("vue").Ref<any>;
1538
+ computeValue: import("vue").ComputedRef<any>;
1539
+ specifyRange: import("vue").ComputedRef<number[]>;
1540
+ updateValue: (value: any) => void;
1541
+ parseValue: (value: any) => void;
1542
+ beforeRadioAttrs: import("vue").ComputedRef<{
1543
+ class: string[];
1544
+ disabled: any;
1545
+ }>;
1546
+ inputNumberAttrs: import("vue").ComputedRef<{
1547
+ class: string[];
1548
+ max: any;
1549
+ min: any;
1550
+ precision: number;
1551
+ }>;
1552
+ typeRangeAttrs: import("vue").ComputedRef<{
1553
+ class: string[];
1554
+ max: any;
1555
+ min: any;
1556
+ precision: number;
1557
+ disabled: any;
1558
+ }>;
1559
+ typeLoopAttrs: import("vue").ComputedRef<{
1560
+ class: string[];
1561
+ max: any;
1562
+ min: any;
1563
+ precision: number;
1564
+ disabled: any;
1565
+ }>;
1566
+ typeSpecifyAttrs: import("vue").ComputedRef<{
1567
+ disabled: any;
1568
+ class: string[];
1569
+ }>;
1570
+ bem: {
1571
+ b: (blockSuffix?: string) => string;
1572
+ e: (element?: string) => string;
1573
+ m: (modifier?: string) => string;
1574
+ be: (blockSuffix?: string, element?: string) => string;
1575
+ em: (element: string, modifier: string) => string;
1576
+ bm: (blockSuffix: string, modifier: string) => string;
1577
+ bem: (blockSuffix: string, element: string, modifier: string) => string;
1578
+ is: (name?: string) => string;
1579
+ };
1580
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1581
+ readonly change: (value: string) => boolean;
1582
+ readonly 'update:value': (value: string) => boolean;
1583
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1584
+ [x: string]: any;
1585
+ }>> & {
1586
+ onChange?: ((value: string) => any) | undefined;
1587
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1588
+ }, {
1589
+ [x: string]: any;
1590
+ }, {}>;
1591
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1592
+ readonly change: (value: string) => boolean;
1593
+ readonly 'update:value': (value: string) => boolean;
1594
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1595
+ readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
1596
+ readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1597
+ readonly hideSecond: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1598
+ readonly hideYear: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1599
+ readonly remote: {
1600
+ readonly type: import("vue").PropType<Function>;
1601
+ readonly required: false;
1602
+ readonly validator: ((val: unknown) => boolean) | undefined;
1603
+ __epPropKey: true;
1604
+ };
1605
+ readonly placeholder: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "Cron表达式", boolean>;
1606
+ readonly exeStartTime: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {}) | (() => unknown) | ((new (...args: any[]) => {}) | (() => unknown))[], unknown, unknown, 0, boolean>;
1607
+ }>> & {
1608
+ onChange?: ((value: string) => any) | undefined;
1609
+ "onUpdate:value"?: ((value: string) => any) | undefined;
1610
+ }, {
1611
+ readonly value: string;
1612
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1613
+ readonly placeholder: string;
1614
+ readonly hideSecond: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1615
+ readonly hideYear: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1616
+ readonly exeStartTime: 0;
1617
+ }, {}>;
1618
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "ok"[], "ok", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
1619
+ onOk?: ((...args: any[]) => any) | undefined;
1620
+ }, {}, {}>;
1621
+ export default _default;