@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/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.13",
3
+ "version": "20.3.15",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
7
7
  "peerDependencies": {
8
- "@amcharts/amcharts5": "5.20.2",
9
- "@angular/common": "^20.3.28",
10
- "@angular/core": "^20.3.28",
11
- "@esfaenza/extensions": "^20.3.17",
12
- "@esfaenza/localizations": "^20.3.13",
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
  },