@vc-shell/framework 2.4.0-pr298.e816d20 → 2.4.0-pr299.e77d647

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.
@@ -1,20 +0,0 @@
1
- /** Set on the root of every rendered blade so a focused node can be traced back to it. */
2
- export declare const BLADE_ID_ATTRIBUTE = "data-blade-id";
3
- interface BladeLike {
4
- id: string;
5
- visible?: boolean;
6
- }
7
- /**
8
- * Picks the blade a keyboard shortcut should act on: the one holding focus,
9
- * falling back to the stack's active (topmost visible) blade.
10
- *
11
- * The fallback is not an edge case — focus sits on `<body>` after sign-in,
12
- * Maximize and Save (VCST-5670), and there the topmost blade is the only
13
- * sensible target.
14
- *
15
- * Kept separate from `useBladeStack.activeBlade`, which also decides the parent
16
- * of a newly opened blade; making that focus-dependent would re-parent blades.
17
- */
18
- export declare function resolveShortcutTargetBlade<T extends BladeLike>(blades: readonly T[], fallback: T | undefined, activeElement: Element | null): T | undefined;
19
- export {};
20
- //# sourceMappingURL=focus-target.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"focus-target.d.ts","sourceRoot":"","sources":["../../../../../../shell/_internal/blade-navigation/components/vc-blade-navigation/focus-target.ts"],"names":[],"mappings":"AAAA,0FAA0F;AAC1F,eAAO,MAAM,kBAAkB,kBAAkB,CAAC;AAElD,UAAU,SAAS;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,0BAA0B,CAAC,CAAC,SAAS,SAAS,EAC5D,MAAM,EAAE,SAAS,CAAC,EAAE,EACpB,QAAQ,EAAE,CAAC,GAAG,SAAS,EACvB,aAAa,EAAE,OAAO,GAAG,IAAI,GAC5B,CAAC,GAAG,SAAS,CAUf"}