ts-glitter 13.8.71 → 13.8.72
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
|
@@ -68,7 +68,7 @@ export class Entry {
|
|
|
68
68
|
}
|
|
69
69
|
window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
|
|
70
70
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
71
|
-
glitter.share.editerVersion = 'V_13.8.
|
|
71
|
+
glitter.share.editerVersion = 'V_13.8.72';
|
|
72
72
|
glitter.share.start = new Date();
|
|
73
73
|
const vm = {
|
|
74
74
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -69,7 +69,7 @@ export class Entry {
|
|
|
69
69
|
}
|
|
70
70
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
71
71
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
72
|
-
glitter.share.editerVersion = 'V_13.8.
|
|
72
|
+
glitter.share.editerVersion = 'V_13.8.72';
|
|
73
73
|
glitter.share.start = new Date();
|
|
74
74
|
const vm: {
|
|
75
75
|
appConfig: any;
|
|
@@ -326,7 +326,7 @@ background: #FFF;`
|
|
|
326
326
|
<i class="fa-solid fa-magnifying-glass"
|
|
327
327
|
style="color: #8D8D8D;"></i>
|
|
328
328
|
<div style="flex: 1 1 0; color: #8D8D8D; font-size: 16px; font-weight: 400; word-wrap: break-word">
|
|
329
|
-
|
|
329
|
+
搜尋會員信箱 / 電話 / 編號
|
|
330
330
|
</div>
|
|
331
331
|
</div>
|
|
332
332
|
</div>
|
|
@@ -766,7 +766,7 @@ background: #EAEAEA;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);`,
|
|
|
766
766
|
.map((btn) => {
|
|
767
767
|
return html `
|
|
768
768
|
<div
|
|
769
|
-
style="flex:1;display: flex;flex-direction: column;justify-content: center;align-items: center;padding:
|
|
769
|
+
style="flex:1;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 15px 15px;border-radius: 10px;background: #F6F6F6;${vm.paySelect ==
|
|
770
770
|
btn.value
|
|
771
771
|
? `color:#393939;border-radius: 10px;border: 3px solid #393939;box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.20);`
|
|
772
772
|
: 'color:#8D8D8D;'}"
|
|
@@ -355,7 +355,7 @@ background: #FFF;`
|
|
|
355
355
|
<i class="fa-solid fa-magnifying-glass"
|
|
356
356
|
style="color: #8D8D8D;"></i>
|
|
357
357
|
<div style="flex: 1 1 0; color: #8D8D8D; font-size: 16px; font-weight: 400; word-wrap: break-word">
|
|
358
|
-
|
|
358
|
+
搜尋會員信箱 / 電話 / 編號
|
|
359
359
|
</div>
|
|
360
360
|
</div>
|
|
361
361
|
</div>
|
|
@@ -810,7 +810,7 @@ background: #EAEAEA;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);`,
|
|
|
810
810
|
.map((btn) => {
|
|
811
811
|
return html`
|
|
812
812
|
<div
|
|
813
|
-
style="flex:1;display: flex;flex-direction: column;justify-content: center;align-items: center;padding:
|
|
813
|
+
style="flex:1;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 15px 15px;border-radius: 10px;background: #F6F6F6;${vm.paySelect ==
|
|
814
814
|
btn.value
|
|
815
815
|
? `color:#393939;border-radius: 10px;border: 3px solid #393939;box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.20);`
|
|
816
816
|
: 'color:#8D8D8D;'}"
|