@gooddata/sdk-ui-kit 11.8.0-alpha.3 → 11.8.0-alpha.5

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 (109) hide show
  1. package/esm/@ui/UiIconButton/UiIconButtonRenderer.d.ts +1 -0
  2. package/esm/@ui/UiIconButton/UiIconButtonRenderer.d.ts.map +1 -1
  3. package/esm/@ui/UiIconButton/UiIconButtonRenderer.js +2 -2
  4. package/esm/@ui/UiIconButton/UiIconButtonRenderer.js.map +1 -1
  5. package/esm/@ui/UiMenu/components/Item.d.ts.map +1 -1
  6. package/esm/@ui/UiMenu/components/Item.js +6 -7
  7. package/esm/@ui/UiMenu/components/Item.js.map +1 -1
  8. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.d.ts +1 -1
  9. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.d.ts.map +1 -1
  10. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.js +3 -2
  11. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.js.map +1 -1
  12. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuStaticItem.js +4 -4
  13. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuStaticItem.js.map +1 -1
  14. package/esm/@ui/UiMenu/types.d.ts +2 -0
  15. package/esm/@ui/UiMenu/types.d.ts.map +1 -1
  16. package/esm/@ui/UiTabs/UiTabs.d.ts +3 -37
  17. package/esm/@ui/UiTabs/UiTabs.d.ts.map +1 -1
  18. package/esm/@ui/UiTabs/UiTabs.js +8 -122
  19. package/esm/@ui/UiTabs/UiTabs.js.map +1 -1
  20. package/esm/@ui/UiTabs/bem.d.ts +5 -0
  21. package/esm/@ui/UiTabs/bem.d.ts.map +1 -0
  22. package/esm/@ui/UiTabs/bem.js +4 -0
  23. package/esm/@ui/UiTabs/bem.js.map +1 -0
  24. package/esm/@ui/UiTabs/context.d.ts +8 -0
  25. package/esm/@ui/UiTabs/context.d.ts.map +1 -0
  26. package/esm/@ui/UiTabs/context.js +10 -0
  27. package/esm/@ui/UiTabs/context.js.map +1 -0
  28. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.d.ts +7 -0
  29. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.d.ts.map +1 -0
  30. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.js +71 -0
  31. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.js.map +1 -0
  32. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.d.ts +7 -0
  33. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.d.ts.map +1 -0
  34. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.js +15 -0
  35. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.js.map +1 -0
  36. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsContainer.d.ts +7 -0
  37. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsContainer.d.ts.map +1 -0
  38. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsContainer.js +45 -0
  39. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsContainer.js.map +1 -0
  40. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTab.d.ts +7 -0
  41. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTab.d.ts.map +1 -0
  42. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTab.js +23 -0
  43. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTab.js.map +1 -0
  44. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActions.d.ts +7 -0
  45. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActions.d.ts.map +1 -0
  46. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActions.js +49 -0
  47. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActions.js.map +1 -0
  48. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActionsButton.d.ts +7 -0
  49. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActionsButton.d.ts.map +1 -0
  50. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActionsButton.js +21 -0
  51. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActionsButton.js.map +1 -0
  52. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabValue.d.ts +7 -0
  53. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabValue.d.ts.map +1 -0
  54. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabValue.js +13 -0
  55. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabValue.js.map +1 -0
  56. package/esm/@ui/UiTabs/defaultComponents/index.d.ts +8 -0
  57. package/esm/@ui/UiTabs/defaultComponents/index.d.ts.map +1 -0
  58. package/esm/@ui/UiTabs/defaultComponents/index.js +9 -0
  59. package/esm/@ui/UiTabs/defaultComponents/index.js.map +1 -0
  60. package/esm/@ui/UiTabs/messages.d.ts.map +1 -1
  61. package/esm/@ui/UiTabs/messages.js +1 -0
  62. package/esm/@ui/UiTabs/messages.js.map +1 -1
  63. package/esm/@ui/UiTabs/types.d.ts +114 -0
  64. package/esm/@ui/UiTabs/types.d.ts.map +1 -0
  65. package/esm/@ui/UiTabs/types.js +3 -0
  66. package/esm/@ui/UiTabs/types.js.map +1 -0
  67. package/esm/@ui/UiTabs/useUiTabsContextStoreValue.d.ts +7 -0
  68. package/esm/@ui/UiTabs/useUiTabsContextStoreValue.d.ts.map +1 -0
  69. package/esm/@ui/UiTabs/useUiTabsContextStoreValue.js +82 -0
  70. package/esm/@ui/UiTabs/useUiTabsContextStoreValue.js.map +1 -0
  71. package/esm/@ui/hooks/useListWithActionsKeyboardNavigation.d.ts +1 -0
  72. package/esm/@ui/hooks/useListWithActionsKeyboardNavigation.d.ts.map +1 -1
  73. package/esm/@ui/hooks/useListWithActionsKeyboardNavigation.js +1 -0
  74. package/esm/@ui/hooks/useListWithActionsKeyboardNavigation.js.map +1 -1
  75. package/esm/Dropdown/DropdownButtonKeyboardWrapper.d.ts.map +1 -1
  76. package/esm/Dropdown/DropdownButtonKeyboardWrapper.js +4 -0
  77. package/esm/Dropdown/DropdownButtonKeyboardWrapper.js.map +1 -1
  78. package/esm/Icon/icons/Hash.d.ts +3 -0
  79. package/esm/Icon/icons/Hash.d.ts.map +1 -1
  80. package/esm/Icon/icons/Hash.js.map +1 -1
  81. package/esm/Icon/icons/Magic.d.ts +3 -0
  82. package/esm/Icon/icons/Magic.d.ts.map +1 -1
  83. package/esm/Icon/icons/Magic.js +3 -0
  84. package/esm/Icon/icons/Magic.js.map +1 -1
  85. package/esm/Icon/icons/User.d.ts +3 -0
  86. package/esm/Icon/icons/User.d.ts.map +1 -1
  87. package/esm/Icon/icons/User.js.map +1 -1
  88. package/esm/Icon/icons/UserGroup.d.ts +5 -2
  89. package/esm/Icon/icons/UserGroup.d.ts.map +1 -1
  90. package/esm/Icon/icons/UserGroup.js.map +1 -1
  91. package/esm/Icon/index.d.ts +112 -11
  92. package/esm/Icon/index.d.ts.map +1 -1
  93. package/esm/Icon/index.js +109 -1
  94. package/esm/Icon/index.js.map +1 -1
  95. package/esm/Messages/toasts/ToastsCenter.js +5 -5
  96. package/esm/Messages/toasts/ToastsCenter.js.map +1 -1
  97. package/esm/Messages/toasts/useToastMessage.js +5 -5
  98. package/esm/Messages/toasts/useToastMessage.js.map +1 -1
  99. package/esm/index.d.ts +4 -1
  100. package/esm/index.d.ts.map +1 -1
  101. package/esm/index.js +3 -0
  102. package/esm/index.js.map +1 -1
  103. package/esm/sdk-ui-kit.d.ts +865 -173
  104. package/package.json +9 -9
  105. package/src/@ui/UiCard/UiCard.scss +2 -0
  106. package/src/@ui/UiDrawer/UiDrawer.scss +1 -1
  107. package/src/@ui/UiTabs/UiTabs.scss +89 -31
  108. package/styles/css/main.css +72 -20
  109. package/styles/css/main.css.map +1 -1
@@ -15,6 +15,7 @@ import { ChangeEvent } from 'react';
15
15
  import { ColorFormats } from 'tinycolor2';
16
16
  import { CompletionSource } from '@codemirror/autocomplete';
17
17
  import { Component } from 'react';
18
+ import { ComponentProps } from 'react';
18
19
  import { ComponentPropsWithRef } from 'react';
19
20
  import { ComponentType } from 'react';
20
21
  import { Context } from 'react';
@@ -24,6 +25,7 @@ import { DebouncedFunc } from 'lodash-es';
24
25
  import { Dispatch } from 'react';
25
26
  import { EditorView } from '@codemirror/view';
26
27
  import { ElementType } from 'react';
28
+ import { EmptyObject } from '@gooddata/util';
27
29
  import { Extension } from '@codemirror/state';
28
30
  import { FC } from 'react';
29
31
  import { FilterContextItem } from '@gooddata/sdk-model';
@@ -77,6 +79,7 @@ import { ReactElement } from 'react';
77
79
  import { ReactNode } from 'react';
78
80
  import { Ref } from 'react';
79
81
  import { RefAttributes } from 'react';
82
+ import { RefCallback } from 'react';
80
83
  import { RefObject } from 'react';
81
84
  import { SetStateAction } from 'react';
82
85
  import { ShareStatus } from '@gooddata/sdk-model';
@@ -548,7 +551,7 @@ item: IUiMenuContentItem<T>;
548
551
  /**
549
552
  * @internal
550
553
  */
551
- export declare function DefaultUiMenuContentItem<T extends IUiMenuItemData = object>({ item, isFocused, }: IUiMenuContentItemProps<T>): ReactNode;
554
+ export declare function DefaultUiMenuContentItem<T extends IUiMenuItemData = object>({ item, isFocused, size, }: IUiMenuContentItemProps<T>): ReactNode;
552
555
 
553
556
  /**
554
557
  * Default component for rendering content menu items.
@@ -584,6 +587,41 @@ export declare function DefaultUiMenuInteractiveItemWrapper<T extends IUiMenuIte
584
587
  */
585
588
  export declare const DefaultUiMenuStaticItem: MemoExoticComponent<(<T extends IUiMenuItemData = object>({ item }: IUiMenuStaticItemProps<T>) => ReactElement)>;
586
589
 
590
+ /**
591
+ * @internal
592
+ */
593
+ export declare function DefaultUiTabsAllTabs<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>(_props: IUiTabComponentProps<"AllTabs", TTabProps, TTabActionProps>): JSX.Element;
594
+
595
+ /**
596
+ * @internal
597
+ */
598
+ export declare function DefaultUiTabsAllTabsButton<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>({ isOpen, onClick, ref }: IUiTabComponentProps<"AllTabsButton", TTabProps, TTabActionProps>): JSX.Element;
599
+
600
+ /**
601
+ * @internal
602
+ */
603
+ export declare function DefaultUiTabsContainer<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>(_props: IUiTabComponentProps<"Container", TTabProps, TTabActionProps>): JSX.Element;
604
+
605
+ /**
606
+ * @internal
607
+ */
608
+ export declare function DefaultUiTabsTab<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>({ tab, isSelected, onSelect, focusedAction }: IUiTabComponentProps<"Tab", TTabProps, TTabActionProps>): JSX.Element;
609
+
610
+ /**
611
+ * @internal
612
+ */
613
+ export declare function DefaultUiTabsTabActions<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>({ tab, location, id, tabIndex }: IUiTabComponentProps<"TabActions", TTabProps, TTabActionProps>): JSX.Element;
614
+
615
+ /**
616
+ * @internal
617
+ */
618
+ export declare function DefaultUiTabsTabActionsButton<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>({ tab, onClick, ariaAttributes, tabIndex, id, isOpen, }: IUiTabComponentProps<"TabActionsButton", TTabProps, TTabActionProps>): JSX.Element;
619
+
620
+ /**
621
+ * @internal
622
+ */
623
+ export declare function DefaultUiTabsTabValue<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>({ tab, isSelected }: IUiTabComponentProps<"TabValue", TTabProps, TTabActionProps>): JSX.Element;
624
+
587
625
  /**
588
626
  * @internal
589
627
  */
@@ -1055,6 +1093,11 @@ export declare const getSelectedMenuId: <T extends IUiMenuItemData = object, M =
1055
1093
  */
1056
1094
  export declare const getSiblingItems: <T extends IUiMenuItemData = object>(items: IUiMenuItem<T>[], itemId: string) => IUiMenuItem<T>[] | undefined;
1057
1095
 
1096
+ /**
1097
+ * @internal
1098
+ */
1099
+ export declare function getTypedUiTabsContextStore<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>(): IContextStore<IUiTabContext<TTabProps, TTabActionProps>>;
1100
+
1058
1101
  /**
1059
1102
  * @internal
1060
1103
  */
@@ -1490,221 +1533,761 @@ export declare interface IBubbleProps {
1490
1533
  /**
1491
1534
  * @internal
1492
1535
  */
1493
- export declare interface IBubbleState {
1494
- alignPoints: IAlignPoint[];
1495
- optimalAlignPoints: string;
1496
- }
1536
+ export declare interface IBubbleState {
1537
+ alignPoints: IAlignPoint[];
1538
+ optimalAlignPoints: string;
1539
+ }
1540
+
1541
+ /**
1542
+ * @internal
1543
+ */
1544
+ export declare interface IBubbleTriggerProps {
1545
+ className?: string;
1546
+ children?: ReactNode;
1547
+ eventsOnBubble?: boolean;
1548
+ tagName?: ElementType;
1549
+ onBubbleOpen?: () => void;
1550
+ onBubbleClose?: () => void;
1551
+ openOnInit?: boolean;
1552
+ }
1553
+
1554
+ /**
1555
+ * @internal
1556
+ */
1557
+ export declare interface IBubbleTriggerState {
1558
+ bubbleId: string;
1559
+ isBubbleVisible: boolean;
1560
+ }
1561
+
1562
+ /**
1563
+ * @internal
1564
+ */
1565
+ export declare interface IBucketItemDescriptor {
1566
+ type: "attribute" | "chronologicalDate" | "genericDate" | "measure";
1567
+ name: string;
1568
+ sequenceNumber?: string;
1569
+ }
1570
+
1571
+ /**
1572
+ * @internal
1573
+ */
1574
+ export declare interface IBucketItemDescriptors {
1575
+ [localIdentifier: string]: IBucketItemDescriptor;
1576
+ }
1577
+
1578
+ /**
1579
+ * @internal
1580
+ */
1581
+ export declare interface IButtonAccessibilityConfig extends IAccessibilityConfigBase, IDropdownButtonAccessibilityConfig {
1582
+ }
1583
+
1584
+ /**
1585
+ * @internal
1586
+ */
1587
+ export declare interface IButtonProps {
1588
+ id?: string;
1589
+ dataId?: string;
1590
+ dataTestId?: string;
1591
+ className?: string;
1592
+ disabled?: boolean;
1593
+ tabIndex?: number;
1594
+ tagName?: string;
1595
+ title?: string;
1596
+ type?: HTMLButtonElement["type"];
1597
+ value?: ReactNode;
1598
+ children?: ReactNode;
1599
+ iconLeft?: string;
1600
+ iconRight?: string;
1601
+ onClick?(e: MouseEvent_2): void;
1602
+ variant?: "primary" | "secondary";
1603
+ intent?: "action" | "positive" | "negative";
1604
+ size?: "small" | "medium" | "large";
1605
+ accessibilityConfig?: IButtonAccessibilityConfig;
1606
+ describedByFromValidation?: boolean;
1607
+ }
1608
+
1609
+ /**
1610
+ * @internal
1611
+ */
1612
+ export declare interface ICodeAreaProps {
1613
+ code: string;
1614
+ onCopyCode: (code: string) => void;
1615
+ }
1616
+
1617
+ /**
1618
+ * @internal
1619
+ */
1620
+ export declare interface ICodeLanguageSelectProps {
1621
+ selectedLanguage: CodeLanguageType;
1622
+ onLanguageChanged: (language: CodeLanguageType) => void;
1623
+ }
1624
+
1625
+ /**
1626
+ * @internal
1627
+ */
1628
+ export declare interface ICodeOptionsProps {
1629
+ option: IReactOptions;
1630
+ onChange: (opt: IReactOptions) => void;
1631
+ }
1632
+
1633
+ /**
1634
+ * @internal
1635
+ */
1636
+ export declare interface IColorPickerProps {
1637
+ initialRgbColor: ColorFormats.RGB;
1638
+ onSubmit: (color: ColorFormats.RGB) => void;
1639
+ onCancel: () => void;
1640
+ }
1641
+
1642
+ /**
1643
+ * @internal
1644
+ */
1645
+ export declare interface IColorPickerState {
1646
+ draftHslColor: ColorFormats.HSL;
1647
+ }
1648
+
1649
+ /**
1650
+ * @internal
1651
+ */
1652
+ export declare interface IColorPreviewProps {
1653
+ colors: string[];
1654
+ className?: string;
1655
+ }
1656
+
1657
+ /**
1658
+ * @internal
1659
+ */
1660
+ export declare interface IColumnsIconProps extends IIconProps {
1661
+ colorPalette?: {
1662
+ normalColumn?: Color;
1663
+ totalColumn?: Color;
1664
+ };
1665
+ }
1666
+
1667
+ /**
1668
+ * @internal
1669
+ */
1670
+ export declare interface ICommunityEditionDialogProps {
1671
+ onClose: () => void;
1672
+ headerText: string;
1673
+ infoText: string;
1674
+ copyrightText: string;
1675
+ links: {
1676
+ text: string;
1677
+ uri: string;
1678
+ }[];
1679
+ closeButtonText: string;
1680
+ }
1681
+
1682
+ /**
1683
+ * @internal
1684
+ */
1685
+ export declare type IComponentLabelsProviderProps = {
1686
+ labels: IShareDialogLabels;
1687
+ children?: ReactNode;
1688
+ };
1689
+
1690
+ /**
1691
+ * @internal
1692
+ */
1693
+ export declare interface IComponentTableProps<TProps extends object> {
1694
+ columnsBy?: IPropCombination<TProps, keyof TProps> | undefined;
1695
+ rowsBy: IPropCombination<TProps, keyof TProps>[];
1696
+ baseProps?: Partial<TProps>;
1697
+ Component: ComponentType<TProps>;
1698
+ codeSnippet?: string;
1699
+ debug?: boolean;
1700
+ cellWidth?: number;
1701
+ cellHeight?: number;
1702
+ align?: "center" | "flex-start";
1703
+ cellStyle?: (props: TProps) => CSSProperties | undefined;
1704
+ }
1705
+
1706
+ /**
1707
+ * @internal
1708
+ */
1709
+ export declare const Icon: Record<string, FC<IIconProps>>;
1710
+
1711
+ /**
1712
+ * @internal
1713
+ */
1714
+ export declare function IconAborted({ color, className, width, height }: IIconProps): JSX.Element;
1715
+
1716
+ /**
1717
+ * @internal
1718
+ */
1719
+ export declare function IconAlert({ color, className, width, height }: IIconProps): JSX.Element;
1720
+
1721
+ /**
1722
+ * @internal
1723
+ */
1724
+ export declare function IconAlertPaused({ color, className, width, height }: IIconProps): JSX.Element;
1725
+
1726
+ /**
1727
+ * @internal
1728
+ */
1729
+ export declare function IconArrowDown({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1730
+
1731
+ /**
1732
+ * @internal
1733
+ */
1734
+ export declare function IconArrowLeft({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1735
+
1736
+ /**
1737
+ * @internal
1738
+ */
1739
+ export declare function IconArrowRight({ color, className, width, height }: IIconProps): JSX.Element;
1740
+
1741
+ /**
1742
+ * @internal
1743
+ */
1744
+ export declare function IconArrowUp({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1745
+
1746
+ /**
1747
+ * @internal
1748
+ */
1749
+ export declare function IconAttachmentClip({ className, width, height, color }: IIconProps): JSX.Element;
1750
+
1751
+ /**
1752
+ * @internal
1753
+ */
1754
+ export declare function IconAttribute({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1755
+
1756
+ /**
1757
+ * @internal
1758
+ */
1759
+ export declare function IconAttributeFilter({ color, className, width, height }: IIconProps): JSX.Element;
1760
+
1761
+ /**
1762
+ * @internal
1763
+ */
1764
+ export declare function IconBar({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1765
+
1766
+ /**
1767
+ * @internal
1768
+ */
1769
+ export declare function IconBoldHyperlink({ color, className, width, height }: IIconProps): JSX.Element;
1770
+
1771
+ /**
1772
+ * @internal
1773
+ */
1774
+ export declare function IconBook({ color, className, width, height }: IIconProps): JSX.Element;
1775
+
1776
+ /**
1777
+ * @internal
1778
+ */
1779
+ export declare function IconBubble({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1780
+
1781
+ /**
1782
+ * @internal
1783
+ */
1784
+ export declare function IconBullet({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1785
+
1786
+ /**
1787
+ * @internal
1788
+ */
1789
+ export declare function IconBurgerMenu({ color, className, width, height }: IIconProps): JSX.Element;
1790
+
1791
+ /**
1792
+ * @internal
1793
+ */
1794
+ export declare function IconChatBubble({ color, className, width, height, ariaHidden, }: IIconProps): JSX.Element;
1795
+
1796
+ /**
1797
+ * @internal
1798
+ */
1799
+ export declare function IconClose({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1800
+
1801
+ /**
1802
+ * @internal
1803
+ */
1804
+ export declare function IconColumn({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1805
+
1806
+ /**
1807
+ * @internal
1808
+ */
1809
+ export declare function IconColumnContainer({ color, className, width, height }: IIconProps): JSX.Element;
1810
+
1811
+ /**
1812
+ * @internal
1813
+ */
1814
+ export declare function IconColumns({ colorPalette, className, width, height }: IColumnsIconProps): JSX.Element;
1815
+
1816
+ /**
1817
+ * @internal
1818
+ */
1819
+ export declare function IconCombo({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1820
+
1821
+ /**
1822
+ * @internal
1823
+ */
1824
+ export declare function IconContract({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1825
+
1826
+ /**
1827
+ * @internal
1828
+ */
1829
+ export declare function IconCopy({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1830
+
1831
+ /**
1832
+ * @internal
1833
+ */
1834
+ export declare function IconDashboard({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1835
+
1836
+ /**
1837
+ * @internal
1838
+ */
1839
+ export declare function IconDataset({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1840
+
1841
+ /**
1842
+ * @internal
1843
+ */
1844
+ export declare function IconDataSource({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1845
+
1846
+ /**
1847
+ * @internal
1848
+ */
1849
+ export declare function IconDate({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1850
+
1851
+ /**
1852
+ * @internal
1853
+ */
1854
+ export declare function IconDependencyWheel({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1855
+
1856
+ /**
1857
+ * @internal
1858
+ */
1859
+ export declare function IconDonut({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1860
+
1861
+ /**
1862
+ * @internal
1863
+ */
1864
+ export declare function IconDragHandle({ className, color, width, height }: IIconProps): JSX.Element;
1865
+
1866
+ /**
1867
+ * @internal
1868
+ */
1869
+ export declare function IconDrillDown({ color, className, width, height }: IIconProps): JSX.Element;
1870
+
1871
+ /**
1872
+ * @internal
1873
+ */
1874
+ export declare function IconDrillToDashboard({ color, className, width, height }: IIconProps): JSX.Element;
1875
+
1876
+ /**
1877
+ * @internal
1878
+ */
1879
+ export declare function IconDrillToInsight({ color, className, width, height }: IIconProps): JSX.Element;
1880
+
1881
+ /**
1882
+ * @internal
1883
+ */
1884
+ export declare function IconEdit({ color, className, width, height }: IIconProps): JSX.Element;
1885
+
1886
+ /**
1887
+ * @internal
1888
+ */
1889
+ export declare function IconEllipsis({ color, className, width, height }: IIconProps): JSX.Element;
1890
+
1891
+ /**
1892
+ * @internal
1893
+ */
1894
+ export declare function IconEmail({ color, className, width, height }: IIconProps): JSX.Element;
1895
+
1896
+ /**
1897
+ * @internal
1898
+ */
1899
+ export declare function IconEmbedCode({ color, className, ariaHidden, width, height }: IIconProps): JSX.Element;
1900
+
1901
+ /**
1902
+ * @internal
1903
+ */
1904
+ export declare function IconError({ color, className, width, height }: IIconProps): JSX.Element;
1905
+
1906
+ /**
1907
+ * @internal
1908
+ */
1909
+ export declare function IconExpand({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1910
+
1911
+ /**
1912
+ * @internal
1913
+ */
1914
+ export declare function IconExplore({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1915
+
1916
+ /**
1917
+ * @internal
1918
+ */
1919
+ export declare function IconExternalLink({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1920
+
1921
+ /**
1922
+ * @internal
1923
+ */
1924
+ export declare function IconFact({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1925
+
1926
+ /**
1927
+ * @internal
1928
+ */
1929
+ export declare interface IConfirmDialogBaseProps extends Omit<IDialogBaseProps, "accessibilityConfig"> {
1930
+ isSubmitDisabled?: boolean;
1931
+ isCancelDisabled?: boolean;
1932
+ isPositive?: boolean;
1933
+ cancelButtonText?: string;
1934
+ submitButtonText?: string;
1935
+ submitButtonTooltipText?: string;
1936
+ submitButtonTooltipAlignPoints?: IAlignPoint[];
1937
+ submitButtonTooltipArrowOffsets?: ArrowOffsets;
1938
+ hideSubmitButton?: boolean;
1939
+ warning?: string | ReactElement;
1940
+ showProgressIndicator?: boolean;
1941
+ headerLeftButtonRenderer?: () => ReactElement;
1942
+ footerLeftRenderer?: () => ReactElement;
1943
+ dialogHeaderClassName?: string;
1944
+ titleRightIconRenderer?: () => ReactElement;
1945
+ headline?: string;
1946
+ initialFocus?: RefObject<HTMLElement | null> | string;
1947
+ returnFocusTo?: RefObject<HTMLElement | null> | string;
1948
+ returnFocusAfterClose?: boolean;
1949
+ accessibilityConfig?: {
1950
+ closeButton?: IButtonAccessibilityConfig;
1951
+ titleElementId?: string;
1952
+ descriptionElementId?: string;
1953
+ dialogId?: string;
1954
+ };
1955
+ }
1956
+
1957
+ /**
1958
+ * @internal
1959
+ */
1960
+ export declare function IconFunction({ color, className, width, height }: IIconProps): JSX.Element;
1961
+
1962
+ /**
1963
+ * @internal
1964
+ */
1965
+ export declare function IconFunnel({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1966
+
1967
+ /**
1968
+ * @internal
1969
+ */
1970
+ export declare function IconGenAI({ color, className, ariaHidden, width, height }: IIconProps): JSX.Element;
1971
+
1972
+ /**
1973
+ * @internal
1974
+ */
1975
+ export declare function IconGenAI2({ color, className, ariaHidden, width, height }: IIconProps): JSX.Element;
1976
+
1977
+ /**
1978
+ * @internal
1979
+ */
1980
+ export declare function IconGeo({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1981
+
1982
+ /**
1983
+ * @internal
1984
+ */
1985
+ export declare function IconHash({ color, backgroundColor, className, width, height }: IHashIconProps): JSX.Element;
1986
+
1987
+ /**
1988
+ * @internal
1989
+ */
1990
+ export declare function IconHeader({ className, color, width, height }: IIconProps): JSX.Element;
1991
+
1992
+ /**
1993
+ * @internal
1994
+ */
1995
+ export declare function IconHeadlineChart({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1996
+
1997
+ /**
1998
+ * @internal
1999
+ */
2000
+ export declare function IconHeatMap({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
2001
+
2002
+ /**
2003
+ * @internal
2004
+ */
2005
+ export declare function IconHistoryBack({ color, className, width, height }: IIconProps): JSX.Element;
2006
+
2007
+ /**
2008
+ * @internal
2009
+ */
2010
+ export declare function IconHome({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
2011
+
2012
+ /**
2013
+ * @internal
2014
+ */
2015
+ export declare function IconHyperlink({ color, className, width, height }: IIconProps): JSX.Element;
2016
+
2017
+ /**
2018
+ * @internal
2019
+ */
2020
+ export declare function IconImage({ color, className, width, height }: IIconProps): JSX.Element;
2021
+
2022
+ /**
2023
+ * @internal
2024
+ */
2025
+ export declare function IconInsight({ color, className, width, height }: IIconProps): JSX.Element;
2026
+
2027
+ /**
2028
+ * @internal
2029
+ */
2030
+ export declare function IconInteraction({ color, className, width, height }: IIconProps): JSX.Element;
2031
+
2032
+ /**
2033
+ * @internal
2034
+ */
2035
+ export declare function IconInvite({ color, className, width, height }: IIconProps): JSX.Element;
2036
+
2037
+ /**
2038
+ * @internal
2039
+ */
2040
+ export declare function IconKeyword({ color, className, width, height }: IIconProps): JSX.Element;
2041
+
2042
+ /**
2043
+ * @internal
2044
+ */
2045
+ export declare function IconLabel({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
2046
+
2047
+ /**
2048
+ * @internal
2049
+ */
2050
+ export declare function IconLeave({ color, className, width, height }: IIconProps): JSX.Element;
2051
+
2052
+ /**
2053
+ * @internal
2054
+ */
2055
+ export declare function IconLegendMenu({ color, className, width, height }: IIconProps): JSX.Element;
2056
+
2057
+ /**
2058
+ * @internal
2059
+ */
2060
+ export declare function IconLine({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
2061
+
2062
+ /**
2063
+ * @internal
2064
+ */
2065
+ export declare function IconLock({ color, className, width, height }: IIconProps): JSX.Element;
2066
+
2067
+ /**
2068
+ * @internal
2069
+ */
2070
+ export declare function IconLogout({ color, className, width, height }: IIconProps): JSX.Element;
2071
+
2072
+ /**
2073
+ * @internal
2074
+ */
2075
+ export declare function IconMagic({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
2076
+
2077
+ /**
2078
+ * @internal
2079
+ */
2080
+ export declare function IconMany({ color, className, width, height }: IIconProps): JSX.Element;
2081
+
2082
+ /**
2083
+ * @internal
2084
+ */
2085
+ export declare function IconMetric({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
2086
+
2087
+ /**
2088
+ * @internal
2089
+ */
2090
+ export declare function IconMinimize({ color, className, width, height }: IIconProps): JSX.Element;
2091
+
2092
+ /**
2093
+ * @internal
2094
+ */
2095
+ export declare function IconNewVisualization({ color, className, width, height, ariaHidden, }: IIconProps): JSX.Element;
2096
+
2097
+ /**
2098
+ * @internal
2099
+ */
2100
+ export declare function IconOrigin({ color, className, width, height }: IIconProps): JSX.Element;
2101
+
2102
+ /**
2103
+ * @internal
2104
+ */
2105
+ export declare const iconPaths: Record<IconType, ReactNode>;
2106
+
2107
+ /**
2108
+ * @internal
2109
+ */
2110
+ export declare function IconPdf({ color, className, width, height }: IIconProps): JSX.Element;
2111
+
2112
+ /**
2113
+ * @internal
2114
+ */
2115
+ export declare function IconPie({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
2116
+
2117
+ /**
2118
+ * @internal
2119
+ */
2120
+ export declare function IconProgress({ color, className, width, height }: IIconProps): JSX.Element;
2121
+
2122
+ /**
2123
+ * @internal
2124
+ */
2125
+ export declare function IconPyramid({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
2126
+
2127
+ /**
2128
+ * @internal
2129
+ */
2130
+ export declare function IconQuestionMark({ color, className, width, height, ariaHidden, }: IIconProps): JSX.Element;
2131
+
2132
+ /**
2133
+ * @internal
2134
+ */
2135
+ export declare function IconRefresh({ color, className, width, height }: IIconProps): JSX.Element;
2136
+
2137
+ /**
2138
+ * @internal
2139
+ */
2140
+ export declare function IconRepeater({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
2141
+
2142
+ /**
2143
+ * @internal
2144
+ */
2145
+ export declare function IconReset({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
2146
+
2147
+ /**
2148
+ * @internal
2149
+ */
2150
+ export declare function IconRichText({ color, className, width, height }: IIconProps): JSX.Element;
2151
+
2152
+ /**
2153
+ * @internal
2154
+ */
2155
+ export declare function IconRows({ colorPalette, className, width, height }: IRowsIconProps): JSX.Element;
2156
+
2157
+ /**
2158
+ * @internal
2159
+ */
2160
+ export declare function IconRun({ color, className, width, height }: IIconProps): JSX.Element;
2161
+
2162
+ /**
2163
+ * @internal
2164
+ */
2165
+ export declare function IconSankey({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
2166
+
2167
+ /**
2168
+ * @internal
2169
+ */
2170
+ export declare function IconSave({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
2171
+
2172
+ /**
2173
+ * @internal
2174
+ */
2175
+ export declare function IconScatterPlot({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1497
2176
 
1498
2177
  /**
1499
2178
  * @internal
1500
2179
  */
1501
- export declare interface IBubbleTriggerProps {
1502
- className?: string;
1503
- children?: ReactNode;
1504
- eventsOnBubble?: boolean;
1505
- tagName?: ElementType;
1506
- onBubbleOpen?: () => void;
1507
- onBubbleClose?: () => void;
1508
- openOnInit?: boolean;
1509
- }
2180
+ export declare function IconSchedule({ color, className, width, height }: IIconProps): JSX.Element;
1510
2181
 
1511
2182
  /**
1512
2183
  * @internal
1513
2184
  */
1514
- export declare interface IBubbleTriggerState {
1515
- bubbleId: string;
1516
- isBubbleVisible: boolean;
1517
- }
2185
+ export declare function IconSearch({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1518
2186
 
1519
2187
  /**
1520
2188
  * @internal
1521
2189
  */
1522
- export declare interface IBucketItemDescriptor {
1523
- type: "attribute" | "chronologicalDate" | "genericDate" | "measure";
1524
- name: string;
1525
- sequenceNumber?: string;
1526
- }
2190
+ export declare function IconSettingsGear({ className, width, height, color }: IIconProps): JSX.Element;
1527
2191
 
1528
2192
  /**
1529
2193
  * @internal
1530
2194
  */
1531
- export declare interface IBucketItemDescriptors {
1532
- [localIdentifier: string]: IBucketItemDescriptor;
1533
- }
2195
+ export declare function IconSimplifiedDashboard({ color, className, width, height }: IIconProps): JSX.Element;
1534
2196
 
1535
2197
  /**
1536
2198
  * @internal
1537
2199
  */
1538
- export declare interface IButtonAccessibilityConfig extends IAccessibilityConfigBase, IDropdownButtonAccessibilityConfig {
1539
- }
2200
+ export declare function IconSmallDragHandle({ className, color, width, height }: IIconProps): JSX.Element;
1540
2201
 
1541
2202
  /**
1542
2203
  * @internal
1543
2204
  */
1544
- export declare interface IButtonProps {
1545
- id?: string;
1546
- dataId?: string;
1547
- dataTestId?: string;
1548
- className?: string;
1549
- disabled?: boolean;
1550
- tabIndex?: number;
1551
- tagName?: string;
1552
- title?: string;
1553
- type?: HTMLButtonElement["type"];
1554
- value?: ReactNode;
1555
- children?: ReactNode;
1556
- iconLeft?: string;
1557
- iconRight?: string;
1558
- onClick?(e: MouseEvent_2): void;
1559
- variant?: "primary" | "secondary";
1560
- intent?: "action" | "positive" | "negative";
1561
- size?: "small" | "medium" | "large";
1562
- accessibilityConfig?: IButtonAccessibilityConfig;
1563
- describedByFromValidation?: boolean;
1564
- }
2205
+ export declare function IconStackedArea({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1565
2206
 
1566
2207
  /**
1567
2208
  * @internal
1568
2209
  */
1569
- export declare interface ICodeAreaProps {
1570
- code: string;
1571
- onCopyCode: (code: string) => void;
1572
- }
2210
+ export declare function IconSuccess({ color, className, width, height }: IIconProps): JSX.Element;
1573
2211
 
1574
2212
  /**
1575
2213
  * @internal
1576
2214
  */
1577
- export declare interface ICodeLanguageSelectProps {
1578
- selectedLanguage: CodeLanguageType;
1579
- onLanguageChanged: (language: CodeLanguageType) => void;
1580
- }
2215
+ export declare function IconTable({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1581
2216
 
1582
2217
  /**
1583
2218
  * @internal
1584
2219
  */
1585
- export declare interface ICodeOptionsProps {
1586
- option: IReactOptions;
1587
- onChange: (opt: IReactOptions) => void;
1588
- }
2220
+ export declare function IconThumbsDown({ color, className, width, height }: IIconProps): JSX.Element;
1589
2221
 
1590
2222
  /**
1591
2223
  * @internal
1592
2224
  */
1593
- export declare interface IColorPickerProps {
1594
- initialRgbColor: ColorFormats.RGB;
1595
- onSubmit: (color: ColorFormats.RGB) => void;
1596
- onCancel: () => void;
1597
- }
2225
+ export declare function IconThumbsUp({ color, className, width, height }: IIconProps): JSX.Element;
1598
2226
 
1599
2227
  /**
1600
2228
  * @internal
1601
2229
  */
1602
- export declare interface IColorPickerState {
1603
- draftHslColor: ColorFormats.HSL;
1604
- }
2230
+ export declare function IconToken({ color, className, width, height }: IIconProps): JSX.Element;
1605
2231
 
1606
2232
  /**
1607
2233
  * @internal
1608
2234
  */
1609
- export declare interface IColorPreviewProps {
1610
- colors: string[];
1611
- className?: string;
1612
- }
2235
+ export declare function IconTrash({ color, className, width, height }: IIconProps): JSX.Element;
1613
2236
 
1614
2237
  /**
1615
2238
  * @internal
1616
2239
  */
1617
- export declare interface IColumnsIconProps extends IIconProps {
1618
- colorPalette?: {
1619
- normalColumn?: Color;
1620
- totalColumn?: Color;
1621
- };
1622
- }
2240
+ export declare function IconTreeMap({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
1623
2241
 
1624
2242
  /**
1625
2243
  * @internal
1626
2244
  */
1627
- export declare interface ICommunityEditionDialogProps {
1628
- onClose: () => void;
1629
- headerText: string;
1630
- infoText: string;
1631
- copyrightText: string;
1632
- links: {
1633
- text: string;
1634
- uri: string;
1635
- }[];
1636
- closeButtonText: string;
1637
- }
2245
+ export declare type IconType = "brain" | "brainDisabled" | "check" | "checkCircle" | "plus" | "plusCircle" | "sync" | "alert" | "alertPaused" | "close" | "cross" | "crossCircle" | "question" | "chevronUp" | "chevronRight" | "chevronDown" | "chevronLeft" | "date" | "navigateUp" | "navigateDown" | "navigateRight" | "navigateLeft" | "download" | "slack" | "expand" | "exclamationCircle" | "book" | "visible" | "invisible" | "lock" | "unlock" | "ai" | "aiFill" | "drawer" | "drawerEmpty" | "prohibited" | "dropDown" | "dropRight" | "clock" | "questionMark" | "upload" | "expandRectangle" | "file" | "number" | "code" | "user" | "userPlus" | "users" | "magic" | "tab" | "pauseCircle" | "filter" | "timer" | "mail" | "envelope" | "copy" | "rain" | "earth" | "minimize" | "copyright" | "ellipsis" | "pencil" | "folder" | "folderPlus" | "trash" | "arrowUp" | "arrowRight" | "arrowDown" | "arrowLeft" | "undo" | "redo" | "trendDown" | "trendUp" | "save" | "minusCircle" | "percent" | "enter" | "enterRight" | "money" | "ghost" | "warning" | "home" | "settings" | "search" | "university" | "printer" | "picture" | "visualization" | "dashboard" | "metric" | "fact" | "ldmAttribute" | "sharp" | "attribute" | "horn" | "cw" | "ccw" | "table" | "directionColumn" | "directionRow" | "header" | "genai" | "genai2" | "explainai" | "hiddenForAi" | "box" | "ellipsisVertical" | "list" | "drillTo" | "hierarchy" | "history" | "thumbsUp" | "thumbsDown" | "send" | "visualizationArea" | "visualizationTable" | "visualizationTreemap" | "visualizationScatter" | "visualizationDonut" | "visualizationHeadline" | "visualizationColumn" | "visualizationLine" | "visualizationPyramid" | "visualizationFunnel" | "visualizationHeatmap" | "visualizationBubble" | "visualizationPie" | "visualizationBar" | "visualizationCombo" | "visualizationBullet" | "visualizationWaterfall" | "visualizationDependencywheel" | "visualizationSankey" | "visualizationPushpin" | "visualizationRepeater" | "visualizationXirr" | "link" | "fileXlsx" | "filePptx" | "filePdf" | "fileImage" | "fileCsvFormatted" | "fileCsvRaw" | "recommendation";
1638
2246
 
1639
2247
  /**
1640
2248
  * @internal
1641
2249
  */
1642
- export declare type IComponentLabelsProviderProps = {
1643
- labels: IShareDialogLabels;
1644
- children?: ReactNode;
1645
- };
2250
+ export declare function IconUndo({ color, className, width, height, ariaHidden }: IIconProps): JSX.Element;
1646
2251
 
1647
2252
  /**
1648
2253
  * @internal
1649
2254
  */
1650
- export declare interface IComponentTableProps<TProps extends object> {
1651
- columnsBy?: IPropCombination<TProps, keyof TProps> | undefined;
1652
- rowsBy: IPropCombination<TProps, keyof TProps>[];
1653
- baseProps?: Partial<TProps>;
1654
- Component: ComponentType<TProps>;
1655
- codeSnippet?: string;
1656
- debug?: boolean;
1657
- cellWidth?: number;
1658
- cellHeight?: number;
1659
- align?: "center" | "flex-start";
1660
- cellStyle?: (props: TProps) => CSSProperties | undefined;
1661
- }
2255
+ export declare function IconUser({ color, backgroundColor, className, width, height, }: IUserIconProps): JSX.Element;
1662
2256
 
1663
2257
  /**
1664
2258
  * @internal
1665
2259
  */
1666
- export declare const Icon: Record<string, FC<IIconProps>>;
2260
+ export declare function IconUserGroup({ color, backgroundColor, className, width, height, }: IUserGroupIconProps): JSX.Element;
1667
2261
 
1668
2262
  /**
1669
2263
  * @internal
1670
2264
  */
1671
- export declare interface IConfirmDialogBaseProps extends Omit<IDialogBaseProps, "accessibilityConfig"> {
1672
- isSubmitDisabled?: boolean;
1673
- isCancelDisabled?: boolean;
1674
- isPositive?: boolean;
1675
- cancelButtonText?: string;
1676
- submitButtonText?: string;
1677
- submitButtonTooltipText?: string;
1678
- submitButtonTooltipAlignPoints?: IAlignPoint[];
1679
- submitButtonTooltipArrowOffsets?: ArrowOffsets;
1680
- hideSubmitButton?: boolean;
1681
- warning?: string | ReactElement;
1682
- showProgressIndicator?: boolean;
1683
- headerLeftButtonRenderer?: () => ReactElement;
1684
- footerLeftRenderer?: () => ReactElement;
1685
- dialogHeaderClassName?: string;
1686
- titleRightIconRenderer?: () => ReactElement;
1687
- headline?: string;
1688
- initialFocus?: RefObject<HTMLElement | null> | string;
1689
- returnFocusTo?: RefObject<HTMLElement | null> | string;
1690
- returnFocusAfterClose?: boolean;
1691
- accessibilityConfig?: {
1692
- closeButton?: IButtonAccessibilityConfig;
1693
- titleElementId?: string;
1694
- descriptionElementId?: string;
1695
- dialogId?: string;
1696
- };
1697
- }
2265
+ export declare function IconVisualizationSwitcher({ color, className, width, height }: IIconProps): JSX.Element;
1698
2266
 
1699
2267
  /**
1700
2268
  * @internal
1701
2269
  */
1702
- export declare const iconPaths: Record<IconType, ReactNode>;
2270
+ export declare function IconWarning({ color, className, width, height }: IIconProps): JSX.Element;
1703
2271
 
1704
2272
  /**
1705
2273
  * @internal
1706
2274
  */
1707
- export declare type IconType = "brain" | "brainDisabled" | "check" | "checkCircle" | "plus" | "plusCircle" | "sync" | "alert" | "alertPaused" | "close" | "cross" | "crossCircle" | "question" | "chevronUp" | "chevronRight" | "chevronDown" | "chevronLeft" | "date" | "navigateUp" | "navigateDown" | "navigateRight" | "navigateLeft" | "download" | "slack" | "expand" | "exclamationCircle" | "book" | "visible" | "invisible" | "lock" | "unlock" | "ai" | "aiFill" | "drawer" | "drawerEmpty" | "prohibited" | "dropDown" | "dropRight" | "clock" | "questionMark" | "upload" | "expandRectangle" | "file" | "number" | "code" | "user" | "userPlus" | "users" | "magic" | "tab" | "pauseCircle" | "filter" | "timer" | "mail" | "envelope" | "copy" | "rain" | "earth" | "minimize" | "copyright" | "ellipsis" | "pencil" | "folder" | "folderPlus" | "trash" | "arrowUp" | "arrowRight" | "arrowDown" | "arrowLeft" | "undo" | "redo" | "trendDown" | "trendUp" | "save" | "minusCircle" | "percent" | "enter" | "enterRight" | "money" | "ghost" | "warning" | "home" | "settings" | "search" | "university" | "printer" | "picture" | "visualization" | "dashboard" | "metric" | "fact" | "ldmAttribute" | "sharp" | "attribute" | "horn" | "cw" | "ccw" | "table" | "directionColumn" | "directionRow" | "header" | "genai" | "genai2" | "explainai" | "hiddenForAi" | "box" | "ellipsisVertical" | "list" | "drillTo" | "hierarchy" | "history" | "thumbsUp" | "thumbsDown" | "send" | "visualizationArea" | "visualizationTable" | "visualizationTreemap" | "visualizationScatter" | "visualizationDonut" | "visualizationHeadline" | "visualizationColumn" | "visualizationLine" | "visualizationPyramid" | "visualizationFunnel" | "visualizationHeatmap" | "visualizationBubble" | "visualizationPie" | "visualizationBar" | "visualizationCombo" | "visualizationBullet" | "visualizationWaterfall" | "visualizationDependencywheel" | "visualizationSankey" | "visualizationPushpin" | "visualizationRepeater" | "visualizationXirr" | "link" | "fileXlsx" | "filePptx" | "filePdf" | "fileImage" | "fileCsvFormatted" | "fileCsvRaw" | "recommendation";
2275
+ export declare function IconWaterfall({ className, width, height, color, ariaHidden }: IIconProps): JSX.Element;
2276
+
2277
+ /**
2278
+ * @internal
2279
+ */
2280
+ export declare function IconWebhook({ color, className, width, height }: IIconProps): JSX.Element;
2281
+
2282
+ /**
2283
+ * @internal
2284
+ */
2285
+ export declare function IconWebsite({ color, className, width, height }: IIconProps): JSX.Element;
2286
+
2287
+ /**
2288
+ * @internal
2289
+ */
2290
+ export declare function IconWidget({ color, className, width, height }: IIconProps): JSX.Element;
1708
2291
 
1709
2292
  /**
1710
2293
  * @internal
@@ -2491,6 +3074,13 @@ export declare interface IHandleActionOptions {
2491
3074
  shouldStopPropagation?: boolean;
2492
3075
  }
2493
3076
 
3077
+ /**
3078
+ * @internal
3079
+ */
3080
+ export declare interface IHashIconProps extends IIconProps {
3081
+ backgroundColor?: string;
3082
+ }
3083
+
2494
3084
  /**
2495
3085
  * @internal
2496
3086
  */
@@ -4977,6 +5567,7 @@ export declare type IUiMenuContentItem<T extends IUiMenuItemData = object> = {
4977
5567
  stringTitle: string;
4978
5568
  isDisabled?: boolean;
4979
5569
  showComponentOnly?: boolean;
5570
+ iconLeft?: ReactNode;
4980
5571
  data: T["content"];
4981
5572
  Component: ComponentType<{
4982
5573
  onBack: () => void;
@@ -4990,6 +5581,7 @@ export declare type IUiMenuContentItem<T extends IUiMenuItemData = object> = {
4990
5581
  export declare interface IUiMenuContentItemProps<T extends IUiMenuItemData = object> {
4991
5582
  item: IUiMenuContentItem<T>;
4992
5583
  isFocused: boolean;
5584
+ size?: SizeSmall | SizeMedium;
4993
5585
  }
4994
5586
 
4995
5587
  /**
@@ -5192,6 +5784,121 @@ export declare interface IUiStaticTreeViewProps<Level> extends IUiTreeViewProps<
5192
5784
  ItemComponent?: ComponentType<IUiTreeviewItemProps<Level>>;
5193
5785
  }
5194
5786
 
5787
+ /**
5788
+ * @internal
5789
+ */
5790
+ export declare type IUiTab<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject> = {
5791
+ id: string;
5792
+ label: string;
5793
+ actions?: IUiTabAction<TTabProps, TTabActionProps>[];
5794
+ } & TTabProps;
5795
+
5796
+ /**
5797
+ * @internal
5798
+ */
5799
+ export declare type IUiTabAction<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject> = {
5800
+ id: string;
5801
+ label: string;
5802
+ isDisabled?: boolean;
5803
+ onSelect?: (context: {
5804
+ tab: IUiTab<TTabProps, TTabActionProps>;
5805
+ }) => void;
5806
+ /**
5807
+ * Whether to close the dropdown when the action is selected.
5808
+ * - "actions" - close actions menu when action is selected
5809
+ * - "all" - close actions menu and possibly all tabs list when action is selected
5810
+ * - false - do not close anything when action is selected
5811
+ *
5812
+ * @defaultValue "actions"
5813
+ */
5814
+ closeOnSelect?: "actions" | "all" | false;
5815
+ iconRight?: ReactNode;
5816
+ iconLeft?: ReactNode;
5817
+ } & TTabActionProps;
5818
+
5819
+ /**
5820
+ * @internal
5821
+ */
5822
+ export declare type IUiTabActionEventContext<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject> = {
5823
+ action: IUiTabAction<TTabProps, TTabActionProps>;
5824
+ tab: IUiTab<TTabProps, TTabActionProps>;
5825
+ location: "tabs" | "allList";
5826
+ };
5827
+
5828
+ /**
5829
+ * @internal
5830
+ */
5831
+ export declare type IUiTabComponentProps<TComponent extends keyof IUiTabComponents<TTabProps, TTabActionProps>, TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject> = ComponentProps<IUiTabComponents<TTabProps, TTabActionProps>[TComponent]>;
5832
+
5833
+ /**
5834
+ * @internal
5835
+ */
5836
+ export declare type IUiTabComponents<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject> = {
5837
+ Container: ComponentType;
5838
+ Tab: ComponentType<{
5839
+ tab: IUiTab<TTabProps, TTabActionProps>;
5840
+ isSelected: boolean;
5841
+ onSelect: () => void;
5842
+ focusedAction?: typeof SELECT_ITEM_ACTION | "selectTabActions";
5843
+ }>;
5844
+ TabValue: ComponentType<{
5845
+ tab: IUiTab<TTabProps, TTabActionProps>;
5846
+ isSelected: boolean;
5847
+ location: "tabs" | "allList";
5848
+ }>;
5849
+ TabActions: ComponentType<{
5850
+ tab: IUiTab<TTabProps, TTabActionProps>;
5851
+ location: "tabs" | "allList";
5852
+ tabIndex?: number;
5853
+ id?: string;
5854
+ }>;
5855
+ TabActionsButton: ComponentType<{
5856
+ tab: IUiTab<TTabProps, TTabActionProps>;
5857
+ isOpen: boolean;
5858
+ onClick: () => void;
5859
+ location: "tabs" | "allList";
5860
+ ariaAttributes?: IDropdownButtonRenderProps["ariaAttributes"];
5861
+ tabIndex?: number;
5862
+ id?: string;
5863
+ }>;
5864
+ AllTabs: ComponentType;
5865
+ AllTabsButton: ComponentType<{
5866
+ isOpen: boolean;
5867
+ onClick: () => void;
5868
+ ref?: RefObject<HTMLElement>;
5869
+ ariaAttributes?: IDropdownButtonRenderProps["ariaAttributes"];
5870
+ }>;
5871
+ };
5872
+
5873
+ /**
5874
+ * @internal
5875
+ */
5876
+ export declare type IUiTabContext<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject> = Pick<IUiTabsProps<TTabProps, TTabActionProps>, "tabs" | "selectedTabId" | "onTabSelect" | "size" | "accessibilityConfig" | "maxLabelLength"> & {
5877
+ isOverflowing: boolean;
5878
+ containerRef: RefCallback<Element>;
5879
+ onActionTriggered: (context: IUiTabActionEventContext<TTabProps, TTabActionProps>) => void;
5880
+ useActionListener: (callback: (context: IUiTabActionEventContext) => void) => void;
5881
+ } & IUiTabComponents<TTabProps, TTabActionProps>;
5882
+
5883
+ /**
5884
+ * @internal
5885
+ */
5886
+ export declare interface IUiTabsAccessibilityConfig extends IAccessibilityConfigBase {
5887
+ tabRole?: HTMLAttributes<HTMLElement>["role"];
5888
+ }
5889
+
5890
+ /**
5891
+ * @internal
5892
+ */
5893
+ export declare type IUiTabsProps<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject> = {
5894
+ tabs: IUiTab<TTabProps, TTabActionProps>[];
5895
+ selectedTabId: string;
5896
+ onTabSelect: (tab: IUiTab<TTabProps, TTabActionProps>) => void;
5897
+ size?: SizeSmall | SizeMedium | SizeLarge;
5898
+ maxLabelLength?: number;
5899
+ accessibilityConfig?: IUiTabsAccessibilityConfig;
5900
+ } & Partial<IUiTabComponents<TTabProps, TTabActionProps>>;
5901
+
5195
5902
  /**
5196
5903
  * @internal
5197
5904
  */
@@ -5286,6 +5993,20 @@ export declare interface IUseKeyboardNavigationTargetProps {
5286
5993
  onFocus?: () => void;
5287
5994
  }
5288
5995
 
5996
+ /**
5997
+ * @internal
5998
+ */
5999
+ export declare interface IUserGroupIconProps extends IIconProps {
6000
+ backgroundColor?: string;
6001
+ }
6002
+
6003
+ /**
6004
+ * @internal
6005
+ */
6006
+ export declare interface IUserIconProps extends IIconProps {
6007
+ backgroundColor?: string;
6008
+ }
6009
+
5289
6010
  /**
5290
6011
  * @internal
5291
6012
  */
@@ -6689,6 +7410,7 @@ export declare interface UiIconButtonPublicProps {
6689
7410
  ariaAttributes?: IDropdownButtonRenderProps["ariaAttributes"];
6690
7411
  accessibilityConfig?: IDropdownButtonRenderProps["accessibilityConfig"];
6691
7412
  tabIndex?: number;
7413
+ id?: string;
6692
7414
  }
6693
7415
 
6694
7416
  /**
@@ -7023,14 +7745,6 @@ export declare interface UiSubmenuHeaderProps {
7023
7745
  titleId?: string;
7024
7746
  }
7025
7747
 
7026
- /**
7027
- * @internal
7028
- */
7029
- export declare interface UiTab {
7030
- id: string;
7031
- label: string;
7032
- }
7033
-
7034
7748
  /**
7035
7749
  * @internal
7036
7750
  */
@@ -7042,35 +7756,7 @@ export declare function UiTabOutHandler({ onTabOut, children }: {
7042
7756
  /**
7043
7757
  * @internal
7044
7758
  */
7045
- export declare function UiTabs({ size, tabs, onTabSelect, selectedTabId, accessibilityConfig, maxLabelLength, enableOverflowDropdown, }: UiTabsProps): JSX.Element;
7046
-
7047
- /**
7048
- * @internal
7049
- */
7050
- export declare interface UiTabsAccessibilityConfig extends IAccessibilityConfigBase {
7051
- tabRole?: HTMLAttributes<HTMLElement>["role"];
7052
- }
7053
-
7054
- /**
7055
- * @internal
7056
- */
7057
- export declare interface UiTabsProps {
7058
- size?: SizeSmall | SizeMedium | SizeLarge;
7059
- tabs: Array<UiTab>;
7060
- onTabSelect: (tab: UiTab) => void;
7061
- selectedTabId: string;
7062
- accessibilityConfig?: UiTabsAccessibilityConfig;
7063
- /**
7064
- * Maximum length for tab labels. When exceeded, the label will be truncated with ellipsis
7065
- * and the full label will be available via aria-label.
7066
- */
7067
- maxLabelLength?: number;
7068
- /**
7069
- * Enable overflow dropdown that appears when tabs don't fit in the container.
7070
- * When true, a dropdown button will appear showing all tabs.
7071
- */
7072
- enableOverflowDropdown?: boolean;
7073
- }
7759
+ export declare function UiTabs<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>(props: IUiTabsProps<TTabProps, TTabActionProps>): JSX.Element;
7074
7760
 
7075
7761
  /**
7076
7762
  * @internal
@@ -7372,6 +8058,7 @@ export declare function useListWithActionsKeyboardNavigation<Item, Action extend
7372
8058
  focusedAction: "selectItem" | Action;
7373
8059
  focusedItem: Item;
7374
8060
  setFocusedAction: Dispatch<SetStateAction<"selectItem" | Action>>;
8061
+ setFocusedIndex: Dispatch<SetStateAction<number>>;
7375
8062
  };
7376
8063
 
7377
8064
  /**
@@ -7475,6 +8162,11 @@ export declare const useUiReturnFocusOnUnmountConnectors: <T extends HTMLElement
7475
8162
  */
7476
8163
  export declare const useUiTabOutHandlerConnectors: <T extends HTMLElement = HTMLElement>(handler?: (event: KeyboardEvent_2) => void) => IUiFocusHelperConnectors<T>;
7477
8164
 
8165
+ /**
8166
+ * @internal
8167
+ */
8168
+ export declare function useUiTabsContextStoreValue<TTabProps extends Record<any, any> = EmptyObject, TTabActionProps extends Record<any, any> = EmptyObject>({ tabs, selectedTabId, onTabSelect, size, maxLabelLength, accessibilityConfig: accessibilityConfigProp, Container, Tab, TabValue, TabActions, TabActionsButton, AllTabs, AllTabsButton, }: IUiTabsProps<TTabProps, TTabActionProps>): IUiTabContext<TTabProps, TTabActionProps>;
8169
+
7478
8170
  /**
7479
8171
  * @internal
7480
8172
  */