@commercetools-uikit/data-table-manager 20.3.1 → 20.4.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.
|
@@ -508,7 +508,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
508
508
|
var DataTableManager$1 = DataTableManager;
|
|
509
509
|
|
|
510
510
|
// NOTE: This string will be replaced on build time with the package version.
|
|
511
|
-
var version = "20.
|
|
511
|
+
var version = "20.4.0";
|
|
512
512
|
|
|
513
513
|
exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
|
|
514
514
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
@@ -499,7 +499,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
499
499
|
var DataTableManager$1 = DataTableManager;
|
|
500
500
|
|
|
501
501
|
// NOTE: This string will be replaced on build time with the package version.
|
|
502
|
-
var version = "20.
|
|
502
|
+
var version = "20.4.0";
|
|
503
503
|
|
|
504
504
|
exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
|
|
505
505
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
@@ -482,6 +482,6 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
482
482
|
var DataTableManager$1 = DataTableManager;
|
|
483
483
|
|
|
484
484
|
// NOTE: This string will be replaced on build time with the package version.
|
|
485
|
-
var version = "20.
|
|
485
|
+
var version = "20.4.0";
|
|
486
486
|
|
|
487
487
|
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.4.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.4.0",
|
|
32
|
+
"@commercetools-uikit/accessible-hidden": "20.4.0",
|
|
33
|
+
"@commercetools-uikit/async-select-input": "20.4.0",
|
|
34
|
+
"@commercetools-uikit/card": "20.4.0",
|
|
35
|
+
"@commercetools-uikit/collapsible-motion": "20.4.0",
|
|
36
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
37
|
+
"@commercetools-uikit/dropdown-menu": "20.4.0",
|
|
38
|
+
"@commercetools-uikit/field-label": "20.4.0",
|
|
39
|
+
"@commercetools-uikit/grid": "20.4.0",
|
|
40
|
+
"@commercetools-uikit/hooks": "20.4.0",
|
|
41
|
+
"@commercetools-uikit/icon-button": "20.4.0",
|
|
42
|
+
"@commercetools-uikit/icons": "20.4.0",
|
|
43
|
+
"@commercetools-uikit/primary-button": "20.4.0",
|
|
44
|
+
"@commercetools-uikit/radio-input": "20.4.0",
|
|
45
|
+
"@commercetools-uikit/secondary-button": "20.4.0",
|
|
46
|
+
"@commercetools-uikit/secondary-icon-button": "20.4.0",
|
|
47
|
+
"@commercetools-uikit/select-input": "20.4.0",
|
|
48
|
+
"@commercetools-uikit/spacings": "20.4.0",
|
|
49
|
+
"@commercetools-uikit/tag": "20.4.0",
|
|
50
|
+
"@commercetools-uikit/text": "20.4.0",
|
|
51
|
+
"@commercetools-uikit/tooltip": "20.4.0",
|
|
52
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
53
53
|
"@emotion/react": "^11.10.5",
|
|
54
54
|
"@emotion/styled": "^11.10.5",
|
|
55
55
|
"@hello-pangea/dnd": "^18.0.0",
|