@synerise/ds-column-manager 0.11.71 → 0.12.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 +19 -0
- package/dist/ColumnManager.d.ts +7 -3
- package/dist/ColumnManager.js +1 -1
- package/dist/ColumnManager.types.d.ts +1 -1
- package/dist/ColumnManagerActions/ColumnManagerActions.d.ts +1 -1
- package/dist/ColumnManagerActions/ColumnManagerActions.js +1 -1
- package/dist/ColumnManagerActions/ColumnManagerActions.types.d.ts +1 -1
- package/dist/ColumnManagerGroupSettings/ColumnManagerGroupSettings.d.ts +1 -1
- package/dist/ColumnManagerGroupSettings/ColumnManagerGroupSettings.js +1 -1
- package/dist/ColumnManagerGroupSettings/ColumnManagerGroupSettings.types.d.ts +1 -1
- package/dist/ColumnManagerGroupSettings/RangesForm/RangeRow.d.ts +1 -1
- package/dist/ColumnManagerGroupSettings/RangesForm/RangeRow.js +1 -1
- package/dist/ColumnManagerGroupSettings/RangesForm/RangesForm.d.ts +1 -1
- package/dist/ColumnManagerGroupSettings/RangesForm/RangesForm.js +1 -1
- package/dist/ColumnManagerItem/ColumManagerItem.types.d.ts +1 -1
- package/dist/ColumnManagerItem/ColumnManagerItem.d.ts +1 -1
- package/dist/ColumnManagerItem/ColumnManagerItem.js +1 -1
- package/dist/ColumnManagerList/ColumnManagerList.d.ts +1 -1
- package/dist/ColumnManagerList/ColumnManagerList.js +1 -1
- package/dist/ColumnManagerList/ColumnManagerList.types.d.ts +1 -1
- package/dist/ColumnManagerSearchResults/ColumManagerResults.types.d.ts +1 -1
- package/dist/ColumnManagerSearchResults/ColumnManagerSearchResults.d.ts +1 -1
- package/dist/ColumnManagerSearchResults/ColumnManagerSearchResults.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.12.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@0.11.72...@synerise/ds-column-manager@0.12.0) (2024-09-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **storybook7:** table stories ([e90a78b](https://github.com/Synerise/synerise-design/commit/e90a78bc5673f1869e0cd9ffd98c9f1f82bf148e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.11.72](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@0.11.71...@synerise/ds-column-manager@0.11.72) (2024-09-13)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @synerise/ds-column-manager
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [0.11.71](https://github.com/Synerise/synerise-design/compare/@synerise/ds-column-manager@0.11.70...@synerise/ds-column-manager@0.11.71) (2024-09-11)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @synerise/ds-column-manager
|
package/dist/ColumnManager.d.ts
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { WrappedComponentProps } from 'react-intl';
|
|
3
|
+
import { ColumnManagerProps } from './ColumnManager.types';
|
|
4
|
+
declare const _default: React.ForwardRefExoticComponent<import("react-intl").Omit<ColumnManagerProps & WrappedComponentProps<"intl">, "intl"> & {
|
|
5
|
+
forwardedRef?: React.Ref<any> | undefined;
|
|
6
|
+
} & React.RefAttributes<any>> & {
|
|
7
|
+
WrappedComponent: React.ComponentType<ColumnManagerProps & WrappedComponentProps<"intl">>;
|
|
4
8
|
};
|
|
5
9
|
export default _default;
|
package/dist/ColumnManager.js
CHANGED
|
@@ -12,7 +12,7 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.crea
|
|
|
12
12
|
|
|
13
13
|
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; }
|
|
14
14
|
|
|
15
|
-
import
|
|
15
|
+
import React from 'react';
|
|
16
16
|
import { injectIntl } from 'react-intl';
|
|
17
17
|
import Typography from 'antd/lib/typography';
|
|
18
18
|
import Drawer from '@synerise/ds-drawer';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ItemFilterProps } from '@synerise/ds-item-filter/dist/ItemFilter.types';
|
|
2
|
-
import
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { IntlFormatters } from 'react-intl';
|
|
4
4
|
import { Column } from './ColumnManagerItem/ColumManagerItem.types';
|
|
5
5
|
import { Range, GroupSettingsTexts } from './ColumnManagerGroupSettings/ColumnManagerGroupSettings.types';
|
|
@@ -6,7 +6,7 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.crea
|
|
|
6
6
|
|
|
7
7
|
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; }
|
|
8
8
|
|
|
9
|
-
import
|
|
9
|
+
import React from 'react';
|
|
10
10
|
import Button from '@synerise/ds-button';
|
|
11
11
|
import Modal from '@synerise/ds-modal';
|
|
12
12
|
import { Input, TextArea } from '@synerise/ds-input';
|
|
@@ -5,7 +5,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
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
7
|
import Modal from '@synerise/ds-modal';
|
|
8
|
-
import
|
|
8
|
+
import React from 'react';
|
|
9
9
|
import Select from '@synerise/ds-select';
|
|
10
10
|
import Icon, { InfoFillS, Add3M } from '@synerise/ds-icon';
|
|
11
11
|
import Tooltip from '@synerise/ds-tooltip';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { GroupSettings } from '../ColumnManager.types';
|
|
3
3
|
import { Column } from '../ColumnManagerItem/ColumManagerItem.types';
|
|
4
4
|
export type GroupSettingsTexts = 'groupByValue' | 'groupByRanges' | 'groupByIntervals' | 'groupDisabled' | 'groupTitle' | 'selectPlaceholder' | 'intervalPlaceholder' | 'groupingType' | 'groupingTypeTooltip' | 'from' | 'to' | 'remove' | 'addRange' | 'errorEmptyRange' | 'errorEmptyFromField' | 'errorEmptyToField' | 'errorChooseGrouping' | 'errorInterval' | 'errorRange';
|
|
@@ -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
|
|
7
|
+
import React from 'react';
|
|
8
8
|
import Icon, { CloseS } from '@synerise/ds-icon';
|
|
9
9
|
import { theme } from '@synerise/ds-core';
|
|
10
10
|
import Tooltip from '@synerise/ds-tooltip';
|
|
@@ -2,7 +2,7 @@ var _excluded = ["item", "theme", "setFixed", "switchAction", "draggable", "sear
|
|
|
2
2
|
|
|
3
3
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import React from 'react';
|
|
6
6
|
import Icon, { CheckS, DividerM, DragHandleM, Grid4M, Grid5M, OptionHorizontalM, PinM, VarTypeBooleanM, VarTypeDateM, VarTypeListM, VarTypeNumberM, VarTypeStringM } from '@synerise/ds-icon';
|
|
7
7
|
import Switch from '@synerise/ds-switch/dist/Switch';
|
|
8
8
|
import { withTheme } from 'styled-components';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import { ReactSortable } from 'react-sortablejs';
|
|
5
5
|
import * as S from './ColumnManager.style';
|
|
6
6
|
import ColumnManagerItem from '../ColumnManagerItem/ColumnManagerItem';
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { default } from './ColumnManager';
|
|
1
|
+
export { default } from './ColumnManager';
|
|
2
|
+
export { GROUP_BY } from './ColumnManagerGroupSettings/ColumnManagerGroupSettings.types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-column-manager",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"description": "ColumnManager UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -30,24 +30,24 @@
|
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"types": "dist/index.d.ts",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@synerise/ds-alert": "^0.8.
|
|
34
|
-
"@synerise/ds-button": "^0.21.
|
|
35
|
-
"@synerise/ds-drawer": "^0.6.
|
|
36
|
-
"@synerise/ds-dropdown": "^0.18.
|
|
37
|
-
"@synerise/ds-icon": "^0.65.
|
|
38
|
-
"@synerise/ds-input": "^0.24.
|
|
39
|
-
"@synerise/ds-input-number": "^0.10.
|
|
40
|
-
"@synerise/ds-item-filter": "^0.8.
|
|
41
|
-
"@synerise/ds-menu": "^0.19.
|
|
42
|
-
"@synerise/ds-modal": "^0.17.
|
|
43
|
-
"@synerise/ds-result": "^0.7.
|
|
44
|
-
"@synerise/ds-scrollbar": "^0.11.
|
|
45
|
-
"@synerise/ds-search-bar": "^0.6.
|
|
46
|
-
"@synerise/ds-select": "^0.16.
|
|
47
|
-
"@synerise/ds-switch": "^0.6.
|
|
48
|
-
"@synerise/ds-tooltip": "^0.14.
|
|
49
|
-
"@synerise/ds-typography": "^0.15.
|
|
50
|
-
"@synerise/ds-utils": "^0.29.
|
|
33
|
+
"@synerise/ds-alert": "^0.8.29",
|
|
34
|
+
"@synerise/ds-button": "^0.21.11",
|
|
35
|
+
"@synerise/ds-drawer": "^0.6.24",
|
|
36
|
+
"@synerise/ds-dropdown": "^0.18.15",
|
|
37
|
+
"@synerise/ds-icon": "^0.65.6",
|
|
38
|
+
"@synerise/ds-input": "^0.24.5",
|
|
39
|
+
"@synerise/ds-input-number": "^0.10.6",
|
|
40
|
+
"@synerise/ds-item-filter": "^0.8.148",
|
|
41
|
+
"@synerise/ds-menu": "^0.19.15",
|
|
42
|
+
"@synerise/ds-modal": "^0.17.42",
|
|
43
|
+
"@synerise/ds-result": "^0.7.5",
|
|
44
|
+
"@synerise/ds-scrollbar": "^0.11.11",
|
|
45
|
+
"@synerise/ds-search-bar": "^0.6.90",
|
|
46
|
+
"@synerise/ds-select": "^0.16.17",
|
|
47
|
+
"@synerise/ds-switch": "^0.6.15",
|
|
48
|
+
"@synerise/ds-tooltip": "^0.14.41",
|
|
49
|
+
"@synerise/ds-typography": "^0.15.2",
|
|
50
|
+
"@synerise/ds-utils": "^0.29.3",
|
|
51
51
|
"react-intl": "3.12.0",
|
|
52
52
|
"react-sortablejs": "^6.0.0",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"react": ">=16.9.0 <= 17.0.2",
|
|
59
59
|
"styled-components": "5.0.1"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
|
|
62
62
|
}
|