super-page-runtime 2.2.72-sit4 → 2.2.72

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.
@@ -1,7 +1,7 @@
1
1
  import t from "./tabs-runtime.vue2.js";
2
2
  /* empty css */
3
3
  import e from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = e(t, [["__scopeId", "data-v-3a587c94"]]);
4
+ const r = e(t, [["__scopeId", "data-v-ad75c0d0"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,41 +1,41 @@
1
- import { defineComponent as e, ref as t, onMounted as n, nextTick as o, createBlock as a, openBlock as i, unref as l, normalizeClass as u, normalizeStyle as r, withCtx as p, createElementBlock as c, Fragment as s, renderList as g, createCommentVNode as f, createElementVNode as m, toDisplayString as d } from "vue";
2
- import { ElTabs as y, ElTabPane as b } from "element-plus";
1
+ import { defineComponent as e, ref as t, onMounted as n, nextTick as o, createBlock as a, openBlock as i, unref as u, normalizeClass as l, normalizeStyle as r, withCtx as c, createElementBlock as p, Fragment as s, renderList as g, createElementVNode as f, createCommentVNode as m, toDisplayString as d } from "vue";
2
+ import { ElTabs as b, ElTabPane as y } from "element-plus";
3
3
  import x from "../../object-render.vue.js";
4
4
  import { SuperIcon as C } from "agilebuilder-ui";
5
5
  import { handleAfterInitEvent as v, handleEvent as T } from "../../../../utils/events/event-util.js";
6
6
  import { $t as h } from "../../../../utils/i18n-util.js";
7
- const k = e({ __name: "tabs-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
8
- const k2 = e2, V = t(null);
9
- V.value = k2.configure.props.defaultOpen ? k2.configure.props.defaultOpen : 1;
10
- const _ = t(null), j = k2.configure.runtime ? k2.configure.runtime : {}, N = j.style, R = j.class, z = j.headerStyle;
11
- function D(e3, t2) {
7
+ const V = e({ __name: "tabs-runtime", props: { pageContext: {}, configure: {} }, setup(e2) {
8
+ const V2 = e2, k = t(null);
9
+ k.value = V2.configure.props.defaultOpen ? V2.configure.props.defaultOpen : 1;
10
+ const _ = t(null), j = V2.configure.runtime ? V2.configure.runtime : {}, N = j.style, R = j.class, D = j.headerStyle;
11
+ function E(e3, t2) {
12
12
  const n2 = { pane: e3, ev: t2 }, o2 = e3.paneName;
13
- return k2.pageContext.activeTab = o2, k2.pageContext.activeLabel = n2.label, T(o2, k2.pageContext, k2.configure, "tab-click", n2);
13
+ return V2.pageContext.activeTab = o2, V2.pageContext.activeLabel = n2.label, T(o2, V2.pageContext, V2.configure, "tab-click", n2);
14
14
  }
15
- function E(e3) {
15
+ function O(e3) {
16
16
  const t2 = { paneName: e3 };
17
- return k2.pageContext.activeTab = e3, T(e3, k2.pageContext, k2.configure, "tab-change", t2);
17
+ return V2.pageContext.activeTab = e3, T(e3, V2.pageContext, V2.configure, "tab-change", t2);
18
18
  }
19
- function O(e3) {
19
+ function S(e3) {
20
20
  const t2 = { paneName: e3 };
21
- return T(e3, k2.pageContext, k2.configure, "tab-remove", t2);
21
+ return T(e3, V2.pageContext, V2.configure, "tab-remove", t2);
22
22
  }
23
- function S() {
24
- return T(null, k2.pageContext, k2.configure, "tab-add");
23
+ function q() {
24
+ return T(null, V2.pageContext, V2.configure, "tab-add");
25
25
  }
26
- function q(e3, t2) {
26
+ function w(e3, t2) {
27
27
  const n2 = { paneName: e3, action: t2 };
28
- return T(e3, k2.pageContext, k2.configure, "edit", n2);
28
+ return T(e3, V2.pageContext, V2.configure, "edit", n2);
29
29
  }
30
30
  return n(() => {
31
31
  o(() => {
32
32
  let e3 = [];
33
- k2.configure.items.forEach((t2) => {
33
+ V2.configure.items.forEach((t2) => {
34
34
  t2.code && e3.push(document.querySelector("." + t2.code));
35
- }), v(null, k2.pageContext, k2.configure, { componentRef: _.value, tabsDom: e3, entity: k2.pageContext.entity.data, pageData: k2.pageContext.entity.page });
35
+ }), v(null, V2.pageContext, V2.configure, { componentRef: _.value, tabsDom: e3, entity: V2.pageContext.entity.data, pageData: V2.pageContext.entity.page });
36
36
  });
37
- }), (e3, t2) => (i(), a(l(y), { ref_key: "thisRef", ref: _, modelValue: V.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => V.value = e4), type: e3.configure.props.cardType, "tab-position": e3.configure.props.tabPosition, style: r(l(N)), class: u([l(R), "runtime-page-container-tabs-view"]), onTabClick: D, onTabChange: E, onTabRemove: O, onTabAdd: S, onEdit: q }, { default: p(() => [(i(true), c(s, null, g(e3.configure.items, (t3, n2) => (i(), a(l(b), { key: n2, label: t3.label, name: t3.index, lazy: !!e3.configure.props.lazy }, { label: p(() => [m("span", { class: u(t3.code) }, [t3.iconType && t3.iconValue ? (i(), a(l(C), { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : f("", true), m("span", { style: r(l(z)) }, d(l(h)(t3.label)), 5)], 2)]), default: p(() => [(e3.configure.props.isFullyRendered ?? 1) || t3.index === V.value ? (i(true), c(s, { key: 0 }, g(t3.items, (t4, n3) => (i(), a(x, { key: t4.uuid, pageContext: e3.pageContext, configure: t4 }, null, 8, ["pageContext", "configure"]))), 128)) : f("", true)]), _: 2 }, 1032, ["label", "name", "lazy"]))), 128))]), _: 1 }, 8, ["modelValue", "type", "tab-position", "style", "class"]));
37
+ }), (e3, t2) => (i(), a(u(b), { ref_key: "thisRef", ref: _, modelValue: k.value, "onUpdate:modelValue": t2[0] || (t2[0] = (e4) => k.value = e4), type: e3.configure.props.cardType, "tab-position": e3.configure.props.tabPosition, style: r(u(N)), class: l([u(R), "runtime-page-container-tabs-view"]), onTabClick: E, onTabChange: O, onTabRemove: S, onTabAdd: q, onEdit: w }, { default: c(() => [(i(true), p(s, null, g(e3.configure.items, (t3, n2) => (i(), a(u(y), { label: t3.label, name: t3.index }, { label: c(() => [f("span", { class: l(t3.code) }, [t3.iconType && t3.iconValue ? (i(), a(u(C), { key: 0, iconType: t3.iconType, iconValue: t3.iconValue, style: { "margin-right": "2px" } }, null, 8, ["iconType", "iconValue"])) : m("", true), f("span", { style: r(u(D)) }, d(u(h)(t3.label)), 5)], 2)]), default: c(() => [(i(true), p(s, null, g(t3.items, (t4, n3) => (i(), a(x, { key: t4.uuid, pageContext: e3.pageContext, configure: t4 }, null, 8, ["pageContext", "configure"]))), 128))]), _: 2 }, 1032, ["label", "name"]))), 256))]), _: 1 }, 8, ["modelValue", "type", "tab-position", "style", "class"]));
38
38
  } });
39
39
  export {
40
- k as default
40
+ V as default
41
41
  };
@@ -1,7 +1,7 @@
1
1
  import e from "./super-page.vue2.js";
2
2
  /* empty css */
3
3
  import p from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = p(e, [["__scopeId", "data-v-818c8e87"]]);
4
+ const r = p(e, [["__scopeId", "data-v-77c66c57"]]);
5
5
  export {
6
6
  r as default
7
7
  };
package/dist/es/style.css CHANGED
@@ -1,290 +1,287 @@
1
- .runtime-page-container[data-v-818c8e87] {
1
+ .runtime-page-container[data-v-77c66c57] {
2
2
  overflow: auto;
3
3
  height: 100%;
4
4
  max-height: 100vh;
5
- padding: var(--app-main-padding, 15px);
6
- background-color: #fff;
5
+ padding: var(--runtime-page-container-padding, 15px);
7
6
  }
8
7
  @media (max-width: 768px) {
9
- .runtime-page-container[data-v-818c8e87] .el-col-1 {
8
+ .runtime-page-container[data-v-77c66c57] .el-col-1 {
10
9
  flex: 0 0 100%;
11
10
  max-width: 100%;
12
11
  }
13
12
  }
14
- .runtime-page-container[data-v-818c8e87] .el-col-1 > .el-form-item:only-child {
13
+ .runtime-page-container[data-v-77c66c57] .el-col-1 > .el-form-item:only-child {
15
14
  margin-bottom: 0;
16
15
  }
17
- .runtime-page-container[data-v-818c8e87] .el-col-2 {
16
+ .runtime-page-container[data-v-77c66c57] .el-col-2 {
18
17
  flex: 0 0 calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
19
18
  max-width: calc(2 / 24 * (100% - (24 / 2 - 1) * var(--layout-form-flex-gap, 15px)));
20
19
  }
21
20
  @media (max-width: 768px) {
22
- .runtime-page-container[data-v-818c8e87] .el-col-2 {
21
+ .runtime-page-container[data-v-77c66c57] .el-col-2 {
23
22
  flex: 0 0 100%;
24
23
  max-width: 100%;
25
24
  }
26
25
  }
27
- .runtime-page-container[data-v-818c8e87] .el-col-2 > .el-form-item:only-child {
26
+ .runtime-page-container[data-v-77c66c57] .el-col-2 > .el-form-item:only-child {
28
27
  margin-bottom: 0;
29
28
  }
30
29
  @media (max-width: 768px) {
31
- .runtime-page-container[data-v-818c8e87] .el-col-3 {
30
+ .runtime-page-container[data-v-77c66c57] .el-col-3 {
32
31
  flex: 0 0 100%;
33
32
  max-width: 100%;
34
33
  }
35
34
  }
36
- .runtime-page-container[data-v-818c8e87] .el-col-3 > .el-form-item:only-child {
35
+ .runtime-page-container[data-v-77c66c57] .el-col-3 > .el-form-item:only-child {
37
36
  margin-bottom: 0;
38
37
  }
39
- .runtime-page-container[data-v-818c8e87] .el-col-4 {
38
+ .runtime-page-container[data-v-77c66c57] .el-col-4 {
40
39
  flex: 0 0 calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
41
40
  max-width: calc(4 / 24 * (100% - (24 / 4 - 1) * var(--layout-form-flex-gap, 15px)));
42
41
  }
43
42
  @media (max-width: 768px) {
44
- .runtime-page-container[data-v-818c8e87] .el-col-4 {
43
+ .runtime-page-container[data-v-77c66c57] .el-col-4 {
45
44
  flex: 0 0 100%;
46
45
  max-width: 100%;
47
46
  }
48
47
  }
49
- .runtime-page-container[data-v-818c8e87] .el-col-4 > .el-form-item:only-child {
48
+ .runtime-page-container[data-v-77c66c57] .el-col-4 > .el-form-item:only-child {
50
49
  margin-bottom: 0;
51
50
  }
52
51
  @media (max-width: 768px) {
53
- .runtime-page-container[data-v-818c8e87] .el-col-5 {
52
+ .runtime-page-container[data-v-77c66c57] .el-col-5 {
54
53
  flex: 0 0 100%;
55
54
  max-width: 100%;
56
55
  }
57
56
  }
58
- .runtime-page-container[data-v-818c8e87] .el-col-5 > .el-form-item:only-child {
57
+ .runtime-page-container[data-v-77c66c57] .el-col-5 > .el-form-item:only-child {
59
58
  margin-bottom: 0;
60
59
  }
61
- .runtime-page-container[data-v-818c8e87] .el-col-6 {
60
+ .runtime-page-container[data-v-77c66c57] .el-col-6 {
62
61
  flex: 0 0 calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
63
62
  max-width: calc(6 / 24 * (100% - (24 / 6 - 1) * var(--layout-form-flex-gap, 15px)));
64
63
  }
65
64
  @media (max-width: 768px) {
66
- .runtime-page-container[data-v-818c8e87] .el-col-6 {
65
+ .runtime-page-container[data-v-77c66c57] .el-col-6 {
67
66
  flex: 0 0 100%;
68
67
  max-width: 100%;
69
68
  }
70
69
  }
71
- .runtime-page-container[data-v-818c8e87] .el-col-6 > .el-form-item:only-child {
70
+ .runtime-page-container[data-v-77c66c57] .el-col-6 > .el-form-item:only-child {
72
71
  margin-bottom: 0;
73
72
  }
74
73
  @media (max-width: 768px) {
75
- .runtime-page-container[data-v-818c8e87] .el-col-7 {
74
+ .runtime-page-container[data-v-77c66c57] .el-col-7 {
76
75
  flex: 0 0 100%;
77
76
  max-width: 100%;
78
77
  }
79
78
  }
80
- .runtime-page-container[data-v-818c8e87] .el-col-7 > .el-form-item:only-child {
79
+ .runtime-page-container[data-v-77c66c57] .el-col-7 > .el-form-item:only-child {
81
80
  margin-bottom: 0;
82
81
  }
83
- .runtime-page-container[data-v-818c8e87] .el-col-8 {
82
+ .runtime-page-container[data-v-77c66c57] .el-col-8 {
84
83
  flex: 0 0 calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
85
84
  max-width: calc(8 / 24 * (100% - (24 / 8 - 1) * var(--layout-form-flex-gap, 15px)));
86
85
  }
87
86
  @media (max-width: 768px) {
88
- .runtime-page-container[data-v-818c8e87] .el-col-8 {
87
+ .runtime-page-container[data-v-77c66c57] .el-col-8 {
89
88
  flex: 0 0 100%;
90
89
  max-width: 100%;
91
90
  }
92
91
  }
93
- .runtime-page-container[data-v-818c8e87] .el-col-8 > .el-form-item:only-child {
92
+ .runtime-page-container[data-v-77c66c57] .el-col-8 > .el-form-item:only-child {
94
93
  margin-bottom: 0;
95
94
  }
96
95
  @media (max-width: 768px) {
97
- .runtime-page-container[data-v-818c8e87] .el-col-9 {
96
+ .runtime-page-container[data-v-77c66c57] .el-col-9 {
98
97
  flex: 0 0 100%;
99
98
  max-width: 100%;
100
99
  }
101
100
  }
102
- .runtime-page-container[data-v-818c8e87] .el-col-9 > .el-form-item:only-child {
101
+ .runtime-page-container[data-v-77c66c57] .el-col-9 > .el-form-item:only-child {
103
102
  margin-bottom: 0;
104
103
  }
105
104
  @media (max-width: 768px) {
106
- .runtime-page-container[data-v-818c8e87] .el-col-10 {
105
+ .runtime-page-container[data-v-77c66c57] .el-col-10 {
107
106
  flex: 0 0 100%;
108
107
  max-width: 100%;
109
108
  }
110
109
  }
111
- .runtime-page-container[data-v-818c8e87] .el-col-10 > .el-form-item:only-child {
110
+ .runtime-page-container[data-v-77c66c57] .el-col-10 > .el-form-item:only-child {
112
111
  margin-bottom: 0;
113
112
  }
114
113
  @media (max-width: 768px) {
115
- .runtime-page-container[data-v-818c8e87] .el-col-11 {
114
+ .runtime-page-container[data-v-77c66c57] .el-col-11 {
116
115
  flex: 0 0 100%;
117
116
  max-width: 100%;
118
117
  }
119
118
  }
120
- .runtime-page-container[data-v-818c8e87] .el-col-11 > .el-form-item:only-child {
119
+ .runtime-page-container[data-v-77c66c57] .el-col-11 > .el-form-item:only-child {
121
120
  margin-bottom: 0;
122
121
  }
123
- .runtime-page-container[data-v-818c8e87] .el-col-12 {
122
+ .runtime-page-container[data-v-77c66c57] .el-col-12 {
124
123
  flex: 0 0 calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
125
124
  max-width: calc(12 / 24 * (100% - (24 / 12 - 1) * var(--layout-form-flex-gap, 15px)));
126
125
  }
127
126
  @media (max-width: 768px) {
128
- .runtime-page-container[data-v-818c8e87] .el-col-12 {
127
+ .runtime-page-container[data-v-77c66c57] .el-col-12 {
129
128
  flex: 0 0 100%;
130
129
  max-width: 100%;
131
130
  }
132
131
  }
133
- .runtime-page-container[data-v-818c8e87] .el-col-12 > .el-form-item:only-child {
132
+ .runtime-page-container[data-v-77c66c57] .el-col-12 > .el-form-item:only-child {
134
133
  margin-bottom: 0;
135
134
  }
136
135
  @media (max-width: 768px) {
137
- .runtime-page-container[data-v-818c8e87] .el-col-13 {
136
+ .runtime-page-container[data-v-77c66c57] .el-col-13 {
138
137
  flex: 0 0 100%;
139
138
  max-width: 100%;
140
139
  }
141
140
  }
142
- .runtime-page-container[data-v-818c8e87] .el-col-13 > .el-form-item:only-child {
141
+ .runtime-page-container[data-v-77c66c57] .el-col-13 > .el-form-item:only-child {
143
142
  margin-bottom: 0;
144
143
  }
145
- .runtime-page-container[data-v-818c8e87] .el-col-14 {
144
+ .runtime-page-container[data-v-77c66c57] .el-col-14 {
146
145
  flex: 0 0 calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
147
146
  max-width: calc(14 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
148
147
  }
149
148
  @media (max-width: 768px) {
150
- .runtime-page-container[data-v-818c8e87] .el-col-14 {
149
+ .runtime-page-container[data-v-77c66c57] .el-col-14 {
151
150
  flex: 0 0 100%;
152
151
  max-width: 100%;
153
152
  }
154
153
  }
155
- .runtime-page-container[data-v-818c8e87] .el-col-14 > .el-form-item:only-child {
154
+ .runtime-page-container[data-v-77c66c57] .el-col-14 > .el-form-item:only-child {
156
155
  margin-bottom: 0;
157
156
  }
158
157
  @media (max-width: 768px) {
159
- .runtime-page-container[data-v-818c8e87] .el-col-15 {
158
+ .runtime-page-container[data-v-77c66c57] .el-col-15 {
160
159
  flex: 0 0 100%;
161
160
  max-width: 100%;
162
161
  }
163
162
  }
164
- .runtime-page-container[data-v-818c8e87] .el-col-15 > .el-form-item:only-child {
163
+ .runtime-page-container[data-v-77c66c57] .el-col-15 > .el-form-item:only-child {
165
164
  margin-bottom: 0;
166
165
  }
167
- .runtime-page-container[data-v-818c8e87] .el-col-16 {
166
+ .runtime-page-container[data-v-77c66c57] .el-col-16 {
168
167
  flex: 0 0 calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
169
168
  max-width: calc(16 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
170
169
  }
171
170
  @media (max-width: 768px) {
172
- .runtime-page-container[data-v-818c8e87] .el-col-16 {
171
+ .runtime-page-container[data-v-77c66c57] .el-col-16 {
173
172
  flex: 0 0 100%;
174
173
  max-width: 100%;
175
174
  }
176
175
  }
177
- .runtime-page-container[data-v-818c8e87] .el-col-16 > .el-form-item:only-child {
176
+ .runtime-page-container[data-v-77c66c57] .el-col-16 > .el-form-item:only-child {
178
177
  margin-bottom: 0;
179
178
  }
180
179
  @media (max-width: 768px) {
181
- .runtime-page-container[data-v-818c8e87] .el-col-17 {
180
+ .runtime-page-container[data-v-77c66c57] .el-col-17 {
182
181
  flex: 0 0 100%;
183
182
  max-width: 100%;
184
183
  }
185
184
  }
186
- .runtime-page-container[data-v-818c8e87] .el-col-17 > .el-form-item:only-child {
185
+ .runtime-page-container[data-v-77c66c57] .el-col-17 > .el-form-item:only-child {
187
186
  margin-bottom: 0;
188
187
  }
189
- .runtime-page-container[data-v-818c8e87] .el-col-18 {
188
+ .runtime-page-container[data-v-77c66c57] .el-col-18 {
190
189
  flex: 0 0 calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
191
190
  max-width: calc(18 / 24 * (100% - 1 * var(--layout-form-flex-gap, 15px)));
192
191
  }
193
192
  @media (max-width: 768px) {
194
- .runtime-page-container[data-v-818c8e87] .el-col-18 {
193
+ .runtime-page-container[data-v-77c66c57] .el-col-18 {
195
194
  flex: 0 0 100%;
196
195
  max-width: 100%;
197
196
  }
198
197
  }
199
- .runtime-page-container[data-v-818c8e87] .el-col-18 > .el-form-item:only-child {
198
+ .runtime-page-container[data-v-77c66c57] .el-col-18 > .el-form-item:only-child {
200
199
  margin-bottom: 0;
201
200
  }
202
201
  @media (max-width: 768px) {
203
- .runtime-page-container[data-v-818c8e87] .el-col-19 {
202
+ .runtime-page-container[data-v-77c66c57] .el-col-19 {
204
203
  flex: 0 0 100%;
205
204
  max-width: 100%;
206
205
  }
207
206
  }
208
- .runtime-page-container[data-v-818c8e87] .el-col-19 > .el-form-item:only-child {
207
+ .runtime-page-container[data-v-77c66c57] .el-col-19 > .el-form-item:only-child {
209
208
  margin-bottom: 0;
210
209
  }
211
210
  @media (max-width: 768px) {
212
- .runtime-page-container[data-v-818c8e87] .el-col-20 {
211
+ .runtime-page-container[data-v-77c66c57] .el-col-20 {
213
212
  flex: 0 0 100%;
214
213
  max-width: 100%;
215
214
  }
216
215
  }
217
- .runtime-page-container[data-v-818c8e87] .el-col-20 > .el-form-item:only-child {
216
+ .runtime-page-container[data-v-77c66c57] .el-col-20 > .el-form-item:only-child {
218
217
  margin-bottom: 0;
219
218
  }
220
219
  @media (max-width: 768px) {
221
- .runtime-page-container[data-v-818c8e87] .el-col-21 {
220
+ .runtime-page-container[data-v-77c66c57] .el-col-21 {
222
221
  flex: 0 0 100%;
223
222
  max-width: 100%;
224
223
  }
225
224
  }
226
- .runtime-page-container[data-v-818c8e87] .el-col-21 > .el-form-item:only-child {
225
+ .runtime-page-container[data-v-77c66c57] .el-col-21 > .el-form-item:only-child {
227
226
  margin-bottom: 0;
228
227
  }
229
228
  @media (max-width: 768px) {
230
- .runtime-page-container[data-v-818c8e87] .el-col-22 {
229
+ .runtime-page-container[data-v-77c66c57] .el-col-22 {
231
230
  flex: 0 0 100%;
232
231
  max-width: 100%;
233
232
  }
234
233
  }
235
- .runtime-page-container[data-v-818c8e87] .el-col-22 > .el-form-item:only-child {
234
+ .runtime-page-container[data-v-77c66c57] .el-col-22 > .el-form-item:only-child {
236
235
  margin-bottom: 0;
237
236
  }
238
237
  @media (max-width: 768px) {
239
- .runtime-page-container[data-v-818c8e87] .el-col-23 {
238
+ .runtime-page-container[data-v-77c66c57] .el-col-23 {
240
239
  flex: 0 0 100%;
241
240
  max-width: 100%;
242
241
  }
243
242
  }
244
- .runtime-page-container[data-v-818c8e87] .el-col-23 > .el-form-item:only-child {
243
+ .runtime-page-container[data-v-77c66c57] .el-col-23 > .el-form-item:only-child {
245
244
  margin-bottom: 0;
246
245
  }
247
246
  @media (max-width: 768px) {
248
- .runtime-page-container[data-v-818c8e87] .el-col-24 {
247
+ .runtime-page-container[data-v-77c66c57] .el-col-24 {
249
248
  flex: 0 0 100%;
250
249
  max-width: 100%;
251
250
  }
252
251
  }
253
- .runtime-page-container[data-v-818c8e87] .el-col-24 > .el-form-item:only-child {
252
+ .runtime-page-container[data-v-77c66c57] .el-col-24 > .el-form-item:only-child {
254
253
  margin-bottom: 0;
255
254
  }
256
- .runtime-page-container[data-v-818c8e87] .runtime-page-container-view {
255
+ .runtime-page-container[data-v-77c66c57] .runtime-page-container-view {
257
256
  display: flex;
258
- flex-direction: row;
259
- align-items: flex-start;
257
+ flex-direction: column;
260
258
  align-content: flex-start;
261
- flex-wrap: wrap;
262
259
  gap: var(--runtime-page-container-view-gap, 15px);
263
260
  min-height: 100%;
264
261
  height: auto;
265
262
  }
266
- .runtime-page-container[data-v-818c8e87] .runtime-page-container-view .el-form {
263
+ .runtime-page-container[data-v-77c66c57] .runtime-page-container-view .el-form {
267
264
  width: 100%;
268
265
  display: flex;
269
266
  flex-wrap: wrap;
270
267
  gap: var(--runtime-page-container-view-gap, 15px);
271
268
  }
272
- .runtime-page-container[data-v-818c8e87] .runtime-page-container-view .el-form > div {
269
+ .runtime-page-container[data-v-77c66c57] .runtime-page-container-view .el-form > div {
273
270
  width: 100%;
274
271
  }
275
- .runtime-page-container[data-v-818c8e87] .runtime-page-container-view > div {
272
+ .runtime-page-container[data-v-77c66c57] .runtime-page-container-view > div {
276
273
  width: 100%;
277
274
  }
278
- .runtime-page-container[data-v-818c8e87] .runtime-page-container-view > div[class*=el-col-], .runtime-page-container[data-v-818c8e87] .runtime-page-container-view > div[style="flex:"] {
275
+ .runtime-page-container[data-v-77c66c57] .runtime-page-container-view > div[class*=el-col-], .runtime-page-container[data-v-77c66c57] .runtime-page-container-view > div[style="flex:"] {
279
276
  flex: none !important;
280
277
  }
281
- .runtime-page-container[data-v-818c8e87] .runtime-page-container-view > .el-row[class*=el-col-] {
278
+ .runtime-page-container[data-v-77c66c57] .runtime-page-container-view > .el-row[class*=el-col-] {
282
279
  flex: none;
283
280
  }
284
- .runtime-page-container[data-v-818c8e87] .runtime-page-container-view .el-row {
281
+ .runtime-page-container[data-v-77c66c57] .runtime-page-container-view .el-row {
285
282
  gap: var(--layout-form-flex-gap, 15px);
286
283
  }
287
- .runtime-page-container[data-v-818c8e87] .runtime-page-container-view .el-row > div {
284
+ .runtime-page-container[data-v-77c66c57] .runtime-page-container-view .el-row > div {
288
285
  width: 100%;
289
286
  }.yx-affix[data-v-d053fb6d]:has(.yx-affix-content:empty) {
290
287
  display: none;
@@ -346,26 +343,13 @@
346
343
  max-width: none;
347
344
  flex: auto;
348
345
  }
349
- }.runtime-page-container-tabs-view[data-v-3a587c94] > .el-tabs__content > .el-tab-pane {
350
- display: flex;
351
- flex-direction: row;
352
- align-items: flex-start;
353
- align-content: flex-start;
354
- flex-wrap: wrap;
355
- gap: var(--runtime-page-container-view-gap, 15px);
356
- }
357
- .runtime-page-container-tabs-view[data-v-3a587c94] > .el-tabs__content > .el-tab-pane > div {
358
- width: 100%;
359
- }
360
- .runtime-page-container-tabs-view[data-v-3a587c94] > .el-tabs__content > .el-tab-pane > .amb-design-item-default {
346
+ }.runtime-page-container-tabs-view[data-v-ad75c0d0] > .el-tabs__content > .el-tab-pane {
361
347
  display: flex;
362
- flex-direction: row;
363
- align-items: flex-start;
348
+ flex-direction: column;
364
349
  align-content: flex-start;
365
- flex-wrap: wrap;
366
350
  gap: var(--runtime-page-container-view-gap, 15px);
367
351
  }
368
- .runtime-page-container-tabs-view[data-v-3a587c94] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div {
352
+ .runtime-page-container-tabs-view[data-v-ad75c0d0] > .el-tabs__content > .el-tab-pane > div {
369
353
  width: 100%;
370
354
  }.yx-fixed-box-main[data-v-9b488f43]:has(.yx-fixed-box-container:empty) {
371
355
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-runtime",
3
- "version": "2.2.72-sit4",
3
+ "version": "2.2.72",
4
4
  "description": "AgileBuilder super page runtime",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -48,7 +48,7 @@
48
48
  "@vitejs/plugin-vue-jsx": "^3.1.0",
49
49
  "@vue/eslint-config-prettier": "^8.0.0",
50
50
  "@vue/test-utils": "^2.4.4",
51
- "agilebuilder-ui": "1.1.24-sit2",
51
+ "agilebuilder-ui": "1.1.24",
52
52
  "axios": "^1.6.8",
53
53
  "cypress": "^13.6.6",
54
54
  "element-plus": "^2.6.1",