@gooddata/sdk-ui-dashboard 11.41.0-alpha.3 → 11.41.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/model/store/config/configSelectors.js +1 -1
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +2 -2
- package/esm/presentation/automations/alerting/DefaultAlertingDialog/utils/getters.js +2 -1
- package/esm/presentation/automations/shared/automationFilters/useAutomationFiltersSelect.js +1 -1
- package/esm/presentation/automations/shared/automationFilters/utils.d.ts +1 -1
- package/esm/presentation/automations/shared/automationFilters/utils.js +4 -2
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +64 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +64 -0
- package/esm/presentation/topBar/buttonBar/DefaultButtonBar.d.ts +1 -1
- package/esm/presentation/topBar/buttonBar/DefaultButtonBar.js +2 -2
- package/esm/presentation/topBar/buttonBar/types.d.ts +2 -0
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +8 -0
- package/esm/presentation/widget/widget/InsightWidget/useInsightWarning.d.ts +5 -0
- package/esm/presentation/widget/widget/InsightWidget/useInsightWarning.js +11 -0
- package/esm/presentation/widget/widget/warningPartialResult/InsightWidgetWarningPartialResult.d.ts +13 -0
- package/esm/presentation/widget/widget/warningPartialResult/InsightWidgetWarningPartialResult.js +108 -0
- package/esm/sdk-ui-dashboard.d.ts +3 -1
- package/package.json +20 -20
- package/styles/css/main.css +129 -0
- package/styles/css/main.css.map +1 -1
- package/styles/css/warningPartialResult.css +16 -0
- package/styles/css/warningPartialResult.css.map +1 -0
- package/styles/scss/main.scss +1 -0
- package/styles/scss/warningPartialResult.scss +16 -0
package/styles/css/main.css
CHANGED
|
@@ -6580,6 +6580,63 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6580
6580
|
text-decoration: none;
|
|
6581
6581
|
}
|
|
6582
6582
|
|
|
6583
|
+
.gd-ui-kit-control-button--layout-row {
|
|
6584
|
+
width: 100%;
|
|
6585
|
+
max-width: none;
|
|
6586
|
+
box-sizing: border-box;
|
|
6587
|
+
font-size: 14px;
|
|
6588
|
+
border-radius: 0;
|
|
6589
|
+
padding-top: 15px;
|
|
6590
|
+
padding-bottom: 15px;
|
|
6591
|
+
padding-right: 28px;
|
|
6592
|
+
}
|
|
6593
|
+
|
|
6594
|
+
.gd-ui-kit-control-button--layout-row::after {
|
|
6595
|
+
display: none;
|
|
6596
|
+
}
|
|
6597
|
+
|
|
6598
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__icon {
|
|
6599
|
+
display: flex;
|
|
6600
|
+
height: 100%;
|
|
6601
|
+
align-items: center;
|
|
6602
|
+
}
|
|
6603
|
+
|
|
6604
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__content {
|
|
6605
|
+
flex-direction: row;
|
|
6606
|
+
align-items: center;
|
|
6607
|
+
justify-content: flex-start;
|
|
6608
|
+
}
|
|
6609
|
+
|
|
6610
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__title-row {
|
|
6611
|
+
flex: 0 1 auto;
|
|
6612
|
+
min-width: 0;
|
|
6613
|
+
max-width: 100%;
|
|
6614
|
+
margin-right: 5px;
|
|
6615
|
+
}
|
|
6616
|
+
|
|
6617
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__title--withColon::after {
|
|
6618
|
+
content: ":";
|
|
6619
|
+
}
|
|
6620
|
+
|
|
6621
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__subtitle-row {
|
|
6622
|
+
flex: 1 1 auto;
|
|
6623
|
+
min-width: 0;
|
|
6624
|
+
max-width: none;
|
|
6625
|
+
}
|
|
6626
|
+
|
|
6627
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__subtitle-row::after {
|
|
6628
|
+
position: absolute;
|
|
6629
|
+
top: 50%;
|
|
6630
|
+
right: -16px;
|
|
6631
|
+
margin-left: 0;
|
|
6632
|
+
font-size: 18px;
|
|
6633
|
+
transform: translateY(-50%);
|
|
6634
|
+
}
|
|
6635
|
+
|
|
6636
|
+
.gd-ui-kit-control-button--hideChevron .gd-ui-kit-control-button__subtitle-row::after {
|
|
6637
|
+
display: none;
|
|
6638
|
+
}
|
|
6639
|
+
|
|
6583
6640
|
.gd-ui-kit-control-button__icon {
|
|
6584
6641
|
position: relative;
|
|
6585
6642
|
z-index: 1;
|
|
@@ -18829,6 +18886,63 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18829
18886
|
text-decoration: none;
|
|
18830
18887
|
}
|
|
18831
18888
|
|
|
18889
|
+
.gd-ui-kit-control-button--layout-row {
|
|
18890
|
+
width: 100%;
|
|
18891
|
+
max-width: none;
|
|
18892
|
+
box-sizing: border-box;
|
|
18893
|
+
font-size: 14px;
|
|
18894
|
+
border-radius: 0;
|
|
18895
|
+
padding-top: 15px;
|
|
18896
|
+
padding-bottom: 15px;
|
|
18897
|
+
padding-right: 28px;
|
|
18898
|
+
}
|
|
18899
|
+
|
|
18900
|
+
.gd-ui-kit-control-button--layout-row::after {
|
|
18901
|
+
display: none;
|
|
18902
|
+
}
|
|
18903
|
+
|
|
18904
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__icon {
|
|
18905
|
+
display: flex;
|
|
18906
|
+
height: 100%;
|
|
18907
|
+
align-items: center;
|
|
18908
|
+
}
|
|
18909
|
+
|
|
18910
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__content {
|
|
18911
|
+
flex-direction: row;
|
|
18912
|
+
align-items: center;
|
|
18913
|
+
justify-content: flex-start;
|
|
18914
|
+
}
|
|
18915
|
+
|
|
18916
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__title-row {
|
|
18917
|
+
flex: 0 1 auto;
|
|
18918
|
+
min-width: 0;
|
|
18919
|
+
max-width: 100%;
|
|
18920
|
+
margin-right: 5px;
|
|
18921
|
+
}
|
|
18922
|
+
|
|
18923
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__title--withColon::after {
|
|
18924
|
+
content: ":";
|
|
18925
|
+
}
|
|
18926
|
+
|
|
18927
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__subtitle-row {
|
|
18928
|
+
flex: 1 1 auto;
|
|
18929
|
+
min-width: 0;
|
|
18930
|
+
max-width: none;
|
|
18931
|
+
}
|
|
18932
|
+
|
|
18933
|
+
.gd-ui-kit-control-button--layout-row .gd-ui-kit-control-button__subtitle-row::after {
|
|
18934
|
+
position: absolute;
|
|
18935
|
+
top: 50%;
|
|
18936
|
+
right: -16px;
|
|
18937
|
+
margin-left: 0;
|
|
18938
|
+
font-size: 18px;
|
|
18939
|
+
transform: translateY(-50%);
|
|
18940
|
+
}
|
|
18941
|
+
|
|
18942
|
+
.gd-ui-kit-control-button--hideChevron .gd-ui-kit-control-button__subtitle-row::after {
|
|
18943
|
+
display: none;
|
|
18944
|
+
}
|
|
18945
|
+
|
|
18832
18946
|
.gd-ui-kit-control-button__icon {
|
|
18833
18947
|
position: relative;
|
|
18834
18948
|
z-index: 1;
|
|
@@ -30789,6 +30903,21 @@ figure {
|
|
|
30789
30903
|
opacity: 0.6;
|
|
30790
30904
|
}
|
|
30791
30905
|
}
|
|
30906
|
+
.overlay.gd-dialog.gd-warning-partial-result {
|
|
30907
|
+
position: absolute;
|
|
30908
|
+
z-index: 2;
|
|
30909
|
+
bottom: 10px;
|
|
30910
|
+
left: 50%;
|
|
30911
|
+
width: 280px;
|
|
30912
|
+
max-width: calc(100% - 20px);
|
|
30913
|
+
padding: 0;
|
|
30914
|
+
transform: translateX(-50%);
|
|
30915
|
+
background: transparent;
|
|
30916
|
+
border: 0;
|
|
30917
|
+
border-radius: 0;
|
|
30918
|
+
box-shadow: none;
|
|
30919
|
+
}
|
|
30920
|
+
|
|
30792
30921
|
.gd-locked-status {
|
|
30793
30922
|
display: inline-block;
|
|
30794
30923
|
}
|