keli-ui 0.2.7 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/keli-ui.css +1 -1
- package/dist/keli-ui.js +164 -326
- package/dist/keli-ui.umd.cjs +1 -1
- package/dist/types/packages/FormComponents/FormCascaderAsync/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormCheckBoxAsync/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormDatePicker/index.d.ts +3 -2
- package/dist/types/packages/FormComponents/FormDateTimePicker/index.d.ts +3 -2
- package/dist/types/packages/FormComponents/FormDivider/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormDynamicTable/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormInput/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormInputNumber/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormRadio/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormRender/index.d.ts +3 -2
- package/dist/types/packages/FormComponents/FormSelect/index.d.ts +3 -2
- package/dist/types/packages/FormComponents/FormSelectAsync/index.d.ts +3 -2
- package/dist/types/packages/FormComponents/FormSelectRemote/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormSwitch/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormTableSelect/index.d.ts +1 -1
- package/dist/types/packages/FormComponents/FormTableSelectAsync/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormText/index.d.ts +2 -2
- package/dist/types/packages/FormComponents/FormTextArea/index.d.ts +2 -2
- package/dist/types/packages/TableComponents/TableRender/index.d.ts +4 -2
- package/dist/types/packages/ToolBar/ToolBarMobile.vue.d.ts +11 -1
- package/dist/types/packages/ToolBar/ToolBarProxy.vue.d.ts +11 -1
- package/dist/types/packages/ToolBar/index.d.ts +3 -2
- package/dist/types/packages/index.d.ts +1 -34
- package/package.json +1 -1
- package/dist/types/packages/FormComponents/FormDatePicker/FormDatePickerProxy.vue.d.ts +0 -12
- package/dist/types/packages/FormComponents/FormDateTimePicker/FormDateTimePickerProxy.vue.d.ts +0 -12
- package/dist/types/packages/FormComponents/FormRender/FormRenderProxy.vue.d.ts +0 -12
- package/dist/types/packages/FormComponents/FormSelect/FormSelectProxy.vue.d.ts +0 -12
- package/dist/types/packages/FormComponents/FormSelectAsync/FormSelectAsyncProxy.vue.d.ts +0 -12
- package/dist/types/packages/TableComponents/TableRender/TableRenderProxy.vue.d.ts +0 -12
- /package/dist/types/packages/FormComponents/FormTableSelectAsync/{FormTableSelectAsyncClient.vue.d.ts → FormTableSelectAsync.vue.d.ts} +0 -0
package/dist/keli-ui.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
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
|
-
import { dayjs, ElMessage, ElNotification,
|
|
3
|
+
import { dayjs, ElMessageBox, ElMessage, ElNotification, ElTable, ElTableColumn } from "element-plus";
|
|
4
4
|
function tryOnScopeDispose(fn) {
|
|
5
5
|
if (getCurrentScope()) {
|
|
6
6
|
onScopeDispose(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$H = /* @__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$G = /* @__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$G, [["__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$F = /* @__PURE__ */ defineComponent({
|
|
36414
36414
|
__name: "TableRenderClient",
|
|
36415
36415
|
props: /* @__PURE__ */ mergeModels({
|
|
36416
36416
|
tableId: {
|
|
@@ -36578,7 +36578,7 @@ const _sfc_main$M = /* @__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$H, {
|
|
36582
36582
|
key: 0,
|
|
36583
36583
|
frame: __props.queryConfig,
|
|
36584
36584
|
class: "ke-query-bar-client",
|
|
@@ -36703,7 +36703,7 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
|
|
|
36703
36703
|
}
|
|
36704
36704
|
});
|
|
36705
36705
|
const _hoisted_1$c = { style: { "margin": "16px" } };
|
|
36706
|
-
const _sfc_main$
|
|
36706
|
+
const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
36707
36707
|
__name: "QueryBarMobile",
|
|
36708
36708
|
props: {
|
|
36709
36709
|
frame: {
|
|
@@ -36833,7 +36833,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
36833
36833
|
}
|
|
36834
36834
|
});
|
|
36835
36835
|
const _hoisted_1$b = { class: "button-container" };
|
|
36836
|
-
const _sfc_main$
|
|
36836
|
+
const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
36837
36837
|
__name: "ToolBarMobile",
|
|
36838
36838
|
props: {
|
|
36839
36839
|
toolButtons: {
|
|
@@ -36854,6 +36854,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
36854
36854
|
};
|
|
36855
36855
|
return (_ctx, _cache) => {
|
|
36856
36856
|
return openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
36857
|
+
renderSlot(_ctx.$slots, "custom-button", {}, void 0, true),
|
|
36857
36858
|
(openBlock(true), createElementBlock(Fragment, null, renderList(directToolButton.value, (btn) => {
|
|
36858
36859
|
return openBlock(), createBlock(unref(Button), {
|
|
36859
36860
|
key: btn.id,
|
|
@@ -36896,7 +36897,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
36896
36897
|
};
|
|
36897
36898
|
}
|
|
36898
36899
|
});
|
|
36899
|
-
const ToolBarMobile = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36900
|
+
const ToolBarMobile = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-a79427fd"]]);
|
|
36900
36901
|
const customFormatter = (options) => {
|
|
36901
36902
|
if (isEmpty(options.cellValue) || isEmpty(options.tabObj))
|
|
36902
36903
|
return options.cellValue;
|
|
@@ -36922,7 +36923,7 @@ const _hoisted_5$2 = {
|
|
|
36922
36923
|
key: 0,
|
|
36923
36924
|
class: "pagination-div"
|
|
36924
36925
|
};
|
|
36925
|
-
const _sfc_main$
|
|
36926
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
36926
36927
|
__name: "TableRenderMobile",
|
|
36927
36928
|
props: /* @__PURE__ */ mergeModels({
|
|
36928
36929
|
tableId: {
|
|
@@ -37051,7 +37052,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
37051
37052
|
const _directive_loading = resolveDirective("loading");
|
|
37052
37053
|
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
37053
37054
|
createElementVNode("div", _hoisted_2$8, [
|
|
37054
|
-
createVNode(_sfc_main$
|
|
37055
|
+
createVNode(_sfc_main$E, {
|
|
37055
37056
|
frame: __props.queryConfig,
|
|
37056
37057
|
onQueryClick: queryClick
|
|
37057
37058
|
}, null, 8, ["frame"])
|
|
@@ -37147,26 +37148,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
37147
37148
|
};
|
|
37148
37149
|
}
|
|
37149
37150
|
});
|
|
37150
|
-
const
|
|
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);
|
|
37169
|
-
};
|
|
37151
|
+
const TableRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-8d24642d"]]);
|
|
37170
37152
|
const _hoisted_1$9 = { class: "table-card-render-client" };
|
|
37171
37153
|
const _hoisted_2$7 = {
|
|
37172
37154
|
key: 1,
|
|
@@ -37177,7 +37159,7 @@ const _hoisted_4$2 = ["src"];
|
|
|
37177
37159
|
const _hoisted_5$1 = { class: "title-wrapper" };
|
|
37178
37160
|
const _hoisted_6$1 = { class: "title-text" };
|
|
37179
37161
|
const _hoisted_7 = { class: "pagination-div" };
|
|
37180
|
-
const _sfc_main$
|
|
37162
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
37181
37163
|
__name: "TableCardRenderClient",
|
|
37182
37164
|
props: /* @__PURE__ */ mergeModels({
|
|
37183
37165
|
tableId: {
|
|
@@ -37431,14 +37413,14 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
37431
37413
|
};
|
|
37432
37414
|
}
|
|
37433
37415
|
});
|
|
37434
|
-
const Client = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37416
|
+
const Client = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-8a376fa7"]]);
|
|
37435
37417
|
const _hoisted_1$8 = { class: "table-render-mobile" };
|
|
37436
37418
|
const _hoisted_2$6 = { class: "table-render-mobile-search" };
|
|
37437
37419
|
const _hoisted_3$3 = { class: "table-tool-button" };
|
|
37438
37420
|
const _hoisted_4$1 = { class: "table-render-mobile-content" };
|
|
37439
37421
|
const _hoisted_5 = ["src"];
|
|
37440
37422
|
const _hoisted_6 = { class: "pagination-div" };
|
|
37441
|
-
const _sfc_main$
|
|
37423
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
37442
37424
|
__name: "TableCardRenderMobile",
|
|
37443
37425
|
props: /* @__PURE__ */ mergeModels({
|
|
37444
37426
|
tableId: {
|
|
@@ -37672,8 +37654,8 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
37672
37654
|
};
|
|
37673
37655
|
}
|
|
37674
37656
|
});
|
|
37675
|
-
const Mobile = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37676
|
-
const _sfc_main$
|
|
37657
|
+
const Mobile = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-2e3c5fe2"]]);
|
|
37658
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
37677
37659
|
__name: "TableCardRenderProxy",
|
|
37678
37660
|
setup(__props) {
|
|
37679
37661
|
const currentComponent = computed(() => isMobileDevice.value ? Mobile : Client);
|
|
@@ -37689,15 +37671,15 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
37689
37671
|
};
|
|
37690
37672
|
}
|
|
37691
37673
|
});
|
|
37692
|
-
_sfc_main$
|
|
37693
|
-
app.component("KeTableCardRender", _sfc_main$
|
|
37674
|
+
_sfc_main$z.install = (app) => {
|
|
37675
|
+
app.component("KeTableCardRender", _sfc_main$z);
|
|
37694
37676
|
};
|
|
37695
37677
|
const _hoisted_1$7 = { class: "table-render-client" };
|
|
37696
37678
|
const _hoisted_2$5 = {
|
|
37697
37679
|
key: 1,
|
|
37698
37680
|
class: "table-tool-button"
|
|
37699
37681
|
};
|
|
37700
|
-
const _sfc_main$
|
|
37682
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
37701
37683
|
__name: "TableTreeRender",
|
|
37702
37684
|
props: {
|
|
37703
37685
|
tableId: {
|
|
@@ -37898,13 +37880,13 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
37898
37880
|
};
|
|
37899
37881
|
}
|
|
37900
37882
|
});
|
|
37901
|
-
const KeTableTreeRender = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37883
|
+
const KeTableTreeRender = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-b06f3a94"]]);
|
|
37902
37884
|
KeTableTreeRender.install = (app) => {
|
|
37903
37885
|
app.component(KeTableTreeRender.__name, KeTableTreeRender);
|
|
37904
37886
|
};
|
|
37905
37887
|
const _hoisted_1$6 = { class: "table-check-box-async" };
|
|
37906
37888
|
const _hoisted_2$4 = { class: "dialog-header" };
|
|
37907
|
-
const _sfc_main$
|
|
37889
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
37908
37890
|
__name: "TableCheckBoxAsync",
|
|
37909
37891
|
props: /* @__PURE__ */ mergeModels({
|
|
37910
37892
|
value: {
|
|
@@ -38057,12 +38039,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
38057
38039
|
};
|
|
38058
38040
|
}
|
|
38059
38041
|
});
|
|
38060
|
-
const KeTableCheckBoxAsync = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38042
|
+
const KeTableCheckBoxAsync = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-843c7943"]]);
|
|
38061
38043
|
KeTableCheckBoxAsync.install = (app) => {
|
|
38062
38044
|
app.component(KeTableCheckBoxAsync.__name, KeTableCheckBoxAsync);
|
|
38063
38045
|
};
|
|
38064
38046
|
const _hoisted_1$5 = { style: { "margin": "4px 0 0", "text-align": "right" } };
|
|
38065
|
-
const _sfc_main$
|
|
38047
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
38066
38048
|
__name: "TableInput",
|
|
38067
38049
|
props: /* @__PURE__ */ mergeModels({
|
|
38068
38050
|
value: {
|
|
@@ -38175,10 +38157,10 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
38175
38157
|
};
|
|
38176
38158
|
}
|
|
38177
38159
|
});
|
|
38178
|
-
const KeTableInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38160
|
+
const KeTableInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-45577ce0"]]);
|
|
38179
38161
|
const _hoisted_1$4 = { style: { "width": "100%" } };
|
|
38180
38162
|
const _hoisted_2$3 = { style: { "margin": "4px 0 0", "text-align": "right" } };
|
|
38181
|
-
const _sfc_main$
|
|
38163
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
38182
38164
|
__name: "TableInputNumber",
|
|
38183
38165
|
props: /* @__PURE__ */ mergeModels({
|
|
38184
38166
|
value: {
|
|
@@ -38295,11 +38277,11 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
38295
38277
|
};
|
|
38296
38278
|
}
|
|
38297
38279
|
});
|
|
38298
|
-
const KeTableInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38280
|
+
const KeTableInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-b622e1f6"]]);
|
|
38299
38281
|
KeTableInputNumber.install = (app) => {
|
|
38300
38282
|
app.component(KeTableInputNumber.__name, KeTableInputNumber);
|
|
38301
38283
|
};
|
|
38302
|
-
const _sfc_main$
|
|
38284
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
38303
38285
|
__name: "TableSelect",
|
|
38304
38286
|
props: {
|
|
38305
38287
|
value: {
|
|
@@ -38378,10 +38360,10 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
38378
38360
|
};
|
|
38379
38361
|
}
|
|
38380
38362
|
});
|
|
38381
|
-
_sfc_main$
|
|
38382
|
-
app.component(_sfc_main$
|
|
38363
|
+
_sfc_main$u.install = (app) => {
|
|
38364
|
+
app.component(_sfc_main$u.__name, _sfc_main$u);
|
|
38383
38365
|
};
|
|
38384
|
-
const _sfc_main$
|
|
38366
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
38385
38367
|
__name: "TableSelectAsync",
|
|
38386
38368
|
props: /* @__PURE__ */ mergeModels({
|
|
38387
38369
|
value: {
|
|
@@ -38445,10 +38427,10 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
38445
38427
|
};
|
|
38446
38428
|
}
|
|
38447
38429
|
});
|
|
38448
|
-
_sfc_main$
|
|
38449
|
-
app.component(_sfc_main$
|
|
38430
|
+
_sfc_main$t.install = (app) => {
|
|
38431
|
+
app.component(_sfc_main$t.__name, _sfc_main$t);
|
|
38450
38432
|
};
|
|
38451
|
-
const _sfc_main$
|
|
38433
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
38452
38434
|
__name: "TableSwitch",
|
|
38453
38435
|
props: /* @__PURE__ */ mergeModels({
|
|
38454
38436
|
value: {
|
|
@@ -38491,13 +38473,13 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
38491
38473
|
};
|
|
38492
38474
|
}
|
|
38493
38475
|
});
|
|
38494
|
-
_sfc_main$
|
|
38495
|
-
app.component(_sfc_main$
|
|
38476
|
+
_sfc_main$s.install = (app) => {
|
|
38477
|
+
app.component(_sfc_main$s.__name, _sfc_main$s);
|
|
38496
38478
|
};
|
|
38497
|
-
const _sfc_main$
|
|
38479
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
38498
38480
|
__name: "QueryBarProxy",
|
|
38499
38481
|
setup(__props) {
|
|
38500
|
-
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$
|
|
38482
|
+
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$E : _sfc_main$H);
|
|
38501
38483
|
const attrs = useAttrs();
|
|
38502
38484
|
const forwardedAttrs = attrs;
|
|
38503
38485
|
return (_ctx, _cache) => {
|
|
@@ -38510,10 +38492,10 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
38510
38492
|
};
|
|
38511
38493
|
}
|
|
38512
38494
|
});
|
|
38513
|
-
_sfc_main$
|
|
38514
|
-
app.component("KeliQueryBar", _sfc_main$
|
|
38495
|
+
_sfc_main$r.install = (app) => {
|
|
38496
|
+
app.component("KeliQueryBar", _sfc_main$r);
|
|
38515
38497
|
};
|
|
38516
|
-
const _sfc_main$
|
|
38498
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
38517
38499
|
__name: "QueryDateTimeClient",
|
|
38518
38500
|
props: /* @__PURE__ */ mergeModels({
|
|
38519
38501
|
value: {
|
|
@@ -38578,10 +38560,10 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
38578
38560
|
};
|
|
38579
38561
|
}
|
|
38580
38562
|
});
|
|
38581
|
-
_sfc_main$
|
|
38582
|
-
app.component(_sfc_main$
|
|
38563
|
+
_sfc_main$q.install = (app) => {
|
|
38564
|
+
app.component(_sfc_main$q.__name, _sfc_main$q);
|
|
38583
38565
|
};
|
|
38584
|
-
const _sfc_main$
|
|
38566
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
38585
38567
|
__name: "QueryInput",
|
|
38586
38568
|
props: /* @__PURE__ */ mergeModels({
|
|
38587
38569
|
value: {
|
|
@@ -38611,10 +38593,10 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
38611
38593
|
};
|
|
38612
38594
|
}
|
|
38613
38595
|
});
|
|
38614
|
-
_sfc_main$
|
|
38615
|
-
app.component(_sfc_main$
|
|
38596
|
+
_sfc_main$p.install = (app) => {
|
|
38597
|
+
app.component(_sfc_main$p.__name, _sfc_main$p);
|
|
38616
38598
|
};
|
|
38617
|
-
const _sfc_main$
|
|
38599
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
38618
38600
|
__name: "QueryInputLike",
|
|
38619
38601
|
props: /* @__PURE__ */ mergeModels({
|
|
38620
38602
|
value: {
|
|
@@ -38644,10 +38626,10 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
38644
38626
|
};
|
|
38645
38627
|
}
|
|
38646
38628
|
});
|
|
38647
|
-
_sfc_main$
|
|
38648
|
-
app.component(_sfc_main$
|
|
38629
|
+
_sfc_main$o.install = (app) => {
|
|
38630
|
+
app.component(_sfc_main$o.__name, _sfc_main$o);
|
|
38649
38631
|
};
|
|
38650
|
-
const _sfc_main$
|
|
38632
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
38651
38633
|
__name: "QuerySelectClient",
|
|
38652
38634
|
props: /* @__PURE__ */ mergeModels({
|
|
38653
38635
|
value: {
|
|
@@ -38700,24 +38682,10 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
38700
38682
|
};
|
|
38701
38683
|
}
|
|
38702
38684
|
});
|
|
38703
|
-
const KeliQuerySelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38685
|
+
const KeliQuerySelect = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-d1b8eb49"]]);
|
|
38704
38686
|
KeliQuerySelect.install = (app) => {
|
|
38705
38687
|
app.component(KeliQuerySelect.__name, KeliQuerySelect);
|
|
38706
38688
|
};
|
|
38707
|
-
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
38708
|
-
__name: "ToolBarProxy",
|
|
38709
|
-
setup(__props) {
|
|
38710
|
-
const currentComponent = computed(() => isMobileDevice.value ? ToolBarMobile : ToolBarClient);
|
|
38711
|
-
const attrs = useAttrs();
|
|
38712
|
-
const forwardedAttrs = attrs;
|
|
38713
|
-
return (_ctx, _cache) => {
|
|
38714
|
-
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), null, 16);
|
|
38715
|
-
};
|
|
38716
|
-
}
|
|
38717
|
-
});
|
|
38718
|
-
_sfc_main$s.install = (app) => {
|
|
38719
|
-
app.component(_sfc_main$s.__name, _sfc_main$s);
|
|
38720
|
-
};
|
|
38721
38689
|
const useMittHook = (fieldName, mittId) => {
|
|
38722
38690
|
if (!mittId) {
|
|
38723
38691
|
return {
|
|
@@ -38743,7 +38711,7 @@ const useMittHook = (fieldName, mittId) => {
|
|
|
38743
38711
|
};
|
|
38744
38712
|
return { registerMitt, offMitt };
|
|
38745
38713
|
};
|
|
38746
|
-
const _sfc_main$
|
|
38714
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
38747
38715
|
__name: "FormCascaderAsync",
|
|
38748
38716
|
props: /* @__PURE__ */ mergeModels({
|
|
38749
38717
|
value: {
|
|
@@ -38845,11 +38813,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
38845
38813
|
};
|
|
38846
38814
|
}
|
|
38847
38815
|
});
|
|
38848
|
-
_sfc_main$r.install = (app) => {
|
|
38849
|
-
app.component(_sfc_main$r.__name, _sfc_main$r);
|
|
38850
|
-
};
|
|
38851
38816
|
const isLoadFail = false;
|
|
38852
|
-
const _sfc_main$
|
|
38817
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
38853
38818
|
__name: "FormCheckBoxAsync",
|
|
38854
38819
|
props: /* @__PURE__ */ mergeModels({
|
|
38855
38820
|
value: {
|
|
@@ -38977,13 +38942,10 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
38977
38942
|
};
|
|
38978
38943
|
}
|
|
38979
38944
|
});
|
|
38980
|
-
_sfc_main$q.install = (app) => {
|
|
38981
|
-
app.component(_sfc_main$q.__name, _sfc_main$q);
|
|
38982
|
-
};
|
|
38983
38945
|
const _hoisted_1$3 = { class: "dateCell" };
|
|
38984
38946
|
const _hoisted_2$2 = { class: "solar_calendar" };
|
|
38985
38947
|
const _hoisted_3$2 = { class: "lunar_calendar" };
|
|
38986
|
-
const _sfc_main$
|
|
38948
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
38987
38949
|
__name: "FormDatePickerClient",
|
|
38988
38950
|
props: /* @__PURE__ */ mergeModels({
|
|
38989
38951
|
value: {
|
|
@@ -39052,8 +39014,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
39052
39014
|
};
|
|
39053
39015
|
}
|
|
39054
39016
|
});
|
|
39055
|
-
const FormDatePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39056
|
-
const _sfc_main$
|
|
39017
|
+
const FormDatePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-dd842b4b"]]);
|
|
39018
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
39057
39019
|
__name: "FormDatePickerMobile",
|
|
39058
39020
|
props: /* @__PURE__ */ mergeModels({
|
|
39059
39021
|
value: {
|
|
@@ -39156,69 +39118,10 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
39156
39118
|
};
|
|
39157
39119
|
}
|
|
39158
39120
|
});
|
|
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);
|
|
39177
|
-
};
|
|
39178
|
-
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
39179
|
-
__name: "FormDivider",
|
|
39180
|
-
props: {
|
|
39181
|
-
fieldName: {
|
|
39182
|
-
required: true,
|
|
39183
|
-
type: String
|
|
39184
|
-
},
|
|
39185
|
-
fieldTitle: {
|
|
39186
|
-
required: true,
|
|
39187
|
-
type: String
|
|
39188
|
-
},
|
|
39189
|
-
detail: {
|
|
39190
|
-
required: true,
|
|
39191
|
-
type: Object
|
|
39192
|
-
},
|
|
39193
|
-
mittId: {
|
|
39194
|
-
type: null,
|
|
39195
|
-
required: false,
|
|
39196
|
-
default: () => null
|
|
39197
|
-
}
|
|
39198
|
-
},
|
|
39199
|
-
setup(__props) {
|
|
39200
|
-
const props = __props;
|
|
39201
|
-
return (_ctx, _cache) => {
|
|
39202
|
-
const _component_el_divider = resolveComponent("el-divider");
|
|
39203
|
-
return openBlock(), createBlock(_component_el_divider, {
|
|
39204
|
-
"content-position": "left",
|
|
39205
|
-
style: { "border-color": "#b7b9bf" }
|
|
39206
|
-
}, {
|
|
39207
|
-
default: withCtx(() => [
|
|
39208
|
-
createTextVNode(toDisplayString(props.fieldTitle), 1)
|
|
39209
|
-
]),
|
|
39210
|
-
_: 1
|
|
39211
|
-
});
|
|
39212
|
-
};
|
|
39213
|
-
}
|
|
39214
|
-
});
|
|
39215
|
-
_sfc_main$m.install = (app) => {
|
|
39216
|
-
app.component(_sfc_main$m.__name, _sfc_main$m);
|
|
39217
|
-
};
|
|
39218
39121
|
const _hoisted_1$2 = { class: "dateCell" };
|
|
39219
39122
|
const _hoisted_2$1 = { class: "solar_calendar" };
|
|
39220
39123
|
const _hoisted_3$1 = { class: "lunar_calendar" };
|
|
39221
|
-
const _sfc_main$
|
|
39124
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
39222
39125
|
__name: "FormDateTimePickerClient",
|
|
39223
39126
|
props: /* @__PURE__ */ mergeModels({
|
|
39224
39127
|
value: {
|
|
@@ -39328,8 +39231,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
39328
39231
|
};
|
|
39329
39232
|
}
|
|
39330
39233
|
});
|
|
39331
|
-
const FormDateTimePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39332
|
-
const _sfc_main$
|
|
39234
|
+
const FormDateTimePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-f3731a0d"]]);
|
|
39235
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
39333
39236
|
__name: "FormDateTimePickerMobile",
|
|
39334
39237
|
props: /* @__PURE__ */ mergeModels({
|
|
39335
39238
|
value: {
|
|
@@ -39449,25 +39352,43 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
39449
39352
|
};
|
|
39450
39353
|
}
|
|
39451
39354
|
});
|
|
39452
|
-
const _sfc_main$
|
|
39453
|
-
__name: "
|
|
39355
|
+
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
39356
|
+
__name: "FormDivider",
|
|
39357
|
+
props: {
|
|
39358
|
+
fieldName: {
|
|
39359
|
+
required: true,
|
|
39360
|
+
type: String
|
|
39361
|
+
},
|
|
39362
|
+
fieldTitle: {
|
|
39363
|
+
required: true,
|
|
39364
|
+
type: String
|
|
39365
|
+
},
|
|
39366
|
+
detail: {
|
|
39367
|
+
required: true,
|
|
39368
|
+
type: Object
|
|
39369
|
+
},
|
|
39370
|
+
mittId: {
|
|
39371
|
+
type: null,
|
|
39372
|
+
required: false,
|
|
39373
|
+
default: () => null
|
|
39374
|
+
}
|
|
39375
|
+
},
|
|
39454
39376
|
setup(__props) {
|
|
39455
|
-
const
|
|
39456
|
-
const attrs = useAttrs();
|
|
39457
|
-
const forwardedAttrs = attrs;
|
|
39377
|
+
const props = __props;
|
|
39458
39378
|
return (_ctx, _cache) => {
|
|
39459
|
-
|
|
39379
|
+
const _component_el_divider = resolveComponent("el-divider");
|
|
39380
|
+
return openBlock(), createBlock(_component_el_divider, {
|
|
39381
|
+
"content-position": "left",
|
|
39382
|
+
style: { "border-color": "#b7b9bf" }
|
|
39383
|
+
}, {
|
|
39460
39384
|
default: withCtx(() => [
|
|
39461
|
-
|
|
39385
|
+
createTextVNode(toDisplayString(props.fieldTitle), 1)
|
|
39462
39386
|
]),
|
|
39463
|
-
_:
|
|
39464
|
-
}
|
|
39387
|
+
_: 1
|
|
39388
|
+
});
|
|
39465
39389
|
};
|
|
39466
39390
|
}
|
|
39467
39391
|
});
|
|
39468
|
-
_sfc_main$j.install = (app) => {
|
|
39469
|
-
app.component("KeFormDateTimePicker", _sfc_main$j);
|
|
39470
|
-
};
|
|
39471
39392
|
var rn = Object.defineProperty;
|
|
39472
39393
|
var Ne = Object.getOwnPropertySymbols;
|
|
39473
39394
|
var vt = Object.prototype.hasOwnProperty, bt = Object.prototype.propertyIsEnumerable;
|
|
@@ -41063,7 +40984,7 @@ const ct = [
|
|
|
41063
40984
|
};
|
|
41064
40985
|
}
|
|
41065
40986
|
});
|
|
41066
|
-
const _sfc_main$
|
|
40987
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
41067
40988
|
__name: "FormDynamicTable",
|
|
41068
40989
|
props: {
|
|
41069
40990
|
value: {
|
|
@@ -41318,10 +41239,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
41318
41239
|
};
|
|
41319
41240
|
}
|
|
41320
41241
|
});
|
|
41321
|
-
_sfc_main$
|
|
41322
|
-
app.component(_sfc_main$i.__name, _sfc_main$i);
|
|
41323
|
-
};
|
|
41324
|
-
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
41242
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
41325
41243
|
__name: "FormInput",
|
|
41326
41244
|
props: /* @__PURE__ */ mergeModels({
|
|
41327
41245
|
value: {
|
|
@@ -41391,10 +41309,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
41391
41309
|
};
|
|
41392
41310
|
}
|
|
41393
41311
|
});
|
|
41394
|
-
_sfc_main$
|
|
41395
|
-
app.component(_sfc_main$h.__name, _sfc_main$h);
|
|
41396
|
-
};
|
|
41397
|
-
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
41312
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
41398
41313
|
__name: "FormInputNumber",
|
|
41399
41314
|
props: /* @__PURE__ */ mergeModels({
|
|
41400
41315
|
value: {
|
|
@@ -41467,11 +41382,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
41467
41382
|
};
|
|
41468
41383
|
}
|
|
41469
41384
|
});
|
|
41470
|
-
const
|
|
41471
|
-
|
|
41472
|
-
app.component(KeFormInputNumber.__name, KeFormInputNumber);
|
|
41473
|
-
};
|
|
41474
|
-
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
41385
|
+
const FormInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-86ef0363"]]);
|
|
41386
|
+
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
41475
41387
|
__name: "FormRadio",
|
|
41476
41388
|
props: /* @__PURE__ */ mergeModels({
|
|
41477
41389
|
value: {
|
|
@@ -41540,9 +41452,6 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
41540
41452
|
};
|
|
41541
41453
|
}
|
|
41542
41454
|
});
|
|
41543
|
-
_sfc_main$f.install = (app) => {
|
|
41544
|
-
app.component(_sfc_main$f.__name, _sfc_main$f);
|
|
41545
|
-
};
|
|
41546
41455
|
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";
|
|
41547
41456
|
const useFormatToTree = (params) => {
|
|
41548
41457
|
const { frameTreeData, headerFrameData, activeNames } = params;
|
|
@@ -41691,7 +41600,7 @@ const _hoisted_1$1 = { class: "label-question" };
|
|
|
41691
41600
|
const _hoisted_2 = ["src"];
|
|
41692
41601
|
const _hoisted_3 = { class: "label-question" };
|
|
41693
41602
|
const _hoisted_4 = ["src"];
|
|
41694
|
-
const _sfc_main$
|
|
41603
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
41695
41604
|
__name: "FormRenderClient",
|
|
41696
41605
|
props: /* @__PURE__ */ mergeModels({
|
|
41697
41606
|
isLoading: {
|
|
@@ -42047,9 +41956,9 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
42047
41956
|
};
|
|
42048
41957
|
}
|
|
42049
41958
|
});
|
|
42050
|
-
const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
41959
|
+
const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-30b23a37"]]);
|
|
42051
41960
|
const _hoisted_1 = { class: "van-doc-demo-block__title" };
|
|
42052
|
-
const _sfc_main$
|
|
41961
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
42053
41962
|
__name: "FormRenderMobile",
|
|
42054
41963
|
props: /* @__PURE__ */ mergeModels({
|
|
42055
41964
|
isLoading: {
|
|
@@ -42291,27 +42200,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
42291
42200
|
};
|
|
42292
42201
|
}
|
|
42293
42202
|
});
|
|
42294
|
-
const FormRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
42295
|
-
const _sfc_main$
|
|
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);
|
|
42313
|
-
};
|
|
42314
|
-
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
42203
|
+
const FormRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-121f69cc"]]);
|
|
42204
|
+
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
42315
42205
|
__name: "FormSelectClient",
|
|
42316
42206
|
props: /* @__PURE__ */ mergeModels({
|
|
42317
42207
|
value: {
|
|
@@ -42392,7 +42282,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
42392
42282
|
};
|
|
42393
42283
|
}
|
|
42394
42284
|
});
|
|
42395
|
-
const _sfc_main$
|
|
42285
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
42396
42286
|
__name: "FormSelectMobile",
|
|
42397
42287
|
props: /* @__PURE__ */ mergeModels({
|
|
42398
42288
|
value: {
|
|
@@ -42598,25 +42488,6 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
42598
42488
|
};
|
|
42599
42489
|
}
|
|
42600
42490
|
});
|
|
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);
|
|
42619
|
-
};
|
|
42620
42491
|
const useSelectAsync = (params) => {
|
|
42621
42492
|
const { emits, props } = params;
|
|
42622
42493
|
const loading = ref(false);
|
|
@@ -42702,7 +42573,7 @@ const useSelectAsync = (params) => {
|
|
|
42702
42573
|
init
|
|
42703
42574
|
};
|
|
42704
42575
|
};
|
|
42705
|
-
const _sfc_main$
|
|
42576
|
+
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
42706
42577
|
__name: "FormSelectAsyncClient",
|
|
42707
42578
|
props: /* @__PURE__ */ mergeModels({
|
|
42708
42579
|
value: {
|
|
@@ -42792,7 +42663,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
42792
42663
|
};
|
|
42793
42664
|
}
|
|
42794
42665
|
});
|
|
42795
|
-
const _sfc_main$
|
|
42666
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
42796
42667
|
__name: "FormSelectAsyncMobile",
|
|
42797
42668
|
props: /* @__PURE__ */ mergeModels({
|
|
42798
42669
|
value: {
|
|
@@ -42950,25 +42821,6 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
42950
42821
|
};
|
|
42951
42822
|
}
|
|
42952
42823
|
});
|
|
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);
|
|
42971
|
-
};
|
|
42972
42824
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
42973
42825
|
__name: "FormSelectRemote",
|
|
42974
42826
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -43091,9 +42943,6 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
43091
42943
|
};
|
|
43092
42944
|
}
|
|
43093
42945
|
});
|
|
43094
|
-
_sfc_main$5.install = (app) => {
|
|
43095
|
-
app.component(_sfc_main$5.__name, _sfc_main$5);
|
|
43096
|
-
};
|
|
43097
42946
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
43098
42947
|
__name: "FormSwitch",
|
|
43099
42948
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -43153,9 +43002,6 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
43153
43002
|
};
|
|
43154
43003
|
}
|
|
43155
43004
|
});
|
|
43156
|
-
_sfc_main$4.install = (app) => {
|
|
43157
|
-
app.component(_sfc_main$4.__name, _sfc_main$4);
|
|
43158
|
-
};
|
|
43159
43005
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
43160
43006
|
__name: "FormTableSelect",
|
|
43161
43007
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -43294,7 +43140,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
43294
43140
|
}
|
|
43295
43141
|
});
|
|
43296
43142
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
43297
|
-
__name: "
|
|
43143
|
+
__name: "FormTableSelectAsync",
|
|
43298
43144
|
props: /* @__PURE__ */ mergeModels({
|
|
43299
43145
|
value: {
|
|
43300
43146
|
required: false,
|
|
@@ -43494,9 +43340,6 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
43494
43340
|
};
|
|
43495
43341
|
}
|
|
43496
43342
|
});
|
|
43497
|
-
_sfc_main$1.install = (app) => {
|
|
43498
|
-
app.component(_sfc_main$1.__name, _sfc_main$1);
|
|
43499
|
-
};
|
|
43500
43343
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
43501
43344
|
__name: "FormTextArea",
|
|
43502
43345
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -43553,9 +43396,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
43553
43396
|
};
|
|
43554
43397
|
}
|
|
43555
43398
|
});
|
|
43556
|
-
_sfc_main.install = (app) => {
|
|
43557
|
-
app.component(_sfc_main.__name, _sfc_main);
|
|
43558
|
-
};
|
|
43559
43399
|
const zhCN = {
|
|
43560
43400
|
vxe: {
|
|
43561
43401
|
base: {
|
|
@@ -81533,45 +81373,76 @@ setI18n$1(defaultLanguage, zhCN);
|
|
|
81533
81373
|
setLanguage$1(defaultLanguage);
|
|
81534
81374
|
setTheme$1("light");
|
|
81535
81375
|
const components = [
|
|
81536
|
-
{ name: "
|
|
81537
|
-
{ name: "KeTableCardRender", component: _sfc_main$F },
|
|
81376
|
+
{ name: "KeTableCardRender", component: _sfc_main$z },
|
|
81538
81377
|
{ name: "KeTableTreeRender", component: KeTableTreeRender },
|
|
81539
81378
|
{ name: "KeTableCheckBoxAsync", component: KeTableCheckBoxAsync },
|
|
81540
81379
|
{ name: "KeTableInput", component: KeTableInput },
|
|
81541
81380
|
{ name: "KeTableInputNumber", component: KeTableInputNumber },
|
|
81542
|
-
{ name: "KeTableSelect", component: _sfc_main$
|
|
81543
|
-
{ name: "KeTableSelectAsync", component: _sfc_main$
|
|
81544
|
-
{ name: "KeTableSwitch", component: _sfc_main$
|
|
81545
|
-
{ name: "KeQueryBar", component: _sfc_main$
|
|
81546
|
-
{ name: "KeQueryDateTime", component: _sfc_main$
|
|
81547
|
-
{ name: "KeQueryInput", component: _sfc_main$
|
|
81548
|
-
{ name: "KeQueryInputLike", component: _sfc_main$
|
|
81549
|
-
{ name: "KeQuerySelect", component: KeliQuerySelect }
|
|
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 },
|
|
81558
|
-
{ name: "KeFormInputNumber", component: KeFormInputNumber },
|
|
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 },
|
|
81563
|
-
{ name: "KeFormSelectRemote", component: _sfc_main$5 },
|
|
81564
|
-
{ name: "KeFormSwitch", component: _sfc_main$4 },
|
|
81565
|
-
{ name: "KeFormTableSelect", component: _sfc_main$3 },
|
|
81566
|
-
{ name: "KeFormTableSelectAsync", component: _sfc_main$2 },
|
|
81567
|
-
{ name: "KeFormText", component: _sfc_main$1 },
|
|
81568
|
-
{ name: "KeFormTextArea", component: _sfc_main }
|
|
81381
|
+
{ name: "KeTableSelect", component: _sfc_main$u },
|
|
81382
|
+
{ name: "KeTableSelectAsync", component: _sfc_main$t },
|
|
81383
|
+
{ name: "KeTableSwitch", component: _sfc_main$s },
|
|
81384
|
+
{ name: "KeQueryBar", component: _sfc_main$r },
|
|
81385
|
+
{ name: "KeQueryDateTime", component: _sfc_main$q },
|
|
81386
|
+
{ name: "KeQueryInput", component: _sfc_main$p },
|
|
81387
|
+
{ name: "KeQueryInputLike", component: _sfc_main$o },
|
|
81388
|
+
{ name: "KeQuerySelect", component: KeliQuerySelect }
|
|
81569
81389
|
];
|
|
81390
|
+
const getComponents = () => {
|
|
81391
|
+
if (isMobileDevice.value) {
|
|
81392
|
+
return [
|
|
81393
|
+
{ name: "KeFormCascaderAsync", component: _sfc_main$m },
|
|
81394
|
+
{ name: "KeFormCheckBoxAsync", component: _sfc_main$l },
|
|
81395
|
+
{ name: "KeFormDatePicker", component: FormDatePickerClient },
|
|
81396
|
+
{ name: "KeFormDateTimePicker", component: FormDateTimePickerClient },
|
|
81397
|
+
{ name: "KeFormDivider", component: _sfc_main$g },
|
|
81398
|
+
{ name: "KeFormDynamicTable", component: _sfc_main$f },
|
|
81399
|
+
{ name: "KeFormInput", component: _sfc_main$e },
|
|
81400
|
+
{ name: "KeFormInputNumber", component: FormInputNumber },
|
|
81401
|
+
{ name: "KeFormRadio", component: _sfc_main$c },
|
|
81402
|
+
{ name: "KeFormRender", component: FormRenderClient },
|
|
81403
|
+
{ name: "KeFormSelect", component: _sfc_main$9 },
|
|
81404
|
+
{ name: "KeFormSelectAsync", component: _sfc_main$7 },
|
|
81405
|
+
{ name: "KeFormSelectRemote", component: _sfc_main$5 },
|
|
81406
|
+
{ name: "KeFormSwitch", component: _sfc_main$4 },
|
|
81407
|
+
{ name: "KeFormTableSelect", component: _sfc_main$3 },
|
|
81408
|
+
{ name: "KeFormTableSelectAsync", component: _sfc_main$2 },
|
|
81409
|
+
{ name: "KeFormText", component: _sfc_main$1 },
|
|
81410
|
+
{ name: "KeFormTextArea", component: _sfc_main },
|
|
81411
|
+
{ name: "KeToolBar", component: ToolBarClient },
|
|
81412
|
+
{ name: "KeTableRender", component: _sfc_main$F }
|
|
81413
|
+
];
|
|
81414
|
+
}
|
|
81415
|
+
return [
|
|
81416
|
+
{ name: "KeFormCascaderAsync", component: _sfc_main$m },
|
|
81417
|
+
{ name: "KeFormCheckBoxAsync", component: _sfc_main$l },
|
|
81418
|
+
{ name: "KeFormDatePicker", component: _sfc_main$j },
|
|
81419
|
+
{ name: "KeFormDateTimePicker", component: _sfc_main$h },
|
|
81420
|
+
{ name: "KeFormDivider", component: _sfc_main$g },
|
|
81421
|
+
{ name: "KeFormDynamicTable", component: _sfc_main$f },
|
|
81422
|
+
{ name: "KeFormInput", component: _sfc_main$e },
|
|
81423
|
+
{ name: "KeFormInputNumber", component: FormInputNumber },
|
|
81424
|
+
{ name: "KeFormRadio", component: _sfc_main$c },
|
|
81425
|
+
{ name: "KeFormRender", component: FormRenderMobile },
|
|
81426
|
+
{ name: "KeFormSelect", component: _sfc_main$8 },
|
|
81427
|
+
{ name: "KeFormSelectAsync", component: _sfc_main$6 },
|
|
81428
|
+
{ name: "KeFormSelectRemote", component: _sfc_main$5 },
|
|
81429
|
+
{ name: "KeFormSwitch", component: _sfc_main$4 },
|
|
81430
|
+
{ name: "KeFormTableSelect", component: _sfc_main$3 },
|
|
81431
|
+
{ name: "KeFormTableSelectAsync", component: _sfc_main$2 },
|
|
81432
|
+
{ name: "KeFormText", component: _sfc_main$1 },
|
|
81433
|
+
{ name: "KeFormTextArea", component: _sfc_main },
|
|
81434
|
+
{ name: "KeToolBar", component: ToolBarMobile },
|
|
81435
|
+
{ name: "KeTableRender", component: TableRenderMobile }
|
|
81436
|
+
];
|
|
81437
|
+
};
|
|
81570
81438
|
const install = (app) => {
|
|
81571
81439
|
app.use(VxeTooltip);
|
|
81572
81440
|
components.forEach(({ name: name2, component: component2 }) => {
|
|
81573
81441
|
app.component(name2, component2);
|
|
81574
81442
|
});
|
|
81443
|
+
getComponents().forEach(({ name: name2, component: component2 }) => {
|
|
81444
|
+
app.component(name2, component2);
|
|
81445
|
+
});
|
|
81575
81446
|
};
|
|
81576
81447
|
const index = {
|
|
81577
81448
|
install
|
|
@@ -81580,39 +81451,6 @@ export {
|
|
|
81580
81451
|
Colgroup,
|
|
81581
81452
|
Column,
|
|
81582
81453
|
Grid,
|
|
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,
|
|
81590
|
-
KeFormInputNumber,
|
|
81591
|
-
_sfc_main$f as KeFormRadio,
|
|
81592
|
-
_sfc_main$c as KeFormRender,
|
|
81593
|
-
_sfc_main$9 as KeFormSelect,
|
|
81594
|
-
_sfc_main$6 as KeFormSelectAsync,
|
|
81595
|
-
_sfc_main$5 as KeFormSelectRemote,
|
|
81596
|
-
_sfc_main$4 as KeFormSwitch,
|
|
81597
|
-
_sfc_main$3 as KeFormTableSelect,
|
|
81598
|
-
_sfc_main$2 as KeFormTableSelectAsync,
|
|
81599
|
-
_sfc_main$1 as KeFormText,
|
|
81600
|
-
_sfc_main as KeFormTextArea,
|
|
81601
|
-
_sfc_main$x as KeQueryBar,
|
|
81602
|
-
_sfc_main$w as KeQueryDateTime,
|
|
81603
|
-
_sfc_main$v as KeQueryInput,
|
|
81604
|
-
_sfc_main$u as KeQueryInputLike,
|
|
81605
|
-
KeliQuerySelect as KeQuerySelect,
|
|
81606
|
-
_sfc_main$F as KeTableCardRender,
|
|
81607
|
-
KeTableCheckBoxAsync,
|
|
81608
|
-
KeTableInput,
|
|
81609
|
-
KeTableInputNumber,
|
|
81610
|
-
_sfc_main$I as KeTableRender,
|
|
81611
|
-
_sfc_main$A as KeTableSelect,
|
|
81612
|
-
_sfc_main$z as KeTableSelectAsync,
|
|
81613
|
-
_sfc_main$y as KeTableSwitch,
|
|
81614
|
-
KeTableTreeRender,
|
|
81615
|
-
_sfc_main$s as KeToolBar,
|
|
81616
81454
|
Table,
|
|
81617
81455
|
Toolbar,
|
|
81618
81456
|
VXETable,
|