@quickbi/bi-types 3.0.52-beta.0 → 3.0.52-beta.2

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 CHANGED
@@ -4,13 +4,14 @@
4
4
 
5
5
  declare module '@quickbi/bi-types' {
6
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, ContrastType, } 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';
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, MultiFieldCombinationConfig, MultiFieldCombinationFieldConfig, MultiFieldAdvanceCalConfig, } 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';
11
11
  export type { IEtlMeta } from '@quickbi/bi-types/etl';
12
12
  export { EtlPublishStatus, EtlScheduleStatus, EtlProductStatus } from '@quickbi/bi-types/etl';
13
13
  export { ResourcePageHeaderGroupEnum } from '@quickbi/bi-types/ui/page-header';
14
+ export { PersonalThemeMode, OrgThemeMode } from '@quickbi/bi-types/ui/theme';
14
15
  export { CustomEventType } from '@quickbi/bi-types/open/events/event-props';
15
16
  export type { CustomEventModalPayload, CustomEventPageConfig, CustomEventPropsDispatch, CustomEventProps, } from '@quickbi/bi-types/open/events/event-props';
16
17
  export type { CustomEventMeta } from '@quickbi/bi-types/open/events/event-schema';
@@ -31,7 +32,7 @@ declare module '@quickbi/bi-types' {
31
32
  export type { OpenDeviceTypeEnum } from '@quickbi/bi-types/open/common/misc';
32
33
  export type { EnumAsUnion, Implements } from '@quickbi/bi-types/open/common/tools';
33
34
  export { RouteKey } from '@quickbi/bi-types/router/route-key';
34
- export { ROUTE_TREE, ROUTE_PATH_MAP, PATH_ROUTE_MAP, DYNAMIC_PATH_ROUTE_MAP, MOBILE_PATH_ROUTE_MAP, } from '@quickbi/bi-types/router/route-tree';
35
+ export { ROUTE_TREE, ROUTE_TREE_MAP, ROUTE_PATH_MAP, PATH_ROUTE_MAP, DYNAMIC_PATH_ROUTE_MAP, MOBILE_PATH_ROUTE_MAP, } from '@quickbi/bi-types/router/route-tree';
35
36
  export type { RouteTreeNode } from '@quickbi/bi-types/router/route-tree';
36
37
  export { PermissionPageType } from '@quickbi/bi-types/permission-type';
37
38
  }
@@ -39,13 +40,13 @@ declare module '@quickbi/bi-types' {
39
40
  declare module '@quickbi/bi-types/data-panel' {
40
41
  import type { CommonCompInputAreaType, ConfigCellOption, FieldConfigRow } from '@quickbi/bi-types/data-panel/base';
41
42
  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';
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 type { CommonCompInputComplexFilter, TimeTypeFilter, CommonCompInputComplexFilterItem, TableCalculateParam, CalcOrder, TopNParams, CountParams, PercentileParams, RankParams, CompareParams, DateAccumulateParams, ProportionParams, DifferenceParams, MovingCalculationParams, MultiFieldCombinationConfig, MultiFieldCombinationFieldConfig, MultiFieldAdvanceCalConfig } from '@quickbi/bi-types/data-panel/data-config';
43
44
  import { DataConfig, DataConfigAreaItemColumn, TableType, TableDirection, ProportionType, AccumulateCalcType, NumberValueType, ContrastType } from '@quickbi/bi-types/data-panel/data-config';
44
45
  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';
45
46
  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';
46
47
  import { DataPanelDataSchema, ResultDisplay } from '@quickbi/bi-types/data-panel/data-schema';
47
48
  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, ContrastType, };
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, };
49
+ 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, MultiFieldCombinationConfig, MultiFieldCombinationFieldConfig, MultiFieldAdvanceCalConfig, };
49
50
  }
50
51
 
51
52
  declare module '@quickbi/bi-types/component-type' {
@@ -779,7 +780,7 @@ declare module '@quickbi/bi-types/etl' {
779
780
  declare module '@quickbi/bi-types/ui/page-header' {
780
781
  /** 各个资源页头部按钮组别枚举 */
781
782
  export enum ResourcePageHeaderGroupEnum {
782
- /** 权限相关操作按钮组 例如 pc/mobile切换 抢锁 */
783
+ /** 权限相关操作按钮组 例如 抢锁 */
783
784
  auth = "auth",
784
785
  /** 设置操作按钮组 例如 页面设置、全局参数、替换数据集 */
785
786
  setting = "setting",
@@ -792,6 +793,27 @@ declare module '@quickbi/bi-types/ui/page-header' {
792
793
  }
793
794
  }
794
795
 
796
+ declare module '@quickbi/bi-types/ui/theme' {
797
+ /** 个人级别的主题模式 */
798
+ export enum PersonalThemeMode {
799
+ /** 亮色主题 */
800
+ light = "light",
801
+ /** 暗色主题 */
802
+ dark = "dark",
803
+ /** 跟随系统 */
804
+ system = "system"
805
+ }
806
+ /** 组织级别的主题模式 */
807
+ export enum OrgThemeMode {
808
+ /** 亮色主题 */
809
+ light = "light",
810
+ /** 暗色主题 */
811
+ dark = "dark",
812
+ /** 常规:兼容主题, header是深色主题,其它是浅色主题 */
813
+ common = "common"
814
+ }
815
+ }
816
+
795
817
  declare module '@quickbi/bi-types/open/events/event-props' {
796
818
  /**
797
819
  * @author 唯毅
@@ -1694,7 +1716,7 @@ declare module '@quickbi/bi-types/standard-model' {
1694
1716
  */
1695
1717
  import type { EmptyValueDisplayConfig, SecondDataType } from '@quickbi/bi-types/cube/cube-model';
1696
1718
  import type { CountParams, FieldCollectionType, PercentileParams, TopNParams, CompareParams, DateAccumulateParams, ProportionParams } from '@quickbi/bi-types/data-panel';
1697
- import type { DifferenceParams, MovingCalculationParams, RankParams } from '@quickbi/bi-types/data-panel/data-config';
1719
+ import type { DifferenceParams, MovingCalculationParams, MultiFieldCombinationConfig, RankParams } from '@quickbi/bi-types/data-panel/data-config';
1698
1720
  /** 字段信息 */
1699
1721
  export interface FieldModel {
1700
1722
  /** @deprecated 请优先使用 uuid
@@ -1771,6 +1793,8 @@ declare module '@quickbi/bi-types/standard-model' {
1771
1793
  differenceParams?: DifferenceParams;
1772
1794
  /** 移动计算参数 */
1773
1795
  movingCalculationParams?: MovingCalculationParams;
1796
+ /** 多字段组合参数 */
1797
+ multiFieldCombinationParams?: MultiFieldCombinationConfig;
1774
1798
  /** 字段集类型 */
1775
1799
  fieldCollectionType?: FieldCollectionType | null;
1776
1800
  /** 是否来自于字段组全选字段 */
@@ -2447,8 +2471,8 @@ declare module '@quickbi/bi-types/open/embed/core' {
2447
2471
  /** 额外的哈希值 */
2448
2472
  hash?: string;
2449
2473
  };
2450
- /** 嵌入特性项取值类型, 只能是基本类型 */
2451
- export type EmbedBaseFeatureValue = string | number | boolean | null | undefined;
2474
+ /** 嵌入特性项取值类型, 只能是基本类型或数组 */
2475
+ export type EmbedBaseFeatureValue = string | number | boolean | null | undefined | string[];
2452
2476
  /** 嵌入特性配置项 */
2453
2477
  export interface EmbedBaseFeatureItem extends Record<string, EmbedBaseFeatureValue | EmbedBaseFeatureItem> {
2454
2478
  /** 特性是否显示 */
@@ -2644,6 +2668,8 @@ declare module '@quickbi/bi-types/router/route-key' {
2644
2668
  orgAdminFeishuApiAuth = "orgAdminFeishuApiAuth",
2645
2669
  /** 组织管理-办公软件接入- Teams授权 */
2646
2670
  orgAdminTeamsApiAuth = "orgAdminTeamsApiAuth",
2671
+ /** 组织管理-办公软件接入-Lark授权 */
2672
+ orgAdminLarkApiAuth = "orgAdminLarkApiAuth",
2647
2673
  /** 组织管理-推送渠道管理 */
2648
2674
  orgChannelRobot = "orgChannelRobot",
2649
2675
  /** 组织管理-推送渠道管理-推送链接设置 */
@@ -2656,6 +2682,8 @@ declare module '@quickbi/bi-types/router/route-key' {
2656
2682
  orgWeChatChannel = "orgWeChatChannel",
2657
2683
  /** 组织管理-推送渠道管理-飞书 */
2658
2684
  orgFeiShuChannel = "orgFeiShuChannel",
2685
+ /** 组织管理-推送渠道管理-Lark */
2686
+ orgLarkChannel = "orgLarkChannel",
2659
2687
  /** 组织管理-推送渠道管理-短信 */
2660
2688
  orgSmsChannel = "orgSmsChannel",
2661
2689
  /** 组织管理-推送渠道管理-邮件 */
@@ -2672,25 +2700,25 @@ declare module '@quickbi/bi-types/router/route-key' {
2672
2700
  orgAdminFavorites = "orgAdminFavorites",
2673
2701
  /** 组织管理-报表配置 */
2674
2702
  orgDashboardConfig = "orgDashboardConfig",
2675
- /** 组织管理-智能问数 */
2703
+ /** 组织管理-小Q问数 */
2676
2704
  orgAdminCopilot = "orgAdminCopilot",
2677
- /** 组织管理-智能问数-问数资源管理 */
2705
+ /** 组织管理-小Q问数-问数资源管理 */
2678
2706
  orgResourceManage = "orgResourceManage",
2679
- /** 组织管理-智能问数-分析主题管理 */
2707
+ /** 组织管理-小Q问数-分析主题管理 */
2680
2708
  orgAnalysisThemeManage = "orgAnalysisThemeManage",
2681
- /** 组织管理-智能问数-智能体管理 */
2709
+ /** 组织管理-小Q问数-智能体管理 */
2682
2710
  orgAgentManage = "orgAgentManage",
2683
- /** 组织管理-智能问数-仪表板管理 */
2711
+ /** 组织管理-小Q问数-仪表板管理 */
2684
2712
  orgDashboardQuestionManage = "orgDashboardQuestionManage",
2685
- /** 组织管理-智能问数-授权管理 */
2713
+ /** 组织管理-小Q问数-授权管理 */
2686
2714
  orgResourceAuth = "orgResourceAuth",
2687
- /** 组织管理-智能问数-知识库管理 */
2715
+ /** 组织管理-小Q问数-知识库管理 */
2688
2716
  orgKnowledgeBaseManage = "orgKnowledgeBaseManage",
2689
- /** 组织管理-智能问数-嵌入管理 */
2717
+ /** 组织管理-小Q问数-嵌入管理 */
2690
2718
  orgEmbedManage = "orgEmbedManage",
2691
- /** 组织管理-智能问数-问数运营 */
2719
+ /** 组织管理-小Q问数-问数运营 */
2692
2720
  orgQuestionOperations = "orgQuestionOperations",
2693
- /** 组织管理-智能问数-全局配置 */
2721
+ /** 组织管理-小Q问数-全局配置 */
2694
2722
  orgGlobalConfig = "orgGlobalConfig",
2695
2723
  /** 组织管理-地图配置 */
2696
2724
  orgAdminMap = "orgAdminMap",
@@ -2748,14 +2776,14 @@ declare module '@quickbi/bi-types/router/route-key' {
2748
2776
  orgAdminResourceRecord = "orgAdminResourceRecord",
2749
2777
  /** 功能介绍 */
2750
2778
  orgAdminResourceDesc = "orgAdminResourceDesc",
2751
- /** 数据头条 */
2752
- orgAdminBiAgent = "orgAdminBIAgent",
2753
- /** 数据头条-用户管理 */
2754
- orgAdminBiManage = "orgAdminBiManage",
2755
- /** 数据头条-用户详情 */
2756
- orgAdminBiManageDetail = "orgAdminBiManageDetail",
2757
- /** 数据头条-业绩助手配置 */
2758
- orgAdminBiManagePerformanceAssistant = "orgAdminBiManagePerformanceAssistant",
2779
+ /** 小Q发现 */
2780
+ orgAdminQMessage = "orgAdminQMessage",
2781
+ /** 小Q发现-用户管理 */
2782
+ orgAdminQMessageUserManage = "orgAdminQMessageUserManage",
2783
+ /** 小Q发现-用户详情 */
2784
+ orgAdminQMessageUserManageDetail = "orgAdminQMessageUserManageDetail",
2785
+ /** 小Q发现-业绩助手配置 */
2786
+ orgAdminQMessagePerformanceAssistant = "orgAdminQMessagePerformanceAssistant",
2759
2787
  /** 企业应用 */
2760
2788
  companyApply = "companyApply",
2761
2789
  /** 取数中心-下载任务 */
@@ -2847,20 +2875,28 @@ declare module '@quickbi/bi-types/router/route-key' {
2847
2875
  viewSearch = "viewSearch",
2848
2876
  /** 我的看板-授权于我(仅显示内容) */
2849
2877
  viewSharedContentOnly = "viewSharedContentOnly",
2850
- /** 数据报告 */
2851
- viewWordAgent = "viewWordAgent",
2852
2878
  /** 企业门户 */
2853
2879
  viewPortal = "viewPortal",
2854
2880
  /** 业务类目 */
2855
2881
  viewCategory = "viewCategory",
2856
2882
  /** 首页下的智能小Q页 */
2857
- copilotHome = "copilotHome",
2858
- /** Q报告首页 */
2859
- wordAgentHome = "wordAgentHome",
2883
+ copilotPage = "copilotHome",
2884
+ /** 首页下的超级智能体(智能小Q */
2885
+ copilotPageSmartQ = "copilotPageSuperAgent",
2886
+ /** 首页下的小Q问数 */
2887
+ copilotPageQChat = "copilotPageQChat",
2888
+ /** 首页下的小Q解读 */
2889
+ copilotPageQInsight = "copilotPageQInsight",
2890
+ /** 首页下的小Q报告 */
2891
+ copilotPageQReport = "copilotPageQReport",
2892
+ /** 首页下的小Q搭建 */
2893
+ copilotPageQDashboard = "copilotPageQDashboard",
2894
+ /** 首页下的自定义智能体列表页 */
2895
+ copilotPageAgentList = "copilotPageAgentList",
2896
+ /** 首页下的自定义智能体 */
2897
+ copilotPageAgent = "copilotPageAgent",
2860
2898
  /** 模块嵌入 */
2861
2899
  embedModule = "embedModule",
2862
- /** biAgent用户配置 */
2863
- biAgentUserConfig = "biAgentUserConfig",
2864
2900
  /** 老交叉表、老电子表格升级列表页 */
2865
2901
  upgradeTable = "upgradeTable",
2866
2902
  /** 账号失效页面 */
@@ -2919,12 +2955,10 @@ declare module '@quickbi/bi-types/router/route-key' {
2919
2955
  workspacePreview = "workspacePreview",
2920
2956
  /** 回收站 */
2921
2957
  workspaceRecycle = "workspaceRecycle",
2922
- /** 智能小Q */
2923
- copilotRoot = "copilotRoot",
2924
- /** 智能小Q 单独预览页 */
2925
- copilotView = "copilotView",
2926
- /** 智能小Q 单独预览-公开预览 */
2927
- copilotPublicView = "copilotPublicView",
2958
+ /** Q问数嵌入 */
2959
+ qChatEmbed = "qChatEmbed",
2960
+ /** Q问数公开嵌入 */
2961
+ qChatPublicView = "qChatPublicView",
2928
2962
  /** 数据门户 */
2929
2963
  portalRoot = "portalRoot",
2930
2964
  /** 数据门户编辑页 */
@@ -3060,8 +3094,22 @@ declare module '@quickbi/bi-types/router/route-key' {
3060
3094
  mobileCommon = "mobileCommon",
3061
3095
  /** 移动端微应用-卡片页 */
3062
3096
  mobileCard = "mobileCard",
3063
- /** 移动端微应用-智能小Q */
3097
+ /** 移动端微应用-智能小Q总入口 */
3064
3098
  mobileCopilot = "mobileCopilot",
3099
+ /** 移动端微应用-小Q问数 */
3100
+ mobileCopilotQChat = "mobileCopilotQChat",
3101
+ /** 移动端微应用-自定义应用 */
3102
+ mobileCopilotAgent = "mobileCopilotAgent",
3103
+ /** 移动端微应用-小Q发现 */
3104
+ mobileQMessage = "mobileQMessage",
3105
+ /** 移动端微应用-小Q发现-首页 */
3106
+ mobileQMessageHome = "mobileQMessageHome",
3107
+ /** 移动端微应用-小Q发现-我的 */
3108
+ mobileQMessageMine = "mobileQMessageMine",
3109
+ /** 移动端微应用-小Q发现-团队 */
3110
+ mobileQMessageTeam = "mobileQMessageTeam",
3111
+ /** 移动端微应用-小Q发现-帖子详情 */
3112
+ mobileQMessagePostDetail = "mobileQMessagePostDetail",
3065
3113
  /** 移动端微应用-数据页 */
3066
3114
  mobileData = "mobileData",
3067
3115
  /** 移动端微应用-我的 */
@@ -3138,20 +3186,6 @@ declare module '@quickbi/bi-types/router/route-key' {
3138
3186
  login = "login",
3139
3187
  /** 微应用端内登录页 */
3140
3188
  loginMicro = "loginMicro",
3141
- /** 观星台 */
3142
- biAgent = "biAgent",
3143
- /** 观星台首页 */
3144
- biAgentHome = "biAgentHome",
3145
- /** 观星台追踪 */
3146
- biAgentTracking = "biAgentTracking",
3147
- /** 观星台智能小Q */
3148
- biAgentSmartQ = "biAgentSmartQ",
3149
- /** 观星台设置 */
3150
- biAgentSettings = "biAgentSettings",
3151
- /** 观星台动态详情 */
3152
- biAgentHomePostDetail = "biAgentHomePostDetail",
3153
- /** 观星台动态详情追踪 */
3154
- biAgentTrackingPostDetail = "biAgentTrackingPostDetail",
3155
3189
  /** 监控截图 */
3156
3190
  monitorScreenshot = "monitorScreenshot",
3157
3191
  /** 钉钉文档嵌入页 */
@@ -3179,983 +3213,999 @@ declare module '@quickbi/bi-types/router/route-key' {
3179
3213
 
3180
3214
  declare module '@quickbi/bi-types/router/route-tree' {
3181
3215
  /**
3182
- * @author 非席 唯毅
3183
- * @description qbi 全局路由树
3184
- */
3216
+ * @author 非席 唯毅
3217
+ * @description qbi 全局路由树
3218
+ */
3185
3219
  import { RouteKey } from '@quickbi/bi-types/router/route-key';
3186
3220
  /** 全局路由树节点 */
3187
3221
  export type RouteTreeNode<P extends string = string> = {
3188
- key: RouteKey;
3189
- path: P;
3190
- children?: RouteTreeNode<string>[];
3222
+ key: RouteKey;
3223
+ path: P;
3224
+ parent?: RouteTreeNode;
3225
+ children?: RouteTreeNode<string>[];
3191
3226
  };
3192
- /** 全局路由树 */
3227
+ /** 转为双向链表 */
3193
3228
  export const ROUTE_TREE: {
3194
- readonly key: RouteKey.root;
3195
- readonly path: "/";
3229
+ readonly key: RouteKey.root;
3230
+ readonly path: "/";
3231
+ readonly children: [{
3232
+ readonly key: RouteKey.homeRoot;
3233
+ readonly path: "/home";
3196
3234
  readonly children: [{
3197
- readonly key: RouteKey.homeRoot;
3198
- readonly path: "/home";
3199
- readonly children: [{
3200
- readonly key: RouteKey.notFound;
3201
- readonly path: "/404";
3202
- }, {
3203
- readonly key: RouteKey.orgAdmin;
3204
- readonly path: "/org/admin";
3205
- readonly children: [{
3206
- readonly key: RouteKey.orgAdminCommon;
3207
- readonly path: "/org/admin/:tab/:tag";
3208
- }, {
3209
- readonly key: RouteKey.orgAdminInfo;
3210
- readonly path: "/org/admin/info";
3211
- readonly children: [{
3212
- readonly key: RouteKey.orgAdminOrgInfo;
3213
- readonly path: "/org/admin/info/orgInfo";
3214
- }, {
3215
- readonly key: RouteKey.orgAdminInfoSuper;
3216
- readonly path: "/org/admin/info/super";
3217
- }];
3218
- }, {
3219
- readonly key: RouteKey.orgAdminUser;
3220
- readonly path: "/org/admin/user";
3221
- readonly children: [{
3222
- readonly key: RouteKey.userMemberManage;
3223
- readonly path: "/org/admin/user/member";
3224
- }, {
3225
- readonly key: RouteKey.userGroupManage;
3226
- readonly path: "/org/admin/user/userGroup";
3227
- }, {
3228
- readonly key: RouteKey.userTagManage;
3229
- readonly path: "/org/admin/user/label";
3230
- readonly children: [{
3231
- readonly key: RouteKey.userTagDetailManage;
3232
- readonly path: "/org/admin/user/label/userTag";
3233
- }, {
3234
- readonly key: RouteKey.tagManage;
3235
- readonly path: "/org/admin/user/label/tag";
3236
- }];
3237
- }, {
3238
- readonly key: RouteKey.userRoleManage;
3239
- readonly path: "/org/admin/user/role";
3240
- }];
3241
- }, {
3242
- readonly key: RouteKey.orgAdminSpace;
3243
- readonly path: "/org/admin/space";
3244
- readonly children: [{
3245
- readonly key: RouteKey.orgAdminWorkspace;
3246
- readonly path: "/org/admin/space/workspaceList";
3247
- }, {
3248
- readonly key: RouteKey.orgAdminWorkspaceInfo;
3249
- readonly path: "/org/admin/space/workspaceInfo";
3250
- }];
3251
- }, {
3252
- readonly key: RouteKey.orgAdminAuthorize;
3253
- readonly path: "/org/admin/authorize";
3254
- readonly children: [{
3255
- readonly key: RouteKey.orgAdminAuthorizeResource;
3256
- readonly path: "/org/admin/authorize/resource";
3257
- }, {
3258
- readonly key: RouteKey.orgAdminAuthorizeUser;
3259
- readonly path: "/org/admin/authorize/user";
3260
- }];
3261
- }, {
3262
- readonly key: RouteKey.orgAdminCoopAuth;
3263
- readonly path: "/org/admin/coopauth";
3264
- readonly children: [{
3265
- readonly key: RouteKey.orgAdminSpaceAuth;
3266
- readonly path: "/org/admin/coopauth/spaceAuth";
3267
- }, {
3268
- readonly key: RouteKey.orgAdminApproval;
3269
- readonly path: "/org/admin/coopauth/approval";
3270
- }, {
3271
- readonly key: RouteKey.orgAdminRowLevelMigrate;
3272
- readonly path: "/org/admin/coopauth/rowLevelMigrate";
3273
- }];
3274
- }, {
3275
- readonly key: RouteKey.orgAdminDataSafety;
3276
- readonly path: "/org/admin/dataSafety";
3277
- readonly children: [{
3278
- readonly key: RouteKey.orgAdminWatermark;
3279
- readonly path: "/org/admin/dataSafety/watermark";
3280
- }, {
3281
- readonly key: RouteKey.orgAdminCopyManage;
3282
- readonly path: "/org/admin/dataSafety/copyManage";
3283
- }, {
3284
- readonly key: RouteKey.orgAdminRowLevelPermission;
3285
- readonly path: "/org/admin/dataSafety/rowLevelPermission";
3286
- }, {
3287
- readonly key: RouteKey.orgAdminExportControl;
3288
- readonly path: "/org/admin/dataSafety/exportControl";
3289
- }];
3290
- }, {
3291
- readonly key: RouteKey.orgThemeCustom;
3292
- readonly path: "/org/admin/theme/custom";
3293
- }, {
3294
- readonly key: RouteKey.orgAdminTheme;
3295
- readonly path: "/org/admin/theme/form";
3296
- }, {
3297
- readonly key: RouteKey.orgAdminSoftware;
3298
- readonly path: "/org/admin/software";
3299
- readonly children: [{
3300
- readonly key: RouteKey.orgAdminDingAuthorize;
3301
- readonly path: "/org/admin/software/dingAuthorize";
3302
- }, {
3303
- readonly key: RouteKey.orgAdminWxApiAuth;
3304
- readonly path: "/org/admin/software/wxApiAuth";
3305
- }, {
3306
- readonly key: RouteKey.orgAdminFeishuApiAuth;
3307
- readonly path: "/org/admin/software/feishuApiAuth";
3308
- }, {
3309
- readonly key: RouteKey.orgAdminTeamsApiAuth;
3310
- readonly path: "/org/admin/software/teamsApiAuth";
3311
- }];
3312
- }, {
3313
- readonly key: RouteKey.orgChannelRobot;
3314
- readonly path: "/org/admin/channelRobot";
3315
- readonly children: [{
3316
- readonly key: RouteKey.orgPushLinkConfig;
3317
- readonly path: "/org/admin/channelRobot/pushLinkConfig";
3318
- }, {
3319
- readonly key: RouteKey.orgDingBucChannel;
3320
- readonly path: "/org/admin/channelRobot/dingBucChannel";
3321
- }, {
3322
- readonly key: RouteKey.orgDingChannel;
3323
- readonly path: "/org/admin/channelRobot/dingChannel";
3324
- }, {
3325
- readonly key: RouteKey.orgWeChatChannel;
3326
- readonly path: "/org/admin/channelRobot/weChatChannel";
3327
- }, {
3328
- readonly key: RouteKey.orgFeiShuChannel;
3329
- readonly path: "/org/admin/channelRobot/feiShuChannel";
3330
- }, {
3331
- readonly key: RouteKey.orgSmsChannel;
3332
- readonly path: "/org/admin/channelRobot/smsChannel";
3333
- }, {
3334
- readonly key: RouteKey.orgEmailChannel;
3335
- readonly path: "/org/admin/channelRobot/emailChannel";
3336
- }, {
3337
- readonly key: RouteKey.orgCustomChannel;
3338
- readonly path: "/org/admin/channelRobot/customChannel";
3339
- }];
3340
- }, {
3341
- readonly key: RouteKey.orgAdminPcPortalApp;
3342
- readonly path: "/org/admin/portalapp";
3343
- }, {
3344
- readonly key: RouteKey.orgAdminMicroApp;
3345
- readonly path: "/org/admin/microapp";
3346
- }, {
3347
- readonly key: RouteKey.orgAdminCategory;
3348
- readonly path: "/org/admin/category";
3349
- }, {
3350
- readonly key: RouteKey.orgAdminFavorites;
3351
- readonly path: "/org/admin/favorites";
3352
- }, {
3353
- readonly key: RouteKey.orgDashboardConfig;
3354
- readonly path: "/org/admin/dashboardConfig";
3355
- }, {
3356
- readonly key: RouteKey.orgAdminCopilot;
3357
- readonly path: "/org/admin/copilot";
3358
- readonly children: [{
3359
- readonly key: RouteKey.orgResourceManage;
3360
- readonly path: "/org/admin/copilot/resourceManage";
3361
- }, {
3362
- readonly key: RouteKey.orgAnalysisThemeManage;
3363
- readonly path: "/org/admin/copilot/analysisThemeManage";
3364
- }, {
3365
- readonly key: RouteKey.orgAgentManage;
3366
- readonly path: "/org/admin/copilot/agentManage";
3367
- }, {
3368
- readonly key: RouteKey.orgDashboardQuestionManage;
3369
- readonly path: "/org/admin/copilot/dashboardQuestionManage";
3370
- }, {
3371
- readonly key: RouteKey.orgResourceAuth;
3372
- readonly path: "/org/admin/copilot/resourceAuth";
3373
- }, {
3374
- readonly key: RouteKey.orgKnowledgeBaseManage;
3375
- readonly path: "/org/admin/copilot/knowledgeBaseManage";
3376
- }, {
3377
- readonly key: RouteKey.orgEmbedManage;
3378
- readonly path: "/org/admin/copilot/embedManage";
3379
- }, {
3380
- readonly key: RouteKey.orgQuestionOperations;
3381
- readonly path: "/org/admin/copilot/questionOperations";
3382
- }, {
3383
- readonly key: RouteKey.orgGlobalConfig;
3384
- readonly path: "/org/admin/copilot/globalConfig";
3385
- }];
3386
- }, {
3387
- readonly key: RouteKey.orgAdminMap;
3388
- readonly path: "/org/admin/map";
3389
- readonly children: [{
3390
- readonly key: RouteKey.orgAdminCustomGeoInfo;
3391
- readonly path: "/org/admin/map/geoInfo";
3392
- }, {
3393
- readonly key: RouteKey.orgAdminCustomPictureMap;
3394
- readonly path: "/org/admin/map/pictureMap";
3395
- }];
3396
- }, {
3397
- readonly key: RouteKey.orgGlobalSearch;
3398
- readonly path: "/org/admin/globalSearch";
3399
- }, {
3400
- readonly key: RouteKey.orgAdminEngine;
3401
- readonly path: "/org/admin/engine";
3402
- readonly children: [{
3403
- readonly key: RouteKey.orgOfflineQuicken;
3404
- readonly path: "/org/admin/engine/offlineQuicken";
3405
- }, {
3406
- readonly key: RouteKey.orgQuickEngine;
3407
- readonly path: "/org/admin/engine/quickEngine";
3408
- }, {
3409
- readonly key: RouteKey.orgEngineUpload;
3410
- readonly path: "/org/admin/engine/upload";
3411
- }, {
3412
- readonly key: RouteKey.orgEngineCache;
3413
- readonly path: "/org/admin/engine/cache";
3414
- }];
3415
- }, {
3416
- readonly key: RouteKey.orgIntelligent;
3417
- readonly path: "/org/admin/intelligent";
3418
- }, {
3419
- readonly key: RouteKey.orgAdminPorting;
3420
- readonly path: "/org/admin/porting";
3421
- readonly children: [{
3422
- readonly key: RouteKey.orgAdminPortingConfig;
3423
- readonly path: "/org/admin/porting/config";
3424
- }, {
3425
- readonly key: RouteKey.orgAdminPortingRecord;
3426
- readonly path: "/org/admin/porting/record";
3427
- }];
3428
- }, {
3429
- readonly key: RouteKey.orgAdminAL;
3430
- readonly path: "/org/admin/al";
3431
- }, {
3432
- readonly key: RouteKey.orgAdminPv;
3433
- readonly path: "/org/admin/pv";
3434
- readonly children: [{
3435
- readonly key: RouteKey.orgAdminPvUser;
3436
- readonly path: "/org/admin/pv/user";
3437
- }, {
3438
- readonly key: RouteKey.orgAdminPvResource;
3439
- readonly path: "/org/admin/pv/resource";
3440
- }, {
3441
- readonly key: RouteKey.orgAdminPvUsage;
3442
- readonly path: "/org/admin/pv/usage";
3443
- }, {
3444
- readonly key: RouteKey.orgAdminPvView;
3445
- readonly path: "/org/admin/pv/view";
3446
- }];
3447
- }, {
3448
- readonly key: RouteKey.orgPerformance;
3449
- readonly path: "/org/admin/performance";
3450
- readonly children: [{
3451
- readonly key: RouteKey.orgDatasetPerformance;
3452
- readonly path: "/org/admin/performance/cube";
3453
- }, {
3454
- readonly key: RouteKey.orgDashboardPerformance;
3455
- readonly path: "/org/admin/performance/dashboard";
3456
- }];
3457
- }, {
3458
- readonly key: RouteKey.orgAdminAnalysis;
3459
- readonly path: "/org/admin/analysis";
3460
- }, {
3461
- readonly key: RouteKey.orgAdminResource;
3462
- readonly path: "/org/admin/resource";
3463
- readonly children: [{
3464
- readonly key: RouteKey.orgAdminResourceConfig;
3465
- readonly path: "/org/admin/resource/config";
3466
- }, {
3467
- readonly key: RouteKey.orgAdminResourceRecord;
3468
- readonly path: "/org/admin/resource/record";
3469
- }, {
3470
- readonly key: RouteKey.orgAdminResourceDesc;
3471
- readonly path: "/org/admin/resource/desc";
3472
- }];
3473
- }, {
3474
- readonly key: RouteKey.orgAdminBiAgent;
3475
- readonly path: "/org/admin/biAgents";
3476
- readonly children: [{
3477
- readonly key: RouteKey.orgAdminBiManage;
3478
- readonly path: "/org/admin/biAgents/userManage";
3479
- }, {
3480
- readonly key: RouteKey.orgAdminBiManageDetail;
3481
- readonly path: "/org/admin/biAgents/userManage/userDetail/:userId";
3482
- }, {
3483
- readonly key: RouteKey.orgAdminBiManagePerformanceAssistant;
3484
- readonly path: "/org/admin/biAgents/performanceAssistant";
3485
- }];
3486
- }, {
3487
- readonly key: RouteKey.orgAdminProductAuthManage;
3488
- readonly path: "/org/admin/productAuthManage";
3489
- }];
3490
- }, {
3491
- readonly key: RouteKey.downloadTask;
3492
- readonly path: "/offlineDownload";
3493
- }, {
3494
- readonly key: RouteKey.approvalCenter;
3495
- readonly path: "/message/center";
3496
- readonly children: [{
3497
- readonly key: RouteKey.messageCenterApproval;
3498
- readonly path: "/message/center/approval";
3499
- }, {
3500
- readonly key: RouteKey.messageCenterApply;
3501
- readonly path: "/message/center/apply";
3502
- }];
3503
- }, {
3504
- readonly key: RouteKey.monitor;
3505
- readonly path: "/monitor";
3506
- readonly children: [{
3507
- readonly key: RouteKey.monitorManage;
3508
- readonly path: "/monitor/manage";
3509
- }, {
3510
- readonly key: RouteKey.monitorDetail;
3511
- readonly path: "/monitor/detail.htm";
3512
- }, {
3513
- readonly key: RouteKey.monitorDesc;
3514
- readonly path: "/monitor/desc";
3515
- }];
3516
- }, {
3517
- readonly key: RouteKey.openRoot;
3518
- readonly path: "/openservice";
3519
- readonly children: [{
3520
- readonly key: RouteKey.openHome;
3521
- readonly path: "/openservice/homePage";
3522
- }, {
3523
- readonly key: RouteKey.openNoPermission;
3524
- readonly path: "/openservice/permission-denied";
3525
- }, {
3526
- readonly key: RouteKey.loginConfig;
3527
- readonly path: "/openservice/loginConfig";
3528
- }, {
3529
- readonly key: RouteKey.openApi;
3530
- readonly path: "/openservice/apis";
3531
- readonly children: [{
3532
- readonly key: RouteKey.openApiSearch;
3533
- readonly path: "/openservice/apis/search";
3534
- }];
3535
- }, {
3536
- readonly key: RouteKey.embedAnalyse;
3537
- readonly path: "/openservice/embedAnalyse";
3538
- }, {
3539
- readonly key: RouteKey.dataService;
3540
- readonly path: "/openservice/dataServices";
3541
- readonly children: [{
3542
- readonly key: RouteKey.dataServiceApi;
3543
- readonly path: "/openservice/dataServices/api";
3544
- }, {
3545
- readonly key: RouteKey.dataServiceDebug;
3546
- readonly path: "/openservice/dataServices/debug";
3547
- }, {
3548
- readonly key: RouteKey.dataServiceCount;
3549
- readonly path: "/openservice/dataServices/count";
3550
- }];
3551
- }, {
3552
- readonly key: RouteKey.embedChannel;
3553
- readonly path: "/openservice/embedChannel";
3554
- }, {
3555
- readonly key: RouteKey.customComponent;
3556
- readonly path: "/openservice/componentManage";
3557
- }, {
3558
- readonly key: RouteKey.customMenu;
3559
- readonly path: "/openservice/componentMenu";
3560
- }, {
3561
- readonly key: RouteKey.customTemplate;
3562
- readonly path: "/openservice/defineTemplate";
3563
- }, {
3564
- readonly key: RouteKey.customConnect;
3565
- readonly path: "/openservice/defineConnect";
3566
- }, {
3567
- readonly key: RouteKey.customPlugin;
3568
- readonly path: "/openservice/customPlugin";
3569
- }, {
3570
- readonly key: RouteKey.monitorEvent;
3571
- readonly path: "/openservice/event";
3572
- }, {
3573
- readonly key: RouteKey.customEvent;
3574
- readonly path: "/openservice/customEvent";
3575
- }, {
3576
- readonly key: RouteKey.embedStatistic;
3577
- readonly path: "/openservice/embedStatistic";
3578
- }, {
3579
- readonly key: RouteKey.apiStatistic;
3580
- readonly path: "/openservice/apiStatistic";
3581
- readonly children: [{
3582
- readonly key: RouteKey.apiStatisticCount;
3583
- readonly path: "/openservice/apiStatistic/count";
3584
- }];
3585
- }];
3586
- }, {
3587
- readonly key: RouteKey.standardUser;
3588
- readonly path: "/instance/standand/user";
3589
- }, {
3590
- readonly key: RouteKey.subscriptionManage;
3591
- readonly path: "/subscribe";
3592
- readonly children: [{
3593
- readonly key: RouteKey.subscriptionTask;
3594
- readonly path: "/subscribe/task";
3595
- }, {
3596
- readonly key: RouteKey.sendRecord;
3597
- readonly path: "/subscribe/record";
3598
- }];
3599
- }, {
3600
- readonly key: RouteKey.templateRoot;
3601
- readonly path: "/templateMarket";
3602
- }, {
3603
- readonly key: RouteKey.view;
3604
- readonly path: "/view";
3605
- readonly children: [{
3606
- readonly key: RouteKey.viewHome;
3607
- readonly path: "/view/index";
3608
- }, {
3609
- readonly key: RouteKey.viewBoard;
3610
- readonly path: "/view/card";
3611
- }, {
3612
- readonly key: RouteKey.viewFavorite;
3613
- readonly path: "/view/favorite";
3614
- }, {
3615
- readonly key: RouteKey.viewRecent;
3616
- readonly path: "/view/recent";
3617
- }, {
3618
- readonly key: RouteKey.viewShared;
3619
- readonly path: "/view/shared";
3620
- }, {
3621
- readonly key: RouteKey.viewCommonly;
3622
- readonly path: "/view/commonly";
3623
- }, {
3624
- readonly key: RouteKey.viewMonitor;
3625
- readonly path: "/view/monitor";
3626
- }, {
3627
- readonly key: RouteKey.viewSearch;
3628
- readonly path: "/view/search";
3629
- }, {
3630
- readonly key: RouteKey.viewSharedContentOnly;
3631
- readonly path: "/view/shared/contentOnly";
3632
- }];
3633
- }, {
3634
- readonly key: RouteKey.viewPortal;
3635
- readonly path: "/view/portal";
3636
- /** 业务类目 */
3637
- readonly children: [{
3638
- readonly key: RouteKey.viewCategory;
3639
- readonly path: "/view/category";
3640
- }];
3641
- }, {
3642
- readonly key: RouteKey.workPlatform;
3643
- readonly path: "/workplatform";
3644
- }, {
3645
- readonly key: RouteKey.workspace;
3646
- readonly path: "/workspace";
3647
- readonly children: [{
3648
- readonly key: RouteKey.portalList;
3649
- readonly path: "/workspace/product";
3650
- }, {
3651
- readonly key: RouteKey.dashboardList;
3652
- readonly path: "/workspace/dashboard";
3653
- }, {
3654
- readonly key: RouteKey.workbookList;
3655
- readonly path: "/workspace/report";
3656
- }, {
3657
- readonly key: RouteKey.workbookListTrialList;
3658
- readonly path: "/workspace/trialReport";
3659
- }, {
3660
- readonly key: RouteKey.screenList;
3661
- readonly path: "/workspace/screen";
3662
- }, {
3663
- readonly key: RouteKey.analysisList;
3664
- readonly path: "/workspace/analysis";
3665
- }, {
3666
- readonly key: RouteKey.downloadList;
3667
- readonly path: "/workspace/download";
3668
- }, {
3669
- readonly key: RouteKey.formList;
3670
- readonly path: "/workspace/dataForm";
3671
- }, {
3672
- readonly key: RouteKey.etlList;
3673
- readonly path: "/workspace/etl";
3674
- }, {
3675
- readonly key: RouteKey.datasetList;
3676
- readonly path: "/workspace/schema";
3677
- }, {
3678
- readonly key: RouteKey.datasourceList;
3679
- readonly path: "/workspace/datasource";
3680
- }, {
3681
- readonly key: RouteKey.workspaceInfo;
3682
- readonly path: "/workspace/spaceInfo";
3683
- }, {
3684
- readonly key: RouteKey.workspaceUser;
3685
- readonly path: "/workspace/spaceUser";
3686
- }, {
3687
- readonly key: RouteKey.workspaceCode;
3688
- readonly path: "/workspace/spaceCode";
3689
- }, {
3690
- readonly key: RouteKey.resourceAuth;
3691
- readonly path: "/workspace/auth";
3692
- }, {
3693
- readonly key: RouteKey.accessAnalysis;
3694
- readonly path: "/workspace/resourceanalysis";
3695
- }, {
3696
- readonly key: RouteKey.auditLog;
3697
- readonly path: "/workspace/auditLog";
3698
- }, {
3699
- readonly key: RouteKey.performanceAnalysis;
3700
- readonly path: "/workspace/performance";
3701
- readonly children: [{
3702
- readonly key: RouteKey.performanceAnalysisDataset;
3703
- readonly path: "/workspace/performance/cube";
3704
- }, {
3705
- readonly key: RouteKey.performanceAnalysisDashboard;
3706
- readonly path: "/workspace/performance/dashboard";
3707
- }];
3708
- }, {
3709
- readonly key: RouteKey.quickEngine;
3710
- readonly path: "/workspace/quickEngine";
3711
- }, {
3712
- readonly key: RouteKey.resourceLineage;
3713
- readonly path: "/workspace/lineage";
3714
- }, {
3715
- readonly key: RouteKey.workspaceRecycle;
3716
- readonly path: "/workspace/recycle";
3717
- }, {
3718
- readonly key: RouteKey.advanceVersion;
3719
- readonly path: "/workspace/version";
3720
- }, {
3721
- readonly key: RouteKey.workspacePreview;
3722
- readonly path: "/workspace/preview";
3723
- }];
3724
- }, {
3725
- readonly key: RouteKey.copilotHome;
3726
- readonly path: "/copilotPage";
3727
- }, {
3728
- readonly key: RouteKey.wordAgentHome;
3729
- readonly path: "/copilotPage/qreport";
3730
- }, {
3731
- readonly key: RouteKey.embedModule;
3732
- readonly path: "/embed/module";
3733
- }, {
3734
- readonly key: RouteKey.biAgentUserConfig;
3735
- readonly path: "/biAgents/userConfig";
3736
- }, {
3737
- readonly key: RouteKey.upgradeTable;
3738
- readonly path: "/upgradeTable.htm";
3739
- }, {
3740
- readonly key: RouteKey.accountFailure;
3741
- readonly path: "/accountFailure";
3742
- }];
3235
+ readonly key: RouteKey.notFound;
3236
+ readonly path: "/404";
3743
3237
  }, {
3744
- readonly key: RouteKey.copilotRoot;
3745
- readonly path: "/copilotRoot";
3238
+ readonly key: RouteKey.orgAdmin;
3239
+ readonly path: "/org/admin";
3240
+ readonly children: [{
3241
+ readonly key: RouteKey.orgAdminCommon;
3242
+ readonly path: "/org/admin/:tab/:tag";
3243
+ }, {
3244
+ readonly key: RouteKey.orgAdminInfo;
3245
+ readonly path: "/org/admin/info";
3746
3246
  readonly children: [{
3747
- readonly key: RouteKey.copilotView;
3748
- readonly path: "/copilot";
3247
+ readonly key: RouteKey.orgAdminOrgInfo;
3248
+ readonly path: "/org/admin/info/orgInfo";
3749
3249
  }, {
3750
- readonly key: RouteKey.copilotPublicView;
3751
- readonly path: "/token3rd/copilot";
3250
+ readonly key: RouteKey.orgAdminInfoSuper;
3251
+ readonly path: "/org/admin/info/super";
3752
3252
  }];
3753
- }, {
3754
- readonly key: RouteKey.portalRoot;
3755
- readonly path: "/product";
3253
+ }, {
3254
+ readonly key: RouteKey.orgAdminUser;
3255
+ readonly path: "/org/admin/user";
3756
3256
  readonly children: [{
3757
- readonly key: RouteKey.portalEdit;
3758
- readonly path: "/productedit.htm";
3257
+ readonly key: RouteKey.userMemberManage;
3258
+ readonly path: "/org/admin/user/member";
3759
3259
  }, {
3760
- readonly key: RouteKey.portalView;
3761
- readonly path: "/product/view.htm";
3260
+ readonly key: RouteKey.userGroupManage;
3261
+ readonly path: "/org/admin/user/userGroup";
3762
3262
  }, {
3763
- readonly key: RouteKey.portalId;
3764
- readonly path: "/product/:productId";
3263
+ readonly key: RouteKey.userTagManage;
3264
+ readonly path: "/org/admin/user/label";
3265
+ readonly children: [{
3266
+ readonly key: RouteKey.userTagDetailManage;
3267
+ readonly path: "/org/admin/user/label/userTag";
3268
+ }, {
3269
+ readonly key: RouteKey.tagManage;
3270
+ readonly path: "/org/admin/user/label/tag";
3271
+ }];
3765
3272
  }, {
3766
- readonly key: RouteKey.portalPublicView;
3767
- readonly path: "/token3rd/product/view.htm";
3273
+ readonly key: RouteKey.userRoleManage;
3274
+ readonly path: "/org/admin/user/role";
3768
3275
  }];
3769
- }, {
3770
- readonly key: RouteKey.formRoot;
3771
- readonly path: "/form-system";
3276
+ }, {
3277
+ readonly key: RouteKey.orgAdminSpace;
3278
+ readonly path: "/org/admin/space";
3772
3279
  readonly children: [{
3773
- readonly key: RouteKey.formCreate;
3774
- readonly path: "/form-system/editor/create";
3775
- }, {
3776
- readonly key: RouteKey.formEdit;
3777
- readonly path: "/form-system/editor/edit/:id";
3778
- }, {
3779
- readonly key: RouteKey.formManage;
3780
- readonly path: "/form-system/publish/manage/:id";
3781
- }, {
3782
- readonly key: RouteKey.formView;
3783
- readonly path: "/form-system/publish/preview/:id";
3784
- }, {
3785
- readonly key: RouteKey.formRecord;
3786
- readonly path: "/form-system/publish/preview/:formId/:rowId";
3280
+ readonly key: RouteKey.orgAdminWorkspace;
3281
+ readonly path: "/org/admin/space/workspaceList";
3787
3282
  }, {
3788
- readonly key: RouteKey.formPublicView;
3789
- readonly path: "/token3rd/dataform/view.htm";
3283
+ readonly key: RouteKey.orgAdminWorkspaceInfo;
3284
+ readonly path: "/org/admin/space/workspaceInfo";
3790
3285
  }];
3791
- }, {
3792
- readonly key: RouteKey.dashboardRoot;
3793
- readonly path: "/dashboardRoot";
3286
+ }, {
3287
+ readonly key: RouteKey.orgAdminAuthorize;
3288
+ readonly path: "/org/admin/authorize";
3794
3289
  readonly children: [{
3795
- readonly key: RouteKey.dashboardView;
3796
- readonly path: "/dashboard/view/pc.htm";
3797
- }, {
3798
- readonly key: RouteKey.dashboardPublicView;
3799
- readonly path: "/token3rd/dashboard/view/pc.htm";
3800
- }, {
3801
- readonly key: RouteKey.dashboardEdit;
3802
- readonly path: "/dashboard/pc.htm";
3803
- }, {
3804
- readonly key: RouteKey.dashboardPublicEdit;
3805
- readonly path: "/token3rd/dashboard/pc.htm";
3290
+ readonly key: RouteKey.orgAdminAuthorizeResource;
3291
+ readonly path: "/org/admin/authorize/resource";
3806
3292
  }, {
3807
- readonly key: RouteKey.dashboardMobileView1;
3808
- readonly path: "/dashboard/mobile.htm";
3809
- }, {
3810
- readonly key: RouteKey.dashboardMobileView2;
3811
- readonly path: "/dashboard/view/mobile.htm";
3812
- }, {
3813
- readonly key: RouteKey.dashboardMobileView3;
3814
- readonly path: "/mobile/dashboard";
3293
+ readonly key: RouteKey.orgAdminAuthorizeUser;
3294
+ readonly path: "/org/admin/authorize/user";
3815
3295
  }];
3816
- }, {
3817
- readonly key: RouteKey.workbookRoot;
3818
- readonly path: "/report";
3296
+ }, {
3297
+ readonly key: RouteKey.orgAdminCoopAuth;
3298
+ readonly path: "/org/admin/coopauth";
3819
3299
  readonly children: [{
3820
- readonly key: RouteKey.workbookView;
3821
- readonly path: "/report/view.htm";
3822
- }, {
3823
- readonly key: RouteKey.workbookPublicView;
3824
- readonly path: "/token3rd/report/view.htm";
3300
+ readonly key: RouteKey.orgAdminSpaceAuth;
3301
+ readonly path: "/org/admin/coopauth/spaceAuth";
3825
3302
  }, {
3826
- readonly key: RouteKey.workbookFormTask;
3827
- readonly path: "/report/formTask.htm";
3303
+ readonly key: RouteKey.orgAdminApproval;
3304
+ readonly path: "/org/admin/coopauth/approval";
3828
3305
  }, {
3829
- readonly key: RouteKey.workbookEdit;
3830
- readonly path: "/report/index.htm";
3306
+ readonly key: RouteKey.orgAdminRowLevelMigrate;
3307
+ readonly path: "/org/admin/coopauth/rowLevelMigrate";
3831
3308
  }];
3832
- }, {
3833
- readonly key: RouteKey.etlRoot;
3834
- readonly path: "/etl";
3835
- readonly children: [{
3836
- readonly key: RouteKey.etlEdit;
3837
- readonly path: "/etl/edit.htm";
3838
- }, {
3839
- readonly key: RouteKey.etlLog;
3840
- readonly path: "/etllog/index.htm";
3841
- }];
3842
- }, {
3843
- readonly key: RouteKey.datasetRoot;
3844
- readonly path: "/cube";
3845
- readonly children: [{
3846
- readonly key: RouteKey.datasetEdit;
3847
- readonly path: "/cube.htm";
3848
- }];
3849
- }, {
3850
- readonly key: RouteKey.downloadRoot;
3851
- readonly path: "/offline";
3309
+ }, {
3310
+ readonly key: RouteKey.orgAdminDataSafety;
3311
+ readonly path: "/org/admin/dataSafety";
3852
3312
  readonly children: [{
3853
- readonly key: RouteKey.downloadEdit;
3854
- readonly path: "/offline/pc.htm";
3313
+ readonly key: RouteKey.orgAdminWatermark;
3314
+ readonly path: "/org/admin/dataSafety/watermark";
3855
3315
  }, {
3856
- readonly key: RouteKey.downloadView;
3857
- readonly path: "/offline/view/pc.htm";
3316
+ readonly key: RouteKey.orgAdminCopyManage;
3317
+ readonly path: "/org/admin/dataSafety/copyManage";
3858
3318
  }, {
3859
- readonly key: RouteKey.downloadPublicView;
3860
- readonly path: "/token3rd/offline/view/pc.htm";
3861
- }];
3862
- }, {
3863
- readonly key: RouteKey.analysisRoot;
3864
- readonly path: "/analysis";
3865
- readonly children: [{
3866
- readonly key: RouteKey.analysisEdit;
3867
- readonly path: "/analysis/edit.htm";
3868
- }, {
3869
- readonly key: RouteKey.analysisView;
3870
- readonly path: "/analysis/view.htm";
3319
+ readonly key: RouteKey.orgAdminRowLevelPermission;
3320
+ readonly path: "/org/admin/dataSafety/rowLevelPermission";
3871
3321
  }, {
3872
- readonly key: RouteKey.analysisPublicView;
3873
- readonly path: "/token3rd/analysis/view.htm";
3322
+ readonly key: RouteKey.orgAdminExportControl;
3323
+ readonly path: "/org/admin/dataSafety/exportControl";
3874
3324
  }];
3875
- }, {
3876
- readonly key: RouteKey.screenRoot;
3877
- readonly path: "/screen";
3325
+ }, {
3326
+ readonly key: RouteKey.orgThemeCustom;
3327
+ readonly path: "/org/admin/theme/custom";
3328
+ }, {
3329
+ readonly key: RouteKey.orgAdminTheme;
3330
+ readonly path: "/org/admin/theme/form";
3331
+ }, {
3332
+ readonly key: RouteKey.orgAdminSoftware;
3333
+ readonly path: "/org/admin/software";
3878
3334
  readonly children: [{
3879
- readonly key: RouteKey.screenEdit;
3880
- readonly path: "/screen/index.htm";
3881
- }, {
3882
- readonly key: RouteKey.screenView;
3883
- readonly path: "/screen/view.htm";
3335
+ readonly key: RouteKey.orgAdminDingAuthorize;
3336
+ readonly path: "/org/admin/software/dingAuthorize";
3884
3337
  }, {
3885
- readonly key: RouteKey.screenPublicView;
3886
- readonly path: "/token3rd/screen/view/pc.htm";
3887
- }];
3888
- }, {
3889
- readonly key: RouteKey.consoleRoot;
3890
- readonly path: "/console";
3891
- readonly children: [{
3892
- readonly key: RouteKey.console;
3893
- readonly path: "/console.htm";
3338
+ readonly key: RouteKey.orgAdminWxApiAuth;
3339
+ readonly path: "/org/admin/software/wxApiAuth";
3894
3340
  }, {
3895
- readonly key: RouteKey.version;
3896
- readonly path: "/version.htm";
3341
+ readonly key: RouteKey.orgAdminFeishuApiAuth;
3342
+ readonly path: "/org/admin/software/feishuApiAuth";
3897
3343
  }, {
3898
- readonly key: RouteKey.consoleLy;
3899
- readonly path: "/console-ly.htm";
3344
+ readonly key: RouteKey.orgAdminTeamsApiAuth;
3345
+ readonly path: "/org/admin/software/teamsApiAuth";
3900
3346
  }, {
3901
- readonly key: RouteKey.consoleEntry;
3902
- readonly path: "/console-entry.htm";
3347
+ readonly key: RouteKey.orgAdminLarkApiAuth;
3348
+ readonly path: "/org/admin/software/larkApiAuth";
3903
3349
  }];
3904
- }, {
3905
- readonly key: RouteKey.opsRoot;
3906
- readonly path: "/ops";
3350
+ }, {
3351
+ readonly key: RouteKey.orgChannelRobot;
3352
+ readonly path: "/org/admin/channelRobot";
3907
3353
  readonly children: [{
3908
- readonly key: RouteKey.opsCenter;
3909
- readonly path: "/opscenter";
3910
- }, {
3911
- readonly key: RouteKey.opsSuper;
3912
- readonly path: "/opscenter/super";
3913
- }, {
3914
- readonly key: RouteKey.opsManager;
3915
- readonly path: "/opscenter/manager";
3354
+ readonly key: RouteKey.orgPushLinkConfig;
3355
+ readonly path: "/org/admin/channelRobot/pushLinkConfig";
3916
3356
  }, {
3917
- readonly key: RouteKey.opsNotice;
3918
- readonly path: "/opscenter/notice";
3357
+ readonly key: RouteKey.orgDingBucChannel;
3358
+ readonly path: "/org/admin/channelRobot/dingBucChannel";
3919
3359
  }, {
3920
- readonly key: RouteKey.opsLicense;
3921
- readonly path: "/opscenter/license";
3360
+ readonly key: RouteKey.orgDingChannel;
3361
+ readonly path: "/org/admin/channelRobot/dingChannel";
3922
3362
  }, {
3923
- readonly key: RouteKey.opsTenantManage;
3924
- readonly path: "/opscenter/tenantManage";
3363
+ readonly key: RouteKey.orgWeChatChannel;
3364
+ readonly path: "/org/admin/channelRobot/weChatChannel";
3925
3365
  }, {
3926
- readonly key: RouteKey.opsApply;
3927
- readonly path: "/opscenter/apply";
3366
+ readonly key: RouteKey.orgFeiShuChannel;
3367
+ readonly path: "/org/admin/channelRobot/feiShuChannel";
3928
3368
  }, {
3929
- readonly key: RouteKey.opsLoginConfig;
3930
- readonly path: "/opscenter/loginConfig";
3369
+ readonly key: RouteKey.orgLarkChannel;
3370
+ readonly path: "/org/admin/channelRobot/larkChannel";
3931
3371
  }, {
3932
- readonly key: RouteKey.opsLoginSystemConfig;
3933
- readonly path: "/opscenter/loginSystemConfig";
3372
+ readonly key: RouteKey.orgSmsChannel;
3373
+ readonly path: "/org/admin/channelRobot/smsChannel";
3934
3374
  }, {
3935
- readonly key: RouteKey.opsCopilotOfficialAgent;
3936
- readonly path: "/opscenter/copilot/officialAgent";
3375
+ readonly key: RouteKey.orgEmailChannel;
3376
+ readonly path: "/org/admin/channelRobot/emailChannel";
3937
3377
  }, {
3938
- readonly key: RouteKey.opsSystemConfig;
3939
- readonly path: "/opscenter/sysconfig";
3940
- }, {
3941
- readonly key: RouteKey.docsManageMenus;
3942
- readonly path: "/opscenter/docsmanage/menus";
3943
- }, {
3944
- readonly key: RouteKey.docsManageItems;
3945
- readonly path: "/opscenter/docsmanage/items";
3378
+ readonly key: RouteKey.orgCustomChannel;
3379
+ readonly path: "/org/admin/channelRobot/customChannel";
3946
3380
  }];
3947
- }, {
3948
- readonly key: RouteKey.mobileEntry;
3949
- readonly path: "/m/";
3950
- }, {
3951
- readonly key: RouteKey.mobileWebSite;
3952
- readonly path: "/m/website";
3953
- }, {
3954
- readonly key: RouteKey.mobileHomeEntry;
3955
- readonly path: "/m/home";
3956
- }, {
3957
- /** 移动端微应用 */
3958
- readonly key: RouteKey.mobileRoot;
3959
- readonly path: "/";
3381
+ }, {
3382
+ readonly key: RouteKey.orgAdminPcPortalApp;
3383
+ readonly path: "/org/admin/portalapp";
3384
+ }, {
3385
+ readonly key: RouteKey.orgAdminMicroApp;
3386
+ readonly path: "/org/admin/microapp";
3387
+ }, {
3388
+ readonly key: RouteKey.orgAdminCategory;
3389
+ readonly path: "/org/admin/category";
3390
+ }, {
3391
+ readonly key: RouteKey.orgAdminFavorites;
3392
+ readonly path: "/org/admin/favorites";
3393
+ }, {
3394
+ readonly key: RouteKey.orgDashboardConfig;
3395
+ readonly path: "/org/admin/dashboardConfig";
3396
+ }, {
3397
+ readonly key: RouteKey.orgAdminCopilot;
3398
+ readonly path: "/org/admin/copilot";
3960
3399
  readonly children: [{
3961
- readonly key: RouteKey.mobileHome;
3962
- readonly path: "/home";
3963
- }, {
3964
- readonly key: RouteKey.mobileCommon;
3965
- readonly path: "/common";
3966
- }, {
3967
- readonly key: RouteKey.mobileMine;
3968
- readonly path: "/mine";
3969
- }, {
3970
- readonly key: RouteKey.mobileCard;
3971
- readonly path: "/card";
3972
- }, {
3973
- readonly key: RouteKey.mobileCopilot;
3974
- readonly path: "/copilot";
3975
- }, {
3976
- readonly key: RouteKey.mobileData;
3977
- readonly path: "/data";
3978
- }, {
3979
- readonly key: RouteKey.mobilePermission;
3980
- readonly path: "/permission";
3400
+ readonly key: RouteKey.orgResourceManage;
3401
+ readonly path: "/org/admin/copilot/resourceManage";
3981
3402
  }, {
3982
- readonly key: RouteKey.mobileMyPermission;
3983
- readonly path: "/myPermission";
3403
+ readonly key: RouteKey.orgAnalysisThemeManage;
3404
+ readonly path: "/org/admin/copilot/analysisThemeManage";
3984
3405
  }, {
3985
- readonly key: RouteKey.mobileMonitorCenter;
3986
- readonly path: "/monitor/center";
3406
+ readonly key: RouteKey.orgAgentManage;
3407
+ readonly path: "/org/admin/copilot/agentManage";
3987
3408
  }, {
3988
- readonly key: RouteKey.mobileMonitorDetail;
3989
- readonly path: "/monitor/detail.htm";
3409
+ readonly key: RouteKey.orgDashboardQuestionManage;
3410
+ readonly path: "/org/admin/copilot/dashboardQuestionManage";
3990
3411
  }, {
3991
- readonly key: RouteKey.mobileSearch;
3992
- readonly path: "/search";
3412
+ readonly key: RouteKey.orgResourceAuth;
3413
+ readonly path: "/org/admin/copilot/resourceAuth";
3993
3414
  }, {
3994
- readonly key: RouteKey.mobileDashboard;
3995
- readonly path: "/dashboard";
3415
+ readonly key: RouteKey.orgKnowledgeBaseManage;
3416
+ readonly path: "/org/admin/copilot/knowledgeBaseManage";
3996
3417
  }, {
3997
- readonly key: RouteKey.mobileIntro;
3998
- readonly path: "/intro";
3418
+ readonly key: RouteKey.orgEmbedManage;
3419
+ readonly path: "/org/admin/copilot/embedManage";
3999
3420
  }, {
4000
- readonly key: RouteKey.mobileNotSupport;
4001
- readonly path: "/notSupport";
3421
+ readonly key: RouteKey.orgQuestionOperations;
3422
+ readonly path: "/org/admin/copilot/questionOperations";
4002
3423
  }, {
4003
- readonly key: RouteKey.mobileDataForm;
4004
- readonly path: "/dataForm";
4005
- }, {
4006
- readonly key: RouteKey.mobileCustom1;
4007
- readonly path: "/custom1";
4008
- }, {
4009
- readonly key: RouteKey.mobileCustom2;
4010
- readonly path: "/custom2";
4011
- }, {
4012
- readonly key: RouteKey.mobileCustom3;
4013
- readonly path: "/custom3";
4014
- }, {
4015
- readonly key: RouteKey.mobileCustom4;
4016
- readonly path: "/custom4";
4017
- }, {
4018
- readonly key: RouteKey.mobileError;
4019
- readonly path: "/error";
3424
+ readonly key: RouteKey.orgGlobalConfig;
3425
+ readonly path: "/org/admin/copilot/globalConfig";
4020
3426
  }];
4021
- }, {
4022
- readonly key: RouteKey.openPlatRoot;
4023
- readonly path: "/openplatform";
3427
+ }, {
3428
+ readonly key: RouteKey.orgAdminMap;
3429
+ readonly path: "/org/admin/map";
4024
3430
  readonly children: [{
4025
- readonly key: RouteKey.openPlatHome;
4026
- readonly path: "/openplatform/public/home";
3431
+ readonly key: RouteKey.orgAdminCustomGeoInfo;
3432
+ readonly path: "/org/admin/map/geoInfo";
4027
3433
  }, {
4028
- readonly key: RouteKey.openPlatSolution;
4029
- readonly path: "/openplatform/public/solutions";
3434
+ readonly key: RouteKey.orgAdminCustomPictureMap;
3435
+ readonly path: "/org/admin/map/pictureMap";
3436
+ }];
3437
+ }, {
3438
+ readonly key: RouteKey.orgGlobalSearch;
3439
+ readonly path: "/org/admin/globalSearch";
3440
+ }, {
3441
+ readonly key: RouteKey.orgAdminEngine;
3442
+ readonly path: "/org/admin/engine";
3443
+ readonly children: [{
3444
+ readonly key: RouteKey.orgOfflineQuicken;
3445
+ readonly path: "/org/admin/engine/offlineQuicken";
4030
3446
  }, {
4031
- readonly key: RouteKey.openPlatTemplate;
4032
- readonly path: "/openplatform/public/template";
3447
+ readonly key: RouteKey.orgQuickEngine;
3448
+ readonly path: "/org/admin/engine/quickEngine";
4033
3449
  }, {
4034
- readonly key: RouteKey.openPlatTemplateDocs;
4035
- readonly path: "/openplatform/public/template/docs";
3450
+ readonly key: RouteKey.orgEngineUpload;
3451
+ readonly path: "/org/admin/engine/upload";
4036
3452
  }, {
4037
- readonly key: RouteKey.extendedVisualizationTemplate;
4038
- readonly path: "/openplatform/public/extendedVisualization";
3453
+ readonly key: RouteKey.orgEngineCache;
3454
+ readonly path: "/org/admin/engine/cache";
4039
3455
  }];
4040
- }, {
4041
- readonly key: RouteKey.template;
4042
- readonly path: "/template";
3456
+ }, {
3457
+ readonly key: RouteKey.orgIntelligent;
3458
+ readonly path: "/org/admin/intelligent";
3459
+ }, {
3460
+ readonly key: RouteKey.orgAdminPorting;
3461
+ readonly path: "/org/admin/porting";
4043
3462
  readonly children: [{
4044
- readonly key: RouteKey.templateView;
4045
- readonly path: "/template/view";
3463
+ readonly key: RouteKey.orgAdminPortingConfig;
3464
+ readonly path: "/org/admin/porting/config";
4046
3465
  }, {
4047
- readonly key: RouteKey.templateSuper;
4048
- readonly path: "/template/super";
3466
+ readonly key: RouteKey.orgAdminPortingRecord;
3467
+ readonly path: "/org/admin/porting/record";
3468
+ }];
3469
+ }, {
3470
+ readonly key: RouteKey.orgAdminAL;
3471
+ readonly path: "/org/admin/al";
3472
+ }, {
3473
+ readonly key: RouteKey.orgAdminPv;
3474
+ readonly path: "/org/admin/pv";
3475
+ readonly children: [{
3476
+ readonly key: RouteKey.orgAdminPvUser;
3477
+ readonly path: "/org/admin/pv/user";
4049
3478
  }, {
4050
- readonly key: RouteKey.templateNlPublic;
4051
- readonly path: "/template/nl/public";
3479
+ readonly key: RouteKey.orgAdminPvResource;
3480
+ readonly path: "/org/admin/pv/resource";
4052
3481
  }, {
4053
- readonly key: RouteKey.templateNlPreView;
4054
- readonly path: "/template/nl/preview";
3482
+ readonly key: RouteKey.orgAdminPvUsage;
3483
+ readonly path: "/org/admin/pv/usage";
4055
3484
  }, {
4056
- readonly key: RouteKey.templateVisualization;
4057
- readonly path: "/template/extended_visualization";
3485
+ readonly key: RouteKey.orgAdminPvView;
3486
+ readonly path: "/org/admin/pv/view";
4058
3487
  }];
4059
- }, {
4060
- readonly key: RouteKey.cardRoot;
4061
- readonly path: "/card";
3488
+ }, {
3489
+ readonly key: RouteKey.orgPerformance;
3490
+ readonly path: "/org/admin/performance";
4062
3491
  readonly children: [{
4063
- readonly key: RouteKey.cardBoard;
4064
- readonly path: "/card/board.htm";
3492
+ readonly key: RouteKey.orgDatasetPerformance;
3493
+ readonly path: "/org/admin/performance/cube";
4065
3494
  }, {
4066
- readonly key: RouteKey.cardShot;
4067
- readonly path: "/card/snapshot.htm";
3495
+ readonly key: RouteKey.orgDashboardPerformance;
3496
+ readonly path: "/org/admin/performance/dashboard";
4068
3497
  }];
4069
- }, {
4070
- readonly key: RouteKey.monitorScreenshot;
4071
- readonly path: "/token3rd/monitor/card.htm";
4072
- }, {
4073
- readonly key: RouteKey.biAgent;
4074
- readonly path: "/bi-agent";
3498
+ }, {
3499
+ readonly key: RouteKey.orgAdminAnalysis;
3500
+ readonly path: "/org/admin/analysis";
3501
+ }, {
3502
+ readonly key: RouteKey.orgAdminResource;
3503
+ readonly path: "/org/admin/resource";
4075
3504
  readonly children: [{
4076
- readonly key: RouteKey.biAgentHome;
4077
- readonly path: "/bi-agent/home";
3505
+ readonly key: RouteKey.orgAdminResourceConfig;
3506
+ readonly path: "/org/admin/resource/config";
4078
3507
  }, {
4079
- readonly key: RouteKey.biAgentTracking;
4080
- readonly path: "/bi-agent/tracking";
3508
+ readonly key: RouteKey.orgAdminResourceRecord;
3509
+ readonly path: "/org/admin/resource/record";
4081
3510
  }, {
4082
- readonly key: RouteKey.biAgentSmartQ;
4083
- readonly path: "/bi-agent/copilot";
4084
- }, {
4085
- readonly key: RouteKey.biAgentSettings;
4086
- readonly path: "/bi-agent/settings";
3511
+ readonly key: RouteKey.orgAdminResourceDesc;
3512
+ readonly path: "/org/admin/resource/desc";
3513
+ }];
3514
+ }, {
3515
+ readonly key: RouteKey.orgAdminQMessage;
3516
+ readonly path: "/org/admin/qMessage";
3517
+ readonly children: [{
3518
+ readonly key: RouteKey.orgAdminQMessageUserManage;
3519
+ readonly path: "/org/admin/qMessage/userManage";
4087
3520
  }, {
4088
- readonly key: RouteKey.biAgentHomePostDetail;
4089
- readonly path: "/bi-agent/home-post-detail";
3521
+ readonly key: RouteKey.orgAdminQMessageUserManageDetail;
3522
+ readonly path: "/org/admin/qMessage/userManage/userDetail/:userId";
4090
3523
  }, {
4091
- readonly key: RouteKey.biAgentTrackingPostDetail;
4092
- readonly path: "/bi-agent/tracking-post-detail";
3524
+ readonly key: RouteKey.orgAdminQMessagePerformanceAssistant;
3525
+ readonly path: "/org/admin/qMessage/performanceAssistant";
4093
3526
  }];
3527
+ }, {
3528
+ readonly key: RouteKey.orgAdminProductAuthManage;
3529
+ readonly path: "/org/admin/productAuthManage";
3530
+ }];
3531
+ }, {
3532
+ readonly key: RouteKey.downloadTask;
3533
+ readonly path: "/offlineDownload";
4094
3534
  }, {
4095
- readonly key: RouteKey.dingDoc;
4096
- readonly path: "/dingDoc.htm";
3535
+ readonly key: RouteKey.approvalCenter;
3536
+ readonly path: "/message/center";
3537
+ readonly children: [{
3538
+ readonly key: RouteKey.messageCenterApproval;
3539
+ readonly path: "/message/center/approval";
3540
+ }, {
3541
+ readonly key: RouteKey.messageCenterApply;
3542
+ readonly path: "/message/center/apply";
3543
+ }];
4097
3544
  }, {
4098
- readonly key: RouteKey.wordAgentRoot;
4099
- readonly path: "/qreport";
3545
+ readonly key: RouteKey.monitor;
3546
+ readonly path: "/monitor";
3547
+ readonly children: [{
3548
+ readonly key: RouteKey.monitorManage;
3549
+ readonly path: "/monitor/manage";
3550
+ }, {
3551
+ readonly key: RouteKey.monitorDetail;
3552
+ readonly path: "/monitor/detail.htm";
3553
+ }, {
3554
+ readonly key: RouteKey.monitorDesc;
3555
+ readonly path: "/monitor/desc";
3556
+ }];
3557
+ }, {
3558
+ readonly key: RouteKey.openRoot;
3559
+ readonly path: "/openservice";
3560
+ readonly children: [{
3561
+ readonly key: RouteKey.openHome;
3562
+ readonly path: "/openservice/homePage";
3563
+ }, {
3564
+ readonly key: RouteKey.openNoPermission;
3565
+ readonly path: "/openservice/permission-denied";
3566
+ }, {
3567
+ readonly key: RouteKey.loginConfig;
3568
+ readonly path: "/openservice/loginConfig";
3569
+ }, {
3570
+ readonly key: RouteKey.openApi;
3571
+ readonly path: "/openservice/apis";
4100
3572
  readonly children: [{
4101
- readonly key: RouteKey.wordAgentView;
4102
- readonly path: "/qreport/view.htm";
4103
- }, {
4104
- readonly key: RouteKey.wordAgentEdit;
4105
- readonly path: "/qreport/edit.htm";
4106
- }, {
4107
- readonly key: RouteKey.wordAgentPublicView;
4108
- readonly path: "/token3rd/qreport/view.htm";
4109
- }, {
4110
- readonly key: RouteKey.wordAgentFilePreview;
4111
- readonly path: "/qreport/file-view.htm";
3573
+ readonly key: RouteKey.openApiSearch;
3574
+ readonly path: "/openservice/apis/search";
4112
3575
  }];
4113
- }, {
4114
- readonly key: RouteKey.loginRoot;
4115
- readonly path: "/auth_sso";
3576
+ }, {
3577
+ readonly key: RouteKey.embedAnalyse;
3578
+ readonly path: "/openservice/embedAnalyse";
3579
+ }, {
3580
+ readonly key: RouteKey.dataService;
3581
+ readonly path: "/openservice/dataServices";
4116
3582
  readonly children: [{
4117
- readonly key: RouteKey.loginSystemConfig;
4118
- readonly path: "/auth_sso/login/systemConfig.htm";
4119
- }, {
4120
- readonly key: RouteKey.loginAuthConfig;
4121
- readonly path: "/auth_sso/login/config.htm";
3583
+ readonly key: RouteKey.dataServiceApi;
3584
+ readonly path: "/openservice/dataServices/api";
4122
3585
  }, {
4123
- readonly key: RouteKey.login;
4124
- readonly path: "/auth_sso/login/login.htm";
3586
+ readonly key: RouteKey.dataServiceDebug;
3587
+ readonly path: "/openservice/dataServices/debug";
4125
3588
  }, {
4126
- readonly key: RouteKey.loginMicro;
4127
- readonly path: "/auth_sso/login/microLogin.htm";
3589
+ readonly key: RouteKey.dataServiceCount;
3590
+ readonly path: "/openservice/dataServices/count";
4128
3591
  }];
3592
+ }, {
3593
+ readonly key: RouteKey.embedChannel;
3594
+ readonly path: "/openservice/embedChannel";
3595
+ }, {
3596
+ readonly key: RouteKey.customComponent;
3597
+ readonly path: "/openservice/componentManage";
3598
+ }, {
3599
+ readonly key: RouteKey.customMenu;
3600
+ readonly path: "/openservice/componentMenu";
3601
+ }, {
3602
+ readonly key: RouteKey.customTemplate;
3603
+ readonly path: "/openservice/defineTemplate";
3604
+ }, {
3605
+ readonly key: RouteKey.customConnect;
3606
+ readonly path: "/openservice/defineConnect";
3607
+ }, {
3608
+ readonly key: RouteKey.customPlugin;
3609
+ readonly path: "/openservice/customPlugin";
3610
+ }, {
3611
+ readonly key: RouteKey.monitorEvent;
3612
+ readonly path: "/openservice/event";
3613
+ }, {
3614
+ readonly key: RouteKey.customEvent;
3615
+ readonly path: "/openservice/customEvent";
3616
+ }, {
3617
+ readonly key: RouteKey.embedStatistic;
3618
+ readonly path: "/openservice/embedStatistic";
3619
+ }, {
3620
+ readonly key: RouteKey.apiStatistic;
3621
+ readonly path: "/openservice/apiStatistic";
3622
+ readonly children: [{
3623
+ readonly key: RouteKey.apiStatisticCount;
3624
+ readonly path: "/openservice/apiStatistic/count";
3625
+ }];
3626
+ }];
3627
+ }, {
3628
+ readonly key: RouteKey.standardUser;
3629
+ readonly path: "/instance/standand/user";
3630
+ }, {
3631
+ readonly key: RouteKey.subscriptionManage;
3632
+ readonly path: "/subscribe";
3633
+ readonly children: [{
3634
+ readonly key: RouteKey.subscriptionTask;
3635
+ readonly path: "/subscribe/task";
3636
+ }, {
3637
+ readonly key: RouteKey.sendRecord;
3638
+ readonly path: "/subscribe/record";
3639
+ }];
3640
+ }, {
3641
+ readonly key: RouteKey.templateRoot;
3642
+ readonly path: "/templateMarket";
3643
+ }, {
3644
+ readonly key: RouteKey.view;
3645
+ readonly path: "/view";
3646
+ readonly children: [{
3647
+ readonly key: RouteKey.viewHome;
3648
+ readonly path: "/view/index";
3649
+ }, {
3650
+ readonly key: RouteKey.viewBoard;
3651
+ readonly path: "/view/card";
3652
+ }, {
3653
+ readonly key: RouteKey.viewFavorite;
3654
+ readonly path: "/view/favorite";
3655
+ }, {
3656
+ readonly key: RouteKey.viewRecent;
3657
+ readonly path: "/view/recent";
3658
+ }, {
3659
+ readonly key: RouteKey.viewShared;
3660
+ readonly path: "/view/shared";
3661
+ }, {
3662
+ readonly key: RouteKey.viewCommonly;
3663
+ readonly path: "/view/commonly";
3664
+ }, {
3665
+ readonly key: RouteKey.viewMonitor;
3666
+ readonly path: "/view/monitor";
3667
+ }, {
3668
+ readonly key: RouteKey.viewSearch;
3669
+ readonly path: "/view/search";
3670
+ }, {
3671
+ readonly key: RouteKey.viewSharedContentOnly;
3672
+ readonly path: "/view/shared/contentOnly";
3673
+ }];
3674
+ }, {
3675
+ readonly key: RouteKey.viewPortal;
3676
+ readonly path: "/view/portal";
3677
+ /** 业务类目 */
3678
+ readonly children: [{
3679
+ readonly key: RouteKey.viewCategory;
3680
+ readonly path: "/view/category";
3681
+ }];
3682
+ }, {
3683
+ readonly key: RouteKey.workPlatform;
3684
+ readonly path: "/workplatform";
4129
3685
  }, {
4130
- readonly key: RouteKey.dashboardScreenRoot;
4131
- readonly path: "/dashboard/screen";
3686
+ readonly key: RouteKey.workspace;
3687
+ readonly path: "/workspace";
3688
+ readonly children: [{
3689
+ readonly key: RouteKey.portalList;
3690
+ readonly path: "/workspace/product";
3691
+ }, {
3692
+ readonly key: RouteKey.dashboardList;
3693
+ readonly path: "/workspace/dashboard";
3694
+ }, {
3695
+ readonly key: RouteKey.workbookList;
3696
+ readonly path: "/workspace/report";
3697
+ }, {
3698
+ readonly key: RouteKey.workbookListTrialList;
3699
+ readonly path: "/workspace/trialReport";
3700
+ }, {
3701
+ readonly key: RouteKey.screenList;
3702
+ readonly path: "/workspace/screen";
3703
+ }, {
3704
+ readonly key: RouteKey.analysisList;
3705
+ readonly path: "/workspace/analysis";
3706
+ }, {
3707
+ readonly key: RouteKey.downloadList;
3708
+ readonly path: "/workspace/download";
3709
+ }, {
3710
+ readonly key: RouteKey.formList;
3711
+ readonly path: "/workspace/dataForm";
3712
+ }, {
3713
+ readonly key: RouteKey.etlList;
3714
+ readonly path: "/workspace/etl";
3715
+ }, {
3716
+ readonly key: RouteKey.datasetList;
3717
+ readonly path: "/workspace/schema";
3718
+ }, {
3719
+ readonly key: RouteKey.datasourceList;
3720
+ readonly path: "/workspace/datasource";
3721
+ }, {
3722
+ readonly key: RouteKey.workspaceInfo;
3723
+ readonly path: "/workspace/spaceInfo";
3724
+ }, {
3725
+ readonly key: RouteKey.workspaceUser;
3726
+ readonly path: "/workspace/spaceUser";
3727
+ }, {
3728
+ readonly key: RouteKey.workspaceCode;
3729
+ readonly path: "/workspace/spaceCode";
3730
+ }, {
3731
+ readonly key: RouteKey.resourceAuth;
3732
+ readonly path: "/workspace/auth";
3733
+ }, {
3734
+ readonly key: RouteKey.accessAnalysis;
3735
+ readonly path: "/workspace/resourceanalysis";
3736
+ }, {
3737
+ readonly key: RouteKey.auditLog;
3738
+ readonly path: "/workspace/auditLog";
3739
+ }, {
3740
+ readonly key: RouteKey.performanceAnalysis;
3741
+ readonly path: "/workspace/performance";
4132
3742
  readonly children: [{
4133
- readonly key: RouteKey.dashboardScreenEdit;
4134
- readonly path: "/dashboard/screen.htm";
3743
+ readonly key: RouteKey.performanceAnalysisDataset;
3744
+ readonly path: "/workspace/performance/cube";
4135
3745
  }, {
4136
- readonly key: RouteKey.dashboardScreenView;
4137
- readonly path: "/dashboard/view/screenView.htm";
4138
- }, {
4139
- readonly key: RouteKey.dashboardScreenPublicView;
4140
- readonly path: "/token3rd/dashboard/view/screenView.htm";
3746
+ readonly key: RouteKey.performanceAnalysisDashboard;
3747
+ readonly path: "/workspace/performance/dashboard";
4141
3748
  }];
3749
+ }, {
3750
+ readonly key: RouteKey.quickEngine;
3751
+ readonly path: "/workspace/quickEngine";
3752
+ }, {
3753
+ readonly key: RouteKey.resourceLineage;
3754
+ readonly path: "/workspace/lineage";
3755
+ }, {
3756
+ readonly key: RouteKey.workspaceRecycle;
3757
+ readonly path: "/workspace/recycle";
3758
+ }, {
3759
+ readonly key: RouteKey.advanceVersion;
3760
+ readonly path: "/workspace/version";
3761
+ }, {
3762
+ readonly key: RouteKey.workspacePreview;
3763
+ readonly path: "/workspace/preview";
3764
+ }];
3765
+ }, {
3766
+ readonly key: RouteKey.copilotPage;
3767
+ readonly path: "/copilotPage";
3768
+ readonly children: [{
3769
+ readonly key: RouteKey.copilotPageSmartQ;
3770
+ readonly path: "/copilotPage/smartQ";
3771
+ }, {
3772
+ readonly key: RouteKey.copilotPageQChat;
3773
+ readonly path: "/copilotPage/qChat";
3774
+ }, {
3775
+ readonly key: RouteKey.copilotPageQInsight;
3776
+ readonly path: "/copilotPage/qInsight";
3777
+ }, {
3778
+ readonly key: RouteKey.copilotPageQReport;
3779
+ readonly path: "/copilotPage/qreport";
3780
+ }, {
3781
+ readonly key: RouteKey.copilotPageQDashboard;
3782
+ readonly path: "/copilotPage/qDashboard";
3783
+ }, {
3784
+ readonly key: RouteKey.copilotPageAgentList;
3785
+ readonly path: "/copilotPage/agentList";
3786
+ }, {
3787
+ readonly key: RouteKey.copilotPageAgent;
3788
+ readonly path: "/copilotPage/agent/:id";
3789
+ }];
3790
+ }, {
3791
+ readonly key: RouteKey.embedModule;
3792
+ readonly path: "/embed/module";
3793
+ }, {
3794
+ readonly key: RouteKey.upgradeTable;
3795
+ readonly path: "/upgradeTable.htm";
3796
+ }, {
3797
+ readonly key: RouteKey.accountFailure;
3798
+ readonly path: "/accountFailure";
3799
+ }];
3800
+ }, {
3801
+ readonly key: RouteKey.qChatEmbed;
3802
+ readonly path: "/copilot";
3803
+ readonly children: [{
3804
+ readonly key: RouteKey.qChatPublicView;
3805
+ readonly path: "/token3rd/copilot";
3806
+ }];
3807
+ }, {
3808
+ readonly key: RouteKey.portalRoot;
3809
+ readonly path: "/product";
3810
+ readonly children: [{
3811
+ readonly key: RouteKey.portalEdit;
3812
+ readonly path: "/productedit.htm";
3813
+ }, {
3814
+ readonly key: RouteKey.portalView;
3815
+ readonly path: "/product/view.htm";
3816
+ }, {
3817
+ readonly key: RouteKey.portalId;
3818
+ readonly path: "/product/:productId";
3819
+ }, {
3820
+ readonly key: RouteKey.portalPublicView;
3821
+ readonly path: "/token3rd/product/view.htm";
3822
+ }];
3823
+ }, {
3824
+ readonly key: RouteKey.formRoot;
3825
+ readonly path: "/form-system";
3826
+ readonly children: [{
3827
+ readonly key: RouteKey.formCreate;
3828
+ readonly path: "/form-system/editor/create";
3829
+ }, {
3830
+ readonly key: RouteKey.formEdit;
3831
+ readonly path: "/form-system/editor/edit/:id";
3832
+ }, {
3833
+ readonly key: RouteKey.formManage;
3834
+ readonly path: "/form-system/publish/manage/:id";
3835
+ }, {
3836
+ readonly key: RouteKey.formView;
3837
+ readonly path: "/form-system/publish/preview/:id";
3838
+ }, {
3839
+ readonly key: RouteKey.formRecord;
3840
+ readonly path: "/form-system/publish/preview/:formId/:rowId";
3841
+ }, {
3842
+ readonly key: RouteKey.formPublicView;
3843
+ readonly path: "/token3rd/dataform/view.htm";
3844
+ }];
3845
+ }, {
3846
+ readonly key: RouteKey.dashboardRoot;
3847
+ readonly path: "/dashboardRoot";
3848
+ readonly children: [{
3849
+ readonly key: RouteKey.dashboardView;
3850
+ readonly path: "/dashboard/view/pc.htm";
3851
+ }, {
3852
+ readonly key: RouteKey.dashboardPublicView;
3853
+ readonly path: "/token3rd/dashboard/view/pc.htm";
3854
+ }, {
3855
+ readonly key: RouteKey.dashboardEdit;
3856
+ readonly path: "/dashboard/pc.htm";
3857
+ }, {
3858
+ readonly key: RouteKey.dashboardPublicEdit;
3859
+ readonly path: "/token3rd/dashboard/pc.htm";
3860
+ }, {
3861
+ readonly key: RouteKey.dashboardMobileView1;
3862
+ readonly path: "/dashboard/mobile.htm";
3863
+ }, {
3864
+ readonly key: RouteKey.dashboardMobileView2;
3865
+ readonly path: "/dashboard/view/mobile.htm";
3866
+ }, {
3867
+ readonly key: RouteKey.dashboardMobileView3;
3868
+ readonly path: "/mobile/dashboard";
3869
+ }];
3870
+ }, {
3871
+ readonly key: RouteKey.workbookRoot;
3872
+ readonly path: "/report";
3873
+ readonly children: [{
3874
+ readonly key: RouteKey.workbookView;
3875
+ readonly path: "/report/view.htm";
3876
+ }, {
3877
+ readonly key: RouteKey.workbookPublicView;
3878
+ readonly path: "/token3rd/report/view.htm";
3879
+ }, {
3880
+ readonly key: RouteKey.workbookFormTask;
3881
+ readonly path: "/report/formTask.htm";
3882
+ }, {
3883
+ readonly key: RouteKey.workbookEdit;
3884
+ readonly path: "/report/index.htm";
3885
+ }];
3886
+ }, {
3887
+ readonly key: RouteKey.etlRoot;
3888
+ readonly path: "/etl";
3889
+ readonly children: [{
3890
+ readonly key: RouteKey.etlEdit;
3891
+ readonly path: "/etl/edit.htm";
3892
+ }, {
3893
+ readonly key: RouteKey.etlLog;
3894
+ readonly path: "/etllog/index.htm";
3895
+ }];
3896
+ }, {
3897
+ readonly key: RouteKey.datasetRoot;
3898
+ readonly path: "/cube";
3899
+ readonly children: [{
3900
+ readonly key: RouteKey.datasetEdit;
3901
+ readonly path: "/cube.htm";
3902
+ }];
3903
+ }, {
3904
+ readonly key: RouteKey.downloadRoot;
3905
+ readonly path: "/offline";
3906
+ readonly children: [{
3907
+ readonly key: RouteKey.downloadEdit;
3908
+ readonly path: "/offline/pc.htm";
3909
+ }, {
3910
+ readonly key: RouteKey.downloadView;
3911
+ readonly path: "/offline/view/pc.htm";
3912
+ }, {
3913
+ readonly key: RouteKey.downloadPublicView;
3914
+ readonly path: "/token3rd/offline/view/pc.htm";
3915
+ }];
3916
+ }, {
3917
+ readonly key: RouteKey.analysisRoot;
3918
+ readonly path: "/analysis";
3919
+ readonly children: [{
3920
+ readonly key: RouteKey.analysisEdit;
3921
+ readonly path: "/analysis/edit.htm";
3922
+ }, {
3923
+ readonly key: RouteKey.analysisView;
3924
+ readonly path: "/analysis/view.htm";
3925
+ }, {
3926
+ readonly key: RouteKey.analysisPublicView;
3927
+ readonly path: "/token3rd/analysis/view.htm";
3928
+ }];
3929
+ }, {
3930
+ readonly key: RouteKey.screenRoot;
3931
+ readonly path: "/screen";
3932
+ readonly children: [{
3933
+ readonly key: RouteKey.screenEdit;
3934
+ readonly path: "/screen/index.htm";
3935
+ }, {
3936
+ readonly key: RouteKey.screenView;
3937
+ readonly path: "/screen/view.htm";
3938
+ }, {
3939
+ readonly key: RouteKey.screenPublicView;
3940
+ readonly path: "/token3rd/screen/view/pc.htm";
3941
+ }];
3942
+ }, {
3943
+ readonly key: RouteKey.consoleRoot;
3944
+ readonly path: "/console";
3945
+ readonly children: [{
3946
+ readonly key: RouteKey.console;
3947
+ readonly path: "/console.htm";
3948
+ }, {
3949
+ readonly key: RouteKey.version;
3950
+ readonly path: "/version.htm";
3951
+ }, {
3952
+ readonly key: RouteKey.consoleLy;
3953
+ readonly path: "/console-ly.htm";
3954
+ }, {
3955
+ readonly key: RouteKey.consoleEntry;
3956
+ readonly path: "/console-entry.htm";
3957
+ }];
3958
+ }, {
3959
+ readonly key: RouteKey.opsRoot;
3960
+ readonly path: "/ops";
3961
+ readonly children: [{
3962
+ readonly key: RouteKey.opsCenter;
3963
+ readonly path: "/opscenter";
3964
+ }, {
3965
+ readonly key: RouteKey.opsSuper;
3966
+ readonly path: "/opscenter/super";
3967
+ }, {
3968
+ readonly key: RouteKey.opsManager;
3969
+ readonly path: "/opscenter/manager";
3970
+ }, {
3971
+ readonly key: RouteKey.opsNotice;
3972
+ readonly path: "/opscenter/notice";
3973
+ }, {
3974
+ readonly key: RouteKey.opsLicense;
3975
+ readonly path: "/opscenter/license";
3976
+ }, {
3977
+ readonly key: RouteKey.opsTenantManage;
3978
+ readonly path: "/opscenter/tenantManage";
3979
+ }, {
3980
+ readonly key: RouteKey.opsApply;
3981
+ readonly path: "/opscenter/apply";
3982
+ }, {
3983
+ readonly key: RouteKey.opsLoginConfig;
3984
+ readonly path: "/opscenter/loginConfig";
3985
+ }, {
3986
+ readonly key: RouteKey.opsLoginSystemConfig;
3987
+ readonly path: "/opscenter/loginSystemConfig";
3988
+ }, {
3989
+ readonly key: RouteKey.opsCopilotOfficialAgent;
3990
+ readonly path: "/opscenter/copilot/officialAgent";
3991
+ }, {
3992
+ readonly key: RouteKey.opsSystemConfig;
3993
+ readonly path: "/opscenter/sysconfig";
3994
+ }, {
3995
+ readonly key: RouteKey.docsManageMenus;
3996
+ readonly path: "/opscenter/docsmanage/menus";
3997
+ }, {
3998
+ readonly key: RouteKey.docsManageItems;
3999
+ readonly path: "/opscenter/docsmanage/items";
4142
4000
  }];
4001
+ }, {
4002
+ readonly key: RouteKey.mobileEntry;
4003
+ readonly path: "/m/";
4004
+ }, {
4005
+ readonly key: RouteKey.mobileWebSite;
4006
+ readonly path: "/m/website";
4007
+ }, {
4008
+ readonly key: RouteKey.mobileHomeEntry;
4009
+ readonly path: "/m/home";
4010
+ }, {
4011
+ /** 移动端微应用, 哈希路由 */
4012
+ readonly key: RouteKey.mobileRoot;
4013
+ readonly path: "/";
4014
+ readonly children: [{
4015
+ readonly key: RouteKey.mobileHome;
4016
+ readonly path: "/home";
4017
+ }, {
4018
+ readonly key: RouteKey.mobileCommon;
4019
+ readonly path: "/common";
4020
+ }, {
4021
+ readonly key: RouteKey.mobileMine;
4022
+ readonly path: "/mine";
4023
+ }, {
4024
+ readonly key: RouteKey.mobileCard;
4025
+ readonly path: "/card";
4026
+ }, {
4027
+ readonly key: RouteKey.mobileCopilot;
4028
+ readonly path: "/copilot";
4029
+ readonly children: [{
4030
+ readonly key: RouteKey.mobileCopilotQChat;
4031
+ readonly path: "/copilot/qChat";
4032
+ }, {
4033
+ readonly key: RouteKey.mobileCopilotAgent;
4034
+ readonly path: "/copilot/agent/:id";
4035
+ }];
4036
+ }, {
4037
+ readonly key: RouteKey.mobileQMessage;
4038
+ readonly path: "/qMessage";
4039
+ readonly children: [{
4040
+ readonly key: RouteKey.mobileQMessageHome;
4041
+ readonly path: "/qMessage/home";
4042
+ }, {
4043
+ readonly key: RouteKey.mobileQMessageMine;
4044
+ readonly path: "/qMessage/mine";
4045
+ }, {
4046
+ readonly key: RouteKey.mobileQMessageTeam;
4047
+ readonly path: "/qMessage/team";
4048
+ }, {
4049
+ readonly key: RouteKey.mobileQMessagePostDetail;
4050
+ readonly path: "/qMessage/post-detail";
4051
+ }];
4052
+ }, {
4053
+ readonly key: RouteKey.mobileData;
4054
+ readonly path: "/data";
4055
+ }, {
4056
+ readonly key: RouteKey.mobilePermission;
4057
+ readonly path: "/permission";
4058
+ }, {
4059
+ readonly key: RouteKey.mobileMyPermission;
4060
+ readonly path: "/myPermission";
4061
+ }, {
4062
+ readonly key: RouteKey.mobileMonitorCenter;
4063
+ readonly path: "/monitor/center";
4064
+ }, {
4065
+ readonly key: RouteKey.mobileMonitorDetail;
4066
+ readonly path: "/monitor/detail.htm";
4067
+ }, {
4068
+ readonly key: RouteKey.mobileSearch;
4069
+ readonly path: "/search";
4070
+ }, {
4071
+ readonly key: RouteKey.mobileDashboard;
4072
+ readonly path: "/dashboard";
4073
+ }, {
4074
+ readonly key: RouteKey.mobileIntro;
4075
+ readonly path: "/intro";
4076
+ }, {
4077
+ readonly key: RouteKey.mobileNotSupport;
4078
+ readonly path: "/notSupport";
4079
+ }, {
4080
+ readonly key: RouteKey.mobileDataForm;
4081
+ readonly path: "/dataForm";
4082
+ }, {
4083
+ readonly key: RouteKey.mobileCustom1;
4084
+ readonly path: "/custom1";
4085
+ }, {
4086
+ readonly key: RouteKey.mobileCustom2;
4087
+ readonly path: "/custom2";
4088
+ }, {
4089
+ readonly key: RouteKey.mobileCustom3;
4090
+ readonly path: "/custom3";
4091
+ }, {
4092
+ readonly key: RouteKey.mobileCustom4;
4093
+ readonly path: "/custom4";
4094
+ }, {
4095
+ readonly key: RouteKey.mobileError;
4096
+ readonly path: "/error";
4097
+ }];
4098
+ }, {
4099
+ readonly key: RouteKey.openPlatRoot;
4100
+ readonly path: "/openplatform";
4101
+ readonly children: [{
4102
+ readonly key: RouteKey.openPlatHome;
4103
+ readonly path: "/openplatform/public/home";
4104
+ }, {
4105
+ readonly key: RouteKey.openPlatSolution;
4106
+ readonly path: "/openplatform/public/solutions";
4107
+ }, {
4108
+ readonly key: RouteKey.openPlatTemplate;
4109
+ readonly path: "/openplatform/public/template";
4110
+ }, {
4111
+ readonly key: RouteKey.openPlatTemplateDocs;
4112
+ readonly path: "/openplatform/public/template/docs";
4113
+ }, {
4114
+ readonly key: RouteKey.extendedVisualizationTemplate;
4115
+ readonly path: "/openplatform/public/extendedVisualization";
4116
+ }];
4117
+ }, {
4118
+ readonly key: RouteKey.template;
4119
+ readonly path: "/template";
4120
+ readonly children: [{
4121
+ readonly key: RouteKey.templateView;
4122
+ readonly path: "/template/view";
4123
+ }, {
4124
+ readonly key: RouteKey.templateSuper;
4125
+ readonly path: "/template/super";
4126
+ }, {
4127
+ readonly key: RouteKey.templateNlPublic;
4128
+ readonly path: "/template/nl/public";
4129
+ }, {
4130
+ readonly key: RouteKey.templateNlPreView;
4131
+ readonly path: "/template/nl/preview";
4132
+ }, {
4133
+ readonly key: RouteKey.templateVisualization;
4134
+ readonly path: "/template/extended_visualization";
4135
+ }];
4136
+ }, {
4137
+ readonly key: RouteKey.cardRoot;
4138
+ readonly path: "/card";
4139
+ readonly children: [{
4140
+ readonly key: RouteKey.cardBoard;
4141
+ readonly path: "/card/board.htm";
4142
+ }, {
4143
+ readonly key: RouteKey.cardShot;
4144
+ readonly path: "/card/snapshot.htm";
4145
+ }];
4146
+ }, {
4147
+ readonly key: RouteKey.monitorScreenshot;
4148
+ readonly path: "/token3rd/monitor/card.htm";
4149
+ }, {
4150
+ readonly key: RouteKey.dingDoc;
4151
+ readonly path: "/dingDoc.htm";
4152
+ }, {
4153
+ readonly key: RouteKey.wordAgentRoot;
4154
+ readonly path: "/qreport";
4155
+ readonly children: [{
4156
+ readonly key: RouteKey.wordAgentView;
4157
+ readonly path: "/qreport/view.htm";
4158
+ }, {
4159
+ readonly key: RouteKey.wordAgentEdit;
4160
+ readonly path: "/qreport/edit.htm";
4161
+ }, {
4162
+ readonly key: RouteKey.wordAgentPublicView;
4163
+ readonly path: "/token3rd/qreport/view.htm";
4164
+ }, {
4165
+ readonly key: RouteKey.wordAgentFilePreview;
4166
+ readonly path: "/qreport/file-view.htm";
4167
+ }];
4168
+ }, {
4169
+ readonly key: RouteKey.loginRoot;
4170
+ readonly path: "/auth_sso";
4171
+ readonly children: [{
4172
+ readonly key: RouteKey.loginSystemConfig;
4173
+ readonly path: "/auth_sso/login/systemConfig.htm";
4174
+ }, {
4175
+ readonly key: RouteKey.loginAuthConfig;
4176
+ readonly path: "/auth_sso/login/config.htm";
4177
+ }, {
4178
+ readonly key: RouteKey.login;
4179
+ readonly path: "/auth_sso/login/login.htm";
4180
+ }, {
4181
+ readonly key: RouteKey.loginMicro;
4182
+ readonly path: "/auth_sso/login/microLogin.htm";
4183
+ }];
4184
+ }, {
4185
+ readonly key: RouteKey.dashboardScreenRoot;
4186
+ readonly path: "/dashboard/screen";
4187
+ readonly children: [{
4188
+ readonly key: RouteKey.dashboardScreenEdit;
4189
+ readonly path: "/dashboard/screen.htm";
4190
+ }, {
4191
+ readonly key: RouteKey.dashboardScreenView;
4192
+ readonly path: "/dashboard/view/screenView.htm";
4193
+ }, {
4194
+ readonly key: RouteKey.dashboardScreenPublicView;
4195
+ readonly path: "/token3rd/dashboard/view/screenView.htm";
4196
+ }];
4197
+ }];
4143
4198
  };
4144
- /** 路由映射
4145
- * @description 路由映射
4146
- * @example
4147
- * 解析RouteKey:用于获取RouteKey对应的path值
4148
- * ROUTE_PATH_MAP[RouteKey.login] // '/auth_sso/login/login.htm'
4149
- *
4150
- * 解析path:用于快速获取path对应的RouteKey,减少matchRoute中遍历复杂度
4151
- * PATH_ROUTE_MAP['/auth_sso/login/login.htm'] // RouteKey.login
4152
- */
4153
- const ROUTE_PATH_MAP: Record<RouteKey, string>;
4154
- const PATH_ROUTE_MAP: Record<string, RouteKey>;
4155
- const DYNAMIC_PATH_ROUTE_MAP: Record<string, RouteKey>;
4156
- /** 移动端路由映射 */
4157
- const MOBILE_PATH_ROUTE_MAP: Record<string, RouteKey>;
4158
- export { ROUTE_PATH_MAP, PATH_ROUTE_MAP, DYNAMIC_PATH_ROUTE_MAP, MOBILE_PATH_ROUTE_MAP };
4199
+ /** 路由树打平,根据key索引 */
4200
+ export const ROUTE_TREE_MAP: Record<RouteKey, RouteTreeNode<string>>;
4201
+ /** 将整颗路径树打平,根据key索引 */
4202
+ export const ROUTE_PATH_MAP: Record<RouteKey, string>;
4203
+ /** 静态路由树 */
4204
+ export const PATH_ROUTE_MAP: Record<string, RouteKey>;
4205
+ /** 动态路由树 */
4206
+ export const DYNAMIC_PATH_ROUTE_MAP: Record<string, RouteKey>;
4207
+ /** 移动端微应用很多path重复,构建一个移动端的路径索引,用于在hash路由下匹配 */
4208
+ export const MOBILE_PATH_ROUTE_MAP: Record<string, RouteKey>;
4159
4209
  }
4160
4210
 
4161
4211
  declare module '@quickbi/bi-types/permission-type' {
@@ -4437,7 +4487,9 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
4437
4487
  /** 差异计算 */
4438
4488
  difference = "difference",
4439
4489
  /** 移动计算 */
4440
- moving = "moving"
4490
+ moving = "moving",
4491
+ /** 多字段组合 */
4492
+ multiFieldCombination = "multiFieldCombination"
4441
4493
  }
4442
4494
  export type CalcOrder = 'asc' | 'desc';
4443
4495
  /** 累计计算类型 */
@@ -4583,6 +4635,10 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
4583
4635
  prevDirection?: string;
4584
4636
  /** 计算范围 右 N数目 */
4585
4637
  nextDirection?: string;
4638
+ /** 四则运算表达式 guid2在不同数据集间也是唯一的 */
4639
+ expression?: string;
4640
+ /** 主字段的guid */
4641
+ mainGuid?: string;
4586
4642
  }
4587
4643
  /** 同环比参数 */
4588
4644
  export interface CompareParams {
@@ -4661,6 +4717,33 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
4661
4717
  /** 数值筛选条件下数值的类型 */
4662
4718
  numberValueType?: NumberValueType;
4663
4719
  }
4720
+ export interface MultiFieldCombinationFieldConfig {
4721
+ /** 字段唯一标识 */
4722
+ uuid: string;
4723
+ /** 对应在数据集中的字段id */
4724
+ pathId: string;
4725
+ /** 数据集ID */
4726
+ cubeId: string;
4727
+ /** 字段标题 */
4728
+ title: string;
4729
+ /** 该字段的聚合方式 */
4730
+ aggregator: string;
4731
+ /** 该字段的高级计算类型 */
4732
+ advanceCalType?: string;
4733
+ /** 该字段的高级计算配置 */
4734
+ advanceCalConfig?: MultiFieldAdvanceCalConfig;
4735
+ }
4736
+ /**
4737
+ * 多字段组合配置
4738
+ */
4739
+ export interface MultiFieldCombinationConfig {
4740
+ /** 参数类型 */
4741
+ key: string;
4742
+ /** 组合表达式,如 "$u0003A-guid$u0003+$u0003B-guid$u0003" */
4743
+ expression: string;
4744
+ /** 参与组合的字段及其高级计算配置 */
4745
+ fields: MultiFieldCombinationFieldConfig[];
4746
+ }
4664
4747
  /** 字段详细信息
4665
4748
  */
4666
4749
  export class DataConfigAreaItemColumn {
@@ -4756,6 +4839,8 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
4756
4839
  differenceParams?: DifferenceParams;
4757
4840
  /** 移动计算参数 */
4758
4841
  movingCalculationParams?: MovingCalculationParams;
4842
+ /** 多字段组合参数 */
4843
+ multiFieldCombinationParams?: MultiFieldCombinationConfig;
4759
4844
  /** 存在表示维度 */
4760
4845
  levels?: any[];
4761
4846
  /** 下钻辅助字段,目前仅交叉表、明细表的drill会存在 */
@@ -4771,6 +4856,10 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
4771
4856
  /** 排序序号 从0开始 */
4772
4857
  sortNum: number;
4773
4858
  };
4859
+ /** 是否是多字段组合的 */
4860
+ isMultiField?: boolean;
4861
+ /** 父字段的guid */
4862
+ parentFieldGuid?: string;
4774
4863
  }
4775
4864
  export enum ContrastType {
4776
4865
  DAY_DAY_RING_RATIO = "day_day",
@@ -4786,6 +4875,38 @@ declare module '@quickbi/bi-types/data-panel/data-config' {
4786
4875
  YEAR_YEAR_RING_RATIO = "year_year",
4787
4876
  DYNAMIC_RING_RATIO = "dynamic"
4788
4877
  }
4878
+ /**
4879
+ * 多字段组合-只允许出现一种高级计算参数
4880
+ * 目前只支持以下高级计算参数
4881
+ * 1. 同环比
4882
+ * 2. 日期累计
4883
+ * 3. 累计计算
4884
+ * 4. 占比
4885
+ * 5. 排名
4886
+ * 6. topN
4887
+ * 7. 百分位
4888
+ * 8. 差异
4889
+ * 9. 移动计算
4890
+ */
4891
+ export type MultiFieldAdvanceCalConfig = {
4892
+ compareParams: CompareParams;
4893
+ } | {
4894
+ dateAccumulateParams: DateAccumulateParams;
4895
+ } | {
4896
+ countParams: CountParams;
4897
+ } | {
4898
+ proportionParams: ProportionParams;
4899
+ } | {
4900
+ rank: RankParams;
4901
+ } | {
4902
+ topNParams: TopNParams;
4903
+ } | {
4904
+ percentileParams: PercentileParams;
4905
+ } | {
4906
+ differenceParams: DifferenceParams;
4907
+ } | {
4908
+ movingCalculationParams: MovingCalculationParams;
4909
+ };
4789
4910
  }
4790
4911
 
4791
4912
  declare module '@quickbi/bi-types/data-panel/data-schema-item' {
@@ -4938,23 +5059,34 @@ declare module '@quickbi/bi-types/data-panel/data-schema-item' {
4938
5059
  hideValues?: ContrastTypes[];
4939
5060
  }
4940
5061
  export enum AdvanceCalTypes {
5062
+ /** 无 */
5063
+ none = "none",
5064
+ /** 同环比 */
5065
+ contrast = "contrast",
5066
+ /** 日期累计 */
4941
5067
  increase = "increase",
5068
+ /** 累计计算 */
5069
+ count = "count",
5070
+ /** 占比(交叉表使用) */
4942
5071
  percentRatio = "percentRatio",
5072
+ /** 占比 (其他图表使用) */
5073
+ proportion = "proportion",
5074
+ /** 排名 */
4943
5075
  rank = "rank",
4944
- none = "none",
5076
+ /** TopN */
4945
5077
  topn = "topn",
4946
- count = "count",
5078
+ /** 百分位 */
4947
5079
  percentile = "percentile",
4948
- contrast = "contrast",
4949
- proportion = "proportion",
5080
+ /** 差异 */
5081
+ difference = "difference",
4950
5082
  /** 时间补齐 */
4951
5083
  timeCompletion = "timeCompletion",
4952
- /** 组合计算 */
5084
+ /** 嵌套计算 */
4953
5085
  combinatorialCalculation = "combinatorialCalculation",
4954
- /** 差异 */
4955
- difference = "difference",
4956
5086
  /** 移动计算 */
4957
- movingCalculation = "movingCalculation"
5087
+ movingCalculation = "movingCalculation",
5088
+ /** 多字段组合 */
5089
+ multiFieldCombination = "multiFieldCombination"
4958
5090
  }
4959
5091
  export enum AdvanceCalcDateTypes {
4960
5092
  day = "day",