Socket
Socket
Sign inDemoInstall

@nocobase/plugin-data-visualization

Package Overview
Dependencies
Maintainers
0
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/plugin-data-visualization - npm Package Compare versions

Comparing version 1.4.0-alpha.20240903052847 to 1.4.0-alpha.20240903083725

dist/client/block/ChartBlockProvider.d.ts

2

dist/client/block/index.d.ts

@@ -12,1 +12,3 @@ /**

export * from './ChartBlockInitializer';
export * from './ChartBlockProvider';
export * from './GlobalAutoRefreshProvider';

@@ -48,5 +48,8 @@ /**

advanced: any;
title?: string;
bordered?: boolean;
};
transform?: TransformProps[];
mode?: 'builder' | 'sql';
disableAutoRefresh?: boolean;
};

@@ -56,3 +59,6 @@ export declare const ChartRendererContext: React.Context<{

data?: any[];
autoRefresh?: number | boolean;
setAutoRefresh?: (autoRefresh: number | boolean) => void;
showActionBar?: boolean;
} & ChartRendererProps>;
export declare const ChartRendererProvider: React.FC<ChartRendererProps>;

@@ -27,5 +27,47 @@ /**

type: string;
'x-decorator': string;
'x-decorator-props': {
style: {
position: string;
top: number;
right: number;
zIndex: number;
};
};
'x-component': string;
'x-component-props': {
style: {
marginRight: string;
marginTop: string;
};
};
'x-initializer': string;
} | {
type: string;
'x-component': string;
'x-component-props': {};
'x-decorator'?: undefined;
'x-decorator-props'?: undefined;
'x-initializer'?: undefined;
};
actions: {
type: string;
'x-decorator': string;
'x-decorator-props': {
style: {
position: string;
top: number;
right: number;
zIndex: number;
};
};
'x-component': string;
'x-component-props': {
style: {
marginRight: string;
marginTop: string;
};
};
'x-initializer': string;
};
};

@@ -32,0 +74,0 @@ };

12

dist/externalVersion.js

@@ -11,3 +11,3 @@ /**

module.exports = {
"@nocobase/client": "1.4.0-alpha.20240903052847",
"@nocobase/client": "1.4.0-alpha.20240903083725",
"dayjs": "1.11.10",

@@ -17,5 +17,5 @@ "@formily/react": "2.3.0",

"lodash": "4.17.21",
"@nocobase/cache": "1.4.0-alpha.20240903052847",
"@nocobase/server": "1.4.0-alpha.20240903052847",
"react": "18.2.0",
"@nocobase/cache": "1.4.0-alpha.20240903083725",
"@nocobase/server": "1.4.0-alpha.20240903083725",
"@emotion/css": "11.11.2",

@@ -27,7 +27,7 @@ "@ant-design/icons": "5.2.6",

"@formily/core": "2.3.0",
"@nocobase/utils": "1.4.0-alpha.20240903052847",
"@nocobase/utils": "1.4.0-alpha.20240903083725",
"react-i18next": "11.18.6",
"sequelize": "6.35.2",
"@nocobase/actions": "1.4.0-alpha.20240903052847",
"@nocobase/database": "1.4.0-alpha.20240903052847"
"@nocobase/actions": "1.4.0-alpha.20240903083725",
"@nocobase/database": "1.4.0-alpha.20240903083725"
};

@@ -98,3 +98,4 @@ {

"Show padding": "Show padding",
"Distinct": "Distinct"
"Distinct": "Distinct",
"Auto refresh": "Auto refresh"
}

@@ -99,3 +99,4 @@ {

"Show padding": "显示内边距",
"Distinct": "去重"
"Distinct": "去重",
"Auto refresh": "自动刷新"
}

@@ -1,1 +0,1 @@

{"name":"koa-compose","description":"compose Koa middleware","repository":"koajs/compose","version":"4.1.0","keywords":["koa","middleware","compose"],"files":["index.js"],"dependencies":{},"devDependencies":{"codecov":"^3.0.0","jest":"^21.0.0","matcha":"^0.7.0","standard":"^10.0.3"},"scripts":{"bench":"matcha bench/bench.js","lint":"standard --fix .","test":"jest --forceExit --coverage"},"jest":{"testEnvironment":"node"},"license":"MIT","_lastModified":"2024-09-03T05:42:33.106Z"}
{"name":"koa-compose","description":"compose Koa middleware","repository":"koajs/compose","version":"4.1.0","keywords":["koa","middleware","compose"],"files":["index.js"],"dependencies":{},"devDependencies":{"codecov":"^3.0.0","jest":"^21.0.0","matcha":"^0.7.0","standard":"^10.0.3"},"scripts":{"bench":"matcha bench/bench.js","lint":"standard --fix .","test":"jest --forceExit --coverage"},"jest":{"testEnvironment":"node"},"license":"MIT","_lastModified":"2024-09-03T08:48:25.122Z"}
{
"name": "@nocobase/plugin-data-visualization",
"version": "1.4.0-alpha.20240903052847",
"version": "1.4.0-alpha.20240903083725",
"displayName": "Data visualization",

@@ -37,3 +37,3 @@ "displayName.zh-CN": "数据可视化",

},
"gitHead": "cbcdb4568d39ca08c1e6188c2a0e2d0119b1a666",
"gitHead": "ed8aee01686cbd1241e0b1a3575b076ec4b9db78",
"keywords": [

@@ -40,0 +40,0 @@ "Blocks"

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