@delightui/components 0.1.77 → 0.1.79
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/dist/cjs/App.d.ts +1 -2
- package/dist/cjs/components/atoms/ActionImage/ActionImage.d.ts +1 -2
- package/dist/cjs/components/atoms/Button/Button.d.ts +1 -2
- package/dist/cjs/components/atoms/Chip/Chip.d.ts +1 -2
- package/dist/cjs/components/atoms/Icon/Icon.d.ts +1 -2
- package/dist/cjs/components/atoms/IconButton/IconButton.d.ts +1 -2
- package/dist/cjs/components/atoms/ListItem/ListItem.d.ts +1 -2
- package/dist/cjs/components/atoms/Password/Password.d.ts +1 -2
- package/dist/cjs/components/atoms/Password/Password.presenter.d.ts +1 -1
- package/dist/cjs/components/atoms/ResponsiveComponent/ResponsiveComponent.d.ts +2 -3
- package/dist/cjs/components/atoms/SelectListItem/SelectListItem.d.ts +1 -2
- package/dist/cjs/components/atoms/Slider/Slider.d.ts +1 -1
- package/dist/cjs/components/atoms/Spinner/Spinner.d.ts +1 -2
- package/dist/cjs/components/atoms/Text/Text.d.ts +1 -2
- package/dist/cjs/components/atoms/Tooltip/Tooltip.d.ts +1 -2
- package/dist/cjs/components/molecules/Accordion/Accordion.d.ts +3 -4
- package/dist/cjs/components/molecules/Accordion/AccordionGroup/AccordionGroup.d.ts +1 -2
- package/dist/cjs/components/molecules/ActionCard/ActionCard.d.ts +1 -2
- package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.d.ts +1 -2
- package/dist/cjs/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -2
- package/dist/cjs/components/molecules/ButtonGroup/ButtonGroup.d.ts +1 -2
- package/dist/cjs/components/molecules/ButtonGroup/utils.d.ts +2 -2
- package/dist/cjs/components/molecules/Card/Card.d.ts +1 -2
- package/dist/cjs/components/molecules/ContextMenu/ContextMenu.d.ts +1 -2
- package/dist/cjs/components/molecules/DatePicker/DatePicker.d.ts +1 -2
- package/dist/cjs/components/molecules/DatePicker/DatePicker.presenter.d.ts +1 -1
- package/dist/cjs/components/molecules/FormField/FormField.d.ts +1 -1
- package/dist/cjs/components/molecules/Grid/Grid.d.ts +1 -2
- package/dist/cjs/components/molecules/Grid/GridItem.d.ts +1 -1
- package/dist/cjs/components/molecules/GridList/GridList.d.ts +1 -2
- package/dist/cjs/components/molecules/List/List.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/RepeaterList.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/RootList.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/RootListItem.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/SortableList.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/SortableListItem.d.ts +1 -2
- package/dist/cjs/components/molecules/List/components/SortableTrigger.d.ts +1 -2
- package/dist/cjs/components/molecules/Modal/Modal.d.ts +1 -2
- package/dist/cjs/components/molecules/Modal/ModalHeader/ModalHeader.d.ts +1 -2
- package/dist/cjs/components/molecules/Nav/Nav.d.ts +1 -2
- package/dist/cjs/components/molecules/Nav/NavItem/NavItem.d.ts +1 -2
- package/dist/cjs/components/molecules/Nav/NavLink/NavLink.d.ts +1 -2
- package/dist/cjs/components/molecules/Pagination/Pagination.d.ts +1 -2
- package/dist/cjs/components/molecules/PaginationNumberField/PaginationNumberField.d.ts +1 -2
- package/dist/cjs/components/molecules/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/cjs/components/molecules/Select/Option/Option.d.ts +1 -2
- package/dist/cjs/components/molecules/Select/Select.Context.d.ts +1 -2
- package/dist/cjs/components/molecules/Select/Select.d.ts +1 -1
- package/dist/cjs/components/organisms/Dropzone/Dropzone.d.ts +1 -1
- package/dist/cjs/components/organisms/Dropzone/components/DropzoneClear.d.ts +1 -2
- package/dist/cjs/components/organisms/Dropzone/components/DropzoneFilename.d.ts +1 -2
- package/dist/cjs/components/organisms/Dropzone/components/DropzoneSupportedFormats.d.ts +1 -2
- package/dist/cjs/components/organisms/Dropzone/components/DropzoneTrigger.d.ts +1 -2
- package/dist/cjs/components/organisms/DropzoneContent/DropzoneContent.d.ts +1 -2
- package/dist/cjs/components/organisms/Form/Form.d.ts +1 -2
- package/dist/cjs/components/organisms/Form/FormContext.d.ts +1 -1
- package/dist/cjs/components/organisms/Form/UpdatedFormExample.d.ts +1 -1
- package/dist/cjs/components/organisms/Form/index.d.ts +1 -2
- package/dist/cjs/components/organisms/SlideOutPanel/SlideOutPanel.d.ts +1 -2
- package/dist/cjs/components/organisms/SlideOutPanel/SlideOutPanelExample.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/Table.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableBody/TableBody.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableCell/TableCell.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableHeader/TableHeader.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableHeaderCell/TableHeaderCell.d.ts +1 -2
- package/dist/cjs/components/organisms/Table/TableRow/TableRow.d.ts +1 -2
- package/dist/cjs/components/organisms/Tabs/TabContent/TabContent.d.ts +1 -2
- package/dist/cjs/components/organisms/Tabs/TabItem/TabItem.d.ts +1 -2
- package/dist/cjs/components/organisms/Tabs/Tabs.Context.d.ts +1 -1
- package/dist/cjs/components/organisms/Tabs/Tabs.d.ts +1 -2
- package/dist/cjs/components/organisms/Tabs/index.d.ts +1 -2
- package/dist/cjs/library.js +3 -3
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/App.d.ts +1 -2
- package/dist/esm/components/atoms/ActionImage/ActionImage.d.ts +1 -2
- package/dist/esm/components/atoms/Button/Button.d.ts +1 -2
- package/dist/esm/components/atoms/Chip/Chip.d.ts +1 -2
- package/dist/esm/components/atoms/Icon/Icon.d.ts +1 -2
- package/dist/esm/components/atoms/IconButton/IconButton.d.ts +1 -2
- package/dist/esm/components/atoms/ListItem/ListItem.d.ts +1 -2
- package/dist/esm/components/atoms/Password/Password.d.ts +1 -2
- package/dist/esm/components/atoms/Password/Password.presenter.d.ts +1 -1
- package/dist/esm/components/atoms/ResponsiveComponent/ResponsiveComponent.d.ts +2 -3
- package/dist/esm/components/atoms/SelectListItem/SelectListItem.d.ts +1 -2
- package/dist/esm/components/atoms/Slider/Slider.d.ts +1 -1
- package/dist/esm/components/atoms/Spinner/Spinner.d.ts +1 -2
- package/dist/esm/components/atoms/Text/Text.d.ts +1 -2
- package/dist/esm/components/atoms/Tooltip/Tooltip.d.ts +1 -2
- package/dist/esm/components/molecules/Accordion/Accordion.d.ts +3 -4
- package/dist/esm/components/molecules/Accordion/AccordionGroup/AccordionGroup.d.ts +1 -2
- package/dist/esm/components/molecules/ActionCard/ActionCard.d.ts +1 -2
- package/dist/esm/components/molecules/Breadcrumbs/Breadcrumb/Breadcrumb.d.ts +1 -2
- package/dist/esm/components/molecules/Breadcrumbs/Breadcrumbs.d.ts +1 -2
- package/dist/esm/components/molecules/ButtonGroup/ButtonGroup.d.ts +1 -2
- package/dist/esm/components/molecules/ButtonGroup/utils.d.ts +2 -2
- package/dist/esm/components/molecules/Card/Card.d.ts +1 -2
- package/dist/esm/components/molecules/ContextMenu/ContextMenu.d.ts +1 -2
- package/dist/esm/components/molecules/DatePicker/DatePicker.d.ts +1 -2
- package/dist/esm/components/molecules/DatePicker/DatePicker.presenter.d.ts +1 -1
- package/dist/esm/components/molecules/FormField/FormField.d.ts +1 -1
- package/dist/esm/components/molecules/Grid/Grid.d.ts +1 -2
- package/dist/esm/components/molecules/Grid/GridItem.d.ts +1 -1
- package/dist/esm/components/molecules/GridList/GridList.d.ts +1 -2
- package/dist/esm/components/molecules/List/List.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/RepeaterList.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/RootList.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/RootListItem.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/SortableList.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/SortableListItem.d.ts +1 -2
- package/dist/esm/components/molecules/List/components/SortableTrigger.d.ts +1 -2
- package/dist/esm/components/molecules/Modal/Modal.d.ts +1 -2
- package/dist/esm/components/molecules/Modal/ModalHeader/ModalHeader.d.ts +1 -2
- package/dist/esm/components/molecules/Nav/Nav.d.ts +1 -2
- package/dist/esm/components/molecules/Nav/NavItem/NavItem.d.ts +1 -2
- package/dist/esm/components/molecules/Nav/NavLink/NavLink.d.ts +1 -2
- package/dist/esm/components/molecules/Pagination/Pagination.d.ts +1 -2
- package/dist/esm/components/molecules/PaginationNumberField/PaginationNumberField.d.ts +1 -2
- package/dist/esm/components/molecules/RadioGroup/RadioGroup.d.ts +1 -1
- package/dist/esm/components/molecules/Select/Option/Option.d.ts +1 -2
- package/dist/esm/components/molecules/Select/Select.Context.d.ts +1 -2
- package/dist/esm/components/molecules/Select/Select.d.ts +1 -1
- package/dist/esm/components/organisms/Dropzone/Dropzone.d.ts +1 -1
- package/dist/esm/components/organisms/Dropzone/components/DropzoneClear.d.ts +1 -2
- package/dist/esm/components/organisms/Dropzone/components/DropzoneFilename.d.ts +1 -2
- package/dist/esm/components/organisms/Dropzone/components/DropzoneSupportedFormats.d.ts +1 -2
- package/dist/esm/components/organisms/Dropzone/components/DropzoneTrigger.d.ts +1 -2
- package/dist/esm/components/organisms/DropzoneContent/DropzoneContent.d.ts +1 -2
- package/dist/esm/components/organisms/Form/Form.d.ts +1 -2
- package/dist/esm/components/organisms/Form/FormContext.d.ts +1 -1
- package/dist/esm/components/organisms/Form/UpdatedFormExample.d.ts +1 -1
- package/dist/esm/components/organisms/Form/index.d.ts +1 -2
- package/dist/esm/components/organisms/SlideOutPanel/SlideOutPanel.d.ts +1 -2
- package/dist/esm/components/organisms/SlideOutPanel/SlideOutPanelExample.d.ts +1 -2
- package/dist/esm/components/organisms/Table/Table.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableBody/TableBody.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableCell/TableCell.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableHeader/TableHeader.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableHeaderCell/TableHeaderCell.d.ts +1 -2
- package/dist/esm/components/organisms/Table/TableRow/TableRow.d.ts +1 -2
- package/dist/esm/components/organisms/Tabs/TabContent/TabContent.d.ts +1 -2
- package/dist/esm/components/organisms/Tabs/TabItem/TabItem.d.ts +1 -2
- package/dist/esm/components/organisms/Tabs/Tabs.Context.d.ts +1 -1
- package/dist/esm/components/organisms/Tabs/Tabs.d.ts +1 -2
- package/dist/esm/components/organisms/Tabs/index.d.ts +1 -2
- package/dist/esm/library.js +3 -3
- package/dist/esm/library.js.map +1 -1
- package/dist/index.d.ts +60 -59
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
1
2
|
import * as React$1 from 'react';
|
|
2
3
|
import React__default, { ImgHTMLAttributes, SyntheticEvent, HTMLAttributes, ReactNode, MouseEvent, Ref, FormHTMLAttributes, InputHTMLAttributes, TextareaHTMLAttributes, Dispatch, SetStateAction, LiHTMLAttributes, CSSProperties, RefObject, TableHTMLAttributes, TdHTMLAttributes } from 'react';
|
|
3
4
|
import { LinkProps } from 'react-router-dom';
|
|
@@ -60,7 +61,7 @@ type ActionImageProps = ImageProps & {
|
|
|
60
61
|
/**
|
|
61
62
|
* ActionImage component definition.
|
|
62
63
|
*/
|
|
63
|
-
declare const ActionImage: (props: ActionImageProps) =>
|
|
64
|
+
declare const ActionImage: (props: ActionImageProps) => react_jsx_runtime.JSX.Element;
|
|
64
65
|
|
|
65
66
|
type ButtonAppearanceEnum = 'Default' | 'Inverse';
|
|
66
67
|
type ButtonTypeEnum = 'Filled' | 'Outlined' | 'Ghost';
|
|
@@ -124,7 +125,7 @@ type ButtonProps = Omit<HTMLAttributes<HTMLButtonElement>, 'style'> & {
|
|
|
124
125
|
/**
|
|
125
126
|
* Button component definition.
|
|
126
127
|
*/
|
|
127
|
-
declare const Button: (props: ButtonProps) =>
|
|
128
|
+
declare const Button: (props: ButtonProps) => react_jsx_runtime.JSX.Element;
|
|
128
129
|
|
|
129
130
|
type IconStyleEnum = 'Outlined' | 'Filled' | 'Round';
|
|
130
131
|
type IconSizeEnum = 'Small' | 'Medium' | 'Large';
|
|
@@ -149,7 +150,7 @@ interface IconProps {
|
|
|
149
150
|
className?: string;
|
|
150
151
|
}
|
|
151
152
|
|
|
152
|
-
declare const Icon: (props: IconProps) =>
|
|
153
|
+
declare const Icon: (props: IconProps) => react_jsx_runtime.JSX.Element | null;
|
|
153
154
|
|
|
154
155
|
type IconButtonAppearanceEnum = 'Default' | 'Inverse';
|
|
155
156
|
type IconButtonStyleEnum = 'Primary' | 'Secondary';
|
|
@@ -176,7 +177,7 @@ interface IconButtonProps extends Omit<ButtonProps, 'leadingIcon' | 'trailingIco
|
|
|
176
177
|
size?: IconButtonSizeEnum;
|
|
177
178
|
}
|
|
178
179
|
|
|
179
|
-
declare const IconButton: (props: IconButtonProps) =>
|
|
180
|
+
declare const IconButton: (props: IconButtonProps) => react_jsx_runtime.JSX.Element;
|
|
180
181
|
|
|
181
182
|
/**
|
|
182
183
|
* Type representing the allowed values for form fields
|
|
@@ -434,13 +435,13 @@ type PasswordProps = Omit<InputProps, 'inputType' | 'trailingIcon'> & {
|
|
|
434
435
|
hideTrailingIcon?: boolean;
|
|
435
436
|
};
|
|
436
437
|
|
|
437
|
-
declare const Password: (props: PasswordProps) =>
|
|
438
|
+
declare const Password: (props: PasswordProps) => react_jsx_runtime.JSX.Element;
|
|
438
439
|
|
|
439
440
|
type SpinnerProps = {
|
|
440
441
|
className?: string;
|
|
441
442
|
};
|
|
442
443
|
|
|
443
|
-
declare const Spinner: ({ className }: SpinnerProps) =>
|
|
444
|
+
declare const Spinner: ({ className }: SpinnerProps) => react_jsx_runtime.JSX.Element;
|
|
444
445
|
|
|
445
446
|
declare const types: readonly ["Heading1", "Heading2", "Heading3", "Heading4", "Heading5", "Heading6", "BodyLarge", "BodyMedium", "BodySmall"];
|
|
446
447
|
declare const weights: readonly ["Thin", "ExtraLight", "Light", "Regular", "Medium", "SemiBold", "Bold", "ExtraBold", "Black", "ExtraBlack", 100, 200, 300, 400, 500, 600, 700, 800, 900, 950];
|
|
@@ -520,7 +521,7 @@ interface TextProps {
|
|
|
520
521
|
/**
|
|
521
522
|
* Text component definition.
|
|
522
523
|
*/
|
|
523
|
-
declare const Text: (props: TextProps) =>
|
|
524
|
+
declare const Text: (props: TextProps) => react_jsx_runtime.JSX.Element;
|
|
524
525
|
|
|
525
526
|
type TextAreaProps = Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'value'> & ControlledFormComponentProps<string>;
|
|
526
527
|
|
|
@@ -536,8 +537,8 @@ type BreakpointProps<T> = {
|
|
|
536
537
|
children: React.ReactElement<T>;
|
|
537
538
|
};
|
|
538
539
|
|
|
539
|
-
declare const Breakpoint: <T>({ children }: BreakpointProps<T>) =>
|
|
540
|
-
declare const ResponsiveComponent: <T>(props: ResponsiveComponentProps<T>) =>
|
|
540
|
+
declare const Breakpoint: <T>({ children }: BreakpointProps<T>) => react_jsx_runtime.JSX.Element;
|
|
541
|
+
declare const ResponsiveComponent: <T>(props: ResponsiveComponentProps<T>) => react_jsx_runtime.JSX.Element;
|
|
541
542
|
|
|
542
543
|
type ListItemProps$1 = Omit<HTMLAttributes<HTMLDivElement>, 'style'> & {
|
|
543
544
|
/**
|
|
@@ -566,7 +567,7 @@ type ListItemProps$1 = Omit<HTMLAttributes<HTMLDivElement>, 'style'> & {
|
|
|
566
567
|
className?: string;
|
|
567
568
|
};
|
|
568
569
|
|
|
569
|
-
declare const ListItem: (props: ListItemProps$1) =>
|
|
570
|
+
declare const ListItem: (props: ListItemProps$1) => react_jsx_runtime.JSX.Element;
|
|
570
571
|
|
|
571
572
|
type SelectListItemProps = Omit<HTMLAttributes<HTMLDivElement>, 'style'> & {
|
|
572
573
|
/**
|
|
@@ -595,7 +596,7 @@ type SelectListItemProps = Omit<HTMLAttributes<HTMLDivElement>, 'style'> & {
|
|
|
595
596
|
className?: string;
|
|
596
597
|
};
|
|
597
598
|
|
|
598
|
-
declare const SelectListItem: (props: SelectListItemProps) =>
|
|
599
|
+
declare const SelectListItem: (props: SelectListItemProps) => react_jsx_runtime.JSX.Element;
|
|
599
600
|
|
|
600
601
|
type ToggleLabelAlignmentEnum = 'Left' | 'Right';
|
|
601
602
|
type ToggleProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'value' | 'checked'> & ControlledFormComponentProps<boolean> & {
|
|
@@ -695,7 +696,7 @@ type TooltipProps = {
|
|
|
695
696
|
className?: string;
|
|
696
697
|
};
|
|
697
698
|
|
|
698
|
-
declare const Tooltip: ({ children, direction, alignment, action, style, isVisible, target, className, }: TooltipProps) =>
|
|
699
|
+
declare const Tooltip: ({ children, direction, alignment, action, style, isVisible, target, className, }: TooltipProps) => react_jsx_runtime.JSX.Element;
|
|
699
700
|
|
|
700
701
|
declare const CustomToggle: React$1.ForwardRefExoticComponent<ControlledFormComponentProps<boolean> & {
|
|
701
702
|
offContent?: React$1.ReactNode;
|
|
@@ -782,7 +783,7 @@ type ChipProps = Omit<HTMLAttributes<HTMLDivElement>, 'style'> & {
|
|
|
782
783
|
/**
|
|
783
784
|
* Chip component definition.
|
|
784
785
|
*/
|
|
785
|
-
declare const Chip: (props: ChipProps) =>
|
|
786
|
+
declare const Chip: (props: ChipProps) => react_jsx_runtime.JSX.Element;
|
|
786
787
|
|
|
787
788
|
type CheckboxSizeEnum = 'Small' | 'Medium' | 'Large';
|
|
788
789
|
type CheckboxLabelAlignmentEnum = 'Left' | 'Right';
|
|
@@ -888,7 +889,7 @@ type SliderProps = React.HTMLAttributes<HTMLDivElement> & ControlledFormComponen
|
|
|
888
889
|
className?: string;
|
|
889
890
|
};
|
|
890
891
|
|
|
891
|
-
declare const Slider: (props: SliderProps) =>
|
|
892
|
+
declare const Slider: (props: SliderProps) => react_jsx_runtime.JSX.Element;
|
|
892
893
|
|
|
893
894
|
type RadioButtonSizeEnum = 'Small' | 'Medium' | 'Large';
|
|
894
895
|
type RadioButtonLabelAlignmentEnum = 'Left' | 'Right';
|
|
@@ -991,9 +992,9 @@ type AccordionProps = {
|
|
|
991
992
|
name?: string;
|
|
992
993
|
};
|
|
993
994
|
|
|
994
|
-
declare const AccordionSummary: (props: AccordionSummaryProps) =>
|
|
995
|
-
declare const AccordionDetails: (props: AccordionDetailsProps) =>
|
|
996
|
-
declare const Accordion: (props: AccordionProps) =>
|
|
995
|
+
declare const AccordionSummary: (props: AccordionSummaryProps) => react_jsx_runtime.JSX.Element;
|
|
996
|
+
declare const AccordionDetails: (props: AccordionDetailsProps) => react_jsx_runtime.JSX.Element;
|
|
997
|
+
declare const Accordion: (props: AccordionProps) => react_jsx_runtime.JSX.Element;
|
|
997
998
|
|
|
998
999
|
type AccordionGroupProps = {
|
|
999
1000
|
children: ReactNode;
|
|
@@ -1005,7 +1006,7 @@ type AccordionGroupProps = {
|
|
|
1005
1006
|
name?: string;
|
|
1006
1007
|
};
|
|
1007
1008
|
|
|
1008
|
-
declare const AccordionGroup: (props: AccordionGroupProps) =>
|
|
1009
|
+
declare const AccordionGroup: (props: AccordionGroupProps) => react_jsx_runtime.JSX.Element;
|
|
1009
1010
|
|
|
1010
1011
|
type ActionCardProps = HTMLAttributes<HTMLDivElement> & Omit<LinkProps, 'to'> & {
|
|
1011
1012
|
/**
|
|
@@ -1039,7 +1040,7 @@ type ActionCardProps = HTMLAttributes<HTMLDivElement> & Omit<LinkProps, 'to'> &
|
|
|
1039
1040
|
/**
|
|
1040
1041
|
* ActionCard component definition.
|
|
1041
1042
|
*/
|
|
1042
|
-
declare const ActionCard: (props: ActionCardProps) =>
|
|
1043
|
+
declare const ActionCard: (props: ActionCardProps) => react_jsx_runtime.JSX.Element;
|
|
1043
1044
|
|
|
1044
1045
|
interface BreadcrumbsProps {
|
|
1045
1046
|
/**
|
|
@@ -1057,7 +1058,7 @@ interface BreadcrumbsProps {
|
|
|
1057
1058
|
children: ReactNode;
|
|
1058
1059
|
}
|
|
1059
1060
|
|
|
1060
|
-
declare const Breadcrumbs: (props: BreadcrumbsProps) =>
|
|
1061
|
+
declare const Breadcrumbs: (props: BreadcrumbsProps) => react_jsx_runtime.JSX.Element;
|
|
1061
1062
|
|
|
1062
1063
|
type NavLinkTypeEnum = 'Fill' | 'Underline';
|
|
1063
1064
|
type NavLinkProps = Omit<LinkProps, 'to'> & Pick<ButtonProps, 'appearance' | 'size' | 'style' | 'leadingIcon' | 'trailingIcon'> & {
|
|
@@ -1085,7 +1086,7 @@ type NavLinkProps = Omit<LinkProps, 'to'> & Pick<ButtonProps, 'appearance' | 'si
|
|
|
1085
1086
|
'component-variant'?: string;
|
|
1086
1087
|
};
|
|
1087
1088
|
|
|
1088
|
-
declare const NavLink: (props: NavLinkProps) =>
|
|
1089
|
+
declare const NavLink: (props: NavLinkProps) => react_jsx_runtime.JSX.Element;
|
|
1089
1090
|
|
|
1090
1091
|
interface BreadcrumbProps extends Omit<NavLinkProps, 'type'> {
|
|
1091
1092
|
/**
|
|
@@ -1099,7 +1100,7 @@ interface BreadcrumbProps extends Omit<NavLinkProps, 'type'> {
|
|
|
1099
1100
|
navLinkType?: ButtonTypeEnum;
|
|
1100
1101
|
}
|
|
1101
1102
|
|
|
1102
|
-
declare const Breadcrumb: (props: BreadcrumbProps) =>
|
|
1103
|
+
declare const Breadcrumb: (props: BreadcrumbProps) => react_jsx_runtime.JSX.Element;
|
|
1103
1104
|
|
|
1104
1105
|
/**
|
|
1105
1106
|
* Enum for the alignment of the button-group.
|
|
@@ -1133,7 +1134,7 @@ type ButtonGroupProps = {
|
|
|
1133
1134
|
/**
|
|
1134
1135
|
* ButtonGroup component definition.
|
|
1135
1136
|
*/
|
|
1136
|
-
declare const ButtonGroup: (props: ButtonGroupProps) =>
|
|
1137
|
+
declare const ButtonGroup: (props: ButtonGroupProps) => react_jsx_runtime.JSX.Element;
|
|
1137
1138
|
|
|
1138
1139
|
type CardProps = {
|
|
1139
1140
|
/**
|
|
@@ -1149,7 +1150,7 @@ type CardProps = {
|
|
|
1149
1150
|
/**
|
|
1150
1151
|
* Card component definition.
|
|
1151
1152
|
*/
|
|
1152
|
-
declare const Card: (props: CardProps) =>
|
|
1153
|
+
declare const Card: (props: CardProps) => react_jsx_runtime.JSX.Element;
|
|
1153
1154
|
|
|
1154
1155
|
/**
|
|
1155
1156
|
* Enum for the alignment of the list.
|
|
@@ -1248,7 +1249,7 @@ type ListProps<T extends ListItemType> = Omit<HTMLAttributes<HTMLUListElement>,
|
|
|
1248
1249
|
* @param {ListProps<T>} props - The properties for the list wrapper.
|
|
1249
1250
|
* @returns {JSX.Element} The rendered list component.
|
|
1250
1251
|
*/
|
|
1251
|
-
declare const List: <T extends ListItemType>(props: ListProps<T>) =>
|
|
1252
|
+
declare const List: <T extends ListItemType>(props: ListProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1252
1253
|
|
|
1253
1254
|
/**
|
|
1254
1255
|
* A sortable item component that integrates with the dnd-kit library for drag-and-drop functionality.
|
|
@@ -1257,15 +1258,15 @@ declare const List: <T extends ListItemType>(props: ListProps<T>) => React__defa
|
|
|
1257
1258
|
* @param {ListItemProps<T>} props - The properties for the sortable item.
|
|
1258
1259
|
* @returns {JSX.Element} The rendered sortable item.
|
|
1259
1260
|
*/
|
|
1260
|
-
declare const SortableItem: <T extends ListItemType>(props: ListItemProps<T>) =>
|
|
1261
|
+
declare const SortableItem: <T extends ListItemType>(props: ListItemProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1261
1262
|
|
|
1262
|
-
declare const RepeaterList: <T extends ListItemType>(props: RepeaterListProps<T>) =>
|
|
1263
|
+
declare const RepeaterList: <T extends ListItemType>(props: RepeaterListProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1263
1264
|
|
|
1264
|
-
declare const SortableTrigger: (props: SortableTriggerProps) =>
|
|
1265
|
+
declare const SortableTrigger: (props: SortableTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
1265
1266
|
|
|
1266
1267
|
type ContextMenuProps<T extends ListItemType> = ListProps<T>;
|
|
1267
1268
|
|
|
1268
|
-
declare const ContextMenu: <T extends ListItemType>(props: ContextMenuProps<T>) =>
|
|
1269
|
+
declare const ContextMenu: <T extends ListItemType>(props: ContextMenuProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1269
1270
|
|
|
1270
1271
|
type DatePickerPosition = 'auto' | 'above' | 'below' | 'auto left' | 'auto center' | 'auto right' | 'above left' | 'above center' | 'above right' | 'below left' | 'below center' | 'below right';
|
|
1271
1272
|
type DatePickerProps = ControlledFormComponentProps<string | Date | (string | Date)[]> & {
|
|
@@ -1362,9 +1363,9 @@ type CustomTimePickerConfig = {
|
|
|
1362
1363
|
minuteStep: number;
|
|
1363
1364
|
};
|
|
1364
1365
|
|
|
1365
|
-
declare const DatePicker: (props: DatePickerProps) =>
|
|
1366
|
+
declare const DatePicker: (props: DatePickerProps) => react_jsx_runtime.JSX.Element;
|
|
1366
1367
|
|
|
1367
|
-
declare const FormField: (props: FormFieldProps) =>
|
|
1368
|
+
declare const FormField: (props: FormFieldProps) => react_jsx_runtime.JSX.Element;
|
|
1368
1369
|
|
|
1369
1370
|
type GridProps = HTMLAttributes<HTMLDivElement> & {
|
|
1370
1371
|
columns?: number;
|
|
@@ -1375,16 +1376,16 @@ type GridItemProps = HTMLAttributes<HTMLDivElement> & {
|
|
|
1375
1376
|
rowSpan?: number;
|
|
1376
1377
|
};
|
|
1377
1378
|
|
|
1378
|
-
declare const Grid: (props: GridProps) =>
|
|
1379
|
+
declare const Grid: (props: GridProps) => react_jsx_runtime.JSX.Element;
|
|
1379
1380
|
|
|
1380
|
-
declare const GridItem: (props: GridItemProps) =>
|
|
1381
|
+
declare const GridItem: (props: GridItemProps) => react_jsx_runtime.JSX.Element;
|
|
1381
1382
|
|
|
1382
1383
|
type GridListProps<T extends ListItemType> = Omit<ListProps<T>, 'style'> & {
|
|
1383
1384
|
columns?: number;
|
|
1384
1385
|
gap?: string | number;
|
|
1385
1386
|
};
|
|
1386
1387
|
|
|
1387
|
-
declare const GridList: <T extends ListItemType>(props: GridListProps<T>) =>
|
|
1388
|
+
declare const GridList: <T extends ListItemType>(props: GridListProps<T>) => react_jsx_runtime.JSX.Element;
|
|
1388
1389
|
|
|
1389
1390
|
/**
|
|
1390
1391
|
* Enum defining the possible sizes for the Modal component.
|
|
@@ -1447,7 +1448,7 @@ type ModalProps = {
|
|
|
1447
1448
|
/**
|
|
1448
1449
|
* Modal component for displaying a dialog window.
|
|
1449
1450
|
*/
|
|
1450
|
-
declare const Modal: (props: ModalProps) =>
|
|
1451
|
+
declare const Modal: (props: ModalProps) => react_jsx_runtime.JSX.Element;
|
|
1451
1452
|
|
|
1452
1453
|
/**
|
|
1453
1454
|
* Defines the type of modal footer layout.
|
|
@@ -1503,15 +1504,15 @@ type ModalHeaderProps = {
|
|
|
1503
1504
|
/**
|
|
1504
1505
|
* Modal Header component definition.
|
|
1505
1506
|
*/
|
|
1506
|
-
declare const ModalHeader: (props: ModalHeaderProps) =>
|
|
1507
|
+
declare const ModalHeader: (props: ModalHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
1507
1508
|
|
|
1508
1509
|
type NavProps = HTMLAttributes<HTMLElement> & {};
|
|
1509
1510
|
|
|
1510
|
-
declare const Nav: (props: NavProps) =>
|
|
1511
|
+
declare const Nav: (props: NavProps) => react_jsx_runtime.JSX.Element;
|
|
1511
1512
|
|
|
1512
1513
|
type NavItemProps = LiHTMLAttributes<HTMLElement> & {};
|
|
1513
1514
|
|
|
1514
|
-
declare const NavItem: (props: NavItemProps) =>
|
|
1515
|
+
declare const NavItem: (props: NavItemProps) => react_jsx_runtime.JSX.Element;
|
|
1515
1516
|
|
|
1516
1517
|
type PaginationProps = {
|
|
1517
1518
|
className?: string;
|
|
@@ -1522,7 +1523,7 @@ type PaginationProps = {
|
|
|
1522
1523
|
nextPageIcon?: React.ReactNode;
|
|
1523
1524
|
};
|
|
1524
1525
|
|
|
1525
|
-
declare const Pagination: (props: PaginationProps) =>
|
|
1526
|
+
declare const Pagination: (props: PaginationProps) => react_jsx_runtime.JSX.Element;
|
|
1526
1527
|
|
|
1527
1528
|
type PaginationNumberFieldProps = {
|
|
1528
1529
|
className?: string;
|
|
@@ -1531,7 +1532,7 @@ type PaginationNumberFieldProps = {
|
|
|
1531
1532
|
onPageChanged?: (page: number) => void;
|
|
1532
1533
|
};
|
|
1533
1534
|
|
|
1534
|
-
declare const PaginationNumberField: (props: PaginationNumberFieldProps) =>
|
|
1535
|
+
declare const PaginationNumberField: (props: PaginationNumberFieldProps) => react_jsx_runtime.JSX.Element;
|
|
1535
1536
|
|
|
1536
1537
|
/**
|
|
1537
1538
|
* Enum for the action type of the Popover.
|
|
@@ -1724,7 +1725,7 @@ type OptionProps = LiHTMLAttributes<HTMLLIElement> & {
|
|
|
1724
1725
|
* @param props - Props for configuring the Option component.
|
|
1725
1726
|
* @returns Element representing the option.
|
|
1726
1727
|
*/
|
|
1727
|
-
declare const Option: (props: OptionProps) =>
|
|
1728
|
+
declare const Option: (props: OptionProps) => react_jsx_runtime.JSX.Element;
|
|
1728
1729
|
|
|
1729
1730
|
/**
|
|
1730
1731
|
* Represents the context provided by the Select component.
|
|
@@ -1857,7 +1858,7 @@ declare const useSelectContext: () => SelectContextType;
|
|
|
1857
1858
|
* @param props - Props for configuring the SelectProvider.
|
|
1858
1859
|
* @returns JSX element that provides context to its children.
|
|
1859
1860
|
*/
|
|
1860
|
-
declare const SelectProvider: ({ children, value, multiple, disabled, invalid, onValueChange, }: SelectProviderProps) =>
|
|
1861
|
+
declare const SelectProvider: ({ children, value, multiple, disabled, invalid, onValueChange, }: SelectProviderProps) => react_jsx_runtime.JSX.Element;
|
|
1861
1862
|
|
|
1862
1863
|
/**
|
|
1863
1864
|
* Select component that wraps SelectComponent with SelectProvider.
|
|
@@ -1982,16 +1983,16 @@ type DropzoneFilenameProps = TextProps & {
|
|
|
1982
1983
|
fileIndex?: number;
|
|
1983
1984
|
};
|
|
1984
1985
|
|
|
1985
|
-
declare const Dropzone: (props: DropzoneProps) =>
|
|
1986
|
+
declare const Dropzone: (props: DropzoneProps) => react_jsx_runtime.JSX.Element;
|
|
1986
1987
|
declare const useDropzoneContext: () => DropzoneContextType;
|
|
1987
1988
|
|
|
1988
|
-
declare const DropzoneClear: (props: DropzoneClearProps) =>
|
|
1989
|
+
declare const DropzoneClear: (props: DropzoneClearProps) => react_jsx_runtime.JSX.Element;
|
|
1989
1990
|
|
|
1990
|
-
declare const DropzoneFilename: ({ children, fileIndex, ...props }: DropzoneFilenameProps) =>
|
|
1991
|
+
declare const DropzoneFilename: ({ children, fileIndex, ...props }: DropzoneFilenameProps) => react_jsx_runtime.JSX.Element;
|
|
1991
1992
|
|
|
1992
|
-
declare const DropzoneSupportedFormats: (props: DropzoneSupportedFormatsProps) =>
|
|
1993
|
+
declare const DropzoneSupportedFormats: (props: DropzoneSupportedFormatsProps) => react_jsx_runtime.JSX.Element;
|
|
1993
1994
|
|
|
1994
|
-
declare const DropzoneTrigger: (props: DropzoneTriggerProps) =>
|
|
1995
|
+
declare const DropzoneTrigger: (props: DropzoneTriggerProps) => react_jsx_runtime.JSX.Element;
|
|
1995
1996
|
|
|
1996
1997
|
type DropzoneContentTypeEnum = 'Empty' | 'Uploaded' | 'Loading';
|
|
1997
1998
|
type DropzoneContentProps = {
|
|
@@ -1999,9 +2000,9 @@ type DropzoneContentProps = {
|
|
|
1999
2000
|
type: DropzoneContentTypeEnum;
|
|
2000
2001
|
};
|
|
2001
2002
|
|
|
2002
|
-
declare const DropzoneContent: (props: DropzoneContentProps) =>
|
|
2003
|
+
declare const DropzoneContent: (props: DropzoneContentProps) => react_jsx_runtime.JSX.Element;
|
|
2003
2004
|
|
|
2004
|
-
declare const Form: <T extends FormState>(props: FormProviderProps<T> & FormProps) =>
|
|
2005
|
+
declare const Form: <T extends FormState>(props: FormProviderProps<T> & FormProps) => react_jsx_runtime.JSX.Element;
|
|
2005
2006
|
|
|
2006
2007
|
type TableProps = TableHTMLAttributes<HTMLTableElement> & {
|
|
2007
2008
|
/**
|
|
@@ -2010,27 +2011,27 @@ type TableProps = TableHTMLAttributes<HTMLTableElement> & {
|
|
|
2010
2011
|
stickyHeader?: boolean;
|
|
2011
2012
|
};
|
|
2012
2013
|
|
|
2013
|
-
declare const Table: (props: TableProps) =>
|
|
2014
|
+
declare const Table: (props: TableProps) => react_jsx_runtime.JSX.Element;
|
|
2014
2015
|
|
|
2015
2016
|
type TableRowProps = HTMLAttributes<HTMLTableRowElement>;
|
|
2016
2017
|
|
|
2017
|
-
declare const TableRow: (props: TableRowProps) =>
|
|
2018
|
+
declare const TableRow: (props: TableRowProps) => react_jsx_runtime.JSX.Element;
|
|
2018
2019
|
|
|
2019
2020
|
type TableCellProps = TdHTMLAttributes<HTMLTableCellElement>;
|
|
2020
2021
|
|
|
2021
|
-
declare const TableCell: (props: TableCellProps) =>
|
|
2022
|
+
declare const TableCell: (props: TableCellProps) => react_jsx_runtime.JSX.Element;
|
|
2022
2023
|
|
|
2023
2024
|
type TableHeaderProps = HTMLAttributes<HTMLTableSectionElement>;
|
|
2024
2025
|
|
|
2025
|
-
declare const TableHeader: (props: TableHeaderProps) =>
|
|
2026
|
+
declare const TableHeader: (props: TableHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
2026
2027
|
|
|
2027
2028
|
type TableHeaderCellProps = TdHTMLAttributes<HTMLTableCellElement>;
|
|
2028
2029
|
|
|
2029
|
-
declare const TableHeaderCell: (props: TableHeaderCellProps) =>
|
|
2030
|
+
declare const TableHeaderCell: (props: TableHeaderCellProps) => react_jsx_runtime.JSX.Element;
|
|
2030
2031
|
|
|
2031
2032
|
type TableBodyProps = HTMLAttributes<HTMLTableSectionElement>;
|
|
2032
2033
|
|
|
2033
|
-
declare const TableBody: (props: TableBodyProps) =>
|
|
2034
|
+
declare const TableBody: (props: TableBodyProps) => react_jsx_runtime.JSX.Element;
|
|
2034
2035
|
|
|
2035
2036
|
type TabsStyleEnum = 'Filled' | 'Underlined';
|
|
2036
2037
|
type TabsTypeEnum = 'Horizontal' | 'Vertical';
|
|
@@ -2098,7 +2099,7 @@ type TabsProps = TabProviderProps & TabsViewProps;
|
|
|
2098
2099
|
*/
|
|
2099
2100
|
declare const useTab: () => TabContextType;
|
|
2100
2101
|
|
|
2101
|
-
declare const Tabs: (props: TabsProps) =>
|
|
2102
|
+
declare const Tabs: (props: TabsProps) => react_jsx_runtime.JSX.Element;
|
|
2102
2103
|
|
|
2103
2104
|
type TabItemStyleEnum = 'Filled' | 'Underlined';
|
|
2104
2105
|
type TabItemProps = Omit<ButtonProps, 'actionType' | 'appearance' | 'size' | 'style' | 'type'> & {
|
|
@@ -2125,7 +2126,7 @@ type TabItemProps = Omit<ButtonProps, 'actionType' | 'appearance' | 'size' | 'st
|
|
|
2125
2126
|
style?: TabItemStyleEnum;
|
|
2126
2127
|
};
|
|
2127
2128
|
|
|
2128
|
-
declare const TabItem: (props: TabItemProps) =>
|
|
2129
|
+
declare const TabItem: (props: TabItemProps) => react_jsx_runtime.JSX.Element;
|
|
2129
2130
|
|
|
2130
2131
|
interface TabContentProps {
|
|
2131
2132
|
/**
|
|
@@ -2148,7 +2149,7 @@ interface TabContentProps {
|
|
|
2148
2149
|
className?: string;
|
|
2149
2150
|
}
|
|
2150
2151
|
|
|
2151
|
-
declare const TabContent: (props: TabContentProps) =>
|
|
2152
|
+
declare const TabContent: (props: TabContentProps) => react_jsx_runtime.JSX.Element;
|
|
2152
2153
|
|
|
2153
2154
|
type SlideOutPanelSizeEnum = 'Small' | 'Medium' | 'Large';
|
|
2154
2155
|
type SlideOutPanelDirectionEnum = 'Top' | 'Left' | 'Bottom' | 'Right';
|
|
@@ -2157,7 +2158,7 @@ type SlideOutPanelProps = Omit<ModalProps, 'size' | 'header' | 'footer' | 'compo
|
|
|
2157
2158
|
direction?: SlideOutPanelDirectionEnum;
|
|
2158
2159
|
};
|
|
2159
2160
|
|
|
2160
|
-
declare const SlideOutPanel: (props: SlideOutPanelProps) =>
|
|
2161
|
+
declare const SlideOutPanel: (props: SlideOutPanelProps) => react_jsx_runtime.JSX.Element;
|
|
2161
2162
|
|
|
2162
2163
|
type ThemeContextType = {
|
|
2163
2164
|
theme: string;
|