ts-glitter 16.7.0 → 16.7.1

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
@@ -88,7 +88,7 @@ export class Entry {
88
88
  }
89
89
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : clockF();
90
90
  console.log(`Entry-time:`, window.renderClock.stop());
91
- glitter.share.editerVersion = 'V_16.7.0';
91
+ glitter.share.editerVersion = 'V_16.7.1';
92
92
  glitter.share.start = new Date();
93
93
  const vm = {
94
94
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -88,7 +88,7 @@ export class Entry {
88
88
  }
89
89
  (window as any).renderClock = (window as any).renderClock ?? clockF();
90
90
  console.log(`Entry-time:`, (window as any).renderClock.stop());
91
- glitter.share.editerVersion = 'V_16.7.0';
91
+ glitter.share.editerVersion = 'V_16.7.1';
92
92
  glitter.share.start = new Date();
93
93
  const vm: {
94
94
  appConfig: any;
@@ -4420,7 +4420,6 @@ ${obj.default ?? ''}</textarea
4420
4420
  </div>`;
4421
4421
  }, windowID);
4422
4422
  }
4423
-
4424
4423
  static richTextEditor(obj: { gvc: GVC; content: string; callback: (content: string) => void; title: string }) {
4425
4424
  const gvc = obj.gvc;
4426
4425
  return gvc.bindView(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "16.7.0",
3
+ "version": "16.7.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {