ll-plus 2.2.21 → 2.2.23

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 (289) hide show
  1. package/es/components/advanced-filtering/index.d.ts +303 -303
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  5. package/es/components/api-component/index.d.ts +30 -30
  6. package/es/components/api-component/src/api-component.vue.d.ts +30 -30
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  8. package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
  12. package/es/components/api-component/src/config/api-component.d.ts +1 -1
  13. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  14. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  15. package/es/components/button/index.d.ts +1 -1
  16. package/es/components/button/src/button.vue.d.ts +1 -1
  17. package/es/components/checkbox/index.d.ts +221 -275
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +221 -275
  19. package/es/components/checkbox/src/checkbox-group.vue2.mjs +65 -47
  20. package/es/components/checkbox/src/checkbox-group.vue2.mjs.map +1 -1
  21. package/es/components/checkbox/src/checkbox.d.ts +57 -56
  22. package/es/components/checkbox/src/checkbox.mjs +4 -0
  23. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  24. package/es/components/drawer/index.d.ts +11 -11
  25. package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  26. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  27. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  28. package/es/components/easy-cron/index.d.ts +82 -82
  29. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  30. package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs +10 -2
  31. package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs.map +1 -1
  32. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  33. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs +1 -1
  34. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -1
  35. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -1
  36. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs +1 -1
  37. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -1
  38. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -1
  39. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs +1 -1
  40. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -1
  41. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -1
  42. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs +1 -1
  43. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -1
  44. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -1
  45. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs +1 -1
  46. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -1
  47. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -1
  48. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs +2 -1
  49. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -1
  50. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -1
  51. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  52. package/es/components/form/index.d.ts +142 -142
  53. package/es/components/form/src/config/form.d.ts +56 -56
  54. package/es/components/form/src/form.vue.d.ts +142 -142
  55. package/es/components/icon-base/index.d.ts +2 -2
  56. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  57. package/es/components/input/index.d.ts +31 -31
  58. package/es/components/input/src/input.vue.d.ts +31 -31
  59. package/es/components/key-value/index.d.ts +1 -0
  60. package/es/components/key-value/src/components/key-value-item.vue2.mjs +4 -2
  61. package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
  62. package/es/components/key-value/src/config/key-value.mjs +2 -2
  63. package/es/components/key-value/src/config/key-value.mjs.map +1 -1
  64. package/es/components/key-value/src/key-value.vue.d.ts +1 -0
  65. package/es/components/key-value/src/key-value.vue2.mjs +56 -43
  66. package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
  67. package/es/components/modal/index.d.ts +6 -6
  68. package/es/components/modal/src/modal.vue.d.ts +6 -6
  69. package/es/components/modal/src/modal.vue2.mjs +11 -8
  70. package/es/components/modal/src/modal.vue2.mjs.map +1 -1
  71. package/es/components/operate-icon/index.d.ts +6 -6
  72. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  73. package/es/components/select/index.d.ts +11 -11
  74. package/es/components/select/src/select.vue.d.ts +11 -11
  75. package/es/components/table/index.d.ts +6 -6
  76. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  77. package/es/components/table/src/config/table.d.ts +2 -2
  78. package/es/components/table/src/table.vue.d.ts +6 -6
  79. package/es/components/tag-group/src/tag-group.vue2.mjs.map +1 -1
  80. package/es/components/textarea/index.d.ts +5 -5
  81. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  82. package/es/components/tooltip/index.d.ts +4 -4
  83. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  84. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  85. package/es/components/tree/index.d.ts +2 -2
  86. package/es/components/tree/src/tree.vue.d.ts +2 -2
  87. package/es/components/tree-search/index.d.ts +17 -17
  88. package/es/components/tree-search/src/components/directory-title.vue2.mjs +2 -2
  89. package/es/components/tree-search/src/components/directory-title.vue2.mjs.map +1 -1
  90. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  91. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  92. package/es/components/upload-drag/index.d.ts +4 -4
  93. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  94. package/es/components/uri-input/index.d.ts +4 -0
  95. package/es/components/uri-input/src/uri-input.d.ts +1 -0
  96. package/es/components/uri-input/src/uri-input.mjs +4 -0
  97. package/es/components/uri-input/src/uri-input.mjs.map +1 -1
  98. package/es/components/uri-input/src/uri-input.vue.d.ts +4 -0
  99. package/es/components/uri-input/src/uri-input.vue2.mjs +3 -2
  100. package/es/components/uri-input/src/uri-input.vue2.mjs.map +1 -1
  101. package/index.full.js +163 -110
  102. package/index.full.min.js +14 -14
  103. package/index.full.min.js.map +1 -1
  104. package/index.full.min.mjs +15 -15
  105. package/index.full.min.mjs.map +1 -1
  106. package/index.full.mjs +164 -111
  107. package/lib/components/advanced-filtering/index.d.ts +303 -303
  108. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  109. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  110. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  111. package/lib/components/api-component/index.d.ts +30 -30
  112. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  113. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  114. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  115. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  116. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  117. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  118. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  119. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  120. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  121. package/lib/components/button/index.d.ts +1 -1
  122. package/lib/components/button/src/button.vue.d.ts +1 -1
  123. package/lib/components/checkbox/index.d.ts +221 -275
  124. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +221 -275
  125. package/lib/components/checkbox/src/checkbox-group.vue2.js +63 -45
  126. package/lib/components/checkbox/src/checkbox-group.vue2.js.map +1 -1
  127. package/lib/components/checkbox/src/checkbox.d.ts +57 -56
  128. package/lib/components/checkbox/src/checkbox.js +4 -0
  129. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  130. package/lib/components/drawer/index.d.ts +11 -11
  131. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  132. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  133. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  134. package/lib/components/easy-cron/index.d.ts +82 -82
  135. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  136. package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js +9 -1
  137. package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js.map +1 -1
  138. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  139. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js +1 -1
  140. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -1
  141. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -1
  142. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js +1 -1
  143. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -1
  144. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -1
  145. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js +1 -1
  146. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -1
  147. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -1
  148. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js +1 -1
  149. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -1
  150. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -1
  151. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js +1 -1
  152. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -1
  153. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -1
  154. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js +2 -1
  155. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -1
  156. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -1
  157. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  158. package/lib/components/form/index.d.ts +142 -142
  159. package/lib/components/form/src/config/form.d.ts +56 -56
  160. package/lib/components/form/src/form.vue.d.ts +142 -142
  161. package/lib/components/icon-base/index.d.ts +2 -2
  162. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  163. package/lib/components/input/index.d.ts +31 -31
  164. package/lib/components/input/src/input.vue.d.ts +31 -31
  165. package/lib/components/key-value/index.d.ts +1 -0
  166. package/lib/components/key-value/src/components/key-value-item.vue2.js +4 -2
  167. package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
  168. package/lib/components/key-value/src/config/key-value.js +2 -2
  169. package/lib/components/key-value/src/config/key-value.js.map +1 -1
  170. package/lib/components/key-value/src/key-value.vue.d.ts +1 -0
  171. package/lib/components/key-value/src/key-value.vue2.js +55 -42
  172. package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
  173. package/lib/components/modal/index.d.ts +6 -6
  174. package/lib/components/modal/src/modal.vue.d.ts +6 -6
  175. package/lib/components/modal/src/modal.vue2.js +11 -8
  176. package/lib/components/modal/src/modal.vue2.js.map +1 -1
  177. package/lib/components/operate-icon/index.d.ts +6 -6
  178. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  179. package/lib/components/select/index.d.ts +11 -11
  180. package/lib/components/select/src/select.vue.d.ts +11 -11
  181. package/lib/components/table/index.d.ts +6 -6
  182. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  183. package/lib/components/table/src/config/table.d.ts +2 -2
  184. package/lib/components/table/src/table.vue.d.ts +6 -6
  185. package/lib/components/tag-group/src/tag-group.vue2.js.map +1 -1
  186. package/lib/components/textarea/index.d.ts +5 -5
  187. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  188. package/lib/components/tooltip/index.d.ts +4 -4
  189. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  190. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  191. package/lib/components/tree/index.d.ts +2 -2
  192. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  193. package/lib/components/tree-search/index.d.ts +17 -17
  194. package/lib/components/tree-search/src/components/directory-title.vue2.js +2 -2
  195. package/lib/components/tree-search/src/components/directory-title.vue2.js.map +1 -1
  196. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  197. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  198. package/lib/components/upload-drag/index.d.ts +4 -4
  199. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  200. package/lib/components/uri-input/index.d.ts +4 -0
  201. package/lib/components/uri-input/src/uri-input.d.ts +1 -0
  202. package/lib/components/uri-input/src/uri-input.js +4 -0
  203. package/lib/components/uri-input/src/uri-input.js.map +1 -1
  204. package/lib/components/uri-input/src/uri-input.vue.d.ts +4 -0
  205. package/lib/components/uri-input/src/uri-input.vue2.js +3 -2
  206. package/lib/components/uri-input/src/uri-input.vue2.js.map +1 -1
  207. package/package.json +1 -1
  208. package/theme-chalk/css/advanced-filtering.css +1 -5
  209. package/theme-chalk/css/api-component.css +1 -5
  210. package/theme-chalk/css/cascader.css +1 -5
  211. package/theme-chalk/css/checkbox.css +1 -5
  212. package/theme-chalk/css/code-editor.css +1 -5
  213. package/theme-chalk/css/descriptions.css +1 -5
  214. package/theme-chalk/css/drawer.css +1 -5
  215. package/theme-chalk/css/dropdown.css +1 -5
  216. package/theme-chalk/css/easy-cron.css +1 -5
  217. package/theme-chalk/css/form.css +1 -5
  218. package/theme-chalk/css/index.css +1 -5
  219. package/theme-chalk/css/input-number.css +1 -5
  220. package/theme-chalk/css/input.css +1 -5
  221. package/theme-chalk/css/key-value.css +1 -5
  222. package/theme-chalk/css/modal.css +1 -5
  223. package/theme-chalk/css/number-range.css +1 -5
  224. package/theme-chalk/css/switch.css +1 -5
  225. package/theme-chalk/css/table.css +1 -5
  226. package/theme-chalk/css/tabs-simple.css +1 -5
  227. package/theme-chalk/css/tag-group.css +1 -5
  228. package/theme-chalk/css/tree-search.css +1 -1
  229. package/types/packages/components/advanced-filtering/index.d.ts +303 -303
  230. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  231. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  232. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  233. package/types/packages/components/api-component/index.d.ts +30 -30
  234. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  235. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  236. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  237. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  238. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  239. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  240. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  241. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  242. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  243. package/types/packages/components/button/index.d.ts +1 -1
  244. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  245. package/types/packages/components/checkbox/index.d.ts +221 -275
  246. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +221 -275
  247. package/types/packages/components/checkbox/src/checkbox.d.ts +57 -56
  248. package/types/packages/components/drawer/index.d.ts +11 -11
  249. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  250. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  251. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  252. package/types/packages/components/easy-cron/index.d.ts +82 -82
  253. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  254. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  255. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  256. package/types/packages/components/form/index.d.ts +142 -142
  257. package/types/packages/components/form/src/config/form.d.ts +56 -56
  258. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  259. package/types/packages/components/icon-base/index.d.ts +2 -2
  260. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  261. package/types/packages/components/input/index.d.ts +31 -31
  262. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  263. package/types/packages/components/key-value/index.d.ts +1 -0
  264. package/types/packages/components/key-value/src/key-value.vue.d.ts +1 -0
  265. package/types/packages/components/modal/index.d.ts +6 -6
  266. package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
  267. package/types/packages/components/operate-icon/index.d.ts +6 -6
  268. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  269. package/types/packages/components/select/index.d.ts +11 -11
  270. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  271. package/types/packages/components/table/index.d.ts +6 -6
  272. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  273. package/types/packages/components/table/src/config/table.d.ts +2 -2
  274. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  275. package/types/packages/components/textarea/index.d.ts +5 -5
  276. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  277. package/types/packages/components/tooltip/index.d.ts +4 -4
  278. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  279. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  280. package/types/packages/components/tree/index.d.ts +2 -2
  281. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  282. package/types/packages/components/tree-search/index.d.ts +17 -17
  283. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  284. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  285. package/types/packages/components/upload-drag/index.d.ts +4 -4
  286. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  287. package/types/packages/components/uri-input/index.d.ts +4 -0
  288. package/types/packages/components/uri-input/src/uri-input.d.ts +1 -0
  289. package/types/packages/components/uri-input/src/uri-input.vue.d.ts +4 -0
@@ -13,14 +13,14 @@ declare const _default: import("vue").DefineComponent<{
13
13
  }, {
14
14
  props: import("@vue/shared").LooseRequired<{
15
15
  readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
16
- readonly title: string;
17
16
  readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
18
- readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
17
+ readonly title: string;
19
18
  readonly loading: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
20
19
  readonly wrapClassName: string;
21
20
  readonly class: string;
22
21
  readonly cancelText: string;
23
22
  readonly showCancel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
23
+ readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
24
24
  readonly confirmText: string;
25
25
  readonly "onUpdate:open"?: (() => any) | undefined;
26
26
  readonly onOk?: (() => any) | undefined;
@@ -46,7 +46,7 @@ declare const _default: import("vue").DefineComponent<{
46
46
  getBindValue: import("vue").ComputedRef<IResultType>;
47
47
  handleCancel: () => void;
48
48
  handleOk: () => void;
49
- handleResize: () => Promise<void>;
49
+ handleResize: (value: boolean) => Promise<void>;
50
50
  readonly Modal: {
51
51
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
52
52
  prefixCls: StringConstructor;
@@ -1583,13 +1583,13 @@ declare const _default: import("vue").DefineComponent<{
1583
1583
  };
1584
1584
  }, {
1585
1585
  props: import("@vue/shared").LooseRequired<{
1586
- readonly label?: string | undefined;
1587
1586
  readonly position?: string | undefined;
1588
1587
  readonly icon?: {
1589
1588
  readonly size?: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown> | undefined;
1590
1589
  readonly color?: string | undefined;
1591
1590
  readonly iconName?: string | undefined;
1592
1591
  } | undefined;
1592
+ readonly label?: string | undefined;
1593
1593
  } & {}>;
1594
1594
  bem: {
1595
1595
  b: (blockSuffix?: string) => string;
@@ -1959,14 +1959,14 @@ declare const _default: import("vue").DefineComponent<{
1959
1959
  onCancel?: (() => any) | undefined;
1960
1960
  }, {
1961
1961
  readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload") | ((new (...args: any[]) => "confirm" | "operate" | "upload") | (() => "confirm" | "operate" | "upload"))[], unknown, unknown>;
1962
- readonly title: string;
1963
1962
  readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
1964
- readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
1963
+ readonly title: string;
1965
1964
  readonly loading: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
1966
1965
  readonly wrapClassName: string;
1967
1966
  readonly class: string;
1968
1967
  readonly cancelText: string;
1969
1968
  readonly showCancel: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
1969
+ readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
1970
1970
  readonly confirmText: string;
1971
1971
  }, {}>;
1972
1972
  export default _default;
@@ -40,9 +40,9 @@ export declare const LlOperateIcon: import("ll-plus/es/utils").SFCWithInstall<im
40
40
  showIconList: import("vue").Ref<{
41
41
  readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
42
42
  readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
43
- readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
44
- readonly onClick?: Function | undefined;
45
43
  readonly data?: any;
44
+ readonly onClick?: Function | undefined;
45
+ readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
46
46
  readonly class?: string | undefined;
47
47
  readonly iconName?: string | undefined;
48
48
  readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
@@ -52,9 +52,9 @@ export declare const LlOperateIcon: import("ll-plus/es/utils").SFCWithInstall<im
52
52
  modalIconList: import("vue").Ref<{
53
53
  readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
54
54
  readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
55
- readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
56
- readonly onClick?: Function | undefined;
57
55
  readonly data?: any;
56
+ readonly onClick?: Function | undefined;
57
+ readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
58
58
  readonly class?: string | undefined;
59
59
  readonly iconName?: string | undefined;
60
60
  readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
@@ -139,9 +139,9 @@ export declare const LlOperateIcon: import("ll-plus/es/utils").SFCWithInstall<im
139
139
  props: import("@vue/shared").LooseRequired<{
140
140
  readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
141
141
  readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
142
- readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
143
- readonly onClick?: Function | undefined;
144
142
  readonly data?: any;
143
+ readonly onClick?: Function | undefined;
144
+ readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
145
145
  readonly class?: string | undefined;
146
146
  readonly iconName?: string | undefined;
147
147
  readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
@@ -40,9 +40,9 @@ declare const _default: import("vue").DefineComponent<{
40
40
  showIconList: import("vue").Ref<{
41
41
  readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
42
42
  readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
43
- readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
44
- readonly onClick?: Function | undefined;
45
43
  readonly data?: any;
44
+ readonly onClick?: Function | undefined;
45
+ readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
46
46
  readonly class?: string | undefined;
47
47
  readonly iconName?: string | undefined;
48
48
  readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
@@ -52,9 +52,9 @@ declare const _default: import("vue").DefineComponent<{
52
52
  modalIconList: import("vue").Ref<{
53
53
  readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
54
54
  readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
55
- readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
56
- readonly onClick?: Function | undefined;
57
55
  readonly data?: any;
56
+ readonly onClick?: Function | undefined;
57
+ readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
58
58
  readonly class?: string | undefined;
59
59
  readonly iconName?: string | undefined;
60
60
  readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
@@ -139,9 +139,9 @@ declare const _default: import("vue").DefineComponent<{
139
139
  props: import("@vue/shared").LooseRequired<{
140
140
  readonly isShowTooltip: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
141
141
  readonly isShowContainer: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
142
- readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
143
- readonly onClick?: Function | undefined;
144
142
  readonly data?: any;
143
+ readonly onClick?: Function | undefined;
144
+ readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
145
145
  readonly class?: string | undefined;
146
146
  readonly iconName?: string | undefined;
147
147
  readonly iconType?: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "default" | "primary", unknown> | undefined;
@@ -33,8 +33,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
33
33
  default: import("ant-design-vue/es/button").ButtonSize;
34
34
  };
35
35
  mode: {
36
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
37
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
36
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
37
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
38
38
  };
39
39
  bordered: {
40
40
  type: BooleanConstructor;
@@ -199,8 +199,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
199
199
  default: import("ant-design-vue/es/button").ButtonSize;
200
200
  };
201
201
  mode: {
202
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
203
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
202
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
203
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
204
204
  };
205
205
  bordered: {
206
206
  type: BooleanConstructor;
@@ -351,7 +351,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
351
351
  }>>, {
352
352
  size: import("ant-design-vue/es/button").ButtonSize;
353
353
  value: import("ant-design-vue/es/select").SelectValue;
354
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
354
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
355
355
  open: boolean;
356
356
  disabled: boolean;
357
357
  autofocus: boolean;
@@ -409,8 +409,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
409
409
  default: import("ant-design-vue/es/button").ButtonSize;
410
410
  };
411
411
  mode: {
412
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
413
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
412
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
413
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
414
414
  };
415
415
  bordered: {
416
416
  type: BooleanConstructor;
@@ -561,7 +561,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
561
561
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
562
562
  size: import("ant-design-vue/es/button").ButtonSize;
563
563
  value: import("ant-design-vue/es/select").SelectValue;
564
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
564
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
565
565
  open: boolean;
566
566
  disabled: boolean;
567
567
  autofocus: boolean;
@@ -603,8 +603,8 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
603
603
  default: import("ant-design-vue/es/button").ButtonSize;
604
604
  };
605
605
  mode: {
606
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
607
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
606
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
607
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
608
608
  };
609
609
  bordered: {
610
610
  type: BooleanConstructor;
@@ -755,7 +755,7 @@ export declare const LlSelect: import("ll-plus/es/utils").SFCWithInstall<import(
755
755
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
756
756
  size: import("ant-design-vue/es/button").ButtonSize;
757
757
  value: import("ant-design-vue/es/select").SelectValue;
758
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
758
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
759
759
  open: boolean;
760
760
  disabled: boolean;
761
761
  autofocus: boolean;
@@ -30,8 +30,8 @@ declare const _default: import("vue").DefineComponent<{}, {
30
30
  default: import("ant-design-vue/es/button").ButtonSize;
31
31
  };
32
32
  mode: {
33
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
34
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
33
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
34
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
35
35
  };
36
36
  bordered: {
37
37
  type: BooleanConstructor;
@@ -196,8 +196,8 @@ declare const _default: import("vue").DefineComponent<{}, {
196
196
  default: import("ant-design-vue/es/button").ButtonSize;
197
197
  };
198
198
  mode: {
199
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
200
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
199
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
200
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
201
201
  };
202
202
  bordered: {
203
203
  type: BooleanConstructor;
@@ -348,7 +348,7 @@ declare const _default: import("vue").DefineComponent<{}, {
348
348
  }>>, {
349
349
  size: import("ant-design-vue/es/button").ButtonSize;
350
350
  value: import("ant-design-vue/es/select").SelectValue;
351
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
351
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
352
352
  open: boolean;
353
353
  disabled: boolean;
354
354
  autofocus: boolean;
@@ -406,8 +406,8 @@ declare const _default: import("vue").DefineComponent<{}, {
406
406
  default: import("ant-design-vue/es/button").ButtonSize;
407
407
  };
408
408
  mode: {
409
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
410
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
409
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
410
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
411
411
  };
412
412
  bordered: {
413
413
  type: BooleanConstructor;
@@ -558,7 +558,7 @@ declare const _default: import("vue").DefineComponent<{}, {
558
558
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
559
559
  size: import("ant-design-vue/es/button").ButtonSize;
560
560
  value: import("ant-design-vue/es/select").SelectValue;
561
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
561
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
562
562
  open: boolean;
563
563
  disabled: boolean;
564
564
  autofocus: boolean;
@@ -600,8 +600,8 @@ declare const _default: import("vue").DefineComponent<{}, {
600
600
  default: import("ant-design-vue/es/button").ButtonSize;
601
601
  };
602
602
  mode: {
603
- type: import("vue").PropType<"tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
604
- default: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
603
+ type: import("vue").PropType<"multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE">;
604
+ default: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
605
605
  };
606
606
  bordered: {
607
607
  type: BooleanConstructor;
@@ -752,7 +752,7 @@ declare const _default: import("vue").DefineComponent<{}, {
752
752
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
753
753
  size: import("ant-design-vue/es/button").ButtonSize;
754
754
  value: import("ant-design-vue/es/select").SelectValue;
755
- mode: "tags" | "multiple" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
755
+ mode: "multiple" | "tags" | "SECRET_COMBOBOX_MODE_DO_NOT_USE";
756
756
  open: boolean;
757
757
  disabled: boolean;
758
758
  autofocus: boolean;
@@ -7,8 +7,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
7
7
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
8
8
  } & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
9
9
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
10
- readonly columns: import("ant-design-vue").TableColumnProps[];
11
10
  readonly dataSource: any[];
11
+ readonly columns: import("ant-design-vue").TableColumnProps[];
12
12
  readonly settingKey: string;
13
13
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14
14
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -25,8 +25,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
25
25
  readonly resizeColumn?: Function | undefined;
26
26
  readonly dragChange?: Function | undefined;
27
27
  }) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
28
- readonly columns: import("ant-design-vue").TableColumnProps[];
29
28
  readonly dataSource: any[];
29
+ readonly columns: import("ant-design-vue").TableColumnProps[];
30
30
  readonly settingKey: string;
31
31
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
32
32
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -245,8 +245,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
245
245
  };
246
246
  }, {
247
247
  props: import("@vue/shared").LooseRequired<{
248
- readonly columns: import("ant-design-vue").TableColumnProps[];
249
248
  readonly dataSource: any[];
249
+ readonly columns: import("ant-design-vue").TableColumnProps[];
250
250
  readonly settingKey: string;
251
251
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
252
252
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -443,8 +443,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
443
443
  }>> & {
444
444
  onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
445
445
  }, {
446
- readonly columns: import("ant-design-vue").TableColumnProps[];
447
446
  readonly dataSource: any[];
447
+ readonly columns: import("ant-design-vue").TableColumnProps[];
448
448
  readonly settingKey: string;
449
449
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
450
450
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -530,8 +530,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
530
530
  readonly menuSwitchOptions: import("./src/config").IMenuSwitchOptions;
531
531
  } & {}) | (() => import("./src/config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
532
532
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
533
- readonly columns: import("ant-design-vue").TableColumnProps[];
534
533
  readonly dataSource: any[];
534
+ readonly columns: import("ant-design-vue").TableColumnProps[];
535
535
  readonly settingKey: string;
536
536
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
537
537
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -548,8 +548,8 @@ export declare const LlTable: import("ll-plus/es/utils").SFCWithInstall<import("
548
548
  readonly resizeColumn?: Function | undefined;
549
549
  readonly dragChange?: Function | undefined;
550
550
  }) | (() => import("./src/config").MainTableProps) | ((new (...args: any[]) => {
551
- readonly columns: import("ant-design-vue").TableColumnProps[];
552
551
  readonly dataSource: any[];
552
+ readonly columns: import("ant-design-vue").TableColumnProps[];
553
553
  readonly settingKey: string;
554
554
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
555
555
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -67,8 +67,8 @@ declare const _default: import("vue").DefineComponent<{
67
67
  };
68
68
  }, {
69
69
  props: import("@vue/shared").LooseRequired<{
70
- readonly columns: import("ant-design-vue").TableColumnProps[];
71
70
  readonly dataSource: any[];
71
+ readonly columns: import("ant-design-vue").TableColumnProps[];
72
72
  readonly settingKey: string;
73
73
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
74
74
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -265,8 +265,8 @@ declare const _default: import("vue").DefineComponent<{
265
265
  }>> & {
266
266
  onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
267
267
  }, {
268
- readonly columns: import("ant-design-vue").TableColumnProps[];
269
268
  readonly dataSource: any[];
269
+ readonly columns: import("ant-design-vue").TableColumnProps[];
270
270
  readonly settingKey: string;
271
271
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
272
272
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -9,8 +9,8 @@ export declare const tableProps: {
9
9
  readonly menuSwitchOptions: import("./header-search").IMenuSwitchOptions;
10
10
  } & {}) | (() => TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
11
11
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
12
- readonly columns: import("ant-design-vue").TableColumnProps[];
13
12
  readonly dataSource: any[];
13
+ readonly columns: import("ant-design-vue").TableColumnProps[];
14
14
  readonly settingKey: string;
15
15
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
16
16
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -27,8 +27,8 @@ export declare const tableProps: {
27
27
  readonly resizeColumn?: Function | undefined;
28
28
  readonly dragChange?: Function | undefined;
29
29
  }) | (() => MainTableProps) | ((new (...args: any[]) => {
30
- readonly columns: import("ant-design-vue").TableColumnProps[];
31
30
  readonly dataSource: any[];
31
+ readonly columns: import("ant-design-vue").TableColumnProps[];
32
32
  readonly settingKey: string;
33
33
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
34
34
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -7,8 +7,8 @@ declare const _default: import("vue").DefineComponent<{
7
7
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
8
8
  } & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
9
9
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
10
- readonly columns: import("ant-design-vue").TableColumnProps[];
11
10
  readonly dataSource: any[];
11
+ readonly columns: import("ant-design-vue").TableColumnProps[];
12
12
  readonly settingKey: string;
13
13
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14
14
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -25,8 +25,8 @@ declare const _default: import("vue").DefineComponent<{
25
25
  readonly resizeColumn?: Function | undefined;
26
26
  readonly dragChange?: Function | undefined;
27
27
  }) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
28
- readonly columns: import("ant-design-vue").TableColumnProps[];
29
28
  readonly dataSource: any[];
29
+ readonly columns: import("ant-design-vue").TableColumnProps[];
30
30
  readonly settingKey: string;
31
31
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
32
32
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -245,8 +245,8 @@ declare const _default: import("vue").DefineComponent<{
245
245
  };
246
246
  }, {
247
247
  props: import("@vue/shared").LooseRequired<{
248
- readonly columns: import("ant-design-vue").TableColumnProps[];
249
248
  readonly dataSource: any[];
249
+ readonly columns: import("ant-design-vue").TableColumnProps[];
250
250
  readonly settingKey: string;
251
251
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
252
252
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -443,8 +443,8 @@ declare const _default: import("vue").DefineComponent<{
443
443
  }>> & {
444
444
  onHandleChangeDataSource?: ((dataSource: any[]) => any) | undefined;
445
445
  }, {
446
- readonly columns: import("ant-design-vue").TableColumnProps[];
447
446
  readonly dataSource: any[];
447
+ readonly columns: import("ant-design-vue").TableColumnProps[];
448
448
  readonly settingKey: string;
449
449
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
450
450
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -530,8 +530,8 @@ declare const _default: import("vue").DefineComponent<{
530
530
  readonly menuSwitchOptions: import("./config").IMenuSwitchOptions;
531
531
  } & {}) | (() => import("./config").TableHeaderSearchProps))[], unknown, unknown, () => import("ll-plus/es/utils").Mutable<{}>, boolean>;
532
532
  readonly tableProps: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => {
533
- readonly columns: import("ant-design-vue").TableColumnProps[];
534
533
  readonly dataSource: any[];
534
+ readonly columns: import("ant-design-vue").TableColumnProps[];
535
535
  readonly settingKey: string;
536
536
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
537
537
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -548,8 +548,8 @@ declare const _default: import("vue").DefineComponent<{
548
548
  readonly resizeColumn?: Function | undefined;
549
549
  readonly dragChange?: Function | undefined;
550
550
  }) | (() => import("./config").MainTableProps) | ((new (...args: any[]) => {
551
- readonly columns: import("ant-design-vue").TableColumnProps[];
552
551
  readonly dataSource: any[];
552
+ readonly columns: import("ant-design-vue").TableColumnProps[];
553
553
  readonly settingKey: string;
554
554
  readonly showIndexColumn: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
555
555
  readonly showOperate: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -45,8 +45,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
45
45
  };
46
46
  name: StringConstructor;
47
47
  type: {
48
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
49
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
48
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
49
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
50
50
  };
51
51
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
52
52
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -144,8 +144,8 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
144
144
  };
145
145
  name: StringConstructor;
146
146
  type: {
147
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
148
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
147
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
148
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
149
149
  };
150
150
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
151
151
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -213,7 +213,7 @@ export declare const LlTextarea: import("ll-plus/es/utils").SFCWithInstall<impor
213
213
  };
214
214
  }>>, {
215
215
  value: string | number;
216
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
216
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
217
217
  focused: boolean;
218
218
  hidden: boolean;
219
219
  disabled: boolean;
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<{}, {
44
44
  };
45
45
  name: StringConstructor;
46
46
  type: {
47
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
48
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
47
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
48
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
49
49
  };
50
50
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
51
51
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -143,8 +143,8 @@ declare const _default: import("vue").DefineComponent<{}, {
143
143
  };
144
144
  name: StringConstructor;
145
145
  type: {
146
- type: import("vue").PropType<"number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
147
- default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
146
+ type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
147
+ default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
148
148
  };
149
149
  onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
150
150
  onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
@@ -212,7 +212,7 @@ declare const _default: import("vue").DefineComponent<{}, {
212
212
  };
213
213
  }>>, {
214
214
  value: string | number;
215
- type: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
215
+ type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
216
216
  focused: boolean;
217
217
  hidden: boolean;
218
218
  disabled: boolean;
@@ -1,12 +1,12 @@
1
1
  import Tooltip from './src/tooltip.vue';
2
2
  export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
3
3
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
4
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
4
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
5
5
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
6
6
  }, {
7
7
  props: import("@vue/shared").LooseRequired<{
8
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
9
8
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
9
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
10
10
  readonly tip: string;
11
11
  } & {}>;
12
12
  attrs: {
@@ -25,11 +25,11 @@ export declare const LlTooltip: import("ll-plus/es/utils").SFCWithInstall<import
25
25
  };
26
26
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
27
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
28
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
28
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
29
29
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
30
30
  }>>, {
31
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
32
31
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
32
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
33
33
  readonly tip: string;
34
34
  }, {}>>;
35
35
  export default LlTooltip;
@@ -3,7 +3,7 @@ import type Tooltip from './tooltip.vue';
3
3
  export declare const placement: readonly ["top", "left", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight", "leftTop", "leftBottom", "rightTop", "rightBottom"];
4
4
  export declare const tooltipProps: {
5
5
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
6
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
6
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
7
7
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
8
8
  };
9
9
  export type TooltipProps = ExtractPropTypes<typeof tooltipProps>;
@@ -1,11 +1,11 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
3
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
3
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
4
4
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
5
5
  }, {
6
6
  props: import("@vue/shared").LooseRequired<{
7
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
8
7
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
8
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
9
9
  readonly tip: string;
10
10
  } & {}>;
11
11
  attrs: {
@@ -24,11 +24,11 @@ declare const _default: import("vue").DefineComponent<{
24
24
  };
25
25
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
26
  readonly tip: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
27
- readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
27
+ readonly placement: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown, "top", boolean>;
28
28
  readonly maxWidth: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
29
29
  }>>, {
30
- readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
31
30
  readonly maxWidth: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
31
+ readonly placement: import("ll-plus/es/utils").EpPropMergeType<StringConstructor, "bottom" | "left" | "right" | "top" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom", unknown>;
32
32
  readonly tip: string;
33
33
  }, {}>;
34
34
  export default _default;