ll-plus 2.3.8 → 2.3.9
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.
- package/es/components/api-component/index.d.ts +416 -174
- package/es/components/api-component/index.mjs +1 -0
- package/es/components/api-component/index.mjs.map +1 -1
- package/es/components/api-component/src/api-component.vue.d.ts +416 -174
- package/es/components/api-component/src/api-component.vue2.mjs +14 -65
- package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/api-url.vue.d.ts +12 -38
- package/es/components/api-component/src/components/body-component.vue.d.ts +393 -0
- package/es/components/api-component/src/components/body-component.vue.mjs +8 -0
- package/es/components/api-component/src/components/body-component.vue.mjs.map +1 -0
- package/es/components/api-component/src/components/body-component.vue2.mjs +126 -0
- package/es/components/api-component/src/components/body-component.vue2.mjs.map +1 -0
- package/es/components/api-component/src/components/json-xml-table-row.vue.d.ts +5 -2
- package/es/components/api-component/src/components/json-xml-table-row.vue2.mjs +10 -4
- package/es/components/api-component/src/components/json-xml-table-row.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/json-xml-table.vue.d.ts +14 -1
- package/es/components/api-component/src/components/json-xml-table.vue2.mjs +16 -5
- package/es/components/api-component/src/components/json-xml-table.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/json-xml.vue.d.ts +19 -2
- package/es/components/api-component/src/components/json-xml.vue2.mjs +18 -22
- package/es/components/api-component/src/components/json-xml.vue2.mjs.map +1 -1
- package/es/components/api-component/src/config/api-component.d.ts +8 -12
- package/es/components/api-component/src/config/api-component.mjs +4 -6
- package/es/components/api-component/src/config/api-component.mjs.map +1 -1
- package/es/components/api-component/src/config/api-url.d.ts +4 -6
- package/es/components/api-component/src/config/api-url.mjs +4 -6
- package/es/components/api-component/src/config/api-url.mjs.map +1 -1
- package/es/components/api-component/src/config/body.d.ts +19 -0
- package/es/components/api-component/src/config/body.mjs +30 -0
- package/es/components/api-component/src/config/body.mjs.map +1 -0
- package/es/components/api-component/src/config/index.d.ts +1 -0
- package/es/components/api-component/src/config/index.mjs +1 -0
- package/es/components/api-component/src/config/index.mjs.map +1 -1
- package/es/components/api-component/src/config/json-xml.d.ts +9 -1
- package/es/components/api-component/src/config/json-xml.mjs +12 -1
- package/es/components/api-component/src/config/json-xml.mjs.map +1 -1
- package/es/components/code-editor/index.d.ts +6 -6
- package/es/components/code-editor/src/code-editor.vue.d.ts +6 -6
- package/es/components/code-editor/src/config/code-editor.d.ts +2 -2
- package/es/components/code-editor/src/config/code-editor.mjs +1 -1
- package/es/components/code-editor/src/config/code-editor.mjs.map +1 -1
- package/es/components/index.mjs +1 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/operate-icon/index.d.ts +1 -1
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/es/components/tabs-simple/index.d.ts +4 -0
- package/es/components/tabs-simple/src/tabs-simple.d.ts +1 -0
- package/es/components/tabs-simple/src/tabs-simple.mjs +4 -0
- package/es/components/tabs-simple/src/tabs-simple.mjs.map +1 -1
- package/es/components/tabs-simple/src/tabs-simple.vue.d.ts +4 -0
- package/es/components/tabs-simple/src/tabs-simple.vue2.mjs +5 -1
- package/es/components/tabs-simple/src/tabs-simple.vue2.mjs.map +1 -1
- package/es/index.mjs +1 -0
- package/es/index.mjs.map +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +548 -432
- package/index.full.min.js +25 -23
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +24 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +548 -434
- package/lib/components/api-component/index.d.ts +416 -174
- package/lib/components/api-component/index.js +3 -0
- package/lib/components/api-component/index.js.map +1 -1
- package/lib/components/api-component/src/api-component.vue.d.ts +416 -174
- package/lib/components/api-component/src/api-component.vue2.js +11 -62
- package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/api-url.vue.d.ts +12 -38
- package/lib/components/api-component/src/components/body-component.vue.d.ts +393 -0
- package/lib/components/api-component/src/components/body-component.vue.js +12 -0
- package/lib/components/api-component/src/components/body-component.vue.js.map +1 -0
- package/lib/components/api-component/src/components/body-component.vue2.js +130 -0
- package/lib/components/api-component/src/components/body-component.vue2.js.map +1 -0
- package/lib/components/api-component/src/components/json-xml-table-row.vue.d.ts +5 -2
- package/lib/components/api-component/src/components/json-xml-table-row.vue2.js +10 -4
- package/lib/components/api-component/src/components/json-xml-table-row.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/json-xml-table.vue.d.ts +14 -1
- package/lib/components/api-component/src/components/json-xml-table.vue2.js +15 -4
- package/lib/components/api-component/src/components/json-xml-table.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/json-xml.vue.d.ts +19 -2
- package/lib/components/api-component/src/components/json-xml.vue2.js +18 -22
- package/lib/components/api-component/src/components/json-xml.vue2.js.map +1 -1
- package/lib/components/api-component/src/config/api-component.d.ts +8 -12
- package/lib/components/api-component/src/config/api-component.js +4 -6
- package/lib/components/api-component/src/config/api-component.js.map +1 -1
- package/lib/components/api-component/src/config/api-url.d.ts +4 -6
- package/lib/components/api-component/src/config/api-url.js +4 -6
- package/lib/components/api-component/src/config/api-url.js.map +1 -1
- package/lib/components/api-component/src/config/body.d.ts +19 -0
- package/lib/components/api-component/src/config/body.js +33 -0
- package/lib/components/api-component/src/config/body.js.map +1 -0
- package/lib/components/api-component/src/config/index.d.ts +1 -0
- package/lib/components/api-component/src/config/index.js +3 -0
- package/lib/components/api-component/src/config/index.js.map +1 -1
- package/lib/components/api-component/src/config/json-xml.d.ts +9 -1
- package/lib/components/api-component/src/config/json-xml.js +12 -1
- package/lib/components/api-component/src/config/json-xml.js.map +1 -1
- package/lib/components/code-editor/index.d.ts +6 -6
- package/lib/components/code-editor/src/code-editor.vue.d.ts +6 -6
- package/lib/components/code-editor/src/config/code-editor.d.ts +2 -2
- package/lib/components/code-editor/src/config/code-editor.js +1 -1
- package/lib/components/code-editor/src/config/code-editor.js.map +1 -1
- package/lib/components/index.js +3 -0
- package/lib/components/index.js.map +1 -1
- package/lib/components/operate-icon/index.d.ts +1 -1
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/lib/components/tabs-simple/index.d.ts +4 -0
- package/lib/components/tabs-simple/src/tabs-simple.d.ts +1 -0
- package/lib/components/tabs-simple/src/tabs-simple.js +4 -0
- package/lib/components/tabs-simple/src/tabs-simple.js.map +1 -1
- package/lib/components/tabs-simple/src/tabs-simple.vue.d.ts +4 -0
- package/lib/components/tabs-simple/src/tabs-simple.vue2.js +5 -1
- package/lib/components/tabs-simple/src/tabs-simple.vue2.js.map +1 -1
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/api-component.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/tabs-simple.css +1 -1
- package/types/packages/components/api-component/index.d.ts +416 -174
- package/types/packages/components/api-component/src/api-component.vue.d.ts +416 -174
- package/types/packages/components/api-component/src/components/api-url.vue.d.ts +12 -38
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +393 -0
- package/types/packages/components/api-component/src/components/json-xml-table-row.vue.d.ts +5 -2
- package/types/packages/components/api-component/src/components/json-xml-table.vue.d.ts +14 -1
- package/types/packages/components/api-component/src/components/json-xml.vue.d.ts +19 -2
- package/types/packages/components/api-component/src/config/api-component.d.ts +8 -12
- package/types/packages/components/api-component/src/config/api-url.d.ts +4 -6
- package/types/packages/components/api-component/src/config/body.d.ts +19 -0
- package/types/packages/components/api-component/src/config/index.d.ts +1 -0
- package/types/packages/components/api-component/src/config/json-xml.d.ts +9 -1
- package/types/packages/components/code-editor/index.d.ts +6 -6
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +6 -6
- package/types/packages/components/code-editor/src/config/code-editor.d.ts +2 -2
- package/types/packages/components/operate-icon/index.d.ts +1 -1
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +1 -1
- package/types/packages/components/tabs-simple/index.d.ts +4 -0
- package/types/packages/components/tabs-simple/src/tabs-simple.d.ts +1 -0
- package/types/packages/components/tabs-simple/src/tabs-simple.vue.d.ts +4 -0
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -6,12 +6,10 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
6
6
|
requestParams: never[];
|
|
7
7
|
headerParams: never[];
|
|
8
8
|
bodyParams: {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
raw: string;
|
|
14
|
-
'x-www-form-urlencoded': never[];
|
|
9
|
+
type: string;
|
|
10
|
+
parameters: never[];
|
|
11
|
+
jsonSchema: never[];
|
|
12
|
+
description: string;
|
|
15
13
|
};
|
|
16
14
|
}, boolean>;
|
|
17
15
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -69,7 +67,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
69
67
|
formItemContext: import("ant-design-vue/es/form/FormItemContext").FormItemContext;
|
|
70
68
|
form: import("vue").Ref<any>;
|
|
71
69
|
activeKey: import("vue").Ref<string>;
|
|
72
|
-
bodyKey: import("vue").Ref<string>;
|
|
73
70
|
computedRules: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => {
|
|
74
71
|
[k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
|
|
75
72
|
}) | (() => {
|
|
@@ -107,8 +104,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
107
104
|
children?: any[] | undefined;
|
|
108
105
|
}[];
|
|
109
106
|
bodyParams: {
|
|
110
|
-
|
|
111
|
-
|
|
107
|
+
type: "raw" | "none" | "form-data" | "json" | "xml" | "x-www-form-urlencoded";
|
|
108
|
+
parameters: {
|
|
112
109
|
[x: string]: any;
|
|
113
110
|
required?: boolean | undefined;
|
|
114
111
|
name?: string | undefined;
|
|
@@ -120,7 +117,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
120
117
|
chineseName?: string | undefined;
|
|
121
118
|
children?: any[] | undefined;
|
|
122
119
|
}[];
|
|
123
|
-
|
|
120
|
+
jsonSchema: {
|
|
124
121
|
[x: string]: any;
|
|
125
122
|
name?: string | undefined;
|
|
126
123
|
type?: import("./src/config").IType | undefined;
|
|
@@ -130,29 +127,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
130
127
|
description?: string | undefined;
|
|
131
128
|
children?: any[] | undefined;
|
|
132
129
|
}[];
|
|
133
|
-
|
|
134
|
-
[x: string]: any;
|
|
135
|
-
name?: string | undefined;
|
|
136
|
-
type?: import("./src/config").IType | undefined;
|
|
137
|
-
value?: any;
|
|
138
|
-
mock?: string | undefined;
|
|
139
|
-
chineseName?: string | undefined;
|
|
140
|
-
description?: string | undefined;
|
|
141
|
-
children?: any[] | undefined;
|
|
142
|
-
}[];
|
|
143
|
-
raw: string;
|
|
144
|
-
'x-www-form-urlencoded': {
|
|
145
|
-
[x: string]: any;
|
|
146
|
-
required?: boolean | undefined;
|
|
147
|
-
name?: string | undefined;
|
|
148
|
-
value?: string | undefined;
|
|
149
|
-
type?: any;
|
|
150
|
-
static?: boolean | undefined;
|
|
151
|
-
contentType?: string | undefined;
|
|
152
|
-
description?: string | undefined;
|
|
153
|
-
chineseName?: string | undefined;
|
|
154
|
-
children?: any[] | undefined;
|
|
155
|
-
}[];
|
|
130
|
+
description: string;
|
|
156
131
|
};
|
|
157
132
|
}>;
|
|
158
133
|
computedRequestList: import("vue").ComputedRef<{
|
|
@@ -178,10 +153,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
178
153
|
dataIndex: string;
|
|
179
154
|
span: number;
|
|
180
155
|
})[];
|
|
181
|
-
readonly bodyList: {
|
|
182
|
-
key: string;
|
|
183
|
-
name: string;
|
|
184
|
-
}[];
|
|
185
156
|
readonly headersTableColumns: ({
|
|
186
157
|
key: string;
|
|
187
158
|
dataIndex: string;
|
|
@@ -193,17 +164,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
193
164
|
dataIndex: string;
|
|
194
165
|
span: number;
|
|
195
166
|
})[];
|
|
196
|
-
readonly formdataTableColumns: ({
|
|
197
|
-
key: string;
|
|
198
|
-
dataIndex: string;
|
|
199
|
-
span: number;
|
|
200
|
-
title?: undefined;
|
|
201
|
-
} | {
|
|
202
|
-
title: string;
|
|
203
|
-
key: string;
|
|
204
|
-
dataIndex: string;
|
|
205
|
-
span: number;
|
|
206
|
-
})[];
|
|
207
167
|
ApiUrl: import("vue").DefineComponent<{
|
|
208
168
|
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").HttpModel) | (() => import("./src/config").HttpModel) | ((new (...args: any[]) => import("./src/config").HttpModel) | (() => import("./src/config").HttpModel))[], unknown, unknown, () => {
|
|
209
169
|
url: string;
|
|
@@ -211,12 +171,10 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
211
171
|
requestParams: never[];
|
|
212
172
|
headerParams: never[];
|
|
213
173
|
bodyParams: {
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
raw: string;
|
|
219
|
-
'x-www-form-urlencoded': never[];
|
|
174
|
+
type: string;
|
|
175
|
+
parameters: never[];
|
|
176
|
+
jsonSchema: never[];
|
|
177
|
+
description: string;
|
|
220
178
|
};
|
|
221
179
|
}, boolean>;
|
|
222
180
|
}, {
|
|
@@ -255,8 +213,8 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
255
213
|
children?: any[] | undefined;
|
|
256
214
|
}[];
|
|
257
215
|
bodyParams: {
|
|
258
|
-
|
|
259
|
-
|
|
216
|
+
type: "raw" | "none" | "form-data" | "json" | "xml" | "x-www-form-urlencoded";
|
|
217
|
+
parameters: {
|
|
260
218
|
[x: string]: any;
|
|
261
219
|
required?: boolean | undefined;
|
|
262
220
|
name?: string | undefined;
|
|
@@ -268,17 +226,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
268
226
|
chineseName?: string | undefined;
|
|
269
227
|
children?: any[] | undefined;
|
|
270
228
|
}[];
|
|
271
|
-
|
|
272
|
-
[x: string]: any;
|
|
273
|
-
name?: string | undefined;
|
|
274
|
-
type?: import("./src/config").IType | undefined;
|
|
275
|
-
value?: any;
|
|
276
|
-
mock?: string | undefined;
|
|
277
|
-
chineseName?: string | undefined;
|
|
278
|
-
description?: string | undefined;
|
|
279
|
-
children?: any[] | undefined;
|
|
280
|
-
}[];
|
|
281
|
-
xml: {
|
|
229
|
+
jsonSchema: {
|
|
282
230
|
[x: string]: any;
|
|
283
231
|
name?: string | undefined;
|
|
284
232
|
type?: import("./src/config").IType | undefined;
|
|
@@ -288,19 +236,7 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
288
236
|
description?: string | undefined;
|
|
289
237
|
children?: any[] | undefined;
|
|
290
238
|
}[];
|
|
291
|
-
|
|
292
|
-
'x-www-form-urlencoded': {
|
|
293
|
-
[x: string]: any;
|
|
294
|
-
required?: boolean | undefined;
|
|
295
|
-
name?: string | undefined;
|
|
296
|
-
value?: string | undefined;
|
|
297
|
-
type?: any;
|
|
298
|
-
static?: boolean | undefined;
|
|
299
|
-
contentType?: string | undefined;
|
|
300
|
-
description?: string | undefined;
|
|
301
|
-
chineseName?: string | undefined;
|
|
302
|
-
children?: any[] | undefined;
|
|
303
|
-
}[];
|
|
239
|
+
description: string;
|
|
304
240
|
};
|
|
305
241
|
}>;
|
|
306
242
|
handleChange: () => void;
|
|
@@ -318,12 +254,10 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
318
254
|
requestParams: never[];
|
|
319
255
|
headerParams: never[];
|
|
320
256
|
bodyParams: {
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
raw: string;
|
|
326
|
-
'x-www-form-urlencoded': never[];
|
|
257
|
+
type: string;
|
|
258
|
+
parameters: never[];
|
|
259
|
+
jsonSchema: never[];
|
|
260
|
+
description: string;
|
|
327
261
|
};
|
|
328
262
|
}, boolean>;
|
|
329
263
|
}>> & {
|
|
@@ -332,88 +266,6 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
332
266
|
}, {
|
|
333
267
|
readonly value: import("./src/config").HttpModel;
|
|
334
268
|
}, {}>;
|
|
335
|
-
JsonXml: import("vue").DefineComponent<{
|
|
336
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => void, boolean>;
|
|
337
|
-
}, {
|
|
338
|
-
props: import("@vue/shared").LooseRequired<{
|
|
339
|
-
readonly value: Record<string, any>;
|
|
340
|
-
readonly "onUpdate:value"?: ((value: any) => any) | undefined;
|
|
341
|
-
} & {}>;
|
|
342
|
-
emits: (event: "update:value", value: any) => void;
|
|
343
|
-
bem: {
|
|
344
|
-
b: (blockSuffix?: string) => string;
|
|
345
|
-
e: (element?: string) => string;
|
|
346
|
-
m: (modifier?: string) => string;
|
|
347
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
348
|
-
em: (element: string, modifier: string) => string;
|
|
349
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
350
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
351
|
-
is: (name?: string) => string;
|
|
352
|
-
};
|
|
353
|
-
disabled: unknown;
|
|
354
|
-
type: import("vue").Ref<string>;
|
|
355
|
-
innerValue: import("vue").Ref<any>;
|
|
356
|
-
dataSource: import("vue").Ref<{
|
|
357
|
-
[x: string]: any;
|
|
358
|
-
name?: string | undefined;
|
|
359
|
-
type?: import("./src/config").IType | undefined;
|
|
360
|
-
value?: any;
|
|
361
|
-
mock?: string | undefined;
|
|
362
|
-
chineseName?: string | undefined;
|
|
363
|
-
description?: string | undefined;
|
|
364
|
-
children?: any[] | undefined;
|
|
365
|
-
}[]>;
|
|
366
|
-
parseJson2Array: (json: object, parentKey?: string, parentType?: string) => import("./src/config").IJsonXmlItem[];
|
|
367
|
-
parseArray2Json: (data: import("./src/config").IJsonXmlItem[]) => any;
|
|
368
|
-
handleTypeChange: (e: any) => void;
|
|
369
|
-
handleChange: (arr: any) => void;
|
|
370
|
-
readonly jsonXmlOptions: {
|
|
371
|
-
value: string;
|
|
372
|
-
payload: {
|
|
373
|
-
title: string;
|
|
374
|
-
};
|
|
375
|
-
}[];
|
|
376
|
-
readonly customOverlay: {
|
|
377
|
-
label: string;
|
|
378
|
-
}[];
|
|
379
|
-
TreeTable: import("vue").DefineComponent<{
|
|
380
|
-
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IJsonXmlItem[]) | (() => import("./src/config").IJsonXmlItem[]) | ((new (...args: any[]) => import("./src/config").IJsonXmlItem[]) | (() => import("./src/config").IJsonXmlItem[]))[], unknown, unknown, () => never[], boolean>;
|
|
381
|
-
}, {
|
|
382
|
-
bem: {
|
|
383
|
-
b: (blockSuffix?: string) => string;
|
|
384
|
-
e: (element?: string) => string;
|
|
385
|
-
m: (modifier?: string) => string;
|
|
386
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
387
|
-
em: (element: string, modifier: string) => string;
|
|
388
|
-
bm: (blockSuffix: string, modifier: string) => string;
|
|
389
|
-
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
390
|
-
is: (name?: string) => string;
|
|
391
|
-
};
|
|
392
|
-
props: import("@vue/shared").LooseRequired<{
|
|
393
|
-
readonly dataSource: import("./src/config").IJsonXmlItem[];
|
|
394
|
-
readonly onChange?: ((value: any) => any) | undefined;
|
|
395
|
-
} & {}>;
|
|
396
|
-
emits: (event: "change", value: any) => void;
|
|
397
|
-
handleChange: (dataSource: any) => void;
|
|
398
|
-
TableRow: any;
|
|
399
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
400
|
-
change: (value: any) => boolean;
|
|
401
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
402
|
-
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IJsonXmlItem[]) | (() => import("./src/config").IJsonXmlItem[]) | ((new (...args: any[]) => import("./src/config").IJsonXmlItem[]) | (() => import("./src/config").IJsonXmlItem[]))[], unknown, unknown, () => never[], boolean>;
|
|
403
|
-
}>> & {
|
|
404
|
-
onChange?: ((value: any) => any) | undefined;
|
|
405
|
-
}, {
|
|
406
|
-
readonly dataSource: import("./src/config").IJsonXmlItem[];
|
|
407
|
-
}, {}>;
|
|
408
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
409
|
-
'update:value': (value: any) => boolean;
|
|
410
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
411
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => void, boolean>;
|
|
412
|
-
}>> & {
|
|
413
|
-
"onUpdate:value"?: ((value: any) => any) | undefined;
|
|
414
|
-
}, {
|
|
415
|
-
readonly value: Record<string, any>;
|
|
416
|
-
}, {}>;
|
|
417
269
|
paramsTable: import("vue").DefineComponent<{
|
|
418
270
|
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>;
|
|
419
271
|
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>;
|
|
@@ -603,6 +455,398 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
603
455
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
604
456
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
605
457
|
}, {}>;
|
|
458
|
+
BodyComponent: import("vue").DefineComponent<{
|
|
459
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").HttpModel) | (() => import("./src/config").HttpModel) | ((new (...args: any[]) => import("./src/config").HttpModel) | (() => import("./src/config").HttpModel))[], unknown, unknown, () => {
|
|
460
|
+
url: string;
|
|
461
|
+
method: string;
|
|
462
|
+
requestParams: never[];
|
|
463
|
+
headerParams: never[];
|
|
464
|
+
bodyParams: {
|
|
465
|
+
type: string;
|
|
466
|
+
parameters: never[];
|
|
467
|
+
jsonSchema: never[];
|
|
468
|
+
description: string;
|
|
469
|
+
};
|
|
470
|
+
}, boolean>;
|
|
471
|
+
}, {
|
|
472
|
+
props: import("@vue/shared").LooseRequired<{
|
|
473
|
+
readonly value: import("./src/config").HttpModel;
|
|
474
|
+
readonly onChange?: ((params: import("./src/config").HttpModel) => any) | undefined;
|
|
475
|
+
readonly "onUpdate:value"?: ((params: import("./src/config").HttpModel) => any) | undefined;
|
|
476
|
+
} & {}>;
|
|
477
|
+
emits: ((event: "change", params: import("./src/config").HttpModel) => void) & ((event: "update:value", params: import("./src/config").HttpModel) => void);
|
|
478
|
+
bem: {
|
|
479
|
+
b: (blockSuffix?: string) => string;
|
|
480
|
+
e: (element?: string) => string;
|
|
481
|
+
m: (modifier?: string) => string;
|
|
482
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
483
|
+
em: (element: string, modifier: string) => string;
|
|
484
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
485
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
486
|
+
is: (name?: string) => string;
|
|
487
|
+
};
|
|
488
|
+
disabled: unknown;
|
|
489
|
+
bodyKey: import("vue").Ref<"raw" | "none" | "form-data" | "json" | "xml" | "x-www-form-urlencoded">;
|
|
490
|
+
parameters: import("vue").Ref<{
|
|
491
|
+
[x: string]: any;
|
|
492
|
+
required?: boolean | undefined;
|
|
493
|
+
name?: string | undefined;
|
|
494
|
+
value?: string | undefined;
|
|
495
|
+
type?: any;
|
|
496
|
+
static?: boolean | undefined;
|
|
497
|
+
contentType?: string | undefined;
|
|
498
|
+
description?: string | undefined;
|
|
499
|
+
chineseName?: string | undefined;
|
|
500
|
+
children?: any[] | undefined;
|
|
501
|
+
}[]>;
|
|
502
|
+
jsonSchema: import("vue").Ref<{
|
|
503
|
+
[x: string]: any;
|
|
504
|
+
name?: string | undefined;
|
|
505
|
+
type?: import("./src/config").IType | undefined;
|
|
506
|
+
value?: any;
|
|
507
|
+
mock?: string | undefined;
|
|
508
|
+
chineseName?: string | undefined;
|
|
509
|
+
description?: string | undefined;
|
|
510
|
+
children?: any[] | undefined;
|
|
511
|
+
}[]>;
|
|
512
|
+
description: import("vue").Ref<string>;
|
|
513
|
+
handleChange: (e: any) => void;
|
|
514
|
+
JsonXml: import("vue").DefineComponent<{
|
|
515
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => void, boolean>;
|
|
516
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "json" | "xml") | (() => "json" | "xml") | ((new (...args: any[]) => "json" | "xml") | (() => "json" | "xml"))[], unknown, unknown, "json", boolean>;
|
|
517
|
+
}, {
|
|
518
|
+
props: import("@vue/shared").LooseRequired<{
|
|
519
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "json" | "xml") | (() => "json" | "xml") | ((new (...args: any[]) => "json" | "xml") | (() => "json" | "xml"))[], unknown, unknown>;
|
|
520
|
+
readonly value: Record<string, any>;
|
|
521
|
+
readonly "onUpdate:value"?: ((value: any) => any) | undefined;
|
|
522
|
+
} & {}>;
|
|
523
|
+
emits: (event: "update:value", value: any) => void;
|
|
524
|
+
bem: {
|
|
525
|
+
b: (blockSuffix?: string) => string;
|
|
526
|
+
e: (element?: string) => string;
|
|
527
|
+
m: (modifier?: string) => string;
|
|
528
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
529
|
+
em: (element: string, modifier: string) => string;
|
|
530
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
531
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
532
|
+
is: (name?: string) => string;
|
|
533
|
+
};
|
|
534
|
+
disabled: boolean;
|
|
535
|
+
type: import("vue").Ref<string>;
|
|
536
|
+
innerValue: import("vue").Ref<any>;
|
|
537
|
+
dataSource: import("vue").Ref<{
|
|
538
|
+
[x: string]: any;
|
|
539
|
+
name?: string | undefined;
|
|
540
|
+
type?: import("./src/config").IType | undefined;
|
|
541
|
+
value?: any;
|
|
542
|
+
mock?: string | undefined;
|
|
543
|
+
chineseName?: string | undefined;
|
|
544
|
+
description?: string | undefined;
|
|
545
|
+
children?: any[] | undefined;
|
|
546
|
+
}[]>;
|
|
547
|
+
parseJson2Array: (json: object, parentKey?: string, parentType?: string) => import("./src/config").IJsonXmlItem[];
|
|
548
|
+
parseArray2Json: (data: import("./src/config").IJsonXmlItem[]) => any;
|
|
549
|
+
handleTypeChange: (e: any) => void;
|
|
550
|
+
handleChange: (arr: any) => void;
|
|
551
|
+
readonly jsonXmlOptions: {
|
|
552
|
+
value: string;
|
|
553
|
+
payload: {
|
|
554
|
+
title: string;
|
|
555
|
+
};
|
|
556
|
+
}[];
|
|
557
|
+
readonly customOverlay: {
|
|
558
|
+
label: string;
|
|
559
|
+
}[];
|
|
560
|
+
TreeTable: import("vue").DefineComponent<{
|
|
561
|
+
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IJsonXmlItem[]) | (() => import("./src/config").IJsonXmlItem[]) | ((new (...args: any[]) => import("./src/config").IJsonXmlItem[]) | (() => import("./src/config").IJsonXmlItem[]))[], unknown, unknown, () => never[], boolean>;
|
|
562
|
+
readonly type: {
|
|
563
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "json" | "xml") | (() => "json" | "xml") | ((new (...args: any[]) => "json" | "xml") | (() => "json" | "xml"))[], unknown, unknown>>;
|
|
564
|
+
readonly required: false;
|
|
565
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
566
|
+
__epPropKey: true;
|
|
567
|
+
};
|
|
568
|
+
}, {
|
|
569
|
+
bem: {
|
|
570
|
+
b: (blockSuffix?: string) => string;
|
|
571
|
+
e: (element?: string) => string;
|
|
572
|
+
m: (modifier?: string) => string;
|
|
573
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
574
|
+
em: (element: string, modifier: string) => string;
|
|
575
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
576
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
577
|
+
is: (name?: string) => string;
|
|
578
|
+
};
|
|
579
|
+
props: import("@vue/shared").LooseRequired<{
|
|
580
|
+
readonly dataSource: import("./src/config").IJsonXmlItem[];
|
|
581
|
+
readonly type?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "json" | "xml") | (() => "json" | "xml") | ((new (...args: any[]) => "json" | "xml") | (() => "json" | "xml"))[], unknown, unknown> | undefined;
|
|
582
|
+
readonly onChange?: ((value: any) => any) | undefined;
|
|
583
|
+
} & {}>;
|
|
584
|
+
emits: (event: "change", value: any) => void;
|
|
585
|
+
handleChange: (child: any) => void;
|
|
586
|
+
TableRow: any;
|
|
587
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
588
|
+
change: (value: any) => boolean;
|
|
589
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
590
|
+
readonly dataSource: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IJsonXmlItem[]) | (() => import("./src/config").IJsonXmlItem[]) | ((new (...args: any[]) => import("./src/config").IJsonXmlItem[]) | (() => import("./src/config").IJsonXmlItem[]))[], unknown, unknown, () => never[], boolean>;
|
|
591
|
+
readonly type: {
|
|
592
|
+
readonly type: import("vue").PropType<import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "json" | "xml") | (() => "json" | "xml") | ((new (...args: any[]) => "json" | "xml") | (() => "json" | "xml"))[], unknown, unknown>>;
|
|
593
|
+
readonly required: false;
|
|
594
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
595
|
+
__epPropKey: true;
|
|
596
|
+
};
|
|
597
|
+
}>> & {
|
|
598
|
+
onChange?: ((value: any) => any) | undefined;
|
|
599
|
+
}, {
|
|
600
|
+
readonly dataSource: import("./src/config").IJsonXmlItem[];
|
|
601
|
+
}, {}>;
|
|
602
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
603
|
+
'update:value': (value: any) => boolean;
|
|
604
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
605
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<ObjectConstructor, unknown, unknown, () => void, boolean>;
|
|
606
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "json" | "xml") | (() => "json" | "xml") | ((new (...args: any[]) => "json" | "xml") | (() => "json" | "xml"))[], unknown, unknown, "json", boolean>;
|
|
607
|
+
}>> & {
|
|
608
|
+
"onUpdate:value"?: ((value: any) => any) | undefined;
|
|
609
|
+
}, {
|
|
610
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "json" | "xml") | (() => "json" | "xml") | ((new (...args: any[]) => "json" | "xml") | (() => "json" | "xml"))[], unknown, unknown>;
|
|
611
|
+
readonly value: Record<string, any>;
|
|
612
|
+
}, {}>;
|
|
613
|
+
paramsTable: import("vue").DefineComponent<{
|
|
614
|
+
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>;
|
|
615
|
+
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>;
|
|
616
|
+
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>;
|
|
617
|
+
}, {
|
|
618
|
+
bem: {
|
|
619
|
+
b: (blockSuffix?: string) => string;
|
|
620
|
+
e: (element?: string) => string;
|
|
621
|
+
m: (modifier?: string) => string;
|
|
622
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
623
|
+
em: (element: string, modifier: string) => string;
|
|
624
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
625
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
626
|
+
is: (name?: string) => string;
|
|
627
|
+
};
|
|
628
|
+
props: import("@vue/shared").LooseRequired<{
|
|
629
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
630
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
631
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
632
|
+
} & {}>;
|
|
633
|
+
disabled: unknown;
|
|
634
|
+
addData: import("vue").Ref<string>;
|
|
635
|
+
handleAdd: (dataSource: any) => void;
|
|
636
|
+
TableRow: import("vue").DefineComponent<{
|
|
637
|
+
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>;
|
|
638
|
+
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>;
|
|
639
|
+
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>;
|
|
640
|
+
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>;
|
|
641
|
+
}, {
|
|
642
|
+
props: import("@vue/shared").LooseRequired<{
|
|
643
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
644
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
645
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
646
|
+
readonly data: import("./src/config").IParamsData;
|
|
647
|
+
} & {}>;
|
|
648
|
+
bem: {
|
|
649
|
+
b: (blockSuffix?: string) => string;
|
|
650
|
+
e: (element?: string) => string;
|
|
651
|
+
m: (modifier?: string) => string;
|
|
652
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
653
|
+
em: (element: string, modifier: string) => string;
|
|
654
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
655
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
656
|
+
is: (name?: string) => string;
|
|
657
|
+
};
|
|
658
|
+
disabled: unknown;
|
|
659
|
+
innerData: import("vue").Ref<import("./src/config").IParamsData>;
|
|
660
|
+
handleDelete: (list: any, data: any) => void;
|
|
661
|
+
readonly paramsOptions: {
|
|
662
|
+
label: string;
|
|
663
|
+
value: string;
|
|
664
|
+
}[];
|
|
665
|
+
readonly contentTypeOptions: import("./src/config").IParamsOption[];
|
|
666
|
+
ClickInput: import("vue").DefineComponent<{
|
|
667
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
668
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
669
|
+
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>;
|
|
670
|
+
}, {
|
|
671
|
+
bem: {
|
|
672
|
+
b: (blockSuffix?: string) => string;
|
|
673
|
+
e: (element?: string) => string;
|
|
674
|
+
m: (modifier?: string) => string;
|
|
675
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
676
|
+
em: (element: string, modifier: string) => string;
|
|
677
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
678
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
679
|
+
is: (name?: string) => string;
|
|
680
|
+
};
|
|
681
|
+
props: import("@vue/shared").LooseRequired<{
|
|
682
|
+
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>;
|
|
683
|
+
readonly value: string;
|
|
684
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
685
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
686
|
+
} & {}>;
|
|
687
|
+
emits: (event: "update:value", value: string) => void;
|
|
688
|
+
attrs: {
|
|
689
|
+
[x: string]: unknown;
|
|
690
|
+
};
|
|
691
|
+
innerValue: import("vue").Ref<string>;
|
|
692
|
+
open: import("vue").Ref<boolean>;
|
|
693
|
+
getBindValue: import("vue").ComputedRef<import("lodash").Omit<{
|
|
694
|
+
[x: string]: unknown;
|
|
695
|
+
}, "value">>;
|
|
696
|
+
handleClick: () => void;
|
|
697
|
+
ApiModal: import("vue").DefineComponent<{
|
|
698
|
+
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>;
|
|
699
|
+
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
700
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
701
|
+
}, {
|
|
702
|
+
props: import("@vue/shared").LooseRequired<{
|
|
703
|
+
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>;
|
|
704
|
+
readonly value: string;
|
|
705
|
+
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
706
|
+
readonly "onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
707
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
708
|
+
readonly onOk?: ((value: string) => any) | undefined;
|
|
709
|
+
} & {}>;
|
|
710
|
+
emits: ((event: "update:value", value: string) => void) & ((event: "update:open", open: boolean) => void) & ((event: "ok", value: string) => void);
|
|
711
|
+
innerValue: import("vue").Ref<string>;
|
|
712
|
+
disabled: unknown;
|
|
713
|
+
handleCancel: () => void;
|
|
714
|
+
handleOk: () => void;
|
|
715
|
+
batchEditing: import("vue").DefineComponent<{
|
|
716
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
717
|
+
}, {
|
|
718
|
+
props: import("@vue/shared").LooseRequired<{
|
|
719
|
+
readonly value: string;
|
|
720
|
+
readonly "onUpdate:value"?: ((value: string) => any) | undefined;
|
|
721
|
+
} & {}>;
|
|
722
|
+
emits: (event: "update:value", value: string) => void;
|
|
723
|
+
bem: {
|
|
724
|
+
b: (blockSuffix?: string) => string;
|
|
725
|
+
e: (element?: string) => string;
|
|
726
|
+
m: (modifier?: string) => string;
|
|
727
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
728
|
+
em: (element: string, modifier: string) => string;
|
|
729
|
+
bm: (blockSuffix: string, modifier: string) => string;
|
|
730
|
+
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
731
|
+
is: (name?: string) => string;
|
|
732
|
+
};
|
|
733
|
+
type: import("vue").Ref<string>;
|
|
734
|
+
disabled: unknown;
|
|
735
|
+
currentPlaceholder: import("vue").ComputedRef<"格式: 启用,参数名,参数值,类型,必需备份" | "格式:参数名:参数值">;
|
|
736
|
+
innerValue: import("vue").Ref<string>;
|
|
737
|
+
readonly batchEditingOptions: {
|
|
738
|
+
value: string;
|
|
739
|
+
payload: {
|
|
740
|
+
title: string;
|
|
741
|
+
};
|
|
742
|
+
}[];
|
|
743
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
744
|
+
'update:value': (value: string) => boolean;
|
|
745
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
746
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
747
|
+
}>> & {
|
|
748
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
749
|
+
}, {
|
|
750
|
+
readonly value: string;
|
|
751
|
+
}, {}>;
|
|
752
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
753
|
+
'update:open': (open: boolean) => boolean;
|
|
754
|
+
'update:value': (value: string) => boolean;
|
|
755
|
+
ok: (value: string) => boolean;
|
|
756
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
757
|
+
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>;
|
|
758
|
+
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
759
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
760
|
+
}>> & {
|
|
761
|
+
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
762
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
763
|
+
onOk?: ((value: string) => any) | undefined;
|
|
764
|
+
}, {
|
|
765
|
+
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>;
|
|
766
|
+
readonly value: string;
|
|
767
|
+
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
768
|
+
}, {}>;
|
|
769
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
770
|
+
'update:value': (value: string) => boolean;
|
|
771
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
772
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
773
|
+
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
774
|
+
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>;
|
|
775
|
+
}>> & {
|
|
776
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
777
|
+
}, {
|
|
778
|
+
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>;
|
|
779
|
+
readonly value: string;
|
|
780
|
+
readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
781
|
+
}, {}>;
|
|
782
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
783
|
+
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>;
|
|
784
|
+
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>;
|
|
785
|
+
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>;
|
|
786
|
+
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>;
|
|
787
|
+
}>>, {
|
|
788
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
789
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
790
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
791
|
+
readonly data: import("./src/config").IParamsData;
|
|
792
|
+
}, {}>;
|
|
793
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
794
|
+
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>;
|
|
795
|
+
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>;
|
|
796
|
+
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>;
|
|
797
|
+
}>>, {
|
|
798
|
+
readonly options: import("./src/config").IParamsOption[];
|
|
799
|
+
readonly columns: import("./src/config").IParamsColumn[];
|
|
800
|
+
readonly dataSource: import("./src/config").IParamsData[];
|
|
801
|
+
}, {}>;
|
|
802
|
+
readonly formdataTableColumns: ({
|
|
803
|
+
key: string;
|
|
804
|
+
dataIndex: string;
|
|
805
|
+
span: number;
|
|
806
|
+
title?: undefined;
|
|
807
|
+
} | {
|
|
808
|
+
title: string;
|
|
809
|
+
key: string;
|
|
810
|
+
dataIndex: string;
|
|
811
|
+
span: number;
|
|
812
|
+
})[];
|
|
813
|
+
readonly paramsTableColumns: ({
|
|
814
|
+
key: string;
|
|
815
|
+
dataIndex: string;
|
|
816
|
+
span: number;
|
|
817
|
+
title?: undefined;
|
|
818
|
+
} | {
|
|
819
|
+
title: string;
|
|
820
|
+
key: string;
|
|
821
|
+
dataIndex: string;
|
|
822
|
+
span: number;
|
|
823
|
+
})[];
|
|
824
|
+
readonly bodyList: {
|
|
825
|
+
key: string;
|
|
826
|
+
name: string;
|
|
827
|
+
}[];
|
|
828
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
829
|
+
'update:value': (params: import("./src/config").HttpModel) => boolean;
|
|
830
|
+
change: (params: import("./src/config").HttpModel) => boolean;
|
|
831
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
832
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").HttpModel) | (() => import("./src/config").HttpModel) | ((new (...args: any[]) => import("./src/config").HttpModel) | (() => import("./src/config").HttpModel))[], unknown, unknown, () => {
|
|
833
|
+
url: string;
|
|
834
|
+
method: string;
|
|
835
|
+
requestParams: never[];
|
|
836
|
+
headerParams: never[];
|
|
837
|
+
bodyParams: {
|
|
838
|
+
type: string;
|
|
839
|
+
parameters: never[];
|
|
840
|
+
jsonSchema: never[];
|
|
841
|
+
description: string;
|
|
842
|
+
};
|
|
843
|
+
}, boolean>;
|
|
844
|
+
}>> & {
|
|
845
|
+
onChange?: ((params: import("./src/config").HttpModel) => any) | undefined;
|
|
846
|
+
"onUpdate:value"?: ((params: import("./src/config").HttpModel) => any) | undefined;
|
|
847
|
+
}, {
|
|
848
|
+
readonly value: import("./src/config").HttpModel;
|
|
849
|
+
}, {}>;
|
|
606
850
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
607
851
|
change: (value: import("./src/config").HttpModel) => boolean;
|
|
608
852
|
'update:value': (value: import("./src/config").HttpModel) => boolean;
|
|
@@ -613,12 +857,10 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
613
857
|
requestParams: never[];
|
|
614
858
|
headerParams: never[];
|
|
615
859
|
bodyParams: {
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
raw: string;
|
|
621
|
-
'x-www-form-urlencoded': never[];
|
|
860
|
+
type: string;
|
|
861
|
+
parameters: never[];
|
|
862
|
+
jsonSchema: never[];
|
|
863
|
+
description: string;
|
|
622
864
|
};
|
|
623
865
|
}, boolean>;
|
|
624
866
|
readonly disabled: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|