@jeecg/online 3.4.3 → 3.4.4-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.
Files changed (75) hide show
  1. package/AuthButtonConfig.js +2 -1
  2. package/AuthButtonTree.js +2 -1
  3. package/AuthDataConfig.js +2 -1
  4. package/AuthDataTree.js +2 -1
  5. package/AuthFieldConfig.js +3 -2
  6. package/AuthFieldTree.js +2 -1
  7. package/AuthManagerDrawer.js +2 -1
  8. package/AuthSetterModal.js +2 -1
  9. package/CgformCopyList.js +5 -1
  10. package/CgformModal.js +19 -2
  11. package/CgreportModal.js +1 -0
  12. package/CheckDictTable.js +2 -2
  13. package/CodeFileListModal.js +2 -1
  14. package/CodeFileViewModal.js +2 -1
  15. package/CodeGeneratorModal.js +2 -1
  16. package/CustomButtonList.js +2 -1
  17. package/DBAttributeTable.js +2 -2
  18. package/DbToOnlineModal.js +2 -1
  19. package/DetailForm.js +4 -2
  20. package/EnhanceJavaModal.js +2 -1
  21. package/EnhanceJsHistory.js +1 -1
  22. package/EnhanceJsModal.js +2 -1
  23. package/EnhanceSqlModal.js +2 -1
  24. package/ExtendConfigModal.js +3 -3
  25. package/FieldExtendJsonModal.js +270 -0
  26. package/FileSelectModal.js +2 -1
  27. package/ForeignKeyTable.js +2 -2
  28. package/FormSchemaFactory.js +150 -10
  29. package/IndexTable.js +2 -2
  30. package/JModalTip.js +2 -2
  31. package/JOnlineSearchSelect.js +115 -0
  32. package/LICENSE +7 -0
  33. package/LeftDepart.js +2 -2
  34. package/LeftRole.js +2 -1
  35. package/LeftUser.js +2 -1
  36. package/LinkTableConfigModal.js +2 -1
  37. package/LinkTableFieldConfigModal.js +2 -1
  38. package/LinkTableListPiece.js +2 -2
  39. package/ModalFormDemo.js +2 -1
  40. package/OnlineAutoList.js +7 -4
  41. package/OnlineAutoModal.js +4 -2
  42. package/OnlineAutoTreeList.js +7 -4
  43. package/OnlineCustomModal.js +5 -3
  44. package/OnlineDetailModal.js +5 -3
  45. package/OnlineForm.js +49 -39
  46. package/OnlineFormDetail.js +4 -2
  47. package/OnlineQueryForm.js +12 -6
  48. package/OnlineSearchFormItem.js +8 -5
  49. package/OnlineSelectCascade.js +228 -0
  50. package/OnlineSubFormDetail.js +4 -2
  51. package/PageAttributeTable.js +70 -28
  52. package/ProcessOnlineForm.js +4 -2
  53. package/QueryTable.js +2 -2
  54. package/README.md +6 -1
  55. package/{OnlineSuperQuery.js → SuperQuery.js} +216 -128
  56. package/{OnlineSuperQueryValComponent.js → SuperQueryValComponent.js} +2 -2
  57. package/{OnlineSuperQueryValComponent.vue_vue_type_script_lang.js → SuperQueryValComponent.vue_vue_type_script_lang.js} +8 -2
  58. package/_arrayPush.js +1 -1
  59. package/_baseClone.js +1 -1
  60. package/_flatRest.js +1 -1
  61. package/cgform.data.js +8 -8
  62. package/clipboard.js +565 -0
  63. package/index.js +37 -340
  64. package/index2.js +8 -4
  65. package/index3.js +33 -571
  66. package/isArray.js +1 -1
  67. package/main.index.js +3 -3
  68. package/omit.js +1 -1
  69. package/package.json +1 -1
  70. package/pick.js +1 -1
  71. package/style.css +1 -1
  72. package/toString.js +1 -1
  73. package/useAutoForm.js +22 -5
  74. package/useCgformList.js +97 -5
  75. package/OnlCgReportList.js +0 -34
package/index.js CHANGED
@@ -1,28 +1,8 @@
1
- var __async = (__this, __arguments, generator) => {
2
- return new Promise((resolve, reject) => {
3
- var fulfilled = (value) => {
4
- try {
5
- step(generator.next(value));
6
- } catch (e) {
7
- reject(e);
8
- }
9
- };
10
- var rejected = (value) => {
11
- try {
12
- step(generator.throw(value));
13
- } catch (e) {
14
- reject(e);
15
- }
16
- };
17
- var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
18
- step((generator = generator.apply(__this, __arguments)).next());
19
- });
20
- };
21
1
  const import_meta = {};
22
- import { defineComponent, ref, watch, resolveComponent, openBlock, createBlock, withCtx, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString, createTextVNode, defineAsyncComponent } from "vue";
23
- import { defHttp } from "/@/utils/http/axios";
2
+ import JPopupOnlReport from "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
3
+ import { defineComponent, resolveComponent, openBlock, createElementBlock, createVNode, defineAsyncComponent } from "vue";
24
4
  import { useMessage } from "/@/hooks/web/useMessage";
25
- import { useDebounceFn } from "@vueuse/core";
5
+ import { useRoute } from "vue-router";
26
6
  var _export_sfc = (sfc, props) => {
27
7
  const target = sfc.__vccOpts || sfc;
28
8
  for (const [key, val] of props) {
@@ -30,359 +10,76 @@ var _export_sfc = (sfc, props) => {
30
10
  }
31
11
  return target;
32
12
  };
33
- const SELECT_OPTIONS_URL = "/online/cgform/api/querySelectOptions";
34
- const _sfc_main$1 = defineComponent({
35
- name: "OnlineSelectCascade",
36
- props: {
37
- table: { type: String, default: "" },
38
- txt: { type: String, default: "" },
39
- store: { type: String, default: "" },
40
- idField: { type: String, default: "" },
41
- pidField: { type: String, default: "" },
42
- pidValue: { type: String, default: "-1" },
43
- origin: { type: Boolean, default: false },
44
- condition: { type: String, default: "" },
45
- value: { type: String, default: "" },
46
- isNumber: { type: Boolean, default: false },
47
- placeholder: { type: String, default: "\u8BF7\u9009\u62E9" }
13
+ const _sfc_main = defineComponent({
14
+ name: "OnlCgReportList",
15
+ components: {
16
+ JPopupOnlReport
48
17
  },
49
- emits: ["change", "next"],
50
- setup(props, { emit }) {
51
- const { createMessage: $message2 } = useMessage();
52
- const selectedValue = ref("");
53
- const dictOptions = ref([]);
54
- const optionsLoad = ref(true);
55
- function handleChange(value) {
56
- console.log("handleChange", value);
57
- let temp = value || "";
58
- emit("change", temp);
59
- valueChangeThenEmitNext(temp);
60
- }
61
- watch(
62
- () => props.condition,
63
- (val) => {
64
- optionsLoad.value = true;
65
- if (val) {
66
- loadOptions();
67
- }
68
- },
69
- { immediate: true }
70
- );
71
- watch(
72
- () => props.pidValue,
73
- (val) => {
74
- if (val === "-1") {
75
- dictOptions.value = [];
76
- } else {
77
- loadOptions();
78
- }
79
- }
80
- );
81
- watch(
82
- () => props.value,
83
- (newVal, oldVal) => {
84
- console.log("\u503C\u6539\u53D8\u4E8B\u4EF6", newVal, oldVal);
85
- if (!newVal) {
86
- selectedValue.value = [];
87
- if (oldVal) {
88
- emit("change", "");
89
- emit("next", "-1");
90
- }
91
- } else {
92
- selectedValue.value = newVal;
93
- }
94
- if (newVal && !oldVal) {
95
- handleFirstValueSetting(newVal);
96
- }
97
- },
98
- { immediate: true }
99
- );
100
- function handleFirstValueSetting(value) {
101
- return __async(this, null, function* () {
102
- if (props.idField === props.store) {
103
- emit("next", value);
104
- } else {
105
- if (props.origin === true) {
106
- yield getSelfOptions();
107
- valueChangeThenEmitNext(value);
108
- } else {
109
- let arr = yield loadValueText();
110
- valueChangeThenEmitNext(value, arr);
111
- }
112
- }
113
- });
114
- }
115
- function loadOptions() {
116
- let params = getQueryParams();
117
- if (props.origin === true) {
118
- params["condition"] = props.condition;
119
- } else {
120
- params["pidValue"] = props.pidValue;
121
- }
122
- console.log("\u8BF7\u6C42\u53C2\u6570", params);
123
- dictOptions.value = [];
124
- defHttp.get({ url: SELECT_OPTIONS_URL, params }, { isTransformResponse: false }).then((res) => {
125
- if (res.success) {
126
- dictOptions.value = [...res.result];
127
- console.log("\u8BF7\u6C42\u7ED3\u679C", res.result, dictOptions);
128
- } else {
129
- $message2.warning("\u8054\u52A8\u7EC4\u4EF6\u6570\u636E\u52A0\u8F7D\u5931\u8D25,\u8BF7\u68C0\u67E5\u914D\u7F6E!");
130
- }
131
- });
132
- }
133
- function getQueryParams() {
134
- let params = {
135
- table: props.table,
136
- txt: props.txt,
137
- key: props.store,
138
- idField: props.idField,
139
- pidField: props.pidField
140
- };
141
- return params;
142
- }
143
- function loadValueText() {
144
- return new Promise((resolve) => {
145
- if (!props.value) {
146
- selectedValue.value = [];
147
- resolve([]);
148
- } else {
149
- let params = getQueryParams();
150
- if (props.isNumber === true) {
151
- params["condition"] = `${props.store} = ${props.value}`;
152
- } else {
153
- params["condition"] = `${props.store} = '${props.value}'`;
154
- }
155
- defHttp.get({ url: SELECT_OPTIONS_URL, params }, { isTransformResponse: false }).then((res) => {
156
- if (res.success) {
157
- resolve(res.result);
158
- } else {
159
- $message2.warning("\u8054\u52A8\u7EC4\u4EF6\u6570\u636E\u52A0\u8F7D\u5931\u8D25,\u8BF7\u68C0\u67E5\u914D\u7F6E!");
160
- resolve([]);
161
- }
162
- });
163
- }
164
- });
165
- }
166
- function getSelfOptions() {
167
- return new Promise((resolve) => {
168
- let index2 = 0;
169
- (function next(index22) {
170
- if (index22 > 10) {
171
- resolve([]);
172
- }
173
- let arr = dictOptions.value;
174
- if (arr && arr.length > 0) {
175
- resolve(arr);
176
- } else {
177
- setTimeout(() => {
178
- next(index22++);
179
- }, 300);
180
- }
181
- })(index2);
182
- });
183
- }
184
- function valueChangeThenEmitNext(value, arr = []) {
185
- if (value && value.length > 0) {
186
- if (!arr || arr.length == 0) {
187
- arr = dictOptions.value;
188
- }
189
- let selected = arr.filter((item) => item.store === value);
190
- if (selected && selected.length > 0) {
191
- let id = selected[0].id;
192
- emit("next", id);
193
- }
194
- }
195
- }
18
+ setup(props, { emit, refs }) {
19
+ useMessage();
20
+ const route = useRoute();
21
+ const path = route.path;
22
+ const id = path.substr(path.lastIndexOf("/") + 1);
196
23
  return {
197
- selectedValue,
198
- dictOptions,
199
- handleChange
24
+ id
200
25
  };
201
26
  }
202
27
  });
203
- const _hoisted_1 = ["title"];
204
- function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
205
- const _component_a_select_option = resolveComponent("a-select-option");
206
- const _component_a_select = resolveComponent("a-select");
207
- return openBlock(), createBlock(_component_a_select, {
208
- placeholder: _ctx.placeholder,
209
- value: _ctx.selectedValue,
210
- onChange: _ctx.handleChange,
211
- allowClear: "",
212
- style: { "width": "100%" }
213
- }, {
214
- default: withCtx(() => [
215
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.dictOptions, (item, index2) => {
216
- return openBlock(), createBlock(_component_a_select_option, {
217
- key: index2,
218
- value: item.store
219
- }, {
220
- default: withCtx(() => [
221
- createElementVNode("span", {
222
- style: { "display": "inline-block", "width": "100%" },
223
- title: item.label
224
- }, toDisplayString(item.label), 9, _hoisted_1)
225
- ]),
226
- _: 2
227
- }, 1032, ["value"]);
228
- }), 128))
229
- ]),
230
- _: 1
231
- }, 8, ["placeholder", "value", "onChange"]);
232
- }
233
- var OnlineSelectCascade = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1]]);
234
- var OnlineSelectCascade$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
235
- __proto__: null,
236
- "default": OnlineSelectCascade
237
- }, Symbol.toStringTag, { value: "Module" }));
238
- const { createMessage: $message } = useMessage();
239
- const _sfc_main = {
240
- name: "JOnlineSearchSelect",
241
- props: {
242
- placeholder: {
243
- type: String,
244
- default: "",
245
- required: false
246
- },
247
- value: {
248
- type: String,
249
- required: false
250
- },
251
- sql: {
252
- type: String,
253
- required: true
254
- }
255
- },
256
- emits: ["update:value"],
257
- setup(props, { emit }) {
258
- let selected = ref("");
259
- let selectOptions = ref([]);
260
- watch(
261
- () => props.value,
262
- (newVal) => {
263
- if (!newVal) {
264
- selected.value = void 0;
265
- } else {
266
- selected.value = newVal;
267
- }
268
- },
269
- { immediate: true }
270
- );
271
- watch(
272
- () => props.sql,
273
- () => {
274
- resetOptions();
275
- },
276
- { immediate: true }
277
- );
278
- const handleSearch = useDebounceFn(searchByKeyword, 800);
279
- function searchByKeyword(keyword = "") {
280
- let params = {
281
- keyword
282
- };
283
- let url = "/online/cgreport/api/getReportDictList?sql=" + props.sql;
284
- defHttp.get({ url, params }, { isTransformResponse: false }).then((res) => {
285
- if (res.success) {
286
- if (res.result && res.result.length > 0) {
287
- selectOptions.value = res.result;
288
- } else {
289
- selectOptions.value = [];
290
- }
291
- } else {
292
- $message.warning(res.message);
293
- }
294
- });
295
- }
296
- function handleChange(value) {
297
- emit("update:value", value);
298
- if (!value || value == "") {
299
- resetOptions();
300
- }
301
- }
302
- function resetOptions() {
303
- selectOptions.value = [];
304
- searchByKeyword();
305
- }
306
- return {
307
- selectOptions,
308
- handleSearch,
309
- handleChange,
310
- selected
311
- };
312
- }
313
- };
28
+ const _hoisted_1 = { class: "p-2" };
314
29
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
315
- const _component_a_select_option = resolveComponent("a-select-option");
316
- const _component_a_select = resolveComponent("a-select");
317
- return openBlock(), createBlock(_component_a_select, {
318
- value: $setup.selected,
319
- placeholder: $props.placeholder,
320
- "show-search": "",
321
- "default-active-first-option": false,
322
- "show-arrow": true,
323
- "filter-option": false,
324
- "not-found-content": null,
325
- onSearch: $setup.handleSearch,
326
- onChange: $setup.handleChange,
327
- allowClear: ""
328
- }, {
329
- default: withCtx(() => [
330
- (openBlock(true), createElementBlock(Fragment, null, renderList($setup.selectOptions, (d) => {
331
- return openBlock(), createBlock(_component_a_select_option, {
332
- key: d.value
333
- }, {
334
- default: withCtx(() => [
335
- createTextVNode(toDisplayString(d.text), 1)
336
- ]),
337
- _: 2
338
- }, 1024);
339
- }), 128))
340
- ]),
341
- _: 1
342
- }, 8, ["value", "placeholder", "onSearch", "onChange"]);
30
+ const _component_JPopupOnlReport = resolveComponent("JPopupOnlReport");
31
+ return openBlock(), createElementBlock("div", _hoisted_1, [
32
+ createVNode(_component_JPopupOnlReport, {
33
+ id: _ctx.id,
34
+ clickToRowSelect: false
35
+ }, null, 8, ["id"])
36
+ ]);
343
37
  }
344
- var JOnlineSearchSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
345
- var JOnlineSearchSelect$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
38
+ var OnlCgReportList = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
39
+ var OnlCgReportList$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
346
40
  __proto__: null,
347
- "default": JOnlineSearchSelect
41
+ "default": OnlCgReportList
348
42
  }, Symbol.toStringTag, { value: "Module" }));
349
43
  console.log("node_modules import.meta: ", import_meta);
350
44
  var index = {
351
45
  install(app, options) {
352
46
  app.provide("baseImport", options.baseImport);
47
+ app.component("OnlCgReportList", OnlCgReportList);
48
+ const JOnlineSearchSelect = defineAsyncComponent(() => import("./JOnlineSearchSelect.js"));
353
49
  app.component("JOnlineSearchSelect", JOnlineSearchSelect);
50
+ const SuperQuery = defineAsyncComponent(() => import("./SuperQuery.js"));
51
+ app.component("SuperQuery", SuperQuery);
354
52
  console.log("--- online init ----");
355
53
  },
356
54
  getViews() {
357
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) {
358
56
  return n.f;
359
- }), "./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/cgreport/auto/OnlCgReportList.vue": () => import("./OnlCgReportList.js"), "./src/views/super/online/cgreport/components/CgreportModal.vue": () => import("./CgreportModal.js").then(function(n) {
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
+ return OnlCgReportList$1;
59
+ }), "./src/views/super/online/cgreport/components/CgreportModal.vue": () => import("./CgreportModal.js").then(function(n) {
360
60
  return n.C;
361
- }), "./src/views/super/online/cgreport/demo/ModalFormDemo.vue": () => import("./ModalFormDemo.js"), "./src/views/super/online/cgform/auto/comp/JOnlineSearchSelect.vue": () => Promise.resolve().then(function() {
362
- return JOnlineSearchSelect$1;
363
- }), "./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) {
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) {
364
62
  return n.n;
365
63
  }), "./src/views/super/online/cgform/auto/comp/OnlinePopListModal.vue": () => import("./useAutoForm.js").then(function(n) {
366
64
  return n.q;
367
65
  }), "./src/views/super/online/cgform/auto/comp/OnlinePopModal.vue": () => import("./useAutoForm.js").then(function(n) {
368
66
  return n.o;
369
- }), "./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": () => Promise.resolve().then(function() {
370
- return OnlineSelectCascade$1;
371
- }), "./src/views/super/online/cgform/auto/comp/OnlineSubForm.vue": () => import("./useAutoForm.js").then(function(n) {
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) {
372
68
  return n.m;
373
- }), "./src/views/super/online/cgform/auto/comp/OnlineSubFormDetail.vue": () => import("./OnlineSubFormDetail.js"), "./src/views/super/online/cgform/auto/comp/OnlineSuperQuery.vue": () => import("./OnlineSuperQuery.js"), "./src/views/super/online/cgform/auto/comp/OnlineSuperQueryValComponent.vue": () => import("./OnlineSuperQueryValComponent.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) {
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) {
374
70
  return n.a;
375
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) {
376
72
  return n.r;
377
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) {
378
74
  return n.p;
379
- }), "./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") };
75
+ }), "./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") };
380
76
  }
381
77
  };
78
+ const OnlineSelectCascade = defineAsyncComponent(() => import("./OnlineSelectCascade.js"));
382
79
  const LinkTableCard = defineAsyncComponent(() => import("./useAutoForm.js").then(function(n) {
383
80
  return n.r;
384
81
  }));
385
82
  const LinkTableSelect = defineAsyncComponent(() => import("./useAutoForm.js").then(function(n) {
386
83
  return n.p;
387
84
  }));
388
- export { JOnlineSearchSelect as J, LinkTableCard as L, OnlineSelectCascade as O, _export_sfc as _, LinkTableSelect as a, index as i };
85
+ export { LinkTableCard as L, OnlineSelectCascade as O, _export_sfc as _, LinkTableSelect as a, index as i };
package/index2.js CHANGED
@@ -12,6 +12,7 @@ import AuthSetterModal from "./AuthSetterModal.js";
12
12
  import { u as useCgformList, C as CgformPageType } from "./useCgformList.js";
13
13
  import { c as columns, s as searchFormSchema } from "./cgform.data.js";
14
14
  import { _ as _export_sfc } from "./index.js";
15
+ import "/@/components/Icon";
15
16
  import "/@/components/Modal";
16
17
  import "/@/components/Form/index";
17
18
  import "/@/hooks/web/useMessage";
@@ -32,14 +33,16 @@ import "./_arrayPush.js";
32
33
  import "/@/utils/dict";
33
34
  import "/@/utils/dict/JDictSelectUtil";
34
35
  import "/@/utils/uuid";
35
- import "/@/utils/http/axios";
36
- import "@vueuse/core";
36
+ import "/@/components/jeecg/OnLine/JPopupOnlReport.vue";
37
+ import "vue-router";
37
38
  import "./PageAttributeTable.js";
38
39
  import "./LinkTableConfigModal.js";
40
+ import "/@/utils/http/axios";
39
41
  import "./omit.js";
40
42
  import "./_baseClone.js";
41
43
  import "./_baseSlice.js";
42
44
  import "./LinkTableFieldConfigModal.js";
45
+ import "./FieldExtendJsonModal.js";
43
46
  import "./CheckDictTable.js";
44
47
  import "/@/components/jeecg/JPrompt";
45
48
  import "/@/hooks/web/useDesign";
@@ -58,16 +61,17 @@ import "./_commonjsHelpers.js";
58
61
  import "/@/store/modules/user";
59
62
  import "/@/utils/desform/customExpression";
60
63
  import "/@/components/Form/src/componentMap";
64
+ import "./OnlineSelectCascade.js";
61
65
  import "/@/store/modules/permission";
62
66
  import "/@/utils/propTypes";
63
67
  import "/@/hooks/system/useListPage";
64
- import "vue-router";
65
68
  import "/@/components/Form/src/utils/Area";
66
69
  import "/@/components/Preview/index";
67
70
  import "./LinkTableListPiece.js";
68
71
  import "/@/components/Loading";
69
72
  import "/@/utils/auth";
70
73
  import "./JModalTip.js";
74
+ import "@vueuse/core";
71
75
  import "./CodeFileListModal.js";
72
76
  import "./CodeFileViewModal.js";
73
77
  import "/@/utils/file/download";
@@ -93,7 +97,7 @@ import "./LeftUser.js";
93
97
  import "./AuthFieldTree.js";
94
98
  import "./AuthButtonTree.js";
95
99
  import "./AuthDataTree.js";
96
- import "/@/hooks/web/useCopyModal";
100
+ import "./clipboard.js";
97
101
  const _sfc_main = defineComponent({
98
102
  name: "CgformIndex",
99
103
  components: {