@mescius/wijmo.input 5.20251.41-nightly.d20250729.t185913 → 5.20251.41-nightly.d20250730.t190039
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 +9 -2
- 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.d20250730.t190039
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -1191,6 +1191,7 @@ export declare class ListBox<T = any> extends Control {
|
|
|
1191
1191
|
_setTabOrder(value: number): void;
|
|
1192
1192
|
_updateTabIndex(): void;
|
|
1193
1193
|
private _selectRange;
|
|
1194
|
+
dispose(): void;
|
|
1194
1195
|
}
|
|
1195
1196
|
/**
|
|
1196
1197
|
* Provides arguments for the {@link ListBox.formatItem} event.
|
|
@@ -2413,6 +2414,7 @@ export declare class Popup extends Control {
|
|
|
2413
2414
|
static _DRAG_THRESHOLD: number;
|
|
2414
2415
|
static _SZ_EDGE: number;
|
|
2415
2416
|
static _SZ_MIN: number;
|
|
2417
|
+
static _PopupInstanceCount: number;
|
|
2416
2418
|
static _evtHover: MouseEvent;
|
|
2417
2419
|
protected _owner: HTMLElement;
|
|
2418
2420
|
protected _ariaLabel: string;
|
|
@@ -2459,6 +2461,9 @@ export declare class Popup extends Control {
|
|
|
2459
2461
|
protected _lastShow: number;
|
|
2460
2462
|
protected _initialOwner: HTMLElement;
|
|
2461
2463
|
protected _activeEdge: _Edges;
|
|
2464
|
+
private _toHidePopupTimer;
|
|
2465
|
+
private _toGetFocusTimer;
|
|
2466
|
+
private _hideTimer;
|
|
2462
2467
|
/**
|
|
2463
2468
|
* Initializes a new instance of the {@link Popup} class.
|
|
2464
2469
|
*
|
|
@@ -2867,7 +2872,6 @@ export declare class Popup extends Control {
|
|
|
2867
2872
|
*/
|
|
2868
2873
|
onPositionChanged(e?: EventArgs): void;
|
|
2869
2874
|
onLostFocus(e?: EventArgs): void;
|
|
2870
|
-
dispose(): void;
|
|
2871
2875
|
refresh(fullUpdate?: boolean): void;
|
|
2872
2876
|
_clearTimeouts(): void;
|
|
2873
2877
|
protected _handleDragResize(on: boolean): void;
|
|
@@ -2888,6 +2892,7 @@ export declare class Popup extends Control {
|
|
|
2888
2892
|
protected _validateAndHide(result: any): void;
|
|
2889
2893
|
protected _updateAriaLabel(): void;
|
|
2890
2894
|
protected _updateAriaLabelImp(oldLabels: any): void;
|
|
2895
|
+
dispose(): void;
|
|
2891
2896
|
}
|
|
2892
2897
|
/**
|
|
2893
2898
|
* Provides arguments for the {@link Popup} control's {@link sizeChanging} and
|
|
@@ -4117,6 +4122,7 @@ export declare class Menu extends ComboBox {
|
|
|
4117
4122
|
_ariaLabel: string;
|
|
4118
4123
|
_aFEnabledItem: boolean;
|
|
4119
4124
|
static _evtHover: MouseEvent;
|
|
4125
|
+
static _MenuInstanceCount: number;
|
|
4120
4126
|
static _ctrlTemplate: string;
|
|
4121
4127
|
/**
|
|
4122
4128
|
* Gets or sets the template used to instantiate {@link Menu} control.
|
|
@@ -4347,6 +4353,7 @@ export declare class Menu extends ComboBox {
|
|
|
4347
4353
|
private _hoverLeave;
|
|
4348
4354
|
_setIsDisabled(value: boolean): void;
|
|
4349
4355
|
_setTabOrder(value: number): void;
|
|
4356
|
+
dispose(): void;
|
|
4350
4357
|
}
|
|
4351
4358
|
/**
|
|
4352
4359
|
* The {@link InputTime} control allows users to enter times using any format
|