@mui/x-data-grid-premium 9.0.0 → 9.0.2

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.
@@ -51,8 +51,8 @@ const configuration = {
51
51
  }
52
52
  };
53
53
  const packageInfo = {
54
- releaseDate: "MTc3NTYwNjQwMDAwMA==",
55
- version: "9.0.0",
54
+ releaseDate: "MTc3NjIxMTIwMDAwMA==",
55
+ version: "9.0.2",
56
56
  name: 'x-data-grid-premium'
57
57
  };
58
58
  const watermark = /*#__PURE__*/(0, _jsxRuntime.jsx)(_internals.Watermark, {
@@ -44,8 +44,8 @@ const configuration = {
44
44
  }
45
45
  };
46
46
  const packageInfo = {
47
- releaseDate: "MTc3NTYwNjQwMDAwMA==",
48
- version: "9.0.0",
47
+ releaseDate: "MTc3NjIxMTIwMDAwMA==",
48
+ version: "9.0.2",
49
49
  name: 'x-data-grid-premium'
50
50
  };
51
51
  const watermark = /*#__PURE__*/_jsx(Watermark, {
@@ -16,7 +16,7 @@ export type PromptFieldProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'class
16
16
  */
17
17
  lang?: string;
18
18
  /**
19
- * Called when an speech recognition error occurs.
19
+ * Called when a speech recognition error occurs.
20
20
  * @param {string} error The error message
21
21
  */
22
22
  onRecordError?: (error: string) => void;
@@ -53,7 +53,7 @@ declare const PromptField: React.ForwardRefExoticComponent<PromptFieldProps> | R
53
53
  */
54
54
  lang?: string;
55
55
  /**
56
- * Called when an speech recognition error occurs.
56
+ * Called when a speech recognition error occurs.
57
57
  * @param {string} error The error message
58
58
  */
59
59
  onRecordError?: (error: string) => void;
@@ -16,7 +16,7 @@ export type PromptFieldProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'class
16
16
  */
17
17
  lang?: string;
18
18
  /**
19
- * Called when an speech recognition error occurs.
19
+ * Called when a speech recognition error occurs.
20
20
  * @param {string} error The error message
21
21
  */
22
22
  onRecordError?: (error: string) => void;
@@ -53,7 +53,7 @@ declare const PromptField: React.ForwardRefExoticComponent<PromptFieldProps> | R
53
53
  */
54
54
  lang?: string;
55
55
  /**
56
- * Called when an speech recognition error occurs.
56
+ * Called when a speech recognition error occurs.
57
57
  * @param {string} error The error message
58
58
  */
59
59
  onRecordError?: (error: string) => void;
@@ -81,7 +81,7 @@ process.env.NODE_ENV !== "production" ? PromptField.propTypes = {
81
81
  */
82
82
  className: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.string]),
83
83
  /**
84
- * Called when an speech recognition error occurs.
84
+ * Called when a speech recognition error occurs.
85
85
  * @param {string} error The error message
86
86
  */
87
87
  onRecordError: _propTypes.default.func,
@@ -74,7 +74,7 @@ process.env.NODE_ENV !== "production" ? PromptField.propTypes = {
74
74
  */
75
75
  className: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
76
76
  /**
77
- * Called when an speech recognition error occurs.
77
+ * Called when a speech recognition error occurs.
78
78
  * @param {string} error The error message
79
79
  */
80
80
  onRecordError: PropTypes.func,
@@ -33,10 +33,10 @@ const useUtilityClasses = ownerState => {
33
33
  const ResizablePanelHandleRoot = (0, _styles.styled)('div', {
34
34
  name: 'MuiDataGrid',
35
35
  slot: 'ResizablePanelHandle',
36
- overridesResolver: (props, styles) => [{
37
- [`&.${_xDataGridPro.gridClasses['resizablePanelHandle--horizontal']}`]: styles['resizablePanelHandle--horizontal']
38
- }, {
39
- [`&.${_xDataGridPro.gridClasses['resizablePanelHandle--vertical']}`]: styles['resizablePanelHandle--vertical']
36
+ overridesResolver: ({
37
+ ownerState
38
+ }, styles) => [{
39
+ [`&.${_xDataGridPro.gridClasses[`resizablePanelHandle--${ownerState.direction}`]}`]: styles[`resizablePanelHandle--${ownerState.direction}`]
40
40
  }, styles.resizablePanelHandle]
41
41
  })({
42
42
  position: 'absolute',
@@ -26,10 +26,10 @@ const useUtilityClasses = ownerState => {
26
26
  const ResizablePanelHandleRoot = styled('div', {
27
27
  name: 'MuiDataGrid',
28
28
  slot: 'ResizablePanelHandle',
29
- overridesResolver: (props, styles) => [{
30
- [`&.${gridClasses['resizablePanelHandle--horizontal']}`]: styles['resizablePanelHandle--horizontal']
31
- }, {
32
- [`&.${gridClasses['resizablePanelHandle--vertical']}`]: styles['resizablePanelHandle--vertical']
29
+ overridesResolver: ({
30
+ ownerState
31
+ }, styles) => [{
32
+ [`&.${gridClasses[`resizablePanelHandle--${ownerState.direction}`]}`]: styles[`resizablePanelHandle--${ownerState.direction}`]
33
33
  }, styles.resizablePanelHandle]
34
34
  })({
35
35
  position: 'absolute',
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v9.0.0
2
+ * @mui/x-data-grid-premium v9.0.2
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/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-data-grid-premium v9.0.0
2
+ * @mui/x-data-grid-premium v9.0.2
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": "9.0.0",
3
+ "version": "9.0.2",
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",
@@ -38,10 +38,10 @@
38
38
  "@mui/x-internal-exceljs-fork": "4.4.5",
39
39
  "clsx": "^2.1.1",
40
40
  "prop-types": "^15.8.1",
41
- "@mui/x-data-grid-pro": "^9.0.0",
41
+ "@mui/x-data-grid": "^9.0.2",
42
+ "@mui/x-data-grid-pro": "^9.0.2",
42
43
  "@mui/x-internals": "^9.0.0",
43
- "@mui/x-data-grid": "^9.0.0",
44
- "@mui/x-license": "^9.0.0"
44
+ "@mui/x-license": "^9.0.2"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@emotion/react": "^11.9.0",