@synerise/ds-column-manager 1.2.46 → 1.2.47

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +6 -6
  3. package/package.json +17 -17
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
+ ## [1.2.47](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@1.2.46...@synerise/ds-column-manager@1.2.47) (2026-03-20)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-column-manager
9
+
6
10
  ## [1.2.46](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@1.2.45...@synerise/ds-column-manager@1.2.46) (2026-03-09)
7
11
 
8
12
  **Note:** Version bump only for package @synerise/ds-column-manager
package/README.md CHANGED
@@ -33,11 +33,11 @@ import ColumnManager from '@synerise/ds-column-manager'
33
33
  | Property | Description | Type | Default |
34
34
  | --------- | --------------------------------------------------------------------------------------- | ------------------------------------------------ | ------- |
35
35
  | hide | Specify a callback that will be called when a user clicks mask, close or cancel button. | Function | - |
36
- | visible | Whether the ColumnManager is visible or not. | boolean | `false` |
36
+ | visible | Whether the ColumnManager is visible or not. | boolean | - |
37
37
  | draggable | Set to false to disable column reordering | boolean | `true` |
38
38
  | onApply | Specify a callback that will be called when a user clicks on `Apply` button | (columns: <ColumnType extends Column>[]) => void | - |
39
- | columns | Current columns configuration | <ColumnType extends Column>[] | [] |
40
- | texts | Object contains texts for buttons, title, confirms etc. | ColumnManagerTexts | - |
39
+ | columns | Current columns configuration | <ColumnType extends Column>[] | - |
40
+ | texts | Object contains texts for buttons, title, confirms etc. | `Partial<ColumnManagerTexts>` | - |
41
41
 
42
42
  #### Column
43
43
 
@@ -54,11 +54,11 @@ import ColumnManager from '@synerise/ds-column-manager'
54
54
  | Property | Description | Type | Default |
55
55
  | ------------------ | ----------------------------- | --------- | ---------------- |
56
56
  | title | Manage columns title | ReactNode | 'Manage columns' |
57
- | searchPlaceholder | Search input placeholder | string | 'Search' |
57
+ | searchPlaceholder | Search input placeholder | string | 'Search columns' |
58
58
  | searchClearTooltip | Clear label | ReactNode | 'Clear' |
59
59
  | noResults | No search results placeholder | ReactNode | 'No results' |
60
60
  | cancel | Cancel button label | ReactNode | 'Cancel' |
61
61
  | apply | Apply button label | ReactNode | 'Apply' |
62
62
  | clear | Clear label | ReactNode | 'Clear' |
63
- | switchOn | Switch on tooltip | ReactNode | 'Switch on' |
64
- | switchOff | Switch off tooltip | ReactNode | 'Switch off' |
63
+ | switchOn | Switch on tooltip | ReactNode | 'Hide column' |
64
+ | switchOff | Switch off tooltip | ReactNode | 'Show column' |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-column-manager",
3
- "version": "1.2.46",
3
+ "version": "1.2.47",
4
4
  "description": "ColumnManager UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -23,8 +23,8 @@
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
24
  "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
25
25
  "prepublish": "pnpm run build",
26
- "test": "vitest",
27
- "test:watch": "pnpm run test -- --watch",
26
+ "test": "vitest run",
27
+ "test:watch": "vitest",
28
28
  "types": "tsc --noEmit",
29
29
  "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
30
30
  "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
@@ -32,22 +32,22 @@
32
32
  "sideEffects": false,
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-button": "^1.5.16",
36
- "@synerise/ds-drawer": "^1.1.0",
37
- "@synerise/ds-icon": "^1.14.1",
38
- "@synerise/ds-menu": "^1.4.11",
39
- "@synerise/ds-result": "^1.0.47",
40
- "@synerise/ds-scrollbar": "^1.2.15",
41
- "@synerise/ds-search-bar": "^1.4.18",
42
- "@synerise/ds-sortable": "^1.3.12",
43
- "@synerise/ds-switch": "^1.2.18",
44
- "@synerise/ds-tooltip": "^1.4.8",
45
- "@synerise/ds-typography": "^1.1.11",
46
- "@synerise/ds-utils": "^1.6.0",
35
+ "@synerise/ds-button": "^1.5.17",
36
+ "@synerise/ds-drawer": "^1.1.1",
37
+ "@synerise/ds-icon": "^1.15.0",
38
+ "@synerise/ds-menu": "^1.4.12",
39
+ "@synerise/ds-result": "^1.0.48",
40
+ "@synerise/ds-scrollbar": "^1.2.16",
41
+ "@synerise/ds-search-bar": "^1.4.19",
42
+ "@synerise/ds-sortable": "^1.3.13",
43
+ "@synerise/ds-switch": "^1.2.19",
44
+ "@synerise/ds-tooltip": "^1.4.9",
45
+ "@synerise/ds-typography": "^1.1.12",
46
+ "@synerise/ds-utils": "^1.7.0",
47
47
  "react-window": "1.8.11"
48
48
  },
49
49
  "devDependencies": {
50
- "@synerise/ds-input": "^1.6.8",
50
+ "@synerise/ds-input": "^1.6.9",
51
51
  "vitest": "4"
52
52
  },
53
53
  "peerDependencies": {
@@ -57,5 +57,5 @@
57
57
  "react-intl": ">=3.12.0 <= 6.8",
58
58
  "styled-components": "^5.3.3"
59
59
  },
60
- "gitHead": "8dfafc5d7278f09d430f1e7499782d05c76b47c0"
60
+ "gitHead": "8efc031fa688c0b87c7b3915bae93546bb63bcac"
61
61
  }