@orbcharts/presets-basic 3.0.0-alpha.41 → 3.0.0-alpha.43

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 (89) hide show
  1. package/dist/lib/core-types.d.ts +1 -0
  2. package/dist/lib/plugins-basic.d.ts +1 -0
  3. package/dist/src/grid/PRESET_BARS_HORIZONTAL_AND_ROUND.d.ts +1 -1
  4. package/dist/src/grid/PRESET_BARS_HORIZONTAL_AND_THIN.d.ts +1 -1
  5. package/dist/src/grid/PRESET_BARS_ROUND.d.ts +1 -1
  6. package/dist/src/grid/PRESET_BARS_THIN.d.ts +1 -1
  7. package/dist/src/grid/PRESET_GRID_BASIC.d.ts +1 -1
  8. package/dist/src/grid/PRESET_GRID_HORIZONTAL.d.ts +1 -1
  9. package/dist/src/grid/PRESET_GRID_PN_SCALE.d.ts +1 -1
  10. package/dist/src/grid/PRESET_GRID_ROTATE_AXIS_LABEL.d.ts +1 -1
  11. package/dist/src/grid/PRESET_GRID_SEPARATE_SERIES.d.ts +1 -1
  12. package/dist/src/grid/PRESET_LINES_BASIC.d.ts +1 -1
  13. package/dist/src/grid/PRESET_LINES_CURVE.d.ts +1 -1
  14. package/dist/src/grid/PRESET_LINES_HIGHLIGHT_GROUP_DOTS.d.ts +1 -1
  15. package/dist/src/grid/PRESET_LINES_HORIZONTAL.d.ts +1 -1
  16. package/dist/src/grid/PRESET_LINES_LOOSE_TICKS.d.ts +1 -1
  17. package/dist/src/grid/PRESET_LINES_ROTATE_AXIS_LABEL.d.ts +1 -1
  18. package/dist/src/grid/PRESET_LINES_WITH_SOLID_DOTS.d.ts +1 -1
  19. package/dist/src/grid/PRESET_LINE_AREAS_BASIC.d.ts +1 -1
  20. package/dist/src/grid/PRESET_LINE_AREAS_CURVE.d.ts +1 -1
  21. package/dist/src/grid/PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS.d.ts +1 -1
  22. package/dist/src/grid/PRESET_LINE_AREAS_HORIZONTAL.d.ts +1 -1
  23. package/dist/src/grid/PRESET_LINE_AREAS_LOOSE_TICKS.d.ts +1 -1
  24. package/dist/src/grid/PRESET_LINE_AREAS_ROTATE_AXIS_LABEL.d.ts +1 -1
  25. package/dist/src/grid/PRESET_LINE_AREAS_SEPARATE_SERIES.d.ts +1 -1
  26. package/dist/src/multiGrid/PRESET_MULTI_GRID_BASIC.d.ts +1 -1
  27. package/dist/src/multiGrid/PRESET_MULTI_GRID_DIVERGING.d.ts +1 -1
  28. package/dist/src/multiGrid/PRESET_MULTI_GRID_ROUND_STYLE.d.ts +1 -1
  29. package/dist/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID.d.ts +1 -1
  30. package/dist/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID.d.ts +1 -1
  31. package/dist/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID.d.ts +1 -1
  32. package/dist/src/series/PRESET_BUBBLES_SCALING_BY_RADIUS.d.ts +1 -1
  33. package/dist/src/series/PRESET_BUBBLES_SEPARATE_SERIES.d.ts +1 -1
  34. package/dist/src/series/PRESET_PIE_BASIC.d.ts +1 -1
  35. package/dist/src/series/PRESET_PIE_DONUT.d.ts +1 -1
  36. package/dist/src/series/PRESET_PIE_HALF_DONUT.d.ts +1 -1
  37. package/dist/src/series/PRESET_PIE_WITH_INNER_LABELS.d.ts +1 -1
  38. package/dist/src/series/PRESET_ROSE_BASIC.d.ts +1 -1
  39. package/dist/src/series/PRESET_ROSE_SCALING_BY_RADIUS.d.ts +1 -1
  40. package/dist/src/series/PRESET_SERIES_BASIC.d.ts +1 -1
  41. package/dist/src/series/PRESET_SERIES_SEPARATE_SERIES.d.ts +1 -1
  42. package/dist/src/series/PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES.d.ts +1 -1
  43. package/dist/src/series/PRESET_SERIES_SUM_SERIES.d.ts +1 -1
  44. package/dist/src/tree/PRESET_TREE_BASIC.d.ts +1 -1
  45. package/lib/core-types.ts +7 -0
  46. package/lib/plugins-basic.ts +6 -0
  47. package/package.json +3 -3
  48. package/src/grid/PRESET_BARS_HORIZONTAL_AND_ROUND.ts +1 -1
  49. package/src/grid/PRESET_BARS_HORIZONTAL_AND_THIN.ts +1 -1
  50. package/src/grid/PRESET_BARS_ROUND.ts +1 -1
  51. package/src/grid/PRESET_BARS_THIN.ts +1 -1
  52. package/src/grid/PRESET_GRID_BASIC.ts +1 -1
  53. package/src/grid/PRESET_GRID_HORIZONTAL.ts +1 -1
  54. package/src/grid/PRESET_GRID_PN_SCALE.ts +1 -1
  55. package/src/grid/PRESET_GRID_ROTATE_AXIS_LABEL.ts +1 -1
  56. package/src/grid/PRESET_GRID_SEPARATE_SERIES.ts +1 -1
  57. package/src/grid/PRESET_LINES_BASIC.ts +1 -1
  58. package/src/grid/PRESET_LINES_CURVE.ts +1 -1
  59. package/src/grid/PRESET_LINES_HIGHLIGHT_GROUP_DOTS.ts +1 -1
  60. package/src/grid/PRESET_LINES_HORIZONTAL.ts +1 -1
  61. package/src/grid/PRESET_LINES_LOOSE_TICKS.ts +1 -1
  62. package/src/grid/PRESET_LINES_ROTATE_AXIS_LABEL.ts +1 -1
  63. package/src/grid/PRESET_LINES_WITH_SOLID_DOTS.ts +1 -1
  64. package/src/grid/PRESET_LINE_AREAS_BASIC.ts +1 -1
  65. package/src/grid/PRESET_LINE_AREAS_CURVE.ts +1 -1
  66. package/src/grid/PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS.ts +1 -1
  67. package/src/grid/PRESET_LINE_AREAS_HORIZONTAL.ts +1 -1
  68. package/src/grid/PRESET_LINE_AREAS_LOOSE_TICKS.ts +1 -1
  69. package/src/grid/PRESET_LINE_AREAS_ROTATE_AXIS_LABEL.ts +1 -1
  70. package/src/grid/PRESET_LINE_AREAS_SEPARATE_SERIES.ts +1 -1
  71. package/src/multiGrid/PRESET_MULTI_GRID_BASIC.ts +1 -1
  72. package/src/multiGrid/PRESET_MULTI_GRID_DIVERGING.ts +1 -1
  73. package/src/multiGrid/PRESET_MULTI_GRID_ROUND_STYLE.ts +1 -1
  74. package/src/multiGrid/PRESET_MULTI_GRID_SEPARATE_GRID.ts +1 -1
  75. package/src/multiGrid/PRESET_MULTI_LINES_SEPARATE_GRID.ts +1 -1
  76. package/src/multiGrid/PRESET_MULTI_LINE_AREAS_SEPARATE_GRID.ts +1 -1
  77. package/src/series/PRESET_BUBBLES_SCALING_BY_RADIUS.ts +1 -1
  78. package/src/series/PRESET_BUBBLES_SEPARATE_SERIES.ts +1 -1
  79. package/src/series/PRESET_PIE_BASIC.ts +1 -1
  80. package/src/series/PRESET_PIE_DONUT.ts +1 -1
  81. package/src/series/PRESET_PIE_HALF_DONUT.ts +1 -1
  82. package/src/series/PRESET_PIE_WITH_INNER_LABELS.ts +1 -1
  83. package/src/series/PRESET_ROSE_BASIC.ts +1 -1
  84. package/src/series/PRESET_ROSE_SCALING_BY_RADIUS.ts +1 -1
  85. package/src/series/PRESET_SERIES_BASIC.ts +1 -1
  86. package/src/series/PRESET_SERIES_SEPARATE_SERIES.ts +1 -1
  87. package/src/series/PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES.ts +1 -1
  88. package/src/series/PRESET_SERIES_SUM_SERIES.ts +1 -1
  89. package/src/tree/PRESET_TREE_BASIC.ts +1 -1
@@ -0,0 +1 @@
1
+ export * from '@orbcharts/core-types';
@@ -0,0 +1 @@
1
+ export * from '@orbcharts/plugins-basic';
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_BARS_HORIZONTAL_AND_ROUND: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_BARS_HORIZONTAL_AND_THIN: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_BARS_ROUND: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetBarsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_BARS_THIN: PresetPartial<'grid', PresetBarsParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetGridLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_GRID_BASIC: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_GRID_HORIZONTAL: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_GRID_PN_SCALE: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_GRID_ROTATE_AXIS_LABEL: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_GRID_SEPARATE_SERIES: PresetPartial<'grid', PresetGridPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINES_BASIC: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINES_CURVE: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINES_HIGHLIGHT_GROUP_DOTS: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINES_HORIZONTAL: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINES_LOOSE_TICKS: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINES_ROTATE_AXIS_LABEL: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINES_WITH_SOLID_DOTS: PresetPartial<'grid', PresetLinesParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINE_AREAS_BASIC: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINE_AREAS_CURVE: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINE_AREAS_HIGHLIGHT_GROUP_DOTS: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINE_AREAS_HORIZONTAL: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINE_AREAS_LOOSE_TICKS: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINE_AREAS_ROTATE_AXIS_LABEL: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetLinesParams, PresetLineAreasParams, PresetDotsParams, PresetGroupAxisParams, PresetValueAxisParams, PresetGroupAuxParams, PresetGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_LINE_AREAS_SEPARATE_SERIES: PresetPartial<'grid', PresetLinesParams & PresetLineAreasParams & PresetDotsParams & PresetGridLegendParams & PresetGroupAxisParams & PresetValueAxisParams & PresetGroupAuxParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetMultiGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_MULTI_GRID_BASIC: PresetPartial<'multiGrid', PresetMultiGridLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetMultiGridSepratedPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_MULTI_GRID_DIVERGING: PresetPartial<'multiGrid', PresetMultiGridSepratedPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetMultiGridPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  type PresetMultiGridRoundPluginParams = Omit<PresetMultiGridPluginParams, 'MultiBarsTriangle'>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetMultiGridSepratedPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_MULTI_GRID_SEPARATE_GRID: PresetPartial<'multiGrid', PresetMultiGridSepratedPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetMultiGroupAxisParams, PresetMultiValueAxisParams, PresetMultiValueStackAxisParams, PresetMultiBarsParams, PresetMultiBarStackParams, PresetMultiBarsTriangleParams, PresetMultiLinesParams, PresetMultiLineAreasParams, PresetMultiDotsParams, PresetMultiGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_MULTI_LINES_SEPARATE_GRID: PresetPartial<'multiGrid', PresetMultiGroupAxisParams & PresetMultiValueAxisParams & PresetMultiValueStackAxisParams & PresetMultiBarsParams & PresetMultiBarStackParams & PresetMultiBarsTriangleParams & PresetMultiLinesParams & PresetMultiLineAreasParams & PresetMultiDotsParams & PresetMultiGridLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetMultiGroupAxisParams, PresetMultiValueAxisParams, PresetMultiValueStackAxisParams, PresetMultiBarsParams, PresetMultiBarStackParams, PresetMultiBarsTriangleParams, PresetMultiLinesParams, PresetMultiLineAreasParams, PresetMultiDotsParams, PresetMultiGridLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_MULTI_LINE_AREAS_SEPARATE_GRID: PresetPartial<'multiGrid', PresetMultiGroupAxisParams & PresetMultiValueAxisParams & PresetMultiValueStackAxisParams & PresetMultiBarsParams & PresetMultiBarStackParams & PresetMultiBarsTriangleParams & PresetMultiLinesParams & PresetMultiLineAreasParams & PresetMultiDotsParams & PresetMultiGridLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_BUBBLES_SCALING_BY_RADIUS: PresetPartial<'series', PresetBubblesParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_BUBBLES_SEPARATE_SERIES: PresetPartial<'series', PresetBubblesParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_PIE_BASIC: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_PIE_DONUT: PresetPartial<'series', PresetPieParams & PresetPieLabelsParams & PresetPieEventTextsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_PIE_HALF_DONUT: PresetPartial<'series', PresetPieParams & PresetPieLabelsParams & PresetPieEventTextsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_PIE_WITH_INNER_LABELS: PresetPartial<'series', PresetPieParams & PresetPieLabelsParams & PresetPieEventTextsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_ROSE_BASIC: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetRoseParams, PresetRoseLabelsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_ROSE_SCALING_BY_RADIUS: PresetPartial<'series', PresetRoseParams & PresetRoseLabelsParams & PresetSeriesLegendParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_SERIES_BASIC: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_SERIES_SEPARATE_SERIES: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_SERIES_SEPARATE_SERIES_AND_SUM_SERIES: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_SERIES_SUM_SERIES: PresetPartial<'series', PresetSeriesPluginParams & PresetNoneDataPluginParams>;
@@ -1,4 +1,4 @@
1
- import { PresetPartial } from '@orbcharts/core';
1
+ import { PresetPartial } from '../../lib/core-types';
2
2
  import { PresetTreeLegendParams, PresetTreeMapParams, PresetNoneDataPluginParams } from '../types';
3
3
 
4
4
  export declare const PRESET_TREE_BASIC: PresetPartial<'tree', PresetTreeLegendParams & PresetTreeMapParams & PresetNoneDataPluginParams>;
@@ -0,0 +1,7 @@
1
+
2
+
3
+ export * from '@orbcharts/core-types'
4
+
5
+ // test
6
+ // export * from '../../orbcharts-core-types/src'
7
+
@@ -0,0 +1,6 @@
1
+
2
+
3
+ export * from '@orbcharts/plugins-basic'
4
+
5
+ // test
6
+ // export * from '../../orbcharts-plugins-basic/src'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbcharts/presets-basic",
3
- "version": "3.0.0-alpha.41",
3
+ "version": "3.0.0-alpha.43",
4
4
  "description": "presets for OrbCharts",
5
5
  "author": "Blue Planet Inc.",
6
6
  "license": "Apache-2.0",
@@ -35,8 +35,8 @@
35
35
  "vite-plugin-dts": "^3.7.3"
36
36
  },
37
37
  "dependencies": {
38
- "@orbcharts/core": "^3.0.0-alpha.61",
39
- "@orbcharts/plugins-basic": "^3.0.0-alpha.70",
38
+ "@orbcharts/core-types": "^3.0.0-alpha.3",
39
+ "@orbcharts/plugins-basic": "^3.0.0-alpha.72",
40
40
  "d3": "^7.8.5",
41
41
  "rxjs": "^7.8.1"
42
42
  }
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetBarsParams,
3
3
  PresetGroupAxisParams,
4
4
  PresetValueAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetBarsParams,
3
3
  PresetGroupAxisParams,
4
4
  PresetValueAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetBarsParams,
3
3
  PresetGroupAxisParams,
4
4
  PresetValueAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetBarsParams,
3
3
  PresetGroupAxisParams,
4
4
  PresetValueAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetGridPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_GRID, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetDotsParams,
4
4
  PresetGroupAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetDotsParams,
4
4
  PresetGroupAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetDotsParams,
4
4
  PresetGroupAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetDotsParams,
4
4
  PresetGroupAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetDotsParams,
4
4
  PresetGroupAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetDotsParams,
4
4
  PresetGroupAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetDotsParams,
4
4
  PresetGroupAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetLineAreasParams,
4
4
  PresetDotsParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetLineAreasParams,
4
4
  PresetDotsParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetLineAreasParams,
4
4
  PresetDotsParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetLineAreasParams,
4
4
  PresetDotsParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetLineAreasParams,
4
4
  PresetDotsParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetLineAreasParams,
4
4
  PresetDotsParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetLinesParams,
3
3
  PresetLineAreasParams,
4
4
  PresetDotsParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type {
3
3
  PresetMultiGridLegendParams,
4
4
  PresetNoneDataPluginParams
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type {
3
3
  PresetMultiGridSepratedPluginParams,
4
4
  PresetNoneDataPluginParams
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type {
3
3
  PresetMultiGridPluginParams,
4
4
  PresetNoneDataPluginParams
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type {
3
3
  PresetMultiGridSepratedPluginParams,
4
4
  PresetNoneDataPluginParams
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type {
3
3
  PresetMultiGroupAxisParams,
4
4
  PresetMultiValueAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type {
3
3
  PresetMultiGroupAxisParams,
4
4
  PresetMultiValueAxisParams,
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetBubblesParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetPieParams, PresetPieLabelsParams, PresetPieEventTextsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetRoseParams, PresetRoseLabelsParams, PresetSeriesLegendParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetSeriesPluginParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_SERIES, ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4
 
@@ -1,4 +1,4 @@
1
- import type { PresetPartial } from '@orbcharts/core'
1
+ import type { PresetPartial } from '../../lib/core-types'
2
2
  import type { PresetTreeLegendParams, PresetTreeMapParams, PresetNoneDataPluginParams } from '../types'
3
3
  import { ALL_PLUGIN_PARAMS_NONE_DATA } from '../params'
4
4