@mescius/wijmo.input 5.20251.41-nightly.d20250804.t182354 → 5.20251.41-nightly.d20250806.t181135
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 -7
- 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.d20250806.t181135
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -79,6 +79,7 @@ export declare const InputDateRangeClsNames: {
|
|
|
79
79
|
};
|
|
80
80
|
export declare const InputDateTimeClsNames: {
|
|
81
81
|
hostElement: string;
|
|
82
|
+
showDropDownButton: string;
|
|
82
83
|
};
|
|
83
84
|
export declare const InputMaskClsNames: {
|
|
84
85
|
hostElement: string;
|
|
@@ -4527,7 +4528,6 @@ export declare class InputDateTime extends InputDate {
|
|
|
4527
4528
|
private _inputTime;
|
|
4528
4529
|
private _ddDate;
|
|
4529
4530
|
private _ddTime;
|
|
4530
|
-
private _focusMode;
|
|
4531
4531
|
static _ctrlTemplate: string;
|
|
4532
4532
|
protected _inputAriaLabel: any;
|
|
4533
4533
|
/**
|
|
@@ -4599,11 +4599,6 @@ export declare class InputDateTime extends InputDate {
|
|
|
4599
4599
|
protected _updateDateTimeValue(step: number, specialChars: any, actualFormat: string): void;
|
|
4600
4600
|
protected _commitText(noFocus?: boolean, shouldInvalid?: boolean): void;
|
|
4601
4601
|
_updateTbxAria(): void;
|
|
4602
|
-
/**
|
|
4603
|
-
* Gets or sets the dropdown button should focused by tab key.
|
|
4604
|
-
* The default value for this property is **false**.
|
|
4605
|
-
*/
|
|
4606
|
-
focusMode: boolean;
|
|
4607
4602
|
/**
|
|
4608
4603
|
* Gets or sets the action to perform when the TAB key is pressed.
|
|
4609
4604
|
*
|
|
@@ -4626,6 +4621,8 @@ export declare class InputDateTime extends InputDate {
|
|
|
4626
4621
|
*/
|
|
4627
4622
|
keyActionTab: TabKeyAction;
|
|
4628
4623
|
private _setDropDownByEvent;
|
|
4624
|
+
_updateBtnAria(): void;
|
|
4625
|
+
private inputDateTimeIsDroppedDownChanged;
|
|
4629
4626
|
}
|
|
4630
4627
|
/**
|
|
4631
4628
|
* Represents a method that returns data items asynchronously as the user types.
|