@gooddata/sdk-ui-dashboard 11.20.0-alpha.3 → 11.20.0
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 +71 -85
- 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/package.json +20 -20
- package/styles/css/alerting.css +3 -0
- package/styles/css/alerting.css.map +1 -1
- package/styles/css/attributeFilterConfig.css +1 -0
- package/styles/css/attributeFilterConfig.css.map +1 -1
- package/styles/css/automationFilters.css.map +1 -1
- package/styles/css/configurationPanel.css +3 -0
- package/styles/css/configurationPanel.css.map +1 -1
- package/styles/css/dashboard.css +8 -0
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/dashboardNestedLayoutWidget.css.map +1 -1
- package/styles/css/dashboardSettingsDialog.css.map +1 -1
- package/styles/css/dateFilterConfig.css.map +1 -1
- package/styles/css/dragAndDrop.css.map +1 -1
- package/styles/css/drillConfigPanel.css +4 -0
- package/styles/css/drillConfigPanel.css.map +1 -1
- package/styles/css/drillDialog.css +2 -0
- package/styles/css/drillDialog.css.map +1 -1
- package/styles/css/drillSelect.css +1 -0
- package/styles/css/drillSelect.css.map +1 -1
- package/styles/css/filterBar.css +2 -0
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/grouped-navigation.css +2 -0
- package/styles/css/grouped-navigation.css.map +1 -1
- package/styles/css/insightConfiguration.css.map +1 -1
- package/styles/css/item-states.css.map +1 -1
- package/styles/css/kdaDialog.css +1 -0
- package/styles/css/kdaDialog.css.map +1 -1
- package/styles/css/kpi.css.map +1 -1
- package/styles/css/kpi_alert_dialog.css +1 -0
- package/styles/css/kpi_alert_dialog.css.map +1 -1
- package/styles/css/layout.css.map +1 -1
- package/styles/css/loadingEqualizer.css.map +1 -1
- package/styles/css/main.css +41 -0
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +6 -0
- package/styles/css/notifications_channels_dialog.css.map +1 -1
- package/styles/css/resizing.css.map +1 -1
- package/styles/css/richTextWidget.css.map +1 -1
- package/styles/css/scheduled_mail_recipients.css +1 -0
- package/styles/css/scheduled_mail_recipients.css.map +1 -1
- package/styles/css/shareIndicators.css.map +1 -1
- package/styles/css/sidebar.css.map +1 -1
- package/styles/css/toolbar.css.map +1 -1
- package/styles/css/topBar.css.map +1 -1
- package/styles/css/visualization.css.map +1 -1
- package/styles/css/visualizationSwitcherToolbar.css +1 -0
- package/styles/css/visualizationSwitcherToolbar.css.map +1 -1
- package/styles/css/visualizationSwitcherWidget.css +1 -0
- package/styles/css/visualizationSwitcherWidget.css.map +1 -1
- package/styles/scss/alerting.scss +3 -0
- package/styles/scss/attributeFilterConfig.scss +1 -0
- package/styles/scss/configurationPanel.scss +3 -0
- package/styles/scss/drillConfigPanel.scss +4 -0
- package/styles/scss/drillDialog.scss +2 -0
- package/styles/scss/drillSelect.scss +1 -0
- package/styles/scss/filterBar.scss +2 -0
- package/styles/scss/grouped-navigation.scss +2 -0
- package/styles/scss/kdaDialog.scss +4 -1
- package/styles/scss/kpi_alert_dialog.scss +1 -0
- package/styles/scss/notifications_channels_dialog.scss +6 -0
- package/styles/scss/scheduled_mail_recipients.scss +1 -0
- package/styles/scss/visualizationSwitcherToolbar.scss +1 -0
- package/styles/scss/visualizationSwitcherWidget.scss +1 -0
package/styles/css/main.css
CHANGED
|
@@ -1465,6 +1465,7 @@
|
|
|
1465
1465
|
position: relative;
|
|
1466
1466
|
width: 100%;
|
|
1467
1467
|
overflow-y: auto;
|
|
1468
|
+
overscroll-behavior: contain;
|
|
1468
1469
|
-webkit-overflow-scrolling: touch;
|
|
1469
1470
|
}
|
|
1470
1471
|
|
|
@@ -1910,6 +1911,7 @@ button.gd-list-item {
|
|
|
1910
1911
|
.gd-flex-item-stretch {
|
|
1911
1912
|
flex: 1 1 auto;
|
|
1912
1913
|
overflow-y: auto;
|
|
1914
|
+
overscroll-behavior: contain;
|
|
1913
1915
|
}
|
|
1914
1916
|
|
|
1915
1917
|
@media only screen and (max-width: 640px) {
|
|
@@ -1943,6 +1945,7 @@ button.gd-list-item {
|
|
|
1943
1945
|
.gd-flex-item-stretch-mobile {
|
|
1944
1946
|
flex: 1 1 auto;
|
|
1945
1947
|
overflow-y: auto;
|
|
1948
|
+
overscroll-behavior: contain;
|
|
1946
1949
|
}
|
|
1947
1950
|
}
|
|
1948
1951
|
/* ==========================================================================
|
|
@@ -2233,6 +2236,7 @@ button.gd-list-item {
|
|
|
2233
2236
|
.gd-message-overlay .gd-message-text-content.on {
|
|
2234
2237
|
visibility: visible;
|
|
2235
2238
|
overflow: auto;
|
|
2239
|
+
overscroll-behavior: contain;
|
|
2236
2240
|
height: 100%;
|
|
2237
2241
|
max-height: 100px;
|
|
2238
2242
|
}
|
|
@@ -3715,6 +3719,7 @@ button.gd-list-item {
|
|
|
3715
3719
|
position: relative;
|
|
3716
3720
|
width: 100%;
|
|
3717
3721
|
overflow-y: auto;
|
|
3722
|
+
overscroll-behavior: contain;
|
|
3718
3723
|
-webkit-overflow-scrolling: touch;
|
|
3719
3724
|
}
|
|
3720
3725
|
|
|
@@ -6155,6 +6160,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6155
6160
|
.gd-flex-item-stretch {
|
|
6156
6161
|
flex: 1 1 auto;
|
|
6157
6162
|
overflow-y: auto;
|
|
6163
|
+
overscroll-behavior: contain;
|
|
6158
6164
|
}
|
|
6159
6165
|
|
|
6160
6166
|
@media only screen and (max-width: 640px) {
|
|
@@ -6188,6 +6194,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6188
6194
|
.gd-flex-item-stretch-mobile {
|
|
6189
6195
|
flex: 1 1 auto;
|
|
6190
6196
|
overflow-y: auto;
|
|
6197
|
+
overscroll-behavior: contain;
|
|
6191
6198
|
}
|
|
6192
6199
|
}
|
|
6193
6200
|
.gd-attribute-filter__next {
|
|
@@ -8720,6 +8727,7 @@ div.gd-empty-item-bubble {
|
|
|
8720
8727
|
position: relative;
|
|
8721
8728
|
width: 100%;
|
|
8722
8729
|
overflow-y: auto;
|
|
8730
|
+
overscroll-behavior: contain;
|
|
8723
8731
|
-webkit-overflow-scrolling: touch;
|
|
8724
8732
|
}
|
|
8725
8733
|
|
|
@@ -13155,6 +13163,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
13155
13163
|
display: flex;
|
|
13156
13164
|
flex-direction: column;
|
|
13157
13165
|
overflow: auto;
|
|
13166
|
+
overscroll-behavior: contain;
|
|
13158
13167
|
-webkit-overflow-scrolling: touch;
|
|
13159
13168
|
max-height: 100vh;
|
|
13160
13169
|
width: 100%;
|
|
@@ -13770,6 +13779,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
13770
13779
|
.gd-flex-item-stretch {
|
|
13771
13780
|
flex: 1 1 auto;
|
|
13772
13781
|
overflow-y: auto;
|
|
13782
|
+
overscroll-behavior: contain;
|
|
13773
13783
|
}
|
|
13774
13784
|
|
|
13775
13785
|
@media only screen and (max-width: 640px) {
|
|
@@ -13803,6 +13813,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
13803
13813
|
.gd-flex-item-stretch-mobile {
|
|
13804
13814
|
flex: 1 1 auto;
|
|
13805
13815
|
overflow-y: auto;
|
|
13816
|
+
overscroll-behavior: contain;
|
|
13806
13817
|
}
|
|
13807
13818
|
}
|
|
13808
13819
|
/**
|
|
@@ -15143,6 +15154,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
15143
15154
|
position: relative;
|
|
15144
15155
|
width: 100%;
|
|
15145
15156
|
overflow-y: auto;
|
|
15157
|
+
overscroll-behavior: contain;
|
|
15146
15158
|
-webkit-overflow-scrolling: touch;
|
|
15147
15159
|
}
|
|
15148
15160
|
|
|
@@ -19671,6 +19683,7 @@ figure {
|
|
|
19671
19683
|
}
|
|
19672
19684
|
.alert-broken .filter-section-content {
|
|
19673
19685
|
overflow: auto;
|
|
19686
|
+
overscroll-behavior: contain;
|
|
19674
19687
|
max-height: 117px;
|
|
19675
19688
|
margin: 5px 0;
|
|
19676
19689
|
font-size: 14px;
|
|
@@ -19709,6 +19722,7 @@ figure {
|
|
|
19709
19722
|
.gd-notifications-channels-dialog-overlay {
|
|
19710
19723
|
overflow-y: auto;
|
|
19711
19724
|
overflow-x: hidden;
|
|
19725
|
+
overscroll-behavior: contain;
|
|
19712
19726
|
max-height: 99vh;
|
|
19713
19727
|
}
|
|
19714
19728
|
}
|
|
@@ -19753,6 +19767,7 @@ figure {
|
|
|
19753
19767
|
.gd-notifications-channels-dialog-overlay.truncated {
|
|
19754
19768
|
overflow-y: auto;
|
|
19755
19769
|
overflow-x: hidden;
|
|
19770
|
+
overscroll-behavior: contain;
|
|
19756
19771
|
}
|
|
19757
19772
|
|
|
19758
19773
|
.gd-dialog:not(.gd-dropdown).gd-notifications-channels-dialog {
|
|
@@ -19977,6 +19992,7 @@ figure {
|
|
|
19977
19992
|
margin-left: 6px;
|
|
19978
19993
|
max-height: 180px;
|
|
19979
19994
|
overflow-y: auto;
|
|
19995
|
+
overscroll-behavior: contain;
|
|
19980
19996
|
margin-right: -10px;
|
|
19981
19997
|
}
|
|
19982
19998
|
.gd-attachment-filters-dropdown .gd-attachment-filters-dropdown-content .gd-attachment-filters-list-item-title {
|
|
@@ -20065,6 +20081,7 @@ figure {
|
|
|
20065
20081
|
min-height: 143px;
|
|
20066
20082
|
max-height: 475px;
|
|
20067
20083
|
overflow-y: auto;
|
|
20084
|
+
overscroll-behavior: contain;
|
|
20068
20085
|
}
|
|
20069
20086
|
@media only screen and (max-width: 640px) {
|
|
20070
20087
|
.gd-notifications-channels-management-dialog .gd-notifications-channels-content {
|
|
@@ -20344,6 +20361,7 @@ figure {
|
|
|
20344
20361
|
width: 100%;
|
|
20345
20362
|
overflow-y: auto;
|
|
20346
20363
|
overflow-x: hidden;
|
|
20364
|
+
overscroll-behavior: contain;
|
|
20347
20365
|
}
|
|
20348
20366
|
@media only screen and (max-width: 640px) {
|
|
20349
20367
|
.gd-notification-channel-dialog-with-automation-filters {
|
|
@@ -20434,6 +20452,7 @@ figure {
|
|
|
20434
20452
|
.gd-notifications-channels-dialog-error {
|
|
20435
20453
|
max-height: 70px;
|
|
20436
20454
|
overflow: auto;
|
|
20455
|
+
overscroll-behavior: contain;
|
|
20437
20456
|
margin-bottom: 20px;
|
|
20438
20457
|
}
|
|
20439
20458
|
|
|
@@ -20715,6 +20734,7 @@ figure {
|
|
|
20715
20734
|
}
|
|
20716
20735
|
.gd-recipients-field .gd-recipients__value-container {
|
|
20717
20736
|
overflow-y: auto;
|
|
20737
|
+
overscroll-behavior: contain;
|
|
20718
20738
|
padding: 0;
|
|
20719
20739
|
min-height: 28px;
|
|
20720
20740
|
max-height: 100px;
|
|
@@ -22682,6 +22702,7 @@ figure {
|
|
|
22682
22702
|
}
|
|
22683
22703
|
.dash-filters-visible.scrollable {
|
|
22684
22704
|
overflow-y: auto;
|
|
22705
|
+
overscroll-behavior: contain;
|
|
22685
22706
|
}
|
|
22686
22707
|
.dash-filters-visible .dash-filters-rows {
|
|
22687
22708
|
position: absolute;
|
|
@@ -23095,6 +23116,7 @@ figure {
|
|
|
23095
23116
|
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-panel__filter-view__list .configuration-category {
|
|
23096
23117
|
margin: 10px 0 0;
|
|
23097
23118
|
overflow: auto;
|
|
23119
|
+
overscroll-behavior: contain;
|
|
23098
23120
|
}
|
|
23099
23121
|
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .gd-filter-view__list:focus-visible {
|
|
23100
23122
|
outline: none;
|
|
@@ -23326,6 +23348,7 @@ figure {
|
|
|
23326
23348
|
.grouped-navigation-list {
|
|
23327
23349
|
flex: 1 1 auto;
|
|
23328
23350
|
overflow: auto;
|
|
23351
|
+
overscroll-behavior: contain;
|
|
23329
23352
|
margin: 0;
|
|
23330
23353
|
padding: 8px 0;
|
|
23331
23354
|
list-style-type: none;
|
|
@@ -23469,6 +23492,7 @@ figure {
|
|
|
23469
23492
|
display: flex;
|
|
23470
23493
|
flex-direction: column;
|
|
23471
23494
|
overflow: auto;
|
|
23495
|
+
overscroll-behavior: contain;
|
|
23472
23496
|
height: 100%;
|
|
23473
23497
|
}
|
|
23474
23498
|
.grouped-mobile-navigation-dropdown.grouped-mobile-navigation-dropdown--has-subgroups {
|
|
@@ -23734,6 +23758,7 @@ figure {
|
|
|
23734
23758
|
flex-direction: column;
|
|
23735
23759
|
overflow-x: hidden;
|
|
23736
23760
|
overflow-y: auto;
|
|
23761
|
+
overscroll-behavior: contain;
|
|
23737
23762
|
max-width: 100vw;
|
|
23738
23763
|
width: calc(100vw - 10 * (1vw + 1vh - 1vmin));
|
|
23739
23764
|
height: calc(100vh - 10 * (1vw + 1vh - 1vmin));
|
|
@@ -23948,6 +23973,7 @@ figure {
|
|
|
23948
23973
|
flex-shrink: 0;
|
|
23949
23974
|
overflow: hidden;
|
|
23950
23975
|
overflow-y: auto;
|
|
23976
|
+
overscroll-behavior: contain;
|
|
23951
23977
|
transition: width 0.3s ease-in-out;
|
|
23952
23978
|
position: relative;
|
|
23953
23979
|
}
|
|
@@ -24024,6 +24050,7 @@ figure {
|
|
|
24024
24050
|
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-body {
|
|
24025
24051
|
max-height: 160px;
|
|
24026
24052
|
overflow-y: auto;
|
|
24053
|
+
overscroll-behavior: contain;
|
|
24027
24054
|
padding: 0 0 10px 0;
|
|
24028
24055
|
}
|
|
24029
24056
|
.gd-drill-modal-picker-dropdown .gd-drill-modal-picker-list-item {
|
|
@@ -24252,6 +24279,7 @@ figure {
|
|
|
24252
24279
|
.configuration-scrollable-panel {
|
|
24253
24280
|
width: 100%;
|
|
24254
24281
|
overflow: auto;
|
|
24282
|
+
overscroll-behavior: contain;
|
|
24255
24283
|
}
|
|
24256
24284
|
|
|
24257
24285
|
.configuration-panel {
|
|
@@ -24278,6 +24306,7 @@ figure {
|
|
|
24278
24306
|
.configuration-panel .gd-rich-text-insight-description {
|
|
24279
24307
|
height: 85px;
|
|
24280
24308
|
overflow: auto;
|
|
24309
|
+
overscroll-behavior: contain;
|
|
24281
24310
|
}
|
|
24282
24311
|
.configuration-panel .gd-rich-text-insight-description textarea {
|
|
24283
24312
|
font-weight: 400;
|
|
@@ -24324,6 +24353,7 @@ figure {
|
|
|
24324
24353
|
max-height: 350px;
|
|
24325
24354
|
overflow-x: hidden;
|
|
24326
24355
|
overflow-y: auto;
|
|
24356
|
+
overscroll-behavior: contain;
|
|
24327
24357
|
padding: 0;
|
|
24328
24358
|
}
|
|
24329
24359
|
.gd-configuration-bubble-wrapper.overlay-wrapper.sdk-edit-mode-on .gd-configuration-bubble .configuration-category {
|
|
@@ -25462,6 +25492,7 @@ figure {
|
|
|
25462
25492
|
.attribute-filter-dropdown-configuration .gd-infinite-list {
|
|
25463
25493
|
max-height: 350px;
|
|
25464
25494
|
overflow: auto;
|
|
25495
|
+
overscroll-behavior: contain;
|
|
25465
25496
|
margin: 6px 0 10px;
|
|
25466
25497
|
}
|
|
25467
25498
|
.attribute-filter-dropdown-configuration .gd-list-item.is-selected {
|
|
@@ -26159,6 +26190,7 @@ figure {
|
|
|
26159
26190
|
.gd-drill-item-selector-dropdown .gd-drill-item-selector-body {
|
|
26160
26191
|
max-height: 165px;
|
|
26161
26192
|
overflow-y: auto;
|
|
26193
|
+
overscroll-behavior: contain;
|
|
26162
26194
|
}
|
|
26163
26195
|
.gd-drill-item-selector-dropdown .gd-drill-origin-selector-separator,
|
|
26164
26196
|
.gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item,
|
|
@@ -26554,6 +26586,7 @@ figure {
|
|
|
26554
26586
|
max-height: 200px;
|
|
26555
26587
|
overflow-y: auto;
|
|
26556
26588
|
overflow-x: hidden;
|
|
26589
|
+
overscroll-behavior: contain;
|
|
26557
26590
|
}
|
|
26558
26591
|
.gd-drill-to-url-body .gd-list-item {
|
|
26559
26592
|
width: 230px;
|
|
@@ -26569,6 +26602,7 @@ figure {
|
|
|
26569
26602
|
justify-content: flex-start;
|
|
26570
26603
|
flex-wrap: nowrap;
|
|
26571
26604
|
overflow: auto;
|
|
26605
|
+
overscroll-behavior: contain;
|
|
26572
26606
|
padding: 4px 10px;
|
|
26573
26607
|
white-space: nowrap;
|
|
26574
26608
|
}
|
|
@@ -26668,6 +26702,7 @@ figure {
|
|
|
26668
26702
|
}
|
|
26669
26703
|
.gd-dialog.gd-drill-custom-url-editor .gd-drill-to-url-parameters {
|
|
26670
26704
|
overflow: auto;
|
|
26705
|
+
overscroll-behavior: contain;
|
|
26671
26706
|
width: 200px;
|
|
26672
26707
|
height: 270px;
|
|
26673
26708
|
border: 1px solid var(--gd-palette-complementary-3-from-theme, #c9d5e0);
|
|
@@ -27035,6 +27070,7 @@ figure {
|
|
|
27035
27070
|
height: 100%;
|
|
27036
27071
|
overflow-x: hidden;
|
|
27037
27072
|
overflow-y: auto;
|
|
27073
|
+
overscroll-behavior: contain;
|
|
27038
27074
|
display: flex;
|
|
27039
27075
|
flex: 1 1 auto;
|
|
27040
27076
|
flex-direction: column;
|
|
@@ -27150,6 +27186,7 @@ figure {
|
|
|
27150
27186
|
.gd-alerts-list__items {
|
|
27151
27187
|
padding: 10px 0 10px 0;
|
|
27152
27188
|
overflow-y: auto;
|
|
27189
|
+
overscroll-behavior: contain;
|
|
27153
27190
|
max-height: 365px;
|
|
27154
27191
|
}
|
|
27155
27192
|
.gd-alerts-list__items .skeleton-flex {
|
|
@@ -27304,6 +27341,7 @@ figure {
|
|
|
27304
27341
|
.gd-edit-alert__form {
|
|
27305
27342
|
padding: 10px 10px 0 10px;
|
|
27306
27343
|
overflow: auto;
|
|
27344
|
+
overscroll-behavior: contain;
|
|
27307
27345
|
flex: 1 1 auto;
|
|
27308
27346
|
min-height: 0;
|
|
27309
27347
|
}
|
|
@@ -27473,6 +27511,7 @@ figure {
|
|
|
27473
27511
|
.gd-alert-attribute-select__menu-item__values {
|
|
27474
27512
|
max-height: 375px;
|
|
27475
27513
|
overflow-y: auto;
|
|
27514
|
+
overscroll-behavior: contain;
|
|
27476
27515
|
}
|
|
27477
27516
|
|
|
27478
27517
|
.gd-alert-attribute-select__submenu .gd-list-item-separator::before {
|
|
@@ -27664,6 +27703,7 @@ figure {
|
|
|
27664
27703
|
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .visualizations-list {
|
|
27665
27704
|
max-height: 253px;
|
|
27666
27705
|
overflow-y: auto;
|
|
27706
|
+
overscroll-behavior: contain;
|
|
27667
27707
|
}
|
|
27668
27708
|
.gd-visualization-switcher-toolbar-bottom.bubble.bubble-light .horizontal-divider {
|
|
27669
27709
|
width: 100%;
|
|
@@ -28957,6 +28997,7 @@ figure {
|
|
|
28957
28997
|
font-weight: 400;
|
|
28958
28998
|
line-height: 18px;
|
|
28959
28999
|
overflow: auto;
|
|
29000
|
+
overscroll-behavior: contain;
|
|
28960
29001
|
white-space: normal;
|
|
28961
29002
|
word-break: break-word;
|
|
28962
29003
|
}
|