@visactor/vchart 2.1.4-alpha.0 → 2.1.4
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/build/es5/index.js +1 -1
- package/build/index.es.js +1 -1
- package/build/index.js +2 -2
- package/build/index.min.js +2 -2
- package/cjs/animation/animation-planner.js +1 -1
- package/cjs/animation/callback-disappear.js +1 -1
- package/cjs/animation/config.js +1 -2
- package/cjs/animation/grammar-dector.js +1 -1
- package/cjs/animation/index.js +1 -1
- package/cjs/animation/interface.js +1 -1
- package/cjs/animation/sequential-animate.js +1 -1
- package/cjs/animation/spec.js +1 -1
- package/cjs/animation/state-transition.js +1 -1
- package/cjs/animation/utils.js +1 -1
- package/cjs/chart/util.js +2 -1
- package/cjs/compile/state-manager.js +1 -2
- package/cjs/constant/event.js +2 -1
- package/cjs/constant/marker.js +1 -2
- package/cjs/core/factory-registry.js +2 -2
- package/cjs/core/factory-registry.js.map +1 -1
- package/cjs/core/factory.js +1 -1
- package/cjs/core/index.d.ts +1 -1
- package/cjs/core/index.js +3 -2
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/instance-manager.js +1 -1
- package/cjs/core/interface.js +1 -1
- package/cjs/core/util.js +1 -1
- package/cjs/core/vchart.js +1 -1
- package/cjs/data/data-view-utils.js +1 -1
- package/cjs/data/initialize.js +1 -1
- package/cjs/data/register.js +1 -1
- package/esm/animation/animation-planner.js +1 -1
- package/esm/animation/callback-disappear.js +1 -1
- package/esm/animation/config.js +1 -2
- package/esm/animation/grammar-dector.js +1 -1
- package/esm/animation/index.js +1 -1
- package/esm/animation/interface.js +1 -1
- package/esm/animation/sequential-animate.js +1 -1
- package/esm/animation/spec.js +1 -1
- package/esm/animation/state-transition.js +1 -1
- package/esm/animation/utils.js +1 -1
- package/esm/chart/util.js +2 -1
- package/esm/compile/state-manager.js +1 -2
- package/esm/constant/event.js +2 -1
- package/esm/constant/marker.js +1 -2
- package/esm/core/factory-registry.js +2 -2
- package/esm/core/factory-registry.js.map +1 -1
- package/esm/core/factory.js +1 -1
- package/esm/core/index.d.ts +1 -1
- package/esm/core/index.js +3 -2
- package/esm/core/index.js.map +1 -1
- package/esm/core/instance-manager.js +1 -1
- package/esm/core/interface.js +1 -1
- package/esm/core/util.js +1 -1
- package/esm/core/vchart.js +1 -1
- package/esm/data/data-view-utils.js +1 -1
- package/esm/data/initialize.js +1 -1
- package/esm/data/register.js +1 -1
- package/package.json +5 -5
package/build/index.es.js
CHANGED
|
@@ -20812,7 +20812,7 @@ const lookup = (data, opt) => {
|
|
|
20812
20812
|
});
|
|
20813
20813
|
};
|
|
20814
20814
|
|
|
20815
|
-
const version = "2.1.
|
|
20815
|
+
const version = "2.1.4";
|
|
20816
20816
|
|
|
20817
20817
|
const addVChartProperty = (data, op) => {
|
|
20818
20818
|
const context = op.beforeCall();
|
package/build/index.js
CHANGED
|
@@ -33415,7 +33415,7 @@
|
|
|
33415
33415
|
runtimePluginInstallers: {},
|
|
33416
33416
|
formatter: undefined
|
|
33417
33417
|
});
|
|
33418
|
-
const factoryRegistryVersion = "2.1.
|
|
33418
|
+
const factoryRegistryVersion = "2.1.4";
|
|
33419
33419
|
const factoryRegistryKey = Symbol.for(`@visactor/vchart/factory-registry@${factoryRegistryVersion}`);
|
|
33420
33420
|
const globalFactoryRegistry = globalThis;
|
|
33421
33421
|
const factoryRegistry = (_a = globalFactoryRegistry[factoryRegistryKey]) !== null && _a !== void 0 ? _a : (globalFactoryRegistry[factoryRegistryKey] = createFactoryRegistry());
|
|
@@ -49428,7 +49428,7 @@
|
|
|
49428
49428
|
});
|
|
49429
49429
|
};
|
|
49430
49430
|
|
|
49431
|
-
const version = "2.1.
|
|
49431
|
+
const version = "2.1.4";
|
|
49432
49432
|
|
|
49433
49433
|
const addVChartProperty = (data, op) => {
|
|
49434
49434
|
const context = op.beforeCall();
|