From b9f26f07a80f911d86250bf0c040052af31405e1 Mon Sep 17 00:00:00 2001 From: szewczyw Date: Thu, 16 Jan 2025 11:30:56 +0100 Subject: [PATCH] Added new component for params --- .../src/components/XsltParamComponent.vue | 100 +++++++++++++++--- .../components/xml/XmlInputFieldComponent.vue | 4 +- 2 files changed, 89 insertions(+), 15 deletions(-) diff --git a/Frontend/src/components/XsltParamComponent.vue b/Frontend/src/components/XsltParamComponent.vue index 67f1167..dfa0a66 100644 --- a/Frontend/src/components/XsltParamComponent.vue +++ b/Frontend/src/components/XsltParamComponent.vue @@ -1,33 +1,107 @@ diff --git a/Frontend/src/components/xml/XmlInputFieldComponent.vue b/Frontend/src/components/xml/XmlInputFieldComponent.vue index 53ac225..b282fb5 100644 --- a/Frontend/src/components/xml/XmlInputFieldComponent.vue +++ b/Frontend/src/components/xml/XmlInputFieldComponent.vue @@ -54,7 +54,7 @@ function readFile(file: any) { } reader.readAsText(file.target.files[0]) } - +const handleUpdateValue = (value: string) => {data.value = value}; @@ -80,7 +80,7 @@ function readFile(file: any) {
- +