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
@@ -1,7 +1,7 @@
1
1
  import ApiComponent from './src/api-component.vue';
2
2
  export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
3
3
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
4
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
4
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
5
5
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
6
6
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
7
7
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -14,8 +14,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
14
14
  }, boolean>;
15
15
  }, {
16
16
  props: import("@vue/shared").LooseRequired<{
17
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
18
17
  readonly url: string;
18
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
19
19
  readonly requestParams: import("./src/config").IParam[];
20
20
  readonly headerParams: import("./src/config").IParam[];
21
21
  readonly bodyParams: Record<string, any>;
@@ -36,7 +36,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
36
36
  bodyKey: import("vue").Ref<string>;
37
37
  httpModel: {
38
38
  url: string;
39
- method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
39
+ method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
40
40
  bodyParams: Record<string, any>;
41
41
  requestParams: {
42
42
  [x: string]: any;
@@ -106,7 +106,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
106
106
  })[];
107
107
  ApiUrl: import("vue").DefineComponent<{
108
108
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
109
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
109
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
110
110
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
111
111
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
112
112
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -119,8 +119,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
119
119
  }, boolean>;
120
120
  }, {
121
121
  props: import("@vue/shared").LooseRequired<{
122
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
123
122
  readonly url: string;
123
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
124
124
  readonly requestParams: import("./src/config").IParam[];
125
125
  readonly headerParams: import("./src/config").IParam[];
126
126
  readonly bodyParams: Record<string, any>;
@@ -128,7 +128,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
128
128
  readonly "onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
129
129
  } & {}>;
130
130
  emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./src/config").IMethod) => void);
131
- method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>>;
131
+ method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>>;
132
132
  url: import("vue").Ref<string>;
133
133
  readonly methods: {
134
134
  label: string;
@@ -139,7 +139,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
139
139
  "update:method": (method: import("./src/config").IMethod) => boolean;
140
140
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
141
141
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
142
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
142
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
143
143
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
144
144
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
145
145
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -154,8 +154,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
154
154
  "onUpdate:url"?: ((url: string) => any) | undefined;
155
155
  "onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
156
156
  }, {
157
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
158
157
  readonly url: string;
158
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
159
159
  readonly requestParams: import("./src/config").IParam[];
160
160
  readonly headerParams: import("./src/config").IParam[];
161
161
  readonly bodyParams: Record<string, any>;
@@ -257,9 +257,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
257
257
  is: (name?: string) => string;
258
258
  };
259
259
  props: import("@vue/shared").LooseRequired<{
260
- readonly options: import("./src/config").IParamsOption[];
261
- readonly columns: import("./src/config").IParamsColumn[];
262
260
  readonly dataSource: import("./src/config").IParamsData[];
261
+ readonly columns: import("./src/config").IParamsColumn[];
262
+ readonly options: import("./src/config").IParamsOption[];
263
263
  } & {}>;
264
264
  addData: import("vue").Ref<string>;
265
265
  handleAdd: (dataSource: any) => void;
@@ -270,10 +270,10 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
270
270
  readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
271
271
  }, {
272
272
  props: import("@vue/shared").LooseRequired<{
273
- readonly options: import("./src/config").IParamsOption[];
274
- readonly columns: import("./src/config").IParamsColumn[];
275
- readonly dataSource: import("./src/config").IParamsData[];
276
273
  readonly data: import("./src/config").IParamsData;
274
+ readonly dataSource: import("./src/config").IParamsData[];
275
+ readonly columns: import("./src/config").IParamsColumn[];
276
+ readonly options: import("./src/config").IParamsOption[];
277
277
  } & {}>;
278
278
  bem: {
279
279
  b: (blockSuffix?: string) => string;
@@ -289,7 +289,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
289
289
  handleDelete: (list: any, data: any) => void;
290
290
  ClickInput: import("vue").DefineComponent<{
291
291
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
292
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
292
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
293
293
  }, {
294
294
  bem: {
295
295
  b: (blockSuffix?: string) => string;
@@ -302,7 +302,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
302
302
  is: (name?: string) => string;
303
303
  };
304
304
  props: import("@vue/shared").LooseRequired<{
305
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
305
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
306
306
  readonly value: string;
307
307
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
308
308
  } & {}>;
@@ -317,16 +317,16 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
317
317
  }, "value">>;
318
318
  handleClick: () => void;
319
319
  ApiModal: import("vue").DefineComponent<{
320
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
320
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
321
321
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
322
322
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
323
323
  }, {
324
324
  props: import("@vue/shared").LooseRequired<{
325
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
325
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
326
326
  readonly value: string;
327
327
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
328
- readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
329
328
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
329
+ readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
330
330
  readonly onOk?: ((value: string) => any) | undefined;
331
331
  } & {}>;
332
332
  emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
@@ -374,15 +374,15 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
374
374
  'update:value': (value: string) => boolean;
375
375
  ok: (value: string) => boolean;
376
376
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
377
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
377
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
378
378
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
379
379
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
380
380
  }>> & {
381
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
382
381
  "onUpdate:value"?: ((value: string) => any) | undefined;
382
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
383
383
  onOk?: ((value: string) => any) | undefined;
384
384
  }, {
385
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
385
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
386
386
  readonly value: string;
387
387
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
388
388
  }, {}>;
@@ -390,11 +390,11 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
390
390
  'update:value': (value: string) => boolean;
391
391
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
392
392
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
393
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
393
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown, "textarea", boolean>;
394
394
  }>> & {
395
395
  "onUpdate:value"?: ((value: string) => any) | undefined;
396
396
  }, {
397
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
397
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./src/config").IModalType))[], unknown, unknown>;
398
398
  readonly value: string;
399
399
  }, {}>;
400
400
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -403,25 +403,25 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
403
403
  readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData) | ((new (...args: any[]) => import("./src/config").IParamsData) | (() => import("./src/config").IParamsData))[], unknown, unknown, () => {}, boolean>;
404
404
  readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
405
405
  }>>, {
406
- readonly options: import("./src/config").IParamsOption[];
407
- readonly columns: import("./src/config").IParamsColumn[];
408
- readonly dataSource: import("./src/config").IParamsData[];
409
406
  readonly data: import("./src/config").IParamsData;
407
+ readonly dataSource: import("./src/config").IParamsData[];
408
+ readonly columns: import("./src/config").IParamsColumn[];
409
+ readonly options: import("./src/config").IParamsOption[];
410
410
  }, {}>;
411
411
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
412
412
  readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsData[]) | (() => import("./src/config").IParamsData[]) | ((new (...args: any[]) => import("./src/config").IParamsData[]) | (() => import("./src/config").IParamsData[]))[], unknown, unknown, () => never[], boolean>;
413
413
  readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]) | ((new (...args: any[]) => import("./src/config").IParamsColumn[]) | (() => import("./src/config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
414
414
  readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]) | ((new (...args: any[]) => import("./src/config").IParamsOption[]) | (() => import("./src/config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
415
415
  }>>, {
416
- readonly options: import("./src/config").IParamsOption[];
417
- readonly columns: import("./src/config").IParamsColumn[];
418
416
  readonly dataSource: import("./src/config").IParamsData[];
417
+ readonly columns: import("./src/config").IParamsColumn[];
418
+ readonly options: import("./src/config").IParamsOption[];
419
419
  }, {}>;
420
420
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
421
421
  change: (value: Record<string, any>) => boolean;
422
422
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
423
423
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
424
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
424
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
425
425
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
426
426
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
427
427
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -435,8 +435,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
435
435
  }>> & {
436
436
  onChange?: ((value: Record<string, any>) => any) | undefined;
437
437
  }, {
438
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
439
438
  readonly url: string;
439
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
440
440
  readonly requestParams: import("./src/config").IParam[];
441
441
  readonly headerParams: import("./src/config").IParam[];
442
442
  readonly bodyParams: Record<string, any>;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
3
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
4
4
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
5
5
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
6
6
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
13
13
  }, boolean>;
14
14
  }, {
15
15
  props: import("@vue/shared").LooseRequired<{
16
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
17
16
  readonly url: string;
17
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
18
18
  readonly requestParams: import("./config").IParam[];
19
19
  readonly headerParams: import("./config").IParam[];
20
20
  readonly bodyParams: Record<string, any>;
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
35
35
  bodyKey: import("vue").Ref<string>;
36
36
  httpModel: {
37
37
  url: string;
38
- method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
38
+ method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
39
39
  bodyParams: Record<string, any>;
40
40
  requestParams: {
41
41
  [x: string]: any;
@@ -105,7 +105,7 @@ declare const _default: import("vue").DefineComponent<{
105
105
  })[];
106
106
  ApiUrl: import("vue").DefineComponent<{
107
107
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
108
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
108
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
109
109
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
110
110
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
111
111
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -118,8 +118,8 @@ declare const _default: import("vue").DefineComponent<{
118
118
  }, boolean>;
119
119
  }, {
120
120
  props: import("@vue/shared").LooseRequired<{
121
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
122
121
  readonly url: string;
122
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
123
123
  readonly requestParams: import("./config").IParam[];
124
124
  readonly headerParams: import("./config").IParam[];
125
125
  readonly bodyParams: Record<string, any>;
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
127
127
  readonly "onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
128
128
  } & {}>;
129
129
  emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./config").IMethod) => void);
130
- method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>>;
130
+ method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>>;
131
131
  url: import("vue").Ref<string>;
132
132
  readonly methods: {
133
133
  label: string;
@@ -138,7 +138,7 @@ declare const _default: import("vue").DefineComponent<{
138
138
  "update:method": (method: import("./config").IMethod) => boolean;
139
139
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
140
140
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
141
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
141
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
142
142
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
143
143
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
144
144
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -153,8 +153,8 @@ declare const _default: import("vue").DefineComponent<{
153
153
  "onUpdate:url"?: ((url: string) => any) | undefined;
154
154
  "onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
155
155
  }, {
156
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
157
156
  readonly url: string;
157
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
158
158
  readonly requestParams: import("./config").IParam[];
159
159
  readonly headerParams: import("./config").IParam[];
160
160
  readonly bodyParams: Record<string, any>;
@@ -256,9 +256,9 @@ declare const _default: import("vue").DefineComponent<{
256
256
  is: (name?: string) => string;
257
257
  };
258
258
  props: import("@vue/shared").LooseRequired<{
259
- readonly options: import("./config").IParamsOption[];
260
- readonly columns: import("./config").IParamsColumn[];
261
259
  readonly dataSource: import("./config").IParamsData[];
260
+ readonly columns: import("./config").IParamsColumn[];
261
+ readonly options: import("./config").IParamsOption[];
262
262
  } & {}>;
263
263
  addData: import("vue").Ref<string>;
264
264
  handleAdd: (dataSource: any) => void;
@@ -269,10 +269,10 @@ declare const _default: import("vue").DefineComponent<{
269
269
  readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]) | ((new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
270
270
  }, {
271
271
  props: import("@vue/shared").LooseRequired<{
272
- readonly options: import("./config").IParamsOption[];
273
- readonly columns: import("./config").IParamsColumn[];
274
- readonly dataSource: import("./config").IParamsData[];
275
272
  readonly data: import("./config").IParamsData;
273
+ readonly dataSource: import("./config").IParamsData[];
274
+ readonly columns: import("./config").IParamsColumn[];
275
+ readonly options: import("./config").IParamsOption[];
276
276
  } & {}>;
277
277
  bem: {
278
278
  b: (blockSuffix?: string) => string;
@@ -288,7 +288,7 @@ declare const _default: import("vue").DefineComponent<{
288
288
  handleDelete: (list: any, data: any) => void;
289
289
  ClickInput: import("vue").DefineComponent<{
290
290
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
291
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
291
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
292
292
  }, {
293
293
  bem: {
294
294
  b: (blockSuffix?: string) => string;
@@ -301,7 +301,7 @@ declare const _default: import("vue").DefineComponent<{
301
301
  is: (name?: string) => string;
302
302
  };
303
303
  props: import("@vue/shared").LooseRequired<{
304
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
304
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
305
305
  readonly value: string;
306
306
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
307
307
  } & {}>;
@@ -316,16 +316,16 @@ declare const _default: import("vue").DefineComponent<{
316
316
  }, "value">>;
317
317
  handleClick: () => void;
318
318
  ApiModal: import("vue").DefineComponent<{
319
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
319
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
320
320
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
321
321
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
322
322
  }, {
323
323
  props: import("@vue/shared").LooseRequired<{
324
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
324
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
325
325
  readonly value: string;
326
326
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
327
- readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
328
327
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
328
+ readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
329
329
  readonly onOk?: ((value: string) => any) | undefined;
330
330
  } & {}>;
331
331
  emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
@@ -373,15 +373,15 @@ declare const _default: import("vue").DefineComponent<{
373
373
  'update:value': (value: string) => boolean;
374
374
  ok: (value: string) => boolean;
375
375
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
376
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
376
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
377
377
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
378
378
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
379
379
  }>> & {
380
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
381
380
  "onUpdate:value"?: ((value: string) => any) | undefined;
381
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
382
382
  onOk?: ((value: string) => any) | undefined;
383
383
  }, {
384
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
384
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
385
385
  readonly value: string;
386
386
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
387
387
  }, {}>;
@@ -389,11 +389,11 @@ declare const _default: import("vue").DefineComponent<{
389
389
  'update:value': (value: string) => boolean;
390
390
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
391
391
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
392
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
392
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType))[], unknown, unknown, "textarea", boolean>;
393
393
  }>> & {
394
394
  "onUpdate:value"?: ((value: string) => any) | undefined;
395
395
  }, {
396
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
396
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("./config").IModalType))[], unknown, unknown>;
397
397
  readonly value: string;
398
398
  }, {}>;
399
399
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -402,25 +402,25 @@ declare const _default: import("vue").DefineComponent<{
402
402
  readonly data: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsData) | (() => import("./config").IParamsData) | ((new (...args: any[]) => import("./config").IParamsData) | (() => import("./config").IParamsData))[], unknown, unknown, () => {}, boolean>;
403
403
  readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]) | ((new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
404
404
  }>>, {
405
- readonly options: import("./config").IParamsOption[];
406
- readonly columns: import("./config").IParamsColumn[];
407
- readonly dataSource: import("./config").IParamsData[];
408
405
  readonly data: import("./config").IParamsData;
406
+ readonly dataSource: import("./config").IParamsData[];
407
+ readonly columns: import("./config").IParamsColumn[];
408
+ readonly options: import("./config").IParamsOption[];
409
409
  }, {}>;
410
410
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
411
411
  readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsData[]) | (() => import("./config").IParamsData[]) | ((new (...args: any[]) => import("./config").IParamsData[]) | (() => import("./config").IParamsData[]))[], unknown, unknown, () => never[], boolean>;
412
412
  readonly columns: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsColumn[]) | (() => import("./config").IParamsColumn[]) | ((new (...args: any[]) => import("./config").IParamsColumn[]) | (() => import("./config").IParamsColumn[]))[], unknown, unknown, () => never[], boolean>;
413
413
  readonly options: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]) | ((new (...args: any[]) => import("./config").IParamsOption[]) | (() => import("./config").IParamsOption[]))[], unknown, unknown, () => never[], boolean>;
414
414
  }>>, {
415
- readonly options: import("./config").IParamsOption[];
416
- readonly columns: import("./config").IParamsColumn[];
417
415
  readonly dataSource: import("./config").IParamsData[];
416
+ readonly columns: import("./config").IParamsColumn[];
417
+ readonly options: import("./config").IParamsOption[];
418
418
  }, {}>;
419
419
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
420
420
  change: (value: Record<string, any>) => boolean;
421
421
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
422
422
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
423
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
423
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
424
424
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
425
425
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
426
426
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -434,8 +434,8 @@ declare const _default: import("vue").DefineComponent<{
434
434
  }>> & {
435
435
  onChange?: ((value: Record<string, any>) => any) | undefined;
436
436
  }, {
437
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
438
437
  readonly url: string;
438
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
439
439
  readonly requestParams: import("./config").IParam[];
440
440
  readonly headerParams: import("./config").IParam[];
441
441
  readonly bodyParams: Record<string, any>;
@@ -1,14 +1,14 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
2
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
3
3
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
4
4
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
5
5
  }, {
6
6
  props: import("@vue/shared").LooseRequired<{
7
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
7
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
8
8
  readonly value: string;
9
9
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10
- readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
11
10
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
11
+ readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
12
12
  readonly onOk?: ((value: string) => any) | undefined;
13
13
  } & {}>;
14
14
  emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
@@ -56,15 +56,15 @@ declare const _default: import("vue").DefineComponent<{
56
56
  'update:value': (value: string) => boolean;
57
57
  ok: (value: string) => boolean;
58
58
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
- readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
59
+ readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown, "textarea", boolean>;
60
60
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
61
61
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
62
62
  }>> & {
63
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
64
63
  "onUpdate:value"?: ((value: string) => any) | undefined;
64
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
65
65
  onOk?: ((value: string) => any) | undefined;
66
66
  }, {
67
- readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "code" | "textarea" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
67
+ readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType) | ((new (...args: any[]) => "textarea" | "code" | "batch") | (() => import("../config").IModalType))[], unknown, unknown>;
68
68
  readonly value: string;
69
69
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
70
70
  }, {}>;
@@ -1,6 +1,6 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
3
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown, "GET", boolean>;
3
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown, "GET", boolean>;
4
4
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]) | ((new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]))[], unknown, unknown, () => import("../config").IParam[], boolean>;
5
5
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]) | ((new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]))[], unknown, unknown, () => import("../config").IParam[], boolean>;
6
6
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -13,8 +13,8 @@ declare const _default: import("vue").DefineComponent<{
13
13
  }, boolean>;
14
14
  }, {
15
15
  props: import("@vue/shared").LooseRequired<{
16
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
17
16
  readonly url: string;
17
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
18
18
  readonly requestParams: import("../config").IParam[];
19
19
  readonly headerParams: import("../config").IParam[];
20
20
  readonly bodyParams: Record<string, any>;
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
22
22
  readonly "onUpdate:method"?: ((method: import("../config").IMethod) => any) | undefined;
23
23
  } & {}>;
24
24
  emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("../config").IMethod) => void);
25
- method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>>;
25
+ method: import("vue").Ref<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>>;
26
26
  url: import("vue").Ref<string>;
27
27
  readonly methods: {
28
28
  label: string;
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
33
33
  "update:method": (method: import("../config").IMethod) => boolean;
34
34
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
35
35
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
36
- readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown, "GET", boolean>;
36
+ readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown, "GET", boolean>;
37
37
  readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]) | ((new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]))[], unknown, unknown, () => import("../config").IParam[], boolean>;
38
38
  readonly headerParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]) | ((new (...args: any[]) => import("../config").IParam[]) | (() => import("../config").IParam[]))[], unknown, unknown, () => import("../config").IParam[], boolean>;
39
39
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -48,8 +48,8 @@ declare const _default: import("vue").DefineComponent<{
48
48
  "onUpdate:url"?: ((url: string) => any) | undefined;
49
49
  "onUpdate:method"?: ((method: import("../config").IMethod) => any) | undefined;
50
50
  }, {
51
- readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
52
51
  readonly url: string;
52
+ readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod) | ((new (...args: any[]) => "GET" | "POST" | "PUT" | "DELETE") | (() => import("../config").IMethod))[], unknown, unknown>;
53
53
  readonly requestParams: import("../config").IParam[];
54
54
  readonly headerParams: import("../config").IParam[];
55
55
  readonly bodyParams: Record<string, any>;