@hpcc-js/composite 3.5.12 → 3.6.0
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +13 -13
- package/types/MegaChart.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/composite",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "hpcc-js - Viz Composite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"bundle": "vite build",
|
|
26
26
|
"bundle-watch": "vite build --watch",
|
|
27
27
|
"bundle-serve": "vite --port 5503",
|
|
28
|
-
"gen-types": "
|
|
28
|
+
"gen-types": "tsgo --project tsconfig.json",
|
|
29
29
|
"gen-types-watch": "npm run gen-types -- --watch",
|
|
30
30
|
"build": "run-p gen-types bundle",
|
|
31
31
|
"watch": "run-p gen-types-watch bundle-watch",
|
|
@@ -39,18 +39,18 @@
|
|
|
39
39
|
"update-major": "npx --yes npm-check-updates -u"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@hpcc-js/api": "^3.
|
|
43
|
-
"@hpcc-js/chart": "^3.
|
|
44
|
-
"@hpcc-js/common": "^3.
|
|
45
|
-
"@hpcc-js/dgrid": "^3.
|
|
46
|
-
"@hpcc-js/form": "^3.
|
|
47
|
-
"@hpcc-js/html": "^3.
|
|
48
|
-
"@hpcc-js/other": "^3.
|
|
49
|
-
"@hpcc-js/phosphor": "^3.
|
|
50
|
-
"@hpcc-js/util": "^3.
|
|
42
|
+
"@hpcc-js/api": "^3.5.0",
|
|
43
|
+
"@hpcc-js/chart": "^3.8.0",
|
|
44
|
+
"@hpcc-js/common": "^3.8.0",
|
|
45
|
+
"@hpcc-js/dgrid": "^3.9.0",
|
|
46
|
+
"@hpcc-js/form": "^3.5.0",
|
|
47
|
+
"@hpcc-js/html": "^3.4.0",
|
|
48
|
+
"@hpcc-js/other": "^3.6.0",
|
|
49
|
+
"@hpcc-js/phosphor": "^3.7.0",
|
|
50
|
+
"@hpcc-js/util": "^3.6.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@hpcc-js/esbuild-plugins": "^1.
|
|
53
|
+
"@hpcc-js/esbuild-plugins": "^1.9.0",
|
|
54
54
|
"@types/d3-transition": "1.3.6",
|
|
55
55
|
"d3-collection": "^1",
|
|
56
56
|
"d3-selection": "^1",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
68
68
|
},
|
|
69
69
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "b762adfab7d03d06ea8cfab59059456100ea757c"
|
|
71
71
|
}
|
package/types/MegaChart.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export declare class MegaChart extends Border {
|
|
|
25
25
|
_contentClasses: any;
|
|
26
26
|
_dataCount: any;
|
|
27
27
|
constructor();
|
|
28
|
-
toolbarWidgets(_?: any): any[]
|
|
28
|
+
toolbarWidgets(_?: any): this | any[];
|
|
29
29
|
chartTypeDefaults(_?: any): object;
|
|
30
30
|
chartTypeProperties(_?: any): object;
|
|
31
31
|
fields(): Database.Field[];
|