@quickbi/bi-types 3.1.2-beta.0 → 3.1.2-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.d.ts +5 -0
- package/cjs/index.js +5 -0
- package/esm/index.d.ts +5 -0
- package/esm/index.mjs +5 -0
- package/package.json +1 -1
package/cjs/index.d.ts
CHANGED
|
@@ -3268,6 +3268,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3268
3268
|
wordAgentEdit = "wordAgentEdit",
|
|
3269
3269
|
/** 小Q报告预览 */
|
|
3270
3270
|
wordAgentView = "wordAgentView",
|
|
3271
|
+
/** 小Q报告归档预览 */
|
|
3272
|
+
wordAgentArchiveView = "wordAgentArchiveView",
|
|
3271
3273
|
/** 小Q报告文件预览 */
|
|
3272
3274
|
wordAgentFilePreview = "wordAgentFilePreview",
|
|
3273
3275
|
/** 第三方token预览 */
|
|
@@ -4275,6 +4277,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4275
4277
|
}, {
|
|
4276
4278
|
readonly key: RouteKey.wordAgentFilePreview;
|
|
4277
4279
|
readonly path: "/qreport/file-view.htm";
|
|
4280
|
+
}, {
|
|
4281
|
+
readonly key: RouteKey.wordAgentArchiveView;
|
|
4282
|
+
readonly path: "/qreport/archiveView.htm";
|
|
4278
4283
|
}];
|
|
4279
4284
|
}, {
|
|
4280
4285
|
readonly key: RouteKey.loginRoot;
|
package/cjs/index.js
CHANGED
|
@@ -2436,6 +2436,7 @@ var RouteKey;
|
|
|
2436
2436
|
RouteKey2["wordAgentRoot"] = "wordAgentRoot";
|
|
2437
2437
|
RouteKey2["wordAgentEdit"] = "wordAgentEdit";
|
|
2438
2438
|
RouteKey2["wordAgentView"] = "wordAgentView";
|
|
2439
|
+
RouteKey2["wordAgentArchiveView"] = "wordAgentArchiveView";
|
|
2439
2440
|
RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
|
|
2440
2441
|
RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
|
|
2441
2442
|
RouteKey2["qReportReplay"] = "qReportReplay";
|
|
@@ -3928,6 +3929,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3928
3929
|
{
|
|
3929
3930
|
key: RouteKey.wordAgentFilePreview,
|
|
3930
3931
|
path: "/qreport/file-view.htm"
|
|
3932
|
+
},
|
|
3933
|
+
{
|
|
3934
|
+
key: RouteKey.wordAgentArchiveView,
|
|
3935
|
+
path: "/qreport/archiveView.htm"
|
|
3931
3936
|
}
|
|
3932
3937
|
]
|
|
3933
3938
|
},
|
package/esm/index.d.ts
CHANGED
|
@@ -3268,6 +3268,8 @@ declare module '@quickbi/bi-types/router/route-key' {
|
|
|
3268
3268
|
wordAgentEdit = "wordAgentEdit",
|
|
3269
3269
|
/** 小Q报告预览 */
|
|
3270
3270
|
wordAgentView = "wordAgentView",
|
|
3271
|
+
/** 小Q报告归档预览 */
|
|
3272
|
+
wordAgentArchiveView = "wordAgentArchiveView",
|
|
3271
3273
|
/** 小Q报告文件预览 */
|
|
3272
3274
|
wordAgentFilePreview = "wordAgentFilePreview",
|
|
3273
3275
|
/** 第三方token预览 */
|
|
@@ -4275,6 +4277,9 @@ declare module '@quickbi/bi-types/router/route-tree' {
|
|
|
4275
4277
|
}, {
|
|
4276
4278
|
readonly key: RouteKey.wordAgentFilePreview;
|
|
4277
4279
|
readonly path: "/qreport/file-view.htm";
|
|
4280
|
+
}, {
|
|
4281
|
+
readonly key: RouteKey.wordAgentArchiveView;
|
|
4282
|
+
readonly path: "/qreport/archiveView.htm";
|
|
4278
4283
|
}];
|
|
4279
4284
|
}, {
|
|
4280
4285
|
readonly key: RouteKey.loginRoot;
|
package/esm/index.mjs
CHANGED
|
@@ -2280,6 +2280,7 @@ var RouteKey;
|
|
|
2280
2280
|
RouteKey2["wordAgentRoot"] = "wordAgentRoot";
|
|
2281
2281
|
RouteKey2["wordAgentEdit"] = "wordAgentEdit";
|
|
2282
2282
|
RouteKey2["wordAgentView"] = "wordAgentView";
|
|
2283
|
+
RouteKey2["wordAgentArchiveView"] = "wordAgentArchiveView";
|
|
2283
2284
|
RouteKey2["wordAgentFilePreview"] = "wordAgentFilePreview";
|
|
2284
2285
|
RouteKey2["wordAgentPublicView"] = "wordAgentPublicView";
|
|
2285
2286
|
RouteKey2["qReportReplay"] = "qReportReplay";
|
|
@@ -3772,6 +3773,10 @@ var ROUTE_TREE_CONFIG = {
|
|
|
3772
3773
|
{
|
|
3773
3774
|
key: RouteKey.wordAgentFilePreview,
|
|
3774
3775
|
path: "/qreport/file-view.htm"
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
key: RouteKey.wordAgentArchiveView,
|
|
3779
|
+
path: "/qreport/archiveView.htm"
|
|
3775
3780
|
}
|
|
3776
3781
|
]
|
|
3777
3782
|
},
|