@panneau/field-upload 3.0.84 → 3.0.85
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/es/index.js +3 -4
- package/lib/index.js +3 -4
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -457,10 +457,9 @@ var UploadField = function UploadField(_ref) {
|
|
|
457
457
|
modalItemId = _ref8$id === void 0 ? null : _ref8$id;
|
|
458
458
|
return modalItemId === itemId;
|
|
459
459
|
});
|
|
460
|
-
return
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
} : null;
|
|
460
|
+
return {
|
|
461
|
+
outline: !found
|
|
462
|
+
};
|
|
464
463
|
}
|
|
465
464
|
},
|
|
466
465
|
withoutActionsColumn: true
|
package/lib/index.js
CHANGED
|
@@ -479,10 +479,9 @@ var UploadField = function UploadField(_ref) {
|
|
|
479
479
|
modalItemId = _ref8$id === void 0 ? null : _ref8$id;
|
|
480
480
|
return modalItemId === itemId;
|
|
481
481
|
});
|
|
482
|
-
return
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
} : null;
|
|
482
|
+
return {
|
|
483
|
+
outline: !found
|
|
484
|
+
};
|
|
486
485
|
}
|
|
487
486
|
},
|
|
488
487
|
withoutActionsColumn: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.85",
|
|
4
4
|
"description": "An Upload field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "2c99c317ed1eb582f3d0188488c60e4fd43300e5"
|
|
86
86
|
}
|