@gooddata/sdk-ui-dashboard 11.35.0-alpha.6 → 11.35.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.
Files changed (34) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/_staging/dashboard/dashboardFilterContext.js +18 -1
  4. package/esm/_staging/sharedHooks/useFiltersNamings.d.ts +1 -1
  5. package/esm/_staging/sharedHooks/useFiltersNamings.js +32 -5
  6. package/esm/index.d.ts +1 -1
  7. package/esm/index.js +1 -1
  8. package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js +21 -5
  9. package/esm/kdaDialog/internalTypes.d.ts +6 -1
  10. package/esm/kdaDialog/providers/Kda.js +4 -1
  11. package/esm/kdaDialog/providers/KdaState.js +1 -0
  12. package/esm/kdaDialog/types.d.ts +13 -2
  13. package/esm/model/commandHandlers/drill/keyDriverAnalysisHandler.js +8 -3
  14. package/esm/model/store/_infra/generators.d.ts +1 -0
  15. package/esm/model/store/_infra/generators.js +4 -1
  16. package/esm/model/store/filtering/dashboardFilterSelectors.d.ts +1 -1
  17. package/esm/model/store/filtering/dashboardFilterSelectors.js +8 -5
  18. package/esm/model/store/tabs/filterContext/filterContextReducers.js +2 -2
  19. package/esm/model/utils/widgetFilters.d.ts +1 -1
  20. package/esm/model/utils/widgetFilters.js +1 -1
  21. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +8 -2
  22. package/esm/presentation/automationFilters/components/AutomationMeasureValueFilter.d.ts +10 -0
  23. package/esm/presentation/automationFilters/components/AutomationMeasureValueFilter.js +66 -0
  24. package/esm/presentation/automationFilters/components/AutomationMeasureValueFilterContext.d.ts +25 -0
  25. package/esm/presentation/automationFilters/components/AutomationMeasureValueFilterContext.js +28 -0
  26. package/esm/presentation/automationFilters/useAutomationFilters.d.ts +4 -1
  27. package/esm/presentation/automationFilters/useAutomationFilters.js +35 -4
  28. package/esm/presentation/automationFilters/utils.d.ts +2 -1
  29. package/esm/presentation/automationFilters/utils.js +34 -5
  30. package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js +8 -42
  31. package/esm/presentation/filterBar/measureValueFilter/useDashboardMeasureValueFilterData.d.ts +86 -0
  32. package/esm/presentation/filterBar/measureValueFilter/useDashboardMeasureValueFilterData.js +105 -0
  33. package/esm/sdk-ui-dashboard.d.ts +17 -6
  34. package/package.json +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.35.0-alpha.6",
3
+ "version": "11.35.0",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -60,19 +60,19 @@
60
60
  "ts-invariant": "0.10.3",
61
61
  "tslib": "2.8.1",
62
62
  "uuid": "11.1.0",
63
- "@gooddata/sdk-backend-base": "11.35.0-alpha.6",
64
- "@gooddata/sdk-backend-spi": "11.35.0-alpha.6",
65
- "@gooddata/sdk-ui": "11.35.0-alpha.6",
66
- "@gooddata/sdk-ui-charts": "11.35.0-alpha.6",
67
- "@gooddata/sdk-model": "11.35.0-alpha.6",
68
- "@gooddata/sdk-ui-ext": "11.35.0-alpha.6",
69
- "@gooddata/sdk-ui-kit": "11.35.0-alpha.6",
70
- "@gooddata/sdk-ui-filters": "11.35.0-alpha.6",
71
- "@gooddata/sdk-ui-geo": "11.35.0-alpha.6",
72
- "@gooddata/sdk-ui-pivot": "11.35.0-alpha.6",
73
- "@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.6",
74
- "@gooddata/sdk-ui-vis-commons": "11.35.0-alpha.6",
75
- "@gooddata/util": "11.35.0-alpha.6"
63
+ "@gooddata/sdk-backend-base": "11.35.0",
64
+ "@gooddata/sdk-backend-spi": "11.35.0",
65
+ "@gooddata/sdk-model": "11.35.0",
66
+ "@gooddata/sdk-ui-charts": "11.35.0",
67
+ "@gooddata/sdk-ui-ext": "11.35.0",
68
+ "@gooddata/sdk-ui-filters": "11.35.0",
69
+ "@gooddata/sdk-ui-pivot": "11.35.0",
70
+ "@gooddata/sdk-ui": "11.35.0",
71
+ "@gooddata/sdk-ui-theme-provider": "11.35.0",
72
+ "@gooddata/util": "11.35.0",
73
+ "@gooddata/sdk-ui-geo": "11.35.0",
74
+ "@gooddata/sdk-ui-kit": "11.35.0",
75
+ "@gooddata/sdk-ui-vis-commons": "11.35.0"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@microsoft/api-documenter": "^7.17.0",
@@ -118,12 +118,12 @@
118
118
  "typescript": "5.9.3",
119
119
  "vitest": "4.1.0",
120
120
  "vitest-dom": "0.1.1",
121
- "@gooddata/i18n-toolkit": "11.35.0-alpha.6",
122
- "@gooddata/eslint-config": "11.35.0-alpha.6",
123
- "@gooddata/oxlint-config": "11.35.0-alpha.6",
124
- "@gooddata/reference-workspace": "11.35.0-alpha.6",
125
- "@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.6",
126
- "@gooddata/stylelint-config": "11.35.0-alpha.6"
121
+ "@gooddata/eslint-config": "11.35.0",
122
+ "@gooddata/i18n-toolkit": "11.35.0",
123
+ "@gooddata/reference-workspace": "11.35.0",
124
+ "@gooddata/oxlint-config": "11.35.0",
125
+ "@gooddata/sdk-backend-mockingbird": "11.35.0",
126
+ "@gooddata/stylelint-config": "11.35.0"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",