@gooddata/sdk-ui-dashboard 11.12.0-alpha.2 → 11.12.0-alpha.4
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/_staging/automation/index.d.ts +5 -0
- package/esm/_staging/automation/index.d.ts.map +1 -1
- package/esm/_staging/automation/index.js +12 -0
- package/esm/_staging/automation/index.js.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterContextValidation.d.ts +1 -1
- package/esm/_staging/dashboard/dashboardFilterContextValidation.d.ts.map +1 -1
- package/esm/_staging/dashboard/dashboardFilterContextValidation.js +34 -6
- package/esm/_staging/dashboard/dashboardFilterContextValidation.js.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.d.ts +1 -0
- package/esm/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.js +41 -3
- package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
- package/esm/kdaDialog/components/KdaSummaryDrivers.d.ts.map +1 -1
- package/esm/kdaDialog/components/KdaSummaryDrivers.js +9 -3
- package/esm/kdaDialog/components/KdaSummaryDrivers.js.map +1 -1
- package/esm/kdaDialog/components/bars/DateBar.d.ts.map +1 -1
- package/esm/kdaDialog/components/bars/DateBar.js +4 -3
- package/esm/kdaDialog/components/bars/DateBar.js.map +1 -1
- package/esm/kdaDialog/components/bars/MetricBar.d.ts.map +1 -1
- package/esm/kdaDialog/components/bars/MetricBar.js +2 -2
- package/esm/kdaDialog/components/bars/MetricBar.js.map +1 -1
- package/esm/kdaDialog/components/columns/driverColumn.d.ts +2 -2
- package/esm/kdaDialog/components/columns/driverColumn.d.ts.map +1 -1
- package/esm/kdaDialog/components/columns/driverColumn.js +4 -11
- package/esm/kdaDialog/components/columns/driverColumn.js.map +1 -1
- package/esm/kdaDialog/components/items/SummaryItem.d.ts.map +1 -1
- package/esm/kdaDialog/components/items/SummaryItem.js +1 -1
- package/esm/kdaDialog/components/items/SummaryItem.js.map +1 -1
- package/esm/kdaDialog/composition/AddFilterButton.d.ts.map +1 -1
- package/esm/kdaDialog/composition/AddFilterButton.js +12 -2
- 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 +48 -12
- package/esm/kdaDialog/composition/KeyDriversFooter.js.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversOverview.js +7 -12
- package/esm/kdaDialog/composition/KeyDriversOverview.js.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversPanel.d.ts.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversPanel.js +3 -1
- package/esm/kdaDialog/composition/KeyDriversPanel.js.map +1 -1
- package/esm/kdaDialog/composition/data/dataview.d.ts.map +1 -1
- package/esm/kdaDialog/composition/data/dataview.js +15 -4
- package/esm/kdaDialog/composition/data/dataview.js.map +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.js +1 -1
- package/esm/kdaDialog/dialog/KdaDialog.js.map +1 -1
- package/esm/kdaDialog/internalTypes.d.ts +2 -0
- package/esm/kdaDialog/internalTypes.d.ts.map +1 -1
- package/esm/kdaDialog/providers/KdaState.d.ts.map +1 -1
- package/esm/kdaDialog/providers/KdaState.js +3 -0
- package/esm/kdaDialog/providers/KdaState.js.map +1 -1
- package/esm/kdaDialog/tools/sortedKeyDrivers.d.ts +3 -0
- package/esm/kdaDialog/tools/sortedKeyDrivers.d.ts.map +1 -0
- package/esm/kdaDialog/tools/sortedKeyDrivers.js +9 -0
- package/esm/kdaDialog/tools/sortedKeyDrivers.js.map +1 -0
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js +8 -7
- package/esm/model/commandHandlers/dashboard/common/stateInitializers.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js +5 -6
- package/esm/model/commandHandlers/dashboard/initializeDashboardHandler/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js +9 -2
- package/esm/model/commandHandlers/dashboard/resetDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js +2 -8
- package/esm/model/commandHandlers/dashboard/saveAsDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js +16 -9
- package/esm/model/commandHandlers/dashboard/saveDashboardHandler.js.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +17 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js.map +1 -1
- package/esm/model/react/filtering/selectors.d.ts +2 -1
- package/esm/model/react/filtering/selectors.d.ts.map +1 -1
- package/esm/model/react/filtering/selectors.js +1 -1
- package/esm/model/react/filtering/selectors.js.map +1 -1
- package/esm/model/react/index.d.ts +2 -1
- package/esm/model/react/index.d.ts.map +1 -1
- package/esm/model/react/index.js +1 -1
- package/esm/model/react/index.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +7 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +9 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/drill/drillSelectors.d.ts +7 -0
- package/esm/model/store/drill/drillSelectors.d.ts.map +1 -1
- package/esm/model/store/drill/drillSelectors.js +9 -0
- package/esm/model/store/drill/drillSelectors.js.map +1 -1
- package/esm/model/store/filtering/dashboardFilterSelectors.d.ts +38 -0
- package/esm/model/store/filtering/dashboardFilterSelectors.d.ts.map +1 -1
- package/esm/model/store/filtering/dashboardFilterSelectors.js +56 -5
- package/esm/model/store/filtering/dashboardFilterSelectors.js.map +1 -1
- package/esm/model/store/index.d.ts +4 -4
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +4 -4
- package/esm/model/store/index.js.map +1 -1
- package/esm/model/store/meta/metaSelectors.d.ts.map +1 -1
- package/esm/model/store/meta/metaSelectors.js +22 -17
- package/esm/model/store/meta/metaSelectors.js.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts +6 -0
- package/esm/model/store/tabs/layout/layoutSelectors.d.ts.map +1 -1
- package/esm/model/store/tabs/layout/layoutSelectors.js +17 -0
- package/esm/model/store/tabs/layout/layoutSelectors.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +11 -67
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts +0 -12
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js +2 -5
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertAttributeSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.js +11 -51
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts +2 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js +4 -4
- package/esm/presentation/automationFilters/components/AutomationAttributeFilter.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts +2 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilter.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilter.js +21 -9
- package/esm/presentation/automationFilters/components/AutomationDateFilter.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts +4 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilterContext.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js +10 -2
- package/esm/presentation/automationFilters/components/AutomationDateFilterContext.js.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts +19 -2
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js +110 -32
- package/esm/presentation/automationFilters/components/AutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/automationFilters/hooks/useAutomationVisibleFilters.d.ts +2 -1
- package/esm/presentation/automationFilters/hooks/useAutomationVisibleFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/hooks/useAutomationVisibleFilters.js +18 -10
- package/esm/presentation/automationFilters/hooks/useAutomationVisibleFilters.js.map +1 -1
- package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts +8 -1
- package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.d.ts.map +1 -1
- package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js +31 -4
- package/esm/presentation/automationFilters/hooks/useDefaultSelectedFiltersForExistingAutomation.js.map +1 -1
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts +16 -0
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js +104 -10
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFilters.d.ts +50 -4
- package/esm/presentation/automationFilters/useAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFilters.js +218 -8
- package/esm/presentation/automationFilters/useAutomationFilters.js.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.d.ts +32 -3
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.d.ts.map +1 -1
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.js +79 -6
- package/esm/presentation/automationFilters/useAutomationFiltersSelect.js.map +1 -1
- package/esm/presentation/automationFilters/utils.d.ts +5 -0
- package/esm/presentation/automationFilters/utils.d.ts.map +1 -1
- package/esm/presentation/automationFilters/utils.js +16 -0
- package/esm/presentation/automationFilters/utils.js.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js +3 -3
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.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 +7 -4
- package/esm/presentation/filterBar/attributeFilter/addAttributeFilter/AttributesDropdown.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts +2 -1
- package/esm/presentation/filterBar/attributeFilter/types.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.js +3 -1
- package/esm/presentation/flexibleLayout/DashboardItemOverlay/DashboardItemOverlay.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +24 -8
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +6 -2
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +6 -2
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +28 -18
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +16 -3
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +109 -12
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.js +5 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/CustomError.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ResultCacheMissingError.d.ts +6 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ResultCacheMissingError.d.ts.map +1 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ResultCacheMissingError.js +10 -0
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/CustomError/ResultCacheMissingError.js.map +1 -0
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.d.ts.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js +2 -2
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/getDefaultInsightMenuItems.js.map +1 -1
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/types.d.ts +1 -0
- package/esm/presentation/widget/insightMenu/DefaultDashboardInsightMenu/types.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js +5 -1
- package/esm/presentation/widget/widget/InsightWidget/useInsightMenu.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +73 -2
- package/package.json +18 -18
- package/styles/css/automationFilters.css +65 -1
- package/styles/css/automationFilters.css.map +1 -1
- package/styles/css/dashboard.css +5 -1
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/filterBar.css +13 -1
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/kdaDialog.css +16 -7
- package/styles/css/kdaDialog.css.map +1 -1
- package/styles/css/layout.css +1 -0
- package/styles/css/layout.css.map +1 -1
- package/styles/css/main.css +104 -14
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +4 -0
- package/styles/css/notifications_channels_dialog.css.map +1 -1
- package/styles/css/toolbar.css +1 -1
- package/styles/css/visualization.css +4 -3
- package/styles/css/visualization.css.map +1 -1
- package/styles/scss/_zIndexes.scss +2 -2
- package/styles/scss/automationFilters.scss +76 -1
- package/styles/scss/dashboard.scss +0 -1
- package/styles/scss/filterBar.scss +18 -1
- package/styles/scss/kdaDialog.scss +18 -8
- package/styles/scss/layout.scss +1 -0
- package/styles/scss/notifications_channels_dialog.scss +5 -0
- package/styles/scss/visualization.scss +4 -3
package/styles/css/toolbar.css
CHANGED
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
font-size: 14px;
|
|
24
24
|
font-weight: bold;
|
|
25
25
|
line-height: normal;
|
|
26
|
-
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
27
26
|
}
|
|
28
27
|
.visualization .info-label h2,
|
|
29
|
-
.visualization .info-label p
|
|
30
|
-
|
|
28
|
+
.visualization .info-label p,
|
|
29
|
+
.visualization .info-label div {
|
|
30
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
31
31
|
}
|
|
32
32
|
.visualization .info-label h2 {
|
|
33
33
|
font-size: 20px;
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
.visualization .info-label-icon {
|
|
41
41
|
margin-bottom: 10px;
|
|
42
42
|
font-size: 40px;
|
|
43
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
43
44
|
}
|
|
44
45
|
.visualization .info-label-icon-empty {
|
|
45
46
|
margin-bottom: 7px;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/visualization.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_variables.scss"],"names":[],"mappings":";AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACAA;EACI;;AAEA;EFqOA;EACA;EACA;EErOI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/visualization.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_variables.scss"],"names":[],"mappings":";AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACAA;EACI;;AAEA;EFqOA;EACA;EACA;EErOI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;EAGI,OCEI;;ADCR;EACI;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA,OCfQ;;ADkBZ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,YCnDS;EDoDT;EACA;EACA;;AAGJ;EACI;EAGA;;;AAKJ;EACI;EACA;EACA;;;AAKJ;EACI;;AAGJ;EACI,MEyD2B;EFxD3B;;;AAIR;EACI;IACI;;EAGJ;IACI","file":"visualization.css"}
|
|
@@ -36,8 +36,8 @@ $layout-fluidlayout-item-changed: $resize-basic-overlay-text + 1;
|
|
|
36
36
|
$scheduled-email-mask: 5001;
|
|
37
37
|
$scheduled-email-mask-small: $scheduled-email-mask + 1;
|
|
38
38
|
|
|
39
|
-
//toolbar need to be on top of resize and draggable wrapper
|
|
40
|
-
$toolbar-basic: $
|
|
39
|
+
//toolbar need to be on top of resize and draggable wrapper and plugin overlay
|
|
40
|
+
$toolbar-basic: $layout-fluidlayout-item-changed + 1;
|
|
41
41
|
|
|
42
42
|
$dashboard-canvas-tooltip: $filterbar-sdk-8-12 + 1;
|
|
43
43
|
|
|
@@ -5,15 +5,41 @@
|
|
|
5
5
|
.gd-automation-filters {
|
|
6
6
|
width: 100%;
|
|
7
7
|
|
|
8
|
+
&__wrapper {
|
|
9
|
+
position: relative;
|
|
10
|
+
|
|
11
|
+
&--disabled {
|
|
12
|
+
pointer-events: none;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
&__overlay {
|
|
17
|
+
position: absolute;
|
|
18
|
+
top: 0;
|
|
19
|
+
left: 0;
|
|
20
|
+
right: 0;
|
|
21
|
+
bottom: 0;
|
|
22
|
+
background-color: rgba(255, 255, 255, 0.4);
|
|
23
|
+
z-index: 1;
|
|
24
|
+
pointer-events: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
8
27
|
&__list {
|
|
9
28
|
display: flex;
|
|
10
29
|
flex-wrap: wrap;
|
|
11
30
|
gap: 5px;
|
|
12
31
|
align-items: center;
|
|
32
|
+
|
|
33
|
+
// Override for tab sections - nested to ensure higher specificity
|
|
34
|
+
&--tabbed {
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
gap: 0;
|
|
37
|
+
align-items: stretch;
|
|
38
|
+
}
|
|
13
39
|
}
|
|
14
40
|
|
|
15
41
|
&__message {
|
|
16
|
-
color: var(--gd-palette-complementary-7
|
|
42
|
+
color: var(--gd-palette-complementary-7);
|
|
17
43
|
font-size: 12px;
|
|
18
44
|
font-style: normal;
|
|
19
45
|
font-weight: 400;
|
|
@@ -72,4 +98,53 @@
|
|
|
72
98
|
margin-left: 5px;
|
|
73
99
|
top: 3px;
|
|
74
100
|
}
|
|
101
|
+
|
|
102
|
+
&__tab-section {
|
|
103
|
+
display: flex;
|
|
104
|
+
flex-direction: row;
|
|
105
|
+
gap: 10px;
|
|
106
|
+
align-items: flex-start;
|
|
107
|
+
padding: 20px 0;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
&__tab-header {
|
|
111
|
+
display: flex;
|
|
112
|
+
flex-direction: column;
|
|
113
|
+
width: 140px;
|
|
114
|
+
flex-shrink: 0;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&__tab-label {
|
|
118
|
+
color: var(--gd-palette-complementary-6);
|
|
119
|
+
font-size: 10px;
|
|
120
|
+
font-weight: 700;
|
|
121
|
+
text-transform: uppercase;
|
|
122
|
+
line-height: 16px;
|
|
123
|
+
letter-spacing: 0.5px;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&__tab-title {
|
|
127
|
+
color: var(--gd-palette-complementary-8);
|
|
128
|
+
font-size: 14px;
|
|
129
|
+
font-weight: 400;
|
|
130
|
+
line-height: 20px;
|
|
131
|
+
overflow: hidden;
|
|
132
|
+
text-overflow: ellipsis;
|
|
133
|
+
white-space: nowrap;
|
|
134
|
+
display: block;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
&__tab-filters {
|
|
138
|
+
display: flex;
|
|
139
|
+
flex-wrap: wrap;
|
|
140
|
+
gap: 5px;
|
|
141
|
+
align-items: center;
|
|
142
|
+
flex: 1;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
&__tab-divider {
|
|
146
|
+
height: 1px;
|
|
147
|
+
background-color: var(--gd-palette-complementary-3);
|
|
148
|
+
width: 100%;
|
|
149
|
+
}
|
|
75
150
|
}
|
|
@@ -528,7 +528,7 @@ $attribute-filter-drag-handle-left: 10px;
|
|
|
528
528
|
.gd-button-primary.gd-filter-views-button {
|
|
529
529
|
border: 0;
|
|
530
530
|
box-shadow: none;
|
|
531
|
-
color:
|
|
531
|
+
color: var(--gd-palette-complementary-6);
|
|
532
532
|
background: variables.$gd-dashboards-content-backgroundColor;
|
|
533
533
|
font-size: 14px;
|
|
534
534
|
|
|
@@ -551,10 +551,27 @@ $attribute-filter-drag-handle-left: 10px;
|
|
|
551
551
|
|
|
552
552
|
.gd-button-icon {
|
|
553
553
|
margin-top: 1px;
|
|
554
|
+
color: var(--gd-palette-primary-base);
|
|
554
555
|
}
|
|
555
556
|
}
|
|
556
557
|
}
|
|
557
558
|
|
|
559
|
+
&:not(.disabled):not(.gd-button-link):hover {
|
|
560
|
+
.gd-button-icon {
|
|
561
|
+
color: var(--gd-palette-primary-base);
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
color: var(--gd-palette-complementary-8);
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.gd-button-icon {
|
|
568
|
+
color: var(--gd-palette-complementary-5);
|
|
569
|
+
// A little hack. The My views button is using the outdated <Button> component.
|
|
570
|
+
// This brings the visuals in line with the <UiButton> used in the All tabs component.
|
|
571
|
+
/* stylelint-disable-next-line declaration-no-important */
|
|
572
|
+
margin: 0 -8px 0 6px !important;
|
|
573
|
+
}
|
|
574
|
+
|
|
558
575
|
.gd-filter-views-button__label {
|
|
559
576
|
text-decoration: underline;
|
|
560
577
|
}
|
|
@@ -21,6 +21,9 @@
|
|
|
21
21
|
&-content {
|
|
22
22
|
flex: 1 1 auto;
|
|
23
23
|
overflow: hidden;
|
|
24
|
+
margin: -20px;
|
|
25
|
+
padding: 20px;
|
|
26
|
+
background: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
24
27
|
}
|
|
25
28
|
|
|
26
29
|
&-footer {
|
|
@@ -94,6 +97,10 @@
|
|
|
94
97
|
&__metric {
|
|
95
98
|
display: flex;
|
|
96
99
|
max-width: 300px;
|
|
100
|
+
|
|
101
|
+
svg.gd-ui-kit-icon {
|
|
102
|
+
fill: #00c18d;
|
|
103
|
+
}
|
|
97
104
|
}
|
|
98
105
|
|
|
99
106
|
&__date {
|
|
@@ -451,14 +458,6 @@
|
|
|
451
458
|
line-height: 26px;
|
|
452
459
|
}
|
|
453
460
|
|
|
454
|
-
&-description {
|
|
455
|
-
color: var(--gd-palette-complementary-7);
|
|
456
|
-
font-size: 14px;
|
|
457
|
-
font-style: normal;
|
|
458
|
-
font-weight: 400;
|
|
459
|
-
line-height: 23px;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
461
|
&-visualisation {
|
|
463
462
|
width: 100%;
|
|
464
463
|
display: flex;
|
|
@@ -468,6 +467,10 @@
|
|
|
468
467
|
&-visualisation-container {
|
|
469
468
|
width: 100%;
|
|
470
469
|
height: 100%;
|
|
470
|
+
|
|
471
|
+
rect.highcharts-background {
|
|
472
|
+
fill: var(--gd-palette-complementary-0-from-theme, #fcfcfd);
|
|
473
|
+
}
|
|
471
474
|
}
|
|
472
475
|
|
|
473
476
|
&-info {
|
|
@@ -590,6 +593,13 @@
|
|
|
590
593
|
margin-top: 6px;
|
|
591
594
|
}
|
|
592
595
|
|
|
596
|
+
.gd-list-item span.gd-kda-attributes-dropdown__key_drivers {
|
|
597
|
+
flex: 0 0 auto;
|
|
598
|
+
font-weight: bold;
|
|
599
|
+
color: var(--gd-palette-complementary-7);
|
|
600
|
+
margin-left: 5px;
|
|
601
|
+
}
|
|
602
|
+
|
|
593
603
|
//kda dialog is over drill modal
|
|
594
604
|
/* stylelint-disable declaration-no-important */
|
|
595
605
|
body.gd-kda-dialog-opened .highcharts-tooltip-container {
|
package/styles/scss/layout.scss
CHANGED
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
font-size: 14px;
|
|
23
23
|
font-weight: bold;
|
|
24
24
|
line-height: normal;
|
|
25
|
-
color: kit-variables.$gd-color-state-blank;
|
|
26
25
|
|
|
27
26
|
h2,
|
|
28
|
-
p
|
|
29
|
-
|
|
27
|
+
p,
|
|
28
|
+
div {
|
|
29
|
+
color: kit-variables.$gd-color-text;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
h2 {
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
.info-label-icon {
|
|
44
44
|
margin-bottom: 10px;
|
|
45
45
|
font-size: 40px;
|
|
46
|
+
color: kit-variables.$gd-color-text;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.info-label-icon-empty {
|