@elliemae/ds-data-table 2.4.11 → 2.4.14
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.
|
@@ -119,7 +119,7 @@ const BaseSelectFilter = props => {
|
|
|
119
119
|
style: {
|
|
120
120
|
background: '#fff',
|
|
121
121
|
position: 'relative',
|
|
122
|
-
width: filterMinWidth
|
|
122
|
+
width: filterMinWidth ?? column.ref?.current?.offsetWidth
|
|
123
123
|
}
|
|
124
124
|
}, void 0, /*#__PURE__*/_jsx__default["default"](dsControlledForm.DSComboBox, {
|
|
125
125
|
inline: true,
|
|
@@ -111,7 +111,7 @@ const BaseSelectFilter = props => {
|
|
|
111
111
|
style: {
|
|
112
112
|
background: '#fff',
|
|
113
113
|
position: 'relative',
|
|
114
|
-
width: filterMinWidth
|
|
114
|
+
width: filterMinWidth ?? column.ref?.current?.offsetWidth
|
|
115
115
|
}
|
|
116
116
|
}, void 0, /*#__PURE__*/_jsx(DSComboBox, {
|
|
117
117
|
inline: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -570,24 +570,24 @@
|
|
|
570
570
|
"dependencies": {
|
|
571
571
|
"@dnd-kit/core": "~4.0.1",
|
|
572
572
|
"@dnd-kit/sortable": "~5.0.0",
|
|
573
|
-
"@elliemae/ds-button": "2.4.
|
|
574
|
-
"@elliemae/ds-circular-progress-indicator": "2.4.
|
|
575
|
-
"@elliemae/ds-controlled-form": "2.4.
|
|
576
|
-
"@elliemae/ds-drag-and-drop": "2.4.
|
|
577
|
-
"@elliemae/ds-dropdownmenu": "2.4.
|
|
578
|
-
"@elliemae/ds-form": "2.4.
|
|
579
|
-
"@elliemae/ds-form-layout-blocks": "2.4.
|
|
580
|
-
"@elliemae/ds-grid": "2.4.
|
|
581
|
-
"@elliemae/ds-icons": "2.4.
|
|
582
|
-
"@elliemae/ds-indeterminate-progress-indicator": "2.4.
|
|
583
|
-
"@elliemae/ds-pagination": "2.4.
|
|
584
|
-
"@elliemae/ds-pills": "2.4.
|
|
585
|
-
"@elliemae/ds-popperjs": "2.4.
|
|
586
|
-
"@elliemae/ds-props-helpers": "2.4.
|
|
587
|
-
"@elliemae/ds-system": "2.4.
|
|
588
|
-
"@elliemae/ds-toolbar": "2.4.
|
|
589
|
-
"@elliemae/ds-truncated-tooltip-text": "2.4.
|
|
590
|
-
"@elliemae/ds-utilities": "2.4.
|
|
573
|
+
"@elliemae/ds-button": "2.4.14",
|
|
574
|
+
"@elliemae/ds-circular-progress-indicator": "2.4.14",
|
|
575
|
+
"@elliemae/ds-controlled-form": "2.4.14",
|
|
576
|
+
"@elliemae/ds-drag-and-drop": "2.4.14",
|
|
577
|
+
"@elliemae/ds-dropdownmenu": "2.4.14",
|
|
578
|
+
"@elliemae/ds-form": "2.4.14",
|
|
579
|
+
"@elliemae/ds-form-layout-blocks": "2.4.14",
|
|
580
|
+
"@elliemae/ds-grid": "2.4.14",
|
|
581
|
+
"@elliemae/ds-icons": "2.4.14",
|
|
582
|
+
"@elliemae/ds-indeterminate-progress-indicator": "2.4.14",
|
|
583
|
+
"@elliemae/ds-pagination": "2.4.14",
|
|
584
|
+
"@elliemae/ds-pills": "2.4.14",
|
|
585
|
+
"@elliemae/ds-popperjs": "2.4.14",
|
|
586
|
+
"@elliemae/ds-props-helpers": "2.4.14",
|
|
587
|
+
"@elliemae/ds-system": "2.4.14",
|
|
588
|
+
"@elliemae/ds-toolbar": "2.4.14",
|
|
589
|
+
"@elliemae/ds-truncated-tooltip-text": "2.4.14",
|
|
590
|
+
"@elliemae/ds-utilities": "2.4.14",
|
|
591
591
|
"@reduxjs/toolkit": "~1.6.2",
|
|
592
592
|
"csstype": "~3.0.9",
|
|
593
593
|
"moment": "~2.29.1",
|