@quickbi/bi-types 3.2.7 → 3.2.8
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 +19 -0
- package/cjs/index.js +13 -0
- package/esm/index.d.ts +19 -0
- package/esm/index.mjs +13 -0
- package/package.json +1 -1
package/cjs/index.d.ts
CHANGED
|
@@ -2891,6 +2891,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2891
2891
|
orgAdminSmartQGlobalConfigAgentManage = "orgAdminSmartQGlobalConfigAgentManage",
|
|
2892
2892
|
/** 组织管理-智能小 Q - 通用配置 - 知识库 */
|
|
2893
2893
|
orgAdminSmartQGlobalConfigKnowledgeManage = "orgAdminSmartQGlobalConfigKnowledgeManage",
|
|
2894
|
+
/** 组织管理-智能小 Q - 通用配置 - 主题定制 */
|
|
2895
|
+
orgAdminSmartQGlobalThemeSetting = "orgAdminSmartQGlobalThemeSetting",
|
|
2894
2896
|
/** 组织管理-小Q问数 */
|
|
2895
2897
|
orgAdminCopilot = "orgAdminCopilot",
|
|
2896
2898
|
/** 组织管理-小Q问数 - 探索版 */
|
|
@@ -3064,6 +3066,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3064
3066
|
subscriptionTask = "subscriptionTask",
|
|
3065
3067
|
/** 发送记录, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
|
|
3066
3068
|
sendRecord = "sendRecord",
|
|
3069
|
+
/** 小Q解读任务管理 */
|
|
3070
|
+
subscriptionQInsightsManage = "subscriptionQInsightsManage",
|
|
3067
3071
|
/** 首页-模版市场 */
|
|
3068
3072
|
templateRoot = "templateRoot",
|
|
3069
3073
|
/** 我的看板 */
|
|
@@ -3110,6 +3114,10 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3110
3114
|
copilotPageQReport = "copilotPageQReport",
|
|
3111
3115
|
/** 首页下的小Q搭建 */
|
|
3112
3116
|
copilotPageQDashboard = "copilotPageQDashboard",
|
|
3117
|
+
/** 首页下的小Q搜索 */
|
|
3118
|
+
copilotPageSearch = "copilotPageSearch",
|
|
3119
|
+
/** 首页下的小Q更多 */
|
|
3120
|
+
copilotPageMore = "copilotPageMore",
|
|
3113
3121
|
/** 首页下的自定义智能体列表页 */
|
|
3114
3122
|
copilotPageAgentList = "copilotPageAgentList",
|
|
3115
3123
|
/** 首页下的自定义智能体 */
|
|
@@ -3655,6 +3663,10 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3655
3663
|
/** 智能小 Q - 通用配置 - 大模型配置 */
|
|
3656
3664
|
readonly key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage;
|
|
3657
3665
|
readonly path: "/org/admin/smartQ/globalConfig/knowledgeManage";
|
|
3666
|
+
}, {
|
|
3667
|
+
/** 智能小 Q - 通用配置 - 主题定制 */
|
|
3668
|
+
readonly key: RouteKey.orgAdminSmartQGlobalThemeSetting;
|
|
3669
|
+
readonly path: "/org/admin/smartQ/globalConfig/themeSetting";
|
|
3658
3670
|
}];
|
|
3659
3671
|
}, {
|
|
3660
3672
|
readonly key: RouteKey.orgAdminCopilot;
|
|
@@ -3932,6 +3944,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3932
3944
|
}, {
|
|
3933
3945
|
readonly key: RouteKey.sendRecord;
|
|
3934
3946
|
readonly path: "/subscribe/record";
|
|
3947
|
+
}, {
|
|
3948
|
+
readonly key: RouteKey.subscriptionQInsightsManage;
|
|
3949
|
+
readonly path: "/subscribe/qInsightsManage";
|
|
3935
3950
|
}];
|
|
3936
3951
|
}, {
|
|
3937
3952
|
readonly key: RouteKey.templateRoot;
|
|
@@ -6497,6 +6512,10 @@ declare module '@quickbi/bi-types/cube/cube-schema' {
|
|
|
6497
6512
|
name?: string;
|
|
6498
6513
|
/** 字段描述 */
|
|
6499
6514
|
comments?: string;
|
|
6515
|
+
/** 字段备注类型 文本/链接 */
|
|
6516
|
+
commentType?: 'text' | 'url';
|
|
6517
|
+
/** 链接模式下的链接文字(commentType=url 时有效) */
|
|
6518
|
+
commentLinkText?: string;
|
|
6500
6519
|
/** 字段自定义排序设置 */
|
|
6501
6520
|
sortModel?: {
|
|
6502
6521
|
sortType: 'ASC' | 'DESC' | 'CUSTOM';
|
package/cjs/index.js
CHANGED
|
@@ -2318,6 +2318,7 @@ var RouteKey;
|
|
|
2318
2318
|
RouteKey2["orgAdminSmartQGlobalConfigAIConfig"] = "orgAdminSmartQGlobalConfigAIConfig";
|
|
2319
2319
|
RouteKey2["orgAdminSmartQGlobalConfigAgentManage"] = "orgAdminSmartQGlobalConfigAgentManage";
|
|
2320
2320
|
RouteKey2["orgAdminSmartQGlobalConfigKnowledgeManage"] = "orgAdminSmartQGlobalConfigKnowledgeManage";
|
|
2321
|
+
RouteKey2["orgAdminSmartQGlobalThemeSetting"] = "orgAdminSmartQGlobalThemeSetting";
|
|
2321
2322
|
RouteKey2["orgAdminCopilot"] = "orgAdminCopilot";
|
|
2322
2323
|
RouteKey2["orgAdminCopilotQueryAgent"] = "orgAdminCopilotQueryAgent";
|
|
2323
2324
|
RouteKey2["orgQueryAgentAnalysisThemeManage"] = "orgQueryAgentAnalysisThemeManage";
|
|
@@ -2405,6 +2406,7 @@ var RouteKey;
|
|
|
2405
2406
|
RouteKey2["subscriptionManage"] = "subscriptionManage";
|
|
2406
2407
|
RouteKey2["subscriptionTask"] = "subscriptionTask";
|
|
2407
2408
|
RouteKey2["sendRecord"] = "sendRecord";
|
|
2409
|
+
RouteKey2["subscriptionQInsightsManage"] = "subscriptionQInsightsManage";
|
|
2408
2410
|
RouteKey2["templateRoot"] = "templateRoot";
|
|
2409
2411
|
RouteKey2["view"] = "view";
|
|
2410
2412
|
RouteKey2["viewHome"] = "viewHome";
|
|
@@ -2428,6 +2430,8 @@ var RouteKey;
|
|
|
2428
2430
|
RouteKey2["copilotPageQMetric"] = "copilotPageQMetric";
|
|
2429
2431
|
RouteKey2["copilotPageQReport"] = "copilotPageQReport";
|
|
2430
2432
|
RouteKey2["copilotPageQDashboard"] = "copilotPageQDashboard";
|
|
2433
|
+
RouteKey2["copilotPageSearch"] = "copilotPageSearch";
|
|
2434
|
+
RouteKey2["copilotPageMore"] = "copilotPageMore";
|
|
2431
2435
|
RouteKey2["copilotPageAgentList"] = "copilotPageAgentList";
|
|
2432
2436
|
RouteKey2["copilotPageAgent"] = "copilotPageAgent";
|
|
2433
2437
|
RouteKey2["embedModule"] = "embedModule";
|
|
@@ -2962,6 +2966,11 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2962
2966
|
/** 智能小 Q - 通用配置 - 大模型配置 */
|
|
2963
2967
|
key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage,
|
|
2964
2968
|
path: "/org/admin/smartQ/globalConfig/knowledgeManage"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
/** 智能小 Q - 通用配置 - 主题定制 */
|
|
2972
|
+
key: RouteKey.orgAdminSmartQGlobalThemeSetting,
|
|
2973
|
+
path: "/org/admin/smartQ/globalConfig/themeSetting"
|
|
2965
2974
|
}
|
|
2966
2975
|
]
|
|
2967
2976
|
},
|
|
@@ -3354,6 +3363,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3354
3363
|
{
|
|
3355
3364
|
key: RouteKey.sendRecord,
|
|
3356
3365
|
path: "/subscribe/record"
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
key: RouteKey.subscriptionQInsightsManage,
|
|
3369
|
+
path: "/subscribe/qInsightsManage"
|
|
3357
3370
|
}
|
|
3358
3371
|
]
|
|
3359
3372
|
},
|
package/esm/index.d.ts
CHANGED
|
@@ -2891,6 +2891,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
2891
2891
|
orgAdminSmartQGlobalConfigAgentManage = "orgAdminSmartQGlobalConfigAgentManage",
|
|
2892
2892
|
/** 组织管理-智能小 Q - 通用配置 - 知识库 */
|
|
2893
2893
|
orgAdminSmartQGlobalConfigKnowledgeManage = "orgAdminSmartQGlobalConfigKnowledgeManage",
|
|
2894
|
+
/** 组织管理-智能小 Q - 通用配置 - 主题定制 */
|
|
2895
|
+
orgAdminSmartQGlobalThemeSetting = "orgAdminSmartQGlobalThemeSetting",
|
|
2894
2896
|
/** 组织管理-小Q问数 */
|
|
2895
2897
|
orgAdminCopilot = "orgAdminCopilot",
|
|
2896
2898
|
/** 组织管理-小Q问数 - 探索版 */
|
|
@@ -3064,6 +3066,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3064
3066
|
subscriptionTask = "subscriptionTask",
|
|
3065
3067
|
/** 发送记录, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
|
|
3066
3068
|
sendRecord = "sendRecord",
|
|
3069
|
+
/** 小Q解读任务管理 */
|
|
3070
|
+
subscriptionQInsightsManage = "subscriptionQInsightsManage",
|
|
3067
3071
|
/** 首页-模版市场 */
|
|
3068
3072
|
templateRoot = "templateRoot",
|
|
3069
3073
|
/** 我的看板 */
|
|
@@ -3110,6 +3114,10 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3110
3114
|
copilotPageQReport = "copilotPageQReport",
|
|
3111
3115
|
/** 首页下的小Q搭建 */
|
|
3112
3116
|
copilotPageQDashboard = "copilotPageQDashboard",
|
|
3117
|
+
/** 首页下的小Q搜索 */
|
|
3118
|
+
copilotPageSearch = "copilotPageSearch",
|
|
3119
|
+
/** 首页下的小Q更多 */
|
|
3120
|
+
copilotPageMore = "copilotPageMore",
|
|
3113
3121
|
/** 首页下的自定义智能体列表页 */
|
|
3114
3122
|
copilotPageAgentList = "copilotPageAgentList",
|
|
3115
3123
|
/** 首页下的自定义智能体 */
|
|
@@ -3655,6 +3663,10 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3655
3663
|
/** 智能小 Q - 通用配置 - 大模型配置 */
|
|
3656
3664
|
readonly key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage;
|
|
3657
3665
|
readonly path: "/org/admin/smartQ/globalConfig/knowledgeManage";
|
|
3666
|
+
}, {
|
|
3667
|
+
/** 智能小 Q - 通用配置 - 主题定制 */
|
|
3668
|
+
readonly key: RouteKey.orgAdminSmartQGlobalThemeSetting;
|
|
3669
|
+
readonly path: "/org/admin/smartQ/globalConfig/themeSetting";
|
|
3658
3670
|
}];
|
|
3659
3671
|
}, {
|
|
3660
3672
|
readonly key: RouteKey.orgAdminCopilot;
|
|
@@ -3932,6 +3944,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
3932
3944
|
}, {
|
|
3933
3945
|
readonly key: RouteKey.sendRecord;
|
|
3934
3946
|
readonly path: "/subscribe/record";
|
|
3947
|
+
}, {
|
|
3948
|
+
readonly key: RouteKey.subscriptionQInsightsManage;
|
|
3949
|
+
readonly path: "/subscribe/qInsightsManage";
|
|
3935
3950
|
}];
|
|
3936
3951
|
}, {
|
|
3937
3952
|
readonly key: RouteKey.templateRoot;
|
|
@@ -6497,6 +6512,10 @@ declare module '@quickbi/bi-types/cube/cube-schema' {
|
|
|
6497
6512
|
name?: string;
|
|
6498
6513
|
/** 字段描述 */
|
|
6499
6514
|
comments?: string;
|
|
6515
|
+
/** 字段备注类型 文本/链接 */
|
|
6516
|
+
commentType?: 'text' | 'url';
|
|
6517
|
+
/** 链接模式下的链接文字(commentType=url 时有效) */
|
|
6518
|
+
commentLinkText?: string;
|
|
6500
6519
|
/** 字段自定义排序设置 */
|
|
6501
6520
|
sortModel?: {
|
|
6502
6521
|
sortType: 'ASC' | 'DESC' | 'CUSTOM';
|
package/esm/index.mjs
CHANGED
|
@@ -2158,6 +2158,7 @@ var RouteKey;
|
|
|
2158
2158
|
RouteKey2["orgAdminSmartQGlobalConfigAIConfig"] = "orgAdminSmartQGlobalConfigAIConfig";
|
|
2159
2159
|
RouteKey2["orgAdminSmartQGlobalConfigAgentManage"] = "orgAdminSmartQGlobalConfigAgentManage";
|
|
2160
2160
|
RouteKey2["orgAdminSmartQGlobalConfigKnowledgeManage"] = "orgAdminSmartQGlobalConfigKnowledgeManage";
|
|
2161
|
+
RouteKey2["orgAdminSmartQGlobalThemeSetting"] = "orgAdminSmartQGlobalThemeSetting";
|
|
2161
2162
|
RouteKey2["orgAdminCopilot"] = "orgAdminCopilot";
|
|
2162
2163
|
RouteKey2["orgAdminCopilotQueryAgent"] = "orgAdminCopilotQueryAgent";
|
|
2163
2164
|
RouteKey2["orgQueryAgentAnalysisThemeManage"] = "orgQueryAgentAnalysisThemeManage";
|
|
@@ -2245,6 +2246,7 @@ var RouteKey;
|
|
|
2245
2246
|
RouteKey2["subscriptionManage"] = "subscriptionManage";
|
|
2246
2247
|
RouteKey2["subscriptionTask"] = "subscriptionTask";
|
|
2247
2248
|
RouteKey2["sendRecord"] = "sendRecord";
|
|
2249
|
+
RouteKey2["subscriptionQInsightsManage"] = "subscriptionQInsightsManage";
|
|
2248
2250
|
RouteKey2["templateRoot"] = "templateRoot";
|
|
2249
2251
|
RouteKey2["view"] = "view";
|
|
2250
2252
|
RouteKey2["viewHome"] = "viewHome";
|
|
@@ -2268,6 +2270,8 @@ var RouteKey;
|
|
|
2268
2270
|
RouteKey2["copilotPageQMetric"] = "copilotPageQMetric";
|
|
2269
2271
|
RouteKey2["copilotPageQReport"] = "copilotPageQReport";
|
|
2270
2272
|
RouteKey2["copilotPageQDashboard"] = "copilotPageQDashboard";
|
|
2273
|
+
RouteKey2["copilotPageSearch"] = "copilotPageSearch";
|
|
2274
|
+
RouteKey2["copilotPageMore"] = "copilotPageMore";
|
|
2271
2275
|
RouteKey2["copilotPageAgentList"] = "copilotPageAgentList";
|
|
2272
2276
|
RouteKey2["copilotPageAgent"] = "copilotPageAgent";
|
|
2273
2277
|
RouteKey2["embedModule"] = "embedModule";
|
|
@@ -2802,6 +2806,11 @@ var ROUTE_TREE_CONFIG = {
|
|
|
2802
2806
|
/** 智能小 Q - 通用配置 - 大模型配置 */
|
|
2803
2807
|
key: RouteKey.orgAdminSmartQGlobalConfigKnowledgeManage,
|
|
2804
2808
|
path: "/org/admin/smartQ/globalConfig/knowledgeManage"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
/** 智能小 Q - 通用配置 - 主题定制 */
|
|
2812
|
+
key: RouteKey.orgAdminSmartQGlobalThemeSetting,
|
|
2813
|
+
path: "/org/admin/smartQ/globalConfig/themeSetting"
|
|
2805
2814
|
}
|
|
2806
2815
|
]
|
|
2807
2816
|
},
|
|
@@ -3194,6 +3203,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3194
3203
|
{
|
|
3195
3204
|
key: RouteKey.sendRecord,
|
|
3196
3205
|
path: "/subscribe/record"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
key: RouteKey.subscriptionQInsightsManage,
|
|
3209
|
+
path: "/subscribe/qInsightsManage"
|
|
3197
3210
|
}
|
|
3198
3211
|
]
|
|
3199
3212
|
},
|