Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@devexpress/dx-react-grid-bootstrap4

Package Overview
Dependencies
Maintainers
15
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.7.2 to 1.8.0-beta.1

61

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

@@ -398,2 +398,5 @@ import * as React from 'react';

export declare const TableEditColumn: React.ComponentType<TableEditColumnProps> & {
/** The name of the edit column type. */
COLUMN_TYPE: string;
} & {
/** A component that renders a command control within a command cell. */

@@ -506,2 +509,35 @@ Command: React.ComponentType<TableEditColumnBase.CommandProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;

// -------------------------------------------------------------------------------------------------
// TableFixedColumns
// -------------------------------------------------------------------------------------------------
import {
TableFixedColumns as TableFixedColumnsBase,
} from '@devexpress/dx-react-grid';
export namespace TableFixedColumns {
/** Describes properties passed to a component that renders a fixed column's cell. */
export type CellProps = TableFixedColumnsBase.CellProps;
}
export interface TableFixedColumnsProps {
/** Specifies names of the columns to be fixed to the left grid's side. */
beforeColumnNames?: Array<string>;
/** Specifies names of the columns to be fixed to the right grid's side. */
afterColumnNames?: Array<string>;
/** Specifies types of the service columns to be fixed to the left grid's side. */
beforeColumnTypes?: Array<string>;
/** Specifies types of the service columns to be fixed to the right grid's side. */
afterColumnTypes?: Array<string>;
/** A component that renders a fixed column's cell. */
cellComponent?: React.ComponentType<TableFixedColumnsBase.CellProps>;
}
/** A plugin that enables you to fix columns to the left and right sides of the grid. */
export declare const TableFixedColumns: React.ComponentType<TableFixedColumnsProps> & {
/** A component that renders a cell related to a fixed column. */
Cell: React.ComponentType<TableFixedColumnsBase.CellProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
};
// -------------------------------------------------------------------------------------------------
// TableGroupRow

@@ -572,2 +608,12 @@ // -------------------------------------------------------------------------------------------------

export namespace TableHeaderRow {
/** Describes properties used to render a sort label. */
export type SortLabelProps = TableHeaderRowBase.SortLabelProps;
}
export namespace TableHeaderRow {
/** Describes properties used to render a cell content. */
export type ContentProps = TableHeaderRowBase.ContentProps;
}
export interface TableHeaderRowProps {

@@ -578,2 +624,8 @@ /** A component that renders a header cell. */

rowComponent?: React.ComponentType<TableBase.RowProps>;
/** A component that renders a header cell's content. */
contentComponent?: React.ComponentType<TableHeaderRowBase.ContentProps>;
/** A component that renders a sort label. */
sortLabelComponent?: React.ComponentType<TableHeaderRowBase.SortLabelProps>;
/** A component that renders a title. */
titleComponent?: React.ComponentType<object>;
/** Specifies whether to render controls that toggle the column's sorting state. Requires the SortingState dependency. */

@@ -593,2 +645,8 @@ showSortingControls?: boolean;

Cell: React.ComponentType<TableHeaderRowBase.CellProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders a cell content. */
Content: React.ComponentType<TableHeaderRowBase.ContentProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders a sort label. */
SortLabel: React.ComponentType<TableHeaderRowBase.SortLabelProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders a title. */
Title: React.ComponentType<object & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
};

@@ -688,2 +746,5 @@

export declare const TableSelection: React.ComponentType<TableSelectionProps> & {
/** The name of the selection column type. */
COLUMN_TYPE: string;
} & {
/** A component that renders a cell with the selection control inside the heading row. */

@@ -690,0 +751,0 @@ HeaderCell: React.ComponentType<TableSelectionBase.HeaderCellProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;

18

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

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

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

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

"peerDependencies": {
"@devexpress/dx-grid-core": "1.7.2",
"@devexpress/dx-react-core": "1.7.2",
"@devexpress/dx-react-grid": "1.7.2",
"@devexpress/dx-grid-core": "1.8.0-beta.1",
"@devexpress/dx-react-core": "1.8.0-beta.1",
"@devexpress/dx-react-grid": "1.8.0-beta.1",
"react": ">=16.3.0",
"reactstrap": ">=6.3.0"
},
"gitHead": "729b6fc94cb43b3ef1537cb4775d390261882a87"
"gitHead": "8fb5dc5f32b4a02a8922917f07398b48902ecc5c"
}

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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