@visactor/vrender-components 0.22.9-alpha.1 → 0.22.9-alpha.2
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/brush/brush.js +2 -1
- package/cjs/brush/type.js +1 -2
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/dist/index.es.js +20 -51
- package/es/brush/brush.js +2 -1
- package/es/brush/type.js +1 -2
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/package.json +5 -5
package/cjs/brush/brush.js
CHANGED
|
@@ -190,4 +190,5 @@ class Brush extends base_1.AbstractComponent {
|
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
exports.Brush = Brush, Brush.defaultAttributes = config_1.DEFAULT_BRUSH_ATTRIBUTES;
|
|
193
|
+
exports.Brush = Brush, Brush.defaultAttributes = config_1.DEFAULT_BRUSH_ATTRIBUTES;
|
|
194
|
+
//# sourceMappingURL=brush.js.map
|
package/cjs/brush/type.js
CHANGED
|
@@ -8,5 +8,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
8
8
|
IOperateType.drawStart = "drawStart", IOperateType.drawEnd = "drawEnd", IOperateType.drawing = "drawing",
|
|
9
9
|
IOperateType.moving = "moving", IOperateType.moveStart = "moveStart", IOperateType.moveEnd = "moveEnd",
|
|
10
10
|
IOperateType.brushActive = "brushActive", IOperateType.brushClear = "brushClear";
|
|
11
|
-
}(IOperateType = exports.IOperateType || (exports.IOperateType = {}));
|
|
12
|
-
//# sourceMappingURL=type.js.map
|
|
11
|
+
}(IOperateType = exports.IOperateType || (exports.IOperateType = {}));
|
package/cjs/index.d.ts
CHANGED
package/cjs/index.js
CHANGED
|
@@ -17,7 +17,7 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "__esModule", {
|
|
19
19
|
value: !0
|
|
20
|
-
}), exports.version = void 0, exports.version = "0.22.9-alpha.
|
|
20
|
+
}), exports.version = void 0, exports.version = "0.22.9-alpha.2", __exportStar(require("./core/base"), exports),
|
|
21
21
|
__exportStar(require("./core/type"), exports), __exportStar(require("./scrollbar"), exports),
|
|
22
22
|
__exportStar(require("./tag"), exports), __exportStar(require("./poptip"), exports),
|
|
23
23
|
__exportStar(require("./crosshair"), exports), __exportStar(require("./label"), exports),
|
package/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACa,QAAA,OAAO,GAAG,gBAAgB,CAAC;AAExC,8CAA4B;AAC5B,8CAA4B;AAC5B,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,8CAA4B;AAC5B,0CAAwB;AACxB,yCAAuB;AACvB,8CAA4B;AAC5B,4CAA0B;AAC1B,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,0CAAwB;AACxB,8CAA4B;AAC5B,2CAAyB;AACzB,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,4CAA0B;AAC1B,6CAA2B;AAC3B,8CAA4B;AAC5B,wCAAsB;AACtB,6CAA2B;AAC3B,0CAAwB;AACxB,8CAA4B;AAC5B,4CAA0B;AAC1B,yCAAuB;AACvB,2CAAyB;AACzB,+CAA6B","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"0.22.9-alpha.
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AACa,QAAA,OAAO,GAAG,gBAAgB,CAAC;AAExC,8CAA4B;AAC5B,8CAA4B;AAC5B,8CAA4B;AAC5B,wCAAsB;AACtB,2CAAyB;AACzB,8CAA4B;AAC5B,0CAAwB;AACxB,yCAAuB;AACvB,8CAA4B;AAC5B,4CAA0B;AAC1B,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,2CAAyB;AACzB,0CAAwB;AACxB,8CAA4B;AAC5B,2CAAyB;AACzB,8CAA4B;AAC5B,2CAAyB;AACzB,0CAAwB;AACxB,4CAA0B;AAC1B,6CAA2B;AAC3B,8CAA4B;AAC5B,wCAAsB;AACtB,6CAA2B;AAC3B,0CAAwB;AACxB,8CAA4B;AAC5B,4CAA0B;AAC1B,yCAAuB;AACvB,2CAAyB;AACzB,+CAA6B","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"0.22.9-alpha.2\";\n\nexport * from './core/base';\nexport * from './core/type';\nexport * from './scrollbar';\nexport * from './tag';\nexport * from './poptip';\nexport * from './crosshair';\nexport * from './label';\nexport * from './axis';\nexport * from './axis/grid';\nexport * from './segment';\nexport * from './data-zoom';\nexport * from './marker';\nexport * from './pager';\nexport * from './legend';\nexport * from './title';\nexport * from './indicator';\nexport * from './slider';\nexport * from './link-path';\nexport * from './player';\nexport * from './brush';\nexport * from './tooltip';\nexport * from './timeline';\nexport * from './interface';\nexport * from './jsx';\nexport * from './checkbox';\nexport * from './radio';\nexport * from './empty-tip';\nexport * from './weather';\nexport * from './util';\nexport * from './switch';\nexport * from './label-item';\n"]}
|
package/dist/index.es.js
CHANGED
|
@@ -489,14 +489,11 @@ class Container {
|
|
|
489
489
|
const ContributionProvider = Symbol("ContributionProvider");
|
|
490
490
|
class ContributionProviderCache {
|
|
491
491
|
constructor(serviceIdentifier, container) {
|
|
492
|
-
this.serviceIdentifier = serviceIdentifier, this.container = container
|
|
492
|
+
this.serviceIdentifier = serviceIdentifier, this.container = container;
|
|
493
493
|
}
|
|
494
494
|
getContributions() {
|
|
495
495
|
return this.caches || (this.caches = [], this.container && this.container.isBound(this.serviceIdentifier) && this.caches.push(...this.container.getAll(this.serviceIdentifier))), this.caches;
|
|
496
496
|
}
|
|
497
|
-
refresh() {
|
|
498
|
-
this.caches && (this.caches.length = 0, this.container && this.container.isBound(this.serviceIdentifier) && this.caches.push(...this.container.getAll(this.serviceIdentifier)));
|
|
499
|
-
}
|
|
500
497
|
}
|
|
501
498
|
function bindContributionProvider(bind, id) {
|
|
502
499
|
bind(ContributionProvider).toDynamicValue(_ref => {
|
|
@@ -514,20 +511,6 @@ function bindContributionProviderNoSingletonScope(bind, id) {
|
|
|
514
511
|
return new ContributionProviderCache(id, container);
|
|
515
512
|
}).whenTargetNamed(id);
|
|
516
513
|
}
|
|
517
|
-
class ContributionStore {
|
|
518
|
-
static getStore(id) {
|
|
519
|
-
return this.store.get(id);
|
|
520
|
-
}
|
|
521
|
-
static setStore(id, cache) {
|
|
522
|
-
this.store.set(id, cache);
|
|
523
|
-
}
|
|
524
|
-
static refreshAllContributions() {
|
|
525
|
-
this.store.forEach(cache => {
|
|
526
|
-
cache.refresh();
|
|
527
|
-
});
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
ContributionStore.store = new Map();
|
|
531
514
|
|
|
532
515
|
class Hook {
|
|
533
516
|
constructor(args, name) {
|
|
@@ -10907,9 +10890,6 @@ class BaseRender {
|
|
|
10907
10890
|
init(contributions) {
|
|
10908
10891
|
contributions && (this._renderContribitions = contributions.getContributions()), this._renderContribitions || (this._renderContribitions = []), this.builtinContributions || (this.builtinContributions = []), this.builtinContributions.push(defaultBaseClipRenderBeforeContribution), this.builtinContributions.push(defaultBaseClipRenderAfterContribution), this.builtinContributions.forEach(item => this._renderContribitions.push(item)), this._renderContribitions.length && (this._renderContribitions.sort((a, b) => b.order - a.order), this._beforeRenderContribitions = this._renderContribitions.filter(c => c.time === BaseRenderContributionTime.beforeFillStroke), this._afterRenderContribitions = this._renderContribitions.filter(c => c.time === BaseRenderContributionTime.afterFillStroke));
|
|
10909
10892
|
}
|
|
10910
|
-
reInit() {
|
|
10911
|
-
this.init(this.graphicRenderContributions);
|
|
10912
|
-
}
|
|
10913
10893
|
beforeRenderStep(graphic, context, x, y, doFill, doStroke, fVisible, sVisible, graphicAttribute, drawContext, fillCb, strokeCb, params) {
|
|
10914
10894
|
this._beforeRenderContribitions && this._beforeRenderContribitions.forEach(c => {
|
|
10915
10895
|
if (c.supportedAppName && graphic.stage && graphic.stage.params && graphic.stage.params.context && graphic.stage.params.context.appName) {
|
|
@@ -11079,8 +11059,8 @@ var __decorate$G = undefined && undefined.__decorate || function (decorators, ta
|
|
|
11079
11059
|
};
|
|
11080
11060
|
};
|
|
11081
11061
|
let DefaultCanvasArcRender = class extends BaseRender {
|
|
11082
|
-
constructor(
|
|
11083
|
-
super(), this.
|
|
11062
|
+
constructor(arcRenderContribitions) {
|
|
11063
|
+
super(), this.arcRenderContribitions = arcRenderContribitions, this.numberType = ARC_NUMBER_TYPE, this.builtinContributions = [defaultArcRenderContribution, defaultArcBackgroundRenderContribution, defaultArcTextureRenderContribution], this.init(arcRenderContribitions);
|
|
11084
11064
|
}
|
|
11085
11065
|
drawArcTailCapPath(arc, context, cx, cy, outerRadius, innerRadius, _sa, _ea) {
|
|
11086
11066
|
const capAngle = _ea - _sa,
|
|
@@ -11256,8 +11236,8 @@ var __decorate$F = undefined && undefined.__decorate || function (decorators, ta
|
|
|
11256
11236
|
};
|
|
11257
11237
|
};
|
|
11258
11238
|
let DefaultCanvasCircleRender = class extends BaseRender {
|
|
11259
|
-
constructor(
|
|
11260
|
-
super(), this.
|
|
11239
|
+
constructor(circleRenderContribitions) {
|
|
11240
|
+
super(), this.circleRenderContribitions = circleRenderContribitions, this.numberType = CIRCLE_NUMBER_TYPE, this.builtinContributions = [defaultCircleRenderContribution, defaultCircleBackgroundRenderContribution, defaultCircleTextureRenderContribution], this.init(circleRenderContribitions);
|
|
11261
11241
|
}
|
|
11262
11242
|
drawShape(circle, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
11263
11243
|
const circleAttribute = getTheme(circle, null == params ? void 0 : params.theme).circle,
|
|
@@ -11643,8 +11623,8 @@ var __decorate$D = undefined && undefined.__decorate || function (decorators, ta
|
|
|
11643
11623
|
};
|
|
11644
11624
|
};
|
|
11645
11625
|
let DefaultCanvasAreaRender = class extends BaseRender {
|
|
11646
|
-
constructor(
|
|
11647
|
-
super(), this.
|
|
11626
|
+
constructor(areaRenderContribitions) {
|
|
11627
|
+
super(), this.areaRenderContribitions = areaRenderContribitions, this.numberType = AREA_NUMBER_TYPE, this.builtinContributions = [defaultAreaTextureRenderContribution, defaultAreaBackgroundRenderContribution], this.init(areaRenderContribitions);
|
|
11648
11628
|
}
|
|
11649
11629
|
drawLinearAreaHighPerformance(area, context, fill, stroke, fillOpacity, strokeOpacity, offsetX, offsetY, areaAttribute, drawContext, params, fillCb, strokeCb) {
|
|
11650
11630
|
var _a, _b, _c;
|
|
@@ -11887,8 +11867,8 @@ var __decorate$C = undefined && undefined.__decorate || function (decorators, ta
|
|
|
11887
11867
|
};
|
|
11888
11868
|
};
|
|
11889
11869
|
let DefaultCanvasPathRender = class extends BaseRender {
|
|
11890
|
-
constructor(
|
|
11891
|
-
super(), this.
|
|
11870
|
+
constructor(pathRenderContribitions) {
|
|
11871
|
+
super(), this.pathRenderContribitions = pathRenderContribitions, this.numberType = PATH_NUMBER_TYPE, this.builtinContributions = [defaultPathBackgroundRenderContribution, defaultPathTextureRenderContribution], this.init(pathRenderContribitions);
|
|
11892
11872
|
}
|
|
11893
11873
|
drawShape(path, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
11894
11874
|
var _a, _b, _c;
|
|
@@ -11943,8 +11923,8 @@ var __decorate$B = undefined && undefined.__decorate || function (decorators, ta
|
|
|
11943
11923
|
};
|
|
11944
11924
|
};
|
|
11945
11925
|
let DefaultCanvasRectRender = class extends BaseRender {
|
|
11946
|
-
constructor(
|
|
11947
|
-
super(), this.
|
|
11926
|
+
constructor(rectRenderContribitions) {
|
|
11927
|
+
super(), this.rectRenderContribitions = rectRenderContribitions, this.type = "rect", this.numberType = RECT_NUMBER_TYPE, this.builtinContributions = [defaultRectRenderContribution, defaultRectBackgroundRenderContribution, defaultRectTextureRenderContribution], this.init(rectRenderContribitions);
|
|
11948
11928
|
}
|
|
11949
11929
|
drawShape(rect, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
11950
11930
|
var _a;
|
|
@@ -12015,8 +11995,8 @@ var __decorate$A = undefined && undefined.__decorate || function (decorators, ta
|
|
|
12015
11995
|
};
|
|
12016
11996
|
};
|
|
12017
11997
|
let DefaultCanvasSymbolRender = class extends BaseRender {
|
|
12018
|
-
constructor(
|
|
12019
|
-
super(), this.
|
|
11998
|
+
constructor(symbolRenderContribitions) {
|
|
11999
|
+
super(), this.symbolRenderContribitions = symbolRenderContribitions, this.numberType = SYMBOL_NUMBER_TYPE, this.builtinContributions = [defaultSymbolRenderContribution, defaultSymbolBackgroundRenderContribution, defaultSymbolTextureRenderContribution, defaultSymbolClipRangeStrokeRenderContribution], this.init(symbolRenderContribitions);
|
|
12020
12000
|
}
|
|
12021
12001
|
drawShape(symbol, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
12022
12002
|
var _a;
|
|
@@ -12187,8 +12167,8 @@ var __decorate$z = undefined && undefined.__decorate || function (decorators, ta
|
|
|
12187
12167
|
};
|
|
12188
12168
|
};
|
|
12189
12169
|
let DefaultCanvasTextRender = class extends BaseRender {
|
|
12190
|
-
constructor(
|
|
12191
|
-
super(), this.
|
|
12170
|
+
constructor(textRenderContribitions) {
|
|
12171
|
+
super(), this.textRenderContribitions = textRenderContribitions, this.numberType = TEXT_NUMBER_TYPE, this.builtinContributions = [defaultTextBackgroundRenderContribution], this.init(textRenderContribitions);
|
|
12192
12172
|
}
|
|
12193
12173
|
drawShape(text, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
12194
12174
|
var _a, _b, _c;
|
|
@@ -12392,8 +12372,8 @@ var __decorate$y = undefined && undefined.__decorate || function (decorators, ta
|
|
|
12392
12372
|
};
|
|
12393
12373
|
};
|
|
12394
12374
|
let DefaultCanvasPolygonRender = class extends BaseRender {
|
|
12395
|
-
constructor(
|
|
12396
|
-
super(), this.
|
|
12375
|
+
constructor(polygonRenderContribitions) {
|
|
12376
|
+
super(), this.polygonRenderContribitions = polygonRenderContribitions, this.numberType = POLYGON_NUMBER_TYPE, this.builtinContributions = [defaultPolygonBackgroundRenderContribution, defaultPolygonTextureRenderContribution], this.init(polygonRenderContribitions);
|
|
12397
12377
|
}
|
|
12398
12378
|
drawShape(polygon, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
12399
12379
|
const polygonAttribute = getTheme(polygon, null == params ? void 0 : params.theme).polygon,
|
|
@@ -12448,9 +12428,6 @@ let DefaultCanvasGroupRender = class {
|
|
|
12448
12428
|
constructor(groupRenderContribitions) {
|
|
12449
12429
|
this.groupRenderContribitions = groupRenderContribitions, this.numberType = GROUP_NUMBER_TYPE;
|
|
12450
12430
|
}
|
|
12451
|
-
reInit() {
|
|
12452
|
-
this._groupRenderContribitions = this.groupRenderContribitions.getContributions() || [], this._groupRenderContribitions.push(defaultGroupBackgroundRenderContribution);
|
|
12453
|
-
}
|
|
12454
12431
|
drawShape(group, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
12455
12432
|
const groupAttribute = getTheme(group, null == params ? void 0 : params.theme).group,
|
|
12456
12433
|
{
|
|
@@ -12581,8 +12558,8 @@ var __decorate$w = undefined && undefined.__decorate || function (decorators, ta
|
|
|
12581
12558
|
};
|
|
12582
12559
|
const repeatStr = ["", "repeat-x", "repeat-y", "repeat"];
|
|
12583
12560
|
let DefaultCanvasImageRender = class extends BaseRender {
|
|
12584
|
-
constructor(
|
|
12585
|
-
super(), this.
|
|
12561
|
+
constructor(imageRenderContribitions) {
|
|
12562
|
+
super(), this.imageRenderContribitions = imageRenderContribitions, this.numberType = IMAGE_NUMBER_TYPE, this.builtinContributions = [defaultImageRenderContribution, defaultImageBackgroundRenderContribution], this.init(imageRenderContribitions);
|
|
12586
12563
|
}
|
|
12587
12564
|
drawShape(image, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
12588
12565
|
const imageAttribute = getTheme(image).image,
|
|
@@ -12905,9 +12882,6 @@ let DefaultRenderService = class {
|
|
|
12905
12882
|
afterDraw(params) {
|
|
12906
12883
|
this.drawContribution.afterDraw && this.drawContribution.afterDraw(this, Object.assign({}, this.drawParams));
|
|
12907
12884
|
}
|
|
12908
|
-
reInit() {
|
|
12909
|
-
this.drawContribution.reInit();
|
|
12910
|
-
}
|
|
12911
12885
|
render(groups, params) {
|
|
12912
12886
|
this.renderTreeRoots = groups, this.drawParams = params;
|
|
12913
12887
|
const updateBounds = params.updateBounds;
|
|
@@ -13309,11 +13283,6 @@ let DefaultDrawContribution = class {
|
|
|
13309
13283
|
constructor(contributions, drawItemInterceptorContributions) {
|
|
13310
13284
|
this.contributions = contributions, this.drawItemInterceptorContributions = drawItemInterceptorContributions, this.currentRenderMap = new Map(), this.defaultRenderMap = new Map(), this.styleRenderMap = new Map(), this.dirtyBounds = new Bounds(), this.backupDirtyBounds = new Bounds(), this.global = application.global, this.layerService = application.layerService, isArray(this.contributions) || (this.contributions = [this.contributions]), this.init();
|
|
13311
13285
|
}
|
|
13312
|
-
reInit() {
|
|
13313
|
-
this.init(), this.contributions.forEach(item => {
|
|
13314
|
-
item.reInit();
|
|
13315
|
-
});
|
|
13316
|
-
}
|
|
13317
13286
|
init() {
|
|
13318
13287
|
this.contributions.forEach(item => {
|
|
13319
13288
|
if (item.style) {
|
|
@@ -31692,6 +31661,6 @@ StoryLabelItem.defaultAttributes = {
|
|
|
31692
31661
|
theme: 'default'
|
|
31693
31662
|
};
|
|
31694
31663
|
|
|
31695
|
-
const version = "0.22.9-alpha.
|
|
31664
|
+
const version = "0.22.9-alpha.2";
|
|
31696
31665
|
|
|
31697
31666
|
export { AXIS_ELEMENT_NAME, AbstractComponent, ArcInfo, ArcLabel, ArcSegment, AxisStateValue, BasePlayer, Brush, CheckBox, CircleAxis, CircleAxisGrid, CircleCrosshair, ColorContinuousLegend, ContinuousPlayer, DEFAULT_ITEM_SPACE_COL, DEFAULT_ITEM_SPACE_ROW, DEFAULT_LABEL_SPACE, DEFAULT_PAGER_SPACE, DEFAULT_SHAPE_SIZE, DEFAULT_SHAPE_SPACE, DEFAULT_STATES$1 as DEFAULT_STATES, DEFAULT_TITLE_SPACE, DEFAULT_VALUE_SPACE, DataLabel, DataZoom, DataZoomActiveTag, DirectionEnum, DiscreteLegend, DiscretePlayer, EmptyTip, GroupTransition, IMarkAreaLabelPosition, IMarkCommonArcLabelPosition, IMarkLineLabelPosition, IMarkPointItemPosition, IOperateType, Indicator, LEGEND_ELEMENT_NAME, LabelBase, LegendEvent, LegendStateValue, LineAxis, LineAxisGrid, LineCrosshair, LineLabel, LinkPath, MarkArcArea, MarkArcLine, MarkArea, MarkLine, MarkPoint, Pager, PlayerEventEnum, PolygonCrosshair, PolygonSectorCrosshair, PopTip, Radio, RectCrosshair, RectLabel, SLIDER_ELEMENT_NAME, ScrollBar, SectorCrosshair, Segment, SizeContinuousLegend, Slider, StoryLabelItem, Switch, SymbolLabel, Tag, Timeline, Title, Tooltip, TopZIndex, VTag, WeatherBox, alignTextInLine, angle, angleLabelOrientAttribute, angleTo, cartesianTicks, clampRadian, computeOffsetForlimit, continuousTicks, contrastAccessibilityChecker, convertDomainToTickData, createTextGraphicByType, deltaXYToAngle, fuzzyEqualNumber, getAxisBreakSymbolAttrs, getCircleLabelPosition, getCirclePoints, getCircleVerticalVector, getElMap, getHorizontalPath, getMarksByName, getNoneGroupMarksByName, getPolarAngleLabelPosition, getPolygonPath, getSizeHandlerPath, getTextAlignAttrOfVerticalDir, getTextType, getVerticalCoord, getVerticalPath, hasOverlap, htmlAttributeTransform, initTextMeasure, isInRange, isPostiveXAxis, isRichText, isVisible, labelSmartInvert, length, limitShapeInBounds, linearDiscreteTicks, loadPoptip, loadScrollbar, measureTextSize, normalize, polarAngleAxisDiscreteTicks, polarTicks, reactAttributeTransform, registerArcDataLabel, registerLineDataLabel, registerMarkArcAreaAnimate, registerMarkArcLineAnimate, registerMarkAreaAnimate, registerMarkLineAnimate, registerMarkPointAnimate, registerRectDataLabel, registerSymbolDataLabel, removeRepeatPoint, richTextAttributeTransform, scale, scrollbarModule, setPoptipTheme, smartInvertStrategy, tan2AngleToAngle, textIntersect, ticks, traverseGroup, version };
|
package/es/brush/brush.js
CHANGED
package/es/brush/type.js
CHANGED
|
@@ -4,5 +4,4 @@ export var IOperateType;
|
|
|
4
4
|
IOperateType.drawStart = "drawStart", IOperateType.drawEnd = "drawEnd", IOperateType.drawing = "drawing",
|
|
5
5
|
IOperateType.moving = "moving", IOperateType.moveStart = "moveStart", IOperateType.moveEnd = "moveEnd",
|
|
6
6
|
IOperateType.brushActive = "brushActive", IOperateType.brushClear = "brushClear";
|
|
7
|
-
}(IOperateType || (IOperateType = {}));
|
|
8
|
-
//# sourceMappingURL=type.js.map
|
|
7
|
+
}(IOperateType || (IOperateType = {}));
|
package/es/index.d.ts
CHANGED
package/es/index.js
CHANGED
package/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC;AAExC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"0.22.9-alpha.
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAC;AAExC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC","file":"index.js","sourcesContent":["// 导出版本号\nexport const version = \"0.22.9-alpha.2\";\n\nexport * from './core/base';\nexport * from './core/type';\nexport * from './scrollbar';\nexport * from './tag';\nexport * from './poptip';\nexport * from './crosshair';\nexport * from './label';\nexport * from './axis';\nexport * from './axis/grid';\nexport * from './segment';\nexport * from './data-zoom';\nexport * from './marker';\nexport * from './pager';\nexport * from './legend';\nexport * from './title';\nexport * from './indicator';\nexport * from './slider';\nexport * from './link-path';\nexport * from './player';\nexport * from './brush';\nexport * from './tooltip';\nexport * from './timeline';\nexport * from './interface';\nexport * from './jsx';\nexport * from './checkbox';\nexport * from './radio';\nexport * from './empty-tip';\nexport * from './weather';\nexport * from './util';\nexport * from './switch';\nexport * from './label-item';\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vrender-components",
|
|
3
|
-
"version": "0.22.9-alpha.
|
|
3
|
+
"version": "0.22.9-alpha.2",
|
|
4
4
|
"description": "components library for dp visualization",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@visactor/vutils": "~0.19.5",
|
|
16
16
|
"@visactor/vscale": "~0.19.5",
|
|
17
|
-
"@visactor/vrender-core": "0.22.9-alpha.
|
|
18
|
-
"@visactor/vrender-kits": "0.22.9-alpha.
|
|
17
|
+
"@visactor/vrender-core": "0.22.9-alpha.2",
|
|
18
|
+
"@visactor/vrender-kits": "0.22.9-alpha.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"typescript": "4.9.5",
|
|
31
31
|
"cross-env": "^7.0.3",
|
|
32
32
|
"@internal/bundler": "0.0.1",
|
|
33
|
-
"@internal/
|
|
34
|
-
"@internal/
|
|
33
|
+
"@internal/eslint-config": "0.0.1",
|
|
34
|
+
"@internal/ts-config": "0.0.1"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
37
37
|
"VisActor",
|