From 45e7e92ffa8ccdb7996f92ab8eaaaa852aecd3dc Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Wed, 5 Oct 2022 15:41:14 +0530 Subject: [PATCH] refactor: Print Format Builder Beta code to vue 3 --- .../print_format_builder/ConfigureColumns.vue | 124 +++--- .../public/js/print_format_builder/Field.vue | 284 +++++++------- .../js/print_format_builder/HTMLEditor.vue | 81 ++-- .../print_format_builder/LetterHeadEditor.vue | 370 +++++++++--------- .../js/print_format_builder/Preview.vue | 162 ++++---- .../js/print_format_builder/PrintFormat.vue | 170 ++++---- .../PrintFormatBuilder.vue | 91 ++--- .../PrintFormatControls.vue | 320 +++++++-------- .../PrintFormatSection.vue | 177 ++++----- .../print_format_builder.bundle.js | 44 +-- .../public/js/print_format_builder/store.js | 281 ++++++------- package.json | 2 +- 12 files changed, 1027 insertions(+), 1079 deletions(-) diff --git a/frappe/public/js/print_format_builder/ConfigureColumns.vue b/frappe/public/js/print_format_builder/ConfigureColumns.vue index a236a119b9..14d011e409 100644 --- a/frappe/public/js/print_format_builder/ConfigureColumns.vue +++ b/frappe/public/js/print_format_builder/ConfigureColumns.vue @@ -18,78 +18,74 @@ :group="df.fieldname" handle=".icon-drag" > -
-
-
-
- - - -
-
- +
- +