super-page-designer 2.1.88 → 2.1.94
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/design/views/design/page-event/config.vue.js +7 -1
- package/dist/es/components/design/views/design/page-event/config.vue2.js +1 -7
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +148 -148
- package/package.json +3 -3
|
@@ -1 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import _sfc_main from "./config.vue3.js";
|
|
2
|
+
import "./config.vue2.js";
|
|
3
|
+
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bc0d50cd"]]);
|
|
5
|
+
export {
|
|
6
|
+
config as default
|
|
7
|
+
};
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
import "./config.vue.js";
|
|
3
|
-
import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const config = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bc0d50cd"]]);
|
|
5
|
-
export {
|
|
6
|
-
config as default
|
|
7
|
-
};
|
|
1
|
+
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, onUnmounted, watch, resolveComponent, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, withDirectives, vShow, unref, createTextVNode, toDisplayString, Fragment, renderList, createBlock } from "vue";
|
|
2
2
|
import { ElMessageBox, ElMessage } from "element-plus";
|
|
3
|
-
import config from "./config.
|
|
3
|
+
import config from "./config.vue.js";
|
|
4
4
|
import { standardButtonOperations } from "../../../utils/assemblys-config.js";
|
|
5
5
|
import { findDesignItemByUuid, getUuidv4, deepCopy } from "../../../utils/common-util.js";
|
|
6
6
|
import { usePageContextStore } from "../../../../../stores/page-store.js";
|
|
@@ -16,7 +16,7 @@ import "@codemirror/autocomplete";
|
|
|
16
16
|
import "@codemirror/language";
|
|
17
17
|
import "@codemirror/search";
|
|
18
18
|
import "js-beautify";
|
|
19
|
-
import "../page-event/config.
|
|
19
|
+
import "../page-event/config.vue2.js";
|
|
20
20
|
import "../../../utils/assemblys-config.js";
|
|
21
21
|
import "../../../../../stores/page-store.js";
|
|
22
22
|
import "../../../../../stores/event-undo-redo-store.js";
|
package/dist/es/style.css
CHANGED
|
@@ -674,6 +674,10 @@ fieldset.amb-design-item-selected {
|
|
|
674
674
|
[data-v-511b453b]::-webkit-scrollbar-thumb:hover {
|
|
675
675
|
background-color: grey;
|
|
676
676
|
}
|
|
677
|
+
|
|
678
|
+
.el-select__wrapper.is-disabled{
|
|
679
|
+
cursor: default;
|
|
680
|
+
}
|
|
677
681
|
.el-tree-node__content {
|
|
678
682
|
height: 34px !important;
|
|
679
683
|
}
|
|
@@ -4382,14 +4386,6 @@ fieldset.amb-design-item-selected {
|
|
|
4382
4386
|
padding: 10px;
|
|
4383
4387
|
font-weight: bold;
|
|
4384
4388
|
}
|
|
4385
|
-
|
|
4386
|
-
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
4387
|
-
cursor: default;
|
|
4388
|
-
}
|
|
4389
|
-
|
|
4390
|
-
.el-select__wrapper.is-disabled{
|
|
4391
|
-
cursor: default;
|
|
4392
|
-
}
|
|
4393
4389
|
.el-tree-node__content {
|
|
4394
4390
|
height: 34px !important;
|
|
4395
4391
|
}
|
|
@@ -5626,6 +5622,10 @@ fieldset.amb-design-item-selected {
|
|
|
5626
5622
|
padding: 10px;
|
|
5627
5623
|
font-weight: bold;
|
|
5628
5624
|
}
|
|
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
|
}
|
|
@@ -9334,6 +9334,56 @@ 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-5581ec9f] {
|
|
9357
|
+
color: #333;
|
|
9358
|
+
}
|
|
9359
|
+
.context-menu[data-v-5581ec9f] {
|
|
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-5581ec9f] {
|
|
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-5581ec9f]:hover {
|
|
9376
|
+
background: #5893ef;
|
|
9377
|
+
color: #fff;
|
|
9378
|
+
}
|
|
9379
|
+
.context-menu[data-v-5581ec9f] {
|
|
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-5581ec9f] {
|
|
9385
|
+
list-style-type: none;
|
|
9386
|
+
}
|
|
9337
9387
|
.el-tree-node__content {
|
|
9338
9388
|
height: 34px !important;
|
|
9339
9389
|
}
|
|
@@ -9952,56 +10002,6 @@ fieldset.amb-design-item-selected {
|
|
|
9952
10002
|
padding: 10px;
|
|
9953
10003
|
font-weight: bold;
|
|
9954
10004
|
}
|
|
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-5581ec9f] {
|
|
9975
|
-
color: #333;
|
|
9976
|
-
}
|
|
9977
|
-
.context-menu[data-v-5581ec9f] {
|
|
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-5581ec9f] {
|
|
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-5581ec9f]:hover {
|
|
9994
|
-
background: #5893ef;
|
|
9995
|
-
color: #fff;
|
|
9996
|
-
}
|
|
9997
|
-
.context-menu[data-v-5581ec9f] {
|
|
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-5581ec9f] {
|
|
10003
|
-
list-style-type: none;
|
|
10004
|
-
}
|
|
10005
10005
|
.el-tree-node__content {
|
|
10006
10006
|
height: 34px !important;
|
|
10007
10007
|
}
|
|
@@ -16182,6 +16182,60 @@ fieldset.amb-design-item-selected {
|
|
|
16182
16182
|
padding: 10px;
|
|
16183
16183
|
font-weight: bold;
|
|
16184
16184
|
}
|
|
16185
|
+
|
|
16186
|
+
[data-v-bab42532] .el-form-item__label {
|
|
16187
|
+
padding: 0;
|
|
16188
|
+
}
|
|
16189
|
+
|
|
16190
|
+
/*不显示列样式*/
|
|
16191
|
+
.hiddenBorder {
|
|
16192
|
+
border-right: solid 1px #ebebeb !important;
|
|
16193
|
+
border-left: solid 1px #ebebeb !important;
|
|
16194
|
+
background-color: #ebebeb !important;
|
|
16195
|
+
}
|
|
16196
|
+
/*选中列样式*/
|
|
16197
|
+
.addBorder {
|
|
16198
|
+
border-right: solid 1px #5893ef !important;
|
|
16199
|
+
border-left: solid 1px #5893ef !important;
|
|
16200
|
+
background-color: #5893ef !important;
|
|
16201
|
+
color: #ffffff;
|
|
16202
|
+
}
|
|
16203
|
+
.ghost {
|
|
16204
|
+
opacity: 0.5;
|
|
16205
|
+
background: #c8ebfb;
|
|
16206
|
+
}
|
|
16207
|
+
|
|
16208
|
+
li[data-v-a555cba7] {
|
|
16209
|
+
color: #333;
|
|
16210
|
+
}
|
|
16211
|
+
.context-menu[data-v-a555cba7] {
|
|
16212
|
+
position: fixed;
|
|
16213
|
+
background: #fff;
|
|
16214
|
+
z-index: 999;
|
|
16215
|
+
padding: 5px;
|
|
16216
|
+
margin: 0;
|
|
16217
|
+
margin-top: 30px;
|
|
16218
|
+
}
|
|
16219
|
+
.context-menu li[data-v-a555cba7] {
|
|
16220
|
+
min-width: 75px;
|
|
16221
|
+
height: 28px;
|
|
16222
|
+
line-height: 28px;
|
|
16223
|
+
text-align: left;
|
|
16224
|
+
color: #1a1a1a;
|
|
16225
|
+
cursor: pointer;
|
|
16226
|
+
}
|
|
16227
|
+
.context-menu li[data-v-a555cba7]:hover {
|
|
16228
|
+
background: #5893ef;
|
|
16229
|
+
color: #fff;
|
|
16230
|
+
}
|
|
16231
|
+
.context-menu[data-v-a555cba7] {
|
|
16232
|
+
border: 1px solid #eee;
|
|
16233
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
16234
|
+
border-radius: 5px;
|
|
16235
|
+
}
|
|
16236
|
+
li[data-v-a555cba7] {
|
|
16237
|
+
list-style-type: none;
|
|
16238
|
+
}
|
|
16185
16239
|
.el-tree-node__content {
|
|
16186
16240
|
height: 34px !important;
|
|
16187
16241
|
}
|
|
@@ -17419,67 +17473,6 @@ fieldset.amb-design-item-selected {
|
|
|
17419
17473
|
font-weight: bold;
|
|
17420
17474
|
}
|
|
17421
17475
|
|
|
17422
|
-
[data-v-bab42532] .el-form-item__label {
|
|
17423
|
-
padding: 0;
|
|
17424
|
-
}
|
|
17425
|
-
|
|
17426
|
-
/*不显示列样式*/
|
|
17427
|
-
.hiddenBorder {
|
|
17428
|
-
border-right: solid 1px #ebebeb !important;
|
|
17429
|
-
border-left: solid 1px #ebebeb !important;
|
|
17430
|
-
background-color: #ebebeb !important;
|
|
17431
|
-
}
|
|
17432
|
-
/*选中列样式*/
|
|
17433
|
-
.addBorder {
|
|
17434
|
-
border-right: solid 1px #5893ef !important;
|
|
17435
|
-
border-left: solid 1px #5893ef !important;
|
|
17436
|
-
background-color: #5893ef !important;
|
|
17437
|
-
color: #ffffff;
|
|
17438
|
-
}
|
|
17439
|
-
.ghost {
|
|
17440
|
-
opacity: 0.5;
|
|
17441
|
-
background: #c8ebfb;
|
|
17442
|
-
}
|
|
17443
|
-
|
|
17444
|
-
li[data-v-a555cba7] {
|
|
17445
|
-
color: #333;
|
|
17446
|
-
}
|
|
17447
|
-
.context-menu[data-v-a555cba7] {
|
|
17448
|
-
position: fixed;
|
|
17449
|
-
background: #fff;
|
|
17450
|
-
z-index: 999;
|
|
17451
|
-
padding: 5px;
|
|
17452
|
-
margin: 0;
|
|
17453
|
-
margin-top: 30px;
|
|
17454
|
-
}
|
|
17455
|
-
.context-menu li[data-v-a555cba7] {
|
|
17456
|
-
min-width: 75px;
|
|
17457
|
-
height: 28px;
|
|
17458
|
-
line-height: 28px;
|
|
17459
|
-
text-align: left;
|
|
17460
|
-
color: #1a1a1a;
|
|
17461
|
-
cursor: pointer;
|
|
17462
|
-
}
|
|
17463
|
-
.context-menu li[data-v-a555cba7]:hover {
|
|
17464
|
-
background: #5893ef;
|
|
17465
|
-
color: #fff;
|
|
17466
|
-
}
|
|
17467
|
-
.context-menu[data-v-a555cba7] {
|
|
17468
|
-
border: 1px solid #eee;
|
|
17469
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
17470
|
-
border-radius: 5px;
|
|
17471
|
-
}
|
|
17472
|
-
li[data-v-a555cba7] {
|
|
17473
|
-
list-style-type: none;
|
|
17474
|
-
}
|
|
17475
|
-
|
|
17476
|
-
.event-item[data-v-c7ab7527] {
|
|
17477
|
-
font-size: 12px;
|
|
17478
|
-
border-bottom: 2px dashed #f5f6f8;
|
|
17479
|
-
padding-top: 5px;
|
|
17480
|
-
padding-bottom: 5px;
|
|
17481
|
-
}
|
|
17482
|
-
|
|
17483
17476
|
.amb-design-attr-header[data-v-226997f7] {
|
|
17484
17477
|
position: sticky;
|
|
17485
17478
|
position: -webkit-sticky;
|
|
@@ -17506,20 +17499,40 @@ li[data-v-a555cba7] {
|
|
|
17506
17499
|
color: #ffffff;
|
|
17507
17500
|
}
|
|
17508
17501
|
|
|
17502
|
+
.event-item[data-v-c7ab7527] {
|
|
17503
|
+
font-size: 12px;
|
|
17504
|
+
border-bottom: 2px dashed #f5f6f8;
|
|
17505
|
+
padding-top: 5px;
|
|
17506
|
+
padding-bottom: 5px;
|
|
17507
|
+
}
|
|
17508
|
+
|
|
17509
17509
|
.seleteSort[data-v-727aa6f0] {
|
|
17510
17510
|
border-radius: 5px;
|
|
17511
17511
|
border: 1px solid rgba(88, 147, 239);
|
|
17512
17512
|
}
|
|
17513
17513
|
|
|
17514
|
-
.
|
|
17515
|
-
|
|
17516
|
-
|
|
17514
|
+
.editorTool[data-v-bc0d50cd] {
|
|
17515
|
+
margin-left: auto;
|
|
17516
|
+
}
|
|
17517
|
+
.editorOption[data-v-bc0d50cd] {
|
|
17518
|
+
margin-right: 10px;
|
|
17519
|
+
cursor: pointer;
|
|
17520
|
+
}
|
|
17521
|
+
.pppp[data-v-bc0d50cd] {
|
|
17522
|
+
display: flex; /* 使用Flex布局 */
|
|
17523
|
+
justify-content: flex-start;
|
|
17524
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
17517
17525
|
}
|
|
17518
17526
|
|
|
17519
17527
|
[data-v-3528c938] .el-cascader-menu {
|
|
17520
17528
|
min-width: 120px !important;
|
|
17521
17529
|
}
|
|
17522
17530
|
|
|
17531
|
+
.seleteSort[data-v-8aacbe0c] {
|
|
17532
|
+
border-radius: 5px;
|
|
17533
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17534
|
+
}
|
|
17535
|
+
|
|
17523
17536
|
.icon-set-center-body[data-v-181d1ce8]{
|
|
17524
17537
|
display: grid;
|
|
17525
17538
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -17557,24 +17570,6 @@ li[data-v-a555cba7] {
|
|
|
17557
17570
|
margin-bottom: 20px;
|
|
17558
17571
|
}
|
|
17559
17572
|
|
|
17560
|
-
.editorTool[data-v-bc0d50cd] {
|
|
17561
|
-
margin-left: auto;
|
|
17562
|
-
}
|
|
17563
|
-
.editorOption[data-v-bc0d50cd] {
|
|
17564
|
-
margin-right: 10px;
|
|
17565
|
-
cursor: pointer;
|
|
17566
|
-
}
|
|
17567
|
-
.pppp[data-v-bc0d50cd] {
|
|
17568
|
-
display: flex; /* 使用Flex布局 */
|
|
17569
|
-
justify-content: flex-start;
|
|
17570
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
17571
|
-
}
|
|
17572
|
-
|
|
17573
|
-
.seleteSort[data-v-3336d6c5] {
|
|
17574
|
-
border-radius: 5px;
|
|
17575
|
-
border: 1px solid rgba(88, 147, 239);
|
|
17576
|
-
}
|
|
17577
|
-
|
|
17578
17573
|
.seleteSort[data-v-1fd3d630] {
|
|
17579
17574
|
border-radius: 5px;
|
|
17580
17575
|
border: 1px solid rgba(88, 147, 239);
|
|
@@ -17583,6 +17578,11 @@ li[data-v-a555cba7] {
|
|
|
17583
17578
|
display: inline-block;
|
|
17584
17579
|
}
|
|
17585
17580
|
|
|
17581
|
+
.seleteSort[data-v-3336d6c5] {
|
|
17582
|
+
border-radius: 5px;
|
|
17583
|
+
border: 1px solid rgba(88, 147, 239);
|
|
17584
|
+
}
|
|
17585
|
+
|
|
17586
17586
|
li[data-v-4fd4369c] {
|
|
17587
17587
|
color: #333;
|
|
17588
17588
|
}
|
|
@@ -17628,23 +17628,19 @@ li[data-v-4fd4369c] {
|
|
|
17628
17628
|
color: #7b7b7b;
|
|
17629
17629
|
}
|
|
17630
17630
|
|
|
17631
|
+
.el-tag[data-v-665d3bf4]{
|
|
17632
|
+
margin-left: 10px;
|
|
17633
|
+
}
|
|
17634
|
+
|
|
17631
17635
|
.seleteSort[data-v-a62867e0] {
|
|
17632
17636
|
border-radius: 5px;
|
|
17633
17637
|
border: 1px solid rgba(88, 147, 239);
|
|
17634
17638
|
}
|
|
17635
17639
|
|
|
17636
|
-
.el-tag[data-v-665d3bf4]{
|
|
17637
|
-
margin-left: 10px;
|
|
17638
|
-
}
|
|
17639
|
-
|
|
17640
17640
|
[data-v-8e6fbc57] .centered-input .el-input__inner {
|
|
17641
17641
|
text-align: center;
|
|
17642
17642
|
}
|
|
17643
17643
|
|
|
17644
|
-
.input-with-select .el-input-group__append {
|
|
17645
|
-
background-color: var(--el-fill-color-blank);
|
|
17646
|
-
}
|
|
17647
|
-
|
|
17648
17644
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
17649
17645
|
display: flex;
|
|
17650
17646
|
justify-content: space-between;
|
|
@@ -17653,3 +17649,7 @@ li[data-v-4fd4369c] {
|
|
|
17653
17649
|
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
17654
17650
|
width: 100%
|
|
17655
17651
|
}
|
|
17652
|
+
|
|
17653
|
+
.input-with-select .el-input-group__append {
|
|
17654
|
+
background-color: var(--el-fill-color-blank);
|
|
17655
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-designer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.94",
|
|
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.
|
|
32
|
+
"agilebuilder-ui": "1.1.1",
|
|
33
33
|
"echarts": "^5.5.0",
|
|
34
34
|
"element-plus": "^2.6.1",
|
|
35
35
|
"font-awesome": "^4.7.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"qrcode": "^1.5.3",
|
|
42
42
|
"quill": "^2.0.1",
|
|
43
43
|
"service-flow-designer": "2.1.59",
|
|
44
|
-
"super-page-runtime": "2.1.
|
|
44
|
+
"super-page-runtime": "2.1.93",
|
|
45
45
|
"uuid": "^9.0.1",
|
|
46
46
|
"vite": "^5.1.6",
|
|
47
47
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|