web-document-viewer 11.4.13 → 11.4.15
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/LICENSE +1 -1
- package/atalaWebDocumentViewer.d.ts +2 -2
- package/atalaWebDocumentViewer.js +124 -77
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
//-------------------------------------------------------------------------------------------------
|
|
2
2
|
//
|
|
3
3
|
// Type definition file for Atalasoft Web Document Viewer.
|
|
4
|
-
// (C) 2003-
|
|
4
|
+
// (C) 2003-2024 Kofax. All Rights Reserved.
|
|
5
5
|
//
|
|
6
6
|
// This source code is property of Atalasoft, Inc. (http://www.atalasoft.com/)
|
|
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,4,0,
|
|
10
|
+
// Version 11,4,0,475
|
|
11
11
|
|
|
12
12
|
export as namespace Atalasoft;
|
|
13
13
|
interface NotificationCallback {
|