super-page-runtime 2.3.18-tmp2 → 2.3.18-tmp3

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 (43) hide show
  1. package/dist/es/components/runtime/utils/barcode-util.js +5 -5
  2. package/dist/es/components/runtime/utils/charts/chart-pie-util.js +49 -48
  3. package/dist/es/components/runtime/utils/charts/chart-scatter-util.js +14 -12
  4. package/dist/es/components/runtime/utils/charts/chart-util.js +58 -56
  5. package/dist/es/components/runtime/utils/events/event-util.js +111 -111
  6. package/dist/es/components/runtime/utils/events/print-label.js +1 -0
  7. package/dist/es/components/runtime/utils/events/standard-event.js +524 -512
  8. package/dist/es/components/runtime/utils/events/validator-util.js +1 -1
  9. package/dist/es/components/runtime/utils/form/scan-util.js +4 -3
  10. package/dist/es/components/runtime/utils/page-helper-util.js +275 -275
  11. package/dist/es/components/runtime/utils/page-init-util.js +82 -79
  12. package/dist/es/components/runtime/utils/page-store.js +10 -10
  13. package/dist/es/components/runtime/utils/table-utils.js +28 -28
  14. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +14 -10
  15. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +3 -3
  16. package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -6
  17. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +13 -12
  18. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +15 -14
  19. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +15 -14
  20. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +16 -15
  21. package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +86 -85
  22. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +24 -22
  23. package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +1 -1
  24. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +63 -63
  25. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +40 -38
  26. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +90 -87
  27. package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +39 -38
  28. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -0
  29. package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +26 -26
  30. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +14 -14
  31. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +49 -49
  32. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +6 -6
  33. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +10 -10
  34. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +1 -0
  35. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +13 -13
  36. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +16 -16
  37. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +6 -6
  38. package/dist/es/components/runtime/views/home-chart.vue.js +4 -4
  39. package/dist/es/components/runtime/views/super-page-dialog.vue.js +9 -9
  40. package/dist/es/components/runtime/views/super-page.vue.js +1 -1
  41. package/dist/es/components/runtime/views/super-page.vue2.js +171 -170
  42. package/dist/es/style.css +76 -76
  43. package/package.json +1 -1
@@ -53,7 +53,7 @@ function p(n2, r2, i2, l2, o2, a2, u2) {
53
53
  if (e2) {
54
54
  f2 = e2[0].message, d2 = e2[0].field, t({ message: f2, showClose: true, type: "warning", duration: 3e3 });
55
55
  const n3 = s(u2, d2);
56
- n3 && n3.addRequiredClass && n3.addRequiredClass();
56
+ n3 && n3.addRequiredClass && n3.addRequiredClass(), console.log("errors", e2, "fields", c3);
57
57
  } else f2 = true;
58
58
  if (d2 && true === o2) {
59
59
  if (/[A-Z]+/.test(d2) && void 0 !== n2[d2.toLowerCase()]) {
@@ -44,8 +44,9 @@ function analysisScanValue(scanValue, scanRuleSets) {
44
44
  }
45
45
  let res = false;
46
46
  if (validStr) try {
47
- res = eval("(" + validStr + ")");
47
+ console.log("validStr", validStr), res = eval("(" + validStr + ")"), console.log("res", res);
48
48
  } catch (e) {
49
+ console.log(e);
49
50
  }
50
51
  else res = true;
51
52
  if (res) return executeAnalysisForScan(scanValue, scanSet);
@@ -62,11 +63,11 @@ function executeAnalysisForScan(e, t) {
62
63
  let n = e;
63
64
  if (t2.splitChar && t2.splitNum) {
64
65
  const a3 = (t2.splitChar, t2.splitChar), s2 = e.split(a3), l = t2.splitNum < 1 ? 1 : t2.splitNum;
65
- n = l <= s2.length ? s2[l - 1] : "";
66
+ console.log(n, a3, s2, l), n = l <= s2.length ? s2[l - 1] : "";
66
67
  }
67
68
  if (t2.splitChar2 && t2.splitNum2) {
68
69
  const e2 = (t2.splitChar2, t2.splitChar2), a3 = n.split(e2), s2 = t2.splitNum2 < 1 ? 1 : t2.splitNum2;
69
- n = s2 <= a3.length ? a3[s2 - 1] : "";
70
+ console.log(n, e2, a3, s2), n = s2 <= a3.length ? a3[s2 - 1] : "";
70
71
  }
71
72
  if (n.length > 0) {
72
73
  const e2 = _getScanIndexs(n, t2.startIndex, t2.endIndex), a3 = e2[0], s2 = e2[1];