@gooddata/sdk-ui 8.11.0-alpha.35 → 8.11.0-alpha.38

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.
@@ -356,11 +356,26 @@
356
356
  "comment": "Don't translate placeholder '{limit}'.",
357
357
  "limit": 0
358
358
  },
359
+ "gs.list.limitReached": {
360
+ "value": "You have reached the limit of {limit} selected values",
361
+ "comment": "Don't translate placeholder '{limit}'.",
362
+ "limit": 0
363
+ },
364
+ "gs.list.cannotSelectMoreValues": {
365
+ "value": "You cannot select more than {limit} values.",
366
+ "comment": "Don't translate placeholder '{limit}'.",
367
+ "limit": 0
368
+ },
359
369
  "gs.list.noItemsFound": {
360
370
  "value": "No items found.",
361
371
  "comment": "",
362
372
  "limit": 0
363
373
  },
374
+ "gs.list.noResultsMatch": {
375
+ "value": "No results match",
376
+ "comment": "",
377
+ "limit": 0
378
+ },
364
379
  "gs.list.error": {
365
380
  "value": "Error loading list items",
366
381
  "comment": "",
@@ -356,11 +356,26 @@
356
356
  "comment": "Don't translate placeholder '{limit}'.",
357
357
  "limit": 0
358
358
  },
359
+ "gs.list.limitReached": {
360
+ "value": "You have reached the limit of {limit} selected values",
361
+ "comment": "Don't translate placeholder '{limit}'.",
362
+ "limit": 0
363
+ },
364
+ "gs.list.cannotSelectMoreValues": {
365
+ "value": "You cannot select more than {limit} values.",
366
+ "comment": "Don't translate placeholder '{limit}'.",
367
+ "limit": 0
368
+ },
359
369
  "gs.list.noItemsFound": {
360
370
  "value": "No items found.",
361
371
  "comment": "",
362
372
  "limit": 0
363
373
  },
374
+ "gs.list.noResultsMatch": {
375
+ "value": "No results match",
376
+ "comment": "",
377
+ "limit": 0
378
+ },
364
379
  "gs.list.error": {
365
380
  "value": "Error loading list items",
366
381
  "comment": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "8.11.0-alpha.35",
3
+ "version": "8.11.0-alpha.38",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,9 +37,9 @@
37
37
  "dependencies": {
38
38
  "@formatjs/intl-pluralrules": "~1.3.7",
39
39
  "@gooddata/numberjs": "^4.0.3",
40
- "@gooddata/sdk-backend-spi": "^8.11.0-alpha.35",
41
- "@gooddata/sdk-model": "^8.11.0-alpha.35",
42
- "@gooddata/util": "^8.11.0-alpha.35",
40
+ "@gooddata/sdk-backend-spi": "^8.11.0-alpha.38",
41
+ "@gooddata/sdk-model": "^8.11.0-alpha.38",
42
+ "@gooddata/util": "^8.11.0-alpha.38",
43
43
  "custom-event": "^1.0.1",
44
44
  "hoist-non-react-statics": "^3.3.0",
45
45
  "http-status-codes": "^2.1.4",
@@ -56,11 +56,11 @@
56
56
  "react-dom": "^16.10.0 || ^17.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@gooddata/i18n-toolkit": "^8.11.0-alpha.35",
59
+ "@gooddata/i18n-toolkit": "^8.11.0-alpha.38",
60
60
  "@gooddata/eslint-config": "^2.1.0",
61
- "@gooddata/reference-workspace": "^8.11.0-alpha.35",
62
- "@gooddata/sdk-backend-base": "^8.11.0-alpha.35",
63
- "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.35",
61
+ "@gooddata/reference-workspace": "^8.11.0-alpha.38",
62
+ "@gooddata/sdk-backend-base": "^8.11.0-alpha.38",
63
+ "@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.38",
64
64
  "@gooddata/stylelint-config": "^5.0.0",
65
65
  "@microsoft/api-documenter": "^7.17.0",
66
66
  "@microsoft/api-extractor": "^7.20.0",
@@ -75,6 +75,7 @@
75
75
  "@types/raf": "^3.4.0",
76
76
  "@types/react-dom": "^17.0.11",
77
77
  "@types/react": "^17.0.34",
78
+ "@types/testing-library__jest-dom": "^5.14.5",
78
79
  "@types/uuid": "^8.3.4",
79
80
  "@typescript-eslint/eslint-plugin": "^5.5.0",
80
81
  "@typescript-eslint/parser": "^5.5.0",
@@ -104,8 +105,7 @@
104
105
  "stylelint-config-prettier": "^8.0.2",
105
106
  "ts-jest": "^27.0.5",
106
107
  "tsd": "^0.21.0",
107
- "typescript": "4.0.2",
108
- "@types/testing-library__jest-dom": "^5.14.5"
108
+ "typescript": "4.0.2"
109
109
  },
110
110
  "scripts": {
111
111
  "clean": "rm -rf ci dist esm coverage *.log && jest --clearCache",