@skedulo/breeze-ui 1.24.6 → 1.25.2
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/custom-elements.json +3 -3
- package/dist/lib/cjs/breeze-ui.js +164 -164
- package/dist/lib/es/breeze-ui.js +8029 -8018
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/menu/dropdown-menu.d.ts +4 -1
- package/dist/types/components/menu/dropdown-menu.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1362,7 +1362,7 @@
|
|
|
1362
1362
|
"kind": "method",
|
|
1363
1363
|
"name": "handleClose",
|
|
1364
1364
|
"privacy": "private",
|
|
1365
|
-
"description": "
|
|
1365
|
+
"description": "Handles cleanup when the dropdown is closed.\nRestores focus to the reference element if the menu still has focus\n(e.g., when Escape is pressed), but not if focus has already moved elsewhere\n(e.g., when clicking outside or another dropdown opens).",
|
|
1366
1366
|
"inheritedFrom": {
|
|
1367
1367
|
"name": "DropdownMenu",
|
|
1368
1368
|
"module": "src/components/menu/dropdown-menu.ts"
|
|
@@ -3850,7 +3850,7 @@
|
|
|
3850
3850
|
"kind": "method",
|
|
3851
3851
|
"name": "handleClose",
|
|
3852
3852
|
"privacy": "private",
|
|
3853
|
-
"description": "
|
|
3853
|
+
"description": "Handles cleanup when the dropdown is closed.\nRestores focus to the reference element if the menu still has focus\n(e.g., when Escape is pressed), but not if focus has already moved elsewhere\n(e.g., when clicking outside or another dropdown opens).",
|
|
3854
3854
|
"inheritedFrom": {
|
|
3855
3855
|
"name": "DropdownMenu",
|
|
3856
3856
|
"module": "src/components/menu/dropdown-menu.ts"
|
|
@@ -33218,7 +33218,7 @@
|
|
|
33218
33218
|
"kind": "method",
|
|
33219
33219
|
"name": "handleClose",
|
|
33220
33220
|
"privacy": "private",
|
|
33221
|
-
"description": "
|
|
33221
|
+
"description": "Handles cleanup when the dropdown is closed.\nRestores focus to the reference element if the menu still has focus\n(e.g., when Escape is pressed), but not if focus has already moved elsewhere\n(e.g., when clicking outside or another dropdown opens)."
|
|
33222
33222
|
},
|
|
33223
33223
|
{
|
|
33224
33224
|
"kind": "method",
|