@gooddata/sdk-ui-dashboard 11.36.0-alpha.1 → 11.36.0-alpha.3
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/NOTICE +3 -3
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/_staging/drills/drillingUtils.d.ts +9 -0
- package/esm/_staging/drills/drillingUtils.js +19 -1
- package/esm/index.d.ts +2 -2
- package/esm/index.js +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +9 -2
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadMeasureParameterDependencies.d.ts +12 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/loadMeasureParameterDependencies.js +98 -0
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/resolveDashboardConfig.js +1 -0
- package/esm/model/commandHandlers/drill/common/mergeFilters.d.ts +3 -3
- package/esm/model/commandHandlers/drill/common/mergeFilters.js +26 -1
- package/esm/model/commandHandlers/drill/common/sourceDrillFilters.d.ts +2 -1
- package/esm/model/commandHandlers/drill/common/sourceDrillFilters.js +25 -5
- package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +17 -16
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +7 -4
- package/esm/model/commandHandlers/filterContext/measureValueFilter/removeMeasureValueFilterHandler.js +7 -0
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +7 -1
- package/esm/model/react/useWidgetFilters.js +4 -1
- package/esm/model/store/catalog/catalogReducers.d.ts +5 -1
- package/esm/model/store/catalog/catalogReducers.js +4 -0
- package/esm/model/store/catalog/catalogSelectors.d.ts +15 -2
- package/esm/model/store/catalog/catalogSelectors.js +13 -0
- package/esm/model/store/catalog/catalogState.d.ts +20 -1
- package/esm/model/store/catalog/catalogState.js +1 -0
- package/esm/model/store/catalog/index.d.ts +1 -0
- package/esm/model/store/tabs/index.d.ts +6 -0
- package/esm/model/store/tabs/layout/layoutReducers.d.ts +4 -0
- package/esm/model/store/tabs/layout/layoutReducers.js +25 -0
- package/esm/model/store/tabs/parameters/parametersSelectors.d.ts +19 -6
- package/esm/model/store/tabs/parameters/parametersSelectors.js +69 -16
- package/esm/presentation/filterBar/parameterFilter/DashboardParameterFilter.js +3 -2
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +8 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +8 -0
- package/esm/presentation/widget/common/configuration/FilterConfiguration.js +4 -2
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.d.ts +6 -2
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.js +95 -22
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useExcludedDrillDefinitionFilters.js +2 -2
- package/esm/presentation/widget/insight/configuration/DrillFilters/TargetDashboardFiltersContext.d.ts +2 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/TargetDashboardFiltersContext.js +3 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.d.ts +4 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.js +15 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/messages.d.ts +6 -0
- package/esm/presentation/widget/insight/configuration/DrillFilters/messages.js +6 -0
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.d.ts +6 -2
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.js +18 -3
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceInsightFilterToOption.d.ts +4 -2
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceInsightFilterToOption.js +10 -6
- package/esm/presentation/widget/insight/configuration/DrillFilters/types.d.ts +2 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.js +78 -6
- package/esm/presentation/widget/insight/configuration/DrillFilters/useFetchTargetDashboardFilters.d.ts +2 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useFetchTargetDashboardFilters.js +4 -1
- package/esm/sdk-ui-dashboard.d.ts +53 -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.36.0-alpha.
|
|
3
|
+
"version": "11.36.0-alpha.3",
|
|
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.36.0-alpha.
|
|
64
|
-
"@gooddata/sdk-backend-spi": "11.36.0-alpha.
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-
|
|
67
|
-
"@gooddata/sdk-ui-charts": "11.36.0-alpha.
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.36.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.36.0-alpha.
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/
|
|
75
|
-
"@gooddata/
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.36.0-alpha.3",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.36.0-alpha.3",
|
|
65
|
+
"@gooddata/sdk-model": "11.36.0-alpha.3",
|
|
66
|
+
"@gooddata/sdk-ui": "11.36.0-alpha.3",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.36.0-alpha.3",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.36.0-alpha.3",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.36.0-alpha.3",
|
|
70
|
+
"@gooddata/sdk-ui-kit": "11.36.0-alpha.3",
|
|
71
|
+
"@gooddata/sdk-ui-theme-provider": "11.36.0-alpha.3",
|
|
72
|
+
"@gooddata/sdk-ui-geo": "11.36.0-alpha.3",
|
|
73
|
+
"@gooddata/sdk-ui-vis-commons": "11.36.0-alpha.3",
|
|
74
|
+
"@gooddata/util": "11.36.0-alpha.3",
|
|
75
|
+
"@gooddata/sdk-ui-pivot": "11.36.0-alpha.3"
|
|
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.36.0-alpha.
|
|
126
|
-
"@gooddata/stylelint-config": "11.36.0-alpha.
|
|
121
|
+
"@gooddata/i18n-toolkit": "11.36.0-alpha.3",
|
|
122
|
+
"@gooddata/oxlint-config": "11.36.0-alpha.3",
|
|
123
|
+
"@gooddata/reference-workspace": "11.36.0-alpha.3",
|
|
124
|
+
"@gooddata/eslint-config": "11.36.0-alpha.3",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.36.0-alpha.3",
|
|
126
|
+
"@gooddata/stylelint-config": "11.36.0-alpha.3"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|