@bsol-oss/react-datatable5 12.0.0-beta.74 → 12.0.0-beta.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist/index.d.ts +159 -126
  2. package/dist/index.js +820 -279
  3. package/dist/index.mjs +822 -282
  4. package/dist/types/components/Form/SchemaFormContext.d.ts +5 -3
  5. package/dist/types/components/Form/components/core/FormRoot.d.ts +3 -2
  6. package/dist/types/components/Form/components/fields/BooleanPicker.d.ts +1 -1
  7. package/dist/types/components/Form/components/fields/ColumnRenderer.d.ts +3 -2
  8. package/dist/types/components/Form/components/fields/DateRangePicker.d.ts +2 -0
  9. package/dist/types/components/Form/components/fields/DateTimePicker.d.ts +1 -1
  10. package/dist/types/components/Form/components/fields/FilePicker.d.ts +1 -1
  11. package/dist/types/components/Form/components/fields/ObjectInput.d.ts +1 -1
  12. package/dist/types/components/Form/components/fields/RecordInput.d.ts +1 -1
  13. package/dist/types/components/Form/components/fields/SchemaRenderer.d.ts +1 -1
  14. package/dist/types/components/Form/components/fields/StringInputField.d.ts +1 -1
  15. package/dist/types/components/Form/components/fields/TextAreaInput.d.ts +1 -1
  16. package/dist/types/components/Form/components/fields/TimePicker.d.ts +1 -1
  17. package/dist/types/components/Form/components/types/CustomJSONSchema7.d.ts +28 -0
  18. package/dist/types/components/Form/useForm.d.ts +4 -2
  19. package/dist/types/components/Form/utils/ajvResolver.d.ts +13 -0
  20. package/dist/types/components/Form/utils/buildErrorMessages.d.ts +5 -1
  21. package/dist/types/components/Form/utils/formatBytes.d.ts +6 -0
  22. package/dist/types/components/Form/utils/getFieldError.d.ts +6 -0
  23. package/dist/types/components/Form/utils/useFormI18n.d.ts +1 -1
  24. package/dist/types/components/Form/utils/validateData.d.ts +2 -2
  25. package/dist/types/components/ui/field.d.ts +3 -3
  26. package/package.json +1 -1
  27. package/dist/types/components/Controls/DensityFeature.d.ts +0 -23
  28. package/dist/types/components/Controls/DensityToggleButton.d.ts +0 -6
  29. package/dist/types/components/Controls/EditFilterButton.d.ts +0 -9
  30. package/dist/types/components/Controls/EditOrderButton.d.ts +0 -7
  31. package/dist/types/components/Controls/EditSortingButton.d.ts +0 -7
  32. package/dist/types/components/Controls/EditViewButton.d.ts +0 -7
  33. package/dist/types/components/Controls/FilterDialog.d.ts +0 -5
  34. package/dist/types/components/Controls/PageSizeControl.d.ts +0 -4
  35. package/dist/types/components/Controls/Pagination.d.ts +0 -1
  36. package/dist/types/components/Controls/ResetFilteringButton.d.ts +0 -4
  37. package/dist/types/components/Controls/ResetSelectionButton.d.ts +0 -4
  38. package/dist/types/components/Controls/ResetSortingButton.d.ts +0 -4
  39. package/dist/types/components/Controls/RowCountText.d.ts +0 -1
  40. package/dist/types/components/Controls/SelectAllRowsToggle.d.ts +0 -8
  41. package/dist/types/components/Controls/TablePagination.d.ts +0 -1
  42. package/dist/types/components/Controls/ViewDialog.d.ts +0 -5
  43. package/dist/types/components/DataTable/CardHeader.d.ts +0 -13
  44. package/dist/types/components/DataTable/DataDisplay.d.ts +0 -6
  45. package/dist/types/components/DataTable/ReloadButton.d.ts +0 -5
  46. package/dist/types/components/DataTable/Table.d.ts +0 -10
  47. package/dist/types/components/DataTable/TableBody.d.ts +0 -21
  48. package/dist/types/components/DataTable/TableCardContainer.d.ts +0 -7
  49. package/dist/types/components/DataTable/TableCards.d.ts +0 -11
  50. package/dist/types/components/DataTable/TableComponent.d.ts +0 -6
  51. package/dist/types/components/DataTable/TableControls.d.ts +0 -21
  52. package/dist/types/components/DataTable/TableFilter.d.ts +0 -1
  53. package/dist/types/components/DataTable/TableFilterTags.d.ts +0 -1
  54. package/dist/types/components/DataTable/TableFilters.d.ts +0 -1
  55. package/dist/types/components/DataTable/TableFooter.d.ts +0 -9
  56. package/dist/types/components/DataTable/TableHeader.d.ts +0 -13
  57. package/dist/types/components/DataTable/TableLoadingComponent.d.ts +0 -5
  58. package/dist/types/components/DataTable/TableOrderer.d.ts +0 -1
  59. package/dist/types/components/DataTable/TableSelector.d.ts +0 -1
  60. package/dist/types/components/DataTable/TableSorter.d.ts +0 -1
  61. package/dist/types/components/DataTable/TableViewer.d.ts +0 -1
  62. package/dist/types/components/DataTable/TextCell.d.ts +0 -10
  63. package/dist/types/components/DataTable/components/EmptyState.d.ts +0 -5
  64. package/dist/types/components/DataTable/components/ErrorAlert.d.ts +0 -4
  65. package/dist/types/components/DataTable/components/RecordDisplay.d.ts +0 -9
  66. package/dist/types/components/DataTable/components/TextCell.d.ts +0 -10
  67. package/dist/types/components/Filter/DateRangeFilter.d.ts +0 -9
  68. package/dist/types/components/Filter/FilterOptions.d.ts +0 -4
  69. package/dist/types/components/Form/Form.d.ts +0 -36
  70. package/dist/types/components/Form/components/ArrayRenderer.d.ts +0 -7
  71. package/dist/types/components/Form/components/BooleanPicker.d.ts +0 -7
  72. package/dist/types/components/Form/components/ColumnRenderer.d.ts +0 -7
  73. package/dist/types/components/Form/components/DatePicker.d.ts +0 -7
  74. package/dist/types/components/Form/components/EnumPicker.d.ts +0 -8
  75. package/dist/types/components/Form/components/FilePicker.d.ts +0 -5
  76. package/dist/types/components/Form/components/IdPicker.d.ts +0 -8
  77. package/dist/types/components/Form/components/IdViewer.d.ts +0 -5
  78. package/dist/types/components/Form/components/NumberInputField.d.ts +0 -7
  79. package/dist/types/components/Form/components/ObjectInput.d.ts +0 -7
  80. package/dist/types/components/Form/components/RecordInput.d.ts +0 -7
  81. package/dist/types/components/Form/components/SchemaRenderer.d.ts +0 -7
  82. package/dist/types/components/Form/components/StringInputField.d.ts +0 -20
  83. package/dist/types/components/Form/components/TagPicker.d.ts +0 -30
  84. package/dist/types/components/Form/utils/translateWrapper.d.ts +0 -6
  85. package/dist/types/components/Form/utils/validation.d.ts +0 -104
package/dist/index.d.ts CHANGED
@@ -573,137 +573,13 @@ interface ForeignKeyProps {
573
573
  customQueryFn?: CustomQueryFn;
574
574
  }
575
575
 
576
- interface DateTimePickerLabels {
577
- monthNamesShort?: string[];
578
- weekdayNamesShort?: string[];
579
- backButtonLabel?: string;
580
- forwardButtonLabel?: string;
581
- }
582
- interface IdPickerLabels {
583
- undefined?: string;
584
- addMore?: string;
585
- typeToSearch?: string;
586
- total?: string;
587
- showing?: string;
588
- perPage?: string;
589
- emptySearchResult?: string;
590
- initialResults?: string;
591
- }
592
- interface EnumPickerLabels {
593
- undefined?: string;
594
- addMore?: string;
595
- typeToSearch?: string;
596
- total?: string;
597
- showing?: string;
598
- perPage?: string;
599
- emptySearchResult?: string;
600
- initialResults?: string;
601
- }
602
- interface CustomJSONSchema7 extends JSONSchema7 {
603
- gridColumn?: string;
604
- gridRow?: string;
605
- foreign_key?: ForeignKeyProps;
606
- variant?: string;
607
- renderDisplay?: (item: unknown) => ReactNode;
608
- inputRender?: (props: {
609
- column: string;
610
- schema: CustomJSONSchema7;
611
- prefix: string;
612
- formContext: UseFormReturn;
613
- }) => ReactNode;
614
- inputViewerRender?: (props: {
615
- column: string;
616
- schema: CustomJSONSchema7;
617
- prefix: string;
618
- formContext: UseFormReturn;
619
- }) => ReactNode;
620
- dateFormat?: string;
621
- displayDateFormat?: string;
622
- timeFormat?: string;
623
- displayTimeFormat?: string;
624
- showLabel?: boolean;
625
- formatOptions?: Intl.NumberFormatOptions;
626
- }
627
- interface TagPickerProps {
628
- column: string;
629
- schema: CustomJSONSchema7;
630
- prefix: string;
631
- }
632
-
633
- interface FormRootProps<TData extends FieldValues> {
634
- schema: CustomJSONSchema7;
635
- serverUrl: string;
636
- requestUrl?: string;
637
- idMap: Record<string, object>;
638
- setIdMap: Dispatch<SetStateAction<Record<string, object>>>;
639
- form: UseFormReturn;
640
- translate: UseTranslationResponse<any, any>;
641
- children: ReactNode;
642
- order?: string[];
643
- ignore?: string[];
644
- include?: string[];
645
- onSubmit?: SubmitHandler<TData>;
646
- rowNumber?: number | string;
647
- requestOptions?: AxiosRequestConfig;
648
- getUpdatedData?: () => TData | Promise<TData> | void;
649
- customErrorRenderer?: (error: unknown) => ReactNode;
650
- customSuccessRenderer?: (resetHandler: () => void | Promise<void>) => ReactNode;
651
- displayConfig?: {
652
- showSubmitButton?: boolean;
653
- showResetButton?: boolean;
654
- showTitle?: boolean;
655
- };
656
- requireConfirmation?: boolean;
657
- dateTimePickerLabels?: DateTimePickerLabels;
658
- idPickerLabels?: IdPickerLabels;
659
- enumPickerLabels?: EnumPickerLabels;
660
- }
661
- interface CustomJSONSchema7Definition extends JSONSchema7 {
662
- variant: string;
663
- in_table: string;
664
- column_ref: string;
665
- display_column: string;
666
- gridColumn: string;
667
- gridRow: string;
668
- foreign_key: ForeignKeyProps$1;
669
- children: ReactNode;
670
- }
671
- declare const idPickerSanityCheck: (column: string, foreign_key?: {
672
- table?: string | undefined;
673
- column?: string | undefined;
674
- display_column?: string | undefined;
675
- } | undefined) => void;
676
- declare const FormRoot: <TData extends FieldValues>({ schema, idMap, setIdMap, form, serverUrl, translate, children, order, ignore, include, onSubmit, rowNumber, requestOptions, getUpdatedData, customErrorRenderer, customSuccessRenderer, displayConfig, requireConfirmation, dateTimePickerLabels, idPickerLabels, enumPickerLabels, }: FormRootProps<TData>) => react_jsx_runtime.JSX.Element;
677
-
678
- interface DefaultFormProps<TData extends FieldValues> {
679
- formConfig: Omit<FormRootProps<TData>, "children">;
680
- showTitle?: boolean;
681
- }
682
- declare const DefaultForm: <TData extends FieldValues>({ formConfig, }: DefaultFormProps<TData>) => react_jsx_runtime.JSX.Element;
683
-
684
- declare const FormTitle: () => react_jsx_runtime.JSX.Element;
685
-
686
- declare const FormBody: <TData extends object>() => string | number | bigint | boolean | Iterable<react.ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null | undefined;
687
-
688
- interface UseFormProps {
689
- preLoadedValues?: FieldValues | undefined;
690
- keyPrefix?: string;
691
- namespace?: string;
692
- }
693
- declare const useForm: ({ preLoadedValues, keyPrefix, namespace }: UseFormProps) => {
694
- form: react_hook_form.UseFormReturn<FieldValues, any, undefined>;
695
- idMap: Record<string, object>;
696
- setIdMap: react.Dispatch<react.SetStateAction<Record<string, object>>>;
697
- translate: react_i18next.UseTranslationResponse<string, string>;
698
- };
699
-
700
576
  /**
701
577
  * Type definitions for error message configuration
702
578
  */
703
579
  /**
704
580
  * Common validation error types that can be customized
705
581
  */
706
- type ValidationErrorType = "minLength" | "maxLength" | "pattern" | "minimum" | "maximum" | "multipleOf" | "format" | "type" | "enum";
582
+ type ValidationErrorType = 'minLength' | 'maxLength' | 'pattern' | 'minimum' | 'maximum' | 'multipleOf' | 'format' | 'type' | 'enum' | 'required' | 'minItems' | 'maxItems' | 'uniqueItems' | 'minProperties' | 'maxProperties' | 'anyOf' | 'oneOf' | 'allOf' | 'const' | 'additionalProperties' | 'dependencies';
707
583
  /**
708
584
  * Configuration for field-specific validation errors
709
585
  */
@@ -814,6 +690,10 @@ interface ErrorMessageResult {
814
690
  * ```
815
691
  */
816
692
  declare const buildErrorMessages: (config: ErrorMessageConfig) => ErrorMessageResult;
693
+ /**
694
+ * Converts buildErrorMessages result to ajv-errors compatible format
695
+ */
696
+ declare const convertToAjvErrorsFormat: (errorMessages: ErrorMessageResult) => Record<string, any>;
817
697
  /**
818
698
  * Helper function to build required field errors
819
699
  *
@@ -917,6 +797,159 @@ declare const buildFieldErrors: (config: Record<string, FieldErrorConfig>) => Re
917
797
  */
918
798
  declare const createErrorMessage: (required?: Record<string, string>, properties?: Record<string, FieldErrorConfig>, globalFallbacks?: Partial<Record<ValidationErrorType, string>>) => ErrorMessageResult;
919
799
 
800
+ interface DateTimePickerLabels {
801
+ monthNamesShort?: string[];
802
+ weekdayNamesShort?: string[];
803
+ backButtonLabel?: string;
804
+ forwardButtonLabel?: string;
805
+ }
806
+ interface IdPickerLabels {
807
+ undefined?: string;
808
+ addMore?: string;
809
+ typeToSearch?: string;
810
+ total?: string;
811
+ showing?: string;
812
+ perPage?: string;
813
+ emptySearchResult?: string;
814
+ initialResults?: string;
815
+ }
816
+ interface EnumPickerLabels {
817
+ undefined?: string;
818
+ addMore?: string;
819
+ typeToSearch?: string;
820
+ total?: string;
821
+ showing?: string;
822
+ perPage?: string;
823
+ emptySearchResult?: string;
824
+ initialResults?: string;
825
+ }
826
+ interface FilePickerLabels {
827
+ fileDropzone?: string;
828
+ browseLibrary?: string;
829
+ dialogTitle?: string;
830
+ searchPlaceholder?: string;
831
+ loading?: string;
832
+ loadingFailed?: string;
833
+ noFilesFound?: string;
834
+ cancel?: string;
835
+ select?: string;
836
+ }
837
+ interface CustomJSONSchema7 extends JSONSchema7 {
838
+ gridColumn?: string;
839
+ gridRow?: string;
840
+ foreign_key?: ForeignKeyProps;
841
+ variant?: string;
842
+ renderDisplay?: (item: unknown) => ReactNode;
843
+ inputRender?: (props: {
844
+ column: string;
845
+ schema: CustomJSONSchema7;
846
+ prefix: string;
847
+ formContext: UseFormReturn;
848
+ }) => ReactNode;
849
+ inputViewerRender?: (props: {
850
+ column: string;
851
+ schema: CustomJSONSchema7;
852
+ prefix: string;
853
+ formContext: UseFormReturn;
854
+ }) => ReactNode;
855
+ dateFormat?: string;
856
+ displayDateFormat?: string;
857
+ timeFormat?: string;
858
+ displayTimeFormat?: string;
859
+ showLabel?: boolean;
860
+ formatOptions?: Intl.NumberFormatOptions;
861
+ numberStorageType?: 'string' | 'number';
862
+ errorMessages?: Partial<Record<ValidationErrorType | string, string>>;
863
+ filePicker?: FilePickerProps;
864
+ }
865
+ interface TagPickerProps {
866
+ column: string;
867
+ schema: CustomJSONSchema7;
868
+ prefix: string;
869
+ }
870
+ interface FilePickerMediaFile {
871
+ id: string;
872
+ name: string;
873
+ url?: string;
874
+ size?: string | number;
875
+ comment?: string;
876
+ type?: string;
877
+ }
878
+ interface FilePickerProps {
879
+ onFetchFiles?: (search: string) => Promise<FilePickerMediaFile[]>;
880
+ enableMediaLibrary?: boolean;
881
+ filterImageOnly?: boolean;
882
+ }
883
+
884
+ interface FormRootProps<TData extends FieldValues> {
885
+ schema: CustomJSONSchema7;
886
+ serverUrl: string;
887
+ requestUrl?: string;
888
+ idMap: Record<string, object>;
889
+ setIdMap: Dispatch<SetStateAction<Record<string, object>>>;
890
+ form: UseFormReturn;
891
+ translate: UseTranslationResponse<any, any>;
892
+ children: ReactNode;
893
+ order?: string[];
894
+ ignore?: string[];
895
+ include?: string[];
896
+ onSubmit?: SubmitHandler<TData>;
897
+ rowNumber?: number | string;
898
+ requestOptions?: AxiosRequestConfig;
899
+ getUpdatedData?: () => TData | Promise<TData> | void;
900
+ customErrorRenderer?: (error: unknown) => ReactNode;
901
+ customSuccessRenderer?: (resetHandler: () => void | Promise<void>) => ReactNode;
902
+ displayConfig?: {
903
+ showSubmitButton?: boolean;
904
+ showResetButton?: boolean;
905
+ showTitle?: boolean;
906
+ };
907
+ requireConfirmation?: boolean;
908
+ dateTimePickerLabels?: DateTimePickerLabels;
909
+ idPickerLabels?: IdPickerLabels;
910
+ enumPickerLabels?: EnumPickerLabels;
911
+ filePickerLabels?: FilePickerLabels;
912
+ }
913
+ interface CustomJSONSchema7Definition extends JSONSchema7 {
914
+ variant: string;
915
+ in_table: string;
916
+ column_ref: string;
917
+ display_column: string;
918
+ gridColumn: string;
919
+ gridRow: string;
920
+ foreign_key: ForeignKeyProps$1;
921
+ children: ReactNode;
922
+ }
923
+ declare const idPickerSanityCheck: (column: string, foreign_key?: {
924
+ table?: string | undefined;
925
+ column?: string | undefined;
926
+ display_column?: string | undefined;
927
+ } | undefined) => void;
928
+ declare const FormRoot: <TData extends FieldValues>({ schema, idMap, setIdMap, form, serverUrl, translate, children, order, ignore, include, onSubmit, rowNumber, requestOptions, getUpdatedData, customErrorRenderer, customSuccessRenderer, displayConfig, requireConfirmation, dateTimePickerLabels, idPickerLabels, enumPickerLabels, filePickerLabels, }: FormRootProps<TData>) => react_jsx_runtime.JSX.Element;
929
+
930
+ interface DefaultFormProps<TData extends FieldValues> {
931
+ formConfig: Omit<FormRootProps<TData>, "children">;
932
+ showTitle?: boolean;
933
+ }
934
+ declare const DefaultForm: <TData extends FieldValues>({ formConfig, }: DefaultFormProps<TData>) => react_jsx_runtime.JSX.Element;
935
+
936
+ declare const FormTitle: () => react_jsx_runtime.JSX.Element;
937
+
938
+ declare const FormBody: <TData extends object>() => string | number | bigint | boolean | Iterable<react.ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null | undefined;
939
+
940
+ interface UseFormProps {
941
+ preLoadedValues?: FieldValues | undefined;
942
+ keyPrefix?: string;
943
+ namespace?: string;
944
+ schema?: JSONSchema7;
945
+ }
946
+ declare const useForm: ({ preLoadedValues, keyPrefix, namespace, schema, }: UseFormProps) => {
947
+ form: react_hook_form.UseFormReturn<FieldValues, any, undefined>;
948
+ idMap: Record<string, object>;
949
+ setIdMap: react.Dispatch<react.SetStateAction<Record<string, object>>>;
950
+ translate: react_i18next.UseTranslationResponse<string, string>;
951
+ };
952
+
920
953
  interface CalendarProps extends RenderProps {
921
954
  firstDayOfWeek?: 0 | 1 | 2 | 3 | 4 | 5 | 6;
922
955
  }
@@ -1064,4 +1097,4 @@ declare module "@tanstack/react-table" {
1064
1097
  }
1065
1098
  }
1066
1099
 
1067
- export { type CalendarProps, CardHeader, type CardHeaderProps, type CustomJSONSchema7, type CustomJSONSchema7Definition, DataDisplay, type DataDisplayProps, type DataResponse, DataTable, type DataTableDefaultState, type DataTableProps, DataTableServer, type DataTableServerProps, type DatePickerLabels, type DatePickerProps, type DateTimePickerLabels, DefaultCardTitle, DefaultForm, type DefaultFormProps, DefaultTable, type DefaultTableProps, DensityToggleButton, type DensityToggleButtonProps, type EditFilterButtonProps, EditSortingButton, type EditSortingButtonProps, type EditViewButtonProps, EmptyState, type EmptyStateProps, type EnumPickerLabels, ErrorAlert, type ErrorAlertProps, type ErrorMessageConfig, type ErrorMessageResult, type FieldErrorConfig, FilterDialog, FormBody, FormRoot, type FormRootProps, FormTitle, type GetColumnsConfigs, type GetDateColorProps, type GetMultiDatesProps, type GetRangeDatesProps, type GetStyleProps, type GetVariantProps, GlobalFilter, type IdPickerLabels, PageSizeControl, type PageSizeControlProps, Pagination, type QueryParams, type RangeCalendarProps, type RangeDatePickerProps, RecordDisplay, type RecordDisplayProps, ReloadButton, type ReloadButtonProps, ResetFilteringButton, ResetSelectionButton, ResetSortingButton, type Result, RowCountText, Table, TableBody, type TableBodyProps, TableCardContainer, type TableCardContainerProps, TableCards, type TableCardsProps, TableComponent, TableControls, type TableControlsProps, TableDataDisplay, type TableDataDisplayProps, TableFilter, TableFilterTags, TableFooter, type TableFooterProps, TableHeader, type TableHeaderProps, type TableHeaderTexts, TableLoadingComponent, type TableLoadingComponentProps, type TableProps, type TableRendererProps, type TableRowSelectorProps, TableSelector, TableSorter, TableViewer, type TagPickerProps, TextCell, type TextCellProps, type UseDataTableProps, type UseDataTableReturn, type UseDataTableServerProps, type UseDataTableServerReturn, type UseFormProps, type ValidationErrorType, ViewDialog, buildErrorMessages, buildFieldErrors, buildRequiredErrors, createErrorMessage, getColumns, getMultiDates, getRangeDates, idPickerSanityCheck, useDataTable, useDataTableContext, useDataTableServer, useForm, widthSanityCheck };
1100
+ export { type CalendarProps, CardHeader, type CardHeaderProps, type CustomJSONSchema7, type CustomJSONSchema7Definition, DataDisplay, type DataDisplayProps, type DataResponse, DataTable, type DataTableDefaultState, type DataTableProps, DataTableServer, type DataTableServerProps, type DatePickerLabels, type DatePickerProps, type DateTimePickerLabels, DefaultCardTitle, DefaultForm, type DefaultFormProps, DefaultTable, type DefaultTableProps, DensityToggleButton, type DensityToggleButtonProps, type EditFilterButtonProps, EditSortingButton, type EditSortingButtonProps, type EditViewButtonProps, EmptyState, type EmptyStateProps, type EnumPickerLabels, ErrorAlert, type ErrorAlertProps, type ErrorMessageConfig, type ErrorMessageResult, type FieldErrorConfig, type FilePickerLabels, type FilePickerMediaFile, type FilePickerProps, FilterDialog, FormBody, FormRoot, type FormRootProps, FormTitle, type GetColumnsConfigs, type GetDateColorProps, type GetMultiDatesProps, type GetRangeDatesProps, type GetStyleProps, type GetVariantProps, GlobalFilter, type IdPickerLabels, PageSizeControl, type PageSizeControlProps, Pagination, type QueryParams, type RangeCalendarProps, type RangeDatePickerProps, RecordDisplay, type RecordDisplayProps, ReloadButton, type ReloadButtonProps, ResetFilteringButton, ResetSelectionButton, ResetSortingButton, type Result, RowCountText, Table, TableBody, type TableBodyProps, TableCardContainer, type TableCardContainerProps, TableCards, type TableCardsProps, TableComponent, TableControls, type TableControlsProps, TableDataDisplay, type TableDataDisplayProps, TableFilter, TableFilterTags, TableFooter, type TableFooterProps, TableHeader, type TableHeaderProps, type TableHeaderTexts, TableLoadingComponent, type TableLoadingComponentProps, type TableProps, type TableRendererProps, type TableRowSelectorProps, TableSelector, TableSorter, TableViewer, type TagPickerProps, TextCell, type TextCellProps, type UseDataTableProps, type UseDataTableReturn, type UseDataTableServerProps, type UseDataTableServerReturn, type UseFormProps, type ValidationErrorType, ViewDialog, buildErrorMessages, buildFieldErrors, buildRequiredErrors, convertToAjvErrorsFormat, createErrorMessage, getColumns, getMultiDates, getRangeDates, idPickerSanityCheck, useDataTable, useDataTableContext, useDataTableServer, useForm, widthSanityCheck };