@synerise/ds-column-manager 0.14.11 → 0.14.12

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,14 @@
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.14.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@0.14.11...@synerise/ds-column-manager@0.14.12) (2025-03-10)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-column-manager
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.14.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@0.14.10...@synerise/ds-column-manager@0.14.11) (2025-03-04)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-column-manager
@@ -30,6 +30,7 @@ var DEFAULT_STATE = {
30
30
  groupSettings: undefined
31
31
  };
32
32
  var ColumnManager = /*#__PURE__*/function (_React$Component) {
33
+ _inheritsLoose(ColumnManager, _React$Component);
33
34
  function ColumnManager(props) {
34
35
  var _this;
35
36
  _this = _React$Component.call(this, props) || this;
@@ -160,7 +161,6 @@ var ColumnManager = /*#__PURE__*/function (_React$Component) {
160
161
  });
161
162
  return _this;
162
163
  }
163
- _inheritsLoose(ColumnManager, _React$Component);
164
164
  ColumnManager.getDerivedStateFromProps = function getDerivedStateFromProps(props, state) {
165
165
  if (props.itemFilterConfig && props.itemFilterConfig.selectedItemId !== state.selectedFilterId) {
166
166
  var visible = props.columns.filter(function (column) {
@@ -292,7 +292,7 @@ var ColumnManager = /*#__PURE__*/function (_React$Component) {
292
292
  }
293
293
  }));
294
294
  };
295
- return _createClass(ColumnManager, [{
295
+ _createClass(ColumnManager, [{
296
296
  key: "texts",
297
297
  get: function get() {
298
298
  var _this$props2 = this.props,
@@ -426,5 +426,6 @@ var ColumnManager = /*#__PURE__*/function (_React$Component) {
426
426
  }, texts);
427
427
  }
428
428
  }]);
429
+ return ColumnManager;
429
430
  }(React.Component); // @ts-ignore
430
431
  export default injectIntl(ColumnManager);
@@ -18,6 +18,7 @@ var DEFAULT_STATE = {
18
18
  modalVisible: false
19
19
  };
20
20
  var ColumnManagerActions = /*#__PURE__*/function (_React$Component) {
21
+ _inheritsLoose(ColumnManagerActions, _React$Component);
21
22
  function ColumnManagerActions() {
22
23
  var _this;
23
24
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
@@ -66,7 +67,6 @@ var ColumnManagerActions = /*#__PURE__*/function (_React$Component) {
66
67
  };
67
68
  return _this;
68
69
  }
69
- _inheritsLoose(ColumnManagerActions, _React$Component);
70
70
  var _proto = ColumnManagerActions.prototype;
71
71
  _proto.render = function render() {
72
72
  var _this$props2 = this.props,
@@ -2,23 +2,23 @@ import styled from 'styled-components';
2
2
  import { AntdInputNumber } from '@synerise/ds-input-number/dist/InputNumber.styles';
3
3
  export var RangesForm = styled.div.withConfig({
4
4
  displayName: "RangesFormstyles__RangesForm",
5
- componentId: "j2iktv-0"
5
+ componentId: "sc-j2iktv-0"
6
6
  })(["display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;width:100%;"]);
7
7
  export var InputNumberWrapper = styled.div.withConfig({
8
8
  displayName: "RangesFormstyles__InputNumberWrapper",
9
- componentId: "j2iktv-1"
9
+ componentId: "sc-j2iktv-1"
10
10
  })(["display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;"]);
11
11
  export var IconWrapper = styled.span.withConfig({
12
12
  displayName: "RangesFormstyles__IconWrapper",
13
- componentId: "j2iktv-2"
13
+ componentId: "sc-j2iktv-2"
14
14
  })(["display:flex;align-items:flex-end;justify-content:center;align-self:flex-start;height:32px;padding:4px 0;"]);
15
15
  export var RangeRow = styled.div.withConfig({
16
16
  displayName: "RangesFormstyles__RangeRow",
17
- componentId: "j2iktv-3"
17
+ componentId: "sc-j2iktv-3"
18
18
  })(["width:100%;display:grid;grid-template-columns:1fr 24px;grid-column-gap:8px;margin-bottom:16px;", "{maring-top:", ";}"], IconWrapper, function (props) {
19
19
  return props.first ? '25px' : '0px';
20
20
  });
21
21
  export var RangeRowInputs = styled.div.withConfig({
22
22
  displayName: "RangesFormstyles__RangeRowInputs",
23
- componentId: "j2iktv-4"
23
+ componentId: "sc-j2iktv-4"
24
24
  })(["width:100%;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:24px;", "{width:100%;}"], AntdInputNumber);
@@ -5,5 +5,5 @@ import { SearchBarWrapper } from '@synerise/ds-search-bar/dist/SearchBar.styles'
5
5
  // eslint-disable-next-line import/prefer-default-export
6
6
  export var ColumnManager = styled(Drawer).withConfig({
7
7
  displayName: "ColumnManagerstyles__ColumnManager",
8
- componentId: "qswjxp-0"
8
+ componentId: "sc-qswjxp-0"
9
9
  })(["", "{min-height:52px;height:52px;}"], SearchBarWrapper);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-column-manager",
3
- "version": "0.14.11",
3
+ "version": "0.14.12",
4
4
  "description": "ColumnManager UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -21,7 +21,7 @@
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
22
  "build:watch": "npm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
- "pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
24
+ "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
@@ -31,24 +31,24 @@
31
31
  "sideEffects": false,
32
32
  "types": "dist/index.d.ts",
33
33
  "dependencies": {
34
- "@synerise/ds-alert": "^0.9.9",
35
- "@synerise/ds-button": "^0.23.3",
36
- "@synerise/ds-drawer": "^0.7.2",
37
- "@synerise/ds-dropdown": "^0.19.8",
38
- "@synerise/ds-icon": "^0.72.0",
39
- "@synerise/ds-input": "^0.25.8",
40
- "@synerise/ds-input-number": "^0.11.9",
41
- "@synerise/ds-item-filter": "^0.10.10",
42
- "@synerise/ds-menu": "^0.21.9",
43
- "@synerise/ds-modal": "^0.18.6",
44
- "@synerise/ds-result": "^0.8.7",
45
- "@synerise/ds-scrollbar": "^0.12.6",
46
- "@synerise/ds-search-bar": "^0.8.8",
47
- "@synerise/ds-select": "^0.17.8",
48
- "@synerise/ds-switch": "^0.7.8",
49
- "@synerise/ds-tooltip": "^0.16.2",
50
- "@synerise/ds-typography": "^0.17.6",
51
- "@synerise/ds-utils": "^0.32.2",
34
+ "@synerise/ds-alert": "^0.9.10",
35
+ "@synerise/ds-button": "^0.23.4",
36
+ "@synerise/ds-drawer": "^0.7.3",
37
+ "@synerise/ds-dropdown": "^0.19.9",
38
+ "@synerise/ds-icon": "^0.72.1",
39
+ "@synerise/ds-input": "^0.25.9",
40
+ "@synerise/ds-input-number": "^0.11.10",
41
+ "@synerise/ds-item-filter": "^0.10.11",
42
+ "@synerise/ds-menu": "^0.21.10",
43
+ "@synerise/ds-modal": "^0.18.7",
44
+ "@synerise/ds-result": "^0.8.8",
45
+ "@synerise/ds-scrollbar": "^0.12.7",
46
+ "@synerise/ds-search-bar": "^0.8.9",
47
+ "@synerise/ds-select": "^0.17.9",
48
+ "@synerise/ds-switch": "^0.7.9",
49
+ "@synerise/ds-tooltip": "^0.16.3",
50
+ "@synerise/ds-typography": "^0.17.7",
51
+ "@synerise/ds-utils": "^0.32.3",
52
52
  "react-sortablejs": "^6.0.0",
53
53
  "uuid": "^8.3.2"
54
54
  },
@@ -59,5 +59,5 @@
59
59
  "react-intl": ">=3.12.0 <= 6.8",
60
60
  "styled-components": "^5.3.3"
61
61
  },
62
- "gitHead": "c5a647bd7a24a2c9294e781b2b69223e8543859f"
62
+ "gitHead": "a176b46dab123cd503247ae57022f8e808772d68"
63
63
  }