@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
package/styles/css/layout.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo-mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/layout.scss","../scss/_variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"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","file":"layout.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/typo-mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/layout.scss","../scss/_variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"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","file":"layout.css"}
|
package/styles/css/main.css
CHANGED
|
@@ -18273,6 +18273,10 @@ div.gd-empty-item-bubble {
|
|
|
18273
18273
|
grid-template-columns: repeat(12, 1fr);
|
|
18274
18274
|
}
|
|
18275
18275
|
|
|
18276
|
+
.rich-text-tooltip {
|
|
18277
|
+
z-index: 6001 !important;
|
|
18278
|
+
}
|
|
18279
|
+
|
|
18276
18280
|
.kpi {
|
|
18277
18281
|
min-height: 138px;
|
|
18278
18282
|
text-align: center;
|
|
@@ -19630,33 +19634,39 @@ div.gd-empty-item-bubble {
|
|
|
19630
19634
|
margin: 0;
|
|
19631
19635
|
padding: 0;
|
|
19632
19636
|
}
|
|
19633
|
-
.gd-recipients-field .gd-recipient-value-item.not-valid, .gd-recipients-field .gd-recipient-value-item.invalid-external, .gd-recipients-field .gd-recipient-value-item.invalid-email,
|
|
19637
|
+
.gd-recipients-field .gd-recipient-value-item.not-valid, .gd-recipients-field .gd-recipient-value-item.invalid-external, .gd-recipients-field .gd-recipient-value-item.invalid-user, .gd-recipients-field .gd-recipient-value-item.invalid-email,
|
|
19634
19638
|
.gd-recipients-field .gd-recipients__single-value.not-valid,
|
|
19635
19639
|
.gd-recipients-field .gd-recipients__single-value.invalid-external,
|
|
19640
|
+
.gd-recipients-field .gd-recipients__single-value.invalid-user,
|
|
19636
19641
|
.gd-recipients-field .gd-recipients__single-value.invalid-email {
|
|
19637
19642
|
color: var(--gd-palette-error-base, #e54d42);
|
|
19638
19643
|
background: var(--gd-palette-error-dimmed, #fcedec);
|
|
19639
19644
|
}
|
|
19640
|
-
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-label,
|
|
19645
|
+
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipient-label, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-label,
|
|
19641
19646
|
.gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipient-label,
|
|
19642
19647
|
.gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipient-label,
|
|
19648
|
+
.gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipient-label,
|
|
19643
19649
|
.gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipient-label {
|
|
19644
19650
|
color: var(--gd-palette-error-base, #e54d42);
|
|
19645
19651
|
}
|
|
19646
|
-
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-quest,
|
|
19652
|
+
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipient-quest, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipient-quest,
|
|
19647
19653
|
.gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipient-quest,
|
|
19648
19654
|
.gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipient-quest,
|
|
19655
|
+
.gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipient-quest,
|
|
19649
19656
|
.gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipient-quest {
|
|
19650
19657
|
color: var(--gd-palette-error-dimmed90, #e75e54);
|
|
19651
19658
|
}
|
|
19652
19659
|
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipients__multi-value__remove,
|
|
19653
19660
|
.gd-recipients-field .gd-recipient-value-item.not-valid .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipients__multi-value__remove,
|
|
19654
|
-
.gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-
|
|
19661
|
+
.gd-recipients-field .gd-recipient-value-item.invalid-external .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipients__multi-value__remove,
|
|
19662
|
+
.gd-recipients-field .gd-recipient-value-item.invalid-user .gd-recipients__multi-value__remove:hover, .gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipients__multi-value__remove,
|
|
19655
19663
|
.gd-recipients-field .gd-recipient-value-item.invalid-email .gd-recipients__multi-value__remove:hover,
|
|
19656
19664
|
.gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipients__multi-value__remove,
|
|
19657
19665
|
.gd-recipients-field .gd-recipients__single-value.not-valid .gd-recipients__multi-value__remove:hover,
|
|
19658
19666
|
.gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipients__multi-value__remove,
|
|
19659
19667
|
.gd-recipients-field .gd-recipients__single-value.invalid-external .gd-recipients__multi-value__remove:hover,
|
|
19668
|
+
.gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipients__multi-value__remove,
|
|
19669
|
+
.gd-recipients-field .gd-recipients__single-value.invalid-user .gd-recipients__multi-value__remove:hover,
|
|
19660
19670
|
.gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipients__multi-value__remove,
|
|
19661
19671
|
.gd-recipients-field .gd-recipients__single-value.invalid-email .gd-recipients__multi-value__remove:hover {
|
|
19662
19672
|
color: var(--gd-palette-error-base, #e54d42);
|
|
@@ -19696,6 +19706,9 @@ div.gd-empty-item-bubble {
|
|
|
19696
19706
|
padding: 6px 8px;
|
|
19697
19707
|
font-size: 13px;
|
|
19698
19708
|
line-height: 15px;
|
|
19709
|
+
white-space: nowrap;
|
|
19710
|
+
text-overflow: ellipsis;
|
|
19711
|
+
overflow: hidden;
|
|
19699
19712
|
}
|
|
19700
19713
|
.gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-option-value-item {
|
|
19701
19714
|
margin-left: 10px;
|
|
@@ -19704,6 +19717,7 @@ div.gd-empty-item-bubble {
|
|
|
19704
19717
|
.gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-option-label-external-warning {
|
|
19705
19718
|
margin: 5px -8px -6px -8px;
|
|
19706
19719
|
background: #fff;
|
|
19720
|
+
white-space: normal;
|
|
19707
19721
|
}
|
|
19708
19722
|
.gd-recipients-overlay .gd-recipients__menu-list .gd-recipient-option-item .gd-recipient-option-label-external-warning .gd-message {
|
|
19709
19723
|
font-size: 13px;
|
|
@@ -19960,7 +19974,7 @@ div.gd-empty-item-bubble {
|
|
|
19960
19974
|
.dash-item .is-selectable.is-selected.dash-item-content:hover {
|
|
19961
19975
|
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
19962
19976
|
}
|
|
19963
|
-
.dash-item.gd-highlighted .dash-item-content {
|
|
19977
|
+
.dash-item.gd-highlighted > .dash-item-content-wrapper > .dash-item-content {
|
|
19964
19978
|
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
19965
19979
|
}
|
|
19966
19980
|
.dash-item.is-selected .dash-item-action-lw-options {
|
|
@@ -20472,10 +20486,10 @@ div.gd-empty-item-bubble {
|
|
|
20472
20486
|
.gd-grid-layout .dash-item .is-dragging-widget.dash-item-content {
|
|
20473
20487
|
border-color: var(--gd-palette-complementary-2, #ebeff4);
|
|
20474
20488
|
}
|
|
20475
|
-
.gd-grid-layout .dash-item:not(.gd-dashboard-nested-layout-widget):not(.gd-first-
|
|
20489
|
+
.gd-grid-layout .dash-item:not(.gd-dashboard-nested-layout-widget):not(.gd-first-container-row-widget):not(.drag-info-placeholder) {
|
|
20476
20490
|
padding: 10px 0;
|
|
20477
20491
|
}
|
|
20478
|
-
.gd-grid-layout .dash-item.gd-first-
|
|
20492
|
+
.gd-grid-layout .dash-item.gd-first-container-row-widget:not(.gd-dashboard-nested-layout-widget) {
|
|
20479
20493
|
padding: 0 0 10px 0;
|
|
20480
20494
|
}
|
|
20481
20495
|
.gd-grid-layout .gd-empty-nested-layout {
|
|
@@ -20863,6 +20877,13 @@ div.gd-empty-item-bubble {
|
|
|
20863
20877
|
margin-right: 10px;
|
|
20864
20878
|
}
|
|
20865
20879
|
|
|
20880
|
+
.gd-dashboard-nested-layout-widget-visualization-content .drag-info-placeholder-box p {
|
|
20881
|
+
margin-top: 0;
|
|
20882
|
+
}
|
|
20883
|
+
.gd-dashboard-nested-layout-widget-visualization-content .drop-target-message {
|
|
20884
|
+
line-height: 28px;
|
|
20885
|
+
}
|
|
20886
|
+
|
|
20866
20887
|
.drag-info-placeholder-drop-target,
|
|
20867
20888
|
.drop-target-inner {
|
|
20868
20889
|
position: absolute;
|
|
@@ -21174,6 +21195,9 @@ div.gd-empty-item-bubble {
|
|
|
21174
21195
|
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-inner {
|
|
21175
21196
|
padding: 0;
|
|
21176
21197
|
}
|
|
21198
|
+
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot.gd-first-container-row-dropzone .widget-dropzone-box {
|
|
21199
|
+
padding-top: 0;
|
|
21200
|
+
}
|
|
21177
21201
|
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drag-info-placeholder-drop-target,
|
|
21178
21202
|
.gd-grid-layout .gd-fluidlayout-column-row-end-hotspot .drop-target-inner {
|
|
21179
21203
|
position: unset;
|
|
@@ -22634,14 +22658,14 @@ div.gd-empty-item-bubble {
|
|
|
22634
22658
|
.export-mode .gd-fluidlayout-row .gd-fluidlayout-column .dashboard-widget-draggable-wrapper {
|
|
22635
22659
|
min-height: inherit;
|
|
22636
22660
|
}
|
|
22637
|
-
.export-mode .gd-grid-layout__item {
|
|
22638
|
-
display: block !important; /* stylelint-disable-line declaration-no-important */
|
|
22661
|
+
.export-mode .gd-grid-layout__item--leaf {
|
|
22639
22662
|
page-break-inside: avoid;
|
|
22663
|
+
border: 1px solid red !important; /* stylelint-disable-line declaration-no-important */
|
|
22640
22664
|
}
|
|
22641
|
-
.export-mode .gd-grid-layout__item .dash-item {
|
|
22665
|
+
.export-mode .gd-grid-layout__item--leaf .dash-item {
|
|
22642
22666
|
min-height: inherit;
|
|
22643
22667
|
}
|
|
22644
|
-
.export-mode .gd-grid-layout__item .dashboard-widget-draggable-wrapper {
|
|
22668
|
+
.export-mode .gd-grid-layout__item--leaf .dashboard-widget-draggable-wrapper {
|
|
22645
22669
|
min-height: inherit;
|
|
22646
22670
|
}
|
|
22647
22671
|
.export-mode .gd-row-header-view .description .more-link.active {
|
|
@@ -22654,6 +22678,12 @@ div.gd-empty-item-bubble {
|
|
|
22654
22678
|
right: 0;
|
|
22655
22679
|
bottom: 0;
|
|
22656
22680
|
}
|
|
22681
|
+
.export-mode .gd-grid-layout__container--root {
|
|
22682
|
+
padding-bottom: 500px;
|
|
22683
|
+
}
|
|
22684
|
+
.export-mode .gd-grid-layout__container--nested {
|
|
22685
|
+
padding-bottom: 300px;
|
|
22686
|
+
}
|
|
22657
22687
|
|
|
22658
22688
|
.gd-dialog.save-as-new-dialog {
|
|
22659
22689
|
max-width: 450px;
|
|
@@ -24169,7 +24199,7 @@ div.gd-empty-item-bubble {
|
|
|
24169
24199
|
.gd-grid-layout-width-resizer-drag-preview {
|
|
24170
24200
|
padding: 0 0 0 30px;
|
|
24171
24201
|
}
|
|
24172
|
-
.gd-grid-layout-width-resizer-drag-preview.gd-first-
|
|
24202
|
+
.gd-grid-layout-width-resizer-drag-preview.gd-first-container-row-widget .gd-fluidlayout-width-resizer__container {
|
|
24173
24203
|
padding-top: 0;
|
|
24174
24204
|
}
|
|
24175
24205
|
|
|
@@ -24249,7 +24279,7 @@ div.gd-empty-item-bubble {
|
|
|
24249
24279
|
right: 0;
|
|
24250
24280
|
width: 0;
|
|
24251
24281
|
}
|
|
24252
|
-
.gd-grid-layout .dash-width-resizer-container.gd-first-
|
|
24282
|
+
.gd-grid-layout .dash-width-resizer-container.gd-first-container-row-widget .gd-fluidlayout-width-resizer__container {
|
|
24253
24283
|
padding-top: 0;
|
|
24254
24284
|
}
|
|
24255
24285
|
.gd-grid-layout .gd-fluidlayout-width-resizer__container {
|
|
@@ -26096,6 +26126,9 @@ div.gd-empty-item-bubble {
|
|
|
26096
26126
|
width: 10px;
|
|
26097
26127
|
height: 100%;
|
|
26098
26128
|
}
|
|
26129
|
+
.gd-grid-layout .gd-first-container-row-dropzone .gd-hotspot-border__container {
|
|
26130
|
+
padding-top: 0;
|
|
26131
|
+
}
|
|
26099
26132
|
.gd-grid-layout .gd-hotspot-border__drop-target {
|
|
26100
26133
|
width: 100%;
|
|
26101
26134
|
height: 100%;
|