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

@devexpress/dx-react-grid-bootstrap3

Package Overview
Dependencies
Maintainers
15
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.3.0 to 2.3.1

47

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

@@ -583,2 +583,7 @@ import * as React from 'react';

export namespace TableGroupRow {
/** Describes a summary item to be displayed in a group caption. */
export type InlineSummaryItemInfo = TableGroupRowBase.InlineSummaryItemInfo;
}
export namespace TableGroupRow {
/** Describes properties passed to a component that renders a group cell. */

@@ -608,2 +613,22 @@ export type CellProps = TableGroupRowBase.CellProps;

export namespace TableGroupRow {
/** Describes properties passed to a component that renders a container for summary items to be displayed in a group caption. */
export type InlineSummaryProps = TableGroupRowBase.InlineSummaryProps;
}
export namespace TableGroupRow {
/** Describes properties passed to a component that renders a summary item in a group caption. */
export type InlineSummaryItemProps = TableGroupRowBase.InlineSummaryItemProps;
}
export namespace TableGroupRow {
/** Describes properties passed to a component that renders a cell for a summary item in an appropriate column. */
export type SummaryCellProps = TableGroupRowBase.SummaryCellProps;
}
export namespace TableGroupRow {
/** Describes properties passed to a component that renders a stub cell used to align summary items in their columns. */
export type StubCellProps = TableGroupRowBase.StubCellProps;
}
export interface TableGroupRowProps {

@@ -624,2 +649,16 @@ /** A Boolean value that specifies whether the grid's table displays a column by which data is grouped. */

indentCellComponent?: React.ComponentType<TableGroupRowBase.IndentCellProps>;
/** A component that renders a container for group summary items in a group caption. */
inlineSummaryComponent?: React.ComponentType<TableGroupRowBase.InlineSummaryProps>;
/** A component that renders a single group summary item in a group caption. */
inlineSummaryItemComponent?: React.ComponentType<TableGroupRowBase.InlineSummaryItemProps>;
/** A component that renders a cell for a group summary item in an appropriate column. */
summaryCellComponent?: React.ComponentType<TableGroupRowBase.SummaryCellProps>;
/** A component that renders a group summary item in its column. */
summaryItemComponent?: React.ComponentType<TableSummaryRowBase.ItemProps>;
/** A component that renders a stub cell used to align summary items in their columns. */
stubCellComponent?: React.ComponentType<TableGroupRowBase.StubCellProps>;
/** Summary types that the `DataTypeProvider` plugin should not format. */
formatlessSummaryTypes?: Array<string>;
/** Localization messages. */
messages?: TableGroupRowBase.LocalizationMessages;
/** The group indent column's width. */

@@ -646,2 +685,10 @@ indentColumnWidth?: number;

Icon: React.ComponentType<TableGroupRowBase.IconProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders a container for group summary items in a group caption. */
InlineSummary: React.ComponentType<TableGroupRowBase.InlineSummaryProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders a single group summary item in a group caption. */
InlineSummaryItem: React.ComponentType<TableGroupRowBase.InlineSummaryItemProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders a cell for a group summary item in an appropriate column. */
SummaryCell: React.ComponentType<TableGroupRowBase.SummaryCellProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
/** A component that renders a group summary item in its column. */
SummaryItem: React.ComponentType<TableSummaryRowBase.ItemProps & { className?: string; style?: React.CSSProperties; [x: string]: any }>;
};

@@ -648,0 +695,0 @@

20

package.json
{
"name": "@devexpress/dx-react-grid-bootstrap3",
"version": "2.3.0",
"version": "2.3.1",
"description": "Bootstrap 3 templates for DevExtreme React Grid component",

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

"@babel/preset-react": "^7.7.0",
"@devexpress/dx-grid-core": "2.3.0",
"@devexpress/dx-react-core": "2.3.0",
"@devexpress/dx-react-grid": "2.3.0",
"@devexpress/dx-testing": "2.3.0",
"@devexpress/dx-grid-core": "2.3.1",
"@devexpress/dx-react-core": "2.3.1",
"@devexpress/dx-react-grid": "2.3.1",
"@devexpress/dx-testing": "2.3.1",
"babel-core": "^7.0.0-bridge.0",

@@ -73,3 +73,3 @@ "babel-eslint": "^10.0.3",

"react": "^16.12.0",
"react-bootstrap": "=0.33.0",
"react-bootstrap": "=0.33.1",
"react-dom": "^16.12.0",

@@ -87,5 +87,5 @@ "react-test-renderer": "^16.12.0",

"peerDependencies": {
"@devexpress/dx-grid-core": "2.3.0",
"@devexpress/dx-react-core": "2.3.0",
"@devexpress/dx-react-grid": "2.3.0",
"@devexpress/dx-grid-core": "2.3.1",
"@devexpress/dx-react-core": "2.3.1",
"@devexpress/dx-react-grid": "2.3.1",
"react": "^16.10.2",

@@ -95,3 +95,3 @@ "react-bootstrap": "=0.33.0",

},
"gitHead": "a3839e64256d565470c3306ccb0bdaf715b18b69"
"gitHead": "18eaab6dd7ad63e9223f0e8657b9455ffa788418"
}

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