super-page-designer 2.1.61 → 2.1.63

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.
@@ -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-39d5d5cf"]]);
5
+ export {
6
+ config as default
7
+ };
@@ -1,7 +1 @@
1
- import _sfc_main from "./config.vue3.js";
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-39d5d5cf"]]);
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.vue2.js";
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";
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./i18n-setting-page.vue2.js";
2
2
  import "./i18n-setting-page.vue3.js";
3
3
  import _export_sfc from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const i18nSettingPage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1aa6f1ab"]]);
4
+ const i18nSettingPage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3c4dc496"]]);
5
5
  export {
6
6
  i18nSettingPage as default
7
7
  };
@@ -206,7 +206,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
206
206
  createElementVNode("div", _hoisted_1, [
207
207
  withDirectives((openBlock(), createBlock(_component_el_button, {
208
208
  align: "left",
209
- type: "primary",
210
209
  class: "button--default",
211
210
  icon: unref(Plus),
212
211
  onClick: add
@@ -220,7 +219,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
220
219
  ]),
221
220
  withDirectives((openBlock(), createBlock(_component_el_button, {
222
221
  align: "left",
223
- type: "primary",
224
222
  class: "button--default",
225
223
  icon: unref(Reading),
226
224
  onClick: translateCodes
@@ -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.vue.js";
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
@@ -1292,10 +1292,6 @@ 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
1295
  .el-tree-node__content {
1300
1296
  height: 34px !important;
1301
1297
  }
@@ -5623,6 +5619,10 @@ fieldset.amb-design-item-selected {
5623
5619
  font-weight: bold;
5624
5620
  }
5625
5621
 
5622
+ .el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
5623
+ cursor: default;
5624
+ }
5625
+
5626
5626
  .el-select__wrapper.is-disabled{
5627
5627
  cursor: default;
5628
5628
  }
@@ -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
  }
@@ -17515,6 +17515,24 @@ li[data-v-a555cba7] {
17515
17515
  min-width: 120px !important;
17516
17516
  }
17517
17517
 
17518
+ .seleteSort[data-v-8aacbe0c] {
17519
+ border-radius: 5px;
17520
+ border: 1px solid rgba(88, 147, 239);
17521
+ }
17522
+
17523
+ .editorTool[data-v-39d5d5cf] {
17524
+ margin-left: auto;
17525
+ }
17526
+ .editorOption[data-v-39d5d5cf] {
17527
+ margin-right: 10px;
17528
+ cursor: pointer;
17529
+ }
17530
+ .pppp[data-v-39d5d5cf] {
17531
+ display: flex; /* 使用Flex布局 */
17532
+ justify-content: flex-start;
17533
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
17534
+ }
17535
+
17518
17536
  .icon-set-center-body[data-v-181d1ce8]{
17519
17537
  display: grid;
17520
17538
  grid-template-columns:repeat(5,1fr);
@@ -17552,20 +17570,7 @@ li[data-v-a555cba7] {
17552
17570
  margin-bottom: 20px;
17553
17571
  }
17554
17572
 
17555
- .editorTool[data-v-39d5d5cf] {
17556
- margin-left: auto;
17557
- }
17558
- .editorOption[data-v-39d5d5cf] {
17559
- margin-right: 10px;
17560
- cursor: pointer;
17561
- }
17562
- .pppp[data-v-39d5d5cf] {
17563
- display: flex; /* 使用Flex布局 */
17564
- justify-content: flex-start;
17565
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
17566
- }
17567
-
17568
- .seleteSort[data-v-8aacbe0c] {
17573
+ .seleteSort[data-v-3336d6c5] {
17569
17574
  border-radius: 5px;
17570
17575
  border: 1px solid rgba(88, 147, 239);
17571
17576
  }
@@ -17578,11 +17583,6 @@ li[data-v-a555cba7] {
17578
17583
  display: inline-block;
17579
17584
  }
17580
17585
 
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
  }
@@ -17637,10 +17637,6 @@ li[data-v-4fd4369c] {
17637
17637
  border: 1px solid rgba(88, 147, 239);
17638
17638
  }
17639
17639
 
17640
- [data-v-1aa6f1ab] .centered-input .el-input__inner {
17641
- text-align: center;
17642
- }
17643
-
17644
17640
  .row-backgroud-header-tittle[data-v-b203475d]{
17645
17641
  display: flex;
17646
17642
  justify-content: space-between;
@@ -17650,6 +17646,10 @@ li[data-v-4fd4369c] {
17650
17646
  width: 100%
17651
17647
  }
17652
17648
 
17649
+ [data-v-3c4dc496] .centered-input .el-input__inner {
17650
+ text-align: center;
17651
+ }
17652
+
17653
17653
  .input-with-select .el-input-group__append {
17654
17654
  background-color: var(--el-fill-color-blank);
17655
17655
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "super-page-designer",
3
- "version": "2.1.61",
3
+ "version": "2.1.63",
4
4
  "description": "AgileBuilder super page designer",
5
5
  "license": "ISC",
6
6
  "main": "dist/es/index.js",
@@ -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.60",
44
+ "super-page-runtime": "2.1.62",
45
45
  "uuid": "^9.0.1",
46
46
  "vite": "^5.1.6",
47
47
  "vite-plugin-node-stdlib-browser": "^0.2.1",