@devtable/dashboard 10.12.2 → 10.12.4

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.
@@ -8,6 +8,10 @@ export declare function parseDataKey(dataKey: TDataKey): {
8
8
  queryID: string;
9
9
  columnKey: string;
10
10
  };
11
+ export declare function parseDataKeyOrColumnKey(dataKeyOrColumnKey: TDataKey): {
12
+ queryID: string;
13
+ columnKey: string;
14
+ };
11
15
  /**
12
16
  * extract rows from panel data
13
17
  * @param data TPanelData
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "10.12.2",
3
+ "version": "10.12.4",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",