@quickbi/bi-types 3.0.45 → 3.0.46-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.js +28 -8
- package/cjs/router/route-key.d.ts +10 -3
- package/esm/index.mjs +28 -8
- package/esm/router/route-key.d.ts +10 -3
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -2011,6 +2011,7 @@ var RouteKey;
|
|
|
2011
2011
|
RouteKey2["viewSearch"] = "viewSearch";
|
|
2012
2012
|
RouteKey2["viewPortal"] = "viewPortal";
|
|
2013
2013
|
RouteKey2["viewCategory"] = "viewCategory";
|
|
2014
|
+
RouteKey2["copilotHome"] = "copilotHome";
|
|
2014
2015
|
RouteKey2["workPlatform"] = "workPlatform";
|
|
2015
2016
|
RouteKey2["workspace"] = "workspace";
|
|
2016
2017
|
RouteKey2["portalList"] = "portalList";
|
|
@@ -2037,12 +2038,14 @@ var RouteKey;
|
|
|
2037
2038
|
RouteKey2["resourceLineage"] = "resourceLineage";
|
|
2038
2039
|
RouteKey2["advanceVersion"] = "advanceVersion";
|
|
2039
2040
|
RouteKey2["workspacePreview"] = "workspacePreview";
|
|
2040
|
-
RouteKey2["
|
|
2041
|
+
RouteKey2["copilotRoot"] = "copilotRoot";
|
|
2041
2042
|
RouteKey2["copilotView"] = "copilotView";
|
|
2042
2043
|
RouteKey2["copilotPublicView"] = "copilotPublicView";
|
|
2043
2044
|
RouteKey2["portalRoot"] = "portalRoot";
|
|
2044
2045
|
RouteKey2["portalEdit"] = "portalEdit";
|
|
2045
2046
|
RouteKey2["portalView"] = "portalView";
|
|
2047
|
+
RouteKey2["portalPublicView"] = "portalPublicView";
|
|
2048
|
+
RouteKey2["portalId"] = "portalID";
|
|
2046
2049
|
RouteKey2["formRoot"] = "formRoot";
|
|
2047
2050
|
RouteKey2["formCreate"] = "formCreate";
|
|
2048
2051
|
RouteKey2["formEdit"] = "formEdit";
|
|
@@ -2843,13 +2846,20 @@ var ROUTE_TREE = {
|
|
|
2843
2846
|
}
|
|
2844
2847
|
]
|
|
2845
2848
|
},
|
|
2849
|
+
/** 智能小Q */
|
|
2846
2850
|
{
|
|
2847
|
-
key: RouteKey.
|
|
2848
|
-
path: "/copilot"
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2851
|
+
key: RouteKey.copilotRoot,
|
|
2852
|
+
path: "/copilot",
|
|
2853
|
+
children: [
|
|
2854
|
+
{
|
|
2855
|
+
key: RouteKey.copilotView,
|
|
2856
|
+
path: "/copilot"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
key: RouteKey.copilotPublicView,
|
|
2860
|
+
path: "/token3rd/copilot"
|
|
2861
|
+
}
|
|
2862
|
+
]
|
|
2853
2863
|
},
|
|
2854
2864
|
/** 数据门户 */
|
|
2855
2865
|
{
|
|
@@ -2863,6 +2873,14 @@ var ROUTE_TREE = {
|
|
|
2863
2873
|
{
|
|
2864
2874
|
key: RouteKey.portalView,
|
|
2865
2875
|
path: "/product/view.htm"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
key: RouteKey.portalId,
|
|
2879
|
+
path: "/product/:productId"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
key: RouteKey.portalPublicView,
|
|
2883
|
+
path: "/token3rd/product/view.htm"
|
|
2866
2884
|
}
|
|
2867
2885
|
]
|
|
2868
2886
|
},
|
|
@@ -2954,6 +2972,7 @@ var ROUTE_TREE = {
|
|
|
2954
2972
|
}
|
|
2955
2973
|
]
|
|
2956
2974
|
},
|
|
2975
|
+
/** 数据集 */
|
|
2957
2976
|
{
|
|
2958
2977
|
key: RouteKey.datasetRoot,
|
|
2959
2978
|
path: "/cube",
|
|
@@ -3017,7 +3036,7 @@ var ROUTE_TREE = {
|
|
|
3017
3036
|
},
|
|
3018
3037
|
{
|
|
3019
3038
|
key: RouteKey.screenPublicView,
|
|
3020
|
-
path: "/token3rd/screen/view.htm"
|
|
3039
|
+
path: "/token3rd/screen/view/pc.htm"
|
|
3021
3040
|
}
|
|
3022
3041
|
]
|
|
3023
3042
|
},
|
|
@@ -3189,6 +3208,7 @@ var ROUTE_TREE = {
|
|
|
3189
3208
|
}
|
|
3190
3209
|
]
|
|
3191
3210
|
},
|
|
3211
|
+
/** 开放应用 */
|
|
3192
3212
|
{
|
|
3193
3213
|
key: RouteKey.openPlatRoot,
|
|
3194
3214
|
path: "/openplatform",
|
|
@@ -282,6 +282,9 @@ export declare enum RouteKey {
|
|
|
282
282
|
viewPortal = "viewPortal",
|
|
283
283
|
/** 业务类目 */
|
|
284
284
|
viewCategory = "viewCategory",
|
|
285
|
+
/** ------------------------- 智能小Q页 ------------------------- */
|
|
286
|
+
/** 首页下的智能小Q页 */
|
|
287
|
+
copilotHome = "copilotHome",
|
|
285
288
|
/** ------------------------- 工作台页 ------------------------- */
|
|
286
289
|
/** 工作台 会跳到很多地方 */
|
|
287
290
|
workPlatform = "workPlatform",
|
|
@@ -336,9 +339,9 @@ export declare enum RouteKey {
|
|
|
336
339
|
advanceVersion = "advanceVersion",
|
|
337
340
|
/** 老列表页 */
|
|
338
341
|
workspacePreview = "workspacePreview",
|
|
339
|
-
/** -------------------------------------------------- 智能小Q
|
|
340
|
-
/** 智能小Q
|
|
341
|
-
|
|
342
|
+
/** -------------------------------------------------- 智能小Q -------------------------------------------------- */
|
|
343
|
+
/** 智能小Q */
|
|
344
|
+
copilotRoot = "copilotRoot",
|
|
342
345
|
/** 智能小Q 单独预览页 */
|
|
343
346
|
copilotView = "copilotView",
|
|
344
347
|
/** 智能小Q 单独预览-公开预览 */
|
|
@@ -350,6 +353,10 @@ export declare enum RouteKey {
|
|
|
350
353
|
portalEdit = "portalEdit",
|
|
351
354
|
/** 数据门户预览页 */
|
|
352
355
|
portalView = "portalView",
|
|
356
|
+
/** 数据门户公开预览页 */
|
|
357
|
+
portalPublicView = "portalPublicView",
|
|
358
|
+
/** 数据门户预览短链模式 */
|
|
359
|
+
portalId = "portalID",
|
|
353
360
|
/** --------------------------------------------------- 数据填报 --------------------------------------------------- */
|
|
354
361
|
/** 表单填报系统 */
|
|
355
362
|
formRoot = "formRoot",
|
package/esm/index.mjs
CHANGED
|
@@ -1877,6 +1877,7 @@ var RouteKey;
|
|
|
1877
1877
|
RouteKey2["viewSearch"] = "viewSearch";
|
|
1878
1878
|
RouteKey2["viewPortal"] = "viewPortal";
|
|
1879
1879
|
RouteKey2["viewCategory"] = "viewCategory";
|
|
1880
|
+
RouteKey2["copilotHome"] = "copilotHome";
|
|
1880
1881
|
RouteKey2["workPlatform"] = "workPlatform";
|
|
1881
1882
|
RouteKey2["workspace"] = "workspace";
|
|
1882
1883
|
RouteKey2["portalList"] = "portalList";
|
|
@@ -1903,12 +1904,14 @@ var RouteKey;
|
|
|
1903
1904
|
RouteKey2["resourceLineage"] = "resourceLineage";
|
|
1904
1905
|
RouteKey2["advanceVersion"] = "advanceVersion";
|
|
1905
1906
|
RouteKey2["workspacePreview"] = "workspacePreview";
|
|
1906
|
-
RouteKey2["
|
|
1907
|
+
RouteKey2["copilotRoot"] = "copilotRoot";
|
|
1907
1908
|
RouteKey2["copilotView"] = "copilotView";
|
|
1908
1909
|
RouteKey2["copilotPublicView"] = "copilotPublicView";
|
|
1909
1910
|
RouteKey2["portalRoot"] = "portalRoot";
|
|
1910
1911
|
RouteKey2["portalEdit"] = "portalEdit";
|
|
1911
1912
|
RouteKey2["portalView"] = "portalView";
|
|
1913
|
+
RouteKey2["portalPublicView"] = "portalPublicView";
|
|
1914
|
+
RouteKey2["portalId"] = "portalID";
|
|
1912
1915
|
RouteKey2["formRoot"] = "formRoot";
|
|
1913
1916
|
RouteKey2["formCreate"] = "formCreate";
|
|
1914
1917
|
RouteKey2["formEdit"] = "formEdit";
|
|
@@ -2709,13 +2712,20 @@ var ROUTE_TREE = {
|
|
|
2709
2712
|
}
|
|
2710
2713
|
]
|
|
2711
2714
|
},
|
|
2715
|
+
/** 智能小Q */
|
|
2712
2716
|
{
|
|
2713
|
-
key: RouteKey.
|
|
2714
|
-
path: "/copilot"
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2717
|
+
key: RouteKey.copilotRoot,
|
|
2718
|
+
path: "/copilot",
|
|
2719
|
+
children: [
|
|
2720
|
+
{
|
|
2721
|
+
key: RouteKey.copilotView,
|
|
2722
|
+
path: "/copilot"
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
key: RouteKey.copilotPublicView,
|
|
2726
|
+
path: "/token3rd/copilot"
|
|
2727
|
+
}
|
|
2728
|
+
]
|
|
2719
2729
|
},
|
|
2720
2730
|
/** 数据门户 */
|
|
2721
2731
|
{
|
|
@@ -2729,6 +2739,14 @@ var ROUTE_TREE = {
|
|
|
2729
2739
|
{
|
|
2730
2740
|
key: RouteKey.portalView,
|
|
2731
2741
|
path: "/product/view.htm"
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
key: RouteKey.portalId,
|
|
2745
|
+
path: "/product/:productId"
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
key: RouteKey.portalPublicView,
|
|
2749
|
+
path: "/token3rd/product/view.htm"
|
|
2732
2750
|
}
|
|
2733
2751
|
]
|
|
2734
2752
|
},
|
|
@@ -2820,6 +2838,7 @@ var ROUTE_TREE = {
|
|
|
2820
2838
|
}
|
|
2821
2839
|
]
|
|
2822
2840
|
},
|
|
2841
|
+
/** 数据集 */
|
|
2823
2842
|
{
|
|
2824
2843
|
key: RouteKey.datasetRoot,
|
|
2825
2844
|
path: "/cube",
|
|
@@ -2883,7 +2902,7 @@ var ROUTE_TREE = {
|
|
|
2883
2902
|
},
|
|
2884
2903
|
{
|
|
2885
2904
|
key: RouteKey.screenPublicView,
|
|
2886
|
-
path: "/token3rd/screen/view.htm"
|
|
2905
|
+
path: "/token3rd/screen/view/pc.htm"
|
|
2887
2906
|
}
|
|
2888
2907
|
]
|
|
2889
2908
|
},
|
|
@@ -3055,6 +3074,7 @@ var ROUTE_TREE = {
|
|
|
3055
3074
|
}
|
|
3056
3075
|
]
|
|
3057
3076
|
},
|
|
3077
|
+
/** 开放应用 */
|
|
3058
3078
|
{
|
|
3059
3079
|
key: RouteKey.openPlatRoot,
|
|
3060
3080
|
path: "/openplatform",
|
|
@@ -282,6 +282,9 @@ export declare enum RouteKey {
|
|
|
282
282
|
viewPortal = "viewPortal",
|
|
283
283
|
/** 业务类目 */
|
|
284
284
|
viewCategory = "viewCategory",
|
|
285
|
+
/** ------------------------- 智能小Q页 ------------------------- */
|
|
286
|
+
/** 首页下的智能小Q页 */
|
|
287
|
+
copilotHome = "copilotHome",
|
|
285
288
|
/** ------------------------- 工作台页 ------------------------- */
|
|
286
289
|
/** 工作台 会跳到很多地方 */
|
|
287
290
|
workPlatform = "workPlatform",
|
|
@@ -336,9 +339,9 @@ export declare enum RouteKey {
|
|
|
336
339
|
advanceVersion = "advanceVersion",
|
|
337
340
|
/** 老列表页 */
|
|
338
341
|
workspacePreview = "workspacePreview",
|
|
339
|
-
/** -------------------------------------------------- 智能小Q
|
|
340
|
-
/** 智能小Q
|
|
341
|
-
|
|
342
|
+
/** -------------------------------------------------- 智能小Q -------------------------------------------------- */
|
|
343
|
+
/** 智能小Q */
|
|
344
|
+
copilotRoot = "copilotRoot",
|
|
342
345
|
/** 智能小Q 单独预览页 */
|
|
343
346
|
copilotView = "copilotView",
|
|
344
347
|
/** 智能小Q 单独预览-公开预览 */
|
|
@@ -350,6 +353,10 @@ export declare enum RouteKey {
|
|
|
350
353
|
portalEdit = "portalEdit",
|
|
351
354
|
/** 数据门户预览页 */
|
|
352
355
|
portalView = "portalView",
|
|
356
|
+
/** 数据门户公开预览页 */
|
|
357
|
+
portalPublicView = "portalPublicView",
|
|
358
|
+
/** 数据门户预览短链模式 */
|
|
359
|
+
portalId = "portalID",
|
|
353
360
|
/** --------------------------------------------------- 数据填报 --------------------------------------------------- */
|
|
354
361
|
/** 表单填报系统 */
|
|
355
362
|
formRoot = "formRoot",
|