@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.
@@ -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.40.0",
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": "fec-156-react19",
40
- "@commercetools-frontend/application-shell": "fec-156-react19",
41
- "@commercetools-frontend/application-shell-connectors": "fec-156-react19",
42
- "@commercetools-frontend/assets": "fec-156-react19",
43
- "@commercetools-frontend/constants": "fec-156-react19",
44
- "@commercetools-frontend/i18n": "fec-156-react19",
45
- "@commercetools-frontend/l10n": "fec-156-react19",
46
- "@commercetools-frontend/mc-scripts": "fec-156-react19",
47
- "@commercetools-frontend/permissions": "fec-156-react19",
48
- "@commercetools-frontend/sdk": "fec-156-react19",
49
- "@commercetools-frontend/sentry": "fec-156-react19",
50
- "@commercetools-frontend/ui-kit": "fec-155-react-19",
51
- "@commercetools-uikit/design-system": "fec-155-react-19",
52
- "@commercetools-uikit/filters": "fec-155-react-19",
53
- "@commercetools-uikit/radio-input": "fec-155-react-19",
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 || fec-156-react19",
78
- "@commercetools-frontend/application-shell": "22.x || 23.x || 24.x || fec-156-react19",
79
- "@commercetools-frontend/application-shell-connectors": "22.x || 23.x || 24.x || fec-156-react19",
80
- "@commercetools-frontend/assets": "22.x || 23.x || 24.x || fec-156-react19",
81
- "@commercetools-frontend/constants": "22.x || 23.x || 24.x || fec-156-react19",
82
- "@commercetools-frontend/i18n": "22.x || 23.x || 24.x || fec-156-react19",
83
- "@commercetools-frontend/l10n": "22.x || 23.x || 24.x || fec-156-react19",
84
- "@commercetools-frontend/permissions": "22.x || 23.x || 24.x || fec-156-react19",
85
- "@commercetools-frontend/sdk": "22.x || 23.x || 24.x || fec-156-react19",
86
- "@commercetools-frontend/sentry": "22.x || 23.x || 24.x || fec-156-react19",
87
- "@commercetools-frontend/ui-kit": "^19.22.6 || 20.x || fec-155-react-19",
88
- "@commercetools-uikit/design-system": "^19.22.6 || 20.x || fec-155-react-19",
89
- "@commercetools-uikit/filters": "^19.22.6 || 20.x || fec-155-react-19",
90
- "@commercetools-uikit/radio-input": "^19.22.6 || 20.x || fec-155-react-19",
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",