@quickbi/bi-types 3.2.7 → 3.2.9-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.d.ts CHANGED
@@ -2345,6 +2345,10 @@ declare module '@quickbi/bi-types/standard-model' {
2345
2345
  conditionalFormatResults?: any[];
2346
2346
  /** 是否有总计结果 */
2347
2347
  hasTotalResult?: boolean;
2348
+ /** 组织配置:链接默认打开方式 new(新窗口)/pop(居中弹窗)/this(当前窗口) */
2349
+ defaultOpenWay?: 'new' | 'pop' | 'this';
2350
+ /** 组织配置:居中弹窗默认尺寸配置(JSON 字符串) */
2351
+ defaultPopSize?: string;
2348
2352
  }
2349
2353
  /** CrossTableCell图的最终输入配置 */
2350
2354
  export interface CellChartInputModel<S = StyleConfigModel> {
@@ -2807,6 +2811,8 @@ declare module '@quickbi/bi-types/router/route-key' {
2807
2811
  orgAdminWorkspace = "orgAdminWorkspace",
2808
2812
  /** 组织管理-工作空间管理-空间成员与信息 */
2809
2813
  orgAdminWorkspaceInfo = "orgAdminWorkspaceInfo",
2814
+ /** 组织管理-Credit管理 */
2815
+ orgAdminCreditManage = "orgAdminCreditManage",
2810
2816
  /** 组织管理-集中授权 */
2811
2817
  orgAdminAuthorize = "orgAdminAuthorize",
2812
2818
  /** 组织管理-集中授权-按资源授权 */
@@ -2831,6 +2837,8 @@ declare module '@quickbi/bi-types/router/route-key' {
2831
2837
  orgAdminRowLevelPermission = "orgAdminRowLevelPermission",
2832
2838
  /** 组织管理-数据安全-导出控制 */
2833
2839
  orgAdminExportControl = "orgAdminExportControl",
2840
+ /** 组织管理-数据安全-IP白名单 */
2841
+ orgAdminIpWhitelist = "orgAdminIpWhitelist",
2834
2842
  /** 组织管理-系统主题定制 */
2835
2843
  orgThemeCustom = "orgThemeCustom",
2836
2844
  /** 组织管理-报表主题管理 */
@@ -2881,6 +2889,10 @@ declare module '@quickbi/bi-types/router/route-key' {
2881
2889
  orgDashboardConfig = "orgDashboardConfig",
2882
2890
  /** 组织管理-智能小 Q */
2883
2891
  orgAdminSmartQ = "orgAdminSmartQ",
2892
+ /** 组织管理-智能小 Q·Ultra */
2893
+ orgAdminSmartQUltra = "orgAdminSmartQUltra",
2894
+ /** 组织管理-智能小 Q·Ultra - 预配置数据资产 */
2895
+ orgAdminSmartQUltraPreAsset = "orgAdminSmartQUltraPreAsset",
2884
2896
  /** 组织管理-智能小 Q通用配置 */
2885
2897
  orgAdminSmartQGlobalConfig = "orgAdminSmartQGlobalConfig",
2886
2898
  /** 组织管理-智能小 Q - 通用配置 - 大模型配置 */
@@ -2891,6 +2903,8 @@ declare module '@quickbi/bi-types/router/route-key' {
2891
2903
  orgAdminSmartQGlobalConfigAgentManage = "orgAdminSmartQGlobalConfigAgentManage",
2892
2904
  /** 组织管理-智能小 Q - 通用配置 - 知识库 */
2893
2905
  orgAdminSmartQGlobalConfigKnowledgeManage = "orgAdminSmartQGlobalConfigKnowledgeManage",
2906
+ /** 组织管理-智能小 Q - 通用配置 - 主题定制 */
2907
+ orgAdminSmartQGlobalThemeSetting = "orgAdminSmartQGlobalThemeSetting",
2894
2908
  /** 组织管理-小Q问数 */
2895
2909
  orgAdminCopilot = "orgAdminCopilot",
2896
2910
  /** 组织管理-小Q问数 - 探索版 */
@@ -3056,6 +3070,8 @@ declare module '@quickbi/bi-types/router/route-key' {
3056
3070
  apiStatistic = "apiStatistic",
3057
3071
  /** 单个api调用统计,包括开放api和数据服务 */
3058
3072
  apiStatisticCount = "apiStatisticCount",
3073
+ /** 单图表嵌入 */
3074
+ singleChartEmbed = "singleChartEmbed",
3059
3075
  /** 标准版-账号管理页面 */
3060
3076
  standardUser = "standardUser",
3061
3077
  /** 订阅管理, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
@@ -3064,6 +3080,10 @@ declare module '@quickbi/bi-types/router/route-key' {
3064
3080
  subscriptionTask = "subscriptionTask",
3065
3081
  /** 发送记录, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
3066
3082
  sendRecord = "sendRecord",
3083
+ /** 小Q解读任务管理 */
3084
+ subscriptionQInsightsManage = "subscriptionQInsightsManage",
3085
+ /** 报告缓存任务 */
3086
+ subscriptionReportCache = "subscriptionReportCache",
3067
3087
  /** 首页-模版市场 */
3068
3088
  templateRoot = "templateRoot",
3069
3089
  /** 我的看板 */
@@ -3110,6 +3130,10 @@ declare module '@quickbi/bi-types/router/route-key' {
3110
3130
  copilotPageQReport = "copilotPageQReport",
3111
3131
  /** 首页下的小Q搭建 */
3112
3132
  copilotPageQDashboard = "copilotPageQDashboard",
3133
+ /** 首页下的小Q搜索 */
3134
+ copilotPageSearch = "copilotPageSearch",
3135
+ /** 首页下的小Q更多 */
3136
+ copilotPageMore = "copilotPageMore",
3113
3137
  /** 首页下的自定义智能体列表页 */
3114
3138
  copilotPageAgentList = "copilotPageAgentList",
3115
3139
  /** 首页下的自定义智能体 */
@@ -3217,6 +3241,12 @@ declare module '@quickbi/bi-types/router/route-key' {
3217
3241
  /** 仪表板移动端预览 */
3218
3242
  dashboardMobileView2 = "dashboardMobileView2",
3219
3243
  dashboardMobileView3 = "dashboardMobileView3",
3244
+ /** AI 仪表板 */
3245
+ aiDashboardRoot = "aiDashboardRoot",
3246
+ /** AI 仪表板预览 */
3247
+ aiDashboardView = "aiDashboardView",
3248
+ /** AI 仪表板编辑 */
3249
+ aiDashboardEdit = "aiDashboardEdit",
3220
3250
  /** -------------------------------------------------- 电子表格 -------------------------------------------------- */
3221
3251
  workbookRoot = "workbookRoot",
3222
3252
  /** 电子表格预览 */
@@ -3421,7 +3451,6 @@ declare module '@quickbi/bi-types/router/route-key' {
3421
3451
  wordAgentFilePreview = "wordAgentFilePreview",
3422
3452
  /** 第三方token预览 */
3423
3453
  wordAgentPublicView = "wordAgentPublicView",
3424
- qReportReplay = "qReportReplay",
3425
3454
  /** 老大屏应用页面 */
3426
3455
  dashboardScreenRoot = "dashboardScreenRoot",
3427
3456
  /** 老大屏编辑页 */
@@ -3443,7 +3472,25 @@ declare module '@quickbi/bi-types/router/route-key' {
3443
3472
  /** 指标洞察-编辑 */
3444
3473
  metricInsightsEdit = "metricInsightsEdit",
3445
3474
  /** 指标洞察-预览 */
3446
- metricInsightsView = "metricInsightsView"
3475
+ metricInsightsView = "metricInsightsView",
3476
+ /** AI App 根路由 */
3477
+ aiRoot = "aiRoot",
3478
+ /** AI App 对话页 */
3479
+ aiChat = "aiChat",
3480
+ /** AI App 对话页(含 sessionId) */
3481
+ aiChatSession = "aiChatSession",
3482
+ /** AI App 定时任务页 */
3483
+ aiTask = "aiTask",
3484
+ /** AI App 数据资产页 */
3485
+ aiResource = "aiResource",
3486
+ /** AI Story 我的分析 */
3487
+ aiStory = "aiStory",
3488
+ /** AI App 数据广场页 */
3489
+ aiDataPlaza = "aiDataPlaza",
3490
+ /** AI App 技能广场页 */
3491
+ aiSkillPlaza = "aiSkillPlaza",
3492
+ /** AI App MCP 连接器页 */
3493
+ aiMCPPlaza = "aiMCPPlaza"
3447
3494
  }
3448
3495
  }
3449
3496
 
@@ -3519,6 +3566,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3519
3566
  readonly key: RouteKey.orgAdminWorkspaceInfo;
3520
3567
  readonly path: "/org/admin/space/workspaceInfo";
3521
3568
  }];
3569
+ }, {
3570
+ readonly key: RouteKey.orgAdminCreditManage;
3571
+ readonly path: "/org/admin/creditManage";
3522
3572
  }, {
3523
3573
  readonly key: RouteKey.orgAdminAuthorize;
3524
3574
  readonly path: "/org/admin/authorize";
@@ -3557,6 +3607,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3557
3607
  }, {
3558
3608
  readonly key: RouteKey.orgAdminExportControl;
3559
3609
  readonly path: "/org/admin/dataSafety/exportControl";
3610
+ }, {
3611
+ readonly key: RouteKey.orgAdminIpWhitelist;
3612
+ readonly path: "/org/admin/dataSafety/ipWhitelist";
3560
3613
  }];
3561
3614
  }, {
3562
3615
  readonly key: RouteKey.orgThemeCustom;
@@ -3655,6 +3708,10 @@ declare module '@quickbi/bi-types/router/route-tree' {
3655
3708
  /** 智能小 Q - 通用配置 - 大模型配置 */
3656
3709
  readonly key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage;
3657
3710
  readonly path: "/org/admin/smartQ/globalConfig/knowledgeManage";
3711
+ }, {
3712
+ /** 智能小 Q - 通用配置 - 主题定制 */
3713
+ readonly key: RouteKey.orgAdminSmartQGlobalThemeSetting;
3714
+ readonly path: "/org/admin/smartQ/globalConfig/themeSetting";
3658
3715
  }];
3659
3716
  }, {
3660
3717
  readonly key: RouteKey.orgAdminCopilot;
@@ -3720,6 +3777,14 @@ declare module '@quickbi/bi-types/router/route-tree' {
3720
3777
  readonly path: "/org/admin/qMessage/performanceAssistant";
3721
3778
  }];
3722
3779
  }];
3780
+ }, {
3781
+ readonly key: RouteKey.orgAdminSmartQUltra;
3782
+ readonly path: "/org/admin/smartQUltra";
3783
+ readonly children: [{
3784
+ /** 智能小 Q·Ultra - 预配置数据资产 */
3785
+ readonly key: RouteKey.orgAdminSmartQUltraPreAsset;
3786
+ readonly path: "/org/admin/smartQUltra/preAsset";
3787
+ }];
3723
3788
  }, {
3724
3789
  readonly key: RouteKey.orgAdminMap;
3725
3790
  readonly path: "/org/admin/map";
@@ -3932,6 +3997,12 @@ declare module '@quickbi/bi-types/router/route-tree' {
3932
3997
  }, {
3933
3998
  readonly key: RouteKey.sendRecord;
3934
3999
  readonly path: "/subscribe/record";
4000
+ }, {
4001
+ readonly key: RouteKey.subscriptionQInsightsManage;
4002
+ readonly path: "/subscribe/qInsightsManage";
4003
+ }, {
4004
+ readonly key: RouteKey.subscriptionReportCache;
4005
+ readonly path: "/subscribe/reportCache";
3935
4006
  }];
3936
4007
  }, {
3937
4008
  readonly key: RouteKey.templateRoot;
@@ -4112,15 +4183,15 @@ declare module '@quickbi/bi-types/router/route-tree' {
4112
4183
  readonly key: RouteKey.accountFailure;
4113
4184
  readonly path: "/accountFailure";
4114
4185
  }];
4186
+ }, {
4187
+ readonly key: RouteKey.singleChartEmbed;
4188
+ readonly path: "/feishu/embed";
4115
4189
  }, {
4116
4190
  readonly key: RouteKey.qChatEmbed;
4117
4191
  readonly path: "/copilot";
4118
4192
  readonly children: [{
4119
4193
  readonly key: RouteKey.qChatPublicView;
4120
4194
  readonly path: "/token3rd/copilot";
4121
- }, {
4122
- readonly key: RouteKey.qReportReplay;
4123
- readonly path: "/copilot/qreportReplay";
4124
4195
  }];
4125
4196
  }, {
4126
4197
  readonly key: RouteKey.portalRoot;
@@ -4185,6 +4256,16 @@ declare module '@quickbi/bi-types/router/route-tree' {
4185
4256
  readonly key: RouteKey.dashboardMobileView3;
4186
4257
  readonly path: "/mobile/dashboard";
4187
4258
  }];
4259
+ }, {
4260
+ readonly key: RouteKey.aiDashboardRoot;
4261
+ readonly path: "/ai-dashboard";
4262
+ readonly children: [{
4263
+ readonly key: RouteKey.aiDashboardView;
4264
+ readonly path: "/ai-dashboard/view/pc.htm";
4265
+ }, {
4266
+ readonly key: RouteKey.aiDashboardEdit;
4267
+ readonly path: "/ai-dashboard/pc.htm";
4268
+ }];
4188
4269
  }, {
4189
4270
  readonly key: RouteKey.workbookRoot;
4190
4271
  readonly path: "/report";
@@ -4542,6 +4623,35 @@ declare module '@quickbi/bi-types/router/route-tree' {
4542
4623
  readonly key: RouteKey.dashboardScreenPublicView;
4543
4624
  readonly path: "/token3rd/dashboard/view/screenView.htm";
4544
4625
  }];
4626
+ }, {
4627
+ readonly key: RouteKey.aiRoot;
4628
+ readonly path: "/ai";
4629
+ readonly children: [{
4630
+ readonly key: RouteKey.aiChat;
4631
+ readonly path: "/ai/chat";
4632
+ readonly children: [{
4633
+ readonly key: RouteKey.aiChatSession;
4634
+ readonly path: "/ai/chat/:sessionId";
4635
+ }];
4636
+ }, {
4637
+ readonly key: RouteKey.aiTask;
4638
+ readonly path: "/ai/task";
4639
+ }, {
4640
+ readonly key: RouteKey.aiResource;
4641
+ readonly path: "/ai/resource";
4642
+ }, {
4643
+ readonly key: RouteKey.aiStory;
4644
+ readonly path: "/ai/story";
4645
+ }, {
4646
+ readonly key: RouteKey.aiDataPlaza;
4647
+ readonly path: "/ai/data-plaza";
4648
+ }, {
4649
+ readonly key: RouteKey.aiSkillPlaza;
4650
+ readonly path: "/ai/skill-plaza";
4651
+ }, {
4652
+ readonly key: RouteKey.aiMCPPlaza;
4653
+ readonly path: "/ai/mcp-plaza";
4654
+ }];
4545
4655
  }];
4546
4656
  };
4547
4657
  /** 路由树打平,根据key索引 */
@@ -6497,6 +6607,10 @@ declare module '@quickbi/bi-types/cube/cube-schema' {
6497
6607
  name?: string;
6498
6608
  /** 字段描述 */
6499
6609
  comments?: string;
6610
+ /** 字段备注类型 文本/链接 */
6611
+ commentType?: 'text' | 'url';
6612
+ /** 链接模式下的链接文字(commentType=url 时有效) */
6613
+ commentLinkText?: string;
6500
6614
  /** 字段自定义排序设置 */
6501
6615
  sortModel?: {
6502
6616
  sortType: 'ASC' | 'DESC' | 'CUSTOM';
package/cjs/index.js CHANGED
@@ -2276,6 +2276,7 @@ var RouteKey;
2276
2276
  RouteKey2["orgAdminSpace"] = "orgAdminSpace";
2277
2277
  RouteKey2["orgAdminWorkspace"] = "orgAdminWorkspace";
2278
2278
  RouteKey2["orgAdminWorkspaceInfo"] = "orgAdminWorkspaceInfo";
2279
+ RouteKey2["orgAdminCreditManage"] = "orgAdminCreditManage";
2279
2280
  RouteKey2["orgAdminAuthorize"] = "orgAdminAuthorize";
2280
2281
  RouteKey2["orgAdminAuthorizeResource"] = "orgAdminAuthorizeResource";
2281
2282
  RouteKey2["orgAdminAuthorizeUser"] = "orgAdminAuthorizeUser";
@@ -2288,6 +2289,7 @@ var RouteKey;
2288
2289
  RouteKey2["orgAdminCopyManage"] = "orgAdminCopyManage";
2289
2290
  RouteKey2["orgAdminRowLevelPermission"] = "orgAdminRowLevelPermission";
2290
2291
  RouteKey2["orgAdminExportControl"] = "orgAdminExportControl";
2292
+ RouteKey2["orgAdminIpWhitelist"] = "orgAdminIpWhitelist";
2291
2293
  RouteKey2["orgThemeCustom"] = "orgThemeCustom";
2292
2294
  RouteKey2["orgAdminTheme"] = "orgAdminTheme";
2293
2295
  RouteKey2["orgAdminSoftware"] = "orgAdminSoftware";
@@ -2313,11 +2315,14 @@ var RouteKey;
2313
2315
  RouteKey2["orgAdminFavorites"] = "orgAdminFavorites";
2314
2316
  RouteKey2["orgDashboardConfig"] = "orgDashboardConfig";
2315
2317
  RouteKey2["orgAdminSmartQ"] = "orgAdminSmartQ";
2318
+ RouteKey2["orgAdminSmartQUltra"] = "orgAdminSmartQUltra";
2319
+ RouteKey2["orgAdminSmartQUltraPreAsset"] = "orgAdminSmartQUltraPreAsset";
2316
2320
  RouteKey2["orgAdminSmartQGlobalConfig"] = "orgAdminSmartQGlobalConfig";
2317
2321
  RouteKey2["orgAdminSmartQGlobalConfigLlmConfig"] = "orgAdminSmartQGlobalConfigLlmConfig";
2318
2322
  RouteKey2["orgAdminSmartQGlobalConfigAIConfig"] = "orgAdminSmartQGlobalConfigAIConfig";
2319
2323
  RouteKey2["orgAdminSmartQGlobalConfigAgentManage"] = "orgAdminSmartQGlobalConfigAgentManage";
2320
2324
  RouteKey2["orgAdminSmartQGlobalConfigKnowledgeManage"] = "orgAdminSmartQGlobalConfigKnowledgeManage";
2325
+ RouteKey2["orgAdminSmartQGlobalThemeSetting"] = "orgAdminSmartQGlobalThemeSetting";
2321
2326
  RouteKey2["orgAdminCopilot"] = "orgAdminCopilot";
2322
2327
  RouteKey2["orgAdminCopilotQueryAgent"] = "orgAdminCopilotQueryAgent";
2323
2328
  RouteKey2["orgQueryAgentAnalysisThemeManage"] = "orgQueryAgentAnalysisThemeManage";
@@ -2401,10 +2406,13 @@ var RouteKey;
2401
2406
  RouteKey2["embedStatistic"] = "embedStatistic";
2402
2407
  RouteKey2["apiStatistic"] = "apiStatistic";
2403
2408
  RouteKey2["apiStatisticCount"] = "apiStatisticCount";
2409
+ RouteKey2["singleChartEmbed"] = "singleChartEmbed";
2404
2410
  RouteKey2["standardUser"] = "standardUser";
2405
2411
  RouteKey2["subscriptionManage"] = "subscriptionManage";
2406
2412
  RouteKey2["subscriptionTask"] = "subscriptionTask";
2407
2413
  RouteKey2["sendRecord"] = "sendRecord";
2414
+ RouteKey2["subscriptionQInsightsManage"] = "subscriptionQInsightsManage";
2415
+ RouteKey2["subscriptionReportCache"] = "subscriptionReportCache";
2408
2416
  RouteKey2["templateRoot"] = "templateRoot";
2409
2417
  RouteKey2["view"] = "view";
2410
2418
  RouteKey2["viewHome"] = "viewHome";
@@ -2428,6 +2436,8 @@ var RouteKey;
2428
2436
  RouteKey2["copilotPageQMetric"] = "copilotPageQMetric";
2429
2437
  RouteKey2["copilotPageQReport"] = "copilotPageQReport";
2430
2438
  RouteKey2["copilotPageQDashboard"] = "copilotPageQDashboard";
2439
+ RouteKey2["copilotPageSearch"] = "copilotPageSearch";
2440
+ RouteKey2["copilotPageMore"] = "copilotPageMore";
2431
2441
  RouteKey2["copilotPageAgentList"] = "copilotPageAgentList";
2432
2442
  RouteKey2["copilotPageAgent"] = "copilotPageAgent";
2433
2443
  RouteKey2["embedModule"] = "embedModule";
@@ -2482,6 +2492,9 @@ var RouteKey;
2482
2492
  RouteKey2["dashboardMobileView1"] = "dashboardMobileView1";
2483
2493
  RouteKey2["dashboardMobileView2"] = "dashboardMobileView2";
2484
2494
  RouteKey2["dashboardMobileView3"] = "dashboardMobileView3";
2495
+ RouteKey2["aiDashboardRoot"] = "aiDashboardRoot";
2496
+ RouteKey2["aiDashboardView"] = "aiDashboardView";
2497
+ RouteKey2["aiDashboardEdit"] = "aiDashboardEdit";
2485
2498
  RouteKey2["workbookRoot"] = "workbookRoot";
2486
2499
  RouteKey2["workbookView"] = "workbookView";
2487
2500
  RouteKey2["workbookPublicView"] = "workbookPublicView";
@@ -2584,7 +2597,6 @@ var RouteKey;
2584
2597
  RouteKey2["wordAgentArchiveView"] = "wordAgentArchiveView";
2585
2598
  RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
2586
2599
  RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
2587
- RouteKey2["qReportReplay"] = "qReportReplay";
2588
2600
  RouteKey2["dashboardScreenRoot"] = "dashboardScreenRoot";
2589
2601
  RouteKey2["dashboardScreenEdit"] = "dashboardScreenEdit";
2590
2602
  RouteKey2["dashboardScreenView"] = "dashboardScreenView";
@@ -2596,6 +2608,15 @@ var RouteKey;
2596
2608
  RouteKey2["businessInsightsView"] = "businessInsightsView";
2597
2609
  RouteKey2["metricInsightsEdit"] = "metricInsightsEdit";
2598
2610
  RouteKey2["metricInsightsView"] = "metricInsightsView";
2611
+ RouteKey2["aiRoot"] = "aiRoot";
2612
+ RouteKey2["aiChat"] = "aiChat";
2613
+ RouteKey2["aiChatSession"] = "aiChatSession";
2614
+ RouteKey2["aiTask"] = "aiTask";
2615
+ RouteKey2["aiResource"] = "aiResource";
2616
+ RouteKey2["aiStory"] = "aiStory";
2617
+ RouteKey2["aiDataPlaza"] = "aiDataPlaza";
2618
+ RouteKey2["aiSkillPlaza"] = "aiSkillPlaza";
2619
+ RouteKey2["aiMCPPlaza"] = "aiMCPPlaza";
2599
2620
  })(RouteKey || (RouteKey = {}));
2600
2621
 
2601
2622
  // src/basic/bi-types/src/router/route-tree.ts
@@ -2779,6 +2800,10 @@ var ROUTE_TREE_CONFIG = {
2779
2800
  }
2780
2801
  ]
2781
2802
  },
2803
+ {
2804
+ key: RouteKey.orgAdminCreditManage,
2805
+ path: "/org/admin/creditManage"
2806
+ },
2782
2807
  {
2783
2808
  key: RouteKey.orgAdminAuthorize,
2784
2809
  path: "/org/admin/authorize",
@@ -2830,6 +2855,10 @@ var ROUTE_TREE_CONFIG = {
2830
2855
  {
2831
2856
  key: RouteKey.orgAdminExportControl,
2832
2857
  path: "/org/admin/dataSafety/exportControl"
2858
+ },
2859
+ {
2860
+ key: RouteKey.orgAdminIpWhitelist,
2861
+ path: "/org/admin/dataSafety/ipWhitelist"
2833
2862
  }
2834
2863
  ]
2835
2864
  },
@@ -2962,6 +2991,11 @@ var ROUTE_TREE_CONFIG = {
2962
2991
  /** 智能小 Q - 通用配置 - 大模型配置 */
2963
2992
  key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage,
2964
2993
  path: "/org/admin/smartQ/globalConfig/knowledgeManage"
2994
+ },
2995
+ {
2996
+ /** 智能小 Q - 通用配置 - 主题定制 */
2997
+ key: RouteKey.orgAdminSmartQGlobalThemeSetting,
2998
+ path: "/org/admin/smartQ/globalConfig/themeSetting"
2965
2999
  }
2966
3000
  ]
2967
3001
  },
@@ -3056,6 +3090,18 @@ var ROUTE_TREE_CONFIG = {
3056
3090
  }
3057
3091
  ]
3058
3092
  },
3093
+ /** 智能小 Q·Ultra */
3094
+ {
3095
+ key: RouteKey.orgAdminSmartQUltra,
3096
+ path: "/org/admin/smartQUltra",
3097
+ children: [
3098
+ {
3099
+ /** 智能小 Q·Ultra - 预配置数据资产 */
3100
+ key: RouteKey.orgAdminSmartQUltraPreAsset,
3101
+ path: "/org/admin/smartQUltra/preAsset"
3102
+ }
3103
+ ]
3104
+ },
3059
3105
  {
3060
3106
  key: RouteKey.orgAdminMap,
3061
3107
  path: "/org/admin/map",
@@ -3354,6 +3400,14 @@ var ROUTE_TREE_CONFIG = {
3354
3400
  {
3355
3401
  key: RouteKey.sendRecord,
3356
3402
  path: "/subscribe/record"
3403
+ },
3404
+ {
3405
+ key: RouteKey.subscriptionQInsightsManage,
3406
+ path: "/subscribe/qInsightsManage"
3407
+ },
3408
+ {
3409
+ key: RouteKey.subscriptionReportCache,
3410
+ path: "/subscribe/reportCache"
3357
3411
  }
3358
3412
  ]
3359
3413
  },
@@ -3613,6 +3667,10 @@ var ROUTE_TREE_CONFIG = {
3613
3667
  }
3614
3668
  ]
3615
3669
  },
3670
+ {
3671
+ key: RouteKey.singleChartEmbed,
3672
+ path: "/feishu/embed"
3673
+ },
3616
3674
  /** 小Q问数嵌入 */
3617
3675
  {
3618
3676
  key: RouteKey.qChatEmbed,
@@ -3622,11 +3680,6 @@ var ROUTE_TREE_CONFIG = {
3622
3680
  {
3623
3681
  key: RouteKey.qChatPublicView,
3624
3682
  path: "/token3rd/copilot"
3625
- },
3626
- /** 小Q报告回放页面嵌入 */
3627
- {
3628
- key: RouteKey.qReportReplay,
3629
- path: "/copilot/qreportReplay"
3630
3683
  }
3631
3684
  ]
3632
3685
  },
@@ -3719,6 +3772,21 @@ var ROUTE_TREE_CONFIG = {
3719
3772
  }
3720
3773
  ]
3721
3774
  },
3775
+ /** AI 仪表板 */
3776
+ {
3777
+ key: RouteKey.aiDashboardRoot,
3778
+ path: "/ai-dashboard",
3779
+ children: [
3780
+ {
3781
+ key: RouteKey.aiDashboardView,
3782
+ path: "/ai-dashboard/view/pc.htm"
3783
+ },
3784
+ {
3785
+ key: RouteKey.aiDashboardEdit,
3786
+ path: "/ai-dashboard/pc.htm"
3787
+ }
3788
+ ]
3789
+ },
3722
3790
  /** 电子表格 */
3723
3791
  {
3724
3792
  key: RouteKey.workbookRoot,
@@ -4232,6 +4300,47 @@ var ROUTE_TREE_CONFIG = {
4232
4300
  path: "/token3rd/dashboard/view/screenView.htm"
4233
4301
  }
4234
4302
  ]
4303
+ },
4304
+ /** AI App */
4305
+ {
4306
+ key: RouteKey.aiRoot,
4307
+ path: "/ai",
4308
+ children: [
4309
+ {
4310
+ key: RouteKey.aiChat,
4311
+ path: "/ai/chat",
4312
+ children: [
4313
+ {
4314
+ key: RouteKey.aiChatSession,
4315
+ path: "/ai/chat/:sessionId"
4316
+ }
4317
+ ]
4318
+ },
4319
+ {
4320
+ key: RouteKey.aiTask,
4321
+ path: "/ai/task"
4322
+ },
4323
+ {
4324
+ key: RouteKey.aiResource,
4325
+ path: "/ai/resource"
4326
+ },
4327
+ {
4328
+ key: RouteKey.aiStory,
4329
+ path: "/ai/story"
4330
+ },
4331
+ {
4332
+ key: RouteKey.aiDataPlaza,
4333
+ path: "/ai/data-plaza"
4334
+ },
4335
+ {
4336
+ key: RouteKey.aiSkillPlaza,
4337
+ path: "/ai/skill-plaza"
4338
+ },
4339
+ {
4340
+ key: RouteKey.aiMCPPlaza,
4341
+ path: "/ai/mcp-plaza"
4342
+ }
4343
+ ]
4235
4344
  }
4236
4345
  ]
4237
4346
  };
package/esm/index.d.ts CHANGED
@@ -2345,6 +2345,10 @@ declare module '@quickbi/bi-types/standard-model' {
2345
2345
  conditionalFormatResults?: any[];
2346
2346
  /** 是否有总计结果 */
2347
2347
  hasTotalResult?: boolean;
2348
+ /** 组织配置:链接默认打开方式 new(新窗口)/pop(居中弹窗)/this(当前窗口) */
2349
+ defaultOpenWay?: 'new' | 'pop' | 'this';
2350
+ /** 组织配置:居中弹窗默认尺寸配置(JSON 字符串) */
2351
+ defaultPopSize?: string;
2348
2352
  }
2349
2353
  /** CrossTableCell图的最终输入配置 */
2350
2354
  export interface CellChartInputModel<S = StyleConfigModel> {
@@ -2807,6 +2811,8 @@ declare module '@quickbi/bi-types/router/route-key' {
2807
2811
  orgAdminWorkspace = "orgAdminWorkspace",
2808
2812
  /** 组织管理-工作空间管理-空间成员与信息 */
2809
2813
  orgAdminWorkspaceInfo = "orgAdminWorkspaceInfo",
2814
+ /** 组织管理-Credit管理 */
2815
+ orgAdminCreditManage = "orgAdminCreditManage",
2810
2816
  /** 组织管理-集中授权 */
2811
2817
  orgAdminAuthorize = "orgAdminAuthorize",
2812
2818
  /** 组织管理-集中授权-按资源授权 */
@@ -2831,6 +2837,8 @@ declare module '@quickbi/bi-types/router/route-key' {
2831
2837
  orgAdminRowLevelPermission = "orgAdminRowLevelPermission",
2832
2838
  /** 组织管理-数据安全-导出控制 */
2833
2839
  orgAdminExportControl = "orgAdminExportControl",
2840
+ /** 组织管理-数据安全-IP白名单 */
2841
+ orgAdminIpWhitelist = "orgAdminIpWhitelist",
2834
2842
  /** 组织管理-系统主题定制 */
2835
2843
  orgThemeCustom = "orgThemeCustom",
2836
2844
  /** 组织管理-报表主题管理 */
@@ -2881,6 +2889,10 @@ declare module '@quickbi/bi-types/router/route-key' {
2881
2889
  orgDashboardConfig = "orgDashboardConfig",
2882
2890
  /** 组织管理-智能小 Q */
2883
2891
  orgAdminSmartQ = "orgAdminSmartQ",
2892
+ /** 组织管理-智能小 Q·Ultra */
2893
+ orgAdminSmartQUltra = "orgAdminSmartQUltra",
2894
+ /** 组织管理-智能小 Q·Ultra - 预配置数据资产 */
2895
+ orgAdminSmartQUltraPreAsset = "orgAdminSmartQUltraPreAsset",
2884
2896
  /** 组织管理-智能小 Q通用配置 */
2885
2897
  orgAdminSmartQGlobalConfig = "orgAdminSmartQGlobalConfig",
2886
2898
  /** 组织管理-智能小 Q - 通用配置 - 大模型配置 */
@@ -2891,6 +2903,8 @@ declare module '@quickbi/bi-types/router/route-key' {
2891
2903
  orgAdminSmartQGlobalConfigAgentManage = "orgAdminSmartQGlobalConfigAgentManage",
2892
2904
  /** 组织管理-智能小 Q - 通用配置 - 知识库 */
2893
2905
  orgAdminSmartQGlobalConfigKnowledgeManage = "orgAdminSmartQGlobalConfigKnowledgeManage",
2906
+ /** 组织管理-智能小 Q - 通用配置 - 主题定制 */
2907
+ orgAdminSmartQGlobalThemeSetting = "orgAdminSmartQGlobalThemeSetting",
2894
2908
  /** 组织管理-小Q问数 */
2895
2909
  orgAdminCopilot = "orgAdminCopilot",
2896
2910
  /** 组织管理-小Q问数 - 探索版 */
@@ -3056,6 +3070,8 @@ declare module '@quickbi/bi-types/router/route-key' {
3056
3070
  apiStatistic = "apiStatistic",
3057
3071
  /** 单个api调用统计,包括开放api和数据服务 */
3058
3072
  apiStatisticCount = "apiStatisticCount",
3073
+ /** 单图表嵌入 */
3074
+ singleChartEmbed = "singleChartEmbed",
3059
3075
  /** 标准版-账号管理页面 */
3060
3076
  standardUser = "standardUser",
3061
3077
  /** 订阅管理, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
@@ -3064,6 +3080,10 @@ declare module '@quickbi/bi-types/router/route-key' {
3064
3080
  subscriptionTask = "subscriptionTask",
3065
3081
  /** 发送记录, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
3066
3082
  sendRecord = "sendRecord",
3083
+ /** 小Q解读任务管理 */
3084
+ subscriptionQInsightsManage = "subscriptionQInsightsManage",
3085
+ /** 报告缓存任务 */
3086
+ subscriptionReportCache = "subscriptionReportCache",
3067
3087
  /** 首页-模版市场 */
3068
3088
  templateRoot = "templateRoot",
3069
3089
  /** 我的看板 */
@@ -3110,6 +3130,10 @@ declare module '@quickbi/bi-types/router/route-key' {
3110
3130
  copilotPageQReport = "copilotPageQReport",
3111
3131
  /** 首页下的小Q搭建 */
3112
3132
  copilotPageQDashboard = "copilotPageQDashboard",
3133
+ /** 首页下的小Q搜索 */
3134
+ copilotPageSearch = "copilotPageSearch",
3135
+ /** 首页下的小Q更多 */
3136
+ copilotPageMore = "copilotPageMore",
3113
3137
  /** 首页下的自定义智能体列表页 */
3114
3138
  copilotPageAgentList = "copilotPageAgentList",
3115
3139
  /** 首页下的自定义智能体 */
@@ -3217,6 +3241,12 @@ declare module '@quickbi/bi-types/router/route-key' {
3217
3241
  /** 仪表板移动端预览 */
3218
3242
  dashboardMobileView2 = "dashboardMobileView2",
3219
3243
  dashboardMobileView3 = "dashboardMobileView3",
3244
+ /** AI 仪表板 */
3245
+ aiDashboardRoot = "aiDashboardRoot",
3246
+ /** AI 仪表板预览 */
3247
+ aiDashboardView = "aiDashboardView",
3248
+ /** AI 仪表板编辑 */
3249
+ aiDashboardEdit = "aiDashboardEdit",
3220
3250
  /** -------------------------------------------------- 电子表格 -------------------------------------------------- */
3221
3251
  workbookRoot = "workbookRoot",
3222
3252
  /** 电子表格预览 */
@@ -3421,7 +3451,6 @@ declare module '@quickbi/bi-types/router/route-key' {
3421
3451
  wordAgentFilePreview = "wordAgentFilePreview",
3422
3452
  /** 第三方token预览 */
3423
3453
  wordAgentPublicView = "wordAgentPublicView",
3424
- qReportReplay = "qReportReplay",
3425
3454
  /** 老大屏应用页面 */
3426
3455
  dashboardScreenRoot = "dashboardScreenRoot",
3427
3456
  /** 老大屏编辑页 */
@@ -3443,7 +3472,25 @@ declare module '@quickbi/bi-types/router/route-key' {
3443
3472
  /** 指标洞察-编辑 */
3444
3473
  metricInsightsEdit = "metricInsightsEdit",
3445
3474
  /** 指标洞察-预览 */
3446
- metricInsightsView = "metricInsightsView"
3475
+ metricInsightsView = "metricInsightsView",
3476
+ /** AI App 根路由 */
3477
+ aiRoot = "aiRoot",
3478
+ /** AI App 对话页 */
3479
+ aiChat = "aiChat",
3480
+ /** AI App 对话页(含 sessionId) */
3481
+ aiChatSession = "aiChatSession",
3482
+ /** AI App 定时任务页 */
3483
+ aiTask = "aiTask",
3484
+ /** AI App 数据资产页 */
3485
+ aiResource = "aiResource",
3486
+ /** AI Story 我的分析 */
3487
+ aiStory = "aiStory",
3488
+ /** AI App 数据广场页 */
3489
+ aiDataPlaza = "aiDataPlaza",
3490
+ /** AI App 技能广场页 */
3491
+ aiSkillPlaza = "aiSkillPlaza",
3492
+ /** AI App MCP 连接器页 */
3493
+ aiMCPPlaza = "aiMCPPlaza"
3447
3494
  }
3448
3495
  }
3449
3496
 
@@ -3519,6 +3566,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3519
3566
  readonly key: RouteKey.orgAdminWorkspaceInfo;
3520
3567
  readonly path: "/org/admin/space/workspaceInfo";
3521
3568
  }];
3569
+ }, {
3570
+ readonly key: RouteKey.orgAdminCreditManage;
3571
+ readonly path: "/org/admin/creditManage";
3522
3572
  }, {
3523
3573
  readonly key: RouteKey.orgAdminAuthorize;
3524
3574
  readonly path: "/org/admin/authorize";
@@ -3557,6 +3607,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3557
3607
  }, {
3558
3608
  readonly key: RouteKey.orgAdminExportControl;
3559
3609
  readonly path: "/org/admin/dataSafety/exportControl";
3610
+ }, {
3611
+ readonly key: RouteKey.orgAdminIpWhitelist;
3612
+ readonly path: "/org/admin/dataSafety/ipWhitelist";
3560
3613
  }];
3561
3614
  }, {
3562
3615
  readonly key: RouteKey.orgThemeCustom;
@@ -3655,6 +3708,10 @@ declare module '@quickbi/bi-types/router/route-tree' {
3655
3708
  /** 智能小 Q - 通用配置 - 大模型配置 */
3656
3709
  readonly key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage;
3657
3710
  readonly path: "/org/admin/smartQ/globalConfig/knowledgeManage";
3711
+ }, {
3712
+ /** 智能小 Q - 通用配置 - 主题定制 */
3713
+ readonly key: RouteKey.orgAdminSmartQGlobalThemeSetting;
3714
+ readonly path: "/org/admin/smartQ/globalConfig/themeSetting";
3658
3715
  }];
3659
3716
  }, {
3660
3717
  readonly key: RouteKey.orgAdminCopilot;
@@ -3720,6 +3777,14 @@ declare module '@quickbi/bi-types/router/route-tree' {
3720
3777
  readonly path: "/org/admin/qMessage/performanceAssistant";
3721
3778
  }];
3722
3779
  }];
3780
+ }, {
3781
+ readonly key: RouteKey.orgAdminSmartQUltra;
3782
+ readonly path: "/org/admin/smartQUltra";
3783
+ readonly children: [{
3784
+ /** 智能小 Q·Ultra - 预配置数据资产 */
3785
+ readonly key: RouteKey.orgAdminSmartQUltraPreAsset;
3786
+ readonly path: "/org/admin/smartQUltra/preAsset";
3787
+ }];
3723
3788
  }, {
3724
3789
  readonly key: RouteKey.orgAdminMap;
3725
3790
  readonly path: "/org/admin/map";
@@ -3932,6 +3997,12 @@ declare module '@quickbi/bi-types/router/route-tree' {
3932
3997
  }, {
3933
3998
  readonly key: RouteKey.sendRecord;
3934
3999
  readonly path: "/subscribe/record";
4000
+ }, {
4001
+ readonly key: RouteKey.subscriptionQInsightsManage;
4002
+ readonly path: "/subscribe/qInsightsManage";
4003
+ }, {
4004
+ readonly key: RouteKey.subscriptionReportCache;
4005
+ readonly path: "/subscribe/reportCache";
3935
4006
  }];
3936
4007
  }, {
3937
4008
  readonly key: RouteKey.templateRoot;
@@ -4112,15 +4183,15 @@ declare module '@quickbi/bi-types/router/route-tree' {
4112
4183
  readonly key: RouteKey.accountFailure;
4113
4184
  readonly path: "/accountFailure";
4114
4185
  }];
4186
+ }, {
4187
+ readonly key: RouteKey.singleChartEmbed;
4188
+ readonly path: "/feishu/embed";
4115
4189
  }, {
4116
4190
  readonly key: RouteKey.qChatEmbed;
4117
4191
  readonly path: "/copilot";
4118
4192
  readonly children: [{
4119
4193
  readonly key: RouteKey.qChatPublicView;
4120
4194
  readonly path: "/token3rd/copilot";
4121
- }, {
4122
- readonly key: RouteKey.qReportReplay;
4123
- readonly path: "/copilot/qreportReplay";
4124
4195
  }];
4125
4196
  }, {
4126
4197
  readonly key: RouteKey.portalRoot;
@@ -4185,6 +4256,16 @@ declare module '@quickbi/bi-types/router/route-tree' {
4185
4256
  readonly key: RouteKey.dashboardMobileView3;
4186
4257
  readonly path: "/mobile/dashboard";
4187
4258
  }];
4259
+ }, {
4260
+ readonly key: RouteKey.aiDashboardRoot;
4261
+ readonly path: "/ai-dashboard";
4262
+ readonly children: [{
4263
+ readonly key: RouteKey.aiDashboardView;
4264
+ readonly path: "/ai-dashboard/view/pc.htm";
4265
+ }, {
4266
+ readonly key: RouteKey.aiDashboardEdit;
4267
+ readonly path: "/ai-dashboard/pc.htm";
4268
+ }];
4188
4269
  }, {
4189
4270
  readonly key: RouteKey.workbookRoot;
4190
4271
  readonly path: "/report";
@@ -4542,6 +4623,35 @@ declare module '@quickbi/bi-types/router/route-tree' {
4542
4623
  readonly key: RouteKey.dashboardScreenPublicView;
4543
4624
  readonly path: "/token3rd/dashboard/view/screenView.htm";
4544
4625
  }];
4626
+ }, {
4627
+ readonly key: RouteKey.aiRoot;
4628
+ readonly path: "/ai";
4629
+ readonly children: [{
4630
+ readonly key: RouteKey.aiChat;
4631
+ readonly path: "/ai/chat";
4632
+ readonly children: [{
4633
+ readonly key: RouteKey.aiChatSession;
4634
+ readonly path: "/ai/chat/:sessionId";
4635
+ }];
4636
+ }, {
4637
+ readonly key: RouteKey.aiTask;
4638
+ readonly path: "/ai/task";
4639
+ }, {
4640
+ readonly key: RouteKey.aiResource;
4641
+ readonly path: "/ai/resource";
4642
+ }, {
4643
+ readonly key: RouteKey.aiStory;
4644
+ readonly path: "/ai/story";
4645
+ }, {
4646
+ readonly key: RouteKey.aiDataPlaza;
4647
+ readonly path: "/ai/data-plaza";
4648
+ }, {
4649
+ readonly key: RouteKey.aiSkillPlaza;
4650
+ readonly path: "/ai/skill-plaza";
4651
+ }, {
4652
+ readonly key: RouteKey.aiMCPPlaza;
4653
+ readonly path: "/ai/mcp-plaza";
4654
+ }];
4545
4655
  }];
4546
4656
  };
4547
4657
  /** 路由树打平,根据key索引 */
@@ -6497,6 +6607,10 @@ declare module '@quickbi/bi-types/cube/cube-schema' {
6497
6607
  name?: string;
6498
6608
  /** 字段描述 */
6499
6609
  comments?: string;
6610
+ /** 字段备注类型 文本/链接 */
6611
+ commentType?: 'text' | 'url';
6612
+ /** 链接模式下的链接文字(commentType=url 时有效) */
6613
+ commentLinkText?: string;
6500
6614
  /** 字段自定义排序设置 */
6501
6615
  sortModel?: {
6502
6616
  sortType: 'ASC' | 'DESC' | 'CUSTOM';
package/esm/index.mjs CHANGED
@@ -2116,6 +2116,7 @@ var RouteKey;
2116
2116
  RouteKey2["orgAdminSpace"] = "orgAdminSpace";
2117
2117
  RouteKey2["orgAdminWorkspace"] = "orgAdminWorkspace";
2118
2118
  RouteKey2["orgAdminWorkspaceInfo"] = "orgAdminWorkspaceInfo";
2119
+ RouteKey2["orgAdminCreditManage"] = "orgAdminCreditManage";
2119
2120
  RouteKey2["orgAdminAuthorize"] = "orgAdminAuthorize";
2120
2121
  RouteKey2["orgAdminAuthorizeResource"] = "orgAdminAuthorizeResource";
2121
2122
  RouteKey2["orgAdminAuthorizeUser"] = "orgAdminAuthorizeUser";
@@ -2128,6 +2129,7 @@ var RouteKey;
2128
2129
  RouteKey2["orgAdminCopyManage"] = "orgAdminCopyManage";
2129
2130
  RouteKey2["orgAdminRowLevelPermission"] = "orgAdminRowLevelPermission";
2130
2131
  RouteKey2["orgAdminExportControl"] = "orgAdminExportControl";
2132
+ RouteKey2["orgAdminIpWhitelist"] = "orgAdminIpWhitelist";
2131
2133
  RouteKey2["orgThemeCustom"] = "orgThemeCustom";
2132
2134
  RouteKey2["orgAdminTheme"] = "orgAdminTheme";
2133
2135
  RouteKey2["orgAdminSoftware"] = "orgAdminSoftware";
@@ -2153,11 +2155,14 @@ var RouteKey;
2153
2155
  RouteKey2["orgAdminFavorites"] = "orgAdminFavorites";
2154
2156
  RouteKey2["orgDashboardConfig"] = "orgDashboardConfig";
2155
2157
  RouteKey2["orgAdminSmartQ"] = "orgAdminSmartQ";
2158
+ RouteKey2["orgAdminSmartQUltra"] = "orgAdminSmartQUltra";
2159
+ RouteKey2["orgAdminSmartQUltraPreAsset"] = "orgAdminSmartQUltraPreAsset";
2156
2160
  RouteKey2["orgAdminSmartQGlobalConfig"] = "orgAdminSmartQGlobalConfig";
2157
2161
  RouteKey2["orgAdminSmartQGlobalConfigLlmConfig"] = "orgAdminSmartQGlobalConfigLlmConfig";
2158
2162
  RouteKey2["orgAdminSmartQGlobalConfigAIConfig"] = "orgAdminSmartQGlobalConfigAIConfig";
2159
2163
  RouteKey2["orgAdminSmartQGlobalConfigAgentManage"] = "orgAdminSmartQGlobalConfigAgentManage";
2160
2164
  RouteKey2["orgAdminSmartQGlobalConfigKnowledgeManage"] = "orgAdminSmartQGlobalConfigKnowledgeManage";
2165
+ RouteKey2["orgAdminSmartQGlobalThemeSetting"] = "orgAdminSmartQGlobalThemeSetting";
2161
2166
  RouteKey2["orgAdminCopilot"] = "orgAdminCopilot";
2162
2167
  RouteKey2["orgAdminCopilotQueryAgent"] = "orgAdminCopilotQueryAgent";
2163
2168
  RouteKey2["orgQueryAgentAnalysisThemeManage"] = "orgQueryAgentAnalysisThemeManage";
@@ -2241,10 +2246,13 @@ var RouteKey;
2241
2246
  RouteKey2["embedStatistic"] = "embedStatistic";
2242
2247
  RouteKey2["apiStatistic"] = "apiStatistic";
2243
2248
  RouteKey2["apiStatisticCount"] = "apiStatisticCount";
2249
+ RouteKey2["singleChartEmbed"] = "singleChartEmbed";
2244
2250
  RouteKey2["standardUser"] = "standardUser";
2245
2251
  RouteKey2["subscriptionManage"] = "subscriptionManage";
2246
2252
  RouteKey2["subscriptionTask"] = "subscriptionTask";
2247
2253
  RouteKey2["sendRecord"] = "sendRecord";
2254
+ RouteKey2["subscriptionQInsightsManage"] = "subscriptionQInsightsManage";
2255
+ RouteKey2["subscriptionReportCache"] = "subscriptionReportCache";
2248
2256
  RouteKey2["templateRoot"] = "templateRoot";
2249
2257
  RouteKey2["view"] = "view";
2250
2258
  RouteKey2["viewHome"] = "viewHome";
@@ -2268,6 +2276,8 @@ var RouteKey;
2268
2276
  RouteKey2["copilotPageQMetric"] = "copilotPageQMetric";
2269
2277
  RouteKey2["copilotPageQReport"] = "copilotPageQReport";
2270
2278
  RouteKey2["copilotPageQDashboard"] = "copilotPageQDashboard";
2279
+ RouteKey2["copilotPageSearch"] = "copilotPageSearch";
2280
+ RouteKey2["copilotPageMore"] = "copilotPageMore";
2271
2281
  RouteKey2["copilotPageAgentList"] = "copilotPageAgentList";
2272
2282
  RouteKey2["copilotPageAgent"] = "copilotPageAgent";
2273
2283
  RouteKey2["embedModule"] = "embedModule";
@@ -2322,6 +2332,9 @@ var RouteKey;
2322
2332
  RouteKey2["dashboardMobileView1"] = "dashboardMobileView1";
2323
2333
  RouteKey2["dashboardMobileView2"] = "dashboardMobileView2";
2324
2334
  RouteKey2["dashboardMobileView3"] = "dashboardMobileView3";
2335
+ RouteKey2["aiDashboardRoot"] = "aiDashboardRoot";
2336
+ RouteKey2["aiDashboardView"] = "aiDashboardView";
2337
+ RouteKey2["aiDashboardEdit"] = "aiDashboardEdit";
2325
2338
  RouteKey2["workbookRoot"] = "workbookRoot";
2326
2339
  RouteKey2["workbookView"] = "workbookView";
2327
2340
  RouteKey2["workbookPublicView"] = "workbookPublicView";
@@ -2424,7 +2437,6 @@ var RouteKey;
2424
2437
  RouteKey2["wordAgentArchiveView"] = "wordAgentArchiveView";
2425
2438
  RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
2426
2439
  RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
2427
- RouteKey2["qReportReplay"] = "qReportReplay";
2428
2440
  RouteKey2["dashboardScreenRoot"] = "dashboardScreenRoot";
2429
2441
  RouteKey2["dashboardScreenEdit"] = "dashboardScreenEdit";
2430
2442
  RouteKey2["dashboardScreenView"] = "dashboardScreenView";
@@ -2436,6 +2448,15 @@ var RouteKey;
2436
2448
  RouteKey2["businessInsightsView"] = "businessInsightsView";
2437
2449
  RouteKey2["metricInsightsEdit"] = "metricInsightsEdit";
2438
2450
  RouteKey2["metricInsightsView"] = "metricInsightsView";
2451
+ RouteKey2["aiRoot"] = "aiRoot";
2452
+ RouteKey2["aiChat"] = "aiChat";
2453
+ RouteKey2["aiChatSession"] = "aiChatSession";
2454
+ RouteKey2["aiTask"] = "aiTask";
2455
+ RouteKey2["aiResource"] = "aiResource";
2456
+ RouteKey2["aiStory"] = "aiStory";
2457
+ RouteKey2["aiDataPlaza"] = "aiDataPlaza";
2458
+ RouteKey2["aiSkillPlaza"] = "aiSkillPlaza";
2459
+ RouteKey2["aiMCPPlaza"] = "aiMCPPlaza";
2439
2460
  })(RouteKey || (RouteKey = {}));
2440
2461
 
2441
2462
  // src/basic/bi-types/src/router/route-tree.ts
@@ -2619,6 +2640,10 @@ var ROUTE_TREE_CONFIG = {
2619
2640
  }
2620
2641
  ]
2621
2642
  },
2643
+ {
2644
+ key: RouteKey.orgAdminCreditManage,
2645
+ path: "/org/admin/creditManage"
2646
+ },
2622
2647
  {
2623
2648
  key: RouteKey.orgAdminAuthorize,
2624
2649
  path: "/org/admin/authorize",
@@ -2670,6 +2695,10 @@ var ROUTE_TREE_CONFIG = {
2670
2695
  {
2671
2696
  key: RouteKey.orgAdminExportControl,
2672
2697
  path: "/org/admin/dataSafety/exportControl"
2698
+ },
2699
+ {
2700
+ key: RouteKey.orgAdminIpWhitelist,
2701
+ path: "/org/admin/dataSafety/ipWhitelist"
2673
2702
  }
2674
2703
  ]
2675
2704
  },
@@ -2802,6 +2831,11 @@ var ROUTE_TREE_CONFIG = {
2802
2831
  /** 智能小 Q - 通用配置 - 大模型配置 */
2803
2832
  key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage,
2804
2833
  path: "/org/admin/smartQ/globalConfig/knowledgeManage"
2834
+ },
2835
+ {
2836
+ /** 智能小 Q - 通用配置 - 主题定制 */
2837
+ key: RouteKey.orgAdminSmartQGlobalThemeSetting,
2838
+ path: "/org/admin/smartQ/globalConfig/themeSetting"
2805
2839
  }
2806
2840
  ]
2807
2841
  },
@@ -2896,6 +2930,18 @@ var ROUTE_TREE_CONFIG = {
2896
2930
  }
2897
2931
  ]
2898
2932
  },
2933
+ /** 智能小 Q·Ultra */
2934
+ {
2935
+ key: RouteKey.orgAdminSmartQUltra,
2936
+ path: "/org/admin/smartQUltra",
2937
+ children: [
2938
+ {
2939
+ /** 智能小 Q·Ultra - 预配置数据资产 */
2940
+ key: RouteKey.orgAdminSmartQUltraPreAsset,
2941
+ path: "/org/admin/smartQUltra/preAsset"
2942
+ }
2943
+ ]
2944
+ },
2899
2945
  {
2900
2946
  key: RouteKey.orgAdminMap,
2901
2947
  path: "/org/admin/map",
@@ -3194,6 +3240,14 @@ var ROUTE_TREE_CONFIG = {
3194
3240
  {
3195
3241
  key: RouteKey.sendRecord,
3196
3242
  path: "/subscribe/record"
3243
+ },
3244
+ {
3245
+ key: RouteKey.subscriptionQInsightsManage,
3246
+ path: "/subscribe/qInsightsManage"
3247
+ },
3248
+ {
3249
+ key: RouteKey.subscriptionReportCache,
3250
+ path: "/subscribe/reportCache"
3197
3251
  }
3198
3252
  ]
3199
3253
  },
@@ -3453,6 +3507,10 @@ var ROUTE_TREE_CONFIG = {
3453
3507
  }
3454
3508
  ]
3455
3509
  },
3510
+ {
3511
+ key: RouteKey.singleChartEmbed,
3512
+ path: "/feishu/embed"
3513
+ },
3456
3514
  /** 小Q问数嵌入 */
3457
3515
  {
3458
3516
  key: RouteKey.qChatEmbed,
@@ -3462,11 +3520,6 @@ var ROUTE_TREE_CONFIG = {
3462
3520
  {
3463
3521
  key: RouteKey.qChatPublicView,
3464
3522
  path: "/token3rd/copilot"
3465
- },
3466
- /** 小Q报告回放页面嵌入 */
3467
- {
3468
- key: RouteKey.qReportReplay,
3469
- path: "/copilot/qreportReplay"
3470
3523
  }
3471
3524
  ]
3472
3525
  },
@@ -3559,6 +3612,21 @@ var ROUTE_TREE_CONFIG = {
3559
3612
  }
3560
3613
  ]
3561
3614
  },
3615
+ /** AI 仪表板 */
3616
+ {
3617
+ key: RouteKey.aiDashboardRoot,
3618
+ path: "/ai-dashboard",
3619
+ children: [
3620
+ {
3621
+ key: RouteKey.aiDashboardView,
3622
+ path: "/ai-dashboard/view/pc.htm"
3623
+ },
3624
+ {
3625
+ key: RouteKey.aiDashboardEdit,
3626
+ path: "/ai-dashboard/pc.htm"
3627
+ }
3628
+ ]
3629
+ },
3562
3630
  /** 电子表格 */
3563
3631
  {
3564
3632
  key: RouteKey.workbookRoot,
@@ -4072,6 +4140,47 @@ var ROUTE_TREE_CONFIG = {
4072
4140
  path: "/token3rd/dashboard/view/screenView.htm"
4073
4141
  }
4074
4142
  ]
4143
+ },
4144
+ /** AI App */
4145
+ {
4146
+ key: RouteKey.aiRoot,
4147
+ path: "/ai",
4148
+ children: [
4149
+ {
4150
+ key: RouteKey.aiChat,
4151
+ path: "/ai/chat",
4152
+ children: [
4153
+ {
4154
+ key: RouteKey.aiChatSession,
4155
+ path: "/ai/chat/:sessionId"
4156
+ }
4157
+ ]
4158
+ },
4159
+ {
4160
+ key: RouteKey.aiTask,
4161
+ path: "/ai/task"
4162
+ },
4163
+ {
4164
+ key: RouteKey.aiResource,
4165
+ path: "/ai/resource"
4166
+ },
4167
+ {
4168
+ key: RouteKey.aiStory,
4169
+ path: "/ai/story"
4170
+ },
4171
+ {
4172
+ key: RouteKey.aiDataPlaza,
4173
+ path: "/ai/data-plaza"
4174
+ },
4175
+ {
4176
+ key: RouteKey.aiSkillPlaza,
4177
+ path: "/ai/skill-plaza"
4178
+ },
4179
+ {
4180
+ key: RouteKey.aiMCPPlaza,
4181
+ path: "/ai/mcp-plaza"
4182
+ }
4183
+ ]
4075
4184
  }
4076
4185
  ]
4077
4186
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickbi/bi-types",
3
- "version": "3.2.7",
3
+ "version": "3.2.9-beta.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"