super-page-runtime 2.3.37 → 2.3.38-sit2
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.
- package/dist/es/components/runtime/utils/api/page-expose-util.js +131 -131
- package/dist/es/components/runtime/utils/assemblys-config.js +1 -1
- package/dist/es/components/runtime/utils/events/event-util.js +114 -114
- package/dist/es/components/runtime/utils/events/print-label.js +33 -34
- package/dist/es/components/runtime/utils/events/standard-event.js +37 -37
- package/dist/es/components/runtime/utils/events/validator-util.js +161 -164
- package/dist/es/components/runtime/utils/page-init-util.js +26 -28
- package/dist/es/components/runtime/utils/table-utils.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +6 -10
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +6 -8
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/chart/table/chart-table-util.js +95 -100
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +2 -3
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +13 -13
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +9 -11
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +0 -2
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +5 -5
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +61 -61
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +9 -11
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +16 -16
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +6 -6
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +33 -33
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +10 -11
- package/dist/es/components/runtime/views/assemblys/form/image-upload/imageupload-runtime.vue.js +4 -0
- package/dist/es/components/runtime/views/assemblys/form/image-upload/imageupload-runtime.vue2.js +90 -0
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +57 -59
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +5 -7
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +4 -6
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +4 -5
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +11 -11
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +3 -3
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +8 -10
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.d.ts +6 -1
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +38 -30
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +1 -1
- package/dist/es/components/runtime/views/home-chart.vue.js +7 -7
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +0 -1
- package/dist/es/components/runtime/views/super-page.vue2.js +18 -19
- package/dist/es/i18n/langs/cn.js +1 -1
- package/dist/es/i18n/langs/en.js +1 -1
- package/dist/es/style.css +18 -18
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
.amb-super-page-runtime-drawer-view .el-drawer__body .runtime-page-container {
|
|
57
57
|
max-height: calc(100vh - 40px - var(--el-drawer-padding-primary, 16px) * 2);
|
|
58
58
|
}
|
|
59
|
-
.opinion-fixed-bar[data-v-
|
|
59
|
+
.opinion-fixed-bar[data-v-995b99cd] {
|
|
60
60
|
position: fixed;
|
|
61
61
|
bottom: 0;
|
|
62
62
|
left: 0;
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
z-index: 2100;
|
|
65
65
|
background-color: #ffffff;
|
|
66
66
|
}
|
|
67
|
-
.opinion-box-table-wrapper[data-v-
|
|
67
|
+
.opinion-box-table-wrapper[data-v-995b99cd] {
|
|
68
68
|
width: 100%;
|
|
69
69
|
background: #f8fcff;
|
|
70
70
|
padding: 0;
|
|
71
71
|
}
|
|
72
|
-
.opinion-table[data-v-
|
|
72
|
+
.opinion-table[data-v-995b99cd] {
|
|
73
73
|
width: 100%;
|
|
74
74
|
border-collapse: separate;
|
|
75
75
|
border-spacing: 0;
|
|
76
76
|
}
|
|
77
|
-
.opinion-label[data-v-
|
|
77
|
+
.opinion-label[data-v-995b99cd] {
|
|
78
78
|
width: 120px;
|
|
79
79
|
background: #ccddff;
|
|
80
80
|
color: #0983ff;
|
|
@@ -89,20 +89,20 @@
|
|
|
89
89
|
min-height: 60px;
|
|
90
90
|
position: relative;
|
|
91
91
|
}
|
|
92
|
-
.required-star[data-v-
|
|
92
|
+
.required-star[data-v-995b99cd] {
|
|
93
93
|
color: #f56c6c;
|
|
94
94
|
margin-right: 2px;
|
|
95
95
|
font-size: 16px;
|
|
96
96
|
font-family: inherit;
|
|
97
97
|
vertical-align: middle;
|
|
98
98
|
}
|
|
99
|
-
.opinion-input-cell[data-v-
|
|
99
|
+
.opinion-input-cell[data-v-995b99cd] {
|
|
100
100
|
background: #f8fcff;
|
|
101
101
|
border: 1px solid #5b85d3;
|
|
102
102
|
border-left: none;
|
|
103
103
|
padding: 5px;
|
|
104
104
|
}
|
|
105
|
-
.opinion-input[data-v-
|
|
105
|
+
.opinion-input[data-v-995b99cd] .el-textarea__inner {
|
|
106
106
|
border: 1px solid #b5d1e6 !important;
|
|
107
107
|
background: #fff;
|
|
108
108
|
min-height: 60px;
|
|
@@ -514,13 +514,13 @@
|
|
|
514
514
|
max-width: none;
|
|
515
515
|
flex: auto;
|
|
516
516
|
}
|
|
517
|
-
}.runtime-page-container-tabs-view[data-v-
|
|
517
|
+
}.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__header > .el-tabs__new-tab {
|
|
518
518
|
border: 0px !important;
|
|
519
519
|
}
|
|
520
|
-
.runtime-page-container-tabs-view[data-v-
|
|
520
|
+
.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__header .el-tabs__item:has(.tab-hidden) {
|
|
521
521
|
display: none !important;
|
|
522
522
|
}
|
|
523
|
-
.runtime-page-container-tabs-view[data-v-
|
|
523
|
+
.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__content > .el-tab-pane {
|
|
524
524
|
display: flex;
|
|
525
525
|
flex-direction: row;
|
|
526
526
|
align-items: flex-start;
|
|
@@ -528,16 +528,16 @@
|
|
|
528
528
|
flex-wrap: wrap;
|
|
529
529
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
530
530
|
}
|
|
531
|
-
.runtime-page-container-tabs-view[data-v-
|
|
531
|
+
.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__content > .el-tab-pane > div {
|
|
532
532
|
width: 100%;
|
|
533
533
|
}
|
|
534
|
-
.runtime-page-container-tabs-view[data-v-
|
|
534
|
+
.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__content > .el-tab-pane > div[style*="display: inline-block"] {
|
|
535
535
|
width: auto;
|
|
536
536
|
}
|
|
537
|
-
.runtime-page-container-tabs-view[data-v-
|
|
537
|
+
.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__content > .el-tab-pane > [style*="display: inline-block"] {
|
|
538
538
|
width: auto;
|
|
539
539
|
}
|
|
540
|
-
.runtime-page-container-tabs-view[data-v-
|
|
540
|
+
.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__content > .el-tab-pane > .amb-design-item-default {
|
|
541
541
|
display: flex;
|
|
542
542
|
flex-direction: row;
|
|
543
543
|
align-items: flex-start;
|
|
@@ -545,16 +545,16 @@
|
|
|
545
545
|
flex-wrap: wrap;
|
|
546
546
|
gap: var(--runtime-page-container-view-gap, 15px);
|
|
547
547
|
}
|
|
548
|
-
.runtime-page-container-tabs-view[data-v-
|
|
548
|
+
.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div {
|
|
549
549
|
width: 100%;
|
|
550
550
|
}
|
|
551
|
-
.runtime-page-container-tabs-view[data-v-
|
|
551
|
+
.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > div[style*="display: inline-block"] {
|
|
552
552
|
width: auto;
|
|
553
553
|
}
|
|
554
|
-
.runtime-page-container-tabs-view[data-v-
|
|
554
|
+
.runtime-page-container-tabs-view[data-v-07e944bd] > .el-tabs__content > .el-tab-pane > .amb-design-item-default > [style*="display: inline-block"] {
|
|
555
555
|
width: auto;
|
|
556
556
|
}
|
|
557
|
-
.tab-hidden[data-v-
|
|
557
|
+
.tab-hidden[data-v-07e944bd] {
|
|
558
558
|
display: none !important;
|
|
559
559
|
}.yx-fixed-box-main[data-v-9b488f43]:has(.yx-fixed-box-container:empty) {
|
|
560
560
|
display: none;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-runtime",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.38-sit2",
|
|
4
4
|
"description": "AgileBuilder super page runtime",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
50
50
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
51
51
|
"@vue/test-utils": "^2.4.4",
|
|
52
|
-
"agilebuilder-ui": "1.1.
|
|
52
|
+
"agilebuilder-ui": "1.1.94-sit2",
|
|
53
53
|
"axios": "^1.6.8",
|
|
54
54
|
"cypress": "^13.6.6",
|
|
55
55
|
"element-plus": "^2.6.1",
|