@backstage/ui 0.14.0-next.0 → 0.14.0-next.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.
- package/CHANGELOG.md +57 -0
- package/dist/components/Accordion/Accordion.esm.js.map +1 -1
- package/dist/components/Accordion/definition.esm.js +1 -0
- package/dist/components/Accordion/definition.esm.js.map +1 -1
- package/dist/components/Alert/definition.esm.js +1 -0
- package/dist/components/Alert/definition.esm.js.map +1 -1
- package/dist/components/Avatar/Avatar.esm.js.map +1 -1
- package/dist/components/Avatar/Avatar.module.css.esm.js +2 -2
- package/dist/components/Avatar/definition.esm.js +1 -0
- package/dist/components/Avatar/definition.esm.js.map +1 -1
- package/dist/components/Badge/Badge.esm.js +19 -0
- package/dist/components/Badge/Badge.esm.js.map +1 -0
- package/dist/components/Badge/Badge.module.css.esm.js +8 -0
- package/dist/components/Badge/Badge.module.css.esm.js.map +1 -0
- package/dist/components/Badge/definition.esm.js +27 -0
- package/dist/components/Badge/definition.esm.js.map +1 -0
- package/dist/components/Box/Box.esm.js.map +1 -1
- package/dist/components/Box/definition.esm.js +1 -0
- package/dist/components/Box/definition.esm.js.map +1 -1
- package/dist/components/Button/definition.esm.js +1 -0
- package/dist/components/Button/definition.esm.js.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.esm.js.map +1 -1
- package/dist/components/ButtonIcon/definition.esm.js +1 -0
- package/dist/components/ButtonIcon/definition.esm.js.map +1 -1
- package/dist/components/ButtonLink/ButtonLink.esm.js.map +1 -1
- package/dist/components/ButtonLink/definition.esm.js +2 -0
- package/dist/components/ButtonLink/definition.esm.js.map +1 -1
- package/dist/components/Card/definition.esm.js +2 -0
- package/dist/components/Card/definition.esm.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.esm.js.map +1 -1
- package/dist/components/Checkbox/definition.esm.js +1 -0
- package/dist/components/Checkbox/definition.esm.js.map +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.esm.js +63 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.esm.js.map +1 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.module.css.esm.js +8 -0
- package/dist/components/CheckboxGroup/CheckboxGroup.module.css.esm.js.map +1 -0
- package/dist/components/CheckboxGroup/definition.esm.js +31 -0
- package/dist/components/CheckboxGroup/definition.esm.js.map +1 -0
- package/dist/components/Container/Container.esm.js.map +1 -1
- package/dist/components/Container/definition.esm.js +1 -0
- package/dist/components/Container/definition.esm.js.map +1 -1
- package/dist/components/Dialog/Dialog.esm.js.map +1 -1
- package/dist/components/Dialog/definition.esm.js +1 -0
- package/dist/components/Dialog/definition.esm.js.map +1 -1
- package/dist/components/FieldError/FieldError.esm.js.map +1 -1
- package/dist/components/FieldError/definition.esm.js +1 -0
- package/dist/components/FieldError/definition.esm.js.map +1 -1
- package/dist/components/FieldLabel/FieldLabel.esm.js +10 -2
- package/dist/components/FieldLabel/FieldLabel.esm.js.map +1 -1
- package/dist/components/FieldLabel/definition.esm.js +2 -0
- package/dist/components/FieldLabel/definition.esm.js.map +1 -1
- package/dist/components/Flex/Flex.esm.js.map +1 -1
- package/dist/components/Flex/definition.esm.js +1 -0
- package/dist/components/Flex/definition.esm.js.map +1 -1
- package/dist/components/FullPage/definition.esm.js +1 -0
- package/dist/components/FullPage/definition.esm.js.map +1 -1
- package/dist/components/Grid/definition.esm.js +1 -0
- package/dist/components/Grid/definition.esm.js.map +1 -1
- package/dist/components/Header/Header.esm.js +1 -1
- package/dist/components/Header/HeaderNav.esm.js +41 -15
- package/dist/components/Header/HeaderNav.esm.js.map +1 -1
- package/dist/components/Header/HeaderNav.module.css.esm.js +2 -2
- package/dist/components/Header/HeaderNavDefinition.esm.js +10 -2
- package/dist/components/Header/HeaderNavDefinition.esm.js.map +1 -1
- package/dist/components/Header/definition.esm.js +1 -0
- package/dist/components/Header/definition.esm.js.map +1 -1
- package/dist/components/Link/Link.esm.js.map +1 -1
- package/dist/components/Link/definition.esm.js +2 -0
- package/dist/components/Link/definition.esm.js.map +1 -1
- package/dist/components/List/definition.esm.js +2 -0
- package/dist/components/List/definition.esm.js.map +1 -1
- package/dist/components/Menu/Menu.esm.js +2 -2
- package/dist/components/Menu/Menu.esm.js.map +1 -1
- package/dist/components/Menu/definition.esm.js +3 -0
- package/dist/components/Menu/definition.esm.js.map +1 -1
- package/dist/components/PasswordField/PasswordField.esm.js.map +1 -1
- package/dist/components/PasswordField/definition.esm.js +1 -0
- package/dist/components/PasswordField/definition.esm.js.map +1 -1
- package/dist/components/PluginHeader/definition.esm.js +1 -0
- package/dist/components/PluginHeader/definition.esm.js.map +1 -1
- package/dist/components/Popover/definition.esm.js +1 -0
- package/dist/components/Popover/definition.esm.js.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.esm.js.map +1 -1
- package/dist/components/RadioGroup/definition.esm.js +1 -0
- package/dist/components/RadioGroup/definition.esm.js.map +1 -1
- package/dist/components/SearchAutocomplete/SearchAutocomplete.esm.js.map +1 -1
- package/dist/components/SearchAutocomplete/definition.esm.js +2 -0
- package/dist/components/SearchAutocomplete/definition.esm.js.map +1 -1
- package/dist/components/SearchField/SearchField.esm.js.map +1 -1
- package/dist/components/SearchField/definition.esm.js +1 -0
- package/dist/components/SearchField/definition.esm.js.map +1 -1
- package/dist/components/Select/Select.esm.js.map +1 -1
- package/dist/components/Select/definition.esm.js +1 -0
- package/dist/components/Select/definition.esm.js.map +1 -1
- package/dist/components/Skeleton/Skeleton.esm.js.map +1 -1
- package/dist/components/Skeleton/definition.esm.js +1 -0
- package/dist/components/Skeleton/definition.esm.js.map +1 -1
- package/dist/components/Slider/Slider.esm.js +76 -0
- package/dist/components/Slider/Slider.esm.js.map +1 -0
- package/dist/components/Slider/Slider.module.css.esm.js +8 -0
- package/dist/components/Slider/Slider.module.css.esm.js.map +1 -0
- package/dist/components/Slider/definition.esm.js +31 -0
- package/dist/components/Slider/definition.esm.js.map +1 -0
- package/dist/components/Switch/Switch.esm.js.map +1 -1
- package/dist/components/Switch/definition.esm.js +1 -0
- package/dist/components/Switch/definition.esm.js.map +1 -1
- package/dist/components/Table/components/Cell.esm.js.map +1 -1
- package/dist/components/Table/components/CellProfile.esm.js.map +1 -1
- package/dist/components/Table/components/CellText.esm.js.map +1 -1
- package/dist/components/Table/components/Column.esm.js.map +1 -1
- package/dist/components/Table/components/Row.esm.js.map +1 -1
- package/dist/components/Table/components/Table.esm.js +2 -1
- package/dist/components/Table/components/Table.esm.js.map +1 -1
- package/dist/components/Table/components/TableBody.esm.js.map +1 -1
- package/dist/components/Table/components/TableBodySkeleton.esm.js +1 -0
- package/dist/components/Table/components/TableBodySkeleton.esm.js.map +1 -1
- package/dist/components/Table/components/TableHeader.esm.js.map +1 -1
- package/dist/components/Table/components/TableRoot.esm.js.map +1 -1
- package/dist/components/Table/definition.esm.js +4 -0
- package/dist/components/Table/definition.esm.js.map +1 -1
- package/dist/components/Table/hooks/useCompletePagination.esm.js +10 -5
- package/dist/components/Table/hooks/useCompletePagination.esm.js.map +1 -1
- package/dist/components/Table/hooks/useTable.esm.js +28 -22
- package/dist/components/Table/hooks/useTable.esm.js.map +1 -1
- package/dist/components/TablePagination/TablePagination.esm.js +6 -4
- package/dist/components/TablePagination/TablePagination.esm.js.map +1 -1
- package/dist/components/TablePagination/definition.esm.js +3 -1
- package/dist/components/TablePagination/definition.esm.js.map +1 -1
- package/dist/components/Tabs/Tabs.esm.js +4 -4
- package/dist/components/Tabs/Tabs.module.css.esm.js +2 -2
- package/dist/components/Tabs/TabsIndicators.esm.js +5 -1
- package/dist/components/Tabs/TabsIndicators.esm.js.map +1 -1
- package/dist/components/Tabs/definition.esm.js +2 -0
- package/dist/components/Tabs/definition.esm.js.map +1 -1
- package/dist/components/TagGroup/definition.esm.js +2 -0
- package/dist/components/TagGroup/definition.esm.js.map +1 -1
- package/dist/components/Text/Text.esm.js.map +1 -1
- package/dist/components/Text/definition.esm.js +1 -0
- package/dist/components/Text/definition.esm.js.map +1 -1
- package/dist/components/TextField/TextField.esm.js.map +1 -1
- package/dist/components/TextField/definition.esm.js +1 -0
- package/dist/components/TextField/definition.esm.js.map +1 -1
- package/dist/components/ToggleButton/ToggleButton.esm.js.map +1 -1
- package/dist/components/ToggleButton/definition.esm.js +1 -0
- package/dist/components/ToggleButton/definition.esm.js.map +1 -1
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.esm.js.map +1 -1
- package/dist/components/ToggleButtonGroup/definition.esm.js +1 -0
- package/dist/components/ToggleButtonGroup/definition.esm.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.esm.js.map +1 -1
- package/dist/components/Tooltip/definition.esm.js +1 -0
- package/dist/components/Tooltip/definition.esm.js.map +1 -1
- package/dist/components/VisuallyHidden/definition.esm.js +1 -0
- package/dist/components/VisuallyHidden/definition.esm.js.map +1 -1
- package/dist/hooks/useDefinition/useDefinition.esm.js +12 -1
- package/dist/hooks/useDefinition/useDefinition.esm.js.map +1 -1
- package/dist/index.d.ts +436 -54
- package/dist/index.esm.js +6 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +6 -6
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import { ReactNode, CSSProperties, HTMLAttributes, ComponentPropsWithoutRef, ReactElement, ElementType, ComponentPropsWithRef, ComponentProps } from 'react';
|
|
3
|
-
import { DisclosureProps,
|
|
3
|
+
import { DisclosureProps, DisclosureGroupProps, DisclosurePanelProps, HeadingProps, ButtonProps as ButtonProps$1, ModalOverlayProps, DialogTriggerProps as DialogTriggerProps$1, TabProps as TabProps$1, TabListProps as TabListProps$1, TabPanelProps as TabPanelProps$1, TabsProps as TabsProps$1, LinkProps as LinkProps$1, CheckboxProps as CheckboxProps$1, CheckboxGroupProps as CheckboxGroupProps$1, RadioProps as RadioProps$1, RadioGroupProps as RadioGroupProps$1, SliderProps as SliderProps$1, CellProps as CellProps$1, ColumnProps as ColumnProps$1, RowProps as RowProps$1, TableProps as TableProps$1, TableBodyProps as TableBodyProps$1, TableHeaderProps as TableHeaderProps$1, TagProps as TagProps$1, TagListProps, TagGroupProps as TagGroupProps$1, TextFieldProps as TextFieldProps$1, TooltipProps as TooltipProps$1, TooltipTriggerComponentProps, PopoverProps as PopoverProps$1, MenuProps as MenuProps$1, ListBoxProps, MenuItemProps as MenuItemProps$1, ListBoxItemProps, MenuSectionProps as MenuSectionProps$1, SeparatorProps, MenuTriggerProps as MenuTriggerProps$1, SubmenuTriggerProps as SubmenuTriggerProps$1, SearchFieldProps as SearchFieldProps$1, GridListProps, GridListItemProps, SelectProps as SelectProps$1, SwitchProps as SwitchProps$1, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1 } from 'react-aria-components';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import { NavigateOptions } from 'react-router-dom';
|
|
6
6
|
import { SortDescriptor as SortDescriptor$1 } from 'react-stately';
|
|
@@ -24,7 +24,11 @@ type JustifyContent = 'stretch' | 'start' | 'center' | 'end' | 'around' | 'betwe
|
|
|
24
24
|
type AlignItems = 'stretch' | 'start' | 'center' | 'end';
|
|
25
25
|
/** @public */
|
|
26
26
|
type BorderRadius = 'none' | '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
27
|
-
/**
|
|
27
|
+
/**
|
|
28
|
+
* Border variants available for UI utility props.
|
|
29
|
+
*
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
28
32
|
type Border = 'none' | 'base' | 'error' | 'warning' | 'selected';
|
|
29
33
|
/** @public */
|
|
30
34
|
type Columns = '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
@@ -59,20 +63,37 @@ type TextColors = 'primary' | 'secondary';
|
|
|
59
63
|
type TextColorStatus = 'danger' | 'warning' | 'success' | 'info';
|
|
60
64
|
/** @public */
|
|
61
65
|
type TextWeights = 'regular' | 'bold';
|
|
62
|
-
/**
|
|
66
|
+
/**
|
|
67
|
+
* Shared utility props supported by layout-oriented UI components.
|
|
68
|
+
*
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
63
71
|
interface UtilityProps extends SpaceProps {
|
|
72
|
+
/** Aligns children on the cross axis in flex and grid layouts. */
|
|
64
73
|
alignItems?: Responsive<AlignItems>;
|
|
74
|
+
/** Applies a semantic border variant. */
|
|
65
75
|
border?: Responsive<Border>;
|
|
76
|
+
/** Applies a semantic border radius token. */
|
|
66
77
|
borderRadius?: Responsive<BorderRadius>;
|
|
78
|
+
/** Sets the ending grid column line. */
|
|
67
79
|
colEnd?: Responsive<Columns | 'auto'>;
|
|
80
|
+
/** Sets the number of grid columns to span. */
|
|
68
81
|
colSpan?: Responsive<Columns | 'full'>;
|
|
82
|
+
/** Sets the starting grid column line. */
|
|
69
83
|
colStart?: Responsive<Columns | 'auto'>;
|
|
84
|
+
/** Sets the number of columns for grid containers. */
|
|
70
85
|
columns?: Responsive<Columns>;
|
|
86
|
+
/** Controls the CSS display value. */
|
|
71
87
|
display?: Responsive<Display>;
|
|
88
|
+
/** Controls the direction of flex items. */
|
|
72
89
|
flexDirection?: Responsive<FlexDirection>;
|
|
90
|
+
/** Controls how flex items wrap. */
|
|
73
91
|
flexWrap?: Responsive<FlexWrap>;
|
|
92
|
+
/** Sets spacing between children in flex and grid layouts. */
|
|
74
93
|
gap?: Responsive<Space>;
|
|
94
|
+
/** Aligns children on the main axis in flex and grid layouts. */
|
|
75
95
|
justifyContent?: Responsive<JustifyContent>;
|
|
96
|
+
/** Sets the number of grid rows to span. */
|
|
76
97
|
rowSpan?: Responsive<Columns | 'full'>;
|
|
77
98
|
}
|
|
78
99
|
/**
|
|
@@ -126,7 +147,11 @@ type BoxUtilityProps = {
|
|
|
126
147
|
interface BoxProps extends SpaceProps, BoxOwnProps, BoxUtilityProps, Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
127
148
|
}
|
|
128
149
|
|
|
129
|
-
/**
|
|
150
|
+
/**
|
|
151
|
+
* A general-purpose layout primitive that can render as any HTML element and supports spacing, sizing, and background props.
|
|
152
|
+
*
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
130
155
|
declare const Box: react.ForwardRefExoticComponent<BoxProps & react.RefAttributes<HTMLDivElement>>;
|
|
131
156
|
|
|
132
157
|
/**
|
|
@@ -248,7 +273,11 @@ interface FlexProps extends SpaceProps, FlexOwnProps, Omit<React.HTMLAttributes<
|
|
|
248
273
|
direction?: Responsive<'row' | 'column' | 'row-reverse' | 'column-reverse'>;
|
|
249
274
|
}
|
|
250
275
|
|
|
251
|
-
/**
|
|
276
|
+
/**
|
|
277
|
+
* A flexbox layout container with props for controlling gap, alignment, justification, and direction.
|
|
278
|
+
*
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
252
281
|
declare const Flex: react.ForwardRefExoticComponent<FlexProps & react.RefAttributes<HTMLDivElement>>;
|
|
253
282
|
|
|
254
283
|
/**
|
|
@@ -290,7 +319,11 @@ interface ContainerProps extends ContainerOwnProps, Omit<React.ComponentPropsWit
|
|
|
290
319
|
pt?: SpaceProps['pt'];
|
|
291
320
|
}
|
|
292
321
|
|
|
293
|
-
/**
|
|
322
|
+
/**
|
|
323
|
+
* A centered layout wrapper that constrains content to a maximum width and provides consistent page-level padding.
|
|
324
|
+
*
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
294
327
|
declare const Container: react.ForwardRefExoticComponent<ContainerProps & react.RefAttributes<HTMLDivElement>>;
|
|
295
328
|
|
|
296
329
|
/**
|
|
@@ -415,13 +448,29 @@ type AccordionGroupOwnProps = {
|
|
|
415
448
|
interface AccordionGroupProps extends Omit<DisclosureGroupProps, 'className'>, AccordionGroupOwnProps {
|
|
416
449
|
}
|
|
417
450
|
|
|
418
|
-
/**
|
|
451
|
+
/**
|
|
452
|
+
* A collapsible section that reveals or hides its content when the trigger is activated.
|
|
453
|
+
*
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
419
456
|
declare const Accordion: react.ForwardRefExoticComponent<AccordionProps & react.RefAttributes<HTMLDivElement>>;
|
|
420
|
-
/**
|
|
457
|
+
/**
|
|
458
|
+
* The clickable heading that toggles the visibility of an accordion panel.
|
|
459
|
+
*
|
|
460
|
+
* @public
|
|
461
|
+
*/
|
|
421
462
|
declare const AccordionTrigger: react.ForwardRefExoticComponent<AccordionTriggerProps & react.RefAttributes<HTMLHeadingElement>>;
|
|
422
|
-
/**
|
|
463
|
+
/**
|
|
464
|
+
* The content area of an accordion that is revealed when the trigger is activated.
|
|
465
|
+
*
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
423
468
|
declare const AccordionPanel: react.ForwardRefExoticComponent<AccordionPanelProps & react.RefAttributes<HTMLDivElement>>;
|
|
424
|
-
/**
|
|
469
|
+
/**
|
|
470
|
+
* A container that groups multiple Accordion items, optionally allowing several panels to be expanded at once.
|
|
471
|
+
*
|
|
472
|
+
* @public
|
|
473
|
+
*/
|
|
425
474
|
declare const AccordionGroup: react.ForwardRefExoticComponent<AccordionGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
426
475
|
|
|
427
476
|
/**
|
|
@@ -631,7 +680,11 @@ type AvatarOwnProps = {
|
|
|
631
680
|
interface AvatarProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'children' | 'className'>, AvatarOwnProps {
|
|
632
681
|
}
|
|
633
682
|
|
|
634
|
-
/**
|
|
683
|
+
/**
|
|
684
|
+
* Displays a user's profile image with an automatic fallback to their initials when the image fails to load.
|
|
685
|
+
*
|
|
686
|
+
* @public
|
|
687
|
+
*/
|
|
635
688
|
declare const Avatar: react.ForwardRefExoticComponent<AvatarProps & react.RefAttributes<HTMLDivElement>>;
|
|
636
689
|
|
|
637
690
|
/**
|
|
@@ -661,6 +714,62 @@ declare const AvatarDefinition: {
|
|
|
661
714
|
};
|
|
662
715
|
};
|
|
663
716
|
|
|
717
|
+
/**
|
|
718
|
+
* Own props for the Badge component.
|
|
719
|
+
*
|
|
720
|
+
* @public
|
|
721
|
+
*/
|
|
722
|
+
type BadgeOwnProps = {
|
|
723
|
+
/**
|
|
724
|
+
* The icon to display before the badge text.
|
|
725
|
+
*/
|
|
726
|
+
icon?: React.ReactNode;
|
|
727
|
+
/**
|
|
728
|
+
* The size of the badge.
|
|
729
|
+
*/
|
|
730
|
+
size?: 'small' | 'medium';
|
|
731
|
+
children?: React.ReactNode;
|
|
732
|
+
className?: string;
|
|
733
|
+
};
|
|
734
|
+
/**
|
|
735
|
+
* Props for the Badge component.
|
|
736
|
+
*
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
interface BadgeProps extends BadgeOwnProps, Omit<React.HTMLAttributes<HTMLSpanElement>, keyof BadgeOwnProps> {
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
/**
|
|
743
|
+
* A non-interactive badge for labeling or categorizing content.
|
|
744
|
+
*
|
|
745
|
+
* @public
|
|
746
|
+
*/
|
|
747
|
+
declare const Badge: react.ForwardRefExoticComponent<BadgeProps & react.RefAttributes<HTMLSpanElement>>;
|
|
748
|
+
|
|
749
|
+
/**
|
|
750
|
+
* Component definition for Badge
|
|
751
|
+
* @public
|
|
752
|
+
*/
|
|
753
|
+
declare const BadgeDefinition: {
|
|
754
|
+
readonly styles: {
|
|
755
|
+
readonly [key: string]: string;
|
|
756
|
+
};
|
|
757
|
+
readonly classNames: {
|
|
758
|
+
readonly root: "bui-Badge";
|
|
759
|
+
readonly icon: "bui-BadgeIcon";
|
|
760
|
+
};
|
|
761
|
+
readonly bg: "consumer";
|
|
762
|
+
readonly propDefs: {
|
|
763
|
+
readonly icon: {};
|
|
764
|
+
readonly size: {
|
|
765
|
+
readonly dataAttribute: true;
|
|
766
|
+
readonly default: "small";
|
|
767
|
+
};
|
|
768
|
+
readonly children: {};
|
|
769
|
+
readonly className: {};
|
|
770
|
+
};
|
|
771
|
+
};
|
|
772
|
+
|
|
664
773
|
/** @public */
|
|
665
774
|
type ButtonOwnProps = {
|
|
666
775
|
size?: Responsive<'small' | 'medium'>;
|
|
@@ -869,6 +978,7 @@ declare const CardDefinition: {
|
|
|
869
978
|
readonly styles: {
|
|
870
979
|
readonly [key: string]: string;
|
|
871
980
|
};
|
|
981
|
+
readonly resolveHref: true;
|
|
872
982
|
readonly classNames: {
|
|
873
983
|
readonly root: "bui-Card";
|
|
874
984
|
readonly trigger: "bui-CardTrigger";
|
|
@@ -987,15 +1097,35 @@ type DialogFooterOwnProps = {
|
|
|
987
1097
|
interface DialogFooterProps extends DialogFooterOwnProps, Omit<React.ComponentPropsWithoutRef<'div'>, keyof DialogFooterOwnProps> {
|
|
988
1098
|
}
|
|
989
1099
|
|
|
990
|
-
/**
|
|
1100
|
+
/**
|
|
1101
|
+
* A wrapper that connects a trigger element to a Dialog, controlling its open and close state.
|
|
1102
|
+
*
|
|
1103
|
+
* @public
|
|
1104
|
+
*/
|
|
991
1105
|
declare const DialogTrigger: (props: DialogTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
992
|
-
/**
|
|
1106
|
+
/**
|
|
1107
|
+
* A modal overlay that presents content requiring user interaction or acknowledgment, dismissible by clicking outside or pressing Escape.
|
|
1108
|
+
*
|
|
1109
|
+
* @public
|
|
1110
|
+
*/
|
|
993
1111
|
declare const Dialog: react.ForwardRefExoticComponent<DialogProps & react.RefAttributes<HTMLDivElement>>;
|
|
994
|
-
/**
|
|
1112
|
+
/**
|
|
1113
|
+
* The header section of a Dialog, containing the title and a close button.
|
|
1114
|
+
*
|
|
1115
|
+
* @public
|
|
1116
|
+
*/
|
|
995
1117
|
declare const DialogHeader: react.ForwardRefExoticComponent<DialogHeaderProps & react.RefAttributes<HTMLDivElement>>;
|
|
996
|
-
/**
|
|
1118
|
+
/**
|
|
1119
|
+
* The main scrollable content area of a Dialog.
|
|
1120
|
+
*
|
|
1121
|
+
* @public
|
|
1122
|
+
*/
|
|
997
1123
|
declare const DialogBody: react.ForwardRefExoticComponent<DialogBodyProps & react.RefAttributes<HTMLDivElement>>;
|
|
998
|
-
/**
|
|
1124
|
+
/**
|
|
1125
|
+
* The footer section of a Dialog, typically used to place action buttons.
|
|
1126
|
+
*
|
|
1127
|
+
* @public
|
|
1128
|
+
*/
|
|
999
1129
|
declare const DialogFooter: react.ForwardRefExoticComponent<DialogFooterProps & react.RefAttributes<HTMLDivElement>>;
|
|
1000
1130
|
|
|
1001
1131
|
/**
|
|
@@ -1091,13 +1221,21 @@ type FieldLabelOwnProps = {
|
|
|
1091
1221
|
* The id of the text field
|
|
1092
1222
|
*/
|
|
1093
1223
|
id?: string;
|
|
1224
|
+
/**
|
|
1225
|
+
* The id to apply to the description element for aria-describedby
|
|
1226
|
+
*/
|
|
1227
|
+
descriptionId?: string;
|
|
1094
1228
|
className?: string;
|
|
1095
1229
|
};
|
|
1096
1230
|
/** @public */
|
|
1097
1231
|
interface FieldLabelProps extends FieldLabelOwnProps, Omit<React.ComponentPropsWithoutRef<'div'>, keyof FieldLabelOwnProps> {
|
|
1098
1232
|
}
|
|
1099
1233
|
|
|
1100
|
-
/**
|
|
1234
|
+
/**
|
|
1235
|
+
* Renders a label for a form field with optional secondary label and description text.
|
|
1236
|
+
*
|
|
1237
|
+
* @public
|
|
1238
|
+
*/
|
|
1101
1239
|
declare const FieldLabel: react.ForwardRefExoticComponent<FieldLabelProps & react.RefAttributes<HTMLDivElement>>;
|
|
1102
1240
|
|
|
1103
1241
|
/**
|
|
@@ -1120,6 +1258,7 @@ declare const FieldLabelDefinition: {
|
|
|
1120
1258
|
readonly description: {};
|
|
1121
1259
|
readonly htmlFor: {};
|
|
1122
1260
|
readonly id: {};
|
|
1261
|
+
readonly descriptionId: {};
|
|
1123
1262
|
readonly className: {};
|
|
1124
1263
|
};
|
|
1125
1264
|
};
|
|
@@ -1359,7 +1498,7 @@ interface HeaderOwnProps {
|
|
|
1359
1498
|
title?: string;
|
|
1360
1499
|
customActions?: React.ReactNode;
|
|
1361
1500
|
tabs?: HeaderNavTabItem[];
|
|
1362
|
-
activeTabId?: string;
|
|
1501
|
+
activeTabId?: string | null;
|
|
1363
1502
|
breadcrumbs?: HeaderBreadcrumb[];
|
|
1364
1503
|
className?: string;
|
|
1365
1504
|
}
|
|
@@ -1467,9 +1606,7 @@ declare const HeaderNavDefinition: {
|
|
|
1467
1606
|
readonly active: "bui-HeaderNavActive";
|
|
1468
1607
|
readonly hovered: "bui-HeaderNavHovered";
|
|
1469
1608
|
};
|
|
1470
|
-
readonly analytics: true;
|
|
1471
1609
|
readonly propDefs: {
|
|
1472
|
-
readonly noTrack: {};
|
|
1473
1610
|
readonly tabs: {};
|
|
1474
1611
|
readonly activeTabId: {};
|
|
1475
1612
|
readonly children: {};
|
|
@@ -1484,7 +1621,16 @@ declare const HeaderNavItemDefinition: {
|
|
|
1484
1621
|
readonly classNames: {
|
|
1485
1622
|
readonly root: "bui-HeaderNavItem";
|
|
1486
1623
|
};
|
|
1624
|
+
readonly analytics: true;
|
|
1625
|
+
readonly resolveHref: true;
|
|
1487
1626
|
readonly propDefs: {
|
|
1627
|
+
readonly noTrack: {};
|
|
1628
|
+
readonly id: {};
|
|
1629
|
+
readonly label: {};
|
|
1630
|
+
readonly href: {};
|
|
1631
|
+
readonly active: {};
|
|
1632
|
+
readonly registerRef: {};
|
|
1633
|
+
readonly onHighlight: {};
|
|
1488
1634
|
readonly className: {};
|
|
1489
1635
|
};
|
|
1490
1636
|
};
|
|
@@ -1517,7 +1663,11 @@ type ButtonIconOwnProps = {
|
|
|
1517
1663
|
interface ButtonIconProps extends Omit<ButtonProps$1, keyof ButtonIconOwnProps>, ButtonIconOwnProps {
|
|
1518
1664
|
}
|
|
1519
1665
|
|
|
1520
|
-
/**
|
|
1666
|
+
/**
|
|
1667
|
+
* An icon-only button that supports a loading state and requires an accessible label.
|
|
1668
|
+
*
|
|
1669
|
+
* @public
|
|
1670
|
+
*/
|
|
1521
1671
|
declare const ButtonIcon: react.ForwardRefExoticComponent<ButtonIconProps & react.RefAttributes<HTMLButtonElement>>;
|
|
1522
1672
|
|
|
1523
1673
|
/**
|
|
@@ -1569,7 +1719,11 @@ type ButtonLinkOwnProps = {
|
|
|
1569
1719
|
interface ButtonLinkProps extends Omit<LinkProps$1, keyof ButtonLinkOwnProps>, ButtonLinkOwnProps {
|
|
1570
1720
|
}
|
|
1571
1721
|
|
|
1572
|
-
/**
|
|
1722
|
+
/**
|
|
1723
|
+
* A button-styled anchor element for navigation, supporting optional start and end icon slots and analytics event tracking.
|
|
1724
|
+
*
|
|
1725
|
+
* @public
|
|
1726
|
+
*/
|
|
1573
1727
|
declare const ButtonLink: react.ForwardRefExoticComponent<ButtonLinkProps & react.RefAttributes<HTMLAnchorElement>>;
|
|
1574
1728
|
|
|
1575
1729
|
/**
|
|
@@ -1586,6 +1740,7 @@ declare const ButtonLinkDefinition: {
|
|
|
1586
1740
|
};
|
|
1587
1741
|
readonly bg: "consumer";
|
|
1588
1742
|
readonly analytics: true;
|
|
1743
|
+
readonly resolveHref: true;
|
|
1589
1744
|
readonly propDefs: {
|
|
1590
1745
|
readonly noTrack: {};
|
|
1591
1746
|
readonly size: {
|
|
@@ -1612,7 +1767,11 @@ type CheckboxOwnProps = {
|
|
|
1612
1767
|
interface CheckboxProps extends Omit<CheckboxProps$1, 'children' | 'className'>, CheckboxOwnProps {
|
|
1613
1768
|
}
|
|
1614
1769
|
|
|
1615
|
-
/**
|
|
1770
|
+
/**
|
|
1771
|
+
* A form checkbox input with support for indeterminate state and accessible labeling.
|
|
1772
|
+
*
|
|
1773
|
+
* @public
|
|
1774
|
+
*/
|
|
1616
1775
|
declare const Checkbox: react.ForwardRefExoticComponent<CheckboxProps & react.RefAttributes<HTMLLabelElement>>;
|
|
1617
1776
|
|
|
1618
1777
|
/**
|
|
@@ -1633,6 +1792,55 @@ declare const CheckboxDefinition: {
|
|
|
1633
1792
|
};
|
|
1634
1793
|
};
|
|
1635
1794
|
|
|
1795
|
+
/**
|
|
1796
|
+
* Own props for the CheckboxGroup component.
|
|
1797
|
+
* @public
|
|
1798
|
+
*/
|
|
1799
|
+
type CheckboxGroupOwnProps = {
|
|
1800
|
+
className?: string;
|
|
1801
|
+
children?: ReactNode;
|
|
1802
|
+
label?: FieldLabelProps['label'];
|
|
1803
|
+
secondaryLabel?: FieldLabelProps['secondaryLabel'];
|
|
1804
|
+
description?: FieldLabelProps['description'];
|
|
1805
|
+
isRequired?: CheckboxGroupProps$1['isRequired'];
|
|
1806
|
+
orientation?: 'horizontal' | 'vertical';
|
|
1807
|
+
};
|
|
1808
|
+
/**
|
|
1809
|
+
* Props for the CheckboxGroup component.
|
|
1810
|
+
* @public
|
|
1811
|
+
*/
|
|
1812
|
+
interface CheckboxGroupProps extends Omit<CheckboxGroupProps$1, keyof CheckboxGroupOwnProps>, CheckboxGroupOwnProps {
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
/**
|
|
1816
|
+
* A group of checkboxes for selecting multiple options from a list.
|
|
1817
|
+
* @public
|
|
1818
|
+
*/
|
|
1819
|
+
declare const CheckboxGroup: react.ForwardRefExoticComponent<CheckboxGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
1820
|
+
|
|
1821
|
+
/**
|
|
1822
|
+
* Component definition for CheckboxGroup
|
|
1823
|
+
* @public
|
|
1824
|
+
*/
|
|
1825
|
+
declare const CheckboxGroupDefinition: {
|
|
1826
|
+
readonly styles: {
|
|
1827
|
+
readonly [key: string]: string;
|
|
1828
|
+
};
|
|
1829
|
+
readonly classNames: {
|
|
1830
|
+
readonly root: "bui-CheckboxGroup";
|
|
1831
|
+
readonly content: "bui-CheckboxGroupContent";
|
|
1832
|
+
};
|
|
1833
|
+
readonly propDefs: {
|
|
1834
|
+
readonly className: {};
|
|
1835
|
+
readonly children: {};
|
|
1836
|
+
readonly label: {};
|
|
1837
|
+
readonly secondaryLabel: {};
|
|
1838
|
+
readonly description: {};
|
|
1839
|
+
readonly isRequired: {};
|
|
1840
|
+
readonly orientation: {};
|
|
1841
|
+
};
|
|
1842
|
+
};
|
|
1843
|
+
|
|
1636
1844
|
/** @public */
|
|
1637
1845
|
type RadioGroupOwnProps = {
|
|
1638
1846
|
children?: ReactNode;
|
|
@@ -1653,9 +1861,17 @@ type RadioOwnProps = {
|
|
|
1653
1861
|
interface RadioProps extends RadioOwnProps, Omit<RadioProps$1, keyof RadioOwnProps> {
|
|
1654
1862
|
}
|
|
1655
1863
|
|
|
1656
|
-
/**
|
|
1864
|
+
/**
|
|
1865
|
+
* A group of radio buttons for selecting a single option from a set, with an integrated label, description, and error display.
|
|
1866
|
+
*
|
|
1867
|
+
* @public
|
|
1868
|
+
*/
|
|
1657
1869
|
declare const RadioGroup: react.ForwardRefExoticComponent<RadioGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
1658
|
-
/**
|
|
1870
|
+
/**
|
|
1871
|
+
* A single radio button for use within a RadioGroup.
|
|
1872
|
+
*
|
|
1873
|
+
* @public
|
|
1874
|
+
*/
|
|
1659
1875
|
declare const Radio: react.ForwardRefExoticComponent<RadioProps & react.RefAttributes<HTMLLabelElement>>;
|
|
1660
1876
|
|
|
1661
1877
|
/**
|
|
@@ -1695,6 +1911,54 @@ declare const RadioDefinition: {
|
|
|
1695
1911
|
};
|
|
1696
1912
|
};
|
|
1697
1913
|
|
|
1914
|
+
/** @public */
|
|
1915
|
+
interface SliderOwnProps {
|
|
1916
|
+
className?: string;
|
|
1917
|
+
label?: FieldLabelProps['label'];
|
|
1918
|
+
secondaryLabel?: FieldLabelProps['secondaryLabel'];
|
|
1919
|
+
description?: FieldLabelProps['description'];
|
|
1920
|
+
isRequired?: boolean;
|
|
1921
|
+
}
|
|
1922
|
+
/** @public */
|
|
1923
|
+
interface SliderProps<T extends number | number[]> extends Omit<SliderProps$1<T>, 'children' | 'className'>, SliderOwnProps {
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
/**
|
|
1927
|
+
* A draggable input for selecting a numeric value or range within a defined interval, with an integrated label and value output.
|
|
1928
|
+
*
|
|
1929
|
+
* @public
|
|
1930
|
+
*/
|
|
1931
|
+
declare const Slider: (<T extends number | number[]>(props: SliderProps<T> & {
|
|
1932
|
+
ref?: React.ForwardedRef<HTMLDivElement>;
|
|
1933
|
+
}) => JSX.Element) & {
|
|
1934
|
+
displayName: string;
|
|
1935
|
+
};
|
|
1936
|
+
|
|
1937
|
+
/**
|
|
1938
|
+
* Component definition for Slider
|
|
1939
|
+
* @public
|
|
1940
|
+
*/
|
|
1941
|
+
declare const SliderDefinition: {
|
|
1942
|
+
readonly styles: {
|
|
1943
|
+
readonly [key: string]: string;
|
|
1944
|
+
};
|
|
1945
|
+
readonly classNames: {
|
|
1946
|
+
readonly root: "bui-Slider";
|
|
1947
|
+
readonly header: "bui-SliderHeader";
|
|
1948
|
+
readonly track: "bui-SliderTrack";
|
|
1949
|
+
readonly trackFill: "bui-SliderTrackFill";
|
|
1950
|
+
readonly thumb: "bui-SliderThumb";
|
|
1951
|
+
readonly output: "bui-SliderOutput";
|
|
1952
|
+
};
|
|
1953
|
+
readonly propDefs: {
|
|
1954
|
+
readonly className: {};
|
|
1955
|
+
readonly label: {};
|
|
1956
|
+
readonly secondaryLabel: {};
|
|
1957
|
+
readonly description: {};
|
|
1958
|
+
readonly isRequired: {};
|
|
1959
|
+
};
|
|
1960
|
+
};
|
|
1961
|
+
|
|
1698
1962
|
/** @public */
|
|
1699
1963
|
interface PageSizeOption {
|
|
1700
1964
|
label: string;
|
|
@@ -1717,6 +1981,7 @@ type TablePaginationOwnProps = {
|
|
|
1717
1981
|
offset?: number;
|
|
1718
1982
|
totalCount?: number;
|
|
1719
1983
|
}) => string;
|
|
1984
|
+
showPaginationLabel?: boolean;
|
|
1720
1985
|
};
|
|
1721
1986
|
/** @public */
|
|
1722
1987
|
interface TablePaginationProps extends TablePaginationOwnProps {
|
|
@@ -1759,6 +2024,9 @@ declare const TablePaginationDefinition: {
|
|
|
1759
2024
|
readonly default: true;
|
|
1760
2025
|
};
|
|
1761
2026
|
readonly getLabel: {};
|
|
2027
|
+
readonly showPaginationLabel: {
|
|
2028
|
+
readonly default: true;
|
|
2029
|
+
};
|
|
1762
2030
|
};
|
|
1763
2031
|
};
|
|
1764
2032
|
|
|
@@ -1976,37 +2244,76 @@ interface TableProps<T extends TableItem> {
|
|
|
1976
2244
|
virtualized?: VirtualizedProp;
|
|
1977
2245
|
}
|
|
1978
2246
|
|
|
1979
|
-
/**
|
|
2247
|
+
/**
|
|
2248
|
+
* A full-featured data table with built-in pagination, sorting, row selection, loading and error states, and optional virtualization.
|
|
2249
|
+
* Pair with `useTable` to manage data fetching and state, or pass `data`, `columnConfig`, and `pagination` directly for manual control.
|
|
2250
|
+
*
|
|
2251
|
+
* @public
|
|
2252
|
+
*/
|
|
1980
2253
|
declare function Table<T extends TableItem>({ columnConfig, data, loading, isStale, error, pagination, sort, rowConfig, selection, emptyState, className, style, virtualized, }: TableProps<T>): react_jsx_runtime.JSX.Element;
|
|
1981
2254
|
|
|
1982
|
-
/**
|
|
2255
|
+
/**
|
|
2256
|
+
* The low-level table root element for building custom table layouts from atomic components.
|
|
2257
|
+
* For most use cases, prefer the `Table` convenience wrapper.
|
|
2258
|
+
*
|
|
2259
|
+
* @public
|
|
2260
|
+
*/
|
|
1983
2261
|
declare const TableRoot: (props: TableRootProps) => react_jsx_runtime.JSX.Element;
|
|
1984
2262
|
|
|
1985
|
-
/**
|
|
2263
|
+
/**
|
|
2264
|
+
* The header row of a table, rendering column labels and an optional select-all checkbox for toggle selection mode.
|
|
2265
|
+
*
|
|
2266
|
+
* @public
|
|
2267
|
+
*/
|
|
1986
2268
|
declare const TableHeader: <T extends object>(props: TableHeaderProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1987
2269
|
|
|
1988
|
-
/**
|
|
2270
|
+
/**
|
|
2271
|
+
* The body section of a table that renders data rows from the provided items collection.
|
|
2272
|
+
*
|
|
2273
|
+
* @public
|
|
2274
|
+
*/
|
|
1989
2275
|
declare const TableBody: <T extends object>(props: TableBodyProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1990
2276
|
|
|
1991
|
-
/**
|
|
2277
|
+
/**
|
|
2278
|
+
* A table column header cell with an optional sort toggle and support for resizable widths.
|
|
2279
|
+
*
|
|
2280
|
+
* @public
|
|
2281
|
+
*/
|
|
1992
2282
|
declare const Column: (props: ColumnProps) => react_jsx_runtime.JSX.Element;
|
|
1993
2283
|
|
|
1994
|
-
/**
|
|
2284
|
+
/**
|
|
2285
|
+
* A table row that can optionally act as a navigation link or trigger an action when clicked, with analytics tracking.
|
|
2286
|
+
*
|
|
2287
|
+
* @public
|
|
2288
|
+
*/
|
|
1995
2289
|
declare function Row<T extends object>(props: RowProps<T>): react_jsx_runtime.JSX.Element;
|
|
1996
2290
|
|
|
1997
|
-
/**
|
|
2291
|
+
/**
|
|
2292
|
+
* A low-level table cell primitive for building custom cell content.
|
|
2293
|
+
* For standard use cases, prefer `CellText` or `CellProfile`.
|
|
2294
|
+
*
|
|
2295
|
+
* @public
|
|
2296
|
+
*/
|
|
1998
2297
|
declare const Cell: {
|
|
1999
2298
|
(props: CellProps): react_jsx_runtime.JSX.Element;
|
|
2000
2299
|
displayName: string;
|
|
2001
2300
|
};
|
|
2002
2301
|
|
|
2003
|
-
/**
|
|
2302
|
+
/**
|
|
2303
|
+
* A table cell that renders a primary text title with an optional secondary description, leading icon, and link.
|
|
2304
|
+
*
|
|
2305
|
+
* @public
|
|
2306
|
+
*/
|
|
2004
2307
|
declare const CellText: {
|
|
2005
2308
|
(props: CellTextProps): react_jsx_runtime.JSX.Element;
|
|
2006
2309
|
displayName: string;
|
|
2007
2310
|
};
|
|
2008
2311
|
|
|
2009
|
-
/**
|
|
2312
|
+
/**
|
|
2313
|
+
* A table cell that renders an avatar image alongside a name, with an optional description and link.
|
|
2314
|
+
*
|
|
2315
|
+
* @public
|
|
2316
|
+
*/
|
|
2010
2317
|
declare const CellProfile: (props: CellProfileProps) => react_jsx_runtime.JSX.Element;
|
|
2011
2318
|
|
|
2012
2319
|
/** @public */
|
|
@@ -2032,10 +2339,14 @@ interface QueryOptions<TFilter> {
|
|
|
2032
2339
|
onSearchChange?: (search: string) => void;
|
|
2033
2340
|
}
|
|
2034
2341
|
/** @public */
|
|
2035
|
-
interface PaginationOptions extends Partial<Pick<TablePaginationProps, 'pageSize' | 'pageSizeOptions' | 'onPageSizeChange' | 'onNextPage' | 'onPreviousPage' | 'showPageSizeOptions' | 'getLabel'>> {
|
|
2342
|
+
interface PaginationOptions extends Partial<Pick<TablePaginationProps, 'pageSize' | 'pageSizeOptions' | 'onPageSizeChange' | 'onNextPage' | 'onPreviousPage' | 'showPageSizeOptions' | 'getLabel' | 'showPaginationLabel'>> {
|
|
2036
2343
|
initialOffset?: number;
|
|
2037
2344
|
}
|
|
2038
2345
|
/** @public */
|
|
2346
|
+
interface CompletePaginationOptions extends PaginationOptions {
|
|
2347
|
+
type?: 'page' | 'none';
|
|
2348
|
+
}
|
|
2349
|
+
/** @public */
|
|
2039
2350
|
interface OffsetParams<TFilter> {
|
|
2040
2351
|
offset: number;
|
|
2041
2352
|
pageSize: number;
|
|
@@ -2068,7 +2379,7 @@ interface CursorResponse<T> {
|
|
|
2068
2379
|
/** @public */
|
|
2069
2380
|
type UseTableCompleteOptions<T extends TableItem, TFilter = unknown> = QueryOptions<TFilter> & {
|
|
2070
2381
|
mode: 'complete';
|
|
2071
|
-
paginationOptions?:
|
|
2382
|
+
paginationOptions?: CompletePaginationOptions;
|
|
2072
2383
|
sortFn?: (data: T[], sort: SortDescriptor) => T[];
|
|
2073
2384
|
filterFn?: (data: T[], filter: TFilter) => T[];
|
|
2074
2385
|
searchFn?: (data: T[], search: string) => T[];
|
|
@@ -2101,8 +2412,17 @@ interface UseTableResult<T extends TableItem, TFilter = unknown> {
|
|
|
2101
2412
|
search: SearchState;
|
|
2102
2413
|
}
|
|
2103
2414
|
|
|
2415
|
+
/**
|
|
2416
|
+
* A hook that manages table data fetching, pagination, sorting, search, and filtering.
|
|
2417
|
+
* Supports three modes: `complete` for client-side data, `offset` for server-side offset pagination, and `cursor` for server-side cursor pagination.
|
|
2418
|
+
*
|
|
2419
|
+
* @public
|
|
2420
|
+
*/
|
|
2421
|
+
declare function useTable<T extends TableItem, TFilter = unknown>(options: UseTableCompleteOptions<T, TFilter>): UseTableResult<T, TFilter>;
|
|
2422
|
+
/** @public */
|
|
2423
|
+
declare function useTable<T extends TableItem, TFilter = unknown>(options: UseTableOffsetOptions<T, TFilter>): UseTableResult<T, TFilter>;
|
|
2104
2424
|
/** @public */
|
|
2105
|
-
declare function useTable<T extends TableItem, TFilter = unknown>(options:
|
|
2425
|
+
declare function useTable<T extends TableItem, TFilter = unknown>(options: UseTableCursorOptions<T, TFilter>): UseTableResult<T, TFilter>;
|
|
2106
2426
|
|
|
2107
2427
|
/**
|
|
2108
2428
|
* Component definition for Table
|
|
@@ -2215,7 +2535,11 @@ type TextOwnProps = {
|
|
|
2215
2535
|
/** @public */
|
|
2216
2536
|
type TextProps<T extends ElementType = 'span'> = TextOwnProps & Omit<ComponentPropsWithRef<T>, keyof TextOwnProps>;
|
|
2217
2537
|
|
|
2218
|
-
/**
|
|
2538
|
+
/**
|
|
2539
|
+
* A typographic primitive that renders text with design system variants, weights, and colors, and can render as any HTML element.
|
|
2540
|
+
*
|
|
2541
|
+
* @public
|
|
2542
|
+
*/
|
|
2219
2543
|
declare const Text: {
|
|
2220
2544
|
<T extends ElementType = "p">(props: TextProps<T> & {
|
|
2221
2545
|
ref?: React.ComponentPropsWithRef<T>["ref"];
|
|
@@ -2289,7 +2613,11 @@ interface TextFieldProps extends Omit<TextFieldProps$1, 'className' | 'descripti
|
|
|
2289
2613
|
type?: 'text' | 'email' | 'tel' | 'url';
|
|
2290
2614
|
}
|
|
2291
2615
|
|
|
2292
|
-
/**
|
|
2616
|
+
/**
|
|
2617
|
+
* A single-line text input with an integrated label, optional icon, and inline error display.
|
|
2618
|
+
*
|
|
2619
|
+
* @public
|
|
2620
|
+
*/
|
|
2293
2621
|
declare const TextField: react.ForwardRefExoticComponent<TextFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
2294
2622
|
|
|
2295
2623
|
/**
|
|
@@ -2346,7 +2674,11 @@ type PasswordFieldOwnProps = {
|
|
|
2346
2674
|
interface PasswordFieldProps extends Omit<TextFieldProps$1, 'className' | 'description'>, PasswordFieldOwnProps {
|
|
2347
2675
|
}
|
|
2348
2676
|
|
|
2349
|
-
/**
|
|
2677
|
+
/**
|
|
2678
|
+
* A text input for password entry with a toggleable visibility button, integrated label, and inline error display.
|
|
2679
|
+
*
|
|
2680
|
+
* @public
|
|
2681
|
+
*/
|
|
2350
2682
|
declare const PasswordField: react.ForwardRefExoticComponent<PasswordFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
2351
2683
|
|
|
2352
2684
|
/**
|
|
@@ -2387,9 +2719,17 @@ type TooltipOwnProps = {
|
|
|
2387
2719
|
interface TooltipProps extends Omit<TooltipProps$1, 'children' | 'className'>, TooltipOwnProps {
|
|
2388
2720
|
}
|
|
2389
2721
|
|
|
2390
|
-
/**
|
|
2722
|
+
/**
|
|
2723
|
+
* A wrapper that connects a trigger element to a Tooltip, controlling its show and hide behavior with a configurable delay.
|
|
2724
|
+
*
|
|
2725
|
+
* @public
|
|
2726
|
+
*/
|
|
2391
2727
|
declare const TooltipTrigger: (props: TooltipTriggerComponentProps) => react_jsx_runtime.JSX.Element;
|
|
2392
|
-
/**
|
|
2728
|
+
/**
|
|
2729
|
+
* A floating label that provides contextual information about an element when it receives hover or focus.
|
|
2730
|
+
*
|
|
2731
|
+
* @public
|
|
2732
|
+
*/
|
|
2393
2733
|
declare const Tooltip: react.ForwardRefExoticComponent<TooltipProps & react.RefAttributes<HTMLDivElement>>;
|
|
2394
2734
|
|
|
2395
2735
|
/**
|
|
@@ -2494,7 +2834,11 @@ type MenuSeparatorOwnProps = {
|
|
|
2494
2834
|
interface MenuSeparatorProps extends MenuSeparatorOwnProps, Omit<SeparatorProps, keyof MenuSeparatorOwnProps> {
|
|
2495
2835
|
}
|
|
2496
2836
|
|
|
2497
|
-
/**
|
|
2837
|
+
/**
|
|
2838
|
+
* A wrapper that connects a trigger element to a dropdown menu, controlling its open and close state.
|
|
2839
|
+
*
|
|
2840
|
+
* @public
|
|
2841
|
+
*/
|
|
2498
2842
|
declare const MenuTrigger: (props: MenuTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
2499
2843
|
/** @public */
|
|
2500
2844
|
declare const SubmenuTrigger: (props: SubmenuTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -2688,9 +3032,17 @@ type SearchAutocompleteItemOwnProps = {
|
|
|
2688
3032
|
interface SearchAutocompleteItemProps extends SearchAutocompleteItemOwnProps, Omit<ListBoxItemProps, keyof SearchAutocompleteItemOwnProps> {
|
|
2689
3033
|
}
|
|
2690
3034
|
|
|
2691
|
-
/**
|
|
3035
|
+
/**
|
|
3036
|
+
* A search input that shows a dropdown list of suggestions as the user types, with loading and empty states.
|
|
3037
|
+
*
|
|
3038
|
+
* @public
|
|
3039
|
+
*/
|
|
2692
3040
|
declare function SearchAutocomplete(props: SearchAutocompleteProps): react_jsx_runtime.JSX.Element;
|
|
2693
|
-
/**
|
|
3041
|
+
/**
|
|
3042
|
+
* An individual option item within a SearchAutocomplete dropdown.
|
|
3043
|
+
*
|
|
3044
|
+
* @public
|
|
3045
|
+
*/
|
|
2694
3046
|
declare function SearchAutocompleteItem(props: SearchAutocompleteItemProps): react_jsx_runtime.JSX.Element;
|
|
2695
3047
|
|
|
2696
3048
|
/**
|
|
@@ -2763,7 +3115,11 @@ type SearchFieldOwnProps = {
|
|
|
2763
3115
|
interface SearchFieldProps extends Omit<SearchFieldProps$1, 'className' | 'description'>, SearchFieldOwnProps {
|
|
2764
3116
|
}
|
|
2765
3117
|
|
|
2766
|
-
/**
|
|
3118
|
+
/**
|
|
3119
|
+
* A text input optimized for search queries, with a built-in clear button, optional icon, and support for a collapsible mode.
|
|
3120
|
+
*
|
|
3121
|
+
* @public
|
|
3122
|
+
*/
|
|
2767
3123
|
declare const SearchField: react.ForwardRefExoticComponent<SearchFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
2768
3124
|
|
|
2769
3125
|
/**
|
|
@@ -2818,7 +3174,11 @@ type LinkOwnProps = {
|
|
|
2818
3174
|
interface LinkProps extends Omit<LinkProps$1, 'children' | 'className'>, LinkOwnProps {
|
|
2819
3175
|
}
|
|
2820
3176
|
|
|
2821
|
-
/**
|
|
3177
|
+
/**
|
|
3178
|
+
* A styled anchor element that supports analytics event tracking on click.
|
|
3179
|
+
*
|
|
3180
|
+
* @public
|
|
3181
|
+
*/
|
|
2822
3182
|
declare const Link: react.ForwardRefExoticComponent<LinkProps & react.RefAttributes<HTMLAnchorElement>>;
|
|
2823
3183
|
|
|
2824
3184
|
/**
|
|
@@ -2833,6 +3193,7 @@ declare const LinkDefinition: {
|
|
|
2833
3193
|
readonly root: "bui-Link";
|
|
2834
3194
|
};
|
|
2835
3195
|
readonly analytics: true;
|
|
3196
|
+
readonly resolveHref: true;
|
|
2836
3197
|
readonly propDefs: {
|
|
2837
3198
|
readonly noTrack: {};
|
|
2838
3199
|
readonly variant: {
|
|
@@ -2957,6 +3318,7 @@ declare const ListRowDefinition: {
|
|
|
2957
3318
|
readonly [key: string]: string;
|
|
2958
3319
|
};
|
|
2959
3320
|
readonly bg: "consumer";
|
|
3321
|
+
readonly resolveHref: true;
|
|
2960
3322
|
readonly classNames: {
|
|
2961
3323
|
readonly root: "bui-ListRow";
|
|
2962
3324
|
readonly check: "bui-ListRowCheck";
|
|
@@ -3022,7 +3384,11 @@ interface SelectProps<T extends 'single' | 'multiple'> extends SelectOwnProps, O
|
|
|
3022
3384
|
selectionMode?: T;
|
|
3023
3385
|
}
|
|
3024
3386
|
|
|
3025
|
-
/**
|
|
3387
|
+
/**
|
|
3388
|
+
* A dropdown picker for selecting one or multiple options from a list, with optional search filtering and inline error display.
|
|
3389
|
+
*
|
|
3390
|
+
* @public
|
|
3391
|
+
*/
|
|
3026
3392
|
declare const Select: react.ForwardRefExoticComponent<SelectProps<"multiple" | "single"> & react.RefAttributes<HTMLDivElement>>;
|
|
3027
3393
|
|
|
3028
3394
|
/**
|
|
@@ -3066,7 +3432,11 @@ type SkeletonOwnProps = {
|
|
|
3066
3432
|
interface SkeletonProps extends Omit<ComponentProps<'div'>, 'children' | 'className' | 'style'>, SkeletonOwnProps {
|
|
3067
3433
|
}
|
|
3068
3434
|
|
|
3069
|
-
/**
|
|
3435
|
+
/**
|
|
3436
|
+
* A placeholder shape displayed while content is loading, matching the size and layout of the content it replaces.
|
|
3437
|
+
*
|
|
3438
|
+
* @public
|
|
3439
|
+
*/
|
|
3070
3440
|
declare const Skeleton: (props: SkeletonProps) => react_jsx_runtime.JSX.Element;
|
|
3071
3441
|
|
|
3072
3442
|
/**
|
|
@@ -3108,7 +3478,11 @@ type SwitchOwnProps = {
|
|
|
3108
3478
|
interface SwitchProps extends Omit<SwitchProps$1, 'className'>, SwitchOwnProps {
|
|
3109
3479
|
}
|
|
3110
3480
|
|
|
3111
|
-
/**
|
|
3481
|
+
/**
|
|
3482
|
+
* A toggle control for switching between on and off states, with an optional visible label.
|
|
3483
|
+
*
|
|
3484
|
+
* @public
|
|
3485
|
+
*/
|
|
3112
3486
|
declare const Switch: react.ForwardRefExoticComponent<SwitchProps & react.RefAttributes<HTMLLabelElement>>;
|
|
3113
3487
|
|
|
3114
3488
|
/**
|
|
@@ -3145,7 +3519,11 @@ type ToggleButtonOwnProps = {
|
|
|
3145
3519
|
interface ToggleButtonProps extends Omit<ToggleButtonProps$1, 'children' | 'className'>, ToggleButtonOwnProps {
|
|
3146
3520
|
}
|
|
3147
3521
|
|
|
3148
|
-
/**
|
|
3522
|
+
/**
|
|
3523
|
+
* A button that maintains a pressed or unpressed state, with optional start and end icon slots.
|
|
3524
|
+
*
|
|
3525
|
+
* @public
|
|
3526
|
+
*/
|
|
3149
3527
|
declare const ToggleButton: react.ForwardRefExoticComponent<ToggleButtonProps & react.RefAttributes<HTMLButtonElement>>;
|
|
3150
3528
|
|
|
3151
3529
|
/**
|
|
@@ -3181,7 +3559,11 @@ type ToggleButtonGroupOwnProps = {
|
|
|
3181
3559
|
interface ToggleButtonGroupProps extends Omit<ToggleButtonGroupProps$1, 'className' | 'children'>, ToggleButtonGroupOwnProps {
|
|
3182
3560
|
}
|
|
3183
3561
|
|
|
3184
|
-
/**
|
|
3562
|
+
/**
|
|
3563
|
+
* A container that groups ToggleButton items and manages their collective selection state.
|
|
3564
|
+
*
|
|
3565
|
+
* @public
|
|
3566
|
+
*/
|
|
3185
3567
|
declare const ToggleButtonGroup: react.ForwardRefExoticComponent<ToggleButtonGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
3186
3568
|
|
|
3187
3569
|
/**
|
|
@@ -3374,5 +3756,5 @@ declare function useAnalytics(): AnalyticsTracker;
|
|
|
3374
3756
|
*/
|
|
3375
3757
|
declare function getNodeText(node: ReactNode | ((...args: any[]) => ReactNode)): string | undefined;
|
|
3376
3758
|
|
|
3377
|
-
export { Accordion, AccordionDefinition, AccordionGroup, AccordionGroupDefinition, AccordionPanel, AccordionPanelDefinition, AccordionTrigger, AccordionTriggerDefinition, Alert, AlertDefinition, Avatar, AvatarDefinition, BUIProvider, BgProvider, Box, BoxDefinition, Button, ButtonDefinition, ButtonIcon, ButtonIconDefinition, ButtonLink, ButtonLinkDefinition, Card, CardBody, CardBodyDefinition, CardDefinition, CardFooter, CardFooterDefinition, CardHeader, CardHeaderDefinition, Cell, CellProfile, CellText, Checkbox, CheckboxDefinition, Column, Container, ContainerDefinition, Dialog, DialogBody, DialogBodyDefinition, DialogDefinition, DialogFooter, DialogFooterDefinition, DialogHeader, DialogHeaderDefinition, DialogTrigger, FieldLabel, FieldLabelDefinition, Flex, FlexDefinition, FullPage, FullPageDefinition, Grid, GridDefinition, GridItemDefinition, Header, HeaderDefinition, HeaderNavDefinition, HeaderNavGroupDefinition, HeaderNavItemDefinition, HeaderPage, HeaderPageDefinition, Link, LinkDefinition, List, ListDefinition, ListRow, ListRowDefinition, Menu, MenuAutocomplete, MenuAutocompleteListbox, MenuDefinition, MenuItem, MenuListBox, MenuListBoxItem, MenuSection, MenuSeparator, MenuTrigger, PasswordField, PasswordFieldDefinition, PluginHeader, PluginHeaderDefinition, Popover, PopoverDefinition, Radio, RadioDefinition, RadioGroup, RadioGroupDefinition, Row, SearchAutocomplete, SearchAutocompleteDefinition, SearchAutocompleteItem, SearchField, SearchFieldDefinition, Select, SelectDefinition, Skeleton, SkeletonDefinition, SubmenuTrigger, Switch, SwitchDefinition, Tab, TabList, TabPanel, Table, TableBody, TableDefinition, TableHeader, TablePagination, TablePaginationDefinition, TableRoot, Tabs, TabsDefinition, Tag, TagGroup, TagGroupDefinition, Text, TextDefinition, TextField, TextFieldDefinition, ToggleButton, ToggleButtonDefinition, ToggleButtonGroup, ToggleButtonGroupDefinition, Tooltip, TooltipDefinition, TooltipTrigger, VisuallyHidden, VisuallyHiddenDefinition, getNodeText, useAnalytics, useBgConsumer, useBgProvider, useBreakpoint, useTable };
|
|
3378
|
-
export type { AccordionGroupOwnProps, AccordionGroupProps, AccordionOwnProps, AccordionPanelOwnProps, AccordionPanelProps, AccordionProps, AccordionTriggerOwnProps, AccordionTriggerProps, AlertOwnProps, AlertProps, AlignItems, AnalyticsEventAttributes, AnalyticsTracker, AvatarOwnProps, AvatarProps, BUIProviderProps, BgContextValue, BgProviderProps, Border, BorderRadius, BoxOwnProps, BoxProps, BoxUtilityProps, Breakpoint, ButtonIconOwnProps, ButtonIconProps, ButtonLinkOwnProps, ButtonLinkProps, ButtonOwnProps, ButtonProps, CardBaseProps, CardBodyOwnProps, CardBodyProps, CardButtonVariant, CardFooterOwnProps, CardFooterProps, CardHeaderOwnProps, CardHeaderProps, CardLinkVariant, CardOwnProps, CardProps, CardStaticVariant, CellOwnProps, CellProfileOwnProps, CellProfileProps, CellProps, CellTextOwnProps, CellTextProps, CheckboxOwnProps, CheckboxProps, ColumnConfig, ColumnOwnProps, ColumnProps, Columns, ContainerBg, ContainerOwnProps, ContainerProps, CursorParams, CursorResponse, DialogBodyOwnProps, DialogBodyProps, DialogFooterOwnProps, DialogFooterProps, DialogHeaderOwnProps, DialogHeaderProps, DialogOwnProps, DialogProps, DialogTriggerProps, Display, FieldLabelOwnProps, FieldLabelProps, FilterState, FlexDirection, FlexOwnProps, FlexProps, FlexWrap, FullPageOwnProps, FullPageProps, GridItemOwnProps, GridItemProps, GridOwnProps, GridProps, HeaderBreadcrumb, HeaderNavTab, HeaderNavTabGroup, HeaderNavTabItem, HeaderOwnProps, HeaderPageBreadcrumb, HeaderPageOwnProps, HeaderPageProps, HeaderProps, HeaderTab, JustifyContent, LinkOwnProps, LinkProps, ListOwnProps, ListProps, ListRowOwnProps, ListRowProps, MarginProps, MenuAutocompleteListBoxOwnProps, MenuAutocompleteListBoxProps, MenuAutocompleteOwnProps, MenuAutocompleteProps, MenuItemOwnProps, MenuItemProps, MenuListBoxItemOwnProps, MenuListBoxItemProps, MenuListBoxOwnProps, MenuListBoxProps, MenuOwnProps, MenuPopoverOwnProps, MenuProps, MenuSectionOwnProps, MenuSectionProps, MenuSeparatorOwnProps, MenuSeparatorProps, MenuTriggerProps, NoPagination, OffsetParams, OffsetResponse, Option, PaddingProps, PagePagination, PageSizeOption, PaginationOptions, PasswordFieldOwnProps, PasswordFieldProps, PluginHeaderOwnProps, PluginHeaderProps, PopoverOwnProps, PopoverProps, ProviderBg, QueryOptions, RadioGroupOwnProps, RadioGroupProps, RadioOwnProps, RadioProps, Responsive, RowConfig, RowOwnProps, RowProps, RowRenderFn, SearchAutocompleteItemOwnProps, SearchAutocompleteItemProps, SearchAutocompleteOwnProps, SearchAutocompleteProps, SearchFieldOwnProps, SearchFieldProps, SearchState, SelectOwnProps, SelectProps, SkeletonOwnProps, SkeletonProps, SortDescriptor, SortState, Space, SpaceProps, SubmenuTriggerProps, SwitchOwnProps, SwitchProps, TabListOwnProps, TabListProps, TabMatchStrategy, TabOwnProps, TabPanelOwnProps, TabPanelProps, TabProps, TableBodyOwnProps, TableBodyProps, TableHeaderOwnProps, TableHeaderProps, TableItem, TablePaginationOwnProps, TablePaginationProps, TablePaginationType, TableProps, TableRootOwnProps, TableRootProps, TableSelection, TabsOwnProps, TabsProps, TagGroupOwnProps, TagGroupProps, TagOwnProps, TagProps, TextColorStatus, TextColors, TextFieldOwnProps, TextFieldProps, TextOwnProps, TextProps, TextVariants, TextWeights, ToggleButtonGroupOwnProps, ToggleButtonGroupProps, ToggleButtonOwnProps, ToggleButtonProps, TooltipOwnProps, TooltipProps, UseAnalyticsFn, UseTableCompleteOptions, UseTableCursorOptions, UseTableOffsetOptions, UseTableOptions, UseTableResult, UtilityProps, VirtualizedProp, VisuallyHiddenOwnProps, VisuallyHiddenProps };
|
|
3759
|
+
export { Accordion, AccordionDefinition, AccordionGroup, AccordionGroupDefinition, AccordionPanel, AccordionPanelDefinition, AccordionTrigger, AccordionTriggerDefinition, Alert, AlertDefinition, Avatar, AvatarDefinition, BUIProvider, Badge, BadgeDefinition, BgProvider, Box, BoxDefinition, Button, ButtonDefinition, ButtonIcon, ButtonIconDefinition, ButtonLink, ButtonLinkDefinition, Card, CardBody, CardBodyDefinition, CardDefinition, CardFooter, CardFooterDefinition, CardHeader, CardHeaderDefinition, Cell, CellProfile, CellText, Checkbox, CheckboxDefinition, CheckboxGroup, CheckboxGroupDefinition, Column, Container, ContainerDefinition, Dialog, DialogBody, DialogBodyDefinition, DialogDefinition, DialogFooter, DialogFooterDefinition, DialogHeader, DialogHeaderDefinition, DialogTrigger, FieldLabel, FieldLabelDefinition, Flex, FlexDefinition, FullPage, FullPageDefinition, Grid, GridDefinition, GridItemDefinition, Header, HeaderDefinition, HeaderNavDefinition, HeaderNavGroupDefinition, HeaderNavItemDefinition, HeaderPage, HeaderPageDefinition, Link, LinkDefinition, List, ListDefinition, ListRow, ListRowDefinition, Menu, MenuAutocomplete, MenuAutocompleteListbox, MenuDefinition, MenuItem, MenuListBox, MenuListBoxItem, MenuSection, MenuSeparator, MenuTrigger, PasswordField, PasswordFieldDefinition, PluginHeader, PluginHeaderDefinition, Popover, PopoverDefinition, Radio, RadioDefinition, RadioGroup, RadioGroupDefinition, Row, SearchAutocomplete, SearchAutocompleteDefinition, SearchAutocompleteItem, SearchField, SearchFieldDefinition, Select, SelectDefinition, Skeleton, SkeletonDefinition, Slider, SliderDefinition, SubmenuTrigger, Switch, SwitchDefinition, Tab, TabList, TabPanel, Table, TableBody, TableDefinition, TableHeader, TablePagination, TablePaginationDefinition, TableRoot, Tabs, TabsDefinition, Tag, TagGroup, TagGroupDefinition, Text, TextDefinition, TextField, TextFieldDefinition, ToggleButton, ToggleButtonDefinition, ToggleButtonGroup, ToggleButtonGroupDefinition, Tooltip, TooltipDefinition, TooltipTrigger, VisuallyHidden, VisuallyHiddenDefinition, getNodeText, useAnalytics, useBgConsumer, useBgProvider, useBreakpoint, useTable };
|
|
3760
|
+
export type { AccordionGroupOwnProps, AccordionGroupProps, AccordionOwnProps, AccordionPanelOwnProps, AccordionPanelProps, AccordionProps, AccordionTriggerOwnProps, AccordionTriggerProps, AlertOwnProps, AlertProps, AlignItems, AnalyticsEventAttributes, AnalyticsTracker, AvatarOwnProps, AvatarProps, BUIProviderProps, BadgeOwnProps, BadgeProps, BgContextValue, BgProviderProps, Border, BorderRadius, BoxOwnProps, BoxProps, BoxUtilityProps, Breakpoint, ButtonIconOwnProps, ButtonIconProps, ButtonLinkOwnProps, ButtonLinkProps, ButtonOwnProps, ButtonProps, CardBaseProps, CardBodyOwnProps, CardBodyProps, CardButtonVariant, CardFooterOwnProps, CardFooterProps, CardHeaderOwnProps, CardHeaderProps, CardLinkVariant, CardOwnProps, CardProps, CardStaticVariant, CellOwnProps, CellProfileOwnProps, CellProfileProps, CellProps, CellTextOwnProps, CellTextProps, CheckboxGroupOwnProps, CheckboxGroupProps, CheckboxOwnProps, CheckboxProps, ColumnConfig, ColumnOwnProps, ColumnProps, Columns, CompletePaginationOptions, ContainerBg, ContainerOwnProps, ContainerProps, CursorParams, CursorResponse, DialogBodyOwnProps, DialogBodyProps, DialogFooterOwnProps, DialogFooterProps, DialogHeaderOwnProps, DialogHeaderProps, DialogOwnProps, DialogProps, DialogTriggerProps, Display, FieldLabelOwnProps, FieldLabelProps, FilterState, FlexDirection, FlexOwnProps, FlexProps, FlexWrap, FullPageOwnProps, FullPageProps, GridItemOwnProps, GridItemProps, GridOwnProps, GridProps, HeaderBreadcrumb, HeaderNavTab, HeaderNavTabGroup, HeaderNavTabItem, HeaderOwnProps, HeaderPageBreadcrumb, HeaderPageOwnProps, HeaderPageProps, HeaderProps, HeaderTab, JustifyContent, LinkOwnProps, LinkProps, ListOwnProps, ListProps, ListRowOwnProps, ListRowProps, MarginProps, MenuAutocompleteListBoxOwnProps, MenuAutocompleteListBoxProps, MenuAutocompleteOwnProps, MenuAutocompleteProps, MenuItemOwnProps, MenuItemProps, MenuListBoxItemOwnProps, MenuListBoxItemProps, MenuListBoxOwnProps, MenuListBoxProps, MenuOwnProps, MenuPopoverOwnProps, MenuProps, MenuSectionOwnProps, MenuSectionProps, MenuSeparatorOwnProps, MenuSeparatorProps, MenuTriggerProps, NoPagination, OffsetParams, OffsetResponse, Option, PaddingProps, PagePagination, PageSizeOption, PaginationOptions, PasswordFieldOwnProps, PasswordFieldProps, PluginHeaderOwnProps, PluginHeaderProps, PopoverOwnProps, PopoverProps, ProviderBg, QueryOptions, RadioGroupOwnProps, RadioGroupProps, RadioOwnProps, RadioProps, Responsive, RowConfig, RowOwnProps, RowProps, RowRenderFn, SearchAutocompleteItemOwnProps, SearchAutocompleteItemProps, SearchAutocompleteOwnProps, SearchAutocompleteProps, SearchFieldOwnProps, SearchFieldProps, SearchState, SelectOwnProps, SelectProps, SkeletonOwnProps, SkeletonProps, SliderOwnProps, SliderProps, SortDescriptor, SortState, Space, SpaceProps, SubmenuTriggerProps, SwitchOwnProps, SwitchProps, TabListOwnProps, TabListProps, TabMatchStrategy, TabOwnProps, TabPanelOwnProps, TabPanelProps, TabProps, TableBodyOwnProps, TableBodyProps, TableHeaderOwnProps, TableHeaderProps, TableItem, TablePaginationOwnProps, TablePaginationProps, TablePaginationType, TableProps, TableRootOwnProps, TableRootProps, TableSelection, TabsOwnProps, TabsProps, TagGroupOwnProps, TagGroupProps, TagOwnProps, TagProps, TextColorStatus, TextColors, TextFieldOwnProps, TextFieldProps, TextOwnProps, TextProps, TextVariants, TextWeights, ToggleButtonGroupOwnProps, ToggleButtonGroupProps, ToggleButtonOwnProps, ToggleButtonProps, TooltipOwnProps, TooltipProps, UseAnalyticsFn, UseTableCompleteOptions, UseTableCursorOptions, UseTableOffsetOptions, UseTableOptions, UseTableResult, UtilityProps, VirtualizedProp, VisuallyHiddenOwnProps, VisuallyHiddenProps };
|