@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.
Files changed (59) hide show
  1. package/build/es5/index.js +1 -1
  2. package/build/index.es.js +1 -1
  3. package/build/index.js +2 -2
  4. package/build/index.min.js +2 -2
  5. package/cjs/animation/animation-planner.js +1 -1
  6. package/cjs/animation/callback-disappear.js +1 -1
  7. package/cjs/animation/config.js +1 -2
  8. package/cjs/animation/grammar-dector.js +1 -1
  9. package/cjs/animation/index.js +1 -1
  10. package/cjs/animation/interface.js +1 -1
  11. package/cjs/animation/sequential-animate.js +1 -1
  12. package/cjs/animation/spec.js +1 -1
  13. package/cjs/animation/state-transition.js +1 -1
  14. package/cjs/animation/utils.js +1 -1
  15. package/cjs/chart/util.js +2 -1
  16. package/cjs/compile/state-manager.js +1 -2
  17. package/cjs/constant/event.js +2 -1
  18. package/cjs/constant/marker.js +1 -2
  19. package/cjs/core/factory-registry.js +2 -2
  20. package/cjs/core/factory-registry.js.map +1 -1
  21. package/cjs/core/factory.js +1 -1
  22. package/cjs/core/index.d.ts +1 -1
  23. package/cjs/core/index.js +3 -2
  24. package/cjs/core/index.js.map +1 -1
  25. package/cjs/core/instance-manager.js +1 -1
  26. package/cjs/core/interface.js +1 -1
  27. package/cjs/core/util.js +1 -1
  28. package/cjs/core/vchart.js +1 -1
  29. package/cjs/data/data-view-utils.js +1 -1
  30. package/cjs/data/initialize.js +1 -1
  31. package/cjs/data/register.js +1 -1
  32. package/esm/animation/animation-planner.js +1 -1
  33. package/esm/animation/callback-disappear.js +1 -1
  34. package/esm/animation/config.js +1 -2
  35. package/esm/animation/grammar-dector.js +1 -1
  36. package/esm/animation/index.js +1 -1
  37. package/esm/animation/interface.js +1 -1
  38. package/esm/animation/sequential-animate.js +1 -1
  39. package/esm/animation/spec.js +1 -1
  40. package/esm/animation/state-transition.js +1 -1
  41. package/esm/animation/utils.js +1 -1
  42. package/esm/chart/util.js +2 -1
  43. package/esm/compile/state-manager.js +1 -2
  44. package/esm/constant/event.js +2 -1
  45. package/esm/constant/marker.js +1 -2
  46. package/esm/core/factory-registry.js +2 -2
  47. package/esm/core/factory-registry.js.map +1 -1
  48. package/esm/core/factory.js +1 -1
  49. package/esm/core/index.d.ts +1 -1
  50. package/esm/core/index.js +3 -2
  51. package/esm/core/index.js.map +1 -1
  52. package/esm/core/instance-manager.js +1 -1
  53. package/esm/core/interface.js +1 -1
  54. package/esm/core/util.js +1 -1
  55. package/esm/core/vchart.js +1 -1
  56. package/esm/data/data-view-utils.js +1 -1
  57. package/esm/data/initialize.js +1 -1
  58. package/esm/data/register.js +1 -1
  59. 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.3";
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.3";
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.3";
49431
+ const version = "2.1.4";
49432
49432
 
49433
49433
  const addVChartProperty = (data, op) => {
49434
49434
  const context = op.beforeCall();