New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bi-types

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bi-types - npm Package Compare versions

Comparing version 2.0.10 to 2.0.13-alpha

22

declaration/standard-model.d.ts

@@ -156,2 +156,4 @@ /**

rows: Cellset;
/** 保留全部rows,只看排除交互式分析操作会对rows进行筛选,图表内部仍需要全部rows */
originRows?: Cellset;
/** 全局配置 */

@@ -198,2 +200,10 @@ globalConfig?: GlobalConfig;

}
interface CircleParam {
/** 选中条目 */
items: Array<{
[field: string]: string | number | number[] | null | undefined | Array<any> | boolean;
}>;
/** 操作:in=只看,not-in=排除,mark=标注,view=查看数据 linkage=联动 link-with-drill=联动并钻取 */
action: '' | 'in' | 'not-in' | 'mark' | 'view' | 'linkage' | 'link-with-drill' | 'drilldown';
}
/** 图表全局配置 */

@@ -210,9 +220,6 @@ export interface GlobalConfig {

/** 图表接收的卡片上交互式分析的信息, 栈结构保留了历史操作记录 */
circleParams?: Array<{
items: {
[field: string]: string | number | number[] | null | undefined | Array<any> | boolean;
};
/** 操作:in=只看,not-in=排除,mark=标注,view=查看数据 */
action: '' | 'in' | 'not-in' | 'mark' | 'view';
}>;
circleParams?: {
curActionItem: CircleParam;
filterStack?: Array<CircleParam>;
};
/** 图表接收到卡片通过右上角菜单进入标注模式 */

@@ -231,1 +238,2 @@ annotationParam: {

}
export {};
{
"name": "bi-types",
"version": "2.0.10",
"dependencies": {},
"version": "2.0.13-alpha",
"esm5": "dist/esm5",
"main": "dist/main",
"module": "dist/module",
"esm5": "dist/esm5",
"types": "declaration/index.d.ts"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc