@mescius/wijmo.input 5.20251.41-nightly.d20250725.t180556 → 5.20251.41-nightly.d20250729.t185913

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.d20250725.t180556
3
+ * Wijmo Library 5.20251.41-nightly.d20250729.t185913
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
@@ -4820,6 +4820,8 @@ export declare class MultiAutoComplete extends AutoComplete {
4820
4820
  static _clsActive: string;
4821
4821
  static _ctrlTemplate: string;
4822
4822
  _inputElementAriaLabel: string;
4823
+ _helperInputElementAriaLabel: string;
4824
+ _ariaLabelledby: string;
4823
4825
  /**
4824
4826
  * Gets or sets the template used to instantiate {@link MultiAutoComplete} control.
4825
4827
  */
@@ -4852,6 +4854,10 @@ export declare class MultiAutoComplete extends AutoComplete {
4852
4854
  * selected.
4853
4855
  */
4854
4856
  selectedItems: any[];
4857
+ /**
4858
+ * Gets or sets the aria-labelledby attribute of input element.
4859
+ */
4860
+ ariaLabelledBy: string;
4855
4861
  /**
4856
4862
  * Occurs when the value of the {@link selectedItems} property changes.
4857
4863
  */