ll-plus 2.2.1 → 2.2.2
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 +37 -29
- package/es/components/api-component/index.mjs +1 -1
- package/es/components/api-component/src/api-component.vue.d.ts +37 -29
- package/es/components/api-component/src/api-component.vue2.mjs +30 -34
- package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
- package/es/components/api-component/src/components/params-table.vue2.mjs +1 -10
- package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
- package/es/components/api-component/src/config/api-component.d.ts +11 -0
- package/es/components/api-component/src/config/api-component.mjs +4 -1
- package/es/components/api-component/src/config/api-component.mjs.map +1 -1
- package/es/components/api-component/src/config/index.mjs +1 -1
- package/es/components/easy-cron/index.d.ts +61 -68
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +1 -4
- package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +7 -13
- package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +0 -4
- package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -1
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +6 -12
- package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -1
- package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs +4 -3
- package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -1
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/es/components/index.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +70 -102
- package/index.full.min.js +16 -16
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +22 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +71 -104
- package/lib/components/api-component/index.d.ts +37 -29
- package/lib/components/api-component/index.js +1 -0
- package/lib/components/api-component/index.js.map +1 -1
- package/lib/components/api-component/src/api-component.vue.d.ts +37 -29
- package/lib/components/api-component/src/api-component.vue2.js +29 -33
- package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
- package/lib/components/api-component/src/components/params-table.vue2.js +0 -9
- package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
- package/lib/components/api-component/src/config/api-component.d.ts +11 -0
- package/lib/components/api-component/src/config/api-component.js +4 -0
- package/lib/components/api-component/src/config/api-component.js.map +1 -1
- package/lib/components/api-component/src/config/index.js +1 -0
- package/lib/components/api-component/src/config/index.js.map +1 -1
- package/lib/components/easy-cron/index.d.ts +61 -68
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +1 -4
- package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +7 -13
- package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +0 -4
- package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -1
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +6 -12
- package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -1
- package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/lib/components/easy-cron/src/config/use-tab-mixin.js +3 -2
- package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -1
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -1
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/api-component/index.d.ts +37 -29
- package/types/packages/components/api-component/src/api-component.vue.d.ts +37 -29
- package/types/packages/components/api-component/src/config/api-component.d.ts +11 -0
- package/types/packages/components/easy-cron/index.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
- package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
- package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
- package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
- package/types/packages/utils/props/runtime.d.ts +2 -2
package/index.full.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import require$$0, { warn, defineComponent, ref, watch, resolveComponent, openBlock, createBlock, normalizeClass, unref, withCtx, createVNode, createElementVNode, createElementBlock, createTextVNode, createCommentVNode, watchEffect, Fragment, renderList, toDisplayString, withModifiers, computed, useAttrs, mergeProps, normalizeStyle, withDirectives, vShow, reactive, normalizeProps, renderSlot, guardReactiveProps, createSlots, onBeforeUnmount, onMounted, createApp, nextTick,
|
|
1
|
+
import require$$0, { warn, defineComponent, ref, watch, resolveComponent, openBlock, createBlock, normalizeClass, unref, withCtx, createVNode, createElementVNode, createElementBlock, createTextVNode, createCommentVNode, watchEffect, Fragment, renderList, toDisplayString, withModifiers, computed, useAttrs, mergeProps, normalizeStyle, withDirectives, vShow, reactive, normalizeProps, renderSlot, guardReactiveProps, createSlots, onBeforeUnmount, onMounted, createApp, nextTick, resolveDynamicComponent, inject, getCurrentInstance, h, isRef, provide, toRef, onUnmounted, toRefs } from 'vue';
|
|
2
2
|
import { Button as Button$1, Cascader as Cascader$1, Checkbox as Checkbox$1, CheckboxGroup as CheckboxGroup$1, Row, Col, DatePicker as DatePicker$1, RangePicker, theme, Drawer as Drawer$1, InputNumber as InputNumber$1, RadioGroup as RadioGroup$1, Radio as Radio$1, Select as Select$1, Tabs, TabPane, Form as Form$1, InputSearch, FormItem as FormItem$1, Input as Input$1, Modal as Modal$1, RadioButton as RadioButton$1, Segmented as Segmented$1, SelectOption as SelectOption$1, SelectOptGroup as SelectOptGroup$1, Steps as Steps$1, Switch as Switch$1, Popover, Textarea as Textarea$1, TimePicker as TimePicker$1, TimeRangePicker, Tree as Tree$1, message } from 'ant-design-vue';
|
|
3
3
|
import * as monaco from 'monaco-editor';
|
|
4
4
|
import require$$1$1 from 'fs';
|
|
@@ -2532,6 +2532,9 @@ const apiComponentProps = buildProps({
|
|
|
2532
2532
|
})
|
|
2533
2533
|
}
|
|
2534
2534
|
});
|
|
2535
|
+
const apiComponentEmits = {
|
|
2536
|
+
change: (value) => !!value
|
|
2537
|
+
};
|
|
2535
2538
|
|
|
2536
2539
|
const apiModalProps = buildProps({
|
|
2537
2540
|
type: {
|
|
@@ -4216,15 +4219,6 @@ var _sfc_main$15 = /* @__PURE__ */ defineComponent({
|
|
|
4216
4219
|
addData.value = "";
|
|
4217
4220
|
}
|
|
4218
4221
|
};
|
|
4219
|
-
watch(
|
|
4220
|
-
() => props.dataSource,
|
|
4221
|
-
(n) => {
|
|
4222
|
-
console.log({ n });
|
|
4223
|
-
},
|
|
4224
|
-
{
|
|
4225
|
-
deep: true
|
|
4226
|
-
}
|
|
4227
|
-
);
|
|
4228
4222
|
return (_ctx, _cache) => {
|
|
4229
4223
|
const _component_ll_tooltip = resolveComponent("ll-tooltip");
|
|
4230
4224
|
const _component_a_col = resolveComponent("a-col");
|
|
@@ -4354,38 +4348,34 @@ var _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
4354
4348
|
...{ name: "LlApiComponent" },
|
|
4355
4349
|
__name: "api-component",
|
|
4356
4350
|
props: apiComponentProps,
|
|
4357
|
-
|
|
4351
|
+
emits: apiComponentEmits,
|
|
4352
|
+
setup(__props, { emit: __emit }) {
|
|
4358
4353
|
const props = __props;
|
|
4354
|
+
const emits = __emit;
|
|
4359
4355
|
const bem = createNamespace("api-component");
|
|
4360
|
-
const method = ref(props.method);
|
|
4361
|
-
const url = ref(props.url);
|
|
4362
4356
|
const activeKey = ref("params");
|
|
4363
4357
|
const bodyKey = ref("form-data");
|
|
4364
|
-
const
|
|
4365
|
-
|
|
4366
|
-
|
|
4358
|
+
const httpModel = reactive({
|
|
4359
|
+
url: props.url,
|
|
4360
|
+
method: props.method,
|
|
4361
|
+
bodyParams: props.bodyParams,
|
|
4362
|
+
requestParams: props.requestParams,
|
|
4363
|
+
headerParams: props.headerParams
|
|
4364
|
+
});
|
|
4367
4365
|
const computedRequestList = computed(() => {
|
|
4368
|
-
if (method
|
|
4366
|
+
if (httpModel.method === "GET") {
|
|
4369
4367
|
return requestList.filter((item) => item.key !== "body");
|
|
4370
4368
|
}
|
|
4371
4369
|
return requestList;
|
|
4372
4370
|
});
|
|
4373
4371
|
watch(
|
|
4374
|
-
|
|
4375
|
-
(n) => {
|
|
4376
|
-
console.log("requestParams", n);
|
|
4377
|
-
},
|
|
4378
|
-
{
|
|
4379
|
-
deep: true
|
|
4380
|
-
}
|
|
4381
|
-
);
|
|
4382
|
-
watch(
|
|
4383
|
-
bodyParams,
|
|
4372
|
+
() => httpModel,
|
|
4384
4373
|
(n) => {
|
|
4385
|
-
|
|
4374
|
+
emits("change", n);
|
|
4386
4375
|
},
|
|
4387
4376
|
{
|
|
4388
|
-
deep: true
|
|
4377
|
+
deep: true,
|
|
4378
|
+
immediate: true
|
|
4389
4379
|
}
|
|
4390
4380
|
);
|
|
4391
4381
|
return (_ctx, _cache) => {
|
|
@@ -4399,10 +4389,10 @@ var _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
4399
4389
|
},
|
|
4400
4390
|
[
|
|
4401
4391
|
createVNode(ApiUrl, {
|
|
4402
|
-
method: method
|
|
4403
|
-
"onUpdate:method": _cache[0] || (_cache[0] = ($event) => method
|
|
4404
|
-
url: url
|
|
4405
|
-
"onUpdate:url": _cache[1] || (_cache[1] = ($event) => url
|
|
4392
|
+
method: httpModel.method,
|
|
4393
|
+
"onUpdate:method": _cache[0] || (_cache[0] = ($event) => httpModel.method = $event),
|
|
4394
|
+
url: httpModel.url,
|
|
4395
|
+
"onUpdate:url": _cache[1] || (_cache[1] = ($event) => httpModel.url = $event),
|
|
4406
4396
|
class: normalizeClass(unref(bem).m("header"))
|
|
4407
4397
|
}, null, 8, ["method", "url", "class"]),
|
|
4408
4398
|
createVNode(_component_ll_tabs_simple, {
|
|
@@ -4413,13 +4403,13 @@ var _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
4413
4403
|
}, null, 8, ["active-key", "tabs", "class"]),
|
|
4414
4404
|
withDirectives(createVNode(paramsTable, {
|
|
4415
4405
|
columns: unref(paramsTableColumns),
|
|
4416
|
-
"data-source": requestParams
|
|
4406
|
+
"data-source": httpModel.requestParams
|
|
4417
4407
|
}, null, 8, ["columns", "data-source"]), [
|
|
4418
4408
|
[vShow, activeKey.value === "params"]
|
|
4419
4409
|
]),
|
|
4420
4410
|
withDirectives(createVNode(paramsTable, {
|
|
4421
4411
|
columns: unref(headersTableColumns),
|
|
4422
|
-
"data-source": headerParams
|
|
4412
|
+
"data-source": httpModel.headerParams
|
|
4423
4413
|
}, null, 8, ["columns", "data-source"]), [
|
|
4424
4414
|
[vShow, activeKey.value === "headers"]
|
|
4425
4415
|
]),
|
|
@@ -4434,31 +4424,31 @@ var _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
4434
4424
|
class: normalizeClass(unref(bem).m("body-tab"))
|
|
4435
4425
|
}, null, 8, ["active-key", "tabs", "class"]),
|
|
4436
4426
|
withDirectives(createVNode(JsonXml, {
|
|
4437
|
-
value: bodyParams["json"],
|
|
4438
|
-
"onUpdate:value": _cache[4] || (_cache[4] = ($event) => bodyParams["json"] = $event)
|
|
4427
|
+
value: httpModel.bodyParams["json"],
|
|
4428
|
+
"onUpdate:value": _cache[4] || (_cache[4] = ($event) => httpModel.bodyParams["json"] = $event)
|
|
4439
4429
|
}, null, 8, ["value"]), [
|
|
4440
4430
|
[vShow, bodyKey.value === "json"]
|
|
4441
4431
|
]),
|
|
4442
4432
|
withDirectives(createVNode(JsonXml, {
|
|
4443
|
-
value: bodyParams["xml"],
|
|
4444
|
-
"onUpdate:value": _cache[5] || (_cache[5] = ($event) => bodyParams["xml"] = $event)
|
|
4433
|
+
value: httpModel.bodyParams["xml"],
|
|
4434
|
+
"onUpdate:value": _cache[5] || (_cache[5] = ($event) => httpModel.bodyParams["xml"] = $event)
|
|
4445
4435
|
}, null, 8, ["value"]), [
|
|
4446
4436
|
[vShow, bodyKey.value === "xml"]
|
|
4447
4437
|
]),
|
|
4448
4438
|
bodyKey.value === "raw" ? (openBlock(), createBlock(_component_ll_code_editor, {
|
|
4449
4439
|
key: 0,
|
|
4450
|
-
value: bodyParams["raw"],
|
|
4451
|
-
"onUpdate:value": _cache[6] || (_cache[6] = ($event) => bodyParams["raw"] = $event)
|
|
4440
|
+
value: httpModel.bodyParams["raw"],
|
|
4441
|
+
"onUpdate:value": _cache[6] || (_cache[6] = ($event) => httpModel.bodyParams["raw"] = $event)
|
|
4452
4442
|
}, null, 8, ["value"])) : createCommentVNode("v-if", true),
|
|
4453
4443
|
withDirectives(createVNode(paramsTable, {
|
|
4454
4444
|
columns: unref(paramsTableColumns),
|
|
4455
|
-
"data-source": bodyParams["x-www-form-urlencoded"]
|
|
4445
|
+
"data-source": httpModel.bodyParams["x-www-form-urlencoded"]
|
|
4456
4446
|
}, null, 8, ["columns", "data-source"]), [
|
|
4457
4447
|
[vShow, bodyKey.value === "x-www-form-urlencoded"]
|
|
4458
4448
|
]),
|
|
4459
4449
|
withDirectives(createVNode(paramsTable, {
|
|
4460
4450
|
columns: unref(formdataTableColumns),
|
|
4461
|
-
"data-source": bodyParams["form-data"]
|
|
4451
|
+
"data-source": httpModel.bodyParams["form-data"]
|
|
4462
4452
|
}, null, 8, ["columns", "data-source"]), [
|
|
4463
4453
|
[vShow, bodyKey.value === "form-data"]
|
|
4464
4454
|
]),
|
|
@@ -54160,7 +54150,7 @@ function useTabEmits() {
|
|
|
54160
54150
|
}
|
|
54161
54151
|
function useTabSetup(props, context, options) {
|
|
54162
54152
|
const { emit } = context;
|
|
54163
|
-
const
|
|
54153
|
+
const bem = createNamespace("easy-cron-config-list");
|
|
54164
54154
|
const defaultValue = ref(options?.defaultValue ?? "?");
|
|
54165
54155
|
const type = ref(options.defaultType ?? "EVERY" /* every */);
|
|
54166
54156
|
const valueList = ref([]);
|
|
@@ -54291,8 +54281,8 @@ function useTabSetup(props, context, options) {
|
|
|
54291
54281
|
}));
|
|
54292
54282
|
return {
|
|
54293
54283
|
type,
|
|
54284
|
+
bem,
|
|
54294
54285
|
TypeEnum,
|
|
54295
|
-
prefixCls,
|
|
54296
54286
|
defaultValue,
|
|
54297
54287
|
valueRange,
|
|
54298
54288
|
valueLoop,
|
|
@@ -54321,17 +54311,13 @@ var _sfc_main$S = defineComponent({
|
|
|
54321
54311
|
}),
|
|
54322
54312
|
emits: useTabEmits(),
|
|
54323
54313
|
setup(props, context) {
|
|
54324
|
-
|
|
54325
|
-
|
|
54326
|
-
|
|
54327
|
-
|
|
54328
|
-
|
|
54329
|
-
|
|
54330
|
-
|
|
54331
|
-
valueRange: { start: 0, end: 59 },
|
|
54332
|
-
valueLoop: { start: 0, interval: 1 }
|
|
54333
|
-
})
|
|
54334
|
-
};
|
|
54314
|
+
return useTabSetup(props, context, {
|
|
54315
|
+
defaultValue: "*",
|
|
54316
|
+
minValue: 0,
|
|
54317
|
+
maxValue: 59,
|
|
54318
|
+
valueRange: { start: 0, end: 59 },
|
|
54319
|
+
valueLoop: { start: 0, interval: 1 }
|
|
54320
|
+
});
|
|
54335
54321
|
}
|
|
54336
54322
|
});
|
|
54337
54323
|
|
|
@@ -54553,17 +54539,13 @@ var _sfc_main$R = defineComponent({
|
|
|
54553
54539
|
}),
|
|
54554
54540
|
emits: useTabEmits(),
|
|
54555
54541
|
setup(props, context) {
|
|
54556
|
-
|
|
54557
|
-
|
|
54558
|
-
|
|
54559
|
-
|
|
54560
|
-
|
|
54561
|
-
|
|
54562
|
-
|
|
54563
|
-
valueRange: { start: 0, end: 59 },
|
|
54564
|
-
valueLoop: { start: 0, interval: 1 }
|
|
54565
|
-
})
|
|
54566
|
-
};
|
|
54542
|
+
return useTabSetup(props, context, {
|
|
54543
|
+
defaultValue: "*",
|
|
54544
|
+
minValue: 0,
|
|
54545
|
+
maxValue: 59,
|
|
54546
|
+
valueRange: { start: 0, end: 59 },
|
|
54547
|
+
valueLoop: { start: 0, interval: 1 }
|
|
54548
|
+
});
|
|
54567
54549
|
}
|
|
54568
54550
|
});
|
|
54569
54551
|
|
|
@@ -54785,17 +54767,13 @@ var _sfc_main$Q = defineComponent({
|
|
|
54785
54767
|
}),
|
|
54786
54768
|
emits: useTabEmits(),
|
|
54787
54769
|
setup(props, context) {
|
|
54788
|
-
|
|
54789
|
-
|
|
54790
|
-
|
|
54791
|
-
|
|
54792
|
-
|
|
54793
|
-
|
|
54794
|
-
|
|
54795
|
-
valueRange: { start: 0, end: 23 },
|
|
54796
|
-
valueLoop: { start: 0, interval: 1 }
|
|
54797
|
-
})
|
|
54798
|
-
};
|
|
54770
|
+
return useTabSetup(props, context, {
|
|
54771
|
+
defaultValue: "*",
|
|
54772
|
+
minValue: 0,
|
|
54773
|
+
maxValue: 23,
|
|
54774
|
+
valueRange: { start: 0, end: 23 },
|
|
54775
|
+
valueLoop: { start: 0, interval: 1 }
|
|
54776
|
+
});
|
|
54799
54777
|
}
|
|
54800
54778
|
});
|
|
54801
54779
|
|
|
@@ -55020,7 +54998,6 @@ var _sfc_main$P = defineComponent({
|
|
|
55020
54998
|
}),
|
|
55021
54999
|
emits: useTabEmits(),
|
|
55022
55000
|
setup(props, context) {
|
|
55023
|
-
const bem = createNamespace("easy-cron-config-list");
|
|
55024
55001
|
const disabledChoice = computed(() => {
|
|
55025
55002
|
return props.week && props.week !== "?" || props.disabled;
|
|
55026
55003
|
});
|
|
@@ -55043,7 +55020,7 @@ var _sfc_main$P = defineComponent({
|
|
|
55043
55020
|
setup.updateValue(disabledChoice.value ? "?" : setup.computeValue.value);
|
|
55044
55021
|
}
|
|
55045
55022
|
);
|
|
55046
|
-
return { ...setup, typeWorkAttrs
|
|
55023
|
+
return { ...setup, typeWorkAttrs };
|
|
55047
55024
|
}
|
|
55048
55025
|
});
|
|
55049
55026
|
|
|
@@ -55311,17 +55288,13 @@ var _sfc_main$O = defineComponent({
|
|
|
55311
55288
|
}),
|
|
55312
55289
|
emits: useTabEmits(),
|
|
55313
55290
|
setup(props, context) {
|
|
55314
|
-
|
|
55315
|
-
|
|
55316
|
-
|
|
55317
|
-
|
|
55318
|
-
|
|
55319
|
-
|
|
55320
|
-
|
|
55321
|
-
valueRange: { start: 1, end: 12 },
|
|
55322
|
-
valueLoop: { start: 1, interval: 1 }
|
|
55323
|
-
})
|
|
55324
|
-
};
|
|
55291
|
+
return useTabSetup(props, context, {
|
|
55292
|
+
defaultValue: "*",
|
|
55293
|
+
minValue: 1,
|
|
55294
|
+
maxValue: 12,
|
|
55295
|
+
valueRange: { start: 1, end: 12 },
|
|
55296
|
+
valueLoop: { start: 1, interval: 1 }
|
|
55297
|
+
});
|
|
55325
55298
|
}
|
|
55326
55299
|
});
|
|
55327
55300
|
|
|
@@ -55571,7 +55544,6 @@ var _sfc_main$N = defineComponent({
|
|
|
55571
55544
|
}),
|
|
55572
55545
|
emits: useTabEmits(),
|
|
55573
55546
|
setup(props, context) {
|
|
55574
|
-
const bem = createNamespace("easy-cron-config-list");
|
|
55575
55547
|
const disabledChoice = computed(() => {
|
|
55576
55548
|
return props.day && props.day !== "?" || props.disabled;
|
|
55577
55549
|
});
|
|
@@ -55612,7 +55584,6 @@ var _sfc_main$N = defineComponent({
|
|
|
55612
55584
|
);
|
|
55613
55585
|
return {
|
|
55614
55586
|
...setup,
|
|
55615
|
-
bem,
|
|
55616
55587
|
weekOptions,
|
|
55617
55588
|
typeLoopSelectAttrs,
|
|
55618
55589
|
typeRangeSelectAttrs,
|
|
@@ -55845,16 +55816,12 @@ var _sfc_main$M = defineComponent({
|
|
|
55845
55816
|
emits: useTabEmits(),
|
|
55846
55817
|
setup(props, context) {
|
|
55847
55818
|
const nowYear = (/* @__PURE__ */ new Date()).getFullYear();
|
|
55848
|
-
|
|
55849
|
-
|
|
55850
|
-
|
|
55851
|
-
|
|
55852
|
-
|
|
55853
|
-
|
|
55854
|
-
valueRange: { start: nowYear, end: nowYear + 100 },
|
|
55855
|
-
valueLoop: { start: nowYear, interval: 1 }
|
|
55856
|
-
})
|
|
55857
|
-
};
|
|
55819
|
+
return useTabSetup(props, context, {
|
|
55820
|
+
defaultValue: "*",
|
|
55821
|
+
minValue: 0,
|
|
55822
|
+
valueRange: { start: nowYear, end: nowYear + 100 },
|
|
55823
|
+
valueLoop: { start: nowYear, interval: 1 }
|
|
55824
|
+
});
|
|
55858
55825
|
}
|
|
55859
55826
|
});
|
|
55860
55827
|
|
|
@@ -76218,4 +76185,4 @@ var installer = makeInstaller([...Components]);
|
|
|
76218
76185
|
|
|
76219
76186
|
const install = installer.install;
|
|
76220
76187
|
|
|
76221
|
-
export { DEFAULT_METHOD, DEFAULT_TYPE, ILlUploadDragProps, ImenuSwitchType, LlAdvancedFiltering, LlAdvancedFilteringParams, LlAdvancedFilteringTags, LlApiComponent, LlAvatar, LlButton, LlCascader, LlCheckbox, LlCheckboxGroup, LlCodeEditor, LlConfigProvider, LlDatePicker, LlDateRange, LlDescriptions, LlDescriptionsItem, LlDrawer, LlDropdown, LlDropdownButton, LlEasyCron, LlEmpty, LlForm, LlFormComponent, LlFormItem, LlIcon, LlIconBase, LlIconPicker, LlInput, LlInputNumber, LlKeyValue, LlModal, LlNumberRange, LlOperateIcon, LlOperateTree, LlRadio, LlRadioButton, LlRadioGroup, LlSecondConfirmation, LlSegmented, LlSelect, LlSelectGroup, LlSelectOptGroup, LlSelectOption, LlSpace, LlSteps, LlSwitch, LlTable, LlTabsSimple, LlTagGroup, LlTextarea, LlTimePicker, LlTimeRange, LlTooltip, LlTree, LlTreeSearch, LlUploadDrag, OperateTreeEmits, TypeEnum, advancedFilteringEmits, advancedFilteringParamsEmits, advancedFilteringParamsProps, advancedFilteringProps, advancedFilteringTagsEmits, apiComponentProps, apiModalEmits, apiModalProps, apiUrlEmits, avatarEmits, avatarProps, avatarType, batchEditingEmits, batchEditingOptions, batchEditingProps, bodyList, buttonProps, checkboxGroupProps, checkboxProps, checkedType, clickInputEmits, clickInputProps, codeEditorEmits, codeEditorProps, codeThemeList, customOverlay, dateUtil, installer as default, defaultOptions, descriptionsItemProps, descriptionsProps, drawerEmits, drawerOptions, drawerProps, dropdownButtonEmits, dropdownButtonProps, dropdownEmits, dropdownProps, easyCronEmits, easyCronProps, emptyProps, formColumns, formComponentProps, formOptions, formProps, formatToDate, formatToDateTime, formdataTableColumns, getKeyValueItem, headersTableColumns, iconBaseProps, iconPickerModalEmits, iconPickerModalProps, iconPickerProps, iconPickerSearchEmits, iconPickerSearchProps, iconProps, iconTypes, inputNumberEmits, inputNumberProps, inputProps, install, jsonTableColumns, jsonXmlEmits, jsonXmlOptions, jsonXmlProps, jsonXmlTableEmits, jsonXmlTableProps, jsonXmlTableRowEmits, jsonXmlTableRowProps, jsonXmlTypeOptions, keyValueEmits, keyValueItemEmits, keyValueItemProps, keyValueProps, mainTableEmits, mainTableProps, menuSwitchRadioList, methods, modalEmits, modalProps, numberRangeEmits, numberRangeProps, operateIconEmits, operateIconProps, operateTreeEmits, operateTreeProps, paramsOptions, paramsTableColumns, paramsTableEmits, paramsTableProps, paramsTableRowProps, placement, requestList, secondConfirmationProps, selectGroupData, selectGroupEmits, selectGroupFormType, selectGroupProps, selectOptGroupProps, selectOptionProps, tableHeaderSearchEmits, tableHeaderSearchProps, tablePaginationProps, tableProps, tabsSimpleEmits, tabsSimpleProps, tagGroupEmits, tagGroupProps, tooltipProps, treeEmits, treeProps, treeSearchEmits, treeSearchEmits1, treeSearchOperateWayType, treeSearchProps, treeSelectDirectoryTitleEmits, treeSelectDirectoryTitleProps, treeSelectHeaderSearchEmits, treeSelectHeaderSearchProps, typeRules, url, useSecondConfirmation, useTabEmits, useTabProps, useTabSetup };
|
|
76188
|
+
export { DEFAULT_METHOD, DEFAULT_TYPE, ILlUploadDragProps, ImenuSwitchType, LlAdvancedFiltering, LlAdvancedFilteringParams, LlAdvancedFilteringTags, LlApiComponent, LlAvatar, LlButton, LlCascader, LlCheckbox, LlCheckboxGroup, LlCodeEditor, LlConfigProvider, LlDatePicker, LlDateRange, LlDescriptions, LlDescriptionsItem, LlDrawer, LlDropdown, LlDropdownButton, LlEasyCron, LlEmpty, LlForm, LlFormComponent, LlFormItem, LlIcon, LlIconBase, LlIconPicker, LlInput, LlInputNumber, LlKeyValue, LlModal, LlNumberRange, LlOperateIcon, LlOperateTree, LlRadio, LlRadioButton, LlRadioGroup, LlSecondConfirmation, LlSegmented, LlSelect, LlSelectGroup, LlSelectOptGroup, LlSelectOption, LlSpace, LlSteps, LlSwitch, LlTable, LlTabsSimple, LlTagGroup, LlTextarea, LlTimePicker, LlTimeRange, LlTooltip, LlTree, LlTreeSearch, LlUploadDrag, OperateTreeEmits, TypeEnum, advancedFilteringEmits, advancedFilteringParamsEmits, advancedFilteringParamsProps, advancedFilteringProps, advancedFilteringTagsEmits, apiComponentEmits, apiComponentProps, apiModalEmits, apiModalProps, apiUrlEmits, avatarEmits, avatarProps, avatarType, batchEditingEmits, batchEditingOptions, batchEditingProps, bodyList, buttonProps, checkboxGroupProps, checkboxProps, checkedType, clickInputEmits, clickInputProps, codeEditorEmits, codeEditorProps, codeThemeList, customOverlay, dateUtil, installer as default, defaultOptions, descriptionsItemProps, descriptionsProps, drawerEmits, drawerOptions, drawerProps, dropdownButtonEmits, dropdownButtonProps, dropdownEmits, dropdownProps, easyCronEmits, easyCronProps, emptyProps, formColumns, formComponentProps, formOptions, formProps, formatToDate, formatToDateTime, formdataTableColumns, getKeyValueItem, headersTableColumns, iconBaseProps, iconPickerModalEmits, iconPickerModalProps, iconPickerProps, iconPickerSearchEmits, iconPickerSearchProps, iconProps, iconTypes, inputNumberEmits, inputNumberProps, inputProps, install, jsonTableColumns, jsonXmlEmits, jsonXmlOptions, jsonXmlProps, jsonXmlTableEmits, jsonXmlTableProps, jsonXmlTableRowEmits, jsonXmlTableRowProps, jsonXmlTypeOptions, keyValueEmits, keyValueItemEmits, keyValueItemProps, keyValueProps, mainTableEmits, mainTableProps, menuSwitchRadioList, methods, modalEmits, modalProps, numberRangeEmits, numberRangeProps, operateIconEmits, operateIconProps, operateTreeEmits, operateTreeProps, paramsOptions, paramsTableColumns, paramsTableEmits, paramsTableProps, paramsTableRowProps, placement, requestList, secondConfirmationProps, selectGroupData, selectGroupEmits, selectGroupFormType, selectGroupProps, selectOptGroupProps, selectOptionProps, tableHeaderSearchEmits, tableHeaderSearchProps, tablePaginationProps, tableProps, tabsSimpleEmits, tabsSimpleProps, tagGroupEmits, tagGroupProps, tooltipProps, treeEmits, treeProps, treeSearchEmits, treeSearchEmits1, treeSearchOperateWayType, treeSearchProps, treeSelectDirectoryTitleEmits, treeSelectDirectoryTitleProps, treeSelectHeaderSearchEmits, treeSelectHeaderSearchProps, typeRules, url, useSecondConfirmation, useTabEmits, useTabProps, useTabSetup };
|
|
@@ -19,7 +19,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
19
19
|
readonly requestParams: import("./src/config").IParam[];
|
|
20
20
|
readonly headerParams: import("./src/config").IParam[];
|
|
21
21
|
readonly bodyParams: Record<string, any>;
|
|
22
|
+
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
22
23
|
} & {}>;
|
|
24
|
+
emits: (event: "change", value: Record<string, any>) => void;
|
|
23
25
|
bem: {
|
|
24
26
|
b: (blockSuffix?: string) => string;
|
|
25
27
|
e: (element?: string) => string;
|
|
@@ -30,35 +32,37 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
30
32
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
31
33
|
is: (name?: string) => string;
|
|
32
34
|
};
|
|
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>>;
|
|
34
|
-
url: import("vue").Ref<string>;
|
|
35
35
|
activeKey: import("vue").Ref<string>;
|
|
36
36
|
bodyKey: import("vue").Ref<string>;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
37
|
+
httpModel: {
|
|
38
|
+
url: string;
|
|
39
|
+
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
40
|
+
bodyParams: Record<string, any>;
|
|
41
|
+
requestParams: {
|
|
42
|
+
[x: string]: any;
|
|
43
|
+
required?: boolean | undefined;
|
|
44
|
+
name?: string | undefined;
|
|
45
|
+
value?: string | undefined;
|
|
46
|
+
type?: any;
|
|
47
|
+
static?: boolean | undefined;
|
|
48
|
+
contentType?: string | undefined;
|
|
49
|
+
description?: string | undefined;
|
|
50
|
+
chineseName?: string | undefined;
|
|
51
|
+
children?: any[] | undefined;
|
|
52
|
+
}[];
|
|
53
|
+
headerParams: {
|
|
54
|
+
[x: string]: any;
|
|
55
|
+
required?: boolean | undefined;
|
|
56
|
+
name?: string | undefined;
|
|
57
|
+
value?: string | undefined;
|
|
58
|
+
type?: any;
|
|
59
|
+
static?: boolean | undefined;
|
|
60
|
+
contentType?: string | undefined;
|
|
61
|
+
description?: string | undefined;
|
|
62
|
+
chineseName?: string | undefined;
|
|
63
|
+
children?: any[] | undefined;
|
|
64
|
+
}[];
|
|
65
|
+
};
|
|
62
66
|
computedRequestList: import("vue").ComputedRef<{
|
|
63
67
|
key: string;
|
|
64
68
|
name: string;
|
|
@@ -413,7 +417,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
413
417
|
readonly columns: import("./src/config").IParamsColumn[];
|
|
414
418
|
readonly dataSource: import("./src/config").IParamsData[];
|
|
415
419
|
}, {}>;
|
|
416
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
421
|
+
change: (value: Record<string, any>) => boolean;
|
|
422
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
417
423
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
418
424
|
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
419
425
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]) | ((new (...args: any[]) => import("./src/config").IParam[]) | (() => import("./src/config").IParam[]))[], unknown, unknown, () => import("./src/config").IParam[], boolean>;
|
|
@@ -426,7 +432,9 @@ export declare const LlApiComponent: import("ll-plus/es/utils").SFCWithInstall<i
|
|
|
426
432
|
raw: string;
|
|
427
433
|
'x-www-form-urlencoded': never[];
|
|
428
434
|
}, boolean>;
|
|
429
|
-
}
|
|
435
|
+
}>> & {
|
|
436
|
+
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
437
|
+
}, {
|
|
430
438
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./src/config").IMethod))[], unknown, unknown>;
|
|
431
439
|
readonly url: string;
|
|
432
440
|
readonly requestParams: import("./src/config").IParam[];
|
|
@@ -19,6 +19,7 @@ var table = require('./src/config/table.js');
|
|
|
19
19
|
const LlApiComponent = withInstall.withInstall(apiComponent$1.default);
|
|
20
20
|
|
|
21
21
|
exports.DEFAULT_METHOD = apiComponent.DEFAULT_METHOD;
|
|
22
|
+
exports.apiComponentEmits = apiComponent.apiComponentEmits;
|
|
22
23
|
exports.apiComponentProps = apiComponent.apiComponentProps;
|
|
23
24
|
exports.bodyList = apiComponent.bodyList;
|
|
24
25
|
exports.requestList = apiComponent.requestList;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../packages/components/api-component/index.ts"],"sourcesContent":["import { withInstall } from '@ll-plus/utils'\n\nimport ApiComponent from './src/api-component.vue'\n\nexport const LlApiComponent = withInstall(ApiComponent)\n\nexport default LlApiComponent\n\nexport * from './src/config'\n\ndeclare module 'vue' {\n export interface GlobalComponents {\n LlApiComponent: typeof ApiComponent\n }\n}\n"],"names":["withInstall","ApiComponent"],"mappings":";;;;;;;;;;;;;;;;;;AAIa,MAAA,cAAA,GAAiBA,wBAAYC,sBAAY
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../packages/components/api-component/index.ts"],"sourcesContent":["import { withInstall } from '@ll-plus/utils'\n\nimport ApiComponent from './src/api-component.vue'\n\nexport const LlApiComponent = withInstall(ApiComponent)\n\nexport default LlApiComponent\n\nexport * from './src/config'\n\ndeclare module 'vue' {\n export interface GlobalComponents {\n LlApiComponent: typeof ApiComponent\n }\n}\n"],"names":["withInstall","ApiComponent"],"mappings":";;;;;;;;;;;;;;;;;;AAIa,MAAA,cAAA,GAAiBA,wBAAYC,sBAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -18,7 +18,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
readonly requestParams: import("./config").IParam[];
|
|
19
19
|
readonly headerParams: import("./config").IParam[];
|
|
20
20
|
readonly bodyParams: Record<string, any>;
|
|
21
|
+
readonly onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
21
22
|
} & {}>;
|
|
23
|
+
emits: (event: "change", value: Record<string, any>) => void;
|
|
22
24
|
bem: {
|
|
23
25
|
b: (blockSuffix?: string) => string;
|
|
24
26
|
e: (element?: string) => string;
|
|
@@ -29,35 +31,37 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
31
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
30
32
|
is: (name?: string) => string;
|
|
31
33
|
};
|
|
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>>;
|
|
33
|
-
url: import("vue").Ref<string>;
|
|
34
34
|
activeKey: import("vue").Ref<string>;
|
|
35
35
|
bodyKey: import("vue").Ref<string>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
36
|
+
httpModel: {
|
|
37
|
+
url: string;
|
|
38
|
+
method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
39
|
+
bodyParams: Record<string, any>;
|
|
40
|
+
requestParams: {
|
|
41
|
+
[x: string]: any;
|
|
42
|
+
required?: boolean | undefined;
|
|
43
|
+
name?: string | undefined;
|
|
44
|
+
value?: string | undefined;
|
|
45
|
+
type?: any;
|
|
46
|
+
static?: boolean | undefined;
|
|
47
|
+
contentType?: string | undefined;
|
|
48
|
+
description?: string | undefined;
|
|
49
|
+
chineseName?: string | undefined;
|
|
50
|
+
children?: any[] | undefined;
|
|
51
|
+
}[];
|
|
52
|
+
headerParams: {
|
|
53
|
+
[x: string]: any;
|
|
54
|
+
required?: boolean | undefined;
|
|
55
|
+
name?: string | undefined;
|
|
56
|
+
value?: string | undefined;
|
|
57
|
+
type?: any;
|
|
58
|
+
static?: boolean | undefined;
|
|
59
|
+
contentType?: string | undefined;
|
|
60
|
+
description?: string | undefined;
|
|
61
|
+
chineseName?: string | undefined;
|
|
62
|
+
children?: any[] | undefined;
|
|
63
|
+
}[];
|
|
64
|
+
};
|
|
61
65
|
computedRequestList: import("vue").ComputedRef<{
|
|
62
66
|
key: string;
|
|
63
67
|
name: string;
|
|
@@ -412,7 +416,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
412
416
|
readonly columns: import("./config").IParamsColumn[];
|
|
413
417
|
readonly dataSource: import("./config").IParamsData[];
|
|
414
418
|
}, {}>;
|
|
415
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
419
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
420
|
+
change: (value: Record<string, any>) => boolean;
|
|
421
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
416
422
|
readonly url: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
417
423
|
readonly method: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown, "GET", boolean>;
|
|
418
424
|
readonly requestParams: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]) | ((new (...args: any[]) => import("./config").IParam[]) | (() => import("./config").IParam[]))[], unknown, unknown, () => import("./config").IParam[], boolean>;
|
|
@@ -425,7 +431,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
425
431
|
raw: string;
|
|
426
432
|
'x-www-form-urlencoded': never[];
|
|
427
433
|
}, boolean>;
|
|
428
|
-
}
|
|
434
|
+
}>> & {
|
|
435
|
+
onChange?: ((value: Record<string, any>) => any) | undefined;
|
|
436
|
+
}, {
|
|
429
437
|
readonly method: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod) | ((new (...args: any[]) => "POST" | "PUT" | "GET" | "DELETE") | (() => import("./config").IMethod))[], unknown, unknown>;
|
|
430
438
|
readonly url: string;
|
|
431
439
|
readonly requestParams: import("./config").IParam[];
|