@commercetools-frontend-extensions/change-history 8.40.0 → 8.41.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/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +1932 -3375
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +2662 -4085
- package/dist/commercetools-frontend-extensions-change-history.esm.js +1934 -3374
- package/dist/declarations/src/hooks/use-search-query-state/types.d.ts +2 -1
- package/package.json +30 -30
|
@@ -9,6 +9,7 @@ import { TTextFilterValue } from "../../components/search/standard-filters/text-
|
|
|
9
9
|
import { FILTER_OPTION_KEYS, FILTER_TYPES, TColumns } from "../../constants/index.js";
|
|
10
10
|
import { TISODateString } from "../../types/common-types.js";
|
|
11
11
|
import { TApiClientFilterValue, TBusinessUnitFilterValue, TChangesFilterValue, TEntityTypeFilterValue, TModifiedByFilterValue, TSourceFilterValue } from "../../types/filters-types.js";
|
|
12
|
+
export type TEmptyObject = Record<string, never>;
|
|
12
13
|
export type TDateRangeFilterValue = {
|
|
13
14
|
from: TISODateString;
|
|
14
15
|
to: TISODateString;
|
|
@@ -18,7 +19,7 @@ export type TDateFilter = {
|
|
|
18
19
|
hasHours: boolean;
|
|
19
20
|
selectedFilterType: TDateFilterType;
|
|
20
21
|
type: 'range' | 'equalTo' | 'lessThan' | 'moreThan';
|
|
21
|
-
value?: TDateRangeFilterValue;
|
|
22
|
+
value?: TDateRangeFilterValue | TEmptyObject;
|
|
22
23
|
};
|
|
23
24
|
export type TSearchQuerySort = {
|
|
24
25
|
key: TColumns;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/change-history",
|
|
3
3
|
"description": "Change history shared components and utilities",
|
|
4
|
-
"version": "8.
|
|
4
|
+
"version": "8.41.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -36,21 +36,21 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@babel/plugin-transform-runtime": "7.24.7",
|
|
39
|
-
"@commercetools-frontend/application-components": "
|
|
40
|
-
"@commercetools-frontend/application-shell": "
|
|
41
|
-
"@commercetools-frontend/application-shell-connectors": "
|
|
42
|
-
"@commercetools-frontend/assets": "
|
|
43
|
-
"@commercetools-frontend/constants": "
|
|
44
|
-
"@commercetools-frontend/i18n": "
|
|
45
|
-
"@commercetools-frontend/l10n": "
|
|
46
|
-
"@commercetools-frontend/mc-scripts": "
|
|
47
|
-
"@commercetools-frontend/permissions": "
|
|
48
|
-
"@commercetools-frontend/sdk": "
|
|
49
|
-
"@commercetools-frontend/sentry": "
|
|
50
|
-
"@commercetools-frontend/ui-kit": "
|
|
51
|
-
"@commercetools-uikit/design-system": "
|
|
52
|
-
"@commercetools-uikit/filters": "
|
|
53
|
-
"@commercetools-uikit/radio-input": "
|
|
39
|
+
"@commercetools-frontend/application-components": "24.0.0",
|
|
40
|
+
"@commercetools-frontend/application-shell": "24.0.0",
|
|
41
|
+
"@commercetools-frontend/application-shell-connectors": "24.0.0",
|
|
42
|
+
"@commercetools-frontend/assets": "24.0.0",
|
|
43
|
+
"@commercetools-frontend/constants": "24.0.0",
|
|
44
|
+
"@commercetools-frontend/i18n": "24.0.0",
|
|
45
|
+
"@commercetools-frontend/l10n": "24.0.0",
|
|
46
|
+
"@commercetools-frontend/mc-scripts": "24.0.0",
|
|
47
|
+
"@commercetools-frontend/permissions": "24.0.0",
|
|
48
|
+
"@commercetools-frontend/sdk": "24.0.0",
|
|
49
|
+
"@commercetools-frontend/sentry": "24.0.0",
|
|
50
|
+
"@commercetools-frontend/ui-kit": "20.0.0",
|
|
51
|
+
"@commercetools-uikit/design-system": "20.0.0",
|
|
52
|
+
"@commercetools-uikit/filters": "20.0.0",
|
|
53
|
+
"@commercetools-uikit/radio-input": "20.0.0",
|
|
54
54
|
"@faker-js/faker": "8.4.1",
|
|
55
55
|
"@formatjs/cli": "6.4.2",
|
|
56
56
|
"@preconstruct/cli": "2.8.3",
|
|
@@ -74,20 +74,20 @@
|
|
|
74
74
|
"rimraf": "5.0.7"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
|
-
"@commercetools-frontend/application-components": "22.x || 23.x || 24.x
|
|
78
|
-
"@commercetools-frontend/application-shell": "22.x || 23.x || 24.x
|
|
79
|
-
"@commercetools-frontend/application-shell-connectors": "22.x || 23.x || 24.x
|
|
80
|
-
"@commercetools-frontend/assets": "22.x || 23.x || 24.x
|
|
81
|
-
"@commercetools-frontend/constants": "22.x || 23.x || 24.x
|
|
82
|
-
"@commercetools-frontend/i18n": "22.x || 23.x || 24.x
|
|
83
|
-
"@commercetools-frontend/l10n": "22.x || 23.x || 24.x
|
|
84
|
-
"@commercetools-frontend/permissions": "22.x || 23.x || 24.x
|
|
85
|
-
"@commercetools-frontend/sdk": "22.x || 23.x || 24.x
|
|
86
|
-
"@commercetools-frontend/sentry": "22.x || 23.x || 24.x
|
|
87
|
-
"@commercetools-frontend/ui-kit": "^19.22.6 || 20.x
|
|
88
|
-
"@commercetools-uikit/design-system": "^19.22.6 || 20.x
|
|
89
|
-
"@commercetools-uikit/filters": "^19.22.6 || 20.x
|
|
90
|
-
"@commercetools-uikit/radio-input": "^19.22.6 || 20.x
|
|
77
|
+
"@commercetools-frontend/application-components": "22.x || 23.x || 24.x",
|
|
78
|
+
"@commercetools-frontend/application-shell": "22.x || 23.x || 24.x",
|
|
79
|
+
"@commercetools-frontend/application-shell-connectors": "22.x || 23.x || 24.x",
|
|
80
|
+
"@commercetools-frontend/assets": "22.x || 23.x || 24.x",
|
|
81
|
+
"@commercetools-frontend/constants": "22.x || 23.x || 24.x",
|
|
82
|
+
"@commercetools-frontend/i18n": "22.x || 23.x || 24.x",
|
|
83
|
+
"@commercetools-frontend/l10n": "22.x || 23.x || 24.x",
|
|
84
|
+
"@commercetools-frontend/permissions": "22.x || 23.x || 24.x",
|
|
85
|
+
"@commercetools-frontend/sdk": "22.x || 23.x || 24.x",
|
|
86
|
+
"@commercetools-frontend/sentry": "22.x || 23.x || 24.x",
|
|
87
|
+
"@commercetools-frontend/ui-kit": "^19.22.6 || 20.x",
|
|
88
|
+
"@commercetools-uikit/design-system": "^19.22.6 || 20.x",
|
|
89
|
+
"@commercetools-uikit/filters": "^19.22.6 || 20.x",
|
|
90
|
+
"@commercetools-uikit/radio-input": "^19.22.6 || 20.x",
|
|
91
91
|
"msw": "1.3.3",
|
|
92
92
|
"react": "17.x || 18.x || 19.x",
|
|
93
93
|
"react-dom": "17.x || 18.x || 19.x",
|