@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.
- package/NOTICE +1841 -1701
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/_staging/dateFilterConfig/validation.js +1 -1
- package/esm/_staging/dateFilterConfig/validation.js.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/esm/kdaDialog/components/KdaFooter.js +2 -2
- package/esm/kdaDialog/components/KdaFooter.js.map +1 -1
- package/esm/kdaDialog/composition/AddFilterButton.d.ts.map +1 -1
- package/esm/kdaDialog/composition/AddFilterButton.js +1 -1
- package/esm/kdaDialog/composition/AddFilterButton.js.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversFooter.d.ts.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversFooter.js +9 -2
- package/esm/kdaDialog/composition/KeyDriversFooter.js.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversOverview.js +1 -1
- package/esm/kdaDialog/composition/KeyDriversOverview.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.d.ts +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.js +14 -6
- package/esm/kdaDialog/dialog/KdaDialog.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.d.ts +3 -1
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.js +17 -6
- package/esm/kdaDialog/dialog/KdaDialogActionButtons.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogController.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogController.js +13 -4
- package/esm/kdaDialog/dialog/KdaDialogController.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogControls.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogControls.js +2 -2
- package/esm/kdaDialog/dialog/KdaDialogControls.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.d.ts +5 -1
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.js +6 -9
- package/esm/kdaDialog/dialog/KdaDialogFloatingStatusBar.js.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.d.ts +2 -2
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.d.ts.map +1 -1
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.js +5 -4
- package/esm/kdaDialog/dialog/hooks/useKdaDialogAccessibility.js.map +1 -1
- package/esm/kdaDialog/types.d.ts +10 -0
- package/esm/kdaDialog/types.d.ts.map +1 -1
- package/esm/kdaDialog/types.js +1 -1
- package/esm/kdaDialog/types.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.d.ts +11 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.js +29 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowUtils.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.d.ts +4 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.d.ts.map +1 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.js +122 -0
- package/esm/model/commandHandlers/dashboard/dashboardSummaryWorkflowWorker.js.map +1 -0
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/events/general.d.ts.map +1 -1
- package/esm/model/events/general.js.map +1 -1
- package/esm/model/headlessDashboard/HeadlessDashboard.d.ts.map +1 -1
- package/esm/model/headlessDashboard/HeadlessDashboard.js +2 -6
- package/esm/model/headlessDashboard/HeadlessDashboard.js.map +1 -1
- package/esm/model/react/useInitializeDashboardStore.d.ts.map +1 -1
- package/esm/model/react/useInitializeDashboardStore.js +2 -0
- package/esm/model/react/useInitializeDashboardStore.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +0 -6
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +13 -21
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/dashboardStore.d.ts.map +1 -1
- package/esm/model/store/dashboardStore.js +2 -1
- package/esm/model/store/dashboardStore.js.map +1 -1
- package/esm/model/store/dashboardSummaryWorkflow/constants.d.ts +7 -0
- package/esm/model/store/dashboardSummaryWorkflow/constants.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/constants.js +8 -0
- package/esm/model/store/dashboardSummaryWorkflow/constants.js.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.d.ts +25 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.js +46 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowReducers.js.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.d.ts +6 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.js +13 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowSelectors.js.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.d.ts +30 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.js +5 -0
- package/esm/model/store/dashboardSummaryWorkflow/dashboardSummaryWorkflowState.js.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/index.d.ts +21 -0
- package/esm/model/store/dashboardSummaryWorkflow/index.d.ts.map +1 -0
- package/esm/model/store/dashboardSummaryWorkflow/index.js +12 -0
- package/esm/model/store/dashboardSummaryWorkflow/index.js.map +1 -0
- package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.d.ts +8 -0
- package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.d.ts.map +1 -0
- package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.js +16 -0
- package/esm/model/store/listedDashboards/listedDashboardsSummarySelectors.js.map +1 -0
- package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.d.ts +19 -0
- package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.d.ts.map +1 -1
- package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.js +19 -0
- package/esm/model/store/storeAccessors/SingleDashboardStoreAccessor.js.map +1 -1
- package/esm/model/store/types.d.ts +7 -0
- package/esm/model/store/types.d.ts.map +1 -1
- package/esm/model/types/layoutTypes.d.ts.map +1 -1
- package/esm/model/types/layoutTypes.js.map +1 -1
- package/esm/plugins/customizationApis/visualizationSwitcherCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/visualizationSwitcherCustomizer.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelectOld.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +2 -2
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/dashboard/types.d.ts +1 -1
- package/esm/presentation/dashboard/types.d.ts.map +1 -1
- package/esm/presentation/dashboardList/DashboardList.d.ts.map +1 -1
- package/esm/presentation/dashboardList/DashboardList.js +1 -1
- package/esm/presentation/dashboardList/DashboardList.js.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.d.ts.map +1 -1
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js +34 -10
- package/esm/presentation/drill/DrillSelect/DrillSelectDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js +2 -2
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +0 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/insightList/InsightList.d.ts.map +1 -1
- package/esm/presentation/insightList/InsightList.js +22 -49
- package/esm/presentation/insightList/InsightList.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +32 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +35 -3
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/scheduledEmail/utils/validate.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/utils/validate.js +1 -2
- package/esm/presentation/scheduledEmail/utils/validate.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialog.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.js +5 -2
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/useDrillDialogSyncInsightProperties.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js +1 -16
- package/esm/presentation/widget/insight/configuration/InsightDescriptionConfig/InsightDescriptionConfig.js.map +1 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.d.ts.map +1 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.js +31 -1
- package/esm/presentation/widget/richText/ViewModeDashboardRichText.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +66 -2
- package/package.json +53 -51
- package/styles/css/configurationPanel.css +1 -1
- package/styles/css/kdaDialog.css +23 -1
- package/styles/css/kdaDialog.css.map +1 -1
- package/styles/css/main.css +25 -2
- package/styles/css/main.css.map +1 -1
- package/styles/scss/configurationPanel.scss +1 -1
- 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 {
|