@mescius/wijmo.input 5.20251.41-nightly.d20250709.t181145 → 5.20251.41-nightly.d20250710.t180956

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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250709.t181145
3
+ * Wijmo Library 5.20251.41-nightly.d20250710.t180956
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -399,6 +399,8 @@ export declare class InputMask extends Control {
399
399
  _msk: _MaskProvider;
400
400
  _fullEdit: boolean;
401
401
  static _ctrlTemplate: string;
402
+ _inputElementAriaLabel: string;
403
+ _ariaLabelledby: string;
402
404
  /**
403
405
  * Gets or sets the template used to instantiate {@link InputMask} controls.
404
406
  */
@@ -501,6 +503,11 @@ export declare class InputMask extends Control {
501
503
  dispose(): void;
502
504
  refresh(fullUpdate?: boolean): void;
503
505
  onGotFocus(e: any): void;
506
+ /**
507
+ * Gets or sets the aria-labelledby attribute of input element.
508
+ */
509
+ ariaLabelledBy: string;
510
+ _updateInputAriaLabel(): void;
504
511
  getAriaLabelForScreenReader(): any;
505
512
  }
506
513
  /**