super-page-designer 2.0.96 → 2.0.98

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
@@ -675,6 +675,10 @@ fieldset.amb-design-item-selected {
675
675
  [data-v-56a8e877]::-webkit-scrollbar-thumb:hover {
676
676
  background-color: grey;
677
677
  }
678
+
679
+ .el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
680
+ cursor: default;
681
+ }
678
682
  .el-tree-node__content {
679
683
  height: 34px !important;
680
684
  }
@@ -2532,6 +2536,10 @@ fieldset.amb-design-item-selected {
2532
2536
  padding: 10px;
2533
2537
  font-weight: bold;
2534
2538
  }
2539
+
2540
+ .el-select__wrapper.is-disabled{
2541
+ cursor: default;
2542
+ }
2535
2543
  .el-tree-node__content {
2536
2544
  height: 34px !important;
2537
2545
  }
@@ -3770,14 +3778,6 @@ fieldset.amb-design-item-selected {
3770
3778
  padding: 10px;
3771
3779
  font-weight: bold;
3772
3780
  }
3773
-
3774
- .el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
3775
- cursor: default;
3776
- }
3777
-
3778
- .el-select__wrapper.is-disabled{
3779
- cursor: default;
3780
- }
3781
3781
  .el-tree-node__content {
3782
3782
  height: 34px !important;
3783
3783
  }
@@ -9349,56 +9349,6 @@ fieldset.amb-design-item-selected {
9349
9349
  padding: 10px;
9350
9350
  font-weight: bold;
9351
9351
  }
9352
-
9353
- /*不显示列样式*/
9354
- .hiddenBorder {
9355
- border-right: solid 1px #ebebeb !important;
9356
- border-left: solid 1px #ebebeb !important;
9357
- background-color: #ebebeb !important;
9358
- }
9359
- /*选中列样式*/
9360
- .addBorder {
9361
- border-right: solid 1px #5893ef !important;
9362
- border-left: solid 1px #5893ef !important;
9363
- background-color: #5893ef !important;
9364
- color: #ffffff;
9365
- }
9366
- .ghost {
9367
- opacity: 0.5;
9368
- background: #c8ebfb;
9369
- }
9370
-
9371
- li[data-v-55bb4cd3] {
9372
- color: #333;
9373
- }
9374
- .context-menu[data-v-55bb4cd3] {
9375
- position: fixed;
9376
- background: #fff;
9377
- z-index: 999;
9378
- padding: 5px;
9379
- margin: 0;
9380
- margin-top: 30px;
9381
- }
9382
- .context-menu li[data-v-55bb4cd3] {
9383
- min-width: 75px;
9384
- height: 28px;
9385
- line-height: 28px;
9386
- text-align: left;
9387
- color: #1a1a1a;
9388
- cursor: pointer;
9389
- }
9390
- .context-menu li[data-v-55bb4cd3]:hover {
9391
- background: #5893ef;
9392
- color: #fff;
9393
- }
9394
- .context-menu[data-v-55bb4cd3] {
9395
- border: 1px solid #eee;
9396
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
9397
- border-radius: 5px;
9398
- }
9399
- li[data-v-55bb4cd3] {
9400
- list-style-type: none;
9401
- }
9402
9352
  .el-tree-node__content {
9403
9353
  height: 34px !important;
9404
9354
  }
@@ -10018,6 +9968,56 @@ fieldset.amb-design-item-selected {
10018
9968
  padding: 10px;
10019
9969
  font-weight: bold;
10020
9970
  }
9971
+
9972
+ /*不显示列样式*/
9973
+ .hiddenBorder {
9974
+ border-right: solid 1px #ebebeb !important;
9975
+ border-left: solid 1px #ebebeb !important;
9976
+ background-color: #ebebeb !important;
9977
+ }
9978
+ /*选中列样式*/
9979
+ .addBorder {
9980
+ border-right: solid 1px #5893ef !important;
9981
+ border-left: solid 1px #5893ef !important;
9982
+ background-color: #5893ef !important;
9983
+ color: #ffffff;
9984
+ }
9985
+ .ghost {
9986
+ opacity: 0.5;
9987
+ background: #c8ebfb;
9988
+ }
9989
+
9990
+ li[data-v-55bb4cd3] {
9991
+ color: #333;
9992
+ }
9993
+ .context-menu[data-v-55bb4cd3] {
9994
+ position: fixed;
9995
+ background: #fff;
9996
+ z-index: 999;
9997
+ padding: 5px;
9998
+ margin: 0;
9999
+ margin-top: 30px;
10000
+ }
10001
+ .context-menu li[data-v-55bb4cd3] {
10002
+ min-width: 75px;
10003
+ height: 28px;
10004
+ line-height: 28px;
10005
+ text-align: left;
10006
+ color: #1a1a1a;
10007
+ cursor: pointer;
10008
+ }
10009
+ .context-menu li[data-v-55bb4cd3]:hover {
10010
+ background: #5893ef;
10011
+ color: #fff;
10012
+ }
10013
+ .context-menu[data-v-55bb4cd3] {
10014
+ border: 1px solid #eee;
10015
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
10016
+ border-radius: 5px;
10017
+ }
10018
+ li[data-v-55bb4cd3] {
10019
+ list-style-type: none;
10020
+ }
10021
10021
  .el-tree-node__content {
10022
10022
  height: 34px !important;
10023
10023
  }
@@ -16208,6 +16208,10 @@ fieldset.amb-design-item-selected {
16208
16208
  padding: 10px;
16209
16209
  font-weight: bold;
16210
16210
  }
16211
+
16212
+ [data-v-d87986ba] .el-form-item__label{
16213
+ padding: 0;
16214
+ }
16211
16215
  .el-tree-node__content {
16212
16216
  height: 34px !important;
16213
16217
  }
@@ -16828,8 +16832,9 @@ fieldset.amb-design-item-selected {
16828
16832
  font-weight: bold;
16829
16833
  }
16830
16834
 
16831
- [data-v-d87986ba] .el-form-item__label{
16832
- padding: 0;
16835
+ .seleteSort[data-v-c93dc980] {
16836
+ border-radius: 5px;
16837
+ border: 1px solid rgba(88, 147, 239);
16833
16838
  }
16834
16839
 
16835
16840
  .amb-design-attr-header[data-v-226997f7] {
@@ -16858,11 +16863,6 @@ fieldset.amb-design-item-selected {
16858
16863
  color: #ffffff;
16859
16864
  }
16860
16865
 
16861
- .seleteSort[data-v-c93dc980] {
16862
- border-radius: 5px;
16863
- border: 1px solid rgba(88, 147, 239);
16864
- }
16865
-
16866
16866
  .event-item[data-v-c7ab7527] {
16867
16867
  font-size: 12px;
16868
16868
  border-bottom: 2px dashed #f5f6f8;
@@ -16870,50 +16870,22 @@ fieldset.amb-design-item-selected {
16870
16870
  padding-bottom: 5px;
16871
16871
  }
16872
16872
 
16873
+ [data-v-7fcec2fa] .el-cascader-menu {
16874
+ min-width: 120px !important;
16875
+ }
16876
+
16873
16877
  .seleteSort[data-v-e6c84ad9] {
16874
16878
  border-radius: 5px;
16875
16879
  border: 1px solid rgba(88, 147, 239);
16876
16880
  }
16877
16881
 
16878
- [data-v-7fcec2fa] .el-cascader-menu {
16879
- min-width: 120px !important;
16880
- }
16881
-
16882
- .icon-set-center-body[data-v-4aa5ce08]{
16883
- display: grid;
16884
- grid-template-columns:repeat(5,1fr);
16885
- grid-column-gap: 1px;
16886
- }
16887
- .icon-set-center-item[data-v-4aa5ce08]{
16888
- width: 100%;
16889
- height: 80px;
16890
- display: flex;
16891
- align-items: center;
16892
- flex-direction: column;
16893
- justify-content: center;
16894
- cursor: pointer;
16895
- border: 1px solid #eeeeee;
16896
- }
16897
- .icon-set-center-creation[data-v-4aa5ce08]{
16898
- width: 100%;
16882
+ .row-backgroud-header-tittle[data-v-b203475d]{
16899
16883
  display: flex;
16900
- align-items: center;
16901
- justify-content: center;
16902
- cursor: pointer;
16903
- border: 1px solid #eeeeee;
16904
- }
16905
- .icon-set-center-item[data-v-4aa5ce08]:hover{
16906
- background-color: #f2f6fc;
16907
- }
16908
- .icon-set-center-creation[data-v-4aa5ce08]:hover{
16909
- background-color: #f2f6fc;
16910
- }
16911
- .icon-set-center-item-border[data-v-4aa5ce08]{
16912
- border: 1px solid #5893ef;
16913
- z-index: 1;
16884
+ justify-content: space-between;
16885
+ text-align: center
16914
16886
  }
16915
- .el-form-item[data-v-4aa5ce08]{
16916
- margin-bottom: 20px;
16887
+ .row-backgroud-header-tittle > div[data-v-b203475d]{
16888
+ width: 100%
16917
16889
  }
16918
16890
 
16919
16891
  .editorTool[data-v-26f79956] {
@@ -16929,23 +16901,6 @@ fieldset.amb-design-item-selected {
16929
16901
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
16930
16902
  }
16931
16903
 
16932
- .seleteSort[data-v-97438be5] {
16933
- border-radius: 5px;
16934
- border: 1px solid rgba(88, 147, 239);
16935
- }
16936
- [data-v-97438be5] .el-select__selection{
16937
- display: inline-block;
16938
- }
16939
-
16940
- .row-backgroud-header-tittle[data-v-b203475d]{
16941
- display: flex;
16942
- justify-content: space-between;
16943
- text-align: center
16944
- }
16945
- .row-backgroud-header-tittle > div[data-v-b203475d]{
16946
- width: 100%
16947
- }
16948
-
16949
16904
  .seleteSort[data-v-a8c75465] {
16950
16905
  border-radius: 5px;
16951
16906
  border: 1px solid rgba(88, 147, 239);
@@ -16996,10 +16951,55 @@ li[data-v-b436905c] {
16996
16951
  list-style-type: none;
16997
16952
  }
16998
16953
 
16954
+ .icon-set-center-body[data-v-4aa5ce08]{
16955
+ display: grid;
16956
+ grid-template-columns:repeat(5,1fr);
16957
+ grid-column-gap: 1px;
16958
+ }
16959
+ .icon-set-center-item[data-v-4aa5ce08]{
16960
+ width: 100%;
16961
+ height: 80px;
16962
+ display: flex;
16963
+ align-items: center;
16964
+ flex-direction: column;
16965
+ justify-content: center;
16966
+ cursor: pointer;
16967
+ border: 1px solid #eeeeee;
16968
+ }
16969
+ .icon-set-center-creation[data-v-4aa5ce08]{
16970
+ width: 100%;
16971
+ display: flex;
16972
+ align-items: center;
16973
+ justify-content: center;
16974
+ cursor: pointer;
16975
+ border: 1px solid #eeeeee;
16976
+ }
16977
+ .icon-set-center-item[data-v-4aa5ce08]:hover{
16978
+ background-color: #f2f6fc;
16979
+ }
16980
+ .icon-set-center-creation[data-v-4aa5ce08]:hover{
16981
+ background-color: #f2f6fc;
16982
+ }
16983
+ .icon-set-center-item-border[data-v-4aa5ce08]{
16984
+ border: 1px solid #5893ef;
16985
+ z-index: 1;
16986
+ }
16987
+ .el-form-item[data-v-4aa5ce08]{
16988
+ margin-bottom: 20px;
16989
+ }
16990
+
16999
16991
  .el-tag[data-v-665d3bf4]{
17000
16992
  margin-left: 10px;
17001
16993
  }
17002
16994
 
16995
+ .seleteSort[data-v-97438be5] {
16996
+ border-radius: 5px;
16997
+ border: 1px solid rgba(88, 147, 239);
16998
+ }
16999
+ [data-v-97438be5] .el-select__selection{
17000
+ display: inline-block;
17001
+ }
17002
+
17003
17003
  .input-with-select .el-input-group__append {
17004
17004
  background-color: var(--el-fill-color-blank);
17005
17005
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.0.96",
3
+ "version": "2.0.98",
4
4
  "description": "AgileBuilder super page designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -39,7 +39,7 @@
39
39
  "qrcode": "^1.5.3",
40
40
  "quill": "^2.0.1",
41
41
  "service-flow-designer": "2.0.94",
42
- "super-page-runtime": "2.0.95",
42
+ "super-page-runtime": "2.0.97",
43
43
  "uuid": "^9.0.1",
44
44
  "vite": "^5.1.6",
45
45
  "vite-plugin-node-stdlib-browser": "^0.2.1",