dtable-ui-component 6.0.110-ssk.3 → 6.0.110-ssk.8
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.
- package/lib/DTableFiltersPopover/utils/filter-item-utils.js +2 -2
- package/lib/DTableFiltersPopover/widgets/collaborator-filter/index.js +1 -1
- package/lib/DTableGroupSelect/index.css +2 -2
- package/lib/DTableGroupSelect/select-option-group.js +1 -1
- package/lib/SelectOptionGroup/index.css +1 -0
- package/package.json +1 -1
|
@@ -107,7 +107,7 @@ class FilterItemUtils {
|
|
|
107
107
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
108
108
|
className: "single-select-check-icon",
|
|
109
109
|
children: (selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.id) === option.id && /*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
|
|
110
|
-
className: "option-edit dtable-font dtable-icon-check
|
|
110
|
+
className: "option-edit dtable-font dtable-icon-check"
|
|
111
111
|
})
|
|
112
112
|
})]
|
|
113
113
|
})
|
|
@@ -132,7 +132,7 @@ class FilterItemUtils {
|
|
|
132
132
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
133
133
|
className: "multiple-check-icon",
|
|
134
134
|
children: filterTerm.indexOf(option.id) > -1 && /*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
|
|
135
|
-
className: "option-edit dtable-font dtable-icon-check
|
|
135
|
+
className: "option-edit dtable-font dtable-icon-check"
|
|
136
136
|
})
|
|
137
137
|
})]
|
|
138
138
|
})
|
|
@@ -49,7 +49,7 @@ class CollaboratorFilter extends _react.Component {
|
|
|
49
49
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
50
50
|
className: "collaborator-check-icon",
|
|
51
51
|
children: isSelected && /*#__PURE__*/(0, _jsxRuntime.jsx)("i", {
|
|
52
|
-
className: "option-edit dtable-font dtable-icon-check
|
|
52
|
+
className: "option-edit dtable-font dtable-icon-check"
|
|
53
53
|
})
|
|
54
54
|
})]
|
|
55
55
|
})
|
|
@@ -220,7 +220,7 @@ class SelectOptionGroup extends _react.Component {
|
|
|
220
220
|
style: style,
|
|
221
221
|
onMouseDown: this.onMouseDown,
|
|
222
222
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
223
|
-
className: "position-relative
|
|
223
|
+
className: "position-relative",
|
|
224
224
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableSearchInput.default, {
|
|
225
225
|
className: "option-search-control",
|
|
226
226
|
placeholder: searchPlaceholder,
|