@xh/hoist 71.0.0-SNAPSHOT.1733198772915 → 71.0.0-SNAPSHOT.1733262000771
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,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copy the chart in
|
|
3
|
-
* Works only on webkit based browsers.
|
|
2
|
+
* Copy the chart in its current state to the clipboard - supported for webkit based browsers only.
|
|
4
3
|
* @internal
|
|
5
4
|
*/
|
|
6
5
|
export declare function installCopyToClipboard(Highcharts: any): void;
|
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
import {XH} from '@xh/hoist/core';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
|
-
* Copy the chart in
|
|
11
|
-
* Works only on webkit based browsers.
|
|
10
|
+
* Copy the chart in its current state to the clipboard - supported for webkit based browsers only.
|
|
12
11
|
* @internal
|
|
13
12
|
*/
|
|
14
13
|
export function installCopyToClipboard(Highcharts) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "71.0.0-SNAPSHOT.
|
|
3
|
+
"version": "71.0.0-SNAPSHOT.1733262000771",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|