keli-ui 0.2.4 → 0.2.6
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/dist/keli-ui.js +272 -163
- package/dist/keli-ui.umd.cjs +1 -1
- package/dist/types/packages/FormComponents/FormDatePicker/FormDatePickerProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormDatePicker/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormDateTimePicker/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormRender/FormRenderProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormRender/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormSelect/FormSelectProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormSelect/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncProxy.vue.d.ts +12 -0
- package/dist/types/packages/FormComponents/FormSelectAsync/index.d.ts +1 -1
- package/dist/types/packages/QueryComponents/QueryBar/QueryBarProxy.vue.d.ts +12 -0
- package/dist/types/packages/QueryComponents/QueryBar/index.d.ts +1 -1
- package/dist/types/packages/TableComponents/TableCardRender/TableCardRenderProxy.vue.d.ts +12 -0
- package/dist/types/packages/TableComponents/TableCardRender/index.d.ts +1 -1
- package/dist/types/packages/TableComponents/TableRender/TableRenderProxy.vue.d.ts +12 -0
- package/dist/types/packages/TableComponents/TableRender/index.d.ts +1 -1
- 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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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
|
|
37151
|
-
const
|
|
37152
|
-
|
|
37153
|
-
|
|
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$
|
|
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
|
|
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$
|
|
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
|
|
37661
|
-
const
|
|
37662
|
-
|
|
37663
|
-
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
38352
|
-
app.component(_sfc_main$
|
|
38381
|
+
_sfc_main$A.install = (app) => {
|
|
38382
|
+
app.component(_sfc_main$A.__name, _sfc_main$A);
|
|
38353
38383
|
};
|
|
38354
|
-
const _sfc_main$
|
|
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$
|
|
38419
|
-
app.component(_sfc_main$
|
|
38448
|
+
_sfc_main$z.install = (app) => {
|
|
38449
|
+
app.component(_sfc_main$z.__name, _sfc_main$z);
|
|
38420
38450
|
};
|
|
38421
|
-
const _sfc_main$
|
|
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$
|
|
38465
|
-
app.component(_sfc_main$
|
|
38494
|
+
_sfc_main$y.install = (app) => {
|
|
38495
|
+
app.component(_sfc_main$y.__name, _sfc_main$y);
|
|
38466
38496
|
};
|
|
38467
|
-
const
|
|
38468
|
-
|
|
38469
|
-
|
|
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$
|
|
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$
|
|
38537
|
-
app.component(_sfc_main$
|
|
38581
|
+
_sfc_main$w.install = (app) => {
|
|
38582
|
+
app.component(_sfc_main$w.__name, _sfc_main$w);
|
|
38538
38583
|
};
|
|
38539
|
-
const _sfc_main$
|
|
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$
|
|
38570
|
-
app.component(_sfc_main$
|
|
38614
|
+
_sfc_main$v.install = (app) => {
|
|
38615
|
+
app.component(_sfc_main$v.__name, _sfc_main$v);
|
|
38571
38616
|
};
|
|
38572
|
-
const _sfc_main$
|
|
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$
|
|
38603
|
-
app.component(_sfc_main$
|
|
38647
|
+
_sfc_main$u.install = (app) => {
|
|
38648
|
+
app.component(_sfc_main$u.__name, _sfc_main$u);
|
|
38604
38649
|
};
|
|
38605
|
-
const _sfc_main$
|
|
38650
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
38606
38651
|
__name: "QuerySelectClient",
|
|
38607
38652
|
props: /* @__PURE__ */ mergeModels({
|
|
38608
38653
|
value: {
|
|
@@ -38655,30 +38700,23 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
38655
38700
|
};
|
|
38656
38701
|
}
|
|
38657
38702
|
});
|
|
38658
|
-
const KeliQuerySelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
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$
|
|
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
|
|
38672
|
-
const
|
|
38673
|
-
|
|
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(
|
|
38714
|
+
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), null, 16);
|
|
38677
38715
|
};
|
|
38678
38716
|
}
|
|
38679
38717
|
});
|
|
38680
|
-
_sfc_main$
|
|
38681
|
-
app.component(_sfc_main$
|
|
38718
|
+
_sfc_main$s.install = (app) => {
|
|
38719
|
+
app.component(_sfc_main$s.__name, _sfc_main$s);
|
|
38682
38720
|
};
|
|
38683
38721
|
const useMittHook = (fieldName, mittId) => {
|
|
38684
38722
|
if (!mittId) {
|
|
@@ -38705,7 +38743,7 @@ const useMittHook = (fieldName, mittId) => {
|
|
|
38705
38743
|
};
|
|
38706
38744
|
return { registerMitt, offMitt };
|
|
38707
38745
|
};
|
|
38708
|
-
const _sfc_main$
|
|
38746
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
38709
38747
|
__name: "FormCascaderAsync",
|
|
38710
38748
|
props: /* @__PURE__ */ mergeModels({
|
|
38711
38749
|
value: {
|
|
@@ -38807,11 +38845,11 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
|
38807
38845
|
};
|
|
38808
38846
|
}
|
|
38809
38847
|
});
|
|
38810
|
-
_sfc_main$
|
|
38811
|
-
app.component(_sfc_main$
|
|
38848
|
+
_sfc_main$r.install = (app) => {
|
|
38849
|
+
app.component(_sfc_main$r.__name, _sfc_main$r);
|
|
38812
38850
|
};
|
|
38813
38851
|
const isLoadFail = false;
|
|
38814
|
-
const _sfc_main$
|
|
38852
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
38815
38853
|
__name: "FormCheckBoxAsync",
|
|
38816
38854
|
props: /* @__PURE__ */ mergeModels({
|
|
38817
38855
|
value: {
|
|
@@ -38939,13 +38977,13 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
38939
38977
|
};
|
|
38940
38978
|
}
|
|
38941
38979
|
});
|
|
38942
|
-
_sfc_main$
|
|
38943
|
-
app.component(_sfc_main$
|
|
38980
|
+
_sfc_main$q.install = (app) => {
|
|
38981
|
+
app.component(_sfc_main$q.__name, _sfc_main$q);
|
|
38944
38982
|
};
|
|
38945
38983
|
const _hoisted_1$3 = { class: "dateCell" };
|
|
38946
38984
|
const _hoisted_2$2 = { class: "solar_calendar" };
|
|
38947
38985
|
const _hoisted_3$2 = { class: "lunar_calendar" };
|
|
38948
|
-
const _sfc_main$
|
|
38986
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
38949
38987
|
__name: "FormDatePickerClient",
|
|
38950
38988
|
props: /* @__PURE__ */ mergeModels({
|
|
38951
38989
|
value: {
|
|
@@ -39014,8 +39052,8 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
39014
39052
|
};
|
|
39015
39053
|
}
|
|
39016
39054
|
});
|
|
39017
|
-
const FormDatePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39018
|
-
const _sfc_main$
|
|
39055
|
+
const FormDatePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-dd842b4b"]]);
|
|
39056
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
39019
39057
|
__name: "FormDatePickerMobile",
|
|
39020
39058
|
props: /* @__PURE__ */ mergeModels({
|
|
39021
39059
|
value: {
|
|
@@ -39118,11 +39156,26 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
39118
39156
|
};
|
|
39119
39157
|
}
|
|
39120
39158
|
});
|
|
39121
|
-
const
|
|
39122
|
-
|
|
39123
|
-
|
|
39159
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
39160
|
+
__name: "FormDatePickerProxy",
|
|
39161
|
+
setup(__props) {
|
|
39162
|
+
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$o : FormDatePickerClient);
|
|
39163
|
+
const attrs = useAttrs();
|
|
39164
|
+
const forwardedAttrs = attrs;
|
|
39165
|
+
return (_ctx, _cache) => {
|
|
39166
|
+
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
39167
|
+
default: withCtx(() => [
|
|
39168
|
+
renderSlot(_ctx.$slots, "default")
|
|
39169
|
+
]),
|
|
39170
|
+
_: 3
|
|
39171
|
+
}, 16);
|
|
39172
|
+
};
|
|
39173
|
+
}
|
|
39174
|
+
});
|
|
39175
|
+
_sfc_main$n.install = (app) => {
|
|
39176
|
+
app.component("KeFormDatePicker", _sfc_main$n);
|
|
39124
39177
|
};
|
|
39125
|
-
const _sfc_main$
|
|
39178
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
39126
39179
|
__name: "FormDivider",
|
|
39127
39180
|
props: {
|
|
39128
39181
|
fieldName: {
|
|
@@ -39159,13 +39212,13 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
39159
39212
|
};
|
|
39160
39213
|
}
|
|
39161
39214
|
});
|
|
39162
|
-
_sfc_main$
|
|
39163
|
-
app.component(_sfc_main$
|
|
39215
|
+
_sfc_main$m.install = (app) => {
|
|
39216
|
+
app.component(_sfc_main$m.__name, _sfc_main$m);
|
|
39164
39217
|
};
|
|
39165
39218
|
const _hoisted_1$2 = { class: "dateCell" };
|
|
39166
39219
|
const _hoisted_2$1 = { class: "solar_calendar" };
|
|
39167
39220
|
const _hoisted_3$1 = { class: "lunar_calendar" };
|
|
39168
|
-
const _sfc_main$
|
|
39221
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
39169
39222
|
__name: "FormDateTimePickerClient",
|
|
39170
39223
|
props: /* @__PURE__ */ mergeModels({
|
|
39171
39224
|
value: {
|
|
@@ -39275,8 +39328,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
39275
39328
|
};
|
|
39276
39329
|
}
|
|
39277
39330
|
});
|
|
39278
|
-
const FormDateTimePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39279
|
-
const _sfc_main$
|
|
39331
|
+
const FormDateTimePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-f3731a0d"]]);
|
|
39332
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
39280
39333
|
__name: "FormDateTimePickerMobile",
|
|
39281
39334
|
props: /* @__PURE__ */ mergeModels({
|
|
39282
39335
|
value: {
|
|
@@ -39396,9 +39449,24 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
39396
39449
|
};
|
|
39397
39450
|
}
|
|
39398
39451
|
});
|
|
39399
|
-
const
|
|
39400
|
-
|
|
39401
|
-
|
|
39452
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
39453
|
+
__name: "FormDateTimePickerProxy",
|
|
39454
|
+
setup(__props) {
|
|
39455
|
+
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$k : FormDateTimePickerClient);
|
|
39456
|
+
const attrs = useAttrs();
|
|
39457
|
+
const forwardedAttrs = attrs;
|
|
39458
|
+
return (_ctx, _cache) => {
|
|
39459
|
+
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
39460
|
+
default: withCtx(() => [
|
|
39461
|
+
renderSlot(_ctx.$slots, "default")
|
|
39462
|
+
]),
|
|
39463
|
+
_: 3
|
|
39464
|
+
}, 16);
|
|
39465
|
+
};
|
|
39466
|
+
}
|
|
39467
|
+
});
|
|
39468
|
+
_sfc_main$j.install = (app) => {
|
|
39469
|
+
app.component("KeFormDateTimePicker", _sfc_main$j);
|
|
39402
39470
|
};
|
|
39403
39471
|
var rn = Object.defineProperty;
|
|
39404
39472
|
var Ne = Object.getOwnPropertySymbols;
|
|
@@ -40995,7 +41063,7 @@ const ct = [
|
|
|
40995
41063
|
};
|
|
40996
41064
|
}
|
|
40997
41065
|
});
|
|
40998
|
-
const _sfc_main$
|
|
41066
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
40999
41067
|
__name: "FormDynamicTable",
|
|
41000
41068
|
props: {
|
|
41001
41069
|
value: {
|
|
@@ -41250,10 +41318,10 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
41250
41318
|
};
|
|
41251
41319
|
}
|
|
41252
41320
|
});
|
|
41253
|
-
_sfc_main$
|
|
41254
|
-
app.component(_sfc_main$
|
|
41321
|
+
_sfc_main$i.install = (app) => {
|
|
41322
|
+
app.component(_sfc_main$i.__name, _sfc_main$i);
|
|
41255
41323
|
};
|
|
41256
|
-
const _sfc_main$
|
|
41324
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
41257
41325
|
__name: "FormInput",
|
|
41258
41326
|
props: /* @__PURE__ */ mergeModels({
|
|
41259
41327
|
value: {
|
|
@@ -41323,10 +41391,10 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
41323
41391
|
};
|
|
41324
41392
|
}
|
|
41325
41393
|
});
|
|
41326
|
-
_sfc_main$
|
|
41327
|
-
app.component(_sfc_main$
|
|
41394
|
+
_sfc_main$h.install = (app) => {
|
|
41395
|
+
app.component(_sfc_main$h.__name, _sfc_main$h);
|
|
41328
41396
|
};
|
|
41329
|
-
const _sfc_main$
|
|
41397
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
41330
41398
|
__name: "FormInputNumber",
|
|
41331
41399
|
props: /* @__PURE__ */ mergeModels({
|
|
41332
41400
|
value: {
|
|
@@ -41399,11 +41467,11 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
41399
41467
|
};
|
|
41400
41468
|
}
|
|
41401
41469
|
});
|
|
41402
|
-
const KeFormInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
41470
|
+
const KeFormInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-86ef0363"]]);
|
|
41403
41471
|
KeFormInputNumber.install = (app) => {
|
|
41404
41472
|
app.component(KeFormInputNumber.__name, KeFormInputNumber);
|
|
41405
41473
|
};
|
|
41406
|
-
const _sfc_main$
|
|
41474
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
41407
41475
|
__name: "FormRadio",
|
|
41408
41476
|
props: /* @__PURE__ */ mergeModels({
|
|
41409
41477
|
value: {
|
|
@@ -41472,8 +41540,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
41472
41540
|
};
|
|
41473
41541
|
}
|
|
41474
41542
|
});
|
|
41475
|
-
_sfc_main$
|
|
41476
|
-
app.component(_sfc_main$
|
|
41543
|
+
_sfc_main$f.install = (app) => {
|
|
41544
|
+
app.component(_sfc_main$f.__name, _sfc_main$f);
|
|
41477
41545
|
};
|
|
41478
41546
|
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
41547
|
const useFormatToTree = (params) => {
|
|
@@ -41623,7 +41691,7 @@ const _hoisted_1$1 = { class: "label-question" };
|
|
|
41623
41691
|
const _hoisted_2 = ["src"];
|
|
41624
41692
|
const _hoisted_3 = { class: "label-question" };
|
|
41625
41693
|
const _hoisted_4 = ["src"];
|
|
41626
|
-
const _sfc_main$
|
|
41694
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
41627
41695
|
__name: "FormRenderClient",
|
|
41628
41696
|
props: /* @__PURE__ */ mergeModels({
|
|
41629
41697
|
isLoading: {
|
|
@@ -41979,9 +42047,9 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
41979
42047
|
};
|
|
41980
42048
|
}
|
|
41981
42049
|
});
|
|
41982
|
-
const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
42050
|
+
const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-30b23a37"]]);
|
|
41983
42051
|
const _hoisted_1 = { class: "van-doc-demo-block__title" };
|
|
41984
|
-
const _sfc_main$
|
|
42052
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
41985
42053
|
__name: "FormRenderMobile",
|
|
41986
42054
|
props: /* @__PURE__ */ mergeModels({
|
|
41987
42055
|
isLoading: {
|
|
@@ -42223,12 +42291,27 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
42223
42291
|
};
|
|
42224
42292
|
}
|
|
42225
42293
|
});
|
|
42226
|
-
const FormRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
42227
|
-
const
|
|
42228
|
-
|
|
42229
|
-
|
|
42294
|
+
const FormRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-121f69cc"]]);
|
|
42295
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
42296
|
+
__name: "FormRenderProxy",
|
|
42297
|
+
setup(__props) {
|
|
42298
|
+
const currentComponent = computed(() => isMobileDevice.value ? FormRenderMobile : FormRenderClient);
|
|
42299
|
+
const attrs = useAttrs();
|
|
42300
|
+
const forwardedAttrs = attrs;
|
|
42301
|
+
return (_ctx, _cache) => {
|
|
42302
|
+
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
42303
|
+
default: withCtx(() => [
|
|
42304
|
+
renderSlot(_ctx.$slots, "default")
|
|
42305
|
+
]),
|
|
42306
|
+
_: 3
|
|
42307
|
+
}, 16);
|
|
42308
|
+
};
|
|
42309
|
+
}
|
|
42310
|
+
});
|
|
42311
|
+
_sfc_main$c.install = (app) => {
|
|
42312
|
+
app.component("KeFormRender", _sfc_main$c);
|
|
42230
42313
|
};
|
|
42231
|
-
const _sfc_main$
|
|
42314
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
42232
42315
|
__name: "FormSelectClient",
|
|
42233
42316
|
props: /* @__PURE__ */ mergeModels({
|
|
42234
42317
|
value: {
|
|
@@ -42309,7 +42392,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
42309
42392
|
};
|
|
42310
42393
|
}
|
|
42311
42394
|
});
|
|
42312
|
-
const _sfc_main$
|
|
42395
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
42313
42396
|
__name: "FormSelectMobile",
|
|
42314
42397
|
props: /* @__PURE__ */ mergeModels({
|
|
42315
42398
|
value: {
|
|
@@ -42322,10 +42405,6 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
42322
42405
|
required: true,
|
|
42323
42406
|
type: Object
|
|
42324
42407
|
},
|
|
42325
|
-
fieldTitle: {
|
|
42326
|
-
required: true,
|
|
42327
|
-
type: String
|
|
42328
|
-
},
|
|
42329
42408
|
mittId: {
|
|
42330
42409
|
type: null,
|
|
42331
42410
|
required: false,
|
|
@@ -42427,7 +42506,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
42427
42506
|
createVNode(_component_van_field, {
|
|
42428
42507
|
modelValue: pickerText.value,
|
|
42429
42508
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => pickerText.value = $event),
|
|
42430
|
-
label: __props.
|
|
42509
|
+
label: __props.detail.title,
|
|
42431
42510
|
placeholder: (_a = props.detail) == null ? void 0 : _a.placeholder,
|
|
42432
42511
|
"is-link": "",
|
|
42433
42512
|
readonly: "",
|
|
@@ -42519,9 +42598,24 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
42519
42598
|
};
|
|
42520
42599
|
}
|
|
42521
42600
|
});
|
|
42522
|
-
const
|
|
42523
|
-
|
|
42524
|
-
|
|
42601
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
42602
|
+
__name: "FormSelectProxy",
|
|
42603
|
+
setup(__props) {
|
|
42604
|
+
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$a : _sfc_main$b);
|
|
42605
|
+
const attrs = useAttrs();
|
|
42606
|
+
const forwardedAttrs = attrs;
|
|
42607
|
+
return (_ctx, _cache) => {
|
|
42608
|
+
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
42609
|
+
default: withCtx(() => [
|
|
42610
|
+
renderSlot(_ctx.$slots, "default")
|
|
42611
|
+
]),
|
|
42612
|
+
_: 3
|
|
42613
|
+
}, 16);
|
|
42614
|
+
};
|
|
42615
|
+
}
|
|
42616
|
+
});
|
|
42617
|
+
_sfc_main$9.install = (app) => {
|
|
42618
|
+
app.component("KeFormSelect", _sfc_main$9);
|
|
42525
42619
|
};
|
|
42526
42620
|
const useSelectAsync = (params) => {
|
|
42527
42621
|
const { emits, props } = params;
|
|
@@ -42608,7 +42702,7 @@ const useSelectAsync = (params) => {
|
|
|
42608
42702
|
init
|
|
42609
42703
|
};
|
|
42610
42704
|
};
|
|
42611
|
-
const _sfc_main$
|
|
42705
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
42612
42706
|
__name: "FormSelectAsyncClient",
|
|
42613
42707
|
props: /* @__PURE__ */ mergeModels({
|
|
42614
42708
|
value: {
|
|
@@ -42698,7 +42792,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
42698
42792
|
};
|
|
42699
42793
|
}
|
|
42700
42794
|
});
|
|
42701
|
-
const _sfc_main$
|
|
42795
|
+
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
42702
42796
|
__name: "FormSelectAsyncMobile",
|
|
42703
42797
|
props: /* @__PURE__ */ mergeModels({
|
|
42704
42798
|
value: {
|
|
@@ -42856,9 +42950,24 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
42856
42950
|
};
|
|
42857
42951
|
}
|
|
42858
42952
|
});
|
|
42859
|
-
const
|
|
42860
|
-
|
|
42861
|
-
|
|
42953
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
42954
|
+
__name: "FormSelectAsyncProxy",
|
|
42955
|
+
setup(__props) {
|
|
42956
|
+
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$7 : _sfc_main$8);
|
|
42957
|
+
const attrs = useAttrs();
|
|
42958
|
+
const forwardedAttrs = attrs;
|
|
42959
|
+
return (_ctx, _cache) => {
|
|
42960
|
+
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
42961
|
+
default: withCtx(() => [
|
|
42962
|
+
renderSlot(_ctx.$slots, "default")
|
|
42963
|
+
]),
|
|
42964
|
+
_: 3
|
|
42965
|
+
}, 16);
|
|
42966
|
+
};
|
|
42967
|
+
}
|
|
42968
|
+
});
|
|
42969
|
+
_sfc_main$6.install = (app) => {
|
|
42970
|
+
app.component("KeFormSelectAsync", _sfc_main$6);
|
|
42862
42971
|
};
|
|
42863
42972
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
42864
42973
|
__name: "FormSelectRemote",
|
|
@@ -81424,33 +81533,33 @@ setI18n$1(defaultLanguage, zhCN);
|
|
|
81424
81533
|
setLanguage$1(defaultLanguage);
|
|
81425
81534
|
setTheme$1("light");
|
|
81426
81535
|
const components = [
|
|
81427
|
-
{ name: "KeTableRender", component:
|
|
81428
|
-
{ name: "KeTableCardRender", component:
|
|
81536
|
+
{ name: "KeTableRender", component: _sfc_main$I },
|
|
81537
|
+
{ name: "KeTableCardRender", component: _sfc_main$F },
|
|
81429
81538
|
{ name: "KeTableTreeRender", component: KeTableTreeRender },
|
|
81430
81539
|
{ name: "KeTableCheckBoxAsync", component: KeTableCheckBoxAsync },
|
|
81431
81540
|
{ name: "KeTableInput", component: KeTableInput },
|
|
81432
81541
|
{ name: "KeTableInputNumber", component: KeTableInputNumber },
|
|
81433
|
-
{ name: "KeTableSelect", component: _sfc_main$
|
|
81434
|
-
{ name: "KeTableSelectAsync", component: _sfc_main$
|
|
81435
|
-
{ name: "KeTableSwitch", component: _sfc_main$
|
|
81436
|
-
{ name: "KeQueryBar", component:
|
|
81437
|
-
{ name: "KeQueryDateTime", component: _sfc_main$
|
|
81438
|
-
{ name: "KeQueryInput", component: _sfc_main$
|
|
81439
|
-
{ name: "KeQueryInputLike", component: _sfc_main$
|
|
81542
|
+
{ name: "KeTableSelect", component: _sfc_main$A },
|
|
81543
|
+
{ name: "KeTableSelectAsync", component: _sfc_main$z },
|
|
81544
|
+
{ name: "KeTableSwitch", component: _sfc_main$y },
|
|
81545
|
+
{ name: "KeQueryBar", component: _sfc_main$x },
|
|
81546
|
+
{ name: "KeQueryDateTime", component: _sfc_main$w },
|
|
81547
|
+
{ name: "KeQueryInput", component: _sfc_main$v },
|
|
81548
|
+
{ name: "KeQueryInputLike", component: _sfc_main$u },
|
|
81440
81549
|
{ name: "KeQuerySelect", component: KeliQuerySelect },
|
|
81441
|
-
{ name: "KeToolBar", component: _sfc_main$
|
|
81442
|
-
{ name: "KeFormCascaderAsync", component: _sfc_main$
|
|
81443
|
-
{ name: "KeFormCheckBoxAsync", component: _sfc_main$
|
|
81444
|
-
{ name: "KeFormDatePicker", component:
|
|
81445
|
-
{ name: "KeFormDateTimePicker", component:
|
|
81446
|
-
{ name: "KeFormDivider", component: _sfc_main$
|
|
81447
|
-
{ name: "KeFormDynamicTable", component: _sfc_main$
|
|
81448
|
-
{ name: "KeFormInput", component: _sfc_main$
|
|
81550
|
+
{ name: "KeToolBar", component: _sfc_main$s },
|
|
81551
|
+
{ name: "KeFormCascaderAsync", component: _sfc_main$r },
|
|
81552
|
+
{ name: "KeFormCheckBoxAsync", component: _sfc_main$q },
|
|
81553
|
+
{ name: "KeFormDatePicker", component: _sfc_main$n },
|
|
81554
|
+
{ name: "KeFormDateTimePicker", component: _sfc_main$j },
|
|
81555
|
+
{ name: "KeFormDivider", component: _sfc_main$m },
|
|
81556
|
+
{ name: "KeFormDynamicTable", component: _sfc_main$i },
|
|
81557
|
+
{ name: "KeFormInput", component: _sfc_main$h },
|
|
81449
81558
|
{ name: "KeFormInputNumber", component: KeFormInputNumber },
|
|
81450
|
-
{ name: "KeFormRadio", component: _sfc_main$
|
|
81451
|
-
{ name: "KeFormRender", component:
|
|
81452
|
-
{ name: "KeFormSelect", component:
|
|
81453
|
-
{ name: "KeFormSelectAsync", component:
|
|
81559
|
+
{ name: "KeFormRadio", component: _sfc_main$f },
|
|
81560
|
+
{ name: "KeFormRender", component: _sfc_main$c },
|
|
81561
|
+
{ name: "KeFormSelect", component: _sfc_main$9 },
|
|
81562
|
+
{ name: "KeFormSelectAsync", component: _sfc_main$6 },
|
|
81454
81563
|
{ name: "KeFormSelectRemote", component: _sfc_main$5 },
|
|
81455
81564
|
{ name: "KeFormSwitch", component: _sfc_main$4 },
|
|
81456
81565
|
{ name: "KeFormTableSelect", component: _sfc_main$3 },
|
|
@@ -81471,39 +81580,39 @@ export {
|
|
|
81471
81580
|
Colgroup,
|
|
81472
81581
|
Column,
|
|
81473
81582
|
Grid,
|
|
81474
|
-
_sfc_main$
|
|
81475
|
-
_sfc_main$
|
|
81476
|
-
KeFormDatePicker,
|
|
81477
|
-
KeFormDateTimePicker,
|
|
81478
|
-
_sfc_main$
|
|
81479
|
-
_sfc_main$
|
|
81480
|
-
_sfc_main$
|
|
81583
|
+
_sfc_main$r as KeFormCascaderAsync,
|
|
81584
|
+
_sfc_main$q as KeFormCheckBoxAsync,
|
|
81585
|
+
_sfc_main$n as KeFormDatePicker,
|
|
81586
|
+
_sfc_main$j as KeFormDateTimePicker,
|
|
81587
|
+
_sfc_main$m as KeFormDivider,
|
|
81588
|
+
_sfc_main$i as KeFormDynamicTable,
|
|
81589
|
+
_sfc_main$h as KeFormInput,
|
|
81481
81590
|
KeFormInputNumber,
|
|
81482
|
-
_sfc_main$
|
|
81483
|
-
KeFormRender,
|
|
81484
|
-
KeFormSelect,
|
|
81485
|
-
KeFormSelectAsync,
|
|
81591
|
+
_sfc_main$f as KeFormRadio,
|
|
81592
|
+
_sfc_main$c as KeFormRender,
|
|
81593
|
+
_sfc_main$9 as KeFormSelect,
|
|
81594
|
+
_sfc_main$6 as KeFormSelectAsync,
|
|
81486
81595
|
_sfc_main$5 as KeFormSelectRemote,
|
|
81487
81596
|
_sfc_main$4 as KeFormSwitch,
|
|
81488
81597
|
_sfc_main$3 as KeFormTableSelect,
|
|
81489
81598
|
_sfc_main$2 as KeFormTableSelectAsync,
|
|
81490
81599
|
_sfc_main$1 as KeFormText,
|
|
81491
81600
|
_sfc_main as KeFormTextArea,
|
|
81492
|
-
|
|
81493
|
-
_sfc_main$
|
|
81494
|
-
_sfc_main$
|
|
81495
|
-
_sfc_main$
|
|
81601
|
+
_sfc_main$x as KeQueryBar,
|
|
81602
|
+
_sfc_main$w as KeQueryDateTime,
|
|
81603
|
+
_sfc_main$v as KeQueryInput,
|
|
81604
|
+
_sfc_main$u as KeQueryInputLike,
|
|
81496
81605
|
KeliQuerySelect as KeQuerySelect,
|
|
81497
|
-
KeTableCardRender,
|
|
81606
|
+
_sfc_main$F as KeTableCardRender,
|
|
81498
81607
|
KeTableCheckBoxAsync,
|
|
81499
81608
|
KeTableInput,
|
|
81500
81609
|
KeTableInputNumber,
|
|
81501
|
-
KeTableRender,
|
|
81502
|
-
_sfc_main$
|
|
81503
|
-
_sfc_main$
|
|
81504
|
-
_sfc_main$
|
|
81610
|
+
_sfc_main$I as KeTableRender,
|
|
81611
|
+
_sfc_main$A as KeTableSelect,
|
|
81612
|
+
_sfc_main$z as KeTableSelectAsync,
|
|
81613
|
+
_sfc_main$y as KeTableSwitch,
|
|
81505
81614
|
KeTableTreeRender,
|
|
81506
|
-
_sfc_main$
|
|
81615
|
+
_sfc_main$s as KeToolBar,
|
|
81507
81616
|
Table,
|
|
81508
81617
|
Toolbar,
|
|
81509
81618
|
VXETable,
|