@ship-ui/core 0.15.22 → 0.15.24

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 CHANGED
@@ -452,6 +452,7 @@ declare class ShipMenuComponent {
452
452
  inputValue: _angular_core.WritableSignal<string | null | undefined>;
453
453
  abortController: AbortController | null;
454
454
  optionsEffect: _angular_core.EffectRef;
455
+ keyDownEventListener: (e: KeyboardEvent) => void;
455
456
  _lastElementList: HTMLButtonElement[];
456
457
  activeElements: _angular_core.WritableSignal<HTMLButtonElement[]>;
457
458
  lastInputValue: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ship-ui/core",
3
3
  "license": "MIT",
4
- "version": "0.15.22",
4
+ "version": "0.15.24",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=19",
7
7
  "@angular/core": ">=19"