dcp-design-react 1.7.54 → 1.7.55

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.
@@ -41,3 +41,4 @@ export declare const deepGetRowkey: (arr: any[], value: IRowKey) => IRowKey[] |
41
41
  export declare const deepFindRecord: (arr: IRecord[], fn: (node: IRecord) => boolean) => Nullable<IRecord>;
42
42
  export declare const deepTreeFilter: (tree: any[], fn: (node: unknown) => boolean) => any[];
43
43
  export declare const flatToTree: (list: any[], id: string, pid: string) => any[];
44
+ export declare const sortableFormatter: <T>(items: T[]) => T[];
@@ -24,10 +24,26 @@
24
24
 
25
25
  .column-filter__popper {
26
26
  padding: 0 !important;
27
+ min-width: 150px;
28
+ max-width: 200px;
29
+ }
30
+
31
+ .column-item__popper {
32
+ padding-right: @v-module-distance !important;
33
+ min-width: 150px;
34
+ max-width: 200px;
35
+ .ant-popover-arrow {
36
+ display: none;
37
+ }
38
+ .ant-popover-inner-content {
39
+ padding: 0;
40
+ }
41
+ }
42
+
43
+ .column-filter__popper,
44
+ .column-item__popper {
27
45
  .column-filter--wrap {
28
46
  padding: 5px @v-module-distance;
29
- min-width: 150px;
30
- max-width: 200px;
31
47
  overflow-y: auto;
32
48
  .box-sizing-content();
33
49
  li.item {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-design-react",
3
- "version": "1.7.54",
3
+ "version": "1.7.55",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",