ll-plus 2.8.20 → 2.8.22

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 (350) hide show
  1. package/es/components/advanced-filtering/index.d.ts +724 -724
  2. package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  3. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +375 -375
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  6. package/es/components/api-component/index.d.ts +12 -12
  7. package/es/components/api-component/src/api-component.vue.d.ts +12 -12
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
  9. package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  10. package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
  11. package/es/components/breadcrumb-card/index.d.ts +3 -3
  12. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  13. package/es/components/button/index.d.ts +6 -6
  14. package/es/components/button/src/button.vue.d.ts +6 -6
  15. package/es/components/cascader/index.d.ts +12 -12
  16. package/es/components/cascader/src/cascader.vue.d.ts +12 -12
  17. package/es/components/checkbox/index.d.ts +436 -436
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
  19. package/es/components/checkbox/src/checkbox.d.ts +112 -112
  20. package/es/components/code-editor/index.d.ts +4 -4
  21. package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
  22. package/es/components/code-editor/src/config/code-editor.d.ts +1 -1
  23. package/es/components/color-picker/index.d.ts +4 -4
  24. package/es/components/color-picker/src/color-picker.vue.d.ts +4 -4
  25. package/es/components/color-picker/src/config/color-picker.d.ts +1 -1
  26. package/es/components/cropper/index.d.ts +6 -6
  27. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  28. package/es/components/cropper/src/cropper-modal.vue.d.ts +4 -4
  29. package/es/components/date-picker/index.d.ts +41 -41
  30. package/es/components/date-picker/src/date-picker.vue.d.ts +41 -41
  31. package/es/components/date-range/index.d.ts +5 -5
  32. package/es/components/date-range/src/date-range.vue.d.ts +5 -5
  33. package/es/components/descriptions-item/index.d.ts +3 -3
  34. package/es/components/descriptions-item/src/descriptions-item.vue.d.ts +3 -3
  35. package/es/components/drawer/index.d.ts +9 -9
  36. package/es/components/drawer/src/components/second-confirmation/index.d.ts +40 -40
  37. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +40 -40
  38. package/es/components/drawer/src/drawer.vue.d.ts +9 -9
  39. package/es/components/dropdown-button-simple/index.d.ts +16 -16
  40. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  41. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +16 -16
  42. package/es/components/easy-cron/index.d.ts +178 -178
  43. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
  44. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
  45. package/es/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
  46. package/es/components/form/index.d.ts +307 -307
  47. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  48. package/es/components/form/src/config/form.d.ts +120 -120
  49. package/es/components/form/src/form.vue.d.ts +306 -306
  50. package/es/components/icon-base/index.d.ts +2 -2
  51. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  52. package/es/components/icon-picker/index.d.ts +1 -1
  53. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  54. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  55. package/es/components/input/index.d.ts +49 -49
  56. package/es/components/input/src/input.vue.d.ts +49 -49
  57. package/es/components/input-number/index.d.ts +13 -13
  58. package/es/components/input-number/src/input-number.vue.d.ts +13 -13
  59. package/es/components/key-value/src/components/key-value-item.vue.d.ts +495 -495
  60. package/es/components/key-value/src/key-value.vue.d.ts +1486 -1486
  61. package/es/components/modal/index.d.ts +37 -37
  62. package/es/components/modal/src/modal.d.ts +1 -1
  63. package/es/components/modal/src/modal.vue.d.ts +37 -37
  64. package/es/components/new-drawer/index.d.ts +11 -11
  65. package/es/components/new-drawer/src/drawer.vue.d.ts +11 -11
  66. package/es/components/new-modal/index.d.ts +40 -40
  67. package/es/components/new-modal/src/modal.d.ts +1 -1
  68. package/es/components/new-modal/src/modal.vue.d.ts +40 -40
  69. package/es/components/number-range/index.d.ts +13 -13
  70. package/es/components/number-range/src/number-range.vue.d.ts +13 -13
  71. package/es/components/operate-icon/index.d.ts +7 -7
  72. package/es/components/operate-icon/src/operate-icon.vue.d.ts +7 -7
  73. package/es/components/radio/index.d.ts +10 -10
  74. package/es/components/radio/src/radio-group.vue.d.ts +5 -5
  75. package/es/components/radio/src/radio.vue.d.ts +5 -5
  76. package/es/components/rich-text-editor/index.d.ts +7 -7
  77. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +7 -7
  78. package/es/components/select/index.d.ts +17 -17
  79. package/es/components/select/src/select-option.vue.d.ts +2 -2
  80. package/es/components/select/src/select.vue.d.ts +15 -15
  81. package/es/components/select-group/index.d.ts +7 -7
  82. package/es/components/select-group/src/select-group.d.ts +1 -1
  83. package/es/components/select-group/src/select-group.vue.d.ts +7 -7
  84. package/es/components/steps/index.d.ts +11 -11
  85. package/es/components/steps/src/steps.vue.d.ts +11 -11
  86. package/es/components/switch/index.d.ts +4 -4
  87. package/es/components/switch/src/switch.vue.d.ts +4 -4
  88. package/es/components/table/index.d.ts +20 -20
  89. package/es/components/table/src/components/main-table.vue.d.ts +8 -8
  90. package/es/components/table/src/config/main-table.d.ts +1 -1
  91. package/es/components/table/src/config/table.d.ts +6 -6
  92. package/es/components/table/src/table.vue.d.ts +20 -20
  93. package/es/components/textarea/index.d.ts +7 -7
  94. package/es/components/textarea/src/textarea.vue.d.ts +7 -7
  95. package/es/components/tooltip/index.d.ts +4 -4
  96. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  97. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  98. package/es/components/tree-search/index.d.ts +9 -9
  99. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  100. package/es/components/tree-search/src/tree-search.vue.d.ts +9 -9
  101. package/es/components/upload-drag/index.d.ts +4 -4
  102. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  103. package/es/index.mjs +7 -6
  104. package/es/index.mjs.map +1 -1
  105. package/es/packages/components/code-editor/src/code-editor.vue2.mjs +1 -1
  106. package/es/packages/components/code-editor/src/code-editor.vue2.mjs.map +1 -1
  107. package/es/packages/components/icon-base/src/icon-base.vue2.mjs +1 -0
  108. package/es/packages/components/icon-base/src/icon-base.vue2.mjs.map +1 -1
  109. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +2 -1
  110. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  111. package/es/packages/utils/index.mjs +7 -6
  112. package/es/packages/utils/index.mjs.map +1 -1
  113. package/es/packages/utils/message.mjs +39 -0
  114. package/es/packages/utils/message.mjs.map +1 -0
  115. package/es/utils/index.d.ts +7 -6
  116. package/es/utils/message.d.ts +7 -0
  117. package/es/utils/props/runtime.d.ts +2 -2
  118. package/index.full.js +210 -176
  119. package/index.full.min.js +23 -23
  120. package/index.full.min.js.map +1 -1
  121. package/index.full.min.mjs +23 -23
  122. package/index.full.min.mjs.map +1 -1
  123. package/index.full.mjs +549 -516
  124. package/lib/components/advanced-filtering/index.d.ts +724 -724
  125. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  126. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +375 -375
  127. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
  128. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  129. package/lib/components/api-component/index.d.ts +12 -12
  130. package/lib/components/api-component/src/api-component.vue.d.ts +12 -12
  131. package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
  132. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  133. package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
  134. package/lib/components/breadcrumb-card/index.d.ts +3 -3
  135. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  136. package/lib/components/button/index.d.ts +6 -6
  137. package/lib/components/button/src/button.vue.d.ts +6 -6
  138. package/lib/components/cascader/index.d.ts +12 -12
  139. package/lib/components/cascader/src/cascader.vue.d.ts +12 -12
  140. package/lib/components/checkbox/index.d.ts +436 -436
  141. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
  142. package/lib/components/checkbox/src/checkbox.d.ts +112 -112
  143. package/lib/components/code-editor/index.d.ts +4 -4
  144. package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
  145. package/lib/components/code-editor/src/config/code-editor.d.ts +1 -1
  146. package/lib/components/color-picker/index.d.ts +4 -4
  147. package/lib/components/color-picker/src/color-picker.vue.d.ts +4 -4
  148. package/lib/components/color-picker/src/config/color-picker.d.ts +1 -1
  149. package/lib/components/cropper/index.d.ts +6 -6
  150. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  151. package/lib/components/cropper/src/cropper-modal.vue.d.ts +4 -4
  152. package/lib/components/date-picker/index.d.ts +41 -41
  153. package/lib/components/date-picker/src/date-picker.vue.d.ts +41 -41
  154. package/lib/components/date-range/index.d.ts +5 -5
  155. package/lib/components/date-range/src/date-range.vue.d.ts +5 -5
  156. package/lib/components/descriptions-item/index.d.ts +3 -3
  157. package/lib/components/descriptions-item/src/descriptions-item.vue.d.ts +3 -3
  158. package/lib/components/drawer/index.d.ts +9 -9
  159. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +40 -40
  160. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +40 -40
  161. package/lib/components/drawer/src/drawer.vue.d.ts +9 -9
  162. package/lib/components/dropdown-button-simple/index.d.ts +16 -16
  163. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  164. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +16 -16
  165. package/lib/components/easy-cron/index.d.ts +178 -178
  166. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
  167. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
  168. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
  169. package/lib/components/form/index.d.ts +307 -307
  170. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  171. package/lib/components/form/src/config/form.d.ts +120 -120
  172. package/lib/components/form/src/form.vue.d.ts +306 -306
  173. package/lib/components/icon-base/index.d.ts +2 -2
  174. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  175. package/lib/components/icon-picker/index.d.ts +1 -1
  176. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  177. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  178. package/lib/components/input/index.d.ts +49 -49
  179. package/lib/components/input/src/input.vue.d.ts +49 -49
  180. package/lib/components/input-number/index.d.ts +13 -13
  181. package/lib/components/input-number/src/input-number.vue.d.ts +13 -13
  182. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +495 -495
  183. package/lib/components/key-value/src/key-value.vue.d.ts +1486 -1486
  184. package/lib/components/modal/index.d.ts +37 -37
  185. package/lib/components/modal/src/modal.d.ts +1 -1
  186. package/lib/components/modal/src/modal.vue.d.ts +37 -37
  187. package/lib/components/new-drawer/index.d.ts +11 -11
  188. package/lib/components/new-drawer/src/drawer.vue.d.ts +11 -11
  189. package/lib/components/new-modal/index.d.ts +40 -40
  190. package/lib/components/new-modal/src/modal.d.ts +1 -1
  191. package/lib/components/new-modal/src/modal.vue.d.ts +40 -40
  192. package/lib/components/number-range/index.d.ts +13 -13
  193. package/lib/components/number-range/src/number-range.vue.d.ts +13 -13
  194. package/lib/components/operate-icon/index.d.ts +7 -7
  195. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +7 -7
  196. package/lib/components/radio/index.d.ts +10 -10
  197. package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
  198. package/lib/components/radio/src/radio.vue.d.ts +5 -5
  199. package/lib/components/rich-text-editor/index.d.ts +7 -7
  200. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +7 -7
  201. package/lib/components/select/index.d.ts +17 -17
  202. package/lib/components/select/src/select-option.vue.d.ts +2 -2
  203. package/lib/components/select/src/select.vue.d.ts +15 -15
  204. package/lib/components/select-group/index.d.ts +7 -7
  205. package/lib/components/select-group/src/select-group.d.ts +1 -1
  206. package/lib/components/select-group/src/select-group.vue.d.ts +7 -7
  207. package/lib/components/steps/index.d.ts +11 -11
  208. package/lib/components/steps/src/steps.vue.d.ts +11 -11
  209. package/lib/components/switch/index.d.ts +4 -4
  210. package/lib/components/switch/src/switch.vue.d.ts +4 -4
  211. package/lib/components/table/index.d.ts +20 -20
  212. package/lib/components/table/src/components/main-table.vue.d.ts +8 -8
  213. package/lib/components/table/src/config/main-table.d.ts +1 -1
  214. package/lib/components/table/src/config/table.d.ts +6 -6
  215. package/lib/components/table/src/table.vue.d.ts +20 -20
  216. package/lib/components/textarea/index.d.ts +7 -7
  217. package/lib/components/textarea/src/textarea.vue.d.ts +7 -7
  218. package/lib/components/tooltip/index.d.ts +4 -4
  219. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  220. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  221. package/lib/components/tree-search/index.d.ts +9 -9
  222. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  223. package/lib/components/tree-search/src/tree-search.vue.d.ts +9 -9
  224. package/lib/components/upload-drag/index.d.ts +4 -4
  225. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  226. package/lib/index.js +22 -20
  227. package/lib/index.js.map +1 -1
  228. package/lib/packages/components/code-editor/src/code-editor.vue2.js +1 -1
  229. package/lib/packages/components/code-editor/src/code-editor.vue2.js.map +1 -1
  230. package/lib/packages/components/icon-base/src/icon-base.vue2.js +1 -0
  231. package/lib/packages/components/icon-base/src/icon-base.vue2.js.map +1 -1
  232. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +2 -1
  233. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  234. package/lib/packages/utils/index.js +17 -15
  235. package/lib/packages/utils/index.js.map +1 -1
  236. package/lib/packages/utils/message.js +41 -0
  237. package/lib/packages/utils/message.js.map +1 -0
  238. package/lib/utils/index.d.ts +7 -6
  239. package/lib/utils/message.d.ts +7 -0
  240. package/lib/utils/props/runtime.d.ts +2 -2
  241. package/package.json +1 -1
  242. package/theme-chalk/css/index.css +1 -1
  243. package/theme-chalk/css/message.css +5 -0
  244. package/theme-chalk/css/operate-icon.css +1 -1
  245. package/theme-chalk/css/table.css +1 -1
  246. package/types/packages/components/advanced-filtering/index.d.ts +724 -724
  247. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  248. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +375 -375
  249. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +329 -329
  250. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  251. package/types/packages/components/api-component/index.d.ts +12 -12
  252. package/types/packages/components/api-component/src/api-component.vue.d.ts +12 -12
  253. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
  254. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  255. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
  256. package/types/packages/components/breadcrumb-card/index.d.ts +3 -3
  257. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  258. package/types/packages/components/button/index.d.ts +6 -6
  259. package/types/packages/components/button/src/button.vue.d.ts +6 -6
  260. package/types/packages/components/cascader/index.d.ts +12 -12
  261. package/types/packages/components/cascader/src/cascader.vue.d.ts +12 -12
  262. package/types/packages/components/checkbox/index.d.ts +436 -436
  263. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
  264. package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
  265. package/types/packages/components/code-editor/index.d.ts +4 -4
  266. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
  267. package/types/packages/components/code-editor/src/config/code-editor.d.ts +1 -1
  268. package/types/packages/components/color-picker/index.d.ts +4 -4
  269. package/types/packages/components/color-picker/src/color-picker.vue.d.ts +4 -4
  270. package/types/packages/components/color-picker/src/config/color-picker.d.ts +1 -1
  271. package/types/packages/components/cropper/index.d.ts +6 -6
  272. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  273. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +4 -4
  274. package/types/packages/components/date-picker/index.d.ts +41 -41
  275. package/types/packages/components/date-picker/src/date-picker.vue.d.ts +41 -41
  276. package/types/packages/components/date-range/index.d.ts +5 -5
  277. package/types/packages/components/date-range/src/date-range.vue.d.ts +5 -5
  278. package/types/packages/components/descriptions-item/index.d.ts +3 -3
  279. package/types/packages/components/descriptions-item/src/descriptions-item.vue.d.ts +3 -3
  280. package/types/packages/components/drawer/index.d.ts +9 -9
  281. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +40 -40
  282. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +40 -40
  283. package/types/packages/components/drawer/src/drawer.vue.d.ts +9 -9
  284. package/types/packages/components/dropdown-button-simple/index.d.ts +16 -16
  285. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  286. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +16 -16
  287. package/types/packages/components/easy-cron/index.d.ts +178 -178
  288. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
  289. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
  290. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
  291. package/types/packages/components/form/index.d.ts +307 -307
  292. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  293. package/types/packages/components/form/src/config/form.d.ts +120 -120
  294. package/types/packages/components/form/src/form.vue.d.ts +306 -306
  295. package/types/packages/components/icon-base/index.d.ts +2 -2
  296. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  297. package/types/packages/components/icon-picker/index.d.ts +1 -1
  298. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  299. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  300. package/types/packages/components/input/index.d.ts +49 -49
  301. package/types/packages/components/input/src/input.vue.d.ts +49 -49
  302. package/types/packages/components/input-number/index.d.ts +13 -13
  303. package/types/packages/components/input-number/src/input-number.vue.d.ts +13 -13
  304. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +495 -495
  305. package/types/packages/components/key-value/src/key-value.vue.d.ts +1486 -1486
  306. package/types/packages/components/modal/index.d.ts +37 -37
  307. package/types/packages/components/modal/src/modal.d.ts +1 -1
  308. package/types/packages/components/modal/src/modal.vue.d.ts +37 -37
  309. package/types/packages/components/new-drawer/index.d.ts +11 -11
  310. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +11 -11
  311. package/types/packages/components/new-modal/index.d.ts +40 -40
  312. package/types/packages/components/new-modal/src/modal.d.ts +1 -1
  313. package/types/packages/components/new-modal/src/modal.vue.d.ts +40 -40
  314. package/types/packages/components/number-range/index.d.ts +13 -13
  315. package/types/packages/components/number-range/src/number-range.vue.d.ts +13 -13
  316. package/types/packages/components/operate-icon/index.d.ts +7 -7
  317. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +7 -7
  318. package/types/packages/components/radio/index.d.ts +10 -10
  319. package/types/packages/components/radio/src/radio-group.vue.d.ts +5 -5
  320. package/types/packages/components/radio/src/radio.vue.d.ts +5 -5
  321. package/types/packages/components/rich-text-editor/index.d.ts +7 -7
  322. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +7 -7
  323. package/types/packages/components/select/index.d.ts +17 -17
  324. package/types/packages/components/select/src/select-option.vue.d.ts +2 -2
  325. package/types/packages/components/select/src/select.vue.d.ts +15 -15
  326. package/types/packages/components/select-group/index.d.ts +7 -7
  327. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  328. package/types/packages/components/select-group/src/select-group.vue.d.ts +7 -7
  329. package/types/packages/components/steps/index.d.ts +11 -11
  330. package/types/packages/components/steps/src/steps.vue.d.ts +11 -11
  331. package/types/packages/components/switch/index.d.ts +4 -4
  332. package/types/packages/components/switch/src/switch.vue.d.ts +4 -4
  333. package/types/packages/components/table/index.d.ts +20 -20
  334. package/types/packages/components/table/src/components/main-table.vue.d.ts +8 -8
  335. package/types/packages/components/table/src/config/main-table.d.ts +1 -1
  336. package/types/packages/components/table/src/config/table.d.ts +6 -6
  337. package/types/packages/components/table/src/table.vue.d.ts +20 -20
  338. package/types/packages/components/textarea/index.d.ts +7 -7
  339. package/types/packages/components/textarea/src/textarea.vue.d.ts +7 -7
  340. package/types/packages/components/tooltip/index.d.ts +4 -4
  341. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  342. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  343. package/types/packages/components/tree-search/index.d.ts +9 -9
  344. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  345. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +9 -9
  346. package/types/packages/components/upload-drag/index.d.ts +4 -4
  347. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  348. package/types/packages/utils/index.d.ts +7 -6
  349. package/types/packages/utils/message.d.ts +7 -0
  350. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -29,9 +29,9 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
29
29
  is: (name?: string) => string;
30
30
  };
31
31
  props: import("@vue/shared").LooseRequired<{
32
+ readonly message: string;
32
33
  readonly title: string;
33
34
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
34
- readonly message: string;
35
35
  readonly icon: {
36
36
  readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
37
37
  readonly color?: string | undefined;
@@ -40,15 +40,15 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
40
40
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
41
41
  readonly cancelText: string;
42
42
  readonly confirmText: string;
43
- readonly onConfirm?: Function | undefined;
44
43
  readonly onCancel?: Function | undefined;
44
+ readonly onConfirm?: Function | undefined;
45
45
  } & {}>;
46
46
  warningColor: string;
47
47
  readonly LlModal: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
48
48
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
49
49
  readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
50
50
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
51
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown, "operate", boolean>;
51
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
52
52
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
53
53
  readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
54
54
  readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
@@ -58,22 +58,22 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
58
58
  readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
59
59
  }, {
60
60
  props: import("@vue/shared").LooseRequired<{
61
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
61
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
62
62
  readonly title: string;
63
+ readonly class: string;
63
64
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
64
65
  readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
65
66
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
66
67
  readonly wrapClassName: string;
67
- readonly class: string;
68
68
  readonly cancelText: string;
69
69
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
70
70
  readonly confirmText: string;
71
71
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
72
+ readonly onCancel?: (() => any) | undefined;
72
73
  readonly "onUpdate:open"?: (() => any) | undefined;
73
74
  readonly onOk?: (() => any) | undefined;
74
- readonly onCancel?: (() => any) | undefined;
75
75
  } & {}>;
76
- emits: ((event: "update:open") => void) & ((event: "ok") => void) & ((event: "cancel") => void);
76
+ emits: ((event: "cancel") => void) & ((event: "update:open") => void) & ((event: "ok") => void);
77
77
  attrs: {
78
78
  [x: string]: unknown;
79
79
  };
@@ -154,7 +154,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
154
154
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
155
155
  };
156
156
  size: {
157
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
157
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
158
158
  };
159
159
  loading: {
160
160
  type: import("vue").PropType<boolean | {
@@ -202,7 +202,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
202
202
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
203
203
  };
204
204
  size: {
205
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
205
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
206
206
  };
207
207
  loading: {
208
208
  type: import("vue").PropType<boolean | {
@@ -252,7 +252,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
252
252
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
253
253
  };
254
254
  size: {
255
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
255
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
256
256
  };
257
257
  loading: {
258
258
  type: import("vue").PropType<boolean | {
@@ -300,7 +300,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
300
300
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
301
301
  };
302
302
  size: {
303
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
303
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
304
304
  };
305
305
  loading: {
306
306
  type: import("vue").PropType<boolean | {
@@ -440,7 +440,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
440
440
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
441
441
  };
442
442
  size: {
443
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
443
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
444
444
  };
445
445
  loading: {
446
446
  type: import("vue").PropType<boolean | {
@@ -488,7 +488,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
488
488
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
489
489
  };
490
490
  size: {
491
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
491
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
492
492
  };
493
493
  loading: {
494
494
  type: import("vue").PropType<boolean | {
@@ -538,7 +538,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
538
538
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
539
539
  };
540
540
  size: {
541
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
541
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
542
542
  };
543
543
  loading: {
544
544
  type: import("vue").PropType<boolean | {
@@ -586,7 +586,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
586
586
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
587
587
  };
588
588
  size: {
589
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
589
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
590
590
  };
591
591
  loading: {
592
592
  type: import("vue").PropType<boolean | {
@@ -700,7 +700,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
700
700
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
701
701
  };
702
702
  size: {
703
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
703
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
704
704
  };
705
705
  loading: {
706
706
  type: import("vue").PropType<boolean | {
@@ -748,7 +748,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
748
748
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
749
749
  };
750
750
  size: {
751
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
751
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
752
752
  };
753
753
  loading: {
754
754
  type: import("vue").PropType<boolean | {
@@ -848,7 +848,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
848
848
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
849
849
  };
850
850
  size: {
851
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
851
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
852
852
  };
853
853
  loading: {
854
854
  type: import("vue").PropType<boolean | {
@@ -896,7 +896,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
896
896
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
897
897
  };
898
898
  size: {
899
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
899
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
900
900
  };
901
901
  loading: {
902
902
  type: import("vue").PropType<boolean | {
@@ -946,7 +946,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
946
946
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
947
947
  };
948
948
  size: {
949
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
949
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
950
950
  };
951
951
  loading: {
952
952
  type: import("vue").PropType<boolean | {
@@ -994,7 +994,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
994
994
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
995
995
  };
996
996
  size: {
997
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
997
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
998
998
  };
999
999
  loading: {
1000
1000
  type: import("vue").PropType<boolean | {
@@ -1108,7 +1108,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1108
1108
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1109
1109
  };
1110
1110
  size: {
1111
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1111
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1112
1112
  };
1113
1113
  loading: {
1114
1114
  type: import("vue").PropType<boolean | {
@@ -1156,7 +1156,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1156
1156
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1157
1157
  };
1158
1158
  size: {
1159
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1159
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1160
1160
  };
1161
1161
  loading: {
1162
1162
  type: import("vue").PropType<boolean | {
@@ -1253,7 +1253,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1253
1253
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1254
1254
  };
1255
1255
  size: {
1256
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1256
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1257
1257
  };
1258
1258
  loading: {
1259
1259
  type: import("vue").PropType<boolean | {
@@ -1301,7 +1301,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1301
1301
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1302
1302
  };
1303
1303
  size: {
1304
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1304
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1305
1305
  };
1306
1306
  loading: {
1307
1307
  type: import("vue").PropType<boolean | {
@@ -1351,7 +1351,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1351
1351
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1352
1352
  };
1353
1353
  size: {
1354
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1354
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1355
1355
  };
1356
1356
  loading: {
1357
1357
  type: import("vue").PropType<boolean | {
@@ -1399,7 +1399,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1399
1399
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1400
1400
  };
1401
1401
  size: {
1402
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1402
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1403
1403
  };
1404
1404
  loading: {
1405
1405
  type: import("vue").PropType<boolean | {
@@ -1513,7 +1513,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1513
1513
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1514
1514
  };
1515
1515
  size: {
1516
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1516
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1517
1517
  };
1518
1518
  loading: {
1519
1519
  type: import("vue").PropType<boolean | {
@@ -1561,7 +1561,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1561
1561
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1562
1562
  };
1563
1563
  size: {
1564
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1564
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1565
1565
  };
1566
1566
  loading: {
1567
1567
  type: import("vue").PropType<boolean | {
@@ -1673,7 +1673,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1673
1673
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1674
1674
  };
1675
1675
  size: {
1676
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1676
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1677
1677
  };
1678
1678
  loading: {
1679
1679
  type: import("vue").PropType<boolean | {
@@ -1720,7 +1720,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1720
1720
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1721
1721
  };
1722
1722
  size: {
1723
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1723
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1724
1724
  };
1725
1725
  loading: {
1726
1726
  type: import("vue").PropType<boolean | {
@@ -1786,7 +1786,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1786
1786
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1787
1787
  };
1788
1788
  size: {
1789
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1789
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1790
1790
  };
1791
1791
  loading: {
1792
1792
  type: import("vue").PropType<boolean | {
@@ -1846,7 +1846,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1846
1846
  type: import("vue").PropType<import("ant-design-vue/es/button").ButtonShape>;
1847
1847
  };
1848
1848
  size: {
1849
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1849
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1850
1850
  };
1851
1851
  loading: {
1852
1852
  type: import("vue").PropType<boolean | {
@@ -1898,12 +1898,12 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1898
1898
  readonly Group: import("vue").DefineComponent<{
1899
1899
  prefixCls: StringConstructor;
1900
1900
  size: {
1901
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1901
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1902
1902
  };
1903
1903
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1904
1904
  prefixCls: StringConstructor;
1905
1905
  size: {
1906
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1906
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1907
1907
  };
1908
1908
  }>>, {}, {}>;
1909
1909
  };
@@ -1996,7 +1996,7 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
1996
1996
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1997
1997
  readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
1998
1998
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1999
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown, "operate", boolean>;
1999
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
2000
2000
  readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2001
2001
  readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
2002
2002
  readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
@@ -2005,17 +2005,17 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
2005
2005
  readonly showCancel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2006
2006
  readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
2007
2007
  }>> & {
2008
+ onCancel?: (() => any) | undefined;
2008
2009
  "onUpdate:open"?: (() => any) | undefined;
2009
2010
  onOk?: (() => any) | undefined;
2010
- onCancel?: (() => any) | undefined;
2011
2011
  }, {
2012
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
2012
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
2013
2013
  readonly title: string;
2014
+ readonly class: string;
2014
2015
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2015
2016
  readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2016
2017
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2017
2018
  readonly wrapClassName: string;
2018
- readonly class: string;
2019
2019
  readonly cancelText: string;
2020
2020
  readonly showCancel: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2021
2021
  readonly confirmText: string;
@@ -2097,9 +2097,9 @@ export declare const LlSecondConfirmation: import("ll-plus/es/utils").SFCWithIns
2097
2097
  readonly onConfirm: FunctionConstructor;
2098
2098
  readonly onCancel: FunctionConstructor;
2099
2099
  }>>, {
2100
+ readonly message: string;
2100
2101
  readonly title: string;
2101
2102
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2102
- readonly message: string;
2103
2103
  readonly icon: {
2104
2104
  readonly size?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
2105
2105
  readonly color?: string | undefined;