@swc-react/menu 0.33.3-overlay.66 → 0.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/index.dev.js +3 -1
- package/index.dev.js.map +2 -2
- package/index.js +1 -1
- package/index.js.map +2 -2
- package/next.d.ts +119 -126
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ export declare const MenuGroup: import("@lit-labs/react").ReactWebComponent<SpMe
|
|
|
18
18
|
}>;
|
|
19
19
|
export declare const MenuItem: import("@lit-labs/react").ReactWebComponent<SpMenuItem, {
|
|
20
20
|
spMenuItemAdded: EventName<Event>;
|
|
21
|
+
spMenuItemRemoved: EventName<Event>;
|
|
21
22
|
}>;
|
|
22
23
|
export declare type MenuType = EventTarget & SpMenu;
|
|
23
24
|
export declare type MenuDividerType = EventTarget & SpMenuDivider;
|
package/index.dev.js
CHANGED
|
@@ -44,8 +44,10 @@ export const MenuItem = createComponent({
|
|
|
44
44
|
react: React,
|
|
45
45
|
tagName: "sp-menu-item",
|
|
46
46
|
events: {
|
|
47
|
-
spMenuItemAdded: "sp-menu-item-added"
|
|
47
|
+
spMenuItemAdded: "sp-menu-item-added",
|
|
48
48
|
// announces the item has been added so a parent menu can take ownerships
|
|
49
|
+
spMenuItemRemoved: "sp-menu-item-removed"
|
|
50
|
+
// announces when removed from the DOM so the parent menu can remove ownership and update selected state
|
|
49
51
|
}
|
|
50
52
|
});
|
|
51
53
|
//# sourceMappingURL=index.dev.js.map
|
package/index.dev.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["index.ts"],
|
|
4
|
-
"sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport type { EventName } from '@lit-labs/react';\nimport { Menu as SpMenu } from '@spectrum-web-components/menu';\nimport { MenuDivider as SpMenuDivider } from '@spectrum-web-components/menu';\nimport { MenuGroup as SpMenuGroup } from '@spectrum-web-components/menu';\nimport { MenuItem as SpMenuItem } from '@spectrum-web-components/menu';\n\nimport '@spectrum-web-components/menu/sp-menu-divider.js';\nimport '@spectrum-web-components/menu/sp-menu-group.js';\nimport '@spectrum-web-components/menu/sp-menu-item.js';\nimport '@spectrum-web-components/menu/sp-menu.js';\n\nexport const Menu = createComponent({\n displayName: 'Menu',\n elementClass: SpMenu,\n react: React,\n tagName: 'sp-menu',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n close: 'close' as EventName<Event>,\n },\n});\nexport const MenuDivider = createComponent({\n displayName: 'MenuDivider',\n elementClass: SpMenuDivider,\n react: React,\n tagName: 'sp-menu-divider',\n events: {},\n});\nexport const MenuGroup = createComponent({\n displayName: 'MenuGroup',\n elementClass: SpMenuGroup,\n react: React,\n tagName: 'sp-menu-group',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n close: 'close' as EventName<Event>,\n },\n});\nexport const MenuItem = createComponent({\n displayName: 'MenuItem',\n elementClass: SpMenuItem,\n react: React,\n tagName: 'sp-menu-item',\n events: {\n spMenuItemAdded: 'sp-menu-item-added' as EventName<Event>, // announces the item has been added so a parent menu can take ownerships\n },\n});\n\nexport type MenuType = EventTarget & SpMenu;\nexport type MenuDividerType = EventTarget & SpMenuDivider;\nexport type MenuGroupType = EventTarget & SpMenuGroup;\nexport type MenuItemType = EventTarget & SpMenuItem;\n"],
|
|
5
|
-
"mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAEhC,SAAS,QAAQ,cAAc;AAC/B,SAAS,eAAe,qBAAqB;AAC7C,SAAS,aAAa,mBAAmB;AACzC,SAAS,YAAY,kBAAkB;AAEvC,OAAO;AACP,OAAO;AACP,OAAO;AACP,OAAO;AAEA,aAAM,OAAO,gBAAgB;AAAA,EAChC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,QAAQ;AAAA;AAAA,IACR,OAAO;AAAA,EACX;AACJ,CAAC;AACM,aAAM,cAAc,gBAAgB;AAAA,EACvC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;AACM,aAAM,YAAY,gBAAgB;AAAA,EACrC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,QAAQ;AAAA;AAAA,IACR,OAAO;AAAA,EACX;AACJ,CAAC;AACM,aAAM,WAAW,gBAAgB;AAAA,EACpC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,iBAAiB;AAAA;AAAA,
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport type { EventName } from '@lit-labs/react';\nimport { Menu as SpMenu } from '@spectrum-web-components/menu';\nimport { MenuDivider as SpMenuDivider } from '@spectrum-web-components/menu';\nimport { MenuGroup as SpMenuGroup } from '@spectrum-web-components/menu';\nimport { MenuItem as SpMenuItem } from '@spectrum-web-components/menu';\n\nimport '@spectrum-web-components/menu/sp-menu-divider.js';\nimport '@spectrum-web-components/menu/sp-menu-group.js';\nimport '@spectrum-web-components/menu/sp-menu-item.js';\nimport '@spectrum-web-components/menu/sp-menu.js';\n\nexport const Menu = createComponent({\n displayName: 'Menu',\n elementClass: SpMenu,\n react: React,\n tagName: 'sp-menu',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n close: 'close' as EventName<Event>,\n },\n});\nexport const MenuDivider = createComponent({\n displayName: 'MenuDivider',\n elementClass: SpMenuDivider,\n react: React,\n tagName: 'sp-menu-divider',\n events: {},\n});\nexport const MenuGroup = createComponent({\n displayName: 'MenuGroup',\n elementClass: SpMenuGroup,\n react: React,\n tagName: 'sp-menu-group',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n close: 'close' as EventName<Event>,\n },\n});\nexport const MenuItem = createComponent({\n displayName: 'MenuItem',\n elementClass: SpMenuItem,\n react: React,\n tagName: 'sp-menu-item',\n events: {\n spMenuItemAdded: 'sp-menu-item-added' as EventName<Event>, // announces the item has been added so a parent menu can take ownerships\n spMenuItemRemoved: 'sp-menu-item-removed' as EventName<Event>, // announces when removed from the DOM so the parent menu can remove ownership and update selected state\n },\n});\n\nexport type MenuType = EventTarget & SpMenu;\nexport type MenuDividerType = EventTarget & SpMenuDivider;\nexport type MenuGroupType = EventTarget & SpMenuGroup;\nexport type MenuItemType = EventTarget & SpMenuItem;\n"],
|
|
5
|
+
"mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAEhC,SAAS,QAAQ,cAAc;AAC/B,SAAS,eAAe,qBAAqB;AAC7C,SAAS,aAAa,mBAAmB;AACzC,SAAS,YAAY,kBAAkB;AAEvC,OAAO;AACP,OAAO;AACP,OAAO;AACP,OAAO;AAEA,aAAM,OAAO,gBAAgB;AAAA,EAChC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,QAAQ;AAAA;AAAA,IACR,OAAO;AAAA,EACX;AACJ,CAAC;AACM,aAAM,cAAc,gBAAgB;AAAA,EACvC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;AACM,aAAM,YAAY,gBAAgB;AAAA,EACrC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,QAAQ;AAAA;AAAA,IACR,OAAO;AAAA,EACX;AACJ,CAAC;AACM,aAAM,WAAW,gBAAgB;AAAA,EACpC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,iBAAiB;AAAA;AAAA,IACjB,mBAAmB;AAAA;AAAA,EACvB;AACJ,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";import*as e from"react";import{createComponent as t}from"@lit-labs/react";import{Menu as n}from"@spectrum-web-components/menu";import{MenuDivider as
|
|
1
|
+
"use strict";import*as e from"react";import{createComponent as t}from"@lit-labs/react";import{Menu as n}from"@spectrum-web-components/menu";import{MenuDivider as m}from"@spectrum-web-components/menu";import{MenuGroup as p}from"@spectrum-web-components/menu";import{MenuItem as a}from"@spectrum-web-components/menu";import"@spectrum-web-components/menu/sp-menu-divider.js";import"@spectrum-web-components/menu/sp-menu-group.js";import"@spectrum-web-components/menu/sp-menu-item.js";import"@spectrum-web-components/menu/sp-menu.js";export const Menu=t({displayName:"Menu",elementClass:n,react:e,tagName:"sp-menu",events:{change:"change",close:"close"}}),MenuDivider=t({displayName:"MenuDivider",elementClass:m,react:e,tagName:"sp-menu-divider",events:{}}),MenuGroup=t({displayName:"MenuGroup",elementClass:p,react:e,tagName:"sp-menu-group",events:{change:"change",close:"close"}}),MenuItem=t({displayName:"MenuItem",elementClass:a,react:e,tagName:"sp-menu-item",events:{spMenuItemAdded:"sp-menu-item-added",spMenuItemRemoved:"sp-menu-item-removed"}});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["index.ts"],
|
|
4
|
-
"sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport type { EventName } from '@lit-labs/react';\nimport { Menu as SpMenu } from '@spectrum-web-components/menu';\nimport { MenuDivider as SpMenuDivider } from '@spectrum-web-components/menu';\nimport { MenuGroup as SpMenuGroup } from '@spectrum-web-components/menu';\nimport { MenuItem as SpMenuItem } from '@spectrum-web-components/menu';\n\nimport '@spectrum-web-components/menu/sp-menu-divider.js';\nimport '@spectrum-web-components/menu/sp-menu-group.js';\nimport '@spectrum-web-components/menu/sp-menu-item.js';\nimport '@spectrum-web-components/menu/sp-menu.js';\n\nexport const Menu = createComponent({\n displayName: 'Menu',\n elementClass: SpMenu,\n react: React,\n tagName: 'sp-menu',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n close: 'close' as EventName<Event>,\n },\n});\nexport const MenuDivider = createComponent({\n displayName: 'MenuDivider',\n elementClass: SpMenuDivider,\n react: React,\n tagName: 'sp-menu-divider',\n events: {},\n});\nexport const MenuGroup = createComponent({\n displayName: 'MenuGroup',\n elementClass: SpMenuGroup,\n react: React,\n tagName: 'sp-menu-group',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n close: 'close' as EventName<Event>,\n },\n});\nexport const MenuItem = createComponent({\n displayName: 'MenuItem',\n elementClass: SpMenuItem,\n react: React,\n tagName: 'sp-menu-item',\n events: {\n spMenuItemAdded: 'sp-menu-item-added' as EventName<Event>, // announces the item has been added so a parent menu can take ownerships\n },\n});\n\nexport type MenuType = EventTarget & SpMenu;\nexport type MenuDividerType = EventTarget & SpMenuDivider;\nexport type MenuGroupType = EventTarget & SpMenuGroup;\nexport type MenuItemType = EventTarget & SpMenuItem;\n"],
|
|
5
|
-
"mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,kBAEhC,OAAS,QAAQC,MAAc,gCAC/B,OAAS,eAAeC,MAAqB,gCAC7C,OAAS,aAAaC,MAAmB,gCACzC,OAAS,YAAYC,MAAkB,gCAEvC,MAAO,mDACP,MAAO,iDACP,MAAO,gDACP,MAAO,2CAEA,aAAM,KAAOJ,EAAgB,CAChC,YAAa,OACb,aAAcC,EACd,MAAOF,EACP,QAAS,UACT,OAAQ,CACJ,OAAQ,SACR,MAAO,OACX,CACJ,CAAC,EACY,YAAcC,EAAgB,CACvC,YAAa,cACb,aAAcE,EACd,MAAOH,EACP,QAAS,kBACT,OAAQ,CAAC,CACb,CAAC,EACY,UAAYC,EAAgB,CACrC,YAAa,YACb,aAAcG,EACd,MAAOJ,EACP,QAAS,gBACT,OAAQ,CACJ,OAAQ,SACR,MAAO,OACX,CACJ,CAAC,EACY,SAAWC,EAAgB,CACpC,YAAa,WACb,aAAcI,EACd,MAAOL,EACP,QAAS,eACT,OAAQ,CACJ,gBAAiB,
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport type { EventName } from '@lit-labs/react';\nimport { Menu as SpMenu } from '@spectrum-web-components/menu';\nimport { MenuDivider as SpMenuDivider } from '@spectrum-web-components/menu';\nimport { MenuGroup as SpMenuGroup } from '@spectrum-web-components/menu';\nimport { MenuItem as SpMenuItem } from '@spectrum-web-components/menu';\n\nimport '@spectrum-web-components/menu/sp-menu-divider.js';\nimport '@spectrum-web-components/menu/sp-menu-group.js';\nimport '@spectrum-web-components/menu/sp-menu-item.js';\nimport '@spectrum-web-components/menu/sp-menu.js';\n\nexport const Menu = createComponent({\n displayName: 'Menu',\n elementClass: SpMenu,\n react: React,\n tagName: 'sp-menu',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n close: 'close' as EventName<Event>,\n },\n});\nexport const MenuDivider = createComponent({\n displayName: 'MenuDivider',\n elementClass: SpMenuDivider,\n react: React,\n tagName: 'sp-menu-divider',\n events: {},\n});\nexport const MenuGroup = createComponent({\n displayName: 'MenuGroup',\n elementClass: SpMenuGroup,\n react: React,\n tagName: 'sp-menu-group',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n close: 'close' as EventName<Event>,\n },\n});\nexport const MenuItem = createComponent({\n displayName: 'MenuItem',\n elementClass: SpMenuItem,\n react: React,\n tagName: 'sp-menu-item',\n events: {\n spMenuItemAdded: 'sp-menu-item-added' as EventName<Event>, // announces the item has been added so a parent menu can take ownerships\n spMenuItemRemoved: 'sp-menu-item-removed' as EventName<Event>, // announces when removed from the DOM so the parent menu can remove ownership and update selected state\n },\n});\n\nexport type MenuType = EventTarget & SpMenu;\nexport type MenuDividerType = EventTarget & SpMenuDivider;\nexport type MenuGroupType = EventTarget & SpMenuGroup;\nexport type MenuItemType = EventTarget & SpMenuItem;\n"],
|
|
5
|
+
"mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,kBAEhC,OAAS,QAAQC,MAAc,gCAC/B,OAAS,eAAeC,MAAqB,gCAC7C,OAAS,aAAaC,MAAmB,gCACzC,OAAS,YAAYC,MAAkB,gCAEvC,MAAO,mDACP,MAAO,iDACP,MAAO,gDACP,MAAO,2CAEA,aAAM,KAAOJ,EAAgB,CAChC,YAAa,OACb,aAAcC,EACd,MAAOF,EACP,QAAS,UACT,OAAQ,CACJ,OAAQ,SACR,MAAO,OACX,CACJ,CAAC,EACY,YAAcC,EAAgB,CACvC,YAAa,cACb,aAAcE,EACd,MAAOH,EACP,QAAS,kBACT,OAAQ,CAAC,CACb,CAAC,EACY,UAAYC,EAAgB,CACrC,YAAa,YACb,aAAcG,EACd,MAAOJ,EACP,QAAS,gBACT,OAAQ,CACJ,OAAQ,SACR,MAAO,OACX,CACJ,CAAC,EACY,SAAWC,EAAgB,CACpC,YAAa,WACb,aAAcI,EACd,MAAOL,EACP,QAAS,eACT,OAAQ,CACJ,gBAAiB,qBACjB,kBAAmB,sBACvB,CACJ,CAAC",
|
|
6
6
|
"names": ["React", "createComponent", "SpMenu", "SpMenuDivider", "SpMenuGroup", "SpMenuItem"]
|
|
7
7
|
}
|
package/next.d.ts
CHANGED
|
@@ -8,13 +8,16 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
8
8
|
style?: import("react").CSSProperties | undefined;
|
|
9
9
|
tabIndex?: number | undefined;
|
|
10
10
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
11
|
-
accessKey?: string | undefined;
|
|
12
11
|
color?: string | undefined;
|
|
13
12
|
lang?: string | undefined;
|
|
14
|
-
'aria-
|
|
13
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
14
|
+
accessKey?: string | undefined;
|
|
15
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
15
16
|
role?: import("react").AriaRole | undefined;
|
|
16
|
-
'aria-
|
|
17
|
-
'aria-
|
|
17
|
+
'aria-label'?: string | undefined;
|
|
18
|
+
'aria-haspopup'?: boolean | "true" | "dialog" | "menu" | "false" | "listbox" | "grid" | "tree" | undefined;
|
|
19
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
20
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
18
21
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
19
22
|
hidden?: boolean | undefined;
|
|
20
23
|
translate?: "yes" | "no" | undefined;
|
|
@@ -23,7 +26,9 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
23
26
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
24
27
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
25
28
|
nonce?: string | undefined;
|
|
26
|
-
'aria-
|
|
29
|
+
'aria-describedby'?: string | undefined;
|
|
30
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
31
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
27
32
|
'aria-activedescendant'?: string | undefined;
|
|
28
33
|
'aria-labelledby'?: string | undefined;
|
|
29
34
|
defaultChecked?: boolean | undefined;
|
|
@@ -60,27 +65,22 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
60
65
|
'aria-colindex'?: number | undefined;
|
|
61
66
|
'aria-colspan'?: number | undefined;
|
|
62
67
|
'aria-controls'?: string | undefined;
|
|
63
|
-
'aria-current'?: boolean | "true" | "time" | "
|
|
68
|
+
'aria-current'?: boolean | "true" | "time" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
64
69
|
'aria-details'?: string | undefined;
|
|
65
70
|
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
66
71
|
'aria-errormessage'?: string | undefined;
|
|
67
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
68
72
|
'aria-flowto'?: string | undefined;
|
|
69
73
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
70
|
-
'aria-haspopup'?: boolean | "true" | "dialog" | "menu" | "false" | "listbox" | "grid" | "tree" | undefined;
|
|
71
|
-
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
72
74
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
73
75
|
'aria-keyshortcuts'?: string | undefined;
|
|
74
76
|
'aria-level'?: number | undefined;
|
|
75
77
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
76
|
-
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
77
78
|
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
78
79
|
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
79
80
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
80
81
|
'aria-owns'?: string | undefined;
|
|
81
82
|
'aria-placeholder'?: string | undefined;
|
|
82
83
|
'aria-posinset'?: number | undefined;
|
|
83
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
84
84
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
85
85
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
86
86
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -274,24 +274,14 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
274
274
|
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
275
275
|
autofocus: boolean;
|
|
276
276
|
normalize: () => void;
|
|
277
|
-
addEventListener: {
|
|
278
|
-
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
279
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
280
|
-
};
|
|
281
|
-
dispatchEvent: (event: Event) => boolean;
|
|
282
|
-
removeEventListener: {
|
|
283
|
-
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
284
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
285
|
-
};
|
|
286
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
287
277
|
shadowRoot: ShadowRoot;
|
|
288
|
-
readonly parentElement: HTMLElement | null;
|
|
289
278
|
readonly renderOptions: import("lit-html").RenderOptions;
|
|
279
|
+
remove: () => void;
|
|
290
280
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
291
281
|
selected: string[];
|
|
292
282
|
value: string;
|
|
293
|
-
connectedCallback: () => void;
|
|
294
283
|
disconnectedCallback: () => void;
|
|
284
|
+
connectedCallback: () => void;
|
|
295
285
|
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
296
286
|
isUpdatePending: boolean;
|
|
297
287
|
hasUpdated: boolean;
|
|
@@ -312,6 +302,14 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
312
302
|
outerText: string;
|
|
313
303
|
spellcheck: boolean;
|
|
314
304
|
attachInternals: () => ElementInternals;
|
|
305
|
+
addEventListener: {
|
|
306
|
+
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
307
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
308
|
+
};
|
|
309
|
+
removeEventListener: {
|
|
310
|
+
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
311
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
312
|
+
};
|
|
315
313
|
readonly classList: DOMTokenList;
|
|
316
314
|
readonly clientHeight: number;
|
|
317
315
|
readonly clientLeft: number;
|
|
@@ -390,6 +388,7 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
390
388
|
readonly nodeName: string;
|
|
391
389
|
readonly nodeType: number;
|
|
392
390
|
nodeValue: string | null;
|
|
391
|
+
readonly parentElement: HTMLElement | null;
|
|
393
392
|
readonly parentNode: ParentNode | null;
|
|
394
393
|
readonly previousSibling: ChildNode | null;
|
|
395
394
|
textContent: string | null;
|
|
@@ -425,6 +424,7 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
425
424
|
readonly NOTATION_NODE: number;
|
|
426
425
|
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
427
426
|
readonly TEXT_NODE: number;
|
|
427
|
+
dispatchEvent: (event: Event) => boolean;
|
|
428
428
|
ariaAtomic: string | null;
|
|
429
429
|
ariaAutoComplete: string | null;
|
|
430
430
|
ariaBusy: string | null;
|
|
@@ -463,7 +463,6 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
463
463
|
getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
|
|
464
464
|
after: (...nodes: (string | Node)[]) => void;
|
|
465
465
|
before: (...nodes: (string | Node)[]) => void;
|
|
466
|
-
remove: () => void;
|
|
467
466
|
replaceWith: (...nodes: (string | Node)[]) => void;
|
|
468
467
|
innerHTML: string;
|
|
469
468
|
readonly nextElementSibling: Element | null;
|
|
@@ -484,6 +483,7 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
484
483
|
<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
485
484
|
};
|
|
486
485
|
replaceChildren: (...nodes: (string | Node)[]) => void;
|
|
486
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
487
487
|
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
488
488
|
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
489
489
|
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -581,12 +581,12 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
581
581
|
readonly dataset: DOMStringMap;
|
|
582
582
|
isLTR: boolean;
|
|
583
583
|
hasVisibleFocusInTree: () => boolean;
|
|
584
|
-
closeDescendentOverlays: () => void;
|
|
585
584
|
ignore: boolean;
|
|
586
|
-
selects: "inherit" | "
|
|
585
|
+
selects: "inherit" | "single" | "multiple" | undefined;
|
|
587
586
|
valueSeparator: string;
|
|
588
587
|
selectedItems: import("menu/src").MenuItem[];
|
|
589
588
|
menuSlot: HTMLSlotElement;
|
|
589
|
+
isSubmenu: boolean;
|
|
590
590
|
focusedItemIndex: number;
|
|
591
591
|
focusInItemIndex: number;
|
|
592
592
|
readonly childItems: import("menu/src").MenuItem[];
|
|
@@ -595,8 +595,6 @@ export declare const Menu: import("react").ComponentType<Partial<{
|
|
|
595
595
|
startListeningToKeyboard: () => void;
|
|
596
596
|
handleFocusout: (event: FocusEvent) => void;
|
|
597
597
|
stopListeningToKeyboard: () => void;
|
|
598
|
-
handleSubmenuClosed: (event: Event) => void;
|
|
599
|
-
handleSubmenuOpened: (event: Event) => void;
|
|
600
598
|
selectOrToggleItem: (targetItem: import("menu/src").MenuItem) => Promise<void>;
|
|
601
599
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
602
600
|
focusMenuItemByOffset: (offset: number) => import("menu/src").MenuItem;
|
|
@@ -615,13 +613,16 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
615
613
|
style?: import("react").CSSProperties | undefined;
|
|
616
614
|
tabIndex?: number | undefined;
|
|
617
615
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
618
|
-
accessKey?: string | undefined;
|
|
619
616
|
color?: string | undefined;
|
|
620
617
|
lang?: string | undefined;
|
|
621
|
-
'aria-
|
|
618
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
619
|
+
accessKey?: string | undefined;
|
|
620
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
622
621
|
role?: import("react").AriaRole | undefined;
|
|
623
|
-
'aria-
|
|
624
|
-
'aria-
|
|
622
|
+
'aria-label'?: string | undefined;
|
|
623
|
+
'aria-haspopup'?: boolean | "true" | "dialog" | "menu" | "false" | "listbox" | "grid" | "tree" | undefined;
|
|
624
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
625
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
625
626
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
626
627
|
hidden?: boolean | undefined;
|
|
627
628
|
translate?: "yes" | "no" | undefined;
|
|
@@ -630,7 +631,9 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
630
631
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
631
632
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
632
633
|
nonce?: string | undefined;
|
|
633
|
-
'aria-
|
|
634
|
+
'aria-describedby'?: string | undefined;
|
|
635
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
636
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
634
637
|
'aria-activedescendant'?: string | undefined;
|
|
635
638
|
'aria-labelledby'?: string | undefined;
|
|
636
639
|
defaultChecked?: boolean | undefined;
|
|
@@ -667,27 +670,22 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
667
670
|
'aria-colindex'?: number | undefined;
|
|
668
671
|
'aria-colspan'?: number | undefined;
|
|
669
672
|
'aria-controls'?: string | undefined;
|
|
670
|
-
'aria-current'?: boolean | "true" | "time" | "
|
|
673
|
+
'aria-current'?: boolean | "true" | "time" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
671
674
|
'aria-details'?: string | undefined;
|
|
672
675
|
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
673
676
|
'aria-errormessage'?: string | undefined;
|
|
674
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
675
677
|
'aria-flowto'?: string | undefined;
|
|
676
678
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
677
|
-
'aria-haspopup'?: boolean | "true" | "dialog" | "menu" | "false" | "listbox" | "grid" | "tree" | undefined;
|
|
678
|
-
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
679
679
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
680
680
|
'aria-keyshortcuts'?: string | undefined;
|
|
681
681
|
'aria-level'?: number | undefined;
|
|
682
682
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
683
|
-
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
684
683
|
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
685
684
|
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
686
685
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
687
686
|
'aria-owns'?: string | undefined;
|
|
688
687
|
'aria-placeholder'?: string | undefined;
|
|
689
688
|
'aria-posinset'?: number | undefined;
|
|
690
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
691
689
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
692
690
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
693
691
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -881,22 +879,12 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
881
879
|
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
882
880
|
autofocus: boolean;
|
|
883
881
|
normalize: () => void;
|
|
884
|
-
addEventListener: {
|
|
885
|
-
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
886
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
887
|
-
};
|
|
888
|
-
dispatchEvent: (event: Event) => boolean;
|
|
889
|
-
removeEventListener: {
|
|
890
|
-
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
891
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
892
|
-
};
|
|
893
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
894
882
|
shadowRoot: ShadowRoot;
|
|
895
|
-
readonly parentElement: HTMLElement | null;
|
|
896
883
|
readonly renderOptions: import("lit-html").RenderOptions;
|
|
884
|
+
remove: () => void;
|
|
897
885
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
898
|
-
connectedCallback: () => void;
|
|
899
886
|
disconnectedCallback: () => void;
|
|
887
|
+
connectedCallback: () => void;
|
|
900
888
|
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
901
889
|
isUpdatePending: boolean;
|
|
902
890
|
hasUpdated: boolean;
|
|
@@ -917,6 +905,14 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
917
905
|
outerText: string;
|
|
918
906
|
spellcheck: boolean;
|
|
919
907
|
attachInternals: () => ElementInternals;
|
|
908
|
+
addEventListener: {
|
|
909
|
+
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
910
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
911
|
+
};
|
|
912
|
+
removeEventListener: {
|
|
913
|
+
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
914
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
915
|
+
};
|
|
920
916
|
readonly classList: DOMTokenList;
|
|
921
917
|
readonly clientHeight: number;
|
|
922
918
|
readonly clientLeft: number;
|
|
@@ -995,6 +991,7 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
995
991
|
readonly nodeName: string;
|
|
996
992
|
readonly nodeType: number;
|
|
997
993
|
nodeValue: string | null;
|
|
994
|
+
readonly parentElement: HTMLElement | null;
|
|
998
995
|
readonly parentNode: ParentNode | null;
|
|
999
996
|
readonly previousSibling: ChildNode | null;
|
|
1000
997
|
textContent: string | null;
|
|
@@ -1030,6 +1027,7 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
1030
1027
|
readonly NOTATION_NODE: number;
|
|
1031
1028
|
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
1032
1029
|
readonly TEXT_NODE: number;
|
|
1030
|
+
dispatchEvent: (event: Event) => boolean;
|
|
1033
1031
|
ariaAtomic: string | null;
|
|
1034
1032
|
ariaAutoComplete: string | null;
|
|
1035
1033
|
ariaBusy: string | null;
|
|
@@ -1068,7 +1066,6 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
1068
1066
|
getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
|
|
1069
1067
|
after: (...nodes: (string | Node)[]) => void;
|
|
1070
1068
|
before: (...nodes: (string | Node)[]) => void;
|
|
1071
|
-
remove: () => void;
|
|
1072
1069
|
replaceWith: (...nodes: (string | Node)[]) => void;
|
|
1073
1070
|
innerHTML: string;
|
|
1074
1071
|
readonly nextElementSibling: Element | null;
|
|
@@ -1089,6 +1086,7 @@ export declare const MenuDivider: import("react").ComponentType<Partial<{
|
|
|
1089
1086
|
<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1090
1087
|
};
|
|
1091
1088
|
replaceChildren: (...nodes: (string | Node)[]) => void;
|
|
1089
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1092
1090
|
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1093
1091
|
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1094
1092
|
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1196,13 +1194,16 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1196
1194
|
style?: import("react").CSSProperties | undefined;
|
|
1197
1195
|
tabIndex?: number | undefined;
|
|
1198
1196
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1199
|
-
accessKey?: string | undefined;
|
|
1200
1197
|
color?: string | undefined;
|
|
1201
1198
|
lang?: string | undefined;
|
|
1202
|
-
'aria-
|
|
1199
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1200
|
+
accessKey?: string | undefined;
|
|
1201
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1203
1202
|
role?: import("react").AriaRole | undefined;
|
|
1204
|
-
'aria-
|
|
1205
|
-
'aria-
|
|
1203
|
+
'aria-label'?: string | undefined;
|
|
1204
|
+
'aria-haspopup'?: boolean | "true" | "dialog" | "menu" | "false" | "listbox" | "grid" | "tree" | undefined;
|
|
1205
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1206
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1206
1207
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1207
1208
|
hidden?: boolean | undefined;
|
|
1208
1209
|
translate?: "yes" | "no" | undefined;
|
|
@@ -1211,7 +1212,9 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1211
1212
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1212
1213
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1213
1214
|
nonce?: string | undefined;
|
|
1214
|
-
'aria-
|
|
1215
|
+
'aria-describedby'?: string | undefined;
|
|
1216
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1217
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1215
1218
|
'aria-activedescendant'?: string | undefined;
|
|
1216
1219
|
'aria-labelledby'?: string | undefined;
|
|
1217
1220
|
defaultChecked?: boolean | undefined;
|
|
@@ -1248,27 +1251,22 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1248
1251
|
'aria-colindex'?: number | undefined;
|
|
1249
1252
|
'aria-colspan'?: number | undefined;
|
|
1250
1253
|
'aria-controls'?: string | undefined;
|
|
1251
|
-
'aria-current'?: boolean | "true" | "time" | "
|
|
1254
|
+
'aria-current'?: boolean | "true" | "time" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
1252
1255
|
'aria-details'?: string | undefined;
|
|
1253
1256
|
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1254
1257
|
'aria-errormessage'?: string | undefined;
|
|
1255
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1256
1258
|
'aria-flowto'?: string | undefined;
|
|
1257
1259
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1258
|
-
'aria-haspopup'?: boolean | "true" | "dialog" | "menu" | "false" | "listbox" | "grid" | "tree" | undefined;
|
|
1259
|
-
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1260
1260
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1261
1261
|
'aria-keyshortcuts'?: string | undefined;
|
|
1262
1262
|
'aria-level'?: number | undefined;
|
|
1263
1263
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1264
|
-
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1265
1264
|
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1266
1265
|
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1267
1266
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1268
1267
|
'aria-owns'?: string | undefined;
|
|
1269
1268
|
'aria-placeholder'?: string | undefined;
|
|
1270
1269
|
'aria-posinset'?: number | undefined;
|
|
1271
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1272
1270
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1273
1271
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1274
1272
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -1462,24 +1460,14 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1462
1460
|
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
1463
1461
|
autofocus: boolean;
|
|
1464
1462
|
normalize: () => void;
|
|
1465
|
-
addEventListener: {
|
|
1466
|
-
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1467
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1468
|
-
};
|
|
1469
|
-
dispatchEvent: (event: Event) => boolean;
|
|
1470
|
-
removeEventListener: {
|
|
1471
|
-
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1472
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1473
|
-
};
|
|
1474
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
1475
1463
|
shadowRoot: ShadowRoot;
|
|
1476
|
-
readonly parentElement: HTMLElement | null;
|
|
1477
1464
|
readonly renderOptions: import("lit-html").RenderOptions;
|
|
1465
|
+
remove: () => void;
|
|
1478
1466
|
readonly childNodes: NodeListOf<ChildNode>;
|
|
1479
1467
|
selected: string[];
|
|
1480
1468
|
value: string;
|
|
1481
|
-
connectedCallback: () => void;
|
|
1482
1469
|
disconnectedCallback: () => void;
|
|
1470
|
+
connectedCallback: () => void;
|
|
1483
1471
|
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
1484
1472
|
isUpdatePending: boolean;
|
|
1485
1473
|
hasUpdated: boolean;
|
|
@@ -1500,6 +1488,14 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1500
1488
|
outerText: string;
|
|
1501
1489
|
spellcheck: boolean;
|
|
1502
1490
|
attachInternals: () => ElementInternals;
|
|
1491
|
+
addEventListener: {
|
|
1492
|
+
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1493
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
1494
|
+
};
|
|
1495
|
+
removeEventListener: {
|
|
1496
|
+
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
1497
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
1498
|
+
};
|
|
1503
1499
|
readonly classList: DOMTokenList;
|
|
1504
1500
|
readonly clientHeight: number;
|
|
1505
1501
|
readonly clientLeft: number;
|
|
@@ -1578,6 +1574,7 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1578
1574
|
readonly nodeName: string;
|
|
1579
1575
|
readonly nodeType: number;
|
|
1580
1576
|
nodeValue: string | null;
|
|
1577
|
+
readonly parentElement: HTMLElement | null;
|
|
1581
1578
|
readonly parentNode: ParentNode | null;
|
|
1582
1579
|
readonly previousSibling: ChildNode | null;
|
|
1583
1580
|
textContent: string | null;
|
|
@@ -1613,6 +1610,7 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1613
1610
|
readonly NOTATION_NODE: number;
|
|
1614
1611
|
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
1615
1612
|
readonly TEXT_NODE: number;
|
|
1613
|
+
dispatchEvent: (event: Event) => boolean;
|
|
1616
1614
|
ariaAtomic: string | null;
|
|
1617
1615
|
ariaAutoComplete: string | null;
|
|
1618
1616
|
ariaBusy: string | null;
|
|
@@ -1651,7 +1649,6 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1651
1649
|
getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
|
|
1652
1650
|
after: (...nodes: (string | Node)[]) => void;
|
|
1653
1651
|
before: (...nodes: (string | Node)[]) => void;
|
|
1654
|
-
remove: () => void;
|
|
1655
1652
|
replaceWith: (...nodes: (string | Node)[]) => void;
|
|
1656
1653
|
innerHTML: string;
|
|
1657
1654
|
readonly nextElementSibling: Element | null;
|
|
@@ -1672,6 +1669,7 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1672
1669
|
<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
1673
1670
|
};
|
|
1674
1671
|
replaceChildren: (...nodes: (string | Node)[]) => void;
|
|
1672
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
1675
1673
|
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1676
1674
|
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
1677
1675
|
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -1769,12 +1767,12 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1769
1767
|
readonly dataset: DOMStringMap;
|
|
1770
1768
|
isLTR: boolean;
|
|
1771
1769
|
hasVisibleFocusInTree: () => boolean;
|
|
1772
|
-
closeDescendentOverlays: () => void;
|
|
1773
1770
|
ignore: boolean;
|
|
1774
|
-
selects: "inherit" | "
|
|
1771
|
+
selects: "inherit" | "single" | "multiple" | undefined;
|
|
1775
1772
|
valueSeparator: string;
|
|
1776
1773
|
selectedItems: import("menu/src").MenuItem[];
|
|
1777
1774
|
menuSlot: HTMLSlotElement;
|
|
1775
|
+
isSubmenu: boolean;
|
|
1778
1776
|
focusedItemIndex: number;
|
|
1779
1777
|
focusInItemIndex: number;
|
|
1780
1778
|
readonly childItems: import("menu/src").MenuItem[];
|
|
@@ -1783,8 +1781,6 @@ export declare const MenuGroup: import("react").ComponentType<Partial<{
|
|
|
1783
1781
|
startListeningToKeyboard: () => void;
|
|
1784
1782
|
handleFocusout: (event: FocusEvent) => void;
|
|
1785
1783
|
stopListeningToKeyboard: () => void;
|
|
1786
|
-
handleSubmenuClosed: (event: Event) => void;
|
|
1787
|
-
handleSubmenuOpened: (event: Event) => void;
|
|
1788
1784
|
selectOrToggleItem: (targetItem: import("menu/src").MenuItem) => Promise<void>;
|
|
1789
1785
|
handleKeydown: (event: KeyboardEvent) => void;
|
|
1790
1786
|
focusMenuItemByOffset: (offset: number) => import("menu/src").MenuItem;
|
|
@@ -1803,13 +1799,16 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
1803
1799
|
style?: import("react").CSSProperties | undefined;
|
|
1804
1800
|
tabIndex?: number | undefined;
|
|
1805
1801
|
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
1806
|
-
accessKey?: string | undefined;
|
|
1807
1802
|
color?: string | undefined;
|
|
1808
1803
|
lang?: string | undefined;
|
|
1809
|
-
'aria-
|
|
1804
|
+
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1805
|
+
accessKey?: string | undefined;
|
|
1806
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1810
1807
|
role?: import("react").AriaRole | undefined;
|
|
1811
|
-
'aria-
|
|
1812
|
-
'aria-
|
|
1808
|
+
'aria-label'?: string | undefined;
|
|
1809
|
+
'aria-haspopup'?: boolean | "true" | "dialog" | "menu" | "false" | "listbox" | "grid" | "tree" | undefined;
|
|
1810
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1811
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1813
1812
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
1814
1813
|
hidden?: boolean | undefined;
|
|
1815
1814
|
translate?: "yes" | "no" | undefined;
|
|
@@ -1818,7 +1817,9 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
1818
1817
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
1819
1818
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1820
1819
|
nonce?: string | undefined;
|
|
1821
|
-
'aria-
|
|
1820
|
+
'aria-describedby'?: string | undefined;
|
|
1821
|
+
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
1822
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1822
1823
|
'aria-activedescendant'?: string | undefined;
|
|
1823
1824
|
'aria-labelledby'?: string | undefined;
|
|
1824
1825
|
defaultChecked?: boolean | undefined;
|
|
@@ -1855,27 +1856,22 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
1855
1856
|
'aria-colindex'?: number | undefined;
|
|
1856
1857
|
'aria-colspan'?: number | undefined;
|
|
1857
1858
|
'aria-controls'?: string | undefined;
|
|
1858
|
-
'aria-current'?: boolean | "true" | "time" | "
|
|
1859
|
+
'aria-current'?: boolean | "true" | "time" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
1859
1860
|
'aria-details'?: string | undefined;
|
|
1860
1861
|
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1861
1862
|
'aria-errormessage'?: string | undefined;
|
|
1862
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
1863
1863
|
'aria-flowto'?: string | undefined;
|
|
1864
1864
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
1865
|
-
'aria-haspopup'?: boolean | "true" | "dialog" | "menu" | "false" | "listbox" | "grid" | "tree" | undefined;
|
|
1866
|
-
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
1867
1865
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1868
1866
|
'aria-keyshortcuts'?: string | undefined;
|
|
1869
1867
|
'aria-level'?: number | undefined;
|
|
1870
1868
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1871
|
-
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
1872
1869
|
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
1873
1870
|
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
1874
1871
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
1875
1872
|
'aria-owns'?: string | undefined;
|
|
1876
1873
|
'aria-placeholder'?: string | undefined;
|
|
1877
1874
|
'aria-posinset'?: number | undefined;
|
|
1878
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1879
1875
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
1880
1876
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1881
1877
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
@@ -2074,46 +2070,16 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
2074
2070
|
disabled: boolean;
|
|
2075
2071
|
autofocus: boolean;
|
|
2076
2072
|
normalize: () => void;
|
|
2077
|
-
addEventListener: {
|
|
2078
|
-
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2079
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2080
|
-
};
|
|
2081
|
-
dispatchEvent: (event: Event) => boolean;
|
|
2082
|
-
removeEventListener: {
|
|
2083
|
-
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2084
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2085
|
-
};
|
|
2086
|
-
open: boolean;
|
|
2087
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
2088
2073
|
shadowRoot: ShadowRoot;
|
|
2089
|
-
|
|
2074
|
+
open: boolean;
|
|
2090
2075
|
readonly renderOptions: import("lit-html").RenderOptions;
|
|
2091
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
2092
2076
|
active: boolean;
|
|
2093
|
-
|
|
2077
|
+
remove: () => void;
|
|
2078
|
+
readonly childNodes: NodeListOf<ChildNode>;
|
|
2094
2079
|
selected: boolean;
|
|
2095
2080
|
value: string;
|
|
2096
|
-
hasSubmenu: boolean;
|
|
2097
|
-
noWrap: boolean;
|
|
2098
|
-
overlayElement: import("overlay/src/OverlayBase").OverlayBase;
|
|
2099
|
-
readonly itemText: string;
|
|
2100
|
-
readonly focusElement: HTMLElement;
|
|
2101
|
-
readonly itemChildren: import("menu/src").MenuItemChildren;
|
|
2102
|
-
closeOverlay?: (() => Promise<void>) | undefined;
|
|
2103
|
-
openOverlay: () => Promise<void>;
|
|
2104
|
-
updateAriaSelected: () => void;
|
|
2105
|
-
setRole: (role: string) => void;
|
|
2106
|
-
connectedCallback: () => void;
|
|
2107
|
-
_parentElement: HTMLElement;
|
|
2108
2081
|
disconnectedCallback: () => void;
|
|
2109
|
-
|
|
2110
|
-
dispatchUpdate: () => void;
|
|
2111
|
-
menuData: {
|
|
2112
|
-
focusRoot?: import("menu/src").Menu | undefined;
|
|
2113
|
-
parentMenu?: import("menu/src").Menu | undefined;
|
|
2114
|
-
selectionRoot?: import("menu/src").Menu | undefined;
|
|
2115
|
-
cleanupSteps: ((item: import("menu/src").MenuItem) => void)[];
|
|
2116
|
-
};
|
|
2082
|
+
connectedCallback: () => void;
|
|
2117
2083
|
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
2118
2084
|
isUpdatePending: boolean;
|
|
2119
2085
|
hasUpdated: boolean;
|
|
@@ -2134,6 +2100,14 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
2134
2100
|
outerText: string;
|
|
2135
2101
|
spellcheck: boolean;
|
|
2136
2102
|
attachInternals: () => ElementInternals;
|
|
2103
|
+
addEventListener: {
|
|
2104
|
+
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2105
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
2106
|
+
};
|
|
2107
|
+
removeEventListener: {
|
|
2108
|
+
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
2109
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
2110
|
+
};
|
|
2137
2111
|
readonly classList: DOMTokenList;
|
|
2138
2112
|
readonly clientHeight: number;
|
|
2139
2113
|
readonly clientLeft: number;
|
|
@@ -2212,6 +2186,7 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
2212
2186
|
readonly nodeName: string;
|
|
2213
2187
|
readonly nodeType: number;
|
|
2214
2188
|
nodeValue: string | null;
|
|
2189
|
+
readonly parentElement: HTMLElement | null;
|
|
2215
2190
|
readonly parentNode: ParentNode | null;
|
|
2216
2191
|
readonly previousSibling: ChildNode | null;
|
|
2217
2192
|
textContent: string | null;
|
|
@@ -2247,6 +2222,7 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
2247
2222
|
readonly NOTATION_NODE: number;
|
|
2248
2223
|
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
2249
2224
|
readonly TEXT_NODE: number;
|
|
2225
|
+
dispatchEvent: (event: Event) => boolean;
|
|
2250
2226
|
ariaAtomic: string | null;
|
|
2251
2227
|
ariaAutoComplete: string | null;
|
|
2252
2228
|
ariaBusy: string | null;
|
|
@@ -2285,7 +2261,6 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
2285
2261
|
getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
|
|
2286
2262
|
after: (...nodes: (string | Node)[]) => void;
|
|
2287
2263
|
before: (...nodes: (string | Node)[]) => void;
|
|
2288
|
-
remove: () => void;
|
|
2289
2264
|
replaceWith: (...nodes: (string | Node)[]) => void;
|
|
2290
2265
|
innerHTML: string;
|
|
2291
2266
|
readonly nextElementSibling: Element | null;
|
|
@@ -2306,6 +2281,7 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
2306
2281
|
<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
2307
2282
|
};
|
|
2308
2283
|
replaceChildren: (...nodes: (string | Node)[]) => void;
|
|
2284
|
+
readonly assignedSlot: HTMLSlotElement | null;
|
|
2309
2285
|
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2310
2286
|
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
2311
2287
|
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
@@ -2403,6 +2379,22 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
2403
2379
|
readonly dataset: DOMStringMap;
|
|
2404
2380
|
isLTR: boolean;
|
|
2405
2381
|
hasVisibleFocusInTree: () => boolean;
|
|
2382
|
+
focused: boolean;
|
|
2383
|
+
hasSubmenu: boolean;
|
|
2384
|
+
noWrap: boolean;
|
|
2385
|
+
readonly itemText: string;
|
|
2386
|
+
readonly focusElement: HTMLElement;
|
|
2387
|
+
readonly itemChildren: import("menu/src").MenuItemChildren;
|
|
2388
|
+
closeOverlay?: (() => Promise<void>) | undefined;
|
|
2389
|
+
openOverlay: () => Promise<void>;
|
|
2390
|
+
updateAriaSelected: () => void;
|
|
2391
|
+
setRole: (role: string) => void;
|
|
2392
|
+
_parentElement: HTMLElement;
|
|
2393
|
+
triggerUpdate: () => Promise<void>;
|
|
2394
|
+
menuData: {
|
|
2395
|
+
focusRoot?: import("menu/src").Menu | undefined;
|
|
2396
|
+
selectionRoot?: import("menu/src").Menu | undefined;
|
|
2397
|
+
};
|
|
2406
2398
|
renderAnchor: (options: {
|
|
2407
2399
|
id: string;
|
|
2408
2400
|
className?: string | undefined;
|
|
@@ -2413,4 +2405,5 @@ export declare const MenuItem: import("react").ComponentType<Partial<{
|
|
|
2413
2405
|
}) => import("lit-html").TemplateResult<2 | 1>;
|
|
2414
2406
|
} & {
|
|
2415
2407
|
spMenuItemAdded: (e: Event) => void;
|
|
2408
|
+
spMenuItemRemoved: (e: Event) => void;
|
|
2416
2409
|
}> & import("react").RefAttributes<import("menu/src").MenuItem>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/menu",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@lit-labs/react": "^1.1.1",
|
|
33
|
-
"@spectrum-web-components/menu": "^0.
|
|
33
|
+
"@spectrum-web-components/menu": "^0.34.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"next": "~13.4"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"optional": true
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "f9b3294d67cdd52b2c36897cdc1c20ceaeb019cf"
|
|
44
44
|
}
|