@neo4j-ndl/react 4.2.7 → 4.2.9
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/lib/cjs/color-picker/ColorPicker.js +4 -4
- package/lib/cjs/color-picker/ColorPicker.js.map +1 -1
- package/lib/cjs/data-grid/Components.js +2 -2
- package/lib/cjs/data-grid/Components.js.map +1 -1
- package/lib/cjs/date-picker/stories/date-picker-with-timezone-both-mode.story.js +3 -1
- package/lib/cjs/date-picker/stories/date-picker-with-timezone-both-mode.story.js.map +1 -1
- package/lib/esm/color-picker/ColorPicker.js +4 -4
- package/lib/esm/color-picker/ColorPicker.js.map +1 -1
- package/lib/esm/data-grid/Components.js +2 -2
- package/lib/esm/data-grid/Components.js.map +1 -1
- package/lib/esm/date-picker/stories/date-picker-with-timezone-both-mode.story.js +3 -1
- package/lib/esm/date-picker/stories/date-picker-with-timezone-both-mode.story.js.map +1 -1
- package/lib/types/data-grid/Components.d.ts +4 -1
- package/lib/types/data-grid/Components.d.ts.map +1 -1
- package/lib/types/data-grid/DataGrid.d.ts +2 -1
- package/lib/types/data-grid/DataGrid.d.ts.map +1 -1
- package/lib/types/data-grid/stories/datagrid-pinned-columns.stories.d.ts +2 -1
- package/lib/types/data-grid/stories/datagrid-pinned-columns.stories.d.ts.map +1 -1
- package/lib/types/data-grid/stories/datagrid-placeholder-states.stories.d.ts +2 -1
- package/lib/types/data-grid/stories/datagrid-placeholder-states.stories.d.ts.map +1 -1
- package/lib/types/data-grid/stories/datagrid-search-and-filters.stories.d.ts +2 -1
- package/lib/types/data-grid/stories/datagrid-search-and-filters.stories.d.ts.map +1 -1
- package/lib/types/date-picker/stories/date-picker-with-timezone-both-mode.story.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -41,7 +41,7 @@ declare const _default: {
|
|
|
41
41
|
cell: import("@tanstack/react-table").Header<T, unknown>;
|
|
42
42
|
children?: React.ReactNode;
|
|
43
43
|
}>) => import("react/jsx-runtime").JSX.Element | null;
|
|
44
|
-
DropDownCell: <T extends import("@tanstack/react-table").RowData>({ cell, options, portalTarget: portalTargetProp, ariaLabel, className, style, htmlAttributes, ref: forwardRef, ...restProps }: import("../../_common/types").CommonProps<"div", {
|
|
44
|
+
DropDownCell: <T extends import("@tanstack/react-table").RowData>({ cell, options, portalTarget: portalTargetProp, ariaLabel, className, style, htmlAttributes, ref: forwardRef, isDisabled, ...restProps }: import("../../_common/types").CommonProps<"div", {
|
|
45
45
|
cell: import("@tanstack/react-table").CellContext<T, unknown>;
|
|
46
46
|
options: {
|
|
47
47
|
value: string;
|
|
@@ -49,6 +49,7 @@ declare const _default: {
|
|
|
49
49
|
}[];
|
|
50
50
|
portalTarget?: HTMLElement | null;
|
|
51
51
|
ariaLabel: string;
|
|
52
|
+
isDisabled?: boolean;
|
|
52
53
|
}>) => import("react/jsx-runtime").JSX.Element | null;
|
|
53
54
|
Header: ({ children, className, style, htmlAttributes, ref, ...restProps }: import("../../_common/types").CommonProps<"div", {
|
|
54
55
|
children?: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datagrid-placeholder-states.stories.d.ts","sourceRoot":"","sources":["../../../../src/data-grid/stories/datagrid-placeholder-states.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC
|
|
1
|
+
{"version":3,"file":"datagrid-placeholder-states.stories.d.ts","sourceRoot":"","sources":["../../../../src/data-grid/stories/datagrid-placeholder-states.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBjD,wBAQE;AAEF,eAAO,MAAM,UAAU,+CAiDtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,+CAgE5B,CAAC;AAEF,eAAO,MAAM,YAAY,+CAiDxB,CAAC"}
|
|
@@ -41,7 +41,7 @@ declare const _default: {
|
|
|
41
41
|
cell: import("@tanstack/react-table").Header<T, unknown>;
|
|
42
42
|
children?: React.ReactNode;
|
|
43
43
|
}>) => import("react/jsx-runtime").JSX.Element | null;
|
|
44
|
-
DropDownCell: <T extends import("@tanstack/react-table").RowData>({ cell, options, portalTarget: portalTargetProp, ariaLabel, className, style, htmlAttributes, ref: forwardRef, ...restProps }: import("../../_common/types").CommonProps<"div", {
|
|
44
|
+
DropDownCell: <T extends import("@tanstack/react-table").RowData>({ cell, options, portalTarget: portalTargetProp, ariaLabel, className, style, htmlAttributes, ref: forwardRef, isDisabled, ...restProps }: import("../../_common/types").CommonProps<"div", {
|
|
45
45
|
cell: import("@tanstack/react-table").CellContext<T, unknown>;
|
|
46
46
|
options: {
|
|
47
47
|
value: string;
|
|
@@ -49,6 +49,7 @@ declare const _default: {
|
|
|
49
49
|
}[];
|
|
50
50
|
portalTarget?: HTMLElement | null;
|
|
51
51
|
ariaLabel: string;
|
|
52
|
+
isDisabled?: boolean;
|
|
52
53
|
}>) => import("react/jsx-runtime").JSX.Element | null;
|
|
53
54
|
Header: ({ children, className, style, htmlAttributes, ref, ...restProps }: import("../../_common/types").CommonProps<"div", {
|
|
54
55
|
children?: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datagrid-search-and-filters.stories.d.ts","sourceRoot":"","sources":["../../../../src/data-grid/stories/datagrid-search-and-filters.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC
|
|
1
|
+
{"version":3,"file":"datagrid-search-and-filters.stories.d.ts","sourceRoot":"","sources":["../../../../src/data-grid/stories/datagrid-search-and-filters.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCjD,wBAQE;AA+CF,eAAO,MAAM,UAAU,+CAmNtB,CAAC;AAEF,eAAO,MAAM,eAAe,+CAkF3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-picker-with-timezone-both-mode.story.d.ts","sourceRoot":"","sources":["../../../../src/date-picker/stories/date-picker-with-timezone-both-mode.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAOH,eAAO,MAAM,8BAA8B,+
|
|
1
|
+
{"version":3,"file":"date-picker-with-timezone-both-mode.story.d.ts","sourceRoot":"","sources":["../../../../src/date-picker/stories/date-picker-with-timezone-both-mode.story.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAOH,eAAO,MAAM,8BAA8B,+CAmE1C,CAAC;AAEF,eAAe,8BAA8B,CAAC"}
|