@gooddata/sdk-ui-dashboard 11.12.0-alpha.2 → 11.12.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.
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +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/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/index.d.ts +1 -1
- package/esm/model/store/index.d.ts.map +1 -1
- package/esm/model/store/index.js +1 -1
- package/esm/model/store/index.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/dashboard/DashboardHeader/DashboardTabs.d.ts.map +1 -1
- package/esm/presentation/dashboard/DashboardHeader/DashboardTabs.js +1 -1
- 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 +8 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +2 -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 +2 -0
- 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 +6 -10
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.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 +12 -2
- package/package.json +18 -18
- package/styles/css/dashboard.css +1 -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 +35 -13
- package/styles/css/main.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/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/visualization.scss +4 -3
|
@@ -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
|
|
|
@@ -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 {
|