ts-glitter 16.2.9 → 16.3.0
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
|
@@ -79,7 +79,7 @@ export class Entry {
|
|
|
79
79
|
}
|
|
80
80
|
window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
|
|
81
81
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
82
|
-
glitter.share.editerVersion = 'V_16.
|
|
82
|
+
glitter.share.editerVersion = 'V_16.3.0';
|
|
83
83
|
glitter.share.start = new Date();
|
|
84
84
|
const vm = {
|
|
85
85
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -78,7 +78,7 @@ export class Entry {
|
|
|
78
78
|
}
|
|
79
79
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
80
80
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
81
|
-
glitter.share.editerVersion = 'V_16.
|
|
81
|
+
glitter.share.editerVersion = 'V_16.3.0';
|
|
82
82
|
glitter.share.start = new Date();
|
|
83
83
|
const vm: {
|
|
84
84
|
appConfig: any;
|
|
@@ -525,12 +525,11 @@ export class ProductList {
|
|
|
525
525
|
}
|
|
526
526
|
if (window.gtag) {
|
|
527
527
|
if (collectionName) {
|
|
528
|
-
const foundObject = findObjectByValue(data, collectionName);
|
|
529
528
|
Ad.gtagEvent('view_item_list', {
|
|
530
529
|
items: [
|
|
531
530
|
{
|
|
532
531
|
item_id: collectionName,
|
|
533
|
-
item_name:
|
|
532
|
+
item_name: collectionName,
|
|
534
533
|
},
|
|
535
534
|
],
|
|
536
535
|
});
|
|
@@ -698,12 +698,11 @@ export class ProductList {
|
|
|
698
698
|
|
|
699
699
|
if ((window as any).gtag) {
|
|
700
700
|
if (collectionName) {
|
|
701
|
-
const foundObject = findObjectByValue(data, collectionName);
|
|
702
701
|
Ad.gtagEvent('view_item_list', {
|
|
703
702
|
items: [
|
|
704
703
|
{
|
|
705
704
|
item_id: collectionName,
|
|
706
|
-
item_name:
|
|
705
|
+
item_name: collectionName,
|
|
707
706
|
},
|
|
708
707
|
],
|
|
709
708
|
});
|