keli-ui 0.2.8 → 0.2.10
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 +164 -337
- 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/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
|
-
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,
|
|
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: {
|
|
@@ -36897,7 +36897,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
36897
36897
|
};
|
|
36898
36898
|
}
|
|
36899
36899
|
});
|
|
36900
|
-
const ToolBarMobile = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
36900
|
+
const ToolBarMobile = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-a79427fd"]]);
|
|
36901
36901
|
const customFormatter = (options) => {
|
|
36902
36902
|
if (isEmpty(options.cellValue) || isEmpty(options.tabObj))
|
|
36903
36903
|
return options.cellValue;
|
|
@@ -36923,7 +36923,7 @@ const _hoisted_5$2 = {
|
|
|
36923
36923
|
key: 0,
|
|
36924
36924
|
class: "pagination-div"
|
|
36925
36925
|
};
|
|
36926
|
-
const _sfc_main$
|
|
36926
|
+
const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
36927
36927
|
__name: "TableRenderMobile",
|
|
36928
36928
|
props: /* @__PURE__ */ mergeModels({
|
|
36929
36929
|
tableId: {
|
|
@@ -37052,7 +37052,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
37052
37052
|
const _directive_loading = resolveDirective("loading");
|
|
37053
37053
|
return withDirectives((openBlock(), createElementBlock("div", _hoisted_1$a, [
|
|
37054
37054
|
createElementVNode("div", _hoisted_2$8, [
|
|
37055
|
-
createVNode(_sfc_main$
|
|
37055
|
+
createVNode(_sfc_main$E, {
|
|
37056
37056
|
frame: __props.queryConfig,
|
|
37057
37057
|
onQueryClick: queryClick
|
|
37058
37058
|
}, null, 8, ["frame"])
|
|
@@ -37148,26 +37148,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
37148
37148
|
};
|
|
37149
37149
|
}
|
|
37150
37150
|
});
|
|
37151
|
-
const
|
|
37152
|
-
const _sfc_main$I = /* @__PURE__ */ defineComponent({
|
|
37153
|
-
__name: "TableRenderProxy",
|
|
37154
|
-
setup(__props) {
|
|
37155
|
-
const currentComponent = computed(() => isMobileDevice.value ? Mobile$1 : _sfc_main$M);
|
|
37156
|
-
const attrs = useAttrs();
|
|
37157
|
-
const forwardedAttrs = attrs;
|
|
37158
|
-
return (_ctx, _cache) => {
|
|
37159
|
-
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
37160
|
-
default: withCtx(() => [
|
|
37161
|
-
renderSlot(_ctx.$slots, "default")
|
|
37162
|
-
]),
|
|
37163
|
-
_: 3
|
|
37164
|
-
}, 16);
|
|
37165
|
-
};
|
|
37166
|
-
}
|
|
37167
|
-
});
|
|
37168
|
-
_sfc_main$I.install = (app) => {
|
|
37169
|
-
app.component("KeTableRender", _sfc_main$I);
|
|
37170
|
-
};
|
|
37151
|
+
const TableRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-8d24642d"]]);
|
|
37171
37152
|
const _hoisted_1$9 = { class: "table-card-render-client" };
|
|
37172
37153
|
const _hoisted_2$7 = {
|
|
37173
37154
|
key: 1,
|
|
@@ -37178,7 +37159,7 @@ const _hoisted_4$2 = ["src"];
|
|
|
37178
37159
|
const _hoisted_5$1 = { class: "title-wrapper" };
|
|
37179
37160
|
const _hoisted_6$1 = { class: "title-text" };
|
|
37180
37161
|
const _hoisted_7 = { class: "pagination-div" };
|
|
37181
|
-
const _sfc_main$
|
|
37162
|
+
const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
37182
37163
|
__name: "TableCardRenderClient",
|
|
37183
37164
|
props: /* @__PURE__ */ mergeModels({
|
|
37184
37165
|
tableId: {
|
|
@@ -37432,14 +37413,14 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
37432
37413
|
};
|
|
37433
37414
|
}
|
|
37434
37415
|
});
|
|
37435
|
-
const Client = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37416
|
+
const Client = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["__scopeId", "data-v-8a376fa7"]]);
|
|
37436
37417
|
const _hoisted_1$8 = { class: "table-render-mobile" };
|
|
37437
37418
|
const _hoisted_2$6 = { class: "table-render-mobile-search" };
|
|
37438
37419
|
const _hoisted_3$3 = { class: "table-tool-button" };
|
|
37439
37420
|
const _hoisted_4$1 = { class: "table-render-mobile-content" };
|
|
37440
37421
|
const _hoisted_5 = ["src"];
|
|
37441
37422
|
const _hoisted_6 = { class: "pagination-div" };
|
|
37442
|
-
const _sfc_main$
|
|
37423
|
+
const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
37443
37424
|
__name: "TableCardRenderMobile",
|
|
37444
37425
|
props: /* @__PURE__ */ mergeModels({
|
|
37445
37426
|
tableId: {
|
|
@@ -37673,8 +37654,8 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
|
|
|
37673
37654
|
};
|
|
37674
37655
|
}
|
|
37675
37656
|
});
|
|
37676
|
-
const Mobile = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37677
|
-
const _sfc_main$
|
|
37657
|
+
const Mobile = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-2e3c5fe2"]]);
|
|
37658
|
+
const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
37678
37659
|
__name: "TableCardRenderProxy",
|
|
37679
37660
|
setup(__props) {
|
|
37680
37661
|
const currentComponent = computed(() => isMobileDevice.value ? Mobile : Client);
|
|
@@ -37690,15 +37671,15 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
|
|
|
37690
37671
|
};
|
|
37691
37672
|
}
|
|
37692
37673
|
});
|
|
37693
|
-
_sfc_main$
|
|
37694
|
-
app.component("KeTableCardRender", _sfc_main$
|
|
37674
|
+
_sfc_main$z.install = (app) => {
|
|
37675
|
+
app.component("KeTableCardRender", _sfc_main$z);
|
|
37695
37676
|
};
|
|
37696
37677
|
const _hoisted_1$7 = { class: "table-render-client" };
|
|
37697
37678
|
const _hoisted_2$5 = {
|
|
37698
37679
|
key: 1,
|
|
37699
37680
|
class: "table-tool-button"
|
|
37700
37681
|
};
|
|
37701
|
-
const _sfc_main$
|
|
37682
|
+
const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
37702
37683
|
__name: "TableTreeRender",
|
|
37703
37684
|
props: {
|
|
37704
37685
|
tableId: {
|
|
@@ -37899,13 +37880,13 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
37899
37880
|
};
|
|
37900
37881
|
}
|
|
37901
37882
|
});
|
|
37902
|
-
const KeTableTreeRender = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
37883
|
+
const KeTableTreeRender = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-b06f3a94"]]);
|
|
37903
37884
|
KeTableTreeRender.install = (app) => {
|
|
37904
37885
|
app.component(KeTableTreeRender.__name, KeTableTreeRender);
|
|
37905
37886
|
};
|
|
37906
37887
|
const _hoisted_1$6 = { class: "table-check-box-async" };
|
|
37907
37888
|
const _hoisted_2$4 = { class: "dialog-header" };
|
|
37908
|
-
const _sfc_main$
|
|
37889
|
+
const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
37909
37890
|
__name: "TableCheckBoxAsync",
|
|
37910
37891
|
props: /* @__PURE__ */ mergeModels({
|
|
37911
37892
|
value: {
|
|
@@ -38058,12 +38039,12 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
38058
38039
|
};
|
|
38059
38040
|
}
|
|
38060
38041
|
});
|
|
38061
|
-
const KeTableCheckBoxAsync = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38042
|
+
const KeTableCheckBoxAsync = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-843c7943"]]);
|
|
38062
38043
|
KeTableCheckBoxAsync.install = (app) => {
|
|
38063
38044
|
app.component(KeTableCheckBoxAsync.__name, KeTableCheckBoxAsync);
|
|
38064
38045
|
};
|
|
38065
38046
|
const _hoisted_1$5 = { style: { "margin": "4px 0 0", "text-align": "right" } };
|
|
38066
|
-
const _sfc_main$
|
|
38047
|
+
const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
38067
38048
|
__name: "TableInput",
|
|
38068
38049
|
props: /* @__PURE__ */ mergeModels({
|
|
38069
38050
|
value: {
|
|
@@ -38176,10 +38157,10 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
38176
38157
|
};
|
|
38177
38158
|
}
|
|
38178
38159
|
});
|
|
38179
|
-
const KeTableInput = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38160
|
+
const KeTableInput = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["__scopeId", "data-v-45577ce0"]]);
|
|
38180
38161
|
const _hoisted_1$4 = { style: { "width": "100%" } };
|
|
38181
38162
|
const _hoisted_2$3 = { style: { "margin": "4px 0 0", "text-align": "right" } };
|
|
38182
|
-
const _sfc_main$
|
|
38163
|
+
const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
38183
38164
|
__name: "TableInputNumber",
|
|
38184
38165
|
props: /* @__PURE__ */ mergeModels({
|
|
38185
38166
|
value: {
|
|
@@ -38296,11 +38277,11 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
38296
38277
|
};
|
|
38297
38278
|
}
|
|
38298
38279
|
});
|
|
38299
|
-
const KeTableInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38280
|
+
const KeTableInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["__scopeId", "data-v-b622e1f6"]]);
|
|
38300
38281
|
KeTableInputNumber.install = (app) => {
|
|
38301
38282
|
app.component(KeTableInputNumber.__name, KeTableInputNumber);
|
|
38302
38283
|
};
|
|
38303
|
-
const _sfc_main$
|
|
38284
|
+
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
38304
38285
|
__name: "TableSelect",
|
|
38305
38286
|
props: {
|
|
38306
38287
|
value: {
|
|
@@ -38379,10 +38360,10 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
38379
38360
|
};
|
|
38380
38361
|
}
|
|
38381
38362
|
});
|
|
38382
|
-
_sfc_main$
|
|
38383
|
-
app.component(_sfc_main$
|
|
38363
|
+
_sfc_main$u.install = (app) => {
|
|
38364
|
+
app.component(_sfc_main$u.__name, _sfc_main$u);
|
|
38384
38365
|
};
|
|
38385
|
-
const _sfc_main$
|
|
38366
|
+
const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
38386
38367
|
__name: "TableSelectAsync",
|
|
38387
38368
|
props: /* @__PURE__ */ mergeModels({
|
|
38388
38369
|
value: {
|
|
@@ -38446,10 +38427,10 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
38446
38427
|
};
|
|
38447
38428
|
}
|
|
38448
38429
|
});
|
|
38449
|
-
_sfc_main$
|
|
38450
|
-
app.component(_sfc_main$
|
|
38430
|
+
_sfc_main$t.install = (app) => {
|
|
38431
|
+
app.component(_sfc_main$t.__name, _sfc_main$t);
|
|
38451
38432
|
};
|
|
38452
|
-
const _sfc_main$
|
|
38433
|
+
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
38453
38434
|
__name: "TableSwitch",
|
|
38454
38435
|
props: /* @__PURE__ */ mergeModels({
|
|
38455
38436
|
value: {
|
|
@@ -38492,13 +38473,13 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
|
|
|
38492
38473
|
};
|
|
38493
38474
|
}
|
|
38494
38475
|
});
|
|
38495
|
-
_sfc_main$
|
|
38496
|
-
app.component(_sfc_main$
|
|
38476
|
+
_sfc_main$s.install = (app) => {
|
|
38477
|
+
app.component(_sfc_main$s.__name, _sfc_main$s);
|
|
38497
38478
|
};
|
|
38498
|
-
const _sfc_main$
|
|
38479
|
+
const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
38499
38480
|
__name: "QueryBarProxy",
|
|
38500
38481
|
setup(__props) {
|
|
38501
|
-
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$
|
|
38482
|
+
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$E : _sfc_main$H);
|
|
38502
38483
|
const attrs = useAttrs();
|
|
38503
38484
|
const forwardedAttrs = attrs;
|
|
38504
38485
|
return (_ctx, _cache) => {
|
|
@@ -38511,10 +38492,10 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
38511
38492
|
};
|
|
38512
38493
|
}
|
|
38513
38494
|
});
|
|
38514
|
-
_sfc_main$
|
|
38515
|
-
app.component("KeliQueryBar", _sfc_main$
|
|
38495
|
+
_sfc_main$r.install = (app) => {
|
|
38496
|
+
app.component("KeliQueryBar", _sfc_main$r);
|
|
38516
38497
|
};
|
|
38517
|
-
const _sfc_main$
|
|
38498
|
+
const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
38518
38499
|
__name: "QueryDateTimeClient",
|
|
38519
38500
|
props: /* @__PURE__ */ mergeModels({
|
|
38520
38501
|
value: {
|
|
@@ -38579,10 +38560,10 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
38579
38560
|
};
|
|
38580
38561
|
}
|
|
38581
38562
|
});
|
|
38582
|
-
_sfc_main$
|
|
38583
|
-
app.component(_sfc_main$
|
|
38563
|
+
_sfc_main$q.install = (app) => {
|
|
38564
|
+
app.component(_sfc_main$q.__name, _sfc_main$q);
|
|
38584
38565
|
};
|
|
38585
|
-
const _sfc_main$
|
|
38566
|
+
const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
38586
38567
|
__name: "QueryInput",
|
|
38587
38568
|
props: /* @__PURE__ */ mergeModels({
|
|
38588
38569
|
value: {
|
|
@@ -38612,10 +38593,10 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
38612
38593
|
};
|
|
38613
38594
|
}
|
|
38614
38595
|
});
|
|
38615
|
-
_sfc_main$
|
|
38616
|
-
app.component(_sfc_main$
|
|
38596
|
+
_sfc_main$p.install = (app) => {
|
|
38597
|
+
app.component(_sfc_main$p.__name, _sfc_main$p);
|
|
38617
38598
|
};
|
|
38618
|
-
const _sfc_main$
|
|
38599
|
+
const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
38619
38600
|
__name: "QueryInputLike",
|
|
38620
38601
|
props: /* @__PURE__ */ mergeModels({
|
|
38621
38602
|
value: {
|
|
@@ -38645,10 +38626,10 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
|
38645
38626
|
};
|
|
38646
38627
|
}
|
|
38647
38628
|
});
|
|
38648
|
-
_sfc_main$
|
|
38649
|
-
app.component(_sfc_main$
|
|
38629
|
+
_sfc_main$o.install = (app) => {
|
|
38630
|
+
app.component(_sfc_main$o.__name, _sfc_main$o);
|
|
38650
38631
|
};
|
|
38651
|
-
const _sfc_main$
|
|
38632
|
+
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
38652
38633
|
__name: "QuerySelectClient",
|
|
38653
38634
|
props: /* @__PURE__ */ mergeModels({
|
|
38654
38635
|
value: {
|
|
@@ -38701,34 +38682,10 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
|
|
|
38701
38682
|
};
|
|
38702
38683
|
}
|
|
38703
38684
|
});
|
|
38704
|
-
const KeliQuerySelect = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
38685
|
+
const KeliQuerySelect = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-d1b8eb49"]]);
|
|
38705
38686
|
KeliQuerySelect.install = (app) => {
|
|
38706
38687
|
app.component(KeliQuerySelect.__name, KeliQuerySelect);
|
|
38707
38688
|
};
|
|
38708
|
-
const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
38709
|
-
__name: "ToolBarProxy",
|
|
38710
|
-
setup(__props) {
|
|
38711
|
-
const currentComponent = computed(() => isMobileDevice.value ? ToolBarMobile : ToolBarClient);
|
|
38712
|
-
const attrs = useAttrs();
|
|
38713
|
-
const slots = useSlots();
|
|
38714
|
-
const forwardedAttrs = attrs;
|
|
38715
|
-
return (_ctx, _cache) => {
|
|
38716
|
-
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), createSlots({ _: 2 }, [
|
|
38717
|
-
renderList(unref(slots), (_, name2) => {
|
|
38718
|
-
return {
|
|
38719
|
-
name: name2,
|
|
38720
|
-
fn: withCtx((slotProps) => [
|
|
38721
|
-
renderSlot(_ctx.$slots, name2, normalizeProps(guardReactiveProps(slotProps)))
|
|
38722
|
-
])
|
|
38723
|
-
};
|
|
38724
|
-
})
|
|
38725
|
-
]), 1040);
|
|
38726
|
-
};
|
|
38727
|
-
}
|
|
38728
|
-
});
|
|
38729
|
-
_sfc_main$s.install = (app) => {
|
|
38730
|
-
app.component(_sfc_main$s.__name, _sfc_main$s);
|
|
38731
|
-
};
|
|
38732
38689
|
const useMittHook = (fieldName, mittId) => {
|
|
38733
38690
|
if (!mittId) {
|
|
38734
38691
|
return {
|
|
@@ -38754,7 +38711,7 @@ const useMittHook = (fieldName, mittId) => {
|
|
|
38754
38711
|
};
|
|
38755
38712
|
return { registerMitt, offMitt };
|
|
38756
38713
|
};
|
|
38757
|
-
const _sfc_main$
|
|
38714
|
+
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
38758
38715
|
__name: "FormCascaderAsync",
|
|
38759
38716
|
props: /* @__PURE__ */ mergeModels({
|
|
38760
38717
|
value: {
|
|
@@ -38856,11 +38813,8 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
38856
38813
|
};
|
|
38857
38814
|
}
|
|
38858
38815
|
});
|
|
38859
|
-
_sfc_main$r.install = (app) => {
|
|
38860
|
-
app.component(_sfc_main$r.__name, _sfc_main$r);
|
|
38861
|
-
};
|
|
38862
38816
|
const isLoadFail = false;
|
|
38863
|
-
const _sfc_main$
|
|
38817
|
+
const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
38864
38818
|
__name: "FormCheckBoxAsync",
|
|
38865
38819
|
props: /* @__PURE__ */ mergeModels({
|
|
38866
38820
|
value: {
|
|
@@ -38988,13 +38942,10 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
38988
38942
|
};
|
|
38989
38943
|
}
|
|
38990
38944
|
});
|
|
38991
|
-
_sfc_main$q.install = (app) => {
|
|
38992
|
-
app.component(_sfc_main$q.__name, _sfc_main$q);
|
|
38993
|
-
};
|
|
38994
38945
|
const _hoisted_1$3 = { class: "dateCell" };
|
|
38995
38946
|
const _hoisted_2$2 = { class: "solar_calendar" };
|
|
38996
38947
|
const _hoisted_3$2 = { class: "lunar_calendar" };
|
|
38997
|
-
const _sfc_main$
|
|
38948
|
+
const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
38998
38949
|
__name: "FormDatePickerClient",
|
|
38999
38950
|
props: /* @__PURE__ */ mergeModels({
|
|
39000
38951
|
value: {
|
|
@@ -39063,8 +39014,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
39063
39014
|
};
|
|
39064
39015
|
}
|
|
39065
39016
|
});
|
|
39066
|
-
const FormDatePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39067
|
-
const _sfc_main$
|
|
39017
|
+
const FormDatePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-dd842b4b"]]);
|
|
39018
|
+
const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
39068
39019
|
__name: "FormDatePickerMobile",
|
|
39069
39020
|
props: /* @__PURE__ */ mergeModels({
|
|
39070
39021
|
value: {
|
|
@@ -39167,69 +39118,10 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
39167
39118
|
};
|
|
39168
39119
|
}
|
|
39169
39120
|
});
|
|
39170
|
-
const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
39171
|
-
__name: "FormDatePickerProxy",
|
|
39172
|
-
setup(__props) {
|
|
39173
|
-
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$o : FormDatePickerClient);
|
|
39174
|
-
const attrs = useAttrs();
|
|
39175
|
-
const forwardedAttrs = attrs;
|
|
39176
|
-
return (_ctx, _cache) => {
|
|
39177
|
-
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
39178
|
-
default: withCtx(() => [
|
|
39179
|
-
renderSlot(_ctx.$slots, "default")
|
|
39180
|
-
]),
|
|
39181
|
-
_: 3
|
|
39182
|
-
}, 16);
|
|
39183
|
-
};
|
|
39184
|
-
}
|
|
39185
|
-
});
|
|
39186
|
-
_sfc_main$n.install = (app) => {
|
|
39187
|
-
app.component("KeFormDatePicker", _sfc_main$n);
|
|
39188
|
-
};
|
|
39189
|
-
const _sfc_main$m = /* @__PURE__ */ defineComponent({
|
|
39190
|
-
__name: "FormDivider",
|
|
39191
|
-
props: {
|
|
39192
|
-
fieldName: {
|
|
39193
|
-
required: true,
|
|
39194
|
-
type: String
|
|
39195
|
-
},
|
|
39196
|
-
fieldTitle: {
|
|
39197
|
-
required: true,
|
|
39198
|
-
type: String
|
|
39199
|
-
},
|
|
39200
|
-
detail: {
|
|
39201
|
-
required: true,
|
|
39202
|
-
type: Object
|
|
39203
|
-
},
|
|
39204
|
-
mittId: {
|
|
39205
|
-
type: null,
|
|
39206
|
-
required: false,
|
|
39207
|
-
default: () => null
|
|
39208
|
-
}
|
|
39209
|
-
},
|
|
39210
|
-
setup(__props) {
|
|
39211
|
-
const props = __props;
|
|
39212
|
-
return (_ctx, _cache) => {
|
|
39213
|
-
const _component_el_divider = resolveComponent("el-divider");
|
|
39214
|
-
return openBlock(), createBlock(_component_el_divider, {
|
|
39215
|
-
"content-position": "left",
|
|
39216
|
-
style: { "border-color": "#b7b9bf" }
|
|
39217
|
-
}, {
|
|
39218
|
-
default: withCtx(() => [
|
|
39219
|
-
createTextVNode(toDisplayString(props.fieldTitle), 1)
|
|
39220
|
-
]),
|
|
39221
|
-
_: 1
|
|
39222
|
-
});
|
|
39223
|
-
};
|
|
39224
|
-
}
|
|
39225
|
-
});
|
|
39226
|
-
_sfc_main$m.install = (app) => {
|
|
39227
|
-
app.component(_sfc_main$m.__name, _sfc_main$m);
|
|
39228
|
-
};
|
|
39229
39121
|
const _hoisted_1$2 = { class: "dateCell" };
|
|
39230
39122
|
const _hoisted_2$1 = { class: "solar_calendar" };
|
|
39231
39123
|
const _hoisted_3$1 = { class: "lunar_calendar" };
|
|
39232
|
-
const _sfc_main$
|
|
39124
|
+
const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
39233
39125
|
__name: "FormDateTimePickerClient",
|
|
39234
39126
|
props: /* @__PURE__ */ mergeModels({
|
|
39235
39127
|
value: {
|
|
@@ -39339,8 +39231,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
39339
39231
|
};
|
|
39340
39232
|
}
|
|
39341
39233
|
});
|
|
39342
|
-
const FormDateTimePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
39343
|
-
const _sfc_main$
|
|
39234
|
+
const FormDateTimePickerClient = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-f3731a0d"]]);
|
|
39235
|
+
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
39344
39236
|
__name: "FormDateTimePickerMobile",
|
|
39345
39237
|
props: /* @__PURE__ */ mergeModels({
|
|
39346
39238
|
value: {
|
|
@@ -39460,25 +39352,43 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
39460
39352
|
};
|
|
39461
39353
|
}
|
|
39462
39354
|
});
|
|
39463
|
-
const _sfc_main$
|
|
39464
|
-
__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
|
+
},
|
|
39465
39376
|
setup(__props) {
|
|
39466
|
-
const
|
|
39467
|
-
const attrs = useAttrs();
|
|
39468
|
-
const forwardedAttrs = attrs;
|
|
39377
|
+
const props = __props;
|
|
39469
39378
|
return (_ctx, _cache) => {
|
|
39470
|
-
|
|
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
|
+
}, {
|
|
39471
39384
|
default: withCtx(() => [
|
|
39472
|
-
|
|
39385
|
+
createTextVNode(toDisplayString(props.fieldTitle), 1)
|
|
39473
39386
|
]),
|
|
39474
|
-
_:
|
|
39475
|
-
}
|
|
39387
|
+
_: 1
|
|
39388
|
+
});
|
|
39476
39389
|
};
|
|
39477
39390
|
}
|
|
39478
39391
|
});
|
|
39479
|
-
_sfc_main$j.install = (app) => {
|
|
39480
|
-
app.component("KeFormDateTimePicker", _sfc_main$j);
|
|
39481
|
-
};
|
|
39482
39392
|
var rn = Object.defineProperty;
|
|
39483
39393
|
var Ne = Object.getOwnPropertySymbols;
|
|
39484
39394
|
var vt = Object.prototype.hasOwnProperty, bt = Object.prototype.propertyIsEnumerable;
|
|
@@ -41074,7 +40984,7 @@ const ct = [
|
|
|
41074
40984
|
};
|
|
41075
40985
|
}
|
|
41076
40986
|
});
|
|
41077
|
-
const _sfc_main$
|
|
40987
|
+
const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
41078
40988
|
__name: "FormDynamicTable",
|
|
41079
40989
|
props: {
|
|
41080
40990
|
value: {
|
|
@@ -41329,10 +41239,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
41329
41239
|
};
|
|
41330
41240
|
}
|
|
41331
41241
|
});
|
|
41332
|
-
_sfc_main$
|
|
41333
|
-
app.component(_sfc_main$i.__name, _sfc_main$i);
|
|
41334
|
-
};
|
|
41335
|
-
const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
41242
|
+
const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
41336
41243
|
__name: "FormInput",
|
|
41337
41244
|
props: /* @__PURE__ */ mergeModels({
|
|
41338
41245
|
value: {
|
|
@@ -41402,10 +41309,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
41402
41309
|
};
|
|
41403
41310
|
}
|
|
41404
41311
|
});
|
|
41405
|
-
_sfc_main$
|
|
41406
|
-
app.component(_sfc_main$h.__name, _sfc_main$h);
|
|
41407
|
-
};
|
|
41408
|
-
const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
41312
|
+
const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
41409
41313
|
__name: "FormInputNumber",
|
|
41410
41314
|
props: /* @__PURE__ */ mergeModels({
|
|
41411
41315
|
value: {
|
|
@@ -41478,11 +41382,8 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
|
|
|
41478
41382
|
};
|
|
41479
41383
|
}
|
|
41480
41384
|
});
|
|
41481
|
-
const
|
|
41482
|
-
|
|
41483
|
-
app.component(KeFormInputNumber.__name, KeFormInputNumber);
|
|
41484
|
-
};
|
|
41485
|
-
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({
|
|
41486
41387
|
__name: "FormRadio",
|
|
41487
41388
|
props: /* @__PURE__ */ mergeModels({
|
|
41488
41389
|
value: {
|
|
@@ -41551,9 +41452,6 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
|
|
|
41551
41452
|
};
|
|
41552
41453
|
}
|
|
41553
41454
|
});
|
|
41554
|
-
_sfc_main$f.install = (app) => {
|
|
41555
|
-
app.component(_sfc_main$f.__name, _sfc_main$f);
|
|
41556
|
-
};
|
|
41557
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";
|
|
41558
41456
|
const useFormatToTree = (params) => {
|
|
41559
41457
|
const { frameTreeData, headerFrameData, activeNames } = params;
|
|
@@ -41702,7 +41600,7 @@ const _hoisted_1$1 = { class: "label-question" };
|
|
|
41702
41600
|
const _hoisted_2 = ["src"];
|
|
41703
41601
|
const _hoisted_3 = { class: "label-question" };
|
|
41704
41602
|
const _hoisted_4 = ["src"];
|
|
41705
|
-
const _sfc_main$
|
|
41603
|
+
const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
41706
41604
|
__name: "FormRenderClient",
|
|
41707
41605
|
props: /* @__PURE__ */ mergeModels({
|
|
41708
41606
|
isLoading: {
|
|
@@ -42058,9 +41956,9 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
42058
41956
|
};
|
|
42059
41957
|
}
|
|
42060
41958
|
});
|
|
42061
|
-
const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
41959
|
+
const FormRenderClient = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-30b23a37"]]);
|
|
42062
41960
|
const _hoisted_1 = { class: "van-doc-demo-block__title" };
|
|
42063
|
-
const _sfc_main$
|
|
41961
|
+
const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
42064
41962
|
__name: "FormRenderMobile",
|
|
42065
41963
|
props: /* @__PURE__ */ mergeModels({
|
|
42066
41964
|
isLoading: {
|
|
@@ -42302,27 +42200,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
42302
42200
|
};
|
|
42303
42201
|
}
|
|
42304
42202
|
});
|
|
42305
|
-
const FormRenderMobile = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
42306
|
-
const _sfc_main$
|
|
42307
|
-
__name: "FormRenderProxy",
|
|
42308
|
-
setup(__props) {
|
|
42309
|
-
const currentComponent = computed(() => isMobileDevice.value ? FormRenderMobile : FormRenderClient);
|
|
42310
|
-
const attrs = useAttrs();
|
|
42311
|
-
const forwardedAttrs = attrs;
|
|
42312
|
-
return (_ctx, _cache) => {
|
|
42313
|
-
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
42314
|
-
default: withCtx(() => [
|
|
42315
|
-
renderSlot(_ctx.$slots, "default")
|
|
42316
|
-
]),
|
|
42317
|
-
_: 3
|
|
42318
|
-
}, 16);
|
|
42319
|
-
};
|
|
42320
|
-
}
|
|
42321
|
-
});
|
|
42322
|
-
_sfc_main$c.install = (app) => {
|
|
42323
|
-
app.component("KeFormRender", _sfc_main$c);
|
|
42324
|
-
};
|
|
42325
|
-
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({
|
|
42326
42205
|
__name: "FormSelectClient",
|
|
42327
42206
|
props: /* @__PURE__ */ mergeModels({
|
|
42328
42207
|
value: {
|
|
@@ -42403,7 +42282,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
42403
42282
|
};
|
|
42404
42283
|
}
|
|
42405
42284
|
});
|
|
42406
|
-
const _sfc_main$
|
|
42285
|
+
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
42407
42286
|
__name: "FormSelectMobile",
|
|
42408
42287
|
props: /* @__PURE__ */ mergeModels({
|
|
42409
42288
|
value: {
|
|
@@ -42609,25 +42488,6 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
42609
42488
|
};
|
|
42610
42489
|
}
|
|
42611
42490
|
});
|
|
42612
|
-
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
42613
|
-
__name: "FormSelectProxy",
|
|
42614
|
-
setup(__props) {
|
|
42615
|
-
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$a : _sfc_main$b);
|
|
42616
|
-
const attrs = useAttrs();
|
|
42617
|
-
const forwardedAttrs = attrs;
|
|
42618
|
-
return (_ctx, _cache) => {
|
|
42619
|
-
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
42620
|
-
default: withCtx(() => [
|
|
42621
|
-
renderSlot(_ctx.$slots, "default")
|
|
42622
|
-
]),
|
|
42623
|
-
_: 3
|
|
42624
|
-
}, 16);
|
|
42625
|
-
};
|
|
42626
|
-
}
|
|
42627
|
-
});
|
|
42628
|
-
_sfc_main$9.install = (app) => {
|
|
42629
|
-
app.component("KeFormSelect", _sfc_main$9);
|
|
42630
|
-
};
|
|
42631
42491
|
const useSelectAsync = (params) => {
|
|
42632
42492
|
const { emits, props } = params;
|
|
42633
42493
|
const loading = ref(false);
|
|
@@ -42713,7 +42573,7 @@ const useSelectAsync = (params) => {
|
|
|
42713
42573
|
init
|
|
42714
42574
|
};
|
|
42715
42575
|
};
|
|
42716
|
-
const _sfc_main$
|
|
42576
|
+
const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
42717
42577
|
__name: "FormSelectAsyncClient",
|
|
42718
42578
|
props: /* @__PURE__ */ mergeModels({
|
|
42719
42579
|
value: {
|
|
@@ -42803,7 +42663,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
42803
42663
|
};
|
|
42804
42664
|
}
|
|
42805
42665
|
});
|
|
42806
|
-
const _sfc_main$
|
|
42666
|
+
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
42807
42667
|
__name: "FormSelectAsyncMobile",
|
|
42808
42668
|
props: /* @__PURE__ */ mergeModels({
|
|
42809
42669
|
value: {
|
|
@@ -42961,25 +42821,6 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
42961
42821
|
};
|
|
42962
42822
|
}
|
|
42963
42823
|
});
|
|
42964
|
-
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
42965
|
-
__name: "FormSelectAsyncProxy",
|
|
42966
|
-
setup(__props) {
|
|
42967
|
-
const currentComponent = computed(() => isMobileDevice.value ? _sfc_main$7 : _sfc_main$8);
|
|
42968
|
-
const attrs = useAttrs();
|
|
42969
|
-
const forwardedAttrs = attrs;
|
|
42970
|
-
return (_ctx, _cache) => {
|
|
42971
|
-
return openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), normalizeProps(guardReactiveProps(unref(forwardedAttrs))), {
|
|
42972
|
-
default: withCtx(() => [
|
|
42973
|
-
renderSlot(_ctx.$slots, "default")
|
|
42974
|
-
]),
|
|
42975
|
-
_: 3
|
|
42976
|
-
}, 16);
|
|
42977
|
-
};
|
|
42978
|
-
}
|
|
42979
|
-
});
|
|
42980
|
-
_sfc_main$6.install = (app) => {
|
|
42981
|
-
app.component("KeFormSelectAsync", _sfc_main$6);
|
|
42982
|
-
};
|
|
42983
42824
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
42984
42825
|
__name: "FormSelectRemote",
|
|
42985
42826
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -43102,9 +42943,6 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
43102
42943
|
};
|
|
43103
42944
|
}
|
|
43104
42945
|
});
|
|
43105
|
-
_sfc_main$5.install = (app) => {
|
|
43106
|
-
app.component(_sfc_main$5.__name, _sfc_main$5);
|
|
43107
|
-
};
|
|
43108
42946
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
43109
42947
|
__name: "FormSwitch",
|
|
43110
42948
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -43164,9 +43002,6 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
43164
43002
|
};
|
|
43165
43003
|
}
|
|
43166
43004
|
});
|
|
43167
|
-
_sfc_main$4.install = (app) => {
|
|
43168
|
-
app.component(_sfc_main$4.__name, _sfc_main$4);
|
|
43169
|
-
};
|
|
43170
43005
|
const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
43171
43006
|
__name: "FormTableSelect",
|
|
43172
43007
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -43305,7 +43140,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
43305
43140
|
}
|
|
43306
43141
|
});
|
|
43307
43142
|
const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
43308
|
-
__name: "
|
|
43143
|
+
__name: "FormTableSelectAsync",
|
|
43309
43144
|
props: /* @__PURE__ */ mergeModels({
|
|
43310
43145
|
value: {
|
|
43311
43146
|
required: false,
|
|
@@ -43505,9 +43340,6 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
43505
43340
|
};
|
|
43506
43341
|
}
|
|
43507
43342
|
});
|
|
43508
|
-
_sfc_main$1.install = (app) => {
|
|
43509
|
-
app.component(_sfc_main$1.__name, _sfc_main$1);
|
|
43510
|
-
};
|
|
43511
43343
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
43512
43344
|
__name: "FormTextArea",
|
|
43513
43345
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -43564,9 +43396,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
43564
43396
|
};
|
|
43565
43397
|
}
|
|
43566
43398
|
});
|
|
43567
|
-
_sfc_main.install = (app) => {
|
|
43568
|
-
app.component(_sfc_main.__name, _sfc_main);
|
|
43569
|
-
};
|
|
43570
43399
|
const zhCN = {
|
|
43571
43400
|
vxe: {
|
|
43572
43401
|
base: {
|
|
@@ -81544,45 +81373,76 @@ setI18n$1(defaultLanguage, zhCN);
|
|
|
81544
81373
|
setLanguage$1(defaultLanguage);
|
|
81545
81374
|
setTheme$1("light");
|
|
81546
81375
|
const components = [
|
|
81547
|
-
{ name: "
|
|
81548
|
-
{ name: "KeTableCardRender", component: _sfc_main$F },
|
|
81376
|
+
{ name: "KeTableCardRender", component: _sfc_main$z },
|
|
81549
81377
|
{ name: "KeTableTreeRender", component: KeTableTreeRender },
|
|
81550
81378
|
{ name: "KeTableCheckBoxAsync", component: KeTableCheckBoxAsync },
|
|
81551
81379
|
{ name: "KeTableInput", component: KeTableInput },
|
|
81552
81380
|
{ name: "KeTableInputNumber", component: KeTableInputNumber },
|
|
81553
|
-
{ name: "KeTableSelect", component: _sfc_main$
|
|
81554
|
-
{ name: "KeTableSelectAsync", component: _sfc_main$
|
|
81555
|
-
{ name: "KeTableSwitch", component: _sfc_main$
|
|
81556
|
-
{ name: "KeQueryBar", component: _sfc_main$
|
|
81557
|
-
{ name: "KeQueryDateTime", component: _sfc_main$
|
|
81558
|
-
{ name: "KeQueryInput", component: _sfc_main$
|
|
81559
|
-
{ name: "KeQueryInputLike", component: _sfc_main$
|
|
81560
|
-
{ name: "KeQuerySelect", component: KeliQuerySelect }
|
|
81561
|
-
{ name: "KeToolBar", component: _sfc_main$s },
|
|
81562
|
-
{ name: "KeFormCascaderAsync", component: _sfc_main$r },
|
|
81563
|
-
{ name: "KeFormCheckBoxAsync", component: _sfc_main$q },
|
|
81564
|
-
{ name: "KeFormDatePicker", component: _sfc_main$n },
|
|
81565
|
-
{ name: "KeFormDateTimePicker", component: _sfc_main$j },
|
|
81566
|
-
{ name: "KeFormDivider", component: _sfc_main$m },
|
|
81567
|
-
{ name: "KeFormDynamicTable", component: _sfc_main$i },
|
|
81568
|
-
{ name: "KeFormInput", component: _sfc_main$h },
|
|
81569
|
-
{ name: "KeFormInputNumber", component: KeFormInputNumber },
|
|
81570
|
-
{ name: "KeFormRadio", component: _sfc_main$f },
|
|
81571
|
-
{ name: "KeFormRender", component: _sfc_main$c },
|
|
81572
|
-
{ name: "KeFormSelect", component: _sfc_main$9 },
|
|
81573
|
-
{ name: "KeFormSelectAsync", component: _sfc_main$6 },
|
|
81574
|
-
{ name: "KeFormSelectRemote", component: _sfc_main$5 },
|
|
81575
|
-
{ name: "KeFormSwitch", component: _sfc_main$4 },
|
|
81576
|
-
{ name: "KeFormTableSelect", component: _sfc_main$3 },
|
|
81577
|
-
{ name: "KeFormTableSelectAsync", component: _sfc_main$2 },
|
|
81578
|
-
{ name: "KeFormText", component: _sfc_main$1 },
|
|
81579
|
-
{ 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 }
|
|
81580
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: _sfc_main$j },
|
|
81396
|
+
{ name: "KeFormDateTimePicker", component: _sfc_main$h },
|
|
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: FormRenderMobile },
|
|
81403
|
+
{ name: "KeFormSelect", component: _sfc_main$8 },
|
|
81404
|
+
{ name: "KeFormSelectAsync", component: _sfc_main$6 },
|
|
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: ToolBarMobile },
|
|
81412
|
+
{ name: "KeTableRender", component: TableRenderMobile }
|
|
81413
|
+
];
|
|
81414
|
+
}
|
|
81415
|
+
return [
|
|
81416
|
+
{ name: "KeFormCascaderAsync", component: _sfc_main$m },
|
|
81417
|
+
{ name: "KeFormCheckBoxAsync", component: _sfc_main$l },
|
|
81418
|
+
{ name: "KeFormDatePicker", component: FormDatePickerClient },
|
|
81419
|
+
{ name: "KeFormDateTimePicker", component: FormDateTimePickerClient },
|
|
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: FormRenderClient },
|
|
81426
|
+
{ name: "KeFormSelect", component: _sfc_main$9 },
|
|
81427
|
+
{ name: "KeFormSelectAsync", component: _sfc_main$7 },
|
|
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: ToolBarClient },
|
|
81435
|
+
{ name: "KeTableRender", component: _sfc_main$F }
|
|
81436
|
+
];
|
|
81437
|
+
};
|
|
81581
81438
|
const install = (app) => {
|
|
81582
81439
|
app.use(VxeTooltip);
|
|
81583
81440
|
components.forEach(({ name: name2, component: component2 }) => {
|
|
81584
81441
|
app.component(name2, component2);
|
|
81585
81442
|
});
|
|
81443
|
+
getComponents().forEach(({ name: name2, component: component2 }) => {
|
|
81444
|
+
app.component(name2, component2);
|
|
81445
|
+
});
|
|
81586
81446
|
};
|
|
81587
81447
|
const index = {
|
|
81588
81448
|
install
|
|
@@ -81591,39 +81451,6 @@ export {
|
|
|
81591
81451
|
Colgroup,
|
|
81592
81452
|
Column,
|
|
81593
81453
|
Grid,
|
|
81594
|
-
_sfc_main$r as KeFormCascaderAsync,
|
|
81595
|
-
_sfc_main$q as KeFormCheckBoxAsync,
|
|
81596
|
-
_sfc_main$n as KeFormDatePicker,
|
|
81597
|
-
_sfc_main$j as KeFormDateTimePicker,
|
|
81598
|
-
_sfc_main$m as KeFormDivider,
|
|
81599
|
-
_sfc_main$i as KeFormDynamicTable,
|
|
81600
|
-
_sfc_main$h as KeFormInput,
|
|
81601
|
-
KeFormInputNumber,
|
|
81602
|
-
_sfc_main$f as KeFormRadio,
|
|
81603
|
-
_sfc_main$c as KeFormRender,
|
|
81604
|
-
_sfc_main$9 as KeFormSelect,
|
|
81605
|
-
_sfc_main$6 as KeFormSelectAsync,
|
|
81606
|
-
_sfc_main$5 as KeFormSelectRemote,
|
|
81607
|
-
_sfc_main$4 as KeFormSwitch,
|
|
81608
|
-
_sfc_main$3 as KeFormTableSelect,
|
|
81609
|
-
_sfc_main$2 as KeFormTableSelectAsync,
|
|
81610
|
-
_sfc_main$1 as KeFormText,
|
|
81611
|
-
_sfc_main as KeFormTextArea,
|
|
81612
|
-
_sfc_main$x as KeQueryBar,
|
|
81613
|
-
_sfc_main$w as KeQueryDateTime,
|
|
81614
|
-
_sfc_main$v as KeQueryInput,
|
|
81615
|
-
_sfc_main$u as KeQueryInputLike,
|
|
81616
|
-
KeliQuerySelect as KeQuerySelect,
|
|
81617
|
-
_sfc_main$F as KeTableCardRender,
|
|
81618
|
-
KeTableCheckBoxAsync,
|
|
81619
|
-
KeTableInput,
|
|
81620
|
-
KeTableInputNumber,
|
|
81621
|
-
_sfc_main$I as KeTableRender,
|
|
81622
|
-
_sfc_main$A as KeTableSelect,
|
|
81623
|
-
_sfc_main$z as KeTableSelectAsync,
|
|
81624
|
-
_sfc_main$y as KeTableSwitch,
|
|
81625
|
-
KeTableTreeRender,
|
|
81626
|
-
_sfc_main$s as KeToolBar,
|
|
81627
81454
|
Table,
|
|
81628
81455
|
Toolbar,
|
|
81629
81456
|
VXETable,
|