@mescius/wijmo 5.20251.41-nightly.d20250702.t194608 → 5.20251.41-nightly.d20250707.t211845
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 +1 -1
- package/es2015-esm.js +1 -1
- package/es5-esm.js +1 -1
- package/index.d.ts +8 -7
- package/index.js +1 -1
- package/package.json +2 -2
package/es2015-commonjs.js
CHANGED
package/es2015-esm.js
CHANGED
package/es5-esm.js
CHANGED
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.d20250707.t211845
|
|
4
4
|
* https://developer.mescius.com/wijmo
|
|
5
5
|
*
|
|
6
6
|
* Copyright(c) MESCIUS inc. All rights reserved.
|
|
@@ -4593,11 +4593,11 @@ export declare class Tooltip {
|
|
|
4593
4593
|
*/
|
|
4594
4594
|
position: PopupPosition;
|
|
4595
4595
|
/**
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4600
|
-
|
|
4596
|
+
* Gets or sets the {@link TooltipTrigger} that determines how the tooltip should be
|
|
4597
|
+
* triggered.
|
|
4598
|
+
*
|
|
4599
|
+
* The default value for this property is **TooltipTrigger.Focus**.
|
|
4600
|
+
*/
|
|
4601
4601
|
trigger: TooltipTrigger;
|
|
4602
4602
|
/**
|
|
4603
4603
|
* Gets or sets a value that determines whether tooltips should use a
|
|
@@ -4642,7 +4642,8 @@ export declare class Tooltip {
|
|
|
4642
4642
|
/**
|
|
4643
4643
|
* Hides the tooltip if it is currently visible.
|
|
4644
4644
|
*/
|
|
4645
|
-
hide(): void;
|
|
4645
|
+
hide(): void;
|
|
4646
|
+
/**
|
|
4646
4647
|
* Removes all tooltips associated with this {@link Tooltip} instance.
|
|
4647
4648
|
*/
|
|
4648
4649
|
dispose(): void;
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mescius/wijmo",
|
|
3
|
-
"version": "5.20251.41-nightly.
|
|
3
|
+
"version": "5.20251.41-nightly.d20250707.t211845",
|
|
4
4
|
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
|
5
5
|
"author": "MESCIUS inc",
|
|
6
6
|
"license": "Commercial",
|
|
7
7
|
"main": "./index.js",
|
|
8
8
|
"types": "./index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@mescius/wijmo.styles": "5.20251.41-nightly.
|
|
10
|
+
"@mescius/wijmo.styles": "5.20251.41-nightly.d20250707.t211845"
|
|
11
11
|
},
|
|
12
12
|
"homepage": "https://developer.mescius.com/wijmo",
|
|
13
13
|
"bugs": {
|