super-page-runtime 3.0.5 → 3.0.7

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 (157) hide show
  1. package/dist/es/components/runtime/index.d.ts +1 -2
  2. package/dist/es/components/runtime/index.js +4 -0
  3. package/dist/es/components/runtime/utils/api/api-util.js +3 -3
  4. package/dist/es/components/runtime/utils/assemblys-config.js +1 -1
  5. package/dist/es/components/runtime/utils/common-util.js +2 -2
  6. package/dist/es/components/runtime/utils/eventBus.js +1 -1
  7. package/dist/es/components/runtime/utils/events/event-util.js +3 -3
  8. package/dist/es/components/runtime/utils/events/standard-event.js +6 -7
  9. package/dist/es/components/runtime/utils/events/validator-util.js +4 -4
  10. package/dist/es/components/runtime/utils/global-refs.js +1 -1
  11. package/dist/es/components/runtime/utils/page-helper-util.js +3 -3
  12. package/dist/es/components/runtime/utils/page-init-util.js +2 -2
  13. package/dist/es/components/runtime/utils/table-utils.js +1 -1
  14. package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
  15. package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +1 -1
  16. package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
  17. package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +16 -22
  18. package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +13 -16
  19. package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +14 -18
  20. package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +14 -18
  21. package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +15 -20
  22. package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +1 -1
  23. package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +3 -3
  24. package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +3 -3
  25. package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +4 -4
  26. package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +1 -1
  27. package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +1 -1
  28. package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +1 -1
  29. package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +1 -1
  30. package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +1 -1
  31. package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +6 -6
  32. package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +1 -1
  33. package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +3 -3
  34. package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +1 -1
  35. package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +5 -6
  36. package/dist/es/components/runtime/views/assemblys/error-render.vue.js +1 -1
  37. package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +1 -1
  38. package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +1 -1
  39. package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +4 -5
  40. package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +1 -1
  41. package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +1 -1
  42. package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +1 -1
  43. package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +6 -6
  44. package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +4 -4
  45. package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +1 -1
  46. package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +1 -1
  47. package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +1 -1
  48. package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +3 -5
  49. package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +1 -1
  50. package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +1 -1
  51. package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +1 -1
  52. package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +1 -1
  53. package/dist/es/components/runtime/views/assemblys/object-render.vue.js +1 -1
  54. package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
  55. package/dist/es/components/runtime/views/super-page.vue.js +7 -8
  56. package/dist/es/components/super-page-dialog/index.d.ts +3 -0
  57. package/dist/es/components/{runtime/views → super-page-dialog}/super-page-dialog.vue.js +2 -2
  58. package/dist/es/components/super-page-dialog/super-page-dialog.vue2.js +4 -0
  59. package/dist/es/components/wf-editor/index.d.ts +3 -0
  60. package/dist/es/components/wf-editor/index.js +4 -0
  61. package/dist/es/components/wf-editor/wf-editor.css +4 -0
  62. package/dist/es/components/wf-editor/wf-editor.vue.d.ts +2 -0
  63. package/dist/es/components/wf-editor/wf-editor.vue.js +16 -0
  64. package/dist/es/index.d.ts +4 -2
  65. package/dist/es/index.js +4 -2
  66. package/dist/favicon.ico +0 -0
  67. package/dist/lib/components/runtime/index.d.ts +1 -2
  68. package/dist/lib/components/runtime/index.js +3 -0
  69. package/dist/lib/components/runtime/utils/api/api-util.js +12 -12
  70. package/dist/lib/components/runtime/utils/assemblys-config.js +35 -35
  71. package/dist/lib/components/runtime/utils/common-util.js +4 -4
  72. package/dist/lib/components/runtime/utils/eventBus.js +1 -1
  73. package/dist/lib/components/runtime/utils/events/event-util.js +8 -8
  74. package/dist/lib/components/runtime/utils/events/standard-event.js +105 -106
  75. package/dist/lib/components/runtime/utils/events/validator-util.js +15 -15
  76. package/dist/lib/components/runtime/utils/global-refs.js +1 -1
  77. package/dist/lib/components/runtime/utils/page-helper-util.js +8 -8
  78. package/dist/lib/components/runtime/utils/page-init-util.js +5 -5
  79. package/dist/lib/components/runtime/utils/table-utils.js +2 -2
  80. package/dist/lib/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +31 -31
  81. package/dist/lib/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +9 -9
  82. package/dist/lib/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +41 -41
  83. package/dist/lib/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +24 -30
  84. package/dist/lib/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +21 -24
  85. package/dist/lib/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +22 -26
  86. package/dist/lib/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +22 -26
  87. package/dist/lib/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +23 -28
  88. package/dist/lib/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +21 -21
  89. package/dist/lib/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +30 -30
  90. package/dist/lib/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +27 -27
  91. package/dist/lib/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +20 -20
  92. package/dist/lib/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +25 -25
  93. package/dist/lib/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +26 -26
  94. package/dist/lib/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +13 -13
  95. package/dist/lib/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +12 -12
  96. package/dist/lib/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +6 -6
  97. package/dist/lib/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +23 -23
  98. package/dist/lib/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +12 -12
  99. package/dist/lib/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +26 -26
  100. package/dist/lib/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +15 -15
  101. package/dist/lib/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +11 -12
  102. package/dist/lib/components/runtime/views/assemblys/error-render.vue.js +3 -3
  103. package/dist/lib/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +24 -24
  104. package/dist/lib/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +39 -39
  105. package/dist/lib/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +27 -28
  106. package/dist/lib/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +12 -12
  107. package/dist/lib/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +23 -23
  108. package/dist/lib/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +25 -25
  109. package/dist/lib/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +58 -58
  110. package/dist/lib/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +42 -42
  111. package/dist/lib/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +25 -25
  112. package/dist/lib/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +8 -8
  113. package/dist/lib/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +25 -25
  114. package/dist/lib/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +37 -39
  115. package/dist/lib/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +41 -41
  116. package/dist/lib/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +24 -24
  117. package/dist/lib/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +21 -21
  118. package/dist/lib/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +25 -25
  119. package/dist/lib/components/runtime/views/assemblys/object-render.vue.js +18 -18
  120. package/dist/lib/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +9 -9
  121. package/dist/lib/components/runtime/views/super-page.vue.js +61 -62
  122. package/dist/lib/components/super-page-dialog/index.d.ts +3 -0
  123. package/dist/lib/components/{runtime/views → super-page-dialog}/super-page-dialog.vue.js +14 -14
  124. package/dist/lib/components/super-page-dialog/super-page-dialog.vue2.js +3 -0
  125. package/dist/lib/components/wf-editor/index.d.ts +3 -0
  126. package/dist/lib/components/wf-editor/index.js +3 -0
  127. package/dist/lib/components/wf-editor/wf-editor.css +4 -0
  128. package/dist/lib/components/wf-editor/wf-editor.vue.d.ts +2 -0
  129. package/dist/lib/components/wf-editor/wf-editor.vue.js +15 -0
  130. package/dist/lib/index.d.ts +4 -2
  131. package/dist/lib/index.js +3 -1
  132. package/dist/super-page-runtime.umd.js +213932 -0
  133. package/package.json +3 -4
  134. package/dist/es/_virtual/AttributeMap.js +0 -4
  135. package/dist/es/_virtual/Delta.js +0 -4
  136. package/dist/es/_virtual/Op.js +0 -4
  137. package/dist/es/_virtual/OpIterator.js +0 -4
  138. package/dist/es/_virtual/__vite-browser-external.js +0 -4
  139. package/dist/es/_virtual/_commonjsHelpers.js +0 -8
  140. package/dist/es/_virtual/dayjs.min.js +0 -4
  141. package/dist/es/_virtual/index.js +0 -4
  142. package/dist/es/_virtual/index2.js +0 -4
  143. package/dist/es/_virtual/index3.js +0 -4
  144. package/dist/lib/_virtual/AttributeMap.js +0 -4
  145. package/dist/lib/_virtual/Delta.js +0 -4
  146. package/dist/lib/_virtual/Op.js +0 -4
  147. package/dist/lib/_virtual/OpIterator.js +0 -4
  148. package/dist/lib/_virtual/__vite-browser-external.js +0 -3
  149. package/dist/lib/_virtual/_commonjsHelpers.js +0 -8
  150. package/dist/lib/_virtual/dayjs.min.js +0 -4
  151. package/dist/lib/_virtual/index.js +0 -4
  152. package/dist/lib/_virtual/index2.js +0 -4
  153. package/dist/lib/_virtual/index3.js +0 -4
  154. /package/dist/es/components/{runtime/views/super-page-dialog.vue2.js → super-page-dialog/index.js} +0 -0
  155. /package/dist/es/components/{runtime/views → super-page-dialog}/super-page-dialog.vue.d.ts +0 -0
  156. /package/dist/lib/components/{runtime/views/super-page-dialog.vue2.js → super-page-dialog/index.js} +0 -0
  157. /package/dist/lib/components/{runtime/views → super-page-dialog}/super-page-dialog.vue.d.ts +0 -0
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
- const Vue = require("vue");
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");
3
3
  const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
4
4
  require("../../../../utils/global-refs.js");
5
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
6
6
  __name: "collapse-runtime",
7
7
  props: {
8
8
  pageContext: {},
@@ -15,46 +15,46 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
15
15
  }
16
16
  const activeName = props.configure.props.defaultOpens ? props.configure.props.defaultOpens : [1];
17
17
  const accordion = props.configure.props.accordion ? true : false;
18
- const thisRef = Vue.ref(null);
18
+ const thisRef = vue_runtime_esmBundler_js.ref(null);
19
19
  const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
20
20
  const runtimeStyle = runtimeInfo.style;
21
21
  const runtimeClass = runtimeInfo.class;
22
22
  const headerStyle = runtimeInfo.headerStyle;
23
23
  return (_ctx, _cache) => {
24
- const _component_SuperIcon = Vue.resolveComponent("SuperIcon");
25
- const _component_el_collapse_item = Vue.resolveComponent("el-collapse-item");
26
- const _component_el_collapse = Vue.resolveComponent("el-collapse");
27
- return Vue.openBlock(), Vue.createBlock(_component_el_collapse, {
24
+ const _component_SuperIcon = vue_runtime_esmBundler_js.resolveComponent("SuperIcon");
25
+ const _component_el_collapse_item = vue_runtime_esmBundler_js.resolveComponent("el-collapse-item");
26
+ const _component_el_collapse = vue_runtime_esmBundler_js.resolveComponent("el-collapse");
27
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_collapse, {
28
28
  ref_key: "thisRef",
29
29
  ref: thisRef,
30
- modelValue: Vue.unref(activeName),
31
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => Vue.isRef(activeName) ? activeName.value = $event : null),
32
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
33
- accordion: Vue.unref(accordion),
34
- class: Vue.normalizeClass(Vue.unref(runtimeClass))
30
+ modelValue: vue_runtime_esmBundler_js.unref(activeName),
31
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue_runtime_esmBundler_js.isRef(activeName) ? activeName.value = $event : null),
32
+ style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(runtimeStyle)),
33
+ accordion: vue_runtime_esmBundler_js.unref(accordion),
34
+ class: vue_runtime_esmBundler_js.normalizeClass(vue_runtime_esmBundler_js.unref(runtimeClass))
35
35
  }, {
36
- default: Vue.withCtx(() => [
37
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (item, index) => {
38
- return Vue.openBlock(), Vue.createBlock(_component_el_collapse_item, {
36
+ default: vue_runtime_esmBundler_js.withCtx(() => [
37
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(_ctx.configure.items, (item, index) => {
38
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_collapse_item, {
39
39
  name: item.index
40
40
  }, {
41
- title: Vue.withCtx(() => [
42
- Vue.createElementVNode("div", {
43
- style: Vue.normalizeStyle([Vue.unref(headerStyle), { "width": "100%" }])
41
+ title: vue_runtime_esmBundler_js.withCtx(() => [
42
+ vue_runtime_esmBundler_js.createElementVNode("div", {
43
+ style: vue_runtime_esmBundler_js.normalizeStyle([vue_runtime_esmBundler_js.unref(headerStyle), { "width": "100%" }])
44
44
  }, [
45
- item.iconType && item.iconValue ? (Vue.openBlock(), Vue.createBlock(_component_SuperIcon, {
45
+ item.iconType && item.iconValue ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_SuperIcon, {
46
46
  key: 0,
47
47
  iconType: item.iconType,
48
48
  iconValue: item.iconValue,
49
49
  style: { "margin-right": "2px" }
50
- }, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
51
- Vue.createTextVNode(" " + Vue.toDisplayString(item.label), 1)
50
+ }, null, 8, ["iconType", "iconValue"])) : vue_runtime_esmBundler_js.createCommentVNode("", true),
51
+ vue_runtime_esmBundler_js.createTextVNode(" " + vue_runtime_esmBundler_js.toDisplayString(item.label), 1)
52
52
  ], 4)
53
53
  ]),
54
- default: Vue.withCtx(() => [
55
- Vue.createElementVNode("div", null, [
56
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(item.items, (element, itemIndex) => {
57
- return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
54
+ default: vue_runtime_esmBundler_js.withCtx(() => [
55
+ vue_runtime_esmBundler_js.createElementVNode("div", null, [
56
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(item.items, (element, itemIndex) => {
57
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
58
58
  key: element.uuid,
59
59
  configure: element,
60
60
  pageContext: _ctx.pageContext
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
- const Vue = require("vue");
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");
3
3
  const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
4
4
  require("../../../../utils/global-refs.js");
5
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
6
6
  __name: "container-runtime",
7
7
  props: {
8
8
  pageContext: {},
@@ -10,28 +10,28 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
10
10
  },
11
11
  setup(__props) {
12
12
  const props = __props;
13
- const thisRef = Vue.ref(null);
13
+ const thisRef = vue_runtime_esmBundler_js.ref(null);
14
14
  const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
15
15
  const leftStyle = runtimeInfo.leftStyle;
16
16
  const rightStyle = runtimeInfo.rightStyle;
17
17
  const mainStyle = runtimeInfo.style;
18
18
  const mainClass = runtimeInfo.class;
19
19
  return (_ctx, _cache) => {
20
- const _component_el_aside = Vue.resolveComponent("el-aside");
21
- const _component_el_main = Vue.resolveComponent("el-main");
22
- const _component_el_container = Vue.resolveComponent("el-container");
23
- return Vue.openBlock(), Vue.createBlock(_component_el_container, {
20
+ const _component_el_aside = vue_runtime_esmBundler_js.resolveComponent("el-aside");
21
+ const _component_el_main = vue_runtime_esmBundler_js.resolveComponent("el-main");
22
+ const _component_el_container = vue_runtime_esmBundler_js.resolveComponent("el-container");
23
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_container, {
24
24
  ref_key: "thisRef",
25
25
  ref: thisRef
26
26
  }, {
27
- default: Vue.withCtx(() => [
28
- _ctx.configure.props.useLeft ? (Vue.openBlock(), Vue.createBlock(_component_el_aside, {
27
+ default: vue_runtime_esmBundler_js.withCtx(() => [
28
+ _ctx.configure.props.useLeft ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_aside, {
29
29
  key: 0,
30
- style: Vue.normalizeStyle(Vue.unref(leftStyle))
30
+ style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(leftStyle))
31
31
  }, {
32
- default: Vue.withCtx(() => [
33
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.leftAslides, (element, itemIndex) => {
34
- return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
32
+ default: vue_runtime_esmBundler_js.withCtx(() => [
33
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(_ctx.configure.leftAslides, (element, itemIndex) => {
34
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
35
35
  key: element.uuid,
36
36
  pageContext: _ctx.pageContext,
37
37
  configure: element
@@ -39,14 +39,14 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
39
39
  }), 128))
40
40
  ]),
41
41
  _: 1
42
- }, 8, ["style"])) : Vue.createCommentVNode("", true),
43
- Vue.createVNode(_component_el_main, {
44
- style: Vue.normalizeStyle(Vue.unref(mainStyle)),
45
- class: Vue.normalizeClass(Vue.unref(mainClass))
42
+ }, 8, ["style"])) : vue_runtime_esmBundler_js.createCommentVNode("", true),
43
+ vue_runtime_esmBundler_js.createVNode(_component_el_main, {
44
+ style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(mainStyle)),
45
+ class: vue_runtime_esmBundler_js.normalizeClass(vue_runtime_esmBundler_js.unref(mainClass))
46
46
  }, {
47
- default: Vue.withCtx(() => [
48
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (element, itemIndex) => {
49
- return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
47
+ default: vue_runtime_esmBundler_js.withCtx(() => [
48
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(_ctx.configure.items, (element, itemIndex) => {
49
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
50
50
  key: element.uuid,
51
51
  pageContext: _ctx.pageContext,
52
52
  configure: element
@@ -55,13 +55,13 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
55
55
  ]),
56
56
  _: 1
57
57
  }, 8, ["style", "class"]),
58
- _ctx.configure.props.useRight ? (Vue.openBlock(), Vue.createBlock(_component_el_aside, {
58
+ _ctx.configure.props.useRight ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_aside, {
59
59
  key: 1,
60
- style: Vue.normalizeStyle(Vue.unref(rightStyle))
60
+ style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(rightStyle))
61
61
  }, {
62
- default: Vue.withCtx(() => [
63
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.rightAslides, (element, itemIndex) => {
64
- return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
62
+ default: vue_runtime_esmBundler_js.withCtx(() => [
63
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(_ctx.configure.rightAslides, (element, itemIndex) => {
64
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
65
65
  key: element.uuid,
66
66
  pageContext: _ctx.pageContext,
67
67
  configure: element
@@ -69,7 +69,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
69
69
  }), 128))
70
70
  ]),
71
71
  _: 1
72
- }, 8, ["style"])) : Vue.createCommentVNode("", true)
72
+ }, 8, ["style"])) : vue_runtime_esmBundler_js.createCommentVNode("", true)
73
73
  ]),
74
74
  _: 1
75
75
  }, 512);
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
- const Vue = require("vue");
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");
3
3
  const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
4
4
  require("../../../../utils/global-refs.js");
5
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
6
6
  __name: "flex-runtime",
7
7
  props: {
8
8
  pageContext: {},
@@ -10,25 +10,25 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
10
10
  },
11
11
  setup(__props) {
12
12
  const props = __props;
13
- const thisRef = Vue.ref(null);
13
+ const thisRef = vue_runtime_esmBundler_js.ref(null);
14
14
  const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
15
15
  const runtimeStyle = runtimeInfo.style;
16
16
  const runtimeClass = runtimeInfo.class;
17
17
  const designProperty = runtimeInfo.props ? runtimeInfo.props : {};
18
18
  return (_ctx, _cache) => {
19
- const _component_el_row = Vue.resolveComponent("el-row");
20
- return Vue.openBlock(), Vue.createBlock(_component_el_row, {
19
+ const _component_el_row = vue_runtime_esmBundler_js.resolveComponent("el-row");
20
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_row, {
21
21
  ref_key: "thisRef",
22
22
  ref: thisRef,
23
- justify: Vue.unref(designProperty).flexJustify,
24
- gutter: Vue.unref(designProperty).flexGutter,
25
- align: Vue.unref(designProperty).alignItems,
26
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
27
- class: Vue.normalizeClass(Vue.unref(runtimeClass))
23
+ justify: vue_runtime_esmBundler_js.unref(designProperty).flexJustify,
24
+ gutter: vue_runtime_esmBundler_js.unref(designProperty).flexGutter,
25
+ align: vue_runtime_esmBundler_js.unref(designProperty).alignItems,
26
+ style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(runtimeStyle)),
27
+ class: vue_runtime_esmBundler_js.normalizeClass(vue_runtime_esmBundler_js.unref(runtimeClass))
28
28
  }, {
29
- default: Vue.withCtx(() => [
30
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (element, itemIndex) => {
31
- return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
29
+ default: vue_runtime_esmBundler_js.withCtx(() => [
30
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(_ctx.configure.items, (element, itemIndex) => {
31
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
32
32
  key: element.uuid,
33
33
  pageContext: _ctx.pageContext,
34
34
  configure: element
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
- const Vue = require("vue");
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");
3
3
  const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
4
4
  require("../../../../utils/global-refs.js");
5
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
6
6
  __name: "form-runtime",
7
7
  props: {
8
8
  pageContext: {},
@@ -18,18 +18,18 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
18
18
  const runtimeStyle = runtimeInfo.style;
19
19
  const runtimeClass = runtimeInfo.class;
20
20
  return (_ctx, _cache) => {
21
- const _component_el_form = Vue.resolveComponent("el-form");
22
- return Vue.openBlock(), Vue.createBlock(_component_el_form, {
21
+ const _component_el_form = vue_runtime_esmBundler_js.resolveComponent("el-form");
22
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(_component_el_form, {
23
23
  ref: "thisRef",
24
- "label-width": Vue.unref(runtimeProps).labelWidth,
25
- "label-position": Vue.unref(runtimeProps).labelPosition,
26
- size: Vue.unref(runtimeProps).componentSize,
27
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
28
- class: Vue.normalizeClass(Vue.unref(runtimeClass))
24
+ "label-width": vue_runtime_esmBundler_js.unref(runtimeProps).labelWidth,
25
+ "label-position": vue_runtime_esmBundler_js.unref(runtimeProps).labelPosition,
26
+ size: vue_runtime_esmBundler_js.unref(runtimeProps).componentSize,
27
+ style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(runtimeStyle)),
28
+ class: vue_runtime_esmBundler_js.normalizeClass(vue_runtime_esmBundler_js.unref(runtimeClass))
29
29
  }, {
30
- default: Vue.withCtx(() => [
31
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (element, itemIndex) => {
32
- return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
30
+ default: vue_runtime_esmBundler_js.withCtx(() => [
31
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(_ctx.configure.items, (element, itemIndex) => {
32
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
33
33
  key: element.uuid,
34
34
  pageContext: _ctx.pageContext,
35
35
  configure: element
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
- const Vue = require("vue");
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");
3
3
  require("../../../../utils/global-refs.js");
4
4
  const _hoisted_1 = ["src"];
5
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
5
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
6
6
  __name: "iframe-runtime",
7
7
  props: {
8
8
  pageContext: {},
@@ -12,17 +12,17 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
12
12
  },
13
13
  setup(__props) {
14
14
  const props = __props;
15
- const thisRef = Vue.ref(null);
15
+ const thisRef = vue_runtime_esmBundler_js.ref(null);
16
16
  const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
17
17
  const runtimeStyle = runtimeInfo.style;
18
18
  const runtimeClass = runtimeInfo.class;
19
19
  return (_ctx, _cache) => {
20
- return Vue.openBlock(), Vue.createElementBlock("iframe", {
20
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("iframe", {
21
21
  ref_key: "thisRef",
22
22
  ref: thisRef,
23
23
  src: _ctx.configure.props.src,
24
- class: Vue.normalizeClass(["amb-widget-container-iframe", Vue.unref(runtimeClass)]),
25
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle))
24
+ class: vue_runtime_esmBundler_js.normalizeClass(["amb-widget-container-iframe", vue_runtime_esmBundler_js.unref(runtimeClass)]),
25
+ style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(runtimeStyle))
26
26
  }, null, 14, _hoisted_1);
27
27
  };
28
28
  }
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
- const Vue = require("vue");
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");
3
+ 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");
3
4
  const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
4
- const superUi = require("../../../../../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/lib/super-ui.js");
5
+ 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");
5
6
  require("../../../../utils/global-refs.js");
6
- const index = require("../../../../../../node_modules/.pnpm/element-plus@2.6.2_vue@3.4.21/node_modules/element-plus/es/components/tabs/index.js");
7
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
7
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
8
8
  __name: "tabs-runtime",
9
9
  props: {
10
10
  pageContext: {},
@@ -13,43 +13,43 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
13
13
  setup(__props) {
14
14
  const props = __props;
15
15
  const activeName = props.configure.props.defaultOpen ? props.configure.props.defaultOpen : 1;
16
- const thisRef = Vue.ref(null);
16
+ const thisRef = vue_runtime_esmBundler_js.ref(null);
17
17
  const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
18
18
  const runtimeStyle = runtimeInfo.style;
19
19
  const runtimeClass = runtimeInfo.class;
20
20
  const headerStyle = runtimeInfo.headerStyle;
21
21
  return (_ctx, _cache) => {
22
- return Vue.openBlock(), Vue.createBlock(Vue.unref(index.ElTabs), {
22
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(vue_runtime_esmBundler_js.unref(index_mjs.ElTabs), {
23
23
  ref_key: "thisRef",
24
24
  ref: thisRef,
25
- modelValue: Vue.unref(activeName),
26
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => Vue.isRef(activeName) ? activeName.value = $event : null),
25
+ modelValue: vue_runtime_esmBundler_js.unref(activeName),
26
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue_runtime_esmBundler_js.isRef(activeName) ? activeName.value = $event : null),
27
27
  type: _ctx.configure.props.cardType,
28
28
  "tab-position": _ctx.configure.props.tabPosition,
29
- style: Vue.normalizeStyle(Vue.unref(runtimeStyle)),
30
- class: Vue.normalizeClass(Vue.unref(runtimeClass))
29
+ style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(runtimeStyle)),
30
+ class: vue_runtime_esmBundler_js.normalizeClass(vue_runtime_esmBundler_js.unref(runtimeClass))
31
31
  }, {
32
- default: Vue.withCtx(() => [
33
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (item, index$1) => {
34
- return Vue.openBlock(), Vue.createBlock(Vue.unref(index.ElTabPane), {
32
+ default: vue_runtime_esmBundler_js.withCtx(() => [
33
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(_ctx.configure.items, (item, index) => {
34
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(vue_runtime_esmBundler_js.unref(index_mjs.ElTabPane), {
35
35
  label: item.label,
36
36
  name: item.index
37
37
  }, {
38
- label: Vue.withCtx(() => [
39
- item.iconType && item.iconValue ? (Vue.openBlock(), Vue.createBlock(Vue.unref(superUi.SuperIcon), {
38
+ label: vue_runtime_esmBundler_js.withCtx(() => [
39
+ item.iconType && item.iconValue ? (vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(vue_runtime_esmBundler_js.unref(superUi_js.SuperIcon), {
40
40
  key: 0,
41
41
  iconType: item.iconType,
42
42
  iconValue: item.iconValue,
43
43
  style: { "margin-right": "2px" }
44
- }, null, 8, ["iconType", "iconValue"])) : Vue.createCommentVNode("", true),
45
- Vue.createElementVNode("span", {
46
- style: Vue.normalizeStyle(Vue.unref(headerStyle))
47
- }, Vue.toDisplayString(item.label), 5)
44
+ }, null, 8, ["iconType", "iconValue"])) : vue_runtime_esmBundler_js.createCommentVNode("", true),
45
+ vue_runtime_esmBundler_js.createElementVNode("span", {
46
+ style: vue_runtime_esmBundler_js.normalizeStyle(vue_runtime_esmBundler_js.unref(headerStyle))
47
+ }, vue_runtime_esmBundler_js.toDisplayString(item.label), 5)
48
48
  ]),
49
- default: Vue.withCtx(() => [
50
- Vue.createElementVNode("div", null, [
51
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(item.items, (element, itemIndex) => {
52
- return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
49
+ default: vue_runtime_esmBundler_js.withCtx(() => [
50
+ vue_runtime_esmBundler_js.createElementVNode("div", null, [
51
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(item.items, (element, itemIndex) => {
52
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
53
53
  key: element.uuid,
54
54
  pageContext: _ctx.pageContext,
55
55
  configure: element
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
- const Vue = require("vue");
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");
3
3
  const objectRender_vue_vue_type_script_setup_true_lang = require("../../object-render.vue.js");
4
4
  require("../../../../utils/global-refs.js");
5
5
  const _hoisted_1 = { class: "amb-widget-tools-parent" };
6
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
6
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
7
7
  __name: "tools-runtime",
8
8
  props: {
9
9
  pageContext: {},
@@ -11,11 +11,11 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
11
11
  },
12
12
  setup(__props) {
13
13
  const props = __props;
14
- const thisRef = Vue.ref(null);
14
+ const thisRef = vue_runtime_esmBundler_js.ref(null);
15
15
  const runtimeInfo = props.configure.runtime ? props.configure.runtime : {};
16
- const runtimeStyle = Vue.ref(runtimeInfo.style ? runtimeInfo.style : {});
16
+ const runtimeStyle = vue_runtime_esmBundler_js.ref(runtimeInfo.style ? runtimeInfo.style : {});
17
17
  const runtimeClass = runtimeInfo.class;
18
- Vue.onMounted(() => {
18
+ vue_runtime_esmBundler_js.onMounted(() => {
19
19
  if (thisRef.value && thisRef.value.parentNode) {
20
20
  const resizeObserver2 = new ResizeObserver((entries) => {
21
21
  for (let entry of entries) {
@@ -25,7 +25,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
25
25
  resizeObserver2.observe(thisRef.value.parentNode);
26
26
  }
27
27
  });
28
- Vue.onUnmounted(() => {
28
+ vue_runtime_esmBundler_js.onUnmounted(() => {
29
29
  });
30
30
  function caculatePositionStyle() {
31
31
  if (thisRef.value && thisRef.value.parentNode) {
@@ -53,15 +53,15 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
53
53
  }
54
54
  }
55
55
  return (_ctx, _cache) => {
56
- return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
57
- Vue.createElementVNode("div", {
58
- class: Vue.normalizeClass(["amb-widget-container-tool amb-widget-tools", Vue.unref(runtimeClass)]),
59
- style: Vue.normalizeStyle(runtimeStyle.value),
56
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", _hoisted_1, [
57
+ vue_runtime_esmBundler_js.createElementVNode("div", {
58
+ class: vue_runtime_esmBundler_js.normalizeClass(["amb-widget-container-tool amb-widget-tools", vue_runtime_esmBundler_js.unref(runtimeClass)]),
59
+ style: vue_runtime_esmBundler_js.normalizeStyle(runtimeStyle.value),
60
60
  ref_key: "thisRef",
61
61
  ref: thisRef
62
62
  }, [
63
- (Vue.openBlock(true), Vue.createElementBlock(Vue.Fragment, null, Vue.renderList(_ctx.configure.items, (element, itemIndex) => {
64
- return Vue.openBlock(), Vue.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
63
+ (vue_runtime_esmBundler_js.openBlock(true), vue_runtime_esmBundler_js.createElementBlock(vue_runtime_esmBundler_js.Fragment, null, vue_runtime_esmBundler_js.renderList(_ctx.configure.items, (element, itemIndex) => {
64
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createBlock(objectRender_vue_vue_type_script_setup_true_lang, {
65
65
  key: element.uuid,
66
66
  pageContext: _ctx.pageContext,
67
67
  configure: element
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
- const Vue = require("vue");
3
- require("../../../../../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/lib/super-ui.js");
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");
3
+ 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");
4
4
  const eventUtil = require("../../../../utils/events/event-util.js");
5
5
  const commonUtil = require("../../../../utils/common-util.js");
6
6
  const standardEvent = require("../../../../utils/events/standard-event.js");
7
- const commonUtil$1 = require("../../../../../../node_modules/.pnpm/agilebuilder-ui@1.0.13_vue@3.4.21/node_modules/agilebuilder-ui/src/utils/common-util.js");
7
+ const commonUtil_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/src/utils/common-util.js");
8
8
  const tableUtils = require("../../../../utils/table-utils.js");
9
9
  const eventBus = require("../../../../utils/eventBus.js");
10
- const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
10
+ const _sfc_main = /* @__PURE__ */ vue_runtime_esmBundler_js.defineComponent({
11
11
  __name: "main-table-runtime",
12
12
  props: {
13
13
  pageContext: {},
@@ -23,22 +23,22 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
23
23
  const system = pageContext.entity.system;
24
24
  const tableName = pageContext.tableName;
25
25
  const baseURL = window["$vueApp"].config.globalProperties.baseURL;
26
- const operationButtonObj = Vue.ref(null);
27
- const eventName = Vue.ref(null);
28
- const listOptions = Vue.ref({});
26
+ const operationButtonObj = vue_runtime_esmBundler_js.ref(null);
27
+ const eventName = vue_runtime_esmBundler_js.ref(null);
28
+ const listOptions = vue_runtime_esmBundler_js.ref({});
29
29
  listOptions.value = getOptions();
30
- const gridRef = Vue.ref(null);
30
+ const gridRef = vue_runtime_esmBundler_js.ref(null);
31
31
  const urlToListData = getUrlToListData(system);
32
32
  const listCode = commonUtil.getListCode(pageContext.code, pageContext.version, configure.uuid);
33
33
  const myPageCode = pageContext.code;
34
34
  const eventPageInfo = myPageCode + "_" + listCode;
35
- const selections = Vue.ref([]);
35
+ const selections = vue_runtime_esmBundler_js.ref([]);
36
36
  const listToolbarFormData = pageContext.entity.page;
37
- const searchFormInfo = Vue.ref({ data: [] });
37
+ const searchFormInfo = vue_runtime_esmBundler_js.ref({ data: [] });
38
38
  const superGridItems = pageContext.superGridItems;
39
39
  const superGridSetting = superGridItems ? superGridItems[configure.uuid] : null;
40
40
  console.log("superGridSetting1111===", superGridItems, superGridSetting);
41
- Vue.onMounted(() => {
41
+ vue_runtime_esmBundler_js.onMounted(() => {
42
42
  window.addEventListener("message", recieveMessage);
43
43
  eventBus.$on(
44
44
  eventPageInfo + "-close-component-page-dialog",
@@ -54,25 +54,25 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
54
54
  eventBus.$emit(eventPageInfo + "_close-super-dialog");
55
55
  });
56
56
  });
57
- Vue.watch(
57
+ vue_runtime_esmBundler_js.watch(
58
58
  () => props.pageContext.searchFormData,
59
59
  (searchFormData) => {
60
60
  searchFormInfo.value.data = searchFormData;
61
61
  }
62
62
  );
63
- Vue.watch(
63
+ vue_runtime_esmBundler_js.watch(
64
64
  () => props.pageContext.entity.data,
65
65
  (searchFormData) => {
66
66
  searchGridData(props.pageContext.entity.data);
67
67
  }
68
68
  );
69
- Vue.watch(
69
+ vue_runtime_esmBundler_js.watch(
70
70
  () => props.pageContext.entity.page,
71
71
  (searchFormData) => {
72
72
  searchGridData(props.pageContext.entity.page);
73
73
  }
74
74
  );
75
- Vue.onUnmounted(() => {
75
+ vue_runtime_esmBundler_js.onUnmounted(() => {
76
76
  eventBus.$off(eventPageInfo + "-close-component-page-dialog");
77
77
  eventBus.$off(eventPageInfo + "_close-dialog-get-entity");
78
78
  });
@@ -323,7 +323,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
323
323
  if (!beforeClickResult) {
324
324
  return;
325
325
  }
326
- if (commonUtil$1.isPromise(beforeClickResult)) {
326
+ if (commonUtil_js.isPromise(beforeClickResult)) {
327
327
  beforeClickResult.then((result) => {
328
328
  if (result) {
329
329
  gridRef.value.restoreRow(rowIndex, listCode);
@@ -354,7 +354,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
354
354
  if (!beforeClickResult) {
355
355
  return;
356
356
  }
357
- if (commonUtil$1.isPromise(beforeClickResult)) {
357
+ if (commonUtil_js.isPromise(beforeClickResult)) {
358
358
  beforeClickResult.then((result) => {
359
359
  if (result) {
360
360
  editRowReal(originalValue, formatValue, row, column, rowIndex, buttonConfigure);
@@ -395,7 +395,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
395
395
  if (!beforeClickResult) {
396
396
  return;
397
397
  }
398
- if (commonUtil$1.isPromise(beforeClickResult)) {
398
+ if (commonUtil_js.isPromise(beforeClickResult)) {
399
399
  beforeClickResult.then((result) => {
400
400
  if (result) {
401
401
  deleteRowReal(originalValue, formatValue, row, column, rowIndex, buttonConfigure);
@@ -613,17 +613,17 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
613
613
  validatorSunTableListData
614
614
  });
615
615
  return (_ctx, _cache) => {
616
- const _component_super_grid = Vue.resolveComponent("super-grid");
617
- return Vue.openBlock(), Vue.createElementBlock("div", null, [
618
- Vue.createVNode(_component_super_grid, {
616
+ const _component_super_grid = vue_runtime_esmBundler_js.resolveComponent("super-grid");
617
+ return vue_runtime_esmBundler_js.openBlock(), vue_runtime_esmBundler_js.createElementBlock("div", null, [
618
+ vue_runtime_esmBundler_js.createVNode(_component_super_grid, {
619
619
  ref_key: "gridRef",
620
620
  ref: gridRef,
621
- url: Vue.unref(urlToListData),
621
+ url: vue_runtime_esmBundler_js.unref(urlToListData),
622
622
  options: listOptions.value,
623
- code: Vue.unref(superGridSetting) ? null : Vue.unref(listCode),
624
- settings: Vue.unref(superGridSetting),
623
+ code: vue_runtime_esmBundler_js.unref(superGridSetting) ? null : vue_runtime_esmBundler_js.unref(listCode),
624
+ settings: vue_runtime_esmBundler_js.unref(superGridSetting),
625
625
  "search-form-info": searchFormInfo.value,
626
- "list-toolbar-form-data": Vue.unref(listToolbarFormData),
626
+ "list-toolbar-form-data": vue_runtime_esmBundler_js.unref(listToolbarFormData),
627
627
  onSelect: select,
628
628
  onSelectAll: selectAll,
629
629
  onSelectionChange: selectionChange,
@@ -633,7 +633,7 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
633
633
  onRowDblclick: rowDblClickEvent,
634
634
  onHeaderClick: headerClickEvent,
635
635
  onRefresh: clearSelections,
636
- onNewOpenGridDialog: Vue.unref(tableUtils.popupToPage)
636
+ onNewOpenGridDialog: vue_runtime_esmBundler_js.unref(tableUtils.popupToPage)
637
637
  }, null, 8, ["url", "options", "code", "settings", "search-form-info", "list-toolbar-form-data", "onNewOpenGridDialog"])
638
638
  ]);
639
639
  };