ll-plus 2.1.21 → 2.2.0

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 (204) hide show
  1. package/es/components/advanced-filtering/index.d.ts +312 -312
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  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 +7 -7
  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 +217 -217
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  19. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  20. package/es/components/code-editor/index.d.ts +3 -3
  21. package/es/components/code-editor/src/code-editor.vue.d.ts +3 -3
  22. package/es/components/drawer/index.d.ts +11 -11
  23. package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  24. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  25. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  26. package/es/components/form/index.d.ts +142 -142
  27. package/es/components/form/src/config/form.d.ts +56 -56
  28. package/es/components/form/src/form.vue.d.ts +142 -142
  29. package/es/components/icon-base/index.d.ts +2 -2
  30. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  31. package/es/components/input/index.d.ts +31 -31
  32. package/es/components/input/src/input.vue.d.ts +31 -31
  33. package/es/components/input-number/index.d.ts +3 -3
  34. package/es/components/input-number/src/input-number.vue.d.ts +3 -3
  35. package/es/components/key-value/index.d.ts +6 -6
  36. package/es/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  37. package/es/components/key-value/src/key-value.vue.d.ts +6 -6
  38. package/es/components/modal/index.d.ts +5 -5
  39. package/es/components/modal/src/modal.vue.d.ts +5 -5
  40. package/es/components/number-range/index.d.ts +6 -6
  41. package/es/components/number-range/src/number-range.vue.d.ts +6 -6
  42. package/es/components/operate-icon/index.d.ts +6 -6
  43. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  44. package/es/components/select/index.d.ts +11 -11
  45. package/es/components/select/src/select.vue.d.ts +11 -11
  46. package/es/components/table/index.d.ts +6 -6
  47. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  48. package/es/components/table/src/components/main-table.vue2.mjs +13 -8
  49. package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
  50. package/es/components/table/src/config/table.d.ts +2 -2
  51. package/es/components/table/src/table.vue.d.ts +6 -6
  52. package/es/components/table/src/table.vue2.mjs +15 -10
  53. package/es/components/table/src/table.vue2.mjs.map +1 -1
  54. package/es/components/tag-group/index.d.ts +3 -3
  55. package/es/components/tag-group/src/tag-group.vue.d.ts +3 -3
  56. package/es/components/textarea/index.d.ts +5 -5
  57. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  58. package/es/components/tooltip/index.d.ts +4 -4
  59. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  60. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  61. package/es/components/tree/index.d.ts +2 -2
  62. package/es/components/tree/src/tree.vue.d.ts +2 -2
  63. package/es/components/tree-search/index.d.ts +17 -17
  64. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  65. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  66. package/es/components/upload-drag/index.d.ts +4 -4
  67. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  68. package/index.full.js +26 -16
  69. package/index.full.min.js +10 -10
  70. package/index.full.min.js.map +1 -1
  71. package/index.full.min.mjs +10 -10
  72. package/index.full.min.mjs.map +1 -1
  73. package/index.full.mjs +26 -16
  74. package/lib/components/advanced-filtering/index.d.ts +312 -312
  75. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  76. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  77. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  78. package/lib/components/api-component/index.d.ts +30 -30
  79. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  80. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  81. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  82. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  83. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  84. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  85. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  86. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  87. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  88. package/lib/components/button/index.d.ts +1 -1
  89. package/lib/components/button/src/button.vue.d.ts +1 -1
  90. package/lib/components/checkbox/index.d.ts +217 -217
  91. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  92. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  93. package/lib/components/code-editor/index.d.ts +3 -3
  94. package/lib/components/code-editor/src/code-editor.vue.d.ts +3 -3
  95. package/lib/components/drawer/index.d.ts +11 -11
  96. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  97. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  98. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  99. package/lib/components/form/index.d.ts +142 -142
  100. package/lib/components/form/src/config/form.d.ts +56 -56
  101. package/lib/components/form/src/form.vue.d.ts +142 -142
  102. package/lib/components/icon-base/index.d.ts +2 -2
  103. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  104. package/lib/components/input/index.d.ts +31 -31
  105. package/lib/components/input/src/input.vue.d.ts +31 -31
  106. package/lib/components/input-number/index.d.ts +3 -3
  107. package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
  108. package/lib/components/key-value/index.d.ts +6 -6
  109. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  110. package/lib/components/key-value/src/key-value.vue.d.ts +6 -6
  111. package/lib/components/modal/index.d.ts +5 -5
  112. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  113. package/lib/components/number-range/index.d.ts +6 -6
  114. package/lib/components/number-range/src/number-range.vue.d.ts +6 -6
  115. package/lib/components/operate-icon/index.d.ts +6 -6
  116. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  117. package/lib/components/select/index.d.ts +11 -11
  118. package/lib/components/select/src/select.vue.d.ts +11 -11
  119. package/lib/components/table/index.d.ts +6 -6
  120. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  121. package/lib/components/table/src/components/main-table.vue2.js +12 -7
  122. package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
  123. package/lib/components/table/src/config/table.d.ts +2 -2
  124. package/lib/components/table/src/table.vue.d.ts +6 -6
  125. package/lib/components/table/src/table.vue2.js +14 -9
  126. package/lib/components/table/src/table.vue2.js.map +1 -1
  127. package/lib/components/tag-group/index.d.ts +3 -3
  128. package/lib/components/tag-group/src/tag-group.vue.d.ts +3 -3
  129. package/lib/components/textarea/index.d.ts +5 -5
  130. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  131. package/lib/components/tooltip/index.d.ts +4 -4
  132. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  133. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  134. package/lib/components/tree/index.d.ts +2 -2
  135. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  136. package/lib/components/tree-search/index.d.ts +17 -17
  137. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  138. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  139. package/lib/components/upload-drag/index.d.ts +4 -4
  140. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  141. package/package.json +1 -1
  142. package/types/packages/components/advanced-filtering/index.d.ts +312 -312
  143. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  144. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  145. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  146. package/types/packages/components/api-component/index.d.ts +30 -30
  147. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  148. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  149. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  150. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  151. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  152. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  153. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  154. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  155. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  156. package/types/packages/components/button/index.d.ts +1 -1
  157. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  158. package/types/packages/components/checkbox/index.d.ts +217 -217
  159. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  160. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  161. package/types/packages/components/code-editor/index.d.ts +3 -3
  162. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +3 -3
  163. package/types/packages/components/drawer/index.d.ts +11 -11
  164. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  165. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  166. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  167. package/types/packages/components/form/index.d.ts +142 -142
  168. package/types/packages/components/form/src/config/form.d.ts +56 -56
  169. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  170. package/types/packages/components/icon-base/index.d.ts +2 -2
  171. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  172. package/types/packages/components/input/index.d.ts +31 -31
  173. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  174. package/types/packages/components/input-number/index.d.ts +3 -3
  175. package/types/packages/components/input-number/src/input-number.vue.d.ts +3 -3
  176. package/types/packages/components/key-value/index.d.ts +6 -6
  177. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  178. package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -6
  179. package/types/packages/components/modal/index.d.ts +5 -5
  180. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  181. package/types/packages/components/number-range/index.d.ts +6 -6
  182. package/types/packages/components/number-range/src/number-range.vue.d.ts +6 -6
  183. package/types/packages/components/operate-icon/index.d.ts +6 -6
  184. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  185. package/types/packages/components/select/index.d.ts +11 -11
  186. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  187. package/types/packages/components/table/index.d.ts +6 -6
  188. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  189. package/types/packages/components/table/src/config/table.d.ts +2 -2
  190. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  191. package/types/packages/components/tag-group/index.d.ts +3 -3
  192. package/types/packages/components/tag-group/src/tag-group.vue.d.ts +3 -3
  193. package/types/packages/components/textarea/index.d.ts +5 -5
  194. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  195. package/types/packages/components/tooltip/index.d.ts +4 -4
  196. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  197. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  198. package/types/packages/components/tree/index.d.ts +2 -2
  199. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  200. package/types/packages/components/tree-search/index.d.ts +17 -17
  201. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  202. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  203. package/types/packages/components/upload-drag/index.d.ts +4 -4
  204. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
@@ -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>;
@@ -30,7 +30,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
30
30
  bem: (blockSuffix: string, element: string, modifier: string) => string;
31
31
  is: (name?: string) => string;
32
32
  };
33
- 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>>;
33
+ 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>>;
34
34
  url: import("vue").Ref<string>;
35
35
  activeKey: import("vue").Ref<string>;
36
36
  bodyKey: import("vue").Ref<string>;
@@ -102,7 +102,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
102
102
  })[];
103
103
  ApiUrl: import("vue").DefineComponent<{
104
104
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
105
- 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>;
105
+ 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>;
106
106
  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>;
107
107
  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>;
108
108
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -115,8 +115,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
115
115
  }, boolean>;
116
116
  }, {
117
117
  props: import("@vue/shared").LooseRequired<{
118
- 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>;
119
118
  readonly url: string;
119
+ 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>;
120
120
  readonly requestParams: import("./src/config").IParam[];
121
121
  readonly headerParams: import("./src/config").IParam[];
122
122
  readonly bodyParams: Record<string, any>;
@@ -124,7 +124,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
124
124
  readonly "onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
125
125
  } & {}>;
126
126
  emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./src/config").IMethod) => void);
127
- 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>>;
127
+ 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>>;
128
128
  url: import("vue").Ref<string>;
129
129
  readonly methods: {
130
130
  label: string;
@@ -135,7 +135,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
135
135
  "update:method": (method: import("./src/config").IMethod) => boolean;
136
136
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
137
137
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
138
- 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>;
138
+ 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>;
139
139
  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>;
140
140
  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>;
141
141
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -150,8 +150,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
150
150
  "onUpdate:url"?: ((url: string) => any) | undefined;
151
151
  "onUpdate:method"?: ((method: import("./src/config").IMethod) => any) | undefined;
152
152
  }, {
153
- 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>;
154
153
  readonly url: string;
154
+ 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>;
155
155
  readonly requestParams: import("./src/config").IParam[];
156
156
  readonly headerParams: import("./src/config").IParam[];
157
157
  readonly bodyParams: Record<string, any>;
@@ -253,9 +253,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
253
253
  is: (name?: string) => string;
254
254
  };
255
255
  props: import("@vue/shared").LooseRequired<{
256
- readonly options: import("./src/config").IParamsOption[];
257
- readonly columns: import("./src/config").IParamsColumn[];
258
256
  readonly dataSource: import("./src/config").IParamsData[];
257
+ readonly columns: import("./src/config").IParamsColumn[];
258
+ readonly options: import("./src/config").IParamsOption[];
259
259
  } & {}>;
260
260
  addData: import("vue").Ref<string>;
261
261
  handleAdd: (dataSource: any) => void;
@@ -266,10 +266,10 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
266
266
  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>;
267
267
  }, {
268
268
  props: import("@vue/shared").LooseRequired<{
269
- readonly options: import("./src/config").IParamsOption[];
270
- readonly columns: import("./src/config").IParamsColumn[];
271
- readonly dataSource: import("./src/config").IParamsData[];
272
269
  readonly data: import("./src/config").IParamsData;
270
+ readonly dataSource: import("./src/config").IParamsData[];
271
+ readonly columns: import("./src/config").IParamsColumn[];
272
+ readonly options: import("./src/config").IParamsOption[];
273
273
  } & {}>;
274
274
  bem: {
275
275
  b: (blockSuffix?: string) => string;
@@ -285,7 +285,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
285
285
  handleDelete: (list: any, data: any) => void;
286
286
  ClickInput: import("vue").DefineComponent<{
287
287
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
288
- 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>;
288
+ 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>;
289
289
  }, {
290
290
  bem: {
291
291
  b: (blockSuffix?: string) => string;
@@ -298,7 +298,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
298
298
  is: (name?: string) => string;
299
299
  };
300
300
  props: import("@vue/shared").LooseRequired<{
301
- 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>;
301
+ 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>;
302
302
  readonly value: string;
303
303
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
304
304
  } & {}>;
@@ -313,16 +313,16 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
313
313
  }, "value">>;
314
314
  handleClick: () => void;
315
315
  ApiModal: import("vue").DefineComponent<{
316
- 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>;
316
+ 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>;
317
317
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
318
318
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
319
319
  }, {
320
320
  props: import("@vue/shared").LooseRequired<{
321
- 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>;
321
+ 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>;
322
322
  readonly value: string;
323
323
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
324
- readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
325
324
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
325
+ readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
326
326
  readonly onOk?: ((value: string) => any) | undefined;
327
327
  } & {}>;
328
328
  emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
@@ -370,15 +370,15 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
370
370
  'update:value': (value: string) => boolean;
371
371
  ok: (value: string) => boolean;
372
372
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
373
- 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>;
373
+ 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>;
374
374
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
375
375
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
376
376
  }>> & {
377
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
378
377
  "onUpdate:value"?: ((value: string) => any) | undefined;
378
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
379
379
  onOk?: ((value: string) => any) | undefined;
380
380
  }, {
381
- 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>;
381
+ 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>;
382
382
  readonly value: string;
383
383
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
384
384
  }, {}>;
@@ -386,11 +386,11 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
386
386
  'update:value': (value: string) => boolean;
387
387
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
388
388
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
389
- 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>;
389
+ 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>;
390
390
  }>> & {
391
391
  "onUpdate:value"?: ((value: string) => any) | undefined;
392
392
  }, {
393
- 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>;
393
+ 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>;
394
394
  readonly value: string;
395
395
  }, {}>;
396
396
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -399,23 +399,23 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
399
399
  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>;
400
400
  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>;
401
401
  }>>, {
402
- readonly options: import("./src/config").IParamsOption[];
403
- readonly columns: import("./src/config").IParamsColumn[];
404
- readonly dataSource: import("./src/config").IParamsData[];
405
402
  readonly data: import("./src/config").IParamsData;
403
+ readonly dataSource: import("./src/config").IParamsData[];
404
+ readonly columns: import("./src/config").IParamsColumn[];
405
+ readonly options: import("./src/config").IParamsOption[];
406
406
  }, {}>;
407
407
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
408
408
  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>;
409
409
  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>;
410
410
  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>;
411
411
  }>>, {
412
- readonly options: import("./src/config").IParamsOption[];
413
- readonly columns: import("./src/config").IParamsColumn[];
414
412
  readonly dataSource: import("./src/config").IParamsData[];
413
+ readonly columns: import("./src/config").IParamsColumn[];
414
+ readonly options: import("./src/config").IParamsOption[];
415
415
  }, {}>;
416
416
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
417
417
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
418
- 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>;
418
+ 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>;
419
419
  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>;
420
420
  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>;
421
421
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -427,8 +427,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
427
427
  'x-www-form-urlencoded': never[];
428
428
  }, boolean>;
429
429
  }>>, {
430
- 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>;
431
430
  readonly url: string;
431
+ 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>;
432
432
  readonly requestParams: import("./src/config").IParam[];
433
433
  readonly headerParams: import("./src/config").IParam[];
434
434
  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>;
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
29
29
  bem: (blockSuffix: string, element: string, modifier: string) => string;
30
30
  is: (name?: string) => string;
31
31
  };
32
- 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>>;
32
+ 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>>;
33
33
  url: import("vue").Ref<string>;
34
34
  activeKey: import("vue").Ref<string>;
35
35
  bodyKey: import("vue").Ref<string>;
@@ -101,7 +101,7 @@ declare const _default: import("vue").DefineComponent<{
101
101
  })[];
102
102
  ApiUrl: import("vue").DefineComponent<{
103
103
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
104
- 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>;
104
+ 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>;
105
105
  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>;
106
106
  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>;
107
107
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -114,8 +114,8 @@ declare const _default: import("vue").DefineComponent<{
114
114
  }, boolean>;
115
115
  }, {
116
116
  props: import("@vue/shared").LooseRequired<{
117
- 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>;
118
117
  readonly url: string;
118
+ 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>;
119
119
  readonly requestParams: import("./config").IParam[];
120
120
  readonly headerParams: import("./config").IParam[];
121
121
  readonly bodyParams: Record<string, any>;
@@ -123,7 +123,7 @@ declare const _default: import("vue").DefineComponent<{
123
123
  readonly "onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
124
124
  } & {}>;
125
125
  emits: ((event: "update:url", url: string) => void) & ((event: "update:method", method: import("./config").IMethod) => void);
126
- 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>>;
126
+ 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>>;
127
127
  url: import("vue").Ref<string>;
128
128
  readonly methods: {
129
129
  label: string;
@@ -134,7 +134,7 @@ declare const _default: import("vue").DefineComponent<{
134
134
  "update:method": (method: import("./config").IMethod) => boolean;
135
135
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
136
136
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
137
- 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>;
137
+ 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>;
138
138
  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>;
139
139
  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>;
140
140
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -149,8 +149,8 @@ declare const _default: import("vue").DefineComponent<{
149
149
  "onUpdate:url"?: ((url: string) => any) | undefined;
150
150
  "onUpdate:method"?: ((method: import("./config").IMethod) => any) | undefined;
151
151
  }, {
152
- 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>;
153
152
  readonly url: string;
153
+ 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>;
154
154
  readonly requestParams: import("./config").IParam[];
155
155
  readonly headerParams: import("./config").IParam[];
156
156
  readonly bodyParams: Record<string, any>;
@@ -252,9 +252,9 @@ declare const _default: import("vue").DefineComponent<{
252
252
  is: (name?: string) => string;
253
253
  };
254
254
  props: import("@vue/shared").LooseRequired<{
255
- readonly options: import("./config").IParamsOption[];
256
- readonly columns: import("./config").IParamsColumn[];
257
255
  readonly dataSource: import("./config").IParamsData[];
256
+ readonly columns: import("./config").IParamsColumn[];
257
+ readonly options: import("./config").IParamsOption[];
258
258
  } & {}>;
259
259
  addData: import("vue").Ref<string>;
260
260
  handleAdd: (dataSource: any) => void;
@@ -265,10 +265,10 @@ declare const _default: import("vue").DefineComponent<{
265
265
  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>;
266
266
  }, {
267
267
  props: import("@vue/shared").LooseRequired<{
268
- readonly options: import("./config").IParamsOption[];
269
- readonly columns: import("./config").IParamsColumn[];
270
- readonly dataSource: import("./config").IParamsData[];
271
268
  readonly data: import("./config").IParamsData;
269
+ readonly dataSource: import("./config").IParamsData[];
270
+ readonly columns: import("./config").IParamsColumn[];
271
+ readonly options: import("./config").IParamsOption[];
272
272
  } & {}>;
273
273
  bem: {
274
274
  b: (blockSuffix?: string) => string;
@@ -284,7 +284,7 @@ declare const _default: import("vue").DefineComponent<{
284
284
  handleDelete: (list: any, data: any) => void;
285
285
  ClickInput: import("vue").DefineComponent<{
286
286
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
287
- 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>;
287
+ 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>;
288
288
  }, {
289
289
  bem: {
290
290
  b: (blockSuffix?: string) => string;
@@ -297,7 +297,7 @@ declare const _default: import("vue").DefineComponent<{
297
297
  is: (name?: string) => string;
298
298
  };
299
299
  props: import("@vue/shared").LooseRequired<{
300
- 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>;
300
+ 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>;
301
301
  readonly value: string;
302
302
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
303
303
  } & {}>;
@@ -312,16 +312,16 @@ declare const _default: import("vue").DefineComponent<{
312
312
  }, "value">>;
313
313
  handleClick: () => void;
314
314
  ApiModal: import("vue").DefineComponent<{
315
- 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>;
315
+ 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>;
316
316
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
317
317
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
318
318
  }, {
319
319
  props: import("@vue/shared").LooseRequired<{
320
- 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>;
320
+ 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>;
321
321
  readonly value: string;
322
322
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
323
- readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
324
323
  readonly "onUpdate:value"?: ((value: string) => any) | undefined;
324
+ readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
325
325
  readonly onOk?: ((value: string) => any) | undefined;
326
326
  } & {}>;
327
327
  emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
@@ -369,15 +369,15 @@ declare const _default: import("vue").DefineComponent<{
369
369
  'update:value': (value: string) => boolean;
370
370
  ok: (value: string) => boolean;
371
371
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
372
- 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>;
372
+ 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>;
373
373
  readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
374
374
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
375
375
  }>> & {
376
- "onUpdate:open"?: ((open: boolean) => any) | undefined;
377
376
  "onUpdate:value"?: ((value: string) => any) | undefined;
377
+ "onUpdate:open"?: ((open: boolean) => any) | undefined;
378
378
  onOk?: ((value: string) => any) | undefined;
379
379
  }, {
380
- 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>;
380
+ 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>;
381
381
  readonly value: string;
382
382
  readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
383
383
  }, {}>;
@@ -385,11 +385,11 @@ declare const _default: import("vue").DefineComponent<{
385
385
  'update:value': (value: string) => boolean;
386
386
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
387
387
  readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
388
- 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>;
388
+ 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>;
389
389
  }>> & {
390
390
  "onUpdate:value"?: ((value: string) => any) | undefined;
391
391
  }, {
392
- 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>;
392
+ 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>;
393
393
  readonly value: string;
394
394
  }, {}>;
395
395
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
@@ -398,23 +398,23 @@ declare const _default: import("vue").DefineComponent<{
398
398
  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>;
399
399
  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>;
400
400
  }>>, {
401
- readonly options: import("./config").IParamsOption[];
402
- readonly columns: import("./config").IParamsColumn[];
403
- readonly dataSource: import("./config").IParamsData[];
404
401
  readonly data: import("./config").IParamsData;
402
+ readonly dataSource: import("./config").IParamsData[];
403
+ readonly columns: import("./config").IParamsColumn[];
404
+ readonly options: import("./config").IParamsOption[];
405
405
  }, {}>;
406
406
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
407
407
  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>;
408
408
  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>;
409
409
  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>;
410
410
  }>>, {
411
- readonly options: import("./config").IParamsOption[];
412
- readonly columns: import("./config").IParamsColumn[];
413
411
  readonly dataSource: import("./config").IParamsData[];
412
+ readonly columns: import("./config").IParamsColumn[];
413
+ readonly options: import("./config").IParamsOption[];
414
414
  }, {}>;
415
415
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
416
416
  readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
417
- 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>;
417
+ 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>;
418
418
  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>;
419
419
  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>;
420
420
  readonly bodyParams: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => {
@@ -426,8 +426,8 @@ declare const _default: import("vue").DefineComponent<{
426
426
  'x-www-form-urlencoded': never[];
427
427
  }, boolean>;
428
428
  }>>, {
429
- 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>;
430
429
  readonly url: string;
430
+ 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>;
431
431
  readonly requestParams: import("./config").IParam[];
432
432
  readonly headerParams: import("./config").IParam[];
433
433
  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>;