keli-ui 0.2.4 → 0.2.5

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 (20) hide show
  1. package/dist/keli-ui.js +277 -163
  2. package/dist/keli-ui.umd.cjs +1 -1
  3. package/dist/types/packages/FormComponents/FormDatePicker/FormDatePickerProxy.vue.d.ts +12 -0
  4. package/dist/types/packages/FormComponents/FormDatePicker/index.d.ts +1 -1
  5. package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerProxy.vue.d.ts +12 -0
  6. package/dist/types/packages/FormComponents/FormDateTimePicker/index.d.ts +1 -1
  7. package/dist/types/packages/FormComponents/FormRender/FormRenderProxy.vue.d.ts +12 -0
  8. package/dist/types/packages/FormComponents/FormRender/index.d.ts +1 -1
  9. package/dist/types/packages/FormComponents/FormSelect/FormSelectProxy.vue.d.ts +12 -0
  10. package/dist/types/packages/FormComponents/FormSelect/index.d.ts +1 -1
  11. package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncProxy.vue.d.ts +12 -0
  12. package/dist/types/packages/FormComponents/FormSelectAsync/index.d.ts +1 -1
  13. package/dist/types/packages/QueryComponents/QueryBar/QueryBarProxy.vue.d.ts +12 -0
  14. package/dist/types/packages/QueryComponents/QueryBar/index.d.ts +1 -1
  15. package/dist/types/packages/TableComponents/TableCardRender/TableCardRenderProxy.vue.d.ts +12 -0
  16. package/dist/types/packages/TableComponents/TableCardRender/index.d.ts +1 -1
  17. package/dist/types/packages/TableComponents/TableRender/TableRenderProxy.vue.d.ts +12 -0
  18. package/dist/types/packages/TableComponents/TableRender/index.d.ts +1 -1
  19. package/dist/types/packages/ToolBar/ToolBarProxy.vue.d.ts +11 -1
  20. package/package.json +1 -1
package/dist/keli-ui.js CHANGED
@@ -1,4 +1,4 @@
1
- import { onMounted, nextTick, getCurrentScope, onScopeDispose, getCurrentInstance, computed, shallowRef, watch, toValue, reactive, inject, provide, createCommentVNode, h as h$1, defineComponent, ref, onUnmounted, TransitionGroup, Teleport, onActivated, onDeactivated, onBeforeUnmount, resolveComponent, isRef, unref, isVNode, createVNode, watchEffect, mergeProps, Transition, withDirectives, vShow, Fragment, createApp, withKeys, createBlock, openBlock, withCtx, createElementBlock, renderList, resolveDynamicComponent, createElementVNode, createTextVNode, toDisplayString, renderSlot, mergeModels, useModel, withModifiers, normalizeStyle, normalizeClass, resolveDirective, createSlots, normalizeProps, guardReactiveProps, toRefs, useTemplateRef } from "vue";
1
+ import { onMounted, nextTick, getCurrentScope, onScopeDispose, getCurrentInstance, computed, shallowRef, watch, toValue, reactive, inject, provide, createCommentVNode, h as h$1, defineComponent, ref, onUnmounted, TransitionGroup, Teleport, onActivated, onDeactivated, onBeforeUnmount, resolveComponent, isRef, unref, isVNode, createVNode, watchEffect, mergeProps, Transition, withDirectives, vShow, Fragment, createApp, withKeys, createBlock, openBlock, withCtx, createElementBlock, renderList, resolveDynamicComponent, createElementVNode, createTextVNode, toDisplayString, renderSlot, mergeModels, useModel, withModifiers, normalizeStyle, normalizeClass, resolveDirective, createSlots, useAttrs, normalizeProps, guardReactiveProps, toRefs, useTemplateRef } from "vue";
2
2
  import { Setting, Download, More } from "@element-plus/icons-vue";
3
3
  import { dayjs, ElMessage, ElNotification, ElMessageBox, ElTable, ElTableColumn } from "element-plus";
4
4
  function tryOnScopeDispose(fn) {
@@ -36173,7 +36173,7 @@ const mergeObjects = (queryData, typeData) => {
36173
36173
  return mergedObj;
36174
36174
  };
36175
36175
  const _hoisted_1$e = { style: { "width": "100%", "text-align": "right" } };
36176
- const _sfc_main$G = /* @__PURE__ */ defineComponent({
36176
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
36177
36177
  __name: "QueryBarClient",
36178
36178
  props: {
36179
36179
  frame: {
@@ -36357,7 +36357,7 @@ async function useButtonExec(data, button, rowIndex) {
36357
36357
  button.webFunction(data, button.params, rowIndex);
36358
36358
  }
36359
36359
  }
36360
- const _sfc_main$F = /* @__PURE__ */ defineComponent({
36360
+ const _sfc_main$N = /* @__PURE__ */ defineComponent({
36361
36361
  __name: "ToolBarClient",
36362
36362
  props: {
36363
36363
  toolButtons: {
@@ -36400,7 +36400,7 @@ const _export_sfc = (sfc, props) => {
36400
36400
  }
36401
36401
  return target;
36402
36402
  };
36403
- const ToolBarClient = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-d81813fb"]]);
36403
+ const ToolBarClient = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-d81813fb"]]);
36404
36404
  const _hoisted_1$d = { class: "ke-table-render-client" };
36405
36405
  const _hoisted_2$9 = {
36406
36406
  key: 1,
@@ -36410,7 +36410,7 @@ const _hoisted_3$6 = {
36410
36410
  key: 2,
36411
36411
  class: "ke-pagination-div"
36412
36412
  };
36413
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
36413
+ const _sfc_main$M = /* @__PURE__ */ defineComponent({
36414
36414
  __name: "TableRenderClient",
36415
36415
  props: /* @__PURE__ */ mergeModels({
36416
36416
  tableId: {
@@ -36578,7 +36578,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
36578
36578
  const _component_el_button = resolveComponent("el-button");
36579
36579
  const _component_el_pagination = resolveComponent("el-pagination");
36580
36580
  return openBlock(), createElementBlock("div", _hoisted_1$d, [
36581
- __props.queryConfig && __props.queryConfig.length > 0 ? (openBlock(), createBlock(_sfc_main$G, {
36581
+ __props.queryConfig && __props.queryConfig.length > 0 ? (openBlock(), createBlock(_sfc_main$O, {
36582
36582
  key: 0,
36583
36583
  frame: __props.queryConfig,
36584
36584
  class: "ke-query-bar-client",
@@ -36703,7 +36703,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
36703
36703
  }
36704
36704
  });
36705
36705
  const _hoisted_1$c = { style: { "margin": "16px" } };
36706
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
36706
+ const _sfc_main$L = /* @__PURE__ */ defineComponent({
36707
36707
  __name: "QueryBarMobile",
36708
36708
  props: {
36709
36709
  frame: {
@@ -36833,7 +36833,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
36833
36833
  }
36834
36834
  });
36835
36835
  const _hoisted_1$b = { class: "button-container" };
36836
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
36836
+ const _sfc_main$K = /* @__PURE__ */ defineComponent({
36837
36837
  __name: "ToolBarMobile",
36838
36838
  props: {
36839
36839
  toolButtons: {
@@ -36896,7 +36896,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
36896
36896
  };
36897
36897
  }
36898
36898
  });
36899
- const ToolBarMobile = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-f3dd7c43"]]);
36899
+ const ToolBarMobile = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-f3dd7c43"]]);
36900
36900
  const customFormatter = (options) => {
36901
36901
  if (isEmpty(options.cellValue) || isEmpty(options.tabObj))
36902
36902
  return options.cellValue;
@@ -36922,7 +36922,7 @@ const _hoisted_5$2 = {
36922
36922
  key: 0,
36923
36923
  class: "pagination-div"
36924
36924
  };
36925
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
36925
+ const _sfc_main$J = /* @__PURE__ */ defineComponent({
36926
36926
  __name: "TableRenderMobile",
36927
36927
  props: /* @__PURE__ */ mergeModels({
36928
36928
  tableId: {
@@ -37051,7 +37051,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
37051
37051
  const _directive_loading = resolveDirective("loading");
37052
37052
  return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$a, [
37053
37053
  createElementVNode("div", _hoisted_2$8, [
37054
- createVNode(_sfc_main$D, {
37054
+ createVNode(_sfc_main$L, {
37055
37055
  frame: __props.queryConfig,
37056
37056
  onQueryClick: queryClick
37057
37057
  }, null, 8, ["frame"])
@@ -37147,10 +37147,25 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
37147
37147
  };
37148
37148
  }
37149
37149
  });
37150
- const TableRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-8d24642d"]]);
37151
- const KeTableRender = isMobileDevice.value ? TableRenderMobile : _sfc_main$E;
37152
- KeTableRender.install = (app) => {
37153
- app.component(KeTableRender.__name, KeTableRender);
37150
+ const Mobile$1 = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-8d24642d"]]);
37151
+ const _sfc_main$I = /* @__PURE__ */ defineComponent({
37152
+ __name: "TableRenderProxy",
37153
+ setup(__props) {
37154
+ const currentComponent = computed(() => isMobileDevice.value ? Mobile$1 : _sfc_main$M);
37155
+ const attrs = useAttrs();
37156
+ const forwardedAttrs = attrs;
37157
+ return (_ctx, _cache) => {
37158
+ return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
37159
+ default: withCtx(() => [
37160
+ renderSlot(_ctx.$slots, "default")
37161
+ ]),
37162
+ _: 3
37163
+ }, 16);
37164
+ };
37165
+ }
37166
+ });
37167
+ _sfc_main$I.install = (app) => {
37168
+ app.component("KeTableRender", _sfc_main$I);
37154
37169
  };
37155
37170
  const _hoisted_1$9 = { class: "table-card-render-client" };
37156
37171
  const _hoisted_2$7 = {
@@ -37162,7 +37177,7 @@ const _hoisted_4$2 = ["src"];
37162
37177
  const _hoisted_5$1 = { class: "title-wrapper" };
37163
37178
  const _hoisted_6$1 = { class: "title-text" };
37164
37179
  const _hoisted_7 = { class: "pagination-div" };
37165
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
37180
+ const _sfc_main$H = /* @__PURE__ */ defineComponent({
37166
37181
  __name: "TableCardRenderClient",
37167
37182
  props: /* @__PURE__ */ mergeModels({
37168
37183
  tableId: {
@@ -37416,14 +37431,14 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
37416
37431
  };
37417
37432
  }
37418
37433
  });
37419
- const TableCardRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-8a376fa7"]]);
37434
+ const Client = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-8a376fa7"]]);
37420
37435
  const _hoisted_1$8 = { class: "table-render-mobile" };
37421
37436
  const _hoisted_2$6 = { class: "table-render-mobile-search" };
37422
37437
  const _hoisted_3$3 = { class: "table-tool-button" };
37423
37438
  const _hoisted_4$1 = { class: "table-render-mobile-content" };
37424
37439
  const _hoisted_5 = ["src"];
37425
37440
  const _hoisted_6 = { class: "pagination-div" };
37426
- const _sfc_main$z = /* @__PURE__ */ defineComponent({
37441
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
37427
37442
  __name: "TableCardRenderMobile",
37428
37443
  props: /* @__PURE__ */ mergeModels({
37429
37444
  tableId: {
@@ -37657,17 +37672,32 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
37657
37672
  };
37658
37673
  }
37659
37674
  });
37660
- const TableCardRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-2e3c5fe2"]]);
37661
- const KeTableCardRender = isMobileDevice.value ? TableCardRenderMobile : TableCardRenderClient;
37662
- KeTableCardRender.install = (app) => {
37663
- app.component(KeTableCardRender.__name, KeTableCardRender);
37675
+ const Mobile = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-2e3c5fe2"]]);
37676
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
37677
+ __name: "TableCardRenderProxy",
37678
+ setup(__props) {
37679
+ const currentComponent = computed(() => isMobileDevice.value ? Mobile : Client);
37680
+ const attrs = useAttrs();
37681
+ const forwardedAttrs = attrs;
37682
+ return (_ctx, _cache) => {
37683
+ return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
37684
+ default: withCtx(() => [
37685
+ renderSlot(_ctx.$slots, "default")
37686
+ ]),
37687
+ _: 3
37688
+ }, 16);
37689
+ };
37690
+ }
37691
+ });
37692
+ _sfc_main$F.install = (app) => {
37693
+ app.component("KeTableCardRender", _sfc_main$F);
37664
37694
  };
37665
37695
  const _hoisted_1$7 = { class: "table-render-client" };
37666
37696
  const _hoisted_2$5 = {
37667
37697
  key: 1,
37668
37698
  class: "table-tool-button"
37669
37699
  };
37670
- const _sfc_main$y = /* @__PURE__ */ defineComponent({
37700
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
37671
37701
  __name: "TableTreeRender",
37672
37702
  props: {
37673
37703
  tableId: {
@@ -37868,13 +37898,13 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
37868
37898
  };
37869
37899
  }
37870
37900
  });
37871
- const KeTableTreeRender = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-b06f3a94"]]);
37901
+ const KeTableTreeRender = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-b06f3a94"]]);
37872
37902
  KeTableTreeRender.install = (app) => {
37873
37903
  app.component(KeTableTreeRender.__name, KeTableTreeRender);
37874
37904
  };
37875
37905
  const _hoisted_1$6 = { class: "table-check-box-async" };
37876
37906
  const _hoisted_2$4 = { class: "dialog-header" };
37877
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
37907
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
37878
37908
  __name: "TableCheckBoxAsync",
37879
37909
  props: /* @__PURE__ */ mergeModels({
37880
37910
  value: {
@@ -38027,12 +38057,12 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
38027
38057
  };
38028
38058
  }
38029
38059
  });
38030
- const KeTableCheckBoxAsync = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-843c7943"]]);
38060
+ const KeTableCheckBoxAsync = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-843c7943"]]);
38031
38061
  KeTableCheckBoxAsync.install = (app) => {
38032
38062
  app.component(KeTableCheckBoxAsync.__name, KeTableCheckBoxAsync);
38033
38063
  };
38034
38064
  const _hoisted_1$5 = { style: { "margin": "4px 0 0", "text-align": "right" } };
38035
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
38065
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
38036
38066
  __name: "TableInput",
38037
38067
  props: /* @__PURE__ */ mergeModels({
38038
38068
  value: {
@@ -38145,10 +38175,10 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
38145
38175
  };
38146
38176
  }
38147
38177
  });
38148
- const KeTableInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-45577ce0"]]);
38178
+ const KeTableInput = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-45577ce0"]]);
38149
38179
  const _hoisted_1$4 = { style: { "width": "100%" } };
38150
38180
  const _hoisted_2$3 = { style: { "margin": "4px 0 0", "text-align": "right" } };
38151
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
38181
+ const _sfc_main$B = /* @__PURE__ */ defineComponent({
38152
38182
  __name: "TableInputNumber",
38153
38183
  props: /* @__PURE__ */ mergeModels({
38154
38184
  value: {
@@ -38265,11 +38295,11 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
38265
38295
  };
38266
38296
  }
38267
38297
  });
38268
- const KeTableInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-b622e1f6"]]);
38298
+ const KeTableInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-b622e1f6"]]);
38269
38299
  KeTableInputNumber.install = (app) => {
38270
38300
  app.component(KeTableInputNumber.__name, KeTableInputNumber);
38271
38301
  };
38272
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
38302
+ const _sfc_main$A = /* @__PURE__ */ defineComponent({
38273
38303
  __name: "TableSelect",
38274
38304
  props: {
38275
38305
  value: {
@@ -38348,10 +38378,10 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
38348
38378
  };
38349
38379
  }
38350
38380
  });
38351
- _sfc_main$u.install = (app) => {
38352
- app.component(_sfc_main$u.__name, _sfc_main$u);
38381
+ _sfc_main$A.install = (app) => {
38382
+ app.component(_sfc_main$A.__name, _sfc_main$A);
38353
38383
  };
38354
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
38384
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
38355
38385
  __name: "TableSelectAsync",
38356
38386
  props: /* @__PURE__ */ mergeModels({
38357
38387
  value: {
@@ -38415,10 +38445,10 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
38415
38445
  };
38416
38446
  }
38417
38447
  });
38418
- _sfc_main$t.install = (app) => {
38419
- app.component(_sfc_main$t.__name, _sfc_main$t);
38448
+ _sfc_main$z.install = (app) => {
38449
+ app.component(_sfc_main$z.__name, _sfc_main$z);
38420
38450
  };
38421
- const _sfc_main$s = /* @__PURE__ */ defineComponent({
38451
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
38422
38452
  __name: "TableSwitch",
38423
38453
  props: /* @__PURE__ */ mergeModels({
38424
38454
  value: {
@@ -38461,14 +38491,29 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
38461
38491
  };
38462
38492
  }
38463
38493
  });
38464
- _sfc_main$s.install = (app) => {
38465
- app.component(_sfc_main$s.__name, _sfc_main$s);
38494
+ _sfc_main$y.install = (app) => {
38495
+ app.component(_sfc_main$y.__name, _sfc_main$y);
38466
38496
  };
38467
- const KeliQueryBar = isMobileDevice.value ? _sfc_main$D : _sfc_main$G;
38468
- KeliQueryBar.install = (app) => {
38469
- app.component(KeliQueryBar.__name, KeliQueryBar);
38497
+ const _sfc_main$x = /* @__PURE__ */ defineComponent({
38498
+ __name: "QueryBarProxy",
38499
+ setup(__props) {
38500
+ const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$L : _sfc_main$O);
38501
+ const attrs = useAttrs();
38502
+ const forwardedAttrs = attrs;
38503
+ return (_ctx, _cache) => {
38504
+ return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
38505
+ default: withCtx(() => [
38506
+ renderSlot(_ctx.$slots, "default")
38507
+ ]),
38508
+ _: 3
38509
+ }, 16);
38510
+ };
38511
+ }
38512
+ });
38513
+ _sfc_main$x.install = (app) => {
38514
+ app.component("KeliQueryBar", _sfc_main$x);
38470
38515
  };
38471
- const _sfc_main$r = /* @__PURE__ */ defineComponent({
38516
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
38472
38517
  __name: "QueryDateTimeClient",
38473
38518
  props: /* @__PURE__ */ mergeModels({
38474
38519
  value: {
@@ -38533,10 +38578,10 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
38533
38578
  };
38534
38579
  }
38535
38580
  });
38536
- _sfc_main$r.install = (app) => {
38537
- app.component(_sfc_main$r.__name, _sfc_main$r);
38581
+ _sfc_main$w.install = (app) => {
38582
+ app.component(_sfc_main$w.__name, _sfc_main$w);
38538
38583
  };
38539
- const _sfc_main$q = /* @__PURE__ */ defineComponent({
38584
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
38540
38585
  __name: "QueryInput",
38541
38586
  props: /* @__PURE__ */ mergeModels({
38542
38587
  value: {
@@ -38566,10 +38611,10 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
38566
38611
  };
38567
38612
  }
38568
38613
  });
38569
- _sfc_main$q.install = (app) => {
38570
- app.component(_sfc_main$q.__name, _sfc_main$q);
38614
+ _sfc_main$v.install = (app) => {
38615
+ app.component(_sfc_main$v.__name, _sfc_main$v);
38571
38616
  };
38572
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
38617
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
38573
38618
  __name: "QueryInputLike",
38574
38619
  props: /* @__PURE__ */ mergeModels({
38575
38620
  value: {
@@ -38599,10 +38644,10 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
38599
38644
  };
38600
38645
  }
38601
38646
  });
38602
- _sfc_main$p.install = (app) => {
38603
- app.component(_sfc_main$p.__name, _sfc_main$p);
38647
+ _sfc_main$u.install = (app) => {
38648
+ app.component(_sfc_main$u.__name, _sfc_main$u);
38604
38649
  };
38605
- const _sfc_main$o = /* @__PURE__ */ defineComponent({
38650
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
38606
38651
  __name: "QuerySelectClient",
38607
38652
  props: /* @__PURE__ */ mergeModels({
38608
38653
  value: {
@@ -38655,30 +38700,28 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
38655
38700
  };
38656
38701
  }
38657
38702
  });
38658
- const KeliQuerySelect = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-d1b8eb49"]]);
38703
+ const KeliQuerySelect = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-d1b8eb49"]]);
38659
38704
  KeliQuerySelect.install = (app) => {
38660
38705
  app.component(KeliQuerySelect.__name, KeliQuerySelect);
38661
38706
  };
38662
- const _sfc_main$n = /* @__PURE__ */ defineComponent({
38707
+ const _sfc_main$s = /* @__PURE__ */ defineComponent({
38663
38708
  __name: "ToolBarProxy",
38664
- props: {
38665
- toolButtons: {
38666
- required: true,
38667
- type: Array
38668
- }
38669
- },
38670
38709
  setup(__props) {
38671
- const props = __props;
38672
- const currentComponent = computed(() => {
38673
- return isMobileDevice.value ? ToolBarMobile : ToolBarClient;
38674
- });
38710
+ const currentComponent = computed(() => isMobileDevice.value ? ToolBarMobile : ToolBarClient);
38711
+ const attrs = useAttrs();
38712
+ const forwardedAttrs = attrs;
38675
38713
  return (_ctx, _cache) => {
38676
- return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(props)), null, 16);
38714
+ return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
38715
+ default: withCtx(() => [
38716
+ renderSlot(_ctx.$slots, "default")
38717
+ ]),
38718
+ _: 3
38719
+ }, 16);
38677
38720
  };
38678
38721
  }
38679
38722
  });
38680
- _sfc_main$n.install = (app) => {
38681
- app.component(_sfc_main$n.__name, _sfc_main$n);
38723
+ _sfc_main$s.install = (app) => {
38724
+ app.component(_sfc_main$s.__name, _sfc_main$s);
38682
38725
  };
38683
38726
  const useMittHook = (fieldName, mittId) => {
38684
38727
  if (!mittId) {
@@ -38705,7 +38748,7 @@ const useMittHook = (fieldName, mittId) => {
38705
38748
  };
38706
38749
  return { registerMitt, offMitt };
38707
38750
  };
38708
- const _sfc_main$m = /* @__PURE__ */ defineComponent({
38751
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
38709
38752
  __name: "FormCascaderAsync",
38710
38753
  props: /* @__PURE__ */ mergeModels({
38711
38754
  value: {
@@ -38807,11 +38850,11 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
38807
38850
  };
38808
38851
  }
38809
38852
  });
38810
- _sfc_main$m.install = (app) => {
38811
- app.component(_sfc_main$m.__name, _sfc_main$m);
38853
+ _sfc_main$r.install = (app) => {
38854
+ app.component(_sfc_main$r.__name, _sfc_main$r);
38812
38855
  };
38813
38856
  const isLoadFail = false;
38814
- const _sfc_main$l = /* @__PURE__ */ defineComponent({
38857
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
38815
38858
  __name: "FormCheckBoxAsync",
38816
38859
  props: /* @__PURE__ */ mergeModels({
38817
38860
  value: {
@@ -38939,13 +38982,13 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
38939
38982
  };
38940
38983
  }
38941
38984
  });
38942
- _sfc_main$l.install = (app) => {
38943
- app.component(_sfc_main$l.__name, _sfc_main$l);
38985
+ _sfc_main$q.install = (app) => {
38986
+ app.component(_sfc_main$q.__name, _sfc_main$q);
38944
38987
  };
38945
38988
  const _hoisted_1$3 = { class: "dateCell" };
38946
38989
  const _hoisted_2$2 = { class: "solar_calendar" };
38947
38990
  const _hoisted_3$2 = { class: "lunar_calendar" };
38948
- const _sfc_main$k = /* @__PURE__ */ defineComponent({
38991
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
38949
38992
  __name: "FormDatePickerClient",
38950
38993
  props: /* @__PURE__ */ mergeModels({
38951
38994
  value: {
@@ -39014,8 +39057,8 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
39014
39057
  };
39015
39058
  }
39016
39059
  });
39017
- const FormDatePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-dd842b4b"]]);
39018
- const _sfc_main$j = /* @__PURE__ */ defineComponent({
39060
+ const FormDatePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-dd842b4b"]]);
39061
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
39019
39062
  __name: "FormDatePickerMobile",
39020
39063
  props: /* @__PURE__ */ mergeModels({
39021
39064
  value: {
@@ -39118,11 +39161,26 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
39118
39161
  };
39119
39162
  }
39120
39163
  });
39121
- const KeFormDatePicker = isMobileDevice.value ? _sfc_main$j : FormDatePickerClient;
39122
- KeFormDatePicker.install = (app) => {
39123
- app.component(KeFormDatePicker.__name, KeFormDatePicker);
39164
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
39165
+ __name: "FormDatePickerProxy",
39166
+ setup(__props) {
39167
+ const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$o : FormDatePickerClient);
39168
+ const attrs = useAttrs();
39169
+ const forwardedAttrs = attrs;
39170
+ return (_ctx, _cache) => {
39171
+ return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
39172
+ default: withCtx(() => [
39173
+ renderSlot(_ctx.$slots, "default")
39174
+ ]),
39175
+ _: 3
39176
+ }, 16);
39177
+ };
39178
+ }
39179
+ });
39180
+ _sfc_main$n.install = (app) => {
39181
+ app.component("KeFormDatePicker", _sfc_main$n);
39124
39182
  };
39125
- const _sfc_main$i = /* @__PURE__ */ defineComponent({
39183
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
39126
39184
  __name: "FormDivider",
39127
39185
  props: {
39128
39186
  fieldName: {
@@ -39159,13 +39217,13 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
39159
39217
  };
39160
39218
  }
39161
39219
  });
39162
- _sfc_main$i.install = (app) => {
39163
- app.component(_sfc_main$i.__name, _sfc_main$i);
39220
+ _sfc_main$m.install = (app) => {
39221
+ app.component(_sfc_main$m.__name, _sfc_main$m);
39164
39222
  };
39165
39223
  const _hoisted_1$2 = { class: "dateCell" };
39166
39224
  const _hoisted_2$1 = { class: "solar_calendar" };
39167
39225
  const _hoisted_3$1 = { class: "lunar_calendar" };
39168
- const _sfc_main$h = /* @__PURE__ */ defineComponent({
39226
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
39169
39227
  __name: "FormDateTimePickerClient",
39170
39228
  props: /* @__PURE__ */ mergeModels({
39171
39229
  value: {
@@ -39275,8 +39333,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
39275
39333
  };
39276
39334
  }
39277
39335
  });
39278
- const FormDateTimePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-f3731a0d"]]);
39279
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
39336
+ const FormDateTimePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-f3731a0d"]]);
39337
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
39280
39338
  __name: "FormDateTimePickerMobile",
39281
39339
  props: /* @__PURE__ */ mergeModels({
39282
39340
  value: {
@@ -39396,9 +39454,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
39396
39454
  };
39397
39455
  }
39398
39456
  });
39399
- const KeFormDateTimePicker = isMobileDevice.value ? _sfc_main$g : FormDateTimePickerClient;
39400
- KeFormDateTimePicker.install = (app) => {
39401
- app.component(KeFormDateTimePicker.__name, KeFormDateTimePicker);
39457
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
39458
+ __name: "FormDateTimePickerProxy",
39459
+ setup(__props) {
39460
+ const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$k : FormDateTimePickerClient);
39461
+ const attrs = useAttrs();
39462
+ const forwardedAttrs = attrs;
39463
+ return (_ctx, _cache) => {
39464
+ return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
39465
+ default: withCtx(() => [
39466
+ renderSlot(_ctx.$slots, "default")
39467
+ ]),
39468
+ _: 3
39469
+ }, 16);
39470
+ };
39471
+ }
39472
+ });
39473
+ _sfc_main$j.install = (app) => {
39474
+ app.component("KeFormDateTimePicker", _sfc_main$j);
39402
39475
  };
39403
39476
  var rn = Object.defineProperty;
39404
39477
  var Ne = Object.getOwnPropertySymbols;
@@ -40995,7 +41068,7 @@ const ct = [
40995
41068
  };
40996
41069
  }
40997
41070
  });
40998
- const _sfc_main$f = /* @__PURE__ */ defineComponent({
41071
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
40999
41072
  __name: "FormDynamicTable",
41000
41073
  props: {
41001
41074
  value: {
@@ -41250,10 +41323,10 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
41250
41323
  };
41251
41324
  }
41252
41325
  });
41253
- _sfc_main$f.install = (app) => {
41254
- app.component(_sfc_main$f.__name, _sfc_main$f);
41326
+ _sfc_main$i.install = (app) => {
41327
+ app.component(_sfc_main$i.__name, _sfc_main$i);
41255
41328
  };
41256
- const _sfc_main$e = /* @__PURE__ */ defineComponent({
41329
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
41257
41330
  __name: "FormInput",
41258
41331
  props: /* @__PURE__ */ mergeModels({
41259
41332
  value: {
@@ -41323,10 +41396,10 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
41323
41396
  };
41324
41397
  }
41325
41398
  });
41326
- _sfc_main$e.install = (app) => {
41327
- app.component(_sfc_main$e.__name, _sfc_main$e);
41399
+ _sfc_main$h.install = (app) => {
41400
+ app.component(_sfc_main$h.__name, _sfc_main$h);
41328
41401
  };
41329
- const _sfc_main$d = /* @__PURE__ */ defineComponent({
41402
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
41330
41403
  __name: "FormInputNumber",
41331
41404
  props: /* @__PURE__ */ mergeModels({
41332
41405
  value: {
@@ -41399,11 +41472,11 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
41399
41472
  };
41400
41473
  }
41401
41474
  });
41402
- const KeFormInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-86ef0363"]]);
41475
+ const KeFormInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-86ef0363"]]);
41403
41476
  KeFormInputNumber.install = (app) => {
41404
41477
  app.component(KeFormInputNumber.__name, KeFormInputNumber);
41405
41478
  };
41406
- const _sfc_main$c = /* @__PURE__ */ defineComponent({
41479
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
41407
41480
  __name: "FormRadio",
41408
41481
  props: /* @__PURE__ */ mergeModels({
41409
41482
  value: {
@@ -41472,8 +41545,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
41472
41545
  };
41473
41546
  }
41474
41547
  });
41475
- _sfc_main$c.install = (app) => {
41476
- app.component(_sfc_main$c.__name, _sfc_main$c);
41548
+ _sfc_main$f.install = (app) => {
41549
+ app.component(_sfc_main$f.__name, _sfc_main$f);
41477
41550
  };
41478
41551
  const QuestionSVG = "data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1735202912040'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='4284'%20width='16'%20height='16'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M517.119%20954.878c244.589%200%20442.879-198.289%20442.879-442.879%200-244.594-198.289-442.879-442.879-442.879C272.524%2069.12%2074.24%20267.404%2074.24%20511.999%2074.24%20756.588%20272.524%20954.878%20517.119%20954.878L517.119%20954.878zM517.119%20891.608c-209.654%200-379.612-169.955-379.612-379.609s169.957-379.612%20379.612-379.612%20379.609%20169.957%20379.609%20379.612S726.773%20891.608%20517.119%20891.608L517.119%20891.608zM523.949%20243.992c-54.662%200-97.177%2016.705-127.547%2050.112-30.367%2031.885-44.795%2074.402-44.795%20127.547l59.98%200c0-37.202%208.35-66.052%2025.055-87.31%2018.222-25.055%2046.312-37.202%2084.272-37.202%2031.885%200%2056.945%208.352%2074.405%2026.572%2016.705%2016.702%2025.81%2040.24%2025.81%2070.607%200%2021.26-7.59%2041-22.775%2059.98-4.55%206.072-13.665%2015.185-25.81%2027.33-41%2036.445-66.055%2065.295-76.685%2088.075-9.11%2018.98-13.665%2040.995-13.665%2066.05l0%2017.465%2060.735%200%200-17.465c0-20.5%204.56-38.725%2014.43-55.425%207.59-13.665%2018.98-27.335%2035.68-41.755%2033.405-29.612%2053.91-49.352%2061.5-58.462%2018.98-25.055%2028.85-54.665%2028.85-88.83%200-45.552-14.425-81.235-42.515-107.05C611.258%20256.902%20572.544%20243.992%20523.949%20243.992L523.949%20243.992zM512.564%20706.363c-12.907%200-23.535%203.795-32.647%2012.905-9.11%208.345-12.905%2018.98-12.905%2031.885s3.795%2023.54%2012.905%2032.65c9.112%208.345%2019.74%2012.905%2032.647%2012.905%2012.91%200%2023.535-4.56%2032.645-12.905%209.11-8.355%2013.665-18.985%2013.665-32.65%200-12.905-4.555-23.54-12.905-31.885C536.859%20710.158%20525.474%20706.363%20512.564%20706.363L512.564%20706.363z'%20fill='%23272636'%20p-id='4285'%3e%3c/path%3e%3c/svg%3e";
41479
41552
  const useFormatToTree = (params) => {
@@ -41623,7 +41696,7 @@ const _hoisted_1$1 = { class: "label-question" };
41623
41696
  const _hoisted_2 = ["src"];
41624
41697
  const _hoisted_3 = { class: "label-question" };
41625
41698
  const _hoisted_4 = ["src"];
41626
- const _sfc_main$b = /* @__PURE__ */ defineComponent({
41699
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
41627
41700
  __name: "FormRenderClient",
41628
41701
  props: /* @__PURE__ */ mergeModels({
41629
41702
  isLoading: {
@@ -41979,9 +42052,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
41979
42052
  };
41980
42053
  }
41981
42054
  });
41982
- const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-30b23a37"]]);
42055
+ const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-30b23a37"]]);
41983
42056
  const _hoisted_1 = { class: "van-doc-demo-block__title" };
41984
- const _sfc_main$a = /* @__PURE__ */ defineComponent({
42057
+ const _sfc_main$d = /* @__PURE__ */ defineComponent({
41985
42058
  __name: "FormRenderMobile",
41986
42059
  props: /* @__PURE__ */ mergeModels({
41987
42060
  isLoading: {
@@ -42223,12 +42296,27 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
42223
42296
  };
42224
42297
  }
42225
42298
  });
42226
- const FormRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-121f69cc"]]);
42227
- const KeFormRender = isMobileDevice.value ? FormRenderMobile : FormRenderClient;
42228
- KeFormRender.install = (app) => {
42229
- app.component(KeFormRender.__name, KeFormRender);
42299
+ const FormRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-121f69cc"]]);
42300
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
42301
+ __name: "FormRenderProxy",
42302
+ setup(__props) {
42303
+ const currentComponent = computed(() => isMobileDevice.value ? FormRenderMobile : FormRenderClient);
42304
+ const attrs = useAttrs();
42305
+ const forwardedAttrs = attrs;
42306
+ return (_ctx, _cache) => {
42307
+ return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
42308
+ default: withCtx(() => [
42309
+ renderSlot(_ctx.$slots, "default")
42310
+ ]),
42311
+ _: 3
42312
+ }, 16);
42313
+ };
42314
+ }
42315
+ });
42316
+ _sfc_main$c.install = (app) => {
42317
+ app.component("KeFormRender", _sfc_main$c);
42230
42318
  };
42231
- const _sfc_main$9 = /* @__PURE__ */ defineComponent({
42319
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
42232
42320
  __name: "FormSelectClient",
42233
42321
  props: /* @__PURE__ */ mergeModels({
42234
42322
  value: {
@@ -42309,7 +42397,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
42309
42397
  };
42310
42398
  }
42311
42399
  });
42312
- const _sfc_main$8 = /* @__PURE__ */ defineComponent({
42400
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
42313
42401
  __name: "FormSelectMobile",
42314
42402
  props: /* @__PURE__ */ mergeModels({
42315
42403
  value: {
@@ -42322,10 +42410,6 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
42322
42410
  required: true,
42323
42411
  type: Object
42324
42412
  },
42325
- fieldTitle: {
42326
- required: true,
42327
- type: String
42328
- },
42329
42413
  mittId: {
42330
42414
  type: null,
42331
42415
  required: false,
@@ -42427,7 +42511,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
42427
42511
  createVNode(_component_van_field, {
42428
42512
  modelValue: pickerText.value,
42429
42513
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => pickerText.value = $event),
42430
- label: __props.fieldTitle,
42514
+ label: __props.detail.title,
42431
42515
  placeholder: (_a = props.detail) == null ? void 0 : _a.placeholder,
42432
42516
  "is-link": "",
42433
42517
  readonly: "",
@@ -42519,9 +42603,24 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
42519
42603
  };
42520
42604
  }
42521
42605
  });
42522
- const KeFormSelect = isMobileDevice.value ? _sfc_main$8 : _sfc_main$9;
42523
- KeFormSelect.install = (app) => {
42524
- app.component(KeFormSelect.__name, KeFormSelect);
42606
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
42607
+ __name: "FormSelectProxy",
42608
+ setup(__props) {
42609
+ const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$a : _sfc_main$b);
42610
+ const attrs = useAttrs();
42611
+ const forwardedAttrs = attrs;
42612
+ return (_ctx, _cache) => {
42613
+ return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
42614
+ default: withCtx(() => [
42615
+ renderSlot(_ctx.$slots, "default")
42616
+ ]),
42617
+ _: 3
42618
+ }, 16);
42619
+ };
42620
+ }
42621
+ });
42622
+ _sfc_main$9.install = (app) => {
42623
+ app.component("KeFormSelect", _sfc_main$9);
42525
42624
  };
42526
42625
  const useSelectAsync = (params) => {
42527
42626
  const { emits, props } = params;
@@ -42608,7 +42707,7 @@ const useSelectAsync = (params) => {
42608
42707
  init
42609
42708
  };
42610
42709
  };
42611
- const _sfc_main$7 = /* @__PURE__ */ defineComponent({
42710
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
42612
42711
  __name: "FormSelectAsyncClient",
42613
42712
  props: /* @__PURE__ */ mergeModels({
42614
42713
  value: {
@@ -42698,7 +42797,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
42698
42797
  };
42699
42798
  }
42700
42799
  });
42701
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
42800
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
42702
42801
  __name: "FormSelectAsyncMobile",
42703
42802
  props: /* @__PURE__ */ mergeModels({
42704
42803
  value: {
@@ -42856,9 +42955,24 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
42856
42955
  };
42857
42956
  }
42858
42957
  });
42859
- const KeFormSelectAsync = isMobileDevice.value ? _sfc_main$6 : _sfc_main$7;
42860
- KeFormSelectAsync.install = (app) => {
42861
- app.component(KeFormSelectAsync.__name, KeFormSelectAsync);
42958
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
42959
+ __name: "FormSelectAsyncProxy",
42960
+ setup(__props) {
42961
+ const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$7 : _sfc_main$8);
42962
+ const attrs = useAttrs();
42963
+ const forwardedAttrs = attrs;
42964
+ return (_ctx, _cache) => {
42965
+ return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
42966
+ default: withCtx(() => [
42967
+ renderSlot(_ctx.$slots, "default")
42968
+ ]),
42969
+ _: 3
42970
+ }, 16);
42971
+ };
42972
+ }
42973
+ });
42974
+ _sfc_main$6.install = (app) => {
42975
+ app.component("KeFormSelectAsync", _sfc_main$6);
42862
42976
  };
42863
42977
  const _sfc_main$5 = /* @__PURE__ */ defineComponent({
42864
42978
  __name: "FormSelectRemote",
@@ -81424,33 +81538,33 @@ setI18n$1(defaultLanguage, zhCN);
81424
81538
  setLanguage$1(defaultLanguage);
81425
81539
  setTheme$1("light");
81426
81540
  const components = [
81427
- { name: "KeTableRender", component: KeTableRender },
81428
- { name: "KeTableCardRender", component: KeTableCardRender },
81541
+ { name: "KeTableRender", component: _sfc_main$I },
81542
+ { name: "KeTableCardRender", component: _sfc_main$F },
81429
81543
  { name: "KeTableTreeRender", component: KeTableTreeRender },
81430
81544
  { name: "KeTableCheckBoxAsync", component: KeTableCheckBoxAsync },
81431
81545
  { name: "KeTableInput", component: KeTableInput },
81432
81546
  { name: "KeTableInputNumber", component: KeTableInputNumber },
81433
- { name: "KeTableSelect", component: _sfc_main$u },
81434
- { name: "KeTableSelectAsync", component: _sfc_main$t },
81435
- { name: "KeTableSwitch", component: _sfc_main$s },
81436
- { name: "KeQueryBar", component: KeliQueryBar },
81437
- { name: "KeQueryDateTime", component: _sfc_main$r },
81438
- { name: "KeQueryInput", component: _sfc_main$q },
81439
- { name: "KeQueryInputLike", component: _sfc_main$p },
81547
+ { name: "KeTableSelect", component: _sfc_main$A },
81548
+ { name: "KeTableSelectAsync", component: _sfc_main$z },
81549
+ { name: "KeTableSwitch", component: _sfc_main$y },
81550
+ { name: "KeQueryBar", component: _sfc_main$x },
81551
+ { name: "KeQueryDateTime", component: _sfc_main$w },
81552
+ { name: "KeQueryInput", component: _sfc_main$v },
81553
+ { name: "KeQueryInputLike", component: _sfc_main$u },
81440
81554
  { name: "KeQuerySelect", component: KeliQuerySelect },
81441
- { name: "KeToolBar", component: _sfc_main$n },
81442
- { name: "KeFormCascaderAsync", component: _sfc_main$m },
81443
- { name: "KeFormCheckBoxAsync", component: _sfc_main$l },
81444
- { name: "KeFormDatePicker", component: KeFormDatePicker },
81445
- { name: "KeFormDateTimePicker", component: KeFormDateTimePicker },
81446
- { name: "KeFormDivider", component: _sfc_main$i },
81447
- { name: "KeFormDynamicTable", component: _sfc_main$f },
81448
- { name: "KeFormInput", component: _sfc_main$e },
81555
+ { name: "KeToolBar", component: _sfc_main$s },
81556
+ { name: "KeFormCascaderAsync", component: _sfc_main$r },
81557
+ { name: "KeFormCheckBoxAsync", component: _sfc_main$q },
81558
+ { name: "KeFormDatePicker", component: _sfc_main$n },
81559
+ { name: "KeFormDateTimePicker", component: _sfc_main$j },
81560
+ { name: "KeFormDivider", component: _sfc_main$m },
81561
+ { name: "KeFormDynamicTable", component: _sfc_main$i },
81562
+ { name: "KeFormInput", component: _sfc_main$h },
81449
81563
  { name: "KeFormInputNumber", component: KeFormInputNumber },
81450
- { name: "KeFormRadio", component: _sfc_main$c },
81451
- { name: "KeFormRender", component: KeFormRender },
81452
- { name: "KeFormSelect", component: KeFormSelect },
81453
- { name: "KeFormSelectAsync", component: KeFormSelectAsync },
81564
+ { name: "KeFormRadio", component: _sfc_main$f },
81565
+ { name: "KeFormRender", component: _sfc_main$c },
81566
+ { name: "KeFormSelect", component: _sfc_main$9 },
81567
+ { name: "KeFormSelectAsync", component: _sfc_main$6 },
81454
81568
  { name: "KeFormSelectRemote", component: _sfc_main$5 },
81455
81569
  { name: "KeFormSwitch", component: _sfc_main$4 },
81456
81570
  { name: "KeFormTableSelect", component: _sfc_main$3 },
@@ -81471,39 +81585,39 @@ export {
81471
81585
  Colgroup,
81472
81586
  Column,
81473
81587
  Grid,
81474
- _sfc_main$m as KeFormCascaderAsync,
81475
- _sfc_main$l as KeFormCheckBoxAsync,
81476
- KeFormDatePicker,
81477
- KeFormDateTimePicker,
81478
- _sfc_main$i as KeFormDivider,
81479
- _sfc_main$f as KeFormDynamicTable,
81480
- _sfc_main$e as KeFormInput,
81588
+ _sfc_main$r as KeFormCascaderAsync,
81589
+ _sfc_main$q as KeFormCheckBoxAsync,
81590
+ _sfc_main$n as KeFormDatePicker,
81591
+ _sfc_main$j as KeFormDateTimePicker,
81592
+ _sfc_main$m as KeFormDivider,
81593
+ _sfc_main$i as KeFormDynamicTable,
81594
+ _sfc_main$h as KeFormInput,
81481
81595
  KeFormInputNumber,
81482
- _sfc_main$c as KeFormRadio,
81483
- KeFormRender,
81484
- KeFormSelect,
81485
- KeFormSelectAsync,
81596
+ _sfc_main$f as KeFormRadio,
81597
+ _sfc_main$c as KeFormRender,
81598
+ _sfc_main$9 as KeFormSelect,
81599
+ _sfc_main$6 as KeFormSelectAsync,
81486
81600
  _sfc_main$5 as KeFormSelectRemote,
81487
81601
  _sfc_main$4 as KeFormSwitch,
81488
81602
  _sfc_main$3 as KeFormTableSelect,
81489
81603
  _sfc_main$2 as KeFormTableSelectAsync,
81490
81604
  _sfc_main$1 as KeFormText,
81491
81605
  _sfc_main as KeFormTextArea,
81492
- KeliQueryBar as KeQueryBar,
81493
- _sfc_main$r as KeQueryDateTime,
81494
- _sfc_main$q as KeQueryInput,
81495
- _sfc_main$p as KeQueryInputLike,
81606
+ _sfc_main$x as KeQueryBar,
81607
+ _sfc_main$w as KeQueryDateTime,
81608
+ _sfc_main$v as KeQueryInput,
81609
+ _sfc_main$u as KeQueryInputLike,
81496
81610
  KeliQuerySelect as KeQuerySelect,
81497
- KeTableCardRender,
81611
+ _sfc_main$F as KeTableCardRender,
81498
81612
  KeTableCheckBoxAsync,
81499
81613
  KeTableInput,
81500
81614
  KeTableInputNumber,
81501
- KeTableRender,
81502
- _sfc_main$u as KeTableSelect,
81503
- _sfc_main$t as KeTableSelectAsync,
81504
- _sfc_main$s as KeTableSwitch,
81615
+ _sfc_main$I as KeTableRender,
81616
+ _sfc_main$A as KeTableSelect,
81617
+ _sfc_main$z as KeTableSelectAsync,
81618
+ _sfc_main$y as KeTableSwitch,
81505
81619
  KeTableTreeRender,
81506
- _sfc_main$n as KeToolBar,
81620
+ _sfc_main$s as KeToolBar,
81507
81621
  Table,
81508
81622
  Toolbar,
81509
81623
  VXETable,