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

@aliyun-sls/interface

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aliyun-sls/interface - npm Package Compare versions

Comparing version 0.3.7-dev-10 to 0.3.7-dev-11

8

dist/interface.cjs.js

@@ -64,2 +64,9 @@ 'use strict';

})(NullsConnectValueType || {});
var DashboardRowInitType = /* @__PURE__ */ ((DashboardRowInitType2) => {
DashboardRowInitType2["Default"] = "0";
DashboardRowInitType2["CollapseAll"] = "1";
DashboardRowInitType2["ExpandAll"] = "2";
DashboardRowInitType2["ExpandFirst"] = "3";
return DashboardRowInitType2;
})(DashboardRowInitType || {});

@@ -429,2 +436,3 @@ var ConnectDirection = /* @__PURE__ */ ((ConnectDirection2) => {

exports.DashboardEventType = DashboardEventType;
exports.DashboardRowInitType = DashboardRowInitType;
exports.DataFieldGroupType = DataFieldGroupType;

@@ -431,0 +439,0 @@ exports.DataFieldType = DataFieldType;

4

package.json
{
"name": "@aliyun-sls/interface",
"version": "0.3.7-dev-10",
"version": "0.3.7-dev-11",
"description": "",

@@ -9,4 +9,4 @@ "main": "dist/interface.cjs.js",

"dependencies": {
"@aliyun-sls/i18n": "0.3.7-dev-10"
"@aliyun-sls/i18n": "0.3.7-dev-11"
}
}

@@ -293,9 +293,9 @@ import { ChartNamespace } from './chartNamespace'

customRegisterTopoNode?: {
type: string,
getNodeShape: (v: any) => any,
type: string
getNodeShape: (v: any) => any
extendShapeType?: string
},
}
customRegisterTopoEdge?: {
type: string,
getEdgeShape: (v: any) => any,
type: string
getEdgeShape: (v: any) => any
extendShapeType?: string

@@ -395,2 +395,16 @@ }

/**
* 初始折叠行的状态
* 0 默认
* 1 折叠所有
* 2 展开所有
* 3 展开第一个,折叠其他的
*/
export enum DashboardRowInitType {
Default = '0',
CollapseAll = '1',
ExpandAll = '2',
ExpandFirst = '3',
}
export interface DashboardConfig extends PartialDashboardTimeObj {

@@ -430,3 +444,3 @@ isShare: boolean

// 渲染服务是否支持csv
isSupportCsv:boolean
isSupportCsv: boolean
// 渲染服务开启增强sql

@@ -461,2 +475,5 @@ openPsql: boolean

responsiveMinWidth: number
// 新窗口打开 previewQuery
openPreviewQueryInBlank: boolean
dashboardRowInitType: DashboardRowInitType
}

@@ -541,3 +558,3 @@

show?: boolean
renderDrilldown?: (v:any) => JSX.Element
renderDrilldown?: (v: any) => JSX.Element
}

@@ -544,0 +561,0 @@ export interface ZoomnConfigProps {

Sorry, the diff of this file is too big to display

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