@gooddata/sdk-ui-dashboard 11.19.0-alpha.1 → 11.19.0-alpha.10

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 (156) hide show
  1. package/NOTICE +1841 -1701
  2. package/esm/__version.d.ts +1 -1
  3. package/esm/__version.d.ts.map +1 -1
  4. package/esm/__version.js +1 -1
  5. package/esm/__version.js.map +1 -1
  6. package/esm/_staging/dateFilterConfig/validation.js +1 -1
  7. package/esm/_staging/dateFilterConfig/validation.js.map +1 -1
  8. package/esm/index.d.ts +1 -0
  9. package/esm/index.d.ts.map +1 -1
  10. package/esm/index.js.map +1 -1
  11. package/esm/kdaDialog/components/KdaFooter.js +2 -2
  12. package/esm/kdaDialog/components/KdaFooter.js.map +1 -1
  13. package/esm/kdaDialog/composition/AddFilterButton.d.ts.map +1 -1
  14. package/esm/kdaDialog/composition/AddFilterButton.js +1 -1
  15. package/esm/kdaDialog/composition/AddFilterButton.js.map +1 -1
  16. package/esm/kdaDialog/composition/KeyDriversFooter.d.ts.map +1 -1
  17. package/esm/kdaDialog/composition/KeyDriversFooter.js +9 -2
  18. package/esm/kdaDialog/composition/KeyDriversFooter.js.map +1 -1
  19. package/esm/kdaDialog/composition/KeyDriversOverview.js +1 -1
  20. package/esm/kdaDialog/composition/KeyDriversOverview.js.map +1 -1
  21. package/esm/kdaDialog/dialog/KdaDialog.d.ts +1 -1
  22. package/esm/kdaDialog/dialog/KdaDialog.d.ts.map +1 -1
  23. package/esm/kdaDialog/dialog/KdaDialog.js +14 -6
  24. package/esm/kdaDialog/dialog/KdaDialog.js.map +1 -1
  25. package/esm/kdaDialog/dialog/KdaDialogActionButtons.d.ts +3 -1
  26. package/esm/kdaDialog/dialog/KdaDialogActionButtons.d.ts.map +1 -1
  27. package/esm/kdaDialog/dialog/KdaDialogActionButtons.js +17 -6
  28. package/esm/kdaDialog/dialog/KdaDialogActionButtons.js.map +1 -1
  29. package/esm/kdaDialog/dialog/KdaDialogController.d.ts.map +1 -1
  30. package/esm/kdaDialog/dialog/KdaDialogController.js +13 -4
  31. package/esm/kdaDialog/dialog/KdaDialogController.js.map +1 -1
  32. package/esm/kdaDialog/dialog/KdaDialogControls.d.ts.map +1 -1
  33. package/esm/kdaDialog/dialog/KdaDialogControls.js +2 -2
  34. package/esm/kdaDialog/dialog/KdaDialogControls.js.map +1 -1
  35. package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.d.ts +5 -1
  36. package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.d.ts.map +1 -1
  37. package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.js +6 -9
  38. package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.js.map +1 -1
  39. package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.d.ts +2 -2
  40. package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.d.ts.map +1 -1
  41. package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.js +5 -4
  42. package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.js.map +1 -1
  43. package/esm/kdaDialog/types.d.ts +10 -0
  44. package/esm/kdaDialog/types.d.ts.map +1 -1
  45. package/esm/kdaDialog/types.js +1 -1
  46. package/esm/kdaDialog/types.js.map +1 -1
  47. package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.d.ts +11 -0
  48. package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.d.ts.map +1 -0
  49. package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.js +29 -0
  50. package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.js.map +1 -0
  51. package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.d.ts +4 -0
  52. package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.d.ts.map +1 -0
  53. package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.js +122 -0
  54. package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.js.map +1 -0
  55. package/esm/model/commandHandlers/index.d.ts.map +1 -1
  56. package/esm/model/commandHandlers/index.js.map +1 -1
  57. package/esm/model/events/general.d.ts.map +1 -1
  58. package/esm/model/events/general.js.map +1 -1
  59. package/esm/model/headlessDashboard/HeadlessDashboard.d.ts.map +1 -1
  60. package/esm/model/headlessDashboard/HeadlessDashboard.js +2 -6
  61. package/esm/model/headlessDashboard/HeadlessDashboard.js.map +1 -1
  62. package/esm/model/react/useInitializeDashboardStore.d.ts.map +1 -1
  63. package/esm/model/react/useInitializeDashboardStore.js +2 -0
  64. package/esm/model/react/useInitializeDashboardStore.js.map +1 -1
  65. package/esm/model/store/config/configSelectors.d.ts +0 -6
  66. package/esm/model/store/config/configSelectors.d.ts.map +1 -1
  67. package/esm/model/store/config/configSelectors.js +13 -21
  68. package/esm/model/store/config/configSelectors.js.map +1 -1
  69. package/esm/model/store/dashboardStore.d.ts.map +1 -1
  70. package/esm/model/store/dashboardStore.js +2 -1
  71. package/esm/model/store/dashboardStore.js.map +1 -1
  72. package/esm/model/store/dashboardSummaryWorkflow/constants.d.ts +7 -0
  73. package/esm/model/store/dashboardSummaryWorkflow/constants.d.ts.map +1 -0
  74. package/esm/model/store/dashboardSummaryWorkflow/constants.js +8 -0
  75. package/esm/model/store/dashboardSummaryWorkflow/constants.js.map +1 -0
  76. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.d.ts +25 -0
  77. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.d.ts.map +1 -0
  78. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.js +46 -0
  79. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.js.map +1 -0
  80. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.d.ts +6 -0
  81. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.d.ts.map +1 -0
  82. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.js +13 -0
  83. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.js.map +1 -0
  84. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.d.ts +30 -0
  85. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.d.ts.map +1 -0
  86. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.js +5 -0
  87. package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.js.map +1 -0
  88. package/esm/model/store/dashboardSummaryWorkflow/index.d.ts +21 -0
  89. package/esm/model/store/dashboardSummaryWorkflow/index.d.ts.map +1 -0
  90. package/esm/model/store/dashboardSummaryWorkflow/index.js +12 -0
  91. package/esm/model/store/dashboardSummaryWorkflow/index.js.map +1 -0
  92. package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.d.ts +8 -0
  93. package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.d.ts.map +1 -0
  94. package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.js +16 -0
  95. package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.js.map +1 -0
  96. package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.d.ts +19 -0
  97. package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.d.ts.map +1 -1
  98. package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.js +19 -0
  99. package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.js.map +1 -1
  100. package/esm/model/store/types.d.ts +7 -0
  101. package/esm/model/store/types.d.ts.map +1 -1
  102. package/esm/model/types/layoutTypes.d.ts.map +1 -1
  103. package/esm/model/types/layoutTypes.js.map +1 -1
  104. package/esm/plugins/customizationApis/visualizationSwitcherCustomizer.d.ts.map +1 -1
  105. package/esm/plugins/customizationApis/visualizationSwitcherCustomizer.js.map +1 -1
  106. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js.map +1 -1
  107. package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelectOld.js.map +1 -1
  108. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
  109. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +2 -2
  110. package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
  111. package/esm/presentation/dashboard/types.d.ts +1 -1
  112. package/esm/presentation/dashboard/types.d.ts.map +1 -1
  113. package/esm/presentation/dashboardList/DashboardList.d.ts.map +1 -1
  114. package/esm/presentation/dashboardList/DashboardList.js +1 -1
  115. package/esm/presentation/dashboardList/DashboardList.js.map +1 -1
  116. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
  117. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +34 -10
  118. package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js.map +1 -1
  119. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -1
  120. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
  121. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +2 -2
  122. package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
  123. package/esm/presentation/filterBar/attributeFilter/types.d.ts +0 -1
  124. package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
  125. package/esm/presentation/insightList/InsightList.d.ts.map +1 -1
  126. package/esm/presentation/insightList/InsightList.js +22 -49
  127. package/esm/presentation/insightList/InsightList.js.map +1 -1
  128. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +32 -0
  129. package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
  130. package/esm/presentation/localization/bundles/en-US.localization-bundle.js +35 -3
  131. package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
  132. package/esm/presentation/scheduledEmail/utils/validate.d.ts.map +1 -1
  133. package/esm/presentation/scheduledEmail/utils/validate.js +1 -2
  134. package/esm/presentation/scheduledEmail/utils/validate.js.map +1 -1
  135. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
  136. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
  137. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.d.ts.map +1 -1
  138. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.js +5 -2
  139. package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.js.map +1 -1
  140. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.d.ts.map +1 -1
  141. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js +1 -16
  142. package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js.map +1 -1
  143. package/esm/presentation/widget/richText/ViewModeDashboardRichText.d.ts.map +1 -1
  144. package/esm/presentation/widget/richText/ViewModeDashboardRichText.js +31 -1
  145. package/esm/presentation/widget/richText/ViewModeDashboardRichText.js.map +1 -1
  146. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
  147. package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
  148. package/esm/sdk-ui-dashboard.d.ts +66 -2
  149. package/package.json +53 -51
  150. package/styles/css/configurationPanel.css +1 -1
  151. package/styles/css/kdaDialog.css +23 -1
  152. package/styles/css/kdaDialog.css.map +1 -1
  153. package/styles/css/main.css +25 -2
  154. package/styles/css/main.css.map +1 -1
  155. package/styles/scss/configurationPanel.scss +1 -1
  156. package/styles/scss/kdaDialog.scss +35 -1
@@ -55,10 +55,26 @@
55
55
  padding: 4px 5px 4px 10px;
56
56
  border-radius: 4px;
57
57
  border-width: 1px;
58
- border-color: var(--gd-palette-complementary-3);
59
58
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
60
59
  animation: gd-kda-dialog-enter-minimized 200ms cubic-bezier(0.22, 1, 0.36, 1) 50ms both;
61
60
  }
61
+
62
+ &#{&}--done {
63
+ background: var(--gd-toastMessage-success-backgroundColor);
64
+ border-color: var(--gd-toastMessage-success-borderColor);
65
+ color: var(--gd-toastMessage-success-textColor);
66
+ }
67
+
68
+ &#{&}--error {
69
+ background: var(--gd-toastMessage-error-backgroundColor);
70
+ border-color: var(--gd-toastMessage-error-borderColor);
71
+ color: var(--gd-toastMessage-error-textColor);
72
+ }
73
+
74
+ &#{&}--step1,
75
+ &#{&}--step2 {
76
+ border-color: var(--gd-palette-complementary-3);
77
+ }
62
78
  }
63
79
 
64
80
  // Align expanded dialog actions with the header title row.
@@ -85,11 +101,20 @@
85
101
  &__button {
86
102
  display: flex;
87
103
  cursor: pointer;
104
+
105
+ &__open {
106
+ margin-right: 7px;
107
+ }
88
108
  }
89
109
 
90
110
  &__divider {
91
111
  width: 1px;
92
112
  background-color: var(--gd-palette-complementary-3);
113
+
114
+ &.done,
115
+ &.error {
116
+ background-color: var(--gd-palette-complementary-0-t70);
117
+ }
93
118
  }
94
119
 
95
120
  &--size-small {
@@ -158,6 +183,15 @@
158
183
  text-overflow: ellipsis;
159
184
  }
160
185
  }
186
+ &.gd-kda-dialog--minimized--done,
187
+ &.gd-kda-dialog--minimized--error {
188
+ .gd-kda-floating-status-bar {
189
+ &__text {
190
+ color: var(--gd-palette-complementary-0);
191
+ font-weight: 700;
192
+ }
193
+ }
194
+ }
161
195
 
162
196
  //dialog sections - structure
163
197
  .gd-kda-dialog-sections {