@aliyun-sls/interface
Advanced tools
Comparing version 0.3.2 to 0.3.4
{ | ||
"name": "@aliyun-sls/interface", | ||
"version": "0.3.2", | ||
"version": "0.3.4", | ||
"description": "", | ||
@@ -9,4 +9,4 @@ "main": "dist/interface.cjs.js", | ||
"dependencies": { | ||
"@aliyun-sls/i18n": "0.3.2" | ||
"@aliyun-sls/i18n": "0.3.4" | ||
} | ||
} |
@@ -319,2 +319,3 @@ import { ChartNamespace } from './chartNamespace' | ||
mode: string | ||
tokenType?: 'auto' | 'project' | 'logstore' | ||
} | ||
@@ -330,2 +331,9 @@ | ||
export interface projectAndLogstoreOption { | ||
label: string | ||
value: string | ||
type: 'project' | 'logstore' | ||
item?: any | ||
} | ||
export interface ChartSearch { | ||
@@ -442,2 +450,3 @@ start: string | ||
token?: string | ||
viewChart?: string | ||
} | ||
@@ -444,0 +453,0 @@ |
@@ -14,2 +14,3 @@ import { DrilldownVariable, DrilldownVariableItem } from '../components/drilldown' | ||
savedSearchList: any[] | ||
dashboardCharts: any[] | ||
/** | ||
@@ -16,0 +17,0 @@ * drilldown相关 |
@@ -15,2 +15,3 @@ import { UseObserverSizeRect } from "../../hooks" | ||
dashboardRectRef: React.RefObject<UseObserverSizeRect> | ||
tagAreaRef?: React.RefObject<HTMLElement> | ||
dashboardEvent: DashboardEventBase | ||
@@ -17,0 +18,0 @@ projectName: string |
Sorry, the diff of this file is too big to display
193381
6684
+ Added@aliyun-sls/i18n@0.3.4(transitive)
- Removed@aliyun-sls/i18n@0.3.2(transitive)
Updated@aliyun-sls/i18n@0.3.4