super-page-designer 2.1.31 → 2.1.34

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.
@@ -8,7 +8,7 @@ import "agilebuilder-ui/src/utils/request";
8
8
  import "uuid";
9
9
  import "../../../../../../stores/page-store.js";
10
10
  import "../../../../../../stores/table-store.js";
11
- import "../../common/common-variable-bind.vue3.js";
11
+ import "../../common/common-variable-bind.vue2.js";
12
12
  import "../../../../utils/eventBus.js";
13
13
  import _sfc_main$1 from "../../common/common-function-code.vue.js";
14
14
  const _hoisted_1 = { style: { "padding": "8px 0px 0px 0px" } };
@@ -7,7 +7,7 @@ import "@element-plus/icons-vue";
7
7
  import http from "agilebuilder-ui/src/utils/request";
8
8
  import { usePageContextStore } from "../../../../../../stores/page-store.js";
9
9
  import "../../../../../../stores/table-store.js";
10
- import "../../common/common-variable-bind.vue3.js";
10
+ import "../../common/common-variable-bind.vue2.js";
11
11
  import _sfc_main$4 from "./data-origin-service-in.vue.js";
12
12
  import { queryTableFields } from "../../../../utils/page-table-util.js";
13
13
  import { getCustomFuncs } from "../../../../utils/page-event-util.js";
package/dist/es/style.css CHANGED
@@ -2528,6 +2528,10 @@ fieldset.amb-design-item-selected {
2528
2528
  padding: 10px;
2529
2529
  font-weight: bold;
2530
2530
  }
2531
+
2532
+ .el-select__wrapper.is-disabled{
2533
+ cursor: default;
2534
+ }
2531
2535
  .el-tree-node__content {
2532
2536
  height: 34px !important;
2533
2537
  }
@@ -3146,10 +3150,6 @@ fieldset.amb-design-item-selected {
3146
3150
  padding: 10px;
3147
3151
  font-weight: bold;
3148
3152
  }
3149
-
3150
- .el-select__wrapper.is-disabled{
3151
- cursor: default;
3152
- }
3153
3153
  .el-tree-node__content {
3154
3154
  height: 34px !important;
3155
3155
  }
@@ -9334,56 +9334,6 @@ fieldset.amb-design-item-selected {
9334
9334
  padding: 10px;
9335
9335
  font-weight: bold;
9336
9336
  }
9337
-
9338
- /*不显示列样式*/
9339
- .hiddenBorder {
9340
- border-right: solid 1px #ebebeb !important;
9341
- border-left: solid 1px #ebebeb !important;
9342
- background-color: #ebebeb !important;
9343
- }
9344
- /*选中列样式*/
9345
- .addBorder {
9346
- border-right: solid 1px #5893ef !important;
9347
- border-left: solid 1px #5893ef !important;
9348
- background-color: #5893ef !important;
9349
- color: #ffffff;
9350
- }
9351
- .ghost {
9352
- opacity: 0.5;
9353
- background: #c8ebfb;
9354
- }
9355
-
9356
- li[data-v-55bb4cd3] {
9357
- color: #333;
9358
- }
9359
- .context-menu[data-v-55bb4cd3] {
9360
- position: fixed;
9361
- background: #fff;
9362
- z-index: 999;
9363
- padding: 5px;
9364
- margin: 0;
9365
- margin-top: 30px;
9366
- }
9367
- .context-menu li[data-v-55bb4cd3] {
9368
- min-width: 75px;
9369
- height: 28px;
9370
- line-height: 28px;
9371
- text-align: left;
9372
- color: #1a1a1a;
9373
- cursor: pointer;
9374
- }
9375
- .context-menu li[data-v-55bb4cd3]:hover {
9376
- background: #5893ef;
9377
- color: #fff;
9378
- }
9379
- .context-menu[data-v-55bb4cd3] {
9380
- border: 1px solid #eee;
9381
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
9382
- border-radius: 5px;
9383
- }
9384
- li[data-v-55bb4cd3] {
9385
- list-style-type: none;
9386
- }
9387
9337
  .el-tree-node__content {
9388
9338
  height: 34px !important;
9389
9339
  }
@@ -10620,6 +10570,56 @@ fieldset.amb-design-item-selected {
10620
10570
  padding: 10px;
10621
10571
  font-weight: bold;
10622
10572
  }
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
  }
@@ -16847,11 +16847,6 @@ 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
16850
  .editorTool[data-v-26f79956] {
16856
16851
  margin-left: auto;
16857
16852
  }
@@ -16865,41 +16860,9 @@ fieldset.amb-design-item-selected {
16865
16860
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
16866
16861
  }
16867
16862
 
16868
- .icon-set-center-body[data-v-4aa5ce08]{
16869
- display: grid;
16870
- grid-template-columns:repeat(5,1fr);
16871
- grid-column-gap: 1px;
16872
- }
16873
- .icon-set-center-item[data-v-4aa5ce08]{
16874
- width: 100%;
16875
- height: 80px;
16876
- display: flex;
16877
- align-items: center;
16878
- flex-direction: column;
16879
- justify-content: center;
16880
- cursor: pointer;
16881
- border: 1px solid #eeeeee;
16882
- }
16883
- .icon-set-center-creation[data-v-4aa5ce08]{
16884
- width: 100%;
16885
- display: flex;
16886
- align-items: center;
16887
- justify-content: center;
16888
- cursor: pointer;
16889
- border: 1px solid #eeeeee;
16890
- }
16891
- .icon-set-center-item[data-v-4aa5ce08]:hover{
16892
- background-color: #f2f6fc;
16893
- }
16894
- .icon-set-center-creation[data-v-4aa5ce08]:hover{
16895
- background-color: #f2f6fc;
16896
- }
16897
- .icon-set-center-item-border[data-v-4aa5ce08]{
16898
- border: 1px solid #5893ef;
16899
- z-index: 1;
16900
- }
16901
- .el-form-item[data-v-4aa5ce08]{
16902
- margin-bottom: 20px;
16863
+ .seleteSort[data-v-e6c84ad9] {
16864
+ border-radius: 5px;
16865
+ border: 1px solid rgba(88, 147, 239);
16903
16866
  }
16904
16867
 
16905
16868
  .row-backgroud-header-tittle[data-v-b203475d]{
@@ -16911,12 +16874,17 @@ fieldset.amb-design-item-selected {
16911
16874
  width: 100%
16912
16875
  }
16913
16876
 
16914
- .seleteSort[data-v-97438be5] {
16915
- border-radius: 5px;
16916
- border: 1px solid rgba(88, 147, 239);
16877
+ .seleteSort[data-v-a8c75465] {
16878
+ border-radius: 5px;
16879
+ border: 1px solid rgba(88, 147, 239);
16880
+ }
16881
+
16882
+ .stateBtn[data-v-ae2798fb]{
16883
+ display: flex;
16917
16884
  }
16918
- [data-v-97438be5] .el-select__selection{
16919
- display: inline-block;
16885
+ .stateText[data-v-ae2798fb]{
16886
+ margin-left: 10px;
16887
+ color: #7b7b7b;
16920
16888
  }
16921
16889
 
16922
16890
  li[data-v-74ebe0ac] {
@@ -16956,21 +16924,53 @@ li[data-v-74ebe0ac] {
16956
16924
  list-style-type: none;
16957
16925
  }
16958
16926
 
16959
- .stateBtn[data-v-ae2798fb]{
16960
- display: flex;
16961
- }
16962
- .stateText[data-v-ae2798fb]{
16963
- margin-left: 10px;
16964
- color: #7b7b7b;
16927
+ .el-tag[data-v-665d3bf4]{
16928
+ margin-left: 10px;
16965
16929
  }
16966
16930
 
16967
- .seleteSort[data-v-a8c75465] {
16968
- border-radius: 5px;
16969
- border: 1px solid rgba(88, 147, 239);
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;
16970
16966
  }
16971
16967
 
16972
- .el-tag[data-v-665d3bf4]{
16973
- margin-left: 10px;
16968
+ .seleteSort[data-v-97438be5] {
16969
+ border-radius: 5px;
16970
+ border: 1px solid rgba(88, 147, 239);
16971
+ }
16972
+ [data-v-97438be5] .el-select__selection{
16973
+ display: inline-block;
16974
16974
  }
16975
16975
 
16976
16976
  [data-v-1aa6f1ab] .centered-input .el-input__inner {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.1.31",
3
+ "version": "2.1.34",
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.68",
32
+ "agilebuilder-ui": "1.0.69",
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.29",
43
- "super-page-runtime": "2.1.30",
42
+ "service-flow-designer": "2.1.32",
43
+ "super-page-runtime": "2.1.33",
44
44
  "uuid": "^9.0.1",
45
45
  "vite": "^5.1.6",
46
46
  "vite-plugin-node-stdlib-browser": "^0.2.1",