@nocobase/plugin-data-visualization 1.7.0-beta.1 → 1.7.0-beta.3

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.
@@ -7,4 +7,8 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  import React from 'react';
10
+ /**
11
+ * @deprecated
12
+ * use `chartFilterBlockSettings` instead
13
+ */
10
14
  export declare const ChartFilterBlockDesigner: React.FC;
@@ -7,4 +7,8 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  import React from 'react';
10
+ /**
11
+ * @deprecated
12
+ * use `chartFilterItemSettings` instead
13
+ */
10
14
  export declare const ChartFilterItemDesigner: React.FC;