@elliemae/ds-data-table 3.17.0-next.6 → 3.17.0-next.7

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.
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const DateEditableCell: (props: any) => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const Headers: (props: any) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const Row: (props: any) => JSX.Element;
2
3
  declare const RowWithContext: (props: any) => JSX.Element;
3
4
  export { RowWithContext };
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const RowsWithContext: (props: any) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { TypescriptColumn } from '../types/props.js';
2
3
  export declare const SortableHeaderCell: ({ items, isDragOverlay, isGroup, ...rest }: {
3
4
  items: TypescriptColumn[];
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const TableContent: () => JSX.Element;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const VirtualRowsList: () => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table",
3
- "version": "3.17.0-next.6",
3
+ "version": "3.17.0-next.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table",
6
6
  "files": [
@@ -573,24 +573,24 @@
573
573
  "dependencies": {
574
574
  "react-virtual": "~2.10.4",
575
575
  "uid": "~2.0.1",
576
- "@elliemae/ds-button": "3.17.0-next.6",
577
- "@elliemae/ds-circular-progress-indicator": "3.17.0-next.6",
578
- "@elliemae/ds-dropdownmenu": "3.17.0-next.6",
579
- "@elliemae/ds-controlled-form": "3.17.0-next.6",
580
- "@elliemae/ds-form": "3.17.0-next.6",
581
- "@elliemae/ds-icons": "3.17.0-next.6",
582
- "@elliemae/ds-grid": "3.17.0-next.6",
583
- "@elliemae/ds-pagination": "3.17.0-next.6",
584
- "@elliemae/ds-popperjs": "3.17.0-next.6",
585
- "@elliemae/ds-pills": "3.17.0-next.6",
586
- "@elliemae/ds-props-helpers": "3.17.0-next.6",
587
- "@elliemae/ds-system": "3.17.0-next.6",
588
- "@elliemae/ds-drag-and-drop": "3.17.0-next.6",
589
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.6",
590
- "@elliemae/ds-utilities": "3.17.0-next.6",
591
- "@elliemae/ds-skeleton": "3.17.0-next.6",
592
- "@elliemae/ds-form-layout-blocks": "3.17.0-next.6",
593
- "@elliemae/ds-toolbar": "3.17.0-next.6"
576
+ "@elliemae/ds-button": "3.17.0-next.7",
577
+ "@elliemae/ds-circular-progress-indicator": "3.17.0-next.7",
578
+ "@elliemae/ds-controlled-form": "3.17.0-next.7",
579
+ "@elliemae/ds-drag-and-drop": "3.17.0-next.7",
580
+ "@elliemae/ds-dropdownmenu": "3.17.0-next.7",
581
+ "@elliemae/ds-form": "3.17.0-next.7",
582
+ "@elliemae/ds-form-layout-blocks": "3.17.0-next.7",
583
+ "@elliemae/ds-grid": "3.17.0-next.7",
584
+ "@elliemae/ds-pagination": "3.17.0-next.7",
585
+ "@elliemae/ds-icons": "3.17.0-next.7",
586
+ "@elliemae/ds-pills": "3.17.0-next.7",
587
+ "@elliemae/ds-popperjs": "3.17.0-next.7",
588
+ "@elliemae/ds-props-helpers": "3.17.0-next.7",
589
+ "@elliemae/ds-system": "3.17.0-next.7",
590
+ "@elliemae/ds-skeleton": "3.17.0-next.7",
591
+ "@elliemae/ds-toolbar": "3.17.0-next.7",
592
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.7",
593
+ "@elliemae/ds-utilities": "3.17.0-next.7"
594
594
  },
595
595
  "devDependencies": {
596
596
  "@testing-library/react": "~12.1.3",