Socket
Socket
Sign inDemoInstall

@mui/x-data-grid-pro

Package Overview
Dependencies
Maintainers
14
Versions
188
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/x-data-grid-pro - npm Package Compare versions

Comparing version 7.9.0 to 7.10.0

1

DataGridPro/DataGridPro.js

@@ -441,2 +441,3 @@ "use strict";

* If `true`, a loading overlay is displayed.
* @default false
*/

@@ -443,0 +444,0 @@ loading: _propTypes.default.bool,

14

DataGridPro/useDataGridProProps.js

@@ -28,15 +28,15 @@ "use strict";

const DATA_GRID_PRO_PROPS_DEFAULT_VALUES = exports.DATA_GRID_PRO_PROPS_DEFAULT_VALUES = (0, _extends2.default)({}, _xDataGrid.DATA_GRID_PROPS_DEFAULT_VALUES, {
scrollEndThreshold: 80,
treeData: false,
autosizeOnMount: false,
defaultGroupingExpansionDepth: 0,
autosizeOnMount: false,
disableAutosize: false,
disableChildrenFiltering: false,
disableChildrenSorting: false,
disableColumnPinning: false,
getDetailPanelHeight: () => 500,
headerFilters: false,
keepColumnPositionIfDraggedOutside: false,
disableChildrenFiltering: false,
disableChildrenSorting: false,
rowReordering: false,
rowsLoadingMode: 'client',
getDetailPanelHeight: () => 500,
headerFilters: false
scrollEndThreshold: 80,
treeData: false
});

@@ -43,0 +43,0 @@ const defaultSlots = _dataGridProDefaultSlotsComponents.DATA_GRID_PRO_DEFAULT_SLOTS_COMPONENTS;

@@ -433,2 +433,3 @@ 'use client';

* If `true`, a loading overlay is displayed.
* @default false
*/

@@ -435,0 +436,0 @@ loading: PropTypes.bool,

@@ -19,15 +19,15 @@ import _extends from "@babel/runtime/helpers/esm/extends";

export const DATA_GRID_PRO_PROPS_DEFAULT_VALUES = _extends({}, DATA_GRID_PROPS_DEFAULT_VALUES, {
scrollEndThreshold: 80,
treeData: false,
autosizeOnMount: false,
defaultGroupingExpansionDepth: 0,
autosizeOnMount: false,
disableAutosize: false,
disableChildrenFiltering: false,
disableChildrenSorting: false,
disableColumnPinning: false,
getDetailPanelHeight: () => 500,
headerFilters: false,
keepColumnPositionIfDraggedOutside: false,
disableChildrenFiltering: false,
disableChildrenSorting: false,
rowReordering: false,
rowsLoadingMode: 'client',
getDetailPanelHeight: () => 500,
headerFilters: false
scrollEndThreshold: 80,
treeData: false
});

@@ -34,0 +34,0 @@ const defaultSlots = DATA_GRID_PRO_DEFAULT_SLOTS_COMPONENTS;

import { ponyfillGlobal } from '@mui/utils';
export const getReleaseInfo = () => {
const releaseInfo = "MTcyMDEyNjgwMDAwMA==";
const releaseInfo = "MTcyMDY0ODgwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -5,0 +5,0 @@ // A simple hack to set the value in the test environment (has no build step).

/**
* @mui/x-data-grid-pro v7.9.0
* @mui/x-data-grid-pro v7.10.0
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

@@ -433,2 +433,3 @@ 'use client';

* If `true`, a loading overlay is displayed.
* @default false
*/

@@ -435,0 +436,0 @@ loading: PropTypes.bool,

@@ -19,15 +19,15 @@ import _extends from "@babel/runtime/helpers/esm/extends";

export const DATA_GRID_PRO_PROPS_DEFAULT_VALUES = _extends({}, DATA_GRID_PROPS_DEFAULT_VALUES, {
scrollEndThreshold: 80,
treeData: false,
autosizeOnMount: false,
defaultGroupingExpansionDepth: 0,
autosizeOnMount: false,
disableAutosize: false,
disableChildrenFiltering: false,
disableChildrenSorting: false,
disableColumnPinning: false,
getDetailPanelHeight: () => 500,
headerFilters: false,
keepColumnPositionIfDraggedOutside: false,
disableChildrenFiltering: false,
disableChildrenSorting: false,
rowReordering: false,
rowsLoadingMode: 'client',
getDetailPanelHeight: () => 500,
headerFilters: false
scrollEndThreshold: 80,
treeData: false
});

@@ -34,0 +34,0 @@ const defaultSlots = DATA_GRID_PRO_DEFAULT_SLOTS_COMPONENTS;

/**
* @mui/x-data-grid-pro v7.9.0
* @mui/x-data-grid-pro v7.10.0
*

@@ -4,0 +4,0 @@ * @license MUI X Commercial

import { ponyfillGlobal } from '@mui/utils';
export const getReleaseInfo = () => {
const releaseInfo = "MTcyMDEyNjgwMDAwMA==";
const releaseInfo = "MTcyMDY0ODgwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -5,0 +5,0 @@ // A simple hack to set the value in the test environment (has no build step).

{
"name": "@mui/x-data-grid-pro",
"version": "7.9.0",
"version": "7.10.0",
"description": "The Pro plan edition of the Data Grid components (MUI X).",

@@ -43,5 +43,5 @@ "author": "MUI Team",

"reselect": "^4.1.8",
"@mui/x-data-grid": "7.9.0",
"@mui/x-internals": "7.9.0",
"@mui/x-license": "7.9.0"
"@mui/x-data-grid": "7.10.0",
"@mui/x-internals": "7.10.0",
"@mui/x-license": "7.10.0"
},

@@ -48,0 +48,0 @@ "peerDependencies": {

@@ -9,3 +9,3 @@ "use strict";

const getReleaseInfo = () => {
const releaseInfo = "MTcyMDEyNjgwMDAwMA==";
const releaseInfo = "MTcyMDY0ODgwMDAwMA==";
if (process.env.NODE_ENV !== 'production') {

@@ -12,0 +12,0 @@ // A simple hack to set the value in the test environment (has no build step).

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc