@devtable/dashboard 12.3.0 → 12.4.0

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.
@@ -13,4 +13,4 @@ export declare const functionUtils: {
13
13
  mathjs: mathjs.MathJsStatic;
14
14
  faker: import("@faker-js/faker").Faker;
15
15
  };
16
- export declare const FunctionUtilsDescription: string;
16
+ export declare const getFunctionUtilsDescription: (t: any) => string;
@@ -4,7 +4,7 @@ export declare const UsageRegs: {
4
4
  filter: RegExp;
5
5
  };
6
6
  export type DependencyInfo = {
7
- type: 'SQL Snippet' | 'Context' | 'Filter';
7
+ type: 'sql_snippet' | 'context' | 'filter';
8
8
  key: string;
9
9
  valid: boolean;
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "12.3.0",
3
+ "version": "12.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -35,6 +35,9 @@
35
35
  "@types/chroma-js": "^2.1.4",
36
36
  "dom-to-image-more": "3.1.6",
37
37
  "file-saver": "2.0.5",
38
+ "i18next": "^23.10.1",
39
+ "i18next-browser-languagedetector": "^7.2.0",
40
+ "intl-pluralrules": "^2.0.1",
38
41
  "js-base64": "3.7.5",
39
42
  "mathjs": "11.8.0",
40
43
  "monaco-editor": "0.36.0",
@@ -42,6 +45,7 @@
42
45
  "popmotion": "^11.0.3",
43
46
  "rc-select": "14.1.0",
44
47
  "rc-tree-select": "5.5.5",
48
+ "react-i18next": "^14.1.0",
45
49
  "reactflow": "^11.6.0",
46
50
  "uuid": "9.0.1"
47
51
  },