@esfaenza/es-charts 20.3.13 → 20.3.15
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/fesm2022/esfaenza-es-charts.mjs +128 -56
- package/fesm2022/esfaenza-es-charts.mjs.map +1 -1
- package/index.d.ts +3 -0
- package/package.json +6 -6
package/index.d.ts
CHANGED
|
@@ -706,6 +706,9 @@ declare class ChartDispatcher {
|
|
|
706
706
|
private logs;
|
|
707
707
|
/**
|
|
708
708
|
* Coda di inizializzazioni ancora da eseguire. Quando questa è vuota significa che nessuno sta creando grafici
|
|
709
|
+
*
|
|
710
|
+
* Un elemento marcato **cancelled** appartiene a un grafico distrutto o ricaricato prima del proprio turno:
|
|
711
|
+
* non verrà eseguito (o comunque non verrà registrato fra i grafici attivi al termine dell'esecuzione)
|
|
709
712
|
*/
|
|
710
713
|
private Initializations;
|
|
711
714
|
/**
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esfaenza/es-charts",
|
|
3
|
-
"version": "20.3.
|
|
3
|
+
"version": "20.3.15",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0"
|
|
6
6
|
},
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@amcharts/amcharts5": "5.20.
|
|
9
|
-
"@angular/common": "^20.3.
|
|
10
|
-
"@angular/core": "^20.3.
|
|
11
|
-
"@esfaenza/extensions": "^20.3.
|
|
12
|
-
"@esfaenza/localizations": "^20.3.
|
|
8
|
+
"@amcharts/amcharts5": "5.20.5",
|
|
9
|
+
"@angular/common": "^20.3.31",
|
|
10
|
+
"@angular/core": "^20.3.31",
|
|
11
|
+
"@esfaenza/extensions": "^20.3.19",
|
|
12
|
+
"@esfaenza/localizations": "^20.3.14",
|
|
13
13
|
"sweetalert2": "11.26.25",
|
|
14
14
|
"dayjs": "1.11.23"
|
|
15
15
|
},
|