super-page-designer 2.0.59 → 2.0.67

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
@@ -9341,6 +9341,56 @@ fieldset.amb-design-item-selected {
9341
9341
  padding: 10px;
9342
9342
  font-weight: bold;
9343
9343
  }
9344
+
9345
+ /*不显示列样式*/
9346
+ .hiddenBorder {
9347
+ border-right: solid 1px #ebebeb !important;
9348
+ border-left: solid 1px #ebebeb !important;
9349
+ background-color: #ebebeb !important;
9350
+ }
9351
+ /*选中列样式*/
9352
+ .addBorder {
9353
+ border-right: solid 1px #5893ef !important;
9354
+ border-left: solid 1px #5893ef !important;
9355
+ background-color: #5893ef !important;
9356
+ color: #ffffff;
9357
+ }
9358
+ .ghost {
9359
+ opacity: 0.5;
9360
+ background: #c8ebfb;
9361
+ }
9362
+
9363
+ li[data-v-20ea5d48] {
9364
+ color: #333;
9365
+ }
9366
+ .context-menu[data-v-20ea5d48] {
9367
+ position: fixed;
9368
+ background: #fff;
9369
+ z-index: 999;
9370
+ padding: 5px;
9371
+ margin: 0;
9372
+ margin-top: 30px;
9373
+ }
9374
+ .context-menu li[data-v-20ea5d48] {
9375
+ min-width: 75px;
9376
+ height: 28px;
9377
+ line-height: 28px;
9378
+ text-align: left;
9379
+ color: #1a1a1a;
9380
+ cursor: pointer;
9381
+ }
9382
+ .context-menu li[data-v-20ea5d48]:hover {
9383
+ background: #5893ef;
9384
+ color: #fff;
9385
+ }
9386
+ .context-menu[data-v-20ea5d48] {
9387
+ border: 1px solid #eee;
9388
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
9389
+ border-radius: 5px;
9390
+ }
9391
+ li[data-v-20ea5d48] {
9392
+ list-style-type: none;
9393
+ }
9344
9394
  .el-tree-node__content {
9345
9395
  height: 34px !important;
9346
9396
  }
@@ -9960,56 +10010,6 @@ fieldset.amb-design-item-selected {
9960
10010
  padding: 10px;
9961
10011
  font-weight: bold;
9962
10012
  }
9963
-
9964
- /*不显示列样式*/
9965
- .hiddenBorder {
9966
- border-right: solid 1px #ebebeb !important;
9967
- border-left: solid 1px #ebebeb !important;
9968
- background-color: #ebebeb !important;
9969
- }
9970
- /*选中列样式*/
9971
- .addBorder {
9972
- border-right: solid 1px #5893ef !important;
9973
- border-left: solid 1px #5893ef !important;
9974
- background-color: #5893ef !important;
9975
- color: #ffffff;
9976
- }
9977
- .ghost {
9978
- opacity: 0.5;
9979
- background: #c8ebfb;
9980
- }
9981
-
9982
- li[data-v-20ea5d48] {
9983
- color: #333;
9984
- }
9985
- .context-menu[data-v-20ea5d48] {
9986
- position: fixed;
9987
- background: #fff;
9988
- z-index: 999;
9989
- padding: 5px;
9990
- margin: 0;
9991
- margin-top: 30px;
9992
- }
9993
- .context-menu li[data-v-20ea5d48] {
9994
- min-width: 75px;
9995
- height: 28px;
9996
- line-height: 28px;
9997
- text-align: left;
9998
- color: #1a1a1a;
9999
- cursor: pointer;
10000
- }
10001
- .context-menu li[data-v-20ea5d48]:hover {
10002
- background: #5893ef;
10003
- color: #fff;
10004
- }
10005
- .context-menu[data-v-20ea5d48] {
10006
- border: 1px solid #eee;
10007
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
10008
- border-radius: 5px;
10009
- }
10010
- li[data-v-20ea5d48] {
10011
- list-style-type: none;
10012
- }
10013
10013
  .el-tree-node__content {
10014
10014
  height: 34px !important;
10015
10015
  }
@@ -16238,13 +16238,50 @@ fieldset.amb-design-item-selected {
16238
16238
  padding-bottom: 5px;
16239
16239
  }
16240
16240
 
16241
+ .seleteSort[data-v-0ac2eace] {
16242
+ border-radius: 5px;
16243
+ border: 1px solid rgba(88, 147, 239);
16244
+ }
16245
+
16241
16246
  [data-v-48d27f9e] .el-cascader-menu {
16242
16247
  min-width: 120px !important;
16243
16248
  }
16244
16249
 
16245
- .seleteSort[data-v-0ac2eace] {
16246
- border-radius: 5px;
16247
- border: 1px solid rgba(88, 147, 239);
16250
+ .icon-set-center-body[data-v-4aa5ce08]{
16251
+ display: grid;
16252
+ grid-template-columns:repeat(5,1fr);
16253
+ grid-column-gap: 1px;
16254
+ }
16255
+ .icon-set-center-item[data-v-4aa5ce08]{
16256
+ width: 100%;
16257
+ height: 80px;
16258
+ display: flex;
16259
+ align-items: center;
16260
+ flex-direction: column;
16261
+ justify-content: center;
16262
+ cursor: pointer;
16263
+ border: 1px solid #eeeeee;
16264
+ }
16265
+ .icon-set-center-creation[data-v-4aa5ce08]{
16266
+ width: 100%;
16267
+ display: flex;
16268
+ align-items: center;
16269
+ justify-content: center;
16270
+ cursor: pointer;
16271
+ border: 1px solid #eeeeee;
16272
+ }
16273
+ .icon-set-center-item[data-v-4aa5ce08]:hover{
16274
+ background-color: #f2f6fc;
16275
+ }
16276
+ .icon-set-center-creation[data-v-4aa5ce08]:hover{
16277
+ background-color: #f2f6fc;
16278
+ }
16279
+ .icon-set-center-item-border[data-v-4aa5ce08]{
16280
+ border: 1px solid #5893ef;
16281
+ z-index: 1;
16282
+ }
16283
+ .el-form-item[data-v-4aa5ce08]{
16284
+ margin-bottom: 20px;
16248
16285
  }
16249
16286
 
16250
16287
  .editorTool[data-v-26f79956] {
@@ -16260,13 +16297,17 @@ fieldset.amb-design-item-selected {
16260
16297
  align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
16261
16298
  }
16262
16299
 
16263
- .row-backgroud-header-tittle[data-v-b203475d]{
16264
- display: flex;
16265
- justify-content: space-between;
16266
- text-align: center
16300
+ .seleteSort[data-v-4978a9d6] {
16301
+ border-radius: 5px;
16302
+ border: 1px solid rgba(88, 147, 239);
16303
+ }
16304
+
16305
+ .stateBtn[data-v-ae2798fb]{
16306
+ display: flex;
16267
16307
  }
16268
- .row-backgroud-header-tittle > div[data-v-b203475d]{
16269
- width: 100%
16308
+ .stateText[data-v-ae2798fb]{
16309
+ margin-left: 10px;
16310
+ color: #7b7b7b;
16270
16311
  }
16271
16312
 
16272
16313
  li[data-v-b436905c] {
@@ -16306,54 +16347,13 @@ li[data-v-b436905c] {
16306
16347
  list-style-type: none;
16307
16348
  }
16308
16349
 
16309
- .seleteSort[data-v-4978a9d6] {
16310
- border-radius: 5px;
16311
- border: 1px solid rgba(88, 147, 239);
16312
- }
16313
-
16314
- .stateBtn[data-v-ae2798fb]{
16315
- display: flex;
16316
- }
16317
- .stateText[data-v-ae2798fb]{
16318
- margin-left: 10px;
16319
- color: #7b7b7b;
16320
- }
16321
-
16322
- .icon-set-center-body[data-v-4aa5ce08]{
16323
- display: grid;
16324
- grid-template-columns:repeat(5,1fr);
16325
- grid-column-gap: 1px;
16326
- }
16327
- .icon-set-center-item[data-v-4aa5ce08]{
16328
- width: 100%;
16329
- height: 80px;
16330
- display: flex;
16331
- align-items: center;
16332
- flex-direction: column;
16333
- justify-content: center;
16334
- cursor: pointer;
16335
- border: 1px solid #eeeeee;
16336
- }
16337
- .icon-set-center-creation[data-v-4aa5ce08]{
16338
- width: 100%;
16350
+ .row-backgroud-header-tittle[data-v-b203475d]{
16339
16351
  display: flex;
16340
- align-items: center;
16341
- justify-content: center;
16342
- cursor: pointer;
16343
- border: 1px solid #eeeeee;
16344
- }
16345
- .icon-set-center-item[data-v-4aa5ce08]:hover{
16346
- background-color: #f2f6fc;
16347
- }
16348
- .icon-set-center-creation[data-v-4aa5ce08]:hover{
16349
- background-color: #f2f6fc;
16350
- }
16351
- .icon-set-center-item-border[data-v-4aa5ce08]{
16352
- border: 1px solid #5893ef;
16353
- z-index: 1;
16352
+ justify-content: space-between;
16353
+ text-align: center
16354
16354
  }
16355
- .el-form-item[data-v-4aa5ce08]{
16356
- margin-bottom: 20px;
16355
+ .row-backgroud-header-tittle > div[data-v-b203475d]{
16356
+ width: 100%
16357
16357
  }
16358
16358
 
16359
16359
  .seleteSort[data-v-97438be5] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.0.59",
3
+ "version": "2.0.67",
4
4
  "description": "AgileBuilder super page designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -28,7 +28,7 @@
28
28
  "@logicflow/layout": "1.2.0-alpha.16",
29
29
  "@vitejs/plugin-vue": "^5.0.4",
30
30
  "@vueuse/core": "^10.9.0",
31
- "agilebuilder-ui": "1.0.46",
31
+ "agilebuilder-ui": "1.0.49",
32
32
  "echarts": "^5.5.0",
33
33
  "element-plus": "^2.6.1",
34
34
  "font-awesome": "^4.7.0",
@@ -39,7 +39,7 @@
39
39
  "qrcode": "^1.5.3",
40
40
  "quill": "^2.0.1",
41
41
  "service-flow-designer": "2.0.57",
42
- "super-page-runtime": "2.0.56",
42
+ "super-page-runtime": "2.0.66",
43
43
  "uuid": "^9.0.1",
44
44
  "vite": "^5.1.6",
45
45
  "vite-plugin-node-stdlib-browser": "^0.2.1",