ts-glitter 13.8.843 → 13.8.844

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
@@ -70,7 +70,7 @@ export class Entry {
70
70
  }
71
71
  window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
72
72
  console.log(`Entry-time:`, window.renderClock.stop());
73
- glitter.share.editerVersion = 'V_13.8.843';
73
+ glitter.share.editerVersion = 'V_13.8.844';
74
74
  glitter.share.start = new Date();
75
75
  const vm = {
76
76
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -71,7 +71,7 @@ export class Entry {
71
71
  }
72
72
  (window as any).renderClock = (window as any).renderClock ?? clockF();
73
73
  console.log(`Entry-time:`, (window as any).renderClock.stop());
74
- glitter.share.editerVersion = 'V_13.8.843';
74
+ glitter.share.editerVersion = 'V_13.8.844';
75
75
  glitter.share.start = new Date();
76
76
  const vm: {
77
77
  appConfig: any;
@@ -2674,7 +2674,7 @@ ${(_c = obj.default) !== null && _c !== void 0 ? _c : ''}</textarea
2674
2674
  class="bg-white shadow ${document.body.clientWidth < 800 ? `` : `rounded-3`}"
2675
2675
  style="overflow-y: auto; width: calc(100% - ${document.body.clientWidth > 768 ? 70 : 0}px); ${document.body.clientWidth > 768
2676
2676
  ? `height: calc(100% - 70px);`
2677
- : `height:${window.parent.innerHeight}px;`};padding-top:${gvc.glitter.share.top_inset || 0}px;"
2677
+ : `height:${window.parent.innerHeight}px;padding-top:${gvc.glitter.share.top_inset || 0}px;`}"
2678
2678
  >
2679
2679
  ${gvc.bindView({
2680
2680
  bind: vm.id,
@@ -3141,7 +3141,7 @@ ${obj.default ?? ''}</textarea
3141
3141
  class="bg-white shadow ${document.body.clientWidth < 800 ? `` : `rounded-3`}"
3142
3142
  style="overflow-y: auto; width: calc(100% - ${document.body.clientWidth > 768 ? 70 : 0}px); ${document.body.clientWidth > 768
3143
3143
  ? `height: calc(100% - 70px);`
3144
- : `height:${(window.parent as any).innerHeight}px;`};padding-top:${gvc.glitter.share.top_inset || 0}px;"
3144
+ : `height:${(window.parent as any).innerHeight}px;padding-top:${gvc.glitter.share.top_inset || 0}px;`}"
3145
3145
  >
3146
3146
  ${gvc.bindView({
3147
3147
  bind: vm.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "13.8.843",
3
+ "version": "13.8.844",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {