Merge branch 'develop' into fix/minor-bug-fixes

This commit is contained in:
Ramesh Mane
2023-12-23 11:13:52 +05:30
committed by GitHub
129 changed files with 6672 additions and 2300 deletions

View File

@@ -64,6 +64,7 @@ const rowHeight = inject(RowHeightInj, ref(undefined))
<JsBarcodeWrapper
v-if="showBarcode && rowHeight"
:barcode-value="barcodeValue"
tabindex="-1"
:barcode-format="barcodeMeta.barcodeFormat"
:custom-style="{ height: rowHeight ? `${rowHeight * 1.8}rem` : `1.8rem` }"
@on-click-barcode="showBarcodeModal"
@@ -76,6 +77,7 @@ const rowHeight = inject(RowHeightInj, ref(undefined))
</JsBarcodeWrapper>
<JsBarcodeWrapper
v-else-if="showBarcode"
tabindex="-1"
:barcode-value="barcodeValue"
:barcode-format="barcodeMeta.barcodeFormat"
@on-click-barcode="showBarcodeModal"