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.5.1 to 1.6.0

LICENSE.md

127

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

@@ -14,2 +14,13 @@ import * as React from 'react';

export namespace AreaSeries {
/** Describes properties passed to a component that renders the series. */
export type SeriesProps = AreaSeriesBase.SeriesProps;
}
export namespace AreaSeries {
/** Describes properties passed to a component that renders a series point. */
export type PointProps = AreaSeriesBase.PointProps;
}
export interface AreaSeriesProps {

@@ -50,2 +61,23 @@ /** A series name. */

export namespace ArgumentAxis {
/** Describes properties passed to a component that renders the axis root layout. */
export type RootProps = ArgumentAxisBase.RootProps;
}
export namespace ArgumentAxis {
/** Describes properties passed to a component that renders a tick line. */
export type TickProps = ArgumentAxisBase.TickProps;
}
export namespace ArgumentAxis {
/** Describes properties passed to a component that renders the axis label. */
export type LabelProps = ArgumentAxisBase.LabelProps;
}
export namespace ArgumentAxis {
/** Describes properties passed to a component that renders the axis line. */
export type LineProps = ArgumentAxisBase.LineProps;
}
export interface ArgumentAxisProps {

@@ -92,2 +124,8 @@ /** The tick size. */

export namespace BarSeries {
/** Describes properties passed to a component that renders a bar. */
export type PointProps = BarSeriesBase.PointProps;
}
export interface BarSeriesProps {

@@ -126,2 +164,8 @@ /** A series name. */

export namespace Chart {
/** Describes properties passed to a component that renders the chart root layout. */
export type RootProps = ChartBase.RootProps;
}
export interface ChartProps {

@@ -149,2 +193,8 @@ /** An array containing custom data. */

export namespace Grid {
/** Describes properties passed to a component that renders a grid line. */
export type LineProps = GridBase.LineProps;
}
export interface GridProps {

@@ -171,2 +221,18 @@ /** An axis name. */

export namespace Legend {
/** Describes properties passed to a component that renders the label. */
export type LabelProps = LegendBase.LabelProps;
}
export namespace Legend {
/** Describes properties passed to a component that renders the legend's root layout. */
export type RootProps = LegendBase.RootProps;
}
export namespace Legend {
/** Describes properties passed to a component that renders a legend item. */
export type ItemProps = LegendBase.ItemProps;
}
export interface LegendProps {

@@ -205,2 +271,13 @@ /** A component that renders a marker. */

export namespace LineSeries {
/** Describes properties passed to a component that renders the series. */
export type SeriesProps = LineSeriesBase.SeriesProps;
}
export namespace LineSeries {
/** Describes properties passed to a component that renders a point. */
export type PointProps = LineSeriesBase.PointProps;
}
export interface LineSeriesProps {

@@ -241,2 +318,8 @@ /** A series name. */

export namespace PieSeries {
/** Describes properties passed to a component that renders the slice. */
export type PointProps = PieSeriesBase.PointProps;
}
export interface PieSeriesProps {

@@ -271,2 +354,8 @@ /** A series name. */

export namespace ScatterSeries {
/** Describes properties passed to a component that renders the point. */
export type PointProps = ScatterSeriesBase.PointProps;
}
export interface ScatterSeriesProps {

@@ -301,2 +390,13 @@ /** A series name. */

export namespace SplineSeries {
/** Describes properties passed to a component that renders the series. */
export type SeriesProps = SplineSeriesBase.SeriesProps;
}
export namespace SplineSeries {
/** Describes properties passed to a component that renders the point. */
export type PointProps = SplineSeriesBase.PointProps;
}
export interface SplineSeriesProps {

@@ -337,2 +437,8 @@ /** A series name. */

export namespace Title {
/** Describes properties passed to a component that renders the title. */
export type TextProps = TitleBase.TextProps;
}
export interface TitleProps {

@@ -361,2 +467,23 @@ /** A component that renders the title. */

export namespace ValueAxis {
/** Describes properties passed to a component that renders the axis root layout. */
export type RootProps = ValueAxisBase.RootProps;
}
export namespace ValueAxis {
/** Describes properties passed to a component that renders a tick line. */
export type TickProps = ValueAxisBase.TickProps;
}
export namespace ValueAxis {
/** Describes properties passed to a component that renders the axis label. */
export type LabelProps = ValueAxisBase.LabelProps;
}
export namespace ValueAxis {
/** Describes properties passed to a component that renders the axis line. */
export type LineProps = ValueAxisBase.LineProps;
}
export interface ValueAxisProps {

@@ -363,0 +490,0 @@ /** The tick size. */

4

dist/dx-react-chart-bootstrap4.es.js
/**
* Bundle of @devexpress/dx-react-chart-bootstrap4
* Generated: 2018-07-31
* Version: 1.5.1
* Generated: 2018-08-17
* Version: 1.6.0
* License: https://js.devexpress.com/Licensing

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

/**
* Bundle of @devexpress/dx-react-chart-bootstrap4
* Generated: 2018-07-31
* Version: 1.5.1
* Generated: 2018-08-17
* Version: 1.6.0
* License: https://js.devexpress.com/Licensing

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

{
"name": "@devexpress/dx-react-chart-bootstrap4",
"version": "1.5.1",
"version": "1.6.0",
"description": "Bootstrap 4 templates for DevExtreme React Chart component",

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

"devDependencies": {
"@devexpress/dx-chart-core": "1.5.1",
"@devexpress/dx-react-chart": "1.5.1",
"@devexpress/dx-react-core": "1.5.1",
"@devexpress/dx-testing": "1.5.1",
"@devexpress/dx-chart-core": "1.6.0",
"@devexpress/dx-react-chart": "1.6.0",
"@devexpress/dx-react-core": "1.6.0",
"@devexpress/dx-testing": "1.6.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.4.0",
"babel-jest": "^23.4.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"core-js": "^2.5.7",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^5.1.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-airbnb-base": "^13.0.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "^1.2.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"jest": "^23.4.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-test-renderer": "^16.4.1",
"reactstrap": "^6.3.0",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.5.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-test-renderer": "^16.4.2",
"reactstrap": "^6.3.1",
"rollup": "0.50.0",

@@ -87,8 +87,9 @@ "rollup-plugin-babel": "^3.0.4",

"peerDependencies": {
"@devexpress/dx-chart-core": "1.5.1",
"@devexpress/dx-react-chart": "1.5.1",
"@devexpress/dx-react-core": "1.5.1",
"react": "^16.2.0",
"@devexpress/dx-chart-core": "1.6.0",
"@devexpress/dx-react-chart": "1.6.0",
"@devexpress/dx-react-core": "1.6.0",
"react": ">=16.3.0",
"reactstrap": "^6.3.0"
}
},
"gitHead": "0540239a4b8465fb36b838ea2b18b076cc12a470"
}
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