@synerise/ds-column-manager 0.10.77 → 0.11.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,17 @@
|
|
|
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
|
+
# [0.11.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@0.10.77...@synerise/ds-column-manager@0.11.0) (2023-08-20)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **modal:** create modal footer, header and refactor modal ([ab3603f](https://github.com/Synerise/synerise-design/commit/ab3603f5d8ac379ad1700b4a9904f340cd50315a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.10.77](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@0.10.76...@synerise/ds-column-manager@0.10.77) (2023-07-26)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @synerise/ds-column-manager
|
|
@@ -10,7 +10,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
10
10
|
|
|
11
11
|
import * as React from 'react';
|
|
12
12
|
import Button from '@synerise/ds-button';
|
|
13
|
-
import Modal from '@synerise/ds-modal
|
|
13
|
+
import Modal from '@synerise/ds-modal';
|
|
14
14
|
import { Input, TextArea } from '@synerise/ds-input';
|
|
15
15
|
import * as S from './ColumnManagerActions.styles';
|
|
16
16
|
var DEFAULT_STATE = {
|
|
@@ -116,7 +116,6 @@ var ColumnManagerActions = /*#__PURE__*/function (_React$Component) {
|
|
|
116
116
|
onClick: onApply
|
|
117
117
|
}, texts.apply))), /*#__PURE__*/React.createElement(Modal, {
|
|
118
118
|
visible: modalVisible,
|
|
119
|
-
closable: true,
|
|
120
119
|
onCancel: this.handleCancel,
|
|
121
120
|
title: texts.saveView,
|
|
122
121
|
footer: /*#__PURE__*/React.createElement(S.ModalFooter, null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(Button, {
|
|
@@ -4,7 +4,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
4
4
|
|
|
5
5
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
6
|
|
|
7
|
-
import Modal from '@synerise/ds-modal
|
|
7
|
+
import Modal from '@synerise/ds-modal';
|
|
8
8
|
import * as React from 'react';
|
|
9
9
|
import Select from '@synerise/ds-select';
|
|
10
10
|
import Icon, { InfoFillS, Add3M } from '@synerise/ds-icon';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-column-manager",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "ColumnManager UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"sideEffects": false,
|
|
30
30
|
"types": "dist/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@synerise/ds-button": "^0.
|
|
33
|
-
"@synerise/ds-drawer": "^0.5.
|
|
34
|
-
"@synerise/ds-dropdown": "^0.17.
|
|
32
|
+
"@synerise/ds-button": "^0.18.0",
|
|
33
|
+
"@synerise/ds-drawer": "^0.5.39",
|
|
34
|
+
"@synerise/ds-dropdown": "^0.17.72",
|
|
35
35
|
"@synerise/ds-icon": "^0.58.0",
|
|
36
|
-
"@synerise/ds-input": "^0.18.
|
|
37
|
-
"@synerise/ds-item-filter": "^0.8.
|
|
38
|
-
"@synerise/ds-result": "^0.6.
|
|
36
|
+
"@synerise/ds-input": "^0.18.46",
|
|
37
|
+
"@synerise/ds-item-filter": "^0.8.78",
|
|
38
|
+
"@synerise/ds-result": "^0.6.28",
|
|
39
39
|
"@synerise/ds-scrollbar": "^0.6.4",
|
|
40
|
-
"@synerise/ds-search-bar": "^0.6.
|
|
41
|
-
"@synerise/ds-tooltip": "^0.14.
|
|
40
|
+
"@synerise/ds-search-bar": "^0.6.36",
|
|
41
|
+
"@synerise/ds-tooltip": "^0.14.1",
|
|
42
42
|
"@synerise/ds-typography": "^0.12.8",
|
|
43
43
|
"@synerise/ds-utils": "^0.19.0",
|
|
44
44
|
"react-final-form": "^6.3.5",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"moment": "^2.24.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "0795eb5071d9160e429731ba8f8807c1ae509085"
|
|
56
56
|
}
|