marketplacepos 2.1.6 → 2.1.9
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/Marketplace/assets/bootstrap_light.scss +1 -1
- package/Marketplace/assets/variables-custom.scss +191 -0
- package/Marketplace/assets/version-adjustment-v5.scss +278 -0
- package/Marketplace/default-src_app_services_checkbrowser_service_ts-node_modules_angular_forms_fesm2020_forms_mjs.js +9592 -0
- package/Marketplace/default-src_app_services_checkbrowser_service_ts-node_modules_angular_forms_fesm2020_forms_mjs.js.map +1 -0
- package/Marketplace/index.html +23 -22
- package/Marketplace/main.js +630 -0
- package/Marketplace/main.js.map +1 -0
- package/Marketplace/polyfills.js +3398 -0
- package/Marketplace/polyfills.js.map +1 -0
- package/Marketplace/runtime.js +346 -0
- package/Marketplace/runtime.js.map +1 -0
- package/Marketplace/scripts.js +2634 -0
- package/Marketplace/scripts.js.map +1 -0
- package/Marketplace/src_app_login_login_module_ts.js +535 -0
- package/Marketplace/src_app_login_login_module_ts.js.map +1 -0
- package/Marketplace/src_app_menu_menu_module_ts.js +89436 -0
- package/Marketplace/src_app_menu_menu_module_ts.js.map +1 -0
- package/Marketplace/styles.css +30606 -0
- package/Marketplace/styles.css.map +1 -0
- package/Marketplace/vendor.js +71753 -0
- package/Marketplace/vendor.js.map +1 -0
- package/package.json +1 -1
- package/Marketplace/170.6c5c5ece64da542a.js +0 -1
- package/Marketplace/22.fb4f993e888aad3a.js +0 -1
- package/Marketplace/365.1282604dd7869f3c.js +0 -1
- package/Marketplace/3rdpartylicenses.txt +0 -490
- package/Marketplace/main.f504519b0a3bac1b.js +0 -1
- package/Marketplace/polyfills.2329f3f8d324fc9f.js +0 -1
- package/Marketplace/runtime.1acf622ba418cce0.js +0 -1
- package/Marketplace/scripts.16aad1e03d4e6f23.js +0 -1
- package/Marketplace/styles.b253e28bc8380ea0.css +0 -20
|
@@ -0,0 +1,346 @@
|
|
|
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
|
+
/******/ id: moduleId,
|
|
18
|
+
/******/ loaded: false,
|
|
19
|
+
/******/ exports: {}
|
|
20
|
+
/******/ };
|
|
21
|
+
/******/
|
|
22
|
+
/******/ // Execute the module function
|
|
23
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
24
|
+
/******/
|
|
25
|
+
/******/ // Flag the module as loaded
|
|
26
|
+
/******/ module.loaded = true;
|
|
27
|
+
/******/
|
|
28
|
+
/******/ // Return the exports of the module
|
|
29
|
+
/******/ return module.exports;
|
|
30
|
+
/******/ }
|
|
31
|
+
/******/
|
|
32
|
+
/******/ // expose the modules object (__webpack_modules__)
|
|
33
|
+
/******/ __webpack_require__.m = __webpack_modules__;
|
|
34
|
+
/******/
|
|
35
|
+
/************************************************************************/
|
|
36
|
+
/******/ /* webpack/runtime/chunk loaded */
|
|
37
|
+
/******/ (() => {
|
|
38
|
+
/******/ var deferred = [];
|
|
39
|
+
/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
|
|
40
|
+
/******/ if(chunkIds) {
|
|
41
|
+
/******/ priority = priority || 0;
|
|
42
|
+
/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
|
|
43
|
+
/******/ deferred[i] = [chunkIds, fn, priority];
|
|
44
|
+
/******/ return;
|
|
45
|
+
/******/ }
|
|
46
|
+
/******/ var notFulfilled = Infinity;
|
|
47
|
+
/******/ for (var i = 0; i < deferred.length; i++) {
|
|
48
|
+
/******/ var [chunkIds, fn, priority] = deferred[i];
|
|
49
|
+
/******/ var fulfilled = true;
|
|
50
|
+
/******/ for (var j = 0; j < chunkIds.length; j++) {
|
|
51
|
+
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
|
|
52
|
+
/******/ chunkIds.splice(j--, 1);
|
|
53
|
+
/******/ } else {
|
|
54
|
+
/******/ fulfilled = false;
|
|
55
|
+
/******/ if(priority < notFulfilled) notFulfilled = priority;
|
|
56
|
+
/******/ }
|
|
57
|
+
/******/ }
|
|
58
|
+
/******/ if(fulfilled) {
|
|
59
|
+
/******/ deferred.splice(i--, 1)
|
|
60
|
+
/******/ var r = fn();
|
|
61
|
+
/******/ if (r !== undefined) result = r;
|
|
62
|
+
/******/ }
|
|
63
|
+
/******/ }
|
|
64
|
+
/******/ return result;
|
|
65
|
+
/******/ };
|
|
66
|
+
/******/ })();
|
|
67
|
+
/******/
|
|
68
|
+
/******/ /* webpack/runtime/compat get default export */
|
|
69
|
+
/******/ (() => {
|
|
70
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
71
|
+
/******/ __webpack_require__.n = (module) => {
|
|
72
|
+
/******/ var getter = module && module.__esModule ?
|
|
73
|
+
/******/ () => (module['default']) :
|
|
74
|
+
/******/ () => (module);
|
|
75
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
76
|
+
/******/ return getter;
|
|
77
|
+
/******/ };
|
|
78
|
+
/******/ })();
|
|
79
|
+
/******/
|
|
80
|
+
/******/ /* webpack/runtime/create fake namespace object */
|
|
81
|
+
/******/ (() => {
|
|
82
|
+
/******/ var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);
|
|
83
|
+
/******/ var leafPrototypes;
|
|
84
|
+
/******/ // create a fake namespace object
|
|
85
|
+
/******/ // mode & 1: value is a module id, require it
|
|
86
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
87
|
+
/******/ // mode & 4: return value when already ns object
|
|
88
|
+
/******/ // mode & 16: return value when it's Promise-like
|
|
89
|
+
/******/ // mode & 8|1: behave like require
|
|
90
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
91
|
+
/******/ if(mode & 1) value = this(value);
|
|
92
|
+
/******/ if(mode & 8) return value;
|
|
93
|
+
/******/ if(typeof value === 'object' && value) {
|
|
94
|
+
/******/ if((mode & 4) && value.__esModule) return value;
|
|
95
|
+
/******/ if((mode & 16) && typeof value.then === 'function') return value;
|
|
96
|
+
/******/ }
|
|
97
|
+
/******/ var ns = Object.create(null);
|
|
98
|
+
/******/ __webpack_require__.r(ns);
|
|
99
|
+
/******/ var def = {};
|
|
100
|
+
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
101
|
+
/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
102
|
+
/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
|
|
103
|
+
/******/ }
|
|
104
|
+
/******/ def['default'] = () => (value);
|
|
105
|
+
/******/ __webpack_require__.d(ns, def);
|
|
106
|
+
/******/ return ns;
|
|
107
|
+
/******/ };
|
|
108
|
+
/******/ })();
|
|
109
|
+
/******/
|
|
110
|
+
/******/ /* webpack/runtime/define property getters */
|
|
111
|
+
/******/ (() => {
|
|
112
|
+
/******/ // define getter functions for harmony exports
|
|
113
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
114
|
+
/******/ for(var key in definition) {
|
|
115
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
116
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
117
|
+
/******/ }
|
|
118
|
+
/******/ }
|
|
119
|
+
/******/ };
|
|
120
|
+
/******/ })();
|
|
121
|
+
/******/
|
|
122
|
+
/******/ /* webpack/runtime/ensure chunk */
|
|
123
|
+
/******/ (() => {
|
|
124
|
+
/******/ __webpack_require__.f = {};
|
|
125
|
+
/******/ // This file contains only the entry chunk.
|
|
126
|
+
/******/ // The chunk loading function for additional chunks
|
|
127
|
+
/******/ __webpack_require__.e = (chunkId) => {
|
|
128
|
+
/******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
|
|
129
|
+
/******/ __webpack_require__.f[key](chunkId, promises);
|
|
130
|
+
/******/ return promises;
|
|
131
|
+
/******/ }, []));
|
|
132
|
+
/******/ };
|
|
133
|
+
/******/ })();
|
|
134
|
+
/******/
|
|
135
|
+
/******/ /* webpack/runtime/get javascript chunk filename */
|
|
136
|
+
/******/ (() => {
|
|
137
|
+
/******/ // This function allow to reference async chunks
|
|
138
|
+
/******/ __webpack_require__.u = (chunkId) => {
|
|
139
|
+
/******/ // return url for filenames based on template
|
|
140
|
+
/******/ return "" + chunkId + ".js";
|
|
141
|
+
/******/ };
|
|
142
|
+
/******/ })();
|
|
143
|
+
/******/
|
|
144
|
+
/******/ /* webpack/runtime/get mini-css chunk filename */
|
|
145
|
+
/******/ (() => {
|
|
146
|
+
/******/ // This function allow to reference async chunks
|
|
147
|
+
/******/ __webpack_require__.miniCssF = (chunkId) => {
|
|
148
|
+
/******/ // return url for filenames based on template
|
|
149
|
+
/******/ return undefined;
|
|
150
|
+
/******/ };
|
|
151
|
+
/******/ })();
|
|
152
|
+
/******/
|
|
153
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
154
|
+
/******/ (() => {
|
|
155
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
156
|
+
/******/ })();
|
|
157
|
+
/******/
|
|
158
|
+
/******/ /* webpack/runtime/load script */
|
|
159
|
+
/******/ (() => {
|
|
160
|
+
/******/ var inProgress = {};
|
|
161
|
+
/******/ var dataWebpackPrefix = "pos-marketplace:";
|
|
162
|
+
/******/ // loadScript function to load a script via script tag
|
|
163
|
+
/******/ __webpack_require__.l = (url, done, key, chunkId) => {
|
|
164
|
+
/******/ if(inProgress[url]) { inProgress[url].push(done); return; }
|
|
165
|
+
/******/ var script, needAttach;
|
|
166
|
+
/******/ if(key !== undefined) {
|
|
167
|
+
/******/ var scripts = document.getElementsByTagName("script");
|
|
168
|
+
/******/ for(var i = 0; i < scripts.length; i++) {
|
|
169
|
+
/******/ var s = scripts[i];
|
|
170
|
+
/******/ if(s.getAttribute("src") == url || s.getAttribute("data-webpack") == dataWebpackPrefix + key) { script = s; break; }
|
|
171
|
+
/******/ }
|
|
172
|
+
/******/ }
|
|
173
|
+
/******/ if(!script) {
|
|
174
|
+
/******/ needAttach = true;
|
|
175
|
+
/******/ script = document.createElement('script');
|
|
176
|
+
/******/ script.type = "module";
|
|
177
|
+
/******/ script.charset = 'utf-8';
|
|
178
|
+
/******/ script.timeout = 120;
|
|
179
|
+
/******/ if (__webpack_require__.nc) {
|
|
180
|
+
/******/ script.setAttribute("nonce", __webpack_require__.nc);
|
|
181
|
+
/******/ }
|
|
182
|
+
/******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
|
|
183
|
+
/******/ script.src = __webpack_require__.tu(url);
|
|
184
|
+
/******/ }
|
|
185
|
+
/******/ inProgress[url] = [done];
|
|
186
|
+
/******/ var onScriptComplete = (prev, event) => {
|
|
187
|
+
/******/ // avoid mem leaks in IE.
|
|
188
|
+
/******/ script.onerror = script.onload = null;
|
|
189
|
+
/******/ clearTimeout(timeout);
|
|
190
|
+
/******/ var doneFns = inProgress[url];
|
|
191
|
+
/******/ delete inProgress[url];
|
|
192
|
+
/******/ script.parentNode && script.parentNode.removeChild(script);
|
|
193
|
+
/******/ doneFns && doneFns.forEach((fn) => (fn(event)));
|
|
194
|
+
/******/ if(prev) return prev(event);
|
|
195
|
+
/******/ }
|
|
196
|
+
/******/ ;
|
|
197
|
+
/******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
|
|
198
|
+
/******/ script.onerror = onScriptComplete.bind(null, script.onerror);
|
|
199
|
+
/******/ script.onload = onScriptComplete.bind(null, script.onload);
|
|
200
|
+
/******/ needAttach && document.head.appendChild(script);
|
|
201
|
+
/******/ };
|
|
202
|
+
/******/ })();
|
|
203
|
+
/******/
|
|
204
|
+
/******/ /* webpack/runtime/make namespace object */
|
|
205
|
+
/******/ (() => {
|
|
206
|
+
/******/ // define __esModule on exports
|
|
207
|
+
/******/ __webpack_require__.r = (exports) => {
|
|
208
|
+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
209
|
+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
210
|
+
/******/ }
|
|
211
|
+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
212
|
+
/******/ };
|
|
213
|
+
/******/ })();
|
|
214
|
+
/******/
|
|
215
|
+
/******/ /* webpack/runtime/node module decorator */
|
|
216
|
+
/******/ (() => {
|
|
217
|
+
/******/ __webpack_require__.nmd = (module) => {
|
|
218
|
+
/******/ module.paths = [];
|
|
219
|
+
/******/ if (!module.children) module.children = [];
|
|
220
|
+
/******/ return module;
|
|
221
|
+
/******/ };
|
|
222
|
+
/******/ })();
|
|
223
|
+
/******/
|
|
224
|
+
/******/ /* webpack/runtime/trusted types policy */
|
|
225
|
+
/******/ (() => {
|
|
226
|
+
/******/ var policy;
|
|
227
|
+
/******/ __webpack_require__.tt = () => {
|
|
228
|
+
/******/ // Create Trusted Type policy if Trusted Types are available and the policy doesn't exist yet.
|
|
229
|
+
/******/ if (policy === undefined) {
|
|
230
|
+
/******/ policy = {
|
|
231
|
+
/******/ createScriptURL: (url) => (url)
|
|
232
|
+
/******/ };
|
|
233
|
+
/******/ if (typeof trustedTypes !== "undefined" && trustedTypes.createPolicy) {
|
|
234
|
+
/******/ policy = trustedTypes.createPolicy("angular#bundler", policy);
|
|
235
|
+
/******/ }
|
|
236
|
+
/******/ }
|
|
237
|
+
/******/ return policy;
|
|
238
|
+
/******/ };
|
|
239
|
+
/******/ })();
|
|
240
|
+
/******/
|
|
241
|
+
/******/ /* webpack/runtime/trusted types script url */
|
|
242
|
+
/******/ (() => {
|
|
243
|
+
/******/ __webpack_require__.tu = (url) => (__webpack_require__.tt().createScriptURL(url));
|
|
244
|
+
/******/ })();
|
|
245
|
+
/******/
|
|
246
|
+
/******/ /* webpack/runtime/publicPath */
|
|
247
|
+
/******/ (() => {
|
|
248
|
+
/******/ __webpack_require__.p = "https://cdn.jsdelivr.net/npm/marketplacepos@2.1.9/Marketplace/";
|
|
249
|
+
/******/ })();
|
|
250
|
+
/******/
|
|
251
|
+
/******/ /* webpack/runtime/jsonp chunk loading */
|
|
252
|
+
/******/ (() => {
|
|
253
|
+
/******/ // no baseURI
|
|
254
|
+
/******/
|
|
255
|
+
/******/ // object to store loaded and loading chunks
|
|
256
|
+
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
257
|
+
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
|
258
|
+
/******/ var installedChunks = {
|
|
259
|
+
/******/ "runtime": 0
|
|
260
|
+
/******/ };
|
|
261
|
+
/******/
|
|
262
|
+
/******/ __webpack_require__.f.j = (chunkId, promises) => {
|
|
263
|
+
/******/ // JSONP chunk loading for javascript
|
|
264
|
+
/******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
|
|
265
|
+
/******/ if(installedChunkData !== 0) { // 0 means "already installed".
|
|
266
|
+
/******/
|
|
267
|
+
/******/ // a Promise means "currently loading".
|
|
268
|
+
/******/ if(installedChunkData) {
|
|
269
|
+
/******/ promises.push(installedChunkData[2]);
|
|
270
|
+
/******/ } else {
|
|
271
|
+
/******/ if("runtime" != chunkId) {
|
|
272
|
+
/******/ // setup Promise in chunk cache
|
|
273
|
+
/******/ var promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
|
|
274
|
+
/******/ promises.push(installedChunkData[2] = promise);
|
|
275
|
+
/******/
|
|
276
|
+
/******/ // start chunk loading
|
|
277
|
+
/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
|
|
278
|
+
/******/ // create error before stack unwound to get useful stacktrace later
|
|
279
|
+
/******/ var error = new Error();
|
|
280
|
+
/******/ var loadingEnded = (event) => {
|
|
281
|
+
/******/ if(__webpack_require__.o(installedChunks, chunkId)) {
|
|
282
|
+
/******/ installedChunkData = installedChunks[chunkId];
|
|
283
|
+
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
|
|
284
|
+
/******/ if(installedChunkData) {
|
|
285
|
+
/******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
|
|
286
|
+
/******/ var realSrc = event && event.target && event.target.src;
|
|
287
|
+
/******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
|
|
288
|
+
/******/ error.name = 'ChunkLoadError';
|
|
289
|
+
/******/ error.type = errorType;
|
|
290
|
+
/******/ error.request = realSrc;
|
|
291
|
+
/******/ installedChunkData[1](error);
|
|
292
|
+
/******/ }
|
|
293
|
+
/******/ }
|
|
294
|
+
/******/ };
|
|
295
|
+
/******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
|
|
296
|
+
/******/ } else installedChunks[chunkId] = 0;
|
|
297
|
+
/******/ }
|
|
298
|
+
/******/ }
|
|
299
|
+
/******/ };
|
|
300
|
+
/******/
|
|
301
|
+
/******/ // no prefetching
|
|
302
|
+
/******/
|
|
303
|
+
/******/ // no preloaded
|
|
304
|
+
/******/
|
|
305
|
+
/******/ // no HMR
|
|
306
|
+
/******/
|
|
307
|
+
/******/ // no HMR manifest
|
|
308
|
+
/******/
|
|
309
|
+
/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
|
|
310
|
+
/******/
|
|
311
|
+
/******/ // install a JSONP callback for chunk loading
|
|
312
|
+
/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
|
|
313
|
+
/******/ var [chunkIds, moreModules, runtime] = data;
|
|
314
|
+
/******/ // add "moreModules" to the modules object,
|
|
315
|
+
/******/ // then flag all "chunkIds" as loaded and fire callback
|
|
316
|
+
/******/ var moduleId, chunkId, i = 0;
|
|
317
|
+
/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
|
|
318
|
+
/******/ for(moduleId in moreModules) {
|
|
319
|
+
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
|
|
320
|
+
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
|
|
321
|
+
/******/ }
|
|
322
|
+
/******/ }
|
|
323
|
+
/******/ if(runtime) var result = runtime(__webpack_require__);
|
|
324
|
+
/******/ }
|
|
325
|
+
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
|
|
326
|
+
/******/ for(;i < chunkIds.length; i++) {
|
|
327
|
+
/******/ chunkId = chunkIds[i];
|
|
328
|
+
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
329
|
+
/******/ installedChunks[chunkId][0]();
|
|
330
|
+
/******/ }
|
|
331
|
+
/******/ installedChunks[chunkId] = 0;
|
|
332
|
+
/******/ }
|
|
333
|
+
/******/ return __webpack_require__.O(result);
|
|
334
|
+
/******/ }
|
|
335
|
+
/******/
|
|
336
|
+
/******/ var chunkLoadingGlobal = self["webpackChunkpos_marketplace"] = self["webpackChunkpos_marketplace"] || [];
|
|
337
|
+
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
|
|
338
|
+
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
|
|
339
|
+
/******/ })();
|
|
340
|
+
/******/
|
|
341
|
+
/************************************************************************/
|
|
342
|
+
/******/
|
|
343
|
+
/******/
|
|
344
|
+
/******/ })()
|
|
345
|
+
;
|
|
346
|
+
//# sourceMappingURL=runtime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtime.js","mappings":";;;;UAAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;;;;WC5BA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA,kBAAkB,qBAAqB;WACvC;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WC3BA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,sDAAsD;WACtD,sCAAsC,iEAAiE;WACvG;WACA;WACA;WACA;WACA;WACA;;;;;WCzBA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF;;;;;WCRA;WACA;WACA;WACA;WACA;;;;;WCJA;WACA;WACA;WACA;WACA;;;;;WCJA;;;;;WCAA;WACA;WACA;WACA;WACA,uBAAuB,4BAA4B;WACnD;WACA;WACA;WACA,iBAAiB,oBAAoB;WACrC;WACA,mGAAmG,YAAY;WAC/G;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,mEAAmE,iCAAiC;WACpG;WACA;WACA;WACA;;;;;WCzCA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;WACA;WACA;WACA;WACA;;;;;WCJA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WCZA;;;;;WCAA;;;;;WCAA;;WAEA;WACA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA,iCAAiC;;WAEjC;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM;WACN;WACA;WACA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM,qBAAqB;WAC3B;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA","sources":["webpack/bootstrap","webpack/runtime/chunk loaded","webpack/runtime/compat get default export","webpack/runtime/create fake namespace object","webpack/runtime/define property getters","webpack/runtime/ensure chunk","webpack/runtime/get javascript chunk filename","webpack/runtime/get mini-css chunk filename","webpack/runtime/hasOwnProperty shorthand","webpack/runtime/load script","webpack/runtime/make namespace object","webpack/runtime/node module decorator","webpack/runtime/trusted types policy","webpack/runtime/trusted types script url","webpack/runtime/publicPath","webpack/runtime/jsonp chunk loading","webpack/before-startup","webpack/startup","webpack/after-startup"],"sourcesContent":["// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);\nvar leafPrototypes;\n// create a fake namespace object\n// mode & 1: value is a module id, require it\n// mode & 2: merge all properties of value into the ns\n// mode & 4: return value when already ns object\n// mode & 16: return value when it's Promise-like\n// mode & 8|1: behave like require\n__webpack_require__.t = function(value, mode) {\n\tif(mode & 1) value = this(value);\n\tif(mode & 8) return value;\n\tif(typeof value === 'object' && value) {\n\t\tif((mode & 4) && value.__esModule) return value;\n\t\tif((mode & 16) && typeof value.then === 'function') return value;\n\t}\n\tvar ns = Object.create(null);\n\t__webpack_require__.r(ns);\n\tvar def = {};\n\tleafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];\n\tfor(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {\n\t\tObject.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));\n\t}\n\tdef['default'] = () => (value);\n\t__webpack_require__.d(ns, def);\n\treturn ns;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \".js\";\n};","// This function allow to reference async chunks\n__webpack_require__.miniCssF = (chunkId) => {\n\t// return url for filenames based on template\n\treturn undefined;\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","var inProgress = {};\nvar dataWebpackPrefix = \"pos-marketplace:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\t\tscript.type = \"module\";\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\t\tscript.src = __webpack_require__.tu(url);\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\t;\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","var policy;\n__webpack_require__.tt = () => {\n\t// Create Trusted Type policy if Trusted Types are available and the policy doesn't exist yet.\n\tif (policy === undefined) {\n\t\tpolicy = {\n\t\t\tcreateScriptURL: (url) => (url)\n\t\t};\n\t\tif (typeof trustedTypes !== \"undefined\" && trustedTypes.createPolicy) {\n\t\t\tpolicy = trustedTypes.createPolicy(\"angular#bundler\", policy);\n\t\t}\n\t}\n\treturn policy;\n};","__webpack_require__.tu = (url) => (__webpack_require__.tt().createScriptURL(url));","__webpack_require__.p = \"https://cdn.jsdelivr.net/npm/marketplacepos@2.1.9/Marketplace/\";","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"runtime\": 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(\"runtime\" != chunkId) {\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkpos_marketplace\"] = self[\"webpackChunkpos_marketplace\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","","",""],"names":[],"sourceRoot":"webpack:///"}
|