Skip to content

Commit 5ee8098

Browse files
committed
Auto-generated commit
0 parents  commit 5ee8098

10 files changed

Lines changed: 134440 additions & 0 deletions

.nojekyll

Whitespace-only changes.

36.bc85ea2b571218e1.js

Lines changed: 16167 additions & 0 deletions
Large diffs are not rendered by default.

3rdpartylicenses.txt

Lines changed: 1519 additions & 0 deletions
Large diffs are not rendered by default.

404.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>NgUniversalFilePreviewerDemo</title>
6+
<base href="/file-viewer/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="icon" type="image/x-icon" href="favicon.ico">
9+
<link rel="stylesheet" href="styles.c73e17ccd5fb39d5.css"></head>
10+
<body>
11+
<app-root></app-root>
12+
<script src="runtime.b800897f1e260206.js" type="module"></script><script src="polyfills.696ce327fa5da7a7.js" type="module"></script><script src="main.bd8e1799ba304308.js" type="module"></script></body>
13+
</html>

favicon.ico

948 Bytes
Binary file not shown.

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>NgUniversalFilePreviewerDemo</title>
6+
<base href="/file-viewer/">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<link rel="icon" type="image/x-icon" href="favicon.ico">
9+
<link rel="stylesheet" href="styles.c73e17ccd5fb39d5.css"></head>
10+
<body>
11+
<app-root></app-root>
12+
<script src="runtime.b800897f1e260206.js" type="module"></script><script src="polyfills.696ce327fa5da7a7.js" type="module"></script><script src="main.bd8e1799ba304308.js" type="module"></script></body>
13+
</html>

main.bd8e1799ba304308.js

Lines changed: 113664 additions & 0 deletions
Large diffs are not rendered by default.

polyfills.696ce327fa5da7a7.js

Lines changed: 2740 additions & 0 deletions
Large diffs are not rendered by default.

runtime.b800897f1e260206.js

Lines changed: 320 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,320 @@
1+
/******/ (() => { // webpackBootstrap
2+
/******/ "use strict";
3+
/******/ var __webpack_modules__ = ({});
4+
/************************************************************************/
5+
/******/ // The module cache
6+
/******/ var __webpack_module_cache__ = {};
7+
/******/
8+
/******/ // The require function
9+
/******/ function __webpack_require__(moduleId) {
10+
/******/ // Check if module is in cache
11+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
12+
/******/ if (cachedModule !== undefined) {
13+
/******/ return cachedModule.exports;
14+
/******/ }
15+
/******/ // Create a new module (and put it into the cache)
16+
/******/ var module = __webpack_module_cache__[moduleId] = {
17+
/******/ // no module.id needed
18+
/******/ // no module.loaded needed
19+
/******/ exports: {}
20+
/******/ };
21+
/******/
22+
/******/ // Execute the module function
23+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
24+
/******/
25+
/******/ // Return the exports of the module
26+
/******/ return module.exports;
27+
/******/ }
28+
/******/
29+
/******/ // expose the modules object (__webpack_modules__)
30+
/******/ __webpack_require__.m = __webpack_modules__;
31+
/******/
32+
/************************************************************************/
33+
/******/ /* webpack/runtime/chunk loaded */
34+
/******/ (() => {
35+
/******/ var deferred = [];
36+
/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
37+
/******/ if(chunkIds) {
38+
/******/ priority = priority || 0;
39+
/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
40+
/******/ deferred[i] = [chunkIds, fn, priority];
41+
/******/ return;
42+
/******/ }
43+
/******/ var notFulfilled = Infinity;
44+
/******/ for (var i = 0; i < deferred.length; i++) {
45+
/******/ var [chunkIds, fn, priority] = deferred[i];
46+
/******/ var fulfilled = true;
47+
/******/ for (var j = 0; j < chunkIds.length; j++) {
48+
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
49+
/******/ chunkIds.splice(j--, 1);
50+
/******/ } else {
51+
/******/ fulfilled = false;
52+
/******/ if(priority < notFulfilled) notFulfilled = priority;
53+
/******/ }
54+
/******/ }
55+
/******/ if(fulfilled) {
56+
/******/ deferred.splice(i--, 1)
57+
/******/ var r = fn();
58+
/******/ if (r !== undefined) result = r;
59+
/******/ }
60+
/******/ }
61+
/******/ return result;
62+
/******/ };
63+
/******/ })();
64+
/******/
65+
/******/ /* webpack/runtime/create fake namespace object */
66+
/******/ (() => {
67+
/******/ var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);
68+
/******/ var leafPrototypes;
69+
/******/ // create a fake namespace object
70+
/******/ // mode & 1: value is a module id, require it
71+
/******/ // mode & 2: merge all properties of value into the ns
72+
/******/ // mode & 4: return value when already ns object
73+
/******/ // mode & 16: return value when it's Promise-like
74+
/******/ // mode & 8|1: behave like require
75+
/******/ __webpack_require__.t = function(value, mode) {
76+
/******/ if(mode & 1) value = this(value);
77+
/******/ if(mode & 8) return value;
78+
/******/ if(typeof value === 'object' && value) {
79+
/******/ if((mode & 4) && value.__esModule) return value;
80+
/******/ if((mode & 16) && typeof value.then === 'function') return value;
81+
/******/ }
82+
/******/ var ns = Object.create(null);
83+
/******/ __webpack_require__.r(ns);
84+
/******/ var def = {};
85+
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
86+
/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
87+
/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
88+
/******/ }
89+
/******/ def['default'] = () => (value);
90+
/******/ __webpack_require__.d(ns, def);
91+
/******/ return ns;
92+
/******/ };
93+
/******/ })();
94+
/******/
95+
/******/ /* webpack/runtime/define property getters */
96+
/******/ (() => {
97+
/******/ // define getter functions for harmony exports
98+
/******/ __webpack_require__.d = (exports, definition) => {
99+
/******/ for(var key in definition) {
100+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
101+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
102+
/******/ }
103+
/******/ }
104+
/******/ };
105+
/******/ })();
106+
/******/
107+
/******/ /* webpack/runtime/ensure chunk */
108+
/******/ (() => {
109+
/******/ __webpack_require__.f = {};
110+
/******/ // This file contains only the entry chunk.
111+
/******/ // The chunk loading function for additional chunks
112+
/******/ __webpack_require__.e = (chunkId) => {
113+
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
114+
/******/ __webpack_require__.f[key](chunkId, promises);
115+
/******/ return promises;
116+
/******/ }, []));
117+
/******/ };
118+
/******/ })();
119+
/******/
120+
/******/ /* webpack/runtime/get javascript chunk filename */
121+
/******/ (() => {
122+
/******/ // This function allow to reference async chunks
123+
/******/ __webpack_require__.u = (chunkId) => {
124+
/******/ // return url for filenames based on template
125+
/******/ return "" + chunkId + "." + "bc85ea2b571218e1" + ".js";
126+
/******/ };
127+
/******/ })();
128+
/******/
129+
/******/ /* webpack/runtime/get mini-css chunk filename */
130+
/******/ (() => {
131+
/******/ // This function allow to reference async chunks
132+
/******/ __webpack_require__.miniCssF = (chunkId) => {
133+
/******/ // return url for filenames based on template
134+
/******/ return undefined;
135+
/******/ };
136+
/******/ })();
137+
/******/
138+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
139+
/******/ (() => {
140+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
141+
/******/ })();
142+
/******/
143+
/******/ /* webpack/runtime/load script */
144+
/******/ (() => {
145+
/******/ var inProgress = {};
146+
/******/ var dataWebpackPrefix = "ng-universal-file-previewer-demo:";
147+
/******/ // loadScript function to load a script via script tag
148+
/******/ __webpack_require__.l = (url, done, key, chunkId) => {
149+
/******/ if(inProgress[url]) { inProgress[url].push(done); return; }
150+
/******/ var script, needAttach;
151+
/******/ if(key !== undefined) {
152+
/******/ var scripts = document.getElementsByTagName("script");
153+
/******/ for(var i = 0; i < scripts.length; i++) {
154+
/******/ var s = scripts[i];
155+
/******/ if(s.getAttribute("src") == url || s.getAttribute("data-webpack") == dataWebpackPrefix + key) { script = s; break; }
156+
/******/ }
157+
/******/ }
158+
/******/ if(!script) {
159+
/******/ needAttach = true;
160+
/******/ script = document.createElement('script');
161+
/******/ script.type = "module";
162+
/******/ script.charset = 'utf-8';
163+
/******/ script.timeout = 120;
164+
/******/ if (__webpack_require__.nc) {
165+
/******/ script.setAttribute("nonce", __webpack_require__.nc);
166+
/******/ }
167+
/******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
168+
/******/ script.src = __webpack_require__.tu(url);
169+
/******/ }
170+
/******/ inProgress[url] = [done];
171+
/******/ var onScriptComplete = (prev, event) => {
172+
/******/ // avoid mem leaks in IE.
173+
/******/ script.onerror = script.onload = null;
174+
/******/ clearTimeout(timeout);
175+
/******/ var doneFns = inProgress[url];
176+
/******/ delete inProgress[url];
177+
/******/ script.parentNode && script.parentNode.removeChild(script);
178+
/******/ doneFns && doneFns.forEach((fn) => (fn(event)));
179+
/******/ if(prev) return prev(event);
180+
/******/ };
181+
/******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
182+
/******/ script.onerror = onScriptComplete.bind(null, script.onerror);
183+
/******/ script.onload = onScriptComplete.bind(null, script.onload);
184+
/******/ needAttach && document.head.appendChild(script);
185+
/******/ };
186+
/******/ })();
187+
/******/
188+
/******/ /* webpack/runtime/make namespace object */
189+
/******/ (() => {
190+
/******/ // define __esModule on exports
191+
/******/ __webpack_require__.r = (exports) => {
192+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
193+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
194+
/******/ }
195+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
196+
/******/ };
197+
/******/ })();
198+
/******/
199+
/******/ /* webpack/runtime/trusted types policy */
200+
/******/ (() => {
201+
/******/ var policy;
202+
/******/ __webpack_require__.tt = () => {
203+
/******/ // Create Trusted Type policy if Trusted Types are available and the policy doesn't exist yet.
204+
/******/ if (policy === undefined) {
205+
/******/ policy = {
206+
/******/ createScriptURL: (url) => (url)
207+
/******/ };
208+
/******/ if (typeof trustedTypes !== "undefined" && trustedTypes.createPolicy) {
209+
/******/ policy = trustedTypes.createPolicy("angular#bundler", policy);
210+
/******/ }
211+
/******/ }
212+
/******/ return policy;
213+
/******/ };
214+
/******/ })();
215+
/******/
216+
/******/ /* webpack/runtime/trusted types script url */
217+
/******/ (() => {
218+
/******/ __webpack_require__.tu = (url) => (__webpack_require__.tt().createScriptURL(url));
219+
/******/ })();
220+
/******/
221+
/******/ /* webpack/runtime/publicPath */
222+
/******/ (() => {
223+
/******/ __webpack_require__.p = "";
224+
/******/ })();
225+
/******/
226+
/******/ /* webpack/runtime/jsonp chunk loading */
227+
/******/ (() => {
228+
/******/ // no baseURI
229+
/******/
230+
/******/ // object to store loaded and loading chunks
231+
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
232+
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
233+
/******/ var installedChunks = {
234+
/******/ 666: 0
235+
/******/ };
236+
/******/
237+
/******/ __webpack_require__.f.j = (chunkId, promises) => {
238+
/******/ // JSONP chunk loading for javascript
239+
/******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
240+
/******/ if(installedChunkData !== 0) { // 0 means "already installed".
241+
/******/
242+
/******/ // a Promise means "currently loading".
243+
/******/ if(installedChunkData) {
244+
/******/ promises.push(installedChunkData[2]);
245+
/******/ } else {
246+
/******/ if(666 != chunkId) {
247+
/******/ // setup Promise in chunk cache
248+
/******/ var promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
249+
/******/ promises.push(installedChunkData[2] = promise);
250+
/******/
251+
/******/ // start chunk loading
252+
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
253+
/******/ // create error before stack unwound to get useful stacktrace later
254+
/******/ var error = new Error();
255+
/******/ var loadingEnded = (event) => {
256+
/******/ if(__webpack_require__.o(installedChunks, chunkId)) {
257+
/******/ installedChunkData = installedChunks[chunkId];
258+
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
259+
/******/ if(installedChunkData) {
260+
/******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
261+
/******/ var realSrc = event && event.target && event.target.src;
262+
/******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
263+
/******/ error.name = 'ChunkLoadError';
264+
/******/ error.type = errorType;
265+
/******/ error.request = realSrc;
266+
/******/ installedChunkData[1](error);
267+
/******/ }
268+
/******/ }
269+
/******/ };
270+
/******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
271+
/******/ } else installedChunks[chunkId] = 0;
272+
/******/ }
273+
/******/ }
274+
/******/ };
275+
/******/
276+
/******/ // no prefetching
277+
/******/
278+
/******/ // no preloaded
279+
/******/
280+
/******/ // no HMR
281+
/******/
282+
/******/ // no HMR manifest
283+
/******/
284+
/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
285+
/******/
286+
/******/ // install a JSONP callback for chunk loading
287+
/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
288+
/******/ var [chunkIds, moreModules, runtime] = data;
289+
/******/ // add "moreModules" to the modules object,
290+
/******/ // then flag all "chunkIds" as loaded and fire callback
291+
/******/ var moduleId, chunkId, i = 0;
292+
/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
293+
/******/ for(moduleId in moreModules) {
294+
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
295+
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
296+
/******/ }
297+
/******/ }
298+
/******/ if(runtime) var result = runtime(__webpack_require__);
299+
/******/ }
300+
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
301+
/******/ for(;i < chunkIds.length; i++) {
302+
/******/ chunkId = chunkIds[i];
303+
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
304+
/******/ installedChunks[chunkId][0]();
305+
/******/ }
306+
/******/ installedChunks[chunkId] = 0;
307+
/******/ }
308+
/******/ return __webpack_require__.O(result);
309+
/******/ }
310+
/******/
311+
/******/ var chunkLoadingGlobal = self["webpackChunkng_universal_file_previewer_demo"] = self["webpackChunkng_universal_file_previewer_demo"] || [];
312+
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
313+
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
314+
/******/ })();
315+
/******/
316+
/************************************************************************/
317+
/******/
318+
/******/
319+
/******/ })()
320+
;

styles.c73e17ccd5fb39d5.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)