@quickbi/bi-types 3.1.3 → 3.1.5-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 +5 -24
- package/cjs/index.js +0 -2
- package/esm/index.d.ts +5 -24
- package/esm/index.mjs +0 -2
- package/package.json +1 -1
package/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Generated by dts-bundle v0.7.3
|
|
2
2
|
// Dependencies for this module:
|
|
3
|
-
//
|
|
3
|
+
// ../../../../../react
|
|
4
4
|
|
|
5
5
|
declare module '@quickbi/bi-types' {
|
|
6
6
|
export { CommonCompInputAreaTypeEnum, DataConfig, DataConfigAreaItemColumn, DataPanelDataSchema, DataSchemaAreaItem, OperationMenuItem, DropdownMenuItem, OperationTypes, Aggregators, FieldConfigTypes, ContrastTypes, AdvanceCalTypes, AdvanceCalcDateTypes, NumberFormats, AlignTypes, VerticalAlignTypes, AlignmentCategory, SortTypes, FieldChartTypes, ImageSizes, CUSTOM_FIELD_TYPES, FieldType, QueryAxisType, DropDownMenuType, SecondFieldType, ChartStatus, StackedSortType, ResultMode, RetainAreaId, ConfigCellType, ConfigColumnType, CheckBoxState, FieldGroupType, DataSchemaRule, TableType, TableDirection, ProportionType, AccumulateCalcType, FieldCollectionType, LnglatGroupChildFlags, FieldGroupSelectorType, VirtualFieldOperation, NumberValueType, ContrastType, } from '@quickbi/bi-types/data-panel';
|
|
@@ -26,7 +26,6 @@ declare module '@quickbi/bi-types' {
|
|
|
26
26
|
export * from '@quickbi/bi-types/open/components/style-schema';
|
|
27
27
|
export type { MenuMeta, MenuProps, MenuSchema, MenuSchemaBase, MenuSchemaItem } from '@quickbi/bi-types/open/menus/menu-schema';
|
|
28
28
|
export * from '@quickbi/bi-types/open/menus/menu-props';
|
|
29
|
-
export type { CustomPageConfig, CustomPageProps } from '@quickbi/bi-types/open/custom-page/pages-props';
|
|
30
29
|
export type { EmbedBaseSrc, EmbedBaseFeature, EmbedBaseEventMessageDTO, EmbedBaseEventMessageContent, EmbedBaseEventListener, EmbedBaseEventListenerReturn, } from '@quickbi/bi-types/open/embed/core';
|
|
31
30
|
export { OpenPageTypeEnum } from '@quickbi/bi-types/open/common/page-types';
|
|
32
31
|
export { OpenEventTypeEnum } from '@quickbi/bi-types/open/common/event-types';
|
|
@@ -2332,7 +2331,6 @@ declare module '@quickbi/bi-types/open/menus/menu-props' {
|
|
|
2332
2331
|
import type { EnumAsUnion } from '@quickbi/bi-types/open/common/tools';
|
|
2333
2332
|
import type { OpenPageTypeEnum } from '@quickbi/bi-types/open/common/page-types';
|
|
2334
2333
|
import type { OpenDeviceTypeEnum } from '@quickbi/bi-types/open/common/misc';
|
|
2335
|
-
import type { RouteKey } from '@quickbi/bi-types/router/route-key';
|
|
2336
2334
|
/**
|
|
2337
2335
|
* 事件/菜单通用的页面信息
|
|
2338
2336
|
*/
|
|
@@ -2357,10 +2355,8 @@ declare module '@quickbi/bi-types/open/menus/menu-props' {
|
|
|
2357
2355
|
ownerUserName: string;
|
|
2358
2356
|
/** 页面标题 */
|
|
2359
2357
|
title: string;
|
|
2360
|
-
/**
|
|
2361
|
-
pageType
|
|
2362
|
-
/** 页面路由 key */
|
|
2363
|
-
routeKey?: RouteKey;
|
|
2358
|
+
/** 页面类型 */
|
|
2359
|
+
pageType: EnumAsUnion<typeof OpenPageTypeEnum>;
|
|
2364
2360
|
}
|
|
2365
2361
|
/**
|
|
2366
2362
|
* 事件/菜单通用的工具方法
|
|
@@ -2508,19 +2504,6 @@ declare module '@quickbi/bi-types/open/menus/menu-props' {
|
|
|
2508
2504
|
}
|
|
2509
2505
|
}
|
|
2510
2506
|
|
|
2511
|
-
declare module '@quickbi/bi-types/open/custom-page/pages-props' {
|
|
2512
|
-
import type { CommonPageConfig } from '@quickbi/bi-types/open/menus/menu-props';
|
|
2513
|
-
/** 自定义页面的页面信息 */
|
|
2514
|
-
export type CustomPageConfig = Pick<CommonPageConfig, 'userId' | 'userName' | 'routeKey'>;
|
|
2515
|
-
/**
|
|
2516
|
-
* 自定义页面 props 接口
|
|
2517
|
-
*/
|
|
2518
|
-
export interface CustomPageProps {
|
|
2519
|
-
/** 页面信息 */
|
|
2520
|
-
pageConfig: CustomPageConfig;
|
|
2521
|
-
}
|
|
2522
|
-
}
|
|
2523
|
-
|
|
2524
2507
|
declare module '@quickbi/bi-types/open/embed/core' {
|
|
2525
2508
|
/**
|
|
2526
2509
|
* @author 海狸
|
|
@@ -2591,7 +2574,7 @@ declare module '@quickbi/bi-types/open/embed/core' {
|
|
|
2591
2574
|
|
|
2592
2575
|
declare module '@quickbi/bi-types/open/common/page-types' {
|
|
2593
2576
|
/**
|
|
2594
|
-
* @deprecated 开放相关页面类型枚举, 注意要和
|
|
2577
|
+
* @deprecated 开放相关页面类型枚举, 注意要和 routerKkey 做区分, 这个 key 后续要废弃
|
|
2595
2578
|
* */
|
|
2596
2579
|
export enum OpenPageTypeEnum {
|
|
2597
2580
|
/** 仪表板 */
|
|
@@ -6882,9 +6865,7 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
6882
6865
|
/** 端口号为8242 此后所有注释 皆为表明 变量代表的端口号码 */
|
|
6883
6866
|
eight_two_four_two = "8242",
|
|
6884
6867
|
three_three_zero_six_zero = "33060",
|
|
6885
|
-
three_zero_zero_six_zero = "30060"
|
|
6886
|
-
three_three_zero_six = "33306",
|
|
6887
|
-
one_zero_zero_zero_zero = "10000"
|
|
6868
|
+
three_zero_zero_six_zero = "30060"
|
|
6888
6869
|
}
|
|
6889
6870
|
/** 数据源 - 根据类型 - 排序 */
|
|
6890
6871
|
export enum DataSourceSort {
|
package/cjs/index.js
CHANGED
|
@@ -2040,8 +2040,6 @@ var DataSourcePortValue;
|
|
|
2040
2040
|
DataSourcePortValue2["eight_two_four_two"] = "8242";
|
|
2041
2041
|
DataSourcePortValue2["three_three_zero_six_zero"] = "33060";
|
|
2042
2042
|
DataSourcePortValue2["three_zero_zero_six_zero"] = "30060";
|
|
2043
|
-
DataSourcePortValue2["three_three_zero_six"] = "33306";
|
|
2044
|
-
DataSourcePortValue2["one_zero_zero_zero_zero"] = "10000";
|
|
2045
2043
|
})(DataSourcePortValue || (DataSourcePortValue = {}));
|
|
2046
2044
|
var DataSourceSort;
|
|
2047
2045
|
(function(DataSourceSort2) {
|
package/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Generated by dts-bundle v0.7.3
|
|
2
2
|
// Dependencies for this module:
|
|
3
|
-
//
|
|
3
|
+
// ../../../../../react
|
|
4
4
|
|
|
5
5
|
declare module '@quickbi/bi-types' {
|
|
6
6
|
export { CommonCompInputAreaTypeEnum, DataConfig, DataConfigAreaItemColumn, DataPanelDataSchema, DataSchemaAreaItem, OperationMenuItem, DropdownMenuItem, OperationTypes, Aggregators, FieldConfigTypes, ContrastTypes, AdvanceCalTypes, AdvanceCalcDateTypes, NumberFormats, AlignTypes, VerticalAlignTypes, AlignmentCategory, SortTypes, FieldChartTypes, ImageSizes, CUSTOM_FIELD_TYPES, FieldType, QueryAxisType, DropDownMenuType, SecondFieldType, ChartStatus, StackedSortType, ResultMode, RetainAreaId, ConfigCellType, ConfigColumnType, CheckBoxState, FieldGroupType, DataSchemaRule, TableType, TableDirection, ProportionType, AccumulateCalcType, FieldCollectionType, LnglatGroupChildFlags, FieldGroupSelectorType, VirtualFieldOperation, NumberValueType, ContrastType, } from '@quickbi/bi-types/data-panel';
|
|
@@ -26,7 +26,6 @@ declare module '@quickbi/bi-types' {
|
|
|
26
26
|
export * from '@quickbi/bi-types/open/components/style-schema';
|
|
27
27
|
export type { MenuMeta, MenuProps, MenuSchema, MenuSchemaBase, MenuSchemaItem } from '@quickbi/bi-types/open/menus/menu-schema';
|
|
28
28
|
export * from '@quickbi/bi-types/open/menus/menu-props';
|
|
29
|
-
export type { CustomPageConfig, CustomPageProps } from '@quickbi/bi-types/open/custom-page/pages-props';
|
|
30
29
|
export type { EmbedBaseSrc, EmbedBaseFeature, EmbedBaseEventMessageDTO, EmbedBaseEventMessageContent, EmbedBaseEventListener, EmbedBaseEventListenerReturn, } from '@quickbi/bi-types/open/embed/core';
|
|
31
30
|
export { OpenPageTypeEnum } from '@quickbi/bi-types/open/common/page-types';
|
|
32
31
|
export { OpenEventTypeEnum } from '@quickbi/bi-types/open/common/event-types';
|
|
@@ -2332,7 +2331,6 @@ declare module '@quickbi/bi-types/open/menus/menu-props' {
|
|
|
2332
2331
|
import type { EnumAsUnion } from '@quickbi/bi-types/open/common/tools';
|
|
2333
2332
|
import type { OpenPageTypeEnum } from '@quickbi/bi-types/open/common/page-types';
|
|
2334
2333
|
import type { OpenDeviceTypeEnum } from '@quickbi/bi-types/open/common/misc';
|
|
2335
|
-
import type { RouteKey } from '@quickbi/bi-types/router/route-key';
|
|
2336
2334
|
/**
|
|
2337
2335
|
* 事件/菜单通用的页面信息
|
|
2338
2336
|
*/
|
|
@@ -2357,10 +2355,8 @@ declare module '@quickbi/bi-types/open/menus/menu-props' {
|
|
|
2357
2355
|
ownerUserName: string;
|
|
2358
2356
|
/** 页面标题 */
|
|
2359
2357
|
title: string;
|
|
2360
|
-
/**
|
|
2361
|
-
pageType
|
|
2362
|
-
/** 页面路由 key */
|
|
2363
|
-
routeKey?: RouteKey;
|
|
2358
|
+
/** 页面类型 */
|
|
2359
|
+
pageType: EnumAsUnion<typeof OpenPageTypeEnum>;
|
|
2364
2360
|
}
|
|
2365
2361
|
/**
|
|
2366
2362
|
* 事件/菜单通用的工具方法
|
|
@@ -2508,19 +2504,6 @@ declare module '@quickbi/bi-types/open/menus/menu-props' {
|
|
|
2508
2504
|
}
|
|
2509
2505
|
}
|
|
2510
2506
|
|
|
2511
|
-
declare module '@quickbi/bi-types/open/custom-page/pages-props' {
|
|
2512
|
-
import type { CommonPageConfig } from '@quickbi/bi-types/open/menus/menu-props';
|
|
2513
|
-
/** 自定义页面的页面信息 */
|
|
2514
|
-
export type CustomPageConfig = Pick<CommonPageConfig, 'userId' | 'userName' | 'routeKey'>;
|
|
2515
|
-
/**
|
|
2516
|
-
* 自定义页面 props 接口
|
|
2517
|
-
*/
|
|
2518
|
-
export interface CustomPageProps {
|
|
2519
|
-
/** 页面信息 */
|
|
2520
|
-
pageConfig: CustomPageConfig;
|
|
2521
|
-
}
|
|
2522
|
-
}
|
|
2523
|
-
|
|
2524
2507
|
declare module '@quickbi/bi-types/open/embed/core' {
|
|
2525
2508
|
/**
|
|
2526
2509
|
* @author 海狸
|
|
@@ -2591,7 +2574,7 @@ declare module '@quickbi/bi-types/open/embed/core' {
|
|
|
2591
2574
|
|
|
2592
2575
|
declare module '@quickbi/bi-types/open/common/page-types' {
|
|
2593
2576
|
/**
|
|
2594
|
-
* @deprecated 开放相关页面类型枚举, 注意要和
|
|
2577
|
+
* @deprecated 开放相关页面类型枚举, 注意要和 routerKkey 做区分, 这个 key 后续要废弃
|
|
2595
2578
|
* */
|
|
2596
2579
|
export enum OpenPageTypeEnum {
|
|
2597
2580
|
/** 仪表板 */
|
|
@@ -6882,9 +6865,7 @@ declare module '@quickbi/bi-types/cube/data-source' {
|
|
|
6882
6865
|
/** 端口号为8242 此后所有注释 皆为表明 变量代表的端口号码 */
|
|
6883
6866
|
eight_two_four_two = "8242",
|
|
6884
6867
|
three_three_zero_six_zero = "33060",
|
|
6885
|
-
three_zero_zero_six_zero = "30060"
|
|
6886
|
-
three_three_zero_six = "33306",
|
|
6887
|
-
one_zero_zero_zero_zero = "10000"
|
|
6868
|
+
three_zero_zero_six_zero = "30060"
|
|
6888
6869
|
}
|
|
6889
6870
|
/** 数据源 - 根据类型 - 排序 */
|
|
6890
6871
|
export enum DataSourceSort {
|
package/esm/index.mjs
CHANGED
|
@@ -1884,8 +1884,6 @@ var DataSourcePortValue;
|
|
|
1884
1884
|
DataSourcePortValue2["eight_two_four_two"] = "8242";
|
|
1885
1885
|
DataSourcePortValue2["three_three_zero_six_zero"] = "33060";
|
|
1886
1886
|
DataSourcePortValue2["three_zero_zero_six_zero"] = "30060";
|
|
1887
|
-
DataSourcePortValue2["three_three_zero_six"] = "33306";
|
|
1888
|
-
DataSourcePortValue2["one_zero_zero_zero_zero"] = "10000";
|
|
1889
1887
|
})(DataSourcePortValue || (DataSourcePortValue = {}));
|
|
1890
1888
|
var DataSourceSort;
|
|
1891
1889
|
(function(DataSourceSort2) {
|