@gooddata/sdk-ui-dashboard 10.33.0-alpha.7 → 10.33.0-alpha.70
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 +460 -340
- 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/dashboard/flexibleLayout/config.d.ts +1 -0
- package/esm/_staging/dashboard/flexibleLayout/config.d.ts.map +1 -1
- package/esm/_staging/dashboard/flexibleLayout/config.js +2 -1
- package/esm/_staging/dashboard/flexibleLayout/config.js.map +1 -1
- package/esm/_staging/layout/sizing.d.ts.map +1 -1
- package/esm/_staging/layout/sizing.js +6 -4
- package/esm/_staging/layout/sizing.js.map +1 -1
- package/esm/assets/flexible-layouts-tooltip.gif +0 -0
- package/esm/model/commandHandlers/layout/containerHeightSanitization.d.ts +10 -0
- package/esm/model/commandHandlers/layout/containerHeightSanitization.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/containerHeightSanitization.js +138 -60
- package/esm/model/commandHandlers/layout/containerHeightSanitization.js.map +1 -1
- package/esm/model/commandHandlers/layout/containerWidthSanitization.d.ts +9 -4
- package/esm/model/commandHandlers/layout/containerWidthSanitization.d.ts.map +1 -1
- package/esm/model/commandHandlers/layout/containerWidthSanitization.js +21 -12
- 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 +14 -10
- 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 +1 -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/headlessDashboard/HeadlessDashboard.d.ts.map +1 -1
- package/esm/model/headlessDashboard/HeadlessDashboard.js +4 -3
- package/esm/model/headlessDashboard/HeadlessDashboard.js.map +1 -1
- package/esm/model/index.d.ts +1 -3
- package/esm/model/index.d.ts.map +1 -1
- package/esm/model/index.js +1 -3
- package/esm/model/index.js.map +1 -1
- package/esm/model/queryServices/index.d.ts +3 -0
- package/esm/model/queryServices/index.d.ts.map +1 -1
- package/esm/model/queryServices/index.js +3 -0
- package/esm/model/queryServices/index.js.map +1 -1
- package/esm/model/queryServices/queryInsightAttributesMeta.d.ts +9 -2
- package/esm/model/queryServices/queryInsightAttributesMeta.d.ts.map +1 -1
- package/esm/model/queryServices/queryInsightAttributesMeta.js.map +1 -1
- package/esm/model/queryServices/queryInsightDateDatasets.d.ts +9 -2
- package/esm/model/queryServices/queryInsightDateDatasets.d.ts.map +1 -1
- package/esm/model/queryServices/queryInsightDateDatasets.js.map +1 -1
- package/esm/model/queryServices/queryMeasureDateDatasets.d.ts +9 -2
- package/esm/model/queryServices/queryMeasureDateDatasets.d.ts.map +1 -1
- package/esm/model/queryServices/queryMeasureDateDatasets.js.map +1 -1
- package/esm/model/react/DashboardStoreProvider.d.ts +2 -2
- package/esm/model/react/DashboardStoreProvider.d.ts.map +1 -1
- package/esm/model/react/DashboardStoreProvider.js +1 -1
- package/esm/model/react/DashboardStoreProvider.js.map +1 -1
- package/esm/model/react/filtering/selectors.js +1 -1
- package/esm/model/react/filtering/selectors.js.map +1 -1
- package/esm/model/react/useInitializeDashboardStore.d.ts.map +1 -1
- package/esm/model/react/useInitializeDashboardStore.js.map +1 -1
- package/esm/model/store/_infra/queryProcessing.d.ts +2 -2
- package/esm/model/store/_infra/queryProcessing.d.ts.map +1 -1
- package/esm/model/store/_infra/queryProcessing.js +1 -1
- package/esm/model/store/_infra/queryProcessing.js.map +1 -1
- package/esm/model/store/_infra/queryService.d.ts +2 -2
- package/esm/model/store/_infra/queryService.d.ts.map +1 -1
- package/esm/model/store/_infra/queryService.js +1 -1
- package/esm/model/store/_infra/queryService.js.map +1 -1
- package/esm/model/store/_infra/undoEnhancer.d.ts +0 -3
- package/esm/model/store/_infra/undoEnhancer.d.ts.map +1 -1
- package/esm/model/store/accessibleDashboards/accessibleDashboardsEntityAdapter.d.ts +2 -1
- package/esm/model/store/accessibleDashboards/accessibleDashboardsEntityAdapter.d.ts.map +1 -1
- package/esm/model/store/accessibleDashboards/accessibleDashboardsEntityAdapter.js +1 -1
- package/esm/model/store/accessibleDashboards/accessibleDashboardsEntityAdapter.js.map +1 -1
- package/esm/model/store/accessibleDashboards/accessibleDashboardsSelectors.js +1 -1
- package/esm/model/store/accessibleDashboards/accessibleDashboardsSelectors.js.map +1 -1
- package/esm/model/store/accessibleDashboards/index.d.ts +7 -9
- package/esm/model/store/accessibleDashboards/index.d.ts.map +1 -1
- package/esm/model/store/accessibleDashboards/index.js +3 -2
- package/esm/model/store/accessibleDashboards/index.js.map +1 -1
- package/esm/model/store/attributeFilterConfigs/attributeFilterConfigsSelectors.js +1 -1
- package/esm/model/store/attributeFilterConfigs/attributeFilterConfigsSelectors.js.map +1 -1
- package/esm/model/store/attributeFilterConfigs/index.d.ts +9 -19
- package/esm/model/store/attributeFilterConfigs/index.d.ts.map +1 -1
- package/esm/model/store/attributeFilterConfigs/index.js +4 -3
- package/esm/model/store/attributeFilterConfigs/index.js.map +1 -1
- package/esm/model/store/automations/automationsReducers.d.ts +1 -1
- package/esm/model/store/automations/automationsSelectors.js +1 -1
- package/esm/model/store/automations/automationsSelectors.js.map +1 -1
- package/esm/model/store/automations/index.d.ts +10 -20
- package/esm/model/store/automations/index.d.ts.map +1 -1
- package/esm/model/store/automations/index.js +3 -2
- package/esm/model/store/automations/index.js.map +1 -1
- package/esm/model/store/backendCapabilities/backendCapabilitiesSelectors.js +1 -1
- package/esm/model/store/backendCapabilities/backendCapabilitiesSelectors.js.map +1 -1
- package/esm/model/store/backendCapabilities/index.d.ts +6 -7
- package/esm/model/store/backendCapabilities/index.d.ts.map +1 -1
- package/esm/model/store/backendCapabilities/index.js +3 -2
- package/esm/model/store/backendCapabilities/index.js.map +1 -1
- package/esm/model/store/catalog/catalogSelectors.js +1 -1
- package/esm/model/store/catalog/catalogSelectors.js.map +1 -1
- package/esm/model/store/catalog/index.d.ts +10 -23
- package/esm/model/store/catalog/index.d.ts.map +1 -1
- package/esm/model/store/catalog/index.js +3 -2
- package/esm/model/store/catalog/index.js.map +1 -1
- package/esm/model/store/config/configSelectors.d.ts +2 -2
- package/esm/model/store/config/configSelectors.d.ts.map +1 -1
- package/esm/model/store/config/configSelectors.js +4 -4
- package/esm/model/store/config/configSelectors.js.map +1 -1
- package/esm/model/store/config/index.d.ts +6 -7
- package/esm/model/store/config/index.d.ts.map +1 -1
- package/esm/model/store/config/index.js +3 -2
- package/esm/model/store/config/index.js.map +1 -1
- package/esm/model/store/dashboardPermissions/dashboardPermissionsSelectors.js +1 -1
- package/esm/model/store/dashboardPermissions/dashboardPermissionsSelectors.js.map +1 -1
- package/esm/model/store/dashboardPermissions/index.d.ts +6 -7
- package/esm/model/store/dashboardPermissions/index.d.ts.map +1 -1
- package/esm/model/store/dashboardPermissions/index.js +3 -2
- package/esm/model/store/dashboardPermissions/index.js.map +1 -1
- package/esm/model/store/dashboardStore.d.ts.map +1 -1
- package/esm/model/store/dashboardStore.js +1 -1
- package/esm/model/store/dashboardStore.js.map +1 -1
- package/esm/model/store/dateFilterConfig/dateFilterConfigSelectors.js +1 -1
- package/esm/model/store/dateFilterConfig/dateFilterConfigSelectors.js.map +1 -1
- package/esm/model/store/dateFilterConfig/index.d.ts +15 -31
- package/esm/model/store/dateFilterConfig/index.d.ts.map +1 -1
- package/esm/model/store/dateFilterConfig/index.js +3 -2
- package/esm/model/store/dateFilterConfig/index.js.map +1 -1
- package/esm/model/store/dateFilterConfigs/dateFilterConfigsSelectors.js +1 -1
- package/esm/model/store/dateFilterConfigs/dateFilterConfigsSelectors.js.map +1 -1
- package/esm/model/store/dateFilterConfigs/index.d.ts +9 -19
- package/esm/model/store/dateFilterConfigs/index.d.ts.map +1 -1
- package/esm/model/store/dateFilterConfigs/index.js +3 -2
- package/esm/model/store/dateFilterConfigs/index.js.map +1 -1
- package/esm/model/store/drill/drillReducers.d.ts +1 -1
- package/esm/model/store/drill/drillSelectors.js +1 -1
- package/esm/model/store/drill/drillSelectors.js.map +1 -1
- package/esm/model/store/drill/index.d.ts +8 -12
- package/esm/model/store/drill/index.d.ts.map +1 -1
- package/esm/model/store/drill/index.js +2 -2
- package/esm/model/store/drill/index.js.map +1 -1
- package/esm/model/store/drillTargets/drillTargetsEntityAdapter.d.ts +2 -1
- package/esm/model/store/drillTargets/drillTargetsEntityAdapter.d.ts.map +1 -1
- package/esm/model/store/drillTargets/drillTargetsEntityAdapter.js +1 -1
- package/esm/model/store/drillTargets/drillTargetsEntityAdapter.js.map +1 -1
- package/esm/model/store/drillTargets/drillTargetsSelectors.js +1 -1
- package/esm/model/store/drillTargets/drillTargetsSelectors.js.map +1 -1
- package/esm/model/store/drillTargets/index.d.ts +7 -10
- package/esm/model/store/drillTargets/index.d.ts.map +1 -1
- package/esm/model/store/drillTargets/index.js +3 -2
- package/esm/model/store/drillTargets/index.js.map +1 -1
- package/esm/model/store/entitlements/entitlementsSelectors.js +1 -1
- package/esm/model/store/entitlements/entitlementsSelectors.js.map +1 -1
- package/esm/model/store/entitlements/index.d.ts +6 -7
- package/esm/model/store/entitlements/index.d.ts.map +1 -1
- package/esm/model/store/entitlements/index.js +3 -2
- package/esm/model/store/entitlements/index.js.map +1 -1
- package/esm/model/store/executed/executedSelectors.js +1 -1
- package/esm/model/store/executed/executedSelectors.js.map +1 -1
- package/esm/model/store/executed/index.d.ts +7 -5
- package/esm/model/store/executed/index.d.ts.map +1 -1
- package/esm/model/store/executed/index.js +3 -2
- package/esm/model/store/executed/index.js.map +1 -1
- package/esm/model/store/executionResults/executionResultsEntityAdapter.d.ts +2 -1
- package/esm/model/store/executionResults/executionResultsEntityAdapter.d.ts.map +1 -1
- package/esm/model/store/executionResults/executionResultsEntityAdapter.js +1 -1
- package/esm/model/store/executionResults/executionResultsEntityAdapter.js.map +1 -1
- package/esm/model/store/executionResults/executionResultsSelectors.d.ts +7 -1
- package/esm/model/store/executionResults/executionResultsSelectors.d.ts.map +1 -1
- package/esm/model/store/executionResults/executionResultsSelectors.js +1 -1
- package/esm/model/store/executionResults/executionResultsSelectors.js.map +1 -1
- package/esm/model/store/executionResults/index.d.ts +8 -11
- package/esm/model/store/executionResults/index.d.ts.map +1 -1
- package/esm/model/store/executionResults/index.js +3 -2
- package/esm/model/store/executionResults/index.js.map +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.js +1 -1
- package/esm/model/store/filterContext/filterContextSelectors.js.map +1 -1
- package/esm/model/store/filterContext/index.d.ts +35 -102
- package/esm/model/store/filterContext/index.d.ts.map +1 -1
- package/esm/model/store/filterContext/index.js +3 -2
- package/esm/model/store/filterContext/index.js.map +1 -1
- package/esm/model/store/filterViews/filterViewsReducersSelectors.js +1 -1
- package/esm/model/store/filterViews/filterViewsReducersSelectors.js.map +1 -1
- package/esm/model/store/filterViews/index.d.ts +7 -11
- package/esm/model/store/filterViews/index.d.ts.map +1 -1
- package/esm/model/store/filterViews/index.js +3 -2
- package/esm/model/store/filterViews/index.js.map +1 -1
- package/esm/model/store/inaccessibleDashboards/inaccessibleDashboardsEntityAdapter.d.ts +2 -1
- package/esm/model/store/inaccessibleDashboards/inaccessibleDashboardsEntityAdapter.d.ts.map +1 -1
- package/esm/model/store/inaccessibleDashboards/inaccessibleDashboardsEntityAdapter.js +1 -1
- package/esm/model/store/inaccessibleDashboards/inaccessibleDashboardsEntityAdapter.js.map +1 -1
- package/esm/model/store/inaccessibleDashboards/inaccessibleDashboardsSelectors.js +1 -1
- package/esm/model/store/inaccessibleDashboards/inaccessibleDashboardsSelectors.js.map +1 -1
- package/esm/model/store/inaccessibleDashboards/index.d.ts +7 -10
- package/esm/model/store/inaccessibleDashboards/index.d.ts.map +1 -1
- package/esm/model/store/inaccessibleDashboards/index.js +3 -2
- package/esm/model/store/inaccessibleDashboards/index.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/insights/index.d.ts +9 -24
- package/esm/model/store/insights/index.d.ts.map +1 -1
- package/esm/model/store/insights/index.js +3 -2
- package/esm/model/store/insights/index.js.map +1 -1
- package/esm/model/store/insights/insightsEntityAdapter.d.ts +2 -1
- package/esm/model/store/insights/insightsEntityAdapter.d.ts.map +1 -1
- package/esm/model/store/insights/insightsEntityAdapter.js +1 -1
- package/esm/model/store/insights/insightsEntityAdapter.js.map +1 -1
- package/esm/model/store/insights/insightsSelectors.js +1 -1
- package/esm/model/store/insights/insightsSelectors.js.map +1 -1
- package/esm/model/store/layout/index.d.ts +99 -133
- package/esm/model/store/layout/index.d.ts.map +1 -1
- package/esm/model/store/layout/index.js +3 -2
- package/esm/model/store/layout/index.js.map +1 -1
- package/esm/model/store/layout/layoutSelectors.js +1 -1
- package/esm/model/store/layout/layoutSelectors.js.map +1 -1
- package/esm/model/store/listedDashboards/index.d.ts +8 -17
- package/esm/model/store/listedDashboards/index.d.ts.map +1 -1
- package/esm/model/store/listedDashboards/index.js +3 -2
- package/esm/model/store/listedDashboards/index.js.map +1 -1
- package/esm/model/store/listedDashboards/listedDashboardsEntityAdapter.d.ts +2 -1
- package/esm/model/store/listedDashboards/listedDashboardsEntityAdapter.d.ts.map +1 -1
- package/esm/model/store/listedDashboards/listedDashboardsEntityAdapter.js +1 -1
- package/esm/model/store/listedDashboards/listedDashboardsEntityAdapter.js.map +1 -1
- package/esm/model/store/listedDashboards/listedDashboardsSelectors.js +1 -1
- package/esm/model/store/listedDashboards/listedDashboardsSelectors.js.map +1 -1
- package/esm/model/store/loading/index.d.ts +8 -9
- package/esm/model/store/loading/index.d.ts.map +1 -1
- package/esm/model/store/loading/index.js +3 -2
- package/esm/model/store/loading/index.js.map +1 -1
- package/esm/model/store/loading/loadingSelectors.js +1 -1
- package/esm/model/store/loading/loadingSelectors.js.map +1 -1
- package/esm/model/store/meta/index.d.ts +15 -36
- package/esm/model/store/meta/index.d.ts.map +1 -1
- package/esm/model/store/meta/index.js +3 -4
- package/esm/model/store/meta/index.js.map +1 -1
- package/esm/model/store/meta/metaSelectors.js +1 -1
- package/esm/model/store/meta/metaSelectors.js.map +1 -1
- package/esm/model/store/notificationChannels/index.d.ts +7 -11
- package/esm/model/store/notificationChannels/index.d.ts.map +1 -1
- package/esm/model/store/notificationChannels/index.js +3 -2
- package/esm/model/store/notificationChannels/index.js.map +1 -1
- package/esm/model/store/notificationChannels/notificationChannelsSelectors.js +1 -1
- package/esm/model/store/notificationChannels/notificationChannelsSelectors.js.map +1 -1
- package/esm/model/store/permissions/index.d.ts +6 -7
- package/esm/model/store/permissions/index.d.ts.map +1 -1
- package/esm/model/store/permissions/index.js +3 -2
- package/esm/model/store/permissions/index.js.map +1 -1
- package/esm/model/store/permissions/permissionsSelectors.js +1 -1
- package/esm/model/store/permissions/permissionsSelectors.js.map +1 -1
- package/esm/model/store/renderMode/index.d.ts +9 -10
- package/esm/model/store/renderMode/index.d.ts.map +1 -1
- package/esm/model/store/renderMode/index.js +3 -2
- package/esm/model/store/renderMode/index.js.map +1 -1
- package/esm/model/store/renderMode/renderModeSelectors.js +1 -1
- package/esm/model/store/renderMode/renderModeSelectors.js.map +1 -1
- package/esm/model/store/saving/index.d.ts +8 -9
- package/esm/model/store/saving/index.d.ts.map +1 -1
- package/esm/model/store/saving/index.js +3 -2
- package/esm/model/store/saving/index.js.map +1 -1
- package/esm/model/store/saving/savingSelectors.js +1 -1
- package/esm/model/store/saving/savingSelectors.js.map +1 -1
- package/esm/model/store/showWidgetAsTable/index.d.ts +3 -1
- package/esm/model/store/showWidgetAsTable/index.d.ts.map +1 -1
- package/esm/model/store/showWidgetAsTable/index.js +1 -1
- package/esm/model/store/showWidgetAsTable/index.js.map +1 -1
- package/esm/model/store/topBar/topBarSelectors.js +1 -1
- package/esm/model/store/topBar/topBarSelectors.js.map +1 -1
- package/esm/model/store/types.d.ts +6 -6
- package/esm/model/store/types.d.ts.map +1 -1
- package/esm/model/store/ui/index.d.ts +77 -168
- package/esm/model/store/ui/index.d.ts.map +1 -1
- package/esm/model/store/ui/index.js +3 -2
- package/esm/model/store/ui/index.js.map +1 -1
- package/esm/model/store/ui/uiSelectors.js +1 -1
- package/esm/model/store/ui/uiSelectors.js.map +1 -1
- package/esm/model/store/user/index.d.ts +6 -7
- package/esm/model/store/user/index.d.ts.map +1 -1
- package/esm/model/store/user/index.js +3 -2
- package/esm/model/store/user/index.js.map +1 -1
- package/esm/model/store/user/userSelectors.js +1 -1
- package/esm/model/store/user/userSelectors.js.map +1 -1
- package/esm/model/store/users/index.d.ts +8 -15
- package/esm/model/store/users/index.d.ts.map +1 -1
- package/esm/model/store/users/index.js +3 -2
- package/esm/model/store/users/index.js.map +1 -1
- package/esm/model/store/users/usersSelectors.js +1 -1
- package/esm/model/store/users/usersSelectors.js.map +1 -1
- package/esm/model/store/widgetDrills/widgetDrillSelectors.js +1 -1
- package/esm/model/store/widgetDrills/widgetDrillSelectors.js.map +1 -1
- package/esm/model/store/widgetExports/widgetExportsSelectors.js +1 -1
- package/esm/model/store/widgetExports/widgetExportsSelectors.js.map +1 -1
- package/esm/presentation/dashboard/DefaultDashboardContent/DefaultDashboardMainContent.d.ts.map +1 -1
- package/esm/presentation/dashboard/DefaultDashboardContent/DefaultDashboardMainContent.js +1 -0
- package/esm/presentation/dashboard/DefaultDashboardContent/DefaultDashboardMainContent.js.map +1 -1
- package/esm/presentation/dashboard/components/DateFilterConfigWarnings.js +1 -1
- package/esm/presentation/dashboard/components/DateFilterConfigWarnings.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js +1 -1
- package/esm/presentation/dragAndDrop/draggableAttributeFilter/DefaultAttributeFilterDraggingComponent.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js +7 -11
- package/esm/presentation/dragAndDrop/draggableWidget/AddDashboardLayoutWidgetButton.js.map +1 -1
- package/esm/presentation/dragAndDrop/useDashboardDragScroll.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/useDashboardDragScroll.js +1 -2
- package/esm/presentation/dragAndDrop/useDashboardDragScroll.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/DashboardLayoutWidget.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js +6 -7
- package/esm/presentation/flexibleLayout/DashboardLayoutWidget.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js +3 -3
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutRenderer/GridLayoutElement.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.d.ts +2 -2
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.js +5 -5
- package/esm/presentation/flexibleLayout/DefaultDashboardLayoutUtils.js.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js +12 -3
- package/esm/presentation/flexibleLayout/DefaultFlexibleDashboardLayout.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js +2 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/Resize/WidthResizerHotspot.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.js +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/EmptyNestedLayoutDropZone.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts +5 -2
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js +29 -17
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/Hotspot.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts +4 -2
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js +36 -18
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/RowEndHotspot.js.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts +2 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js +15 -9
- package/esm/presentation/flexibleLayout/dragAndDrop/draggableWidget/WidgetDropZoneColumn.js.map +1 -1
- package/esm/presentation/flexibleLayout/rowEndHotspotHelper.d.ts +2 -0
- package/esm/presentation/flexibleLayout/rowEndHotspotHelper.d.ts.map +1 -1
- package/esm/presentation/flexibleLayout/rowEndHotspotHelper.js +22 -0
- package/esm/presentation/flexibleLayout/rowEndHotspotHelper.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 +9 -2
- 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 +9 -2
- 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 +9 -2
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.json +534 -469
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +685 -3393
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +686 -3394
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- 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 +9 -2
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js +5 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.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/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js +12 -5
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/DefaultScheduledEmailDialog.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts +10 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js +71 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsList.js.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.d.ts +17 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.js +100 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.js.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts +6 -11
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js +31 -37
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/DashboardAttachments.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts +6 -16
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js +30 -27
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/WidgetAttachments.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFilters.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFilters.js.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFiltersList.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/{Attachments → AttachmentsOld}/AttachmentFiltersList.js +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentFiltersList.js.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/{Attachments → AttachmentsOld}/AttachmentItems.d.ts +2 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentItems.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentItems.js.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.d.ts +5 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.js +10 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/AttachmentsWrapper.js.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.d.ts +17 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.js +47 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/DashboardAttachments.js.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.d.ts +20 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.d.ts.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.js +33 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/AttachmentsOld/WidgetAttachments.js.map +1 -0
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts +10 -5
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js +76 -19
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/hooks/useEditScheduledEmail.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/types.d.ts +2 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/types.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/types.js +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/types.js.map +1 -1
- package/esm/presentation/widget/common/useWidgetHighlighting.js +1 -1
- package/esm/presentation/widget/common/useWidgetHighlighting.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.d.ts.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js +13 -4
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/Insight/DashboardInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/DrillDialogInsight.js.map +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/PoweredByGDLogo.js +1 -1
- package/esm/presentation/widget/insight/ViewModeDashboardInsight/InsightDrillDialog/PoweredByGDLogo.js.map +1 -1
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.d.ts.map +1 -1
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.js +0 -4
- package/esm/presentation/widget/widget/DashboardNestedLayoutWidget/EditableDashboardNestedLayoutWidget.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 +149 -270
- package/package.json +22 -23
- package/styles/css/attributeFilterConfig.css +1 -1
- package/styles/css/dashboard.css +100 -5
- package/styles/css/dashboard.css.map +1 -1
- package/styles/css/dashboardNestedLayoutWidget.css +88 -49
- package/styles/css/dashboardNestedLayoutWidget.css.map +1 -1
- package/styles/css/dragAndDrop.css +24 -20
- package/styles/css/dragAndDrop.css.map +1 -1
- package/styles/css/drillConfigPanel.css +14 -14
- package/styles/css/icons.css +32 -24
- package/styles/css/icons.css.map +1 -1
- package/styles/css/main.css +280 -132
- package/styles/css/main.css.map +1 -1
- package/styles/css/notifications_channels_dialog.css +88 -2
- package/styles/css/notifications_channels_dialog.css.map +1 -1
- package/styles/css/poweredByGDLogo.css +2 -2
- package/styles/css/sidebar.css +6 -4
- package/styles/css/sidebar.css.map +1 -1
- package/styles/scss/attributeFilterConfig.scss +1 -1
- package/styles/scss/dashboard.scss +15 -3
- package/styles/scss/dashboardNestedLayoutWidget.scss +142 -77
- package/styles/scss/dragAndDrop.scss +59 -48
- package/styles/scss/drillConfigPanel.scss +14 -14
- package/styles/scss/icons.scss +77 -79
- package/styles/scss/notifications_channels_dialog.scss +89 -1
- package/styles/scss/poweredByGDLogo.scss +3 -3
- package/styles/scss/sidebar.scss +6 -4
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentFilters.d.ts.map +0 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentFilters.js.map +0 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentFiltersList.d.ts.map +0 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentFiltersList.js.map +0 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.d.ts.map +0 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentItems.js.map +0 -1
- /package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/{Attachments → AttachmentsOld}/AttachmentFilters.d.ts +0 -0
- /package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/{Attachments → AttachmentsOld}/AttachmentFilters.js +0 -0
- /package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/{Attachments → AttachmentsOld}/AttachmentFiltersList.d.ts +0 -0
- /package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/{Attachments → AttachmentsOld}/AttachmentItems.js +0 -0
@@ -120,17 +120,33 @@
|
|
120
120
|
.gd-notifications-channels-attachments .gd-attachment-list {
|
121
121
|
display: flex;
|
122
122
|
flex-direction: row;
|
123
|
-
align-items:
|
123
|
+
align-items: center;
|
124
124
|
flex: 1;
|
125
125
|
overflow: hidden;
|
126
126
|
margin: -2px 0;
|
127
127
|
flex-wrap: wrap;
|
128
|
+
gap: 5px;
|
129
|
+
scroll-margin-bottom: 40px;
|
128
130
|
}
|
129
131
|
@media only screen and (max-width: 640px) {
|
130
132
|
.gd-notifications-channels-attachments .gd-attachment-list {
|
131
133
|
max-width: none;
|
132
134
|
}
|
133
135
|
}
|
136
|
+
.gd-notifications-channels-attachments .gd-attachment-list-old {
|
137
|
+
display: flex;
|
138
|
+
flex-direction: row;
|
139
|
+
align-items: end;
|
140
|
+
flex: 1;
|
141
|
+
overflow: hidden;
|
142
|
+
margin: -2px 0;
|
143
|
+
flex-wrap: wrap;
|
144
|
+
}
|
145
|
+
@media only screen and (max-width: 640px) {
|
146
|
+
.gd-notifications-channels-attachments .gd-attachment-list-old {
|
147
|
+
max-width: none;
|
148
|
+
}
|
149
|
+
}
|
134
150
|
.gd-notifications-channels-attachments .gd-attachment-list-message {
|
135
151
|
display: flex;
|
136
152
|
flex-basis: 100%;
|
@@ -273,6 +289,7 @@
|
|
273
289
|
display: flex;
|
274
290
|
flex-direction: column;
|
275
291
|
padding: 15px 10px;
|
292
|
+
gap: var(--gd-spacing-10px);
|
276
293
|
}
|
277
294
|
.gd-attachment-settings-dropdown .gd-attachment-settings-dropdown-footer {
|
278
295
|
display: flex;
|
@@ -382,7 +399,7 @@
|
|
382
399
|
height: 50px;
|
383
400
|
border: none;
|
384
401
|
cursor: pointer;
|
385
|
-
background-image: url("
|
402
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/ellipsis.svg");
|
386
403
|
background-color: transparent;
|
387
404
|
background-position: center center;
|
388
405
|
}
|
@@ -773,4 +790,73 @@
|
|
773
790
|
min-width: unset;
|
774
791
|
}
|
775
792
|
|
793
|
+
.gd-attachment-type-label {
|
794
|
+
display: inline-flex;
|
795
|
+
gap: var(--gd-spacing-10px);
|
796
|
+
align-items: center;
|
797
|
+
margin-inline-start: 5px;
|
798
|
+
}
|
799
|
+
|
800
|
+
.gd-attachment-types-content {
|
801
|
+
padding: var(--gd-spacing-10px);
|
802
|
+
}
|
803
|
+
|
804
|
+
.gd-attachment-type-item {
|
805
|
+
padding: 3px 0;
|
806
|
+
font-size: 12px;
|
807
|
+
}
|
808
|
+
|
809
|
+
.gd-attachment-chip {
|
810
|
+
height: 27px;
|
811
|
+
max-width: 245px;
|
812
|
+
display: inline-flex;
|
813
|
+
flex-direction: row;
|
814
|
+
align-items: center;
|
815
|
+
justify-content: center;
|
816
|
+
box-sizing: border-box;
|
817
|
+
position: relative;
|
818
|
+
border-radius: 20px;
|
819
|
+
padding-left: var(--gd-spacing-10px);
|
820
|
+
font-size: 12px;
|
821
|
+
border: 1px solid var(--gd-palette-complementary-4);
|
822
|
+
background-color: var(--gd-palette-complementary-0);
|
823
|
+
color: var(--gd-palette-complementary-7);
|
824
|
+
}
|
825
|
+
.gd-attachment-chip:has(.gd-attachment-chip-delete:hover) {
|
826
|
+
background-color: var(--gd-palette-error-dimmed);
|
827
|
+
color: var(--gd-palette-error-base);
|
828
|
+
border: 1px solid var(--gd-palette-error-base-t85);
|
829
|
+
}
|
830
|
+
|
831
|
+
.gd-attachment-chip-label {
|
832
|
+
display: inline-flex;
|
833
|
+
gap: var(--gd-spacing-5px);
|
834
|
+
align-items: center;
|
835
|
+
}
|
836
|
+
|
837
|
+
.gd-attachment-chip-button {
|
838
|
+
background: none;
|
839
|
+
border: none;
|
840
|
+
padding: 0;
|
841
|
+
font: inherit;
|
842
|
+
cursor: pointer;
|
843
|
+
color: var(--gd-palette-complementary-6);
|
844
|
+
display: grid;
|
845
|
+
place-items: center;
|
846
|
+
width: 27px;
|
847
|
+
height: 100%;
|
848
|
+
}
|
849
|
+
.gd-attachment-chip-button:hover {
|
850
|
+
color: var(--gd-palette-complementary-8);
|
851
|
+
}
|
852
|
+
|
853
|
+
.gd-attachment-chip-delete:hover {
|
854
|
+
color: var(--gd-palette-error-base);
|
855
|
+
}
|
856
|
+
|
857
|
+
.gd-attachment-list-error {
|
858
|
+
color: var(--gd-palette-error-base);
|
859
|
+
font-size: 12px;
|
860
|
+
}
|
861
|
+
|
776
862
|
/*# sourceMappingURL=notifications_channels_dialog.css.map */
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/notifications_channels_dialog.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACsHA;AA4DA;ACjLA;AAAA;AAAA;ACaA;EACI;IACI;IACA;IACA;;;AAGR;EACI;EACA;;AAEA;EACI;;;AAIR;EAGI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAKZ;EACI,eAjDa;;AAoDT;EACI;;AAIR;EACI;IACI;IACA;IACA;;EAEJ;IACI;;;AAIR;EApBJ;IAqBQ;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;IACA;;;;AAMR;EADJ;IAEQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,eChGQ;;;ADqGpB;EACI;;;AAIA;EADJ;IAEQ;;;AAIJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../scss/notifications_channels_dialog.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/_variables.scss","../scss/_zIndexes.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACsHA;AA4DA;ACjLA;AAAA;AAAA;ACaA;EACI;IACI;IACA;IACA;;;AAGR;EACI;EACA;;AAEA;EACI;;;AAIR;EAGI;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAKZ;EACI,eAjDa;;AAoDT;EACI;;AAIR;EACI;IACI;IACA;IACA;;EAEJ;IACI;;;AAIR;EApBJ;IAqBQ;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;IACA;;;;AAMR;EADJ;IAEQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,eChGQ;;;ADqGpB;EACI;;;AAIA;EADJ;IAEQ;;;AAIJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAXJ;IAYQ;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OC9JQ;;ADgKR;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OC/KI;EDgLJ,YCvKM;EDwKN;EACA;;AAIA;EACI;;AAIR;EACI;EACA;EACA,OC9LI;ED+LJ,YE7Ja;EF8Jb;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAMhB;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA,OC3PW;;AD8Pf;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OC3QI;ED4QJ;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OClRI;EDmRJ;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;IACA;IACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;IACA;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OC1XW;;AD4XX;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA,YA3Za;EA4Zb;EACA;EACA;EACA;EACA;EACA,OCrZe;;ADwZnB;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAEI,YC5UY;;AD8UZ;EACI;;AAGJ;EACI;;AAGR;EAEI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBC5XgB;ED6XhB;EACA;;AAEA;EACI,kBCrbc;;ADybtB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAEA;EACI;;AAGJ;AAAA;EFjSR;EACA;EACA;;AEsSA;EACI;;AAGJ;EACI;EACA,OCpgBe;;ADugBnB;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAGJ;EACI;;AAGA;EACI;;AAGJ;EACI,OCjgBY;;ADogBhB;EACI,OCtXa;;AD0XrB;EACI;EACA;;AAEA;EAJJ;IAKQ;;;AAGJ;EACI;EACA;EACA,aC5eK;ED6eL,OC1jBQ;ED2jBR;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kBCtdW;;AD0dnB;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKJ;EACI,OCllBc;;;ADulB1B;EACI;;AAEA;EAHJ;IAIQ;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;IACI;IACA;IACA;IACA;;;;AAOZ;EACI,SGloBe;;AHqoBnB;EACI;IACI,SGtoBiB;;;;AH2oB7B;EACI,YEpnBgB;EFqnBhB;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAUQ;;;;AAIR;EACI;EACA,eA/rBa;;;AAksBjB;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA,OCjsBmB;EDksBnB;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI,OC9rBkB;ED+rBlB;;AAGJ;EAvBJ;IAwBQ;;;;AAKJ;EACI;EACA,QA1uBO;;;AA+uBX;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI,cC5vBQ;;ADgwBhB;EACI,OCjwBY;EDkwBZ;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA,eA/wBa;;;AAkxBjB;EACI;EACA;EACA;;;AAGJ;EACI;EACA,eA1xBa;;;AA8xBb;EACI,QA9xBO;EA+xBP;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,OCvyBQ;EDwyBR;EACA;EACA;EACA;;;AAKZ;EACI;EACA;EACA,gBAtzBa;EAuzBb;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;;AAEA;EAEI,cCtyBkB;;ADyyBtB;EACI,OC5zBe;;AD+zBnB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI;;AAEI;EACI,kBCz0Bc;ED00Bd,OC50BY;;;ADk1BxB;EACI;;;AAIJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAKJ;EACI;;;AAIR;EACI;EACA","file":"notifications_channels_dialog.css"}
|
@@ -20,13 +20,13 @@
|
|
20
20
|
.gd-powered-by-logo-img-large {
|
21
21
|
width: 165px;
|
22
22
|
height: 30px;
|
23
|
-
background-image: url("
|
23
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-large.svg?v=2022");
|
24
24
|
background-size: 165px 30px;
|
25
25
|
}
|
26
26
|
.gd-powered-by-logo-img-small {
|
27
27
|
width: 146px;
|
28
28
|
height: 16px;
|
29
|
-
background-image: url("
|
29
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/powered-by-gd-small.svg?v=2022");
|
30
30
|
background-size: 146px 16px;
|
31
31
|
}
|
32
32
|
|
package/styles/css/sidebar.css
CHANGED
@@ -92,12 +92,14 @@
|
|
92
92
|
flex-direction: column;
|
93
93
|
align-items: stretch;
|
94
94
|
gap: 10px;
|
95
|
-
max-width:
|
95
|
+
max-width: 260px;
|
96
96
|
}
|
97
97
|
.gd-container-tooltip__image {
|
98
|
-
|
99
|
-
|
100
|
-
background:
|
98
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/flexible-layouts-tooltip.gif");
|
99
|
+
background-repeat: no-repeat;
|
100
|
+
background-position: left top;
|
101
|
+
background-size: contain;
|
102
|
+
aspect-ratio: 44/27;
|
101
103
|
}
|
102
104
|
.gd-container-tooltip__actions {
|
103
105
|
padding-top: 10px;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/sidebar.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACGA;EACI;EACA;EACA;EACA;EACA,cCoES;;;ADjEb;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OECY;EFAZ;;AAEA;EACI,OEZY;EFaZ;EACA;;AAGJ;EACI;EAIA;EAEA;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;;AAIA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA","file":"sidebar.css"}
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../node_modules/@gooddata/sdk-ui-kit/styles/scss/mixins.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Bubble/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/Button/_variables.scss","../scss/sidebar.scss","../scss/_variables.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AA0HA;AA4DA;ACjLA;AAAA;AAAA;ACDA;AAAA;AAAA;ACGA;EACI;EACA;EACA;EACA;EACA,cCoES;;;ADjEb;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OECY;EFAZ;;AAEA;EACI,OEZY;EFaZ;EACA;;AAGJ;EACI;EAIA;EAEA;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;;AAIA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA","file":"sidebar.css"}
|
@@ -359,6 +359,6 @@
|
|
359
359
|
display: block;
|
360
360
|
width: 18px;
|
361
361
|
height: 24px;
|
362
|
-
background: url("
|
362
|
+
background: url("@gooddata/sdk-ui-dashboard/esm/assets/date-dropdown.svg") no-repeat center;
|
363
363
|
}
|
364
364
|
}
|
@@ -46,9 +46,12 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
46
46
|
box-sizing: border-box;
|
47
47
|
display: flex;
|
48
48
|
align-items: stretch;
|
49
|
-
min-height: variables.$item-min-height;
|
50
49
|
padding: variables.$item-outer-padding;
|
51
50
|
|
51
|
+
&.dash-item-height {
|
52
|
+
min-height: variables.$item-min-height;
|
53
|
+
}
|
54
|
+
|
52
55
|
// Grid definition
|
53
56
|
|
54
57
|
@media #{kit-variables.$small-up} {
|
@@ -222,6 +225,7 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
222
225
|
flex: 1 1 auto;
|
223
226
|
flex-direction: column;
|
224
227
|
justify-content: flex-start;
|
228
|
+
width: 100%;
|
225
229
|
}
|
226
230
|
|
227
231
|
.dash-item-content {
|
@@ -482,7 +486,7 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
482
486
|
|
483
487
|
.dash-item-action.dash-item-action-alert {
|
484
488
|
&.disabled {
|
485
|
-
background-image: url("
|
489
|
+
background-image: url("@gooddata/sdk-ui-dashboard/esm/assets/alert-bell-na.svg");
|
486
490
|
background-repeat: no-repeat;
|
487
491
|
background-position: center;
|
488
492
|
background-size: 16px;
|
@@ -606,7 +610,7 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
606
610
|
background-color: kit-variables.$gd-palette-primary-base;
|
607
611
|
|
608
612
|
&.gd-icon-trash::before {
|
609
|
-
content: url("
|
613
|
+
content: url("@gooddata/sdk-ui-dashboard/esm/assets/trash.svg");
|
610
614
|
display: inline-block;
|
611
615
|
width: 20px;
|
612
616
|
height: 20px;
|
@@ -771,6 +775,9 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
771
775
|
left: 0;
|
772
776
|
bottom: 0;
|
773
777
|
right: 0;
|
778
|
+
&.is-invisible {
|
779
|
+
visibility: hidden;
|
780
|
+
}
|
774
781
|
}
|
775
782
|
|
776
783
|
.bubble.options-menu-bubble {
|
@@ -824,6 +831,11 @@ $dashboard-menu-item-icon-color: var(--gd-palette-complementary-5-from-theme, #b
|
|
824
831
|
border-color: kit-variables.$is-focused-background;
|
825
832
|
}
|
826
833
|
}
|
834
|
+
&.gd-dashboard-nested-layout-widget {
|
835
|
+
.gd-dashboard-nested-layout-widget {
|
836
|
+
padding: 10px 0 0 0; // make space for column drop zone in second level and below
|
837
|
+
}
|
838
|
+
}
|
827
839
|
&:not(.gd-dashboard-nested-layout-widget):not(.gd-first-container-row-widget):not(.drag-info-placeholder) {
|
828
840
|
padding: 10px 0; // no place between widgets, render only containers for resizers
|
829
841
|
}
|
@@ -7,7 +7,7 @@
|
|
7
7
|
.gd-dashboard-nested-layout-widget {
|
8
8
|
.gd-dashboard-nested-layout-content.dash-item-content {
|
9
9
|
border-radius: 0;
|
10
|
-
padding: 19px 10px
|
10
|
+
padding: 19px 10px 15px 10px;
|
11
11
|
}
|
12
12
|
& .is-selectable {
|
13
13
|
&.gd-dashboard-nested-layout-content.dash-item-content:not(.is-selected):hover,
|
@@ -46,12 +46,6 @@
|
|
46
46
|
}
|
47
47
|
}
|
48
48
|
|
49
|
-
.gd-nested-layout-widget-renderer {
|
50
|
-
.gd-nested-layout-hotspot.dropzone {
|
51
|
-
width: 50px;
|
52
|
-
}
|
53
|
-
}
|
54
|
-
|
55
49
|
.gd-dashboard-nested-layout-tab {
|
56
50
|
display: none;
|
57
51
|
width: auto;
|
@@ -93,6 +87,15 @@
|
|
93
87
|
.drag-info-placeholder {
|
94
88
|
padding: 0 0 0 10px;
|
95
89
|
}
|
90
|
+
|
91
|
+
.drag-info-empty-nested-layout {
|
92
|
+
align-items: center;
|
93
|
+
display: flex;
|
94
|
+
flex-direction: column;
|
95
|
+
gap: 8px;
|
96
|
+
height: 100%;
|
97
|
+
justify-content: center;
|
98
|
+
}
|
96
99
|
}
|
97
100
|
|
98
101
|
.gd-grid-layout {
|
@@ -115,109 +118,131 @@
|
|
115
118
|
min-height: 300px;
|
116
119
|
}
|
117
120
|
}
|
121
|
+
}
|
118
122
|
|
119
|
-
|
120
|
-
|
123
|
+
// Definition of horizontal and vertical hot and drop zones.
|
124
|
+
.gd-grid-layout-dropzone {
|
125
|
+
$dropzoneRoot: &;
|
126
|
+
z-index: zIndexes.$drag-and-drop-drop-zone;
|
127
|
+
|
128
|
+
&--type-prev,
|
129
|
+
&--type-next {
|
121
130
|
position: absolute;
|
122
|
-
padding: 10px 0;
|
123
|
-
width: 10px;
|
124
|
-
height: 100%;
|
125
131
|
}
|
126
132
|
|
127
|
-
|
128
|
-
|
133
|
+
&--type-prev {
|
134
|
+
.drop-hint {
|
135
|
+
float: left;
|
136
|
+
margin-left: -3px;
|
137
|
+
}
|
129
138
|
}
|
130
139
|
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
border: 1px dashed kit-variables.$gd-palette-primary-base;
|
136
|
-
border-radius: 15px;
|
137
|
-
background-color: kit-variables.$gd-palette-primary-dimmed;
|
138
|
-
|
139
|
-
.drop-target-inner {
|
140
|
-
width: 4px;
|
141
|
-
height: 100%;
|
142
|
-
padding: 0;
|
143
|
-
border-radius: 2px;
|
144
|
-
background-color: kit-variables.$gd-palette-primary-base;
|
140
|
+
&--type-next {
|
141
|
+
.drop-hint {
|
142
|
+
float: right;
|
143
|
+
margin-left: 3px;
|
145
144
|
}
|
146
145
|
}
|
147
146
|
|
148
|
-
|
149
|
-
|
150
|
-
left: -15px;
|
151
|
-
display: block;
|
152
|
-
}
|
147
|
+
&--hidden {
|
148
|
+
display: none;
|
153
149
|
}
|
154
150
|
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
151
|
+
// definition of horizontal drop zones
|
152
|
+
&--direction-row {
|
153
|
+
&#{$dropzoneRoot}--type-prev,
|
154
|
+
&#{$dropzoneRoot}--type-next {
|
155
|
+
top: 0;
|
156
|
+
bottom: 0;
|
157
|
+
width: 50%;
|
158
|
+
|
159
|
+
&#{$dropzoneRoot}--full {
|
160
|
+
width: 100%;
|
161
|
+
}
|
162
|
+
}
|
163
|
+
|
164
|
+
&#{$dropzoneRoot}--type-prev {
|
165
|
+
left: 0;
|
166
|
+
|
167
|
+
&#{$dropzoneRoot}--active {
|
168
|
+
#{$dropzoneRoot}__drop-target--direction-row {
|
169
|
+
left: -15px;
|
170
|
+
}
|
171
|
+
}
|
172
|
+
}
|
173
|
+
|
174
|
+
&#{$dropzoneRoot}--type-next {
|
175
|
+
right: 0;
|
176
|
+
|
177
|
+
&#{$dropzoneRoot}--active {
|
178
|
+
#{$dropzoneRoot}__drop-target--direction-row {
|
179
|
+
right: -15px;
|
180
|
+
}
|
181
|
+
}
|
182
|
+
}
|
183
|
+
|
184
|
+
&#{$dropzoneRoot}--extended {
|
185
|
+
width: 100%;
|
186
|
+
}
|
187
|
+
|
188
|
+
&#{$dropzoneRoot}--isOverNestedLayout {
|
189
|
+
&#{$dropzoneRoot}--type-prev,
|
190
|
+
&#{$dropzoneRoot}--type-next {
|
191
|
+
// nested container has has narrower hotspot so it is possible to drop widget into it, while
|
192
|
+
// the non-container widgets inside of it are split half and half (50%)
|
193
|
+
width: 50px;
|
194
|
+
}
|
159
195
|
}
|
160
196
|
}
|
161
|
-
}
|
162
197
|
|
163
|
-
//
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
&.prev,
|
168
|
-
&.next {
|
169
|
-
top: unset;
|
198
|
+
// definition of vertical drop zones
|
199
|
+
&--direction-column {
|
200
|
+
&#{$dropzoneRoot}--type-prev,
|
201
|
+
&#{$dropzoneRoot}--type-next {
|
170
202
|
right: 0;
|
171
|
-
bottom: unset;
|
172
203
|
left: 0;
|
173
|
-
width: 100%;
|
174
204
|
height: 50%;
|
205
|
+
|
206
|
+
&#{$dropzoneRoot}--full {
|
207
|
+
width: 100%;
|
208
|
+
height: 100%;
|
209
|
+
}
|
175
210
|
}
|
176
211
|
|
177
|
-
|
212
|
+
&#{$dropzoneRoot}--type-prev {
|
178
213
|
top: 0;
|
179
214
|
|
180
|
-
|
181
|
-
|
182
|
-
}
|
183
|
-
|
184
|
-
&.active {
|
185
|
-
.gd-hotspot-border__container {
|
186
|
-
left: unset; // remove left shift defined for vertical hotspot
|
215
|
+
&#{$dropzoneRoot}--active {
|
216
|
+
#{$dropzoneRoot}__drop-target--direction-column {
|
187
217
|
top: -5px; // shift above the widget, in the middle of space between two widgets
|
188
218
|
}
|
189
219
|
}
|
190
220
|
}
|
191
221
|
|
192
|
-
|
222
|
+
&#{$dropzoneRoot}--type-next {
|
193
223
|
bottom: 0;
|
194
224
|
|
195
|
-
|
196
|
-
|
197
|
-
}
|
198
|
-
|
199
|
-
&.active {
|
200
|
-
.gd-hotspot-border__container {
|
201
|
-
right: unset; // remove right shift defined for vertical hotspot
|
225
|
+
&#{$dropzoneRoot}--active {
|
226
|
+
#{$dropzoneRoot}__drop-target--direction-column {
|
202
227
|
bottom: -5px; // shift below the widget, in the middle of space between two widgets
|
203
228
|
}
|
204
229
|
}
|
205
230
|
}
|
206
231
|
|
207
|
-
|
208
|
-
|
209
|
-
|
232
|
+
&#{$dropzoneRoot}--isOverNestedLayout {
|
233
|
+
&#{$dropzoneRoot}--type-prev,
|
234
|
+
&#{$dropzoneRoot}--type-next {
|
210
235
|
// nested container has has narrower hotspot so it is possible to drop widget into it, while
|
211
236
|
// the non-container widgets inside of it are split half and half (50%)
|
212
237
|
height: 50px;
|
213
238
|
}
|
214
239
|
}
|
215
240
|
|
216
|
-
|
217
|
-
|
218
|
-
|
241
|
+
&#{$dropzoneRoot}--isInFirstRow {
|
242
|
+
&#{$dropzoneRoot}--type-prev {
|
243
|
+
&#{$dropzoneRoot}--active {
|
219
244
|
// stylelint-disable-next-line max-nesting-depth
|
220
|
-
|
245
|
+
#{$dropzoneRoot}__drop-target--direction-column {
|
221
246
|
top: -15px; // the first widget does not have same padding as the subsequent ones
|
222
247
|
}
|
223
248
|
}
|
@@ -225,15 +250,55 @@
|
|
225
250
|
}
|
226
251
|
}
|
227
252
|
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
}
|
253
|
+
// drop target inside of the drop zone
|
254
|
+
&__drop-target {
|
255
|
+
display: none;
|
256
|
+
position: absolute;
|
233
257
|
|
234
|
-
|
235
|
-
|
258
|
+
&--direction-row {
|
259
|
+
padding: 10px 0;
|
260
|
+
width: 10px;
|
261
|
+
height: 100%;
|
262
|
+
|
263
|
+
#{$dropzoneRoot}__drop-target-inner {
|
264
|
+
width: 4px;
|
265
|
+
}
|
266
|
+
}
|
267
|
+
|
268
|
+
&--direction-column {
|
269
|
+
padding: 0;
|
236
270
|
width: 100%;
|
271
|
+
height: 10px;
|
272
|
+
|
273
|
+
#{$dropzoneRoot}__drop-target-inner {
|
274
|
+
width: 100%;
|
275
|
+
}
|
276
|
+
}
|
277
|
+
|
278
|
+
&#{$dropzoneRoot}--isInFirstRow {
|
279
|
+
padding-top: 0;
|
237
280
|
}
|
238
281
|
}
|
282
|
+
|
283
|
+
&--active {
|
284
|
+
#{$dropzoneRoot}__drop-target {
|
285
|
+
display: block;
|
286
|
+
}
|
287
|
+
}
|
288
|
+
|
289
|
+
&__drop-target-border {
|
290
|
+
width: 100%;
|
291
|
+
height: 100%;
|
292
|
+
padding: 2px;
|
293
|
+
border: 1px dashed kit-variables.$gd-palette-primary-base;
|
294
|
+
border-radius: 15px;
|
295
|
+
background-color: kit-variables.$gd-palette-primary-dimmed;
|
296
|
+
}
|
297
|
+
|
298
|
+
&__drop-target-inner {
|
299
|
+
height: 100%;
|
300
|
+
padding: 0;
|
301
|
+
border-radius: 2px;
|
302
|
+
background-color: kit-variables.$gd-palette-primary-base;
|
303
|
+
}
|
239
304
|
}
|