@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.
Files changed (310) hide show
  1. package/esm/index.d.ts +1 -0
  2. package/esm/index.d.ts.map +1 -1
  3. package/esm/index.js +1 -0
  4. package/esm/index.js.map +1 -1
  5. package/esm/internal/assets/icons/attribute-hierarchy.svg +1 -0
  6. package/esm/internal/assets/icons/attribute.svg +1 -0
  7. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.d.ts +15 -0
  8. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.d.ts.map +1 -0
  9. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.js +20 -0
  10. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.js.map +1 -0
  11. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.d.ts +25 -0
  12. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.d.ts.map +1 -0
  13. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.js +29 -0
  14. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.js.map +1 -0
  15. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.d.ts +9 -0
  16. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.d.ts.map +1 -0
  17. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js +32 -0
  18. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js.map +1 -0
  19. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.d.ts +4 -0
  20. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.d.ts.map +1 -0
  21. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.js +18 -0
  22. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.js.map +1 -0
  23. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.d.ts +7 -0
  24. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.d.ts.map +1 -0
  25. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.js +28 -0
  26. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.js.map +1 -0
  27. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts +11 -0
  28. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts.map +1 -0
  29. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.js +40 -0
  30. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.js.map +1 -0
  31. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.d.ts +17 -0
  32. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.d.ts.map +1 -0
  33. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.js +12 -0
  34. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.js.map +1 -0
  35. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.d.ts +4 -0
  36. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.d.ts.map +1 -0
  37. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js +24 -0
  38. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js.map +1 -0
  39. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.d.ts +4 -0
  40. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.d.ts.map +1 -0
  41. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js +17 -0
  42. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js.map +1 -0
  43. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.d.ts +4 -0
  44. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.d.ts.map +1 -0
  45. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js +39 -0
  46. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js.map +1 -0
  47. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.d.ts +4 -0
  48. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.d.ts.map +1 -0
  49. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js +17 -0
  50. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js.map +1 -0
  51. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.d.ts +33 -0
  52. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.d.ts.map +1 -0
  53. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.js +89 -0
  54. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.js.map +1 -0
  55. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts +9 -0
  56. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts.map +1 -0
  57. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js +15 -0
  58. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js.map +1 -0
  59. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.d.ts +7 -0
  60. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.d.ts.map +1 -0
  61. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js +26 -0
  62. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js.map +1 -0
  63. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.d.ts +4 -0
  64. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.d.ts.map +1 -0
  65. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js +22 -0
  66. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js.map +1 -0
  67. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.d.ts +18 -0
  68. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.d.ts.map +1 -0
  69. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.js +6 -0
  70. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.js.map +1 -0
  71. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.d.ts +19 -0
  72. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.d.ts.map +1 -0
  73. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.js +121 -0
  74. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.js.map +1 -0
  75. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.d.ts +8 -0
  76. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.d.ts.map +1 -0
  77. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.js +46 -0
  78. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.js.map +1 -0
  79. package/esm/internal/components/attributeHierarchies/index.d.ts +4 -0
  80. package/esm/internal/components/attributeHierarchies/index.d.ts.map +1 -0
  81. package/esm/internal/components/attributeHierarchies/index.js +5 -0
  82. package/esm/internal/components/attributeHierarchies/index.js.map +1 -0
  83. package/esm/internal/components/configurationControls/CheckboxControl.d.ts +1 -0
  84. package/esm/internal/components/configurationControls/CheckboxControl.d.ts.map +1 -1
  85. package/esm/internal/components/configurationControls/CheckboxControl.js +2 -2
  86. package/esm/internal/components/configurationControls/CheckboxControl.js.map +1 -1
  87. package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.d.ts.map +1 -1
  88. package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js +2 -4
  89. package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js.map +1 -1
  90. package/esm/internal/components/configurationControls/MetricsPositionControl.d.ts.map +1 -1
  91. package/esm/internal/components/configurationControls/MetricsPositionControl.js +2 -4
  92. package/esm/internal/components/configurationControls/MetricsPositionControl.js.map +1 -1
  93. package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts +14 -0
  94. package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts.map +1 -0
  95. package/esm/internal/components/configurationControls/interactions/InteractionsSection.js +15 -0
  96. package/esm/internal/components/configurationControls/interactions/InteractionsSection.js.map +1 -0
  97. package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.d.ts.map +1 -1
  98. package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js +1 -0
  99. package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js.map +1 -1
  100. package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.d.ts.map +1 -1
  101. package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js +1 -0
  102. package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js.map +1 -1
  103. package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.d.ts.map +1 -1
  104. package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js +1 -0
  105. package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js.map +1 -1
  106. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +2 -1
  107. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
  108. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js +7 -2
  109. package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js.map +1 -1
  110. package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.d.ts.map +1 -1
  111. package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js +1 -0
  112. package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js.map +1 -1
  113. package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.d.ts.map +1 -1
  114. package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js +1 -0
  115. package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js.map +1 -1
  116. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts.map +1 -1
  117. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +1 -0
  118. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js.map +1 -1
  119. package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.d.ts.map +1 -1
  120. package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js +1 -0
  121. package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js.map +1 -1
  122. package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts +1 -0
  123. package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
  124. package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +14 -6
  125. package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js.map +1 -1
  126. package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.d.ts.map +1 -1
  127. package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js +1 -0
  128. package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js.map +1 -1
  129. package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.d.ts.map +1 -1
  130. package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js +1 -0
  131. package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js.map +1 -1
  132. package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.d.ts.map +1 -1
  133. package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js +1 -0
  134. package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js.map +1 -1
  135. package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.d.ts.map +1 -1
  136. package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js +1 -0
  137. package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js.map +1 -1
  138. package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.d.ts.map +1 -1
  139. package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js +1 -0
  140. package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js.map +1 -1
  141. package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.d.ts +1 -0
  142. package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.d.ts.map +1 -1
  143. package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.js +2 -2
  144. package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.js.map +1 -1
  145. package/esm/internal/components/dialogs/userManagementDialogs/CreateUserGroupDialog.d.ts.map +1 -1
  146. package/esm/internal/components/dialogs/userManagementDialogs/CreateUserGroupDialog.js +6 -3
  147. package/esm/internal/components/dialogs/userManagementDialogs/CreateUserGroupDialog.js.map +1 -1
  148. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserDialog.d.ts.map +1 -1
  149. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserDialog.js +2 -2
  150. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserDialog.js.map +1 -1
  151. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupDialog.d.ts.map +1 -1
  152. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupDialog.js +2 -2
  153. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupDialog.js.map +1 -1
  154. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupsDialog.d.ts.map +1 -1
  155. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupsDialog.js +20 -15
  156. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUserGroupsDialog.js.map +1 -1
  157. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUsersDialog.d.ts.map +1 -1
  158. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUsersDialog.js +20 -15
  159. package/esm/internal/components/dialogs/userManagementDialogs/DeleteUsersDialog.js.map +1 -1
  160. package/esm/internal/components/dialogs/userManagementDialogs/Details/DetailRow.js +1 -1
  161. package/esm/internal/components/dialogs/userManagementDialogs/Details/DetailRow.js.map +1 -1
  162. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.d.ts +1 -0
  163. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.d.ts.map +1 -1
  164. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.js +5 -5
  165. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.js.map +1 -1
  166. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserGroupDetails.d.ts.map +1 -1
  167. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserGroupDetails.js +2 -2
  168. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserGroupDetails.js.map +1 -1
  169. package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts +3 -1
  170. package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts.map +1 -1
  171. package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.js +15 -3
  172. package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.js.map +1 -1
  173. package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.d.ts.map +1 -1
  174. package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js +10 -10
  175. package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js.map +1 -1
  176. package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.d.ts.map +1 -1
  177. package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js +5 -5
  178. package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js.map +1 -1
  179. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroup.d.ts.map +1 -1
  180. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroup.js +2 -2
  181. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroup.js.map +1 -1
  182. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.d.ts.map +1 -1
  183. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.js +3 -1
  184. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.js.map +1 -1
  185. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.d.ts +1 -0
  186. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.d.ts.map +1 -1
  187. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.js +7 -5
  188. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.js.map +1 -1
  189. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.d.ts +2 -0
  190. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.d.ts.map +1 -1
  191. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.js +3 -2
  192. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.js.map +1 -1
  193. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.d.ts +1 -0
  194. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.d.ts.map +1 -1
  195. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.js +7 -2
  196. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.js.map +1 -1
  197. package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUser.d.ts.map +1 -1
  198. package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUser.js +2 -2
  199. package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUser.js.map +1 -1
  200. package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.d.ts +1 -0
  201. package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.d.ts.map +1 -1
  202. package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.js +7 -2
  203. package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.js.map +1 -1
  204. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts.map +1 -1
  205. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js +2 -2
  206. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js.map +1 -1
  207. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdownList.js +1 -1
  208. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdownList.js.map +1 -1
  209. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.js +1 -1
  210. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceList.js.map +1 -1
  211. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceListEmpty.d.ts +2 -1
  212. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceListEmpty.d.ts.map +1 -1
  213. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceListEmpty.js +7 -2
  214. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceListEmpty.js.map +1 -1
  215. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/workspaceHooks.d.ts +2 -1
  216. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/workspaceHooks.d.ts.map +1 -1
  217. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/workspaceHooks.js +27 -6
  218. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/workspaceHooks.js.map +1 -1
  219. package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts +18 -6
  220. package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts.map +1 -1
  221. package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.js +86 -43
  222. package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.js.map +1 -1
  223. package/esm/internal/components/dialogs/userManagementDialogs/locales.d.ts +7 -1
  224. package/esm/internal/components/dialogs/userManagementDialogs/locales.d.ts.map +1 -1
  225. package/esm/internal/components/dialogs/userManagementDialogs/locales.js +3 -1
  226. package/esm/internal/components/dialogs/userManagementDialogs/locales.js.map +1 -1
  227. package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.d.ts.map +1 -1
  228. package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js +5 -3
  229. package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js.map +1 -1
  230. package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.d.ts.map +1 -1
  231. package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js +4 -1
  232. package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js.map +1 -1
  233. package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts +2 -1
  234. package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts.map +1 -1
  235. package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js +5 -1
  236. package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js.map +1 -1
  237. package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.d.ts.map +1 -1
  238. package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js +4 -1
  239. package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js.map +1 -1
  240. package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.d.ts.map +1 -1
  241. package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js +4 -1
  242. package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js.map +1 -1
  243. package/esm/internal/components/pluggableVisualizations/columnChart/PluggableColumnChart.d.ts.map +1 -1
  244. package/esm/internal/components/pluggableVisualizations/columnChart/PluggableColumnChart.js.map +1 -1
  245. package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.d.ts.map +1 -1
  246. package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js +6 -4
  247. package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js.map +1 -1
  248. package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.d.ts.map +1 -1
  249. package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js +4 -1
  250. package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js.map +1 -1
  251. package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts +0 -1
  252. package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts.map +1 -1
  253. package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js +0 -1
  254. package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js.map +1 -1
  255. package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.d.ts.map +1 -1
  256. package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js +5 -1
  257. package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js.map +1 -1
  258. package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.d.ts.map +1 -1
  259. package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js +4 -1
  260. package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js.map +1 -1
  261. package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.d.ts.map +1 -1
  262. package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js +4 -1
  263. package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js.map +1 -1
  264. package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.d.ts.map +1 -1
  265. package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js +5 -2
  266. package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js.map +1 -1
  267. package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.d.ts.map +1 -1
  268. package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js +4 -1
  269. package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js.map +1 -1
  270. package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.d.ts.map +1 -1
  271. package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js +4 -1
  272. package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js.map +1 -1
  273. package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.d.ts.map +1 -1
  274. package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js +4 -1
  275. package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js.map +1 -1
  276. package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.d.ts.map +1 -1
  277. package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js +4 -1
  278. package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js.map +1 -1
  279. package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.d.ts.map +1 -1
  280. package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js +4 -1
  281. package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js.map +1 -1
  282. package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
  283. package/esm/internal/constants/supportedProperties.js +21 -2
  284. package/esm/internal/constants/supportedProperties.js.map +1 -1
  285. package/esm/internal/translations/en-US.json +14 -4
  286. package/esm/internal/utils/bucketRules.d.ts +3 -2
  287. package/esm/internal/utils/bucketRules.d.ts.map +1 -1
  288. package/esm/internal/utils/bucketRules.js +15 -8
  289. package/esm/internal/utils/bucketRules.js.map +1 -1
  290. package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.d.ts +2 -2
  291. package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.d.ts.map +1 -1
  292. package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.js +18 -20
  293. package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.js.map +1 -1
  294. package/esm/locales.d.ts.map +1 -1
  295. package/esm/locales.js +2 -0
  296. package/esm/locales.js.map +1 -1
  297. package/esm/sdk-ui-ext.d.ts +58 -0
  298. package/package.json +18 -18
  299. package/styles/css/main.css +271 -0
  300. package/styles/css/main.css.map +1 -1
  301. package/styles/internal/css/attribute_hierarchies.css +266 -0
  302. package/styles/internal/css/attribute_hierarchies.css.map +1 -0
  303. package/styles/internal/css/config_panel.css +9 -0
  304. package/styles/internal/css/config_panel.css.map +1 -1
  305. package/styles/internal/css/user_management_dialogs.css +6 -0
  306. package/styles/internal/css/user_management_dialogs.css.map +1 -1
  307. package/styles/internal/scss/attribute_hierarchies.scss +316 -0
  308. package/styles/internal/scss/config_panel.scss +9 -0
  309. package/styles/internal/scss/user_management_dialogs.scss +6 -0
  310. 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,OC1DgB;ED2DhB;;;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,OC9GgB;ED+GhB;EACA;EACA","file":"user_management_dialogs.css"}
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;
@@ -1,2 +1,3 @@
1
1
  @use "../internal/scss/dashboard_embedding";
2
2
  @use "../internal/scss/user_management_dialogs";
3
+ @use "../internal/scss/attribute_hierarchies";