ts-glitter 18.7.5 → 18.7.7

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
@@ -131,7 +131,7 @@ export class Entry {
131
131
  }
132
132
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
133
133
  console.log(`Entry-time:`, window.renderClock.stop());
134
- glitter.share.editerVersion = 'V_18.7.5';
134
+ glitter.share.editerVersion = 'V_18.7.7';
135
135
  glitter.share.start = new Date();
136
136
  const vm = { appConfig: [] };
137
137
  window.saasConfig = {
package/lowcode/Entry.ts CHANGED
@@ -131,7 +131,7 @@ export class Entry {
131
131
  }
132
132
  (window as any).renderClock = (window as any).renderClock ?? createClock();
133
133
  console.log(`Entry-time:`, (window as any).renderClock.stop());
134
- glitter.share.editerVersion = 'V_18.7.5';
134
+ glitter.share.editerVersion = 'V_18.7.7';
135
135
  glitter.share.start = new Date();
136
136
  const vm = { appConfig: [] };
137
137
  (window as any).saasConfig = {
@@ -2681,7 +2681,7 @@ ${log_config.content}
2681
2681
  <div style="height:100px;"></div>
2682
2682
  <div
2683
2683
  class="w-100 d-flex align-items-center justify-content-center position-fixed bottom-0 start-0 p-2 shadow bg-white"
2684
- style="height:76px;"
2684
+ style="height:76px;z-index:10;"
2685
2685
  >
2686
2686
  <div
2687
2687
  class="d-flex align-items-center justify-content-end"
@@ -2928,7 +2928,7 @@ ${log_config.content}
2928
2928
  <div style="height:100px;"></div>
2929
2929
  <div
2930
2930
  class="w-100 d-flex align-items-center justify-content-center position-fixed bottom-0 start-0 p-2 shadow bg-white"
2931
- style="height:76px;"
2931
+ style="height:76px;z-index:10;"
2932
2932
  >
2933
2933
  <div
2934
2934
  class="d-flex align-items-center justify-content-end"
@@ -2952,6 +2952,7 @@ ${log_config.content}
2952
2952
  ? `min-width:100px;`
2953
2953
  : `min-width:380px;`}"
2954
2954
  onclick="${gvc.event(() => {
2955
+
2955
2956
  if (
2956
2957
  (window as any).login_config.login_in_to_order &&
2957
2958
  !GlobalUser.token
@@ -1073,7 +1073,7 @@ ${aboutVoucherHTML}
1073
1073
  gvc.closeDialog();
1074
1074
  })}"></div>
1075
1075
  <div class="rounded-top bg-white w-100 position-absolute bottom-0 left-0 px-3 pt-3"
1076
- style="padding-bottom:100px;">
1076
+ style="padding-bottom:100px;max-height:calc(100vh - 100px);overflow-y:auto;">
1077
1077
  <div class="d-flex align-items-center mb-3 " style="margin-top:20px;gap:10px;">
1078
1078
  <div
1079
1079
  style="width: 88px;height: 88px;border-radius: 10px;background: 50%/cover url('${((variant === null || variant === void 0 ? void 0 : variant.preview_image) === 'https://d3jnmi1tfjgtti.cloudfront.net/file/234285319/1722936949034-default_image.jpg') ? prod.preview_image[0] : variant === null || variant === void 0 ? void 0 : variant.preview_image}');"></div>
@@ -1282,7 +1282,7 @@ ${aboutVoucherHTML}
1282
1282
  gvc.closeDialog();
1283
1283
  })}"></div>
1284
1284
  <div class="rounded-top bg-white w-100 position-absolute bottom-0 left-0 px-3 pt-3"
1285
- style="padding-bottom:100px;">
1285
+ style="padding-bottom:100px;max-height:calc(100vh - 100px);overflow-y:auto;">
1286
1286
  <div class="d-flex align-items-center mb-3 " style="margin-top:20px;gap:10px;">
1287
1287
  <div
1288
1288
  style="width: 88px;height: 88px;border-radius: 10px;background: 50%/cover url('${(variant?.preview_image === 'https://d3jnmi1tfjgtti.cloudfront.net/file/234285319/1722936949034-default_image.jpg') ? prod.preview_image[0] : variant?.preview_image}');"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "18.7.5",
3
+ "version": "18.7.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {