diff --git a/multifileupload/multifileupload.spec b/multifileupload/multifileupload.spec index 601cd8d..9243117 100644 --- a/multifileupload/multifileupload.spec +++ b/multifileupload/multifileupload.spec @@ -31,8 +31,8 @@ "language": { "type": "string", "default": null, "values": ["English", "Spanish", "German", "French", "Dutch", "Italian", "Chinese", "Czech", "Danish", "Finnish", "Greek", "Hungarian", "Japanese", "Persian", "Russian", "Swedish", "Turkish"], "tags": { "doc": "One of the language packs shipped. If you need to provide your own translations, use the localeStrings property."} }, "localeStrings": { "type": "map", "tags": { "doc": "Any number of key/value pairs to translate single strings in the component, overriding the ones provided by the language pack selected." } }, "size": { "type": "dimension", "default": { "width": 290, "height": 450 } }, - "responsiveWidth": { "type": "string", "default": "0", "tags": { "scope" : "design", "doc": "Width to be set in a responsive form. When responsiveWidth is set to 0, the component will use some default width value (290px). Can be a number (in pixels) or a percent." } }, - "responsiveHeight": { "type": "int", "default": 0, "tags": { "scope" : "design", "doc": "Height (in pixels) to be set in a responsive form. When responsiveSize is set to 0, the component will use some default height value (450px)." } }, + "responsiveWidth": { "type": "string", "default": "290", "tags": { "scope" : "design", "doc": "Width to be set in a responsive form. Can be a number (in pixels) or a percent." } }, + "responsiveHeight": { "type": "int", "default": 450, "tags": { "scope" : "design", "doc": "Height (in pixels) to be set in a responsive form.} }, "options": { "type": "map" }, "tusOptions": { "type": "map", "tags": { "scope" : "design" , "doc":"Look at the Uppy TUS options what you can set here like chunkSize: nrOfBytes"} }, "webcamOptions": { "type": "json", "default" : { "target" : "Dashboard", "showVideoSourceDropdown": true } ,"tags": { "scope" : "design" , "doc":"Look at the Uppy webcam plugin options what you can set here like showVideoSourceDropdown"} } diff --git a/projects/servoyextracomponents/src/multifileupload/multifileupload.ts b/projects/servoyextracomponents/src/multifileupload/multifileupload.ts index 47c339b..12de8c1 100644 --- a/projects/servoyextracomponents/src/multifileupload/multifileupload.ts +++ b/projects/servoyextracomponents/src/multifileupload/multifileupload.ts @@ -356,10 +356,9 @@ export class ServoyExtraMultiFileUpload extends ServoyBaseComponent