@esfaenza/es-table 11.2.124 → 11.2.126

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.
@@ -45,6 +45,8 @@ export declare class EsThDirective {
45
45
  thResizable: boolean;
46
46
  /** Classi da applicare all'Header della colonna */
47
47
  thClass: string;
48
+ /** Classi da applicare all'Header della colonna */
49
+ thShrink: boolean;
48
50
  /** Classi da applicare alle righe quando rappresentano un Gruppo */
49
51
  thGroupClass: string;
50
52
  /** Equivalente dell'NgIf sul th */
@@ -26,6 +26,7 @@ export declare class EsTableColumnsDefinition {
26
26
  PinnedWidth: number;
27
27
  Pinnable: boolean;
28
28
  Grouping: string;
29
+ Shrink: boolean;
29
30
  /**
30
31
  * Costruttore
31
32
  *
@@ -50,6 +51,6 @@ export declare class EsTableColumnsDefinition {
50
51
  description: string;
51
52
  }[], EditorName?: string, RendererName?: string, EditorOptions?: {
52
53
  [id in AvailableOptions]?: any;
53
- }, Pinned?: boolean, PinnedWidth?: number, Pinnable?: boolean, Grouping?: string);
54
+ }, Pinned?: boolean, PinnedWidth?: number, Pinnable?: boolean, Grouping?: string, Shrink?: boolean);
54
55
  static build(parsObj: any): EsTableColumnsDefinition;
55
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.124",
3
+ "version": "11.2.126",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },