@gooddata/sdk-ui-ext 9.5.0-alpha.2 → 9.5.0-alpha.21
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 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- 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/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.d.ts +15 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.js +20 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.js.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.d.ts +25 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.js +29 -0
- 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 +39 -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 +33 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.js +89 -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/CheckboxControl.d.ts +1 -0
- package/esm/internal/components/configurationControls/CheckboxControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/CheckboxControl.js +2 -2
- package/esm/internal/components/configurationControls/CheckboxControl.js.map +1 -1
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js +2 -4
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js.map +1 -1
- package/esm/internal/components/configurationControls/MetricsPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/MetricsPositionControl.js +2 -4
- package/esm/internal/components/configurationControls/MetricsPositionControl.js.map +1 -1
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts +14 -0
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.js +15 -0
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.js.map +1 -0
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.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 +7 -2
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js.map +1 -1
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts +1 -0
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +14 -6
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.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 +1 -0
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.js +5 -5
- 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 +3 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.js +15 -3
- 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 +10 -10
- 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 +5 -5
- 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 +18 -6
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.js +86 -43
- 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.map +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js +5 -3
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts +2 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js +5 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/columnChart/PluggableColumnChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/columnChart/PluggableColumnChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js +6 -4
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts +0 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js +0 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js +5 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js +5 -2
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js +4 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js +4 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js.map +1 -1
- package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
- package/esm/internal/constants/supportedProperties.js +21 -2
- package/esm/internal/constants/supportedProperties.js.map +1 -1
- package/esm/internal/translations/en-US.json +14 -4
- package/esm/internal/utils/bucketRules.d.ts +3 -2
- package/esm/internal/utils/bucketRules.d.ts.map +1 -1
- package/esm/internal/utils/bucketRules.js +15 -8
- package/esm/internal/utils/bucketRules.js.map +1 -1
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.d.ts +2 -2
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.d.ts.map +1 -1
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.js +18 -20
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.js.map +1 -1
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +2 -0
- package/esm/locales.js.map +1 -1
- package/esm/sdk-ui-ext.d.ts +58 -0
- package/package.json +18 -18
- package/styles/css/main.css +271 -0
- package/styles/css/main.css.map +1 -1
- package/styles/internal/css/attribute_hierarchies.css +266 -0
- package/styles/internal/css/attribute_hierarchies.css.map +1 -0
- package/styles/internal/css/config_panel.css +9 -0
- package/styles/internal/css/config_panel.css.map +1 -1
- 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 +316 -0
- package/styles/internal/scss/config_panel.scss +9 -0
- package/styles/internal/scss/user_management_dialogs.scss +6 -0
- package/styles/scss/main.scss +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../scss/attribute_hierarchies.scss","../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAGA;EACI;EACA;EACA;EACA;EACA,OCsBY;;ADpBZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,OCiLS;EDhLT;;AAGJ;EACI;EACA;EACA;EACA;EACA,OCLe;;ADQnB;EACI;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","file":"attribute_hierarchies.css"}
|
|
@@ -229,4 +229,13 @@
|
|
|
229
229
|
max-width: 341px;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
+
.gd-interactions-section.adi-bucket-configuration {
|
|
233
|
+
padding-top: 16px;
|
|
234
|
+
padding-bottom: 16px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.gd-table-canvas-section.adi-bucket-configuration {
|
|
238
|
+
padding: 0;
|
|
239
|
+
}
|
|
240
|
+
|
|
232
241
|
/*# sourceMappingURL=config_panel.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/colorPicker.scss","../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/config_panel.scss"],"names":[],"mappings":"AAGA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EAGI;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;;AAGJ;EAGI;;;AAKZ;EACI;EACA,OClCY;EDmCZ;EACA;;AAEA;AAAA;EAEI;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AEjHR;EACI,QAHmB;;;AAOnB;EACI,ODqBQ;ECpBR,YD4FgB;;ACvFhB;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA,OAjCqB;EAkCrB,QAlCqB;EAmCrB;EACA;EACA,aArCqB;;AAuCrB;EACI;EACA;EACA,OD/BS;ECgCT;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI,OAhEqB;EAiErB,QAjEqB;EAkErB,QAjEmB;EAkEnB;EACA;EACA;EACA;;AAEA;EAII,cDjES;ECkET;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA,KA1Fe;EA2Ff;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA,ODlHgB;;;ACqHpB;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;;AAIR;EACI","file":"config_panel.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/colorPicker.scss","../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/config_panel.scss"],"names":[],"mappings":"AAGA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EAGI;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;;AAGJ;EAGI;;;AAKZ;EACI;EACA,OClCY;EDmCZ;EACA;;AAEA;AAAA;EAEI;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AEjHR;EACI,QAHmB;;;AAOnB;EACI,ODqBQ;ECpBR,YD4FgB;;ACvFhB;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA,OAjCqB;EAkCrB,QAlCqB;EAmCrB;EACA;EACA,aArCqB;;AAuCrB;EACI;EACA;EACA,OD/BS;ECgCT;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI,OAhEqB;EAiErB,QAjEqB;EAkErB,QAjEmB;EAkEnB;EACA;EACA;EACA;;AAEA;EAII,cDjES;ECkET;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA,KA1Fe;EA2Ff;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA,ODlHgB;;;ACqHpB;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI","file":"config_panel.css"}
|
|
@@ -65,6 +65,12 @@
|
|
|
65
65
|
color: #6d7680;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
+
.gd-user-management-dialog-detail-value {
|
|
69
|
+
flex: 1 0;
|
|
70
|
+
overflow: hidden;
|
|
71
|
+
text-overflow: ellipsis;
|
|
72
|
+
}
|
|
73
|
+
|
|
68
74
|
.gd-user-management-dialog-detail-value-empty {
|
|
69
75
|
color: var(--gd-palette-complementary-5, #b0beca);
|
|
70
76
|
font-style: italic;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../scss/user_management_dialogs.scss","../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIA;EACI,OCckB;;;ADTtB;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,OClDoB;;;ADqDxB;EACI,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../scss/user_management_dialogs.scss","../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIA;EACI,OCckB;;;ADTtB;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,OClDoB;;;ADqDxB;EACI;EACA;EACA;;;AAGJ;EACI,OChEgB;EDiEhB;;;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,OCpHgB;EDqHhB;EACA;EACA","file":"user_management_dialogs.css"}
|
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
// (C) 2023 GoodData Corporation
|
|
2
|
+
@use "@gooddata/sdk-ui-kit/styles/scss/variables" as kit-variables;
|
|
3
|
+
|
|
4
|
+
.gd-attribute-hierarchy-detail-panel {
|
|
5
|
+
width: 200px;
|
|
6
|
+
padding: 8px 5px;
|
|
7
|
+
font-style: normal;
|
|
8
|
+
font-weight: 400;
|
|
9
|
+
color: kit-variables.$gd-color-text;
|
|
10
|
+
|
|
11
|
+
.gd-attribute-hierarchy-detail-title {
|
|
12
|
+
font-size: 14px;
|
|
13
|
+
line-height: 23px;
|
|
14
|
+
margin-bottom: 10px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.gd-attribute-hierarchy-detail-description {
|
|
18
|
+
font-size: 13px;
|
|
19
|
+
line-height: 18px;
|
|
20
|
+
color: kit-variables.$gd-medium-gray;
|
|
21
|
+
margin-bottom: 15px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.gd-attribute-hierarchy-detail-levels {
|
|
25
|
+
font-size: 10px;
|
|
26
|
+
line-height: normal;
|
|
27
|
+
text-transform: uppercase;
|
|
28
|
+
margin-bottom: 3px;
|
|
29
|
+
color: kit-variables.$gd-color-state-blank;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.gd-attribute-hierarchy-detail-item {
|
|
33
|
+
font-size: 12px;
|
|
34
|
+
line-height: 20px;
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-direction: row;
|
|
37
|
+
gap: 5px;
|
|
38
|
+
align-items: center;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.is-attribute::before {
|
|
42
|
+
content: "";
|
|
43
|
+
width: 18px;
|
|
44
|
+
height: 20px;
|
|
45
|
+
background-image: url("~@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
|
46
|
+
background-repeat: no-repeat;
|
|
47
|
+
background-position: left center;
|
|
48
|
+
background-size: contain;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.is-date::before {
|
|
52
|
+
content: "";
|
|
53
|
+
width: 18px;
|
|
54
|
+
height: 20px;
|
|
55
|
+
background-image: url("~@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
|
56
|
+
background-repeat: no-repeat;
|
|
57
|
+
background-position: left center;
|
|
58
|
+
background-size: contain;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.gd-attribute-hierarchy-detail-panel-actions {
|
|
62
|
+
display: flex;
|
|
63
|
+
justify-content: flex-end;
|
|
64
|
+
margin-top: 10px;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.gd-dialog.attribute-hierarchy-dialog {
|
|
69
|
+
width: 890px;
|
|
70
|
+
// should be important because date-filter/attribute-filter have override the max-width
|
|
71
|
+
// stylelint-disable-next-line declaration-no-important
|
|
72
|
+
max-width: 890px !important;
|
|
73
|
+
height: 690px;
|
|
74
|
+
|
|
75
|
+
.gd-dialog-header {
|
|
76
|
+
height: 32px;
|
|
77
|
+
display: flex;
|
|
78
|
+
flex-direction: row;
|
|
79
|
+
align-items: center;
|
|
80
|
+
gap: 10px;
|
|
81
|
+
|
|
82
|
+
.gd-attribute-hierarchy-icon {
|
|
83
|
+
&::before {
|
|
84
|
+
display: flex;
|
|
85
|
+
content: "";
|
|
86
|
+
width: 16px;
|
|
87
|
+
height: 16px;
|
|
88
|
+
background-image: url("~@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
|
|
89
|
+
background-size: 16px 16px;
|
|
90
|
+
background-repeat: no-repeat;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.attribute-hierarchy-title {
|
|
95
|
+
padding: 3px 4px;
|
|
96
|
+
font-size: 20px;
|
|
97
|
+
font-weight: 700;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.attribute-hierarchy-title.placeholder {
|
|
101
|
+
.gd-editable-label-inner {
|
|
102
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.gd-dialog-content.attribute-hierarchy-dialog-content {
|
|
108
|
+
position: relative;
|
|
109
|
+
height: 468px;
|
|
110
|
+
margin: 0 -20px;
|
|
111
|
+
padding: 0 20px;
|
|
112
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
113
|
+
border-top: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
114
|
+
background-color: var(--gd-palette-complementary-0, #fcfcfd);
|
|
115
|
+
|
|
116
|
+
.attribute-hierarchy-table-title {
|
|
117
|
+
height: 16px;
|
|
118
|
+
margin: 10px 0;
|
|
119
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
120
|
+
font-size: 11px;
|
|
121
|
+
font-weight: 700;
|
|
122
|
+
text-transform: uppercase;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.gd-list-item {
|
|
126
|
+
padding-right: 0;
|
|
127
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
128
|
+
|
|
129
|
+
&:hover {
|
|
130
|
+
background: var(--gd-palette-complementary-2, #ebeff4);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
&:has(.attribute-item-delete-action:hover) {
|
|
134
|
+
background: var(--gd-palette-error-dimmed, #fcedec);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.attribute-item-title {
|
|
138
|
+
display: flex;
|
|
139
|
+
align-items: center;
|
|
140
|
+
gap: 5px;
|
|
141
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
142
|
+
font-size: 14px;
|
|
143
|
+
font-weight: 700;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.attribute-item-title .gd-icon-navigatedown {
|
|
147
|
+
font-size: 16px;
|
|
148
|
+
font-weight: 400;
|
|
149
|
+
color: var(--gray-60094-a-1-ad-com-6, #94a1ad);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.gd-list-item .attribute-item-actions {
|
|
154
|
+
display: flex;
|
|
155
|
+
|
|
156
|
+
button {
|
|
157
|
+
display: flex;
|
|
158
|
+
align-items: center;
|
|
159
|
+
height: 43px;
|
|
160
|
+
width: 43px;
|
|
161
|
+
margin: 0;
|
|
162
|
+
border-radius: 0;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.attribute-item-delete-action:active::before,
|
|
166
|
+
.attribute-item-delete-action:focus::before,
|
|
167
|
+
.attribute-item-add-action:active::before,
|
|
168
|
+
.attribute-item-add-action:focus::before {
|
|
169
|
+
color: unset;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.attribute-item-delete-action:hover::before {
|
|
173
|
+
color: var(--gd-palette-error-base, #e54d42);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.attribute-item-add-action:hover {
|
|
177
|
+
background: var(--gd-palette-complementary-3, #dde4eb);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.attribute-item-add-action:hover::before {
|
|
181
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.attribute-hierarchy-add-attribute-action {
|
|
186
|
+
padding: 5px 0;
|
|
187
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.attribute-hierarchy-content-loading-mask {
|
|
191
|
+
position: absolute;
|
|
192
|
+
top: 0;
|
|
193
|
+
width: 850px;
|
|
194
|
+
height: 546px;
|
|
195
|
+
background: white;
|
|
196
|
+
opacity: 0.8;
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.gd-dialog-footer {
|
|
201
|
+
display: flex;
|
|
202
|
+
flex-direction: column;
|
|
203
|
+
justify-content: space-between;
|
|
204
|
+
align-items: start;
|
|
205
|
+
|
|
206
|
+
.attribute-hierarchy-note-message.s-attribute-hierarchy-note-message {
|
|
207
|
+
margin: -5px 0 20px;
|
|
208
|
+
border-bottom: 1px solid var(--gd-palette-complementary-5, #ccd8e2);
|
|
209
|
+
|
|
210
|
+
.gd-message {
|
|
211
|
+
margin-bottom: 15px;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.attribute-hierarchy-footer-actions-wrapper {
|
|
216
|
+
display: flex;
|
|
217
|
+
width: 100%;
|
|
218
|
+
justify-content: flex-end;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.gd-dialog-footer-tip {
|
|
222
|
+
display: flex;
|
|
223
|
+
flex-direction: row;
|
|
224
|
+
align-items: center;
|
|
225
|
+
|
|
226
|
+
span {
|
|
227
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
228
|
+
font-size: 14px;
|
|
229
|
+
height: 18px;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
a {
|
|
233
|
+
text-decoration: underline;
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.gd-dropdown-tabs.gd-tabs.attribute-hierarchy-attribute-dropdown-tabs {
|
|
240
|
+
display: flex;
|
|
241
|
+
flex-direction: row;
|
|
242
|
+
|
|
243
|
+
> div {
|
|
244
|
+
display: flex;
|
|
245
|
+
flex: 1 0 0;
|
|
246
|
+
justify-content: center;
|
|
247
|
+
align-items: center;
|
|
248
|
+
height: 27px;
|
|
249
|
+
padding: 0 39px;
|
|
250
|
+
border-radius: 3px;
|
|
251
|
+
border: 1px solid #ccd8e2;
|
|
252
|
+
margin-right: 0;
|
|
253
|
+
|
|
254
|
+
&:first-child {
|
|
255
|
+
border-top-right-radius: 0;
|
|
256
|
+
border-bottom-right-radius: 0;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
&:last-child {
|
|
260
|
+
border-top-left-radius: 0;
|
|
261
|
+
border-bottom-left-radius: 0;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
&.is-active {
|
|
265
|
+
background: linear-gradient(180deg, #dee6ef 0%, #ecf0f5 100%);
|
|
266
|
+
box-shadow: 0 2px 0 0 rgba(177, 193, 209, 0.65) inset;
|
|
267
|
+
border: 1px solid rgba(31, 53, 74, 0.2);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.attribute-hierarchy-delete-confirmation {
|
|
273
|
+
width: 464px;
|
|
274
|
+
|
|
275
|
+
.gd-dialog-content {
|
|
276
|
+
position: relative;
|
|
277
|
+
|
|
278
|
+
.attribute-hierarchy-content-loading-mask {
|
|
279
|
+
position: absolute;
|
|
280
|
+
width: 100%;
|
|
281
|
+
height: 100%;
|
|
282
|
+
top: 0;
|
|
283
|
+
background: white;
|
|
284
|
+
opacity: 0.8;
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.gd-dialog.attribute-hierarchy-dialog,
|
|
290
|
+
.attribute-hierarchy-attribute-dropdown-body,
|
|
291
|
+
.attribute-hierarchy-attribute-dropdown-tabs {
|
|
292
|
+
.gd-icon-attribute::before {
|
|
293
|
+
width: 18px;
|
|
294
|
+
height: 18px;
|
|
295
|
+
margin-right: 5px;
|
|
296
|
+
background-size: 18px 18px;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.gd-icon-date::before {
|
|
300
|
+
width: 16px;
|
|
301
|
+
height: 16px;
|
|
302
|
+
margin-right: 7px;
|
|
303
|
+
background-size: 16px 16px;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.attribute-hierarchy-add-action-menu {
|
|
308
|
+
.gd-list-item.gd-menu-item {
|
|
309
|
+
gap: 10px;
|
|
310
|
+
|
|
311
|
+
i {
|
|
312
|
+
font-size: 14px;
|
|
313
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
}
|
|
@@ -152,3 +152,12 @@ $color-picker-spacing: 5px;
|
|
|
152
152
|
.bubble.continuous-line-tooltip {
|
|
153
153
|
max-width: 341px;
|
|
154
154
|
}
|
|
155
|
+
|
|
156
|
+
.gd-interactions-section.adi-bucket-configuration {
|
|
157
|
+
padding-top: 16px;
|
|
158
|
+
padding-bottom: 16px;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.gd-table-canvas-section.adi-bucket-configuration {
|
|
162
|
+
padding: 0;
|
|
163
|
+
}
|
|
@@ -76,6 +76,12 @@
|
|
|
76
76
|
color: kit-variables.$default-gd-color-label;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
+
.gd-user-management-dialog-detail-value {
|
|
80
|
+
flex: 1 0;
|
|
81
|
+
overflow: hidden;
|
|
82
|
+
text-overflow: ellipsis;
|
|
83
|
+
}
|
|
84
|
+
|
|
79
85
|
.gd-user-management-dialog-detail-value-empty {
|
|
80
86
|
color: kit-variables.$gd-color-text-dimmed;
|
|
81
87
|
font-style: italic;
|
package/styles/scss/main.scss
CHANGED