@commercetools-uikit/data-table-manager 20.0.0 → 20.2.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.
|
@@ -479,7 +479,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
479
479
|
var DataTableManager$1 = DataTableManager;
|
|
480
480
|
|
|
481
481
|
// NOTE: This string will be replaced on build time with the package version.
|
|
482
|
-
var version = "20.
|
|
482
|
+
var version = "20.2.0";
|
|
483
483
|
|
|
484
484
|
exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
|
|
485
485
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
@@ -470,7 +470,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
470
470
|
var DataTableManager$1 = DataTableManager;
|
|
471
471
|
|
|
472
472
|
// NOTE: This string will be replaced on build time with the package version.
|
|
473
|
-
var version = "20.
|
|
473
|
+
var version = "20.2.0";
|
|
474
474
|
|
|
475
475
|
exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
|
|
476
476
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
@@ -452,6 +452,6 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
452
452
|
var DataTableManager$1 = DataTableManager;
|
|
453
453
|
|
|
454
454
|
// NOTE: This string will be replaced on build time with the package version.
|
|
455
|
-
var version = "20.
|
|
455
|
+
var version = "20.2.0";
|
|
456
456
|
|
|
457
457
|
export { UPDATE_ACTIONS, DataTableManager$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/data-table-manager",
|
|
3
3
|
"description": "This component enhances the DataTable component and additionally provides a UI and state management to handle configuration of the table such as column manager.",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.2.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -28,28 +28,28 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/runtime": "^7.20.13",
|
|
30
30
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
31
|
-
"@commercetools-uikit/accessible-button": "20.
|
|
32
|
-
"@commercetools-uikit/accessible-hidden": "20.
|
|
33
|
-
"@commercetools-uikit/async-select-input": "20.
|
|
34
|
-
"@commercetools-uikit/card": "20.
|
|
35
|
-
"@commercetools-uikit/collapsible-motion": "20.
|
|
36
|
-
"@commercetools-uikit/design-system": "20.
|
|
37
|
-
"@commercetools-uikit/dropdown-menu": "20.
|
|
38
|
-
"@commercetools-uikit/field-label": "20.
|
|
39
|
-
"@commercetools-uikit/grid": "20.
|
|
40
|
-
"@commercetools-uikit/hooks": "20.
|
|
41
|
-
"@commercetools-uikit/icon-button": "20.
|
|
42
|
-
"@commercetools-uikit/icons": "20.
|
|
43
|
-
"@commercetools-uikit/primary-button": "20.
|
|
44
|
-
"@commercetools-uikit/radio-input": "20.
|
|
45
|
-
"@commercetools-uikit/secondary-button": "20.
|
|
46
|
-
"@commercetools-uikit/secondary-icon-button": "20.
|
|
47
|
-
"@commercetools-uikit/select-input": "20.
|
|
48
|
-
"@commercetools-uikit/spacings": "20.
|
|
49
|
-
"@commercetools-uikit/tag": "20.
|
|
50
|
-
"@commercetools-uikit/text": "20.
|
|
51
|
-
"@commercetools-uikit/tooltip": "20.
|
|
52
|
-
"@commercetools-uikit/utils": "20.
|
|
31
|
+
"@commercetools-uikit/accessible-button": "20.2.0",
|
|
32
|
+
"@commercetools-uikit/accessible-hidden": "20.2.0",
|
|
33
|
+
"@commercetools-uikit/async-select-input": "20.2.0",
|
|
34
|
+
"@commercetools-uikit/card": "20.2.0",
|
|
35
|
+
"@commercetools-uikit/collapsible-motion": "20.2.0",
|
|
36
|
+
"@commercetools-uikit/design-system": "20.2.0",
|
|
37
|
+
"@commercetools-uikit/dropdown-menu": "20.2.0",
|
|
38
|
+
"@commercetools-uikit/field-label": "20.2.0",
|
|
39
|
+
"@commercetools-uikit/grid": "20.2.0",
|
|
40
|
+
"@commercetools-uikit/hooks": "20.2.0",
|
|
41
|
+
"@commercetools-uikit/icon-button": "20.2.0",
|
|
42
|
+
"@commercetools-uikit/icons": "20.2.0",
|
|
43
|
+
"@commercetools-uikit/primary-button": "20.2.0",
|
|
44
|
+
"@commercetools-uikit/radio-input": "20.2.0",
|
|
45
|
+
"@commercetools-uikit/secondary-button": "20.2.0",
|
|
46
|
+
"@commercetools-uikit/secondary-icon-button": "20.2.0",
|
|
47
|
+
"@commercetools-uikit/select-input": "20.2.0",
|
|
48
|
+
"@commercetools-uikit/spacings": "20.2.0",
|
|
49
|
+
"@commercetools-uikit/tag": "20.2.0",
|
|
50
|
+
"@commercetools-uikit/text": "20.2.0",
|
|
51
|
+
"@commercetools-uikit/tooltip": "20.2.0",
|
|
52
|
+
"@commercetools-uikit/utils": "20.2.0",
|
|
53
53
|
"@emotion/react": "^11.10.5",
|
|
54
54
|
"@emotion/styled": "^11.10.5",
|
|
55
55
|
"@hello-pangea/dnd": "^17.0.0",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"formik": "^2.4.6",
|
|
62
|
-
"react": "19.
|
|
63
|
-
"react-dom": "19.
|
|
62
|
+
"react": "19.1.0",
|
|
63
|
+
"react-dom": "19.1.0",
|
|
64
64
|
"react-intl": "^7.1.4"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|