@rfkit/charts 1.1.20 → 1.1.21

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/index.d.ts CHANGED
@@ -2,7 +2,7 @@ export { setFrequencyAllocationToCache } from './components/FrequencyAllocation/
2
2
  export { ChartType, MarkerEventType, OptionKey, PSType, SegmentsEvent, SeriesType } from './config';
3
3
  export { default as useSafePublish } from './hooks/useSafePublish';
4
4
  export { Dial, Gauge, Heatmap, IQ, LevelStream, Occupancy, Spectrum } from './lib';
5
- export type { AxisXProps, AxisYRange, ChartRef, MarkerMode, MarkerType, Publish, PublishData, PublishDial, PublishGauge, PublishHeatmap, PublishIQ, PublishLevelStream, PublishOccupancy, PublishSpectrum, RecursiveFunction, // 递归方法 后期会删除
5
+ export type { AxisXProps, AxisYRange, ChartRef, MarkerMode, MarkerProps, MarkerType, Publish, PublishData, PublishDial, PublishGauge, PublishHeatmap, PublishIQ, PublishLevelStream, PublishOccupancy, PublishSpectrum, RecursiveFunction, // 递归方法 后期会删除
6
6
  RecursiveObject, // 递归对象 后期会删除
7
7
  Render, Reset, SegmentsOriginal, SeriesConfig, SetAntennaFactor, SetChannels, SetMarker, SetSegments, SetSeries, SetSpectrumBandwidth, SpectrumBandwidth, SpectrumExtraData, StationInfoType } from './types';
8
8
  export { HeatmapCaptureType } from './types';
package/package.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "types": "index.d.ts",
6
6
  "author": "Hxgh",
7
7
  "license": "MIT",
8
- "version": "1.1.20",
8
+ "version": "1.1.21",
9
9
  "private": false
10
10
  }
@@ -12,7 +12,7 @@ export declare const defaultState: () => {
12
12
  series: import("../types").SeriesProps;
13
13
  segments: import("../types").SegmentsType;
14
14
  points: unknown[];
15
- marker: import("../types").MarkerProps;
15
+ marker: import("..").MarkerProps;
16
16
  limit: import("../types").LimitProps;
17
17
  heatmapCapture: import("../types").HeatmapCaptureProps;
18
18
  cursor: import("../types").CursorProps;
@@ -44,7 +44,7 @@ export declare const reducer: (state: StoreState, action: DispatchAction) => {
44
44
  series: import("../types").SeriesProps;
45
45
  segments: import("../types").SegmentsType;
46
46
  points: unknown[];
47
- marker: import("../types").MarkerProps;
47
+ marker: import("..").MarkerProps;
48
48
  limit: import("../types").LimitProps;
49
49
  heatmapCapture: import("../types").HeatmapCaptureProps;
50
50
  cursor: import("../types").CursorProps;