@elliemae/ds-data-table-expand-cell 3.46.5 → 3.46.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,9 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type DSDataTableExpandCellT } from './react-desc-prop-types.js';
|
|
3
3
|
export declare const disabledCss: import("styled-components").FlattenSimpleInterpolation;
|
|
4
|
-
export declare const StyledCaretContainer:
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>;
|
|
4
|
+
export declare const StyledCaretContainer: any;
|
|
7
5
|
declare const DSDataTableExpandCell: React.ComponentType<DSDataTableExpandCellT.Props>;
|
|
8
6
|
declare const DSDataTableExpandCellWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSDataTableExpandCellT.Props>;
|
|
9
7
|
export { DSDataTableExpandCell, DSDataTableExpandCellWithSchema };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import type { XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
|
|
2
3
|
import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
|
3
4
|
import { DSDataTableExpandCellName, DATA_TABLE_EXPAND_CELL_SLOTS } from './constants/index.js';
|
|
4
|
-
import type { WeakValidationMap } from 'react';
|
|
5
5
|
export declare namespace DSDataTableExpandCellT {
|
|
6
6
|
interface RequiredProps {
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table-expand-cell",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table Expand Cell",
|
|
6
6
|
"files": [
|
|
@@ -37,16 +37,16 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@xstyled/styled-components": "~3.6.0",
|
|
40
|
-
"@elliemae/ds-data-table-cell": "3.46.
|
|
41
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-typescript-helpers": "3.46.
|
|
40
|
+
"@elliemae/ds-data-table-cell": "3.46.7",
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
|
42
|
+
"@elliemae/ds-icons": "3.46.7",
|
|
43
|
+
"@elliemae/ds-system": "3.46.7",
|
|
44
|
+
"@elliemae/ds-typescript-helpers": "3.46.7"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
48
48
|
"styled-components": "~5.3.9",
|
|
49
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
49
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@testing-library/jest-dom": "~5.16.4",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public",
|
|
61
|
-
"typeSafety":
|
|
61
|
+
"typeSafety": false
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|