ll-plus 2.2.11 → 2.2.12

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 (219) hide show
  1. package/es/components/advanced-filtering/index.d.ts +401 -401
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +201 -201
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +200 -200
  4. package/es/components/api-component/index.d.ts +28 -28
  5. package/es/components/api-component/src/api-component.vue.d.ts +28 -28
  6. package/es/components/api-component/src/components/api-modal.vue.d.ts +8 -8
  7. package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
  8. package/es/components/api-component/src/components/click-input.vue.d.ts +12 -12
  9. package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  10. package/es/components/api-component/src/components/params-table.vue.d.ts +18 -18
  11. package/es/components/api-component/src/config/api-component.d.ts +1 -1
  12. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  13. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  14. package/es/components/avatar/index.d.ts +4 -4
  15. package/es/components/avatar/src/avatar.d.ts +1 -1
  16. package/es/components/avatar/src/avatar.vue.d.ts +4 -4
  17. package/es/components/button/index.d.ts +1 -1
  18. package/es/components/button/src/button.vue.d.ts +1 -1
  19. package/es/components/cascader/index.d.ts +8 -8
  20. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  21. package/es/components/checkbox/index.d.ts +200 -200
  22. package/es/components/checkbox/src/checkbox-group.vue.d.ts +200 -200
  23. package/es/components/checkbox/src/checkbox.d.ts +80 -80
  24. package/es/components/code-editor/index.d.ts +4 -4
  25. package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
  26. package/es/components/drawer/index.d.ts +5 -5
  27. package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  28. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  29. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  30. package/es/components/easy-cron/index.d.ts +9 -9
  31. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +2 -2
  32. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +2 -2
  33. package/es/components/easy-cron/src/easy-cron.vue.d.ts +9 -9
  34. package/es/components/form/index.d.ts +200 -200
  35. package/es/components/form/src/config/form.d.ts +80 -80
  36. package/es/components/form/src/form.vue.d.ts +200 -200
  37. package/es/components/icon-base/index.d.ts +1 -1
  38. package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
  39. package/es/components/input/index.d.ts +31 -31
  40. package/es/components/input/src/input.vue.d.ts +31 -31
  41. package/es/components/key-value/index.d.ts +6 -3
  42. package/es/components/key-value/src/config/key-value.d.ts +1 -0
  43. package/es/components/key-value/src/config/key-value.mjs +1 -0
  44. package/es/components/key-value/src/config/key-value.mjs.map +1 -1
  45. package/es/components/key-value/src/key-value.vue.d.ts +6 -3
  46. package/es/components/key-value/src/key-value.vue2.mjs +1 -0
  47. package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
  48. package/es/components/modal/index.d.ts +5 -5
  49. package/es/components/modal/src/modal.vue.d.ts +5 -5
  50. package/es/components/number-range/index.d.ts +2 -2
  51. package/es/components/number-range/src/number-range.vue.d.ts +2 -2
  52. package/es/components/operate-icon/index.d.ts +3 -3
  53. package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  54. package/es/components/radio/index.d.ts +10 -10
  55. package/es/components/radio/src/radio-group.vue.d.ts +5 -5
  56. package/es/components/radio/src/radio.vue.d.ts +5 -5
  57. package/es/components/select/index.d.ts +5 -5
  58. package/es/components/select/src/select-option.vue.d.ts +1 -1
  59. package/es/components/select/src/select.vue.d.ts +4 -4
  60. package/es/components/select-group/index.d.ts +1 -1
  61. package/es/components/select-group/src/select-group.vue.d.ts +1 -1
  62. package/es/components/table/index.d.ts +6 -6
  63. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  64. package/es/components/table/src/config/table.d.ts +2 -2
  65. package/es/components/table/src/table.vue.d.ts +6 -6
  66. package/es/components/textarea/index.d.ts +5 -5
  67. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  68. package/es/components/tree-search/index.d.ts +9 -9
  69. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  70. package/es/components/tree-search/src/tree-search.vue.d.ts +9 -9
  71. package/es/components/upload-drag/index.d.ts +6 -6
  72. package/es/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  73. package/index.full.js +2 -0
  74. package/index.full.min.js +1 -1
  75. package/index.full.min.js.map +1 -1
  76. package/index.full.min.mjs +1 -1
  77. package/index.full.min.mjs.map +1 -1
  78. package/index.full.mjs +2 -0
  79. package/lib/components/advanced-filtering/index.d.ts +401 -401
  80. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +201 -201
  81. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +200 -200
  82. package/lib/components/api-component/index.d.ts +28 -28
  83. package/lib/components/api-component/src/api-component.vue.d.ts +28 -28
  84. package/lib/components/api-component/src/components/api-modal.vue.d.ts +8 -8
  85. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  86. package/lib/components/api-component/src/components/click-input.vue.d.ts +12 -12
  87. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  88. package/lib/components/api-component/src/components/params-table.vue.d.ts +18 -18
  89. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  90. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  91. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  92. package/lib/components/avatar/index.d.ts +4 -4
  93. package/lib/components/avatar/src/avatar.d.ts +1 -1
  94. package/lib/components/avatar/src/avatar.vue.d.ts +4 -4
  95. package/lib/components/button/index.d.ts +1 -1
  96. package/lib/components/button/src/button.vue.d.ts +1 -1
  97. package/lib/components/cascader/index.d.ts +8 -8
  98. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  99. package/lib/components/checkbox/index.d.ts +200 -200
  100. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +200 -200
  101. package/lib/components/checkbox/src/checkbox.d.ts +80 -80
  102. package/lib/components/code-editor/index.d.ts +4 -4
  103. package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
  104. package/lib/components/drawer/index.d.ts +5 -5
  105. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  106. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  107. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  108. package/lib/components/easy-cron/index.d.ts +9 -9
  109. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +2 -2
  110. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +2 -2
  111. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +9 -9
  112. package/lib/components/form/index.d.ts +200 -200
  113. package/lib/components/form/src/config/form.d.ts +80 -80
  114. package/lib/components/form/src/form.vue.d.ts +200 -200
  115. package/lib/components/icon-base/index.d.ts +1 -1
  116. package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
  117. package/lib/components/input/index.d.ts +31 -31
  118. package/lib/components/input/src/input.vue.d.ts +31 -31
  119. package/lib/components/key-value/index.d.ts +6 -3
  120. package/lib/components/key-value/src/config/key-value.d.ts +1 -0
  121. package/lib/components/key-value/src/config/key-value.js +1 -0
  122. package/lib/components/key-value/src/config/key-value.js.map +1 -1
  123. package/lib/components/key-value/src/key-value.vue.d.ts +6 -3
  124. package/lib/components/key-value/src/key-value.vue2.js +1 -0
  125. package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
  126. package/lib/components/modal/index.d.ts +5 -5
  127. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  128. package/lib/components/number-range/index.d.ts +2 -2
  129. package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
  130. package/lib/components/operate-icon/index.d.ts +3 -3
  131. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  132. package/lib/components/radio/index.d.ts +10 -10
  133. package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
  134. package/lib/components/radio/src/radio.vue.d.ts +5 -5
  135. package/lib/components/select/index.d.ts +5 -5
  136. package/lib/components/select/src/select-option.vue.d.ts +1 -1
  137. package/lib/components/select/src/select.vue.d.ts +4 -4
  138. package/lib/components/select-group/index.d.ts +1 -1
  139. package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
  140. package/lib/components/table/index.d.ts +6 -6
  141. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  142. package/lib/components/table/src/config/table.d.ts +2 -2
  143. package/lib/components/table/src/table.vue.d.ts +6 -6
  144. package/lib/components/textarea/index.d.ts +5 -5
  145. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  146. package/lib/components/tree-search/index.d.ts +9 -9
  147. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  148. package/lib/components/tree-search/src/tree-search.vue.d.ts +9 -9
  149. package/lib/components/upload-drag/index.d.ts +6 -6
  150. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  151. package/package.json +1 -1
  152. package/types/packages/components/advanced-filtering/index.d.ts +401 -401
  153. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +201 -201
  154. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +200 -200
  155. package/types/packages/components/api-component/index.d.ts +28 -28
  156. package/types/packages/components/api-component/src/api-component.vue.d.ts +28 -28
  157. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +8 -8
  158. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  159. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +12 -12
  160. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  161. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +18 -18
  162. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  163. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  164. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  165. package/types/packages/components/avatar/index.d.ts +4 -4
  166. package/types/packages/components/avatar/src/avatar.d.ts +1 -1
  167. package/types/packages/components/avatar/src/avatar.vue.d.ts +4 -4
  168. package/types/packages/components/button/index.d.ts +1 -1
  169. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  170. package/types/packages/components/cascader/index.d.ts +8 -8
  171. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  172. package/types/packages/components/checkbox/index.d.ts +200 -200
  173. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +200 -200
  174. package/types/packages/components/checkbox/src/checkbox.d.ts +80 -80
  175. package/types/packages/components/code-editor/index.d.ts +4 -4
  176. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
  177. package/types/packages/components/drawer/index.d.ts +5 -5
  178. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  179. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  180. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  181. package/types/packages/components/easy-cron/index.d.ts +9 -9
  182. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +2 -2
  183. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +2 -2
  184. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +9 -9
  185. package/types/packages/components/form/index.d.ts +200 -200
  186. package/types/packages/components/form/src/config/form.d.ts +80 -80
  187. package/types/packages/components/form/src/form.vue.d.ts +200 -200
  188. package/types/packages/components/icon-base/index.d.ts +1 -1
  189. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
  190. package/types/packages/components/input/index.d.ts +31 -31
  191. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  192. package/types/packages/components/key-value/index.d.ts +6 -3
  193. package/types/packages/components/key-value/src/config/key-value.d.ts +1 -0
  194. package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -3
  195. package/types/packages/components/modal/index.d.ts +5 -5
  196. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  197. package/types/packages/components/number-range/index.d.ts +2 -2
  198. package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
  199. package/types/packages/components/operate-icon/index.d.ts +3 -3
  200. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  201. package/types/packages/components/radio/index.d.ts +10 -10
  202. package/types/packages/components/radio/src/radio-group.vue.d.ts +5 -5
  203. package/types/packages/components/radio/src/radio.vue.d.ts +5 -5
  204. package/types/packages/components/select/index.d.ts +5 -5
  205. package/types/packages/components/select/src/select-option.vue.d.ts +1 -1
  206. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  207. package/types/packages/components/select-group/index.d.ts +1 -1
  208. package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
  209. package/types/packages/components/table/index.d.ts +6 -6
  210. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  211. package/types/packages/components/table/src/config/table.d.ts +2 -2
  212. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  213. package/types/packages/components/textarea/index.d.ts +5 -5
  214. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  215. package/types/packages/components/tree-search/index.d.ts +9 -9
  216. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  217. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +9 -9
  218. package/types/packages/components/upload-drag/index.d.ts +6 -6
  219. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
@@ -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,8 +257,8 @@ 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 columns: import("./src/config").IParamsColumn[];
261
260
  readonly dataSource: import("./src/config").IParamsData[];
261
+ readonly columns: import("./src/config").IParamsColumn[];
262
262
  readonly options: import("./src/config").IParamsOption[];
263
263
  } & {}>;
264
264
  addData: import("vue").Ref<string>;
@@ -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 columns: import("./src/config").IParamsColumn[];
273
+ readonly data: import("./src/config").IParamsData;
274
274
  readonly dataSource: import("./src/config").IParamsData[];
275
+ readonly columns: import("./src/config").IParamsColumn[];
275
276
  readonly options: import("./src/config").IParamsOption[];
276
- readonly data: import("./src/config").IParamsData;
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,17 +317,17 @@ 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 onOk?: ((value: string) => any) | undefined;
329
- readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
330
328
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
329
+ readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
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);
333
333
  innerValue: import("vue").Ref<string>;
@@ -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
- onOk?: ((value: string) => any) | undefined;
382
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
383
381
  "onUpdate:value"?: ((value: string) => any) | undefined;
382
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
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 columns: import("./src/config").IParamsColumn[];
406
+ readonly data: import("./src/config").IParamsData;
407
407
  readonly dataSource: import("./src/config").IParamsData[];
408
+ readonly columns: import("./src/config").IParamsColumn[];
408
409
  readonly options: import("./src/config").IParamsOption[];
409
- readonly data: import("./src/config").IParamsData;
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 columns: import("./src/config").IParamsColumn[];
417
416
  readonly dataSource: import("./src/config").IParamsData[];
417
+ readonly columns: import("./src/config").IParamsColumn[];
418
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,8 +256,8 @@ declare const _default: import("vue").DefineComponent<{
256
256
  is: (name?: string) => string;
257
257
  };
258
258
  props: import("@vue/shared").LooseRequired<{
259
- readonly columns: import("./config").IParamsColumn[];
260
259
  readonly dataSource: import("./config").IParamsData[];
260
+ readonly columns: import("./config").IParamsColumn[];
261
261
  readonly options: import("./config").IParamsOption[];
262
262
  } & {}>;
263
263
  addData: import("vue").Ref<string>;
@@ -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 columns: import("./config").IParamsColumn[];
272
+ readonly data: import("./config").IParamsData;
273
273
  readonly dataSource: import("./config").IParamsData[];
274
+ readonly columns: import("./config").IParamsColumn[];
274
275
  readonly options: import("./config").IParamsOption[];
275
- readonly data: import("./config").IParamsData;
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,17 +316,17 @@ 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 onOk?: ((value: string) => any) | undefined;
328
- readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
329
327
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
328
+ readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
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);
332
332
  innerValue: import("vue").Ref<string>;
@@ -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
- onOk?: ((value: string) => any) | undefined;
381
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
382
380
  "onUpdate:value"?: ((value: string) => any) | undefined;
381
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
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 columns: import("./config").IParamsColumn[];
405
+ readonly data: import("./config").IParamsData;
406
406
  readonly dataSource: import("./config").IParamsData[];
407
+ readonly columns: import("./config").IParamsColumn[];
407
408
  readonly options: import("./config").IParamsOption[];
408
- readonly data: import("./config").IParamsData;
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 columns: import("./config").IParamsColumn[];
416
415
  readonly dataSource: import("./config").IParamsData[];
416
+ readonly columns: import("./config").IParamsColumn[];
417
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,15 +1,15 @@
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 onOk?: ((value: string) => any) | undefined;
11
- readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
12
10
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
11
+ readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
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);
15
15
  innerValue: import("vue").Ref<string>;
@@ -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
- onOk?: ((value: string) => any) | undefined;
64
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
65
63
  "onUpdate:value"?: ((value: string) => any) | undefined;
64
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
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>;