ts-glitter 18.1.4 → 18.1.5

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
@@ -90,7 +90,7 @@ export class Entry {
90
90
  }
91
91
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : clockF();
92
92
  console.log(`Entry-time:`, window.renderClock.stop());
93
- glitter.share.editerVersion = 'V_18.1.4';
93
+ glitter.share.editerVersion = 'V_18.1.5';
94
94
  glitter.share.start = new Date();
95
95
  const vm = {
96
96
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -91,7 +91,7 @@ export class Entry {
91
91
  }
92
92
  (window as any).renderClock = (window as any).renderClock ?? clockF();
93
93
  console.log(`Entry-time:`, (window as any).renderClock.stop());
94
- glitter.share.editerVersion = 'V_18.1.4';
94
+ glitter.share.editerVersion = 'V_18.1.5';
95
95
  glitter.share.start = new Date();
96
96
  const vm: {
97
97
  appConfig: any;
@@ -1709,7 +1709,9 @@ ${(_c = obj.default) !== null && _c !== void 0 ? _c : ''}</textarea
1709
1709
  divCreate: {},
1710
1710
  onCreate: () => {
1711
1711
  if (vm.loading) {
1712
- obj.getData(vm);
1712
+ setTimeout(() => {
1713
+ obj.getData(vm);
1714
+ });
1713
1715
  }
1714
1716
  else {
1715
1717
  if (!created.table) {
@@ -2010,7 +2010,9 @@ ${obj.default ?? ''}</textarea
2010
2010
  divCreate: {},
2011
2011
  onCreate: () => {
2012
2012
  if (vm.loading) {
2013
- obj.getData(vm);
2013
+ setTimeout(()=>{
2014
+ obj.getData(vm);
2015
+ })
2014
2016
  } else {
2015
2017
  if (!created.table) {
2016
2018
  let timer = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "18.1.4",
3
+ "version": "18.1.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {