@elliemae/ds-data-table 3.70.0-next.48 → 3.70.0-next.50

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.
@@ -15,6 +15,7 @@ export declare const DATA_TABLE_SLOTS: {
15
15
  readonly RESIZER: "resizer";
16
16
  readonly ACTION_CELL: "action-cell";
17
17
  readonly EXPAND_CELL_CONTAINER: "expand-cell-container";
18
+ readonly GLOBAL_CHECKBOX_CONTAINER: "global-checkbox-container";
18
19
  readonly SINGLE_CELL_CONTAINER: "single-cell-container";
19
20
  readonly DRAG_AND_DROP_GRIPPER: "drag-and-drop-gripper";
20
21
  readonly TEXT_EDITABLE_CELL_INPUT: "text-editable-cell-input";
@@ -112,6 +113,7 @@ export declare const DATA_TABLE_DATA_TESTID: {
112
113
  EMPTY_HEADER: "ds-datatable-empty-header";
113
114
  RESIZER: "ds-datatable-resizer";
114
115
  ACTION_CELL: "ds-datatable-action-cell";
116
+ GLOBAL_CHECKBOX_CONTAINER: "ds-datatable-global-checkbox-container";
115
117
  SINGLE_CELL_CONTAINER: "ds-datatable-single-cell-container";
116
118
  TEXT_EDITABLE_CELL_INPUT: "ds-datatable-text-editable-cell-input";
117
119
  FILTER_POPOVER_CONTENT: "ds-datatable-filter-popover-content";
@@ -153,6 +155,7 @@ export declare const DSDataTableSlots: {
153
155
  readonly RESIZER: "resizer";
154
156
  readonly ACTION_CELL: "action-cell";
155
157
  readonly EXPAND_CELL_CONTAINER: "expand-cell-container";
158
+ readonly GLOBAL_CHECKBOX_CONTAINER: "global-checkbox-container";
156
159
  readonly SINGLE_CELL_CONTAINER: "single-cell-container";
157
160
  readonly DRAG_AND_DROP_GRIPPER: "drag-and-drop-gripper";
158
161
  readonly TEXT_EDITABLE_CELL_INPUT: "text-editable-cell-input";
@@ -250,6 +253,7 @@ export declare const DSDataTableDataTestIds: {
250
253
  EMPTY_HEADER: "ds-datatable-empty-header";
251
254
  RESIZER: "ds-datatable-resizer";
252
255
  ACTION_CELL: "ds-datatable-action-cell";
256
+ GLOBAL_CHECKBOX_CONTAINER: "ds-datatable-global-checkbox-container";
253
257
  SINGLE_CELL_CONTAINER: "ds-datatable-single-cell-container";
254
258
  TEXT_EDITABLE_CELL_INPUT: "ds-datatable-text-editable-cell-input";
255
259
  FILTER_POPOVER_CONTENT: "ds-datatable-filter-popover-content";
@@ -16,6 +16,7 @@ export declare namespace DSDataTableT {
16
16
  focusedRowId: string | null;
17
17
  isShiftPressed: boolean;
18
18
  reduxHeaders: Record<string, ReduxHeader>;
19
+ hoveredColumnId: string | null;
19
20
  isHeaderCellDragging: boolean;
20
21
  };
21
22
  export type UseAutoCalculatedT = {
@@ -49,6 +50,7 @@ export declare namespace DSDataTableT {
49
50
  export type Reducers = {
50
51
  patchHeader: (headerId: string, newHeader: Partial<ReduxHeader>) => void;
51
52
  patchHeaderFilterButtonAndMenu: (headerId: string, value: boolean) => void;
53
+ resetAllHeadersExcept: (exceptHeaderId: string) => void;
52
54
  };
53
55
  export type ShuttleInternalStore = ZustandT.InternalStore<InternalAtoms, Selectors, Reducers>;
54
56
  export interface Filter {
@@ -293,9 +295,12 @@ export declare namespace DSDataTableT {
293
295
  setDrilldownRowId: React.Dispatch<React.SetStateAction<string | null>>;
294
296
  focusedRowId: string | null;
295
297
  setFocusedRowId: React.Dispatch<React.SetStateAction<string | null>>;
298
+ hoveredColumnId: string | null;
299
+ setHoveredColumnId: React.Dispatch<React.SetStateAction<string | null>>;
296
300
  reduxHeaders: Record<string, ReduxHeader>;
297
301
  patchHeader: (headerId: string, newHeader: ReduxHeader) => void;
298
302
  patchHeaderFilterButtonAndMenu: (headerId: string, value: boolean) => void;
303
+ resetAllHeadersExcept: (exceptHeaderId: string) => void;
299
304
  isShiftPressed: boolean;
300
305
  setIsShiftPressed: React.Dispatch<React.SetStateAction<boolean>>;
301
306
  lastSelected: React.MutableRefObject<number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table",
3
- "version": "3.70.0-next.48",
3
+ "version": "3.70.0-next.50",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table",
6
6
  "files": [
@@ -41,40 +41,40 @@
41
41
  "react-virtual": "~2.10.4",
42
42
  "uid": "^2.0.2",
43
43
  "use-onclickoutside": "0.4.1",
44
- "@elliemae/ds-button-v2": "3.70.0-next.48",
45
- "@elliemae/ds-circular-progress-indicator": "3.70.0-next.48",
46
- "@elliemae/ds-dialog": "3.70.0-next.48",
47
- "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.48",
48
- "@elliemae/ds-drag-and-drop": "3.70.0-next.48",
49
- "@elliemae/ds-floating-context": "3.70.0-next.48",
50
- "@elliemae/ds-form-checkbox": "3.70.0-next.48",
51
- "@elliemae/ds-form-combobox": "3.70.0-next.48",
52
- "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.48",
53
- "@elliemae/ds-form-date-range-picker": "3.70.0-next.48",
54
- "@elliemae/ds-form-date-time-picker": "3.70.0-next.48",
55
- "@elliemae/ds-form-input-text": "3.70.0-next.48",
56
- "@elliemae/ds-form-layout-blocks": "3.70.0-next.48",
57
- "@elliemae/ds-form-radio": "3.70.0-next.48",
58
- "@elliemae/ds-grid": "3.70.0-next.48",
59
- "@elliemae/ds-hooks-focus-trap": "3.70.0-next.48",
60
- "@elliemae/ds-menu-button": "3.70.0-next.48",
61
- "@elliemae/ds-icons": "3.70.0-next.48",
62
- "@elliemae/ds-pagination": "3.70.0-next.48",
63
- "@elliemae/ds-pills-v2": "3.70.0-next.48",
64
- "@elliemae/ds-props-helpers": "3.70.0-next.48",
65
- "@elliemae/ds-skeleton": "3.70.0-next.48",
66
- "@elliemae/ds-system": "3.70.0-next.48",
67
- "@elliemae/ds-typescript-helpers": "3.70.0-next.48",
68
- "@elliemae/ds-zustand-helpers": "3.70.0-next.48"
44
+ "@elliemae/ds-circular-progress-indicator": "3.70.0-next.50",
45
+ "@elliemae/ds-button-v2": "3.70.0-next.50",
46
+ "@elliemae/ds-dialog": "3.70.0-next.50",
47
+ "@elliemae/ds-form-checkbox": "3.70.0-next.50",
48
+ "@elliemae/ds-drag-and-drop": "3.70.0-next.50",
49
+ "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.50",
50
+ "@elliemae/ds-floating-context": "3.70.0-next.50",
51
+ "@elliemae/ds-form-combobox": "3.70.0-next.50",
52
+ "@elliemae/ds-form-date-range-picker": "3.70.0-next.50",
53
+ "@elliemae/ds-form-date-time-picker": "3.70.0-next.50",
54
+ "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.50",
55
+ "@elliemae/ds-form-layout-blocks": "3.70.0-next.50",
56
+ "@elliemae/ds-form-radio": "3.70.0-next.50",
57
+ "@elliemae/ds-grid": "3.70.0-next.50",
58
+ "@elliemae/ds-form-input-text": "3.70.0-next.50",
59
+ "@elliemae/ds-hooks-focus-trap": "3.70.0-next.50",
60
+ "@elliemae/ds-menu-button": "3.70.0-next.50",
61
+ "@elliemae/ds-pagination": "3.70.0-next.50",
62
+ "@elliemae/ds-pills-v2": "3.70.0-next.50",
63
+ "@elliemae/ds-props-helpers": "3.70.0-next.50",
64
+ "@elliemae/ds-skeleton": "3.70.0-next.50",
65
+ "@elliemae/ds-system": "3.70.0-next.50",
66
+ "@elliemae/ds-zustand-helpers": "3.70.0-next.50",
67
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.50",
68
+ "@elliemae/ds-icons": "3.70.0-next.50"
69
69
  },
70
70
  "devDependencies": {
71
71
  "jest": "^30.0.0",
72
72
  "styled-components": "~5.3.9",
73
73
  "styled-system": "^5.1.5",
74
- "@elliemae/ds-test-utils": "3.70.0-next.48",
75
- "@elliemae/ds-tabs": "3.70.0-next.48",
76
- "@elliemae/ds-monorepo-devops": "3.70.0-next.48",
77
- "@elliemae/ds-toolbar-v2": "3.70.0-next.48"
74
+ "@elliemae/ds-tabs": "3.70.0-next.50",
75
+ "@elliemae/ds-test-utils": "3.70.0-next.50",
76
+ "@elliemae/ds-toolbar-v2": "3.70.0-next.50",
77
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.50"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "lodash-es": "^4.18.1",