@usecsv/react 0.14.0 → 0.15.0
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 +14 -0
- package/build/index.cjs +3 -3
- package/build/index.cjs.map +1 -1
- package/build/index.esm.js +3 -3
- package/build/index.esm.js.map +1 -1
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/build/index.mjs +3 -3
- package/build/index.mjs.map +1 -1
- package/build/index.umd.js +3 -3
- package/build/index.umd.js.map +1 -1
- package/build/index.umd.min.js +4 -4
- 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 +6 -6
package/build/index.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @usecsv/react v0.
|
|
2
|
+
* @usecsv/react v0.15.0
|
|
3
3
|
* (c) layercode
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -32,7 +32,7 @@ function __rest(s, e) {
|
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
/*!
|
|
35
|
-
* @usecsv/js v0.
|
|
35
|
+
* @usecsv/js v0.28.0
|
|
36
36
|
* (c) layercode
|
|
37
37
|
* Released under the MIT License.
|
|
38
38
|
*/
|
|
@@ -3265,7 +3265,7 @@ var UseCsvButton = function (_a) {
|
|
|
3265
3265
|
textAlign: "center",
|
|
3266
3266
|
fontSize: "16px",
|
|
3267
3267
|
cursor: "pointer",
|
|
3268
|
-
}, onClick: function () { return useCsvPlugin(parmas); } }, children))));
|
|
3268
|
+
}, onClick: function () { return useCsvPlugin(parmas); } }, children || "Open UseCSV"))));
|
|
3269
3269
|
};
|
|
3270
3270
|
|
|
3271
3271
|
export { UseCsvButton as default };
|