with signature id

This commit is contained in:
Pete Matsyburka
2025-07-17 10:54:44 +03:00
parent 8bf727c43c
commit ec9293bac0
10 changed files with 88 additions and 3 deletions
@@ -125,6 +125,7 @@
:field="field"
:default-field="defaultField"
:editable="editable"
:with-signature-id="withSignatureId"
:background-color="dropdownBgColor"
@click-formula="isShowFormulaModal = true"
@click-font="isShowFontModal = true"
@@ -302,6 +303,11 @@ export default {
type: Object,
required: true
},
withSignatureId: {
type: Boolean,
required: false,
default: null
},
withOptions: {
type: Boolean,
required: false,