ts-glitter 18.3.5 → 18.3.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 +1 -1
- package/lowcode/Entry.ts +1 -2
- package/package.json +1 -1
package/lowcode/Entry.js
CHANGED
|
@@ -131,7 +131,7 @@ export class Entry {
|
|
|
131
131
|
}
|
|
132
132
|
window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
|
|
133
133
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
134
|
-
glitter.share.editerVersion = 'V_18.3.
|
|
134
|
+
glitter.share.editerVersion = 'V_18.3.7';
|
|
135
135
|
glitter.share.start = new Date();
|
|
136
136
|
const vm = { appConfig: [] };
|
|
137
137
|
window.saasConfig = {
|
package/lowcode/Entry.ts
CHANGED
|
@@ -8,7 +8,6 @@ import { EditorConfig } from './editor-config.js';
|
|
|
8
8
|
import { ShareDialog } from './glitterBundle/dialog/ShareDialog.js';
|
|
9
9
|
import { Language } from './glitter-base/global/language.js';
|
|
10
10
|
import { PayConfig } from './cms-plugin/pos-pages/pay-config.js';
|
|
11
|
-
import { Animation, AnimationConfig } from './glitterBundle/module/Animation.js';
|
|
12
11
|
import { ApiCart } from './glitter-base/route/api-cart.js';
|
|
13
12
|
|
|
14
13
|
export class Entry {
|
|
@@ -132,7 +131,7 @@ export class Entry {
|
|
|
132
131
|
}
|
|
133
132
|
(window as any).renderClock = (window as any).renderClock ?? createClock();
|
|
134
133
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
135
|
-
glitter.share.editerVersion = 'V_18.3.
|
|
134
|
+
glitter.share.editerVersion = 'V_18.3.7';
|
|
136
135
|
glitter.share.start = new Date();
|
|
137
136
|
const vm = { appConfig: [] };
|
|
138
137
|
(window as any).saasConfig = {
|