@actual-app/web 26.5.1 → 26.5.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/build/.vite/manifest.json +2 -2
- package/build/index.html +1 -1
- package/build/static/js/{index.B1g0a26t.js → index.CIcGifLe.js} +3 -3
- package/build/static/js/{index.B1g0a26t.js.map → index.CIcGifLe.js.map} +1 -1
- package/build/static/js/{wide.19g__UOB.chunk.js → wide.R4825YW2.chunk.js} +1 -1
- package/build/sw.js +1 -1
- package/build/sw.js.map +1 -1
- package/build/ts/.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as Account, c as Budget, i as ManageRulesPage, n as BankSync, o as GoCardlessLink, r as ManagePayeesPage, s as Schedules, t as UserDirectoryPage } from "./index.
|
|
1
|
+
import { a as Account, c as Budget, i as ManageRulesPage, n as BankSync, o as GoCardlessLink, r as ManagePayeesPage, s as Schedules, t as UserDirectoryPage } from "./index.CIcGifLe.js";
|
|
2
2
|
export { Account, Account as Accounts, Account as Category, BankSync, Budget, GoCardlessLink, ManagePayeesPage as PayeeEdit, ManagePayeesPage as Payees, ManageRulesPage as RuleEdit, ManageRulesPage as Rules, Schedules as ScheduleEdit, Schedules, UserDirectoryPage };
|
package/build/sw.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
if(!self.define){let e,t={};const i=(i,s)=>(i=new URL(i+".js",s).href,t[i]||new Promise(t=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=t,document.head.appendChild(e)}else e=i,importScripts(i),t()}).then(()=>{let e=t[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(s,a)=>{const n=e||("document"in self?document.currentScript.src:"")||location.href;if(t[n])return;let r={};const c=e=>i(e,n),o={module:{uri:n},exports:r,require:c};t[n]=Promise.all(s.map(e=>o[e]||c(e))).then(e=>(a(...e),r))}}define([],function(){"use strict";try{self["workbox:core:7.3.0"]&&_()}catch(e){}const e=(e,...t)=>{let i=e;return t.length>0&&(i+=` :: ${JSON.stringify(t)}`),i};class t extends Error{constructor(t,i){super(e(t,i)),this.name=t,this.details=i}}try{self["workbox:routing:7.3.0"]&&_()}catch(e){}const i=e=>e&&"object"==typeof e?e:{handle:e};class s{constructor(e,t,s="GET"){this.handler=i(t),this.match=e,this.method=s}setCatchHandler(e){this.catchHandler=i(e)}}class a extends s{constructor(e,t,i){super(({url:t})=>{const i=e.exec(t.href);if(i&&(t.origin===location.origin||0===i.index))return i.slice(1)},t,i)}}class n{constructor(){this.t=new Map,this.i=new Map}get routes(){return this.t}addFetchListener(){self.addEventListener("fetch",e=>{const{request:t}=e,i=this.handleRequest({request:t,event:e});i&&e.respondWith(i)})}addCacheListener(){self.addEventListener("message",e=>{if(e.data&&"CACHE_URLS"===e.data.type){const{payload:t}=e.data,i=Promise.all(t.urlsToCache.map(t=>{"string"==typeof t&&(t=[t]);const i=new Request(...t);return this.handleRequest({request:i,event:e})}));e.waitUntil(i),e.ports&&e.ports[0]&&i.then(()=>e.ports[0].postMessage(!0))}})}handleRequest({request:e,event:t}){const i=new URL(e.url,location.href);if(!i.protocol.startsWith("http"))return;const s=i.origin===location.origin,{params:a,route:n}=this.findMatchingRoute({event:t,request:e,sameOrigin:s,url:i});let r=n&&n.handler;const c=e.method;if(!r&&this.i.has(c)&&(r=this.i.get(c)),!r)return;let o;try{o=r.handle({url:i,request:e,event:t,params:a})}catch(e){o=Promise.reject(e)}const l=n&&n.catchHandler;return o instanceof Promise&&(this.o||l)&&(o=o.catch(async s=>{if(l)try{return await l.handle({url:i,request:e,event:t,params:a})}catch(e){e instanceof Error&&(s=e)}if(this.o)return this.o.handle({url:i,request:e,event:t});throw s})),o}findMatchingRoute({url:e,sameOrigin:t,request:i,event:s}){const a=this.t.get(i.method)||[];for(const n of a){let a;const r=n.match({url:e,sameOrigin:t,request:i,event:s});if(r)return a=r,(Array.isArray(a)&&0===a.length||r.constructor===Object&&0===Object.keys(r).length||"boolean"==typeof r)&&(a=void 0),{route:n,params:a}}return{}}setDefaultHandler(e,t="GET"){this.i.set(t,i(e))}setCatchHandler(e){this.o=i(e)}registerRoute(e){this.t.has(e.method)||this.t.set(e.method,[]),this.t.get(e.method).push(e)}unregisterRoute(e){if(!this.t.has(e.method))throw new t("unregister-route-but-not-found-with-method",{method:e.method});const i=this.t.get(e.method).indexOf(e);if(!(i>-1))throw new t("unregister-route-route-not-registered");this.t.get(e.method).splice(i,1)}}let r;const c=()=>(r||(r=new n,r.addFetchListener(),r.addCacheListener()),r);function o(e,i,n){let r;if("string"==typeof e){const t=new URL(e,location.href);r=new s(({url:e})=>e.href===t.href,i,n)}else if(e instanceof RegExp)r=new a(e,i,n);else if("function"==typeof e)r=new s(e,i,n);else{if(!(e instanceof s))throw new t("unsupported-route-type",{moduleName:"workbox-routing",funcName:"registerRoute",paramName:"capture"});r=e}return c().registerRoute(r),r}const l={googleAnalytics:"googleAnalytics",precache:"precache-v2",prefix:"workbox",runtime:"runtime",suffix:"undefined"!=typeof registration?registration.scope:""},u=e=>[l.prefix,e,l.suffix].filter(e=>e&&e.length>0).join("-"),d=e=>e||u(l.precache),f=e=>e||u(l.runtime);function h(e,t){const i=t();return e.waitUntil(i),i}try{self["workbox:precaching:7.3.0"]&&_()}catch(e){}function v(e){if(!e)throw new t("add-to-cache-list-unexpected-type",{entry:e});if("string"==typeof e){const t=new URL(e,location.href);return{cacheKey:t.href,url:t.href}}const{revision:i,url:s}=e;if(!s)throw new t("add-to-cache-list-unexpected-type",{entry:e});if(!i){const e=new URL(s,location.href);return{cacheKey:e.href,url:e.href}}const a=new URL(s,location.href),n=new URL(s,location.href);return a.searchParams.set("__WB_REVISION__",i),{cacheKey:a.href,url:n.href}}class b{constructor(){this.updatedURLs=[],this.notUpdatedURLs=[],this.handlerWillStart=async({request:e,state:t})=>{t&&(t.originalRequest=e)},this.cachedResponseWillBeUsed=async({event:e,state:t,cachedResponse:i})=>{if("install"===e.type&&t&&t.originalRequest&&t.originalRequest instanceof Request){const e=t.originalRequest.url;i?this.notUpdatedURLs.push(e):this.updatedURLs.push(e)}return i}}}class w{constructor({precacheController:e}){this.cacheKeyWillBeUsed=async({request:e,params:t})=>{const i=(null==t?void 0:t.cacheKey)||this.l.getCacheKeyForURL(e.url);return i?new Request(i,{headers:e.headers}):e},this.l=e}}let g;async function m(e,i){let s=null;if(e.url){s=new URL(e.url).origin}if(s!==self.location.origin)throw new t("cross-origin-copy-response",{origin:s});const a=e.clone(),n={headers:new Headers(a.headers),status:a.status,statusText:a.statusText},r=function(){if(void 0===g){const e=new Response("");if("body"in e)try{new Response(e.body),g=!0}catch(e){g=!1}g=!1}return g}()?a.body:await a.blob();return new Response(r,n)}function p(e,t){const i=new URL(e);for(const e of t)i.searchParams.delete(e);return i.href}class y{constructor(){this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t})}}const q=new Set;try{self["workbox:strategies:7.3.0"]&&_()}catch(e){}function j(e){return"string"==typeof e?new Request(e):e}class k{constructor(e,t){this.u={},Object.assign(this,t),this.event=t.event,this.h=e,this.v=new y,this.m=[],this._=[...e.plugins],this.p=new Map;for(const e of this._)this.p.set(e,{});this.event.waitUntil(this.v.promise)}async fetch(e){const{event:i}=this;let s=j(e);if("navigate"===s.mode&&i instanceof FetchEvent&&i.preloadResponse){const e=await i.preloadResponse;if(e)return e}const a=this.hasCallback("fetchDidFail")?s.clone():null;try{for(const e of this.iterateCallbacks("requestWillFetch"))s=await e({request:s.clone(),event:i})}catch(e){if(e instanceof Error)throw new t("plugin-error-request-will-fetch",{thrownErrorMessage:e.message})}const n=s.clone();try{let e;e=await fetch(s,"navigate"===s.mode?void 0:this.h.fetchOptions);for(const t of this.iterateCallbacks("fetchDidSucceed"))e=await t({event:i,request:n,response:e});return e}catch(e){throw a&&await this.runCallbacks("fetchDidFail",{error:e,event:i,originalRequest:a.clone(),request:n.clone()}),e}}async fetchAndCachePut(e){const t=await this.fetch(e),i=t.clone();return this.waitUntil(this.cachePut(e,i)),t}async cacheMatch(e){const t=j(e);let i;const{cacheName:s,matchOptions:a}=this.h,n=await this.getCacheKey(t,"read"),r=Object.assign(Object.assign({},a),{cacheName:s});i=await caches.match(n,r);for(const e of this.iterateCallbacks("cachedResponseWillBeUsed"))i=await e({cacheName:s,matchOptions:a,cachedResponse:i,request:n,event:this.event})||void 0;return i}async cachePut(e,i){const s=j(e);var a;await(a=0,new Promise(e=>setTimeout(e,a)));const n=await this.getCacheKey(s,"write");if(!i)throw new t("cache-put-with-no-response",{url:(r=n.url,new URL(String(r),location.href).href.replace(new RegExp(`^${location.origin}`),""))});var r;const c=await this.q(i);if(!c)return!1;const{cacheName:o,matchOptions:l}=this.h,u=await self.caches.open(o),d=this.hasCallback("cacheDidUpdate"),f=d?await async function(e,t,i,s){const a=p(t.url,i);if(t.url===a)return e.match(t,s);const n=Object.assign(Object.assign({},s),{ignoreSearch:!0}),r=await e.keys(t,n);for(const t of r)if(a===p(t.url,i))return e.match(t,s)}(u,n.clone(),["__WB_REVISION__"],l):null;try{await u.put(n,d?c.clone():c)}catch(e){if(e instanceof Error)throw"QuotaExceededError"===e.name&&await async function(){for(const e of q)await e()}(),e}for(const e of this.iterateCallbacks("cacheDidUpdate"))await e({cacheName:o,oldResponse:f,newResponse:c.clone(),request:n,event:this.event});return!0}async getCacheKey(e,t){const i=`${e.url} | ${t}`;if(!this.u[i]){let s=e;for(const e of this.iterateCallbacks("cacheKeyWillBeUsed"))s=j(await e({mode:t,request:s,event:this.event,params:this.params}));this.u[i]=s}return this.u[i]}hasCallback(e){for(const t of this.h.plugins)if(e in t)return!0;return!1}async runCallbacks(e,t){for(const i of this.iterateCallbacks(e))await i(t)}*iterateCallbacks(e){for(const t of this.h.plugins)if("function"==typeof t[e]){const i=this.p.get(t),s=s=>{const a=Object.assign(Object.assign({},s),{state:i});return t[e](a)};yield s}}waitUntil(e){return this.m.push(e),e}async doneWaiting(){for(;this.m.length;){const e=this.m.splice(0),t=(await Promise.allSettled(e)).find(e=>"rejected"===e.status);if(t)throw t.reason}}destroy(){this.v.resolve(null)}async q(e){let t=e,i=!1;for(const e of this.iterateCallbacks("cacheWillUpdate"))if(t=await e({request:this.request,response:t,event:this.event})||void 0,i=!0,!t)break;return i||t&&200!==t.status&&(t=void 0),t}}class R{constructor(e={}){this.cacheName=f(e.cacheName),this.plugins=e.plugins||[],this.fetchOptions=e.fetchOptions,this.matchOptions=e.matchOptions}handle(e){const[t]=this.handleAll(e);return t}handleAll(e){e instanceof FetchEvent&&(e={event:e,request:e.request});const t=e.event,i="string"==typeof e.request?new Request(e.request):e.request,s="params"in e?e.params:void 0,a=new k(this,{event:t,request:i,params:s}),n=this.j(a,i,t);return[n,this.k(n,a,i,t)]}async j(e,i,s){let a;await e.runCallbacks("handlerWillStart",{event:s,request:i});try{if(a=await this.R(i,e),!a||"error"===a.type)throw new t("no-response",{url:i.url})}catch(t){if(t instanceof Error)for(const n of e.iterateCallbacks("handlerDidError"))if(a=await n({error:t,event:s,request:i}),a)break;if(!a)throw t}for(const t of e.iterateCallbacks("handlerWillRespond"))a=await t({event:s,request:i,response:a});return a}async k(e,t,i,s){let a,n;try{a=await e}catch(n){}try{await t.runCallbacks("handlerDidRespond",{event:s,request:i,response:a}),await t.doneWaiting()}catch(e){e instanceof Error&&(n=e)}if(await t.runCallbacks("handlerDidComplete",{event:s,request:i,response:a,error:n}),t.destroy(),n)throw n}}class x extends R{constructor(e={}){e.cacheName=d(e.cacheName),super(e),this.L=!1!==e.fallbackToNetwork,this.plugins.push(x.copyRedirectedCacheableResponsesPlugin)}async R(e,t){const i=await t.cacheMatch(e);return i||(t.event&&"install"===t.event.type?await this.C(e,t):await this.D(e,t))}async D(e,i){let s;const a=i.params||{};if(!this.L)throw new t("missing-precache-entry",{cacheName:this.cacheName,url:e.url});{const t=a.integrity,n=e.integrity,r=!n||n===t;s=await i.fetch(new Request(e,{integrity:"no-cors"!==e.mode?n||t:void 0})),t&&r&&"no-cors"!==e.mode&&(this.U(),await i.cachePut(e,s.clone()))}return s}async C(e,i){this.U();const s=await i.fetch(e);if(!await i.cachePut(e,s.clone()))throw new t("bad-precaching-response",{url:e.url,status:s.status});return s}U(){let e=null,t=0;for(const[i,s]of this.plugins.entries())s!==x.copyRedirectedCacheableResponsesPlugin&&(s===x.defaultPrecacheCacheabilityPlugin&&(e=i),s.cacheWillUpdate&&t++);0===t?this.plugins.push(x.defaultPrecacheCacheabilityPlugin):t>1&&null!==e&&this.plugins.splice(e,1)}}x.defaultPrecacheCacheabilityPlugin={cacheWillUpdate:async({response:e})=>!e||e.status>=400?null:e},x.copyRedirectedCacheableResponsesPlugin={cacheWillUpdate:async({response:e})=>e.redirected?await m(e):e};class L{constructor({cacheName:e,plugins:t=[],fallbackToNetwork:i=!0}={}){this.O=new Map,this.B=new Map,this.N=new Map,this.h=new x({cacheName:d(e),plugins:[...t,new w({precacheController:this})],fallbackToNetwork:i}),this.install=this.install.bind(this),this.activate=this.activate.bind(this)}get strategy(){return this.h}precache(e){this.addToCacheList(e),this.S||(self.addEventListener("install",this.install),self.addEventListener("activate",this.activate),this.S=!0)}addToCacheList(e){const i=[];for(const s of e){"string"==typeof s?i.push(s):s&&void 0===s.revision&&i.push(s.url);const{cacheKey:e,url:a}=v(s),n="string"!=typeof s&&s.revision?"reload":"default";if(this.O.has(a)&&this.O.get(a)!==e)throw new t("add-to-cache-list-conflicting-entries",{firstEntry:this.O.get(a),secondEntry:e});if("string"!=typeof s&&s.integrity){if(this.N.has(e)&&this.N.get(e)!==s.integrity)throw new t("add-to-cache-list-conflicting-integrities",{url:a});this.N.set(e,s.integrity)}if(this.O.set(a,e),this.B.set(a,n),i.length>0){const e=`Workbox is precaching URLs without revision info: ${i.join(", ")}\nThis is generally NOT safe. Learn more at https://bit.ly/wb-precache`;console.warn(e)}}}install(e){return h(e,async()=>{const t=new b;this.strategy.plugins.push(t);for(const[t,i]of this.O){const s=this.N.get(i),a=this.B.get(t),n=new Request(t,{integrity:s,cache:a,credentials:"same-origin"});await Promise.all(this.strategy.handleAll({params:{cacheKey:i},request:n,event:e}))}const{updatedURLs:i,notUpdatedURLs:s}=t;return{updatedURLs:i,notUpdatedURLs:s}})}activate(e){return h(e,async()=>{const e=await self.caches.open(this.strategy.cacheName),t=await e.keys(),i=new Set(this.O.values()),s=[];for(const a of t)i.has(a.url)||(await e.delete(a),s.push(a.url));return{deletedURLs:s}})}getURLsToCacheKeys(){return this.O}getCachedURLs(){return[...this.O.keys()]}getCacheKeyForURL(e){const t=new URL(e,location.href);return this.O.get(t.href)}getIntegrityForCacheKey(e){return this.N.get(e)}async matchPrecache(e){const t=e instanceof Request?e.url:e,i=this.getCacheKeyForURL(t);if(i){return(await self.caches.open(this.strategy.cacheName)).match(i)}}createHandlerBoundToURL(e){const i=this.getCacheKeyForURL(e);if(!i)throw new t("non-precached-url",{url:e});return t=>(t.request=new Request(e),t.params=Object.assign({cacheKey:i},t.params),this.strategy.handle(t))}}let C;const D=()=>(C||(C=new L),C);class U extends s{constructor(e,t){super(({request:i})=>{const s=e.getURLsToCacheKeys();for(const a of function*(e,{ignoreURLParametersMatching:t=[/^utm_/,/^fbclid$/],directoryIndex:i="index.html",cleanURLs:s=!0,urlManipulation:a}={}){const n=new URL(e,location.href);n.hash="",yield n.href;const r=function(e,t=[]){for(const i of[...e.searchParams.keys()])t.some(e=>e.test(i))&&e.searchParams.delete(i);return e}(n,t);if(yield r.href,i&&r.pathname.endsWith("/")){const e=new URL(r.href);e.pathname+=i,yield e.href}if(s){const e=new URL(r.href);e.pathname+=".html",yield e.href}if(a){const e=a({url:n});for(const t of e)yield t.href}}(i.url,t)){const t=s.get(a);if(t){return{cacheKey:t,integrity:e.getIntegrityForCacheKey(t)}}}},e.strategy)}}var O,B;self.addEventListener("message",e=>{e.data&&"SKIP_WAITING"===e.data.type&&self.skipWaiting()}),O={ignoreURLParametersMatching:[/^v$/]},function(e){D().precache(e)}([{url:"sql-wasm.wasm",revision:"4f0b05db98f2e339322c5774c58fb190"},{url:"site.webmanifest",revision:"aaf671fcce0543b18b77da7ba11c5e52"},{url:"screenshot_wide.png",revision:"cccaedfd04381676556f593572eae669"},{url:"screenshot_narrow.png",revision:"81ef822ddd4eca7e37d5c8cb211274de"},{url:"mstile-150x150.png",revision:"dab5936f3b93b53165eebc06cc272961"},{url:"maskable-512x512.png",revision:"005b1c22e7117866b16403b1233c936c"},{url:"maskable-192x192.png",revision:"fb805a10ca5151acf6aa79b0788de44a"},{url:"manifest.webmanifest",revision:"48f01b69863ef427cc1f950a09bc3836"},{url:"index.html",revision:"e26d2acaea1aba6aa800085d1706fdc8"},{url:"favicon.ico",revision:"105baf1dd25c0ad8c47c23acda80fc36"},{url:"favicon-32x32.png",revision:"c7f3ce7ad1c2edd49db5a09049f687eb"},{url:"favicon-16x16.png",revision:"9244fee831e8721be77a9a370bc22f2a"},{url:"data-file-index.txt",revision:"66051ed1eae1eca9701fdae7c3e4b111"},{url:"apple-touch-icon.png",revision:"aa3bd7853335333a23f61cc67d5cc3a6"},{url:"android-chrome-512x512.png",revision:"995eec3691c43f6b673409f3b2aa8109"},{url:"android-chrome-192x192.png",revision:"8c7f9390b510eecb889cff5ce53dc8e1"},{url:"static/shared-browser-server-S10KRigh.js",revision:null},{url:"static/media/redacted-script-latin-ext-400-normal.BsF1F2G5.woff2",revision:null},{url:"static/media/redacted-script-latin-400-normal.DO_NTpDN.woff2",revision:null},{url:"static/media/inter-vietnamese-wght-normal.CBcvBZtf.woff2",revision:null},{url:"static/media/inter-vietnamese-wght-italic.K3WlGtc8.woff2",revision:null},{url:"static/media/inter-latin-wght-normal.Dx4kXJAl.woff2",revision:null},{url:"static/media/inter-latin-wght-italic.DpCbqKDY.woff2",revision:null},{url:"static/media/inter-latin-ext-wght-normal.DO1Apj_S.woff2",revision:null},{url:"static/media/inter-latin-ext-wght-italic.0pjOp8NU.woff2",revision:null},{url:"static/media/inter-greek-wght-normal.CkhJZR-_.woff2",revision:null},{url:"static/media/inter-greek-wght-italic.CILZdfAp.woff2",revision:null},{url:"static/media/inter-greek-ext-wght-normal.DlzME5K_.woff2",revision:null},{url:"static/media/inter-greek-ext-wght-italic.DcOpz6Lw.woff2",revision:null},{url:"static/media/inter-cyrillic-wght-normal.DqGufNeO.woff2",revision:null},{url:"static/media/inter-cyrillic-wght-italic.DzZdc28x.woff2",revision:null},{url:"static/media/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2",revision:null},{url:"static/media/inter-cyrillic-ext-wght-italic.B5xAaiFk.woff2",revision:null},{url:"static/js/zh-Hans.BfZ_43DW.chunk.js",revision:null},{url:"static/js/workbox-window.prod.es5.CPLPpGqS.chunk.js",revision:null},{url:"static/js/wide.19g__UOB.chunk.js",revision:null},{url:"static/js/useFormatList.DChO2TMh.chunk.js",revision:null},{url:"static/js/uk.Bf-shIqv.chunk.js",revision:null},{url:"static/js/theme.CMBHkT4E.chunk.js",revision:null},{url:"static/js/th.BW5Fg24_.chunk.js",revision:null},{url:"static/js/resize-observer.BdgWdbal.chunk.js",revision:null},{url:"static/js/pt-BR.Cv5-397q.chunk.js",revision:null},{url:"static/js/pl.u2Fb6zPW.chunk.js",revision:null},{url:"static/js/nl.DLGwcwMY.chunk.js",revision:null},{url:"static/js/nb-NO.g2tjLJkB.chunk.js",revision:null},{url:"static/js/narrow.D2jKRljJ.chunk.js",revision:null},{url:"static/js/it.Ci68Mx39.chunk.js",revision:null},{url:"static/js/indexeddb-main-thread-worker-e59fee74.xguYkce3.chunk.js",revision:null},{url:"static/js/index.B1g0a26t.js",revision:null},{url:"static/js/fr.DbYL52I4.chunk.js",revision:null},{url:"static/js/extends.B4LxODoX.chunk.js",revision:null},{url:"static/js/es.C07x_7g_.chunk.js",revision:null},{url:"static/js/en.BCif9e02.chunk.js",revision:null},{url:"static/js/en-GB.DtNSTmjQ.chunk.js",revision:null},{url:"static/js/de.DYQSZVn-.chunk.js",revision:null},{url:"static/js/da.C1x9eIvF.chunk.js",revision:null},{url:"static/js/client._yFjSMNR.chunk.js",revision:null},{url:"static/js/chart-theme.DIYMvoov.chunk.js",revision:null},{url:"static/js/ca.BuFKGDE7.chunk.js",revision:null},{url:"static/js/browser-server.Bww9SuVi.js",revision:null},{url:"static/js/Value.BytJXiib.chunk.js",revision:null},{url:"static/js/TransactionList.B4mi55tw.chunk.js",revision:null},{url:"static/js/TransactionEdit.D_A_Dmhn.chunk.js",revision:null},{url:"static/js/ScheduleEditForm.BXXG23Sk.chunk.js",revision:null},{url:"static/js/ReportRouter.DZ2C94Cy.chunk.js",revision:null},{url:"static/js/PayeeRuleCountLabel.CdQurs__.chunk.js",revision:null},{url:"static/js/FormulaEditor.BmiyTYDq.chunk.js",revision:null},{url:"static/js/BackgroundImage.Cla20Ezy.chunk.js",revision:null},{url:"static/img/DateSelect.right.CXg-2iZj.png",revision:null},{url:"static/img/DateSelect.left.DwzhSAZH.png",revision:null},{url:"static/css/index.DrTW3Pqs.css",revision:null},{url:"static/css/Value.CNzXZAta.css",revision:null},{url:"static/css/ReportRouter.DaOQ2Eox.css",revision:null},{url:"kcab/kcab.worker.BxG26swk.js",revision:"b3a3c1961bfbe6dea95fe672bba0f8cb"},{url:"data/default-db.sqlite",revision:"dd31b4b61a69874f2d54ad32219ca962"},{url:"data/migrations/1769000000000_add_custom_upcoming_length.sql",revision:"8b4fc9afb4e2550eefdfa6cc16d08589"},{url:"data/migrations/1768872504000_add_payee_locations.sql",revision:"5300349794befd800a1f7b8ac5995457"},{url:"data/migrations/1765518577215_multiple_dashboards.js",revision:"c83c6a4c4b5a9322b5d4717241644891"},{url:"data/migrations/1762178745667_rename_csv_skip_lines_pref.sql",revision:"0fe871dd89d651317d8ca4545388224a"},{url:"data/migrations/1759842823172_add_isGlobal_to_preferences.sql",revision:"5909391371f1f6665da2e828cb7c4754"},{url:"data/migrations/1759260219000_add_trim_interval_report_setting.sql",revision:"9b595e48267762727f908a80d0cd2e3f"},{url:"data/migrations/1754611200000_add_category_template_settings.sql",revision:"8ae6a0c7217be8e2360d94d326cf16c7"},{url:"data/migrations/1749799110001_tags_tombstone.sql",revision:"0071d6fd92b0d2da2e4ff93523583cc7"},{url:"data/migrations/1749799110000_add_tags.sql",revision:"0fd85a9c2fb988054f97018de0887885"},{url:"data/migrations/1745425408000_update_budgetType_pref.sql",revision:"8bfffc5739776a044e2937ef15561759"},{url:"data/migrations/1740506588539_add_last_reconciled_at.sql",revision:"740ede21e69f2233660e1b7a865c0108"},{url:"data/migrations/1739139550000_bank_sync_page.sql",revision:"2e1a0000cc79c7b053ad0eaa782d7c42"},{url:"data/migrations/1738491452000_sorting_rename.sql",revision:"8d0f0bf81eb36b8269c2dde78979e8a8"},{url:"data/migrations/1737158400000_add_learn_categories_to_payees.sql",revision:"0087132844e8a16d400221d500b35081"},{url:"data/migrations/1736640000000_custom_report_sorting.sql",revision:"2a6450ba1d960d23f3bea9b1c0a0553f"},{url:"data/migrations/1730744182000_fix_dashboard_table.sql",revision:"a637d8d1087e2b2b79141fa08acb58c5"},{url:"data/migrations/1723665565000_prefs.js",revision:"2fd9341e3fbde8350355b5f38094509d"},{url:"data/migrations/1722804019000_create_dashboard_table.js",revision:"572a5441ade9edcbf3aa562d31be891e"},{url:"data/migrations/1722717601000_reports_move_selected_categories.js",revision:"88df81e3f64d01b041ca05e4267e8aa3"},{url:"data/migrations/1720665000000_goal_context.sql",revision:"76d62e1f78e3ab16c8bbd3165c7847ea"},{url:"data/migrations/1720664867241_add_payee_favorite.sql",revision:"1c132a98b4c54064fc2ae6d79334b85c"},{url:"data/migrations/1720310586000_link_transfer_schedules.sql",revision:"19d1aa1142eb0c62b0c2b019ba8d7fd3"},{url:"data/migrations/1716359441000_include_current.sql",revision:"0104a2dc9c74d28b047a37950a80f645"},{url:"data/migrations/1712784523000_unhide_input_group.sql",revision:"845fbc65c3cdf92c000261a96c5f9ca4"},{url:"data/migrations/1707267033000_reports.sql",revision:"51f38187ba783f111b47bde06f68d634"},{url:"data/migrations/1704572023731_add_missing_goCardless_sync_source.sql",revision:"7c55095a1ffe780677fbb112244012bd"},{url:"data/migrations/1704572023730_add_account_sync_source.sql",revision:"fafa56a56e893e8c55bc9844784d3787"},{url:"data/migrations/1697046240000_add_reconciled.sql",revision:"2939bb51cad64e64f4915426bc6d709b"},{url:"data/migrations/1694438752000_add_goal_targets.sql",revision:"86fde3e9a39a4254ed673f7bf8dff2b4"},{url:"data/migrations/1691233396000_add_schedule_next_date_tombstone.sql",revision:"226e6a145ce61917bf81b981a76ec692"},{url:"data/migrations/1688841238000_add_account_type.sql",revision:"b91727fdf235dda6f891fa597cbbf86f"},{url:"data/migrations/1688749527273_transaction_filters.sql",revision:"5ce27183203bcf174e5b3420a291c452"},{url:"data/migrations/1686139660866_remove_account_type.sql",revision:"ba0723e9d664564ad382c9536fc2c5e7"},{url:"data/migrations/1685007876842_add_category_hidden.sql",revision:"f70bebec276ef1017b48e4e997a29d03"},{url:"data/migrations/1682974838138_remove_payee_rules.sql",revision:"d80909668760c73ec03d39bdfb400d04"},{url:"data/migrations/1681115033845_add_schedule_name.sql",revision:"6472cf3bc8e9fe1dc6899903672d9682"},{url:"data/migrations/1679728867040_rules_conditions.sql",revision:"64bf08b5a7ba2c245da3e5a4595e77f5"},{url:"data/migrations/1632571489012_remove_cache.js",revision:"5928ea38aed7761efbc4c5bb80ae2e04"},{url:"data/migrations/1618975177358_schedules.sql",revision:"dd71ff1c921f0a4a7b8ab06b6b8f2f8d"},{url:"data/migrations/1616167010796_accounts_order.sql",revision:"e18a277eb5eb46d2aabc38a43a7b049f"},{url:"data/migrations/1615745967948_meta.sql",revision:"eb874e7cb0a5c705f2cf1f6bdae9c7a3"},{url:"data/migrations/1614782639336_trans_views2.sql",revision:"f0c7d717307ed00558edfb7042c37bcf"},{url:"data/migrations/1612625548236_optimize.sql",revision:"5e99ddc97affbc94bb8f34f2f7904d13"},{url:"data/migrations/1608652596044_trans_views.sql",revision:"7477d8f89f23cb51e2d524cd69da9eba"},{url:"data/migrations/1608652596043_parent_field.sql",revision:"17811adaeefcc84488ddb185f88530f6"},{url:"data/migrations/1597756566448_rules.sql",revision:"1b0922c37c78d5f9100af2b476e39c17"},{url:"data/migrations/1582384163573_cleared.sql",revision:"51980ebb738033cbe725a82eed2fada8"},{url:"data/migrations/1567699552727_budget.sql",revision:"a2a119d831959488ddf283f74e1d9e3f"},{url:"data/migrations/1561751833510_indexes.sql",revision:"b58b366d566e6459475b265b741fe752"},{url:"data/migrations/1555786194328_remove_category_group_unique.sql",revision:"fc9dbeb3c59e430efa302743aaf45e06"},{url:"data/migrations/1550601598648_payees.sql",revision:"36399371020006330918e0934367bafa"},{url:"data/migrations/1548957970627_remove-db-version.sql",revision:"910c207215ecdb10b699f1a088e21b34"},{url:"archived/mstile-150x150.png",revision:"e06ac5daa8e450c84d68573f62bd2599"},{url:"archived/maskable-512x512.png",revision:"24ca87fca3fd16e78e43e2d29c9ea45c"},{url:"archived/maskable-192x192.png",revision:"4c18ff37f8b86d9481cee29aea08dbe8"},{url:"archived/favicon.png",revision:"8ea67ea8d9d063549296c9c52fa4c320"},{url:"archived/favicon-32x32.png",revision:"edaeeae217e7d5e3b286982e978c3d92"},{url:"archived/favicon-16x16.png",revision:"3a93fdf8d7a070e0977434e59668b22b"},{url:"archived/apple-touch-icon.png",revision:"572f0e3dfab62534709ba7e849e994d1"},{url:"archived/android-chrome-512x512.png",revision:"5da82c2a28a2cfac1c2a28f49a024248"},{url:"archived/android-chrome-192x192.png",revision:"e7c6868697d8ddc6785fedb9e0498969"},{url:"manifest.webmanifest",revision:"48f01b69863ef427cc1f950a09bc3836"}]),function(e){const t=D();o(new U(t,e))}(O),self.addEventListener("activate",e=>{const t=d();e.waitUntil((async(e,t="-precache-")=>{const i=(await self.caches.keys()).filter(i=>i.includes(t)&&i.includes(self.registration.scope)&&i!==e);return await Promise.all(i.map(e=>self.caches.delete(e))),i})(t).then(e=>{}))}),o(new class extends s{constructor(e,{allowlist:t=[/./],denylist:i=[]}={}){super(e=>this.T(e),e),this.P=t,this.F=i}T({url:e,request:t}){if(t&&"navigate"!==t.mode)return!1;const i=e.pathname+e.search;for(const e of this.F)if(e.test(i))return!1;return!!this.P.some(e=>e.test(i))}}((B="/index.html",D().createHandlerBoundToURL(B)),{denylist:[/^\/account\/.*$/,/^\/admin\/.*$/,/^\/secret\/.*$/,/^\/openid\/.*$/,/^\/plugins\/.*$/,/^\/kcab\/.*$/,/^\/plugin-data\/.*$/]}))});
|
|
1
|
+
if(!self.define){let e,t={};const i=(i,s)=>(i=new URL(i+".js",s).href,t[i]||new Promise(t=>{if("document"in self){const e=document.createElement("script");e.src=i,e.onload=t,document.head.appendChild(e)}else e=i,importScripts(i),t()}).then(()=>{let e=t[i];if(!e)throw new Error(`Module ${i} didn’t register its module`);return e}));self.define=(s,a)=>{const n=e||("document"in self?document.currentScript.src:"")||location.href;if(t[n])return;let r={};const c=e=>i(e,n),o={module:{uri:n},exports:r,require:c};t[n]=Promise.all(s.map(e=>o[e]||c(e))).then(e=>(a(...e),r))}}define([],function(){"use strict";try{self["workbox:core:7.3.0"]&&_()}catch(e){}const e=(e,...t)=>{let i=e;return t.length>0&&(i+=` :: ${JSON.stringify(t)}`),i};class t extends Error{constructor(t,i){super(e(t,i)),this.name=t,this.details=i}}try{self["workbox:routing:7.3.0"]&&_()}catch(e){}const i=e=>e&&"object"==typeof e?e:{handle:e};class s{constructor(e,t,s="GET"){this.handler=i(t),this.match=e,this.method=s}setCatchHandler(e){this.catchHandler=i(e)}}class a extends s{constructor(e,t,i){super(({url:t})=>{const i=e.exec(t.href);if(i&&(t.origin===location.origin||0===i.index))return i.slice(1)},t,i)}}class n{constructor(){this.t=new Map,this.i=new Map}get routes(){return this.t}addFetchListener(){self.addEventListener("fetch",e=>{const{request:t}=e,i=this.handleRequest({request:t,event:e});i&&e.respondWith(i)})}addCacheListener(){self.addEventListener("message",e=>{if(e.data&&"CACHE_URLS"===e.data.type){const{payload:t}=e.data,i=Promise.all(t.urlsToCache.map(t=>{"string"==typeof t&&(t=[t]);const i=new Request(...t);return this.handleRequest({request:i,event:e})}));e.waitUntil(i),e.ports&&e.ports[0]&&i.then(()=>e.ports[0].postMessage(!0))}})}handleRequest({request:e,event:t}){const i=new URL(e.url,location.href);if(!i.protocol.startsWith("http"))return;const s=i.origin===location.origin,{params:a,route:n}=this.findMatchingRoute({event:t,request:e,sameOrigin:s,url:i});let r=n&&n.handler;const c=e.method;if(!r&&this.i.has(c)&&(r=this.i.get(c)),!r)return;let o;try{o=r.handle({url:i,request:e,event:t,params:a})}catch(e){o=Promise.reject(e)}const l=n&&n.catchHandler;return o instanceof Promise&&(this.o||l)&&(o=o.catch(async s=>{if(l)try{return await l.handle({url:i,request:e,event:t,params:a})}catch(e){e instanceof Error&&(s=e)}if(this.o)return this.o.handle({url:i,request:e,event:t});throw s})),o}findMatchingRoute({url:e,sameOrigin:t,request:i,event:s}){const a=this.t.get(i.method)||[];for(const n of a){let a;const r=n.match({url:e,sameOrigin:t,request:i,event:s});if(r)return a=r,(Array.isArray(a)&&0===a.length||r.constructor===Object&&0===Object.keys(r).length||"boolean"==typeof r)&&(a=void 0),{route:n,params:a}}return{}}setDefaultHandler(e,t="GET"){this.i.set(t,i(e))}setCatchHandler(e){this.o=i(e)}registerRoute(e){this.t.has(e.method)||this.t.set(e.method,[]),this.t.get(e.method).push(e)}unregisterRoute(e){if(!this.t.has(e.method))throw new t("unregister-route-but-not-found-with-method",{method:e.method});const i=this.t.get(e.method).indexOf(e);if(!(i>-1))throw new t("unregister-route-route-not-registered");this.t.get(e.method).splice(i,1)}}let r;const c=()=>(r||(r=new n,r.addFetchListener(),r.addCacheListener()),r);function o(e,i,n){let r;if("string"==typeof e){const t=new URL(e,location.href);r=new s(({url:e})=>e.href===t.href,i,n)}else if(e instanceof RegExp)r=new a(e,i,n);else if("function"==typeof e)r=new s(e,i,n);else{if(!(e instanceof s))throw new t("unsupported-route-type",{moduleName:"workbox-routing",funcName:"registerRoute",paramName:"capture"});r=e}return c().registerRoute(r),r}const l={googleAnalytics:"googleAnalytics",precache:"precache-v2",prefix:"workbox",runtime:"runtime",suffix:"undefined"!=typeof registration?registration.scope:""},u=e=>[l.prefix,e,l.suffix].filter(e=>e&&e.length>0).join("-"),d=e=>e||u(l.precache),f=e=>e||u(l.runtime);function h(e,t){const i=t();return e.waitUntil(i),i}try{self["workbox:precaching:7.3.0"]&&_()}catch(e){}function v(e){if(!e)throw new t("add-to-cache-list-unexpected-type",{entry:e});if("string"==typeof e){const t=new URL(e,location.href);return{cacheKey:t.href,url:t.href}}const{revision:i,url:s}=e;if(!s)throw new t("add-to-cache-list-unexpected-type",{entry:e});if(!i){const e=new URL(s,location.href);return{cacheKey:e.href,url:e.href}}const a=new URL(s,location.href),n=new URL(s,location.href);return a.searchParams.set("__WB_REVISION__",i),{cacheKey:a.href,url:n.href}}class b{constructor(){this.updatedURLs=[],this.notUpdatedURLs=[],this.handlerWillStart=async({request:e,state:t})=>{t&&(t.originalRequest=e)},this.cachedResponseWillBeUsed=async({event:e,state:t,cachedResponse:i})=>{if("install"===e.type&&t&&t.originalRequest&&t.originalRequest instanceof Request){const e=t.originalRequest.url;i?this.notUpdatedURLs.push(e):this.updatedURLs.push(e)}return i}}}class w{constructor({precacheController:e}){this.cacheKeyWillBeUsed=async({request:e,params:t})=>{const i=(null==t?void 0:t.cacheKey)||this.l.getCacheKeyForURL(e.url);return i?new Request(i,{headers:e.headers}):e},this.l=e}}let m;async function g(e,i){let s=null;if(e.url){s=new URL(e.url).origin}if(s!==self.location.origin)throw new t("cross-origin-copy-response",{origin:s});const a=e.clone(),n={headers:new Headers(a.headers),status:a.status,statusText:a.statusText},r=function(){if(void 0===m){const e=new Response("");if("body"in e)try{new Response(e.body),m=!0}catch(e){m=!1}m=!1}return m}()?a.body:await a.blob();return new Response(r,n)}function p(e,t){const i=new URL(e);for(const e of t)i.searchParams.delete(e);return i.href}class y{constructor(){this.promise=new Promise((e,t)=>{this.resolve=e,this.reject=t})}}const q=new Set;try{self["workbox:strategies:7.3.0"]&&_()}catch(e){}function j(e){return"string"==typeof e?new Request(e):e}class k{constructor(e,t){this.u={},Object.assign(this,t),this.event=t.event,this.h=e,this.v=new y,this.m=[],this._=[...e.plugins],this.p=new Map;for(const e of this._)this.p.set(e,{});this.event.waitUntil(this.v.promise)}async fetch(e){const{event:i}=this;let s=j(e);if("navigate"===s.mode&&i instanceof FetchEvent&&i.preloadResponse){const e=await i.preloadResponse;if(e)return e}const a=this.hasCallback("fetchDidFail")?s.clone():null;try{for(const e of this.iterateCallbacks("requestWillFetch"))s=await e({request:s.clone(),event:i})}catch(e){if(e instanceof Error)throw new t("plugin-error-request-will-fetch",{thrownErrorMessage:e.message})}const n=s.clone();try{let e;e=await fetch(s,"navigate"===s.mode?void 0:this.h.fetchOptions);for(const t of this.iterateCallbacks("fetchDidSucceed"))e=await t({event:i,request:n,response:e});return e}catch(e){throw a&&await this.runCallbacks("fetchDidFail",{error:e,event:i,originalRequest:a.clone(),request:n.clone()}),e}}async fetchAndCachePut(e){const t=await this.fetch(e),i=t.clone();return this.waitUntil(this.cachePut(e,i)),t}async cacheMatch(e){const t=j(e);let i;const{cacheName:s,matchOptions:a}=this.h,n=await this.getCacheKey(t,"read"),r=Object.assign(Object.assign({},a),{cacheName:s});i=await caches.match(n,r);for(const e of this.iterateCallbacks("cachedResponseWillBeUsed"))i=await e({cacheName:s,matchOptions:a,cachedResponse:i,request:n,event:this.event})||void 0;return i}async cachePut(e,i){const s=j(e);var a;await(a=0,new Promise(e=>setTimeout(e,a)));const n=await this.getCacheKey(s,"write");if(!i)throw new t("cache-put-with-no-response",{url:(r=n.url,new URL(String(r),location.href).href.replace(new RegExp(`^${location.origin}`),""))});var r;const c=await this.q(i);if(!c)return!1;const{cacheName:o,matchOptions:l}=this.h,u=await self.caches.open(o),d=this.hasCallback("cacheDidUpdate"),f=d?await async function(e,t,i,s){const a=p(t.url,i);if(t.url===a)return e.match(t,s);const n=Object.assign(Object.assign({},s),{ignoreSearch:!0}),r=await e.keys(t,n);for(const t of r)if(a===p(t.url,i))return e.match(t,s)}(u,n.clone(),["__WB_REVISION__"],l):null;try{await u.put(n,d?c.clone():c)}catch(e){if(e instanceof Error)throw"QuotaExceededError"===e.name&&await async function(){for(const e of q)await e()}(),e}for(const e of this.iterateCallbacks("cacheDidUpdate"))await e({cacheName:o,oldResponse:f,newResponse:c.clone(),request:n,event:this.event});return!0}async getCacheKey(e,t){const i=`${e.url} | ${t}`;if(!this.u[i]){let s=e;for(const e of this.iterateCallbacks("cacheKeyWillBeUsed"))s=j(await e({mode:t,request:s,event:this.event,params:this.params}));this.u[i]=s}return this.u[i]}hasCallback(e){for(const t of this.h.plugins)if(e in t)return!0;return!1}async runCallbacks(e,t){for(const i of this.iterateCallbacks(e))await i(t)}*iterateCallbacks(e){for(const t of this.h.plugins)if("function"==typeof t[e]){const i=this.p.get(t),s=s=>{const a=Object.assign(Object.assign({},s),{state:i});return t[e](a)};yield s}}waitUntil(e){return this.m.push(e),e}async doneWaiting(){for(;this.m.length;){const e=this.m.splice(0),t=(await Promise.allSettled(e)).find(e=>"rejected"===e.status);if(t)throw t.reason}}destroy(){this.v.resolve(null)}async q(e){let t=e,i=!1;for(const e of this.iterateCallbacks("cacheWillUpdate"))if(t=await e({request:this.request,response:t,event:this.event})||void 0,i=!0,!t)break;return i||t&&200!==t.status&&(t=void 0),t}}class R{constructor(e={}){this.cacheName=f(e.cacheName),this.plugins=e.plugins||[],this.fetchOptions=e.fetchOptions,this.matchOptions=e.matchOptions}handle(e){const[t]=this.handleAll(e);return t}handleAll(e){e instanceof FetchEvent&&(e={event:e,request:e.request});const t=e.event,i="string"==typeof e.request?new Request(e.request):e.request,s="params"in e?e.params:void 0,a=new k(this,{event:t,request:i,params:s}),n=this.j(a,i,t);return[n,this.k(n,a,i,t)]}async j(e,i,s){let a;await e.runCallbacks("handlerWillStart",{event:s,request:i});try{if(a=await this.R(i,e),!a||"error"===a.type)throw new t("no-response",{url:i.url})}catch(t){if(t instanceof Error)for(const n of e.iterateCallbacks("handlerDidError"))if(a=await n({error:t,event:s,request:i}),a)break;if(!a)throw t}for(const t of e.iterateCallbacks("handlerWillRespond"))a=await t({event:s,request:i,response:a});return a}async k(e,t,i,s){let a,n;try{a=await e}catch(n){}try{await t.runCallbacks("handlerDidRespond",{event:s,request:i,response:a}),await t.doneWaiting()}catch(e){e instanceof Error&&(n=e)}if(await t.runCallbacks("handlerDidComplete",{event:s,request:i,response:a,error:n}),t.destroy(),n)throw n}}class x extends R{constructor(e={}){e.cacheName=d(e.cacheName),super(e),this.L=!1!==e.fallbackToNetwork,this.plugins.push(x.copyRedirectedCacheableResponsesPlugin)}async R(e,t){const i=await t.cacheMatch(e);return i||(t.event&&"install"===t.event.type?await this.C(e,t):await this.D(e,t))}async D(e,i){let s;const a=i.params||{};if(!this.L)throw new t("missing-precache-entry",{cacheName:this.cacheName,url:e.url});{const t=a.integrity,n=e.integrity,r=!n||n===t;s=await i.fetch(new Request(e,{integrity:"no-cors"!==e.mode?n||t:void 0})),t&&r&&"no-cors"!==e.mode&&(this.U(),await i.cachePut(e,s.clone()))}return s}async C(e,i){this.U();const s=await i.fetch(e);if(!await i.cachePut(e,s.clone()))throw new t("bad-precaching-response",{url:e.url,status:s.status});return s}U(){let e=null,t=0;for(const[i,s]of this.plugins.entries())s!==x.copyRedirectedCacheableResponsesPlugin&&(s===x.defaultPrecacheCacheabilityPlugin&&(e=i),s.cacheWillUpdate&&t++);0===t?this.plugins.push(x.defaultPrecacheCacheabilityPlugin):t>1&&null!==e&&this.plugins.splice(e,1)}}x.defaultPrecacheCacheabilityPlugin={cacheWillUpdate:async({response:e})=>!e||e.status>=400?null:e},x.copyRedirectedCacheableResponsesPlugin={cacheWillUpdate:async({response:e})=>e.redirected?await g(e):e};class L{constructor({cacheName:e,plugins:t=[],fallbackToNetwork:i=!0}={}){this.O=new Map,this.B=new Map,this.N=new Map,this.h=new x({cacheName:d(e),plugins:[...t,new w({precacheController:this})],fallbackToNetwork:i}),this.install=this.install.bind(this),this.activate=this.activate.bind(this)}get strategy(){return this.h}precache(e){this.addToCacheList(e),this.S||(self.addEventListener("install",this.install),self.addEventListener("activate",this.activate),this.S=!0)}addToCacheList(e){const i=[];for(const s of e){"string"==typeof s?i.push(s):s&&void 0===s.revision&&i.push(s.url);const{cacheKey:e,url:a}=v(s),n="string"!=typeof s&&s.revision?"reload":"default";if(this.O.has(a)&&this.O.get(a)!==e)throw new t("add-to-cache-list-conflicting-entries",{firstEntry:this.O.get(a),secondEntry:e});if("string"!=typeof s&&s.integrity){if(this.N.has(e)&&this.N.get(e)!==s.integrity)throw new t("add-to-cache-list-conflicting-integrities",{url:a});this.N.set(e,s.integrity)}if(this.O.set(a,e),this.B.set(a,n),i.length>0){const e=`Workbox is precaching URLs without revision info: ${i.join(", ")}\nThis is generally NOT safe. Learn more at https://bit.ly/wb-precache`;console.warn(e)}}}install(e){return h(e,async()=>{const t=new b;this.strategy.plugins.push(t);for(const[t,i]of this.O){const s=this.N.get(i),a=this.B.get(t),n=new Request(t,{integrity:s,cache:a,credentials:"same-origin"});await Promise.all(this.strategy.handleAll({params:{cacheKey:i},request:n,event:e}))}const{updatedURLs:i,notUpdatedURLs:s}=t;return{updatedURLs:i,notUpdatedURLs:s}})}activate(e){return h(e,async()=>{const e=await self.caches.open(this.strategy.cacheName),t=await e.keys(),i=new Set(this.O.values()),s=[];for(const a of t)i.has(a.url)||(await e.delete(a),s.push(a.url));return{deletedURLs:s}})}getURLsToCacheKeys(){return this.O}getCachedURLs(){return[...this.O.keys()]}getCacheKeyForURL(e){const t=new URL(e,location.href);return this.O.get(t.href)}getIntegrityForCacheKey(e){return this.N.get(e)}async matchPrecache(e){const t=e instanceof Request?e.url:e,i=this.getCacheKeyForURL(t);if(i){return(await self.caches.open(this.strategy.cacheName)).match(i)}}createHandlerBoundToURL(e){const i=this.getCacheKeyForURL(e);if(!i)throw new t("non-precached-url",{url:e});return t=>(t.request=new Request(e),t.params=Object.assign({cacheKey:i},t.params),this.strategy.handle(t))}}let C;const D=()=>(C||(C=new L),C);class U extends s{constructor(e,t){super(({request:i})=>{const s=e.getURLsToCacheKeys();for(const a of function*(e,{ignoreURLParametersMatching:t=[/^utm_/,/^fbclid$/],directoryIndex:i="index.html",cleanURLs:s=!0,urlManipulation:a}={}){const n=new URL(e,location.href);n.hash="",yield n.href;const r=function(e,t=[]){for(const i of[...e.searchParams.keys()])t.some(e=>e.test(i))&&e.searchParams.delete(i);return e}(n,t);if(yield r.href,i&&r.pathname.endsWith("/")){const e=new URL(r.href);e.pathname+=i,yield e.href}if(s){const e=new URL(r.href);e.pathname+=".html",yield e.href}if(a){const e=a({url:n});for(const t of e)yield t.href}}(i.url,t)){const t=s.get(a);if(t){return{cacheKey:t,integrity:e.getIntegrityForCacheKey(t)}}}},e.strategy)}}var O,E;self.addEventListener("message",e=>{e.data&&"SKIP_WAITING"===e.data.type&&self.skipWaiting()}),O={ignoreURLParametersMatching:[/^v$/]},function(e){D().precache(e)}([{url:"sql-wasm.wasm",revision:"4f0b05db98f2e339322c5774c58fb190"},{url:"site.webmanifest",revision:"aaf671fcce0543b18b77da7ba11c5e52"},{url:"screenshot_wide.png",revision:"cccaedfd04381676556f593572eae669"},{url:"screenshot_narrow.png",revision:"81ef822ddd4eca7e37d5c8cb211274de"},{url:"mstile-150x150.png",revision:"dab5936f3b93b53165eebc06cc272961"},{url:"maskable-512x512.png",revision:"005b1c22e7117866b16403b1233c936c"},{url:"maskable-192x192.png",revision:"fb805a10ca5151acf6aa79b0788de44a"},{url:"manifest.webmanifest",revision:"48f01b69863ef427cc1f950a09bc3836"},{url:"index.html",revision:"95c2030a7dca907ab16daeb7b5eefc99"},{url:"favicon.ico",revision:"105baf1dd25c0ad8c47c23acda80fc36"},{url:"favicon-32x32.png",revision:"c7f3ce7ad1c2edd49db5a09049f687eb"},{url:"favicon-16x16.png",revision:"9244fee831e8721be77a9a370bc22f2a"},{url:"data-file-index.txt",revision:"66051ed1eae1eca9701fdae7c3e4b111"},{url:"apple-touch-icon.png",revision:"aa3bd7853335333a23f61cc67d5cc3a6"},{url:"android-chrome-512x512.png",revision:"995eec3691c43f6b673409f3b2aa8109"},{url:"android-chrome-192x192.png",revision:"8c7f9390b510eecb889cff5ce53dc8e1"},{url:"static/shared-browser-server-S10KRigh.js",revision:null},{url:"static/media/redacted-script-latin-ext-400-normal.BsF1F2G5.woff2",revision:null},{url:"static/media/redacted-script-latin-400-normal.DO_NTpDN.woff2",revision:null},{url:"static/media/inter-vietnamese-wght-normal.CBcvBZtf.woff2",revision:null},{url:"static/media/inter-vietnamese-wght-italic.K3WlGtc8.woff2",revision:null},{url:"static/media/inter-latin-wght-normal.Dx4kXJAl.woff2",revision:null},{url:"static/media/inter-latin-wght-italic.DpCbqKDY.woff2",revision:null},{url:"static/media/inter-latin-ext-wght-normal.DO1Apj_S.woff2",revision:null},{url:"static/media/inter-latin-ext-wght-italic.0pjOp8NU.woff2",revision:null},{url:"static/media/inter-greek-wght-normal.CkhJZR-_.woff2",revision:null},{url:"static/media/inter-greek-wght-italic.CILZdfAp.woff2",revision:null},{url:"static/media/inter-greek-ext-wght-normal.DlzME5K_.woff2",revision:null},{url:"static/media/inter-greek-ext-wght-italic.DcOpz6Lw.woff2",revision:null},{url:"static/media/inter-cyrillic-wght-normal.DqGufNeO.woff2",revision:null},{url:"static/media/inter-cyrillic-wght-italic.DzZdc28x.woff2",revision:null},{url:"static/media/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2",revision:null},{url:"static/media/inter-cyrillic-ext-wght-italic.B5xAaiFk.woff2",revision:null},{url:"static/js/zh-Hans.BfZ_43DW.chunk.js",revision:null},{url:"static/js/workbox-window.prod.es5.CPLPpGqS.chunk.js",revision:null},{url:"static/js/wide.R4825YW2.chunk.js",revision:null},{url:"static/js/useFormatList.DChO2TMh.chunk.js",revision:null},{url:"static/js/uk.Bf-shIqv.chunk.js",revision:null},{url:"static/js/theme.CMBHkT4E.chunk.js",revision:null},{url:"static/js/th.BW5Fg24_.chunk.js",revision:null},{url:"static/js/resize-observer.BdgWdbal.chunk.js",revision:null},{url:"static/js/pt-BR.Cv5-397q.chunk.js",revision:null},{url:"static/js/pl.u2Fb6zPW.chunk.js",revision:null},{url:"static/js/nl.DLGwcwMY.chunk.js",revision:null},{url:"static/js/nb-NO.g2tjLJkB.chunk.js",revision:null},{url:"static/js/narrow.D2jKRljJ.chunk.js",revision:null},{url:"static/js/it.Ci68Mx39.chunk.js",revision:null},{url:"static/js/indexeddb-main-thread-worker-e59fee74.xguYkce3.chunk.js",revision:null},{url:"static/js/index.CIcGifLe.js",revision:null},{url:"static/js/fr.DbYL52I4.chunk.js",revision:null},{url:"static/js/extends.B4LxODoX.chunk.js",revision:null},{url:"static/js/es.C07x_7g_.chunk.js",revision:null},{url:"static/js/en.BCif9e02.chunk.js",revision:null},{url:"static/js/en-GB.DtNSTmjQ.chunk.js",revision:null},{url:"static/js/de.DYQSZVn-.chunk.js",revision:null},{url:"static/js/da.C1x9eIvF.chunk.js",revision:null},{url:"static/js/client._yFjSMNR.chunk.js",revision:null},{url:"static/js/chart-theme.DIYMvoov.chunk.js",revision:null},{url:"static/js/ca.BuFKGDE7.chunk.js",revision:null},{url:"static/js/browser-server.Bww9SuVi.js",revision:null},{url:"static/js/Value.BytJXiib.chunk.js",revision:null},{url:"static/js/TransactionList.B4mi55tw.chunk.js",revision:null},{url:"static/js/TransactionEdit.D_A_Dmhn.chunk.js",revision:null},{url:"static/js/ScheduleEditForm.BXXG23Sk.chunk.js",revision:null},{url:"static/js/ReportRouter.DZ2C94Cy.chunk.js",revision:null},{url:"static/js/PayeeRuleCountLabel.CdQurs__.chunk.js",revision:null},{url:"static/js/FormulaEditor.BmiyTYDq.chunk.js",revision:null},{url:"static/js/BackgroundImage.Cla20Ezy.chunk.js",revision:null},{url:"static/img/DateSelect.right.CXg-2iZj.png",revision:null},{url:"static/img/DateSelect.left.DwzhSAZH.png",revision:null},{url:"static/css/index.DrTW3Pqs.css",revision:null},{url:"static/css/Value.CNzXZAta.css",revision:null},{url:"static/css/ReportRouter.DaOQ2Eox.css",revision:null},{url:"kcab/kcab.worker.BxG26swk.js",revision:"b3a3c1961bfbe6dea95fe672bba0f8cb"},{url:"data/default-db.sqlite",revision:"dd31b4b61a69874f2d54ad32219ca962"},{url:"data/migrations/1769000000000_add_custom_upcoming_length.sql",revision:"8b4fc9afb4e2550eefdfa6cc16d08589"},{url:"data/migrations/1768872504000_add_payee_locations.sql",revision:"5300349794befd800a1f7b8ac5995457"},{url:"data/migrations/1765518577215_multiple_dashboards.js",revision:"c83c6a4c4b5a9322b5d4717241644891"},{url:"data/migrations/1762178745667_rename_csv_skip_lines_pref.sql",revision:"0fe871dd89d651317d8ca4545388224a"},{url:"data/migrations/1759842823172_add_isGlobal_to_preferences.sql",revision:"5909391371f1f6665da2e828cb7c4754"},{url:"data/migrations/1759260219000_add_trim_interval_report_setting.sql",revision:"9b595e48267762727f908a80d0cd2e3f"},{url:"data/migrations/1754611200000_add_category_template_settings.sql",revision:"8ae6a0c7217be8e2360d94d326cf16c7"},{url:"data/migrations/1749799110001_tags_tombstone.sql",revision:"0071d6fd92b0d2da2e4ff93523583cc7"},{url:"data/migrations/1749799110000_add_tags.sql",revision:"0fd85a9c2fb988054f97018de0887885"},{url:"data/migrations/1745425408000_update_budgetType_pref.sql",revision:"8bfffc5739776a044e2937ef15561759"},{url:"data/migrations/1740506588539_add_last_reconciled_at.sql",revision:"740ede21e69f2233660e1b7a865c0108"},{url:"data/migrations/1739139550000_bank_sync_page.sql",revision:"2e1a0000cc79c7b053ad0eaa782d7c42"},{url:"data/migrations/1738491452000_sorting_rename.sql",revision:"8d0f0bf81eb36b8269c2dde78979e8a8"},{url:"data/migrations/1737158400000_add_learn_categories_to_payees.sql",revision:"0087132844e8a16d400221d500b35081"},{url:"data/migrations/1736640000000_custom_report_sorting.sql",revision:"2a6450ba1d960d23f3bea9b1c0a0553f"},{url:"data/migrations/1730744182000_fix_dashboard_table.sql",revision:"a637d8d1087e2b2b79141fa08acb58c5"},{url:"data/migrations/1723665565000_prefs.js",revision:"2fd9341e3fbde8350355b5f38094509d"},{url:"data/migrations/1722804019000_create_dashboard_table.js",revision:"572a5441ade9edcbf3aa562d31be891e"},{url:"data/migrations/1722717601000_reports_move_selected_categories.js",revision:"88df81e3f64d01b041ca05e4267e8aa3"},{url:"data/migrations/1720665000000_goal_context.sql",revision:"76d62e1f78e3ab16c8bbd3165c7847ea"},{url:"data/migrations/1720664867241_add_payee_favorite.sql",revision:"1c132a98b4c54064fc2ae6d79334b85c"},{url:"data/migrations/1720310586000_link_transfer_schedules.sql",revision:"19d1aa1142eb0c62b0c2b019ba8d7fd3"},{url:"data/migrations/1716359441000_include_current.sql",revision:"0104a2dc9c74d28b047a37950a80f645"},{url:"data/migrations/1712784523000_unhide_input_group.sql",revision:"845fbc65c3cdf92c000261a96c5f9ca4"},{url:"data/migrations/1707267033000_reports.sql",revision:"51f38187ba783f111b47bde06f68d634"},{url:"data/migrations/1704572023731_add_missing_goCardless_sync_source.sql",revision:"7c55095a1ffe780677fbb112244012bd"},{url:"data/migrations/1704572023730_add_account_sync_source.sql",revision:"fafa56a56e893e8c55bc9844784d3787"},{url:"data/migrations/1697046240000_add_reconciled.sql",revision:"2939bb51cad64e64f4915426bc6d709b"},{url:"data/migrations/1694438752000_add_goal_targets.sql",revision:"86fde3e9a39a4254ed673f7bf8dff2b4"},{url:"data/migrations/1691233396000_add_schedule_next_date_tombstone.sql",revision:"226e6a145ce61917bf81b981a76ec692"},{url:"data/migrations/1688841238000_add_account_type.sql",revision:"b91727fdf235dda6f891fa597cbbf86f"},{url:"data/migrations/1688749527273_transaction_filters.sql",revision:"5ce27183203bcf174e5b3420a291c452"},{url:"data/migrations/1686139660866_remove_account_type.sql",revision:"ba0723e9d664564ad382c9536fc2c5e7"},{url:"data/migrations/1685007876842_add_category_hidden.sql",revision:"f70bebec276ef1017b48e4e997a29d03"},{url:"data/migrations/1682974838138_remove_payee_rules.sql",revision:"d80909668760c73ec03d39bdfb400d04"},{url:"data/migrations/1681115033845_add_schedule_name.sql",revision:"6472cf3bc8e9fe1dc6899903672d9682"},{url:"data/migrations/1679728867040_rules_conditions.sql",revision:"64bf08b5a7ba2c245da3e5a4595e77f5"},{url:"data/migrations/1632571489012_remove_cache.js",revision:"5928ea38aed7761efbc4c5bb80ae2e04"},{url:"data/migrations/1618975177358_schedules.sql",revision:"dd71ff1c921f0a4a7b8ab06b6b8f2f8d"},{url:"data/migrations/1616167010796_accounts_order.sql",revision:"e18a277eb5eb46d2aabc38a43a7b049f"},{url:"data/migrations/1615745967948_meta.sql",revision:"eb874e7cb0a5c705f2cf1f6bdae9c7a3"},{url:"data/migrations/1614782639336_trans_views2.sql",revision:"f0c7d717307ed00558edfb7042c37bcf"},{url:"data/migrations/1612625548236_optimize.sql",revision:"5e99ddc97affbc94bb8f34f2f7904d13"},{url:"data/migrations/1608652596044_trans_views.sql",revision:"7477d8f89f23cb51e2d524cd69da9eba"},{url:"data/migrations/1608652596043_parent_field.sql",revision:"17811adaeefcc84488ddb185f88530f6"},{url:"data/migrations/1597756566448_rules.sql",revision:"1b0922c37c78d5f9100af2b476e39c17"},{url:"data/migrations/1582384163573_cleared.sql",revision:"51980ebb738033cbe725a82eed2fada8"},{url:"data/migrations/1567699552727_budget.sql",revision:"a2a119d831959488ddf283f74e1d9e3f"},{url:"data/migrations/1561751833510_indexes.sql",revision:"b58b366d566e6459475b265b741fe752"},{url:"data/migrations/1555786194328_remove_category_group_unique.sql",revision:"fc9dbeb3c59e430efa302743aaf45e06"},{url:"data/migrations/1550601598648_payees.sql",revision:"36399371020006330918e0934367bafa"},{url:"data/migrations/1548957970627_remove-db-version.sql",revision:"910c207215ecdb10b699f1a088e21b34"},{url:"archived/mstile-150x150.png",revision:"e06ac5daa8e450c84d68573f62bd2599"},{url:"archived/maskable-512x512.png",revision:"24ca87fca3fd16e78e43e2d29c9ea45c"},{url:"archived/maskable-192x192.png",revision:"4c18ff37f8b86d9481cee29aea08dbe8"},{url:"archived/favicon.png",revision:"8ea67ea8d9d063549296c9c52fa4c320"},{url:"archived/favicon-32x32.png",revision:"edaeeae217e7d5e3b286982e978c3d92"},{url:"archived/favicon-16x16.png",revision:"3a93fdf8d7a070e0977434e59668b22b"},{url:"archived/apple-touch-icon.png",revision:"572f0e3dfab62534709ba7e849e994d1"},{url:"archived/android-chrome-512x512.png",revision:"5da82c2a28a2cfac1c2a28f49a024248"},{url:"archived/android-chrome-192x192.png",revision:"e7c6868697d8ddc6785fedb9e0498969"},{url:"manifest.webmanifest",revision:"48f01b69863ef427cc1f950a09bc3836"}]),function(e){const t=D();o(new U(t,e))}(O),self.addEventListener("activate",e=>{const t=d();e.waitUntil((async(e,t="-precache-")=>{const i=(await self.caches.keys()).filter(i=>i.includes(t)&&i.includes(self.registration.scope)&&i!==e);return await Promise.all(i.map(e=>self.caches.delete(e))),i})(t).then(e=>{}))}),o(new class extends s{constructor(e,{allowlist:t=[/./],denylist:i=[]}={}){super(e=>this.T(e),e),this.P=t,this.W=i}T({url:e,request:t}){if(t&&"navigate"!==t.mode)return!1;const i=e.pathname+e.search;for(const e of this.W)if(e.test(i))return!1;return!!this.P.some(e=>e.test(i))}}((E="/index.html",D().createHandlerBoundToURL(E)),{denylist:[/^\/account\/.*$/,/^\/admin\/.*$/,/^\/secret\/.*$/,/^\/openid\/.*$/,/^\/plugins\/.*$/,/^\/kcab\/.*$/,/^\/plugin-data\/.*$/]}))});
|
|
2
2
|
//# sourceMappingURL=sw.js.map
|
|
3
3
|
//# sourceMappingURL=sw.js.map
|