@esfaenza/es-table 15.2.0 → 15.2.2

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.
@@ -1,2 +1,2 @@
1
1
  /** Tipo che rappresenta gli input visualizzabili lato tabella */
2
- export declare type InputType = 'string' | 'float' | 'date' | 'number' | 'int' | 'boolean' | 'enum' | 'autocomplete' | 'datetime' | 'time' | 'file' | 'currency';
2
+ export type InputType = 'string' | 'float' | 'date' | 'number' | 'int' | 'boolean' | 'enum' | 'autocomplete' | 'datetime' | 'time' | 'file' | 'currency';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "15.2.0",
3
+ "version": "15.2.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -14,7 +14,7 @@
14
14
  "@esfaenza/ngx-contextmenu": "^15.2.0",
15
15
  "@esfaenza/preferences": "^15.2.0",
16
16
  "ngx-toastr": "16.2.0",
17
- "ngx-bootstrap": "10.3.0",
17
+ "ngx-bootstrap": "10.2.0",
18
18
  "exceljs": "4.3.0"
19
19
  },
20
20
  "module": "fesm2015/esfaenza-es-table.mjs",