@backstage/ui 0.13.2 → 0.14.0-next.1
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 +67 -7
- package/dist/components/Accordion/Accordion.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/Box/Box.esm.js.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.esm.js.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.module.css.esm.js +2 -2
- package/dist/components/ButtonLink/ButtonLink.esm.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.esm.js.map +1 -1
- package/dist/components/Container/Container.esm.js.map +1 -1
- package/dist/components/Dialog/Dialog.esm.js.map +1 -1
- package/dist/components/FieldError/FieldError.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 +1 -0
- package/dist/components/FieldLabel/definition.esm.js.map +1 -1
- package/dist/components/Flex/Flex.esm.js.map +1 -1
- package/dist/components/Header/Header.esm.js +4 -14
- package/dist/components/Header/Header.esm.js.map +1 -1
- package/dist/components/Header/HeaderNav.esm.js +163 -0
- package/dist/components/Header/HeaderNav.esm.js.map +1 -0
- package/dist/components/Header/HeaderNav.module.css.esm.js +8 -0
- package/dist/components/Header/HeaderNav.module.css.esm.js.map +1 -0
- package/dist/components/Header/HeaderNavDefinition.esm.js +48 -0
- package/dist/components/Header/HeaderNavDefinition.esm.js.map +1 -0
- package/dist/components/Header/HeaderNavIndicators.esm.js +92 -0
- package/dist/components/Header/HeaderNavIndicators.esm.js.map +1 -0
- 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/Menu/Menu.esm.js +16 -39
- package/dist/components/Menu/Menu.esm.js.map +1 -1
- package/dist/components/Menu/Menu.module.css.esm.js +2 -2
- package/dist/components/Menu/definition.esm.js +0 -2
- package/dist/components/Menu/definition.esm.js.map +1 -1
- package/dist/components/PasswordField/PasswordField.esm.js.map +1 -1
- package/dist/components/PluginHeader/PluginHeader.esm.js +22 -15
- package/dist/components/PluginHeader/PluginHeader.esm.js.map +1 -1
- package/dist/components/PluginHeader/PluginHeader.module.css.esm.js +2 -2
- package/dist/components/PluginHeader/definition.esm.js +0 -1
- package/dist/components/PluginHeader/definition.esm.js.map +1 -1
- package/dist/components/RadioGroup/RadioGroup.esm.js.map +1 -1
- package/dist/components/SearchAutocomplete/SearchAutocomplete.esm.js.map +1 -1
- package/dist/components/SearchField/SearchField.esm.js.map +1 -1
- package/dist/components/Select/Select.esm.js.map +1 -1
- package/dist/components/Skeleton/Skeleton.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/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.map +1 -1
- package/dist/components/Table/components/TableBody.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/hooks/useTable.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/Text/Text.esm.js.map +1 -1
- package/dist/components/TextField/TextField.esm.js.map +1 -1
- package/dist/components/ToggleButton/ToggleButton.esm.js.map +1 -1
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.esm.js.map +1 -1
- package/dist/components/Tooltip/Tooltip.esm.js.map +1 -1
- package/dist/index.d.ts +358 -51
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +15 -10
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, 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';
|
|
@@ -126,7 +126,11 @@ type BoxUtilityProps = {
|
|
|
126
126
|
interface BoxProps extends SpaceProps, BoxOwnProps, BoxUtilityProps, Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
/**
|
|
129
|
+
/**
|
|
130
|
+
* A general-purpose layout primitive that can render as any HTML element and supports spacing, sizing, and background props.
|
|
131
|
+
*
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
130
134
|
declare const Box: react.ForwardRefExoticComponent<BoxProps & react.RefAttributes<HTMLDivElement>>;
|
|
131
135
|
|
|
132
136
|
/**
|
|
@@ -248,7 +252,11 @@ interface FlexProps extends SpaceProps, FlexOwnProps, Omit<React.HTMLAttributes<
|
|
|
248
252
|
direction?: Responsive<'row' | 'column' | 'row-reverse' | 'column-reverse'>;
|
|
249
253
|
}
|
|
250
254
|
|
|
251
|
-
/**
|
|
255
|
+
/**
|
|
256
|
+
* A flexbox layout container with props for controlling gap, alignment, justification, and direction.
|
|
257
|
+
*
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
252
260
|
declare const Flex: react.ForwardRefExoticComponent<FlexProps & react.RefAttributes<HTMLDivElement>>;
|
|
253
261
|
|
|
254
262
|
/**
|
|
@@ -290,7 +298,11 @@ interface ContainerProps extends ContainerOwnProps, Omit<React.ComponentPropsWit
|
|
|
290
298
|
pt?: SpaceProps['pt'];
|
|
291
299
|
}
|
|
292
300
|
|
|
293
|
-
/**
|
|
301
|
+
/**
|
|
302
|
+
* A centered layout wrapper that constrains content to a maximum width and provides consistent page-level padding.
|
|
303
|
+
*
|
|
304
|
+
* @public
|
|
305
|
+
*/
|
|
294
306
|
declare const Container: react.ForwardRefExoticComponent<ContainerProps & react.RefAttributes<HTMLDivElement>>;
|
|
295
307
|
|
|
296
308
|
/**
|
|
@@ -415,13 +427,29 @@ type AccordionGroupOwnProps = {
|
|
|
415
427
|
interface AccordionGroupProps extends Omit<DisclosureGroupProps, 'className'>, AccordionGroupOwnProps {
|
|
416
428
|
}
|
|
417
429
|
|
|
418
|
-
/**
|
|
430
|
+
/**
|
|
431
|
+
* A collapsible section that reveals or hides its content when the trigger is activated.
|
|
432
|
+
*
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
419
435
|
declare const Accordion: react.ForwardRefExoticComponent<AccordionProps & react.RefAttributes<HTMLDivElement>>;
|
|
420
|
-
/**
|
|
436
|
+
/**
|
|
437
|
+
* The clickable heading that toggles the visibility of an accordion panel.
|
|
438
|
+
*
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
421
441
|
declare const AccordionTrigger: react.ForwardRefExoticComponent<AccordionTriggerProps & react.RefAttributes<HTMLHeadingElement>>;
|
|
422
|
-
/**
|
|
442
|
+
/**
|
|
443
|
+
* The content area of an accordion that is revealed when the trigger is activated.
|
|
444
|
+
*
|
|
445
|
+
* @public
|
|
446
|
+
*/
|
|
423
447
|
declare const AccordionPanel: react.ForwardRefExoticComponent<AccordionPanelProps & react.RefAttributes<HTMLDivElement>>;
|
|
424
|
-
/**
|
|
448
|
+
/**
|
|
449
|
+
* A container that groups multiple Accordion items, optionally allowing several panels to be expanded at once.
|
|
450
|
+
*
|
|
451
|
+
* @public
|
|
452
|
+
*/
|
|
425
453
|
declare const AccordionGroup: react.ForwardRefExoticComponent<AccordionGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
426
454
|
|
|
427
455
|
/**
|
|
@@ -631,7 +659,11 @@ type AvatarOwnProps = {
|
|
|
631
659
|
interface AvatarProps extends Omit<React.ComponentPropsWithoutRef<'div'>, 'children' | 'className'>, AvatarOwnProps {
|
|
632
660
|
}
|
|
633
661
|
|
|
634
|
-
/**
|
|
662
|
+
/**
|
|
663
|
+
* Displays a user's profile image with an automatic fallback to their initials when the image fails to load.
|
|
664
|
+
*
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
635
667
|
declare const Avatar: react.ForwardRefExoticComponent<AvatarProps & react.RefAttributes<HTMLDivElement>>;
|
|
636
668
|
|
|
637
669
|
/**
|
|
@@ -988,15 +1020,35 @@ type DialogFooterOwnProps = {
|
|
|
988
1020
|
interface DialogFooterProps extends DialogFooterOwnProps, Omit<React.ComponentPropsWithoutRef<'div'>, keyof DialogFooterOwnProps> {
|
|
989
1021
|
}
|
|
990
1022
|
|
|
991
|
-
/**
|
|
1023
|
+
/**
|
|
1024
|
+
* A wrapper that connects a trigger element to a Dialog, controlling its open and close state.
|
|
1025
|
+
*
|
|
1026
|
+
* @public
|
|
1027
|
+
*/
|
|
992
1028
|
declare const DialogTrigger: (props: DialogTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
993
|
-
/**
|
|
1029
|
+
/**
|
|
1030
|
+
* A modal overlay that presents content requiring user interaction or acknowledgment, dismissible by clicking outside or pressing Escape.
|
|
1031
|
+
*
|
|
1032
|
+
* @public
|
|
1033
|
+
*/
|
|
994
1034
|
declare const Dialog: react.ForwardRefExoticComponent<DialogProps & react.RefAttributes<HTMLDivElement>>;
|
|
995
|
-
/**
|
|
1035
|
+
/**
|
|
1036
|
+
* The header section of a Dialog, containing the title and a close button.
|
|
1037
|
+
*
|
|
1038
|
+
* @public
|
|
1039
|
+
*/
|
|
996
1040
|
declare const DialogHeader: react.ForwardRefExoticComponent<DialogHeaderProps & react.RefAttributes<HTMLDivElement>>;
|
|
997
|
-
/**
|
|
1041
|
+
/**
|
|
1042
|
+
* The main scrollable content area of a Dialog.
|
|
1043
|
+
*
|
|
1044
|
+
* @public
|
|
1045
|
+
*/
|
|
998
1046
|
declare const DialogBody: react.ForwardRefExoticComponent<DialogBodyProps & react.RefAttributes<HTMLDivElement>>;
|
|
999
|
-
/**
|
|
1047
|
+
/**
|
|
1048
|
+
* The footer section of a Dialog, typically used to place action buttons.
|
|
1049
|
+
*
|
|
1050
|
+
* @public
|
|
1051
|
+
*/
|
|
1000
1052
|
declare const DialogFooter: react.ForwardRefExoticComponent<DialogFooterProps & react.RefAttributes<HTMLDivElement>>;
|
|
1001
1053
|
|
|
1002
1054
|
/**
|
|
@@ -1092,13 +1144,21 @@ type FieldLabelOwnProps = {
|
|
|
1092
1144
|
* The id of the text field
|
|
1093
1145
|
*/
|
|
1094
1146
|
id?: string;
|
|
1147
|
+
/**
|
|
1148
|
+
* The id to apply to the description element for aria-describedby
|
|
1149
|
+
*/
|
|
1150
|
+
descriptionId?: string;
|
|
1095
1151
|
className?: string;
|
|
1096
1152
|
};
|
|
1097
1153
|
/** @public */
|
|
1098
1154
|
interface FieldLabelProps extends FieldLabelOwnProps, Omit<React.ComponentPropsWithoutRef<'div'>, keyof FieldLabelOwnProps> {
|
|
1099
1155
|
}
|
|
1100
1156
|
|
|
1101
|
-
/**
|
|
1157
|
+
/**
|
|
1158
|
+
* Renders a label for a form field with optional secondary label and description text.
|
|
1159
|
+
*
|
|
1160
|
+
* @public
|
|
1161
|
+
*/
|
|
1102
1162
|
declare const FieldLabel: react.ForwardRefExoticComponent<FieldLabelProps & react.RefAttributes<HTMLDivElement>>;
|
|
1103
1163
|
|
|
1104
1164
|
/**
|
|
@@ -1121,6 +1181,7 @@ declare const FieldLabelDefinition: {
|
|
|
1121
1181
|
readonly description: {};
|
|
1122
1182
|
readonly htmlFor: {};
|
|
1123
1183
|
readonly id: {};
|
|
1184
|
+
readonly descriptionId: {};
|
|
1124
1185
|
readonly className: {};
|
|
1125
1186
|
};
|
|
1126
1187
|
};
|
|
@@ -1289,8 +1350,9 @@ declare module 'react-aria-components' {
|
|
|
1289
1350
|
}
|
|
1290
1351
|
}
|
|
1291
1352
|
/**
|
|
1292
|
-
*
|
|
1293
|
-
*
|
|
1353
|
+
* Renders a plugin header with icon, title, custom actions, and optional tabs.
|
|
1354
|
+
* Always participates in the background context system so descendants (e.g. buttons)
|
|
1355
|
+
* get the correct `data-on-bg` styling inside the toolbar and tabs.
|
|
1294
1356
|
*
|
|
1295
1357
|
* @public
|
|
1296
1358
|
*/
|
|
@@ -1307,7 +1369,6 @@ declare const PluginHeaderDefinition: {
|
|
|
1307
1369
|
readonly classNames: {
|
|
1308
1370
|
readonly root: "bui-PluginHeader";
|
|
1309
1371
|
readonly toolbar: "bui-PluginHeaderToolbar";
|
|
1310
|
-
readonly toolbarWrapper: "bui-PluginHeaderToolbarWrapper";
|
|
1311
1372
|
readonly toolbarContent: "bui-PluginHeaderToolbarContent";
|
|
1312
1373
|
readonly toolbarControls: "bui-PluginHeaderToolbarControls";
|
|
1313
1374
|
readonly toolbarIcon: "bui-PluginHeaderToolbarIcon";
|
|
@@ -1325,6 +1386,32 @@ declare const PluginHeaderDefinition: {
|
|
|
1325
1386
|
};
|
|
1326
1387
|
};
|
|
1327
1388
|
|
|
1389
|
+
/**
|
|
1390
|
+
* Represents a single navigation tab in the header.
|
|
1391
|
+
*
|
|
1392
|
+
* @public
|
|
1393
|
+
*/
|
|
1394
|
+
interface HeaderNavTab {
|
|
1395
|
+
id: string;
|
|
1396
|
+
label: string;
|
|
1397
|
+
href: string;
|
|
1398
|
+
}
|
|
1399
|
+
/**
|
|
1400
|
+
* Represents a group of navigation tabs rendered as a dropdown menu.
|
|
1401
|
+
*
|
|
1402
|
+
* @public
|
|
1403
|
+
*/
|
|
1404
|
+
interface HeaderNavTabGroup {
|
|
1405
|
+
id: string;
|
|
1406
|
+
label: string;
|
|
1407
|
+
items: HeaderNavTab[];
|
|
1408
|
+
}
|
|
1409
|
+
/**
|
|
1410
|
+
* A navigation tab item — either a flat link or a dropdown group.
|
|
1411
|
+
*
|
|
1412
|
+
* @public
|
|
1413
|
+
*/
|
|
1414
|
+
type HeaderNavTabItem = HeaderNavTab | HeaderNavTabGroup;
|
|
1328
1415
|
/**
|
|
1329
1416
|
* Own props for the Header component.
|
|
1330
1417
|
*
|
|
@@ -1333,7 +1420,8 @@ declare const PluginHeaderDefinition: {
|
|
|
1333
1420
|
interface HeaderOwnProps {
|
|
1334
1421
|
title?: string;
|
|
1335
1422
|
customActions?: React.ReactNode;
|
|
1336
|
-
tabs?:
|
|
1423
|
+
tabs?: HeaderNavTabItem[];
|
|
1424
|
+
activeTabId?: string;
|
|
1337
1425
|
breadcrumbs?: HeaderBreadcrumb[];
|
|
1338
1426
|
className?: string;
|
|
1339
1427
|
}
|
|
@@ -1400,6 +1488,7 @@ declare const HeaderDefinition: {
|
|
|
1400
1488
|
readonly title: {};
|
|
1401
1489
|
readonly customActions: {};
|
|
1402
1490
|
readonly tabs: {};
|
|
1491
|
+
readonly activeTabId: {};
|
|
1403
1492
|
readonly breadcrumbs: {};
|
|
1404
1493
|
readonly className: {};
|
|
1405
1494
|
};
|
|
@@ -1423,11 +1512,57 @@ declare const HeaderPageDefinition: {
|
|
|
1423
1512
|
readonly title: {};
|
|
1424
1513
|
readonly customActions: {};
|
|
1425
1514
|
readonly tabs: {};
|
|
1515
|
+
readonly activeTabId: {};
|
|
1426
1516
|
readonly breadcrumbs: {};
|
|
1427
1517
|
readonly className: {};
|
|
1428
1518
|
};
|
|
1429
1519
|
};
|
|
1430
1520
|
|
|
1521
|
+
/** @public */
|
|
1522
|
+
declare const HeaderNavDefinition: {
|
|
1523
|
+
readonly styles: {
|
|
1524
|
+
readonly [key: string]: string;
|
|
1525
|
+
};
|
|
1526
|
+
readonly classNames: {
|
|
1527
|
+
readonly root: "bui-HeaderNav";
|
|
1528
|
+
readonly list: "bui-HeaderNavList";
|
|
1529
|
+
readonly active: "bui-HeaderNavActive";
|
|
1530
|
+
readonly hovered: "bui-HeaderNavHovered";
|
|
1531
|
+
};
|
|
1532
|
+
readonly analytics: true;
|
|
1533
|
+
readonly propDefs: {
|
|
1534
|
+
readonly noTrack: {};
|
|
1535
|
+
readonly tabs: {};
|
|
1536
|
+
readonly activeTabId: {};
|
|
1537
|
+
readonly children: {};
|
|
1538
|
+
readonly className: {};
|
|
1539
|
+
};
|
|
1540
|
+
};
|
|
1541
|
+
/** @public */
|
|
1542
|
+
declare const HeaderNavItemDefinition: {
|
|
1543
|
+
readonly styles: {
|
|
1544
|
+
readonly [key: string]: string;
|
|
1545
|
+
};
|
|
1546
|
+
readonly classNames: {
|
|
1547
|
+
readonly root: "bui-HeaderNavItem";
|
|
1548
|
+
};
|
|
1549
|
+
readonly propDefs: {
|
|
1550
|
+
readonly className: {};
|
|
1551
|
+
};
|
|
1552
|
+
};
|
|
1553
|
+
/** @public */
|
|
1554
|
+
declare const HeaderNavGroupDefinition: {
|
|
1555
|
+
readonly styles: {
|
|
1556
|
+
readonly [key: string]: string;
|
|
1557
|
+
};
|
|
1558
|
+
readonly classNames: {
|
|
1559
|
+
readonly root: "bui-HeaderNavGroup";
|
|
1560
|
+
};
|
|
1561
|
+
readonly propDefs: {
|
|
1562
|
+
readonly className: {};
|
|
1563
|
+
};
|
|
1564
|
+
};
|
|
1565
|
+
|
|
1431
1566
|
/** @public */
|
|
1432
1567
|
type ButtonIconOwnProps = {
|
|
1433
1568
|
size?: Responsive<'small' | 'medium'>;
|
|
@@ -1444,7 +1579,11 @@ type ButtonIconOwnProps = {
|
|
|
1444
1579
|
interface ButtonIconProps extends Omit<ButtonProps$1, keyof ButtonIconOwnProps>, ButtonIconOwnProps {
|
|
1445
1580
|
}
|
|
1446
1581
|
|
|
1447
|
-
/**
|
|
1582
|
+
/**
|
|
1583
|
+
* An icon-only button that supports a loading state and requires an accessible label.
|
|
1584
|
+
*
|
|
1585
|
+
* @public
|
|
1586
|
+
*/
|
|
1448
1587
|
declare const ButtonIcon: react.ForwardRefExoticComponent<ButtonIconProps & react.RefAttributes<HTMLButtonElement>>;
|
|
1449
1588
|
|
|
1450
1589
|
/**
|
|
@@ -1496,7 +1635,11 @@ type ButtonLinkOwnProps = {
|
|
|
1496
1635
|
interface ButtonLinkProps extends Omit<LinkProps$1, keyof ButtonLinkOwnProps>, ButtonLinkOwnProps {
|
|
1497
1636
|
}
|
|
1498
1637
|
|
|
1499
|
-
/**
|
|
1638
|
+
/**
|
|
1639
|
+
* A button-styled anchor element for navigation, supporting optional start and end icon slots and analytics event tracking.
|
|
1640
|
+
*
|
|
1641
|
+
* @public
|
|
1642
|
+
*/
|
|
1500
1643
|
declare const ButtonLink: react.ForwardRefExoticComponent<ButtonLinkProps & react.RefAttributes<HTMLAnchorElement>>;
|
|
1501
1644
|
|
|
1502
1645
|
/**
|
|
@@ -1540,7 +1683,11 @@ type CheckboxOwnProps = {
|
|
|
1540
1683
|
interface CheckboxProps extends Omit<CheckboxProps$1, 'children' | 'className'>, CheckboxOwnProps {
|
|
1541
1684
|
}
|
|
1542
1685
|
|
|
1543
|
-
/**
|
|
1686
|
+
/**
|
|
1687
|
+
* A form checkbox input with support for indeterminate state and accessible labeling.
|
|
1688
|
+
*
|
|
1689
|
+
* @public
|
|
1690
|
+
*/
|
|
1544
1691
|
declare const Checkbox: react.ForwardRefExoticComponent<CheckboxProps & react.RefAttributes<HTMLLabelElement>>;
|
|
1545
1692
|
|
|
1546
1693
|
/**
|
|
@@ -1581,9 +1728,17 @@ type RadioOwnProps = {
|
|
|
1581
1728
|
interface RadioProps extends RadioOwnProps, Omit<RadioProps$1, keyof RadioOwnProps> {
|
|
1582
1729
|
}
|
|
1583
1730
|
|
|
1584
|
-
/**
|
|
1731
|
+
/**
|
|
1732
|
+
* A group of radio buttons for selecting a single option from a set, with an integrated label, description, and error display.
|
|
1733
|
+
*
|
|
1734
|
+
* @public
|
|
1735
|
+
*/
|
|
1585
1736
|
declare const RadioGroup: react.ForwardRefExoticComponent<RadioGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
1586
|
-
/**
|
|
1737
|
+
/**
|
|
1738
|
+
* A single radio button for use within a RadioGroup.
|
|
1739
|
+
*
|
|
1740
|
+
* @public
|
|
1741
|
+
*/
|
|
1587
1742
|
declare const Radio: react.ForwardRefExoticComponent<RadioProps & react.RefAttributes<HTMLLabelElement>>;
|
|
1588
1743
|
|
|
1589
1744
|
/**
|
|
@@ -1623,6 +1778,54 @@ declare const RadioDefinition: {
|
|
|
1623
1778
|
};
|
|
1624
1779
|
};
|
|
1625
1780
|
|
|
1781
|
+
/** @public */
|
|
1782
|
+
interface SliderOwnProps {
|
|
1783
|
+
className?: string;
|
|
1784
|
+
label?: FieldLabelProps['label'];
|
|
1785
|
+
secondaryLabel?: FieldLabelProps['secondaryLabel'];
|
|
1786
|
+
description?: FieldLabelProps['description'];
|
|
1787
|
+
isRequired?: boolean;
|
|
1788
|
+
}
|
|
1789
|
+
/** @public */
|
|
1790
|
+
interface SliderProps<T extends number | number[]> extends Omit<SliderProps$1<T>, 'children' | 'className'>, SliderOwnProps {
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
/**
|
|
1794
|
+
* A draggable input for selecting a numeric value or range within a defined interval, with an integrated label and value output.
|
|
1795
|
+
*
|
|
1796
|
+
* @public
|
|
1797
|
+
*/
|
|
1798
|
+
declare const Slider: (<T extends number | number[]>(props: SliderProps<T> & {
|
|
1799
|
+
ref?: React.ForwardedRef<HTMLDivElement>;
|
|
1800
|
+
}) => JSX.Element) & {
|
|
1801
|
+
displayName: string;
|
|
1802
|
+
};
|
|
1803
|
+
|
|
1804
|
+
/**
|
|
1805
|
+
* Component definition for Slider
|
|
1806
|
+
* @public
|
|
1807
|
+
*/
|
|
1808
|
+
declare const SliderDefinition: {
|
|
1809
|
+
readonly styles: {
|
|
1810
|
+
readonly [key: string]: string;
|
|
1811
|
+
};
|
|
1812
|
+
readonly classNames: {
|
|
1813
|
+
readonly root: "bui-Slider";
|
|
1814
|
+
readonly header: "bui-SliderHeader";
|
|
1815
|
+
readonly track: "bui-SliderTrack";
|
|
1816
|
+
readonly trackFill: "bui-SliderTrackFill";
|
|
1817
|
+
readonly thumb: "bui-SliderThumb";
|
|
1818
|
+
readonly output: "bui-SliderOutput";
|
|
1819
|
+
};
|
|
1820
|
+
readonly propDefs: {
|
|
1821
|
+
readonly className: {};
|
|
1822
|
+
readonly label: {};
|
|
1823
|
+
readonly secondaryLabel: {};
|
|
1824
|
+
readonly description: {};
|
|
1825
|
+
readonly isRequired: {};
|
|
1826
|
+
};
|
|
1827
|
+
};
|
|
1828
|
+
|
|
1626
1829
|
/** @public */
|
|
1627
1830
|
interface PageSizeOption {
|
|
1628
1831
|
label: string;
|
|
@@ -1908,37 +2111,76 @@ interface TableProps<T extends TableItem> {
|
|
|
1908
2111
|
virtualized?: VirtualizedProp;
|
|
1909
2112
|
}
|
|
1910
2113
|
|
|
1911
|
-
/**
|
|
2114
|
+
/**
|
|
2115
|
+
* A full-featured data table with built-in pagination, sorting, row selection, loading and error states, and optional virtualization.
|
|
2116
|
+
* Pair with `useTable` to manage data fetching and state, or pass `data`, `columnConfig`, and `pagination` directly for manual control.
|
|
2117
|
+
*
|
|
2118
|
+
* @public
|
|
2119
|
+
*/
|
|
1912
2120
|
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;
|
|
1913
2121
|
|
|
1914
|
-
/**
|
|
2122
|
+
/**
|
|
2123
|
+
* The low-level table root element for building custom table layouts from atomic components.
|
|
2124
|
+
* For most use cases, prefer the `Table` convenience wrapper.
|
|
2125
|
+
*
|
|
2126
|
+
* @public
|
|
2127
|
+
*/
|
|
1915
2128
|
declare const TableRoot: (props: TableRootProps) => react_jsx_runtime.JSX.Element;
|
|
1916
2129
|
|
|
1917
|
-
/**
|
|
2130
|
+
/**
|
|
2131
|
+
* The header row of a table, rendering column labels and an optional select-all checkbox for toggle selection mode.
|
|
2132
|
+
*
|
|
2133
|
+
* @public
|
|
2134
|
+
*/
|
|
1918
2135
|
declare const TableHeader: <T extends object>(props: TableHeaderProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1919
2136
|
|
|
1920
|
-
/**
|
|
2137
|
+
/**
|
|
2138
|
+
* The body section of a table that renders data rows from the provided items collection.
|
|
2139
|
+
*
|
|
2140
|
+
* @public
|
|
2141
|
+
*/
|
|
1921
2142
|
declare const TableBody: <T extends object>(props: TableBodyProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1922
2143
|
|
|
1923
|
-
/**
|
|
2144
|
+
/**
|
|
2145
|
+
* A table column header cell with an optional sort toggle and support for resizable widths.
|
|
2146
|
+
*
|
|
2147
|
+
* @public
|
|
2148
|
+
*/
|
|
1924
2149
|
declare const Column: (props: ColumnProps) => react_jsx_runtime.JSX.Element;
|
|
1925
2150
|
|
|
1926
|
-
/**
|
|
2151
|
+
/**
|
|
2152
|
+
* A table row that can optionally act as a navigation link or trigger an action when clicked, with analytics tracking.
|
|
2153
|
+
*
|
|
2154
|
+
* @public
|
|
2155
|
+
*/
|
|
1927
2156
|
declare function Row<T extends object>(props: RowProps<T>): react_jsx_runtime.JSX.Element;
|
|
1928
2157
|
|
|
1929
|
-
/**
|
|
2158
|
+
/**
|
|
2159
|
+
* A low-level table cell primitive for building custom cell content.
|
|
2160
|
+
* For standard use cases, prefer `CellText` or `CellProfile`.
|
|
2161
|
+
*
|
|
2162
|
+
* @public
|
|
2163
|
+
*/
|
|
1930
2164
|
declare const Cell: {
|
|
1931
2165
|
(props: CellProps): react_jsx_runtime.JSX.Element;
|
|
1932
2166
|
displayName: string;
|
|
1933
2167
|
};
|
|
1934
2168
|
|
|
1935
|
-
/**
|
|
2169
|
+
/**
|
|
2170
|
+
* A table cell that renders a primary text title with an optional secondary description, leading icon, and link.
|
|
2171
|
+
*
|
|
2172
|
+
* @public
|
|
2173
|
+
*/
|
|
1936
2174
|
declare const CellText: {
|
|
1937
2175
|
(props: CellTextProps): react_jsx_runtime.JSX.Element;
|
|
1938
2176
|
displayName: string;
|
|
1939
2177
|
};
|
|
1940
2178
|
|
|
1941
|
-
/**
|
|
2179
|
+
/**
|
|
2180
|
+
* A table cell that renders an avatar image alongside a name, with an optional description and link.
|
|
2181
|
+
*
|
|
2182
|
+
* @public
|
|
2183
|
+
*/
|
|
1942
2184
|
declare const CellProfile: (props: CellProfileProps) => react_jsx_runtime.JSX.Element;
|
|
1943
2185
|
|
|
1944
2186
|
/** @public */
|
|
@@ -2037,7 +2279,12 @@ interface UseTableResult<T extends TableItem, TFilter = unknown> {
|
|
|
2037
2279
|
search: SearchState;
|
|
2038
2280
|
}
|
|
2039
2281
|
|
|
2040
|
-
/**
|
|
2282
|
+
/**
|
|
2283
|
+
* A hook that manages table data fetching, pagination, sorting, search, and filtering.
|
|
2284
|
+
* Supports three modes: `complete` for client-side data, `offset` for server-side offset pagination, and `cursor` for server-side cursor pagination.
|
|
2285
|
+
*
|
|
2286
|
+
* @public
|
|
2287
|
+
*/
|
|
2041
2288
|
declare function useTable<T extends TableItem, TFilter = unknown>(options: UseTableCompleteOptions<T, TFilter>): UseTableResult<T, TFilter>;
|
|
2042
2289
|
/** @public */
|
|
2043
2290
|
declare function useTable<T extends TableItem, TFilter = unknown>(options: UseTableOffsetOptions<T, TFilter>): UseTableResult<T, TFilter>;
|
|
@@ -2155,7 +2402,11 @@ type TextOwnProps = {
|
|
|
2155
2402
|
/** @public */
|
|
2156
2403
|
type TextProps<T extends ElementType = 'span'> = TextOwnProps & Omit<ComponentPropsWithRef<T>, keyof TextOwnProps>;
|
|
2157
2404
|
|
|
2158
|
-
/**
|
|
2405
|
+
/**
|
|
2406
|
+
* A typographic primitive that renders text with design system variants, weights, and colors, and can render as any HTML element.
|
|
2407
|
+
*
|
|
2408
|
+
* @public
|
|
2409
|
+
*/
|
|
2159
2410
|
declare const Text: {
|
|
2160
2411
|
<T extends ElementType = "p">(props: TextProps<T> & {
|
|
2161
2412
|
ref?: React.ComponentPropsWithRef<T>["ref"];
|
|
@@ -2229,7 +2480,11 @@ interface TextFieldProps extends Omit<TextFieldProps$1, 'className' | 'descripti
|
|
|
2229
2480
|
type?: 'text' | 'email' | 'tel' | 'url';
|
|
2230
2481
|
}
|
|
2231
2482
|
|
|
2232
|
-
/**
|
|
2483
|
+
/**
|
|
2484
|
+
* A single-line text input with an integrated label, optional icon, and inline error display.
|
|
2485
|
+
*
|
|
2486
|
+
* @public
|
|
2487
|
+
*/
|
|
2233
2488
|
declare const TextField: react.ForwardRefExoticComponent<TextFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
2234
2489
|
|
|
2235
2490
|
/**
|
|
@@ -2286,7 +2541,11 @@ type PasswordFieldOwnProps = {
|
|
|
2286
2541
|
interface PasswordFieldProps extends Omit<TextFieldProps$1, 'className' | 'description'>, PasswordFieldOwnProps {
|
|
2287
2542
|
}
|
|
2288
2543
|
|
|
2289
|
-
/**
|
|
2544
|
+
/**
|
|
2545
|
+
* A text input for password entry with a toggleable visibility button, integrated label, and inline error display.
|
|
2546
|
+
*
|
|
2547
|
+
* @public
|
|
2548
|
+
*/
|
|
2290
2549
|
declare const PasswordField: react.ForwardRefExoticComponent<PasswordFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
2291
2550
|
|
|
2292
2551
|
/**
|
|
@@ -2327,9 +2586,17 @@ type TooltipOwnProps = {
|
|
|
2327
2586
|
interface TooltipProps extends Omit<TooltipProps$1, 'children' | 'className'>, TooltipOwnProps {
|
|
2328
2587
|
}
|
|
2329
2588
|
|
|
2330
|
-
/**
|
|
2589
|
+
/**
|
|
2590
|
+
* A wrapper that connects a trigger element to a Tooltip, controlling its show and hide behavior with a configurable delay.
|
|
2591
|
+
*
|
|
2592
|
+
* @public
|
|
2593
|
+
*/
|
|
2331
2594
|
declare const TooltipTrigger: (props: TooltipTriggerComponentProps) => react_jsx_runtime.JSX.Element;
|
|
2332
|
-
/**
|
|
2595
|
+
/**
|
|
2596
|
+
* A floating label that provides contextual information about an element when it receives hover or focus.
|
|
2597
|
+
*
|
|
2598
|
+
* @public
|
|
2599
|
+
*/
|
|
2333
2600
|
declare const Tooltip: react.ForwardRefExoticComponent<TooltipProps & react.RefAttributes<HTMLDivElement>>;
|
|
2334
2601
|
|
|
2335
2602
|
/**
|
|
@@ -2434,7 +2701,11 @@ type MenuSeparatorOwnProps = {
|
|
|
2434
2701
|
interface MenuSeparatorProps extends MenuSeparatorOwnProps, Omit<SeparatorProps, keyof MenuSeparatorOwnProps> {
|
|
2435
2702
|
}
|
|
2436
2703
|
|
|
2437
|
-
/**
|
|
2704
|
+
/**
|
|
2705
|
+
* A wrapper that connects a trigger element to a dropdown menu, controlling its open and close state.
|
|
2706
|
+
*
|
|
2707
|
+
* @public
|
|
2708
|
+
*/
|
|
2438
2709
|
declare const MenuTrigger: (props: MenuTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
2439
2710
|
/** @public */
|
|
2440
2711
|
declare const SubmenuTrigger: (props: SubmenuTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -2628,9 +2899,17 @@ type SearchAutocompleteItemOwnProps = {
|
|
|
2628
2899
|
interface SearchAutocompleteItemProps extends SearchAutocompleteItemOwnProps, Omit<ListBoxItemProps, keyof SearchAutocompleteItemOwnProps> {
|
|
2629
2900
|
}
|
|
2630
2901
|
|
|
2631
|
-
/**
|
|
2902
|
+
/**
|
|
2903
|
+
* A search input that shows a dropdown list of suggestions as the user types, with loading and empty states.
|
|
2904
|
+
*
|
|
2905
|
+
* @public
|
|
2906
|
+
*/
|
|
2632
2907
|
declare function SearchAutocomplete(props: SearchAutocompleteProps): react_jsx_runtime.JSX.Element;
|
|
2633
|
-
/**
|
|
2908
|
+
/**
|
|
2909
|
+
* An individual option item within a SearchAutocomplete dropdown.
|
|
2910
|
+
*
|
|
2911
|
+
* @public
|
|
2912
|
+
*/
|
|
2634
2913
|
declare function SearchAutocompleteItem(props: SearchAutocompleteItemProps): react_jsx_runtime.JSX.Element;
|
|
2635
2914
|
|
|
2636
2915
|
/**
|
|
@@ -2703,7 +2982,11 @@ type SearchFieldOwnProps = {
|
|
|
2703
2982
|
interface SearchFieldProps extends Omit<SearchFieldProps$1, 'className' | 'description'>, SearchFieldOwnProps {
|
|
2704
2983
|
}
|
|
2705
2984
|
|
|
2706
|
-
/**
|
|
2985
|
+
/**
|
|
2986
|
+
* A text input optimized for search queries, with a built-in clear button, optional icon, and support for a collapsible mode.
|
|
2987
|
+
*
|
|
2988
|
+
* @public
|
|
2989
|
+
*/
|
|
2707
2990
|
declare const SearchField: react.ForwardRefExoticComponent<SearchFieldProps & react.RefAttributes<HTMLDivElement>>;
|
|
2708
2991
|
|
|
2709
2992
|
/**
|
|
@@ -2758,7 +3041,11 @@ type LinkOwnProps = {
|
|
|
2758
3041
|
interface LinkProps extends Omit<LinkProps$1, 'children' | 'className'>, LinkOwnProps {
|
|
2759
3042
|
}
|
|
2760
3043
|
|
|
2761
|
-
/**
|
|
3044
|
+
/**
|
|
3045
|
+
* A styled anchor element that supports analytics event tracking on click.
|
|
3046
|
+
*
|
|
3047
|
+
* @public
|
|
3048
|
+
*/
|
|
2762
3049
|
declare const Link: react.ForwardRefExoticComponent<LinkProps & react.RefAttributes<HTMLAnchorElement>>;
|
|
2763
3050
|
|
|
2764
3051
|
/**
|
|
@@ -2964,7 +3251,11 @@ interface SelectProps<T extends 'single' | 'multiple'> extends SelectOwnProps, O
|
|
|
2964
3251
|
selectionMode?: T;
|
|
2965
3252
|
}
|
|
2966
3253
|
|
|
2967
|
-
/**
|
|
3254
|
+
/**
|
|
3255
|
+
* A dropdown picker for selecting one or multiple options from a list, with optional search filtering and inline error display.
|
|
3256
|
+
*
|
|
3257
|
+
* @public
|
|
3258
|
+
*/
|
|
2968
3259
|
declare const Select: react.ForwardRefExoticComponent<SelectProps<"multiple" | "single"> & react.RefAttributes<HTMLDivElement>>;
|
|
2969
3260
|
|
|
2970
3261
|
/**
|
|
@@ -3008,7 +3299,11 @@ type SkeletonOwnProps = {
|
|
|
3008
3299
|
interface SkeletonProps extends Omit<ComponentProps<'div'>, 'children' | 'className' | 'style'>, SkeletonOwnProps {
|
|
3009
3300
|
}
|
|
3010
3301
|
|
|
3011
|
-
/**
|
|
3302
|
+
/**
|
|
3303
|
+
* A placeholder shape displayed while content is loading, matching the size and layout of the content it replaces.
|
|
3304
|
+
*
|
|
3305
|
+
* @public
|
|
3306
|
+
*/
|
|
3012
3307
|
declare const Skeleton: (props: SkeletonProps) => react_jsx_runtime.JSX.Element;
|
|
3013
3308
|
|
|
3014
3309
|
/**
|
|
@@ -3050,7 +3345,11 @@ type SwitchOwnProps = {
|
|
|
3050
3345
|
interface SwitchProps extends Omit<SwitchProps$1, 'className'>, SwitchOwnProps {
|
|
3051
3346
|
}
|
|
3052
3347
|
|
|
3053
|
-
/**
|
|
3348
|
+
/**
|
|
3349
|
+
* A toggle control for switching between on and off states, with an optional visible label.
|
|
3350
|
+
*
|
|
3351
|
+
* @public
|
|
3352
|
+
*/
|
|
3054
3353
|
declare const Switch: react.ForwardRefExoticComponent<SwitchProps & react.RefAttributes<HTMLLabelElement>>;
|
|
3055
3354
|
|
|
3056
3355
|
/**
|
|
@@ -3087,7 +3386,11 @@ type ToggleButtonOwnProps = {
|
|
|
3087
3386
|
interface ToggleButtonProps extends Omit<ToggleButtonProps$1, 'children' | 'className'>, ToggleButtonOwnProps {
|
|
3088
3387
|
}
|
|
3089
3388
|
|
|
3090
|
-
/**
|
|
3389
|
+
/**
|
|
3390
|
+
* A button that maintains a pressed or unpressed state, with optional start and end icon slots.
|
|
3391
|
+
*
|
|
3392
|
+
* @public
|
|
3393
|
+
*/
|
|
3091
3394
|
declare const ToggleButton: react.ForwardRefExoticComponent<ToggleButtonProps & react.RefAttributes<HTMLButtonElement>>;
|
|
3092
3395
|
|
|
3093
3396
|
/**
|
|
@@ -3123,7 +3426,11 @@ type ToggleButtonGroupOwnProps = {
|
|
|
3123
3426
|
interface ToggleButtonGroupProps extends Omit<ToggleButtonGroupProps$1, 'className' | 'children'>, ToggleButtonGroupOwnProps {
|
|
3124
3427
|
}
|
|
3125
3428
|
|
|
3126
|
-
/**
|
|
3429
|
+
/**
|
|
3430
|
+
* A container that groups ToggleButton items and manages their collective selection state.
|
|
3431
|
+
*
|
|
3432
|
+
* @public
|
|
3433
|
+
*/
|
|
3127
3434
|
declare const ToggleButtonGroup: react.ForwardRefExoticComponent<ToggleButtonGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
3128
3435
|
|
|
3129
3436
|
/**
|
|
@@ -3316,5 +3623,5 @@ declare function useAnalytics(): AnalyticsTracker;
|
|
|
3316
3623
|
*/
|
|
3317
3624
|
declare function getNodeText(node: ReactNode | ((...args: any[]) => ReactNode)): string | undefined;
|
|
3318
3625
|
|
|
3319
|
-
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, 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 };
|
|
3320
|
-
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, 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, 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 };
|
|
3626
|
+
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, 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 };
|
|
3627
|
+
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, 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 };
|