@neo4j-ndl/react 2.9.0 → 2.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/lib/LICENSES.txt +292 -37
- package/lib/NOTICE.txt +33 -13
- package/lib/cjs/_common/CodeBlockWrapper.js +1 -1
- package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/cjs/_common/defaultImports.js +5 -5
- package/lib/cjs/_common/defaultImports.js.map +1 -1
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js +5 -1
- package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/cjs/_common/input/types.js +2 -1
- package/lib/cjs/_common/input/types.js.map +1 -1
- package/lib/cjs/_common/utils.js +6 -2
- package/lib/cjs/_common/utils.js.map +1 -1
- package/lib/cjs/accordion/Accordion.js +4 -2
- package/lib/cjs/accordion/Accordion.js.map +1 -1
- package/lib/cjs/avatar/Avatar.js +2 -2
- package/lib/cjs/avatar/Avatar.js.map +1 -1
- package/lib/cjs/banner/Banner.js +2 -2
- package/lib/cjs/banner/Banner.js.map +1 -1
- package/lib/cjs/breadcrumbs/Breadcrumbs.js +2 -2
- package/lib/cjs/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/cjs/button/Button.js +28 -27
- package/lib/cjs/button/Button.js.map +1 -1
- package/lib/cjs/button/IconButton.js +4 -4
- package/lib/cjs/button/IconButton.js.map +1 -1
- package/lib/cjs/button/IconButtonArray.js.map +1 -1
- package/lib/cjs/checkbox/Checkbox.js.map +1 -1
- package/lib/cjs/clipboard-copier/ClipboardButton.js +2 -2
- package/lib/cjs/clipboard-copier/ClipboardButton.js.map +1 -1
- package/lib/cjs/code-block/CodeBlock.js +1 -15
- package/lib/cjs/code-block/CodeBlock.js.map +1 -1
- package/lib/cjs/context-menu/ContextMenu.js +5 -4
- package/lib/cjs/context-menu/ContextMenu.js.map +1 -1
- package/lib/cjs/context-menu/SafeArea.js +1 -1
- package/lib/cjs/context-menu/SafeArea.js.map +1 -1
- package/lib/cjs/cypher-code-block/CypherCodeBlock.js +1 -1
- package/lib/cjs/cypher-code-block/CypherCodeBlock.js.map +1 -1
- package/lib/cjs/data-grid/Components.js +74 -7
- package/lib/cjs/data-grid/Components.js.map +1 -1
- package/lib/cjs/data-grid/DataGrid.js +9 -7
- package/lib/cjs/data-grid/DataGrid.js.map +1 -1
- package/lib/cjs/data-grid/DataGridContext.js +3 -1
- package/lib/cjs/data-grid/DataGridContext.js.map +1 -1
- package/lib/cjs/data-grid/datagrid-types.js +2 -1
- package/lib/cjs/data-grid/datagrid-types.js.map +1 -1
- package/lib/cjs/data-grid/helpers.js +2 -1
- package/lib/cjs/data-grid/helpers.js.map +1 -1
- package/lib/cjs/data-grid/index.js +24 -24
- package/lib/cjs/data-grid/index.js.map +1 -1
- package/lib/cjs/date-picker/DatePicker.js +4 -3
- package/lib/cjs/date-picker/DatePicker.js.map +1 -1
- package/lib/cjs/dialog/Dialog.js +1 -1
- package/lib/cjs/dialog/Dialog.js.map +1 -1
- package/lib/cjs/drawer/Drawer.js +8 -8
- package/lib/cjs/drawer/Drawer.js.map +1 -1
- package/lib/cjs/dropdown/Dropdown.js +7 -5
- package/lib/cjs/dropdown/Dropdown.js.map +1 -1
- package/lib/cjs/dropdown/Overrides.js +2 -1
- package/lib/cjs/dropdown/Overrides.js.map +1 -1
- package/lib/cjs/dropdown/types.js +2 -1
- package/lib/cjs/dropdown/types.js.map +1 -1
- package/lib/cjs/dropzone/Dropzone.js +4 -4
- package/lib/cjs/dropzone/Dropzone.js.map +1 -1
- package/lib/cjs/dropzone/icons/CSV-file.js.map +1 -1
- package/lib/cjs/dropzone/icons/Cloud.js.map +1 -1
- package/lib/cjs/dropzone/icons/File.js.map +1 -1
- package/lib/cjs/dropzone/icons/InvalidFile.js.map +1 -1
- package/lib/cjs/graph-label/GraphLabel.js +1 -1
- package/lib/cjs/graph-label/GraphLabel.js.map +1 -1
- package/lib/cjs/graph-label/color.js +6 -6
- package/lib/cjs/graph-label/color.js.map +1 -1
- package/lib/cjs/helpers/forwardRef.js +2 -2
- package/lib/cjs/helpers/forwardRef.js.map +1 -1
- package/lib/cjs/hooks/index.js +5 -3
- package/lib/cjs/hooks/index.js.map +1 -1
- package/lib/cjs/inline-edit/InlineEdit.js +4 -4
- package/lib/cjs/inline-edit/InlineEdit.js.map +1 -1
- package/lib/cjs/label/Label.js.map +1 -1
- package/lib/cjs/layout/Box.js.map +1 -1
- package/lib/cjs/layout/Flex.js +1 -1
- package/lib/cjs/layout/Flex.js.map +1 -1
- package/lib/cjs/layout/types.js +2 -2
- package/lib/cjs/layout/types.js.map +1 -1
- package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/cjs/logo/Logo.js +1 -1
- package/lib/cjs/logo/Logo.js.map +1 -1
- package/lib/cjs/modal/Modal.js +2 -2
- package/lib/cjs/modal/Modal.js.map +1 -1
- package/lib/cjs/popover/Popover.js +5 -4
- package/lib/cjs/popover/Popover.js.map +1 -1
- package/lib/cjs/portal/Portal.js +2 -2
- package/lib/cjs/portal/Portal.js.map +1 -1
- package/lib/cjs/progress-bar/ProgressBar.js.map +1 -1
- package/lib/cjs/radio/Radio.js.map +1 -1
- package/lib/cjs/segmented-control/SegmentedControl.js +3 -1
- package/lib/cjs/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/cjs/side-navigation/SideNavigation.js +5 -2
- package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
- package/lib/cjs/slider/Slider.js +3 -3
- package/lib/cjs/slider/Slider.js.map +1 -1
- package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/cjs/switch/Switch.js.map +1 -1
- package/lib/cjs/table/Components.js +7 -3
- package/lib/cjs/table/Components.js.map +1 -1
- package/lib/cjs/table/Table.js +18 -17
- package/lib/cjs/table/Table.js.map +1 -1
- package/lib/cjs/table/TableContext.js +3 -1
- package/lib/cjs/table/TableContext.js.map +1 -1
- package/lib/cjs/table/helpers.js +2 -1
- package/lib/cjs/table/helpers.js.map +1 -1
- package/lib/cjs/table/index.js +24 -24
- package/lib/cjs/table/index.js.map +1 -1
- package/lib/cjs/tabs/Tabs.js +1 -0
- package/lib/cjs/tabs/Tabs.js.map +1 -1
- package/lib/cjs/tag/Tag.js +4 -2
- package/lib/cjs/tag/Tag.js.map +1 -1
- package/lib/cjs/text-input/TextInput.js +5 -3
- package/lib/cjs/text-input/TextInput.js.map +1 -1
- package/lib/cjs/text-link/TextLink.js.map +1 -1
- package/lib/cjs/textarea/Textarea.js +5 -3
- package/lib/cjs/textarea/Textarea.js.map +1 -1
- package/lib/cjs/theme/ThemeProvider.js.map +1 -1
- package/lib/cjs/theme/agnostic.js +3 -2
- package/lib/cjs/theme/agnostic.js.map +1 -1
- package/lib/cjs/tip/Tip.js +7 -5
- package/lib/cjs/tip/Tip.js.map +1 -1
- package/lib/cjs/tip/Tooltip.js.map +1 -1
- package/lib/cjs/typography/Typography.js.map +1 -1
- package/lib/cjs/typography/types.js +4 -1
- package/lib/cjs/typography/types.js.map +1 -1
- package/lib/cjs/widget/Widget.js.map +1 -1
- package/lib/cjs/wizard/Wizard.js.map +1 -1
- package/lib/esm/_common/CodeBlockWrapper.js +1 -1
- package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
- package/lib/esm/_common/defaultImports.js.map +1 -1
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js +5 -1
- package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
- package/lib/esm/_common/input/types.js +1 -0
- package/lib/esm/_common/input/types.js.map +1 -1
- package/lib/esm/_common/utils.js +4 -0
- package/lib/esm/_common/utils.js.map +1 -1
- package/lib/esm/accordion/Accordion.js +4 -2
- package/lib/esm/accordion/Accordion.js.map +1 -1
- package/lib/esm/avatar/Avatar.js +2 -2
- package/lib/esm/avatar/Avatar.js.map +1 -1
- package/lib/esm/banner/Banner.js +2 -2
- package/lib/esm/banner/Banner.js.map +1 -1
- package/lib/esm/breadcrumbs/Breadcrumbs.js +3 -3
- package/lib/esm/breadcrumbs/Breadcrumbs.js.map +1 -1
- package/lib/esm/button/Button.js +22 -21
- package/lib/esm/button/Button.js.map +1 -1
- package/lib/esm/button/IconButton.js +4 -4
- package/lib/esm/button/IconButton.js.map +1 -1
- package/lib/esm/button/IconButtonArray.js.map +1 -1
- package/lib/esm/checkbox/Checkbox.js.map +1 -1
- package/lib/esm/clipboard-copier/ClipboardButton.js +2 -2
- package/lib/esm/clipboard-copier/ClipboardButton.js.map +1 -1
- package/lib/esm/code-block/CodeBlock.js +1 -15
- package/lib/esm/code-block/CodeBlock.js.map +1 -1
- package/lib/esm/context-menu/ContextMenu.js +5 -4
- package/lib/esm/context-menu/ContextMenu.js.map +1 -1
- package/lib/esm/context-menu/SafeArea.js +1 -1
- package/lib/esm/context-menu/SafeArea.js.map +1 -1
- package/lib/esm/cypher-code-block/CypherCodeBlock.js +1 -1
- package/lib/esm/cypher-code-block/CypherCodeBlock.js.map +1 -1
- package/lib/esm/data-grid/Components.js +73 -8
- package/lib/esm/data-grid/Components.js.map +1 -1
- package/lib/esm/data-grid/DataGrid.js +5 -3
- package/lib/esm/data-grid/DataGrid.js.map +1 -1
- package/lib/esm/data-grid/DataGridContext.js +3 -1
- package/lib/esm/data-grid/DataGridContext.js.map +1 -1
- package/lib/esm/data-grid/datagrid-types.js +1 -0
- package/lib/esm/data-grid/datagrid-types.js.map +1 -1
- package/lib/esm/data-grid/helpers.js +1 -0
- package/lib/esm/data-grid/helpers.js.map +1 -1
- package/lib/esm/data-grid/index.js +2 -2
- package/lib/esm/data-grid/index.js.map +1 -1
- package/lib/esm/date-picker/DatePicker.js +5 -4
- package/lib/esm/date-picker/DatePicker.js.map +1 -1
- package/lib/esm/dialog/Dialog.js +1 -1
- package/lib/esm/dialog/Dialog.js.map +1 -1
- package/lib/esm/drawer/Drawer.js +7 -7
- package/lib/esm/drawer/Drawer.js.map +1 -1
- package/lib/esm/dropdown/Dropdown.js +7 -5
- package/lib/esm/dropdown/Dropdown.js.map +1 -1
- package/lib/esm/dropdown/Overrides.js +2 -1
- package/lib/esm/dropdown/Overrides.js.map +1 -1
- package/lib/esm/dropdown/types.js +1 -0
- package/lib/esm/dropdown/types.js.map +1 -1
- package/lib/esm/dropzone/Dropzone.js +4 -4
- package/lib/esm/dropzone/Dropzone.js.map +1 -1
- package/lib/esm/dropzone/icons/CSV-file.js.map +1 -1
- package/lib/esm/dropzone/icons/Cloud.js.map +1 -1
- package/lib/esm/dropzone/icons/File.js.map +1 -1
- package/lib/esm/dropzone/icons/InvalidFile.js.map +1 -1
- package/lib/esm/graph-label/GraphLabel.js +1 -1
- package/lib/esm/graph-label/GraphLabel.js.map +1 -1
- package/lib/esm/graph-label/color.js +1 -1
- package/lib/esm/graph-label/color.js.map +1 -1
- package/lib/esm/helpers/forwardRef.js.map +1 -1
- package/lib/esm/hooks/index.js +3 -1
- package/lib/esm/hooks/index.js.map +1 -1
- package/lib/esm/inline-edit/InlineEdit.js +5 -5
- package/lib/esm/inline-edit/InlineEdit.js.map +1 -1
- package/lib/esm/label/Label.js +1 -1
- package/lib/esm/label/Label.js.map +1 -1
- package/lib/esm/layout/Box.js +1 -1
- package/lib/esm/layout/Box.js.map +1 -1
- package/lib/esm/layout/Flex.js +2 -2
- package/lib/esm/layout/Flex.js.map +1 -1
- package/lib/esm/layout/types.js.map +1 -1
- package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -1
- package/lib/esm/logo/Logo.js +1 -1
- package/lib/esm/logo/Logo.js.map +1 -1
- package/lib/esm/modal/Modal.js +2 -2
- package/lib/esm/modal/Modal.js.map +1 -1
- package/lib/esm/popover/Popover.js +5 -4
- package/lib/esm/popover/Popover.js.map +1 -1
- package/lib/esm/portal/Portal.js.map +1 -1
- package/lib/esm/progress-bar/ProgressBar.js.map +1 -1
- package/lib/esm/radio/Radio.js.map +1 -1
- package/lib/esm/segmented-control/SegmentedControl.js +3 -1
- package/lib/esm/segmented-control/SegmentedControl.js.map +1 -1
- package/lib/esm/side-navigation/SideNavigation.js +6 -3
- package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
- package/lib/esm/slider/Slider.js +3 -3
- package/lib/esm/slider/Slider.js.map +1 -1
- package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
- package/lib/esm/switch/Switch.js.map +1 -1
- package/lib/esm/table/Components.js +7 -3
- package/lib/esm/table/Components.js.map +1 -1
- package/lib/esm/table/Table.js +15 -14
- package/lib/esm/table/Table.js.map +1 -1
- package/lib/esm/table/TableContext.js +3 -1
- package/lib/esm/table/TableContext.js.map +1 -1
- package/lib/esm/table/helpers.js +1 -0
- package/lib/esm/table/helpers.js.map +1 -1
- package/lib/esm/table/index.js +2 -2
- package/lib/esm/table/index.js.map +1 -1
- package/lib/esm/tabs/Tabs.js +1 -0
- package/lib/esm/tabs/Tabs.js.map +1 -1
- package/lib/esm/tag/Tag.js +4 -2
- package/lib/esm/tag/Tag.js.map +1 -1
- package/lib/esm/text-input/TextInput.js +5 -3
- package/lib/esm/text-input/TextInput.js.map +1 -1
- package/lib/esm/text-link/TextLink.js.map +1 -1
- package/lib/esm/textarea/Textarea.js +5 -3
- package/lib/esm/textarea/Textarea.js.map +1 -1
- package/lib/esm/theme/ThemeProvider.js.map +1 -1
- package/lib/esm/theme/agnostic.js +1 -0
- package/lib/esm/theme/agnostic.js.map +1 -1
- package/lib/esm/tip/Tip.js +8 -6
- package/lib/esm/tip/Tip.js.map +1 -1
- package/lib/esm/tip/Tooltip.js.map +1 -1
- package/lib/esm/typography/Typography.js.map +1 -1
- package/lib/esm/typography/types.js +3 -0
- package/lib/esm/typography/types.js.map +1 -1
- package/lib/esm/widget/Widget.js.map +1 -1
- package/lib/esm/wizard/Wizard.js.map +1 -1
- package/lib/types/_common/input/RadioAndCheckboxWrapper.d.ts +1 -0
- package/lib/types/_common/input/types.d.ts +1 -1
- package/lib/types/avatar/Avatar.d.ts +0 -1
- package/lib/types/breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/lib/types/button/Button.d.ts +1 -1
- package/lib/types/clipboard-copier/ClipboardButton.d.ts +1 -0
- package/lib/types/context-menu/SafeArea.d.ts +1 -0
- package/lib/types/cypher-code-block/CypherCodeBlock.d.ts +2 -1
- package/lib/types/data-grid/Components.d.ts +16 -3
- package/lib/types/data-grid/DataGrid.d.ts +7 -4
- package/lib/types/data-grid/DataGridContext.d.ts +3 -3
- package/lib/types/data-grid/datagrid-types.d.ts +8 -2
- package/lib/types/data-grid/helpers.d.ts +1 -1
- package/lib/types/data-grid/index.d.ts +2 -2
- package/lib/types/date-picker/DatePicker.d.ts +2 -1
- package/lib/types/drawer/Drawer.d.ts +2 -2
- package/lib/types/dropdown/Dropdown.d.ts +1 -1
- package/lib/types/dropdown/Overrides.d.ts +1 -1
- package/lib/types/dropdown/types.d.ts +2 -2
- package/lib/types/dropzone/Dropzone.d.ts +1 -0
- package/lib/types/graph-label/GraphLabel.d.ts +1 -0
- package/lib/types/graph-label/color.d.ts +1 -0
- package/lib/types/hooks/index.d.ts +1 -0
- package/lib/types/inline-edit/InlineEdit.d.ts +1 -0
- package/lib/types/layout/Box.d.ts +1 -1
- package/lib/types/layout/Flex.d.ts +2 -1
- package/lib/types/layout/types.d.ts +1 -1
- package/lib/types/portal/Portal.d.ts +1 -0
- package/lib/types/slider/Slider.d.ts +0 -1
- package/lib/types/table/Components.d.ts +3 -4
- package/lib/types/table/Table.d.ts +2 -2
- package/lib/types/table/TableContext.d.ts +2 -2
- package/lib/types/table/index.d.ts +2 -2
- package/lib/types/theme/agnostic.d.ts +1 -0
- package/lib/types/tip/Tip.d.ts +1 -1
- package/lib/types/typography/Typography.d.ts +1 -0
- package/lib/types/typography/types.d.ts +1 -1
- package/lib/types/wizard/Wizard.d.ts +1 -0
- package/package.json +4 -12
|
@@ -18,9 +18,10 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
import React from 'react';
|
|
22
|
-
import { type ElementBase } from '../helpers';
|
|
23
23
|
import { type IconButtonProps } from '../button';
|
|
24
|
+
import { type ElementBase } from '../helpers';
|
|
24
25
|
export interface CypherCodeBlockProps extends ElementBase<HTMLElement> {
|
|
25
26
|
maxHeight?: number;
|
|
26
27
|
code: string;
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
* You should have received a copy of the GNU General Public License
|
|
20
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
21
|
*/
|
|
22
|
-
import { type
|
|
23
|
-
import { type ElementBase } from '../helpers';
|
|
22
|
+
import { type Cell, type CellContext, type Header as HeaderType, type Row, type RowData, type SortDirection } from '@tanstack/react-table';
|
|
24
23
|
import { IconButton } from '../button';
|
|
25
24
|
import { Menu } from '../context-menu';
|
|
25
|
+
import { type ElementBase } from '../helpers';
|
|
26
26
|
import { type ColumnAction } from './datagrid-types';
|
|
27
27
|
type MenuItemProps = React.ComponentProps<typeof Menu.Item>;
|
|
28
28
|
export declare const DEFAULT_SORT_ACTIONS: (cell: HeaderType<any, unknown>) => {
|
|
@@ -97,4 +97,17 @@ declare const Pagination: ({ children, innerProps, }: CommonInnerProps<HTMLDivEl
|
|
|
97
97
|
declare const Navigation: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
98
98
|
declare const LoadingPlaceholder: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
99
99
|
declare const NoDataPlaceholder: ({ children, innerProps, }: CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
100
|
-
export
|
|
100
|
+
export interface InlineEditCellProps<T extends RowData> {
|
|
101
|
+
cell: CellContext<T, unknown>;
|
|
102
|
+
value: string;
|
|
103
|
+
}
|
|
104
|
+
declare const InlineEditCell: <T extends unknown>({ cell, value, }: InlineEditCellProps<T>) => import("react/jsx-runtime").JSX.Element | null;
|
|
105
|
+
export interface DropDownCellProps<T extends RowData> {
|
|
106
|
+
cell: CellContext<T, unknown>;
|
|
107
|
+
options: {
|
|
108
|
+
value: string;
|
|
109
|
+
label: string;
|
|
110
|
+
}[];
|
|
111
|
+
}
|
|
112
|
+
declare const DropDownCell: <T extends unknown>({ cell, options, }: DropDownCellProps<T>) => import("react/jsx-runtime").JSX.Element | null;
|
|
113
|
+
export { ResizingBar, Header, Body, BodyCell, BodyRow, InlineEditCell, DropDownCell, RowActionCell, HeaderCell, HeaderTitle, Navigation, TableResults, RowsPerPage, Pagination, PaginationNumericButtons, PaginationArrowButton, PaginationNumericButton, NoDataPlaceholder, LoadingPlaceholder, Scrollable, };
|
|
@@ -18,9 +18,10 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
/// <reference types="react" />
|
|
23
|
+
import type { Table as DataGridType, RowData } from '@tanstack/react-table';
|
|
22
24
|
import { type ElementBase } from '../helpers';
|
|
23
|
-
import type { RowData, Table as DataGridType } from '@tanstack/react-table';
|
|
24
25
|
import { type DataGridComponentsInterface } from './DataGridContext';
|
|
25
26
|
export declare const DataGridComponents: {
|
|
26
27
|
ResizingBar: <T extends unknown>({ header, children, innerProps, }: import("./Components").ResizingBarProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -29,10 +30,12 @@ export declare const DataGridComponents: {
|
|
|
29
30
|
BodyCell: <T_1 extends unknown>({ cell, children, innerProps, }: import("./Components").BodyCellProps<T_1>) => import("react/jsx-runtime").JSX.Element;
|
|
30
31
|
BodyRow: <T_2 extends unknown>({ row, children, innerProps, }: import("./Components").BodyRowProps<T_2>) => import("react/jsx-runtime").JSX.Element;
|
|
31
32
|
RowActionCell: <T_3 extends unknown>({ cell, innerIconButtonProps, innerMenuProps, }: import("./Components").RowActionCellProps<T_3>) => import("react/jsx-runtime").JSX.Element | null;
|
|
32
|
-
|
|
33
|
-
|
|
33
|
+
InlineEditCell: <T_4 extends unknown>({ cell, value, }: import("./Components").InlineEditCellProps<T_4>) => import("react/jsx-runtime").JSX.Element | null;
|
|
34
|
+
DropDownCell: <T_5 extends unknown>({ cell, options, }: import("./Components").DropDownCellProps<T_5>) => import("react/jsx-runtime").JSX.Element | null;
|
|
35
|
+
HeaderCell: <T_6 extends unknown>({ cell, children, innerProps, }: import("./Components").HeaderCellProps<T_6>) => import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
HeaderTitle: <T_7 extends unknown>({ cell, children, innerProps, }: import("./Components").HeaderTitleProps<T_7>) => import("react/jsx-runtime").JSX.Element;
|
|
34
37
|
ActionButton: ({ action, children, onClose, innerProps, }: import("./Components").ActionButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
35
|
-
ColumnControls: <
|
|
38
|
+
ColumnControls: <T_8 extends unknown>({ cell, children, innerProps, }: import("./Components").ColumnControlsProps<T_8>) => import("react/jsx-runtime").JSX.Element | null;
|
|
36
39
|
Navigation: ({ children, innerProps, }: import("./Components").CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
37
40
|
TableResults: ({ children, innerProps, manualPagination, }: import("./Components").TableResultProps) => import("react/jsx-runtime").JSX.Element;
|
|
38
41
|
RowsPerPage: ({ children, innerProps, }: import("./Components").CommonInnerProps<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
/**
|
|
2
3
|
*
|
|
3
4
|
* Copyright (c) "Neo4j"
|
|
@@ -18,9 +19,8 @@
|
|
|
18
19
|
* You should have received a copy of the GNU General Public License
|
|
19
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
import type
|
|
23
|
-
import { type Body, type BodyCell, type BodyRow, type RowActionCell, type TableResults, type ResizingBar, type Navigation, type Header, type Pagination, type NoDataPlaceholder, type LoadingPlaceholder, type PaginationNumericButtons, type PaginationNumericButton, type HeaderCell, type HeaderTitle, type PaginationArrowButton, type RowsPerPage, type ActionButton, type ColumnControls, type Scrollable } from './Components';
|
|
22
|
+
import type { Table as DataGridType, RowData } from '@tanstack/react-table';
|
|
23
|
+
import { type ActionButton, type Body, type BodyCell, type BodyRow, type ColumnControls, type Header, type HeaderCell, type HeaderTitle, type LoadingPlaceholder, type Navigation, type NoDataPlaceholder, type Pagination, type PaginationArrowButton, type PaginationNumericButton, type PaginationNumericButtons, type ResizingBar, type RowActionCell, type RowsPerPage, type Scrollable, type TableResults } from './Components';
|
|
24
24
|
type Nullable<T> = T | null;
|
|
25
25
|
export interface DataGridComponentsInterface<T extends RowData> {
|
|
26
26
|
ResizingBar?: Nullable<typeof ResizingBar<T>>;
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import {
|
|
22
|
-
import { type MenuItemProps } from '../context-menu';
|
|
21
|
+
import type { CellContext, RowData } from '@tanstack/react-table';
|
|
23
22
|
import '@tanstack/react-table';
|
|
23
|
+
import { type MenuItemProps } from '../context-menu';
|
|
24
24
|
export type ColumnAction = MenuItemProps;
|
|
25
25
|
export type RowAction = MenuItemProps;
|
|
26
26
|
declare module '@tanstack/table-core' {
|
|
@@ -43,5 +43,11 @@ declare module '@tanstack/table-core' {
|
|
|
43
43
|
/** Callback for consumer to delegate tasks like polling */
|
|
44
44
|
onOpenChange?: (isOpen: boolean) => void;
|
|
45
45
|
};
|
|
46
|
+
isInlineEditCell?: {
|
|
47
|
+
onEditChange: (newValue: string, cell: CellContext<TData, TValue>) => void;
|
|
48
|
+
};
|
|
49
|
+
isDropDownCell?: {
|
|
50
|
+
onChange: (newValue: string | undefined, cell: CellContext<TData, TValue>) => void;
|
|
51
|
+
};
|
|
46
52
|
}
|
|
47
53
|
}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import { type
|
|
21
|
+
import { type ColumnDef, type Table } from '@tanstack/react-table';
|
|
22
22
|
/**
|
|
23
23
|
* Modified from here: https://gist.github.com/kottenator/9d936eb3e4e3c3e02598
|
|
24
24
|
*
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { useDataGridContext } from './DataGridContext';
|
|
2
|
+
import * as dataGridUtils from './helpers';
|
|
1
3
|
/**
|
|
2
4
|
*
|
|
3
5
|
* Copyright (c) "Neo4j"
|
|
@@ -19,7 +21,5 @@
|
|
|
19
21
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
22
|
*/
|
|
21
23
|
export { default as DataGrid, DataGridComponents } from './DataGrid';
|
|
22
|
-
import * as dataGridUtils from './helpers';
|
|
23
|
-
import { useDataGridContext } from './DataGridContext';
|
|
24
24
|
export { dataGridUtils, useDataGridContext };
|
|
25
25
|
export type * from './datagrid-types';
|
|
@@ -18,10 +18,11 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
/// <reference types="react" />
|
|
22
23
|
import { type ReactDatePickerProps } from 'react-datepicker';
|
|
23
|
-
import { type TextInputProperties } from '../text-input/TextInput';
|
|
24
24
|
import { type ElementBase } from '../helpers';
|
|
25
|
+
import { type TextInputProperties } from '../text-input/TextInput';
|
|
25
26
|
export interface DatePickerProps<WithRange extends boolean = false> extends ElementBase<'div'> {
|
|
26
27
|
/** Add Component type here */
|
|
27
28
|
textInputProps?: TextInputProperties;
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
import {
|
|
21
|
+
import { FloatingPortal } from '@floating-ui/react';
|
|
22
22
|
import { Resizable, type ResizableProps } from 're-resizable';
|
|
23
|
+
import { type ComponentProps, type ComponentPropsWithoutRef } from 'react';
|
|
23
24
|
import { type ElementBase } from '../helpers';
|
|
24
|
-
import { FloatingPortal } from '@floating-ui/react';
|
|
25
25
|
export type DrawerPosition = 'left' | 'right';
|
|
26
26
|
export type DrawerType = 'overlay' | 'push';
|
|
27
27
|
export interface DrawerProps extends ElementBase<HTMLDivElement> {
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React from 'react';
|
|
22
|
-
import { type DropdownProps } from './types';
|
|
23
22
|
import { type GroupBase } from 'react-select';
|
|
23
|
+
import { type DropdownProps } from './types';
|
|
24
24
|
export declare const Dropdown: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>(props: DropdownProps<OptionType, IsMulti, GroupType> & React.RefAttributes<unknown>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import { type ClearIndicatorProps, type DropdownIndicatorProps, type GroupBase, type MultiValueRemoveProps, type
|
|
22
|
+
import { type ClearIndicatorProps, type DropdownIndicatorProps, type GroupBase, type MultiValueRemoveProps, type OptionProps, type PlaceholderProps } from 'react-select';
|
|
23
23
|
import { type DropdownOverrideCustomProps } from './types';
|
|
24
24
|
export declare const DropdownIndicatorCurrying: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: DropdownIndicatorProps<OptionType, IsMulti, GroupType>) => import("react/jsx-runtime").JSX.Element;
|
|
25
25
|
export declare const CustomClearIndication: <OptionType, IsMulti extends boolean = false, GroupType extends GroupBase<OptionType> = GroupBase<OptionType>>({ errorText, size, }: DropdownOverrideCustomProps<OptionType, IsMulti, GroupType>) => (props: ClearIndicatorProps<OptionType, IsMulti, GroupType>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
import { type ReactNode } from 'react';
|
|
21
22
|
import { type GroupBase, type Props } from 'react-select';
|
|
22
|
-
import { type CreatableProps } from 'react-select/creatable';
|
|
23
23
|
import { type AsyncProps } from 'react-select/async';
|
|
24
|
+
import { type CreatableProps } from 'react-select/creatable';
|
|
24
25
|
import { type ElementBase } from '../helpers';
|
|
25
|
-
import { type ReactNode } from 'react';
|
|
26
26
|
export interface DropdownCommonProps extends Omit<ElementBase<HTMLDivElement>, 'label' | 'value' | 'type'> {
|
|
27
27
|
/**
|
|
28
28
|
* Error message
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
/// <reference types="react" />
|
|
22
23
|
import { type DropzoneOptions } from 'react-dropzone';
|
|
23
24
|
import { type ElementBase } from '../helpers';
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
import React from 'react';
|
|
22
23
|
declare const GraphLabel: React.ForwardRefExoticComponent<{
|
|
23
24
|
type: 'node' | 'relationship' | 'propertyKey';
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
/**
|
|
22
23
|
* Takes a color string and returns color string
|
|
23
24
|
* that is readable on top of that background. Prioritizes pallete
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
export { useDebounce, useWindowSize, useOnClickOutside, useInterval, useMediaQuery, useCopyToClipboard, useLockedBody, useEventListener, } from 'usehooks-ts';
|
|
22
23
|
/**
|
|
23
24
|
* Below are hooks that cannot be found in `usehooks-ts`
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
import { type ComponentPropsWithoutRef, type InputHTMLAttributes, type ReactNode } from 'react';
|
|
22
23
|
import { type TooltipObjectProps } from '../_common/input/types';
|
|
23
24
|
import { Typography } from '../typography';
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import React, { type ComponentPropsWithoutRef } from 'react';
|
|
22
|
-
import { type CustomElementType, type
|
|
22
|
+
import { type CustomElementType, type Radius, type Spacing } from './types';
|
|
23
23
|
type BaseBoxProps<T extends CustomElementType> = {
|
|
24
24
|
/**
|
|
25
25
|
* The DOM element to render as the Box.
|
|
@@ -18,8 +18,9 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
import React, { type ComponentPropsWithoutRef } from 'react';
|
|
22
|
-
import { type CustomElementType, type
|
|
23
|
+
import { type CustomElementType, type Radius, type Spacing } from './types';
|
|
23
24
|
type AllowedFlexElements = 'div' | 'span' | 'ul' | 'ol' | 'li';
|
|
24
25
|
type BaseFlexProps<T extends CustomElementType> = {
|
|
25
26
|
/**
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
/**
|
|
2
3
|
*
|
|
3
4
|
* Copyright (c) "Neo4j"
|
|
@@ -18,7 +19,6 @@
|
|
|
18
19
|
* You should have received a copy of the GNU General Public License
|
|
19
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
21
|
*/
|
|
21
|
-
/// <reference types="react" />
|
|
22
22
|
import { tokens } from '@neo4j-ndl/base';
|
|
23
23
|
/**
|
|
24
24
|
* Currently supporting only native HTML elements.
|
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
-
|
|
22
21
|
import React from 'react';
|
|
23
22
|
import { type ComponentPropsWithoutRefAsObj } from '../helpers';
|
|
24
23
|
export interface SliderPropsBase {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
/**
|
|
2
3
|
*
|
|
3
4
|
* Copyright (c) "Neo4j"
|
|
@@ -18,11 +19,9 @@
|
|
|
18
19
|
* You should have received a copy of the GNU General Public License
|
|
19
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
21
|
*/
|
|
21
|
-
|
|
22
|
-
/// <reference types="react" />
|
|
23
|
-
import { type RowData, type Row, type Cell, type Header as HeaderType } from '@tanstack/react-table';
|
|
24
|
-
import { type ElementBase } from '../helpers';
|
|
22
|
+
import { type Cell, type Header as HeaderType, type Row, type RowData } from '@tanstack/react-table';
|
|
25
23
|
import { type SortingColumn } from '@tanstack/table-core';
|
|
24
|
+
import { type ElementBase } from '../helpers';
|
|
26
25
|
export interface CommonInnerProps<T = HTMLDivElement> {
|
|
27
26
|
/** Children are surfaced to allow easy overriding */
|
|
28
27
|
children?: React.ReactNode;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
/**
|
|
2
3
|
*
|
|
3
4
|
* Copyright (c) "Neo4j"
|
|
@@ -18,9 +19,8 @@
|
|
|
18
19
|
* You should have received a copy of the GNU General Public License
|
|
19
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
21
|
*/
|
|
21
|
-
/// <reference types="react" />
|
|
22
|
-
import { type ElementBase } from '../helpers';
|
|
23
22
|
import { type Table as TableType } from '@tanstack/react-table';
|
|
23
|
+
import { type ElementBase } from '../helpers';
|
|
24
24
|
import { type TableComponentsInterface } from './TableContext';
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
/**
|
|
2
3
|
*
|
|
3
4
|
* Copyright (c) "Neo4j"
|
|
@@ -18,9 +19,8 @@
|
|
|
18
19
|
* You should have received a copy of the GNU General Public License
|
|
19
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
21
|
*/
|
|
21
|
-
/// <reference types="react" />
|
|
22
22
|
import { type RowData, type Table as TableType } from '@tanstack/react-table';
|
|
23
|
-
import { type Body, type BodyCell, type BodyRow, type
|
|
23
|
+
import { type Body, type BodyCell, type BodyRow, type ColumnControls, type Header, type HeaderCell, type LoadingPlaceholder, type Navigation, type NoDataPlaceholder, type Pagination, type PaginationArrowButton, type PaginationNumericButton, type PaginationNumericButtons, type ResizingBar, type RowsPerPage, type Scrollable, type SortingButton, type TableResults } from './Components';
|
|
24
24
|
type Nullable<T> = T | null;
|
|
25
25
|
export interface TableComponentsInterface<T extends RowData> {
|
|
26
26
|
ResizingBar?: Nullable<typeof ResizingBar<T>>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { useTableContext } from './TableContext';
|
|
2
|
+
import * as tableUtils from './helpers';
|
|
1
3
|
/**
|
|
2
4
|
*
|
|
3
5
|
* Copyright (c) "Neo4j"
|
|
@@ -19,6 +21,4 @@
|
|
|
19
21
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
22
|
*/
|
|
21
23
|
export { default as Table, TableComponents } from './Table';
|
|
22
|
-
import * as tableUtils from './helpers';
|
|
23
|
-
import { useTableContext } from './TableContext';
|
|
24
24
|
export { tableUtils, useTableContext };
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
declare function defaultStringToJson(path: string, json: any, theme: string): any;
|
|
22
23
|
export declare const n: (path: string, stringToJson?: typeof defaultStringToJson) => string | void;
|
|
23
24
|
export {};
|
package/lib/types/tip/Tip.d.ts
CHANGED
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
21
|
import { FloatingPortal, type Side } from '@floating-ui/react';
|
|
22
|
+
import React, { type ComponentProps } from 'react';
|
|
22
23
|
import { type ElementBase } from '../helpers';
|
|
23
24
|
import { Typography } from '../typography';
|
|
24
|
-
import React, { type ComponentProps } from 'react';
|
|
25
25
|
export interface TipProps {
|
|
26
26
|
/** Type of the tip */
|
|
27
27
|
type?: 'tooltip' | 'toggletip';
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
import { type AsType, type ConditionalTypography } from './types';
|
|
22
23
|
export declare const Typography: <TVar extends "label" | "code" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subheading-large" | "subheading-medium" | "subheading-small" | "body-large" | "body-medium" | "body-small", TAs extends AsType = undefined>(props: {
|
|
23
24
|
as?: TAs | undefined;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
/**
|
|
2
3
|
*
|
|
3
4
|
* Copyright (c) "Neo4j"
|
|
@@ -18,7 +19,6 @@
|
|
|
18
19
|
* You should have received a copy of the GNU General Public License
|
|
19
20
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
21
|
*/
|
|
21
|
-
/// <reference types="react" />
|
|
22
22
|
import { type tokens } from '@neo4j-ndl/base';
|
|
23
23
|
export type TypographyVariants = keyof typeof tokens.font.size;
|
|
24
24
|
export declare const TypographyDefaultMapping: {
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
* You should have received a copy of the GNU General Public License
|
|
19
19
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
20
|
*/
|
|
21
|
+
|
|
21
22
|
/// <reference types="react" />
|
|
22
23
|
import { type ElementBase } from '../helpers';
|
|
23
24
|
export declare const Horizontal: ({ activeStep, steps, className, ...restProps }: Omit<WizardProps, 'type'>) => import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.2",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "React implementation of Neo4j Design System",
|
|
6
6
|
"keywords": [
|
|
@@ -69,16 +69,7 @@
|
|
|
69
69
|
"@types/react-table": "^7.7.10",
|
|
70
70
|
"@types/sinon": "17",
|
|
71
71
|
"@types/tinycolor2": "^1.4.3",
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
|
73
|
-
"@typescript-eslint/parser": "6.15.0",
|
|
74
72
|
"@vitejs/plugin-react": "4.2.1",
|
|
75
|
-
"eslint": "^8.3.0",
|
|
76
|
-
"eslint-config-prettier": "^8.3.0",
|
|
77
|
-
"eslint-plugin-import": "2.28.1",
|
|
78
|
-
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
79
|
-
"eslint-plugin-prettier": "5.1.3",
|
|
80
|
-
"eslint-plugin-react": "^7.27.1",
|
|
81
|
-
"eslint-plugin-react-hooks": "^4.3.0",
|
|
82
73
|
"jsdom": "22.1.0",
|
|
83
74
|
"react": "18.2.0",
|
|
84
75
|
"react-select-event": "^5.5.0",
|
|
@@ -90,13 +81,14 @@
|
|
|
90
81
|
},
|
|
91
82
|
"peerDependencies": {
|
|
92
83
|
"@heroicons/react": "2.0.13",
|
|
93
|
-
"react": ">=16.8.0"
|
|
84
|
+
"react": ">=16.8.0",
|
|
85
|
+
"react-dom": ">=16.8.0"
|
|
94
86
|
},
|
|
95
87
|
"dependencies": {
|
|
96
88
|
"@floating-ui/react": "0.25.1",
|
|
97
89
|
"@heroicons/react": "2.0.13",
|
|
98
90
|
"@neo4j-cypher/react-codemirror": "^1.0.1",
|
|
99
|
-
"@neo4j-ndl/base": "^2.7.
|
|
91
|
+
"@neo4j-ndl/base": "^2.7.11",
|
|
100
92
|
"@table-nav/core": "0.0.7",
|
|
101
93
|
"@table-nav/react": "0.0.7",
|
|
102
94
|
"@tanstack/react-table": "^8.9.3",
|