super-page-designer 2.1.69 → 2.1.71

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.
@@ -1448,10 +1448,10 @@ const assemblyGroups = [
1448
1448
  { name: "hidden", label: "隐藏", tip: "隐藏" },
1449
1449
  { name: "node-click", label: "节点点击", tip: "当节点被点击的时候触发" },
1450
1450
  { name: "check-change", label: "复选框点击", tip: "当复选框被点击的时候触发" },
1451
- { name: "check", label: "复选框点击后", tip: "点击节点复选框之后触发" },
1452
- { name: "add-node", label: "增加节点", tip: "增加节点触发" },
1453
- { name: "update-node", label: "修改节点", tip: "修改节点触发" },
1454
- { name: "delete-node", label: "移除节点", tip: "删除节点触发" }
1451
+ { name: "check", label: "复选框点击后", tip: "点击节点复选框之后触发" }
1452
+ // { name: 'add-node', label: '增加节点', tip: '增加节点触发' },
1453
+ // { name: 'update-node', label: '修改节点', tip: '修改节点触发' },
1454
+ // { name: 'delete-node', label: '移除节点', tip: '删除节点触发' }
1455
1455
  ],
1456
1456
  icon: dataTree,
1457
1457
  props: {
@@ -1475,13 +1475,16 @@ const assemblyGroups = [
1475
1475
  optionValueSetType: "",
1476
1476
  staticState: [],
1477
1477
  staticData: `[{
1478
- "label": "第一级",
1478
+ "nodeId:"1",
1479
+ "name": "第一级",
1479
1480
  "children": [
1480
1481
  {
1481
- "label": "第二级",
1482
+ "nodeId:"1-1",
1483
+ "name": "第二级",
1482
1484
  "children": [
1483
1485
  {
1484
- "label": "第三级"
1486
+ "nodeId:"1-1-1",
1487
+ "name": "第三级"
1485
1488
  }
1486
1489
  ]
1487
1490
  }
@@ -1494,11 +1497,6 @@ const assemblyGroups = [
1494
1497
  }
1495
1498
  },
1496
1499
  style: { titleFont: {}, verification: {}, background: {}, margin: {}, padding: {}, border: {}, shadow: {} },
1497
- events: [
1498
- { name: "afterInit", label: "初始化后", tip: "初始化后" },
1499
- { name: "show", label: "显示", tip: "显示" },
1500
- { name: "hidden", label: "隐藏", tip: "隐藏" }
1501
- ],
1502
1500
  designComponent: defineAsyncComponent(() => {
1503
1501
  return import("../views/assemblys/data/tree/tree-design.vue.js");
1504
1502
  }),
@@ -1,5 +1,5 @@
1
- import _sfc_main from "./common-variable-bind.vue3.js";
2
- import "./common-variable-bind.vue2.js";
1
+ import _sfc_main from "./common-variable-bind.vue2.js";
2
+ import "./common-variable-bind.vue3.js";
3
3
  import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const BindVariable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3528c938"]]);
5
5
  export {