ts-glitter 21.0.3 → 21.0.4

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
@@ -146,7 +146,7 @@ export class Entry {
146
146
  }
147
147
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
148
148
  console.log(`Entry-time:`, window.renderClock.stop());
149
- glitter.share.editerVersion = 'V_21.0.3';
149
+ glitter.share.editerVersion = 'V_21.0.4';
150
150
  glitter.share.start = new Date();
151
151
  const vm = { appConfig: [] };
152
152
  window.saasConfig = {
package/lowcode/Entry.ts CHANGED
@@ -149,7 +149,7 @@ export class Entry {
149
149
  }
150
150
  (window as any).renderClock = (window as any).renderClock ?? createClock();
151
151
  console.log(`Entry-time:`, (window as any).renderClock.stop());
152
- glitter.share.editerVersion = 'V_21.0.3';
152
+ glitter.share.editerVersion = 'V_21.0.4';
153
153
  glitter.share.start = new Date();
154
154
  const vm = { appConfig: [] };
155
155
  (window as any).saasConfig = {
@@ -957,7 +957,7 @@ ${['選擇初始模板', BgWidget.grayNote('請選擇初始模板,後續可在
957
957
  </div>`;
958
958
  },
959
959
  divCreate: {
960
- style: `max-height:calc(${window.innerHeight - gvc.glitter.share.top_inset - gvc.glitter.share.bottom_inset}px - 115px);overflow-y:auto;`,
960
+ style: `max-height:calc(${window.innerHeight - gvc.glitter.share.top_inset - gvc.glitter.share.bottom_inset}px - ${document.body.clientWidth > 1200 ? `165` : `115`}px);overflow-y:auto;`,
961
961
  class: ``,
962
962
  },
963
963
  };
@@ -998,7 +998,7 @@ ${['選擇初始模板',BgWidget.grayNote('請選擇初始模板,後續可在
998
998
  </div>`;
999
999
  },
1000
1000
  divCreate: {
1001
- style: `max-height:calc(${window.innerHeight - gvc.glitter.share.top_inset - gvc.glitter.share.bottom_inset}px - 115px);overflow-y:auto;`,
1001
+ style: `max-height:calc(${window.innerHeight - gvc.glitter.share.top_inset - gvc.glitter.share.bottom_inset}px - ${document.body.clientWidth>1200 ? `165`:`115`}px);overflow-y:auto;`,
1002
1002
  class: ``,
1003
1003
  },
1004
1004
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "21.0.3",
3
+ "version": "21.0.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {