ns-base-module 1.0.1 → 1.0.3

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.
@@ -7,7 +7,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
7
7
  */
8
8
  import React from 'react';
9
9
  import { Button } from 'antd';
10
- import { IconCreate } from '@/components/Icon';
10
+ import { IconCreate } from "../components/Icon";
11
11
  var IconButton = function IconButton(_ref) {
12
12
  var icon = _ref.icon,
13
13
  props = _objectWithoutProperties(_ref, _excluded);
@@ -22,7 +22,7 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
22
22
  import React from 'react';
23
23
  import Button from "./AntdIconButton";
24
24
  import { Tooltip } from 'antd';
25
- import { initLang } from '@/utils/language';
25
+ import { initLang } from "../utils/language";
26
26
  var ConfigButton = function ConfigButton(_ref) {
27
27
  var _button$config, _button$config$style, _button$config2, _button$config3, _button$config4, _button$config5, _button$config6, _button$config7, _button$config8, _button$config9;
28
28
  var button = _ref.button,
@@ -1,7 +1,7 @@
1
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
  import React from 'react';
3
3
  import { Button } from 'antd';
4
- import Icon from '@/components/Icon';
4
+ import Icon from "../components/Icon";
5
5
  import AntdIconButton from "./AntdIconButton";
6
6
  import ConfigButton from "./ConfigButton";
7
7
  var index = function index(props) {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,yCAAyC,CAAC;AAKjD,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,GAAG,EAAE,CAAC;IACnB,WAAW,CAAC,EAAE,CACZ,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAChC,IAAI,CAAC;IACV,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC1C;AAED,QAAA,MAAM,KAAK,8BAA+B,YAAY,6BAsHrD,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,yCAAyC,CAAC;AAKjD,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,GAAG,EAAE,CAAC;IACnB,WAAW,CAAC,EAAE,CACZ,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAChC,IAAI,CAAC;IACV,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC1C;AAED,QAAA,MAAM,KAAK,8BAA+B,YAAY,6BAuHrD,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -11,7 +11,7 @@ import { adapterFilter } from "./util";
11
11
  // 分类过滤
12
12
 
13
13
  var Index = function Index(_ref) {
14
- var _props$statusTagItem3;
14
+ var _props$statusTagItem4;
15
15
  var classFilter = _ref.classFilter,
16
16
  props = _objectWithoutProperties(_ref, _excluded);
17
17
  var handleStatus = function handleStatus(item) {
@@ -34,8 +34,10 @@ var Index = function Index(_ref) {
34
34
  return _style;
35
35
  };
36
36
  var loopSetLabel = function loopSetLabel(tree) {
37
+ var _props$statusTagItem2;
38
+ console.log("props?.statusTagItem?.key", props === null || props === void 0 || (_props$statusTagItem2 = props.statusTagItem) === null || _props$statusTagItem2 === void 0 ? void 0 : _props$statusTagItem2.key);
37
39
  var _loop = function _loop() {
38
- var _props$statusTagItem2, _props$statusTagCount, _props$statusTagCount2;
40
+ var _props$statusTagItem3, _props$statusTagCount, _props$statusTagCount2;
39
41
  var d = tree[i];
40
42
  tree[i].label = /*#__PURE__*/React.createElement("div", {
41
43
  style: {
@@ -45,7 +47,7 @@ var Index = function Index(_ref) {
45
47
  onClick: function onClick() {
46
48
  return handleStatus(d);
47
49
  },
48
- className: "".concat(d.key === (props === null || props === void 0 || (_props$statusTagItem2 = props.statusTagItem) === null || _props$statusTagItem2 === void 0 ? void 0 : _props$statusTagItem2.key) ? "actionMenu" : "")
50
+ className: "".concat(d.key === (props === null || props === void 0 || (_props$statusTagItem3 = props.statusTagItem) === null || _props$statusTagItem3 === void 0 ? void 0 : _props$statusTagItem3.key) ? "actionMenu" : "")
49
51
  }, d.remark && /*#__PURE__*/React.createElement(Tooltip, {
50
52
  title: d.remark
51
53
  }, /*#__PURE__*/React.createElement(QuestionCircleOutlined, {
@@ -78,14 +80,14 @@ var Index = function Index(_ref) {
78
80
  }
79
81
  }
80
82
  return _classFilter;
81
- }, [classFilter, props.statusTagCounts, props === null || props === void 0 || (_props$statusTagItem3 = props.statusTagItem) === null || _props$statusTagItem3 === void 0 ? void 0 : _props$statusTagItem3.key]);
83
+ }, [classFilter, props.statusTagCounts, props === null || props === void 0 || (_props$statusTagItem4 = props.statusTagItem) === null || _props$statusTagItem4 === void 0 ? void 0 : _props$statusTagItem4.key]);
82
84
  if (!classFilter) return null;
83
85
  return /*#__PURE__*/React.createElement("span", {
84
86
  className: "tags-wrap class-filter-component"
85
87
  }, datas === null || datas === void 0 ? void 0 : datas.map(function (item) {
86
- var _props$statusTagItem4, _props$statusTagCount3, _props$statusTagCount4;
88
+ var _props$statusTagItem5, _props$statusTagCount3, _props$statusTagCount4;
87
89
  var baseDom = /*#__PURE__*/React.createElement("span", {
88
- className: "tags-list".concat(" ", item.key === (props === null || props === void 0 || (_props$statusTagItem4 = props.statusTagItem) === null || _props$statusTagItem4 === void 0 ? void 0 : _props$statusTagItem4.key) ? "action" : ""),
90
+ className: "tags-list".concat(" ", item.key === (props === null || props === void 0 || (_props$statusTagItem5 = props.statusTagItem) === null || _props$statusTagItem5 === void 0 ? void 0 : _props$statusTagItem5.key) ? "action" : ""),
89
91
  key: item.key,
90
92
  onClick: function onClick() {
91
93
  return handleStatus(item);
@@ -4,7 +4,8 @@ export interface IclassFilter {
4
4
  classFilter: any[];
5
5
  onStatusTag?: (item: Record<string, any> | null, checkedItems: Record<string, any>[]) => void;
6
6
  statusTagCounts?: Record<string, number>;
7
+ fieldFilterStatus?: Record<string, any>[];
7
8
  }
8
- declare const Index: ({ classFilter, ...props }: IclassFilter) => React.JSX.Element | null;
9
+ declare const Index: ({ classFilter, fieldFilterStatus, ...props }: IclassFilter) => React.JSX.Element | null;
9
10
  export default Index;
10
11
  //# sourceMappingURL=indexVertical.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"indexVertical.d.ts","sourceRoot":"","sources":["indexVertical.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,yCAAyC,CAAC;AAKjD,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,GAAG,EAAE,CAAC;IACnB,WAAW,CAAC,EAAE,CACZ,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,EAChC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAChC,IAAI,CAAC;IACV,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC1C;AAED,QAAA,MAAM,KAAK,8BAA+B,YAAY,6BAsDrD,CAAC;AAEF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"indexVertical.d.ts","sourceRoot":"","sources":["indexVertical.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,yCAAyC,CAAC;AAKjD,MAAM,WAAW,YAAY;IAC3B,WAAW,EAAE,GAAG,EAAE,CAAC;IACnB,WAAW,CAAC,EAAE,CACZ,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,EAChC,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,KAChC,IAAI,CAAC;IACV,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACzC,iBAAiB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;CAC3C;AAED,QAAA,MAAM,KAAK,iDAAkD,YAAY,6BAwDxE,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -1,4 +1,4 @@
1
- var _excluded = ["classFilter"];
1
+ var _excluded = ["classFilter", "fieldFilterStatus"];
2
2
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
3
3
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
4
4
  import { QuestionCircleOutlined } from "@ant-design/icons";
@@ -11,12 +11,14 @@ import { checkFilter } from "./util";
11
11
 
12
12
  var Index = function Index(_ref) {
13
13
  var classFilter = _ref.classFilter,
14
+ fieldFilterStatus = _ref.fieldFilterStatus,
14
15
  props = _objectWithoutProperties(_ref, _excluded);
15
16
  var onCheck = function onCheck(checkedKeys, e) {
16
17
  var _props$onStatusTag;
17
18
  var arr = checkFilter(e);
18
19
  (_props$onStatusTag = props.onStatusTag) === null || _props$onStatusTag === void 0 || _props$onStatusTag.call(props, null, arr);
19
20
  };
21
+ console.log("fieldFilterStatus", fieldFilterStatus);
20
22
  var titleRender = function titleRender(item) {
21
23
  var _props$statusTagCount, _props$statusTagCount2;
22
24
  return /*#__PURE__*/React.createElement("span", {
@@ -4,7 +4,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
4
4
  import React, { useMemo } from 'react';
5
5
  import Select from "./components/Select";
6
6
  import { EntryType } from "./data.d";
7
- import { initLang } from '@/utils/language';
7
+ import { initLang } from "../utils/language";
8
8
  var Option = Select.Option;
9
9
  export var initialValueEunm = function initialValueEunm(type) {
10
10
  switch (type) {
@@ -28,35 +28,35 @@ import Checkbox from "./components/Checkbox";
28
28
  import Radio from "./components/Radio";
29
29
  import TreeSelect from "./components/TreeSelect";
30
30
  import Condition from "./components/Condition";
31
- import { UploadImage, UploadFile } from '@/components/Upload';
32
- import { ImageGroup } from '@/components/Image';
33
- import Cron from '@/components/Cron';
34
- import Editor, { EditorPreview, EditorModal } from '@/components/WangEditor';
35
- import Link from '@/components/Link';
36
- import FormTable from '@/components/v2/Table/FormTable';
37
- import ColorPicker from '@/components/ColorPicker';
38
- import Tag from '@/components/Tag';
39
- import Tags from '@/components/Tags';
31
+ import { UploadImage, UploadFile } from "../components/Upload";
32
+ import { ImageGroup } from "../components/Image";
33
+ import Cron from "../components/Cron";
34
+ import Editor, { EditorPreview, EditorModal } from "../components/WangEditor";
35
+ import Link from "../components/Link";
36
+ import FormTable from "../components/v2/Table/FormTable";
37
+ import ColorPicker from "../components/ColorPicker";
38
+ import Tag from "../components/Tag";
39
+ import Tags from "../components/Tags";
40
40
  import ReactJson from 'react-json-view';
41
- import { TimelineModal, TableEditableModal } from '@/components/v2/Modal';
41
+ import { TimelineModal, TableEditableModal } from "../components/v2/Modal";
42
42
  import ListSelect from "./components/ListSelect";
43
43
  import ObjectSelect from "./components/ObjectSelect";
44
- import AceEditor from '@/components/AceEditor';
45
- import { AceTable } from '@/components/v2/Table';
46
- import Tree from '@/components/Tree';
44
+ import AceEditor from "../components/AceEditor";
45
+ import { AceTable } from "../components/v2/Table";
46
+ import Tree from "../components/Tree";
47
47
  import Express from "./components/Express";
48
- import Steps from '@/components/Steps';
49
- import QRCode from '@/components/QRCode';
50
- import Barcode from '@/components/Barcode';
48
+ import Steps from "../components/Steps";
49
+ import QRCode from "../components/QRCode";
50
+ import Barcode from "../components/Barcode";
51
51
  import GroupInput from "./components/GroupInput";
52
52
  import ChooseModalTable from "./components/ChooseModalTable";
53
53
  import Etable2Modal from "./components/Etable2Modal";
54
54
  import ImageText from "./components/ImageText";
55
55
  import { MoreOutlined } from '@ant-design/icons';
56
56
  import moment from 'moment';
57
- import { getAsyncSelectOptions, queryAsyncApi } from '@/services/config';
57
+ import { getAsyncSelectOptions, queryAsyncApi } from "../services/config";
58
58
  import { EntryType } from "./data.d";
59
- import { formatData } from '@/utils/utils';
59
+ import { formatData } from "../utils/utils";
60
60
  import { message } from 'antd';
61
61
  import { useHistory, useLocation, useParams } from 'umi';
62
62
  import { isArray, isFunction, isString } from 'lodash';
@@ -15,7 +15,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
15
15
  * AUTHOR PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
16
16
  */
17
17
  import React, { useRef } from 'react';
18
- import { ETable2 } from '@/components/v2/Table';
18
+ import { ETable2 } from "../../components/v2/Table";
19
19
  var _config = {
20
20
  type: 'ETABLE2',
21
21
  formType: null,
@@ -2,7 +2,7 @@ var _excluded = ["dataType", "type"];
2
2
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
3
3
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
4
4
  import React from 'react';
5
- import { TagConditionEnum } from '@/utils/enum';
5
+ import { TagConditionEnum } from "../../utils/enum";
6
6
  import Input from "./Input";
7
7
  import InputNumber from "./InputNumber";
8
8
  var Condition = function Condition(_ref) {
@@ -8,9 +8,9 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
8
8
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
9
9
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
10
10
  import React, { useEffect, useState } from 'react';
11
- import Button from '@/components/Button';
12
- import { ChooseModal } from '@/components/v2/Modal';
13
- import { ETable2 } from '@/components/v2/Table';
11
+ import Button from "../../components/Button";
12
+ import { ChooseModal } from "../../components/v2/Modal";
13
+ import { ETable2 } from "../../components/v2/Table";
14
14
  import { connect } from 'umi';
15
15
  var Index = function Index(props) {
16
16
  var value = props.value,
@@ -4,7 +4,7 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return
4
4
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
5
5
  import React from 'react';
6
6
  import Input from "./Input";
7
- import { ExpressModal } from '@/components/v2/Modal';
7
+ import { ExpressModal } from "../../components/v2/Modal";
8
8
  var TextArea = Input.TextArea;
9
9
  var Express = function Express(_ref) {
10
10
  var style = _ref.style,
@@ -17,7 +17,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
17
17
  */
18
18
  import React, { useRef } from 'react';
19
19
  import Input from "./Input";
20
- import { ChooseModal } from '@/components/v2/Modal';
20
+ import { ChooseModal } from "../../components/v2/Modal";
21
21
  var ListSelect = function ListSelect(_ref) {
22
22
  var style = _ref.style,
23
23
  className = _ref.className,
@@ -17,7 +17,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
17
17
  */
18
18
  import React, { useCallback, useEffect, useState } from 'react';
19
19
  import { Select } from 'antd';
20
- import { default as requestFn } from '@/utils/request';
20
+ import { default as requestFn } from "../../utils/request";
21
21
  import { isFunction } from 'lodash';
22
22
 
23
23
  // export async function pickingList(params: any) {
package/dist/index.d.ts CHANGED
@@ -1,2 +1,4 @@
1
- export { default as test } from "./test";
1
+ export { default as ClassFilter } from "./ClassFilter/index";
2
+ export { default as IndexVertical } from "./ClassFilter/indexVertical";
3
+ export { default as FilterPopover } from "./FilterPopover/index";
2
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC"}
package/dist/index.js CHANGED
@@ -1,4 +1,6 @@
1
1
  // export { default as FilterPopover } from "./FilterPopover";
2
2
  // export { WidgetConfig } from "./WidgetConfig";
3
3
 
4
- export { default as test } from "./test";
4
+ export { default as ClassFilter } from "./ClassFilter/index";
5
+ export { default as IndexVertical } from "./ClassFilter/indexVertical";
6
+ export { default as FilterPopover } from "./FilterPopover/index";
@@ -0,0 +1 @@
1
+ .class-filter-component.tags-wrap{flex:1 1;z-index:2}.class-filter-component.tags-wrap .tags-list{cursor:pointer;display:inline-block;margin-left:8px;padding:2.5px 8px}.class-filter-component.tags-wrap .tags-list.action{background-color:var(--w-e-textarea-selected-border-color);color:var(--antd-wave-shadow-color)}.class-filter-component .filter-component-tree-content .tags-list{font-size:12px;margin-left:0}.class-filter-component .filter-component-tree-content :global .ant-tree-node-content-wrapper{padding:0}.class-filter-component .filter-component-tree-content :global .ant-tree-node-content-wrapper.ant-tree-node-selected{background-color:transparent}.class-filter-component .num-txt{background:red;border-radius:8px;color:#fff;margin-left:2px;padding:0 4px}.class-filter-component .actionMenu{background-color:var(--w-e-textarea-selected-border-color);color:var(--antd-wave-shadow-color)}.dropdownWrap :global .ant-dropdown-menu-submenu-vertical{width:120px}.dropdownWrap :global .ant-dropdown-menu-item,.dropdownWrap :global .ant-dropdown-menu-submenu-title{align-items:center;display:flex;padding:0}.dropdownWrap :global .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,.dropdownWrap :global .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon{padding-left:18px}.dropdownWrap .actionMenu{background-color:var(--w-e-textarea-selected-border-color);color:var(--antd-wave-shadow-color)}.dropdownWrap .num-txt{background:red;border-radius:8px;color:#fff;margin-left:2px;padding:0 4px}.filter-wrapper-body{width:260px}.filter-wrapper-body .sort{border-bottom:1px solid #eee;width:100%}.filter-wrapper-body .sort>span{cursor:pointer;display:inline-block;padding:5px 0;text-align:center;width:33%}.filter-wrapper-body .sort>span:hover{background-color:#eee}.filter-wrapper-body .filter{padding:10px 20px}.filter-wrapper-body .filter .search{margin-bottom:10px}.filter-wrapper-body .filter .search :global .ant-input-sm{padding:.2px 7px}.filter-wrapper-body .filter .filter-group{margin-bottom:10px;max-height:400px;overflow:auto;width:100%}