Socket
Socket
Sign inDemoInstall

@blueprintjs/table

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/table - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

2

dist/cell/formats/truncatedFormat.d.ts

@@ -26,3 +26,3 @@ /**

* `white-space: normal` if `false`.
* @default true
* @default false
*/

@@ -29,0 +29,0 @@ preformatted?: boolean;

@@ -91,3 +91,3 @@ /**

detectTruncation: true,
preformatted: true,
preformatted: false,
showPopover: TruncatedPopoverMode.WHEN_TRUNCATED,

@@ -94,0 +94,0 @@ truncateLength: 80,

@@ -46,3 +46,3 @@ /**

ColumnHeaderCell.prototype.render = function () {
var _a = this.props, isActive = _a.isActive, isColumnSelected = _a.isColumnSelected, loading = _a.loading, resizeHandle = _a.resizeHandle, style = _a.style;
var _a = this.props, className = _a.className, isActive = _a.isActive, isColumnSelected = _a.isColumnSelected, loading = _a.loading, resizeHandle = _a.resizeHandle, style = _a.style;
var classes = classNames(Classes.TABLE_HEADER, (_b = {},

@@ -52,3 +52,3 @@ _b[Classes.TABLE_HEADER_ACTIVE] = isActive || this.state.isActive,

_b[core_1.Classes.LOADING] = loading,
_b));
_b), className);
return (React.createElement("div", { className: classes, style: style },

@@ -55,0 +55,0 @@ this.renderName(),

@@ -26,7 +26,7 @@ /**

var _a = this.props, className = _a.className, isActive = _a.isActive, isRowSelected = _a.isRowSelected, loading = _a.loading, name = _a.name, resizeHandle = _a.resizeHandle, style = _a.style;
var rowHeaderClasses = classNames(className, Classes.TABLE_HEADER, (_b = {},
var rowHeaderClasses = classNames(Classes.TABLE_HEADER, (_b = {},
_b[core_1.Classes.LOADING] = loading,
_b[Classes.TABLE_HEADER_ACTIVE] = isActive || this.state.isActive,
_b[Classes.TABLE_HEADER_SELECTED] = isRowSelected,
_b));
_b), className);
var loadableContentDivClasses = classNames(Classes.TABLE_ROW_NAME_TEXT, Classes.TABLE_TRUNCATED_TEXT);

@@ -33,0 +33,0 @@ return (React.createElement("div", { className: rowHeaderClasses, style: style },

@@ -249,5 +249,5 @@ /**

Table.prototype.render = function () {
var isRowHeaderShown = this.props.isRowHeaderShown;
var _a = this.props, className = _a.className, isRowHeaderShown = _a.isRowHeaderShown;
this.validateGrid();
return (React.createElement("div", { className: Classes.TABLE_CONTAINER, ref: this.setRootTableRef, onScroll: this.handleRootScroll },
return (React.createElement("div", { className: classNames(Classes.TABLE_CONTAINER, className), ref: this.setRootTableRef, onScroll: this.handleRootScroll },
React.createElement("div", { className: Classes.TABLE_TOP_CONTAINER },

@@ -254,0 +254,0 @@ isRowHeaderShown ? this.renderMenu() : undefined,

{
"name": "@blueprintjs/table",
"version": "1.9.0",
"version": "1.10.0",
"description": "Scalable interactive table component",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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