@mescius/wijmo.input 5.20251.35-nightly.d20250603.t173144 → 5.20251.35-nightly.d20250604.t190221
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 +4 -4
- 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.35-nightly.
|
|
3
|
+
* Wijmo Library 5.20251.35-nightly.d20250604.t190221
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -3292,9 +3292,9 @@ export declare class InputDate extends DropDown {
|
|
|
3292
3292
|
private _tryFocus;
|
|
3293
3293
|
_clamp(value: Date): Date;
|
|
3294
3294
|
protected _getText(): string;
|
|
3295
|
-
protected _commitText(noFocus?: boolean): void;
|
|
3296
|
-
protected _triggerInvalidInputEvent(cancelEvtArgs: InputDateEventArgs, val: Date, rangeEnd?: Date): void;
|
|
3297
|
-
protected _nullValueInvalidInput(cancelEvtArgs: InputDateEventArgs): void;
|
|
3295
|
+
protected _commitText(noFocus?: boolean, isCommitByEnterKey?: boolean): void;
|
|
3296
|
+
protected _triggerInvalidInputEvent(cancelEvtArgs: InputDateEventArgs, val: Date, rangeEnd?: Date, isCommitByEnterKey?: boolean): void;
|
|
3297
|
+
protected _nullValueInvalidInput(cancelEvtArgs: InputDateEventArgs, isCommitByEnterKey?: boolean): void;
|
|
3298
3298
|
protected _fromDateTime(value: Date): Date;
|
|
3299
3299
|
protected _canChangeValue(): boolean;
|
|
3300
3300
|
protected _isValidDate(value: Date): boolean;
|