@gooddata/sdk-ui-dashboard 10.33.0-alpha.3 → 10.33.0-alpha.31
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 +7 -141
- 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/esm/assets/flexible-layouts-tooltip.gif +0 -0
- package/esm/model/commandHandlers/layout/containerWidthSanitization.d.ts +16 -3
- package/esm/model/commandHandlers/layout/containerWidthSanitization.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/containerWidthSanitization.js +39 -6
- package/esm/model/commandHandlers/layout/containerWidthSanitization.js.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemHandler.js +10 -7
- package/esm/model/commandHandlers/layout/moveSectionItemHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js +9 -6
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/rowContainerSanitization.d.ts +15 -0
- package/esm/model/commandHandlers/layout/rowContainerSanitization.d.ts.map +1 -0
- package/esm/model/commandHandlers/layout/rowContainerSanitization.js +82 -0
- package/esm/model/commandHandlers/layout/rowContainerSanitization.js.map +1 -0
- package/esm/model/commandHandlers/layout/toggleLayoutDirectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/toggleLayoutDirectionHandler.js +32 -1
- package/esm/model/commandHandlers/layout/toggleLayoutDirectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +8 -7
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +0 -6
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +0 -8
- 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/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js +6 -11
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +2 -3
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js +14 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.json +8 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.json +8 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.json +8 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +0 -5
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +0 -5
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +0 -5
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/es-419.json +8 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.json +8 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.json +8 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.json +8 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.json +8 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.json +8 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.json +8 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.json +8 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.json +8 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.json +8 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.json +8 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.json +8 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.json +8 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.json +8 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.json +8 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.json +8 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.json +8 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +7 -0
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +8 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js +13 -2
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItemHeadline.js.map +1 -1
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.d.ts.map +1 -1
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js +3 -3
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/Toolbar.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +0 -7
- package/package.json +17 -16
- package/styles/css/attributeFilterConfig.css +1 -1
- package/styles/css/dashboard.css +3 -3
- package/styles/css/dragAndDrop.css +8 -7
- package/styles/css/dragAndDrop.css.map +1 -1
- package/styles/css/drillConfigPanel.css +14 -14
- package/styles/css/icons.css +15 -15
- package/styles/css/main.css +57 -56
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +1 -1
- package/styles/css/poweredByGDLogo.css +2 -2
- package/styles/css/sidebar.css +1 -1
- package/styles/scss/attributeFilterConfig.scss +1 -1
- package/styles/scss/dashboard.scss +2 -2
- package/styles/scss/dragAndDrop.scss +8 -8
- package/styles/scss/drillConfigPanel.scss +14 -14
- package/styles/scss/icons.scss +15 -15
- package/styles/scss/notifications_channels_dialog.scss +1 -1
- package/styles/scss/poweredByGDLogo.scss +3 -3
- package/styles/scss/sidebar.scss +1 -1
package/styles/css/main.css
CHANGED
@@ -886,8 +886,8 @@
|
|
886
886
|
/* allow vendor prefixes and disable max length */
|
887
887
|
@font-face {
|
888
888
|
font-family: "Indigo";
|
889
|
-
src: url("
|
890
|
-
src: url("
|
889
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot");
|
890
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot?#iefix") format("embedded-opentype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.ttf") format("truetype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.svg#Indigo-v2") format("svg");
|
891
891
|
font-weight: normal;
|
892
892
|
font-style: normal;
|
893
893
|
}
|
@@ -3072,8 +3072,8 @@ button.gd-list-item {
|
|
3072
3072
|
}
|
3073
3073
|
@font-face {
|
3074
3074
|
font-family: "Indigo";
|
3075
|
-
src: url("
|
3076
|
-
src: url("
|
3075
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot");
|
3076
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot?#iefix") format("embedded-opentype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.ttf") format("truetype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.svg#Indigo-v2") format("svg");
|
3077
3077
|
font-weight: normal;
|
3078
3078
|
font-style: normal;
|
3079
3079
|
}
|
@@ -5666,7 +5666,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
5666
5666
|
|
5667
5667
|
.gd-spinner {
|
5668
5668
|
display: inline-block;
|
5669
|
-
background-image: url("
|
5669
|
+
background-image: url("@gooddata/sdk-ui-kit/esm/assets/loading.svg");
|
5670
5670
|
background-repeat: no-repeat;
|
5671
5671
|
background-position: top left;
|
5672
5672
|
background-size: contain;
|
@@ -7147,8 +7147,8 @@ div.gd-empty-item-bubble {
|
|
7147
7147
|
|
7148
7148
|
@font-face {
|
7149
7149
|
font-family: "Indigo";
|
7150
|
-
src: url("
|
7151
|
-
src: url("
|
7150
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot");
|
7151
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot?#iefix") format("embedded-opentype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.ttf") format("truetype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.svg#Indigo-v2") format("svg");
|
7152
7152
|
font-weight: normal;
|
7153
7153
|
font-style: normal;
|
7154
7154
|
}
|
@@ -14076,8 +14076,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
14076
14076
|
}
|
14077
14077
|
@font-face {
|
14078
14078
|
font-family: "Indigo";
|
14079
|
-
src: url("
|
14080
|
-
src: url("
|
14079
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot");
|
14080
|
+
src: url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.eot?#iefix") format("embedded-opentype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.woff") format("woff"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.ttf") format("truetype"), url("@gooddata/sdk-ui-kit/styles/fonts/Indigo-v2.svg#Indigo-v2") format("svg");
|
14081
14081
|
font-weight: normal;
|
14082
14082
|
font-style: normal;
|
14083
14083
|
}
|
@@ -16670,7 +16670,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
16670
16670
|
|
16671
16671
|
.gd-spinner {
|
16672
16672
|
display: inline-block;
|
16673
|
-
background-image: url("
|
16673
|
+
background-image: url("@gooddata/sdk-ui-kit/esm/assets/loading.svg");
|
16674
16674
|
background-repeat: no-repeat;
|
16675
16675
|
background-position: top left;
|
16676
16676
|
background-size: contain;
|
@@ -17612,7 +17612,7 @@ div.gd-empty-item-bubble {
|
|
17612
17612
|
content: "";
|
17613
17613
|
width: 18px;
|
17614
17614
|
height: 20px;
|
17615
|
-
background-image: url("
|
17615
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
17616
17616
|
background-repeat: no-repeat;
|
17617
17617
|
background-position: left center;
|
17618
17618
|
background-size: contain;
|
@@ -17622,7 +17622,7 @@ div.gd-empty-item-bubble {
|
|
17622
17622
|
content: "";
|
17623
17623
|
width: 18px;
|
17624
17624
|
height: 20px;
|
17625
|
-
background-image: url("
|
17625
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
17626
17626
|
background-repeat: no-repeat;
|
17627
17627
|
background-position: left center;
|
17628
17628
|
background-size: contain;
|
@@ -17653,7 +17653,7 @@ div.gd-empty-item-bubble {
|
|
17653
17653
|
content: "";
|
17654
17654
|
width: 16px;
|
17655
17655
|
height: 16px;
|
17656
|
-
background-image: url("
|
17656
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
|
17657
17657
|
background-size: 16px 16px;
|
17658
17658
|
background-repeat: no-repeat;
|
17659
17659
|
}
|
@@ -19424,7 +19424,7 @@ figure {
|
|
19424
19424
|
height: 50px;
|
19425
19425
|
border: none;
|
19426
19426
|
cursor: pointer;
|
19427
|
-
background-image: url("
|
19427
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/ellipsis.svg");
|
19428
19428
|
background-color: transparent;
|
19429
19429
|
background-position: center center;
|
19430
19430
|
}
|
@@ -20662,7 +20662,7 @@ figure {
|
|
20662
20662
|
}
|
20663
20663
|
|
20664
20664
|
.dash-item-action.dash-item-action-alert.disabled {
|
20665
|
-
background-image: url("
|
20665
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/alert-bell-na.svg");
|
20666
20666
|
background-repeat: no-repeat;
|
20667
20667
|
background-position: center;
|
20668
20668
|
background-size: 16px;
|
@@ -20765,7 +20765,7 @@ figure {
|
|
20765
20765
|
background-color: var(--gd-palette-primary-base, #14b2e2);
|
20766
20766
|
}
|
20767
20767
|
.dash-item-action-delete.gd-icon-trash::before {
|
20768
|
-
content: url("
|
20768
|
+
content: url("@gooddata/sdk-ui-dashboard/esm/assets/trash.svg");
|
20769
20769
|
display: inline-block;
|
20770
20770
|
width: 20px;
|
20771
20771
|
height: 20px;
|
@@ -21122,14 +21122,15 @@ figure {
|
|
21122
21122
|
|
21123
21123
|
.add-kpi-placeholder::before,
|
21124
21124
|
.move-kpi-placeholder::before {
|
21125
|
-
background-image: url("
|
21125
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-kpi-placeholder.svg");
|
21126
21126
|
}
|
21127
21127
|
|
21128
|
-
.add-attribute-filter-placeholder::before {
|
21129
|
-
background-image: url("
|
21128
|
+
.add-attribute-filter-placeholder.disabled::before {
|
21129
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder-disabled.svg");
|
21130
21130
|
}
|
21131
|
-
|
21132
|
-
|
21131
|
+
|
21132
|
+
.add-attribute-filter-placeholder::before {
|
21133
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/add-attribute-filter-placeholder.svg");
|
21133
21134
|
}
|
21134
21135
|
|
21135
21136
|
.dropzone {
|
@@ -21331,7 +21332,7 @@ figure {
|
|
21331
21332
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
21332
21333
|
}
|
21333
21334
|
.drag-info-placeholder-box .gd-icon-insight::before {
|
21334
|
-
content: url("
|
21335
|
+
content: url("@gooddata/sdk-ui-dashboard/esm/assets/add-insight-placeholder.svg");
|
21335
21336
|
display: inline-block;
|
21336
21337
|
margin-right: 10px;
|
21337
21338
|
}
|
@@ -21433,7 +21434,7 @@ figure {
|
|
21433
21434
|
cursor: pointer;
|
21434
21435
|
}
|
21435
21436
|
.kpi-placeholder.select-measure {
|
21436
|
-
background: url("
|
21437
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/dummy-kpi-simple.svg") no-repeat center center;
|
21437
21438
|
background-size: 130px;
|
21438
21439
|
}
|
21439
21440
|
|
@@ -23144,13 +23145,13 @@ figure {
|
|
23144
23145
|
.gd-powered-by-logo-img-large {
|
23145
23146
|
width: 165px;
|
23146
23147
|
height: 30px;
|
23147
|
-
background-image: url("
|
23148
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
|
23148
23149
|
background-size: 165px 30px;
|
23149
23150
|
}
|
23150
23151
|
.gd-powered-by-logo-img-small {
|
23151
23152
|
width: 146px;
|
23152
23153
|
height: 16px;
|
23153
|
-
background-image: url("
|
23154
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
|
23154
23155
|
background-size: 146px 16px;
|
23155
23156
|
}
|
23156
23157
|
|
@@ -24134,7 +24135,7 @@ figure {
|
|
24134
24135
|
max-width: 260px;
|
24135
24136
|
}
|
24136
24137
|
.gd-container-tooltip__image {
|
24137
|
-
background-image: url("
|
24138
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
|
24138
24139
|
background-repeat: no-repeat;
|
24139
24140
|
background-position: left top;
|
24140
24141
|
background-size: contain;
|
@@ -24179,7 +24180,7 @@ figure {
|
|
24179
24180
|
.button-dropdown.gd-button-small.type-growIsGood::before,
|
24180
24181
|
.dropdown-body .gd-list-item.type-growIsGood::before,
|
24181
24182
|
.configuration-category label.type-growIsGood::before {
|
24182
|
-
background: url("
|
24183
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-positive.svg") no-repeat center;
|
24183
24184
|
}
|
24184
24185
|
.button-dropdown.gd-button-small.type-growIsGood.is-selected,
|
24185
24186
|
.dropdown-body .gd-list-item.type-growIsGood.is-selected,
|
@@ -24199,7 +24200,7 @@ figure {
|
|
24199
24200
|
.button-dropdown.gd-button-small.type-growIsBad::before,
|
24200
24201
|
.dropdown-body .gd-list-item.type-growIsBad::before,
|
24201
24202
|
.configuration-category label.type-growIsBad::before {
|
24202
|
-
background: url("
|
24203
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/trend-negative.svg") no-repeat center;
|
24203
24204
|
}
|
24204
24205
|
.button-dropdown.gd-button-small.type-growIsBad.is-selected,
|
24205
24206
|
.dropdown-body .gd-list-item.type-growIsBad.is-selected,
|
@@ -24214,23 +24215,23 @@ figure {
|
|
24214
24215
|
.button-dropdown.gd-button-small.type-measure::before,
|
24215
24216
|
.dropdown-body .gd-list-item.type-measure::before,
|
24216
24217
|
.configuration-category label.type-measure::before {
|
24217
|
-
background: url("
|
24218
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg") no-repeat center;
|
24218
24219
|
}
|
24219
24220
|
.button-dropdown.gd-button-small.type-metric::before,
|
24220
24221
|
.dropdown-body .gd-list-item.type-metric::before,
|
24221
24222
|
.configuration-category label.type-metric::before {
|
24222
24223
|
margin-top: 0;
|
24223
|
-
background: url("
|
24224
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg") no-repeat center;
|
24224
24225
|
}
|
24225
24226
|
.button-dropdown.gd-button-small.type-attribute::before,
|
24226
24227
|
.dropdown-body .gd-list-item.type-attribute::before,
|
24227
24228
|
.configuration-category label.type-attribute::before {
|
24228
|
-
background: url("
|
24229
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg") no-repeat center;
|
24229
24230
|
}
|
24230
24231
|
.button-dropdown.gd-button-small.type-date::before,
|
24231
24232
|
.dropdown-body .gd-list-item.type-date::before,
|
24232
24233
|
.configuration-category label.type-date::before {
|
24233
|
-
background: url("
|
24234
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
|
24234
24235
|
}
|
24235
24236
|
.button-dropdown.gd-button-small.type-comparison::before,
|
24236
24237
|
.dropdown-body .gd-list-item.type-comparison::before,
|
@@ -24248,63 +24249,63 @@ figure {
|
|
24248
24249
|
|
24249
24250
|
.gd-list-item .gd-icon-list::before {
|
24250
24251
|
content: "";
|
24251
|
-
background: url("
|
24252
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/list.svg") no-repeat center;
|
24252
24253
|
width: 16px;
|
24253
24254
|
height: 16px;
|
24254
24255
|
display: inline-block;
|
24255
24256
|
}
|
24256
24257
|
.gd-list-item .gd-icon-save-as-new::before {
|
24257
24258
|
content: "";
|
24258
|
-
background: url("
|
24259
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/save-as-new.svg") no-repeat center;
|
24259
24260
|
width: 16px;
|
24260
24261
|
height: 16px;
|
24261
24262
|
display: inline-block;
|
24262
24263
|
}
|
24263
24264
|
.gd-list-item .gd-icon-filter::before {
|
24264
24265
|
content: "";
|
24265
|
-
background: url("
|
24266
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/filter.svg") no-repeat center;
|
24266
24267
|
width: 16px;
|
24267
24268
|
height: 16px;
|
24268
24269
|
display: inline-block;
|
24269
24270
|
}
|
24270
24271
|
.gd-list-item .gd-icon-type-pdf::before {
|
24271
24272
|
content: "";
|
24272
|
-
background: url("
|
24273
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-pdf.svg") no-repeat center;
|
24273
24274
|
width: 16px;
|
24274
24275
|
height: 16px;
|
24275
24276
|
display: inline-block;
|
24276
24277
|
}
|
24277
24278
|
.gd-list-item .gd-icon-type-sheet::before {
|
24278
24279
|
content: "";
|
24279
|
-
background: url("
|
24280
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-sheet.svg") no-repeat center;
|
24280
24281
|
width: 16px;
|
24281
24282
|
height: 16px;
|
24282
24283
|
display: inline-block;
|
24283
24284
|
}
|
24284
24285
|
.gd-list-item .gd-icon-type-slides::before {
|
24285
24286
|
content: "";
|
24286
|
-
background: url("
|
24287
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-slides.svg") no-repeat center;
|
24287
24288
|
width: 16px;
|
24288
24289
|
height: 16px;
|
24289
24290
|
display: inline-block;
|
24290
24291
|
}
|
24291
24292
|
.gd-list-item .gd-icon-type-image::before {
|
24292
24293
|
content: "";
|
24293
|
-
background: url("
|
24294
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-image.svg") no-repeat center;
|
24294
24295
|
width: 16px;
|
24295
24296
|
height: 16px;
|
24296
24297
|
display: inline-block;
|
24297
24298
|
}
|
24298
24299
|
.gd-list-item .gd-icon-type-csv-raw::before {
|
24299
24300
|
content: "";
|
24300
|
-
background: url("
|
24301
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-raw.svg") no-repeat center;
|
24301
24302
|
width: 16px;
|
24302
24303
|
height: 16px;
|
24303
24304
|
display: inline-block;
|
24304
24305
|
}
|
24305
24306
|
.gd-list-item .gd-icon-type-csv-formatted::before {
|
24306
24307
|
content: "";
|
24307
|
-
background: url("
|
24308
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/type-csv-formatted.svg") no-repeat center;
|
24308
24309
|
width: 16px;
|
24309
24310
|
height: 16px;
|
24310
24311
|
display: inline-block;
|
@@ -24718,7 +24719,7 @@ figure {
|
|
24718
24719
|
display: block;
|
24719
24720
|
width: 18px;
|
24720
24721
|
height: 24px;
|
24721
|
-
background: url("
|
24722
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
|
24722
24723
|
}
|
24723
24724
|
|
24724
24725
|
.dash-width-resizer-container {
|
@@ -25144,7 +25145,7 @@ figure {
|
|
25144
25145
|
display: block;
|
25145
25146
|
width: 18px;
|
25146
25147
|
height: 24px;
|
25147
|
-
background-image: url("
|
25148
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
25148
25149
|
background-repeat: no-repeat;
|
25149
25150
|
background-position: left top;
|
25150
25151
|
background-size: contain;
|
@@ -25156,20 +25157,20 @@ figure {
|
|
25156
25157
|
background: var(--gd-palette-primary-dimmed, #e8f7fc);
|
25157
25158
|
}
|
25158
25159
|
.gd-drill-item-selector-dropdown .gd-drill-measure-selector-list-item::before {
|
25159
|
-
background-image: url("
|
25160
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
25160
25161
|
}
|
25161
25162
|
.gd-drill-item-selector-dropdown .gd-drill-metric-selector-list-item::before {
|
25162
|
-
background-image: url("
|
25163
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
|
25163
25164
|
top: 8px;
|
25164
25165
|
height: 18px;
|
25165
25166
|
}
|
25166
25167
|
.gd-drill-item-selector-dropdown .gd-drill-attribute-selector-list-item::before {
|
25167
|
-
background-image: url("
|
25168
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
|
25168
25169
|
}
|
25169
25170
|
.gd-drill-item-selector-dropdown .gd-drill-attribute-date-selector-list-item::before {
|
25170
25171
|
top: 9px;
|
25171
25172
|
height: 16px;
|
25172
|
-
background-image: url("
|
25173
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
|
25173
25174
|
}
|
25174
25175
|
|
25175
25176
|
.drill-config-empty-hierarchy-target {
|
@@ -25242,7 +25243,7 @@ figure {
|
|
25242
25243
|
display: block;
|
25243
25244
|
width: 18px;
|
25244
25245
|
height: 24px;
|
25245
|
-
background-image: url("
|
25246
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
|
25246
25247
|
background-repeat: no-repeat;
|
25247
25248
|
background-position: left top;
|
25248
25249
|
background-size: contain;
|
@@ -25274,16 +25275,16 @@ figure {
|
|
25274
25275
|
background-repeat: no-repeat;
|
25275
25276
|
}
|
25276
25277
|
.gd-drill-config-measure-item .dm-button-icon-metric {
|
25277
|
-
background-image: url("
|
25278
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/metric.svg");
|
25278
25279
|
}
|
25279
25280
|
.gd-drill-config-measure-item .dm-button-icon-measure {
|
25280
|
-
background-image: url("
|
25281
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/measure.svg");
|
25281
25282
|
}
|
25282
25283
|
.gd-drill-config-measure-item .dm-button-icon-attribute {
|
25283
|
-
background-image: url("
|
25284
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute.svg");
|
25284
25285
|
}
|
25285
25286
|
.gd-drill-config-measure-item .dm-button-icon-date {
|
25286
|
-
background-image: url("
|
25287
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg");
|
25287
25288
|
}
|
25288
25289
|
.gd-drill-config-measure-item .dm-button-title {
|
25289
25290
|
overflow: hidden;
|
@@ -25423,21 +25424,21 @@ figure {
|
|
25423
25424
|
}
|
25424
25425
|
.gd-drill-config-panel-target .gd-icon-drill-to-dashboard::before,
|
25425
25426
|
.drill-config-target .gd-icon-drill-to-dashboard::before {
|
25426
|
-
background-image: url("
|
25427
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-dashboard.svg");
|
25427
25428
|
}
|
25428
25429
|
.gd-drill-config-panel-target .gd-icon-drill-to-insight::before,
|
25429
25430
|
.drill-config-target .gd-icon-drill-to-insight::before {
|
25430
|
-
background-image: url("
|
25431
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-to-insight.svg");
|
25431
25432
|
}
|
25432
25433
|
.gd-drill-config-panel-target .gd-icon-drill-down::before,
|
25433
25434
|
.drill-config-target .gd-icon-drill-down::before {
|
25434
|
-
background-image: url("
|
25435
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/drill-down.svg");
|
25435
25436
|
background-repeat: no-repeat;
|
25436
25437
|
top: 1px;
|
25437
25438
|
}
|
25438
25439
|
.gd-drill-config-panel-target .gd-icon-attribute-hierarchy::before,
|
25439
25440
|
.drill-config-target .gd-icon-attribute-hierarchy::before {
|
25440
|
-
background-image: url("
|
25441
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/attribute-hierarchy.svg");
|
25441
25442
|
background-repeat: no-repeat;
|
25442
25443
|
top: 1px;
|
25443
25444
|
}
|