@mui/x-tree-view-pro 8.28.3 → 8.29.0
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 +229 -0
- package/{esm/RichTreeViewPro/RichTreeViewPro.d.ts → RichTreeViewPro/RichTreeViewPro.d.mts} +1 -1
- package/RichTreeViewPro/RichTreeViewPro.js +1 -1
- package/{esm/RichTreeViewPro/RichTreeViewPro.js → RichTreeViewPro/RichTreeViewPro.mjs} +5 -5
- package/{esm/RichTreeViewPro/RichTreeViewPro.types.d.ts → RichTreeViewPro/RichTreeViewPro.types.d.mts} +2 -2
- package/{esm/RichTreeViewPro/index.d.ts → RichTreeViewPro/index.d.mts} +3 -3
- package/RichTreeViewPro/index.mjs +3 -0
- package/{esm/RichTreeViewPro/useExtractRichTreeViewProParameters.d.ts → RichTreeViewPro/useExtractRichTreeViewProParameters.d.mts} +6 -6
- package/{esm/hooks/index.d.ts → hooks/index.d.mts} +1 -1
- package/{esm/hooks/index.js → hooks/index.mjs} +1 -1
- package/{esm/hooks/useRichTreeViewProApiRef.d.ts → hooks/useRichTreeViewProApiRef.d.mts} +1 -1
- package/{esm/index.d.ts → index.d.mts} +2 -2
- package/index.js +1 -1
- package/{esm/index.js → index.mjs} +3 -3
- package/{esm/internals/RichTreeViewProStore/RichTreeViewProStore.d.ts → internals/RichTreeViewProStore/RichTreeViewProStore.d.mts} +3 -3
- package/{esm/internals/RichTreeViewProStore/RichTreeViewProStore.js → internals/RichTreeViewProStore/RichTreeViewProStore.mjs} +3 -3
- package/{esm/internals/RichTreeViewProStore/RichTreeViewProStore.types.d.ts → internals/RichTreeViewProStore/RichTreeViewProStore.types.d.mts} +2 -2
- package/{esm/internals/RichTreeViewProStore/RichTreeViewProStore.utils.d.ts → internals/RichTreeViewProStore/RichTreeViewProStore.utils.d.mts} +1 -1
- package/{esm/internals/RichTreeViewProStore/RichTreeViewProStore.utils.js → internals/RichTreeViewProStore/RichTreeViewProStore.utils.mjs} +1 -1
- package/internals/RichTreeViewProStore/index.d.mts +2 -0
- package/internals/RichTreeViewProStore/index.mjs +2 -0
- package/{esm/internals/plugins/itemsReordering/TreeViewItemsReorderingPlugin.d.ts → internals/plugins/itemsReordering/TreeViewItemsReorderingPlugin.d.mts} +2 -2
- package/{esm/internals/plugins/itemsReordering/TreeViewItemsReorderingPlugin.js → internals/plugins/itemsReordering/TreeViewItemsReorderingPlugin.mjs} +3 -3
- package/internals/plugins/itemsReordering/index.d.mts +3 -0
- package/internals/plugins/itemsReordering/index.mjs +3 -0
- package/{esm/internals/plugins/itemsReordering/itemPlugin.js → internals/plugins/itemsReordering/itemPlugin.mjs} +1 -1
- package/{esm/internals/plugins/itemsReordering/selectors.d.ts → internals/plugins/itemsReordering/selectors.d.mts} +3 -3
- package/{esm/internals/plugins/itemsReordering/utils.d.ts → internals/plugins/itemsReordering/utils.d.mts} +2 -2
- package/{esm/internals/plugins/lazyLoading/TreeViewLazyLoadingPlugin.d.ts → internals/plugins/lazyLoading/TreeViewLazyLoadingPlugin.d.mts} +1 -1
- package/{esm/internals/plugins/lazyLoading/TreeViewLazyLoadingPlugin.js → internals/plugins/lazyLoading/TreeViewLazyLoadingPlugin.mjs} +1 -1
- package/internals/plugins/lazyLoading/index.d.mts +2 -0
- package/internals/plugins/lazyLoading/index.mjs +2 -0
- package/{esm/internals/plugins/lazyLoading/utils.d.ts → internals/plugins/lazyLoading/utils.d.mts} +1 -1
- package/package.json +50 -15
- package/themeAugmentation/index.d.mts +4 -0
- package/{esm/themeAugmentation/overrides.d.ts → themeAugmentation/overrides.d.mts} +1 -1
- package/{esm/themeAugmentation/props.d.ts → themeAugmentation/props.d.mts} +1 -1
- package/esm/RichTreeViewPro/index.js +0 -3
- package/esm/internals/RichTreeViewProStore/index.d.ts +0 -2
- package/esm/internals/RichTreeViewProStore/index.js +0 -2
- package/esm/internals/plugins/itemsReordering/index.d.ts +0 -3
- package/esm/internals/plugins/itemsReordering/index.js +0 -3
- package/esm/internals/plugins/lazyLoading/index.d.ts +0 -2
- package/esm/internals/plugins/lazyLoading/index.js +0 -2
- package/esm/package.json +0 -1
- package/esm/themeAugmentation/index.d.ts +0 -4
- /package/{esm/RichTreeViewPro/RichTreeViewPro.types.js → RichTreeViewPro/RichTreeViewPro.types.mjs} +0 -0
- /package/{esm/RichTreeViewPro/richTreeViewProClasses.d.ts → RichTreeViewPro/richTreeViewProClasses.d.mts} +0 -0
- /package/{esm/RichTreeViewPro/richTreeViewProClasses.js → RichTreeViewPro/richTreeViewProClasses.mjs} +0 -0
- /package/{esm/RichTreeViewPro/useExtractRichTreeViewProParameters.js → RichTreeViewPro/useExtractRichTreeViewProParameters.mjs} +0 -0
- /package/{esm/hooks/useRichTreeViewProApiRef.js → hooks/useRichTreeViewProApiRef.mjs} +0 -0
- /package/{esm/internals/RichTreeViewProStore/RichTreeViewProStore.types.js → internals/RichTreeViewProStore/RichTreeViewProStore.types.mjs} +0 -0
- /package/{esm/internals/plugins/itemsReordering/itemPlugin.d.ts → internals/plugins/itemsReordering/itemPlugin.d.mts} +0 -0
- /package/{esm/internals/plugins/itemsReordering/selectors.js → internals/plugins/itemsReordering/selectors.mjs} +0 -0
- /package/{esm/internals/plugins/itemsReordering/types.d.ts → internals/plugins/itemsReordering/types.d.mts} +0 -0
- /package/{esm/internals/plugins/itemsReordering/types.js → internals/plugins/itemsReordering/types.mjs} +0 -0
- /package/{esm/internals/plugins/itemsReordering/utils.js → internals/plugins/itemsReordering/utils.mjs} +0 -0
- /package/{esm/internals/plugins/lazyLoading/types.d.ts → internals/plugins/lazyLoading/types.d.mts} +0 -0
- /package/{esm/internals/plugins/lazyLoading/types.js → internals/plugins/lazyLoading/types.mjs} +0 -0
- /package/{esm/internals/plugins/lazyLoading/utils.js → internals/plugins/lazyLoading/utils.mjs} +0 -0
- /package/{esm/internals/zero-styled/index.d.ts → internals/zero-styled/index.d.mts} +0 -0
- /package/{esm/internals/zero-styled/index.js → internals/zero-styled/index.mjs} +0 -0
- /package/{esm/themeAugmentation/components.d.ts → themeAugmentation/components.d.mts} +0 -0
- /package/{esm/themeAugmentation/components.js → themeAugmentation/components.mjs} +0 -0
- /package/{esm/themeAugmentation/index.js → themeAugmentation/index.mjs} +0 -0
- /package/{esm/themeAugmentation/overrides.js → themeAugmentation/overrides.mjs} +0 -0
- /package/{esm/themeAugmentation/props.js → themeAugmentation/props.mjs} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,235 @@
|
|
|
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.29.0
|
|
9
|
+
<!-- generated comparing v8.28.7..v8.x -->
|
|
10
|
+
_Jun 5, 2026_
|
|
11
|
+
|
|
12
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
13
|
+
|
|
14
|
+
- ⚡️ Update exceljs fork (#22668)
|
|
15
|
+
- 🐞 Bugfixes
|
|
16
|
+
|
|
17
|
+
The following team members contributed to this release:
|
|
18
|
+
@brijeshb42, @cherniavskii
|
|
19
|
+
|
|
20
|
+
### Data Grid
|
|
21
|
+
|
|
22
|
+
#### `@mui/x-data-grid@8.29.0`
|
|
23
|
+
|
|
24
|
+
Internal changes.
|
|
25
|
+
|
|
26
|
+
#### `@mui/x-data-grid-pro@8.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
27
|
+
|
|
28
|
+
Same changes as in `@mui/x-data-grid@8.29.0`.
|
|
29
|
+
|
|
30
|
+
#### `@mui/x-data-grid-premium@8.29.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
31
|
+
|
|
32
|
+
> This release includes a version bump of the `@mui/x-internal-exceljs-fork` package to address the vulnerable dependencies.
|
|
33
|
+
> The following CVEs are fixed:
|
|
34
|
+
>
|
|
35
|
+
> - <https://github.com/advisories/GHSA-ph9p-34f9-6g65>
|
|
36
|
+
> - <https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74>
|
|
37
|
+
> - <https://github.com/advisories/GHSA-w5hq-g745-h8pq>
|
|
38
|
+
>
|
|
39
|
+
> To make this security update possible, we bumped the `node` version requirement from `>=14.0.0` to `>=14.17.0`.
|
|
40
|
+
> [Node.js 14.17.0](https://nodejs.org/en/blog/release/v14.17.0) was released in May 2021, so we consider it safe to bump the requirement without causing issues for our users.
|
|
41
|
+
|
|
42
|
+
Same changes as in `@mui/x-data-grid-pro@8.29.0`, plus:
|
|
43
|
+
|
|
44
|
+
- [DataGridPremium] Update exceljs fork (#22668) @cherniavskii
|
|
45
|
+
|
|
46
|
+
### Date and Time Pickers
|
|
47
|
+
|
|
48
|
+
#### `@mui/x-date-pickers@8.29.0`
|
|
49
|
+
|
|
50
|
+
Internal changes.
|
|
51
|
+
|
|
52
|
+
#### `@mui/x-date-pickers-pro@8.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
53
|
+
|
|
54
|
+
Same changes as in `@mui/x-date-pickers@8.29.0`.
|
|
55
|
+
|
|
56
|
+
### Charts
|
|
57
|
+
|
|
58
|
+
#### `@mui/x-charts@8.29.0`
|
|
59
|
+
|
|
60
|
+
Internal changes.
|
|
61
|
+
|
|
62
|
+
#### `@mui/x-charts-pro@8.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
63
|
+
|
|
64
|
+
Same changes as in `@mui/x-charts@8.29.0`.
|
|
65
|
+
|
|
66
|
+
#### `@mui/x-charts-premium@8.29.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
67
|
+
|
|
68
|
+
Same changes as in `@mui/x-charts-pro@8.29.0`.
|
|
69
|
+
|
|
70
|
+
### Tree View
|
|
71
|
+
|
|
72
|
+
#### `@mui/x-tree-view@8.29.0`
|
|
73
|
+
|
|
74
|
+
Internal changes.
|
|
75
|
+
|
|
76
|
+
#### `@mui/x-tree-view-pro@8.29.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
77
|
+
|
|
78
|
+
Same changes as in `@mui/x-tree-view@8.29.0`.
|
|
79
|
+
|
|
80
|
+
### Codemod
|
|
81
|
+
|
|
82
|
+
#### `@mui/x-codemod@8.29.0`
|
|
83
|
+
|
|
84
|
+
Internal changes.
|
|
85
|
+
|
|
86
|
+
### Core
|
|
87
|
+
|
|
88
|
+
- [code-infra] Backport flat build setup to v8.x (#22536) @brijeshb42
|
|
89
|
+
|
|
90
|
+
## 8.28.7
|
|
91
|
+
|
|
92
|
+
_May 20, 2026_
|
|
93
|
+
|
|
94
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible:
|
|
95
|
+
@arminmeh, @LukasTy
|
|
96
|
+
|
|
97
|
+
### Data Grid
|
|
98
|
+
|
|
99
|
+
#### `@mui/x-data-grid@8.28.7`
|
|
100
|
+
|
|
101
|
+
- [DataGrid] Fix scrollbar disappearing after multiple resizes (#22516) @LukasTy
|
|
102
|
+
|
|
103
|
+
#### `@mui/x-data-grid-pro@8.28.7` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
104
|
+
|
|
105
|
+
Same changes as in `@mui/x-data-grid@8.28.7`.
|
|
106
|
+
|
|
107
|
+
#### `@mui/x-data-grid-premium@8.28.7` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
108
|
+
|
|
109
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.7`.
|
|
110
|
+
|
|
111
|
+
### Date and Time Pickers
|
|
112
|
+
|
|
113
|
+
#### `@mui/x-date-pickers@8.28.7`
|
|
114
|
+
|
|
115
|
+
- [pickers] Fix disabled state styling for `PickersTextField` standard and filled variants (#22534) @LukasTy
|
|
116
|
+
|
|
117
|
+
#### `@mui/x-date-pickers-pro@8.28.7` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
118
|
+
|
|
119
|
+
Same changes as in `@mui/x-date-pickers@8.28.7`.
|
|
120
|
+
|
|
121
|
+
### Docs
|
|
122
|
+
|
|
123
|
+
- [docs] Automatically update supported versions (#22527) @arminmeh
|
|
124
|
+
|
|
125
|
+
## 8.28.6
|
|
126
|
+
|
|
127
|
+
_May 13, 2026_
|
|
128
|
+
|
|
129
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
130
|
+
|
|
131
|
+
- 🐞 Bugfixes
|
|
132
|
+
|
|
133
|
+
The following team members contributed to this release:
|
|
134
|
+
@LukasTy, @MBilalShafi
|
|
135
|
+
|
|
136
|
+
### Data Grid
|
|
137
|
+
|
|
138
|
+
#### `@mui/x-data-grid@8.28.6`
|
|
139
|
+
|
|
140
|
+
Internal changes.
|
|
141
|
+
|
|
142
|
+
#### `@mui/x-data-grid-pro@8.28.6` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
143
|
+
|
|
144
|
+
Same changes as in `@mui/x-data-grid@8.28.6`, plus:
|
|
145
|
+
|
|
146
|
+
- [DataGridPro] Preserve parent selection for non-selectable children (@MBilalShafi) (#22013)
|
|
147
|
+
|
|
148
|
+
#### `@mui/x-data-grid-premium@8.28.6` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
149
|
+
|
|
150
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.6`.
|
|
151
|
+
|
|
152
|
+
### Docs
|
|
153
|
+
|
|
154
|
+
- [docs] Replace broken CodeSandbox iframes in migration guides (#22380) @LukasTy
|
|
155
|
+
|
|
156
|
+
## 8.28.5
|
|
157
|
+
|
|
158
|
+
_May 8, 2026_
|
|
159
|
+
|
|
160
|
+
We'd like to extend a big thank you to the 2 contributors who made this release possible. Here are some highlights ✨:
|
|
161
|
+
|
|
162
|
+
- 🐞 Bugfixes
|
|
163
|
+
|
|
164
|
+
The following team members contributed to this release:
|
|
165
|
+
@LukasTy, @MBilalShafi
|
|
166
|
+
|
|
167
|
+
### Data Grid
|
|
168
|
+
|
|
169
|
+
#### `@mui/x-data-grid@8.28.5`
|
|
170
|
+
|
|
171
|
+
- [DataGrid] Fix active filter detection for array values (#22357) @MBilalShafi
|
|
172
|
+
- [DataGrid] Fix crash when grouping/tree-data values match `Object.prototype` property names (#22343) @LukasTy
|
|
173
|
+
|
|
174
|
+
#### `@mui/x-data-grid-pro@8.28.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
175
|
+
|
|
176
|
+
Same changes as in `@mui/x-data-grid@8.28.5`.
|
|
177
|
+
|
|
178
|
+
#### `@mui/x-data-grid-premium@8.28.5` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
179
|
+
|
|
180
|
+
Same changes as in `@mui/x-data-grid-pro@8.28.5`.
|
|
181
|
+
|
|
182
|
+
### Date and Time Pickers
|
|
183
|
+
|
|
184
|
+
#### `@mui/x-date-pickers@8.28.5`
|
|
185
|
+
|
|
186
|
+
- [pickers] Fix duplicate hour label in `MultiSectionDigitalClock` on DST day (#22350) @LukasTy
|
|
187
|
+
|
|
188
|
+
#### `@mui/x-date-pickers-pro@8.28.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
189
|
+
|
|
190
|
+
Same changes as in `@mui/x-date-pickers@8.28.5`.
|
|
191
|
+
|
|
192
|
+
### Tree View
|
|
193
|
+
|
|
194
|
+
#### `@mui/x-tree-view@8.28.5`
|
|
195
|
+
|
|
196
|
+
- [tree view] Fix stale Tree View `apiRef` after keyed remount (#22355) @MBilalShafi
|
|
197
|
+
|
|
198
|
+
#### `@mui/x-tree-view-pro@8.28.5` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
199
|
+
|
|
200
|
+
Same changes as in `@mui/x-tree-view@8.28.5`.
|
|
201
|
+
|
|
202
|
+
### Core
|
|
203
|
+
|
|
204
|
+
- [code-infra] Fix broken `valelint` and docs build (#22362) @LukasTy
|
|
205
|
+
|
|
206
|
+
## 8.28.4
|
|
207
|
+
|
|
208
|
+
_Apr 27, 2026_
|
|
209
|
+
|
|
210
|
+
We'd like to extend a big thank you to the 3 contributors who made this release possible. Here are some highlights ✨:
|
|
211
|
+
|
|
212
|
+
- 🐞 Bugfixes
|
|
213
|
+
|
|
214
|
+
Special thanks go out to these community members for their valuable contributions:
|
|
215
|
+
@supunsathsara
|
|
216
|
+
|
|
217
|
+
The following team members contributed to this release:
|
|
218
|
+
@LukasTy, @michelengelen
|
|
219
|
+
|
|
220
|
+
### Date and Time Pickers
|
|
221
|
+
|
|
222
|
+
#### `@mui/x-date-pickers@8.28.4`
|
|
223
|
+
|
|
224
|
+
- [pickers] Fix `DateRangeCalendar` drag with `AdapterDayjs` plain-constructor values (#22170) @LukasTy
|
|
225
|
+
- [pickers] Fix disabled state not overriding error border color (#22186) @supunsathsara
|
|
226
|
+
- [pickers] Use `convertToMeridiem` utility in `transferDateSectionValue` (#22132) @michelengelen
|
|
227
|
+
|
|
228
|
+
#### `@mui/x-date-pickers-pro@8.28.4` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
229
|
+
|
|
230
|
+
Same changes as in `@mui/x-date-pickers@8.28.4`.
|
|
231
|
+
|
|
232
|
+
### Docs
|
|
233
|
+
|
|
234
|
+
- [docs] Remove obsolete v7 deprecation warning for `dayOfWeekFormatter` (#22120) @LukasTy
|
|
235
|
+
- [docs] Use mui.com for broken links checker known targets (#22171) @LukasTy
|
|
236
|
+
|
|
8
237
|
## 8.28.3
|
|
9
238
|
|
|
10
239
|
_Apr 15, 2026_
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { RichTreeViewProProps } from "./RichTreeViewPro.types.
|
|
2
|
+
import { RichTreeViewProProps } from "./RichTreeViewPro.types.mjs";
|
|
3
3
|
export declare const RichTreeViewProRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
4
4
|
ownerState: RichTreeViewProProps<any, any>;
|
|
5
5
|
}, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, keyof React.ClassAttributes<HTMLUListElement> | keyof React.HTMLAttributes<HTMLUListElement>>, {}>;
|
|
@@ -9,10 +9,10 @@ import { useLicenseVerifier, Watermark } from '@mui/x-license';
|
|
|
9
9
|
import useSlotProps from '@mui/utils/useSlotProps';
|
|
10
10
|
import { TreeViewProvider, RichTreeViewItems, TreeViewItemDepthContext, itemsSelectors, useTreeViewRootProps, useTreeViewStore } from '@mui/x-tree-view/internals';
|
|
11
11
|
import { warnOnce } from '@mui/x-internals/warning';
|
|
12
|
-
import { styled, createUseThemeProps } from "../internals/zero-styled/index.
|
|
13
|
-
import { getRichTreeViewProUtilityClass } from "./richTreeViewProClasses.
|
|
14
|
-
import { useExtractRichTreeViewProParameters } from "./useExtractRichTreeViewProParameters.
|
|
15
|
-
import { RichTreeViewProStore } from "../internals/RichTreeViewProStore/index.
|
|
12
|
+
import { styled, createUseThemeProps } from "../internals/zero-styled/index.mjs";
|
|
13
|
+
import { getRichTreeViewProUtilityClass } from "./richTreeViewProClasses.mjs";
|
|
14
|
+
import { useExtractRichTreeViewProParameters } from "./useExtractRichTreeViewProParameters.mjs";
|
|
15
|
+
import { RichTreeViewProStore } from "../internals/RichTreeViewProStore/index.mjs";
|
|
16
16
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
17
17
|
const useThemeProps = createUseThemeProps('MuiRichTreeViewPro');
|
|
18
18
|
const useUtilityClasses = ownerState => {
|
|
@@ -45,7 +45,7 @@ export const RichTreeViewProRoot = styled('ul', {
|
|
|
45
45
|
outline: 0,
|
|
46
46
|
position: 'relative'
|
|
47
47
|
});
|
|
48
|
-
const releaseInfo = "
|
|
48
|
+
const releaseInfo = "MTc4MDYxNzYwMDAwMA==";
|
|
49
49
|
|
|
50
50
|
/**
|
|
51
51
|
*
|
|
@@ -4,8 +4,8 @@ import { SxProps } from '@mui/system/styleFunctionSx';
|
|
|
4
4
|
import { SlotComponentProps } from '@mui/utils/types';
|
|
5
5
|
import { TreeViewValidItem } from '@mui/x-tree-view/models';
|
|
6
6
|
import { RichTreeViewItemsSlots, RichTreeViewItemsSlotProps, TreeViewSlots, TreeViewSlotProps, UseTreeViewStoreParameters, TreeViewPublicAPI } from '@mui/x-tree-view/internals';
|
|
7
|
-
import { RichTreeViewProClasses } from "./richTreeViewProClasses.
|
|
8
|
-
import { RichTreeViewProStore } from "../internals/RichTreeViewProStore/index.
|
|
7
|
+
import { RichTreeViewProClasses } from "./richTreeViewProClasses.mjs";
|
|
8
|
+
import { RichTreeViewProStore } from "../internals/RichTreeViewProStore/index.mjs";
|
|
9
9
|
export interface RichTreeViewProSlots extends TreeViewSlots, RichTreeViewItemsSlots {
|
|
10
10
|
/**
|
|
11
11
|
* Element rendered at the root.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from "./RichTreeViewPro.
|
|
2
|
-
export * from "./richTreeViewProClasses.
|
|
3
|
-
export type { RichTreeViewProProps, RichTreeViewProPropsBase, RichTreeViewProSlots, RichTreeViewProSlotProps, RichTreeViewProApiRef } from "./RichTreeViewPro.types.
|
|
1
|
+
export * from "./RichTreeViewPro.mjs";
|
|
2
|
+
export * from "./richTreeViewProClasses.mjs";
|
|
3
|
+
export type { RichTreeViewProProps, RichTreeViewProPropsBase, RichTreeViewProSlots, RichTreeViewProSlotProps, RichTreeViewProApiRef } from "./RichTreeViewPro.types.mjs";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { TreeViewValidItem } from '@mui/x-tree-view/models';
|
|
3
3
|
import { UseTreeViewStoreParameters } from '@mui/x-tree-view/internals';
|
|
4
|
-
import { RichTreeViewProStore } from "../internals/RichTreeViewProStore/index.
|
|
5
|
-
import { RichTreeViewProProps } from "./RichTreeViewPro.types.
|
|
4
|
+
import { RichTreeViewProStore } from "../internals/RichTreeViewProStore/index.mjs";
|
|
5
|
+
import { RichTreeViewProProps } from "./RichTreeViewPro.types.mjs";
|
|
6
6
|
export declare function useExtractRichTreeViewProParameters<R extends TreeViewValidItem<R>, Multiple extends boolean | undefined>(props: RichTreeViewProProps<R, Multiple>): {
|
|
7
|
-
apiRef: import("./RichTreeViewPro.types.
|
|
8
|
-
slots: import("./RichTreeViewPro.types.
|
|
9
|
-
slotProps: import("./RichTreeViewPro.types.
|
|
7
|
+
apiRef: import("./RichTreeViewPro.types.mjs").RichTreeViewProApiRef<any, any> | undefined;
|
|
8
|
+
slots: import("./RichTreeViewPro.types.mjs").RichTreeViewProSlots | undefined;
|
|
9
|
+
slotProps: import("./RichTreeViewPro.types.mjs").RichTreeViewProSlotProps<R, Multiple> | undefined;
|
|
10
10
|
parameters: UseTreeViewStoreParameters<RichTreeViewProStore<R, Multiple>>;
|
|
11
11
|
forwardedProps: {
|
|
12
12
|
className?: string;
|
|
13
|
-
classes?: Partial<import("./richTreeViewProClasses.
|
|
13
|
+
classes?: Partial<import("./richTreeViewProClasses.mjs").RichTreeViewProClasses>;
|
|
14
14
|
sx?: import("@mui/system").SxProps<import("@mui/material/styles").Theme>;
|
|
15
15
|
defaultChecked?: boolean | undefined;
|
|
16
16
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { useRichTreeViewProApiRef } from "./useRichTreeViewProApiRef.
|
|
1
|
+
export { useRichTreeViewProApiRef } from "./useRichTreeViewProApiRef.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { useRichTreeViewProApiRef } from "./useRichTreeViewProApiRef.
|
|
1
|
+
export { useRichTreeViewProApiRef } from "./useRichTreeViewProApiRef.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { TreeViewPublicAPI } from '@mui/x-tree-view/internals';
|
|
3
3
|
import { TreeViewDefaultItemModelProperties, TreeViewValidItem } from '@mui/x-tree-view/models';
|
|
4
|
-
import { RichTreeViewProStore } from "../internals/RichTreeViewProStore/index.
|
|
4
|
+
import { RichTreeViewProStore } from "../internals/RichTreeViewProStore/index.mjs";
|
|
5
5
|
/**
|
|
6
6
|
* Creates the ref to pass to the `apiRef` prop of the `RichTreeViewPro` component.
|
|
7
7
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export * from '@mui/x-tree-view/SimpleTreeView';
|
|
2
|
-
export * from "./RichTreeViewPro/index.
|
|
2
|
+
export * from "./RichTreeViewPro/index.mjs";
|
|
3
3
|
export * from '@mui/x-tree-view/TreeItem';
|
|
4
4
|
export * from '@mui/x-tree-view/useTreeItem';
|
|
5
5
|
export * from '@mui/x-tree-view/TreeItemIcon';
|
|
@@ -9,4 +9,4 @@ export * from '@mui/x-tree-view/TreeItemLabelInput';
|
|
|
9
9
|
export * from '@mui/x-tree-view/models';
|
|
10
10
|
export * from '@mui/x-tree-view/icons';
|
|
11
11
|
export { useTreeItemUtils, useTreeItemModel, useApplyPropagationToSelectedItemsOnMount, useTreeViewApiRef } from '@mui/x-tree-view/hooks';
|
|
12
|
-
export * from "./hooks/index.
|
|
12
|
+
export * from "./hooks/index.mjs";
|
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @mui/x-tree-view-pro v8.
|
|
2
|
+
* @mui/x-tree-view-pro v8.29.0
|
|
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
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
// Tree View
|
|
9
9
|
export * from '@mui/x-tree-view/SimpleTreeView';
|
|
10
|
-
export * from "./RichTreeViewPro/index.
|
|
10
|
+
export * from "./RichTreeViewPro/index.mjs";
|
|
11
11
|
|
|
12
12
|
// Tree Item
|
|
13
13
|
export * from '@mui/x-tree-view/TreeItem';
|
|
@@ -19,4 +19,4 @@ export * from '@mui/x-tree-view/TreeItemLabelInput';
|
|
|
19
19
|
export * from '@mui/x-tree-view/models';
|
|
20
20
|
export * from '@mui/x-tree-view/icons';
|
|
21
21
|
export { useTreeItemUtils, useTreeItemModel, useApplyPropagationToSelectedItemsOnMount, useTreeViewApiRef } from '@mui/x-tree-view/hooks';
|
|
22
|
-
export * from "./hooks/index.
|
|
22
|
+
export * from "./hooks/index.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExtendableRichTreeViewStore } from '@mui/x-tree-view/internals';
|
|
2
2
|
import { TreeViewValidItem } from '@mui/x-tree-view/models';
|
|
3
|
-
import { RichTreeViewProStoreParameters, RichTreeViewProState } from "./RichTreeViewProStore.types.
|
|
4
|
-
import { TreeViewLazyLoadingPlugin } from "../plugins/lazyLoading/index.
|
|
5
|
-
import { TreeViewItemsReorderingPlugin } from "../plugins/itemsReordering/index.
|
|
3
|
+
import { RichTreeViewProStoreParameters, RichTreeViewProState } from "./RichTreeViewProStore.types.mjs";
|
|
4
|
+
import { TreeViewLazyLoadingPlugin } from "../plugins/lazyLoading/index.mjs";
|
|
5
|
+
import { TreeViewItemsReorderingPlugin } from "../plugins/itemsReordering/index.mjs";
|
|
6
6
|
export declare class RichTreeViewProStore<R extends TreeViewValidItem<R>, Multiple extends boolean | undefined> extends ExtendableRichTreeViewStore<R, Multiple, RichTreeViewProState<R, Multiple>, RichTreeViewProStoreParameters<R, Multiple>> {
|
|
7
7
|
lazyLoading: TreeViewLazyLoadingPlugin<R>;
|
|
8
8
|
itemsReordering: TreeViewItemsReorderingPlugin;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import { ExtendableRichTreeViewStore } from '@mui/x-tree-view/internals';
|
|
3
|
-
import { TreeViewLazyLoadingPlugin } from "../plugins/lazyLoading/index.
|
|
4
|
-
import { TreeViewItemsReorderingPlugin } from "../plugins/itemsReordering/index.
|
|
5
|
-
import { parametersToStateMapper } from "./RichTreeViewProStore.utils.
|
|
3
|
+
import { TreeViewLazyLoadingPlugin } from "../plugins/lazyLoading/index.mjs";
|
|
4
|
+
import { TreeViewItemsReorderingPlugin } from "../plugins/itemsReordering/index.mjs";
|
|
5
|
+
import { parametersToStateMapper } from "./RichTreeViewProStore.utils.mjs";
|
|
6
6
|
export class RichTreeViewProStore extends ExtendableRichTreeViewStore {
|
|
7
7
|
itemsReordering = (() => new TreeViewItemsReorderingPlugin(this))();
|
|
8
8
|
disposeEffect = () => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RichTreeViewStoreParameters, RichTreeViewState } from '@mui/x-tree-view/internals';
|
|
2
2
|
import { TreeViewItemId, TreeViewItemsReorderingAction, TreeViewValidItem } from '@mui/x-tree-view/models';
|
|
3
3
|
import { DataSourceCache } from '@mui/x-tree-view/utils';
|
|
4
|
-
import { TreeViewItemReorderPosition } from "../plugins/itemsReordering/index.
|
|
5
|
-
import { DataSource } from "../plugins/lazyLoading/index.
|
|
4
|
+
import { TreeViewItemReorderPosition } from "../plugins/itemsReordering/index.mjs";
|
|
5
|
+
import { DataSource } from "../plugins/lazyLoading/index.mjs";
|
|
6
6
|
export interface RichTreeViewProState<R extends TreeViewValidItem<R>, Multiple extends boolean | undefined> extends RichTreeViewState<R, Multiple> {
|
|
7
7
|
/**
|
|
8
8
|
* Determine if a given item can be reordered.
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TreeViewParametersToStateMapper } from '@mui/x-tree-view/internals';
|
|
2
|
-
import { RichTreeViewProStoreParameters, RichTreeViewProState } from "./RichTreeViewProStore.types.
|
|
2
|
+
import { RichTreeViewProStoreParameters, RichTreeViewProState } from "./RichTreeViewProStore.types.mjs";
|
|
3
3
|
export declare const parametersToStateMapper: TreeViewParametersToStateMapper<any, any, RichTreeViewProState<any, any>, RichTreeViewProStoreParameters<any, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import { ExtendableRichTreeViewStore } from '@mui/x-tree-view/internals';
|
|
3
|
-
import { TREE_VIEW_LAZY_LOADED_ITEMS_INITIAL_STATE } from "../plugins/lazyLoading/index.
|
|
3
|
+
import { TREE_VIEW_LAZY_LOADED_ITEMS_INITIAL_STATE } from "../plugins/lazyLoading/index.mjs";
|
|
4
4
|
const DEFAULT_IS_ITEM_REORDERABLE_WHEN_ENABLED = () => true;
|
|
5
5
|
const DEFAULT_IS_ITEM_REORDERABLE_WHEN_DISABLED = () => false;
|
|
6
6
|
const deriveStateFromParameters = parameters => ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TreeViewItemId } from '@mui/x-tree-view/models';
|
|
2
|
-
import { TreeViewItemItemReorderingValidActions } from "./types.
|
|
3
|
-
import { RichTreeViewProStore } from "../../RichTreeViewProStore/RichTreeViewProStore.
|
|
2
|
+
import { TreeViewItemItemReorderingValidActions } from "./types.mjs";
|
|
3
|
+
import { RichTreeViewProStore } from "../../RichTreeViewProStore/RichTreeViewProStore.mjs";
|
|
4
4
|
export declare class TreeViewItemsReorderingPlugin {
|
|
5
5
|
private store;
|
|
6
6
|
constructor(store: RichTreeViewProStore<any, any>);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import { itemsSelectors, labelSelectors } from '@mui/x-tree-view/internals';
|
|
3
|
-
import { itemsReorderingSelectors } from "./selectors.
|
|
4
|
-
import { chooseActionToApply, isAncestor, moveItemInTree } from "./utils.
|
|
5
|
-
import { useTreeViewItemsReorderingItemPlugin } from "./itemPlugin.
|
|
3
|
+
import { itemsReorderingSelectors } from "./selectors.mjs";
|
|
4
|
+
import { chooseActionToApply, isAncestor, moveItemInTree } from "./utils.mjs";
|
|
5
|
+
import { useTreeViewItemsReorderingItemPlugin } from "./itemPlugin.mjs";
|
|
6
6
|
export class TreeViewItemsReorderingPlugin {
|
|
7
7
|
constructor(store) {
|
|
8
8
|
this.store = store;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { useStore } from '@mui/x-internals/store';
|
|
5
5
|
import { useTreeViewContext, isTargetInDescendants } from '@mui/x-tree-view/internals';
|
|
6
|
-
import { itemsReorderingSelectors } from "./selectors.
|
|
6
|
+
import { itemsReorderingSelectors } from "./selectors.mjs";
|
|
7
7
|
export const isAndroid = () => navigator.userAgent.toLowerCase().includes('android');
|
|
8
8
|
export const useTreeViewItemsReorderingItemPlugin = ({
|
|
9
9
|
props
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TreeViewItemId } from '@mui/x-tree-view/models';
|
|
2
|
-
import { RichTreeViewProState } from "../../RichTreeViewProStore/index.
|
|
2
|
+
import { RichTreeViewProState } from "../../RichTreeViewProStore/index.mjs";
|
|
3
3
|
export declare const itemsReorderingSelectors: {
|
|
4
4
|
/**
|
|
5
5
|
* Gets the properties of the current reordering.
|
|
@@ -7,14 +7,14 @@ export declare const itemsReorderingSelectors: {
|
|
|
7
7
|
currentReorder: (state: RichTreeViewProState<any, any>) => {
|
|
8
8
|
draggedItemId: TreeViewItemId;
|
|
9
9
|
targetItemId: TreeViewItemId;
|
|
10
|
-
newPosition: import("./types.
|
|
10
|
+
newPosition: import("./types.mjs").TreeViewItemReorderPosition | null;
|
|
11
11
|
action: import("@mui/x-tree-view").TreeViewItemsReorderingAction | null;
|
|
12
12
|
} | null;
|
|
13
13
|
/**
|
|
14
14
|
* Gets the properties of the dragged item.
|
|
15
15
|
*/
|
|
16
16
|
draggedItemProperties: (args_0: RichTreeViewProState<any, any>, itemId: string) => {
|
|
17
|
-
newPosition: import("./types.
|
|
17
|
+
newPosition: import("./types.mjs").TreeViewItemReorderPosition | null;
|
|
18
18
|
action: import("@mui/x-tree-view").TreeViewItemsReorderingAction;
|
|
19
19
|
targetDepth: number;
|
|
20
20
|
} | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TreeViewItemId, TreeViewItemsReorderingAction, TreeViewValidItem } from '@mui/x-tree-view/models';
|
|
2
|
-
import { TreeViewItemItemReorderingValidActions, TreeViewItemReorderPosition } from "./types.
|
|
3
|
-
import { RichTreeViewProState, RichTreeViewProStore } from "../../RichTreeViewProStore/index.
|
|
2
|
+
import { TreeViewItemItemReorderingValidActions, TreeViewItemReorderPosition } from "./types.mjs";
|
|
3
|
+
import { RichTreeViewProState, RichTreeViewProStore } from "../../RichTreeViewProStore/index.mjs";
|
|
4
4
|
/**
|
|
5
5
|
* Checks if the item with the id itemIdB is an ancestor of the item with the id itemIdA.
|
|
6
6
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TreeViewItemId, TreeViewValidItem } from '@mui/x-tree-view/models';
|
|
2
|
-
import { RichTreeViewProStore } from "../../RichTreeViewProStore/RichTreeViewProStore.
|
|
2
|
+
import { RichTreeViewProStore } from "../../RichTreeViewProStore/RichTreeViewProStore.mjs";
|
|
3
3
|
export declare const TREE_VIEW_LAZY_LOADED_ITEMS_INITIAL_STATE: {
|
|
4
4
|
loading: {};
|
|
5
5
|
errors: {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import { itemsSelectors, lazyLoadingSelectors, TREE_VIEW_ROOT_PARENT_ID, expansionSelectors, selectionSelectors } from '@mui/x-tree-view/internals';
|
|
3
3
|
import { DataSourceCacheDefault } from '@mui/x-tree-view/utils';
|
|
4
|
-
import { NestedDataManager } from "./utils.
|
|
4
|
+
import { NestedDataManager } from "./utils.mjs";
|
|
5
5
|
export const TREE_VIEW_LAZY_LOADED_ITEMS_INITIAL_STATE = {
|
|
6
6
|
loading: {},
|
|
7
7
|
errors: {}
|
package/{esm/internals/plugins/lazyLoading/utils.d.ts → internals/plugins/lazyLoading/utils.d.mts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TreeViewItemId, TreeViewValidItem } from '@mui/x-tree-view/models';
|
|
2
|
-
import { TreeViewLazyLoadingPlugin } from "./TreeViewLazyLoadingPlugin.
|
|
2
|
+
import { TreeViewLazyLoadingPlugin } from "./TreeViewLazyLoadingPlugin.mjs";
|
|
3
3
|
export declare enum RequestStatus {
|
|
4
4
|
QUEUED = 0,
|
|
5
5
|
PENDING = 1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-tree-view-pro",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.29.0",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Pro plan edition of the MUI X Tree View components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"react-transition-group": "^4.4.5",
|
|
41
41
|
"reselect": "^5.1.1",
|
|
42
42
|
"use-sync-external-store": "^1.6.0",
|
|
43
|
-
"@mui/x-
|
|
44
|
-
"@mui/x-license": "8.
|
|
45
|
-
"@mui/x-
|
|
43
|
+
"@mui/x-internals": "8.29.0",
|
|
44
|
+
"@mui/x-license": "8.29.0",
|
|
45
|
+
"@mui/x-tree-view": "8.29.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@emotion/react": "^11.9.0",
|
|
@@ -64,30 +64,65 @@
|
|
|
64
64
|
"node": ">=14.0.0"
|
|
65
65
|
},
|
|
66
66
|
"type": "commonjs",
|
|
67
|
-
"main": "./index.js",
|
|
68
|
-
"types": "./index.d.ts",
|
|
69
67
|
"exports": {
|
|
70
68
|
"./package.json": "./package.json",
|
|
71
69
|
".": {
|
|
70
|
+
"import": {
|
|
71
|
+
"types": "./index.d.mts",
|
|
72
|
+
"default": "./index.mjs"
|
|
73
|
+
},
|
|
72
74
|
"require": {
|
|
73
75
|
"types": "./index.d.ts",
|
|
74
76
|
"default": "./index.js"
|
|
75
77
|
},
|
|
76
78
|
"default": {
|
|
77
|
-
"types": "./
|
|
78
|
-
"default": "./
|
|
79
|
+
"types": "./index.d.mts",
|
|
80
|
+
"default": "./index.mjs"
|
|
79
81
|
}
|
|
80
82
|
},
|
|
81
|
-
"
|
|
83
|
+
"./RichTreeViewPro": {
|
|
84
|
+
"import": {
|
|
85
|
+
"types": "./RichTreeViewPro/index.d.mts",
|
|
86
|
+
"default": "./RichTreeViewPro/index.mjs"
|
|
87
|
+
},
|
|
88
|
+
"require": {
|
|
89
|
+
"types": "./RichTreeViewPro/index.d.ts",
|
|
90
|
+
"default": "./RichTreeViewPro/index.js"
|
|
91
|
+
},
|
|
92
|
+
"default": {
|
|
93
|
+
"types": "./RichTreeViewPro/index.d.mts",
|
|
94
|
+
"default": "./RichTreeViewPro/index.mjs"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"./hooks": {
|
|
98
|
+
"import": {
|
|
99
|
+
"types": "./hooks/index.d.mts",
|
|
100
|
+
"default": "./hooks/index.mjs"
|
|
101
|
+
},
|
|
82
102
|
"require": {
|
|
83
|
-
"types": "
|
|
84
|
-
"default": "
|
|
103
|
+
"types": "./hooks/index.d.ts",
|
|
104
|
+
"default": "./hooks/index.js"
|
|
85
105
|
},
|
|
86
106
|
"default": {
|
|
87
|
-
"types": "./
|
|
88
|
-
"default": "./
|
|
107
|
+
"types": "./hooks/index.d.mts",
|
|
108
|
+
"default": "./hooks/index.mjs"
|
|
89
109
|
}
|
|
90
110
|
},
|
|
91
|
-
"./
|
|
92
|
-
|
|
111
|
+
"./themeAugmentation": {
|
|
112
|
+
"import": {
|
|
113
|
+
"types": "./themeAugmentation/index.d.mts",
|
|
114
|
+
"default": "./themeAugmentation/index.mjs"
|
|
115
|
+
},
|
|
116
|
+
"require": {
|
|
117
|
+
"types": "./themeAugmentation/index.d.ts",
|
|
118
|
+
"default": "./themeAugmentation/index.js"
|
|
119
|
+
},
|
|
120
|
+
"default": {
|
|
121
|
+
"types": "./themeAugmentation/index.d.mts",
|
|
122
|
+
"default": "./themeAugmentation/index.mjs"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"main": "./index.js",
|
|
127
|
+
"types": "./index.d.ts"
|
|
93
128
|
}
|
package/esm/package.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"type":"module","sideEffects":false}
|
/package/{esm/RichTreeViewPro/RichTreeViewPro.types.js → RichTreeViewPro/RichTreeViewPro.types.mjs}
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
|
/package/{esm/internals/plugins/lazyLoading/types.d.ts → internals/plugins/lazyLoading/types.d.mts}
RENAMED
|
File without changes
|
/package/{esm/internals/plugins/lazyLoading/types.js → internals/plugins/lazyLoading/types.mjs}
RENAMED
|
File without changes
|
/package/{esm/internals/plugins/lazyLoading/utils.js → internals/plugins/lazyLoading/utils.mjs}
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
|