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.
|
|
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.
|
|
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
|
-
|
|
1712
|
+
setTimeout(() => {
|
|
1713
|
+
obj.getData(vm);
|
|
1714
|
+
});
|
|
1713
1715
|
}
|
|
1714
1716
|
else {
|
|
1715
1717
|
if (!created.table) {
|