@quickbi/bi-types 3.2.8 → 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 - 通用配置 - 大模型配置 */
@@ -3058,6 +3070,8 @@ declare module '@quickbi/bi-types/router/route-key' {
3058
3070
  apiStatistic = "apiStatistic",
3059
3071
  /** 单个api调用统计,包括开放api和数据服务 */
3060
3072
  apiStatisticCount = "apiStatisticCount",
3073
+ /** 单图表嵌入 */
3074
+ singleChartEmbed = "singleChartEmbed",
3061
3075
  /** 标准版-账号管理页面 */
3062
3076
  standardUser = "standardUser",
3063
3077
  /** 订阅管理, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
@@ -3068,6 +3082,8 @@ declare module '@quickbi/bi-types/router/route-key' {
3068
3082
  sendRecord = "sendRecord",
3069
3083
  /** 小Q解读任务管理 */
3070
3084
  subscriptionQInsightsManage = "subscriptionQInsightsManage",
3085
+ /** 报告缓存任务 */
3086
+ subscriptionReportCache = "subscriptionReportCache",
3071
3087
  /** 首页-模版市场 */
3072
3088
  templateRoot = "templateRoot",
3073
3089
  /** 我的看板 */
@@ -3225,6 +3241,12 @@ declare module '@quickbi/bi-types/router/route-key' {
3225
3241
  /** 仪表板移动端预览 */
3226
3242
  dashboardMobileView2 = "dashboardMobileView2",
3227
3243
  dashboardMobileView3 = "dashboardMobileView3",
3244
+ /** AI 仪表板 */
3245
+ aiDashboardRoot = "aiDashboardRoot",
3246
+ /** AI 仪表板预览 */
3247
+ aiDashboardView = "aiDashboardView",
3248
+ /** AI 仪表板编辑 */
3249
+ aiDashboardEdit = "aiDashboardEdit",
3228
3250
  /** -------------------------------------------------- 电子表格 -------------------------------------------------- */
3229
3251
  workbookRoot = "workbookRoot",
3230
3252
  /** 电子表格预览 */
@@ -3429,7 +3451,6 @@ declare module '@quickbi/bi-types/router/route-key' {
3429
3451
  wordAgentFilePreview = "wordAgentFilePreview",
3430
3452
  /** 第三方token预览 */
3431
3453
  wordAgentPublicView = "wordAgentPublicView",
3432
- qReportReplay = "qReportReplay",
3433
3454
  /** 老大屏应用页面 */
3434
3455
  dashboardScreenRoot = "dashboardScreenRoot",
3435
3456
  /** 老大屏编辑页 */
@@ -3451,7 +3472,25 @@ declare module '@quickbi/bi-types/router/route-key' {
3451
3472
  /** 指标洞察-编辑 */
3452
3473
  metricInsightsEdit = "metricInsightsEdit",
3453
3474
  /** 指标洞察-预览 */
3454
- 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"
3455
3494
  }
3456
3495
  }
3457
3496
 
@@ -3527,6 +3566,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3527
3566
  readonly key: RouteKey.orgAdminWorkspaceInfo;
3528
3567
  readonly path: "/org/admin/space/workspaceInfo";
3529
3568
  }];
3569
+ }, {
3570
+ readonly key: RouteKey.orgAdminCreditManage;
3571
+ readonly path: "/org/admin/creditManage";
3530
3572
  }, {
3531
3573
  readonly key: RouteKey.orgAdminAuthorize;
3532
3574
  readonly path: "/org/admin/authorize";
@@ -3565,6 +3607,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3565
3607
  }, {
3566
3608
  readonly key: RouteKey.orgAdminExportControl;
3567
3609
  readonly path: "/org/admin/dataSafety/exportControl";
3610
+ }, {
3611
+ readonly key: RouteKey.orgAdminIpWhitelist;
3612
+ readonly path: "/org/admin/dataSafety/ipWhitelist";
3568
3613
  }];
3569
3614
  }, {
3570
3615
  readonly key: RouteKey.orgThemeCustom;
@@ -3732,6 +3777,14 @@ declare module '@quickbi/bi-types/router/route-tree' {
3732
3777
  readonly path: "/org/admin/qMessage/performanceAssistant";
3733
3778
  }];
3734
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
+ }];
3735
3788
  }, {
3736
3789
  readonly key: RouteKey.orgAdminMap;
3737
3790
  readonly path: "/org/admin/map";
@@ -3947,6 +4000,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3947
4000
  }, {
3948
4001
  readonly key: RouteKey.subscriptionQInsightsManage;
3949
4002
  readonly path: "/subscribe/qInsightsManage";
4003
+ }, {
4004
+ readonly key: RouteKey.subscriptionReportCache;
4005
+ readonly path: "/subscribe/reportCache";
3950
4006
  }];
3951
4007
  }, {
3952
4008
  readonly key: RouteKey.templateRoot;
@@ -4127,15 +4183,15 @@ declare module '@quickbi/bi-types/router/route-tree' {
4127
4183
  readonly key: RouteKey.accountFailure;
4128
4184
  readonly path: "/accountFailure";
4129
4185
  }];
4186
+ }, {
4187
+ readonly key: RouteKey.singleChartEmbed;
4188
+ readonly path: "/feishu/embed";
4130
4189
  }, {
4131
4190
  readonly key: RouteKey.qChatEmbed;
4132
4191
  readonly path: "/copilot";
4133
4192
  readonly children: [{
4134
4193
  readonly key: RouteKey.qChatPublicView;
4135
4194
  readonly path: "/token3rd/copilot";
4136
- }, {
4137
- readonly key: RouteKey.qReportReplay;
4138
- readonly path: "/copilot/qreportReplay";
4139
4195
  }];
4140
4196
  }, {
4141
4197
  readonly key: RouteKey.portalRoot;
@@ -4200,6 +4256,16 @@ declare module '@quickbi/bi-types/router/route-tree' {
4200
4256
  readonly key: RouteKey.dashboardMobileView3;
4201
4257
  readonly path: "/mobile/dashboard";
4202
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
+ }];
4203
4269
  }, {
4204
4270
  readonly key: RouteKey.workbookRoot;
4205
4271
  readonly path: "/report";
@@ -4557,6 +4623,35 @@ declare module '@quickbi/bi-types/router/route-tree' {
4557
4623
  readonly key: RouteKey.dashboardScreenPublicView;
4558
4624
  readonly path: "/token3rd/dashboard/view/screenView.htm";
4559
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
+ }];
4560
4655
  }];
4561
4656
  };
4562
4657
  /** 路由树打平,根据key索引 */
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,6 +2315,8 @@ 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";
@@ -2402,11 +2406,13 @@ var RouteKey;
2402
2406
  RouteKey2["embedStatistic"] = "embedStatistic";
2403
2407
  RouteKey2["apiStatistic"] = "apiStatistic";
2404
2408
  RouteKey2["apiStatisticCount"] = "apiStatisticCount";
2409
+ RouteKey2["singleChartEmbed"] = "singleChartEmbed";
2405
2410
  RouteKey2["standardUser"] = "standardUser";
2406
2411
  RouteKey2["subscriptionManage"] = "subscriptionManage";
2407
2412
  RouteKey2["subscriptionTask"] = "subscriptionTask";
2408
2413
  RouteKey2["sendRecord"] = "sendRecord";
2409
2414
  RouteKey2["subscriptionQInsightsManage"] = "subscriptionQInsightsManage";
2415
+ RouteKey2["subscriptionReportCache"] = "subscriptionReportCache";
2410
2416
  RouteKey2["templateRoot"] = "templateRoot";
2411
2417
  RouteKey2["view"] = "view";
2412
2418
  RouteKey2["viewHome"] = "viewHome";
@@ -2486,6 +2492,9 @@ var RouteKey;
2486
2492
  RouteKey2["dashboardMobileView1"] = "dashboardMobileView1";
2487
2493
  RouteKey2["dashboardMobileView2"] = "dashboardMobileView2";
2488
2494
  RouteKey2["dashboardMobileView3"] = "dashboardMobileView3";
2495
+ RouteKey2["aiDashboardRoot"] = "aiDashboardRoot";
2496
+ RouteKey2["aiDashboardView"] = "aiDashboardView";
2497
+ RouteKey2["aiDashboardEdit"] = "aiDashboardEdit";
2489
2498
  RouteKey2["workbookRoot"] = "workbookRoot";
2490
2499
  RouteKey2["workbookView"] = "workbookView";
2491
2500
  RouteKey2["workbookPublicView"] = "workbookPublicView";
@@ -2588,7 +2597,6 @@ var RouteKey;
2588
2597
  RouteKey2["wordAgentArchiveView"] = "wordAgentArchiveView";
2589
2598
  RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
2590
2599
  RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
2591
- RouteKey2["qReportReplay"] = "qReportReplay";
2592
2600
  RouteKey2["dashboardScreenRoot"] = "dashboardScreenRoot";
2593
2601
  RouteKey2["dashboardScreenEdit"] = "dashboardScreenEdit";
2594
2602
  RouteKey2["dashboardScreenView"] = "dashboardScreenView";
@@ -2600,6 +2608,15 @@ var RouteKey;
2600
2608
  RouteKey2["businessInsightsView"] = "businessInsightsView";
2601
2609
  RouteKey2["metricInsightsEdit"] = "metricInsightsEdit";
2602
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";
2603
2620
  })(RouteKey || (RouteKey = {}));
2604
2621
 
2605
2622
  // src/basic/bi-types/src/router/route-tree.ts
@@ -2783,6 +2800,10 @@ var ROUTE_TREE_CONFIG = {
2783
2800
  }
2784
2801
  ]
2785
2802
  },
2803
+ {
2804
+ key: RouteKey.orgAdminCreditManage,
2805
+ path: "/org/admin/creditManage"
2806
+ },
2786
2807
  {
2787
2808
  key: RouteKey.orgAdminAuthorize,
2788
2809
  path: "/org/admin/authorize",
@@ -2834,6 +2855,10 @@ var ROUTE_TREE_CONFIG = {
2834
2855
  {
2835
2856
  key: RouteKey.orgAdminExportControl,
2836
2857
  path: "/org/admin/dataSafety/exportControl"
2858
+ },
2859
+ {
2860
+ key: RouteKey.orgAdminIpWhitelist,
2861
+ path: "/org/admin/dataSafety/ipWhitelist"
2837
2862
  }
2838
2863
  ]
2839
2864
  },
@@ -3065,6 +3090,18 @@ var ROUTE_TREE_CONFIG = {
3065
3090
  }
3066
3091
  ]
3067
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
+ },
3068
3105
  {
3069
3106
  key: RouteKey.orgAdminMap,
3070
3107
  path: "/org/admin/map",
@@ -3367,6 +3404,10 @@ var ROUTE_TREE_CONFIG = {
3367
3404
  {
3368
3405
  key: RouteKey.subscriptionQInsightsManage,
3369
3406
  path: "/subscribe/qInsightsManage"
3407
+ },
3408
+ {
3409
+ key: RouteKey.subscriptionReportCache,
3410
+ path: "/subscribe/reportCache"
3370
3411
  }
3371
3412
  ]
3372
3413
  },
@@ -3626,6 +3667,10 @@ var ROUTE_TREE_CONFIG = {
3626
3667
  }
3627
3668
  ]
3628
3669
  },
3670
+ {
3671
+ key: RouteKey.singleChartEmbed,
3672
+ path: "/feishu/embed"
3673
+ },
3629
3674
  /** 小Q问数嵌入 */
3630
3675
  {
3631
3676
  key: RouteKey.qChatEmbed,
@@ -3635,11 +3680,6 @@ var ROUTE_TREE_CONFIG = {
3635
3680
  {
3636
3681
  key: RouteKey.qChatPublicView,
3637
3682
  path: "/token3rd/copilot"
3638
- },
3639
- /** 小Q报告回放页面嵌入 */
3640
- {
3641
- key: RouteKey.qReportReplay,
3642
- path: "/copilot/qreportReplay"
3643
3683
  }
3644
3684
  ]
3645
3685
  },
@@ -3732,6 +3772,21 @@ var ROUTE_TREE_CONFIG = {
3732
3772
  }
3733
3773
  ]
3734
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
+ },
3735
3790
  /** 电子表格 */
3736
3791
  {
3737
3792
  key: RouteKey.workbookRoot,
@@ -4245,6 +4300,47 @@ var ROUTE_TREE_CONFIG = {
4245
4300
  path: "/token3rd/dashboard/view/screenView.htm"
4246
4301
  }
4247
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
+ ]
4248
4344
  }
4249
4345
  ]
4250
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 - 通用配置 - 大模型配置 */
@@ -3058,6 +3070,8 @@ declare module '@quickbi/bi-types/router/route-key' {
3058
3070
  apiStatistic = "apiStatistic",
3059
3071
  /** 单个api调用统计,包括开放api和数据服务 */
3060
3072
  apiStatisticCount = "apiStatisticCount",
3073
+ /** 单图表嵌入 */
3074
+ singleChartEmbed = "singleChartEmbed",
3061
3075
  /** 标准版-账号管理页面 */
3062
3076
  standardUser = "standardUser",
3063
3077
  /** 订阅管理, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
@@ -3068,6 +3082,8 @@ declare module '@quickbi/bi-types/router/route-key' {
3068
3082
  sendRecord = "sendRecord",
3069
3083
  /** 小Q解读任务管理 */
3070
3084
  subscriptionQInsightsManage = "subscriptionQInsightsManage",
3085
+ /** 报告缓存任务 */
3086
+ subscriptionReportCache = "subscriptionReportCache",
3071
3087
  /** 首页-模版市场 */
3072
3088
  templateRoot = "templateRoot",
3073
3089
  /** 我的看板 */
@@ -3225,6 +3241,12 @@ declare module '@quickbi/bi-types/router/route-key' {
3225
3241
  /** 仪表板移动端预览 */
3226
3242
  dashboardMobileView2 = "dashboardMobileView2",
3227
3243
  dashboardMobileView3 = "dashboardMobileView3",
3244
+ /** AI 仪表板 */
3245
+ aiDashboardRoot = "aiDashboardRoot",
3246
+ /** AI 仪表板预览 */
3247
+ aiDashboardView = "aiDashboardView",
3248
+ /** AI 仪表板编辑 */
3249
+ aiDashboardEdit = "aiDashboardEdit",
3228
3250
  /** -------------------------------------------------- 电子表格 -------------------------------------------------- */
3229
3251
  workbookRoot = "workbookRoot",
3230
3252
  /** 电子表格预览 */
@@ -3429,7 +3451,6 @@ declare module '@quickbi/bi-types/router/route-key' {
3429
3451
  wordAgentFilePreview = "wordAgentFilePreview",
3430
3452
  /** 第三方token预览 */
3431
3453
  wordAgentPublicView = "wordAgentPublicView",
3432
- qReportReplay = "qReportReplay",
3433
3454
  /** 老大屏应用页面 */
3434
3455
  dashboardScreenRoot = "dashboardScreenRoot",
3435
3456
  /** 老大屏编辑页 */
@@ -3451,7 +3472,25 @@ declare module '@quickbi/bi-types/router/route-key' {
3451
3472
  /** 指标洞察-编辑 */
3452
3473
  metricInsightsEdit = "metricInsightsEdit",
3453
3474
  /** 指标洞察-预览 */
3454
- 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"
3455
3494
  }
3456
3495
  }
3457
3496
 
@@ -3527,6 +3566,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3527
3566
  readonly key: RouteKey.orgAdminWorkspaceInfo;
3528
3567
  readonly path: "/org/admin/space/workspaceInfo";
3529
3568
  }];
3569
+ }, {
3570
+ readonly key: RouteKey.orgAdminCreditManage;
3571
+ readonly path: "/org/admin/creditManage";
3530
3572
  }, {
3531
3573
  readonly key: RouteKey.orgAdminAuthorize;
3532
3574
  readonly path: "/org/admin/authorize";
@@ -3565,6 +3607,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3565
3607
  }, {
3566
3608
  readonly key: RouteKey.orgAdminExportControl;
3567
3609
  readonly path: "/org/admin/dataSafety/exportControl";
3610
+ }, {
3611
+ readonly key: RouteKey.orgAdminIpWhitelist;
3612
+ readonly path: "/org/admin/dataSafety/ipWhitelist";
3568
3613
  }];
3569
3614
  }, {
3570
3615
  readonly key: RouteKey.orgThemeCustom;
@@ -3732,6 +3777,14 @@ declare module '@quickbi/bi-types/router/route-tree' {
3732
3777
  readonly path: "/org/admin/qMessage/performanceAssistant";
3733
3778
  }];
3734
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
+ }];
3735
3788
  }, {
3736
3789
  readonly key: RouteKey.orgAdminMap;
3737
3790
  readonly path: "/org/admin/map";
@@ -3947,6 +4000,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
3947
4000
  }, {
3948
4001
  readonly key: RouteKey.subscriptionQInsightsManage;
3949
4002
  readonly path: "/subscribe/qInsightsManage";
4003
+ }, {
4004
+ readonly key: RouteKey.subscriptionReportCache;
4005
+ readonly path: "/subscribe/reportCache";
3950
4006
  }];
3951
4007
  }, {
3952
4008
  readonly key: RouteKey.templateRoot;
@@ -4127,15 +4183,15 @@ declare module '@quickbi/bi-types/router/route-tree' {
4127
4183
  readonly key: RouteKey.accountFailure;
4128
4184
  readonly path: "/accountFailure";
4129
4185
  }];
4186
+ }, {
4187
+ readonly key: RouteKey.singleChartEmbed;
4188
+ readonly path: "/feishu/embed";
4130
4189
  }, {
4131
4190
  readonly key: RouteKey.qChatEmbed;
4132
4191
  readonly path: "/copilot";
4133
4192
  readonly children: [{
4134
4193
  readonly key: RouteKey.qChatPublicView;
4135
4194
  readonly path: "/token3rd/copilot";
4136
- }, {
4137
- readonly key: RouteKey.qReportReplay;
4138
- readonly path: "/copilot/qreportReplay";
4139
4195
  }];
4140
4196
  }, {
4141
4197
  readonly key: RouteKey.portalRoot;
@@ -4200,6 +4256,16 @@ declare module '@quickbi/bi-types/router/route-tree' {
4200
4256
  readonly key: RouteKey.dashboardMobileView3;
4201
4257
  readonly path: "/mobile/dashboard";
4202
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
+ }];
4203
4269
  }, {
4204
4270
  readonly key: RouteKey.workbookRoot;
4205
4271
  readonly path: "/report";
@@ -4557,6 +4623,35 @@ declare module '@quickbi/bi-types/router/route-tree' {
4557
4623
  readonly key: RouteKey.dashboardScreenPublicView;
4558
4624
  readonly path: "/token3rd/dashboard/view/screenView.htm";
4559
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
+ }];
4560
4655
  }];
4561
4656
  };
4562
4657
  /** 路由树打平,根据key索引 */
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,6 +2155,8 @@ 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";
@@ -2242,11 +2246,13 @@ var RouteKey;
2242
2246
  RouteKey2["embedStatistic"] = "embedStatistic";
2243
2247
  RouteKey2["apiStatistic"] = "apiStatistic";
2244
2248
  RouteKey2["apiStatisticCount"] = "apiStatisticCount";
2249
+ RouteKey2["singleChartEmbed"] = "singleChartEmbed";
2245
2250
  RouteKey2["standardUser"] = "standardUser";
2246
2251
  RouteKey2["subscriptionManage"] = "subscriptionManage";
2247
2252
  RouteKey2["subscriptionTask"] = "subscriptionTask";
2248
2253
  RouteKey2["sendRecord"] = "sendRecord";
2249
2254
  RouteKey2["subscriptionQInsightsManage"] = "subscriptionQInsightsManage";
2255
+ RouteKey2["subscriptionReportCache"] = "subscriptionReportCache";
2250
2256
  RouteKey2["templateRoot"] = "templateRoot";
2251
2257
  RouteKey2["view"] = "view";
2252
2258
  RouteKey2["viewHome"] = "viewHome";
@@ -2326,6 +2332,9 @@ var RouteKey;
2326
2332
  RouteKey2["dashboardMobileView1"] = "dashboardMobileView1";
2327
2333
  RouteKey2["dashboardMobileView2"] = "dashboardMobileView2";
2328
2334
  RouteKey2["dashboardMobileView3"] = "dashboardMobileView3";
2335
+ RouteKey2["aiDashboardRoot"] = "aiDashboardRoot";
2336
+ RouteKey2["aiDashboardView"] = "aiDashboardView";
2337
+ RouteKey2["aiDashboardEdit"] = "aiDashboardEdit";
2329
2338
  RouteKey2["workbookRoot"] = "workbookRoot";
2330
2339
  RouteKey2["workbookView"] = "workbookView";
2331
2340
  RouteKey2["workbookPublicView"] = "workbookPublicView";
@@ -2428,7 +2437,6 @@ var RouteKey;
2428
2437
  RouteKey2["wordAgentArchiveView"] = "wordAgentArchiveView";
2429
2438
  RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
2430
2439
  RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
2431
- RouteKey2["qReportReplay"] = "qReportReplay";
2432
2440
  RouteKey2["dashboardScreenRoot"] = "dashboardScreenRoot";
2433
2441
  RouteKey2["dashboardScreenEdit"] = "dashboardScreenEdit";
2434
2442
  RouteKey2["dashboardScreenView"] = "dashboardScreenView";
@@ -2440,6 +2448,15 @@ var RouteKey;
2440
2448
  RouteKey2["businessInsightsView"] = "businessInsightsView";
2441
2449
  RouteKey2["metricInsightsEdit"] = "metricInsightsEdit";
2442
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";
2443
2460
  })(RouteKey || (RouteKey = {}));
2444
2461
 
2445
2462
  // src/basic/bi-types/src/router/route-tree.ts
@@ -2623,6 +2640,10 @@ var ROUTE_TREE_CONFIG = {
2623
2640
  }
2624
2641
  ]
2625
2642
  },
2643
+ {
2644
+ key: RouteKey.orgAdminCreditManage,
2645
+ path: "/org/admin/creditManage"
2646
+ },
2626
2647
  {
2627
2648
  key: RouteKey.orgAdminAuthorize,
2628
2649
  path: "/org/admin/authorize",
@@ -2674,6 +2695,10 @@ var ROUTE_TREE_CONFIG = {
2674
2695
  {
2675
2696
  key: RouteKey.orgAdminExportControl,
2676
2697
  path: "/org/admin/dataSafety/exportControl"
2698
+ },
2699
+ {
2700
+ key: RouteKey.orgAdminIpWhitelist,
2701
+ path: "/org/admin/dataSafety/ipWhitelist"
2677
2702
  }
2678
2703
  ]
2679
2704
  },
@@ -2905,6 +2930,18 @@ var ROUTE_TREE_CONFIG = {
2905
2930
  }
2906
2931
  ]
2907
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
+ },
2908
2945
  {
2909
2946
  key: RouteKey.orgAdminMap,
2910
2947
  path: "/org/admin/map",
@@ -3207,6 +3244,10 @@ var ROUTE_TREE_CONFIG = {
3207
3244
  {
3208
3245
  key: RouteKey.subscriptionQInsightsManage,
3209
3246
  path: "/subscribe/qInsightsManage"
3247
+ },
3248
+ {
3249
+ key: RouteKey.subscriptionReportCache,
3250
+ path: "/subscribe/reportCache"
3210
3251
  }
3211
3252
  ]
3212
3253
  },
@@ -3466,6 +3507,10 @@ var ROUTE_TREE_CONFIG = {
3466
3507
  }
3467
3508
  ]
3468
3509
  },
3510
+ {
3511
+ key: RouteKey.singleChartEmbed,
3512
+ path: "/feishu/embed"
3513
+ },
3469
3514
  /** 小Q问数嵌入 */
3470
3515
  {
3471
3516
  key: RouteKey.qChatEmbed,
@@ -3475,11 +3520,6 @@ var ROUTE_TREE_CONFIG = {
3475
3520
  {
3476
3521
  key: RouteKey.qChatPublicView,
3477
3522
  path: "/token3rd/copilot"
3478
- },
3479
- /** 小Q报告回放页面嵌入 */
3480
- {
3481
- key: RouteKey.qReportReplay,
3482
- path: "/copilot/qreportReplay"
3483
3523
  }
3484
3524
  ]
3485
3525
  },
@@ -3572,6 +3612,21 @@ var ROUTE_TREE_CONFIG = {
3572
3612
  }
3573
3613
  ]
3574
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
+ },
3575
3630
  /** 电子表格 */
3576
3631
  {
3577
3632
  key: RouteKey.workbookRoot,
@@ -4085,6 +4140,47 @@ var ROUTE_TREE_CONFIG = {
4085
4140
  path: "/token3rd/dashboard/view/screenView.htm"
4086
4141
  }
4087
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
+ ]
4088
4184
  }
4089
4185
  ]
4090
4186
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickbi/bi-types",
3
- "version": "3.2.8",
3
+ "version": "3.2.9-beta.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"