@quickbi/bi-types 3.0.53-beta.0 → 3.1.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.
- package/cjs/index.d.ts +32 -26
- package/cjs/index.js +28 -22
- package/esm/index.d.ts +32 -26
- package/esm/index.mjs +28 -22
- package/package.json +1 -1
package/cjs/index.d.ts
CHANGED
|
@@ -2672,6 +2672,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2672
2672
|
orgAdminTeamsApiAuth = "orgAdminTeamsApiAuth",
|
|
2673
2673
|
/** 组织管理-办公软件接入-Lark授权 */
|
|
2674
2674
|
orgAdminLarkApiAuth = "orgAdminLarkApiAuth",
|
|
2675
|
+
/** 组织管理-办公软件接入-微信授权 */
|
|
2676
|
+
orgAdminWeChatAuth = "orgAdminWeChatAuth",
|
|
2675
2677
|
/** 组织管理-推送渠道管理 */
|
|
2676
2678
|
orgChannelRobot = "orgChannelRobot",
|
|
2677
2679
|
/** 组织管理-推送渠道管理-推送链接设置 */
|
|
@@ -2734,6 +2736,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2734
2736
|
orgAdminCustomGeoInfo = "orgAdminCustomGeoInfo",
|
|
2735
2737
|
/** 组织管理-地图配置-自定义图片底图 */
|
|
2736
2738
|
orgAdminCustomPictureMap = "orgAdminCustomPictureMap",
|
|
2739
|
+
/** 组织管理-地图配置-自定义瓦片底图 */
|
|
2740
|
+
orgAdminCustomGISMap = "orgAdminCustomGISMap",
|
|
2737
2741
|
/** 组织管理-搜索配置 */
|
|
2738
2742
|
orgGlobalSearch = "orgGlobalSearch",
|
|
2739
2743
|
/** 组织管理-Quick引擎 */
|
|
@@ -3084,10 +3088,6 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3084
3088
|
opsLoginSystemConfig = "opsLoginSystemConfig",
|
|
3085
3089
|
/** 系统配置管理 */
|
|
3086
3090
|
opsSystemConfig = "opsSystemConfig",
|
|
3087
|
-
/** 文档管理-目录管理 */
|
|
3088
|
-
docsManageMenus = "docsManageMenus",
|
|
3089
|
-
/** 文档管理-目录管理 */
|
|
3090
|
-
docsManageItems = "docsManageItems",
|
|
3091
3091
|
/** 移动端入口 */
|
|
3092
3092
|
mobileEntry = "mobileEntry",
|
|
3093
3093
|
/** 移动端免登页 */
|
|
@@ -3158,14 +3158,6 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3158
3158
|
openPlatSolution = "openPlatSolution",
|
|
3159
3159
|
/** 开放平台App-模板共创 */
|
|
3160
3160
|
openPlatTemplate = "openPlatTemplate",
|
|
3161
|
-
/** 开放平台App-模板文档-文档 */
|
|
3162
|
-
openPlatTemplateDocs = "openPlatTemplateDocs",
|
|
3163
|
-
/** 数智大赛-详情页 */
|
|
3164
|
-
digitalDetail = "digitalDetail",
|
|
3165
|
-
/** 数智大赛-报名页 */
|
|
3166
|
-
digitalRegistration = "digitalRegistration",
|
|
3167
|
-
/** 免登页 展示ued可视化模版的mock页面 */
|
|
3168
|
-
extendedVisualizationTemplate = "extendedVisualizationTemplate",
|
|
3169
3161
|
/** ---------------------------------------------------- 卡片看板 —---------------------------------------------------- */
|
|
3170
3162
|
cardRoot = "cardRoot",
|
|
3171
3163
|
/** 卡片看板页 */
|
|
@@ -3208,6 +3200,7 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3208
3200
|
wordAgentFilePreview = "wordAgentFilePreview",
|
|
3209
3201
|
/** 第三方token预览 */
|
|
3210
3202
|
wordAgentPublicView = "wordAgentPublicView",
|
|
3203
|
+
qReportReplay = "qReportReplay",
|
|
3211
3204
|
/** 老大屏应用页面 */
|
|
3212
3205
|
dashboardScreenRoot = "dashboardScreenRoot",
|
|
3213
3206
|
/** 老大屏编辑页 */
|
|
@@ -3354,6 +3347,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3354
3347
|
}, {
|
|
3355
3348
|
readonly key: RouteKey.orgAdminLarkApiAuth;
|
|
3356
3349
|
readonly path: "/org/admin/software/larkApiAuth";
|
|
3350
|
+
}, {
|
|
3351
|
+
readonly key: RouteKey.orgAdminWeChatAuth;
|
|
3352
|
+
readonly path: "/org/admin/software/weChatAuth";
|
|
3357
3353
|
}];
|
|
3358
3354
|
}, {
|
|
3359
3355
|
readonly key: RouteKey.orgChannelRobot;
|
|
@@ -3468,6 +3464,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3468
3464
|
}, {
|
|
3469
3465
|
readonly key: RouteKey.orgAdminCustomPictureMap;
|
|
3470
3466
|
readonly path: "/org/admin/map/pictureMap";
|
|
3467
|
+
}, {
|
|
3468
|
+
readonly key: RouteKey.orgAdminCustomGISMap;
|
|
3469
|
+
readonly path: "/org/admin/map/gisMap";
|
|
3471
3470
|
}];
|
|
3472
3471
|
}, {
|
|
3473
3472
|
readonly key: RouteKey.orgGlobalSearch;
|
|
@@ -3825,6 +3824,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3825
3824
|
readonly children: [{
|
|
3826
3825
|
readonly key: RouteKey.qChatPublicView;
|
|
3827
3826
|
readonly path: "/token3rd/copilot";
|
|
3827
|
+
}, {
|
|
3828
|
+
readonly key: RouteKey.qReportReplay;
|
|
3829
|
+
readonly path: "/copilot/qreportReplay";
|
|
3828
3830
|
}];
|
|
3829
3831
|
}, {
|
|
3830
3832
|
readonly key: RouteKey.portalRoot;
|
|
@@ -4013,12 +4015,6 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4013
4015
|
}, {
|
|
4014
4016
|
readonly key: RouteKey.opsSystemConfig;
|
|
4015
4017
|
readonly path: "/opscenter/sysconfig";
|
|
4016
|
-
}, {
|
|
4017
|
-
readonly key: RouteKey.docsManageMenus;
|
|
4018
|
-
readonly path: "/opscenter/docsmanage/menus";
|
|
4019
|
-
}, {
|
|
4020
|
-
readonly key: RouteKey.docsManageItems;
|
|
4021
|
-
readonly path: "/opscenter/docsmanage/items";
|
|
4022
4018
|
}];
|
|
4023
4019
|
}, {
|
|
4024
4020
|
readonly key: RouteKey.mobileEntry;
|
|
@@ -4129,12 +4125,6 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4129
4125
|
}, {
|
|
4130
4126
|
readonly key: RouteKey.openPlatTemplate;
|
|
4131
4127
|
readonly path: "/openplatform/public/template";
|
|
4132
|
-
}, {
|
|
4133
|
-
readonly key: RouteKey.openPlatTemplateDocs;
|
|
4134
|
-
readonly path: "/openplatform/public/template/docs";
|
|
4135
|
-
}, {
|
|
4136
|
-
readonly key: RouteKey.extendedVisualizationTemplate;
|
|
4137
|
-
readonly path: "/openplatform/public/extendedVisualization";
|
|
4138
4128
|
}];
|
|
4139
4129
|
}, {
|
|
4140
4130
|
readonly key: RouteKey.template;
|
|
@@ -5811,6 +5801,8 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
5811
5801
|
export enum CustomAreaType {
|
|
5812
5802
|
/** 自定义地理信息 */
|
|
5813
5803
|
CUSTOM_AREA = "CUSTOM_AREA",
|
|
5804
|
+
/** 自定义瓦片底图 */
|
|
5805
|
+
CUSTOM_GIS = "CUSTOM_GIS",
|
|
5814
5806
|
/** 自定义geojson */
|
|
5815
5807
|
CUSTOM_GEOJSON = "CUSTOM_GEOJSON",
|
|
5816
5808
|
/** 自定义层级 */
|
|
@@ -6222,6 +6214,17 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6222
6214
|
export type TreeNodeTypes = 'folder' | 'hierarchy' | 'attribute' | 'dimensionGroup' | 'measureGroup' | 'lnglatGroup';
|
|
6223
6215
|
/** 分组字段类型 */
|
|
6224
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
|
+
}
|
|
6225
6228
|
/** 数值-自定义分组类型 */
|
|
6226
6229
|
export type CustomizedGroup = {
|
|
6227
6230
|
/** 是否是默认分组字段 */
|
|
@@ -6457,7 +6460,7 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6457
6460
|
/** 占位符名称 */
|
|
6458
6461
|
name: string;
|
|
6459
6462
|
/** 类型 */
|
|
6460
|
-
style:
|
|
6463
|
+
style: ParamStyleType;
|
|
6461
6464
|
/** 占位符格式化类型 */
|
|
6462
6465
|
type: ParamDataType;
|
|
6463
6466
|
table: string;
|
|
@@ -6483,6 +6486,7 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6483
6486
|
export enum ParamDataType {
|
|
6484
6487
|
string = "string",
|
|
6485
6488
|
number = "number",
|
|
6489
|
+
dateTime = "datetime",
|
|
6486
6490
|
dateRegion = "dateRegion",
|
|
6487
6491
|
quarterRegion = "quarterRegion",
|
|
6488
6492
|
monthRegion = "monthRegion",
|
|
@@ -6690,7 +6694,9 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
6690
6694
|
dms = "dms",
|
|
6691
6695
|
selectdb = "selectdb",
|
|
6692
6696
|
databricks = "databricks",
|
|
6693
|
-
bigquery = "bigquery"
|
|
6697
|
+
bigquery = "bigquery",
|
|
6698
|
+
athena = "athena",
|
|
6699
|
+
yida = "yida"
|
|
6694
6700
|
}
|
|
6695
6701
|
export enum AcrossDsType {
|
|
6696
6702
|
UN_SET,
|
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,
|
|
@@ -1555,6 +1556,7 @@ function _define_property7(obj, key, value) {
|
|
|
1555
1556
|
var CustomAreaType;
|
|
1556
1557
|
(function(CustomAreaType2) {
|
|
1557
1558
|
CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
|
|
1559
|
+
CustomAreaType2["CUSTOM_GIS"] = "CUSTOM_GIS";
|
|
1558
1560
|
CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
|
|
1559
1561
|
CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
|
|
1560
1562
|
CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
|
|
@@ -1718,6 +1720,13 @@ var MultiSeparator;
|
|
|
1718
1720
|
MultiSeparator2["semicolon"] = ";";
|
|
1719
1721
|
MultiSeparator2["space"] = " ";
|
|
1720
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 = {}));
|
|
1721
1730
|
var EmptyValueType;
|
|
1722
1731
|
(function(EmptyValueType2) {
|
|
1723
1732
|
EmptyValueType2["EmptyValue"] = "EmptyValue";
|
|
@@ -1845,6 +1854,7 @@ var ParamDataType;
|
|
|
1845
1854
|
(function(ParamDataType2) {
|
|
1846
1855
|
ParamDataType2["string"] = "string";
|
|
1847
1856
|
ParamDataType2["number"] = "number";
|
|
1857
|
+
ParamDataType2["dateTime"] = "datetime";
|
|
1848
1858
|
ParamDataType2["dateRegion"] = "dateRegion";
|
|
1849
1859
|
ParamDataType2["quarterRegion"] = "quarterRegion";
|
|
1850
1860
|
ParamDataType2["monthRegion"] = "monthRegion";
|
|
@@ -1967,6 +1977,8 @@ var DsType;
|
|
|
1967
1977
|
DsType2["selectdb"] = "selectdb";
|
|
1968
1978
|
DsType2["databricks"] = "databricks";
|
|
1969
1979
|
DsType2["bigquery"] = "bigquery";
|
|
1980
|
+
DsType2["athena"] = "athena";
|
|
1981
|
+
DsType2["yida"] = "yida";
|
|
1970
1982
|
})(DsType || (DsType = {}));
|
|
1971
1983
|
var AcrossDsType;
|
|
1972
1984
|
(function(AcrossDsType2) {
|
|
@@ -2084,6 +2096,7 @@ var RouteKey;
|
|
|
2084
2096
|
RouteKey2["orgAdminFeishuApiAuth"] = "orgAdminFeishuApiAuth";
|
|
2085
2097
|
RouteKey2["orgAdminTeamsApiAuth"] = "orgAdminTeamsApiAuth";
|
|
2086
2098
|
RouteKey2["orgAdminLarkApiAuth"] = "orgAdminLarkApiAuth";
|
|
2099
|
+
RouteKey2["orgAdminWeChatAuth"] = "orgAdminWeChatAuth";
|
|
2087
2100
|
RouteKey2["orgChannelRobot"] = "orgChannelRobot";
|
|
2088
2101
|
RouteKey2["orgPushLinkConfig"] = "orgPushLinkConfig";
|
|
2089
2102
|
RouteKey2["orgDingBucChannel"] = "orgDingBucChannel";
|
|
@@ -2115,6 +2128,7 @@ var RouteKey;
|
|
|
2115
2128
|
RouteKey2["orgAdminMap"] = "orgAdminMap";
|
|
2116
2129
|
RouteKey2["orgAdminCustomGeoInfo"] = "orgAdminCustomGeoInfo";
|
|
2117
2130
|
RouteKey2["orgAdminCustomPictureMap"] = "orgAdminCustomPictureMap";
|
|
2131
|
+
RouteKey2["orgAdminCustomGISMap"] = "orgAdminCustomGISMap";
|
|
2118
2132
|
RouteKey2["orgGlobalSearch"] = "orgGlobalSearch";
|
|
2119
2133
|
RouteKey2["orgAdminEngine"] = "orgAdminEngine";
|
|
2120
2134
|
RouteKey2["orgOfflineQuicken"] = "orgOfflineQuicken";
|
|
@@ -2291,8 +2305,6 @@ var RouteKey;
|
|
|
2291
2305
|
RouteKey2["opsLoginConfig"] = "opsLoginConfig";
|
|
2292
2306
|
RouteKey2["opsLoginSystemConfig"] = "opsLoginSystemConfig";
|
|
2293
2307
|
RouteKey2["opsSystemConfig"] = "opsSystemConfig";
|
|
2294
|
-
RouteKey2["docsManageMenus"] = "docsManageMenus";
|
|
2295
|
-
RouteKey2["docsManageItems"] = "docsManageItems";
|
|
2296
2308
|
RouteKey2["mobileEntry"] = "mobileEntry";
|
|
2297
2309
|
RouteKey2["mobileWebSite"] = "mobileWebSite";
|
|
2298
2310
|
RouteKey2["mobileHomeEntry"] = "mobileHomeEntry";
|
|
@@ -2328,10 +2340,6 @@ var RouteKey;
|
|
|
2328
2340
|
RouteKey2["openPlatHome"] = "openPlatHome";
|
|
2329
2341
|
RouteKey2["openPlatSolution"] = "openPlatSolution";
|
|
2330
2342
|
RouteKey2["openPlatTemplate"] = "openPlatTemplate";
|
|
2331
|
-
RouteKey2["openPlatTemplateDocs"] = "openPlatTemplateDocs";
|
|
2332
|
-
RouteKey2["digitalDetail"] = "digitalDetail";
|
|
2333
|
-
RouteKey2["digitalRegistration"] = "digitalRegistration";
|
|
2334
|
-
RouteKey2["extendedVisualizationTemplate"] = "extendedVisualizationTemplate";
|
|
2335
2343
|
RouteKey2["cardRoot"] = "cardRoot";
|
|
2336
2344
|
RouteKey2["cardBoard"] = "cardBoard";
|
|
2337
2345
|
RouteKey2["cardShot"] = "cardShot";
|
|
@@ -2353,6 +2361,7 @@ var RouteKey;
|
|
|
2353
2361
|
RouteKey2["wordAgentView"] = "wordAgentView";
|
|
2354
2362
|
RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
|
|
2355
2363
|
RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
|
|
2364
|
+
RouteKey2["qReportReplay"] = "qReportReplay";
|
|
2356
2365
|
RouteKey2["dashboardScreenRoot"] = "dashboardScreenRoot";
|
|
2357
2366
|
RouteKey2["dashboardScreenEdit"] = "dashboardScreenEdit";
|
|
2358
2367
|
RouteKey2["dashboardScreenView"] = "dashboardScreenView";
|
|
@@ -2625,6 +2634,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2625
2634
|
{
|
|
2626
2635
|
key: RouteKey.orgAdminLarkApiAuth,
|
|
2627
2636
|
path: "/org/admin/software/larkApiAuth"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
key: RouteKey.orgAdminWeChatAuth,
|
|
2640
|
+
path: "/org/admin/software/weChatAuth"
|
|
2628
2641
|
}
|
|
2629
2642
|
]
|
|
2630
2643
|
},
|
|
@@ -2783,6 +2796,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2783
2796
|
{
|
|
2784
2797
|
key: RouteKey.orgAdminCustomPictureMap,
|
|
2785
2798
|
path: "/org/admin/map/pictureMap"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
key: RouteKey.orgAdminCustomGISMap,
|
|
2802
|
+
path: "/org/admin/map/gisMap"
|
|
2786
2803
|
}
|
|
2787
2804
|
]
|
|
2788
2805
|
},
|
|
@@ -3290,6 +3307,11 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3290
3307
|
{
|
|
3291
3308
|
key: RouteKey.qChatPublicView,
|
|
3292
3309
|
path: "/token3rd/copilot"
|
|
3310
|
+
},
|
|
3311
|
+
/** 小Q报告回放页面嵌入 */
|
|
3312
|
+
{
|
|
3313
|
+
key: RouteKey.qReportReplay,
|
|
3314
|
+
path: "/copilot/qreportReplay"
|
|
3293
3315
|
}
|
|
3294
3316
|
]
|
|
3295
3317
|
},
|
|
@@ -3562,14 +3584,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3562
3584
|
{
|
|
3563
3585
|
key: RouteKey.opsSystemConfig,
|
|
3564
3586
|
path: "/opscenter/sysconfig"
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
key: RouteKey.docsManageMenus,
|
|
3568
|
-
path: "/opscenter/docsmanage/menus"
|
|
3569
|
-
},
|
|
3570
|
-
{
|
|
3571
|
-
key: RouteKey.docsManageItems,
|
|
3572
|
-
path: "/opscenter/docsmanage/items"
|
|
3573
3587
|
}
|
|
3574
3588
|
]
|
|
3575
3589
|
},
|
|
@@ -3725,14 +3739,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3725
3739
|
{
|
|
3726
3740
|
key: RouteKey.openPlatTemplate,
|
|
3727
3741
|
path: "/openplatform/public/template"
|
|
3728
|
-
},
|
|
3729
|
-
{
|
|
3730
|
-
key: RouteKey.openPlatTemplateDocs,
|
|
3731
|
-
path: "/openplatform/public/template/docs"
|
|
3732
|
-
},
|
|
3733
|
-
{
|
|
3734
|
-
key: RouteKey.extendedVisualizationTemplate,
|
|
3735
|
-
path: "/openplatform/public/extendedVisualization"
|
|
3736
3742
|
}
|
|
3737
3743
|
]
|
|
3738
3744
|
},
|
package/esm/index.d.ts
CHANGED
|
@@ -2672,6 +2672,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2672
2672
|
orgAdminTeamsApiAuth = "orgAdminTeamsApiAuth",
|
|
2673
2673
|
/** 组织管理-办公软件接入-Lark授权 */
|
|
2674
2674
|
orgAdminLarkApiAuth = "orgAdminLarkApiAuth",
|
|
2675
|
+
/** 组织管理-办公软件接入-微信授权 */
|
|
2676
|
+
orgAdminWeChatAuth = "orgAdminWeChatAuth",
|
|
2675
2677
|
/** 组织管理-推送渠道管理 */
|
|
2676
2678
|
orgChannelRobot = "orgChannelRobot",
|
|
2677
2679
|
/** 组织管理-推送渠道管理-推送链接设置 */
|
|
@@ -2734,6 +2736,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2734
2736
|
orgAdminCustomGeoInfo = "orgAdminCustomGeoInfo",
|
|
2735
2737
|
/** 组织管理-地图配置-自定义图片底图 */
|
|
2736
2738
|
orgAdminCustomPictureMap = "orgAdminCustomPictureMap",
|
|
2739
|
+
/** 组织管理-地图配置-自定义瓦片底图 */
|
|
2740
|
+
orgAdminCustomGISMap = "orgAdminCustomGISMap",
|
|
2737
2741
|
/** 组织管理-搜索配置 */
|
|
2738
2742
|
orgGlobalSearch = "orgGlobalSearch",
|
|
2739
2743
|
/** 组织管理-Quick引擎 */
|
|
@@ -3084,10 +3088,6 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3084
3088
|
opsLoginSystemConfig = "opsLoginSystemConfig",
|
|
3085
3089
|
/** 系统配置管理 */
|
|
3086
3090
|
opsSystemConfig = "opsSystemConfig",
|
|
3087
|
-
/** 文档管理-目录管理 */
|
|
3088
|
-
docsManageMenus = "docsManageMenus",
|
|
3089
|
-
/** 文档管理-目录管理 */
|
|
3090
|
-
docsManageItems = "docsManageItems",
|
|
3091
3091
|
/** 移动端入口 */
|
|
3092
3092
|
mobileEntry = "mobileEntry",
|
|
3093
3093
|
/** 移动端免登页 */
|
|
@@ -3158,14 +3158,6 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3158
3158
|
openPlatSolution = "openPlatSolution",
|
|
3159
3159
|
/** 开放平台App-模板共创 */
|
|
3160
3160
|
openPlatTemplate = "openPlatTemplate",
|
|
3161
|
-
/** 开放平台App-模板文档-文档 */
|
|
3162
|
-
openPlatTemplateDocs = "openPlatTemplateDocs",
|
|
3163
|
-
/** 数智大赛-详情页 */
|
|
3164
|
-
digitalDetail = "digitalDetail",
|
|
3165
|
-
/** 数智大赛-报名页 */
|
|
3166
|
-
digitalRegistration = "digitalRegistration",
|
|
3167
|
-
/** 免登页 展示ued可视化模版的mock页面 */
|
|
3168
|
-
extendedVisualizationTemplate = "extendedVisualizationTemplate",
|
|
3169
3161
|
/** ---------------------------------------------------- 卡片看板 —---------------------------------------------------- */
|
|
3170
3162
|
cardRoot = "cardRoot",
|
|
3171
3163
|
/** 卡片看板页 */
|
|
@@ -3208,6 +3200,7 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3208
3200
|
wordAgentFilePreview = "wordAgentFilePreview",
|
|
3209
3201
|
/** 第三方token预览 */
|
|
3210
3202
|
wordAgentPublicView = "wordAgentPublicView",
|
|
3203
|
+
qReportReplay = "qReportReplay",
|
|
3211
3204
|
/** 老大屏应用页面 */
|
|
3212
3205
|
dashboardScreenRoot = "dashboardScreenRoot",
|
|
3213
3206
|
/** 老大屏编辑页 */
|
|
@@ -3354,6 +3347,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3354
3347
|
}, {
|
|
3355
3348
|
readonly key: RouteKey.orgAdminLarkApiAuth;
|
|
3356
3349
|
readonly path: "/org/admin/software/larkApiAuth";
|
|
3350
|
+
}, {
|
|
3351
|
+
readonly key: RouteKey.orgAdminWeChatAuth;
|
|
3352
|
+
readonly path: "/org/admin/software/weChatAuth";
|
|
3357
3353
|
}];
|
|
3358
3354
|
}, {
|
|
3359
3355
|
readonly key: RouteKey.orgChannelRobot;
|
|
@@ -3468,6 +3464,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3468
3464
|
}, {
|
|
3469
3465
|
readonly key: RouteKey.orgAdminCustomPictureMap;
|
|
3470
3466
|
readonly path: "/org/admin/map/pictureMap";
|
|
3467
|
+
}, {
|
|
3468
|
+
readonly key: RouteKey.orgAdminCustomGISMap;
|
|
3469
|
+
readonly path: "/org/admin/map/gisMap";
|
|
3471
3470
|
}];
|
|
3472
3471
|
}, {
|
|
3473
3472
|
readonly key: RouteKey.orgGlobalSearch;
|
|
@@ -3825,6 +3824,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3825
3824
|
readonly children: [{
|
|
3826
3825
|
readonly key: RouteKey.qChatPublicView;
|
|
3827
3826
|
readonly path: "/token3rd/copilot";
|
|
3827
|
+
}, {
|
|
3828
|
+
readonly key: RouteKey.qReportReplay;
|
|
3829
|
+
readonly path: "/copilot/qreportReplay";
|
|
3828
3830
|
}];
|
|
3829
3831
|
}, {
|
|
3830
3832
|
readonly key: RouteKey.portalRoot;
|
|
@@ -4013,12 +4015,6 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4013
4015
|
}, {
|
|
4014
4016
|
readonly key: RouteKey.opsSystemConfig;
|
|
4015
4017
|
readonly path: "/opscenter/sysconfig";
|
|
4016
|
-
}, {
|
|
4017
|
-
readonly key: RouteKey.docsManageMenus;
|
|
4018
|
-
readonly path: "/opscenter/docsmanage/menus";
|
|
4019
|
-
}, {
|
|
4020
|
-
readonly key: RouteKey.docsManageItems;
|
|
4021
|
-
readonly path: "/opscenter/docsmanage/items";
|
|
4022
4018
|
}];
|
|
4023
4019
|
}, {
|
|
4024
4020
|
readonly key: RouteKey.mobileEntry;
|
|
@@ -4129,12 +4125,6 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4129
4125
|
}, {
|
|
4130
4126
|
readonly key: RouteKey.openPlatTemplate;
|
|
4131
4127
|
readonly path: "/openplatform/public/template";
|
|
4132
|
-
}, {
|
|
4133
|
-
readonly key: RouteKey.openPlatTemplateDocs;
|
|
4134
|
-
readonly path: "/openplatform/public/template/docs";
|
|
4135
|
-
}, {
|
|
4136
|
-
readonly key: RouteKey.extendedVisualizationTemplate;
|
|
4137
|
-
readonly path: "/openplatform/public/extendedVisualization";
|
|
4138
4128
|
}];
|
|
4139
4129
|
}, {
|
|
4140
4130
|
readonly key: RouteKey.template;
|
|
@@ -5811,6 +5801,8 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
5811
5801
|
export enum CustomAreaType {
|
|
5812
5802
|
/** 自定义地理信息 */
|
|
5813
5803
|
CUSTOM_AREA = "CUSTOM_AREA",
|
|
5804
|
+
/** 自定义瓦片底图 */
|
|
5805
|
+
CUSTOM_GIS = "CUSTOM_GIS",
|
|
5814
5806
|
/** 自定义geojson */
|
|
5815
5807
|
CUSTOM_GEOJSON = "CUSTOM_GEOJSON",
|
|
5816
5808
|
/** 自定义层级 */
|
|
@@ -6222,6 +6214,17 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6222
6214
|
export type TreeNodeTypes = 'folder' | 'hierarchy' | 'attribute' | 'dimensionGroup' | 'measureGroup' | 'lnglatGroup';
|
|
6223
6215
|
/** 分组字段类型 */
|
|
6224
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
|
+
}
|
|
6225
6228
|
/** 数值-自定义分组类型 */
|
|
6226
6229
|
export type CustomizedGroup = {
|
|
6227
6230
|
/** 是否是默认分组字段 */
|
|
@@ -6457,7 +6460,7 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6457
6460
|
/** 占位符名称 */
|
|
6458
6461
|
name: string;
|
|
6459
6462
|
/** 类型 */
|
|
6460
|
-
style:
|
|
6463
|
+
style: ParamStyleType;
|
|
6461
6464
|
/** 占位符格式化类型 */
|
|
6462
6465
|
type: ParamDataType;
|
|
6463
6466
|
table: string;
|
|
@@ -6483,6 +6486,7 @@ declare module '@quickbi/bi-types/cube/cube-model' {
|
|
|
6483
6486
|
export enum ParamDataType {
|
|
6484
6487
|
string = "string",
|
|
6485
6488
|
number = "number",
|
|
6489
|
+
dateTime = "datetime",
|
|
6486
6490
|
dateRegion = "dateRegion",
|
|
6487
6491
|
quarterRegion = "quarterRegion",
|
|
6488
6492
|
monthRegion = "monthRegion",
|
|
@@ -6690,7 +6694,9 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
6690
6694
|
dms = "dms",
|
|
6691
6695
|
selectdb = "selectdb",
|
|
6692
6696
|
databricks = "databricks",
|
|
6693
|
-
bigquery = "bigquery"
|
|
6697
|
+
bigquery = "bigquery",
|
|
6698
|
+
athena = "athena",
|
|
6699
|
+
yida = "yida"
|
|
6694
6700
|
}
|
|
6695
6701
|
export enum AcrossDsType {
|
|
6696
6702
|
UN_SET,
|
package/esm/index.mjs
CHANGED
|
@@ -1404,6 +1404,7 @@ function _define_property7(obj, key, value) {
|
|
|
1404
1404
|
var CustomAreaType;
|
|
1405
1405
|
(function(CustomAreaType2) {
|
|
1406
1406
|
CustomAreaType2["CUSTOM_AREA"] = "CUSTOM_AREA";
|
|
1407
|
+
CustomAreaType2["CUSTOM_GIS"] = "CUSTOM_GIS";
|
|
1407
1408
|
CustomAreaType2["CUSTOM_GEOJSON"] = "CUSTOM_GEOJSON";
|
|
1408
1409
|
CustomAreaType2["CUSTOM_TREE"] = "CUSTOM_TREE";
|
|
1409
1410
|
CustomAreaType2["CUSTOM_PICTURE"] = "CUSTOM_PICTURE";
|
|
@@ -1567,6 +1568,13 @@ var MultiSeparator;
|
|
|
1567
1568
|
MultiSeparator2["semicolon"] = ";";
|
|
1568
1569
|
MultiSeparator2["space"] = " ";
|
|
1569
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 = {}));
|
|
1570
1578
|
var EmptyValueType;
|
|
1571
1579
|
(function(EmptyValueType2) {
|
|
1572
1580
|
EmptyValueType2["EmptyValue"] = "EmptyValue";
|
|
@@ -1694,6 +1702,7 @@ var ParamDataType;
|
|
|
1694
1702
|
(function(ParamDataType2) {
|
|
1695
1703
|
ParamDataType2["string"] = "string";
|
|
1696
1704
|
ParamDataType2["number"] = "number";
|
|
1705
|
+
ParamDataType2["dateTime"] = "datetime";
|
|
1697
1706
|
ParamDataType2["dateRegion"] = "dateRegion";
|
|
1698
1707
|
ParamDataType2["quarterRegion"] = "quarterRegion";
|
|
1699
1708
|
ParamDataType2["monthRegion"] = "monthRegion";
|
|
@@ -1816,6 +1825,8 @@ var DsType;
|
|
|
1816
1825
|
DsType2["selectdb"] = "selectdb";
|
|
1817
1826
|
DsType2["databricks"] = "databricks";
|
|
1818
1827
|
DsType2["bigquery"] = "bigquery";
|
|
1828
|
+
DsType2["athena"] = "athena";
|
|
1829
|
+
DsType2["yida"] = "yida";
|
|
1819
1830
|
})(DsType || (DsType = {}));
|
|
1820
1831
|
var AcrossDsType;
|
|
1821
1832
|
(function(AcrossDsType2) {
|
|
@@ -1933,6 +1944,7 @@ var RouteKey;
|
|
|
1933
1944
|
RouteKey2["orgAdminFeishuApiAuth"] = "orgAdminFeishuApiAuth";
|
|
1934
1945
|
RouteKey2["orgAdminTeamsApiAuth"] = "orgAdminTeamsApiAuth";
|
|
1935
1946
|
RouteKey2["orgAdminLarkApiAuth"] = "orgAdminLarkApiAuth";
|
|
1947
|
+
RouteKey2["orgAdminWeChatAuth"] = "orgAdminWeChatAuth";
|
|
1936
1948
|
RouteKey2["orgChannelRobot"] = "orgChannelRobot";
|
|
1937
1949
|
RouteKey2["orgPushLinkConfig"] = "orgPushLinkConfig";
|
|
1938
1950
|
RouteKey2["orgDingBucChannel"] = "orgDingBucChannel";
|
|
@@ -1964,6 +1976,7 @@ var RouteKey;
|
|
|
1964
1976
|
RouteKey2["orgAdminMap"] = "orgAdminMap";
|
|
1965
1977
|
RouteKey2["orgAdminCustomGeoInfo"] = "orgAdminCustomGeoInfo";
|
|
1966
1978
|
RouteKey2["orgAdminCustomPictureMap"] = "orgAdminCustomPictureMap";
|
|
1979
|
+
RouteKey2["orgAdminCustomGISMap"] = "orgAdminCustomGISMap";
|
|
1967
1980
|
RouteKey2["orgGlobalSearch"] = "orgGlobalSearch";
|
|
1968
1981
|
RouteKey2["orgAdminEngine"] = "orgAdminEngine";
|
|
1969
1982
|
RouteKey2["orgOfflineQuicken"] = "orgOfflineQuicken";
|
|
@@ -2140,8 +2153,6 @@ var RouteKey;
|
|
|
2140
2153
|
RouteKey2["opsLoginConfig"] = "opsLoginConfig";
|
|
2141
2154
|
RouteKey2["opsLoginSystemConfig"] = "opsLoginSystemConfig";
|
|
2142
2155
|
RouteKey2["opsSystemConfig"] = "opsSystemConfig";
|
|
2143
|
-
RouteKey2["docsManageMenus"] = "docsManageMenus";
|
|
2144
|
-
RouteKey2["docsManageItems"] = "docsManageItems";
|
|
2145
2156
|
RouteKey2["mobileEntry"] = "mobileEntry";
|
|
2146
2157
|
RouteKey2["mobileWebSite"] = "mobileWebSite";
|
|
2147
2158
|
RouteKey2["mobileHomeEntry"] = "mobileHomeEntry";
|
|
@@ -2177,10 +2188,6 @@ var RouteKey;
|
|
|
2177
2188
|
RouteKey2["openPlatHome"] = "openPlatHome";
|
|
2178
2189
|
RouteKey2["openPlatSolution"] = "openPlatSolution";
|
|
2179
2190
|
RouteKey2["openPlatTemplate"] = "openPlatTemplate";
|
|
2180
|
-
RouteKey2["openPlatTemplateDocs"] = "openPlatTemplateDocs";
|
|
2181
|
-
RouteKey2["digitalDetail"] = "digitalDetail";
|
|
2182
|
-
RouteKey2["digitalRegistration"] = "digitalRegistration";
|
|
2183
|
-
RouteKey2["extendedVisualizationTemplate"] = "extendedVisualizationTemplate";
|
|
2184
2191
|
RouteKey2["cardRoot"] = "cardRoot";
|
|
2185
2192
|
RouteKey2["cardBoard"] = "cardBoard";
|
|
2186
2193
|
RouteKey2["cardShot"] = "cardShot";
|
|
@@ -2202,6 +2209,7 @@ var RouteKey;
|
|
|
2202
2209
|
RouteKey2["wordAgentView"] = "wordAgentView";
|
|
2203
2210
|
RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
|
|
2204
2211
|
RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
|
|
2212
|
+
RouteKey2["qReportReplay"] = "qReportReplay";
|
|
2205
2213
|
RouteKey2["dashboardScreenRoot"] = "dashboardScreenRoot";
|
|
2206
2214
|
RouteKey2["dashboardScreenEdit"] = "dashboardScreenEdit";
|
|
2207
2215
|
RouteKey2["dashboardScreenView"] = "dashboardScreenView";
|
|
@@ -2474,6 +2482,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2474
2482
|
{
|
|
2475
2483
|
key: RouteKey.orgAdminLarkApiAuth,
|
|
2476
2484
|
path: "/org/admin/software/larkApiAuth"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
key: RouteKey.orgAdminWeChatAuth,
|
|
2488
|
+
path: "/org/admin/software/weChatAuth"
|
|
2477
2489
|
}
|
|
2478
2490
|
]
|
|
2479
2491
|
},
|
|
@@ -2632,6 +2644,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2632
2644
|
{
|
|
2633
2645
|
key: RouteKey.orgAdminCustomPictureMap,
|
|
2634
2646
|
path: "/org/admin/map/pictureMap"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
key: RouteKey.orgAdminCustomGISMap,
|
|
2650
|
+
path: "/org/admin/map/gisMap"
|
|
2635
2651
|
}
|
|
2636
2652
|
]
|
|
2637
2653
|
},
|
|
@@ -3139,6 +3155,11 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3139
3155
|
{
|
|
3140
3156
|
key: RouteKey.qChatPublicView,
|
|
3141
3157
|
path: "/token3rd/copilot"
|
|
3158
|
+
},
|
|
3159
|
+
/** 小Q报告回放页面嵌入 */
|
|
3160
|
+
{
|
|
3161
|
+
key: RouteKey.qReportReplay,
|
|
3162
|
+
path: "/copilot/qreportReplay"
|
|
3142
3163
|
}
|
|
3143
3164
|
]
|
|
3144
3165
|
},
|
|
@@ -3411,14 +3432,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3411
3432
|
{
|
|
3412
3433
|
key: RouteKey.opsSystemConfig,
|
|
3413
3434
|
path: "/opscenter/sysconfig"
|
|
3414
|
-
},
|
|
3415
|
-
{
|
|
3416
|
-
key: RouteKey.docsManageMenus,
|
|
3417
|
-
path: "/opscenter/docsmanage/menus"
|
|
3418
|
-
},
|
|
3419
|
-
{
|
|
3420
|
-
key: RouteKey.docsManageItems,
|
|
3421
|
-
path: "/opscenter/docsmanage/items"
|
|
3422
3435
|
}
|
|
3423
3436
|
]
|
|
3424
3437
|
},
|
|
@@ -3574,14 +3587,6 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3574
3587
|
{
|
|
3575
3588
|
key: RouteKey.openPlatTemplate,
|
|
3576
3589
|
path: "/openplatform/public/template"
|
|
3577
|
-
},
|
|
3578
|
-
{
|
|
3579
|
-
key: RouteKey.openPlatTemplateDocs,
|
|
3580
|
-
path: "/openplatform/public/template/docs"
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
key: RouteKey.extendedVisualizationTemplate,
|
|
3584
|
-
path: "/openplatform/public/extendedVisualization"
|
|
3585
3590
|
}
|
|
3586
3591
|
]
|
|
3587
3592
|
},
|
|
@@ -3888,6 +3893,7 @@ export {
|
|
|
3888
3893
|
OriginDateType,
|
|
3889
3894
|
PATH_ROUTE_MAP,
|
|
3890
3895
|
ParamDataType,
|
|
3896
|
+
ParamStyleType,
|
|
3891
3897
|
PermissionPageType,
|
|
3892
3898
|
PersonalThemeMode,
|
|
3893
3899
|
PhysicalSchema,
|