super-page-designer 2.1.34 → 2.1.38

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/style.css CHANGED
@@ -1292,6 +1292,14 @@ fieldset.amb-design-item-selected {
1292
1292
  padding: 10px;
1293
1293
  font-weight: bold;
1294
1294
  }
1295
+
1296
+ .el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
1297
+ cursor: default;
1298
+ }
1299
+
1300
+ .el-select__wrapper.is-disabled{
1301
+ cursor: default;
1302
+ }
1295
1303
  .el-tree-node__content {
1296
1304
  height: 34px !important;
1297
1305
  }
@@ -2528,10 +2536,6 @@ fieldset.amb-design-item-selected {
2528
2536
  padding: 10px;
2529
2537
  font-weight: bold;
2530
2538
  }
2531
-
2532
- .el-select__wrapper.is-disabled{
2533
- cursor: default;
2534
- }
2535
2539
  .el-tree-node__content {
2536
2540
  height: 34px !important;
2537
2541
  }
@@ -5622,10 +5626,6 @@ fieldset.amb-design-item-selected {
5622
5626
  padding: 10px;
5623
5627
  font-weight: bold;
5624
5628
  }
5625
-
5626
- .el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
5627
- cursor: default;
5628
- }
5629
5629
  .el-tree-node__content {
5630
5630
  height: 34px !important;
5631
5631
  }
@@ -9952,6 +9952,56 @@ fieldset.amb-design-item-selected {
9952
9952
  padding: 10px;
9953
9953
  font-weight: bold;
9954
9954
  }
9955
+
9956
+ /*不显示列样式*/
9957
+ .hiddenBorder {
9958
+ border-right: solid 1px #ebebeb !important;
9959
+ border-left: solid 1px #ebebeb !important;
9960
+ background-color: #ebebeb !important;
9961
+ }
9962
+ /*选中列样式*/
9963
+ .addBorder {
9964
+ border-right: solid 1px #5893ef !important;
9965
+ border-left: solid 1px #5893ef !important;
9966
+ background-color: #5893ef !important;
9967
+ color: #ffffff;
9968
+ }
9969
+ .ghost {
9970
+ opacity: 0.5;
9971
+ background: #c8ebfb;
9972
+ }
9973
+
9974
+ li[data-v-55bb4cd3] {
9975
+ color: #333;
9976
+ }
9977
+ .context-menu[data-v-55bb4cd3] {
9978
+ position: fixed;
9979
+ background: #fff;
9980
+ z-index: 999;
9981
+ padding: 5px;
9982
+ margin: 0;
9983
+ margin-top: 30px;
9984
+ }
9985
+ .context-menu li[data-v-55bb4cd3] {
9986
+ min-width: 75px;
9987
+ height: 28px;
9988
+ line-height: 28px;
9989
+ text-align: left;
9990
+ color: #1a1a1a;
9991
+ cursor: pointer;
9992
+ }
9993
+ .context-menu li[data-v-55bb4cd3]:hover {
9994
+ background: #5893ef;
9995
+ color: #fff;
9996
+ }
9997
+ .context-menu[data-v-55bb4cd3] {
9998
+ border: 1px solid #eee;
9999
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
10000
+ border-radius: 5px;
10001
+ }
10002
+ li[data-v-55bb4cd3] {
10003
+ list-style-type: none;
10004
+ }
9955
10005
  .el-tree-node__content {
9956
10006
  height: 34px !important;
9957
10007
  }
@@ -10570,56 +10620,6 @@ fieldset.amb-design-item-selected {
10570
10620
  padding: 10px;
10571
10621
  font-weight: bold;
10572
10622
  }
10573
-
10574
- /*不显示列样式*/
10575
- .hiddenBorder {
10576
- border-right: solid 1px #ebebeb !important;
10577
- border-left: solid 1px #ebebeb !important;
10578
- background-color: #ebebeb !important;
10579
- }
10580
- /*选中列样式*/
10581
- .addBorder {
10582
- border-right: solid 1px #5893ef !important;
10583
- border-left: solid 1px #5893ef !important;
10584
- background-color: #5893ef !important;
10585
- color: #ffffff;
10586
- }
10587
- .ghost {
10588
- opacity: 0.5;
10589
- background: #c8ebfb;
10590
- }
10591
-
10592
- li[data-v-55bb4cd3] {
10593
- color: #333;
10594
- }
10595
- .context-menu[data-v-55bb4cd3] {
10596
- position: fixed;
10597
- background: #fff;
10598
- z-index: 999;
10599
- padding: 5px;
10600
- margin: 0;
10601
- margin-top: 30px;
10602
- }
10603
- .context-menu li[data-v-55bb4cd3] {
10604
- min-width: 75px;
10605
- height: 28px;
10606
- line-height: 28px;
10607
- text-align: left;
10608
- color: #1a1a1a;
10609
- cursor: pointer;
10610
- }
10611
- .context-menu li[data-v-55bb4cd3]:hover {
10612
- background: #5893ef;
10613
- color: #fff;
10614
- }
10615
- .context-menu[data-v-55bb4cd3] {
10616
- border: 1px solid #eee;
10617
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
10618
- border-radius: 5px;
10619
- }
10620
- li[data-v-55bb4cd3] {
10621
- list-style-type: none;
10622
- }
10623
10623
  .el-tree-node__content {
10624
10624
  height: 34px !important;
10625
10625
  }
@@ -16182,6 +16182,10 @@ fieldset.amb-design-item-selected {
16182
16182
  padding: 10px;
16183
16183
  font-weight: bold;
16184
16184
  }
16185
+
16186
+ [data-v-d87986ba] .el-form-item__label{
16187
+ padding: 0;
16188
+ }
16185
16189
  .el-tree-node__content {
16186
16190
  height: 34px !important;
16187
16191
  }
@@ -16801,10 +16805,6 @@ fieldset.amb-design-item-selected {
16801
16805
  font-weight: bold;
16802
16806
  }
16803
16807
 
16804
- [data-v-d87986ba] .el-form-item__label{
16805
- padding: 0;
16806
- }
16807
-
16808
16808
  .amb-design-attr-header[data-v-226997f7] {
16809
16809
  position: sticky;
16810
16810
  position: -webkit-sticky;
@@ -16847,6 +16847,48 @@ fieldset.amb-design-item-selected {
16847
16847
  min-width: 120px !important;
16848
16848
  }
16849
16849
 
16850
+ .seleteSort[data-v-e6c84ad9] {
16851
+ border-radius: 5px;
16852
+ border: 1px solid rgba(88, 147, 239);
16853
+ }
16854
+
16855
+ .icon-set-center-body[data-v-4aa5ce08]{
16856
+ display: grid;
16857
+ grid-template-columns:repeat(5,1fr);
16858
+ grid-column-gap: 1px;
16859
+ }
16860
+ .icon-set-center-item[data-v-4aa5ce08]{
16861
+ width: 100%;
16862
+ height: 80px;
16863
+ display: flex;
16864
+ align-items: center;
16865
+ flex-direction: column;
16866
+ justify-content: center;
16867
+ cursor: pointer;
16868
+ border: 1px solid #eeeeee;
16869
+ }
16870
+ .icon-set-center-creation[data-v-4aa5ce08]{
16871
+ width: 100%;
16872
+ display: flex;
16873
+ align-items: center;
16874
+ justify-content: center;
16875
+ cursor: pointer;
16876
+ border: 1px solid #eeeeee;
16877
+ }
16878
+ .icon-set-center-item[data-v-4aa5ce08]:hover{
16879
+ background-color: #f2f6fc;
16880
+ }
16881
+ .icon-set-center-creation[data-v-4aa5ce08]:hover{
16882
+ background-color: #f2f6fc;
16883
+ }
16884
+ .icon-set-center-item-border[data-v-4aa5ce08]{
16885
+ border: 1px solid #5893ef;
16886
+ z-index: 1;
16887
+ }
16888
+ .el-form-item[data-v-4aa5ce08]{
16889
+ margin-bottom: 20px;
16890
+ }
16891
+
16850
16892
  .editorTool[data-v-26f79956] {
16851
16893
  margin-left: auto;
16852
16894
  }
@@ -16860,11 +16902,6 @@ fieldset.amb-design-item-selected {
16860
16902
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
16861
16903
  }
16862
16904
 
16863
- .seleteSort[data-v-e6c84ad9] {
16864
- border-radius: 5px;
16865
- border: 1px solid rgba(88, 147, 239);
16866
- }
16867
-
16868
16905
  .row-backgroud-header-tittle[data-v-b203475d]{
16869
16906
  display: flex;
16870
16907
  justify-content: space-between;
@@ -16874,11 +16911,6 @@ fieldset.amb-design-item-selected {
16874
16911
  width: 100%
16875
16912
  }
16876
16913
 
16877
- .seleteSort[data-v-a8c75465] {
16878
- border-radius: 5px;
16879
- border: 1px solid rgba(88, 147, 239);
16880
- }
16881
-
16882
16914
  .stateBtn[data-v-ae2798fb]{
16883
16915
  display: flex;
16884
16916
  }
@@ -16924,45 +16956,9 @@ li[data-v-74ebe0ac] {
16924
16956
  list-style-type: none;
16925
16957
  }
16926
16958
 
16927
- .el-tag[data-v-665d3bf4]{
16928
- margin-left: 10px;
16929
- }
16930
-
16931
- .icon-set-center-body[data-v-4aa5ce08]{
16932
- display: grid;
16933
- grid-template-columns:repeat(5,1fr);
16934
- grid-column-gap: 1px;
16935
- }
16936
- .icon-set-center-item[data-v-4aa5ce08]{
16937
- width: 100%;
16938
- height: 80px;
16939
- display: flex;
16940
- align-items: center;
16941
- flex-direction: column;
16942
- justify-content: center;
16943
- cursor: pointer;
16944
- border: 1px solid #eeeeee;
16945
- }
16946
- .icon-set-center-creation[data-v-4aa5ce08]{
16947
- width: 100%;
16948
- display: flex;
16949
- align-items: center;
16950
- justify-content: center;
16951
- cursor: pointer;
16952
- border: 1px solid #eeeeee;
16953
- }
16954
- .icon-set-center-item[data-v-4aa5ce08]:hover{
16955
- background-color: #f2f6fc;
16956
- }
16957
- .icon-set-center-creation[data-v-4aa5ce08]:hover{
16958
- background-color: #f2f6fc;
16959
- }
16960
- .icon-set-center-item-border[data-v-4aa5ce08]{
16961
- border: 1px solid #5893ef;
16962
- z-index: 1;
16963
- }
16964
- .el-form-item[data-v-4aa5ce08]{
16965
- margin-bottom: 20px;
16959
+ .seleteSort[data-v-a8c75465] {
16960
+ border-radius: 5px;
16961
+ border: 1px solid rgba(88, 147, 239);
16966
16962
  }
16967
16963
 
16968
16964
  .seleteSort[data-v-97438be5] {
@@ -16973,6 +16969,10 @@ li[data-v-74ebe0ac] {
16973
16969
  display: inline-block;
16974
16970
  }
16975
16971
 
16972
+ .el-tag[data-v-665d3bf4]{
16973
+ margin-left: 10px;
16974
+ }
16975
+
16976
16976
  [data-v-1aa6f1ab] .centered-input .el-input__inner {
16977
16977
  text-align: center;
16978
16978
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.1.34",
3
+ "version": "2.1.38",
4
4
  "description": "AgileBuilder super page designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -29,7 +29,7 @@
29
29
  "@vitejs/plugin-vue": "^5.0.4",
30
30
  "@vueuse/core": "^10.9.0",
31
31
  "agilebuilder-private-libs": "1.0.26",
32
- "agilebuilder-ui": "1.0.69",
32
+ "agilebuilder-ui": "1.0.71",
33
33
  "echarts": "^5.5.0",
34
34
  "element-plus": "^2.6.1",
35
35
  "font-awesome": "^4.7.0",
@@ -39,8 +39,8 @@
39
39
  "pinia": "^2.1.7",
40
40
  "qrcode": "^1.5.3",
41
41
  "quill": "^2.0.1",
42
- "service-flow-designer": "2.1.32",
43
- "super-page-runtime": "2.1.33",
42
+ "service-flow-designer": "2.1.36",
43
+ "super-page-runtime": "2.1.37",
44
44
  "uuid": "^9.0.1",
45
45
  "vite": "^5.1.6",
46
46
  "vite-plugin-node-stdlib-browser": "^0.2.1",
@@ -51,7 +51,7 @@
51
51
  "vue-echarts": "^6.6.9",
52
52
  "vue-router": "^4.3.0",
53
53
  "vuex": "^4.1.0",
54
- "workflow-editor": "0.0.42-up"
54
+ "workflow-editor": "0.0.43-up"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@codemirror/autocomplete": "^6.16.0",