@elliemae/ds-data-table 2.3.1-rc.0 → 2.3.2
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.
|
@@ -124,7 +124,7 @@ const FilterPopover = _ref2 => {
|
|
|
124
124
|
var _popperRef$current;
|
|
125
125
|
|
|
126
126
|
if (e.target !== referenceElement && !((_popperRef$current = popperRef.current) !== null && _popperRef$current !== void 0 && _popperRef$current.contains(e.relatedTarget))) {
|
|
127
|
-
referenceElement.focus();
|
|
127
|
+
referenceElement === null || referenceElement === void 0 ? void 0 : referenceElement.focus();
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
}, void 0, /*#__PURE__*/_jsx__default["default"](FilterButton, {
|
|
@@ -113,7 +113,7 @@ const FilterPopover = _ref2 => {
|
|
|
113
113
|
var _popperRef$current;
|
|
114
114
|
|
|
115
115
|
if (e.target !== referenceElement && !((_popperRef$current = popperRef.current) !== null && _popperRef$current !== void 0 && _popperRef$current.contains(e.relatedTarget))) {
|
|
116
|
-
referenceElement.focus();
|
|
116
|
+
referenceElement === null || referenceElement === void 0 ? void 0 : referenceElement.focus();
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
}, void 0, /*#__PURE__*/_jsx(FilterButton, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -570,28 +570,28 @@
|
|
|
570
570
|
"dependencies": {
|
|
571
571
|
"@dnd-kit/core": "~4.0.1",
|
|
572
572
|
"@dnd-kit/sortable": "~5.0.0",
|
|
573
|
-
"@elliemae/ds-button": "2.3.
|
|
574
|
-
"@elliemae/ds-circular-progress-indicator": "2.3.
|
|
575
|
-
"@elliemae/ds-controlled-form": "2.3.
|
|
576
|
-
"@elliemae/ds-drag-and-drop": "2.3.
|
|
577
|
-
"@elliemae/ds-dropdownmenu": "2.3.
|
|
578
|
-
"@elliemae/ds-form": "2.3.
|
|
579
|
-
"@elliemae/ds-form-layout-blocks": "2.3.
|
|
580
|
-
"@elliemae/ds-grid": "2.3.
|
|
581
|
-
"@elliemae/ds-icons": "2.3.
|
|
582
|
-
"@elliemae/ds-indeterminate-progress-indicator": "2.3.
|
|
583
|
-
"@elliemae/ds-pagination": "2.3.
|
|
584
|
-
"@elliemae/ds-pills": "2.3.
|
|
585
|
-
"@elliemae/ds-popperjs": "2.3.
|
|
586
|
-
"@elliemae/ds-
|
|
587
|
-
"@elliemae/ds-
|
|
588
|
-
"@elliemae/ds-
|
|
589
|
-
"@elliemae/ds-
|
|
573
|
+
"@elliemae/ds-button": "2.3.2",
|
|
574
|
+
"@elliemae/ds-circular-progress-indicator": "2.3.2",
|
|
575
|
+
"@elliemae/ds-controlled-form": "2.3.2",
|
|
576
|
+
"@elliemae/ds-drag-and-drop": "2.3.2",
|
|
577
|
+
"@elliemae/ds-dropdownmenu": "2.3.2",
|
|
578
|
+
"@elliemae/ds-form": "2.3.2",
|
|
579
|
+
"@elliemae/ds-form-layout-blocks": "2.3.2",
|
|
580
|
+
"@elliemae/ds-grid": "2.3.2",
|
|
581
|
+
"@elliemae/ds-icons": "2.3.2",
|
|
582
|
+
"@elliemae/ds-indeterminate-progress-indicator": "2.3.2",
|
|
583
|
+
"@elliemae/ds-pagination": "2.3.2",
|
|
584
|
+
"@elliemae/ds-pills": "2.3.2",
|
|
585
|
+
"@elliemae/ds-popperjs": "2.3.2",
|
|
586
|
+
"@elliemae/ds-props-helpers": "2.3.2",
|
|
587
|
+
"@elliemae/ds-system": "2.3.2",
|
|
588
|
+
"@elliemae/ds-toolbar": "2.3.2",
|
|
589
|
+
"@elliemae/ds-truncated-tooltip-text": "2.3.2",
|
|
590
|
+
"@elliemae/ds-utilities": "2.3.2",
|
|
590
591
|
"@reduxjs/toolkit": "~1.6.2",
|
|
591
592
|
"csstype": "~3.0.9",
|
|
592
593
|
"moment": "~2.29.1",
|
|
593
594
|
"prop-types": "~15.7.2",
|
|
594
|
-
"react-desc": "~4.1.3",
|
|
595
595
|
"react-redux": "~7.2.6",
|
|
596
596
|
"react-virtual": "~2.8.2",
|
|
597
597
|
"redux": "~4.1.2",
|