@mescius/wijmo.input 5.20252.43-nightly.d20251201.t163151 → 5.20252.43-nightly.d20251203.t163154
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 +7 -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.d20251203.t163154
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -763,6 +763,7 @@ export declare class CollectionViewNavigator<T = any> extends Control {
|
|
|
763
763
|
protected _setTabOrder(value: number): void;
|
|
764
764
|
_keydown(e: KeyboardEvent): void;
|
|
765
765
|
protected _setIsDisabled(value: boolean): void;
|
|
766
|
+
_updateTabIndex(): void;
|
|
766
767
|
}
|
|
767
768
|
/**
|
|
768
769
|
* Represents a method that formats an item for display in a
|
|
@@ -2049,6 +2050,8 @@ export declare class Calendar extends Control {
|
|
|
2049
2050
|
isCalendarDateCell(element: HTMLElement): boolean;
|
|
2050
2051
|
isThisMainCalendar(): boolean;
|
|
2051
2052
|
}
|
|
2053
|
+
export declare function softTouch(): any;
|
|
2054
|
+
export declare function getDragDropTouch(): any;
|
|
2052
2055
|
/**
|
|
2053
2056
|
* Specifies constants that define the action to perform when the
|
|
2054
2057
|
* user clicks the input element in the control.
|
|
@@ -2107,6 +2110,7 @@ export declare class DropDown extends Control {
|
|
|
2107
2110
|
_keyActionUpArrow: KeyAction;
|
|
2108
2111
|
_keyActionTab: TabKeyAction;
|
|
2109
2112
|
static _ctrlTemplate: string;
|
|
2113
|
+
_touchMove: boolean;
|
|
2110
2114
|
/**
|
|
2111
2115
|
* Gets or sets the template used to instantiate {@link DropDown} controls.
|
|
2112
2116
|
*/
|
|
@@ -2118,6 +2122,7 @@ export declare class DropDown extends Control {
|
|
|
2118
2122
|
* @param options The JavaScript object containing initialization data for the control.
|
|
2119
2123
|
*/
|
|
2120
2124
|
constructor(element: any, options?: any);
|
|
2125
|
+
_isTouchMoved(): boolean;
|
|
2121
2126
|
/**
|
|
2122
2127
|
* Gets or sets the text shown on the control.
|
|
2123
2128
|
*/
|
|
@@ -4394,6 +4399,7 @@ export declare class Menu extends ComboBox {
|
|
|
4394
4399
|
protected _keydown(e: KeyboardEvent): void;
|
|
4395
4400
|
_afterOpenDropdownByDownArrow(): void;
|
|
4396
4401
|
protected _dropDownClick(e: MouseEvent): void;
|
|
4402
|
+
private _closeSubMenuAndFocusOwner;
|
|
4397
4403
|
private _showSubMenu;
|
|
4398
4404
|
private _raiseCommand;
|
|
4399
4405
|
private _focusMenuOwner;
|