ll-plus 2.2.0 → 2.2.2

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