@sme.up/ketchup 5.1.0 → 5.1.1

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.
@@ -273,6 +273,7 @@ export declare class KupDataTable {
273
273
  recalculateRowsAndUndoSelections(): void;
274
274
  controlFixedRowsColumns(): void;
275
275
  recalculateData(): void;
276
+ private initialized;
276
277
  private rows;
277
278
  private rowsLength;
278
279
  private paginatedRows;
@@ -62,7 +62,7 @@ export interface KupTreeEventHandlerDetails {
62
62
  row: KupDataRow;
63
63
  td: HTMLElement;
64
64
  th: HTMLElement;
65
- tr: HTMLTableRowElement;
65
+ tr: HTMLElement;
66
66
  }
67
67
  export declare enum KupTreeExpansionMode {
68
68
  DROPDOWN = "dropdown",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sme.up/ketchup",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "keywords": [
5
5
  "smeup",
6
6
  "KetchUP",