@quickbi/bi-types 3.0.52 → 3.0.53-beta.1
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.
- package/cjs/index.d.ts +37 -27
- package/cjs/index.js +35 -22
- package/esm/index.d.ts +37 -27
- package/esm/index.mjs +35 -22
- package/package.json +1 -1
package/cjs/index.d.ts
CHANGED
|
@@ -413,7 +413,9 @@ declare module '@quickbi/bi-types/component-type' {
|
|
|
413
413
|
/** 直方图 */
|
|
414
414
|
HISTOGRAM = 120,
|
|
415
415
|
/** 旭日图 */
|
|
416
|
-
SUNBURST = 121
|
|
416
|
+
SUNBURST = 121,
|
|
417
|
+
/** 小Q报告 */
|
|
418
|
+
QREPORT = 122
|
|
417
419
|
}
|
|
418
420
|
export const ScreenComponentCode: Record<ScreenComponentType, number>;
|
|
419
421
|
export enum ChartType {
|
|
@@ -2670,6 +2672,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2670
2672
|
orgAdminTeamsApiAuth = "orgAdminTeamsApiAuth",
|
|
2671
2673
|
/** 组织管理-办公软件接入-Lark授权 */
|
|
2672
2674
|
orgAdminLarkApiAuth = "orgAdminLarkApiAuth",
|
|
2675
|
+
/** 组织管理-办公软件接入-微信授权 */
|
|
2676
|
+
orgAdminWeChatAuth = "orgAdminWeChatAuth",
|
|
2673
2677
|
/** 组织管理-推送渠道管理 */
|
|
2674
2678
|
orgChannelRobot = "orgChannelRobot",
|
|
2675
2679
|
/** 组织管理-推送渠道管理-推送链接设置 */
|
|
@@ -2732,6 +2736,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2732
2736
|
orgAdminCustomGeoInfo = "orgAdminCustomGeoInfo",
|
|
2733
2737
|
/** 组织管理-地图配置-自定义图片底图 */
|
|
2734
2738
|
orgAdminCustomPictureMap = "orgAdminCustomPictureMap",
|
|
2739
|
+
/** 组织管理-地图配置-自定义瓦片底图 */
|
|
2740
|
+
orgAdminCustomGISMap = "orgAdminCustomGISMap",
|
|
2735
2741
|
/** 组织管理-搜索配置 */
|
|
2736
2742
|
orgGlobalSearch = "orgGlobalSearch",
|
|
2737
2743
|
/** 组织管理-Quick引擎 */
|
|
@@ -3082,10 +3088,6 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3082
3088
|
opsLoginSystemConfig = "opsLoginSystemConfig",
|
|
3083
3089
|
/** 系统配置管理 */
|
|
3084
3090
|
opsSystemConfig = "opsSystemConfig",
|
|
3085
|
-
/** 文档管理-目录管理 */
|
|
3086
|
-
docsManageMenus = "docsManageMenus",
|
|
3087
|
-
/** 文档管理-目录管理 */
|
|
3088
|
-
docsManageItems = "docsManageItems",
|
|
3089
3091
|
/** 移动端入口 */
|
|
3090
3092
|
mobileEntry = "mobileEntry",
|
|
3091
3093
|
/** 移动端免登页 */
|
|
@@ -3156,14 +3158,6 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3156
3158
|
openPlatSolution = "openPlatSolution",
|
|
3157
3159
|
/** 开放平台App-模板共创 */
|
|
3158
3160
|
openPlatTemplate = "openPlatTemplate",
|
|
3159
|
-
/** 开放平台App-模板文档-文档 */
|
|
3160
|
-
openPlatTemplateDocs = "openPlatTemplateDocs",
|
|
3161
|
-
/** 数智大赛-详情页 */
|
|
3162
|
-
digitalDetail = "digitalDetail",
|
|
3163
|
-
/** 数智大赛-报名页 */
|
|
3164
|
-
digitalRegistration = "digitalRegistration",
|
|
3165
|
-
/** 免登页 展示ued可视化模版的mock页面 */
|
|
3166
|
-
extendedVisualizationTemplate = "extendedVisualizationTemplate",
|
|
3167
3161
|
/** ---------------------------------------------------- 卡片看板 —---------------------------------------------------- */
|
|
3168
3162
|
cardRoot = "cardRoot",
|
|
3169
3163
|
/** 卡片看板页 */
|
|
@@ -3206,6 +3200,7 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3206
3200
|
wordAgentFilePreview = "wordAgentFilePreview",
|
|
3207
3201
|
/** 第三方token预览 */
|
|
3208
3202
|
wordAgentPublicView = "wordAgentPublicView",
|
|
3203
|
+
qReportReplay = "qReportReplay",
|
|
3209
3204
|
/** 老大屏应用页面 */
|
|
3210
3205
|
dashboardScreenRoot = "dashboardScreenRoot",
|
|
3211
3206
|
/** 老大屏编辑页 */
|
|
@@ -3352,6 +3347,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3352
3347
|
}, {
|
|
3353
3348
|
readonly key: RouteKey.orgAdminLarkApiAuth;
|
|
3354
3349
|
readonly path: "/org/admin/software/larkApiAuth";
|
|
3350
|
+
}, {
|
|
3351
|
+
readonly key: RouteKey.orgAdminWeChatAuth;
|
|
3352
|
+
readonly path: "/org/admin/software/weChatAuth";
|
|
3355
3353
|
}];
|
|
3356
3354
|
}, {
|
|
3357
3355
|
readonly key: RouteKey.orgChannelRobot;
|
|
@@ -3466,6 +3464,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3466
3464
|
}, {
|
|
3467
3465
|
readonly key: RouteKey.orgAdminCustomPictureMap;
|
|
3468
3466
|
readonly path: "/org/admin/map/pictureMap";
|
|
3467
|
+
}, {
|
|
3468
|
+
readonly key: RouteKey.orgAdminCustomGISMap;
|
|
3469
|
+
readonly path: "/org/admin/map/gisMap";
|
|
3469
3470
|
}];
|
|
3470
3471
|
}, {
|
|
3471
3472
|
readonly key: RouteKey.orgGlobalSearch;
|
|
@@ -3823,6 +3824,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3823
3824
|
readonly children: [{
|
|
3824
3825
|
readonly key: RouteKey.qChatPublicView;
|
|
3825
3826
|
readonly path: "/token3rd/copilot";
|
|
3827
|
+
}, {
|
|
3828
|
+
readonly key: RouteKey.qReportReplay;
|
|
3829
|
+
readonly path: "/copilot/qreportReplay";
|
|
3826
3830
|
}];
|
|
3827
3831
|
}, {
|
|
3828
3832
|
readonly key: RouteKey.portalRoot;
|
|
@@ -4011,12 +4015,6 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4011
4015
|
}, {
|
|
4012
4016
|
readonly key: RouteKey.opsSystemConfig;
|
|
4013
4017
|
readonly path: "/opscenter/sysconfig";
|
|
4014
|
-
}, {
|
|
4015
|
-
readonly key: RouteKey.docsManageMenus;
|
|
4016
|
-
readonly path: "/opscenter/docsmanage/menus";
|
|
4017
|
-
}, {
|
|
4018
|
-
readonly key: RouteKey.docsManageItems;
|
|
4019
|
-
readonly path: "/opscenter/docsmanage/items";
|
|
4020
4018
|
}];
|
|
4021
4019
|
}, {
|
|
4022
4020
|
readonly key: RouteKey.mobileEntry;
|
|
@@ -4127,12 +4125,6 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4127
4125
|
}, {
|
|
4128
4126
|
readonly key: RouteKey.openPlatTemplate;
|
|
4129
4127
|
readonly path: "/openplatform/public/template";
|
|
4130
|
-
}, {
|
|
4131
|
-
readonly key: RouteKey.openPlatTemplateDocs;
|
|
4132
|
-
readonly path: "/openplatform/public/template/docs";
|
|
4133
|
-
}, {
|
|
4134
|
-
readonly key: RouteKey.extendedVisualizationTemplate;
|
|
4135
|
-
readonly path: "/openplatform/public/extendedVisualization";
|
|
4136
4128
|
}];
|
|
4137
4129
|
}, {
|
|
4138
4130
|
readonly key: RouteKey.template;
|
|
@@ -5809,6 +5801,8 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
5809
5801
|
export enum CustomAreaType {
|
|
5810
5802
|
/** 自定义地理信息 */
|
|
5811
5803
|
CUSTOM_AREA = "CUSTOM_AREA",
|
|
5804
|
+
/** 自定义瓦片底图 */
|
|
5805
|
+
CUSTOM_GIS = "CUSTOM_GIS",
|
|
5812
5806
|
/** 自定义geojson */
|
|
5813
5807
|
CUSTOM_GEOJSON = "CUSTOM_GEOJSON",
|
|
5814
5808
|
/** 自定义层级 */
|
|
@@ -6220,6 +6214,17 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6220
6214
|
export type TreeNodeTypes = 'folder' | 'hierarchy' | 'attribute' | 'dimensionGroup' | 'measureGroup' | 'lnglatGroup';
|
|
6221
6215
|
/** 分组字段类型 */
|
|
6222
6216
|
export type GroupType = 'NormalGroup' | 'ListGroup' | 'CustomizedGroup';
|
|
6217
|
+
/** 占位符类型 */
|
|
6218
|
+
export enum ParamStyleType {
|
|
6219
|
+
/** 条件占位符 */
|
|
6220
|
+
condition = "condition",
|
|
6221
|
+
/** 值占位符 */
|
|
6222
|
+
placeholder = "placeholder",
|
|
6223
|
+
/** 表达式占位符 */
|
|
6224
|
+
param = "param",
|
|
6225
|
+
/** 加速占位符 */
|
|
6226
|
+
accelerate = "accelerate"
|
|
6227
|
+
}
|
|
6223
6228
|
/** 数值-自定义分组类型 */
|
|
6224
6229
|
export type CustomizedGroup = {
|
|
6225
6230
|
/** 是否是默认分组字段 */
|
|
@@ -6455,7 +6460,7 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6455
6460
|
/** 占位符名称 */
|
|
6456
6461
|
name: string;
|
|
6457
6462
|
/** 类型 */
|
|
6458
|
-
style:
|
|
6463
|
+
style: ParamStyleType;
|
|
6459
6464
|
/** 占位符格式化类型 */
|
|
6460
6465
|
type: ParamDataType;
|
|
6461
6466
|
table: string;
|
|
@@ -6481,6 +6486,7 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6481
6486
|
export enum ParamDataType {
|
|
6482
6487
|
string = "string",
|
|
6483
6488
|
number = "number",
|
|
6489
|
+
dateTime = "datetime",
|
|
6484
6490
|
dateRegion = "dateRegion",
|
|
6485
6491
|
quarterRegion = "quarterRegion",
|
|
6486
6492
|
monthRegion = "monthRegion",
|
|
@@ -6688,7 +6694,9 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
6688
6694
|
dms = "dms",
|
|
6689
6695
|
selectdb = "selectdb",
|
|
6690
6696
|
databricks = "databricks",
|
|
6691
|
-
bigquery = "bigquery"
|
|
6697
|
+
bigquery = "bigquery",
|
|
6698
|
+
athena = "athena",
|
|
6699
|
+
yida = "yida"
|
|
6692
6700
|
}
|
|
6693
6701
|
export enum AcrossDsType {
|
|
6694
6702
|
UN_SET,
|
|
@@ -6747,6 +6755,8 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
6747
6755
|
}
|
|
6748
6756
|
/** 数据库数据源类型 */
|
|
6749
6757
|
export const dataBaseType: DataSourcesConfigId[];
|
|
6758
|
+
/** 文档数据源 */
|
|
6759
|
+
export const SHEET_TABLE: DsType[];
|
|
6750
6760
|
}
|
|
6751
6761
|
|
|
6752
6762
|
declare module '@quickbi/bi-types/cube/cube-links' {
|
package/cjs/index.js
CHANGED
|
@@ -108,6 +108,7 @@ __export(src_exports, {
|
|
|
108
108
|
OriginDateType: () => OriginDateType,
|
|
109
109
|
PATH_ROUTE_MAP: () => PATH_ROUTE_MAP,
|
|
110
110
|
ParamDataType: () => ParamDataType,
|
|
111
|
+
ParamStyleType: () => ParamStyleType,
|
|
111
112
|
PermissionPageType: () => PermissionPageType,
|
|
112
113
|
PersonalThemeMode: () => PersonalThemeMode,
|
|
113
114
|
PhysicalSchema: () => PhysicalSchema,
|
|
@@ -126,6 +127,7 @@ __export(src_exports, {
|
|
|
126
127
|
RetainAreaId: () => RetainAreaId,
|
|
127
128
|
RouteKey: () => RouteKey,
|
|
128
129
|
RowColumnMeta: () => RowColumnMeta,
|
|
130
|
+
SHEET_TABLE: () => SHEET_TABLE,
|
|
129
131
|
SchemaExtraInfo: () => SchemaExtraInfo,
|
|
130
132
|
ScreenBorderType: () => ScreenBorderType,
|
|
131
133
|
ScreenComponentCode: () => ScreenComponentCode,
|
|
@@ -950,6 +952,7 @@ var ComponentType;
|
|
|
950
952
|
ComponentType2[ComponentType2["BOX"] = 119] = "BOX";
|
|
951
953
|
ComponentType2[ComponentType2["HISTOGRAM"] = 120] = "HISTOGRAM";
|
|
952
954
|
ComponentType2[ComponentType2["SUNBURST"] = 121] = "SUNBURST";
|
|
955
|
+
ComponentType2[ComponentType2["QREPORT"] = 122] = "QREPORT";
|
|
953
956
|
})(ComponentType || (ComponentType = {}));
|
|
954
957
|
var _obj;
|
|
955
958
|
var ScreenComponentCode = (_obj = {}, _define_property5(_obj, "custom_component", 0), /** 图层组 */
|
|
@@ -1553,6 +1556,7 @@ function _define_property7(obj, key, value) {
|
|
|
1553
1556
|
var CustomAreaType;
|
|
1554
1557
|
(function(CustomAreaType2) {
|
|
1555
1558
|
CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
|
|
1559
|
+
CustomAreaType2["CUSTOM_GIS"] = "CUSTOM_GIS";
|
|
1556
1560
|
CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
|
|
1557
1561
|
CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
|
|
1558
1562
|
CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
|
|
@@ -1716,6 +1720,13 @@ var MultiSeparator;
|
|
|
1716
1720
|
MultiSeparator2["semicolon"] = ";";
|
|
1717
1721
|
MultiSeparator2["space"] = " ";
|
|
1718
1722
|
})(MultiSeparator || (MultiSeparator = {}));
|
|
1723
|
+
var ParamStyleType;
|
|
1724
|
+
(function(ParamStyleType2) {
|
|
1725
|
+
ParamStyleType2["condition"] = "condition";
|
|
1726
|
+
ParamStyleType2["placeholder"] = "placeholder";
|
|
1727
|
+
ParamStyleType2["param"] = "param";
|
|
1728
|
+
ParamStyleType2["accelerate"] = "accelerate";
|
|
1729
|
+
})(ParamStyleType || (ParamStyleType = {}));
|
|
1719
1730
|
var EmptyValueType;
|
|
1720
1731
|
(function(EmptyValueType2) {
|
|
1721
1732
|
EmptyValueType2["EmptyValue"] = "EmptyValue";
|
|
@@ -1843,6 +1854,7 @@ var ParamDataType;
|
|
|
1843
1854
|
(function(ParamDataType2) {
|
|
1844
1855
|
ParamDataType2["string"] = "string";
|
|
1845
1856
|
ParamDataType2["number"] = "number";
|
|
1857
|
+
ParamDataType2["dateTime"] = "datetime";
|
|
1846
1858
|
ParamDataType2["dateRegion"] = "dateRegion";
|
|
1847
1859
|
ParamDataType2["quarterRegion"] = "quarterRegion";
|
|
1848
1860
|
ParamDataType2["monthRegion"] = "monthRegion";
|
|
@@ -1965,6 +1977,8 @@ var DsType;
|
|
|
1965
1977
|
DsType2["selectdb"] = "selectdb";
|
|
1966
1978
|
DsType2["databricks"] = "databricks";
|
|
1967
1979
|
DsType2["bigquery"] = "bigquery";
|
|
1980
|
+
DsType2["athena"] = "athena";
|
|
1981
|
+
DsType2["yida"] = "yida";
|
|
1968
1982
|
})(DsType || (DsType = {}));
|
|
1969
1983
|
var AcrossDsType;
|
|
1970
1984
|
(function(AcrossDsType2) {
|
|
@@ -2018,6 +2032,11 @@ var dataBaseType = [
|
|
|
2018
2032
|
"microsoft",
|
|
2019
2033
|
"google"
|
|
2020
2034
|
];
|
|
2035
|
+
var SHEET_TABLE = [
|
|
2036
|
+
"feishu_bitable",
|
|
2037
|
+
"feishu_spreadsheet",
|
|
2038
|
+
"dingtalk_spreadsheet"
|
|
2039
|
+
];
|
|
2021
2040
|
|
|
2022
2041
|
// src/basic/bi-types/src/open/menus/menu-props.ts
|
|
2023
2042
|
var CustomMenuMode;
|
|
@@ -2077,6 +2096,7 @@ var RouteKey;
|
|
|
2077
2096
|
RouteKey2["orgAdminFeishuApiAuth"] = "orgAdminFeishuApiAuth";
|
|
2078
2097
|
RouteKey2["orgAdminTeamsApiAuth"] = "orgAdminTeamsApiAuth";
|
|
2079
2098
|
RouteKey2["orgAdminLarkApiAuth"] = "orgAdminLarkApiAuth";
|
|
2099
|
+
RouteKey2["orgAdminWeChatAuth"] = "orgAdminWeChatAuth";
|
|
2080
2100
|
RouteKey2["orgChannelRobot"] = "orgChannelRobot";
|
|
2081
2101
|
RouteKey2["orgPushLinkConfig"] = "orgPushLinkConfig";
|
|
2082
2102
|
RouteKey2["orgDingBucChannel"] = "orgDingBucChannel";
|
|
@@ -2108,6 +2128,7 @@ var RouteKey;
|
|
|
2108
2128
|
RouteKey2["orgAdminMap"] = "orgAdminMap";
|
|
2109
2129
|
RouteKey2["orgAdminCustomGeoInfo"] = "orgAdminCustomGeoInfo";
|
|
2110
2130
|
RouteKey2["orgAdminCustomPictureMap"] = "orgAdminCustomPictureMap";
|
|
2131
|
+
RouteKey2["orgAdminCustomGISMap"] = "orgAdminCustomGISMap";
|
|
2111
2132
|
RouteKey2["orgGlobalSearch"] = "orgGlobalSearch";
|
|
2112
2133
|
RouteKey2["orgAdminEngine"] = "orgAdminEngine";
|
|
2113
2134
|
RouteKey2["orgOfflineQuicken"] = "orgOfflineQuicken";
|
|
@@ -2284,8 +2305,6 @@ var RouteKey;
|
|
|
2284
2305
|
RouteKey2["opsLoginConfig"] = "opsLoginConfig";
|
|
2285
2306
|
RouteKey2["opsLoginSystemConfig"] = "opsLoginSystemConfig";
|
|
2286
2307
|
RouteKey2["opsSystemConfig"] = "opsSystemConfig";
|
|
2287
|
-
RouteKey2["docsManageMenus"] = "docsManageMenus";
|
|
2288
|
-
RouteKey2["docsManageItems"] = "docsManageItems";
|
|
2289
2308
|
RouteKey2["mobileEntry"] = "mobileEntry";
|
|
2290
2309
|
RouteKey2["mobileWebSite"] = "mobileWebSite";
|
|
2291
2310
|
RouteKey2["mobileHomeEntry"] = "mobileHomeEntry";
|
|
@@ -2321,10 +2340,6 @@ var RouteKey;
|
|
|
2321
2340
|
RouteKey2["openPlatHome"] = "openPlatHome";
|
|
2322
2341
|
RouteKey2["openPlatSolution"] = "openPlatSolution";
|
|
2323
2342
|
RouteKey2["openPlatTemplate"] = "openPlatTemplate";
|
|
2324
|
-
RouteKey2["openPlatTemplateDocs"] = "openPlatTemplateDocs";
|
|
2325
|
-
RouteKey2["digitalDetail"] = "digitalDetail";
|
|
2326
|
-
RouteKey2["digitalRegistration"] = "digitalRegistration";
|
|
2327
|
-
RouteKey2["extendedVisualizationTemplate"] = "extendedVisualizationTemplate";
|
|
2328
2343
|
RouteKey2["cardRoot"] = "cardRoot";
|
|
2329
2344
|
RouteKey2["cardBoard"] = "cardBoard";
|
|
2330
2345
|
RouteKey2["cardShot"] = "cardShot";
|
|
@@ -2346,6 +2361,7 @@ var RouteKey;
|
|
|
2346
2361
|
RouteKey2["wordAgentView"] = "wordAgentView";
|
|
2347
2362
|
RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
|
|
2348
2363
|
RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
|
|
2364
|
+
RouteKey2["qReportReplay"] = "qReportReplay";
|
|
2349
2365
|
RouteKey2["dashboardScreenRoot"] = "dashboardScreenRoot";
|
|
2350
2366
|
RouteKey2["dashboardScreenEdit"] = "dashboardScreenEdit";
|
|
2351
2367
|
RouteKey2["dashboardScreenView"] = "dashboardScreenView";
|
|
@@ -2618,6 +2634,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2618
2634
|
{
|
|
2619
2635
|
key: RouteKey.orgAdminLarkApiAuth,
|
|
2620
2636
|
path: "/org/admin/software/larkApiAuth"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
key: RouteKey.orgAdminWeChatAuth,
|
|
2640
|
+
path: "/org/admin/software/weChatAuth"
|
|
2621
2641
|
}
|
|
2622
2642
|
]
|
|
2623
2643
|
},
|
|
@@ -2776,6 +2796,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2776
2796
|
{
|
|
2777
2797
|
key: RouteKey.orgAdminCustomPictureMap,
|
|
2778
2798
|
path: "/org/admin/map/pictureMap"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
key: RouteKey.orgAdminCustomGISMap,
|
|
2802
|
+
path: "/org/admin/map/gisMap"
|
|
2779
2803
|
}
|
|
2780
2804
|
]
|
|
2781
2805
|
},
|
|
@@ -3283,6 +3307,11 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3283
3307
|
{
|
|
3284
3308
|
key: RouteKey.qChatPublicView,
|
|
3285
3309
|
path: "/token3rd/copilot"
|
|
3310
|
+
},
|
|
3311
|
+
/** 小Q报告回放页面嵌入 */
|
|
3312
|
+
{
|
|
3313
|
+
key: RouteKey.qReportReplay,
|
|
3314
|
+
path: "/copilot/qreportReplay"
|
|
3286
3315
|
}
|
|
3287
3316
|
]
|
|
3288
3317
|
},
|
|
@@ -3555,14 +3584,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3555
3584
|
{
|
|
3556
3585
|
key: RouteKey.opsSystemConfig,
|
|
3557
3586
|
path: "/opscenter/sysconfig"
|
|
3558
|
-
},
|
|
3559
|
-
{
|
|
3560
|
-
key: RouteKey.docsManageMenus,
|
|
3561
|
-
path: "/opscenter/docsmanage/menus"
|
|
3562
|
-
},
|
|
3563
|
-
{
|
|
3564
|
-
key: RouteKey.docsManageItems,
|
|
3565
|
-
path: "/opscenter/docsmanage/items"
|
|
3566
3587
|
}
|
|
3567
3588
|
]
|
|
3568
3589
|
},
|
|
@@ -3718,14 +3739,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3718
3739
|
{
|
|
3719
3740
|
key: RouteKey.openPlatTemplate,
|
|
3720
3741
|
path: "/openplatform/public/template"
|
|
3721
|
-
},
|
|
3722
|
-
{
|
|
3723
|
-
key: RouteKey.openPlatTemplateDocs,
|
|
3724
|
-
path: "/openplatform/public/template/docs"
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
key: RouteKey.extendedVisualizationTemplate,
|
|
3728
|
-
path: "/openplatform/public/extendedVisualization"
|
|
3729
3742
|
}
|
|
3730
3743
|
]
|
|
3731
3744
|
},
|
package/esm/index.d.ts
CHANGED
|
@@ -413,7 +413,9 @@ declare module '@quickbi/bi-types/component-type' {
|
|
|
413
413
|
/** 直方图 */
|
|
414
414
|
HISTOGRAM = 120,
|
|
415
415
|
/** 旭日图 */
|
|
416
|
-
SUNBURST = 121
|
|
416
|
+
SUNBURST = 121,
|
|
417
|
+
/** 小Q报告 */
|
|
418
|
+
QREPORT = 122
|
|
417
419
|
}
|
|
418
420
|
export const ScreenComponentCode: Record<ScreenComponentType, number>;
|
|
419
421
|
export enum ChartType {
|
|
@@ -2670,6 +2672,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2670
2672
|
orgAdminTeamsApiAuth = "orgAdminTeamsApiAuth",
|
|
2671
2673
|
/** 组织管理-办公软件接入-Lark授权 */
|
|
2672
2674
|
orgAdminLarkApiAuth = "orgAdminLarkApiAuth",
|
|
2675
|
+
/** 组织管理-办公软件接入-微信授权 */
|
|
2676
|
+
orgAdminWeChatAuth = "orgAdminWeChatAuth",
|
|
2673
2677
|
/** 组织管理-推送渠道管理 */
|
|
2674
2678
|
orgChannelRobot = "orgChannelRobot",
|
|
2675
2679
|
/** 组织管理-推送渠道管理-推送链接设置 */
|
|
@@ -2732,6 +2736,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2732
2736
|
orgAdminCustomGeoInfo = "orgAdminCustomGeoInfo",
|
|
2733
2737
|
/** 组织管理-地图配置-自定义图片底图 */
|
|
2734
2738
|
orgAdminCustomPictureMap = "orgAdminCustomPictureMap",
|
|
2739
|
+
/** 组织管理-地图配置-自定义瓦片底图 */
|
|
2740
|
+
orgAdminCustomGISMap = "orgAdminCustomGISMap",
|
|
2735
2741
|
/** 组织管理-搜索配置 */
|
|
2736
2742
|
orgGlobalSearch = "orgGlobalSearch",
|
|
2737
2743
|
/** 组织管理-Quick引擎 */
|
|
@@ -3082,10 +3088,6 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3082
3088
|
opsLoginSystemConfig = "opsLoginSystemConfig",
|
|
3083
3089
|
/** 系统配置管理 */
|
|
3084
3090
|
opsSystemConfig = "opsSystemConfig",
|
|
3085
|
-
/** 文档管理-目录管理 */
|
|
3086
|
-
docsManageMenus = "docsManageMenus",
|
|
3087
|
-
/** 文档管理-目录管理 */
|
|
3088
|
-
docsManageItems = "docsManageItems",
|
|
3089
3091
|
/** 移动端入口 */
|
|
3090
3092
|
mobileEntry = "mobileEntry",
|
|
3091
3093
|
/** 移动端免登页 */
|
|
@@ -3156,14 +3158,6 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3156
3158
|
openPlatSolution = "openPlatSolution",
|
|
3157
3159
|
/** 开放平台App-模板共创 */
|
|
3158
3160
|
openPlatTemplate = "openPlatTemplate",
|
|
3159
|
-
/** 开放平台App-模板文档-文档 */
|
|
3160
|
-
openPlatTemplateDocs = "openPlatTemplateDocs",
|
|
3161
|
-
/** 数智大赛-详情页 */
|
|
3162
|
-
digitalDetail = "digitalDetail",
|
|
3163
|
-
/** 数智大赛-报名页 */
|
|
3164
|
-
digitalRegistration = "digitalRegistration",
|
|
3165
|
-
/** 免登页 展示ued可视化模版的mock页面 */
|
|
3166
|
-
extendedVisualizationTemplate = "extendedVisualizationTemplate",
|
|
3167
3161
|
/** ---------------------------------------------------- 卡片看板 —---------------------------------------------------- */
|
|
3168
3162
|
cardRoot = "cardRoot",
|
|
3169
3163
|
/** 卡片看板页 */
|
|
@@ -3206,6 +3200,7 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3206
3200
|
wordAgentFilePreview = "wordAgentFilePreview",
|
|
3207
3201
|
/** 第三方token预览 */
|
|
3208
3202
|
wordAgentPublicView = "wordAgentPublicView",
|
|
3203
|
+
qReportReplay = "qReportReplay",
|
|
3209
3204
|
/** 老大屏应用页面 */
|
|
3210
3205
|
dashboardScreenRoot = "dashboardScreenRoot",
|
|
3211
3206
|
/** 老大屏编辑页 */
|
|
@@ -3352,6 +3347,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3352
3347
|
}, {
|
|
3353
3348
|
readonly key: RouteKey.orgAdminLarkApiAuth;
|
|
3354
3349
|
readonly path: "/org/admin/software/larkApiAuth";
|
|
3350
|
+
}, {
|
|
3351
|
+
readonly key: RouteKey.orgAdminWeChatAuth;
|
|
3352
|
+
readonly path: "/org/admin/software/weChatAuth";
|
|
3355
3353
|
}];
|
|
3356
3354
|
}, {
|
|
3357
3355
|
readonly key: RouteKey.orgChannelRobot;
|
|
@@ -3466,6 +3464,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3466
3464
|
}, {
|
|
3467
3465
|
readonly key: RouteKey.orgAdminCustomPictureMap;
|
|
3468
3466
|
readonly path: "/org/admin/map/pictureMap";
|
|
3467
|
+
}, {
|
|
3468
|
+
readonly key: RouteKey.orgAdminCustomGISMap;
|
|
3469
|
+
readonly path: "/org/admin/map/gisMap";
|
|
3469
3470
|
}];
|
|
3470
3471
|
}, {
|
|
3471
3472
|
readonly key: RouteKey.orgGlobalSearch;
|
|
@@ -3823,6 +3824,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3823
3824
|
readonly children: [{
|
|
3824
3825
|
readonly key: RouteKey.qChatPublicView;
|
|
3825
3826
|
readonly path: "/token3rd/copilot";
|
|
3827
|
+
}, {
|
|
3828
|
+
readonly key: RouteKey.qReportReplay;
|
|
3829
|
+
readonly path: "/copilot/qreportReplay";
|
|
3826
3830
|
}];
|
|
3827
3831
|
}, {
|
|
3828
3832
|
readonly key: RouteKey.portalRoot;
|
|
@@ -4011,12 +4015,6 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4011
4015
|
}, {
|
|
4012
4016
|
readonly key: RouteKey.opsSystemConfig;
|
|
4013
4017
|
readonly path: "/opscenter/sysconfig";
|
|
4014
|
-
}, {
|
|
4015
|
-
readonly key: RouteKey.docsManageMenus;
|
|
4016
|
-
readonly path: "/opscenter/docsmanage/menus";
|
|
4017
|
-
}, {
|
|
4018
|
-
readonly key: RouteKey.docsManageItems;
|
|
4019
|
-
readonly path: "/opscenter/docsmanage/items";
|
|
4020
4018
|
}];
|
|
4021
4019
|
}, {
|
|
4022
4020
|
readonly key: RouteKey.mobileEntry;
|
|
@@ -4127,12 +4125,6 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4127
4125
|
}, {
|
|
4128
4126
|
readonly key: RouteKey.openPlatTemplate;
|
|
4129
4127
|
readonly path: "/openplatform/public/template";
|
|
4130
|
-
}, {
|
|
4131
|
-
readonly key: RouteKey.openPlatTemplateDocs;
|
|
4132
|
-
readonly path: "/openplatform/public/template/docs";
|
|
4133
|
-
}, {
|
|
4134
|
-
readonly key: RouteKey.extendedVisualizationTemplate;
|
|
4135
|
-
readonly path: "/openplatform/public/extendedVisualization";
|
|
4136
4128
|
}];
|
|
4137
4129
|
}, {
|
|
4138
4130
|
readonly key: RouteKey.template;
|
|
@@ -5809,6 +5801,8 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
5809
5801
|
export enum CustomAreaType {
|
|
5810
5802
|
/** 自定义地理信息 */
|
|
5811
5803
|
CUSTOM_AREA = "CUSTOM_AREA",
|
|
5804
|
+
/** 自定义瓦片底图 */
|
|
5805
|
+
CUSTOM_GIS = "CUSTOM_GIS",
|
|
5812
5806
|
/** 自定义geojson */
|
|
5813
5807
|
CUSTOM_GEOJSON = "CUSTOM_GEOJSON",
|
|
5814
5808
|
/** 自定义层级 */
|
|
@@ -6220,6 +6214,17 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6220
6214
|
export type TreeNodeTypes = 'folder' | 'hierarchy' | 'attribute' | 'dimensionGroup' | 'measureGroup' | 'lnglatGroup';
|
|
6221
6215
|
/** 分组字段类型 */
|
|
6222
6216
|
export type GroupType = 'NormalGroup' | 'ListGroup' | 'CustomizedGroup';
|
|
6217
|
+
/** 占位符类型 */
|
|
6218
|
+
export enum ParamStyleType {
|
|
6219
|
+
/** 条件占位符 */
|
|
6220
|
+
condition = "condition",
|
|
6221
|
+
/** 值占位符 */
|
|
6222
|
+
placeholder = "placeholder",
|
|
6223
|
+
/** 表达式占位符 */
|
|
6224
|
+
param = "param",
|
|
6225
|
+
/** 加速占位符 */
|
|
6226
|
+
accelerate = "accelerate"
|
|
6227
|
+
}
|
|
6223
6228
|
/** 数值-自定义分组类型 */
|
|
6224
6229
|
export type CustomizedGroup = {
|
|
6225
6230
|
/** 是否是默认分组字段 */
|
|
@@ -6455,7 +6460,7 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6455
6460
|
/** 占位符名称 */
|
|
6456
6461
|
name: string;
|
|
6457
6462
|
/** 类型 */
|
|
6458
|
-
style:
|
|
6463
|
+
style: ParamStyleType;
|
|
6459
6464
|
/** 占位符格式化类型 */
|
|
6460
6465
|
type: ParamDataType;
|
|
6461
6466
|
table: string;
|
|
@@ -6481,6 +6486,7 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6481
6486
|
export enum ParamDataType {
|
|
6482
6487
|
string = "string",
|
|
6483
6488
|
number = "number",
|
|
6489
|
+
dateTime = "datetime",
|
|
6484
6490
|
dateRegion = "dateRegion",
|
|
6485
6491
|
quarterRegion = "quarterRegion",
|
|
6486
6492
|
monthRegion = "monthRegion",
|
|
@@ -6688,7 +6694,9 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
6688
6694
|
dms = "dms",
|
|
6689
6695
|
selectdb = "selectdb",
|
|
6690
6696
|
databricks = "databricks",
|
|
6691
|
-
bigquery = "bigquery"
|
|
6697
|
+
bigquery = "bigquery",
|
|
6698
|
+
athena = "athena",
|
|
6699
|
+
yida = "yida"
|
|
6692
6700
|
}
|
|
6693
6701
|
export enum AcrossDsType {
|
|
6694
6702
|
UN_SET,
|
|
@@ -6747,6 +6755,8 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
6747
6755
|
}
|
|
6748
6756
|
/** 数据库数据源类型 */
|
|
6749
6757
|
export const dataBaseType: DataSourcesConfigId[];
|
|
6758
|
+
/** 文档数据源 */
|
|
6759
|
+
export const SHEET_TABLE: DsType[];
|
|
6750
6760
|
}
|
|
6751
6761
|
|
|
6752
6762
|
declare module '@quickbi/bi-types/cube/cube-links' {
|
package/esm/index.mjs
CHANGED
|
@@ -800,6 +800,7 @@ var ComponentType;
|
|
|
800
800
|
ComponentType2[ComponentType2["BOX"] = 119] = "BOX";
|
|
801
801
|
ComponentType2[ComponentType2["HISTOGRAM"] = 120] = "HISTOGRAM";
|
|
802
802
|
ComponentType2[ComponentType2["SUNBURST"] = 121] = "SUNBURST";
|
|
803
|
+
ComponentType2[ComponentType2["QREPORT"] = 122] = "QREPORT";
|
|
803
804
|
})(ComponentType || (ComponentType = {}));
|
|
804
805
|
var _obj;
|
|
805
806
|
var ScreenComponentCode = (_obj = {}, _define_property5(_obj, "custom_component", 0), /** 图层组 */
|
|
@@ -1403,6 +1404,7 @@ function _define_property7(obj, key, value) {
|
|
|
1403
1404
|
var CustomAreaType;
|
|
1404
1405
|
(function(CustomAreaType2) {
|
|
1405
1406
|
CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
|
|
1407
|
+
CustomAreaType2["CUSTOM_GIS"] = "CUSTOM_GIS";
|
|
1406
1408
|
CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
|
|
1407
1409
|
CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
|
|
1408
1410
|
CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
|
|
@@ -1566,6 +1568,13 @@ var MultiSeparator;
|
|
|
1566
1568
|
MultiSeparator2["semicolon"] = ";";
|
|
1567
1569
|
MultiSeparator2["space"] = " ";
|
|
1568
1570
|
})(MultiSeparator || (MultiSeparator = {}));
|
|
1571
|
+
var ParamStyleType;
|
|
1572
|
+
(function(ParamStyleType2) {
|
|
1573
|
+
ParamStyleType2["condition"] = "condition";
|
|
1574
|
+
ParamStyleType2["placeholder"] = "placeholder";
|
|
1575
|
+
ParamStyleType2["param"] = "param";
|
|
1576
|
+
ParamStyleType2["accelerate"] = "accelerate";
|
|
1577
|
+
})(ParamStyleType || (ParamStyleType = {}));
|
|
1569
1578
|
var EmptyValueType;
|
|
1570
1579
|
(function(EmptyValueType2) {
|
|
1571
1580
|
EmptyValueType2["EmptyValue"] = "EmptyValue";
|
|
@@ -1693,6 +1702,7 @@ var ParamDataType;
|
|
|
1693
1702
|
(function(ParamDataType2) {
|
|
1694
1703
|
ParamDataType2["string"] = "string";
|
|
1695
1704
|
ParamDataType2["number"] = "number";
|
|
1705
|
+
ParamDataType2["dateTime"] = "datetime";
|
|
1696
1706
|
ParamDataType2["dateRegion"] = "dateRegion";
|
|
1697
1707
|
ParamDataType2["quarterRegion"] = "quarterRegion";
|
|
1698
1708
|
ParamDataType2["monthRegion"] = "monthRegion";
|
|
@@ -1815,6 +1825,8 @@ var DsType;
|
|
|
1815
1825
|
DsType2["selectdb"] = "selectdb";
|
|
1816
1826
|
DsType2["databricks"] = "databricks";
|
|
1817
1827
|
DsType2["bigquery"] = "bigquery";
|
|
1828
|
+
DsType2["athena"] = "athena";
|
|
1829
|
+
DsType2["yida"] = "yida";
|
|
1818
1830
|
})(DsType || (DsType = {}));
|
|
1819
1831
|
var AcrossDsType;
|
|
1820
1832
|
(function(AcrossDsType2) {
|
|
@@ -1868,6 +1880,11 @@ var dataBaseType = [
|
|
|
1868
1880
|
"microsoft",
|
|
1869
1881
|
"google"
|
|
1870
1882
|
];
|
|
1883
|
+
var SHEET_TABLE = [
|
|
1884
|
+
"feishu_bitable",
|
|
1885
|
+
"feishu_spreadsheet",
|
|
1886
|
+
"dingtalk_spreadsheet"
|
|
1887
|
+
];
|
|
1871
1888
|
|
|
1872
1889
|
// src/basic/bi-types/src/open/menus/menu-props.ts
|
|
1873
1890
|
var CustomMenuMode;
|
|
@@ -1927,6 +1944,7 @@ var RouteKey;
|
|
|
1927
1944
|
RouteKey2["orgAdminFeishuApiAuth"] = "orgAdminFeishuApiAuth";
|
|
1928
1945
|
RouteKey2["orgAdminTeamsApiAuth"] = "orgAdminTeamsApiAuth";
|
|
1929
1946
|
RouteKey2["orgAdminLarkApiAuth"] = "orgAdminLarkApiAuth";
|
|
1947
|
+
RouteKey2["orgAdminWeChatAuth"] = "orgAdminWeChatAuth";
|
|
1930
1948
|
RouteKey2["orgChannelRobot"] = "orgChannelRobot";
|
|
1931
1949
|
RouteKey2["orgPushLinkConfig"] = "orgPushLinkConfig";
|
|
1932
1950
|
RouteKey2["orgDingBucChannel"] = "orgDingBucChannel";
|
|
@@ -1958,6 +1976,7 @@ var RouteKey;
|
|
|
1958
1976
|
RouteKey2["orgAdminMap"] = "orgAdminMap";
|
|
1959
1977
|
RouteKey2["orgAdminCustomGeoInfo"] = "orgAdminCustomGeoInfo";
|
|
1960
1978
|
RouteKey2["orgAdminCustomPictureMap"] = "orgAdminCustomPictureMap";
|
|
1979
|
+
RouteKey2["orgAdminCustomGISMap"] = "orgAdminCustomGISMap";
|
|
1961
1980
|
RouteKey2["orgGlobalSearch"] = "orgGlobalSearch";
|
|
1962
1981
|
RouteKey2["orgAdminEngine"] = "orgAdminEngine";
|
|
1963
1982
|
RouteKey2["orgOfflineQuicken"] = "orgOfflineQuicken";
|
|
@@ -2134,8 +2153,6 @@ var RouteKey;
|
|
|
2134
2153
|
RouteKey2["opsLoginConfig"] = "opsLoginConfig";
|
|
2135
2154
|
RouteKey2["opsLoginSystemConfig"] = "opsLoginSystemConfig";
|
|
2136
2155
|
RouteKey2["opsSystemConfig"] = "opsSystemConfig";
|
|
2137
|
-
RouteKey2["docsManageMenus"] = "docsManageMenus";
|
|
2138
|
-
RouteKey2["docsManageItems"] = "docsManageItems";
|
|
2139
2156
|
RouteKey2["mobileEntry"] = "mobileEntry";
|
|
2140
2157
|
RouteKey2["mobileWebSite"] = "mobileWebSite";
|
|
2141
2158
|
RouteKey2["mobileHomeEntry"] = "mobileHomeEntry";
|
|
@@ -2171,10 +2188,6 @@ var RouteKey;
|
|
|
2171
2188
|
RouteKey2["openPlatHome"] = "openPlatHome";
|
|
2172
2189
|
RouteKey2["openPlatSolution"] = "openPlatSolution";
|
|
2173
2190
|
RouteKey2["openPlatTemplate"] = "openPlatTemplate";
|
|
2174
|
-
RouteKey2["openPlatTemplateDocs"] = "openPlatTemplateDocs";
|
|
2175
|
-
RouteKey2["digitalDetail"] = "digitalDetail";
|
|
2176
|
-
RouteKey2["digitalRegistration"] = "digitalRegistration";
|
|
2177
|
-
RouteKey2["extendedVisualizationTemplate"] = "extendedVisualizationTemplate";
|
|
2178
2191
|
RouteKey2["cardRoot"] = "cardRoot";
|
|
2179
2192
|
RouteKey2["cardBoard"] = "cardBoard";
|
|
2180
2193
|
RouteKey2["cardShot"] = "cardShot";
|
|
@@ -2196,6 +2209,7 @@ var RouteKey;
|
|
|
2196
2209
|
RouteKey2["wordAgentView"] = "wordAgentView";
|
|
2197
2210
|
RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
|
|
2198
2211
|
RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
|
|
2212
|
+
RouteKey2["qReportReplay"] = "qReportReplay";
|
|
2199
2213
|
RouteKey2["dashboardScreenRoot"] = "dashboardScreenRoot";
|
|
2200
2214
|
RouteKey2["dashboardScreenEdit"] = "dashboardScreenEdit";
|
|
2201
2215
|
RouteKey2["dashboardScreenView"] = "dashboardScreenView";
|
|
@@ -2468,6 +2482,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2468
2482
|
{
|
|
2469
2483
|
key: RouteKey.orgAdminLarkApiAuth,
|
|
2470
2484
|
path: "/org/admin/software/larkApiAuth"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
key: RouteKey.orgAdminWeChatAuth,
|
|
2488
|
+
path: "/org/admin/software/weChatAuth"
|
|
2471
2489
|
}
|
|
2472
2490
|
]
|
|
2473
2491
|
},
|
|
@@ -2626,6 +2644,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2626
2644
|
{
|
|
2627
2645
|
key: RouteKey.orgAdminCustomPictureMap,
|
|
2628
2646
|
path: "/org/admin/map/pictureMap"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
key: RouteKey.orgAdminCustomGISMap,
|
|
2650
|
+
path: "/org/admin/map/gisMap"
|
|
2629
2651
|
}
|
|
2630
2652
|
]
|
|
2631
2653
|
},
|
|
@@ -3133,6 +3155,11 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3133
3155
|
{
|
|
3134
3156
|
key: RouteKey.qChatPublicView,
|
|
3135
3157
|
path: "/token3rd/copilot"
|
|
3158
|
+
},
|
|
3159
|
+
/** 小Q报告回放页面嵌入 */
|
|
3160
|
+
{
|
|
3161
|
+
key: RouteKey.qReportReplay,
|
|
3162
|
+
path: "/copilot/qreportReplay"
|
|
3136
3163
|
}
|
|
3137
3164
|
]
|
|
3138
3165
|
},
|
|
@@ -3405,14 +3432,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3405
3432
|
{
|
|
3406
3433
|
key: RouteKey.opsSystemConfig,
|
|
3407
3434
|
path: "/opscenter/sysconfig"
|
|
3408
|
-
},
|
|
3409
|
-
{
|
|
3410
|
-
key: RouteKey.docsManageMenus,
|
|
3411
|
-
path: "/opscenter/docsmanage/menus"
|
|
3412
|
-
},
|
|
3413
|
-
{
|
|
3414
|
-
key: RouteKey.docsManageItems,
|
|
3415
|
-
path: "/opscenter/docsmanage/items"
|
|
3416
3435
|
}
|
|
3417
3436
|
]
|
|
3418
3437
|
},
|
|
@@ -3568,14 +3587,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3568
3587
|
{
|
|
3569
3588
|
key: RouteKey.openPlatTemplate,
|
|
3570
3589
|
path: "/openplatform/public/template"
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
key: RouteKey.openPlatTemplateDocs,
|
|
3574
|
-
path: "/openplatform/public/template/docs"
|
|
3575
|
-
},
|
|
3576
|
-
{
|
|
3577
|
-
key: RouteKey.extendedVisualizationTemplate,
|
|
3578
|
-
path: "/openplatform/public/extendedVisualization"
|
|
3579
3590
|
}
|
|
3580
3591
|
]
|
|
3581
3592
|
},
|
|
@@ -3882,6 +3893,7 @@ export {
|
|
|
3882
3893
|
OriginDateType,
|
|
3883
3894
|
PATH_ROUTE_MAP,
|
|
3884
3895
|
ParamDataType,
|
|
3896
|
+
ParamStyleType,
|
|
3885
3897
|
PermissionPageType,
|
|
3886
3898
|
PersonalThemeMode,
|
|
3887
3899
|
PhysicalSchema,
|
|
@@ -3900,6 +3912,7 @@ export {
|
|
|
3900
3912
|
RetainAreaId,
|
|
3901
3913
|
RouteKey,
|
|
3902
3914
|
RowColumnMeta,
|
|
3915
|
+
SHEET_TABLE,
|
|
3903
3916
|
SchemaExtraInfo,
|
|
3904
3917
|
ScreenBorderType,
|
|
3905
3918
|
ScreenComponentCode,
|