@quickbi/bi-types 3.0.41-beta.19 → 3.0.41-beta.20

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 CHANGED
@@ -1945,7 +1945,7 @@ var RouteKey;
1945
1945
  RouteKey2["orgAdminResourceRecord"] = "orgAdminResourceRecord";
1946
1946
  RouteKey2["orgAdminResourceDesc"] = "orgAdminResourceDesc";
1947
1947
  RouteKey2["companyApply"] = "companyApply";
1948
- RouteKey2["offlineDownload"] = "offlineDownload";
1948
+ RouteKey2["downloadTask"] = "downloadTask";
1949
1949
  RouteKey2["create"] = "create";
1950
1950
  RouteKey2["approvalCenter"] = "approvalCenter";
1951
1951
  RouteKey2["messageCenterApproval"] = "messageCenterApproval";
@@ -1954,7 +1954,7 @@ var RouteKey;
1954
1954
  RouteKey2["monitorManage"] = "monitorManage";
1955
1955
  RouteKey2["websiteMonitorDetail"] = "websiteMonitorDetail";
1956
1956
  RouteKey2["monitorDesc"] = "monitorDesc";
1957
- RouteKey2["open"] = "open";
1957
+ RouteKey2["openRoot"] = "openRoot";
1958
1958
  RouteKey2["openHome"] = "openHome";
1959
1959
  RouteKey2["openNoPermission"] = "openNoPermission";
1960
1960
  RouteKey2["loginConfig"] = "loginConfig";
@@ -1976,11 +1976,11 @@ var RouteKey;
1976
1976
  RouteKey2["embedStatistic"] = "embedStatistic";
1977
1977
  RouteKey2["apiStatistic"] = "apiStatistic";
1978
1978
  RouteKey2["apiStatisticCount"] = "apiStatisticCount";
1979
- RouteKey2["standandUser"] = "standandUser";
1979
+ RouteKey2["standardUser"] = "standardUser";
1980
1980
  RouteKey2["subscriptionManage"] = "subscriptionManage";
1981
1981
  RouteKey2["subscriptionTask"] = "subscriptionTask";
1982
1982
  RouteKey2["sendRecord"] = "sendRecord";
1983
- RouteKey2["templateMarket"] = "templateMarket";
1983
+ RouteKey2["templateRoot"] = "templateRoot";
1984
1984
  RouteKey2["templateView"] = "templateView";
1985
1985
  RouteKey2["view"] = "view";
1986
1986
  RouteKey2["viewHome"] = "viewHome";
@@ -2004,7 +2004,7 @@ var RouteKey;
2004
2004
  RouteKey2["downloadList"] = "downloadList";
2005
2005
  RouteKey2["formList"] = "formList";
2006
2006
  RouteKey2["etlList"] = "etlList";
2007
- RouteKey2["cubeList"] = "cubeList";
2007
+ RouteKey2["datasetList"] = "datasetList";
2008
2008
  RouteKey2["datasourceList"] = "datasourceList";
2009
2009
  RouteKey2["workspaceInfo"] = "workspaceInfo";
2010
2010
  RouteKey2["workspaceUser"] = "workspaceUser";
@@ -2412,7 +2412,7 @@ var ROUTE_TREE = {
2412
2412
  },
2413
2413
  /** 取数中心 */
2414
2414
  {
2415
- key: RouteKey.offlineDownload,
2415
+ key: RouteKey.downloadTask,
2416
2416
  path: "/offlineDownload"
2417
2417
  },
2418
2418
  /** 创作区 */
@@ -2456,7 +2456,7 @@ var ROUTE_TREE = {
2456
2456
  },
2457
2457
  /** 开放平台 */
2458
2458
  {
2459
- key: RouteKey.open,
2459
+ key: RouteKey.openRoot,
2460
2460
  path: "/openservice",
2461
2461
  children: [
2462
2462
  {
@@ -2553,7 +2553,7 @@ var ROUTE_TREE = {
2553
2553
  },
2554
2554
  /** 标准版-组织管理 */
2555
2555
  {
2556
- key: RouteKey.standandUser,
2556
+ key: RouteKey.standardUser,
2557
2557
  path: "/instance/standand/user"
2558
2558
  },
2559
2559
  /** 订阅管理 */
@@ -2573,7 +2573,7 @@ var ROUTE_TREE = {
2573
2573
  },
2574
2574
  /** 模板市场 */
2575
2575
  {
2576
- key: RouteKey.templateMarket,
2576
+ key: RouteKey.templateRoot,
2577
2577
  path: "/templateMarket",
2578
2578
  children: [
2579
2579
  {
@@ -2680,7 +2680,7 @@ var ROUTE_TREE = {
2680
2680
  path: "/workspace/etl"
2681
2681
  },
2682
2682
  {
2683
- key: RouteKey.cubeList,
2683
+ key: RouteKey.datasetList,
2684
2684
  path: "/workspace/schema"
2685
2685
  },
2686
2686
  {
@@ -168,7 +168,7 @@ export declare enum RouteKey {
168
168
  companyApply = "companyApply",
169
169
  /** ------------------------- 取数中心页 ------------------------- */
170
170
  /** 取数中心-下载任务 */
171
- offlineDownload = "offlineDownload",
171
+ downloadTask = "downloadTask",
172
172
  /** ------------------------- 创作区页 ------------------------- */
173
173
  /** 创作区页面 */
174
174
  create = "create",
@@ -188,7 +188,7 @@ export declare enum RouteKey {
188
188
  /** 指标监控介绍 */
189
189
  monitorDesc = "monitorDesc",
190
190
  /** ------------------------- 开放平台页 ------------------------- */
191
- open = "open",
191
+ openRoot = "openRoot",
192
192
  /** 开放首页 */
193
193
  openHome = "openHome",
194
194
  /** 开放-无权限 */
@@ -233,7 +233,7 @@ export declare enum RouteKey {
233
233
  apiStatisticCount = "apiStatisticCount",
234
234
  /** ------------------------- 标准版账号管理页 ------------------------- */
235
235
  /** 标准版-账号管理页面 */
236
- standandUser = "standandUser",
236
+ standardUser = "standardUser",
237
237
  /** ------------------------- 订阅管理页 ------------------------- */
238
238
  /** 订阅管理, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
239
239
  subscriptionManage = "subscriptionManage",
@@ -243,7 +243,7 @@ export declare enum RouteKey {
243
243
  sendRecord = "sendRecord",
244
244
  /** ------------------------- 模版市场页 ------------------------- */
245
245
  /** 模版市场 */
246
- templateMarket = "templateMarket",
246
+ templateRoot = "templateRoot",
247
247
  templateView = "templateView",
248
248
  /** ------------------------- 我的看板页 ------------------------- */
249
249
  /** 我的看板 */
@@ -294,7 +294,7 @@ export declare enum RouteKey {
294
294
  /** 数据准备 列表页 */
295
295
  etlList = "etlList",
296
296
  /** 数据集 列表页 */
297
- cubeList = "cubeList",
297
+ datasetList = "datasetList",
298
298
  /** 数据源 列表页 */
299
299
  datasourceList = "datasourceList",
300
300
  /** 空间信息 */
@@ -331,8 +331,11 @@ export declare enum RouteKey {
331
331
  /** 智能小Q 单独预览-公开预览 */
332
332
  copilotPublicView = "copilotPublicView",
333
333
  /** --------------------------------------------------- 数据门户 --------------------------------------------------- */
334
+ /** 数据门户 */
334
335
  portalRoot = "portalRoot",
336
+ /** 数据门户编辑页 */
335
337
  portalEdit = "portalEdit",
338
+ /** 数据门户预览页 */
336
339
  portalView = "portalView",
337
340
  /** --------------------------------------------------- 数据填报 --------------------------------------------------- */
338
341
  /** 表单填报系统 */
package/esm/index.mjs CHANGED
@@ -1813,7 +1813,7 @@ var RouteKey;
1813
1813
  RouteKey2["orgAdminResourceRecord"] = "orgAdminResourceRecord";
1814
1814
  RouteKey2["orgAdminResourceDesc"] = "orgAdminResourceDesc";
1815
1815
  RouteKey2["companyApply"] = "companyApply";
1816
- RouteKey2["offlineDownload"] = "offlineDownload";
1816
+ RouteKey2["downloadTask"] = "downloadTask";
1817
1817
  RouteKey2["create"] = "create";
1818
1818
  RouteKey2["approvalCenter"] = "approvalCenter";
1819
1819
  RouteKey2["messageCenterApproval"] = "messageCenterApproval";
@@ -1822,7 +1822,7 @@ var RouteKey;
1822
1822
  RouteKey2["monitorManage"] = "monitorManage";
1823
1823
  RouteKey2["websiteMonitorDetail"] = "websiteMonitorDetail";
1824
1824
  RouteKey2["monitorDesc"] = "monitorDesc";
1825
- RouteKey2["open"] = "open";
1825
+ RouteKey2["openRoot"] = "openRoot";
1826
1826
  RouteKey2["openHome"] = "openHome";
1827
1827
  RouteKey2["openNoPermission"] = "openNoPermission";
1828
1828
  RouteKey2["loginConfig"] = "loginConfig";
@@ -1844,11 +1844,11 @@ var RouteKey;
1844
1844
  RouteKey2["embedStatistic"] = "embedStatistic";
1845
1845
  RouteKey2["apiStatistic"] = "apiStatistic";
1846
1846
  RouteKey2["apiStatisticCount"] = "apiStatisticCount";
1847
- RouteKey2["standandUser"] = "standandUser";
1847
+ RouteKey2["standardUser"] = "standardUser";
1848
1848
  RouteKey2["subscriptionManage"] = "subscriptionManage";
1849
1849
  RouteKey2["subscriptionTask"] = "subscriptionTask";
1850
1850
  RouteKey2["sendRecord"] = "sendRecord";
1851
- RouteKey2["templateMarket"] = "templateMarket";
1851
+ RouteKey2["templateRoot"] = "templateRoot";
1852
1852
  RouteKey2["templateView"] = "templateView";
1853
1853
  RouteKey2["view"] = "view";
1854
1854
  RouteKey2["viewHome"] = "viewHome";
@@ -1872,7 +1872,7 @@ var RouteKey;
1872
1872
  RouteKey2["downloadList"] = "downloadList";
1873
1873
  RouteKey2["formList"] = "formList";
1874
1874
  RouteKey2["etlList"] = "etlList";
1875
- RouteKey2["cubeList"] = "cubeList";
1875
+ RouteKey2["datasetList"] = "datasetList";
1876
1876
  RouteKey2["datasourceList"] = "datasourceList";
1877
1877
  RouteKey2["workspaceInfo"] = "workspaceInfo";
1878
1878
  RouteKey2["workspaceUser"] = "workspaceUser";
@@ -2280,7 +2280,7 @@ var ROUTE_TREE = {
2280
2280
  },
2281
2281
  /** 取数中心 */
2282
2282
  {
2283
- key: RouteKey.offlineDownload,
2283
+ key: RouteKey.downloadTask,
2284
2284
  path: "/offlineDownload"
2285
2285
  },
2286
2286
  /** 创作区 */
@@ -2324,7 +2324,7 @@ var ROUTE_TREE = {
2324
2324
  },
2325
2325
  /** 开放平台 */
2326
2326
  {
2327
- key: RouteKey.open,
2327
+ key: RouteKey.openRoot,
2328
2328
  path: "/openservice",
2329
2329
  children: [
2330
2330
  {
@@ -2421,7 +2421,7 @@ var ROUTE_TREE = {
2421
2421
  },
2422
2422
  /** 标准版-组织管理 */
2423
2423
  {
2424
- key: RouteKey.standandUser,
2424
+ key: RouteKey.standardUser,
2425
2425
  path: "/instance/standand/user"
2426
2426
  },
2427
2427
  /** 订阅管理 */
@@ -2441,7 +2441,7 @@ var ROUTE_TREE = {
2441
2441
  },
2442
2442
  /** 模板市场 */
2443
2443
  {
2444
- key: RouteKey.templateMarket,
2444
+ key: RouteKey.templateRoot,
2445
2445
  path: "/templateMarket",
2446
2446
  children: [
2447
2447
  {
@@ -2548,7 +2548,7 @@ var ROUTE_TREE = {
2548
2548
  path: "/workspace/etl"
2549
2549
  },
2550
2550
  {
2551
- key: RouteKey.cubeList,
2551
+ key: RouteKey.datasetList,
2552
2552
  path: "/workspace/schema"
2553
2553
  },
2554
2554
  {
@@ -168,7 +168,7 @@ export declare enum RouteKey {
168
168
  companyApply = "companyApply",
169
169
  /** ------------------------- 取数中心页 ------------------------- */
170
170
  /** 取数中心-下载任务 */
171
- offlineDownload = "offlineDownload",
171
+ downloadTask = "downloadTask",
172
172
  /** ------------------------- 创作区页 ------------------------- */
173
173
  /** 创作区页面 */
174
174
  create = "create",
@@ -188,7 +188,7 @@ export declare enum RouteKey {
188
188
  /** 指标监控介绍 */
189
189
  monitorDesc = "monitorDesc",
190
190
  /** ------------------------- 开放平台页 ------------------------- */
191
- open = "open",
191
+ openRoot = "openRoot",
192
192
  /** 开放首页 */
193
193
  openHome = "openHome",
194
194
  /** 开放-无权限 */
@@ -233,7 +233,7 @@ export declare enum RouteKey {
233
233
  apiStatisticCount = "apiStatisticCount",
234
234
  /** ------------------------- 标准版账号管理页 ------------------------- */
235
235
  /** 标准版-账号管理页面 */
236
- standandUser = "standandUser",
236
+ standardUser = "standardUser",
237
237
  /** ------------------------- 订阅管理页 ------------------------- */
238
238
  /** 订阅管理, [注意] 该值已被模块嵌入功能落库, 禁止修改枚举值 */
239
239
  subscriptionManage = "subscriptionManage",
@@ -243,7 +243,7 @@ export declare enum RouteKey {
243
243
  sendRecord = "sendRecord",
244
244
  /** ------------------------- 模版市场页 ------------------------- */
245
245
  /** 模版市场 */
246
- templateMarket = "templateMarket",
246
+ templateRoot = "templateRoot",
247
247
  templateView = "templateView",
248
248
  /** ------------------------- 我的看板页 ------------------------- */
249
249
  /** 我的看板 */
@@ -294,7 +294,7 @@ export declare enum RouteKey {
294
294
  /** 数据准备 列表页 */
295
295
  etlList = "etlList",
296
296
  /** 数据集 列表页 */
297
- cubeList = "cubeList",
297
+ datasetList = "datasetList",
298
298
  /** 数据源 列表页 */
299
299
  datasourceList = "datasourceList",
300
300
  /** 空间信息 */
@@ -331,8 +331,11 @@ export declare enum RouteKey {
331
331
  /** 智能小Q 单独预览-公开预览 */
332
332
  copilotPublicView = "copilotPublicView",
333
333
  /** --------------------------------------------------- 数据门户 --------------------------------------------------- */
334
+ /** 数据门户 */
334
335
  portalRoot = "portalRoot",
336
+ /** 数据门户编辑页 */
335
337
  portalEdit = "portalEdit",
338
+ /** 数据门户预览页 */
336
339
  portalView = "portalView",
337
340
  /** --------------------------------------------------- 数据填报 --------------------------------------------------- */
338
341
  /** 表单填报系统 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quickbi/bi-types",
3
- "version": "3.0.41-beta.19",
3
+ "version": "3.0.41-beta.20",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"