@panneau/field-upload 3.0.80 → 3.0.82
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 +0 -1
- package/lib/index.js +0 -1
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -228,7 +228,6 @@ var UploadField = function UploadField(_ref) {
|
|
|
228
228
|
_ref2$id = _ref2.id,
|
|
229
229
|
id = _ref2$id === void 0 ? null : _ref2$id;
|
|
230
230
|
if (id !== null) {
|
|
231
|
-
console.log('add', newValue);
|
|
232
231
|
var previous = (modalItems || []).find(function () {
|
|
233
232
|
var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
234
233
|
_ref3$id = _ref3.id,
|
package/lib/index.js
CHANGED
|
@@ -250,7 +250,6 @@ var UploadField = function UploadField(_ref) {
|
|
|
250
250
|
_ref2$id = _ref2.id,
|
|
251
251
|
id = _ref2$id === void 0 ? null : _ref2$id;
|
|
252
252
|
if (id !== null) {
|
|
253
|
-
console.log('add', newValue);
|
|
254
253
|
var previous = (modalItems || []).find(function () {
|
|
255
254
|
var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
|
|
256
255
|
_ref3$id = _ref3.id,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-upload",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.82",
|
|
4
4
|
"description": "An Upload field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@panneau/element-button": "^3.0.55",
|
|
62
62
|
"@panneau/element-card": "^3.0.75",
|
|
63
63
|
"@panneau/element-label": "^3.0.45",
|
|
64
|
-
"@panneau/list-resource-items": "^3.0.
|
|
64
|
+
"@panneau/list-resource-items": "^3.0.82",
|
|
65
65
|
"@panneau/modal-dialog": "^3.0.77",
|
|
66
66
|
"@panneau/themes": "^3.0.55",
|
|
67
67
|
"@panneau/uppy": "^3.0.59",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "df473487364613d69eefe6318a940f98f9b93f6c"
|
|
86
86
|
}
|