@refinitiv-ui/efx-grid 6.0.94 → 6.0.95

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.
@@ -16,7 +16,5 @@ declare class CoralButtonFormatter {
16
16
 
17
17
  }
18
18
 
19
- declare function onElementUpdated(): void;
20
-
21
19
  export default CoralButtonFormatter;
22
20
  export { CoralButtonFormatter };
@@ -17,7 +17,5 @@ declare class CoralIconFormatter {
17
17
 
18
18
  }
19
19
 
20
- declare function onElementUpdated(): void;
21
-
22
20
  export default CoralIconFormatter;
23
21
  export { CoralIconFormatter };
@@ -16,7 +16,5 @@ declare class CoralRadioButtonFormatter {
16
16
 
17
17
  }
18
18
 
19
- declare function onElementCreated(): void;
20
-
21
19
  export default CoralRadioButtonFormatter;
22
20
  export { CoralRadioButtonFormatter };
@@ -16,7 +16,5 @@ declare class EFButtonFormatter {
16
16
 
17
17
  }
18
18
 
19
- declare function onElementUpdated(): void;
20
-
21
19
  export default EFButtonFormatter;
22
20
  export { EFButtonFormatter };
@@ -17,7 +17,5 @@ declare class EFIconFormatter {
17
17
 
18
18
  }
19
19
 
20
- declare function onElementUpdated(): void;
21
-
22
20
  export default EFIconFormatter;
23
21
  export { EFIconFormatter };
@@ -16,7 +16,5 @@ declare class EFRadioButtonFormatter {
16
16
 
17
17
  }
18
18
 
19
- declare function onElementCreated(): void;
20
-
21
19
  export default EFRadioButtonFormatter;
22
20
  export { EFRadioButtonFormatter };
package/lib/versions.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "@grid/zoom": "1.0.11",
8
8
  "tr-grid-auto-tooltip": "1.1.6",
9
9
  "tr-grid-cell-selection": "1.0.37",
10
- "tr-grid-checkbox": "1.0.66",
10
+ "tr-grid-checkbox": "1.0.67",
11
11
  "tr-grid-column-fitter": "1.0.40",
12
12
  "tr-grid-column-formatting": "0.9.36",
13
13
  "tr-grid-column-grouping": "1.0.60",
@@ -24,7 +24,7 @@
24
24
  "tr-grid-percent-bar": "1.0.24",
25
25
  "tr-grid-range-bar": "2.0.8",
26
26
  "tr-grid-row-dragging": "1.0.34",
27
- "tr-grid-row-filtering": "1.0.72",
27
+ "tr-grid-row-filtering": "1.0.73",
28
28
  "tr-grid-row-grouping": "1.0.87",
29
29
  "tr-grid-row-selection": "1.0.28",
30
30
  "tr-grid-rowcoloring": "1.0.25",
package/package.json CHANGED
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "version": "6.0.94"
69
+ "version": "6.0.95"
70
70
  }