Skip to content

Commit

Permalink
published version 20.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Apr 16, 2024
1 parent 5ca78a9 commit 14d3c8d
Show file tree
Hide file tree
Showing 10 changed files with 494 additions and 1,928 deletions.
2 changes: 1 addition & 1 deletion projects/ngx-extended-pdf-viewer/assets/viewer-4.1.887.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6933,7 +6933,7 @@ const GenericL10n = null;
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ ngxExtendedPdfViewerVersion: () => (/* binding */ ngxExtendedPdfViewerVersion)
/* harmony export */ });
const ngxExtendedPdfViewerVersion = '20.0.0-alpha.0';
const ngxExtendedPdfViewerVersion = '20.0.0-alpha.1';

/***/ }),

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10647,7 +10647,7 @@ function getDocument(src) {
}
const fetchDocParams = {
docId,
apiVersion: "4.1.888",
apiVersion: "4.2.494",
data,
password,
disableAutoFetch,
Expand Down Expand Up @@ -12416,7 +12416,7 @@ class InternalRenderTask {
}
}
}
const version = "4.1.888";
const version = "4.2.494";
const build = "adc43639e";

;// CONCATENATED MODULE: ./src/shared/scripting_utils.js
Expand Down Expand Up @@ -19303,7 +19303,7 @@ class DrawLayer {



const pdfjsVersion = "4.1.888";
const pdfjsVersion = "4.2.494";
const pdfjsBuild = "adc43639e";

var __webpack_exports__AbortException = __webpack_exports__.AbortException;
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 14d3c8d

Please sign in to comment.