ts-glitter 16.7.0 → 16.7.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 +1 -1
- package/lowcode/Entry.ts +1 -1
- package/lowcode/backend-manager/bg-widget.ts +0 -1
- package/lowcode/public-components/headers/sy-02.js +1 -1
- package/lowcode/public-components/headers/sy-02.ts +1 -1
- package/lowcode/public-components/headers/sy-03.js +1 -1
- package/lowcode/public-components/headers/sy-03.ts +1 -1
- package/lowcode/public-components/headers/sy-04.js +1 -1
- package/lowcode/public-components/headers/sy-04.ts +1 -1
- package/package.json +1 -1
package/lowcode/Entry.js
CHANGED
|
@@ -88,7 +88,7 @@ export class Entry {
|
|
|
88
88
|
}
|
|
89
89
|
window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : clockF();
|
|
90
90
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
91
|
-
glitter.share.editerVersion = 'V_16.7.
|
|
91
|
+
glitter.share.editerVersion = 'V_16.7.2';
|
|
92
92
|
glitter.share.start = new Date();
|
|
93
93
|
const vm = {
|
|
94
94
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -88,7 +88,7 @@ export class Entry {
|
|
|
88
88
|
}
|
|
89
89
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
90
90
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
91
|
-
glitter.share.editerVersion = 'V_16.7.
|
|
91
|
+
glitter.share.editerVersion = 'V_16.7.2';
|
|
92
92
|
glitter.share.start = new Date();
|
|
93
93
|
const vm: {
|
|
94
94
|
appConfig: any;
|
|
@@ -212,7 +212,7 @@ background: ${(_a = colors.bgr) !== null && _a !== void 0 ? _a : '#000'};overflo
|
|
|
212
212
|
${widget.formData.logo.value}
|
|
213
213
|
</div>
|
|
214
214
|
`
|
|
215
|
-
: html ` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:
|
|
215
|
+
: html ` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:200px;" /></div> `}
|
|
216
216
|
</div>
|
|
217
217
|
<!--選單列表顯示區塊-->
|
|
218
218
|
<ul class="navbar-nav d-none d-md-block flex-fill ps-2" style="">
|
|
@@ -217,7 +217,7 @@ background: ${colors.bgr ?? '#000'};overflow-x: hidden;`,
|
|
|
217
217
|
${widget.formData.logo.value}
|
|
218
218
|
</div>
|
|
219
219
|
`
|
|
220
|
-
: html` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:
|
|
220
|
+
: html` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:200px;" /></div> `
|
|
221
221
|
}
|
|
222
222
|
</div>
|
|
223
223
|
<!--選單列表顯示區塊-->
|
|
@@ -196,7 +196,7 @@ background: ${(_a = colors.bgr) !== null && _a !== void 0 ? _a : '#000'};overflo
|
|
|
196
196
|
changePage('index', 'home', {});
|
|
197
197
|
})}"
|
|
198
198
|
>
|
|
199
|
-
<img src="${widget.formData.logo}" style="${document.body.clientWidth < 800 ? `max-height: 100%;max-width:
|
|
199
|
+
<img src="${widget.formData.logo}" style="${document.body.clientWidth < 800 ? `max-height: 100%;max-width:200px;` : `height: 150px;`}" />
|
|
200
200
|
</div>
|
|
201
201
|
</div>
|
|
202
202
|
<!--選單列表顯示區塊-->
|
|
@@ -200,7 +200,7 @@ background: ${colors.bgr ?? '#000'};overflow-x: hidden;`,
|
|
|
200
200
|
changePage('index', 'home', {});
|
|
201
201
|
})}"
|
|
202
202
|
>
|
|
203
|
-
<img src="${widget.formData.logo}" style="${document.body.clientWidth < 800 ? `max-height: 100%;max-width:
|
|
203
|
+
<img src="${widget.formData.logo}" style="${document.body.clientWidth < 800 ? `max-height: 100%;max-width:200px;` : `height: 150px;`}" />
|
|
204
204
|
</div>
|
|
205
205
|
</div>
|
|
206
206
|
<!--選單列表顯示區塊-->
|
|
@@ -210,7 +210,7 @@ background: ${(_a = colors.bgr) !== null && _a !== void 0 ? _a : '#000'};overflo
|
|
|
210
210
|
${widget.formData.logo.value}
|
|
211
211
|
</div>
|
|
212
212
|
`
|
|
213
|
-
: html ` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:
|
|
213
|
+
: html ` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:200px;" /></div> `}
|
|
214
214
|
</div>
|
|
215
215
|
</div>
|
|
216
216
|
<div class="">
|
|
@@ -213,7 +213,7 @@ background: ${colors.bgr ?? '#000'};overflow-x: hidden;`,
|
|
|
213
213
|
${widget.formData.logo.value}
|
|
214
214
|
</div>
|
|
215
215
|
`
|
|
216
|
-
: html` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:
|
|
216
|
+
: html` <div class="d-flex align-items-center justify-content-center h-100 py-2"><img src="${widget.formData.logo.value}" style="max-height: 100%;max-width:200px;" /></div> `}
|
|
217
217
|
</div>
|
|
218
218
|
</div>
|
|
219
219
|
<div class="">
|