@usecsv/react 0.14.0 → 0.14.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/CHANGELOG.md +7 -0
- package/build/index.cjs +2 -2
- package/build/index.cjs.map +1 -1
- package/build/index.esm.js +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/build/index.mjs +2 -2
- package/build/index.mjs.map +1 -1
- package/build/index.umd.js +2 -2
- package/build/index.umd.js.map +1 -1
- package/build/index.umd.min.js +3 -3
- package/build/index.umd.min.js.map +1 -1
- package/build/types/lib/useCsvReactPlugin.d.ts +1 -0
- package/build/types/lib/useCsvReactPlugin.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -3,6 +3,7 @@ import { FC, ReactNode } from "react";
|
|
|
3
3
|
type pluginParamas = Parameters<typeof useCsvPlugin>[0];
|
|
4
4
|
type UseCsvButtonTypes = pluginParamas & {
|
|
5
5
|
readonly render?: ((onClick: () => Promise<any>) => ReactNode) | undefined | null;
|
|
6
|
+
readonly children?: ReactNode | string | undefined | null;
|
|
6
7
|
};
|
|
7
8
|
declare const UseCsvButton: FC<UseCsvButtonTypes>;
|
|
8
9
|
export default UseCsvButton;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCsvReactPlugin.d.ts","sourceRoot":"","sources":["../../../src/lib/useCsvReactPlugin.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,YAAY,CAAC;AACtC,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7C,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;AACxD,KAAK,iBAAiB,GAAG,aAAa,GAAG;IACvC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,SAAS,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"useCsvReactPlugin.d.ts","sourceRoot":"","sources":["../../../src/lib/useCsvReactPlugin.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,YAAY,CAAC;AACtC,OAAc,EAAE,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7C,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;AACxD,KAAK,iBAAiB,GAAG,aAAa,GAAG;IACvC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,SAAS,CAAC,GAAG,SAAS,GAAG,IAAI,CAAC;IAClF,QAAQ,CAAC,QAAQ,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAC;CAC3D,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA0BvC,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@usecsv/react",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "layercode"
|
|
6
6
|
},
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
|
74
74
|
"@rollup/plugin-replace": "^3.0.0",
|
|
75
75
|
"@semantic-release/changelog": "^6.0.3",
|
|
76
|
-
"@semantic-release/commit-analyzer": "^
|
|
76
|
+
"@semantic-release/commit-analyzer": "^12.0.0",
|
|
77
77
|
"@semantic-release/git": "^10.0.1",
|
|
78
|
-
"@semantic-release/github": "^
|
|
79
|
-
"@semantic-release/release-notes-generator": "^
|
|
78
|
+
"@semantic-release/github": "^10.0.2",
|
|
79
|
+
"@semantic-release/release-notes-generator": "^13.0.0",
|
|
80
80
|
"@testing-library/dom": "^8.1.0",
|
|
81
81
|
"@testing-library/jest-dom": "^5.14.1",
|
|
82
82
|
"@types/insert-css": "^2.0.1",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"rollup-plugin-dts": "^4.0.1",
|
|
113
113
|
"rollup-plugin-terser": "^7.0.2",
|
|
114
114
|
"rollup-plugin-typescript2": "^0.31.0",
|
|
115
|
-
"semantic-release": "^23.0.
|
|
115
|
+
"semantic-release": "^23.0.7",
|
|
116
116
|
"source-map-loader": "^3.0.0",
|
|
117
117
|
"ts-loader": "^9.2.4",
|
|
118
118
|
"ts-node": "^9.0.0",
|