@mescius/wijmo 5.20252.43-nightly.d20251119.t173022 → 5.20252.43-nightly.d20251121.t173427
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 +3 -3
- 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.d20251121.t173427
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -840,6 +840,7 @@ export declare const ForeignClsNames: {
|
|
|
840
840
|
};
|
|
841
841
|
};
|
|
842
842
|
export declare function isMobile(): boolean;
|
|
843
|
+
export declare function isSupportTouch(): boolean;
|
|
843
844
|
export declare function isiOS(): boolean;
|
|
844
845
|
export declare function isFirefox(): boolean;
|
|
845
846
|
export declare function isSafari(): boolean;
|
|
@@ -3954,7 +3955,6 @@ export declare class Control extends ControlBase {
|
|
|
3954
3955
|
private focusService;
|
|
3955
3956
|
private _getInputValueTimer;
|
|
3956
3957
|
private _updateFocusStateTimer;
|
|
3957
|
-
_customTabIndex: boolean;
|
|
3958
3958
|
/**
|
|
3959
3959
|
* Initializes a new instance of the {@link Control} class and attaches it to a DOM element.
|
|
3960
3960
|
*
|
|
@@ -4620,7 +4620,7 @@ export declare class Tooltip {
|
|
|
4620
4620
|
* Gets or sets the {@link TooltipTrigger} that determines how the tooltip should be
|
|
4621
4621
|
* triggered.
|
|
4622
4622
|
*
|
|
4623
|
-
* The default value for this property is **TooltipTrigger.
|
|
4623
|
+
* The default value for this property is **TooltipTrigger.Hover**.
|
|
4624
4624
|
*/
|
|
4625
4625
|
trigger: TooltipTrigger;
|
|
4626
4626
|
/**
|