@gooddata/sdk-ui-dashboard 10.19.0-alpha.9 → 10.19.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/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/_staging/automation/index.d.ts +1 -0
- package/esm/_staging/automation/index.d.ts.map +1 -1
- package/esm/_staging/automation/index.js +14 -1
- package/esm/_staging/automation/index.js.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/interfaces.d.ts +81 -0
- package/esm/_staging/dashboard/flexibleLayout/builder/interfaces.d.ts.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/item.d.ts +4 -3
- package/esm/_staging/dashboard/flexibleLayout/builder/item.d.ts.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/item.js +12 -4
- package/esm/_staging/dashboard/flexibleLayout/builder/item.js.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/layout.d.ts +14 -10
- package/esm/_staging/dashboard/flexibleLayout/builder/layout.d.ts.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/layout.js +160 -50
- package/esm/_staging/dashboard/flexibleLayout/builder/layout.js.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/section.d.ts +0 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/section.d.ts.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/builder/section.js +1 -5
- package/esm/_staging/dashboard/flexibleLayout/builder/section.js.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/facade/interfaces.d.ts +2 -1
- package/esm/_staging/dashboard/flexibleLayout/facade/interfaces.d.ts.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/facade/layout.d.ts +2 -1
- package/esm/_staging/dashboard/flexibleLayout/facade/layout.d.ts.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/facade/layout.js +18 -2
- package/esm/_staging/dashboard/flexibleLayout/facade/layout.js.map +1 -1
- package/esm/_staging/layout/coordinates.d.ts +1 -1
- package/esm/_staging/layout/coordinates.d.ts.map +1 -1
- package/esm/_staging/layout/coordinates.js +4 -5
- package/esm/_staging/layout/coordinates.js.map +1 -1
- package/esm/_staging/layout/sizing.d.ts +16 -7
- package/esm/_staging/layout/sizing.d.ts.map +1 -1
- package/esm/_staging/layout/sizing.js +108 -57
- package/esm/_staging/layout/sizing.js.map +1 -1
- package/esm/model/commandHandlers/layout/addLayoutSectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/addLayoutSectionHandler.js +6 -2
- package/esm/model/commandHandlers/layout/addLayoutSectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/addSectionItemsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/addSectionItemsHandler.js +3 -1
- package/esm/model/commandHandlers/layout/addSectionItemsHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/containerHeightSanitization.d.ts +10 -0
- package/esm/model/commandHandlers/layout/containerHeightSanitization.d.ts.map +1 -0
- package/esm/model/commandHandlers/layout/containerHeightSanitization.js +82 -0
- package/esm/model/commandHandlers/layout/containerHeightSanitization.js.map +1 -0
- package/esm/model/commandHandlers/layout/moveLayoutSectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/moveLayoutSectionHandler.js +5 -2
- package/esm/model/commandHandlers/layout/moveLayoutSectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/moveSectionItemHandler.js +5 -2
- 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 +6 -3
- package/esm/model/commandHandlers/layout/moveSectionItemToNewSectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/removeLayoutSectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/removeLayoutSectionHandler.js +4 -2
- package/esm/model/commandHandlers/layout/removeLayoutSectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/removeSectionItemHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/removeSectionItemHandler.js +4 -1
- package/esm/model/commandHandlers/layout/removeSectionItemHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/replaceSectionItemHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/replaceSectionItemHandler.js +3 -1
- package/esm/model/commandHandlers/layout/replaceSectionItemHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/resizeHeightHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/resizeHeightHandler.js +15 -10
- package/esm/model/commandHandlers/layout/resizeHeightHandler.js.map +1 -1
- package/esm/model/commandHandlers/layout/resizeWidthHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/resizeWidthHandler.js +10 -6
- package/esm/model/commandHandlers/layout/resizeWidthHandler.js.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +60 -15
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js.map +1 -1
- package/esm/model/events/index.d.ts +4 -4
- package/esm/model/events/index.d.ts.map +1 -1
- package/esm/model/events/index.js +1 -1
- package/esm/model/events/index.js.map +1 -1
- package/esm/model/index.d.ts +1 -1
- package/esm/model/index.d.ts.map +1 -1
- package/esm/model/index.js +1 -1
- package/esm/model/index.js.map +1 -1
- package/esm/model/react/useDashboardCommand.d.ts +1 -1
- package/esm/model/react/useDashboardCommand.d.ts.map +1 -1
- package/esm/model/react/useDashboardCommandProcessing.d.ts +4 -0
- package/esm/model/react/useDashboardCommandProcessing.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +7 -3
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +10 -4
- 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/model/store/layout/index.d.ts +6 -0
- package/esm/model/store/layout/index.d.ts.map +1 -1
- package/esm/model/store/layout/layoutReducers.d.ts +5 -1
- package/esm/model/store/layout/layoutReducers.d.ts.map +1 -1
- package/esm/model/store/layout/layoutReducers.js +19 -0
- package/esm/model/store/layout/layoutReducers.js.map +1 -1
- package/esm/model/store/layout/layoutSelectors.d.ts.map +1 -1
- package/esm/model/store/layout/layoutSelectors.js +29 -15
- package/esm/model/store/layout/layoutSelectors.js.map +1 -1
- package/esm/model/types/commonTypes.d.ts +33 -4
- package/esm/model/types/commonTypes.d.ts.map +1 -1
- package/esm/model/types/commonTypes.js.map +1 -1
- package/esm/model/types/layoutTypes.d.ts +10 -0
- package/esm/model/types/layoutTypes.d.ts.map +1 -1
- package/esm/model/types/layoutTypes.js +1 -1
- package/esm/model/types/layoutTypes.js.map +1 -1
- package/esm/plugins/customizationApis/fluidLayoutCustomizer.d.ts +5 -2
- package/esm/plugins/customizationApis/fluidLayoutCustomizer.d.ts.map +1 -1
- package/esm/plugins/customizationApis/fluidLayoutCustomizer.js +40 -19
- package/esm/plugins/customizationApis/fluidLayoutCustomizer.js.map +1 -1
- package/esm/plugins/customizer.d.ts +34 -1
- package/esm/plugins/customizer.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/types.d.ts +1 -0
- package/esm/presentation/dragAndDrop/types.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js +15 -3
- package/esm/presentation/filterBar/attributeFilter/DefaultDashboardAttributeFilter.js.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +12 -6
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js +5 -4
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayout.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js +5 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutEditSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.d.ts +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js +3 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRow.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js +5 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js +3 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItem.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.js +3 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.js +2 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutItemViewRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js +5 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSection.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js +5 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js +2 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/DashboardLayoutViewSectionHeaderRenderer.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js +2 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/EditableHeader/SectionHeaderEditable.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js +8 -7
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts +8 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/interfaces.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/useItemWidthValidation.d.ts +7 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/useItemWidthValidation.d.ts.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/useItemWidthValidation.js +18 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/useItemWidthValidation.js.map +1 -0
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts +0 -9
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/sizing.js +2 -33
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/utils/sizing.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts +0 -12
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js +2 -4
- package/esm/presentation/flexibleLayout/dragAndDrop/DragLayerPreview/WidthResizerDragPreview.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.d.ts +4 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.js +9 -7
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/HeightResizerHotspot.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.d.ts +2 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js +7 -7
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.d.ts +3 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.js +13 -5
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts +1 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js +2 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.js +4 -3
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZone.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.d.ts +1 -0
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.js +17 -4
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneBox.js.map +1 -1
- package/esm/presentation/layout/DashboardLayoutWidget.js +2 -2
- package/esm/presentation/layout/DashboardLayoutWidget.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js +4 -2
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/DashboardLayoutGridRowEdit.js.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts +0 -8
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.d.ts.map +1 -1
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.js +2 -2
- package/esm/presentation/layout/DefaultDashboardLayoutRenderer/utils/sizing.js.map +1 -1
- package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.d.ts +4 -3
- package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.d.ts.map +1 -1
- package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.js +9 -7
- package/esm/presentation/layout/dragAndDrop/Resize/HeightResizerHotspot.js.map +1 -1
- package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.d.ts.map +1 -1
- package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.js +3 -2
- package/esm/presentation/layout/dragAndDrop/Resize/WidthResizerHotspot.js.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.json +5 -1
- package/esm/presentation/localization/bundles/en-AU.json +5 -1
- package/esm/presentation/localization/bundles/en-GB.json +5 -1
- package/esm/presentation/localization/bundles/en-US.json +20 -0
- package/esm/presentation/localization/bundles/es-419.json +5 -1
- package/esm/presentation/localization/bundles/es-ES.json +5 -1
- package/esm/presentation/localization/bundles/fi-FI.json +5 -1
- package/esm/presentation/localization/bundles/fr-CA.json +5 -1
- package/esm/presentation/localization/bundles/fr-FR.json +5 -1
- package/esm/presentation/localization/bundles/it-IT.json +5 -1
- package/esm/presentation/localization/bundles/ja-JP.json +5 -1
- package/esm/presentation/localization/bundles/nl-NL.json +5 -1
- package/esm/presentation/localization/bundles/pt-BR.json +5 -1
- package/esm/presentation/localization/bundles/pt-PT.json +5 -1
- package/esm/presentation/localization/bundles/zh-HK.json +5 -1
- package/esm/presentation/localization/bundles/zh-Hans.json +5 -1
- package/esm/presentation/localization/bundles/zh-Hant.json +5 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts +1 -0
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js +5 -4
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +2 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.d.ts +8 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js +10 -24
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelect.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts +8 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js +51 -22
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/RecipientsSelect/RecipientsSelectRenderer.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +2 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +13 -4
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/utils/users.d.ts +5 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/utils/users.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/utils/users.js +35 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/utils/users.js.map +1 -0
- package/esm/presentation/widget/common/useWidgetHighlighting.d.ts +7 -0
- package/esm/presentation/widget/common/useWidgetHighlighting.d.ts.map +1 -0
- package/esm/presentation/widget/common/useWidgetHighlighting.js +66 -0
- package/esm/presentation/widget/common/useWidgetHighlighting.js.map +1 -0
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.d.ts +4 -4
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.js +2 -4
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/AlertAttributeSelect.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js +15 -5
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/EditAlert.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useAttributeValuesFromExecResults.d.ts +2 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useAttributeValuesFromExecResults.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useAttributeValuesFromExecResults.js +54 -3
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useAttributeValuesFromExecResults.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts +2 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js +41 -33
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useEditAlert.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useThresholdValue.d.ts +11 -0
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useThresholdValue.d.ts.map +1 -0
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useThresholdValue.js +40 -0
- package/esm/presentation/widget/insight/configuration/InsightAlertConfig/hooks/useThresholdValue.js.map +1 -0
- package/esm/presentation/widget/widget/DefaultDashboardWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/DefaultDashboardWidget.js +32 -36
- package/esm/presentation/widget/widget/DefaultDashboardWidget.js.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js +6 -22
- package/esm/presentation/widget/widget/InsightWidget/DefaultDashboardInsightWidget.js.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js +6 -2
- package/esm/presentation/widget/widget/RichTextWidget/DefaultDashboardRichTextWidget.js.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.js +6 -2
- package/esm/presentation/widget/widget/VisualizationSwitcherWidget/DefaultDashboardVisualizationSwitcherWidget.js.map +1 -1
- package/esm/presentation/widget/widget/types.d.ts +10 -0
- package/esm/presentation/widget/widget/types.d.ts.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +173 -15
- package/package.json +15 -15
- package/styles/css/dashboard.css +21 -7
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/dashboardNestedLayoutWidget.css +3 -0
- package/styles/css/dashboardNestedLayoutWidget.css.map +1 -1
- package/styles/css/dragAndDrop.css +10 -0
- package/styles/css/dragAndDrop.css.map +1 -1
- package/styles/css/export.css +10 -4
- package/styles/css/export.css.map +1 -1
- package/styles/css/layout.css +4 -0
- package/styles/css/layout.css.map +1 -1
- package/styles/css/main.css +46 -13
- package/styles/css/main.css.map +1 -1
- package/styles/css/resizing.css +2 -2
- package/styles/css/scheduled_mail_recipients.css +14 -4
- package/styles/css/scheduled_mail_recipients.css.map +1 -1
- package/styles/scss/_zIndexes.scss +2 -0
- package/styles/scss/dashboard.scss +3 -3
- package/styles/scss/dashboardNestedLayoutWidget.scss +4 -0
- package/styles/scss/dragAndDrop.scss +14 -0
- package/styles/scss/export.scss +23 -4
- package/styles/scss/layout.scss +6 -0
- package/styles/scss/resizing.scss +2 -2
- package/styles/scss/scheduled_mail_recipients.scss +5 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/scheduled_mail_recipients.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACGI;EACI,cCkDgB;;ADjDhB;EACI,cCgDY;;;AD1CpB;EACI;;AAGJ;EAEI;EACA,YAnBO;EAoBP;EACA;EACA;EACA;EACA;EACA;EACA,aCgEU;ED/DV;EACA;EACA;EACA,OCJQ;EDKR,YClBS;EDmBT;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI,OCWgB;EDVhB;EACA;EACA;;AAEA;EACI;EACA;;AAKR;AAAA;EAEI,cCpBkB;EDqBlB;EACA;;AAIJ;EACI;EACA;EACA,YAlEO;EAmEP;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA,OCzDI;ED0DJ;;AAEA;EAGI;EACA;;AAKZ;EACI;IAEI;IACA;IACA;;;AAIR;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;EACA,kBCRgB;EDShB;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA,OChGI;EDiGJ,aCjCM;EDkCN;EACA;EACA;;AAGJ;AAAA;EACI,OC/GW;EDgHX;EACA;;AAGJ;AAAA;EACI;EACA;;AAIJ;AAAA;EACI;EACA;EACA;EACA,ODpIU;ECqIV;EACA;;AAEA;AAAA;EACI;EACA,OC7HA;;ADiIR;AAAA;EACI;;AAEA;AAAA;EACI,OClJC;;ADsJL;AAAA;AAAA;AAAA;EAEI;EACA,OCzJC;;AD6JT;AAAA;EACI;EACA;;AAGJ;AAAA;AAAA;AAAA;
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/scheduled_mail_recipients.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACGI;EACI,cCkDgB;;ADjDhB;EACI,cCgDY;;;AD1CpB;EACI;;AAGJ;EAEI;EACA,YAnBO;EAoBP;EACA;EACA;EACA;EACA;EACA;EACA,aCgEU;ED/DV;EACA;EACA;EACA,OCJQ;EDKR,YClBS;EDmBT;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI,OCWgB;EDVhB;EACA;EACA;;AAEA;EACI;EACA;;AAKR;AAAA;EAEI,cCpBkB;EDqBlB;EACA;;AAIJ;EACI;EACA;EACA,YAlEO;EAmEP;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;EACA,OCzDI;ED0DJ;;AAEA;EAGI;EACA;;AAKZ;EACI;IAEI;IACA;IACA;;;AAIR;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;EACA,kBCRgB;EDShB;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA,OChGI;EDiGJ,aCjCM;EDkCN;EACA;EACA;;AAGJ;AAAA;EACI,OC/GW;EDgHX;EACA;;AAGJ;AAAA;EACI;EACA;;AAIJ;AAAA;EACI;EACA;EACA;EACA,ODpIU;ECqIV;EACA;;AAEA;AAAA;EACI;EACA,OC7HA;;ADiIR;AAAA;EACI;;AAEA;AAAA;EACI,OClJC;;ADsJL;AAAA;AAAA;AAAA;EAEI;EACA,OCzJC;;AD6JT;AAAA;EACI;EACA;;AAGJ;AAAA;AAAA;AAAA;AAAA;EAII,OC7HY;ED8HZ;;AAEA;AAAA;AAAA;AAAA;AAAA;EACI,OCjIQ;;ADoIZ;AAAA;AAAA;AAAA;AAAA;EACI,OCxEiB;;AD2ErB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI,OC1IQ;;;ADkJpB;EACI;EACA;EACA;EACA;EACA,cCxKkB;EDyKlB;EACA,kBDjMqB;ECkMrB;EACA;EACA;EACA,OCzLQ;ED0LR,kBCvMS;;AD0MT;EACI;;AAKA;EACI;;AAKZ;EACI;EACA;EACA;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,OCxOI;;AD2OR;EACI;EACA,YClPS;EDmPT;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA,kBC3KgB;;AD6KhB;EACI;EACA;;AAIR;EACI","file":"scheduled_mail_recipients.css"}
|
|
@@ -161,7 +161,7 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
&.gd-highlighted .dash-item-content {
|
|
164
|
+
&.gd-highlighted > .dash-item-content-wrapper > .dash-item-content {
|
|
165
165
|
border-color: kit-variables.$gd-palette-primary-base;
|
|
166
166
|
}
|
|
167
167
|
|
|
@@ -748,10 +748,10 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
|
748
748
|
border-color: kit-variables.$is-focused-background;
|
|
749
749
|
}
|
|
750
750
|
}
|
|
751
|
-
&:not(.gd-dashboard-nested-layout-widget):not(.gd-first-
|
|
751
|
+
&:not(.gd-dashboard-nested-layout-widget):not(.gd-first-container-row-widget):not(.drag-info-placeholder) {
|
|
752
752
|
padding: 10px 0; // no place between widgets, render only containers for resizers
|
|
753
753
|
}
|
|
754
|
-
&.gd-first-
|
|
754
|
+
&.gd-first-container-row-widget:not(.gd-dashboard-nested-layout-widget) {
|
|
755
755
|
padding: 0 0 10px 0;
|
|
756
756
|
}
|
|
757
757
|
}
|
|
@@ -448,6 +448,16 @@
|
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
+
.gd-dashboard-nested-layout-widget-visualization-content {
|
|
452
|
+
.drag-info-placeholder-box p {
|
|
453
|
+
margin-top: 0;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.drop-target-message {
|
|
457
|
+
line-height: 28px;
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
|
|
451
461
|
.drag-info-placeholder-drop-target,
|
|
452
462
|
.drop-target-inner {
|
|
453
463
|
position: absolute;
|
|
@@ -829,12 +839,16 @@
|
|
|
829
839
|
.drag-info-placeholder-inner {
|
|
830
840
|
padding: 0;
|
|
831
841
|
}
|
|
842
|
+
&.gd-first-container-row-dropzone .widget-dropzone-box {
|
|
843
|
+
padding-top: 0;
|
|
844
|
+
}
|
|
832
845
|
.drag-info-placeholder-drop-target,
|
|
833
846
|
.drop-target-inner {
|
|
834
847
|
position: unset;
|
|
835
848
|
height: 100%;
|
|
836
849
|
}
|
|
837
850
|
}
|
|
851
|
+
|
|
838
852
|
.gd-fluidlayout-column-row-end-hotspot.gd-fluidlayout-column-dropzone__text--hidden {
|
|
839
853
|
.drop-target-message.kpi-drop-target {
|
|
840
854
|
display: none;
|
package/styles/scss/export.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// (C) 2020-
|
|
1
|
+
// (C) 2020-2025 GoodData Corporation
|
|
2
2
|
|
|
3
3
|
.export-mode {
|
|
4
4
|
* {
|
|
@@ -24,10 +24,9 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.gd-grid-layout__item {
|
|
28
|
-
// overwrite 'flex'
|
|
29
|
-
display: block !important; /* stylelint-disable-line declaration-no-important */
|
|
27
|
+
.gd-grid-layout__item--leaf {
|
|
30
28
|
page-break-inside: avoid;
|
|
29
|
+
border: 1px solid red !important; /* stylelint-disable-line declaration-no-important */
|
|
31
30
|
|
|
32
31
|
.dash-item {
|
|
33
32
|
min-height: inherit;
|
|
@@ -52,4 +51,24 @@
|
|
|
52
51
|
right: 0;
|
|
53
52
|
bottom: 0;
|
|
54
53
|
}
|
|
54
|
+
|
|
55
|
+
// The following fixes export of flexible layouts to work in the most cases.
|
|
56
|
+
// The below are some magic numbers that ensure that widgets at the end of dashboard are
|
|
57
|
+
// usually not cut of and widgets at the end of the nested container do not bleed into the
|
|
58
|
+
// next container/section. For some reason grid items overflow its container. It can be fixed
|
|
59
|
+
// by changing display: grid to display: block/flex on the containers but then the grid nesting
|
|
60
|
+
// is broken. Something is wrong with how the layout is constructed and interpreted by print
|
|
61
|
+
// preview in Chromium. Maybe our grid structure is not clean enough and some flex containers
|
|
62
|
+
// inside the grid tree messes up with it. For now, this is good enough but this needs to be fixed properly.
|
|
63
|
+
// For future debugging purposes:
|
|
64
|
+
// The export service sets the browser to width: 1265, height: 960, deviceScaleFactor: 0, mobile: false
|
|
65
|
+
// The PDF is created with the following parameters: scale: 0.58, paperWidth: 8.5, paperHeight: 11.0,
|
|
66
|
+
// marginTop: 0, marginBottom: 0, marginLeft: 0, marginRight: 0, printBackground: true
|
|
67
|
+
.gd-grid-layout__container--root {
|
|
68
|
+
padding-bottom: 500px;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.gd-grid-layout__container--nested {
|
|
72
|
+
padding-bottom: 300px;
|
|
73
|
+
}
|
|
55
74
|
}
|
package/styles/scss/layout.scss
CHANGED
|
@@ -505,3 +505,9 @@ $gd-dashboards-section-description-color: var(
|
|
|
505
505
|
grid-template-columns: repeat(#{$i}, 1fr);
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
|
+
|
|
509
|
+
.rich-text-tooltip {
|
|
510
|
+
// override overlay z-index defined in style element as overlay's zIndex prop is not exposed to Bubble
|
|
511
|
+
// stylelint-disable-next-line declaration-no-important
|
|
512
|
+
z-index: zIndexes.$dashboard-canvas-tooltip !important;
|
|
513
|
+
}
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
|
|
209
209
|
.gd-grid-layout-width-resizer-drag-preview {
|
|
210
210
|
padding: 0 0 0 30px;
|
|
211
|
-
&.gd-first-
|
|
211
|
+
&.gd-first-container-row-widget {
|
|
212
212
|
.gd-fluidlayout-width-resizer__container {
|
|
213
213
|
padding-top: 0;
|
|
214
214
|
}
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
left: -25px;
|
|
292
292
|
right: 0;
|
|
293
293
|
width: 0;
|
|
294
|
-
&.gd-first-
|
|
294
|
+
&.gd-first-container-row-widget {
|
|
295
295
|
.gd-fluidlayout-width-resizer__container {
|
|
296
296
|
padding-top: 0;
|
|
297
297
|
}
|
|
@@ -179,6 +179,7 @@ $input-height: 28px;
|
|
|
179
179
|
|
|
180
180
|
&.not-valid,
|
|
181
181
|
&.invalid-external,
|
|
182
|
+
&.invalid-user,
|
|
182
183
|
&.invalid-email {
|
|
183
184
|
color: kit-variables.$gd-palette-error-base;
|
|
184
185
|
background: var(--gd-palette-error-dimmed, #fcedec);
|
|
@@ -244,6 +245,9 @@ $input-height: 28px;
|
|
|
244
245
|
padding: 6px 8px;
|
|
245
246
|
font-size: 13px;
|
|
246
247
|
line-height: 15px;
|
|
248
|
+
white-space: nowrap;
|
|
249
|
+
text-overflow: ellipsis;
|
|
250
|
+
overflow: hidden;
|
|
247
251
|
|
|
248
252
|
.gd-recipient-option-value-item {
|
|
249
253
|
margin-left: 10px;
|
|
@@ -253,6 +257,7 @@ $input-height: 28px;
|
|
|
253
257
|
.gd-recipient-option-label-external-warning {
|
|
254
258
|
margin: 5px -8px -6px -8px;
|
|
255
259
|
background: kit-variables.$default-gd-color-white;
|
|
260
|
+
white-space: normal;
|
|
256
261
|
|
|
257
262
|
.gd-message {
|
|
258
263
|
font-size: 13px;
|