@mescius/wijmo.input 5.20251.41-nightly.d20250814.t181729 → 5.20251.41-nightly.d20250815.t181715

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.d20250814.t181729
3
+ * Wijmo Library 5.20251.41-nightly.d20250815.t181715
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -109,6 +109,7 @@ export declare const MultiAutoCompleteClsNames: {
109
109
  tokenClose: string;
110
110
  tokenHelper: string;
111
111
  tokenLabel: string;
112
+ screenReaderOnly: string;
112
113
  };
113
114
  export declare const MultiSelectClsNames: {
114
115
  hostElement: string;
@@ -4829,6 +4830,7 @@ export declare class MultiAutoComplete extends AutoComplete {
4829
4830
  private _wjTpl;
4830
4831
  private _wjInput;
4831
4832
  private _helperInput;
4833
+ private _screenReaderHelper;
4832
4834
  private _maxSelItems;
4833
4835
  private _lastInputValue;
4834
4836
  private _selPath;
@@ -4888,6 +4890,7 @@ export declare class MultiAutoComplete extends AutoComplete {
4888
4890
  protected _updateState(): void;
4889
4891
  protected _keyup(e: KeyboardEvent): void;
4890
4892
  private _addHelperInput;
4893
+ private _addScreenReaderHelper;
4891
4894
  private _refreshHeader;
4892
4895
  private _insertToken;
4893
4896
  private _updateMaxItems;