ts-glitter 14.2.0 → 14.2.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
|
@@ -70,7 +70,7 @@ export class Entry {
|
|
|
70
70
|
}
|
|
71
71
|
window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
|
|
72
72
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
73
|
-
glitter.share.editerVersion = 'V_14.2.
|
|
73
|
+
glitter.share.editerVersion = 'V_14.2.1';
|
|
74
74
|
glitter.share.start = new Date();
|
|
75
75
|
const vm = {
|
|
76
76
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -72,7 +72,7 @@ export class Entry {
|
|
|
72
72
|
}
|
|
73
73
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
74
74
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
75
|
-
glitter.share.editerVersion = 'V_14.2.
|
|
75
|
+
glitter.share.editerVersion = 'V_14.2.1';
|
|
76
76
|
glitter.share.start = new Date();
|
|
77
77
|
const vm: {
|
|
78
78
|
appConfig: any;
|
|
@@ -715,7 +715,7 @@ export class CheckoutIndex {
|
|
|
715
715
|
function refreshCartData() {
|
|
716
716
|
const dialog = new ShareDialog(gvc.glitter);
|
|
717
717
|
dialog.dataLoading({ visible: true });
|
|
718
|
-
const beta =
|
|
718
|
+
const beta = false;
|
|
719
719
|
if (!beta) {
|
|
720
720
|
new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () {
|
|
721
721
|
new Promise((resolve, reject) => {
|
|
@@ -745,7 +745,7 @@ export class CheckoutIndex {
|
|
|
745
745
|
function refreshCartData() {
|
|
746
746
|
const dialog = new ShareDialog(gvc.glitter)
|
|
747
747
|
dialog.dataLoading({visible: true})
|
|
748
|
-
const beta =
|
|
748
|
+
const beta = false
|
|
749
749
|
if (!beta) {
|
|
750
750
|
new Promise(async (resolve, reject) => {
|
|
751
751
|
new Promise((resolve, reject) => {
|