blixify-ui-web 0.4.265 → 0.4.267
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/lib/components/data/dataTemplate/index.js +1 -1
- package/lib/components/data/dataTemplate/index.js.map +1 -1
- package/lib/components/input/uploadInput/index.d.ts +10 -0
- package/lib/components/input/uploadInput/index.d.ts.map +1 -1
- package/lib/components/input/uploadInput/index.js +303 -21
- package/lib/components/input/uploadInput/index.js.map +1 -1
- package/package.json +6 -4
|
@@ -3130,7 +3130,7 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
|
|
|
3130
3130
|
_j.label = 25;
|
|
3131
3131
|
case 25:
|
|
3132
3132
|
if (!((_g = props.bareSettings) === null || _g === void 0 ? void 0 : _g.bareUpdateHandlePostComplete)) return [3 /*break*/, 27];
|
|
3133
|
-
return [4 /*yield*/, props.bareSettings.bareUpdateHandlePostComplete(__assign((_b = {}, _b[serverId] =
|
|
3133
|
+
return [4 /*yield*/, props.bareSettings.bareUpdateHandlePostComplete(__assign((_b = {}, _b[serverId] = id, _b), createSelectedData_1))];
|
|
3134
3134
|
case 26:
|
|
3135
3135
|
_j.sent();
|
|
3136
3136
|
_j.label = 27;
|