@gooddata/sdk-ui 10.22.0-alpha.21 → 10.22.0-alpha.22

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.
@@ -1061,6 +1061,36 @@
1061
1061
  "comment": "Displayed as placeholder in static period inputs where user enters date",
1062
1062
  "limit": 0
1063
1063
  },
1064
+ "filters.date.accessibility.label.from": {
1065
+ "value": "Select date from",
1066
+ "comment": "",
1067
+ "limit": 0
1068
+ },
1069
+ "filters.date.accessibility.label.to": {
1070
+ "value": "Select date to",
1071
+ "comment": "",
1072
+ "limit": 0
1073
+ },
1074
+ "filters.time.accessibility.label.from": {
1075
+ "value": "Select time from",
1076
+ "comment": "",
1077
+ "limit": 0
1078
+ },
1079
+ "filters.time.accessibility.label.to": {
1080
+ "value": "Select time to",
1081
+ "comment": "",
1082
+ "limit": 0
1083
+ },
1084
+ "filters.relative.accessibility.label.period.from": {
1085
+ "value": "Select period from",
1086
+ "comment": "",
1087
+ "limit": 0
1088
+ },
1089
+ "filters.relative.accessibility.label.period.to": {
1090
+ "value": "Select period to",
1091
+ "comment": "",
1092
+ "limit": 0
1093
+ },
1064
1094
  "filters.floatingRange": {
1065
1095
  "value": "Relative period",
1066
1096
  "comment": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "10.22.0-alpha.21",
3
+ "version": "10.22.0-alpha.22",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,9 +41,9 @@
41
41
  "ts-invariant": "^0.7.5",
42
42
  "tslib": "^2.5.0",
43
43
  "uuid": "^8.3.2",
44
- "@gooddata/sdk-backend-spi": "10.22.0-alpha.21",
45
- "@gooddata/util": "10.22.0-alpha.21",
46
- "@gooddata/sdk-model": "10.22.0-alpha.21"
44
+ "@gooddata/sdk-backend-spi": "10.22.0-alpha.22",
45
+ "@gooddata/sdk-model": "10.22.0-alpha.22",
46
+ "@gooddata/util": "10.22.0-alpha.22"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -94,10 +94,10 @@
94
94
  "typescript": "5.3.3",
95
95
  "vitest": "1.0.4",
96
96
  "vitest-dom": "0.1.1",
97
- "@gooddata/i18n-toolkit": "10.22.0-alpha.21",
98
- "@gooddata/reference-workspace": "10.22.0-alpha.21",
99
- "@gooddata/sdk-backend-base": "10.22.0-alpha.21",
100
- "@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.21"
97
+ "@gooddata/reference-workspace": "10.22.0-alpha.22",
98
+ "@gooddata/i18n-toolkit": "10.22.0-alpha.22",
99
+ "@gooddata/sdk-backend-base": "10.22.0-alpha.22",
100
+ "@gooddata/sdk-backend-mockingbird": "10.22.0-alpha.22"
101
101
  },
102
102
  "scripts": {
103
103
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",