web-document-viewer 11.5.8 → 11.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/atalaWebDocumentViewer.d.ts +2 -1
- package/atalaWebDocumentViewer.js +117 -108
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
// Permission for usage and modification of this code is only permitted
|
|
8
8
|
// with the purchase of a source code license.
|
|
9
9
|
//-------------------------------------------------------------------------------------------------
|
|
10
|
-
// Version 11,5,0,
|
|
10
|
+
// Version 11,5,0,364
|
|
11
11
|
|
|
12
12
|
export as namespace Atalasoft;
|
|
13
13
|
interface NotificationCallback {
|
|
@@ -1290,6 +1290,7 @@ export namespace Utils{
|
|
|
1290
1290
|
dialogButtonCancel: string;
|
|
1291
1291
|
rectangleDialogTitle: string;
|
|
1292
1292
|
textDialogTitle: string;
|
|
1293
|
+
stampDialogTitle: string;
|
|
1293
1294
|
ellipseDialogTitle: string;
|
|
1294
1295
|
lineDialogTitle: string;
|
|
1295
1296
|
linesDialogTitle: string;
|