@aliyun-sls/interface
Advanced tools
Comparing version 0.3.7-dev-30 to 0.3.7-dev-31
{ | ||
"name": "@aliyun-sls/interface", | ||
"version": "0.3.7-dev-30", | ||
"version": "0.3.7-dev-31", | ||
"description": "", | ||
@@ -9,4 +9,4 @@ "main": "dist/interface.cjs.js", | ||
"dependencies": { | ||
"@aliyun-sls/i18n": "0.3.7-dev-30" | ||
"@aliyun-sls/i18n": "0.3.7-dev-31" | ||
} | ||
} |
@@ -7,2 +7,3 @@ import { ChartNamespace } from './chartNamespace' | ||
import { AnnotationProps, AnnotationMarkProps } from '../components' | ||
import { Search } from './registerDatasource' | ||
@@ -426,2 +427,3 @@ // 渲染过程中的临时状态 | ||
hiddenDashboardPadding: boolean | ||
// 隐藏图表右上角下拉菜单 | ||
@@ -477,2 +479,3 @@ hiddenChartMenus: boolean | ||
dashboardRowInitType: DashboardRowInitType | ||
dashboardErrorPopWidth?:number | ||
} | ||
@@ -566,1 +569,10 @@ | ||
} | ||
export interface PublicShareConfig { | ||
fixedFilterTag?: string[] | ||
fixedTokentag?: ChartSearchToken[] | ||
fixedFilterTagNot?: string[] | ||
fixedTimeSearch?: Search | ||
fixedViewChart?: string | ||
} |
@@ -82,4 +82,8 @@ import { DrilldownVariable, DrilldownVariableItem } from '../components/drilldown' | ||
customHandleEvent?: CustomHandleEventProps[] | ||
/** | ||
*分享 | ||
*/ | ||
publicShare?: boolean | ||
} | ||
export interface DashboardContextProps extends DashboardBaseContextProps, DashboardConfig {} |
@@ -9,2 +9,3 @@ import { UseObserverSizeRect } from '../../hooks' | ||
DashboardConfig, | ||
PublicShareConfig, | ||
} from './dashboardChart' | ||
@@ -49,2 +50,3 @@ import { DashboardEventBase } from '../event' | ||
normalLayoutChartsCache?: DashboardChart[] | null | undefined | ||
publicShareConfig?: PublicShareConfig | ||
} |
@@ -6,1 +6,2 @@ export * from './logsearch' | ||
export * from './components' | ||
export * from './api' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
206035
106
7114
+ Added@aliyun-sls/i18n@0.3.7-dev-31(transitive)
- Removed@aliyun-sls/i18n@0.3.7-dev-30(transitive)