@genesislcap/g2plot-chart 14.125.1 → 14.126.0-PA-1036.1
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/custom-elements.json +67 -67
- package/package.json +9 -9
|
@@ -1844,73 +1844,6 @@
|
|
|
1844
1844
|
}
|
|
1845
1845
|
]
|
|
1846
1846
|
},
|
|
1847
|
-
{
|
|
1848
|
-
"kind": "javascript-module",
|
|
1849
|
-
"path": "src/settings/colors.ts",
|
|
1850
|
-
"declarations": [
|
|
1851
|
-
{
|
|
1852
|
-
"kind": "variable",
|
|
1853
|
-
"name": "chartsGradients",
|
|
1854
|
-
"type": {
|
|
1855
|
-
"text": "object"
|
|
1856
|
-
},
|
|
1857
|
-
"default": "{\n rapidBlue: `l(270) 0:${PrimaryRapidColorHEX.purple} 1:${PrimaryRapidColorHEX.blue}`,\n rapidGreen: `l(270) 0:${RapidColorHEX.green} 1:${RapidColorHEX.lightGreen}`,\n rapidRed: `l(300) 0:${RapidColorHEX.red} 1:${RapidColorHEX.lightRed}`,\n rapidPortage: `l(270) 0:${RapidColorHEX.portage} 1:${RapidColorHEX.lightPortage}`,\n rapidAlabaster: `l(270) 0:${RapidColorHEX.white} 1:${RapidColorHEX.silver}`,\n rapidSalomie: `l(270) 0:${RapidColorHEX.salomie} 1:${RapidColorHEX.lightSalomie}`,\n rapidMelon: `l(270) 0:${RapidColorHEX.melon} 1:${RapidColorHEX.lightMelon}`,\n rapidDodgerBlue: `l(270) 0:${RapidColorHEX.dodgerBlue} 1:${RapidColorHEX.lightDodgerBlue}`,\n rapidIce: `l(170) 0:${RapidColorHEX.ice} 1:${RapidColorHEX.lightIce}`,\n rapidViolet: `l(270) 0:${RapidColorHEX.violet} 1:${RapidColorHEX.lightViolet}`,\n}"
|
|
1858
|
-
}
|
|
1859
|
-
],
|
|
1860
|
-
"exports": [
|
|
1861
|
-
{
|
|
1862
|
-
"kind": "js",
|
|
1863
|
-
"name": "chartsGradients",
|
|
1864
|
-
"declaration": {
|
|
1865
|
-
"name": "chartsGradients",
|
|
1866
|
-
"module": "src/settings/colors.ts"
|
|
1867
|
-
}
|
|
1868
|
-
}
|
|
1869
|
-
]
|
|
1870
|
-
},
|
|
1871
|
-
{
|
|
1872
|
-
"kind": "javascript-module",
|
|
1873
|
-
"path": "src/settings/index.ts",
|
|
1874
|
-
"declarations": [],
|
|
1875
|
-
"exports": [
|
|
1876
|
-
{
|
|
1877
|
-
"kind": "js",
|
|
1878
|
-
"name": "*",
|
|
1879
|
-
"declaration": {
|
|
1880
|
-
"name": "*",
|
|
1881
|
-
"package": "./colors"
|
|
1882
|
-
}
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"kind": "js",
|
|
1886
|
-
"name": "*",
|
|
1887
|
-
"declaration": {
|
|
1888
|
-
"name": "*",
|
|
1889
|
-
"package": "./shapes"
|
|
1890
|
-
}
|
|
1891
|
-
}
|
|
1892
|
-
]
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
"kind": "javascript-module",
|
|
1896
|
-
"path": "src/settings/shapes.ts",
|
|
1897
|
-
"declarations": [
|
|
1898
|
-
{
|
|
1899
|
-
"kind": "function",
|
|
1900
|
-
"name": "registerRapidShape"
|
|
1901
|
-
}
|
|
1902
|
-
],
|
|
1903
|
-
"exports": [
|
|
1904
|
-
{
|
|
1905
|
-
"kind": "js",
|
|
1906
|
-
"name": "registerRapidShape",
|
|
1907
|
-
"declaration": {
|
|
1908
|
-
"name": "registerRapidShape",
|
|
1909
|
-
"module": "src/settings/shapes.ts"
|
|
1910
|
-
}
|
|
1911
|
-
}
|
|
1912
|
-
]
|
|
1913
|
-
},
|
|
1914
1847
|
{
|
|
1915
1848
|
"kind": "javascript-module",
|
|
1916
1849
|
"path": "src/models/area-chart.ts",
|
|
@@ -2379,6 +2312,73 @@
|
|
|
2379
2312
|
}
|
|
2380
2313
|
}
|
|
2381
2314
|
]
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"kind": "javascript-module",
|
|
2318
|
+
"path": "src/settings/colors.ts",
|
|
2319
|
+
"declarations": [
|
|
2320
|
+
{
|
|
2321
|
+
"kind": "variable",
|
|
2322
|
+
"name": "chartsGradients",
|
|
2323
|
+
"type": {
|
|
2324
|
+
"text": "object"
|
|
2325
|
+
},
|
|
2326
|
+
"default": "{\n rapidBlue: `l(270) 0:${PrimaryRapidColorHEX.purple} 1:${PrimaryRapidColorHEX.blue}`,\n rapidGreen: `l(270) 0:${RapidColorHEX.green} 1:${RapidColorHEX.lightGreen}`,\n rapidRed: `l(300) 0:${RapidColorHEX.red} 1:${RapidColorHEX.lightRed}`,\n rapidPortage: `l(270) 0:${RapidColorHEX.portage} 1:${RapidColorHEX.lightPortage}`,\n rapidAlabaster: `l(270) 0:${RapidColorHEX.white} 1:${RapidColorHEX.silver}`,\n rapidSalomie: `l(270) 0:${RapidColorHEX.salomie} 1:${RapidColorHEX.lightSalomie}`,\n rapidMelon: `l(270) 0:${RapidColorHEX.melon} 1:${RapidColorHEX.lightMelon}`,\n rapidDodgerBlue: `l(270) 0:${RapidColorHEX.dodgerBlue} 1:${RapidColorHEX.lightDodgerBlue}`,\n rapidIce: `l(170) 0:${RapidColorHEX.ice} 1:${RapidColorHEX.lightIce}`,\n rapidViolet: `l(270) 0:${RapidColorHEX.violet} 1:${RapidColorHEX.lightViolet}`,\n}"
|
|
2327
|
+
}
|
|
2328
|
+
],
|
|
2329
|
+
"exports": [
|
|
2330
|
+
{
|
|
2331
|
+
"kind": "js",
|
|
2332
|
+
"name": "chartsGradients",
|
|
2333
|
+
"declaration": {
|
|
2334
|
+
"name": "chartsGradients",
|
|
2335
|
+
"module": "src/settings/colors.ts"
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
]
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
"kind": "javascript-module",
|
|
2342
|
+
"path": "src/settings/index.ts",
|
|
2343
|
+
"declarations": [],
|
|
2344
|
+
"exports": [
|
|
2345
|
+
{
|
|
2346
|
+
"kind": "js",
|
|
2347
|
+
"name": "*",
|
|
2348
|
+
"declaration": {
|
|
2349
|
+
"name": "*",
|
|
2350
|
+
"package": "./colors"
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"kind": "js",
|
|
2355
|
+
"name": "*",
|
|
2356
|
+
"declaration": {
|
|
2357
|
+
"name": "*",
|
|
2358
|
+
"package": "./shapes"
|
|
2359
|
+
}
|
|
2360
|
+
}
|
|
2361
|
+
]
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"kind": "javascript-module",
|
|
2365
|
+
"path": "src/settings/shapes.ts",
|
|
2366
|
+
"declarations": [
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "function",
|
|
2369
|
+
"name": "registerRapidShape"
|
|
2370
|
+
}
|
|
2371
|
+
],
|
|
2372
|
+
"exports": [
|
|
2373
|
+
{
|
|
2374
|
+
"kind": "js",
|
|
2375
|
+
"name": "registerRapidShape",
|
|
2376
|
+
"declaration": {
|
|
2377
|
+
"name": "registerRapidShape",
|
|
2378
|
+
"module": "src/settings/shapes.ts"
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
]
|
|
2382
2382
|
}
|
|
2383
2383
|
]
|
|
2384
2384
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/g2plot-chart",
|
|
3
3
|
"description": "Genesis G2plot Chart",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.126.0-PA-1036.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"test:debug": "genx test --debug"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@genesislcap/foundation-testing": "14.
|
|
49
|
-
"@genesislcap/genx": "14.
|
|
48
|
+
"@genesislcap/foundation-testing": "14.126.0-PA-1036.1",
|
|
49
|
+
"@genesislcap/genx": "14.126.0-PA-1036.1",
|
|
50
50
|
"rimraf": "^3.0.2"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@antv/g2plot": "^2.4.20",
|
|
54
|
-
"@genesislcap/foundation-comms": "14.
|
|
55
|
-
"@genesislcap/foundation-logger": "14.
|
|
56
|
-
"@genesislcap/foundation-ui": "14.
|
|
57
|
-
"@genesislcap/foundation-utils": "14.
|
|
58
|
-
"@genesislcap/foundation-zero": "14.
|
|
54
|
+
"@genesislcap/foundation-comms": "14.126.0-PA-1036.1",
|
|
55
|
+
"@genesislcap/foundation-logger": "14.126.0-PA-1036.1",
|
|
56
|
+
"@genesislcap/foundation-ui": "14.126.0-PA-1036.1",
|
|
57
|
+
"@genesislcap/foundation-utils": "14.126.0-PA-1036.1",
|
|
58
|
+
"@genesislcap/foundation-zero": "14.126.0-PA-1036.1",
|
|
59
59
|
"@microsoft/fast-element": "^1.7.0",
|
|
60
60
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
61
61
|
"tslib": "^2.3.1"
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"customElements": "dist/custom-elements.json",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "8aaf618a04b53570dfe0d72e88df81d823fd4166"
|
|
73
73
|
}
|