@fileverse-dev/fortune-core 1.2.86-pinyin-6 → 1.2.86-pinyin-8

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/es/canvas.js CHANGED
@@ -286,7 +286,7 @@ var Canvas = function () {
286
286
  Canvas.prototype.drawMain = function (_a) {
287
287
  var _b;
288
288
  var _this = this;
289
- var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
289
+ var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
290
290
  var scrollWidth = _a.scrollWidth,
291
291
  scrollHeight = _a.scrollHeight,
292
292
  drawWidth = _a.drawWidth,
@@ -527,7 +527,6 @@ var Canvas = function () {
527
527
  }
528
528
  }
529
529
  if (((_r = (_q = (_p = this.sheetCtx.config) === null || _p === void 0 ? void 0 : _p.borderInfo) === null || _q === void 0 ? void 0 : _q.length) !== null && _r !== void 0 ? _r : 0) > 0) {
530
- console.log("borderInfo", (_s = this.sheetCtx.config) === null || _s === void 0 ? void 0 : _s.borderInfo);
531
530
  var borderSlashRender_1 = function borderSlashRender_1(style, color, startY, startX, endY, endX, _offsetLeft, _offsetTop, canvas) {
532
531
  var linetype = style;
533
532
  var moveX = startX - 2 + bodrder05 + _offsetLeft;
package/lib/canvas.js CHANGED
@@ -293,7 +293,7 @@ var Canvas = exports.Canvas = function () {
293
293
  Canvas.prototype.drawMain = function (_a) {
294
294
  var _b;
295
295
  var _this = this;
296
- var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
296
+ var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
297
297
  var scrollWidth = _a.scrollWidth,
298
298
  scrollHeight = _a.scrollHeight,
299
299
  drawWidth = _a.drawWidth,
@@ -534,7 +534,6 @@ var Canvas = exports.Canvas = function () {
534
534
  }
535
535
  }
536
536
  if (((_r = (_q = (_p = this.sheetCtx.config) === null || _p === void 0 ? void 0 : _p.borderInfo) === null || _q === void 0 ? void 0 : _q.length) !== null && _r !== void 0 ? _r : 0) > 0) {
537
- console.log("borderInfo", (_s = this.sheetCtx.config) === null || _s === void 0 ? void 0 : _s.borderInfo);
538
537
  var borderSlashRender_1 = function borderSlashRender_1(style, color, startY, startX, endY, endX, _offsetLeft, _offsetTop, canvas) {
539
538
  var linetype = style;
540
539
  var moveX = startX - 2 + bodrder05 + _offsetLeft;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.2.86-pinyin-6",
3
+ "version": "1.2.86-pinyin-8",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",