@elliemae/ds-data-table 3.17.0-next.12 → 3.17.0-next.14

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,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const DateEditableCell: (props: any) => JSX.Element;
1
+ export declare const DateEditableCell: (props: any) => import("react/jsx-runtime.js").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  import React from 'react';
2
- export declare const MemoizedLoader: React.MemoExoticComponent<() => JSX.Element>;
2
+ export declare const MemoizedLoader: React.MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
- export declare const Row: (props: any) => JSX.Element;
2
+ export declare const Row: (props: any) => import("react/jsx-runtime.js").JSX.Element;
3
3
  declare const RowWithContext: (props: any) => JSX.Element;
4
4
  export { RowWithContext };
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const TableContent: () => JSX.Element;
1
+ export declare const TableContent: () => import("react/jsx-runtime.js").JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const VirtualRowsList: () => JSX.Element;
1
+ export declare const VirtualRowsList: () => import("react/jsx-runtime.js").JSX.Element;
@@ -39,7 +39,7 @@ export declare const StyledCell: import("styled-components").StyledComponent<key
39
39
  column: InternalTypescriptColumn<HTMLElement>;
40
40
  }, never>;
41
41
  export declare const StyledCellContent: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, Theme, Record<string, unknown> & object, never>;
42
- export declare const StyledPencilIcon: import("styled-components").StyledComponent<(rest: any) => JSX.Element, Theme, object, never>;
42
+ export declare const StyledPencilIcon: import("styled-components").StyledComponent<(rest: import("@elliemae/ds-icons").SvgIconT.Props) => import("react/jsx-runtime.js").JSX.Element, Theme, object, never>;
43
43
  export declare const StyledEditableContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/dist/types/react-desc-prop-types.js").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, Theme, {
44
44
  shouldDisplayEditIcon: string;
45
45
  }, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-data-table",
3
- "version": "3.17.0-next.12",
3
+ "version": "3.17.0-next.14",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Table",
6
6
  "files": [
@@ -573,27 +573,27 @@
573
573
  "dependencies": {
574
574
  "react-virtual": "~2.10.4",
575
575
  "uid": "~2.0.1",
576
- "@elliemae/ds-button": "3.17.0-next.12",
577
- "@elliemae/ds-controlled-form": "3.17.0-next.12",
578
- "@elliemae/ds-dropdownmenu": "3.17.0-next.12",
579
- "@elliemae/ds-circular-progress-indicator": "3.17.0-next.12",
580
- "@elliemae/ds-drag-and-drop": "3.17.0-next.12",
581
- "@elliemae/ds-form-combobox": "3.17.0-next.12",
582
- "@elliemae/ds-form-checkbox": "3.17.0-next.12",
583
- "@elliemae/ds-form-date-range-picker": "3.17.0-next.12",
584
- "@elliemae/ds-form-date-time-picker": "3.17.0-next.12",
585
- "@elliemae/ds-form-layout-blocks": "3.17.0-next.12",
586
- "@elliemae/ds-pagination": "3.17.0-next.12",
587
- "@elliemae/ds-grid": "3.17.0-next.12",
588
- "@elliemae/ds-popperjs": "3.17.0-next.12",
589
- "@elliemae/ds-icons": "3.17.0-next.12",
590
- "@elliemae/ds-pills": "3.17.0-next.12",
591
- "@elliemae/ds-skeleton": "3.17.0-next.12",
592
- "@elliemae/ds-props-helpers": "3.17.0-next.12",
593
- "@elliemae/ds-system": "3.17.0-next.12",
594
- "@elliemae/ds-toolbar": "3.17.0-next.12",
595
- "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.12",
596
- "@elliemae/ds-utilities": "3.17.0-next.12"
576
+ "@elliemae/ds-button": "3.17.0-next.14",
577
+ "@elliemae/ds-controlled-form": "3.17.0-next.14",
578
+ "@elliemae/ds-circular-progress-indicator": "3.17.0-next.14",
579
+ "@elliemae/ds-drag-and-drop": "3.17.0-next.14",
580
+ "@elliemae/ds-dropdownmenu": "3.17.0-next.14",
581
+ "@elliemae/ds-form-checkbox": "3.17.0-next.14",
582
+ "@elliemae/ds-form-combobox": "3.17.0-next.14",
583
+ "@elliemae/ds-form-date-range-picker": "3.17.0-next.14",
584
+ "@elliemae/ds-form-layout-blocks": "3.17.0-next.14",
585
+ "@elliemae/ds-form-date-time-picker": "3.17.0-next.14",
586
+ "@elliemae/ds-grid": "3.17.0-next.14",
587
+ "@elliemae/ds-icons": "3.17.0-next.14",
588
+ "@elliemae/ds-pills": "3.17.0-next.14",
589
+ "@elliemae/ds-props-helpers": "3.17.0-next.14",
590
+ "@elliemae/ds-popperjs": "3.17.0-next.14",
591
+ "@elliemae/ds-skeleton": "3.17.0-next.14",
592
+ "@elliemae/ds-pagination": "3.17.0-next.14",
593
+ "@elliemae/ds-system": "3.17.0-next.14",
594
+ "@elliemae/ds-toolbar": "3.17.0-next.14",
595
+ "@elliemae/ds-truncated-tooltip-text": "3.17.0-next.14",
596
+ "@elliemae/ds-utilities": "3.17.0-next.14"
597
597
  },
598
598
  "devDependencies": {
599
599
  "@testing-library/react": "~12.1.3",