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