@wayward/types 2.15.3-beta.dev.20260228.1 → 2.15.3-beta.dev.20260306.1

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.
@@ -52,6 +52,7 @@ export default class Input extends Component implements IRefreshable {
52
52
  private shouldNotClearOnEscape;
53
53
  private shouldSelectOnFocus;
54
54
  private shouldSelectOnNextMouseUp;
55
+ private shouldEscapeStopPropagation;
55
56
  private debounce;
56
57
  private isFocusing?;
57
58
  get changed(): boolean;
@@ -76,6 +77,7 @@ export default class Input extends Component implements IRefreshable {
76
77
  setBlurOnEnterAndEmpty(shouldBlurOnEnterAndEmpty?: boolean): this;
77
78
  setBlurOnEnter(shouldBlurOnEnter?: boolean): this;
78
79
  setNotClearOnEscape(shouldNotClearOnEscape?: boolean): this;
80
+ setStopPropagationOnEscape(shouldStopPropagationOnEscape?: boolean): this;
79
81
  setSelectOnFocus(selectOnFocus?: boolean): this;
80
82
  setDebounce(debounce?: number): this;
81
83
  editInput(consumer: (input: Component) => any): this;
@@ -85,7 +85,7 @@ export declare class ActionSlot extends Button implements IRefreshable, ItemSlot
85
85
  private setLastItem;
86
86
  private onItemTransformed;
87
87
  isUsable(using?: IUsableActionPossibleUsing | undefined, action?: UsableAction<IUsableActionRequirements, IUsableActionDefinition> | undefined): UsableActionUsability;
88
- clear(): void;
88
+ clear(playSound?: boolean): void;
89
89
  equipAction(actionId: ActionId, using?: IUsableActionPossibleUsing, autoUse?: boolean): void;
90
90
  equipItem(item: Item | ItemType, configure?: boolean, autoUse?: boolean, quality?: boolean | ArrayOr<Quality>): void;
91
91
  protected onConfigureBind(api: IBindHandlerApi): boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wayward/types",
3
3
  "description": "TypeScript declarations for Wayward, used for modding.",
4
- "version": "2.15.3-beta.dev.20260228.1",
4
+ "version": "2.15.3-beta.dev.20260306.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",