@amalto/custom-form-dialog
Advanced tools
Comparing version 1.4.115 to 1.4.116
@@ -81,3 +81,3 @@ "use strict"; | ||
input = (React.createElement("select", __assign({}, baseInputProps, { onChange: this.handleInput }), | ||
React.createElement("option", { value: "" }, wordings['selectValue']), | ||
React.createElement("option", { value: "" }, wordings.selectValue), | ||
inputDef.choices.map(function (choice, idx) { | ||
@@ -108,3 +108,3 @@ var choiceLabel = choice.i18nLabelMap ? choice.i18nLabelMap[language] : choice.value; | ||
input = this.props.fileUploadSessionToken ? (React.createElement(file_input_1.default, { cancelSubmit: this.props.cancelFileUploadSession, filesQueue: this.props.filesQueue, addFilesToQueue: this.props.addFiles, deleteUploadedFile: this.props.deleteFile, locale: locale })) : (React.createElement("div", null, | ||
React.createElement("button", { className: "btn btn-sm btn-font btn-trans", onClick: this.props.newFileUploadSession }, wordings['addFiles']))); | ||
React.createElement("button", { className: "btn btn-sm btn-font btn-trans", onClick: this.props.newFileUploadSession }, wordings.addFiles))); | ||
break; | ||
@@ -111,0 +111,0 @@ } |
@@ -55,3 +55,3 @@ "use strict"; | ||
React.createElement("span", { className: "fas fa-exclamation-triangle right-spaced" }), | ||
React.createElement("span", null, wordings['loadingError']))); | ||
React.createElement("span", null, wordings.loadingError))); | ||
} | ||
@@ -62,6 +62,6 @@ } | ||
React.createElement("span", { className: "fas fa-exclamation-triangle right-spaced" }), | ||
React.createElement("span", null, wordings['loadingError']))); | ||
React.createElement("span", null, wordings.loadingError))); | ||
} | ||
return (React.createElement(toggle_panel_1.default, { panelTitle: _this.props.title, defaultOpened: true, togglable: false, cancelBtn: { | ||
label: wordings['cancel'], | ||
label: wordings.cancel, | ||
action: _this.props.closeForm | ||
@@ -68,0 +68,0 @@ } }, |
@@ -5,3 +5,3 @@ { | ||
"description": "Display custom form.", | ||
"version": "1.4.115", | ||
"version": "1.4.116", | ||
"license": "MIT", | ||
@@ -29,4 +29,4 @@ "repository": { | ||
"dependencies": { | ||
"@amalto/file-input": "1.4.105", | ||
"@amalto/helpers": "1.4.99", | ||
"@amalto/file-input": "1.4.106", | ||
"@amalto/helpers": "1.4.100", | ||
"@amalto/spinner": "1.4.20", | ||
@@ -33,0 +33,0 @@ "@amalto/switch": "1.4.22", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69068
+ Added@amalto/file-input@1.4.106(transitive)
+ Added@amalto/helpers@1.4.100(transitive)
- Removed@amalto/file-input@1.4.105(transitive)
- Removed@amalto/helpers@1.4.99(transitive)
Updated@amalto/file-input@1.4.106
Updated@amalto/helpers@1.4.100