@jeecg/online 3.4.4-beta2 → 3.5.3-beta2

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.
@@ -22,25 +22,21 @@ import { useMessage } from "/@/hooks/web/useMessage";
22
22
  import { ref, watch, resolveComponent, openBlock, createBlock } from "vue";
23
23
  import { BasicForm } from "/@/components/Form/index";
24
24
  import { defHttp } from "/@/utils/http/axios";
25
- import { d as getDetailFormSchemas, g as getRefPromise } from "./useAutoForm.js";
25
+ import { h as getDetailFormSchemas, g as getRefPromise } from "./useExtendComponent.js";
26
26
  import { Loading } from "/@/components/Loading";
27
27
  import DetailForm from "./DetailForm.js";
28
28
  import { _ as _export_sfc } from "./index.js";
29
- import "./FormSchemaFactory.js";
29
+ import "/@/components/Form/src/componentMap";
30
+ import "/@/utils/propTypes";
31
+ import "@ant-design/icons-vue";
32
+ import "/@/components/Modal";
30
33
  import "/@/components/Form/src/jeecg/components/JUpload";
31
34
  import "/@/views/system/user/user.api";
32
35
  import "./_commonjsHelpers.js";
33
36
  import "/@/store/modules/user";
34
37
  import "/@/utils";
35
38
  import "/@/utils/desform/customExpression";
36
- import "/@/components/Form/src/componentMap";
37
- import "./OnlineSelectCascade.js";
38
- import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
39
- import "vue-router";
40
39
  import "/@/store/modules/permission";
41
- import "/@/utils/propTypes";
42
- import "@ant-design/icons-vue";
43
- import "/@/components/Modal";
44
40
  import "/@/utils/dict/JDictSelectUtil";
45
41
  import "/@/utils/common/compUtils";
46
42
  import "./pick.js";
@@ -50,9 +46,12 @@ import "./toString.js";
50
46
  import "./_arrayPush.js";
51
47
  import "/@/components/Table";
52
48
  import "/@/hooks/system/useListPage";
49
+ import "vue-router";
53
50
  import "/@/components/Form/src/utils/Area";
54
51
  import "/@/components/Preview/index";
55
52
  import "./LinkTableListPiece.js";
53
+ import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
54
+ import "./OnlineSelectCascade.js";
56
55
  import "/@/utils/auth";
57
56
  import "./JModalTip.js";
58
57
  import "ant-design-vue";
@@ -98,7 +98,7 @@ const _sfc_main = defineComponent({
98
98
  setup() {
99
99
  const columns = ref([
100
100
  { title: "\u5B57\u6BB5\u540D\u79F0", key: "dbFieldName", width: 100 },
101
- { title: "\u5B57\u6BB5\u5907\u6CE8", key: "dbFieldTxt", width: 100 },
101
+ { title: "\u5B57\u6BB5\u5907\u6CE8", key: "dbFieldTxt", width: 150 },
102
102
  {
103
103
  title: "\u8868\u5355\u663E\u793A",
104
104
  key: "isShowForm",
@@ -482,5 +482,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
482
482
  }, null, 8, ["onRegister", "onSuccess"])
483
483
  ], 64);
484
484
  }
485
- var PageAttributeTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-58928976"]]);
485
+ var PageAttributeTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5c39d0ca"]]);
486
486
  export { PageAttributeTable as default };
@@ -18,15 +18,13 @@ var __async = (__this, __arguments, generator) => {
18
18
  step((generator = generator.apply(__this, __arguments)).next());
19
19
  });
20
20
  };
21
- import OnlineForm from "./OnlineForm.js";
21
+ import { O as OnlineForm } from "./OnlineForm.js";
22
22
  import { defineComponent, ref, watch, nextTick, resolveComponent, openBlock, createElementBlock, createVNode, withCtx, createTextVNode, createCommentVNode } from "vue";
23
23
  import { defHttp } from "/@/utils/http/axios";
24
- import { g as getRefPromise } from "./useAutoForm.js";
24
+ import { g as getRefPromise } from "./useExtendComponent.js";
25
25
  import { _ as _export_sfc } from "./index.js";
26
26
  import "/@/hooks/web/useMessage";
27
27
  import "/@/components/Form/index";
28
- import "./FormSchemaFactory.js";
29
- import "/@/components/Form/src/jeecg/components/JUpload";
30
28
  import "/@/utils";
31
29
  import "/@/components/Loading";
32
30
  import "/@/components/jeecg/JVxeTable/types";
@@ -35,6 +33,9 @@ import "@ant-design/icons-vue";
35
33
  import "/@/hooks/core/useContext";
36
34
  import "/@/utils/mitt";
37
35
  import "/@/components/Modal";
36
+ import "/@/utils/cache";
37
+ import "/@/utils/common/compUtils";
38
+ import "/@/store/modules/user";
38
39
  import "./pick.js";
39
40
  import "./_flatRest.js";
40
41
  import "./isArray.js";
@@ -43,23 +44,22 @@ import "./_arrayPush.js";
43
44
  import "./omit.js";
44
45
  import "./_baseClone.js";
45
46
  import "./_baseSlice.js";
47
+ import "/@/components/Form/src/componentMap";
48
+ import "/@/utils/propTypes";
49
+ import "/@/components/Form/src/jeecg/components/JUpload";
46
50
  import "/@/views/system/user/user.api";
47
51
  import "./_commonjsHelpers.js";
48
- import "/@/store/modules/user";
49
52
  import "/@/utils/desform/customExpression";
50
- import "/@/components/Form/src/componentMap";
51
- import "./OnlineSelectCascade.js";
52
- import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
53
- import "vue-router";
54
53
  import "/@/store/modules/permission";
55
- import "/@/utils/propTypes";
56
54
  import "/@/utils/dict/JDictSelectUtil";
57
- import "/@/utils/common/compUtils";
58
55
  import "/@/components/Table";
59
56
  import "/@/hooks/system/useListPage";
57
+ import "vue-router";
60
58
  import "/@/components/Form/src/utils/Area";
61
59
  import "/@/components/Preview/index";
62
60
  import "./LinkTableListPiece.js";
61
+ import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
62
+ import "./OnlineSelectCascade.js";
63
63
  import "./JModalTip.js";
64
64
  import "ant-design-vue";
65
65
  import "@vueuse/core";
package/SuperQuery.js CHANGED
@@ -24,17 +24,40 @@ import { useMessage } from "/@/hooks/web/useMessage";
24
24
  import { Modal, Divider, Empty } from "ant-design-vue";
25
25
  import { createLocalStorage } from "/@/utils/cache";
26
26
  import { useRoute } from "vue-router";
27
- import { F as FormSchemaFactory } from "./FormSchemaFactory.js";
27
+ import { u as useExtendComponent, F as FormSchemaFactory } from "./useExtendComponent.js";
28
28
  import { _ as _sfc_main$1 } from "./SuperQueryValComponent.vue_vue_type_script_lang.js";
29
29
  import { MinusCircleOutlined, PlusOutlined, FileTextOutlined, CloseCircleOutlined, AppstoreTwoTone } from "@ant-design/icons-vue";
30
30
  import { _ as _export_sfc } from "./index.js";
31
- import "/@/components/Form/src/jeecg/components/JUpload";
32
31
  import "/@/components/Form/src/componentMap";
32
+ import "/@/utils/propTypes";
33
+ import "/@/components/Form/index";
34
+ import "/@/utils/http/axios";
35
+ import "/@/components/Form/src/jeecg/components/JUpload";
36
+ import "/@/views/system/user/user.api";
37
+ import "./_commonjsHelpers.js";
38
+ import "/@/store/modules/user";
39
+ import "/@/utils";
40
+ import "/@/utils/desform/customExpression";
41
+ import "/@/store/modules/permission";
42
+ import "/@/utils/dict/JDictSelectUtil";
43
+ import "./pick.js";
44
+ import "./_flatRest.js";
45
+ import "./isArray.js";
46
+ import "./toString.js";
47
+ import "./_arrayPush.js";
48
+ import "/@/components/Table";
49
+ import "/@/hooks/system/useListPage";
50
+ import "/@/components/Form/src/utils/Area";
51
+ import "/@/components/Preview/index";
52
+ import "./LinkTableListPiece.js";
53
+ import "./OnlineSelectCascade.js";
54
+ import "/@/components/Loading";
55
+ import "/@/utils/auth";
56
+ import "./JModalTip.js";
57
+ import "@vueuse/core";
33
58
  import "/@/components/Form/src/helper";
34
59
  import "/@/utils/is";
35
60
  import "./_baseSlice.js";
36
- import "./toString.js";
37
- import "./isArray.js";
38
61
  import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
39
62
  const FORM_VIEW_TO_QUERY_VIEW = {
40
63
  "password": "text",
@@ -48,6 +71,7 @@ const FORM_VIEW_TO_QUERY_VIEW = {
48
71
  };
49
72
  const SAVE_CODE_PRE = "JSuperQuerySaved_";
50
73
  function useSuperQuery() {
74
+ const { linkTableCard2Select } = useExtendComponent();
51
75
  const { createMessage: $message } = useMessage();
52
76
  const formRef = ref();
53
77
  const dynamicRowValues = reactive({
@@ -134,6 +158,7 @@ function useSuperQuery() {
134
158
  if (["empty", "not_empty"].includes(item.rule)) {
135
159
  schema.componentProps = __spreadProps(__spreadValues({}, schema.componentProps), { disabled: true });
136
160
  }
161
+ linkTableCard2Select(schema);
137
162
  return schema;
138
163
  }
139
164
  const saveTreeData = ref("");
@@ -548,7 +573,7 @@ const _sfc_main = {
548
573
  };
549
574
  }
550
575
  };
551
- const _withScopeId = (n) => (pushScopeId("data-v-050f6852"), n = n(), popScopeId(), n);
576
+ const _withScopeId = (n) => (pushScopeId("data-v-31ffc821"), n = n(), popScopeId(), n);
552
577
  const _hoisted_1 = { class: "j-super-query-button" };
553
578
  const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", null, "\u5DF2\u6709\u9AD8\u7EA7\u67E5\u8BE2\u6761\u4EF6\u751F\u6548", -1));
554
579
  const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", null, "\u9AD8\u7EA7\u67E5\u8BE2", -1));
@@ -636,7 +661,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
636
661
  createVNode(_component_BasicModal, {
637
662
  title: "\u9AD8\u7EA7\u67E5\u8BE2\u6784\u9020\u5668",
638
663
  canFullscreen: false,
639
- width: 700,
664
+ width: 750,
640
665
  onRegister: $setup.registerFormModal,
641
666
  onOk: $setup.handleSubmit
642
667
  }, {
@@ -865,7 +890,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
865
890
  }, 1032, ["name"]),
866
891
  createVNode(_component_a_form_item, {
867
892
  name: ["values", index, "val"],
868
- style: { "width": "180px" }
893
+ style: { "width": "300px" }
869
894
  }, {
870
895
  default: withCtx(() => [
871
896
  createVNode(_component_online_super_query_val_component, {
@@ -992,5 +1017,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
992
1017
  }, 8, ["visible", "onOk"])
993
1018
  ], 64);
994
1019
  }
995
- var OnlineSuperQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-050f6852"]]);
1020
+ var OnlineSuperQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-31ffc821"]]);
996
1021
  export { OnlineSuperQuery as default };
package/cgform.data.js CHANGED
@@ -87,7 +87,9 @@ const ExtConfigDefaultJson = {
87
87
  joinQuery: 0,
88
88
  modelFullscreen: 0,
89
89
  modalMinWidth: "",
90
- commentStatus: 0
90
+ commentStatus: 0,
91
+ tableFixedAction: 1,
92
+ tableFixedActionType: "right"
91
93
  };
92
94
  function useInitialData() {
93
95
  let initialData = [
package/enhance.data.js CHANGED
@@ -161,7 +161,7 @@ function useSqlFormSchemas(btnList) {
161
161
  languageChange: false,
162
162
  lineNumbers: false,
163
163
  fullScreen: true,
164
- minHeight: 320
164
+ height: "320px"
165
165
  },
166
166
  defaultValue: ""
167
167
  },
package/index.js CHANGED
@@ -53,33 +53,35 @@ var index = {
53
53
  },
54
54
  getViews() {
55
55
  return { "./src/views/super/online/cgform/CgformCopyList.vue": () => import("./CgformCopyList.js"), "./src/views/super/online/cgform/index.vue": () => import("./index2.js"), "./src/views/super/online/cgreport/index.vue": () => import("./index3.js"), "./src/views/super/online/cgform/components/CgformModal.vue": () => import("./CgformModal.js").then(function(n) {
56
- return n.f;
56
+ return n.h;
57
57
  }), "./src/views/super/online/cgform/components/CodeFileListModal.vue": () => import("./CodeFileListModal.js"), "./src/views/super/online/cgform/components/CodeFileViewModal.vue": () => import("./CodeFileViewModal.js"), "./src/views/super/online/cgform/components/CodeGeneratorModal.vue": () => import("./CodeGeneratorModal.js"), "./src/views/super/online/cgform/components/DbToOnlineModal.vue": () => import("./DbToOnlineModal.js"), "./src/views/super/online/cgform/components/ExtendConfigModal.vue": () => import("./ExtendConfigModal.js"), "./src/views/super/online/cgform/components/FileSelectModal.vue": () => import("./FileSelectModal.js"), "./src/views/super/online/cgform/extend/FieldExtendJsonModal.vue": () => import("./FieldExtendJsonModal.js"), "./src/views/super/online/cgreport/auto/OnlCgReportList.vue": () => Promise.resolve().then(function() {
58
58
  return OnlCgReportList$1;
59
59
  }), "./src/views/super/online/cgreport/components/CgreportModal.vue": () => import("./CgreportModal.js").then(function(n) {
60
60
  return n.C;
61
- }), "./src/views/super/online/cgreport/demo/ModalFormDemo.vue": () => import("./ModalFormDemo.js"), "./src/views/super/online/cgform/auto/comp/JOnlineSearchSelect.vue": () => import("./JOnlineSearchSelect.js"), "./src/views/super/online/cgform/auto/comp/OnlineForm.vue": () => import("./OnlineForm.js"), "./src/views/super/online/cgform/auto/comp/OnlineFormDetail.vue": () => import("./OnlineFormDetail.js"), "./src/views/super/online/cgform/auto/comp/OnlinePopForm.vue": () => import("./useAutoForm.js").then(function(n) {
62
- return n.n;
63
- }), "./src/views/super/online/cgform/auto/comp/OnlinePopListModal.vue": () => import("./useAutoForm.js").then(function(n) {
64
- return n.q;
65
- }), "./src/views/super/online/cgform/auto/comp/OnlinePopModal.vue": () => import("./useAutoForm.js").then(function(n) {
66
- return n.o;
67
- }), "./src/views/super/online/cgform/auto/comp/OnlineQueryForm.vue": () => import("./OnlineQueryForm.js"), "./src/views/super/online/cgform/auto/comp/OnlineSearchFormItem.vue": () => import("./OnlineSearchFormItem.js"), "./src/views/super/online/cgform/auto/comp/OnlineSelectCascade.vue": () => import("./OnlineSelectCascade.js"), "./src/views/super/online/cgform/auto/comp/OnlineSubForm.vue": () => import("./useAutoForm.js").then(function(n) {
68
- return n.m;
69
- }), "./src/views/super/online/cgform/auto/comp/OnlineSubFormDetail.vue": () => import("./OnlineSubFormDetail.js"), "./src/views/super/online/cgform/auto/comp/ProcessOnlineForm.vue": () => import("./ProcessOnlineForm.js"), "./src/views/super/online/cgform/auto/default/OnlineAutoList.vue": () => import("./OnlineAutoList.js"), "./src/views/super/online/cgform/auto/default/OnlineAutoModal.vue": () => import("./OnlineAutoModal.js"), "./src/views/super/online/cgform/auto/default/OnlineCustomModal.vue": () => import("./OnlineCustomModal.js"), "./src/views/super/online/cgform/auto/default/OnlineDetailModal.vue": () => import("./OnlineDetailModal.js"), "./src/views/super/online/cgform/auto/tree/OnlineAutoTreeList.vue": () => import("./OnlineAutoTreeList.js"), "./src/views/super/online/cgform/components/auth/AuthManagerDrawer.vue": () => import("./AuthManagerDrawer.js"), "./src/views/super/online/cgform/components/auth/AuthSetterModal.vue": () => import("./AuthSetterModal.js"), "./src/views/super/online/cgform/components/button/CustomButtonList.vue": () => import("./CustomButtonList.js"), "./src/views/super/online/cgform/components/enhance/EnhanceJavaModal.vue": () => import("./EnhanceJavaModal.js"), "./src/views/super/online/cgform/components/enhance/EnhanceJsHistory.vue": () => import("./EnhanceJsHistory.js").then(function(n) {
61
+ }), "./src/views/super/online/cgreport/demo/ModalFormDemo.vue": () => import("./ModalFormDemo.js"), "./src/views/super/online/cgform/auto/comp/JOnlineSearchSelect.vue": () => import("./JOnlineSearchSelect.js"), "./src/views/super/online/cgform/auto/comp/OnlineForm.vue": () => import("./OnlineForm.js").then(function(n) {
70
62
  return n.a;
71
- }), "./src/views/super/online/cgform/components/enhance/EnhanceJsModal.vue": () => import("./EnhanceJsModal.js"), "./src/views/super/online/cgform/components/enhance/EnhanceSqlModal.vue": () => import("./EnhanceSqlModal.js"), "./src/views/super/online/cgform/components/tables/CheckDictTable.vue": () => import("./CheckDictTable.js"), "./src/views/super/online/cgform/components/tables/DBAttributeTable.vue": () => import("./DBAttributeTable.js"), "./src/views/super/online/cgform/components/tables/ForeignKeyTable.vue": () => import("./ForeignKeyTable.js"), "./src/views/super/online/cgform/components/tables/IndexTable.vue": () => import("./IndexTable.js"), "./src/views/super/online/cgform/components/tables/PageAttributeTable.vue": () => import("./PageAttributeTable.js"), "./src/views/super/online/cgform/components/tables/QueryTable.vue": () => import("./QueryTable.js"), "./src/views/super/online/cgform/extend/form/DetailForm.vue": () => import("./DetailForm.js"), "./src/views/super/online/cgform/extend/linkTable/JModalTip.vue": () => import("./JModalTip.js"), "./src/views/super/online/cgform/extend/linkTable/LinkTableCard.vue": () => import("./useAutoForm.js").then(function(n) {
63
+ }), "./src/views/super/online/cgform/auto/comp/OnlineFormDetail.vue": () => import("./OnlineFormDetail.js"), "./src/views/super/online/cgform/auto/comp/OnlinePopForm.vue": () => import("./useExtendComponent.js").then(function(n) {
64
+ return n.s;
65
+ }), "./src/views/super/online/cgform/auto/comp/OnlinePopListModal.vue": () => import("./useExtendComponent.js").then(function(n) {
66
+ return n.w;
67
+ }), "./src/views/super/online/cgform/auto/comp/OnlinePopModal.vue": () => import("./useExtendComponent.js").then(function(n) {
68
+ return n.t;
69
+ }), "./src/views/super/online/cgform/auto/comp/OnlineQueryForm.vue": () => import("./OnlineQueryForm.js"), "./src/views/super/online/cgform/auto/comp/OnlineSearchFormItem.vue": () => import("./OnlineSearchFormItem.js"), "./src/views/super/online/cgform/auto/comp/OnlineSelectCascade.vue": () => import("./OnlineSelectCascade.js"), "./src/views/super/online/cgform/auto/comp/OnlineSubForm.vue": () => import("./useExtendComponent.js").then(function(n) {
72
70
  return n.r;
73
- }), "./src/views/super/online/cgform/extend/linkTable/LinkTableConfigModal.vue": () => import("./LinkTableConfigModal.js"), "./src/views/super/online/cgform/extend/linkTable/LinkTableFieldConfigModal.vue": () => import("./LinkTableFieldConfigModal.js"), "./src/views/super/online/cgform/extend/linkTable/LinkTableListPiece.vue": () => import("./LinkTableListPiece.js"), "./src/views/super/online/cgform/extend/linkTable/LinkTableSelect.vue": () => import("./useAutoForm.js").then(function(n) {
74
- return n.p;
71
+ }), "./src/views/super/online/cgform/auto/comp/OnlineSubFormDetail.vue": () => import("./OnlineSubFormDetail.js"), "./src/views/super/online/cgform/auto/comp/ProcessOnlineForm.vue": () => import("./ProcessOnlineForm.js"), "./src/views/super/online/cgform/auto/default/OnlineAutoList.vue": () => import("./OnlineAutoList.js"), "./src/views/super/online/cgform/auto/default/OnlineAutoModal.vue": () => import("./OnlineAutoModal.js"), "./src/views/super/online/cgform/auto/default/OnlineCustomModal.vue": () => import("./OnlineCustomModal.js"), "./src/views/super/online/cgform/auto/default/OnlineDetailModal.vue": () => import("./OnlineDetailModal.js"), "./src/views/super/online/cgform/auto/tree/OnlineAutoTreeList.vue": () => import("./OnlineAutoTreeList.js"), "./src/views/super/online/cgform/components/auth/AuthManagerDrawer.vue": () => import("./AuthManagerDrawer.js"), "./src/views/super/online/cgform/components/auth/AuthSetterModal.vue": () => import("./AuthSetterModal.js"), "./src/views/super/online/cgform/components/button/CustomButtonList.vue": () => import("./CustomButtonList.js"), "./src/views/super/online/cgform/components/enhance/EnhanceJavaModal.vue": () => import("./EnhanceJavaModal.js"), "./src/views/super/online/cgform/components/enhance/EnhanceJsHistory.vue": () => import("./EnhanceJsHistory.js").then(function(n) {
72
+ return n.a;
73
+ }), "./src/views/super/online/cgform/components/enhance/EnhanceJsModal.vue": () => import("./EnhanceJsModal.js"), "./src/views/super/online/cgform/components/enhance/EnhanceSqlModal.vue": () => import("./EnhanceSqlModal.js"), "./src/views/super/online/cgform/components/tables/CheckDictTable.vue": () => import("./CheckDictTable.js"), "./src/views/super/online/cgform/components/tables/DBAttributeTable.vue": () => import("./DBAttributeTable.js"), "./src/views/super/online/cgform/components/tables/ForeignKeyTable.vue": () => import("./ForeignKeyTable.js"), "./src/views/super/online/cgform/components/tables/IndexTable.vue": () => import("./IndexTable.js"), "./src/views/super/online/cgform/components/tables/PageAttributeTable.vue": () => import("./PageAttributeTable.js"), "./src/views/super/online/cgform/components/tables/QueryTable.vue": () => import("./QueryTable.js"), "./src/views/super/online/cgform/extend/form/DetailForm.vue": () => import("./DetailForm.js"), "./src/views/super/online/cgform/extend/linkTable/JModalTip.vue": () => import("./JModalTip.js"), "./src/views/super/online/cgform/extend/linkTable/LinkTableCard.vue": () => import("./useExtendComponent.js").then(function(n) {
74
+ return n.x;
75
+ }), "./src/views/super/online/cgform/extend/linkTable/LinkTableConfigModal.vue": () => import("./LinkTableConfigModal.js"), "./src/views/super/online/cgform/extend/linkTable/LinkTableFieldConfigModal.vue": () => import("./LinkTableFieldConfigModal.js"), "./src/views/super/online/cgform/extend/linkTable/LinkTableListPiece.vue": () => import("./LinkTableListPiece.js"), "./src/views/super/online/cgform/extend/linkTable/LinkTableSelect.vue": () => import("./useExtendComponent.js").then(function(n) {
76
+ return n.v;
75
77
  }), "./src/views/super/online/cgform/auto/comp/superquery/SuperQuery.vue": () => import("./SuperQuery.js"), "./src/views/super/online/cgform/auto/comp/superquery/SuperQueryValComponent.vue": () => import("./SuperQueryValComponent.js"), "./src/views/super/online/cgform/components/auth/manager/AuthButtonConfig.vue": () => import("./AuthButtonConfig.js"), "./src/views/super/online/cgform/components/auth/manager/AuthDataConfig.vue": () => import("./AuthDataConfig.js"), "./src/views/super/online/cgform/components/auth/manager/AuthFieldConfig.vue": () => import("./AuthFieldConfig.js"), "./src/views/super/online/cgform/components/auth/setter/AuthButtonTree.vue": () => import("./AuthButtonTree.js"), "./src/views/super/online/cgform/components/auth/setter/AuthDataTree.vue": () => import("./AuthDataTree.js"), "./src/views/super/online/cgform/components/auth/setter/AuthFieldTree.vue": () => import("./AuthFieldTree.js"), "./src/views/super/online/cgform/components/auth/setter/LeftDepart.vue": () => import("./LeftDepart.js"), "./src/views/super/online/cgform/components/auth/setter/LeftRole.vue": () => import("./LeftRole.js"), "./src/views/super/online/cgform/components/auth/setter/LeftUser.vue": () => import("./LeftUser.js") };
76
78
  }
77
79
  };
78
80
  const OnlineSelectCascade = defineAsyncComponent(() => import("./OnlineSelectCascade.js"));
79
- const LinkTableCard = defineAsyncComponent(() => import("./useAutoForm.js").then(function(n) {
80
- return n.r;
81
+ const LinkTableCard = defineAsyncComponent(() => import("./useExtendComponent.js").then(function(n) {
82
+ return n.x;
81
83
  }));
82
- const LinkTableSelect = defineAsyncComponent(() => import("./useAutoForm.js").then(function(n) {
83
- return n.p;
84
+ const LinkTableSelect = defineAsyncComponent(() => import("./useExtendComponent.js").then(function(n) {
85
+ return n.v;
84
86
  }));
85
87
  export { LinkTableCard as L, OnlineSelectCascade as O, _export_sfc as _, LinkTableSelect as a, index as i };
package/index2.js CHANGED
@@ -53,21 +53,20 @@ import "./ExtendConfigModal.js";
53
53
  import "/@/components/Form";
54
54
  import "./useOnlineTest.js";
55
55
  import "/@/utils";
56
- import "./useAutoForm.js";
57
- import "./FormSchemaFactory.js";
56
+ import "./useExtendComponent.js";
57
+ import "/@/components/Form/src/componentMap";
58
+ import "/@/utils/propTypes";
58
59
  import "/@/components/Form/src/jeecg/components/JUpload";
59
60
  import "/@/views/system/user/user.api";
60
61
  import "./_commonjsHelpers.js";
61
62
  import "/@/store/modules/user";
62
63
  import "/@/utils/desform/customExpression";
63
- import "/@/components/Form/src/componentMap";
64
- import "./OnlineSelectCascade.js";
65
64
  import "/@/store/modules/permission";
66
- import "/@/utils/propTypes";
67
65
  import "/@/hooks/system/useListPage";
68
66
  import "/@/components/Form/src/utils/Area";
69
67
  import "/@/components/Preview/index";
70
68
  import "./LinkTableListPiece.js";
69
+ import "./OnlineSelectCascade.js";
71
70
  import "/@/components/Loading";
72
71
  import "/@/utils/auth";
73
72
  import "./JModalTip.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jeecg/online",
3
- "version": "3.4.4-beta2",
3
+ "version": "3.5.3-beta2",
4
4
  "main": "./main.index.js",
5
5
  "module": "./main.index.js"
6
6
  }
package/style.css CHANGED
@@ -1 +1 @@
1
- [data-v-050f6852] .jee-super-query-form{max-height:300px;overflow-y:auto}[data-v-050f6852] .jee-super-query-form .ant-form-item{margin-bottom:9px}[data-v-050f6852] .j-super-query-history-tree .ant-tree-switcher{width:0px}[data-v-050f6852] .j-super-query-history-tree .ant-tree-node-content-wrapper{width:100%}[data-v-050f6852] .j-super-query-history-tree .ant-tree-node-content-wrapper:hover{background-color:#e6f7ff!important;border-radius:0}[data-v-050f6852] .j-super-query-history-tree .ant-tree-treenode-switcher-close .ant-tree-title{display:inline-block;width:calc(100% - 30px)}[data-v-050f6852] .j-super-query-history-tree .ant-tree-treenode-switcher-close .ant-tree-title>div{display:flex;justify-content:space-between}[data-v-050f6852] .j-super-query-history-tree .ant-tree-treenode-switcher-close .ant-tree-title>div .icon-cancle{display:none;color:#666}[data-v-050f6852] .j-super-query-history-tree .ant-tree-treenode-switcher-close .ant-tree-title>div .icon-cancle:hover{color:#000}[data-v-050f6852] .j-super-query-history-tree .ant-tree-treenode-switcher-close:hover .icon-cancle{display:inline-block!important}[data-v-050f6852] .j-super-query-history-tree .ant-card-body{padding:0}.j-super-query-history-card[data-v-050f6852]{position:absolute;top:0;right:0;bottom:0;z-index:2;width:150px;min-height:200px;box-shadow:0 0 10px #0003}.j-super-query-history-card.collapsed[data-v-050f6852]{right:-150px}.j-super-query-history-card .collapse-box[data-v-050f6852]{position:absolute;top:calc(50% - 15px);left:-20px;width:20px;height:30px;background-color:#fff;border:1px solid #e8e8e8;border-left:none;border-right-color:#fff;border-radius:15px 0 0 15px;cursor:pointer;transition:all .3s;z-index:1;display:flex;justify-content:center;align-items:center;box-shadow:-4px 0 6px #0000001a}.j-super-query-history-card .collapse-box[data-v-050f6852]:hover{background-color:#f5f5f5}.j-super-query-history-card .collapse-box .app-iconify[data-v-050f6852]{font-size:16px;position:relative;right:-3px;color:#666}.j-super-query-history-card.collapsed .app-iconify[data-v-050f6852]{right:0}.j-super-query-history-card[data-v-050f6852] .ant-card-body,.j-super-query-history-card[data-v-050f6852] .ant-card-head{padding:8px;min-height:43px}.j-super-query-history-card[data-v-050f6852] .ant-card-body .ant-card-head-title,.j-super-query-history-card[data-v-050f6852] .ant-card-head .ant-card-head-title{padding:0}@media only screen and (max-width: 1050px){[data-v-050f6852] .jee-super-query-form .ant-space{flex-direction:column;gap:0!important;margin-bottom:16px!important}[data-v-050f6852] .jee-super-query-form .ant-space-item{width:100%}[data-v-050f6852] .jee-super-query-form .ant-form-item{width:100%!important}}[data-v-58928976] .online-config-page td:last-child.col--selected{box-shadow:none!important}.row-valid-type .left[data-v-8470723a]:hover,.row-valid-type .right[data-v-8470723a]:hover{z-index:3}.row-valid-type.full .right[data-v-8470723a]{display:none}.row-valid-type .left[data-v-8470723a]{flex:1;z-index:2;width:calc(100% - 33px)}.row-valid-type .left[data-v-8470723a] .ant-select .ant-select-selector{border-width:0!important;border-color:transparent!important;box-shadow:none!important}.row-valid-type .left[data-v-8470723a] .ant-select .ant-select-arrow{display:none}.row-valid-type .left[data-v-8470723a] .ant-select:not(.ant-select-open) .ant-select-selector{background-color:transparent!important}.row-valid-type .left[data-v-8470723a] .ant-select:not(.ant-select-open) .ant-select-arrow{display:none}.row-valid-type .right[data-v-8470723a]{width:33px;z-index:1}.row-valid-type .right[data-v-8470723a] .ant-btn{padding:4px 8px;border-top-left-radius:0;border-bottom-left-radius:0;border:none;background-color:transparent;box-shadow:none!important}.onl-cgform-ext-config-form.ant-form-inline[data-v-1eeac864] .ant-form-item{margin-bottom:8px}.table-link-select .opt-add[data-v-2f5e23a7]{cursor:pointer;font-size:14px;margin:3px 0;padding:0 8px;color:#1565c0}.table-link-select .online-select-item[data-v-2f5e23a7]{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:relative;border-bottom:1px solid rgba(0,0,0,.06);line-height:22px;padding:6px 40px 6px 12px;min-height:56px;display:flex}.table-link-select .online-select-item .left-avatar[data-v-2f5e23a7]{-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;height:44px;margin-right:8px}.table-link-select .online-select-item .left-avatar>img[data-v-2f5e23a7]{width:44px;height:44px;border:1px solid rgba(0,0,0,.06);border-radius:4px}.table-link-select .online-select-item .right-content[data-v-2f5e23a7]{overflow:hidden;-webkit-flex:1;flex:1 1 0%;-ms-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.table-link-select .online-select-item .right-content .anticon-edit[data-v-2f5e23a7]:hover{color:#0c8fcf}.table-link-select .online-select-item .right-content .label[data-v-2f5e23a7]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;color:#333;font-weight:700;line-height:1.5;margin-bottom:4px}.table-link-select .online-select-item .right-content .others[data-v-2f5e23a7]{margin-left:-7px;box-sizing:border-box}.table-link-select .online-select-item .right-content .others .ellipsis[data-v-2f5e23a7]{overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.table-link-select .online-select-item .right-content .others .other-item[data-v-2f5e23a7]{-webkit-line-clamp:3;-webkit-box-orient:vertical;border-right:1px solid #9e9e9e;color:#757575;display:inline-block;height:1.2em!important;line-height:1em;overflow:hidden;padding:0 7px;text-overflow:ellipsis;word-break:break-all}.table-link-card[data-v-f6bb6746]{box-sizing:border-box;position:relative;width:100%}.table-link-card .card-button[data-v-f6bb6746]{margin-bottom:10px!important}.table-link-card .card-item[data-v-f6bb6746]{width:calc(100% - 10px);display:inline-flex;flex-direction:row;margin:0 10px 10px 0;position:relative;border-radius:3px;background-color:#fff;box-shadow:#0000001f 0 1px 4px,#0000001f 0 0 2px;cursor:pointer}.table-link-card .card-item:hover .card-item-left .card-delete[data-v-f6bb6746]{display:inline-block}.table-link-card .card-item.disabled-chunk[data-v-f6bb6746]{background:none;box-shadow:none}.table-link-card .card-item .card-item-image[data-v-f6bb6746]{width:100px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.table-link-card .card-item .card-item-image img[data-v-f6bb6746]{width:100%}.table-link-card .card-item .card-item-left[data-v-f6bb6746]{width:100%;display:inline-block}.table-link-card .card-item .card-item-left.show-right-image[data-v-f6bb6746]{width:calc(100% - 100px)}.table-link-card .card-item .card-item-left .card-delete[data-v-f6bb6746]{position:absolute;top:-8px;right:-8px;font-size:16px;color:#757575;line-height:1em;overflow:hidden;display:none}.table-link-card .card-item .card-item-left .card-inner[data-v-f6bb6746]{flex:1 1 0%;padding:12px 16px 10px;overflow:hidden}.table-link-card .card-item .card-item-left .card-inner .card-main-content[data-v-f6bb6746]{overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;margin-bottom:8px;font-weight:500;font-size:14px;line-height:20px;color:#333}.table-link-card .card-item .card-item-left .card-inner .other-content .text[data-v-f6bb6746]{font-size:12px!important;display:inline-block;width:80%}.table-link-card .card-item .card-item-left .card-inner .other-content .label[data-v-f6bb6746]{max-width:160px;color:#9e9e9e;padding-right:.7em;display:inline-block}.table-link-card .card-item .card-item-left .card-inner .other-content .ellipsis[data-v-f6bb6746]{overflow:hidden;height:22px;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.enhance-list[data-v-0e8e9411] .ant-list-items .ant-list-item{position:relative;height:42px;line-height:42px;transition:background-color .3s}.enhance-list[data-v-0e8e9411] .ant-list-items .bg-blue{background-color:"#2db7f5"}.enhance-list[data-v-0e8e9411] .ant-list-items .bg-blue a{color:#fff}.enhance-list[data-v-0e8e9411] .ant-list-items a{color:#000000d9;display:block;position:absolute;width:100%;height:100%}.enhance-list[data-v-0e8e9411] .ant-list-header{color:#000;padding-top:5px;padding-bottom:5px}.auth-field-config[data-v-63e05357] .ant-checkbox+span{padding-left:2px}.onl-auth-tree-btns[data-v-b03cefd8]{margin-left:10px}.onl-auth-tree-btns button[data-v-b03cefd8]{margin:0 5px 0 2px}.onl-auth-tree-btns[data-v-0c1d5eb9]{margin-left:10px}.onl-auth-tree-btns button[data-v-0c1d5eb9]{margin:0 5px 0 2px}.onl-auth-tree-btns[data-v-4ce74ac6]{margin-left:10px}.onl-auth-tree-btns button[data-v-4ce74ac6]{margin:0 5px 0 2px}.jeecg-update-tip-bar[data-v-c18755ca]{width:calc(100% - 100px);font-size:14px}.jeecg-update-tip-bar .container[data-v-c18755ca]{position:relative;margin:0 auto}.jeecg-update-tip-bar .container .outer[data-v-c18755ca]{position:absolute;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;z-index:11;top:-30px}.jeecg-update-tip-bar .container .outer .inner[data-v-c18755ca]{height:42px;border-radius:42px;color:#fff;background-color:#2196f3;line-height:42px;padding:0 10px 0 24px;z-index:9;box-shadow:#0000001f 0 6px 24px,#00000014 0 2px 4px;display:flex;flex-direction:row;-webkit-box-align:center;align-items:center;min-width:380px}.jeecg-update-tip-bar .container .outer .inner .tip[data-v-c18755ca]{-webkit-flex:1;flex:1 1 0%;-ms-flex:1;font-weight:700}.jeecg-update-tip-bar .container .outer .inner .cancel[data-v-c18755ca]{cursor:pointer;display:inline-block;height:28px;line-height:28px;padding:0 18px;border-radius:28px;color:#fff;margin-left:30px!important;margin-right:10px!important}.jeecg-update-tip-bar .container .outer .inner .cancel[data-v-c18755ca]:hover{background-color:#ffffff29}.jeecg-update-tip-bar .container .outer .inner .save[data-v-c18755ca]{cursor:pointer;display:inline-block;height:28px;line-height:28px;padding:0 18px;border-radius:28px;color:#3ea4fc;background-color:#fff;font-weight:600}.jeecg-update-tip-bar .container .outer .inner .save[data-v-c18755ca]:hover{background-color:#e2f1fe}.link-table-piece[data-v-33745cde]{color:#333;display:inline-block;position:relative;cursor:pointer;background-color:#e8e8e8;border-radius:3px;line-height:21px;margin-right:3px;padding:0 7px;max-width:100px}.link-table-piece>span[data-v-33745cde]{display:inline-block!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.link-table-piece[data-v-33745cde]:hover{background-color:#dfebfa;color:#2196f3}.jeecg-detail-form[data-v-47915cc7]{border:1px solid #f0f0f0;border-left:none;border-bottom:none}.jeecg-detail-form .detail-item[data-v-47915cc7]{display:flex;flex-direction:row;align-items:stretch;line-height:24px;border-bottom:1px solid #f0f0f0;height:100%}.jeecg-detail-form .detail-item .item-title[data-v-47915cc7]{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;flex-grow:0;min-width:100px;width:24%;max-width:220px;background-color:#fafafa;border-right:1px solid #f0f0f0;padding:10px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.jeecg-detail-form .detail-item .item-title.span24[data-v-47915cc7]{width:24%}.jeecg-detail-form .detail-item .item-title.span12[data-v-47915cc7]{width:12%}.jeecg-detail-form .detail-item .item-title.span8[data-v-47915cc7]{width:8%}.jeecg-detail-form .detail-item .item-title.span6[data-v-47915cc7]{width:6%}.jeecg-detail-form .detail-item .item-content[data-v-47915cc7]{border-right:1px solid #f0f0f0;flex-grow:1;padding-left:10px;display:flex;align-items:center;justify-content:flex-start}.jeecg-detail-form .detail-item .item-content .anticon[data-v-47915cc7]:hover{color:#40a9ff}.jeecg-detail-form .detail-item .item-content .detail-image-container[data-v-47915cc7]{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.jeecg-detail-form .detail-item .item-content .detail-image-container .image-item[data-v-47915cc7]{display:inline-block;width:104px;height:104px;margin:5px;border:1px solid #f0f0f0;vertical-align:top}.group-query-string[data-v-716ddf4f]{width:20px;display:inline-block;text-align:center}.jeecg-basic-table-form-container.p-0[data-v-716ddf4f]{padding:0}.group-query-strig[data-v-76dfb908]{width:30px;text-align:center;display:inline-block}.jeecg-online-search[data-v-76dfb908] .ant-form-item-label{flex:0 0 auto!important;width:auto}.jeecg-online-search[data-v-76dfb908] .ant-form-item-control{max-width:100%;padding-right:16px}.jeecg-online-search[data-v-76dfb908] .label-text{max-width:var(--1e41a56d);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;overflow-wrap:break-word}.cust-onl-form .ant-input-disabled[data-v-9b256bc4]{background-color:#fff;color:#000}.cust-onl-form .ant-select-disabled .ant-select-selection[data-v-9b256bc4]{background:#fff;color:#000}.cust-onl-form .ant-input-number-disabled[data-v-9b256bc4]{background-color:#fff;color:#000}.j-table-force-nowrap td,.j-table-force-nowrap th{white-space:nowrap}.j-table-force-nowrap .ant-table-selection-column{padding:12px 22px!important}.j-table-force-nowrap.ant-table-wrapper .ant-table-content{overflow-x:auto}.online-cell-image{height:25px!important;margin:0 auto;max-width:80px;font-size:12px;font-style:italic}
1
+ [data-v-31ffc821] .jee-super-query-form{max-height:300px;overflow-y:auto}[data-v-31ffc821] .jee-super-query-form .ant-form-item{margin-bottom:9px}[data-v-31ffc821] .j-super-query-history-tree .ant-tree-switcher{width:0px}[data-v-31ffc821] .j-super-query-history-tree .ant-tree-node-content-wrapper{width:100%}[data-v-31ffc821] .j-super-query-history-tree .ant-tree-node-content-wrapper:hover{background-color:#e6f7ff!important;border-radius:0}[data-v-31ffc821] .j-super-query-history-tree .ant-tree-treenode-switcher-close .ant-tree-title{display:inline-block;width:calc(100% - 30px)}[data-v-31ffc821] .j-super-query-history-tree .ant-tree-treenode-switcher-close .ant-tree-title>div{display:flex;justify-content:space-between}[data-v-31ffc821] .j-super-query-history-tree .ant-tree-treenode-switcher-close .ant-tree-title>div .icon-cancle{display:none;color:#666}[data-v-31ffc821] .j-super-query-history-tree .ant-tree-treenode-switcher-close .ant-tree-title>div .icon-cancle:hover{color:#000}[data-v-31ffc821] .j-super-query-history-tree .ant-tree-treenode-switcher-close:hover .icon-cancle{display:inline-block!important}[data-v-31ffc821] .j-super-query-history-tree .ant-card-body{padding:0}.j-super-query-history-card[data-v-31ffc821]{position:absolute;top:0;right:0;bottom:0;z-index:2;width:150px;min-height:200px;box-shadow:0 0 10px #0003}.j-super-query-history-card.collapsed[data-v-31ffc821]{right:-150px}.j-super-query-history-card .collapse-box[data-v-31ffc821]{position:absolute;top:calc(50% - 15px);left:-20px;width:20px;height:30px;background-color:#fff;border:1px solid #e8e8e8;border-left:none;border-right-color:#fff;border-radius:15px 0 0 15px;cursor:pointer;transition:all .3s;z-index:1;display:flex;justify-content:center;align-items:center;box-shadow:-4px 0 6px #0000001a}.j-super-query-history-card .collapse-box[data-v-31ffc821]:hover{background-color:#f5f5f5}.j-super-query-history-card .collapse-box .app-iconify[data-v-31ffc821]{font-size:16px;position:relative;right:-3px;color:#666}.j-super-query-history-card.collapsed .app-iconify[data-v-31ffc821]{right:0}.j-super-query-history-card[data-v-31ffc821] .ant-card-body,.j-super-query-history-card[data-v-31ffc821] .ant-card-head{padding:8px;min-height:43px}.j-super-query-history-card[data-v-31ffc821] .ant-card-body .ant-card-head-title,.j-super-query-history-card[data-v-31ffc821] .ant-card-head .ant-card-head-title{padding:0}@media only screen and (max-width: 1050px){[data-v-31ffc821] .jee-super-query-form .ant-space{flex-direction:column;gap:0!important;margin-bottom:16px!important}[data-v-31ffc821] .jee-super-query-form .ant-space-item{width:100%}[data-v-31ffc821] .jee-super-query-form .ant-form-item{width:100%!important}}.table-link-select .opt-add[data-v-2f5e23a7]{cursor:pointer;font-size:14px;margin:3px 0;padding:0 8px;color:#1565c0}.table-link-select .online-select-item[data-v-2f5e23a7]{-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:relative;border-bottom:1px solid rgba(0,0,0,.06);line-height:22px;padding:6px 40px 6px 12px;min-height:56px;display:flex}.table-link-select .online-select-item .left-avatar[data-v-2f5e23a7]{-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;height:44px;margin-right:8px}.table-link-select .online-select-item .left-avatar>img[data-v-2f5e23a7]{width:44px;height:44px;border:1px solid rgba(0,0,0,.06);border-radius:4px}.table-link-select .online-select-item .right-content[data-v-2f5e23a7]{overflow:hidden;-webkit-flex:1;flex:1 1 0%;-ms-flex:1;-webkit-box-sizing:border-box;box-sizing:border-box}.table-link-select .online-select-item .right-content .anticon-edit[data-v-2f5e23a7]:hover{color:#0c8fcf}.table-link-select .online-select-item .right-content .label[data-v-2f5e23a7]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;color:#333;font-weight:700;line-height:1.5;margin-bottom:4px}.table-link-select .online-select-item .right-content .others[data-v-2f5e23a7]{margin-left:-7px;box-sizing:border-box}.table-link-select .online-select-item .right-content .others .ellipsis[data-v-2f5e23a7]{overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.table-link-select .online-select-item .right-content .others .other-item[data-v-2f5e23a7]{-webkit-line-clamp:3;-webkit-box-orient:vertical;border-right:1px solid #9e9e9e;color:#757575;display:inline-block;height:1.2em!important;line-height:1em;overflow:hidden;padding:0 7px;text-overflow:ellipsis;word-break:break-all}.table-link-card[data-v-9da1162a]{box-sizing:border-box;position:relative;width:100%}.table-link-card .card-button[data-v-9da1162a]{margin-bottom:10px!important}.table-link-card .card-item[data-v-9da1162a]{width:calc(100% - 10px);display:inline-flex;flex-direction:row;margin:0 10px 10px 0;position:relative;border-radius:3px;background-color:#fff;box-shadow:#0000001f 0 1px 4px,#0000001f 0 0 2px;cursor:pointer}.table-link-card .card-item:hover .card-item-left .card-delete[data-v-9da1162a]{display:inline-block}.table-link-card .card-item.disabled-chunk[data-v-9da1162a]{background:none;box-shadow:none}.table-link-card .card-item .card-item-image[data-v-9da1162a]{width:100px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.table-link-card .card-item .card-item-image img[data-v-9da1162a]{width:100%}.table-link-card .card-item .card-item-left[data-v-9da1162a]{width:100%;display:inline-block}.table-link-card .card-item .card-item-left.show-right-image[data-v-9da1162a]{width:calc(100% - 100px)}.table-link-card .card-item .card-item-left .card-delete[data-v-9da1162a]{position:absolute;top:-8px;right:-8px;font-size:16px;color:#757575;line-height:1em;overflow:hidden;display:none}.table-link-card .card-item .card-item-left .card-inner[data-v-9da1162a]{flex:1 1 0%;padding:12px 16px 10px;overflow:hidden}.table-link-card .card-item .card-item-left .card-inner .card-main-content[data-v-9da1162a]{overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;margin-bottom:8px;font-weight:500;font-size:14px;line-height:20px;color:#333}.table-link-card .card-item .card-item-left .card-inner .other-content .text[data-v-9da1162a]{font-size:12px!important;display:inline-block;width:80%}.table-link-card .card-item .card-item-left .card-inner .other-content .label[data-v-9da1162a]{max-width:160px;color:#9e9e9e;padding-right:.7em;display:inline-block}.table-link-card .card-item .card-item-left .card-inner .other-content .ellipsis[data-v-9da1162a]{overflow:hidden;height:22px;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.jeecg-update-tip-bar[data-v-c18755ca]{width:calc(100% - 100px);font-size:14px}.jeecg-update-tip-bar .container[data-v-c18755ca]{position:relative;margin:0 auto}.jeecg-update-tip-bar .container .outer[data-v-c18755ca]{position:absolute;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;z-index:11;top:-30px}.jeecg-update-tip-bar .container .outer .inner[data-v-c18755ca]{height:42px;border-radius:42px;color:#fff;background-color:#2196f3;line-height:42px;padding:0 10px 0 24px;z-index:9;box-shadow:#0000001f 0 6px 24px,#00000014 0 2px 4px;display:flex;flex-direction:row;-webkit-box-align:center;align-items:center;min-width:380px}.jeecg-update-tip-bar .container .outer .inner .tip[data-v-c18755ca]{-webkit-flex:1;flex:1 1 0%;-ms-flex:1;font-weight:700}.jeecg-update-tip-bar .container .outer .inner .cancel[data-v-c18755ca]{cursor:pointer;display:inline-block;height:28px;line-height:28px;padding:0 18px;border-radius:28px;color:#fff;margin-left:30px!important;margin-right:10px!important}.jeecg-update-tip-bar .container .outer .inner .cancel[data-v-c18755ca]:hover{background-color:#ffffff29}.jeecg-update-tip-bar .container .outer .inner .save[data-v-c18755ca]{cursor:pointer;display:inline-block;height:28px;line-height:28px;padding:0 18px;border-radius:28px;color:#3ea4fc;background-color:#fff;font-weight:600}.jeecg-update-tip-bar .container .outer .inner .save[data-v-c18755ca]:hover{background-color:#e2f1fe}.link-table-piece[data-v-33745cde]{color:#333;display:inline-block;position:relative;cursor:pointer;background-color:#e8e8e8;border-radius:3px;line-height:21px;margin-right:3px;padding:0 7px;max-width:100px}.link-table-piece>span[data-v-33745cde]{display:inline-block!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.link-table-piece[data-v-33745cde]:hover{background-color:#dfebfa;color:#2196f3}[data-v-5c39d0ca] .online-config-page td:last-child.col--selected{box-shadow:none!important}.row-valid-type .left[data-v-68f6d466]:hover,.row-valid-type .right[data-v-68f6d466]:hover{z-index:3}.row-valid-type.full .right[data-v-68f6d466]{display:none}.row-valid-type .left[data-v-68f6d466]{flex:1;z-index:2;width:calc(100% - 33px)}.row-valid-type .left[data-v-68f6d466] .ant-select .ant-select-selector{border-width:0!important;border-color:transparent!important;box-shadow:none!important}.row-valid-type .left[data-v-68f6d466] .ant-select .ant-select-arrow{display:none}.row-valid-type .left[data-v-68f6d466] .ant-select:not(.ant-select-open) .ant-select-selector{background-color:transparent!important}.row-valid-type .left[data-v-68f6d466] .ant-select:not(.ant-select-open) .ant-select-arrow{display:none}.row-valid-type .right[data-v-68f6d466]{width:33px;z-index:1}.row-valid-type .right[data-v-68f6d466] .ant-btn{padding:4px 8px;border-top-left-radius:0;border-bottom-left-radius:0;border:none;background-color:transparent;box-shadow:none!important}.onl-cgform-ext-config-form.ant-form-inline[data-v-1eeac864] .ant-form-item{margin-bottom:8px}.enhance-list[data-v-3072773c] .ant-list-items .ant-list-item{position:relative;height:42px;line-height:42px;transition:background-color .3s}.enhance-list[data-v-3072773c] .ant-list-items .bg-blue{background-color:"#2db7f5"}.enhance-list[data-v-3072773c] .ant-list-items .bg-blue a{color:#fff}.enhance-list[data-v-3072773c] .ant-list-items a{color:#000000d9;display:block;position:absolute;width:100%;height:100%}.enhance-list[data-v-3072773c] .ant-list-header{color:#000;padding-top:5px;padding-bottom:5px}.auth-field-config[data-v-63e05357] .ant-checkbox+span{padding-left:2px}.onl-auth-tree-btns[data-v-909a7fde]{margin-left:10px}.onl-auth-tree-btns button[data-v-909a7fde]{margin:0 5px 0 2px}.onl-auth-tree-btns[data-v-0e98e024]{margin-left:10px}.onl-auth-tree-btns button[data-v-0e98e024]{margin:0 5px 0 2px}.onl-auth-tree-btns[data-v-a8874950]{margin-left:10px}.onl-auth-tree-btns button[data-v-a8874950]{margin:0 5px 0 2px}.jeecg-detail-form[data-v-47915cc7]{border:1px solid #f0f0f0;border-left:none;border-bottom:none}.jeecg-detail-form .detail-item[data-v-47915cc7]{display:flex;flex-direction:row;align-items:stretch;line-height:24px;border-bottom:1px solid #f0f0f0;height:100%}.jeecg-detail-form .detail-item .item-title[data-v-47915cc7]{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;flex-grow:0;min-width:100px;width:24%;max-width:220px;background-color:#fafafa;border-right:1px solid #f0f0f0;padding:10px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.jeecg-detail-form .detail-item .item-title.span24[data-v-47915cc7]{width:24%}.jeecg-detail-form .detail-item .item-title.span12[data-v-47915cc7]{width:12%}.jeecg-detail-form .detail-item .item-title.span8[data-v-47915cc7]{width:8%}.jeecg-detail-form .detail-item .item-title.span6[data-v-47915cc7]{width:6%}.jeecg-detail-form .detail-item .item-content[data-v-47915cc7]{border-right:1px solid #f0f0f0;flex-grow:1;padding-left:10px;display:flex;align-items:center;justify-content:flex-start}.jeecg-detail-form .detail-item .item-content .anticon[data-v-47915cc7]:hover{color:#40a9ff}.jeecg-detail-form .detail-item .item-content .detail-image-container[data-v-47915cc7]{box-sizing:border-box;margin:0;padding:0;color:#000000d9;font-size:14px;font-variant:tabular-nums;list-style:none;font-feature-settings:"tnum";line-height:1.5715}.jeecg-detail-form .detail-item .item-content .detail-image-container .image-item[data-v-47915cc7]{display:inline-block;width:104px;height:104px;margin:5px;border:1px solid #f0f0f0;vertical-align:top}.group-query-string[data-v-4b8f6d7a]{width:20px;display:inline-block;text-align:center}.jeecg-basic-table-form-container.p-0[data-v-4b8f6d7a]{padding:0}.group-query-strig[data-v-76dfb908]{width:30px;text-align:center;display:inline-block}.jeecg-online-search[data-v-76dfb908] .ant-form-item-label{flex:0 0 auto!important;width:auto}.jeecg-online-search[data-v-76dfb908] .ant-form-item-control{max-width:100%;padding-right:16px}.jeecg-online-search[data-v-76dfb908] .label-text{max-width:var(--1e41a56d);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;overflow-wrap:break-word}.cust-onl-form .ant-input-disabled[data-v-9b256bc4]{background-color:#fff;color:#000}.cust-onl-form .ant-select-disabled .ant-select-selection[data-v-9b256bc4]{background:#fff;color:#000}.cust-onl-form .ant-input-number-disabled[data-v-9b256bc4]{background-color:#fff;color:#000}.j-table-force-nowrap td,.j-table-force-nowrap th{white-space:nowrap}.j-table-force-nowrap .ant-table-selection-column{padding:12px 22px!important}.j-table-force-nowrap.ant-table-wrapper .ant-table-content{overflow-x:auto}.online-cell-image{height:25px!important;margin:0 auto;max-width:80px;font-size:12px;font-style:italic}
package/useCgformList.js CHANGED
@@ -43,7 +43,7 @@ import { RadioGroup, Radio, Input } from "ant-design-vue";
43
43
  import { useModal } from "/@/components/Modal";
44
44
  import { useDrawer } from "/@/components/Drawer";
45
45
  import { useListPage } from "/@/hooks/system/useListPage";
46
- import { l as list, d as doCopyOnlineView, a as doBatchRemove, b as doBatchDelete, c as doDatabaseSync, e as doCopyTable } from "./CgformModal.js";
46
+ import { l as list, d as doCopyOnlineView, a as doSingleDelete, b as doSingleRemove, c as doBatchRemove, e as doBatchDelete, f as doDatabaseSync, g as doCopyTable } from "./CgformModal.js";
47
47
  import { C as Clipboard } from "./clipboard.js";
48
48
  import { useMessage } from "/@/hooks/web/useMessage";
49
49
  import { buildUUID } from "/@/utils/uuid";
@@ -161,6 +161,18 @@ function useCgformList(options) {
161
161
  function onEdit(record) {
162
162
  cgformModal.openModal(true, { isUpdate: true, record });
163
163
  }
164
+ function handleDelete(id) {
165
+ return __async(this, null, function* () {
166
+ yield doSingleDelete(id);
167
+ reload();
168
+ });
169
+ }
170
+ function handleRemove(id) {
171
+ return __async(this, null, function* () {
172
+ yield doSingleRemove(id);
173
+ reload();
174
+ });
175
+ }
164
176
  function onDeleteBatch() {
165
177
  let idList = selectedRowKeys.value;
166
178
  if (idList.length <= 0) {
@@ -417,7 +429,7 @@ function useCgformList(options) {
417
429
  popConfirm: {
418
430
  title: "\u786E\u5B9A\u79FB\u9664\u5417\uFF1F",
419
431
  placement: "left",
420
- confirm: () => executeDelete(doBatchRemove, [record.id])
432
+ confirm: () => handleRemove(record.id)
421
433
  }
422
434
  },
423
435
  {
@@ -425,7 +437,7 @@ function useCgformList(options) {
425
437
  popConfirm: {
426
438
  title: "\u786E\u5B9A\u5220\u9664\u5417\uFF1F",
427
439
  placement: "left",
428
- confirm: () => executeDelete(doBatchDelete, [record.id])
440
+ confirm: () => handleDelete(record.id)
429
441
  },
430
442
  ifShow: () => isNormalPage
431
443
  }