@gooddata/sdk-ui-dashboard 10.35.0-alpha.12 → 10.35.0-alpha.14
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/model/commandHandlers/drill/crossFilteringHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js +4 -3
- package/esm/model/commandHandlers/drill/crossFilteringHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js +3 -3
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeDisplayFormHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js +5 -5
- package/esm/model/commandHandlers/filterContext/attributeFilter/changeAttributeFilterSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js +3 -3
- package/esm/model/commandHandlers/filterContext/dateFilter/changeDateFilterSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js +5 -8
- package/esm/model/commandHandlers/filterContext/filterViewHandler.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +5 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +7 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/index.d.ts +1 -1
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +1 -1
- package/esm/model/store/index.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js +3 -3
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DraggableAttributeFilter.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js +3 -3
- package/esm/presentation/dragAndDrop/draggableDateFilter/DraggableDateFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.js +3 -5
- package/esm/presentation/filterBar/attributeFilter/CustomDropdownActions.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +6 -8
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js +4 -7
- package/esm/presentation/filterBar/attributeFilter/useDependentDateFilters.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +3 -4
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js +4 -5
- package/esm/presentation/filterBar/dateFilter/DefaultDashboardDateFilter.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js +14 -16
- package/esm/presentation/filterBar/filterBar/DefaultFilterBar.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +7 -12
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViews.js +3 -3
- package/esm/presentation/filterBar/filterBar/filterViews/FilterViews.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js +7 -6
- package/esm/presentation/filterBar/filterBar/hooks/useResetFiltersButton.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +674 -1359
- package/esm/sdk-ui-dashboard.d.ts +6 -0
- package/package.json +15 -15
@@ -20736,6 +20736,12 @@ export declare const selectIsAlternativeDisplayFormSelectionEnabled: DashboardSe
|
|
20736
20736
|
*/
|
20737
20737
|
export declare const selectIsAnalyticalDesignerEnabled: DashboardSelector<boolean>;
|
20738
20738
|
|
20739
|
+
/**
|
20740
|
+
* Feature flag is enabled and setting set to ALL_AT_ONCE
|
20741
|
+
* @internal
|
20742
|
+
*/
|
20743
|
+
export declare const selectIsApplyFiltersAllAtOnceEnabledAndSet: DashboardSelector<boolean>;
|
20744
|
+
|
20739
20745
|
/**
|
20740
20746
|
* This selector returns information whether attribute filter from filter context has some dependencies.
|
20741
20747
|
*
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
3
|
-
"version": "10.35.0-alpha.
|
3
|
+
"version": "10.35.0-alpha.14",
|
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.
|
64
|
-
"@gooddata/sdk-backend-spi": "10.35.0-alpha.
|
65
|
-
"@gooddata/sdk-
|
66
|
-
"@gooddata/sdk-
|
67
|
-
"@gooddata/sdk-ui-ext": "10.35.0-alpha.
|
68
|
-
"@gooddata/sdk-ui-filters": "10.35.0-alpha.
|
69
|
-
"@gooddata/sdk-ui-geo": "10.35.0-alpha.
|
70
|
-
"@gooddata/sdk-ui-kit": "10.35.0-alpha.
|
71
|
-
"@gooddata/sdk-ui-theme-provider": "10.35.0-alpha.
|
72
|
-
"@gooddata/sdk-ui-vis-commons": "10.35.0-alpha.
|
73
|
-
"@gooddata/util": "10.35.0-alpha.
|
63
|
+
"@gooddata/sdk-backend-base": "10.35.0-alpha.14",
|
64
|
+
"@gooddata/sdk-backend-spi": "10.35.0-alpha.14",
|
65
|
+
"@gooddata/sdk-ui": "10.35.0-alpha.14",
|
66
|
+
"@gooddata/sdk-model": "10.35.0-alpha.14",
|
67
|
+
"@gooddata/sdk-ui-ext": "10.35.0-alpha.14",
|
68
|
+
"@gooddata/sdk-ui-filters": "10.35.0-alpha.14",
|
69
|
+
"@gooddata/sdk-ui-geo": "10.35.0-alpha.14",
|
70
|
+
"@gooddata/sdk-ui-kit": "10.35.0-alpha.14",
|
71
|
+
"@gooddata/sdk-ui-theme-provider": "10.35.0-alpha.14",
|
72
|
+
"@gooddata/sdk-ui-vis-commons": "10.35.0-alpha.14",
|
73
|
+
"@gooddata/util": "10.35.0-alpha.14"
|
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.3.3",
|
123
123
|
"vitest": "3.0.8",
|
124
124
|
"vitest-dom": "0.1.1",
|
125
|
-
"@gooddata/i18n-toolkit": "10.35.0-alpha.
|
126
|
-
"@gooddata/
|
127
|
-
"@gooddata/
|
125
|
+
"@gooddata/i18n-toolkit": "10.35.0-alpha.14",
|
126
|
+
"@gooddata/reference-workspace": "10.35.0-alpha.14",
|
127
|
+
"@gooddata/sdk-backend-mockingbird": "10.35.0-alpha.14"
|
128
128
|
},
|
129
129
|
"scripts": {
|
130
130
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|