@mescius/wijmo 5.20251.41-nightly.d20250701.t172007 → 5.20251.41-nightly.d20250703.t195159

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250701.t172007
3
+ * Wijmo Library 5.20251.41-nightly.d20250703.t195159
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es2015-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250701.t172007
3
+ * Wijmo Library 5.20251.41-nightly.d20250703.t195159
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/es5-esm.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250701.t172007
3
+ * Wijmo Library 5.20251.41-nightly.d20250703.t195159
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250701.t172007
3
+ * Wijmo Library 5.20251.41-nightly.d20250703.t195159
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
- * 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
- */
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Wijmo Library 5.20251.41-nightly.d20250701.t172007
3
+ * Wijmo Library 5.20251.41-nightly.d20250703.t195159
4
4
  * https://developer.mescius.com/wijmo
5
5
  *
6
6
  * Copyright(c) MESCIUS inc. All rights reserved.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@mescius/wijmo",
3
- "version": "5.20251.41-nightly.d20250701.t172007",
3
+ "version": "5.20251.41-nightly.d20250703.t195159",
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.d20250701.t172007"
10
+ "@mescius/wijmo.styles": "5.20251.41-nightly.d20250703.t195159"
11
11
  },
12
12
  "homepage": "https://developer.mescius.com/wijmo",
13
13
  "bugs": {