ts-glitter 13.8.746 → 13.8.747
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/jspage/editor.js +2 -2
- package/lowcode/jspage/editor.ts +2 -2
- package/package.json +1 -1
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.747';
|
|
72
72
|
glitter.share.start = new Date();
|
|
73
73
|
const vm = {
|
|
74
74
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -68,7 +68,7 @@ export class Entry {
|
|
|
68
68
|
}
|
|
69
69
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
70
70
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
71
|
-
glitter.share.editerVersion = 'V_13.8.
|
|
71
|
+
glitter.share.editerVersion = 'V_13.8.747';
|
|
72
72
|
glitter.share.start = new Date();
|
|
73
73
|
const vm: {
|
|
74
74
|
appConfig: any;
|
package/lowcode/jspage/editor.js
CHANGED
|
@@ -1032,7 +1032,7 @@ color:white;
|
|
|
1032
1032
|
<aside
|
|
1033
1033
|
id="componentsNav"
|
|
1034
1034
|
class="${Storage.view_type === ViewType.fullScreen ? `d-none` : ``} offcanvas offcanvas-start offcanvas-expand-lg position-fixed top-0 start-0 vh-100 bg-light overflow-hidden"
|
|
1035
|
-
style="${size < 800 ? `width: 0px;` : Storage.select_function === 'user-editor' ? `width: 365px;` : `width:
|
|
1035
|
+
style="${size < 800 ? `width: 0px;` : Storage.select_function === 'user-editor' ? `width: 365px;` : `width: ${document.body.clientWidth < 1200 ? 200 : 284}px;`}z-index:10 !important;"
|
|
1036
1036
|
>
|
|
1037
1037
|
<div class="offcanvas-header d-none d-lg-flex justify-content-start border-bottom px-0 ${Storage.select_function === 'user-editor' ? `border-end` : ``}"
|
|
1038
1038
|
style="height: ${(glitter.share.top_inset ? ((parseInt(glitter.share.top_inset, 10) + 56) + ((Storage.select_function === 'backend-manger') ? 10 : 5)) : 56)}px;">
|
|
@@ -1078,7 +1078,7 @@ color:white;
|
|
|
1078
1078
|
elem: 'main',
|
|
1079
1079
|
class: `docs-container`,
|
|
1080
1080
|
style: `padding-top: ${EditorConfig.getPaddingTop(gvc) + 56}px;
|
|
1081
|
-
padding-left:${size < 992 ? `0px;` : Storage.select_function === 'user-editor' ? `365px;` :
|
|
1081
|
+
padding-left:${size < 992 ? `0px;` : Storage.select_function === 'user-editor' ? `365px;` : `${document.body.clientWidth < 1200 ? 200 : 284}px;`}
|
|
1082
1082
|
padding-right:0px;
|
|
1083
1083
|
${Storage.select_function === 'page-editor' ? `overflow:hidden;` : ``}`
|
|
1084
1084
|
};
|
package/lowcode/jspage/editor.ts
CHANGED
|
@@ -1106,7 +1106,7 @@ color:white;
|
|
|
1106
1106
|
<aside
|
|
1107
1107
|
id="componentsNav"
|
|
1108
1108
|
class="${Storage.view_type === ViewType.fullScreen ? `d-none` : ``} offcanvas offcanvas-start offcanvas-expand-lg position-fixed top-0 start-0 vh-100 bg-light overflow-hidden"
|
|
1109
|
-
style="${size < 800 ? `width: 0px;` : Storage.select_function === 'user-editor' ? `width: 365px;` : `width:
|
|
1109
|
+
style="${size < 800 ? `width: 0px;` : Storage.select_function === 'user-editor' ? `width: 365px;` : `width: ${document.body.clientWidth<1200 ? 200:284}px;`}z-index:10 !important;"
|
|
1110
1110
|
>
|
|
1111
1111
|
<div class="offcanvas-header d-none d-lg-flex justify-content-start border-bottom px-0 ${Storage.select_function === 'user-editor' ? `border-end` : ``}"
|
|
1112
1112
|
style="height: ${(glitter.share.top_inset ? ((parseInt(glitter.share.top_inset,10)+56)+((Storage.select_function === 'backend-manger') ? 10:5)):56)}px;">
|
|
@@ -1152,7 +1152,7 @@ color:white;
|
|
|
1152
1152
|
elem: 'main',
|
|
1153
1153
|
class: `docs-container`,
|
|
1154
1154
|
style: `padding-top: ${EditorConfig.getPaddingTop(gvc) + 56}px;
|
|
1155
|
-
padding-left:${size < 992 ? `0px;` : Storage.select_function === 'user-editor' ? `365px;` :
|
|
1155
|
+
padding-left:${size < 992 ? `0px;` : Storage.select_function === 'user-editor' ? `365px;` : `${document.body.clientWidth<1200 ? 200:284}px;`}
|
|
1156
1156
|
padding-right:0px;
|
|
1157
1157
|
${Storage.select_function === 'page-editor' ? `overflow:hidden;` : ``}`
|
|
1158
1158
|
}
|