@gooddata/sdk-ui-ext 9.5.0-alpha.9 → 9.5.0-beta.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/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/esm/internal/assets/icons/attribute-hierarchy.svg +1 -0
- package/esm/internal/assets/icons/attribute.svg +1 -0
- package/esm/internal/components/BaseVisualization.d.ts +2 -1
- package/esm/internal/components/BaseVisualization.d.ts.map +1 -1
- package/esm/internal/components/BaseVisualization.js +1 -0
- package/esm/internal/components/BaseVisualization.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.d.ts.map +1 -0
- package/esm/internal/components/{attributeHierarchy → attributeHierarchies/attributeHierarchyDetail}/AttributeHierarchyDetailBubble.js +7 -3
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.js.map +1 -0
- package/esm/internal/components/{attributeHierarchy → attributeHierarchies/attributeHierarchyDetail}/AttributeHierarchyDetailPanel.d.ts +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.d.ts.map +1 -0
- package/esm/internal/components/{attributeHierarchy → attributeHierarchies/attributeHierarchyDetail}/AttributeHierarchyDetailPanel.js +9 -5
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.d.ts +9 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js +32 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.d.ts +4 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.js +18 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.d.ts +7 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.js +28 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts +11 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.js +40 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.d.ts +17 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.js +12 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.d.ts +4 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js +24 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.d.ts +4 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js +17 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.d.ts +4 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js +37 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.d.ts +4 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js +17 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.d.ts +34 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.js +100 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts +9 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js +15 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.d.ts +7 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js +26 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.d.ts +4 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js +22 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.d.ts +18 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.js +6 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.d.ts +19 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.js +121 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.d.ts +8 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.js +46 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/index.d.ts +4 -0
- package/esm/internal/components/attributeHierarchies/index.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/index.js +5 -0
- package/esm/internal/components/attributeHierarchies/index.js.map +1 -0
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts +1 -0
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.js +4 -3
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.js.map +1 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +2 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js +2 -2
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.d.ts +1 -0
- package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/CreateUserGroupDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/CreateUserGroupDialog.js +6 -3
- package/esm/internal/components/dialogs/userManagementDialogs/CreateUserGroupDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserDialog.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupDialog.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupsDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupsDialog.js +20 -15
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupsDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUsersDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUsersDialog.js +20 -15
- package/esm/internal/components/dialogs/userManagementDialogs/DeleteUsersDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/DetailRow.js +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/DetailRow.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserGroupDetails.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserGroupDetails.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserGroupDetails.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts +2 -0
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.js +10 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroup.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroup.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroup.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.js +3 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.d.ts +1 -0
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.js +7 -5
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.d.ts +2 -0
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.js +3 -2
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.d.ts +1 -0
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.js +7 -2
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUser.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUser.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUser.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.d.ts +1 -0
- package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.js +7 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdownList.js +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdownList.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.js +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceListEmpty.d.ts +2 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceListEmpty.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceListEmpty.js +7 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceListEmpty.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/workspaceHooks.d.ts +2 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/workspaceHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/workspaceHooks.js +27 -6
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/workspaceHooks.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts +9 -3
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.js +58 -33
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/locales.d.ts +7 -1
- package/esm/internal/components/dialogs/userManagementDialogs/locales.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/locales.js +3 -1
- package/esm/internal/components/dialogs/userManagementDialogs/locales.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js +4 -3
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/headline/PluggableHeadline.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/headline/PluggableHeadline.js +2 -2
- package/esm/internal/components/pluggableVisualizations/headline/PluggableHeadline.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js +3 -2
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js +3 -3
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js +3 -2
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js +3 -2
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.d.ts +2 -2
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js +3 -2
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js.map +1 -1
- package/esm/internal/index.d.ts +1 -1
- package/esm/internal/index.d.ts.map +1 -1
- package/esm/internal/index.js.map +1 -1
- package/esm/internal/interfaces/Visualization.d.ts +11 -0
- package/esm/internal/interfaces/Visualization.d.ts.map +1 -1
- package/esm/internal/interfaces/Visualization.js +0 -1
- package/esm/internal/interfaces/Visualization.js.map +1 -1
- package/esm/internal/translations/de-DE.json +7 -5
- package/esm/internal/translations/en-US.json +4 -4
- package/esm/internal/translations/es-ES.json +4 -2
- package/esm/internal/translations/fr-FR.json +4 -2
- package/esm/internal/translations/ja-JP.json +4 -2
- package/esm/internal/translations/nl-NL.json +4 -2
- package/esm/internal/translations/pt-BR.json +4 -2
- package/esm/internal/translations/pt-PT.json +4 -2
- package/esm/internal/translations/zh-Hans.json +4 -2
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.d.ts.map +1 -1
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.js +4 -2
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.js.map +1 -1
- package/esm/sdk-ui-ext.d.ts +18 -0
- package/package.json +20 -20
- package/styles/css/main.css +236 -0
- package/styles/css/main.css.map +1 -1
- package/styles/internal/css/attribute_hierarchies.css +277 -0
- package/styles/internal/css/attribute_hierarchies.css.map +1 -0
- package/styles/internal/css/user_management_dialogs.css +6 -0
- package/styles/internal/css/user_management_dialogs.css.map +1 -1
- package/styles/internal/scss/attribute_hierarchies.scss +328 -0
- package/styles/internal/scss/user_management_dialogs.scss +6 -0
- package/styles/scss/main.scss +1 -1
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.d.ts.map +0 -1
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.js.map +0 -1
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.d.ts.map +0 -1
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.js.map +0 -1
- package/esm/internal/components/attributeHierarchy/index.d.ts +0 -3
- package/esm/internal/components/attributeHierarchy/index.d.ts.map +0 -1
- package/esm/internal/components/attributeHierarchy/index.js +0 -4
- package/esm/internal/components/attributeHierarchy/index.js.map +0 -1
- package/styles/internal/css/attribute_hierarchy_detail.css +0 -47
- package/styles/internal/css/attribute_hierarchy_detail.css.map +0 -1
- package/styles/internal/scss/attribute_hierarchy_detail.scss +0 -54
- /package/esm/internal/components/{attributeHierarchy → attributeHierarchies/attributeHierarchyDetail}/AttributeHierarchyDetailBubble.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pivotTableUiConfigHelper.d.ts","sourceRoot":"","sources":["../../../../src/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;
|
|
1
|
+
{"version":3,"file":"pivotTableUiConfigHelper.d.ts","sourceRoot":"","sources":["../../../../src/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,OAAO,EAAE,uBAAuB,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AA4ErG,wBAAgB,0BAA0B,CAAC,QAAQ,EAAE,SAAS,EAAE,OAAO,EAAE,YAAY,EAAE,YAOtF;AAED,wBAAgB,qBAAqB,CACjC,cAAc,EAAE,uBAAuB,EACvC,IAAI,EAAE,SAAS,EACf,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,SAAS,GACpB,IAAI,CA8CN;AAED,wBAAgB,4BAA4B,CAAC,oBAAoB,EAAE,OAAO,GAAG,SAAS,CAmCrF"}
|
|
@@ -18,6 +18,7 @@ const tableColumnsIcon = "local:table/bucket-title-columns.svg";
|
|
|
18
18
|
function setPivotTableBucketWarningMessages(referencePoint, intl) {
|
|
19
19
|
const buckets = referencePoint === null || referencePoint === void 0 ? void 0 : referencePoint.buckets;
|
|
20
20
|
const updatedUiConfig = cloneDeep(referencePoint === null || referencePoint === void 0 ? void 0 : referencePoint.uiConfig);
|
|
21
|
+
const hasColumns = !hasNoColumns(buckets);
|
|
21
22
|
forEach(buckets, (bucket) => {
|
|
22
23
|
var _a, _b;
|
|
23
24
|
const localIdentifier = (_a = bucket === null || bucket === void 0 ? void 0 : bucket.localIdentifier) !== null && _a !== void 0 ? _a : "";
|
|
@@ -28,10 +29,11 @@ function setPivotTableBucketWarningMessages(referencePoint, intl) {
|
|
|
28
29
|
if (bucket.localIdentifier === BucketNames.COLUMNS) {
|
|
29
30
|
warningMessageId = messages.columns.id;
|
|
30
31
|
warningMessageValues = {
|
|
31
|
-
oldLimit:
|
|
32
|
+
oldLimit: MAX_METRICS_COUNT,
|
|
33
|
+
oldRowsLimit: MAX_TABLE_CATEGORIES_COUNT,
|
|
32
34
|
};
|
|
33
35
|
}
|
|
34
|
-
else {
|
|
36
|
+
else if (hasColumns) {
|
|
35
37
|
warningMessageId = messages.measuresAttributes.id;
|
|
36
38
|
if (bucket.localIdentifier === BucketNames.MEASURES) {
|
|
37
39
|
warningMessageValues = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pivotTableUiConfigHelper.js","sourceRoot":"","sources":["../../../../src/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.ts"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,GAAG,MAAM,eAAe,CAAC;AAChC,OAAO,SAAS,MAAM,qBAAqB,CAAC;AAC5C,OAAO,OAAO,MAAM,mBAAmB,CAAC;AAIxC,OAAO,EAAE,WAAW,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAGxE,OAAO,EACH,QAAQ,EACR,0BAA0B,EAC1B,iBAAiB,EACjB,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,6BAA6B,EAC7B,0BAA0B,EAC1B,sCAAsC,EACtC,yCAAyC,GAC5C,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,OAAO,EACH,YAAY,EACZ,gCAAgC,EAChC,qCAAqC,EACrC,uCAAuC,GAC1C,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/C,kCAAkC;AAClC,kDAAkD;AAClD,yGAAyG;AACzG,MAAM,iBAAiB,GAAG,uCAAuC,CAAC;AAClE,MAAM,aAAa,GAAG,mCAAmC,CAAC;AAC1D,MAAM,gBAAgB,GAAG,sCAAsC,CAAC;AAEhE,SAAS,kCAAkC,CAAC,cAAuC,EAAE,IAAgB;IACjG,MAAM,OAAO,GAAG,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,OAAO,CAAC;IACxC,MAAM,eAAe,GAAG,SAAS,CAAC,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,QAAQ,CAAC,CAAC;IAE5D,OAAO,CAAC,OAAO,EAAE,CAAC,MAAM,EAAE,EAAE;;QACxB,MAAM,eAAe,GAAG,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,EAAE,CAAC;QACtD,MAAM,cAAc,GAAG,MAAA,eAAe,aAAf,eAAe,uBAAf,eAAe,CAAE,OAAO,0CAAG,eAAe,CAAC,CAAC;QAEnE,IAAI,CAAC,CAAA,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,WAAW,CAAA,EAAE;YAC9B,IAAI,gBAAgB,CAAC;YACrB,IAAI,oBAAoB,GAAG,EAAE,CAAC;YAE9B,IAAI,MAAM,CAAC,eAAe,KAAK,WAAW,CAAC,OAAO,EAAE;gBAChD,gBAAgB,GAAG,QAAQ,CAAC,OAAO,CAAC,EAAE,CAAC;gBACvC,oBAAoB,GAAG;oBACnB,QAAQ,EAAE,0BAA0B;
|
|
1
|
+
{"version":3,"file":"pivotTableUiConfigHelper.js","sourceRoot":"","sources":["../../../../src/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.ts"],"names":[],"mappings":"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"}
|
package/esm/sdk-ui-ext.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ import { EmbedType } from '@gooddata/sdk-ui-kit';
|
|
|
17
17
|
import { ExplicitDrill } from '@gooddata/sdk-ui';
|
|
18
18
|
import { GoodDataSdkError } from '@gooddata/sdk-ui';
|
|
19
19
|
import { IAnalyticalBackend } from '@gooddata/sdk-backend-spi';
|
|
20
|
+
import { ICatalogAttributeHierarchy } from '@gooddata/sdk-model';
|
|
20
21
|
import { IChartConfig } from '@gooddata/sdk-ui-charts';
|
|
21
22
|
import { IColorPalette } from '@gooddata/sdk-model';
|
|
22
23
|
import { IDrillEvent } from '@gooddata/sdk-ui';
|
|
@@ -73,6 +74,11 @@ export declare const AttributeHierarchyDetailBubble: React_2.FC<IAttributeHierar
|
|
|
73
74
|
*/
|
|
74
75
|
export declare const AttributeHierarchyDetailPanel: React_2.FC<IAttributeHierarchyDetailPanelProps>;
|
|
75
76
|
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
80
|
+
export declare const AttributeHierarchyDialog: React_2.FC<IAttributeHierarchyDialogProps>;
|
|
81
|
+
|
|
76
82
|
/**
|
|
77
83
|
* Clears all the caches used by the InsightView components.
|
|
78
84
|
*
|
|
@@ -219,6 +225,18 @@ export declare interface IAttributeHierarchyDetailPanelProps {
|
|
|
219
225
|
title: string;
|
|
220
226
|
description?: string;
|
|
221
227
|
attributes: IAttributeHierarchyDetailItem[];
|
|
228
|
+
onEdit?: () => void;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/**
|
|
232
|
+
* @internal
|
|
233
|
+
*/
|
|
234
|
+
export declare interface IAttributeHierarchyDialogProps {
|
|
235
|
+
initialAttributeRef?: ObjRef;
|
|
236
|
+
editingAttributeHierarchy?: ICatalogAttributeHierarchy;
|
|
237
|
+
onClose?: () => void;
|
|
238
|
+
onSaveOrUpdateSuccess?: (attributeHierarchy: ICatalogAttributeHierarchy) => void;
|
|
239
|
+
onDeleteSuccess?: () => void;
|
|
222
240
|
}
|
|
223
241
|
|
|
224
242
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "9.5.0-
|
|
3
|
+
"version": "9.5.0-beta.0",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
"uuid": "^8.3.2",
|
|
50
50
|
"debounce-promise": "^3.1.2",
|
|
51
51
|
"json-stable-stringify": "^1.0.1",
|
|
52
|
-
"@gooddata/sdk-backend-base": "9.5.0-
|
|
53
|
-
"@gooddata/sdk-backend-spi": "9.5.0-
|
|
54
|
-
"@gooddata/sdk-
|
|
55
|
-
"@gooddata/sdk-
|
|
56
|
-
"@gooddata/sdk-
|
|
57
|
-
"@gooddata/sdk-ui-charts": "9.5.0-
|
|
58
|
-
"@gooddata/sdk-ui-filters": "9.5.0-
|
|
59
|
-
"@gooddata/sdk-ui-geo": "9.5.0-
|
|
60
|
-
"@gooddata/sdk-ui-kit": "9.5.0-
|
|
61
|
-
"@gooddata/sdk-ui-
|
|
62
|
-
"@gooddata/sdk-ui-theme-provider": "9.5.0-
|
|
63
|
-
"@gooddata/
|
|
64
|
-
"@gooddata/
|
|
52
|
+
"@gooddata/sdk-backend-base": "9.5.0-beta.0",
|
|
53
|
+
"@gooddata/sdk-backend-spi": "9.5.0-beta.0",
|
|
54
|
+
"@gooddata/sdk-embedding": "9.5.0-beta.0",
|
|
55
|
+
"@gooddata/sdk-model": "9.5.0-beta.0",
|
|
56
|
+
"@gooddata/sdk-ui": "9.5.0-beta.0",
|
|
57
|
+
"@gooddata/sdk-ui-charts": "9.5.0-beta.0",
|
|
58
|
+
"@gooddata/sdk-ui-filters": "9.5.0-beta.0",
|
|
59
|
+
"@gooddata/sdk-ui-geo": "9.5.0-beta.0",
|
|
60
|
+
"@gooddata/sdk-ui-kit": "9.5.0-beta.0",
|
|
61
|
+
"@gooddata/sdk-ui-pivot": "9.5.0-beta.0",
|
|
62
|
+
"@gooddata/sdk-ui-theme-provider": "9.5.0-beta.0",
|
|
63
|
+
"@gooddata/util": "9.5.0-beta.0",
|
|
64
|
+
"@gooddata/sdk-ui-vis-commons": "9.5.0-beta.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -112,14 +112,14 @@
|
|
|
112
112
|
"stylelint-config-prettier": "^8.0.2",
|
|
113
113
|
"svgo": "^2.8.0",
|
|
114
114
|
"typescript": "5.0.2",
|
|
115
|
-
"vitest": "0.
|
|
116
|
-
"vitest-dom": "0.1.
|
|
115
|
+
"vitest": "1.0.4",
|
|
116
|
+
"vitest-dom": "0.1.1",
|
|
117
117
|
"@types/debounce-promise": "^3.1.4",
|
|
118
118
|
"@types/json-stable-stringify": "^1.0.32",
|
|
119
|
-
"@gooddata/i18n-toolkit": "9.5.0-
|
|
120
|
-
"@gooddata/live-examples-workspace": "9.5.0-
|
|
121
|
-
"@gooddata/reference-workspace": "9.5.0-
|
|
122
|
-
"@gooddata/sdk-backend-mockingbird": "9.5.0-
|
|
119
|
+
"@gooddata/i18n-toolkit": "9.5.0-beta.0",
|
|
120
|
+
"@gooddata/live-examples-workspace": "9.5.0-beta.0",
|
|
121
|
+
"@gooddata/reference-workspace": "9.5.0-beta.0",
|
|
122
|
+
"@gooddata/sdk-backend-mockingbird": "9.5.0-beta.0"
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"clean": "rm -rf ci dist esm coverage *.log styles/css",
|
package/styles/css/main.css
CHANGED
|
@@ -113,6 +113,12 @@
|
|
|
113
113
|
color: #6d7680;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
+
.gd-user-management-dialog-detail-value {
|
|
117
|
+
flex: 1 0;
|
|
118
|
+
overflow: hidden;
|
|
119
|
+
text-overflow: ellipsis;
|
|
120
|
+
}
|
|
121
|
+
|
|
116
122
|
.gd-user-management-dialog-detail-value-empty {
|
|
117
123
|
color: var(--gd-palette-complementary-5, #b0beca);
|
|
118
124
|
font-style: italic;
|
|
@@ -181,6 +187,12 @@
|
|
|
181
187
|
line-height: 23px;
|
|
182
188
|
margin-bottom: 10px;
|
|
183
189
|
}
|
|
190
|
+
.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-description {
|
|
191
|
+
font-size: 13px;
|
|
192
|
+
line-height: 18px;
|
|
193
|
+
color: var(--gd-palette-complementary-7, #687581);
|
|
194
|
+
margin-bottom: 15px;
|
|
195
|
+
}
|
|
184
196
|
.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-levels {
|
|
185
197
|
font-size: 10px;
|
|
186
198
|
line-height: normal;
|
|
@@ -195,6 +207,7 @@
|
|
|
195
207
|
flex-direction: row;
|
|
196
208
|
gap: 5px;
|
|
197
209
|
align-items: center;
|
|
210
|
+
padding: 3px 0;
|
|
198
211
|
}
|
|
199
212
|
.gd-attribute-hierarchy-detail-panel .is-attribute::before {
|
|
200
213
|
content: "";
|
|
@@ -214,5 +227,228 @@
|
|
|
214
227
|
background-position: left center;
|
|
215
228
|
background-size: contain;
|
|
216
229
|
}
|
|
230
|
+
.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-panel-actions {
|
|
231
|
+
display: flex;
|
|
232
|
+
justify-content: flex-end;
|
|
233
|
+
margin-top: 10px;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.gd-dialog.attribute-hierarchy-dialog {
|
|
237
|
+
width: 890px;
|
|
238
|
+
max-width: 890px !important;
|
|
239
|
+
height: 690px;
|
|
240
|
+
}
|
|
241
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-header {
|
|
242
|
+
height: 32px;
|
|
243
|
+
display: flex;
|
|
244
|
+
flex-direction: row;
|
|
245
|
+
align-items: center;
|
|
246
|
+
gap: 10px;
|
|
247
|
+
}
|
|
248
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-header .gd-attribute-hierarchy-icon::before {
|
|
249
|
+
display: flex;
|
|
250
|
+
content: "";
|
|
251
|
+
width: 16px;
|
|
252
|
+
height: 16px;
|
|
253
|
+
background-image: url("~@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
|
|
254
|
+
background-size: 16px 16px;
|
|
255
|
+
background-repeat: no-repeat;
|
|
256
|
+
}
|
|
257
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-header .attribute-hierarchy-title {
|
|
258
|
+
padding: 3px 4px;
|
|
259
|
+
font-size: 20px;
|
|
260
|
+
font-weight: 700;
|
|
261
|
+
}
|
|
262
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-header .attribute-hierarchy-title.placeholder .gd-editable-label-inner {
|
|
263
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
264
|
+
}
|
|
265
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content {
|
|
266
|
+
position: relative;
|
|
267
|
+
height: 468px;
|
|
268
|
+
margin: 0 -20px;
|
|
269
|
+
padding: 0 20px;
|
|
270
|
+
border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
271
|
+
border-top: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
272
|
+
background-color: var(--gd-palette-complementary-0, #fcfcfd);
|
|
273
|
+
}
|
|
274
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .attribute-hierarchy-table-title {
|
|
275
|
+
height: 16px;
|
|
276
|
+
margin: 10px 0;
|
|
277
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
278
|
+
font-size: 11px;
|
|
279
|
+
font-weight: 700;
|
|
280
|
+
text-transform: uppercase;
|
|
281
|
+
}
|
|
282
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item {
|
|
283
|
+
padding-right: 0;
|
|
284
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
285
|
+
}
|
|
286
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item:hover {
|
|
287
|
+
background: var(--gd-palette-complementary-2, #ebeff4);
|
|
288
|
+
}
|
|
289
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item:has(.attribute-item-delete-action:hover) {
|
|
290
|
+
background: var(--gd-palette-error-dimmed, #fcedec);
|
|
291
|
+
}
|
|
292
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-title {
|
|
293
|
+
display: flex;
|
|
294
|
+
align-items: center;
|
|
295
|
+
gap: 5px;
|
|
296
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
297
|
+
font-size: 14px;
|
|
298
|
+
font-weight: 700;
|
|
299
|
+
}
|
|
300
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-title .gd-icon-navigatedown {
|
|
301
|
+
font-size: 16px;
|
|
302
|
+
font-weight: 400;
|
|
303
|
+
color: var(--gray-60094-a-1-ad-com-6, #94a1ad);
|
|
304
|
+
}
|
|
305
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions {
|
|
306
|
+
display: flex;
|
|
307
|
+
}
|
|
308
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions button {
|
|
309
|
+
display: flex;
|
|
310
|
+
align-items: center;
|
|
311
|
+
height: 43px;
|
|
312
|
+
width: 43px;
|
|
313
|
+
margin: 0;
|
|
314
|
+
border-radius: 0;
|
|
315
|
+
}
|
|
316
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-delete-action:active::before,
|
|
317
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-delete-action:focus::before,
|
|
318
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-add-action:active::before,
|
|
319
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-add-action:focus::before {
|
|
320
|
+
color: unset;
|
|
321
|
+
}
|
|
322
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-delete-action:hover::before {
|
|
323
|
+
color: var(--gd-palette-error-base, #e54d42);
|
|
324
|
+
}
|
|
325
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-add-action:hover {
|
|
326
|
+
background: var(--gd-palette-complementary-3, #dde4eb);
|
|
327
|
+
}
|
|
328
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .gd-list-item .attribute-item-actions .attribute-item-add-action:hover::before {
|
|
329
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
330
|
+
}
|
|
331
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .attribute-hierarchy-add-attribute-action {
|
|
332
|
+
padding: 5px 0;
|
|
333
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
334
|
+
}
|
|
335
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-content.attribute-hierarchy-dialog-content .attribute-hierarchy-content-loading-mask {
|
|
336
|
+
position: absolute;
|
|
337
|
+
top: 0;
|
|
338
|
+
width: 850px;
|
|
339
|
+
height: 546px;
|
|
340
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
341
|
+
opacity: 0.8;
|
|
342
|
+
}
|
|
343
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer {
|
|
344
|
+
display: flex;
|
|
345
|
+
flex-direction: column;
|
|
346
|
+
justify-content: space-between;
|
|
347
|
+
align-items: start;
|
|
348
|
+
}
|
|
349
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .attribute-hierarchy-note-message {
|
|
350
|
+
margin: -5px 0 20px;
|
|
351
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
352
|
+
}
|
|
353
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .attribute-hierarchy-note-message .gd-message {
|
|
354
|
+
margin-bottom: 15px;
|
|
355
|
+
}
|
|
356
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .attribute-hierarchy-footer-actions-wrapper {
|
|
357
|
+
display: flex;
|
|
358
|
+
width: 100%;
|
|
359
|
+
justify-content: space-between;
|
|
360
|
+
}
|
|
361
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .gd-dialog-footer-tip {
|
|
362
|
+
display: flex;
|
|
363
|
+
flex-direction: row;
|
|
364
|
+
align-items: center;
|
|
365
|
+
}
|
|
366
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .gd-dialog-footer-tip span {
|
|
367
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
368
|
+
font-size: 14px;
|
|
369
|
+
height: 18px;
|
|
370
|
+
}
|
|
371
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-dialog-footer .gd-dialog-footer-tip a {
|
|
372
|
+
text-decoration: underline;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.gd-dropdown-tabs.gd-tabs.attribute-hierarchy-attribute-dropdown-tabs {
|
|
376
|
+
display: flex;
|
|
377
|
+
flex-direction: row;
|
|
378
|
+
}
|
|
379
|
+
.gd-dropdown-tabs.gd-tabs.attribute-hierarchy-attribute-dropdown-tabs > div {
|
|
380
|
+
display: flex;
|
|
381
|
+
flex: 1 0 0;
|
|
382
|
+
justify-content: center;
|
|
383
|
+
align-items: center;
|
|
384
|
+
height: 27px;
|
|
385
|
+
padding: 0 39px;
|
|
386
|
+
border-radius: 3px;
|
|
387
|
+
border: 1px solid #ccd8e2;
|
|
388
|
+
margin-right: 0;
|
|
389
|
+
}
|
|
390
|
+
.gd-dropdown-tabs.gd-tabs.attribute-hierarchy-attribute-dropdown-tabs > div:first-child {
|
|
391
|
+
border-top-right-radius: 0;
|
|
392
|
+
border-bottom-right-radius: 0;
|
|
393
|
+
}
|
|
394
|
+
.gd-dropdown-tabs.gd-tabs.attribute-hierarchy-attribute-dropdown-tabs > div:last-child {
|
|
395
|
+
border-top-left-radius: 0;
|
|
396
|
+
border-bottom-left-radius: 0;
|
|
397
|
+
}
|
|
398
|
+
.gd-dropdown-tabs.gd-tabs.attribute-hierarchy-attribute-dropdown-tabs > div.is-active {
|
|
399
|
+
background: linear-gradient(180deg, #dee6ef 0%, #ecf0f5 100%);
|
|
400
|
+
box-shadow: 0 2px 0 0 rgba(177, 193, 209, 0.65) inset;
|
|
401
|
+
border: 1px solid rgba(31, 53, 74, 0.2);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.attribute-hierarchy-delete-confirmation {
|
|
405
|
+
width: 464px;
|
|
406
|
+
}
|
|
407
|
+
.attribute-hierarchy-delete-confirmation .gd-dialog-content {
|
|
408
|
+
position: relative;
|
|
409
|
+
}
|
|
410
|
+
.attribute-hierarchy-delete-confirmation .gd-dialog-content .attribute-hierarchy-content-loading-mask {
|
|
411
|
+
position: absolute;
|
|
412
|
+
width: 100%;
|
|
413
|
+
height: 100%;
|
|
414
|
+
top: 0;
|
|
415
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
416
|
+
opacity: 0.8;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-icon-attribute::before,
|
|
420
|
+
.attribute-hierarchy-attribute-dropdown-body .gd-icon-attribute::before,
|
|
421
|
+
.attribute-hierarchy-attribute-dropdown-tabs .gd-icon-attribute::before {
|
|
422
|
+
width: 18px;
|
|
423
|
+
height: 18px;
|
|
424
|
+
margin-right: 5px;
|
|
425
|
+
background-size: 18px 18px;
|
|
426
|
+
}
|
|
427
|
+
.gd-dialog.attribute-hierarchy-dialog .gd-icon-date::before,
|
|
428
|
+
.attribute-hierarchy-attribute-dropdown-body .gd-icon-date::before,
|
|
429
|
+
.attribute-hierarchy-attribute-dropdown-tabs .gd-icon-date::before {
|
|
430
|
+
width: 16px;
|
|
431
|
+
height: 16px;
|
|
432
|
+
margin-right: 7px;
|
|
433
|
+
background-size: 16px 16px;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.attribute-hierarchy-add-action-menu .gd-list-item.gd-menu-item {
|
|
437
|
+
gap: 10px;
|
|
438
|
+
}
|
|
439
|
+
.attribute-hierarchy-add-action-menu .gd-list-item.gd-menu-item i {
|
|
440
|
+
font-size: 14px;
|
|
441
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.gd-attribute-hierarchy-detail-panel-bubble {
|
|
445
|
+
padding: 0;
|
|
446
|
+
border-radius: 3px;
|
|
447
|
+
border-style: solid;
|
|
448
|
+
border-width: 1px;
|
|
449
|
+
border-color: var(--gd-palette-complementary-3, #c9d5e0);
|
|
450
|
+
box-shadow: 0 1px 3px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.1)), 0 2px 9px 0 var(--gd-shadow-color, rgba(20, 56, 93, 0.15));
|
|
451
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
452
|
+
}
|
|
217
453
|
|
|
218
454
|
/*# sourceMappingURL=main.css.map */
|
package/styles/css/main.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../internal/scss/dashboard_embedding.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../internal/scss/variables.scss","../internal/scss/user_management_dialogs.scss","../internal/scss/
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../internal/scss/dashboard_embedding.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../internal/scss/variables.scss","../internal/scss/user_management_dialogs.scss","../internal/scss/attribute_hierarchies.scss"],"names":[],"mappings":"AAKA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,aC0Ec;EDzEd,kBCJa;;;ADOjB;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,aEqBuB;EFpBvB;EACA,YEtB2C;EFuB3C,OE3BuC;;;ACnB3C;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIA;EACI,OFckB;;;AETtB;EACI;EACA;;AAGJ;EACI;EACA;;;AAKJ;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA,OFlDoB;;;AEqDxB;EACI;EACA;EACA;;;AAGJ;EACI,OFhEgB;EEiEhB;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAIR;EACI;EACA,OFpHgB;EEqHhB;EACA;EACA;;;ACzIJ;EACI;EACA;EACA;EACA;EACA,OHsBY;;AGpBZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,OHiLS;EGhLT;;AAGJ;EACI;EACA;EACA;EACA;EACA,OHLe;;AGQnB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;EAGA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAIA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EAII;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;;AAMhB;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AAKZ;EACI;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAQR;AAAA;AAAA;EACI;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;EACI;EACA;EACA;EACA;;;AAKJ;EACI;;AAEA;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EAEA","file":"main.css"}
|