dtable-ui-component 6.0.110-oot.10 → 6.0.110-oot.12
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.
|
@@ -11,6 +11,7 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
11
11
|
var _selectOptionGroup = _interopRequireDefault(require("./select-option-group"));
|
|
12
12
|
var _ModalPortal = _interopRequireDefault(require("../ModalPortal"));
|
|
13
13
|
var _util = require("./util");
|
|
14
|
+
var _DTableIcon = _interopRequireDefault(require("../DTableIcon"));
|
|
14
15
|
require("./index.css");
|
|
15
16
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
17
|
class DTableCustomizeSelect extends _react.Component {
|
|
@@ -115,8 +116,11 @@ class DTableCustomizeSelect extends _react.Component {
|
|
|
115
116
|
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
116
117
|
className: "select-placeholder",
|
|
117
118
|
children: placeholder
|
|
118
|
-
}), !isLocked && /*#__PURE__*/(0, _jsxRuntime.jsx)("
|
|
119
|
-
className: "
|
|
119
|
+
}), !isLocked && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
120
|
+
className: "d-inline-flex align-items-center",
|
|
121
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_DTableIcon.default, {
|
|
122
|
+
symbol: "down"
|
|
123
|
+
})
|
|
120
124
|
})]
|
|
121
125
|
}), this.state.isShowSelectOptions && !isInModal && /*#__PURE__*/(0, _jsxRuntime.jsx)(_selectOptionGroup.default, {
|
|
122
126
|
value: value,
|
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{fill:#949494;}
|
|
7
|
-
</style>
|
|
8
|
-
<title>down</title>
|
|
9
|
-
<g id="down">
|
|
10
|
-
<path id="路径" class="st0" d="M16,32c0.5,0,0.8-0.2,1.2-0.5l11.4-11.2c0.3-0.3,0.5-0.7,0.5-1.1c0-0.4-0.2-0.8-0.5-1.1
|
|
11
|
-
c-0.3-0.3-0.7-0.5-1.2-0.5c-0.4,0-0.8,0.2-1.2,0.5l-8.6,8.5V1.6c0-0.4-0.2-0.8-0.5-1.1C16.8,0.2,16.4,0,16,0
|
|
12
|
-
c-0.4,0-0.8,0.2-1.1,0.5c-0.3,0.3-0.5,0.7-0.5,1.1v24.9l-8.6-8.5c-0.3-0.3-0.7-0.5-1.2-0.5c-0.4,0-0.9,0.2-1.2,0.5S3,18.8,3,19.2
|
|
13
|
-
c0,0.5,0.2,0.8,0.5,1.1l11.4,11.2C15.1,31.8,15.6,32,16,32z"/>
|
|
14
|
-
</g>
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3.27148 11.2718L6.09991 8.44336L15.9994 18.3429L25.8989 8.44336L28.7273 11.2718L15.9994 23.9997L3.27148 11.2718Z" fill="currentColor"/>
|
|
15
3
|
</svg>
|