zohodealpos 1.2.8 → 1.3.2
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/package.json +1 -1
- package/zoho/642.c750b53899b660f2e780.js +1 -0
- package/zoho/665.8af334950ba206e5c0e5.js +1 -0
- package/zoho/{899.e7c3ee1002532167d341.js → 899.3c03f8f7b28f7194ce11.js} +1 -1
- package/zoho/assets/bootstrap_light.scss +1 -1
- package/zoho/index.html +3 -3
- package/zoho/main.87fafd478f714d6e58fe.js +1 -0
- package/zoho/ngsw-worker.js +4 -4
- package/zoho/ngsw.json +15 -15
- package/zoho/runtime.493ad5dd13fe621280c8.js +1 -0
- package/zoho/{styles.dbdb7106a9efcb2c87be.css → styles.51eee3d61e891f39ef1d.css} +1 -1
- package/zoho/642.ddb3bff2ab696bd80bd4.js +0 -1
- package/zoho/665.994c0a8fe9bf285b8bca.js +0 -1
- package/zoho/main.0a3f344284c2463752f0.js +0 -1
- package/zoho/runtime.9472b3f83af830f73fb7.js +0 -1
package/zoho/ngsw-worker.js
CHANGED
|
@@ -1735,7 +1735,7 @@
|
|
|
1735
1735
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1736
1736
|
* found in the LICENSE file at https://angular.io/license
|
|
1737
1737
|
*/
|
|
1738
|
-
const SW_VERSION = '12.2.
|
|
1738
|
+
const SW_VERSION = '12.2.4';
|
|
1739
1739
|
const DEBUG_LOG_BUFFER_SIZE = 100;
|
|
1740
1740
|
class DebugHandler {
|
|
1741
1741
|
constructor(driver, adapter) {
|
|
@@ -2218,7 +2218,7 @@ ${msgIdle}`, { headers: this.adapter.newHeaders({ 'Content-Type': 'text/plain' }
|
|
|
2218
2218
|
});
|
|
2219
2219
|
}
|
|
2220
2220
|
handleClick(notification, action) {
|
|
2221
|
-
var _a, _b;
|
|
2221
|
+
var _a, _b, _c;
|
|
2222
2222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2223
2223
|
notification.close();
|
|
2224
2224
|
const options = {};
|
|
@@ -2227,8 +2227,8 @@ ${msgIdle}`, { headers: this.adapter.newHeaders({ 'Content-Type': 'text/plain' }
|
|
|
2227
2227
|
NOTIFICATION_OPTION_NAMES.filter(name => name in notification)
|
|
2228
2228
|
.forEach(name => options[name] = notification[name]);
|
|
2229
2229
|
const notificationAction = action === '' || action === undefined ? 'default' : action;
|
|
2230
|
-
const onActionClick = (_a = notification === null || notification === void 0 ? void 0 : notification.data) === null || _a === void 0 ? void 0 : _a.onActionClick[notificationAction];
|
|
2231
|
-
const urlToOpen = new URL((
|
|
2230
|
+
const onActionClick = (_b = (_a = notification === null || notification === void 0 ? void 0 : notification.data) === null || _a === void 0 ? void 0 : _a.onActionClick) === null || _b === void 0 ? void 0 : _b[notificationAction];
|
|
2231
|
+
const urlToOpen = new URL((_c = onActionClick === null || onActionClick === void 0 ? void 0 : onActionClick.url) !== null && _c !== void 0 ? _c : '', this.scope.registration.scope).href;
|
|
2232
2232
|
switch (onActionClick === null || onActionClick === void 0 ? void 0 : onActionClick.operation) {
|
|
2233
2233
|
case 'openWindow':
|
|
2234
2234
|
yield this.scope.clients.openWindow(urlToOpen);
|
package/zoho/ngsw.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"configVersion": 1,
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1632279565318,
|
|
4
4
|
"index": "/index.html",
|
|
5
5
|
"assetGroups": [
|
|
6
6
|
{
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
"ignoreVary": true
|
|
12
12
|
},
|
|
13
13
|
"urls": [
|
|
14
|
-
"/642.
|
|
15
|
-
"/665.
|
|
16
|
-
"/899.
|
|
14
|
+
"/642.c750b53899b660f2e780.js",
|
|
15
|
+
"/665.8af334950ba206e5c0e5.js",
|
|
16
|
+
"/899.3c03f8f7b28f7194ce11.js",
|
|
17
17
|
"/favicon.ico",
|
|
18
18
|
"/index.html",
|
|
19
|
-
"/main.
|
|
19
|
+
"/main.87fafd478f714d6e58fe.js",
|
|
20
20
|
"/manifest.webmanifest",
|
|
21
21
|
"/polyfills.91e9c0d031abefd44bb8.js",
|
|
22
|
-
"/runtime.
|
|
22
|
+
"/runtime.493ad5dd13fe621280c8.js",
|
|
23
23
|
"/scripts.efed6238f50c973203f8.js",
|
|
24
|
-
"/styles.
|
|
24
|
+
"/styles.51eee3d61e891f39ef1d.css"
|
|
25
25
|
],
|
|
26
26
|
"patterns": []
|
|
27
27
|
},
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
],
|
|
85
85
|
"dataGroups": [],
|
|
86
86
|
"hashTable": {
|
|
87
|
-
"/642.
|
|
88
|
-
"/665.
|
|
89
|
-
"/899.
|
|
90
|
-
"/assets/bootstrap_light.scss": "
|
|
87
|
+
"/642.c750b53899b660f2e780.js": "955bdf508de0b055c9837cf1fdcd93c04a66864e",
|
|
88
|
+
"/665.8af334950ba206e5c0e5.js": "eebf2d90b8ca89792216fee8715ebb70cc3a2bbd",
|
|
89
|
+
"/899.3c03f8f7b28f7194ce11.js": "67c3f94f09b2a60126097f36bddea4756b82ec31",
|
|
90
|
+
"/assets/bootstrap_light.scss": "c1259a97d15ee836fbd3ba031dc8327f9cd7cf05",
|
|
91
91
|
"/assets/floatingLabel.scss": "ecc84bde7497e5998dd61c5051c3ce4ffce6b67b",
|
|
92
92
|
"/assets/icons/icon-128x128.png": "dae3b6ed49bdaf4327b92531d4b5b4a5d30c7532",
|
|
93
93
|
"/assets/icons/icon-144x144.png": "b0bd89982e08f9bd2b642928f5391915b74799a7",
|
|
@@ -133,13 +133,13 @@
|
|
|
133
133
|
"/assets/pos_variable.scss": "1c4a121e77fa382d97ba44f7eb0558933d82af6f",
|
|
134
134
|
"/assets/sitemap.json": "d770a14b6123cba4e31a8617318b0346582e8f10",
|
|
135
135
|
"/favicon.ico": "22f6a4a3bcaafafb0254e0f2fa4ceb89e505e8b2",
|
|
136
|
-
"/index.html": "
|
|
137
|
-
"/main.
|
|
136
|
+
"/index.html": "e314b4aa3ac2f9f162cce8eb4ca8ca0bd972a32e",
|
|
137
|
+
"/main.87fafd478f714d6e58fe.js": "8dd61e321f1f7196bedf3803abbd1d80816196e9",
|
|
138
138
|
"/manifest.webmanifest": "0b6a767cefbd854096cf0ee35858b7497a39c611",
|
|
139
139
|
"/polyfills.91e9c0d031abefd44bb8.js": "20beec0fc5c8a2428571138f88379b80e6bc5541",
|
|
140
|
-
"/runtime.
|
|
140
|
+
"/runtime.493ad5dd13fe621280c8.js": "0fe3568350e89b4cfd8a08b7ea1c8dc0b092b13c",
|
|
141
141
|
"/scripts.efed6238f50c973203f8.js": "745226d8d08afb3d716848d7eeed74d2319d4082",
|
|
142
|
-
"/styles.
|
|
142
|
+
"/styles.51eee3d61e891f39ef1d.css": "7cef63f359db3cac24ee3b7f600752a6fa44b4a3"
|
|
143
143
|
},
|
|
144
144
|
"navigationUrls": [
|
|
145
145
|
{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{"use strict";var e,v={},h={};function r(e){var n=h[e];if(void 0!==n)return n.exports;var t=h[e]={id:e,loaded:!1,exports:{}};return v[e].call(t.exports,t,t.exports,r),t.loaded=!0,t.exports}r.m=v,e=[],r.O=(n,t,i,f)=>{if(!t){var a=1/0;for(o=0;o<e.length;o++){for(var[t,i,f]=e[o],d=!0,l=0;l<t.length;l++)(!1&f||a>=f)&&Object.keys(r.O).every(b=>r.O[b](t[l]))?t.splice(l--,1):(d=!1,f<a&&(a=f));if(d){e.splice(o--,1);var s=i();void 0!==s&&(n=s)}}return n}f=f||0;for(var o=e.length;o>0&&e[o-1][2]>f;o--)e[o]=e[o-1];e[o]=[t,i,f]},r.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return r.d(n,{a:n}),n},r.d=(e,n)=>{for(var t in n)r.o(n,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((n,t)=>(r.f[t](e,n),n),[])),r.u=e=>e+"."+{642:"c750b53899b660f2e780",665:"8af334950ba206e5c0e5",899:"3c03f8f7b28f7194ce11"}[e]+".js",r.miniCssF=e=>"styles.51eee3d61e891f39ef1d.css",r.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),(()=>{var e={},n="zoho:";r.l=(t,i,f,o)=>{if(e[t])e[t].push(i);else{var a,d;if(void 0!==f)for(var l=document.getElementsByTagName("script"),s=0;s<l.length;s++){var u=l[s];if(u.getAttribute("src")==t||u.getAttribute("data-webpack")==n+f){a=u;break}}a||(d=!0,(a=document.createElement("script")).charset="utf-8",a.timeout=120,r.nc&&a.setAttribute("nonce",r.nc),a.setAttribute("data-webpack",n+f),a.src=r.tu(t)),e[t]=[i];var c=(g,b)=>{a.onerror=a.onload=null,clearTimeout(p);var m=e[t];if(delete e[t],a.parentNode&&a.parentNode.removeChild(a),m&&m.forEach(_=>_(b)),g)return g(b)},p=setTimeout(c.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=c.bind(null,a.onerror),a.onload=c.bind(null,a.onload),d&&document.head.appendChild(a)}}})(),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;r.tu=n=>(void 0===e&&(e={createScriptURL:t=>t},"undefined"!=typeof trustedTypes&&trustedTypes.createPolicy&&(e=trustedTypes.createPolicy("angular#bundler",e))),e.createScriptURL(n))})(),r.p="https://cdn.jsdelivr.net/npm/zohodealpos@1.3.2/zoho/",(()=>{var e={666:0};r.f.j=(i,f)=>{var o=r.o(e,i)?e[i]:void 0;if(0!==o)if(o)f.push(o[2]);else if(666!=i){var a=new Promise((u,c)=>o=e[i]=[u,c]);f.push(o[2]=a);var d=r.p+r.u(i),l=new Error;r.l(d,u=>{if(r.o(e,i)&&(0!==(o=e[i])&&(e[i]=void 0),o)){var c=u&&("load"===u.type?"missing":u.type),p=u&&u.target&&u.target.src;l.message="Loading chunk "+i+" failed.\n("+c+": "+p+")",l.name="ChunkLoadError",l.type=c,l.request=p,o[1](l)}},"chunk-"+i,i)}else e[i]=0},r.O.j=i=>0===e[i];var n=(i,f)=>{var l,s,[o,a,d]=f,u=0;for(l in a)r.o(a,l)&&(r.m[l]=a[l]);if(d)var c=d(r);for(i&&i(f);u<o.length;u++)r.o(e,s=o[u])&&e[s]&&e[s][0](),e[o[u]]=0;return r.O(c)},t=self.webpackChunkzoho=self.webpackChunkzoho||[];t.forEach(n.bind(null,0)),t.push=n.bind(null,t.push.bind(t))})()})();
|