ts-glitter 15.7.5 → 15.7.6

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
@@ -80,7 +80,7 @@ export class Entry {
80
80
  }
81
81
  window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
82
82
  console.log(`Entry-time:`, window.renderClock.stop());
83
- glitter.share.editerVersion = 'V_15.7.5';
83
+ glitter.share.editerVersion = 'V_15.7.6';
84
84
  glitter.share.start = new Date();
85
85
  const vm = {
86
86
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -82,7 +82,7 @@ export class Entry {
82
82
 
83
83
  (window as any).renderClock = (window as any).renderClock ?? clockF();
84
84
  console.log(`Entry-time:`, (window as any).renderClock.stop());
85
- glitter.share.editerVersion = 'V_15.7.5';
85
+ glitter.share.editerVersion = 'V_15.7.6';
86
86
  glitter.share.start = new Date();
87
87
  const vm: {
88
88
  appConfig: any;
@@ -497,7 +497,7 @@ export class PdClass {
497
497
  <h1 class=""
498
498
  style="color: ${titleFontColor};font-size:${(document.body.clientWidth > 991) ? `36` : `24`}px;">
499
499
  ${prod.title}</h1>
500
- ${prod.min_qty ? `<div class="insignia mx-0 w-auto mt-0 mb-3 fw-500 fs-6 py-2" style="background: #ffe9b2;margin-left:5px;">${Language.text('min_p_count').replace('_c_', prod.min_qty)}</div>` : ``}
500
+ ${(prod.min_qty && (`${prod.min_qty}` > `1`)) ? `<div class="insignia mx-0 w-auto mt-0 mb-3 fw-500 fs-6 py-2" style="background: #ffe9b2;margin-left:5px;">${Language.text('min_p_count').replace('_c_', prod.min_qty)}</div>` : ``}
501
501
  ${(language_data && language_data.sub_title) ? `
502
502
  <div class="mb-3">${language_data.sub_title}</div>
503
503
  ` : ``}
@@ -671,7 +671,7 @@ export class PdClass {
671
671
  <h1 class=""
672
672
  style="color: ${titleFontColor};font-size:${(document.body.clientWidth > 991) ? `36` : `24`}px;">
673
673
  ${prod.title}</h1>
674
- ${prod.min_qty ? `<div class="insignia mx-0 w-auto mt-0 mb-3 fw-500 fs-6 py-2" style="background: #ffe9b2;margin-left:5px;">${Language.text('min_p_count').replace('_c_', prod.min_qty)}</div>` : ``}
674
+ ${(prod.min_qty && (`${prod.min_qty}`>`1`)) ? `<div class="insignia mx-0 w-auto mt-0 mb-3 fw-500 fs-6 py-2" style="background: #ffe9b2;margin-left:5px;">${Language.text('min_p_count').replace('_c_', prod.min_qty)}</div>` : ``}
675
675
  ${(language_data && language_data.sub_title) ? `
676
676
  <div class="mb-3">${language_data.sub_title}</div>
677
677
  `:``}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "15.7.5",
3
+ "version": "15.7.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {