ts-glitter 18.0.8 → 18.0.9

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
@@ -90,7 +90,7 @@ export class Entry {
90
90
  }
91
91
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : clockF();
92
92
  console.log(`Entry-time:`, window.renderClock.stop());
93
- glitter.share.editerVersion = 'V_18.0.8';
93
+ glitter.share.editerVersion = 'V_18.0.9';
94
94
  glitter.share.start = new Date();
95
95
  const vm = {
96
96
  appConfig: [],
package/lowcode/Entry.ts CHANGED
@@ -91,7 +91,7 @@ export class Entry {
91
91
  }
92
92
  (window as any).renderClock = (window as any).renderClock ?? clockF();
93
93
  console.log(`Entry-time:`, (window as any).renderClock.stop());
94
- glitter.share.editerVersion = 'V_18.0.8';
94
+ glitter.share.editerVersion = 'V_18.0.9';
95
95
  glitter.share.start = new Date();
96
96
  const vm: {
97
97
  appConfig: any;
@@ -141,7 +141,7 @@ ${tempDiv.querySelector('.invoice-detail-sum').children[2].textContent.replace(/
141
141
  return base64String;
142
142
  }
143
143
  IminPrintInstance.printSingleBitmap(generateBarcodeBase64(code));
144
- yield IminPrintInstance.printAndFeedPaper(20);
144
+ yield IminPrintInstance.printAndFeedPaper(70);
145
145
  });
146
146
  }
147
147
  }
@@ -158,6 +158,6 @@ ${tempDiv.querySelector('.invoice-detail-sum')!!.children[2].textContent!.replac
158
158
  return base64String;
159
159
  }
160
160
  IminPrintInstance.printSingleBitmap(generateBarcodeBase64(code))
161
- await IminPrintInstance.printAndFeedPaper(20)
161
+ await IminPrintInstance.printAndFeedPaper(70)
162
162
  }
163
163
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "18.0.8",
3
+ "version": "18.0.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {