@mescius/wijmo.input 5.20251.41-nightly.d20250808.t181934 → 5.20251.41-nightly.d20250812.t190845
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/es2015-commonjs.js +2 -2
- package/es2015-esm.js +2 -2
- package/es5-esm.js +2 -2
- package/index.d.ts +5 -1
- package/index.js +2 -2
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Wijmo Library 5.20251.41-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.41-nightly.d20250812.t190845
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -1190,6 +1190,7 @@ export declare class ListBox<T = any> extends Control {
|
|
|
1190
1190
|
_initFromSelect(hostElement: HTMLElement): void;
|
|
1191
1191
|
_setIsDisabled(value: boolean): void;
|
|
1192
1192
|
_setTabOrder(value: number): void;
|
|
1193
|
+
_isMenuItem(): boolean;
|
|
1193
1194
|
_updateTabIndex(): void;
|
|
1194
1195
|
private _selectRange;
|
|
1195
1196
|
dispose(): void;
|
|
@@ -4136,6 +4137,9 @@ export declare class Menu extends ComboBox {
|
|
|
4136
4137
|
* @param options The JavaScript object containing initialization data for the control.
|
|
4137
4138
|
*/
|
|
4138
4139
|
constructor(element: any, options?: any);
|
|
4140
|
+
_updateBtnAria(): void;
|
|
4141
|
+
_updateHdrAria(): void;
|
|
4142
|
+
_updateLbxAria(): void;
|
|
4139
4143
|
/**
|
|
4140
4144
|
* Gets or sets the aria-label attribute of {@link Menu} element.
|
|
4141
4145
|
*
|