@jeecg/online 3.5.3-beta2 → 3.5.3-vite4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/AuthButtonConfig-2f71787c.mjs +125 -0
  2. package/AuthButtonTree-d73bccf5.mjs +156 -0
  3. package/AuthDataConfig-32cf23d2.mjs +212 -0
  4. package/AuthDataTree-03d62d3f.mjs +139 -0
  5. package/AuthFieldConfig-b1217a0c.mjs +139 -0
  6. package/AuthFieldTree-888e04a9.mjs +232 -0
  7. package/AuthManagerDrawer-f127b8a2.mjs +114 -0
  8. package/AuthSetterModal-37da78ed.mjs +261 -0
  9. package/CgformCopyList-3adab58f.mjs +245 -0
  10. package/CgformModal-6938d8c2.mjs +613 -0
  11. package/CgreportModal-77ec8c17.mjs +12 -0
  12. package/CgreportModal.vue_vue_type_script_setup_true_lang-52dcec5e.mjs +567 -0
  13. package/CheckDictTable-414313f2.mjs +211 -0
  14. package/CodeFileListModal-4831ce3d.mjs +158 -0
  15. package/CodeFileViewModal-5990dac4.mjs +244 -0
  16. package/CodeGeneratorModal-7df9e25d.mjs +234 -0
  17. package/CustomButtonList-1c9bd859.mjs +363 -0
  18. package/DBAttributeTable-cd1c41e5.mjs +473 -0
  19. package/DbToOnlineModal-dc5d2030.mjs +160 -0
  20. package/DetailForm-e4538e7a.mjs +446 -0
  21. package/EnhanceJavaModal-7f53d2ca.mjs +260 -0
  22. package/EnhanceJsHistory-c30805ce.mjs +184 -0
  23. package/EnhanceJsModal-0b133341.mjs +233 -0
  24. package/EnhanceSqlModal-33a94c83.mjs +259 -0
  25. package/ExtendConfigModal-60f2cf86.mjs +111 -0
  26. package/FieldExtendJsonModal-48f7d67f.mjs +220 -0
  27. package/FileSelectModal-64aaf623.mjs +91 -0
  28. package/ForeignKeyTable-cb1abd1d.mjs +69 -0
  29. package/IndexTable-4e94cd1f.mjs +89 -0
  30. package/JModalTip-abe1515a.mjs +46 -0
  31. package/JOnlineSearchSelect-5608a5cf.mjs +94 -0
  32. package/LeftDepart-ca7a7375.mjs +82 -0
  33. package/LeftRole-d0fa8398.mjs +86 -0
  34. package/LeftUser-0c88c240.mjs +105 -0
  35. package/LinkTableConfigModal-77d7c0b9.mjs +230 -0
  36. package/LinkTableFieldConfigModal-c5689ab0.mjs +178 -0
  37. package/LinkTableListPiece-34266919.mjs +34 -0
  38. package/ModalFormDemo-0eeea994.mjs +78 -0
  39. package/OnlCgformErpList-7a0388d8.mjs +425 -0
  40. package/OnlCgformErpSubTable-fc6ade76.mjs +388 -0
  41. package/OnlineAutoList-85e6a30d.mjs +472 -0
  42. package/OnlineAutoModal-2a146238.mjs +206 -0
  43. package/OnlineAutoTreeList-f8d0e100.mjs +495 -0
  44. package/OnlineCustomModal-456a85a6.mjs +227 -0
  45. package/OnlineDetailModal-f967f080.mjs +177 -0
  46. package/OnlineForm-630a22c2.mjs +778 -0
  47. package/OnlineFormDetail-1b216792.mjs +296 -0
  48. package/OnlineQueryForm-1c5949a7.mjs +378 -0
  49. package/OnlineSearchFormItem-7c2ea9ed.mjs +352 -0
  50. package/OnlineSelectCascade-c7baf52b.mjs +160 -0
  51. package/OnlineSubFormDetail-0aa4966c.mjs +140 -0
  52. package/PageAttributeTable-811185fd.mjs +404 -0
  53. package/ProcessOnlineForm-27be6f6f.mjs +177 -0
  54. package/QueryTable-4ba771ef.mjs +115 -0
  55. package/SuperQuery-3821f984.mjs +845 -0
  56. package/SuperQueryValComponent-471110b5.mjs +8 -0
  57. package/SuperQueryValComponent.vue_vue_type_script_lang-e3ad7ee8.mjs +101 -0
  58. package/auth.api-d3a6c4b3.mjs +39 -0
  59. package/auth.data-8be5c9e3.mjs +141 -0
  60. package/{cgform.data.js → cgform.data-cbdd88c3.mjs} +93 -62
  61. package/constant-fe20103a.mjs +6 -0
  62. package/enhance.api-138e6826.mjs +104 -0
  63. package/enhance.data-efc7e155.mjs +175 -0
  64. package/index-074b92e5.mjs +236 -0
  65. package/index-6a09a912.mjs +58 -0
  66. package/index-9d32ae88.mjs +313 -0
  67. package/main.index.js +7 -1
  68. package/package.json +1 -1
  69. package/style.css +1 -1
  70. package/useCgformList-2d6a5955.mjs +388 -0
  71. package/useExtendComponent-48d37d9b.mjs +3919 -0
  72. package/useListButton-cef1371a.mjs +656 -0
  73. package/useOnlinePopEvent-e9a042f8.mjs +19 -0
  74. package/useOnlineTest-0df0ae86.mjs +43 -0
  75. package/useSchemas-fc8d97ce.mjs +669 -0
  76. package/useTableSync-dc333087.mjs +83 -0
  77. package/AuthButtonConfig.js +0 -147
  78. package/AuthButtonTree.js +0 -183
  79. package/AuthDataConfig.js +0 -246
  80. package/AuthDataTree.js +0 -160
  81. package/AuthFieldConfig.js +0 -170
  82. package/AuthFieldTree.js +0 -281
  83. package/AuthManagerDrawer.js +0 -125
  84. package/AuthSetterModal.js +0 -316
  85. package/CgformCopyList.js +0 -266
  86. package/CgformModal.js +0 -780
  87. package/CgreportModal.js +0 -667
  88. package/CheckDictTable.js +0 -242
  89. package/CodeFileListModal.js +0 -175
  90. package/CodeFileViewModal.js +0 -325
  91. package/CodeGeneratorModal.js +0 -297
  92. package/CustomButtonList.js +0 -410
  93. package/DBAttributeTable.js +0 -526
  94. package/DbToOnlineModal.js +0 -192
  95. package/DetailForm.js +0 -608
  96. package/EnhanceJavaModal.js +0 -298
  97. package/EnhanceJsHistory.js +0 -229
  98. package/EnhanceJsModal.js +0 -293
  99. package/EnhanceSqlModal.js +0 -299
  100. package/ExtendConfigModal.js +0 -151
  101. package/FieldExtendJsonModal.js +0 -283
  102. package/FileSelectModal.js +0 -102
  103. package/ForeignKeyTable.js +0 -79
  104. package/IndexTable.js +0 -97
  105. package/JModalTip.js +0 -54
  106. package/JOnlineSearchSelect.js +0 -115
  107. package/LICENSE +0 -9
  108. package/LeftDepart.js +0 -96
  109. package/LeftRole.js +0 -98
  110. package/LeftUser.js +0 -117
  111. package/LinkTableConfigModal.js +0 -289
  112. package/LinkTableFieldConfigModal.js +0 -218
  113. package/LinkTableListPiece.js +0 -36
  114. package/ModalFormDemo.js +0 -85
  115. package/OnlineAutoList.js +0 -524
  116. package/OnlineAutoModal.js +0 -226
  117. package/OnlineAutoTreeList.js +0 -553
  118. package/OnlineCustomModal.js +0 -286
  119. package/OnlineDetailModal.js +0 -190
  120. package/OnlineForm.js +0 -1018
  121. package/OnlineFormDetail.js +0 -347
  122. package/OnlineQueryForm.js +0 -484
  123. package/OnlineSearchFormItem.js +0 -436
  124. package/OnlineSelectCascade.js +0 -228
  125. package/OnlineSubFormDetail.js +0 -166
  126. package/PageAttributeTable.js +0 -486
  127. package/ProcessOnlineForm.js +0 -208
  128. package/QueryTable.js +0 -129
  129. package/SuperQuery.js +0 -1021
  130. package/SuperQueryValComponent.js +0 -9
  131. package/SuperQueryValComponent.vue_vue_type_script_lang.js +0 -162
  132. package/_arrayPush.js +0 -278
  133. package/_baseClone.js +0 -471
  134. package/_baseSlice.js +0 -18
  135. package/_commonjsHelpers.js +0 -5
  136. package/_flatRest.js +0 -174
  137. package/auth.api.js +0 -43
  138. package/auth.data.js +0 -142
  139. package/clipboard.js +0 -565
  140. package/enhance.api.js +0 -129
  141. package/enhance.data.js +0 -196
  142. package/index.js +0 -87
  143. package/index2.js +0 -340
  144. package/index3.js +0 -264
  145. package/isArray.js +0 -47
  146. package/omit.js +0 -60
  147. package/pick.js +0 -68
  148. package/toString.js +0 -31
  149. package/useCgformList.js +0 -470
  150. package/useExtendComponent.js +0 -5205
  151. package/useListButton.js +0 -923
  152. package/useOnlineTest.js +0 -44
  153. package/useSchemas.js +0 -653
  154. package/useTableSync.js +0 -117
@@ -0,0 +1,94 @@
1
+ import { useDebounceFn as v } from "@vueuse/core";
2
+ import { defHttp as S } from "/@/utils/http/axios";
3
+ import { useMessage as w } from "/@/hooks/web/useMessage";
4
+ import { ref as f, watch as p, resolveComponent as d, openBlock as c, createBlock as m, withCtx as h, createElementBlock as y, Fragment as q, renderList as C, createTextVNode as x, toDisplayString as k } from "vue";
5
+ import { _ as O } from "./index-6a09a912.mjs";
6
+ import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
7
+ import "vue-router";
8
+ const { createMessage: B } = w(), D = {
9
+ name: "JOnlineSearchSelect",
10
+ props: {
11
+ placeholder: {
12
+ type: String,
13
+ default: "",
14
+ required: !1
15
+ },
16
+ value: {
17
+ type: String,
18
+ required: !1
19
+ },
20
+ sql: {
21
+ type: String,
22
+ required: !0
23
+ }
24
+ },
25
+ emits: ["update:value"],
26
+ setup(r, { emit: i }) {
27
+ let n = f(""), t = f([]);
28
+ p(
29
+ () => r.value,
30
+ (e) => {
31
+ e ? n.value = e : n.value = void 0;
32
+ },
33
+ { immediate: !0 }
34
+ ), p(
35
+ () => r.sql,
36
+ () => {
37
+ a();
38
+ },
39
+ { immediate: !0 }
40
+ );
41
+ const u = v(o, 800);
42
+ function o(e = "") {
43
+ let g = {
44
+ keyword: e
45
+ }, _ = "/online/cgreport/api/getReportDictList?sql=" + r.sql;
46
+ S.get({ url: _, params: g }, { isTransformResponse: !1 }).then((l) => {
47
+ l.success ? l.result && l.result.length > 0 ? t.value = l.result : t.value = [] : B.warning(l.message);
48
+ });
49
+ }
50
+ function s(e) {
51
+ i("update:value", e), (!e || e == "") && a();
52
+ }
53
+ function a() {
54
+ t.value = [], o();
55
+ }
56
+ return {
57
+ selectOptions: t,
58
+ handleSearch: u,
59
+ handleChange: s,
60
+ selected: n
61
+ };
62
+ }
63
+ };
64
+ function F(r, i, n, t, u, o) {
65
+ const s = d("a-select-option"), a = d("a-select");
66
+ return c(), m(a, {
67
+ value: t.selected,
68
+ placeholder: n.placeholder,
69
+ "show-search": "",
70
+ "default-active-first-option": !1,
71
+ "show-arrow": !0,
72
+ "filter-option": !1,
73
+ "not-found-content": null,
74
+ onSearch: t.handleSearch,
75
+ onChange: t.handleChange,
76
+ allowClear: ""
77
+ }, {
78
+ default: h(() => [
79
+ (c(!0), y(q, null, C(t.selectOptions, (e) => (c(), m(s, {
80
+ key: e.value
81
+ }, {
82
+ default: h(() => [
83
+ x(k(e.text), 1)
84
+ ]),
85
+ _: 2
86
+ }, 1024))), 128))
87
+ ]),
88
+ _: 1
89
+ }, 8, ["value", "placeholder", "onSearch", "onChange"]);
90
+ }
91
+ const H = /* @__PURE__ */ O(D, [["render", F]]);
92
+ export {
93
+ H as default
94
+ };
@@ -0,0 +1,82 @@
1
+ var f = (n, r, o) => new Promise((s, c) => {
2
+ var i = (e) => {
3
+ try {
4
+ a(o.next(e));
5
+ } catch (t) {
6
+ c(t);
7
+ }
8
+ }, d = (e) => {
9
+ try {
10
+ a(o.throw(e));
11
+ } catch (t) {
12
+ c(t);
13
+ }
14
+ }, a = (e) => e.done ? s(e.value) : Promise.resolve(e.value).then(i, d);
15
+ a((o = o.apply(n, r)).next());
16
+ });
17
+ import { defineComponent as h, ref as u, resolveComponent as m, openBlock as y, createElementBlock as K, createBlock as _, withCtx as D, createVNode as v, normalizeStyle as S, createCommentVNode as k } from "vue";
18
+ import { queryTreeList as x } from "/@/api/common/api";
19
+ import { _ as C } from "./index-6a09a912.mjs";
20
+ import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
21
+ import "/@/hooks/web/useMessage";
22
+ import "vue-router";
23
+ const N = h({
24
+ name: "LeftDepart",
25
+ emits: ["select"],
26
+ setup(n, { emit: r }) {
27
+ const o = u([]), s = u([]), c = u([]);
28
+ function i(t, l) {
29
+ let p = l.node.dataRef;
30
+ s.value = [p.key], r("select", p.id);
31
+ }
32
+ d();
33
+ function d() {
34
+ return f(this, null, function* () {
35
+ let t = yield x();
36
+ o.value = [], t.forEach((l) => a(l));
37
+ });
38
+ }
39
+ function a(t, l = 1) {
40
+ if (t.slots = { icon: "depIcon" }, l === 1 && (o.value.push(t), c.value.push(t.id)), t.children && t.children.length > 0)
41
+ for (const p of t.children)
42
+ a(p, l + 1);
43
+ }
44
+ function e() {
45
+ s.value = [];
46
+ }
47
+ return {
48
+ treeData: o,
49
+ expandedKeys: c,
50
+ selectedKeys: s,
51
+ clearSelected: e,
52
+ onSelect: i
53
+ };
54
+ }
55
+ });
56
+ function $(n, r, o, s, c, i) {
57
+ const d = m("a-icon"), a = m("a-tree");
58
+ return y(), K("div", null, [
59
+ n.treeData.length > 0 ? (y(), _(a, {
60
+ key: 0,
61
+ showIcon: "",
62
+ autoExpandParent: "",
63
+ treeData: n.treeData,
64
+ selectedKeys: n.selectedKeys,
65
+ expandedKeys: n.expandedKeys,
66
+ "onUpdate:expandedKeys": r[0] || (r[0] = (e) => n.expandedKeys = e),
67
+ onSelect: n.onSelect
68
+ }, {
69
+ depIcon: D(({ selected: e }) => [
70
+ v(d, {
71
+ style: S({ color: e ? "blue" : "" }),
72
+ type: "apartment"
73
+ }, null, 8, ["style"])
74
+ ]),
75
+ _: 1
76
+ }, 8, ["treeData", "selectedKeys", "expandedKeys", "onSelect"])) : k("", !0)
77
+ ]);
78
+ }
79
+ const V = /* @__PURE__ */ C(N, [["render", $]]);
80
+ export {
81
+ V as default
82
+ };
@@ -0,0 +1,86 @@
1
+ var m = (r, l, o) => new Promise((i, n) => {
2
+ var c = (e) => {
3
+ try {
4
+ a(o.next(e));
5
+ } catch (t) {
6
+ n(t);
7
+ }
8
+ }, s = (e) => {
9
+ try {
10
+ a(o.throw(e));
11
+ } catch (t) {
12
+ n(t);
13
+ }
14
+ }, a = (e) => e.done ? i(e.value) : Promise.resolve(e.value).then(c, s);
15
+ a((o = o.apply(r, l)).next());
16
+ });
17
+ import { defineComponent as g, resolveComponent as _, openBlock as w, createBlock as b, withCtx as S, createElementVNode as T } from "vue";
18
+ import { defHttp as h } from "/@/utils/http/axios";
19
+ import { BasicTable as C } from "/@/components/Table";
20
+ import { useListPage as R } from "/@/hooks/system/useListPage";
21
+ import { _ as x } from "./index-6a09a912.mjs";
22
+ import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
23
+ import "/@/hooks/web/useMessage";
24
+ import "vue-router";
25
+ const B = g({
26
+ name: "LeftRole",
27
+ components: { BasicTable: C },
28
+ emits: ["select"],
29
+ setup(r, { emit: l }) {
30
+ const { tableContext: o, createMessage: i } = R({
31
+ tableProps: {
32
+ api: a,
33
+ rowKey: "id",
34
+ size: "small",
35
+ bordered: !0,
36
+ columns: [
37
+ { title: "角色编码", align: "center", dataIndex: "roleCode" },
38
+ { title: "角色名称", align: "center", dataIndex: "roleName" }
39
+ ],
40
+ rowSelection: {
41
+ type: "radio",
42
+ onChange(t) {
43
+ t.length > 0 && l("select", t[0]);
44
+ }
45
+ },
46
+ canResize: !1,
47
+ clickToRowSelect: !0,
48
+ useSearchForm: !1,
49
+ showActionColumn: !1,
50
+ showTableSetting: !1
51
+ }
52
+ }), [n, { clearSelectedRowKeys: c }, { rowSelection: s }] = o;
53
+ function a(t) {
54
+ return m(this, null, function* () {
55
+ let { code: p, success: f, result: u, message: d } = yield h.get(
56
+ {
57
+ url: "/sys/role/list",
58
+ params: t
59
+ },
60
+ { isTransformResponse: !1 }
61
+ );
62
+ return f ? u : (p === 510 && i.warning(d), {});
63
+ });
64
+ }
65
+ function e() {
66
+ c();
67
+ }
68
+ return { rowSelection: s, registerTable: n, clearSelected: e };
69
+ }
70
+ }), $ = /* @__PURE__ */ T("span", null, null, -1);
71
+ function y(r, l, o, i, n, c) {
72
+ const s = _("BasicTable");
73
+ return w(), b(s, {
74
+ onRegister: r.registerTable,
75
+ rowSelection: r.rowSelection
76
+ }, {
77
+ tableTop: S(() => [
78
+ $
79
+ ]),
80
+ _: 1
81
+ }, 8, ["onRegister", "rowSelection"]);
82
+ }
83
+ const E = /* @__PURE__ */ x(B, [["render", y]]);
84
+ export {
85
+ E as default
86
+ };
@@ -0,0 +1,105 @@
1
+ var m = (n, l, o) => new Promise((i, r) => {
2
+ var c = (e) => {
3
+ try {
4
+ a(o.next(e));
5
+ } catch (t) {
6
+ r(t);
7
+ }
8
+ }, s = (e) => {
9
+ try {
10
+ a(o.throw(e));
11
+ } catch (t) {
12
+ r(t);
13
+ }
14
+ }, a = (e) => e.done ? i(e.value) : Promise.resolve(e.value).then(c, s);
15
+ a((o = o.apply(n, l)).next());
16
+ });
17
+ import { defineComponent as g, resolveComponent as w, openBlock as _, createBlock as b, withCtx as h, createElementVNode as S } from "vue";
18
+ import { defHttp as T } from "/@/utils/http/axios";
19
+ import { BasicTable as C } from "/@/components/Table";
20
+ import { useListPage as x } from "/@/hooks/system/useListPage";
21
+ import { _ as B } from "./index-6a09a912.mjs";
22
+ import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
23
+ import "/@/hooks/web/useMessage";
24
+ import "vue-router";
25
+ const R = g({
26
+ name: "LeftUser",
27
+ components: { BasicTable: C },
28
+ emits: ["select"],
29
+ setup(n, { emit: l }) {
30
+ const { tableContext: o, createMessage: i } = x({
31
+ tableProps: {
32
+ api: a,
33
+ rowKey: "id",
34
+ size: "small",
35
+ bordered: !0,
36
+ columns: [
37
+ { title: "账号", dataIndex: "username", width: 200 },
38
+ { title: "姓名", dataIndex: "realname", width: 200 }
39
+ ],
40
+ rowSelection: {
41
+ type: "radio",
42
+ onChange(t) {
43
+ t.length > 0 && l("select", t[0]);
44
+ }
45
+ },
46
+ formConfig: {
47
+ schemas: [
48
+ {
49
+ label: "账号",
50
+ field: "username",
51
+ component: "JInput",
52
+ componentProps: {
53
+ placeholder: "输入账号模糊查询"
54
+ }
55
+ },
56
+ {
57
+ label: "姓名",
58
+ field: "realname",
59
+ component: "JInput",
60
+ componentProps: {
61
+ placeholder: "输入姓名模糊查询"
62
+ }
63
+ }
64
+ ]
65
+ },
66
+ canResize: !1,
67
+ clickToRowSelect: !0,
68
+ showActionColumn: !1,
69
+ showTableSetting: !1
70
+ }
71
+ }), [r, { clearSelectedRowKeys: c }, { rowSelection: s }] = o;
72
+ function a(t) {
73
+ return m(this, null, function* () {
74
+ let { code: p, success: f, result: d, message: u } = yield T.get(
75
+ {
76
+ url: "/sys/user/list",
77
+ params: t
78
+ },
79
+ { isTransformResponse: !1 }
80
+ );
81
+ return f ? d : (p === 510 && i.warning(u), {});
82
+ });
83
+ }
84
+ function e() {
85
+ c();
86
+ }
87
+ return { rowSelection: s, registerTable: r, clearSelected: e };
88
+ }
89
+ }), $ = /* @__PURE__ */ S("span", null, null, -1);
90
+ function y(n, l, o, i, r, c) {
91
+ const s = w("BasicTable");
92
+ return _(), b(s, {
93
+ onRegister: n.registerTable,
94
+ rowSelection: n.rowSelection
95
+ }, {
96
+ tableTop: h(() => [
97
+ $
98
+ ]),
99
+ _: 1
100
+ }, 8, ["onRegister", "rowSelection"]);
101
+ }
102
+ const D = /* @__PURE__ */ B(R, [["render", y]]);
103
+ export {
104
+ D as default
105
+ };
@@ -0,0 +1,230 @@
1
+ var I = Object.defineProperty;
2
+ var w = Object.getOwnPropertySymbols;
3
+ var L = Object.prototype.hasOwnProperty, R = Object.prototype.propertyIsEnumerable;
4
+ var C = (o, a, l) => a in o ? I(o, a, { enumerable: !0, configurable: !0, writable: !0, value: l }) : o[a] = l, y = (o, a) => {
5
+ for (var l in a || (a = {}))
6
+ L.call(a, l) && C(o, l, a[l]);
7
+ if (w)
8
+ for (var l of w(a))
9
+ R.call(a, l) && C(o, l, a[l]);
10
+ return o;
11
+ };
12
+ var m = (o, a, l) => new Promise((r, n) => {
13
+ var b = (t) => {
14
+ try {
15
+ s(l.next(t));
16
+ } catch (d) {
17
+ n(d);
18
+ }
19
+ }, g = (t) => {
20
+ try {
21
+ s(l.throw(t));
22
+ } catch (d) {
23
+ n(d);
24
+ }
25
+ }, s = (t) => t.done ? r(t.value) : Promise.resolve(t.value).then(b, g);
26
+ s((l = l.apply(o, a)).next());
27
+ });
28
+ import { BasicModal as J, useModalInner as q } from "/@/components/Modal";
29
+ import { ref as f, computed as G, resolveComponent as v, openBlock as H, createBlock as K, mergeProps as z, withCtx as k, createVNode as S } from "vue";
30
+ import { BasicForm as A, useForm as $ } from "/@/components/Form/index";
31
+ import { defHttp as j } from "/@/utils/http/axios";
32
+ import { omit as D } from "lodash-es";
33
+ import { _ as E } from "./index-6a09a912.mjs";
34
+ import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
35
+ import "/@/hooks/web/useMessage";
36
+ import "vue-router";
37
+ const Q = {
38
+ name: "LinkTableConfigModal",
39
+ emits: ["success", "register"],
40
+ components: {
41
+ BasicModal: J,
42
+ BasicForm: A
43
+ },
44
+ setup(o, { emit: a }) {
45
+ const l = f(!1), r = f("");
46
+ let n = {};
47
+ const [b, { closeModal: g }] = q((e) => m(this, null, function* () {
48
+ console.log("data", e), n = y({}, e.record), yield _({ dictTable: e.record.dictTable }), setTimeout(() => m(this, null, function* () {
49
+ let c = D(e.record, "dictTable");
50
+ yield _(c), yield P();
51
+ }), 200), r.value = e.fieldName;
52
+ })), s = f(""), t = f(""), d = f([]), F = f([]);
53
+ function T(e) {
54
+ return m(this, null, function* () {
55
+ if (e) {
56
+ const c = "/online/cgform/field/listByHeadCode", p = yield j.get({ url: c, params: { headCode: e } });
57
+ if (p && p.length > 0) {
58
+ let u = p.filter((i) => i.dbFieldName != "id" && i.dbIsPersist == 1);
59
+ console.log("字段字典", u), u.length > 0 ? d.value = u.map((i) => ({
60
+ text: i.dbFieldTxt,
61
+ value: i.dbFieldName
62
+ })) : d.value = [];
63
+ let h = p.filter((i) => i.dbFieldName != "id" && i.fieldShowType == "image" && i.dbIsPersist == 1);
64
+ console.log("图片字段", h), h.length > 0 ? F.value = h.map((i) => ({
65
+ text: i.dbFieldTxt,
66
+ value: i.dbFieldName
67
+ })) : F.value = [{ text: "无图片字段可以选择", value: "", key: "", disabled: !0 }];
68
+ } else
69
+ d.value = [], F.value = [{ text: "无图片字段可以选择", value: "", key: "", disabled: !0 }];
70
+ }
71
+ });
72
+ }
73
+ function x(e) {
74
+ return m(this, null, function* () {
75
+ s.value = "", t.value = "", yield T(e);
76
+ });
77
+ }
78
+ const N = G(() => {
79
+ let e = d.value, c = s.value, p = t.value;
80
+ return e.filter((u) => u.value != c && u.value != p);
81
+ }), V = [
82
+ {
83
+ label: "rowKey",
84
+ field: "rowKey",
85
+ component: "Input",
86
+ show: !1
87
+ },
88
+ {
89
+ label: "dictField",
90
+ field: "dictField",
91
+ component: "Input",
92
+ defaultValue: "id",
93
+ show: !1
94
+ },
95
+ {
96
+ label: "字段描述",
97
+ field: "dbFieldTxt",
98
+ component: "Input",
99
+ required: !0
100
+ },
101
+ {
102
+ label: "关联表",
103
+ field: "dictTable",
104
+ component: "JSearchSelect",
105
+ required: !0,
106
+ componentProps: ({ formActionType: e }) => ({
107
+ dict: "onl_cgform_head where copy_type = 0,table_txt,table_name",
108
+ pageSize: 10,
109
+ async: !0,
110
+ immediateChange: !0,
111
+ popContainer: ".link-table-config-modal",
112
+ params: { order: "desc", column: "create_time" },
113
+ onChange: (c) => m(this, null, function* () {
114
+ (n.titleField || n.otherFields) && (yield e.setFieldsValue({
115
+ titleField: "",
116
+ otherFields: "",
117
+ imageField: ""
118
+ }), yield e.clearValidate()), yield x(c);
119
+ })
120
+ })
121
+ },
122
+ {
123
+ label: "标题字段",
124
+ field: "titleField",
125
+ component: "JSearchSelect",
126
+ required: !0,
127
+ componentProps: {
128
+ async: !1,
129
+ popContainer: ".link-table-config-modal",
130
+ dictOptions: d,
131
+ immediateChange: !0,
132
+ onChange: (e) => {
133
+ s.value = e, n.titleField = e;
134
+ }
135
+ }
136
+ },
137
+ {
138
+ label: "封面图片",
139
+ field: "imageField",
140
+ component: "JSearchSelect",
141
+ componentProps: {
142
+ async: !1,
143
+ popContainer: ".link-table-config-modal",
144
+ dictOptions: F,
145
+ immediateChange: !0,
146
+ onChange: (e) => {
147
+ t.value = e, n.imageFieldName = e;
148
+ }
149
+ }
150
+ },
151
+ {
152
+ label: "其他字段",
153
+ field: "otherFields",
154
+ component: "JSelectMultiple",
155
+ componentProps: {
156
+ popContainer: ".link-table-config-modal",
157
+ options: N,
158
+ onChange: (e) => {
159
+ n.otherFields = e, console.error("oldValue", n);
160
+ }
161
+ }
162
+ },
163
+ {
164
+ label: "显示方式",
165
+ field: "showType",
166
+ component: "Select",
167
+ defaultValue: "card",
168
+ componentProps: {
169
+ options: [
170
+ { label: "卡片", value: "card" },
171
+ { label: "下拉框", value: "select" }
172
+ ]
173
+ }
174
+ },
175
+ {
176
+ label: "是否多选",
177
+ field: "multiSelect",
178
+ component: "RadioGroup",
179
+ defaultValue: !1,
180
+ componentProps: {
181
+ options: [
182
+ { label: "否", value: !1 },
183
+ { label: "是", value: !0 }
184
+ ]
185
+ }
186
+ }
187
+ ], [B, { validate: M, setFieldsValue: _, clearValidate: P, resetFields: W }] = $({
188
+ schemas: V,
189
+ showActionButtonGroup: !1,
190
+ labelAlign: "right"
191
+ });
192
+ function O() {
193
+ return m(this, null, function* () {
194
+ let e = yield M();
195
+ e.fieldName = r.value, a("success", e), g();
196
+ });
197
+ }
198
+ return {
199
+ registerModal: b,
200
+ spinningLoading: l,
201
+ registerForm: B,
202
+ handleSubmit: O
203
+ };
204
+ }
205
+ };
206
+ function U(o, a, l, r, n, b) {
207
+ const g = v("BasicForm"), s = v("a-spin"), t = v("BasicModal");
208
+ return H(), K(t, z({ wrapClassName: "link-table-config-modal" }, o.$attrs, {
209
+ title: "关联记录配置",
210
+ onRegister: r.registerModal,
211
+ keyboard: "",
212
+ canFullscreen: !1,
213
+ cancelText: "关闭",
214
+ onOk: r.handleSubmit
215
+ }), {
216
+ default: k(() => [
217
+ S(s, { spinning: r.spinningLoading }, {
218
+ default: k(() => [
219
+ S(g, { onRegister: r.registerForm }, null, 8, ["onRegister"])
220
+ ]),
221
+ _: 1
222
+ }, 8, ["spinning"])
223
+ ]),
224
+ _: 1
225
+ }, 16, ["onRegister", "onOk"]);
226
+ }
227
+ const re = /* @__PURE__ */ E(Q, [["render", U]]);
228
+ export {
229
+ re as default
230
+ };