@gooddata/sdk-ui-dashboard 11.2.0-alpha.1 → 11.2.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.
Files changed (114) hide show
  1. package/NOTICE +190 -156
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.js +1 -1
  4. package/esm/model/commandHandlers/drillTargets/addDrillTargetsHandler.d.ts.map +1 -1
  5. package/esm/model/commandHandlers/drillTargets/addDrillTargetsHandler.js +2 -5
  6. package/esm/model/commandHandlers/drillTargets/addDrillTargetsHandler.js.map +1 -1
  7. package/esm/model/commandHandlers/layout/validation/itemValidation.d.ts.map +1 -1
  8. package/esm/model/commandHandlers/layout/validation/itemValidation.js.map +1 -1
  9. package/esm/model/commandHandlers/widgets/validation/filterValidation.d.ts.map +1 -1
  10. package/esm/model/commandHandlers/widgets/validation/filterValidation.js.map +1 -1
  11. package/esm/model/react/index.d.ts +1 -0
  12. package/esm/model/react/index.d.ts.map +1 -1
  13. package/esm/model/react/index.js +1 -0
  14. package/esm/model/react/index.js.map +1 -1
  15. package/esm/model/react/useAutomationsInitialFocus.d.ts +11 -0
  16. package/esm/model/react/useAutomationsInitialFocus.d.ts.map +1 -0
  17. package/esm/model/react/useAutomationsInitialFocus.js +20 -0
  18. package/esm/model/react/useAutomationsInitialFocus.js.map +1 -0
  19. package/esm/model/store/config/configSelectors.d.ts +0 -84
  20. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  21. package/esm/model/store/config/configSelectors.js +1 -111
  22. package/esm/model/store/config/configSelectors.js.map +1 -1
  23. package/esm/model/store/index.d.ts +1 -1
  24. package/esm/model/store/index.d.ts.map +1 -1
  25. package/esm/model/store/index.js +1 -1
  26. package/esm/model/store/index.js.map +1 -1
  27. package/esm/model/store/topBar/topBarSelectors.d.ts.map +1 -1
  28. package/esm/model/store/topBar/topBarSelectors.js +3 -8
  29. package/esm/model/store/topBar/topBarSelectors.js.map +1 -1
  30. package/esm/model/store/widgetDrills/widgetDrillSelectors.d.ts.map +1 -1
  31. package/esm/model/store/widgetDrills/widgetDrillSelectors.js +9 -12
  32. package/esm/model/store/widgetDrills/widgetDrillSelectors.js.map +1 -1
  33. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.d.ts.map +1 -1
  34. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js +4 -3
  35. package/esm/presentation/alerting/DefaultAlertingManagementDialog/DefaultAlertingManagementDialogNew.js.map +1 -1
  36. package/esm/presentation/constants/automations.d.ts.map +1 -1
  37. package/esm/presentation/constants/automations.js +3 -7
  38. package/esm/presentation/constants/automations.js.map +1 -1
  39. package/esm/presentation/deleteDialog/DefaultDeleteDialog.d.ts.map +1 -1
  40. package/esm/presentation/deleteDialog/DefaultDeleteDialog.js +3 -5
  41. package/esm/presentation/deleteDialog/DefaultDeleteDialog.js.map +1 -1
  42. package/esm/presentation/deleteDialog/types.d.ts +0 -1
  43. package/esm/presentation/deleteDialog/types.d.ts.map +1 -1
  44. package/esm/presentation/deleteDialog/types.js +1 -1
  45. package/esm/presentation/export/types.d.ts +9 -1
  46. package/esm/presentation/export/types.d.ts.map +1 -1
  47. package/esm/presentation/export/useExportData.d.ts.map +1 -1
  48. package/esm/presentation/export/useExportData.js +26 -2
  49. package/esm/presentation/export/useExportData.js.map +1 -1
  50. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.d.ts.map +1 -1
  51. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.js +2 -3
  52. package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/limitValues/LimitValuesConfiguration.js.map +1 -1
  53. package/esm/presentation/localization/createInternalIntl.d.ts.map +1 -1
  54. package/esm/presentation/localization/createInternalIntl.js +1 -7
  55. package/esm/presentation/localization/createInternalIntl.js.map +1 -1
  56. package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.d.ts +0 -1
  57. package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.d.ts.map +1 -1
  58. package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.js +4 -5
  59. package/esm/presentation/saveAs/DefaultSaveAsDialog/SaveAsDialogRenderer.js.map +1 -1
  60. package/esm/presentation/saveAs/DefaultSaveAsDialog/index.d.ts.map +1 -1
  61. package/esm/presentation/saveAs/DefaultSaveAsDialog/index.js +2 -2
  62. package/esm/presentation/saveAs/DefaultSaveAsDialog/index.js.map +1 -1
  63. package/esm/presentation/saveAs/DefaultSaveAsDialog/useSaveAs.d.ts +0 -1
  64. package/esm/presentation/saveAs/DefaultSaveAsDialog/useSaveAs.d.ts.map +1 -1
  65. package/esm/presentation/saveAs/DefaultSaveAsDialog/useSaveAs.js +1 -3
  66. package/esm/presentation/saveAs/DefaultSaveAsDialog/useSaveAs.js.map +1 -1
  67. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.d.ts.map +1 -1
  68. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js +11 -10
  69. package/esm/presentation/scheduledEmail/DefaultScheduledEmailManagementDialog/DefaultScheduledEmailManagementDialog.js.map +1 -1
  70. package/esm/presentation/widget/common/useInsightExport.d.ts +1 -0
  71. package/esm/presentation/widget/common/useInsightExport.d.ts.map +1 -1
  72. package/esm/presentation/widget/common/useInsightExport.js +46 -18
  73. package/esm/presentation/widget/common/useInsightExport.js.map +1 -1
  74. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/useDashboardInsightDrills.d.ts.map +1 -1
  75. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/useDashboardInsightDrills.js +4 -16
  76. package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/useDashboardInsightDrills.js.map +1 -1
  77. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
  78. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js +2 -4
  79. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
  80. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.d.ts.map +1 -1
  81. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js +1 -0
  82. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/InsightDrillDialog.js.map +1 -1
  83. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.d.ts.map +1 -1
  84. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.js +5 -6
  85. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogInsightDrills.js.map +1 -1
  86. package/esm/presentation/widget/insight/ViewModeDashboardInsight/useResolveDashboardInsightProperties.js +1 -1
  87. package/esm/presentation/widget/insight/ViewModeDashboardInsight/useResolveDashboardInsightProperties.js.map +1 -1
  88. package/esm/presentation/widget/insight/configuration/DrillOriginItem.d.ts.map +1 -1
  89. package/esm/presentation/widget/insight/configuration/DrillOriginItem.js +3 -5
  90. package/esm/presentation/widget/insight/configuration/DrillOriginItem.js.map +1 -1
  91. package/esm/presentation/widget/insight/configuration/InsightConfiguration.d.ts.map +1 -1
  92. package/esm/presentation/widget/insight/configuration/InsightConfiguration.js +1 -2
  93. package/esm/presentation/widget/insight/configuration/InsightConfiguration.js.map +1 -1
  94. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/InsightDrillConfigPanel.d.ts.map +1 -1
  95. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/InsightDrillConfigPanel.js +2 -2
  96. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/InsightDrillConfigPanel.js.map +1 -1
  97. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.d.ts +0 -1
  98. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.d.ts.map +1 -1
  99. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.js +1 -4
  100. package/esm/presentation/widget/insight/configuration/InsightDrillConfigPanel/useInsightDrillConfigPanel.js.map +1 -1
  101. package/esm/presentation/widget/insight/configuration/useDrillTargetTypeItems.d.ts.map +1 -1
  102. package/esm/presentation/widget/insight/configuration/useDrillTargetTypeItems.js +13 -21
  103. package/esm/presentation/widget/insight/configuration/useDrillTargetTypeItems.js.map +1 -1
  104. package/esm/presentation/widget/widget/InsightWidget/useEditableInsightMenu.d.ts.map +1 -1
  105. package/esm/presentation/widget/widget/InsightWidget/useEditableInsightMenu.js +2 -7
  106. package/esm/presentation/widget/widget/InsightWidget/useEditableInsightMenu.js.map +1 -1
  107. package/esm/sdk-ui-dashboard.d.ts +19 -98
  108. package/package.json +16 -16
  109. package/styles/css/main.css +40 -32
  110. package/styles/css/main.css.map +1 -1
  111. package/esm/model/commandHandlers/drillTargets/validation/availableDrillTargetsValidation.d.ts +0 -5
  112. package/esm/model/commandHandlers/drillTargets/validation/availableDrillTargetsValidation.d.ts.map +0 -1
  113. package/esm/model/commandHandlers/drillTargets/validation/availableDrillTargetsValidation.js +0 -12
  114. package/esm/model/commandHandlers/drillTargets/validation/availableDrillTargetsValidation.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-dashboard",
3
- "version": "11.2.0-alpha.1",
3
+ "version": "11.2.0-alpha.3",
4
4
  "description": "GoodData SDK - Dashboard Component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -60,18 +60,18 @@
60
60
  "ts-invariant": "^0.7.5",
61
61
  "tslib": "2.8.1",
62
62
  "uuid": "^11.1.0",
63
- "@gooddata/sdk-backend-base": "11.2.0-alpha.1",
64
- "@gooddata/sdk-ui-ext": "11.2.0-alpha.1",
65
- "@gooddata/sdk-ui": "11.2.0-alpha.1",
66
- "@gooddata/sdk-model": "11.2.0-alpha.1",
67
- "@gooddata/sdk-backend-spi": "11.2.0-alpha.1",
68
- "@gooddata/sdk-ui-filters": "11.2.0-alpha.1",
69
- "@gooddata/sdk-ui-geo": "11.2.0-alpha.1",
70
- "@gooddata/sdk-ui-kit": "11.2.0-alpha.1",
71
- "@gooddata/sdk-ui-pivot": "11.2.0-alpha.1",
72
- "@gooddata/sdk-ui-theme-provider": "11.2.0-alpha.1",
73
- "@gooddata/sdk-ui-vis-commons": "11.2.0-alpha.1",
74
- "@gooddata/util": "11.2.0-alpha.1"
63
+ "@gooddata/sdk-backend-base": "11.2.0-alpha.3",
64
+ "@gooddata/sdk-backend-spi": "11.2.0-alpha.3",
65
+ "@gooddata/sdk-model": "11.2.0-alpha.3",
66
+ "@gooddata/sdk-ui": "11.2.0-alpha.3",
67
+ "@gooddata/sdk-ui-ext": "11.2.0-alpha.3",
68
+ "@gooddata/sdk-ui-filters": "11.2.0-alpha.3",
69
+ "@gooddata/sdk-ui-geo": "11.2.0-alpha.3",
70
+ "@gooddata/sdk-ui-pivot": "11.2.0-alpha.3",
71
+ "@gooddata/sdk-ui-kit": "11.2.0-alpha.3",
72
+ "@gooddata/sdk-ui-theme-provider": "11.2.0-alpha.3",
73
+ "@gooddata/sdk-ui-vis-commons": "11.2.0-alpha.3",
74
+ "@gooddata/util": "11.2.0-alpha.3"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@gooddata/eslint-config": "^4.1.1",
@@ -119,9 +119,9 @@
119
119
  "typescript": "5.8.3",
120
120
  "vitest": "3.2.4",
121
121
  "vitest-dom": "0.1.1",
122
- "@gooddata/i18n-toolkit": "11.2.0-alpha.1",
123
- "@gooddata/reference-workspace": "11.2.0-alpha.1",
124
- "@gooddata/sdk-backend-mockingbird": "11.2.0-alpha.1"
122
+ "@gooddata/i18n-toolkit": "11.2.0-alpha.3",
123
+ "@gooddata/reference-workspace": "11.2.0-alpha.3",
124
+ "@gooddata/sdk-backend-mockingbird": "11.2.0-alpha.3"
125
125
  },
126
126
  "peerDependencies": {
127
127
  "react": "^18.0.0 || ^19.0.0",
@@ -6765,15 +6765,6 @@ input[type=search]::-webkit-search-cancel-button {
6765
6765
  color: var(--gd-palette-complementary-7, #6d7680);
6766
6766
  }
6767
6767
 
6768
- .gd-async-list .gd-attribute-filter-elements-select-item__next .gd-list-item-only {
6769
- opacity: 0;
6770
- margin-left: 0;
6771
- width: 1px;
6772
- overflow: hidden;
6773
- white-space: nowrap;
6774
- pointer-events: none;
6775
- }
6776
-
6777
6768
  .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover {
6778
6769
  background-color: var(--gd-palette-complementary-2, #ebeff4);
6779
6770
  }
@@ -6787,19 +6778,32 @@ input[type=search]::-webkit-search-cancel-button {
6787
6778
  color: var(--gd-palette-complementary-9-from-theme, inherit);
6788
6779
  }
6789
6780
 
6790
- .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover .gd-list-item-only {
6781
+ .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-selected {
6782
+ font-weight: bold;
6783
+ color: var(--gd-palette-complementary-8, #464e56);
6784
+ }
6785
+
6786
+ .gd-async-list .gd-attribute-filter-elements-select-item__next .gd-list-item-only,
6787
+ .gd-async-list .gd-single-selection-attribute-filter-elements-select-item .gd-list-item-only {
6788
+ opacity: 0;
6789
+ margin-left: 0;
6790
+ width: 1px;
6791
+ overflow: hidden;
6792
+ white-space: nowrap;
6793
+ pointer-events: none;
6794
+ }
6795
+
6796
+ .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover .gd-list-item-only,
6797
+ .gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item:hover .gd-list-item-only {
6791
6798
  opacity: 1;
6792
6799
  width: auto;
6793
6800
  margin-left: 7px;
6794
6801
  pointer-events: auto;
6795
6802
  }
6796
6803
 
6797
- .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-selected {
6798
- font-weight: bold;
6799
- color: var(--gd-palette-complementary-8, #464e56);
6800
- }
6801
-
6802
- .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-focused .gd-list-item-only, .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:focus-within .gd-list-item-only {
6804
+ .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-focused .gd-list-item-only, .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:focus-within .gd-list-item-only,
6805
+ .gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item.is-focused .gd-list-item-only,
6806
+ .gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item:focus-within .gd-list-item-only {
6803
6807
  opacity: 1;
6804
6808
  width: auto;
6805
6809
  margin-left: 7px;
@@ -17849,15 +17853,6 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
17849
17853
  color: var(--gd-palette-complementary-7, #6d7680);
17850
17854
  }
17851
17855
 
17852
- .gd-async-list .gd-attribute-filter-elements-select-item__next .gd-list-item-only {
17853
- opacity: 0;
17854
- margin-left: 0;
17855
- width: 1px;
17856
- overflow: hidden;
17857
- white-space: nowrap;
17858
- pointer-events: none;
17859
- }
17860
-
17861
17856
  .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover {
17862
17857
  background-color: var(--gd-palette-complementary-2, #ebeff4);
17863
17858
  }
@@ -17871,19 +17866,32 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
17871
17866
  color: var(--gd-palette-complementary-9-from-theme, inherit);
17872
17867
  }
17873
17868
 
17874
- .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover .gd-list-item-only {
17869
+ .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-selected {
17870
+ font-weight: bold;
17871
+ color: var(--gd-palette-complementary-8, #464e56);
17872
+ }
17873
+
17874
+ .gd-async-list .gd-attribute-filter-elements-select-item__next .gd-list-item-only,
17875
+ .gd-async-list .gd-single-selection-attribute-filter-elements-select-item .gd-list-item-only {
17876
+ opacity: 0;
17877
+ margin-left: 0;
17878
+ width: 1px;
17879
+ overflow: hidden;
17880
+ white-space: nowrap;
17881
+ pointer-events: none;
17882
+ }
17883
+
17884
+ .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:hover .gd-list-item-only,
17885
+ .gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item:hover .gd-list-item-only {
17875
17886
  opacity: 1;
17876
17887
  width: auto;
17877
17888
  margin-left: 7px;
17878
17889
  pointer-events: auto;
17879
17890
  }
17880
17891
 
17881
- .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-selected {
17882
- font-weight: bold;
17883
- color: var(--gd-palette-complementary-8, #464e56);
17884
- }
17885
-
17886
- .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-focused .gd-list-item-only, .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:focus-within .gd-list-item-only {
17892
+ .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item.is-focused .gd-list-item-only, .gd-async-list .gd-attribute-filter-elements-select-item__next.gd-list-item:focus-within .gd-list-item-only,
17893
+ .gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item.is-focused .gd-list-item-only,
17894
+ .gd-async-list .gd-single-selection-attribute-filter-elements-select-item.gd-list-item:focus-within .gd-list-item-only {
17887
17895
  opacity: 1;
17888
17896
  width: auto;
17889
17897
  margin-left: 7px;