@vipl520/dk-ui 1.0.30 → 1.0.32

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -17883,8 +17883,8 @@
17883
17883
  const key = "preview-phone";
17884
17884
  const cache = JSON.parse(storage.get(key) || "{}");
17885
17885
  const form = require$$0.ref({
17886
- showLine: cache.showLine || false,
17887
- margin: cache.margin || 0,
17886
+ showLine: cache.showLine || true,
17887
+ margin: cache.margin || 2,
17888
17888
  preview: cache.preview || false,
17889
17889
  closeAnimate: cache.closeAnimate || false
17890
17890
  });
@@ -24901,7 +24901,6 @@
24901
24901
  },
24902
24902
  // 更新事件
24903
24903
  onUpdateEvent() {
24904
- console.log('children', this.children);
24905
24904
  for (let i = 0; i < this.children.length; i++) {
24906
24905
  if (this.children[i].children.length > 0) {
24907
24906
  // 当前节点
@@ -24931,7 +24930,6 @@
24931
24930
  },
24932
24931
  // 寻找事件
24933
24932
  findDkEventCreateInput(data, propsData) {
24934
- console.log('findDkEventCreateInput', data);
24935
24933
  const result = [];
24936
24934
  data.forEach((element) => {
24937
24935
  if (element.children) {