wuic-framework-lib 0.3.2 → 0.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuic-framework-lib",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Wuic Angular Framework Library",
5
5
  "author": "Wuic",
6
6
  "license": "MIT",
@@ -2143,7 +2143,7 @@ declare class MetadataProviderService {
2143
2143
  * @param col Metadato colonna da analizzare.
2144
2144
  * @returns Nome tipo TypeScript stimato (`string`, `number`, `boolean`, `Date`, `any`).
2145
2145
  */
2146
- static getTSTypeFromMetaColumn(col: MetadatiColonna): "boolean" | "number" | "any" | "string" | "Date";
2146
+ static getTSTypeFromMetaColumn(col: MetadatiColonna): "any" | "boolean" | "string" | "number" | "Date";
2147
2147
  /**
2148
2148
  * Normalizza e arricchisce i metadata colonna/tabella: ordina campi, inizializza callback dinamiche, parse di bag JSON
2149
2149
  * e garantisce fallback robusti per funzioni custom non compilabili.