@gooddata/sdk-ui-dashboard 11.44.0-alpha.3 → 11.45.0-alpha.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 (83) hide show
  1. package/esm/__version.d.ts +1 -1
  2. package/esm/__version.js +1 -1
  3. package/esm/index.d.ts +1 -1
  4. package/esm/index.d.ts.map +1 -1
  5. package/esm/index.js +1 -1
  6. package/esm/model/commandHandlers/drill/crossFilteringHandler.d.ts.map +1 -1
  7. package/esm/model/commandHandlers/drill/crossFilteringHandler.js +2 -3
  8. package/esm/model/commandHandlers/drill/drillToDashboardHandler.d.ts.map +1 -1
  9. package/esm/model/commandHandlers/drill/drillToDashboardHandler.js +1 -3
  10. package/esm/model/store/config/configSelectors.d.ts +0 -42
  11. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  12. package/esm/model/store/config/configSelectors.js +0 -56
  13. package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
  14. package/esm/model/store/tabs/layout/layoutSelectors.js +2 -3
  15. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
  16. package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +2 -2
  17. package/esm/presentation/automations/connectors/ScheduledEmailConnector.d.ts.map +1 -1
  18. package/esm/presentation/automations/connectors/ScheduledEmailConnector.js +49 -6
  19. package/esm/presentation/automations/connectors/ScheduledEmailConnector.test.d.ts +2 -0
  20. package/esm/presentation/automations/connectors/ScheduledEmailConnector.test.d.ts.map +1 -0
  21. package/esm/presentation/automations/connectors/ScheduledEmailConnector.test.js +165 -0
  22. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.d.ts.map +1 -1
  23. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.js +10 -5
  24. package/esm/presentation/automations/connectors/hooks/useBuildAutomationsContext.test.js +1 -1
  25. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.d.ts.map +1 -1
  26. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.js +2 -8
  27. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailDialogContext.test.js +0 -1
  28. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.d.ts +3 -0
  29. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.d.ts.map +1 -0
  30. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.js +38 -0
  31. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.test.d.ts +2 -0
  32. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.test.d.ts.map +1 -0
  33. package/esm/presentation/automations/connectors/hooks/useBuildScheduledEmailManagementDialogContext.test.js +42 -0
  34. package/esm/presentation/automations/contexts/AutomationsContext.d.ts +12 -1
  35. package/esm/presentation/automations/contexts/AutomationsContext.d.ts.map +1 -1
  36. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts +1 -6
  37. package/esm/presentation/automations/contexts/ScheduledEmailDialogContext.d.ts.map +1 -1
  38. package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.d.ts +54 -0
  39. package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.d.ts.map +1 -0
  40. package/esm/presentation/automations/contexts/ScheduledEmailManagementDialogContext.js +11 -0
  41. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
  42. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +2 -2
  43. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailDialog/hooks/useScheduleValidation.js +2 -2
  44. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts.map +1 -1
  45. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js +5 -35
  46. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentBasic.d.ts.map +1 -1
  47. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentBasic.js +5 -15
  48. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.d.ts.map +1 -1
  49. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialogContentEnhanced.js +7 -25
  50. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.d.ts.map +1 -1
  51. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/DeleteScheduleConfirmDialog.js +3 -5
  52. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.d.ts.map +1 -1
  53. package/esm/presentation/automations/scheduledEmail/DefaultScheduledEmailManagementDialog/components/ScheduledEmail.js +3 -6
  54. package/esm/presentation/automations/scheduledEmail/hooks/useScheduleEmailDialogAccessibility.d.ts.map +1 -1
  55. package/esm/presentation/automations/scheduledEmail/hooks/useScheduleEmailDialogAccessibility.js +3 -4
  56. package/esm/presentation/automations/shared/automationFilters/components/AutomationDateFilter.test.js +2 -1
  57. package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.d.ts.map +1 -1
  58. package/esm/presentation/dashboard/DashboardSidebar/CreationPanel.js +2 -4
  59. package/esm/presentation/dashboard/DashboardSidebar/FloatingToolbar.d.ts.map +1 -1
  60. package/esm/presentation/dashboard/DashboardSidebar/FloatingToolbar.js +2 -3
  61. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.d.ts.map +1 -1
  62. package/esm/presentation/dragAndDrop/draggableFilterDropZone/DraggableFilterDropZone.js +1 -3
  63. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterPlaceholder.d.ts.map +1 -1
  64. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AddAttributeFilterPlaceholder.js +1 -4
  65. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
  66. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +11 -6
  67. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAvailableDatasetsForItems.d.ts.map +1 -1
  68. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useAvailableDatasetsForItems.js +1 -4
  69. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.d.ts.map +1 -1
  70. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.js +1 -3
  71. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.d.ts.map +1 -1
  72. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.js +1 -4
  73. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.d.ts.map +1 -1
  74. package/esm/presentation/filterBar/filterBar/filterViews/FilterViewsList.js +9 -3
  75. package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.d.ts.map +1 -1
  76. package/esm/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.js +2 -3
  77. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map +1 -1
  78. package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +2 -3
  79. package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.d.ts +1 -1
  80. package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.d.ts.map +1 -1
  81. package/esm/presentation/widget/insight/configuration/InsightCrossFiltering.js +1 -6
  82. package/esm/sdk-ui-dashboard.d.ts +0 -49
  83. package/package.json +20 -20
@@ -4,15 +4,12 @@ import { queryAvailableDatasetsForItems, } from "../../../../../../model/queries
4
4
  import { useDashboardSelector } from "../../../../../../model/react/DashboardStoreProvider.js";
5
5
  import { useDashboardQueryProcessing } from "../../../../../../model/react/useDashboardQueryProcessing.js";
6
6
  import { selectBackendCapabilities } from "../../../../../../model/store/backendCapabilities/backendCapabilitiesSelectors.js";
7
- import { selectEnableKDAttributeFilterDatesValidation } from "../../../../../../model/store/config/configSelectors.js";
8
7
  /**
9
8
  * @internal
10
9
  */
11
10
  export function useAvailableDatasetsForItems(items) {
12
- const enableKDAttributeFilterDatesValidation = useDashboardSelector(selectEnableKDAttributeFilterDatesValidation);
13
11
  const capabilities = useDashboardSelector(selectBackendCapabilities);
14
- const shouldLoadAvailableDatasetsForItems = enableKDAttributeFilterDatesValidation &&
15
- capabilities.supportsAttributeFilterElementsLimitingByDependentDateFilters;
12
+ const shouldLoadAvailableDatasetsForItems = capabilities.supportsAttributeFilterElementsLimitingByDependentDateFilters;
16
13
  const { run: getAvilableDatasetForItems, result: availableDatasetForItems, status: availableDatasetForItemsLoadingStatus, error: availableDatasetForItemsError, } = useDashboardQueryProcessing({
17
14
  queryCreator: queryAvailableDatasetsForItems,
18
15
  });
@@ -1 +1 @@
1
- {"version":3,"file":"LimitValuesConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoB,KAAK,qBAAqB,EAAW,MAAM,YAAY,CAAC;AAEnF,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAK3F,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uDAAuD,CAAC;AACjH,OAAO,EACH,KAAK,6BAA6B,EAErC,MAAM,kDAAkD,CAAC;AAW1D,UAAU,8BAA8B;IACpC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,mCAAmC,EAAE,CAAC;IACrD,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,eAAe,EAAE,gBAAgB,CAAC;IAClC,iBAAiB,EAAE,mBAAmB,EAAE,CAAC;IACzC,oBAAoB,EAAE,6BAA6B,EAAE,CAAC;IACtD,yBAAyB,EAAE,oBAAoB,CAAC;IAChD,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAChD,oBAAoB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,cAAc,CAAC,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAChG,2BAA2B,EAAE,CACzB,IAAI,EAAE,6BAA6B,EACnC,UAAU,EAAE,OAAO,EACnB,YAAY,EAAE,OAAO,KACpB,IAAI,CAAC;CACb;AAgHD,MAAM,MAAM,sCAAsC,GAAG,8BAA8B,GAAG,qBAAqB,CAAC;AAE5G,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,sCAAsC,kDAU9F"}
1
+ {"version":3,"file":"LimitValuesConfiguration.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAoB,KAAK,qBAAqB,EAAW,MAAM,YAAY,CAAC;AAEnF,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,MAAM,EAId,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAI3F,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uDAAuD,CAAC;AACjH,OAAO,EACH,KAAK,6BAA6B,EAErC,MAAM,kDAAkD,CAAC;AAW1D,UAAU,8BAA8B;IACpC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,mCAAmC,EAAE,CAAC;IACrD,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,eAAe,EAAE,gBAAgB,CAAC;IAClC,iBAAiB,EAAE,mBAAmB,EAAE,CAAC;IACzC,oBAAoB,EAAE,6BAA6B,EAAE,CAAC;IACtD,yBAAyB,EAAE,oBAAoB,CAAC;IAChD,oBAAoB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAChD,oBAAoB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,cAAc,CAAC,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IAChG,2BAA2B,EAAE,CACzB,IAAI,EAAE,6BAA6B,EACnC,UAAU,EAAE,OAAO,EACnB,YAAY,EAAE,OAAO,KACpB,IAAI,CAAC;CACb;AA6GD,MAAM,MAAM,sCAAsC,GAAG,8BAA8B,GAAG,qBAAqB,CAAC;AAE5G,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,sCAAsC,kDAU9F"}
@@ -9,7 +9,6 @@ import { messages } from "../../../../../../locales.js";
9
9
  import { useDashboardSelector } from "../../../../../../model/react/DashboardStoreProvider.js";
10
10
  import { useDashboardUserInteraction } from "../../../../../../model/react/useDashboardUserInteraction.js";
11
11
  import { selectBackendCapabilities } from "../../../../../../model/store/backendCapabilities/backendCapabilitiesSelectors.js";
12
- import { selectEnableKDAttributeFilterDatesValidation } from "../../../../../../model/store/config/configSelectors.js";
13
12
  import { isDashboardDependentDateFilter, } from "../../../../../../model/types/dateFilterTypes.js";
14
13
  import { IntlWrapper } from "../../../../../localization/IntlWrapper.js";
15
14
  import { AddLimitingItemDialog } from "./dialog/AddLimitingItemDialog.js";
@@ -18,10 +17,9 @@ import { useLimitingItems } from "./shared/limitingItemsHook.js";
18
17
  const extractKey = (item) => isObjRef(item) ? serializeObjRef(item) : item.localIdentifier;
19
18
  function LimitValuesConfiguration({ attributeTitle, parentFilters, validParentFilters, validateElementsBy, metricsAndFacts, availableDatasets, dependentDateFilters, dependentCommonDateFilter, onLimitingItemUpdate, onParentFilterUpdate, onDependentDateFilterUpdate, }) {
20
19
  const intl = useIntl();
21
- const isEnabledKDAttributeFilterDatesValidation = useDashboardSelector(selectEnableKDAttributeFilterDatesValidation);
22
20
  const { attributeFilterInteraction } = useDashboardUserInteraction();
23
21
  const [isDropdownOpened, setIsDropdownOpened] = useState(false);
24
- const itemsWithTitles = useLimitingItems(parentFilters, validParentFilters, validateElementsBy, metricsAndFacts, dependentDateFilters, availableDatasets, isEnabledKDAttributeFilterDatesValidation, true, intl);
22
+ const itemsWithTitles = useLimitingItems(parentFilters, validParentFilters, validateElementsBy, metricsAndFacts, dependentDateFilters, availableDatasets, true, true, intl);
25
23
  const commonDateFilterTitle = useCommonDateFilterTitle(intl);
26
24
  const onOpenAddDialog = () => {
27
25
  setIsDropdownOpened(true);
@@ -1 +1 @@
1
- {"version":3,"file":"ParentFiltersPage.d.ts","sourceRoot":"","sources":["../../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.tsx"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,MAAM,EAEd,MAAM,qBAAqB,CAAC;AAQ7B,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EACH,KAAK,6BAA6B,EAErC,MAAM,qDAAqD,CAAC;AAC7D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAO/D,MAAM,WAAW,uBAAuB;IACpC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,mCAAmC,EAAE,CAAC;IACrD,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,oBAAoB,EAAE,6BAA6B,EAAE,CAAC;IACtD,iBAAiB,EAAE,mBAAmB,EAAE,CAAC;IACzC,yBAAyB,EAAE,oBAAoB,CAAC;IAChD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC7C,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAClC;AAuGD,wBAAgB,iBAAiB,CAAC,EAC9B,cAAc,EACd,aAAa,EACb,kBAAkB,EAClB,oBAAoB,EACpB,yBAAyB,EACzB,iBAAiB,EACjB,qBAAqB,EACrB,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,kBAAkB,EACrB,EAAE,uBAAuB,2CA6CzB"}
1
+ {"version":3,"file":"ParentFiltersPage.d.ts","sourceRoot":"","sources":["../../../../../../../../src/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/dialog/ParentFiltersPage.tsx"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,mBAAmB,EACxB,KAAK,oBAAoB,EACzB,KAAK,MAAM,EAEd,MAAM,qBAAqB,CAAC;AAM7B,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EACH,KAAK,6BAA6B,EAErC,MAAM,qDAAqD,CAAC;AAC7D,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAO/D,MAAM,WAAW,uBAAuB;IACpC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,mCAAmC,EAAE,CAAC;IACrD,kBAAkB,EAAE,MAAM,EAAE,CAAC;IAC7B,oBAAoB,EAAE,6BAA6B,EAAE,CAAC;IACtD,iBAAiB,EAAE,mBAAmB,EAAE,CAAC;IACzC,yBAAyB,EAAE,oBAAoB,CAAC;IAChD,qBAAqB,EAAE,MAAM,CAAC;IAC9B,QAAQ,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC7C,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAClC;AAuGD,wBAAgB,iBAAiB,CAAC,EAC9B,cAAc,EACd,aAAa,EACb,kBAAkB,EAClB,oBAAoB,EACpB,yBAAyB,EACzB,iBAAiB,EACjB,qBAAqB,EACrB,QAAQ,EACR,QAAQ,EACR,OAAO,EACP,kBAAkB,EACrB,EAAE,uBAAuB,2CA0CzB"}
@@ -5,9 +5,7 @@ import { serializeObjRef, } from "@gooddata/sdk-model";
5
5
  import { DropdownList, NoData } from "@gooddata/sdk-ui-kit";
6
6
  import { simplifyText } from "@gooddata/util";
7
7
  import { messages } from "../../../../../../../locales.js";
8
- import { useDashboardSelector } from "../../../../../../../model/react/DashboardStoreProvider.js";
9
8
  import { useDashboardUserInteraction } from "../../../../../../../model/react/useDashboardUserInteraction.js";
10
- import { selectEnableKDAttributeFilterDatesValidation } from "../../../../../../../model/store/config/configSelectors.js";
11
9
  import { isDashboardDependentDateFilter, } from "../../../../../../../model/types/dateFilterTypes.js";
12
10
  import { LimitingItemTitle, UnknownItemTitle } from "../shared/LimitingItem.js";
13
11
  import { useFilterItems } from "../shared/limitingItemsHook.js";
@@ -58,8 +56,7 @@ function ParentFilter({ item: { title, item, type, isDisabled, isDisabledDateFil
58
56
  }
59
57
  export function ParentFiltersPage({ attributeTitle, parentFilters, validParentFilters, dependentDateFilters, dependentCommonDateFilter, availableDatasets, commonDateFilterTitle, onSelect, onGoBack, onClose, onCommonDateSelect, }) {
60
58
  const intl = useIntl();
61
- const isEnabledKDAttributeFilterDatesValidation = useDashboardSelector(selectEnableKDAttributeFilterDatesValidation);
62
- const items = useFilterItems(parentFilters, validParentFilters, dependentDateFilters, availableDatasets, dependentCommonDateFilter, isEnabledKDAttributeFilterDatesValidation, false, intl);
59
+ const items = useFilterItems(parentFilters, validParentFilters, dependentDateFilters, availableDatasets, dependentCommonDateFilter, true, false, intl);
63
60
  return (_jsxs(_Fragment, { children: [
64
61
  _jsx(PopupHeader, { title: intl.formatMessage(messages.filterAddFilterTitle), onGoBack: onGoBack, onClose: onClose }), _jsx("div", { className: "attribute-filter__limit__popup__list", children: _jsx(DropdownList, { width: 250, isMobile: false, showSearch: false, renderNoData: (props) => _jsx(NoParentFilterFound, { ...props }), items: items, renderItem: ({ item }) => (_jsx(ParentFilter, { attributeTitle: attributeTitle, commonDateFilterTitle: commonDateFilterTitle, item: item, onSelect: onSelect, onClose: onClose, onCommonDateSelect: onCommonDateSelect })) }) })
65
62
  ] }));
@@ -1 +1 @@
1
- {"version":3,"file":"FilterViewsList.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/filterViews/FilterViewsList.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,oBAAoB,EAAkB,MAAM,qBAAqB,CAAC;AAmMhF,MAAM,WAAW,6BAA6B;IAC1C,WAAW,EAAE,oBAAoB,EAAE,GAAG,SAAS,CAAC;IAChD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC5B,WAAgB,EAChB,QAAQ,EACR,OAAO,EACP,OAAO,EAAE,WAAW,EACvB,EAAE,6BAA6B,2CAiO/B"}
1
+ {"version":3,"file":"FilterViewsList.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/filterBar/filterBar/filterViews/FilterViewsList.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,oBAAoB,EAAkB,MAAM,qBAAqB,CAAC;AAmMhF,MAAM,WAAW,6BAA6B;IAC1C,WAAW,EAAE,oBAAoB,EAAE,GAAG,SAAS,CAAC;IAChD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,eAAe,CAAC,EAC5B,WAAgB,EAChB,QAAQ,EACR,OAAO,EACP,OAAO,EAAE,WAAW,EACvB,EAAE,6BAA6B,2CAwO/B"}
@@ -50,6 +50,7 @@ export function FilterViewsList({ filterViews = [], onAddNew, onClose, titleId:
50
50
  const infoButtonId = `filter-view-info-${id}`;
51
51
  const filterViewTooltipId = `filter-view-tooltip-${id}`;
52
52
  const titleId = titleIdProp ?? `filter-views-title-${id}`;
53
+ const scopedIdStoreValue = useScopedIdStoreValue((item) => item ? objRefToString(item.ref) : "");
53
54
  const getItemAdditionalActions = useCallback(() => {
54
55
  if (!canCreateFilterView) {
55
56
  return [];
@@ -100,7 +101,6 @@ export function FilterViewsList({ filterViews = [], onAddNew, onClose, titleId:
100
101
  const contentTooltip = (_jsx("div", { className: "gd-filter-view__list__tooltip", children: _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.tooltip", values: {
101
102
  p: (chunks) => _jsx("p", { children: chunks }),
102
103
  } }) }));
103
- const scopedIdStoreValue = useScopedIdStoreValue((item) => item ? objRefToString(item.ref) : "");
104
104
  const { containerRef } = useFocusWithinContainer(scopedIdStoreValue.makeId({ item: focusedItem, specifier: focusedAction }) ?? "");
105
105
  const handleBlur = useCallback(
106
106
  // Select the default action when the focus leaves the list
@@ -108,12 +108,18 @@ export function FilterViewsList({ filterViews = [], onAddNew, onClose, titleId:
108
108
  if (containerRef.current?.contains(e.relatedTarget)) {
109
109
  return;
110
110
  }
111
+ if (filterViewToDelete) {
112
+ return;
113
+ }
111
114
  setFocusedAction(SELECT_ITEM_ACTION);
112
- }, [containerRef, setFocusedAction]);
115
+ }, [containerRef, filterViewToDelete, setFocusedAction]);
113
116
  return (_jsxs(UiFocusManager, { enableFocusTrap: true, enableAutofocus: { refocusKey, initialFocus: infoButtonId }, children: [filterViewToDelete ? (_jsx(FilterViewDeleteConfirm, { filterView: filterViewToDelete, onConfirm: () => {
114
117
  dispatch(deleteFilterView(filterViewToDelete.ref));
115
118
  setFilterViewToDelete(undefined);
116
- }, onCancel: () => setFilterViewToDelete(undefined) })) : null, _jsxs("div", { className: "configuration-panel configuration-panel__filter-view__list", children: [
119
+ }, onCancel: () => {
120
+ setFocusedAction("delete");
121
+ setFilterViewToDelete(undefined);
122
+ } })) : null, _jsxs("div", { className: "configuration-panel configuration-panel__filter-view__list", children: [
117
123
  _jsx("div", { className: "configuration-panel-header", children: _jsxs("div", { className: "gd-title-with-icon", children: [
118
124
  _jsx(Typography, { tagName: "h3", className: "configuration-panel-header-title", id: titleId, children: _jsx(FormattedMessage, { id: "filters.filterViews.dropdown.title" }) }), _jsx(UiTooltip, { id: filterViewTooltipId, arrowPlacement: "top-end", content: contentTooltip, anchor: _jsx(UiIconButton, { id: infoButtonId, icon: "question", variant: "tertiary", size: "small", accessibilityConfig: {
119
125
  ariaDescribedBy: filterViewTooltipId,
@@ -1 +1 @@
1
- {"version":3,"file":"DashboardInsightWithDrillDialog.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAkC,MAAM,OAAO,CAAC;AAwB1E,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAS1D;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,sBAAsB,GAAG,YAAY,CAyJ3F"}
1
+ {"version":3,"file":"DashboardInsightWithDrillDialog.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/insight/ViewModeDashboardInsight/DashboardInsightWithDrillDialog.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAkC,MAAM,OAAO,CAAC;AAuB1E,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAS1D;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,sBAAsB,GAAG,YAAY,CAwJ3F"}
@@ -6,7 +6,7 @@ import { createFocusHighchartsDatapointEvent } from "@gooddata/sdk-ui";
6
6
  import { KdaDialogController } from "../../../../kdaDialog/dialog/KdaDialogController.js";
7
7
  import { useDashboardSelector } from "../../../../model/react/DashboardStoreProvider.js";
8
8
  import { selectCatalogAttributeDisplayFormsById } from "../../../../model/store/catalog/catalogSelectors.js";
9
- import { selectEnableDrilledTooltip, selectLocale, selectObjectAvailabilityConfig, selectSeparators, } from "../../../../model/store/config/configSelectors.js";
9
+ import { selectLocale, selectObjectAvailabilityConfig, selectSeparators, } from "../../../../model/store/config/configSelectors.js";
10
10
  import { isDrillDownDefinition } from "../../../../types.js";
11
11
  import { getDrillDownTitle } from "../../../drill/utils/drillDownUtils.js";
12
12
  import { DashboardInsightWithDrillSelect } from "./Insight/DashboardInsightWithDrillSelect.js";
@@ -21,7 +21,6 @@ export function DashboardInsightWithDrillDialog(props) {
21
21
  const widget = props.widget;
22
22
  const separators = useDashboardSelector(selectSeparators);
23
23
  const attributeDisplayForms = useDashboardSelector(selectCatalogAttributeDisplayFormsById);
24
- const enableDrillDescription = useDashboardSelector(selectEnableDrilledTooltip);
25
24
  const breadcrumbs = useMemo(() => drillSteps
26
25
  .filter((s) => isDrillDownDefinition(s.drillDefinition))
27
26
  .map((s) => getDrillDownTitle(s.drillDefinition, s.drillEvent, widget.drillDownIntersectionIgnoredAttributes, attributeDisplayForms[isIdentifierRef(s.drillDefinition.target)
@@ -84,6 +83,6 @@ export function DashboardInsightWithDrillDialog(props) {
84
83
  setKeyDriveInfo((prev) => (prev ? { ...prev, keyDriveDefinition: definition } : prev));
85
84
  }, []);
86
85
  return (_jsxs(_Fragment, { children: [
87
- _jsx(DashboardInsightWithDrillSelect, { ...props, onDrillDown: onDrillDown, onDrillToInsight: onDrillToInsight, onKeyDriverAnalysisSuccess: onKeyDriverAnalysisSuccess, drillStep: activeDrillStep, returnFocusToInsight: returnFocusToInsight, onDrillStart: onDrillStart }), activeDrillStep ? (_jsx(InsightDrillDialog, { locale: locale, breadcrumbs: breadcrumbs, widget: widget, insight: insight, onDrillDown: onDrillDown, onBackButtonClick: goBack, onClose: onClose, enableDrillDescription: enableDrillDescription, drillStep: activeDrillStep, returnFocusToInsight: returnFocusToInsight, onDrillStart: onDrillStart })) : null, _jsx(KdaDialogController, { requestedDefinition: keyDriveInfo?.keyDriveDefinition, separators: separators, showCloseButton: true, includeTags: objectAvailability?.includeObjectsWithTags, excludeTags: objectAvailability?.excludeObjectsWithTags, onRequestedDefinitionChange: onRequestedDefinitionChange, onClose: onCloseKeyDriverAnalysis })
86
+ _jsx(DashboardInsightWithDrillSelect, { ...props, onDrillDown: onDrillDown, onDrillToInsight: onDrillToInsight, onKeyDriverAnalysisSuccess: onKeyDriverAnalysisSuccess, drillStep: activeDrillStep, returnFocusToInsight: returnFocusToInsight, onDrillStart: onDrillStart }), activeDrillStep ? (_jsx(InsightDrillDialog, { locale: locale, breadcrumbs: breadcrumbs, widget: widget, insight: insight, onDrillDown: onDrillDown, onBackButtonClick: goBack, onClose: onClose, enableDrillDescription: true, drillStep: activeDrillStep, returnFocusToInsight: returnFocusToInsight, onDrillStart: onDrillStart })) : null, _jsx(KdaDialogController, { requestedDefinition: keyDriveInfo?.keyDriveDefinition, separators: separators, showCloseButton: true, includeTags: objectAvailability?.includeObjectsWithTags, excludeTags: objectAvailability?.excludeObjectsWithTags, onRequestedDefinitionChange: onRequestedDefinitionChange, onClose: onCloseKeyDriverAnalysis })
88
87
  ] }));
89
88
  }
@@ -1 +1 @@
1
- {"version":3,"file":"useEditAlert.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,iCAAiC,EACtC,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,WAAW,EAInB,MAAM,qBAAqB,CAAC;AAa7B,OAAO,EACH,KAAK,iBAAiB,EAEzB,MAAM,4EAA4E,CAAC;AAiBpF,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,WAAW,EAChB,KAAK,yBAAyB,EACjC,MAAM,8CAA8C,CAAC;AAStD,MAAM,WAAW,kBAAkB;IAC/B,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,KAAK,EAAE,yBAAyB,CAAC;IACjC,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,mBAAmB,EAAE,mBAAmB,EAAE,CAAC;IAC3C,YAAY,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IACtF,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,mCAAmC,KAAK,IAAI,CAAC;IAChE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;CACzD;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmRxB,CAAC"}
1
+ {"version":3,"file":"useEditAlert.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.ts"],"names":[],"mappings":"AAOA,OAAO,EACH,KAAK,wBAAwB,EAC7B,KAAK,iCAAiC,EACtC,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,mCAAmC,EACxC,KAAK,oBAAoB,EACzB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,KAAK,8BAA8B,EACnC,KAAK,kCAAkC,EACvC,KAAK,WAAW,EAInB,MAAM,qBAAqB,CAAC;AAY7B,OAAO,EACH,KAAK,iBAAiB,EAEzB,MAAM,4EAA4E,CAAC;AAiBpF,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,WAAW,EAChB,KAAK,yBAAyB,EACjC,MAAM,8CAA8C,CAAC;AAStD,MAAM,WAAW,kBAAkB;IAC/B,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,UAAU,EAAE,cAAc,EAAE,CAAC;IAC7B,KAAK,EAAE,yBAAyB,CAAC;IACjC,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;IACvC,mBAAmB,EAAE,mBAAmB,EAAE,CAAC;IAC3C,YAAY,EAAE,8BAA8B,EAAE,GAAG,kCAAkC,EAAE,CAAC;IACtF,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,mCAAmC,KAAK,IAAI,CAAC;IAChE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,KAAK,IAAI,CAAC;CACzD;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiRxB,CAAC"}
@@ -4,7 +4,7 @@ import { isEqual } from "lodash-es";
4
4
  import { useIntl } from "react-intl";
5
5
  import { isAutomationExternalUserRecipient, isAutomationUnknownUserRecipient, isAutomationUserRecipient, } from "@gooddata/sdk-model";
6
6
  import { useDashboardSelector } from "../../../../../../model/react/DashboardStoreProvider.js";
7
- import { selectEnableAnomalyDetectionAlert, selectEnableExternalRecipients, selectTimezone, selectWeekStart, } from "../../../../../../model/store/config/configSelectors.js";
7
+ import { selectEnableAnomalyDetectionAlert, selectTimezone, selectWeekStart, } from "../../../../../../model/store/config/configSelectors.js";
8
8
  import { selectEntitlementMinimumRecurrenceMinutes } from "../../../../../../model/store/entitlements/entitlementsSelectors.js";
9
9
  import { selectCanUseAiAssistant } from "../../../../../../model/store/permissions/permissionsSelectors.js";
10
10
  import { selectCurrentUser } from "../../../../../../model/store/user/userSelectors.js";
@@ -21,7 +21,6 @@ export const useEditAlert = ({ metrics, attributes, alert, onCreate, onUpdate, m
21
21
  const [warningMessage, setWarningMessage] = useState(undefined);
22
22
  const currentUser = useDashboardSelector(selectCurrentUser);
23
23
  const users = useDashboardSelector(selectUsers);
24
- const enabledExternalRecipients = useDashboardSelector(selectEnableExternalRecipients);
25
24
  const enableAnomalyDetectionAlert = useDashboardSelector(selectEnableAnomalyDetectionAlert);
26
25
  const enableAiAssistant = useDashboardSelector(selectCanUseAiAssistant);
27
26
  const weekStart = useDashboardSelector(selectWeekStart);
@@ -31,7 +30,7 @@ export const useEditAlert = ({ metrics, attributes, alert, onCreate, onUpdate, m
31
30
  const allowHourlyRecurrence = parseInt(minimumRecurrenceMinutesEntitlement?.value ?? DEFAULT_MIN_RECURRENCE_MINUTES, 10) === 60;
32
31
  const selectedDestination = destinations.find((destination) => destination.id === updatedAlert.notificationChannel);
33
32
  const defaultUser = convertCurrentUserToWorkspaceUser(users ?? [], currentUser);
34
- const allowExternalRecipients = selectedDestination?.allowedRecipients === "external" && enabledExternalRecipients;
33
+ const allowExternalRecipients = selectedDestination?.allowedRecipients === "external";
35
34
  const allowOnlyLoggedUserRecipients = selectedDestination?.allowedRecipients === "creator";
36
35
  const changeMeasure = useCallback((measure) => {
37
36
  setUpdatedAlert((alert) => transformAlertByMetric(metrics, alert, measure, measureFormatMap, weekStart, timezone));
@@ -2,6 +2,6 @@ import { type IInsightWidget } from "@gooddata/sdk-model";
2
2
  interface IInsightCrossFiltering {
3
3
  widget: IInsightWidget;
4
4
  }
5
- export declare function InsightCrossFiltering({ widget }: IInsightCrossFiltering): import("react/jsx-runtime").JSX.Element | null;
5
+ export declare function InsightCrossFiltering({ widget }: IInsightCrossFiltering): import("react/jsx-runtime").JSX.Element;
6
6
  export {};
7
7
  //# sourceMappingURL=InsightCrossFiltering.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InsightCrossFiltering.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/insight/configuration/InsightCrossFiltering.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAkB1D,UAAU,sBAAsB;IAC5B,MAAM,EAAE,cAAc,CAAC;CAC1B;AAED,wBAAgB,qBAAqB,CAAC,EAAE,MAAM,EAAE,EAAE,sBAAsB,kDAyCvE"}
1
+ {"version":3,"file":"InsightCrossFiltering.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/insight/configuration/InsightCrossFiltering.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAc1D,UAAU,sBAAsB;IAC5B,MAAM,EAAE,cAAc,CAAC;CAC1B;AAED,wBAAgB,qBAAqB,CAAC,EAAE,MAAM,EAAE,EAAE,sBAAsB,2CAoCvE"}
@@ -5,8 +5,7 @@ import { Bubble, BubbleHoverTrigger, IconQuestionMark } from "@gooddata/sdk-ui-k
5
5
  import { useTheme } from "@gooddata/sdk-ui-theme-provider";
6
6
  import { messages } from "../../../../locales.js";
7
7
  import { changeInsightWidgetIgnoreCrossFiltering } from "../../../../model/commands/insight.js";
8
- import { useDashboardDispatch, useDashboardSelector, } from "../../../../model/react/DashboardStoreProvider.js";
9
- import { selectEnableIgnoreCrossFiltering } from "../../../../model/store/config/configSelectors.js";
8
+ import { useDashboardDispatch } from "../../../../model/react/DashboardStoreProvider.js";
10
9
  import { gdColorStateBlank } from "../../../constants/colors.js";
11
10
  const TOOLTIP_ALIGN_POINTS = [
12
11
  { align: "cr cl", offset: { x: 0, y: 1 } },
@@ -15,10 +14,6 @@ const TOOLTIP_ALIGN_POINTS = [
15
14
  export function InsightCrossFiltering({ widget }) {
16
15
  const dispatch = useDashboardDispatch();
17
16
  const theme = useTheme();
18
- const isIgnoreCrossFilteringEnabled = useDashboardSelector(selectEnableIgnoreCrossFiltering);
19
- if (!isIgnoreCrossFilteringEnabled) {
20
- return null;
21
- }
22
17
  return (_jsx("div", { className: "gd-cross-filtering-configuration", children: _jsxs("label", { className: "input-checkbox-label s-respect-cross-filtering", htmlFor: "respect-cross-filtering", children: [
23
18
  _jsx("input", { id: "respect-cross-filtering", type: "checkbox", className: "input-checkbox", checked: !widget.ignoreCrossFiltering, onChange: (e) => {
24
19
  dispatch(changeInsightWidgetIgnoreCrossFiltering(widget.ref, !e.target.checked));
@@ -23818,13 +23818,6 @@ export declare const selectEnableAutomations: DashboardSelector<boolean>;
23818
23818
  */
23819
23819
  export declare const selectEnableComparisonInAlerting: DashboardSelector<boolean>;
23820
23820
 
23821
- /**
23822
- * Returns whether cross filtering should use alias titles.
23823
- *
23824
- * @internal
23825
- */
23826
- export declare const selectEnableCrossFilteringAliasTitles: DashboardSelector<boolean>;
23827
-
23828
23821
  /**
23829
23822
  * Returns whether customized dashboards without plugin overlay are enabled.
23830
23823
  * When enabled, the plugin overlay will not be displayed on dashboard items.
@@ -23889,13 +23882,6 @@ export declare const selectEnableDashboardTabularExport: DashboardSelector<boole
23889
23882
  */
23890
23883
  export declare const selectEnableDateFilterIdentifiers: DashboardSelector<boolean>;
23891
23884
 
23892
- /**
23893
- * Returns whether drill dialog tooltip is enabled.
23894
- *
23895
- * @internal
23896
- */
23897
- export declare const selectEnableDrilledTooltip: DashboardSelector<boolean>;
23898
-
23899
23885
  /**
23900
23886
  * @internal
23901
23887
  */
@@ -23922,13 +23908,6 @@ export declare const selectEnableExportToDocumentStorage: DashboardSelector<bool
23922
23908
  */
23923
23909
  export declare const selectEnableExportToPdfTabular: DashboardSelector<boolean>;
23924
23910
 
23925
- /**
23926
- * Returns whether external recipients are enabled.
23927
- *
23928
- * @internal
23929
- */
23930
- export declare const selectEnableExternalRecipients: DashboardSelector<boolean>;
23931
-
23932
23911
  /**
23933
23912
  * Returns whether filter control in drilling configuration is enabled.
23934
23913
  *
@@ -23950,13 +23929,6 @@ export declare const selectEnableFilterValuesResolutionInDrillEvents: DashboardS
23950
23929
  */
23951
23930
  export declare const selectEnableFiscalCalendars: DashboardSelector<boolean>;
23952
23931
 
23953
- /**
23954
- * Returns whether ignore cross-filtering enabled.
23955
- *
23956
- * @internal
23957
- */
23958
- export declare const selectEnableIgnoreCrossFiltering: DashboardSelector<boolean>;
23959
-
23960
23932
  /**
23961
23933
  * Returns whether attribute filter displays duplicated values when filter uses secondary label value.
23962
23934
  *
@@ -23971,13 +23943,6 @@ export declare const selectEnableImmediateAttributeFilterDisplayAsLabelMigration
23971
23943
  */
23972
23944
  export declare const selectEnableInPlatformNotifications: DashboardSelector<boolean>;
23973
23945
 
23974
- /**
23975
- * Returns whether KD attribute filter by dates validation/filtering is enabled.
23976
- *
23977
- * @internal
23978
- */
23979
- export declare const selectEnableKDAttributeFilterDatesValidation: DashboardSelector<boolean>;
23980
-
23981
23946
  /**
23982
23947
  * Returns whether KD cross filtering is enabled.
23983
23948
  *
@@ -24020,13 +23985,6 @@ export declare const selectEnableKPIDashboardExportPDF: DashboardSelector<string
24020
23985
  */
24021
23986
  export declare const selectEnableMeasureValueFilterKD: DashboardSelector<boolean>;
24022
23987
 
24023
- /**
24024
- * Returns whether multiple date filters are enabled.
24025
- *
24026
- * @internal
24027
- */
24028
- export declare const selectEnableMultipleDateFilters: DashboardSelector<boolean>;
24029
-
24030
23988
  /**
24031
23989
  * Selector for the new scheduled export feature flag
24032
23990
  *
@@ -24098,13 +24056,6 @@ export declare const selectEnableSnapshotExportAccessibility: DashboardSelector<
24098
24056
  */
24099
24057
  export declare const selectEnableUnavailableItemsVisibility: DashboardSelector<boolean>;
24100
24058
 
24101
- /**
24102
- * Returns whether rich text widgets are enabled.
24103
- *
24104
- * @internal
24105
- */
24106
- export declare const selectEnableVisualizationSwitcher: DashboardSelector<boolean>;
24107
-
24108
24059
  /**
24109
24060
  * @alpha
24110
24061
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.44.0-alpha.3",
3
+ "version": "11.45.0-alpha.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.1",
63
- "@gooddata/sdk-backend-base": "11.44.0-alpha.3",
64
- "@gooddata/sdk-backend-spi": "11.44.0-alpha.3",
65
- "@gooddata/sdk-ui": "11.44.0-alpha.3",
66
- "@gooddata/sdk-model": "11.44.0-alpha.3",
67
- "@gooddata/sdk-ui-charts": "11.44.0-alpha.3",
68
- "@gooddata/sdk-ui-ext": "11.44.0-alpha.3",
69
- "@gooddata/sdk-ui-filters": "11.44.0-alpha.3",
70
- "@gooddata/sdk-ui-geo": "11.44.0-alpha.3",
71
- "@gooddata/sdk-ui-kit": "11.44.0-alpha.3",
72
- "@gooddata/sdk-ui-pivot": "11.44.0-alpha.3",
73
- "@gooddata/util": "11.44.0-alpha.3",
74
- "@gooddata/sdk-ui-theme-provider": "11.44.0-alpha.3",
75
- "@gooddata/sdk-ui-vis-commons": "11.44.0-alpha.3"
63
+ "@gooddata/sdk-backend-base": "11.45.0-alpha.0",
64
+ "@gooddata/sdk-backend-spi": "11.45.0-alpha.0",
65
+ "@gooddata/sdk-ui": "11.45.0-alpha.0",
66
+ "@gooddata/sdk-ui-charts": "11.45.0-alpha.0",
67
+ "@gooddata/sdk-model": "11.45.0-alpha.0",
68
+ "@gooddata/sdk-ui-ext": "11.45.0-alpha.0",
69
+ "@gooddata/sdk-ui-geo": "11.45.0-alpha.0",
70
+ "@gooddata/sdk-ui-filters": "11.45.0-alpha.0",
71
+ "@gooddata/sdk-ui-kit": "11.45.0-alpha.0",
72
+ "@gooddata/sdk-ui-pivot": "11.45.0-alpha.0",
73
+ "@gooddata/sdk-ui-vis-commons": "11.45.0-alpha.0",
74
+ "@gooddata/sdk-ui-theme-provider": "11.45.0-alpha.0",
75
+ "@gooddata/util": "11.45.0-alpha.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.8",
120
120
  "vitest-dom": "0.1.1",
121
- "@gooddata/eslint-config": "11.44.0-alpha.3",
122
- "@gooddata/i18n-toolkit": "11.44.0-alpha.3",
123
- "@gooddata/reference-workspace": "11.44.0-alpha.3",
124
- "@gooddata/oxlint-config": "11.44.0-alpha.3",
125
- "@gooddata/sdk-backend-mockingbird": "11.44.0-alpha.3",
126
- "@gooddata/stylelint-config": "11.44.0-alpha.3"
121
+ "@gooddata/eslint-config": "11.45.0-alpha.0",
122
+ "@gooddata/i18n-toolkit": "11.45.0-alpha.0",
123
+ "@gooddata/oxlint-config": "11.45.0-alpha.0",
124
+ "@gooddata/reference-workspace": "11.45.0-alpha.0",
125
+ "@gooddata/sdk-backend-mockingbird": "11.45.0-alpha.0",
126
+ "@gooddata/stylelint-config": "11.45.0-alpha.0"
127
127
  },
128
128
  "peerDependencies": {
129
129
  "react": "^18.0.0 || ^19.0.0",