@mescius/wijmo.input 5.20252.43-nightly.d20251202.t163143 → 5.20252.43-nightly.d20251204.t163152
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 +6 -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.20252.43-nightly.
|
|
3
|
+
* Wijmo Library 5.20252.43-nightly.d20251204.t163152
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -2050,6 +2050,8 @@ export declare class Calendar extends Control {
|
|
|
2050
2050
|
isCalendarDateCell(element: HTMLElement): boolean;
|
|
2051
2051
|
isThisMainCalendar(): boolean;
|
|
2052
2052
|
}
|
|
2053
|
+
export declare function softTouch(): any;
|
|
2054
|
+
export declare function getDragDropTouch(): any;
|
|
2053
2055
|
/**
|
|
2054
2056
|
* Specifies constants that define the action to perform when the
|
|
2055
2057
|
* user clicks the input element in the control.
|
|
@@ -2108,6 +2110,7 @@ export declare class DropDown extends Control {
|
|
|
2108
2110
|
_keyActionUpArrow: KeyAction;
|
|
2109
2111
|
_keyActionTab: TabKeyAction;
|
|
2110
2112
|
static _ctrlTemplate: string;
|
|
2113
|
+
_touchMove: boolean;
|
|
2111
2114
|
/**
|
|
2112
2115
|
* Gets or sets the template used to instantiate {@link DropDown} controls.
|
|
2113
2116
|
*/
|
|
@@ -2119,6 +2122,7 @@ export declare class DropDown extends Control {
|
|
|
2119
2122
|
* @param options The JavaScript object containing initialization data for the control.
|
|
2120
2123
|
*/
|
|
2121
2124
|
constructor(element: any, options?: any);
|
|
2125
|
+
_isTouchMoved(): boolean;
|
|
2122
2126
|
/**
|
|
2123
2127
|
* Gets or sets the text shown on the control.
|
|
2124
2128
|
*/
|
|
@@ -4411,6 +4415,7 @@ export declare class Menu extends ComboBox {
|
|
|
4411
4415
|
private _hoverLeave;
|
|
4412
4416
|
_setIsDisabled(value: boolean): void;
|
|
4413
4417
|
_setTabOrder(value: number): void;
|
|
4418
|
+
protected _getRtlStates(): boolean;
|
|
4414
4419
|
/**
|
|
4415
4420
|
* Disposes of the control and all its resources.
|
|
4416
4421
|
*
|