ts-glitter 13.4.1 → 13.4.2
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
|
@@ -59,7 +59,7 @@ export class Entry {
|
|
|
59
59
|
}
|
|
60
60
|
window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
|
|
61
61
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
62
|
-
glitter.share.editerVersion = "V_13.4.
|
|
62
|
+
glitter.share.editerVersion = "V_13.4.2";
|
|
63
63
|
glitter.share.start = (new Date());
|
|
64
64
|
const vm = {
|
|
65
65
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -59,7 +59,7 @@ export class Entry {
|
|
|
59
59
|
}
|
|
60
60
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
61
61
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
62
|
-
glitter.share.editerVersion = "V_13.4.
|
|
62
|
+
glitter.share.editerVersion = "V_13.4.2";
|
|
63
63
|
glitter.share.start = (new Date());
|
|
64
64
|
const vm: {
|
|
65
65
|
appConfig: any;
|
|
@@ -695,7 +695,7 @@ function detail(gvc, cf, vm, cVm, page_tab) {
|
|
|
695
695
|
: 'flex-direction: column; gap: 0px; '}"
|
|
696
696
|
class="w-100"
|
|
697
697
|
>
|
|
698
|
-
<div style="padding: 9px 18px;background: #EAEAEA
|
|
698
|
+
<div class="${document.body.clientWidth > 768 ? `` : `w-100`}" style="padding: 9px 18px;background: #EAEAEA ;${document.body.clientWidth > 768 ? `justify-content: center;` : `justify-content: start;`} align-items: center; gap: 5px; display: flex">
|
|
699
699
|
<div style="text-align: right; color: #393939; font-size: 16px; font-family: Noto Sans; font-weight: 400; word-wrap: break-word">
|
|
700
700
|
${prefixURL}
|
|
701
701
|
</div>
|
|
@@ -762,7 +762,7 @@ function detail(gvc: GVC, cf: any, vm: any, cVm: any, page_tab: 'page' | 'hidden
|
|
|
762
762
|
: 'flex-direction: column; gap: 0px; '}"
|
|
763
763
|
class="w-100"
|
|
764
764
|
>
|
|
765
|
-
<div style="padding: 9px 18px;background: #EAEAEA
|
|
765
|
+
<div class="${document.body.clientWidth > 768 ? ``:`w-100`}" style="padding: 9px 18px;background: #EAEAEA ;${document.body.clientWidth > 768 ? `justify-content: center;`:`justify-content: start;`} align-items: center; gap: 5px; display: flex">
|
|
766
766
|
<div style="text-align: right; color: #393939; font-size: 16px; font-family: Noto Sans; font-weight: 400; word-wrap: break-word">
|
|
767
767
|
${prefixURL}
|
|
768
768
|
</div>
|