@react-spectrum/menu 3.14.1-nightly.4149 → 3.14.1-nightly.4153

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/import.mjs CHANGED
@@ -7,7 +7,7 @@ import $9SHwR$react, {useRef as $9SHwR$useRef, Fragment as $9SHwR$Fragment, forw
7
7
  import {useMenuTrigger as $9SHwR$useMenuTrigger, useMenu as $9SHwR$useMenu, useMenuItem as $9SHwR$useMenuItem, useMenuSection as $9SHwR$useMenuSection} from "@react-aria/menu";
8
8
  import {useMenuTriggerState as $9SHwR$useMenuTriggerState} from "@react-stately/menu";
9
9
  import {FocusScope as $9SHwR$FocusScope, FocusRing as $9SHwR$FocusRing} from "@react-aria/focus";
10
- import {mergeProps as $9SHwR$mergeProps, useSyncRef as $9SHwR$useSyncRef, filterDOMProps as $9SHwR$filterDOMProps, useObjectRef as $9SHwR$useObjectRef, mergeRefs as $9SHwR$mergeRefs, useSlotId as $9SHwR$useSlotId} from "@react-aria/utils";
10
+ import {mergeProps as $9SHwR$mergeProps, useSyncRef as $9SHwR$useSyncRef, useObjectRef as $9SHwR$useObjectRef, mergeRefs as $9SHwR$mergeRefs, useSlotId as $9SHwR$useSlotId, filterDOMProps as $9SHwR$filterDOMProps} from "@react-aria/utils";
11
11
  import {useTreeState as $9SHwR$useTreeState} from "@react-stately/tree";
12
12
  import $9SHwR$spectrumiconsuiCheckmarkMedium from "@spectrum-icons/ui/CheckmarkMedium";
13
13
  import {Grid as $9SHwR$Grid} from "@react-spectrum/layout";
@@ -259,7 +259,6 @@ function $aa0b855f135b86e3$var$MenuTrigger(props, ref) {
259
259
 
260
260
 
261
261
 
262
-
263
262
  var $90339528ca3fdd88$exports = {};
264
263
  var $9c47fa309a7d4d43$exports = {};
265
264
  $9c47fa309a7d4d43$exports = {
@@ -543,6 +542,7 @@ $90339528ca3fdd88$exports = {
543
542
 
544
543
 
545
544
 
545
+
546
546
  function $48fb8f5e1202c980$export$2ce376c2cc3355c8(props) {
547
547
  let { item: item , state: state , isVirtualized: isVirtualized , onAction: onAction } = props;
548
548
  let stringFormatter = (0, $9SHwR$useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($90339528ca3fdd88$exports))));
@@ -552,9 +552,6 @@ function $48fb8f5e1202c980$export$2ce376c2cc3355c8(props) {
552
552
  let isUnavailable = false;
553
553
  if (isMenuDialogTrigger) isUnavailable = menuDialogContext.isUnavailable;
554
554
  let ElementType = item.props.href ? "a" : "div";
555
- let domProps = (0, $9SHwR$filterDOMProps)(item.props, {
556
- isLink: !!item.props.href
557
- });
558
555
  let { closeOnSelect: closeOnSelect } = (0, $d94604d52c3e3feb$export$21c7ab35b39f78ec)();
559
556
  let { rendered: rendered , key: key } = item;
560
557
  let isSelected = state.selectionManager.isSelected(key);
@@ -587,7 +584,7 @@ function $48fb8f5e1202c980$export$2ce376c2cc3355c8(props) {
587
584
  return /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$FocusRing), {
588
585
  focusRingClass: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($286d1cb34bb7dc84$exports))), "focus-ring")
589
586
  }, /*#__PURE__*/ (0, $9SHwR$react).createElement(ElementType, {
590
- ...(0, $9SHwR$mergeProps)(menuItemProps, domProps),
587
+ ...menuItemProps,
591
588
  ref: ref,
592
589
  className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($286d1cb34bb7dc84$exports))), "spectrum-Menu-item", {
593
590
  "is-disabled": isDisabled,
package/dist/main.js CHANGED
@@ -266,7 +266,6 @@ function $e56311f7204399c7$var$MenuTrigger(props, ref) {
266
266
 
267
267
 
268
268
 
269
-
270
269
  var $2f9ceea24fba5443$exports = {};
271
270
  var $517603d8c7b8e5e5$exports = {};
272
271
  $517603d8c7b8e5e5$exports = {
@@ -550,6 +549,7 @@ $2f9ceea24fba5443$exports = {
550
549
 
551
550
 
552
551
 
552
+
553
553
  function $1d718563708db5b5$export$2ce376c2cc3355c8(props) {
554
554
  let { item: item , state: state , isVirtualized: isVirtualized , onAction: onAction } = props;
555
555
  let stringFormatter = (0, $3ThwF$reactariai18n.useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($2f9ceea24fba5443$exports))));
@@ -559,9 +559,6 @@ function $1d718563708db5b5$export$2ce376c2cc3355c8(props) {
559
559
  let isUnavailable = false;
560
560
  if (isMenuDialogTrigger) isUnavailable = menuDialogContext.isUnavailable;
561
561
  let ElementType = item.props.href ? "a" : "div";
562
- let domProps = (0, $3ThwF$reactariautils.filterDOMProps)(item.props, {
563
- isLink: !!item.props.href
564
- });
565
562
  let { closeOnSelect: closeOnSelect } = (0, $cac834c4bc0a51d3$export$21c7ab35b39f78ec)();
566
563
  let { rendered: rendered , key: key } = item;
567
564
  let isSelected = state.selectionManager.isSelected(key);
@@ -594,7 +591,7 @@ function $1d718563708db5b5$export$2ce376c2cc3355c8(props) {
594
591
  return /*#__PURE__*/ (0, ($parcel$interopDefault($3ThwF$react))).createElement((0, $3ThwF$reactariafocus.FocusRing), {
595
592
  focusRingClass: (0, $3ThwF$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3deee0fd2b46e64f$exports))), "focus-ring")
596
593
  }, /*#__PURE__*/ (0, ($parcel$interopDefault($3ThwF$react))).createElement(ElementType, {
597
- ...(0, $3ThwF$reactariautils.mergeProps)(menuItemProps, domProps),
594
+ ...menuItemProps,
598
595
  ref: ref,
599
596
  className: (0, $3ThwF$reactspectrumutils.classNames)((0, (/*@__PURE__*/$parcel$interopDefault($3deee0fd2b46e64f$exports))), "spectrum-Menu-item", {
600
597
  "is-disabled": isDisabled,
package/dist/main.js.map CHANGED
@@ -1 +1 @@
1
- {"mappings":"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","sources":["packages/@react-spectrum/menu/src/index.ts","packages/@react-spectrum/menu/src/MenuTrigger.tsx","packages/@react-spectrum/menu/src/context.ts","packages/@adobe/spectrum-css-temp/components/menu/vars.css","packages/@react-spectrum/menu/src/Menu.tsx","packages/@react-spectrum/menu/src/MenuItem.tsx","packages/@react-spectrum/menu/src/*.js","packages/@react-spectrum/menu/intl/ar-AE.json","packages/@react-spectrum/menu/intl/bg-BG.json","packages/@react-spectrum/menu/intl/cs-CZ.json","packages/@react-spectrum/menu/intl/da-DK.json","packages/@react-spectrum/menu/intl/de-DE.json","packages/@react-spectrum/menu/intl/el-GR.json","packages/@react-spectrum/menu/intl/en-US.json","packages/@react-spectrum/menu/intl/es-ES.json","packages/@react-spectrum/menu/intl/et-EE.json","packages/@react-spectrum/menu/intl/fi-FI.json","packages/@react-spectrum/menu/intl/fr-FR.json","packages/@react-spectrum/menu/intl/he-IL.json","packages/@react-spectrum/menu/intl/hr-HR.json","packages/@react-spectrum/menu/intl/hu-HU.json","packages/@react-spectrum/menu/intl/it-IT.json","packages/@react-spectrum/menu/intl/ja-JP.json","packages/@react-spectrum/menu/intl/ko-KR.json","packages/@react-spectrum/menu/intl/lt-LT.json","packages/@react-spectrum/menu/intl/lv-LV.json","packages/@react-spectrum/menu/intl/nb-NO.json","packages/@react-spectrum/menu/intl/nl-NL.json","packages/@react-spectrum/menu/intl/pl-PL.json","packages/@react-spectrum/menu/intl/pt-BR.json","packages/@react-spectrum/menu/intl/pt-PT.json","packages/@react-spectrum/menu/intl/ro-RO.json","packages/@react-spectrum/menu/intl/ru-RU.json","packages/@react-spectrum/menu/intl/sk-SK.json","packages/@react-spectrum/menu/intl/sl-SI.json","packages/@react-spectrum/menu/intl/sr-SP.json","packages/@react-spectrum/menu/intl/sv-SE.json","packages/@react-spectrum/menu/intl/tr-TR.json","packages/@react-spectrum/menu/intl/uk-UA.json","packages/@react-spectrum/menu/intl/zh-CN.json","packages/@react-spectrum/menu/intl/zh-TW.json","packages/@react-spectrum/menu/src/MenuSection.tsx","packages/@react-spectrum/menu/src/ActionMenu.tsx","packages/@react-spectrum/menu/src/ContextualHelpTrigger.tsx","packages/@adobe/spectrum-css-temp/components/contextualhelp/vars.css"],"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\n/// <reference types=\"css-module-types\" />\n\nexport {MenuTrigger} from './MenuTrigger';\nexport {Menu} from './Menu';\nexport {ActionMenu} from './ActionMenu';\nexport {ContextualHelpTrigger} from './ContextualHelpTrigger';\nexport {Item, Section} from '@react-stately/collections';\nexport type {SpectrumActionMenuProps, SpectrumMenuProps, SpectrumMenuTriggerProps} from '@react-types/menu';\nexport type {SpectrumMenuDialogTriggerProps} from './ContextualHelpTrigger';\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 {classNames, SlotProvider, useDOMRef, useIsMobileDevice} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {MenuContext} from './context';\nimport {Placement} from '@react-types/overlays';\nimport {Popover, Tray} from '@react-spectrum/overlays';\nimport {PressResponder} from '@react-aria/interactions';\nimport React, {forwardRef, Fragment, useRef} from 'react';\nimport {SpectrumMenuTriggerProps} from '@react-types/menu';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {useMenuTrigger} from '@react-aria/menu';\nimport {useMenuTriggerState} from '@react-stately/menu';\n\nfunction MenuTrigger(props: SpectrumMenuTriggerProps, ref: DOMRef<HTMLElement>) {\n let triggerRef = useRef<HTMLElement>();\n let domRef = useDOMRef(ref);\n let menuTriggerRef = domRef || triggerRef;\n let menuRef = useRef<HTMLDivElement>();\n let {\n children,\n align = 'start',\n shouldFlip = true,\n direction = 'bottom',\n closeOnSelect,\n trigger = 'press'\n } = props;\n\n let [menuTrigger, menu] = React.Children.toArray(children);\n let state = useMenuTriggerState(props);\n\n let {menuTriggerProps, menuProps} = useMenuTrigger({trigger}, state, menuTriggerRef);\n\n let initialPlacement: Placement;\n switch (direction) {\n case 'left':\n case 'right':\n case 'start':\n case 'end':\n initialPlacement = `${direction} ${align === 'end' ? 'bottom' : 'top'}` as Placement;\n break;\n case 'bottom':\n case 'top':\n default:\n initialPlacement = `${direction} ${align}` as Placement;\n }\n\n let isMobile = useIsMobileDevice();\n let menuContext = {\n ...menuProps,\n state,\n ref: menuRef,\n onClose: state.close,\n closeOnSelect,\n autoFocus: state.focusStrategy || true,\n UNSAFE_style: isMobile ? {\n width: '100%',\n maxHeight: 'inherit'\n } : undefined,\n UNSAFE_className: classNames(styles, {'spectrum-Menu-popover': !isMobile})\n };\n\n // On small screen devices, the menu is rendered in a tray, otherwise a popover.\n let overlay;\n if (isMobile) {\n overlay = (\n <Tray state={state}>\n {menu}\n </Tray>\n );\n } else {\n overlay = (\n <Popover\n UNSAFE_style={{clipPath: 'unset', overflow: 'visible'}}\n state={state}\n triggerRef={menuTriggerRef}\n scrollRef={menuRef}\n placement={initialPlacement}\n hideArrow\n shouldFlip={shouldFlip}>\n {menu}\n </Popover>\n );\n }\n\n return (\n <Fragment>\n <SlotProvider slots={{actionButton: {holdAffordance: trigger === 'longPress'}}}>\n <PressResponder {...menuTriggerProps} ref={menuTriggerRef} isPressed={state.isOpen}>\n {menuTrigger}\n </PressResponder>\n </SlotProvider>\n <MenuContext.Provider value={menuContext}>\n {overlay}\n </MenuContext.Provider>\n </Fragment>\n );\n}\n\n/**\n * The MenuTrigger serves as a wrapper around a Menu and its associated trigger,\n * linking the Menu's open state with the trigger's press state.\n */\nlet _MenuTrigger = forwardRef(MenuTrigger);\nexport {_MenuTrigger as MenuTrigger};\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 {FocusStrategy} from '@react-types/shared';\nimport {MenuTriggerState} from '@react-stately/menu';\nimport React, {HTMLAttributes, MutableRefObject, RefObject, useContext} from 'react';\nimport {TreeState} from '@react-stately/tree';\n\nexport interface MenuContextValue extends Omit<HTMLAttributes<HTMLElement>, 'autoFocus'> {\n onClose?: () => void,\n closeOnSelect?: boolean,\n shouldFocusWrap?: boolean,\n autoFocus?: boolean | FocusStrategy,\n ref?: MutableRefObject<HTMLDivElement>,\n state?: MenuTriggerState\n}\n\nexport const MenuContext = React.createContext<MenuContextValue>({});\n\nexport function useMenuContext(): MenuContextValue {\n return useContext(MenuContext);\n}\n\nexport interface MenuDialogContextValue {\n isUnavailable?: boolean,\n triggerRef?: MutableRefObject<HTMLElement>\n}\n\nexport const MenuDialogContext = React.createContext<MenuDialogContextValue | undefined>(undefined);\n\nexport function useMenuDialogContext(): MenuDialogContextValue {\n return useContext(MenuDialogContext);\n}\n\nexport interface MenuStateContextValue<T> {\n state?: TreeState<T>,\n container?: RefObject<HTMLElement>,\n menu?: RefObject<HTMLDivElement>\n}\n\nexport const MenuStateContext = React.createContext<MenuStateContextValue<any>>({});\n\nexport function useMenuStateContext<T>(): MenuStateContextValue<T> {\n return useContext(MenuStateContext);\n}\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\n@import './index.css';\n@import './skin.css';\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 {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {FocusScope} from '@react-aria/focus';\nimport {MenuContext, MenuStateContext} from './context';\nimport {MenuItem} from './MenuItem';\nimport {MenuSection} from './MenuSection';\nimport {mergeProps, useSyncRef} from '@react-aria/utils';\nimport React, {ReactElement, useContext, useRef} from 'react';\nimport {SpectrumMenuProps} from '@react-types/menu';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {useMenu} from '@react-aria/menu';\nimport {useTreeState} from '@react-stately/tree';\n\nfunction Menu<T extends object>(props: SpectrumMenuProps<T>, ref: DOMRef<HTMLDivElement>) {\n let contextProps = useContext(MenuContext);\n let completeProps = {\n ...mergeProps(contextProps, props)\n };\n\n let domRef = useDOMRef(ref);\n let scopedRef = useRef(null);\n let state = useTreeState(completeProps);\n let {menuProps} = useMenu(completeProps, state, domRef);\n let {styleProps} = useStyleProps(completeProps);\n useSyncRef(contextProps, domRef);\n\n return (\n <MenuStateContext.Provider value={{state, container: scopedRef, menu: domRef}}>\n <FocusScope contain={state.expandedKeys.size > 0}>\n <div style={{overflow: 'hidden', maxHeight: '100%', display: 'inline-flex', borderRadius: 'var(--spectrum-alias-border-radius-regular)'}}>\n <div\n {...menuProps}\n {...styleProps}\n ref={domRef}\n className={\n classNames(\n styles,\n 'spectrum-Menu',\n styleProps.className\n )\n }>\n {[...state.collection].map(item => {\n if (item.type === 'section') {\n return (\n <MenuSection\n key={item.key}\n item={item}\n state={state}\n onAction={completeProps.onAction} />\n );\n }\n\n let menuItem = (\n <MenuItem\n key={item.key}\n item={item}\n state={state}\n onAction={completeProps.onAction} />\n );\n\n if (item.wrapper) {\n menuItem = item.wrapper(menuItem);\n }\n\n return menuItem;\n })}\n </div>\n </div>\n <div ref={scopedRef} />\n </FocusScope>\n </MenuStateContext.Provider>\n );\n}\n\n/**\n * Menus display a list of actions or options that a user can choose.\n */\n// forwardRef doesn't support generic parameters, so cast the result to the correct type\n// https://stackoverflow.com/questions/58469229/react-with-typescript-generics-while-using-react-forwardref\nconst _Menu = React.forwardRef(Menu) as <T>(props: SpectrumMenuProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;\nexport {_Menu as Menu};\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 CheckmarkMedium from '@spectrum-icons/ui/CheckmarkMedium';\nimport {classNames, ClearSlots, SlotProvider} from '@react-spectrum/utils';\nimport {DOMAttributes, Node} from '@react-types/shared';\nimport {filterDOMProps, mergeProps, mergeRefs, useObjectRef, useSlotId} from '@react-aria/utils';\nimport {FocusRing} from '@react-aria/focus';\nimport {Grid} from '@react-spectrum/layout';\nimport InfoOutline from '@spectrum-icons/workflow/InfoOutline';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport React, {Key, useMemo, useRef} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {Text} from '@react-spectrum/text';\nimport {TreeState} from '@react-stately/tree';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useMenuContext, useMenuDialogContext} from './context';\nimport {useMenuItem} from '@react-aria/menu';\n\ninterface MenuItemProps<T> {\n item: Node<T>,\n state: TreeState<T>,\n isVirtualized?: boolean,\n onAction?: (key: Key) => void\n}\n\n/** @private */\nexport function MenuItem<T>(props: MenuItemProps<T>) {\n let {\n item,\n state,\n isVirtualized,\n onAction\n } = props;\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n let menuDialogContext = useMenuDialogContext();\n let {triggerRef} = menuDialogContext || {};\n let isMenuDialogTrigger = !!menuDialogContext;\n let isUnavailable = false;\n\n if (isMenuDialogTrigger) {\n isUnavailable = menuDialogContext.isUnavailable;\n }\n\n let ElementType: React.ElementType = item.props.href ? 'a' : 'div';\n let domProps = filterDOMProps(item.props, {isLink: !!item.props.href});\n\n let {\n closeOnSelect\n } = useMenuContext();\n\n let {\n rendered,\n key\n } = item;\n\n let isSelected = state.selectionManager.isSelected(key);\n let isDisabled = state.disabledKeys.has(key);\n\n let itemref = useRef<any>(null);\n let ref = useObjectRef(useMemo(() => mergeRefs(itemref, triggerRef), [itemref, triggerRef]));\n\n let {\n menuItemProps,\n labelProps,\n descriptionProps,\n keyboardShortcutProps\n } = useMenuItem(\n {\n isSelected,\n isDisabled,\n 'aria-label': item['aria-label'],\n key,\n closeOnSelect,\n isVirtualized,\n onAction,\n 'aria-haspopup': isMenuDialogTrigger && isUnavailable ? 'dialog' : undefined\n },\n state,\n ref\n );\n let endId = useSlotId();\n let endProps: DOMAttributes = {};\n if (endId) {\n endProps.id = endId;\n menuItemProps['aria-describedby'] = [menuItemProps['aria-describedby'], endId].filter(Boolean).join(' ');\n }\n\n let contents = typeof rendered === 'string'\n ? <Text>{rendered}</Text>\n : rendered;\n\n return (\n <FocusRing focusRingClass={classNames(styles, 'focus-ring')}>\n <ElementType\n {...mergeProps(menuItemProps, domProps)}\n ref={ref}\n className={classNames(\n styles,\n 'spectrum-Menu-item',\n {\n 'is-disabled': isDisabled,\n 'is-selected': isSelected,\n 'is-selectable': state.selectionManager.selectionMode !== 'none',\n 'is-open': state.expandedKeys.has(key)\n }\n )}>\n <Grid\n UNSAFE_className={\n classNames(\n styles,\n 'spectrum-Menu-itemGrid'\n )\n }>\n <ClearSlots>\n <SlotProvider\n slots={{\n text: {UNSAFE_className: styles['spectrum-Menu-itemLabel'], ...labelProps},\n end: {UNSAFE_className: styles['spectrum-Menu-end'], ...endProps},\n icon: {UNSAFE_className: styles['spectrum-Menu-icon'], size: 'S'},\n description: {UNSAFE_className: styles['spectrum-Menu-description'], ...descriptionProps},\n keyboard: {UNSAFE_className: styles['spectrum-Menu-keyboard'], ...keyboardShortcutProps}\n }}>\n {contents}\n {isSelected &&\n <CheckmarkMedium\n slot=\"checkmark\"\n UNSAFE_className={\n classNames(\n styles,\n 'spectrum-Menu-checkmark'\n )\n } />\n }\n {\n isUnavailable && <InfoOutline slot=\"end\" size=\"XS\" alignSelf=\"center\" aria-label={stringFormatter.format('unavailable')} />\n }\n </SlotProvider>\n </ClearSlots>\n </Grid>\n </ElementType>\n </FocusRing>\n );\n}\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"moreActions\": \"المزيد من الإجراءات\",\n \"unavailable\": \"غير مُتوفر، قُم بالتوسيع للحصول على التفاصيل\"\n}\n","{\n \"moreActions\": \"Повече действия\",\n \"unavailable\": \"Недостъпно, разгънете за подробности\"\n}\n","{\n \"moreActions\": \"Další akce\",\n \"unavailable\": \"Není k dispozici, rozbalením zobrazíte podrobnosti\"\n}\n","{\n \"moreActions\": \"Flere handlinger\",\n \"unavailable\": \"Ikke tilgængelig, udvid for detaljer\"\n}\n","{\n \"moreActions\": \"Mehr Aktionen\",\n \"unavailable\": \"Nicht verfügbar, für Details erweitern\"\n}\n","{\n \"moreActions\": \"Περισσότερες ενέργειες\",\n \"unavailable\": \"Μη διαθέσιμο, ανάπτυξη για λεπτομέρειες\"\n}\n","{\n \"moreActions\": \"More actions\",\n \"unavailable\": \"Unavailable, expand for details\"\n}\n","{\n \"moreActions\": \"Más acciones\",\n \"unavailable\": \"No disponible, ampliar para más detalles\"\n}\n","{\n \"moreActions\": \"Veel toiminguid\",\n \"unavailable\": \"Pole kättesaadav, üksikasjade vaatamiseks laiendage\"\n}\n","{\n \"moreActions\": \"Lisää toimintoja\",\n \"unavailable\": \"Ei saatavilla, laajenna saadaksesi lisätietoja\"\n}\n","{\n \"moreActions\": \"Autres actions\",\n \"unavailable\": \"Indisponible, développer pour plus de détails\"\n}\n","{\n \"moreActions\": \"פעולות נוספות\",\n \"unavailable\": \"לא זמין, הרחב לפרטים\"\n}\n","{\n \"moreActions\": \"Dodatne radnje\",\n \"unavailable\": \"Nije dostupno, proširi za detalje\"\n}\n","{\n \"moreActions\": \"További lehetőségek\",\n \"unavailable\": \"Nem érhető el, a részletekért bontsa ki\"\n}\n","{\n \"moreActions\": \"Altre azioni\",\n \"unavailable\": \"Non disponibile, espandi per i dettagli\"\n}\n","{\n \"moreActions\": \"その他のアクション\",\n \"unavailable\": \"利用できません。詳しくは、展開して確認してください\"\n}\n","{\n \"moreActions\": \"기타 액션\",\n \"unavailable\": \"사용할 수 없음, 자세히 보려면 펼치기\"\n}\n","{\n \"moreActions\": \"Daugiau veiksmų\",\n \"unavailable\": \"Nepasiekiama, norėdami gauti daugiau informacijos, išskleiskite\"\n}\n","{\n \"moreActions\": \"Citas darbības\",\n \"unavailable\": \"Nav pieejams, izvērsiet, lai skatītu sīkāku informāciju\"\n}\n","{\n \"moreActions\": \"Flere handlinger\",\n \"unavailable\": \"Utilgjengelig, utvid for detaljer\"\n}\n","{\n \"moreActions\": \"Meer handelingen\",\n \"unavailable\": \"Niet beschikbaar, uitvouwen voor meer informatie\"\n}\n","{\n \"moreActions\": \"Więcej akcji\",\n \"unavailable\": \"Niedostępne, rozwiń, aby zobaczyć szczegóły\"\n}\n","{\n \"moreActions\": \"Mais ações\",\n \"unavailable\": \"Indisponível. Expanda para ver os detalhes\"\n}\n","{\n \"moreActions\": \"Mais ações\",\n \"unavailable\": \"Indisponível, expandir para mais detalhes\"\n}\n","{\n \"moreActions\": \"Mai multe acțiuni\",\n \"unavailable\": \"Indisponibil, extindeți pentru detalii\"\n}\n","{\n \"moreActions\": \"Дополнительные действия\",\n \"unavailable\": \"Недоступно, разверните для подробностей\"\n}\n","{\n \"moreActions\": \"Ďalšie akcie\",\n \"unavailable\": \"Nedostupné, rozbaľte podrobnosti\"\n}\n","{\n \"moreActions\": \"Več možnosti\",\n \"unavailable\": \"Ni na voljo, razširite za podrobnosti\"\n}\n","{\n \"moreActions\": \"Dodatne radnje\",\n \"unavailable\": \"Nije dostupno, proširite za detalje\"\n}\n","{\n \"moreActions\": \"Fler åtgärder\",\n \"unavailable\": \"Ej tillgänglig, expandera för mer information\"\n}\n","{\n \"moreActions\": \"Daha fazla eylem\",\n \"unavailable\": \"Kullanılamıyor, ayrıntıları görmek için genişletin\"\n}\n","{\n \"moreActions\": \"Більше дій\",\n \"unavailable\": \"Недоступно, розгорніть для докладнішої інформації\"\n}\n","{\n \"moreActions\": \"更多操作\",\n \"unavailable\": \"不可用,展开以查看详细信息\"\n}\n","{\n \"moreActions\": \"更多動作\",\n \"unavailable\": \"無法使用,展開以取得詳細資料\"\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 {classNames} from '@react-spectrum/utils';\nimport {getChildNodes} from '@react-stately/collections';\nimport {MenuItem} from './MenuItem';\nimport {Node} from '@react-types/shared';\nimport React, {Fragment, Key} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {TreeState} from '@react-stately/tree';\nimport {useMenuSection} from '@react-aria/menu';\nimport {useSeparator} from '@react-aria/separator';\n\ninterface MenuSectionProps<T> {\n item: Node<T>,\n state: TreeState<T>,\n onAction?: (key: Key) => void\n}\n\n/** @private */\nexport function MenuSection<T>(props: MenuSectionProps<T>) {\n let {item, state, onAction} = props;\n let {itemProps, headingProps, groupProps} = useMenuSection({\n heading: item.rendered,\n 'aria-label': item['aria-label']\n });\n\n let {separatorProps} = useSeparator({\n elementType: 'div'\n });\n\n return (\n <Fragment>\n {item.key !== state.collection.getFirstKey() &&\n <div\n {...separatorProps}\n className={classNames(\n styles,\n 'spectrum-Menu-divider'\n )} />\n }\n <div {...itemProps}>\n {item.rendered &&\n <span\n {...headingProps}\n className={\n classNames(\n styles,\n 'spectrum-Menu-sectionHeading'\n )\n }>\n {item.rendered}\n </span>\n }\n <div\n {...groupProps}\n className={\n classNames(\n styles,\n 'spectrum-Menu'\n )\n }>\n {[...getChildNodes(item, state.collection)].map(node => {\n let item = (\n <MenuItem\n key={node.key}\n item={node}\n state={state}\n onAction={onAction} />\n );\n\n if (node.wrapper) {\n item = node.wrapper(item);\n }\n\n return item;\n })}\n </div>\n </div>\n </Fragment>\n );\n}\n","/*\n * Copyright 2021 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 {ActionButton} from '@react-spectrum/button';\nimport {filterDOMProps} from '@react-aria/utils';\nimport {FocusableRef} from '@react-types/shared';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {Menu} from './Menu';\nimport {MenuTrigger} from './MenuTrigger';\nimport More from '@spectrum-icons/workflow/More';\nimport React, {forwardRef, ReactElement} from 'react';\nimport {SpectrumActionMenuProps} from '@react-types/menu';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useSlotProps} from '@react-spectrum/utils';\n\nfunction ActionMenu<T extends object>(props: SpectrumActionMenuProps<T>, ref: FocusableRef<HTMLButtonElement>) {\n props = useSlotProps(props, 'actionMenu');\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n let buttonProps = filterDOMProps(props, {labelable: true});\n if (buttonProps['aria-label'] === undefined) {\n buttonProps['aria-label'] = stringFormatter.format('moreActions');\n }\n\n return (\n <MenuTrigger\n isOpen={props.isOpen}\n defaultOpen={props.defaultOpen}\n onOpenChange={props.onOpenChange}\n align={props.align}\n direction={props.direction}\n shouldFlip={props.shouldFlip}>\n <ActionButton\n ref={ref}\n {...props}\n {...buttonProps}>\n <More />\n </ActionButton>\n <Menu\n children={props.children}\n items={props.items}\n disabledKeys={props.disabledKeys}\n onAction={props.onAction} />\n </MenuTrigger>\n );\n}\n\n/**\n * ActionMenu combines an ActionButton with a Menu for simple \"more actions\" use cases.\n */\nconst _ActionMenu = forwardRef(ActionMenu) as <T>(props: SpectrumActionMenuProps<T> & {ref?: FocusableRef<HTMLButtonElement>}) => ReactElement;\nexport {_ActionMenu as ActionMenu};\n","/*\n * Copyright 2023 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 {classNames, SlotProvider, useIsMobileDevice} from '@react-spectrum/utils';\nimport {DismissButton} from '@react-aria/overlays';\nimport helpStyles from '@adobe/spectrum-css-temp/components/contextualhelp/vars.css';\nimport {ItemProps} from '@react-types/shared';\nimport {MenuDialogContext, useMenuStateContext} from './context';\nimport {Modal, Popover} from '@react-spectrum/overlays';\nimport React, {Key, ReactElement, useRef} from 'react';\nimport {useOverlayTriggerState} from '@react-stately/overlays';\n\ninterface MenuDialogTriggerProps<T> extends ItemProps<T> {\n /** Whether the menu item is currently unavailable. */\n isUnavailable?: boolean,\n /** The triggering Item and the Dialog, respectively. */\n children: [ReactElement, ReactElement],\n targetKey: Key\n}\n\nexport interface SpectrumMenuDialogTriggerProps<T> extends Omit<MenuDialogTriggerProps<T>, 'targetKey' | 'title' | 'textValue' | 'childItems' | 'hasChildItems'> {}\n\nfunction ContextualHelpTrigger<T>(props: MenuDialogTriggerProps<T>): ReactElement {\n let {isUnavailable} = props;\n\n let triggerRef = useRef<HTMLLIElement>(null);\n let popoverRef = useRef(null);\n let {state: menuState, container, menu} = useMenuStateContext();\n let state = useOverlayTriggerState({isOpen: menuState.expandedKeys.has(props.targetKey), onOpenChange: (val) => {\n if (!val) {\n if (menuState.expandedKeys.has(props.targetKey)) {\n menuState.toggleKey(props.targetKey);\n }\n }\n }});\n let slots = {};\n if (isUnavailable) {\n slots = {\n dialog: {UNSAFE_className: classNames(helpStyles, 'react-spectrum-ContextualHelp-dialog')},\n content: {UNSAFE_className: helpStyles['react-spectrum-ContextualHelp-content']},\n footer: {UNSAFE_className: helpStyles['react-spectrum-ContextualHelp-footer']}\n };\n }\n let [trigger] = React.Children.toArray(props.children);\n let [, content] = props.children as [ReactElement, ReactElement];\n\n let isMobile = useIsMobileDevice();\n\n let onExit = () => {\n // if focus was already moved back to a menu item, don't need to do anything\n if (!menu.current.contains(document.activeElement)) {\n // need to return focus to the trigger because hitting Esc causes focus to go to the subdialog, which is then unmounted\n // this leads to blur never being fired nor focus on the body\n triggerRef.current.focus();\n }\n };\n let onBlurWithin = (e) => {\n if (e.relatedTarget && popoverRef.current && !popoverRef.current?.UNSAFE_getDOMNode().contains(e.relatedTarget)) {\n if (menuState.expandedKeys.has(props.targetKey)) {\n menuState.toggleKey(props.targetKey);\n }\n }\n };\n return (\n <>\n <MenuDialogContext.Provider value={{isUnavailable, triggerRef}}>{trigger}</MenuDialogContext.Provider>\n <SlotProvider slots={slots}>\n {\n isMobile ? (\n <Modal state={state} isDismissable>\n <DismissButton onDismiss={state.close} />\n {content}\n <DismissButton onDismiss={state.close} />\n </Modal>\n ) : (\n <Popover\n onExit={onExit}\n onBlurWithin={onBlurWithin}\n container={container.current}\n state={state}\n ref={popoverRef}\n triggerRef={triggerRef}\n placement=\"end top\"\n offset={-10}\n hideArrow\n isNonModal\n enableBothDismissButtons\n disableFocusManagement>\n {content}\n </Popover>\n )\n }\n </SlotProvider>\n </>\n );\n}\n\nContextualHelpTrigger.getCollectionNode = function* getCollectionNode<T>(props: ItemProps<T>) {\n let [trigger] = React.Children.toArray(props.children) as ReactElement[];\n let [, content] = props.children as [ReactElement, ReactElement];\n\n yield {\n element: React.cloneElement(trigger, {...trigger.props, hasChildItems: true}),\n wrapper: (element) => (\n <ContextualHelpTrigger key={element.key} targetKey={element.key} {...props}>\n {element}\n {content}\n </ContextualHelpTrigger>\n )\n };\n};\n\nlet _Item = ContextualHelpTrigger as <T>(props: SpectrumMenuDialogTriggerProps<T>) => JSX.Element;\nexport {_Item as ContextualHelpTrigger};\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\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"main.js.map"}
1
+ {"mappings":"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","sources":["packages/@react-spectrum/menu/src/index.ts","packages/@react-spectrum/menu/src/MenuTrigger.tsx","packages/@react-spectrum/menu/src/context.ts","packages/@adobe/spectrum-css-temp/components/menu/vars.css","packages/@react-spectrum/menu/src/Menu.tsx","packages/@react-spectrum/menu/src/MenuItem.tsx","packages/@react-spectrum/menu/src/*.js","packages/@react-spectrum/menu/intl/ar-AE.json","packages/@react-spectrum/menu/intl/bg-BG.json","packages/@react-spectrum/menu/intl/cs-CZ.json","packages/@react-spectrum/menu/intl/da-DK.json","packages/@react-spectrum/menu/intl/de-DE.json","packages/@react-spectrum/menu/intl/el-GR.json","packages/@react-spectrum/menu/intl/en-US.json","packages/@react-spectrum/menu/intl/es-ES.json","packages/@react-spectrum/menu/intl/et-EE.json","packages/@react-spectrum/menu/intl/fi-FI.json","packages/@react-spectrum/menu/intl/fr-FR.json","packages/@react-spectrum/menu/intl/he-IL.json","packages/@react-spectrum/menu/intl/hr-HR.json","packages/@react-spectrum/menu/intl/hu-HU.json","packages/@react-spectrum/menu/intl/it-IT.json","packages/@react-spectrum/menu/intl/ja-JP.json","packages/@react-spectrum/menu/intl/ko-KR.json","packages/@react-spectrum/menu/intl/lt-LT.json","packages/@react-spectrum/menu/intl/lv-LV.json","packages/@react-spectrum/menu/intl/nb-NO.json","packages/@react-spectrum/menu/intl/nl-NL.json","packages/@react-spectrum/menu/intl/pl-PL.json","packages/@react-spectrum/menu/intl/pt-BR.json","packages/@react-spectrum/menu/intl/pt-PT.json","packages/@react-spectrum/menu/intl/ro-RO.json","packages/@react-spectrum/menu/intl/ru-RU.json","packages/@react-spectrum/menu/intl/sk-SK.json","packages/@react-spectrum/menu/intl/sl-SI.json","packages/@react-spectrum/menu/intl/sr-SP.json","packages/@react-spectrum/menu/intl/sv-SE.json","packages/@react-spectrum/menu/intl/tr-TR.json","packages/@react-spectrum/menu/intl/uk-UA.json","packages/@react-spectrum/menu/intl/zh-CN.json","packages/@react-spectrum/menu/intl/zh-TW.json","packages/@react-spectrum/menu/src/MenuSection.tsx","packages/@react-spectrum/menu/src/ActionMenu.tsx","packages/@react-spectrum/menu/src/ContextualHelpTrigger.tsx","packages/@adobe/spectrum-css-temp/components/contextualhelp/vars.css"],"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\n/// <reference types=\"css-module-types\" />\n\nexport {MenuTrigger} from './MenuTrigger';\nexport {Menu} from './Menu';\nexport {ActionMenu} from './ActionMenu';\nexport {ContextualHelpTrigger} from './ContextualHelpTrigger';\nexport {Item, Section} from '@react-stately/collections';\nexport type {SpectrumActionMenuProps, SpectrumMenuProps, SpectrumMenuTriggerProps} from '@react-types/menu';\nexport type {SpectrumMenuDialogTriggerProps} from './ContextualHelpTrigger';\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 {classNames, SlotProvider, useDOMRef, useIsMobileDevice} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {MenuContext} from './context';\nimport {Placement} from '@react-types/overlays';\nimport {Popover, Tray} from '@react-spectrum/overlays';\nimport {PressResponder} from '@react-aria/interactions';\nimport React, {forwardRef, Fragment, useRef} from 'react';\nimport {SpectrumMenuTriggerProps} from '@react-types/menu';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {useMenuTrigger} from '@react-aria/menu';\nimport {useMenuTriggerState} from '@react-stately/menu';\n\nfunction MenuTrigger(props: SpectrumMenuTriggerProps, ref: DOMRef<HTMLElement>) {\n let triggerRef = useRef<HTMLElement>();\n let domRef = useDOMRef(ref);\n let menuTriggerRef = domRef || triggerRef;\n let menuRef = useRef<HTMLDivElement>();\n let {\n children,\n align = 'start',\n shouldFlip = true,\n direction = 'bottom',\n closeOnSelect,\n trigger = 'press'\n } = props;\n\n let [menuTrigger, menu] = React.Children.toArray(children);\n let state = useMenuTriggerState(props);\n\n let {menuTriggerProps, menuProps} = useMenuTrigger({trigger}, state, menuTriggerRef);\n\n let initialPlacement: Placement;\n switch (direction) {\n case 'left':\n case 'right':\n case 'start':\n case 'end':\n initialPlacement = `${direction} ${align === 'end' ? 'bottom' : 'top'}` as Placement;\n break;\n case 'bottom':\n case 'top':\n default:\n initialPlacement = `${direction} ${align}` as Placement;\n }\n\n let isMobile = useIsMobileDevice();\n let menuContext = {\n ...menuProps,\n state,\n ref: menuRef,\n onClose: state.close,\n closeOnSelect,\n autoFocus: state.focusStrategy || true,\n UNSAFE_style: isMobile ? {\n width: '100%',\n maxHeight: 'inherit'\n } : undefined,\n UNSAFE_className: classNames(styles, {'spectrum-Menu-popover': !isMobile})\n };\n\n // On small screen devices, the menu is rendered in a tray, otherwise a popover.\n let overlay;\n if (isMobile) {\n overlay = (\n <Tray state={state}>\n {menu}\n </Tray>\n );\n } else {\n overlay = (\n <Popover\n UNSAFE_style={{clipPath: 'unset', overflow: 'visible'}}\n state={state}\n triggerRef={menuTriggerRef}\n scrollRef={menuRef}\n placement={initialPlacement}\n hideArrow\n shouldFlip={shouldFlip}>\n {menu}\n </Popover>\n );\n }\n\n return (\n <Fragment>\n <SlotProvider slots={{actionButton: {holdAffordance: trigger === 'longPress'}}}>\n <PressResponder {...menuTriggerProps} ref={menuTriggerRef} isPressed={state.isOpen}>\n {menuTrigger}\n </PressResponder>\n </SlotProvider>\n <MenuContext.Provider value={menuContext}>\n {overlay}\n </MenuContext.Provider>\n </Fragment>\n );\n}\n\n/**\n * The MenuTrigger serves as a wrapper around a Menu and its associated trigger,\n * linking the Menu's open state with the trigger's press state.\n */\nlet _MenuTrigger = forwardRef(MenuTrigger);\nexport {_MenuTrigger as MenuTrigger};\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 {FocusStrategy} from '@react-types/shared';\nimport {MenuTriggerState} from '@react-stately/menu';\nimport React, {HTMLAttributes, MutableRefObject, RefObject, useContext} from 'react';\nimport {TreeState} from '@react-stately/tree';\n\nexport interface MenuContextValue extends Omit<HTMLAttributes<HTMLElement>, 'autoFocus'> {\n onClose?: () => void,\n closeOnSelect?: boolean,\n shouldFocusWrap?: boolean,\n autoFocus?: boolean | FocusStrategy,\n ref?: MutableRefObject<HTMLDivElement>,\n state?: MenuTriggerState\n}\n\nexport const MenuContext = React.createContext<MenuContextValue>({});\n\nexport function useMenuContext(): MenuContextValue {\n return useContext(MenuContext);\n}\n\nexport interface MenuDialogContextValue {\n isUnavailable?: boolean,\n triggerRef?: MutableRefObject<HTMLElement>\n}\n\nexport const MenuDialogContext = React.createContext<MenuDialogContextValue | undefined>(undefined);\n\nexport function useMenuDialogContext(): MenuDialogContextValue {\n return useContext(MenuDialogContext);\n}\n\nexport interface MenuStateContextValue<T> {\n state?: TreeState<T>,\n container?: RefObject<HTMLElement>,\n menu?: RefObject<HTMLDivElement>\n}\n\nexport const MenuStateContext = React.createContext<MenuStateContextValue<any>>({});\n\nexport function useMenuStateContext<T>(): MenuStateContextValue<T> {\n return useContext(MenuStateContext);\n}\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\n@import './index.css';\n@import './skin.css';\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 {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {FocusScope} from '@react-aria/focus';\nimport {MenuContext, MenuStateContext} from './context';\nimport {MenuItem} from './MenuItem';\nimport {MenuSection} from './MenuSection';\nimport {mergeProps, useSyncRef} from '@react-aria/utils';\nimport React, {ReactElement, useContext, useRef} from 'react';\nimport {SpectrumMenuProps} from '@react-types/menu';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {useMenu} from '@react-aria/menu';\nimport {useTreeState} from '@react-stately/tree';\n\nfunction Menu<T extends object>(props: SpectrumMenuProps<T>, ref: DOMRef<HTMLDivElement>) {\n let contextProps = useContext(MenuContext);\n let completeProps = {\n ...mergeProps(contextProps, props)\n };\n\n let domRef = useDOMRef(ref);\n let scopedRef = useRef(null);\n let state = useTreeState(completeProps);\n let {menuProps} = useMenu(completeProps, state, domRef);\n let {styleProps} = useStyleProps(completeProps);\n useSyncRef(contextProps, domRef);\n\n return (\n <MenuStateContext.Provider value={{state, container: scopedRef, menu: domRef}}>\n <FocusScope contain={state.expandedKeys.size > 0}>\n <div style={{overflow: 'hidden', maxHeight: '100%', display: 'inline-flex', borderRadius: 'var(--spectrum-alias-border-radius-regular)'}}>\n <div\n {...menuProps}\n {...styleProps}\n ref={domRef}\n className={\n classNames(\n styles,\n 'spectrum-Menu',\n styleProps.className\n )\n }>\n {[...state.collection].map(item => {\n if (item.type === 'section') {\n return (\n <MenuSection\n key={item.key}\n item={item}\n state={state}\n onAction={completeProps.onAction} />\n );\n }\n\n let menuItem = (\n <MenuItem\n key={item.key}\n item={item}\n state={state}\n onAction={completeProps.onAction} />\n );\n\n if (item.wrapper) {\n menuItem = item.wrapper(menuItem);\n }\n\n return menuItem;\n })}\n </div>\n </div>\n <div ref={scopedRef} />\n </FocusScope>\n </MenuStateContext.Provider>\n );\n}\n\n/**\n * Menus display a list of actions or options that a user can choose.\n */\n// forwardRef doesn't support generic parameters, so cast the result to the correct type\n// https://stackoverflow.com/questions/58469229/react-with-typescript-generics-while-using-react-forwardref\nconst _Menu = React.forwardRef(Menu) as <T>(props: SpectrumMenuProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;\nexport {_Menu as Menu};\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 CheckmarkMedium from '@spectrum-icons/ui/CheckmarkMedium';\nimport {classNames, ClearSlots, SlotProvider} from '@react-spectrum/utils';\nimport {DOMAttributes, Node} from '@react-types/shared';\nimport {FocusRing} from '@react-aria/focus';\nimport {Grid} from '@react-spectrum/layout';\nimport InfoOutline from '@spectrum-icons/workflow/InfoOutline';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {mergeRefs, useObjectRef, useSlotId} from '@react-aria/utils';\nimport React, {Key, useMemo, useRef} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {Text} from '@react-spectrum/text';\nimport {TreeState} from '@react-stately/tree';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useMenuContext, useMenuDialogContext} from './context';\nimport {useMenuItem} from '@react-aria/menu';\n\ninterface MenuItemProps<T> {\n item: Node<T>,\n state: TreeState<T>,\n isVirtualized?: boolean,\n onAction?: (key: Key) => void\n}\n\n/** @private */\nexport function MenuItem<T>(props: MenuItemProps<T>) {\n let {\n item,\n state,\n isVirtualized,\n onAction\n } = props;\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n let menuDialogContext = useMenuDialogContext();\n let {triggerRef} = menuDialogContext || {};\n let isMenuDialogTrigger = !!menuDialogContext;\n let isUnavailable = false;\n\n if (isMenuDialogTrigger) {\n isUnavailable = menuDialogContext.isUnavailable;\n }\n\n let ElementType: React.ElementType = item.props.href ? 'a' : 'div';\n\n let {\n closeOnSelect\n } = useMenuContext();\n\n let {\n rendered,\n key\n } = item;\n\n let isSelected = state.selectionManager.isSelected(key);\n let isDisabled = state.disabledKeys.has(key);\n\n let itemref = useRef<any>(null);\n let ref = useObjectRef(useMemo(() => mergeRefs(itemref, triggerRef), [itemref, triggerRef]));\n\n let {\n menuItemProps,\n labelProps,\n descriptionProps,\n keyboardShortcutProps\n } = useMenuItem(\n {\n isSelected,\n isDisabled,\n 'aria-label': item['aria-label'],\n key,\n closeOnSelect,\n isVirtualized,\n onAction,\n 'aria-haspopup': isMenuDialogTrigger && isUnavailable ? 'dialog' : undefined\n },\n state,\n ref\n );\n let endId = useSlotId();\n let endProps: DOMAttributes = {};\n if (endId) {\n endProps.id = endId;\n menuItemProps['aria-describedby'] = [menuItemProps['aria-describedby'], endId].filter(Boolean).join(' ');\n }\n\n let contents = typeof rendered === 'string'\n ? <Text>{rendered}</Text>\n : rendered;\n\n return (\n <FocusRing focusRingClass={classNames(styles, 'focus-ring')}>\n <ElementType\n {...menuItemProps}\n ref={ref}\n className={classNames(\n styles,\n 'spectrum-Menu-item',\n {\n 'is-disabled': isDisabled,\n 'is-selected': isSelected,\n 'is-selectable': state.selectionManager.selectionMode !== 'none',\n 'is-open': state.expandedKeys.has(key)\n }\n )}>\n <Grid\n UNSAFE_className={\n classNames(\n styles,\n 'spectrum-Menu-itemGrid'\n )\n }>\n <ClearSlots>\n <SlotProvider\n slots={{\n text: {UNSAFE_className: styles['spectrum-Menu-itemLabel'], ...labelProps},\n end: {UNSAFE_className: styles['spectrum-Menu-end'], ...endProps},\n icon: {UNSAFE_className: styles['spectrum-Menu-icon'], size: 'S'},\n description: {UNSAFE_className: styles['spectrum-Menu-description'], ...descriptionProps},\n keyboard: {UNSAFE_className: styles['spectrum-Menu-keyboard'], ...keyboardShortcutProps}\n }}>\n {contents}\n {isSelected &&\n <CheckmarkMedium\n slot=\"checkmark\"\n UNSAFE_className={\n classNames(\n styles,\n 'spectrum-Menu-checkmark'\n )\n } />\n }\n {\n isUnavailable && <InfoOutline slot=\"end\" size=\"XS\" alignSelf=\"center\" aria-label={stringFormatter.format('unavailable')} />\n }\n </SlotProvider>\n </ClearSlots>\n </Grid>\n </ElementType>\n </FocusRing>\n );\n}\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"moreActions\": \"المزيد من الإجراءات\",\n \"unavailable\": \"غير مُتوفر، قُم بالتوسيع للحصول على التفاصيل\"\n}\n","{\n \"moreActions\": \"Повече действия\",\n \"unavailable\": \"Недостъпно, разгънете за подробности\"\n}\n","{\n \"moreActions\": \"Další akce\",\n \"unavailable\": \"Není k dispozici, rozbalením zobrazíte podrobnosti\"\n}\n","{\n \"moreActions\": \"Flere handlinger\",\n \"unavailable\": \"Ikke tilgængelig, udvid for detaljer\"\n}\n","{\n \"moreActions\": \"Mehr Aktionen\",\n \"unavailable\": \"Nicht verfügbar, für Details erweitern\"\n}\n","{\n \"moreActions\": \"Περισσότερες ενέργειες\",\n \"unavailable\": \"Μη διαθέσιμο, ανάπτυξη για λεπτομέρειες\"\n}\n","{\n \"moreActions\": \"More actions\",\n \"unavailable\": \"Unavailable, expand for details\"\n}\n","{\n \"moreActions\": \"Más acciones\",\n \"unavailable\": \"No disponible, ampliar para más detalles\"\n}\n","{\n \"moreActions\": \"Veel toiminguid\",\n \"unavailable\": \"Pole kättesaadav, üksikasjade vaatamiseks laiendage\"\n}\n","{\n \"moreActions\": \"Lisää toimintoja\",\n \"unavailable\": \"Ei saatavilla, laajenna saadaksesi lisätietoja\"\n}\n","{\n \"moreActions\": \"Autres actions\",\n \"unavailable\": \"Indisponible, développer pour plus de détails\"\n}\n","{\n \"moreActions\": \"פעולות נוספות\",\n \"unavailable\": \"לא זמין, הרחב לפרטים\"\n}\n","{\n \"moreActions\": \"Dodatne radnje\",\n \"unavailable\": \"Nije dostupno, proširi za detalje\"\n}\n","{\n \"moreActions\": \"További lehetőségek\",\n \"unavailable\": \"Nem érhető el, a részletekért bontsa ki\"\n}\n","{\n \"moreActions\": \"Altre azioni\",\n \"unavailable\": \"Non disponibile, espandi per i dettagli\"\n}\n","{\n \"moreActions\": \"その他のアクション\",\n \"unavailable\": \"利用できません。詳しくは、展開して確認してください\"\n}\n","{\n \"moreActions\": \"기타 액션\",\n \"unavailable\": \"사용할 수 없음, 자세히 보려면 펼치기\"\n}\n","{\n \"moreActions\": \"Daugiau veiksmų\",\n \"unavailable\": \"Nepasiekiama, norėdami gauti daugiau informacijos, išskleiskite\"\n}\n","{\n \"moreActions\": \"Citas darbības\",\n \"unavailable\": \"Nav pieejams, izvērsiet, lai skatītu sīkāku informāciju\"\n}\n","{\n \"moreActions\": \"Flere handlinger\",\n \"unavailable\": \"Utilgjengelig, utvid for detaljer\"\n}\n","{\n \"moreActions\": \"Meer handelingen\",\n \"unavailable\": \"Niet beschikbaar, uitvouwen voor meer informatie\"\n}\n","{\n \"moreActions\": \"Więcej akcji\",\n \"unavailable\": \"Niedostępne, rozwiń, aby zobaczyć szczegóły\"\n}\n","{\n \"moreActions\": \"Mais ações\",\n \"unavailable\": \"Indisponível. Expanda para ver os detalhes\"\n}\n","{\n \"moreActions\": \"Mais ações\",\n \"unavailable\": \"Indisponível, expandir para mais detalhes\"\n}\n","{\n \"moreActions\": \"Mai multe acțiuni\",\n \"unavailable\": \"Indisponibil, extindeți pentru detalii\"\n}\n","{\n \"moreActions\": \"Дополнительные действия\",\n \"unavailable\": \"Недоступно, разверните для подробностей\"\n}\n","{\n \"moreActions\": \"Ďalšie akcie\",\n \"unavailable\": \"Nedostupné, rozbaľte podrobnosti\"\n}\n","{\n \"moreActions\": \"Več možnosti\",\n \"unavailable\": \"Ni na voljo, razširite za podrobnosti\"\n}\n","{\n \"moreActions\": \"Dodatne radnje\",\n \"unavailable\": \"Nije dostupno, proširite za detalje\"\n}\n","{\n \"moreActions\": \"Fler åtgärder\",\n \"unavailable\": \"Ej tillgänglig, expandera för mer information\"\n}\n","{\n \"moreActions\": \"Daha fazla eylem\",\n \"unavailable\": \"Kullanılamıyor, ayrıntıları görmek için genişletin\"\n}\n","{\n \"moreActions\": \"Більше дій\",\n \"unavailable\": \"Недоступно, розгорніть для докладнішої інформації\"\n}\n","{\n \"moreActions\": \"更多操作\",\n \"unavailable\": \"不可用,展开以查看详细信息\"\n}\n","{\n \"moreActions\": \"更多動作\",\n \"unavailable\": \"無法使用,展開以取得詳細資料\"\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 {classNames} from '@react-spectrum/utils';\nimport {getChildNodes} from '@react-stately/collections';\nimport {MenuItem} from './MenuItem';\nimport {Node} from '@react-types/shared';\nimport React, {Fragment, Key} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {TreeState} from '@react-stately/tree';\nimport {useMenuSection} from '@react-aria/menu';\nimport {useSeparator} from '@react-aria/separator';\n\ninterface MenuSectionProps<T> {\n item: Node<T>,\n state: TreeState<T>,\n onAction?: (key: Key) => void\n}\n\n/** @private */\nexport function MenuSection<T>(props: MenuSectionProps<T>) {\n let {item, state, onAction} = props;\n let {itemProps, headingProps, groupProps} = useMenuSection({\n heading: item.rendered,\n 'aria-label': item['aria-label']\n });\n\n let {separatorProps} = useSeparator({\n elementType: 'div'\n });\n\n return (\n <Fragment>\n {item.key !== state.collection.getFirstKey() &&\n <div\n {...separatorProps}\n className={classNames(\n styles,\n 'spectrum-Menu-divider'\n )} />\n }\n <div {...itemProps}>\n {item.rendered &&\n <span\n {...headingProps}\n className={\n classNames(\n styles,\n 'spectrum-Menu-sectionHeading'\n )\n }>\n {item.rendered}\n </span>\n }\n <div\n {...groupProps}\n className={\n classNames(\n styles,\n 'spectrum-Menu'\n )\n }>\n {[...getChildNodes(item, state.collection)].map(node => {\n let item = (\n <MenuItem\n key={node.key}\n item={node}\n state={state}\n onAction={onAction} />\n );\n\n if (node.wrapper) {\n item = node.wrapper(item);\n }\n\n return item;\n })}\n </div>\n </div>\n </Fragment>\n );\n}\n","/*\n * Copyright 2021 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 {ActionButton} from '@react-spectrum/button';\nimport {filterDOMProps} from '@react-aria/utils';\nimport {FocusableRef} from '@react-types/shared';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {Menu} from './Menu';\nimport {MenuTrigger} from './MenuTrigger';\nimport More from '@spectrum-icons/workflow/More';\nimport React, {forwardRef, ReactElement} from 'react';\nimport {SpectrumActionMenuProps} from '@react-types/menu';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useSlotProps} from '@react-spectrum/utils';\n\nfunction ActionMenu<T extends object>(props: SpectrumActionMenuProps<T>, ref: FocusableRef<HTMLButtonElement>) {\n props = useSlotProps(props, 'actionMenu');\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n let buttonProps = filterDOMProps(props, {labelable: true});\n if (buttonProps['aria-label'] === undefined) {\n buttonProps['aria-label'] = stringFormatter.format('moreActions');\n }\n\n return (\n <MenuTrigger\n isOpen={props.isOpen}\n defaultOpen={props.defaultOpen}\n onOpenChange={props.onOpenChange}\n align={props.align}\n direction={props.direction}\n shouldFlip={props.shouldFlip}>\n <ActionButton\n ref={ref}\n {...props}\n {...buttonProps}>\n <More />\n </ActionButton>\n <Menu\n children={props.children}\n items={props.items}\n disabledKeys={props.disabledKeys}\n onAction={props.onAction} />\n </MenuTrigger>\n );\n}\n\n/**\n * ActionMenu combines an ActionButton with a Menu for simple \"more actions\" use cases.\n */\nconst _ActionMenu = forwardRef(ActionMenu) as <T>(props: SpectrumActionMenuProps<T> & {ref?: FocusableRef<HTMLButtonElement>}) => ReactElement;\nexport {_ActionMenu as ActionMenu};\n","/*\n * Copyright 2023 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 {classNames, SlotProvider, useIsMobileDevice} from '@react-spectrum/utils';\nimport {DismissButton} from '@react-aria/overlays';\nimport helpStyles from '@adobe/spectrum-css-temp/components/contextualhelp/vars.css';\nimport {ItemProps} from '@react-types/shared';\nimport {MenuDialogContext, useMenuStateContext} from './context';\nimport {Modal, Popover} from '@react-spectrum/overlays';\nimport React, {Key, ReactElement, useRef} from 'react';\nimport {useOverlayTriggerState} from '@react-stately/overlays';\n\ninterface MenuDialogTriggerProps<T> extends ItemProps<T> {\n /** Whether the menu item is currently unavailable. */\n isUnavailable?: boolean,\n /** The triggering Item and the Dialog, respectively. */\n children: [ReactElement, ReactElement],\n targetKey: Key\n}\n\nexport interface SpectrumMenuDialogTriggerProps<T> extends Omit<MenuDialogTriggerProps<T>, 'targetKey' | 'title' | 'textValue' | 'childItems' | 'hasChildItems'> {}\n\nfunction ContextualHelpTrigger<T>(props: MenuDialogTriggerProps<T>): ReactElement {\n let {isUnavailable} = props;\n\n let triggerRef = useRef<HTMLLIElement>(null);\n let popoverRef = useRef(null);\n let {state: menuState, container, menu} = useMenuStateContext();\n let state = useOverlayTriggerState({isOpen: menuState.expandedKeys.has(props.targetKey), onOpenChange: (val) => {\n if (!val) {\n if (menuState.expandedKeys.has(props.targetKey)) {\n menuState.toggleKey(props.targetKey);\n }\n }\n }});\n let slots = {};\n if (isUnavailable) {\n slots = {\n dialog: {UNSAFE_className: classNames(helpStyles, 'react-spectrum-ContextualHelp-dialog')},\n content: {UNSAFE_className: helpStyles['react-spectrum-ContextualHelp-content']},\n footer: {UNSAFE_className: helpStyles['react-spectrum-ContextualHelp-footer']}\n };\n }\n let [trigger] = React.Children.toArray(props.children);\n let [, content] = props.children as [ReactElement, ReactElement];\n\n let isMobile = useIsMobileDevice();\n\n let onExit = () => {\n // if focus was already moved back to a menu item, don't need to do anything\n if (!menu.current.contains(document.activeElement)) {\n // need to return focus to the trigger because hitting Esc causes focus to go to the subdialog, which is then unmounted\n // this leads to blur never being fired nor focus on the body\n triggerRef.current.focus();\n }\n };\n let onBlurWithin = (e) => {\n if (e.relatedTarget && popoverRef.current && !popoverRef.current?.UNSAFE_getDOMNode().contains(e.relatedTarget)) {\n if (menuState.expandedKeys.has(props.targetKey)) {\n menuState.toggleKey(props.targetKey);\n }\n }\n };\n return (\n <>\n <MenuDialogContext.Provider value={{isUnavailable, triggerRef}}>{trigger}</MenuDialogContext.Provider>\n <SlotProvider slots={slots}>\n {\n isMobile ? (\n <Modal state={state} isDismissable>\n <DismissButton onDismiss={state.close} />\n {content}\n <DismissButton onDismiss={state.close} />\n </Modal>\n ) : (\n <Popover\n onExit={onExit}\n onBlurWithin={onBlurWithin}\n container={container.current}\n state={state}\n ref={popoverRef}\n triggerRef={triggerRef}\n placement=\"end top\"\n offset={-10}\n hideArrow\n isNonModal\n enableBothDismissButtons\n disableFocusManagement>\n {content}\n </Popover>\n )\n }\n </SlotProvider>\n </>\n );\n}\n\nContextualHelpTrigger.getCollectionNode = function* getCollectionNode<T>(props: ItemProps<T>) {\n let [trigger] = React.Children.toArray(props.children) as ReactElement[];\n let [, content] = props.children as [ReactElement, ReactElement];\n\n yield {\n element: React.cloneElement(trigger, {...trigger.props, hasChildItems: true}),\n wrapper: (element) => (\n <ContextualHelpTrigger key={element.key} targetKey={element.key} {...props}>\n {element}\n {content}\n </ContextualHelpTrigger>\n )\n };\n};\n\nlet _Item = ContextualHelpTrigger as <T>(props: SpectrumMenuDialogTriggerProps<T>) => JSX.Element;\nexport {_Item as ContextualHelpTrigger};\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\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"main.js.map"}
package/dist/module.js CHANGED
@@ -7,7 +7,7 @@ import $9SHwR$react, {useRef as $9SHwR$useRef, Fragment as $9SHwR$Fragment, forw
7
7
  import {useMenuTrigger as $9SHwR$useMenuTrigger, useMenu as $9SHwR$useMenu, useMenuItem as $9SHwR$useMenuItem, useMenuSection as $9SHwR$useMenuSection} from "@react-aria/menu";
8
8
  import {useMenuTriggerState as $9SHwR$useMenuTriggerState} from "@react-stately/menu";
9
9
  import {FocusScope as $9SHwR$FocusScope, FocusRing as $9SHwR$FocusRing} from "@react-aria/focus";
10
- import {mergeProps as $9SHwR$mergeProps, useSyncRef as $9SHwR$useSyncRef, filterDOMProps as $9SHwR$filterDOMProps, useObjectRef as $9SHwR$useObjectRef, mergeRefs as $9SHwR$mergeRefs, useSlotId as $9SHwR$useSlotId} from "@react-aria/utils";
10
+ import {mergeProps as $9SHwR$mergeProps, useSyncRef as $9SHwR$useSyncRef, useObjectRef as $9SHwR$useObjectRef, mergeRefs as $9SHwR$mergeRefs, useSlotId as $9SHwR$useSlotId, filterDOMProps as $9SHwR$filterDOMProps} from "@react-aria/utils";
11
11
  import {useTreeState as $9SHwR$useTreeState} from "@react-stately/tree";
12
12
  import $9SHwR$spectrumiconsuiCheckmarkMedium from "@spectrum-icons/ui/CheckmarkMedium";
13
13
  import {Grid as $9SHwR$Grid} from "@react-spectrum/layout";
@@ -259,7 +259,6 @@ function $aa0b855f135b86e3$var$MenuTrigger(props, ref) {
259
259
 
260
260
 
261
261
 
262
-
263
262
  var $90339528ca3fdd88$exports = {};
264
263
  var $9c47fa309a7d4d43$exports = {};
265
264
  $9c47fa309a7d4d43$exports = {
@@ -543,6 +542,7 @@ $90339528ca3fdd88$exports = {
543
542
 
544
543
 
545
544
 
545
+
546
546
  function $48fb8f5e1202c980$export$2ce376c2cc3355c8(props) {
547
547
  let { item: item , state: state , isVirtualized: isVirtualized , onAction: onAction } = props;
548
548
  let stringFormatter = (0, $9SHwR$useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($90339528ca3fdd88$exports))));
@@ -552,9 +552,6 @@ function $48fb8f5e1202c980$export$2ce376c2cc3355c8(props) {
552
552
  let isUnavailable = false;
553
553
  if (isMenuDialogTrigger) isUnavailable = menuDialogContext.isUnavailable;
554
554
  let ElementType = item.props.href ? "a" : "div";
555
- let domProps = (0, $9SHwR$filterDOMProps)(item.props, {
556
- isLink: !!item.props.href
557
- });
558
555
  let { closeOnSelect: closeOnSelect } = (0, $d94604d52c3e3feb$export$21c7ab35b39f78ec)();
559
556
  let { rendered: rendered , key: key } = item;
560
557
  let isSelected = state.selectionManager.isSelected(key);
@@ -587,7 +584,7 @@ function $48fb8f5e1202c980$export$2ce376c2cc3355c8(props) {
587
584
  return /*#__PURE__*/ (0, $9SHwR$react).createElement((0, $9SHwR$FocusRing), {
588
585
  focusRingClass: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($286d1cb34bb7dc84$exports))), "focus-ring")
589
586
  }, /*#__PURE__*/ (0, $9SHwR$react).createElement(ElementType, {
590
- ...(0, $9SHwR$mergeProps)(menuItemProps, domProps),
587
+ ...menuItemProps,
591
588
  ref: ref,
592
589
  className: (0, $9SHwR$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($286d1cb34bb7dc84$exports))), "spectrum-Menu-item", {
593
590
  "is-disabled": isDisabled,
@@ -1 +1 @@
1
- {"mappings":"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","sources":["packages/@react-spectrum/menu/src/index.ts","packages/@react-spectrum/menu/src/MenuTrigger.tsx","packages/@react-spectrum/menu/src/context.ts","packages/@adobe/spectrum-css-temp/components/menu/vars.css","packages/@react-spectrum/menu/src/Menu.tsx","packages/@react-spectrum/menu/src/MenuItem.tsx","packages/@react-spectrum/menu/src/*.js","packages/@react-spectrum/menu/intl/ar-AE.json","packages/@react-spectrum/menu/intl/bg-BG.json","packages/@react-spectrum/menu/intl/cs-CZ.json","packages/@react-spectrum/menu/intl/da-DK.json","packages/@react-spectrum/menu/intl/de-DE.json","packages/@react-spectrum/menu/intl/el-GR.json","packages/@react-spectrum/menu/intl/en-US.json","packages/@react-spectrum/menu/intl/es-ES.json","packages/@react-spectrum/menu/intl/et-EE.json","packages/@react-spectrum/menu/intl/fi-FI.json","packages/@react-spectrum/menu/intl/fr-FR.json","packages/@react-spectrum/menu/intl/he-IL.json","packages/@react-spectrum/menu/intl/hr-HR.json","packages/@react-spectrum/menu/intl/hu-HU.json","packages/@react-spectrum/menu/intl/it-IT.json","packages/@react-spectrum/menu/intl/ja-JP.json","packages/@react-spectrum/menu/intl/ko-KR.json","packages/@react-spectrum/menu/intl/lt-LT.json","packages/@react-spectrum/menu/intl/lv-LV.json","packages/@react-spectrum/menu/intl/nb-NO.json","packages/@react-spectrum/menu/intl/nl-NL.json","packages/@react-spectrum/menu/intl/pl-PL.json","packages/@react-spectrum/menu/intl/pt-BR.json","packages/@react-spectrum/menu/intl/pt-PT.json","packages/@react-spectrum/menu/intl/ro-RO.json","packages/@react-spectrum/menu/intl/ru-RU.json","packages/@react-spectrum/menu/intl/sk-SK.json","packages/@react-spectrum/menu/intl/sl-SI.json","packages/@react-spectrum/menu/intl/sr-SP.json","packages/@react-spectrum/menu/intl/sv-SE.json","packages/@react-spectrum/menu/intl/tr-TR.json","packages/@react-spectrum/menu/intl/uk-UA.json","packages/@react-spectrum/menu/intl/zh-CN.json","packages/@react-spectrum/menu/intl/zh-TW.json","packages/@react-spectrum/menu/src/MenuSection.tsx","packages/@react-spectrum/menu/src/ActionMenu.tsx","packages/@react-spectrum/menu/src/ContextualHelpTrigger.tsx","packages/@adobe/spectrum-css-temp/components/contextualhelp/vars.css"],"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\n/// <reference types=\"css-module-types\" />\n\nexport {MenuTrigger} from './MenuTrigger';\nexport {Menu} from './Menu';\nexport {ActionMenu} from './ActionMenu';\nexport {ContextualHelpTrigger} from './ContextualHelpTrigger';\nexport {Item, Section} from '@react-stately/collections';\nexport type {SpectrumActionMenuProps, SpectrumMenuProps, SpectrumMenuTriggerProps} from '@react-types/menu';\nexport type {SpectrumMenuDialogTriggerProps} from './ContextualHelpTrigger';\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 {classNames, SlotProvider, useDOMRef, useIsMobileDevice} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {MenuContext} from './context';\nimport {Placement} from '@react-types/overlays';\nimport {Popover, Tray} from '@react-spectrum/overlays';\nimport {PressResponder} from '@react-aria/interactions';\nimport React, {forwardRef, Fragment, useRef} from 'react';\nimport {SpectrumMenuTriggerProps} from '@react-types/menu';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {useMenuTrigger} from '@react-aria/menu';\nimport {useMenuTriggerState} from '@react-stately/menu';\n\nfunction MenuTrigger(props: SpectrumMenuTriggerProps, ref: DOMRef<HTMLElement>) {\n let triggerRef = useRef<HTMLElement>();\n let domRef = useDOMRef(ref);\n let menuTriggerRef = domRef || triggerRef;\n let menuRef = useRef<HTMLDivElement>();\n let {\n children,\n align = 'start',\n shouldFlip = true,\n direction = 'bottom',\n closeOnSelect,\n trigger = 'press'\n } = props;\n\n let [menuTrigger, menu] = React.Children.toArray(children);\n let state = useMenuTriggerState(props);\n\n let {menuTriggerProps, menuProps} = useMenuTrigger({trigger}, state, menuTriggerRef);\n\n let initialPlacement: Placement;\n switch (direction) {\n case 'left':\n case 'right':\n case 'start':\n case 'end':\n initialPlacement = `${direction} ${align === 'end' ? 'bottom' : 'top'}` as Placement;\n break;\n case 'bottom':\n case 'top':\n default:\n initialPlacement = `${direction} ${align}` as Placement;\n }\n\n let isMobile = useIsMobileDevice();\n let menuContext = {\n ...menuProps,\n state,\n ref: menuRef,\n onClose: state.close,\n closeOnSelect,\n autoFocus: state.focusStrategy || true,\n UNSAFE_style: isMobile ? {\n width: '100%',\n maxHeight: 'inherit'\n } : undefined,\n UNSAFE_className: classNames(styles, {'spectrum-Menu-popover': !isMobile})\n };\n\n // On small screen devices, the menu is rendered in a tray, otherwise a popover.\n let overlay;\n if (isMobile) {\n overlay = (\n <Tray state={state}>\n {menu}\n </Tray>\n );\n } else {\n overlay = (\n <Popover\n UNSAFE_style={{clipPath: 'unset', overflow: 'visible'}}\n state={state}\n triggerRef={menuTriggerRef}\n scrollRef={menuRef}\n placement={initialPlacement}\n hideArrow\n shouldFlip={shouldFlip}>\n {menu}\n </Popover>\n );\n }\n\n return (\n <Fragment>\n <SlotProvider slots={{actionButton: {holdAffordance: trigger === 'longPress'}}}>\n <PressResponder {...menuTriggerProps} ref={menuTriggerRef} isPressed={state.isOpen}>\n {menuTrigger}\n </PressResponder>\n </SlotProvider>\n <MenuContext.Provider value={menuContext}>\n {overlay}\n </MenuContext.Provider>\n </Fragment>\n );\n}\n\n/**\n * The MenuTrigger serves as a wrapper around a Menu and its associated trigger,\n * linking the Menu's open state with the trigger's press state.\n */\nlet _MenuTrigger = forwardRef(MenuTrigger);\nexport {_MenuTrigger as MenuTrigger};\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 {FocusStrategy} from '@react-types/shared';\nimport {MenuTriggerState} from '@react-stately/menu';\nimport React, {HTMLAttributes, MutableRefObject, RefObject, useContext} from 'react';\nimport {TreeState} from '@react-stately/tree';\n\nexport interface MenuContextValue extends Omit<HTMLAttributes<HTMLElement>, 'autoFocus'> {\n onClose?: () => void,\n closeOnSelect?: boolean,\n shouldFocusWrap?: boolean,\n autoFocus?: boolean | FocusStrategy,\n ref?: MutableRefObject<HTMLDivElement>,\n state?: MenuTriggerState\n}\n\nexport const MenuContext = React.createContext<MenuContextValue>({});\n\nexport function useMenuContext(): MenuContextValue {\n return useContext(MenuContext);\n}\n\nexport interface MenuDialogContextValue {\n isUnavailable?: boolean,\n triggerRef?: MutableRefObject<HTMLElement>\n}\n\nexport const MenuDialogContext = React.createContext<MenuDialogContextValue | undefined>(undefined);\n\nexport function useMenuDialogContext(): MenuDialogContextValue {\n return useContext(MenuDialogContext);\n}\n\nexport interface MenuStateContextValue<T> {\n state?: TreeState<T>,\n container?: RefObject<HTMLElement>,\n menu?: RefObject<HTMLDivElement>\n}\n\nexport const MenuStateContext = React.createContext<MenuStateContextValue<any>>({});\n\nexport function useMenuStateContext<T>(): MenuStateContextValue<T> {\n return useContext(MenuStateContext);\n}\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\n@import './index.css';\n@import './skin.css';\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 {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {FocusScope} from '@react-aria/focus';\nimport {MenuContext, MenuStateContext} from './context';\nimport {MenuItem} from './MenuItem';\nimport {MenuSection} from './MenuSection';\nimport {mergeProps, useSyncRef} from '@react-aria/utils';\nimport React, {ReactElement, useContext, useRef} from 'react';\nimport {SpectrumMenuProps} from '@react-types/menu';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {useMenu} from '@react-aria/menu';\nimport {useTreeState} from '@react-stately/tree';\n\nfunction Menu<T extends object>(props: SpectrumMenuProps<T>, ref: DOMRef<HTMLDivElement>) {\n let contextProps = useContext(MenuContext);\n let completeProps = {\n ...mergeProps(contextProps, props)\n };\n\n let domRef = useDOMRef(ref);\n let scopedRef = useRef(null);\n let state = useTreeState(completeProps);\n let {menuProps} = useMenu(completeProps, state, domRef);\n let {styleProps} = useStyleProps(completeProps);\n useSyncRef(contextProps, domRef);\n\n return (\n <MenuStateContext.Provider value={{state, container: scopedRef, menu: domRef}}>\n <FocusScope contain={state.expandedKeys.size > 0}>\n <div style={{overflow: 'hidden', maxHeight: '100%', display: 'inline-flex', borderRadius: 'var(--spectrum-alias-border-radius-regular)'}}>\n <div\n {...menuProps}\n {...styleProps}\n ref={domRef}\n className={\n classNames(\n styles,\n 'spectrum-Menu',\n styleProps.className\n )\n }>\n {[...state.collection].map(item => {\n if (item.type === 'section') {\n return (\n <MenuSection\n key={item.key}\n item={item}\n state={state}\n onAction={completeProps.onAction} />\n );\n }\n\n let menuItem = (\n <MenuItem\n key={item.key}\n item={item}\n state={state}\n onAction={completeProps.onAction} />\n );\n\n if (item.wrapper) {\n menuItem = item.wrapper(menuItem);\n }\n\n return menuItem;\n })}\n </div>\n </div>\n <div ref={scopedRef} />\n </FocusScope>\n </MenuStateContext.Provider>\n );\n}\n\n/**\n * Menus display a list of actions or options that a user can choose.\n */\n// forwardRef doesn't support generic parameters, so cast the result to the correct type\n// https://stackoverflow.com/questions/58469229/react-with-typescript-generics-while-using-react-forwardref\nconst _Menu = React.forwardRef(Menu) as <T>(props: SpectrumMenuProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;\nexport {_Menu as Menu};\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 CheckmarkMedium from '@spectrum-icons/ui/CheckmarkMedium';\nimport {classNames, ClearSlots, SlotProvider} from '@react-spectrum/utils';\nimport {DOMAttributes, Node} from '@react-types/shared';\nimport {filterDOMProps, mergeProps, mergeRefs, useObjectRef, useSlotId} from '@react-aria/utils';\nimport {FocusRing} from '@react-aria/focus';\nimport {Grid} from '@react-spectrum/layout';\nimport InfoOutline from '@spectrum-icons/workflow/InfoOutline';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport React, {Key, useMemo, useRef} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {Text} from '@react-spectrum/text';\nimport {TreeState} from '@react-stately/tree';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useMenuContext, useMenuDialogContext} from './context';\nimport {useMenuItem} from '@react-aria/menu';\n\ninterface MenuItemProps<T> {\n item: Node<T>,\n state: TreeState<T>,\n isVirtualized?: boolean,\n onAction?: (key: Key) => void\n}\n\n/** @private */\nexport function MenuItem<T>(props: MenuItemProps<T>) {\n let {\n item,\n state,\n isVirtualized,\n onAction\n } = props;\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n let menuDialogContext = useMenuDialogContext();\n let {triggerRef} = menuDialogContext || {};\n let isMenuDialogTrigger = !!menuDialogContext;\n let isUnavailable = false;\n\n if (isMenuDialogTrigger) {\n isUnavailable = menuDialogContext.isUnavailable;\n }\n\n let ElementType: React.ElementType = item.props.href ? 'a' : 'div';\n let domProps = filterDOMProps(item.props, {isLink: !!item.props.href});\n\n let {\n closeOnSelect\n } = useMenuContext();\n\n let {\n rendered,\n key\n } = item;\n\n let isSelected = state.selectionManager.isSelected(key);\n let isDisabled = state.disabledKeys.has(key);\n\n let itemref = useRef<any>(null);\n let ref = useObjectRef(useMemo(() => mergeRefs(itemref, triggerRef), [itemref, triggerRef]));\n\n let {\n menuItemProps,\n labelProps,\n descriptionProps,\n keyboardShortcutProps\n } = useMenuItem(\n {\n isSelected,\n isDisabled,\n 'aria-label': item['aria-label'],\n key,\n closeOnSelect,\n isVirtualized,\n onAction,\n 'aria-haspopup': isMenuDialogTrigger && isUnavailable ? 'dialog' : undefined\n },\n state,\n ref\n );\n let endId = useSlotId();\n let endProps: DOMAttributes = {};\n if (endId) {\n endProps.id = endId;\n menuItemProps['aria-describedby'] = [menuItemProps['aria-describedby'], endId].filter(Boolean).join(' ');\n }\n\n let contents = typeof rendered === 'string'\n ? <Text>{rendered}</Text>\n : rendered;\n\n return (\n <FocusRing focusRingClass={classNames(styles, 'focus-ring')}>\n <ElementType\n {...mergeProps(menuItemProps, domProps)}\n ref={ref}\n className={classNames(\n styles,\n 'spectrum-Menu-item',\n {\n 'is-disabled': isDisabled,\n 'is-selected': isSelected,\n 'is-selectable': state.selectionManager.selectionMode !== 'none',\n 'is-open': state.expandedKeys.has(key)\n }\n )}>\n <Grid\n UNSAFE_className={\n classNames(\n styles,\n 'spectrum-Menu-itemGrid'\n )\n }>\n <ClearSlots>\n <SlotProvider\n slots={{\n text: {UNSAFE_className: styles['spectrum-Menu-itemLabel'], ...labelProps},\n end: {UNSAFE_className: styles['spectrum-Menu-end'], ...endProps},\n icon: {UNSAFE_className: styles['spectrum-Menu-icon'], size: 'S'},\n description: {UNSAFE_className: styles['spectrum-Menu-description'], ...descriptionProps},\n keyboard: {UNSAFE_className: styles['spectrum-Menu-keyboard'], ...keyboardShortcutProps}\n }}>\n {contents}\n {isSelected &&\n <CheckmarkMedium\n slot=\"checkmark\"\n UNSAFE_className={\n classNames(\n styles,\n 'spectrum-Menu-checkmark'\n )\n } />\n }\n {\n isUnavailable && <InfoOutline slot=\"end\" size=\"XS\" alignSelf=\"center\" aria-label={stringFormatter.format('unavailable')} />\n }\n </SlotProvider>\n </ClearSlots>\n </Grid>\n </ElementType>\n </FocusRing>\n );\n}\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"moreActions\": \"المزيد من الإجراءات\",\n \"unavailable\": \"غير مُتوفر، قُم بالتوسيع للحصول على التفاصيل\"\n}\n","{\n \"moreActions\": \"Повече действия\",\n \"unavailable\": \"Недостъпно, разгънете за подробности\"\n}\n","{\n \"moreActions\": \"Další akce\",\n \"unavailable\": \"Není k dispozici, rozbalením zobrazíte podrobnosti\"\n}\n","{\n \"moreActions\": \"Flere handlinger\",\n \"unavailable\": \"Ikke tilgængelig, udvid for detaljer\"\n}\n","{\n \"moreActions\": \"Mehr Aktionen\",\n \"unavailable\": \"Nicht verfügbar, für Details erweitern\"\n}\n","{\n \"moreActions\": \"Περισσότερες ενέργειες\",\n \"unavailable\": \"Μη διαθέσιμο, ανάπτυξη για λεπτομέρειες\"\n}\n","{\n \"moreActions\": \"More actions\",\n \"unavailable\": \"Unavailable, expand for details\"\n}\n","{\n \"moreActions\": \"Más acciones\",\n \"unavailable\": \"No disponible, ampliar para más detalles\"\n}\n","{\n \"moreActions\": \"Veel toiminguid\",\n \"unavailable\": \"Pole kättesaadav, üksikasjade vaatamiseks laiendage\"\n}\n","{\n \"moreActions\": \"Lisää toimintoja\",\n \"unavailable\": \"Ei saatavilla, laajenna saadaksesi lisätietoja\"\n}\n","{\n \"moreActions\": \"Autres actions\",\n \"unavailable\": \"Indisponible, développer pour plus de détails\"\n}\n","{\n \"moreActions\": \"פעולות נוספות\",\n \"unavailable\": \"לא זמין, הרחב לפרטים\"\n}\n","{\n \"moreActions\": \"Dodatne radnje\",\n \"unavailable\": \"Nije dostupno, proširi za detalje\"\n}\n","{\n \"moreActions\": \"További lehetőségek\",\n \"unavailable\": \"Nem érhető el, a részletekért bontsa ki\"\n}\n","{\n \"moreActions\": \"Altre azioni\",\n \"unavailable\": \"Non disponibile, espandi per i dettagli\"\n}\n","{\n \"moreActions\": \"その他のアクション\",\n \"unavailable\": \"利用できません。詳しくは、展開して確認してください\"\n}\n","{\n \"moreActions\": \"기타 액션\",\n \"unavailable\": \"사용할 수 없음, 자세히 보려면 펼치기\"\n}\n","{\n \"moreActions\": \"Daugiau veiksmų\",\n \"unavailable\": \"Nepasiekiama, norėdami gauti daugiau informacijos, išskleiskite\"\n}\n","{\n \"moreActions\": \"Citas darbības\",\n \"unavailable\": \"Nav pieejams, izvērsiet, lai skatītu sīkāku informāciju\"\n}\n","{\n \"moreActions\": \"Flere handlinger\",\n \"unavailable\": \"Utilgjengelig, utvid for detaljer\"\n}\n","{\n \"moreActions\": \"Meer handelingen\",\n \"unavailable\": \"Niet beschikbaar, uitvouwen voor meer informatie\"\n}\n","{\n \"moreActions\": \"Więcej akcji\",\n \"unavailable\": \"Niedostępne, rozwiń, aby zobaczyć szczegóły\"\n}\n","{\n \"moreActions\": \"Mais ações\",\n \"unavailable\": \"Indisponível. Expanda para ver os detalhes\"\n}\n","{\n \"moreActions\": \"Mais ações\",\n \"unavailable\": \"Indisponível, expandir para mais detalhes\"\n}\n","{\n \"moreActions\": \"Mai multe acțiuni\",\n \"unavailable\": \"Indisponibil, extindeți pentru detalii\"\n}\n","{\n \"moreActions\": \"Дополнительные действия\",\n \"unavailable\": \"Недоступно, разверните для подробностей\"\n}\n","{\n \"moreActions\": \"Ďalšie akcie\",\n \"unavailable\": \"Nedostupné, rozbaľte podrobnosti\"\n}\n","{\n \"moreActions\": \"Več možnosti\",\n \"unavailable\": \"Ni na voljo, razširite za podrobnosti\"\n}\n","{\n \"moreActions\": \"Dodatne radnje\",\n \"unavailable\": \"Nije dostupno, proširite za detalje\"\n}\n","{\n \"moreActions\": \"Fler åtgärder\",\n \"unavailable\": \"Ej tillgänglig, expandera för mer information\"\n}\n","{\n \"moreActions\": \"Daha fazla eylem\",\n \"unavailable\": \"Kullanılamıyor, ayrıntıları görmek için genişletin\"\n}\n","{\n \"moreActions\": \"Більше дій\",\n \"unavailable\": \"Недоступно, розгорніть для докладнішої інформації\"\n}\n","{\n \"moreActions\": \"更多操作\",\n \"unavailable\": \"不可用,展开以查看详细信息\"\n}\n","{\n \"moreActions\": \"更多動作\",\n \"unavailable\": \"無法使用,展開以取得詳細資料\"\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 {classNames} from '@react-spectrum/utils';\nimport {getChildNodes} from '@react-stately/collections';\nimport {MenuItem} from './MenuItem';\nimport {Node} from '@react-types/shared';\nimport React, {Fragment, Key} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {TreeState} from '@react-stately/tree';\nimport {useMenuSection} from '@react-aria/menu';\nimport {useSeparator} from '@react-aria/separator';\n\ninterface MenuSectionProps<T> {\n item: Node<T>,\n state: TreeState<T>,\n onAction?: (key: Key) => void\n}\n\n/** @private */\nexport function MenuSection<T>(props: MenuSectionProps<T>) {\n let {item, state, onAction} = props;\n let {itemProps, headingProps, groupProps} = useMenuSection({\n heading: item.rendered,\n 'aria-label': item['aria-label']\n });\n\n let {separatorProps} = useSeparator({\n elementType: 'div'\n });\n\n return (\n <Fragment>\n {item.key !== state.collection.getFirstKey() &&\n <div\n {...separatorProps}\n className={classNames(\n styles,\n 'spectrum-Menu-divider'\n )} />\n }\n <div {...itemProps}>\n {item.rendered &&\n <span\n {...headingProps}\n className={\n classNames(\n styles,\n 'spectrum-Menu-sectionHeading'\n )\n }>\n {item.rendered}\n </span>\n }\n <div\n {...groupProps}\n className={\n classNames(\n styles,\n 'spectrum-Menu'\n )\n }>\n {[...getChildNodes(item, state.collection)].map(node => {\n let item = (\n <MenuItem\n key={node.key}\n item={node}\n state={state}\n onAction={onAction} />\n );\n\n if (node.wrapper) {\n item = node.wrapper(item);\n }\n\n return item;\n })}\n </div>\n </div>\n </Fragment>\n );\n}\n","/*\n * Copyright 2021 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 {ActionButton} from '@react-spectrum/button';\nimport {filterDOMProps} from '@react-aria/utils';\nimport {FocusableRef} from '@react-types/shared';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {Menu} from './Menu';\nimport {MenuTrigger} from './MenuTrigger';\nimport More from '@spectrum-icons/workflow/More';\nimport React, {forwardRef, ReactElement} from 'react';\nimport {SpectrumActionMenuProps} from '@react-types/menu';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useSlotProps} from '@react-spectrum/utils';\n\nfunction ActionMenu<T extends object>(props: SpectrumActionMenuProps<T>, ref: FocusableRef<HTMLButtonElement>) {\n props = useSlotProps(props, 'actionMenu');\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n let buttonProps = filterDOMProps(props, {labelable: true});\n if (buttonProps['aria-label'] === undefined) {\n buttonProps['aria-label'] = stringFormatter.format('moreActions');\n }\n\n return (\n <MenuTrigger\n isOpen={props.isOpen}\n defaultOpen={props.defaultOpen}\n onOpenChange={props.onOpenChange}\n align={props.align}\n direction={props.direction}\n shouldFlip={props.shouldFlip}>\n <ActionButton\n ref={ref}\n {...props}\n {...buttonProps}>\n <More />\n </ActionButton>\n <Menu\n children={props.children}\n items={props.items}\n disabledKeys={props.disabledKeys}\n onAction={props.onAction} />\n </MenuTrigger>\n );\n}\n\n/**\n * ActionMenu combines an ActionButton with a Menu for simple \"more actions\" use cases.\n */\nconst _ActionMenu = forwardRef(ActionMenu) as <T>(props: SpectrumActionMenuProps<T> & {ref?: FocusableRef<HTMLButtonElement>}) => ReactElement;\nexport {_ActionMenu as ActionMenu};\n","/*\n * Copyright 2023 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 {classNames, SlotProvider, useIsMobileDevice} from '@react-spectrum/utils';\nimport {DismissButton} from '@react-aria/overlays';\nimport helpStyles from '@adobe/spectrum-css-temp/components/contextualhelp/vars.css';\nimport {ItemProps} from '@react-types/shared';\nimport {MenuDialogContext, useMenuStateContext} from './context';\nimport {Modal, Popover} from '@react-spectrum/overlays';\nimport React, {Key, ReactElement, useRef} from 'react';\nimport {useOverlayTriggerState} from '@react-stately/overlays';\n\ninterface MenuDialogTriggerProps<T> extends ItemProps<T> {\n /** Whether the menu item is currently unavailable. */\n isUnavailable?: boolean,\n /** The triggering Item and the Dialog, respectively. */\n children: [ReactElement, ReactElement],\n targetKey: Key\n}\n\nexport interface SpectrumMenuDialogTriggerProps<T> extends Omit<MenuDialogTriggerProps<T>, 'targetKey' | 'title' | 'textValue' | 'childItems' | 'hasChildItems'> {}\n\nfunction ContextualHelpTrigger<T>(props: MenuDialogTriggerProps<T>): ReactElement {\n let {isUnavailable} = props;\n\n let triggerRef = useRef<HTMLLIElement>(null);\n let popoverRef = useRef(null);\n let {state: menuState, container, menu} = useMenuStateContext();\n let state = useOverlayTriggerState({isOpen: menuState.expandedKeys.has(props.targetKey), onOpenChange: (val) => {\n if (!val) {\n if (menuState.expandedKeys.has(props.targetKey)) {\n menuState.toggleKey(props.targetKey);\n }\n }\n }});\n let slots = {};\n if (isUnavailable) {\n slots = {\n dialog: {UNSAFE_className: classNames(helpStyles, 'react-spectrum-ContextualHelp-dialog')},\n content: {UNSAFE_className: helpStyles['react-spectrum-ContextualHelp-content']},\n footer: {UNSAFE_className: helpStyles['react-spectrum-ContextualHelp-footer']}\n };\n }\n let [trigger] = React.Children.toArray(props.children);\n let [, content] = props.children as [ReactElement, ReactElement];\n\n let isMobile = useIsMobileDevice();\n\n let onExit = () => {\n // if focus was already moved back to a menu item, don't need to do anything\n if (!menu.current.contains(document.activeElement)) {\n // need to return focus to the trigger because hitting Esc causes focus to go to the subdialog, which is then unmounted\n // this leads to blur never being fired nor focus on the body\n triggerRef.current.focus();\n }\n };\n let onBlurWithin = (e) => {\n if (e.relatedTarget && popoverRef.current && !popoverRef.current?.UNSAFE_getDOMNode().contains(e.relatedTarget)) {\n if (menuState.expandedKeys.has(props.targetKey)) {\n menuState.toggleKey(props.targetKey);\n }\n }\n };\n return (\n <>\n <MenuDialogContext.Provider value={{isUnavailable, triggerRef}}>{trigger}</MenuDialogContext.Provider>\n <SlotProvider slots={slots}>\n {\n isMobile ? (\n <Modal state={state} isDismissable>\n <DismissButton onDismiss={state.close} />\n {content}\n <DismissButton onDismiss={state.close} />\n </Modal>\n ) : (\n <Popover\n onExit={onExit}\n onBlurWithin={onBlurWithin}\n container={container.current}\n state={state}\n ref={popoverRef}\n triggerRef={triggerRef}\n placement=\"end top\"\n offset={-10}\n hideArrow\n isNonModal\n enableBothDismissButtons\n disableFocusManagement>\n {content}\n </Popover>\n )\n }\n </SlotProvider>\n </>\n );\n}\n\nContextualHelpTrigger.getCollectionNode = function* getCollectionNode<T>(props: ItemProps<T>) {\n let [trigger] = React.Children.toArray(props.children) as ReactElement[];\n let [, content] = props.children as [ReactElement, ReactElement];\n\n yield {\n element: React.cloneElement(trigger, {...trigger.props, hasChildItems: true}),\n wrapper: (element) => (\n <ContextualHelpTrigger key={element.key} targetKey={element.key} {...props}>\n {element}\n {content}\n </ContextualHelpTrigger>\n )\n };\n};\n\nlet _Item = ContextualHelpTrigger as <T>(props: SpectrumMenuDialogTriggerProps<T>) => JSX.Element;\nexport {_Item as ContextualHelpTrigger};\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\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"module.js.map"}
1
+ {"mappings":"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","sources":["packages/@react-spectrum/menu/src/index.ts","packages/@react-spectrum/menu/src/MenuTrigger.tsx","packages/@react-spectrum/menu/src/context.ts","packages/@adobe/spectrum-css-temp/components/menu/vars.css","packages/@react-spectrum/menu/src/Menu.tsx","packages/@react-spectrum/menu/src/MenuItem.tsx","packages/@react-spectrum/menu/src/*.js","packages/@react-spectrum/menu/intl/ar-AE.json","packages/@react-spectrum/menu/intl/bg-BG.json","packages/@react-spectrum/menu/intl/cs-CZ.json","packages/@react-spectrum/menu/intl/da-DK.json","packages/@react-spectrum/menu/intl/de-DE.json","packages/@react-spectrum/menu/intl/el-GR.json","packages/@react-spectrum/menu/intl/en-US.json","packages/@react-spectrum/menu/intl/es-ES.json","packages/@react-spectrum/menu/intl/et-EE.json","packages/@react-spectrum/menu/intl/fi-FI.json","packages/@react-spectrum/menu/intl/fr-FR.json","packages/@react-spectrum/menu/intl/he-IL.json","packages/@react-spectrum/menu/intl/hr-HR.json","packages/@react-spectrum/menu/intl/hu-HU.json","packages/@react-spectrum/menu/intl/it-IT.json","packages/@react-spectrum/menu/intl/ja-JP.json","packages/@react-spectrum/menu/intl/ko-KR.json","packages/@react-spectrum/menu/intl/lt-LT.json","packages/@react-spectrum/menu/intl/lv-LV.json","packages/@react-spectrum/menu/intl/nb-NO.json","packages/@react-spectrum/menu/intl/nl-NL.json","packages/@react-spectrum/menu/intl/pl-PL.json","packages/@react-spectrum/menu/intl/pt-BR.json","packages/@react-spectrum/menu/intl/pt-PT.json","packages/@react-spectrum/menu/intl/ro-RO.json","packages/@react-spectrum/menu/intl/ru-RU.json","packages/@react-spectrum/menu/intl/sk-SK.json","packages/@react-spectrum/menu/intl/sl-SI.json","packages/@react-spectrum/menu/intl/sr-SP.json","packages/@react-spectrum/menu/intl/sv-SE.json","packages/@react-spectrum/menu/intl/tr-TR.json","packages/@react-spectrum/menu/intl/uk-UA.json","packages/@react-spectrum/menu/intl/zh-CN.json","packages/@react-spectrum/menu/intl/zh-TW.json","packages/@react-spectrum/menu/src/MenuSection.tsx","packages/@react-spectrum/menu/src/ActionMenu.tsx","packages/@react-spectrum/menu/src/ContextualHelpTrigger.tsx","packages/@adobe/spectrum-css-temp/components/contextualhelp/vars.css"],"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\n/// <reference types=\"css-module-types\" />\n\nexport {MenuTrigger} from './MenuTrigger';\nexport {Menu} from './Menu';\nexport {ActionMenu} from './ActionMenu';\nexport {ContextualHelpTrigger} from './ContextualHelpTrigger';\nexport {Item, Section} from '@react-stately/collections';\nexport type {SpectrumActionMenuProps, SpectrumMenuProps, SpectrumMenuTriggerProps} from '@react-types/menu';\nexport type {SpectrumMenuDialogTriggerProps} from './ContextualHelpTrigger';\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 {classNames, SlotProvider, useDOMRef, useIsMobileDevice} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {MenuContext} from './context';\nimport {Placement} from '@react-types/overlays';\nimport {Popover, Tray} from '@react-spectrum/overlays';\nimport {PressResponder} from '@react-aria/interactions';\nimport React, {forwardRef, Fragment, useRef} from 'react';\nimport {SpectrumMenuTriggerProps} from '@react-types/menu';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {useMenuTrigger} from '@react-aria/menu';\nimport {useMenuTriggerState} from '@react-stately/menu';\n\nfunction MenuTrigger(props: SpectrumMenuTriggerProps, ref: DOMRef<HTMLElement>) {\n let triggerRef = useRef<HTMLElement>();\n let domRef = useDOMRef(ref);\n let menuTriggerRef = domRef || triggerRef;\n let menuRef = useRef<HTMLDivElement>();\n let {\n children,\n align = 'start',\n shouldFlip = true,\n direction = 'bottom',\n closeOnSelect,\n trigger = 'press'\n } = props;\n\n let [menuTrigger, menu] = React.Children.toArray(children);\n let state = useMenuTriggerState(props);\n\n let {menuTriggerProps, menuProps} = useMenuTrigger({trigger}, state, menuTriggerRef);\n\n let initialPlacement: Placement;\n switch (direction) {\n case 'left':\n case 'right':\n case 'start':\n case 'end':\n initialPlacement = `${direction} ${align === 'end' ? 'bottom' : 'top'}` as Placement;\n break;\n case 'bottom':\n case 'top':\n default:\n initialPlacement = `${direction} ${align}` as Placement;\n }\n\n let isMobile = useIsMobileDevice();\n let menuContext = {\n ...menuProps,\n state,\n ref: menuRef,\n onClose: state.close,\n closeOnSelect,\n autoFocus: state.focusStrategy || true,\n UNSAFE_style: isMobile ? {\n width: '100%',\n maxHeight: 'inherit'\n } : undefined,\n UNSAFE_className: classNames(styles, {'spectrum-Menu-popover': !isMobile})\n };\n\n // On small screen devices, the menu is rendered in a tray, otherwise a popover.\n let overlay;\n if (isMobile) {\n overlay = (\n <Tray state={state}>\n {menu}\n </Tray>\n );\n } else {\n overlay = (\n <Popover\n UNSAFE_style={{clipPath: 'unset', overflow: 'visible'}}\n state={state}\n triggerRef={menuTriggerRef}\n scrollRef={menuRef}\n placement={initialPlacement}\n hideArrow\n shouldFlip={shouldFlip}>\n {menu}\n </Popover>\n );\n }\n\n return (\n <Fragment>\n <SlotProvider slots={{actionButton: {holdAffordance: trigger === 'longPress'}}}>\n <PressResponder {...menuTriggerProps} ref={menuTriggerRef} isPressed={state.isOpen}>\n {menuTrigger}\n </PressResponder>\n </SlotProvider>\n <MenuContext.Provider value={menuContext}>\n {overlay}\n </MenuContext.Provider>\n </Fragment>\n );\n}\n\n/**\n * The MenuTrigger serves as a wrapper around a Menu and its associated trigger,\n * linking the Menu's open state with the trigger's press state.\n */\nlet _MenuTrigger = forwardRef(MenuTrigger);\nexport {_MenuTrigger as MenuTrigger};\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 {FocusStrategy} from '@react-types/shared';\nimport {MenuTriggerState} from '@react-stately/menu';\nimport React, {HTMLAttributes, MutableRefObject, RefObject, useContext} from 'react';\nimport {TreeState} from '@react-stately/tree';\n\nexport interface MenuContextValue extends Omit<HTMLAttributes<HTMLElement>, 'autoFocus'> {\n onClose?: () => void,\n closeOnSelect?: boolean,\n shouldFocusWrap?: boolean,\n autoFocus?: boolean | FocusStrategy,\n ref?: MutableRefObject<HTMLDivElement>,\n state?: MenuTriggerState\n}\n\nexport const MenuContext = React.createContext<MenuContextValue>({});\n\nexport function useMenuContext(): MenuContextValue {\n return useContext(MenuContext);\n}\n\nexport interface MenuDialogContextValue {\n isUnavailable?: boolean,\n triggerRef?: MutableRefObject<HTMLElement>\n}\n\nexport const MenuDialogContext = React.createContext<MenuDialogContextValue | undefined>(undefined);\n\nexport function useMenuDialogContext(): MenuDialogContextValue {\n return useContext(MenuDialogContext);\n}\n\nexport interface MenuStateContextValue<T> {\n state?: TreeState<T>,\n container?: RefObject<HTMLElement>,\n menu?: RefObject<HTMLDivElement>\n}\n\nexport const MenuStateContext = React.createContext<MenuStateContextValue<any>>({});\n\nexport function useMenuStateContext<T>(): MenuStateContextValue<T> {\n return useContext(MenuStateContext);\n}\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\n@import './index.css';\n@import './skin.css';\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 {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {FocusScope} from '@react-aria/focus';\nimport {MenuContext, MenuStateContext} from './context';\nimport {MenuItem} from './MenuItem';\nimport {MenuSection} from './MenuSection';\nimport {mergeProps, useSyncRef} from '@react-aria/utils';\nimport React, {ReactElement, useContext, useRef} from 'react';\nimport {SpectrumMenuProps} from '@react-types/menu';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {useMenu} from '@react-aria/menu';\nimport {useTreeState} from '@react-stately/tree';\n\nfunction Menu<T extends object>(props: SpectrumMenuProps<T>, ref: DOMRef<HTMLDivElement>) {\n let contextProps = useContext(MenuContext);\n let completeProps = {\n ...mergeProps(contextProps, props)\n };\n\n let domRef = useDOMRef(ref);\n let scopedRef = useRef(null);\n let state = useTreeState(completeProps);\n let {menuProps} = useMenu(completeProps, state, domRef);\n let {styleProps} = useStyleProps(completeProps);\n useSyncRef(contextProps, domRef);\n\n return (\n <MenuStateContext.Provider value={{state, container: scopedRef, menu: domRef}}>\n <FocusScope contain={state.expandedKeys.size > 0}>\n <div style={{overflow: 'hidden', maxHeight: '100%', display: 'inline-flex', borderRadius: 'var(--spectrum-alias-border-radius-regular)'}}>\n <div\n {...menuProps}\n {...styleProps}\n ref={domRef}\n className={\n classNames(\n styles,\n 'spectrum-Menu',\n styleProps.className\n )\n }>\n {[...state.collection].map(item => {\n if (item.type === 'section') {\n return (\n <MenuSection\n key={item.key}\n item={item}\n state={state}\n onAction={completeProps.onAction} />\n );\n }\n\n let menuItem = (\n <MenuItem\n key={item.key}\n item={item}\n state={state}\n onAction={completeProps.onAction} />\n );\n\n if (item.wrapper) {\n menuItem = item.wrapper(menuItem);\n }\n\n return menuItem;\n })}\n </div>\n </div>\n <div ref={scopedRef} />\n </FocusScope>\n </MenuStateContext.Provider>\n );\n}\n\n/**\n * Menus display a list of actions or options that a user can choose.\n */\n// forwardRef doesn't support generic parameters, so cast the result to the correct type\n// https://stackoverflow.com/questions/58469229/react-with-typescript-generics-while-using-react-forwardref\nconst _Menu = React.forwardRef(Menu) as <T>(props: SpectrumMenuProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;\nexport {_Menu as Menu};\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 CheckmarkMedium from '@spectrum-icons/ui/CheckmarkMedium';\nimport {classNames, ClearSlots, SlotProvider} from '@react-spectrum/utils';\nimport {DOMAttributes, Node} from '@react-types/shared';\nimport {FocusRing} from '@react-aria/focus';\nimport {Grid} from '@react-spectrum/layout';\nimport InfoOutline from '@spectrum-icons/workflow/InfoOutline';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {mergeRefs, useObjectRef, useSlotId} from '@react-aria/utils';\nimport React, {Key, useMemo, useRef} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {Text} from '@react-spectrum/text';\nimport {TreeState} from '@react-stately/tree';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useMenuContext, useMenuDialogContext} from './context';\nimport {useMenuItem} from '@react-aria/menu';\n\ninterface MenuItemProps<T> {\n item: Node<T>,\n state: TreeState<T>,\n isVirtualized?: boolean,\n onAction?: (key: Key) => void\n}\n\n/** @private */\nexport function MenuItem<T>(props: MenuItemProps<T>) {\n let {\n item,\n state,\n isVirtualized,\n onAction\n } = props;\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n let menuDialogContext = useMenuDialogContext();\n let {triggerRef} = menuDialogContext || {};\n let isMenuDialogTrigger = !!menuDialogContext;\n let isUnavailable = false;\n\n if (isMenuDialogTrigger) {\n isUnavailable = menuDialogContext.isUnavailable;\n }\n\n let ElementType: React.ElementType = item.props.href ? 'a' : 'div';\n\n let {\n closeOnSelect\n } = useMenuContext();\n\n let {\n rendered,\n key\n } = item;\n\n let isSelected = state.selectionManager.isSelected(key);\n let isDisabled = state.disabledKeys.has(key);\n\n let itemref = useRef<any>(null);\n let ref = useObjectRef(useMemo(() => mergeRefs(itemref, triggerRef), [itemref, triggerRef]));\n\n let {\n menuItemProps,\n labelProps,\n descriptionProps,\n keyboardShortcutProps\n } = useMenuItem(\n {\n isSelected,\n isDisabled,\n 'aria-label': item['aria-label'],\n key,\n closeOnSelect,\n isVirtualized,\n onAction,\n 'aria-haspopup': isMenuDialogTrigger && isUnavailable ? 'dialog' : undefined\n },\n state,\n ref\n );\n let endId = useSlotId();\n let endProps: DOMAttributes = {};\n if (endId) {\n endProps.id = endId;\n menuItemProps['aria-describedby'] = [menuItemProps['aria-describedby'], endId].filter(Boolean).join(' ');\n }\n\n let contents = typeof rendered === 'string'\n ? <Text>{rendered}</Text>\n : rendered;\n\n return (\n <FocusRing focusRingClass={classNames(styles, 'focus-ring')}>\n <ElementType\n {...menuItemProps}\n ref={ref}\n className={classNames(\n styles,\n 'spectrum-Menu-item',\n {\n 'is-disabled': isDisabled,\n 'is-selected': isSelected,\n 'is-selectable': state.selectionManager.selectionMode !== 'none',\n 'is-open': state.expandedKeys.has(key)\n }\n )}>\n <Grid\n UNSAFE_className={\n classNames(\n styles,\n 'spectrum-Menu-itemGrid'\n )\n }>\n <ClearSlots>\n <SlotProvider\n slots={{\n text: {UNSAFE_className: styles['spectrum-Menu-itemLabel'], ...labelProps},\n end: {UNSAFE_className: styles['spectrum-Menu-end'], ...endProps},\n icon: {UNSAFE_className: styles['spectrum-Menu-icon'], size: 'S'},\n description: {UNSAFE_className: styles['spectrum-Menu-description'], ...descriptionProps},\n keyboard: {UNSAFE_className: styles['spectrum-Menu-keyboard'], ...keyboardShortcutProps}\n }}>\n {contents}\n {isSelected &&\n <CheckmarkMedium\n slot=\"checkmark\"\n UNSAFE_className={\n classNames(\n styles,\n 'spectrum-Menu-checkmark'\n )\n } />\n }\n {\n isUnavailable && <InfoOutline slot=\"end\" size=\"XS\" alignSelf=\"center\" aria-label={stringFormatter.format('unavailable')} />\n }\n </SlotProvider>\n </ClearSlots>\n </Grid>\n </ElementType>\n </FocusRing>\n );\n}\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"moreActions\": \"المزيد من الإجراءات\",\n \"unavailable\": \"غير مُتوفر، قُم بالتوسيع للحصول على التفاصيل\"\n}\n","{\n \"moreActions\": \"Повече действия\",\n \"unavailable\": \"Недостъпно, разгънете за подробности\"\n}\n","{\n \"moreActions\": \"Další akce\",\n \"unavailable\": \"Není k dispozici, rozbalením zobrazíte podrobnosti\"\n}\n","{\n \"moreActions\": \"Flere handlinger\",\n \"unavailable\": \"Ikke tilgængelig, udvid for detaljer\"\n}\n","{\n \"moreActions\": \"Mehr Aktionen\",\n \"unavailable\": \"Nicht verfügbar, für Details erweitern\"\n}\n","{\n \"moreActions\": \"Περισσότερες ενέργειες\",\n \"unavailable\": \"Μη διαθέσιμο, ανάπτυξη για λεπτομέρειες\"\n}\n","{\n \"moreActions\": \"More actions\",\n \"unavailable\": \"Unavailable, expand for details\"\n}\n","{\n \"moreActions\": \"Más acciones\",\n \"unavailable\": \"No disponible, ampliar para más detalles\"\n}\n","{\n \"moreActions\": \"Veel toiminguid\",\n \"unavailable\": \"Pole kättesaadav, üksikasjade vaatamiseks laiendage\"\n}\n","{\n \"moreActions\": \"Lisää toimintoja\",\n \"unavailable\": \"Ei saatavilla, laajenna saadaksesi lisätietoja\"\n}\n","{\n \"moreActions\": \"Autres actions\",\n \"unavailable\": \"Indisponible, développer pour plus de détails\"\n}\n","{\n \"moreActions\": \"פעולות נוספות\",\n \"unavailable\": \"לא זמין, הרחב לפרטים\"\n}\n","{\n \"moreActions\": \"Dodatne radnje\",\n \"unavailable\": \"Nije dostupno, proširi za detalje\"\n}\n","{\n \"moreActions\": \"További lehetőségek\",\n \"unavailable\": \"Nem érhető el, a részletekért bontsa ki\"\n}\n","{\n \"moreActions\": \"Altre azioni\",\n \"unavailable\": \"Non disponibile, espandi per i dettagli\"\n}\n","{\n \"moreActions\": \"その他のアクション\",\n \"unavailable\": \"利用できません。詳しくは、展開して確認してください\"\n}\n","{\n \"moreActions\": \"기타 액션\",\n \"unavailable\": \"사용할 수 없음, 자세히 보려면 펼치기\"\n}\n","{\n \"moreActions\": \"Daugiau veiksmų\",\n \"unavailable\": \"Nepasiekiama, norėdami gauti daugiau informacijos, išskleiskite\"\n}\n","{\n \"moreActions\": \"Citas darbības\",\n \"unavailable\": \"Nav pieejams, izvērsiet, lai skatītu sīkāku informāciju\"\n}\n","{\n \"moreActions\": \"Flere handlinger\",\n \"unavailable\": \"Utilgjengelig, utvid for detaljer\"\n}\n","{\n \"moreActions\": \"Meer handelingen\",\n \"unavailable\": \"Niet beschikbaar, uitvouwen voor meer informatie\"\n}\n","{\n \"moreActions\": \"Więcej akcji\",\n \"unavailable\": \"Niedostępne, rozwiń, aby zobaczyć szczegóły\"\n}\n","{\n \"moreActions\": \"Mais ações\",\n \"unavailable\": \"Indisponível. Expanda para ver os detalhes\"\n}\n","{\n \"moreActions\": \"Mais ações\",\n \"unavailable\": \"Indisponível, expandir para mais detalhes\"\n}\n","{\n \"moreActions\": \"Mai multe acțiuni\",\n \"unavailable\": \"Indisponibil, extindeți pentru detalii\"\n}\n","{\n \"moreActions\": \"Дополнительные действия\",\n \"unavailable\": \"Недоступно, разверните для подробностей\"\n}\n","{\n \"moreActions\": \"Ďalšie akcie\",\n \"unavailable\": \"Nedostupné, rozbaľte podrobnosti\"\n}\n","{\n \"moreActions\": \"Več možnosti\",\n \"unavailable\": \"Ni na voljo, razširite za podrobnosti\"\n}\n","{\n \"moreActions\": \"Dodatne radnje\",\n \"unavailable\": \"Nije dostupno, proširite za detalje\"\n}\n","{\n \"moreActions\": \"Fler åtgärder\",\n \"unavailable\": \"Ej tillgänglig, expandera för mer information\"\n}\n","{\n \"moreActions\": \"Daha fazla eylem\",\n \"unavailable\": \"Kullanılamıyor, ayrıntıları görmek için genişletin\"\n}\n","{\n \"moreActions\": \"Більше дій\",\n \"unavailable\": \"Недоступно, розгорніть для докладнішої інформації\"\n}\n","{\n \"moreActions\": \"更多操作\",\n \"unavailable\": \"不可用,展开以查看详细信息\"\n}\n","{\n \"moreActions\": \"更多動作\",\n \"unavailable\": \"無法使用,展開以取得詳細資料\"\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 {classNames} from '@react-spectrum/utils';\nimport {getChildNodes} from '@react-stately/collections';\nimport {MenuItem} from './MenuItem';\nimport {Node} from '@react-types/shared';\nimport React, {Fragment, Key} from 'react';\nimport styles from '@adobe/spectrum-css-temp/components/menu/vars.css';\nimport {TreeState} from '@react-stately/tree';\nimport {useMenuSection} from '@react-aria/menu';\nimport {useSeparator} from '@react-aria/separator';\n\ninterface MenuSectionProps<T> {\n item: Node<T>,\n state: TreeState<T>,\n onAction?: (key: Key) => void\n}\n\n/** @private */\nexport function MenuSection<T>(props: MenuSectionProps<T>) {\n let {item, state, onAction} = props;\n let {itemProps, headingProps, groupProps} = useMenuSection({\n heading: item.rendered,\n 'aria-label': item['aria-label']\n });\n\n let {separatorProps} = useSeparator({\n elementType: 'div'\n });\n\n return (\n <Fragment>\n {item.key !== state.collection.getFirstKey() &&\n <div\n {...separatorProps}\n className={classNames(\n styles,\n 'spectrum-Menu-divider'\n )} />\n }\n <div {...itemProps}>\n {item.rendered &&\n <span\n {...headingProps}\n className={\n classNames(\n styles,\n 'spectrum-Menu-sectionHeading'\n )\n }>\n {item.rendered}\n </span>\n }\n <div\n {...groupProps}\n className={\n classNames(\n styles,\n 'spectrum-Menu'\n )\n }>\n {[...getChildNodes(item, state.collection)].map(node => {\n let item = (\n <MenuItem\n key={node.key}\n item={node}\n state={state}\n onAction={onAction} />\n );\n\n if (node.wrapper) {\n item = node.wrapper(item);\n }\n\n return item;\n })}\n </div>\n </div>\n </Fragment>\n );\n}\n","/*\n * Copyright 2021 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 {ActionButton} from '@react-spectrum/button';\nimport {filterDOMProps} from '@react-aria/utils';\nimport {FocusableRef} from '@react-types/shared';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {Menu} from './Menu';\nimport {MenuTrigger} from './MenuTrigger';\nimport More from '@spectrum-icons/workflow/More';\nimport React, {forwardRef, ReactElement} from 'react';\nimport {SpectrumActionMenuProps} from '@react-types/menu';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useSlotProps} from '@react-spectrum/utils';\n\nfunction ActionMenu<T extends object>(props: SpectrumActionMenuProps<T>, ref: FocusableRef<HTMLButtonElement>) {\n props = useSlotProps(props, 'actionMenu');\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n let buttonProps = filterDOMProps(props, {labelable: true});\n if (buttonProps['aria-label'] === undefined) {\n buttonProps['aria-label'] = stringFormatter.format('moreActions');\n }\n\n return (\n <MenuTrigger\n isOpen={props.isOpen}\n defaultOpen={props.defaultOpen}\n onOpenChange={props.onOpenChange}\n align={props.align}\n direction={props.direction}\n shouldFlip={props.shouldFlip}>\n <ActionButton\n ref={ref}\n {...props}\n {...buttonProps}>\n <More />\n </ActionButton>\n <Menu\n children={props.children}\n items={props.items}\n disabledKeys={props.disabledKeys}\n onAction={props.onAction} />\n </MenuTrigger>\n );\n}\n\n/**\n * ActionMenu combines an ActionButton with a Menu for simple \"more actions\" use cases.\n */\nconst _ActionMenu = forwardRef(ActionMenu) as <T>(props: SpectrumActionMenuProps<T> & {ref?: FocusableRef<HTMLButtonElement>}) => ReactElement;\nexport {_ActionMenu as ActionMenu};\n","/*\n * Copyright 2023 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 {classNames, SlotProvider, useIsMobileDevice} from '@react-spectrum/utils';\nimport {DismissButton} from '@react-aria/overlays';\nimport helpStyles from '@adobe/spectrum-css-temp/components/contextualhelp/vars.css';\nimport {ItemProps} from '@react-types/shared';\nimport {MenuDialogContext, useMenuStateContext} from './context';\nimport {Modal, Popover} from '@react-spectrum/overlays';\nimport React, {Key, ReactElement, useRef} from 'react';\nimport {useOverlayTriggerState} from '@react-stately/overlays';\n\ninterface MenuDialogTriggerProps<T> extends ItemProps<T> {\n /** Whether the menu item is currently unavailable. */\n isUnavailable?: boolean,\n /** The triggering Item and the Dialog, respectively. */\n children: [ReactElement, ReactElement],\n targetKey: Key\n}\n\nexport interface SpectrumMenuDialogTriggerProps<T> extends Omit<MenuDialogTriggerProps<T>, 'targetKey' | 'title' | 'textValue' | 'childItems' | 'hasChildItems'> {}\n\nfunction ContextualHelpTrigger<T>(props: MenuDialogTriggerProps<T>): ReactElement {\n let {isUnavailable} = props;\n\n let triggerRef = useRef<HTMLLIElement>(null);\n let popoverRef = useRef(null);\n let {state: menuState, container, menu} = useMenuStateContext();\n let state = useOverlayTriggerState({isOpen: menuState.expandedKeys.has(props.targetKey), onOpenChange: (val) => {\n if (!val) {\n if (menuState.expandedKeys.has(props.targetKey)) {\n menuState.toggleKey(props.targetKey);\n }\n }\n }});\n let slots = {};\n if (isUnavailable) {\n slots = {\n dialog: {UNSAFE_className: classNames(helpStyles, 'react-spectrum-ContextualHelp-dialog')},\n content: {UNSAFE_className: helpStyles['react-spectrum-ContextualHelp-content']},\n footer: {UNSAFE_className: helpStyles['react-spectrum-ContextualHelp-footer']}\n };\n }\n let [trigger] = React.Children.toArray(props.children);\n let [, content] = props.children as [ReactElement, ReactElement];\n\n let isMobile = useIsMobileDevice();\n\n let onExit = () => {\n // if focus was already moved back to a menu item, don't need to do anything\n if (!menu.current.contains(document.activeElement)) {\n // need to return focus to the trigger because hitting Esc causes focus to go to the subdialog, which is then unmounted\n // this leads to blur never being fired nor focus on the body\n triggerRef.current.focus();\n }\n };\n let onBlurWithin = (e) => {\n if (e.relatedTarget && popoverRef.current && !popoverRef.current?.UNSAFE_getDOMNode().contains(e.relatedTarget)) {\n if (menuState.expandedKeys.has(props.targetKey)) {\n menuState.toggleKey(props.targetKey);\n }\n }\n };\n return (\n <>\n <MenuDialogContext.Provider value={{isUnavailable, triggerRef}}>{trigger}</MenuDialogContext.Provider>\n <SlotProvider slots={slots}>\n {\n isMobile ? (\n <Modal state={state} isDismissable>\n <DismissButton onDismiss={state.close} />\n {content}\n <DismissButton onDismiss={state.close} />\n </Modal>\n ) : (\n <Popover\n onExit={onExit}\n onBlurWithin={onBlurWithin}\n container={container.current}\n state={state}\n ref={popoverRef}\n triggerRef={triggerRef}\n placement=\"end top\"\n offset={-10}\n hideArrow\n isNonModal\n enableBothDismissButtons\n disableFocusManagement>\n {content}\n </Popover>\n )\n }\n </SlotProvider>\n </>\n );\n}\n\nContextualHelpTrigger.getCollectionNode = function* getCollectionNode<T>(props: ItemProps<T>) {\n let [trigger] = React.Children.toArray(props.children) as ReactElement[];\n let [, content] = props.children as [ReactElement, ReactElement];\n\n yield {\n element: React.cloneElement(trigger, {...trigger.props, hasChildItems: true}),\n wrapper: (element) => (\n <ContextualHelpTrigger key={element.key} targetKey={element.key} {...props}>\n {element}\n {content}\n </ContextualHelpTrigger>\n )\n };\n};\n\nlet _Item = ContextualHelpTrigger as <T>(props: SpectrumMenuDialogTriggerProps<T>) => JSX.Element;\nexport {_Item as ContextualHelpTrigger};\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\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"module.js.map"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/menu",
3
- "version": "3.14.1-nightly.4149+a399db1e3",
3
+ "version": "3.14.1-nightly.4153+54d260d73",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,36 +36,36 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/focus": "3.0.0-nightly.2440+a399db1e3",
40
- "@react-aria/i18n": "3.0.0-nightly.2440+a399db1e3",
41
- "@react-aria/interactions": "3.0.0-nightly.2440+a399db1e3",
42
- "@react-aria/menu": "3.10.3-nightly.4149+a399db1e3",
43
- "@react-aria/overlays": "3.0.0-nightly.2440+a399db1e3",
44
- "@react-aria/selection": "3.0.0-nightly.2440+a399db1e3",
45
- "@react-aria/separator": "3.0.0-nightly.2440+a399db1e3",
46
- "@react-aria/utils": "3.0.0-nightly.2440+a399db1e3",
47
- "@react-aria/virtualizer": "3.9.3-nightly.4149+a399db1e3",
48
- "@react-spectrum/button": "3.0.0-nightly.2440+a399db1e3",
49
- "@react-spectrum/checkbox": "3.0.0-nightly.2440+a399db1e3",
50
- "@react-spectrum/divider": "3.0.0-nightly.2440+a399db1e3",
51
- "@react-spectrum/layout": "3.5.6-nightly.4149+a399db1e3",
52
- "@react-spectrum/overlays": "3.0.0-nightly.2440+a399db1e3",
53
- "@react-spectrum/text": "3.4.6-nightly.4149+a399db1e3",
54
- "@react-spectrum/utils": "3.0.0-nightly.2440+a399db1e3",
55
- "@react-stately/collections": "3.0.0-nightly.2440+a399db1e3",
56
- "@react-stately/menu": "3.5.6-nightly.4149+a399db1e3",
57
- "@react-stately/overlays": "3.6.3-nightly.4149+a399db1e3",
58
- "@react-stately/tree": "3.0.0-nightly.2440+a399db1e3",
59
- "@react-stately/utils": "3.0.0-nightly.2440+a399db1e3",
60
- "@react-types/menu": "3.9.5-nightly.4149+a399db1e3",
61
- "@react-types/overlays": "3.8.3-nightly.4149+a399db1e3",
62
- "@react-types/shared": "3.0.0-nightly.2440+a399db1e3",
63
- "@spectrum-icons/ui": "3.0.0-nightly.2440+a399db1e3",
64
- "@spectrum-icons/workflow": "3.0.0-nightly.2440+a399db1e3",
39
+ "@react-aria/focus": "3.0.0-nightly.2444+54d260d73",
40
+ "@react-aria/i18n": "3.0.0-nightly.2444+54d260d73",
41
+ "@react-aria/interactions": "3.0.0-nightly.2444+54d260d73",
42
+ "@react-aria/menu": "3.10.3-nightly.4153+54d260d73",
43
+ "@react-aria/overlays": "3.0.0-nightly.2444+54d260d73",
44
+ "@react-aria/selection": "3.0.0-nightly.2444+54d260d73",
45
+ "@react-aria/separator": "3.0.0-nightly.2444+54d260d73",
46
+ "@react-aria/utils": "3.0.0-nightly.2444+54d260d73",
47
+ "@react-aria/virtualizer": "3.9.3-nightly.4153+54d260d73",
48
+ "@react-spectrum/button": "3.0.0-nightly.2444+54d260d73",
49
+ "@react-spectrum/checkbox": "3.0.0-nightly.2444+54d260d73",
50
+ "@react-spectrum/divider": "3.0.0-nightly.2444+54d260d73",
51
+ "@react-spectrum/layout": "3.5.6-nightly.4153+54d260d73",
52
+ "@react-spectrum/overlays": "3.0.0-nightly.2444+54d260d73",
53
+ "@react-spectrum/text": "3.4.6-nightly.4153+54d260d73",
54
+ "@react-spectrum/utils": "3.0.0-nightly.2444+54d260d73",
55
+ "@react-stately/collections": "3.0.0-nightly.2444+54d260d73",
56
+ "@react-stately/menu": "3.5.6-nightly.4153+54d260d73",
57
+ "@react-stately/overlays": "3.6.3-nightly.4153+54d260d73",
58
+ "@react-stately/tree": "3.0.0-nightly.2444+54d260d73",
59
+ "@react-stately/utils": "3.0.0-nightly.2444+54d260d73",
60
+ "@react-types/menu": "3.9.5-nightly.4153+54d260d73",
61
+ "@react-types/overlays": "3.8.3-nightly.4153+54d260d73",
62
+ "@react-types/shared": "3.0.0-nightly.2444+54d260d73",
63
+ "@spectrum-icons/ui": "3.0.0-nightly.2444+54d260d73",
64
+ "@spectrum-icons/workflow": "3.0.0-nightly.2444+54d260d73",
65
65
  "@swc/helpers": "^0.5.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2440+a399db1e3"
68
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2444+54d260d73"
69
69
  },
70
70
  "peerDependencies": {
71
71
  "@react-spectrum/provider": "^3.0.0",
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "a399db1e314243a023f7b5c95e319eba4496604c"
78
+ "gitHead": "54d260d736f3e24d02c4277e593f4ab34930f9bd"
79
79
  }
package/src/MenuItem.tsx CHANGED
@@ -13,12 +13,12 @@
13
13
  import CheckmarkMedium from '@spectrum-icons/ui/CheckmarkMedium';
14
14
  import {classNames, ClearSlots, SlotProvider} from '@react-spectrum/utils';
15
15
  import {DOMAttributes, Node} from '@react-types/shared';
16
- import {filterDOMProps, mergeProps, mergeRefs, useObjectRef, useSlotId} from '@react-aria/utils';
17
16
  import {FocusRing} from '@react-aria/focus';
18
17
  import {Grid} from '@react-spectrum/layout';
19
18
  import InfoOutline from '@spectrum-icons/workflow/InfoOutline';
20
19
  // @ts-ignore
21
20
  import intlMessages from '../intl/*.json';
21
+ import {mergeRefs, useObjectRef, useSlotId} from '@react-aria/utils';
22
22
  import React, {Key, useMemo, useRef} from 'react';
23
23
  import styles from '@adobe/spectrum-css-temp/components/menu/vars.css';
24
24
  import {Text} from '@react-spectrum/text';
@@ -53,7 +53,6 @@ export function MenuItem<T>(props: MenuItemProps<T>) {
53
53
  }
54
54
 
55
55
  let ElementType: React.ElementType = item.props.href ? 'a' : 'div';
56
- let domProps = filterDOMProps(item.props, {isLink: !!item.props.href});
57
56
 
58
57
  let {
59
58
  closeOnSelect
@@ -103,7 +102,7 @@ export function MenuItem<T>(props: MenuItemProps<T>) {
103
102
  return (
104
103
  <FocusRing focusRingClass={classNames(styles, 'focus-ring')}>
105
104
  <ElementType
106
- {...mergeProps(menuItemProps, domProps)}
105
+ {...menuItemProps}
107
106
  ref={ref}
108
107
  className={classNames(
109
108
  styles,