super-page-runtime 2.3.32 → 2.3.33-cdn1
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/events/event-util.d.ts +1 -0
- package/dist/es/components/runtime/utils/events/event-util.js +138 -126
- package/dist/es/components/runtime/utils/page-init-util.js +36 -36
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +9 -8
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +22 -22
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue.js +4 -1
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +88 -74
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +32 -27
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +10 -10
- package/dist/es/style.css +20 -1
- package/package.json +2 -2
package/dist/es/style.css
CHANGED
|
@@ -585,6 +585,25 @@
|
|
|
585
585
|
.amb-widget-tools-parent[data-v-a9801c3f] .amb-widget-container-tool > .el-form-item {
|
|
586
586
|
margin-bottom: 0;
|
|
587
587
|
}
|
|
588
|
+
[data-v-68808d47] .el-popover,[data-v-68808d47] .el-popper,[data-v-68808d47] .el-popover__popper {
|
|
589
|
+
min-width: 50px !important;
|
|
590
|
+
}
|
|
591
|
+
[data-v-68808d47] .custom-sel-copy-tooltip {
|
|
592
|
+
box-shadow: 0 0 8px 2px rgba(0, 123, 255, 0.7);
|
|
593
|
+
}
|
|
594
|
+
/* 移动端显示复制按钮,pc隐藏 */
|
|
595
|
+
.mobile-copy-trigger[data-v-68808d47] {
|
|
596
|
+
display: none;
|
|
597
|
+
}
|
|
598
|
+
@media (hover: none) and (pointer: coarse) {
|
|
599
|
+
.mobile-copy-trigger[data-v-68808d47] {
|
|
600
|
+
display: inline-flex;
|
|
601
|
+
align-items: center;
|
|
602
|
+
padding-right: 4px;
|
|
603
|
+
color: var(--el-color-primary);
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
|
|
588
607
|
[data-v-7f659782] .el-form-item__content {
|
|
589
608
|
height: 100% !important;
|
|
590
609
|
}
|
|
@@ -909,7 +928,7 @@
|
|
|
909
928
|
}
|
|
910
929
|
.amb-workflowbutton-runtime-view > div[data-v-9b35b120] {
|
|
911
930
|
width: auto;
|
|
912
|
-
}.dialog-footer[data-v-
|
|
931
|
+
}.dialog-footer[data-v-86931fd4] {
|
|
913
932
|
display: inline-flex;
|
|
914
933
|
gap: 8px;
|
|
915
934
|
}.dialog-footer[data-v-a6bc44c9] {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-runtime",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.33-cdn1",
|
|
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.88-cdn1",
|
|
53
53
|
"axios": "^1.6.8",
|
|
54
54
|
"cypress": "^13.6.6",
|
|
55
55
|
"element-plus": "^2.6.1",
|