@fileverse-dev/fortune-core 1.2.86-pinyin-4 → 1.2.86-pinyin-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/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;
289
+ var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
290
290
  var scrollWidth = _a.scrollWidth,
291
291
  scrollHeight = _a.scrollHeight,
292
292
  drawWidth = _a.drawWidth,
@@ -527,6 +527,7 @@ 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);
530
531
  var borderSlashRender_1 = function borderSlashRender_1(style, color, startY, startX, endY, endX, _offsetLeft, _offsetTop, canvas) {
531
532
  var linetype = style;
532
533
  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;
296
+ var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s;
297
297
  var scrollWidth = _a.scrollWidth,
298
298
  scrollHeight = _a.scrollHeight,
299
299
  drawWidth = _a.drawWidth,
@@ -534,6 +534,7 @@ 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);
537
538
  var borderSlashRender_1 = function borderSlashRender_1(style, color, startY, startX, endY, endX, _offsetLeft, _offsetTop, canvas) {
538
539
  var linetype = style;
539
540
  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-4",
3
+ "version": "1.2.86-pinyin-6",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",