@gooddata/sdk-ui-kit 10.26.0-alpha.9 → 10.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/@ui/@utils/keyboardNavigation.d.ts +18 -0
- package/esm/@ui/@utils/keyboardNavigation.d.ts.map +1 -0
- package/esm/@ui/@utils/keyboardNavigation.js +47 -0
- package/esm/@ui/@utils/keyboardNavigation.js.map +1 -0
- package/esm/@ui/UiButton/UiButton.d.ts +3 -4
- package/esm/@ui/UiButton/UiButton.d.ts.map +1 -1
- package/esm/@ui/UiButton/UiButton.js +10 -9
- package/esm/@ui/UiButton/UiButton.js.map +1 -1
- package/esm/@ui/UiChip/UiChip.d.ts +10 -1
- package/esm/@ui/UiChip/UiChip.d.ts.map +1 -1
- package/esm/@ui/UiChip/UiChip.js +19 -16
- package/esm/@ui/UiChip/UiChip.js.map +1 -1
- package/esm/@ui/UiFocusTrap/UiFocusTrap.d.ts.map +1 -1
- package/esm/@ui/UiFocusTrap/UiFocusTrap.js +17 -13
- package/esm/@ui/UiFocusTrap/UiFocusTrap.js.map +1 -1
- package/esm/@ui/UiIcon/UiIcon.d.ts +1 -1
- package/esm/@ui/UiIcon/UiIcon.d.ts.map +1 -1
- package/esm/@ui/UiIcon/UiIcon.js +3 -3
- package/esm/@ui/UiIcon/UiIcon.js.map +1 -1
- package/esm/@ui/UiIcon/icons.d.ts +1 -8
- package/esm/@ui/UiIcon/icons.d.ts.map +1 -1
- package/esm/@ui/UiIcon/icons.js +14 -53
- package/esm/@ui/UiIcon/icons.js.map +1 -1
- package/esm/@ui/UiIconButton/UiIconButton.d.ts +21 -0
- package/esm/@ui/UiIconButton/UiIconButton.d.ts.map +1 -0
- package/esm/@ui/UiIconButton/UiIconButton.js +15 -0
- package/esm/@ui/UiIconButton/UiIconButton.js.map +1 -0
- package/esm/@ui/UiListbox/UiListbox.d.ts +11 -0
- package/esm/@ui/UiListbox/UiListbox.d.ts.map +1 -0
- package/esm/@ui/UiListbox/UiListbox.js +133 -0
- package/esm/@ui/UiListbox/UiListbox.js.map +1 -0
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxInteractiveItemComponent.d.ts +7 -0
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxInteractiveItemComponent.d.ts.map +1 -0
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxInteractiveItemComponent.js +16 -0
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxInteractiveItemComponent.js.map +1 -0
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxStaticItemComponent.d.ts +12 -0
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxStaticItemComponent.d.ts.map +1 -0
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxStaticItemComponent.js +18 -0
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxStaticItemComponent.js.map +1 -0
- package/esm/@ui/UiListbox/defaults/firstCharacterSearch.d.ts +8 -0
- package/esm/@ui/UiListbox/defaults/firstCharacterSearch.d.ts.map +1 -0
- package/esm/@ui/UiListbox/defaults/firstCharacterSearch.js +27 -0
- package/esm/@ui/UiListbox/defaults/firstCharacterSearch.js.map +1 -0
- package/esm/@ui/UiListbox/listboxBem.d.ts +2 -0
- package/esm/@ui/UiListbox/listboxBem.d.ts.map +1 -0
- package/esm/@ui/UiListbox/listboxBem.js +4 -0
- package/esm/@ui/UiListbox/listboxBem.js.map +1 -0
- package/esm/@ui/UiListbox/types.d.ts +73 -0
- package/esm/@ui/UiListbox/types.d.ts.map +1 -0
- package/esm/@ui/UiListbox/types.js +3 -0
- package/esm/@ui/UiListbox/types.js.map +1 -0
- package/esm/Bubble/withBubble.d.ts +1 -1
- package/esm/Bubble/withBubble.d.ts.map +1 -1
- package/esm/Bubble/withBubble.js +7 -6
- package/esm/Bubble/withBubble.js.map +1 -1
- package/esm/Button/Button.d.ts.map +1 -1
- package/esm/Button/Button.js +2 -2
- package/esm/Button/Button.js.map +1 -1
- package/esm/Dialog/BackButton.d.ts.map +1 -1
- package/esm/Dialog/BackButton.js +6 -2
- package/esm/Dialog/BackButton.js.map +1 -1
- package/esm/Dialog/ConfirmDialogBase.d.ts.map +1 -1
- package/esm/Dialog/ConfirmDialogBase.js +5 -3
- package/esm/Dialog/ConfirmDialogBase.js.map +1 -1
- package/esm/Dialog/DialogBase.d.ts.map +1 -1
- package/esm/Dialog/DialogBase.js +10 -13
- package/esm/Dialog/DialogBase.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/AddGranteeBase.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/AddGranteeBase.js +6 -2
- package/esm/Dialog/ShareDialog/ShareDialogBase/AddGranteeBase.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/AddGranteeButton.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/AddGranteeButton.js +5 -3
- package/esm/Dialog/ShareDialog/ShareDialogBase/AddGranteeButton.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/AddGranteeSelect.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/AddGranteeSelect.js +18 -6
- package/esm/Dialog/ShareDialog/ShareDialogBase/AddGranteeSelect.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranteeItem.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranteeItem.js +5 -3
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranteeItem.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularGranteeGroupItem.d.ts +1 -0
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularGranteeGroupItem.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularGranteeGroupItem.js +6 -4
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularGranteeGroupItem.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularGranteeUserItem.d.ts +1 -0
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularGranteeUserItem.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularGranteeUserItem.js +6 -4
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularGranteeUserItem.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionItem.d.ts +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionItem.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionItem.js +7 -6
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionItem.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionsDropdown.d.ts +4 -3
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionsDropdown.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionsDropdown.js +18 -16
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionsDropdown.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionsDropdownBody.d.ts +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionsDropdownBody.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionsDropdownBody.js +93 -13
- package/esm/Dialog/ShareDialog/ShareDialogBase/GranularPermissions/GranularPermissionsDropdownBody.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareDialogBase.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareDialogBase.js +4 -3
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareDialogBase.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareGranteeBase.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareGranteeBase.js +7 -2
- package/esm/Dialog/ShareDialog/ShareDialogBase/ShareGranteeBase.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/types.d.ts +1 -0
- package/esm/Dialog/ShareDialog/ShareDialogBase/types.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/types.js.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/utils.d.ts +8 -0
- package/esm/Dialog/ShareDialog/ShareDialogBase/utils.d.ts.map +1 -1
- package/esm/Dialog/ShareDialog/ShareDialogBase/utils.js +8 -0
- package/esm/Dialog/ShareDialog/ShareDialogBase/utils.js.map +1 -1
- package/esm/Dialog/elementId.d.ts +5 -0
- package/esm/Dialog/elementId.d.ts.map +1 -0
- package/esm/Dialog/elementId.js +6 -0
- package/esm/Dialog/elementId.js.map +1 -0
- package/esm/Dialog/typings.d.ts +4 -0
- package/esm/Dialog/typings.d.ts.map +1 -1
- package/esm/Dropdown/Dropdown.d.ts +18 -1
- package/esm/Dropdown/Dropdown.d.ts.map +1 -1
- package/esm/Dropdown/Dropdown.js +41 -29
- package/esm/Dropdown/Dropdown.js.map +1 -1
- package/esm/Dropdown/DropdownButton.d.ts.map +1 -1
- package/esm/Dropdown/DropdownButton.js +2 -1
- package/esm/Dropdown/DropdownButton.js.map +1 -1
- package/esm/Dropdown/DropdownButtonKeyboardWrapper.d.ts +8 -0
- package/esm/Dropdown/DropdownButtonKeyboardWrapper.d.ts.map +1 -0
- package/esm/Dropdown/DropdownButtonKeyboardWrapper.js +22 -0
- package/esm/Dropdown/DropdownButtonKeyboardWrapper.js.map +1 -0
- package/esm/List/index.js +1 -1
- package/esm/RecurrenceForm/CronExpression.d.ts +2 -1
- package/esm/RecurrenceForm/CronExpression.d.ts.map +1 -1
- package/esm/RecurrenceForm/CronExpression.js +25 -10
- package/esm/RecurrenceForm/CronExpression.js.map +1 -1
- package/esm/RecurrenceForm/DateTime.d.ts.map +1 -1
- package/esm/RecurrenceForm/DateTime.js +2 -1
- package/esm/RecurrenceForm/DateTime.js.map +1 -1
- package/esm/RecurrenceForm/Recurrence.d.ts +1 -0
- package/esm/RecurrenceForm/Recurrence.d.ts.map +1 -1
- package/esm/RecurrenceForm/Recurrence.js +2 -2
- package/esm/RecurrenceForm/Recurrence.js.map +1 -1
- package/esm/RecurrenceForm/RecurrenceForm.d.ts +1 -0
- package/esm/RecurrenceForm/RecurrenceForm.d.ts.map +1 -1
- package/esm/RecurrenceForm/RecurrenceForm.js +2 -2
- package/esm/RecurrenceForm/RecurrenceForm.js.map +1 -1
- package/esm/RecurrenceForm/RepeatTypeDescription.d.ts.map +1 -1
- package/esm/RecurrenceForm/RepeatTypeDescription.js +3 -2
- package/esm/RecurrenceForm/RepeatTypeDescription.js.map +1 -1
- package/esm/RecurrenceForm/useCronValidation.js +1 -1
- package/esm/RecurrenceForm/useCronValidation.js.map +1 -1
- package/esm/RichText/RichText.d.ts.map +1 -1
- package/esm/RichText/RichText.js +2 -0
- package/esm/RichText/RichText.js.map +1 -1
- package/esm/RichText/RichTextWithTooltip.d.ts +1 -1
- package/esm/RichText/RichTextWithTooltip.d.ts.map +1 -1
- package/esm/RichText/RichTextWithTooltip.js +12 -4
- package/esm/RichText/RichTextWithTooltip.js.map +1 -1
- package/esm/RichText/plugins/rehype-references.d.ts.map +1 -1
- package/esm/RichText/plugins/rehype-references.js +18 -15
- package/esm/RichText/plugins/rehype-references.js.map +1 -1
- package/esm/index.d.ts +8 -3
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +5 -1
- package/esm/index.js.map +1 -1
- package/esm/sdk-ui-kit.d.ts +157 -14
- package/esm/utils/domUtilities.d.ts +2 -0
- package/esm/utils/domUtilities.d.ts.map +1 -1
- package/esm/utils/domUtilities.js +16 -1
- package/esm/utils/domUtilities.js.map +1 -1
- package/package.json +9 -9
- package/src/@ui/UiButton/UiButton.scss +43 -149
- package/src/@ui/UiChip/UiChip.scss +56 -19
- package/src/@ui/UiIcon/UiIcon.scss +3 -3
- package/src/@ui/UiIconButton/UiIconButton.scss +164 -0
- package/src/@ui/UiListbox/UiListbox.scss +79 -0
- package/src/@ui/index.scss +2 -0
- package/styles/css/button.css +0 -6
- package/styles/css/button.css.map +1 -1
- package/styles/css/main.css +287 -214
- package/styles/css/main.css.map +1 -1
- package/styles/css/recurrenceForm.css +13 -0
- package/styles/css/recurrenceForm.css.map +1 -1
- package/styles/css/shareDialog.css +16 -0
- package/styles/css/shareDialog.css.map +1 -1
- package/styles/scss/button.scss +0 -8
- package/styles/scss/dropdown.scss +1 -1
- package/styles/scss/recurrenceForm.scss +16 -0
- package/styles/scss/shareDialog.scss +20 -1
package/esm/sdk-ui-kit.d.ts
CHANGED
@@ -545,6 +545,17 @@ export declare const defaultColorPaletteMetadataObject: IColorPaletteDefinition;
|
|
545
545
|
*/
|
546
546
|
export declare const defaultThemeMetadataObject: IThemeDefinition;
|
547
547
|
|
548
|
+
/**
|
549
|
+
* @internal
|
550
|
+
*/
|
551
|
+
export declare function DefaultUiListboxInteractiveItemComponent<T>({ item, isFocused, isSelected, onSelect, }: UiListboxInteractiveItemProps<T>): React_2.ReactNode;
|
552
|
+
|
553
|
+
/**
|
554
|
+
* By default just renders the data.
|
555
|
+
* @internal
|
556
|
+
*/
|
557
|
+
export declare function DefaultUiListboxStaticItemComponent<T>({ item, }: UiListboxStaticItemProps<T>): React_2.ReactNode;
|
558
|
+
|
548
559
|
/**
|
549
560
|
* @internal
|
550
561
|
*/
|
@@ -1081,6 +1092,7 @@ export declare interface IAddGranteeBaseProps {
|
|
1081
1092
|
appliedGrantees: GranteeItem[];
|
1082
1093
|
currentUserPermissions: CurrentUserPermissions;
|
1083
1094
|
sharedObject: IAffectedSharedObject;
|
1095
|
+
previouslyFocusedRef?: React.MutableRefObject<HTMLElement>;
|
1084
1096
|
onBackClick?: () => void;
|
1085
1097
|
onDelete: (grantee: GranteeItem) => void;
|
1086
1098
|
onAddUserOrGroups?: (grantee: GranteeItem) => void;
|
@@ -1497,6 +1509,7 @@ export declare interface IConfirmDialogBaseProps extends Omit<IDialogBaseProps,
|
|
1497
1509
|
titleRightIconRenderer?: () => JSX.Element;
|
1498
1510
|
headline?: string;
|
1499
1511
|
initialFocus?: React_2.RefObject<HTMLElement> | string;
|
1512
|
+
returnFocusTo?: React_2.RefObject<HTMLElement> | string;
|
1500
1513
|
accessibilityConfig?: {
|
1501
1514
|
closeButton?: IButtonAccessibilityConfig;
|
1502
1515
|
titleElementId?: string;
|
@@ -1507,7 +1520,7 @@ export declare interface IConfirmDialogBaseProps extends Omit<IDialogBaseProps,
|
|
1507
1520
|
/**
|
1508
1521
|
* @internal
|
1509
1522
|
*/
|
1510
|
-
export declare const
|
1523
|
+
export declare const iconPaths: Record<IconType, React_2.ReactNode>;
|
1511
1524
|
|
1512
1525
|
/**
|
1513
1526
|
* @internal
|
@@ -1627,8 +1640,10 @@ export declare interface IDialogBaseProps {
|
|
1627
1640
|
closeButton?: IButtonAccessibilityConfig;
|
1628
1641
|
titleElementId?: string;
|
1629
1642
|
descriptionElementId?: string;
|
1643
|
+
isModal?: boolean;
|
1630
1644
|
};
|
1631
1645
|
submitOnEnterKey?: boolean;
|
1646
|
+
shouldCloseOnEscape?: boolean;
|
1632
1647
|
onCancel?: (data?: any) => void;
|
1633
1648
|
onClose?: (data?: any) => void;
|
1634
1649
|
onSubmit?: (data?: any) => void;
|
@@ -1647,6 +1662,7 @@ export declare interface IDialogBaseProps {
|
|
1647
1662
|
autofocusOnOpen?: boolean;
|
1648
1663
|
CloseButton?: React_2.ComponentType<IDialogCloseButtonProps>;
|
1649
1664
|
initialFocus?: React_2.RefObject<HTMLElement> | string;
|
1665
|
+
returnFocusTo?: React_2.RefObject<HTMLElement> | string;
|
1650
1666
|
}
|
1651
1667
|
|
1652
1668
|
/**
|
@@ -1757,6 +1773,10 @@ export declare interface IDomNativeProps {
|
|
1757
1773
|
export declare interface IDropdownBodyRenderProps {
|
1758
1774
|
isMobile: boolean;
|
1759
1775
|
closeDropdown: () => void;
|
1776
|
+
ariaAttributes: Pick<React_2.AriaAttributes, "aria-labelledby"> & {
|
1777
|
+
role: React_2.AriaAttributes["aria-haspopup"] & React_2.AriaRole;
|
1778
|
+
id: string;
|
1779
|
+
};
|
1760
1780
|
}
|
1761
1781
|
|
1762
1782
|
/**
|
@@ -1796,7 +1816,10 @@ export declare interface IDropdownButtonRenderProps {
|
|
1796
1816
|
buttonRef: React_2.MutableRefObject<HTMLElement | null>;
|
1797
1817
|
openDropdown: () => void;
|
1798
1818
|
closeDropdown: () => void;
|
1799
|
-
toggleDropdown: () => void;
|
1819
|
+
toggleDropdown: (desiredState?: boolean | unknown) => void;
|
1820
|
+
ariaAttributes: {
|
1821
|
+
role: "button" | string;
|
1822
|
+
} & Pick<React_2.AriaAttributes, "aria-haspopup" | "aria-expanded" | "aria-controls">;
|
1800
1823
|
}
|
1801
1824
|
|
1802
1825
|
/**
|
@@ -1892,6 +1915,13 @@ export declare interface IDropdownListProps<T> extends IListProps<T> {
|
|
1892
1915
|
export declare interface IDropdownProps {
|
1893
1916
|
renderBody: (props: IDropdownBodyRenderProps) => React_2.ReactNode;
|
1894
1917
|
renderButton: (props: IDropdownButtonRenderProps) => React_2.ReactNode;
|
1918
|
+
isOpen?: boolean;
|
1919
|
+
/**
|
1920
|
+
* Toggles the open state or sets the state to the desired value.
|
1921
|
+
* The `desiredState` argument's type includes `unknown` to facilitate ease of use as an event handler (`onClick={onToggle}`)
|
1922
|
+
* @param desiredState - The desired state. If not provided, the state will be toggled.
|
1923
|
+
*/
|
1924
|
+
onToggle?: (desiredState?: boolean | unknown) => void;
|
1895
1925
|
openOnInit?: boolean;
|
1896
1926
|
className?: string;
|
1897
1927
|
alignPoints?: IAlignPoint[];
|
@@ -1909,6 +1939,9 @@ export declare interface IDropdownProps {
|
|
1909
1939
|
enableEventPropagation?: boolean;
|
1910
1940
|
closeOnEscape?: boolean;
|
1911
1941
|
autofocusOnOpen?: boolean;
|
1942
|
+
accessibilityConfig?: {
|
1943
|
+
popupRole?: "listbox" | "tree" | "grid" | "dialog";
|
1944
|
+
};
|
1912
1945
|
}
|
1913
1946
|
|
1914
1947
|
/**
|
@@ -2375,14 +2408,6 @@ export declare interface IHyperlinkProps {
|
|
2375
2408
|
onClick?: () => void;
|
2376
2409
|
}
|
2377
2410
|
|
2378
|
-
/**
|
2379
|
-
* @internal
|
2380
|
-
*/
|
2381
|
-
export declare interface IIconConfig {
|
2382
|
-
content: React_2.ReactNode;
|
2383
|
-
viewBox: string;
|
2384
|
-
}
|
2385
|
-
|
2386
2411
|
/**
|
2387
2412
|
* @internal
|
2388
2413
|
*/
|
@@ -2822,6 +2847,20 @@ export declare interface ILegacySingleSelectListProps<T> {
|
|
2822
2847
|
width: number;
|
2823
2848
|
}
|
2824
2849
|
|
2850
|
+
/**
|
2851
|
+
* @internal
|
2852
|
+
*/
|
2853
|
+
export declare interface IListboxContext<InteractiveItemData, StaticItemData = React_2.ReactNode> {
|
2854
|
+
items: IUiListboxItem<InteractiveItemData, StaticItemData>[];
|
2855
|
+
itemRefs: React_2.MutableRefObject<(HTMLLIElement | null)[]>;
|
2856
|
+
onSelect: (item: IUiListboxInteractiveItem<InteractiveItemData>) => void;
|
2857
|
+
onClose?: () => void;
|
2858
|
+
selectedItemId: string | undefined;
|
2859
|
+
focusedIndex: number | undefined;
|
2860
|
+
setFocusedIndex: React_2.Dispatch<React_2.SetStateAction<number>>;
|
2861
|
+
isItemFocusable: (item: IUiListboxItem<InteractiveItemData, StaticItemData>) => boolean;
|
2862
|
+
}
|
2863
|
+
|
2825
2864
|
/**
|
2826
2865
|
* @internal
|
2827
2866
|
*/
|
@@ -3529,6 +3568,7 @@ export declare interface IReactOptions {
|
|
3529
3568
|
export declare interface IRecurrenceFormProps {
|
3530
3569
|
startDate?: Date | null;
|
3531
3570
|
cronExpression?: string;
|
3571
|
+
cronDescription?: string;
|
3532
3572
|
placeholder?: string;
|
3533
3573
|
onChange: (cronExpression: string, startDate: Date | null, isValid: boolean) => void;
|
3534
3574
|
locale?: string;
|
@@ -3560,6 +3600,7 @@ export declare interface IRecurrenceProps {
|
|
3560
3600
|
timezone?: string;
|
3561
3601
|
cronValue: string;
|
3562
3602
|
cronPlaceholder?: string;
|
3603
|
+
cronDescription?: string;
|
3563
3604
|
weekStart?: WeekStart;
|
3564
3605
|
onRepeatTypeChange: (repeatType: string) => void;
|
3565
3606
|
onCronValueChange: (cronValue: string, isValid: boolean) => void;
|
@@ -4240,6 +4281,38 @@ export declare interface ITypographyProps {
|
|
4240
4281
|
id?: string;
|
4241
4282
|
}
|
4242
4283
|
|
4284
|
+
/**
|
4285
|
+
* @internal
|
4286
|
+
*/
|
4287
|
+
export declare interface IUiChipAccessibilityConfig extends IAccessibilityConfigBase, IDropdownButtonAccessibilityConfig {
|
4288
|
+
deleteAriaLabel?: string;
|
4289
|
+
}
|
4290
|
+
|
4291
|
+
/**
|
4292
|
+
* @internal
|
4293
|
+
*/
|
4294
|
+
export declare interface IUiListboxInteractiveItem<T> {
|
4295
|
+
type: "interactive";
|
4296
|
+
id: string;
|
4297
|
+
stringTitle: string;
|
4298
|
+
isDisabled?: boolean;
|
4299
|
+
data: T;
|
4300
|
+
}
|
4301
|
+
|
4302
|
+
/**
|
4303
|
+
* @internal
|
4304
|
+
*/
|
4305
|
+
export declare type IUiListboxItem<InteractiveItemData, StaticItemData = React_2.ReactNode> = IUiListboxStaticItem<StaticItemData> | IUiListboxInteractiveItem<InteractiveItemData>;
|
4306
|
+
|
4307
|
+
/**
|
4308
|
+
* @internal
|
4309
|
+
*/
|
4310
|
+
export declare interface IUiListboxStaticItem<T> {
|
4311
|
+
type: "static";
|
4312
|
+
id?: string;
|
4313
|
+
data: T;
|
4314
|
+
}
|
4315
|
+
|
4243
4316
|
/**
|
4244
4317
|
* @internal
|
4245
4318
|
*/
|
@@ -4838,6 +4911,11 @@ export declare type Separators = {
|
|
4838
4911
|
decimal: string;
|
4839
4912
|
};
|
4840
4913
|
|
4914
|
+
/**
|
4915
|
+
* @internal
|
4916
|
+
*/
|
4917
|
+
export declare const separatorStaticItem: IUiListboxStaticItem<React_2.ReactNode>;
|
4918
|
+
|
4841
4919
|
/**
|
4842
4920
|
* @internal
|
4843
4921
|
*/
|
@@ -5201,13 +5279,12 @@ export declare type TypographyTagName = "h1" | "h2" | "h3" | "p";
|
|
5201
5279
|
/**
|
5202
5280
|
* @internal
|
5203
5281
|
*/
|
5204
|
-
export declare const UiButton:
|
5282
|
+
export declare const UiButton: React_2.ForwardRefExoticComponent<UiButtonProps & React_2.RefAttributes<HTMLButtonElement>>;
|
5205
5283
|
|
5206
5284
|
/**
|
5207
5285
|
* @internal
|
5208
5286
|
*/
|
5209
5287
|
export declare interface UiButtonProps {
|
5210
|
-
buttonRef?: React_2.RefObject<HTMLButtonElement>;
|
5211
5288
|
size?: SizeSmall | SizeMedium | SizeLarge;
|
5212
5289
|
variant?: VariantPrimary | VariantSecondary | VariantTertiary | VariantPopOut | VariantDanger;
|
5213
5290
|
iconBefore?: IconType;
|
@@ -5223,7 +5300,7 @@ export declare interface UiButtonProps {
|
|
5223
5300
|
/**
|
5224
5301
|
* @internal
|
5225
5302
|
*/
|
5226
|
-
export declare const UiChip: ({ label, tag, isDeletable, isActive, isLocked, iconBefore, onClick, onDelete, }: UiChipProps) => React_2.JSX.Element;
|
5303
|
+
export declare const UiChip: ({ label, tag, isDeletable, isActive, isLocked, iconBefore, onClick, onDelete, accessibilityConfig, }: UiChipProps) => React_2.JSX.Element;
|
5227
5304
|
|
5228
5305
|
/**
|
5229
5306
|
* @internal
|
@@ -5237,6 +5314,7 @@ export declare interface UiChipProps {
|
|
5237
5314
|
iconBefore?: IconType;
|
5238
5315
|
onClick?: () => void;
|
5239
5316
|
onDelete?: () => void;
|
5317
|
+
accessibilityConfig?: IUiChipAccessibilityConfig;
|
5240
5318
|
}
|
5241
5319
|
|
5242
5320
|
/**
|
@@ -5269,6 +5347,24 @@ export declare interface UiFocusTrapProps {
|
|
5269
5347
|
*/
|
5270
5348
|
export declare const UiIcon: ({ type, label, color, ariaHidden, size }: UiIconProps) => React_2.JSX.Element;
|
5271
5349
|
|
5350
|
+
/**
|
5351
|
+
* @internal
|
5352
|
+
*/
|
5353
|
+
export declare const UiIconButton: React_2.ForwardRefExoticComponent<UiIconButtonProps & React_2.RefAttributes<HTMLButtonElement>>;
|
5354
|
+
|
5355
|
+
/**
|
5356
|
+
* @internal
|
5357
|
+
*/
|
5358
|
+
export declare interface UiIconButtonProps {
|
5359
|
+
icon: IconType;
|
5360
|
+
label: string;
|
5361
|
+
size?: SizeSmall | SizeMedium | SizeLarge;
|
5362
|
+
variant?: VariantPrimary | VariantSecondary | VariantTertiary | VariantPopOut | VariantDanger;
|
5363
|
+
isDisabled?: boolean;
|
5364
|
+
onClick?: (e: React_2.MouseEvent<HTMLButtonElement>) => void;
|
5365
|
+
dataId?: string;
|
5366
|
+
}
|
5367
|
+
|
5272
5368
|
/**
|
5273
5369
|
* @internal
|
5274
5370
|
*/
|
@@ -5280,6 +5376,53 @@ export declare interface UiIconProps {
|
|
5280
5376
|
ariaHidden?: boolean;
|
5281
5377
|
}
|
5282
5378
|
|
5379
|
+
/**
|
5380
|
+
* An accessible listbox component that can be navigated by keyboard.
|
5381
|
+
* Usable in a <Dropdown /> component.
|
5382
|
+
* Should implement https://www.w3.org/WAI/ARIA/apg/patterns/listbox/
|
5383
|
+
*
|
5384
|
+
* @internal
|
5385
|
+
*/
|
5386
|
+
export declare function UiListbox<InteractiveItemData, StaticItemData>({ items, className, itemClassName, maxWidth, onSelect, onClose, onUnhandledKeyDown, selectedItemId, InteractiveItemComponent, StaticItemComponent, shouldKeyboardActionPreventDefault, shouldKeyboardActionStopPropagation, shouldCloseOnSelect, isDisabledFocusable, ariaAttributes, }: UiListboxProps<InteractiveItemData, StaticItemData>): React_2.ReactNode;
|
5387
|
+
|
5388
|
+
/**
|
5389
|
+
* @internal
|
5390
|
+
*/
|
5391
|
+
export declare interface UiListboxInteractiveItemProps<T> {
|
5392
|
+
item: IUiListboxInteractiveItem<T>;
|
5393
|
+
isFocused: boolean;
|
5394
|
+
isSelected: boolean;
|
5395
|
+
onSelect: () => void;
|
5396
|
+
}
|
5397
|
+
|
5398
|
+
/**
|
5399
|
+
* @internal
|
5400
|
+
*/
|
5401
|
+
export declare interface UiListboxProps<InteractiveItemData, StaticItemData = React_2.ReactNode> {
|
5402
|
+
items: IUiListboxItem<InteractiveItemData, StaticItemData>[];
|
5403
|
+
className?: string;
|
5404
|
+
itemClassName?: string;
|
5405
|
+
maxWidth?: number;
|
5406
|
+
onSelect?: (item: IUiListboxInteractiveItem<InteractiveItemData>) => void;
|
5407
|
+
onClose?: () => void;
|
5408
|
+
onUnhandledKeyDown?: (event: React_2.KeyboardEvent, context: IListboxContext<InteractiveItemData, StaticItemData>) => void;
|
5409
|
+
selectedItemId?: string;
|
5410
|
+
InteractiveItemComponent?: React_2.ComponentType<UiListboxInteractiveItemProps<InteractiveItemData>>;
|
5411
|
+
StaticItemComponent?: React_2.ComponentType<UiListboxStaticItemProps<StaticItemData>>;
|
5412
|
+
shouldKeyboardActionPreventDefault?: boolean;
|
5413
|
+
shouldKeyboardActionStopPropagation?: boolean;
|
5414
|
+
shouldCloseOnSelect?: boolean;
|
5415
|
+
isDisabledFocusable?: boolean;
|
5416
|
+
ariaAttributes: IDropdownBodyRenderProps["ariaAttributes"];
|
5417
|
+
}
|
5418
|
+
|
5419
|
+
/**
|
5420
|
+
* @internal
|
5421
|
+
*/
|
5422
|
+
export declare interface UiListboxStaticItemProps<T> {
|
5423
|
+
item: IUiListboxStaticItem<T>;
|
5424
|
+
}
|
5425
|
+
|
5283
5426
|
/**
|
5284
5427
|
* @internal
|
5285
5428
|
*/
|
@@ -5527,7 +5670,7 @@ export declare type VerticalPosition = "top" | "center" | "bottom";
|
|
5527
5670
|
/**
|
5528
5671
|
* @internal
|
5529
5672
|
*/
|
5530
|
-
export declare function withBubble<T>(WrappedComponent: React_2.ComponentType<T>): React_2.
|
5673
|
+
export declare function withBubble<T>(WrappedComponent: React_2.ComponentType<T>): React_2.ForwardRefExoticComponent<React_2.PropsWithoutRef<T & IWithBubbleProps> & React_2.RefAttributes<any>>;
|
5531
5674
|
|
5532
5675
|
/**
|
5533
5676
|
* @internal
|
@@ -26,4 +26,6 @@ export declare const isFixedPosition: (element: HTMLElement | string) => boolean
|
|
26
26
|
* coordinate space
|
27
27
|
*/
|
28
28
|
export declare const elementRegion: (elementOrSelector: HTMLElement | string, getRegionBasedOnPosition?: boolean) => IRegion;
|
29
|
+
export declare const isElementTextInput: (element: HTMLElement | EventTarget | null | undefined) => boolean;
|
30
|
+
export declare const isElementSubmitButton: (event: React.KeyboardEvent) => boolean;
|
29
31
|
//# sourceMappingURL=domUtilities.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"domUtilities.d.ts","sourceRoot":"","sources":["../../src/utils/domUtilities.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"domUtilities.d.ts","sourceRoot":"","sources":["../../src/utils/domUtilities.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAErD;;GAEG;AACH,eAAO,MAAM,aAAa,YAAa,WAAW,KAAG,IAIpD,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,MAAM,YACN,WAAW,wBACE,OAAO,gDAE9B,OAeF,CAAC;AAiBF;;;;GAIG;AACH,eAAO,MAAM,eAAe,YAAa,WAAW,GAAG,MAAM,KAAG,OAe/D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,sBACH,WAAW,GAAG,MAAM,6BACZ,OAAO,KACnC,OAuCF,CAAC;AAEF,eAAO,MAAM,kBAAkB,YAAa,WAAW,GAAG,WAAW,GAAG,IAAI,GAAG,SAAS,KAAG,OAc1F,CAAC;AAEF,eAAO,MAAM,qBAAqB,UAAW,mBAAmB,YAI/D,CAAC"}
|
@@ -1,4 +1,5 @@
|
|
1
|
-
// (C) 2020-
|
1
|
+
// (C) 2020-2025 GoodData Corporation
|
2
|
+
import { CONFIRM_DIALOG_BASE_ID } from "../Dialog/elementId.js";
|
2
3
|
/**
|
3
4
|
* Removes the element specified from the DOM
|
4
5
|
*/
|
@@ -101,4 +102,18 @@ export const elementRegion = (elementOrSelector, getRegionBasedOnPosition) => {
|
|
101
102
|
elem.style.visibility = originalCss.visibility;
|
102
103
|
return reg;
|
103
104
|
};
|
105
|
+
export const isElementTextInput = (element) => {
|
106
|
+
if (!element || !("tagName" in element)) {
|
107
|
+
return false;
|
108
|
+
}
|
109
|
+
const { tagName, type } = element;
|
110
|
+
const tagNameInLowercase = tagName.toLowerCase();
|
111
|
+
const typeInLowercase = type ? type.toLowerCase() : "";
|
112
|
+
return (tagNameInLowercase === "textarea" ||
|
113
|
+
(tagNameInLowercase === "input" && (typeInLowercase === "text" || typeInLowercase === "number")));
|
114
|
+
};
|
115
|
+
export const isElementSubmitButton = (event) => {
|
116
|
+
const { id } = event.target;
|
117
|
+
return id === CONFIRM_DIALOG_BASE_ID;
|
118
|
+
};
|
104
119
|
//# sourceMappingURL=domUtilities.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"domUtilities.js","sourceRoot":"","sources":["../../src/utils/domUtilities.ts"],"names":[],"mappings":"AAAA,qCAAqC;
|
1
|
+
{"version":3,"file":"domUtilities.js","sourceRoot":"","sources":["../../src/utils/domUtilities.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-kit",
|
3
|
-
"version": "10.26.0
|
3
|
+
"version": "10.26.0",
|
4
4
|
"description": "GoodData SDK - UI Building Components",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -69,11 +69,11 @@
|
|
69
69
|
"tslib": "^2.5.0",
|
70
70
|
"uuid": "^8.3.2",
|
71
71
|
"unified": "^11.0.5",
|
72
|
-
"@gooddata/sdk-backend-spi": "10.26.0
|
73
|
-
"@gooddata/sdk-
|
74
|
-
"@gooddata/sdk-
|
75
|
-
"@gooddata/
|
76
|
-
"@gooddata/
|
72
|
+
"@gooddata/sdk-backend-spi": "10.26.0",
|
73
|
+
"@gooddata/sdk-model": "10.26.0",
|
74
|
+
"@gooddata/sdk-ui": "10.26.0",
|
75
|
+
"@gooddata/util": "10.26.0",
|
76
|
+
"@gooddata/sdk-ui-theme-provider": "10.26.0"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -132,8 +132,8 @@
|
|
132
132
|
"typescript": "5.3.3",
|
133
133
|
"vitest": "3.0.8",
|
134
134
|
"vitest-dom": "0.1.1",
|
135
|
-
"@gooddata/reference-workspace": "10.26.0
|
136
|
-
"@gooddata/sdk-backend-mockingbird": "10.26.0
|
135
|
+
"@gooddata/reference-workspace": "10.26.0",
|
136
|
+
"@gooddata/sdk-backend-mockingbird": "10.26.0"
|
137
137
|
},
|
138
138
|
"scripts": {
|
139
139
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|
@@ -153,7 +153,7 @@
|
|
153
153
|
"stylelint": "stylelint '**/*.scss'",
|
154
154
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
155
155
|
"validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
156
|
-
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
|
156
|
+
"validate-ci": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
|
157
157
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
158
158
|
"validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
|
159
159
|
"validate-theming": "npm run scss && node scripts/validateCss.js",
|