ts-glitter 19.2.6 → 19.2.7

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
@@ -132,7 +132,7 @@ export class Entry {
132
132
  }
133
133
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
134
134
  console.log(`Entry-time:`, window.renderClock.stop());
135
- glitter.share.editerVersion = 'V_19.2.6';
135
+ glitter.share.editerVersion = 'V_19.2.7';
136
136
  glitter.share.start = new Date();
137
137
  const vm = { appConfig: [] };
138
138
  window.saasConfig = {
package/lowcode/Entry.ts CHANGED
@@ -132,7 +132,7 @@ export class Entry {
132
132
  }
133
133
  (window as any).renderClock = (window as any).renderClock ?? createClock();
134
134
  console.log(`Entry-time:`, (window as any).renderClock.stop());
135
- glitter.share.editerVersion = 'V_19.2.6';
135
+ glitter.share.editerVersion = 'V_19.2.7';
136
136
  glitter.share.start = new Date();
137
137
  const vm = { appConfig: [] };
138
138
  (window as any).saasConfig = {
@@ -522,7 +522,6 @@ export class ShoppingInformation {
522
522
  gvc.closeDialog();
523
523
  })),
524
524
  BgWidget.save(gvc.event(() => __awaiter(this, void 0, void 0, function* () {
525
- gvc.closeDialog();
526
525
  plusEvent();
527
526
  })), '新增'),
528
527
  ].join('');
@@ -599,7 +599,6 @@ export class ShoppingInformation {
599
599
  ),
600
600
  BgWidget.save(
601
601
  gvc.event(async () => {
602
- gvc.closeDialog();
603
602
  plusEvent();
604
603
  }),
605
604
  '新增'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "19.2.6",
3
+ "version": "19.2.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {