@updog/data-editor-wc 0.1.26 → 0.1.27
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -13454,7 +13454,7 @@ function Ts(e, t) {
|
|
|
13454
13454
|
var Es = (0, _.forwardRef)(({ children: e, ...t }, n) => {
|
|
13455
13455
|
let r = _.Children.only(e);
|
|
13456
13456
|
if (!(0, _.isValidElement)(r)) return null;
|
|
13457
|
-
let i = r.
|
|
13457
|
+
let i = r.ref, a = Ts(t, r.props), o = n || i ? vs(n, i) : void 0;
|
|
13458
13458
|
return (0, _.cloneElement)(r, {
|
|
13459
13459
|
...a,
|
|
13460
13460
|
ref: o
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@updog/data-editor-wc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
4
4
|
"description": "Client-side CSV importer and spreadsheet editor SDK as a Web Component. Drop into Vue, Angular, Svelte, or vanilla JS. Import CSV, Excel, JSON; edit 1M+ rows entirely in the browser.",
|
|
5
5
|
"author": "Mikhail Kutateladze <admin@updog.tech>",
|
|
6
6
|
"homepage": "https://updog.tech",
|