@visactor/vrender-components 0.16.6 → 0.16.8-alpha.0
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/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/cjs/label/base.js +1 -1
- package/cjs/label/base.js.map +1 -1
- package/cjs/legend/discrete/discrete.js +2 -2
- package/cjs/legend/discrete/discrete.js.map +1 -1
- package/dist/index.js +5 -2
- package/dist/index.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/es/label/base.js +1 -1
- package/es/label/base.js.map +1 -1
- package/es/legend/discrete/discrete.js +2 -2
- package/es/legend/discrete/discrete.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -22326,7 +22326,7 @@
|
|
|
22326
22326
|
x2: text.AABBBounds.x2 + dx,
|
|
22327
22327
|
y1: text.AABBBounds.y1 + dy,
|
|
22328
22328
|
y2: text.AABBBounds.y2 + dy
|
|
22329
|
-
}
|
|
22329
|
+
})) {
|
|
22330
22330
|
text.setAttributes({ x: text.attribute.x + dx, y: text.attribute.y + dy });
|
|
22331
22331
|
bitmap.setRange(boundToRange(bmpTool, text.AABBBounds, true));
|
|
22332
22332
|
result.push(text);
|
|
@@ -27888,6 +27888,9 @@
|
|
|
27888
27888
|
labelShape.setAttribute('maxLineWidth', this._itemWidthByUser - parsedPadding[1] - parsedPadding[3] - shapeSize - shapeSpace - focusSpace);
|
|
27889
27889
|
focusStartX = labelShape.AABBBounds.x2 + labelSpace;
|
|
27890
27890
|
}
|
|
27891
|
+
else {
|
|
27892
|
+
focusStartX = labelShape.AABBBounds.x2 + labelSpace;
|
|
27893
|
+
}
|
|
27891
27894
|
if (focusShape) {
|
|
27892
27895
|
focusShape.setAttribute('x', focusStartX);
|
|
27893
27896
|
innerGroup.add(focusShape);
|
|
@@ -31184,7 +31187,7 @@
|
|
|
31184
31187
|
}
|
|
31185
31188
|
};
|
|
31186
31189
|
|
|
31187
|
-
const version = "0.16.
|
|
31190
|
+
const version = "0.16.8-alpha.0";
|
|
31188
31191
|
|
|
31189
31192
|
exports.AbstractComponent = AbstractComponent;
|
|
31190
31193
|
exports.ArcInfo = ArcInfo;
|