@gooddata/sdk-ui-dashboard 10.35.0-alpha.47 → 10.35.0-alpha.48

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.
Files changed (42) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
  4. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +2 -1
  5. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
  6. package/esm/model/commands/filters.d.ts +8 -2
  7. package/esm/model/commands/filters.d.ts.map +1 -1
  8. package/esm/model/commands/filters.js +4 -2
  9. package/esm/model/commands/filters.js.map +1 -1
  10. package/esm/model/store/filterContext/filterContextReducers.d.ts +1 -0
  11. package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
  12. package/esm/model/store/filterContext/filterContextReducers.js +12 -1
  13. package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
  14. package/esm/model/store/filterContext/filterContextSelectors.d.ts +19 -0
  15. package/esm/model/store/filterContext/filterContextSelectors.d.ts.map +1 -1
  16. package/esm/model/store/filterContext/filterContextSelectors.js +36 -0
  17. package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
  18. package/esm/model/store/filterContext/filterContextState.d.ts +6 -0
  19. package/esm/model/store/filterContext/filterContextState.d.ts.map +1 -1
  20. package/esm/model/store/filterContext/filterContextState.js +1 -0
  21. package/esm/model/store/filterContext/filterContextState.js.map +1 -1
  22. package/esm/model/store/index.d.ts +1 -1
  23. package/esm/model/store/index.d.ts.map +1 -1
  24. package/esm/model/store/index.js +1 -1
  25. package/esm/model/store/index.js.map +1 -1
  26. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +33 -9
  27. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  28. package/esm/presentation/filterBar/attributeFilter/types.d.ts +2 -1
  29. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  30. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  31. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +2 -2
  32. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  33. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
  34. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +13 -4
  35. package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
  36. package/esm/presentation/localization/bundles/en-US.json +4 -0
  37. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +1 -0
  38. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  39. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +1 -0
  40. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  41. package/esm/sdk-ui-dashboard.d.ts +37 -3
  42. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "10.35.0-alpha.47",
3
+ "version": "10.35.0-alpha.48",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,17 +60,17 @@
60
60
  "@codemirror/language": "~6.11.0",
61
61
  "@lezer/highlight": "~1.2.1",
62
62
  "@react-aria/interactions": "^3",
63
- "@gooddata/sdk-backend-base": "10.35.0-alpha.47",
64
- "@gooddata/sdk-backend-spi": "10.35.0-alpha.47",
65
- "@gooddata/sdk-ui": "10.35.0-alpha.47",
66
- "@gooddata/sdk-model": "10.35.0-alpha.47",
67
- "@gooddata/sdk-ui-ext": "10.35.0-alpha.47",
68
- "@gooddata/sdk-ui-filters": "10.35.0-alpha.47",
69
- "@gooddata/sdk-ui-geo": "10.35.0-alpha.47",
70
- "@gooddata/sdk-ui-theme-provider": "10.35.0-alpha.47",
71
- "@gooddata/sdk-ui-vis-commons": "10.35.0-alpha.47",
72
- "@gooddata/util": "10.35.0-alpha.47",
73
- "@gooddata/sdk-ui-kit": "10.35.0-alpha.47"
63
+ "@gooddata/sdk-backend-base": "10.35.0-alpha.48",
64
+ "@gooddata/sdk-backend-spi": "10.35.0-alpha.48",
65
+ "@gooddata/sdk-model": "10.35.0-alpha.48",
66
+ "@gooddata/sdk-ui": "10.35.0-alpha.48",
67
+ "@gooddata/sdk-ui-ext": "10.35.0-alpha.48",
68
+ "@gooddata/sdk-ui-filters": "10.35.0-alpha.48",
69
+ "@gooddata/sdk-ui-kit": "10.35.0-alpha.48",
70
+ "@gooddata/sdk-ui-geo": "10.35.0-alpha.48",
71
+ "@gooddata/sdk-ui-theme-provider": "10.35.0-alpha.48",
72
+ "@gooddata/util": "10.35.0-alpha.48",
73
+ "@gooddata/sdk-ui-vis-commons": "10.35.0-alpha.48"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -122,9 +122,9 @@
122
122
  "typescript": "5.8.3",
123
123
  "vitest": "3.2.4",
124
124
  "vitest-dom": "0.1.1",
125
- "@gooddata/i18n-toolkit": "10.35.0-alpha.47",
126
- "@gooddata/sdk-backend-mockingbird": "10.35.0-alpha.47",
127
- "@gooddata/reference-workspace": "10.35.0-alpha.47"
125
+ "@gooddata/i18n-toolkit": "10.35.0-alpha.48",
126
+ "@gooddata/reference-workspace": "10.35.0-alpha.48",
127
+ "@gooddata/sdk-backend-mockingbird": "10.35.0-alpha.48"
128
128
  },
129
129
  "scripts": {
130
130
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",