@mui/x-internals 9.0.0-alpha.0 → 9.0.0-alpha.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.
- package/CHANGELOG.md +236 -0
- package/EventManager/index.d.mts +2 -0
- package/EventManager/index.mjs +1 -0
- package/ToolbarContext/ToolbarContext.js +3 -1
- package/{esm/ToolbarContext/ToolbarContext.js → ToolbarContext/ToolbarContext.mjs} +2 -1
- package/ToolbarContext/index.d.mts +2 -0
- package/ToolbarContext/index.mjs +2 -0
- package/{esm/ToolbarContext/useRegisterToolbarButton.js → ToolbarContext/useRegisterToolbarButton.mjs} +1 -1
- package/export/index.d.mts +1 -0
- package/export/index.mjs +1 -0
- package/fastArrayCompare/index.d.mts +1 -0
- package/fastArrayCompare/index.mjs +1 -0
- package/{esm/fastMemo/fastMemo.js → fastMemo/fastMemo.mjs} +1 -1
- package/fastMemo/index.d.mts +1 -0
- package/fastMemo/index.mjs +1 -0
- package/{esm/fastObjectShallowCompare/index.d.ts → fastObjectShallowCompare/index.d.mts} +1 -1
- package/{esm/fastObjectShallowCompare/index.js → fastObjectShallowCompare/index.mjs} +1 -1
- package/formatErrorMessage/formatErrorMessage.d.mts +10 -0
- package/formatErrorMessage/formatErrorMessage.d.ts +10 -0
- package/formatErrorMessage/formatErrorMessage.js +22 -0
- package/formatErrorMessage/formatErrorMessage.mjs +16 -0
- package/formatErrorMessage/index.d.mts +1 -0
- package/formatErrorMessage/index.d.ts +1 -0
- package/formatErrorMessage/index.js +12 -0
- package/formatErrorMessage/index.mjs +1 -0
- package/{esm/forwardRef/forwardRef.js → forwardRef/forwardRef.mjs} +1 -1
- package/forwardRef/index.d.mts +1 -0
- package/forwardRef/index.mjs +1 -0
- package/hash/index.d.mts +1 -0
- package/hash/index.mjs +1 -0
- package/isDeepEqual/index.d.mts +1 -0
- package/isDeepEqual/index.mjs +1 -0
- package/isObjectEmpty/index.d.mts +1 -0
- package/isObjectEmpty/index.mjs +1 -0
- package/package.json +374 -7
- package/rafThrottle/index.d.mts +1 -0
- package/rafThrottle/index.mjs +1 -0
- package/{esm/store/Store.js → store/Store.mjs} +1 -1
- package/{esm/store/createSelector.d.ts → store/createSelector.d.mts} +2 -2
- package/store/createSelector.js +7 -5
- package/{esm/store/createSelector.js → store/createSelector.mjs} +6 -5
- package/store/index.d.mts +4 -0
- package/store/index.mjs +4 -0
- package/{esm/store/useStore.d.ts → store/useStore.d.mts} +1 -1
- package/{esm/store/useStore.js → store/useStore.mjs} +1 -1
- package/{esm/store/useStoreEffect.d.ts → store/useStoreEffect.d.mts} +1 -1
- package/throttle/index.d.mts +1 -0
- package/throttle/index.mjs +1 -0
- package/types/DistributiveOmit.d.mts +9 -0
- package/types/DistributiveOmit.d.ts +9 -0
- package/types/DistributiveOmit.js +5 -0
- package/types/base.mjs +1 -0
- package/types/index.d.mts +12 -0
- package/types/index.d.ts +1 -0
- package/types/index.js +11 -0
- package/types/index.mjs +12 -0
- package/{esm/useAssertModelConsistency/index.d.ts → useAssertModelConsistency/index.d.mts} +1 -1
- package/{esm/useAssertModelConsistency/index.js → useAssertModelConsistency/index.mjs} +1 -1
- package/{esm/useAssertModelConsistency/useAssertModelConsistency.js → useAssertModelConsistency/useAssertModelConsistency.mjs} +1 -1
- package/useComponentRenderer/index.d.mts +1 -0
- package/useComponentRenderer/index.mjs +1 -0
- package/useEffectAfterFirstRender/index.d.mts +1 -0
- package/useEffectAfterFirstRender/index.mjs +1 -0
- package/useFirstRender/index.d.mts +1 -0
- package/useFirstRender/index.mjs +1 -0
- package/useResizeObserver/index.d.mts +1 -0
- package/useResizeObserver/index.mjs +1 -0
- package/useRunOnce/index.d.mts +1 -0
- package/useRunOnce/index.mjs +1 -0
- package/warning/index.d.mts +1 -0
- package/warning/index.mjs +1 -0
- package/esm/EventManager/index.d.ts +0 -2
- package/esm/EventManager/index.js +0 -1
- package/esm/ToolbarContext/index.d.ts +0 -2
- package/esm/ToolbarContext/index.js +0 -2
- package/esm/export/index.d.ts +0 -1
- package/esm/export/index.js +0 -1
- package/esm/fastArrayCompare/index.d.ts +0 -1
- package/esm/fastArrayCompare/index.js +0 -1
- package/esm/fastMemo/index.d.ts +0 -1
- package/esm/fastMemo/index.js +0 -1
- package/esm/forwardRef/index.d.ts +0 -1
- package/esm/forwardRef/index.js +0 -1
- package/esm/hash/index.d.ts +0 -1
- package/esm/hash/index.js +0 -1
- package/esm/isDeepEqual/index.d.ts +0 -1
- package/esm/isDeepEqual/index.js +0 -1
- package/esm/isObjectEmpty/index.d.ts +0 -1
- package/esm/isObjectEmpty/index.js +0 -1
- package/esm/package.json +0 -1
- package/esm/rafThrottle/index.d.ts +0 -1
- package/esm/rafThrottle/index.js +0 -1
- package/esm/store/index.d.ts +0 -4
- package/esm/store/index.js +0 -4
- package/esm/throttle/index.d.ts +0 -1
- package/esm/throttle/index.js +0 -1
- package/esm/types/index.d.ts +0 -11
- package/esm/types/index.js +0 -11
- package/esm/useComponentRenderer/index.d.ts +0 -1
- package/esm/useComponentRenderer/index.js +0 -1
- package/esm/useEffectAfterFirstRender/index.d.ts +0 -1
- package/esm/useEffectAfterFirstRender/index.js +0 -1
- package/esm/useFirstRender/index.d.ts +0 -1
- package/esm/useFirstRender/index.js +0 -1
- package/esm/useResizeObserver/index.d.ts +0 -1
- package/esm/useResizeObserver/index.js +0 -1
- package/esm/useRunOnce/index.d.ts +0 -1
- package/esm/useRunOnce/index.js +0 -1
- package/esm/warning/index.d.ts +0 -1
- package/esm/warning/index.js +0 -1
- /package/{esm/EventManager/EventManager.d.ts → EventManager/EventManager.d.mts} +0 -0
- /package/{esm/EventManager/EventManager.js → EventManager/EventManager.mjs} +0 -0
- /package/{esm/ToolbarContext/ToolbarContext.d.ts → ToolbarContext/ToolbarContext.d.mts} +0 -0
- /package/{esm/ToolbarContext/useRegisterToolbarButton.d.ts → ToolbarContext/useRegisterToolbarButton.d.mts} +0 -0
- /package/{esm/export/loadStyleSheets.d.ts → export/loadStyleSheets.d.mts} +0 -0
- /package/{esm/export/loadStyleSheets.js → export/loadStyleSheets.mjs} +0 -0
- /package/{esm/fastArrayCompare/fastArrayCompare.d.ts → fastArrayCompare/fastArrayCompare.d.mts} +0 -0
- /package/{esm/fastArrayCompare/fastArrayCompare.js → fastArrayCompare/fastArrayCompare.mjs} +0 -0
- /package/{esm/fastMemo/fastMemo.d.ts → fastMemo/fastMemo.d.mts} +0 -0
- /package/{esm/fastObjectShallowCompare/fastObjectShallowCompare.d.ts → fastObjectShallowCompare/fastObjectShallowCompare.d.mts} +0 -0
- /package/{esm/fastObjectShallowCompare/fastObjectShallowCompare.js → fastObjectShallowCompare/fastObjectShallowCompare.mjs} +0 -0
- /package/{esm/forwardRef/forwardRef.d.ts → forwardRef/forwardRef.d.mts} +0 -0
- /package/{esm/hash/hash.d.ts → hash/hash.d.mts} +0 -0
- /package/{esm/hash/hash.js → hash/hash.mjs} +0 -0
- /package/{esm/isDeepEqual/isDeepEqual.d.ts → isDeepEqual/isDeepEqual.d.mts} +0 -0
- /package/{esm/isDeepEqual/isDeepEqual.js → isDeepEqual/isDeepEqual.mjs} +0 -0
- /package/{esm/isObjectEmpty/isObjectEmpty.d.ts → isObjectEmpty/isObjectEmpty.d.mts} +0 -0
- /package/{esm/isObjectEmpty/isObjectEmpty.js → isObjectEmpty/isObjectEmpty.mjs} +0 -0
- /package/{esm/lruMemoize/index.d.ts → lruMemoize/index.d.mts} +0 -0
- /package/{esm/lruMemoize/index.js → lruMemoize/index.mjs} +0 -0
- /package/{esm/math/index.d.ts → math/index.d.mts} +0 -0
- /package/{esm/math/index.js → math/index.mjs} +0 -0
- /package/{esm/platform/index.d.ts → platform/index.d.mts} +0 -0
- /package/{esm/platform/index.js → platform/index.mjs} +0 -0
- /package/{esm/rafThrottle/rafThrottle.d.ts → rafThrottle/rafThrottle.d.mts} +0 -0
- /package/{esm/rafThrottle/rafThrottle.js → rafThrottle/rafThrottle.mjs} +0 -0
- /package/{esm/reactMajor/index.d.ts → reactMajor/index.d.mts} +0 -0
- /package/{esm/reactMajor/index.js → reactMajor/index.mjs} +0 -0
- /package/{esm/slots/index.d.ts → slots/index.d.mts} +0 -0
- /package/{esm/slots/index.js → slots/index.mjs} +0 -0
- /package/{esm/store/Store.d.ts → store/Store.d.mts} +0 -0
- /package/{esm/store/createSelectorType.d.ts → store/createSelectorType.d.mts} +0 -0
- /package/{esm/store/createSelectorType.js → store/createSelectorType.mjs} +0 -0
- /package/{esm/store/useStoreEffect.js → store/useStoreEffect.mjs} +0 -0
- /package/{esm/throttle/throttle.d.ts → throttle/throttle.d.mts} +0 -0
- /package/{esm/throttle/throttle.js → throttle/throttle.mjs} +0 -0
- /package/{esm/types/AppendKeys.d.ts → types/AppendKeys.d.mts} +0 -0
- /package/{esm/types/AppendKeys.js → types/AppendKeys.mjs} +0 -0
- /package/{esm/types/DefaultizedProps.d.ts → types/DefaultizedProps.d.mts} +0 -0
- /package/{esm/types/DefaultizedProps.js → types/DefaultizedProps.mjs} +0 -0
- /package/{esm/types/GridChartsIntegration.js → types/DistributiveOmit.mjs} +0 -0
- /package/{esm/types/GridChartsIntegration.d.ts → types/GridChartsIntegration.d.mts} +0 -0
- /package/{esm/types/HasProperty.js → types/GridChartsIntegration.mjs} +0 -0
- /package/{esm/types/HasProperty.d.ts → types/HasProperty.d.mts} +0 -0
- /package/{esm/types/MakeOptional.js → types/HasProperty.mjs} +0 -0
- /package/{esm/types/MakeOptional.d.ts → types/MakeOptional.d.mts} +0 -0
- /package/{esm/types/MakeRequired.js → types/MakeOptional.mjs} +0 -0
- /package/{esm/types/MakeRequired.d.ts → types/MakeRequired.d.mts} +0 -0
- /package/{esm/types/MuiEvent.js → types/MakeRequired.mjs} +0 -0
- /package/{esm/types/MuiEvent.d.ts → types/MuiEvent.d.mts} +0 -0
- /package/{esm/types/PrependKeys.js → types/MuiEvent.mjs} +0 -0
- /package/{esm/types/PrependKeys.d.ts → types/PrependKeys.d.mts} +0 -0
- /package/{esm/types/RefObject.js → types/PrependKeys.mjs} +0 -0
- /package/{esm/types/RefObject.d.ts → types/RefObject.d.mts} +0 -0
- /package/{esm/types/SlotComponentPropsFromProps.js → types/RefObject.mjs} +0 -0
- /package/{esm/types/SlotComponentPropsFromProps.d.ts → types/SlotComponentPropsFromProps.d.mts} +0 -0
- /package/{esm/types/base.js → types/SlotComponentPropsFromProps.mjs} +0 -0
- /package/{esm/types/base.d.ts → types/base.d.mts} +0 -0
- /package/{esm/useAssertModelConsistency/useAssertModelConsistency.d.ts → useAssertModelConsistency/useAssertModelConsistency.d.mts} +0 -0
- /package/{esm/useComponentRenderer/useComponentRenderer.d.ts → useComponentRenderer/useComponentRenderer.d.mts} +0 -0
- /package/{esm/useComponentRenderer/useComponentRenderer.js → useComponentRenderer/useComponentRenderer.mjs} +0 -0
- /package/{esm/useEffectAfterFirstRender/useEffectAfterFirstRender.d.ts → useEffectAfterFirstRender/useEffectAfterFirstRender.d.mts} +0 -0
- /package/{esm/useEffectAfterFirstRender/useEffectAfterFirstRender.js → useEffectAfterFirstRender/useEffectAfterFirstRender.mjs} +0 -0
- /package/{esm/useFirstRender/useFirstRender.d.ts → useFirstRender/useFirstRender.d.mts} +0 -0
- /package/{esm/useFirstRender/useFirstRender.js → useFirstRender/useFirstRender.mjs} +0 -0
- /package/{esm/useResizeObserver/useResizeObserver.d.ts → useResizeObserver/useResizeObserver.d.mts} +0 -0
- /package/{esm/useResizeObserver/useResizeObserver.js → useResizeObserver/useResizeObserver.mjs} +0 -0
- /package/{esm/useRunOnce/useRunOnce.d.ts → useRunOnce/useRunOnce.d.mts} +0 -0
- /package/{esm/useRunOnce/useRunOnce.js → useRunOnce/useRunOnce.mjs} +0 -0
- /package/{esm/warning/warning.d.ts → warning/warning.d.mts} +0 -0
- /package/{esm/warning/warning.js → warning/warning.mjs} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export { useAssertModelConsistency } from "./useAssertModelConsistency.
|
|
1
|
+
export { useAssertModelConsistency } from "./useAssertModelConsistency.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useComponentRenderer.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useComponentRenderer.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useEffectAfterFirstRender.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useEffectAfterFirstRender.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useFirstRender.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useFirstRender.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useResizeObserver } from "./useResizeObserver.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { useResizeObserver } from "./useResizeObserver.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useRunOnce.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./useRunOnce.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { warnOnce, clearWarningsCache } from "./warning.mjs";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { warnOnce, clearWarningsCache } from "./warning.mjs";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { EventManager } from "./EventManager.js";
|
package/esm/export/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { loadStyleSheets } from "./loadStyleSheets.js";
|
package/esm/export/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { loadStyleSheets } from "./loadStyleSheets.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { fastArrayCompare } from "./fastArrayCompare.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { fastArrayCompare } from "./fastArrayCompare.js";
|
package/esm/fastMemo/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { fastMemo } from "./fastMemo.js";
|
package/esm/fastMemo/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { fastMemo } from "./fastMemo.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./forwardRef.js";
|
package/esm/forwardRef/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./forwardRef.js";
|
package/esm/hash/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./hash.js";
|
package/esm/hash/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./hash.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./isDeepEqual.js";
|
package/esm/isDeepEqual/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./isDeepEqual.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { isObjectEmpty } from "./isObjectEmpty.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { isObjectEmpty } from "./isObjectEmpty.js";
|
package/esm/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"type":"module","sideEffects":false}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./rafThrottle.js";
|
package/esm/rafThrottle/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./rafThrottle.js";
|
package/esm/store/index.d.ts
DELETED
package/esm/store/index.js
DELETED
package/esm/throttle/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./throttle.js";
|
package/esm/throttle/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./throttle.js";
|
package/esm/types/index.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from "./base.js";
|
|
2
|
-
export * from "./AppendKeys.js";
|
|
3
|
-
export * from "./DefaultizedProps.js";
|
|
4
|
-
export * from "./GridChartsIntegration.js";
|
|
5
|
-
export * from "./HasProperty.js";
|
|
6
|
-
export * from "./MakeOptional.js";
|
|
7
|
-
export * from "./MakeRequired.js";
|
|
8
|
-
export * from "./MuiEvent.js";
|
|
9
|
-
export * from "./PrependKeys.js";
|
|
10
|
-
export * from "./RefObject.js";
|
|
11
|
-
export * from "./SlotComponentPropsFromProps.js";
|
package/esm/types/index.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from "./base.js";
|
|
2
|
-
export * from "./AppendKeys.js";
|
|
3
|
-
export * from "./DefaultizedProps.js";
|
|
4
|
-
export * from "./GridChartsIntegration.js";
|
|
5
|
-
export * from "./HasProperty.js";
|
|
6
|
-
export * from "./MakeOptional.js";
|
|
7
|
-
export * from "./MakeRequired.js";
|
|
8
|
-
export * from "./MuiEvent.js";
|
|
9
|
-
export * from "./PrependKeys.js";
|
|
10
|
-
export * from "./RefObject.js";
|
|
11
|
-
export * from "./SlotComponentPropsFromProps.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./useComponentRenderer.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./useComponentRenderer.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./useEffectAfterFirstRender.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./useEffectAfterFirstRender.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./useFirstRender.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./useFirstRender.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { useResizeObserver } from "./useResizeObserver.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { useResizeObserver } from "./useResizeObserver.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./useRunOnce.js";
|
package/esm/useRunOnce/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./useRunOnce.js";
|
package/esm/warning/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { warnOnce, clearWarningsCache } from "./warning.js";
|
package/esm/warning/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { warnOnce, clearWarningsCache } from "./warning.js";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm/fastArrayCompare/fastArrayCompare.d.ts → fastArrayCompare/fastArrayCompare.d.mts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm/types/SlotComponentPropsFromProps.d.ts → types/SlotComponentPropsFromProps.d.mts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{esm/useResizeObserver/useResizeObserver.d.ts → useResizeObserver/useResizeObserver.d.mts}
RENAMED
|
File without changes
|
/package/{esm/useResizeObserver/useResizeObserver.js → useResizeObserver/useResizeObserver.mjs}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|