@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.
- package/dist/types/addons/Editables/DateEditableCell/DateEditableCell.d.ts +1 -2
- package/dist/types/parts/Loader.d.ts +1 -1
- package/dist/types/parts/Row.d.ts +1 -1
- package/dist/types/parts/TableContent.d.ts +1 -2
- package/dist/types/parts/VirtualRowsList.d.ts +1 -2
- package/dist/types/styled.d.ts +1 -1
- package/package.json +22 -22
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
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,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TableContent: () => JSX.Element;
|
|
1
|
+
export declare const TableContent: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const VirtualRowsList: () => JSX.Element;
|
|
1
|
+
export declare const VirtualRowsList: () => import("react/jsx-runtime.js").JSX.Element;
|
package/dist/types/styled.d.ts
CHANGED
|
@@ -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:
|
|
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.
|
|
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.
|
|
577
|
-
"@elliemae/ds-controlled-form": "3.17.0-next.
|
|
578
|
-
"@elliemae/ds-
|
|
579
|
-
"@elliemae/ds-
|
|
580
|
-
"@elliemae/ds-
|
|
581
|
-
"@elliemae/ds-form-
|
|
582
|
-
"@elliemae/ds-form-
|
|
583
|
-
"@elliemae/ds-form-date-range-picker": "3.17.0-next.
|
|
584
|
-
"@elliemae/ds-form-
|
|
585
|
-
"@elliemae/ds-form-
|
|
586
|
-
"@elliemae/ds-
|
|
587
|
-
"@elliemae/ds-
|
|
588
|
-
"@elliemae/ds-
|
|
589
|
-
"@elliemae/ds-
|
|
590
|
-
"@elliemae/ds-
|
|
591
|
-
"@elliemae/ds-skeleton": "3.17.0-next.
|
|
592
|
-
"@elliemae/ds-
|
|
593
|
-
"@elliemae/ds-system": "3.17.0-next.
|
|
594
|
-
"@elliemae/ds-toolbar": "3.17.0-next.
|
|
595
|
-
"@elliemae/ds-truncated-tooltip-text": "3.17.0-next.
|
|
596
|
-
"@elliemae/ds-utilities": "3.17.0-next.
|
|
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",
|