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.
Files changed (125) hide show
  1. package/es/components/api-component/index.d.ts +37 -29
  2. package/es/components/api-component/index.mjs +1 -1
  3. package/es/components/api-component/src/api-component.vue.d.ts +37 -29
  4. package/es/components/api-component/src/api-component.vue2.mjs +30 -34
  5. package/es/components/api-component/src/api-component.vue2.mjs.map +1 -1
  6. package/es/components/api-component/src/components/params-table.vue2.mjs +1 -10
  7. package/es/components/api-component/src/components/params-table.vue2.mjs.map +1 -1
  8. package/es/components/api-component/src/config/api-component.d.ts +11 -0
  9. package/es/components/api-component/src/config/api-component.mjs +4 -1
  10. package/es/components/api-component/src/config/api-component.mjs.map +1 -1
  11. package/es/components/api-component/src/config/index.mjs +1 -1
  12. package/es/components/easy-cron/index.d.ts +61 -68
  13. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
  14. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
  15. package/es/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
  16. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -1
  17. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs +1 -4
  18. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -1
  19. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
  20. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -1
  21. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs +7 -13
  22. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -1
  23. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
  24. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -1
  25. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs +7 -13
  26. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -1
  27. package/es/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
  28. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -1
  29. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs +7 -13
  30. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -1
  31. package/es/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
  32. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -1
  33. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs +7 -13
  34. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -1
  35. package/es/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
  36. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -1
  37. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs +0 -4
  38. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -1
  39. package/es/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
  40. package/es/components/easy-cron/src/components/tabs/year-ui.vue.mjs.map +1 -1
  41. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs +6 -12
  42. package/es/components/easy-cron/src/components/tabs/year-ui.vue2.mjs.map +1 -1
  43. package/es/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
  44. package/es/components/easy-cron/src/config/use-tab-mixin.mjs +4 -3
  45. package/es/components/easy-cron/src/config/use-tab-mixin.mjs.map +1 -1
  46. package/es/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
  47. package/es/components/index.mjs +1 -1
  48. package/es/index.mjs +1 -1
  49. package/es/utils/props/runtime.d.ts +2 -2
  50. package/index.full.js +70 -102
  51. package/index.full.min.js +16 -16
  52. package/index.full.min.js.map +1 -1
  53. package/index.full.min.mjs +22 -22
  54. package/index.full.min.mjs.map +1 -1
  55. package/index.full.mjs +71 -104
  56. package/lib/components/api-component/index.d.ts +37 -29
  57. package/lib/components/api-component/index.js +1 -0
  58. package/lib/components/api-component/index.js.map +1 -1
  59. package/lib/components/api-component/src/api-component.vue.d.ts +37 -29
  60. package/lib/components/api-component/src/api-component.vue2.js +29 -33
  61. package/lib/components/api-component/src/api-component.vue2.js.map +1 -1
  62. package/lib/components/api-component/src/components/params-table.vue2.js +0 -9
  63. package/lib/components/api-component/src/components/params-table.vue2.js.map +1 -1
  64. package/lib/components/api-component/src/config/api-component.d.ts +11 -0
  65. package/lib/components/api-component/src/config/api-component.js +4 -0
  66. package/lib/components/api-component/src/config/api-component.js.map +1 -1
  67. package/lib/components/api-component/src/config/index.js +1 -0
  68. package/lib/components/api-component/src/config/index.js.map +1 -1
  69. package/lib/components/easy-cron/index.d.ts +61 -68
  70. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
  71. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
  72. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
  73. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -1
  74. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js +1 -4
  75. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -1
  76. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
  77. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -1
  78. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js +7 -13
  79. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -1
  80. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
  81. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -1
  82. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js +7 -13
  83. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -1
  84. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
  85. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -1
  86. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js +7 -13
  87. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -1
  88. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
  89. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -1
  90. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js +7 -13
  91. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -1
  92. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
  93. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -1
  94. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js +0 -4
  95. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -1
  96. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
  97. package/lib/components/easy-cron/src/components/tabs/year-ui.vue.js.map +1 -1
  98. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js +6 -12
  99. package/lib/components/easy-cron/src/components/tabs/year-ui.vue2.js.map +1 -1
  100. package/lib/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
  101. package/lib/components/easy-cron/src/config/use-tab-mixin.js +3 -2
  102. package/lib/components/easy-cron/src/config/use-tab-mixin.js.map +1 -1
  103. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
  104. package/lib/components/index.js +1 -0
  105. package/lib/components/index.js.map +1 -1
  106. package/lib/index.js +1 -0
  107. package/lib/index.js.map +1 -1
  108. package/lib/utils/props/runtime.d.ts +2 -2
  109. package/package.json +1 -1
  110. package/types/packages/components/api-component/index.d.ts +37 -29
  111. package/types/packages/components/api-component/src/api-component.vue.d.ts +37 -29
  112. package/types/packages/components/api-component/src/config/api-component.d.ts +11 -0
  113. package/types/packages/components/easy-cron/index.d.ts +61 -68
  114. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +61 -68
  115. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +61 -68
  116. package/types/packages/components/easy-cron/src/components/tabs/day-ui.vue.d.ts +1 -2
  117. package/types/packages/components/easy-cron/src/components/tabs/hour-ui.vue.d.ts +10 -11
  118. package/types/packages/components/easy-cron/src/components/tabs/minute-ui.vue.d.ts +10 -11
  119. package/types/packages/components/easy-cron/src/components/tabs/month-ui.vue.d.ts +10 -11
  120. package/types/packages/components/easy-cron/src/components/tabs/second-ui.vue.d.ts +10 -11
  121. package/types/packages/components/easy-cron/src/components/tabs/week-ui.vue.d.ts +10 -11
  122. package/types/packages/components/easy-cron/src/components/tabs/year-ui.vue.d.ts +10 -11
  123. package/types/packages/components/easy-cron/src/config/use-tab-mixin.d.ts +10 -1
  124. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +61 -68
  125. 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, inject, resolveDynamicComponent, getCurrentInstance, h, isRef, provide, toRef, onUnmounted, toRefs } from 'vue';
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
- setup(__props) {
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 requestParams = ref(props.requestParams);
4365
- const headerParams = ref(props.headerParams);
4366
- const bodyParams = reactive(props.bodyParams);
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.value === "GET") {
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
- requestParams,
4375
- (n) => {
4376
- console.log("requestParams", n);
4377
- },
4378
- {
4379
- deep: true
4380
- }
4381
- );
4382
- watch(
4383
- bodyParams,
4372
+ () => httpModel,
4384
4373
  (n) => {
4385
- console.log("bodyParams", n);
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.value,
4403
- "onUpdate:method": _cache[0] || (_cache[0] = ($event) => method.value = $event),
4404
- url: url.value,
4405
- "onUpdate:url": _cache[1] || (_cache[1] = ($event) => url.value = $event),
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.value
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.value
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 prefixCls = inject("prefixCls");
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
- const bem = createNamespace("easy-cron-config-list");
54325
- return {
54326
- bem,
54327
- ...useTabSetup(props, context, {
54328
- defaultValue: "*",
54329
- minValue: 0,
54330
- maxValue: 59,
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
- const bem = createNamespace("easy-cron-config-list");
54557
- return {
54558
- bem,
54559
- ...useTabSetup(props, context, {
54560
- defaultValue: "*",
54561
- minValue: 0,
54562
- maxValue: 59,
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
- const bem = createNamespace("easy-cron-config-list");
54789
- return {
54790
- bem,
54791
- ...useTabSetup(props, context, {
54792
- defaultValue: "*",
54793
- minValue: 0,
54794
- maxValue: 23,
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, bem };
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
- const bem = createNamespace("easy-cron-config-list");
55315
- return {
55316
- bem,
55317
- ...useTabSetup(props, context, {
55318
- defaultValue: "*",
55319
- minValue: 1,
55320
- maxValue: 12,
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
- const bem = createNamespace("easy-cron-config-list");
55849
- return {
55850
- bem,
55851
- ...useTabSetup(props, context, {
55852
- defaultValue: "*",
55853
- minValue: 0,
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
- requestParams: import("vue").Ref<{
38
- [x: string]: any;
39
- required?: boolean | undefined;
40
- name?: string | undefined;
41
- value?: string | undefined;
42
- type?: any;
43
- static?: boolean | undefined;
44
- contentType?: string | undefined;
45
- description?: string | undefined;
46
- chineseName?: string | undefined;
47
- children?: any[] | undefined;
48
- }[]>;
49
- headerParams: import("vue").Ref<{
50
- [x: string]: any;
51
- required?: boolean | undefined;
52
- name?: string | undefined;
53
- value?: string | undefined;
54
- type?: any;
55
- static?: boolean | undefined;
56
- contentType?: string | undefined;
57
- description?: string | undefined;
58
- chineseName?: string | undefined;
59
- children?: any[] | undefined;
60
- }[]>;
61
- bodyParams: Record<string, any>;
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, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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
- requestParams: import("vue").Ref<{
37
- [x: string]: any;
38
- required?: boolean | undefined;
39
- name?: string | undefined;
40
- value?: string | undefined;
41
- type?: any;
42
- static?: boolean | undefined;
43
- contentType?: string | undefined;
44
- description?: string | undefined;
45
- chineseName?: string | undefined;
46
- children?: any[] | undefined;
47
- }[]>;
48
- headerParams: import("vue").Ref<{
49
- [x: string]: any;
50
- required?: boolean | undefined;
51
- name?: string | undefined;
52
- value?: string | undefined;
53
- type?: any;
54
- static?: boolean | undefined;
55
- contentType?: string | undefined;
56
- description?: string | undefined;
57
- chineseName?: string | undefined;
58
- children?: any[] | undefined;
59
- }[]>;
60
- bodyParams: Record<string, any>;
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, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
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[];