ts-glitter 20.1.1 → 20.1.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/app-component/footer.js +1 -1
- package/lowcode/app-component/footer.ts +1 -1
- package/package.json +1 -1
- package/src/app-project/ios/proshake.xcodeproj/project.xcworkspace/xcuserdata/jianzhi.wang.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
package/lowcode/Entry.js
CHANGED
|
@@ -135,7 +135,7 @@ export class Entry {
|
|
|
135
135
|
}
|
|
136
136
|
window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
|
|
137
137
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
138
|
-
glitter.share.editerVersion = 'V_20.1.
|
|
138
|
+
glitter.share.editerVersion = 'V_20.1.2';
|
|
139
139
|
glitter.share.start = new Date();
|
|
140
140
|
const vm = { appConfig: [] };
|
|
141
141
|
window.saasConfig = {
|
package/lowcode/Entry.ts
CHANGED
|
@@ -134,7 +134,7 @@ export class Entry {
|
|
|
134
134
|
}
|
|
135
135
|
(window as any).renderClock = (window as any).renderClock ?? createClock();
|
|
136
136
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
137
|
-
glitter.share.editerVersion = 'V_20.1.
|
|
137
|
+
glitter.share.editerVersion = 'V_20.1.2';
|
|
138
138
|
glitter.share.start = new Date();
|
|
139
139
|
const vm = { appConfig: [] };
|
|
140
140
|
(window as any).saasConfig = {
|
|
@@ -100,7 +100,7 @@ padding-bottom: ${gvc.glitter.share.bottom_inset / 2}px;;
|
|
|
100
100
|
? cf.gvc.glitter.share.globalValue['theme_color.0.border-button-text']
|
|
101
101
|
: '#8D8D8D';
|
|
102
102
|
return html ` <div
|
|
103
|
-
class="d-flex flex-column align-items-center justify-content-center"
|
|
103
|
+
class="d-flex flex-column align-items-center justify-content-center flex-fill"
|
|
104
104
|
style="height:63px;gap: 2px;cursor: pointer;"
|
|
105
105
|
onclick="${dd.event}"
|
|
106
106
|
>
|
|
@@ -159,7 +159,7 @@ padding-bottom: ${gvc.glitter.share.bottom_inset / 2}px;;
|
|
|
159
159
|
? cf.gvc.glitter.share.globalValue['theme_color.0.border-button-text']
|
|
160
160
|
: '#8D8D8D';
|
|
161
161
|
return html` <div
|
|
162
|
-
class="d-flex flex-column align-items-center justify-content-center"
|
|
162
|
+
class="d-flex flex-column align-items-center justify-content-center flex-fill"
|
|
163
163
|
style="height:63px;gap: 2px;cursor: pointer;"
|
|
164
164
|
onclick="${dd.event}"
|
|
165
165
|
>
|
package/package.json
CHANGED