super-page-runtime 1.0.1 → 1.0.2

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 (112) hide show
  1. package/dist/es/components/runtime/utils/api/api-util.js +3 -3
  2. package/dist/es/components/runtime/utils/assemblys-config.js +1 -1
  3. package/dist/es/components/runtime/utils/common-util.js +2 -2
  4. package/dist/es/components/runtime/utils/eventBus.js +1 -1
  5. package/dist/es/components/runtime/utils/events/event-util.js +3 -3
  6. package/dist/es/components/runtime/utils/events/standard-event.js +6 -6
  7. package/dist/es/components/runtime/utils/events/validator-util.js +3 -3
  8. package/dist/es/components/runtime/utils/global-refs.js +1 -1
  9. package/dist/es/components/runtime/utils/page-helper-util.js +3 -3
  10. package/dist/es/components/runtime/utils/page-init-util.js +2 -2
  11. package/dist/es/components/runtime/utils/table-utils.js +1 -1
  12. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +2 -2
  13. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +1 -1
  14. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +2 -2
  15. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +6 -6
  16. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +6 -6
  17. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +6 -6
  18. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +6 -6
  19. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +6 -6
  20. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +1 -1
  21. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +3 -3
  22. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +3 -3
  23. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
  24. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +1 -1
  25. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +1 -1
  26. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +1 -1
  27. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +1 -1
  28. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
  29. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +3 -3
  30. package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +1 -1
  31. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +3 -3
  32. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +1 -1
  33. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +5 -5
  34. package/dist/es/components/runtime/views/assemblys/error-render.vue.js +1 -1
  35. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -1
  36. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +1 -1
  37. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +4 -4
  38. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
  39. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
  40. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +1 -1
  41. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +2 -2
  42. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +2 -2
  43. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +1 -1
  44. package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +1 -1
  45. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +1 -1
  46. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +3 -3
  47. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +1 -1
  48. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +1 -1
  49. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +1 -1
  50. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +1 -1
  51. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +1 -1
  52. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  53. package/dist/es/components/runtime/views/super-page.vue.js +6 -6
  54. package/dist/es/components/super-page-dialog/super-page-dialog.vue.js +2 -1
  55. package/dist/es/components/wf-editor/wf-editor.vue.js +1 -1
  56. package/dist/lib/components/runtime/utils/api/api-util.js +10 -10
  57. package/dist/lib/components/runtime/utils/assemblys-config.js +35 -35
  58. package/dist/lib/components/runtime/utils/common-util.js +4 -4
  59. package/dist/lib/components/runtime/utils/eventBus.js +1 -1
  60. package/dist/lib/components/runtime/utils/events/event-util.js +8 -8
  61. package/dist/lib/components/runtime/utils/events/standard-event.js +66 -66
  62. package/dist/lib/components/runtime/utils/events/validator-util.js +14 -14
  63. package/dist/lib/components/runtime/utils/global-refs.js +1 -1
  64. package/dist/lib/components/runtime/utils/page-helper-util.js +4 -4
  65. package/dist/lib/components/runtime/utils/page-init-util.js +3 -3
  66. package/dist/lib/components/runtime/utils/table-utils.js +1 -1
  67. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +31 -31
  68. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +9 -9
  69. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +41 -41
  70. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +24 -24
  71. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +21 -21
  72. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +22 -22
  73. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +22 -22
  74. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +23 -23
  75. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +21 -21
  76. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +30 -30
  77. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +27 -27
  78. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +20 -20
  79. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +25 -25
  80. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +26 -26
  81. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +13 -13
  82. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +12 -12
  83. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +6 -6
  84. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +23 -23
  85. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +12 -12
  86. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +26 -26
  87. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +15 -15
  88. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +11 -11
  89. package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +3 -3
  90. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +24 -24
  91. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +39 -39
  92. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +27 -27
  93. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +12 -12
  94. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +23 -23
  95. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +25 -25
  96. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +58 -58
  97. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +42 -42
  98. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +25 -25
  99. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +8 -8
  100. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +25 -25
  101. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +28 -28
  102. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +41 -41
  103. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +24 -24
  104. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +21 -21
  105. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +25 -25
  106. package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +18 -18
  107. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +9 -9
  108. package/dist/lib/components/runtime/views/super-page.vue.js +60 -60
  109. package/dist/lib/components/super-page-dialog/super-page-dialog.vue.js +15 -14
  110. package/dist/lib/components/wf-editor/wf-editor.vue.js +4 -4
  111. package/package.json +1 -1
  112. package/dist/super-page-runtime.umd.js +0 -213932
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
- const vue_runtime_esmBundler_js = require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/vue@3.4.21_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.js");
2
+ const vue = require("vue");
3
+ require("element-plus");
3
4
  const superPage_vue_vue_type_script_setup_true_lang = require("../runtime/views/super-page.vue.js");
4
- const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
5
6
  __name: "super-page-dialog",
6
7
  props: {
7
8
  parentPageContext: {},
@@ -13,14 +14,14 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
13
14
  setup(__props, { emit: __emit }) {
14
15
  const props = __props;
15
16
  const emits = __emit;
16
- const showContent = vue_runtime_esmBundler_js.ref(true);
17
+ const showContent = vue.ref(true);
17
18
  const myJumpPageSetting = props.jumpPageSetting ? props.jumpPageSetting : null;
18
- const width = vue_runtime_esmBundler_js.ref(null);
19
- const title = vue_runtime_esmBundler_js.ref(null);
20
- const pageCode = vue_runtime_esmBundler_js.ref(null);
21
- const dataId = vue_runtime_esmBundler_js.ref(null);
22
- const taskId = vue_runtime_esmBundler_js.ref(null);
23
- const pageRequest = vue_runtime_esmBundler_js.ref({});
19
+ const width = vue.ref(null);
20
+ const title = vue.ref(null);
21
+ const pageCode = vue.ref(null);
22
+ const dataId = vue.ref(null);
23
+ const taskId = vue.ref(null);
24
+ const pageRequest = vue.ref({});
24
25
  if (myJumpPageSetting) {
25
26
  title.value = myJumpPageSetting && myJumpPageSetting["jumpPageTitle"] ? myJumpPageSetting["jumpPageTitle"] : null;
26
27
  width.value = myJumpPageSetting && myJumpPageSetting["jumpPageWidth"] ? myJumpPageSetting["jumpPageWidth"] : "100%";
@@ -45,8 +46,8 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
45
46
  pageRequest.value["taskId"] = taskId.value;
46
47
  }
47
48
  return (_ctx, _cache) => {
48
- const _component_el_drawer = vue_runtime_esmBundler_js.resolveComponent("el-drawer");
49
- return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_drawer, {
49
+ const _component_el_drawer = vue.resolveComponent("el-drawer");
50
+ return vue.openBlock(), vue.createBlock(_component_el_drawer, {
50
51
  modelValue: showContent.value,
51
52
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => showContent.value = $event),
52
53
  "with-header": !title.value,
@@ -58,12 +59,12 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
58
59
  onClose: _cache[3] || (_cache[3] = ($event) => emits("close")),
59
60
  onClosed: _cache[4] || (_cache[4] = ($event) => emits("closed"))
60
61
  }, {
61
- default: vue_runtime_esmBundler_js.withCtx(() => [
62
- pageCode.value ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(superPage_vue_vue_type_script_setup_true_lang, {
62
+ default: vue.withCtx(() => [
63
+ pageCode.value ? (vue.openBlock(), vue.createBlock(superPage_vue_vue_type_script_setup_true_lang, {
63
64
  key: 0,
64
65
  pageCode: pageCode.value,
65
66
  pageRequest: pageRequest.value
66
- }, null, 8, ["pageCode", "pageRequest"])) : vue_runtime_esmBundler_js.createCommentVNode("", true)
67
+ }, null, 8, ["pageCode", "pageRequest"])) : vue.createCommentVNode("", true)
67
68
  ]),
68
69
  _: 1
69
70
  }, 8, ["modelValue", "with-header", "title", "size"]);
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
- const vue_runtime_esmBundler_js = require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/vue@3.4.21_typescript@5.4.5/node_modules/vue/dist/vue.runtime.esm-bundler.js");
2
+ const vue = require("vue");
3
3
  ;/* empty css */
4
4
  const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
5
5
  const _sfc_main = {};
6
- const _withScopeId = (n) => (vue_runtime_esmBundler_js.pushScopeId("data-v-dfafa4ba"), n = n(), vue_runtime_esmBundler_js.popScopeId(), n);
7
- const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue_runtime_esmBundler_js.createElementVNode("button", null, "Editoraaaaa", -1));
6
+ const _withScopeId = (n) => (vue.pushScopeId("data-v-dfafa4ba"), n = n(), vue.popScopeId(), n);
7
+ const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode("button", null, "Editoraaaaa", -1));
8
8
  const _hoisted_2 = [
9
9
  _hoisted_1
10
10
  ];
11
11
  function _sfc_render(_ctx, _cache) {
12
- return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", null, _hoisted_2);
12
+ return vue.openBlock(), vue.createElementBlock("div", null, _hoisted_2);
13
13
  }
14
14
  const WfEditor = /* @__PURE__ */ _pluginVue_exportHelper(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-dfafa4ba"]]);
15
15
  module.exports = WfEditor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/lib/index.js",