Socket
Socket
Sign inDemoInstall

@devexpress/dx-react-chart-bootstrap4

Package Overview
Dependencies
Maintainers
24
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-react-chart-bootstrap4 - npm Package Compare versions

Comparing version 1.7.2 to 1.8.0-beta.1

22

dist/dx-react-chart-bootstrap4.d.ts

@@ -51,3 +51,3 @@ import * as React from 'react';

export namespace ArgumentAxis {
/** Describes properties passed to a component that renders the axis root layout. */
/** Describes properties passed to a component that renders the axis's root layout. */
export type RootProps = ArgumentAxisBase.RootProps;

@@ -62,3 +62,3 @@ }

export namespace ArgumentAxis {
/** Describes properties passed to a component that renders the axis label. */
/** Describes properties passed to a component that renders the axis's label. */
export type LabelProps = ArgumentAxisBase.LabelProps;

@@ -68,3 +68,3 @@ }

export namespace ArgumentAxis {
/** Describes properties passed to a component that renders the axis line. */
/** Describes properties passed to a component that renders the axis's line. */
export type LineProps = ArgumentAxisBase.LineProps;

@@ -84,9 +84,11 @@ }

type?: 'band' | 'linear';
/** A component that renders the axis root layout. */
/** A function that returns a tick formatter function. */
tickForamt?: (scale: object) => (tick: string) => string;
/** A component that renders the axis's root layout. */
rootComponent?: React.ComponentType<ArgumentAxisBase.RootProps>;
/** A component that renders a tick. */
tickComponent?: React.ComponentType<ArgumentAxisBase.TickProps>;
/** A component that renders the axis label. */
/** A component that renders the axis's label. */
labelComponent?: React.ComponentType<ArgumentAxisBase.LabelProps>;
/** A component that renders the axis line. */
/** A component that renders the axis's line. */
lineComponent?: React.ComponentType<ArgumentAxisBase.LineProps>;

@@ -97,9 +99,9 @@ }

export declare const ArgumentAxis: React.ComponentType<ArgumentAxisProps> & {
/** A component that renders the axis root layout. */
/** A component that renders the axis's root layout. */
Root: React.ComponentType<ArgumentAxisBase.RootProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders the tick. */
Tick: React.ComponentType<ArgumentAxisBase.TickProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders the axis label. */
/** A component that renders the axis's label. */
Label: React.ComponentType<ArgumentAxisBase.LabelProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders the axis line. */
/** A component that renders the axis's line. */
Line: React.ComponentType<ArgumentAxisBase.LineProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;

@@ -467,2 +469,4 @@ };

type?: 'band' | 'linear';
/** A function that returns a tick formatter function. */
tickForamt?: (scale: object) => (tick: string) => string;
/** A component that renders the axis root layout. */

@@ -469,0 +473,0 @@ rootComponent?: React.ComponentType<ValueAxisBase.RootProps>;

/**
* Bundle of @devexpress/dx-react-chart-bootstrap4
* Generated: 2018-08-31
* Version: 1.7.2
* Generated: 2018-09-07
* Version: 1.8.0-beta.1
* License: https://js.devexpress.com/Licensing

@@ -6,0 +6,0 @@ */

/**
* Bundle of @devexpress/dx-react-chart-bootstrap4
* Generated: 2018-08-31
* Version: 1.7.2
* Generated: 2018-09-07
* Version: 1.8.0-beta.1
* License: https://js.devexpress.com/Licensing

@@ -6,0 +6,0 @@ */

{
"name": "@devexpress/dx-react-chart-bootstrap4",
"version": "1.7.2",
"version": "1.8.0-beta.1",
"description": "Bootstrap 4 templates for DevExtreme React Chart component",

@@ -48,6 +48,6 @@ "author": {

"devDependencies": {
"@devexpress/dx-chart-core": "^1.7.2",
"@devexpress/dx-react-chart": "^1.7.2",
"@devexpress/dx-react-core": "^1.7.2",
"@devexpress/dx-testing": "^1.7.2",
"@devexpress/dx-chart-core": "^1.8.0-beta.1",
"@devexpress/dx-react-chart": "^1.8.0-beta.1",
"@devexpress/dx-react-core": "^1.8.0-beta.1",
"@devexpress/dx-testing": "^1.8.0-beta.1",
"babel-core": "^6.26.3",

@@ -88,9 +88,9 @@ "babel-jest": "^23.4.2",

"peerDependencies": {
"@devexpress/dx-chart-core": "1.7.2",
"@devexpress/dx-react-chart": "1.7.2",
"@devexpress/dx-react-core": "1.7.2",
"@devexpress/dx-chart-core": "1.8.0-beta.1",
"@devexpress/dx-react-chart": "1.8.0-beta.1",
"@devexpress/dx-react-core": "1.8.0-beta.1",
"react": ">=16.3.0",
"reactstrap": "^6.4.0"
},
"gitHead": "729b6fc94cb43b3ef1537cb4775d390261882a87"
"gitHead": "8fb5dc5f32b4a02a8922917f07398b48902ecc5c"
}
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