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,8 @@
1
+ import _sfc_main from './easy-cron-inner.vue2.mjs';
2
+ import _export_sfc from '../../../../_virtual/_plugin-vue_export-helper.mjs';
3
+
4
+ "use strict";
5
+ var EasyCronInner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "easy-cron-inner.vue"]]);
6
+
7
+ export { EasyCronInner as default };
8
+ //# sourceMappingURL=easy-cron-inner.vue.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"easy-cron-inner.vue.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -0,0 +1,563 @@
1
+ import { createElementVNode, defineComponent, ref, reactive, computed, watch, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, createVNode, withCtx, createBlock, createCommentVNode, createTextVNode } from 'vue';
2
+ import { Tabs, TabPane, Row, Col } from 'ant-design-vue';
3
+ import '../../../../utils/index.mjs';
4
+ import CronParser from 'cron-parser';
5
+ import SecondUI from './tabs/second-ui.vue.mjs';
6
+ import MinuteUI from './tabs/minute-ui.vue.mjs';
7
+ import HourUI from './tabs/hour-ui.vue.mjs';
8
+ import DayUI from './tabs/day-ui.vue.mjs';
9
+ import MonthUI from './tabs/month-ui.vue.mjs';
10
+ import WeekUI from './tabs/week-ui.vue.mjs';
11
+ import YearUI from './tabs/year-ui.vue.mjs';
12
+ import { useDebounceFn } from '@vueuse/core';
13
+ import '../config/index.mjs';
14
+ import { easyCronProps, easyCronEmits } from '../config/easy-cron.mjs';
15
+ import { createNamespace } from '../../../../utils/create-namespace.mjs';
16
+ import { formatToDateTime } from '../config/date-utils.mjs';
17
+
18
+ "use strict";
19
+ const _hoisted_1 = /* @__PURE__ */ createElementVNode(
20
+ "div",
21
+ { style: { "margin-bottom": "14px" } },
22
+ "\u7ED3\u679C",
23
+ -1
24
+ /* HOISTED */
25
+ );
26
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode(
27
+ "div",
28
+ { style: { "margin-bottom": "8px" } },
29
+ "\u8FD1\u5341\u6B21\u6267\u884C\u65F6\u95F4\uFF08\u4E0D\u542B\u5E74\uFF09",
30
+ -1
31
+ /* HOISTED */
32
+ );
33
+ var _sfc_main = /* @__PURE__ */ defineComponent({
34
+ ...{ name: "EasyCronInner" },
35
+ __name: "easy-cron-inner",
36
+ props: easyCronProps,
37
+ emits: easyCronEmits,
38
+ setup(__props, { emit: __emit }) {
39
+ const bem = createNamespace("easy-cron-inner");
40
+ const props = __props;
41
+ const emits = __emit;
42
+ const activeKey = ref(props.hideSecond ? "minute" : "second");
43
+ const second = ref("*");
44
+ const minute = ref("*");
45
+ const hour = ref("*");
46
+ const day = ref("*");
47
+ const month = ref("*");
48
+ const week = ref("?");
49
+ const year = ref("*");
50
+ const inputValues = reactive({
51
+ second: "",
52
+ minute: "",
53
+ hour: "",
54
+ day: "",
55
+ month: "",
56
+ week: "",
57
+ year: "",
58
+ cron: ""
59
+ });
60
+ const preTimeList = ref("\u6267\u884C\u9884\u89C8\uFF0C\u4F1A\u5FFD\u7565\u5E74\u4EFD\u53C2\u6570\u3002");
61
+ const cronValueInner = computed(() => {
62
+ const result = [];
63
+ if (!props.hideSecond) {
64
+ result.push(second.value ? second.value : "*");
65
+ }
66
+ result.push(minute.value ? minute.value : "*");
67
+ result.push(hour.value ? hour.value : "*");
68
+ result.push(day.value ? day.value : "*");
69
+ result.push(month.value ? month.value : "*");
70
+ result.push(week.value ? week.value : "?");
71
+ if (!props.hideYear && !props.hideSecond)
72
+ result.push(year.value ? year.value : "*");
73
+ return result.join(" ");
74
+ });
75
+ const cronValueNoYear = computed(() => {
76
+ const v = cronValueInner.value;
77
+ if (props.hideYear || props.hideSecond)
78
+ return v;
79
+ const vs = v.split(" ");
80
+ if (vs.length >= 6) {
81
+ vs[5] = convertWeekToQuartz(vs[5]);
82
+ }
83
+ return vs.slice(0, vs.length - 1).join(" ");
84
+ });
85
+ const calTriggerList = useDebounceFn(calTriggerListInner, 500);
86
+ watch(
87
+ () => props.value,
88
+ (newVal) => {
89
+ if (newVal === cronValueInner.value) {
90
+ return;
91
+ }
92
+ formatValue();
93
+ },
94
+ { immediate: true }
95
+ );
96
+ watch(cronValueInner, (newValue) => {
97
+ calTriggerList();
98
+ emitValue(newValue);
99
+ assignInput();
100
+ });
101
+ assignInput();
102
+ formatValue();
103
+ calTriggerListInner();
104
+ function assignInput() {
105
+ inputValues.second = second.value;
106
+ inputValues.minute = minute.value;
107
+ inputValues.hour = hour.value;
108
+ inputValues.day = day.value;
109
+ inputValues.month = month.value;
110
+ inputValues.week = week.value;
111
+ inputValues.year = year.value;
112
+ inputValues.cron = cronValueInner.value;
113
+ if (!props.value)
114
+ emitValue(inputValues.cron);
115
+ }
116
+ function formatValue() {
117
+ if (!props.value)
118
+ return;
119
+ const values = props.value.split(" ").filter((item) => !!item);
120
+ if (!values || values.length <= 0)
121
+ return;
122
+ let i = 0;
123
+ if (!props.hideSecond)
124
+ second.value = values[i++];
125
+ if (values.length > i)
126
+ minute.value = values[i++];
127
+ if (values.length > i)
128
+ hour.value = values[i++];
129
+ if (values.length > i)
130
+ day.value = values[i++];
131
+ if (values.length > i)
132
+ month.value = values[i++];
133
+ if (values.length > i)
134
+ week.value = values[i++];
135
+ if (values.length > i)
136
+ year.value = values[i];
137
+ assignInput();
138
+ }
139
+ function convertWeekToQuartz(week2) {
140
+ const convert = (v) => {
141
+ if (v === "0") {
142
+ return "1";
143
+ }
144
+ if (v === "1") {
145
+ return "0";
146
+ }
147
+ return (Number.parseInt(v) - 1).toString();
148
+ };
149
+ const patten1 = /^([0-7])([-/])([0-7])$/;
150
+ const patten2 = /^([0-7])(,[0-7])+$/;
151
+ if (/^[0-7]$/.test(week2)) {
152
+ return convert(week2);
153
+ } else if (patten1.test(week2)) {
154
+ return week2.replace(patten1, (_$0, before, separator, after) => {
155
+ if (separator === "/") {
156
+ return convert(before) + separator + after;
157
+ } else {
158
+ return convert(before) + separator + convert(after);
159
+ }
160
+ });
161
+ } else if (patten2.test(week2)) {
162
+ return week2.split(",").map((v) => convert(v)).join(",");
163
+ }
164
+ return week2;
165
+ }
166
+ function calTriggerListInner() {
167
+ if (props.remote) {
168
+ props.remote(cronValueInner.value, +/* @__PURE__ */ new Date(), (v) => {
169
+ preTimeList.value = v;
170
+ });
171
+ return;
172
+ }
173
+ const options = {
174
+ currentDate: formatToDateTime(/* @__PURE__ */ new Date())
175
+ };
176
+ const iter = CronParser.parseExpression(cronValueNoYear.value, options);
177
+ const result = [];
178
+ for (let i = 1; i <= 10; i++) {
179
+ result.push(formatToDateTime(new Date(iter.next())));
180
+ }
181
+ preTimeList.value = result.length > 0 ? result.join("\n") : "\u65E0\u6267\u884C\u65F6\u95F4";
182
+ }
183
+ function onInputBlur() {
184
+ second.value = inputValues.second;
185
+ minute.value = inputValues.minute;
186
+ hour.value = inputValues.hour;
187
+ day.value = inputValues.day;
188
+ month.value = inputValues.month;
189
+ week.value = inputValues.week;
190
+ year.value = inputValues.year;
191
+ }
192
+ function onInputCronBlur(event) {
193
+ emitValue(event.target.value);
194
+ }
195
+ function emitValue(value) {
196
+ emits("change", value);
197
+ emits("update:value", value);
198
+ }
199
+ return (_ctx, _cache) => {
200
+ const _component_ll_input = resolveComponent("ll-input");
201
+ const _component_ll_tooltip = resolveComponent("ll-tooltip");
202
+ const _component_ll_textarea = resolveComponent("ll-textarea");
203
+ return openBlock(), createElementBlock(
204
+ "div",
205
+ {
206
+ class: normalizeClass(unref(bem).b())
207
+ },
208
+ [
209
+ createElementVNode(
210
+ "div",
211
+ {
212
+ class: normalizeClass(unref(bem).e("content"))
213
+ },
214
+ [
215
+ createVNode(unref(Tabs), {
216
+ activeKey: activeKey.value,
217
+ "onUpdate:activeKey": _cache[7] || (_cache[7] = ($event) => activeKey.value = $event),
218
+ class: normalizeClass(unref(bem).m("cron-list")),
219
+ size: "small",
220
+ type: "card",
221
+ "tab-bar-gutter": 0
222
+ }, {
223
+ default: withCtx(() => [
224
+ !_ctx.hideSecond ? (openBlock(), createBlock(unref(TabPane), {
225
+ key: "second",
226
+ tab: "\u79D2"
227
+ }, {
228
+ default: withCtx(() => [
229
+ createVNode(SecondUI, {
230
+ value: second.value,
231
+ "onUpdate:value": _cache[0] || (_cache[0] = ($event) => second.value = $event),
232
+ disabled: _ctx.disabled
233
+ }, null, 8, ["value", "disabled"])
234
+ ]),
235
+ _: 1
236
+ /* STABLE */
237
+ })) : createCommentVNode("v-if", true),
238
+ createVNode(unref(TabPane), {
239
+ key: "minute",
240
+ tab: "\u5206"
241
+ }, {
242
+ default: withCtx(() => [
243
+ createVNode(MinuteUI, {
244
+ value: minute.value,
245
+ "onUpdate:value": _cache[1] || (_cache[1] = ($event) => minute.value = $event),
246
+ disabled: _ctx.disabled
247
+ }, null, 8, ["value", "disabled"])
248
+ ]),
249
+ _: 1
250
+ /* STABLE */
251
+ }),
252
+ createVNode(unref(TabPane), {
253
+ key: "hour",
254
+ tab: "\u65F6"
255
+ }, {
256
+ default: withCtx(() => [
257
+ createVNode(HourUI, {
258
+ value: hour.value,
259
+ "onUpdate:value": _cache[2] || (_cache[2] = ($event) => hour.value = $event),
260
+ disabled: _ctx.disabled
261
+ }, null, 8, ["value", "disabled"])
262
+ ]),
263
+ _: 1
264
+ /* STABLE */
265
+ }),
266
+ createVNode(unref(TabPane), {
267
+ key: "day",
268
+ tab: "\u65E5"
269
+ }, {
270
+ default: withCtx(() => [
271
+ createVNode(DayUI, {
272
+ value: day.value,
273
+ "onUpdate:value": _cache[3] || (_cache[3] = ($event) => day.value = $event),
274
+ week: week.value,
275
+ disabled: _ctx.disabled
276
+ }, null, 8, ["value", "week", "disabled"])
277
+ ]),
278
+ _: 1
279
+ /* STABLE */
280
+ }),
281
+ createVNode(unref(TabPane), {
282
+ key: "month",
283
+ tab: "\u6708"
284
+ }, {
285
+ default: withCtx(() => [
286
+ createVNode(MonthUI, {
287
+ value: month.value,
288
+ "onUpdate:value": _cache[4] || (_cache[4] = ($event) => month.value = $event),
289
+ disabled: _ctx.disabled
290
+ }, null, 8, ["value", "disabled"])
291
+ ]),
292
+ _: 1
293
+ /* STABLE */
294
+ }),
295
+ createVNode(unref(TabPane), {
296
+ key: "week",
297
+ tab: "\u5468"
298
+ }, {
299
+ default: withCtx(() => [
300
+ createVNode(WeekUI, {
301
+ value: week.value,
302
+ "onUpdate:value": _cache[5] || (_cache[5] = ($event) => week.value = $event),
303
+ day: day.value,
304
+ disabled: _ctx.disabled
305
+ }, null, 8, ["value", "day", "disabled"])
306
+ ]),
307
+ _: 1
308
+ /* STABLE */
309
+ }),
310
+ !_ctx.hideYear && !_ctx.hideSecond ? (openBlock(), createBlock(unref(TabPane), {
311
+ key: "year",
312
+ tab: "\u5E74"
313
+ }, {
314
+ default: withCtx(() => [
315
+ createVNode(YearUI, {
316
+ value: year.value,
317
+ "onUpdate:value": _cache[6] || (_cache[6] = ($event) => year.value = $event),
318
+ disabled: _ctx.disabled
319
+ }, null, 8, ["value", "disabled"])
320
+ ]),
321
+ _: 1
322
+ /* STABLE */
323
+ })) : createCommentVNode("v-if", true)
324
+ ]),
325
+ _: 1
326
+ /* STABLE */
327
+ }, 8, ["activeKey", "class"]),
328
+ _hoisted_1,
329
+ createCommentVNode(" \u6267\u884C\u65F6\u95F4\u9884\u89C8 "),
330
+ createElementVNode(
331
+ "div",
332
+ {
333
+ class: normalizeClass(unref(bem).m("cron-result"))
334
+ },
335
+ [
336
+ createVNode(unref(Row), { gutter: 8 }, {
337
+ default: withCtx(() => [
338
+ createVNode(unref(Col), { span: 24 }, {
339
+ default: withCtx(() => [
340
+ createVNode(unref(Row), { gutter: 8 }, {
341
+ default: withCtx(() => [
342
+ createVNode(unref(Col), {
343
+ span: 24,
344
+ class: normalizeClass(unref(bem).m("time-list"))
345
+ }, {
346
+ default: withCtx(() => [
347
+ createVNode(_component_ll_input, {
348
+ value: inputValues.second,
349
+ "onUpdate:value": _cache[9] || (_cache[9] = ($event) => inputValues.second = $event),
350
+ onBlur: onInputBlur
351
+ }, {
352
+ addonBefore: withCtx(() => [
353
+ createElementVNode(
354
+ "span",
355
+ {
356
+ class: normalizeClass(unref(bem).m("allow-click")),
357
+ onClick: _cache[8] || (_cache[8] = ($event) => activeKey.value = "second")
358
+ },
359
+ " \u79D2 ",
360
+ 2
361
+ /* CLASS */
362
+ )
363
+ ]),
364
+ _: 1
365
+ /* STABLE */
366
+ }, 8, ["value"]),
367
+ createVNode(_component_ll_input, {
368
+ value: inputValues.minute,
369
+ "onUpdate:value": _cache[11] || (_cache[11] = ($event) => inputValues.minute = $event),
370
+ onBlur: onInputBlur
371
+ }, {
372
+ addonBefore: withCtx(() => [
373
+ createElementVNode(
374
+ "span",
375
+ {
376
+ class: normalizeClass(unref(bem).m("allow-click")),
377
+ onClick: _cache[10] || (_cache[10] = ($event) => activeKey.value = "minute")
378
+ },
379
+ " \u5206 ",
380
+ 2
381
+ /* CLASS */
382
+ )
383
+ ]),
384
+ _: 1
385
+ /* STABLE */
386
+ }, 8, ["value"]),
387
+ createVNode(_component_ll_input, {
388
+ value: inputValues.hour,
389
+ "onUpdate:value": _cache[13] || (_cache[13] = ($event) => inputValues.hour = $event),
390
+ onBlur: onInputBlur
391
+ }, {
392
+ addonBefore: withCtx(() => [
393
+ createElementVNode(
394
+ "span",
395
+ {
396
+ class: normalizeClass(unref(bem).m("allow-click")),
397
+ onClick: _cache[12] || (_cache[12] = ($event) => activeKey.value = "hour")
398
+ },
399
+ " \u65F6 ",
400
+ 2
401
+ /* CLASS */
402
+ )
403
+ ]),
404
+ _: 1
405
+ /* STABLE */
406
+ }, 8, ["value"]),
407
+ createVNode(_component_ll_input, {
408
+ value: inputValues.day,
409
+ "onUpdate:value": _cache[15] || (_cache[15] = ($event) => inputValues.day = $event),
410
+ onBlur: onInputBlur
411
+ }, {
412
+ addonBefore: withCtx(() => [
413
+ createElementVNode(
414
+ "span",
415
+ {
416
+ class: normalizeClass(unref(bem).m("allow-click")),
417
+ onClick: _cache[14] || (_cache[14] = ($event) => activeKey.value = "day")
418
+ },
419
+ " \u65E5 ",
420
+ 2
421
+ /* CLASS */
422
+ )
423
+ ]),
424
+ _: 1
425
+ /* STABLE */
426
+ }, 8, ["value"]),
427
+ createVNode(_component_ll_input, {
428
+ value: inputValues.month,
429
+ "onUpdate:value": _cache[17] || (_cache[17] = ($event) => inputValues.month = $event),
430
+ onBlur: onInputBlur
431
+ }, {
432
+ addonBefore: withCtx(() => [
433
+ createElementVNode(
434
+ "span",
435
+ {
436
+ class: normalizeClass(unref(bem).m("allow-click")),
437
+ onClick: _cache[16] || (_cache[16] = ($event) => activeKey.value = "month")
438
+ },
439
+ " \u6708 ",
440
+ 2
441
+ /* CLASS */
442
+ )
443
+ ]),
444
+ _: 1
445
+ /* STABLE */
446
+ }, 8, ["value"]),
447
+ createVNode(_component_ll_input, {
448
+ value: inputValues.week,
449
+ "onUpdate:value": _cache[19] || (_cache[19] = ($event) => inputValues.week = $event),
450
+ onBlur: onInputBlur
451
+ }, {
452
+ addonBefore: withCtx(() => [
453
+ createElementVNode(
454
+ "span",
455
+ {
456
+ class: normalizeClass(unref(bem).m("allow-click")),
457
+ onClick: _cache[18] || (_cache[18] = ($event) => activeKey.value = "week")
458
+ },
459
+ " \u5468 ",
460
+ 2
461
+ /* CLASS */
462
+ )
463
+ ]),
464
+ _: 1
465
+ /* STABLE */
466
+ }, 8, ["value"]),
467
+ createVNode(_component_ll_input, {
468
+ value: inputValues.year,
469
+ "onUpdate:value": _cache[21] || (_cache[21] = ($event) => inputValues.year = $event),
470
+ onBlur: onInputBlur
471
+ }, {
472
+ addonBefore: withCtx(() => [
473
+ createElementVNode(
474
+ "span",
475
+ {
476
+ class: normalizeClass(unref(bem).m("allow-click")),
477
+ onClick: _cache[20] || (_cache[20] = ($event) => activeKey.value = "year")
478
+ },
479
+ " \u5E74 ",
480
+ 2
481
+ /* CLASS */
482
+ )
483
+ ]),
484
+ _: 1
485
+ /* STABLE */
486
+ }, 8, ["value"])
487
+ ]),
488
+ _: 1
489
+ /* STABLE */
490
+ }, 8, ["class"]),
491
+ createVNode(unref(Col), {
492
+ span: 24,
493
+ class: normalizeClass(unref(bem).e("time-result-list"))
494
+ }, {
495
+ default: withCtx(() => [
496
+ createVNode(_component_ll_input, {
497
+ value: inputValues.cron,
498
+ "onUpdate:value": _cache[22] || (_cache[22] = ($event) => inputValues.cron = $event),
499
+ onBlur: onInputCronBlur
500
+ }, {
501
+ addonBefore: withCtx(() => [
502
+ createVNode(_component_ll_tooltip, { tip: "Cron\u8868\u8FBE\u5F0F" }, {
503
+ default: withCtx(() => [
504
+ createTextVNode("Cron\u8868\u8FBE\u5F0F")
505
+ ]),
506
+ _: 1
507
+ /* STABLE */
508
+ })
509
+ ]),
510
+ _: 1
511
+ /* STABLE */
512
+ }, 8, ["value"])
513
+ ]),
514
+ _: 1
515
+ /* STABLE */
516
+ }, 8, ["class"])
517
+ ]),
518
+ _: 1
519
+ /* STABLE */
520
+ })
521
+ ]),
522
+ _: 1
523
+ /* STABLE */
524
+ })
525
+ ]),
526
+ _: 1
527
+ /* STABLE */
528
+ }),
529
+ createVNode(unref(Row), { style: { "margin-top": "20px", "width": "830px" } }, {
530
+ default: withCtx(() => [
531
+ createVNode(unref(Col), { span: 24 }, {
532
+ default: withCtx(() => [
533
+ _hoisted_2,
534
+ createVNode(_component_ll_textarea, {
535
+ value: preTimeList.value,
536
+ rows: 3
537
+ }, null, 8, ["value"])
538
+ ]),
539
+ _: 1
540
+ /* STABLE */
541
+ })
542
+ ]),
543
+ _: 1
544
+ /* STABLE */
545
+ })
546
+ ],
547
+ 2
548
+ /* CLASS */
549
+ )
550
+ ],
551
+ 2
552
+ /* CLASS */
553
+ )
554
+ ],
555
+ 2
556
+ /* CLASS */
557
+ );
558
+ };
559
+ }
560
+ });
561
+
562
+ export { _sfc_main as default };
563
+ //# sourceMappingURL=easy-cron-inner.vue2.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"easy-cron-inner.vue2.mjs","sources":["../../../../../../packages/components/easy-cron/src/components/easy-cron-inner.vue"],"sourcesContent":["<template>\n <div :class=\"bem.b()\">\n <div :class=\"bem.e('content')\">\n <Tabs\n v-model:activeKey=\"activeKey\"\n :class=\"bem.m('cron-list')\"\n size=\"small\"\n type=\"card\"\n :tab-bar-gutter=\"0\"\n >\n <TabPane v-if=\"!hideSecond\" key=\"second\" tab=\"秒\">\n <SecondUI v-model:value=\"second\" :disabled=\"disabled\" />\n </TabPane>\n <TabPane key=\"minute\" tab=\"分\">\n <MinuteUI v-model:value=\"minute\" :disabled=\"disabled\" />\n </TabPane>\n <TabPane key=\"hour\" tab=\"时\">\n <HourUI v-model:value=\"hour\" :disabled=\"disabled\" />\n </TabPane>\n <TabPane key=\"day\" tab=\"日\">\n <DayUI v-model:value=\"day\" :week=\"week\" :disabled=\"disabled\" />\n </TabPane>\n <TabPane key=\"month\" tab=\"月\">\n <MonthUI v-model:value=\"month\" :disabled=\"disabled\" />\n </TabPane>\n <TabPane key=\"week\" tab=\"周\">\n <WeekUI v-model:value=\"week\" :day=\"day\" :disabled=\"disabled\" />\n </TabPane>\n <TabPane v-if=\"!hideYear && !hideSecond\" key=\"year\" tab=\"年\">\n <YearUI v-model:value=\"year\" :disabled=\"disabled\" />\n </TabPane>\n </Tabs>\n <div style=\"margin-bottom: 14px\">结果</div>\n <!-- 执行时间预览 -->\n <div :class=\"bem.m('cron-result')\">\n <Row :gutter=\"8\">\n <Col :span=\"24\">\n <Row :gutter=\"8\">\n <Col :span=\"24\" :class=\"bem.m('time-list')\">\n <ll-input\n v-model:value=\"inputValues.second\"\n @blur=\"onInputBlur\"\n >\n <template #addonBefore>\n <span\n :class=\"bem.m('allow-click')\"\n @click=\"activeKey = 'second'\"\n >\n 秒\n </span>\n </template>\n </ll-input>\n <ll-input\n v-model:value=\"inputValues.minute\"\n @blur=\"onInputBlur\"\n >\n <template #addonBefore>\n <span\n :class=\"bem.m('allow-click')\"\n @click=\"activeKey = 'minute'\"\n >\n 分\n </span>\n </template>\n </ll-input>\n <ll-input v-model:value=\"inputValues.hour\" @blur=\"onInputBlur\">\n <template #addonBefore>\n <span\n :class=\"bem.m('allow-click')\"\n @click=\"activeKey = 'hour'\"\n >\n 时\n </span>\n </template>\n </ll-input>\n <ll-input v-model:value=\"inputValues.day\" @blur=\"onInputBlur\">\n <template #addonBefore>\n <span\n :class=\"bem.m('allow-click')\"\n @click=\"activeKey = 'day'\"\n >\n 日\n </span>\n </template>\n </ll-input>\n <ll-input v-model:value=\"inputValues.month\" @blur=\"onInputBlur\">\n <template #addonBefore>\n <span\n :class=\"bem.m('allow-click')\"\n @click=\"activeKey = 'month'\"\n >\n 月\n </span>\n </template>\n </ll-input>\n <ll-input v-model:value=\"inputValues.week\" @blur=\"onInputBlur\">\n <template #addonBefore>\n <span\n :class=\"bem.m('allow-click')\"\n @click=\"activeKey = 'week'\"\n >\n 周\n </span>\n </template>\n </ll-input>\n <ll-input v-model:value=\"inputValues.year\" @blur=\"onInputBlur\">\n <template #addonBefore>\n <span\n :class=\"bem.m('allow-click')\"\n @click=\"activeKey = 'year'\"\n >\n 年\n </span>\n </template>\n </ll-input>\n </Col>\n <Col :span=\"24\" :class=\"bem.e('time-result-list')\">\n <ll-input\n v-model:value=\"inputValues.cron\"\n @blur=\"onInputCronBlur\"\n >\n <template #addonBefore>\n <ll-tooltip tip=\"Cron表达式\">Cron表达式</ll-tooltip>\n </template>\n </ll-input>\n </Col>\n </Row>\n </Col>\n </Row>\n <Row style=\"margin-top: 20px; width: 830px\">\n <Col :span=\"24\">\n <div style=\"margin-bottom: 8px\">近十次执行时间(不含年)</div>\n <ll-textarea :value=\"preTimeList\" :rows=\"3\" />\n </Col>\n </Row>\n </div>\n </div>\n </div>\n</template>\n<script lang=\"ts\" setup>\nimport { computed, reactive, ref, watch } from 'vue'\nimport { Tabs, TabPane, Row, Col } from 'ant-design-vue'\nimport { createNamespace } from '@ll-plus/utils'\nimport CronParser from 'cron-parser'\nimport SecondUI from './tabs/second-ui.vue'\nimport MinuteUI from './tabs/minute-ui.vue'\nimport HourUI from './tabs/hour-ui.vue'\nimport DayUI from './tabs/day-ui.vue'\nimport MonthUI from './tabs/month-ui.vue'\nimport WeekUI from './tabs/week-ui.vue'\nimport YearUI from './tabs/year-ui.vue'\nimport { useDebounceFn } from '@vueuse/core'\nimport { formatToDateTime, easyCronEmits, easyCronProps } from '../config'\n\nconst bem = createNamespace('easy-cron-inner')\ndefineOptions({ name: 'EasyCronInner' })\nconst props = defineProps(easyCronProps)\nconst emits = defineEmits(easyCronEmits)\n\nconst activeKey = ref(props.hideSecond ? 'minute' : 'second')\nconst second = ref('*')\nconst minute = ref('*')\nconst hour = ref('*')\nconst day = ref('*')\nconst month = ref('*')\nconst week = ref('?')\nconst year = ref('*')\nconst inputValues = reactive({\n second: '',\n minute: '',\n hour: '',\n day: '',\n month: '',\n week: '',\n year: '',\n cron: ''\n})\nconst preTimeList = ref('执行预览,会忽略年份参数。')\n\n// cron表达式\nconst cronValueInner = computed(() => {\n const result: string[] = [] as string[]\n if (!props.hideSecond) {\n result.push(second.value ? second.value : '*')\n }\n result.push(minute.value ? minute.value : '*')\n result.push(hour.value ? hour.value : '*')\n result.push(day.value ? day.value : '*')\n result.push(month.value ? month.value : '*')\n result.push(week.value ? week.value : '?')\n if (!props.hideYear && !props.hideSecond)\n result.push(year.value ? year.value : '*')\n return result.join(' ')\n})\n// 不含年\nconst cronValueNoYear = computed(() => {\n const v = cronValueInner.value\n if (props.hideYear || props.hideSecond) return v\n const vs = v.split(' ')\n if (vs.length >= 6) {\n // 转成 Quartz 的规则\n vs[5] = convertWeekToQuartz(vs[5])\n }\n return vs.slice(0, vs.length - 1).join(' ')\n})\nconst calTriggerList = useDebounceFn(calTriggerListInner, 500)\n\nwatch(\n () => props.value,\n newVal => {\n if (newVal === cronValueInner.value) {\n return\n }\n formatValue()\n },\n { immediate: true }\n)\n\nwatch(cronValueInner, newValue => {\n calTriggerList()\n emitValue(newValue)\n assignInput()\n})\n\nassignInput()\nformatValue()\ncalTriggerListInner()\n\nfunction assignInput() {\n inputValues.second = second.value\n inputValues.minute = minute.value\n inputValues.hour = hour.value\n inputValues.day = day.value\n inputValues.month = month.value\n inputValues.week = week.value\n inputValues.year = year.value\n inputValues.cron = cronValueInner.value\n if (!props.value) emitValue(inputValues.cron)\n}\nfunction formatValue() {\n if (!props.value) return\n const values = props.value.split(' ').filter((item: any) => !!item)\n if (!values || values.length <= 0) return\n let i = 0\n if (!props.hideSecond) second.value = values[i++]\n if (values.length > i) minute.value = values[i++]\n if (values.length > i) hour.value = values[i++]\n if (values.length > i) day.value = values[i++]\n if (values.length > i) month.value = values[i++]\n if (values.length > i) week.value = values[i++]\n if (values.length > i) year.value = values[i]\n assignInput()\n}\n// Quartz 的规则:\n// 1 = 周日,2 = 周一,3 = 周二,4 = 周三,5 = 周四,6 = 周五,7 = 周六\nfunction convertWeekToQuartz(week: string) {\n const convert = (v: string) => {\n if (v === '0') {\n return '1'\n }\n if (v === '1') {\n return '0'\n }\n return (Number.parseInt(v) - 1).toString()\n }\n // 匹配示例 1-7 or 1/7\n const patten1 = /^([0-7])([-/])([0-7])$/\n // 匹配示例 1,4,7\n const patten2 = /^([0-7])(,[0-7])+$/\n if (/^[0-7]$/.test(week)) {\n return convert(week)\n } else if (patten1.test(week)) {\n return week.replace(patten1, (_$0, before, separator, after) => {\n if (separator === '/') {\n return convert(before) + separator + after\n } else {\n return convert(before) + separator + convert(after)\n }\n })\n } else if (patten2.test(week)) {\n return week\n .split(',')\n .map(v => convert(v))\n .join(',')\n }\n return week\n}\nfunction calTriggerListInner() {\n // 设置了回调函数\n if (props.remote) {\n props.remote(cronValueInner.value, +new Date(), v => {\n preTimeList.value = v\n })\n return\n }\n const options = {\n currentDate: formatToDateTime(new Date())\n }\n const iter = CronParser.parseExpression(cronValueNoYear.value, options)\n const result: string[] = []\n for (let i = 1; i <= 10; i++) {\n result.push(formatToDateTime(new Date(iter.next() as any)))\n }\n preTimeList.value = result.length > 0 ? result.join('\\n') : '无执行时间'\n}\nfunction onInputBlur() {\n second.value = inputValues.second\n minute.value = inputValues.minute\n hour.value = inputValues.hour\n day.value = inputValues.day\n month.value = inputValues.month\n week.value = inputValues.week\n year.value = inputValues.year\n}\nfunction onInputCronBlur(event) {\n emitValue(event.target.value)\n}\nfunction emitValue(value) {\n emits('change', value)\n emits('update:value', value)\n}\n</script>\n<!-- <style lang=\"less\">\n@import 'easy.cron.inner.less';\n</style> -->\n"],"names":["week"],"mappings":"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"}