@mui/x-data-grid-premium 8.26.0 → 8.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,30 @@
5
5
  All notable changes to this project will be documented in this file.
6
6
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
7
7
 
8
+ ## 8.26.1
9
+
10
+ _Jan 23, 2026_
11
+
12
+ Release highlight ✨:
13
+
14
+ - 🐞 Hotfix for Data Grid Premium type imports
15
+
16
+ ### Data Grid
17
+
18
+ #### `@mui/x-data-grid@8.26.1`
19
+
20
+ Internal changes.
21
+
22
+ #### `@mui/x-data-grid-pro@8.26.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
23
+
24
+ Same changes as in `@mui/x-data-grid@8.26.1`.
25
+
26
+ #### `@mui/x-data-grid-premium@8.26.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
27
+
28
+ Same changes as in `@mui/x-data-grid-pro@8.26.1`, plus:
29
+
30
+ - [DataGridPremium] Fix type import (#21033) @arminmeh
31
+
8
32
  ## 8.26.0
9
33
 
10
34
  _Jan 22, 2026_
@@ -50,7 +50,7 @@ const configuration = {
50
50
  useGridParamsOverridableMethods: _useGridParamsOverridableMethods.useGridParamsOverridableMethods
51
51
  }
52
52
  };
53
- const releaseInfo = "MTc2OTA0MDAwMDAwMA==";
53
+ const releaseInfo = "MTc2OTEyNjQwMDAwMA==";
54
54
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_xLicense.Watermark, {
55
55
  packageName: "x-data-grid-premium",
56
56
  releaseInfo: releaseInfo
@@ -43,7 +43,7 @@ const configuration = {
43
43
  useGridParamsOverridableMethods
44
44
  }
45
45
  };
46
- const releaseInfo = "MTc2OTA0MDAwMDAwMA==";
46
+ const releaseInfo = "MTc2OTEyNjQwMDAwMA==";
47
47
  const watermark = /*#__PURE__*/_jsx(Watermark, {
48
48
  packageName: "x-data-grid-premium",
49
49
  releaseInfo: releaseInfo
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.26.0
2
+ * @mui/x-data-grid-premium v8.26.1
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
@@ -1,4 +1,4 @@
1
- import { GridEventLookup, GridExportDisplayOptions, GridRowId, GridValidRowModel } from '@mui/x-data-grid-pro';
1
+ import type { GridEventLookup, GridExportDisplayOptions, GridRowId, GridValidRowModel } from '@mui/x-data-grid-pro';
2
2
  import type { GridAggregationCellMeta } from '@mui/x-data-grid-pro/internals';
3
3
  import type { GridPipeProcessingLookupPro, GridControlledStateEventLookupPro, GridApiCachesPro, GridEventLookupPro } from '@mui/x-data-grid-pro/typeOverloads';
4
4
  import type { GridGroupingValueGetter, GridGroupingValueSetter, GridPastedValueParser } from "../models/index.js";
@@ -1,5 +1 @@
1
- import { GridEventLookup } from '@mui/x-data-grid-pro';
2
-
3
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
4
-
5
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
1
+ export {};
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v8.26.0
2
+ * @mui/x-data-grid-premium v8.26.1
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-data-grid-premium",
3
- "version": "8.26.0",
3
+ "version": "8.26.1",
4
4
  "author": "MUI Team",
5
5
  "description": "The Premium plan edition of the MUI X Data Grid Components.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -39,8 +39,8 @@
39
39
  "clsx": "^2.1.1",
40
40
  "prop-types": "^15.8.1",
41
41
  "@mui/x-data-grid": "8.26.0",
42
- "@mui/x-internals": "8.26.0",
43
42
  "@mui/x-data-grid-pro": "8.26.0",
43
+ "@mui/x-internals": "8.26.0",
44
44
  "@mui/x-license": "8.26.0"
45
45
  },
46
46
  "peerDependencies": {
@@ -1,4 +1,4 @@
1
- import { GridEventLookup, GridExportDisplayOptions, GridRowId, GridValidRowModel } from '@mui/x-data-grid-pro';
1
+ import type { GridEventLookup, GridExportDisplayOptions, GridRowId, GridValidRowModel } from '@mui/x-data-grid-pro';
2
2
  import type { GridAggregationCellMeta } from '@mui/x-data-grid-pro/internals';
3
3
  import type { GridPipeProcessingLookupPro, GridControlledStateEventLookupPro, GridApiCachesPro, GridEventLookupPro } from '@mui/x-data-grid-pro/typeOverloads';
4
4
  import type { GridGroupingValueGetter, GridGroupingValueSetter, GridPastedValueParser } from "../models/index.js";
@@ -1,3 +1,5 @@
1
1
  "use strict";
2
2
 
3
- var _xDataGridPro = require("@mui/x-data-grid-pro");
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });