@visactor/vseed 0.1.4 → 0.1.5

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.
@@ -0,0 +1,2 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const colorCellStyleFill: (stylePipe: SpecPipe) => SpecPipe;
@@ -0,0 +1,2 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const colorFunnelStyleFill: (stylePipe: SpecPipe) => SpecPipe;
@@ -0,0 +1,2 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const colorPieStyleFill: (stylePipe: SpecPipe) => SpecPipe;
@@ -0,0 +1,2 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const colorRoseStyleFill: (stylePipe: SpecPipe) => SpecPipe;
@@ -6,3 +6,7 @@ export { colorBarStyleFill } from './colorBarStyleFill';
6
6
  export { colorLineStyleFill } from './colorLineStyleFill';
7
7
  export { colorPointStyleFill } from './colorPointStyleFill';
8
8
  export { colorAreaStyleFill } from './colorAreaStyleFill';
9
+ export { colorCellStyleFill } from './colorCellStyleFill';
10
+ export { colorFunnelStyleFill } from './colorFunnelStyleFill';
11
+ export { colorPieStyleFill } from './colorPieStyleFill';
12
+ export { colorRoseStyleFill } from './colorRoseStyleFill';
@@ -0,0 +1,2 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const cellStyle: SpecPipe;
@@ -0,0 +1,2 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const funnelStyle: SpecPipe;
@@ -1,5 +1,9 @@
1
+ export * from './pointState';
1
2
  export { barStyle } from './barStyle';
2
3
  export { pointStyle } from './pointStyle';
3
- export * from './pointState';
4
4
  export { lineStyle } from './lineStyle';
5
5
  export { areaStyle } from './areaStyle';
6
+ export { cellStyle } from './cellStyle';
7
+ export { funnelStyle } from './funnelStyle';
8
+ export { pieStyle } from './pieStyle';
9
+ export { roseStyle } from './roseStyle';
@@ -0,0 +1,2 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const pieStyle: SpecPipe;
@@ -0,0 +1,2 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const roseStyle: SpecPipe;