@quickbi/bi-types 3.0.51-beta.5 → 3.0.51-beta.6
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 +1106 -28
- package/cjs/index.js +211 -41
- package/esm/index.d.ts +1106 -28
- package/esm/index.mjs +211 -41
- package/package.json +2 -6
package/cjs/index.d.ts
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
// ../../../../../react
|
|
4
4
|
|
|
5
5
|
declare module '@quickbi/bi-types' {
|
|
6
|
-
export { CommonCompInputAreaTypeEnum, DataConfig, DataConfigAreaItemColumn, DataPanelDataSchema, DataSchemaAreaItem, OperationMenuItem, DropdownMenuItem, OperationTypes, Aggregators, FieldConfigTypes, ContrastTypes, AdvanceCalTypes, AdvanceCalcDateTypes, NumberFormats, AlignTypes, VerticalAlignTypes, AlignmentCategory, SortTypes, FieldChartTypes, ImageSizes, CUSTOM_FIELD_TYPES, FieldType, QueryAxisType, DropDownMenuType, SecondFieldType, ChartStatus, StackedSortType, ResultMode, RetainAreaId, ConfigCellType, ConfigColumnType, CheckBoxState, FieldGroupType, DataSchemaRule, TableType, TableDirection, ProportionType, AccumulateCalcType, FieldCollectionType, LnglatGroupChildFlags, FieldGroupSelectorType, VirtualFieldOperation, } from '@quickbi/bi-types/data-panel';
|
|
7
|
-
export type { CommonCompInputAreaType, FieldConfigs, FieldInfo, ChildFieldInfo, DropDownMenuFieldConfig, AlignConfig, AggregationConfig, AdvancedCalculationConfig, ContrastConfig, NumberFormatConfig, FieldRuntime, CompFieldConfig, LabelConfig, TimeTypeFilter, CommonCompInputComplexFilter, CommonCompInputComplexFilterItem, AreaMapItem, AreaMap, VirtualFieldInfo, ResetFieldConfigType, ResetMenuType, SortConfig, Message, OnFreshComponentType, OnFreshComponentOptions, OnChangeCubeOptions, ConfigCellOption, FieldConfigRow, FieldMenuConfig, ChangeFieldMenuConfigs, ColumnFieldInfo, FieldCollectionInfo, ValidateResult, TableCalculateParam, CalcOrder, TopNParams, AuxiliaryFieldConfig, EmptyValueDisplayFieldConfig, CountParams, PercentileParams, RankParams, CompareParams, DateAccumulateParams, ProportionParams, } from '@quickbi/bi-types/data-panel';
|
|
6
|
+
export { CommonCompInputAreaTypeEnum, DataConfig, DataConfigAreaItemColumn, DataPanelDataSchema, DataSchemaAreaItem, OperationMenuItem, DropdownMenuItem, OperationTypes, Aggregators, FieldConfigTypes, ContrastTypes, AdvanceCalTypes, AdvanceCalcDateTypes, NumberFormats, AlignTypes, VerticalAlignTypes, AlignmentCategory, SortTypes, FieldChartTypes, ImageSizes, CUSTOM_FIELD_TYPES, FieldType, QueryAxisType, DropDownMenuType, SecondFieldType, ChartStatus, StackedSortType, ResultMode, RetainAreaId, ConfigCellType, ConfigColumnType, CheckBoxState, FieldGroupType, DataSchemaRule, TableType, TableDirection, ProportionType, AccumulateCalcType, FieldCollectionType, LnglatGroupChildFlags, FieldGroupSelectorType, VirtualFieldOperation, NumberValueType, } from '@quickbi/bi-types/data-panel';
|
|
7
|
+
export type { CommonCompInputAreaType, FieldConfigs, FieldInfo, ChildFieldInfo, DropDownMenuFieldConfig, AlignConfig, AggregationConfig, AdvancedCalculationConfig, ContrastConfig, NumberFormatConfig, FieldRuntime, CompFieldConfig, LabelConfig, TimeTypeFilter, CommonCompInputComplexFilter, CommonCompInputComplexFilterItem, AreaMapItem, AreaMap, VirtualFieldInfo, ResetFieldConfigType, ResetMenuType, SortConfig, Message, OnFreshComponentType, OnFreshComponentOptions, OnChangeCubeOptions, ConfigCellOption, FieldConfigRow, FieldMenuConfig, ChangeFieldMenuConfigs, ColumnFieldInfo, FieldCollectionInfo, ValidateResult, TableCalculateParam, CalcOrder, TopNParams, AuxiliaryFieldConfig, EmptyValueDisplayFieldConfig, CountParams, PercentileParams, RankParams, CompareParams, DateAccumulateParams, ProportionParams, DifferenceParams, MovingCalculationParams, } from '@quickbi/bi-types/data-panel';
|
|
8
8
|
export { ComponentType, ChartType, ScreenComponentType, ScreenComponentCode } from '@quickbi/bi-types/component-type';
|
|
9
9
|
export { OlapResponseBase, CellMeta, RowColumnMeta, CrossTableColumnType, CrossTableColumnModel, CrossTableFieldSetting, CrossTableRowModel, CrossTableRowType, CrossTableTotalConfig, } from '@quickbi/bi-types/cross-table';
|
|
10
10
|
export type { CrossTableHeaderMeta } from '@quickbi/bi-types/cross-table';
|
|
@@ -33,18 +33,19 @@ declare module '@quickbi/bi-types' {
|
|
|
33
33
|
export { RouteKey } from '@quickbi/bi-types/router/route-key';
|
|
34
34
|
export { ROUTE_TREE, ROUTE_PATH_MAP, MOBILE_ROUTE_PATH_MAP } from '@quickbi/bi-types/router/route-tree';
|
|
35
35
|
export type { RouteTreeNode } from '@quickbi/bi-types/router/route-tree';
|
|
36
|
+
export { PermissionPageType } from '@quickbi/bi-types/permission-type';
|
|
36
37
|
}
|
|
37
38
|
|
|
38
39
|
declare module '@quickbi/bi-types/data-panel' {
|
|
39
40
|
import type { CommonCompInputAreaType, ConfigCellOption, FieldConfigRow } from '@quickbi/bi-types/data-panel/base';
|
|
40
41
|
import { CommonCompInputAreaTypeEnum, QueryAxisType, FieldType, CUSTOM_FIELD_TYPES, SecondFieldType, ChartStatus, StackedSortType, ResultMode, RetainAreaId, ConfigCellType, ConfigColumnType, CheckBoxState, FieldGroupType, FieldCollectionType, LnglatGroupChildFlags } from '@quickbi/bi-types/data-panel/base';
|
|
41
|
-
import type { CommonCompInputComplexFilter, TimeTypeFilter, CommonCompInputComplexFilterItem, TableCalculateParam, CalcOrder, TopNParams, CountParams, PercentileParams, RankParams, CompareParams, DateAccumulateParams, ProportionParams } from '@quickbi/bi-types/data-panel/data-config';
|
|
42
|
-
import { DataConfig, DataConfigAreaItemColumn, TableType, TableDirection, ProportionType, AccumulateCalcType } from '@quickbi/bi-types/data-panel/data-config';
|
|
42
|
+
import type { CommonCompInputComplexFilter, TimeTypeFilter, CommonCompInputComplexFilterItem, TableCalculateParam, CalcOrder, TopNParams, CountParams, PercentileParams, RankParams, CompareParams, DateAccumulateParams, ProportionParams, DifferenceParams, MovingCalculationParams } from '@quickbi/bi-types/data-panel/data-config';
|
|
43
|
+
import { DataConfig, DataConfigAreaItemColumn, TableType, TableDirection, ProportionType, AccumulateCalcType, NumberValueType } from '@quickbi/bi-types/data-panel/data-config';
|
|
43
44
|
import type { FieldConfigs, FieldInfo, ChildFieldInfo, DropDownMenuFieldConfig, AlignConfig, AggregationConfig, AdvancedCalculationConfig, ContrastConfig, NumberFormatConfig, FieldRuntime, CompFieldConfig, LabelConfig, AreaMapItem, AreaMap, VirtualFieldInfo, ResetFieldConfigType, ResetMenuType, SortConfig, Message, OnFreshComponentType, OnFreshComponentOptions, OnChangeCubeOptions, FieldMenuConfig, ChangeFieldMenuConfigs, ColumnFieldInfo, FieldCollectionInfo, ValidateResult, AuxiliaryFieldConfig, EmptyValueDisplayFieldConfig } from '@quickbi/bi-types/data-panel/data-schema-item';
|
|
44
45
|
import { DataSchemaAreaItem, OperationMenuItem, DropdownMenuItem, OperationTypes, Aggregators, FieldConfigTypes, ContrastTypes, AdvanceCalTypes, AdvanceCalcDateTypes, NumberFormats, AlignTypes, VerticalAlignTypes, AlignmentCategory, SortTypes, FieldChartTypes, ImageSizes, DropDownMenuType, DataSchemaRule, FieldGroupSelectorType, VirtualFieldOperation } from '@quickbi/bi-types/data-panel/data-schema-item';
|
|
45
46
|
import { DataPanelDataSchema, ResultDisplay } from '@quickbi/bi-types/data-panel/data-schema';
|
|
46
|
-
export { DataSchemaRule, CommonCompInputAreaTypeEnum, DataConfig, DataConfigAreaItemColumn, TableType, TableDirection, DataPanelDataSchema, DataSchemaAreaItem, OperationMenuItem, DropdownMenuItem, OperationTypes, Aggregators, FieldConfigTypes, ContrastTypes, AdvanceCalTypes, AdvanceCalcDateTypes, NumberFormats, AlignTypes, VerticalAlignTypes, AlignmentCategory, SortTypes, FieldGroupSelectorType, FieldChartTypes, ImageSizes, CUSTOM_FIELD_TYPES, FieldType, QueryAxisType, DropDownMenuType, SecondFieldType, ChartStatus, StackedSortType, ResultMode, RetainAreaId, ConfigCellType, ConfigColumnType, CheckBoxState, ResultDisplay, FieldGroupType, ProportionType, AccumulateCalcType, FieldCollectionType, LnglatGroupChildFlags, VirtualFieldOperation, };
|
|
47
|
-
export type { CommonCompInputAreaType, FieldInfo, ChildFieldInfo, FieldConfigs, DropDownMenuFieldConfig, AlignConfig, AggregationConfig, AdvancedCalculationConfig, ContrastConfig, NumberFormatConfig, FieldRuntime, CompFieldConfig, LabelConfig, TimeTypeFilter, CommonCompInputComplexFilter, ResetFieldConfigType, CommonCompInputComplexFilterItem, AreaMapItem, AreaMap, VirtualFieldInfo, ResetMenuType, SortConfig, Message, OnFreshComponentType, OnFreshComponentOptions, OnChangeCubeOptions, ConfigCellOption, FieldConfigRow, FieldMenuConfig, ChangeFieldMenuConfigs, ColumnFieldInfo, FieldCollectionInfo, AuxiliaryFieldConfig, ValidateResult, TableCalculateParam, CalcOrder, TopNParams, EmptyValueDisplayFieldConfig, CountParams, PercentileParams, RankParams, CompareParams, DateAccumulateParams, ProportionParams, };
|
|
47
|
+
export { DataSchemaRule, CommonCompInputAreaTypeEnum, DataConfig, DataConfigAreaItemColumn, TableType, TableDirection, DataPanelDataSchema, DataSchemaAreaItem, OperationMenuItem, DropdownMenuItem, OperationTypes, Aggregators, FieldConfigTypes, ContrastTypes, AdvanceCalTypes, AdvanceCalcDateTypes, NumberFormats, AlignTypes, VerticalAlignTypes, AlignmentCategory, SortTypes, FieldGroupSelectorType, FieldChartTypes, ImageSizes, CUSTOM_FIELD_TYPES, FieldType, QueryAxisType, DropDownMenuType, SecondFieldType, ChartStatus, StackedSortType, ResultMode, RetainAreaId, ConfigCellType, ConfigColumnType, CheckBoxState, ResultDisplay, FieldGroupType, ProportionType, AccumulateCalcType, FieldCollectionType, LnglatGroupChildFlags, VirtualFieldOperation, NumberValueType, };
|
|
48
|
+
export type { CommonCompInputAreaType, FieldInfo, ChildFieldInfo, FieldConfigs, DropDownMenuFieldConfig, AlignConfig, AggregationConfig, AdvancedCalculationConfig, ContrastConfig, NumberFormatConfig, FieldRuntime, CompFieldConfig, LabelConfig, TimeTypeFilter, CommonCompInputComplexFilter, ResetFieldConfigType, CommonCompInputComplexFilterItem, AreaMapItem, AreaMap, VirtualFieldInfo, ResetMenuType, SortConfig, Message, OnFreshComponentType, OnFreshComponentOptions, OnChangeCubeOptions, ConfigCellOption, FieldConfigRow, FieldMenuConfig, ChangeFieldMenuConfigs, ColumnFieldInfo, FieldCollectionInfo, AuxiliaryFieldConfig, ValidateResult, TableCalculateParam, CalcOrder, TopNParams, EmptyValueDisplayFieldConfig, CountParams, PercentileParams, RankParams, CompareParams, DateAccumulateParams, ProportionParams, DifferenceParams, MovingCalculationParams, };
|
|
48
49
|
}
|
|
49
50
|
|
|
50
51
|
declare module '@quickbi/bi-types/component-type' {
|
|
@@ -838,6 +839,7 @@ declare module '@quickbi/bi-types/open/components/component-props' {
|
|
|
838
839
|
* @description 组件 props 接口
|
|
839
840
|
*/
|
|
840
841
|
import type { NumberFormat } from '@quickbi/bi-types/chart-config';
|
|
842
|
+
import type { ComponentType } from '@quickbi/bi-types/component-type';
|
|
841
843
|
import type { DataCell, AreaModel, GlobalConfig, RowColumnHeader } from '@quickbi/bi-types/standard-model';
|
|
842
844
|
import type { CommonPageConfig } from '@quickbi/bi-types/open/menus/menu-props';
|
|
843
845
|
export interface ComponentPropsGlobalConfig extends GlobalConfig {
|
|
@@ -957,6 +959,8 @@ declare module '@quickbi/bi-types/open/components/component-props' {
|
|
|
957
959
|
* bi 组件通用属性模型
|
|
958
960
|
*/
|
|
959
961
|
export interface ComponentProps {
|
|
962
|
+
/** 组件类型 */
|
|
963
|
+
componentType: ComponentType;
|
|
960
964
|
/** 自定义组件实例 id */
|
|
961
965
|
id: string;
|
|
962
966
|
/** 样式面板配置 */
|
|
@@ -1681,7 +1685,7 @@ declare module '@quickbi/bi-types/standard-model' {
|
|
|
1681
1685
|
*/
|
|
1682
1686
|
import type { EmptyValueDisplayConfig, SecondDataType } from '@quickbi/bi-types/cube/cube-model';
|
|
1683
1687
|
import type { CountParams, FieldCollectionType, PercentileParams, TopNParams, CompareParams, DateAccumulateParams, ProportionParams } from '@quickbi/bi-types/data-panel';
|
|
1684
|
-
import type { RankParams } from '@quickbi/bi-types/data-panel/data-config';
|
|
1688
|
+
import type { DifferenceParams, MovingCalculationParams, RankParams } from '@quickbi/bi-types/data-panel/data-config';
|
|
1685
1689
|
/** 字段信息 */
|
|
1686
1690
|
export interface FieldModel {
|
|
1687
1691
|
/** @deprecated 请优先使用 uuid
|
|
@@ -1754,12 +1758,18 @@ declare module '@quickbi/bi-types/standard-model' {
|
|
|
1754
1758
|
dateAccumulateParams?: DateAccumulateParams;
|
|
1755
1759
|
/** 占比参数 */
|
|
1756
1760
|
proportionParams?: ProportionParams;
|
|
1761
|
+
/** 差异参数 */
|
|
1762
|
+
differenceParams?: DifferenceParams;
|
|
1763
|
+
/** 移动计算参数 */
|
|
1764
|
+
movingCalculationParams?: MovingCalculationParams;
|
|
1757
1765
|
/** 字段集类型 */
|
|
1758
1766
|
fieldCollectionType?: FieldCollectionType | null;
|
|
1759
1767
|
/** 是否来自于字段组全选字段 */
|
|
1760
1768
|
fromFieldGroup?: boolean;
|
|
1761
1769
|
/** 空值展示配置 */
|
|
1762
1770
|
emptyValueDisplayConfig?: EmptyValueDisplayConfig;
|
|
1771
|
+
/** 百分位值: 聚合方式中的百分位值 */
|
|
1772
|
+
percentileValue?: number;
|
|
1763
1773
|
}
|
|
1764
1774
|
/** 通用字段聚合方式 */
|
|
1765
1775
|
export type FieldAggregation = 'sum' | 'avg' | 'max' | 'min' | 'count' | 'countd';
|
|
@@ -2621,6 +2631,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2621
2631
|
orgAdminWxApiAuth = "orgAdminWxApiAuth",
|
|
2622
2632
|
/** 组织管理-办公软件接入-飞书授权 */
|
|
2623
2633
|
orgAdminFeishuApiAuth = "orgAdminFeishuApiAuth",
|
|
2634
|
+
/** 组织管理-办公软件接入- Teams授权 */
|
|
2635
|
+
orgAdminTeamsApiAuth = "orgAdminTeamsApiAuth",
|
|
2624
2636
|
/** 组织管理-推送渠道管理 */
|
|
2625
2637
|
orgChannelRobot = "orgChannelRobot",
|
|
2626
2638
|
/** 组织管理-推送渠道管理-推送链接设置 */
|
|
@@ -2723,12 +2735,18 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2723
2735
|
orgAdminResourceRecord = "orgAdminResourceRecord",
|
|
2724
2736
|
/** 功能介绍 */
|
|
2725
2737
|
orgAdminResourceDesc = "orgAdminResourceDesc",
|
|
2738
|
+
/** 数据头条 */
|
|
2739
|
+
orgAdminBiAgent = "orgAdminBIAgent",
|
|
2740
|
+
/** 数据头条-用户管理 */
|
|
2741
|
+
orgAdminBiManage = "orgAdminBiManage",
|
|
2742
|
+
/** 数据头条-用户详情 */
|
|
2743
|
+
orgAdminBiManageDetail = "orgAdminBiManageDetail",
|
|
2744
|
+
/** 数据头条-业绩助手配置 */
|
|
2745
|
+
orgAdminBiManagePerformanceAssistant = "orgAdminBiManagePerformanceAssistant",
|
|
2726
2746
|
/** 企业应用 */
|
|
2727
2747
|
companyApply = "companyApply",
|
|
2728
2748
|
/** 取数中心-下载任务 */
|
|
2729
2749
|
downloadTask = "downloadTask",
|
|
2730
|
-
/** 创作区页面 */
|
|
2731
|
-
create = "create",
|
|
2732
2750
|
/** 审批中心页面 */
|
|
2733
2751
|
approvalCenter = "approvalCenter",
|
|
2734
2752
|
/** 审批中心-审批 */
|
|
@@ -2794,16 +2812,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2794
2812
|
subscriptionTask = "subscriptionTask",
|
|
2795
2813
|
/** 发送记录, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
|
|
2796
2814
|
sendRecord = "sendRecord",
|
|
2797
|
-
/**
|
|
2815
|
+
/** 首页-模版市场 */
|
|
2798
2816
|
templateRoot = "templateRoot",
|
|
2799
|
-
/** 模版市场-预览 */
|
|
2800
|
-
templateView = "templateView",
|
|
2801
|
-
/** 模版市场-管理后台 */
|
|
2802
|
-
templateSuper = "templateSuper",
|
|
2803
|
-
/** 模版市场-非登录态模板公开页 */
|
|
2804
|
-
templateNlPublic = "templateNlPublic",
|
|
2805
|
-
/** 模版市场-非登录态模板预览页 */
|
|
2806
|
-
templateNlPreView = "templateNlPreView",
|
|
2807
2817
|
/** 我的看板 */
|
|
2808
2818
|
view = "view",
|
|
2809
2819
|
/** 首页 */
|
|
@@ -2822,10 +2832,16 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2822
2832
|
viewMonitor = "viewMonitor",
|
|
2823
2833
|
/** 智能搜索 */
|
|
2824
2834
|
viewSearch = "viewSearch",
|
|
2835
|
+
/** 我的看板-授权于我(仅显示内容) */
|
|
2836
|
+
viewSharedContentOnly = "viewSharedContentOnly",
|
|
2825
2837
|
/** 企业门户 */
|
|
2826
2838
|
viewPortal = "viewPortal",
|
|
2827
2839
|
/** 业务类目 */
|
|
2828
2840
|
viewCategory = "viewCategory",
|
|
2841
|
+
/** 首页下的智能小Q页 */
|
|
2842
|
+
copilotHome = "copilotHome",
|
|
2843
|
+
/** 模块嵌入 */
|
|
2844
|
+
embedModule = "embedModule",
|
|
2829
2845
|
/** 工作台 会跳到很多地方 */
|
|
2830
2846
|
workPlatform = "workPlatform",
|
|
2831
2847
|
/** 工作空间 */
|
|
@@ -2878,8 +2894,10 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2878
2894
|
advanceVersion = "advanceVersion",
|
|
2879
2895
|
/** 老列表页 */
|
|
2880
2896
|
workspacePreview = "workspacePreview",
|
|
2881
|
-
/**
|
|
2882
|
-
|
|
2897
|
+
/** 回收站 */
|
|
2898
|
+
workspaceRecycle = "workspaceRecycle",
|
|
2899
|
+
/** 智能小Q */
|
|
2900
|
+
copilotRoot = "copilotRoot",
|
|
2883
2901
|
/** 智能小Q 单独预览页 */
|
|
2884
2902
|
copilotView = "copilotView",
|
|
2885
2903
|
/** 智能小Q 单独预览-公开预览 */
|
|
@@ -2890,6 +2908,10 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2890
2908
|
portalEdit = "portalEdit",
|
|
2891
2909
|
/** 数据门户预览页 */
|
|
2892
2910
|
portalView = "portalView",
|
|
2911
|
+
/** 数据门户公开预览页 */
|
|
2912
|
+
portalPublicView = "portalPublicView",
|
|
2913
|
+
/** 数据门户预览短链模式 */
|
|
2914
|
+
portalId = "portalId",
|
|
2893
2915
|
/** 表单填报系统 */
|
|
2894
2916
|
formRoot = "formRoot",
|
|
2895
2917
|
/** 表单填报系统 新建页 */
|
|
@@ -2912,6 +2934,13 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2912
2934
|
dashboardPublicView = "dashboardPublicView",
|
|
2913
2935
|
/** 仪表板编辑 */
|
|
2914
2936
|
dashboardEdit = "dashboardEdit",
|
|
2937
|
+
/** 仪表板公开编辑 */
|
|
2938
|
+
dashboardPublicEdit = "dashboardPublicEdit",
|
|
2939
|
+
/** 仪表板移动端预览 */
|
|
2940
|
+
dashboardMobileView1 = "dashboardMobileView1",
|
|
2941
|
+
/** 仪表板移动端预览 */
|
|
2942
|
+
dashboardMobileView2 = "dashboardMobileView2",
|
|
2943
|
+
dashboardMobileView3 = "dashboardMobileView3",
|
|
2915
2944
|
/** -------------------------------------------------- 电子表格 -------------------------------------------------- */
|
|
2916
2945
|
workbookRoot = "workbookRoot",
|
|
2917
2946
|
/** 电子表格预览 */
|
|
@@ -2992,6 +3021,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2992
3021
|
docsManageMenus = "docsManageMenus",
|
|
2993
3022
|
/** 文档管理-目录管理 */
|
|
2994
3023
|
docsManageItems = "docsManageItems",
|
|
3024
|
+
/** 移动端入口 */
|
|
3025
|
+
mobileEntry = "mobileEntry",
|
|
2995
3026
|
/** 移动端微应用 */
|
|
2996
3027
|
mobileRoot = "mobileRoot",
|
|
2997
3028
|
/** 移动端微应用-首页 */
|
|
@@ -3056,6 +3087,34 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3056
3087
|
cardBoard = "cardBoard",
|
|
3057
3088
|
/** 单卡片快照分享 */
|
|
3058
3089
|
cardShot = "cardShot",
|
|
3090
|
+
/** 模版市场根路由 [注意] 因为templateRoot被首页中的模版市场页占用,此处的根路由Key使用template */
|
|
3091
|
+
template = "template",
|
|
3092
|
+
/** 模版市场-预览 */
|
|
3093
|
+
templateView = "templateView",
|
|
3094
|
+
/** 模版市场-管理后台 */
|
|
3095
|
+
templateSuper = "templateSuper",
|
|
3096
|
+
/** 模版市场-非登录态模板公开页 */
|
|
3097
|
+
templateNlPublic = "templateNlPublic",
|
|
3098
|
+
/** 模版市场-非登录态模板预览页 */
|
|
3099
|
+
templateNlPreView = "templateNlPreView",
|
|
3100
|
+
/** 观星台 */
|
|
3101
|
+
biAgent = "biAgent",
|
|
3102
|
+
/** 观星台首页 */
|
|
3103
|
+
biAgentHome = "biAgentHome",
|
|
3104
|
+
/** 观星台追踪 */
|
|
3105
|
+
biAgentTracking = "biAgentTracking",
|
|
3106
|
+
/** 观星台智能小Q */
|
|
3107
|
+
biAgentSmartQ = "biAgentSmartQ",
|
|
3108
|
+
/** 观星台设置 */
|
|
3109
|
+
biAgentSettings = "biAgentSettings",
|
|
3110
|
+
/** 观星台动态详情 */
|
|
3111
|
+
biAgentHomePostDetail = "biAgentHomePostDetail",
|
|
3112
|
+
/** 观星台动态详情追踪 */
|
|
3113
|
+
biAgentTrackingPostDetail = "biAgentTrackingPostDetail",
|
|
3114
|
+
/** 登录页根 */
|
|
3115
|
+
loginRoot = "loginRoot",
|
|
3116
|
+
/** 微应用端内登录页 */
|
|
3117
|
+
loginMicro = "loginMicro",
|
|
3059
3118
|
/** 老大屏应用页面 */
|
|
3060
3119
|
dashboardScreenRoot = "dashboardScreenRoot",
|
|
3061
3120
|
/** 老大屏编辑页 */
|
|
@@ -3074,19 +3133,953 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3074
3133
|
*/
|
|
3075
3134
|
import { RouteKey } from '@quickbi/bi-types/router/route-key';
|
|
3076
3135
|
/** 全局路由树节点 */
|
|
3077
|
-
export
|
|
3136
|
+
export type RouteTreeNode<P extends string = string> = {
|
|
3078
3137
|
key: RouteKey;
|
|
3079
|
-
path:
|
|
3080
|
-
children?: RouteTreeNode[];
|
|
3081
|
-
}
|
|
3138
|
+
path: P;
|
|
3139
|
+
children?: RouteTreeNode<string>[];
|
|
3140
|
+
};
|
|
3082
3141
|
/** 全局路由树 */
|
|
3083
|
-
export const ROUTE_TREE:
|
|
3142
|
+
export const ROUTE_TREE: {
|
|
3143
|
+
readonly key: RouteKey.root;
|
|
3144
|
+
readonly path: "/";
|
|
3145
|
+
readonly children: [{
|
|
3146
|
+
readonly key: RouteKey.homeRoot;
|
|
3147
|
+
readonly path: "/home";
|
|
3148
|
+
readonly children: [{
|
|
3149
|
+
readonly key: RouteKey.notFound;
|
|
3150
|
+
readonly path: "/404";
|
|
3151
|
+
}, {
|
|
3152
|
+
readonly key: RouteKey.orgAdmin;
|
|
3153
|
+
readonly path: "/org/admin";
|
|
3154
|
+
readonly children: [{
|
|
3155
|
+
readonly key: RouteKey.orgAdminInfo;
|
|
3156
|
+
readonly path: "/org/admin/info";
|
|
3157
|
+
readonly children: [{
|
|
3158
|
+
readonly key: RouteKey.orgAdminOrgInfo;
|
|
3159
|
+
readonly path: "/org/admin/info/orgInfo";
|
|
3160
|
+
}, {
|
|
3161
|
+
readonly key: RouteKey.orgAdminInfoSuper;
|
|
3162
|
+
readonly path: "/org/admin/info/super";
|
|
3163
|
+
}];
|
|
3164
|
+
}, {
|
|
3165
|
+
readonly key: RouteKey.orgAdminUser;
|
|
3166
|
+
readonly path: "/org/admin/user";
|
|
3167
|
+
readonly children: [{
|
|
3168
|
+
readonly key: RouteKey.userMemberManage;
|
|
3169
|
+
readonly path: "/org/admin/user/member";
|
|
3170
|
+
}, {
|
|
3171
|
+
readonly key: RouteKey.userGroupManage;
|
|
3172
|
+
readonly path: "/org/admin/user/userGroup";
|
|
3173
|
+
}, {
|
|
3174
|
+
readonly key: RouteKey.userTagManage;
|
|
3175
|
+
readonly path: "/org/admin/user/label";
|
|
3176
|
+
readonly children: [{
|
|
3177
|
+
readonly key: RouteKey.userTagDetailManage;
|
|
3178
|
+
readonly path: "/org/admin/user/label/userTag";
|
|
3179
|
+
}, {
|
|
3180
|
+
readonly key: RouteKey.tagManage;
|
|
3181
|
+
readonly path: "/org/admin/user/label/tag";
|
|
3182
|
+
}];
|
|
3183
|
+
}, {
|
|
3184
|
+
readonly key: RouteKey.userRoleManage;
|
|
3185
|
+
readonly path: "/org/admin/user/role";
|
|
3186
|
+
}];
|
|
3187
|
+
}, {
|
|
3188
|
+
readonly key: RouteKey.orgAdminSpace;
|
|
3189
|
+
readonly path: "/org/admin/space";
|
|
3190
|
+
readonly children: [{
|
|
3191
|
+
readonly key: RouteKey.orgAdminWorkspace;
|
|
3192
|
+
readonly path: "/org/admin/space/workspaceList";
|
|
3193
|
+
}, {
|
|
3194
|
+
readonly key: RouteKey.orgAdminWorkspaceInfo;
|
|
3195
|
+
readonly path: "/org/admin/space/workspaceInfo";
|
|
3196
|
+
}];
|
|
3197
|
+
}, {
|
|
3198
|
+
readonly key: RouteKey.orgAdminAuthorize;
|
|
3199
|
+
readonly path: "/org/admin/authorize";
|
|
3200
|
+
readonly children: [{
|
|
3201
|
+
readonly key: RouteKey.orgAdminAuthorizeResource;
|
|
3202
|
+
readonly path: "/org/admin/authorize/resource";
|
|
3203
|
+
}, {
|
|
3204
|
+
readonly key: RouteKey.orgAdminAuthorizeUser;
|
|
3205
|
+
readonly path: "/org/admin/authorize/user";
|
|
3206
|
+
}];
|
|
3207
|
+
}, {
|
|
3208
|
+
readonly key: RouteKey.orgAdminCoopAuth;
|
|
3209
|
+
readonly path: "/org/admin/coopauth";
|
|
3210
|
+
readonly children: [{
|
|
3211
|
+
readonly key: RouteKey.orgAdminSpaceAuth;
|
|
3212
|
+
readonly path: "/org/admin/coopauth/spaceAuth";
|
|
3213
|
+
}, {
|
|
3214
|
+
readonly key: RouteKey.orgAdminApproval;
|
|
3215
|
+
readonly path: "/org/admin/coopauth/approval";
|
|
3216
|
+
}, {
|
|
3217
|
+
readonly key: RouteKey.orgAdminRowLevelMigrate;
|
|
3218
|
+
readonly path: "/org/admin/coopauth/rowLevelMigrate";
|
|
3219
|
+
}];
|
|
3220
|
+
}, {
|
|
3221
|
+
readonly key: RouteKey.orgAdminDataSafety;
|
|
3222
|
+
readonly path: "/org/admin/dataSafety";
|
|
3223
|
+
readonly children: [{
|
|
3224
|
+
readonly key: RouteKey.orgAdminWatermark;
|
|
3225
|
+
readonly path: "/org/admin/dataSafety/watermark";
|
|
3226
|
+
}, {
|
|
3227
|
+
readonly key: RouteKey.orgAdminCopyManage;
|
|
3228
|
+
readonly path: "/org/admin/dataSafety/copyManage";
|
|
3229
|
+
}, {
|
|
3230
|
+
readonly key: RouteKey.orgAdminRowLevelPermission;
|
|
3231
|
+
readonly path: "/org/admin/dataSafety/rowLevelPermission";
|
|
3232
|
+
}, {
|
|
3233
|
+
readonly key: RouteKey.orgAdminExportControl;
|
|
3234
|
+
readonly path: "/org/admin/dataSafety/exportControl";
|
|
3235
|
+
}];
|
|
3236
|
+
}, {
|
|
3237
|
+
readonly key: RouteKey.orgThemeCustom;
|
|
3238
|
+
readonly path: "/org/admin/theme/custom";
|
|
3239
|
+
}, {
|
|
3240
|
+
readonly key: RouteKey.orgAdminTheme;
|
|
3241
|
+
readonly path: "/org/admin/theme/form";
|
|
3242
|
+
}, {
|
|
3243
|
+
readonly key: RouteKey.orgAdminSoftware;
|
|
3244
|
+
readonly path: "/org/admin/software";
|
|
3245
|
+
readonly children: [{
|
|
3246
|
+
readonly key: RouteKey.orgAdminDingAuthorize;
|
|
3247
|
+
readonly path: "/org/admin/software/dingAuthorize";
|
|
3248
|
+
}, {
|
|
3249
|
+
readonly key: RouteKey.orgAdminWxApiAuth;
|
|
3250
|
+
readonly path: "/org/admin/software/wxApiAuth";
|
|
3251
|
+
}, {
|
|
3252
|
+
readonly key: RouteKey.orgAdminFeishuApiAuth;
|
|
3253
|
+
readonly path: "/org/admin/software/feishuApiAuth";
|
|
3254
|
+
}, {
|
|
3255
|
+
readonly key: RouteKey.orgAdminTeamsApiAuth;
|
|
3256
|
+
readonly path: "/org/admin/software/teamsApiAuth";
|
|
3257
|
+
}];
|
|
3258
|
+
}, {
|
|
3259
|
+
readonly key: RouteKey.orgChannelRobot;
|
|
3260
|
+
readonly path: "/org/admin/channelRobot";
|
|
3261
|
+
readonly children: [{
|
|
3262
|
+
readonly key: RouteKey.orgPushLinkConfig;
|
|
3263
|
+
readonly path: "/org/admin/channelRobot/pushLinkConfig";
|
|
3264
|
+
}, {
|
|
3265
|
+
readonly key: RouteKey.orgDingBucChannel;
|
|
3266
|
+
readonly path: "/org/admin/channelRobot/dingBucChannel";
|
|
3267
|
+
}, {
|
|
3268
|
+
readonly key: RouteKey.orgDingChannel;
|
|
3269
|
+
readonly path: "/org/admin/channelRobot/dingChannel";
|
|
3270
|
+
}, {
|
|
3271
|
+
readonly key: RouteKey.orgWeChatChannel;
|
|
3272
|
+
readonly path: "/org/admin/channelRobot/weChatChannel";
|
|
3273
|
+
}, {
|
|
3274
|
+
readonly key: RouteKey.orgFeiShuChannel;
|
|
3275
|
+
readonly path: "/org/admin/channelRobot/feiShuChannel";
|
|
3276
|
+
}, {
|
|
3277
|
+
readonly key: RouteKey.orgSmsChannel;
|
|
3278
|
+
readonly path: "/org/admin/channelRobot/smsChannel";
|
|
3279
|
+
}, {
|
|
3280
|
+
readonly key: RouteKey.orgEmailChannel;
|
|
3281
|
+
readonly path: "/org/admin/channelRobot/emailChannel";
|
|
3282
|
+
}, {
|
|
3283
|
+
readonly key: RouteKey.orgCustomChannel;
|
|
3284
|
+
readonly path: "/org/admin/channelRobot/customChannel";
|
|
3285
|
+
}];
|
|
3286
|
+
}, {
|
|
3287
|
+
readonly key: RouteKey.orgAdminPcPortalApp;
|
|
3288
|
+
readonly path: "/org/admin/portalapp";
|
|
3289
|
+
}, {
|
|
3290
|
+
readonly key: RouteKey.orgAdminMicroApp;
|
|
3291
|
+
readonly path: "/org/admin/microapp";
|
|
3292
|
+
}, {
|
|
3293
|
+
readonly key: RouteKey.orgAdminCategory;
|
|
3294
|
+
readonly path: "/org/admin/category";
|
|
3295
|
+
}, {
|
|
3296
|
+
readonly key: RouteKey.orgAdminFavorites;
|
|
3297
|
+
readonly path: "/org/admin/favorites";
|
|
3298
|
+
}, {
|
|
3299
|
+
readonly key: RouteKey.orgDashboardConfig;
|
|
3300
|
+
readonly path: "/org/admin/dashboardConfig";
|
|
3301
|
+
}, {
|
|
3302
|
+
readonly key: RouteKey.orgAdminCopilot;
|
|
3303
|
+
readonly path: "/org/admin/copilot";
|
|
3304
|
+
readonly children: [{
|
|
3305
|
+
readonly key: RouteKey.orgResourceManage;
|
|
3306
|
+
readonly path: "/org/admin/copilot/resourceManage";
|
|
3307
|
+
}, {
|
|
3308
|
+
readonly key: RouteKey.orgAnalysisThemeManage;
|
|
3309
|
+
readonly path: "/org/admin/copilot/analysisThemeManage";
|
|
3310
|
+
}, {
|
|
3311
|
+
readonly key: RouteKey.orgAgentManage;
|
|
3312
|
+
readonly path: "/org/admin/copilot/agentManage";
|
|
3313
|
+
}, {
|
|
3314
|
+
readonly key: RouteKey.orgDashboardQuestionManage;
|
|
3315
|
+
readonly path: "/org/admin/copilot/dashboardQuestionManage";
|
|
3316
|
+
}, {
|
|
3317
|
+
readonly key: RouteKey.orgResourceAuth;
|
|
3318
|
+
readonly path: "/org/admin/copilot/resourceAuth";
|
|
3319
|
+
}, {
|
|
3320
|
+
readonly key: RouteKey.orgKnowledgeBaseManage;
|
|
3321
|
+
readonly path: "/org/admin/copilot/knowledgeBaseManage";
|
|
3322
|
+
}, {
|
|
3323
|
+
readonly key: RouteKey.orgEmbedManage;
|
|
3324
|
+
readonly path: "/org/admin/copilot/embedManage";
|
|
3325
|
+
}, {
|
|
3326
|
+
readonly key: RouteKey.orgQuestionOperations;
|
|
3327
|
+
readonly path: "/org/admin/copilot/questionOperations";
|
|
3328
|
+
}, {
|
|
3329
|
+
readonly key: RouteKey.orgGlobalConfig;
|
|
3330
|
+
readonly path: "/org/admin/copilot/globalConfig";
|
|
3331
|
+
}];
|
|
3332
|
+
}, {
|
|
3333
|
+
readonly key: RouteKey.orgAdminMap;
|
|
3334
|
+
readonly path: "/org/admin/map";
|
|
3335
|
+
readonly children: [{
|
|
3336
|
+
readonly key: RouteKey.orgAdminCustomGeoInfo;
|
|
3337
|
+
readonly path: "/org/admin/map/geoInfo";
|
|
3338
|
+
}, {
|
|
3339
|
+
readonly key: RouteKey.orgAdminCustomPictureMap;
|
|
3340
|
+
readonly path: "/org/admin/map/pictureMap";
|
|
3341
|
+
}];
|
|
3342
|
+
}, {
|
|
3343
|
+
readonly key: RouteKey.orgGlobalSearch;
|
|
3344
|
+
readonly path: "/org/admin/globalSearch";
|
|
3345
|
+
}, {
|
|
3346
|
+
readonly key: RouteKey.orgAdminEngine;
|
|
3347
|
+
readonly path: "/org/admin/engine";
|
|
3348
|
+
readonly children: [{
|
|
3349
|
+
readonly key: RouteKey.orgOfflineQuicken;
|
|
3350
|
+
readonly path: "/org/admin/engine/offlineQuicken";
|
|
3351
|
+
}, {
|
|
3352
|
+
readonly key: RouteKey.orgQuickEngine;
|
|
3353
|
+
readonly path: "/org/admin/engine/quickEngine";
|
|
3354
|
+
}, {
|
|
3355
|
+
readonly key: RouteKey.orgEngineUpload;
|
|
3356
|
+
readonly path: "/org/admin/engine/upload";
|
|
3357
|
+
}, {
|
|
3358
|
+
readonly key: RouteKey.orgEngineCache;
|
|
3359
|
+
readonly path: "/org/admin/engine/cache";
|
|
3360
|
+
}];
|
|
3361
|
+
}, {
|
|
3362
|
+
readonly key: RouteKey.orgIntelligent;
|
|
3363
|
+
readonly path: "/org/admin/intelligent";
|
|
3364
|
+
}, {
|
|
3365
|
+
readonly key: RouteKey.orgAdminPorting;
|
|
3366
|
+
readonly path: "/org/admin/porting";
|
|
3367
|
+
readonly children: [{
|
|
3368
|
+
readonly key: RouteKey.orgAdminPortingConfig;
|
|
3369
|
+
readonly path: "/org/admin/porting/config";
|
|
3370
|
+
}, {
|
|
3371
|
+
readonly key: RouteKey.orgAdminPortingRecord;
|
|
3372
|
+
readonly path: "/org/admin/porting/record";
|
|
3373
|
+
}];
|
|
3374
|
+
}, {
|
|
3375
|
+
readonly key: RouteKey.orgAdminAL;
|
|
3376
|
+
readonly path: "/org/admin/al";
|
|
3377
|
+
}, {
|
|
3378
|
+
readonly key: RouteKey.orgAdminPv;
|
|
3379
|
+
readonly path: "/org/admin/pv";
|
|
3380
|
+
readonly children: [{
|
|
3381
|
+
readonly key: RouteKey.orgAdminPvUser;
|
|
3382
|
+
readonly path: "/org/admin/pv/user";
|
|
3383
|
+
}, {
|
|
3384
|
+
readonly key: RouteKey.orgAdminPvResource;
|
|
3385
|
+
readonly path: "/org/admin/pv/resource";
|
|
3386
|
+
}, {
|
|
3387
|
+
readonly key: RouteKey.orgAdminPvUsage;
|
|
3388
|
+
readonly path: "/org/admin/pv/usage";
|
|
3389
|
+
}, {
|
|
3390
|
+
readonly key: RouteKey.orgAdminPvView;
|
|
3391
|
+
readonly path: "/org/admin/pv/view";
|
|
3392
|
+
}];
|
|
3393
|
+
}, {
|
|
3394
|
+
readonly key: RouteKey.orgPerformance;
|
|
3395
|
+
readonly path: "/org/admin/performance";
|
|
3396
|
+
readonly children: [{
|
|
3397
|
+
readonly key: RouteKey.orgDatasetPerformance;
|
|
3398
|
+
readonly path: "/org/admin/performance/cube";
|
|
3399
|
+
}, {
|
|
3400
|
+
readonly key: RouteKey.orgDashboardPerformance;
|
|
3401
|
+
readonly path: "/org/admin/performance/dashboard";
|
|
3402
|
+
}];
|
|
3403
|
+
}, {
|
|
3404
|
+
readonly key: RouteKey.orgAdminAnalysis;
|
|
3405
|
+
readonly path: "/org/admin/analysis";
|
|
3406
|
+
}, {
|
|
3407
|
+
readonly key: RouteKey.orgAdminResource;
|
|
3408
|
+
readonly path: "/org/admin/resource";
|
|
3409
|
+
readonly children: [{
|
|
3410
|
+
readonly key: RouteKey.orgAdminResourceConfig;
|
|
3411
|
+
readonly path: "/org/admin/resource/config";
|
|
3412
|
+
}, {
|
|
3413
|
+
readonly key: RouteKey.orgAdminResourceRecord;
|
|
3414
|
+
readonly path: "/org/admin/resource/record";
|
|
3415
|
+
}, {
|
|
3416
|
+
readonly key: RouteKey.orgAdminResourceDesc;
|
|
3417
|
+
readonly path: "/org/admin/resource/desc";
|
|
3418
|
+
}];
|
|
3419
|
+
}, {
|
|
3420
|
+
readonly key: RouteKey.orgAdminBiAgent;
|
|
3421
|
+
readonly path: "/org/admin/biAgents";
|
|
3422
|
+
readonly children: [{
|
|
3423
|
+
readonly key: RouteKey.orgAdminBiManage;
|
|
3424
|
+
readonly path: "/org/admin/biAgents/userManage";
|
|
3425
|
+
}, {
|
|
3426
|
+
readonly key: RouteKey.orgAdminBiManageDetail;
|
|
3427
|
+
readonly path: "/org/admin/biAgents/userManage/userDetail/:userId";
|
|
3428
|
+
}, {
|
|
3429
|
+
readonly key: RouteKey.orgAdminBiManagePerformanceAssistant;
|
|
3430
|
+
readonly path: "/org/admin/biAgents/performanceAssistant";
|
|
3431
|
+
}];
|
|
3432
|
+
}];
|
|
3433
|
+
}, {
|
|
3434
|
+
readonly key: RouteKey.downloadTask;
|
|
3435
|
+
readonly path: "/offlineDownload";
|
|
3436
|
+
}, {
|
|
3437
|
+
readonly key: RouteKey.approvalCenter;
|
|
3438
|
+
readonly path: "/message/center";
|
|
3439
|
+
readonly children: [{
|
|
3440
|
+
readonly key: RouteKey.messageCenterApproval;
|
|
3441
|
+
readonly path: "/message/center/approval";
|
|
3442
|
+
}, {
|
|
3443
|
+
readonly key: RouteKey.messageCenterApply;
|
|
3444
|
+
readonly path: "/message/center/apply";
|
|
3445
|
+
}];
|
|
3446
|
+
}, {
|
|
3447
|
+
readonly key: RouteKey.monitor;
|
|
3448
|
+
readonly path: "/monitor";
|
|
3449
|
+
readonly children: [{
|
|
3450
|
+
readonly key: RouteKey.monitorManage;
|
|
3451
|
+
readonly path: "/monitor/manage";
|
|
3452
|
+
}, {
|
|
3453
|
+
readonly key: RouteKey.monitorDetail;
|
|
3454
|
+
readonly path: "/monitor/detail.htm";
|
|
3455
|
+
}, {
|
|
3456
|
+
readonly key: RouteKey.monitorDesc;
|
|
3457
|
+
readonly path: "/monitor/desc";
|
|
3458
|
+
}];
|
|
3459
|
+
}, {
|
|
3460
|
+
readonly key: RouteKey.openRoot;
|
|
3461
|
+
readonly path: "/openservice";
|
|
3462
|
+
readonly children: [{
|
|
3463
|
+
readonly key: RouteKey.openHome;
|
|
3464
|
+
readonly path: "/openservice/homePage";
|
|
3465
|
+
}, {
|
|
3466
|
+
readonly key: RouteKey.openNoPermission;
|
|
3467
|
+
readonly path: "/openservice/permission-denied";
|
|
3468
|
+
}, {
|
|
3469
|
+
readonly key: RouteKey.loginConfig;
|
|
3470
|
+
readonly path: "/openservice/loginConfig";
|
|
3471
|
+
}, {
|
|
3472
|
+
readonly key: RouteKey.openApi;
|
|
3473
|
+
readonly path: "/openservice/apis";
|
|
3474
|
+
readonly children: [{
|
|
3475
|
+
readonly key: RouteKey.openApiSearch;
|
|
3476
|
+
readonly path: "/openservice/apis/search";
|
|
3477
|
+
}];
|
|
3478
|
+
}, {
|
|
3479
|
+
readonly key: RouteKey.embedAnalyse;
|
|
3480
|
+
readonly path: "/openservice/embedAnalyse";
|
|
3481
|
+
}, {
|
|
3482
|
+
readonly key: RouteKey.dataService;
|
|
3483
|
+
readonly path: "/openservice/dataServices";
|
|
3484
|
+
readonly children: [{
|
|
3485
|
+
readonly key: RouteKey.dataServiceApi;
|
|
3486
|
+
readonly path: "/openservice/dataServices/api";
|
|
3487
|
+
}, {
|
|
3488
|
+
readonly key: RouteKey.dataServiceDebug;
|
|
3489
|
+
readonly path: "/openservice/dataServices/debug";
|
|
3490
|
+
}, {
|
|
3491
|
+
readonly key: RouteKey.dataServiceCount;
|
|
3492
|
+
readonly path: "/openservice/dataServices/count";
|
|
3493
|
+
}];
|
|
3494
|
+
}, {
|
|
3495
|
+
readonly key: RouteKey.embedChannel;
|
|
3496
|
+
readonly path: "/openservice/embedChannel";
|
|
3497
|
+
}, {
|
|
3498
|
+
readonly key: RouteKey.customComponent;
|
|
3499
|
+
readonly path: "/openservice/componentManage";
|
|
3500
|
+
}, {
|
|
3501
|
+
readonly key: RouteKey.customMenu;
|
|
3502
|
+
readonly path: "/openservice/componentMenu";
|
|
3503
|
+
}, {
|
|
3504
|
+
readonly key: RouteKey.customTemplate;
|
|
3505
|
+
readonly path: "/openservice/defineTemplate";
|
|
3506
|
+
}, {
|
|
3507
|
+
readonly key: RouteKey.customConnect;
|
|
3508
|
+
readonly path: "/openservice/defineConnect";
|
|
3509
|
+
}, {
|
|
3510
|
+
readonly key: RouteKey.customPlugin;
|
|
3511
|
+
readonly path: "/openservice/customPlugin";
|
|
3512
|
+
}, {
|
|
3513
|
+
readonly key: RouteKey.monitorEvent;
|
|
3514
|
+
readonly path: "/openservice/event";
|
|
3515
|
+
}, {
|
|
3516
|
+
readonly key: RouteKey.customEvent;
|
|
3517
|
+
readonly path: "/openservice/customEvent";
|
|
3518
|
+
}, {
|
|
3519
|
+
readonly key: RouteKey.embedStatistic;
|
|
3520
|
+
readonly path: "/openservice/embedStatistic";
|
|
3521
|
+
}, {
|
|
3522
|
+
readonly key: RouteKey.apiStatistic;
|
|
3523
|
+
readonly path: "/openservice/apiStatistic";
|
|
3524
|
+
readonly children: [{
|
|
3525
|
+
readonly key: RouteKey.apiStatisticCount;
|
|
3526
|
+
readonly path: "/openservice/apiStatistic/count";
|
|
3527
|
+
}];
|
|
3528
|
+
}];
|
|
3529
|
+
}, {
|
|
3530
|
+
readonly key: RouteKey.standardUser;
|
|
3531
|
+
readonly path: "/instance/standand/user";
|
|
3532
|
+
}, {
|
|
3533
|
+
readonly key: RouteKey.subscriptionManage;
|
|
3534
|
+
readonly path: "/subscribe";
|
|
3535
|
+
readonly children: [{
|
|
3536
|
+
readonly key: RouteKey.subscriptionTask;
|
|
3537
|
+
readonly path: "/subscribe/task";
|
|
3538
|
+
}, {
|
|
3539
|
+
readonly key: RouteKey.sendRecord;
|
|
3540
|
+
readonly path: "/subscribe/record";
|
|
3541
|
+
}];
|
|
3542
|
+
}, {
|
|
3543
|
+
readonly key: RouteKey.templateRoot;
|
|
3544
|
+
readonly path: "/templateMarket";
|
|
3545
|
+
}, {
|
|
3546
|
+
readonly key: RouteKey.view;
|
|
3547
|
+
readonly path: "/view";
|
|
3548
|
+
readonly children: [{
|
|
3549
|
+
readonly key: RouteKey.viewHome;
|
|
3550
|
+
readonly path: "/view/index";
|
|
3551
|
+
}, {
|
|
3552
|
+
readonly key: RouteKey.viewBoard;
|
|
3553
|
+
readonly path: "/view/card";
|
|
3554
|
+
}, {
|
|
3555
|
+
readonly key: RouteKey.viewFavorite;
|
|
3556
|
+
readonly path: "/view/favorite";
|
|
3557
|
+
}, {
|
|
3558
|
+
readonly key: RouteKey.viewRecent;
|
|
3559
|
+
readonly path: "/view/recent";
|
|
3560
|
+
}, {
|
|
3561
|
+
readonly key: RouteKey.viewShared;
|
|
3562
|
+
readonly path: "/view/shared";
|
|
3563
|
+
}, {
|
|
3564
|
+
readonly key: RouteKey.viewCommonly;
|
|
3565
|
+
readonly path: "/view/commonly";
|
|
3566
|
+
}, {
|
|
3567
|
+
readonly key: RouteKey.viewMonitor;
|
|
3568
|
+
readonly path: "/view/monitor";
|
|
3569
|
+
}, {
|
|
3570
|
+
readonly key: RouteKey.viewSearch;
|
|
3571
|
+
readonly path: "/view/search";
|
|
3572
|
+
}, {
|
|
3573
|
+
readonly key: RouteKey.viewSharedContentOnly;
|
|
3574
|
+
readonly path: "/view/shared/contentOnly";
|
|
3575
|
+
}];
|
|
3576
|
+
}, {
|
|
3577
|
+
readonly key: RouteKey.viewPortal;
|
|
3578
|
+
readonly path: "/view/portal";
|
|
3579
|
+
/** 业务类目 */
|
|
3580
|
+
readonly children: [{
|
|
3581
|
+
readonly key: RouteKey.viewCategory;
|
|
3582
|
+
readonly path: "/view/category";
|
|
3583
|
+
}];
|
|
3584
|
+
}, {
|
|
3585
|
+
readonly key: RouteKey.workPlatform;
|
|
3586
|
+
readonly path: "/workplatform";
|
|
3587
|
+
}, {
|
|
3588
|
+
readonly key: RouteKey.workspace;
|
|
3589
|
+
readonly path: "/workspace";
|
|
3590
|
+
readonly children: [{
|
|
3591
|
+
readonly key: RouteKey.portalList;
|
|
3592
|
+
readonly path: "/workspace/product";
|
|
3593
|
+
}, {
|
|
3594
|
+
readonly key: RouteKey.dashboardList;
|
|
3595
|
+
readonly path: "/workspace/dashboard";
|
|
3596
|
+
}, {
|
|
3597
|
+
readonly key: RouteKey.workbookList;
|
|
3598
|
+
readonly path: "/workspace/report";
|
|
3599
|
+
}, {
|
|
3600
|
+
readonly key: RouteKey.workbookListTrialList;
|
|
3601
|
+
readonly path: "/workspace/trialReport";
|
|
3602
|
+
}, {
|
|
3603
|
+
readonly key: RouteKey.screenList;
|
|
3604
|
+
readonly path: "/workspace/screen";
|
|
3605
|
+
}, {
|
|
3606
|
+
readonly key: RouteKey.analysisList;
|
|
3607
|
+
readonly path: "/workspace/analysis";
|
|
3608
|
+
}, {
|
|
3609
|
+
readonly key: RouteKey.downloadList;
|
|
3610
|
+
readonly path: "/workspace/download";
|
|
3611
|
+
}, {
|
|
3612
|
+
readonly key: RouteKey.formList;
|
|
3613
|
+
readonly path: "/workspace/dataForm";
|
|
3614
|
+
}, {
|
|
3615
|
+
readonly key: RouteKey.etlList;
|
|
3616
|
+
readonly path: "/workspace/etl";
|
|
3617
|
+
}, {
|
|
3618
|
+
readonly key: RouteKey.datasetList;
|
|
3619
|
+
readonly path: "/workspace/schema";
|
|
3620
|
+
}, {
|
|
3621
|
+
readonly key: RouteKey.datasourceList;
|
|
3622
|
+
readonly path: "/workspace/datasource";
|
|
3623
|
+
}, {
|
|
3624
|
+
readonly key: RouteKey.workspaceInfo;
|
|
3625
|
+
readonly path: "/workspace/spaceInfo";
|
|
3626
|
+
}, {
|
|
3627
|
+
readonly key: RouteKey.workspaceUser;
|
|
3628
|
+
readonly path: "/workspace/spaceUser";
|
|
3629
|
+
}, {
|
|
3630
|
+
readonly key: RouteKey.workspaceCode;
|
|
3631
|
+
readonly path: "/workspace/spaceCode";
|
|
3632
|
+
}, {
|
|
3633
|
+
readonly key: RouteKey.resourceAuth;
|
|
3634
|
+
readonly path: "/workspace/auth";
|
|
3635
|
+
}, {
|
|
3636
|
+
readonly key: RouteKey.accessAnalysis;
|
|
3637
|
+
readonly path: "/workspace/resourceanalysis";
|
|
3638
|
+
}, {
|
|
3639
|
+
readonly key: RouteKey.auditLog;
|
|
3640
|
+
readonly path: "/workspace/auditLog";
|
|
3641
|
+
}, {
|
|
3642
|
+
readonly key: RouteKey.performanceAnalysis;
|
|
3643
|
+
readonly path: "/workspace/performance";
|
|
3644
|
+
readonly children: [{
|
|
3645
|
+
readonly key: RouteKey.performanceAnalysisDataset;
|
|
3646
|
+
readonly path: "/workspace/performance/cube";
|
|
3647
|
+
}, {
|
|
3648
|
+
readonly key: RouteKey.performanceAnalysisDashboard;
|
|
3649
|
+
readonly path: "/workspace/performance/dashboard";
|
|
3650
|
+
}];
|
|
3651
|
+
}, {
|
|
3652
|
+
readonly key: RouteKey.quickEngine;
|
|
3653
|
+
readonly path: "/workspace/quickEngine";
|
|
3654
|
+
}, {
|
|
3655
|
+
readonly key: RouteKey.resourceLineage;
|
|
3656
|
+
readonly path: "/workspace/lineage";
|
|
3657
|
+
}, {
|
|
3658
|
+
readonly key: RouteKey.workspaceRecycle;
|
|
3659
|
+
readonly path: "/workspace/recycle";
|
|
3660
|
+
}, {
|
|
3661
|
+
readonly key: RouteKey.advanceVersion;
|
|
3662
|
+
readonly path: "/workspace/version";
|
|
3663
|
+
}, {
|
|
3664
|
+
readonly key: RouteKey.workspacePreview;
|
|
3665
|
+
readonly path: "/workspace/preview";
|
|
3666
|
+
}];
|
|
3667
|
+
}, {
|
|
3668
|
+
readonly key: RouteKey.copilotHome;
|
|
3669
|
+
readonly path: "/copilotPage";
|
|
3670
|
+
}, {
|
|
3671
|
+
readonly key: RouteKey.embedModule;
|
|
3672
|
+
readonly path: "/embed/module";
|
|
3673
|
+
}];
|
|
3674
|
+
}, {
|
|
3675
|
+
readonly key: RouteKey.copilotRoot;
|
|
3676
|
+
readonly path: "/copilot";
|
|
3677
|
+
readonly children: [{
|
|
3678
|
+
readonly key: RouteKey.copilotView;
|
|
3679
|
+
readonly path: "/copilot";
|
|
3680
|
+
}, {
|
|
3681
|
+
readonly key: RouteKey.copilotPublicView;
|
|
3682
|
+
readonly path: "/token3rd/copilot";
|
|
3683
|
+
}];
|
|
3684
|
+
}, {
|
|
3685
|
+
readonly key: RouteKey.portalRoot;
|
|
3686
|
+
readonly path: "/product";
|
|
3687
|
+
readonly children: [{
|
|
3688
|
+
readonly key: RouteKey.portalEdit;
|
|
3689
|
+
readonly path: "/productedit.htm";
|
|
3690
|
+
}, {
|
|
3691
|
+
readonly key: RouteKey.portalView;
|
|
3692
|
+
readonly path: "/product/view.htm";
|
|
3693
|
+
}, {
|
|
3694
|
+
readonly key: RouteKey.portalId;
|
|
3695
|
+
readonly path: "/product/:productId";
|
|
3696
|
+
}, {
|
|
3697
|
+
readonly key: RouteKey.portalPublicView;
|
|
3698
|
+
readonly path: "/token3rd/product/view.htm";
|
|
3699
|
+
}];
|
|
3700
|
+
}, {
|
|
3701
|
+
readonly key: RouteKey.formRoot;
|
|
3702
|
+
readonly path: "/form-system";
|
|
3703
|
+
readonly children: [{
|
|
3704
|
+
readonly key: RouteKey.formCreate;
|
|
3705
|
+
readonly path: "/form-system/editor/create";
|
|
3706
|
+
}, {
|
|
3707
|
+
readonly key: RouteKey.formEdit;
|
|
3708
|
+
readonly path: "/form-system/editor/edit/:id";
|
|
3709
|
+
}, {
|
|
3710
|
+
readonly key: RouteKey.formManage;
|
|
3711
|
+
readonly path: "/form-system/publish/manage/:id";
|
|
3712
|
+
}, {
|
|
3713
|
+
readonly key: RouteKey.formView;
|
|
3714
|
+
readonly path: "/form-system/publish/preview/:id";
|
|
3715
|
+
}, {
|
|
3716
|
+
readonly key: RouteKey.formRecord;
|
|
3717
|
+
readonly path: "/form-system/publish/preview/:formId/:rowId";
|
|
3718
|
+
}, {
|
|
3719
|
+
readonly key: RouteKey.formPublicView;
|
|
3720
|
+
readonly path: "/token3rd/dataform/view.htm";
|
|
3721
|
+
}];
|
|
3722
|
+
}, {
|
|
3723
|
+
readonly key: RouteKey.dashboardRoot;
|
|
3724
|
+
readonly path: "/dashboard";
|
|
3725
|
+
readonly children: [{
|
|
3726
|
+
readonly key: RouteKey.dashboardView;
|
|
3727
|
+
readonly path: "/dashboard/view/pc.htm";
|
|
3728
|
+
}, {
|
|
3729
|
+
readonly key: RouteKey.dashboardPublicView;
|
|
3730
|
+
readonly path: "/token3rd/dashboard/view/pc.htm";
|
|
3731
|
+
}, {
|
|
3732
|
+
readonly key: RouteKey.dashboardEdit;
|
|
3733
|
+
readonly path: "/dashboard/pc.htm";
|
|
3734
|
+
}, {
|
|
3735
|
+
readonly key: RouteKey.dashboardPublicEdit;
|
|
3736
|
+
readonly path: "/token3rd/dashboard/pc.htm";
|
|
3737
|
+
}, {
|
|
3738
|
+
readonly key: RouteKey.dashboardMobileView1;
|
|
3739
|
+
readonly path: "/dashboard/mobile.htm";
|
|
3740
|
+
}, {
|
|
3741
|
+
readonly key: RouteKey.dashboardMobileView2;
|
|
3742
|
+
readonly path: "/dashboard/view/mobile.htm";
|
|
3743
|
+
}, {
|
|
3744
|
+
readonly key: RouteKey.dashboardMobileView3;
|
|
3745
|
+
readonly path: "/mobile/dashboard";
|
|
3746
|
+
}];
|
|
3747
|
+
}, {
|
|
3748
|
+
readonly key: RouteKey.workbookRoot;
|
|
3749
|
+
readonly path: "/report";
|
|
3750
|
+
readonly children: [{
|
|
3751
|
+
readonly key: RouteKey.workbookView;
|
|
3752
|
+
readonly path: "/report/view.htm";
|
|
3753
|
+
}, {
|
|
3754
|
+
readonly key: RouteKey.workbookPublicView;
|
|
3755
|
+
readonly path: "/token3rd/report/view.htm";
|
|
3756
|
+
}, {
|
|
3757
|
+
readonly key: RouteKey.workbookFormTask;
|
|
3758
|
+
readonly path: "/report/formTask.htm";
|
|
3759
|
+
}, {
|
|
3760
|
+
readonly key: RouteKey.workbookEdit;
|
|
3761
|
+
readonly path: "/report/index.htm";
|
|
3762
|
+
}];
|
|
3763
|
+
}, {
|
|
3764
|
+
readonly key: RouteKey.etlRoot;
|
|
3765
|
+
readonly path: "/etl";
|
|
3766
|
+
readonly children: [{
|
|
3767
|
+
readonly key: RouteKey.etlEdit;
|
|
3768
|
+
readonly path: "/etl/edit.htm";
|
|
3769
|
+
}, {
|
|
3770
|
+
readonly key: RouteKey.etlLog;
|
|
3771
|
+
readonly path: "/etllog/index.htm";
|
|
3772
|
+
}];
|
|
3773
|
+
}, {
|
|
3774
|
+
readonly key: RouteKey.datasetRoot;
|
|
3775
|
+
readonly path: "/cube";
|
|
3776
|
+
readonly children: [{
|
|
3777
|
+
readonly key: RouteKey.datasetEdit;
|
|
3778
|
+
readonly path: "/cube.htm";
|
|
3779
|
+
}];
|
|
3780
|
+
}, {
|
|
3781
|
+
readonly key: RouteKey.downloadRoot;
|
|
3782
|
+
readonly path: "/offline";
|
|
3783
|
+
readonly children: [{
|
|
3784
|
+
readonly key: RouteKey.downloadEdit;
|
|
3785
|
+
readonly path: "/offline/pc.htm";
|
|
3786
|
+
}, {
|
|
3787
|
+
readonly key: RouteKey.downloadView;
|
|
3788
|
+
readonly path: "/offline/view/pc.htm";
|
|
3789
|
+
}, {
|
|
3790
|
+
readonly key: RouteKey.downloadPublicView;
|
|
3791
|
+
readonly path: "/token3rd/offline/view/pc.htm";
|
|
3792
|
+
}];
|
|
3793
|
+
}, {
|
|
3794
|
+
readonly key: RouteKey.analysisRoot;
|
|
3795
|
+
readonly path: "/analysis";
|
|
3796
|
+
readonly children: [{
|
|
3797
|
+
readonly key: RouteKey.analysisEdit;
|
|
3798
|
+
readonly path: "/analysis/edit.htm";
|
|
3799
|
+
}, {
|
|
3800
|
+
readonly key: RouteKey.analysisView;
|
|
3801
|
+
readonly path: "/analysis/view.htm";
|
|
3802
|
+
}, {
|
|
3803
|
+
readonly key: RouteKey.analysisPublicView;
|
|
3804
|
+
readonly path: "/token3rd/analysis/view.htm";
|
|
3805
|
+
}];
|
|
3806
|
+
}, {
|
|
3807
|
+
readonly key: RouteKey.screenRoot;
|
|
3808
|
+
readonly path: "/screen";
|
|
3809
|
+
readonly children: [{
|
|
3810
|
+
readonly key: RouteKey.screenEdit;
|
|
3811
|
+
readonly path: "/screen/index.htm";
|
|
3812
|
+
}, {
|
|
3813
|
+
readonly key: RouteKey.screenView;
|
|
3814
|
+
readonly path: "/screen/view.htm";
|
|
3815
|
+
}, {
|
|
3816
|
+
readonly key: RouteKey.screenPublicView;
|
|
3817
|
+
readonly path: "/token3rd/screen/view/pc.htm";
|
|
3818
|
+
}];
|
|
3819
|
+
}, {
|
|
3820
|
+
readonly key: RouteKey.consoleRoot;
|
|
3821
|
+
readonly path: "/console";
|
|
3822
|
+
readonly children: [{
|
|
3823
|
+
readonly key: RouteKey.console;
|
|
3824
|
+
readonly path: "/console.htm";
|
|
3825
|
+
}, {
|
|
3826
|
+
readonly key: RouteKey.version;
|
|
3827
|
+
readonly path: "/version.htm";
|
|
3828
|
+
}, {
|
|
3829
|
+
readonly key: RouteKey.consoleLy;
|
|
3830
|
+
readonly path: "/console-ly.htm";
|
|
3831
|
+
}, {
|
|
3832
|
+
readonly key: RouteKey.consoleEntry;
|
|
3833
|
+
readonly path: "/console-entry.htm";
|
|
3834
|
+
}];
|
|
3835
|
+
}, {
|
|
3836
|
+
readonly key: RouteKey.opsRoot;
|
|
3837
|
+
readonly path: "/ops";
|
|
3838
|
+
readonly children: [{
|
|
3839
|
+
readonly key: RouteKey.opsCenter;
|
|
3840
|
+
readonly path: "/opscenter";
|
|
3841
|
+
}, {
|
|
3842
|
+
readonly key: RouteKey.opsSuper;
|
|
3843
|
+
readonly path: "/opscenter/super";
|
|
3844
|
+
}, {
|
|
3845
|
+
readonly key: RouteKey.opsManager;
|
|
3846
|
+
readonly path: "/opscenter/manager";
|
|
3847
|
+
}, {
|
|
3848
|
+
readonly key: RouteKey.opsNotice;
|
|
3849
|
+
readonly path: "/opscenter/notice";
|
|
3850
|
+
}, {
|
|
3851
|
+
readonly key: RouteKey.opsLicense;
|
|
3852
|
+
readonly path: "/opscenter/license";
|
|
3853
|
+
}, {
|
|
3854
|
+
readonly key: RouteKey.opsTenantManage;
|
|
3855
|
+
readonly path: "/opscenter/tenantManage";
|
|
3856
|
+
}, {
|
|
3857
|
+
readonly key: RouteKey.opsApply;
|
|
3858
|
+
readonly path: "/opscenter/apply";
|
|
3859
|
+
}, {
|
|
3860
|
+
readonly key: RouteKey.opsLoginConfig;
|
|
3861
|
+
readonly path: "/opscenter/loginConfig";
|
|
3862
|
+
}, {
|
|
3863
|
+
readonly key: RouteKey.opsLoginSystemConfig;
|
|
3864
|
+
readonly path: "/opscenter/loginSystemConfig";
|
|
3865
|
+
}, {
|
|
3866
|
+
readonly key: RouteKey.opsSystemConfig;
|
|
3867
|
+
readonly path: "/opscenter/sysconfig";
|
|
3868
|
+
}, {
|
|
3869
|
+
readonly key: RouteKey.docsManageMenus;
|
|
3870
|
+
readonly path: "/opscenter/docsmanage/menus";
|
|
3871
|
+
}, {
|
|
3872
|
+
readonly key: RouteKey.docsManageItems;
|
|
3873
|
+
readonly path: "/opscenter/docsmanage/items";
|
|
3874
|
+
}];
|
|
3875
|
+
}, {
|
|
3876
|
+
readonly key: RouteKey.mobileEntry;
|
|
3877
|
+
readonly path: "/m/";
|
|
3878
|
+
}, {
|
|
3879
|
+
/** 移动端微应用 */
|
|
3880
|
+
readonly key: RouteKey.mobileRoot;
|
|
3881
|
+
readonly path: "/";
|
|
3882
|
+
readonly children: [{
|
|
3883
|
+
readonly key: RouteKey.mobileHome;
|
|
3884
|
+
readonly path: "/home";
|
|
3885
|
+
}, {
|
|
3886
|
+
readonly key: RouteKey.mobileCommon;
|
|
3887
|
+
readonly path: "/common";
|
|
3888
|
+
}, {
|
|
3889
|
+
readonly key: RouteKey.mobileMine;
|
|
3890
|
+
readonly path: "/mine";
|
|
3891
|
+
}, {
|
|
3892
|
+
readonly key: RouteKey.mobileCard;
|
|
3893
|
+
readonly path: "/card";
|
|
3894
|
+
}, {
|
|
3895
|
+
readonly key: RouteKey.mobileCopilot;
|
|
3896
|
+
readonly path: "/copilot";
|
|
3897
|
+
}, {
|
|
3898
|
+
readonly key: RouteKey.mobileData;
|
|
3899
|
+
readonly path: "/data";
|
|
3900
|
+
}, {
|
|
3901
|
+
readonly key: RouteKey.mobilePermission;
|
|
3902
|
+
readonly path: "/permission";
|
|
3903
|
+
}, {
|
|
3904
|
+
readonly key: RouteKey.mobileMyPermission;
|
|
3905
|
+
readonly path: "/myPermission";
|
|
3906
|
+
}, {
|
|
3907
|
+
readonly key: RouteKey.mobileMonitorCenter;
|
|
3908
|
+
readonly path: "/monitor/center";
|
|
3909
|
+
}, {
|
|
3910
|
+
readonly key: RouteKey.mobileMonitorDetail;
|
|
3911
|
+
readonly path: "/monitor/detail.htm";
|
|
3912
|
+
}, {
|
|
3913
|
+
readonly key: RouteKey.mobileSearch;
|
|
3914
|
+
readonly path: "/search";
|
|
3915
|
+
}, {
|
|
3916
|
+
readonly key: RouteKey.mobileDashboard;
|
|
3917
|
+
readonly path: "/dashboard";
|
|
3918
|
+
}, {
|
|
3919
|
+
readonly key: RouteKey.mobileIntro;
|
|
3920
|
+
readonly path: "/intro";
|
|
3921
|
+
}, {
|
|
3922
|
+
readonly key: RouteKey.mobileNotSupport;
|
|
3923
|
+
readonly path: "/notSupport";
|
|
3924
|
+
}, {
|
|
3925
|
+
readonly key: RouteKey.mobileDataForm;
|
|
3926
|
+
readonly path: "/dataForm";
|
|
3927
|
+
}, {
|
|
3928
|
+
readonly key: RouteKey.mobileCustom1;
|
|
3929
|
+
readonly path: "/custom1";
|
|
3930
|
+
}, {
|
|
3931
|
+
readonly key: RouteKey.mobileCustom2;
|
|
3932
|
+
readonly path: "/custom2";
|
|
3933
|
+
}, {
|
|
3934
|
+
readonly key: RouteKey.mobileCustom3;
|
|
3935
|
+
readonly path: "/custom3";
|
|
3936
|
+
}, {
|
|
3937
|
+
readonly key: RouteKey.mobileCustom4;
|
|
3938
|
+
readonly path: "/custom4";
|
|
3939
|
+
}, {
|
|
3940
|
+
readonly key: RouteKey.mobileError;
|
|
3941
|
+
readonly path: "/error";
|
|
3942
|
+
}];
|
|
3943
|
+
}, {
|
|
3944
|
+
readonly key: RouteKey.openPlatRoot;
|
|
3945
|
+
readonly path: "/openplatform";
|
|
3946
|
+
readonly children: [{
|
|
3947
|
+
readonly key: RouteKey.openPlatHome;
|
|
3948
|
+
readonly path: "/openplatform/public/home";
|
|
3949
|
+
}, {
|
|
3950
|
+
readonly key: RouteKey.openPlatSolution;
|
|
3951
|
+
readonly path: "/openplatform/public/solutions";
|
|
3952
|
+
}, {
|
|
3953
|
+
readonly key: RouteKey.openPlatTemplate;
|
|
3954
|
+
readonly path: "/openplatform/public/template";
|
|
3955
|
+
}, {
|
|
3956
|
+
readonly key: RouteKey.openPlatTemplateDocs;
|
|
3957
|
+
readonly path: "/openplatform/public/template/docs";
|
|
3958
|
+
}, {
|
|
3959
|
+
readonly key: RouteKey.extendedVisualizationTemplate;
|
|
3960
|
+
readonly path: "/openplatform/public/extendedVisualization";
|
|
3961
|
+
}];
|
|
3962
|
+
}, {
|
|
3963
|
+
readonly key: RouteKey.template;
|
|
3964
|
+
readonly path: "/template";
|
|
3965
|
+
readonly children: [{
|
|
3966
|
+
readonly key: RouteKey.templateView;
|
|
3967
|
+
readonly path: "/template/view";
|
|
3968
|
+
}, {
|
|
3969
|
+
readonly key: RouteKey.templateSuper;
|
|
3970
|
+
readonly path: "/template/super";
|
|
3971
|
+
}, {
|
|
3972
|
+
readonly key: RouteKey.templateNlPublic;
|
|
3973
|
+
readonly path: "/template/nl/public";
|
|
3974
|
+
}, {
|
|
3975
|
+
readonly key: RouteKey.templateNlPreView;
|
|
3976
|
+
readonly path: "/template/nl/preview";
|
|
3977
|
+
}];
|
|
3978
|
+
}, {
|
|
3979
|
+
readonly key: RouteKey.cardRoot;
|
|
3980
|
+
readonly path: "/card";
|
|
3981
|
+
readonly children: [{
|
|
3982
|
+
readonly key: RouteKey.cardBoard;
|
|
3983
|
+
readonly path: "/card/board.htm";
|
|
3984
|
+
}, {
|
|
3985
|
+
readonly key: RouteKey.cardShot;
|
|
3986
|
+
readonly path: "/card/snapshot.htm";
|
|
3987
|
+
}];
|
|
3988
|
+
}, {
|
|
3989
|
+
readonly key: RouteKey.biAgent;
|
|
3990
|
+
readonly path: "/bi-agent";
|
|
3991
|
+
readonly children: [{
|
|
3992
|
+
readonly key: RouteKey.biAgentHome;
|
|
3993
|
+
readonly path: "/bi-agent/home";
|
|
3994
|
+
}, {
|
|
3995
|
+
readonly key: RouteKey.biAgentTracking;
|
|
3996
|
+
readonly path: "/bi-agent/tracking";
|
|
3997
|
+
}, {
|
|
3998
|
+
readonly key: RouteKey.biAgentSmartQ;
|
|
3999
|
+
readonly path: "/bi-agent/copilot";
|
|
4000
|
+
}, {
|
|
4001
|
+
readonly key: RouteKey.biAgentSettings;
|
|
4002
|
+
readonly path: "/bi-agent/settings";
|
|
4003
|
+
}, {
|
|
4004
|
+
readonly key: RouteKey.biAgentHomePostDetail;
|
|
4005
|
+
readonly path: "/bi-agent/home-post-detail";
|
|
4006
|
+
}, {
|
|
4007
|
+
readonly key: RouteKey.biAgentTrackingPostDetail;
|
|
4008
|
+
readonly path: "/bi-agent/tracking-post-detail";
|
|
4009
|
+
}];
|
|
4010
|
+
}, {
|
|
4011
|
+
readonly key: RouteKey.loginRoot;
|
|
4012
|
+
readonly path: "/auth_sso";
|
|
4013
|
+
readonly children: [{
|
|
4014
|
+
readonly key: RouteKey.loginMicro;
|
|
4015
|
+
readonly path: "/auth_sso/login/microLogin.htm";
|
|
4016
|
+
}];
|
|
4017
|
+
}, {
|
|
4018
|
+
readonly key: RouteKey.dashboardScreenRoot;
|
|
4019
|
+
readonly path: "/dashboard/screen";
|
|
4020
|
+
readonly children: [{
|
|
4021
|
+
readonly key: RouteKey.dashboardScreenEdit;
|
|
4022
|
+
readonly path: "/dashboard/screen.htm";
|
|
4023
|
+
}, {
|
|
4024
|
+
readonly key: RouteKey.dashboardScreenView;
|
|
4025
|
+
readonly path: "/dashboard/view/screenView.htm";
|
|
4026
|
+
}, {
|
|
4027
|
+
readonly key: RouteKey.dashboardScreenPublicView;
|
|
4028
|
+
readonly path: "/token3rd/dashboard/view/screenView.htm";
|
|
4029
|
+
}];
|
|
4030
|
+
}];
|
|
4031
|
+
};
|
|
3084
4032
|
/** 将整颗路径树打平,根据key索引 */
|
|
3085
4033
|
export const ROUTE_PATH_MAP: Record<RouteKey, string>;
|
|
3086
4034
|
/** 移动端微应用很多path重复,构建一个移动端的路径索引,用于在hash路由下匹配 */
|
|
3087
4035
|
export const MOBILE_ROUTE_PATH_MAP: Record<RouteKey, string>;
|
|
3088
4036
|
}
|
|
3089
4037
|
|
|
4038
|
+
declare module '@quickbi/bi-types/permission-type' {
|
|
4039
|
+
/** 资源类型
|
|
4040
|
+
* 用于区分不同类型的资源,部分应用类型已落库,后续会做统一订正,使用RouteKey来区分
|
|
4041
|
+
*/
|
|
4042
|
+
export enum PermissionPageType {
|
|
4043
|
+
/** 数据门户 */
|
|
4044
|
+
dataProduct = "dataProduct",
|
|
4045
|
+
/** 仪表板 */
|
|
4046
|
+
page = "PAGE",
|
|
4047
|
+
/** 仪表板 */
|
|
4048
|
+
dashboard = "dashboard",
|
|
4049
|
+
/** 电子表格 */
|
|
4050
|
+
report = "report",
|
|
4051
|
+
/** 自助取数 */
|
|
4052
|
+
dashboardOfflineQuery = "dashboardOfflineQuery",
|
|
4053
|
+
/** 即席分析 */
|
|
4054
|
+
analysis = "ANALYSIS",
|
|
4055
|
+
/** 数据集 */
|
|
4056
|
+
cube = "cube",
|
|
4057
|
+
/** 数据填报 */
|
|
4058
|
+
dataForm = "dataForm",
|
|
4059
|
+
/** 数据源 */
|
|
4060
|
+
dataSource = "datasource",
|
|
4061
|
+
/** 老电子表格 */
|
|
4062
|
+
oldReport = "oldReport",
|
|
4063
|
+
monitor = "monitor",
|
|
4064
|
+
/** 开发者中心 */
|
|
4065
|
+
openService = "openService",
|
|
4066
|
+
/** 大屏 */
|
|
4067
|
+
screen = "screen",
|
|
4068
|
+
/** 数据准备 */
|
|
4069
|
+
etl = "etl",
|
|
4070
|
+
/** 卡片 */
|
|
4071
|
+
card = "card",
|
|
4072
|
+
/** 大模型数据集 */
|
|
4073
|
+
llmCube = "llmCube",
|
|
4074
|
+
/** 大模型数据集主题 */
|
|
4075
|
+
llmCubeTheme = "llmCubeTheme",
|
|
4076
|
+
/** 仪表板问数 */
|
|
4077
|
+
dashboardNl2sql = "dashboardNl2sql",
|
|
4078
|
+
/** 资源包管理 */
|
|
4079
|
+
resourceConfig = "resourceConfig"
|
|
4080
|
+
}
|
|
4081
|
+
}
|
|
4082
|
+
|
|
3090
4083
|
declare module '@quickbi/bi-types/data-panel/base' {
|
|
3091
4084
|
import type * as React from 'react';
|
|
3092
4085
|
export type CommonCompInputAreaType = 'area_type' | 'area_dim' | 'area_row' | 'area_column' | 'area_value' | 'area_measure' | 'filters' | string;
|
|
@@ -3315,7 +4308,11 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
|
|
|
3315
4308
|
ranking = "ranking",
|
|
3316
4309
|
percentile = "percentile",
|
|
3317
4310
|
quickFilter = "quickFilter",
|
|
3318
|
-
accumulate = "accumulate"
|
|
4311
|
+
accumulate = "accumulate",
|
|
4312
|
+
/** 差异计算 */
|
|
4313
|
+
difference = "difference",
|
|
4314
|
+
/** 移动计算 */
|
|
4315
|
+
moving = "moving"
|
|
3319
4316
|
}
|
|
3320
4317
|
export type CalcOrder = 'asc' | 'desc';
|
|
3321
4318
|
/** 累计计算类型 */
|
|
@@ -3385,6 +4382,44 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
|
|
|
3385
4382
|
/** 参数类型 */
|
|
3386
4383
|
key: string;
|
|
3387
4384
|
}
|
|
4385
|
+
export interface DifferenceParams {
|
|
4386
|
+
/** 指定维度 */
|
|
4387
|
+
referenceDimension?: string;
|
|
4388
|
+
/** 自定义弹窗中的按行或按列 按行、按行组内 -> v 按列、按列组内 -> h) */
|
|
4389
|
+
direction?: TableDirection;
|
|
4390
|
+
/** 自定义弹窗中时计算类型 */
|
|
4391
|
+
calcType?: string;
|
|
4392
|
+
/** 参数类型 */
|
|
4393
|
+
key: string;
|
|
4394
|
+
/** 相对于 */
|
|
4395
|
+
offsetDirection: string;
|
|
4396
|
+
/** N数目 */
|
|
4397
|
+
offset: number;
|
|
4398
|
+
/** 数据设置 */
|
|
4399
|
+
contrastValueType: string;
|
|
4400
|
+
/** 对比数据为负数时 */
|
|
4401
|
+
ratioCalcType: string;
|
|
4402
|
+
}
|
|
4403
|
+
export interface MovingCalculationParams {
|
|
4404
|
+
/** 指定维度 */
|
|
4405
|
+
referenceDimension?: string;
|
|
4406
|
+
/** 自定义弹窗中的按行或按列 按行、按行组内 -> v 按列、按列组内 -> h) */
|
|
4407
|
+
direction?: TableDirection;
|
|
4408
|
+
/** 自定义弹窗中时计算类型 */
|
|
4409
|
+
calcType?: string;
|
|
4410
|
+
/** 参数类型 */
|
|
4411
|
+
key: string;
|
|
4412
|
+
/** 计算方式 */
|
|
4413
|
+
movingCalcFunction: string;
|
|
4414
|
+
/** 计算范围 左 */
|
|
4415
|
+
prevDirection: string;
|
|
4416
|
+
/** 计算范围 左 N数目 */
|
|
4417
|
+
movingPrevRef: number;
|
|
4418
|
+
/** 计算范围 右 */
|
|
4419
|
+
nextDirection: string;
|
|
4420
|
+
/** 计算范围 右 N数目 */
|
|
4421
|
+
movingNextRef: number;
|
|
4422
|
+
}
|
|
3388
4423
|
export interface TableCalculateParam {
|
|
3389
4424
|
direction: TableDirection;
|
|
3390
4425
|
/** 是否为组内 */
|
|
@@ -3405,6 +4440,24 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
|
|
|
3405
4440
|
rankingType?: string;
|
|
3406
4441
|
/** 累计计算类型 */
|
|
3407
4442
|
accumulateCalcFunction?: AccumulateCalcType;
|
|
4443
|
+
/** 相对于 */
|
|
4444
|
+
offsetDirection?: string;
|
|
4445
|
+
/** 对比数据为负数 */
|
|
4446
|
+
ratioCalcType?: string;
|
|
4447
|
+
/** 数据设置 */
|
|
4448
|
+
contrastValueType?: string;
|
|
4449
|
+
/** 偏移量:N数目 */
|
|
4450
|
+
offset?: number;
|
|
4451
|
+
/** 计算方式 */
|
|
4452
|
+
movingCalcFunction?: string;
|
|
4453
|
+
/** 计算范围 左 N数目 */
|
|
4454
|
+
movingPrevRef?: number;
|
|
4455
|
+
/** 计算范围 右 N数目 */
|
|
4456
|
+
movingNextRef?: number;
|
|
4457
|
+
/** 计算范围 左 */
|
|
4458
|
+
prevDirection?: string;
|
|
4459
|
+
/** 计算范围 右 N数目 */
|
|
4460
|
+
nextDirection?: string;
|
|
3408
4461
|
}
|
|
3409
4462
|
/** 同环比参数 */
|
|
3410
4463
|
export interface CompareParams {
|
|
@@ -3437,6 +4490,13 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
|
|
|
3437
4490
|
condition = "condition",
|
|
3438
4491
|
conditionParam = "conditionParam"
|
|
3439
4492
|
}
|
|
4493
|
+
/** 数值筛选条件下数值类型枚举 */
|
|
4494
|
+
export enum NumberValueType {
|
|
4495
|
+
/** 常规类型 */
|
|
4496
|
+
conventional = "conventional",
|
|
4497
|
+
/** 百分比类型 */
|
|
4498
|
+
percentage = "percentage"
|
|
4499
|
+
}
|
|
3440
4500
|
export interface CommonCompInputComplexFilterItem {
|
|
3441
4501
|
values?: any[];
|
|
3442
4502
|
attributeId?: any;
|
|
@@ -3467,6 +4527,8 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
|
|
|
3467
4527
|
aggregate: string;
|
|
3468
4528
|
}[];
|
|
3469
4529
|
itemType?: CommonFieldType;
|
|
4530
|
+
/** 数值筛选条件下数值的类型 */
|
|
4531
|
+
numberValueType?: NumberValueType;
|
|
3470
4532
|
}
|
|
3471
4533
|
/** 字段详细信息
|
|
3472
4534
|
*/
|
|
@@ -3559,6 +4621,10 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
|
|
|
3559
4621
|
countParams?: CountParams;
|
|
3560
4622
|
/** 百分位参数 */
|
|
3561
4623
|
percentileParams?: PercentileParams;
|
|
4624
|
+
/** 差异参数 */
|
|
4625
|
+
differenceParams?: DifferenceParams;
|
|
4626
|
+
/** 移动计算参数 */
|
|
4627
|
+
movingCalculationParams?: MovingCalculationParams;
|
|
3562
4628
|
/** 存在表示维度 */
|
|
3563
4629
|
levels?: any[];
|
|
3564
4630
|
/** 下钻辅助字段,目前仅交叉表、明细表的drill会存在 */
|
|
@@ -3739,7 +4805,11 @@ declare module '@quickbi/bi-types/data-panel/data-schema-item' {
|
|
|
3739
4805
|
/** 时间补齐 */
|
|
3740
4806
|
timeCompletion = "timeCompletion",
|
|
3741
4807
|
/** 组合计算 */
|
|
3742
|
-
combinatorialCalculation = "combinatorialCalculation"
|
|
4808
|
+
combinatorialCalculation = "combinatorialCalculation",
|
|
4809
|
+
/** 差异 */
|
|
4810
|
+
difference = "difference",
|
|
4811
|
+
/** 移动计算 */
|
|
4812
|
+
movingCalculation = "movingCalculation"
|
|
3743
4813
|
}
|
|
3744
4814
|
export enum AdvanceCalcDateTypes {
|
|
3745
4815
|
day = "day",
|
|
@@ -5166,6 +6236,10 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
5166
6236
|
accelerationEngineOpen: boolean;
|
|
5167
6237
|
dsId: string;
|
|
5168
6238
|
apiDsId: string;
|
|
6239
|
+
/** dataphin数据源的分parentDsType 和dsType 以parentDsType为主,
|
|
6240
|
+
* 但由于在项目中一直在使用dsType,如果改动的话,改动量过大。所以让dsType的值优先取parentType
|
|
6241
|
+
*/
|
|
6242
|
+
parentDsType?: DsType;
|
|
5169
6243
|
/** 数据源类型 */
|
|
5170
6244
|
dsType: DsType;
|
|
5171
6245
|
/** dataphin 的子类型 */
|
|
@@ -5216,6 +6290,8 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
5216
6290
|
/** 数据源 - 文件夹内部排序 */
|
|
5217
6291
|
sortTime: number;
|
|
5218
6292
|
aggFunctions?: string[];
|
|
6293
|
+
/** 数据源创建时间 */
|
|
6294
|
+
gmtCreate?: string;
|
|
5219
6295
|
}
|
|
5220
6296
|
/** 数据源类型枚举 */
|
|
5221
6297
|
export enum DsType {
|
|
@@ -5308,7 +6384,9 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
5308
6384
|
greenplum_v6 = "greenplum_v6",
|
|
5309
6385
|
aurora_mysql = "aurora_mysql",
|
|
5310
6386
|
aurora_postgresql = "aurora_postgresql",
|
|
5311
|
-
aloudata_can = "aloudata_can"
|
|
6387
|
+
aloudata_can = "aloudata_can",
|
|
6388
|
+
oscar = "oscar",
|
|
6389
|
+
dms = "dms"
|
|
5312
6390
|
}
|
|
5313
6391
|
export enum AcrossDsType {
|
|
5314
6392
|
UN_SET,
|