@mescius/wijmo 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 +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.d20250730.t190039
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -765,6 +765,7 @@ export declare const ControlStateClsNames: {
|
|
|
765
765
|
lastSelected: string;
|
|
766
766
|
loading: string;
|
|
767
767
|
match: string;
|
|
768
|
+
exactMatchSpace: string;
|
|
768
769
|
measuring: string;
|
|
769
770
|
multiSelected: string;
|
|
770
771
|
pinned: string;
|
|
@@ -2667,6 +2668,7 @@ export declare class _MaskProvider {
|
|
|
2667
2668
|
_isLetter(c: string): boolean;
|
|
2668
2669
|
_validatePosition(start: number): void;
|
|
2669
2670
|
_parseMask(): void;
|
|
2671
|
+
dispose(): void;
|
|
2670
2672
|
}
|
|
2671
2673
|
/**
|
|
2672
2674
|
* Class that contains information about a position in an input mask.
|
|
@@ -3935,6 +3937,8 @@ export declare class Control extends ControlBase {
|
|
|
3935
3937
|
protected _rtlDir: boolean;
|
|
3936
3938
|
_listenResizeEvents: boolean;
|
|
3937
3939
|
private focusService;
|
|
3940
|
+
private _getInputValueTimer;
|
|
3941
|
+
private _updateFocusStateTimer;
|
|
3938
3942
|
/**
|
|
3939
3943
|
* Initializes a new instance of the {@link Control} class and attaches it to a DOM element.
|
|
3940
3944
|
*
|