@sankhyalabs/ezui 3.0.2 → 3.0.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.
@@ -245,7 +245,7 @@ export interface EzGridColumnConfig {
245
245
  /**
246
246
  * Largura customizada da coluna em pixels absolutos.
247
247
  */
248
- customWidth: number;
248
+ customWidth?: number;
249
249
  }
250
250
  export interface IStatusResolver {
251
251
  [fieldName: string]: Map<String, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ezui",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Biblioteca de componentes Sankhya.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/custom-elements/index.js",