@boldreports/javascript-reporting-extensions
Advanced tools
Comparing version 6.3.18 to 6.3.24
@@ -193,2 +193,4 @@ var EJBarcode = (function () { | ||
}; | ||
EJBarcode.prototype.undoRedoAction = function (args) { | ||
}; | ||
EJBarcode.prototype.isDisplayText = function () { | ||
@@ -195,0 +197,0 @@ return (this.getPropertyVal('DisplayBarcodeText').toLowerCase()) === 'true'; |
@@ -25,2 +25,14 @@ var dataExtensions = []; | ||
} | ||
}, | ||
{ | ||
name: 'ESignature', | ||
className: 'EJSignature', | ||
imageClass: 'customitem-signature', | ||
displayName: 'Electronic', | ||
category: 'Signature', | ||
toolTip: { | ||
requirements: 'Add a report item to the designer area.', | ||
description: 'This report item is used to add a graphic signature.', | ||
title: 'Signature' | ||
} | ||
}]; |
{ | ||
"name": "@boldreports/javascript-reporting-extensions", | ||
"version": "6.3.18", | ||
"version": "6.3.24", | ||
"description": "The Bold Reports Extensions by Syncfusion contains scripts and themes for barcode report item to be integrated in JavaScript Report Viewer and JavaScript Report Designer for enterprise web development(HTML5)", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -382,2 +382,4 @@ var EJQRBarcode = (function () { | ||
}; | ||
EJQRBarcode.prototype.undoRedoAction = function (args) { | ||
}; | ||
EJQRBarcode.prototype.getLocale = function (text) { | ||
@@ -384,0 +386,0 @@ var barcodeLocale; |
104058
18
2228