@belife/belife-bim-air 1.6.1-za.87.patch.2 → 1.6.1-za.87.patch.5

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.
@@ -18384,19 +18384,18 @@ __webpack_require__(/*! core-js/modules/es.number.constructor.js */ "./node_modu
18384
18384
  rectPadding = 5;
18385
18385
  fontSize = 24;
18386
18386
  strokeWidth = 3;
18387
- } else if (this.width == svgDraw_1.PenSize.Middle) {
18388
- rectWidth = 150;
18389
- rectHeight = 36;
18390
- rectPadding = 4;
18391
- fontSize = 20;
18392
- strokeWidth = 3;
18393
- }
18394
- if (this.width == svgDraw_1.PenSize.Small) {
18387
+ } else if (this.width == svgDraw_1.PenSize.Small) {
18395
18388
  rectWidth = 150;
18396
18389
  rectHeight = 30;
18397
18390
  rectPadding = 3;
18398
18391
  fontSize = 16;
18399
18392
  strokeWidth = 2;
18393
+ } else {
18394
+ rectWidth = 150;
18395
+ rectHeight = 36;
18396
+ rectPadding = 4;
18397
+ fontSize = 20;
18398
+ strokeWidth = 3;
18400
18399
  }
18401
18400
  return {
18402
18401
  rectWidth: rectWidth,
@@ -31740,9 +31739,9 @@ __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./no
31740
31739
  Longan = tslib_1.__importStar(Longan);
31741
31740
  var PenSize;
31742
31741
  (function (PenSize) {
31743
- PenSize[PenSize["Small"] = 2] = "Small";
31744
- PenSize[PenSize["Middle"] = 4] = "Middle";
31745
- PenSize[PenSize["Large"] = 6] = "Large";
31742
+ PenSize[PenSize["Small"] = 16] = "Small";
31743
+ PenSize[PenSize["Middle"] = 20] = "Middle";
31744
+ PenSize[PenSize["Large"] = 24] = "Large";
31746
31745
  })(PenSize = exports.PenSize || (exports.PenSize = {}));
31747
31746
  var SvgDraw = function (_super) {
31748
31747
  tslib_1.__extends(SvgDraw, _super);
@@ -166067,7 +166066,7 @@ module.exports = JSON.parse('{"name":"axios","version":"0.21.4","description":"P
166067
166066
  /***/ (function(module) {
166068
166067
 
166069
166068
  "use strict";
166070
- module.exports = JSON.parse('{"name":"@belife/belife-bim-air","version":"1.6.1-za.87","description":"发布的基于gs-longan的图形显示控件","main":"lib/BimAir.umd.min.js","types":"types/index.d.ts","author":"","license":"ISC","scripts":{"publish":"npm publish --registry=https://registry.npmjs.org --tag=za","publishAlpha":"npm publish --tag=alpha","publishBeta":"npm publish --tag=beta","publishBeta2":"npm publish --tag=beta2","typedoc":"typedoc --plugin typedoc-plugin-markdown"},"dependencies":{},"devDependencies":{}}');
166069
+ module.exports = JSON.parse('{"name":"@belife/belife-bim-air","version":"1.6.1-za.87.patch.5","description":"发布的基于gs-longan的图形显示控件","main":"lib/BimAir.umd.min.js","types":"types/index.d.ts","author":"","license":"ISC","scripts":{"publish":"npm publish --registry=https://registry.npmjs.org --tag=za","publishAlpha":"npm publish --tag=alpha","publishBeta":"npm publish --tag=beta","publishBeta2":"npm publish --tag=beta2","typedoc":"typedoc --plugin typedoc-plugin-markdown"},"dependencies":{},"devDependencies":{}}');
166071
166070
 
166072
166071
  /***/ }),
166073
166072
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@belife/belife-bim-air",
3
- "version": "1.6.1-za.87.patch.2",
3
+ "version": "1.6.1-za.87.patch.5",
4
4
  "description": "发布的基于gs-longan的图形显示控件",
5
5
  "main": "lib/BimAir.umd.min.js",
6
6
  "types": "types/index.d.ts",