@elliemae/ds-data-table 3.54.0-next.3 → 3.54.0-next.5

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.
@@ -43,4 +43,47 @@ export declare const DSDataTableSlots: {
43
43
  LOADER_WRAPPER: string;
44
44
  FILTER_BAR_WRAPPER: string;
45
45
  };
46
- export declare const DSDataTableDataTestIds: Record<string, string>;
46
+ export declare const DSDataTableDataTestIds: {
47
+ ROOT: `ds-datatable-${string}`;
48
+ CONTENT_WRAPPER: `ds-datatable-${string}`;
49
+ TABLE_WRAPPER: `ds-datatable-${string}`;
50
+ PAGINATION_WRAPPER: `ds-datatable-${string}`;
51
+ TABLE_CONTENT_WRAPPER: `ds-datatable-${string}`;
52
+ VIRTUAL_LIST_WRAPPER: `ds-datatable-${string}`;
53
+ HEAD_WRAPPER: `ds-datatable-${string}`;
54
+ HEAD_TR: `ds-datatable-${string}`;
55
+ HEAD_TH: `ds-datatable-${string}`;
56
+ HEAD_RIGHT_ICONS_WRAPPER: `ds-datatable-${string}`;
57
+ HEADER_CELL_WRAPPER: `ds-datatable-${string}`;
58
+ EMPTY_HEADER: `ds-datatable-${string}`;
59
+ RESIZER: `ds-datatable-${string}`;
60
+ ACTION_CELL: `ds-datatable-${string}`;
61
+ EXPAND_CELL_CONTAINER: `ds-datatable-${string}`;
62
+ SINGLE_CELL_CONTAINER: `ds-datatable-${string}`;
63
+ DRAG_AND_DROP_GRIPPER: `ds-datatable-${string}`;
64
+ TEXT_EDITABLE_CELL_INPUT: `ds-datatable-${string}`;
65
+ FILTER_POPOVER_BUTTON: `ds-datatable-${string}`;
66
+ FILTER_POPOVER_CONTENT: `ds-datatable-${string}`;
67
+ DROP_INDICATOR: `ds-datatable-${string}`;
68
+ CELL: `ds-datatable-${string}`;
69
+ CELL_CONTENT: `ds-datatable-${string}`;
70
+ PENCIL_ICON: `ds-datatable-${string}`;
71
+ EDITABLE_CONTAINER: `ds-datatable-${string}`;
72
+ FULLSIZE_GRID: `ds-datatable-${string}`;
73
+ ROW: `ds-datatable-${string}`;
74
+ GROUP_HEADER_CONTAINER: `ds-datatable-${string}`;
75
+ GROUP_HEADER_TITLE: `ds-datatable-${string}`;
76
+ CELL_CONTAINER: `ds-datatable-${string}`;
77
+ TOOLBAR_WRAPPER: `ds-datatable-${string}`;
78
+ TOOLBAR_BUTTONS_WRAPPER: `ds-datatable-${string}`;
79
+ TOOLBAR_BUTTON: `ds-datatable-${string}`;
80
+ TOOLBAR_POSITION: `ds-datatable-${string}`;
81
+ EMPTY_STATE_WRAPPER: `ds-datatable-${string}`;
82
+ WARNING_ICON: `ds-datatable-${string}`;
83
+ EMPTY_PRIMARY_MESSAGE: `ds-datatable-${string}`;
84
+ EMPTY_SECONDARY_MESSAGE: `ds-datatable-${string}`;
85
+ EMPTY_BUTTON: `ds-datatable-${string}`;
86
+ CENTER_CONTENT_FLEX_WRAPPER: `ds-datatable-${string}`;
87
+ LOADER_WRAPPER: `ds-datatable-${string}`;
88
+ FILTER_BAR_WRAPPER: `ds-datatable-${string}`;
89
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table",
3
- "version": "3.54.0-next.3",
3
+ "version": "3.54.0-next.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table",
6
6
  "files": [
@@ -39,40 +39,40 @@
39
39
  "react-virtual": "~2.10.4",
40
40
  "uid": "~2.0.1",
41
41
  "use-onclickoutside": "0.4.1",
42
- "@elliemae/ds-button": "3.54.0-next.3",
43
- "@elliemae/ds-button-v2": "3.54.0-next.3",
44
- "@elliemae/ds-circular-progress-indicator": "3.54.0-next.3",
45
- "@elliemae/ds-drag-and-drop": "3.54.0-next.3",
46
- "@elliemae/ds-dropdownmenu": "3.54.0-next.3",
47
- "@elliemae/ds-dropdownmenu-v2": "3.54.0-next.3",
48
- "@elliemae/ds-form-checkbox": "3.54.0-next.3",
49
- "@elliemae/ds-form-combobox": "3.54.0-next.3",
50
- "@elliemae/ds-form-date-range-picker": "3.54.0-next.3",
51
- "@elliemae/ds-form-date-time-picker": "3.54.0-next.3",
52
- "@elliemae/ds-form-helpers-mask-hooks": "3.54.0-next.3",
53
- "@elliemae/ds-form-input-text": "3.54.0-next.3",
54
- "@elliemae/ds-form-layout-blocks": "3.54.0-next.3",
55
- "@elliemae/ds-form-radio": "3.54.0-next.3",
56
- "@elliemae/ds-grid": "3.54.0-next.3",
57
- "@elliemae/ds-pagination": "3.54.0-next.3",
58
- "@elliemae/ds-icons": "3.54.0-next.3",
59
- "@elliemae/ds-pills-v2": "3.54.0-next.3",
60
- "@elliemae/ds-popperjs": "3.54.0-next.3",
61
- "@elliemae/ds-props-helpers": "3.54.0-next.3",
62
- "@elliemae/ds-skeleton": "3.54.0-next.3",
63
- "@elliemae/ds-system": "3.54.0-next.3",
64
- "@elliemae/ds-truncated-tooltip-text": "3.54.0-next.3",
65
- "@elliemae/ds-typescript-helpers": "3.54.0-next.3",
66
- "@elliemae/ds-zustand-helpers": "3.54.0-next.3"
42
+ "@elliemae/ds-button": "3.54.0-next.5",
43
+ "@elliemae/ds-button-v2": "3.54.0-next.5",
44
+ "@elliemae/ds-circular-progress-indicator": "3.54.0-next.5",
45
+ "@elliemae/ds-drag-and-drop": "3.54.0-next.5",
46
+ "@elliemae/ds-dropdownmenu": "3.54.0-next.5",
47
+ "@elliemae/ds-dropdownmenu-v2": "3.54.0-next.5",
48
+ "@elliemae/ds-form-checkbox": "3.54.0-next.5",
49
+ "@elliemae/ds-form-combobox": "3.54.0-next.5",
50
+ "@elliemae/ds-form-date-range-picker": "3.54.0-next.5",
51
+ "@elliemae/ds-form-helpers-mask-hooks": "3.54.0-next.5",
52
+ "@elliemae/ds-form-input-text": "3.54.0-next.5",
53
+ "@elliemae/ds-form-date-time-picker": "3.54.0-next.5",
54
+ "@elliemae/ds-form-radio": "3.54.0-next.5",
55
+ "@elliemae/ds-form-layout-blocks": "3.54.0-next.5",
56
+ "@elliemae/ds-grid": "3.54.0-next.5",
57
+ "@elliemae/ds-icons": "3.54.0-next.5",
58
+ "@elliemae/ds-pagination": "3.54.0-next.5",
59
+ "@elliemae/ds-pills-v2": "3.54.0-next.5",
60
+ "@elliemae/ds-popperjs": "3.54.0-next.5",
61
+ "@elliemae/ds-props-helpers": "3.54.0-next.5",
62
+ "@elliemae/ds-skeleton": "3.54.0-next.5",
63
+ "@elliemae/ds-system": "3.54.0-next.5",
64
+ "@elliemae/ds-truncated-tooltip-text": "3.54.0-next.5",
65
+ "@elliemae/ds-typescript-helpers": "3.54.0-next.5",
66
+ "@elliemae/ds-zustand-helpers": "3.54.0-next.5"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@elliemae/pui-cli": "9.0.0-next.65",
70
70
  "jest": "~29.7.0",
71
71
  "styled-components": "~5.3.9",
72
72
  "styled-system": "^5.1.5",
73
- "@elliemae/ds-monorepo-devops": "3.54.0-next.3",
74
- "@elliemae/ds-test-utils": "3.54.0-next.3",
75
- "@elliemae/ds-toolbar-v2": "3.54.0-next.3"
73
+ "@elliemae/ds-monorepo-devops": "3.54.0-next.5",
74
+ "@elliemae/ds-test-utils": "3.54.0-next.5",
75
+ "@elliemae/ds-toolbar-v2": "3.54.0-next.5"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "lodash-es": "^4.17.21",