ts-glitter 17.3.3 → 17.3.4
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
|
@@ -89,7 +89,7 @@ export class Entry {
|
|
|
89
89
|
}
|
|
90
90
|
window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : clockF();
|
|
91
91
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
92
|
-
glitter.share.editerVersion = 'V_17.3.
|
|
92
|
+
glitter.share.editerVersion = 'V_17.3.4';
|
|
93
93
|
glitter.share.start = new Date();
|
|
94
94
|
const vm = {
|
|
95
95
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -90,7 +90,7 @@ export class Entry {
|
|
|
90
90
|
}
|
|
91
91
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
92
92
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
93
|
-
glitter.share.editerVersion = 'V_17.3.
|
|
93
|
+
glitter.share.editerVersion = 'V_17.3.4';
|
|
94
94
|
glitter.share.start = new Date();
|
|
95
95
|
const vm: {
|
|
96
96
|
appConfig: any;
|
|
@@ -340,7 +340,7 @@ export class PdClass {
|
|
|
340
340
|
bind: id,
|
|
341
341
|
view: () => {
|
|
342
342
|
return html `
|
|
343
|
-
<div class="swiper${id}" id="dynamic-swiper${id}" style="width: 500px;position:relative;overflow: hidden;">
|
|
343
|
+
<div class="swiper${id}" id="dynamic-swiper${id}" style="width: 500px;position:relative;overflow: hidden;max-width: 100%;">
|
|
344
344
|
<div class="swiper-wrapper">
|
|
345
345
|
${obj.prod.preview_image
|
|
346
346
|
.map((image, index) => {
|
|
@@ -467,7 +467,7 @@ export class PdClass {
|
|
|
467
467
|
bind: id,
|
|
468
468
|
view: () => {
|
|
469
469
|
return html`
|
|
470
|
-
<div class="swiper${id}" id="dynamic-swiper${id}" style="width: 500px;position:relative;overflow: hidden;">
|
|
470
|
+
<div class="swiper${id}" id="dynamic-swiper${id}" style="width: 500px;position:relative;overflow: hidden;max-width: 100%;">
|
|
471
471
|
<div class="swiper-wrapper">
|
|
472
472
|
${obj.prod.preview_image
|
|
473
473
|
.map((image, index) => {
|