@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.
Files changed (24) hide show
  1. package/lib/cjs/color-picker/ColorPicker.js +4 -4
  2. package/lib/cjs/color-picker/ColorPicker.js.map +1 -1
  3. package/lib/cjs/data-grid/Components.js +2 -2
  4. package/lib/cjs/data-grid/Components.js.map +1 -1
  5. package/lib/cjs/date-picker/stories/date-picker-with-timezone-both-mode.story.js +3 -1
  6. package/lib/cjs/date-picker/stories/date-picker-with-timezone-both-mode.story.js.map +1 -1
  7. package/lib/esm/color-picker/ColorPicker.js +4 -4
  8. package/lib/esm/color-picker/ColorPicker.js.map +1 -1
  9. package/lib/esm/data-grid/Components.js +2 -2
  10. package/lib/esm/data-grid/Components.js.map +1 -1
  11. package/lib/esm/date-picker/stories/date-picker-with-timezone-both-mode.story.js +3 -1
  12. package/lib/esm/date-picker/stories/date-picker-with-timezone-both-mode.story.js.map +1 -1
  13. package/lib/types/data-grid/Components.d.ts +4 -1
  14. package/lib/types/data-grid/Components.d.ts.map +1 -1
  15. package/lib/types/data-grid/DataGrid.d.ts +2 -1
  16. package/lib/types/data-grid/DataGrid.d.ts.map +1 -1
  17. package/lib/types/data-grid/stories/datagrid-pinned-columns.stories.d.ts +2 -1
  18. package/lib/types/data-grid/stories/datagrid-pinned-columns.stories.d.ts.map +1 -1
  19. package/lib/types/data-grid/stories/datagrid-placeholder-states.stories.d.ts +2 -1
  20. package/lib/types/data-grid/stories/datagrid-placeholder-states.stories.d.ts.map +1 -1
  21. package/lib/types/data-grid/stories/datagrid-search-and-filters.stories.d.ts +2 -1
  22. package/lib/types/data-grid/stories/datagrid-search-and-filters.stories.d.ts.map +1 -1
  23. package/lib/types/date-picker/stories/date-picker-with-timezone-both-mode.story.d.ts.map +1 -1
  24. 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBjD,wBAQE;AAEF,eAAO,MAAM,UAAU,+CAiDtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,+CAgE5B,CAAC;AAEF,eAAO,MAAM,YAAY,+CAiDxB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCjD,wBAQE;AA+CF,eAAO,MAAM,UAAU,+CAmNtB,CAAC;AAEF,eAAO,MAAM,eAAe,+CAkF3B,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,+CAgE1C,CAAC;AAEF,eAAe,8BAA8B,CAAC"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "4.2.7",
3
+ "version": "4.2.9",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [