@genesislcap/g2plot-chart 14.397.2-alpha-2f87430.0 → 14.398.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/custom-elements.json +104 -55
- package/package.json +14 -14
|
@@ -1193,6 +1193,44 @@
|
|
|
1193
1193
|
"module": "src/utils/base-datasource.ts"
|
|
1194
1194
|
}
|
|
1195
1195
|
},
|
|
1196
|
+
{
|
|
1197
|
+
"kind": "method",
|
|
1198
|
+
"name": "requestChanged",
|
|
1199
|
+
"parameters": [
|
|
1200
|
+
{
|
|
1201
|
+
"name": "oldValue"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"name": "newValue"
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"inheritedFrom": {
|
|
1208
|
+
"name": "BaseDatasource",
|
|
1209
|
+
"module": "src/utils/base-datasource.ts"
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"kind": "method",
|
|
1214
|
+
"name": "refetchIfInitializedAndChanged",
|
|
1215
|
+
"privacy": "private",
|
|
1216
|
+
"return": {
|
|
1217
|
+
"type": {
|
|
1218
|
+
"text": "void"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
"parameters": [
|
|
1222
|
+
{
|
|
1223
|
+
"name": "hasChanged",
|
|
1224
|
+
"type": {
|
|
1225
|
+
"text": "boolean"
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
],
|
|
1229
|
+
"inheritedFrom": {
|
|
1230
|
+
"name": "BaseDatasource",
|
|
1231
|
+
"module": "src/utils/base-datasource.ts"
|
|
1232
|
+
}
|
|
1233
|
+
},
|
|
1196
1234
|
{
|
|
1197
1235
|
"kind": "field",
|
|
1198
1236
|
"name": "datasourceConfig",
|
|
@@ -1799,6 +1837,17 @@
|
|
|
1799
1837
|
"name": "BaseDatasource",
|
|
1800
1838
|
"module": "src/utils/base-datasource.ts"
|
|
1801
1839
|
}
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"name": "request",
|
|
1843
|
+
"type": {
|
|
1844
|
+
"text": "any"
|
|
1845
|
+
},
|
|
1846
|
+
"fieldName": "request",
|
|
1847
|
+
"inheritedFrom": {
|
|
1848
|
+
"name": "BaseDatasource",
|
|
1849
|
+
"module": "src/utils/base-datasource.ts"
|
|
1850
|
+
}
|
|
1802
1851
|
}
|
|
1803
1852
|
],
|
|
1804
1853
|
"mixins": [
|
|
@@ -1989,61 +2038,6 @@
|
|
|
1989
2038
|
}
|
|
1990
2039
|
]
|
|
1991
2040
|
},
|
|
1992
|
-
{
|
|
1993
|
-
"kind": "javascript-module",
|
|
1994
|
-
"path": "src/settings/colors.ts",
|
|
1995
|
-
"declarations": [
|
|
1996
|
-
{
|
|
1997
|
-
"kind": "variable",
|
|
1998
|
-
"name": "chartsGradients",
|
|
1999
|
-
"type": {
|
|
2000
|
-
"text": "object"
|
|
2001
|
-
},
|
|
2002
|
-
"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}",
|
|
2003
|
-
"description": "G2Plot Chart gradient colors",
|
|
2004
|
-
"privacy": "public"
|
|
2005
|
-
}
|
|
2006
|
-
],
|
|
2007
|
-
"exports": [
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "js",
|
|
2010
|
-
"name": "chartsGradients",
|
|
2011
|
-
"declaration": {
|
|
2012
|
-
"name": "chartsGradients",
|
|
2013
|
-
"module": "src/settings/colors.ts"
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
]
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"kind": "javascript-module",
|
|
2020
|
-
"path": "src/settings/index.ts",
|
|
2021
|
-
"declarations": [],
|
|
2022
|
-
"exports": [
|
|
2023
|
-
{
|
|
2024
|
-
"kind": "js",
|
|
2025
|
-
"name": "*",
|
|
2026
|
-
"declaration": {
|
|
2027
|
-
"name": "*",
|
|
2028
|
-
"package": "./colors"
|
|
2029
|
-
}
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"kind": "js",
|
|
2033
|
-
"name": "*",
|
|
2034
|
-
"declaration": {
|
|
2035
|
-
"name": "*",
|
|
2036
|
-
"package": "./shapes"
|
|
2037
|
-
}
|
|
2038
|
-
}
|
|
2039
|
-
]
|
|
2040
|
-
},
|
|
2041
|
-
{
|
|
2042
|
-
"kind": "javascript-module",
|
|
2043
|
-
"path": "src/settings/shapes.ts",
|
|
2044
|
-
"declarations": [],
|
|
2045
|
-
"exports": []
|
|
2046
|
-
},
|
|
2047
2041
|
{
|
|
2048
2042
|
"kind": "javascript-module",
|
|
2049
2043
|
"path": "src/models/area-chart.ts",
|
|
@@ -2512,6 +2506,61 @@
|
|
|
2512
2506
|
}
|
|
2513
2507
|
}
|
|
2514
2508
|
]
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "javascript-module",
|
|
2512
|
+
"path": "src/settings/colors.ts",
|
|
2513
|
+
"declarations": [
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "variable",
|
|
2516
|
+
"name": "chartsGradients",
|
|
2517
|
+
"type": {
|
|
2518
|
+
"text": "object"
|
|
2519
|
+
},
|
|
2520
|
+
"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}",
|
|
2521
|
+
"description": "G2Plot Chart gradient colors",
|
|
2522
|
+
"privacy": "public"
|
|
2523
|
+
}
|
|
2524
|
+
],
|
|
2525
|
+
"exports": [
|
|
2526
|
+
{
|
|
2527
|
+
"kind": "js",
|
|
2528
|
+
"name": "chartsGradients",
|
|
2529
|
+
"declaration": {
|
|
2530
|
+
"name": "chartsGradients",
|
|
2531
|
+
"module": "src/settings/colors.ts"
|
|
2532
|
+
}
|
|
2533
|
+
}
|
|
2534
|
+
]
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"kind": "javascript-module",
|
|
2538
|
+
"path": "src/settings/index.ts",
|
|
2539
|
+
"declarations": [],
|
|
2540
|
+
"exports": [
|
|
2541
|
+
{
|
|
2542
|
+
"kind": "js",
|
|
2543
|
+
"name": "*",
|
|
2544
|
+
"declaration": {
|
|
2545
|
+
"name": "*",
|
|
2546
|
+
"package": "./colors"
|
|
2547
|
+
}
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"kind": "js",
|
|
2551
|
+
"name": "*",
|
|
2552
|
+
"declaration": {
|
|
2553
|
+
"name": "*",
|
|
2554
|
+
"package": "./shapes"
|
|
2555
|
+
}
|
|
2556
|
+
}
|
|
2557
|
+
]
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"kind": "javascript-module",
|
|
2561
|
+
"path": "src/settings/shapes.ts",
|
|
2562
|
+
"declarations": [],
|
|
2563
|
+
"exports": []
|
|
2515
2564
|
}
|
|
2516
2565
|
]
|
|
2517
2566
|
}
|
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.398.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -53,21 +53,21 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@genesislcap/foundation-testing": "14.
|
|
57
|
-
"@genesislcap/genx": "14.
|
|
58
|
-
"@genesislcap/rollup-builder": "14.
|
|
59
|
-
"@genesislcap/ts-builder": "14.
|
|
60
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
61
|
-
"@genesislcap/vite-builder": "14.
|
|
62
|
-
"@genesislcap/webpack-builder": "14.
|
|
56
|
+
"@genesislcap/foundation-testing": "14.398.0",
|
|
57
|
+
"@genesislcap/genx": "14.398.0",
|
|
58
|
+
"@genesislcap/rollup-builder": "14.398.0",
|
|
59
|
+
"@genesislcap/ts-builder": "14.398.0",
|
|
60
|
+
"@genesislcap/uvu-playwright-builder": "14.398.0",
|
|
61
|
+
"@genesislcap/vite-builder": "14.398.0",
|
|
62
|
+
"@genesislcap/webpack-builder": "14.398.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@antv/g2plot": "^2.4.32",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.
|
|
67
|
-
"@genesislcap/foundation-logger": "14.
|
|
68
|
-
"@genesislcap/foundation-ui": "14.
|
|
69
|
-
"@genesislcap/foundation-utils": "14.
|
|
70
|
-
"@genesislcap/foundation-zero": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.398.0",
|
|
67
|
+
"@genesislcap/foundation-logger": "14.398.0",
|
|
68
|
+
"@genesislcap/foundation-ui": "14.398.0",
|
|
69
|
+
"@genesislcap/foundation-utils": "14.398.0",
|
|
70
|
+
"@genesislcap/foundation-zero": "14.398.0",
|
|
71
71
|
"@microsoft/fast-element": "1.14.0",
|
|
72
72
|
"@microsoft/fast-foundation": "2.50.0"
|
|
73
73
|
},
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
82
|
"customElements": "dist/custom-elements.json",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "d9c0d13f49958e386d339075078dc15561455c18"
|
|
84
84
|
}
|