@mescius/wijmo.angular.chart.finance.analytics 5.20232.939
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/COMMERCIAL-LICENSE.html +485 -0
- package/README.md +363 -0
- package/es2015-commonjs.js +14 -0
- package/es2015-esm.js +14 -0
- package/es5-esm.js +14 -0
- package/index.d.ts +547 -0
- package/index.js +14 -0
- package/package.json +47 -0
package/package.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mescius/wijmo.angular.chart.finance.analytics",
|
|
3
|
+
"version": "5.20232.939",
|
|
4
|
+
"description": "UI library for pure JS, Angular, React, Vue and more...",
|
|
5
|
+
"author": "MESCIUS inc",
|
|
6
|
+
"license": "Commercial",
|
|
7
|
+
"main": "./index.js",
|
|
8
|
+
"types": "./index.d.ts",
|
|
9
|
+
"dependencies": {
|
|
10
|
+
"@mescius/wijmo": "5.20232.939",
|
|
11
|
+
"@mescius/wijmo.chart.finance.analytics": "5.20232.939",
|
|
12
|
+
"@mescius/wijmo.angular.base": "5.20232.939",
|
|
13
|
+
"@mescius/wijmo.angular.chart": "5.20232.939"
|
|
14
|
+
},
|
|
15
|
+
"homepage": "https://developer.mescius.com/wijmo",
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://developer.mescius.com/forums/wijmo"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"control",
|
|
21
|
+
"component",
|
|
22
|
+
"ui",
|
|
23
|
+
"control library",
|
|
24
|
+
"component library",
|
|
25
|
+
"ui library",
|
|
26
|
+
"control-library",
|
|
27
|
+
"component-library",
|
|
28
|
+
"ui-library",
|
|
29
|
+
"grid",
|
|
30
|
+
"data grid",
|
|
31
|
+
"data-grid",
|
|
32
|
+
"datagrid",
|
|
33
|
+
"angular grid",
|
|
34
|
+
"react grid",
|
|
35
|
+
"vue grid",
|
|
36
|
+
"angular-grid",
|
|
37
|
+
"react-grid",
|
|
38
|
+
"vue-grid"
|
|
39
|
+
],
|
|
40
|
+
"module": "./es5-esm.js",
|
|
41
|
+
"esm5": "./es5-esm.js",
|
|
42
|
+
"wj-esm5": "./es5-esm.js",
|
|
43
|
+
"es2015Cjs": "./es2015-commonjs.js",
|
|
44
|
+
"wj-es2015Cjs": "./es2015-commonjs.js",
|
|
45
|
+
"esm2015": "./es2015-esm.js",
|
|
46
|
+
"wj-esm2015": "./es2015-esm.js"
|
|
47
|
+
}
|