@stenajs-webui/grid-export 20.8.0 → 20.8.1
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/features/grid-copy-to-clipboard/components/StandardTableHtmlCopyToClipboardButton.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
2
|
import { StandardTableProps } from "@stenajs-webui/grid";
|
|
3
3
|
import { FlatButtonProps } from "@stenajs-webui/elements";
|
|
4
4
|
import { CustomCellFormatters } from "../../../common/CellFormatters";
|
|
@@ -9,4 +9,4 @@ export interface StandardTableHtmlCopyToClipboardButtonProps<TItem, TColumnKey e
|
|
|
9
9
|
labelAfterCopy?: string;
|
|
10
10
|
numTimeToRevertLabel?: number;
|
|
11
11
|
}
|
|
12
|
-
export declare function StandardTableHtmlCopyToClipboardButton<TItem, TColumnKey extends string, TColumnGroupKey extends string>({ config, renderContent, size, items, formatters, label, labelAfterCopy, numTimeToRevertLabel, }: StandardTableHtmlCopyToClipboardButtonProps<TItem, TColumnKey, TColumnGroupKey>): JSX.Element;
|
|
12
|
+
export declare function StandardTableHtmlCopyToClipboardButton<TItem, TColumnKey extends string, TColumnGroupKey extends string>({ config, renderContent, size, items, formatters, label, labelAfterCopy, numTimeToRevertLabel, }: StandardTableHtmlCopyToClipboardButtonProps<TItem, TColumnKey, TColumnGroupKey>): React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
2
|
import { StandardTableProps } from "@stenajs-webui/grid";
|
|
3
3
|
import { FlatButtonProps } from "@stenajs-webui/elements";
|
|
4
4
|
import { CustomCellFormatters } from "../../../common/CellFormatters";
|
|
@@ -6,5 +6,5 @@ interface StandardTableExcelExportButtonProps<TItem, TColumnKey extends string,
|
|
|
6
6
|
filename?: string;
|
|
7
7
|
formatters?: CustomCellFormatters<TItem, TColumnKey>;
|
|
8
8
|
}
|
|
9
|
-
export declare const StandardTableExcelExportButton: <TItem, TColumnKey extends string, TColumnGroupKey extends string>({ config, size, items, filename, formatters, }: StandardTableExcelExportButtonProps<TItem, TColumnKey, TColumnGroupKey>) => JSX.Element;
|
|
9
|
+
export declare const StandardTableExcelExportButton: <TItem, TColumnKey extends string, TColumnGroupKey extends string>({ config, size, items, filename, formatters, }: StandardTableExcelExportButtonProps<TItem, TColumnKey, TColumnGroupKey>) => React.JSX.Element;
|
|
10
10
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stenajs-webui/grid-export",
|
|
3
|
-
"version": "20.8.
|
|
3
|
+
"version": "20.8.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "mattias800",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@fortawesome/free-solid-svg-icons": ">=6.5.2",
|
|
37
|
-
"@stenajs-webui/core": "20.8.
|
|
38
|
-
"@stenajs-webui/elements": "20.8.
|
|
39
|
-
"@stenajs-webui/grid": "20.8.
|
|
37
|
+
"@stenajs-webui/core": "20.8.1",
|
|
38
|
+
"@stenajs-webui/elements": "20.8.1",
|
|
39
|
+
"@stenajs-webui/grid": "20.8.1",
|
|
40
40
|
"@types/zipcelx": "^1.5.0",
|
|
41
41
|
"clipboard-polyfill": "^3.0.2",
|
|
42
42
|
"date-fns": "2.26.0",
|
|
@@ -46,20 +46,20 @@
|
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@types/lodash-es": ">=4.17.12",
|
|
48
48
|
"prop-types": ">=15.5.4",
|
|
49
|
-
"react": ">=18.
|
|
50
|
-
"react-dom": ">=18.
|
|
49
|
+
"react": ">=18.3.1",
|
|
50
|
+
"react-dom": ">=18.3.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/jest": "^23.1.5",
|
|
54
54
|
"@types/lodash-es": "^4.17.12",
|
|
55
|
-
"@types/react": "^18.
|
|
56
|
-
"@types/react-dom": "^18.0
|
|
55
|
+
"@types/react": "^18.3.3",
|
|
56
|
+
"@types/react-dom": "^18.3.0",
|
|
57
57
|
"prop-types": "^15.5.4",
|
|
58
|
-
"react": "^18.
|
|
59
|
-
"react-dom": "^18.
|
|
58
|
+
"react": "^18.3.1",
|
|
59
|
+
"react-dom": "^18.3.1"
|
|
60
60
|
},
|
|
61
61
|
"files": [
|
|
62
62
|
"dist"
|
|
63
63
|
],
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "346a15dc4587c669b927a96cf346c6a4f28a6495"
|
|
65
65
|
}
|