marketplacepos 2.1.8 → 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/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/22.3ed8be5eefce7800.js +0 -1
- package/Marketplace/279.99f72f2db907a0bb.js +0 -1
- package/Marketplace/365.f9ccbbdc3ddf6406.js +0 -1
- package/Marketplace/3rdpartylicenses.txt +0 -490
- package/Marketplace/main.7096164b30c14167.js +0 -1
- package/Marketplace/polyfills.04dd6d83022797c4.js +0 -1
- package/Marketplace/runtime.014fe9715bc16791.js +0 -1
- package/Marketplace/scripts.512baec01df5d79f.js +0 -1
- package/Marketplace/styles.2acb2f61cf99c19d.css +0 -39
package/Marketplace/index.html
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
<!DOCTYPE html
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<meta
|
|
5
|
-
<meta http-equiv="
|
|
6
|
-
<
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<link
|
|
13
|
-
<link href="
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
|
|
6
|
+
<meta http-equiv="Pragma" content="no-cache">
|
|
7
|
+
<meta http-equiv="Expires" content="0"/>
|
|
8
|
+
<title>DealPOS Omnichannel AddOns - Integrasi banyak account marketplace</title>
|
|
9
|
+
<base href="/">
|
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
11
|
+
<meta name="description" content="Aplikasi manajemen Omnichannel untuk kelola banyak akun marketplace dalam satu platform. Lebih mudah memproses pesanan dan mengelola inventory."/>
|
|
12
|
+
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
13
|
+
<link href="//fonts.googleapis.com/css?family=Roboto:300,400,700|Roboto+Slab:400,700" rel="stylesheet" type="text/css"/>
|
|
14
|
+
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
15
|
+
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
|
|
16
|
+
<script>
|
|
17
|
+
(function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator'); ic('update', w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/xv1oomgl'; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }; if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })();
|
|
18
|
+
</script>
|
|
19
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/marketplacepos@2.1.9/Marketplace/styles.css"></head>
|
|
20
|
+
<body>
|
|
21
|
+
<app-root></app-root>
|
|
22
|
+
<script src="https://cdn.jsdelivr.net/npm/marketplacepos@2.1.9/Marketplace/runtime.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/marketplacepos@2.1.9/Marketplace/polyfills.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/marketplacepos@2.1.9/Marketplace/scripts.js" defer></script><script src="https://cdn.jsdelivr.net/npm/marketplacepos@2.1.9/Marketplace/vendor.js" type="module"></script><script src="https://cdn.jsdelivr.net/npm/marketplacepos@2.1.9/Marketplace/main.js" type="module"></script></body>
|
|
23
|
+
</html>
|