semanticdb-core 1.1.13 → 1.1.15

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.
@@ -15,6 +15,24 @@ export declare interface DataSourceItemType {
15
15
  sid?: string;
16
16
  path?: string;
17
17
  token?: string;
18
+ supportsCrossDatabaseQuery?: boolean;
18
19
  };
19
20
  readonly?: boolean;
20
21
  }
22
+ export declare const supportsCrossDatabaseQueryMap: {
23
+ clickhouse: boolean;
24
+ starrocks: boolean;
25
+ mysql: boolean;
26
+ mysqlold: boolean;
27
+ doris: boolean;
28
+ gbase: boolean;
29
+ impala: boolean;
30
+ maxcompute: boolean;
31
+ databricks: boolean;
32
+ postgres: boolean;
33
+ vertica: boolean;
34
+ oracle: boolean;
35
+ sqlserver: boolean;
36
+ sybase: boolean;
37
+ usql: boolean;
38
+ };
@@ -1,2 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.supportsCrossDatabaseQueryMap = void 0;
4
+ exports.supportsCrossDatabaseQueryMap = {
5
+ "clickhouse": true,
6
+ "starrocks": true,
7
+ "mysql": true,
8
+ "mysqlold": true,
9
+ "doris": true,
10
+ "gbase": true,
11
+ "impala": true,
12
+ "maxcompute": true,
13
+ "databricks": true,
14
+ "postgres": false,
15
+ "vertica": false,
16
+ "oracle": false,
17
+ "sqlserver": false,
18
+ "sybase": false,
19
+ "usql": false
20
+ };
@@ -4,4 +4,4 @@
4
4
  * - 高级图表:气泡图、漏斗图、仪表盘、热力图、直方图、帕累托图、雷达图、词云、地图、树图
5
5
  * - 其他可视化:KPI卡片、实体详情卡片、报告、文本、视频列表、图片列表、RAG、电子表格
6
6
  */
7
- export declare type RepresentationType = 'value' | 'table' | 'sheet' | 'pie' | 'bar' | 'column' | 'stackedColumn' | 'line' | 'scatter' | 'area' | 'bubble' | 'funnel' | 'guage' | 'heatmap' | 'histogram' | 'pareto' | 'radar' | 'treemap' | 'wordCloud' | 'map' | 'entity' | 'report' | 'text' | 'videos' | 'images' | 'rag';
7
+ export declare type RepresentationType = 'value' | 'table' | 'pie' | 'bar' | 'column' | 'stackedColumn' | 'line' | 'scatter' | 'area' | 'bubble' | 'funnel' | 'guage' | 'heatmap' | 'histogram' | 'pareto' | 'radar' | 'treemap' | 'wordCloud' | 'map' | 'entity' | 'report' | 'text' | 'videos' | 'images';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semanticdb-core",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [