@synerise/ds-column-manager 1.3.11 → 2.0.0
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.0.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@1.3.11...@synerise/ds-column-manager@2.0.0) (2026-08-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-column-manager
|
|
9
|
+
|
|
6
10
|
## [1.3.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@1.3.10...@synerise/ds-column-manager@1.3.11) (2026-08-20)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @synerise/ds-column-manager
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { default as Menu } from '@synerise/ds-menu';
|
|
2
1
|
export declare const DragHandler: import('styled-components').StyledComponent<import('react').ForwardRefExoticComponent<import('@synerise/ds-icon').BaseIconProps & Omit<import('react').HTMLAttributes<HTMLDivElement>, keyof import('@synerise/ds-icon').BaseIconProps> & import('@synerise/ds-utils').DataAttributes & import('react').RefAttributes<HTMLDivElement>>, any, {}, never>;
|
|
3
2
|
export declare const Icons: import('styled-components').StyledComponent<"div", any, {}, never>;
|
|
4
3
|
export declare const ItemPart: import('styled-components').StyledComponent<"div", any, {
|
|
@@ -8,4 +7,3 @@ export declare const ColumnManagerItem: import('styled-components').StyledCompon
|
|
|
8
7
|
isDragged?: boolean;
|
|
9
8
|
}, never>;
|
|
10
9
|
export declare const ColumnManagerItemName: import('styled-components').StyledComponent<"span", any, {}, never>;
|
|
11
|
-
export declare const FixedMenu: import('styled-components').StyledComponent<typeof Menu, any, {}, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import styled from "styled-components";
|
|
2
2
|
import Icon, { IconContainer } from "@synerise/ds-icon";
|
|
3
|
-
import Menu from "@synerise/ds-menu";
|
|
4
3
|
const DragHandler = /* @__PURE__ */ styled(Icon).withConfig({
|
|
5
4
|
displayName: "ColumnManagerItemstyles__DragHandler",
|
|
6
5
|
componentId: "sc-12ob8aa-0"
|
|
@@ -23,15 +22,10 @@ const ColumnManagerItemName = /* @__PURE__ */ styled.span.withConfig({
|
|
|
23
22
|
displayName: "ColumnManagerItemstyles__ColumnManagerItemName",
|
|
24
23
|
componentId: "sc-12ob8aa-4"
|
|
25
24
|
})(["font-size:13px;line-height:1.38;color:", ";margin-left:8px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex:1;.search-highlight{font-weight:500;color:", ";}"], (props) => props.theme.palette["grey-600"], (props) => props.theme.palette["grey-800"]);
|
|
26
|
-
const FixedMenu = /* @__PURE__ */ styled(Menu).withConfig({
|
|
27
|
-
displayName: "ColumnManagerItemstyles__FixedMenu",
|
|
28
|
-
componentId: "sc-12ob8aa-5"
|
|
29
|
-
})(["padding:8px;.ant-dropdown-menu-item{padding:0 8px !important;}"]);
|
|
30
25
|
export {
|
|
31
26
|
ColumnManagerItem,
|
|
32
27
|
ColumnManagerItemName,
|
|
33
28
|
DragHandler,
|
|
34
|
-
FixedMenu,
|
|
35
29
|
Icons,
|
|
36
30
|
ItemPart
|
|
37
31
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-column-manager",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "ColumnManager UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -39,22 +39,21 @@
|
|
|
39
39
|
"sideEffects": false,
|
|
40
40
|
"types": "dist/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@synerise/ds-button": "^
|
|
43
|
-
"@synerise/ds-drawer": "^
|
|
44
|
-
"@synerise/ds-icon": "^
|
|
45
|
-
"@synerise/ds-
|
|
46
|
-
"@synerise/ds-
|
|
47
|
-
"@synerise/ds-
|
|
48
|
-
"@synerise/ds-
|
|
49
|
-
"@synerise/ds-
|
|
50
|
-
"@synerise/ds-
|
|
51
|
-
"@synerise/ds-
|
|
52
|
-
"@synerise/ds-
|
|
53
|
-
"@synerise/ds-utils": "^1.10.2",
|
|
42
|
+
"@synerise/ds-button": "^2.0.0",
|
|
43
|
+
"@synerise/ds-drawer": "^2.0.0",
|
|
44
|
+
"@synerise/ds-icon": "^2.0.0",
|
|
45
|
+
"@synerise/ds-result": "^2.0.0",
|
|
46
|
+
"@synerise/ds-scrollbar": "^2.0.0",
|
|
47
|
+
"@synerise/ds-search-bar": "^2.0.0",
|
|
48
|
+
"@synerise/ds-sortable": "^2.0.0",
|
|
49
|
+
"@synerise/ds-switch": "^2.0.0",
|
|
50
|
+
"@synerise/ds-tooltip": "^2.0.0",
|
|
51
|
+
"@synerise/ds-typography": "^2.0.0",
|
|
52
|
+
"@synerise/ds-utils": "^2.0.0",
|
|
54
53
|
"react-window": "1.8.11"
|
|
55
54
|
},
|
|
56
55
|
"devDependencies": {
|
|
57
|
-
"@synerise/ds-input": "^
|
|
56
|
+
"@synerise/ds-input": "^2.0.0",
|
|
58
57
|
"vitest": "4"
|
|
59
58
|
},
|
|
60
59
|
"peerDependencies": {
|
|
@@ -63,5 +62,5 @@
|
|
|
63
62
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
64
63
|
"styled-components": "^5.3.3"
|
|
65
64
|
},
|
|
66
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "033854a18f038079e9a16b0ff250f8401a2287c2"
|
|
67
66
|
}
|