@gooddata/sdk-ui-dashboard 10.23.0-alpha.21 → 10.23.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.
Files changed (40) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +6 -2
  4. package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
  5. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +9 -2
  6. package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
  7. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.d.ts.map +1 -1
  8. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +1 -1
  9. package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
  10. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
  11. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +6 -2
  12. package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
  13. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.d.ts.map +1 -1
  14. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +3 -1
  15. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
  16. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
  17. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +5 -2
  18. package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
  19. package/esm/model/commands/filters.d.ts +43 -1
  20. package/esm/model/commands/filters.d.ts.map +1 -1
  21. package/esm/model/commands/filters.js +48 -1
  22. package/esm/model/commands/filters.js.map +1 -1
  23. package/esm/model/commands/index.d.ts +1 -1
  24. package/esm/model/commands/index.d.ts.map +1 -1
  25. package/esm/model/commands/index.js +1 -1
  26. package/esm/model/commands/index.js.map +1 -1
  27. package/esm/model/store/filterContext/filterContextReducers.d.ts +4 -5
  28. package/esm/model/store/filterContext/filterContextReducers.d.ts.map +1 -1
  29. package/esm/model/store/filterContext/filterContextReducers.js +24 -6
  30. package/esm/model/store/filterContext/filterContextReducers.js.map +1 -1
  31. package/esm/model/store/filterContext/filterContextState.d.ts +1 -1
  32. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +2 -2
  33. package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
  34. package/esm/presentation/filterBar/attributeFilter/types.d.ts +5 -2
  35. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  36. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
  37. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +12 -6
  38. package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
  39. package/esm/sdk-ui-dashboard.d.ts +50 -4
  40. 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.23.0-alpha.21",
3
+ "version": "10.23.0-alpha.22",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,17 +57,17 @@
57
57
  "ts-invariant": "^0.7.5",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2",
60
- "@gooddata/sdk-backend-base": "10.23.0-alpha.21",
61
- "@gooddata/sdk-backend-spi": "10.23.0-alpha.21",
62
- "@gooddata/sdk-ui": "10.23.0-alpha.21",
63
- "@gooddata/sdk-ui-ext": "10.23.0-alpha.21",
64
- "@gooddata/sdk-model": "10.23.0-alpha.21",
65
- "@gooddata/sdk-ui-filters": "10.23.0-alpha.21",
66
- "@gooddata/sdk-ui-kit": "10.23.0-alpha.21",
67
- "@gooddata/sdk-ui-geo": "10.23.0-alpha.21",
68
- "@gooddata/sdk-ui-theme-provider": "10.23.0-alpha.21",
69
- "@gooddata/sdk-ui-vis-commons": "10.23.0-alpha.21",
70
- "@gooddata/util": "10.23.0-alpha.21"
60
+ "@gooddata/sdk-backend-base": "10.23.0-alpha.22",
61
+ "@gooddata/sdk-backend-spi": "10.23.0-alpha.22",
62
+ "@gooddata/sdk-model": "10.23.0-alpha.22",
63
+ "@gooddata/sdk-ui": "10.23.0-alpha.22",
64
+ "@gooddata/sdk-ui-ext": "10.23.0-alpha.22",
65
+ "@gooddata/sdk-ui-filters": "10.23.0-alpha.22",
66
+ "@gooddata/sdk-ui-geo": "10.23.0-alpha.22",
67
+ "@gooddata/sdk-ui-kit": "10.23.0-alpha.22",
68
+ "@gooddata/sdk-ui-theme-provider": "10.23.0-alpha.22",
69
+ "@gooddata/util": "10.23.0-alpha.22",
70
+ "@gooddata/sdk-ui-vis-commons": "10.23.0-alpha.22"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -120,9 +120,9 @@
120
120
  "typescript": "5.3.3",
121
121
  "vitest": "1.0.4",
122
122
  "vitest-dom": "0.1.1",
123
- "@gooddata/i18n-toolkit": "10.23.0-alpha.21",
124
- "@gooddata/reference-workspace": "10.23.0-alpha.21",
125
- "@gooddata/sdk-backend-mockingbird": "10.23.0-alpha.21"
123
+ "@gooddata/reference-workspace": "10.23.0-alpha.22",
124
+ "@gooddata/sdk-backend-mockingbird": "10.23.0-alpha.22",
125
+ "@gooddata/i18n-toolkit": "10.23.0-alpha.22"
126
126
  },
127
127
  "scripts": {
128
128
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",