@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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/dashboard/dashboardFilterContext.js +18 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.d.ts +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.js +32 -5
- package/esm/index.d.ts +1 -1
- package/esm/index.js +1 -1
- package/esm/kdaDialog/dialog/hooks/useChangeAnalysis.js +21 -5
- package/esm/kdaDialog/internalTypes.d.ts +6 -1
- package/esm/kdaDialog/providers/Kda.js +4 -1
- package/esm/kdaDialog/providers/KdaState.js +1 -0
- package/esm/kdaDialog/types.d.ts +13 -2
- package/esm/model/commandHandlers/drill/keyDriverAnalysisHandler.js +8 -3
- package/esm/model/store/_infra/generators.d.ts +1 -0
- package/esm/model/store/_infra/generators.js +4 -1
- package/esm/model/store/filtering/dashboardFilterSelectors.d.ts +1 -1
- package/esm/model/store/filtering/dashboardFilterSelectors.js +8 -5
- package/esm/model/store/tabs/filterContext/filterContextReducers.js +2 -2
- package/esm/model/utils/widgetFilters.d.ts +1 -1
- package/esm/model/utils/widgetFilters.js +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +8 -2
- package/esm/presentation/automationFilters/components/AutomationMeasureValueFilter.d.ts +10 -0
- package/esm/presentation/automationFilters/components/AutomationMeasureValueFilter.js +66 -0
- package/esm/presentation/automationFilters/components/AutomationMeasureValueFilterContext.d.ts +25 -0
- package/esm/presentation/automationFilters/components/AutomationMeasureValueFilterContext.js +28 -0
- package/esm/presentation/automationFilters/useAutomationFilters.d.ts +4 -1
- package/esm/presentation/automationFilters/useAutomationFilters.js +35 -4
- package/esm/presentation/automationFilters/utils.d.ts +2 -1
- package/esm/presentation/automationFilters/utils.js +34 -5
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js +8 -42
- package/esm/presentation/filterBar/measureValueFilter/useDashboardMeasureValueFilterData.d.ts +86 -0
- package/esm/presentation/filterBar/measureValueFilter/useDashboardMeasureValueFilterData.js +105 -0
- package/esm/sdk-ui-dashboard.d.ts +17 -6
- 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
|
|
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
|
|
64
|
-
"@gooddata/sdk-backend-spi": "11.35.0
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui-charts": "11.35.0
|
|
67
|
-
"@gooddata/sdk-
|
|
68
|
-
"@gooddata/sdk-ui-
|
|
69
|
-
"@gooddata/sdk-ui-
|
|
70
|
-
"@gooddata/sdk-ui
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/sdk-ui-
|
|
75
|
-
"@gooddata/
|
|
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/
|
|
122
|
-
"@gooddata/
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/sdk-backend-mockingbird": "11.35.0
|
|
126
|
-
"@gooddata/stylelint-config": "11.35.0
|
|
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",
|