@react-stately/collections 3.3.6 → 3.4.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/dist/main.js CHANGED
@@ -1,4 +1,4 @@
1
- var $dYkgH$react = require("react");
1
+ var $4aZkW$react = require("react");
2
2
 
3
3
  function $parcel$exportWildcard(dest, source) {
4
4
  Object.keys(source).forEach(function(key) {
@@ -22,14 +22,14 @@ function $parcel$interopDefault(a) {
22
22
  function $parcel$export(e, n, v, s) {
23
23
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
24
24
  }
25
- var $142b9cf4f8001539$exports = {};
25
+ var $c870f3b549c61b6b$exports = {};
26
26
 
27
- $parcel$export($142b9cf4f8001539$exports, "Item", () => $142b9cf4f8001539$export$6d08773d2e66f8f2);
27
+ $parcel$export($c870f3b549c61b6b$exports, "Item", () => $c870f3b549c61b6b$export$6d08773d2e66f8f2);
28
28
 
29
- function $142b9cf4f8001539$var$Item(props) {
29
+ function $c870f3b549c61b6b$var$Item(props) {
30
30
  return null;
31
31
  }
32
- $142b9cf4f8001539$var$Item.getCollectionNode = function* getCollectionNode(props, context) {
32
+ $c870f3b549c61b6b$var$Item.getCollectionNode = function* getCollectionNode(props, context) {
33
33
  let { childItems: childItems , title: title , children: children } = props;
34
34
  let rendered = props.title || props.children;
35
35
  let textValue = props.textValue || (typeof rendered === 'string' ? rendered : '') || props['aria-label'] || '';
@@ -41,7 +41,7 @@ $142b9cf4f8001539$var$Item.getCollectionNode = function* getCollectionNode(props
41
41
  rendered: rendered,
42
42
  textValue: textValue,
43
43
  'aria-label': props['aria-label'],
44
- hasChildNodes: $142b9cf4f8001539$var$hasChildItems(props),
44
+ hasChildNodes: $c870f3b549c61b6b$var$hasChildItems(props),
45
45
  *childNodes () {
46
46
  if (childItems) for (let child1 of childItems)yield {
47
47
  type: 'item',
@@ -49,7 +49,7 @@ $142b9cf4f8001539$var$Item.getCollectionNode = function* getCollectionNode(props
49
49
  };
50
50
  else if (title) {
51
51
  let items = [];
52
- ($parcel$interopDefault($dYkgH$react)).Children.forEach(children, (child)=>{
52
+ ($parcel$interopDefault($4aZkW$react)).Children.forEach(children, (child)=>{
53
53
  items.push({
54
54
  type: 'item',
55
55
  element: child
@@ -60,24 +60,24 @@ $142b9cf4f8001539$var$Item.getCollectionNode = function* getCollectionNode(props
60
60
  }
61
61
  };
62
62
  };
63
- function $142b9cf4f8001539$var$hasChildItems(props) {
63
+ function $c870f3b549c61b6b$var$hasChildItems(props) {
64
64
  if (props.hasChildItems != null) return props.hasChildItems;
65
65
  if (props.childItems) return true;
66
- if (props.title && ($parcel$interopDefault($dYkgH$react)).Children.count(props.children) > 0) return true;
66
+ if (props.title && ($parcel$interopDefault($4aZkW$react)).Children.count(props.children) > 0) return true;
67
67
  return false;
68
68
  }
69
69
  // We don't want getCollectionNode to show up in the type definition
70
- let $142b9cf4f8001539$export$6d08773d2e66f8f2 = $142b9cf4f8001539$var$Item;
70
+ let $c870f3b549c61b6b$export$6d08773d2e66f8f2 = $c870f3b549c61b6b$var$Item;
71
71
 
72
72
 
73
- var $f3d0e3ed1185df8b$exports = {};
73
+ var $350f13aa4d8b327c$exports = {};
74
74
 
75
- $parcel$export($f3d0e3ed1185df8b$exports, "Section", () => $f3d0e3ed1185df8b$export$6e2c8f0811a474ce);
75
+ $parcel$export($350f13aa4d8b327c$exports, "Section", () => $350f13aa4d8b327c$export$6e2c8f0811a474ce);
76
76
 
77
- function $f3d0e3ed1185df8b$var$Section(props) {
77
+ function $350f13aa4d8b327c$var$Section(props) {
78
78
  return null;
79
79
  }
80
- $f3d0e3ed1185df8b$var$Section.getCollectionNode = function* getCollectionNode(props) {
80
+ $350f13aa4d8b327c$var$Section.getCollectionNode = function* getCollectionNode(props) {
81
81
  let { children: children , title: title , items: items1 } = props;
82
82
  yield {
83
83
  type: 'section',
@@ -94,7 +94,7 @@ $f3d0e3ed1185df8b$var$Section.getCollectionNode = function* getCollectionNode(pr
94
94
  };
95
95
  } else {
96
96
  let items = [];
97
- ($parcel$interopDefault($dYkgH$react)).Children.forEach(children, (child)=>{
97
+ ($parcel$interopDefault($4aZkW$react)).Children.forEach(children, (child)=>{
98
98
  items.push({
99
99
  type: 'item',
100
100
  element: child
@@ -106,20 +106,20 @@ $f3d0e3ed1185df8b$var$Section.getCollectionNode = function* getCollectionNode(pr
106
106
  };
107
107
  };
108
108
  // We don't want getCollectionNode to show up in the type definition
109
- let $f3d0e3ed1185df8b$export$6e2c8f0811a474ce = $f3d0e3ed1185df8b$var$Section;
109
+ let $350f13aa4d8b327c$export$6e2c8f0811a474ce = $350f13aa4d8b327c$var$Section;
110
110
 
111
111
 
112
- var $28a3d5356acd329a$exports = {};
112
+ var $cade2c06f59a1baa$exports = {};
113
113
 
114
114
 
115
- var $4093b371372b64e9$exports = {};
115
+ var $98fc0fafaca75b6a$exports = {};
116
116
 
117
- $parcel$export($4093b371372b64e9$exports, "useCollection", () => $4093b371372b64e9$export$6cd28814d92fa9c9);
117
+ $parcel$export($98fc0fafaca75b6a$exports, "useCollection", () => $98fc0fafaca75b6a$export$6cd28814d92fa9c9);
118
118
 
119
- class $7e3892142760f002$export$bf788dd355e3a401 {
119
+ class $51588fd411aace25$export$bf788dd355e3a401 {
120
120
  build(props, context) {
121
121
  this.context = context;
122
- return $7e3892142760f002$var$iterable(()=>this.iterateCollection(props)
122
+ return $51588fd411aace25$var$iterable(()=>this.iterateCollection(props)
123
123
  );
124
124
  }
125
125
  *iterateCollection(props) {
@@ -133,7 +133,7 @@ class $7e3892142760f002$export$bf788dd355e3a401 {
133
133
  });
134
134
  } else {
135
135
  let items = [];
136
- ($parcel$interopDefault($dYkgH$react)).Children.forEach(children, (child)=>{
136
+ ($parcel$interopDefault($4aZkW$react)).Children.forEach(children, (child)=>{
137
137
  items.push(child);
138
138
  });
139
139
  let index = 0;
@@ -183,7 +183,7 @@ class $7e3892142760f002$export$bf788dd355e3a401 {
183
183
  }
184
184
  // If there's an element with a getCollectionNode function on its type, then it's a supported component.
185
185
  // Call this function to get a partial node, and recursively build a full node from there.
186
- if (($parcel$interopDefault($dYkgH$react)).isValidElement(element)) {
186
+ if (($parcel$interopDefault($4aZkW$react)).isValidElement(element)) {
187
187
  let type = element.type;
188
188
  if (typeof type !== 'function' && typeof type.getCollectionNode !== 'function') {
189
189
  let name = typeof element.type === 'function' ? element.type.name : element.type;
@@ -201,7 +201,7 @@ class $7e3892142760f002$export$bf788dd355e3a401 {
201
201
  ...childNode,
202
202
  key: nodeKey,
203
203
  index: index,
204
- wrapper: $7e3892142760f002$var$compose(partialNode.wrapper, childNode.wrapper)
204
+ wrapper: $51588fd411aace25$var$compose(partialNode.wrapper, childNode.wrapper)
205
205
  }, this.getChildState(state, childNode), parentKey ? `${parentKey}${element.key}` : element.key, parentNode);
206
206
  let children = [
207
207
  ...nodes
@@ -212,7 +212,7 @@ class $7e3892142760f002$export$bf788dd355e3a401 {
212
212
  if (node.value) this.cache.set(node.value, node);
213
213
  // The partial node may have specified a type for the child in order to specify a constraint.
214
214
  // Verify that the full node that was built recursively matches this type.
215
- if (partialNode.type && node.type !== partialNode.type) throw new Error(`Unsupported type <${$7e3892142760f002$var$capitalize(node.type)}> in <${$7e3892142760f002$var$capitalize(parentNode.type)}>. Only <${$7e3892142760f002$var$capitalize(partialNode.type)}> is supported.`);
215
+ if (partialNode.type && node.type !== partialNode.type) throw new Error(`Unsupported type <${$51588fd411aace25$var$capitalize(node.type)}> in <${$51588fd411aace25$var$capitalize(parentNode.type)}>. Only <${$51588fd411aace25$var$capitalize(partialNode.type)}> is supported.`);
216
216
  index++;
217
217
  yield node;
218
218
  }
@@ -238,12 +238,16 @@ class $7e3892142760f002$export$bf788dd355e3a401 {
238
238
  wrapper: partialNode.wrapper,
239
239
  shouldInvalidate: partialNode.shouldInvalidate,
240
240
  hasChildNodes: partialNode.hasChildNodes,
241
- childNodes: $7e3892142760f002$var$iterable(function*() {
241
+ childNodes: $51588fd411aace25$var$iterable(function*() {
242
242
  if (!partialNode.hasChildNodes) return;
243
243
  let index = 0;
244
244
  for (let child of partialNode.childNodes()){
245
245
  // Ensure child keys are globally unique by prepending the parent node's key
246
- if (child.key != null) child.key = `${node.key}${child.key}`;
246
+ if (child.key != null) // TODO: Remove this line entirely and enforce that users always provide unique keys.
247
+ // Currently this line will have issues when a parent has a key `a` and a child with key `bc`
248
+ // but another parent has key `ab` and its child has a key `c`. The combined keys would result in both
249
+ // children having a key of `abc`.
250
+ child.key = `${node.key}${child.key}`;
247
251
  child.index = index;
248
252
  let nodes = builder.getFullNode(child, builder.getChildState(state, child), node.key, node);
249
253
  for (let node1 of nodes){
@@ -260,7 +264,7 @@ class $7e3892142760f002$export$bf788dd355e3a401 {
260
264
  }
261
265
  }
262
266
  // Wraps an iterator function as an iterable object, and caches the results.
263
- function $7e3892142760f002$var$iterable(iterator) {
267
+ function $51588fd411aace25$var$iterable(iterator) {
264
268
  let cache = [];
265
269
  let iterable = null;
266
270
  return {
@@ -274,23 +278,23 @@ function $7e3892142760f002$var$iterable(iterator) {
274
278
  }
275
279
  };
276
280
  }
277
- function $7e3892142760f002$var$compose(outer, inner) {
281
+ function $51588fd411aace25$var$compose(outer, inner) {
278
282
  if (outer && inner) return (element)=>outer(inner(element))
279
283
  ;
280
284
  if (outer) return outer;
281
285
  if (inner) return inner;
282
286
  }
283
- function $7e3892142760f002$var$capitalize(str) {
287
+ function $51588fd411aace25$var$capitalize(str) {
284
288
  return str[0].toUpperCase() + str.slice(1);
285
289
  }
286
290
 
287
291
 
288
292
 
289
- function $4093b371372b64e9$export$6cd28814d92fa9c9(props, factory, context, invalidators = []) {
290
- let builder = $dYkgH$react.useMemo(()=>new $7e3892142760f002$export$bf788dd355e3a401()
293
+ function $98fc0fafaca75b6a$export$6cd28814d92fa9c9(props, factory, context, invalidators = []) {
294
+ let builder = $4aZkW$react.useMemo(()=>new $51588fd411aace25$export$bf788dd355e3a401()
291
295
  , []);
292
- let prev = $dYkgH$react.useRef(null);
293
- return $dYkgH$react.useMemo(()=>{
296
+ let prev = $4aZkW$react.useRef(null);
297
+ return $4aZkW$react.useMemo(()=>{
294
298
  let nodes = builder.build(props, context);
295
299
  prev.current = factory(nodes, prev.current);
296
300
  return prev.current;
@@ -306,26 +310,26 @@ function $4093b371372b64e9$export$6cd28814d92fa9c9(props, factory, context, inva
306
310
  }
307
311
 
308
312
 
309
- var $8d44657300ecdb6a$exports = {};
313
+ var $e749fe52977fe2c2$exports = {};
310
314
 
311
- $parcel$export($8d44657300ecdb6a$exports, "getItemCount", () => $8d44657300ecdb6a$export$77d5aafae4e095b2);
312
- const $8d44657300ecdb6a$var$cache = new WeakMap();
313
- function $8d44657300ecdb6a$export$77d5aafae4e095b2(collection) {
314
- let count = $8d44657300ecdb6a$var$cache.get(collection);
315
+ $parcel$export($e749fe52977fe2c2$exports, "getItemCount", () => $e749fe52977fe2c2$export$77d5aafae4e095b2);
316
+ const $e749fe52977fe2c2$var$cache = new WeakMap();
317
+ function $e749fe52977fe2c2$export$77d5aafae4e095b2(collection) {
318
+ let count = $e749fe52977fe2c2$var$cache.get(collection);
315
319
  if (count != null) return count;
316
320
  count = 0;
317
- for (let item of collection)if (item.type === 'section') count += $8d44657300ecdb6a$export$77d5aafae4e095b2(item.childNodes);
321
+ for (let item of collection)if (item.type === 'section') count += $e749fe52977fe2c2$export$77d5aafae4e095b2(item.childNodes);
318
322
  else count++;
319
- $8d44657300ecdb6a$var$cache.set(collection, count);
323
+ $e749fe52977fe2c2$var$cache.set(collection, count);
320
324
  return count;
321
325
  }
322
326
 
323
327
 
324
- $parcel$exportWildcard(module.exports, $142b9cf4f8001539$exports);
325
- $parcel$exportWildcard(module.exports, $f3d0e3ed1185df8b$exports);
326
- $parcel$exportWildcard(module.exports, $28a3d5356acd329a$exports);
327
- $parcel$exportWildcard(module.exports, $4093b371372b64e9$exports);
328
- $parcel$exportWildcard(module.exports, $8d44657300ecdb6a$exports);
328
+ $parcel$exportWildcard(module.exports, $c870f3b549c61b6b$exports);
329
+ $parcel$exportWildcard(module.exports, $350f13aa4d8b327c$exports);
330
+ $parcel$exportWildcard(module.exports, $cade2c06f59a1baa$exports);
331
+ $parcel$exportWildcard(module.exports, $98fc0fafaca75b6a$exports);
332
+ $parcel$exportWildcard(module.exports, $e749fe52977fe2c2$exports);
329
333
 
330
334
 
331
335
  //# sourceMappingURL=main.js.map
package/dist/main.js.map CHANGED
@@ -1 +1 @@
1
- {"mappings":"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","sources":["packages/@react-stately/collections/src/index.ts","packages/@react-stately/collections/src/Item.ts","packages/@react-stately/collections/src/Section.ts","packages/@react-stately/collections/src/types.ts","packages/@react-stately/collections/src/useCollection.ts","packages/@react-stately/collections/src/CollectionBuilder.ts","packages/@react-stately/collections/src/getItemCount.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport * from './Item';\nexport * from './Section';\nexport * from './types';\nexport * from './useCollection';\nexport * from './getItemCount';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ItemElement, ItemProps} from '@react-types/shared';\nimport {PartialNode} from './types';\nimport React, {ReactElement} from 'react';\n\nfunction Item<T>(props: ItemProps<T>): ReactElement { // eslint-disable-line @typescript-eslint/no-unused-vars\n return null;\n}\n\nItem.getCollectionNode = function* getCollectionNode<T>(props: ItemProps<T>, context: any): Generator<PartialNode<T>> {\n let {childItems, title, children} = props;\n\n let rendered = props.title || props.children;\n let textValue = props.textValue || (typeof rendered === 'string' ? rendered : '') || props['aria-label'] || '';\n\n // suppressTextValueWarning is used in components like Tabs, which don't have type to select support.\n if (!textValue && !context?.suppressTextValueWarning) {\n console.warn('<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.');\n }\n\n yield {\n type: 'item',\n props: props,\n rendered,\n textValue,\n 'aria-label': props['aria-label'],\n hasChildNodes: hasChildItems(props),\n *childNodes() {\n if (childItems) {\n for (let child of childItems) {\n yield {\n type: 'item',\n value: child\n };\n }\n } else if (title) {\n let items: PartialNode<T>[] = [];\n React.Children.forEach(children, child => {\n items.push({\n type: 'item',\n element: child as ItemElement<T>\n });\n });\n\n yield* items;\n }\n }\n };\n};\n\nfunction hasChildItems<T>(props: ItemProps<T>) {\n if (props.hasChildItems != null) {\n return props.hasChildItems;\n }\n\n if (props.childItems) {\n return true;\n }\n\n if (props.title && React.Children.count(props.children) > 0) {\n return true;\n }\n\n return false;\n}\n\n// We don't want getCollectionNode to show up in the type definition\nlet _Item = Item as <T>(props: ItemProps<T>) => JSX.Element;\nexport {_Item as Item};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {PartialNode} from './types';\nimport React, {ReactElement} from 'react';\nimport {SectionProps} from '@react-types/shared';\n\nfunction Section<T>(props: SectionProps<T>): ReactElement { // eslint-disable-line @typescript-eslint/no-unused-vars\n return null;\n}\n\nSection.getCollectionNode = function* getCollectionNode<T>(props: SectionProps<T>): Generator<PartialNode<T>> {\n let {children, title, items} = props;\n yield {\n type: 'section',\n hasChildNodes: true,\n rendered: title,\n 'aria-label': props['aria-label'],\n *childNodes() {\n if (typeof children === 'function') {\n if (!items) {\n throw new Error('props.children was a function but props.items is missing');\n }\n \n for (let item of items) {\n yield {\n type: 'item',\n value: item,\n renderer: children\n };\n }\n } else {\n let items: PartialNode<T>[] = [];\n React.Children.forEach(children, child => {\n items.push({\n type: 'item',\n element: child\n });\n });\n\n yield* items;\n }\n }\n };\n};\n\n// We don't want getCollectionNode to show up in the type definition\nlet _Section = Section as <T>(props: SectionProps<T>) => JSX.Element;\nexport {_Section as Section};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ItemRenderer} from '@react-types/shared';\nimport {Key, ReactElement, ReactNode} from 'react';\n\nexport interface PartialNode<T> {\n type?: string,\n key?: Key,\n value?: T,\n element?: ReactElement,\n wrapper?: (element: ReactElement) => ReactElement,\n rendered?: ReactNode,\n textValue?: string,\n 'aria-label'?: string,\n index?: number,\n renderer?: ItemRenderer<T>,\n hasChildNodes?: boolean,\n childNodes?: () => IterableIterator<PartialNode<T>>,\n props?: any,\n shouldInvalidate?: (context: unknown) => boolean\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {Collection, CollectionBase, Node} from '@react-types/shared';\nimport {CollectionBuilder} from './CollectionBuilder';\nimport {useMemo, useRef} from 'react';\n\ntype CollectionFactory<T, C extends Collection<Node<T>>> = (node: Iterable<Node<T>>, prev: C | null) => C;\n\nexport function useCollection<T extends object, C extends Collection<Node<T>> = Collection<Node<T>>>(props: CollectionBase<T>, factory: CollectionFactory<T, C>, context?: unknown, invalidators: Array<any> = []): C {\n let builder = useMemo(() => new CollectionBuilder<T>(), []);\n\n let prev = useRef<C>(null);\n return useMemo(() => {\n let nodes = builder.build(props, context);\n prev.current = factory(nodes, prev.current);\n return prev.current;\n // Don't invalidate when any prop changes, just the two we care about.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [builder, props.children, props.items, context, ...invalidators]);\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {CollectionBase, CollectionElement, Node} from '@react-types/shared';\nimport {PartialNode} from './types';\nimport React, {Key, ReactElement} from 'react';\n\ninterface CollectionBuilderState {\n renderer?: (value: any) => ReactElement\n}\n\nexport class CollectionBuilder<T extends object> {\n private context?: unknown;\n private cache: WeakMap<T, Node<T>> = new WeakMap();\n\n build(props: CollectionBase<T>, context?: unknown) {\n this.context = context;\n return iterable(() => this.iterateCollection(props));\n }\n\n private *iterateCollection(props: CollectionBase<T>) {\n let {children, items} = props;\n\n if (typeof children === 'function') {\n if (!items) {\n throw new Error('props.children was a function but props.items is missing');\n }\n\n for (let item of props.items) {\n yield* this.getFullNode({\n value: item\n }, {renderer: children});\n }\n } else {\n let items: CollectionElement<T>[] = [];\n React.Children.forEach(children, child => {\n items.push(child);\n });\n\n let index = 0;\n for (let item of items) {\n let nodes = this.getFullNode({\n element: item,\n index: index\n }, {});\n\n for (let node of nodes) {\n index++;\n yield node;\n }\n }\n }\n }\n\n private getKey(item: CollectionElement<T>, partialNode: PartialNode<T>, state: CollectionBuilderState, parentKey?: Key): Key {\n if (item.key != null) {\n return item.key;\n }\n\n if (partialNode.type === 'cell' && partialNode.key != null) {\n return `${parentKey}${partialNode.key}`;\n }\n\n let v = partialNode.value as any;\n if (v != null) {\n let key = v.key ?? v.id;\n if (key == null) {\n throw new Error('No key found for item');\n }\n\n return key;\n }\n\n return parentKey ? `${parentKey}.${partialNode.index}` : `$.${partialNode.index}`;\n }\n\n private getChildState(state: CollectionBuilderState, partialNode: PartialNode<T>) {\n return {\n renderer: partialNode.renderer || state.renderer\n };\n }\n\n private *getFullNode(partialNode: PartialNode<T>, state: CollectionBuilderState, parentKey?: Key, parentNode?: Node<T>): Generator<Node<T>> {\n // If there's a value instead of an element on the node, and a parent renderer function is available,\n // use it to render an element for the value.\n let element = partialNode.element;\n if (!element && partialNode.value && state && state.renderer) {\n let cached = this.cache.get(partialNode.value);\n if (cached && (!cached.shouldInvalidate || !cached.shouldInvalidate(this.context))) {\n cached.index = partialNode.index;\n cached.parentKey = parentNode ? parentNode.key : null;\n yield cached;\n return;\n }\n\n element = state.renderer(partialNode.value);\n }\n\n // If there's an element with a getCollectionNode function on its type, then it's a supported component.\n // Call this function to get a partial node, and recursively build a full node from there.\n if (React.isValidElement(element)) {\n let type = element.type as any;\n if (typeof type !== 'function' && typeof type.getCollectionNode !== 'function') {\n let name = typeof element.type === 'function' ? element.type.name : element.type;\n throw new Error(`Unknown element <${name}> in collection.`);\n }\n\n let childNodes = type.getCollectionNode(element.props, this.context) as Generator<PartialNode<T>, void, Node<T>[]>;\n let index = partialNode.index;\n let result = childNodes.next();\n while (!result.done && result.value) {\n let childNode = result.value;\n\n partialNode.index = index;\n\n let nodeKey = childNode.key;\n if (!nodeKey) {\n nodeKey = childNode.element ? null : this.getKey(element as CollectionElement<T>, partialNode, state, parentKey);\n }\n\n let nodes = this.getFullNode({\n ...childNode,\n key: nodeKey,\n index,\n wrapper: compose(partialNode.wrapper, childNode.wrapper)\n }, this.getChildState(state, childNode), parentKey ? `${parentKey}${element.key}` : element.key, parentNode);\n\n let children = [...nodes];\n for (let node of children) {\n // Cache the node based on its value\n node.value = childNode.value || partialNode.value;\n if (node.value) {\n this.cache.set(node.value, node);\n }\n\n // The partial node may have specified a type for the child in order to specify a constraint.\n // Verify that the full node that was built recursively matches this type.\n if (partialNode.type && node.type !== partialNode.type) {\n throw new Error(`Unsupported type <${capitalize(node.type)}> in <${capitalize(parentNode.type)}>. Only <${capitalize(partialNode.type)}> is supported.`);\n }\n\n index++;\n yield node;\n }\n\n result = childNodes.next(children);\n }\n\n return;\n }\n\n // Ignore invalid elements\n if (partialNode.key == null) {\n return;\n }\n\n // Create full node\n let builder = this;\n let node: Node<T> = {\n type: partialNode.type,\n props: partialNode.props,\n key: partialNode.key,\n parentKey: parentNode ? parentNode.key : null,\n value: partialNode.value,\n level: parentNode ? parentNode.level + 1 : 0,\n index: partialNode.index,\n rendered: partialNode.rendered,\n textValue: partialNode.textValue,\n 'aria-label': partialNode['aria-label'],\n wrapper: partialNode.wrapper,\n shouldInvalidate: partialNode.shouldInvalidate,\n hasChildNodes: partialNode.hasChildNodes,\n childNodes: iterable(function *() {\n if (!partialNode.hasChildNodes) {\n return;\n }\n\n let index = 0;\n for (let child of partialNode.childNodes()) {\n // Ensure child keys are globally unique by prepending the parent node's key\n if (child.key != null) {\n child.key = `${node.key}${child.key}`;\n }\n\n child.index = index;\n let nodes = builder.getFullNode(child, builder.getChildState(state, child), node.key, node);\n for (let node of nodes) {\n index++;\n yield node;\n }\n }\n })\n };\n\n yield node;\n }\n}\n\n// Wraps an iterator function as an iterable object, and caches the results.\nfunction iterable<T>(iterator: () => IterableIterator<Node<T>>): Iterable<Node<T>> {\n let cache = [];\n let iterable = null;\n return {\n *[Symbol.iterator]() {\n for (let item of cache) {\n yield item;\n }\n\n if (!iterable) {\n iterable = iterator();\n }\n\n for (let item of iterable) {\n cache.push(item);\n yield item;\n }\n }\n };\n}\n\ntype Wrapper = (element: ReactElement) => ReactElement;\nfunction compose(outer: Wrapper | void, inner: Wrapper | void): Wrapper {\n if (outer && inner) {\n return (element) => outer(inner(element));\n }\n\n if (outer) {\n return outer;\n }\n\n if (inner) {\n return inner;\n }\n}\n\nfunction capitalize(str: string) {\n return str[0].toUpperCase() + str.slice(1);\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {Node} from '@react-types/shared';\n\nconst cache = new WeakMap<Iterable<unknown>, number>();\n\nexport function getItemCount<T>(collection: Iterable<Node<T>>): number {\n let count = cache.get(collection);\n if (count != null) {\n return count;\n }\n\n count = 0;\n for (let item of collection) {\n if (item.type === 'section') {\n count += getItemCount(item.childNodes);\n } else {\n count++;\n }\n }\n\n cache.set(collection, count);\n return count;\n}\n"],"names":[],"version":3,"file":"main.js.map"}
1
+ {"mappings":"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","sources":["packages/@react-stately/collections/src/index.ts","packages/@react-stately/collections/src/Item.ts","packages/@react-stately/collections/src/Section.ts","packages/@react-stately/collections/src/types.ts","packages/@react-stately/collections/src/useCollection.ts","packages/@react-stately/collections/src/CollectionBuilder.ts","packages/@react-stately/collections/src/getItemCount.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport * from './Item';\nexport * from './Section';\nexport * from './types';\nexport * from './useCollection';\nexport * from './getItemCount';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ItemElement, ItemProps} from '@react-types/shared';\nimport {PartialNode} from './types';\nimport React, {ReactElement} from 'react';\n\nfunction Item<T>(props: ItemProps<T>): ReactElement { // eslint-disable-line @typescript-eslint/no-unused-vars\n return null;\n}\n\nItem.getCollectionNode = function* getCollectionNode<T>(props: ItemProps<T>, context: any): Generator<PartialNode<T>> {\n let {childItems, title, children} = props;\n\n let rendered = props.title || props.children;\n let textValue = props.textValue || (typeof rendered === 'string' ? rendered : '') || props['aria-label'] || '';\n\n // suppressTextValueWarning is used in components like Tabs, which don't have type to select support.\n if (!textValue && !context?.suppressTextValueWarning) {\n console.warn('<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.');\n }\n\n yield {\n type: 'item',\n props: props,\n rendered,\n textValue,\n 'aria-label': props['aria-label'],\n hasChildNodes: hasChildItems(props),\n *childNodes() {\n if (childItems) {\n for (let child of childItems) {\n yield {\n type: 'item',\n value: child\n };\n }\n } else if (title) {\n let items: PartialNode<T>[] = [];\n React.Children.forEach(children, child => {\n items.push({\n type: 'item',\n element: child as ItemElement<T>\n });\n });\n\n yield* items;\n }\n }\n };\n};\n\nfunction hasChildItems<T>(props: ItemProps<T>) {\n if (props.hasChildItems != null) {\n return props.hasChildItems;\n }\n\n if (props.childItems) {\n return true;\n }\n\n if (props.title && React.Children.count(props.children) > 0) {\n return true;\n }\n\n return false;\n}\n\n// We don't want getCollectionNode to show up in the type definition\nlet _Item = Item as <T>(props: ItemProps<T>) => JSX.Element;\nexport {_Item as Item};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {PartialNode} from './types';\nimport React, {ReactElement} from 'react';\nimport {SectionProps} from '@react-types/shared';\n\nfunction Section<T>(props: SectionProps<T>): ReactElement { // eslint-disable-line @typescript-eslint/no-unused-vars\n return null;\n}\n\nSection.getCollectionNode = function* getCollectionNode<T>(props: SectionProps<T>): Generator<PartialNode<T>> {\n let {children, title, items} = props;\n yield {\n type: 'section',\n hasChildNodes: true,\n rendered: title,\n 'aria-label': props['aria-label'],\n *childNodes() {\n if (typeof children === 'function') {\n if (!items) {\n throw new Error('props.children was a function but props.items is missing');\n }\n \n for (let item of items) {\n yield {\n type: 'item',\n value: item,\n renderer: children\n };\n }\n } else {\n let items: PartialNode<T>[] = [];\n React.Children.forEach(children, child => {\n items.push({\n type: 'item',\n element: child\n });\n });\n\n yield* items;\n }\n }\n };\n};\n\n// We don't want getCollectionNode to show up in the type definition\nlet _Section = Section as <T>(props: SectionProps<T>) => JSX.Element;\nexport {_Section as Section};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ItemRenderer} from '@react-types/shared';\nimport {Key, ReactElement, ReactNode} from 'react';\n\nexport interface PartialNode<T> {\n type?: string,\n key?: Key,\n value?: T,\n element?: ReactElement,\n wrapper?: (element: ReactElement) => ReactElement,\n rendered?: ReactNode,\n textValue?: string,\n 'aria-label'?: string,\n index?: number,\n renderer?: ItemRenderer<T>,\n hasChildNodes?: boolean,\n childNodes?: () => IterableIterator<PartialNode<T>>,\n props?: any,\n shouldInvalidate?: (context: unknown) => boolean\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {Collection, CollectionBase, Node} from '@react-types/shared';\nimport {CollectionBuilder} from './CollectionBuilder';\nimport {useMemo, useRef} from 'react';\n\ntype CollectionFactory<T, C extends Collection<Node<T>>> = (node: Iterable<Node<T>>, prev: C | null) => C;\n\nexport function useCollection<T extends object, C extends Collection<Node<T>> = Collection<Node<T>>>(props: CollectionBase<T>, factory: CollectionFactory<T, C>, context?: unknown, invalidators: Array<any> = []): C {\n let builder = useMemo(() => new CollectionBuilder<T>(), []);\n\n let prev = useRef<C>(null);\n return useMemo(() => {\n let nodes = builder.build(props, context);\n prev.current = factory(nodes, prev.current);\n return prev.current;\n // Don't invalidate when any prop changes, just the two we care about.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [builder, props.children, props.items, context, ...invalidators]);\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {CollectionBase, CollectionElement, Node} from '@react-types/shared';\nimport {PartialNode} from './types';\nimport React, {Key, ReactElement} from 'react';\n\ninterface CollectionBuilderState {\n renderer?: (value: any) => ReactElement\n}\n\nexport class CollectionBuilder<T extends object> {\n private context?: unknown;\n private cache: WeakMap<T, Node<T>> = new WeakMap();\n\n build(props: CollectionBase<T>, context?: unknown) {\n this.context = context;\n return iterable(() => this.iterateCollection(props));\n }\n\n private *iterateCollection(props: CollectionBase<T>) {\n let {children, items} = props;\n\n if (typeof children === 'function') {\n if (!items) {\n throw new Error('props.children was a function but props.items is missing');\n }\n\n for (let item of props.items) {\n yield* this.getFullNode({\n value: item\n }, {renderer: children});\n }\n } else {\n let items: CollectionElement<T>[] = [];\n React.Children.forEach(children, child => {\n items.push(child);\n });\n\n let index = 0;\n for (let item of items) {\n let nodes = this.getFullNode({\n element: item,\n index: index\n }, {});\n\n for (let node of nodes) {\n index++;\n yield node;\n }\n }\n }\n }\n\n private getKey(item: CollectionElement<T>, partialNode: PartialNode<T>, state: CollectionBuilderState, parentKey?: Key): Key {\n if (item.key != null) {\n return item.key;\n }\n\n if (partialNode.type === 'cell' && partialNode.key != null) {\n return `${parentKey}${partialNode.key}`;\n }\n\n let v = partialNode.value as any;\n if (v != null) {\n let key = v.key ?? v.id;\n if (key == null) {\n throw new Error('No key found for item');\n }\n\n return key;\n }\n\n return parentKey ? `${parentKey}.${partialNode.index}` : `$.${partialNode.index}`;\n }\n\n private getChildState(state: CollectionBuilderState, partialNode: PartialNode<T>) {\n return {\n renderer: partialNode.renderer || state.renderer\n };\n }\n\n private *getFullNode(partialNode: PartialNode<T>, state: CollectionBuilderState, parentKey?: Key, parentNode?: Node<T>): Generator<Node<T>> {\n // If there's a value instead of an element on the node, and a parent renderer function is available,\n // use it to render an element for the value.\n let element = partialNode.element;\n if (!element && partialNode.value && state && state.renderer) {\n let cached = this.cache.get(partialNode.value);\n if (cached && (!cached.shouldInvalidate || !cached.shouldInvalidate(this.context))) {\n cached.index = partialNode.index;\n cached.parentKey = parentNode ? parentNode.key : null;\n yield cached;\n return;\n }\n\n element = state.renderer(partialNode.value);\n }\n\n // If there's an element with a getCollectionNode function on its type, then it's a supported component.\n // Call this function to get a partial node, and recursively build a full node from there.\n if (React.isValidElement(element)) {\n let type = element.type as any;\n if (typeof type !== 'function' && typeof type.getCollectionNode !== 'function') {\n let name = typeof element.type === 'function' ? element.type.name : element.type;\n throw new Error(`Unknown element <${name}> in collection.`);\n }\n\n let childNodes = type.getCollectionNode(element.props, this.context) as Generator<PartialNode<T>, void, Node<T>[]>;\n let index = partialNode.index;\n let result = childNodes.next();\n while (!result.done && result.value) {\n let childNode = result.value;\n\n partialNode.index = index;\n\n let nodeKey = childNode.key;\n if (!nodeKey) {\n nodeKey = childNode.element ? null : this.getKey(element as CollectionElement<T>, partialNode, state, parentKey);\n }\n\n let nodes = this.getFullNode({\n ...childNode,\n key: nodeKey,\n index,\n wrapper: compose(partialNode.wrapper, childNode.wrapper)\n }, this.getChildState(state, childNode), parentKey ? `${parentKey}${element.key}` : element.key, parentNode);\n\n let children = [...nodes];\n for (let node of children) {\n // Cache the node based on its value\n node.value = childNode.value || partialNode.value;\n if (node.value) {\n this.cache.set(node.value, node);\n }\n\n // The partial node may have specified a type for the child in order to specify a constraint.\n // Verify that the full node that was built recursively matches this type.\n if (partialNode.type && node.type !== partialNode.type) {\n throw new Error(`Unsupported type <${capitalize(node.type)}> in <${capitalize(parentNode.type)}>. Only <${capitalize(partialNode.type)}> is supported.`);\n }\n\n index++;\n yield node;\n }\n\n result = childNodes.next(children);\n }\n\n return;\n }\n\n // Ignore invalid elements\n if (partialNode.key == null) {\n return;\n }\n\n // Create full node\n let builder = this;\n let node: Node<T> = {\n type: partialNode.type,\n props: partialNode.props,\n key: partialNode.key,\n parentKey: parentNode ? parentNode.key : null,\n value: partialNode.value,\n level: parentNode ? parentNode.level + 1 : 0,\n index: partialNode.index,\n rendered: partialNode.rendered,\n textValue: partialNode.textValue,\n 'aria-label': partialNode['aria-label'],\n wrapper: partialNode.wrapper,\n shouldInvalidate: partialNode.shouldInvalidate,\n hasChildNodes: partialNode.hasChildNodes,\n childNodes: iterable(function *() {\n if (!partialNode.hasChildNodes) {\n return;\n }\n\n let index = 0;\n for (let child of partialNode.childNodes()) {\n // Ensure child keys are globally unique by prepending the parent node's key\n if (child.key != null) {\n // TODO: Remove this line entirely and enforce that users always provide unique keys.\n // Currently this line will have issues when a parent has a key `a` and a child with key `bc`\n // but another parent has key `ab` and its child has a key `c`. The combined keys would result in both\n // children having a key of `abc`.\n child.key = `${node.key}${child.key}`;\n }\n\n child.index = index;\n let nodes = builder.getFullNode(child, builder.getChildState(state, child), node.key, node);\n for (let node of nodes) {\n index++;\n yield node;\n }\n }\n })\n };\n\n yield node;\n }\n}\n\n// Wraps an iterator function as an iterable object, and caches the results.\nfunction iterable<T>(iterator: () => IterableIterator<Node<T>>): Iterable<Node<T>> {\n let cache = [];\n let iterable = null;\n return {\n *[Symbol.iterator]() {\n for (let item of cache) {\n yield item;\n }\n\n if (!iterable) {\n iterable = iterator();\n }\n\n for (let item of iterable) {\n cache.push(item);\n yield item;\n }\n }\n };\n}\n\ntype Wrapper = (element: ReactElement) => ReactElement;\nfunction compose(outer: Wrapper | void, inner: Wrapper | void): Wrapper {\n if (outer && inner) {\n return (element) => outer(inner(element));\n }\n\n if (outer) {\n return outer;\n }\n\n if (inner) {\n return inner;\n }\n}\n\nfunction capitalize(str: string) {\n return str[0].toUpperCase() + str.slice(1);\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {Node} from '@react-types/shared';\n\nconst cache = new WeakMap<Iterable<unknown>, number>();\n\nexport function getItemCount<T>(collection: Iterable<Node<T>>): number {\n let count = cache.get(collection);\n if (count != null) {\n return count;\n }\n\n count = 0;\n for (let item of collection) {\n if (item.type === 'section') {\n count += getItemCount(item.childNodes);\n } else {\n count++;\n }\n }\n\n cache.set(collection, count);\n return count;\n}\n"],"names":[],"version":3,"file":"main.js.map"}
package/dist/module.js CHANGED
@@ -1,16 +1,16 @@
1
- import $dXgez$react, {useMemo as $dXgez$useMemo, useRef as $dXgez$useRef} from "react";
1
+ import $tyW6A$react, {useMemo as $tyW6A$useMemo, useRef as $tyW6A$useRef} from "react";
2
2
 
3
3
  function $parcel$export(e, n, v, s) {
4
4
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
5
5
  }
6
- var $89e587cd0f107a73$exports = {};
6
+ var $c1d7fb2ec91bae71$exports = {};
7
7
 
8
- $parcel$export($89e587cd0f107a73$exports, "Item", () => $89e587cd0f107a73$export$6d08773d2e66f8f2);
8
+ $parcel$export($c1d7fb2ec91bae71$exports, "Item", () => $c1d7fb2ec91bae71$export$6d08773d2e66f8f2);
9
9
 
10
- function $89e587cd0f107a73$var$Item(props) {
10
+ function $c1d7fb2ec91bae71$var$Item(props) {
11
11
  return null;
12
12
  }
13
- $89e587cd0f107a73$var$Item.getCollectionNode = function* getCollectionNode(props, context) {
13
+ $c1d7fb2ec91bae71$var$Item.getCollectionNode = function* getCollectionNode(props, context) {
14
14
  let { childItems: childItems , title: title , children: children } = props;
15
15
  let rendered = props.title || props.children;
16
16
  let textValue = props.textValue || (typeof rendered === 'string' ? rendered : '') || props['aria-label'] || '';
@@ -22,7 +22,7 @@ $89e587cd0f107a73$var$Item.getCollectionNode = function* getCollectionNode(props
22
22
  rendered: rendered,
23
23
  textValue: textValue,
24
24
  'aria-label': props['aria-label'],
25
- hasChildNodes: $89e587cd0f107a73$var$hasChildItems(props),
25
+ hasChildNodes: $c1d7fb2ec91bae71$var$hasChildItems(props),
26
26
  *childNodes () {
27
27
  if (childItems) for (let child1 of childItems)yield {
28
28
  type: 'item',
@@ -30,7 +30,7 @@ $89e587cd0f107a73$var$Item.getCollectionNode = function* getCollectionNode(props
30
30
  };
31
31
  else if (title) {
32
32
  let items = [];
33
- $dXgez$react.Children.forEach(children, (child)=>{
33
+ $tyW6A$react.Children.forEach(children, (child)=>{
34
34
  items.push({
35
35
  type: 'item',
36
36
  element: child
@@ -41,24 +41,24 @@ $89e587cd0f107a73$var$Item.getCollectionNode = function* getCollectionNode(props
41
41
  }
42
42
  };
43
43
  };
44
- function $89e587cd0f107a73$var$hasChildItems(props) {
44
+ function $c1d7fb2ec91bae71$var$hasChildItems(props) {
45
45
  if (props.hasChildItems != null) return props.hasChildItems;
46
46
  if (props.childItems) return true;
47
- if (props.title && $dXgez$react.Children.count(props.children) > 0) return true;
47
+ if (props.title && $tyW6A$react.Children.count(props.children) > 0) return true;
48
48
  return false;
49
49
  }
50
50
  // We don't want getCollectionNode to show up in the type definition
51
- let $89e587cd0f107a73$export$6d08773d2e66f8f2 = $89e587cd0f107a73$var$Item;
51
+ let $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 = $c1d7fb2ec91bae71$var$Item;
52
52
 
53
53
 
54
- var $c8f15027e29c0fc9$exports = {};
54
+ var $9fc4852771d079eb$exports = {};
55
55
 
56
- $parcel$export($c8f15027e29c0fc9$exports, "Section", () => $c8f15027e29c0fc9$export$6e2c8f0811a474ce);
56
+ $parcel$export($9fc4852771d079eb$exports, "Section", () => $9fc4852771d079eb$export$6e2c8f0811a474ce);
57
57
 
58
- function $c8f15027e29c0fc9$var$Section(props) {
58
+ function $9fc4852771d079eb$var$Section(props) {
59
59
  return null;
60
60
  }
61
- $c8f15027e29c0fc9$var$Section.getCollectionNode = function* getCollectionNode(props) {
61
+ $9fc4852771d079eb$var$Section.getCollectionNode = function* getCollectionNode(props) {
62
62
  let { children: children , title: title , items: items1 } = props;
63
63
  yield {
64
64
  type: 'section',
@@ -75,7 +75,7 @@ $c8f15027e29c0fc9$var$Section.getCollectionNode = function* getCollectionNode(pr
75
75
  };
76
76
  } else {
77
77
  let items = [];
78
- $dXgez$react.Children.forEach(children, (child)=>{
78
+ $tyW6A$react.Children.forEach(children, (child)=>{
79
79
  items.push({
80
80
  type: 'item',
81
81
  element: child
@@ -87,20 +87,20 @@ $c8f15027e29c0fc9$var$Section.getCollectionNode = function* getCollectionNode(pr
87
87
  };
88
88
  };
89
89
  // We don't want getCollectionNode to show up in the type definition
90
- let $c8f15027e29c0fc9$export$6e2c8f0811a474ce = $c8f15027e29c0fc9$var$Section;
90
+ let $9fc4852771d079eb$export$6e2c8f0811a474ce = $9fc4852771d079eb$var$Section;
91
91
 
92
92
 
93
- var $f2e94723ef6058b9$exports = {};
93
+ var $abe69ec9966cc167$exports = {};
94
94
 
95
95
 
96
- var $54e9526d7573190f$exports = {};
96
+ var $7613b1592d41b092$exports = {};
97
97
 
98
- $parcel$export($54e9526d7573190f$exports, "useCollection", () => $54e9526d7573190f$export$6cd28814d92fa9c9);
98
+ $parcel$export($7613b1592d41b092$exports, "useCollection", () => $7613b1592d41b092$export$6cd28814d92fa9c9);
99
99
 
100
- class $04d34f0d1495595c$export$bf788dd355e3a401 {
100
+ class $eb2240fc39a57fa5$export$bf788dd355e3a401 {
101
101
  build(props, context) {
102
102
  this.context = context;
103
- return $04d34f0d1495595c$var$iterable(()=>this.iterateCollection(props)
103
+ return $eb2240fc39a57fa5$var$iterable(()=>this.iterateCollection(props)
104
104
  );
105
105
  }
106
106
  *iterateCollection(props) {
@@ -114,7 +114,7 @@ class $04d34f0d1495595c$export$bf788dd355e3a401 {
114
114
  });
115
115
  } else {
116
116
  let items = [];
117
- $dXgez$react.Children.forEach(children, (child)=>{
117
+ $tyW6A$react.Children.forEach(children, (child)=>{
118
118
  items.push(child);
119
119
  });
120
120
  let index = 0;
@@ -164,7 +164,7 @@ class $04d34f0d1495595c$export$bf788dd355e3a401 {
164
164
  }
165
165
  // If there's an element with a getCollectionNode function on its type, then it's a supported component.
166
166
  // Call this function to get a partial node, and recursively build a full node from there.
167
- if ($dXgez$react.isValidElement(element)) {
167
+ if ($tyW6A$react.isValidElement(element)) {
168
168
  let type = element.type;
169
169
  if (typeof type !== 'function' && typeof type.getCollectionNode !== 'function') {
170
170
  let name = typeof element.type === 'function' ? element.type.name : element.type;
@@ -182,7 +182,7 @@ class $04d34f0d1495595c$export$bf788dd355e3a401 {
182
182
  ...childNode,
183
183
  key: nodeKey,
184
184
  index: index,
185
- wrapper: $04d34f0d1495595c$var$compose(partialNode.wrapper, childNode.wrapper)
185
+ wrapper: $eb2240fc39a57fa5$var$compose(partialNode.wrapper, childNode.wrapper)
186
186
  }, this.getChildState(state, childNode), parentKey ? `${parentKey}${element.key}` : element.key, parentNode);
187
187
  let children = [
188
188
  ...nodes
@@ -193,7 +193,7 @@ class $04d34f0d1495595c$export$bf788dd355e3a401 {
193
193
  if (node.value) this.cache.set(node.value, node);
194
194
  // The partial node may have specified a type for the child in order to specify a constraint.
195
195
  // Verify that the full node that was built recursively matches this type.
196
- if (partialNode.type && node.type !== partialNode.type) throw new Error(`Unsupported type <${$04d34f0d1495595c$var$capitalize(node.type)}> in <${$04d34f0d1495595c$var$capitalize(parentNode.type)}>. Only <${$04d34f0d1495595c$var$capitalize(partialNode.type)}> is supported.`);
196
+ if (partialNode.type && node.type !== partialNode.type) throw new Error(`Unsupported type <${$eb2240fc39a57fa5$var$capitalize(node.type)}> in <${$eb2240fc39a57fa5$var$capitalize(parentNode.type)}>. Only <${$eb2240fc39a57fa5$var$capitalize(partialNode.type)}> is supported.`);
197
197
  index++;
198
198
  yield node;
199
199
  }
@@ -219,12 +219,16 @@ class $04d34f0d1495595c$export$bf788dd355e3a401 {
219
219
  wrapper: partialNode.wrapper,
220
220
  shouldInvalidate: partialNode.shouldInvalidate,
221
221
  hasChildNodes: partialNode.hasChildNodes,
222
- childNodes: $04d34f0d1495595c$var$iterable(function*() {
222
+ childNodes: $eb2240fc39a57fa5$var$iterable(function*() {
223
223
  if (!partialNode.hasChildNodes) return;
224
224
  let index = 0;
225
225
  for (let child of partialNode.childNodes()){
226
226
  // Ensure child keys are globally unique by prepending the parent node's key
227
- if (child.key != null) child.key = `${node.key}${child.key}`;
227
+ if (child.key != null) // TODO: Remove this line entirely and enforce that users always provide unique keys.
228
+ // Currently this line will have issues when a parent has a key `a` and a child with key `bc`
229
+ // but another parent has key `ab` and its child has a key `c`. The combined keys would result in both
230
+ // children having a key of `abc`.
231
+ child.key = `${node.key}${child.key}`;
228
232
  child.index = index;
229
233
  let nodes = builder.getFullNode(child, builder.getChildState(state, child), node.key, node);
230
234
  for (let node1 of nodes){
@@ -241,7 +245,7 @@ class $04d34f0d1495595c$export$bf788dd355e3a401 {
241
245
  }
242
246
  }
243
247
  // Wraps an iterator function as an iterable object, and caches the results.
244
- function $04d34f0d1495595c$var$iterable(iterator) {
248
+ function $eb2240fc39a57fa5$var$iterable(iterator) {
245
249
  let cache = [];
246
250
  let iterable = null;
247
251
  return {
@@ -255,23 +259,23 @@ function $04d34f0d1495595c$var$iterable(iterator) {
255
259
  }
256
260
  };
257
261
  }
258
- function $04d34f0d1495595c$var$compose(outer, inner) {
262
+ function $eb2240fc39a57fa5$var$compose(outer, inner) {
259
263
  if (outer && inner) return (element)=>outer(inner(element))
260
264
  ;
261
265
  if (outer) return outer;
262
266
  if (inner) return inner;
263
267
  }
264
- function $04d34f0d1495595c$var$capitalize(str) {
268
+ function $eb2240fc39a57fa5$var$capitalize(str) {
265
269
  return str[0].toUpperCase() + str.slice(1);
266
270
  }
267
271
 
268
272
 
269
273
 
270
- function $54e9526d7573190f$export$6cd28814d92fa9c9(props, factory, context, invalidators = []) {
271
- let builder = $dXgez$useMemo(()=>new $04d34f0d1495595c$export$bf788dd355e3a401()
274
+ function $7613b1592d41b092$export$6cd28814d92fa9c9(props, factory, context, invalidators = []) {
275
+ let builder = $tyW6A$useMemo(()=>new $eb2240fc39a57fa5$export$bf788dd355e3a401()
272
276
  , []);
273
- let prev = $dXgez$useRef(null);
274
- return $dXgez$useMemo(()=>{
277
+ let prev = $tyW6A$useRef(null);
278
+ return $tyW6A$useMemo(()=>{
275
279
  let nodes = builder.build(props, context);
276
280
  prev.current = factory(nodes, prev.current);
277
281
  return prev.current;
@@ -287,22 +291,22 @@ function $54e9526d7573190f$export$6cd28814d92fa9c9(props, factory, context, inva
287
291
  }
288
292
 
289
293
 
290
- var $c6b7d36982dcfffc$exports = {};
294
+ var $453cc9f0df89c0a5$exports = {};
291
295
 
292
- $parcel$export($c6b7d36982dcfffc$exports, "getItemCount", () => $c6b7d36982dcfffc$export$77d5aafae4e095b2);
293
- const $c6b7d36982dcfffc$var$cache = new WeakMap();
294
- function $c6b7d36982dcfffc$export$77d5aafae4e095b2(collection) {
295
- let count = $c6b7d36982dcfffc$var$cache.get(collection);
296
+ $parcel$export($453cc9f0df89c0a5$exports, "getItemCount", () => $453cc9f0df89c0a5$export$77d5aafae4e095b2);
297
+ const $453cc9f0df89c0a5$var$cache = new WeakMap();
298
+ function $453cc9f0df89c0a5$export$77d5aafae4e095b2(collection) {
299
+ let count = $453cc9f0df89c0a5$var$cache.get(collection);
296
300
  if (count != null) return count;
297
301
  count = 0;
298
- for (let item of collection)if (item.type === 'section') count += $c6b7d36982dcfffc$export$77d5aafae4e095b2(item.childNodes);
302
+ for (let item of collection)if (item.type === 'section') count += $453cc9f0df89c0a5$export$77d5aafae4e095b2(item.childNodes);
299
303
  else count++;
300
- $c6b7d36982dcfffc$var$cache.set(collection, count);
304
+ $453cc9f0df89c0a5$var$cache.set(collection, count);
301
305
  return count;
302
306
  }
303
307
 
304
308
 
305
309
 
306
310
 
307
- export {$89e587cd0f107a73$export$6d08773d2e66f8f2 as Item, $c8f15027e29c0fc9$export$6e2c8f0811a474ce as Section, $54e9526d7573190f$export$6cd28814d92fa9c9 as useCollection, $c6b7d36982dcfffc$export$77d5aafae4e095b2 as getItemCount};
311
+ export {$c1d7fb2ec91bae71$export$6d08773d2e66f8f2 as Item, $9fc4852771d079eb$export$6e2c8f0811a474ce as Section, $7613b1592d41b092$export$6cd28814d92fa9c9 as useCollection, $453cc9f0df89c0a5$export$77d5aafae4e095b2 as getItemCount};
308
312
  //# sourceMappingURL=module.js.map
@@ -1 +1 @@
1
- {"mappings":"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","sources":["packages/@react-stately/collections/src/index.ts","packages/@react-stately/collections/src/Item.ts","packages/@react-stately/collections/src/Section.ts","packages/@react-stately/collections/src/types.ts","packages/@react-stately/collections/src/useCollection.ts","packages/@react-stately/collections/src/CollectionBuilder.ts","packages/@react-stately/collections/src/getItemCount.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport * from './Item';\nexport * from './Section';\nexport * from './types';\nexport * from './useCollection';\nexport * from './getItemCount';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ItemElement, ItemProps} from '@react-types/shared';\nimport {PartialNode} from './types';\nimport React, {ReactElement} from 'react';\n\nfunction Item<T>(props: ItemProps<T>): ReactElement { // eslint-disable-line @typescript-eslint/no-unused-vars\n return null;\n}\n\nItem.getCollectionNode = function* getCollectionNode<T>(props: ItemProps<T>, context: any): Generator<PartialNode<T>> {\n let {childItems, title, children} = props;\n\n let rendered = props.title || props.children;\n let textValue = props.textValue || (typeof rendered === 'string' ? rendered : '') || props['aria-label'] || '';\n\n // suppressTextValueWarning is used in components like Tabs, which don't have type to select support.\n if (!textValue && !context?.suppressTextValueWarning) {\n console.warn('<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.');\n }\n\n yield {\n type: 'item',\n props: props,\n rendered,\n textValue,\n 'aria-label': props['aria-label'],\n hasChildNodes: hasChildItems(props),\n *childNodes() {\n if (childItems) {\n for (let child of childItems) {\n yield {\n type: 'item',\n value: child\n };\n }\n } else if (title) {\n let items: PartialNode<T>[] = [];\n React.Children.forEach(children, child => {\n items.push({\n type: 'item',\n element: child as ItemElement<T>\n });\n });\n\n yield* items;\n }\n }\n };\n};\n\nfunction hasChildItems<T>(props: ItemProps<T>) {\n if (props.hasChildItems != null) {\n return props.hasChildItems;\n }\n\n if (props.childItems) {\n return true;\n }\n\n if (props.title && React.Children.count(props.children) > 0) {\n return true;\n }\n\n return false;\n}\n\n// We don't want getCollectionNode to show up in the type definition\nlet _Item = Item as <T>(props: ItemProps<T>) => JSX.Element;\nexport {_Item as Item};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {PartialNode} from './types';\nimport React, {ReactElement} from 'react';\nimport {SectionProps} from '@react-types/shared';\n\nfunction Section<T>(props: SectionProps<T>): ReactElement { // eslint-disable-line @typescript-eslint/no-unused-vars\n return null;\n}\n\nSection.getCollectionNode = function* getCollectionNode<T>(props: SectionProps<T>): Generator<PartialNode<T>> {\n let {children, title, items} = props;\n yield {\n type: 'section',\n hasChildNodes: true,\n rendered: title,\n 'aria-label': props['aria-label'],\n *childNodes() {\n if (typeof children === 'function') {\n if (!items) {\n throw new Error('props.children was a function but props.items is missing');\n }\n \n for (let item of items) {\n yield {\n type: 'item',\n value: item,\n renderer: children\n };\n }\n } else {\n let items: PartialNode<T>[] = [];\n React.Children.forEach(children, child => {\n items.push({\n type: 'item',\n element: child\n });\n });\n\n yield* items;\n }\n }\n };\n};\n\n// We don't want getCollectionNode to show up in the type definition\nlet _Section = Section as <T>(props: SectionProps<T>) => JSX.Element;\nexport {_Section as Section};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ItemRenderer} from '@react-types/shared';\nimport {Key, ReactElement, ReactNode} from 'react';\n\nexport interface PartialNode<T> {\n type?: string,\n key?: Key,\n value?: T,\n element?: ReactElement,\n wrapper?: (element: ReactElement) => ReactElement,\n rendered?: ReactNode,\n textValue?: string,\n 'aria-label'?: string,\n index?: number,\n renderer?: ItemRenderer<T>,\n hasChildNodes?: boolean,\n childNodes?: () => IterableIterator<PartialNode<T>>,\n props?: any,\n shouldInvalidate?: (context: unknown) => boolean\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {Collection, CollectionBase, Node} from '@react-types/shared';\nimport {CollectionBuilder} from './CollectionBuilder';\nimport {useMemo, useRef} from 'react';\n\ntype CollectionFactory<T, C extends Collection<Node<T>>> = (node: Iterable<Node<T>>, prev: C | null) => C;\n\nexport function useCollection<T extends object, C extends Collection<Node<T>> = Collection<Node<T>>>(props: CollectionBase<T>, factory: CollectionFactory<T, C>, context?: unknown, invalidators: Array<any> = []): C {\n let builder = useMemo(() => new CollectionBuilder<T>(), []);\n\n let prev = useRef<C>(null);\n return useMemo(() => {\n let nodes = builder.build(props, context);\n prev.current = factory(nodes, prev.current);\n return prev.current;\n // Don't invalidate when any prop changes, just the two we care about.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [builder, props.children, props.items, context, ...invalidators]);\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {CollectionBase, CollectionElement, Node} from '@react-types/shared';\nimport {PartialNode} from './types';\nimport React, {Key, ReactElement} from 'react';\n\ninterface CollectionBuilderState {\n renderer?: (value: any) => ReactElement\n}\n\nexport class CollectionBuilder<T extends object> {\n private context?: unknown;\n private cache: WeakMap<T, Node<T>> = new WeakMap();\n\n build(props: CollectionBase<T>, context?: unknown) {\n this.context = context;\n return iterable(() => this.iterateCollection(props));\n }\n\n private *iterateCollection(props: CollectionBase<T>) {\n let {children, items} = props;\n\n if (typeof children === 'function') {\n if (!items) {\n throw new Error('props.children was a function but props.items is missing');\n }\n\n for (let item of props.items) {\n yield* this.getFullNode({\n value: item\n }, {renderer: children});\n }\n } else {\n let items: CollectionElement<T>[] = [];\n React.Children.forEach(children, child => {\n items.push(child);\n });\n\n let index = 0;\n for (let item of items) {\n let nodes = this.getFullNode({\n element: item,\n index: index\n }, {});\n\n for (let node of nodes) {\n index++;\n yield node;\n }\n }\n }\n }\n\n private getKey(item: CollectionElement<T>, partialNode: PartialNode<T>, state: CollectionBuilderState, parentKey?: Key): Key {\n if (item.key != null) {\n return item.key;\n }\n\n if (partialNode.type === 'cell' && partialNode.key != null) {\n return `${parentKey}${partialNode.key}`;\n }\n\n let v = partialNode.value as any;\n if (v != null) {\n let key = v.key ?? v.id;\n if (key == null) {\n throw new Error('No key found for item');\n }\n\n return key;\n }\n\n return parentKey ? `${parentKey}.${partialNode.index}` : `$.${partialNode.index}`;\n }\n\n private getChildState(state: CollectionBuilderState, partialNode: PartialNode<T>) {\n return {\n renderer: partialNode.renderer || state.renderer\n };\n }\n\n private *getFullNode(partialNode: PartialNode<T>, state: CollectionBuilderState, parentKey?: Key, parentNode?: Node<T>): Generator<Node<T>> {\n // If there's a value instead of an element on the node, and a parent renderer function is available,\n // use it to render an element for the value.\n let element = partialNode.element;\n if (!element && partialNode.value && state && state.renderer) {\n let cached = this.cache.get(partialNode.value);\n if (cached && (!cached.shouldInvalidate || !cached.shouldInvalidate(this.context))) {\n cached.index = partialNode.index;\n cached.parentKey = parentNode ? parentNode.key : null;\n yield cached;\n return;\n }\n\n element = state.renderer(partialNode.value);\n }\n\n // If there's an element with a getCollectionNode function on its type, then it's a supported component.\n // Call this function to get a partial node, and recursively build a full node from there.\n if (React.isValidElement(element)) {\n let type = element.type as any;\n if (typeof type !== 'function' && typeof type.getCollectionNode !== 'function') {\n let name = typeof element.type === 'function' ? element.type.name : element.type;\n throw new Error(`Unknown element <${name}> in collection.`);\n }\n\n let childNodes = type.getCollectionNode(element.props, this.context) as Generator<PartialNode<T>, void, Node<T>[]>;\n let index = partialNode.index;\n let result = childNodes.next();\n while (!result.done && result.value) {\n let childNode = result.value;\n\n partialNode.index = index;\n\n let nodeKey = childNode.key;\n if (!nodeKey) {\n nodeKey = childNode.element ? null : this.getKey(element as CollectionElement<T>, partialNode, state, parentKey);\n }\n\n let nodes = this.getFullNode({\n ...childNode,\n key: nodeKey,\n index,\n wrapper: compose(partialNode.wrapper, childNode.wrapper)\n }, this.getChildState(state, childNode), parentKey ? `${parentKey}${element.key}` : element.key, parentNode);\n\n let children = [...nodes];\n for (let node of children) {\n // Cache the node based on its value\n node.value = childNode.value || partialNode.value;\n if (node.value) {\n this.cache.set(node.value, node);\n }\n\n // The partial node may have specified a type for the child in order to specify a constraint.\n // Verify that the full node that was built recursively matches this type.\n if (partialNode.type && node.type !== partialNode.type) {\n throw new Error(`Unsupported type <${capitalize(node.type)}> in <${capitalize(parentNode.type)}>. Only <${capitalize(partialNode.type)}> is supported.`);\n }\n\n index++;\n yield node;\n }\n\n result = childNodes.next(children);\n }\n\n return;\n }\n\n // Ignore invalid elements\n if (partialNode.key == null) {\n return;\n }\n\n // Create full node\n let builder = this;\n let node: Node<T> = {\n type: partialNode.type,\n props: partialNode.props,\n key: partialNode.key,\n parentKey: parentNode ? parentNode.key : null,\n value: partialNode.value,\n level: parentNode ? parentNode.level + 1 : 0,\n index: partialNode.index,\n rendered: partialNode.rendered,\n textValue: partialNode.textValue,\n 'aria-label': partialNode['aria-label'],\n wrapper: partialNode.wrapper,\n shouldInvalidate: partialNode.shouldInvalidate,\n hasChildNodes: partialNode.hasChildNodes,\n childNodes: iterable(function *() {\n if (!partialNode.hasChildNodes) {\n return;\n }\n\n let index = 0;\n for (let child of partialNode.childNodes()) {\n // Ensure child keys are globally unique by prepending the parent node's key\n if (child.key != null) {\n child.key = `${node.key}${child.key}`;\n }\n\n child.index = index;\n let nodes = builder.getFullNode(child, builder.getChildState(state, child), node.key, node);\n for (let node of nodes) {\n index++;\n yield node;\n }\n }\n })\n };\n\n yield node;\n }\n}\n\n// Wraps an iterator function as an iterable object, and caches the results.\nfunction iterable<T>(iterator: () => IterableIterator<Node<T>>): Iterable<Node<T>> {\n let cache = [];\n let iterable = null;\n return {\n *[Symbol.iterator]() {\n for (let item of cache) {\n yield item;\n }\n\n if (!iterable) {\n iterable = iterator();\n }\n\n for (let item of iterable) {\n cache.push(item);\n yield item;\n }\n }\n };\n}\n\ntype Wrapper = (element: ReactElement) => ReactElement;\nfunction compose(outer: Wrapper | void, inner: Wrapper | void): Wrapper {\n if (outer && inner) {\n return (element) => outer(inner(element));\n }\n\n if (outer) {\n return outer;\n }\n\n if (inner) {\n return inner;\n }\n}\n\nfunction capitalize(str: string) {\n return str[0].toUpperCase() + str.slice(1);\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {Node} from '@react-types/shared';\n\nconst cache = new WeakMap<Iterable<unknown>, number>();\n\nexport function getItemCount<T>(collection: Iterable<Node<T>>): number {\n let count = cache.get(collection);\n if (count != null) {\n return count;\n }\n\n count = 0;\n for (let item of collection) {\n if (item.type === 'section') {\n count += getItemCount(item.childNodes);\n } else {\n count++;\n }\n }\n\n cache.set(collection, count);\n return count;\n}\n"],"names":[],"version":3,"file":"module.js.map"}
1
+ {"mappings":"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","sources":["packages/@react-stately/collections/src/index.ts","packages/@react-stately/collections/src/Item.ts","packages/@react-stately/collections/src/Section.ts","packages/@react-stately/collections/src/types.ts","packages/@react-stately/collections/src/useCollection.ts","packages/@react-stately/collections/src/CollectionBuilder.ts","packages/@react-stately/collections/src/getItemCount.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport * from './Item';\nexport * from './Section';\nexport * from './types';\nexport * from './useCollection';\nexport * from './getItemCount';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ItemElement, ItemProps} from '@react-types/shared';\nimport {PartialNode} from './types';\nimport React, {ReactElement} from 'react';\n\nfunction Item<T>(props: ItemProps<T>): ReactElement { // eslint-disable-line @typescript-eslint/no-unused-vars\n return null;\n}\n\nItem.getCollectionNode = function* getCollectionNode<T>(props: ItemProps<T>, context: any): Generator<PartialNode<T>> {\n let {childItems, title, children} = props;\n\n let rendered = props.title || props.children;\n let textValue = props.textValue || (typeof rendered === 'string' ? rendered : '') || props['aria-label'] || '';\n\n // suppressTextValueWarning is used in components like Tabs, which don't have type to select support.\n if (!textValue && !context?.suppressTextValueWarning) {\n console.warn('<Item> with non-plain text contents is unsupported by type to select for accessibility. Please add a `textValue` prop.');\n }\n\n yield {\n type: 'item',\n props: props,\n rendered,\n textValue,\n 'aria-label': props['aria-label'],\n hasChildNodes: hasChildItems(props),\n *childNodes() {\n if (childItems) {\n for (let child of childItems) {\n yield {\n type: 'item',\n value: child\n };\n }\n } else if (title) {\n let items: PartialNode<T>[] = [];\n React.Children.forEach(children, child => {\n items.push({\n type: 'item',\n element: child as ItemElement<T>\n });\n });\n\n yield* items;\n }\n }\n };\n};\n\nfunction hasChildItems<T>(props: ItemProps<T>) {\n if (props.hasChildItems != null) {\n return props.hasChildItems;\n }\n\n if (props.childItems) {\n return true;\n }\n\n if (props.title && React.Children.count(props.children) > 0) {\n return true;\n }\n\n return false;\n}\n\n// We don't want getCollectionNode to show up in the type definition\nlet _Item = Item as <T>(props: ItemProps<T>) => JSX.Element;\nexport {_Item as Item};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {PartialNode} from './types';\nimport React, {ReactElement} from 'react';\nimport {SectionProps} from '@react-types/shared';\n\nfunction Section<T>(props: SectionProps<T>): ReactElement { // eslint-disable-line @typescript-eslint/no-unused-vars\n return null;\n}\n\nSection.getCollectionNode = function* getCollectionNode<T>(props: SectionProps<T>): Generator<PartialNode<T>> {\n let {children, title, items} = props;\n yield {\n type: 'section',\n hasChildNodes: true,\n rendered: title,\n 'aria-label': props['aria-label'],\n *childNodes() {\n if (typeof children === 'function') {\n if (!items) {\n throw new Error('props.children was a function but props.items is missing');\n }\n \n for (let item of items) {\n yield {\n type: 'item',\n value: item,\n renderer: children\n };\n }\n } else {\n let items: PartialNode<T>[] = [];\n React.Children.forEach(children, child => {\n items.push({\n type: 'item',\n element: child\n });\n });\n\n yield* items;\n }\n }\n };\n};\n\n// We don't want getCollectionNode to show up in the type definition\nlet _Section = Section as <T>(props: SectionProps<T>) => JSX.Element;\nexport {_Section as Section};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ItemRenderer} from '@react-types/shared';\nimport {Key, ReactElement, ReactNode} from 'react';\n\nexport interface PartialNode<T> {\n type?: string,\n key?: Key,\n value?: T,\n element?: ReactElement,\n wrapper?: (element: ReactElement) => ReactElement,\n rendered?: ReactNode,\n textValue?: string,\n 'aria-label'?: string,\n index?: number,\n renderer?: ItemRenderer<T>,\n hasChildNodes?: boolean,\n childNodes?: () => IterableIterator<PartialNode<T>>,\n props?: any,\n shouldInvalidate?: (context: unknown) => boolean\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {Collection, CollectionBase, Node} from '@react-types/shared';\nimport {CollectionBuilder} from './CollectionBuilder';\nimport {useMemo, useRef} from 'react';\n\ntype CollectionFactory<T, C extends Collection<Node<T>>> = (node: Iterable<Node<T>>, prev: C | null) => C;\n\nexport function useCollection<T extends object, C extends Collection<Node<T>> = Collection<Node<T>>>(props: CollectionBase<T>, factory: CollectionFactory<T, C>, context?: unknown, invalidators: Array<any> = []): C {\n let builder = useMemo(() => new CollectionBuilder<T>(), []);\n\n let prev = useRef<C>(null);\n return useMemo(() => {\n let nodes = builder.build(props, context);\n prev.current = factory(nodes, prev.current);\n return prev.current;\n // Don't invalidate when any prop changes, just the two we care about.\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [builder, props.children, props.items, context, ...invalidators]);\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {CollectionBase, CollectionElement, Node} from '@react-types/shared';\nimport {PartialNode} from './types';\nimport React, {Key, ReactElement} from 'react';\n\ninterface CollectionBuilderState {\n renderer?: (value: any) => ReactElement\n}\n\nexport class CollectionBuilder<T extends object> {\n private context?: unknown;\n private cache: WeakMap<T, Node<T>> = new WeakMap();\n\n build(props: CollectionBase<T>, context?: unknown) {\n this.context = context;\n return iterable(() => this.iterateCollection(props));\n }\n\n private *iterateCollection(props: CollectionBase<T>) {\n let {children, items} = props;\n\n if (typeof children === 'function') {\n if (!items) {\n throw new Error('props.children was a function but props.items is missing');\n }\n\n for (let item of props.items) {\n yield* this.getFullNode({\n value: item\n }, {renderer: children});\n }\n } else {\n let items: CollectionElement<T>[] = [];\n React.Children.forEach(children, child => {\n items.push(child);\n });\n\n let index = 0;\n for (let item of items) {\n let nodes = this.getFullNode({\n element: item,\n index: index\n }, {});\n\n for (let node of nodes) {\n index++;\n yield node;\n }\n }\n }\n }\n\n private getKey(item: CollectionElement<T>, partialNode: PartialNode<T>, state: CollectionBuilderState, parentKey?: Key): Key {\n if (item.key != null) {\n return item.key;\n }\n\n if (partialNode.type === 'cell' && partialNode.key != null) {\n return `${parentKey}${partialNode.key}`;\n }\n\n let v = partialNode.value as any;\n if (v != null) {\n let key = v.key ?? v.id;\n if (key == null) {\n throw new Error('No key found for item');\n }\n\n return key;\n }\n\n return parentKey ? `${parentKey}.${partialNode.index}` : `$.${partialNode.index}`;\n }\n\n private getChildState(state: CollectionBuilderState, partialNode: PartialNode<T>) {\n return {\n renderer: partialNode.renderer || state.renderer\n };\n }\n\n private *getFullNode(partialNode: PartialNode<T>, state: CollectionBuilderState, parentKey?: Key, parentNode?: Node<T>): Generator<Node<T>> {\n // If there's a value instead of an element on the node, and a parent renderer function is available,\n // use it to render an element for the value.\n let element = partialNode.element;\n if (!element && partialNode.value && state && state.renderer) {\n let cached = this.cache.get(partialNode.value);\n if (cached && (!cached.shouldInvalidate || !cached.shouldInvalidate(this.context))) {\n cached.index = partialNode.index;\n cached.parentKey = parentNode ? parentNode.key : null;\n yield cached;\n return;\n }\n\n element = state.renderer(partialNode.value);\n }\n\n // If there's an element with a getCollectionNode function on its type, then it's a supported component.\n // Call this function to get a partial node, and recursively build a full node from there.\n if (React.isValidElement(element)) {\n let type = element.type as any;\n if (typeof type !== 'function' && typeof type.getCollectionNode !== 'function') {\n let name = typeof element.type === 'function' ? element.type.name : element.type;\n throw new Error(`Unknown element <${name}> in collection.`);\n }\n\n let childNodes = type.getCollectionNode(element.props, this.context) as Generator<PartialNode<T>, void, Node<T>[]>;\n let index = partialNode.index;\n let result = childNodes.next();\n while (!result.done && result.value) {\n let childNode = result.value;\n\n partialNode.index = index;\n\n let nodeKey = childNode.key;\n if (!nodeKey) {\n nodeKey = childNode.element ? null : this.getKey(element as CollectionElement<T>, partialNode, state, parentKey);\n }\n\n let nodes = this.getFullNode({\n ...childNode,\n key: nodeKey,\n index,\n wrapper: compose(partialNode.wrapper, childNode.wrapper)\n }, this.getChildState(state, childNode), parentKey ? `${parentKey}${element.key}` : element.key, parentNode);\n\n let children = [...nodes];\n for (let node of children) {\n // Cache the node based on its value\n node.value = childNode.value || partialNode.value;\n if (node.value) {\n this.cache.set(node.value, node);\n }\n\n // The partial node may have specified a type for the child in order to specify a constraint.\n // Verify that the full node that was built recursively matches this type.\n if (partialNode.type && node.type !== partialNode.type) {\n throw new Error(`Unsupported type <${capitalize(node.type)}> in <${capitalize(parentNode.type)}>. Only <${capitalize(partialNode.type)}> is supported.`);\n }\n\n index++;\n yield node;\n }\n\n result = childNodes.next(children);\n }\n\n return;\n }\n\n // Ignore invalid elements\n if (partialNode.key == null) {\n return;\n }\n\n // Create full node\n let builder = this;\n let node: Node<T> = {\n type: partialNode.type,\n props: partialNode.props,\n key: partialNode.key,\n parentKey: parentNode ? parentNode.key : null,\n value: partialNode.value,\n level: parentNode ? parentNode.level + 1 : 0,\n index: partialNode.index,\n rendered: partialNode.rendered,\n textValue: partialNode.textValue,\n 'aria-label': partialNode['aria-label'],\n wrapper: partialNode.wrapper,\n shouldInvalidate: partialNode.shouldInvalidate,\n hasChildNodes: partialNode.hasChildNodes,\n childNodes: iterable(function *() {\n if (!partialNode.hasChildNodes) {\n return;\n }\n\n let index = 0;\n for (let child of partialNode.childNodes()) {\n // Ensure child keys are globally unique by prepending the parent node's key\n if (child.key != null) {\n // TODO: Remove this line entirely and enforce that users always provide unique keys.\n // Currently this line will have issues when a parent has a key `a` and a child with key `bc`\n // but another parent has key `ab` and its child has a key `c`. The combined keys would result in both\n // children having a key of `abc`.\n child.key = `${node.key}${child.key}`;\n }\n\n child.index = index;\n let nodes = builder.getFullNode(child, builder.getChildState(state, child), node.key, node);\n for (let node of nodes) {\n index++;\n yield node;\n }\n }\n })\n };\n\n yield node;\n }\n}\n\n// Wraps an iterator function as an iterable object, and caches the results.\nfunction iterable<T>(iterator: () => IterableIterator<Node<T>>): Iterable<Node<T>> {\n let cache = [];\n let iterable = null;\n return {\n *[Symbol.iterator]() {\n for (let item of cache) {\n yield item;\n }\n\n if (!iterable) {\n iterable = iterator();\n }\n\n for (let item of iterable) {\n cache.push(item);\n yield item;\n }\n }\n };\n}\n\ntype Wrapper = (element: ReactElement) => ReactElement;\nfunction compose(outer: Wrapper | void, inner: Wrapper | void): Wrapper {\n if (outer && inner) {\n return (element) => outer(inner(element));\n }\n\n if (outer) {\n return outer;\n }\n\n if (inner) {\n return inner;\n }\n}\n\nfunction capitalize(str: string) {\n return str[0].toUpperCase() + str.slice(1);\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {Node} from '@react-types/shared';\n\nconst cache = new WeakMap<Iterable<unknown>, number>();\n\nexport function getItemCount<T>(collection: Iterable<Node<T>>): number {\n let count = cache.get(collection);\n if (count != null) {\n return count;\n }\n\n count = 0;\n for (let item of collection) {\n if (item.type === 'section') {\n count += getItemCount(item.childNodes);\n } else {\n count++;\n }\n }\n\n cache.set(collection, count);\n return count;\n}\n"],"names":[],"version":3,"file":"module.js.map"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/collections",
3
- "version": "3.3.6",
3
+ "version": "3.4.0",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -18,13 +18,13 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@babel/runtime": "^7.6.2",
21
- "@react-types/shared": "^3.11.1"
21
+ "@react-types/shared": "^3.13.0"
22
22
  },
23
23
  "peerDependencies": {
24
- "react": "^16.8.0 || ^17.0.0-rc.1"
24
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "404d41859b7d6f56201d7fc01bd9f22ae3512937"
29
+ "gitHead": "8f921ec5094e7c2b3c301bcb6133372e35a2052b"
30
30
  }
@@ -188,6 +188,10 @@ export class CollectionBuilder<T extends object> {
188
188
  for (let child of partialNode.childNodes()) {
189
189
  // Ensure child keys are globally unique by prepending the parent node's key
190
190
  if (child.key != null) {
191
+ // TODO: Remove this line entirely and enforce that users always provide unique keys.
192
+ // Currently this line will have issues when a parent has a key `a` and a child with key `bc`
193
+ // but another parent has key `ab` and its child has a key `c`. The combined keys would result in both
194
+ // children having a key of `abc`.
191
195
  child.key = `${node.key}${child.key}`;
192
196
  }
193
197