Skip to content

Commit

Permalink
release: 5.0.1 (ag)
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Jan 12, 2021
1 parent 39088e9 commit 5bda8a1
Show file tree
Hide file tree
Showing 15 changed files with 149 additions and 328 deletions.
97 changes: 34 additions & 63 deletions dist/echarts.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,35 +690,6 @@
noop: noop
});

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
/* global Reflect, Promise */

var extendStatics$1 = function(d, b) {
extendStatics$1 = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics$1(d, b);
};

function __extends$1(d, b) {
extendStatics$1(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
}

function create(x, y) {
if (x == null) {
x = 0;
Expand Down Expand Up @@ -1447,7 +1418,7 @@
stop(this.event);
}
var EmptyProxy = (function (_super) {
__extends$1(EmptyProxy, _super);
__extends(EmptyProxy, _super);
function EmptyProxy() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.handler = null;
Expand All @@ -1469,7 +1440,7 @@
'mouseup', 'mousedown', 'mousemove', 'contextmenu'
];
var Handler = (function (_super) {
__extends$1(Handler, _super);
__extends(Handler, _super);
function Handler(storage, painter, proxy, painterRoot) {
var _this = _super.call(this) || this;
_this._hovered = new HoveredResult(0, 0);
Expand Down Expand Up @@ -5732,7 +5703,7 @@
var requestAnimationFrame$1 = requestAnimationFrame;

var Animation = (function (_super) {
__extends$1(Animation, _super);
__extends(Animation, _super);
function Animation(opts) {
var _this = _super.call(this) || this;
_this._running = false;
Expand Down Expand Up @@ -6125,7 +6096,7 @@
return DOMHandlerScope;
}());
var HandlerDomProxy = (function (_super) {
__extends$1(HandlerDomProxy, _super);
__extends(HandlerDomProxy, _super);
function HandlerDomProxy(dom, painterRoot) {
var _this = _super.call(this) || this;
_this.__pointerCapturing = false;
Expand Down Expand Up @@ -6162,7 +6133,7 @@
}(Eventful));

var Group = (function (_super) {
__extends$1(Group, _super);
__extends(Group, _super);
function Group(opts) {
var _this = _super.call(this) || this;
_this.isGroup = true;
Expand Down Expand Up @@ -6582,7 +6553,7 @@
function registerPainter(name, Ctor) {
painterCtors[name] = Ctor;
}
var version = '5.0.1';
var version = '5.0.3';

var zrender = /*#__PURE__*/Object.freeze({
__proto__: null,
Expand Down Expand Up @@ -8215,7 +8186,7 @@
DEFAULT_COMMON_STYLE[STYLE_MAGIC_KEY] = true;
var PRIMARY_STATES_KEYS$1 = ['z', 'z2', 'invisible'];
var Displayable = (function (_super) {
__extends$1(Displayable, _super);
__extends(Displayable, _super);
function Displayable(props) {
return _super.call(this, props) || this;
}
Expand Down Expand Up @@ -10198,7 +10169,7 @@
'culling', 'z', 'z2', 'zlevel', 'parent'
];
var Path = (function (_super) {
__extends$1(Path, _super);
__extends(Path, _super);
function Path(opts) {
return _super.call(this, opts) || this;
}
Expand Down Expand Up @@ -10520,7 +10491,7 @@
};
Path.extend = function (defaultProps) {
var Sub = (function (_super) {
__extends$1(Sub, _super);
__extends(Sub, _super);
function Sub(opts) {
var _this = _super.call(this, opts) || this;
defaultProps.init && defaultProps.init.call(_this, opts);
Expand Down Expand Up @@ -10564,7 +10535,7 @@
miterLimit: 2
}, DEFAULT_PATH_STYLE);
var TSpan = (function (_super) {
__extends$1(TSpan, _super);
__extends(TSpan, _super);
function TSpan() {
return _super !== null && _super.apply(this, arguments) || this;
}
Expand Down Expand Up @@ -10633,7 +10604,7 @@
&& source.width && source.height);
}
var ZRImage = (function (_super) {
__extends$1(ZRImage, _super);
__extends(ZRImage, _super);
function ZRImage() {
return _super !== null && _super.apply(this, arguments) || this;
}
Expand Down Expand Up @@ -10824,7 +10795,7 @@
}());
var subPixelOptimizeOutputShape = {};
var Rect = (function (_super) {
__extends$1(Rect, _super);
__extends(Rect, _super);
function Rect(opts) {
return _super.call(this, opts) || this;
}
Expand Down Expand Up @@ -10892,7 +10863,7 @@
}, DEFAULT_COMMON_ANIMATION_PROPS.style)
};
var ZRText = (function (_super) {
__extends$1(ZRText, _super);
__extends(ZRText, _super);
function ZRText(opts) {
var _this = _super.call(this) || this;
_this.type = 'text';
Expand Down Expand Up @@ -12231,7 +12202,7 @@
return path;
}
var SVGPath = (function (_super) {
__extends$1(SVGPath, _super);
__extends(SVGPath, _super);
function SVGPath() {
return _super !== null && _super.apply(this, arguments) || this;
}
Expand Down Expand Up @@ -12269,7 +12240,7 @@
function extendFromString(str, defaultOpts) {
var innerOpts = createPathOptions(str, defaultOpts);
var Sub = (function (_super) {
__extends$1(Sub, _super);
__extends(Sub, _super);
function Sub(opts) {
var _this = _super.call(this, opts) || this;
_this.applyTransform = innerOpts.applyTransform;
Expand Down Expand Up @@ -12316,7 +12287,7 @@
return CircleShape;
}());
var Circle = (function (_super) {
__extends$1(Circle, _super);
__extends(Circle, _super);
function Circle(opts) {
return _super.call(this, opts) || this;
}
Expand All @@ -12343,7 +12314,7 @@
return EllipseShape;
}());
var Ellipse = (function (_super) {
__extends$1(Ellipse, _super);
__extends(Ellipse, _super);
function Ellipse(opts) {
return _super.call(this, opts) || this;
}
Expand Down Expand Up @@ -12561,7 +12532,7 @@
return SectorShape;
}());
var Sector = (function (_super) {
__extends$1(Sector, _super);
__extends(Sector, _super);
function Sector(opts) {
return _super.call(this, opts) || this;
}
Expand Down Expand Up @@ -12589,7 +12560,7 @@
return RingShape;
}());
var Ring = (function (_super) {
__extends$1(Ring, _super);
__extends(Ring, _super);
function Ring(opts) {
return _super.call(this, opts) || this;
}
Expand Down Expand Up @@ -12753,7 +12724,7 @@
return PolygonShape;
}());
var Polygon = (function (_super) {
__extends$1(Polygon, _super);
__extends(Polygon, _super);
function Polygon(opts) {
return _super.call(this, opts) || this;
}
Expand All @@ -12777,7 +12748,7 @@
return PolylineShape;
}());
var Polyline = (function (_super) {
__extends$1(Polyline, _super);
__extends(Polyline, _super);
function Polyline(opts) {
return _super.call(this, opts) || this;
}
Expand Down Expand Up @@ -12809,7 +12780,7 @@
return LineShape;
}());
var Line = (function (_super) {
__extends$1(Line, _super);
__extends(Line, _super);
function Line(opts) {
return _super.call(this, opts) || this;
}
Expand Down Expand Up @@ -12892,7 +12863,7 @@
}
}
var BezierCurve = (function (_super) {
__extends$1(BezierCurve, _super);
__extends(BezierCurve, _super);
function BezierCurve(opts) {
return _super.call(this, opts) || this;
}
Expand Down Expand Up @@ -12967,7 +12938,7 @@
return ArcShape;
}());
var Arc = (function (_super) {
__extends$1(Arc, _super);
__extends(Arc, _super);
function Arc(opts) {
return _super.call(this, opts) || this;
}
Expand Down Expand Up @@ -12997,7 +12968,7 @@
Arc.prototype.type = 'arc';

var CompoundPath = (function (_super) {
__extends$1(CompoundPath, _super);
__extends(CompoundPath, _super);
function CompoundPath() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.type = 'compound';
Expand Down Expand Up @@ -13057,7 +13028,7 @@
}());

var LinearGradient = (function (_super) {
__extends$1(LinearGradient, _super);
__extends(LinearGradient, _super);
function LinearGradient(x, y, x2, y2, colorStops, globalCoord) {
var _this = _super.call(this, colorStops) || this;
_this.x = x == null ? 0 : x;
Expand All @@ -13072,7 +13043,7 @@
}(Gradient));

var RadialGradient = (function (_super) {
__extends$1(RadialGradient, _super);
__extends(RadialGradient, _super);
function RadialGradient(x, y, r, colorStops, globalCoord) {
var _this = _super.call(this, colorStops) || this;
_this.x = x == null ? 0.5 : x;
Expand Down Expand Up @@ -13206,7 +13177,7 @@

var m = [];
var IncrementalDisplayable = (function (_super) {
__extends$1(IncrementalDisplayable, _super);
__extends(IncrementalDisplayable, _super);
function IncrementalDisplayable() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.notClear = true;
Expand Down Expand Up @@ -23947,7 +23918,7 @@
var hasWindow = typeof window !== 'undefined';
var version$1 = '5.0.1';
var dependencies = {
zrender: '5.0.2'
zrender: '5.0.3'
};
var TEST_FRAME_REMAIN_TIME = 1;
var PRIORITY_PROCESSOR_SERIES_FILTER = 800;
Expand Down Expand Up @@ -31663,7 +31634,7 @@
|| value.type === 'radial');
}
var GradientManager = (function (_super) {
__extends$1(GradientManager, _super);
__extends(GradientManager, _super);
function GradientManager(zrId, svgRoot) {
return _super.call(this, zrId, svgRoot, ['linearGradient', 'radialGradient'], '__gradient_in_use__') || this;
}
Expand Down Expand Up @@ -31794,7 +31765,7 @@
}
var patternDomMap = new WeakMap();
var PatternManager = (function (_super) {
__extends$1(PatternManager, _super);
__extends(PatternManager, _super);
function PatternManager(zrId, svgRoot) {
return _super.call(this, zrId, svgRoot, ['pattern'], '__pattern_in_use__') || this;
}
Expand Down Expand Up @@ -31938,7 +31909,7 @@
return clipPaths && clipPaths.length > 0;
}
var ClippathManager = (function (_super) {
__extends$1(ClippathManager, _super);
__extends(ClippathManager, _super);
function ClippathManager(zrId, svgRoot) {
var _this = _super.call(this, zrId, svgRoot, 'clipPath', '__clippath_in_use__') || this;
_this._refGroups = {};
Expand Down Expand Up @@ -32040,7 +32011,7 @@
}(Definable));

var ShadowManager = (function (_super) {
__extends$1(ShadowManager, _super);
__extends(ShadowManager, _super);
function ShadowManager(zrId, svgRoot) {
var _this = _super.call(this, zrId, svgRoot, ['filter'], '__filter_in_use__', '_shadowDom') || this;
_this._shadowDomMap = {};
Expand Down Expand Up @@ -32490,7 +32461,7 @@
return newDom;
}
var Layer = (function (_super) {
__extends$1(Layer, _super);
__extends(Layer, _super);
function Layer(id, painter, dpr) {
var _this = _super.call(this) || this;
_this.motionBlur = false;
Expand Down
2 changes: 1 addition & 1 deletion dist/echarts.common.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5bda8a1

Please sign in to comment.