@gooddata/sdk-ui-dashboard 11.20.0-alpha.2 → 11.20.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/_staging/sharedHooks/useFiltersNamings.d.ts.map +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.js +1 -1
- package/esm/_staging/sharedHooks/useFiltersNamings.js.map +1 -1
- package/esm/kdaDialog/composition/KeyDriversOverview.js +1 -1
- package/esm/kdaDialog/composition/KeyDriversOverview.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +6 -0
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +8 -0
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +11 -3
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts +11 -0
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.d.ts.map +1 -0
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.js +52 -0
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerIntervalSelect.js.map +1 -0
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts +2 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js +8 -2
- package/esm/presentation/alerting/DefaultAlertingDialog/components/AlertTriggerModeSelect.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts +2 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.js +20 -4
- package/esm/presentation/alerting/DefaultAlertingDialog/hooks/useEditAlert.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/messages.d.ts +18 -0
- package/esm/presentation/alerting/DefaultAlertingDialog/messages.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/messages.js +19 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/messages.js.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.d.ts +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.js +11 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/utils/transformation.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 +32 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/package.json +20 -20
- package/styles/css/alerting.css +1 -0
- package/styles/css/alerting.css.map +1 -1
- package/styles/css/dashboard.css +5 -5
- package/styles/css/filterBar.css +5 -3
- package/styles/css/filterBar.css.map +1 -1
- package/styles/css/kdaDialog.css +4 -0
- package/styles/css/kdaDialog.css.map +1 -1
- package/styles/css/main.css +15 -8
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +2 -2
- package/styles/css/scheduled_mail_recipients.css +3 -3
- package/styles/scss/alerting.scss +1 -0
- package/styles/scss/filterBar.scss +4 -4
- package/styles/scss/kdaDialog.scss +5 -0
- package/styles/scss/notifications_channels_dialog.scss +2 -2
- package/styles/scss/scheduled_mail_recipients.scss +3 -3
|
@@ -473,6 +473,7 @@
|
|
|
473
473
|
// Common styles for UiListbox items
|
|
474
474
|
.gd-alert-destination-select__list-item.gd-list-item,
|
|
475
475
|
.gd-alert-trigger-mode-select__list-item.gd-list-item,
|
|
476
|
+
.gd-alert-trigger-interval-select__list-item.gd-list-item,
|
|
476
477
|
.gd-alert-sensitivity-select__list-item.gd-list-item,
|
|
477
478
|
.gd-alert-granularity-select__list-item.gd-list-item,
|
|
478
479
|
.gd-alert-measure-select__list-item.gd-list-item,
|
|
@@ -12,15 +12,15 @@ $attribute-filter-drag-handle-left: 10px;
|
|
|
12
12
|
position: relative;
|
|
13
13
|
|
|
14
14
|
.show-all {
|
|
15
|
-
display: none;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.show-all:last-child {
|
|
19
15
|
position: absolute;
|
|
20
16
|
bottom: -25px;
|
|
21
17
|
left: 50%;
|
|
22
18
|
display: block;
|
|
23
19
|
transform: translateX(-50%);
|
|
20
|
+
|
|
21
|
+
@media #{kit-variables.$xsmall-only}, #{kit-variables.$small-only} {
|
|
22
|
+
display: none;
|
|
23
|
+
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.gd-filter-button-custom-icon-wrapper {
|
|
@@ -655,6 +655,10 @@
|
|
|
655
655
|
align-self: stretch;
|
|
656
656
|
height: 100%;
|
|
657
657
|
|
|
658
|
+
&-head {
|
|
659
|
+
width: 100%;
|
|
660
|
+
}
|
|
661
|
+
|
|
658
662
|
&-title {
|
|
659
663
|
color: var(--gd-palette-complementary-8);
|
|
660
664
|
text-align: left;
|
|
@@ -667,6 +671,7 @@
|
|
|
667
671
|
|
|
668
672
|
&-breadcrumb {
|
|
669
673
|
margin-bottom: 8px;
|
|
674
|
+
width: 100%;
|
|
670
675
|
}
|
|
671
676
|
|
|
672
677
|
&-visualisation {
|
|
@@ -335,12 +335,12 @@ $input-height: 28px;
|
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
&__label-container {
|
|
338
|
-
width:
|
|
338
|
+
width: 125px;
|
|
339
339
|
min-height: 23px;
|
|
340
340
|
display: flex;
|
|
341
341
|
gap: 5px;
|
|
342
342
|
align-items: center;
|
|
343
|
-
min-width:
|
|
343
|
+
min-width: 125px;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
&__content-container {
|
|
@@ -372,7 +372,7 @@ $input-height: 28px;
|
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
&__label-container {
|
|
375
|
-
width:
|
|
375
|
+
width: 125px;
|
|
376
376
|
min-height: 23px;
|
|
377
377
|
display: flex;
|
|
378
378
|
gap: 5px;
|