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,8 +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
3
  const pageInitUtil = require("../../../../utils/page-init-util.js");
4
4
  const pageHelperUtil = require("../../../../utils/page-helper-util.js");
5
- const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
6
6
  __name: "switch-runtime",
7
7
  props: {
8
8
  pageContext: {},
@@ -12,7 +12,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
12
12
  const props = __props;
13
13
  const entity = props.pageContext.entity ? props.pageContext.entity : {};
14
14
  let dynamicFields = pageInitUtil.getFormModelFields(props.pageContext, props.configure);
15
- const dynamicModelMethod = vue_runtime_esmBundler_js.computed({
15
+ const dynamicModelMethod = vue.computed({
16
16
  get() {
17
17
  return pageHelperUtil.getVariableValue(entity, dynamicFields);
18
18
  },
@@ -27,30 +27,30 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
27
27
  const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
28
28
  const switchStyle = runtimeInfo.switchStyle;
29
29
  return (_ctx, _cache) => {
30
- const _component_el_switch = vue_runtime_esmBundler_js.resolveComponent("el-switch");
31
- const _component_el_form_item = vue_runtime_esmBundler_js.resolveComponent("el-form-item");
32
- return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_form_item, {
33
- required: vue_runtime_esmBundler_js.unref(designProperty).required,
34
- class: vue_runtime_esmBundler_js.normalizeClass(vue_runtime_esmBundler_js.unref(runtimeClass)),
35
- "label-width": vue_runtime_esmBundler_js.unref(designProperty).labelWidth,
36
- style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(runtimeStyle))
30
+ const _component_el_switch = vue.resolveComponent("el-switch");
31
+ const _component_el_form_item = vue.resolveComponent("el-form-item");
32
+ return vue.openBlock(), vue.createBlock(_component_el_form_item, {
33
+ required: vue.unref(designProperty).required,
34
+ class: vue.normalizeClass(vue.unref(runtimeClass)),
35
+ "label-width": vue.unref(designProperty).labelWidth,
36
+ style: vue.normalizeStyle(vue.unref(runtimeStyle))
37
37
  }, {
38
- label: vue_runtime_esmBundler_js.withCtx(() => [
39
- vue_runtime_esmBundler_js.unref(designProperty).tittleShow ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", {
38
+ label: vue.withCtx(() => [
39
+ vue.unref(designProperty).tittleShow ? (vue.openBlock(), vue.createElementBlock("div", {
40
40
  key: 0,
41
- style: vue_runtime_esmBundler_js.normalizeStyle({ ...vue_runtime_esmBundler_js.unref(headerStyle) })
42
- }, vue_runtime_esmBundler_js.toDisplayString(vue_runtime_esmBundler_js.unref(designProperty).title), 5)) : vue_runtime_esmBundler_js.createCommentVNode("", true)
41
+ style: vue.normalizeStyle({ ...vue.unref(headerStyle) })
42
+ }, vue.toDisplayString(vue.unref(designProperty).title), 5)) : vue.createCommentVNode("", true)
43
43
  ]),
44
- default: vue_runtime_esmBundler_js.withCtx(() => [
45
- vue_runtime_esmBundler_js.createVNode(_component_el_switch, {
46
- disabled: vue_runtime_esmBundler_js.unref(designProperty).state === "disabled",
47
- "active-value:": vue_runtime_esmBundler_js.unref(designProperty).activeValue,
48
- "active-text": vue_runtime_esmBundler_js.unref(designProperty).activeText,
49
- "inactive-value": vue_runtime_esmBundler_js.unref(designProperty).inactiveValue,
50
- "inactive-text": vue_runtime_esmBundler_js.unref(designProperty).inactiveText,
51
- width: vue_runtime_esmBundler_js.unref(designProperty).offOnWidth,
52
- size: vue_runtime_esmBundler_js.unref(designProperty).size,
53
- style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(switchStyle)),
44
+ default: vue.withCtx(() => [
45
+ vue.createVNode(_component_el_switch, {
46
+ disabled: vue.unref(designProperty).state === "disabled",
47
+ "active-value:": vue.unref(designProperty).activeValue,
48
+ "active-text": vue.unref(designProperty).activeText,
49
+ "inactive-value": vue.unref(designProperty).inactiveValue,
50
+ "inactive-text": vue.unref(designProperty).inactiveText,
51
+ width: vue.unref(designProperty).offOnWidth,
52
+ size: vue.unref(designProperty).size,
53
+ style: vue.normalizeStyle(vue.unref(switchStyle)),
54
54
  modelValue: dynamicModelMethod.value,
55
55
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dynamicModelMethod.value = $event)
56
56
  }, null, 8, ["disabled", "active-value:", "active-text", "inactive-value", "inactive-text", "width", "size", "style", "modelValue"])
@@ -1,8 +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
3
  const pageInitUtil = require("../../../../utils/page-init-util.js");
4
4
  const pageHelperUtil = require("../../../../utils/page-helper-util.js");
5
- const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
6
6
  __name: "tag-runtime",
7
7
  props: {
8
8
  pageContext: {},
@@ -24,33 +24,33 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
24
24
  if (!contentVariable) {
25
25
  contentVariable = "${page." + props.configure.uuid + "}";
26
26
  }
27
- const dynamicValue = vue_runtime_esmBundler_js.computed(() => {
27
+ const dynamicValue = vue.computed(() => {
28
28
  const resultValue = pageHelperUtil.formatVariableValue(props.pageContext, contentVariable);
29
29
  return resultValue == void 0 || resultValue == null ? "" : resultValue;
30
30
  });
31
31
  return (_ctx, _cache) => {
32
- const _component_el_tag = vue_runtime_esmBundler_js.resolveComponent("el-tag");
33
- const _component_el_form_item = vue_runtime_esmBundler_js.resolveComponent("el-form-item");
34
- return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_form_item, {
35
- required: vue_runtime_esmBundler_js.unref(designProperty).required,
36
- class: vue_runtime_esmBundler_js.normalizeClass(vue_runtime_esmBundler_js.unref(runtimeClass)),
37
- "label-width": vue_runtime_esmBundler_js.unref(designProperty).labelWidth,
38
- style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(runtimeStyle))
32
+ const _component_el_tag = vue.resolveComponent("el-tag");
33
+ const _component_el_form_item = vue.resolveComponent("el-form-item");
34
+ return vue.openBlock(), vue.createBlock(_component_el_form_item, {
35
+ required: vue.unref(designProperty).required,
36
+ class: vue.normalizeClass(vue.unref(runtimeClass)),
37
+ "label-width": vue.unref(designProperty).labelWidth,
38
+ style: vue.normalizeStyle(vue.unref(runtimeStyle))
39
39
  }, {
40
- label: vue_runtime_esmBundler_js.withCtx(() => [
41
- vue_runtime_esmBundler_js.unref(designProperty).tittleShow ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", {
40
+ label: vue.withCtx(() => [
41
+ vue.unref(designProperty).tittleShow ? (vue.openBlock(), vue.createElementBlock("div", {
42
42
  key: 0,
43
- style: vue_runtime_esmBundler_js.normalizeStyle({ ...vue_runtime_esmBundler_js.unref(headerStyle) })
44
- }, vue_runtime_esmBundler_js.toDisplayString(vue_runtime_esmBundler_js.unref(designProperty).title), 5)) : vue_runtime_esmBundler_js.createCommentVNode("", true)
43
+ style: vue.normalizeStyle({ ...vue.unref(headerStyle) })
44
+ }, vue.toDisplayString(vue.unref(designProperty).title), 5)) : vue.createCommentVNode("", true)
45
45
  ]),
46
- default: vue_runtime_esmBundler_js.withCtx(() => [
47
- vue_runtime_esmBundler_js.createVNode(_component_el_tag, {
48
- size: vue_runtime_esmBundler_js.unref(designProperty).size,
49
- closable: vue_runtime_esmBundler_js.unref(designProperty).closable,
50
- type: vue_runtime_esmBundler_js.unref(designProperty).type
46
+ default: vue.withCtx(() => [
47
+ vue.createVNode(_component_el_tag, {
48
+ size: vue.unref(designProperty).size,
49
+ closable: vue.unref(designProperty).closable,
50
+ type: vue.unref(designProperty).type
51
51
  }, {
52
- default: vue_runtime_esmBundler_js.withCtx(() => [
53
- vue_runtime_esmBundler_js.createTextVNode(vue_runtime_esmBundler_js.toDisplayString(dynamicValue.value), 1)
52
+ default: vue.withCtx(() => [
53
+ vue.createTextVNode(vue.toDisplayString(dynamicValue.value), 1)
54
54
  ]),
55
55
  _: 1
56
56
  }, 8, ["size", "closable", "type"])
@@ -1,8 +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
3
  const pageInitUtil = require("../../../../utils/page-init-util.js");
4
4
  const pageHelperUtil = require("../../../../utils/page-helper-util.js");
5
- const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
6
6
  __name: "textarea-runtime",
7
7
  props: {
8
8
  pageContext: {},
@@ -12,7 +12,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
12
12
  const props = __props;
13
13
  const entity = props.pageContext.entity ? props.pageContext.entity : {};
14
14
  let dynamicFields = pageInitUtil.getFormModelFields(props.pageContext, props.configure);
15
- const dynamicModelMethod = vue_runtime_esmBundler_js.computed({
15
+ const dynamicModelMethod = vue.computed({
16
16
  get() {
17
17
  return pageHelperUtil.getVariableValue(entity, dynamicFields);
18
18
  },
@@ -26,33 +26,33 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
26
26
  const runtimeClass = runtimeInfo.class;
27
27
  const headerStyle = runtimeInfo.headerStyle;
28
28
  return (_ctx, _cache) => {
29
- const _component_el_input = vue_runtime_esmBundler_js.resolveComponent("el-input");
30
- const _component_el_form_item = vue_runtime_esmBundler_js.resolveComponent("el-form-item");
31
- return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", null, [
32
- vue_runtime_esmBundler_js.createVNode(_component_el_form_item, {
33
- required: vue_runtime_esmBundler_js.unref(designProperty).required ? true : false,
34
- class: vue_runtime_esmBundler_js.normalizeClass(vue_runtime_esmBundler_js.unref(runtimeClass)),
35
- "label-width": vue_runtime_esmBundler_js.unref(designProperty).labelWidth,
36
- style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(runtimeStyle))
29
+ const _component_el_input = vue.resolveComponent("el-input");
30
+ const _component_el_form_item = vue.resolveComponent("el-form-item");
31
+ return vue.openBlock(), vue.createElementBlock("div", null, [
32
+ vue.createVNode(_component_el_form_item, {
33
+ required: vue.unref(designProperty).required ? true : false,
34
+ class: vue.normalizeClass(vue.unref(runtimeClass)),
35
+ "label-width": vue.unref(designProperty).labelWidth,
36
+ style: vue.normalizeStyle(vue.unref(runtimeStyle))
37
37
  }, {
38
- label: vue_runtime_esmBundler_js.withCtx(() => [
39
- vue_runtime_esmBundler_js.unref(designProperty).tittleShow ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", {
38
+ label: vue.withCtx(() => [
39
+ vue.unref(designProperty).tittleShow ? (vue.openBlock(), vue.createElementBlock("div", {
40
40
  key: 0,
41
- style: vue_runtime_esmBundler_js.normalizeStyle({ ...vue_runtime_esmBundler_js.unref(headerStyle) })
42
- }, vue_runtime_esmBundler_js.toDisplayString(vue_runtime_esmBundler_js.unref(designProperty).title), 5)) : vue_runtime_esmBundler_js.createCommentVNode("", true)
41
+ style: vue.normalizeStyle({ ...vue.unref(headerStyle) })
42
+ }, vue.toDisplayString(vue.unref(designProperty).title), 5)) : vue.createCommentVNode("", true)
43
43
  ]),
44
- default: vue_runtime_esmBundler_js.withCtx(() => [
45
- vue_runtime_esmBundler_js.createVNode(_component_el_input, {
46
- disabled: vue_runtime_esmBundler_js.unref(designProperty).state === "disabled",
47
- readonly: vue_runtime_esmBundler_js.unref(designProperty).state === "readonly",
48
- size: vue_runtime_esmBundler_js.unref(designProperty).size,
49
- clearable: vue_runtime_esmBundler_js.unref(designProperty).clearable,
50
- placeholder: vue_runtime_esmBundler_js.unref(designProperty).placeholder,
44
+ default: vue.withCtx(() => [
45
+ vue.createVNode(_component_el_input, {
46
+ disabled: vue.unref(designProperty).state === "disabled",
47
+ readonly: vue.unref(designProperty).state === "readonly",
48
+ size: vue.unref(designProperty).size,
49
+ clearable: vue.unref(designProperty).clearable,
50
+ placeholder: vue.unref(designProperty).placeholder,
51
51
  modelValue: dynamicModelMethod.value,
52
52
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => dynamicModelMethod.value = $event),
53
- rows: vue_runtime_esmBundler_js.unref(designProperty).rows ? vue_runtime_esmBundler_js.unref(designProperty).rows : 2,
54
- maxlength: vue_runtime_esmBundler_js.unref(designProperty).maxLength,
55
- "show-word-limit": vue_runtime_esmBundler_js.unref(designProperty).showInputNum,
53
+ rows: vue.unref(designProperty).rows ? vue.unref(designProperty).rows : 2,
54
+ maxlength: vue.unref(designProperty).maxLength,
55
+ "show-word-limit": vue.unref(designProperty).showInputNum,
56
56
  type: "textarea"
57
57
  }, null, 8, ["disabled", "readonly", "size", "clearable", "placeholder", "modelValue", "rows", "maxlength", "show-word-limit"])
58
58
  ]),
@@ -1,12 +1,12 @@
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
  const errorRender_vue_vue_type_script_setup_true_lang = require("./error-render.vue.js");
4
4
  const assemblysConfig = require("../../utils/assemblys-config.js");
5
5
  const pageDesignTypes = require("../../utils/interfaces/page-design-types.js");
6
6
  const globalRefs = require("../../utils/global-refs.js");
7
7
  const pageInitUtil = require("../../utils/page-init-util.js");
8
8
  const pageHelperUtil = require("../../utils/page-helper-util.js");
9
- const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
9
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
10
10
  __name: "object-render",
11
11
  props: {
12
12
  pageContext: {},
@@ -18,12 +18,12 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
18
18
  props.configure.style = {};
19
19
  }
20
20
  const permissionCodes = pageInitUtil.getPermissionCodes(props.configure, props.pageContext);
21
- let handleShowFlag = vue_runtime_esmBundler_js.ref(true);
22
- let showFlag = vue_runtime_esmBundler_js.ref(true);
21
+ let handleShowFlag = vue.ref(true);
22
+ let showFlag = vue.ref(true);
23
23
  if (props.configure && props.configure.props && props.configure.props.showConditions) {
24
24
  const showConditions = props.configure.props.showConditions;
25
25
  if (showConditions.length > 0) {
26
- showFlag = vue_runtime_esmBundler_js.computed(() => {
26
+ showFlag = vue.computed(() => {
27
27
  if (!handleShowFlag.value) {
28
28
  return false;
29
29
  }
@@ -31,16 +31,16 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
31
31
  });
32
32
  }
33
33
  }
34
- const dynamicComponent = vue_runtime_esmBundler_js.ref({});
35
- dynamicComponent.value = vue_runtime_esmBundler_js.markRaw(assemblysConfig.getRuntimeComponentByName(props.configure.name));
36
- const showCopy = vue_runtime_esmBundler_js.ref(true);
34
+ const dynamicComponent = vue.ref({});
35
+ dynamicComponent.value = vue.markRaw(assemblysConfig.getRuntimeComponentByName(props.configure.name));
36
+ const showCopy = vue.ref(true);
37
37
  if (dynamicComponent.value == null) {
38
38
  dynamicComponent.value = errorRender_vue_vue_type_script_setup_true_lang;
39
39
  showCopy.value = false;
40
40
  }
41
- const thisRef = vue_runtime_esmBundler_js.ref(null);
42
- const runtimeStyle = vue_runtime_esmBundler_js.ref({});
43
- const runtimeClass = vue_runtime_esmBundler_js.ref("");
41
+ const thisRef = vue.ref(null);
42
+ const runtimeStyle = vue.ref({});
43
+ const runtimeClass = vue.ref("");
44
44
  const commonRuntime = props.configure.runtime && props.configure.runtime.common ? props.configure.runtime.common : {};
45
45
  if (commonRuntime.class) {
46
46
  runtimeClass.value = commonRuntime.class;
@@ -88,7 +88,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
88
88
  }
89
89
  }
90
90
  }
91
- vue_runtime_esmBundler_js.onMounted(() => {
91
+ vue.onMounted(() => {
92
92
  if (!thisRef.value || !thisRef.value.parentNode) {
93
93
  return;
94
94
  }
@@ -125,16 +125,16 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
125
125
  }
126
126
  });
127
127
  return (_ctx, _cache) => {
128
- const _directive_permission = vue_runtime_esmBundler_js.resolveDirective("permission");
129
- return vue_runtime_esmBundler_js.withDirectives((vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(vue_runtime_esmBundler_js.resolveDynamicComponent(dynamicComponent.value), {
128
+ const _directive_permission = vue.resolveDirective("permission");
129
+ return vue.withDirectives((vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(dynamicComponent.value), {
130
130
  ref: setComponentRef,
131
- style: vue_runtime_esmBundler_js.normalizeStyle(runtimeStyle.value),
132
- class: vue_runtime_esmBundler_js.normalizeClass(runtimeClass.value),
131
+ style: vue.normalizeStyle(runtimeStyle.value),
132
+ class: vue.normalizeClass(runtimeClass.value),
133
133
  configure: _ctx.configure,
134
134
  pageContext: _ctx.pageContext
135
135
  }, null, 8, ["style", "class", "configure", "pageContext"])), [
136
- [vue_runtime_esmBundler_js.vShow, vue_runtime_esmBundler_js.unref(showFlag)],
137
- [_directive_permission, vue_runtime_esmBundler_js.unref(permissionCodes)]
136
+ [vue.vShow, vue.unref(showFlag)],
137
+ [_directive_permission, vue.unref(permissionCodes)]
138
138
  ]);
139
139
  };
140
140
  }
@@ -1,9 +1,9 @@
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
  const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
4
4
  const eventUtil = require("../../../../utils/events/event-util.js");
5
5
  const standardEvent = require("../../../../utils/events/standard-event.js");
6
- const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
6
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
7
7
  __name: "workflowbutton-runtime",
8
8
  props: {
9
9
  pageContext: {},
@@ -12,11 +12,11 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
12
12
  setup(__props) {
13
13
  const props = __props;
14
14
  const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
15
- vue_runtime_esmBundler_js.ref(runtimeInfo.style ? runtimeInfo.style : {});
15
+ vue.ref(runtimeInfo.style ? runtimeInfo.style : {});
16
16
  runtimeInfo.class;
17
17
  const buttonInfo = props.pageContext.workflowButtonComponent;
18
18
  const completeTaskParam = props.pageContext.completeTaskParam;
19
- const visibleBtns = vue_runtime_esmBundler_js.ref([]);
19
+ const visibleBtns = vue.ref([]);
20
20
  props.configure.items.forEach((item) => {
21
21
  const pageCode = props.pageContext.code;
22
22
  const pageVersion = props.pageContext.version;
@@ -44,14 +44,14 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
44
44
  return isVisible;
45
45
  }
46
46
  return (_ctx, _cache) => {
47
- return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("span", null, [
48
- (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(visibleBtns.value, (element, itemIndex) => {
49
- return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, [
50
- element.check ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
47
+ return vue.openBlock(), vue.createElementBlock("span", null, [
48
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(visibleBtns.value, (element, itemIndex) => {
49
+ return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
50
+ element.check ? (vue.openBlock(), vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
51
51
  key: itemIndex,
52
52
  pageContext: _ctx.pageContext,
53
53
  configure: element
54
- }, null, 8, ["pageContext", "configure"])) : vue_runtime_esmBundler_js.createCommentVNode("", true)
54
+ }, null, 8, ["pageContext", "configure"])) : vue.createCommentVNode("", true)
55
55
  ], 64);
56
56
  }), 256))
57
57
  ]);
@@ -1,5 +1,5 @@
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
  const objectRender_vue_vue_type_script_setup_true_lang = require("./assemblys/object-render.vue.js");
4
4
  const pageHelperUtil = require("../utils/page-helper-util.js");
5
5
  const pageInitUtil = require("../utils/page-init-util.js");
@@ -11,14 +11,14 @@ const removeSignerDialog_vue_vue_type_script_setup_true_lang = require("./assemb
11
11
  const eventBus = require("../utils/eventBus.js");
12
12
  const apiUtil = require("../utils/api/api-util.js");
13
13
  const standardEvent = require("../utils/events/standard-event.js");
14
- const index_mjs = require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/index.mjs");
15
- const vueI18n_mjs = require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/vue-i18n@9.10.2_vue@3.4.21/node_modules/vue-i18n/dist/vue-i18n.mjs");
16
- const superUi_js = require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/lib/super-ui.js");
14
+ const elementPlus = require("element-plus");
15
+ const vueI18n = require("vue-i18n");
16
+ const agilebuilderUi = require("agilebuilder-ui");
17
17
  const validatorUtil = require("../utils/events/validator-util.js");
18
18
  const superPageDialog_vue_vue_type_script_setup_true_lang = require("../../super-page-dialog/super-page-dialog.vue.js");
19
- const vueRouter_mjs = require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/vue-router@4.3.0_vue@3.4.21/node_modules/vue-router/dist/vue-router.mjs");
20
- require("D:/MyToolbox/ws-idea/agile-builder/dev-platform/agile-builder-super-design/node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/src/utils/jump-page-utils.js");
21
- const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
19
+ const vueRouter = require("vue-router");
20
+ require("agilebuilder-ui/src/utils/jump-page-utils");
21
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
22
22
  __name: "super-page",
23
23
  props: {
24
24
  //页面编码
@@ -69,37 +69,37 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
69
69
  },
70
70
  emits: ["open", "opened", "close", "closed"],
71
71
  setup(__props, { emit: __emit }) {
72
- const { t } = vueI18n_mjs.useI18n();
72
+ const { t } = vueI18n.useI18n();
73
73
  const props = __props;
74
- const thisRef = vue_runtime_esmBundler_js.ref(null);
75
- const pageItems = vue_runtime_esmBundler_js.ref([]);
76
- const pageClass = vue_runtime_esmBundler_js.ref("");
77
- const pageStyle = vue_runtime_esmBundler_js.ref({});
78
- const pageDesignResult = vue_runtime_esmBundler_js.ref(null);
79
- const buttonParams = vue_runtime_esmBundler_js.ref(null);
80
- const showExportForm = vue_runtime_esmBundler_js.ref(false);
81
- const selectAddSignerUser = vue_runtime_esmBundler_js.ref(false);
82
- const selectCopyUser = vue_runtime_esmBundler_js.ref(false);
83
- const selectAssignUser = vue_runtime_esmBundler_js.ref(false);
84
- const isMulti = vue_runtime_esmBundler_js.ref(false);
85
- const eventPageInfo = vue_runtime_esmBundler_js.ref(null);
86
- const showTaskInformitions = vue_runtime_esmBundler_js.ref(false);
87
- const taskInformitions = vue_runtime_esmBundler_js.ref([]);
88
- const activeTasks = vue_runtime_esmBundler_js.ref([]);
89
- const showRemoveSigner = vue_runtime_esmBundler_js.ref(false);
90
- const taskIdVal = vue_runtime_esmBundler_js.ref(null);
91
- const isShowPage = vue_runtime_esmBundler_js.ref(false);
92
- const isShowDialog = vue_runtime_esmBundler_js.ref(false);
93
- const jumpPageSetting = vue_runtime_esmBundler_js.ref(null);
94
- const parentPageContext = vue_runtime_esmBundler_js.ref(null);
95
- const parentConfigureObj = vue_runtime_esmBundler_js.ref(null);
96
- const parentEventParams = vue_runtime_esmBundler_js.ref(null);
74
+ const thisRef = vue.ref(null);
75
+ const pageItems = vue.ref([]);
76
+ const pageClass = vue.ref("");
77
+ const pageStyle = vue.ref({});
78
+ const pageDesignResult = vue.ref(null);
79
+ const buttonParams = vue.ref(null);
80
+ const showExportForm = vue.ref(false);
81
+ const selectAddSignerUser = vue.ref(false);
82
+ const selectCopyUser = vue.ref(false);
83
+ const selectAssignUser = vue.ref(false);
84
+ const isMulti = vue.ref(false);
85
+ const eventPageInfo = vue.ref(null);
86
+ const showTaskInformitions = vue.ref(false);
87
+ const taskInformitions = vue.ref([]);
88
+ const activeTasks = vue.ref([]);
89
+ const showRemoveSigner = vue.ref(false);
90
+ const taskIdVal = vue.ref(null);
91
+ const isShowPage = vue.ref(false);
92
+ const isShowDialog = vue.ref(false);
93
+ const jumpPageSetting = vue.ref(null);
94
+ const parentPageContext = vue.ref(null);
95
+ const parentConfigureObj = vue.ref(null);
96
+ const parentEventParams = vue.ref(null);
97
97
  let pageContext;
98
- const buttonConfigure = vue_runtime_esmBundler_js.ref(null);
99
- const buttonPageContext = vue_runtime_esmBundler_js.ref(null);
98
+ const buttonConfigure = vue.ref(null);
99
+ const buttonPageContext = vue.ref(null);
100
100
  function initPageDesign(pageDesign) {
101
101
  console.log("pageDesign==", pageDesign);
102
- pageContext = vue_runtime_esmBundler_js.reactive(pageInitUtil.convertToPageContext(pageDesign, props.pageRequest));
102
+ pageContext = vue.reactive(pageInitUtil.convertToPageContext(pageDesign, props.pageRequest));
103
103
  if (pageContext == null) {
104
104
  return;
105
105
  }
@@ -199,7 +199,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
199
199
  pageHelperUtil.updateOptionDatasources(pageContext2, initOptionConfigs, void 0);
200
200
  }
201
201
  }
202
- vue_runtime_esmBundler_js.onMounted(() => {
202
+ vue.onMounted(() => {
203
203
  if (props.pageDesign != null) {
204
204
  pageDesignResult.value = props.pageDesign;
205
205
  setTimeout(() => {
@@ -232,14 +232,14 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
232
232
  }, 10);
233
233
  }
234
234
  });
235
- vue_runtime_esmBundler_js.onUpdated(() => {
236
- vue_runtime_esmBundler_js.nextTick(() => {
235
+ vue.onUpdated(() => {
236
+ vue.nextTick(() => {
237
237
  if (pageContext && thisRef.value) {
238
238
  globalRefs.addComponentRef(pageContext, "-1", thisRef);
239
239
  }
240
240
  });
241
241
  });
242
- vue_runtime_esmBundler_js.onUnmounted(() => {
242
+ vue.onUnmounted(() => {
243
243
  globalRefs.removePageAllRef(pageContext);
244
244
  if (pageDesignResult.value) {
245
245
  eventUtil.removeCustomFuncFromWindow(pageDesignResult.value);
@@ -266,7 +266,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
266
266
  isPdf
267
267
  );
268
268
  }
269
- const _selectFile_ = vue_runtime_esmBundler_js.ref(null);
269
+ const _selectFile_ = vue.ref(null);
270
270
  function clickImport() {
271
271
  _selectFile_.value.click();
272
272
  }
@@ -282,7 +282,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
282
282
  _selectFile_.value.value = null;
283
283
  standardEvent.doImportFinally(buttonParams.value, fileObj);
284
284
  } else {
285
- index_mjs.ElMessage({
285
+ elementPlus.ElMessage({
286
286
  showClose: true,
287
287
  type: "warning",
288
288
  message: t("superPageRuntimeMessage.noFileSelected")
@@ -409,7 +409,7 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
409
409
  }
410
410
  pageContext.actionPermissionMap = actionPermissionMap;
411
411
  }
412
- vueRouter_mjs.useRouter();
412
+ vueRouter.useRouter();
413
413
  function openDialog(configureObj) {
414
414
  isShowDialog.value = true;
415
415
  }
@@ -417,29 +417,29 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
417
417
  isShowDialog.value = false;
418
418
  }
419
419
  return (_ctx, _cache) => {
420
- return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", null, [
421
- isShowPage.value ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", {
420
+ return vue.openBlock(), vue.createElementBlock("div", null, [
421
+ isShowPage.value ? (vue.openBlock(), vue.createElementBlock("div", {
422
422
  key: 0,
423
423
  ref_key: "thisRef",
424
424
  ref: thisRef,
425
- class: vue_runtime_esmBundler_js.normalizeClass(pageClass.value),
426
- style: vue_runtime_esmBundler_js.normalizeStyle(pageStyle.value)
425
+ class: vue.normalizeClass(pageClass.value),
426
+ style: vue.normalizeStyle(pageStyle.value)
427
427
  }, [
428
- (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(pageItems.value, (element, itemIndex) => {
429
- return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
428
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(pageItems.value, (element, itemIndex) => {
429
+ return vue.openBlock(), vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
430
430
  key: element.uuid,
431
431
  configure: element,
432
- pageContext: vue_runtime_esmBundler_js.unref(pageContext)
432
+ pageContext: vue.unref(pageContext)
433
433
  }, null, 8, ["configure", "pageContext"]);
434
434
  }), 128)),
435
- showExportForm.value ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(exportFormReportDialog_vue_vue_type_script_setup_true_lang, {
435
+ showExportForm.value ? (vue.openBlock(), vue.createBlock(exportFormReportDialog_vue_vue_type_script_setup_true_lang, {
436
436
  key: 0,
437
437
  configure: buttonConfigure.value,
438
438
  pageContext: buttonPageContext.value,
439
439
  onClose: closeExportFormDialog,
440
440
  onExport: doExportFormReport
441
- }, null, 8, ["configure", "pageContext"])) : vue_runtime_esmBundler_js.createCommentVNode("", true),
442
- vue_runtime_esmBundler_js.createElementVNode("input", {
441
+ }, null, 8, ["configure", "pageContext"])) : vue.createCommentVNode("", true),
442
+ vue.createElementVNode("input", {
443
443
  ref_key: "_selectFile_",
444
444
  ref: _selectFile_,
445
445
  type: "file",
@@ -447,33 +447,33 @@ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
447
447
  style: { "display": "none" },
448
448
  onChange: _cache[0] || (_cache[0] = ($event) => doImport())
449
449
  }, null, 544),
450
- selectAddSignerUser.value || selectCopyUser.value || selectAssignUser.value ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(vue_runtime_esmBundler_js.unref(superUi_js.DepartmentUserTree), {
450
+ selectAddSignerUser.value || selectCopyUser.value || selectAssignUser.value ? (vue.openBlock(), vue.createBlock(vue.unref(agilebuilderUi.DepartmentUserTree), {
451
451
  key: 1,
452
452
  width: "60%",
453
453
  multiple: isMulti.value,
454
454
  onClose: closeDeptUserTree
455
- }, null, 8, ["multiple"])) : vue_runtime_esmBundler_js.createCommentVNode("", true),
456
- showTaskInformitions.value ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(taskInformitionDialog_vue_vue_type_script_setup_true_lang, {
455
+ }, null, 8, ["multiple"])) : vue.createCommentVNode("", true),
456
+ showTaskInformitions.value ? (vue.openBlock(), vue.createBlock(taskInformitionDialog_vue_vue_type_script_setup_true_lang, {
457
457
  key: 2,
458
458
  "task-informitions": taskInformitions.value,
459
459
  onClose: _cache[1] || (_cache[1] = ($event) => showTaskInformitions.value = false),
460
460
  onResult: myReturnTaskTo
461
- }, null, 8, ["task-informitions"])) : vue_runtime_esmBundler_js.createCommentVNode("", true),
462
- showRemoveSigner.value ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(removeSignerDialog_vue_vue_type_script_setup_true_lang, {
461
+ }, null, 8, ["task-informitions"])) : vue.createCommentVNode("", true),
462
+ showRemoveSigner.value ? (vue.openBlock(), vue.createBlock(removeSignerDialog_vue_vue_type_script_setup_true_lang, {
463
463
  key: 3,
464
464
  "task-id": taskIdVal.value,
465
465
  "active-tasks": activeTasks.value,
466
466
  onClose: _cache[2] || (_cache[2] = ($event) => showRemoveSigner.value = false),
467
467
  onResult: myDoRemoveSigners
468
- }, null, 8, ["task-id", "active-tasks"])) : vue_runtime_esmBundler_js.createCommentVNode("", true),
469
- isShowDialog.value ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(superPageDialog_vue_vue_type_script_setup_true_lang, {
468
+ }, null, 8, ["task-id", "active-tasks"])) : vue.createCommentVNode("", true),
469
+ isShowDialog.value ? (vue.openBlock(), vue.createBlock(superPageDialog_vue_vue_type_script_setup_true_lang, {
470
470
  key: 4,
471
471
  parentPageContext: parentPageContext.value,
472
472
  parentPageEventParams: parentEventParams.value,
473
473
  jumpPageSetting: jumpPageSetting.value,
474
474
  onClose: _cache[3] || (_cache[3] = ($event) => closeDialog())
475
- }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : vue_runtime_esmBundler_js.createCommentVNode("", true)
476
- ], 6)) : vue_runtime_esmBundler_js.createCommentVNode("", true)
475
+ }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : vue.createCommentVNode("", true)
476
+ ], 6)) : vue.createCommentVNode("", true)
477
477
  ]);
478
478
  };
479
479
  }