jupiter-dynamic-forms 1.19.6 → 1.19.7
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1662,6 +1662,7 @@ const form$1 = {
|
|
|
1662
1662
|
collapsePanel: "Collapse side panel",
|
|
1663
1663
|
validate: "Validate",
|
|
1664
1664
|
preview: "Preview",
|
|
1665
|
+
download: "Download",
|
|
1665
1666
|
cancelValidation: "Cancel Validation",
|
|
1666
1667
|
lastValidationResults: "Last Validation Results",
|
|
1667
1668
|
validationInProgress: "Validation In Progress"
|
|
@@ -1846,6 +1847,7 @@ const form = {
|
|
|
1846
1847
|
collapsePanel: "Zijpaneel inklappen",
|
|
1847
1848
|
validate: "Valideren",
|
|
1848
1849
|
preview: "Voorbeeld",
|
|
1850
|
+
download: "Downloaden",
|
|
1849
1851
|
cancelValidation: "Validatie annuleren",
|
|
1850
1852
|
lastValidationResults: "Laatste validatieresultaten",
|
|
1851
1853
|
validationInProgress: "Validatie bezig"
|
|
@@ -13227,7 +13229,7 @@ let JupiterDynamicForm = class extends LitElement {
|
|
|
13227
13229
|
@click="${() => this.dispatchEvent(new CustomEvent("showPreview", { bubbles: true, composed: true }))}"
|
|
13228
13230
|
?disabled="${this.disabled || this.readonly}"
|
|
13229
13231
|
>
|
|
13230
|
-
${I18n.t("form.
|
|
13232
|
+
${I18n.t("form.download")}
|
|
13231
13233
|
</button>
|
|
13232
13234
|
` : ""}
|
|
13233
13235
|
|