ts-glitter 13.5.2 → 13.5.3

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/lowcode/Entry.js CHANGED
@@ -59,7 +59,7 @@ export class Entry {
59
59
  }
60
60
  window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
61
61
  console.log(`Entry-time:`, window.renderClock.stop());
62
- glitter.share.editerVersion = "V_13.5.2";
62
+ glitter.share.editerVersion = "V_13.5.3";
63
63
  glitter.share.start = (new Date());
64
64
  const vm = {
65
65
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -58,7 +58,7 @@ export class Entry {
58
58
  }
59
59
  (window as any).renderClock = (window as any).renderClock ?? clockF();
60
60
  console.log(`Entry-time:`, (window as any).renderClock.stop());
61
- glitter.share.editerVersion = "V_13.5.2";
61
+ glitter.share.editerVersion = "V_13.5.3";
62
62
  glitter.share.start = (new Date());
63
63
  const vm: {
64
64
  appConfig: any;
@@ -734,7 +734,7 @@ ${Storage.page_setting_item === `${da.index}` ? `background:${EditorConfig.edito
734
734
  }
735
735
  }, 100);
736
736
  gvc.notifyDataChange('MainEditorLeft');
737
- }, 100);
737
+ }, 250);
738
738
  }
739
739
  };
740
740
  });
@@ -811,7 +811,7 @@ ${Storage.page_setting_item === `${da.index}` ? `background:${EditorConfig.edito
811
811
  }
812
812
  }, 100)
813
813
  gvc.notifyDataChange('MainEditorLeft')
814
- }, 100)
814
+ }, 250)
815
815
  }
816
816
  };
817
817
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "13.5.2",
3
+ "version": "13.5.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {