streaksheet
Advanced tools
Comparing version 0.10.8 to 0.10.9
import * as React from 'react'; | ||
import { type GridChildComponentProps } from 'react-window'; | ||
import { ItemData } from './internalTypes'; | ||
export interface Props<T> { | ||
columnIndex: number; | ||
rowIndex: number; | ||
style: React.CSSProperties; | ||
data: ItemData<T>; | ||
} | ||
declare const _default: React.MemoExoticComponent<(<T>({ columnIndex, data, rowIndex, style }: Props<T>) => JSX.Element | null)>; | ||
declare const _default: React.MemoExoticComponent<(<T>({ columnIndex, data, rowIndex, style, }: GridChildComponentProps<ItemData<T>>) => JSX.Element | null)>; | ||
export default _default; |
@@ -8,5 +8,5 @@ export declare function getDefaultCopyStringsEncoding(values: Array<Array<{ | ||
}; | ||
export declare function getDefaultPasteStringsDecoding(internalText: string, externalText: string, columnDelimiter?: string, rowDelimiter?: string): Array<Array<{ | ||
export declare function getDefaultPasteStringsDecoding(internalText: string, externalText: string, columnDelimiter?: string, rowDelimiter?: '\r' | '\n' | '\r\n'): Array<Array<{ | ||
internal?: string; | ||
external: string; | ||
}>>; |
{ | ||
"name": "streaksheet", | ||
"version": "0.10.8", | ||
"version": "0.10.9", | ||
"author": "Chris Cowan <agentme49@gmail.com>", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"@types/lodash": "^4.14.149", | ||
"@types/react": "^16.9.20", | ||
"@types/react-dom": "^16.9.5", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.23.0", | ||
@@ -53,5 +53,5 @@ "@typescript-eslint/parser": "^5.23.0", | ||
"process": "^0.11.10", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-test-renderer": "^16.9.20", | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.0", | ||
"react-test-renderer": "^17.0.0", | ||
"rimraf": "^3.0.2", | ||
@@ -77,3 +77,3 @@ "typescript": "^4.6.4" | ||
}, | ||
"packageManager": "yarn@3.2.0", | ||
"packageManager": "yarn@3.2.2", | ||
"browserslist": [ | ||
@@ -83,2 +83,6 @@ "Chrome 86", | ||
], | ||
"resolutions": { | ||
"@types/react": "^17", | ||
"@types/react-dom": "^17" | ||
}, | ||
"workspaces": [ | ||
@@ -85,0 +89,0 @@ "example" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1399938
1863