@firecms/core 3.3.0-canary.451aa49 → 3.3.0-canary.a5780ce
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/app/AppBar.d.ts +1 -1
- package/dist/app/Drawer.d.ts +1 -1
- package/dist/components/AIIcon.d.ts +3 -2
- package/dist/components/ArrayContainer.d.ts +3 -3
- package/dist/components/CircularProgressCenter.d.ts +2 -1
- package/dist/components/ClearFilterSortButton.d.ts +1 -1
- package/dist/components/ConfirmationDialog.d.ts +1 -1
- package/dist/components/DeleteEntityDialog.d.ts +2 -1
- package/dist/components/EntityCollectionTable/EntityCollectionRowActions.d.ts +1 -1
- package/dist/components/EntityCollectionTable/EntityCollectionTable.d.ts +2 -1
- package/dist/components/EntityCollectionTable/fields/TableReferenceField.d.ts +1 -1
- package/dist/components/EntityCollectionTable/fields/TableStorageUpload.d.ts +2 -2
- package/dist/components/EntityCollectionTable/internal/CollectionTableToolbar.d.ts +1 -1
- package/dist/components/EntityCollectionTable/internal/EntityTableCellActions.d.ts +1 -1
- package/dist/components/EntityCollectionTable/internal/popup_field/PopupFormField.d.ts +4 -3
- package/dist/components/EntityCollectionView/Board.d.ts +2 -1
- package/dist/components/EntityCollectionView/BoardColumnTitle.d.ts +1 -1
- package/dist/components/EntityCollectionView/BoardSortableList.d.ts +1 -1
- package/dist/components/EntityCollectionView/CollectionDataErrorBanner.d.ts +2 -1
- package/dist/components/EntityCollectionView/EntityBoardCard.d.ts +1 -1
- package/dist/components/EntityCollectionView/EntityCard.d.ts +2 -1
- package/dist/components/EntityCollectionView/EntityCollectionBoardView.d.ts +1 -1
- package/dist/components/EntityCollectionView/EntityCollectionCardView.d.ts +1 -1
- package/dist/components/EntityCollectionView/EntityCollectionViewActions.d.ts +2 -1
- package/dist/components/EntityCollectionView/EntityCollectionViewStartActions.d.ts +2 -1
- package/dist/components/EntityCollectionView/FiltersDialog.d.ts +2 -1
- package/dist/components/EntityCollectionView/ViewModeToggle.d.ts +2 -1
- package/dist/components/EntityJsonPreview.d.ts +2 -1
- package/dist/components/EntityPreview.d.ts +1 -1
- package/dist/components/EntityView.d.ts +2 -1
- package/dist/components/ErrorBoundary.d.ts +1 -1
- package/dist/components/ErrorTooltip.d.ts +2 -1
- package/dist/components/FieldCaption.d.ts +1 -1
- package/dist/components/FireCMSLogo.d.ts +1 -1
- package/dist/components/HomePage/DefaultHomePage.d.ts +1 -1
- package/dist/components/HomePage/FavouritesView.d.ts +1 -1
- package/dist/components/HomePage/HomePageDnD.d.ts +4 -4
- package/dist/components/HomePage/NavigationCardBinding.d.ts +2 -1
- package/dist/components/HomePage/NavigationGroup.d.ts +2 -2
- package/dist/components/HomePage/RenameGroupDialog.d.ts +2 -1
- package/dist/components/HomePage/SmallNavigationCard.d.ts +1 -1
- package/dist/components/LanguageToggle.d.ts +2 -1
- package/dist/components/NotFoundPage.d.ts +2 -1
- package/dist/components/PropertyCollectionView.d.ts +2 -1
- package/dist/components/PropertyIdCopyTooltip.d.ts +2 -2
- package/dist/components/ReferenceTable/ReferenceSelectionTable.d.ts +1 -1
- package/dist/components/ReferenceWidget.d.ts +2 -1
- package/dist/components/SearchIconsView.d.ts +2 -1
- package/dist/components/SelectableTable/SelectableTable.d.ts +1 -1
- package/dist/components/SelectableTable/filters/BooleanFilterField.d.ts +2 -1
- package/dist/components/SelectableTable/filters/DateTimeFilterField.d.ts +2 -1
- package/dist/components/SelectableTable/filters/ReferenceFilterField.d.ts +2 -1
- package/dist/components/SelectableTable/filters/StringNumberFilterField.d.ts +2 -1
- package/dist/components/UnsavedChangesDialog.d.ts +1 -1
- package/dist/components/UserDisplay.d.ts +1 -1
- package/dist/components/VirtualTable/VirtualTableHeaderRow.d.ts +2 -1
- package/dist/components/VirtualTable/fields/VirtualTableDateField.d.ts +1 -1
- package/dist/components/VirtualTable/fields/VirtualTableInput.d.ts +2 -1
- package/dist/components/VirtualTable/fields/VirtualTableNumberInput.d.ts +2 -1
- package/dist/components/VirtualTable/fields/VirtualTableSelect.d.ts +1 -1
- package/dist/components/VirtualTable/fields/VirtualTableSwitch.d.ts +2 -1
- package/dist/components/VirtualTable/fields/VirtualTableUserSelect.d.ts +1 -1
- package/dist/core/DefaultAppBar.d.ts +1 -1
- package/dist/core/DefaultDrawer.d.ts +2 -2
- package/dist/core/DrawerNavigationGroup.d.ts +1 -1
- package/dist/core/DrawerNavigationItem.d.ts +1 -1
- package/dist/core/EntityEditView.d.ts +2 -2
- package/dist/core/EntityEditViewFormActions.d.ts +2 -1
- package/dist/core/EntitySidePanel.d.ts +2 -1
- package/dist/core/FireCMS.d.ts +2 -1
- package/dist/core/FireCMSRouter.d.ts +1 -1
- package/dist/core/SideDialogs.d.ts +1 -1
- package/dist/editor/components/SlashCommandMenu.d.ts +2 -1
- package/dist/editor/editor.d.ts +1 -1
- package/dist/editor/selectors/color-selector.d.ts +1 -1
- package/dist/editor/selectors/link-selector.d.ts +1 -1
- package/dist/editor/selectors/node-selector.d.ts +1 -1
- package/dist/editor/selectors/text-buttons.d.ts +1 -1
- package/dist/form/EntityForm.d.ts +1 -1
- package/dist/form/EntityFormActions.d.ts +1 -1
- package/dist/form/components/CustomIdField.d.ts +2 -1
- package/dist/form/components/FieldHelperText.d.ts +1 -1
- package/dist/form/components/FormEntry.d.ts +1 -1
- package/dist/form/components/FormLayout.d.ts +1 -1
- package/dist/form/components/LabelWithIconAndTooltip.d.ts +1 -1
- package/dist/form/components/LocalChangesMenu.d.ts +2 -1
- package/dist/form/components/StorageItemPreview.d.ts +2 -1
- package/dist/form/components/StorageUploadProgress.d.ts +2 -1
- package/dist/form/field_bindings/ArrayCustomShapedFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/ArrayOfReferencesFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/BlockFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/DateTimeFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/KeyValueFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/MapFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/MarkdownEditorFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/MultiSelectFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/ReadOnlyFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/ReferenceAsStringFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/ReferenceFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/RepeatFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/SelectFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/StorageUploadFieldBinding.d.ts +3 -2
- package/dist/form/field_bindings/SwitchFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/TextFieldBinding.d.ts +2 -1
- package/dist/form/field_bindings/UserSelectFieldBinding.d.ts +2 -1
- package/dist/i18n/FireCMSi18nProvider.d.ts +2 -2
- package/dist/index.es.js +260 -176
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +260 -176
- package/dist/index.umd.js.map +1 -1
- package/dist/preview/components/ArrayEnumPreview.d.ts +2 -1
- package/dist/preview/components/AsyncPreviewComponent.d.ts +1 -1
- package/dist/preview/components/EmptyValue.d.ts +2 -1
- package/dist/preview/components/EnumValuesChip.d.ts +1 -1
- package/dist/preview/components/ImagePreview.d.ts +2 -1
- package/dist/preview/components/ReferencePreview.d.ts +1 -1
- package/dist/preview/components/StorageThumbnail.d.ts +1 -1
- package/dist/preview/components/UserPreview.d.ts +2 -1
- package/dist/preview/property_previews/ArrayOfMapsPreview.d.ts +2 -1
- package/dist/preview/property_previews/ArrayOfReferencesPreview.d.ts +1 -1
- package/dist/preview/property_previews/ArrayOfStorageComponentsPreview.d.ts +2 -1
- package/dist/preview/property_previews/ArrayOfStringsPreview.d.ts +2 -1
- package/dist/preview/property_previews/ArrayOneOfPreview.d.ts +2 -1
- package/dist/preview/property_previews/ArrayPropertyEnumPreview.d.ts +1 -1
- package/dist/preview/property_previews/ArrayPropertyPreview.d.ts +2 -1
- package/dist/preview/property_previews/MapPropertyPreview.d.ts +3 -2
- package/dist/preview/property_previews/SkeletonPropertyComponent.d.ts +5 -4
- package/dist/routes/FireCMSRoute.d.ts +2 -1
- package/dist/util/property_utils.d.ts +1 -1
- package/package.json +5 -5
- package/src/components/EntityCollectionTable/internal/common.tsx +2 -2
- package/src/editor/editor.tsx +20 -1
- package/src/editor/markdown.ts +89 -1
- package/src/internal/useBuildSideEntityController.tsx +1 -1
- package/src/preview/PropertyPreview.tsx +3 -3
package/dist/app/AppBar.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export declare function AppBar({ children, ...props }: {
|
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
className?: string;
|
|
8
8
|
style?: React.CSSProperties;
|
|
9
|
-
} & DefaultAppBarProps): import("react
|
|
9
|
+
} & DefaultAppBarProps): import("react").JSX.Element;
|
|
10
10
|
export declare namespace AppBar {
|
|
11
11
|
var componentType: string;
|
|
12
12
|
}
|
package/dist/app/Drawer.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ export declare function Drawer({ children, className, style }: {
|
|
|
10
10
|
children?: React.ReactNode;
|
|
11
11
|
className?: string;
|
|
12
12
|
style?: React.CSSProperties;
|
|
13
|
-
}): import("react
|
|
13
|
+
}): import("react").JSX.Element;
|
|
14
14
|
export declare namespace Drawer {
|
|
15
15
|
var componentType: string;
|
|
16
16
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface AIIconProps {
|
|
2
3
|
size?: "smallest" | "small" | "medium" | "large";
|
|
3
4
|
className?: string;
|
|
@@ -6,11 +7,11 @@ export interface AIIconProps {
|
|
|
6
7
|
* AI-styled AutoAwesome icon with gradient coloring.
|
|
7
8
|
* Used consistently across AI features for visual identification.
|
|
8
9
|
*/
|
|
9
|
-
export declare function AIIcon({ size, className }: AIIconProps):
|
|
10
|
+
export declare function AIIcon({ size, className }: AIIconProps): React.JSX.Element;
|
|
10
11
|
/**
|
|
11
12
|
* Small animated dot indicator for AI-modified elements.
|
|
12
13
|
* Shows a pulsing gradient dot.
|
|
13
14
|
*/
|
|
14
15
|
export declare function AIModifiedIndicator({ className }: {
|
|
15
16
|
className?: string;
|
|
16
|
-
}):
|
|
17
|
+
}): React.JSX.Element;
|
|
@@ -42,7 +42,7 @@ type ArrayContainerItemProps = {
|
|
|
42
42
|
storedProps?: object;
|
|
43
43
|
updateItemCustomProps: (internalId: number, props: object) => void;
|
|
44
44
|
};
|
|
45
|
-
export declare function ArrayContainerItem({ nodeRef, style, dragHandleProps, index, internalId, size, disabled, buildEntry, remove, copy, addInIndex, canAddElements, sortable, isDragging, storedProps, updateItemCustomProps }: ArrayContainerItemProps):
|
|
45
|
+
export declare function ArrayContainerItem({ nodeRef, style, dragHandleProps, index, internalId, size, disabled, buildEntry, remove, copy, addInIndex, canAddElements, sortable, isDragging, storedProps, updateItemCustomProps }: ArrayContainerItemProps): React.JSX.Element;
|
|
46
46
|
export declare function ArrayItemOptions({ dragHandleProps, direction, disabled, remove, index, copy, canAddElements, sortable, addInIndex, }: {
|
|
47
47
|
dragHandleProps: any;
|
|
48
48
|
direction?: "row" | "column";
|
|
@@ -53,7 +53,7 @@ export declare function ArrayItemOptions({ dragHandleProps, direction, disabled,
|
|
|
53
53
|
sortable: boolean;
|
|
54
54
|
canAddElements?: boolean;
|
|
55
55
|
addInIndex?: (index: number) => void;
|
|
56
|
-
}):
|
|
57
|
-
export declare function ArrayContainer<T>({ droppableId, addLabel, value, disabled, buildEntry, size, onInternalIdAdded, includeAddButton: deprecatedIncludeAddButton, canAddElements: canAddElementsProp, sortable, newDefaultEntry, onValueChange, className, min, max }: ArrayContainerProps<T>):
|
|
56
|
+
}): React.JSX.Element;
|
|
57
|
+
export declare function ArrayContainer<T>({ droppableId, addLabel, value, disabled, buildEntry, size, onInternalIdAdded, includeAddButton: deprecatedIncludeAddButton, canAddElements: canAddElementsProp, sortable, newDefaultEntry, onValueChange, className, min, max }: ArrayContainerProps<T>): React.JSX.Element;
|
|
58
58
|
export declare function getRandomId(): number;
|
|
59
59
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { CircularProgressProps } from "@firecms/ui";
|
|
2
3
|
/**
|
|
3
4
|
*
|
|
@@ -8,4 +9,4 @@ import { CircularProgressProps } from "@firecms/ui";
|
|
|
8
9
|
*/
|
|
9
10
|
export declare function CircularProgressCenter({ text, ...props }: CircularProgressProps & {
|
|
10
11
|
text?: string;
|
|
11
|
-
}):
|
|
12
|
+
}): React.JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { EntityTableController } from "../types";
|
|
|
2
2
|
export declare function ClearFilterSortButton({ tableController, enabled }: {
|
|
3
3
|
enabled: boolean;
|
|
4
4
|
tableController: EntityTableController;
|
|
5
|
-
}): import("react
|
|
5
|
+
}): import("react").JSX.Element | null;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Entity, EntityCallbacks, EntityCollection } from "../types";
|
|
2
|
+
import React from "react";
|
|
2
3
|
export interface DeleteEntityDialogProps<M extends Record<string, any>> {
|
|
3
4
|
entityOrEntitiesToDelete?: Entity<M> | Entity<M>[];
|
|
4
5
|
path: string;
|
|
@@ -9,4 +10,4 @@ export interface DeleteEntityDialogProps<M extends Record<string, any>> {
|
|
|
9
10
|
onEntityDelete?(path: string, entity: Entity<M>): void;
|
|
10
11
|
onMultipleEntitiesDelete?(path: string, entities: Entity<M>[]): void;
|
|
11
12
|
}
|
|
12
|
-
export declare function DeleteEntityDialog<M extends Record<string, any>>({ entityOrEntitiesToDelete, collection, onClose, open, callbacks, onEntityDelete, onMultipleEntitiesDelete, path }: DeleteEntityDialogProps<M>):
|
|
13
|
+
export declare function DeleteEntityDialog<M extends Record<string, any>>({ entityOrEntitiesToDelete, collection, onClose, open, callbacks, onEntityDelete, onMultipleEntitiesDelete, path }: DeleteEntityDialogProps<M>): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { User } from "../../types";
|
|
2
3
|
import { EntityCollectionTableProps } from "./EntityCollectionTableProps";
|
|
3
4
|
/**
|
|
@@ -24,4 +25,4 @@ import { EntityCollectionTableProps } from "./EntityCollectionTableProps";
|
|
|
24
25
|
* @see VirtualTable
|
|
25
26
|
* @group Components
|
|
26
27
|
*/
|
|
27
|
-
export declare const EntityCollectionTable: <M extends Record<string, any> = any, USER extends User = any>({ className, style, forceFilter, actionsStart, actions, viewModeToggle, title, tableRowActionsBuilder, uniqueFieldValidator, getPropertyFor, onValueChange, selectionController, highlightedEntities, onEntityClick, onColumnResize, initialScroll, onScroll, onSizeChanged, textSearchEnabled, hoverRow, inlineEditing, additionalFields, displayedColumnIds, defaultSize, properties, tableController, filterable, sortable, endAdornment, AddColumnComponent, AdditionalHeaderWidget, additionalIDHeaderWidget, emptyComponent, getIdColumnWidth, onTextSearchClick, textSearchLoading, enablePopupIcon, openEntityMode, onColumnsOrderChange, hideToolbar }: EntityCollectionTableProps<M>) =>
|
|
28
|
+
export declare const EntityCollectionTable: <M extends Record<string, any> = any, USER extends User = any>({ className, style, forceFilter, actionsStart, actions, viewModeToggle, title, tableRowActionsBuilder, uniqueFieldValidator, getPropertyFor, onValueChange, selectionController, highlightedEntities, onEntityClick, onColumnResize, initialScroll, onScroll, onSizeChanged, textSearchEnabled, hoverRow, inlineEditing, additionalFields, displayedColumnIds, defaultSize, properties, tableController, filterable, sortable, endAdornment, AddColumnComponent, AdditionalHeaderWidget, additionalIDHeaderWidget, emptyComponent, getIdColumnWidth, onTextSearchClick, textSearchLoading, enablePopupIcon, openEntityMode, onColumnsOrderChange, hideToolbar }: EntityCollectionTableProps<M>) => React.JSX.Element;
|
|
@@ -14,7 +14,7 @@ type TableReferenceFieldProps = {
|
|
|
14
14
|
includeId?: boolean;
|
|
15
15
|
includeEntityLink?: boolean;
|
|
16
16
|
};
|
|
17
|
-
export declare function TableReferenceField(props: TableReferenceFieldProps):
|
|
17
|
+
export declare function TableReferenceField(props: TableReferenceFieldProps): React.JSX.Element;
|
|
18
18
|
export declare const TableReferenceFieldInternal: React.NamedExoticComponent<TableReferenceFieldProps & {
|
|
19
19
|
collection: EntityCollection;
|
|
20
20
|
}>;
|
|
@@ -22,12 +22,12 @@ export declare function TableStorageUpload(props: {
|
|
|
22
22
|
previewSize: PreviewSize;
|
|
23
23
|
openPopup?: (cellRect?: DOMRect) => void;
|
|
24
24
|
onBlur?: React.FocusEventHandler<HTMLInputElement | HTMLTextAreaElement>;
|
|
25
|
-
}):
|
|
25
|
+
}): React.JSX.Element;
|
|
26
26
|
interface TableStorageItemPreviewProps {
|
|
27
27
|
property: ResolvedStringProperty;
|
|
28
28
|
value: string;
|
|
29
29
|
size: PreviewSize;
|
|
30
30
|
entity: Entity<any>;
|
|
31
31
|
}
|
|
32
|
-
export declare function TableStorageItemPreview({ property, value, size, entity }: TableStorageItemPreviewProps):
|
|
32
|
+
export declare function TableStorageItemPreview({ property, value, size, entity }: TableStorageItemPreviewProps): React.JSX.Element;
|
|
33
33
|
export {};
|
|
@@ -12,5 +12,5 @@ interface CollectionTableToolbarProps {
|
|
|
12
12
|
onTextSearch?: (searchString?: string) => void;
|
|
13
13
|
textSearchLoading?: boolean;
|
|
14
14
|
}
|
|
15
|
-
export declare function CollectionTableToolbar({ actions, actionsStart, loading, onTextSearch, onTextSearchClick, textSearchLoading, title, viewModeToggle }: CollectionTableToolbarProps):
|
|
15
|
+
export declare function CollectionTableToolbar({ actions, actionsStart, loading, onTextSearch, onTextSearchClick, textSearchLoading, title, viewModeToggle }: CollectionTableToolbarProps): React.JSX.Element;
|
|
16
16
|
export {};
|
|
@@ -6,4 +6,4 @@ export interface EntityTableCellActionsProps {
|
|
|
6
6
|
openPopup?: (cellRect: DOMRect | undefined) => void;
|
|
7
7
|
children?: React.ReactNode;
|
|
8
8
|
}
|
|
9
|
-
export declare function EntityTableCellActions({ showError, disabled, showExpandIcon, selected, openPopup, children }: EntityTableCellActionsProps): import("react
|
|
9
|
+
export declare function EntityTableCellActions({ showError, disabled, showExpandIcon, selected, openPopup, children }: EntityTableCellActionsProps): import("react").JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { Entity, EntityCollection } from "../../../../types";
|
|
2
3
|
import { CustomFieldValidator } from "../../../../form/validation";
|
|
3
4
|
import { OnCellValueChangeParams } from "../../../common";
|
|
@@ -18,9 +19,9 @@ interface PopupFormFieldProps<M extends Record<string, any>> {
|
|
|
18
19
|
*/
|
|
19
20
|
onCellValueChange?: (params: OnCellValueChangeParams<any, any>) => Promise<void> | void;
|
|
20
21
|
}
|
|
21
|
-
export declare function PopupFormField<M extends Record<string, any>>(props: PopupFormFieldProps<M>):
|
|
22
|
-
export declare function PopupFormFieldLoading<M extends Record<string, any>>({ tableKey, entityId, customFieldValidator, propertyKey, collection: inputCollection, path, cellRect, open, onClose, onCellValueChange, container }: PopupFormFieldProps<M>):
|
|
22
|
+
export declare function PopupFormField<M extends Record<string, any>>(props: PopupFormFieldProps<M>): React.JSX.Element | null;
|
|
23
|
+
export declare function PopupFormFieldLoading<M extends Record<string, any>>({ tableKey, entityId, customFieldValidator, propertyKey, collection: inputCollection, path, cellRect, open, onClose, onCellValueChange, container }: PopupFormFieldProps<M>): React.JSX.Element | null;
|
|
23
24
|
export declare function PopupFormFieldInternal<M extends Record<string, any>>({ tableKey, entityId, customFieldValidator, propertyKey, collection: inputCollection, path, cellRect, open, onClose, onCellValueChange, container, entity }: PopupFormFieldProps<M> & {
|
|
24
25
|
entity?: Entity<M>;
|
|
25
|
-
}):
|
|
26
|
+
}): React.JSX.Element;
|
|
26
27
|
export {};
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { BoardProps } from "./board_types";
|
|
2
|
-
export declare function Board<M extends Record<string, any>, COLUMN extends string>({ data, columns: columnsProp, columnLabels, columnColors, className, assignColumn, allowColumnReorder, onColumnReorder, onItemsReorder, ItemComponent, columnLoadingState, onLoadMoreColumn, onAddItemToColumn, AddColumnComponent, }: BoardProps<M, COLUMN>):
|
|
3
|
+
export declare function Board<M extends Record<string, any>, COLUMN extends string>({ data, columns: columnsProp, columnLabels, columnColors, className, assignColumn, allowColumnReorder, onColumnReorder, onItemsReorder, ItemComponent, columnLoadingState, onLoadMoreColumn, onAddItemToColumn, AddColumnComponent, }: BoardProps<M, COLUMN>): React.JSX.Element;
|
|
@@ -6,4 +6,4 @@ export interface BoardColumnTitleProps {
|
|
|
6
6
|
"aria-label"?: string;
|
|
7
7
|
color?: ChipColorKey | ChipColorScheme;
|
|
8
8
|
}
|
|
9
|
-
export declare function BoardColumnTitle({ children, className, color, ...props }: BoardColumnTitleProps):
|
|
9
|
+
export declare function BoardColumnTitle({ children, className, color, ...props }: BoardColumnTitleProps): React.JSX.Element;
|
|
@@ -10,5 +10,5 @@ interface BoardSortableListProps<M extends Record<string, any>> {
|
|
|
10
10
|
hasMore?: boolean;
|
|
11
11
|
onLoadMore?: () => void;
|
|
12
12
|
}
|
|
13
|
-
export declare function BoardSortableList<M extends Record<string, any>>({ columnId, items, ItemComponent, isDragging, isDragOverColumn, loading, hasMore, onLoadMore, }: BoardSortableListProps<M>):
|
|
13
|
+
export declare function BoardSortableList<M extends Record<string, any>>({ columnId, items, ItemComponent, isDragging, isDragOverColumn, loading, hasMore, onLoadMore, }: BoardSortableListProps<M>): React.JSX.Element;
|
|
14
14
|
export {};
|
|
@@ -12,7 +12,7 @@ export type EntityBoardCardProps<M extends Record<string, any> = any> = BoardIte
|
|
|
12
12
|
* Compact card component for displaying an entity in a Kanban board.
|
|
13
13
|
* Shows thumbnail, title, and optional selection checkbox.
|
|
14
14
|
*/
|
|
15
|
-
declare function EntityBoardCardInner<M extends Record<string, any> = any>({ item, isDragging, isGroupedOver, style, collection, onClick, selected, onSelectionChange, selectionEnabled }: EntityBoardCardProps<M>):
|
|
15
|
+
declare function EntityBoardCardInner<M extends Record<string, any> = any>({ item, isDragging, isGroupedOver, style, collection, onClick, selected, onSelectionChange, selectionEnabled }: EntityBoardCardProps<M>): React.JSX.Element;
|
|
16
16
|
export declare const EntityBoardCard: typeof EntityBoardCardInner;
|
|
17
17
|
/**
|
|
18
18
|
* Wrapper component that adapts EntityBoardCard to BoardItemViewProps interface
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { CollectionSize, Entity, EntityCollection } from "../../types";
|
|
2
3
|
export type EntityCardProps<M extends Record<string, any> = any> = {
|
|
3
4
|
entity: Entity<M>;
|
|
@@ -16,4 +17,4 @@ export type EntityCardProps<M extends Record<string, any> = any> = {
|
|
|
16
17
|
* Card component for displaying an entity in a grid view.
|
|
17
18
|
* Shows thumbnail, title, and preview properties.
|
|
18
19
|
*/
|
|
19
|
-
export declare function EntityCard<M extends Record<string, any> = any>({ entity, collection, onClick, selected, highlighted, onSelectionChange, selectionEnabled, size }: EntityCardProps<M>):
|
|
20
|
+
export declare function EntityCard<M extends Record<string, any> = any>({ entity, collection, onClick, selected, highlighted, onSelectionChange, selectionEnabled, size }: EntityCardProps<M>): React.JSX.Element;
|
|
@@ -17,4 +17,4 @@ export type EntityCollectionBoardViewProps<M extends Record<string, any> = any>
|
|
|
17
17
|
/**
|
|
18
18
|
* Kanban board view for displaying entities grouped by a string enum property.
|
|
19
19
|
*/
|
|
20
|
-
export declare function EntityCollectionBoardView<M extends Record<string, any> = any>({ collection, tableController, fullPath, parentCollectionIds, columnProperty, onEntityClick, selectionController, selectionEnabled, highlightedEntities, emptyComponent, deletedEntities }: EntityCollectionBoardViewProps<M>):
|
|
20
|
+
export declare function EntityCollectionBoardView<M extends Record<string, any> = any>({ collection, tableController, fullPath, parentCollectionIds, columnProperty, onEntityClick, selectionController, selectionEnabled, highlightedEntities, emptyComponent, deletedEntities }: EntityCollectionBoardViewProps<M>): React.JSX.Element;
|
|
@@ -28,4 +28,4 @@ export type EntityCollectionCardViewProps<M extends Record<string, any> = any> =
|
|
|
28
28
|
* Card grid view for displaying entities with infinite scroll.
|
|
29
29
|
* Alternative to the EntityCollectionTable for visual browsing.
|
|
30
30
|
*/
|
|
31
|
-
export declare function EntityCollectionCardView<M extends Record<string, any> = any>({ collection, tableController, onEntityClick, selectionController, selectionEnabled, highlightedEntities, emptyComponent, onScroll, initialScroll, size }: EntityCollectionCardViewProps<M>):
|
|
31
|
+
export declare function EntityCollectionCardView<M extends Record<string, any> = any>({ collection, tableController, onEntityClick, selectionController, selectionEnabled, highlightedEntities, emptyComponent, onScroll, initialScroll, size }: EntityCollectionCardViewProps<M>): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { EntityCollection, EntityTableController, SelectionController } from "../../types";
|
|
2
3
|
export type EntityCollectionViewActionsProps<M extends Record<string, any>> = {
|
|
3
4
|
collection: EntityCollection<M>;
|
|
@@ -11,4 +12,4 @@ export type EntityCollectionViewActionsProps<M extends Record<string, any>> = {
|
|
|
11
12
|
tableController: EntityTableController<M>;
|
|
12
13
|
collectionEntitiesCount?: number;
|
|
13
14
|
};
|
|
14
|
-
export declare function EntityCollectionViewActions<M extends Record<string, any>>({ collection, relativePath, parentCollectionIds, onNewClick, onMultipleDeleteClick, selectionEnabled, path, selectionController, tableController, collectionEntitiesCount, }: EntityCollectionViewActionsProps<M>):
|
|
15
|
+
export declare function EntityCollectionViewActions<M extends Record<string, any>>({ collection, relativePath, parentCollectionIds, onNewClick, onMultipleDeleteClick, selectionEnabled, path, selectionController, tableController, collectionEntitiesCount, }: EntityCollectionViewActionsProps<M>): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { EntityCollection, EntityTableController, ResolvedProperty, SelectionController } from "../../types";
|
|
2
3
|
export type EntityCollectionViewStartActionsProps<M extends Record<string, any>> = {
|
|
3
4
|
collection: EntityCollection<M>;
|
|
@@ -12,4 +13,4 @@ export type EntityCollectionViewStartActionsProps<M extends Record<string, any>>
|
|
|
12
13
|
*/
|
|
13
14
|
resolvedProperties?: Record<string, ResolvedProperty>;
|
|
14
15
|
};
|
|
15
|
-
export declare function EntityCollectionViewStartActions<M extends Record<string, any>>({ collection, relativePath, parentCollectionIds, path, selectionController, tableController, collectionEntitiesCount, resolvedProperties }: EntityCollectionViewStartActionsProps<M>):
|
|
16
|
+
export declare function EntityCollectionViewStartActions<M extends Record<string, any>>({ collection, relativePath, parentCollectionIds, path, selectionController, tableController, collectionEntitiesCount, resolvedProperties }: EntityCollectionViewStartActionsProps<M>): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { FilterValues, ResolvedProperty } from "../../types";
|
|
2
3
|
export interface FiltersDialogProps {
|
|
3
4
|
open: boolean;
|
|
@@ -11,4 +12,4 @@ export interface FiltersDialogProps {
|
|
|
11
12
|
* Dialog that displays all filterable properties from a collection
|
|
12
13
|
* and allows setting filter values for each.
|
|
13
14
|
*/
|
|
14
|
-
export declare function FiltersDialog({ open, onOpenChange, properties, filterValues, setFilterValues, forceFilter }: FiltersDialogProps):
|
|
15
|
+
export declare function FiltersDialog({ open, onOpenChange, properties, filterValues, setFilterValues, forceFilter }: FiltersDialogProps): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { CollectionSize, ViewMode } from "../../types";
|
|
2
3
|
export type KanbanPropertyOption = {
|
|
3
4
|
key: string;
|
|
@@ -41,4 +42,4 @@ export type ViewModeToggleProps = {
|
|
|
41
42
|
*/
|
|
42
43
|
onKanbanPropertyChange?: (property: string) => void;
|
|
43
44
|
};
|
|
44
|
-
export declare function ViewModeToggle({ viewMode, onViewModeChange, enabledViews, size, onSizeChanged, open, onOpenChange, kanbanPropertyOptions, selectedKanbanProperty, onKanbanPropertyChange }: ViewModeToggleProps):
|
|
45
|
+
export declare function ViewModeToggle({ viewMode, onViewModeChange, enabledViews, size, onSizeChanged, open, onOpenChange, kanbanPropertyOptions, selectedKanbanProperty, onKanbanPropertyChange }: ViewModeToggleProps): React.JSX.Element | null;
|
|
@@ -19,7 +19,7 @@ export type EntityPreviewProps = {
|
|
|
19
19
|
* This view is used to display a preview of an entity.
|
|
20
20
|
* It is used by default in reference fields and whenever a reference is displayed.
|
|
21
21
|
*/
|
|
22
|
-
export declare function EntityPreview({ actions, disabled, hover, collection: collectionProp, previewKeys, onClick, size, includeId, includeTitle, includeEntityLink, includeImage, entity, }: EntityPreviewProps):
|
|
22
|
+
export declare function EntityPreview({ actions, disabled, hover, collection: collectionProp, previewKeys, onClick, size, includeId, includeTitle, includeEntityLink, includeImage, entity, }: EntityPreviewProps): React.JSX.Element;
|
|
23
23
|
export type EntityPreviewContainerProps = {
|
|
24
24
|
children: React.ReactNode;
|
|
25
25
|
hover?: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { Entity, EntityCollection } from "../types";
|
|
2
3
|
/**
|
|
3
4
|
* @group Components
|
|
@@ -8,4 +9,4 @@ export interface EntityViewProps<M extends Record<string, any>> {
|
|
|
8
9
|
path: string;
|
|
9
10
|
className?: string;
|
|
10
11
|
}
|
|
11
|
-
export declare function EntityView<M extends Record<string, any>>({ entity, collection, path, className }: EntityViewProps<M>):
|
|
12
|
+
export declare function EntityView<M extends Record<string, any>>({ entity, collection, path, className }: EntityViewProps<M>): React.JSX.Element;
|
|
@@ -9,5 +9,5 @@ export declare class ErrorBoundary extends React.Component<PropsWithChildren<Rec
|
|
|
9
9
|
error: Error;
|
|
10
10
|
};
|
|
11
11
|
componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
|
|
12
|
-
render(): 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> |
|
|
12
|
+
render(): 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.Element | null | undefined;
|
|
13
13
|
}
|
|
@@ -4,4 +4,4 @@ export declare function DefaultHomePage({ additionalActions, additionalChildrenS
|
|
|
4
4
|
additionalActions?: React.ReactNode;
|
|
5
5
|
additionalChildrenStart?: React.ReactNode;
|
|
6
6
|
additionalChildrenEnd?: React.ReactNode;
|
|
7
|
-
}):
|
|
7
|
+
}): React.JSX.Element;
|
|
@@ -4,18 +4,18 @@ import { NavigationEntry } from "../../types";
|
|
|
4
4
|
export declare function SortableNavigationCard({ entry, onClick }: {
|
|
5
5
|
entry: NavigationEntry;
|
|
6
6
|
onClick?: () => void;
|
|
7
|
-
}):
|
|
7
|
+
}): React.JSX.Element;
|
|
8
8
|
export declare function NavigationGroupDroppable({ id, itemIds, children, isPotentialCardDropTarget }: {
|
|
9
9
|
id: UniqueIdentifier;
|
|
10
10
|
itemIds: UniqueIdentifier[];
|
|
11
11
|
children: React.ReactNode;
|
|
12
12
|
isPotentialCardDropTarget?: boolean;
|
|
13
|
-
}):
|
|
13
|
+
}): React.JSX.Element;
|
|
14
14
|
export declare function SortableNavigationGroup({ groupName, children, disabled }: {
|
|
15
15
|
groupName: string;
|
|
16
16
|
children: React.ReactNode;
|
|
17
17
|
disabled?: boolean;
|
|
18
|
-
}):
|
|
18
|
+
}): React.JSX.Element;
|
|
19
19
|
export declare function useHomePageDnd({ items, setItems, disabled, onCardMovedBetweenGroups, onGroupMoved, onNewGroupDrop, onPersist }: {
|
|
20
20
|
items: {
|
|
21
21
|
name: string;
|
|
@@ -74,4 +74,4 @@ export declare function useHomePageDnd({ items, setItems, disabled, onCardMovedB
|
|
|
74
74
|
export declare function NewGroupDropZone({ disabled, setIsHovering }: {
|
|
75
75
|
disabled: boolean;
|
|
76
76
|
setIsHovering: (v: boolean) => void;
|
|
77
|
-
}):
|
|
77
|
+
}): React.JSX.Element | null;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { NavigationEntry } from "../../types";
|
|
2
|
+
import React from "react";
|
|
2
3
|
/**
|
|
3
4
|
* This is the component used in the home page to render a card for each
|
|
4
5
|
* collection or view.
|
|
@@ -15,4 +16,4 @@ import { NavigationEntry } from "../../types";
|
|
|
15
16
|
export declare function NavigationCardBinding({ path, collection, view, url, name, description, onClick, type, shrink }: NavigationEntry & {
|
|
16
17
|
onClick?: () => void;
|
|
17
18
|
shrink?: boolean;
|
|
18
|
-
}):
|
|
19
|
+
}): React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropsWithChildren } from "react";
|
|
1
|
+
import React, { PropsWithChildren } from "react";
|
|
2
2
|
export declare function NavigationGroup({ children, group, minimised, isPreview, isPotentialCardDropTarget, onEditGroup, dndDisabled, collapsed, onToggleCollapsed }: PropsWithChildren<{
|
|
3
3
|
group: string | undefined;
|
|
4
4
|
minimised?: boolean;
|
|
@@ -8,4 +8,4 @@ export declare function NavigationGroup({ children, group, minimised, isPreview,
|
|
|
8
8
|
dndDisabled?: boolean;
|
|
9
9
|
collapsed?: boolean;
|
|
10
10
|
onToggleCollapsed?: () => void;
|
|
11
|
-
}>):
|
|
11
|
+
}>): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
interface RenameGroupDialogProps {
|
|
2
3
|
open: boolean;
|
|
3
4
|
initialName: string;
|
|
@@ -5,5 +6,5 @@ interface RenameGroupDialogProps {
|
|
|
5
6
|
onClose: () => void;
|
|
6
7
|
onRename: (newName: string) => void;
|
|
7
8
|
}
|
|
8
|
-
export declare function RenameGroupDialog({ open, initialName, existingGroupNames, onClose, onRename }: RenameGroupDialogProps):
|
|
9
|
+
export declare function RenameGroupDialog({ open, initialName, existingGroupNames, onClose, onRename }: RenameGroupDialogProps): React.JSX.Element | null;
|
|
9
10
|
export {};
|
|
@@ -3,4 +3,4 @@ export type SmallNavigationCardProps = {
|
|
|
3
3
|
url: string;
|
|
4
4
|
icon: React.ReactElement;
|
|
5
5
|
};
|
|
6
|
-
export declare function SmallNavigationCard({ name, url, icon, }: SmallNavigationCardProps): import("react
|
|
6
|
+
export declare function SmallNavigationCard({ name, url, icon, }: SmallNavigationCardProps): import("react").JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare function LanguageToggle(): React.JSX.Element;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare function NotFoundPage(): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { PreviewSize } from "../preview";
|
|
2
3
|
import { ResolvedProperties, ResolvedProperty } from "../types";
|
|
3
4
|
/**
|
|
@@ -19,5 +20,5 @@ export declare const PropertyCollectionView: ({ data, properties, baseKey, suppr
|
|
|
19
20
|
baseKey?: string;
|
|
20
21
|
suppressHeader?: boolean;
|
|
21
22
|
size?: PreviewSize;
|
|
22
|
-
}) =>
|
|
23
|
+
}) => React.JSX.Element | null;
|
|
23
24
|
export declare function buildDataFromPaths(values: object, paths: string[]): object;
|
|
@@ -2,7 +2,7 @@ export declare function PropertyIdCopyTooltip({ propertyKey, className, children
|
|
|
2
2
|
propertyKey: string;
|
|
3
3
|
className?: string;
|
|
4
4
|
children: React.ReactNode;
|
|
5
|
-
}): import("react
|
|
5
|
+
}): import("react").JSX.Element;
|
|
6
6
|
export declare function PropertyIdCopyTooltipContent({ propertyKey }: {
|
|
7
7
|
propertyKey: string;
|
|
8
|
-
}): import("react
|
|
8
|
+
}): import("react").JSX.Element;
|
|
@@ -55,4 +55,4 @@ export interface ReferenceSelectionInnerProps<M extends Record<string, any>> {
|
|
|
55
55
|
* You probably want to open this dialog as a side view using {@link useReferenceDialog}
|
|
56
56
|
* @group Components
|
|
57
57
|
*/
|
|
58
|
-
export declare function ReferenceSelectionTable<M extends Record<string, any>>({ onSingleEntitySelected, onMultipleEntitiesSelected, multiselect, collection, path: pathInput, selectedEntityIds: selectedEntityIdsProp, description, forceFilter, maxSelection, }: ReferenceSelectionInnerProps<M>):
|
|
58
|
+
export declare function ReferenceSelectionTable<M extends Record<string, any>>({ onSingleEntitySelected, onMultipleEntitiesSelected, multiselect, collection, path: pathInput, selectedEntityIds: selectedEntityIdsProp, description, forceFilter, maxSelection, }: ReferenceSelectionInnerProps<M>): React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { Entity, EntityReference, FilterValues } from "../types";
|
|
2
3
|
import { PreviewSize } from "../preview";
|
|
3
4
|
export type ReferenceWidgetProps<M extends Record<string, any>> = {
|
|
@@ -27,4 +28,4 @@ export type ReferenceWidgetProps<M extends Record<string, any>> = {
|
|
|
27
28
|
/**
|
|
28
29
|
* This field allows selecting reference/s.
|
|
29
30
|
*/
|
|
30
|
-
export declare function ReferenceWidget<M extends Record<string, any>>({ name, multiselect, path, disabled, value, onReferenceSelected, onMultipleReferenceSelected, previewProperties, forceFilter, size, className, includeId, includeEntityLink }: ReferenceWidgetProps<M>):
|
|
31
|
+
export declare function ReferenceWidget<M extends Record<string, any>>({ name, multiselect, path, disabled, value, onReferenceSelected, onMultipleReferenceSelected, previewProperties, forceFilter, size, className, includeId, includeEntityLink }: ReferenceWidgetProps<M>): React.JSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
export interface SearchIconsProps {
|
|
2
3
|
selectedIcon?: string;
|
|
3
4
|
onIconSelected?: (icon: string) => void;
|
|
4
5
|
}
|
|
5
|
-
export declare function SearchIconsView({ selectedIcon, onIconSelected }: SearchIconsProps):
|
|
6
|
+
export declare function SearchIconsView({ selectedIcon, onIconSelected }: SearchIconsProps): React.JSX.Element;
|
|
@@ -86,4 +86,4 @@ export type SelectableTableProps<M extends Record<string, any>> = {
|
|
|
86
86
|
* @see VirtualTable
|
|
87
87
|
* @group Components
|
|
88
88
|
*/
|
|
89
|
-
export declare const SelectableTable: <M extends Record<string, any>>({ onValueChange, cellRenderer, onEntityClick, onColumnResize, hoverRow, size, inlineEditing, tableController: { data, dataLoading, noMoreToLoad, dataLoadingError, filterValues, setFilterValues, sortBy, setSortBy, itemCount, setItemCount, pageSize, paginationEnabled, checkFilterCombination, setPopupCell }, filterable, onScroll, initialScroll, emptyComponent, columns, forceFilter, highlightedRow, endAdornment, AddColumnComponent, onColumnsOrderChange }: SelectableTableProps<M>) =>
|
|
89
|
+
export declare const SelectableTable: <M extends Record<string, any>>({ onValueChange, cellRenderer, onEntityClick, onColumnResize, hoverRow, size, inlineEditing, tableController: { data, dataLoading, noMoreToLoad, dataLoadingError, filterValues, setFilterValues, sortBy, setSortBy, itemCount, setItemCount, pageSize, paginationEnabled, checkFilterCombination, setPopupCell }, filterable, onScroll, initialScroll, emptyComponent, columns, forceFilter, highlightedRow, endAdornment, AddColumnComponent, onColumnsOrderChange }: SelectableTableProps<M>) => React.JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { VirtualTableWhereFilterOp } from "../../VirtualTable";
|
|
2
3
|
interface BooleanFieldProps {
|
|
3
4
|
name: string;
|
|
@@ -5,5 +6,5 @@ interface BooleanFieldProps {
|
|
|
5
6
|
setValue: (value?: [op: VirtualTableWhereFilterOp, newValue: any]) => void;
|
|
6
7
|
title?: string;
|
|
7
8
|
}
|
|
8
|
-
export declare function BooleanFilterField({ name, title, value, setValue }: BooleanFieldProps):
|
|
9
|
+
export declare function BooleanFilterField({ name, title, value, setValue }: BooleanFieldProps): React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { VirtualTableWhereFilterOp } from "../../VirtualTable";
|
|
2
3
|
interface DateTimeFilterFieldProps {
|
|
3
4
|
name: string;
|
|
@@ -8,5 +9,5 @@ interface DateTimeFilterFieldProps {
|
|
|
8
9
|
title?: string;
|
|
9
10
|
timezone?: string;
|
|
10
11
|
}
|
|
11
|
-
export declare function DateTimeFilterField({ name, isArray, mode, value, setValue, title, timezone }: DateTimeFilterFieldProps):
|
|
12
|
+
export declare function DateTimeFilterField({ name, isArray, mode, value, setValue, title, timezone }: DateTimeFilterFieldProps): React.JSX.Element;
|
|
12
13
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { VirtualTableWhereFilterOp } from "../../VirtualTable";
|
|
2
3
|
interface ReferenceFilterFieldProps {
|
|
3
4
|
name: string;
|
|
@@ -11,5 +12,5 @@ interface ReferenceFilterFieldProps {
|
|
|
11
12
|
hidden: boolean;
|
|
12
13
|
setHidden: (hidden: boolean) => void;
|
|
13
14
|
}
|
|
14
|
-
export declare function ReferenceFilterField({ value, setValue, isArray, path, includeId, previewProperties, setHidden }: ReferenceFilterFieldProps):
|
|
15
|
+
export declare function ReferenceFilterField({ value, setValue, isArray, path, includeId, previewProperties, setHidden }: ReferenceFilterFieldProps): React.JSX.Element;
|
|
15
16
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { VirtualTableWhereFilterOp } from "../../VirtualTable";
|
|
2
3
|
import { EnumValueConfig } from "../../../types";
|
|
3
4
|
interface StringNumberFilterFieldProps {
|
|
@@ -9,5 +10,5 @@ interface StringNumberFilterFieldProps {
|
|
|
9
10
|
enumValues?: EnumValueConfig[];
|
|
10
11
|
title?: string;
|
|
11
12
|
}
|
|
12
|
-
export declare function StringNumberFilterField({ name, value, setValue, dataType, isArray, enumValues, title }: StringNumberFilterFieldProps):
|
|
13
|
+
export declare function StringNumberFilterField({ name, value, setValue, dataType, isArray, enumValues, title }: StringNumberFilterFieldProps): React.JSX.Element;
|
|
13
14
|
export {};
|
|
@@ -6,4 +6,4 @@ export interface UnsavedChangesDialogProps {
|
|
|
6
6
|
handleOk: () => void;
|
|
7
7
|
handleCancel: () => void;
|
|
8
8
|
}
|
|
9
|
-
export declare function UnsavedChangesDialog({ open, handleOk, handleCancel, body, title }: UnsavedChangesDialogProps):
|
|
9
|
+
export declare function UnsavedChangesDialog({ open, handleOk, handleCancel, body, title }: UnsavedChangesDialogProps): React.JSX.Element;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { VirtualTableContextProps } from "./types";
|
|
2
|
-
export declare const VirtualTableHeaderRow: ({ columns, currentSort, onColumnSort, onFilterUpdate, sortByProperty, filter, onColumnResize, onColumnResizeEnd, createFilterField, AddColumnComponent, onColumnsOrderChange, data, cellRenderer: CellRenderer, rowHeight, draggingColumnId, headerIconSize, }: VirtualTableContextProps<any>) =>
|
|
3
|
+
export declare const VirtualTableHeaderRow: ({ columns, currentSort, onColumnSort, onFilterUpdate, sortByProperty, filter, onColumnResize, onColumnResizeEnd, createFilterField, AddColumnComponent, onColumnsOrderChange, data, cellRenderer: CellRenderer, rowHeight, draggingColumnId, headerIconSize, }: VirtualTableContextProps<any>) => React.JSX.Element;
|