@mui/x-tree-view 8.5.2 → 8.6.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.
@@ -62,8 +62,8 @@ export declare const selectorIsTreeViewLoading: ((state: import("../../corePlugi
62
62
  dependencyRecomputations: () => number;
63
63
  resetDependencyRecomputations: () => void;
64
64
  } & {
65
- argsMemoize: typeof import("reselect").weakMapMemoize;
66
65
  memoize: typeof import("reselect").weakMapMemoize;
66
+ argsMemoize: typeof import("reselect").weakMapMemoize;
67
67
  };
68
68
  /**
69
69
  * Get the error state for the Tree View.
@@ -126,8 +126,8 @@ export declare const selectorGetTreeViewError: ((state: import("../../corePlugin
126
126
  dependencyRecomputations: () => number;
127
127
  resetDependencyRecomputations: () => void;
128
128
  } & {
129
- argsMemoize: typeof import("reselect").weakMapMemoize;
130
129
  memoize: typeof import("reselect").weakMapMemoize;
130
+ argsMemoize: typeof import("reselect").weakMapMemoize;
131
131
  };
132
132
  /**
133
133
  * Get the meta-information of all items.
@@ -198,8 +198,8 @@ export declare const selectorItemMetaLookup: ((state: import("../../corePlugins/
198
198
  dependencyRecomputations: () => number;
199
199
  resetDependencyRecomputations: () => void;
200
200
  } & {
201
- argsMemoize: typeof import("reselect").weakMapMemoize;
202
201
  memoize: typeof import("reselect").weakMapMemoize;
202
+ argsMemoize: typeof import("reselect").weakMapMemoize;
203
203
  };
204
204
  /**
205
205
  * Get the ordered children ids of a given item.
@@ -261,8 +261,8 @@ export declare const selectorItemOrderedChildrenIds: ((state: any, itemId: strin
261
261
  dependencyRecomputations: () => number;
262
262
  resetDependencyRecomputations: () => void;
263
263
  } & {
264
- argsMemoize: typeof import("reselect").weakMapMemoize;
265
264
  memoize: typeof import("reselect").weakMapMemoize;
265
+ argsMemoize: typeof import("reselect").weakMapMemoize;
266
266
  };
267
267
  /**
268
268
  * Get the model of an item.
@@ -324,8 +324,8 @@ export declare const selectorItemModel: ((state: any, itemId: string) => import(
324
324
  dependencyRecomputations: () => number;
325
325
  resetDependencyRecomputations: () => void;
326
326
  } & {
327
- argsMemoize: typeof import("reselect").weakMapMemoize;
328
327
  memoize: typeof import("reselect").weakMapMemoize;
328
+ argsMemoize: typeof import("reselect").weakMapMemoize;
329
329
  };
330
330
  /**
331
331
  * Get the meta-information of an item.
@@ -414,16 +414,16 @@ export declare const selectorItemMeta: ((state: any, itemId: string | null) => T
414
414
  dependencyRecomputations: () => number;
415
415
  resetDependencyRecomputations: () => void;
416
416
  } & {
417
- argsMemoize: typeof import("reselect").weakMapMemoize;
418
417
  memoize: typeof import("reselect").weakMapMemoize;
418
+ argsMemoize: typeof import("reselect").weakMapMemoize;
419
419
  }, (_: any, itemId: string | null) => string | null];
420
420
  recomputations: () => number;
421
421
  resetRecomputations: () => void;
422
422
  dependencyRecomputations: () => number;
423
423
  resetDependencyRecomputations: () => void;
424
424
  } & {
425
- argsMemoize: typeof import("reselect").weakMapMemoize;
426
425
  memoize: typeof import("reselect").weakMapMemoize;
426
+ argsMemoize: typeof import("reselect").weakMapMemoize;
427
427
  };
428
428
  /**
429
429
  * Check if an item is disabled.
@@ -511,16 +511,16 @@ export declare const selectorIsItemDisabled: ((state: any, itemId: string) => bo
511
511
  dependencyRecomputations: () => number;
512
512
  resetDependencyRecomputations: () => void;
513
513
  } & {
514
- argsMemoize: typeof import("reselect").weakMapMemoize;
515
514
  memoize: typeof import("reselect").weakMapMemoize;
515
+ argsMemoize: typeof import("reselect").weakMapMemoize;
516
516
  }, (_: any, itemId: string) => string];
517
517
  recomputations: () => number;
518
518
  resetRecomputations: () => void;
519
519
  dependencyRecomputations: () => number;
520
520
  resetDependencyRecomputations: () => void;
521
521
  } & {
522
- argsMemoize: typeof import("reselect").weakMapMemoize;
523
522
  memoize: typeof import("reselect").weakMapMemoize;
523
+ argsMemoize: typeof import("reselect").weakMapMemoize;
524
524
  };
525
525
  /**
526
526
  * Get the index of an item in its parent's children.
@@ -656,24 +656,24 @@ export declare const selectorItemIndex: ((state: any, itemId: string | null) =>
656
656
  dependencyRecomputations: () => number;
657
657
  resetDependencyRecomputations: () => void;
658
658
  } & {
659
- argsMemoize: typeof import("reselect").weakMapMemoize;
660
659
  memoize: typeof import("reselect").weakMapMemoize;
660
+ argsMemoize: typeof import("reselect").weakMapMemoize;
661
661
  }, (_: any, itemId: string | null) => string | null];
662
662
  recomputations: () => number;
663
663
  resetRecomputations: () => void;
664
664
  dependencyRecomputations: () => number;
665
665
  resetDependencyRecomputations: () => void;
666
666
  } & {
667
- argsMemoize: typeof import("reselect").weakMapMemoize;
668
667
  memoize: typeof import("reselect").weakMapMemoize;
668
+ argsMemoize: typeof import("reselect").weakMapMemoize;
669
669
  }];
670
670
  recomputations: () => number;
671
671
  resetRecomputations: () => void;
672
672
  dependencyRecomputations: () => number;
673
673
  resetDependencyRecomputations: () => void;
674
674
  } & {
675
- argsMemoize: typeof import("reselect").weakMapMemoize;
676
675
  memoize: typeof import("reselect").weakMapMemoize;
676
+ argsMemoize: typeof import("reselect").weakMapMemoize;
677
677
  };
678
678
  /**
679
679
  * Get the id of the parent of an item.
@@ -773,24 +773,24 @@ export declare const selectorItemParentId: ((state: any, itemId: string | null)
773
773
  dependencyRecomputations: () => number;
774
774
  resetDependencyRecomputations: () => void;
775
775
  } & {
776
- argsMemoize: typeof import("reselect").weakMapMemoize;
777
776
  memoize: typeof import("reselect").weakMapMemoize;
777
+ argsMemoize: typeof import("reselect").weakMapMemoize;
778
778
  }, (_: any, itemId: string | null) => string | null];
779
779
  recomputations: () => number;
780
780
  resetRecomputations: () => void;
781
781
  dependencyRecomputations: () => number;
782
782
  resetDependencyRecomputations: () => void;
783
783
  } & {
784
- argsMemoize: typeof import("reselect").weakMapMemoize;
785
784
  memoize: typeof import("reselect").weakMapMemoize;
785
+ argsMemoize: typeof import("reselect").weakMapMemoize;
786
786
  }];
787
787
  recomputations: () => number;
788
788
  resetRecomputations: () => void;
789
789
  dependencyRecomputations: () => number;
790
790
  resetDependencyRecomputations: () => void;
791
791
  } & {
792
- argsMemoize: typeof import("reselect").weakMapMemoize;
793
792
  memoize: typeof import("reselect").weakMapMemoize;
793
+ argsMemoize: typeof import("reselect").weakMapMemoize;
794
794
  };
795
795
  /**
796
796
  * Get the depth of an item (items at the root level have a depth of 0).
@@ -890,24 +890,24 @@ export declare const selectorItemDepth: ((state: any, itemId: string | null) =>
890
890
  dependencyRecomputations: () => number;
891
891
  resetDependencyRecomputations: () => void;
892
892
  } & {
893
- argsMemoize: typeof import("reselect").weakMapMemoize;
894
893
  memoize: typeof import("reselect").weakMapMemoize;
894
+ argsMemoize: typeof import("reselect").weakMapMemoize;
895
895
  }, (_: any, itemId: string | null) => string | null];
896
896
  recomputations: () => number;
897
897
  resetRecomputations: () => void;
898
898
  dependencyRecomputations: () => number;
899
899
  resetDependencyRecomputations: () => void;
900
900
  } & {
901
- argsMemoize: typeof import("reselect").weakMapMemoize;
902
901
  memoize: typeof import("reselect").weakMapMemoize;
902
+ argsMemoize: typeof import("reselect").weakMapMemoize;
903
903
  }];
904
904
  recomputations: () => number;
905
905
  resetRecomputations: () => void;
906
906
  dependencyRecomputations: () => number;
907
907
  resetDependencyRecomputations: () => void;
908
908
  } & {
909
- argsMemoize: typeof import("reselect").weakMapMemoize;
910
909
  memoize: typeof import("reselect").weakMapMemoize;
910
+ argsMemoize: typeof import("reselect").weakMapMemoize;
911
911
  };
912
912
  /**
913
913
  * Check if the disabled items are focusable.
@@ -970,8 +970,8 @@ export declare const selectorDisabledItemFocusable: ((state: import("../../coreP
970
970
  dependencyRecomputations: () => number;
971
971
  resetDependencyRecomputations: () => void;
972
972
  } & {
973
- argsMemoize: typeof import("reselect").weakMapMemoize;
974
973
  memoize: typeof import("reselect").weakMapMemoize;
974
+ argsMemoize: typeof import("reselect").weakMapMemoize;
975
975
  };
976
976
  export declare const selectorCanItemBeFocused: ((state: any, itemId: string) => boolean) & {
977
977
  clearCache: () => void;
@@ -1041,8 +1041,8 @@ export declare const selectorCanItemBeFocused: ((state: any, itemId: string) =>
1041
1041
  dependencyRecomputations: () => number;
1042
1042
  resetDependencyRecomputations: () => void;
1043
1043
  } & {
1044
- argsMemoize: typeof import("reselect").weakMapMemoize;
1045
1044
  memoize: typeof import("reselect").weakMapMemoize;
1045
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1046
1046
  }, ((state: any, itemId: string) => boolean) & {
1047
1047
  clearCache: () => void;
1048
1048
  resultsCount: () => number;
@@ -1123,22 +1123,22 @@ export declare const selectorCanItemBeFocused: ((state: any, itemId: string) =>
1123
1123
  dependencyRecomputations: () => number;
1124
1124
  resetDependencyRecomputations: () => void;
1125
1125
  } & {
1126
- argsMemoize: typeof import("reselect").weakMapMemoize;
1127
1126
  memoize: typeof import("reselect").weakMapMemoize;
1127
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1128
1128
  }, (_: any, itemId: string) => string];
1129
1129
  recomputations: () => number;
1130
1130
  resetRecomputations: () => void;
1131
1131
  dependencyRecomputations: () => number;
1132
1132
  resetDependencyRecomputations: () => void;
1133
1133
  } & {
1134
- argsMemoize: typeof import("reselect").weakMapMemoize;
1135
1134
  memoize: typeof import("reselect").weakMapMemoize;
1135
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1136
1136
  }];
1137
1137
  recomputations: () => number;
1138
1138
  resetRecomputations: () => void;
1139
1139
  dependencyRecomputations: () => number;
1140
1140
  resetDependencyRecomputations: () => void;
1141
1141
  } & {
1142
- argsMemoize: typeof import("reselect").weakMapMemoize;
1143
1142
  memoize: typeof import("reselect").weakMapMemoize;
1143
+ argsMemoize: typeof import("reselect").weakMapMemoize;
1144
1144
  };
@@ -30,8 +30,8 @@ export declare const selectorIsItemEditable: ((state: any, itemId: string) => bo
30
30
  dependencyRecomputations: () => number;
31
31
  resetDependencyRecomputations: () => void;
32
32
  } & {
33
- argsMemoize: typeof import("reselect").weakMapMemoize;
34
33
  memoize: typeof import("reselect").weakMapMemoize;
34
+ argsMemoize: typeof import("reselect").weakMapMemoize;
35
35
  };
36
36
  /**
37
37
  * Check if the given item is being edited.
@@ -63,8 +63,8 @@ export declare const selectorIsItemBeingEdited: ((state: any, itemId: string | n
63
63
  dependencyRecomputations: () => number;
64
64
  resetDependencyRecomputations: () => void;
65
65
  } & {
66
- argsMemoize: typeof import("reselect").weakMapMemoize;
67
66
  memoize: typeof import("reselect").weakMapMemoize;
67
+ argsMemoize: typeof import("reselect").weakMapMemoize;
68
68
  };
69
69
  /**
70
70
  * Check if an item is being edited.
@@ -97,6 +97,6 @@ export declare const selectorIsAnyItemBeingEdited: ((state: import("../../corePl
97
97
  dependencyRecomputations: () => number;
98
98
  resetDependencyRecomputations: () => void;
99
99
  } & {
100
- argsMemoize: typeof import("reselect").weakMapMemoize;
101
100
  memoize: typeof import("reselect").weakMapMemoize;
101
+ argsMemoize: typeof import("reselect").weakMapMemoize;
102
102
  };
@@ -44,8 +44,8 @@ export declare const selectorDataSourceState: ((state: import("../../corePlugins
44
44
  dependencyRecomputations: () => number;
45
45
  resetDependencyRecomputations: () => void;
46
46
  } & {
47
- argsMemoize: typeof import("reselect").weakMapMemoize;
48
47
  memoize: typeof import("reselect").weakMapMemoize;
48
+ argsMemoize: typeof import("reselect").weakMapMemoize;
49
49
  };
50
50
  /**
51
51
  * Check if lazy loading is enabled.
@@ -84,8 +84,8 @@ export declare const selectorIsLazyLoadingEnabled: ((state: import("../../corePl
84
84
  dependencyRecomputations: () => number;
85
85
  resetDependencyRecomputations: () => void;
86
86
  } & {
87
- argsMemoize: typeof import("reselect").weakMapMemoize;
88
87
  memoize: typeof import("reselect").weakMapMemoize;
88
+ argsMemoize: typeof import("reselect").weakMapMemoize;
89
89
  };
90
90
  /**
91
91
  * Get the loading state for a tree item.
@@ -155,16 +155,16 @@ export declare const selectorIsItemLoading: ((state: any, itemId: string) => boo
155
155
  dependencyRecomputations: () => number;
156
156
  resetDependencyRecomputations: () => void;
157
157
  } & {
158
- argsMemoize: typeof import("reselect").weakMapMemoize;
159
158
  memoize: typeof import("reselect").weakMapMemoize;
159
+ argsMemoize: typeof import("reselect").weakMapMemoize;
160
160
  }, (_: any, itemId: string) => string];
161
161
  recomputations: () => number;
162
162
  resetRecomputations: () => void;
163
163
  dependencyRecomputations: () => number;
164
164
  resetDependencyRecomputations: () => void;
165
165
  } & {
166
- argsMemoize: typeof import("reselect").weakMapMemoize;
167
166
  memoize: typeof import("reselect").weakMapMemoize;
167
+ argsMemoize: typeof import("reselect").weakMapMemoize;
168
168
  };
169
169
  /**
170
170
  * Get the error for a tree item.
@@ -234,14 +234,14 @@ export declare const selectorGetTreeItemError: ((state: any, itemId: string) =>
234
234
  dependencyRecomputations: () => number;
235
235
  resetDependencyRecomputations: () => void;
236
236
  } & {
237
- argsMemoize: typeof import("reselect").weakMapMemoize;
238
237
  memoize: typeof import("reselect").weakMapMemoize;
238
+ argsMemoize: typeof import("reselect").weakMapMemoize;
239
239
  }, (_: any, itemId: string) => string];
240
240
  recomputations: () => number;
241
241
  resetRecomputations: () => void;
242
242
  dependencyRecomputations: () => number;
243
243
  resetDependencyRecomputations: () => void;
244
244
  } & {
245
- argsMemoize: typeof import("reselect").weakMapMemoize;
246
245
  memoize: typeof import("reselect").weakMapMemoize;
246
+ argsMemoize: typeof import("reselect").weakMapMemoize;
247
247
  };
@@ -37,8 +37,8 @@ export declare const selectorSelectionModel: ((state: import("../../corePlugins/
37
37
  dependencyRecomputations: () => number;
38
38
  resetDependencyRecomputations: () => void;
39
39
  } & {
40
- argsMemoize: typeof import("reselect").weakMapMemoize;
41
40
  memoize: typeof import("reselect").weakMapMemoize;
41
+ argsMemoize: typeof import("reselect").weakMapMemoize;
42
42
  };
43
43
  /**
44
44
  * Get the selected items as an array.
@@ -91,16 +91,16 @@ export declare const selectorSelectionModelArray: ((state: import("../../corePlu
91
91
  dependencyRecomputations: () => number;
92
92
  resetDependencyRecomputations: () => void;
93
93
  } & {
94
- argsMemoize: typeof import("reselect").weakMapMemoize;
95
94
  memoize: typeof import("reselect").weakMapMemoize;
95
+ argsMemoize: typeof import("reselect").weakMapMemoize;
96
96
  }];
97
97
  recomputations: () => number;
98
98
  resetRecomputations: () => void;
99
99
  dependencyRecomputations: () => number;
100
100
  resetDependencyRecomputations: () => void;
101
101
  } & {
102
- argsMemoize: typeof import("reselect").weakMapMemoize;
103
102
  memoize: typeof import("reselect").weakMapMemoize;
103
+ argsMemoize: typeof import("reselect").weakMapMemoize;
104
104
  };
105
105
  /**
106
106
  * Check if an item is selected.
@@ -179,32 +179,32 @@ export declare const selectorIsItemSelected: ((state: any, itemId: string) => bo
179
179
  dependencyRecomputations: () => number;
180
180
  resetDependencyRecomputations: () => void;
181
181
  } & {
182
- argsMemoize: typeof import("reselect").weakMapMemoize;
183
182
  memoize: typeof import("reselect").weakMapMemoize;
183
+ argsMemoize: typeof import("reselect").weakMapMemoize;
184
184
  }];
185
185
  recomputations: () => number;
186
186
  resetRecomputations: () => void;
187
187
  dependencyRecomputations: () => number;
188
188
  resetDependencyRecomputations: () => void;
189
189
  } & {
190
- argsMemoize: typeof import("reselect").weakMapMemoize;
191
190
  memoize: typeof import("reselect").weakMapMemoize;
191
+ argsMemoize: typeof import("reselect").weakMapMemoize;
192
192
  }];
193
193
  recomputations: () => number;
194
194
  resetRecomputations: () => void;
195
195
  dependencyRecomputations: () => number;
196
196
  resetDependencyRecomputations: () => void;
197
197
  } & {
198
- argsMemoize: typeof import("reselect").weakMapMemoize;
199
198
  memoize: typeof import("reselect").weakMapMemoize;
199
+ argsMemoize: typeof import("reselect").weakMapMemoize;
200
200
  }, (_: any, itemId: string) => string];
201
201
  recomputations: () => number;
202
202
  resetRecomputations: () => void;
203
203
  dependencyRecomputations: () => number;
204
204
  resetDependencyRecomputations: () => void;
205
205
  } & {
206
- argsMemoize: typeof import("reselect").weakMapMemoize;
207
206
  memoize: typeof import("reselect").weakMapMemoize;
207
+ argsMemoize: typeof import("reselect").weakMapMemoize;
208
208
  };
209
209
  /**
210
210
  * Check if multi selection is enabled.
@@ -243,8 +243,8 @@ export declare const selectorIsMultiSelectEnabled: ((state: import("../../corePl
243
243
  dependencyRecomputations: () => number;
244
244
  resetDependencyRecomputations: () => void;
245
245
  } & {
246
- argsMemoize: typeof import("reselect").weakMapMemoize;
247
246
  memoize: typeof import("reselect").weakMapMemoize;
247
+ argsMemoize: typeof import("reselect").weakMapMemoize;
248
248
  };
249
249
  /**
250
250
  * Check if selection is enabled.
@@ -283,8 +283,8 @@ export declare const selectorIsSelectionEnabled: ((state: import("../../corePlug
283
283
  dependencyRecomputations: () => number;
284
284
  resetDependencyRecomputations: () => void;
285
285
  } & {
286
- argsMemoize: typeof import("reselect").weakMapMemoize;
287
286
  memoize: typeof import("reselect").weakMapMemoize;
287
+ argsMemoize: typeof import("reselect").weakMapMemoize;
288
288
  };
289
289
  /**
290
290
  * Check if checkbox selection is enabled.
@@ -323,8 +323,8 @@ export declare const selectorIsCheckboxSelectionEnabled: ((state: import("../../
323
323
  dependencyRecomputations: () => number;
324
324
  resetDependencyRecomputations: () => void;
325
325
  } & {
326
- argsMemoize: typeof import("reselect").weakMapMemoize;
327
326
  memoize: typeof import("reselect").weakMapMemoize;
327
+ argsMemoize: typeof import("reselect").weakMapMemoize;
328
328
  };
329
329
  /**
330
330
  * Check if selection is enabled for an item (if selection is enabled and if the item is not disabled).
@@ -424,16 +424,16 @@ export declare const selectorIsItemSelectionEnabled: ((state: any, itemId: strin
424
424
  dependencyRecomputations: () => number;
425
425
  resetDependencyRecomputations: () => void;
426
426
  } & {
427
- argsMemoize: typeof import("reselect").weakMapMemoize;
428
427
  memoize: typeof import("reselect").weakMapMemoize;
428
+ argsMemoize: typeof import("reselect").weakMapMemoize;
429
429
  }, (_: any, itemId: string) => string];
430
430
  recomputations: () => number;
431
431
  resetRecomputations: () => void;
432
432
  dependencyRecomputations: () => number;
433
433
  resetDependencyRecomputations: () => void;
434
434
  } & {
435
- argsMemoize: typeof import("reselect").weakMapMemoize;
436
435
  memoize: typeof import("reselect").weakMapMemoize;
436
+ argsMemoize: typeof import("reselect").weakMapMemoize;
437
437
  }, ((state: import("../../corePlugins/useTreeViewId/useTreeViewId.types.js").UseTreeViewIdState & import("./useTreeViewSelection.types.js").UseTreeViewSelectionState & Partial<{}> & {
438
438
  cacheKey: import("../../models/index.js").TreeViewStateCacheKey;
439
439
  }) => boolean) & {
@@ -466,16 +466,16 @@ export declare const selectorIsItemSelectionEnabled: ((state: any, itemId: strin
466
466
  dependencyRecomputations: () => number;
467
467
  resetDependencyRecomputations: () => void;
468
468
  } & {
469
- argsMemoize: typeof import("reselect").weakMapMemoize;
470
469
  memoize: typeof import("reselect").weakMapMemoize;
470
+ argsMemoize: typeof import("reselect").weakMapMemoize;
471
471
  }];
472
472
  recomputations: () => number;
473
473
  resetRecomputations: () => void;
474
474
  dependencyRecomputations: () => number;
475
475
  resetDependencyRecomputations: () => void;
476
476
  } & {
477
- argsMemoize: typeof import("reselect").weakMapMemoize;
478
477
  memoize: typeof import("reselect").weakMapMemoize;
478
+ argsMemoize: typeof import("reselect").weakMapMemoize;
479
479
  };
480
480
  /**
481
481
  * Get the selection propagation rules.
@@ -514,6 +514,6 @@ export declare const selectorSelectionPropagationRules: ((state: import("../../c
514
514
  dependencyRecomputations: () => number;
515
515
  resetDependencyRecomputations: () => void;
516
516
  } & {
517
- argsMemoize: typeof import("reselect").weakMapMemoize;
518
517
  memoize: typeof import("reselect").weakMapMemoize;
518
+ argsMemoize: typeof import("reselect").weakMapMemoize;
519
519
  };
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-tree-view v8.5.2
2
+ * @mui/x-tree-view v8.6.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -31,6 +31,6 @@ export declare const selectorTreeViewId: ((state: import("./useTreeViewId.types.
31
31
  dependencyRecomputations: () => number;
32
32
  resetDependencyRecomputations: () => void;
33
33
  } & {
34
- argsMemoize: typeof import("reselect").weakMapMemoize;
35
34
  memoize: typeof import("reselect").weakMapMemoize;
35
+ argsMemoize: typeof import("reselect").weakMapMemoize;
36
36
  };
@@ -31,8 +31,8 @@ export declare const selectorExpandedItems: ((state: import("../../corePlugins/u
31
31
  dependencyRecomputations: () => number;
32
32
  resetDependencyRecomputations: () => void;
33
33
  } & {
34
- argsMemoize: typeof import("reselect").weakMapMemoize;
35
34
  memoize: typeof import("reselect").weakMapMemoize;
35
+ argsMemoize: typeof import("reselect").weakMapMemoize;
36
36
  };
37
37
  /**
38
38
  * Get the expanded items as a Map.
@@ -79,16 +79,16 @@ export declare const selectorExpandedItemsMap: ((state: import("../../corePlugin
79
79
  dependencyRecomputations: () => number;
80
80
  resetDependencyRecomputations: () => void;
81
81
  } & {
82
- argsMemoize: typeof import("reselect").weakMapMemoize;
83
82
  memoize: typeof import("reselect").weakMapMemoize;
83
+ argsMemoize: typeof import("reselect").weakMapMemoize;
84
84
  }];
85
85
  recomputations: () => number;
86
86
  resetRecomputations: () => void;
87
87
  dependencyRecomputations: () => number;
88
88
  resetDependencyRecomputations: () => void;
89
89
  } & {
90
- argsMemoize: typeof import("reselect").weakMapMemoize;
91
90
  memoize: typeof import("reselect").weakMapMemoize;
91
+ argsMemoize: typeof import("reselect").weakMapMemoize;
92
92
  };
93
93
  /**
94
94
  * Check if an item is expanded.
@@ -147,24 +147,24 @@ export declare const selectorIsItemExpanded: ((state: any, itemId: string) => bo
147
147
  dependencyRecomputations: () => number;
148
148
  resetDependencyRecomputations: () => void;
149
149
  } & {
150
- argsMemoize: typeof import("reselect").weakMapMemoize;
151
150
  memoize: typeof import("reselect").weakMapMemoize;
151
+ argsMemoize: typeof import("reselect").weakMapMemoize;
152
152
  }];
153
153
  recomputations: () => number;
154
154
  resetRecomputations: () => void;
155
155
  dependencyRecomputations: () => number;
156
156
  resetDependencyRecomputations: () => void;
157
157
  } & {
158
- argsMemoize: typeof import("reselect").weakMapMemoize;
159
158
  memoize: typeof import("reselect").weakMapMemoize;
159
+ argsMemoize: typeof import("reselect").weakMapMemoize;
160
160
  }, (_: any, itemId: string) => string];
161
161
  recomputations: () => number;
162
162
  resetRecomputations: () => void;
163
163
  dependencyRecomputations: () => number;
164
164
  resetDependencyRecomputations: () => void;
165
165
  } & {
166
- argsMemoize: typeof import("reselect").weakMapMemoize;
167
166
  memoize: typeof import("reselect").weakMapMemoize;
167
+ argsMemoize: typeof import("reselect").weakMapMemoize;
168
168
  };
169
169
  /**
170
170
  * Check if an item is expandable.
@@ -263,24 +263,24 @@ export declare const selectorIsItemExpandable: ((state: any, itemId: string | nu
263
263
  dependencyRecomputations: () => number;
264
264
  resetDependencyRecomputations: () => void;
265
265
  } & {
266
- argsMemoize: typeof import("reselect").weakMapMemoize;
267
266
  memoize: typeof import("reselect").weakMapMemoize;
267
+ argsMemoize: typeof import("reselect").weakMapMemoize;
268
268
  }, (_: any, itemId: string | null) => string | null];
269
269
  recomputations: () => number;
270
270
  resetRecomputations: () => void;
271
271
  dependencyRecomputations: () => number;
272
272
  resetDependencyRecomputations: () => void;
273
273
  } & {
274
- argsMemoize: typeof import("reselect").weakMapMemoize;
275
274
  memoize: typeof import("reselect").weakMapMemoize;
275
+ argsMemoize: typeof import("reselect").weakMapMemoize;
276
276
  }];
277
277
  recomputations: () => number;
278
278
  resetRecomputations: () => void;
279
279
  dependencyRecomputations: () => number;
280
280
  resetDependencyRecomputations: () => void;
281
281
  } & {
282
- argsMemoize: typeof import("reselect").weakMapMemoize;
283
282
  memoize: typeof import("reselect").weakMapMemoize;
283
+ argsMemoize: typeof import("reselect").weakMapMemoize;
284
284
  };
285
285
  /**
286
286
  * Get the slot that triggers the item's expansion when clicked.
@@ -313,6 +313,6 @@ export declare const selectorItemExpansionTrigger: ((state: import("../../corePl
313
313
  dependencyRecomputations: () => number;
314
314
  resetDependencyRecomputations: () => void;
315
315
  } & {
316
- argsMemoize: typeof import("reselect").weakMapMemoize;
317
316
  memoize: typeof import("reselect").weakMapMemoize;
317
+ argsMemoize: typeof import("reselect").weakMapMemoize;
318
318
  };