@esfaenza/es-table 20.3.11 → 20.3.14
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
|
@@ -1617,7 +1617,13 @@ declare class Logger {
|
|
|
1617
1617
|
debugMode: boolean;
|
|
1618
1618
|
/** @ignore */
|
|
1619
1619
|
constructor(debugMode: boolean);
|
|
1620
|
-
|
|
1620
|
+
/**
|
|
1621
|
+
* Emette un log a console solo se la modalità debug è attiva.
|
|
1622
|
+
*
|
|
1623
|
+
* Il testo può essere passato come funzione (**lazy**): in tal caso viene valutato solo quando il debug è attivo,
|
|
1624
|
+
* evitando di costruire stringhe costose (es. interpolazioni per-cella) quando i log sono disabilitati.
|
|
1625
|
+
*/
|
|
1626
|
+
log(text: string | (() => string)): void;
|
|
1621
1627
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Logger, [{ optional: true; }]>;
|
|
1622
1628
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<Logger>;
|
|
1623
1629
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esfaenza/es-table",
|
|
3
|
-
"version": "20.3.
|
|
3
|
+
"version": "20.3.14",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0"
|
|
6
6
|
},
|
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
"@angular/common": "^20.3.28",
|
|
9
9
|
"@angular/core": "^20.3.28",
|
|
10
10
|
"@angular/cdk": "^20.2.14",
|
|
11
|
-
"@esfaenza/localizations": "^20.3.
|
|
12
|
-
"@esfaenza/extensions": "^20.3.
|
|
13
|
-
"@esfaenza/forms-and-validations": "^20.3.
|
|
14
|
-
"@esfaenza/ngx-contextmenu": "^20.3.
|
|
15
|
-
"@esfaenza/access-control": "^20.3.
|
|
16
|
-
"@esfaenza/preferences": "^20.3.
|
|
11
|
+
"@esfaenza/localizations": "^20.3.13",
|
|
12
|
+
"@esfaenza/extensions": "^20.3.17",
|
|
13
|
+
"@esfaenza/forms-and-validations": "^20.3.19",
|
|
14
|
+
"@esfaenza/ngx-contextmenu": "^20.3.10",
|
|
15
|
+
"@esfaenza/access-control": "^20.3.11",
|
|
16
|
+
"@esfaenza/preferences": "^20.3.14",
|
|
17
17
|
"ngx-bootstrap": "20.0.2",
|
|
18
18
|
"@primeng/themes": "20.4.0",
|
|
19
19
|
"primeng": "20.4.0",
|
|
20
|
-
"primelocale": "2.
|
|
21
|
-
"dayjs": "1.11.
|
|
20
|
+
"primelocale": "2.4.0",
|
|
21
|
+
"dayjs": "1.11.23",
|
|
22
22
|
"sweetalert2": "11.26.25"
|
|
23
23
|
},
|
|
24
24
|
"module": "fesm2022/esfaenza-es-table.mjs",
|