@gooddata/sdk-ui-ext 11.56.0-alpha.0 → 11.56.0-alpha.2

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 (643) hide show
  1. package/NOTICE +44 -168
  2. package/esm/automations/Automations.d.ts +1 -1
  3. package/esm/automations/Automations.d.ts.map +1 -1
  4. package/esm/automations/AutomationsCore.js +1 -2
  5. package/esm/automations/UserContext.d.ts.map +1 -1
  6. package/esm/automations/actions/useAutomationActions.d.ts.map +1 -1
  7. package/esm/automations/actions/useAutomationBulkActions.d.ts.map +1 -1
  8. package/esm/automations/columns/AutomationIcon.js +1 -3
  9. package/esm/automations/columns/AutomationIconTooltip.d.ts +1 -1
  10. package/esm/automations/columns/AutomationIconTooltip.d.ts.map +1 -1
  11. package/esm/automations/columns/AutomationIconTooltip.js +2 -8
  12. package/esm/automations/columns/AutomationMenu.d.ts +1 -1
  13. package/esm/automations/columns/AutomationMenu.d.ts.map +1 -1
  14. package/esm/automations/columns/AutomationMenu.js +1 -2
  15. package/esm/automations/columns/useAutomationColumns.d.ts.map +1 -1
  16. package/esm/automations/constants.d.ts +4 -4
  17. package/esm/automations/constants.d.ts.map +1 -1
  18. package/esm/automations/data/useLoadAutomations.d.ts.map +1 -1
  19. package/esm/automations/filters/FilterOptionsContext.d.ts.map +1 -1
  20. package/esm/automations/filters/useAutomationFilters.d.ts +2 -2
  21. package/esm/automations/filters/useAutomationFilters.d.ts.map +1 -1
  22. package/esm/automations/format.d.ts +4 -4
  23. package/esm/automations/format.d.ts.map +1 -1
  24. package/esm/automations/messages.d.ts.map +1 -1
  25. package/esm/automations/useAutomationService.d.ts.map +1 -1
  26. package/esm/automations/useAutomationsSmallLayout.d.ts.map +1 -1
  27. package/esm/automations/useAutomationsState.d.ts +1 -1
  28. package/esm/automations/useAutomationsState.d.ts.map +1 -1
  29. package/esm/automations/utils.d.ts.map +1 -1
  30. package/esm/dataLoaders/DataLoaderAbstractFactory.d.ts.map +1 -1
  31. package/esm/index.d.ts +4 -3
  32. package/esm/index.d.ts.map +1 -1
  33. package/esm/index.js +3 -1
  34. package/esm/insightPicker/InsightPickerCore.d.ts +1 -1
  35. package/esm/insightPicker/InsightPickerCore.d.ts.map +1 -1
  36. package/esm/insightPicker/InsightPickerCore.js +2 -4
  37. package/esm/insightPicker/InsightPickerFilterBar.d.ts +1 -1
  38. package/esm/insightPicker/InsightPickerFilterBar.d.ts.map +1 -1
  39. package/esm/insightPicker/InsightPickerFilterBar.js +1 -3
  40. package/esm/insightPicker/InsightPickerMenu.js +1 -2
  41. package/esm/insightPicker/InsightPickerRow.d.ts +1 -1
  42. package/esm/insightPicker/InsightPickerRow.d.ts.map +1 -1
  43. package/esm/insightPicker/InsightPickerRow.js +1 -2
  44. package/esm/insightPicker/InsightPickerSortDropdown.d.ts +1 -1
  45. package/esm/insightPicker/InsightPickerSortDropdown.d.ts.map +1 -1
  46. package/esm/insightPicker/InsightPickerSortDropdown.js +3 -8
  47. package/esm/insightPicker/messages.d.ts.map +1 -1
  48. package/esm/insightPicker/useInsightPickerHybridSearch.d.ts +1 -1
  49. package/esm/insightPicker/useInsightPickerHybridSearch.d.ts.map +1 -1
  50. package/esm/insightPicker/useInsightPickerState.d.ts.map +1 -1
  51. package/esm/insightView/InsightError.d.ts +1 -1
  52. package/esm/insightView/InsightError.d.ts.map +1 -1
  53. package/esm/insightView/InsightRenderer.d.ts +2 -4
  54. package/esm/insightView/InsightRenderer.d.ts.map +1 -1
  55. package/esm/insightView/InsightRenderer.js +1 -4
  56. package/esm/insightView/InsightView.js +1 -2
  57. package/esm/internal/FluidLayoutDescriptor.d.ts.map +1 -1
  58. package/esm/internal/components/DisabledBubbleMessage.d.ts +1 -1
  59. package/esm/internal/components/DisabledBubbleMessage.d.ts.map +1 -1
  60. package/esm/internal/components/DisabledBubbleMessage.js +1 -2
  61. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.d.ts +1 -1
  62. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.d.ts.map +1 -1
  63. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.js +2 -4
  64. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.d.ts +1 -1
  65. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.d.ts.map +1 -1
  66. package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.js +1 -2
  67. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js +1 -5
  68. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts +1 -1
  69. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts.map +1 -1
  70. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.d.ts +1 -1
  71. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.d.ts.map +1 -1
  72. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js +1 -2
  73. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js +1 -3
  74. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js +2 -9
  75. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js +1 -3
  76. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.d.ts +1 -1
  77. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogProvider.d.ts.map +1 -1
  78. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js +1 -4
  79. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js +1 -2
  80. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js +1 -2
  81. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.js +1 -2
  82. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.d.ts.map +1 -1
  83. package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.d.ts.map +1 -1
  84. package/esm/internal/components/configurationControls/BasemapDropdownControl.d.ts +1 -1
  85. package/esm/internal/components/configurationControls/BasemapDropdownControl.d.ts.map +1 -1
  86. package/esm/internal/components/configurationControls/CheckboxControl.d.ts +1 -1
  87. package/esm/internal/components/configurationControls/CheckboxControl.d.ts.map +1 -1
  88. package/esm/internal/components/configurationControls/CheckboxControl.js +1 -2
  89. package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.d.ts +1 -1
  90. package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.d.ts.map +1 -1
  91. package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js +1 -2
  92. package/esm/internal/components/configurationControls/ConfigSection.d.ts +1 -1
  93. package/esm/internal/components/configurationControls/ConfigSection.d.ts.map +1 -1
  94. package/esm/internal/components/configurationControls/ConfigSection.js +2 -6
  95. package/esm/internal/components/configurationControls/ConfigSubsection.d.ts +1 -1
  96. package/esm/internal/components/configurationControls/ConfigSubsection.d.ts.map +1 -1
  97. package/esm/internal/components/configurationControls/ConfigSubsection.js +2 -7
  98. package/esm/internal/components/configurationControls/ContinuousLineControl.d.ts +1 -1
  99. package/esm/internal/components/configurationControls/ContinuousLineControl.d.ts.map +1 -1
  100. package/esm/internal/components/configurationControls/ContinuousLineControl.js +1 -4
  101. package/esm/internal/components/configurationControls/DataLabelsControl.d.ts +1 -1
  102. package/esm/internal/components/configurationControls/DataLabelsControl.d.ts.map +1 -1
  103. package/esm/internal/components/configurationControls/DataLabelsControl.js +1 -2
  104. package/esm/internal/components/configurationControls/DataPointsControl.d.ts +1 -1
  105. package/esm/internal/components/configurationControls/DataPointsControl.d.ts.map +1 -1
  106. package/esm/internal/components/configurationControls/DistintcPointShapesControl.d.ts +1 -1
  107. package/esm/internal/components/configurationControls/DistintcPointShapesControl.d.ts.map +1 -1
  108. package/esm/internal/components/configurationControls/DistintcPointShapesControl.js +1 -4
  109. package/esm/internal/components/configurationControls/DropdownControl.d.ts +1 -1
  110. package/esm/internal/components/configurationControls/DropdownControl.d.ts.map +1 -1
  111. package/esm/internal/components/configurationControls/DropdownControl.js +1 -2
  112. package/esm/internal/components/configurationControls/GeoViewportControl.js +1 -10
  113. package/esm/internal/components/configurationControls/GrandTotalsControl.d.ts +1 -1
  114. package/esm/internal/components/configurationControls/GrandTotalsControl.d.ts.map +1 -1
  115. package/esm/internal/components/configurationControls/InputControl.d.ts +1 -1
  116. package/esm/internal/components/configurationControls/InputControl.d.ts.map +1 -1
  117. package/esm/internal/components/configurationControls/InputControl.js +1 -4
  118. package/esm/internal/components/configurationControls/MetricsPositionControl.d.ts +1 -1
  119. package/esm/internal/components/configurationControls/MetricsPositionControl.d.ts.map +1 -1
  120. package/esm/internal/components/configurationControls/MinMaxControl.js +1 -2
  121. package/esm/internal/components/configurationControls/OrientationDropdownControl.d.ts +1 -1
  122. package/esm/internal/components/configurationControls/OrientationDropdownControl.d.ts.map +1 -1
  123. package/esm/internal/components/configurationControls/PagingSection.d.ts +1 -1
  124. package/esm/internal/components/configurationControls/PagingSection.d.ts.map +1 -1
  125. package/esm/internal/components/configurationControls/PivotTableTextWrappingControl.d.ts +2 -2
  126. package/esm/internal/components/configurationControls/PivotTableTextWrappingControl.d.ts.map +1 -1
  127. package/esm/internal/components/configurationControls/PushpinShapeControl.js +1 -2
  128. package/esm/internal/components/configurationControls/PushpinSizeControl.js +1 -3
  129. package/esm/internal/components/configurationControls/RadarGridLineShapeControl.d.ts +1 -1
  130. package/esm/internal/components/configurationControls/RadarGridLineShapeControl.d.ts.map +1 -1
  131. package/esm/internal/components/configurationControls/RadarRenderAsControl.d.ts +1 -1
  132. package/esm/internal/components/configurationControls/RadarRenderAsControl.d.ts.map +1 -1
  133. package/esm/internal/components/configurationControls/TextWrappingControl.d.ts +1 -1
  134. package/esm/internal/components/configurationControls/TextWrappingControl.d.ts.map +1 -1
  135. package/esm/internal/components/configurationControls/VerticalAlignControl.d.ts +1 -1
  136. package/esm/internal/components/configurationControls/VerticalAlignControl.d.ts.map +1 -1
  137. package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts +1 -1
  138. package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts.map +1 -1
  139. package/esm/internal/components/configurationControls/advanced/AdvancedSection.js +1 -3
  140. package/esm/internal/components/configurationControls/advanced/ConfigEditor.js +2 -15
  141. package/esm/internal/components/configurationControls/advanced/SnippetItem.js +2 -8
  142. package/esm/internal/components/configurationControls/advanced/useOverflow.d.ts.map +1 -1
  143. package/esm/internal/components/configurationControls/anomalies/AnomaliesSection.d.ts +1 -1
  144. package/esm/internal/components/configurationControls/anomalies/AnomaliesSection.d.ts.map +1 -1
  145. package/esm/internal/components/configurationControls/anomalies/AnomaliesSection.js +1 -5
  146. package/esm/internal/components/configurationControls/anomalies/AnomalyColorControl.d.ts +1 -1
  147. package/esm/internal/components/configurationControls/anomalies/AnomalyColorControl.d.ts.map +1 -1
  148. package/esm/internal/components/configurationControls/anomalies/AnomalyIndicatorControl.d.ts +1 -1
  149. package/esm/internal/components/configurationControls/anomalies/AnomalyIndicatorControl.d.ts.map +1 -1
  150. package/esm/internal/components/configurationControls/anomalies/AnomalyIndicatorControl.js +1 -3
  151. package/esm/internal/components/configurationControls/anomalies/AnomalySensitivityControl.d.ts +1 -1
  152. package/esm/internal/components/configurationControls/anomalies/AnomalySensitivityControl.d.ts.map +1 -1
  153. package/esm/internal/components/configurationControls/anomalies/AnomalySizeControl.d.ts +1 -1
  154. package/esm/internal/components/configurationControls/anomalies/AnomalySizeControl.d.ts.map +1 -1
  155. package/esm/internal/components/configurationControls/axis/LabelFormatControl.d.ts +1 -1
  156. package/esm/internal/components/configurationControls/axis/LabelFormatControl.d.ts.map +1 -1
  157. package/esm/internal/components/configurationControls/axis/LabelRotationControl.d.ts +1 -1
  158. package/esm/internal/components/configurationControls/axis/LabelRotationControl.d.ts.map +1 -1
  159. package/esm/internal/components/configurationControls/axis/LabelSubsection.d.ts +1 -1
  160. package/esm/internal/components/configurationControls/axis/LabelSubsection.d.ts.map +1 -1
  161. package/esm/internal/components/configurationControls/axis/LabelSubsection.js +1 -2
  162. package/esm/internal/components/configurationControls/axis/NamePositionControl.d.ts +1 -1
  163. package/esm/internal/components/configurationControls/axis/NamePositionControl.d.ts.map +1 -1
  164. package/esm/internal/components/configurationControls/axis/NameSubsection.d.ts +1 -1
  165. package/esm/internal/components/configurationControls/axis/NameSubsection.d.ts.map +1 -1
  166. package/esm/internal/components/configurationControls/clustering/ClusteringThresholdControl.d.ts +1 -1
  167. package/esm/internal/components/configurationControls/clustering/ClusteringThresholdControl.d.ts.map +1 -1
  168. package/esm/internal/components/configurationControls/clustering/NumberOfClustersControl.d.ts +1 -1
  169. package/esm/internal/components/configurationControls/clustering/NumberOfClustersControl.d.ts.map +1 -1
  170. package/esm/internal/components/configurationControls/colors/ColorsSection.d.ts +1 -1
  171. package/esm/internal/components/configurationControls/colors/ColorsSection.d.ts.map +1 -1
  172. package/esm/internal/components/configurationControls/colors/ColorsSection.js +1 -2
  173. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts +1 -1
  174. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts.map +1 -1
  175. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.js +3 -7
  176. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.d.ts +1 -1
  177. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.d.ts.map +1 -1
  178. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.js +1 -2
  179. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts +1 -1
  180. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts.map +1 -1
  181. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts +2 -2
  182. package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts.map +1 -1
  183. package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.d.ts +1 -1
  184. package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.d.ts.map +1 -1
  185. package/esm/internal/components/configurationControls/colors/colorDropdown/ResetColorButton.d.ts +1 -1
  186. package/esm/internal/components/configurationControls/colors/colorDropdown/ResetColorButton.d.ts.map +1 -1
  187. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts +1 -1
  188. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts.map +1 -1
  189. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.d.ts +1 -1
  190. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.d.ts.map +1 -1
  191. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts +1 -1
  192. package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts.map +1 -1
  193. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.d.ts +1 -1
  194. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.d.ts.map +1 -1
  195. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.js +1 -2
  196. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.d.ts +1 -1
  197. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.d.ts.map +1 -1
  198. package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.js +3 -10
  199. package/esm/internal/components/configurationControls/comparison/ComparisonSection.d.ts +1 -1
  200. package/esm/internal/components/configurationControls/comparison/ComparisonSection.d.ts.map +1 -1
  201. package/esm/internal/components/configurationControls/comparison/ComparisonSection.js +1 -3
  202. package/esm/internal/components/configurationControls/comparison/calculation/CalculationControl.d.ts +1 -1
  203. package/esm/internal/components/configurationControls/comparison/calculation/CalculationControl.d.ts.map +1 -1
  204. package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItem.js +1 -5
  205. package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfo.js +1 -5
  206. package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfoSection.d.ts +1 -1
  207. package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfoSection.d.ts.map +1 -1
  208. package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfoSection.js +1 -2
  209. package/esm/internal/components/configurationControls/comparison/indicators/IndicatorSubSection.d.ts +1 -1
  210. package/esm/internal/components/configurationControls/comparison/indicators/IndicatorSubSection.d.ts.map +1 -1
  211. package/esm/internal/components/configurationControls/comparison/indicators/IndicatorSubSection.js +1 -3
  212. package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorItem.d.ts +1 -1
  213. package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorItem.d.ts.map +1 -1
  214. package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorsControl.d.ts +1 -1
  215. package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorsControl.d.ts.map +1 -1
  216. package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorsControl.js +1 -5
  217. package/esm/internal/components/configurationControls/comparison/label/LabelSubSection.d.ts +1 -1
  218. package/esm/internal/components/configurationControls/comparison/label/LabelSubSection.d.ts.map +1 -1
  219. package/esm/internal/components/configurationControls/comparison/label/LabelSubSection.js +1 -4
  220. package/esm/internal/components/configurationControls/comparison/values/ComparisonPositionControl.d.ts +1 -1
  221. package/esm/internal/components/configurationControls/comparison/values/ComparisonPositionControl.d.ts.map +1 -1
  222. package/esm/internal/components/configurationControls/comparison/values/ValueSubSection.d.ts +1 -1
  223. package/esm/internal/components/configurationControls/comparison/values/ValueSubSection.d.ts.map +1 -1
  224. package/esm/internal/components/configurationControls/comparison/values/ValueSubSection.js +1 -3
  225. package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatControl.d.ts +1 -1
  226. package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatControl.d.ts.map +1 -1
  227. package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatControl.js +1 -3
  228. package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatToggleButton.d.ts +1 -1
  229. package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatToggleButton.d.ts.map +1 -1
  230. package/esm/internal/components/configurationControls/conditionalFormatting/CfDateValueDropdown.d.ts +1 -1
  231. package/esm/internal/components/configurationControls/conditionalFormatting/CfDateValueDropdown.d.ts.map +1 -1
  232. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.d.ts +1 -1
  233. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.d.ts.map +1 -1
  234. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.js +7 -20
  235. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts +21 -8
  236. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts.map +1 -1
  237. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.js +12 -22
  238. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts +1 -1
  239. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.d.ts.map +1 -1
  240. package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.js +15 -21
  241. package/esm/internal/components/configurationControls/conditionalFormatting/ReorderList.d.ts +1 -1
  242. package/esm/internal/components/configurationControls/conditionalFormatting/ReorderList.d.ts.map +1 -1
  243. package/esm/internal/components/configurationControls/conditionalFormatting/ReorderList.js +1 -3
  244. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.d.ts.map +1 -1
  245. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts +12 -6
  246. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts.map +1 -1
  247. package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.js +6 -0
  248. package/esm/internal/components/configurationControls/conditionalFormatting/reorderListModel.d.ts.map +1 -1
  249. package/esm/internal/components/configurationControls/conditionalFormatting/useCfDateFilterOptions.d.ts.map +1 -1
  250. package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.d.ts +1 -1
  251. package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.d.ts.map +1 -1
  252. package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.js +1 -5
  253. package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.d.ts +1 -1
  254. package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.d.ts.map +1 -1
  255. package/esm/internal/components/configurationControls/forecast/ForecastSection.d.ts +1 -1
  256. package/esm/internal/components/configurationControls/forecast/ForecastSection.d.ts.map +1 -1
  257. package/esm/internal/components/configurationControls/forecast/ForecastSection.js +1 -4
  258. package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts +1 -1
  259. package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts.map +1 -1
  260. package/esm/internal/components/configurationControls/interactions/InteractionsSection.js +5 -17
  261. package/esm/internal/components/configurationControls/legend/GeoLegendPositionControl.d.ts +1 -1
  262. package/esm/internal/components/configurationControls/legend/GeoLegendPositionControl.d.ts.map +1 -1
  263. package/esm/internal/components/configurationControls/legend/GeoLegendSection.d.ts +1 -1
  264. package/esm/internal/components/configurationControls/legend/GeoLegendSection.d.ts.map +1 -1
  265. package/esm/internal/components/configurationControls/legend/LegendPositionControl.d.ts +1 -1
  266. package/esm/internal/components/configurationControls/legend/LegendPositionControl.d.ts.map +1 -1
  267. package/esm/internal/components/configurationControls/legend/LegendSection.d.ts +1 -1
  268. package/esm/internal/components/configurationControls/legend/LegendSection.d.ts.map +1 -1
  269. package/esm/internal/components/configurationControls/total/TotalSection.d.ts +1 -1
  270. package/esm/internal/components/configurationControls/total/TotalSection.d.ts.map +1 -1
  271. package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js +4 -9
  272. package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js +1 -7
  273. package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js +1 -6
  274. package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js +1 -3
  275. package/esm/internal/components/configurationPanels/GeoPushpinConfigurationPanel.js +2 -5
  276. package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.js +1 -4
  277. package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js +1 -7
  278. package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +1 -5
  279. package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js +1 -3
  280. package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +3 -8
  281. package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js +1 -3
  282. package/esm/internal/components/configurationPanels/RadarChartConfigurationPanel.js +2 -10
  283. package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.js +1 -5
  284. package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js +1 -3
  285. package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js +1 -10
  286. package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js +1 -3
  287. package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js +2 -7
  288. package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.d.ts +1 -1
  289. package/esm/internal/components/dialogs/userManagementDialogs/ConfirmDialogs/DeleteConfirmDialog.d.ts.map +1 -1
  290. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/AddDataSource.d.ts +1 -1
  291. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/AddDataSource.d.ts.map +1 -1
  292. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/AddDataSource.js +1 -3
  293. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/AddDataSourceSelect.d.ts +1 -1
  294. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/AddDataSourceSelect.d.ts.map +1 -1
  295. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/AsyncSelectComponents.d.ts +1 -1
  296. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/AsyncSelectComponents.d.ts.map +1 -1
  297. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/DataSourceItem.d.ts +1 -1
  298. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/DataSourceItem.d.ts.map +1 -1
  299. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/DataSourceItem.js +1 -2
  300. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/DataSourceList.d.ts +1 -1
  301. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/DataSourceList.d.ts.map +1 -1
  302. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdown.js +2 -4
  303. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownItem.d.ts +1 -1
  304. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownItem.d.ts.map +1 -1
  305. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownItem.js +1 -3
  306. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownList.d.ts +1 -1
  307. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownList.d.ts.map +1 -1
  308. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownList.js +1 -2
  309. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/backend/loadUserDataSourceOptionsPromise.d.ts.map +1 -1
  310. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/locales.d.ts.map +1 -1
  311. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/useAddDataSource.d.ts.map +1 -1
  312. package/esm/internal/components/dialogs/userManagementDialogs/DataSources/usePermissionsDropdownState.d.ts.map +1 -1
  313. package/esm/internal/components/dialogs/userManagementDialogs/Details/DetailRow.js +1 -2
  314. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.d.ts +1 -1
  315. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.d.ts.map +1 -1
  316. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserGroupDetails.d.ts +1 -1
  317. package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserGroupDetails.d.ts.map +1 -1
  318. package/esm/internal/components/dialogs/userManagementDialogs/Details/OrganizationMemberDropdown.d.ts +1 -1
  319. package/esm/internal/components/dialogs/userManagementDialogs/Details/OrganizationMemberDropdown.d.ts.map +1 -1
  320. package/esm/internal/components/dialogs/userManagementDialogs/Details/OrganizationMemberDropdown.js +3 -9
  321. package/esm/internal/components/dialogs/userManagementDialogs/Details/UserDetailsView.d.ts +1 -1
  322. package/esm/internal/components/dialogs/userManagementDialogs/Details/UserDetailsView.d.ts.map +1 -1
  323. package/esm/internal/components/dialogs/userManagementDialogs/Details/UserDetailsView.js +3 -11
  324. package/esm/internal/components/dialogs/userManagementDialogs/Details/UserGroupDetailsView.js +1 -3
  325. package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts.map +1 -1
  326. package/esm/internal/components/dialogs/userManagementDialogs/ErrorDialog.js +1 -5
  327. package/esm/internal/components/dialogs/userManagementDialogs/RemoveIcon.js +1 -3
  328. package/esm/internal/components/dialogs/userManagementDialogs/TelemetryContext.d.ts.map +1 -1
  329. package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js +2 -5
  330. package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js +2 -5
  331. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroup.d.ts +1 -1
  332. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroup.d.ts.map +1 -1
  333. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.d.ts +1 -1
  334. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.d.ts.map +1 -1
  335. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.js +2 -4
  336. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupSelect.d.ts +1 -1
  337. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupSelect.d.ts.map +1 -1
  338. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AsyncSelectComponents.d.ts +1 -1
  339. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AsyncSelectComponents.d.ts.map +1 -1
  340. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.js +1 -3
  341. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.d.ts +1 -1
  342. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupsList.d.ts.map +1 -1
  343. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/backend/loadUserGroupOptionsPromise.d.ts +1 -1
  344. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/backend/loadUserGroupOptionsPromise.d.ts.map +1 -1
  345. package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.d.ts.map +1 -1
  346. package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUser.d.ts +1 -1
  347. package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUser.d.ts.map +1 -1
  348. package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUserContent.js +2 -4
  349. package/esm/internal/components/dialogs/userManagementDialogs/Users/AsyncSelectComponents.d.ts +2 -2
  350. package/esm/internal/components/dialogs/userManagementDialogs/Users/AsyncSelectComponents.d.ts.map +1 -1
  351. package/esm/internal/components/dialogs/userManagementDialogs/Users/AsyncSelectComponents.js +1 -2
  352. package/esm/internal/components/dialogs/userManagementDialogs/Users/UserItem.js +3 -9
  353. package/esm/internal/components/dialogs/userManagementDialogs/Users/backend/loadUsersOptionsPromise.d.ts +1 -1
  354. package/esm/internal/components/dialogs/userManagementDialogs/Users/backend/loadUsersOptionsPromise.d.ts.map +1 -1
  355. package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.d.ts.map +1 -1
  356. package/esm/internal/components/dialogs/userManagementDialogs/ViewDialog.d.ts +1 -1
  357. package/esm/internal/components/dialogs/userManagementDialogs/ViewDialog.d.ts.map +1 -1
  358. package/esm/internal/components/dialogs/userManagementDialogs/ViewDialog.js +1 -8
  359. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddSingleWorkspaceSelect.d.ts +1 -1
  360. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddSingleWorkspaceSelect.d.ts.map +1 -1
  361. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts +1 -1
  362. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.d.ts.map +1 -1
  363. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js +1 -3
  364. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspaceSelect.d.ts +1 -1
  365. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspaceSelect.d.ts.map +1 -1
  366. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AsyncSelectComponents.d.ts +2 -2
  367. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AsyncSelectComponents.d.ts.map +1 -1
  368. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.d.ts +1 -1
  369. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.d.ts.map +1 -1
  370. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.js +1 -6
  371. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsItems.d.ts +2 -2
  372. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsItems.d.ts.map +1 -1
  373. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsItems.js +2 -7
  374. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsWorkspaceItem.d.ts +1 -1
  375. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsWorkspaceItem.d.ts.map +1 -1
  376. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsWorkspaceItem.js +1 -4
  377. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionDropdownItem.d.ts +1 -1
  378. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionDropdownItem.d.ts.map +1 -1
  379. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionDropdownItem.js +2 -4
  380. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionsDropdown.js +2 -4
  381. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionsDropdownList.d.ts +1 -1
  382. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionsDropdownList.d.ts.map +1 -1
  383. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionsDropdownList.js +1 -3
  384. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionDropdownItem.d.ts +1 -1
  385. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionDropdownItem.d.ts.map +1 -1
  386. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionDropdownItem.js +1 -3
  387. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.js +2 -4
  388. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdownList.d.ts +1 -1
  389. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdownList.d.ts.map +1 -1
  390. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdownList.js +1 -2
  391. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.d.ts +1 -1
  392. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.d.ts.map +1 -1
  393. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.js +1 -3
  394. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/granularPermissionUtils.d.ts.map +1 -1
  395. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/locales.d.ts.map +1 -1
  396. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/usePermissionsDropdownState.d.ts.map +1 -1
  397. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/backend/loadWorkspaceOptionsPromise.d.ts +2 -2
  398. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/backend/loadWorkspaceOptionsPromise.d.ts.map +1 -1
  399. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/useAddWorkspace.d.ts +1 -1
  400. package/esm/internal/components/dialogs/userManagementDialogs/Workspace/useAddWorkspace.d.ts.map +1 -1
  401. package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts +1 -1
  402. package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts.map +1 -1
  403. package/esm/internal/components/dialogs/userManagementDialogs/hooks/usePermissions.d.ts.map +1 -1
  404. package/esm/internal/components/dialogs/userManagementDialogs/locales.d.ts.map +1 -1
  405. package/esm/internal/components/dialogs/userManagementDialogs/types.d.ts.map +1 -1
  406. package/esm/internal/components/dialogs/userManagementDialogs/utils.d.ts +1 -1
  407. package/esm/internal/components/dialogs/userManagementDialogs/utils.d.ts.map +1 -1
  408. package/esm/internal/components/insightList/useInsightPagedList.d.ts +1 -1
  409. package/esm/internal/components/insightList/useInsightPagedList.d.ts.map +1 -1
  410. package/esm/internal/components/pluggableVisualizations/AbstractPluggableVisualization.d.ts +1 -1
  411. package/esm/internal/components/pluggableVisualizations/AbstractPluggableVisualization.d.ts.map +1 -1
  412. package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.d.ts +4 -6
  413. package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.d.ts.map +1 -1
  414. package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.js +4 -4
  415. package/esm/internal/components/pluggableVisualizations/alerts.d.ts +4 -4
  416. package/esm/internal/components/pluggableVisualizations/alerts.d.ts.map +1 -1
  417. package/esm/internal/components/pluggableVisualizations/areaChart/AreaChartDescriptor.d.ts +1 -1
  418. package/esm/internal/components/pluggableVisualizations/areaChart/AreaChartDescriptor.d.ts.map +1 -1
  419. package/esm/internal/components/pluggableVisualizations/barChart/BarChartDescriptor.d.ts +1 -1
  420. package/esm/internal/components/pluggableVisualizations/barChart/BarChartDescriptor.d.ts.map +1 -1
  421. package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts.map +1 -1
  422. package/esm/internal/components/pluggableVisualizations/bubbleChart/BubbleChartDescriptor.d.ts +1 -1
  423. package/esm/internal/components/pluggableVisualizations/bubbleChart/BubbleChartDescriptor.d.ts.map +1 -1
  424. package/esm/internal/components/pluggableVisualizations/bulletChart/BulletChartDescriptor.d.ts +1 -1
  425. package/esm/internal/components/pluggableVisualizations/bulletChart/BulletChartDescriptor.d.ts.map +1 -1
  426. package/esm/internal/components/pluggableVisualizations/bulletChart/bucketHelper.d.ts.map +1 -1
  427. package/esm/internal/components/pluggableVisualizations/columnChart/ColumnChartDescriptor.d.ts +1 -1
  428. package/esm/internal/components/pluggableVisualizations/columnChart/ColumnChartDescriptor.d.ts.map +1 -1
  429. package/esm/internal/components/pluggableVisualizations/comboChart/ComboChartDescriptor.d.ts +1 -1
  430. package/esm/internal/components/pluggableVisualizations/comboChart/ComboChartDescriptor.d.ts.map +1 -1
  431. package/esm/internal/components/pluggableVisualizations/dependencyWheelChart/DependencyWheelChartDescriptor.d.ts +1 -1
  432. package/esm/internal/components/pluggableVisualizations/dependencyWheelChart/DependencyWheelChartDescriptor.d.ts.map +1 -1
  433. package/esm/internal/components/pluggableVisualizations/donutChart/DonutChartDescriptor.d.ts +1 -1
  434. package/esm/internal/components/pluggableVisualizations/donutChart/DonutChartDescriptor.d.ts.map +1 -1
  435. package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts +1 -1
  436. package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts.map +1 -1
  437. package/esm/internal/components/pluggableVisualizations/funnelChart/FunnelChartDescriptor.d.ts +1 -1
  438. package/esm/internal/components/pluggableVisualizations/funnelChart/FunnelChartDescriptor.d.ts.map +1 -1
  439. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.d.ts +1 -1
  440. package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.d.ts.map +1 -1
  441. package/esm/internal/components/pluggableVisualizations/geoChart/GeoPushpinChartDescriptor.d.ts +1 -1
  442. package/esm/internal/components/pluggableVisualizations/geoChart/GeoPushpinChartDescriptor.d.ts.map +1 -1
  443. package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts.map +1 -1
  444. package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js +1 -3
  445. package/esm/internal/components/pluggableVisualizations/geoChartNext/geoConfigBuilder.d.ts +1 -1
  446. package/esm/internal/components/pluggableVisualizations/geoChartNext/geoConfigBuilder.d.ts.map +1 -1
  447. package/esm/internal/components/pluggableVisualizations/geoCommon/liveMapViewTracking.d.ts.map +1 -1
  448. package/esm/internal/components/pluggableVisualizations/headline/HeadlineDescriptor.d.ts +1 -1
  449. package/esm/internal/components/pluggableVisualizations/headline/HeadlineDescriptor.d.ts.map +1 -1
  450. package/esm/internal/components/pluggableVisualizations/heatMap/HeatmapDescriptor.d.ts +1 -1
  451. package/esm/internal/components/pluggableVisualizations/heatMap/HeatmapDescriptor.d.ts.map +1 -1
  452. package/esm/internal/components/pluggableVisualizations/keyDriverAnalysis.d.ts +1 -1
  453. package/esm/internal/components/pluggableVisualizations/keyDriverAnalysis.d.ts.map +1 -1
  454. package/esm/internal/components/pluggableVisualizations/lineChart/LineChartDescriptor.d.ts +1 -1
  455. package/esm/internal/components/pluggableVisualizations/lineChart/LineChartDescriptor.d.ts.map +1 -1
  456. package/esm/internal/components/pluggableVisualizations/mekko/MekkoDescriptor.d.ts +1 -1
  457. package/esm/internal/components/pluggableVisualizations/mekko/MekkoDescriptor.d.ts.map +1 -1
  458. package/esm/internal/components/pluggableVisualizations/mekko/bucketHelper.d.ts.map +1 -1
  459. package/esm/internal/components/pluggableVisualizations/pieChart/PieChartDescriptor.d.ts +1 -1
  460. package/esm/internal/components/pluggableVisualizations/pieChart/PieChartDescriptor.d.ts.map +1 -1
  461. package/esm/internal/components/pluggableVisualizations/pivotTable/PivotTableDescriptor.d.ts +1 -1
  462. package/esm/internal/components/pluggableVisualizations/pivotTable/PivotTableDescriptor.d.ts.map +1 -1
  463. package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.d.ts.map +1 -1
  464. package/esm/internal/components/pluggableVisualizations/pivotTable/mockReferencePoint.test.helpers.d.ts.map +1 -1
  465. package/esm/internal/components/pluggableVisualizations/pivotTableNext/PivotTableNextDescriptor.d.ts +1 -1
  466. package/esm/internal/components/pluggableVisualizations/pivotTableNext/PivotTableNextDescriptor.d.ts.map +1 -1
  467. package/esm/internal/components/pluggableVisualizations/pivotTableNext/helpers.d.ts.map +1 -1
  468. package/esm/internal/components/pluggableVisualizations/pivotTableNext/sortHelpers.d.ts.map +1 -1
  469. package/esm/internal/components/pluggableVisualizations/pivotTableNext/totalsHelpers.d.ts.map +1 -1
  470. package/esm/internal/components/pluggableVisualizations/pivotTableNext/widthItemsHelpers.d.ts +1 -1
  471. package/esm/internal/components/pluggableVisualizations/pivotTableNext/widthItemsHelpers.d.ts.map +1 -1
  472. package/esm/internal/components/pluggableVisualizations/pyramidChart/PyramidChartDescriptor.d.ts +1 -1
  473. package/esm/internal/components/pluggableVisualizations/pyramidChart/PyramidChartDescriptor.d.ts.map +1 -1
  474. package/esm/internal/components/pluggableVisualizations/radarChart/RadarChartDescriptor.d.ts +1 -1
  475. package/esm/internal/components/pluggableVisualizations/radarChart/RadarChartDescriptor.d.ts.map +1 -1
  476. package/esm/internal/components/pluggableVisualizations/repeater/PluggableRepeater.d.ts.map +1 -1
  477. package/esm/internal/components/pluggableVisualizations/repeater/RepeaterDescriptor.d.ts +1 -1
  478. package/esm/internal/components/pluggableVisualizations/repeater/RepeaterDescriptor.d.ts.map +1 -1
  479. package/esm/internal/components/pluggableVisualizations/sankeyChart/SankeyChartDescriptor.d.ts +1 -1
  480. package/esm/internal/components/pluggableVisualizations/sankeyChart/SankeyChartDescriptor.d.ts.map +1 -1
  481. package/esm/internal/components/pluggableVisualizations/scatterPlot/ScatterPlotDescriptor.d.ts +1 -1
  482. package/esm/internal/components/pluggableVisualizations/scatterPlot/ScatterPlotDescriptor.d.ts.map +1 -1
  483. package/esm/internal/components/pluggableVisualizations/scatterPlot/bucketHelper.d.ts.map +1 -1
  484. package/esm/internal/components/pluggableVisualizations/treeMap/TreemapDescriptor.d.ts +1 -1
  485. package/esm/internal/components/pluggableVisualizations/treeMap/TreemapDescriptor.d.ts.map +1 -1
  486. package/esm/internal/components/pluggableVisualizations/waterfallChart/WaterfallChartDescriptor.d.ts +1 -1
  487. package/esm/internal/components/pluggableVisualizations/waterfallChart/WaterfallChartDescriptor.d.ts.map +1 -1
  488. package/esm/internal/components/pluggableVisualizations/xirr/PluggableXirr.d.ts +1 -1
  489. package/esm/internal/components/pluggableVisualizations/xirr/PluggableXirr.d.ts.map +1 -1
  490. package/esm/internal/components/pluggableVisualizations/xirr/XirrDescriptor.d.ts +1 -1
  491. package/esm/internal/components/pluggableVisualizations/xirr/XirrDescriptor.d.ts.map +1 -1
  492. package/esm/internal/components/pluggableVisualizations/xirr/xirrBucketHelper.d.ts.map +1 -1
  493. package/esm/internal/components/visConstruct.test.helpers.d.ts.map +1 -1
  494. package/esm/internal/constants/axis.d.ts +52 -4
  495. package/esm/internal/constants/axis.d.ts.map +1 -1
  496. package/esm/internal/constants/axis.js +1 -2
  497. package/esm/internal/constants/bucket.d.ts.map +1 -1
  498. package/esm/internal/constants/geoMapStyle.d.ts +1 -1
  499. package/esm/internal/constants/geoMapStyle.d.ts.map +1 -1
  500. package/esm/internal/constants/supportedProperties.d.ts +13 -4
  501. package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
  502. package/esm/internal/constants/uiConfig.d.ts.map +1 -1
  503. package/esm/internal/constants/uiConfig.js +8 -8
  504. package/esm/internal/interfaces/SortConfig.d.ts +1 -1
  505. package/esm/internal/interfaces/SortConfig.d.ts.map +1 -1
  506. package/esm/internal/interfaces/Visualization.d.ts.map +1 -1
  507. package/esm/internal/testDataProvider.d.ts +6 -6
  508. package/esm/internal/testDataProvider.d.ts.map +1 -1
  509. package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
  510. package/esm/internal/translations/de-DE.localization-bundle.js +3 -3
  511. package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
  512. package/esm/internal/translations/en-AU.localization-bundle.js +3 -3
  513. package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
  514. package/esm/internal/translations/en-GB.localization-bundle.js +3 -3
  515. package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
  516. package/esm/internal/translations/en-US.localization-bundle.js +3 -3
  517. package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
  518. package/esm/internal/translations/es-419.localization-bundle.js +3 -3
  519. package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
  520. package/esm/internal/translations/es-ES.localization-bundle.js +3 -3
  521. package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
  522. package/esm/internal/translations/fi-FI.localization-bundle.js +3 -3
  523. package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
  524. package/esm/internal/translations/fr-CA.localization-bundle.js +3 -3
  525. package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
  526. package/esm/internal/translations/fr-FR.localization-bundle.js +3 -3
  527. package/esm/internal/translations/id-ID.localization-bundle.d.ts.map +1 -1
  528. package/esm/internal/translations/id-ID.localization-bundle.js +3 -3
  529. package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
  530. package/esm/internal/translations/it-IT.localization-bundle.js +3 -3
  531. package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
  532. package/esm/internal/translations/ja-JP.localization-bundle.js +3 -3
  533. package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
  534. package/esm/internal/translations/ko-KR.localization-bundle.js +3 -3
  535. package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
  536. package/esm/internal/translations/nl-NL.localization-bundle.js +3 -3
  537. package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
  538. package/esm/internal/translations/pl-PL.localization-bundle.js +3 -3
  539. package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
  540. package/esm/internal/translations/pt-BR.localization-bundle.js +3 -3
  541. package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
  542. package/esm/internal/translations/pt-PT.localization-bundle.js +3 -3
  543. package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
  544. package/esm/internal/translations/ru-RU.localization-bundle.js +3 -3
  545. package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -1
  546. package/esm/internal/translations/sl-SI.localization-bundle.js +3 -3
  547. package/esm/internal/translations/th-TH.localization-bundle.d.ts.map +1 -1
  548. package/esm/internal/translations/th-TH.localization-bundle.js +3 -3
  549. package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
  550. package/esm/internal/translations/tr-TR.localization-bundle.js +4 -4
  551. package/esm/internal/translations/uk-UA.localization-bundle.d.ts.map +1 -1
  552. package/esm/internal/translations/uk-UA.localization-bundle.js +3 -3
  553. package/esm/internal/translations/vi-VN.localization-bundle.d.ts.map +1 -1
  554. package/esm/internal/translations/vi-VN.localization-bundle.js +3 -3
  555. package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
  556. package/esm/internal/translations/zh-HK.localization-bundle.js +5 -5
  557. package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
  558. package/esm/internal/translations/zh-Hans.localization-bundle.js +3 -3
  559. package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
  560. package/esm/internal/translations/zh-Hant.localization-bundle.js +4 -4
  561. package/esm/internal/utils/bucketHelper.d.ts.map +1 -1
  562. package/esm/internal/utils/comparisonHelper.d.ts +2 -2
  563. package/esm/internal/utils/comparisonHelper.d.ts.map +1 -1
  564. package/esm/internal/utils/controlsHelper.d.ts +5 -1
  565. package/esm/internal/utils/controlsHelper.d.ts.map +1 -1
  566. package/esm/internal/utils/drillablePredicates.d.ts +1 -1
  567. package/esm/internal/utils/drillablePredicates.d.ts.map +1 -1
  568. package/esm/internal/utils/embeddingCodeGenerator/getReactEmbeddingCodeGenerator.d.ts +1 -1
  569. package/esm/internal/utils/embeddingCodeGenerator/getReactEmbeddingCodeGenerator.d.ts.map +1 -1
  570. package/esm/internal/utils/embeddingCodeGenerator/getWebComponentsCodeGenerator.d.ts.map +1 -1
  571. package/esm/internal/utils/embeddingCodeGenerator/insightToPropsConverter/convenience.d.ts.map +1 -1
  572. package/esm/internal/utils/embeddingInsightViewCodeGenerator/insightViewCodeGenerator.d.ts +2 -2
  573. package/esm/internal/utils/embeddingInsightViewCodeGenerator/insightViewCodeGenerator.d.ts.map +1 -1
  574. package/esm/internal/utils/internalIntlProvider.d.ts.map +1 -1
  575. package/esm/internal/utils/uiConfigHelpers/dependencyWheelChartUiConfigHelper.d.ts.map +1 -1
  576. package/esm/internal/utils/uiConfigHelpers/repeaterUiConfigHelper.d.ts.map +1 -1
  577. package/esm/internal/utils/uiConfigHelpers/sankeyChartUiConfigHelper.d.ts.map +1 -1
  578. package/esm/internal/utils/uiConfigHelpers/xirrUiConfigHelper.d.ts.map +1 -1
  579. package/esm/internal/utils/uiConfigMocks.test.helpers.d.ts.map +1 -1
  580. package/esm/locales.d.ts.map +1 -1
  581. package/esm/notificationsPanel/Notification/DefaultNotification.d.ts +1 -1
  582. package/esm/notificationsPanel/Notification/DefaultNotification.d.ts.map +1 -1
  583. package/esm/notificationsPanel/Notification/Notification.d.ts +1 -1
  584. package/esm/notificationsPanel/Notification/Notification.d.ts.map +1 -1
  585. package/esm/notificationsPanel/Notification/Notification.js +7 -21
  586. package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js +1 -3
  587. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js +1 -2
  588. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts +1 -1
  589. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.d.ts.map +1 -1
  590. package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js +1 -6
  591. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts +1 -1
  592. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsList.d.ts.map +1 -1
  593. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts +1 -1
  594. package/esm/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.d.ts.map +1 -1
  595. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts +1 -1
  596. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.d.ts.map +1 -1
  597. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js +2 -4
  598. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.d.ts +1 -1
  599. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.d.ts.map +1 -1
  600. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.js +1 -2
  601. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts +1 -1
  602. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.d.ts.map +1 -1
  603. package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js +1 -3
  604. package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js +1 -2
  605. package/esm/notificationsPanel/bem.d.ts +2 -2
  606. package/esm/notificationsPanel/bem.d.ts.map +1 -1
  607. package/esm/notificationsPanel/components/DetailsDialog.js +1 -5
  608. package/esm/notificationsPanel/components/Popup.d.ts +1 -1
  609. package/esm/notificationsPanel/components/Popup.d.ts.map +1 -1
  610. package/esm/notificationsPanel/components/Tooltip.js +1 -2
  611. package/esm/notificationsPanel/data/NotificationsContext.d.ts +1 -1
  612. package/esm/notificationsPanel/data/NotificationsContext.d.ts.map +1 -1
  613. package/esm/notificationsPanel/data/useFetchNotifications.d.ts +1 -1
  614. package/esm/notificationsPanel/data/useFetchNotifications.d.ts.map +1 -1
  615. package/esm/notificationsPanel/data/useNotifications.d.ts +1 -1
  616. package/esm/notificationsPanel/data/useNotifications.d.ts.map +1 -1
  617. package/esm/sdk-ui-ext.d.ts +141 -27
  618. package/esm/share/ObjectShareDialog.js +4 -6
  619. package/esm/share/accessSummary.d.ts +36 -3
  620. package/esm/share/accessSummary.d.ts.map +1 -1
  621. package/esm/share/accessSummary.js +53 -3
  622. package/esm/share/messages.d.ts.map +1 -1
  623. package/esm/share/objectShareController.helpers.d.ts +15 -1
  624. package/esm/share/objectShareController.helpers.d.ts.map +1 -1
  625. package/esm/share/objectShareController.helpers.js +22 -1
  626. package/esm/share/objectShareController.types.d.ts +3 -0
  627. package/esm/share/objectShareController.types.d.ts.map +1 -1
  628. package/esm/share/types.d.ts +3 -0
  629. package/esm/share/types.d.ts.map +1 -1
  630. package/esm/share/useAccessList.d.ts.map +1 -1
  631. package/esm/share/useAccessList.js +9 -6
  632. package/esm/share/useLabelScope.d.ts.map +1 -1
  633. package/esm/share/useObjectAccessLevel.d.ts +40 -0
  634. package/esm/share/useObjectAccessLevel.d.ts.map +1 -0
  635. package/esm/share/useObjectAccessLevel.js +49 -0
  636. package/esm/share/useObjectShareController.js +5 -6
  637. package/esm/share/useObjectShareDialog.d.ts +1 -1
  638. package/esm/share/useObjectShareDialog.d.ts.map +1 -1
  639. package/package.json +24 -24
  640. package/styles/css/main.css.map +1 -1
  641. package/styles/internal/css/charts.css +1 -1
  642. package/styles/internal/css/charts.css.map +1 -1
  643. package/styles/internal/css/repeater.css +5 -5
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultNotificationsList.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsList/DefaultNotificationsList.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAI1F,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,yCAAyC,CAAC;AAC1G,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,yCAAyC,CAAC;AAC1G,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,0BAA0B,CAAC;AAIxF;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;OAEG;IACH,2BAA2B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAEvF;;OAEG;IACH,2BAA2B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAEvF;;OAEG;IACH,YAAY,EAAE,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAEzD;;OAEG;IACH,wBAAwB,EAAE,aAAa,CAAC,uCAAuC,CAAC,CAAC;IAEjF;;OAEG;IACH,UAAU,EAAE,uBAAuB,CAAC;IAEpC;;OAEG;IACH,MAAM,EAAE,0BAA0B,CAAC;IAEnC;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,mBAAmB,CAAC,EAAE,aAAa,EAAE,CAAC;IAEtC;;OAEG;IACH,sBAAsB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAElE;;OAEG;IACH,mBAAmB,CAAC,EAAE,CAAC,YAAY,EAAE,aAAa,KAAK,IAAI,CAAC;IAE5D;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,uBAAuB,EAAE,MAAM,IAAI,CAAC;CACvC;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,EACrC,YAAY,EACZ,2BAA2B,EAC3B,2BAA2B,EAC3B,wBAAwB,EACxB,UAAU,EACV,MAAM,EACN,KAAK,EACL,mBAAmB,EACnB,sBAAsB,EACtB,mBAAmB,EACnB,WAAW,EACX,YAAY,EACZ,UAAU,EACV,QAAQ,EACR,WAAW,EACX,kBAAkB,EAClB,aAAiB,EACjB,uBAAuB,EAC1B,EAAE,gCAAgC,2CAgDlC"}
1
+ {"version":3,"file":"DefaultNotificationsList.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsList/DefaultNotificationsList.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAI1F,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,yCAAyC,CAAC;AAC1G,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,yCAAyC,CAAC;AAC1G,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,0BAA0B,CAAC;AAIxF;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;OAEG;IACH,2BAA2B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAEvF;;OAEG;IACH,2BAA2B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAEvF;;OAEG;IACH,YAAY,EAAE,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAEzD;;OAEG;IACH,wBAAwB,EAAE,aAAa,CAAC,uCAAuC,CAAC,CAAC;IAEjF;;OAEG;IACH,UAAU,EAAE,uBAAuB,CAAC;IAEpC;;OAEG;IACH,MAAM,EAAE,0BAA0B,CAAC;IAEnC;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,mBAAmB,CAAC,EAAE,aAAa,EAAE,CAAC;IAEtC;;OAEG;IACH,sBAAsB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAElE;;OAEG;IACH,mBAAmB,CAAC,EAAE,CAAC,YAAY,EAAE,aAAa,KAAK,IAAI,CAAC;IAE5D;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,uBAAuB,EAAE,MAAM,IAAI,CAAC;CACvC;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,EACrC,YAAY,EACZ,2BAA2B,EAC3B,2BAA2B,EAC3B,wBAAwB,EACxB,UAAU,EACV,MAAM,EACN,KAAK,EACL,mBAAmB,EACnB,sBAAsB,EACtB,mBAAmB,EACnB,WAAW,EACX,YAAY,EACZ,UAAU,EACV,QAAQ,EACR,WAAW,EACX,kBAAkB,EAClB,aAAiB,EACjB,uBAAuB,GAC1B,EAAE,gCAAgC,2CAgDlC"}
@@ -15,5 +15,5 @@ export interface INotificationsListEmptyStateComponentProps {
15
15
  *
16
16
  * @public
17
17
  */
18
- export declare function DefaultNotificationsListEmptyState({ activeView }: INotificationsListEmptyStateComponentProps): import("react/jsx-runtime").JSX.Element;
18
+ export declare function DefaultNotificationsListEmptyState({ activeView, }: INotificationsListEmptyStateComponentProps): import("react/jsx-runtime").JSX.Element;
19
19
  //# sourceMappingURL=DefaultNotificationsListEmptyState.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultNotificationsListEmptyState.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAI3D;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;OAEG;IACH,UAAU,EAAE,uBAAuB,CAAC;CACvC;AAWD;;;;GAIG;AACH,wBAAgB,kCAAkC,CAAC,EAC/C,UAAU,EACb,EAAE,0CAA0C,2CAS5C"}
1
+ {"version":3,"file":"DefaultNotificationsListEmptyState.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsList/DefaultNotificationsListEmptyState.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAI3D;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;OAEG;IACH,UAAU,EAAE,uBAAuB,CAAC;CACvC;AAWD;;;;GAIG;AACH,wBAAgB,kCAAkC,CAAC,EAC/C,UAAU,GACb,EAAE,0CAA0C,2CAS5C"}
@@ -125,5 +125,5 @@ export interface INotificationsPanelComponentProps {
125
125
  *
126
126
  * @public
127
127
  */
128
- export declare function DefaultNotificationsPanel({ NotificationsPanelHeader, NotificationsList, NotificationsListEmptyState, NotificationsListErrorState, Notification, NotificationSkeletonItem, activeView, changeActiveView, markNotificationAsRead, markAllNotificationsAsRead, unreadNotificationsCount, hasUnreadNotifications, activeNotifications, onNotificationClick, closeNotificationsPanel, status, error, loadNextPage, hasNextPage, itemHeight, itemsGap, itemPadding, skeletonItemsCount, maxListHeight }: INotificationsPanelComponentProps): import("react/jsx-runtime").JSX.Element;
128
+ export declare function DefaultNotificationsPanel({ NotificationsPanelHeader, NotificationsList, NotificationsListEmptyState, NotificationsListErrorState, Notification, NotificationSkeletonItem, activeView, changeActiveView, markNotificationAsRead, markAllNotificationsAsRead, unreadNotificationsCount, hasUnreadNotifications, activeNotifications, onNotificationClick, closeNotificationsPanel, status, error, loadNextPage, hasNextPage, itemHeight, itemsGap, itemPadding, skeletonItemsCount, maxListHeight, }: INotificationsPanelComponentProps): import("react/jsx-runtime").JSX.Element;
129
129
  //# sourceMappingURL=DefaultNotificationsPanel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultNotificationsPanel.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAG1F,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACzG,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,4DAA4D,CAAC;AAC7H,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,4DAA4D,CAAC;AAC7H,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,6CAA6C,CAAC;AAC3G,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,sCAAsC,CAAC;AAIpG,eAAO,MAAM,sBAAsB,qCAAqC,CAAC;AAEzE;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,wBAAwB,EAAE,aAAa,CAAC,uCAAuC,CAAC,CAAC;IAEjF;;OAEG;IACH,iBAAiB,EAAE,aAAa,CAAC,gCAAgC,CAAC,CAAC;IAEnE;;OAEG;IACH,2BAA2B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAEvF;;OAEG;IACH,2BAA2B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAEvF;;OAEG;IACH,YAAY,EAAE,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAEzD;;OAEG;IACH,wBAAwB,EAAE,aAAa,CAAC,uCAAuC,CAAC,CAAC;IAEjF;;OAEG;IACH,wBAAwB,EAAE,MAAM,IAAI,CAAC;IAErC;;OAEG;IACH,sBAAsB,EAAE,MAAM,IAAI,CAAC;IAEnC;;OAEG;IACH,uBAAuB,EAAE,MAAM,IAAI,CAAC;IAEpC;;OAEG;IACH,UAAU,EAAE,uBAAuB,CAAC;IAEpC;;OAEG;IACH,gBAAgB,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAE1D;;OAEG;IACH,sBAAsB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAElE;;OAEG;IACH,0BAA0B,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAEhD;;OAEG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,mBAAmB,EAAE,aAAa,EAAE,CAAC;IAErC;;OAEG;IACH,mBAAmB,CAAC,EAAE,CAAC,YAAY,EAAE,aAAa,KAAK,IAAI,CAAC;IAE5D;;OAEG;IACH,MAAM,EAAE,0BAA0B,CAAC;IAEnC;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;;GAIG;AACH,wBAAgB,yBAAyB,CAAC,EACtC,wBAAwB,EACxB,iBAAiB,EACjB,2BAA2B,EAC3B,2BAA2B,EAC3B,YAAY,EACZ,wBAAwB,EAExB,UAAU,EACV,gBAAgB,EAEhB,sBAAsB,EACtB,0BAA0B,EAC1B,wBAAwB,EACxB,sBAAsB,EACtB,mBAAmB,EACnB,mBAAmB,EACnB,uBAAuB,EAEvB,MAAM,EACN,KAAK,EACL,YAAY,EACZ,WAAW,EAEX,UAAU,EACV,QAAQ,EACR,WAAW,EACX,kBAAkB,EAClB,aAAa,EAChB,EAAE,iCAAiC,2CAkCnC"}
1
+ {"version":3,"file":"DefaultNotificationsPanel.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,0BAA0B,EAAE,MAAM,kBAAkB,CAAC;AAG1F,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,wCAAwC,CAAC;AAC1F,OAAO,EAAE,KAAK,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACzG,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,4DAA4D,CAAC;AAC7H,OAAO,EAAE,KAAK,0CAA0C,EAAE,MAAM,4DAA4D,CAAC;AAC7H,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,6CAA6C,CAAC;AAC3G,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D,OAAO,EAAE,KAAK,uCAAuC,EAAE,MAAM,sCAAsC,CAAC;AAIpG,eAAO,MAAM,sBAAsB,qCAAqC,CAAC;AAEzE;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,wBAAwB,EAAE,aAAa,CAAC,uCAAuC,CAAC,CAAC;IAEjF;;OAEG;IACH,iBAAiB,EAAE,aAAa,CAAC,gCAAgC,CAAC,CAAC;IAEnE;;OAEG;IACH,2BAA2B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAEvF;;OAEG;IACH,2BAA2B,EAAE,aAAa,CAAC,0CAA0C,CAAC,CAAC;IAEvF;;OAEG;IACH,YAAY,EAAE,aAAa,CAAC,2BAA2B,CAAC,CAAC;IAEzD;;OAEG;IACH,wBAAwB,EAAE,aAAa,CAAC,uCAAuC,CAAC,CAAC;IAEjF;;OAEG;IACH,wBAAwB,EAAE,MAAM,IAAI,CAAC;IAErC;;OAEG;IACH,sBAAsB,EAAE,MAAM,IAAI,CAAC;IAEnC;;OAEG;IACH,uBAAuB,EAAE,MAAM,IAAI,CAAC;IAEpC;;OAEG;IACH,UAAU,EAAE,uBAAuB,CAAC;IAEpC;;OAEG;IACH,gBAAgB,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAE1D;;OAEG;IACH,sBAAsB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAElE;;OAEG;IACH,0BAA0B,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAEhD;;OAEG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,mBAAmB,EAAE,aAAa,EAAE,CAAC;IAErC;;OAEG;IACH,mBAAmB,CAAC,EAAE,CAAC,YAAY,EAAE,aAAa,KAAK,IAAI,CAAC;IAE5D;;OAEG;IACH,MAAM,EAAE,0BAA0B,CAAC;IAEnC;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,YAAY,EAAE,MAAM,IAAI,CAAC;IAEzB;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IAErB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED;;;;GAIG;AACH,wBAAgB,yBAAyB,CAAC,EACtC,wBAAwB,EACxB,iBAAiB,EACjB,2BAA2B,EAC3B,2BAA2B,EAC3B,YAAY,EACZ,wBAAwB,EAExB,UAAU,EACV,gBAAgB,EAEhB,sBAAsB,EACtB,0BAA0B,EAC1B,wBAAwB,EACxB,sBAAsB,EACtB,mBAAmB,EACnB,mBAAmB,EACnB,uBAAuB,EAEvB,MAAM,EACN,KAAK,EACL,YAAY,EACZ,WAAW,EAEX,UAAU,EACV,QAAQ,EACR,WAAW,EACX,kBAAkB,EAClB,aAAa,GAChB,EAAE,iCAAiC,2CAkCnC"}
@@ -8,9 +8,7 @@ export const NOTIFICATIONS_PANEL_ID = "gd-ui-ext-notifications-panel-id";
8
8
  * @public
9
9
  */
10
10
  export function DefaultNotificationsPanel({ NotificationsPanelHeader, NotificationsList, NotificationsListEmptyState, NotificationsListErrorState, Notification, NotificationSkeletonItem, activeView, changeActiveView, markNotificationAsRead, markAllNotificationsAsRead, unreadNotificationsCount, hasUnreadNotifications, activeNotifications, onNotificationClick, closeNotificationsPanel, status, error, loadNextPage, hasNextPage, itemHeight, itemsGap, itemPadding, skeletonItemsCount, maxListHeight, }) {
11
- return (_jsxs("div", { className: b(), id: NOTIFICATIONS_PANEL_ID, children: [
12
- _jsx(NotificationsPanelHeader, { activeView: activeView, changeActiveView: changeActiveView, markAllNotificationsAsRead: () => {
11
+ return (_jsxs("div", { className: b(), id: NOTIFICATIONS_PANEL_ID, children: [_jsx(NotificationsPanelHeader, { activeView: activeView, changeActiveView: changeActiveView, markAllNotificationsAsRead: () => {
13
12
  void markAllNotificationsAsRead();
14
- }, hasUnreadNotifications: hasUnreadNotifications, unreadNotificationsCount: unreadNotificationsCount }), _jsx(NotificationsList, { NotificationsListEmptyState: NotificationsListEmptyState, NotificationsListErrorState: NotificationsListErrorState, Notification: Notification, NotificationSkeletonItem: NotificationSkeletonItem, activeView: activeView, onNotificationClick: onNotificationClick, activeNotifications: activeNotifications, markNotificationAsRead: markNotificationAsRead, status: status, error: error, loadNextPage: loadNextPage, hasNextPage: hasNextPage, itemHeight: itemHeight, itemsGap: itemsGap, itemPadding: itemPadding, skeletonItemsCount: skeletonItemsCount, maxListHeight: maxListHeight, closeNotificationsPanel: closeNotificationsPanel })
15
- ] }));
13
+ }, hasUnreadNotifications: hasUnreadNotifications, unreadNotificationsCount: unreadNotificationsCount }), _jsx(NotificationsList, { NotificationsListEmptyState: NotificationsListEmptyState, NotificationsListErrorState: NotificationsListErrorState, Notification: Notification, NotificationSkeletonItem: NotificationSkeletonItem, activeView: activeView, onNotificationClick: onNotificationClick, activeNotifications: activeNotifications, markNotificationAsRead: markNotificationAsRead, status: status, error: error, loadNextPage: loadNextPage, hasNextPage: hasNextPage, itemHeight: itemHeight, itemsGap: itemsGap, itemPadding: itemPadding, skeletonItemsCount: skeletonItemsCount, maxListHeight: maxListHeight, closeNotificationsPanel: closeNotificationsPanel })] }));
16
14
  }
@@ -33,5 +33,5 @@ export interface INotificationsPanelButtonComponentProps {
33
33
  /**
34
34
  * @internal
35
35
  */
36
- export declare function DefaultNotificationsPanelButton({ buttonRef, isNotificationPanelOpen, toggleNotificationPanel, hasUnreadNotifications }: INotificationsPanelButtonComponentProps): import("react/jsx-runtime").JSX.Element;
36
+ export declare function DefaultNotificationsPanelButton({ buttonRef, isNotificationPanelOpen, toggleNotificationPanel, hasUnreadNotifications, }: INotificationsPanelButtonComponentProps): import("react/jsx-runtime").JSX.Element;
37
37
  //# sourceMappingURL=DefaultNotificationsPanelButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultNotificationsPanelButton.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAYvC;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IAE/C;;OAEG;IACH,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAElC;;OAEG;IACH,sBAAsB,EAAE,MAAM,IAAI,CAAC;IAEnC;;OAEG;IACH,uBAAuB,EAAE,MAAM,IAAI,CAAC;IAEpC;;OAEG;IACH,uBAAuB,EAAE,OAAO,CAAC;IAEjC;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,EAC5C,SAAS,EACT,uBAAuB,EACvB,uBAAuB,EACvB,sBAAsB,EACzB,EAAE,uCAAuC,2CAmBzC"}
1
+ {"version":3,"file":"DefaultNotificationsPanelButton.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAYvC;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,SAAS,EAAE,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAC;IAE/C;;OAEG;IACH,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAElC;;OAEG;IACH,sBAAsB,EAAE,MAAM,IAAI,CAAC;IAEnC;;OAEG;IACH,uBAAuB,EAAE,MAAM,IAAI,CAAC;IAEpC;;OAEG;IACH,uBAAuB,EAAE,OAAO,CAAC;IAEjC;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,EAC5C,SAAS,EACT,uBAAuB,EACvB,uBAAuB,EACvB,sBAAsB,GACzB,EAAE,uCAAuC,2CAmBzC"}
@@ -11,6 +11,5 @@ const { b, e } = bem("gd-ui-ext-notifications-panel-button");
11
11
  export function DefaultNotificationsPanelButton({ buttonRef, isNotificationPanelOpen, toggleNotificationPanel, hasUnreadNotifications, }) {
12
12
  const intl = useIntl();
13
13
  const ariaControls = isNotificationPanelOpen ? { "aria-controls": NOTIFICATIONS_PANEL_ID } : {};
14
- return (_jsx("button", { ref: buttonRef, className: cx(`gd-button gd-header-button ${b({ isOpen: isNotificationPanelOpen })}`), onClick: toggleNotificationPanel, "aria-label": intl.formatMessage({ id: "notifications.panel.button.label" }), "aria-expanded": isNotificationPanelOpen, "aria-haspopup": "true", ...ariaControls, children: _jsxs("span", { className: e("icon"), children: [hasUnreadNotifications ? _jsx("span", { className: e("unread-status") }) : null, _jsx(UiIcon, { type: "alert", size: 14 })
15
- ] }) }));
14
+ return (_jsx("button", { ref: buttonRef, className: cx(`gd-button gd-header-button ${b({ isOpen: isNotificationPanelOpen })}`), onClick: toggleNotificationPanel, "aria-label": intl.formatMessage({ id: "notifications.panel.button.label" }), "aria-expanded": isNotificationPanelOpen, "aria-haspopup": "true", ...ariaControls, children: _jsxs("span", { className: e("icon"), children: [hasUnreadNotifications ? _jsx("span", { className: e("unread-status") }) : null, _jsx(UiIcon, { type: "alert", size: 14 })] }) }));
16
15
  }
@@ -31,5 +31,5 @@ export interface INotificationsPanelHeaderComponentProps {
31
31
  *
32
32
  * @public
33
33
  */
34
- export declare function DefaultNotificationsPanelHeader({ activeView, changeActiveView, markAllNotificationsAsRead, hasUnreadNotifications, unreadNotificationsCount }: INotificationsPanelHeaderComponentProps): import("react/jsx-runtime").JSX.Element;
34
+ export declare function DefaultNotificationsPanelHeader({ activeView, changeActiveView, markAllNotificationsAsRead, hasUnreadNotifications, unreadNotificationsCount, }: INotificationsPanelHeaderComponentProps): import("react/jsx-runtime").JSX.Element;
35
35
  //# sourceMappingURL=DefaultNotificationsPanelHeader.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DefaultNotificationsPanelHeader.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,UAAU,EAAE,uBAAuB,CAAC;IAEpC;;OAEG;IACH,gBAAgB,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAE1D;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,0BAA0B,EAAE,MAAM,IAAI,CAAC;CAC1C;AAID;;;;GAIG;AACH,wBAAgB,+BAA+B,CAAC,EAC5C,UAAU,EACV,gBAAgB,EAChB,0BAA0B,EAC1B,sBAAsB,EACtB,wBAAwB,EAC3B,EAAE,uCAAuC,2CA8BzC"}
1
+ {"version":3,"file":"DefaultNotificationsPanelHeader.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAE3D;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;OAEG;IACH,UAAU,EAAE,uBAAuB,CAAC;IAEpC;;OAEG;IACH,gBAAgB,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAE1D;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;IAEhC;;OAEG;IACH,wBAAwB,EAAE,MAAM,CAAC;IAEjC;;OAEG;IACH,0BAA0B,EAAE,MAAM,IAAI,CAAC;CAC1C;AAID;;;;GAIG;AACH,wBAAgB,+BAA+B,CAAC,EAC5C,UAAU,EACV,gBAAgB,EAChB,0BAA0B,EAC1B,sBAAsB,EACtB,wBAAwB,GAC3B,EAAE,uCAAuC,2CA8BzC"}
@@ -18,9 +18,7 @@ export function DefaultNotificationsPanelHeader({ activeView, changeActiveView,
18
18
  const targetView = tab.id === messages.tabUnread.id ? "unread" : "all";
19
19
  changeActiveView(targetView);
20
20
  }, [changeActiveView]);
21
- return (_jsxs("div", { className: b(), children: [
22
- _jsx("div", { className: e("tabs"), children: _jsx(Tabs, { tabs: tabs, selectedTabId: activeTabId, onTabSelect: onTabSelect }) }), _jsx("div", { className: e("mark-all-as-read-button"), children: _jsx(UiButton, { variant: "popout", size: "small", label: intl.formatMessage(messages.markAllAsRead), onClick: markAllNotificationsAsRead, isDisabled: !hasUnreadNotifications }) })
23
- ] }));
21
+ return (_jsxs("div", { className: b(), children: [_jsx("div", { className: e("tabs"), children: _jsx(Tabs, { tabs: tabs, selectedTabId: activeTabId, onTabSelect: onTabSelect }) }), _jsx("div", { className: e("mark-all-as-read-button"), children: _jsx(UiButton, { variant: "popout", size: "small", label: intl.formatMessage(messages.markAllAsRead), onClick: markAllNotificationsAsRead, isDisabled: !hasUnreadNotifications }) })] }));
24
22
  }
25
23
  function getTabs(unreadNotificationsCount = 0) {
26
24
  return [
@@ -47,8 +47,7 @@ function NotificationsPanelController({ NotificationsPanelButton, NotificationsP
47
47
  return notificationsPanel;
48
48
  }
49
49
  invariant(NotificationsPanelButton, "If renderInline is not enabled, NotificationsPanelButton is required.");
50
- return (_jsxs(_Fragment, { children: [
51
- _jsx(NotificationsPanelButton, { buttonRef: buttonRef, isNotificationPanelOpen: isOpen, toggleNotificationPanel: toggleNotificationsPanel, openNotificationPanel: openNotificationsPanel, closeNotificationPanel: closeNotificationsPanel, hasUnreadNotifications: hasUnreadNotifications }), isOpen ? (_jsx(Overlay, { isModal: false, alignTo: buttonRef.current, alignPoints: ALIGN_POINTS, closeOnEscape: true, closeOnOutsideClick: true, closeOnParentScroll: false, closeOnMouseDrag: false, onClose: closeNotificationsPanel, width: "100%", maxWidth: maxWidth, children: notificationsPanel })) : null] }));
50
+ return (_jsxs(_Fragment, { children: [_jsx(NotificationsPanelButton, { buttonRef: buttonRef, isNotificationPanelOpen: isOpen, toggleNotificationPanel: toggleNotificationsPanel, openNotificationPanel: openNotificationsPanel, closeNotificationPanel: closeNotificationsPanel, hasUnreadNotifications: hasUnreadNotifications }), isOpen ? (_jsx(Overlay, { isModal: false, alignTo: buttonRef.current, alignPoints: ALIGN_POINTS, closeOnEscape: true, closeOnOutsideClick: true, closeOnParentScroll: false, closeOnMouseDrag: false, onClose: closeNotificationsPanel, width: "100%", maxWidth: maxWidth, children: notificationsPanel })) : null] }));
52
51
  }
53
52
  function useNotificationsPanelController() {
54
53
  const [isOpen, setIsOpen] = useState(false);
@@ -4,7 +4,7 @@
4
4
  * @internal
5
5
  */
6
6
  export declare const bem: (block: `gd-ui-ext-${string}`) => {
7
- b: (props?: import("@gooddata/sdk-ui-kit").StyleProps | undefined) => string;
8
- e: (element: string, props?: import("@gooddata/sdk-ui-kit").StyleProps | undefined) => string;
7
+ b: (props?: import("@gooddata/sdk-ui-kit").StyleProps) => string;
8
+ e: (element: string, props?: import("@gooddata/sdk-ui-kit").StyleProps) => string;
9
9
  };
10
10
  //# sourceMappingURL=bem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bem.d.ts","sourceRoot":"","sources":["../../src/notificationsPanel/bem.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,eAAO,MAAM,GAAG;;;CAAmE,CAAC"}
1
+ {"version":3,"file":"bem.d.ts","sourceRoot":"","sources":["../../src/notificationsPanel/bem.ts"],"names":[],"mappings":"AAGA;;;;GAIG;AACH,eAAO,MAAM,GAAG,UAAW,aAAa,MAAM,EAAE;;;CAAmC,CAAC"}
@@ -10,9 +10,5 @@ const messages = defineMessages({
10
10
  });
11
11
  export function DetailsDialog({ onClose, title, content }) {
12
12
  const intl = useIntl();
13
- return (_jsxs("div", { className: b(), children: [
14
- _jsxs("div", { className: e("header"), children: [
15
- _jsx("div", { className: e("header-title"), children: title }), _jsx("div", { role: "button", className: e("header-close-button"), onClick: onClose, children: _jsx(UiIcon, { type: "close", size: 14, color: "complementary-7" }) })
16
- ] }), _jsx("div", { className: e("content"), children: content }), _jsx("div", { className: e("footer"), children: _jsx(UiButton, { variant: "secondary", label: intl.formatMessage(messages.closeButtonLabel), size: "small", onClick: onClose }) })
17
- ] }));
13
+ return (_jsxs("div", { className: b(), children: [_jsxs("div", { className: e("header"), children: [_jsx("div", { className: e("header-title"), children: title }), _jsx("div", { role: "button", className: e("header-close-button"), onClick: onClose, children: _jsx(UiIcon, { type: "close", size: 14, color: "complementary-7" }) })] }), _jsx("div", { className: e("content"), children: content }), _jsx("div", { className: e("footer"), children: _jsx(UiButton, { variant: "secondary", label: intl.formatMessage(messages.closeButtonLabel), size: "small", onClick: onClose }) })] }));
18
14
  }
@@ -1,5 +1,5 @@
1
1
  import { type ReactNode } from "react";
2
- export declare function Popup({ children, popup }: {
2
+ export declare function Popup({ children, popup, }: {
3
3
  children: ({ toggle, id }: {
4
4
  toggle: () => void;
5
5
  id: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/components/Popup.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAiC,MAAM,OAAO,CAAC;AAQtE,wBAAgB,KAAK,CAAC,EAClB,QAAQ,EACR,KAAK,EACR,EAAE;IACC,QAAQ,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE;QAAE,MAAM,EAAE,MAAM,IAAI,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,KAAK,SAAS,CAAC;IAC5E,KAAK,EAAE,SAAS,CAAC;CACpB,2CAsBA"}
1
+ {"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/components/Popup.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAiC,MAAM,OAAO,CAAC;AAQtE,wBAAgB,KAAK,CAAC,EAClB,QAAQ,EACR,KAAK,GACR,EAAE;IACC,QAAQ,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE;QAAE,MAAM,EAAE,MAAM,IAAI,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,KAAK,SAAS,CAAC;IAC5E,KAAK,EAAE,SAAS,CAAC;CACpB,2CAsBA"}
@@ -2,6 +2,5 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Bubble, BubbleHoverTrigger } from "@gooddata/sdk-ui-kit";
3
3
  const ALIGN_POINTS = [{ align: "bc tr" }, { align: "tc br" }];
4
4
  export function Tooltip({ children, tooltip }) {
5
- return (_jsxs(BubbleHoverTrigger, { children: [children, _jsx(Bubble, { alignPoints: ALIGN_POINTS, children: tooltip })
6
- ] }));
5
+ return (_jsxs(BubbleHoverTrigger, { children: [children, _jsx(Bubble, { alignPoints: ALIGN_POINTS, children: tooltip })] }));
7
6
  }
@@ -39,5 +39,5 @@ export interface INotificationsProviderProps {
39
39
  /**
40
40
  * @internal
41
41
  */
42
- export declare function NotificationsProvider({ children, backend, workspace, refreshInterval, itemsPerPage, enableScheduleNotifications }: INotificationsProviderProps): import("react/jsx-runtime").JSX.Element;
42
+ export declare function NotificationsProvider({ children, backend, workspace, refreshInterval, itemsPerPage, enableScheduleNotifications, }: INotificationsProviderProps): import("react/jsx-runtime").JSX.Element;
43
43
  //# sourceMappingURL=NotificationsContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationsContext.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/data/NotificationsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAElE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAKxE;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;CAMnC,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,2BAA2B,EAAE,OAAO,CAAC;CACxC;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,EAClC,QAAQ,EACR,OAAO,EACP,SAAS,EACT,eAAe,EACf,YAAY,EACZ,2BAA2B,EAC9B,EAAE,2BAA2B,2CAU7B"}
1
+ {"version":3,"file":"NotificationsContext.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/data/NotificationsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAA6B,MAAM,OAAO,CAAC;AAElE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAGpE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAKxE;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;CAMnC,CAAC;AAEF;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,2BAA2B,EAAE,OAAO,CAAC;CACxC;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,EAClC,QAAQ,EACR,OAAO,EACP,SAAS,EACT,eAAe,EACf,YAAY,EACZ,2BAA2B,GAC9B,EAAE,2BAA2B,2CAU7B"}
@@ -24,7 +24,7 @@ export interface IUseFetchNotificationsProps {
24
24
  /**
25
25
  * @internal
26
26
  */
27
- export declare function useFetchNotifications({ workspace, readStatus, refreshInterval, itemsPerPage }: IUseFetchNotificationsProps): {
27
+ export declare function useFetchNotifications({ workspace, readStatus, refreshInterval, itemsPerPage, }: IUseFetchNotificationsProps): {
28
28
  status: "error" | "loading" | "pending" | "success";
29
29
  error: GoodDataSdkError | undefined;
30
30
  hasNextPage: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"useFetchNotifications.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/data/useFetchNotifications.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,KAAK,gBAAgB,EAAsC,MAAM,kBAAkB,CAAC;AAI7F;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IAE/B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,EAClC,SAAS,EACT,UAAU,EACV,eAAe,EACf,YAAY,EACf,EAAE,2BAA2B;;;;;;;;EAkF7B"}
1
+ {"version":3,"file":"useFetchNotifications.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/data/useFetchNotifications.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,KAAK,gBAAgB,EAAsC,MAAM,kBAAkB,CAAC;AAI7F;;GAEG;AACH,MAAM,WAAW,2BAA2B;IACxC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IAE/B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,EAClC,SAAS,EACT,UAAU,EACV,eAAe,EACf,YAAY,GACf,EAAE,2BAA2B;;;;;;;;EAkF7B"}
@@ -33,7 +33,7 @@ export interface IUseNotificationsProps {
33
33
  /**
34
34
  * @internal
35
35
  */
36
- export declare function useNotifications({ workspace, refreshInterval, itemsPerPage, enableScheduleNotifications }: IUseNotificationsProps): {
36
+ export declare function useNotifications({ workspace, refreshInterval, itemsPerPage, enableScheduleNotifications, }: IUseNotificationsProps): {
37
37
  notifications: INotification[];
38
38
  notificationsStatus: "error" | "loading" | "pending" | "success";
39
39
  notificationsError: import("@gooddata/sdk-ui").GoodDataSdkError | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"useNotifications.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/data/useNotifications.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,qBAAqB,CAAC;AA4C9E;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,2BAA2B,EAAE,OAAO,CAAC;CACxC;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,EAC7B,SAAS,EACT,eAAe,EACf,YAAY,EACZ,2BAA2B,EAC9B,EAAE,sBAAsB;;;;;;;;;;;;;;;;EAkHxB"}
1
+ {"version":3,"file":"useNotifications.d.ts","sourceRoot":"","sources":["../../../src/notificationsPanel/data/useNotifications.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,qBAAqB,CAAC;AA4C9E;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;;OAKG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAE7B;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,2BAA2B,EAAE,OAAO,CAAC;CACxC;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,EAC7B,SAAS,EACT,eAAe,EACf,YAAY,EACZ,2BAA2B,GAC9B,EAAE,sBAAsB;;;;;;;;;;;;;;6CAmCM,MAAM;;EA+EpC"}
@@ -49,13 +49,14 @@ import { ILocale } from '@gooddata/sdk-ui';
49
49
  import { INotification } from '@gooddata/sdk-model';
50
50
  import { IntlShape } from 'react-intl';
51
51
  import type { IObjectAccessList } from '@gooddata/sdk-model';
52
- import type { IObjectPermissionsObject } from '@gooddata/sdk-backend-spi';
52
+ import { IObjectPermissionsObject } from '@gooddata/sdk-backend-spi';
53
53
  import { IPivotTableConfig } from '@gooddata/sdk-ui-pivot';
54
54
  import { ISemanticConditionalFormatting } from '@gooddata/sdk-model';
55
55
  import { ISeparators } from '@gooddata/sdk-model';
56
56
  import { ISettings } from '@gooddata/sdk-model';
57
57
  import { ITab } from '@gooddata/sdk-ui-kit';
58
58
  import { ITheme } from '@gooddata/sdk-model';
59
+ import type { IUser } from '@gooddata/sdk-model';
59
60
  import { IUserWorkspaceSettings } from '@gooddata/sdk-backend-spi';
60
61
  import { IVisualizationCallbacks } from '@gooddata/sdk-ui';
61
62
  import { IWidgetUrlBuilder } from '@gooddata/sdk-ui';
@@ -82,7 +83,7 @@ import { WeekStart } from '@gooddata/sdk-model';
82
83
  *
83
84
  * @internal
84
85
  */
85
- export declare function accessListToSummary(list: IObjectAccessList): IObjectAccessSummary;
86
+ export declare function accessListToSummary(list: IObjectAccessList, self?: IUser): IObjectAccessSummary;
86
87
 
87
88
  /**
88
89
  * @internal
@@ -145,18 +146,18 @@ export declare const ARITHMETIC_OPERATORS: {
145
146
  *
146
147
  * @internal
147
148
  */
148
- export declare function AttributeHierarchyDetailBubble({ children, className }: IAttributeHierarchyDetailBubbleProps): JSX.Element;
149
+ export declare function AttributeHierarchyDetailBubble({ children, className, }: IAttributeHierarchyDetailBubbleProps): JSX.Element;
149
150
 
150
151
  /**
151
152
  *
152
153
  * @internal
153
154
  */
154
- export declare function AttributeHierarchyDetailPanel({ title, description, attributes, onEdit }: IAttributeHierarchyDetailPanelProps): JSX.Element;
155
+ export declare function AttributeHierarchyDetailPanel({ title, description, attributes, onEdit, }: IAttributeHierarchyDetailPanelProps): JSX.Element;
155
156
 
156
157
  /**
157
158
  * @internal
158
159
  */
159
- export declare function AttributeHierarchyDialog({ initialAttributeRef, editingAttributeHierarchy, onClose, onSaveOrUpdateSuccess, onDeleteSuccess, onAddAttributeClicked, onCreateHierarchyClicked }: IAttributeHierarchyDialogProps): JSX.Element;
160
+ export declare function AttributeHierarchyDialog({ initialAttributeRef, editingAttributeHierarchy, onClose, onSaveOrUpdateSuccess, onDeleteSuccess, onAddAttributeClicked, onCreateHierarchyClicked, }: IAttributeHierarchyDialogProps): JSX.Element;
160
161
 
161
162
  /**
162
163
  * Automation column definition
@@ -179,7 +180,7 @@ export declare type AutomationColumnDefinitions = Array<AutomationColumnDefiniti
179
180
  *
180
181
  * @internal
181
182
  */
182
- export declare function Automations({ backend, scope, workspace, organization, locale, timezone, selectedColumnDefinitions, preselectedFilters, availableFilters, maxHeight, pageSize, type, tableVariant, isMobileView, enableBulkActions, externalInvalidationId, renderToolbarCustomElement, dashboardUrlBuilder, widgetUrlBuilder, editAutomation, onLoad }: IAutomationsProps): JSX.Element;
183
+ export declare function Automations({ backend, scope, workspace, organization, locale, timezone, selectedColumnDefinitions, preselectedFilters, availableFilters, maxHeight, pageSize, type, tableVariant, isMobileView, enableBulkActions, externalInvalidationId, renderToolbarCustomElement, dashboardUrlBuilder, widgetUrlBuilder, editAutomation, onLoad, }: IAutomationsProps): JSX.Element;
183
184
 
184
185
  /**
185
186
  * Available filters configuration
@@ -278,7 +279,22 @@ export declare const COMPARISON_OPERATORS: {
278
279
  /**
279
280
  * @internal
280
281
  */
281
- export declare function ConditionalFormattingDialog({ rule: initialRule, isNew, targetOptions, separators, dateFilterOptions, dateSettings, alignTo, fixedTarget, semanticByTarget, onDelete, onRevertToDefault, onSave, onClose }: IConditionalFormattingDialogProps): JSX.Element;
282
+ export declare function ConditionalFormattingDialog({ rule: initialRule, isNew, targetOptions, separators, dateFilterOptions, dateSettings, alignTo, fixedTarget, semanticByTarget, onDelete, onSubmit, onClose, }: IConditionalFormattingDialogProps): JSX.Element;
283
+
284
+ /**
285
+ * What the dialog's Save button decided: revert this target to its semantic default, or persist an
286
+ * authored rule.
287
+ *
288
+ * @internal
289
+ */
290
+ export declare type ConditionalFormattingDialogSubmitIntent = {
291
+ mode: "inherited";
292
+ target: ConditionalFormattingTarget;
293
+ ruleId: string;
294
+ } | {
295
+ mode: "custom";
296
+ rule: IConditionalFormattingRule;
297
+ };
282
298
 
283
299
  /**
284
300
  * @internal
@@ -313,7 +329,7 @@ export declare type DataSourcePermissionSubject = "user" | "userGroup";
313
329
  *
314
330
  * @public
315
331
  */
316
- export declare function DefaultNotification({ notification, markNotificationAsRead, onNotificationClick, closeNotificationsPanel }: INotificationComponentProps): JSX.Element;
332
+ export declare function DefaultNotification({ notification, markNotificationAsRead, onNotificationClick, closeNotificationsPanel, }: INotificationComponentProps): JSX.Element;
317
333
 
318
334
  /**
319
335
  * Default implementation of the NotificationSkeletonItem component.
@@ -327,14 +343,14 @@ export declare const DefaultNotificationSkeletonItem: typeof UiSkeleton;
327
343
  *
328
344
  * @public
329
345
  */
330
- export declare function DefaultNotificationsList({ Notification, NotificationsListEmptyState, NotificationsListErrorState, NotificationSkeletonItem, activeView, status, error, activeNotifications, markNotificationAsRead, onNotificationClick, hasNextPage, loadNextPage, itemHeight, itemsGap, itemPadding, skeletonItemsCount, maxListHeight, closeNotificationsPanel }: INotificationsListComponentProps): JSX.Element;
346
+ export declare function DefaultNotificationsList({ Notification, NotificationsListEmptyState, NotificationsListErrorState, NotificationSkeletonItem, activeView, status, error, activeNotifications, markNotificationAsRead, onNotificationClick, hasNextPage, loadNextPage, itemHeight, itemsGap, itemPadding, skeletonItemsCount, maxListHeight, closeNotificationsPanel, }: INotificationsListComponentProps): JSX.Element;
331
347
 
332
348
  /**
333
349
  * Default implementation of the NotificationsListEmptyState component.
334
350
  *
335
351
  * @public
336
352
  */
337
- export declare function DefaultNotificationsListEmptyState({ activeView }: INotificationsListEmptyStateComponentProps): JSX.Element;
353
+ export declare function DefaultNotificationsListEmptyState({ activeView, }: INotificationsListEmptyStateComponentProps): JSX.Element;
338
354
 
339
355
  /**
340
356
  * Default implementation of the NotificationsListErrorState component.
@@ -348,19 +364,19 @@ export declare function DefaultNotificationsListErrorState({ error }: INotificat
348
364
  *
349
365
  * @public
350
366
  */
351
- export declare function DefaultNotificationsPanel({ NotificationsPanelHeader, NotificationsList, NotificationsListEmptyState, NotificationsListErrorState, Notification, NotificationSkeletonItem, activeView, changeActiveView, markNotificationAsRead, markAllNotificationsAsRead, unreadNotificationsCount, hasUnreadNotifications, activeNotifications, onNotificationClick, closeNotificationsPanel, status, error, loadNextPage, hasNextPage, itemHeight, itemsGap, itemPadding, skeletonItemsCount, maxListHeight }: INotificationsPanelComponentProps): JSX.Element;
367
+ export declare function DefaultNotificationsPanel({ NotificationsPanelHeader, NotificationsList, NotificationsListEmptyState, NotificationsListErrorState, Notification, NotificationSkeletonItem, activeView, changeActiveView, markNotificationAsRead, markAllNotificationsAsRead, unreadNotificationsCount, hasUnreadNotifications, activeNotifications, onNotificationClick, closeNotificationsPanel, status, error, loadNextPage, hasNextPage, itemHeight, itemsGap, itemPadding, skeletonItemsCount, maxListHeight, }: INotificationsPanelComponentProps): JSX.Element;
352
368
 
353
369
  /**
354
370
  * @internal
355
371
  */
356
- export declare function DefaultNotificationsPanelButton({ buttonRef, isNotificationPanelOpen, toggleNotificationPanel, hasUnreadNotifications }: INotificationsPanelButtonComponentProps): JSX.Element;
372
+ export declare function DefaultNotificationsPanelButton({ buttonRef, isNotificationPanelOpen, toggleNotificationPanel, hasUnreadNotifications, }: INotificationsPanelButtonComponentProps): JSX.Element;
357
373
 
358
374
  /**
359
375
  * Default implementation of the notifications panel header.
360
376
  *
361
377
  * @public
362
378
  */
363
- export declare function DefaultNotificationsPanelHeader({ activeView, changeActiveView, markAllNotificationsAsRead, hasUnreadNotifications, unreadNotificationsCount }: INotificationsPanelHeaderComponentProps): JSX.Element;
379
+ export declare function DefaultNotificationsPanelHeader({ activeView, changeActiveView, markAllNotificationsAsRead, hasUnreadNotifications, unreadNotificationsCount, }: INotificationsPanelHeaderComponentProps): JSX.Element;
364
380
 
365
381
  /**
366
382
  * @internal
@@ -394,6 +410,14 @@ export declare const DeleteUsersDialog: {
394
410
  displayName: string | undefined;
395
411
  };
396
412
 
413
+ /**
414
+ * The same summary for a draft, so it reads like a fetched list. Untouched general access
415
+ * falls back to `initialGeneralAccess`.
416
+ *
417
+ * @internal
418
+ */
419
+ export declare function draftToSummary(draft: IObjectShareDraft, initialGeneralAccess: GeneralAccessValue): IObjectAccessSummary;
420
+
397
421
  /**
398
422
  * @internal
399
423
  */
@@ -664,14 +688,13 @@ export declare interface IConditionalFormattingDialogProps {
664
688
  /** Deletes THIS specific authored rule (wired only when one exists) — the trash button. */
665
689
  onDelete?: () => void;
666
690
  /**
667
- * Reverts to Inherited: clears every authored rule for `target` (a target can have several
668
- * stacked custom rules, not just this one) AND this rule's own original id needed together
669
- * because a non-fixedTarget dialog lets the user retarget before saving, so the rule being
670
- * edited may not (yet) be one of the rules actually stored against `target`. Distinct from
671
- * `onDelete`: triggered only by Save while "Use default rule" is checked.
691
+ * Called when the user confirms Save either `"inherited"` (revert to the semantic default:
692
+ * clears every authored rule for `target`, since a target can have several stacked custom rules,
693
+ * not just this one, plus this rule's own original id, since a non-fixedTarget dialog lets the
694
+ * user retarget before saving) or `"custom"` (persist the authored rule as-is). The dialog closes
695
+ * itself immediately after calling this callers must not also close it.
672
696
  */
673
- onRevertToDefault?: (target: ConditionalFormattingTarget, ruleId: string) => void;
674
- onSave: (rule: IConditionalFormattingRule) => void;
697
+ onSubmit: (intent: ConditionalFormattingDialogSubmitIntent) => void;
675
698
  onClose: () => void;
676
699
  }
677
700
 
@@ -1524,7 +1547,7 @@ export declare const INSIGHT_WIDGET_SIZE_INFO_NEW_DEFAULT: IVisualizationDefault
1524
1547
  /**
1525
1548
  * @internal
1526
1549
  */
1527
- export declare function InsightError({ error, ErrorComponent, height, clientHeight }: IInsightErrorProps): JSX.Element;
1550
+ export declare function InsightError({ error, ErrorComponent, height, clientHeight, }: IInsightErrorProps): JSX.Element;
1528
1551
 
1529
1552
  /**
1530
1553
  * Sort field for the insights paged list. Mirrors `InsightPickerSortBy` in the public API.
@@ -1581,6 +1604,18 @@ export declare function InsightRenderer(props: IInsightRendererProps): JSX.Eleme
1581
1604
  */
1582
1605
  export declare function InsightView(props: IInsightViewProps): JSX.Element;
1583
1606
 
1607
+ /**
1608
+ * @internal
1609
+ */
1610
+ export declare interface IObjectAccessLevel {
1611
+ summary: IObjectAccessSummary | undefined;
1612
+ /** Undefined while loading, or when the read failed. */
1613
+ level: ObjectShareLevel | undefined;
1614
+ isLoading: boolean;
1615
+ /** Hand the dialog's reported summary back, so an edit shows without a refetch. */
1616
+ onSummaryChange: (summary: IObjectAccessSummary) => void;
1617
+ }
1618
+
1584
1619
  /**
1585
1620
  * Aggregated, read-only access state for an object — what the inline access row
1586
1621
  * in a host UI needs to render the current sharing state without opening the
@@ -1592,6 +1627,8 @@ export declare function InsightView(props: IInsightViewProps): JSX.Element;
1592
1627
  * rule permits, `VIEW` by default.
1593
1628
  * - `granteeCount` — number of named grantees (users + groups). Excludes the
1594
1629
  * workspace-wide rule grant itself.
1630
+ * - `selfIsGrantee` — whether the signed-in user is one of them. The creator is granted
1631
+ * access when the object is made, so their own grant says nothing about who else can.
1595
1632
  *
1596
1633
  * @internal
1597
1634
  */
@@ -1599,6 +1636,7 @@ export declare interface IObjectAccessSummary {
1599
1636
  generalAccess: GeneralAccessValue;
1600
1637
  workspaceLevel: AccessGranularPermission;
1601
1638
  granteeCount: number;
1639
+ selfIsGrantee: boolean;
1602
1640
  }
1603
1641
 
1604
1642
  /**
@@ -1778,27 +1816,27 @@ export declare function isEmptyAfm(obj: unknown): obj is EmptyAfmSdkError;
1778
1816
  /**
1779
1817
  * @internal
1780
1818
  */
1781
- export declare const isInsightAlertingConfigurationEnabled: (insight: IInsightDefinition | IInsight | undefined) => boolean;
1819
+ export declare const isInsightAlertingConfigurationEnabled: (insight: IInsight | IInsightDefinition | undefined) => boolean;
1782
1820
 
1783
1821
  /**
1784
1822
  * @internal
1785
1823
  */
1786
- export declare const isInsightKeyDriverAnalysisEnabled: (insight: IInsightDefinition | IInsight | undefined) => boolean;
1824
+ export declare const isInsightKeyDriverAnalysisEnabled: (insight: IInsight | IInsightDefinition | undefined) => boolean;
1787
1825
 
1788
1826
  /**
1789
1827
  * @internal
1790
1828
  */
1791
- export declare const isInsightScheduledExportsConfigurationEnabled: (insight: IInsightDefinition | IInsight | undefined) => boolean;
1829
+ export declare const isInsightScheduledExportsConfigurationEnabled: (insight: IInsight | IInsightDefinition | undefined) => boolean;
1792
1830
 
1793
1831
  /**
1794
1832
  * @internal
1795
1833
  */
1796
- export declare const isInsightSupportedForAlerts: (insight: IInsightDefinition | IInsight | null | undefined) => boolean;
1834
+ export declare const isInsightSupportedForAlerts: (insight: IInsight | IInsightDefinition | null | undefined) => boolean;
1797
1835
 
1798
1836
  /**
1799
1837
  * @internal
1800
1838
  */
1801
- export declare const isInsightSupportedForScheduledExports: (insight: IInsightDefinition | IInsight | null | undefined) => boolean;
1839
+ export declare const isInsightSupportedForScheduledExports: (insight: IInsight | IInsightDefinition | null | undefined) => boolean;
1802
1840
 
1803
1841
  /**
1804
1842
  * Info about min, max and default in layout units.
@@ -1821,6 +1859,15 @@ export declare type ISizeInfoDefault = ISizeInfo & {
1821
1859
  default: number;
1822
1860
  };
1823
1861
 
1862
+ /**
1863
+ * Percent = the format contains a `%` outside quoted/escaped literals (those render a % sign without
1864
+ * percent scaling). A heuristic by design: it only picks the authoring input's display units; the
1865
+ * contract compares the raw value either way. Scaled formats are out of scope.
1866
+ *
1867
+ * @internal
1868
+ */
1869
+ export declare const isPercentFormat: (format: string | undefined) => boolean;
1870
+
1824
1871
  /**
1825
1872
  * Whether an access-list error means object-level permissions aren't available to
1826
1873
  * the caller: the manage-gated permissions endpoint returns **404** for an object
@@ -1881,6 +1928,20 @@ export declare interface ITargetOption {
1881
1928
  date?: ICfDateMeta;
1882
1929
  }
1883
1930
 
1931
+ /**
1932
+ * @internal
1933
+ */
1934
+ export declare interface IUseObjectAccessLevelOptions {
1935
+ /** The object to read. Undefined describes one that does not exist yet. */
1936
+ target: IObjectPermissionsObject | undefined;
1937
+ /** Whether to read at all. False keeps the level unresolved without a request. */
1938
+ enabled?: boolean;
1939
+ /** Share edits staged for an object that does not exist yet. */
1940
+ draft?: IObjectShareDraft;
1941
+ /** General access such an object starts from. Defaults to `RESTRICTED`. */
1942
+ initialDraftGeneralAccess?: GeneralAccessValue;
1943
+ }
1944
+
1884
1945
  /**
1885
1946
  * Config for useInsightPagedList hook
1886
1947
  * @internal
@@ -2040,6 +2101,9 @@ export declare type LayoutType = "fluid";
2040
2101
  */
2041
2102
  export declare const MIN_VISUALIZATION_WIDTH = 2;
2042
2103
 
2104
+ /** @internal */
2105
+ export declare const newRule: (option: ITargetOption) => IConditionalFormattingRule;
2106
+
2043
2107
  /**
2044
2108
  * @public
2045
2109
  */
@@ -2062,6 +2126,13 @@ export declare function NotificationsPanel(props: INotificationsPanelProps): JSX
2062
2126
  */
2063
2127
  export declare function ObjectShareDialog(props: IObjectShareDialogProps): JSX.Element | null;
2064
2128
 
2129
+ /**
2130
+ * How an object's access reads: nobody, named grantees, or the whole workspace.
2131
+ *
2132
+ * @internal
2133
+ */
2134
+ export declare type ObjectShareLevel = "PRIVATE" | "SHARED" | "WORKSPACE";
2135
+
2065
2136
  /**
2066
2137
  * Permission level surfaced in the share dialog — the model's granular access
2067
2138
  * permission (VIEW / SHARE / EDIT), assignable from the permission menu.
@@ -2129,6 +2200,16 @@ export declare const RICH_TEXT_WIDGET_SIZE_INFO_NEW_DEFAULT: IVisualizationDefau
2129
2200
  */
2130
2201
  export declare type ScheduleAutomationsColumnName = "nextRun" | "attachments";
2131
2202
 
2203
+ /**
2204
+ * Synthesizes a rule for the dialog from an inherited semantic-layer condition set, seeding it with
2205
+ * a display-only id (mirroring the engine's own `semantic:<kind>:<localId>` convention in
2206
+ * semanticConditionalFormatting.ts, for consistency only) — the dialog swaps this for a real uuid()
2207
+ * the moment the user customizes and saves, so this synthetic id itself is never persisted.
2208
+ *
2209
+ * @internal
2210
+ */
2211
+ export declare const semanticRuleFor: (option: ITargetOption, semantic: ISemanticConditionalFormatting) => IConditionalFormattingRule;
2212
+
2132
2213
  /**
2133
2214
  * Deterministic display order for an attribute's labels — the backend returns
2134
2215
  * display forms in an order that isn't guaranteed stable. Primary (key) label
@@ -2141,6 +2222,28 @@ export declare type ScheduleAutomationsColumnName = "nextRun" | "attachments";
2141
2222
  */
2142
2223
  export declare function sortShareableLabels(labels: readonly IObjectShareLabel[]): IObjectShareLabel[];
2143
2224
 
2225
+ /**
2226
+ * Explicit grantees other than the caller.
2227
+ *
2228
+ * @remarks
2229
+ * The caller's own grant does not count: the creator is granted access when the object is
2230
+ * made, so counting it would read an object only they can see as shared. The summary must
2231
+ * therefore come from `accessListToSummary` WITH a caller ref, or a sole own grant counts.
2232
+ *
2233
+ * @internal
2234
+ */
2235
+ export declare function summaryOtherGranteeCount(summary: IObjectAccessSummary): number;
2236
+
2237
+ /**
2238
+ * The access level to display for a summary.
2239
+ *
2240
+ * @remarks
2241
+ * Built on {@link summaryOtherGranteeCount}, so it carries the same caller-ref requirement.
2242
+ *
2243
+ * @internal
2244
+ */
2245
+ export declare function summaryToShareLevel(summary: IObjectAccessSummary): ObjectShareLevel;
2246
+
2144
2247
  /**
2145
2248
  * @internal
2146
2249
  */
@@ -2188,7 +2291,7 @@ enabled: boolean): IDateFilterOptionsByType | undefined;
2188
2291
  *
2189
2292
  * @internal
2190
2293
  */
2191
- export declare function useInsightPagedList({ backend, workspaceId, author, tabsIds, tags, excludeTags, sortBy, sortDirection, createdByFilter, includeAuthorInfo }: IUsePagedDropdownConfig): IUsePagedDropdownResult;
2294
+ export declare function useInsightPagedList({ backend, workspaceId, author, tabsIds, tags, excludeTags, sortBy, sortDirection, createdByFilter, includeAuthorInfo, }: IUsePagedDropdownConfig): IUsePagedDropdownResult;
2192
2295
 
2193
2296
  /**
2194
2297
  * Managed state for the InsightPicker component.
@@ -2210,6 +2313,17 @@ export declare function useInsightPickerState(author?: string): {
2210
2313
  onTagFilterChange: Dispatch<SetStateAction<string[]>>;
2211
2314
  };
2212
2315
 
2316
+ /**
2317
+ * An object's access level, for showing it outside the share dialog.
2318
+ *
2319
+ * @remarks
2320
+ * A saved object is read once and then kept in sync by the dialog through `onSummaryChange`.
2321
+ * An object that does not exist yet is described by its draft, with no request made.
2322
+ *
2323
+ * @internal
2324
+ */
2325
+ export declare function useObjectAccessLevel({ target, enabled, draft, initialDraftGeneralAccess, }: IUseObjectAccessLevelOptions): IObjectAccessLevel;
2326
+
2213
2327
  /**
2214
2328
  * @internal
2215
2329
  */