@rfkit/charts 1.2.15 → 1.2.16

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 (2) hide show
  1. package/index.js +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -11163,6 +11163,7 @@ const Signal_Switch_Switch = ()=>{
11163
11163
  signal,
11164
11164
  dispatch
11165
11165
  ]);
11166
+ console.log('shouldShow', isActive, shouldShow);
11166
11167
  if (!shouldShow) return null;
11167
11168
  return /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(ToolsBar_IconBox, {
11168
11169
  onClick: ()=>{
@@ -11943,7 +11944,8 @@ const TOOL_CONFIGS = [
11943
11944
  supportedCharts: [
11944
11945
  constants_ChartType.SingleFrequency,
11945
11946
  constants_ChartType.Scan,
11946
- constants_ChartType.MScan
11947
+ constants_ChartType.MScan,
11948
+ constants_ChartType.DDC
11947
11949
  ]
11948
11950
  },
11949
11951
  {
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.2.15",
8
+ "version": "1.2.16",
9
9
  "private": false
10
10
  }