ia-table 0.15.8 → 0.15.9
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/index.js +12 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3091,15 +3091,16 @@ const Lo = ({
|
|
|
3091
3091
|
rowId: t,
|
|
3092
3092
|
colId: n,
|
|
3093
3093
|
newValue: a,
|
|
3094
|
-
rowIndex: s
|
|
3094
|
+
rowIndex: s,
|
|
3095
|
+
callbackNeeded: i = !0
|
|
3095
3096
|
}) => {
|
|
3096
|
-
var
|
|
3097
|
-
const
|
|
3098
|
-
if (
|
|
3099
|
-
(
|
|
3097
|
+
var o, l;
|
|
3098
|
+
const r = e.getRowNode(t);
|
|
3099
|
+
if (r && r.setDataValue)
|
|
3100
|
+
(o = r.setDataValue) == null || o.call(r, n, a, i);
|
|
3100
3101
|
else {
|
|
3101
|
-
const
|
|
3102
|
-
|
|
3102
|
+
const d = e.getRowNodeWithIndex(s);
|
|
3103
|
+
d && d.setDataValue && ((l = d.setDataValue) == null || l.call(d, n, a, i));
|
|
3103
3104
|
}
|
|
3104
3105
|
}, Oo = ({
|
|
3105
3106
|
api: e,
|
|
@@ -3138,7 +3139,8 @@ const Lo = ({
|
|
|
3138
3139
|
rowId: String(s),
|
|
3139
3140
|
colId: h,
|
|
3140
3141
|
newValue: f,
|
|
3141
|
-
rowIndex: n
|
|
3142
|
+
rowIndex: n,
|
|
3143
|
+
callbackNeeded: !1
|
|
3142
3144
|
});
|
|
3143
3145
|
}
|
|
3144
3146
|
},
|
|
@@ -3148,7 +3150,8 @@ const Lo = ({
|
|
|
3148
3150
|
rowId: String(s),
|
|
3149
3151
|
colId: h,
|
|
3150
3152
|
newValue: f,
|
|
3151
|
-
rowIndex: n
|
|
3153
|
+
rowIndex: n,
|
|
3154
|
+
callbackNeeded: !1
|
|
3152
3155
|
});
|
|
3153
3156
|
}
|
|
3154
3157
|
},
|