agilebuilder-ui 1.1.22 → 1.1.23

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 (66) hide show
  1. package/lib/{401-4a0b2ff3.js → 401-3aa5e355.js} +1 -1
  2. package/lib/{404-675a2b11.js → 404-aa4b2c13.js} +1 -1
  3. package/lib/{iframe-page-38a9c584.js → iframe-page-12433672.js} +1 -1
  4. package/lib/{index-e23f840f.js → index-4fa4df3f.js} +34463 -35111
  5. package/lib/super-ui.css +1 -1
  6. package/lib/super-ui.js +1 -1
  7. package/lib/super-ui.umd.cjs +93 -93
  8. package/lib/{tab-content-iframe-index-e6bc24b5.js → tab-content-iframe-index-911248d7.js} +1 -1
  9. package/lib/{tab-content-index-5a36eab4.js → tab-content-index-d82e9431.js} +11 -11
  10. package/lib/{tache-subprocess-history-59bda1ed.js → tache-subprocess-history-d52e150e.js} +1 -1
  11. package/package.json +1 -1
  12. package/packages/fs-upload-new/src/fs-upload-new.vue +0 -12
  13. package/packages/index.js +0 -11
  14. package/packages/row-form/operation.vue +2 -1
  15. package/packages/super-grid/src/apis.js +1 -55
  16. package/packages/super-grid/src/components/mobile-table-card.jsx +1 -1
  17. package/packages/super-grid/src/dynamic-input.vue +0 -1
  18. package/packages/super-grid/src/group-column.vue +1 -1
  19. package/packages/super-grid/src/index-column.vue +1 -1
  20. package/packages/super-grid/src/normal-column-content.vue +11 -175
  21. package/packages/super-grid/src/normal-column.vue +1 -1
  22. package/packages/super-grid/src/row-operation.vue +7 -7
  23. package/packages/super-grid/src/search-button.vue +2 -7
  24. package/packages/super-grid/src/search-form-advancedQuery.vue +4 -0
  25. package/packages/super-grid/src/search-form-item.vue +13 -6
  26. package/packages/super-grid/src/search-form-open.vue +83 -75
  27. package/packages/super-grid/src/search-form-ordinarySearch.vue +34 -28
  28. package/packages/super-grid/src/search-form.vue +7 -6
  29. package/packages/super-grid/src/selection-column.vue +1 -1
  30. package/packages/super-grid/src/super-grid.vue +8 -139
  31. package/packages/super-nine-grid/src/super-nine-grid.vue +0 -1
  32. package/src/i18n/langs/cn.js +0 -6
  33. package/src/i18n/langs/en.js +0 -6
  34. package/src/store/getters.js +0 -7
  35. package/src/store/index.js +0 -4
  36. package/src/styles/_layout-custom-properties.scss +3 -10
  37. package/src/styles/display-layout.scss +27 -76
  38. package/src/styles/index.scss +15 -44
  39. package/src/styles/theme/black/index.scss +34 -0
  40. package/src/styles/theme/blue/index.scss +21 -0
  41. package/src/styles/theme/blue2/index.scss +22 -0
  42. package/src/styles/theme/dark-blue/button.scss +12 -0
  43. package/src/styles/theme/dark-blue/index.scss +60 -0
  44. package/src/styles/theme/dark-blue/sidebar.scss +5 -0
  45. package/src/styles/theme/gray/index.scss +29 -0
  46. package/src/styles/theme/gray/sidebar.scss +5 -0
  47. package/src/styles/theme/green/button.scss +10 -0
  48. package/src/styles/theme/green/index.scss +60 -0
  49. package/src/styles/theme/green/sidebar.scss +5 -0
  50. package/src/styles/theme/ocean-blue/button.scss +10 -0
  51. package/src/styles/theme/ocean-blue/index.scss +60 -0
  52. package/src/styles/theme/ocean-blue/sidebar.scss +5 -0
  53. package/src/styles/theme/tiffany-blue-mobile/button.scss +10 -0
  54. package/src/styles/theme/tiffany-blue-mobile/index.scss +54 -0
  55. package/src/styles/theme/tiffany-blue-mobile/sidebar.scss +5 -0
  56. package/src/views/dsc-component/tabs/tab-content.vue +37 -28
  57. package/src/views/layout/components/AppMain.vue +1 -1
  58. package/src/views/layout/components/tabs/tab-content.vue +37 -28
  59. package/src/components/Affix/index.vue +0 -265
  60. package/src/store/modules/system.js +0 -34
  61. package/src/store/modules/table.js +0 -76
  62. package/src/styles/page-list.scss +0 -75
  63. package/src/styles/theme/default.scss +0 -39
  64. package/src/utils/iframe-communicator.js +0 -234
  65. package/src/utils/insert_css.js +0 -33
  66. package/src/utils/resize.js +0 -19
@@ -1,9 +1,5 @@
1
1
  :root {
2
- --admin-layout-header-height: 54px; // 系统顶部高度
3
- --admin-layout-left-menu-expand: 240px; // 系统侧边导航栏 展开
4
- --admin-layout-left-menu-collapse: 54px; // 系统侧边导航栏 收起
5
- --admin-layout-main-gap: 20px; // 页面布局内间距
6
- --app-main-padding: 15px; // 页面外框内间距
2
+ --app-main-padding: 20px; // 页面外框内间距
7
3
  --dec-page-main-padding: 20px; // 页面外框内间距
8
4
  --app-container-padding: 20px; // 页面外框内间距
9
5
  --runtime-page-container-padding: 20px; // 页面卡片容器内间距
@@ -12,21 +8,18 @@
12
8
  --layout-form-flex-gap: 15px; // 表单 flex 布局 默认间距
13
9
  --amb-widget-container-tool-gap: 10px; // 操控台 间隔
14
10
  --super-grid-main-view-gap: 15px; // 表格布局间隙
15
- --super-grid-main-btn-view-gap: 10px; // 按钮间隙
16
11
  }
17
12
 
18
13
  @media (max-width: 768px) {
19
14
  :root {
20
- --admin-layout-main-gap: 10px;
21
- --app-main-padding: 10px;
15
+ --app-main-padding: 0px;
22
16
  --dec-page-main-padding: 0px;
23
- --app-container-padding: 15px;
17
+ --app-container-padding: 0px;
24
18
  --runtime-page-container-padding: 10px;
25
19
  --runtime-page-container-view-gap: 10px;
26
20
  --layout-flex-gap: 10px;
27
21
  --layout-form-flex-gap: 10px;
28
22
  --amb-widget-container-tool-gap: 10px;
29
23
  --super-grid-main-view-gap: 10px;
30
- --super-grid-main-btn-view-gap: 10px;
31
24
  }
32
25
  }
@@ -14,77 +14,19 @@
14
14
  }
15
15
  }
16
16
 
17
- .el-tree {
18
- span.custom-tree-node {
19
- overflow: hidden;
20
- text-overflow: ellipsis;
21
- }
22
- }
23
-
24
- .el-form-item {
25
- display: flex;
26
- align-items: center;
27
- .el-form-item__label {
28
- display: flex;
29
- height: auto !important;
30
- line-height: 1.2em !important;
31
- word-wrap: break-word !important;
32
- word-break: normal;
33
- white-space: normal;
34
-
35
- &:has(> div[style*=left]) {
36
- justify-content: flex-start;
37
- }
38
-
39
- &:has(> div[style*=center]) {
40
- justify-content: center;
41
- }
42
-
43
- &:has(> div[style*=right]) {
44
- justify-content: flex-end;
45
- }
46
- }
47
- @media (max-width: 450px) {
48
- & {
49
- flex-direction: column;
50
- justify-content: inherit;
51
- align-items: inherit;
52
- gap: 5px;
53
-
54
- .el-form-item__label {
55
- width: 100% !important;
56
- justify-content: flex-start;
57
- text-align: left;
58
-
59
- &:empty {
60
- display: none;
61
- }
62
- }
63
- }
64
- }
65
- }
66
-
67
17
  .three-column-layout {
68
- height: calc(100vh - (var(--app-main-padding, 15px) * 2));
69
-
70
- .el-container {
71
- gap: var(--app-main-padding, 15px);
72
- }
18
+ height: calc(100vh - (var(--app-main-padding, 20px) * 2));
73
19
 
74
20
  .el-aside {
75
- padding: var(--app-main-padding, 15px);
21
+ margin-right: 20px;
22
+ padding-top: 5px;
76
23
  background-color: #FFFFFF;
77
24
  box-shadow: 0px 1px 8px 0px #00000019;
78
- border-radius: 6px;
79
-
80
- & > .el-tree {
81
- width: 100%;
82
- }
83
25
 
84
26
  }
85
27
 
86
28
  .el-main {
87
- padding: var(--app-main-padding, 15px);
29
+ padding: 20px;
88
30
  border-radius: 6px;
89
31
  background: #FFFFFF;
90
32
  box-shadow: 0px 1px 8px 0px #00000019;
@@ -100,10 +42,6 @@
100
42
  flex: 1 1 auto;
101
43
  }
102
44
 
103
- [table-column-placeholder] {
104
- color: var(--el-text-color-placeholder, #a8abb2);
105
- }
106
-
107
45
  .yx-flex-wrap {
108
46
  display: flex;
109
47
  justify-content: flex-start;
@@ -270,13 +208,10 @@
270
208
  @media (max-width: 450px) {
271
209
  & {
272
210
  flex-direction: column;
273
- align-items: stretch !important;
274
- gap: 5px;
275
211
  }
276
212
 
277
- & > .el-form-item__label {
213
+ & .el-form-item__label {
278
214
  width: 100% !important;
279
- max-width: none !important;
280
215
  justify-content: flex-start;
281
216
  text-align: left;
282
217
  }
@@ -301,6 +236,28 @@
301
236
  }
302
237
  }
303
238
 
239
+ @media (max-width: 450px) {
240
+ // 该样式临时处理移动端展示结构问题,如果冲突请清理
241
+ .app-wrapper {
242
+ .tab-main-container {
243
+ & > .app-main {
244
+
245
+ & > [style*='min-height'] {
246
+ min-height: calc(100vh - 20px) !important;
247
+
248
+ & .app-container {
249
+ min-height: calc(100vh - 20px) !important;
250
+
251
+ & > [style*='padding'] {
252
+ padding: 0 !important;
253
+ }
254
+ }
255
+ }
256
+ }
257
+ }
258
+ }
259
+ }
260
+
304
261
  .yx-drawer {
305
262
  .el-drawer {
306
263
  .el-drawer__header {
@@ -349,9 +306,3 @@
349
306
  }
350
307
  }
351
308
  }
352
-
353
- .el-descriptions {
354
- .el-descriptions__content{
355
- position: relative;
356
- }
357
- }
@@ -2,7 +2,6 @@
2
2
  @import './mixin.scss';
3
3
  @import './transition.scss';
4
4
  @import './element-ui.scss';
5
- @import './theme/default.scss';
6
5
  @import './theme/black/index.scss';
7
6
  @import './theme/black/sidebar.scss';
8
7
  @import './theme/blue/index.scss';
@@ -22,16 +21,14 @@
22
21
  @import './theme/tiffany-blue-mobile/index.scss';
23
22
  @import './theme/tiffany-blue-mobile/sidebar.scss';
24
23
  @import 'element-plus/theme-chalk/display.css';
25
- @import './page-list.scss';
26
24
 
27
25
  body {
28
26
  overflow: hidden;
29
27
  }
30
28
 
31
29
  html,body {
32
- margin: 0;
33
- padding: 0;
34
30
  width: 100%;
31
+ height: 100%;
35
32
  }
36
33
 
37
34
  *,
@@ -50,33 +47,8 @@ html,body {
50
47
  white-space: nowrap;
51
48
  word-break: keep-all;
52
49
  width: 100%;
53
-
54
- &[webkit-line] {
55
- word-wrap: break-word;
56
- overflow: hidden;
57
- display: -webkit-box;
58
- -webkit-box-orient: vertical;
59
- -webkit-line-clamp: 1;
60
-
61
- &[webkit-line='2'] {
62
- -webkit-line-clamp: 2;
63
- }
64
-
65
- &[webkit-line='3'] {
66
- -webkit-line-clamp: 3;
67
- }
68
-
69
- &[webkit-line='4'] {
70
- -webkit-line-clamp: 4;
71
- }
72
- }
73
50
  }
74
51
 
75
- [break-word] {
76
- word-wrap: break-word;
77
- }
78
-
79
-
80
52
  // 解决el-table表头错位问题
81
53
  body .el-table th.gutter {
82
54
  display: table-cell !important;
@@ -125,26 +97,14 @@ body .el-table colgroup.gutter {
125
97
  margin-bottom: 0;
126
98
  }
127
99
 
100
+ .operation-area,
128
101
  .grid-search-form .search-button,
129
- .grid-area {
102
+ .grid-area .grid-operation-buttons {
130
103
  .el-button:not(:first-child) {
131
104
  margin-left: 10px;
132
105
  }
133
106
  }
134
107
 
135
- .grid-operation-buttons {
136
- display: flex;
137
- flex-wrap: wrap;
138
- gap: var(--super-grid-main-btn-view-gap, 10px);
139
-
140
- & > .el-button {
141
- margin: 0;
142
- & ~ .el-button {
143
- margin: 0;
144
- }
145
- }
146
- }
147
-
148
108
  .button-at-top {
149
109
  width: 100%;
150
110
  background: rgb(255, 255, 255);
@@ -194,6 +154,10 @@ body .el-table colgroup.gutter {
194
154
  overflow: auto;
195
155
  }
196
156
 
157
+ .form-container-bottom-button {
158
+ margin-bottom: 50px;
159
+ }
160
+
197
161
  .form-container .el-form .el-card {
198
162
  margin-bottom: 10px;
199
163
  }
@@ -202,6 +166,13 @@ body .el-table colgroup.gutter {
202
166
  margin-bottom: 0;
203
167
  }
204
168
 
169
+ .operation-area-float {
170
+ float: right;
171
+ position: fixed;
172
+ bottom: 0;
173
+ right: 4%;
174
+ }
175
+
205
176
  .el-button+.el-button {
206
177
  margin-left: 10px;
207
178
  }
@@ -279,4 +250,4 @@ body .el-table colgroup.gutter {
279
250
 
280
251
  .dec-page-main {
281
252
  padding: var(--dec-page-main-padding, 20px);
282
- }
253
+ }
@@ -5,6 +5,10 @@
5
5
  padding: 10px 10px 10px;
6
6
  }
7
7
 
8
+ .black .el-dialog__body {
9
+ padding: 10px 10px;
10
+ }
11
+
8
12
  .black {
9
13
  height: 100%;
10
14
  -moz-osx-font-smoothing: grayscale;
@@ -79,6 +83,23 @@
79
83
  }
80
84
  }
81
85
 
86
+ .app-container {
87
+ padding: var(--app-container-padding, 20px);
88
+ padding: 20px;
89
+ border-radius: 6px;
90
+ box-shadow: 0px 1px 8px 0px #00000019;
91
+ }
92
+
93
+ .operation-area {
94
+ margin-bottom: 10px;
95
+ }
96
+
97
+ .operation-area-chart {
98
+ float: right;
99
+ padding-right: 24px;
100
+ padding-top: 10px;
101
+ }
102
+
82
103
  // 解决tab页签中内容多时没有滚动条问题
83
104
  .el-tabs__content {
84
105
  flex-grow: 1;
@@ -187,6 +208,19 @@
187
208
  min-height: 100vh; // min-height: calc(100vh - (var(--app-main-padding, 20px) * 2));
188
209
  }
189
210
 
211
+ .app-container {
212
+ padding: var(--app-container-padding, 20px);
213
+ border-radius: 6px;
214
+ box-shadow: 0px 1px 8px 0px #00000019;
215
+ }
216
+
217
+ .operation-area {
218
+ margin-bottom: 10px;
219
+ height: 40px;
220
+ }
221
+
222
+
223
+
190
224
  // 解决tab页签中内容多时没有滚动条问题
191
225
  .el-tabs__content {
192
226
  flex-grow: 1;
@@ -5,6 +5,10 @@
5
5
  padding: 10px 10px 10px;
6
6
  }
7
7
 
8
+ .blue .el-dialog__body {
9
+ padding: 10px 10px;
10
+ }
11
+
8
12
  .blue {
9
13
  height: 100%;
10
14
  -moz-osx-font-smoothing: grayscale;
@@ -75,6 +79,23 @@
75
79
  min-height: 100vh; // min-height: calc(100vh - (var(--app-main-padding, 20px) * 2));
76
80
  }
77
81
 
82
+ .app-container {
83
+ padding: var(--app-container-padding, 20px);
84
+ border-radius: 6px;
85
+ box-shadow: 0px 1px 8px 0px #00000019;
86
+ }
87
+
88
+ .operation-area {
89
+ margin-bottom: 10px;
90
+ height: 40px;
91
+ }
92
+ .operation-area-chart {
93
+ float: right;
94
+ padding-right: 24px;
95
+ padding-top: 10px;
96
+ }
97
+
98
+
78
99
  // 解决tab页签中内容多时没有滚动条问题
79
100
  .el-tabs__content {
80
101
  flex-grow: 1;
@@ -5,6 +5,11 @@
5
5
  }
6
6
 
7
7
 
8
+ .blue2 .el-dialog__body {
9
+ padding: 10px 10px;
10
+ }
11
+
12
+
8
13
  .blue2{
9
14
  height: 100%;
10
15
  -moz-osx-font-smoothing: grayscale;
@@ -75,6 +80,23 @@
75
80
  min-height: 100vh; // min-height: calc(100vh - (var(--app-main-padding, 20px) * 2));
76
81
  }
77
82
 
83
+ .app-container {
84
+ padding: var(--app-container-padding, 20px);
85
+ border-radius: 6px;
86
+ box-shadow: 0px 1px 8px 0px #00000019;
87
+ }
88
+
89
+ .operation-area {
90
+ margin-bottom: 10px;
91
+ height: 40px;
92
+ }
93
+ .operation-area-chart {
94
+ float: right;
95
+ padding-right: 24px;
96
+ padding-top: 10px;
97
+ }
98
+
99
+
78
100
  // 解决tab页签中内容多时没有滚动条问题
79
101
  .el-tabs__content {
80
102
  flex-grow: 1;
@@ -13,6 +13,18 @@
13
13
  }
14
14
  }
15
15
 
16
+ .el-button--primary {
17
+ color: #ffffff;
18
+ background: $--button-primary-btn-color;
19
+ border-color: $--button-primary-btn-color;
20
+ }
21
+
22
+ .operation-area .el-button--primary {
23
+ border-radius: 4px;
24
+ background: $--button-opt-background-color;
25
+ border-color: $--button-opt-background-color;
26
+ }
27
+
16
28
  .button--default {
17
29
  border-radius: 4px;
18
30
  border-color: $--color-primary;
@@ -29,6 +29,10 @@
29
29
  font-family: Source Han Sans CN;
30
30
  }
31
31
 
32
+ .el-dialog__body {
33
+ padding: 10px 10px;
34
+ }
35
+
32
36
  .fl {
33
37
  float: left;
34
38
  }
@@ -92,6 +96,10 @@
92
96
  }
93
97
 
94
98
  .app-container {
99
+ padding: var(--app-container-padding, 20px);
100
+ background: #FFFFFF;
101
+ border-radius: 6px;
102
+ box-shadow: 0px 1px 8px 0px #00000019;
95
103
 
96
104
  .box-card {
97
105
  margin: 0px 0px 0px 0px;
@@ -119,6 +127,10 @@
119
127
  }
120
128
  }
121
129
 
130
+ .operation-area {
131
+ margin-bottom: 20px;
132
+ }
133
+
122
134
  /**
123
135
  * @description: 工具栏布局
124
136
  * @Date: 2023-07-17 15:48:04
@@ -134,6 +146,12 @@
134
146
  }
135
147
  }
136
148
 
149
+ .operation-area-chart {
150
+ padding-right: 24px;
151
+ padding-top: 24px;
152
+ text-align: right;
153
+ }
154
+
137
155
  // 解决tab页签中内容多时没有滚动条问题
138
156
  .el-tabs__content {
139
157
  flex-grow: 1;
@@ -190,6 +208,21 @@
190
208
  padding: 0;
191
209
  }
192
210
 
211
+ /**表格内容纵向分隔线去掉**/
212
+ .el-table--border td,
213
+ .el-table--border th,
214
+ .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
215
+ border-right: 0px
216
+ }
217
+
218
+ /**表格标题纵向分隔线颜色调浅点儿**/
219
+ .el-table--border td,
220
+ .el-table--border th,
221
+ .el-table--border th.is-leaf,
222
+ .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
223
+ border-right: 1px solid #fefefe;
224
+ }
225
+
193
226
  .selectPeopleClass {
194
227
  color: #313233;
195
228
  font-family: Source Han Sans CN;
@@ -204,6 +237,33 @@
204
237
  margin-left: 10px;
205
238
  }
206
239
 
240
+ // .el-main {
241
+ // padding: 0px;
242
+ // }
243
+
244
+ // .el-aside {
245
+ // margin-right: 20px;
246
+ // }
247
+
248
+ // .three-column-layout {
249
+ // height: calc(100vh - 20px);
250
+
251
+ // .el-aside {
252
+ // margin-right: 20px;
253
+ // padding-top: 20px;
254
+ // background-color: #FFFFFF;
255
+ // box-shadow: 0px 1px 8px 0px #00000019;
256
+
257
+ // }
258
+
259
+ // .el-main {
260
+ // padding: 20px 0 0 20px;
261
+ // border-radius: 6px;
262
+ // background: #FFFFFF;
263
+ // box-shadow: 0px 1px 8px 0px #00000019;
264
+ // }
265
+ // }
266
+
207
267
  // 清除 app-container 类样式
208
268
  .clear_app_container {
209
269
  padding: 0;
@@ -10,6 +10,11 @@
10
10
  // padding-left: 24px;
11
11
  position: relative;
12
12
  background: #F8F9FA;
13
+
14
+ .nav-tab {
15
+ padding-top: 5px;
16
+ padding-left: 5px;
17
+ }
13
18
  }
14
19
 
15
20
  // 侧边栏
@@ -77,12 +77,26 @@
77
77
  }
78
78
 
79
79
  .app-container {
80
+ padding: var(--app-container-padding, 20px);
81
+ border-radius: 6px;
82
+ box-shadow: 0px 1px 8px 0px #00000019;
80
83
 
81
84
  .box-card {
82
85
  margin: 16px 24px;
83
86
  }
84
87
  }
85
88
 
89
+ .operation-area {
90
+ margin-bottom: 16px;
91
+ }
92
+
93
+ .operation-area-chart {
94
+ padding-right: 24px;
95
+ padding-top: 24px;
96
+ text-align: right;
97
+ }
98
+
99
+
86
100
  // 解决tab页签中内容多时没有滚动条问题
87
101
  .el-tabs__content {
88
102
  flex-grow: 1;
@@ -141,4 +155,19 @@
141
155
  .el-table th {
142
156
  padding: 0;
143
157
  }
158
+
159
+ /**表格内容纵向分隔线去掉**/
160
+ .el-table--border td,
161
+ .el-table--border th,
162
+ .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
163
+ border-right: 0px
164
+ }
165
+
166
+ /**表格标题纵向分隔线颜色调浅点儿**/
167
+ .el-table--border td,
168
+ .el-table--border th,
169
+ .el-table--border th.is-leaf,
170
+ .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
171
+ border-right: 1px solid #fefefe;
172
+ }
144
173
  }
@@ -8,6 +8,11 @@
8
8
  transition: margin-left .28s;
9
9
  margin-left: 224px;
10
10
  position: relative;
11
+
12
+ .nav-tab {
13
+ padding-top: 5px;
14
+ padding-left: 5px;
15
+ }
11
16
  }
12
17
 
13
18
  // 侧边栏
@@ -13,6 +13,16 @@
13
13
  }
14
14
  }
15
15
 
16
+ .el-button--primary {
17
+ border-radius: 4px;
18
+ background: $--button-primary-btn-color;
19
+ border-color: $--button-primary-btn-color;
20
+ }
21
+
22
+ .el-button.el-button--primary:hover{
23
+ background-color: $--color-button-hover;
24
+ }
25
+
16
26
  .button--default {
17
27
  border-radius: 4px;
18
28
  border-color: $--color-primary;