\n
\n
\n \n \n \n \n \n \n \n \n\n \n \n {{item.title}}\n \n \n \n \n {{item.title}}\n \n \n \n \n {{item.title}}\n \n \n \n \n\n \n \n \n \n Log out\n \n \n \n \n\n \n\n \n \n {{cartLength}}\n \n \n\n \n \n \n \n \n\n \n \n\n\n\n","\n\n
\n \n","!function(t,s){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=s():\"function\"==typeof define&&define.amd?define(s):(t=\"undefined\"!=typeof globalThis?globalThis:t||self).dayjs_plugin_duration=s()}(this,(function(){\"use strict\";var t,s,n=1e3,i=6e4,e=36e5,r=864e5,o=/\\[([^\\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,u=31536e6,d=2628e6,a=/^(-|\\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/,h={years:u,months:d,days:r,hours:e,minutes:i,seconds:n,milliseconds:1,weeks:6048e5},c=function(t){return t instanceof g},f=function(t,s,n){return new g(t,n,s.$l)},m=function(t){return s.p(t)+\"s\"},l=function(t){return t<0},$=function(t){return l(t)?Math.ceil(t):Math.floor(t)},y=function(t){return Math.abs(t)},v=function(t,s){return t?l(t)?{negative:!0,format:\"\"+y(t)+s}:{negative:!1,format:\"\"+t+s}:{negative:!1,format:\"\"}},g=function(){function l(t,s,n){var i=this;if(this.$d={},this.$l=n,void 0===t&&(this.$ms=0,this.parseFromMilliseconds()),s)return f(t*h[m(s)],this);if(\"number\"==typeof t)return this.$ms=t,this.parseFromMilliseconds(),this;if(\"object\"==typeof t)return Object.keys(t).forEach((function(s){i.$d[m(s)]=t[s]})),this.calMilliseconds(),this;if(\"string\"==typeof t){var e=t.match(a);if(e){var r=e.slice(2).map((function(t){return null!=t?Number(t):0}));return this.$d.years=r[0],this.$d.months=r[1],this.$d.weeks=r[2],this.$d.days=r[3],this.$d.hours=r[4],this.$d.minutes=r[5],this.$d.seconds=r[6],this.calMilliseconds(),this}}return this}var y=l.prototype;return y.calMilliseconds=function(){var t=this;this.$ms=Object.keys(this.$d).reduce((function(s,n){return s+(t.$d[n]||0)*h[n]}),0)},y.parseFromMilliseconds=function(){var t=this.$ms;this.$d.years=$(t/u),t%=u,this.$d.months=$(t/d),t%=d,this.$d.days=$(t/r),t%=r,this.$d.hours=$(t/e),t%=e,this.$d.minutes=$(t/i),t%=i,this.$d.seconds=$(t/n),t%=n,this.$d.milliseconds=t},y.toISOString=function(){var t=v(this.$d.years,\"Y\"),s=v(this.$d.months,\"M\"),n=+this.$d.days||0;this.$d.weeks&&(n+=7*this.$d.weeks);var i=v(n,\"D\"),e=v(this.$d.hours,\"H\"),r=v(this.$d.minutes,\"M\"),o=this.$d.seconds||0;this.$d.milliseconds&&(o+=this.$d.milliseconds/1e3,o=Math.round(1e3*o)/1e3);var u=v(o,\"S\"),d=t.negative||s.negative||i.negative||e.negative||r.negative||u.negative,a=e.format||r.format||u.format?\"T\":\"\",h=(d?\"-\":\"\")+\"P\"+t.format+s.format+i.format+a+e.format+r.format+u.format;return\"P\"===h||\"-P\"===h?\"P0D\":h},y.toJSON=function(){return this.toISOString()},y.format=function(t){var n=t||\"YYYY-MM-DDTHH:mm:ss\",i={Y:this.$d.years,YY:s.s(this.$d.years,2,\"0\"),YYYY:s.s(this.$d.years,4,\"0\"),M:this.$d.months,MM:s.s(this.$d.months,2,\"0\"),D:this.$d.days,DD:s.s(this.$d.days,2,\"0\"),H:this.$d.hours,HH:s.s(this.$d.hours,2,\"0\"),m:this.$d.minutes,mm:s.s(this.$d.minutes,2,\"0\"),s:this.$d.seconds,ss:s.s(this.$d.seconds,2,\"0\"),SSS:s.s(this.$d.milliseconds,3,\"0\")};return n.replace(o,(function(t,s){return s||String(i[t])}))},y.as=function(t){return this.$ms/h[m(t)]},y.get=function(t){var s=this.$ms,n=m(t);return\"milliseconds\"===n?s%=1e3:s=\"weeks\"===n?$(s/h[n]):this.$d[n],s||0},y.add=function(t,s,n){var i;return i=s?t*h[m(s)]:c(t)?t.$ms:f(t,this).$ms,f(this.$ms+i*(n?-1:1),this)},y.subtract=function(t,s){return this.add(t,s,!0)},y.locale=function(t){var s=this.clone();return s.$l=t,s},y.clone=function(){return f(this.$ms,this)},y.humanize=function(s){return t().add(this.$ms,\"ms\").locale(this.$l).fromNow(!s)},y.valueOf=function(){return this.asMilliseconds()},y.milliseconds=function(){return this.get(\"milliseconds\")},y.asMilliseconds=function(){return this.as(\"milliseconds\")},y.seconds=function(){return this.get(\"seconds\")},y.asSeconds=function(){return this.as(\"seconds\")},y.minutes=function(){return this.get(\"minutes\")},y.asMinutes=function(){return this.as(\"minutes\")},y.hours=function(){return this.get(\"hours\")},y.asHours=function(){return this.as(\"hours\")},y.days=function(){return this.get(\"days\")},y.asDays=function(){return this.as(\"days\")},y.weeks=function(){return this.get(\"weeks\")},y.asWeeks=function(){return this.as(\"weeks\")},y.months=function(){return this.get(\"months\")},y.asMonths=function(){return this.as(\"months\")},y.years=function(){return this.get(\"years\")},y.asYears=function(){return this.as(\"years\")},l}(),p=function(t,s,n){return t.add(s.years()*n,\"y\").add(s.months()*n,\"M\").add(s.days()*n,\"d\").add(s.hours()*n,\"h\").add(s.minutes()*n,\"m\").add(s.seconds()*n,\"s\").add(s.milliseconds()*n,\"ms\")};return function(n,i,e){t=e,s=e().$utils(),e.duration=function(t,s){var n=e.locale();return f(t,{$l:n},s)},e.isDuration=c;var r=i.prototype.add,o=i.prototype.subtract;i.prototype.add=function(t,s){return c(t)?p(this,t,1):r.bind(this)(t,s)},i.prototype.subtract=function(t,s){return c(t)?p(this,t,-1):o.bind(this)(t,s)}}}));","
\n \n {{formatTime}}\n \n\n\n\n\n\n","!function(e,i){\"object\"==typeof exports&&\"undefined\"!=typeof module?module.exports=i():\"function\"==typeof define&&define.amd?define(i):(e=\"undefined\"!=typeof globalThis?globalThis:e||self).dayjs_plugin_isBetween=i()}(this,(function(){\"use strict\";return function(e,i,t){i.prototype.isBetween=function(e,i,s,f){var n=t(e),o=t(i),r=\"(\"===(f=f||\"()\")[0],u=\")\"===f[1];return(r?this.isAfter(n,s):!this.isBefore(n,s))&&(u?this.isBefore(o,s):!this.isAfter(o,s))||(r?this.isBefore(n,s):!this.isAfter(n,s))&&(u?this.isAfter(o,s):!this.isBefore(o,s))}}}));","import app from \"@songfinch/customer/app\";\n\nexport default function onPageLoaded
(callback: T) {\n if (callback) {\n app.config.globalProperties.$bus.on(\"pageLoaded\", callback);\n }\n}\n","\n\n\n \n\n\n\n","/*!\n * pinia v3.0.1\n * (c) 2025 Eduardo San Martin Morote\n * @license MIT\n */\nimport { hasInjectionContext, inject, toRaw, watch, unref, markRaw, effectScope, ref, isRef, isReactive, getCurrentScope, onScopeDispose, getCurrentInstance, reactive, toRef, nextTick, computed, toRefs } from 'vue';\nimport { setupDevtoolsPlugin } from '@vue/devtools-api';\n\n/**\n * setActivePinia must be called to handle SSR at the top of functions like\n * `fetch`, `setup`, `serverPrefetch` and others\n */\nlet activePinia;\n/**\n * Sets or unsets the active pinia. Used in SSR and internally when calling\n * actions and getters\n *\n * @param pinia - Pinia instance\n */\n// @ts-expect-error: cannot constrain the type of the return\nconst setActivePinia = (pinia) => (activePinia = pinia);\n/**\n * Get the currently active pinia if there is any.\n */\nconst getActivePinia = () => (hasInjectionContext() && inject(piniaSymbol)) || activePinia;\nconst piniaSymbol = ((process.env.NODE_ENV !== 'production') ? Symbol('pinia') : /* istanbul ignore next */ Symbol());\n\nfunction isPlainObject(\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\no) {\n return (o &&\n typeof o === 'object' &&\n Object.prototype.toString.call(o) === '[object Object]' &&\n typeof o.toJSON !== 'function');\n}\n// type DeepReadonly = { readonly [P in keyof T]: DeepReadonly }\n// TODO: can we change these to numbers?\n/**\n * Possible types for SubscriptionCallback\n */\nvar MutationType;\n(function (MutationType) {\n /**\n * Direct mutation of the state:\n *\n * - `store.name = 'new name'`\n * - `store.$state.name = 'new name'`\n * - `store.list.push('new item')`\n */\n MutationType[\"direct\"] = \"direct\";\n /**\n * Mutated the state with `$patch` and an object\n *\n * - `store.$patch({ name: 'newName' })`\n */\n MutationType[\"patchObject\"] = \"patch object\";\n /**\n * Mutated the state with `$patch` and a function\n *\n * - `store.$patch(state => state.name = 'newName')`\n */\n MutationType[\"patchFunction\"] = \"patch function\";\n // maybe reset? for $state = {} and $reset\n})(MutationType || (MutationType = {}));\n\nconst IS_CLIENT = typeof window !== 'undefined';\n\n/*\n * FileSaver.js A saveAs() FileSaver implementation.\n *\n * Originally by Eli Grey, adapted as an ESM module by Eduardo San Martin\n * Morote.\n *\n * License : MIT\n */\n// The one and only way of getting global scope in all environments\n// https://stackoverflow.com/q/3277182/1008999\nconst _global = /*#__PURE__*/ (() => typeof window === 'object' && window.window === window\n ? window\n : typeof self === 'object' && self.self === self\n ? self\n : typeof global === 'object' && global.global === global\n ? global\n : typeof globalThis === 'object'\n ? globalThis\n : { HTMLElement: null })();\nfunction bom(blob, { autoBom = false } = {}) {\n // prepend BOM for UTF-8 XML and text/* types (including HTML)\n // note: your browser will automatically convert UTF-16 U+FEFF to EF BB BF\n if (autoBom &&\n /^\\s*(?:text\\/\\S*|application\\/xml|\\S*\\/\\S*\\+xml)\\s*;.*charset\\s*=\\s*utf-8/i.test(blob.type)) {\n return new Blob([String.fromCharCode(0xfeff), blob], { type: blob.type });\n }\n return blob;\n}\nfunction download(url, name, opts) {\n const xhr = new XMLHttpRequest();\n xhr.open('GET', url);\n xhr.responseType = 'blob';\n xhr.onload = function () {\n saveAs(xhr.response, name, opts);\n };\n xhr.onerror = function () {\n console.error('could not download file');\n };\n xhr.send();\n}\nfunction corsEnabled(url) {\n const xhr = new XMLHttpRequest();\n // use sync to avoid popup blocker\n xhr.open('HEAD', url, false);\n try {\n xhr.send();\n }\n catch (e) { }\n return xhr.status >= 200 && xhr.status <= 299;\n}\n// `a.click()` doesn't work for all browsers (#465)\nfunction click(node) {\n try {\n node.dispatchEvent(new MouseEvent('click'));\n }\n catch (e) {\n const evt = document.createEvent('MouseEvents');\n evt.initMouseEvent('click', true, true, window, 0, 0, 0, 80, 20, false, false, false, false, 0, null);\n node.dispatchEvent(evt);\n }\n}\nconst _navigator = typeof navigator === 'object' ? navigator : { userAgent: '' };\n// Detect WebView inside a native macOS app by ruling out all browsers\n// We just need to check for 'Safari' because all other browsers (besides Firefox) include that too\n// https://www.whatismybrowser.com/guides/the-latest-user-agent/macos\nconst isMacOSWebView = /*#__PURE__*/ (() => /Macintosh/.test(_navigator.userAgent) &&\n /AppleWebKit/.test(_navigator.userAgent) &&\n !/Safari/.test(_navigator.userAgent))();\nconst saveAs = !IS_CLIENT\n ? () => { } // noop\n : // Use download attribute first if possible (#193 Lumia mobile) unless this is a macOS WebView or mini program\n typeof HTMLAnchorElement !== 'undefined' &&\n 'download' in HTMLAnchorElement.prototype &&\n !isMacOSWebView\n ? downloadSaveAs\n : // Use msSaveOrOpenBlob as a second approach\n 'msSaveOrOpenBlob' in _navigator\n ? msSaveAs\n : // Fallback to using FileReader and a popup\n fileSaverSaveAs;\nfunction downloadSaveAs(blob, name = 'download', opts) {\n const a = document.createElement('a');\n a.download = name;\n a.rel = 'noopener'; // tabnabbing\n // TODO: detect chrome extensions & packaged apps\n // a.target = '_blank'\n if (typeof blob === 'string') {\n // Support regular links\n a.href = blob;\n if (a.origin !== location.origin) {\n if (corsEnabled(a.href)) {\n download(blob, name, opts);\n }\n else {\n a.target = '_blank';\n click(a);\n }\n }\n else {\n click(a);\n }\n }\n else {\n // Support blobs\n a.href = URL.createObjectURL(blob);\n setTimeout(function () {\n URL.revokeObjectURL(a.href);\n }, 4e4); // 40s\n setTimeout(function () {\n click(a);\n }, 0);\n }\n}\nfunction msSaveAs(blob, name = 'download', opts) {\n if (typeof blob === 'string') {\n if (corsEnabled(blob)) {\n download(blob, name, opts);\n }\n else {\n const a = document.createElement('a');\n a.href = blob;\n a.target = '_blank';\n setTimeout(function () {\n click(a);\n });\n }\n }\n else {\n // @ts-ignore: works on windows\n navigator.msSaveOrOpenBlob(bom(blob, opts), name);\n }\n}\nfunction fileSaverSaveAs(blob, name, opts, popup) {\n // Open a popup immediately do go around popup blocker\n // Mostly only available on user interaction and the fileReader is async so...\n popup = popup || open('', '_blank');\n if (popup) {\n popup.document.title = popup.document.body.innerText = 'downloading...';\n }\n if (typeof blob === 'string')\n return download(blob, name, opts);\n const force = blob.type === 'application/octet-stream';\n const isSafari = /constructor/i.test(String(_global.HTMLElement)) || 'safari' in _global;\n const isChromeIOS = /CriOS\\/[\\d]+/.test(navigator.userAgent);\n if ((isChromeIOS || (force && isSafari) || isMacOSWebView) &&\n typeof FileReader !== 'undefined') {\n // Safari doesn't allow downloading of blob URLs\n const reader = new FileReader();\n reader.onloadend = function () {\n let url = reader.result;\n if (typeof url !== 'string') {\n popup = null;\n throw new Error('Wrong reader.result type');\n }\n url = isChromeIOS\n ? url\n : url.replace(/^data:[^;]*;/, 'data:attachment/file;');\n if (popup) {\n popup.location.href = url;\n }\n else {\n location.assign(url);\n }\n popup = null; // reverse-tabnabbing #460\n };\n reader.readAsDataURL(blob);\n }\n else {\n const url = URL.createObjectURL(blob);\n if (popup)\n popup.location.assign(url);\n else\n location.href = url;\n popup = null; // reverse-tabnabbing #460\n setTimeout(function () {\n URL.revokeObjectURL(url);\n }, 4e4); // 40s\n }\n}\n\n/**\n * Shows a toast or console.log\n *\n * @param message - message to log\n * @param type - different color of the tooltip\n */\nfunction toastMessage(message, type) {\n const piniaMessage = '🍍 ' + message;\n if (typeof __VUE_DEVTOOLS_TOAST__ === 'function') {\n // No longer available :(\n __VUE_DEVTOOLS_TOAST__(piniaMessage, type);\n }\n else if (type === 'error') {\n console.error(piniaMessage);\n }\n else if (type === 'warn') {\n console.warn(piniaMessage);\n }\n else {\n console.log(piniaMessage);\n }\n}\nfunction isPinia(o) {\n return '_a' in o && 'install' in o;\n}\n\n/**\n * This file contain devtools actions, they are not Pinia actions.\n */\n// ---\nfunction checkClipboardAccess() {\n if (!('clipboard' in navigator)) {\n toastMessage(`Your browser doesn't support the Clipboard API`, 'error');\n return true;\n }\n}\nfunction checkNotFocusedError(error) {\n if (error instanceof Error &&\n error.message.toLowerCase().includes('document is not focused')) {\n toastMessage('You need to activate the \"Emulate a focused page\" setting in the \"Rendering\" panel of devtools.', 'warn');\n return true;\n }\n return false;\n}\nasync function actionGlobalCopyState(pinia) {\n if (checkClipboardAccess())\n return;\n try {\n await navigator.clipboard.writeText(JSON.stringify(pinia.state.value));\n toastMessage('Global state copied to clipboard.');\n }\n catch (error) {\n if (checkNotFocusedError(error))\n return;\n toastMessage(`Failed to serialize the state. Check the console for more details.`, 'error');\n console.error(error);\n }\n}\nasync function actionGlobalPasteState(pinia) {\n if (checkClipboardAccess())\n return;\n try {\n loadStoresState(pinia, JSON.parse(await navigator.clipboard.readText()));\n toastMessage('Global state pasted from clipboard.');\n }\n catch (error) {\n if (checkNotFocusedError(error))\n return;\n toastMessage(`Failed to deserialize the state from clipboard. Check the console for more details.`, 'error');\n console.error(error);\n }\n}\nasync function actionGlobalSaveState(pinia) {\n try {\n saveAs(new Blob([JSON.stringify(pinia.state.value)], {\n type: 'text/plain;charset=utf-8',\n }), 'pinia-state.json');\n }\n catch (error) {\n toastMessage(`Failed to export the state as JSON. Check the console for more details.`, 'error');\n console.error(error);\n }\n}\nlet fileInput;\nfunction getFileOpener() {\n if (!fileInput) {\n fileInput = document.createElement('input');\n fileInput.type = 'file';\n fileInput.accept = '.json';\n }\n function openFile() {\n return new Promise((resolve, reject) => {\n fileInput.onchange = async () => {\n const files = fileInput.files;\n if (!files)\n return resolve(null);\n const file = files.item(0);\n if (!file)\n return resolve(null);\n return resolve({ text: await file.text(), file });\n };\n // @ts-ignore: TODO: changed from 4.3 to 4.4\n fileInput.oncancel = () => resolve(null);\n fileInput.onerror = reject;\n fileInput.click();\n });\n }\n return openFile;\n}\nasync function actionGlobalOpenStateFile(pinia) {\n try {\n const open = getFileOpener();\n const result = await open();\n if (!result)\n return;\n const { text, file } = result;\n loadStoresState(pinia, JSON.parse(text));\n toastMessage(`Global state imported from \"${file.name}\".`);\n }\n catch (error) {\n toastMessage(`Failed to import the state from JSON. Check the console for more details.`, 'error');\n console.error(error);\n }\n}\nfunction loadStoresState(pinia, state) {\n for (const key in state) {\n const storeState = pinia.state.value[key];\n // store is already instantiated, patch it\n if (storeState) {\n Object.assign(storeState, state[key]);\n }\n else {\n // store is not instantiated, set the initial state\n pinia.state.value[key] = state[key];\n }\n }\n}\n\nfunction formatDisplay(display) {\n return {\n _custom: {\n display,\n },\n };\n}\nconst PINIA_ROOT_LABEL = '🍍 Pinia (root)';\nconst PINIA_ROOT_ID = '_root';\nfunction formatStoreForInspectorTree(store) {\n return isPinia(store)\n ? {\n id: PINIA_ROOT_ID,\n label: PINIA_ROOT_LABEL,\n }\n : {\n id: store.$id,\n label: store.$id,\n };\n}\nfunction formatStoreForInspectorState(store) {\n if (isPinia(store)) {\n const storeNames = Array.from(store._s.keys());\n const storeMap = store._s;\n const state = {\n state: storeNames.map((storeId) => ({\n editable: true,\n key: storeId,\n value: store.state.value[storeId],\n })),\n getters: storeNames\n .filter((id) => storeMap.get(id)._getters)\n .map((id) => {\n const store = storeMap.get(id);\n return {\n editable: false,\n key: id,\n value: store._getters.reduce((getters, key) => {\n getters[key] = store[key];\n return getters;\n }, {}),\n };\n }),\n };\n return state;\n }\n const state = {\n state: Object.keys(store.$state).map((key) => ({\n editable: true,\n key,\n value: store.$state[key],\n })),\n };\n // avoid adding empty getters\n if (store._getters && store._getters.length) {\n state.getters = store._getters.map((getterName) => ({\n editable: false,\n key: getterName,\n value: store[getterName],\n }));\n }\n if (store._customProperties.size) {\n state.customProperties = Array.from(store._customProperties).map((key) => ({\n editable: true,\n key,\n value: store[key],\n }));\n }\n return state;\n}\nfunction formatEventData(events) {\n if (!events)\n return {};\n if (Array.isArray(events)) {\n // TODO: handle add and delete for arrays and objects\n return events.reduce((data, event) => {\n data.keys.push(event.key);\n data.operations.push(event.type);\n data.oldValue[event.key] = event.oldValue;\n data.newValue[event.key] = event.newValue;\n return data;\n }, {\n oldValue: {},\n keys: [],\n operations: [],\n newValue: {},\n });\n }\n else {\n return {\n operation: formatDisplay(events.type),\n key: formatDisplay(events.key),\n oldValue: events.oldValue,\n newValue: events.newValue,\n };\n }\n}\nfunction formatMutationType(type) {\n switch (type) {\n case MutationType.direct:\n return 'mutation';\n case MutationType.patchFunction:\n return '$patch';\n case MutationType.patchObject:\n return '$patch';\n default:\n return 'unknown';\n }\n}\n\n// timeline can be paused when directly changing the state\nlet isTimelineActive = true;\nconst componentStateTypes = [];\nconst MUTATIONS_LAYER_ID = 'pinia:mutations';\nconst INSPECTOR_ID = 'pinia';\nconst { assign: assign$1 } = Object;\n/**\n * Gets the displayed name of a store in devtools\n *\n * @param id - id of the store\n * @returns a formatted string\n */\nconst getStoreType = (id) => '🍍 ' + id;\n/**\n * Add the pinia plugin without any store. Allows displaying a Pinia plugin tab\n * as soon as it is added to the application.\n *\n * @param app - Vue application\n * @param pinia - pinia instance\n */\nfunction registerPiniaDevtools(app, pinia) {\n setupDevtoolsPlugin({\n id: 'dev.esm.pinia',\n label: 'Pinia 🍍',\n logo: 'https://pinia.vuejs.org/logo.svg',\n packageName: 'pinia',\n homepage: 'https://pinia.vuejs.org',\n componentStateTypes,\n app,\n }, (api) => {\n if (typeof api.now !== 'function') {\n toastMessage('You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html.');\n }\n api.addTimelineLayer({\n id: MUTATIONS_LAYER_ID,\n label: `Pinia 🍍`,\n color: 0xe5df88,\n });\n api.addInspector({\n id: INSPECTOR_ID,\n label: 'Pinia 🍍',\n icon: 'storage',\n treeFilterPlaceholder: 'Search stores',\n actions: [\n {\n icon: 'content_copy',\n action: () => {\n actionGlobalCopyState(pinia);\n },\n tooltip: 'Serialize and copy the state',\n },\n {\n icon: 'content_paste',\n action: async () => {\n await actionGlobalPasteState(pinia);\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n },\n tooltip: 'Replace the state with the content of your clipboard',\n },\n {\n icon: 'save',\n action: () => {\n actionGlobalSaveState(pinia);\n },\n tooltip: 'Save the state as a JSON file',\n },\n {\n icon: 'folder_open',\n action: async () => {\n await actionGlobalOpenStateFile(pinia);\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n },\n tooltip: 'Import the state from a JSON file',\n },\n ],\n nodeActions: [\n {\n icon: 'restore',\n tooltip: 'Reset the state (with \"$reset\")',\n action: (nodeId) => {\n const store = pinia._s.get(nodeId);\n if (!store) {\n toastMessage(`Cannot reset \"${nodeId}\" store because it wasn't found.`, 'warn');\n }\n else if (typeof store.$reset !== 'function') {\n toastMessage(`Cannot reset \"${nodeId}\" store because it doesn't have a \"$reset\" method implemented.`, 'warn');\n }\n else {\n store.$reset();\n toastMessage(`Store \"${nodeId}\" reset.`);\n }\n },\n },\n ],\n });\n api.on.inspectComponent((payload) => {\n const proxy = (payload.componentInstance &&\n payload.componentInstance.proxy);\n if (proxy && proxy._pStores) {\n const piniaStores = payload.componentInstance.proxy._pStores;\n Object.values(piniaStores).forEach((store) => {\n payload.instanceData.state.push({\n type: getStoreType(store.$id),\n key: 'state',\n editable: true,\n value: store._isOptionsAPI\n ? {\n _custom: {\n value: toRaw(store.$state),\n actions: [\n {\n icon: 'restore',\n tooltip: 'Reset the state of this store',\n action: () => store.$reset(),\n },\n ],\n },\n }\n : // NOTE: workaround to unwrap transferred refs\n Object.keys(store.$state).reduce((state, key) => {\n state[key] = store.$state[key];\n return state;\n }, {}),\n });\n if (store._getters && store._getters.length) {\n payload.instanceData.state.push({\n type: getStoreType(store.$id),\n key: 'getters',\n editable: false,\n value: store._getters.reduce((getters, key) => {\n try {\n getters[key] = store[key];\n }\n catch (error) {\n // @ts-expect-error: we just want to show it in devtools\n getters[key] = error;\n }\n return getters;\n }, {}),\n });\n }\n });\n }\n });\n api.on.getInspectorTree((payload) => {\n if (payload.app === app && payload.inspectorId === INSPECTOR_ID) {\n let stores = [pinia];\n stores = stores.concat(Array.from(pinia._s.values()));\n payload.rootNodes = (payload.filter\n ? stores.filter((store) => '$id' in store\n ? store.$id\n .toLowerCase()\n .includes(payload.filter.toLowerCase())\n : PINIA_ROOT_LABEL.toLowerCase().includes(payload.filter.toLowerCase()))\n : stores).map(formatStoreForInspectorTree);\n }\n });\n // Expose pinia instance as $pinia to window\n globalThis.$pinia = pinia;\n api.on.getInspectorState((payload) => {\n if (payload.app === app && payload.inspectorId === INSPECTOR_ID) {\n const inspectedStore = payload.nodeId === PINIA_ROOT_ID\n ? pinia\n : pinia._s.get(payload.nodeId);\n if (!inspectedStore) {\n // this could be the selected store restored for a different project\n // so it's better not to say anything here\n return;\n }\n if (inspectedStore) {\n // Expose selected store as $store to window\n if (payload.nodeId !== PINIA_ROOT_ID)\n globalThis.$store = toRaw(inspectedStore);\n payload.state = formatStoreForInspectorState(inspectedStore);\n }\n }\n });\n api.on.editInspectorState((payload) => {\n if (payload.app === app && payload.inspectorId === INSPECTOR_ID) {\n const inspectedStore = payload.nodeId === PINIA_ROOT_ID\n ? pinia\n : pinia._s.get(payload.nodeId);\n if (!inspectedStore) {\n return toastMessage(`store \"${payload.nodeId}\" not found`, 'error');\n }\n const { path } = payload;\n if (!isPinia(inspectedStore)) {\n // access only the state\n if (path.length !== 1 ||\n !inspectedStore._customProperties.has(path[0]) ||\n path[0] in inspectedStore.$state) {\n path.unshift('$state');\n }\n }\n else {\n // Root access, we can omit the `.value` because the devtools API does it for us\n path.unshift('state');\n }\n isTimelineActive = false;\n payload.set(inspectedStore, path, payload.state.value);\n isTimelineActive = true;\n }\n });\n api.on.editComponentState((payload) => {\n if (payload.type.startsWith('🍍')) {\n const storeId = payload.type.replace(/^🍍\\s*/, '');\n const store = pinia._s.get(storeId);\n if (!store) {\n return toastMessage(`store \"${storeId}\" not found`, 'error');\n }\n const { path } = payload;\n if (path[0] !== 'state') {\n return toastMessage(`Invalid path for store \"${storeId}\":\\n${path}\\nOnly state can be modified.`);\n }\n // rewrite the first entry to be able to directly set the state as\n // well as any other path\n path[0] = '$state';\n isTimelineActive = false;\n payload.set(store, path, payload.state.value);\n isTimelineActive = true;\n }\n });\n });\n}\nfunction addStoreToDevtools(app, store) {\n if (!componentStateTypes.includes(getStoreType(store.$id))) {\n componentStateTypes.push(getStoreType(store.$id));\n }\n setupDevtoolsPlugin({\n id: 'dev.esm.pinia',\n label: 'Pinia 🍍',\n logo: 'https://pinia.vuejs.org/logo.svg',\n packageName: 'pinia',\n homepage: 'https://pinia.vuejs.org',\n componentStateTypes,\n app,\n settings: {\n logStoreChanges: {\n label: 'Notify about new/deleted stores',\n type: 'boolean',\n defaultValue: true,\n },\n // useEmojis: {\n // label: 'Use emojis in messages ⚡️',\n // type: 'boolean',\n // defaultValue: true,\n // },\n },\n }, (api) => {\n // gracefully handle errors\n const now = typeof api.now === 'function' ? api.now.bind(api) : Date.now;\n store.$onAction(({ after, onError, name, args }) => {\n const groupId = runningActionId++;\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n title: '🛫 ' + name,\n subtitle: 'start',\n data: {\n store: formatDisplay(store.$id),\n action: formatDisplay(name),\n args,\n },\n groupId,\n },\n });\n after((result) => {\n activeAction = undefined;\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n title: '🛬 ' + name,\n subtitle: 'end',\n data: {\n store: formatDisplay(store.$id),\n action: formatDisplay(name),\n args,\n result,\n },\n groupId,\n },\n });\n });\n onError((error) => {\n activeAction = undefined;\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n logType: 'error',\n title: '💥 ' + name,\n subtitle: 'end',\n data: {\n store: formatDisplay(store.$id),\n action: formatDisplay(name),\n args,\n error,\n },\n groupId,\n },\n });\n });\n }, true);\n store._customProperties.forEach((name) => {\n watch(() => unref(store[name]), (newValue, oldValue) => {\n api.notifyComponentUpdate();\n api.sendInspectorState(INSPECTOR_ID);\n if (isTimelineActive) {\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n title: 'Change',\n subtitle: name,\n data: {\n newValue,\n oldValue,\n },\n groupId: activeAction,\n },\n });\n }\n }, { deep: true });\n });\n store.$subscribe(({ events, type }, state) => {\n api.notifyComponentUpdate();\n api.sendInspectorState(INSPECTOR_ID);\n if (!isTimelineActive)\n return;\n // rootStore.state[store.id] = state\n const eventData = {\n time: now(),\n title: formatMutationType(type),\n data: assign$1({ store: formatDisplay(store.$id) }, formatEventData(events)),\n groupId: activeAction,\n };\n if (type === MutationType.patchFunction) {\n eventData.subtitle = '⤵️';\n }\n else if (type === MutationType.patchObject) {\n eventData.subtitle = '🧩';\n }\n else if (events && !Array.isArray(events)) {\n eventData.subtitle = events.type;\n }\n if (events) {\n eventData.data['rawEvent(s)'] = {\n _custom: {\n display: 'DebuggerEvent',\n type: 'object',\n tooltip: 'raw DebuggerEvent[]',\n value: events,\n },\n };\n }\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: eventData,\n });\n }, { detached: true, flush: 'sync' });\n const hotUpdate = store._hotUpdate;\n store._hotUpdate = markRaw((newStore) => {\n hotUpdate(newStore);\n api.addTimelineEvent({\n layerId: MUTATIONS_LAYER_ID,\n event: {\n time: now(),\n title: '🔥 ' + store.$id,\n subtitle: 'HMR update',\n data: {\n store: formatDisplay(store.$id),\n info: formatDisplay(`HMR update`),\n },\n },\n });\n // update the devtools too\n api.notifyComponentUpdate();\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n });\n const { $dispose } = store;\n store.$dispose = () => {\n $dispose();\n api.notifyComponentUpdate();\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n api.getSettings().logStoreChanges &&\n toastMessage(`Disposed \"${store.$id}\" store 🗑`);\n };\n // trigger an update so it can display new registered stores\n api.notifyComponentUpdate();\n api.sendInspectorTree(INSPECTOR_ID);\n api.sendInspectorState(INSPECTOR_ID);\n api.getSettings().logStoreChanges &&\n toastMessage(`\"${store.$id}\" store installed 🆕`);\n });\n}\nlet runningActionId = 0;\nlet activeAction;\n/**\n * Patches a store to enable action grouping in devtools by wrapping the store with a Proxy that is passed as the\n * context of all actions, allowing us to set `runningAction` on each access and effectively associating any state\n * mutation to the action.\n *\n * @param store - store to patch\n * @param actionNames - list of actionst to patch\n */\nfunction patchActionForGrouping(store, actionNames, wrapWithProxy) {\n // original actions of the store as they are given by pinia. We are going to override them\n const actions = actionNames.reduce((storeActions, actionName) => {\n // use toRaw to avoid tracking #541\n storeActions[actionName] = toRaw(store)[actionName];\n return storeActions;\n }, {});\n for (const actionName in actions) {\n store[actionName] = function () {\n // the running action id is incremented in a before action hook\n const _actionId = runningActionId;\n const trackedStore = wrapWithProxy\n ? new Proxy(store, {\n get(...args) {\n activeAction = _actionId;\n return Reflect.get(...args);\n },\n set(...args) {\n activeAction = _actionId;\n return Reflect.set(...args);\n },\n })\n : store;\n // For Setup Stores we need https://github.com/tc39/proposal-async-context\n activeAction = _actionId;\n const retValue = actions[actionName].apply(trackedStore, arguments);\n // this is safer as async actions in Setup Stores would associate mutations done outside of the action\n activeAction = undefined;\n return retValue;\n };\n }\n}\n/**\n * pinia.use(devtoolsPlugin)\n */\nfunction devtoolsPlugin({ app, store, options }) {\n // HMR module\n if (store.$id.startsWith('__hot:')) {\n return;\n }\n // detect option api vs setup api\n store._isOptionsAPI = !!options.state;\n // Do not overwrite actions mocked by @pinia/testing (#2298)\n if (!store._p._testing) {\n patchActionForGrouping(store, Object.keys(options.actions), store._isOptionsAPI);\n // Upgrade the HMR to also update the new actions\n const originalHotUpdate = store._hotUpdate;\n toRaw(store)._hotUpdate = function (newStore) {\n originalHotUpdate.apply(this, arguments);\n patchActionForGrouping(store, Object.keys(newStore._hmrPayload.actions), !!store._isOptionsAPI);\n };\n }\n addStoreToDevtools(app, \n // FIXME: is there a way to allow the assignment from Store to StoreGeneric?\n store);\n}\n\n/**\n * Creates a Pinia instance to be used by the application\n */\nfunction createPinia() {\n const scope = effectScope(true);\n // NOTE: here we could check the window object for a state and directly set it\n // if there is anything like it with Vue 3 SSR\n const state = scope.run(() => ref({}));\n let _p = [];\n // plugins added before calling app.use(pinia)\n let toBeInstalled = [];\n const pinia = markRaw({\n install(app) {\n // this allows calling useStore() outside of a component setup after\n // installing pinia's plugin\n setActivePinia(pinia);\n pinia._a = app;\n app.provide(piniaSymbol, pinia);\n app.config.globalProperties.$pinia = pinia;\n /* istanbul ignore else */\n if ((((process.env.NODE_ENV !== 'production') || (typeof __VUE_PROD_DEVTOOLS__ !== 'undefined' && __VUE_PROD_DEVTOOLS__)) && !(process.env.NODE_ENV === 'test')) && IS_CLIENT) {\n registerPiniaDevtools(app, pinia);\n }\n toBeInstalled.forEach((plugin) => _p.push(plugin));\n toBeInstalled = [];\n },\n use(plugin) {\n if (!this._a) {\n toBeInstalled.push(plugin);\n }\n else {\n _p.push(plugin);\n }\n return this;\n },\n _p,\n // it's actually undefined here\n // @ts-expect-error\n _a: null,\n _e: scope,\n _s: new Map(),\n state,\n });\n // pinia devtools rely on dev only features so they cannot be forced unless\n // the dev build of Vue is used. Avoid old browsers like IE11.\n if ((((process.env.NODE_ENV !== 'production') || (typeof __VUE_PROD_DEVTOOLS__ !== 'undefined' && __VUE_PROD_DEVTOOLS__)) && !(process.env.NODE_ENV === 'test')) && IS_CLIENT && typeof Proxy !== 'undefined') {\n pinia.use(devtoolsPlugin);\n }\n return pinia;\n}\n/**\n * Dispose a Pinia instance by stopping its effectScope and removing the state, plugins and stores. This is mostly\n * useful in tests, with both a testing pinia or a regular pinia and in applications that use multiple pinia instances.\n * Once disposed, the pinia instance cannot be used anymore.\n *\n * @param pinia - pinia instance\n */\nfunction disposePinia(pinia) {\n pinia._e.stop();\n pinia._s.clear();\n pinia._p.splice(0);\n pinia.state.value = {};\n // @ts-expect-error: non valid\n pinia._a = null;\n}\n\n/**\n * Checks if a function is a `StoreDefinition`.\n *\n * @param fn - object to test\n * @returns true if `fn` is a StoreDefinition\n */\nconst isUseStore = (fn) => {\n return typeof fn === 'function' && typeof fn.$id === 'string';\n};\n/**\n * Mutates in place `newState` with `oldState` to _hot update_ it. It will\n * remove any key not existing in `newState` and recursively merge plain\n * objects.\n *\n * @param newState - new state object to be patched\n * @param oldState - old state that should be used to patch newState\n * @returns - newState\n */\nfunction patchObject(newState, oldState) {\n // no need to go through symbols because they cannot be serialized anyway\n for (const key in oldState) {\n const subPatch = oldState[key];\n // skip the whole sub tree\n if (!(key in newState)) {\n continue;\n }\n const targetValue = newState[key];\n if (isPlainObject(targetValue) &&\n isPlainObject(subPatch) &&\n !isRef(subPatch) &&\n !isReactive(subPatch)) {\n newState[key] = patchObject(targetValue, subPatch);\n }\n else {\n // objects are either a bit more complex (e.g. refs) or primitives, so we\n // just set the whole thing\n newState[key] = subPatch;\n }\n }\n return newState;\n}\n/**\n * Creates an _accept_ function to pass to `import.meta.hot` in Vite applications.\n *\n * @example\n * ```js\n * const useUser = defineStore(...)\n * if (import.meta.hot) {\n * import.meta.hot.accept(acceptHMRUpdate(useUser, import.meta.hot))\n * }\n * ```\n *\n * @param initialUseStore - return of the defineStore to hot update\n * @param hot - `import.meta.hot`\n */\nfunction acceptHMRUpdate(initialUseStore, hot) {\n // strip as much as possible from iife.prod\n if (!(process.env.NODE_ENV !== 'production')) {\n return () => { };\n }\n return (newModule) => {\n const pinia = hot.data.pinia || initialUseStore._pinia;\n if (!pinia) {\n // this store is still not used\n return;\n }\n // preserve the pinia instance across loads\n hot.data.pinia = pinia;\n // console.log('got data', newStore)\n for (const exportName in newModule) {\n const useStore = newModule[exportName];\n // console.log('checking for', exportName)\n if (isUseStore(useStore) && pinia._s.has(useStore.$id)) {\n // console.log('Accepting update for', useStore.$id)\n const id = useStore.$id;\n if (id !== initialUseStore.$id) {\n console.warn(`The id of the store changed from \"${initialUseStore.$id}\" to \"${id}\". Reloading.`);\n // return import.meta.hot.invalidate()\n return hot.invalidate();\n }\n const existingStore = pinia._s.get(id);\n if (!existingStore) {\n console.log(`[Pinia]: skipping hmr because store doesn't exist yet`);\n return;\n }\n useStore(pinia, existingStore);\n }\n }\n };\n}\n\nconst noop = () => { };\nfunction addSubscription(subscriptions, callback, detached, onCleanup = noop) {\n subscriptions.push(callback);\n const removeSubscription = () => {\n const idx = subscriptions.indexOf(callback);\n if (idx > -1) {\n subscriptions.splice(idx, 1);\n onCleanup();\n }\n };\n if (!detached && getCurrentScope()) {\n onScopeDispose(removeSubscription);\n }\n return removeSubscription;\n}\nfunction triggerSubscriptions(subscriptions, ...args) {\n subscriptions.slice().forEach((callback) => {\n callback(...args);\n });\n}\n\nconst fallbackRunWithContext = (fn) => fn();\n/**\n * Marks a function as an action for `$onAction`\n * @internal\n */\nconst ACTION_MARKER = Symbol();\n/**\n * Action name symbol. Allows to add a name to an action after defining it\n * @internal\n */\nconst ACTION_NAME = Symbol();\nfunction mergeReactiveObjects(target, patchToApply) {\n // Handle Map instances\n if (target instanceof Map && patchToApply instanceof Map) {\n patchToApply.forEach((value, key) => target.set(key, value));\n }\n else if (target instanceof Set && patchToApply instanceof Set) {\n // Handle Set instances\n patchToApply.forEach(target.add, target);\n }\n // no need to go through symbols because they cannot be serialized anyway\n for (const key in patchToApply) {\n if (!patchToApply.hasOwnProperty(key))\n continue;\n const subPatch = patchToApply[key];\n const targetValue = target[key];\n if (isPlainObject(targetValue) &&\n isPlainObject(subPatch) &&\n target.hasOwnProperty(key) &&\n !isRef(subPatch) &&\n !isReactive(subPatch)) {\n // NOTE: here I wanted to warn about inconsistent types but it's not possible because in setup stores one might\n // start the value of a property as a certain type e.g. a Map, and then for some reason, during SSR, change that\n // to `undefined`. When trying to hydrate, we want to override the Map with `undefined`.\n target[key] = mergeReactiveObjects(targetValue, subPatch);\n }\n else {\n // @ts-expect-error: subPatch is a valid value\n target[key] = subPatch;\n }\n }\n return target;\n}\nconst skipHydrateSymbol = (process.env.NODE_ENV !== 'production')\n ? Symbol('pinia:skipHydration')\n : /* istanbul ignore next */ Symbol();\n/**\n * Tells Pinia to skip the hydration process of a given object. This is useful in setup stores (only) when you return a\n * stateful object in the store but it isn't really state. e.g. returning a router instance in a setup store.\n *\n * @param obj - target object\n * @returns obj\n */\nfunction skipHydrate(obj) {\n return Object.defineProperty(obj, skipHydrateSymbol, {});\n}\n/**\n * Returns whether a value should be hydrated\n *\n * @param obj - target variable\n * @returns true if `obj` should be hydrated\n */\nfunction shouldHydrate(obj) {\n return !isPlainObject(obj) || !obj.hasOwnProperty(skipHydrateSymbol);\n}\nconst { assign } = Object;\nfunction isComputed(o) {\n return !!(isRef(o) && o.effect);\n}\nfunction createOptionsStore(id, options, pinia, hot) {\n const { state, actions, getters } = options;\n const initialState = pinia.state.value[id];\n let store;\n function setup() {\n if (!initialState && (!(process.env.NODE_ENV !== 'production') || !hot)) {\n /* istanbul ignore if */\n pinia.state.value[id] = state ? state() : {};\n }\n // avoid creating a state in pinia.state.value\n const localState = (process.env.NODE_ENV !== 'production') && hot\n ? // use ref() to unwrap refs inside state TODO: check if this is still necessary\n toRefs(ref(state ? state() : {}).value)\n : toRefs(pinia.state.value[id]);\n return assign(localState, actions, Object.keys(getters || {}).reduce((computedGetters, name) => {\n if ((process.env.NODE_ENV !== 'production') && name in localState) {\n console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with \"${name}\" in store \"${id}\".`);\n }\n computedGetters[name] = markRaw(computed(() => {\n setActivePinia(pinia);\n // it was created just before\n const store = pinia._s.get(id);\n // allow cross using stores\n // @ts-expect-error\n // return getters![name].call(context, context)\n // TODO: avoid reading the getter while assigning with a global variable\n return getters[name].call(store, store);\n }));\n return computedGetters;\n }, {}));\n }\n store = createSetupStore(id, setup, options, pinia, hot, true);\n return store;\n}\nfunction createSetupStore($id, setup, options = {}, pinia, hot, isOptionsStore) {\n let scope;\n const optionsForPlugin = assign({ actions: {} }, options);\n /* istanbul ignore if */\n if ((process.env.NODE_ENV !== 'production') && !pinia._e.active) {\n throw new Error('Pinia destroyed');\n }\n // watcher options for $subscribe\n const $subscribeOptions = { deep: true };\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n $subscribeOptions.onTrigger = (event) => {\n /* istanbul ignore else */\n if (isListening) {\n debuggerEvents = event;\n // avoid triggering this while the store is being built and the state is being set in pinia\n }\n else if (isListening == false && !store._hotUpdating) {\n // let patch send all the events together later\n /* istanbul ignore else */\n if (Array.isArray(debuggerEvents)) {\n debuggerEvents.push(event);\n }\n else {\n console.error('🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug.');\n }\n }\n };\n }\n // internal state\n let isListening; // set to true at the end\n let isSyncListening; // set to true at the end\n let subscriptions = [];\n let actionSubscriptions = [];\n let debuggerEvents;\n const initialState = pinia.state.value[$id];\n // avoid setting the state for option stores if it is set\n // by the setup\n if (!isOptionsStore && !initialState && (!(process.env.NODE_ENV !== 'production') || !hot)) {\n /* istanbul ignore if */\n pinia.state.value[$id] = {};\n }\n const hotState = ref({});\n // avoid triggering too many listeners\n // https://github.com/vuejs/pinia/issues/1129\n let activeListener;\n function $patch(partialStateOrMutator) {\n let subscriptionMutation;\n isListening = isSyncListening = false;\n // reset the debugger events since patches are sync\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n debuggerEvents = [];\n }\n if (typeof partialStateOrMutator === 'function') {\n partialStateOrMutator(pinia.state.value[$id]);\n subscriptionMutation = {\n type: MutationType.patchFunction,\n storeId: $id,\n events: debuggerEvents,\n };\n }\n else {\n mergeReactiveObjects(pinia.state.value[$id], partialStateOrMutator);\n subscriptionMutation = {\n type: MutationType.patchObject,\n payload: partialStateOrMutator,\n storeId: $id,\n events: debuggerEvents,\n };\n }\n const myListenerId = (activeListener = Symbol());\n nextTick().then(() => {\n if (activeListener === myListenerId) {\n isListening = true;\n }\n });\n isSyncListening = true;\n // because we paused the watcher, we need to manually call the subscriptions\n triggerSubscriptions(subscriptions, subscriptionMutation, pinia.state.value[$id]);\n }\n const $reset = isOptionsStore\n ? function $reset() {\n const { state } = options;\n const newState = state ? state() : {};\n // we use a patch to group all changes into one single subscription\n this.$patch(($state) => {\n // @ts-expect-error: FIXME: shouldn't error?\n assign($state, newState);\n });\n }\n : /* istanbul ignore next */\n (process.env.NODE_ENV !== 'production')\n ? () => {\n throw new Error(`🍍: Store \"${$id}\" is built using the setup syntax and does not implement $reset().`);\n }\n : noop;\n function $dispose() {\n scope.stop();\n subscriptions = [];\n actionSubscriptions = [];\n pinia._s.delete($id);\n }\n /**\n * Helper that wraps function so it can be tracked with $onAction\n * @param fn - action to wrap\n * @param name - name of the action\n */\n const action = (fn, name = '') => {\n if (ACTION_MARKER in fn) {\n fn[ACTION_NAME] = name;\n return fn;\n }\n const wrappedAction = function () {\n setActivePinia(pinia);\n const args = Array.from(arguments);\n const afterCallbackList = [];\n const onErrorCallbackList = [];\n function after(callback) {\n afterCallbackList.push(callback);\n }\n function onError(callback) {\n onErrorCallbackList.push(callback);\n }\n // @ts-expect-error\n triggerSubscriptions(actionSubscriptions, {\n args,\n name: wrappedAction[ACTION_NAME],\n store,\n after,\n onError,\n });\n let ret;\n try {\n ret = fn.apply(this && this.$id === $id ? this : store, args);\n // handle sync errors\n }\n catch (error) {\n triggerSubscriptions(onErrorCallbackList, error);\n throw error;\n }\n if (ret instanceof Promise) {\n return ret\n .then((value) => {\n triggerSubscriptions(afterCallbackList, value);\n return value;\n })\n .catch((error) => {\n triggerSubscriptions(onErrorCallbackList, error);\n return Promise.reject(error);\n });\n }\n // trigger after callbacks\n triggerSubscriptions(afterCallbackList, ret);\n return ret;\n };\n wrappedAction[ACTION_MARKER] = true;\n wrappedAction[ACTION_NAME] = name; // will be set later\n // @ts-expect-error: we are intentionally limiting the returned type to just Fn\n // because all the added properties are internals that are exposed through `$onAction()` only\n return wrappedAction;\n };\n const _hmrPayload = /*#__PURE__*/ markRaw({\n actions: {},\n getters: {},\n state: [],\n hotState,\n });\n const partialStore = {\n _p: pinia,\n // _s: scope,\n $id,\n $onAction: addSubscription.bind(null, actionSubscriptions),\n $patch,\n $reset,\n $subscribe(callback, options = {}) {\n const removeSubscription = addSubscription(subscriptions, callback, options.detached, () => stopWatcher());\n const stopWatcher = scope.run(() => watch(() => pinia.state.value[$id], (state) => {\n if (options.flush === 'sync' ? isSyncListening : isListening) {\n callback({\n storeId: $id,\n type: MutationType.direct,\n events: debuggerEvents,\n }, state);\n }\n }, assign({}, $subscribeOptions, options)));\n return removeSubscription;\n },\n $dispose,\n };\n const store = reactive((process.env.NODE_ENV !== 'production') || ((((process.env.NODE_ENV !== 'production') || (typeof __VUE_PROD_DEVTOOLS__ !== 'undefined' && __VUE_PROD_DEVTOOLS__)) && !(process.env.NODE_ENV === 'test')) && IS_CLIENT)\n ? assign({\n _hmrPayload,\n _customProperties: markRaw(new Set()), // devtools custom properties\n }, partialStore\n // must be added later\n // setupStore\n )\n : partialStore);\n // store the partial store now so the setup of stores can instantiate each other before they are finished without\n // creating infinite loops.\n pinia._s.set($id, store);\n const runWithContext = (pinia._a && pinia._a.runWithContext) || fallbackRunWithContext;\n // TODO: idea create skipSerialize that marks properties as non serializable and they are skipped\n const setupStore = runWithContext(() => pinia._e.run(() => (scope = effectScope()).run(() => setup({ action }))));\n // overwrite existing actions to support $onAction\n for (const key in setupStore) {\n const prop = setupStore[key];\n if ((isRef(prop) && !isComputed(prop)) || isReactive(prop)) {\n // mark it as a piece of state to be serialized\n if ((process.env.NODE_ENV !== 'production') && hot) {\n hotState.value[key] = toRef(setupStore, key);\n // createOptionStore directly sets the state in pinia.state.value so we\n // can just skip that\n }\n else if (!isOptionsStore) {\n // in setup stores we must hydrate the state and sync pinia state tree with the refs the user just created\n if (initialState && shouldHydrate(prop)) {\n if (isRef(prop)) {\n prop.value = initialState[key];\n }\n else {\n // probably a reactive object, lets recursively assign\n // @ts-expect-error: prop is unknown\n mergeReactiveObjects(prop, initialState[key]);\n }\n }\n // transfer the ref to the pinia state to keep everything in sync\n pinia.state.value[$id][key] = prop;\n }\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n _hmrPayload.state.push(key);\n }\n // action\n }\n else if (typeof prop === 'function') {\n const actionValue = (process.env.NODE_ENV !== 'production') && hot ? prop : action(prop, key);\n // this a hot module replacement store because the hotUpdate method needs\n // to do it with the right context\n // @ts-expect-error\n setupStore[key] = actionValue;\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n _hmrPayload.actions[key] = prop;\n }\n // list actions so they can be used in plugins\n // @ts-expect-error\n optionsForPlugin.actions[key] = prop;\n }\n else if ((process.env.NODE_ENV !== 'production')) {\n // add getters for devtools\n if (isComputed(prop)) {\n _hmrPayload.getters[key] = isOptionsStore\n ? // @ts-expect-error\n options.getters[key]\n : prop;\n if (IS_CLIENT) {\n const getters = setupStore._getters ||\n // @ts-expect-error: same\n (setupStore._getters = markRaw([]));\n getters.push(key);\n }\n }\n }\n }\n // add the state, getters, and action properties\n /* istanbul ignore if */\n assign(store, setupStore);\n // allows retrieving reactive objects with `storeToRefs()`. Must be called after assigning to the reactive object.\n // Make `storeToRefs()` work with `reactive()` #799\n assign(toRaw(store), setupStore);\n // use this instead of a computed with setter to be able to create it anywhere\n // without linking the computed lifespan to wherever the store is first\n // created.\n Object.defineProperty(store, '$state', {\n get: () => ((process.env.NODE_ENV !== 'production') && hot ? hotState.value : pinia.state.value[$id]),\n set: (state) => {\n /* istanbul ignore if */\n if ((process.env.NODE_ENV !== 'production') && hot) {\n throw new Error('cannot set hotState');\n }\n $patch(($state) => {\n // @ts-expect-error: FIXME: shouldn't error?\n assign($state, state);\n });\n },\n });\n // add the hotUpdate before plugins to allow them to override it\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n store._hotUpdate = markRaw((newStore) => {\n store._hotUpdating = true;\n newStore._hmrPayload.state.forEach((stateKey) => {\n if (stateKey in store.$state) {\n const newStateTarget = newStore.$state[stateKey];\n const oldStateSource = store.$state[stateKey];\n if (typeof newStateTarget === 'object' &&\n isPlainObject(newStateTarget) &&\n isPlainObject(oldStateSource)) {\n patchObject(newStateTarget, oldStateSource);\n }\n else {\n // transfer the ref\n newStore.$state[stateKey] = oldStateSource;\n }\n }\n // patch direct access properties to allow store.stateProperty to work as\n // store.$state.stateProperty\n // @ts-expect-error: any type\n store[stateKey] = toRef(newStore.$state, stateKey);\n });\n // remove deleted state properties\n Object.keys(store.$state).forEach((stateKey) => {\n if (!(stateKey in newStore.$state)) {\n // @ts-expect-error: noop if doesn't exist\n delete store[stateKey];\n }\n });\n // avoid devtools logging this as a mutation\n isListening = false;\n isSyncListening = false;\n pinia.state.value[$id] = toRef(newStore._hmrPayload, 'hotState');\n isSyncListening = true;\n nextTick().then(() => {\n isListening = true;\n });\n for (const actionName in newStore._hmrPayload.actions) {\n const actionFn = newStore[actionName];\n // @ts-expect-error: actionName is a string\n store[actionName] =\n //\n action(actionFn, actionName);\n }\n // TODO: does this work in both setup and option store?\n for (const getterName in newStore._hmrPayload.getters) {\n const getter = newStore._hmrPayload.getters[getterName];\n const getterValue = isOptionsStore\n ? // special handling of options api\n computed(() => {\n setActivePinia(pinia);\n return getter.call(store, store);\n })\n : getter;\n // @ts-expect-error: getterName is a string\n store[getterName] =\n //\n getterValue;\n }\n // remove deleted getters\n Object.keys(store._hmrPayload.getters).forEach((key) => {\n if (!(key in newStore._hmrPayload.getters)) {\n // @ts-expect-error: noop if doesn't exist\n delete store[key];\n }\n });\n // remove old actions\n Object.keys(store._hmrPayload.actions).forEach((key) => {\n if (!(key in newStore._hmrPayload.actions)) {\n // @ts-expect-error: noop if doesn't exist\n delete store[key];\n }\n });\n // update the values used in devtools and to allow deleting new properties later on\n store._hmrPayload = newStore._hmrPayload;\n store._getters = newStore._getters;\n store._hotUpdating = false;\n });\n }\n if ((((process.env.NODE_ENV !== 'production') || (typeof __VUE_PROD_DEVTOOLS__ !== 'undefined' && __VUE_PROD_DEVTOOLS__)) && !(process.env.NODE_ENV === 'test')) && IS_CLIENT) {\n const nonEnumerable = {\n writable: true,\n configurable: true,\n // avoid warning on devtools trying to display this property\n enumerable: false,\n };\n ['_p', '_hmrPayload', '_getters', '_customProperties'].forEach((p) => {\n Object.defineProperty(store, p, assign({ value: store[p] }, nonEnumerable));\n });\n }\n // apply all plugins\n pinia._p.forEach((extender) => {\n /* istanbul ignore else */\n if ((((process.env.NODE_ENV !== 'production') || (typeof __VUE_PROD_DEVTOOLS__ !== 'undefined' && __VUE_PROD_DEVTOOLS__)) && !(process.env.NODE_ENV === 'test')) && IS_CLIENT) {\n const extensions = scope.run(() => extender({\n store: store,\n app: pinia._a,\n pinia,\n options: optionsForPlugin,\n }));\n Object.keys(extensions || {}).forEach((key) => store._customProperties.add(key));\n assign(store, extensions);\n }\n else {\n assign(store, scope.run(() => extender({\n store: store,\n app: pinia._a,\n pinia,\n options: optionsForPlugin,\n })));\n }\n });\n if ((process.env.NODE_ENV !== 'production') &&\n store.$state &&\n typeof store.$state === 'object' &&\n typeof store.$state.constructor === 'function' &&\n !store.$state.constructor.toString().includes('[native code]')) {\n console.warn(`[🍍]: The \"state\" must be a plain object. It cannot be\\n` +\n `\\tstate: () => new MyClass()\\n` +\n `Found in store \"${store.$id}\".`);\n }\n // only apply hydrate to option stores with an initial state in pinia\n if (initialState &&\n isOptionsStore &&\n options.hydrate) {\n options.hydrate(store.$state, initialState);\n }\n isListening = true;\n isSyncListening = true;\n return store;\n}\n// allows unused stores to be tree shaken\n/*! #__NO_SIDE_EFFECTS__ */\nfunction defineStore(\n// TODO: add proper types from above\nid, setup, setupOptions) {\n let options;\n const isSetupStore = typeof setup === 'function';\n // the option store setup will contain the actual options in this case\n options = isSetupStore ? setupOptions : setup;\n function useStore(pinia, hot) {\n const hasContext = hasInjectionContext();\n pinia =\n // in test mode, ignore the argument provided as we can always retrieve a\n // pinia instance with getActivePinia()\n ((process.env.NODE_ENV === 'test') && activePinia && activePinia._testing ? null : pinia) ||\n (hasContext ? inject(piniaSymbol, null) : null);\n if (pinia)\n setActivePinia(pinia);\n if ((process.env.NODE_ENV !== 'production') && !activePinia) {\n throw new Error(`[🍍]: \"getActivePinia()\" was called but there was no active Pinia. Are you trying to use a store before calling \"app.use(pinia)\"?\\n` +\n `See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.\\n` +\n `This will fail in production.`);\n }\n pinia = activePinia;\n if (!pinia._s.has(id)) {\n // creating the store registers it in `pinia._s`\n if (isSetupStore) {\n createSetupStore(id, setup, options, pinia);\n }\n else {\n createOptionsStore(id, options, pinia);\n }\n /* istanbul ignore else */\n if ((process.env.NODE_ENV !== 'production')) {\n // @ts-expect-error: not the right inferred type\n useStore._pinia = pinia;\n }\n }\n const store = pinia._s.get(id);\n if ((process.env.NODE_ENV !== 'production') && hot) {\n const hotId = '__hot:' + id;\n const newStore = isSetupStore\n ? createSetupStore(hotId, setup, options, pinia, true)\n : createOptionsStore(hotId, assign({}, options), pinia, true);\n hot._hotUpdate(newStore);\n // cleanup the state properties and the store from the cache\n delete pinia.state.value[hotId];\n pinia._s.delete(hotId);\n }\n if ((process.env.NODE_ENV !== 'production') && IS_CLIENT) {\n const currentInstance = getCurrentInstance();\n // save stores in instances to access them devtools\n if (currentInstance &&\n currentInstance.proxy &&\n // avoid adding stores that are just built for hot module replacement\n !hot) {\n const vm = currentInstance.proxy;\n const cache = '_pStores' in vm ? vm._pStores : (vm._pStores = {});\n cache[id] = store;\n }\n }\n // StoreGeneric cannot be casted towards Store\n return store;\n }\n useStore.$id = id;\n return useStore;\n}\n\nlet mapStoreSuffix = 'Store';\n/**\n * Changes the suffix added by `mapStores()`. Can be set to an empty string.\n * Defaults to `\"Store\"`. Make sure to extend the MapStoresCustomization\n * interface if you are using TypeScript.\n *\n * @param suffix - new suffix\n */\nfunction setMapStoreSuffix(suffix // could be 'Store' but that would be annoying for JS\n) {\n mapStoreSuffix = suffix;\n}\n/**\n * Allows using stores without the composition API (`setup()`) by generating an\n * object to be spread in the `computed` field of a component. It accepts a list\n * of store definitions.\n *\n * @example\n * ```js\n * export default {\n * computed: {\n * // other computed properties\n * ...mapStores(useUserStore, useCartStore)\n * },\n *\n * created() {\n * this.userStore // store with id \"user\"\n * this.cartStore // store with id \"cart\"\n * }\n * }\n * ```\n *\n * @param stores - list of stores to map to an object\n */\nfunction mapStores(...stores) {\n if ((process.env.NODE_ENV !== 'production') && Array.isArray(stores[0])) {\n console.warn(`[🍍]: Directly pass all stores to \"mapStores()\" without putting them in an array:\\n` +\n `Replace\\n` +\n `\\tmapStores([useAuthStore, useCartStore])\\n` +\n `with\\n` +\n `\\tmapStores(useAuthStore, useCartStore)\\n` +\n `This will fail in production if not fixed.`);\n stores = stores[0];\n }\n return stores.reduce((reduced, useStore) => {\n // @ts-expect-error: $id is added by defineStore\n reduced[useStore.$id + mapStoreSuffix] = function () {\n return useStore(this.$pinia);\n };\n return reduced;\n }, {});\n}\n/**\n * Allows using state and getters from one store without using the composition\n * API (`setup()`) by generating an object to be spread in the `computed` field\n * of a component.\n *\n * @param useStore - store to map from\n * @param keysOrMapper - array or object\n */\nfunction mapState(useStore, keysOrMapper) {\n return Array.isArray(keysOrMapper)\n ? keysOrMapper.reduce((reduced, key) => {\n reduced[key] = function () {\n // @ts-expect-error: FIXME: should work?\n return useStore(this.$pinia)[key];\n };\n return reduced;\n }, {})\n : Object.keys(keysOrMapper).reduce((reduced, key) => {\n // @ts-expect-error\n reduced[key] = function () {\n const store = useStore(this.$pinia);\n const storeKey = keysOrMapper[key];\n // for some reason TS is unable to infer the type of storeKey to be a\n // function\n return typeof storeKey === 'function'\n ? storeKey.call(this, store)\n : // @ts-expect-error: FIXME: should work?\n store[storeKey];\n };\n return reduced;\n }, {});\n}\n/**\n * Alias for `mapState()`. You should use `mapState()` instead.\n * @deprecated use `mapState()` instead.\n */\nconst mapGetters = mapState;\n/**\n * Allows directly using actions from your store without using the composition\n * API (`setup()`) by generating an object to be spread in the `methods` field\n * of a component.\n *\n * @param useStore - store to map from\n * @param keysOrMapper - array or object\n */\nfunction mapActions(useStore, keysOrMapper) {\n return Array.isArray(keysOrMapper)\n ? keysOrMapper.reduce((reduced, key) => {\n // @ts-expect-error\n reduced[key] = function (...args) {\n // @ts-expect-error: FIXME: should work?\n return useStore(this.$pinia)[key](...args);\n };\n return reduced;\n }, {})\n : Object.keys(keysOrMapper).reduce((reduced, key) => {\n // @ts-expect-error\n reduced[key] = function (...args) {\n // @ts-expect-error: FIXME: should work?\n return useStore(this.$pinia)[keysOrMapper[key]](...args);\n };\n return reduced;\n }, {});\n}\n/**\n * Allows using state and getters from one store without using the composition\n * API (`setup()`) by generating an object to be spread in the `computed` field\n * of a component.\n *\n * @param useStore - store to map from\n * @param keysOrMapper - array or object\n */\nfunction mapWritableState(useStore, keysOrMapper) {\n return Array.isArray(keysOrMapper)\n ? keysOrMapper.reduce((reduced, key) => {\n reduced[key] = {\n get() {\n return useStore(this.$pinia)[key];\n },\n set(value) {\n return (useStore(this.$pinia)[key] = value);\n },\n };\n return reduced;\n }, {})\n : Object.keys(keysOrMapper).reduce((reduced, key) => {\n reduced[key] = {\n get() {\n return useStore(this.$pinia)[keysOrMapper[key]];\n },\n set(value) {\n return (useStore(this.$pinia)[keysOrMapper[key]] = value);\n },\n };\n return reduced;\n }, {});\n}\n\n/**\n * Creates an object of references with all the state, getters, and plugin-added\n * state properties of the store. Similar to `toRefs()` but specifically\n * designed for Pinia stores so methods and non reactive properties are\n * completely ignored.\n *\n * @param store - store to extract the refs from\n */\nfunction storeToRefs(store) {\n const rawStore = toRaw(store);\n const refs = {};\n for (const key in rawStore) {\n const value = rawStore[key];\n // There is no native method to check for a computed\n // https://github.com/vuejs/core/pull/4165\n if (value.effect) {\n // @ts-expect-error: too hard to type correctly\n refs[key] =\n // ...\n computed({\n get: () => store[key],\n set(value) {\n store[key] = value;\n },\n });\n }\n else if (isRef(value) || isReactive(value)) {\n // @ts-expect-error: the key is state or getter\n refs[key] =\n // ---\n toRef(store, key);\n }\n }\n return refs;\n}\n\nexport { MutationType, acceptHMRUpdate, createPinia, defineStore, disposePinia, getActivePinia, mapActions, mapGetters, mapState, mapStores, mapWritableState, setActivePinia, setMapStoreSuffix, shouldHydrate, skipHydrate, storeToRefs };\n","import axios from \"axios\";\nimport {SongBuilderPayloadType} from \"@songfinch/types\";\n\nexport async function createSongBuilder(payload: SongBuilderPayloadType): SongBuilderResponseType {\n const res = await axios.post(\"songbuilders\", payload);\n return res.data;\n}\n\nexport async function fetchSongBuilder(slug: string): SongBuilderResponseType {\n const res = await axios.get(\"songbuilders/\" + slug);\n return res.data;\n}\n\nexport async function fetchSongBuilderByEmail(email: string): SongBuilderResponseType {\n const res = await axios.get(\"songbuilders/by_email/\", {params: {email}});\n return res.data;\n}\n\nexport async function fetchSongBuilderByExternalId(external_user_id: string): SongBuilderResponseType {\n const res = await axios.get(\"songbuilders/by_external_user_id\", {params: {external_user_id}});\n return res.data;\n}\n\nexport async function updateSongBuilder(slug, payload: SongBuilderPayloadType): SongBuilderResponseType {\n const res = await axios.patch(\"songbuilders/\" + slug, payload);\n return res.data;\n}\n","/* eslint-disable @typescript-eslint/no-explicit-any */\nimport {\n computed,\n reactive,\n readonly,\n type DeepReadonly,\n type Reactive,\n type ComputedRef\n} from \"vue\";\nimport {useSongBuilderStore} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\n\n\n//##################################\nexport interface ProgressNavItem {\n id: ComputedRef | string;\n allIds?: string[];\n stepIndex: number;\n isCompleted: ComputedRef | boolean;\n isOptional?: ComputedRef | boolean;\n isSkipped?: ComputedRef | boolean;\n}\n\nexport type ComputedProgressStats = ComputedRef<{\n total: number,\n valid: boolean\n}>\n\nexport interface SongBuilderProgress {\n sections: DeepReadonly>;\n progressStats: DeepReadonly;\n}\n\n//##################################\nconst storeSongBuilder = computed(() => useSongBuilderStore());\n\nconst sections = reactive([\n {\n id: \"BsOccasionRecipient\",\n isCompleted: computed(() => !!(storeSongBuilder.value.recipient && storeSongBuilder.value.relationship)),\n stepIndex: 1,\n },\n {\n id: \"BsSongArtist\",\n isCompleted: computed(() => storeSongBuilder.value.preferred_artist_switch !== undefined),\n stepIndex: 2,\n },\n {\n id: \"BsSongCharacteristics\",\n isSkipped: computed(() => storeSongBuilder.value.preferred_artist_switch === undefined),\n isCompleted: computed(() => !!(storeSongBuilder.value.genre && storeSongBuilder.value.gender && storeSongBuilder.value.moods?.length && storeSongBuilder.value.tempo)),\n stepIndex: 2,\n },\n {\n id: computed(() => {\n if (storeSongBuilder.value.selected_recommended_artist || storeSongBuilder.value.selected_artists?.length){\n return \"BsArtistConfirmation\";\n }\n return storeSongBuilder.value.preferred_artist_switch ? \"BsSongArtistSelection\" : \"BsSongArtistsList\";\n }),\n allIds: [\"BsArtistConfirmation\", \"BsSongArtistSelection\", \"BsSongArtistsList\"],\n isCompleted: computed(() => !!(\n storeSongBuilder.value.selected_recommended_artist ||\n storeSongBuilder.value.selected_artists?.length\n )),\n isSkipped: computed(() => {\n if (storeSongBuilder.value.preferred_artist_switch === undefined) {\n return true;\n }\n return !storeSongBuilder.value.preferred_artist_switch && !(storeSongBuilder.value.genre && storeSongBuilder.value.gender);\n }),\n stepIndex: 2,\n },\n {\n id: \"BsStoryDetailsCombined\",\n isCompleted: computed(() => storeSongBuilder.value.questions?.length === 2 && storeSongBuilder.value.questions.every((q: any) => q && q.answer && q.question)),\n stepIndex: 3,\n }\n]);\n\n\n//Progress Stats\nconst progressStats: ComputedProgressStats = computed(() => {\n let valid = true;\n const steps = new Set();\n sections.forEach(item => {\n steps.add(item.stepIndex);\n if (!item.isCompleted && !item.isOptional && !item.isSkipped) valid = false;\n });\n return {total: steps.size, valid};\n});\n\nexport const useSongBuilderProgress = (): SongBuilderProgress => {\n return {\n sections: readonly(sections),\n progressStats: readonly(progressStats)\n };\n};\n","// const Home = () => import(\"@songfinch/customer/views/pages/Home.vue\");\nconst Home2024 = () => import(\"@songfinch/customer/views/home/Home2024.vue\");\nconst ArtistCommunity = () => import(\"@songfinch/customer/views/pages/ArtistCommunity.vue\");\nconst SongRevisions = () => import(\"@songfinch/customer/views/pages/SongRevisions.vue\");\nconst PrivacyPolicy = () => import(\"@songfinch/customer/views/pages/PrivacyPolicy.vue\");\nconst Terms = () => import(\"@songfinch/customer/views/templates/Terms.vue\");\nconst EventReminder = () => import(\"@songfinch/customer/views/pages/EventReminder.vue\");\nconst Careers = () => import(\"@songfinch/customer/views/pages/Careers.vue\");\nconst ContactUs = () => import(\"@songfinch/customer/views/pages/ContactUs.vue\");\n// const WorryFree = () => import(\"@songfinch/customer/views/pages/WorryFree.vue\");\nconst HowItWorks = () => import(\"@songfinch/customer/views/pages/HowItWorks.vue\");\n\nexport default [\n {\n path: \"/\",\n name: \"Home\",\n component: Home2024,\n meta: {\n CMSData: \"homepage2024\",\n removeClearfix: true,\n baseTheme: \"dark\",\n },\n },\n {\n path: \"/artist-community\",\n name: \"ArtistCommunity\",\n component: ArtistCommunity,\n },\n {\n path: \"/song-revisions\",\n name: \"SongRevisions\",\n component: SongRevisions,\n },\n {\n path: \"/privacy\",\n name: \"PrivacyPolicy\",\n component: PrivacyPolicy,\n },\n {\n path: \"/terms\",\n name: \"Terms\",\n component: Terms,\n },\n {\n path: \"/event-reminder\",\n name: \"EventReminder\",\n component: EventReminder,\n },\n {\n path: \"/careers\",\n name: \"Careers\",\n component: Careers,\n },\n {\n path: \"/contact-us\",\n name: \"ContactUs\",\n component: ContactUs,\n },\n {\n path: \"/how-it-works\",\n name: \"HowItWorks\",\n component: HowItWorks,\n },\n];\n","//Meta for all and beforeEnter only for chidless routes\nconst setMetaToAllChildren = (route, meta, beforeEnter = null, index = 0) => {\n if (!index) window.sfLastChild = null;\n route.children.forEach((child, i) => {\n child.meta = {...meta, ...child.meta, index: index++};\n if (child.children?.length) {\n index = setMetaToAllChildren(child, meta, beforeEnter, index);\n } else {\n if (beforeEnter) {\n if (!Array.isArray(child.beforeEnter)) {\n child.beforeEnter = child.beforeEnter ? [child.beforeEnter] : [];\n }\n if (Array.isArray(beforeEnter)) {\n child.beforeEnter = child.beforeEnter.concat(beforeEnter);\n } else {\n child.beforeEnter.push(beforeEnter);\n }\n }\n child.meta.total_children = route.children.length;\n child.meta.child_index = i;\n if (window.sfLastChild) {\n child.meta.prevPage ??= window.sfLastChild.name;\n window.sfLastChild.meta.nextPage ??= child.name;\n }\n window.sfLastChild = child;\n }\n });\n if (!index) delete window.sfLastChild;\n return index;\n};\n\nfunction skipRouteToNext(to, from, skip) {\n if (skip) {\n const isPrevPage = (from.meta.index === undefined && to.index) || from.meta.index > to.meta.index;\n const nextPage = {name: isPrevPage ? to.meta.prevPage : to.meta.nextPage, params: to.params, query: to.query};\n return nextPage;\n }\n}\n\nexport {setMetaToAllChildren, skipRouteToNext};\n","import axios from \"axios\";\nimport {sortBy, map} from \"lodash-es\";\nimport modal from \"@songfinch/shared/plugins/modal/index\";\n\nexport default {\n namespaced: true,\n state: {\n geoData: null,\n isMobile: /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),\n isIOS: (/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream),\n isMobileResolution: false,\n cloudanoryWidgetSettings: {\n sources: [\n \"local\",\n \"url\",\n \"camera\"\n ],\n styles: {\n palette: {\n window: \"#FFFFFF\",\n windowBorder: \"#54524C\",\n tabIcon: \"#83817B\",\n menuIcons: \"#83817B\",\n textDark: \"#83817B\",\n textLight: \"#FFFFFF\",\n link: \"#F64D1C\",\n action: \"#F64D1C\",\n inactiveTabIcon: \"#A7A5A3\",\n error: \"#F64D1C\",\n inProgress: \"#F64D1C\",\n complete: \"#F64D1C\",\n sourceBg: \"#F3F1EB\",\n },\n fonts: {\n default: null,\n \"National-Book, sans-serif\": {\n url: \"https://content.songfinch.com/res/songfinch/raw/upload/fonts/National-Book.otf/1630661869\",\n active: true,\n },\n }\n }\n }\n },\n getters: {\n countriesOptions(state) {\n const temp = map(state.geoData?.countries, (v, k) => ({id: k, text: v}));\n return sortBy(temp, o => o.id === \"US\" ? \"A\" : o.text);\n },\n statesOptions: state => map(state.geoData?.states, (v, k) => ({id: k, text: v})),\n },\n mutations: {\n setResolutionsFlags(state) {\n state.isMobileResolution = window.innerWidth < 768;\n },\n clearLocalStorage() {\n localStorage.removeItem(\"sf_song_data\");\n localStorage.removeItem(\"sf_cart\");\n localStorage.removeItem(\"sf_fe_data_version\");\n localStorage.removeItem(\"sf_addresses\");\n },\n showModal(state, payload) {\n modal.sfModal(payload);\n },\n showSlideModal(state, payload) { //slide center-end for desktop and bottom for tablet and mobile\n payload.swalSettings = {\n ...payload.swalSettings,\n width: payload.swalSettings?.width ?? 775\n };\n payload.slide = \"center-end\";\n payload.responsive = {\n 1199: {\n swalSettings: {width: \"100%\"},\n slide: \"bottom\"\n },\n };\n this.commit(\"shared/showModal\", payload);\n },\n warningMsg(state, msg) {\n let settings = {\n icon: \"warning\",\n };\n if (typeof msg === \"object\") {\n settings = {...settings, ...msg};\n } else {\n settings.html = msg ? `${msg}
` : \"Error!\";\n }\n modal.swal(settings);\n },\n setHasInteractedWithSongfinch() {\n localStorage.setItem(\"hasInteractedWithSongfinch\", \"true\");\n },\n },\n actions: {\n async confirmationModal(state, payload) {\n let settings = {\n width: 375,\n showCloseButton: false,\n showCancelButton: true,\n customClass: {\n container: \"small confirmation\",\n confirmButton: \"mkButton short noLoading\",\n cancelButton: \"mkButton short beige noLoading\",\n actions: \"@mb-8 @mt-0 @px-2 @flex @w-full @gap-4 @max-w-300 @flex-row-reverse\"\n },\n confirmButtonText: \"Yes, I'm sure!\",\n cancelButtonText: \"cancel\",\n };\n if (typeof payload === \"object\") {\n settings = {...settings, ...payload};\n } else {\n settings.html = \"\" + payload + \"
\";\n }\n const res = await modal.swal(settings);\n return res.isConfirmed;\n },\n async loadGeoData({state}) {\n const res = await axios.get(\"/settings/geo_data\");\n delete (res.data.countries.COUNTRY_ISO_CODE);\n state.geoData = res.data;\n },\n\n }\n};\n","import axios from \"axios\";\nimport {logError} from \"@songfinch/utils/src/error\";\n\nconst CancelToken = axios.CancelToken;\nlet source;\n\nexport default {\n namespaced: true,\n state: {\n allCMSValues: null,\n pageData: null,\n navigation: null,\n footer: null,\n pagePrevGroup: null,\n },\n mutations: {\n initNavs(state) {\n const navs = window.appSettings.navs ?? [];\n Object.keys(navs).map(k => {\n const arrKeys = k.split(\".\");\n if ([\"footer\", \"navigation\"].includes(arrKeys[0])) {\n state[arrKeys[0]] ??= {};\n state[arrKeys[0]][arrKeys[1]] = navs[k];\n }\n });\n },\n setCMSData (state, {data, group}) {\n data = Object.keys(data).reduce((val, k) => {\n const arrKeys = k.split(\".\");\n if (group === arrKeys[0]) {\n state.pageData ??= {};\n state.pageData[arrKeys[1]] = data[k];\n switch (arrKeys[1]) {\n case \"seo_title\":\n document.title = data[k];\n break;\n }\n } else {\n val[arrKeys[0]] = {};\n val[arrKeys[0]][arrKeys[1]] = data[k];\n }\n return val;\n }, {});\n state.allCMSValues = data;\n }\n },\n actions: {\n async loadData({state, commit}, payload) {\n const currentPath = location.pathname;\n const group = payload?.group ? payload.group : currentPath;\n if (source) {\n source.cancel();\n }\n source = CancelToken.source();\n\n //Don't reset data for the same pages so we don't have blink on children or custom pages\n\n if (state.pagePrevGroup && state.pagePrevGroup !== group) {\n state.pageData = null;\n }\n state.pagePrevGroup = group;\n\n let data;\n try {\n data = await this.dispatch(\"core_cms/loadCMSData\", {\n queryParams: {group, current_path: currentPath},\n axiosParams: {\n cancelToken: source.token,\n cmsCall: true,\n ...payload?.axiosParams\n }\n });\n } catch (e) {\n if (!axios.isCancel(error)) {\n logError(e.message || \"failed to load CMS Data\");\n }\n return;\n }\n commit(\"setCMSData\", {data, group});\n return state.pageData;\n },\n async getFields({dispatch}, payload) {\n try {\n return await dispatch(\"core_cms/loadCMSData\", {\n queryParams: payload.queryParams,\n onlySlug: true,\n axiosParams: {\n cache: {\n ignoreCache: false\n },\n ...payload?.axiosParams\n }\n }, {root: true});\n } catch (error) {\n logError(error);\n }\n },\n async getField({dispatch}, query) {\n try {\n const fields = await dispatch(\"getFields\", {queryParams: query});\n return fields?.[query?.slug];\n } catch (error) {\n logError(error);\n }\n }\n }\n};\n","import store from \"@songfinch/customer/store\";\nimport router from \"@songfinch/customer/router\";\nimport type {BundledProduct, Product} from \"@songfinch/customer/types/product\";\nimport axios from \"axios\";\nimport modal from \"@songfinch/shared/plugins/modal\";\n\nexport function setProductForAdditionalInfo(mainProduct: Product, dontShowDetailModal = false) {\n // eslint no-async-promise-executor: off\n return new Promise(async (resolve) => {\n if (!mainProduct) return resolve(false);\n\n let component;\n let swalSettings;\n let submitted = false;\n\n const productsWithBunles: Array = [mainProduct];\n\n mainProduct.bundled_products?.forEach(bp => productsWithBunles.push(bp));\n\n for (const product: Product | BundledProduct of productsWithBunles) {\n const submittedProduct = await new Promise(resolve2 => {\n if (product.name === \"small-business-rights-upgrade\") {\n component = () => import(\"@songfinch/customer/components/store/SongRightsPopup.vue\");\n } else if (product.name === \"extra-verse\" && mainProduct.parent_story_id) {\n component = () => import(\"@songfinch/customer/components/store/ExtraVersePopup.vue\");\n } else if (product.name === \"customer-greeting\") {\n component = () => import(\"@songfinch/customer/components/store/CustomerGreetingPopup.vue\");\n swalSettings = {width: 573};\n } else if (product.extra_info?.has_image_uploader) {\n component = () => import(\"@songfinch/customer/components/store/ImageUploaderPopup2.vue\");\n swalSettings = {width: 1250};\n } else {\n return resolve2(product);\n }\n\n store.commit(\"shared/showSlideModal\", {\n component,\n props: {\n product\n },\n events: {\n submit: submittedModalProduct => {\n submitted = true;\n resolve2(submittedModalProduct);\n modal.swal.close();\n }\n },\n swalSettings: {\n afterClose: () => {\n if (product && !dontShowDetailModal && !submitted && router.currentRoute.value.name !== \"ProductSingle\") {\n store.commit(\"store/showProductDetailModal\", mainProduct.name);\n }\n if (!submitted) resolve2(false);\n },\n ...swalSettings\n }\n });\n });\n\n if (!submittedProduct) {\n resolve(false);\n break;\n }\n Object.assign(product, submittedProduct);\n }\n\n resolve(mainProduct);\n });\n}\n\ntype SingleProductPayload = {productSlug:string, getWithParent?: boolean};\n\nexport async function loadSingleProduct({productSlug, getWithParent}: SingleProductPayload) {\n const res = await axios.get(\"store/single_product/\" + productSlug, {params: {get_with_parent: getWithParent}});\n return res.data;\n}\n\nexport async function loadProductOrDefault(payload: SingleProductPayload, defaultSlug: string) {\n try {\n return await loadSingleProduct(payload);\n } catch (e) {\n if (e.response?.data?.error === \"Not Found\") {\n payload.productSlug = defaultSlug;\n return await loadSingleProduct(payload);\n } else {\n throw e;\n }\n }\n}\n\nexport function isInstantProduct(product: Product) {\n return product.extra_info?.instant_product || product.bundled_products?.find(bp => bp.extra_info?.instant_product);\n}\n\nexport function isOriginalSongProduct(product: Product) {\n return product.name === \"personalized-song\" || product.bundled_products?.find(bp => bp?.name === \"personalized-song\");\n}\n\n// TODO: Temp const, need to replace and make all dynamics\nexport const excludedInstantAddons = [\n \"free-song-streaming\",\n \"extra-verse\",\n \"song-streaming\",\n \"bundle-slideshow-video-card\",\n \"artist-gratuity\" // Temp\n];\n","import {captureException} from \"@sentry/vue\";\n\ntype ErrorHandler = (e: unknown) => void | null\n\ntype Params = {\n errorHandler?: ErrorHandler ;\n};\n\nlet defaultParams: Params = {\n errorHandler: (e) => {\n if (typeof e !== \"object\" || e === null) {\n e = new Error(e);\n }\n captureException(e);\n }\n};\n\nexport function setDefaultParams(params: Params) {\n defaultParams = params;\n}\n\nexport default async function catchError(\n callback: Promise | T,\n params?: Params\n): Promise<[T, undefined] | [undefined, E]> {\n try {\n let res;\n if (callback instanceof Promise) {\n res = await callback;\n } else if (typeof callback === \"function\") {\n res = await callback();\n }\n return [res, undefined];\n } catch (error) {\n return handleError(error, params);\n }\n}\n\nfunction handleError(error: unknown, params: Params) {\n params = {\n ...defaultParams,\n ...params\n };\n params.errorHandler(error);\n\n return [undefined, error];\n}\n","import {useStorage} from \"@vueuse/core\";\nimport router from \"@songfinch/customer/router\";\nimport {pick} from \"lodash-es\";\n\ntype LastReferralPageRoute = {\n name: string,\n query?: {[key: string]: string},\n params?: {[key: string]: string},\n}\n\ntype LastReferralPageOrigin = {\n sfRedirectTo: string,\n}\n\nconst lastReferralPage: LastReferralPageRoute | LastReferralPageOrigin = useStorage(\"sf_last_referral_page\", {});\n\nexport function setLastReferralPage(to, from) {\n if (from.matched[0] && from.matched[0]?.name !== to.matched[0].name) {\n lastReferralPage.value = pick(from, [\"name\", \"params\", \"query\"]);\n } else if (to.query.sfRedirectTo) {\n lastReferralPage.value = {sfRedirectTo: to.query.sfRedirectTo};\n }\n}\n\nexport function goToReferalPage () {\n if (lastReferralPage.value?.sfRedirectTo) {\n location.href = lastReferralPage.value.sfRedirectTo;\n } else {\n let page: LastReferralPageRoute;\n try {\n if (lastReferralPage.value?.name) {\n router.resolve(lastReferralPage.value);\n page = lastReferralPage.value;\n }\n } catch (e) {\n page = undefined;\n }\n if (!page) {\n const defaultRoutePage = router.currentRoute.value.matched[0].meta.defaultReferralPage;\n page = defaultRoutePage ? {name: defaultRoutePage} : {name: \"Home\"};\n }\n router.push(page);\n }\n}\n","import router from \"@songfinch/customer/router\";\nimport store from \"@songfinch/customer/store\";\nimport {goToReferalPage} from \"@songfinch/customer/composables/useReferralPage\";\n\nexport function getCmsData(name?: string): T {\n const key = name || router.currentRoute.value.name as string;\n return store.state.cms.pageData?.[key] || {};\n}\n\nexport function goToNextPage() {\n return router.push({name: router.currentRoute.value.meta.nextPage as string});\n}\n\nexport function goToPrevPage() {\n if (router.currentRoute.value.meta.prevPage) {\n let prevName = router.currentRoute.value.meta.prevPage as string;\n if (prevName === \"IpLoadingPreview\") {\n prevName = router.resolve({name: prevName}).meta.prevPage as string;\n }\n return router.push({name: prevName});\n }\n return goToReferalPage();\n}\n","import {computed} from \"vue\";\nimport {StorageSerializers, useStorage} from \"@vueuse/core\";\nimport {find} from \"lodash-es\";\n\ninterface NameElement {\n name_key: string;\n spelling: string;\n audio_path: string;\n active?: boolean;\n customSpelling?: string;\n}\n\nconst selectedName = useStorage(\"sf_selected_name\", null, undefined, {serializer: StorageSerializers.object});\n\nexport function setCurentName(val: NameElement[]) {\n selectedName.value = val;\n}\n\nexport function resetNamesData() {\n selectedName.value = null;\n}\n\n\n//##########################################\nexport default function useInstantNames() {\n return {\n selectedName: computed(() => selectedName.value),\n selectedNameKey: computed(() => find(selectedName.value, {active: true})?.name_key),\n };\n}\n","import axios, {type AxiosError} from \"axios\";\nimport {computed, readonly, ref} from \"vue\";\nimport {useSessionStorage, StorageSerializers} from \"@vueuse/core\";\nimport store from \"@songfinch/customer/store\";\nimport router from \"@songfinch/customer/router\";\nimport get_error from \"@songfinch/shared/helpers/get_error\";\nimport {nth, pick} from \"lodash-es\";\nimport {loadProductOrDefault} from \"@songfinch/customer/composables/useProduct\";\nimport {$toastMsg} from \"@songfinch/shared/plugins/toast_msg\";\nimport catchError from \"@songfinch/utils/src/catchError\";\n\nimport {getCmsData} from \"@songfinch/customer/helpers/instantStepsHelpers\";\n\nimport useInstantNames, {resetNamesData} from \"@songfinch/customer/composables/useInstantNames\";\n\nimport type {\n IpCollectionCmsData,\n IpCollectionCmsDataCategory,\n IpCollectionCmsDataSubCategory\n} from \"@songfinch/customer/types/instant/IpCmsData\";\n\nimport {\n InstantProductAnswersObject,\n InstantSubmissionData,\n ProductInstantData,\n PreviewTaskID,\n PreviewListItem,\n CustomAxiosRequestConfig, PreviewSubmitResponse\n} from \"@songfinch/customer/types/instant/InstantBuilder\";\n\nimport type {InstantProductCollectionData} from \"@songfinch/customer/types/instant/IpCollectionsData\";\n\n//\n// Composables\n//\nconst {selectedName, selectedNameKey} = useInstantNames();\n\n//\n// CONFIG\n//\nconst DEFAULT_INSTANT_PRODUCT = \"instant-product\";\n\n//\n// STORAGE\n//\nconst selectedInstantProduct = useSessionStorage(\n \"sf_selected_instant_product\",\n DEFAULT_INSTANT_PRODUCT,\n {writeDefaults: false}\n);\n\n// Collection\nconst vitamixCollectionId = useSessionStorage(\n \"sf_instant_vitamix_collection_id\",\n null,\n {serializer: StorageSerializers.number}\n);\n\nconst vitamixCollectionTitle = useSessionStorage(\n \"sf_instant_vitamix_collection_title\",\n null\n);\n\n// Answers\nconst answersStorage = useSessionStorage(\n \"sf_instant_answers\",\n {}\n);\n\n// Previews\nconst currentPreviewIndexStorage = useSessionStorage(\"sf_current_selected_preview\", -1);\nconst previewsListStorage = useSessionStorage(\"sf_instant_previews_list\", []);\nconst previewTaskID = useSessionStorage(\"sf_instant_preview_task_id\", undefined);\nlet songRemaningTemp: number;\nconst songRemaning = useSessionStorage(\"sf_instant_song_remaning\", -1);\n\n\n//\n// Refs\n//\nconst collectionData = ref();\n\n//\n// Methods\n//\n\nexport function setSelectedInstantProduct(slug: string) {\n selectedInstantProduct.value = slug;\n}\n\nexport async function setVitamixCollection(val: string | number) {\n val = parseInt(val as string);\n if (!val || (vitamixCollectionId.value && vitamixCollectionId.value !== val)) {\n resetInstantData();\n }\n vitamixCollectionId.value = val || null;\n await Promise.all([\n setVitamixCollectionData(val),\n loadInstantCollection()\n ]);\n selectedInstantProduct.value = collectionData.value?.product_slug || DEFAULT_INSTANT_PRODUCT;\n}\n\n\n\n//Title used from CMS that why we saving int separately\nconst isIpCollectionCmsDataSubCategory = (value: unknown): value is IpCollectionCmsDataCategory => {\n return !!value && value.hasOwnProperty(\"subcategories\");\n};\n\nasync function setVitamixCollectionData(\n val: number,\n categories: IpCollectionCmsDataCategory[] | IpCollectionCmsDataSubCategory[] | undefined = undefined,\n prefix = \"\"\n) {\n if (!val) {\n vitamixCollectionTitle.value = null;\n return;\n }\n\n if (!categories) {\n let data = getCmsData(\"IpCollections\");\n if (!data.categories) {\n data = await store.dispatch(\"cms/getField\", {group: \"instantBuilder\", slug: \"IpCollections\"});\n }\n categories = data.categories;\n }\n\n categories?.find(async(item) => {\n if (+item.cat_id === val) {\n vitamixCollectionTitle.value = prefix + item.title;\n return true;\n }\n if (\n isIpCollectionCmsDataSubCategory(item) &&\n await setVitamixCollectionData(val, item.subcategories, `${item.title}: `)\n ){\n return true;\n }\n });\n}\n\n\nexport async function loadInstantCollection() {\n const res = await vitamixApiClient.get(`/collections/${vitamixCollectionId.value}`);\n const collectionDataRes = {id: vitamixCollectionId.value, ...res.data} as InstantProductCollectionData;\n collectionData.value = collectionDataRes;\n return collectionDataRes;\n}\n\n//########################\n//Vitamix Api\nexport const vitamixApiClient = axios.create({\n baseURL: window.location.origin + \"/vitamix/api/v2/\",\n headers: {\n \"Accept\": \"application/json\",\n \"X-CSRF-Token\": (document.querySelector('meta[name=\"csrf-token\"]') as HTMLMetaElement)?.content\n }\n});\n\nvitamixApiClient.interceptors.response.use(\n response => response,\n (error: AxiosError) => {\n const config = error.config as CustomAxiosRequestConfig;\n if (!config?.skipToast) $toastMsg(get_error(error));\n if (error?.response?.data?.reset_data) {\n resetInstantData();\n router.push({name: \"IpCollections\"}).then();\n }\n return Promise.reject(error);\n }\n);\n//########################\n\n//########################\n// Answers\nexport function setAnswer(key: number, value: string) {\n if (answersStorage.value[key]) {\n const index = answersStorage.value[key].indexOf(value);\n\n if (index === -1) {\n answersStorage.value[key].push(value);\n } else {\n answersStorage.value[key].splice(index, 1);\n }\n } else {\n answersStorage.value[key] = [value];\n }\n}\n\nconst answersUpdated = ref(false);\n\nexport function setAnswersUpdated(val: boolean) {\n answersUpdated.value = val;\n}\n\n//########################\n// Preview\n\nexport function setCurrentSelectedPreview(val: number) {\n currentPreviewIndexStorage.value = val;\n}\n\nfunction throwAndRedirectToStep(message: string, index: number) {\n throw ({error: message, redirectObj: {name: \"IpBuilderStep\", params: {step: +index + 1}}});\n}\n\nasync function getAllAnswers(data: InstantProductAnswersObject) {\n const answers = {...data};\n let questions = collectionData.value?.questions;\n\n if (!questions?.length) {\n const collectionDataRes = await loadInstantCollection();\n if (collectionDataRes.questions) {\n throw new Error(\"No questions found\");\n }\n questions = collectionDataRes.questions;\n }\n\n //Remove answer that not in collection\n const allCollectionQuestionsIds: number[] = questions.map(step => step.id);\n Object.keys(answers).forEach(k => {\n if (!allCollectionQuestionsIds.includes(+k)) delete answers[k];\n });\n\n questions.forEach((step, index) => {\n // If answer key without value exist, check if we have GENERAL key in asnwers list and max answer allowed ansers 2 or more\n // Then set unasnwered key with GENERAL\n const hasGeneral = step.max_answer_count > 1 && step.answers.find(answer => answer.answer_key === \"GENERAL\");\n if (answers[step.id].length !== step.max_answer_count) {\n if (!hasGeneral) throwAndRedirectToStep(\"Missing selection\", index);\n answers[step.id].push(\"GENERAL\");\n } else {\n answers[step.id].forEach((answerPicked) => {\n const answerExistInList = step.answers.some((answer) => answer.answer_key === answerPicked);\n\n if (!answerExistInList) {\n setAnswer(step.id, answerPicked); // remove not existing answer\n setAnswersUpdated(true);\n throwAndRedirectToStep(\"Unable to find answer\", index);\n }\n });\n }\n });\n\n return answers;\n}\n\ntype RedirectErrorObjectType = {\n name: string,\n params: {step: number}\n}\n\ntype RedirectErrorType = {\n error: string\n redirectObj: RedirectErrorObjectType\n}\n\nconst isRedirectError = (error: unknown): error is RedirectErrorType => {\n return !!error && !!(error as RedirectErrorType)?.redirectObj;\n};\n\nexport async function submitPreview(previewIndex?: number) {\n previewIndex ??= currentPreviewIndexStorage.value;\n let answersForSubmission;\n try {\n answersForSubmission = await getAllAnswers(answersStorage.value);\n } catch (e) {\n $toastMsg(get_error(e));\n if (isRedirectError(e)) return router.push(e.redirectObj);\n return router.push({name: \"InstantProductBuilder\"});\n }\n const data: InstantSubmissionData = {\n answers: answersForSubmission,\n name_key: selectedNameKey.value,\n spelling: selectedName.value?.[0].customSpelling,\n count: 1,\n };\n\n if (previewIndex === -1) {\n data.exclude_artists = previewsListStorage.value.map(p => p.artist_id);\n } else {\n data.artist_id = previewsListStorage.value[previewIndex].artist_id;\n }\n const [res, error] = await catchError(vitamixApiClient.post(\n `/collections/${vitamixCollectionId.value}/previews`,\n data\n ));\n\n if (error) {\n $toastMsg(get_error(error));\n } else {\n previewTaskID.value = res.data.task_ids[0];\n songRemaningTemp = res.data.songs_remaining;\n }\n\n return router.push({name: \"IpLoadingPreview\"});\n}\n\ntype GetTaskDataParams = {\n taskId?: string,\n skipToast?: boolean\n}\n\nexport async function getTaskData({taskId}: GetTaskDataParams = {}) {\n taskId ||= previewTaskID.value;\n if (!taskId) return;\n const res = await vitamixApiClient.get(\n `/collections/${vitamixCollectionId.value}/previews?task_ids[]=${taskId}`);\n const data = res.data.previews[`${taskId}`];\n\n if (data.status === \"completed\") {\n const answers_data = parseAnswersForKeyVal(answersStorage.value);\n data.data.ip_builder_data = {\n answers: {...answers_data},\n name_key: selectedNameKey.value,\n spelling: selectedName.value?.[0].customSpelling\n };\n data.data.preview_count = 0;\n if (currentPreviewIndexStorage.value === -1) {\n const nextPreview = previewsListStorage.value.length;\n previewsListStorage.value.push(data.data);\n setCurrentSelectedPreview(nextPreview);\n } else {\n previewsListStorage.value[currentPreviewIndexStorage.value] = data.data;\n }\n\n songRemaning.value = songRemaningTemp;\n\n data.progress = 100;\n previewTaskID.value = undefined;\n }\n return data;\n}\n\nexport async function lockSong(previewSong: PreviewListItem) {\n const name = selectedInstantProduct.value;\n const product = await loadProductOrDefault({productSlug: name}, DEFAULT_INSTANT_PRODUCT);\n if (selectedInstantProduct.value !== product.name) selectedInstantProduct.value = product.name;\n\n let answers;\n let task_id;\n try {\n answers = await getAllAnswers(answersStorage.value);\n task_id = await submitFullSong(previewSong, answers);\n } catch (e) {\n store.commit(\"shared/warningMsg\", get_error(e));\n return router.push({name: \"InstantProductBuilder\"});\n }\n\n // Not sure which collection do we need\n product.instant_data = {\n collection_id: vitamixCollectionId.value,\n artist_id: previewSong.artist_id,\n artist_display_name: previewSong.artist,\n task_id: task_id,\n title: previewSong.title,\n lyrics: previewSong.lyrics,\n template_song_id: previewSong.template_song_id,\n answers,\n previews_generated: previewsListStorage.value.map(preview => pick(preview, [\"title\", \"artist\"])),\n selected_name: selectedName.value ? pick(selectedName.value[0], [\"name_key\", \"spelling\"]) : undefined,\n } as ProductInstantData;\n\n const cartIndex = store.state.cart.cart.findProductIndexByName(name);\n if (cartIndex !== -1) store.commit(\"cart/resetCart\");\n\n if (!await store.dispatch(\"cart/addProduct\", {product, skipToast: true, dontShowDetailModal: true})) return false;\n await router.push({name: \"IpConfirm\"});\n}\n\nasync function submitFullSong(previewSong: PreviewListItem, answers: InstantProductAnswersObject) {\n const data: InstantSubmissionData = {\n answers,\n template_song_id: previewSong.template_song_id,\n name_key: selectedNameKey.value,\n spelling: selectedName.value?.[0].customSpelling\n };\n const res = await vitamixApiClient.post(`/collections/${vitamixCollectionId.value}/full_songs`, data);\n return res.data.task_id;\n}\n\nexport function resetInstantData() {\n previewsListStorage.value = [];\n answersStorage.value = {};\n currentPreviewIndexStorage.value = -1;\n lastStepVisited.value = \"\";\n previewTaskID.value = undefined;\n vitamixCollectionId.value = null;\n vitamixCollectionTitle.value = \"\";\n selectedInstantProduct.value = DEFAULT_INSTANT_PRODUCT;\n songRemaning.value = -1;\n resetNamesData();\n}\n\ntype NormalizedAnswer = {[k: string]: string}\ntype NormalizedAnswers = {[k: string]: NormalizedAnswer}\n\nexport function parseAnswersForKeyVal(questionsAnswers: InstantProductAnswersObject) {\n // KeyVal store does not allow array data inside a key. Converting answers per question to {index: value} for each question\n // { questionId: { index0: first_answer, index1: second_answer } }\n const result = Object.entries(questionsAnswers).reduce((questionHash: NormalizedAnswers, [key, answers]) => {\n questionHash[key] = (answers as string[]).reduce((answerHash: NormalizedAnswer, answer: string, index: number) => {\n answerHash[index] = answer;\n return answerHash;\n }, {});\n return questionHash;\n }, {});\n\n return result;\n}\n//##########################################\n// Instant bundler page\n\nconst lastStepVisited = useSessionStorage(\"sf_instant_last_step_v2\", \"\");\nexport function setLastPageVisited(fullPath: string) {\n lastStepVisited.value = fullPath;\n}\n\n//##########################################\nconst exportData = {\n collectionData: readonly(collectionData),\n answers: readonly(answersStorage),\n vitamixCollectionId: readonly(vitamixCollectionId),\n vitamixCollectionTitle: readonly(vitamixCollectionTitle),\n previewsList: readonly(previewsListStorage),\n currentPreviewIndex: readonly(currentPreviewIndexStorage),\n currentPreview: readonly(computed(() => nth(previewsListStorage.value, currentPreviewIndexStorage.value) as PreviewListItem)),\n answersUpdated: readonly(answersUpdated),\n selectedInstantProduct: readonly(selectedInstantProduct),\n lastStepVisited: readonly(lastStepVisited),\n songRemaning: readonly(songRemaning)\n};\n\nexport default function useInstantProductBuilder() {\n return exportData;\n}\n","import axios from \"axios\";\nimport {omit, pick, cloneDeep, isEqual} from \"lodash-es\";\nimport dayjs from \"dayjs\";\nimport utc from \"dayjs/plugin/utc\";\nimport timezone from \"dayjs/plugin/timezone\";\nimport isBetween from \"dayjs/plugin/isBetween\";\nimport {resetInstantData} from \"../composables/useInstantProductBuilder\";\n\nimport store from \"@songfinch/customer/store\";\nimport router from \"@songfinch/customer/router\";\nimport {computed} from \"vue\";\nimport {setProductForAdditionalInfo, loadSingleProduct, isInstantProduct, isOriginalSongProduct} from \"@songfinch/customer/composables/useProduct\";\nimport uuid from \"@songfinch/utils/src/uuid\";\nimport {$toastMsg} from \"@songfinch/shared/plugins/toast_msg\";\nimport get_error from \"@songfinch/shared/helpers/get_error\";\nimport analyticsEvent from \"@songfinch/shared/helpers/analyticsEvent\";\nimport modal from \"@songfinch/shared/plugins/modal/index\";\nimport {cdnUrl} from \"@songfinch/shared/plugins/cdn/index\";\n\ndayjs.extend(utc);\ndayjs.extend(timezone);\ndayjs.extend(isBetween);\nimport {useSongBuilderStore, songBuilderSlug} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\n\nexport default {\n namespaced: true,\n state: {\n cart: {},\n },\n mutations: {\n setStandardDeliveryDays(state, val) {\n if (!isEqual(state.cart.standardDeliveryDays, val)) {\n state.cart.standardDeliveryDays = val;\n this.commit(\"cart/saveCart\");\n }\n },\n setTaxes(state, val) {\n state.cart.taxes = val;\n this.commit(\"cart/saveCart\");\n },\n setReservedCoupon(state, val) {\n if (val) {\n state.cart.reservedCoupon = {\n code: val.code,\n products: val.only_with,\n products_any: val.only_with_any\n };\n } else {\n state.cart.reservedCoupon = null;\n }\n\n this.commit(\"cart/saveCart\");\n },\n setCoupon(state, val) {\n state.cart.coupon = val;\n this.commit(\"cart/saveCart\");\n },\n setStripeClientSecret(state, val) {\n state.cart.stripe_client_secret = val?.stripe_client_secret;\n state.cart.stripe_intent_id = val?.stripe_intent_id;\n this.commit(\"cart/saveCart\");\n },\n setAddress(state, val) {\n const key = val.shipping ? \"shipping\" : \"billing\";\n if (!isEqual(state.cart.addresses[key], val.address)) {\n state.cart.addresses[key] = val.address;\n this.commit(\"cart/saveCart\");\n }\n },\n resetAddresses(state) {\n state.cart.addresses = {shipping: null, billing: null};\n this.commit(\"cart/saveCart\");\n },\n saveCart(state) {\n state.cart.calcTotals();\n localStorage.setItem(\"sf_cart\", JSON.stringify(\n omit(state.cart, [\"cartProductsArray\"])\n ));\n },\n resetCart(state, saveCart) {\n state.cart.products = [];\n state.cart.standardDeliveryDays = null;\n state.cart.coupon = null;\n state.cart.payment_type = null;\n state.cart.addresses = {shipping: null, billing: null};\n state.cart.taxes = 0;\n state.cart.subtotal = 0;\n state.cart.discount = 0;\n state.cart.credit_applied = 0;\n state.cart.total = 0;\n state.cart.reservedCoupon = null; //Coupon from URL query\n state.cart.affiliate = null;\n state.cart.stripe_client_secret = \"\";\n state.cart.payment_type = \"card\";\n saveCart && this.commit(\"cart/saveCart\");\n },\n initCart(state) {\n const savedCart = localStorage.getItem(\"sf_cart\");\n this.commit(\"cart/resetCart\");\n if (savedCart) {\n state.cart = {...state.cart, ...JSON.parse(savedCart)};\n }\n state.cart.findDiscountableProductByName = findDiscountableProductByName.bind(state.cart);\n state.cart.hasAllProductsForCoupon = hasAllProductsForCoupon.bind(state.cart);\n state.cart.hasAnyProductsForCoupon = hasAnyProductsForCoupon.bind(state.cart);\n state.cart.calcTotals = calcTotals.bind(state.cart);\n state.cart.length = length.bind(state.cart);\n state.cart.hasType = hasType.bind(state.cart);\n state.cart.requireShippingAddress = requireShippingAddress.bind(state.cart);\n state.cart.isInternationalShippingAllowed = isInternationalShippingAllowed.bind(state.cart);\n state.cart.generateData = generateData.bind(state.cart);\n state.cart.frontendValidation = frontendValidation.bind(state.cart);\n state.cart.findProductByName = findProductByName.bind(state.cart);\n state.cart.findProductIndexByName = findProductIndexByName.bind(state.cart);\n state.cart.isDiscountable = isDiscountable.bind(state.cart);\n\n state.cart.rushFeeProduct = computed(() => state.cart.findProductByName(\"personalized-song-rush-fee-v2\"));\n state.cart.deliveryDayInfo = computed(() => {\n const rushFee = state.cart.rushFeeProduct?.rushFeeInfo || state.cart.standardDeliveryDays;\n if (rushFee) return {\n ...rushFee,\n date: dayjs().add(+rushFee.add_days, \"days\").format(\"MM/DD/YYYY\")\n };\n return undefined;\n });\n state.cart.hasOriginalSongRevision = computed(() => state.cart.findProductByName(\"revision-request\"));\n state.cart.hasOriginalSong = computed(() => state.cart.products.find(isOriginalSongProduct));\n state.cart.hasInstantSong = computed(() => state.cart.products.find(isInstantProduct));\n state.cart.cartProductsArray = computed(() => state.cart.products.filter(p => p.name !== \"service-fee\"));\n },\n setPaymentType(state, val) {\n state.cart.payment_type = val;\n this.commit(\"cart/saveCart\");\n },\n updateCart(state, {product, index}) {\n state.cart.products[index] = product;\n this.commit(\"cart/saveCart\");\n },\n setTemporaryCoupon(state, val) {\n state.cart.temporaryCoupon = val;\n this.commit(\"cart/saveCart\");\n }\n },\n actions: {\n async addProduct({state, commit}, {product, skipToast, dontShowDetailModal, ignoreSegmenetEvent, applyTemporaryCoupon, skipAdditionalInfo} = {}) {\n\n if (!product) {\n $toastMsg(\"Error product is missing. Please contact us at support@songfinch.com\");\n return false;\n }\n\n if (!skipAdditionalInfo) {\n product = await setProductForAdditionalInfo(product, dontShowDetailModal);\n if (!product) return;\n }\n product.added_at = dayjs();\n\n product.quantity ||= 1;\n const isOriginalSong = isOriginalSongProduct(product);\n const isInstantSong = isInstantProduct(product);\n const isSong = isOriginalSong || isInstantSong;\n\n product.cart_uuid = uuid();\n\n if (isSong) {\n if (state.cart.hasOriginalSong || state.cart.hasInstantSong) {\n const res = await this.dispatch(\"shared/confirmationModal\", \"You already have a song in your cart. Adding a new one will reset your current cart. Are you sure you want to proceed?\");\n if (!res) return false;\n // Remove instant data if replacing cart with original song\n if (isOriginalSong) {\n resetInstantData();\n } else {\n const storeSongBuilder = useSongBuilderStore();\n storeSongBuilder.resetData();\n }\n commit(\"resetCart\");\n }\n //If it song it goes first\n state.cart.products.unshift(product);\n } else {\n //if it's addon insert right after song else next availabe\n const insertIndex = product.underSong ? 1 : state.cart.products.length;\n state.cart.products.splice(insertIndex, 0, product);\n }\n\n this.commit(\"cart/saveCart\");\n if (!ignoreSegmenetEvent) {\n analyticsEvent(\"_sf_add_to_cart\", {\n product: pick(product, [\"id\", \"name\", \"title\", \"sku\", \"price\", \"quantity\", \"product_type\", \"cta_clicked\"])\n });\n }\n\n this.dispatch(\"cart/checkReservedCoupon\");\n\n if (applyTemporaryCoupon && state.cart.temporaryCoupon) {\n await this.dispatch(\"cart/loadCoupon\", state.cart.temporaryCoupon).catch(() => null);\n }\n\n if (!skipToast) {\n const toast = `${product.title} added to cart go to cart
`;\n $toastMsg(toast);\n }\n\n await this.dispatch(\"cart/checkForAutoPromoAddons\", product);\n return true;\n },\n async checkForAutoPromoAddons(_, product) {\n if (!product.extra_info?.promo_addons?.length) return;\n for (const promoAddon of product.extra_info.promo_addons) {\n if (promoAddon.auto_add_to_cart === \"1\" && isPromoAddonValid(promoAddon)) {\n const loadedProduct = await loadSingleProduct({productSlug: promoAddon.product_name});\n loadedProduct.parent_story_id = product.parent_story_id;\n loadedProduct.owner_id = product.owner_id;\n if (!loadedProduct) continue;\n await this.dispatch(\"cart/addProduct\", {product: loadedProduct, dontShowDetailModal: true, skipToast: true});\n }\n }\n },\n async checkReservedCoupon({dispatch, state}) {\n const cart = state.cart;\n const reservedCoupon = cart.reservedCoupon;\n if (!reservedCoupon || cart.coupon || !cart.products.length) return;\n if (!cart.hasAllProductsForCoupon(reservedCoupon.products)) return;\n if (!cart.hasAnyProductsForCoupon(reservedCoupon.products_any)) return;\n dispatch(\"loadCoupon\", reservedCoupon.code).catch(() => null);\n },\n async loadCoupon({commit, state}, coupon) {\n const products = state.cart.products.map(p => {\n return {name: p.name, price: p.cartPrice};\n });\n const res = await axios.get(\"store/apply_coupon\", {params: {coupon, products}});\n const cpn = res.data.coupon;\n if (!state.cart.hasAllProductsForCoupon(cpn.only_with) || !state.cart.hasAnyProductsForCoupon(cpn.only_with_any) || !state.cart.isDiscountable()) {\n commit(\"setReservedCoupon\", cpn);\n throw new Error(\"Sorry, this coupon is not applicable to the products.\");\n }\n commit(\"setCoupon\", cpn);\n return cpn;\n },\n async validateProducts({state, commit}) {\n if (!state.cart.length()) return;\n const ids = [...new Set(state.cart.products.map(p => p.id))]; //unique\n const res = await axios.get(\"store/products\", {params: {ids}});\n let hasUpdated = false;\n state.cart.products = state.cart.products.filter(p => {\n const dbProduct = res.data.find(sp => sp.id === p.id);\n if (!dbProduct) {\n hasUpdated = true;\n return false;\n }\n\n // All bundled has the same products bundled_products\n if (p.product_type === \"bundle\"\n && (dbProduct.bundled_products.length !== p.bundled_products?.length\n || !p.bundled_products?.every(i => dbProduct.bundled_products.find(dp => dp.name === i.name)))\n ) {\n hasUpdated = true;\n return false;\n }\n\n const valuesToCompare = [\"price\", \"extra_info\"];\n const a = pick(p, valuesToCompare);\n const b = pick(dbProduct, valuesToCompare);\n\n const productsToSkipValidation = [\"artist-gratuity\", \"personalized-song-rush-fee-v2\", \"revision-request\"];\n\n if (!productsToSkipValidation.includes(p.name) && !isEqual(a, b)) {\n hasUpdated = true;\n valuesToCompare.forEach(k => p[k] = dbProduct[k]);\n }\n return true;\n });\n if (hasUpdated) commit(\"saveCart\");\n },\n async validateAndGetPaymentSettings({state, commit}) {\n try {\n commit(\"setTaxes\", 0);\n const data = await state.cart.generateData();\n commit(\"setStripeClientSecret\", null);\n const res = await axios.post(\"checkout/payment_settings\", data);\n commit(\"setTaxes\", res.data.taxes);\n commit(\"setStripeClientSecret\", {\n stripe_intent_id: res.data.stripe_intent_id,\n stripe_client_secret: res.data.stripe_client_secret\n });\n return res.data;\n } catch (e) {\n return checkoutErrorHandler(e, true);\n }\n },\n async validateCoupon({state}) {\n try {\n const data = await state.cart.generateData();\n await axios.post(\"checkout/coupon_validation\", data);\n } catch (e) {\n return checkoutErrorHandler(e, true);\n }\n },\n async submit({state}, {paypal_info} = {}) {\n if (!store.state.auth.user) {\n return router.push({name: \"Login\"});\n }\n\n if (!await state.cart.frontendValidation()) return; //If validation failed redirect to cart\n\n try {\n const data = await state.cart.generateData();\n data.submission_id = localStorage.getItem(\"sf_submission_id\") || null;\n data.paypal_info = paypal_info;\n if (data.submission_id === \"undefined\") data.submission_id = null;\n const res = await axios.post(\"checkout/submit\", data);\n localStorage.setItem(\"sf_submission_id\", res.data.submission_id);\n return res.data;\n } catch (e) {\n return checkoutErrorHandler(e);\n }\n },\n async initAffiliate({state}) {\n await router.isReady();\n if (router.currentRoute.value.query.affiliate) {\n state.cart.affiliate = router.currentRoute.value.query.affiliate;\n this.commit(\"cart/saveCart\");\n }\n },\n removeRushFee({state, dispatch}) {\n const index = state.cart.products.findIndex(p => p.name.startsWith(\"personalized-song-rush-fee-v2\"));\n if (index !== -1) {\n return dispatch(\"removeProduct\", index);\n }\n },\n removeProduct({state, commit}, i) {\n const cart = state.cart;\n const [removed_product] = cart.products.splice(i, 1);\n if (removed_product.name === \"american-greetings-e-card\") {\n const storeSongBuilder = useSongBuilderStore();\n storeSongBuilder.deliveryType = \"standard\";\n } else if (isOriginalSongProduct(removed_product)) {\n commit(\"resetCart\", true);\n const storeSongBuilder = useSongBuilderStore();\n storeSongBuilder.resetData();\n } else if (isInstantProduct(removed_product)) {\n commit(\"resetCart\", true);\n resetInstantData();\n }\n\n analyticsEvent(\"_sf_remove_from_cart\", {\n product: pick(removed_product, [\"id\", \"price\", \"title\", \"quantity\", \"sku\"])\n });\n\n if (cart.coupon && (!cart.hasAllProductsForCoupon(cart.coupon?.only_with) || !cart.hasAnyProductsForCoupon(cart.coupon?.only_with_any) || !state.cart.isDiscountable())) {\n commit(\"setReservedCoupon\", cart.coupon);\n commit(\"setCoupon\", null);\n }\n commit(\"saveCart\");\n }\n }\n};\n\n\nconst findProductByName = function (name) {\n if (name.startsWith(\"personalized-song-rush-fee-v2\")) {\n return this.products.find(p => p.name.startsWith(name));\n } else {\n return this.products.find(p => p.name === name);\n }\n};\n\nconst findProductIndexByName = function (name) {\n return this.products.findIndex(p => p.name === name);\n};\n\nconst findDiscountableProductByName = function (name) {\n return this.products.find(p => p.name === name && !p.exclude_from_discounts);\n};\n\nconst hasAllProductsForCoupon = function (products) {\n if (!products?.length) return true;\n return products.every(this.findDiscountableProductByName);\n};\n\nconst hasAnyProductsForCoupon = function (products) {\n if (!products?.length) return true;\n return products.some(this.findDiscountableProductByName);\n};\n\nconst hasType = function (type) {\n return this.products.some(p => p.product_type === type);\n};\n\nconst requireShippingAddress = function () {\n return this.products.some(p => p.requires_shipping_address);\n};\n\nconst isInternationalShippingAllowed = function () {\n return !this.products.some(p => p.product_type === \"physical\" && !p.extra_info?.international_shipping);\n};\n\nconst isDiscountable = function () {\n return !this.products.every(p => p.extra_info?.exclude_from_discounts);\n};\n\nconst calcTotals = function () {\n const user = store.state.auth.user;\n let discountLeft = this.coupon?.discount_fixed || 0;\n let subtotal = 0;\n let discount = 0;\n let totalWithExclusions = 0;\n\n if (this.coupon?.only_for_products?.length) {\n this.coupon.only_for_products = this.coupon.only_for_products.filter(v => v);\n }\n\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n let promoAddonsDiscount = 0;\n let creditApplied = 0;\n let total = 0;\n const productsWithDiscountApplied = [];\n const userCredit = {\n nonTaxable: +user?.credit_amount || 0, // Non taxable should be first, but we have array below\n taxable: (+user?.credit_amount_taxable || 0)\n };\n\n const promoAddons = this.products.reduce((allProductPromos, p) => {\n if (p.extra_info?.promo_addons?.length) {\n p.extra_info.promo_addons.forEach(promoAddon => {\n if (isPromoAddonValid(promoAddon)) {\n allProductPromos.push(promoAddon);\n }\n });\n }\n return allProductPromos;\n }, []);\n\n // Calculate Total exluding products from Coupon to compare with Coupon MinimumCartSize\n this.products?.filter(p => !this.coupon?.excluded_for?.includes(p.name))?.forEach(p => totalWithExclusions += +p.cartPrice);\n const isMinimumCartExceeded = totalWithExclusions >= this?.coupon?.minimum_cart_size;\n\n this.products.forEach(p => {\n let totalProductPrice = +p.price;\n\n if (promoAddons.length) {\n const promoAddonIndex = promoAddons.findIndex(b => b.product_name === p.name);\n if (promoAddonIndex !== -1) {\n let productDiscount = 0;\n const promoAddon = promoAddons[promoAddonIndex];\n if (+promoAddon.discount_percent) {\n productDiscount = Math.ceil(totalProductPrice * +promoAddon.discount_percent / 100);\n } else {\n productDiscount = Math.min(totalProductPrice, +promoAddon.discount_fixed);\n }\n productDiscount = Math.min(productDiscount, totalProductPrice);\n totalProductPrice -= productDiscount;\n promoAddonsDiscount += productDiscount;\n promoAddons.splice(promoAddonIndex, 1);\n }\n }\n\n p.cartPrice = totalProductPrice;\n\n // substract discount(coupon) from product price\n const isServiceFeeDiscountable = p.name === \"service-fee\" && this.coupon?.include_service_fee;\n\n const isCouponApplicableToProduct = !this.coupon?.only_for_products?.length || this.coupon?.only_for_products?.includes(p.name);\n const discountAlreadyAppliedToProduct = isCouponApplicableToProduct && productsWithDiscountApplied?.includes(p.name);\n const isProductDiscountable = !p.extra_info?.exclude_from_discounts && isCouponApplicableToProduct && !discountAlreadyAppliedToProduct;\n const isProductExcludedFromCoupon = this.coupon?.excluded_for ? this.coupon?.excluded_for?.includes(p.name) : false;\n\n if (this.coupon && isMinimumCartExceeded && !isProductExcludedFromCoupon && (isProductDiscountable || isServiceFeeDiscountable)) {\n let productDiscount = 0;\n if (this.coupon?.discount_percent) {\n productDiscount = Math.ceil(totalProductPrice * this.coupon?.discount_percent / 100);\n } else {\n productDiscount = Math.min(totalProductPrice, discountLeft);\n discountLeft -= productDiscount;\n }\n if (productDiscount && this.coupon?.only_for_products?.length && isCouponApplicableToProduct) productsWithDiscountApplied.push(p.name);\n totalProductPrice -= productDiscount;\n discount += productDiscount;\n }\n\n\n // substract credit from price credit if not exclude_from_account_credits and the same owner\n if (!p.extra_info?.exclude_from_account_credits && (!p.owner_id || p.owner_id === user?.id)) {\n [\"nonTaxable\", \"taxable\"].forEach(k => {\n if (!userCredit[k] && !totalProductPrice) return;\n const productCredits = Math.min(totalProductPrice, userCredit[k]);\n userCredit[k] -= productCredits;\n totalProductPrice -= productCredits;\n creditApplied += productCredits;\n });\n }\n\n total += totalProductPrice;\n });\n\n this.cartProductsArray?.forEach(p => subtotal += +p.cartPrice);\n\n // Adding taxes\n total += this.taxes;\n\n // apply taxable credits to tax if any left\n if (this.taxes && userCredit.taxable) {\n const taxCredits = Math.min(total, userCredit.taxable);\n userCredit.taxable -= taxCredits;\n total -= taxCredits;\n creditApplied += taxCredits;\n }\n\n this.credit_applied = creditApplied;\n this.discount = discount;\n this.subtotal = subtotal;\n this.totalWithExclusions = totalWithExclusions;\n this.total = total < 50 ? 0 : total;\n};\n\n\nconst length = function () {\n return this.cartProductsArray.length;\n};\n\nconst generateData = async function () {\n const storeSongBuilder = useSongBuilderStore();\n const songData = cloneDeep(storeSongBuilder.$state);\n songData.slug = songBuilderSlug.value;\n songData.questions = songData.questions?.map(q => pick(q, [\"answer\", \"key\", \"question\"]));\n songData.must_have_questions = songData.must_have_questions?.map(q => {\n q.answer += \"\\r\\n\" + q.description;\n return q;\n });\n songData.gifter_email ||= store.state.auth.user?.email;\n songData.selected_artists = songData.selected_artists?.filter(a => a).map(q => omit(q, [\"genresOptions\"]));\n const rushFeeInfo = this.deliveryDayInfo;\n return {\n sf_song_data: songData,\n sf_cart: {\n addresses: cloneDeep(this.addresses),\n cart_total: this.total,\n rush_fee: pick(rushFeeInfo, [\"add_days\", \"cost\", \"holiday_skip\"]),\n coupon_code: this.coupon?.code,\n affiliate: this.affiliate,\n products: this.products.map(p => {\n const allowedAttributes = [\"id\", \"price\", \"name\", \"parent_story_id\", \"product_type\", \"additional_info\", \"cover_public_id\",\n \"checkout_id\", \"instant_data\", \"bundled_products\", \"customer_greeting_data\", \"customer_greeting_placement\",\n \"pod_inputs\", \"added_at\", \"expire\"];\n if (p.name === \"revision-request\" || p.extra_info.instant_product) {\n allowedAttributes.push(\"extra_info\");\n } else if (p.name.startsWith(\"personalized-song-rush-fee-v2\")) {\n allowedAttributes.push(\"extra_info\");\n p = {...p, extra_info: pick(p.rushFeeInfo, [\"add_days\", \"cost\", \"holiday_skip\"])};\n }\n const productData = pick(p, allowedAttributes);\n productData.price = p.cartPrice;\n return productData;\n }),\n user_agent: navigator?.userAgent,\n user_id: store.state.auth.user?.id,\n payment_type: this.payment_type,\n stripe_intent_id: this.stripe_intent_id,\n },\n };\n};\n\nconst frontendValidation = async function() {\n const storeSongBuilder = useSongBuilderStore();\n if (this.hasOriginalSong && !await storeSongBuilder.validateSongData()) {\n return false;\n }\n\n const productsOriginalLength = this.products.length;\n let callsResult = [];\n\n const calls = this.products.map(p => {\n if (p.cover_public_id) {\n try {\n return axios.head(cdnUrl(p.cover_public_id.metadata.url)); // if it's not null Promise.allSettled return fulfilled\n } catch (e) {\n return null;\n }\n }\n return null;\n });\n callsResult = await Promise.allSettled(calls);\n\n this.products = this.products.filter((p, i) => {\n if (callsResult[i]?.status === \"rejected\") return false; // remove product if async check return rejected\n\n // remove product if expired or it's bundle\n if (p.bundled_products?.find(bp => bp.expire && dayjs().isAfter(bp.expire))) return false;\n return !(p.expire && dayjs().isAfter(p.expire));\n });\n\n if (productsOriginalLength !== this.products.length) {\n store.commit(\"cart/saveCart\");\n checkoutErrorHandler({error: \"Some items have expired and have been removed from the cart.\"}, true);\n return false;\n }\n return true;\n};\n\nfunction isPromoAddonValid(promoAddon) {\n if (!promoAddon.end_datetime && !promoAddon.start_datetime) return true;\n const startDate = promoAddon.start_datetime ? dayjs.tz(promoAddon.start_datetime, \"America/Chicago\") : dayjs.tz(new Date(), \"America/Chicago\").subtract(1, \"day\");\n const endDate = promoAddon.end_datetime ? dayjs.tz(promoAddon.end_datetime, \"America/Chicago\") : dayjs.tz(new Date(), \"America/Chicago\").add(1, \"day\");\n return dayjs.tz(new Date(), \"America/Chicago\").isBetween(startDate, endDate);\n}\n\nexport async function checkoutErrorHandler(error, pushToCart = false) {\n const errorMessage = get_error(error);\n const resData = error?.response?.data || {};\n\n if (resData.reset_stripe_key) {\n store.commit(\"cart/setStripeClientSecret\", null);\n pushToCart = true;\n }\n\n if (resData.reset_addresses) {\n store.commit(\"cart/resetAddresses\");\n pushToCart = true;\n }\n\n if (resData.reset_submittion_id) {\n localStorage.removeItem(\"sf_submission_id\");\n }\n\n if (resData.reset_selected_artists) {\n router.push({name: \"BsSongArtist\", query: {artist_unavailabe: 1}});\n if (!pushToCart) throw new Error(errorMessage);\n return;\n }\n\n if (resData.reset_coupon) {\n store.commit(\"cart/setCoupon\", null);\n store.commit(\"cart/setReservedCoupon\", null);\n }\n\n if (resData.reset_rush_fee) {\n store.dispatch(\"cart/removeRushFee\");\n }\n\n if (pushToCart) {\n const inCart = router.currentRoute.value.name === \"Cart\";\n modal.swal({\n icon: \"warning\",\n html: `${errorMessage}
`,\n }).then(() => inCart && location.reload());\n return router.push({name: \"Cart\"});\n } else {\n throw new Error(errorMessage);\n }\n}\n\n\n\n","import Cookies from \"js-cookie\";\nimport analyticsEvent from \"@songfinch/shared/helpers/analyticsEvent\";\n\nexport function setTemporaryEmail(email: string) {\n Cookies.set(\"sf_temporary_email\", email, {expires: 360});\n if (email) {\n analyticsEvent(\"_sf_identify_user\", {email});\n }\n}\n\nexport function getTemporaryEmail() {\n return Cookies.get(\"sf_temporary_email\");\n}\n","import router from \"@songfinch/customer/router\";\nimport axios from \"axios\";\nimport error_handler from \"@songfinch/shared/helpers/axios_error_handler\";\nimport {$toastMsg} from \"@songfinch/shared/plugins/toast_msg\";\nimport {setTemporaryEmail} from \"@songfinch/customer/helpers/temporaryEmail\";\nimport analyticsEvent from \"@songfinch/shared/helpers/analyticsEvent\";\nimport modal from \"@songfinch/shared/plugins/modal/index\";\nimport {useSongBuilderStore} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\n\nexport default {\n namespaced: true,\n state: {\n user: null,\n redirectQuery: {},\n referralCode: null,\n },\n mutations: {\n setUser(state, val) {\n state.user = val || null;\n if (state.user) {\n this.commit(\"auth/calcCreditsTotal\");\n }\n },\n redirectToUserPage(state) {\n if (!state.user) return;\n if (\n router.currentRoute.value.meta.skipAuthRedirect ||\n state.redirectQuery.skipRedirect\n ) {\n return false;\n }\n if (state.redirectQuery?.forward_to) {\n return (window.location.href = state.redirectQuery.forward_to);\n }\n if (state.redirectQuery?.push_to) {\n return router.push({\n name: state.redirectQuery.push_to,\n ...JSON.parse(state.redirectQuery.settings || \"{}\"),\n });\n }\n if (state.redirectQuery?.push_to_path) {\n return router.push(state.redirectQuery?.push_to_path);\n }\n switch (state.user.role) {\n case \"admin\":\n window.location.href = \"/admin\";\n break;\n case \"artist\":\n window.location.href = \"/artist-admin\";\n break;\n default:\n return router.push({name: \"Dashboard\"});\n }\n },\n setRedirectQuery(state, val) {\n state.redirectQuery = val;\n },\n storeAddresses(state, val) {\n const savedData = localStorage.getItem(\"sf_addresses\");\n const data = savedData ? JSON.parse(savedData) : {};\n const type = val.shipping ? \"shipping\" : \"billing\";\n data[`${type}_id`] = val?.address?.id;\n localStorage.setItem(\"sf_addresses\", JSON.stringify(data));\n },\n setReferralCode(state, val) {\n state.referralCode = val;\n if (val) {\n localStorage.setItem(\"sf_customer_referral_code\", val);\n } else {\n localStorage.removeItem(\"sf_customer_referral_code\");\n }\n },\n checkForReferralCode(state) {\n state.referralCode =\n localStorage.getItem(\"sf_customer_referral_code\") || null;\n },\n calcCreditsTotal(state, val) {\n if (!state.user) return;\n if (val) {\n state.user.credit_amount = val.credit_amount;\n state.user.credit_amount_taxable = val.credit_amount_taxable;\n }\n const totalCredits = +state.user.credit_amount + +state.user.credit_amount_taxable;\n\n state.user.total_credits ??= 0;\n if (totalCredits !== state.user?.total_credits) {\n state.user.total_credits = totalCredits;\n this.commit(\"cart/saveCart\");\n }\n },\n },\n actions: {\n async afterLogin({state}, {user, registration = false}) {\n this.commit(\"auth/setUser\", user);\n const storeSongBuilder = useSongBuilderStore();\n await storeSongBuilder.loadUserData(user.email);\n if (storeSongBuilder.isInProgress()) {\n storeSongBuilder.gifter_email = user.email;\n }\n analyticsEvent(\"_sf_user_login\", {\n registration,\n user: user\n });\n this.commit(\"auth/redirectToUserPage\");\n setTemporaryEmail(\"\");\n if (typeof state.redirectQuery?.afterLoginCallback === \"function\") {\n state.redirectQuery.afterLoginCallback();\n } else if (router.currentRoute.value.name !== \"Checkout\") {\n modal.swal({\n html: `Success
`,\n showConfirmButton: false,\n timer: 1500,\n icon: \"success\",\n });\n } else {\n modal.swal.close();\n }\n },\n async register({state, dispatch}, payload) {\n if (payload.email_confirmation !== payload.email) {\n throw new Error(\"Email and confirmation do not match\");\n }\n const res = await axios.post(\"/user\", {\n user: payload,\n referral_code: state.referralCode,\n }, {meta: {updateCSRFToken: true}});\n await dispatch(\"afterLogin\", {user: res.data.user, registration: true});\n return res;\n },\n\n async login({dispatch}, payload) {\n const res = await axios.post(\"/users/sign_in\", {user: payload}, {meta: {updateCSRFToken: true}});\n await dispatch(\"afterLogin\", {user: res.data.user, registration: false});\n return res.data;\n },\n\n async getUserData({commit}) {\n try {\n const params = {user_id: router.currentRoute.value.query?.id};\n const res = await axios.get(\"/user\", {params});\n commit(\"setUser\", res.data.user);\n return res.data.user;\n } catch (e) {\n $toastMsg(error_handler(e).error);\n return router.push({name: \"Home\"});\n }\n },\n\n async logout({commit}, params) {\n analyticsEvent(\"_sf_user_logout\");\n await axios.get(\"/users/sign_out\", {meta: {updateCSRFToken: true}});\n commit(\"setUser\", null);\n setTemporaryEmail(\"\");\n if (!params?.checkout) {\n const storeSongBuilder = useSongBuilderStore();\n storeSongBuilder.resetData();\n this.commit(\"cart/resetCart\", true);\n localStorage.removeItem(\"sf_addresses\");\n if (\n router.currentRoute.value.matched.find(\n (r) => r.meta?.requireAuth\n )\n ) {\n return router.push({name: \"Home\"});\n }\n }\n return true;\n },\n\n async updateAccountInformation({commit}, payload) {\n const res = await axios.put(\"/user\", {user: payload});\n commit(\"setUser\", res.data.user);\n if (!payload.skipToastMsg) $toastMsg(\"Updated!\");\n return res.data;\n },\n\n async updatePassword(store, payload) {\n if (payload.new_password !== payload.new_password_confirm) {\n return {error: \"Passwords Don't Match.\"};\n }\n const res = await axios.put(\"/users/password\", {user: payload});\n $toastMsg(\"Password Updated!\");\n return res.data;\n },\n\n async loadAddresses(store, payload) {\n let savedAddresses = localStorage.getItem(\"sf_addresses\");\n savedAddresses &&= JSON.parse(savedAddresses);\n const res = await axios.get(\"/addresses\", {\n params: {...savedAddresses, ...payload},\n });\n return res.data;\n },\n\n async saveAddress(store, payload) {\n const res = await axios.post(\"/addresses\", payload);\n return res.data;\n },\n\n async validateReferralCode({commit, state}) {\n const code =\n router.currentRoute.value.params.code || state.referralCode;\n if (!code) return;\n try {\n const res = await axios.get(\"/user/referral_user\", {\n params: {referral_code: code},\n });\n commit(\"setReferralCode\", code);\n return res.data;\n } catch (e) {\n const error = error_handler(e).error;\n modal.swal({\n icon: \"warning\",\n html: error,\n });\n commit(\"setReferralCode\", null);\n return router.push({name: \"Home\"});\n }\n },\n\n async loadCreditBalance({commit}, params) {\n try {\n const res = await axios.get(\"/dashboard/credit_balance\", {\n params,\n });\n commit(\"calcCreditsTotal\", res.data);\n return res.data;\n } catch (e) {\n const res = error_handler(e);\n $toastMsg(res.error);\n return error_handler(e);\n }\n },\n\n async addGiftCard({commit}, params) {\n const res = await axios.post(\"/dashboard/apply_gift_card\", params);\n commit(\"calcCreditsTotal\", res.data);\n return res.data;\n },\n }\n};\n","import {omit, pickBy, isEmpty, size} from \"lodash-es\";\nimport router from \"../router\";\n\nexport const apply_query_filters = (filters) => {\n const params = {...router.currentRoute.value.query};\n\n let filtersParams = omit(filters, [\"per_page\", \"show_at_capacity\"]);\n filtersParams = pickBy(filtersParams, p => !isEmpty(p));\n if (size(filtersParams)) {\n params.filters = encodeURIComponent(JSON.stringify(filtersParams));\n } else {\n delete params.filters;\n }\n\n let queryString = \"\";\n if (size(params)) {\n queryString += \"?\" + Object.keys(params).map(key => key + \"=\" + params[key]).join(\"&\");\n }\n\n history.replaceState(history.state, null, router.currentRoute.value.path + queryString);\n};\n\nexport const get_query_filters = () => {\n const queryFilters = router.currentRoute.value.query.filters;\n try {\n return queryFilters ? JSON.parse(queryFilters) : null;\n } catch (e) {\n return null;\n }\n};\n","import axios from \"axios\";\nimport {apply_query_filters, get_query_filters} from \"../helpers/apply_query_filters\";\nimport router from \"../router\";\nimport {useSongBuilderStore} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\n\nimport {isAxiosError} from \"@songfinch/utils/src/validators\";\nimport {logError} from \"@songfinch/utils/src/error\";\nimport {useNotification} from \"@songfinch/design-system/src/composables/useNotification\";\n\nconst CancelToken = axios.CancelToken;\nlet source;\n\nexport default {\n namespaced: true,\n state: {\n artistsList: null,\n filters: null,\n page: 1,\n endOfPages: false,\n total: false,\n },\n mutations: {\n nextPage(state) {\n state.page++;\n },\n setEndOfPages(state, val) {\n state.endOfPages = val;\n },\n setArtistsList(state, val) {\n if (val?.artists) {\n const list = val.artists.map( a => ({\n image: a.photo,\n name: a.artist_name,\n available_delivery_days: a.available_delivery_days,\n exclusivity: a.exclusivity,\n audio: a.songs[0]?.audio_url,\n link: router.resolve({name: \"ArtistSingle\", params: {id: a.id}}).href,\n status: a.status,\n genres: a.songs[0]?.genres,\n occasions: a.songs[0]?.occasions,\n song_subtitle: a.songs[0]?.genres.concat(a.songs[0]?.occasions, a.songs[0]?.moods).join(\", \"),\n song_title: a.songs[0]?.title\n }));\n state.artistsList = state.artistsList.concat(list);\n setTimeout(() => { //Prevent to trigger it right away\n state.total = val?.total;\n state.endOfPages = state.artistsList.length === state.total;\n }, 100);\n }\n },\n resetList(state) {\n state.artistsList = [];\n state.page = 1;\n },\n clearLabels(state) {\n state.filters.genres = [];\n state.filters.genders = [];\n state.filters.artist_exclusivity_only = [];\n state.filters.artist_one_day_delivery = [];\n },\n initFilters(state) {\n this.commit(\"artist/resetList\");\n state.filters = {\n genders: [],\n genres: [],\n artist_exclusivity_only: [],\n artist_one_day_delivery: [],\n keyword: \"\",\n show_at_capacity: true,\n per_page: 12,\n ...get_query_filters()\n };\n }\n },\n actions: {\n async loadArtists({commit, state}, payload) {\n this.commit(\"artist/setEndOfPages\", true);\n if (source) {\n source.cancel(\"Operation canceled by the user.\");\n }\n source = CancelToken.source();\n\n apply_query_filters(state.filters);\n let res;\n try {\n res = await axios.get(\"/artists\", {\n params: (payload || {page: state.page, ...state.filters}),\n cancelToken: source.token,\n cache: {ignoreCache: false},\n });\n } catch (e) {\n // Don't do anything with canceled error because it is due to user action \n // And not really a error or bug.\n if (axios.isCancel(e)) return undefined;\n if (!isAxiosError(e)) {\n logError(e);\n }\n return useNotification({type: \"error\", message: \"Something went wrong. Please try again.\"});\n }\n if (!payload) {\n commit(\"setArtistsList\", res.data);\n }\n return res.data;\n },\n startSongWithArtist(store, artist){\n artist.fromSinglePage = true;\n const storeSongBuilder = useSongBuilderStore();\n storeSongBuilder.selectArtist({artist, index: 0});\n storeSongBuilder.selectRecommendedArtist(null);\n const lastPage = storeSongBuilder.lastSongBuildPage;\n let destination;\n if (lastPage) {\n const lastPageRoute = router.resolve(lastPage);\n destination = lastPageRoute.path;\n const artistSelectionPageRoute = router.resolve({name: \"BsSongArtistSelection\"});\n if (lastPageRoute.meta?.index > artistSelectionPageRoute.meta?.index) {\n storeSongBuilder.setLastSongBuildPage({name: artistSelectionPageRoute.name, params: lastPage.params});\n destination = artistSelectionPageRoute.path;\n }\n } else {\n destination = \"/song-builder\";\n }\n return destination;\n }\n }\n};\n","import {ref} from \"vue\";\n\nconst showProductPaperActive = ref(false);\nconst showProductPaperId = ref(undefined);\n\nexport default function useShowProductPaper() {\n const showProductPaper = (id: string) => { \n\n showProductPaperActive.value = true;\n showProductPaperId.value = id;\n };\n\n const removeProductPaper = () => { \n showProductPaperActive.value = false;\n showProductPaperId.value = undefined;\n };\n\n\n return {\n showProductPaperActive,\n showProductPaperId,\n showProductPaper,\n removeProductPaper\n };\n}\n","import axios from \"axios\";\nimport {indexOf, sortBy} from \"lodash-es\";\nimport router from \"../router\";\nimport useShowProductPaper from \"../composables/product/useShowProductPaper\";\n\n\nexport default {\n namespaced: true,\n state: {\n products: null,\n selectedStory: null\n },\n getters: {\n getAvailableProducts(state, val, rootState) {\n return state.products?.filter(p => {\n if (p.extra_info?.one_per_story) {\n return !rootState.cart.cart.findProductByName(p.name);\n }\n return true;\n });\n },\n },\n mutations: {\n selectStory(state, val) {\n state.selectedStory = val;\n },\n setProducts(state, val) {\n state.products = val;\n },\n showProductDetailModal(state, payload) {\n const {showProductPaper} = useShowProductPaper();\n showProductPaper(payload);\n }\n },\n actions: {\n async loadProducts({commit}, {productsNames, sortByName, storyId, productsProps, includes, excludes} = {}) {\n commit(\"setProducts\", null);\n let res;\n try {\n res = await axios.get(\"store/products\", {\n params: {\n name: productsNames,\n story_id: storyId,\n includes,\n excludes\n }\n });\n } catch (e) {\n return router.push({name: \"404\"});\n }\n let result = res.data;\n if (sortByName?.length) {\n result = sortBy(res.data, (p) => {\n const index = indexOf(sortByName, p.name);\n return index === -1 ? sortByName.length : index;\n });\n }\n\n if (productsProps) {\n result = result.map(p => ({...p, ...productsProps}));\n }\n\n commit(\"setProducts\", result);\n return result;\n },\n }\n};\n","import axios from \"axios\";\nimport {apply_query_filters, get_query_filters} from \"../helpers/apply_query_filters\";\n\nconst CancelToken = axios.CancelToken;\nlet source;\n\nexport default {\n namespaced: true,\n state: {\n playlists: null,\n filters: null,\n page: 1,\n endOfPages: false,\n total: 0,\n },\n mutations: {\n nextPage(state) {\n state.page++;\n },\n setEndOfPages(state, val) {\n state.endOfPages = val;\n },\n setPlaylists(state, val) {\n if (val?.playlists) {\n state.playlists = state.playlists.concat(val.playlists);\n setTimeout(() => { //Prevent to trigger it right away\n state.total = val?.total;\n state.endOfPages = state.playlists.length === state.total;\n }, 100);\n }\n },\n resetList(state) {\n state.playlists = [];\n state.page = 1;\n },\n initFilters(state) {\n this.commit(\"playlist/resetList\");\n state.filters = {\n kinds: [],\n keyword: \"\",\n per_page: 9,\n ...get_query_filters()\n };\n }\n },\n actions: {\n async loadPlaylists({commit, state}, payload) {\n this.commit(\"playlist/setEndOfPages\", true);\n if (source) {\n source.cancel();\n }\n source = CancelToken.source();\n\n apply_query_filters(state.filters);\n\n let res;\n try {\n res = await axios.get(\"/playlists\", {\n params: (payload || {page: state.page, ...state.filters}),\n cancelToken: source.token,\n cache: {ignoreCache: false},\n });\n } catch (e) {\n if (!axios.isCancel(e)) throw new Error(e.message || \"failed to load Playlist\");\n return;\n }\n\n if (!payload) {\n commit(\"setPlaylists\", res.data);\n }\n return res.data;\n }\n }\n};\n","import {createStore} from \"vuex\";\n\nimport shared from \"./shared\";\nimport cms from \"./cms\";\nimport core_cms from \"@songfinch/shared/store/cms_core\";\nimport cart from \"./cart\";\nimport auth from \"./auth\";\nimport artist from \"./artist\";\nimport store from \"./store\";\nimport playlist from \"./playlist\";\n\nexport default createStore({\n modules: {\n shared,\n core_cms,\n cms,\n cart,\n auth,\n artist,\n store,\n playlist\n }\n});\n","import {setMetaToAllChildren} from \"../helpers/routes_helper\";\nimport router from \"./index\";\nimport store from \"../store\";\nimport {goToReferalPage, setLastReferralPage} from \"@songfinch/customer/composables/useReferralPage\";\n\nconst SongBuilder = () => import(\"@songfinch/customer/views/build_song/SongBuilder\");\nconst BsOccasionRecipient = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsOccasionRecipient\");\nconst BsGifterEmail2 = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsGifterEmail2\");\nconst BsSongArtist = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsSongArtist\");\nconst BsSongOptions = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsSongOptions\");\nconst BsSongArtistSelection = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsSongArtistSelection\");\nconst BsStoryDetailsCombined = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsStoryDetailsCombined\");\nconst BsArtistsRecommendation = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsArtistsRecommendation\");\nconst BsArtistConfirmation = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsArtistConfirmation\");\nconst BsReview = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsReview\");\nconst BsPreCart = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsPreCart\");\nconst BsChangeArtist = () => import(\"@songfinch/customer/views/build_song/chapters/pre_purchase/BsChangeArtist.vue\");\nimport {useSongBuilderStore, songBuilderSlug} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\n\nasync function songbuilderGuard(to) {\n if (to.query.slug) songBuilderSlug.value = to.query.slug;\n const storeSongBuilder = useSongBuilderStore();\n await storeSongBuilder.init();\n}\n\nasync function skipSongBuilderRoute(to, from, next, skip) {\n if (skip) {\n const storeSongBuilder = useSongBuilderStore();\n const isPrevPage = (from.meta.index === undefined && to.meta.index > 0) || from.meta.index > to.meta.index;\n if (isPrevPage && !to.meta.prevPage) {\n goToReferalPage();\n return next(false);\n }\n const nextPage = {name: isPrevPage ? to.meta.prevPage : to.meta.nextPage, params: to.params, query: to.query};\n storeSongBuilder.setLastSongBuildPage(nextPage);\n await storeSongBuilder.saveData();\n return next(nextPage);\n }\n next();\n}\n\nfunction bsPageRedirectionGuard(to, from, next) {\n const storeSongBuilder = useSongBuilderStore();\n const isLastBuilderPage = from.matched[0]?.name === \"SongBuilder\";\n const lastPage = storeSongBuilder.lastSongBuildPage;\n if (!isLastBuilderPage && lastPage?.name && lastPage.name !== to.name) {\n try {\n lastPage.query = {...lastPage.query, ...to.query};\n router.resolve(lastPage);\n return next(lastPage);\n } catch (e) {\n storeSongBuilder.setLastSongBuildPage(undefined);\n return next({name: \"SongBuilder\"});\n }\n }\n return next();\n}\n\nfunction checkForOriginalSongBundler(to) {\n if (to.query.original_song_product) {\n const storeSongBuilder = useSongBuilderStore();\n storeSongBuilder.song_product_name = to.query.original_song_product;\n }\n}\n\nfunction checkOriginalInCartGuard() {\n return store.state.cart.cart.hasOriginalSong ? true : {name: \"BsReview\"};\n}\n\nasync function gifterEmailGuard(to, from, next) {\n const storeSongBuilder = useSongBuilderStore();\n if (store.state.auth.user || storeSongBuilder.gifter_email) {\n if (store.state.auth.user?.email) {\n storeSongBuilder.gifter_email = store.state.auth.user.email;\n }\n return await skipSongBuilderRoute(to, from, next, true);\n }\n return next();\n}\n\nconst songBuilderRoutes = {\n path: \"/song-builder\",\n alias: \"/build-your-song\",\n name: \"SongBuilder\",\n component: SongBuilder,\n redirect: to => ({name: to.matched[0].children[0].name}), // Redirect always to first child\n meta: {\n CMSData: \"songBuilderPrePurchase\",\n animation: \"pageSlide\",\n hideTopBar: true,\n hideNavgiation: true,\n hideFooter: true,\n hideStartButton: true,\n defaultReferralPage: \"Home\"\n },\n beforeEnter: [songbuilderGuard, setLastReferralPage, checkForOriginalSongBundler],\n children: [\n {\n path: \"recipient\",\n name: \"BsOccasionRecipient\",\n component: BsOccasionRecipient,\n beforeEnter: [bsPageRedirectionGuard]\n },\n {\n path: \"gifter-email\",\n name: \"BsGifterEmail2\",\n component: BsGifterEmail2,\n meta: {hideSongbuilderHeader: true},\n beforeEnter: [gifterEmailGuard]\n },\n {\n path: \"artist\",\n name: \"BsSongArtist\",\n component: BsSongArtist,\n async beforeEnter(to, from, next) {\n const storeSongBuilder = useSongBuilderStore();\n const skip = storeSongBuilder.selected_artists?.find(a => a.fromSinglePage);\n await skipSongBuilderRoute(to, from, next, skip);\n }\n },\n {\n path: \"artist-selection\",\n name: \"BsSongArtistSelection\",\n component: BsSongArtistSelection,\n async beforeEnter(to, from, next) {\n const storeSongBuilder = useSongBuilderStore();\n await skipSongBuilderRoute(to, from, next, !storeSongBuilder.preferred_artist_switch);\n }\n },\n {\n path: \"song-options\",\n name: \"BsSongCharacteristics\",\n component: BsSongOptions,\n async beforeEnter(to, from, next) {\n const storeSongBuilder = useSongBuilderStore();\n const userSelectedAnArtistSwitch = storeSongBuilder.preferred_artist_switch === undefined;\n await skipSongBuilderRoute(to, from, next, userSelectedAnArtistSwitch);\n }\n },\n {\n path: \"recommended-artists\",\n name: \"BsSongArtistsList\",\n component: BsArtistsRecommendation,\n async beforeEnter(to, from, next) {\n const storeSongBuilder = useSongBuilderStore();\n if (!storeSongBuilder.genre || !storeSongBuilder.gender) {\n return await skipSongBuilderRoute(to, from, next, true);\n }\n await skipSongBuilderRoute(to, from, next, storeSongBuilder.preferred_artist_switch);\n }\n },\n {\n path: \"artist-confirmation\",\n name: \"BsArtistConfirmation\",\n component: BsArtistConfirmation,\n async beforeEnter(to, from, next) {\n const storeSongBuilder = useSongBuilderStore();\n if (!(storeSongBuilder.selected_artists?.length || storeSongBuilder.selected_recommended_artist)) {\n return await skipSongBuilderRoute(to, from, next, true);\n }\n return next();\n }\n },\n {\n path: \"details\",\n name: \"BsStoryDetailsCombined\",\n component: BsStoryDetailsCombined\n },\n {\n path: \"review\",\n name: \"BsReview\",\n component: BsReview,\n meta: {hideProgressNav: true},\n beforeEnter: async () => {\n const storeSongBuilder = useSongBuilderStore();\n return await storeSongBuilder.validateSongData({toPage: \"BsReview\"});\n }\n },\n {\n path: \"pre-cart\",\n name: \"BsPreCart\",\n component: BsPreCart,\n meta: {hideProgressNav: true, customPageViewedAnalyticsTrigger: true, nextPage: \"Cart\"},\n beforeEnter: [checkOriginalInCartGuard]\n },\n {\n path: \"change-artist\",\n name: \"BsChangeArtist\",\n component: BsChangeArtist,\n meta: {hideProgressNav: true},\n beforeEnter: [checkOriginalInCartGuard]\n },\n {\n path: \"artist-confirmation-changed\",\n name: \"BsArtistConfirmationChanged\",\n component: BsArtistConfirmation,\n meta: {hideProgressNav: true, nextPage: \"BsPreCart\"},\n beforeEnter: [checkOriginalInCartGuard]\n }\n ]\n};\n\n\nsetMetaToAllChildren(\n songBuilderRoutes,\n {CMSData: \"songBuilderPrePurchase\"}\n);\n\nexport default [songBuilderRoutes];\n","import {useScriptTag} from \"@vueuse/core\";\nimport {$toastMsg} from \"@songfinch/shared/plugins/toast_msg\";\n\nconst loadedScripts: Record = {};\n\nexport default async function useLoadScript(url: string) {\n if (loadedScripts[url]) return;\n try {\n const {load} = useScriptTag(url, () => {}, {manual: true});\n await load();\n loadedScripts[url] = true;\n } catch (e) {\n $toastMsg(\"Failed to load: \" + url);\n }\n return;\n}\n","import {readonly, ref} from \"vue\";\nimport useLoadScript from \"@songfinch/customer/composables/useLoadScript\";\nimport store from \"@songfinch/customer/store\";\nimport {StripeAddressInfo} from \"@songfinch/data-source/checkout/express/express\";\n\nconst stripe = ref();\n\nexport async function loadStripe() {\n if (stripe.value) return;\n await useLoadScript(\"https://js.stripe.com/v3\");\n if (!window.Stripe) return;\n stripe.value = window.Stripe(window.appSettings.stripe);\n}\n\ntype ProcessStripePaymentParams = {\n stripeElements: unknown,\n shipping?: StripeAddressInfo,\n returnUrl: string,\n stripeClientSecret?: string\n}\n\nexport async function processStripePayment({stripeElements, returnUrl, shipping, stripeClientSecret}: ProcessStripePaymentParams) {\n stripeClientSecret ||= store.state.cart.cart.stripe_client_secret;\n if (!stripeClientSecret) throw Error(\"missing stripe stripe client secret\");\n if (!stripeElements) throw Error(\"missing stripe elements\");\n if (!returnUrl) throw Error(\"missing returnUrl\");\n const {error: submitError} = await stripeElements.submit();\n\n if (submitError) {\n throw submitError;\n }\n\n const payment = await stripe.value.confirmPayment({\n elements: stripeElements,\n clientSecret: stripeClientSecret,\n confirmParams: {\n shipping,\n return_url: returnUrl,\n },\n });\n\n return payment;\n}\n\nconst data = {\n stripe: readonly(stripe),\n};\n\nexport default function useStripe() {\n return data;\n}\n","import store from \"@songfinch/customer/store\";\nimport useStripe, {loadStripe} from \"@songfinch/customer/composables/useStripe\";\nimport modal from \"@songfinch/shared/plugins/modal/index\";\nimport {useSongBuilderStore} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\n\nconst Cart = () => import(\"@songfinch/customer/views/checkout/Cart\");\nconst Checkout = () => import(\"@songfinch/customer/views/checkout/Checkout\");\nconst CompleteCheckout = () => import(\"@songfinch/customer/views/checkout/CompleteCheckout\");\nconst NonStoryConfirmation = () => import(\"@songfinch/customer/views/checkout/NonStoryConfirmation\");\n\nconst checkoutGuard = async () => {\n await loadStripe();\n const {stripe} = useStripe();\n if (!stripe) {\n modal.swal({\n icon: \"warning\",\n html: `Unable to load the payment system. If the error persists, please try a different browser or \n contact us.`,\n });\n return {name: \"Cart\"};\n }\n if (!store.state.cart.cart.length()) {\n return {name: \"Cart\"};\n }\n if (!await store.state.cart.cart.frontendValidation()) {\n return false;\n }\n};\n\nasync function songbuilderGuard() {\n const storeSongBuilder = useSongBuilderStore();\n await storeSongBuilder.init();\n}\n\nasync function stripePreloadGuard() {\n loadStripe().then();\n}\n\nexport default [\n {\n path: \"/cart\",\n name: \"Cart\",\n component: Cart,\n beforeEnter: [songbuilderGuard, stripePreloadGuard],\n meta: {\n skipAuthRedirect: true,\n hideTopBar: true,\n hideFooter: true,\n hideStartButton: true\n },\n },\n {\n path: \"/checkout\",\n name: \"Checkout\",\n meta: {\n skipAuthRedirect: true,\n hideTopBar: true,\n CMSData: \"/cart\",\n },\n component: Checkout,\n beforeEnter: [songbuilderGuard, checkoutGuard],\n },\n {\n path: \"/complete-checkout\",\n name: \"CompleteCheckout\",\n meta: {hideTopBar: true},\n component: CompleteCheckout,\n beforeEnter: [songbuilderGuard]\n },\n {\n path: \"/thank-you\",\n name: \"NonStoryConfirmation\",\n meta: {hideTopBar: true},\n component: NonStoryConfirmation,\n },\n];\n","const Dashboard = () => import(\"@songfinch/customer/views/dashboard/Dashboard\");\nconst Profile = () => import(\"@songfinch/customer/views/dashboard/subpages/Profile\");\nconst OrderHistory = () => import(\"@songfinch/customer/views/dashboard/subpages/OrderHistory\");\nconst CreditBalance = () => import(\"@songfinch/customer/views/dashboard/subpages/CreditBalance\");\nconst ReferralProgram = () => import(\"@songfinch/customer/views/dashboard/subpages/ReferralProgram\");\n\nexport default [\n {\n path: \"/dashboard\",\n name: \"Dashboard\",\n component: Dashboard,\n meta: {requireAuth: true},\n redirect: to => ({name: \"Profile\", query: to.query}),\n children: [\n {\n path: \"profile\",\n name: \"Profile\",\n component: Profile,\n },\n {\n path: \"order-history\",\n name: \"OrderHistory\",\n component: OrderHistory,\n },\n {\n path: \"credit-balance\",\n name: \"CreditBalance\",\n component: CreditBalance,\n },\n {\n path: \"referral-program\",\n name: \"ReferralProgram\",\n component: ReferralProgram,\n },\n ]\n }\n];\n","import router from \"./index\";\n\nconst Story = () => import(\"@songfinch/customer/views/stories/StoryV2\");\nconst AgECard = () => import(\"@songfinch/customer/views/pages/AgECard\");\nconst EditOriginalSongBuilder = () => import(\"@songfinch/customer/views/edit_original_song/EditOriginalSongBuilder\");\n\nexport default [\n {\n path: \"/stories/:slug\",\n name: \"Story\",\n component: Story,\n meta: {\n skipAuthRedirect: true,\n disableZenDesk: true,\n CMSData: \"storyPage\",\n hideTopBar: true,\n },\n beforeEnter: async (to) => {\n const useStoryImport = await import(\"@songfinch/customer/composables/story/useStory\");\n const {loadCurrentStory} = useStoryImport.default();\n if (!await loadCurrentStory(to.params.slug)) {\n return router.push({name: \"404\"});\n }\n },\n },\n {\n path: \"/stories/:slug/ag-ecard\",\n name: \"AgECard\",\n component: AgECard,\n meta: {\n disableZenDesk: true,\n requireAuth: true,\n CMSData: \"agECard\",\n animation: \"pageSlide\",\n hideTopBar: true,\n }\n },\n {\n path: \"/stories/:slug/edit-your-song\",\n name: \"OriginalSongBuilderEdit\",\n component: EditOriginalSongBuilder,\n meta: {\n CMSData: \"songBuilderPrePurchase\",\n animation: \"pageSlide\",\n hideTopBar: true,\n hideNavgiation: true,\n hideFooter: true,\n hideStartButton: true,\n requireAuth: true,\n }\n }\n];\n","const Products = () => import(\"@songfinch/customer/views/products/Products.vue\");\nconst ProductSingle = () => import(\"@songfinch/customer/views/products/ProductSingle.vue\");\n\nexport default [\n {\n path: \"/products/:product_id\",\n name: \"ProductSingle\",\n component: ProductSingle,\n meta: {CMSData: \"productSingle\", skipAuthRedirect: true},\n },\n {\n path: \"/store\",\n name: \"Store\",\n component: Products,\n }\n];\n","const LandingSingle = () => import(\"@songfinch/customer/views/templates/LandingSingle\");\n\nexport default [\n {\n path: \"/custom-gift/:slug\",\n name: \"LandingSingle\",\n component: LandingSingle\n },\n];\n","const Error = () => import(\"@songfinch/customer/views/pages/Error\");\n\nexport default [\n {\n path: \"/500\",\n name: \"500\",\n component: Error,\n },\n {\n path: \"/404\",\n name: \"404\",\n component: Error,\n },\n {\n path: \"/:pathMatch(.*)*\",\n redirect: {name: \"404\"},\n }\n];\n","const ArtistSingle = () => import(\"@songfinch/customer/views/artists/ArtistSingle\");\nconst Artists = () => import(\"@songfinch/customer/views/artists/Artists\");\nconst OpportunityConfirmation = () => import(\"@songfinch/customer/views/artists/OpportunityConfirmation\");\n\n\nexport default [\n {\n path: \"/artists\",\n name: \"ArtistsList\",\n component: Artists,\n },\n {\n path: \"/artists/:id\",\n name: \"ArtistSingle\",\n meta: {CMSData: \"artistSingle\", customPageViewedAnalyticsTrigger: true},\n component: ArtistSingle\n },\n {\n path: \"/opportunity-confirmation\",\n name: \"OpportunityConfirmation\",\n component: OpportunityConfirmation,\n }\n];\n","import store from \"../store\";\nconst EmailMePassword = () => import(\"@songfinch/customer/components/auth/EmailMePassword\");\nconst StudioFaqPopup = () => import(\"@songfinch/customer/components/song_builder/StudioFaqPopup\");\nconst OTPSinginPopup = () => import(\"@songfinch/customer/components/auth/otp/OTPSinginPopup.vue\");\nconst SignupPopup = () => import(\"@songfinch/customer/components/auth/SignupPopup\");\nconst EventReminderPopup = () => import(\"@songfinch/customer/components/event_reminder/EventReminderPopup\");\n\nasync function authPopupHelper(direction, component, swalSettings) {\n if (store.state.auth.user) {\n store.commit(\"auth/redirectToUserPage\");\n return false;\n } else {\n const loadedComponent = (await component()).default;\n setTimeout(() =>\n store.commit(\"shared/showModal\", {\n component: loadedComponent,\n swalSettings: swalSettings,\n responsive: {\n 767: {\n slide: \"bottom\"\n },\n }\n })\n );\n return direction.from.name ? false : {name: \"Home\"};\n }\n}\n\nexport default [\n {\n path: \"/set-reminder\",\n alias: \"/occasion-reminder\",\n name: \"SetRemider\",\n beforeEnter: async (to, from) => {\n const component = (await EventReminderPopup()).default;\n setTimeout(() =>\n store.commit(\"shared/showModal\", {\n component,\n swalSettings: {width: 770},\n })\n );\n return from.name ? false : {name: \"Home\"};\n },\n },\n {\n path: \"/songwriting-101\",\n name: \"Songwriting101\",\n beforeEnter: async (to, from) => {\n const component = (await StudioFaqPopup()).default;\n setTimeout(() =>\n store.commit(\"shared/showModal\", {\n component,\n props: {activeFAQ: to.query.question_id},\n swalSettings: {width: 850},\n })\n );\n return from.name ? false : {name: \"Home\"};\n },\n },\n {\n path: \"/reset-password\",\n name: \"EmailMePassword\",\n beforeEnter: (to, from) => {\n return authPopupHelper({to, from}, EmailMePassword);\n },\n },\n {\n path: \"/login\",\n name: \"Login\",\n alias: \"/users/sign_in\",\n beforeEnter: (to, from) => {\n store.commit(\"auth/setRedirectQuery\", to.query);\n return authPopupHelper({to, from}, OTPSinginPopup);\n },\n },\n {\n path: \"/signup\",\n name: \"Signup\",\n alias: \"/users/sign_up\",\n beforeEnter: (to, from) => {\n store.commit(\"auth/setRedirectQuery\", to.query);\n return authPopupHelper({to, from}, SignupPopup, {width: 770});\n },\n }\n];\n","const Songs = () => import(\"@songfinch/customer/views/songs/Songs.vue\");\nconst PlaylistSingle = () => import(\"@songfinch/customer/views/songs/PlaylistSingle\");\n\nexport default [\n {\n path: \"/playlists\",\n name: \"Playlists\",\n component: Songs,\n },\n {\n path: \"/playlists/:id\",\n name: \"PlaylistSingle\",\n meta: {customPageViewedAnalyticsTrigger: true},\n component: PlaylistSingle,\n }\n];\n","const redirects = [\n {path: \"/testimonials\", redirect: \"/\"},\n {\n path: \"/examples/inspiring-stories\",\n redirect: \"/playlists\",\n },\n {\n path: \"/songwriter-community\",\n redirect: {name: \"ArtistCommunity\"},\n alias: \"/songwriter\",\n },\n {\n path: \"/personalized-song-revisions\",\n redirect: {name: \"SongRevisions\"},\n },\n {\n path: \"/song-builder/song/:path?\",\n redirect: (to) => `/song-builder/${to.params.path}`,\n },\n {\n path: \"/song-builder/occasion/:path?\",\n redirect: (to) => `/song-builder/${to.params.path}`,\n },\n {\n path: \"/song-builder/story/:path?\",\n redirect: \"/song-builder\",\n },\n {\n path: \"/worry-free\",\n redirect: \"/song-revisions\",\n },\n {\n path: \"/worry-free-guarantee\",\n redirect: \"/song-revisions\",\n },\n {\n path: \"/instant\",\n alias: \"/jukebox\",\n name: \"InstantProductBundle\",\n beforeEnter: (to) => {\n const url = new URL(window.appSettings.instantLandingURL);\n url.search = new URLSearchParams(to.query);\n location.href = url;\n return false;\n },\n },\n {\n path: \"/instant-builder/intro\",\n redirect: {name: \"IpCollections\"},\n },\n {\n path: \"/song-builder/intro\",\n name: \"IpIntroPage\",\n redirect: {name: \"BsOccasionRecipient\"},\n },\n {\n path: \"/song-builder/genre\",\n name: \"BsSongGenre\",\n redirect: {name: \"BsSongCharacteristics\"},\n },\n {\n path: \"/song-builder/vocals\",\n name: \"BsSongVocals\",\n redirect: {name: \"BsSongCharacteristics\"},\n },\n {\n path: \"/song-builder/mood\",\n name: \"BsSongMood\",\n redirect: {name: \"BsSongCharacteristics\"},\n },\n {\n path: \"/song-builder/tempo\",\n name: \"BsSongTempo\",\n redirect: {name: \"BsSongCharacteristics\"},\n },\n {\n path: \"/song-builder/gifter\",\n name: \"BsOccasionGifter\",\n redirect: {name: \"BsOccasionRecipient\"},\n },\n {\n path: \"/song-builder/subject\",\n name: \"BsStorySubject\",\n redirect: {name: \"BsStoryDetailsCombined\"},\n },\n];\n\nexport default redirects;\n","import store from \"@songfinch/customer/store\";\nimport {$toastMsg} from \"@songfinch/shared/plugins/toast_msg\";\nconst ReferralsSignup = () => import(\"@songfinch/customer/views/referrals/ReferralsSignup\");\n\nexport default [\n {\n path: \"/r/:code\",\n name: \"ReferralsSignup\",\n component: ReferralsSignup,\n meta: {CMSData: \"/r/:code\"},\n beforeEnter: (to, from, next) => {\n if (store.state.auth.user) {\n $toastMsg(\"You already have an existing account.\");\n return next({name: \"Dashboard\"});\n }\n return next();\n }\n }\n];\n","import useInstantProductBuilder, {\n loadInstantCollection,\n setLastPageVisited,\n setVitamixCollection,\n setSelectedInstantProduct\n} from \"@songfinch/customer/composables/useInstantProductBuilder\";\nimport {setMetaToAllChildren, skipRouteToNext} from \"@songfinch/customer/helpers/routes_helper\";\nimport store from \"@songfinch/customer/store\";\nimport router from \"@songfinch/customer/router\";\nimport {setLastReferralPage} from \"@songfinch/customer/composables/useReferralPage\";\n\nconst InstantProductBuilder = () => import(\"@songfinch/customer/views/instant/builder/InstantProductBuilder.vue\");\nconst IpBuilderSteps = () => import(\"@songfinch/customer/views/instant/builder/subpages/IpBuilderSteps.vue\");\nconst IpBuilderStep = () => import(\"@songfinch/customer/views/instant/builder/subpages/IpBuilderStep.vue\");\nconst IpLoadingPreview = () => import(\"@songfinch/customer/views/instant/builder/subpages/IpLoadingPreview.vue\");\nconst IpRecipientNames = () => import(\"@songfinch/customer/views/instant/builder/subpages/IpRecipientNames.vue\");\nconst IpPreview = () => import(\"@songfinch/customer/views/instant/builder/subpages/IpPreview.vue\");\nconst IpConfirm = () => import(\"@songfinch/customer/views/instant/builder/subpages/IpConfirm.vue\");\nconst IpAddons = () => import(\"@songfinch/customer/views/instant/builder/subpages/IpAddons.vue\");\nconst IpCustomerGreeting = () => import(\"@songfinch/customer/views/instant/builder/subpages/IpCustomerGreeting.vue\");\nconst IpCollections = () => import(\"@songfinch/customer/views/instant/builder/subpages/IpCollections.vue\");\n\nfunction collectionGuard(to) {\n const {vitamixCollectionId} = useInstantProductBuilder();\n if (!vitamixCollectionId.value) return {name: \"IpCollections\", query: to.query};\n}\n\nfunction stepsGuard(to, from) {\n const {collectionData} = useInstantProductBuilder();\n if (!to.params.step) {\n const step = from.meta.index > to.meta.index ? -1 : 1;\n return {name: \"IpBuilderStep\", params: {step}, query: to.query};\n }\n if (to.params?.step === \"-1\") {\n return {name: \"IpBuilderStep\", params: {step: collectionData.value.questions.length}, query: to.query};\n }\n if (!collectionData.value.questions[to.params.step - 1]) return {name: \"IpBuilderStep\", params: {step: 1}, query: to.query};\n}\n\nasync function namesGuard (to, from) {\n const {collectionData} = useInstantProductBuilder();\n return skipRouteToNext(to, from, !collectionData.value.choices[\"name\"]);\n}\n\nasync function addonsGuard (to, from) {\n const {collectionData} = useInstantProductBuilder();\n const skipAddons = collectionData.value?.skip_addon_page ?? false;\n return skipRouteToNext(to, from, skipAddons);\n}\n\nasync function previewGuard () {\n const {previewsList} = useInstantProductBuilder();\n if (!previewsList.value.length) return {name: \"IpBuilderStep\", params: {step: 1}};\n}\n\nfunction productInCartGuard () {\n const {selectedInstantProduct} = useInstantProductBuilder();\n if (!store.state.cart.cart.findProductByName(selectedInstantProduct.value)) return {name: \"IpPreview\"};\n}\n\nasync function customerGreetingGuard(to, from) {\n try {\n const {collectionData} = useInstantProductBuilder();\n const {loadSingleProduct} = await import(\"@songfinch/customer/composables/useProduct\");\n const product = await loadSingleProduct({productSlug: \"customer-greeting-for-instant-product\"});\n to.meta.product = product;\n return skipRouteToNext(to, from, !collectionData.value.pam_enabled || !product);\n } catch (error) {\n return skipRouteToNext(to, from, true);\n }\n}\n\nconst routes = [\n {\n path: \"/instant-builder\",\n name: \"InstantProductBuilder\",\n component: InstantProductBuilder,\n meta: {\n animation: \"pageSlide\",\n hideTopBar: true,\n hideNavgiation: true,\n hideFooter: true,\n hideStartButton: true,\n defaultReferralPage: \"InstantProductBundle\"\n },\n redirect: {name: \"IpCollections\"},\n async beforeEnter(to, from) {\n setLastReferralPage(to, from);\n\n const {vitamixCollectionId} = useInstantProductBuilder();\n const queryCollectionId = +to.query.collection_id;\n if (queryCollectionId) {\n const isDifferentCollection = queryCollectionId !== vitamixCollectionId.value;\n await setVitamixCollection(to.query.collection_id);\n // set Vitamix Collection will set selectedInstantProduct but if query exist we overwriting it\n if (to.query.instant_product) setSelectedInstantProduct(to.query.instant_product);\n if (isDifferentCollection) return true;\n } else if (vitamixCollectionId.value) {\n await loadInstantCollection();\n }\n\n const {lastStepVisited} = useInstantProductBuilder();\n if (lastStepVisited.value) {\n try {\n const lastPageRoute = router.resolve({path: lastStepVisited.value});\n lastPageRoute.query = {...lastPageRoute.query, ...to.query};\n if (to.path !== lastPageRoute.path) return lastPageRoute;\n } catch (e) {\n return console.error(e);\n }\n }\n },\n children: [\n {\n path: \"collections\",\n name: \"IpCollections\",\n component: IpCollections,\n },\n {\n path: \"step\",\n component: IpBuilderSteps,\n meta: {skipLastPage: true},\n beforeEnter: [collectionGuard, stepsGuard],\n children: [\n {\n path: \":step?\",\n name: \"IpBuilderStep\",\n component: IpBuilderStep\n }\n ]\n },\n {\n path: \"recipient\",\n name: \"IpRecipientNames\",\n component: IpRecipientNames,\n beforeEnter: [collectionGuard, namesGuard]\n },\n {\n path: \"loading\",\n name: \"IpLoadingPreview\",\n component: IpLoadingPreview,\n },\n {\n path: \"preview\",\n name: \"IpPreview\",\n component: IpPreview,\n beforeEnter: [collectionGuard, previewGuard]\n },\n {\n path: \"confirm\",\n name: \"IpConfirm\",\n component: IpConfirm,\n beforeEnter: [collectionGuard, previewGuard, productInCartGuard]\n },\n {\n path: \"customer-greeting\",\n name: \"IpCustomerGreeting\",\n component: IpCustomerGreeting,\n beforeEnter: [collectionGuard, customerGreetingGuard, addonsGuard, previewGuard, productInCartGuard]\n },\n {\n path: \"addons\",\n name: \"IpAddons\",\n component: IpAddons,\n meta: {\n nextPage: \"Cart\"\n },\n beforeEnter: [collectionGuard, addonsGuard, previewGuard, productInCartGuard]\n }\n ],\n }\n];\n\nsetMetaToAllChildren(\n routes.find(r => r.name === \"InstantProductBuilder\"),\n {CMSData: \"instantBuilder\"},\n to => {\n if (to.meta.skipLastPage) return;\n setLastPageVisited(to.fullPath);\n }\n);\n\nexport default routes;\n","export default (hash, delay = 100) => {\n if (hash) {\n const element = document.getElementById(hash.substring(1));\n if (element) {\n setTimeout(() => {\n element?.scrollIntoView({\n block: \"start\",\n behavior: \"smooth\"\n });\n }, delay);\n return true;\n }\n }\n return false;\n};\n","import {$toastMsg} from \"@songfinch/shared/plugins/toast_msg\";\nimport {useStorage} from \"@vueuse/core\";\nimport {captureException} from \"@sentry/vue\";\n\ntype SfReloadStorageData = {\n timestamp: number,\n count: number\n}\nlet reloadCalled = false;\n\nexport default function tryReload(error: unknown, from: string, path?: string): boolean {\n if (reloadCalled) return true;\n if (!error?.message?.match(/(Failed to fetch dynamically imported module|Importing a module script failed)/)?.length) return false;\n const storage = useStorage(\"sf_reload\", {count: 0, timestamp: 0}, null, {writeDefaults: false});\n const fiveMinutes = 5 * 60 * 1000;\n const timestampDiff = Date.now() - storage.value.timestamp;\n if (timestampDiff > fiveMinutes) storage.value.count = 0;\n if (storage.value.count <= 3 ) {\n reloadCalled = true;\n storage.value.count++;\n storage.value.timestamp = Date.now();\n window.appSettings.sentry_dns = null; // Clearing to stop any sentry errors\n path ? (location.href = path) : window.location.reload();\n return true;\n }\n error._sfErrorIgnore = false;\n captureException(error, {\n extra: {fromReload: from}\n });\n $toastMsg(\"Unable to refresh the page automatically. Please refresh the page to apply the latest changes.\");\n return false;\n}\n","import app from \"@songfinch/customer/app.js\";\nimport {createRouter, createWebHistory} from \"vue-router\";\nimport static_pages from \"./pages\";\nimport song_builder_pages from \"./song_builder_pages\";\nimport checkout_pages from \"./checkout_pages\";\nimport dashboard_pages from \"./dashboard_pages\";\nimport story_pages from \"./story_pages\";\nimport productPages from \"./ProductPages\";\nimport templates from \"./templates\";\nimport errors from \"./errors\";\nimport artists_pages from \"./artists_pages\";\nimport popups from \"./popups\";\nimport songPages from \"./SongPages\";\nimport redirects from \"./redirects\";\nimport referrals from \"./referrals\";\nimport instant from \"./instant\";\n\nimport store from \"../store\";\nimport hash_scroll from \"../helpers/hash_scroll\";\nimport {nth} from \"lodash-es\";\nimport {$toastMsg} from \"@songfinch/shared/plugins/toast_msg\";\nimport {setLastPageVisited} from \"@songfinch/customer/composables/useInstantProductBuilder\";\nimport tryReload from \"@songfinch/customer/helpers/tryReload\";\nimport analyticsEvent from \"@songfinch/shared/helpers/analyticsEvent\";\nimport {useSongBuilderStore} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\n\nconst MAX_REDIRECTS = 10;\nconst redirectsList = [];\nclass RedirectsError extends Error {\n constructor(message, redirectsList) {\n super(message);\n this.name = this.constructor.name;\n this.redirectsList = redirectsList;\n Error.captureStackTrace(this, this.constructor);\n }\n}\n\nconst routes = [\n ...redirects,\n ...static_pages,\n ...song_builder_pages,\n ...checkout_pages,\n ...dashboard_pages,\n ...story_pages,\n ...templates,\n ...productPages,\n ...artists_pages,\n ...popups,\n ...songPages,\n ...referrals,\n ...instant,\n ...errors, //should be last in list\n];\n\nfunction findDuplicateRouteNames(routesList, uniqueNames) {\n routesList.forEach(route => {\n if (route.name){\n if (uniqueNames[route.name]) {\n console.error(\"Duplicated routes:\", uniqueNames[route.name], route);\n throw new Error(`Error! Route name '${route.name}' is already exist.`);\n }\n uniqueNames[route.name] = route;\n if (route.children) {\n findDuplicateRouteNames(route.children, uniqueNames);\n }\n }\n });\n}\n\nif (window.appSettings.node_env === \"development\") {\n findDuplicateRouteNames(routes, {});\n}\n\nconst router = createRouter({\n history: createWebHistory(),\n routes,\n scrollBehavior(to, from) {\n // Scroll to top when navigating to a new page, but not when changing query params\n if (to.path === from.path && to.query !== from.query) {\n return false;\n }\n if (to.hash) return;\n return {top: 0};\n }\n});\n\nrouter.isReady().then(() => {\n app.config.globalProperties.$bus.on(\n \"pageLoaded\",\n () => {\n if (!router.currentRoute.value.meta?.customPageViewedAnalyticsTrigger) {\n analyticsEvent(\"_sf_pageview\");\n }\n hash_scroll(location.hash);\n },\n false\n );\n});\n\n\n\n\nrouter.onError((error, to) => {\n if (tryReload(error, \"router.onError\", to?.fullPath)) return true;\n return {name: \"Home\"};\n});\n\nrouter.afterEach(async (to, from, failure) => {\n if (failure) return;\n //Always remove slash from the end\n history.replaceState(history.state, document.title, location.href.replace(/\\/?(\\?|#|$)/, \"$1\"));\n\n const cmsGroup = to.meta?.CMSData;\n await store.dispatch(\"cms/loadData\", cmsGroup ? {group: cmsGroup} : null);\n\n app.config.globalProperties.$flushGTMScripts();\n setTimeout(() => app.config.globalProperties.$bus.trigger(\"pageLoaded\"), 2); // Min transaction 1 second\n});\n\nrouter.beforeEach(async (to, from, next) => {\n if (from.name) {\n app.config.globalProperties.$bus.clearRouteEvents();\n }\n\n //URL Coupon on init\n if (to.query.coupon) {\n const code = Array.isArray(to.query.coupon) ? nth(to.query.coupon, -1) : to.query.coupon;\n store.commit(\"cart/setReservedCoupon\", {code});\n }\n\n //Auth\n const isRequireAuth = to.matched.find(r => r.meta.requireAuth);\n if (isRequireAuth && !store.state.auth.user) {\n const redirecTo = to.name === \"Checkout\" ? \"Signup\" : \"Login\";\n const settings = {params: to.params, query: to.query};\n return next({name: redirecTo, query: {push_to: to.name, settings: JSON.stringify(settings)}});\n }\n if (to.redirectedFrom) {\n redirectsList.push({to, from});\n if (redirectsList.length > MAX_REDIRECTS) {\n const redirects = [...redirectsList];\n redirectsList.splice(0, redirectsList.length);\n let nextPage = \"Home\";\n if (to.matched[0]?.name === \"SongBuilder\") {\n const storeSongBuilder = useSongBuilderStore();\n storeSongBuilder.setLastSongBuildPage(undefined);\n await storeSongBuilder.saveData();\n nextPage = \"SongBuilder\";\n } else if (to.matched[0]?.name === \"InstantProductBuilder\") {\n setLastPageVisited(\"\");\n nextPage = \"InstantProductBuilder\";\n }\n $toastMsg(\"Sorry, something went wrong. Please try again or contact us at support@songfinch.com.\");\n setTimeout(() => {\n throw new RedirectsError(`The maximum number of redirects has been exceeded (${MAX_REDIRECTS}).`, redirects);\n });\n next({name: nextPage});\n }\n } else {\n redirectsList.splice(0, redirectsList.length);\n }\n next();\n});\n\nwindow.sfPushToPage = (url) => {\n return router.push(url);\n};\n\nexport default router;\n","import Cookies from \"js-cookie\";\n\nexport default function storeGetUserIdentifier(): string {\n return Cookies.get(\"ajs_user_id\") ||\n Cookies.get(\"ajs_anonymous_id\") ||\n Cookies.get(\"_cioanonid\");\n}\n","import {defineStore} from \"pinia\";\nimport {createSongBuilder, fetchSongBuilder, fetchSongBuilderByEmail, updateSongBuilder} from \"@songfinch/data-source/songbuilder\";\nimport type {ArtistListType, ArtistType, SongBuilderState} from \"@songfinch/types/types\";\nimport {map, pick, size} from \"lodash-es\";\nimport {RouteParamsRaw} from \"vue-router\";\nimport {useSongBuilderProgress} from \"@songfinch/customer/composables/useSongBuilderProgress\";\nimport dayjs from \"dayjs\";\nimport modal from \"@songfinch/shared/plugins/modal\";\nimport router from \"@songfinch/customer/router\";\nimport {useStorage} from \"@vueuse/core\";\nimport storeGetUserIdentifier from \"@songfinch/customer/store_v2/storeGetUserIdentifier\";\n\nconst SONGBUILDER_STORAGE_SLUG = \"sf_songbuilder_slug\";\nexport const songBuilderSlug = useStorage(SONGBUILDER_STORAGE_SLUG, null);\n\nexport const FIELDS_LIMITS = Object.freeze({\n question: {maxlength: 10000},\n mustIncTitle: {maxlength: 100},\n mustIncDesc: {maxlength: 200},\n});\n\nexport const useSongBuilderStore = defineStore(\"songBuilder\", {\n state: (): SongBuilderState => ({\n recipient: undefined,\n mention_recipient: undefined,\n relationship: undefined,\n occasion: undefined,\n mention_occasion: undefined,\n preferred_artist_switch: undefined,\n preferred_artist: undefined,\n require_update_artist: undefined,\n gifter_email: undefined,\n selected_artists: undefined,\n genre: undefined,\n gender: undefined,\n tempo: undefined,\n moods: undefined,\n selected_recommended_artist: undefined,\n recommended_artists: undefined,\n lastSongBuildPage: undefined,\n song_product_name: undefined,\n pronunciations: undefined,\n questions: undefined,\n must_have_questions: undefined,\n deliveryType: undefined,\n selectedDeliveryMethod: undefined,\n }),\n\n getters: {\n getSongProduct: (state): string => state.song_product_name || \"personalized-song\",\n getArtistData: (state): ArtistType | ArtistListType | undefined => {\n if (state.selected_artists?.[0]) {\n return state.selected_artists[0];\n }\n return state.selected_recommended_artist;\n },\n },\n actions: {\n async migrateLocalStorageData() { // Can be removed later\n let data = localStorage.getItem(\"sf_song_data\");\n data &&= JSON.parse(data);\n if (data?.lastSongBuildPage) {\n this.setData(data);\n await this.saveData();\n localStorage.removeItem(\"sf_song_data\");\n }\n },\n async init() {\n await this.migrateLocalStorageData();\n\n if (songBuilderSlug.value) {\n try {\n const remoteData = await fetchSongBuilder(songBuilderSlug.value);\n this.setData(remoteData.song_data);\n } catch (e) {\n songBuilderSlug.value = null;\n }\n }\n },\n setData(data: SongBuilderState) {\n this.$reset();\n this.$patch(data);\n },\n async saveData() {\n const data = {\n song_data: this.$state,\n email: this.gifter_email,\n external_user_id: storeGetUserIdentifier()\n };\n\n if (songBuilderSlug.value) {\n await updateSongBuilder(songBuilderSlug.value, data);\n } else {\n const resData = await createSongBuilder(data);\n songBuilderSlug.value = resData.slug;\n }\n },\n updateSelectedArtistsData() {\n this.selected_artists ||= [];\n const selected = this.selected_artists.filter((a) => a);\n if (!selected.length) {\n this.preferred_artist = \"\";\n return;\n }\n this.preferred_artist = selected.map((a) => a.artist_name).join(\", \");\n\n const artist = selected[0];\n this.gender = \"3\";\n this.genre = artist.selected_genre; // Object.keys can be removed later\n },\n selectArtist(data: {artist: ArtistListType, index?: number }) {\n const artist = data.artist;\n if (!artist) return;\n this.selected_artists ||= [];\n\n this.preferred_artist_switch = true;\n\n if (!this.selected_artists?.find((a) => a?.id === artist.id)) {\n const artistData = pick(artist, [\n \"id\",\n \"artist_name\",\n \"photo\",\n \"genres\",\n \"gender\",\n \"fromSinglePage\",\n \"available_delivery_days\",\n \"artist_power_user\",\n \"artist_verified\",\n \"exclusivity\",\n \"videos\",\n ]);\n artistData.genresOptions = map(artistData.genres, (g, i) => ({id: i, text: g}));\n artistData.videos = artistData.videos ? artistData.videos.find((video) => video?.video_type === \"Artist Intro\") || null : null;\n if (size(artistData.genres) === 1) artistData.selected_genre = artistData.genresOptions[0].id;\n this.selected_artists[0] = artistData;\n this.updateSelectedArtistsData();\n }\n },\n removeSelectedArtist(index: number) {\n this.selected_artists?.splice(index, 1);\n this.updateSelectedArtistsData();\n },\n clearSelectedArtists() {\n this.selected_artists = undefined;\n this.preferred_artist = \"\";\n },\n\n setRecommendedArtists(val?: ArtistType[]) {\n this.recommended_artists = val;\n },\n selectRecommendedArtist(val?: ArtistType) {\n this.selected_recommended_artist = val;\n },\n setLastSongBuildPage(route?: RouteParamsRaw) {\n this.lastSongBuildPage = route;\n },\n addPronunciation() {\n this.pronunciations.push({subject: \"\", pronounce: \"\", audio: null, saved: false});\n },\n removePronunciation(index) {\n this.pronunciations.splice(index, 1);\n },\n async validateSongData({redirect, toPage}?: {redirect?: boolean, toPage?: string} = {}) {\n redirect ??= true;\n const error = \"\";\n const query = {};\n let showWarning = true;\n let invalidPage = \"\";\n\n const {progressStats, sections} = useSongBuilderProgress();\n\n if (!progressStats.value.valid) {\n sections.find(item => {\n if (item.isCompleted) return false;\n invalidPage = item.id;\n return true;\n });\n }\n\n if (!invalidPage && this.pronunciations?.length) {\n const startLength = this.pronunciations.length;\n this.pronunciations = this.pronunciations.filter(p => !(p.expire && dayjs().isAfter(p.expire)));\n if (startLength !== this.pronunciations.length) {\n invalidPage ||= \"BsReview\";\n showWarning = false;\n redirect = toPage !== \"BsReview\";\n modal.swal({\n icon: \"warning\",\n html: error || \"Your pronunciation audio file has expired. Please add a new one.\"\n });\n }\n }\n\n if (!invalidPage && this.require_update_artist) {\n invalidPage = \"BsSongArtist\";\n showWarning = false;\n }\n\n if (this.selected_artists?.some(a => !a.selected_genre)) {\n invalidPage = \"BsSongArtistSelection\";\n }\n\n if (invalidPage) {\n if (showWarning) {\n modal.swal({\n icon: \"warning\",\n html: error || \"Please fill out all required fields before proceeding.\"\n });\n }\n this.setLastSongBuildPage({name: invalidPage, query});\n if (redirect && router.currentRoute.value.name !== invalidPage) {\n await router.push({name: invalidPage, query});\n }\n return false;\n }\n return true;\n },\n isArtistAvailableForDayRush(add_days) {\n if (+add_days > 3) return true;\n const artistData = this.getArtistData;\n if (!artistData || !(artistData?.artist_verified || artistData?.artist_power_user || artistData?.exclusivity)) return false;\n return artistData.available_delivery_days?.includes(String(add_days));\n },\n resetData() {\n this.$reset();\n songBuilderSlug.value = null;\n // TODO: Do we need to reset in DB?\n },\n isInProgress() {\n return !!songBuilderSlug.value;\n },\n async loadUserData(email) {\n if (!songBuilderSlug.value) {\n try {\n const data = await fetchSongBuilderByEmail(email);\n if (data) {\n this.setData(data[0]?.song_data);\n songBuilderSlug.value = data[0]?.slug;\n }\n } catch (e) {}\n }\n }\n },\n});\n","\n \n {{text || $t(isStoryIncomplete ? \"shared.continue_your_song\" : \"shared.start_your_song\")}}\n \n\n\n\n","var Limit;\n(function (Limit) {\n Limit[Limit[\"All\"] = 0] = \"All\";\n Limit[Limit[\"Two\"] = 1] = \"Two\";\n Limit[Limit[\"One\"] = 2] = \"One\";\n})(Limit || (Limit = {}));\nlet config;\nlet rootDocument;\nexport function finder(input, options) {\n if (input.nodeType !== Node.ELEMENT_NODE) {\n throw new Error(`Can't generate CSS selector for non-element node type.`);\n }\n if (\"html\" === input.tagName.toLowerCase()) {\n return \"html\";\n }\n const defaults = {\n root: document.body,\n idName: (name) => true,\n className: (name) => true,\n tagName: (name) => true,\n attr: (name, value) => false,\n seedMinLength: 1,\n optimizedMinLength: 2,\n threshold: 1000,\n maxNumberOfTries: 10000,\n };\n config = Object.assign(Object.assign({}, defaults), options);\n rootDocument = findRootDocument(config.root, defaults);\n let path = bottomUpSearch(input, Limit.All, () => bottomUpSearch(input, Limit.Two, () => bottomUpSearch(input, Limit.One)));\n if (path) {\n const optimized = sort(optimize(path, input));\n if (optimized.length > 0) {\n path = optimized[0];\n }\n return selector(path);\n }\n else {\n throw new Error(`Selector was not found.`);\n }\n}\nfunction findRootDocument(rootNode, defaults) {\n if (rootNode.nodeType === Node.DOCUMENT_NODE) {\n return rootNode;\n }\n if (rootNode === defaults.root) {\n return rootNode.ownerDocument;\n }\n return rootNode;\n}\nfunction bottomUpSearch(input, limit, fallback) {\n let path = null;\n let stack = [];\n let current = input;\n let i = 0;\n while (current && current !== config.root.parentElement) {\n let level = maybe(id(current)) ||\n maybe(...attr(current)) ||\n maybe(...classNames(current)) ||\n maybe(tagName(current)) || [any()];\n const nth = index(current);\n if (limit === Limit.All) {\n if (nth) {\n level = level.concat(level.filter(dispensableNth).map((node) => nthChild(node, nth)));\n }\n }\n else if (limit === Limit.Two) {\n level = level.slice(0, 1);\n if (nth) {\n level = level.concat(level.filter(dispensableNth).map((node) => nthChild(node, nth)));\n }\n }\n else if (limit === Limit.One) {\n const [node] = (level = level.slice(0, 1));\n if (nth && dispensableNth(node)) {\n level = [nthChild(node, nth)];\n }\n }\n for (let node of level) {\n node.level = i;\n }\n stack.push(level);\n if (stack.length >= config.seedMinLength) {\n path = findUniquePath(stack, fallback);\n if (path) {\n break;\n }\n }\n current = current.parentElement;\n i++;\n }\n if (!path) {\n path = findUniquePath(stack, fallback);\n }\n return path;\n}\nfunction findUniquePath(stack, fallback) {\n const paths = sort(combinations(stack));\n if (paths.length > config.threshold) {\n return fallback ? fallback() : null;\n }\n for (let candidate of paths) {\n if (unique(candidate)) {\n return candidate;\n }\n }\n return null;\n}\nfunction selector(path) {\n let node = path[0];\n let query = node.name;\n for (let i = 1; i < path.length; i++) {\n const level = path[i].level || 0;\n if (node.level === level - 1) {\n query = `${path[i].name} > ${query}`;\n }\n else {\n query = `${path[i].name} ${query}`;\n }\n node = path[i];\n }\n return query;\n}\nfunction penalty(path) {\n return path.map((node) => node.penalty).reduce((acc, i) => acc + i, 0);\n}\nfunction unique(path) {\n switch (rootDocument.querySelectorAll(selector(path)).length) {\n case 0:\n throw new Error(`Can't select any node with this selector: ${selector(path)}`);\n case 1:\n return true;\n default:\n return false;\n }\n}\nfunction id(input) {\n const elementId = input.getAttribute(\"id\");\n if (elementId && config.idName(elementId)) {\n return {\n name: \"#\" + cssesc(elementId, { isIdentifier: true }),\n penalty: 0,\n };\n }\n return null;\n}\nfunction attr(input) {\n const attrs = Array.from(input.attributes).filter((attr) => config.attr(attr.name, attr.value));\n return attrs.map((attr) => ({\n name: \"[\" +\n cssesc(attr.name, { isIdentifier: true }) +\n '=\"' +\n cssesc(attr.value) +\n '\"]',\n penalty: 0.5,\n }));\n}\nfunction classNames(input) {\n const names = Array.from(input.classList).filter(config.className);\n return names.map((name) => ({\n name: \".\" + cssesc(name, { isIdentifier: true }),\n penalty: 1,\n }));\n}\nfunction tagName(input) {\n const name = input.tagName.toLowerCase();\n if (config.tagName(name)) {\n return {\n name,\n penalty: 2,\n };\n }\n return null;\n}\nfunction any() {\n return {\n name: \"*\",\n penalty: 3,\n };\n}\nfunction index(input) {\n const parent = input.parentNode;\n if (!parent) {\n return null;\n }\n let child = parent.firstChild;\n if (!child) {\n return null;\n }\n let i = 0;\n while (child) {\n if (child.nodeType === Node.ELEMENT_NODE) {\n i++;\n }\n if (child === input) {\n break;\n }\n child = child.nextSibling;\n }\n return i;\n}\nfunction nthChild(node, i) {\n return {\n name: node.name + `:nth-child(${i})`,\n penalty: node.penalty + 1,\n };\n}\nfunction dispensableNth(node) {\n return node.name !== \"html\" && !node.name.startsWith(\"#\");\n}\nfunction maybe(...level) {\n const list = level.filter(notEmpty);\n if (list.length > 0) {\n return list;\n }\n return null;\n}\nfunction notEmpty(value) {\n return value !== null && value !== undefined;\n}\nfunction* combinations(stack, path = []) {\n if (stack.length > 0) {\n for (let node of stack[0]) {\n yield* combinations(stack.slice(1, stack.length), path.concat(node));\n }\n }\n else {\n yield path;\n }\n}\nfunction sort(paths) {\n return Array.from(paths).sort((a, b) => penalty(a) - penalty(b));\n}\nfunction* optimize(path, input, scope = {\n counter: 0,\n visited: new Map(),\n}) {\n if (path.length > 2 && path.length > config.optimizedMinLength) {\n for (let i = 1; i < path.length - 1; i++) {\n if (scope.counter > config.maxNumberOfTries) {\n return; // Okay At least I tried!\n }\n scope.counter += 1;\n const newPath = [...path];\n newPath.splice(i, 1);\n const newPathKey = selector(newPath);\n if (scope.visited.has(newPathKey)) {\n return;\n }\n if (unique(newPath) && same(newPath, input)) {\n yield newPath;\n scope.visited.set(newPathKey, true);\n yield* optimize(newPath, input, scope);\n }\n }\n }\n}\nfunction same(path, input) {\n return rootDocument.querySelector(selector(path)) === input;\n}\nconst regexAnySingleEscape = /[ -,\\.\\/:-@\\[-\\^`\\{-~]/;\nconst regexSingleEscape = /[ -,\\.\\/:-@\\[\\]\\^`\\{-~]/;\nconst regexExcessiveSpaces = /(^|\\\\+)?(\\\\[A-F0-9]{1,6})\\x20(?![a-fA-F0-9\\x20])/g;\nconst defaultOptions = {\n escapeEverything: false,\n isIdentifier: false,\n quotes: \"single\",\n wrap: false,\n};\nfunction cssesc(string, opt = {}) {\n const options = Object.assign(Object.assign({}, defaultOptions), opt);\n if (options.quotes != \"single\" && options.quotes != \"double\") {\n options.quotes = \"single\";\n }\n const quote = options.quotes == \"double\" ? '\"' : \"'\";\n const isIdentifier = options.isIdentifier;\n const firstChar = string.charAt(0);\n let output = \"\";\n let counter = 0;\n const length = string.length;\n while (counter < length) {\n const character = string.charAt(counter++);\n let codePoint = character.charCodeAt(0);\n let value = void 0;\n // If it’s not a printable ASCII character…\n if (codePoint < 0x20 || codePoint > 0x7e) {\n if (codePoint >= 0xd800 && codePoint <= 0xdbff && counter < length) {\n // It’s a high surrogate, and there is a next character.\n const extra = string.charCodeAt(counter++);\n if ((extra & 0xfc00) == 0xdc00) {\n // next character is low surrogate\n codePoint = ((codePoint & 0x3ff) << 10) + (extra & 0x3ff) + 0x10000;\n }\n else {\n // It’s an unmatched surrogate; only append this code unit, in case\n // the next code unit is the high surrogate of a surrogate pair.\n counter--;\n }\n }\n value = \"\\\\\" + codePoint.toString(16).toUpperCase() + \" \";\n }\n else {\n if (options.escapeEverything) {\n if (regexAnySingleEscape.test(character)) {\n value = \"\\\\\" + character;\n }\n else {\n value = \"\\\\\" + codePoint.toString(16).toUpperCase() + \" \";\n }\n }\n else if (/[\\t\\n\\f\\r\\x0B]/.test(character)) {\n value = \"\\\\\" + codePoint.toString(16).toUpperCase() + \" \";\n }\n else if (character == \"\\\\\" ||\n (!isIdentifier &&\n ((character == '\"' && quote == character) ||\n (character == \"'\" && quote == character))) ||\n (isIdentifier && regexSingleEscape.test(character))) {\n value = \"\\\\\" + character;\n }\n else {\n value = character;\n }\n }\n output += value;\n }\n if (isIdentifier) {\n if (/^-[-\\d]/.test(output)) {\n output = \"\\\\-\" + output.slice(1);\n }\n else if (/\\d/.test(firstChar)) {\n output = \"\\\\3\" + firstChar + \" \" + output.slice(1);\n }\n }\n // Remove spaces after `\\HEX` escapes that are not followed by a hex digit,\n // since they’re redundant. Note that this is only possible if the escape\n // sequence isn’t preceded by an odd number of backslashes.\n output = output.replace(regexExcessiveSpaces, function ($0, $1, $2) {\n if ($1 && $1.length % 2) {\n // It’s not safe to remove the space, so don’t.\n return $0;\n }\n // Strip the space.\n return ($1 || \"\") + $2;\n });\n if (!isIdentifier && options.wrap) {\n return quote + output + quote;\n }\n return output;\n}\n","import {finder} from \"@medv/finder\";\n\n\nexport function generateElementSelector(el) {\n return finder(el, {\n seedMinLength: 5,\n optimizedMinLength: 3,\n });\n}\n","import app from \"@songfinch/customer/app.js\";\nimport hash_scroll from \"@songfinch/customer/helpers/hash_scroll\";\nimport {generateElementSelector} from \"@songfinch/customer/helpers/html_helpers\";\nimport analyticsEvent from \"@songfinch/shared/helpers/analyticsEvent\";\nimport modal from \"@songfinch/shared/plugins/modal/index\";\n\n//This directive can be assigned to root or any element that has stopPropagation in case we want to track links\nconst ctaHandler = {\n mounted(el, binding) {\n el.addEventListener(\"click\", (e) => clickEventHandler(e, {onlyEvents: false, ...binding.value}));\n }\n};\n\n// 2 main logic here:\n// 1) Send CTA event\n// 2) handle regular links that managed through CMS. if link start with http(s) then do regular redirect with reload\n// Otherwise it will be handler by vue router\n\nexport function clickEventHandler (event, {onlyEvents} = {onlyEvents: false}) {\n // ensure we use the link, in case the click has been received by a subelement\n let {target} = event;\n\n while (target && ![\"A\", \"BUTTON\"].includes(target.tagName)) target = target.parentNode;\n\n if (!target) return;\n\n // Fire tracking event\n let eventElement;\n try {\n eventElement = generateElementSelector(target);\n } catch (e) {\n eventElement = `unknown`;\n }\n\n const sfCtaAtributes = {};\n //Array.from(target.attributes).forEach((attribute) => {\n for (const attribute of target.attributes) {\n if (attribute.name.indexOf(\"sfcta-\") === 0) {\n sfCtaAtributes[attribute.name.replace(\"sfcta-\", \"\")] = attribute.value;\n }\n }\n setTimeout(() => {\n analyticsEvent(\"_sf_cta_clicked\", {\n location: eventElement,\n destination: target.href,\n text: target.textContent?.trim(),\n type: target.tagName === \"A\" ? \"link\" : \"button\",\n timestamp: dateTimeInSeconds(),\n ...sfCtaAtributes\n });\n }, 10);\n\n // handle only links that do not reference external song_page_access\n if (!onlyEvents && target.href && !target.classList.contains(\"skipVueRouting\")) {\n if (!isExternalReplace(target.href) && !target.href.startsWith(\"mailto:\")) {\n\n if (target?.getAttribute(\"close-swal\") !== null) {\n modal.swal.close();\n }\n // some sanity checks taken from vue-router:\n // https://github.com/vuejs/vue-router/blob/dev/src/components/link.js#L106\n const {altKey, ctrlKey, metaKey, shiftKey, button, defaultPrevented} = event;\n // don't handle with control keys\n if (metaKey || altKey || ctrlKey || shiftKey) return;\n // don't handle right clicks\n if (button !== undefined && button !== 0) return;\n // don't handle when preventDefault called\n if (defaultPrevented) return;\n // don't handle if `target=\"_blank\"`\n if (target && target.getAttribute) {\n const linkTarget = target.getAttribute(\"target\");\n if (/\\b_blank\\b/i.test(linkTarget)) return;\n }\n event.preventDefault();\n const url = new URL(target.href);\n if (hash_scroll(url.hash)) return;\n const to = url.pathname + url.search + url.hash;\n if (window.location.pathname !== to && event.preventDefault) {\n return app.config.globalProperties.$router.push(to);\n }\n } else {\n target.setAttribute(\"target\", \"_blank\");\n }\n }\n}\n\nfunction isExternalReplace(url) {\n const domain = (url) => url.replace(\"http://\", \"\").replace(\"https://\", \"\").split(\"/\")[0];\n return domain(location.href) !== domain(url);\n}\n\nfunction dateTimeInSeconds() {\n return Math.round(Date.now() / 1000);\n}\n\n\nexport default ctaHandler;\n","import Cookies from \"js-cookie\";\n\nexport const removeExistingAdCookies = (cookieName) => {\n Cookies.remove(cookieName, {path: \"/\", secure: false});\n};\n\nexport const checkUrlQueryForAdIds = async (query) => {\n if (!Cookies) return;\n const {gclid} = query;\n const cookieExpirationDays = 7;\n if (gclid) {\n const cookieName = \"gclid\";\n removeExistingAdCookies(cookieName);\n Cookies.set(cookieName, gclid, {expires: cookieExpirationDays});\n }\n};","class Event {\n constructor() {\n this.events = {};\n }\n\n on(eventName, fn, clearOnRoute = true) {\n this.events[eventName] = this.events[eventName] || [];\n fn.clearOnRoute = clearOnRoute;\n this.events[eventName].push(fn);\n }\n\n off(eventName, fn) {\n if (this.events[eventName]) {\n for (let i = 0; i < this.events[eventName].length; i++) {\n if (this.events[eventName][i] === fn) {\n this.events[eventName].splice(i, 1);\n break;\n }\n }\n }\n }\n\n trigger(eventName, data) {\n if (this.events[eventName]) {\n this.events[eventName].forEach(function (fn) {\n fn(data);\n });\n }\n }\n\n clearRouteEvents() {\n Object.values(this.events).forEach(event => {\n for (let i = event.length - 1; i > -1; i--) {\n if (event[i].clearOnRoute) event.splice(i, 1);\n }\n });\n }\n}\n\nexport const eventBus = new Event();\n\nexport default {\n install(app) {\n app.config.globalProperties.$bus = eventBus;\n }\n};\n","import {ref, Ref, shallowRef, readonly} from \"vue\";\nimport {TopBannerParams} from \"@songfinch/customer/types/top_banner\";\n\nexport const globalTopBannerPayload: Ref = ref();\n\nexport const setTopBanner = (payload?: TopBannerParams) => {\n if (payload?.component) {\n payload.component = shallowRef(payload.component);\n }\n globalTopBannerPayload.value = payload;\n};\n\nexport default function useTopBanner() {\n return {\n setTopBanner,\n globalTopBannerPayload: readonly(globalTopBannerPayload)\n };\n}\n","import axios, {type AxiosRequestConfig} from \"axios\";\nimport type {\n SignInOrigin, \n CheckForPasswordResponse, \n FetchAccessPasscodeOptions, \n AccessPasscodeResponse,\n SubmitAccessPasscodeResponse,\n FetchCheckUserForOTPResponseType\n} from \"@songfinch/types\";\n\n\nexport async function fetchCheckUserForOTP(email: string): Promise {\n const res = await axios.post(\"/access_passcodes/check_user_password/\", {email});\n return res.data;\n}\n\nexport async function fetchAccessPasscode(payload: FetchAccessPasscodeOptions): Promise {\n const res = await axios.post(\"/access_passcodes/\", payload);\n return res.data;\n\n}\n\nexport async function submitAccessPasscode(passcode: string, sign_in_origin?: SignInOrigin): Promise {\n const res = await axios.post(\"/access_passcodes/create_session\", {passcode, sign_in_origin}, {meta: {updateCSRFToken: true}} as AxiosRequestConfig);\n return res.data;\n}\n","import axios from \"axios\";\nimport type {User, PostToExpressSignupResponseType} from \"@songfinch/types/types\";\n\nexport const fetchUser = async (user_id: number): Promise => {\n try {\n const res = await axios.get(\"/user\", {\n params: {\n user_id\n }\n });\n return res.data.user;\n } catch (error) {\n return undefined;\n }\n};\n\nexport const postToExpressSignup = async (email: string, name?: string): Promise => {\n try {\n await axios.post(\"/user/express_signup\", {\n email,\n name\n });\n return {success: true};\n } catch (error) {\n if (axios.isAxiosError(error)) {\n if (error.response?.data.error === \"Name is required\") {\n return {success: false, nameRequired: true};\n }\n }\n throw error;\n }\n};","import {ref, computed} from \"vue\";\nimport {useStore} from \"vuex\";\n\nimport {StorySong} from \"@songfinch/types/types\";\nimport {isValidEmail} from \"@songfinch/utils/src/validators\";\n\ntype AuthModalTypes = \"default\" | \"story\"\n\nconst authExpressModalOpen = ref(false);\nconst authModalSecondaryText = ref(\"Access your Songfinch account\");\n\nimport {submitAccessPasscode, fetchAccessPasscode} from \"@songfinch/data-source/auth\";\nimport {postToExpressSignup} from \"@songfinch/data-source/users\";\nimport {useNotification} from \"@songfinch/design-system/src/composables/useNotification\";\nimport {normalizeError} from \"@songfinch/utils/src/error\";\n\nimport type {TrackEventHandler} from \"@songfinch/types\";\n\nexport default function useAuthExpress(trackEvent?: TrackEventHandler) {\n const store = useStore();\n const {setNotification} = useNotification();\n const userName = ref(\"\");\n const userEmail = ref(\"\");\n const otpCode = ref(\"\");\n const authShowNameField = ref(false);\n const useOtpCodeFlow = ref(false);\n\n const authFormIsValid = computed(() => {\n const isEmailValid = isValidEmail(userEmail.value);\n\n if (authShowNameField.value === false) {\n return isEmailValid;\n }\n return isEmailValid && userName.value.length > 0;\n });\n\n const otpCodeIsValid = computed(() => {\n return !!(otpCode.value && otpCode.value.length === 6);\n });\n\n const setAuthModalSecondaryText = (type: AuthModalTypes, data?: StorySong) => {\n if (type === \"story\" && data) {\n const songTitle = data.title;\n authModalSecondaryText.value = `For privacy, participation on ${songTitle} is only allowed if you’re a verified user. Please verify your email and join the conversation!`;\n } else {\n authModalSecondaryText.value = \"Access your Songfinch account\";\n }\n };\n\n const openExpressAuthModal = (type: AuthModalTypes = \"default\", data?: StorySong) => {\n cleanAuthExpressModal();\n setAuthModalSecondaryText(type, data);\n authExpressModalOpen.value = true;\n };\n\n const closeAuthExpressModal = () => {\n cleanAuthExpressModal();\n authExpressModalOpen.value = false;\n };\n\n const cleanAuthExpressModal = () => {\n userName.value = \"\";\n userEmail.value = \"\"; \n useOtpCodeFlow.value = false;\n authShowNameField.value = false;\n };\n\n const handleOTPInitiatition = async () => {\n if (!authFormIsValid.value) {\n // todo throw error maybe?\n return;\n }\n try {\n const res = await postToExpressSignup(userEmail.value, userName.value);\n if (res.success) {\n useOtpCodeFlow.value = true;\n if (authShowNameField.value) {\n handleTrackEvent(\"Express Auth Modal New User Signup Submitted\");\n } else {\n handleTrackEvent(\"Express Auth Modal Sign-in Pressed\");\n }\n handleTrackEvent(\"Express Auth OTP Form Shown\");\n return;\n }\n userName.value = \"\";\n authShowNameField.value = true;\n handleTrackEvent(\"Express Auth Modal Sign-in Pressed\");\n handleTrackEvent(\"Express Auth Modal New User Signup Shown\");\n } catch (error: unknown) {\n setNotification({\n error\n });\n }\n };\n\n const handleOTPAuthentication = async () => {\n handleTrackEvent(\"Express Auth OTP Submitted\");\n\n if (!otpCodeIsValid.value) {\n setNotification({\n error: \"Please enter the 5-digit code sent to your email.\"\n });\n }\n try {\n const res = await submitAccessPasscode(otpCode.value, \"story_page\");\n if (res.user) {\n cleanAuthExpressModal();\n authExpressModalOpen.value = false;\n store.dispatch(\"auth/afterLogin\", {user: res.user});\n handleTrackEvent(\"Express Auth OTP Success\");\n }\n } catch (error) {\n const normalizedError = normalizeError(error);\n\n if (normalizedError === \"Passcode expired\") {\n handleTrackEvent(\"Express Auth OTP Expired\");\n }\n\n setNotification({\n heading: \"Error\",\n error: normalizedError,\n });\n }\n };\n\n const resendOTPCode = async () => {\n try {\n await fetchAccessPasscode({\n email: userEmail.value,\n method: \"email\",\n sign_in_origin: \"story_page\",\n resent: true\n });\n setNotification({\n text: \"New code sent!\"\n });\n handleTrackEvent(\"Express Auth OTP Code Resend Pressed\");\n } catch (error) {\n setNotification({\n heading: \"Error\",\n error: normalizeError(error)\n });\n }\n };\n\n const handleTrackEvent = (eventName: string) => {\n if (trackEvent) {\n trackEvent(eventName);\n }\n };\n\n\n return {\n userName,\n userEmail,\n otpCode,\n authExpressModalOpen,\n authShowNameField,\n authFormIsValid,\n authModalSecondaryText,\n useOtpCodeFlow,\n otpCodeIsValid,\n openExpressAuthModal,\n closeAuthExpressModal,\n handleOTPInitiatition,\n handleOTPAuthentication,\n resendOTPCode\n };\n}\n","import {forEach, filter} from \"lodash-es\";\nimport {useSongBuilderStore} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\nconst dbVals = window.appSettings.events_value;\nconst gtmSongData = {};\n\nconst gtm_song_data_helper = {\n BsOccasionRecipient: () => {\n const storeSongBuilder = useSongBuilderStore();\n if (!storeSongBuilder.recipient || !storeSongBuilder.relationship) return;\n gtmSongData.recipient = storeSongBuilder.recipient;\n gtmSongData.relationship = storeSongBuilder.relationship;\n gtmSongData.mention_recipient = storeSongBuilder.mention_recipient;\n\n gtmSongData.occasion = storeSongBuilder.occasion;\n gtmSongData.mention_occasion = storeSongBuilder.mention_occasion;\n gtmSongData.step_name = \"BsOccasionRecipient\";\n gtmSongData.step_number = 1;\n },\n BsGifterEmail2: () => {\n const storeSongBuilder = useSongBuilderStore();\n if (!storeSongBuilder.gifter_email ) return;\n gtmSongData.gifter_email = storeSongBuilder.gifter_email;\n gtmSongData.step_name = \"BsGifterEmail2\";\n gtmSongData.step_number = 2;\n },\n BsSongArtist: () => {\n const storeSongBuilder = useSongBuilderStore();\n if (storeSongBuilder.preferred_artist_switch === undefined) return;\n gtmSongData.preferred_artist_switch = storeSongBuilder.preferred_artist_switch;\n gtmSongData.step_name = \"BsSongArtist\";\n gtmSongData.step_number = 5;\n },\n BsSongCharacteristics: () => {\n const storeSongBuilder = useSongBuilderStore();\n if (!storeSongBuilder.gender || !storeSongBuilder.genre || !storeSongBuilder.moods?.length || !storeSongBuilder.tempo) return;\n gtmSongData.gender = dbVals.genders[storeSongBuilder.gender];\n gtmSongData.genre = dbVals.genres[storeSongBuilder.genre];\n gtmSongData.moods = storeSongBuilder?.moods.map(m => dbVals.moods[m]).join(\", \") ;\n gtmSongData.tempo = dbVals.tempos[storeSongBuilder.tempo];\n gtmSongData.step_name = \"BsSongCharacteristics\";\n gtmSongData.step_number = 6;\n },\n BsSongArtistsList: () => {\n const storeSongBuilder = useSongBuilderStore();\n if (!storeSongBuilder.selected_recommended_artist) return;\n gtmSongData.recommended_artist_name = storeSongBuilder.selected_recommended_artist.artist_name;\n gtmSongData.recommended_artist_id = storeSongBuilder.selected_recommended_artist.id;\n gtmSongData.recommended_artists = storeSongBuilder.recommended_artists;\n\n gtmSongData.step_name = \"BsSongArtistsList\";\n // This step is skipped in the selected artist flow\n gtmSongData.step_number = 7;\n\n // TODO: Note this is for backwards compatibility, we are updating the field name for a misspelling and need to update GTM after this\n gtmSongData.submited_artists = null;\n gtmSongData.submitted_artists = null;\n },\n BsSongArtistSelection: () => {\n const storeSongBuilder = useSongBuilderStore();\n if (!storeSongBuilder.selected_artists?.length) return;\n // TODO: Note this is for backwards compatibility, we are updating the field name for a misspelling and need to update GTM after this\n gtmSongData.submited_artists = storeSongBuilder.selected_artists;\n gtmSongData.submitted_artists = gtmSongData.submited_artists;\n gtmSongData.step_name = \"BsSongArtistSelection\";\n gtmSongData.step_number = 5.1;\n\n gtmSongData.recommended_artist_name = null;\n gtmSongData.recommended_artist_id = null;\n gtmSongData.recommended_artists = null;\n },\n BsStoryDetailsCombined: () => {\n const storeSongBuilder = useSongBuilderStore();\n if (!storeSongBuilder.questions?.[0] || !storeSongBuilder.questions?.[1]) return;\n gtmSongData.story_details = `**${storeSongBuilder.questions[0].question}**\\r\\n${storeSongBuilder.questions[0].answer}`;\n gtmSongData.story_additional_details = `**${storeSongBuilder.questions[1].question}**\\r\\n\\r\\n${storeSongBuilder.questions[1].answer}`;\n\n if (storeSongBuilder.must_have_questions) {\n const new_array = {};\n forEach(storeSongBuilder.must_have_questions, (el, index) => {\n if (el.answer) {\n new_array[`musthave_${index + 1}`] = `**${el.answer}** - ${el.description}`;\n }\n });\n gtmSongData.gtm_m_h_questions = JSON.stringify(new_array);\n }\n gtmSongData.step_name = \"BsStoryDetails\";\n gtmSongData.step_number = 10;\n },\n BsStoryPronunciation: () => {\n const storeSongBuilder = useSongBuilderStore();\n if (!storeSongBuilder.pronunciations?.length) return;\n const filtered_pronunciations = filter(storeSongBuilder.pronunciations, (p) => {\n return p.pronounce || p.subject;\n });\n gtmSongData.pronunciations = filtered_pronunciations;\n gtmSongData.step_name = \"BsStoryPronunciation\";\n gtmSongData.step_number = 14;\n },\n BsReview: () => {\n gtmSongData.step_name = \"BsReview\";\n gtmSongData.step_number = 12;\n }\n};\n\nconst initGtmData = () => {\n Object.values(gtm_song_data_helper).forEach(v => v());\n};\n\nexport default gtm_song_data_helper;\n\nexport {initGtmData, gtmSongData};\n","export function setSessionUser(userData: unknown) {\n if (userData) {\n sessionStorage.setItem(\"sf_temp_user\", JSON.stringify({sessioned: true, ...userData}));\n }\n}\n\nexport function getSessionUser() {\n const saved = sessionStorage.getItem(\"sf_temp_user\");\n if (saved) return JSON.parse(saved);\n}\n","import axios from \"axios\";\nimport Cookies from \"js-cookie\";\nimport {map, omit, reduce, cloneDeep} from \"lodash-es\";\nimport uuid from \"@songfinch/utils/src/uuid\";\nimport sha256 from \"@songfinch/shared/helpers/sha256\";\nimport analyticsEvent from \"@songfinch/shared/helpers/analyticsEvent\";\n\nimport app from \"@songfinch/customer/app.js\";\nimport router from \"@songfinch/customer/router\";\nimport store from \"@songfinch/customer/store\";\n\n\nimport gtm_song_data_helper, {\n initGtmData, gtmSongData\n} from \"../helpers/gtm_song_data_helper\";\nimport useInstantProductBuilder from \"@songfinch/customer/composables/useInstantProductBuilder\";\nimport {getSessionUser} from \"@songfinch/customer/store_v2/storeTempUser\";\nimport {flipperValues} from \"@songfinch/shared/plugins/flipper\";\nimport storeGetUserIdentifier from \"@songfinch/customer/store_v2/storeGetUserIdentifier\";\nimport {useSongBuilderStore} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\n\nimport {TrackEventHandler} from \"@songfinch/types\";\n\nconst {vitamixCollectionTitle} = useInstantProductBuilder();\n\nconst SONG_BUILDER_QUIZ_NAME = \"purchase_last\";\nconst SONG_BUILDER_QUIZ_NUMBER = \"3\";\n\nconst NON_ADDON_PRODUCTS = [\"song\", \"gift-card\"];\n\nfunction mapBackendProductToEventProductModel(p) {\n // Note we are remapping Product.title => TrackedProduct.name for using the \"human readable name when forwarding\n // Product.name => TrackedProduct.code\n return {\n id: p.sku,\n product_id: p.sku,\n content_id: p.sku,\n content_type: \"product\",\n name: p.title,\n code: p.name,\n quantity: p.quantity,\n cta_clicked: p.cta_clicked,\n brand: \"songfinch\",\n category: p.product_type,\n price: (p.cartPrice ?? p.price) / 100,\n currency: \"USD\",\n product_type: p.product_type,\n add_on: !NON_ADDON_PRODUCTS.includes(p.product_type),\n image_url: app.config.globalProperties.$cld.url(p.photo) || \"\",\n variant_name: p.extra_info?.variant_name,\n instant_product: p.extra_info?.instant_product\n };\n}\n\nfunction getProducts() {\n const cart = store.state.cart.cart;\n\n //Filter products that has price\n //Submitted song will be free product we need to exclude it\n const products = cart.products\n .filter((p) => +p.price)\n .map(mapBackendProductToEventProductModel);\n\n return products;\n}\n\nfunction dateTimeInSeconds() {\n return Math.round(Date.now() / 1000);\n}\n\nfunction mapAndEnrichSongbuilderDataForSegment() {\n const storeSongBuilder = useSongBuilderStore();\n const gtmSongDataCloned = cloneDeep(gtmSongData);\n const segmentData = {};\n const keysToRemap = [\n \"gender\", // song_artist_gender\n \"genre\", // song_genre\n \"gifter_email\", // song_customer_email\n \"gtm_m_h_questions\", // map to dict and rename to song_must_have_questions\n \"pronunciations\", // boolean map and rename to song_pronunciations\n \"for_someone_else\", // boolean map and rename to song_for_someone_else\n \"for_occasion\", // boolean map and rename to song_for_occasion\n \"mention_occasion\", // boolean map and rename to song_mention_occasion\n \"mention_recipient\", // boolean map and rename to song_mention_recipient\n \"moods\", // song_moods\n \"occasion\", // song_occasion\n \"recipient\", // rename to song_recipient_name\n \"recommended_artist_id\", // prefix w/ song\n \"recommended_artist_name\", // prefix w/ song\n \"recommended_artists\", // prefix w/ song\n \"relationship\", // prefix w/ song\n \"submitted_artists\", // prefix w/ song\n \"story_details\", // map to dict and then rename to song_story_details\n \"story_additional_details\", // map to dict and then rename to song_story_additional_details\n \"tempo\", // song_tempo\n \"delivery_type\", // with or without purchasing an ecard\n \"ag_ecard\" // e-card product object\n ];\n //Remap Known Keys Fields\n keysToRemap.forEach((fm) => {\n // Skipp remapping if we dont have the field in GTM data\n if (gtmSongDataCloned[fm] === undefined) return;\n // Business logic to map fields to updated values\n switch (fm) {\n case \"gender\":\n segmentData.song_vocals = gtmSongDataCloned.gender;\n break;\n case \"genre\":\n segmentData.song_genre = gtmSongDataCloned.genre;\n break;\n case \"gifter_email\":\n segmentData.song_customer_email = gtmSongDataCloned.gifter_email;\n break;\n case \"gtm_m_h_questions\":\n segmentData.song_must_have_questions = reduce(\n storeSongBuilder.must_have_questions,\n (acc, el, idx) => {\n if (el.answer) {\n acc[`must_have_${idx}`] = {\n title: el.answer,\n answer: el.description,\n };\n }\n return acc;\n },\n {}\n );\n break;\n case \"mention_occasion\":\n segmentData.song_mention_occasion =\n gtmSongDataCloned.mention_occasion.toLowerCase() === \"yes\";\n break;\n case \"mention_recipient\":\n segmentData.song_mention_recipient =\n gtmSongDataCloned.mention_recipient.toLowerCase() === \"yes\";\n break;\n case \"for_someone_else\":\n segmentData.song_for_someone_else =\n gtmSongDataCloned.for_someone_else.toLowerCase() === \"yes\";\n break;\n case \"for_occasion\":\n segmentData.song_for_occasion =\n gtmSongDataCloned.for_occasion.toLowerCase() === \"yes\";\n break;\n case \"moods\":\n segmentData.song_moods = gtmSongDataCloned.moods;\n break;\n case \"occasion\":\n segmentData.song_occasion = gtmSongDataCloned.occasion;\n break;\n case \"recipient\":\n segmentData.song_recipient = gtmSongDataCloned.recipient;\n break;\n case \"recommended_artist_id\":\n segmentData.song_recommended_artist_id =\n gtmSongDataCloned.recommended_artist_id;\n break;\n case \"recommended_artist_name\":\n segmentData.song_recommended_artist_name =\n gtmSongDataCloned.recommended_artist_name;\n break;\n case \"recommended_artists\":\n segmentData.song_recommended_artists =\n gtmSongDataCloned.recommended_artists;\n break;\n case \"relationship\":\n segmentData.song_relationship = gtmSongDataCloned.relationship;\n break;\n case \"submitted_artists\":\n segmentData.song_submitted_artists =\n gtmSongDataCloned.submitted_artists;\n break;\n case \"story_details\":\n //Ensure we have the response before remapping\n if (!storeSongBuilder.questions?.[0]) break;\n segmentData.song_story_details = {\n question: storeSongBuilder.questions[0].question,\n answer: storeSongBuilder.questions[0].answer,\n };\n break;\n case \"story_additional_details\":\n //Ensure we have the response before remapping\n if (!storeSongBuilder.questions?.[1]) break;\n segmentData.song_story_additional_details = {\n question: storeSongBuilder.questions[1].question,\n answer: storeSongBuilder.questions[1].answer,\n };\n break;\n case \"tempo\":\n segmentData.song_tempo = gtmSongDataCloned.tempo;\n break;\n case \"pronunciations\":\n segmentData.song_pronunciations = gtmSongDataCloned.pronunciations;\n break;\n case \"delivery_type\":\n segmentData.deliveryType = gtmSongDataCloned.deliveryType;\n break;\n case \"ag_ecard\":\n segmentData.ag_ecard = gtmSongDataCloned.ag_ecard;\n break;\n default:\n console.warn(`Missing case for field mapping: ${fm}`);\n break;\n }\n });\n //Copy remaining keys into segmentData\n Object.keys(gtmSongDataCloned).forEach((k) => {\n // Ignore keys we've already mapped\n if (keysToRemap.indexOf(k) >= 0) return;\n segmentData[k] = gtmSongDataCloned[k];\n });\n return segmentData;\n}\n\nasync function getCartStage() {\n const cart = store.state.cart.cart;\n const song = cart.hasOriginalSong;\n\n //If we have song in cart\n if (song) {\n //If song for submission\n if (song.parent_story_id) {\n return \"Story Submission\";\n } else {\n //else New Song Purchase\n return \"Song Purchase\";\n }\n }\n\n //If no song in cart find first addon that we buying song for\n const firstAddonParentStoryId = cart.products.find(\n (p) => p.parent_story_id\n )?.parent_story_id;\n if (firstAddonParentStoryId) {\n try {\n //Geting song status of first addon\n const res = await axios.get(\n \"/stories/get_status_by_id/\" + firstAddonParentStoryId,\n {\n cache: {\n ignoreCache: false,\n maxAge: 60000, // 1 min cache\n },\n }\n );\n const status = res.data.status;\n if ([\"shipped\", \"canceled\"].includes(status)) {\n return \"Song Delivered\";\n } else if ([\"created\"].includes(status)) {\n return \"Story Submission\";\n } else {\n return \"Song Production\";\n }\n } catch (e) {\n //Not sure if we need to handle error\n }\n }\n\n return \"Merchandise Purchase\";\n}\n\nfunction getUserTraitsForSegmentRequest() {\n const user = store.state?.auth?.user;\n const storeSongBuilder = useSongBuilderStore();\n let email = user?.email;\n if (!email) {\n //Attempt to get the email from the songbuilder state store captured from the gifter step\n email = storeSongBuilder.gifter_email;\n }\n const first_name = user?.first_name;\n const last_name = user?.last_name;\n const em = sha256(email);\n const fn = sha256(first_name);\n const ln = sha256(last_name);\n const timezone = Intl?.DateTimeFormat().resolvedOptions().timeZone;\n const features = flipperValues;\n\n let traits = {\n features,\n timezone\n };\n\n if (email) {\n //Only return account data if we have information about the user's email\n traits = {\n email,\n em,\n first_name,\n fn,\n last_name,\n ln,\n ...traits,\n };\n }\n\n\n return traits;\n}\n\nfunction getSessionDataForSegmentRequest() {\n return {\n gclid: Cookies.get(\"gclid\"),\n fbc: Cookies.get(\"_fbc\"),\n fbp: Cookies.get(\"_fbp\"),\n user_id: storeGetUserIdentifier(),\n };\n}\n\nfunction getSegmentTrackingContextData(eventId = null, eventName = null) {\n // If we don't have an eventId passed in, generate one with UUID\n const event_id_nonce = eventId ? eventId : uuid().replace(\"-\", \"\");\n //Construct a tracking event_id based on if we passed on an eventName\n const tracking_event_id = eventName\n ? `${eventName}-${event_id_nonce}`\n : event_id_nonce;\n return {\n traits: getUserTraitsForSegmentRequest(),\n session: getSessionDataForSegmentRequest(),\n event_id: tracking_event_id\n };\n}\n\n/*PAGEVIEW*/\ndocument.addEventListener(\"_sf_pageview\", () => {\n const requestId = store.state.core_cms?.__headers?.[\"x-request-id\"] || uuid();\n const eventId = \"PageView-\" + requestId;\n window.dataLayer?.push({ecommerce: null});\n window.dataLayer?.push({\n event: \"pageview\",\n page: {\n name: router.currentRoute.value.name,\n path: location.pathname,\n pageTitle: document.title,\n },\n fbEventID: eventId,\n });\n\n window.analytics?.page(router.currentRoute.value.name, {\n affiliate: store.state.cart.cart.affiliate,\n fbEventID: eventId,\n event_id: eventId,\n requestId: requestId,\n timestamp: dateTimeInSeconds(),\n ...getSegmentTrackingContextData(requestId, \"PageView\"),\n });\n});\n\n/* Product Page View - only on build your song page when you start */\n/* Trigger: product page load */\ndocument.addEventListener(\"_sf_viewcontent\", async (e) => {\n const gtmData = {\n event: \"viewcontent\",\n page: {\n path: \"/song-builder\",\n pageTitle: \"Song Builder\",\n },\n ecommerce: e.detail.ecommerce,\n };\n window.dataLayer?.push({ecommerce: null});\n window.dataLayer?.push(gtmData);\n window.analytics?.track(\n \"Songbuilder Viewed\",\n {\n affiliate: store.state.cart.cart.affiliate,\n quiz_name: SONG_BUILDER_QUIZ_NAME,\n quiz_version: SONG_BUILDER_QUIZ_NUMBER,\n timestamp: dateTimeInSeconds()\n },\n getSegmentTrackingContextData()\n );\n});\n\n/* Add to cart - all products */\n/* Trigger: Add to cart button */\ndocument.addEventListener(\"_sf_add_to_cart\", async (e) => {\n const product = {...e.detail?.product};\n //excluding products that doesn't have a price\n if (!product.price) return;\n const eventProductModel = mapBackendProductToEventProductModel(product);\n product.price /= 100;\n const page = {\n path: location.pathname,\n pageTitle: document.title,\n name: router.currentRoute.value.name,\n };\n const gtmData = {\n event: \"addtocart\",\n page,\n ecommerce: {\n content_id: product.sku,\n content_type: \"product\",\n content_name: product.title,\n quantity: product.quantity,\n price: product.price,\n currency: \"USD\",\n add: {\n products: [\n {\n name: product.title, // Name or ID is required.\n id: product.sku,\n price: product.price,\n brand: product.brand,\n category: product.category,\n variant: \"\",\n quantity: product.quantity,\n },\n ],\n },\n },\n };\n const calls = [];\n calls.push(\n axios.get(\"store/fb_add_to_cart\", {\n params: {...product, current_path: page.path},\n })\n );\n calls.push(getCartStage());\n const [res, cart_stage] = await Promise.all(calls);\n const eventId = \"AddToCart-\" + res.headers[\"x-request-id\"];\n window.dataLayer?.push({ecommerce: null});\n window.dataLayer?.push({\n ...gtmData,\n fbEventID: eventId,\n cart_stage,\n });\n\n window.analytics?.track(\n \"Product Added\",\n {\n affiliate: store.state.cart.cart.affiliate,\n cart_stage,\n value: product.price, // ENG-1112 - Adding tracking for segment pixel usage\n timestamp: dateTimeInSeconds(),\n ...eventProductModel,\n },\n getSegmentTrackingContextData(eventId)\n );\n});\n\ndocument.addEventListener(\"_sf_remove_from_cart\", () => {\n //TODO: Add Event Handler\n});\n\n/* Select Payment Method Event */\ndocument.addEventListener(\"_sf_payment_type\", async () => {\n const cart = store.state.cart.cart;\n const products = getProducts();\n\n const gtmData = {\n event: \"selected_payment_type\",\n ecommerce: {\n currency: \"USD\",\n coupon: cart.coupon?.code || null,\n value: cart.total / 100,\n checkout: {\n actionField: {step: 2, option: cart.payment_type},\n products,\n },\n },\n };\n\n window.dataLayer?.push({ecommerce: null});\n window.dataLayer?.push(gtmData);\n const cart_stage = await getCartStage();\n\n window.analytics?.track(\n \"Checkout Step Completed\",\n {\n affiliate: store.state.cart.cart.affiliate,\n cart_stage,\n checkout_step_name: \"payment\",\n checkout_step_number: 3,\n value: cart.total / 100,\n timestamp: dateTimeInSeconds()\n },\n getSegmentTrackingContextData(null, \"Checkout Step Completed\")\n );\n});\n\n/* Add to cart - all products */\n/* Trigger: Complete purchase, payment successful + order created in db, order confirmation */\ndocument.addEventListener(\"_sf_purchase\", async (e) => {\n const cart = store.state.cart.cart;\n const products = getProducts();\n const purchased_song_revision_product = cart.hasOriginalSongRevision;\n\n const song_purchase_event_id = \"SongPurchased-\" + e.detail.order_id;\n const order_fb_event_id = \"Purchase-\" + e.detail.order_id;\n const order_event_id = \"OrderCompleted-\" + e.detail.order_id;\n\n if (purchased_song_revision_product) {\n window.analytics?.track(\n \"Song Revision Completed\",\n {\n affiliate: store.state.cart.cart.affiliate,\n story_id: purchased_song_revision_product.parent_story_id,\n song_revisions:\n purchased_song_revision_product.extra_info.revision_requests.map(\n (rev) => {\n const lineRef =\n rev.type === \"update\"\n ? rev.edits?.[0].line\n : rev.line;\n return {\n revision_type: rev.type,\n revision_lyric_reference: \"Line \" + lineRef,\n };\n }\n ),\n quiz_name: \"revisions\",\n },\n getSegmentTrackingContextData(\n purchased_song_revision_product.parent_story_id,\n \"SongRevisionCompleted\"\n )\n );\n }\n\n const discountTotal = cart.discount;\n\n // Can only purchase one song at the moment\n const purchased_song_product = cart.hasOriginalSong || cart.hasInstantSong;\n\n // Segment\n const segmentOrderData = {\n song_included: !!purchased_song_product,\n checkout_id: \"T\" + e.detail.order_id,\n coupon: cart.coupon?.code || null,\n currency: \"USD\",\n credit_applied: cart.credit_applied,\n discount: discountTotal ? discountTotal / 100 : 0,\n order_id: e.detail.order_id,\n payment_method: e.detail.payment_type,\n shipping: cart.shipping / 100,\n subtotal: cart.subtotal / 100,\n tax: cart.taxes / 100,\n total: cart.total / 100,\n value: cart.total / 100, // ENG-1112 - Adding tracking for segment pixel usage\n fbEventID: order_fb_event_id,\n products,\n };\n\n if (!products.length) return;\n //Map products in response object from API to product event product model\n const nonSongReportedProducts = e.detail.non_song_product_data?.map(\n mapBackendProductToEventProductModel\n ) || [];\n const user = store.state.auth.user || getSessionUser();\n\n const gtmData = {\n event: \"purchase\",\n page: {\n path: \"/checkout\",\n pageTitle: \"Checkout\",\n },\n ecommerce: {\n contents: products,\n value: cart.total / 100,\n coupon: cart.coupon?.code || null,\n coupon_total: discountTotal ? discountTotal / 100 : null,\n currency: \"USD\",\n subtotal: cart.subtotal / 100,\n credit_applied: cart.credit_applied,\n user_id: storeGetUserIdentifier(),\n user: {\n email: user.email,\n first_name: user.first_name,\n last_name: user.last_name,\n },\n transactionID: e.detail.order_id,\n chargeID: e.detail.charge_id,\n purchase: {\n actionField: {\n id: \"T\" + e.detail.order_id, // Transaction ID. Required for purchases and refunds.\n affiliation: \"Songfinch Store\",\n revenue: cart.total / 100, // Total transaction value (incl. tax and shipping)\n tax: cart.taxes / 100,\n shipping: cart.shipping / 100,\n coupon: cart.coupon?.code || null,\n currency: \"USD\",\n },\n products,\n },\n },\n fbEventID: order_fb_event_id,\n };\n\n if (cart.addresses.shipping) {\n gtmData.home_address = {\n street:\n cart.addresses.shipping.line1 +\n \" \" +\n (cart.addresses.shipping.line2 || \"\"),\n city: cart.addresses.shipping.city,\n region: cart.addresses.shipping.state,\n postal_code: cart.addresses.shipping.postal_code,\n country: cart.addresses.shipping.country,\n };\n }\n\n const songProducts = products.filter(p => p.instant_product || p.code === \"personalized-song\");\n\n const segmentSongsData = songProducts.map((songProduct) => {\n const song_type = songProduct.instant_product ? \"InstantProduct\": \"Song\";\n const baseSegmentSongData = {\n // Order Ecomm Attributes\n billing_address_city: cart.addresses.billing?.city,\n billing_address_country_code: cart.addresses.billing?.country_code,\n billing_address_postal_code: cart.addresses.billing?.postal_code,\n billing_address_state_code: cart.addresses.billing?.state_code,\n checkout_id: \"T\" + e.detail.order_id,\n coupon: cart.coupon?.code || null,\n currency: \"USD\",\n credit_applied: cart.credit_applied,\n discount: discountTotal ? discountTotal / 100 : 0,\n order_id: e.detail.order_id,\n payment_method: e.detail.payment_type,\n shipping: cart.shipping / 100,\n subtotal: cart.subtotal / 100,\n tax: cart.taxes / 100,\n total: cart.total / 100,\n value: cart.total / 100, // ENG-1112 - Adding tracking for segment pixel usage\n products,\n // Song Ecomm Attributes\n story_id: e.detail.slug,\n price: songProduct.price,\n core_product_type: song_type,\n add_on: false,\n };\n\n //Refresh GTM songbuilder data from each step\n initGtmData();\n\n if (songProduct.instant_product) {\n return baseSegmentSongData;\n }\n\n return {\n ...baseSegmentSongData,\n // SongBuilder Attributes\n ...omit(\n mapAndEnrichSongbuilderDataForSegment(),\n [\"step_number\", \"step_name\"]\n ),\n };\n });\n\n //Enrich the product event model w/ order info to associate w/ the order/story\n const segmentItemData = nonSongReportedProducts.map((p) => {\n return {\n order_id: e.detail.order_id,\n checkout_id: \"T\" + e.detail.order_id,\n story_id: e.detail.slug,\n coupon: cart.coupon?.code || null,\n ...p,\n };\n });\n\n const cart_stage = await getCartStage();\n\n window.dataLayer?.push({ecommerce: null});\n window.dataLayer?.push({\n ...gtmData,\n cart_stage,\n });\n\n window.analytics?.track(\n \"Order Completed\",\n {\n affiliate: store.state.cart.cart.affiliate,\n cart_stage,\n timestamp: dateTimeInSeconds(),\n ...segmentOrderData,\n },\n getSegmentTrackingContextData(order_event_id)\n );\n\n segmentSongsData.forEach((segmentSongData) => {\n window.dataLayer?.push({ecommerce: null});\n window.dataLayer?.push({\n event: \"song_purchase\",\n page: gtmData.page,\n ecommerce: gtmData.ecommerce,\n segment: {\n ...segmentSongData,\n cart_stage,\n },\n fbEventID: song_purchase_event_id,\n });\n window.analytics?.track(\n \"Song Purchased\",\n {\n affiliate: store.state.cart.cart.affiliate,\n cart_stage,\n ...segmentSongData,\n },\n getSegmentTrackingContextData(song_purchase_event_id)\n );\n });\n\n //Only report purchased products\n segmentItemData.forEach((p) => {\n const item_purchase_event_id = `ItemPurchased-${e.detail.order_id}-${p.id}`;\n window.analytics?.track(\n \"Item Purchased\",\n {\n affiliate: store.state.cart.cart.affiliate,\n cart_stage,\n value: p.price, // ENG-1112 - Adding tracking for segment pixel usage\n timestamp: dateTimeInSeconds(),\n ...p,\n },\n getSegmentTrackingContextData(item_purchase_event_id)\n );\n });\n});\n\n//View Event Reminder Or Artist Application Form\ndocument.addEventListener(\"_sf_viewform\", () => {\n window.dataLayer?.push({\n event: \"viewform\",\n page: {\n path: location.pathname,\n pageTitle: document.title,\n },\n });\n // window.analytics?.track(\"viewform\", {\n // page: {\n // path: location.pathname,\n // pageTitle: document.title,\n // }\n // });\n});\n\n//Cart page view\ndocument.addEventListener(\"_sf_cart_viewed\", async () => {\n const products = getProducts();\n const cart = store.state.cart.cart;\n const gtmData = {\n event: \"cart_viewed\",\n page: {\n path: location.pathname,\n pageTitle: \"Cart\",\n },\n ecommerce: {\n currency: \"USD\",\n subtotal: cart.subtotal / 100,\n value: cart.total / 100,\n credit_applied: cart.credit_applied / 100,\n products,\n },\n };\n const cart_stage = await getCartStage();\n window.dataLayer?.push({\n ...gtmData,\n cart_stage,\n });\n});\n\n//Start Checkout\ndocument.addEventListener(\"_sf_startcheckout\", async () => {\n const products = getProducts();\n const cart = store.state.cart.cart;\n const gtmData = {\n event: \"startcheckout\",\n page: {\n path: location.pathname,\n pageTitle: \"Checkout\",\n },\n ecommerce: {\n subtotal: cart.subtotal / 100,\n value: cart.total / 100,\n credit_applied: cart.credit_applied / 100,\n products,\n },\n };\n const segmentData = {\n subtotal: cart.subtotal / 100,\n total: cart.total / 100,\n value: cart.total / 100, // ENG-1112 - Adding tracking for segment pixel usage\n credit_applied: cart.credit_applied / 100,\n currency: \"USD\",\n products,\n };\n const cart_stage = await getCartStage();\n window.dataLayer?.push({\n ...gtmData,\n cart_stage,\n });\n window.analytics?.track(\n \"Checkout Started\",\n {\n affiliate: store.state.cart.cart.affiliate,\n cart_stage,\n timestamp: dateTimeInSeconds(),\n ...segmentData,\n },\n getSegmentTrackingContextData(null, \"Checkout Started\")\n );\n});\n\n//Forms Submission\ndocument.addEventListener(\"_sf_submitform\", (e) => {\n const lead_form_event_id = `LeadFormCompleted-${e.detail.request_id}`;\n window.dataLayer?.push({\n event: \"submitform\",\n page: {\n path: location.pathname,\n pageTitle: document.title,\n },\n form: {\n ...e.detail.form,\n },\n formName: e.detail.formName,\n request_id: e.detail.request_id,\n });\n const user_email = e.detail.form.email;\n window.analytics?.track(\n \"Lead Form Completed\",\n {\n email: user_email,\n form_type: e.detail.formName,\n request_id: e.detail.request_id,\n // quiz_name: SONG_BUILDER_QUIZ_NAME,\n // quiz_version: SONG_BUILDER_QUIZ_NUMBER,\n },\n getSegmentTrackingContextData(lead_form_event_id)\n );\n});\n\ndocument.addEventListener(\"_sf_identify_user\", (e) => {\n if (document.cookie.indexOf(\"ajs_user_id=\") === -1) {\n window.analytics?.identify({\n email: e.detail.email,\n timezone: Intl?.DateTimeFormat().resolvedOptions().timeZone,\n features: flipperValues\n }, getSegmentTrackingContextData(null, null));\n }\n});\n\n//Song Builder Forms Submissions\ndocument.addEventListener(\"_sf_songbuildersubmit\", (e) => {\n const step = e.detail?.step || router.currentRoute.value.name;\n\n gtm_song_data_helper[step]?.();\n window.dataLayer?.push({\n event: e.detail?.event || \"songbuildersubmit\",\n page: router.currentRoute.value.name,\n ...gtmSongData,\n });\n const segmentData = mapAndEnrichSongbuilderDataForSegment();\n //Filter out erroneous SB complete events we are publishing at the wrong time. I think this is due to not having\n // Handlers for certain events. We still want to filter these out but if this doesn't work we can add specific\n // empty handlers for each step\n // This occurs w/ BsStoryMustIncludesIntro\n\n if (gtm_song_data_helper[step]) {\n window.analytics?.track(\n \"Songbuilder Step Completed\",\n {\n affiliate: store.state.cart.cart.affiliate,\n song_customer_category: \"lead\",\n quiz_name: SONG_BUILDER_QUIZ_NAME,\n quiz_version: SONG_BUILDER_QUIZ_NUMBER,\n timestamp: dateTimeInSeconds(),\n ...segmentData,\n },\n getSegmentTrackingContextData(null, \"Songbuilder Step Completed\")\n );\n }\n});\n\n//Song Builder Review Submission\ndocument.addEventListener(\"_sf_songbuildersumit_review\", (e) => {\n gtm_song_data_helper[router.currentRoute.value.name]?.();\n //Legacy behavior for GTM\n window.dataLayer?.push({\n event: e.detail?.event || \"songbuildersubmit\",\n page: router.currentRoute.value.name,\n ...gtmSongData,\n });\n const segmentData = mapAndEnrichSongbuilderDataForSegment();\n window.analytics?.track(\n \"Songbuilder Completed\",\n {\n affiliate: store.state.cart.cart.affiliate,\n song_customer_category: \"lead\",\n quiz_name: SONG_BUILDER_QUIZ_NAME,\n quiz_version: SONG_BUILDER_QUIZ_NUMBER,\n ...segmentData,\n },\n getSegmentTrackingContextData(null, \"Songbuilder Completed\")\n );\n});\n\n//Artist view list page after song builder\ndocument.addEventListener(\"_sf_songbuilder_recommended_artist_list\", (e) => {\n const recommended_list = map(e.detail, (el) => el.artist_name).join(\", \");\n //Turn into list, letting marketing determine which style they want\n const artist_list = map(e.detail, (el) => el);\n const gtmData = {\n event: \"bs_recommended_artist_list\",\n recommended_list,\n };\n window.dataLayer?.push(gtmData);\n window.analytics?.track(\n \"Songbuilder Artist Selection Received\",\n {\n affiliate: store.state.cart.cart.affiliate,\n artist_list,\n recommended_list,\n quiz_name: SONG_BUILDER_QUIZ_NAME,\n quiz_version: SONG_BUILDER_QUIZ_NUMBER,\n timestamp: dateTimeInSeconds()\n },\n getSegmentTrackingContextData(\n null,\n \"Songbuilder Artist Selection Received\"\n )\n );\n});\n\n//Artist view list page after song builder\n// document.addEventListener('_sf_search_artist_from_bs', (e) => {\n// window.dataLayer?.push({\n// event: 'search_artist_from_bs',\n// });\n// // if(window.analytics) {\n// // analytics.track('search_artist_from_bs');\n// // }\n// })\n\n//Apply Coupon\ndocument.addEventListener(\"_sf_apply_coupon\", () => {\n if (!store.state.cart.cart.coupon) return;\n window.dataLayer?.push({\n event: \"apply_coupon\",\n ecommerce: {\n coupon: store.state.cart.cart.coupon.code,\n },\n });\n const discountTotal = store.state.cart.cart.discount;\n window.analytics?.track(\n \"Checkout Apply Coupon\",\n {\n affiliate: store.state.cart.cart.affiliate,\n coupon: store.state.cart.cart.coupon?.code,\n coupon_total: discountTotal ? discountTotal / 100 : null,\n },\n getSegmentTrackingContextData(\n store.state.cart.cart.coupon.code,\n \"Checkout Apply Coupon\"\n )\n );\n});\n\n//Start song with artist\ndocument.addEventListener(\"_sf_start_song_with_artist\", (e) => {\n const artist = e.detail.artist;\n window.dataLayer?.push({\n event: \"start_song_with_artist\",\n artist_id: artist.id,\n artist_name: artist.artist_name,\n });\n window.analytics?.track(\n \"CTA Clicked\",\n {\n destination: e.detail.destination,\n location: e.detail.location,\n text: e.detail.text,\n type: e.detail.type,\n artist_id: artist.id,\n artist_name: artist.artist_name,\n },\n getSegmentTrackingContextData(null, \"CTA Clicked\")\n );\n});\n\n//Link Clicked\ndocument.addEventListener(\"_sf_cta_clicked\", (e) => {\n window.analytics?.track(\n \"CTA Clicked\",\n {timestamp: dateTimeInSeconds(), ...e?.detail},\n getSegmentTrackingContextData(null, \"CTA Clicked\")\n );\n});\n\n//Share Clip Generator Clicked\ndocument.addEventListener(\"_sf_clip_generator_clicked\", (e) => {\n window.analytics?.track(\n \"Share Clip Generator Button Clicked\",\n {timestamp: dateTimeInSeconds(), ...e?.detail},\n getSegmentTrackingContextData(null, \"Share Clip Generator Button Clicked\")\n );\n});\n\n\n//Share Clip Generator Clicked\ndocument.addEventListener(\"_sf_clip_generator_shared_clicked\", (e) => {\n window.analytics?.track(\n \"Share Generated Clip Button Clicked\",\n {timestamp: dateTimeInSeconds(), ...e?.detail},\n getSegmentTrackingContextData(null, \"Share Generated Clip Button Clicked\")\n );\n});\n\n\n//user login event\ndocument.addEventListener(\"_sf_user_login\", (e) => {\n const user = store.state.auth.user;\n const user_id = storeGetUserIdentifier();\n window.dataLayer?.push({\n event: \"UserInit\",\n user_id: user_id,\n user_email: user.email,\n user_first_name: user.first_name,\n user_last_name: user.last_name,\n user_role: user.role,\n });\n\n if (store.state.auth.redirectQuery?.push_to === \"Checkout\") {\n const data = e.detail.registration\n ? {\n ga_action: \"User created an account from /checkout\",\n ga_tag: \"CreateAccountCheckout\",\n }\n : {\n ga_action: \"User logged in from /checkout\",\n ga_tag: \"LoginCheckout\",\n };\n analyticsEvent(\"_sf_custom_ga_event\", data);\n }\n\n if (e.detail.registration) {\n window.dataLayer?.push({\n event: \"signup\",\n page: {\n path: location.pathname,\n pageTitle: document.title,\n },\n user,\n });\n\n window.analytics?.track(\n \"Account Created\",\n {\n email: user.email,\n firstName: user.first_name,\n lastName: user.last_name,\n referral_source: user.heard_about_from + (user.heard_about_from_other ? ` - ${user.heard_about_from_other}` : \"\"),\n referral_code: store.state.auth.referralCode || \"\",\n },\n getSegmentTrackingContextData(user_id, \"Account Created\")\n );\n } else {\n window.analytics?.track(\n \"Signed In\",\n {\n email: user.email,\n },\n getSegmentTrackingContextData(null, \"Signed In\")\n );\n }\n\n if (store.state.auth.referralCode && e.detail.registration) {\n analyticsEvent(\"_sf_custom_ga_event\", {\n ga_action:\n \"Referred user creates an account from the unique referral landing page\",\n ga_tag: \"ReferralSignup\",\n });\n }\n\n window.analytics?.identify(user?.external_user_id, {\n email: user.email,\n firstName: user.first_name,\n lastName: user.last_name,\n guest: user.guest,\n role: user.role || null,\n timezone: Intl?.DateTimeFormat().resolvedOptions().timeZone,\n features: flipperValues\n }, getSegmentTrackingContextData(null, null));\n});\n\n//user logout event\ndocument.addEventListener(\"_sf_user_logout\", () => {\n const user = store.state.auth.user;\n window.dataLayer?.push({\n event: \"user_logout\",\n });\n window.analytics?.track(\n \"Signed Out\",\n {\n email: user.email,\n },\n getSegmentTrackingContextData(null, \"Signed Out\")\n );\n});\n\n//TODO: redo events above\n//Custom Event\n//e.detail should contain {ga_category: \"\", ga_action: \"\", ga_tag: \"\", ga_label:\"\"} label - optional\ndocument.addEventListener(\"_sf_custom_ga_event\", async (e) => {\n window.dataLayer?.push({\n event: \"custom_ga_event\",\n ...e.detail,\n });\n\n let segmentData = {};\n let trackingContext = {};\n let baseSegmentData = {};\n let cart_stage;\n const cart = store.state?.cart?.cart;\n const story = e.detail?.story;\n\n switch (e.detail.ga_tag) {\n case \"SubmitAccount\":\n segmentData = {\n checkout_step_name: \"account\",\n checkout_step_number: 0,\n value: (cart?.total || 0) / 100, // ENG-1112 - Adding tracking for segment pixel usage\n };\n cart_stage = await getCartStage();\n window.analytics?.track(\n \"Checkout Step Completed\",\n {\n affiliate: store.state.cart.cart.affiliate,\n cart_stage,\n timestamp: dateTimeInSeconds(),\n ...segmentData,\n },\n getSegmentTrackingContextData(null, \"Checkout Step Completed\")\n );\n break;\n case \"SubmitBilling\":\n segmentData = {\n checkout_step_name: \"billing_address\",\n checkout_step_number: 1,\n value: (cart?.total || 0) / 100, // ENG-1112 - Adding tracking for segment pixel usage\n };\n cart_stage = await getCartStage();\n window.analytics?.track(\n \"Checkout Step Completed\",\n {\n affiliate: store.state.cart.cart.affiliate,\n cart_stage,\n timestamp: dateTimeInSeconds(),\n ...segmentData,\n },\n getSegmentTrackingContextData(null, \"Checkout Step Completed\")\n );\n break;\n case \"SubmitShipping\":\n segmentData = {\n checkout_step_name: \"shipping_address\",\n checkout_step_number: 2,\n value: (cart?.total || 0) / 100, // ENG-1112 - Adding tracking for segment pixel usage\n };\n cart_stage = await getCartStage();\n window.analytics?.track(\n \"Checkout Step Completed\",\n {\n affiliate: store.state.cart.cart.affiliate,\n cart_stage,\n timestamp: dateTimeInSeconds(),\n ...segmentData,\n },\n getSegmentTrackingContextData(null, \"Checkout Step Completed\")\n );\n break;\n case \"DownloadSong\":\n baseSegmentData = {\n email: e.detail.email,\n story_id: story.slug,\n song_genre: story.genre,\n core_product_type: story.song ? \"Song\" : \"instantProduct\"\n };\n\n if (story.song) {\n const song = story.song;\n const songData = {\n song_title: song.title,\n song_artist: song.artist?.fullName || \"\",\n song_artist_id: song.artist?.id || \"\",\n };\n segmentData = {...baseSegmentData, ...songData};\n } else {\n const instant_product = story.instant_product;\n const instantProductData = {\n song_title: instant_product?.title || \"\",\n song_artist: instant_product?.artist_display_name || \"\",\n song_artist_id: instant_product?.artist?.id || \"\",\n };\n segmentData = {...baseSegmentData, ...instantProductData};\n }\n\n window.analytics?.track(\n \"Song Downloaded\",\n segmentData,\n getSegmentTrackingContextData(null, \"Song Downloaded\")\n );\n break;\n case \"SongPageListened\":\n segmentData = {\n email: e.detail.email,\n story_id: e.detail.story.story_id,\n story_slug: e.detail.story.slug,\n song_genre: e.detail.story.song.genre,\n song_title: e.detail.story.song.title,\n song_artist: e.detail.story.song.artist.fullName,\n song_artist_id: e.detail.story.song.artist.id\n };\n trackingContext = getSegmentTrackingContextData(null, \"Song Page Listened\");\n trackingContext.traits.email = e.detail.email; // using email from event to identify user\n window.analytics?.track(\n \"Song Page Listened\",\n segmentData,\n trackingContext\n );\n break;\n case \"SongPageVIPGiveaway\":\n segmentData = {\n email: e.detail.email,\n story_id: e.detail.story.story_id,\n story_slug: e.detail.story.slug,\n song_genre: e.detail.story.song.genre,\n song_title: e.detail.story.song.title,\n song_artist: e.detail.story.song.artist.fullName,\n song_artist_id: e.detail.story.song.artist.id\n };\n trackingContext = getSegmentTrackingContextData(null, \"Song Page VIP giveaway\");\n trackingContext.traits.email = e.detail.email;\n window.analytics?.track(\n \"Song Page VIP giveaway\",\n segmentData,\n trackingContext\n );\n break;\n case \"InstantSongPreviewLead\":\n segmentData = {\n email: e.detail.email,\n };\n trackingContext = getSegmentTrackingContextData(null, \"Instant Song Preview Lead\");\n trackingContext.traits.email = e.detail.email;\n window.analytics?.track(\n \"Instant Song Preview Lead\",\n segmentData,\n trackingContext\n );\n break;\n }\n});\n\ndocument.addEventListener(\"_sf_song_page_viewed\", (e) => {\n const story = e.detail.story;\n const baseSegmentData = {\n story_id: story.slug,\n song_genre: story.genre,\n core_product_type: story.song ? \"Song\" : \"InstantProduct\"\n };\n let segmentData;\n\n if (story.song) {\n const song = story.song;\n const songData = {\n song_title: song.title,\n song_artist: song.artist?.fullName || \"\",\n song_artist_id: song.artist?.id || \"\",\n song_link: song.audioUrl,\n is_gifter: story.is_owner\n };\n segmentData = {...baseSegmentData, ...songData};\n } else {\n const instant_product = story.instant_product;\n const instantProductData = {\n song_title: instant_product?.title || \"\",\n song_artist: instant_product?.artist_display_name || \"\",\n song_artist_id: instant_product?.artist?.id || \"\",\n song_link: instant_product?.audioUrl || \"\",\n is_gifter: story.is_owner\n };\n segmentData = {...baseSegmentData, ...instantProductData};\n }\n\n window.analytics?.track(\n \"Song Page Viewed\",\n segmentData,\n getSegmentTrackingContextData(null, \"Song Page Viewed\")\n );\n});\n\ndocument.addEventListener(\"_sf_song_started\", (e) => {\n const song = e.detail.song;\n const player = e.detail.player;\n const segmentData = {\n story_id: song.slug,\n song_title: song.song_title,\n song_artist: song.name,\n song_artist_id: song.song_artist_id,\n song_genres: song.genres,\n song_occasions: song.occasions,\n song_duration: player.duration,\n song_duration_sec: player.maxRange,\n media_type: song.media_type,\n player_type: song.player_type,\n };\n window.analytics?.track(\n \"Song Started\",\n segmentData,\n getSegmentTrackingContextData(null, \"Song Started\")\n );\n});\n\ndocument.addEventListener(\"_sf_song_listened\", (e) => {\n const song = e.detail.song;\n const player = e.detail.player;\n const segmentData = {\n story_id: song.slug,\n song_title: song.song_title,\n song_artist: song.name,\n song_artist_id: song.song_artist_id,\n song_genres: song.genres,\n song_occasions: song.occasions,\n song_duration: player.duration,\n song_duration_sec: player.maxRange,\n elapsed_time: player.currentTime,\n elapsed_time_sec: player.currentRange,\n elapsed_percentage: Math.min(\n Math.floor((player.currentRange / player.maxRange) * 100),\n 100\n ),\n media_type: song.media_type,\n player_type: song.player_type,\n };\n window.analytics?.track(\n \"Song Listened\",\n segmentData,\n getSegmentTrackingContextData(null, \"Song Listened\")\n );\n});\n\ndocument.addEventListener(\"_sf_checkout_sign_in_viewed\", () => {\n window.analytics?.track(\n \"Checkout Sign In Viewed\",\n {},\n getSegmentTrackingContextData(null, \"Checkout Sign In Viewed\")\n );\n});\n\ndocument.addEventListener(\"_sf_account_email_viewed\", () => {\n window.analytics?.track(\n \"Account Email Viewed\",\n {},\n getSegmentTrackingContextData(null, \"Account Email Viewed\")\n );\n});\n\n\ndocument.addEventListener(\"_sf_get_started_slide_viewed\", e => {\n window.analytics?.track(\n \"Get Started Mobile Slide Viewed\",\n e.detail,\n getSegmentTrackingContextData(null, \"Get Started Mobile Slide Viewed\")\n );\n});\n\ndocument.addEventListener(\"_sf_song_info_viewed\", e => {\n window.analytics?.track(\n \"Song Information Viewed\",\n e.detail,\n getSegmentTrackingContextData(null, \"Song Info Viewed\")\n );\n});\n\ndocument.addEventListener(\"_sf_song_shared\", e => {\n window.analytics?.track(\n \"Song Shared\",\n e.detail,\n getSegmentTrackingContextData(null, \"Song Shared\")\n );\n});\n\ndocument.addEventListener(\"_sf_email_triggered\", e => {\n window.analytics?.track(\n \"Email Triggered\",\n e.detail,\n getSegmentTrackingContextData(null, \"Email Triggered\")\n );\n});\n\ndocument.addEventListener(\"_sf_song_conversion\", e => {\n window.analytics?.track(\n \"Song Conversion\",\n e.detail,\n getSegmentTrackingContextData(null, \"Song Conversion\")\n );\n});\n\ndocument.addEventListener(\"_sf_song_engage\", e => {\n window.analytics?.track(\n \"Song Engage\",\n e.detail,\n getSegmentTrackingContextData(null, \"Song Engage\")\n );\n});\n\ndocument.addEventListener(\"_sf_footer_conversion\", () => {\n window.analytics?.track(\n \"Footer Conversion\",\n {},\n getSegmentTrackingContextData(null, \"Footer Conversion\")\n );\n});\n\ndocument.addEventListener(\"_sf_segment_event\", e => {\n let baseProps = {};\n const generalProps = {timestamp: dateTimeInSeconds()};\n const quizProps = {\n quiz_name: SONG_BUILDER_QUIZ_NAME,\n quiz_version: SONG_BUILDER_QUIZ_NUMBER,\n };\n\n if (e?.detail?.props?.includeQuizInfo) {\n baseProps = {...generalProps, ...quizProps};\n delete e.detail.props.includeQuizInfo;\n }\n\n window.analytics?.track(\n e.detail.name,\n {...baseProps, ...e?.detail?.props},\n getSegmentTrackingContextData(null, e.detail.name)\n );\n});\n\n//Instant EVENTS\ndocument.addEventListener(\"_sf_ISBStepLoad\", e => {\n window.analytics?.track(\n \"ISBQuizQuestion\",\n {\n ...e.detail,\n template: vitamixCollectionTitle.value,\n affiliate: store.state.cart.cart.affiliate,\n timestamp: dateTimeInSeconds(),\n },\n getSegmentTrackingContextData(null, \"ISBQuizQuestion\")\n );\n});\n\ndocument.addEventListener(\"_sf_ISBPreviewLoad\", e => {\n window.analytics?.track(\n \"ISBSongPreview\",\n {\n ...e.detail,\n template: vitamixCollectionTitle.value,\n affiliate: store.state.cart.cart.affiliate,\n timestamp: dateTimeInSeconds(),\n },\n getSegmentTrackingContextData(null, \"ISBSongPreview\")\n );\n});\n\ndocument.addEventListener(\"_sf_ISBPreviousSongsLoad\", () => {\n window.analytics?.track(\n \"ISBPreviousSongs\",\n {\n template: vitamixCollectionTitle.value,\n affiliate: store.state.cart.cart.affiliate,\n timestamp: dateTimeInSeconds(),\n },\n getSegmentTrackingContextData(null, \"ISBPreviousSongs\")\n );\n});\n\ndocument.addEventListener(\"_sf_ISBQuizAnswerSelected\", e => {\n const data = e.detail;\n const isMultiple = data.isMultiple;\n const eventData = {\n question: e.detail.currentQuestion.question,\n type: isMultiple ? \"multi-select\" : \"select\",\n step: e.detail.step,\n template: vitamixCollectionTitle.value\n };\n if (isMultiple) eventData.answers = [];\n data.answers[data.questionId].forEach((answer, i) => {\n const indexKey = i ? (i + 1) : \"\";\n const selectedAnswer = answer || null;\n\n eventData[`answer${indexKey}`] = e.detail.currentQuestion.answers.find(el => el.answer_key === selectedAnswer)?.answer;\n eventData[`previous_answer${indexKey}`] = e.detail.currentQuestion.answers.find(el => el.answer_key === data.previousAnswers[i])?.answer || null;\n\n if (isMultiple) eventData.answers.push(answer);\n });\n\n window.analytics?.track(\n \"ISBQuizAnswerSelected\",\n eventData,\n getSegmentTrackingContextData(null, \"ISBQuizAnswerSelected\")\n );\n});\n\ndocument.addEventListener(\"_sf_ISBPreviewEvents\", e => {\n const eventData = {\n is_playing_preview: app.config.globalProperties.$sfPlayer.isPlaying,\n template: vitamixCollectionTitle.value,\n ...e.detail,\n timestamp: dateTimeInSeconds(),\n };\n const eventName = eventData.event;\n delete eventData.event;\n window.analytics?.track(\n eventName,\n eventData,\n getSegmentTrackingContextData(null, \"eventData\")\n );\n});\n\ndocument.addEventListener(\"_sf_ISBPreviousSongsClose\", () => {\n window.analytics?.track(\n \"ISBPreviousSongsBack\",\n {\n template: vitamixCollectionTitle.value,\n timestamp: dateTimeInSeconds(),\n is_playing_preview: app.config.globalProperties.$sfPlayer.isPlaying,\n },\n getSegmentTrackingContextData(null, \"ISBPreviousSongsBack\")\n );\n});\n\n\nexport const trackEvent: TrackEventHandler = (eventName, meta) => {\n window.analytics?.track(\n eventName,\n {\n ...meta,\n },\n getSegmentTrackingContextData(null)\n );\n};","\n\n\n \n
\n\n
\n \n \n\n
\n \n \n\n
\n\n
\n \n \n \n \n \n
\n\n
\n \n \n\n
\n\n
\n
\n\n \n \n \n\n \n\n \n\n\n\n\n\n","import \"./stylesheets/index.pcss\";\nimport \"@songfinch/design-system/src/assets/main.scss\";\nimport {createApp} from \"vue\";\nimport App from \"./app.vue\";\nexport default createApp(App);\n","import app from \"@songfinch/customer/app.js\";\n\n/*\nPut here only the stuff that has to go first\nand doesn't have dependencies on other files/components.\nAlso stuff that gonna be used outside of vue in app init\n*/\n\nwindow.appSettings = window.appSettings || {};\nwindow.appSettings.features = window.appSettings.features || {};\n\nimport EventBus from \"@songfinch/shared/plugins/event_bus\";\napp.use(EventBus);\n\nimport sfHelpers from \"@songfinch/shared/plugins/sf_helpers\";\napp.use(sfHelpers);\n\nimport CdnPlugin from \"@songfinch/shared/plugins/cdn\";\napp.use(CdnPlugin);\n","import app from \"@songfinch/customer/app\";\nimport {init, setTag, browserTracingIntegration} from \"@sentry/vue\";\nimport store from \"@songfinch/customer/store\";\nimport Cookies from \"js-cookie\";\nimport {merge, mapValues} from \"lodash-es\";\nimport useInstantProductBuilder from \"@songfinch/customer/composables/useInstantProductBuilder\";\nimport {toValue} from \"vue\";\nimport tryReload from \"@songfinch/customer/helpers/tryReload\";\n\nimport {sentryBaseConfig} from \"@songfinch/config/sentryConfig\";\n\nimport {isAxiosError, isSongfinchError} from \"@songfinch/utils/src/validators\";\n\nimport router from \"../router\";\n\nimport type {AxiosError} from \"axios\";\nimport type {SongFinchError} from \"@songfinch/types\";\nimport {useSongBuilderStore} from \"@songfinch/customer/store_v2/useSongBuilderStore\";\n\nif (window.appSettings.sentry_dns) {\n const js_hash = window.appSettings.version;\n init({\n ...sentryBaseConfig,\n app,\n integrations: [\n ...sentryBaseConfig.integrations,\n browserTracingIntegration({router}),\n ],\n beforeSend(event, hint) {\n if (!window.appSettings.sentry_dns) { //We can clear this value if we want to stop error tracking\n return null;\n }\n\n const error = hint.originalException as SongFinchError | AxiosError;\n if (!event.extra?.fromReload) {\n if (tryReload(error, \"sentry\")) return null;\n }\n\n //TODO: add better error handling\n if (isSongfinchError(error) && error._sfErrorIgnore) {\n return null;\n }\n\n\n //GTM\n if (error?.stack) {\n const gtm = error?.stack?.indexOf(\"googletagmanager.com/gtm.js?id=\") > -1;\n const dataLayer = window.dataLayer || [];\n\n if (gtm) {\n event.tags ||= {};\n event.tags.logger = \"gtm\";\n event.extra ||= {};\n event.extra.dataLayer = dataLayer.map((i) => {\n try {\n return JSON.stringify(i, null, \" \");\n } catch (error) {\n return \"[cannot be serialized]: \" + (error as {message: string})?.message;\n }\n });\n }\n }\n\n if (isAxiosError(error)) {\n event.extra ||= {};\n event.extra.errorInfo = {\n message: error?.message,\n url: error?.request?.responseURL,\n method: error?.config?.method,\n status: error?.response?.status,\n requestPayload: error?.config?.data, // Request payload\n responsePayload: error?.response?.data, // Response error payload\n };\n }\n\n // UserID Resolution\n // * User (external user id)\n // * Cookie (segment user id)\n // * Cookie (segment anonymous user id)\n // * Cookie (CIO anonymous user id)\n const id = store.state.auth.user?.external_user_id ||\n Cookies.get(\"ajs_user_id\") ||\n Cookies.get(\"ajs_anonymous_id\") ||\n Cookies.get(\"_cioanonid\");\n\n const storeSongBuilder = useSongBuilderStore();\n\n const extra = {\n cart: store.state.cart,\n song_builder: storeSongBuilder.$state,\n instant_builder: mapValues(useInstantProductBuilder(), v => (v ? toValue(v.value) : v)),\n js_hash,\n redirectsList: undefined as string[] | undefined,\n };\n\n if (isSongfinchError(error) && error?.redirectsList?.length) {\n extra.redirectsList = error?.redirectsList;\n }\n\n merge(event, {extra});\n event.user = {id};\n\n if (event.exception) {\n const frames = event.exception.values?.[0]?.stacktrace?.frames;\n const isOwnError = !frames || frames.some(frame => frame.filename && frame.filename.includes(window.location.hostname));\n event.tags ||= {};\n if (isOwnError) event.tags.sf_error_source = \"internal_error\";\n else event.tags.sf_error_source = \"external_error\";\n }\n\n return event;\n }\n });\n setTag(\"sf_pack\", \"customer\");\n setTag(\"sf_origin\", \"frontend\");\n setTag(\"js_hash\", js_hash);\n}\n","import router from \"@songfinch/customer/router\";\nimport onPageLoaded from \"@songfinch/customer/composables/onPageLoaded\";\n\ndeclare global {\n interface Window { __attentive: unknown; }\n}\n\nconst setAttentiveScript = () => {\n const script = document.createElement(\"script\");\n script.src = \"https://cdn.attn.tv/songfinch/dtag.js\";\n script.id = \"attentive\";\n script.defer = true;\n document.head.appendChild(script);\n};\n\nonPageLoaded(async () => {\n if (window.Cypress) return;\n if (router.currentRoute.value.matched[0]?.name !== \"Story\") {\n setAttentiveScript();\n } else {\n const useStoryImport = await import(\"@songfinch/customer/composables/story/useStory\");\n const {story} = useStoryImport.default();\n if (story.value?.show_attentive_modal) {\n setAttentiveScript();\n }\n }\n});\n","export default async function useDoWhileWithDelay(func: () => unknown, conditionFunc: () => boolean, delay: number, repeats?: number) {\n let count = 0;\n const timer = ms => new Promise(res => setTimeout(res, ms));\n do {\n func();\n count++;\n await timer(delay);\n } while (conditionFunc() && (!repeats || count < repeats));\n}\n","export default function onBrowserInteraction(callback) {\n const functionHelper = () => {\n callback();\n window.removeEventListener(\"click\", functionHelper);\n window.removeEventListener(\"scroll\", functionHelper);\n };\n\n window.addEventListener(\"click\", functionHelper);\n window.addEventListener(\"scroll\", functionHelper);\n}\n","import {watchEffect} from \"vue\";\nimport router from \"@songfinch/customer/router\";\nimport useDoWhileWithDelay from \"@songfinch/shared/composables/useDoWhileWithDelay\";\nimport onBrowserInteraction from \"@songfinch/customer/composables/onBrowserInteraction\";\nimport flipper from \"@songfinch/shared/plugins/flipper\";\n\ndeclare global {\n interface Window {\n zE: unknown;\n }\n}\n\ndeclare module \"vue-router\" {\n interface RouteMeta {\n disableZenDesk?: boolean;\n }\n}\n\nif (!flipper.disable_zendesk) {\n onBrowserInteraction(() => {\n const js = document.createElement(\"script\");\n js.id = \"ze-snippet\";\n js.src = \"https://static.zdassets.com/ekr/snippet.js?key=6f3774bc-7fec-43af-9027-d9d2c210697c\";\n document.body.appendChild(js);\n\n let widgetName;\n js.onload = () => useDoWhileWithDelay(\n () => {\n if (window.zE.widget) {\n widgetName = window.zE.widget === \"messenger\" ? \"messenger\" : \"webWidget\";\n watchEffect(() => window.zE?.(widgetName, !router.currentRoute?.value.meta?.disableZenDesk ? \"show\" : \"hide\"));\n }\n },\n () => !widgetName,\n 1000,\n 10\n );\n });\n}\n\n","import store from \"../store\";\nimport Cookies from \"js-cookie\";\n\nconst dataVersion = localStorage.getItem(\"sf_fe_data_version\");\n\nconst pack = Cookies.get(\"sf_pack\");\n\nif (!pack || pack !== \"customer\") {\n //If we have any old data saved clear it\n if (dataVersion) {\n localStorage.clear();\n }\n Cookies.set(\"sf_pack\", \"customer\", {expires: 100000});\n}\n\nif (dataVersion && dataVersion !== window.appSettings.data_version) {\n store.commit(\"shared/clearLocalStorage\");\n location.reload();\n throw new Error(\"Ignore: Needs to reload\");\n} else if (!dataVersion) {\n localStorage.setItem(\"sf_fe_data_version\", window.appSettings.data_version);\n}\n","(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"axios\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([\"axios\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"axiosCacheAdapter\"] = factory(require(\"axios\"));\n\telse\n\t\troot[\"axiosCacheAdapter\"] = factory(root[undefined]);\n})(window, function(__WEBPACK_EXTERNAL_MODULE_axios__) {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \t// The module cache\n/******/ \tvar installedModules = {};\n/******/\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(installedModules[moduleId]) {\n/******/ \t\t\treturn installedModules[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = installedModules[moduleId] = {\n/******/ \t\t\ti: moduleId,\n/******/ \t\t\tl: false,\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n/******/\n/******/ \t\t// Flag the module as loaded\n/******/ \t\tmodule.l = true;\n/******/\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/\n/******/\n/******/ \t// expose the modules object (__webpack_modules__)\n/******/ \t__webpack_require__.m = modules;\n/******/\n/******/ \t// expose the module cache\n/******/ \t__webpack_require__.c = installedModules;\n/******/\n/******/ \t// define getter function for harmony exports\n/******/ \t__webpack_require__.d = function(exports, name, getter) {\n/******/ \t\tif(!__webpack_require__.o(exports, name)) {\n/******/ \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n/******/ \t\t}\n/******/ \t};\n/******/\n/******/ \t// define __esModule on exports\n/******/ \t__webpack_require__.r = function(exports) {\n/******/ \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n/******/ \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n/******/ \t\t}\n/******/ \t\tObject.defineProperty(exports, '__esModule', { value: true });\n/******/ \t};\n/******/\n/******/ \t// create a fake namespace object\n/******/ \t// mode & 1: value is a module id, require it\n/******/ \t// mode & 2: merge all properties of value into the ns\n/******/ \t// mode & 4: return value when already ns object\n/******/ \t// mode & 8|1: behave like require\n/******/ \t__webpack_require__.t = function(value, mode) {\n/******/ \t\tif(mode & 1) value = __webpack_require__(value);\n/******/ \t\tif(mode & 8) return value;\n/******/ \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n/******/ \t\tvar ns = Object.create(null);\n/******/ \t\t__webpack_require__.r(ns);\n/******/ \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n/******/ \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n/******/ \t\treturn ns;\n/******/ \t};\n/******/\n/******/ \t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t__webpack_require__.n = function(module) {\n/******/ \t\tvar getter = module && module.__esModule ?\n/******/ \t\t\tfunction getDefault() { return module['default']; } :\n/******/ \t\t\tfunction getModuleExports() { return module; };\n/******/ \t\t__webpack_require__.d(getter, 'a', getter);\n/******/ \t\treturn getter;\n/******/ \t};\n/******/\n/******/ \t// Object.prototype.hasOwnProperty.call\n/******/ \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(__webpack_require__.s = \"./src/index.js\");\n/******/ })\n/************************************************************************/\n/******/ ({\n\n/***/ \"./node_modules/cache-control-esm/index.js\":\n/*!*************************************************!*\\\n !*** ./node_modules/cache-control-esm/index.js ***!\n \\*************************************************/\n/*! exports provided: CacheControl, parse, format, default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"CacheControl\", function() { return CacheControl; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"parse\", function() { return parse; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"format\", function() { return format; });\n/* harmony import */ var core_js_modules_es6_array_from__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es6.array.from */ \"./node_modules/core-js/modules/es6.array.from.js\");\n/* harmony import */ var core_js_modules_es6_array_from__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_from__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_function_name__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.function.name */ \"./node_modules/core-js/modules/es6.function.name.js\");\n/* harmony import */ var core_js_modules_es6_function_name__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_function_name__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/web.dom.iterable */ \"./node_modules/core-js/modules/web.dom.iterable.js\");\n/* harmony import */ var core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_iterable__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var core_js_modules_es7_symbol_async_iterator__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es7.symbol.async-iterator */ \"./node_modules/core-js/modules/es7.symbol.async-iterator.js\");\n/* harmony import */ var core_js_modules_es7_symbol_async_iterator__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es7_symbol_async_iterator__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es6.symbol */ \"./node_modules/core-js/modules/es6.symbol.js\");\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var core_js_modules_es6_regexp_split__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es6.regexp.split */ \"./node_modules/core-js/modules/es6.regexp.split.js\");\n/* harmony import */ var core_js_modules_es6_regexp_split__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_regexp_split__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var core_js_modules_es6_number_is_finite__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es6.number.is-finite */ \"./node_modules/core-js/modules/es6.number.is-finite.js\");\n/* harmony import */ var core_js_modules_es6_number_is_finite__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_number_is_finite__WEBPACK_IMPORTED_MODULE_7__);\n\n\n\n\n\n\n\n\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { if (typeof Symbol === \"undefined\" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nvar HEADER_REGEXP = /([a-zA-Z][a-zA-Z_-]*)\\s*(?:=(?:\"([^\"]*)\"|([^ \\t\",;]*)))?/g;\nvar STRINGS = {\n maxAge: 'max-age',\n sharedMaxAge: 's-maxage',\n maxStale: 'max-stale',\n minFresh: 'min-fresh',\n immutable: 'immutable',\n mustRevalidate: 'must-revalidate',\n noCache: 'no-cache',\n noStore: 'no-store',\n noTransform: 'no-transform',\n onlyIfCached: 'only-if-cached',\n \"private\": 'private',\n proxyRevalidate: 'proxy-revalidate',\n \"public\": 'public'\n};\n\nfunction parseBooleanOnly(value) {\n return value === null;\n}\n\nfunction parseDuration(value) {\n if (!value) {\n return null;\n }\n\n var duration = parseInt(value, 10);\n\n if (!Number.isFinite(duration) || duration < 0) {\n return null;\n }\n\n return duration;\n}\n\nvar CacheControl = /*#__PURE__*/function () {\n function CacheControl() {\n _classCallCheck(this, CacheControl);\n\n this.maxAge = null;\n this.sharedMaxAge = null;\n this.maxStale = null;\n this.maxStaleDuration = null;\n this.minFresh = null;\n this.immutable = null;\n this.mustRevalidate = null;\n this.noCache = null;\n this.noStore = null;\n this.noTransform = null;\n this.onlyIfCached = null;\n this[\"private\"] = null;\n this.proxyRevalidate = null;\n this[\"public\"] = null;\n }\n\n _createClass(CacheControl, [{\n key: \"parse\",\n value: function parse(header) {\n if (!header || header.length === 0) {\n return this;\n }\n\n var values = {};\n var matches = header.match(HEADER_REGEXP) || [];\n Array.prototype.forEach.call(matches, function (match) {\n var tokens = match.split('=', 2);\n\n var _tokens = _slicedToArray(tokens, 1),\n key = _tokens[0];\n\n var value = null;\n\n if (tokens.length > 1) {\n value = tokens[1].trim();\n }\n\n values[key.toLowerCase()] = value;\n });\n this.maxAge = parseDuration(values[STRINGS.maxAge]);\n this.sharedMaxAge = parseDuration(values[STRINGS.sharedMaxAge]);\n this.maxStale = parseBooleanOnly(values[STRINGS.maxStale]);\n this.maxStaleDuration = parseDuration(values[STRINGS.maxStale]);\n\n if (this.maxStaleDuration) {\n this.maxStale = true;\n }\n\n this.minFresh = parseDuration(values[STRINGS.minFresh]);\n this.immutable = parseBooleanOnly(values[STRINGS.immutable]);\n this.mustRevalidate = parseBooleanOnly(values[STRINGS.mustRevalidate]);\n this.noCache = parseBooleanOnly(values[STRINGS.noCache]);\n this.noStore = parseBooleanOnly(values[STRINGS.noStore]);\n this.noTransform = parseBooleanOnly(values[STRINGS.noTransform]);\n this.onlyIfCached = parseBooleanOnly(values[STRINGS.onlyIfCached]);\n this[\"private\"] = parseBooleanOnly(values[STRINGS[\"private\"]]);\n this.proxyRevalidate = parseBooleanOnly(values[STRINGS.proxyRevalidate]);\n this[\"public\"] = parseBooleanOnly(values[STRINGS[\"public\"]]);\n return this;\n }\n }, {\n key: \"format\",\n value: function format() {\n var tokens = [];\n\n if (this.maxAge) {\n tokens.push(\"\".concat(STRINGS.maxAge, \"=\").concat(this.maxAge));\n }\n\n if (this.sharedMaxAge) {\n tokens.push(\"\".concat(STRINGS.sharedMaxAge, \"=\").concat(this.sharedMaxAge));\n }\n\n if (this.maxStale) {\n if (this.maxStaleDuration) {\n tokens.push(\"\".concat(STRINGS.maxStale, \"=\").concat(this.maxStaleDuration));\n } else {\n tokens.push(STRINGS.maxStale);\n }\n }\n\n if (this.minFresh) {\n tokens.push(\"\".concat(STRINGS.minFresh, \"=\").concat(this.minFresh));\n }\n\n if (this.immutable) {\n tokens.push(STRINGS.immutable);\n }\n\n if (this.mustRevalidate) {\n tokens.push(STRINGS.mustRevalidate);\n }\n\n if (this.noCache) {\n tokens.push(STRINGS.noCache);\n }\n\n if (this.noStore) {\n tokens.push(STRINGS.noStore);\n }\n\n if (this.noTransform) {\n tokens.push(STRINGS.noTransform);\n }\n\n if (this.onlyIfCached) {\n tokens.push(STRINGS.onlyIfCached);\n }\n\n if (this[\"private\"]) {\n tokens.push(STRINGS[\"private\"]);\n }\n\n if (this.proxyRevalidate) {\n tokens.push(STRINGS.proxyRevalidate);\n }\n\n if (this[\"public\"]) {\n tokens.push(STRINGS[\"public\"]);\n }\n\n return tokens.join(', ');\n }\n }]);\n\n return CacheControl;\n}();\n\nfunction parse(header) {\n var cc = new CacheControl();\n return cc.parse(header);\n}\n\nfunction format(cc) {\n if (!(cc instanceof CacheControl)) {\n return CacheControl.prototype.format.call(cc);\n }\n\n return cc.format();\n}\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n CacheControl: CacheControl,\n parse: parse,\n format: format\n});\n\n/***/ }),\n\n/***/ \"./node_modules/charenc/charenc.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/charenc/charenc.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nvar charenc = {\n // UTF-8 encoding\n utf8: {\n // Convert a string to a byte array\n stringToBytes: function(str) {\n return charenc.bin.stringToBytes(unescape(encodeURIComponent(str)));\n },\n\n // Convert a byte array to a string\n bytesToString: function(bytes) {\n return decodeURIComponent(escape(charenc.bin.bytesToString(bytes)));\n }\n },\n\n // Binary encoding\n bin: {\n // Convert a string to a byte array\n stringToBytes: function(str) {\n for (var bytes = [], i = 0; i < str.length; i++)\n bytes.push(str.charCodeAt(i) & 0xFF);\n return bytes;\n },\n\n // Convert a byte array to a string\n bytesToString: function(bytes) {\n for (var str = [], i = 0; i < bytes.length; i++)\n str.push(String.fromCharCode(bytes[i]));\n return str.join('');\n }\n }\n};\n\nmodule.exports = charenc;\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_a-function.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_a-function.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nmodule.exports = function (it) {\n if (typeof it != 'function') throw TypeError(it + ' is not a function!');\n return it;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_add-to-unscopables.js\":\n/*!*************************************************************!*\\\n !*** ./node_modules/core-js/modules/_add-to-unscopables.js ***!\n \\*************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 22.1.3.31 Array.prototype[@@unscopables]\nvar UNSCOPABLES = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('unscopables');\nvar ArrayProto = Array.prototype;\nif (ArrayProto[UNSCOPABLES] == undefined) __webpack_require__(/*! ./_hide */ \"./node_modules/core-js/modules/_hide.js\")(ArrayProto, UNSCOPABLES, {});\nmodule.exports = function (key) {\n ArrayProto[UNSCOPABLES][key] = true;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_advance-string-index.js\":\n/*!***************************************************************!*\\\n !*** ./node_modules/core-js/modules/_advance-string-index.js ***!\n \\***************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\nvar at = __webpack_require__(/*! ./_string-at */ \"./node_modules/core-js/modules/_string-at.js\")(true);\n\n // `AdvanceStringIndex` abstract operation\n// https://tc39.github.io/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? at(S, index).length : 1);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_an-object.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_an-object.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar isObject = __webpack_require__(/*! ./_is-object */ \"./node_modules/core-js/modules/_is-object.js\");\nmodule.exports = function (it) {\n if (!isObject(it)) throw TypeError(it + ' is not an object!');\n return it;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_array-includes.js\":\n/*!*********************************************************!*\\\n !*** ./node_modules/core-js/modules/_array-includes.js ***!\n \\*********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// false -> Array#indexOf\n// true -> Array#includes\nvar toIObject = __webpack_require__(/*! ./_to-iobject */ \"./node_modules/core-js/modules/_to-iobject.js\");\nvar toLength = __webpack_require__(/*! ./_to-length */ \"./node_modules/core-js/modules/_to-length.js\");\nvar toAbsoluteIndex = __webpack_require__(/*! ./_to-absolute-index */ \"./node_modules/core-js/modules/_to-absolute-index.js\");\nmodule.exports = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) if (IS_INCLUDES || index in O) {\n if (O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_classof.js\":\n/*!**************************************************!*\\\n !*** ./node_modules/core-js/modules/_classof.js ***!\n \\**************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// getting tag from 19.1.3.6 Object.prototype.toString()\nvar cof = __webpack_require__(/*! ./_cof */ \"./node_modules/core-js/modules/_cof.js\");\nvar TAG = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('toStringTag');\n// ES3 wrong here\nvar ARG = cof(function () { return arguments; }()) == 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (e) { /* empty */ }\n};\n\nmodule.exports = function (it) {\n var O, T, B;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T\n // builtinTag case\n : ARG ? cof(O)\n // ES3 arguments fallback\n : (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_cof.js\":\n/*!**********************************************!*\\\n !*** ./node_modules/core-js/modules/_cof.js ***!\n \\**********************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nvar toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_core.js\":\n/*!***********************************************!*\\\n !*** ./node_modules/core-js/modules/_core.js ***!\n \\***********************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nvar core = module.exports = { version: '2.6.12' };\nif (typeof __e == 'number') __e = core; // eslint-disable-line no-undef\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_create-property.js\":\n/*!**********************************************************!*\\\n !*** ./node_modules/core-js/modules/_create-property.js ***!\n \\**********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\nvar $defineProperty = __webpack_require__(/*! ./_object-dp */ \"./node_modules/core-js/modules/_object-dp.js\");\nvar createDesc = __webpack_require__(/*! ./_property-desc */ \"./node_modules/core-js/modules/_property-desc.js\");\n\nmodule.exports = function (object, index, value) {\n if (index in object) $defineProperty.f(object, index, createDesc(0, value));\n else object[index] = value;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_ctx.js\":\n/*!**********************************************!*\\\n !*** ./node_modules/core-js/modules/_ctx.js ***!\n \\**********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// optional / simple context binding\nvar aFunction = __webpack_require__(/*! ./_a-function */ \"./node_modules/core-js/modules/_a-function.js\");\nmodule.exports = function (fn, that, length) {\n aFunction(fn);\n if (that === undefined) return fn;\n switch (length) {\n case 1: return function (a) {\n return fn.call(that, a);\n };\n case 2: return function (a, b) {\n return fn.call(that, a, b);\n };\n case 3: return function (a, b, c) {\n return fn.call(that, a, b, c);\n };\n }\n return function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_defined.js\":\n/*!**************************************************!*\\\n !*** ./node_modules/core-js/modules/_defined.js ***!\n \\**************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\n// 7.2.1 RequireObjectCoercible(argument)\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_descriptors.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/core-js/modules/_descriptors.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !__webpack_require__(/*! ./_fails */ \"./node_modules/core-js/modules/_fails.js\")(function () {\n return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_dom-create.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_dom-create.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar isObject = __webpack_require__(/*! ./_is-object */ \"./node_modules/core-js/modules/_is-object.js\");\nvar document = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\").document;\n// typeof document.createElement is 'object' in old IE\nvar is = isObject(document) && isObject(document.createElement);\nmodule.exports = function (it) {\n return is ? document.createElement(it) : {};\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_enum-bug-keys.js\":\n/*!********************************************************!*\\\n !*** ./node_modules/core-js/modules/_enum-bug-keys.js ***!\n \\********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\n// IE 8- don't enum bug keys\nmodule.exports = (\n 'constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf'\n).split(',');\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_enum-keys.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_enum-keys.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// all enumerable object keys, includes symbols\nvar getKeys = __webpack_require__(/*! ./_object-keys */ \"./node_modules/core-js/modules/_object-keys.js\");\nvar gOPS = __webpack_require__(/*! ./_object-gops */ \"./node_modules/core-js/modules/_object-gops.js\");\nvar pIE = __webpack_require__(/*! ./_object-pie */ \"./node_modules/core-js/modules/_object-pie.js\");\nmodule.exports = function (it) {\n var result = getKeys(it);\n var getSymbols = gOPS.f;\n if (getSymbols) {\n var symbols = getSymbols(it);\n var isEnum = pIE.f;\n var i = 0;\n var key;\n while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);\n } return result;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_export.js\":\n/*!*************************************************!*\\\n !*** ./node_modules/core-js/modules/_export.js ***!\n \\*************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar global = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\");\nvar core = __webpack_require__(/*! ./_core */ \"./node_modules/core-js/modules/_core.js\");\nvar hide = __webpack_require__(/*! ./_hide */ \"./node_modules/core-js/modules/_hide.js\");\nvar redefine = __webpack_require__(/*! ./_redefine */ \"./node_modules/core-js/modules/_redefine.js\");\nvar ctx = __webpack_require__(/*! ./_ctx */ \"./node_modules/core-js/modules/_ctx.js\");\nvar PROTOTYPE = 'prototype';\n\nvar $export = function (type, name, source) {\n var IS_FORCED = type & $export.F;\n var IS_GLOBAL = type & $export.G;\n var IS_STATIC = type & $export.S;\n var IS_PROTO = type & $export.P;\n var IS_BIND = type & $export.B;\n var target = IS_GLOBAL ? global : IS_STATIC ? global[name] || (global[name] = {}) : (global[name] || {})[PROTOTYPE];\n var exports = IS_GLOBAL ? core : core[name] || (core[name] = {});\n var expProto = exports[PROTOTYPE] || (exports[PROTOTYPE] = {});\n var key, own, out, exp;\n if (IS_GLOBAL) source = name;\n for (key in source) {\n // contains in native\n own = !IS_FORCED && target && target[key] !== undefined;\n // export native or passed\n out = (own ? target : source)[key];\n // bind timers to global for call from export context\n exp = IS_BIND && own ? ctx(out, global) : IS_PROTO && typeof out == 'function' ? ctx(Function.call, out) : out;\n // extend global\n if (target) redefine(target, key, out, type & $export.U);\n // export\n if (exports[key] != out) hide(exports, key, exp);\n if (IS_PROTO && expProto[key] != out) expProto[key] = out;\n }\n};\nglobal.core = core;\n// type bitmap\n$export.F = 1; // forced\n$export.G = 2; // global\n$export.S = 4; // static\n$export.P = 8; // proto\n$export.B = 16; // bind\n$export.W = 32; // wrap\n$export.U = 64; // safe\n$export.R = 128; // real proto method for `library`\nmodule.exports = $export;\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_fails-is-regexp.js\":\n/*!**********************************************************!*\\\n !*** ./node_modules/core-js/modules/_fails-is-regexp.js ***!\n \\**********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar MATCH = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('match');\nmodule.exports = function (KEY) {\n var re = /./;\n try {\n '/./'[KEY](re);\n } catch (e) {\n try {\n re[MATCH] = false;\n return !'/./'[KEY](re);\n } catch (f) { /* empty */ }\n } return true;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_fails.js\":\n/*!************************************************!*\\\n !*** ./node_modules/core-js/modules/_fails.js ***!\n \\************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nmodule.exports = function (exec) {\n try {\n return !!exec();\n } catch (e) {\n return true;\n }\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_fix-re-wks.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_fix-re-wks.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n__webpack_require__(/*! ./es6.regexp.exec */ \"./node_modules/core-js/modules/es6.regexp.exec.js\");\nvar redefine = __webpack_require__(/*! ./_redefine */ \"./node_modules/core-js/modules/_redefine.js\");\nvar hide = __webpack_require__(/*! ./_hide */ \"./node_modules/core-js/modules/_hide.js\");\nvar fails = __webpack_require__(/*! ./_fails */ \"./node_modules/core-js/modules/_fails.js\");\nvar defined = __webpack_require__(/*! ./_defined */ \"./node_modules/core-js/modules/_defined.js\");\nvar wks = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\");\nvar regexpExec = __webpack_require__(/*! ./_regexp-exec */ \"./node_modules/core-js/modules/_regexp-exec.js\");\n\nvar SPECIES = wks('species');\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n // #replace needs built-in support for named groups.\n // #match works fine because it just return the exec results, even if it has\n // a \"grops\" property.\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n return ''.replace(re, '$') !== '7';\n});\n\nvar SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = (function () {\n // Chrome 51 has a buggy \"split\" implementation when RegExp#exec !== nativeExec\n var re = /(?:)/;\n var originalExec = re.exec;\n re.exec = function () { return originalExec.apply(this, arguments); };\n var result = 'ab'.split(re);\n return result.length === 2 && result[0] === 'a' && result[1] === 'b';\n})();\n\nmodule.exports = function (KEY, length, exec) {\n var SYMBOL = wks(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegEp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) != 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL ? !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n re.exec = function () { execCalled = true; return null; };\n if (KEY === 'split') {\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n }\n re[SYMBOL]('');\n return !execCalled;\n }) : undefined;\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n (KEY === 'replace' && !REPLACE_SUPPORTS_NAMED_GROUPS) ||\n (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var fns = exec(\n defined,\n SYMBOL,\n ''[KEY],\n function maybeCallNative(nativeMethod, regexp, str, arg2, forceStringMethod) {\n if (regexp.exec === regexpExec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };\n }\n return { done: true, value: nativeMethod.call(str, regexp, arg2) };\n }\n return { done: false };\n }\n );\n var strfn = fns[0];\n var rxfn = fns[1];\n\n redefine(String.prototype, KEY, strfn);\n hide(RegExp.prototype, SYMBOL, length == 2\n // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)\n // 21.2.5.11 RegExp.prototype[@@split](string, limit)\n ? function (string, arg) { return rxfn.call(string, this, arg); }\n // 21.2.5.6 RegExp.prototype[@@match](string)\n // 21.2.5.9 RegExp.prototype[@@search](string)\n : function (string) { return rxfn.call(string, this); }\n );\n }\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_flags.js\":\n/*!************************************************!*\\\n !*** ./node_modules/core-js/modules/_flags.js ***!\n \\************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n// 21.2.5.3 get RegExp.prototype.flags\nvar anObject = __webpack_require__(/*! ./_an-object */ \"./node_modules/core-js/modules/_an-object.js\");\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.unicode) result += 'u';\n if (that.sticky) result += 'y';\n return result;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_function-to-string.js\":\n/*!*************************************************************!*\\\n !*** ./node_modules/core-js/modules/_function-to-string.js ***!\n \\*************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nmodule.exports = __webpack_require__(/*! ./_shared */ \"./node_modules/core-js/modules/_shared.js\")('native-function-to-string', Function.toString);\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_global.js\":\n/*!*************************************************!*\\\n !*** ./node_modules/core-js/modules/_global.js ***!\n \\*************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nvar global = module.exports = typeof window != 'undefined' && window.Math == Math\n ? window : typeof self != 'undefined' && self.Math == Math ? self\n // eslint-disable-next-line no-new-func\n : Function('return this')();\nif (typeof __g == 'number') __g = global; // eslint-disable-line no-undef\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_has.js\":\n/*!**********************************************!*\\\n !*** ./node_modules/core-js/modules/_has.js ***!\n \\**********************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nvar hasOwnProperty = {}.hasOwnProperty;\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_hide.js\":\n/*!***********************************************!*\\\n !*** ./node_modules/core-js/modules/_hide.js ***!\n \\***********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar dP = __webpack_require__(/*! ./_object-dp */ \"./node_modules/core-js/modules/_object-dp.js\");\nvar createDesc = __webpack_require__(/*! ./_property-desc */ \"./node_modules/core-js/modules/_property-desc.js\");\nmodule.exports = __webpack_require__(/*! ./_descriptors */ \"./node_modules/core-js/modules/_descriptors.js\") ? function (object, key, value) {\n return dP.f(object, key, createDesc(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_html.js\":\n/*!***********************************************!*\\\n !*** ./node_modules/core-js/modules/_html.js ***!\n \\***********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar document = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\").document;\nmodule.exports = document && document.documentElement;\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_ie8-dom-define.js\":\n/*!*********************************************************!*\\\n !*** ./node_modules/core-js/modules/_ie8-dom-define.js ***!\n \\*********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nmodule.exports = !__webpack_require__(/*! ./_descriptors */ \"./node_modules/core-js/modules/_descriptors.js\") && !__webpack_require__(/*! ./_fails */ \"./node_modules/core-js/modules/_fails.js\")(function () {\n return Object.defineProperty(__webpack_require__(/*! ./_dom-create */ \"./node_modules/core-js/modules/_dom-create.js\")('div'), 'a', { get: function () { return 7; } }).a != 7;\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_iobject.js\":\n/*!**************************************************!*\\\n !*** ./node_modules/core-js/modules/_iobject.js ***!\n \\**************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nvar cof = __webpack_require__(/*! ./_cof */ \"./node_modules/core-js/modules/_cof.js\");\n// eslint-disable-next-line no-prototype-builtins\nmodule.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {\n return cof(it) == 'String' ? it.split('') : Object(it);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_is-array-iter.js\":\n/*!********************************************************!*\\\n !*** ./node_modules/core-js/modules/_is-array-iter.js ***!\n \\********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// check on default Array iterator\nvar Iterators = __webpack_require__(/*! ./_iterators */ \"./node_modules/core-js/modules/_iterators.js\");\nvar ITERATOR = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('iterator');\nvar ArrayProto = Array.prototype;\n\nmodule.exports = function (it) {\n return it !== undefined && (Iterators.Array === it || ArrayProto[ITERATOR] === it);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_is-array.js\":\n/*!***************************************************!*\\\n !*** ./node_modules/core-js/modules/_is-array.js ***!\n \\***************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 7.2.2 IsArray(argument)\nvar cof = __webpack_require__(/*! ./_cof */ \"./node_modules/core-js/modules/_cof.js\");\nmodule.exports = Array.isArray || function isArray(arg) {\n return cof(arg) == 'Array';\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_is-object.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_is-object.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nmodule.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_is-regexp.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_is-regexp.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 7.2.8 IsRegExp(argument)\nvar isObject = __webpack_require__(/*! ./_is-object */ \"./node_modules/core-js/modules/_is-object.js\");\nvar cof = __webpack_require__(/*! ./_cof */ \"./node_modules/core-js/modules/_cof.js\");\nvar MATCH = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('match');\nmodule.exports = function (it) {\n var isRegExp;\n return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : cof(it) == 'RegExp');\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_iter-call.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_iter-call.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// call something on iterator step with safe closing on error\nvar anObject = __webpack_require__(/*! ./_an-object */ \"./node_modules/core-js/modules/_an-object.js\");\nmodule.exports = function (iterator, fn, value, entries) {\n try {\n return entries ? fn(anObject(value)[0], value[1]) : fn(value);\n // 7.4.6 IteratorClose(iterator, completion)\n } catch (e) {\n var ret = iterator['return'];\n if (ret !== undefined) anObject(ret.call(iterator));\n throw e;\n }\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_iter-create.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/core-js/modules/_iter-create.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\nvar create = __webpack_require__(/*! ./_object-create */ \"./node_modules/core-js/modules/_object-create.js\");\nvar descriptor = __webpack_require__(/*! ./_property-desc */ \"./node_modules/core-js/modules/_property-desc.js\");\nvar setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ \"./node_modules/core-js/modules/_set-to-string-tag.js\");\nvar IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\n__webpack_require__(/*! ./_hide */ \"./node_modules/core-js/modules/_hide.js\")(IteratorPrototype, __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('iterator'), function () { return this; });\n\nmodule.exports = function (Constructor, NAME, next) {\n Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });\n setToStringTag(Constructor, NAME + ' Iterator');\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_iter-define.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/core-js/modules/_iter-define.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\nvar LIBRARY = __webpack_require__(/*! ./_library */ \"./node_modules/core-js/modules/_library.js\");\nvar $export = __webpack_require__(/*! ./_export */ \"./node_modules/core-js/modules/_export.js\");\nvar redefine = __webpack_require__(/*! ./_redefine */ \"./node_modules/core-js/modules/_redefine.js\");\nvar hide = __webpack_require__(/*! ./_hide */ \"./node_modules/core-js/modules/_hide.js\");\nvar Iterators = __webpack_require__(/*! ./_iterators */ \"./node_modules/core-js/modules/_iterators.js\");\nvar $iterCreate = __webpack_require__(/*! ./_iter-create */ \"./node_modules/core-js/modules/_iter-create.js\");\nvar setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ \"./node_modules/core-js/modules/_set-to-string-tag.js\");\nvar getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ \"./node_modules/core-js/modules/_object-gpo.js\");\nvar ITERATOR = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('iterator');\nvar BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`\nvar FF_ITERATOR = '@@iterator';\nvar KEYS = 'keys';\nvar VALUES = 'values';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {\n $iterCreate(Constructor, NAME, next);\n var getMethod = function (kind) {\n if (!BUGGY && kind in proto) return proto[kind];\n switch (kind) {\n case KEYS: return function keys() { return new Constructor(this, kind); };\n case VALUES: return function values() { return new Constructor(this, kind); };\n } return function entries() { return new Constructor(this, kind); };\n };\n var TAG = NAME + ' Iterator';\n var DEF_VALUES = DEFAULT == VALUES;\n var VALUES_BUG = false;\n var proto = Base.prototype;\n var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];\n var $default = $native || getMethod(DEFAULT);\n var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;\n var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;\n var methods, key, IteratorPrototype;\n // Fix native\n if ($anyNative) {\n IteratorPrototype = getPrototypeOf($anyNative.call(new Base()));\n if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {\n // Set @@toStringTag to native iterators\n setToStringTag(IteratorPrototype, TAG, true);\n // fix for some old engines\n if (!LIBRARY && typeof IteratorPrototype[ITERATOR] != 'function') hide(IteratorPrototype, ITERATOR, returnThis);\n }\n }\n // fix Array#{values, @@iterator}.name in V8 / FF\n if (DEF_VALUES && $native && $native.name !== VALUES) {\n VALUES_BUG = true;\n $default = function values() { return $native.call(this); };\n }\n // Define iterator\n if ((!LIBRARY || FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {\n hide(proto, ITERATOR, $default);\n }\n // Plug for library\n Iterators[NAME] = $default;\n Iterators[TAG] = returnThis;\n if (DEFAULT) {\n methods = {\n values: DEF_VALUES ? $default : getMethod(VALUES),\n keys: IS_SET ? $default : getMethod(KEYS),\n entries: $entries\n };\n if (FORCED) for (key in methods) {\n if (!(key in proto)) redefine(proto, key, methods[key]);\n } else $export($export.P + $export.F * (BUGGY || VALUES_BUG), NAME, methods);\n }\n return methods;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_iter-detect.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/core-js/modules/_iter-detect.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar ITERATOR = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('iterator');\nvar SAFE_CLOSING = false;\n\ntry {\n var riter = [7][ITERATOR]();\n riter['return'] = function () { SAFE_CLOSING = true; };\n // eslint-disable-next-line no-throw-literal\n Array.from(riter, function () { throw 2; });\n} catch (e) { /* empty */ }\n\nmodule.exports = function (exec, skipClosing) {\n if (!skipClosing && !SAFE_CLOSING) return false;\n var safe = false;\n try {\n var arr = [7];\n var iter = arr[ITERATOR]();\n iter.next = function () { return { done: safe = true }; };\n arr[ITERATOR] = function () { return iter; };\n exec(arr);\n } catch (e) { /* empty */ }\n return safe;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_iter-step.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_iter-step.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nmodule.exports = function (done, value) {\n return { value: value, done: !!done };\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_iterators.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_iterators.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nmodule.exports = {};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_library.js\":\n/*!**************************************************!*\\\n !*** ./node_modules/core-js/modules/_library.js ***!\n \\**************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nmodule.exports = false;\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_meta.js\":\n/*!***********************************************!*\\\n !*** ./node_modules/core-js/modules/_meta.js ***!\n \\***********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar META = __webpack_require__(/*! ./_uid */ \"./node_modules/core-js/modules/_uid.js\")('meta');\nvar isObject = __webpack_require__(/*! ./_is-object */ \"./node_modules/core-js/modules/_is-object.js\");\nvar has = __webpack_require__(/*! ./_has */ \"./node_modules/core-js/modules/_has.js\");\nvar setDesc = __webpack_require__(/*! ./_object-dp */ \"./node_modules/core-js/modules/_object-dp.js\").f;\nvar id = 0;\nvar isExtensible = Object.isExtensible || function () {\n return true;\n};\nvar FREEZE = !__webpack_require__(/*! ./_fails */ \"./node_modules/core-js/modules/_fails.js\")(function () {\n return isExtensible(Object.preventExtensions({}));\n});\nvar setMeta = function (it) {\n setDesc(it, META, { value: {\n i: 'O' + ++id, // object ID\n w: {} // weak collections IDs\n } });\n};\nvar fastKey = function (it, create) {\n // return primitive with prefix\n if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;\n if (!has(it, META)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return 'F';\n // not necessary to add metadata\n if (!create) return 'E';\n // add missing metadata\n setMeta(it);\n // return object ID\n } return it[META].i;\n};\nvar getWeak = function (it, create) {\n if (!has(it, META)) {\n // can't set metadata to uncaught frozen object\n if (!isExtensible(it)) return true;\n // not necessary to add metadata\n if (!create) return false;\n // add missing metadata\n setMeta(it);\n // return hash weak collections IDs\n } return it[META].w;\n};\n// add metadata on freeze-family methods calling\nvar onFreeze = function (it) {\n if (FREEZE && meta.NEED && isExtensible(it) && !has(it, META)) setMeta(it);\n return it;\n};\nvar meta = module.exports = {\n KEY: META,\n NEED: false,\n fastKey: fastKey,\n getWeak: getWeak,\n onFreeze: onFreeze\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-create.js\":\n/*!********************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-create.js ***!\n \\********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])\nvar anObject = __webpack_require__(/*! ./_an-object */ \"./node_modules/core-js/modules/_an-object.js\");\nvar dPs = __webpack_require__(/*! ./_object-dps */ \"./node_modules/core-js/modules/_object-dps.js\");\nvar enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ \"./node_modules/core-js/modules/_enum-bug-keys.js\");\nvar IE_PROTO = __webpack_require__(/*! ./_shared-key */ \"./node_modules/core-js/modules/_shared-key.js\")('IE_PROTO');\nvar Empty = function () { /* empty */ };\nvar PROTOTYPE = 'prototype';\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar createDict = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = __webpack_require__(/*! ./_dom-create */ \"./node_modules/core-js/modules/_dom-create.js\")('iframe');\n var i = enumBugKeys.length;\n var lt = '<';\n var gt = '>';\n var iframeDocument;\n iframe.style.display = 'none';\n __webpack_require__(/*! ./_html */ \"./node_modules/core-js/modules/_html.js\").appendChild(iframe);\n iframe.src = 'javascript:'; // eslint-disable-line no-script-url\n // createDict = iframe.contentWindow.Object;\n // html.removeChild(iframe);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);\n iframeDocument.close();\n createDict = iframeDocument.F;\n while (i--) delete createDict[PROTOTYPE][enumBugKeys[i]];\n return createDict();\n};\n\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n Empty[PROTOTYPE] = anObject(O);\n result = new Empty();\n Empty[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = createDict();\n return Properties === undefined ? result : dPs(result, Properties);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-dp.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-dp.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar anObject = __webpack_require__(/*! ./_an-object */ \"./node_modules/core-js/modules/_an-object.js\");\nvar IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ \"./node_modules/core-js/modules/_ie8-dom-define.js\");\nvar toPrimitive = __webpack_require__(/*! ./_to-primitive */ \"./node_modules/core-js/modules/_to-primitive.js\");\nvar dP = Object.defineProperty;\n\nexports.f = __webpack_require__(/*! ./_descriptors */ \"./node_modules/core-js/modules/_descriptors.js\") ? Object.defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return dP(O, P, Attributes);\n } catch (e) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported!');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-dps.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-dps.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar dP = __webpack_require__(/*! ./_object-dp */ \"./node_modules/core-js/modules/_object-dp.js\");\nvar anObject = __webpack_require__(/*! ./_an-object */ \"./node_modules/core-js/modules/_an-object.js\");\nvar getKeys = __webpack_require__(/*! ./_object-keys */ \"./node_modules/core-js/modules/_object-keys.js\");\n\nmodule.exports = __webpack_require__(/*! ./_descriptors */ \"./node_modules/core-js/modules/_descriptors.js\") ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var keys = getKeys(Properties);\n var length = keys.length;\n var i = 0;\n var P;\n while (length > i) dP.f(O, P = keys[i++], Properties[P]);\n return O;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-gopd.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-gopd.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar pIE = __webpack_require__(/*! ./_object-pie */ \"./node_modules/core-js/modules/_object-pie.js\");\nvar createDesc = __webpack_require__(/*! ./_property-desc */ \"./node_modules/core-js/modules/_property-desc.js\");\nvar toIObject = __webpack_require__(/*! ./_to-iobject */ \"./node_modules/core-js/modules/_to-iobject.js\");\nvar toPrimitive = __webpack_require__(/*! ./_to-primitive */ \"./node_modules/core-js/modules/_to-primitive.js\");\nvar has = __webpack_require__(/*! ./_has */ \"./node_modules/core-js/modules/_has.js\");\nvar IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ \"./node_modules/core-js/modules/_ie8-dom-define.js\");\nvar gOPD = Object.getOwnPropertyDescriptor;\n\nexports.f = __webpack_require__(/*! ./_descriptors */ \"./node_modules/core-js/modules/_descriptors.js\") ? gOPD : function getOwnPropertyDescriptor(O, P) {\n O = toIObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return gOPD(O, P);\n } catch (e) { /* empty */ }\n if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-gopn-ext.js\":\n/*!**********************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-gopn-ext.js ***!\n \\**********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nvar toIObject = __webpack_require__(/*! ./_to-iobject */ \"./node_modules/core-js/modules/_to-iobject.js\");\nvar gOPN = __webpack_require__(/*! ./_object-gopn */ \"./node_modules/core-js/modules/_object-gopn.js\").f;\nvar toString = {}.toString;\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return gOPN(it);\n } catch (e) {\n return windowNames.slice();\n }\n};\n\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : gOPN(toIObject(it));\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-gopn.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-gopn.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)\nvar $keys = __webpack_require__(/*! ./_object-keys-internal */ \"./node_modules/core-js/modules/_object-keys-internal.js\");\nvar hiddenKeys = __webpack_require__(/*! ./_enum-bug-keys */ \"./node_modules/core-js/modules/_enum-bug-keys.js\").concat('length', 'prototype');\n\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return $keys(O, hiddenKeys);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-gops.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-gops.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nexports.f = Object.getOwnPropertySymbols;\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-gpo.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-gpo.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)\nvar has = __webpack_require__(/*! ./_has */ \"./node_modules/core-js/modules/_has.js\");\nvar toObject = __webpack_require__(/*! ./_to-object */ \"./node_modules/core-js/modules/_to-object.js\");\nvar IE_PROTO = __webpack_require__(/*! ./_shared-key */ \"./node_modules/core-js/modules/_shared-key.js\")('IE_PROTO');\nvar ObjectProto = Object.prototype;\n\nmodule.exports = Object.getPrototypeOf || function (O) {\n O = toObject(O);\n if (has(O, IE_PROTO)) return O[IE_PROTO];\n if (typeof O.constructor == 'function' && O instanceof O.constructor) {\n return O.constructor.prototype;\n } return O instanceof Object ? ObjectProto : null;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-keys-internal.js\":\n/*!***************************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-keys-internal.js ***!\n \\***************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar has = __webpack_require__(/*! ./_has */ \"./node_modules/core-js/modules/_has.js\");\nvar toIObject = __webpack_require__(/*! ./_to-iobject */ \"./node_modules/core-js/modules/_to-iobject.js\");\nvar arrayIndexOf = __webpack_require__(/*! ./_array-includes */ \"./node_modules/core-js/modules/_array-includes.js\")(false);\nvar IE_PROTO = __webpack_require__(/*! ./_shared-key */ \"./node_modules/core-js/modules/_shared-key.js\")('IE_PROTO');\n\nmodule.exports = function (object, names) {\n var O = toIObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) if (key != IE_PROTO) has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~arrayIndexOf(result, key) || result.push(key);\n }\n return result;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-keys.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-keys.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 19.1.2.14 / 15.2.3.14 Object.keys(O)\nvar $keys = __webpack_require__(/*! ./_object-keys-internal */ \"./node_modules/core-js/modules/_object-keys-internal.js\");\nvar enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ \"./node_modules/core-js/modules/_enum-bug-keys.js\");\n\nmodule.exports = Object.keys || function keys(O) {\n return $keys(O, enumBugKeys);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_object-pie.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_object-pie.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nexports.f = {}.propertyIsEnumerable;\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_own-keys.js\":\n/*!***************************************************!*\\\n !*** ./node_modules/core-js/modules/_own-keys.js ***!\n \\***************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// all object keys, includes non-enumerable and symbols\nvar gOPN = __webpack_require__(/*! ./_object-gopn */ \"./node_modules/core-js/modules/_object-gopn.js\");\nvar gOPS = __webpack_require__(/*! ./_object-gops */ \"./node_modules/core-js/modules/_object-gops.js\");\nvar anObject = __webpack_require__(/*! ./_an-object */ \"./node_modules/core-js/modules/_an-object.js\");\nvar Reflect = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\").Reflect;\nmodule.exports = Reflect && Reflect.ownKeys || function ownKeys(it) {\n var keys = gOPN.f(anObject(it));\n var getSymbols = gOPS.f;\n return getSymbols ? keys.concat(getSymbols(it)) : keys;\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_property-desc.js\":\n/*!********************************************************!*\\\n !*** ./node_modules/core-js/modules/_property-desc.js ***!\n \\********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nmodule.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_redefine.js\":\n/*!***************************************************!*\\\n !*** ./node_modules/core-js/modules/_redefine.js ***!\n \\***************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar global = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\");\nvar hide = __webpack_require__(/*! ./_hide */ \"./node_modules/core-js/modules/_hide.js\");\nvar has = __webpack_require__(/*! ./_has */ \"./node_modules/core-js/modules/_has.js\");\nvar SRC = __webpack_require__(/*! ./_uid */ \"./node_modules/core-js/modules/_uid.js\")('src');\nvar $toString = __webpack_require__(/*! ./_function-to-string */ \"./node_modules/core-js/modules/_function-to-string.js\");\nvar TO_STRING = 'toString';\nvar TPL = ('' + $toString).split(TO_STRING);\n\n__webpack_require__(/*! ./_core */ \"./node_modules/core-js/modules/_core.js\").inspectSource = function (it) {\n return $toString.call(it);\n};\n\n(module.exports = function (O, key, val, safe) {\n var isFunction = typeof val == 'function';\n if (isFunction) has(val, 'name') || hide(val, 'name', key);\n if (O[key] === val) return;\n if (isFunction) has(val, SRC) || hide(val, SRC, O[key] ? '' + O[key] : TPL.join(String(key)));\n if (O === global) {\n O[key] = val;\n } else if (!safe) {\n delete O[key];\n hide(O, key, val);\n } else if (O[key]) {\n O[key] = val;\n } else {\n hide(O, key, val);\n }\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, TO_STRING, function toString() {\n return typeof this == 'function' && this[SRC] || $toString.call(this);\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_regexp-exec-abstract.js\":\n/*!***************************************************************!*\\\n !*** ./node_modules/core-js/modules/_regexp-exec-abstract.js ***!\n \\***************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\nvar classof = __webpack_require__(/*! ./_classof */ \"./node_modules/core-js/modules/_classof.js\");\nvar builtinExec = RegExp.prototype.exec;\n\n // `RegExpExec` abstract operation\n// https://tc39.github.io/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (typeof exec === 'function') {\n var result = exec.call(R, S);\n if (typeof result !== 'object') {\n throw new TypeError('RegExp exec method returned something other than an Object or null');\n }\n return result;\n }\n if (classof(R) !== 'RegExp') {\n throw new TypeError('RegExp#exec called on incompatible receiver');\n }\n return builtinExec.call(R, S);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_regexp-exec.js\":\n/*!******************************************************!*\\\n !*** ./node_modules/core-js/modules/_regexp-exec.js ***!\n \\******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\nvar regexpFlags = __webpack_require__(/*! ./_flags */ \"./node_modules/core-js/modules/_flags.js\");\n\nvar nativeExec = RegExp.prototype.exec;\n// This always refers to the native implementation, because the\n// String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,\n// which loads this file before patching the method.\nvar nativeReplace = String.prototype.replace;\n\nvar patchedExec = nativeExec;\n\nvar LAST_INDEX = 'lastIndex';\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/,\n re2 = /b*/g;\n nativeExec.call(re1, 'a');\n nativeExec.call(re2, 'a');\n return re1[LAST_INDEX] !== 0 || re2[LAST_INDEX] !== 0;\n})();\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED;\n\nif (PATCH) {\n patchedExec = function exec(str) {\n var re = this;\n var lastIndex, reCopy, match, i;\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + re.source + '$(?!\\\\s)', regexpFlags.call(re));\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re[LAST_INDEX];\n\n match = nativeExec.call(re, str);\n\n if (UPDATES_LAST_INDEX_WRONG && match) {\n re[LAST_INDEX] = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/\n // eslint-disable-next-line no-loop-func\n nativeReplace.call(match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_set-to-string-tag.js\":\n/*!************************************************************!*\\\n !*** ./node_modules/core-js/modules/_set-to-string-tag.js ***!\n \\************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar def = __webpack_require__(/*! ./_object-dp */ \"./node_modules/core-js/modules/_object-dp.js\").f;\nvar has = __webpack_require__(/*! ./_has */ \"./node_modules/core-js/modules/_has.js\");\nvar TAG = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('toStringTag');\n\nmodule.exports = function (it, tag, stat) {\n if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_shared-key.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_shared-key.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar shared = __webpack_require__(/*! ./_shared */ \"./node_modules/core-js/modules/_shared.js\")('keys');\nvar uid = __webpack_require__(/*! ./_uid */ \"./node_modules/core-js/modules/_uid.js\");\nmodule.exports = function (key) {\n return shared[key] || (shared[key] = uid(key));\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_shared.js\":\n/*!*************************************************!*\\\n !*** ./node_modules/core-js/modules/_shared.js ***!\n \\*************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar core = __webpack_require__(/*! ./_core */ \"./node_modules/core-js/modules/_core.js\");\nvar global = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\");\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || (global[SHARED] = {});\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: core.version,\n mode: __webpack_require__(/*! ./_library */ \"./node_modules/core-js/modules/_library.js\") ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_species-constructor.js\":\n/*!**************************************************************!*\\\n !*** ./node_modules/core-js/modules/_species-constructor.js ***!\n \\**************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 7.3.20 SpeciesConstructor(O, defaultConstructor)\nvar anObject = __webpack_require__(/*! ./_an-object */ \"./node_modules/core-js/modules/_an-object.js\");\nvar aFunction = __webpack_require__(/*! ./_a-function */ \"./node_modules/core-js/modules/_a-function.js\");\nvar SPECIES = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('species');\nmodule.exports = function (O, D) {\n var C = anObject(O).constructor;\n var S;\n return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_string-at.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_string-at.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar toInteger = __webpack_require__(/*! ./_to-integer */ \"./node_modules/core-js/modules/_to-integer.js\");\nvar defined = __webpack_require__(/*! ./_defined */ \"./node_modules/core-js/modules/_defined.js\");\n// true -> String#at\n// false -> String#codePointAt\nmodule.exports = function (TO_STRING) {\n return function (that, pos) {\n var s = String(defined(that));\n var i = toInteger(pos);\n var l = s.length;\n var a, b;\n if (i < 0 || i >= l) return TO_STRING ? '' : undefined;\n a = s.charCodeAt(i);\n return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff\n ? TO_STRING ? s.charAt(i) : a\n : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;\n };\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_string-context.js\":\n/*!*********************************************************!*\\\n !*** ./node_modules/core-js/modules/_string-context.js ***!\n \\*********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// helper for String#{startsWith, endsWith, includes}\nvar isRegExp = __webpack_require__(/*! ./_is-regexp */ \"./node_modules/core-js/modules/_is-regexp.js\");\nvar defined = __webpack_require__(/*! ./_defined */ \"./node_modules/core-js/modules/_defined.js\");\n\nmodule.exports = function (that, searchString, NAME) {\n if (isRegExp(searchString)) throw TypeError('String#' + NAME + \" doesn't accept regex!\");\n return String(defined(that));\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_to-absolute-index.js\":\n/*!************************************************************!*\\\n !*** ./node_modules/core-js/modules/_to-absolute-index.js ***!\n \\************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar toInteger = __webpack_require__(/*! ./_to-integer */ \"./node_modules/core-js/modules/_to-integer.js\");\nvar max = Math.max;\nvar min = Math.min;\nmodule.exports = function (index, length) {\n index = toInteger(index);\n return index < 0 ? max(index + length, 0) : min(index, length);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_to-integer.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_to-integer.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\n// 7.1.4 ToInteger\nvar ceil = Math.ceil;\nvar floor = Math.floor;\nmodule.exports = function (it) {\n return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_to-iobject.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_to-iobject.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// to indexed object, toObject with fallback for non-array-like ES3 strings\nvar IObject = __webpack_require__(/*! ./_iobject */ \"./node_modules/core-js/modules/_iobject.js\");\nvar defined = __webpack_require__(/*! ./_defined */ \"./node_modules/core-js/modules/_defined.js\");\nmodule.exports = function (it) {\n return IObject(defined(it));\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_to-length.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_to-length.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 7.1.15 ToLength\nvar toInteger = __webpack_require__(/*! ./_to-integer */ \"./node_modules/core-js/modules/_to-integer.js\");\nvar min = Math.min;\nmodule.exports = function (it) {\n return it > 0 ? min(toInteger(it), 0x1fffffffffffff) : 0; // pow(2, 53) - 1 == 9007199254740991\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_to-object.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/_to-object.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 7.1.13 ToObject(argument)\nvar defined = __webpack_require__(/*! ./_defined */ \"./node_modules/core-js/modules/_defined.js\");\nmodule.exports = function (it) {\n return Object(defined(it));\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_to-primitive.js\":\n/*!*******************************************************!*\\\n !*** ./node_modules/core-js/modules/_to-primitive.js ***!\n \\*******************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 7.1.1 ToPrimitive(input [, PreferredType])\nvar isObject = __webpack_require__(/*! ./_is-object */ \"./node_modules/core-js/modules/_is-object.js\");\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (it, S) {\n if (!isObject(it)) return it;\n var fn, val;\n if (S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n if (typeof (fn = it.valueOf) == 'function' && !isObject(val = fn.call(it))) return val;\n if (!S && typeof (fn = it.toString) == 'function' && !isObject(val = fn.call(it))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_uid.js\":\n/*!**********************************************!*\\\n !*** ./node_modules/core-js/modules/_uid.js ***!\n \\**********************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nvar id = 0;\nvar px = Math.random();\nmodule.exports = function (key) {\n return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_wks-define.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/core-js/modules/_wks-define.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar global = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\");\nvar core = __webpack_require__(/*! ./_core */ \"./node_modules/core-js/modules/_core.js\");\nvar LIBRARY = __webpack_require__(/*! ./_library */ \"./node_modules/core-js/modules/_library.js\");\nvar wksExt = __webpack_require__(/*! ./_wks-ext */ \"./node_modules/core-js/modules/_wks-ext.js\");\nvar defineProperty = __webpack_require__(/*! ./_object-dp */ \"./node_modules/core-js/modules/_object-dp.js\").f;\nmodule.exports = function (name) {\n var $Symbol = core.Symbol || (core.Symbol = LIBRARY ? {} : global.Symbol || {});\n if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) });\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_wks-ext.js\":\n/*!**************************************************!*\\\n !*** ./node_modules/core-js/modules/_wks-ext.js ***!\n \\**************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nexports.f = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\");\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/_wks.js\":\n/*!**********************************************!*\\\n !*** ./node_modules/core-js/modules/_wks.js ***!\n \\**********************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar store = __webpack_require__(/*! ./_shared */ \"./node_modules/core-js/modules/_shared.js\")('wks');\nvar uid = __webpack_require__(/*! ./_uid */ \"./node_modules/core-js/modules/_uid.js\");\nvar Symbol = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\").Symbol;\nvar USE_SYMBOL = typeof Symbol == 'function';\n\nvar $exports = module.exports = function (name) {\n return store[name] || (store[name] =\n USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : uid)('Symbol.' + name));\n};\n\n$exports.store = store;\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/core.get-iterator-method.js\":\n/*!******************************************************************!*\\\n !*** ./node_modules/core-js/modules/core.get-iterator-method.js ***!\n \\******************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar classof = __webpack_require__(/*! ./_classof */ \"./node_modules/core-js/modules/_classof.js\");\nvar ITERATOR = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('iterator');\nvar Iterators = __webpack_require__(/*! ./_iterators */ \"./node_modules/core-js/modules/_iterators.js\");\nmodule.exports = __webpack_require__(/*! ./_core */ \"./node_modules/core-js/modules/_core.js\").getIteratorMethod = function (it) {\n if (it != undefined) return it[ITERATOR]\n || it['@@iterator']\n || Iterators[classof(it)];\n};\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es6.array.from.js\":\n/*!********************************************************!*\\\n !*** ./node_modules/core-js/modules/es6.array.from.js ***!\n \\********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\nvar ctx = __webpack_require__(/*! ./_ctx */ \"./node_modules/core-js/modules/_ctx.js\");\nvar $export = __webpack_require__(/*! ./_export */ \"./node_modules/core-js/modules/_export.js\");\nvar toObject = __webpack_require__(/*! ./_to-object */ \"./node_modules/core-js/modules/_to-object.js\");\nvar call = __webpack_require__(/*! ./_iter-call */ \"./node_modules/core-js/modules/_iter-call.js\");\nvar isArrayIter = __webpack_require__(/*! ./_is-array-iter */ \"./node_modules/core-js/modules/_is-array-iter.js\");\nvar toLength = __webpack_require__(/*! ./_to-length */ \"./node_modules/core-js/modules/_to-length.js\");\nvar createProperty = __webpack_require__(/*! ./_create-property */ \"./node_modules/core-js/modules/_create-property.js\");\nvar getIterFn = __webpack_require__(/*! ./core.get-iterator-method */ \"./node_modules/core-js/modules/core.get-iterator-method.js\");\n\n$export($export.S + $export.F * !__webpack_require__(/*! ./_iter-detect */ \"./node_modules/core-js/modules/_iter-detect.js\")(function (iter) { Array.from(iter); }), 'Array', {\n // 22.1.2.1 Array.from(arrayLike, mapfn = undefined, thisArg = undefined)\n from: function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {\n var O = toObject(arrayLike);\n var C = typeof this == 'function' ? this : Array;\n var aLen = arguments.length;\n var mapfn = aLen > 1 ? arguments[1] : undefined;\n var mapping = mapfn !== undefined;\n var index = 0;\n var iterFn = getIterFn(O);\n var length, result, step, iterator;\n if (mapping) mapfn = ctx(mapfn, aLen > 2 ? arguments[2] : undefined, 2);\n // if object isn't iterable or it's array with default iterator - use simple case\n if (iterFn != undefined && !(C == Array && isArrayIter(iterFn))) {\n for (iterator = iterFn.call(O), result = new C(); !(step = iterator.next()).done; index++) {\n createProperty(result, index, mapping ? call(iterator, mapfn, [step.value, index], true) : step.value);\n }\n } else {\n length = toLength(O.length);\n for (result = new C(length); length > index; index++) {\n createProperty(result, index, mapping ? mapfn(O[index], index) : O[index]);\n }\n }\n result.length = index;\n return result;\n }\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es6.array.iterator.js\":\n/*!************************************************************!*\\\n !*** ./node_modules/core-js/modules/es6.array.iterator.js ***!\n \\************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\nvar addToUnscopables = __webpack_require__(/*! ./_add-to-unscopables */ \"./node_modules/core-js/modules/_add-to-unscopables.js\");\nvar step = __webpack_require__(/*! ./_iter-step */ \"./node_modules/core-js/modules/_iter-step.js\");\nvar Iterators = __webpack_require__(/*! ./_iterators */ \"./node_modules/core-js/modules/_iterators.js\");\nvar toIObject = __webpack_require__(/*! ./_to-iobject */ \"./node_modules/core-js/modules/_to-iobject.js\");\n\n// 22.1.3.4 Array.prototype.entries()\n// 22.1.3.13 Array.prototype.keys()\n// 22.1.3.29 Array.prototype.values()\n// 22.1.3.30 Array.prototype[@@iterator]()\nmodule.exports = __webpack_require__(/*! ./_iter-define */ \"./node_modules/core-js/modules/_iter-define.js\")(Array, 'Array', function (iterated, kind) {\n this._t = toIObject(iterated); // target\n this._i = 0; // next index\n this._k = kind; // kind\n// 22.1.5.2.1 %ArrayIteratorPrototype%.next()\n}, function () {\n var O = this._t;\n var kind = this._k;\n var index = this._i++;\n if (!O || index >= O.length) {\n this._t = undefined;\n return step(1);\n }\n if (kind == 'keys') return step(0, index);\n if (kind == 'values') return step(0, O[index]);\n return step(0, [index, O[index]]);\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values% (9.4.4.6, 9.4.4.7)\nIterators.Arguments = Iterators.Array;\n\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es6.function.name.js\":\n/*!***********************************************************!*\\\n !*** ./node_modules/core-js/modules/es6.function.name.js ***!\n \\***********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar dP = __webpack_require__(/*! ./_object-dp */ \"./node_modules/core-js/modules/_object-dp.js\").f;\nvar FProto = Function.prototype;\nvar nameRE = /^\\s*function ([^ (]*)/;\nvar NAME = 'name';\n\n// 19.2.4.2 name\nNAME in FProto || __webpack_require__(/*! ./_descriptors */ \"./node_modules/core-js/modules/_descriptors.js\") && dP(FProto, NAME, {\n configurable: true,\n get: function () {\n try {\n return ('' + this).match(nameRE)[1];\n } catch (e) {\n return '';\n }\n }\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es6.number.is-finite.js\":\n/*!**************************************************************!*\\\n !*** ./node_modules/core-js/modules/es6.number.is-finite.js ***!\n \\**************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// 20.1.2.2 Number.isFinite(number)\nvar $export = __webpack_require__(/*! ./_export */ \"./node_modules/core-js/modules/_export.js\");\nvar _isFinite = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\").isFinite;\n\n$export($export.S, 'Number', {\n isFinite: function isFinite(it) {\n return typeof it == 'number' && _isFinite(it);\n }\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es6.object.to-string.js\":\n/*!**************************************************************!*\\\n !*** ./node_modules/core-js/modules/es6.object.to-string.js ***!\n \\**************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n// 19.1.3.6 Object.prototype.toString()\nvar classof = __webpack_require__(/*! ./_classof */ \"./node_modules/core-js/modules/_classof.js\");\nvar test = {};\ntest[__webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\")('toStringTag')] = 'z';\nif (test + '' != '[object z]') {\n __webpack_require__(/*! ./_redefine */ \"./node_modules/core-js/modules/_redefine.js\")(Object.prototype, 'toString', function toString() {\n return '[object ' + classof(this) + ']';\n }, true);\n}\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es6.regexp.exec.js\":\n/*!*********************************************************!*\\\n !*** ./node_modules/core-js/modules/es6.regexp.exec.js ***!\n \\*********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\nvar regexpExec = __webpack_require__(/*! ./_regexp-exec */ \"./node_modules/core-js/modules/_regexp-exec.js\");\n__webpack_require__(/*! ./_export */ \"./node_modules/core-js/modules/_export.js\")({\n target: 'RegExp',\n proto: true,\n forced: regexpExec !== /./.exec\n}, {\n exec: regexpExec\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es6.regexp.split.js\":\n/*!**********************************************************!*\\\n !*** ./node_modules/core-js/modules/es6.regexp.split.js ***!\n \\**********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n\nvar isRegExp = __webpack_require__(/*! ./_is-regexp */ \"./node_modules/core-js/modules/_is-regexp.js\");\nvar anObject = __webpack_require__(/*! ./_an-object */ \"./node_modules/core-js/modules/_an-object.js\");\nvar speciesConstructor = __webpack_require__(/*! ./_species-constructor */ \"./node_modules/core-js/modules/_species-constructor.js\");\nvar advanceStringIndex = __webpack_require__(/*! ./_advance-string-index */ \"./node_modules/core-js/modules/_advance-string-index.js\");\nvar toLength = __webpack_require__(/*! ./_to-length */ \"./node_modules/core-js/modules/_to-length.js\");\nvar callRegExpExec = __webpack_require__(/*! ./_regexp-exec-abstract */ \"./node_modules/core-js/modules/_regexp-exec-abstract.js\");\nvar regexpExec = __webpack_require__(/*! ./_regexp-exec */ \"./node_modules/core-js/modules/_regexp-exec.js\");\nvar fails = __webpack_require__(/*! ./_fails */ \"./node_modules/core-js/modules/_fails.js\");\nvar $min = Math.min;\nvar $push = [].push;\nvar $SPLIT = 'split';\nvar LENGTH = 'length';\nvar LAST_INDEX = 'lastIndex';\nvar MAX_UINT32 = 0xffffffff;\n\n// babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError\nvar SUPPORTS_Y = !fails(function () { RegExp(MAX_UINT32, 'y'); });\n\n// @@split logic\n__webpack_require__(/*! ./_fix-re-wks */ \"./node_modules/core-js/modules/_fix-re-wks.js\")('split', 2, function (defined, SPLIT, $split, maybeCallNative) {\n var internalSplit;\n if (\n 'abbc'[$SPLIT](/(b)*/)[1] == 'c' ||\n 'test'[$SPLIT](/(?:)/, -1)[LENGTH] != 4 ||\n 'ab'[$SPLIT](/(?:ab)*/)[LENGTH] != 2 ||\n '.'[$SPLIT](/(.?)(.?)/)[LENGTH] != 4 ||\n '.'[$SPLIT](/()()/)[LENGTH] > 1 ||\n ''[$SPLIT](/.?/)[LENGTH]\n ) {\n // based on es5-shim implementation, need to rework it\n internalSplit = function (separator, limit) {\n var string = String(this);\n if (separator === undefined && limit === 0) return [];\n // If `separator` is not a regex, use native split\n if (!isRegExp(separator)) return $split.call(string, separator, limit);\n var output = [];\n var flags = (separator.ignoreCase ? 'i' : '') +\n (separator.multiline ? 'm' : '') +\n (separator.unicode ? 'u' : '') +\n (separator.sticky ? 'y' : '');\n var lastLastIndex = 0;\n var splitLimit = limit === undefined ? MAX_UINT32 : limit >>> 0;\n // Make `global` and avoid `lastIndex` issues by working with a copy\n var separatorCopy = new RegExp(separator.source, flags + 'g');\n var match, lastIndex, lastLength;\n while (match = regexpExec.call(separatorCopy, string)) {\n lastIndex = separatorCopy[LAST_INDEX];\n if (lastIndex > lastLastIndex) {\n output.push(string.slice(lastLastIndex, match.index));\n if (match[LENGTH] > 1 && match.index < string[LENGTH]) $push.apply(output, match.slice(1));\n lastLength = match[0][LENGTH];\n lastLastIndex = lastIndex;\n if (output[LENGTH] >= splitLimit) break;\n }\n if (separatorCopy[LAST_INDEX] === match.index) separatorCopy[LAST_INDEX]++; // Avoid an infinite loop\n }\n if (lastLastIndex === string[LENGTH]) {\n if (lastLength || !separatorCopy.test('')) output.push('');\n } else output.push(string.slice(lastLastIndex));\n return output[LENGTH] > splitLimit ? output.slice(0, splitLimit) : output;\n };\n // Chakra, V8\n } else if ('0'[$SPLIT](undefined, 0)[LENGTH]) {\n internalSplit = function (separator, limit) {\n return separator === undefined && limit === 0 ? [] : $split.call(this, separator, limit);\n };\n } else {\n internalSplit = $split;\n }\n\n return [\n // `String.prototype.split` method\n // https://tc39.github.io/ecma262/#sec-string.prototype.split\n function split(separator, limit) {\n var O = defined(this);\n var splitter = separator == undefined ? undefined : separator[SPLIT];\n return splitter !== undefined\n ? splitter.call(separator, O, limit)\n : internalSplit.call(String(O), separator, limit);\n },\n // `RegExp.prototype[@@split]` method\n // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split\n //\n // NOTE: This cannot be properly polyfilled in engines that don't support\n // the 'y' flag.\n function (regexp, limit) {\n var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== $split);\n if (res.done) return res.value;\n\n var rx = anObject(regexp);\n var S = String(this);\n var C = speciesConstructor(rx, RegExp);\n\n var unicodeMatching = rx.unicode;\n var flags = (rx.ignoreCase ? 'i' : '') +\n (rx.multiline ? 'm' : '') +\n (rx.unicode ? 'u' : '') +\n (SUPPORTS_Y ? 'y' : 'g');\n\n // ^(? + rx + ) is needed, in combination with some S slicing, to\n // simulate the 'y' flag.\n var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);\n var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;\n if (lim === 0) return [];\n if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : [];\n var p = 0;\n var q = 0;\n var A = [];\n while (q < S.length) {\n splitter.lastIndex = SUPPORTS_Y ? q : 0;\n var z = callRegExpExec(splitter, SUPPORTS_Y ? S : S.slice(q));\n var e;\n if (\n z === null ||\n (e = $min(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p\n ) {\n q = advanceStringIndex(S, q, unicodeMatching);\n } else {\n A.push(S.slice(p, q));\n if (A.length === lim) return A;\n for (var i = 1; i <= z.length - 1; i++) {\n A.push(z[i]);\n if (A.length === lim) return A;\n }\n q = p = e;\n }\n }\n A.push(S.slice(p));\n return A;\n }\n ];\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es6.string.includes.js\":\n/*!*************************************************************!*\\\n !*** ./node_modules/core-js/modules/es6.string.includes.js ***!\n \\*************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n// 21.1.3.7 String.prototype.includes(searchString, position = 0)\n\nvar $export = __webpack_require__(/*! ./_export */ \"./node_modules/core-js/modules/_export.js\");\nvar context = __webpack_require__(/*! ./_string-context */ \"./node_modules/core-js/modules/_string-context.js\");\nvar INCLUDES = 'includes';\n\n$export($export.P + $export.F * __webpack_require__(/*! ./_fails-is-regexp */ \"./node_modules/core-js/modules/_fails-is-regexp.js\")(INCLUDES), 'String', {\n includes: function includes(searchString /* , position = 0 */) {\n return !!~context(this, searchString, INCLUDES)\n .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es6.symbol.js\":\n/*!****************************************************!*\\\n !*** ./node_modules/core-js/modules/es6.symbol.js ***!\n \\****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n// ECMAScript 6 symbols shim\nvar global = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\");\nvar has = __webpack_require__(/*! ./_has */ \"./node_modules/core-js/modules/_has.js\");\nvar DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ \"./node_modules/core-js/modules/_descriptors.js\");\nvar $export = __webpack_require__(/*! ./_export */ \"./node_modules/core-js/modules/_export.js\");\nvar redefine = __webpack_require__(/*! ./_redefine */ \"./node_modules/core-js/modules/_redefine.js\");\nvar META = __webpack_require__(/*! ./_meta */ \"./node_modules/core-js/modules/_meta.js\").KEY;\nvar $fails = __webpack_require__(/*! ./_fails */ \"./node_modules/core-js/modules/_fails.js\");\nvar shared = __webpack_require__(/*! ./_shared */ \"./node_modules/core-js/modules/_shared.js\");\nvar setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ \"./node_modules/core-js/modules/_set-to-string-tag.js\");\nvar uid = __webpack_require__(/*! ./_uid */ \"./node_modules/core-js/modules/_uid.js\");\nvar wks = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\");\nvar wksExt = __webpack_require__(/*! ./_wks-ext */ \"./node_modules/core-js/modules/_wks-ext.js\");\nvar wksDefine = __webpack_require__(/*! ./_wks-define */ \"./node_modules/core-js/modules/_wks-define.js\");\nvar enumKeys = __webpack_require__(/*! ./_enum-keys */ \"./node_modules/core-js/modules/_enum-keys.js\");\nvar isArray = __webpack_require__(/*! ./_is-array */ \"./node_modules/core-js/modules/_is-array.js\");\nvar anObject = __webpack_require__(/*! ./_an-object */ \"./node_modules/core-js/modules/_an-object.js\");\nvar isObject = __webpack_require__(/*! ./_is-object */ \"./node_modules/core-js/modules/_is-object.js\");\nvar toObject = __webpack_require__(/*! ./_to-object */ \"./node_modules/core-js/modules/_to-object.js\");\nvar toIObject = __webpack_require__(/*! ./_to-iobject */ \"./node_modules/core-js/modules/_to-iobject.js\");\nvar toPrimitive = __webpack_require__(/*! ./_to-primitive */ \"./node_modules/core-js/modules/_to-primitive.js\");\nvar createDesc = __webpack_require__(/*! ./_property-desc */ \"./node_modules/core-js/modules/_property-desc.js\");\nvar _create = __webpack_require__(/*! ./_object-create */ \"./node_modules/core-js/modules/_object-create.js\");\nvar gOPNExt = __webpack_require__(/*! ./_object-gopn-ext */ \"./node_modules/core-js/modules/_object-gopn-ext.js\");\nvar $GOPD = __webpack_require__(/*! ./_object-gopd */ \"./node_modules/core-js/modules/_object-gopd.js\");\nvar $GOPS = __webpack_require__(/*! ./_object-gops */ \"./node_modules/core-js/modules/_object-gops.js\");\nvar $DP = __webpack_require__(/*! ./_object-dp */ \"./node_modules/core-js/modules/_object-dp.js\");\nvar $keys = __webpack_require__(/*! ./_object-keys */ \"./node_modules/core-js/modules/_object-keys.js\");\nvar gOPD = $GOPD.f;\nvar dP = $DP.f;\nvar gOPN = gOPNExt.f;\nvar $Symbol = global.Symbol;\nvar $JSON = global.JSON;\nvar _stringify = $JSON && $JSON.stringify;\nvar PROTOTYPE = 'prototype';\nvar HIDDEN = wks('_hidden');\nvar TO_PRIMITIVE = wks('toPrimitive');\nvar isEnum = {}.propertyIsEnumerable;\nvar SymbolRegistry = shared('symbol-registry');\nvar AllSymbols = shared('symbols');\nvar OPSymbols = shared('op-symbols');\nvar ObjectProto = Object[PROTOTYPE];\nvar USE_NATIVE = typeof $Symbol == 'function' && !!$GOPS.f;\nvar QObject = global.QObject;\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar setSymbolDesc = DESCRIPTORS && $fails(function () {\n return _create(dP({}, 'a', {\n get: function () { return dP(this, 'a', { value: 7 }).a; }\n })).a != 7;\n}) ? function (it, key, D) {\n var protoDesc = gOPD(ObjectProto, key);\n if (protoDesc) delete ObjectProto[key];\n dP(it, key, D);\n if (protoDesc && it !== ObjectProto) dP(ObjectProto, key, protoDesc);\n} : dP;\n\nvar wrap = function (tag) {\n var sym = AllSymbols[tag] = _create($Symbol[PROTOTYPE]);\n sym._k = tag;\n return sym;\n};\n\nvar isSymbol = USE_NATIVE && typeof $Symbol.iterator == 'symbol' ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n return it instanceof $Symbol;\n};\n\nvar $defineProperty = function defineProperty(it, key, D) {\n if (it === ObjectProto) $defineProperty(OPSymbols, key, D);\n anObject(it);\n key = toPrimitive(key, true);\n anObject(D);\n if (has(AllSymbols, key)) {\n if (!D.enumerable) {\n if (!has(it, HIDDEN)) dP(it, HIDDEN, createDesc(1, {}));\n it[HIDDEN][key] = true;\n } else {\n if (has(it, HIDDEN) && it[HIDDEN][key]) it[HIDDEN][key] = false;\n D = _create(D, { enumerable: createDesc(0, false) });\n } return setSymbolDesc(it, key, D);\n } return dP(it, key, D);\n};\nvar $defineProperties = function defineProperties(it, P) {\n anObject(it);\n var keys = enumKeys(P = toIObject(P));\n var i = 0;\n var l = keys.length;\n var key;\n while (l > i) $defineProperty(it, key = keys[i++], P[key]);\n return it;\n};\nvar $create = function create(it, P) {\n return P === undefined ? _create(it) : $defineProperties(_create(it), P);\n};\nvar $propertyIsEnumerable = function propertyIsEnumerable(key) {\n var E = isEnum.call(this, key = toPrimitive(key, true));\n if (this === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return false;\n return E || !has(this, key) || !has(AllSymbols, key) || has(this, HIDDEN) && this[HIDDEN][key] ? E : true;\n};\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(it, key) {\n it = toIObject(it);\n key = toPrimitive(key, true);\n if (it === ObjectProto && has(AllSymbols, key) && !has(OPSymbols, key)) return;\n var D = gOPD(it, key);\n if (D && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) D.enumerable = true;\n return D;\n};\nvar $getOwnPropertyNames = function getOwnPropertyNames(it) {\n var names = gOPN(toIObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (!has(AllSymbols, key = names[i++]) && key != HIDDEN && key != META) result.push(key);\n } return result;\n};\nvar $getOwnPropertySymbols = function getOwnPropertySymbols(it) {\n var IS_OP = it === ObjectProto;\n var names = gOPN(IS_OP ? OPSymbols : toIObject(it));\n var result = [];\n var i = 0;\n var key;\n while (names.length > i) {\n if (has(AllSymbols, key = names[i++]) && (IS_OP ? has(ObjectProto, key) : true)) result.push(AllSymbols[key]);\n } return result;\n};\n\n// 19.4.1.1 Symbol([description])\nif (!USE_NATIVE) {\n $Symbol = function Symbol() {\n if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor!');\n var tag = uid(arguments.length > 0 ? arguments[0] : undefined);\n var $set = function (value) {\n if (this === ObjectProto) $set.call(OPSymbols, value);\n if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false;\n setSymbolDesc(this, tag, createDesc(1, value));\n };\n if (DESCRIPTORS && setter) setSymbolDesc(ObjectProto, tag, { configurable: true, set: $set });\n return wrap(tag);\n };\n redefine($Symbol[PROTOTYPE], 'toString', function toString() {\n return this._k;\n });\n\n $GOPD.f = $getOwnPropertyDescriptor;\n $DP.f = $defineProperty;\n __webpack_require__(/*! ./_object-gopn */ \"./node_modules/core-js/modules/_object-gopn.js\").f = gOPNExt.f = $getOwnPropertyNames;\n __webpack_require__(/*! ./_object-pie */ \"./node_modules/core-js/modules/_object-pie.js\").f = $propertyIsEnumerable;\n $GOPS.f = $getOwnPropertySymbols;\n\n if (DESCRIPTORS && !__webpack_require__(/*! ./_library */ \"./node_modules/core-js/modules/_library.js\")) {\n redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);\n }\n\n wksExt.f = function (name) {\n return wrap(wks(name));\n };\n}\n\n$export($export.G + $export.W + $export.F * !USE_NATIVE, { Symbol: $Symbol });\n\nfor (var es6Symbols = (\n // 19.4.2.2, 19.4.2.3, 19.4.2.4, 19.4.2.6, 19.4.2.8, 19.4.2.9, 19.4.2.10, 19.4.2.11, 19.4.2.12, 19.4.2.13, 19.4.2.14\n 'hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables'\n).split(','), j = 0; es6Symbols.length > j;)wks(es6Symbols[j++]);\n\nfor (var wellKnownSymbols = $keys(wks.store), k = 0; wellKnownSymbols.length > k;) wksDefine(wellKnownSymbols[k++]);\n\n$export($export.S + $export.F * !USE_NATIVE, 'Symbol', {\n // 19.4.2.1 Symbol.for(key)\n 'for': function (key) {\n return has(SymbolRegistry, key += '')\n ? SymbolRegistry[key]\n : SymbolRegistry[key] = $Symbol(key);\n },\n // 19.4.2.5 Symbol.keyFor(sym)\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol!');\n for (var key in SymbolRegistry) if (SymbolRegistry[key] === sym) return key;\n },\n useSetter: function () { setter = true; },\n useSimple: function () { setter = false; }\n});\n\n$export($export.S + $export.F * !USE_NATIVE, 'Object', {\n // 19.1.2.2 Object.create(O [, Properties])\n create: $create,\n // 19.1.2.4 Object.defineProperty(O, P, Attributes)\n defineProperty: $defineProperty,\n // 19.1.2.3 Object.defineProperties(O, Properties)\n defineProperties: $defineProperties,\n // 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor,\n // 19.1.2.7 Object.getOwnPropertyNames(O)\n getOwnPropertyNames: $getOwnPropertyNames,\n // 19.1.2.8 Object.getOwnPropertySymbols(O)\n getOwnPropertySymbols: $getOwnPropertySymbols\n});\n\n// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives\n// https://bugs.chromium.org/p/v8/issues/detail?id=3443\nvar FAILS_ON_PRIMITIVES = $fails(function () { $GOPS.f(1); });\n\n$export($export.S + $export.F * FAILS_ON_PRIMITIVES, 'Object', {\n getOwnPropertySymbols: function getOwnPropertySymbols(it) {\n return $GOPS.f(toObject(it));\n }\n});\n\n// 24.3.2 JSON.stringify(value [, replacer [, space]])\n$JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {\n var S = $Symbol();\n // MS Edge converts symbol values to JSON as {}\n // WebKit converts symbol values to JSON as null\n // V8 throws on boxed symbols\n return _stringify([S]) != '[null]' || _stringify({ a: S }) != '{}' || _stringify(Object(S)) != '{}';\n})), 'JSON', {\n stringify: function stringify(it) {\n var args = [it];\n var i = 1;\n var replacer, $replacer;\n while (arguments.length > i) args.push(arguments[i++]);\n $replacer = replacer = args[1];\n if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined\n if (!isArray(replacer)) replacer = function (key, value) {\n if (typeof $replacer == 'function') value = $replacer.call(this, key, value);\n if (!isSymbol(value)) return value;\n };\n args[1] = replacer;\n return _stringify.apply($JSON, args);\n }\n});\n\n// 19.4.3.4 Symbol.prototype[@@toPrimitive](hint)\n$Symbol[PROTOTYPE][TO_PRIMITIVE] || __webpack_require__(/*! ./_hide */ \"./node_modules/core-js/modules/_hide.js\")($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf);\n// 19.4.3.5 Symbol.prototype[@@toStringTag]\nsetToStringTag($Symbol, 'Symbol');\n// 20.2.1.9 Math[@@toStringTag]\nsetToStringTag(Math, 'Math', true);\n// 24.3.3 JSON[@@toStringTag]\nsetToStringTag(global.JSON, 'JSON', true);\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es7.array.includes.js\":\n/*!************************************************************!*\\\n !*** ./node_modules/core-js/modules/es7.array.includes.js ***!\n \\************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n\"use strict\";\n\n// https://github.com/tc39/Array.prototype.includes\nvar $export = __webpack_require__(/*! ./_export */ \"./node_modules/core-js/modules/_export.js\");\nvar $includes = __webpack_require__(/*! ./_array-includes */ \"./node_modules/core-js/modules/_array-includes.js\")(true);\n\n$export($export.P, 'Array', {\n includes: function includes(el /* , fromIndex = 0 */) {\n return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);\n }\n});\n\n__webpack_require__(/*! ./_add-to-unscopables */ \"./node_modules/core-js/modules/_add-to-unscopables.js\")('includes');\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es7.object.get-own-property-descriptors.js\":\n/*!*********************************************************************************!*\\\n !*** ./node_modules/core-js/modules/es7.object.get-own-property-descriptors.js ***!\n \\*********************************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n// https://github.com/tc39/proposal-object-getownpropertydescriptors\nvar $export = __webpack_require__(/*! ./_export */ \"./node_modules/core-js/modules/_export.js\");\nvar ownKeys = __webpack_require__(/*! ./_own-keys */ \"./node_modules/core-js/modules/_own-keys.js\");\nvar toIObject = __webpack_require__(/*! ./_to-iobject */ \"./node_modules/core-js/modules/_to-iobject.js\");\nvar gOPD = __webpack_require__(/*! ./_object-gopd */ \"./node_modules/core-js/modules/_object-gopd.js\");\nvar createProperty = __webpack_require__(/*! ./_create-property */ \"./node_modules/core-js/modules/_create-property.js\");\n\n$export($export.S, 'Object', {\n getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {\n var O = toIObject(object);\n var getDesc = gOPD.f;\n var keys = ownKeys(O);\n var result = {};\n var i = 0;\n var key, desc;\n while (keys.length > i) {\n desc = getDesc(O, key = keys[i++]);\n if (desc !== undefined) createProperty(result, key, desc);\n }\n return result;\n }\n});\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/es7.symbol.async-iterator.js\":\n/*!*******************************************************************!*\\\n !*** ./node_modules/core-js/modules/es7.symbol.async-iterator.js ***!\n \\*******************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n__webpack_require__(/*! ./_wks-define */ \"./node_modules/core-js/modules/_wks-define.js\")('asyncIterator');\n\n\n/***/ }),\n\n/***/ \"./node_modules/core-js/modules/web.dom.iterable.js\":\n/*!**********************************************************!*\\\n !*** ./node_modules/core-js/modules/web.dom.iterable.js ***!\n \\**********************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\nvar $iterators = __webpack_require__(/*! ./es6.array.iterator */ \"./node_modules/core-js/modules/es6.array.iterator.js\");\nvar getKeys = __webpack_require__(/*! ./_object-keys */ \"./node_modules/core-js/modules/_object-keys.js\");\nvar redefine = __webpack_require__(/*! ./_redefine */ \"./node_modules/core-js/modules/_redefine.js\");\nvar global = __webpack_require__(/*! ./_global */ \"./node_modules/core-js/modules/_global.js\");\nvar hide = __webpack_require__(/*! ./_hide */ \"./node_modules/core-js/modules/_hide.js\");\nvar Iterators = __webpack_require__(/*! ./_iterators */ \"./node_modules/core-js/modules/_iterators.js\");\nvar wks = __webpack_require__(/*! ./_wks */ \"./node_modules/core-js/modules/_wks.js\");\nvar ITERATOR = wks('iterator');\nvar TO_STRING_TAG = wks('toStringTag');\nvar ArrayValues = Iterators.Array;\n\nvar DOMIterables = {\n CSSRuleList: true, // TODO: Not spec compliant, should be false.\n CSSStyleDeclaration: false,\n CSSValueList: false,\n ClientRectList: false,\n DOMRectList: false,\n DOMStringList: false,\n DOMTokenList: true,\n DataTransferItemList: false,\n FileList: false,\n HTMLAllCollection: false,\n HTMLCollection: false,\n HTMLFormElement: false,\n HTMLSelectElement: false,\n MediaList: true, // TODO: Not spec compliant, should be false.\n MimeTypeArray: false,\n NamedNodeMap: false,\n NodeList: true,\n PaintRequestList: false,\n Plugin: false,\n PluginArray: false,\n SVGLengthList: false,\n SVGNumberList: false,\n SVGPathSegList: false,\n SVGPointList: false,\n SVGStringList: false,\n SVGTransformList: false,\n SourceBufferList: false,\n StyleSheetList: true, // TODO: Not spec compliant, should be false.\n TextTrackCueList: false,\n TextTrackList: false,\n TouchList: false\n};\n\nfor (var collections = getKeys(DOMIterables), i = 0; i < collections.length; i++) {\n var NAME = collections[i];\n var explicit = DOMIterables[NAME];\n var Collection = global[NAME];\n var proto = Collection && Collection.prototype;\n var key;\n if (proto) {\n if (!proto[ITERATOR]) hide(proto, ITERATOR, ArrayValues);\n if (!proto[TO_STRING_TAG]) hide(proto, TO_STRING_TAG, NAME);\n Iterators[NAME] = ArrayValues;\n if (explicit) for (key in $iterators) if (!proto[key]) redefine(proto, key, $iterators[key], true);\n }\n}\n\n\n/***/ }),\n\n/***/ \"./node_modules/crypt/crypt.js\":\n/*!*************************************!*\\\n !*** ./node_modules/crypt/crypt.js ***!\n \\*************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\n(function() {\n var base64map\n = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',\n\n crypt = {\n // Bit-wise rotation left\n rotl: function(n, b) {\n return (n << b) | (n >>> (32 - b));\n },\n\n // Bit-wise rotation right\n rotr: function(n, b) {\n return (n << (32 - b)) | (n >>> b);\n },\n\n // Swap big-endian to little-endian and vice versa\n endian: function(n) {\n // If number given, swap endian\n if (n.constructor == Number) {\n return crypt.rotl(n, 8) & 0x00FF00FF | crypt.rotl(n, 24) & 0xFF00FF00;\n }\n\n // Else, assume array and swap all items\n for (var i = 0; i < n.length; i++)\n n[i] = crypt.endian(n[i]);\n return n;\n },\n\n // Generate an array of any length of random bytes\n randomBytes: function(n) {\n for (var bytes = []; n > 0; n--)\n bytes.push(Math.floor(Math.random() * 256));\n return bytes;\n },\n\n // Convert a byte array to big-endian 32-bit words\n bytesToWords: function(bytes) {\n for (var words = [], i = 0, b = 0; i < bytes.length; i++, b += 8)\n words[b >>> 5] |= bytes[i] << (24 - b % 32);\n return words;\n },\n\n // Convert big-endian 32-bit words to a byte array\n wordsToBytes: function(words) {\n for (var bytes = [], b = 0; b < words.length * 32; b += 8)\n bytes.push((words[b >>> 5] >>> (24 - b % 32)) & 0xFF);\n return bytes;\n },\n\n // Convert a byte array to a hex string\n bytesToHex: function(bytes) {\n for (var hex = [], i = 0; i < bytes.length; i++) {\n hex.push((bytes[i] >>> 4).toString(16));\n hex.push((bytes[i] & 0xF).toString(16));\n }\n return hex.join('');\n },\n\n // Convert a hex string to a byte array\n hexToBytes: function(hex) {\n for (var bytes = [], c = 0; c < hex.length; c += 2)\n bytes.push(parseInt(hex.substr(c, 2), 16));\n return bytes;\n },\n\n // Convert a byte array to a base-64 string\n bytesToBase64: function(bytes) {\n for (var base64 = [], i = 0; i < bytes.length; i += 3) {\n var triplet = (bytes[i] << 16) | (bytes[i + 1] << 8) | bytes[i + 2];\n for (var j = 0; j < 4; j++)\n if (i * 8 + j * 6 <= bytes.length * 8)\n base64.push(base64map.charAt((triplet >>> 6 * (3 - j)) & 0x3F));\n else\n base64.push('=');\n }\n return base64.join('');\n },\n\n // Convert a base-64 string to a byte array\n base64ToBytes: function(base64) {\n // Remove non-base-64 characters\n base64 = base64.replace(/[^A-Z0-9+\\/]/ig, '');\n\n for (var bytes = [], i = 0, imod4 = 0; i < base64.length;\n imod4 = ++i % 4) {\n if (imod4 == 0) continue;\n bytes.push(((base64map.indexOf(base64.charAt(i - 1))\n & (Math.pow(2, -2 * imod4 + 8) - 1)) << (imod4 * 2))\n | (base64map.indexOf(base64.charAt(i)) >>> (6 - imod4 * 2)));\n }\n return bytes;\n }\n };\n\n module.exports = crypt;\n})();\n\n\n/***/ }),\n\n/***/ \"./node_modules/is-buffer/index.js\":\n/*!*****************************************!*\\\n !*** ./node_modules/is-buffer/index.js ***!\n \\*****************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\n/*!\n * Determine if an object is a Buffer\n *\n * @author Feross Aboukhadijeh \n * @license MIT\n */\n\n// The _isBuffer check is for Safari 5-7 support, because it's missing\n// Object.prototype.constructor. Remove this eventually\nmodule.exports = function (obj) {\n return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer)\n}\n\nfunction isBuffer (obj) {\n return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)\n}\n\n// For Node v0.10 support. Remove this eventually.\nfunction isSlowBuffer (obj) {\n return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0))\n}\n\n\n/***/ }),\n\n/***/ \"./node_modules/md5/md5.js\":\n/*!*********************************!*\\\n !*** ./node_modules/md5/md5.js ***!\n \\*********************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n(function(){\r\n var crypt = __webpack_require__(/*! crypt */ \"./node_modules/crypt/crypt.js\"),\r\n utf8 = __webpack_require__(/*! charenc */ \"./node_modules/charenc/charenc.js\").utf8,\r\n isBuffer = __webpack_require__(/*! is-buffer */ \"./node_modules/is-buffer/index.js\"),\r\n bin = __webpack_require__(/*! charenc */ \"./node_modules/charenc/charenc.js\").bin,\r\n\r\n // The core\r\n md5 = function (message, options) {\r\n // Convert to byte array\r\n if (message.constructor == String)\r\n if (options && options.encoding === 'binary')\r\n message = bin.stringToBytes(message);\r\n else\r\n message = utf8.stringToBytes(message);\r\n else if (isBuffer(message))\r\n message = Array.prototype.slice.call(message, 0);\r\n else if (!Array.isArray(message) && message.constructor !== Uint8Array)\r\n message = message.toString();\r\n // else, assume byte array already\r\n\r\n var m = crypt.bytesToWords(message),\r\n l = message.length * 8,\r\n a = 1732584193,\r\n b = -271733879,\r\n c = -1732584194,\r\n d = 271733878;\r\n\r\n // Swap endian\r\n for (var i = 0; i < m.length; i++) {\r\n m[i] = ((m[i] << 8) | (m[i] >>> 24)) & 0x00FF00FF |\r\n ((m[i] << 24) | (m[i] >>> 8)) & 0xFF00FF00;\r\n }\r\n\r\n // Padding\r\n m[l >>> 5] |= 0x80 << (l % 32);\r\n m[(((l + 64) >>> 9) << 4) + 14] = l;\r\n\r\n // Method shortcuts\r\n var FF = md5._ff,\r\n GG = md5._gg,\r\n HH = md5._hh,\r\n II = md5._ii;\r\n\r\n for (var i = 0; i < m.length; i += 16) {\r\n\r\n var aa = a,\r\n bb = b,\r\n cc = c,\r\n dd = d;\r\n\r\n a = FF(a, b, c, d, m[i+ 0], 7, -680876936);\r\n d = FF(d, a, b, c, m[i+ 1], 12, -389564586);\r\n c = FF(c, d, a, b, m[i+ 2], 17, 606105819);\r\n b = FF(b, c, d, a, m[i+ 3], 22, -1044525330);\r\n a = FF(a, b, c, d, m[i+ 4], 7, -176418897);\r\n d = FF(d, a, b, c, m[i+ 5], 12, 1200080426);\r\n c = FF(c, d, a, b, m[i+ 6], 17, -1473231341);\r\n b = FF(b, c, d, a, m[i+ 7], 22, -45705983);\r\n a = FF(a, b, c, d, m[i+ 8], 7, 1770035416);\r\n d = FF(d, a, b, c, m[i+ 9], 12, -1958414417);\r\n c = FF(c, d, a, b, m[i+10], 17, -42063);\r\n b = FF(b, c, d, a, m[i+11], 22, -1990404162);\r\n a = FF(a, b, c, d, m[i+12], 7, 1804603682);\r\n d = FF(d, a, b, c, m[i+13], 12, -40341101);\r\n c = FF(c, d, a, b, m[i+14], 17, -1502002290);\r\n b = FF(b, c, d, a, m[i+15], 22, 1236535329);\r\n\r\n a = GG(a, b, c, d, m[i+ 1], 5, -165796510);\r\n d = GG(d, a, b, c, m[i+ 6], 9, -1069501632);\r\n c = GG(c, d, a, b, m[i+11], 14, 643717713);\r\n b = GG(b, c, d, a, m[i+ 0], 20, -373897302);\r\n a = GG(a, b, c, d, m[i+ 5], 5, -701558691);\r\n d = GG(d, a, b, c, m[i+10], 9, 38016083);\r\n c = GG(c, d, a, b, m[i+15], 14, -660478335);\r\n b = GG(b, c, d, a, m[i+ 4], 20, -405537848);\r\n a = GG(a, b, c, d, m[i+ 9], 5, 568446438);\r\n d = GG(d, a, b, c, m[i+14], 9, -1019803690);\r\n c = GG(c, d, a, b, m[i+ 3], 14, -187363961);\r\n b = GG(b, c, d, a, m[i+ 8], 20, 1163531501);\r\n a = GG(a, b, c, d, m[i+13], 5, -1444681467);\r\n d = GG(d, a, b, c, m[i+ 2], 9, -51403784);\r\n c = GG(c, d, a, b, m[i+ 7], 14, 1735328473);\r\n b = GG(b, c, d, a, m[i+12], 20, -1926607734);\r\n\r\n a = HH(a, b, c, d, m[i+ 5], 4, -378558);\r\n d = HH(d, a, b, c, m[i+ 8], 11, -2022574463);\r\n c = HH(c, d, a, b, m[i+11], 16, 1839030562);\r\n b = HH(b, c, d, a, m[i+14], 23, -35309556);\r\n a = HH(a, b, c, d, m[i+ 1], 4, -1530992060);\r\n d = HH(d, a, b, c, m[i+ 4], 11, 1272893353);\r\n c = HH(c, d, a, b, m[i+ 7], 16, -155497632);\r\n b = HH(b, c, d, a, m[i+10], 23, -1094730640);\r\n a = HH(a, b, c, d, m[i+13], 4, 681279174);\r\n d = HH(d, a, b, c, m[i+ 0], 11, -358537222);\r\n c = HH(c, d, a, b, m[i+ 3], 16, -722521979);\r\n b = HH(b, c, d, a, m[i+ 6], 23, 76029189);\r\n a = HH(a, b, c, d, m[i+ 9], 4, -640364487);\r\n d = HH(d, a, b, c, m[i+12], 11, -421815835);\r\n c = HH(c, d, a, b, m[i+15], 16, 530742520);\r\n b = HH(b, c, d, a, m[i+ 2], 23, -995338651);\r\n\r\n a = II(a, b, c, d, m[i+ 0], 6, -198630844);\r\n d = II(d, a, b, c, m[i+ 7], 10, 1126891415);\r\n c = II(c, d, a, b, m[i+14], 15, -1416354905);\r\n b = II(b, c, d, a, m[i+ 5], 21, -57434055);\r\n a = II(a, b, c, d, m[i+12], 6, 1700485571);\r\n d = II(d, a, b, c, m[i+ 3], 10, -1894986606);\r\n c = II(c, d, a, b, m[i+10], 15, -1051523);\r\n b = II(b, c, d, a, m[i+ 1], 21, -2054922799);\r\n a = II(a, b, c, d, m[i+ 8], 6, 1873313359);\r\n d = II(d, a, b, c, m[i+15], 10, -30611744);\r\n c = II(c, d, a, b, m[i+ 6], 15, -1560198380);\r\n b = II(b, c, d, a, m[i+13], 21, 1309151649);\r\n a = II(a, b, c, d, m[i+ 4], 6, -145523070);\r\n d = II(d, a, b, c, m[i+11], 10, -1120210379);\r\n c = II(c, d, a, b, m[i+ 2], 15, 718787259);\r\n b = II(b, c, d, a, m[i+ 9], 21, -343485551);\r\n\r\n a = (a + aa) >>> 0;\r\n b = (b + bb) >>> 0;\r\n c = (c + cc) >>> 0;\r\n d = (d + dd) >>> 0;\r\n }\r\n\r\n return crypt.endian([a, b, c, d]);\r\n };\r\n\r\n // Auxiliary functions\r\n md5._ff = function (a, b, c, d, x, s, t) {\r\n var n = a + (b & c | ~b & d) + (x >>> 0) + t;\r\n return ((n << s) | (n >>> (32 - s))) + b;\r\n };\r\n md5._gg = function (a, b, c, d, x, s, t) {\r\n var n = a + (b & d | c & ~d) + (x >>> 0) + t;\r\n return ((n << s) | (n >>> (32 - s))) + b;\r\n };\r\n md5._hh = function (a, b, c, d, x, s, t) {\r\n var n = a + (b ^ c ^ d) + (x >>> 0) + t;\r\n return ((n << s) | (n >>> (32 - s))) + b;\r\n };\r\n md5._ii = function (a, b, c, d, x, s, t) {\r\n var n = a + (c ^ (b | ~d)) + (x >>> 0) + t;\r\n return ((n << s) | (n >>> (32 - s))) + b;\r\n };\r\n\r\n // Package private blocksize\r\n md5._blocksize = 16;\r\n md5._digestsize = 16;\r\n\r\n module.exports = function (message, options) {\r\n if (message === undefined || message === null)\r\n throw new Error('Illegal argument ' + message);\r\n\r\n var digestbytes = crypt.wordsToBytes(md5(message, options));\r\n return options && options.asBytes ? digestbytes :\r\n options && options.asString ? bin.bytesToString(digestbytes) :\r\n crypt.bytesToHex(digestbytes);\r\n };\r\n\r\n})();\r\n\n\n/***/ }),\n\n/***/ \"./node_modules/regenerator-runtime/runtime.js\":\n/*!*****************************************************!*\\\n !*** ./node_modules/regenerator-runtime/runtime.js ***!\n \\*****************************************************/\n/*! no static exports found */\n/***/ (function(module, exports, __webpack_require__) {\n\n/**\n * Copyright (c) 2014-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar runtime = (function (exports) {\n \"use strict\";\n\n var Op = Object.prototype;\n var hasOwn = Op.hasOwnProperty;\n var undefined; // More compressible than void 0.\n var $Symbol = typeof Symbol === \"function\" ? Symbol : {};\n var iteratorSymbol = $Symbol.iterator || \"@@iterator\";\n var asyncIteratorSymbol = $Symbol.asyncIterator || \"@@asyncIterator\";\n var toStringTagSymbol = $Symbol.toStringTag || \"@@toStringTag\";\n\n function define(obj, key, value) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n return obj[key];\n }\n try {\n // IE 8 has a broken Object.defineProperty that only works on DOM objects.\n define({}, \"\");\n } catch (err) {\n define = function(obj, key, value) {\n return obj[key] = value;\n };\n }\n\n function wrap(innerFn, outerFn, self, tryLocsList) {\n // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.\n var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;\n var generator = Object.create(protoGenerator.prototype);\n var context = new Context(tryLocsList || []);\n\n // The ._invoke method unifies the implementations of the .next,\n // .throw, and .return methods.\n generator._invoke = makeInvokeMethod(innerFn, self, context);\n\n return generator;\n }\n exports.wrap = wrap;\n\n // Try/catch helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].completion. This interface could\n // have been (and was previously) designed to take a closure to be\n // invoked without arguments, but in all the cases we care about we\n // already have an existing method we want to call, so there's no need\n // to create a new function object. We can even get away with assuming\n // the method takes exactly one argument, since that happens to be true\n // in every case, so we don't have to touch the arguments object. The\n // only additional allocation required is the completion record, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryCatch(fn, obj, arg) {\n try {\n return { type: \"normal\", arg: fn.call(obj, arg) };\n } catch (err) {\n return { type: \"throw\", arg: err };\n }\n }\n\n var GenStateSuspendedStart = \"suspendedStart\";\n var GenStateSuspendedYield = \"suspendedYield\";\n var GenStateExecuting = \"executing\";\n var GenStateCompleted = \"completed\";\n\n // Returning this object from the innerFn has the same effect as\n // breaking out of the dispatch switch statement.\n var ContinueSentinel = {};\n\n // Dummy constructor functions that we use as the .constructor and\n // .constructor.prototype properties for functions that return Generator\n // objects. For full spec compliance, you may wish to configure your\n // minifier not to mangle the names of these two functions.\n function Generator() {}\n function GeneratorFunction() {}\n function GeneratorFunctionPrototype() {}\n\n // This is a polyfill for %IteratorPrototype% for environments that\n // don't natively support it.\n var IteratorPrototype = {};\n IteratorPrototype[iteratorSymbol] = function () {\n return this;\n };\n\n var getProto = Object.getPrototypeOf;\n var NativeIteratorPrototype = getProto && getProto(getProto(values([])));\n if (NativeIteratorPrototype &&\n NativeIteratorPrototype !== Op &&\n hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {\n // This environment has a native %IteratorPrototype%; use it instead\n // of the polyfill.\n IteratorPrototype = NativeIteratorPrototype;\n }\n\n var Gp = GeneratorFunctionPrototype.prototype =\n Generator.prototype = Object.create(IteratorPrototype);\n GeneratorFunction.prototype = Gp.constructor = GeneratorFunctionPrototype;\n GeneratorFunctionPrototype.constructor = GeneratorFunction;\n GeneratorFunction.displayName = define(\n GeneratorFunctionPrototype,\n toStringTagSymbol,\n \"GeneratorFunction\"\n );\n\n // Helper for defining the .next, .throw, and .return methods of the\n // Iterator interface in terms of a single ._invoke method.\n function defineIteratorMethods(prototype) {\n [\"next\", \"throw\", \"return\"].forEach(function(method) {\n define(prototype, method, function(arg) {\n return this._invoke(method, arg);\n });\n });\n }\n\n exports.isGeneratorFunction = function(genFun) {\n var ctor = typeof genFun === \"function\" && genFun.constructor;\n return ctor\n ? ctor === GeneratorFunction ||\n // For the native GeneratorFunction constructor, the best we can\n // do is to check its .name property.\n (ctor.displayName || ctor.name) === \"GeneratorFunction\"\n : false;\n };\n\n exports.mark = function(genFun) {\n if (Object.setPrototypeOf) {\n Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);\n } else {\n genFun.__proto__ = GeneratorFunctionPrototype;\n define(genFun, toStringTagSymbol, \"GeneratorFunction\");\n }\n genFun.prototype = Object.create(Gp);\n return genFun;\n };\n\n // Within the body of any async function, `await x` is transformed to\n // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test\n // `hasOwn.call(value, \"__await\")` to determine if the yielded value is\n // meant to be awaited.\n exports.awrap = function(arg) {\n return { __await: arg };\n };\n\n function AsyncIterator(generator, PromiseImpl) {\n function invoke(method, arg, resolve, reject) {\n var record = tryCatch(generator[method], generator, arg);\n if (record.type === \"throw\") {\n reject(record.arg);\n } else {\n var result = record.arg;\n var value = result.value;\n if (value &&\n typeof value === \"object\" &&\n hasOwn.call(value, \"__await\")) {\n return PromiseImpl.resolve(value.__await).then(function(value) {\n invoke(\"next\", value, resolve, reject);\n }, function(err) {\n invoke(\"throw\", err, resolve, reject);\n });\n }\n\n return PromiseImpl.resolve(value).then(function(unwrapped) {\n // When a yielded Promise is resolved, its final value becomes\n // the .value of the Promise<{value,done}> result for the\n // current iteration.\n result.value = unwrapped;\n resolve(result);\n }, function(error) {\n // If a rejected Promise was yielded, throw the rejection back\n // into the async generator function so it can be handled there.\n return invoke(\"throw\", error, resolve, reject);\n });\n }\n }\n\n var previousPromise;\n\n function enqueue(method, arg) {\n function callInvokeWithMethodAndArg() {\n return new PromiseImpl(function(resolve, reject) {\n invoke(method, arg, resolve, reject);\n });\n }\n\n return previousPromise =\n // If enqueue has been called before, then we want to wait until\n // all previous Promises have been resolved before calling invoke,\n // so that results are always delivered in the correct order. If\n // enqueue has not been called before, then it is important to\n // call invoke immediately, without waiting on a callback to fire,\n // so that the async generator function has the opportunity to do\n // any necessary setup in a predictable way. This predictability\n // is why the Promise constructor synchronously invokes its\n // executor callback, and why async functions synchronously\n // execute code before the first await. Since we implement simple\n // async functions in terms of async generators, it is especially\n // important to get this right, even though it requires care.\n previousPromise ? previousPromise.then(\n callInvokeWithMethodAndArg,\n // Avoid propagating failures to Promises returned by later\n // invocations of the iterator.\n callInvokeWithMethodAndArg\n ) : callInvokeWithMethodAndArg();\n }\n\n // Define the unified helper method that is used to implement .next,\n // .throw, and .return (see defineIteratorMethods).\n this._invoke = enqueue;\n }\n\n defineIteratorMethods(AsyncIterator.prototype);\n AsyncIterator.prototype[asyncIteratorSymbol] = function () {\n return this;\n };\n exports.AsyncIterator = AsyncIterator;\n\n // Note that simple async functions are implemented on top of\n // AsyncIterator objects; they just return a Promise for the value of\n // the final result produced by the iterator.\n exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {\n if (PromiseImpl === void 0) PromiseImpl = Promise;\n\n var iter = new AsyncIterator(\n wrap(innerFn, outerFn, self, tryLocsList),\n PromiseImpl\n );\n\n return exports.isGeneratorFunction(outerFn)\n ? iter // If outerFn is a generator, return the full iterator.\n : iter.next().then(function(result) {\n return result.done ? result.value : iter.next();\n });\n };\n\n function makeInvokeMethod(innerFn, self, context) {\n var state = GenStateSuspendedStart;\n\n return function invoke(method, arg) {\n if (state === GenStateExecuting) {\n throw new Error(\"Generator is already running\");\n }\n\n if (state === GenStateCompleted) {\n if (method === \"throw\") {\n throw arg;\n }\n\n // Be forgiving, per 25.3.3.3.3 of the spec:\n // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume\n return doneResult();\n }\n\n context.method = method;\n context.arg = arg;\n\n while (true) {\n var delegate = context.delegate;\n if (delegate) {\n var delegateResult = maybeInvokeDelegate(delegate, context);\n if (delegateResult) {\n if (delegateResult === ContinueSentinel) continue;\n return delegateResult;\n }\n }\n\n if (context.method === \"next\") {\n // Setting context._sent for legacy support of Babel's\n // function.sent implementation.\n context.sent = context._sent = context.arg;\n\n } else if (context.method === \"throw\") {\n if (state === GenStateSuspendedStart) {\n state = GenStateCompleted;\n throw context.arg;\n }\n\n context.dispatchException(context.arg);\n\n } else if (context.method === \"return\") {\n context.abrupt(\"return\", context.arg);\n }\n\n state = GenStateExecuting;\n\n var record = tryCatch(innerFn, self, context);\n if (record.type === \"normal\") {\n // If an exception is thrown from innerFn, we leave state ===\n // GenStateExecuting and loop back for another invocation.\n state = context.done\n ? GenStateCompleted\n : GenStateSuspendedYield;\n\n if (record.arg === ContinueSentinel) {\n continue;\n }\n\n return {\n value: record.arg,\n done: context.done\n };\n\n } else if (record.type === \"throw\") {\n state = GenStateCompleted;\n // Dispatch the exception by looping back around to the\n // context.dispatchException(context.arg) call above.\n context.method = \"throw\";\n context.arg = record.arg;\n }\n }\n };\n }\n\n // Call delegate.iterator[context.method](context.arg) and handle the\n // result, either by returning a { value, done } result from the\n // delegate iterator, or by modifying context.method and context.arg,\n // setting context.delegate to null, and returning the ContinueSentinel.\n function maybeInvokeDelegate(delegate, context) {\n var method = delegate.iterator[context.method];\n if (method === undefined) {\n // A .throw or .return when the delegate iterator has no .throw\n // method always terminates the yield* loop.\n context.delegate = null;\n\n if (context.method === \"throw\") {\n // Note: [\"return\"] must be used for ES3 parsing compatibility.\n if (delegate.iterator[\"return\"]) {\n // If the delegate iterator has a return method, give it a\n // chance to clean up.\n context.method = \"return\";\n context.arg = undefined;\n maybeInvokeDelegate(delegate, context);\n\n if (context.method === \"throw\") {\n // If maybeInvokeDelegate(context) changed context.method from\n // \"return\" to \"throw\", let that override the TypeError below.\n return ContinueSentinel;\n }\n }\n\n context.method = \"throw\";\n context.arg = new TypeError(\n \"The iterator does not provide a 'throw' method\");\n }\n\n return ContinueSentinel;\n }\n\n var record = tryCatch(method, delegate.iterator, context.arg);\n\n if (record.type === \"throw\") {\n context.method = \"throw\";\n context.arg = record.arg;\n context.delegate = null;\n return ContinueSentinel;\n }\n\n var info = record.arg;\n\n if (! info) {\n context.method = \"throw\";\n context.arg = new TypeError(\"iterator result is not an object\");\n context.delegate = null;\n return ContinueSentinel;\n }\n\n if (info.done) {\n // Assign the result of the finished delegate to the temporary\n // variable specified by delegate.resultName (see delegateYield).\n context[delegate.resultName] = info.value;\n\n // Resume execution at the desired location (see delegateYield).\n context.next = delegate.nextLoc;\n\n // If context.method was \"throw\" but the delegate handled the\n // exception, let the outer generator proceed normally. If\n // context.method was \"next\", forget context.arg since it has been\n // \"consumed\" by the delegate iterator. If context.method was\n // \"return\", allow the original .return call to continue in the\n // outer generator.\n if (context.method !== \"return\") {\n context.method = \"next\";\n context.arg = undefined;\n }\n\n } else {\n // Re-yield the result returned by the delegate method.\n return info;\n }\n\n // The delegate iterator is finished, so forget it and continue with\n // the outer generator.\n context.delegate = null;\n return ContinueSentinel;\n }\n\n // Define Generator.prototype.{next,throw,return} in terms of the\n // unified ._invoke helper method.\n defineIteratorMethods(Gp);\n\n define(Gp, toStringTagSymbol, \"Generator\");\n\n // A Generator should always return itself as the iterator object when the\n // @@iterator function is called on it. Some browsers' implementations of the\n // iterator prototype chain incorrectly implement this, causing the Generator\n // object to not be returned from this call. This ensures that doesn't happen.\n // See https://github.com/facebook/regenerator/issues/274 for more details.\n Gp[iteratorSymbol] = function() {\n return this;\n };\n\n Gp.toString = function() {\n return \"[object Generator]\";\n };\n\n function pushTryEntry(locs) {\n var entry = { tryLoc: locs[0] };\n\n if (1 in locs) {\n entry.catchLoc = locs[1];\n }\n\n if (2 in locs) {\n entry.finallyLoc = locs[2];\n entry.afterLoc = locs[3];\n }\n\n this.tryEntries.push(entry);\n }\n\n function resetTryEntry(entry) {\n var record = entry.completion || {};\n record.type = \"normal\";\n delete record.arg;\n entry.completion = record;\n }\n\n function Context(tryLocsList) {\n // The root entry object (effectively a try statement without a catch\n // or a finally block) gives us a place to store values thrown from\n // locations where there is no enclosing try statement.\n this.tryEntries = [{ tryLoc: \"root\" }];\n tryLocsList.forEach(pushTryEntry, this);\n this.reset(true);\n }\n\n exports.keys = function(object) {\n var keys = [];\n for (var key in object) {\n keys.push(key);\n }\n keys.reverse();\n\n // Rather than returning an object with a next method, we keep\n // things simple and return the next function itself.\n return function next() {\n while (keys.length) {\n var key = keys.pop();\n if (key in object) {\n next.value = key;\n next.done = false;\n return next;\n }\n }\n\n // To avoid creating an additional object, we just hang the .value\n // and .done properties off the next function object itself. This\n // also ensures that the minifier will not anonymize the function.\n next.done = true;\n return next;\n };\n };\n\n function values(iterable) {\n if (iterable) {\n var iteratorMethod = iterable[iteratorSymbol];\n if (iteratorMethod) {\n return iteratorMethod.call(iterable);\n }\n\n if (typeof iterable.next === \"function\") {\n return iterable;\n }\n\n if (!isNaN(iterable.length)) {\n var i = -1, next = function next() {\n while (++i < iterable.length) {\n if (hasOwn.call(iterable, i)) {\n next.value = iterable[i];\n next.done = false;\n return next;\n }\n }\n\n next.value = undefined;\n next.done = true;\n\n return next;\n };\n\n return next.next = next;\n }\n }\n\n // Return an iterator with no values.\n return { next: doneResult };\n }\n exports.values = values;\n\n function doneResult() {\n return { value: undefined, done: true };\n }\n\n Context.prototype = {\n constructor: Context,\n\n reset: function(skipTempReset) {\n this.prev = 0;\n this.next = 0;\n // Resetting context._sent for legacy support of Babel's\n // function.sent implementation.\n this.sent = this._sent = undefined;\n this.done = false;\n this.delegate = null;\n\n this.method = \"next\";\n this.arg = undefined;\n\n this.tryEntries.forEach(resetTryEntry);\n\n if (!skipTempReset) {\n for (var name in this) {\n // Not sure about the optimal order of these conditions:\n if (name.charAt(0) === \"t\" &&\n hasOwn.call(this, name) &&\n !isNaN(+name.slice(1))) {\n this[name] = undefined;\n }\n }\n }\n },\n\n stop: function() {\n this.done = true;\n\n var rootEntry = this.tryEntries[0];\n var rootRecord = rootEntry.completion;\n if (rootRecord.type === \"throw\") {\n throw rootRecord.arg;\n }\n\n return this.rval;\n },\n\n dispatchException: function(exception) {\n if (this.done) {\n throw exception;\n }\n\n var context = this;\n function handle(loc, caught) {\n record.type = \"throw\";\n record.arg = exception;\n context.next = loc;\n\n if (caught) {\n // If the dispatched exception was caught by a catch block,\n // then let that catch block handle the exception normally.\n context.method = \"next\";\n context.arg = undefined;\n }\n\n return !! caught;\n }\n\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n var record = entry.completion;\n\n if (entry.tryLoc === \"root\") {\n // Exception thrown outside of any try block that could handle\n // it, so set the completion value of the entire function to\n // throw the exception.\n return handle(\"end\");\n }\n\n if (entry.tryLoc <= this.prev) {\n var hasCatch = hasOwn.call(entry, \"catchLoc\");\n var hasFinally = hasOwn.call(entry, \"finallyLoc\");\n\n if (hasCatch && hasFinally) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n } else if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else if (hasCatch) {\n if (this.prev < entry.catchLoc) {\n return handle(entry.catchLoc, true);\n }\n\n } else if (hasFinally) {\n if (this.prev < entry.finallyLoc) {\n return handle(entry.finallyLoc);\n }\n\n } else {\n throw new Error(\"try statement without catch or finally\");\n }\n }\n }\n },\n\n abrupt: function(type, arg) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc <= this.prev &&\n hasOwn.call(entry, \"finallyLoc\") &&\n this.prev < entry.finallyLoc) {\n var finallyEntry = entry;\n break;\n }\n }\n\n if (finallyEntry &&\n (type === \"break\" ||\n type === \"continue\") &&\n finallyEntry.tryLoc <= arg &&\n arg <= finallyEntry.finallyLoc) {\n // Ignore the finally entry if control is not jumping to a\n // location outside the try/catch block.\n finallyEntry = null;\n }\n\n var record = finallyEntry ? finallyEntry.completion : {};\n record.type = type;\n record.arg = arg;\n\n if (finallyEntry) {\n this.method = \"next\";\n this.next = finallyEntry.finallyLoc;\n return ContinueSentinel;\n }\n\n return this.complete(record);\n },\n\n complete: function(record, afterLoc) {\n if (record.type === \"throw\") {\n throw record.arg;\n }\n\n if (record.type === \"break\" ||\n record.type === \"continue\") {\n this.next = record.arg;\n } else if (record.type === \"return\") {\n this.rval = this.arg = record.arg;\n this.method = \"return\";\n this.next = \"end\";\n } else if (record.type === \"normal\" && afterLoc) {\n this.next = afterLoc;\n }\n\n return ContinueSentinel;\n },\n\n finish: function(finallyLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.finallyLoc === finallyLoc) {\n this.complete(entry.completion, entry.afterLoc);\n resetTryEntry(entry);\n return ContinueSentinel;\n }\n }\n },\n\n \"catch\": function(tryLoc) {\n for (var i = this.tryEntries.length - 1; i >= 0; --i) {\n var entry = this.tryEntries[i];\n if (entry.tryLoc === tryLoc) {\n var record = entry.completion;\n if (record.type === \"throw\") {\n var thrown = record.arg;\n resetTryEntry(entry);\n }\n return thrown;\n }\n }\n\n // The context.catch method must only be called with a location\n // argument that corresponds to a known catch block.\n throw new Error(\"illegal catch attempt\");\n },\n\n delegateYield: function(iterable, resultName, nextLoc) {\n this.delegate = {\n iterator: values(iterable),\n resultName: resultName,\n nextLoc: nextLoc\n };\n\n if (this.method === \"next\") {\n // Deliberately forget the last sent value so that we don't\n // accidentally pass it on to the delegate.\n this.arg = undefined;\n }\n\n return ContinueSentinel;\n }\n };\n\n // Regardless of whether this script is executing as a CommonJS module\n // or not, return the runtime object so that we can declare the variable\n // regeneratorRuntime in the outer scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime script.js`.\n return exports;\n\n}(\n // If this script is executing as a CommonJS module, use module.exports\n // as the regeneratorRuntime namespace. Otherwise create a new empty\n // object. Either way, the resulting object will be used to initialize\n // the regeneratorRuntime variable at the top of this file.\n true ? module.exports : undefined\n));\n\ntry {\n regeneratorRuntime = runtime;\n} catch (accidentalStrictMode) {\n // This module should not be running in strict mode, so the above\n // assignment should always work unless something is misconfigured. Just\n // in case runtime.js accidentally runs in strict mode, we can escape\n // strict mode using a global Function call. This could conceivably fail\n // if a Content Security Policy forbids using Function, but in that case\n // the proper solution is to fix the accidental strict mode problem. If\n // you've misconfigured your bundler to force strict mode and applied a\n // CSP to forbid Function, and you're not willing to fix either of those\n // problems, please detail your unique predicament in a GitHub issue.\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n}\n\n\n/***/ }),\n\n/***/ \"./src/api.js\":\n/*!********************!*\\\n !*** ./src/api.js ***!\n \\********************/\n/*! exports provided: setup, setupCache, serializeQuery, default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"setup\", function() { return setup; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"setupCache\", function() { return setupCache; });\n/* harmony import */ var core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es7.object.get-own-property-descriptors */ \"./node_modules/core-js/modules/es7.object.get-own-property-descriptors.js\");\n/* harmony import */ var core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.symbol */ \"./node_modules/core-js/modules/es6.symbol.js\");\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es6.array.iterator */ \"./node_modules/core-js/modules/es6.array.iterator.js\");\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! regenerator-runtime/runtime */ \"./node_modules/regenerator-runtime/runtime.js\");\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! axios */ \"axios\");\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_5__);\n/* harmony import */ var _request__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./request */ \"./src/request.js\");\n/* harmony import */ var _cache__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./cache */ \"./src/cache.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"serializeQuery\", function() { return _cache__WEBPACK_IMPORTED_MODULE_7__[\"serializeQuery\"]; });\n\n/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./config */ \"./src/config.js\");\n/* harmony import */ var _utilities__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./utilities */ \"./src/utilities.js\");\n\n\n\n\n\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nfunction asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }\n\nfunction _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err); } _next(undefined); }); }; }\n\n\n\n\n\n\n/**\n * Configure cache adapter\n *\n * @param {object} [config={}] Cache adapter options\n * @returns {object} Object containing cache `adapter` and `store`\n */\n\nfunction setupCache() {\n var config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n // Extend default configuration\n config = Object(_config__WEBPACK_IMPORTED_MODULE_8__[\"makeConfig\"])(config); // Axios adapter. Receives the axios request configuration as only parameter\n\n function adapter(_x) {\n return _adapter.apply(this, arguments);\n } // Return adapter and store instance\n\n\n function _adapter() {\n _adapter = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(req) {\n var reqConfig, res, next, networkError, readOnError;\n return regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n // Merge the per-request config with the instance config.\n reqConfig = Object(_config__WEBPACK_IMPORTED_MODULE_8__[\"mergeRequestConfig\"])(config, req); // Execute request against local cache\n\n _context.next = 3;\n return Object(_request__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(reqConfig, req);\n\n case 3:\n res = _context.sent;\n next = res.next; // Response is not function, something was in cache, return it\n\n if (Object(_utilities__WEBPACK_IMPORTED_MODULE_9__[\"isFunction\"])(next)) {\n _context.next = 7;\n break;\n }\n\n return _context.abrupt(\"return\", next);\n\n case 7:\n _context.prev = 7;\n _context.next = 10;\n return reqConfig.adapter(req);\n\n case 10:\n res = _context.sent;\n _context.next = 16;\n break;\n\n case 13:\n _context.prev = 13;\n _context.t0 = _context[\"catch\"](7);\n networkError = _context.t0;\n\n case 16:\n if (!networkError) {\n _context.next = 31;\n break;\n }\n\n // Check if we should attempt reading stale cache data\n readOnError = Object(_utilities__WEBPACK_IMPORTED_MODULE_9__[\"isFunction\"])(reqConfig.readOnError) ? reqConfig.readOnError(networkError, req) : reqConfig.readOnError;\n\n if (!readOnError) {\n _context.next = 30;\n break;\n }\n\n _context.prev = 19;\n // Force cache tu return stale data\n reqConfig.acceptStale = true; // Try to read from cache again\n\n _context.next = 23;\n return Object(_request__WEBPACK_IMPORTED_MODULE_6__[\"default\"])(reqConfig, req);\n\n case 23:\n res = _context.sent;\n // Signal that data is from stale cache\n res.next.request.stale = true; // No need to check if `next` is a function just return cache data\n\n return _context.abrupt(\"return\", res.next);\n\n case 28:\n _context.prev = 28;\n _context.t1 = _context[\"catch\"](19);\n\n case 30:\n throw networkError;\n\n case 31:\n return _context.abrupt(\"return\", next(res));\n\n case 32:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee, null, [[7, 13], [19, 28]]);\n }));\n return _adapter.apply(this, arguments);\n }\n\n return {\n adapter: adapter,\n config: config,\n store: config.store\n };\n} // ---------------------\n// Easy API Setup\n// ---------------------\n\n/**\n * Setup an axios instance with the cache adapter pre-configured\n *\n * @param {object} [options={}] Axios and cache adapter options\n * @returns {object} Instance of Axios\n */\n\n\nfunction setup() {\n var config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n var instanceConfig = _objectSpread(_objectSpread(_objectSpread({}, _config__WEBPACK_IMPORTED_MODULE_8__[\"defaults\"].axios), config), {}, {\n cache: _objectSpread(_objectSpread({}, _config__WEBPACK_IMPORTED_MODULE_8__[\"defaults\"].axios.cache), config.cache)\n });\n\n var cache = setupCache(instanceConfig.cache);\n\n var _ = instanceConfig.cache,\n axiosConfig = _objectWithoutProperties(instanceConfig, [\"cache\"]);\n\n var api = axios__WEBPACK_IMPORTED_MODULE_5___default.a.create(_objectSpread(_objectSpread({}, axiosConfig), {}, {\n adapter: cache.adapter\n }));\n api.cache = cache.store;\n return api;\n}\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n setup: setup,\n setupCache: setupCache,\n serializeQuery: _cache__WEBPACK_IMPORTED_MODULE_7__[\"serializeQuery\"]\n});\n\n/***/ }),\n\n/***/ \"./src/cache.js\":\n/*!**********************!*\\\n !*** ./src/cache.js ***!\n \\**********************/\n/*! exports provided: read, write, key, invalidate, serializeQuery, default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"read\", function() { return read; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"write\", function() { return write; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"key\", function() { return key; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"invalidate\", function() { return invalidate; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"serializeQuery\", function() { return serializeQuery; });\n/* harmony import */ var core_js_modules_es7_array_includes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es7.array.includes */ \"./node_modules/core-js/modules/es7.array.includes.js\");\n/* harmony import */ var core_js_modules_es7_array_includes__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es7_array_includes__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_string_includes__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.string.includes */ \"./node_modules/core-js/modules/es6.string.includes.js\");\n/* harmony import */ var core_js_modules_es6_string_includes__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_string_includes__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! regenerator-runtime/runtime */ \"./node_modules/regenerator-runtime/runtime.js\");\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es6.array.iterator */ \"./node_modules/core-js/modules/es6.array.iterator.js\");\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var _utilities__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./utilities */ \"./src/utilities.js\");\n/* harmony import */ var md5__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! md5 */ \"./node_modules/md5/md5.js\");\n/* harmony import */ var md5__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(md5__WEBPACK_IMPORTED_MODULE_6__);\n/* harmony import */ var _serialize__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./serialize */ \"./src/serialize.js\");\n\n\n\n\n\n\nfunction asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }\n\nfunction _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err); } _next(undefined); }); }; }\n\n\n\n\n\nfunction write(_x, _x2, _x3) {\n return _write.apply(this, arguments);\n}\n\nfunction _write() {\n _write = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(config, req, res) {\n var entry;\n return regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n _context.prev = 0;\n entry = {\n expires: config.expires,\n data: Object(_serialize__WEBPACK_IMPORTED_MODULE_7__[\"default\"])(config, req, res)\n };\n _context.next = 4;\n return config.store.setItem(config.uuid, entry);\n\n case 4:\n _context.next = 19;\n break;\n\n case 6:\n _context.prev = 6;\n _context.t0 = _context[\"catch\"](0);\n config.debug('Could not store response', _context.t0);\n\n if (!config.clearOnError) {\n _context.next = 18;\n break;\n }\n\n _context.prev = 10;\n _context.next = 13;\n return config.store.clear();\n\n case 13:\n _context.next = 18;\n break;\n\n case 15:\n _context.prev = 15;\n _context.t1 = _context[\"catch\"](10);\n config.debug('Could not clear store', _context.t1);\n\n case 18:\n return _context.abrupt(\"return\", false);\n\n case 19:\n return _context.abrupt(\"return\", true);\n\n case 20:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee, null, [[0, 6], [10, 15]]);\n }));\n return _write.apply(this, arguments);\n}\n\nfunction read(_x4, _x5) {\n return _read.apply(this, arguments);\n}\n\nfunction _read() {\n _read = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2(config, req) {\n var uuid, ignoreCache, entry, error, expires, data, offline, _error;\n\n return regeneratorRuntime.wrap(function _callee2$(_context2) {\n while (1) {\n switch (_context2.prev = _context2.next) {\n case 0:\n uuid = config.uuid, ignoreCache = config.ignoreCache;\n _context2.next = 3;\n return config.store.getItem(uuid);\n\n case 3:\n entry = _context2.sent;\n\n if (!(ignoreCache || !entry || !entry.data)) {\n _context2.next = 10;\n break;\n }\n\n config.debug('cache-miss', req.url);\n error = new Error();\n error.reason = 'cache-miss';\n error.message = 'Entry not found from cache';\n throw error;\n\n case 10:\n expires = entry.expires, data = entry.data; // Do not check for stale cache if offline on client-side\n\n offline = typeof navigator !== 'undefined' && 'onLine' in navigator && !navigator.onLine;\n\n if (!(!offline && !config.acceptStale && expires !== 0 && expires < Date.now())) {\n _context2.next = 18;\n break;\n }\n\n config.debug('cache-stale', req.url);\n _error = new Error();\n _error.reason = 'cache-stale';\n _error.message = 'Entry is stale';\n throw _error;\n\n case 18:\n config.debug(config.acceptStale ? 'cache-hit-stale' : 'cache-hit', req.url);\n return _context2.abrupt(\"return\", data);\n\n case 20:\n case \"end\":\n return _context2.stop();\n }\n }\n }, _callee2);\n }));\n return _read.apply(this, arguments);\n}\n\nfunction key(config) {\n if (Object(_utilities__WEBPACK_IMPORTED_MODULE_5__[\"isFunction\"])(config.key)) return config.key;\n var cacheKey;\n\n if (Object(_utilities__WEBPACK_IMPORTED_MODULE_5__[\"isString\"])(config.key)) {\n cacheKey = function cacheKey(req) {\n var url = \"\".concat(req.baseURL ? req.baseURL : '').concat(req.url);\n var key = \"\".concat(config.key, \"/\").concat(url).concat(serializeQuery(req));\n return req.data ? key + md5__WEBPACK_IMPORTED_MODULE_6___default()(req.data) : key;\n };\n } else {\n cacheKey = function cacheKey(req) {\n var url = \"\".concat(req.baseURL ? req.baseURL : '').concat(req.url);\n var key = url + serializeQuery(req);\n return req.data ? key + md5__WEBPACK_IMPORTED_MODULE_6___default()(req.data) : key;\n };\n }\n\n return cacheKey;\n}\n\nfunction defaultInvalidate(_x6, _x7) {\n return _defaultInvalidate.apply(this, arguments);\n}\n\nfunction _defaultInvalidate() {\n _defaultInvalidate = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(config, req) {\n var method;\n return regeneratorRuntime.wrap(function _callee3$(_context3) {\n while (1) {\n switch (_context3.prev = _context3.next) {\n case 0:\n method = req.method.toLowerCase();\n\n if (!config.exclude.methods.includes(method)) {\n _context3.next = 4;\n break;\n }\n\n _context3.next = 4;\n return config.store.removeItem(config.uuid);\n\n case 4:\n case \"end\":\n return _context3.stop();\n }\n }\n }, _callee3);\n }));\n return _defaultInvalidate.apply(this, arguments);\n}\n\nfunction invalidate() {\n var config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n if (Object(_utilities__WEBPACK_IMPORTED_MODULE_5__[\"isFunction\"])(config.invalidate)) return config.invalidate;\n return defaultInvalidate;\n}\n\nfunction serializeQuery(req) {\n if (!req.params) return ''; // Probably server-side, just stringify the object\n\n if (typeof URLSearchParams === 'undefined') return JSON.stringify(req.params);\n var params = req.params;\n var isInstanceOfURLSearchParams = req.params instanceof URLSearchParams; // Convert to an instance of URLSearchParams so it get serialized the same way\n\n if (!isInstanceOfURLSearchParams) {\n params = new URLSearchParams();\n Object.keys(req.params).forEach(function (key) {\n return params.append(key, req.params[key]);\n });\n }\n\n return \"?\".concat(params.toString());\n}\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n read: read,\n write: write,\n key: key,\n invalidate: invalidate,\n serializeQuery: serializeQuery\n});\n\n/***/ }),\n\n/***/ \"./src/config.js\":\n/*!***********************!*\\\n !*** ./src/config.js ***!\n \\***********************/\n/*! exports provided: defaults, makeConfig, mergeRequestConfig, default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"defaults\", function() { return defaults; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"makeConfig\", function() { return makeConfig; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"mergeRequestConfig\", function() { return mergeRequestConfig; });\n/* harmony import */ var core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es7.object.get-own-property-descriptors */ \"./node_modules/core-js/modules/es7.object.get-own-property-descriptors.js\");\n/* harmony import */ var core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es7_object_get_own_property_descriptors__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.symbol */ \"./node_modules/core-js/modules/es6.symbol.js\");\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es6.array.iterator */ \"./node_modules/core-js/modules/es6.array.iterator.js\");\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! axios */ \"axios\");\n/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_4__);\n/* harmony import */ var _memory__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./memory */ \"./src/memory.js\");\n/* harmony import */ var _cache__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./cache */ \"./src/cache.js\");\n\n\n\n\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\n\n\n\n\nvar noop = function noop() {};\n\nvar debug = function debug() {\n var _console;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return (_console = console).log.apply(_console, ['[axios-cache-adapter]'].concat(args));\n};\n\nvar defaults = {\n // Default settings when solely creating the cache adapter with setupCache.\n cache: {\n maxAge: 0,\n limit: false,\n store: null,\n key: null,\n invalidate: null,\n exclude: {\n paths: [],\n query: true,\n filter: null,\n methods: ['post', 'patch', 'put', 'delete']\n },\n adapter: axios__WEBPACK_IMPORTED_MODULE_4___default.a.defaults.adapter,\n clearOnStale: true,\n clearOnError: true,\n readOnError: false,\n readHeaders: false,\n debug: false,\n ignoreCache: false\n },\n // Additional defaults when creating the axios instance with the cache adapter.\n axios: {\n cache: {\n maxAge: 15 * 60 * 1000\n }\n }\n}; // List of disallowed in the per-request config.\n\nvar disallowedPerRequestKeys = ['limit', 'store', 'adapter', 'uuid', 'acceptStale'];\n/**\n * Make a global config object.\n *\n * @param {Object} [override={}] Optional config override.\n * @return {Object}\n */\n\nvar makeConfig = function makeConfig() {\n var override = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n\n var config = _objectSpread(_objectSpread(_objectSpread({}, defaults.cache), override), {}, {\n exclude: _objectSpread(_objectSpread({}, defaults.cache.exclude), override.exclude)\n }); // Create a cache key method\n\n\n config.key = Object(_cache__WEBPACK_IMPORTED_MODULE_6__[\"key\"])(config);\n config.invalidate = Object(_cache__WEBPACK_IMPORTED_MODULE_6__[\"invalidate\"])(config); // If debug mode is on, create a simple logger method\n\n if (config.debug !== false) {\n config.debug = typeof config.debug === 'function' ? config.debug : debug;\n } else {\n config.debug = noop;\n } // Create an in memory store if none was given\n\n\n if (!config.store) config.store = new _memory__WEBPACK_IMPORTED_MODULE_5__[\"default\"]();\n config.debug('Global cache config', config);\n return config;\n};\n/**\n * Merge the per-request config in another config.\n *\n * This method exists because not all keys should be allowed as it\n * may lead to unexpected behaviours. For instance, setting another\n * store or adapter per request is wrong, instead another instance\n * axios, or the adapter, should be used.\n *\n * @param {Object} config Config object.\n * @param {Object} req The current axios request\n * @return {Object}\n */\n\n\nvar mergeRequestConfig = function mergeRequestConfig(config, req) {\n var requestConfig = req.cache || {};\n\n if (requestConfig) {\n disallowedPerRequestKeys.forEach(function (key) {\n return requestConfig[key] ? delete requestConfig[key] : undefined;\n });\n }\n\n var mergedConfig = _objectSpread(_objectSpread(_objectSpread({}, config), requestConfig), {}, {\n exclude: _objectSpread(_objectSpread({}, config.exclude), requestConfig.exclude)\n });\n\n if (mergedConfig.debug === true) {\n mergedConfig.debug = debug;\n } // Create a cache key method\n\n\n if (requestConfig.key) {\n mergedConfig.key = Object(_cache__WEBPACK_IMPORTED_MODULE_6__[\"key\"])(requestConfig);\n } // Generate request UUID\n\n\n mergedConfig.uuid = mergedConfig.key(req);\n config.debug(\"Request config for \".concat(req.url), mergedConfig);\n return mergedConfig;\n};\n\n\n/* harmony default export */ __webpack_exports__[\"default\"] = ({\n defaults: defaults,\n makeConfig: makeConfig,\n mergeRequestConfig: mergeRequestConfig\n});\n\n/***/ }),\n\n/***/ \"./src/exclude.js\":\n/*!************************!*\\\n !*** ./src/exclude.js ***!\n \\************************/\n/*! exports provided: default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es6.array.iterator */ \"./node_modules/core-js/modules/es6.array.iterator.js\");\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_es7_array_includes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es7.array.includes */ \"./node_modules/core-js/modules/es7.array.includes.js\");\n/* harmony import */ var core_js_modules_es7_array_includes__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es7_array_includes__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_es6_string_includes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es6.string.includes */ \"./node_modules/core-js/modules/es6.string.includes.js\");\n/* harmony import */ var core_js_modules_es6_string_includes__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_string_includes__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var _utilities__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./utilities */ \"./src/utilities.js\");\n\n\n\n\n\n\nfunction exclude() {\n var config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var req = arguments.length > 1 ? arguments[1] : undefined;\n var _config$exclude = config.exclude,\n exclude = _config$exclude === void 0 ? {} : _config$exclude,\n debug = config.debug;\n var method = req.method.toLowerCase();\n\n if (method === 'head' || exclude.methods.includes(method)) {\n debug(\"Excluding request by HTTP method \".concat(req.url));\n return true;\n }\n\n if (typeof exclude.filter === 'function' && exclude.filter(req)) {\n debug(\"Excluding request by filter \".concat(req.url));\n return true;\n } // do not cache request with query\n\n\n var hasQueryParams = /\\?.*$/.test(req.url) || Object(_utilities__WEBPACK_IMPORTED_MODULE_4__[\"isObject\"])(req.params) && Object.keys(req.params).length !== 0 || typeof URLSearchParams !== 'undefined' && req.params instanceof URLSearchParams;\n\n if (exclude.query && hasQueryParams) {\n debug(\"Excluding request by query \".concat(req.url));\n return true;\n }\n\n var paths = exclude.paths || [];\n var found = paths.some(function (regexp) {\n return req.url.match(regexp);\n });\n\n if (found) {\n debug(\"Excluding request by url match \".concat(req.url));\n return true;\n }\n\n return false;\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (exclude);\n\n/***/ }),\n\n/***/ \"./src/index.js\":\n/*!**********************!*\\\n !*** ./src/index.js ***!\n \\**********************/\n/*! exports provided: setup, setupCache, serializeQuery, default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _api__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./api */ \"./src/api.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"setup\", function() { return _api__WEBPACK_IMPORTED_MODULE_0__[\"setup\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"setupCache\", function() { return _api__WEBPACK_IMPORTED_MODULE_0__[\"setupCache\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"serializeQuery\", function() { return _api__WEBPACK_IMPORTED_MODULE_0__[\"serializeQuery\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"default\", function() { return _api__WEBPACK_IMPORTED_MODULE_0__[\"default\"]; });\n\n\n\n\n/***/ }),\n\n/***/ \"./src/limit.js\":\n/*!**********************!*\\\n !*** ./src/limit.js ***!\n \\**********************/\n/*! exports provided: default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! regenerator-runtime/runtime */ \"./node_modules/regenerator-runtime/runtime.js\");\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__);\n\n\n\nfunction asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }\n\nfunction _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err); } _next(undefined); }); }; }\n\nfunction limit(_x) {\n return _limit.apply(this, arguments);\n}\n\nfunction _limit() {\n _limit = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(config) {\n var length, firstItem;\n return regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n _context.next = 2;\n return config.store.length();\n\n case 2:\n length = _context.sent;\n\n if (!(length < config.limit)) {\n _context.next = 5;\n break;\n }\n\n return _context.abrupt(\"return\");\n\n case 5:\n config.debug(\"Current store size: \".concat(length));\n _context.next = 8;\n return config.store.iterate(function (value, key) {\n if (!firstItem) firstItem = {\n value: value,\n key: key\n };\n if (value.expires < firstItem.value.expires) firstItem = {\n value: value,\n key: key\n };\n });\n\n case 8:\n if (!firstItem) {\n _context.next = 12;\n break;\n }\n\n config.debug(\"Removing item: \".concat(firstItem.key));\n _context.next = 12;\n return config.store.removeItem(firstItem.key);\n\n case 12:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee);\n }));\n return _limit.apply(this, arguments);\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (limit);\n\n/***/ }),\n\n/***/ \"./src/memory.js\":\n/*!***********************!*\\\n !*** ./src/memory.js ***!\n \\***********************/\n/*! exports provided: default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es6.array.iterator */ \"./node_modules/core-js/modules/es6.array.iterator.js\");\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! regenerator-runtime/runtime */ \"./node_modules/regenerator-runtime/runtime.js\");\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var _utilities__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./utilities */ \"./src/utilities.js\");\n\n\n\n\nfunction asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }\n\nfunction _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err); } _next(undefined); }); }; }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\n\n\nvar MemoryStore = /*#__PURE__*/function () {\n function MemoryStore() {\n _classCallCheck(this, MemoryStore);\n\n this.store = {};\n }\n\n _createClass(MemoryStore, [{\n key: \"getItem\",\n value: function () {\n var _getItem = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(key) {\n var item;\n return regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n item = this.store[key] || null;\n return _context.abrupt(\"return\", JSON.parse(item));\n\n case 2:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee, this);\n }));\n\n function getItem(_x) {\n return _getItem.apply(this, arguments);\n }\n\n return getItem;\n }()\n }, {\n key: \"setItem\",\n value: function () {\n var _setItem = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2(key, value) {\n return regeneratorRuntime.wrap(function _callee2$(_context2) {\n while (1) {\n switch (_context2.prev = _context2.next) {\n case 0:\n this.store[key] = JSON.stringify(value);\n return _context2.abrupt(\"return\", value);\n\n case 2:\n case \"end\":\n return _context2.stop();\n }\n }\n }, _callee2, this);\n }));\n\n function setItem(_x2, _x3) {\n return _setItem.apply(this, arguments);\n }\n\n return setItem;\n }()\n }, {\n key: \"removeItem\",\n value: function () {\n var _removeItem = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(key) {\n return regeneratorRuntime.wrap(function _callee3$(_context3) {\n while (1) {\n switch (_context3.prev = _context3.next) {\n case 0:\n delete this.store[key];\n\n case 1:\n case \"end\":\n return _context3.stop();\n }\n }\n }, _callee3, this);\n }));\n\n function removeItem(_x4) {\n return _removeItem.apply(this, arguments);\n }\n\n return removeItem;\n }()\n }, {\n key: \"clear\",\n value: function () {\n var _clear = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee4() {\n return regeneratorRuntime.wrap(function _callee4$(_context4) {\n while (1) {\n switch (_context4.prev = _context4.next) {\n case 0:\n this.store = {};\n\n case 1:\n case \"end\":\n return _context4.stop();\n }\n }\n }, _callee4, this);\n }));\n\n function clear() {\n return _clear.apply(this, arguments);\n }\n\n return clear;\n }()\n }, {\n key: \"length\",\n value: function () {\n var _length = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee5() {\n return regeneratorRuntime.wrap(function _callee5$(_context5) {\n while (1) {\n switch (_context5.prev = _context5.next) {\n case 0:\n return _context5.abrupt(\"return\", Object.keys(this.store).length);\n\n case 1:\n case \"end\":\n return _context5.stop();\n }\n }\n }, _callee5, this);\n }));\n\n function length() {\n return _length.apply(this, arguments);\n }\n\n return length;\n }()\n }, {\n key: \"iterate\",\n value: function iterate(fn) {\n return Promise.all(Object(_utilities__WEBPACK_IMPORTED_MODULE_3__[\"mapObject\"])(this.store, fn));\n }\n }]);\n\n return MemoryStore;\n}();\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (MemoryStore);\n\n/***/ }),\n\n/***/ \"./src/request.js\":\n/*!************************!*\\\n !*** ./src/request.js ***!\n \\************************/\n/*! exports provided: default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! regenerator-runtime/runtime */ \"./node_modules/regenerator-runtime/runtime.js\");\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _response__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./response */ \"./src/response.js\");\n/* harmony import */ var _exclude__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./exclude */ \"./src/exclude.js\");\n/* harmony import */ var _cache__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./cache */ \"./src/cache.js\");\n\n\n\nfunction asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }\n\nfunction _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err); } _next(undefined); }); }; }\n\n\n\n\n\nfunction request(_x, _x2) {\n return _request.apply(this, arguments);\n}\n\nfunction _request() {\n _request = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(config, req) {\n var next, res, excludeFromCache;\n return regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n excludeFromCache = function _excludeFromCache() {\n config.excludeFromCache = true;\n return {\n config: config,\n next: next\n };\n };\n\n config.debug('uuid', config.uuid);\n\n next = function next() {\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n return _response__WEBPACK_IMPORTED_MODULE_2__[\"default\"].apply(void 0, [config, req].concat(args));\n }; // run invalidate function to check if any cache items need to be invalidated.\n\n\n _context.next = 5;\n return config.invalidate(config, req);\n\n case 5:\n if (!Object(_exclude__WEBPACK_IMPORTED_MODULE_3__[\"default\"])(config, req)) {\n _context.next = 7;\n break;\n }\n\n return _context.abrupt(\"return\", excludeFromCache());\n\n case 7:\n _context.prev = 7;\n _context.next = 10;\n return Object(_cache__WEBPACK_IMPORTED_MODULE_4__[\"read\"])(config, req);\n\n case 10:\n res = _context.sent;\n res.config = req;\n res.request = {\n fromCache: true\n };\n return _context.abrupt(\"return\", {\n config: config,\n next: res\n });\n\n case 16:\n _context.prev = 16;\n _context.t0 = _context[\"catch\"](7);\n\n if (!(config.clearOnStale && _context.t0.reason === 'cache-stale')) {\n _context.next = 21;\n break;\n }\n\n _context.next = 21;\n return config.store.removeItem(config.uuid);\n\n case 21:\n return _context.abrupt(\"return\", {\n config: config,\n next: next\n });\n\n case 22:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee, null, [[7, 16]]);\n }));\n return _request.apply(this, arguments);\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (request);\n\n/***/ }),\n\n/***/ \"./src/response.js\":\n/*!*************************!*\\\n !*** ./src/response.js ***!\n \\*************************/\n/*! exports provided: default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! regenerator-runtime/runtime */ \"./node_modules/regenerator-runtime/runtime.js\");\n/* harmony import */ var regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var _limit__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./limit */ \"./src/limit.js\");\n/* harmony import */ var _cache__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cache */ \"./src/cache.js\");\n/* harmony import */ var cache_control_esm__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! cache-control-esm */ \"./node_modules/cache-control-esm/index.js\");\n\n\n\nfunction asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }\n\nfunction _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err); } _next(undefined); }); }; }\n\n\n\n\n\nfunction response(_x, _x2, _x3) {\n return _response.apply(this, arguments);\n}\n\nfunction _response() {\n _response = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(config, req, res) {\n var _res$request, request, _res$headers, headers, cacheControl;\n\n return regeneratorRuntime.wrap(function _callee$(_context) {\n while (1) {\n switch (_context.prev = _context.next) {\n case 0:\n _res$request = res.request, request = _res$request === void 0 ? {} : _res$request, _res$headers = res.headers, headers = _res$headers === void 0 ? {} : _res$headers; // exclude binary response from cache\n\n if (!(['arraybuffer', 'blob'].indexOf(request.responseType) > -1)) {\n _context.next = 3;\n break;\n }\n\n return _context.abrupt(\"return\", res);\n\n case 3:\n cacheControl = {}; // Should we try to determine request cache expiration from headers or not\n\n if (config.readHeaders) {\n if (headers['cache-control']) {\n // Try parsing `cache-control` header from response\n cacheControl = Object(cache_control_esm__WEBPACK_IMPORTED_MODULE_4__[\"parse\"])(headers['cache-control']); // Force cache exlcusion for `cache-control: no-cache` and `cache-control: no-store`\n\n if (cacheControl.noCache || cacheControl.noStore) {\n config.excludeFromCache = true;\n }\n } else if (headers.expires) {\n // Else try reading `expires` header\n config.expires = new Date(headers.expires).getTime();\n } else {\n config.expires = new Date().getTime();\n }\n }\n\n if (config.excludeFromCache) {\n _context.next = 15;\n break;\n }\n\n if (cacheControl.maxAge || cacheControl.maxAge === 0) {\n // Use `cache-control` header `max-age` value and convert to milliseconds\n config.expires = Date.now() + cacheControl.maxAge * 1000;\n } else if (!config.readHeaders) {\n // Use fixed `maxAge` defined in the global or per-request config\n config.expires = config.maxAge === 0 ? Date.now() : Date.now() + config.maxAge;\n } // Check if a cache limit has been configured\n\n\n if (!config.limit) {\n _context.next = 11;\n break;\n }\n\n config.debug(\"Detected limit: \".concat(config.limit));\n _context.next = 11;\n return Object(_limit__WEBPACK_IMPORTED_MODULE_2__[\"default\"])(config);\n\n case 11:\n _context.next = 13;\n return Object(_cache__WEBPACK_IMPORTED_MODULE_3__[\"write\"])(config, req, res);\n\n case 13:\n _context.next = 16;\n break;\n\n case 15:\n // Mark request as excluded from cache\n res.request.excludedFromCache = true;\n\n case 16:\n return _context.abrupt(\"return\", res);\n\n case 17:\n case \"end\":\n return _context.stop();\n }\n }\n }, _callee);\n }));\n return _response.apply(this, arguments);\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (response);\n\n/***/ }),\n\n/***/ \"./src/serialize.js\":\n/*!**************************!*\\\n !*** ./src/serialize.js ***!\n \\**************************/\n/*! exports provided: default */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es6.symbol */ \"./node_modules/core-js/modules/es6.symbol.js\");\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.array.iterator */ \"./node_modules/core-js/modules/es6.array.iterator.js\");\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_2__);\n\n\n\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\nfunction serialize(config, req, res) {\n if (res.data) {\n // FIXME: May be useless as localForage and axios already parse automatically\n try {\n res.data = JSON.parse(res.data);\n } catch (err) {\n config.debug('Could not parse data as JSON', err);\n }\n }\n\n var request = res.request,\n _ = res.config,\n serialized = _objectWithoutProperties(res, [\"request\", \"config\"]);\n\n return serialized;\n}\n\n/* harmony default export */ __webpack_exports__[\"default\"] = (serialize);\n\n/***/ }),\n\n/***/ \"./src/utilities.js\":\n/*!**************************!*\\\n !*** ./src/utilities.js ***!\n \\**************************/\n/*! exports provided: isObject, getTag, isFunction, isString, mapObject */\n/***/ (function(module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isObject\", function() { return isObject; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"getTag\", function() { return getTag; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isFunction\", function() { return isFunction; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"isString\", function() { return isString; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"mapObject\", function() { return mapObject; });\n/* harmony import */ var core_js_modules_es7_symbol_async_iterator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es7.symbol.async-iterator */ \"./node_modules/core-js/modules/es7.symbol.async-iterator.js\");\n/* harmony import */ var core_js_modules_es7_symbol_async_iterator__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es7_symbol_async_iterator__WEBPACK_IMPORTED_MODULE_0__);\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es6.symbol */ \"./node_modules/core-js/modules/es6.symbol.js\");\n/* harmony import */ var core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_symbol__WEBPACK_IMPORTED_MODULE_1__);\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es6.array.iterator */ \"./node_modules/core-js/modules/es6.array.iterator.js\");\n/* harmony import */ var core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_array_iterator__WEBPACK_IMPORTED_MODULE_2__);\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es6.object.to-string */ \"./node_modules/core-js/modules/es6.object.to-string.js\");\n/* harmony import */ var core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es6_object_to_string__WEBPACK_IMPORTED_MODULE_3__);\n\n\n\n\n\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\n// https://github.com/lodash/lodash/blob/master/isObject.js\nfunction isObject(value) {\n var type = _typeof(value);\n\n return value != null && (type === 'object' || type === 'function');\n} // https://github.com/lodash/lodash/blob/master/.internal/getTag.js\n\nfunction getTag(value) {\n if (value === null) {\n return value === undefined ? '[object Undefined]' : '[object Null]';\n }\n\n return Object.prototype.toString.call(value);\n} // https://github.com/lodash/lodash/blob/master/isFunction.js\n\nfunction isFunction(value) {\n if (!isObject(value)) {\n return false;\n }\n\n var tag = getTag(value);\n return tag === '[object Function]' || tag === '[object AsyncFunction]' || tag === '[object GeneratorFunction]' || tag === '[object Proxy]';\n} // https://github.com/lodash/lodash/blob/master/isString.js\n\nfunction isString(value) {\n var type = _typeof(value);\n\n return type === 'string' || type === 'object' && value != null && !Array.isArray(value) && getTag(value) === '[object String]';\n}\nfunction mapObject(value, fn) {\n if (!isObject(value)) {\n return [];\n }\n\n return Object.keys(value).map(function (key) {\n return fn(value[key], key);\n });\n}\n\n/***/ }),\n\n/***/ \"axios\":\n/*!*************************************************************************************!*\\\n !*** external {\"umd\":\"axios\",\"amd\":\"axios\",\"commonjs\":\"axios\",\"commonjs2\":\"axios\"} ***!\n \\*************************************************************************************/\n/*! no static exports found */\n/***/ (function(module, exports) {\n\nmodule.exports = __WEBPACK_EXTERNAL_MODULE_axios__;\n\n/***/ })\n\n/******/ });\n});\n//# sourceMappingURL=cache.js.map","import axios from \"axios\";\nimport store from \"../store\";\nimport router from \"../router\";\n\n//Cache\nimport {setupCache} from \"axios-cache-adapter\";\nimport tryReload from \"@songfinch/customer/helpers/tryReload\";\n\n//Default for Api\naxios.defaults.baseURL = window.location.origin + \"/v3/api\";\naxios.defaults.headers.common[\"X-CSRF-Token\"] = document.querySelector('meta[name=\"csrf-token\"]')?.content;\naxios.defaults.headers.common[\"Accept\"] = \"application/json\";\naxios.defaults.headers.common[\"SF-FE-App-Name\"] = \"customer\";\naxios.defaults.headers.common[\"SF-FE-App-V\"] = window.appSettings.version;\naxios.defaults.headers.common[\"SF-FE-Data-V\"] = window.appSettings.data_version;\n\nconst cache = setupCache({\n maxAge: 15 * 60 * 1000,\n exclude: {\n query: false,\n },\n ignoreCache: true,\n});\naxios.defaults.adapter = cache.adapter;\n\nlet skipRefreshError = false;\n\n//After each response\naxios.interceptors.response.use(function (response) {\n if (response.config.meta?.updateCSRFToken) {\n axios.defaults.headers.common[\"X-CSRF-Token\"] = response.headers[\"x-csrf-token\"];\n }\n return response;\n}, function (error) {\n const res = error?.response;\n //503 Error maintenance (Heroku on maintaince)\n if (res?.status === 503) {\n location.reload();\n //426 Error Outdated App\n } else if (res?.status === 426 && res?.data?.sf_refresh) {\n if (skipRefreshError) return Promise.reject(error);\n window.appSettings.sentry_dns = null; // Clearing to stop any sentry errors\n const clearData = res.data.sf_clear_data;\n //Regular reload when switching pages && we don't need to clear data\n if (res.config.cmsCall && !clearData) {\n if (!tryReload(error, \"axios 426 auto\")) {\n return Promise.reject(error);\n }\n } else {\n store.commit(\"shared/showModal\", {\n component: () => import(\"../components/popups/RefreshPopup\"),\n props: {showClearMessage: !!clearData},\n swalSettings: {showCloseButton: false},\n });\n }\n skipRefreshError = true;\n return Promise.reject(error);\n //422 Error invalid token we also returning user with that\n } else if (res?.status === 422 && res.data.invalid_token && !res.config.sf_repeat) {\n res.config.headers[\"X-CSRF-Token\"] = res.headers[\"x-csrf-token\"];\n res.config.sf_repeat = true;\n store.commit(\"auth/setUser\", res.data.user);\n axios.defaults.headers.common[\"X-CSRF-Token\"] = res.headers[\"x-csrf-token\"];\n return axios.request(res.config);\n } else if (res?.status === 401 && store.state.auth.user) {\n location.href = `/login?push_to_path=${router.currentRoute.value.path}`;\n }\n\n return Promise.reject(error);\n});\n\n","import {App, Plugin} from \"vue\";\n\ninterface FlagsPluginInterface {\n set(key: string, value: boolean): void\n get(key: string): boolean\n}\n\ndeclare module \"@vue/runtime-core\" {\n interface ComponentCustomProperties {\n $flags: FlagsPluginInterface\n }\n}\n\nconst FlagsPlugin: Plugin = {\n install(app: App) {\n app.config.globalProperties.$flags = {\n set(key, value) {\n const flags = JSON.parse(localStorage.getItem(\"sf_flags\")) || {};\n flags[key] = +value;\n localStorage.setItem(\"sf_flags\", JSON.stringify(flags));\n },\n get(key) {\n const flags = JSON.parse(localStorage.getItem(\"sf_flags\")) || {};\n return !!flags[key];\n }\n };\n }\n};\n\nexport default FlagsPlugin;\n","import app from \"@songfinch/customer/app.js\";\n\nimport Slider from \"@songfinch/shared/plugins/slider\";\napp.use(Slider);\n\nimport AudioPlayerPlugin from \"@songfinch/shared/plugins/audio_player\";\napp.use(AudioPlayerPlugin);\n\nimport Flags from \"@songfinch/shared/plugins/flags\";\napp.use(Flags);\n\nimport PrimeVue from \"primevue/config\";\napp.use(PrimeVue);\n\nimport Modal from \"@songfinch/shared/plugins/modal/plugin\";\napp.use(Modal, {\n customClass: {\n confirmButton: \"mkButton @mx-2.5 @mb-5 noLoading\",\n cancelButton: \"mkButton @mx-2.5 dark @mb-5 noLoading\",\n },\n showClass: {\n popup: \"fadeIn\"\n },\n hideClass: {\n popup: \"fadeOut\",\n },\n width: 575,\n background: \"var(--sfc-beige)\",\n iconColor: \"var(--cherry)\",\n buttonsStyling: false\n});\n","import {debounce} from \"lodash-es\";\nimport app from \"@songfinch/customer/app\";\nimport store from \"@songfinch/customer/store\";\n\napp.config.globalProperties.$env = window.appSettings.env;\napp.config.globalProperties.$digitalTagTypes = [\"digital\", \"streaming\"];\n\nstore.commit(\"shared/setResolutionsFlags\");\nwindow.addEventListener(\"resize\", debounce(() => {\n store.commit(\"shared/setResolutionsFlags\");\n}, 500));\n\napp.config.globalProperties.$flushGTMScripts = () => {\n const pixels = document.body.querySelectorAll(':scope > [id^=\"sf_gtm_script\"]');\n for (const p of pixels) document.body.removeChild(p);\n};\n","import axios from \"axios\";\nimport router from \"../router\";\n\nconst submission_id = localStorage.getItem(\"sf_submission_id\");\n\nif (submission_id) {\n axios.post(\"checkout/confirm_order\", {submission_id, check_processed: true})\n .then(res => {\n if (res.data.is_processed) {\n router.push({name: \"CompleteCheckout\"});\n }\n });\n}\n","/*!\n * shared v9.2.2\n * (c) 2022 kazuya kawaguchi\n * Released under the MIT License.\n */\n/**\r\n * Original Utilities\r\n * written by kazuya kawaguchi\r\n */\r\nconst inBrowser = typeof window !== 'undefined';\r\nlet mark;\r\nlet measure;\r\nif ((process.env.NODE_ENV !== 'production')) {\r\n const perf = inBrowser && window.performance;\r\n if (perf &&\r\n perf.mark &&\r\n perf.measure &&\r\n perf.clearMarks &&\r\n perf.clearMeasures) {\r\n mark = (tag) => perf.mark(tag);\r\n measure = (name, startTag, endTag) => {\r\n perf.measure(name, startTag, endTag);\r\n perf.clearMarks(startTag);\r\n perf.clearMarks(endTag);\r\n };\r\n }\r\n}\r\nconst RE_ARGS = /\\{([0-9a-zA-Z]+)\\}/g;\r\n/* eslint-disable */\r\nfunction format(message, ...args) {\r\n if (args.length === 1 && isObject(args[0])) {\r\n args = args[0];\r\n }\r\n if (!args || !args.hasOwnProperty) {\r\n args = {};\r\n }\r\n return message.replace(RE_ARGS, (match, identifier) => {\r\n return args.hasOwnProperty(identifier) ? args[identifier] : '';\r\n });\r\n}\r\nconst hasSymbol = typeof Symbol === 'function' && typeof Symbol.toStringTag === 'symbol';\r\nconst makeSymbol = (name) => hasSymbol ? Symbol(name) : name;\r\nconst generateFormatCacheKey = (locale, key, source) => friendlyJSONstringify({ l: locale, k: key, s: source });\r\nconst friendlyJSONstringify = (json) => JSON.stringify(json)\r\n .replace(/\\u2028/g, '\\\\u2028')\r\n .replace(/\\u2029/g, '\\\\u2029')\r\n .replace(/\\u0027/g, '\\\\u0027');\r\nconst isNumber = (val) => typeof val === 'number' && isFinite(val);\r\nconst isDate = (val) => toTypeString(val) === '[object Date]';\r\nconst isRegExp = (val) => toTypeString(val) === '[object RegExp]';\r\nconst isEmptyObject = (val) => isPlainObject(val) && Object.keys(val).length === 0;\r\nfunction warn(msg, err) {\r\n if (typeof console !== 'undefined') {\r\n console.warn(`[intlify] ` + msg);\r\n /* istanbul ignore if */\r\n if (err) {\r\n console.warn(err.stack);\r\n }\r\n }\r\n}\r\nconst assign = Object.assign;\r\nlet _globalThis;\r\nconst getGlobalThis = () => {\r\n // prettier-ignore\r\n return (_globalThis ||\r\n (_globalThis =\r\n typeof globalThis !== 'undefined'\r\n ? globalThis\r\n : typeof self !== 'undefined'\r\n ? self\r\n : typeof window !== 'undefined'\r\n ? window\r\n : typeof global !== 'undefined'\r\n ? global\r\n : {}));\r\n};\r\nfunction escapeHtml(rawText) {\r\n return rawText\r\n .replace(//g, '>')\r\n .replace(/\"/g, '"')\r\n .replace(/'/g, ''');\r\n}\r\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\r\nfunction hasOwn(obj, key) {\r\n return hasOwnProperty.call(obj, key);\r\n}\r\n/* eslint-enable */\r\n/**\r\n * Useful Utilities By Evan you\r\n * Modified by kazuya kawaguchi\r\n * MIT License\r\n * https://github.com/vuejs/vue-next/blob/master/packages/shared/src/index.ts\r\n * https://github.com/vuejs/vue-next/blob/master/packages/shared/src/codeframe.ts\r\n */\r\nconst isArray = Array.isArray;\r\nconst isFunction = (val) => typeof val === 'function';\r\nconst isString = (val) => typeof val === 'string';\r\nconst isBoolean = (val) => typeof val === 'boolean';\r\nconst isSymbol = (val) => typeof val === 'symbol';\r\nconst isObject = (val) => // eslint-disable-line\r\n val !== null && typeof val === 'object';\r\nconst isPromise = (val) => {\r\n return isObject(val) && isFunction(val.then) && isFunction(val.catch);\r\n};\r\nconst objectToString = Object.prototype.toString;\r\nconst toTypeString = (value) => objectToString.call(value);\r\nconst isPlainObject = (val) => toTypeString(val) === '[object Object]';\r\n// for converting list and named values to displayed strings.\r\nconst toDisplayString = (val) => {\r\n return val == null\r\n ? ''\r\n : isArray(val) || (isPlainObject(val) && val.toString === objectToString)\r\n ? JSON.stringify(val, null, 2)\r\n : String(val);\r\n};\r\nconst RANGE = 2;\r\nfunction generateCodeFrame(source, start = 0, end = source.length) {\r\n const lines = source.split(/\\r?\\n/);\r\n let count = 0;\r\n const res = [];\r\n for (let i = 0; i < lines.length; i++) {\r\n count += lines[i].length + 1;\r\n if (count >= start) {\r\n for (let j = i - RANGE; j <= i + RANGE || end > count; j++) {\r\n if (j < 0 || j >= lines.length)\r\n continue;\r\n const line = j + 1;\r\n res.push(`${line}${' '.repeat(3 - String(line).length)}| ${lines[j]}`);\r\n const lineLength = lines[j].length;\r\n if (j === i) {\r\n // push underline\r\n const pad = start - (count - lineLength) + 1;\r\n const length = Math.max(1, end > count ? lineLength - pad : end - start);\r\n res.push(` | ` + ' '.repeat(pad) + '^'.repeat(length));\r\n }\r\n else if (j > i) {\r\n if (end > count) {\r\n const length = Math.max(Math.min(end - count, lineLength), 1);\r\n res.push(` | ` + '^'.repeat(length));\r\n }\r\n count += lineLength + 1;\r\n }\r\n }\r\n break;\r\n }\r\n }\r\n return res.join('\\n');\r\n}\n\n/**\r\n * Event emitter, forked from the below:\r\n * - original repository url: https://github.com/developit/mitt\r\n * - code url: https://github.com/developit/mitt/blob/master/src/index.ts\r\n * - author: Jason Miller (https://github.com/developit)\r\n * - license: MIT\r\n */\r\n/**\r\n * Create a event emitter\r\n *\r\n * @returns An event emitter\r\n */\r\nfunction createEmitter() {\r\n const events = new Map();\r\n const emitter = {\r\n events,\r\n on(event, handler) {\r\n const handlers = events.get(event);\r\n const added = handlers && handlers.push(handler);\r\n if (!added) {\r\n events.set(event, [handler]);\r\n }\r\n },\r\n off(event, handler) {\r\n const handlers = events.get(event);\r\n if (handlers) {\r\n handlers.splice(handlers.indexOf(handler) >>> 0, 1);\r\n }\r\n },\r\n emit(event, payload) {\r\n (events.get(event) || [])\r\n .slice()\r\n .map(handler => handler(payload));\r\n (events.get('*') || [])\r\n .slice()\r\n .map(handler => handler(event, payload));\r\n }\r\n };\r\n return emitter;\r\n}\n\nexport { assign, createEmitter, escapeHtml, format, friendlyJSONstringify, generateCodeFrame, generateFormatCacheKey, getGlobalThis, hasOwn, inBrowser, isArray, isBoolean, isDate, isEmptyObject, isFunction, isNumber, isObject, isPlainObject, isPromise, isRegExp, isString, isSymbol, makeSymbol, mark, measure, objectToString, toDisplayString, toTypeString, warn };\n","/*!\n * message-compiler v9.2.2\n * (c) 2022 kazuya kawaguchi\n * Released under the MIT License.\n */\nimport { format, assign, isString } from '@intlify/shared';\n\nconst CompileErrorCodes = {\r\n // tokenizer error codes\r\n EXPECTED_TOKEN: 1,\r\n INVALID_TOKEN_IN_PLACEHOLDER: 2,\r\n UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER: 3,\r\n UNKNOWN_ESCAPE_SEQUENCE: 4,\r\n INVALID_UNICODE_ESCAPE_SEQUENCE: 5,\r\n UNBALANCED_CLOSING_BRACE: 6,\r\n UNTERMINATED_CLOSING_BRACE: 7,\r\n EMPTY_PLACEHOLDER: 8,\r\n NOT_ALLOW_NEST_PLACEHOLDER: 9,\r\n INVALID_LINKED_FORMAT: 10,\r\n // parser error codes\r\n MUST_HAVE_MESSAGES_IN_PLURAL: 11,\r\n UNEXPECTED_EMPTY_LINKED_MODIFIER: 12,\r\n UNEXPECTED_EMPTY_LINKED_KEY: 13,\r\n UNEXPECTED_LEXICAL_ANALYSIS: 14,\r\n // Special value for higher-order compilers to pick up the last code\r\n // to avoid collision of error codes. This should always be kept as the last\r\n // item.\r\n __EXTEND_POINT__: 15\r\n};\r\n/** @internal */\r\nconst errorMessages = {\r\n // tokenizer error messages\r\n [CompileErrorCodes.EXPECTED_TOKEN]: `Expected token: '{0}'`,\r\n [CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER]: `Invalid token in placeholder: '{0}'`,\r\n [CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]: `Unterminated single quote in placeholder`,\r\n [CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE]: `Unknown escape sequence: \\\\{0}`,\r\n [CompileErrorCodes.INVALID_UNICODE_ESCAPE_SEQUENCE]: `Invalid unicode escape sequence: {0}`,\r\n [CompileErrorCodes.UNBALANCED_CLOSING_BRACE]: `Unbalanced closing brace`,\r\n [CompileErrorCodes.UNTERMINATED_CLOSING_BRACE]: `Unterminated closing brace`,\r\n [CompileErrorCodes.EMPTY_PLACEHOLDER]: `Empty placeholder`,\r\n [CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER]: `Not allowed nest placeholder`,\r\n [CompileErrorCodes.INVALID_LINKED_FORMAT]: `Invalid linked format`,\r\n // parser error messages\r\n [CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL]: `Plural must have messages`,\r\n [CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER]: `Unexpected empty linked modifier`,\r\n [CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY]: `Unexpected empty linked key`,\r\n [CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS]: `Unexpected lexical analysis in token: '{0}'`\r\n};\r\nfunction createCompileError(code, loc, options = {}) {\r\n const { domain, messages, args } = options;\r\n const msg = (process.env.NODE_ENV !== 'production')\r\n ? format((messages || errorMessages)[code] || '', ...(args || []))\r\n : code;\r\n const error = new SyntaxError(String(msg));\r\n error.code = code;\r\n if (loc) {\r\n error.location = loc;\r\n }\r\n error.domain = domain;\r\n return error;\r\n}\r\n/** @internal */\r\nfunction defaultOnError(error) {\r\n throw error;\r\n}\n\nconst LocationStub = {\r\n start: { line: 1, column: 1, offset: 0 },\r\n end: { line: 1, column: 1, offset: 0 }\r\n};\r\nfunction createPosition(line, column, offset) {\r\n return { line, column, offset };\r\n}\r\nfunction createLocation(start, end, source) {\r\n const loc = { start, end };\r\n if (source != null) {\r\n loc.source = source;\r\n }\r\n return loc;\r\n}\n\nconst CHAR_SP = ' ';\r\nconst CHAR_CR = '\\r';\r\nconst CHAR_LF = '\\n';\r\nconst CHAR_LS = String.fromCharCode(0x2028);\r\nconst CHAR_PS = String.fromCharCode(0x2029);\r\nfunction createScanner(str) {\r\n const _buf = str;\r\n let _index = 0;\r\n let _line = 1;\r\n let _column = 1;\r\n let _peekOffset = 0;\r\n const isCRLF = (index) => _buf[index] === CHAR_CR && _buf[index + 1] === CHAR_LF;\r\n const isLF = (index) => _buf[index] === CHAR_LF;\r\n const isPS = (index) => _buf[index] === CHAR_PS;\r\n const isLS = (index) => _buf[index] === CHAR_LS;\r\n const isLineEnd = (index) => isCRLF(index) || isLF(index) || isPS(index) || isLS(index);\r\n const index = () => _index;\r\n const line = () => _line;\r\n const column = () => _column;\r\n const peekOffset = () => _peekOffset;\r\n const charAt = (offset) => isCRLF(offset) || isPS(offset) || isLS(offset) ? CHAR_LF : _buf[offset];\r\n const currentChar = () => charAt(_index);\r\n const currentPeek = () => charAt(_index + _peekOffset);\r\n function next() {\r\n _peekOffset = 0;\r\n if (isLineEnd(_index)) {\r\n _line++;\r\n _column = 0;\r\n }\r\n if (isCRLF(_index)) {\r\n _index++;\r\n }\r\n _index++;\r\n _column++;\r\n return _buf[_index];\r\n }\r\n function peek() {\r\n if (isCRLF(_index + _peekOffset)) {\r\n _peekOffset++;\r\n }\r\n _peekOffset++;\r\n return _buf[_index + _peekOffset];\r\n }\r\n function reset() {\r\n _index = 0;\r\n _line = 1;\r\n _column = 1;\r\n _peekOffset = 0;\r\n }\r\n function resetPeek(offset = 0) {\r\n _peekOffset = offset;\r\n }\r\n function skipToPeek() {\r\n const target = _index + _peekOffset;\r\n // eslint-disable-next-line no-unmodified-loop-condition\r\n while (target !== _index) {\r\n next();\r\n }\r\n _peekOffset = 0;\r\n }\r\n return {\r\n index,\r\n line,\r\n column,\r\n peekOffset,\r\n charAt,\r\n currentChar,\r\n currentPeek,\r\n next,\r\n peek,\r\n reset,\r\n resetPeek,\r\n skipToPeek\r\n };\r\n}\n\nconst EOF = undefined;\r\nconst LITERAL_DELIMITER = \"'\";\r\nconst ERROR_DOMAIN$1 = 'tokenizer';\r\nfunction createTokenizer(source, options = {}) {\r\n const location = options.location !== false;\r\n const _scnr = createScanner(source);\r\n const currentOffset = () => _scnr.index();\r\n const currentPosition = () => createPosition(_scnr.line(), _scnr.column(), _scnr.index());\r\n const _initLoc = currentPosition();\r\n const _initOffset = currentOffset();\r\n const _context = {\r\n currentType: 14 /* EOF */,\r\n offset: _initOffset,\r\n startLoc: _initLoc,\r\n endLoc: _initLoc,\r\n lastType: 14 /* EOF */,\r\n lastOffset: _initOffset,\r\n lastStartLoc: _initLoc,\r\n lastEndLoc: _initLoc,\r\n braceNest: 0,\r\n inLinked: false,\r\n text: ''\r\n };\r\n const context = () => _context;\r\n const { onError } = options;\r\n function emitError(code, pos, offset, ...args) {\r\n const ctx = context();\r\n pos.column += offset;\r\n pos.offset += offset;\r\n if (onError) {\r\n const loc = createLocation(ctx.startLoc, pos);\r\n const err = createCompileError(code, loc, {\r\n domain: ERROR_DOMAIN$1,\r\n args\r\n });\r\n onError(err);\r\n }\r\n }\r\n function getToken(context, type, value) {\r\n context.endLoc = currentPosition();\r\n context.currentType = type;\r\n const token = { type };\r\n if (location) {\r\n token.loc = createLocation(context.startLoc, context.endLoc);\r\n }\r\n if (value != null) {\r\n token.value = value;\r\n }\r\n return token;\r\n }\r\n const getEndToken = (context) => getToken(context, 14 /* EOF */);\r\n function eat(scnr, ch) {\r\n if (scnr.currentChar() === ch) {\r\n scnr.next();\r\n return ch;\r\n }\r\n else {\r\n emitError(CompileErrorCodes.EXPECTED_TOKEN, currentPosition(), 0, ch);\r\n return '';\r\n }\r\n }\r\n function peekSpaces(scnr) {\r\n let buf = '';\r\n while (scnr.currentPeek() === CHAR_SP || scnr.currentPeek() === CHAR_LF) {\r\n buf += scnr.currentPeek();\r\n scnr.peek();\r\n }\r\n return buf;\r\n }\r\n function skipSpaces(scnr) {\r\n const buf = peekSpaces(scnr);\r\n scnr.skipToPeek();\r\n return buf;\r\n }\r\n function isIdentifierStart(ch) {\r\n if (ch === EOF) {\r\n return false;\r\n }\r\n const cc = ch.charCodeAt(0);\r\n return ((cc >= 97 && cc <= 122) || // a-z\r\n (cc >= 65 && cc <= 90) || // A-Z\r\n cc === 95 // _\r\n );\r\n }\r\n function isNumberStart(ch) {\r\n if (ch === EOF) {\r\n return false;\r\n }\r\n const cc = ch.charCodeAt(0);\r\n return cc >= 48 && cc <= 57; // 0-9\r\n }\r\n function isNamedIdentifierStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 2 /* BraceLeft */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = isIdentifierStart(scnr.currentPeek());\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isListIdentifierStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 2 /* BraceLeft */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ch = scnr.currentPeek() === '-' ? scnr.peek() : scnr.currentPeek();\r\n const ret = isNumberStart(ch);\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLiteralStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 2 /* BraceLeft */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === LITERAL_DELIMITER;\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLinkedDotStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 8 /* LinkedAlias */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === \".\" /* LinkedDot */;\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLinkedModifierStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 9 /* LinkedDot */) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = isIdentifierStart(scnr.currentPeek());\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLinkedDelimiterStart(scnr, context) {\r\n const { currentType } = context;\r\n if (!(currentType === 8 /* LinkedAlias */ ||\r\n currentType === 12 /* LinkedModifier */)) {\r\n return false;\r\n }\r\n peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === \":\" /* LinkedDelimiter */;\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isLinkedReferStart(scnr, context) {\r\n const { currentType } = context;\r\n if (currentType !== 10 /* LinkedDelimiter */) {\r\n return false;\r\n }\r\n const fn = () => {\r\n const ch = scnr.currentPeek();\r\n if (ch === \"{\" /* BraceLeft */) {\r\n return isIdentifierStart(scnr.peek());\r\n }\r\n else if (ch === \"@\" /* LinkedAlias */ ||\r\n ch === \"%\" /* Modulo */ ||\r\n ch === \"|\" /* Pipe */ ||\r\n ch === \":\" /* LinkedDelimiter */ ||\r\n ch === \".\" /* LinkedDot */ ||\r\n ch === CHAR_SP ||\r\n !ch) {\r\n return false;\r\n }\r\n else if (ch === CHAR_LF) {\r\n scnr.peek();\r\n return fn();\r\n }\r\n else {\r\n // other characters\r\n return isIdentifierStart(ch);\r\n }\r\n };\r\n const ret = fn();\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function isPluralStart(scnr) {\r\n peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === \"|\" /* Pipe */;\r\n scnr.resetPeek();\r\n return ret;\r\n }\r\n function detectModuloStart(scnr) {\r\n const spaces = peekSpaces(scnr);\r\n const ret = scnr.currentPeek() === \"%\" /* Modulo */ &&\r\n scnr.peek() === \"{\" /* BraceLeft */;\r\n scnr.resetPeek();\r\n return {\r\n isModulo: ret,\r\n hasSpace: spaces.length > 0\r\n };\r\n }\r\n function isTextStart(scnr, reset = true) {\r\n const fn = (hasSpace = false, prev = '', detectModulo = false) => {\r\n const ch = scnr.currentPeek();\r\n if (ch === \"{\" /* BraceLeft */) {\r\n return prev === \"%\" /* Modulo */ ? false : hasSpace;\r\n }\r\n else if (ch === \"@\" /* LinkedAlias */ || !ch) {\r\n return prev === \"%\" /* Modulo */ ? true : hasSpace;\r\n }\r\n else if (ch === \"%\" /* Modulo */) {\r\n scnr.peek();\r\n return fn(hasSpace, \"%\" /* Modulo */, true);\r\n }\r\n else if (ch === \"|\" /* Pipe */) {\r\n return prev === \"%\" /* Modulo */ || detectModulo\r\n ? true\r\n : !(prev === CHAR_SP || prev === CHAR_LF);\r\n }\r\n else if (ch === CHAR_SP) {\r\n scnr.peek();\r\n return fn(true, CHAR_SP, detectModulo);\r\n }\r\n else if (ch === CHAR_LF) {\r\n scnr.peek();\r\n return fn(true, CHAR_LF, detectModulo);\r\n }\r\n else {\r\n return true;\r\n }\r\n };\r\n const ret = fn();\r\n reset && scnr.resetPeek();\r\n return ret;\r\n }\r\n function takeChar(scnr, fn) {\r\n const ch = scnr.currentChar();\r\n if (ch === EOF) {\r\n return EOF;\r\n }\r\n if (fn(ch)) {\r\n scnr.next();\r\n return ch;\r\n }\r\n return null;\r\n }\r\n function takeIdentifierChar(scnr) {\r\n const closure = (ch) => {\r\n const cc = ch.charCodeAt(0);\r\n return ((cc >= 97 && cc <= 122) || // a-z\r\n (cc >= 65 && cc <= 90) || // A-Z\r\n (cc >= 48 && cc <= 57) || // 0-9\r\n cc === 95 || // _\r\n cc === 36 // $\r\n );\r\n };\r\n return takeChar(scnr, closure);\r\n }\r\n function takeDigit(scnr) {\r\n const closure = (ch) => {\r\n const cc = ch.charCodeAt(0);\r\n return cc >= 48 && cc <= 57; // 0-9\r\n };\r\n return takeChar(scnr, closure);\r\n }\r\n function takeHexDigit(scnr) {\r\n const closure = (ch) => {\r\n const cc = ch.charCodeAt(0);\r\n return ((cc >= 48 && cc <= 57) || // 0-9\r\n (cc >= 65 && cc <= 70) || // A-F\r\n (cc >= 97 && cc <= 102)); // a-f\r\n };\r\n return takeChar(scnr, closure);\r\n }\r\n function getDigits(scnr) {\r\n let ch = '';\r\n let num = '';\r\n while ((ch = takeDigit(scnr))) {\r\n num += ch;\r\n }\r\n return num;\r\n }\r\n function readModulo(scnr) {\r\n skipSpaces(scnr);\r\n const ch = scnr.currentChar();\r\n if (ch !== \"%\" /* Modulo */) {\r\n emitError(CompileErrorCodes.EXPECTED_TOKEN, currentPosition(), 0, ch);\r\n }\r\n scnr.next();\r\n return \"%\" /* Modulo */;\r\n }\r\n function readText(scnr) {\r\n let buf = '';\r\n while (true) {\r\n const ch = scnr.currentChar();\r\n if (ch === \"{\" /* BraceLeft */ ||\r\n ch === \"}\" /* BraceRight */ ||\r\n ch === \"@\" /* LinkedAlias */ ||\r\n ch === \"|\" /* Pipe */ ||\r\n !ch) {\r\n break;\r\n }\r\n else if (ch === \"%\" /* Modulo */) {\r\n if (isTextStart(scnr)) {\r\n buf += ch;\r\n scnr.next();\r\n }\r\n else {\r\n break;\r\n }\r\n }\r\n else if (ch === CHAR_SP || ch === CHAR_LF) {\r\n if (isTextStart(scnr)) {\r\n buf += ch;\r\n scnr.next();\r\n }\r\n else if (isPluralStart(scnr)) {\r\n break;\r\n }\r\n else {\r\n buf += ch;\r\n scnr.next();\r\n }\r\n }\r\n else {\r\n buf += ch;\r\n scnr.next();\r\n }\r\n }\r\n return buf;\r\n }\r\n function readNamedIdentifier(scnr) {\r\n skipSpaces(scnr);\r\n let ch = '';\r\n let name = '';\r\n while ((ch = takeIdentifierChar(scnr))) {\r\n name += ch;\r\n }\r\n if (scnr.currentChar() === EOF) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n }\r\n return name;\r\n }\r\n function readListIdentifier(scnr) {\r\n skipSpaces(scnr);\r\n let value = '';\r\n if (scnr.currentChar() === '-') {\r\n scnr.next();\r\n value += `-${getDigits(scnr)}`;\r\n }\r\n else {\r\n value += getDigits(scnr);\r\n }\r\n if (scnr.currentChar() === EOF) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n }\r\n return value;\r\n }\r\n function readLiteral(scnr) {\r\n skipSpaces(scnr);\r\n eat(scnr, `\\'`);\r\n let ch = '';\r\n let literal = '';\r\n const fn = (x) => x !== LITERAL_DELIMITER && x !== CHAR_LF;\r\n while ((ch = takeChar(scnr, fn))) {\r\n if (ch === '\\\\') {\r\n literal += readEscapeSequence(scnr);\r\n }\r\n else {\r\n literal += ch;\r\n }\r\n }\r\n const current = scnr.currentChar();\r\n if (current === CHAR_LF || current === EOF) {\r\n emitError(CompileErrorCodes.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER, currentPosition(), 0);\r\n // TODO: Is it correct really?\r\n if (current === CHAR_LF) {\r\n scnr.next();\r\n eat(scnr, `\\'`);\r\n }\r\n return literal;\r\n }\r\n eat(scnr, `\\'`);\r\n return literal;\r\n }\r\n function readEscapeSequence(scnr) {\r\n const ch = scnr.currentChar();\r\n switch (ch) {\r\n case '\\\\':\r\n case `\\'`:\r\n scnr.next();\r\n return `\\\\${ch}`;\r\n case 'u':\r\n return readUnicodeEscapeSequence(scnr, ch, 4);\r\n case 'U':\r\n return readUnicodeEscapeSequence(scnr, ch, 6);\r\n default:\r\n emitError(CompileErrorCodes.UNKNOWN_ESCAPE_SEQUENCE, currentPosition(), 0, ch);\r\n return '';\r\n }\r\n }\r\n function readUnicodeEscapeSequence(scnr, unicode, digits) {\r\n eat(scnr, unicode);\r\n let sequence = '';\r\n for (let i = 0; i < digits; i++) {\r\n const ch = takeHexDigit(scnr);\r\n if (!ch) {\r\n emitError(CompileErrorCodes.INVALID_UNICODE_ESCAPE_SEQUENCE, currentPosition(), 0, `\\\\${unicode}${sequence}${scnr.currentChar()}`);\r\n break;\r\n }\r\n sequence += ch;\r\n }\r\n return `\\\\${unicode}${sequence}`;\r\n }\r\n function readInvalidIdentifier(scnr) {\r\n skipSpaces(scnr);\r\n let ch = '';\r\n let identifiers = '';\r\n const closure = (ch) => ch !== \"{\" /* BraceLeft */ &&\r\n ch !== \"}\" /* BraceRight */ &&\r\n ch !== CHAR_SP &&\r\n ch !== CHAR_LF;\r\n while ((ch = takeChar(scnr, closure))) {\r\n identifiers += ch;\r\n }\r\n return identifiers;\r\n }\r\n function readLinkedModifier(scnr) {\r\n let ch = '';\r\n let name = '';\r\n while ((ch = takeIdentifierChar(scnr))) {\r\n name += ch;\r\n }\r\n return name;\r\n }\r\n function readLinkedRefer(scnr) {\r\n const fn = (detect = false, buf) => {\r\n const ch = scnr.currentChar();\r\n if (ch === \"{\" /* BraceLeft */ ||\r\n ch === \"%\" /* Modulo */ ||\r\n ch === \"@\" /* LinkedAlias */ ||\r\n ch === \"|\" /* Pipe */ ||\r\n !ch) {\r\n return buf;\r\n }\r\n else if (ch === CHAR_SP) {\r\n return buf;\r\n }\r\n else if (ch === CHAR_LF) {\r\n buf += ch;\r\n scnr.next();\r\n return fn(detect, buf);\r\n }\r\n else {\r\n buf += ch;\r\n scnr.next();\r\n return fn(true, buf);\r\n }\r\n };\r\n return fn(false, '');\r\n }\r\n function readPlural(scnr) {\r\n skipSpaces(scnr);\r\n const plural = eat(scnr, \"|\" /* Pipe */);\r\n skipSpaces(scnr);\r\n return plural;\r\n }\r\n // TODO: We need refactoring of token parsing ...\r\n function readTokenInPlaceholder(scnr, context) {\r\n let token = null;\r\n const ch = scnr.currentChar();\r\n switch (ch) {\r\n case \"{\" /* BraceLeft */:\r\n if (context.braceNest >= 1) {\r\n emitError(CompileErrorCodes.NOT_ALLOW_NEST_PLACEHOLDER, currentPosition(), 0);\r\n }\r\n scnr.next();\r\n token = getToken(context, 2 /* BraceLeft */, \"{\" /* BraceLeft */);\r\n skipSpaces(scnr);\r\n context.braceNest++;\r\n return token;\r\n case \"}\" /* BraceRight */:\r\n if (context.braceNest > 0 &&\r\n context.currentType === 2 /* BraceLeft */) {\r\n emitError(CompileErrorCodes.EMPTY_PLACEHOLDER, currentPosition(), 0);\r\n }\r\n scnr.next();\r\n token = getToken(context, 3 /* BraceRight */, \"}\" /* BraceRight */);\r\n context.braceNest--;\r\n context.braceNest > 0 && skipSpaces(scnr);\r\n if (context.inLinked && context.braceNest === 0) {\r\n context.inLinked = false;\r\n }\r\n return token;\r\n case \"@\" /* LinkedAlias */:\r\n if (context.braceNest > 0) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n }\r\n token = readTokenInLinked(scnr, context) || getEndToken(context);\r\n context.braceNest = 0;\r\n return token;\r\n default:\r\n let validNamedIdentifier = true;\r\n let validListIdentifier = true;\r\n let validLiteral = true;\r\n if (isPluralStart(scnr)) {\r\n if (context.braceNest > 0) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n }\r\n token = getToken(context, 1 /* Pipe */, readPlural(scnr));\r\n // reset\r\n context.braceNest = 0;\r\n context.inLinked = false;\r\n return token;\r\n }\r\n if (context.braceNest > 0 &&\r\n (context.currentType === 5 /* Named */ ||\r\n context.currentType === 6 /* List */ ||\r\n context.currentType === 7 /* Literal */)) {\r\n emitError(CompileErrorCodes.UNTERMINATED_CLOSING_BRACE, currentPosition(), 0);\r\n context.braceNest = 0;\r\n return readToken(scnr, context);\r\n }\r\n if ((validNamedIdentifier = isNamedIdentifierStart(scnr, context))) {\r\n token = getToken(context, 5 /* Named */, readNamedIdentifier(scnr));\r\n skipSpaces(scnr);\r\n return token;\r\n }\r\n if ((validListIdentifier = isListIdentifierStart(scnr, context))) {\r\n token = getToken(context, 6 /* List */, readListIdentifier(scnr));\r\n skipSpaces(scnr);\r\n return token;\r\n }\r\n if ((validLiteral = isLiteralStart(scnr, context))) {\r\n token = getToken(context, 7 /* Literal */, readLiteral(scnr));\r\n skipSpaces(scnr);\r\n return token;\r\n }\r\n if (!validNamedIdentifier && !validListIdentifier && !validLiteral) {\r\n // TODO: we should be re-designed invalid cases, when we will extend message syntax near the future ...\r\n token = getToken(context, 13 /* InvalidPlace */, readInvalidIdentifier(scnr));\r\n emitError(CompileErrorCodes.INVALID_TOKEN_IN_PLACEHOLDER, currentPosition(), 0, token.value);\r\n skipSpaces(scnr);\r\n return token;\r\n }\r\n break;\r\n }\r\n return token;\r\n }\r\n // TODO: We need refactoring of token parsing ...\r\n function readTokenInLinked(scnr, context) {\r\n const { currentType } = context;\r\n let token = null;\r\n const ch = scnr.currentChar();\r\n if ((currentType === 8 /* LinkedAlias */ ||\r\n currentType === 9 /* LinkedDot */ ||\r\n currentType === 12 /* LinkedModifier */ ||\r\n currentType === 10 /* LinkedDelimiter */) &&\r\n (ch === CHAR_LF || ch === CHAR_SP)) {\r\n emitError(CompileErrorCodes.INVALID_LINKED_FORMAT, currentPosition(), 0);\r\n }\r\n switch (ch) {\r\n case \"@\" /* LinkedAlias */:\r\n scnr.next();\r\n token = getToken(context, 8 /* LinkedAlias */, \"@\" /* LinkedAlias */);\r\n context.inLinked = true;\r\n return token;\r\n case \".\" /* LinkedDot */:\r\n skipSpaces(scnr);\r\n scnr.next();\r\n return getToken(context, 9 /* LinkedDot */, \".\" /* LinkedDot */);\r\n case \":\" /* LinkedDelimiter */:\r\n skipSpaces(scnr);\r\n scnr.next();\r\n return getToken(context, 10 /* LinkedDelimiter */, \":\" /* LinkedDelimiter */);\r\n default:\r\n if (isPluralStart(scnr)) {\r\n token = getToken(context, 1 /* Pipe */, readPlural(scnr));\r\n // reset\r\n context.braceNest = 0;\r\n context.inLinked = false;\r\n return token;\r\n }\r\n if (isLinkedDotStart(scnr, context) ||\r\n isLinkedDelimiterStart(scnr, context)) {\r\n skipSpaces(scnr);\r\n return readTokenInLinked(scnr, context);\r\n }\r\n if (isLinkedModifierStart(scnr, context)) {\r\n skipSpaces(scnr);\r\n return getToken(context, 12 /* LinkedModifier */, readLinkedModifier(scnr));\r\n }\r\n if (isLinkedReferStart(scnr, context)) {\r\n skipSpaces(scnr);\r\n if (ch === \"{\" /* BraceLeft */) {\r\n // scan the placeholder\r\n return readTokenInPlaceholder(scnr, context) || token;\r\n }\r\n else {\r\n return getToken(context, 11 /* LinkedKey */, readLinkedRefer(scnr));\r\n }\r\n }\r\n if (currentType === 8 /* LinkedAlias */) {\r\n emitError(CompileErrorCodes.INVALID_LINKED_FORMAT, currentPosition(), 0);\r\n }\r\n context.braceNest = 0;\r\n context.inLinked = false;\r\n return readToken(scnr, context);\r\n }\r\n }\r\n // TODO: We need refactoring of token parsing ...\r\n function readToken(scnr, context) {\r\n let token = { type: 14 /* EOF */ };\r\n if (context.braceNest > 0) {\r\n return readTokenInPlaceholder(scnr, context) || getEndToken(context);\r\n }\r\n if (context.inLinked) {\r\n return readTokenInLinked(scnr, context) || getEndToken(context);\r\n }\r\n const ch = scnr.currentChar();\r\n switch (ch) {\r\n case \"{\" /* BraceLeft */:\r\n return readTokenInPlaceholder(scnr, context) || getEndToken(context);\r\n case \"}\" /* BraceRight */:\r\n emitError(CompileErrorCodes.UNBALANCED_CLOSING_BRACE, currentPosition(), 0);\r\n scnr.next();\r\n return getToken(context, 3 /* BraceRight */, \"}\" /* BraceRight */);\r\n case \"@\" /* LinkedAlias */:\r\n return readTokenInLinked(scnr, context) || getEndToken(context);\r\n default:\r\n if (isPluralStart(scnr)) {\r\n token = getToken(context, 1 /* Pipe */, readPlural(scnr));\r\n // reset\r\n context.braceNest = 0;\r\n context.inLinked = false;\r\n return token;\r\n }\r\n const { isModulo, hasSpace } = detectModuloStart(scnr);\r\n if (isModulo) {\r\n return hasSpace\r\n ? getToken(context, 0 /* Text */, readText(scnr))\r\n : getToken(context, 4 /* Modulo */, readModulo(scnr));\r\n }\r\n if (isTextStart(scnr)) {\r\n return getToken(context, 0 /* Text */, readText(scnr));\r\n }\r\n break;\r\n }\r\n return token;\r\n }\r\n function nextToken() {\r\n const { currentType, offset, startLoc, endLoc } = _context;\r\n _context.lastType = currentType;\r\n _context.lastOffset = offset;\r\n _context.lastStartLoc = startLoc;\r\n _context.lastEndLoc = endLoc;\r\n _context.offset = currentOffset();\r\n _context.startLoc = currentPosition();\r\n if (_scnr.currentChar() === EOF) {\r\n return getToken(_context, 14 /* EOF */);\r\n }\r\n return readToken(_scnr, _context);\r\n }\r\n return {\r\n nextToken,\r\n currentOffset,\r\n currentPosition,\r\n context\r\n };\r\n}\n\nconst ERROR_DOMAIN = 'parser';\r\n// Backslash backslash, backslash quote, uHHHH, UHHHHHH.\r\nconst KNOWN_ESCAPES = /(?:\\\\\\\\|\\\\'|\\\\u([0-9a-fA-F]{4})|\\\\U([0-9a-fA-F]{6}))/g;\r\nfunction fromEscapeSequence(match, codePoint4, codePoint6) {\r\n switch (match) {\r\n case `\\\\\\\\`:\r\n return `\\\\`;\r\n case `\\\\\\'`:\r\n return `\\'`;\r\n default: {\r\n const codePoint = parseInt(codePoint4 || codePoint6, 16);\r\n if (codePoint <= 0xd7ff || codePoint >= 0xe000) {\r\n return String.fromCodePoint(codePoint);\r\n }\r\n // invalid ...\r\n // Replace them with U+FFFD REPLACEMENT CHARACTER.\r\n return '�';\r\n }\r\n }\r\n}\r\nfunction createParser(options = {}) {\r\n const location = options.location !== false;\r\n const { onError } = options;\r\n function emitError(tokenzer, code, start, offset, ...args) {\r\n const end = tokenzer.currentPosition();\r\n end.offset += offset;\r\n end.column += offset;\r\n if (onError) {\r\n const loc = createLocation(start, end);\r\n const err = createCompileError(code, loc, {\r\n domain: ERROR_DOMAIN,\r\n args\r\n });\r\n onError(err);\r\n }\r\n }\r\n function startNode(type, offset, loc) {\r\n const node = {\r\n type,\r\n start: offset,\r\n end: offset\r\n };\r\n if (location) {\r\n node.loc = { start: loc, end: loc };\r\n }\r\n return node;\r\n }\r\n function endNode(node, offset, pos, type) {\r\n node.end = offset;\r\n if (type) {\r\n node.type = type;\r\n }\r\n if (location && node.loc) {\r\n node.loc.end = pos;\r\n }\r\n }\r\n function parseText(tokenizer, value) {\r\n const context = tokenizer.context();\r\n const node = startNode(3 /* Text */, context.offset, context.startLoc);\r\n node.value = value;\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseList(tokenizer, index) {\r\n const context = tokenizer.context();\r\n const { lastOffset: offset, lastStartLoc: loc } = context; // get brace left loc\r\n const node = startNode(5 /* List */, offset, loc);\r\n node.index = parseInt(index, 10);\r\n tokenizer.nextToken(); // skip brach right\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseNamed(tokenizer, key) {\r\n const context = tokenizer.context();\r\n const { lastOffset: offset, lastStartLoc: loc } = context; // get brace left loc\r\n const node = startNode(4 /* Named */, offset, loc);\r\n node.key = key;\r\n tokenizer.nextToken(); // skip brach right\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseLiteral(tokenizer, value) {\r\n const context = tokenizer.context();\r\n const { lastOffset: offset, lastStartLoc: loc } = context; // get brace left loc\r\n const node = startNode(9 /* Literal */, offset, loc);\r\n node.value = value.replace(KNOWN_ESCAPES, fromEscapeSequence);\r\n tokenizer.nextToken(); // skip brach right\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseLinkedModifier(tokenizer) {\r\n const token = tokenizer.nextToken();\r\n const context = tokenizer.context();\r\n const { lastOffset: offset, lastStartLoc: loc } = context; // get linked dot loc\r\n const node = startNode(8 /* LinkedModifier */, offset, loc);\r\n if (token.type !== 12 /* LinkedModifier */) {\r\n // empty modifier\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_MODIFIER, context.lastStartLoc, 0);\r\n node.value = '';\r\n endNode(node, offset, loc);\r\n return {\r\n nextConsumeToken: token,\r\n node\r\n };\r\n }\r\n // check token\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.value = token.value || '';\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return {\r\n node\r\n };\r\n }\r\n function parseLinkedKey(tokenizer, value) {\r\n const context = tokenizer.context();\r\n const node = startNode(7 /* LinkedKey */, context.offset, context.startLoc);\r\n node.value = value;\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseLinked(tokenizer) {\r\n const context = tokenizer.context();\r\n const linkedNode = startNode(6 /* Linked */, context.offset, context.startLoc);\r\n let token = tokenizer.nextToken();\r\n if (token.type === 9 /* LinkedDot */) {\r\n const parsed = parseLinkedModifier(tokenizer);\r\n linkedNode.modifier = parsed.node;\r\n token = parsed.nextConsumeToken || tokenizer.nextToken();\r\n }\r\n // asset check token\r\n if (token.type !== 10 /* LinkedDelimiter */) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n token = tokenizer.nextToken();\r\n // skip brace left\r\n if (token.type === 2 /* BraceLeft */) {\r\n token = tokenizer.nextToken();\r\n }\r\n switch (token.type) {\r\n case 11 /* LinkedKey */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n linkedNode.key = parseLinkedKey(tokenizer, token.value || '');\r\n break;\r\n case 5 /* Named */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n linkedNode.key = parseNamed(tokenizer, token.value || '');\r\n break;\r\n case 6 /* List */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n linkedNode.key = parseList(tokenizer, token.value || '');\r\n break;\r\n case 7 /* Literal */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n linkedNode.key = parseLiteral(tokenizer, token.value || '');\r\n break;\r\n default:\r\n // empty key\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_EMPTY_LINKED_KEY, context.lastStartLoc, 0);\r\n const nextContext = tokenizer.context();\r\n const emptyLinkedKeyNode = startNode(7 /* LinkedKey */, nextContext.offset, nextContext.startLoc);\r\n emptyLinkedKeyNode.value = '';\r\n endNode(emptyLinkedKeyNode, nextContext.offset, nextContext.startLoc);\r\n linkedNode.key = emptyLinkedKeyNode;\r\n endNode(linkedNode, nextContext.offset, nextContext.startLoc);\r\n return {\r\n nextConsumeToken: token,\r\n node: linkedNode\r\n };\r\n }\r\n endNode(linkedNode, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return {\r\n node: linkedNode\r\n };\r\n }\r\n function parseMessage(tokenizer) {\r\n const context = tokenizer.context();\r\n const startOffset = context.currentType === 1 /* Pipe */\r\n ? tokenizer.currentOffset()\r\n : context.offset;\r\n const startLoc = context.currentType === 1 /* Pipe */\r\n ? context.endLoc\r\n : context.startLoc;\r\n const node = startNode(2 /* Message */, startOffset, startLoc);\r\n node.items = [];\r\n let nextToken = null;\r\n do {\r\n const token = nextToken || tokenizer.nextToken();\r\n nextToken = null;\r\n switch (token.type) {\r\n case 0 /* Text */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.items.push(parseText(tokenizer, token.value || ''));\r\n break;\r\n case 6 /* List */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.items.push(parseList(tokenizer, token.value || ''));\r\n break;\r\n case 5 /* Named */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.items.push(parseNamed(tokenizer, token.value || ''));\r\n break;\r\n case 7 /* Literal */:\r\n if (token.value == null) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, getTokenCaption(token));\r\n }\r\n node.items.push(parseLiteral(tokenizer, token.value || ''));\r\n break;\r\n case 8 /* LinkedAlias */:\r\n const parsed = parseLinked(tokenizer);\r\n node.items.push(parsed.node);\r\n nextToken = parsed.nextConsumeToken || null;\r\n break;\r\n }\r\n } while (context.currentType !== 14 /* EOF */ &&\r\n context.currentType !== 1 /* Pipe */);\r\n // adjust message node loc\r\n const endOffset = context.currentType === 1 /* Pipe */\r\n ? context.lastOffset\r\n : tokenizer.currentOffset();\r\n const endLoc = context.currentType === 1 /* Pipe */\r\n ? context.lastEndLoc\r\n : tokenizer.currentPosition();\r\n endNode(node, endOffset, endLoc);\r\n return node;\r\n }\r\n function parsePlural(tokenizer, offset, loc, msgNode) {\r\n const context = tokenizer.context();\r\n let hasEmptyMessage = msgNode.items.length === 0;\r\n const node = startNode(1 /* Plural */, offset, loc);\r\n node.cases = [];\r\n node.cases.push(msgNode);\r\n do {\r\n const msg = parseMessage(tokenizer);\r\n if (!hasEmptyMessage) {\r\n hasEmptyMessage = msg.items.length === 0;\r\n }\r\n node.cases.push(msg);\r\n } while (context.currentType !== 14 /* EOF */);\r\n if (hasEmptyMessage) {\r\n emitError(tokenizer, CompileErrorCodes.MUST_HAVE_MESSAGES_IN_PLURAL, loc, 0);\r\n }\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n function parseResource(tokenizer) {\r\n const context = tokenizer.context();\r\n const { offset, startLoc } = context;\r\n const msgNode = parseMessage(tokenizer);\r\n if (context.currentType === 14 /* EOF */) {\r\n return msgNode;\r\n }\r\n else {\r\n return parsePlural(tokenizer, offset, startLoc, msgNode);\r\n }\r\n }\r\n function parse(source) {\r\n const tokenizer = createTokenizer(source, assign({}, options));\r\n const context = tokenizer.context();\r\n const node = startNode(0 /* Resource */, context.offset, context.startLoc);\r\n if (location && node.loc) {\r\n node.loc.source = source;\r\n }\r\n node.body = parseResource(tokenizer);\r\n // assert whether achieved to EOF\r\n if (context.currentType !== 14 /* EOF */) {\r\n emitError(tokenizer, CompileErrorCodes.UNEXPECTED_LEXICAL_ANALYSIS, context.lastStartLoc, 0, source[context.offset] || '');\r\n }\r\n endNode(node, tokenizer.currentOffset(), tokenizer.currentPosition());\r\n return node;\r\n }\r\n return { parse };\r\n}\r\nfunction getTokenCaption(token) {\r\n if (token.type === 14 /* EOF */) {\r\n return 'EOF';\r\n }\r\n const name = (token.value || '').replace(/\\r?\\n/gu, '\\\\n');\r\n return name.length > 10 ? name.slice(0, 9) + '…' : name;\r\n}\n\nfunction createTransformer(ast, options = {} // eslint-disable-line\r\n) {\r\n const _context = {\r\n ast,\r\n helpers: new Set()\r\n };\r\n const context = () => _context;\r\n const helper = (name) => {\r\n _context.helpers.add(name);\r\n return name;\r\n };\r\n return { context, helper };\r\n}\r\nfunction traverseNodes(nodes, transformer) {\r\n for (let i = 0; i < nodes.length; i++) {\r\n traverseNode(nodes[i], transformer);\r\n }\r\n}\r\nfunction traverseNode(node, transformer) {\r\n // TODO: if we need pre-hook of transform, should be implemented to here\r\n switch (node.type) {\r\n case 1 /* Plural */:\r\n traverseNodes(node.cases, transformer);\r\n transformer.helper(\"plural\" /* PLURAL */);\r\n break;\r\n case 2 /* Message */:\r\n traverseNodes(node.items, transformer);\r\n break;\r\n case 6 /* Linked */:\r\n const linked = node;\r\n traverseNode(linked.key, transformer);\r\n transformer.helper(\"linked\" /* LINKED */);\r\n transformer.helper(\"type\" /* TYPE */);\r\n break;\r\n case 5 /* List */:\r\n transformer.helper(\"interpolate\" /* INTERPOLATE */);\r\n transformer.helper(\"list\" /* LIST */);\r\n break;\r\n case 4 /* Named */:\r\n transformer.helper(\"interpolate\" /* INTERPOLATE */);\r\n transformer.helper(\"named\" /* NAMED */);\r\n break;\r\n }\r\n // TODO: if we need post-hook of transform, should be implemented to here\r\n}\r\n// transform AST\r\nfunction transform(ast, options = {} // eslint-disable-line\r\n) {\r\n const transformer = createTransformer(ast);\r\n transformer.helper(\"normalize\" /* NORMALIZE */);\r\n // traverse\r\n ast.body && traverseNode(ast.body, transformer);\r\n // set meta information\r\n const context = transformer.context();\r\n ast.helpers = Array.from(context.helpers);\r\n}\n\nfunction createCodeGenerator(ast, options) {\r\n const { sourceMap, filename, breakLineCode, needIndent: _needIndent } = options;\r\n const _context = {\r\n source: ast.loc.source,\r\n filename,\r\n code: '',\r\n column: 1,\r\n line: 1,\r\n offset: 0,\r\n map: undefined,\r\n breakLineCode,\r\n needIndent: _needIndent,\r\n indentLevel: 0\r\n };\r\n const context = () => _context;\r\n function push(code, node) {\r\n _context.code += code;\r\n }\r\n function _newline(n, withBreakLine = true) {\r\n const _breakLineCode = withBreakLine ? breakLineCode : '';\r\n push(_needIndent ? _breakLineCode + ` `.repeat(n) : _breakLineCode);\r\n }\r\n function indent(withNewLine = true) {\r\n const level = ++_context.indentLevel;\r\n withNewLine && _newline(level);\r\n }\r\n function deindent(withNewLine = true) {\r\n const level = --_context.indentLevel;\r\n withNewLine && _newline(level);\r\n }\r\n function newline() {\r\n _newline(_context.indentLevel);\r\n }\r\n const helper = (key) => `_${key}`;\r\n const needIndent = () => _context.needIndent;\r\n return {\r\n context,\r\n push,\r\n indent,\r\n deindent,\r\n newline,\r\n helper,\r\n needIndent\r\n };\r\n}\r\nfunction generateLinkedNode(generator, node) {\r\n const { helper } = generator;\r\n generator.push(`${helper(\"linked\" /* LINKED */)}(`);\r\n generateNode(generator, node.key);\r\n if (node.modifier) {\r\n generator.push(`, `);\r\n generateNode(generator, node.modifier);\r\n generator.push(`, _type`);\r\n }\r\n else {\r\n generator.push(`, undefined, _type`);\r\n }\r\n generator.push(`)`);\r\n}\r\nfunction generateMessageNode(generator, node) {\r\n const { helper, needIndent } = generator;\r\n generator.push(`${helper(\"normalize\" /* NORMALIZE */)}([`);\r\n generator.indent(needIndent());\r\n const length = node.items.length;\r\n for (let i = 0; i < length; i++) {\r\n generateNode(generator, node.items[i]);\r\n if (i === length - 1) {\r\n break;\r\n }\r\n generator.push(', ');\r\n }\r\n generator.deindent(needIndent());\r\n generator.push('])');\r\n}\r\nfunction generatePluralNode(generator, node) {\r\n const { helper, needIndent } = generator;\r\n if (node.cases.length > 1) {\r\n generator.push(`${helper(\"plural\" /* PLURAL */)}([`);\r\n generator.indent(needIndent());\r\n const length = node.cases.length;\r\n for (let i = 0; i < length; i++) {\r\n generateNode(generator, node.cases[i]);\r\n if (i === length - 1) {\r\n break;\r\n }\r\n generator.push(', ');\r\n }\r\n generator.deindent(needIndent());\r\n generator.push(`])`);\r\n }\r\n}\r\nfunction generateResource(generator, node) {\r\n if (node.body) {\r\n generateNode(generator, node.body);\r\n }\r\n else {\r\n generator.push('null');\r\n }\r\n}\r\nfunction generateNode(generator, node) {\r\n const { helper } = generator;\r\n switch (node.type) {\r\n case 0 /* Resource */:\r\n generateResource(generator, node);\r\n break;\r\n case 1 /* Plural */:\r\n generatePluralNode(generator, node);\r\n break;\r\n case 2 /* Message */:\r\n generateMessageNode(generator, node);\r\n break;\r\n case 6 /* Linked */:\r\n generateLinkedNode(generator, node);\r\n break;\r\n case 8 /* LinkedModifier */:\r\n generator.push(JSON.stringify(node.value), node);\r\n break;\r\n case 7 /* LinkedKey */:\r\n generator.push(JSON.stringify(node.value), node);\r\n break;\r\n case 5 /* List */:\r\n generator.push(`${helper(\"interpolate\" /* INTERPOLATE */)}(${helper(\"list\" /* LIST */)}(${node.index}))`, node);\r\n break;\r\n case 4 /* Named */:\r\n generator.push(`${helper(\"interpolate\" /* INTERPOLATE */)}(${helper(\"named\" /* NAMED */)}(${JSON.stringify(node.key)}))`, node);\r\n break;\r\n case 9 /* Literal */:\r\n generator.push(JSON.stringify(node.value), node);\r\n break;\r\n case 3 /* Text */:\r\n generator.push(JSON.stringify(node.value), node);\r\n break;\r\n default:\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n throw new Error(`unhandled codegen node type: ${node.type}`);\r\n }\r\n }\r\n}\r\n// generate code from AST\r\nconst generate = (ast, options = {} // eslint-disable-line\r\n) => {\r\n const mode = isString(options.mode) ? options.mode : 'normal';\r\n const filename = isString(options.filename)\r\n ? options.filename\r\n : 'message.intl';\r\n const sourceMap = !!options.sourceMap;\r\n // prettier-ignore\r\n const breakLineCode = options.breakLineCode != null\r\n ? options.breakLineCode\r\n : mode === 'arrow'\r\n ? ';'\r\n : '\\n';\r\n const needIndent = options.needIndent ? options.needIndent : mode !== 'arrow';\r\n const helpers = ast.helpers || [];\r\n const generator = createCodeGenerator(ast, {\r\n mode,\r\n filename,\r\n sourceMap,\r\n breakLineCode,\r\n needIndent\r\n });\r\n generator.push(mode === 'normal' ? `function __msg__ (ctx) {` : `(ctx) => {`);\r\n generator.indent(needIndent);\r\n if (helpers.length > 0) {\r\n generator.push(`const { ${helpers.map(s => `${s}: _${s}`).join(', ')} } = ctx`);\r\n generator.newline();\r\n }\r\n generator.push(`return `);\r\n generateNode(generator, ast);\r\n generator.deindent(needIndent);\r\n generator.push(`}`);\r\n const { code, map } = generator.context();\r\n return {\r\n ast,\r\n code,\r\n map: map ? map.toJSON() : undefined // eslint-disable-line @typescript-eslint/no-explicit-any\r\n };\r\n};\n\nfunction baseCompile(source, options = {}) {\r\n const assignedOptions = assign({}, options);\r\n // parse source codes\r\n const parser = createParser(assignedOptions);\r\n const ast = parser.parse(source);\r\n // transform ASTs\r\n transform(ast, assignedOptions);\r\n // generate javascript codes\r\n return generate(ast, assignedOptions);\r\n}\n\nexport { CompileErrorCodes, ERROR_DOMAIN, LocationStub, baseCompile, createCompileError, createLocation, createParser, createPosition, defaultOnError, errorMessages };\n","/*!\n * core-base v9.2.2\n * (c) 2022 kazuya kawaguchi\n * Released under the MIT License.\n */\nimport { isObject, isString, isFunction, isNumber, isPlainObject, toDisplayString, isArray, format, isBoolean, assign, isRegExp, warn, escapeHtml, inBrowser, mark, measure, isEmptyObject, generateCodeFrame, generateFormatCacheKey, isDate, getGlobalThis } from '@intlify/shared';\nimport { defaultOnError, baseCompile, CompileErrorCodes, createCompileError } from '@intlify/message-compiler';\nexport { CompileErrorCodes, createCompileError } from '@intlify/message-compiler';\nimport { IntlifyDevToolsHooks } from '@intlify/devtools-if';\n\nconst pathStateMachine = [];\r\npathStateMachine[0 /* BEFORE_PATH */] = {\r\n [\"w\" /* WORKSPACE */]: [0 /* BEFORE_PATH */],\r\n [\"i\" /* IDENT */]: [3 /* IN_IDENT */, 0 /* APPEND */],\r\n [\"[\" /* LEFT_BRACKET */]: [4 /* IN_SUB_PATH */],\r\n [\"o\" /* END_OF_FAIL */]: [7 /* AFTER_PATH */]\r\n};\r\npathStateMachine[1 /* IN_PATH */] = {\r\n [\"w\" /* WORKSPACE */]: [1 /* IN_PATH */],\r\n [\".\" /* DOT */]: [2 /* BEFORE_IDENT */],\r\n [\"[\" /* LEFT_BRACKET */]: [4 /* IN_SUB_PATH */],\r\n [\"o\" /* END_OF_FAIL */]: [7 /* AFTER_PATH */]\r\n};\r\npathStateMachine[2 /* BEFORE_IDENT */] = {\r\n [\"w\" /* WORKSPACE */]: [2 /* BEFORE_IDENT */],\r\n [\"i\" /* IDENT */]: [3 /* IN_IDENT */, 0 /* APPEND */],\r\n [\"0\" /* ZERO */]: [3 /* IN_IDENT */, 0 /* APPEND */]\r\n};\r\npathStateMachine[3 /* IN_IDENT */] = {\r\n [\"i\" /* IDENT */]: [3 /* IN_IDENT */, 0 /* APPEND */],\r\n [\"0\" /* ZERO */]: [3 /* IN_IDENT */, 0 /* APPEND */],\r\n [\"w\" /* WORKSPACE */]: [1 /* IN_PATH */, 1 /* PUSH */],\r\n [\".\" /* DOT */]: [2 /* BEFORE_IDENT */, 1 /* PUSH */],\r\n [\"[\" /* LEFT_BRACKET */]: [4 /* IN_SUB_PATH */, 1 /* PUSH */],\r\n [\"o\" /* END_OF_FAIL */]: [7 /* AFTER_PATH */, 1 /* PUSH */]\r\n};\r\npathStateMachine[4 /* IN_SUB_PATH */] = {\r\n [\"'\" /* SINGLE_QUOTE */]: [5 /* IN_SINGLE_QUOTE */, 0 /* APPEND */],\r\n [\"\\\"\" /* DOUBLE_QUOTE */]: [6 /* IN_DOUBLE_QUOTE */, 0 /* APPEND */],\r\n [\"[\" /* LEFT_BRACKET */]: [\r\n 4 /* IN_SUB_PATH */,\r\n 2 /* INC_SUB_PATH_DEPTH */\r\n ],\r\n [\"]\" /* RIGHT_BRACKET */]: [1 /* IN_PATH */, 3 /* PUSH_SUB_PATH */],\r\n [\"o\" /* END_OF_FAIL */]: 8 /* ERROR */,\r\n [\"l\" /* ELSE */]: [4 /* IN_SUB_PATH */, 0 /* APPEND */]\r\n};\r\npathStateMachine[5 /* IN_SINGLE_QUOTE */] = {\r\n [\"'\" /* SINGLE_QUOTE */]: [4 /* IN_SUB_PATH */, 0 /* APPEND */],\r\n [\"o\" /* END_OF_FAIL */]: 8 /* ERROR */,\r\n [\"l\" /* ELSE */]: [5 /* IN_SINGLE_QUOTE */, 0 /* APPEND */]\r\n};\r\npathStateMachine[6 /* IN_DOUBLE_QUOTE */] = {\r\n [\"\\\"\" /* DOUBLE_QUOTE */]: [4 /* IN_SUB_PATH */, 0 /* APPEND */],\r\n [\"o\" /* END_OF_FAIL */]: 8 /* ERROR */,\r\n [\"l\" /* ELSE */]: [6 /* IN_DOUBLE_QUOTE */, 0 /* APPEND */]\r\n};\r\n/**\r\n * Check if an expression is a literal value.\r\n */\r\nconst literalValueRE = /^\\s?(?:true|false|-?[\\d.]+|'[^']*'|\"[^\"]*\")\\s?$/;\r\nfunction isLiteral(exp) {\r\n return literalValueRE.test(exp);\r\n}\r\n/**\r\n * Strip quotes from a string\r\n */\r\nfunction stripQuotes(str) {\r\n const a = str.charCodeAt(0);\r\n const b = str.charCodeAt(str.length - 1);\r\n return a === b && (a === 0x22 || a === 0x27) ? str.slice(1, -1) : str;\r\n}\r\n/**\r\n * Determine the type of a character in a keypath.\r\n */\r\nfunction getPathCharType(ch) {\r\n if (ch === undefined || ch === null) {\r\n return \"o\" /* END_OF_FAIL */;\r\n }\r\n const code = ch.charCodeAt(0);\r\n switch (code) {\r\n case 0x5b: // [\r\n case 0x5d: // ]\r\n case 0x2e: // .\r\n case 0x22: // \"\r\n case 0x27: // '\r\n return ch;\r\n case 0x5f: // _\r\n case 0x24: // $\r\n case 0x2d: // -\r\n return \"i\" /* IDENT */;\r\n case 0x09: // Tab (HT)\r\n case 0x0a: // Newline (LF)\r\n case 0x0d: // Return (CR)\r\n case 0xa0: // No-break space (NBSP)\r\n case 0xfeff: // Byte Order Mark (BOM)\r\n case 0x2028: // Line Separator (LS)\r\n case 0x2029: // Paragraph Separator (PS)\r\n return \"w\" /* WORKSPACE */;\r\n }\r\n return \"i\" /* IDENT */;\r\n}\r\n/**\r\n * Format a subPath, return its plain form if it is\r\n * a literal string or number. Otherwise prepend the\r\n * dynamic indicator (*).\r\n */\r\nfunction formatSubPath(path) {\r\n const trimmed = path.trim();\r\n // invalid leading 0\r\n if (path.charAt(0) === '0' && isNaN(parseInt(path))) {\r\n return false;\r\n }\r\n return isLiteral(trimmed)\r\n ? stripQuotes(trimmed)\r\n : \"*\" /* ASTARISK */ + trimmed;\r\n}\r\n/**\r\n * Parse a string path into an array of segments\r\n */\r\nfunction parse(path) {\r\n const keys = [];\r\n let index = -1;\r\n let mode = 0 /* BEFORE_PATH */;\r\n let subPathDepth = 0;\r\n let c;\r\n let key; // eslint-disable-line\r\n let newChar;\r\n let type;\r\n let transition;\r\n let action;\r\n let typeMap;\r\n const actions = [];\r\n actions[0 /* APPEND */] = () => {\r\n if (key === undefined) {\r\n key = newChar;\r\n }\r\n else {\r\n key += newChar;\r\n }\r\n };\r\n actions[1 /* PUSH */] = () => {\r\n if (key !== undefined) {\r\n keys.push(key);\r\n key = undefined;\r\n }\r\n };\r\n actions[2 /* INC_SUB_PATH_DEPTH */] = () => {\r\n actions[0 /* APPEND */]();\r\n subPathDepth++;\r\n };\r\n actions[3 /* PUSH_SUB_PATH */] = () => {\r\n if (subPathDepth > 0) {\r\n subPathDepth--;\r\n mode = 4 /* IN_SUB_PATH */;\r\n actions[0 /* APPEND */]();\r\n }\r\n else {\r\n subPathDepth = 0;\r\n if (key === undefined) {\r\n return false;\r\n }\r\n key = formatSubPath(key);\r\n if (key === false) {\r\n return false;\r\n }\r\n else {\r\n actions[1 /* PUSH */]();\r\n }\r\n }\r\n };\r\n function maybeUnescapeQuote() {\r\n const nextChar = path[index + 1];\r\n if ((mode === 5 /* IN_SINGLE_QUOTE */ &&\r\n nextChar === \"'\" /* SINGLE_QUOTE */) ||\r\n (mode === 6 /* IN_DOUBLE_QUOTE */ &&\r\n nextChar === \"\\\"\" /* DOUBLE_QUOTE */)) {\r\n index++;\r\n newChar = '\\\\' + nextChar;\r\n actions[0 /* APPEND */]();\r\n return true;\r\n }\r\n }\r\n while (mode !== null) {\r\n index++;\r\n c = path[index];\r\n if (c === '\\\\' && maybeUnescapeQuote()) {\r\n continue;\r\n }\r\n type = getPathCharType(c);\r\n typeMap = pathStateMachine[mode];\r\n transition = typeMap[type] || typeMap[\"l\" /* ELSE */] || 8 /* ERROR */;\r\n // check parse error\r\n if (transition === 8 /* ERROR */) {\r\n return;\r\n }\r\n mode = transition[0];\r\n if (transition[1] !== undefined) {\r\n action = actions[transition[1]];\r\n if (action) {\r\n newChar = c;\r\n if (action() === false) {\r\n return;\r\n }\r\n }\r\n }\r\n // check parse finish\r\n if (mode === 7 /* AFTER_PATH */) {\r\n return keys;\r\n }\r\n }\r\n}\r\n// path token cache\r\nconst cache = new Map();\r\n/**\r\n * key-value message resolver\r\n *\r\n * @remarks\r\n * Resolves messages with the key-value structure. Note that messages with a hierarchical structure such as objects cannot be resolved\r\n *\r\n * @param obj - A target object to be resolved with path\r\n * @param path - A {@link Path | path} to resolve the value of message\r\n *\r\n * @returns A resolved {@link PathValue | path value}\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction resolveWithKeyValue(obj, path) {\r\n return isObject(obj) ? obj[path] : null;\r\n}\r\n/**\r\n * message resolver\r\n *\r\n * @remarks\r\n * Resolves messages. messages with a hierarchical structure such as objects can be resolved. This resolver is used in VueI18n as default.\r\n *\r\n * @param obj - A target object to be resolved with path\r\n * @param path - A {@link Path | path} to resolve the value of message\r\n *\r\n * @returns A resolved {@link PathValue | path value}\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction resolveValue(obj, path) {\r\n // check object\r\n if (!isObject(obj)) {\r\n return null;\r\n }\r\n // parse path\r\n let hit = cache.get(path);\r\n if (!hit) {\r\n hit = parse(path);\r\n if (hit) {\r\n cache.set(path, hit);\r\n }\r\n }\r\n // check hit\r\n if (!hit) {\r\n return null;\r\n }\r\n // resolve path value\r\n const len = hit.length;\r\n let last = obj;\r\n let i = 0;\r\n while (i < len) {\r\n const val = last[hit[i]];\r\n if (val === undefined) {\r\n return null;\r\n }\r\n last = val;\r\n i++;\r\n }\r\n return last;\r\n}\n\nconst DEFAULT_MODIFIER = (str) => str;\r\nconst DEFAULT_MESSAGE = (ctx) => ''; // eslint-disable-line\r\nconst DEFAULT_MESSAGE_DATA_TYPE = 'text';\r\nconst DEFAULT_NORMALIZE = (values) => values.length === 0 ? '' : values.join('');\r\nconst DEFAULT_INTERPOLATE = toDisplayString;\r\nfunction pluralDefault(choice, choicesLength) {\r\n choice = Math.abs(choice);\r\n if (choicesLength === 2) {\r\n // prettier-ignore\r\n return choice\r\n ? choice > 1\r\n ? 1\r\n : 0\r\n : 1;\r\n }\r\n return choice ? Math.min(choice, 2) : 0;\r\n}\r\nfunction getPluralIndex(options) {\r\n // prettier-ignore\r\n const index = isNumber(options.pluralIndex)\r\n ? options.pluralIndex\r\n : -1;\r\n // prettier-ignore\r\n return options.named && (isNumber(options.named.count) || isNumber(options.named.n))\r\n ? isNumber(options.named.count)\r\n ? options.named.count\r\n : isNumber(options.named.n)\r\n ? options.named.n\r\n : index\r\n : index;\r\n}\r\nfunction normalizeNamed(pluralIndex, props) {\r\n if (!props.count) {\r\n props.count = pluralIndex;\r\n }\r\n if (!props.n) {\r\n props.n = pluralIndex;\r\n }\r\n}\r\nfunction createMessageContext(options = {}) {\r\n const locale = options.locale;\r\n const pluralIndex = getPluralIndex(options);\r\n const pluralRule = isObject(options.pluralRules) &&\r\n isString(locale) &&\r\n isFunction(options.pluralRules[locale])\r\n ? options.pluralRules[locale]\r\n : pluralDefault;\r\n const orgPluralRule = isObject(options.pluralRules) &&\r\n isString(locale) &&\r\n isFunction(options.pluralRules[locale])\r\n ? pluralDefault\r\n : undefined;\r\n const plural = (messages) => {\r\n return messages[pluralRule(pluralIndex, messages.length, orgPluralRule)];\r\n };\r\n const _list = options.list || [];\r\n const list = (index) => _list[index];\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const _named = options.named || {};\r\n isNumber(options.pluralIndex) && normalizeNamed(pluralIndex, _named);\r\n const named = (key) => _named[key];\r\n function message(key) {\r\n // prettier-ignore\r\n const msg = isFunction(options.messages)\r\n ? options.messages(key)\r\n : isObject(options.messages)\r\n ? options.messages[key]\r\n : false;\r\n return !msg\r\n ? options.parent\r\n ? options.parent.message(key) // resolve from parent messages\r\n : DEFAULT_MESSAGE\r\n : msg;\r\n }\r\n const _modifier = (name) => options.modifiers\r\n ? options.modifiers[name]\r\n : DEFAULT_MODIFIER;\r\n const normalize = isPlainObject(options.processor) && isFunction(options.processor.normalize)\r\n ? options.processor.normalize\r\n : DEFAULT_NORMALIZE;\r\n const interpolate = isPlainObject(options.processor) &&\r\n isFunction(options.processor.interpolate)\r\n ? options.processor.interpolate\r\n : DEFAULT_INTERPOLATE;\r\n const type = isPlainObject(options.processor) && isString(options.processor.type)\r\n ? options.processor.type\r\n : DEFAULT_MESSAGE_DATA_TYPE;\r\n const linked = (key, ...args) => {\r\n const [arg1, arg2] = args;\r\n let type = 'text';\r\n let modifier = '';\r\n if (args.length === 1) {\r\n if (isObject(arg1)) {\r\n modifier = arg1.modifier || modifier;\r\n type = arg1.type || type;\r\n }\r\n else if (isString(arg1)) {\r\n modifier = arg1 || modifier;\r\n }\r\n }\r\n else if (args.length === 2) {\r\n if (isString(arg1)) {\r\n modifier = arg1 || modifier;\r\n }\r\n if (isString(arg2)) {\r\n type = arg2 || type;\r\n }\r\n }\r\n let msg = message(key)(ctx);\r\n // The message in vnode resolved with linked are returned as an array by processor.nomalize\r\n if (type === 'vnode' && isArray(msg) && modifier) {\r\n msg = msg[0];\r\n }\r\n return modifier ? _modifier(modifier)(msg, type) : msg;\r\n };\r\n const ctx = {\r\n [\"list\" /* LIST */]: list,\r\n [\"named\" /* NAMED */]: named,\r\n [\"plural\" /* PLURAL */]: plural,\r\n [\"linked\" /* LINKED */]: linked,\r\n [\"message\" /* MESSAGE */]: message,\r\n [\"type\" /* TYPE */]: type,\r\n [\"interpolate\" /* INTERPOLATE */]: interpolate,\r\n [\"normalize\" /* NORMALIZE */]: normalize\r\n };\r\n return ctx;\r\n}\n\nlet devtools = null;\r\nfunction setDevToolsHook(hook) {\r\n devtools = hook;\r\n}\r\nfunction getDevToolsHook() {\r\n return devtools;\r\n}\r\nfunction initI18nDevTools(i18n, version, meta) {\r\n // TODO: queue if devtools is undefined\r\n devtools &&\r\n devtools.emit(IntlifyDevToolsHooks.I18nInit, {\r\n timestamp: Date.now(),\r\n i18n,\r\n version,\r\n meta\r\n });\r\n}\r\nconst translateDevTools = /* #__PURE__*/ createDevToolsHook(IntlifyDevToolsHooks.FunctionTranslate);\r\nfunction createDevToolsHook(hook) {\r\n return (payloads) => devtools && devtools.emit(hook, payloads);\r\n}\n\nconst CoreWarnCodes = {\r\n NOT_FOUND_KEY: 1,\r\n FALLBACK_TO_TRANSLATE: 2,\r\n CANNOT_FORMAT_NUMBER: 3,\r\n FALLBACK_TO_NUMBER_FORMAT: 4,\r\n CANNOT_FORMAT_DATE: 5,\r\n FALLBACK_TO_DATE_FORMAT: 6,\r\n __EXTEND_POINT__: 7\r\n};\r\n/** @internal */\r\nconst warnMessages = {\r\n [CoreWarnCodes.NOT_FOUND_KEY]: `Not found '{key}' key in '{locale}' locale messages.`,\r\n [CoreWarnCodes.FALLBACK_TO_TRANSLATE]: `Fall back to translate '{key}' key with '{target}' locale.`,\r\n [CoreWarnCodes.CANNOT_FORMAT_NUMBER]: `Cannot format a number value due to not supported Intl.NumberFormat.`,\r\n [CoreWarnCodes.FALLBACK_TO_NUMBER_FORMAT]: `Fall back to number format '{key}' key with '{target}' locale.`,\r\n [CoreWarnCodes.CANNOT_FORMAT_DATE]: `Cannot format a date value due to not supported Intl.DateTimeFormat.`,\r\n [CoreWarnCodes.FALLBACK_TO_DATE_FORMAT]: `Fall back to datetime format '{key}' key with '{target}' locale.`\r\n};\r\nfunction getWarnMessage(code, ...args) {\r\n return format(warnMessages[code], ...args);\r\n}\n\n/**\r\n * Fallback with simple implemenation\r\n *\r\n * @remarks\r\n * A fallback locale function implemented with a simple fallback algorithm.\r\n *\r\n * Basically, it returns the value as specified in the `fallbackLocale` props, and is processed with the fallback inside intlify.\r\n *\r\n * @param ctx - A {@link CoreContext | context}\r\n * @param fallback - A {@link FallbackLocale | fallback locale}\r\n * @param start - A starting {@link Locale | locale}\r\n *\r\n * @returns Fallback locales\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction fallbackWithSimple(ctx, fallback, start // eslint-disable-line @typescript-eslint/no-unused-vars\r\n) {\r\n // prettier-ignore\r\n return [...new Set([\r\n start,\r\n ...(isArray(fallback)\r\n ? fallback\r\n : isObject(fallback)\r\n ? Object.keys(fallback)\r\n : isString(fallback)\r\n ? [fallback]\r\n : [start])\r\n ])];\r\n}\r\n/**\r\n * Fallback with locale chain\r\n *\r\n * @remarks\r\n * A fallback locale function implemented with a fallback chain algorithm. It's used in VueI18n as default.\r\n *\r\n * @param ctx - A {@link CoreContext | context}\r\n * @param fallback - A {@link FallbackLocale | fallback locale}\r\n * @param start - A starting {@link Locale | locale}\r\n *\r\n * @returns Fallback locales\r\n *\r\n * @VueI18nSee [Fallbacking](../guide/essentials/fallback)\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction fallbackWithLocaleChain(ctx, fallback, start) {\r\n const startLocale = isString(start) ? start : DEFAULT_LOCALE;\r\n const context = ctx;\r\n if (!context.__localeChainCache) {\r\n context.__localeChainCache = new Map();\r\n }\r\n let chain = context.__localeChainCache.get(startLocale);\r\n if (!chain) {\r\n chain = [];\r\n // first block defined by start\r\n let block = [start];\r\n // while any intervening block found\r\n while (isArray(block)) {\r\n block = appendBlockToChain(chain, block, fallback);\r\n }\r\n // prettier-ignore\r\n // last block defined by default\r\n const defaults = isArray(fallback) || !isPlainObject(fallback)\r\n ? fallback\r\n : fallback['default']\r\n ? fallback['default']\r\n : null;\r\n // convert defaults to array\r\n block = isString(defaults) ? [defaults] : defaults;\r\n if (isArray(block)) {\r\n appendBlockToChain(chain, block, false);\r\n }\r\n context.__localeChainCache.set(startLocale, chain);\r\n }\r\n return chain;\r\n}\r\nfunction appendBlockToChain(chain, block, blocks) {\r\n let follow = true;\r\n for (let i = 0; i < block.length && isBoolean(follow); i++) {\r\n const locale = block[i];\r\n if (isString(locale)) {\r\n follow = appendLocaleToChain(chain, block[i], blocks);\r\n }\r\n }\r\n return follow;\r\n}\r\nfunction appendLocaleToChain(chain, locale, blocks) {\r\n let follow;\r\n const tokens = locale.split('-');\r\n do {\r\n const target = tokens.join('-');\r\n follow = appendItemToChain(chain, target, blocks);\r\n tokens.splice(-1, 1);\r\n } while (tokens.length && follow === true);\r\n return follow;\r\n}\r\nfunction appendItemToChain(chain, target, blocks) {\r\n let follow = false;\r\n if (!chain.includes(target)) {\r\n follow = true;\r\n if (target) {\r\n follow = target[target.length - 1] !== '!';\r\n const locale = target.replace(/!/g, '');\r\n chain.push(locale);\r\n if ((isArray(blocks) || isPlainObject(blocks)) &&\r\n blocks[locale] // eslint-disable-line @typescript-eslint/no-explicit-any\r\n ) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n follow = blocks[locale];\r\n }\r\n }\r\n }\r\n return follow;\r\n}\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\r\n/**\r\n * Intlify core-base version\r\n * @internal\r\n */\r\nconst VERSION = '9.2.2';\r\nconst NOT_REOSLVED = -1;\r\nconst DEFAULT_LOCALE = 'en-US';\r\nconst MISSING_RESOLVE_VALUE = '';\r\nconst capitalize = (str) => `${str.charAt(0).toLocaleUpperCase()}${str.substr(1)}`;\r\nfunction getDefaultLinkedModifiers() {\r\n return {\r\n upper: (val, type) => {\r\n // prettier-ignore\r\n return type === 'text' && isString(val)\r\n ? val.toUpperCase()\r\n : type === 'vnode' && isObject(val) && '__v_isVNode' in val\r\n ? val.children.toUpperCase()\r\n : val;\r\n },\r\n lower: (val, type) => {\r\n // prettier-ignore\r\n return type === 'text' && isString(val)\r\n ? val.toLowerCase()\r\n : type === 'vnode' && isObject(val) && '__v_isVNode' in val\r\n ? val.children.toLowerCase()\r\n : val;\r\n },\r\n capitalize: (val, type) => {\r\n // prettier-ignore\r\n return (type === 'text' && isString(val)\r\n ? capitalize(val)\r\n : type === 'vnode' && isObject(val) && '__v_isVNode' in val\r\n ? capitalize(val.children)\r\n : val);\r\n }\r\n };\r\n}\r\nlet _compiler;\r\nfunction registerMessageCompiler(compiler) {\r\n _compiler = compiler;\r\n}\r\nlet _resolver;\r\n/**\r\n * Register the message resolver\r\n *\r\n * @param resolver - A {@link MessageResolver} function\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction registerMessageResolver(resolver) {\r\n _resolver = resolver;\r\n}\r\nlet _fallbacker;\r\n/**\r\n * Register the locale fallbacker\r\n *\r\n * @param fallbacker - A {@link LocaleFallbacker} function\r\n *\r\n * @VueI18nGeneral\r\n */\r\nfunction registerLocaleFallbacker(fallbacker) {\r\n _fallbacker = fallbacker;\r\n}\r\n// Additional Meta for Intlify DevTools\r\nlet _additionalMeta = null;\r\nconst setAdditionalMeta = (meta) => {\r\n _additionalMeta = meta;\r\n};\r\nconst getAdditionalMeta = () => _additionalMeta;\r\nlet _fallbackContext = null;\r\nconst setFallbackContext = (context) => {\r\n _fallbackContext = context;\r\n};\r\nconst getFallbackContext = () => _fallbackContext;\r\n// ID for CoreContext\r\nlet _cid = 0;\r\nfunction createCoreContext(options = {}) {\r\n // setup options\r\n const version = isString(options.version) ? options.version : VERSION;\r\n const locale = isString(options.locale) ? options.locale : DEFAULT_LOCALE;\r\n const fallbackLocale = isArray(options.fallbackLocale) ||\r\n isPlainObject(options.fallbackLocale) ||\r\n isString(options.fallbackLocale) ||\r\n options.fallbackLocale === false\r\n ? options.fallbackLocale\r\n : locale;\r\n const messages = isPlainObject(options.messages)\r\n ? options.messages\r\n : { [locale]: {} };\r\n const datetimeFormats = isPlainObject(options.datetimeFormats)\r\n ? options.datetimeFormats\r\n : { [locale]: {} }\r\n ;\r\n const numberFormats = isPlainObject(options.numberFormats)\r\n ? options.numberFormats\r\n : { [locale]: {} }\r\n ;\r\n const modifiers = assign({}, options.modifiers || {}, getDefaultLinkedModifiers());\r\n const pluralRules = options.pluralRules || {};\r\n const missing = isFunction(options.missing) ? options.missing : null;\r\n const missingWarn = isBoolean(options.missingWarn) || isRegExp(options.missingWarn)\r\n ? options.missingWarn\r\n : true;\r\n const fallbackWarn = isBoolean(options.fallbackWarn) || isRegExp(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : true;\r\n const fallbackFormat = !!options.fallbackFormat;\r\n const unresolving = !!options.unresolving;\r\n const postTranslation = isFunction(options.postTranslation)\r\n ? options.postTranslation\r\n : null;\r\n const processor = isPlainObject(options.processor) ? options.processor : null;\r\n const warnHtmlMessage = isBoolean(options.warnHtmlMessage)\r\n ? options.warnHtmlMessage\r\n : true;\r\n const escapeParameter = !!options.escapeParameter;\r\n const messageCompiler = isFunction(options.messageCompiler)\r\n ? options.messageCompiler\r\n : _compiler;\r\n const messageResolver = isFunction(options.messageResolver)\r\n ? options.messageResolver\r\n : _resolver || resolveWithKeyValue;\r\n const localeFallbacker = isFunction(options.localeFallbacker)\r\n ? options.localeFallbacker\r\n : _fallbacker || fallbackWithSimple;\r\n const fallbackContext = isObject(options.fallbackContext)\r\n ? options.fallbackContext\r\n : undefined;\r\n const onWarn = isFunction(options.onWarn) ? options.onWarn : warn;\r\n // setup internal options\r\n const internalOptions = options;\r\n const __datetimeFormatters = isObject(internalOptions.__datetimeFormatters)\r\n ? internalOptions.__datetimeFormatters\r\n : new Map()\r\n ;\r\n const __numberFormatters = isObject(internalOptions.__numberFormatters)\r\n ? internalOptions.__numberFormatters\r\n : new Map()\r\n ;\r\n const __meta = isObject(internalOptions.__meta) ? internalOptions.__meta : {};\r\n _cid++;\r\n const context = {\r\n version,\r\n cid: _cid,\r\n locale,\r\n fallbackLocale,\r\n messages,\r\n modifiers,\r\n pluralRules,\r\n missing,\r\n missingWarn,\r\n fallbackWarn,\r\n fallbackFormat,\r\n unresolving,\r\n postTranslation,\r\n processor,\r\n warnHtmlMessage,\r\n escapeParameter,\r\n messageCompiler,\r\n messageResolver,\r\n localeFallbacker,\r\n fallbackContext,\r\n onWarn,\r\n __meta\r\n };\r\n {\r\n context.datetimeFormats = datetimeFormats;\r\n context.numberFormats = numberFormats;\r\n context.__datetimeFormatters = __datetimeFormatters;\r\n context.__numberFormatters = __numberFormatters;\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n context.__v_emitter =\r\n internalOptions.__v_emitter != null\r\n ? internalOptions.__v_emitter\r\n : undefined;\r\n }\r\n // NOTE: experimental !!\r\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\r\n initI18nDevTools(context, version, __meta);\r\n }\r\n return context;\r\n}\r\n/** @internal */\r\nfunction isTranslateFallbackWarn(fallback, key) {\r\n return fallback instanceof RegExp ? fallback.test(key) : fallback;\r\n}\r\n/** @internal */\r\nfunction isTranslateMissingWarn(missing, key) {\r\n return missing instanceof RegExp ? missing.test(key) : missing;\r\n}\r\n/** @internal */\r\nfunction handleMissing(context, key, locale, missingWarn, type) {\r\n const { missing, onWarn } = context;\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n const emitter = context.__v_emitter;\r\n if (emitter) {\r\n emitter.emit(\"missing\" /* MISSING */, {\r\n locale,\r\n key,\r\n type,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n }\r\n if (missing !== null) {\r\n const ret = missing(context, locale, key, type);\r\n return isString(ret) ? ret : key;\r\n }\r\n else {\r\n if ((process.env.NODE_ENV !== 'production') && isTranslateMissingWarn(missingWarn, key)) {\r\n onWarn(getWarnMessage(CoreWarnCodes.NOT_FOUND_KEY, { key, locale }));\r\n }\r\n return key;\r\n }\r\n}\r\n/** @internal */\r\nfunction updateFallbackLocale(ctx, locale, fallback) {\r\n const context = ctx;\r\n context.__localeChainCache = new Map();\r\n ctx.localeFallbacker(ctx, fallback, locale);\r\n}\r\n/* eslint-enable @typescript-eslint/no-explicit-any */\n\nconst RE_HTML_TAG = /<\\/?[\\w\\s=\"/.':;#-\\/]+>/;\r\nconst WARN_MESSAGE = `Detected HTML in '{source}' message. Recommend not using HTML messages to avoid XSS.`;\r\nfunction checkHtmlMessage(source, options) {\r\n const warnHtmlMessage = isBoolean(options.warnHtmlMessage)\r\n ? options.warnHtmlMessage\r\n : true;\r\n if (warnHtmlMessage && RE_HTML_TAG.test(source)) {\r\n warn(format(WARN_MESSAGE, { source }));\r\n }\r\n}\r\nconst defaultOnCacheKey = (source) => source;\r\nlet compileCache = Object.create(null);\r\nfunction clearCompileCache() {\r\n compileCache = Object.create(null);\r\n}\r\nfunction compileToFunction(source, options = {}) {\r\n {\r\n // check HTML message\r\n (process.env.NODE_ENV !== 'production') && checkHtmlMessage(source, options);\r\n // check caches\r\n const onCacheKey = options.onCacheKey || defaultOnCacheKey;\r\n const key = onCacheKey(source);\r\n const cached = compileCache[key];\r\n if (cached) {\r\n return cached;\r\n }\r\n // compile error detecting\r\n let occurred = false;\r\n const onError = options.onError || defaultOnError;\r\n options.onError = (err) => {\r\n occurred = true;\r\n onError(err);\r\n };\r\n // compile\r\n const { code } = baseCompile(source, options);\r\n // evaluate function\r\n const msg = new Function(`return ${code}`)();\r\n // if occurred compile error, don't cache\r\n return !occurred ? (compileCache[key] = msg) : msg;\r\n }\r\n}\n\nlet code = CompileErrorCodes.__EXTEND_POINT__;\r\nconst inc = () => ++code;\r\nconst CoreErrorCodes = {\r\n INVALID_ARGUMENT: code,\r\n INVALID_DATE_ARGUMENT: inc(),\r\n INVALID_ISO_DATE_ARGUMENT: inc(),\r\n __EXTEND_POINT__: inc() // 18\r\n};\r\nfunction createCoreError(code) {\r\n return createCompileError(code, null, (process.env.NODE_ENV !== 'production') ? { messages: errorMessages } : undefined);\r\n}\r\n/** @internal */\r\nconst errorMessages = {\r\n [CoreErrorCodes.INVALID_ARGUMENT]: 'Invalid arguments',\r\n [CoreErrorCodes.INVALID_DATE_ARGUMENT]: 'The date provided is an invalid Date object.' +\r\n 'Make sure your Date represents a valid date.',\r\n [CoreErrorCodes.INVALID_ISO_DATE_ARGUMENT]: 'The argument provided is not a valid ISO date string'\r\n};\n\nconst NOOP_MESSAGE_FUNCTION = () => '';\r\nconst isMessageFunction = (val) => isFunction(val);\r\n// implementation of `translate` function\r\nfunction translate(context, ...args) {\r\n const { fallbackFormat, postTranslation, unresolving, messageCompiler, fallbackLocale, messages } = context;\r\n const [key, options] = parseTranslateArgs(...args);\r\n const missingWarn = isBoolean(options.missingWarn)\r\n ? options.missingWarn\r\n : context.missingWarn;\r\n const fallbackWarn = isBoolean(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : context.fallbackWarn;\r\n const escapeParameter = isBoolean(options.escapeParameter)\r\n ? options.escapeParameter\r\n : context.escapeParameter;\r\n const resolvedMessage = !!options.resolvedMessage;\r\n // prettier-ignore\r\n const defaultMsgOrKey = isString(options.default) || isBoolean(options.default) // default by function option\r\n ? !isBoolean(options.default)\r\n ? options.default\r\n : (!messageCompiler ? () => key : key)\r\n : fallbackFormat // default by `fallbackFormat` option\r\n ? (!messageCompiler ? () => key : key)\r\n : '';\r\n const enableDefaultMsg = fallbackFormat || defaultMsgOrKey !== '';\r\n const locale = isString(options.locale) ? options.locale : context.locale;\r\n // escape params\r\n escapeParameter && escapeParams(options);\r\n // resolve message format\r\n // eslint-disable-next-line prefer-const\r\n let [formatScope, targetLocale, message] = !resolvedMessage\r\n ? resolveMessageFormat(context, key, locale, fallbackLocale, fallbackWarn, missingWarn)\r\n : [\r\n key,\r\n locale,\r\n messages[locale] || {}\r\n ];\r\n // NOTE:\r\n // Fix to work around `ssrTransfrom` bug in Vite.\r\n // https://github.com/vitejs/vite/issues/4306\r\n // To get around this, use temporary variables.\r\n // https://github.com/nuxt/framework/issues/1461#issuecomment-954606243\r\n let format = formatScope;\r\n // if you use default message, set it as message format!\r\n let cacheBaseKey = key;\r\n if (!resolvedMessage &&\r\n !(isString(format) || isMessageFunction(format))) {\r\n if (enableDefaultMsg) {\r\n format = defaultMsgOrKey;\r\n cacheBaseKey = format;\r\n }\r\n }\r\n // checking message format and target locale\r\n if (!resolvedMessage &&\r\n (!(isString(format) || isMessageFunction(format)) ||\r\n !isString(targetLocale))) {\r\n return unresolving ? NOT_REOSLVED : key;\r\n }\r\n if ((process.env.NODE_ENV !== 'production') && isString(format) && context.messageCompiler == null) {\r\n warn(`The message format compilation is not supported in this build. ` +\r\n `Because message compiler isn't included. ` +\r\n `You need to pre-compilation all message format. ` +\r\n `So translate function return '${key}'.`);\r\n return key;\r\n }\r\n // setup compile error detecting\r\n let occurred = false;\r\n const errorDetector = () => {\r\n occurred = true;\r\n };\r\n // compile message format\r\n const msg = !isMessageFunction(format)\r\n ? compileMessageFormat(context, key, targetLocale, format, cacheBaseKey, errorDetector)\r\n : format;\r\n // if occurred compile error, return the message format\r\n if (occurred) {\r\n return format;\r\n }\r\n // evaluate message with context\r\n const ctxOptions = getMessageContextOptions(context, targetLocale, message, options);\r\n const msgContext = createMessageContext(ctxOptions);\r\n const messaged = evaluateMessage(context, msg, msgContext);\r\n // if use post translation option, proceed it with handler\r\n const ret = postTranslation\r\n ? postTranslation(messaged, key)\r\n : messaged;\r\n // NOTE: experimental !!\r\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\r\n // prettier-ignore\r\n const payloads = {\r\n timestamp: Date.now(),\r\n key: isString(key)\r\n ? key\r\n : isMessageFunction(format)\r\n ? format.key\r\n : '',\r\n locale: targetLocale || (isMessageFunction(format)\r\n ? format.locale\r\n : ''),\r\n format: isString(format)\r\n ? format\r\n : isMessageFunction(format)\r\n ? format.source\r\n : '',\r\n message: ret\r\n };\r\n payloads.meta = assign({}, context.__meta, getAdditionalMeta() || {});\r\n translateDevTools(payloads);\r\n }\r\n return ret;\r\n}\r\nfunction escapeParams(options) {\r\n if (isArray(options.list)) {\r\n options.list = options.list.map(item => isString(item) ? escapeHtml(item) : item);\r\n }\r\n else if (isObject(options.named)) {\r\n Object.keys(options.named).forEach(key => {\r\n if (isString(options.named[key])) {\r\n options.named[key] = escapeHtml(options.named[key]);\r\n }\r\n });\r\n }\r\n}\r\nfunction resolveMessageFormat(context, key, locale, fallbackLocale, fallbackWarn, missingWarn) {\r\n const { messages, onWarn, messageResolver: resolveValue, localeFallbacker } = context;\r\n const locales = localeFallbacker(context, fallbackLocale, locale); // eslint-disable-line @typescript-eslint/no-explicit-any\r\n let message = {};\r\n let targetLocale;\r\n let format = null;\r\n let from = locale;\r\n let to = null;\r\n const type = 'translate';\r\n for (let i = 0; i < locales.length; i++) {\r\n targetLocale = to = locales[i];\r\n if ((process.env.NODE_ENV !== 'production') &&\r\n locale !== targetLocale &&\r\n isTranslateFallbackWarn(fallbackWarn, key)) {\r\n onWarn(getWarnMessage(CoreWarnCodes.FALLBACK_TO_TRANSLATE, {\r\n key,\r\n target: targetLocale\r\n }));\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && locale !== targetLocale) {\r\n const emitter = context.__v_emitter;\r\n if (emitter) {\r\n emitter.emit(\"fallback\" /* FALBACK */, {\r\n type,\r\n key,\r\n from,\r\n to,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n }\r\n message =\r\n messages[targetLocale] || {};\r\n // for vue-devtools timeline event\r\n let start = null;\r\n let startTag;\r\n let endTag;\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n start = window.performance.now();\r\n startTag = 'intlify-message-resolve-start';\r\n endTag = 'intlify-message-resolve-end';\r\n mark && mark(startTag);\r\n }\r\n if ((format = resolveValue(message, key)) === null) {\r\n // if null, resolve with object key path\r\n format = message[key]; // eslint-disable-line @typescript-eslint/no-explicit-any\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n const end = window.performance.now();\r\n const emitter = context.__v_emitter;\r\n if (emitter && start && format) {\r\n emitter.emit(\"message-resolve\" /* MESSAGE_RESOLVE */, {\r\n type: \"message-resolve\" /* MESSAGE_RESOLVE */,\r\n key,\r\n message: format,\r\n time: end - start,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n if (startTag && endTag && mark && measure) {\r\n mark(endTag);\r\n measure('intlify message resolve', startTag, endTag);\r\n }\r\n }\r\n if (isString(format) || isFunction(format))\r\n break;\r\n const missingRet = handleMissing(context, // eslint-disable-line @typescript-eslint/no-explicit-any\r\n key, targetLocale, missingWarn, type);\r\n if (missingRet !== key) {\r\n format = missingRet;\r\n }\r\n from = to;\r\n }\r\n return [format, targetLocale, message];\r\n}\r\nfunction compileMessageFormat(context, key, targetLocale, format, cacheBaseKey, errorDetector) {\r\n const { messageCompiler, warnHtmlMessage } = context;\r\n if (isMessageFunction(format)) {\r\n const msg = format;\r\n msg.locale = msg.locale || targetLocale;\r\n msg.key = msg.key || key;\r\n return msg;\r\n }\r\n if (messageCompiler == null) {\r\n const msg = (() => format);\r\n msg.locale = targetLocale;\r\n msg.key = key;\r\n return msg;\r\n }\r\n // for vue-devtools timeline event\r\n let start = null;\r\n let startTag;\r\n let endTag;\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n start = window.performance.now();\r\n startTag = 'intlify-message-compilation-start';\r\n endTag = 'intlify-message-compilation-end';\r\n mark && mark(startTag);\r\n }\r\n const msg = messageCompiler(format, getCompileOptions(context, targetLocale, cacheBaseKey, format, warnHtmlMessage, errorDetector));\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n const end = window.performance.now();\r\n const emitter = context.__v_emitter;\r\n if (emitter && start) {\r\n emitter.emit(\"message-compilation\" /* MESSAGE_COMPILATION */, {\r\n type: \"message-compilation\" /* MESSAGE_COMPILATION */,\r\n message: format,\r\n time: end - start,\r\n groupId: `${'translate'}:${key}`\r\n });\r\n }\r\n if (startTag && endTag && mark && measure) {\r\n mark(endTag);\r\n measure('intlify message compilation', startTag, endTag);\r\n }\r\n }\r\n msg.locale = targetLocale;\r\n msg.key = key;\r\n msg.source = format;\r\n return msg;\r\n}\r\nfunction evaluateMessage(context, msg, msgCtx) {\r\n // for vue-devtools timeline event\r\n let start = null;\r\n let startTag;\r\n let endTag;\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n start = window.performance.now();\r\n startTag = 'intlify-message-evaluation-start';\r\n endTag = 'intlify-message-evaluation-end';\r\n mark && mark(startTag);\r\n }\r\n const messaged = msg(msgCtx);\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && inBrowser) {\r\n const end = window.performance.now();\r\n const emitter = context.__v_emitter;\r\n if (emitter && start) {\r\n emitter.emit(\"message-evaluation\" /* MESSAGE_EVALUATION */, {\r\n type: \"message-evaluation\" /* MESSAGE_EVALUATION */,\r\n value: messaged,\r\n time: end - start,\r\n groupId: `${'translate'}:${msg.key}`\r\n });\r\n }\r\n if (startTag && endTag && mark && measure) {\r\n mark(endTag);\r\n measure('intlify message evaluation', startTag, endTag);\r\n }\r\n }\r\n return messaged;\r\n}\r\n/** @internal */\r\nfunction parseTranslateArgs(...args) {\r\n const [arg1, arg2, arg3] = args;\r\n const options = {};\r\n if (!isString(arg1) && !isNumber(arg1) && !isMessageFunction(arg1)) {\r\n throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);\r\n }\r\n // prettier-ignore\r\n const key = isNumber(arg1)\r\n ? String(arg1)\r\n : isMessageFunction(arg1)\r\n ? arg1\r\n : arg1;\r\n if (isNumber(arg2)) {\r\n options.plural = arg2;\r\n }\r\n else if (isString(arg2)) {\r\n options.default = arg2;\r\n }\r\n else if (isPlainObject(arg2) && !isEmptyObject(arg2)) {\r\n options.named = arg2;\r\n }\r\n else if (isArray(arg2)) {\r\n options.list = arg2;\r\n }\r\n if (isNumber(arg3)) {\r\n options.plural = arg3;\r\n }\r\n else if (isString(arg3)) {\r\n options.default = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n assign(options, arg3);\r\n }\r\n return [key, options];\r\n}\r\nfunction getCompileOptions(context, locale, key, source, warnHtmlMessage, errorDetector) {\r\n return {\r\n warnHtmlMessage,\r\n onError: (err) => {\r\n errorDetector && errorDetector(err);\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n const message = `Message compilation error: ${err.message}`;\r\n const codeFrame = err.location &&\r\n generateCodeFrame(source, err.location.start.offset, err.location.end.offset);\r\n const emitter = context.__v_emitter;\r\n if (emitter) {\r\n emitter.emit(\"compile-error\" /* COMPILE_ERROR */, {\r\n message: source,\r\n error: err.message,\r\n start: err.location && err.location.start.offset,\r\n end: err.location && err.location.end.offset,\r\n groupId: `${'translate'}:${key}`\r\n });\r\n }\r\n console.error(codeFrame ? `${message}\\n${codeFrame}` : message);\r\n }\r\n else {\r\n throw err;\r\n }\r\n },\r\n onCacheKey: (source) => generateFormatCacheKey(locale, key, source)\r\n };\r\n}\r\nfunction getMessageContextOptions(context, locale, message, options) {\r\n const { modifiers, pluralRules, messageResolver: resolveValue, fallbackLocale, fallbackWarn, missingWarn, fallbackContext } = context;\r\n const resolveMessage = (key) => {\r\n let val = resolveValue(message, key);\r\n // fallback to root context\r\n if (val == null && fallbackContext) {\r\n const [, , message] = resolveMessageFormat(fallbackContext, key, locale, fallbackLocale, fallbackWarn, missingWarn);\r\n val = resolveValue(message, key);\r\n }\r\n if (isString(val)) {\r\n let occurred = false;\r\n const errorDetector = () => {\r\n occurred = true;\r\n };\r\n const msg = compileMessageFormat(context, key, locale, val, key, errorDetector);\r\n return !occurred\r\n ? msg\r\n : NOOP_MESSAGE_FUNCTION;\r\n }\r\n else if (isMessageFunction(val)) {\r\n return val;\r\n }\r\n else {\r\n // TODO: should be implemented warning message\r\n return NOOP_MESSAGE_FUNCTION;\r\n }\r\n };\r\n const ctxOptions = {\r\n locale,\r\n modifiers,\r\n pluralRules,\r\n messages: resolveMessage\r\n };\r\n if (context.processor) {\r\n ctxOptions.processor = context.processor;\r\n }\r\n if (options.list) {\r\n ctxOptions.list = options.list;\r\n }\r\n if (options.named) {\r\n ctxOptions.named = options.named;\r\n }\r\n if (isNumber(options.plural)) {\r\n ctxOptions.pluralIndex = options.plural;\r\n }\r\n return ctxOptions;\r\n}\n\nconst intlDefined = typeof Intl !== 'undefined';\r\nconst Availabilities = {\r\n dateTimeFormat: intlDefined && typeof Intl.DateTimeFormat !== 'undefined',\r\n numberFormat: intlDefined && typeof Intl.NumberFormat !== 'undefined'\r\n};\n\n// implementation of `datetime` function\r\nfunction datetime(context, ...args) {\r\n const { datetimeFormats, unresolving, fallbackLocale, onWarn, localeFallbacker } = context;\r\n const { __datetimeFormatters } = context;\r\n if ((process.env.NODE_ENV !== 'production') && !Availabilities.dateTimeFormat) {\r\n onWarn(getWarnMessage(CoreWarnCodes.CANNOT_FORMAT_DATE));\r\n return MISSING_RESOLVE_VALUE;\r\n }\r\n const [key, value, options, overrides] = parseDateTimeArgs(...args);\r\n const missingWarn = isBoolean(options.missingWarn)\r\n ? options.missingWarn\r\n : context.missingWarn;\r\n const fallbackWarn = isBoolean(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : context.fallbackWarn;\r\n const part = !!options.part;\r\n const locale = isString(options.locale) ? options.locale : context.locale;\r\n const locales = localeFallbacker(context, // eslint-disable-line @typescript-eslint/no-explicit-any\r\n fallbackLocale, locale);\r\n if (!isString(key) || key === '') {\r\n return new Intl.DateTimeFormat(locale, overrides).format(value);\r\n }\r\n // resolve format\r\n let datetimeFormat = {};\r\n let targetLocale;\r\n let format = null;\r\n let from = locale;\r\n let to = null;\r\n const type = 'datetime format';\r\n for (let i = 0; i < locales.length; i++) {\r\n targetLocale = to = locales[i];\r\n if ((process.env.NODE_ENV !== 'production') &&\r\n locale !== targetLocale &&\r\n isTranslateFallbackWarn(fallbackWarn, key)) {\r\n onWarn(getWarnMessage(CoreWarnCodes.FALLBACK_TO_DATE_FORMAT, {\r\n key,\r\n target: targetLocale\r\n }));\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && locale !== targetLocale) {\r\n const emitter = context.__v_emitter;\r\n if (emitter) {\r\n emitter.emit(\"fallback\" /* FALBACK */, {\r\n type,\r\n key,\r\n from,\r\n to,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n }\r\n datetimeFormat =\r\n datetimeFormats[targetLocale] || {};\r\n format = datetimeFormat[key];\r\n if (isPlainObject(format))\r\n break;\r\n handleMissing(context, key, targetLocale, missingWarn, type); // eslint-disable-line @typescript-eslint/no-explicit-any\r\n from = to;\r\n }\r\n // checking format and target locale\r\n if (!isPlainObject(format) || !isString(targetLocale)) {\r\n return unresolving ? NOT_REOSLVED : key;\r\n }\r\n let id = `${targetLocale}__${key}`;\r\n if (!isEmptyObject(overrides)) {\r\n id = `${id}__${JSON.stringify(overrides)}`;\r\n }\r\n let formatter = __datetimeFormatters.get(id);\r\n if (!formatter) {\r\n formatter = new Intl.DateTimeFormat(targetLocale, assign({}, format, overrides));\r\n __datetimeFormatters.set(id, formatter);\r\n }\r\n return !part ? formatter.format(value) : formatter.formatToParts(value);\r\n}\r\n/** @internal */\r\nconst DATETIME_FORMAT_OPTIONS_KEYS = [\r\n 'localeMatcher',\r\n 'weekday',\r\n 'era',\r\n 'year',\r\n 'month',\r\n 'day',\r\n 'hour',\r\n 'minute',\r\n 'second',\r\n 'timeZoneName',\r\n 'formatMatcher',\r\n 'hour12',\r\n 'timeZone',\r\n 'dateStyle',\r\n 'timeStyle',\r\n 'calendar',\r\n 'dayPeriod',\r\n 'numberingSystem',\r\n 'hourCycle',\r\n 'fractionalSecondDigits'\r\n];\r\n/** @internal */\r\nfunction parseDateTimeArgs(...args) {\r\n const [arg1, arg2, arg3, arg4] = args;\r\n const options = {};\r\n let overrides = {};\r\n let value;\r\n if (isString(arg1)) {\r\n // Only allow ISO strings - other date formats are often supported,\r\n // but may cause different results in different browsers.\r\n const matches = arg1.match(/(\\d{4}-\\d{2}-\\d{2})(T|\\s)?(.*)/);\r\n if (!matches) {\r\n throw createCoreError(CoreErrorCodes.INVALID_ISO_DATE_ARGUMENT);\r\n }\r\n // Some browsers can not parse the iso datetime separated by space,\r\n // this is a compromise solution by replace the 'T'/' ' with 'T'\r\n const dateTime = matches[3]\r\n ? matches[3].trim().startsWith('T')\r\n ? `${matches[1].trim()}${matches[3].trim()}`\r\n : `${matches[1].trim()}T${matches[3].trim()}`\r\n : matches[1].trim();\r\n value = new Date(dateTime);\r\n try {\r\n // This will fail if the date is not valid\r\n value.toISOString();\r\n }\r\n catch (e) {\r\n throw createCoreError(CoreErrorCodes.INVALID_ISO_DATE_ARGUMENT);\r\n }\r\n }\r\n else if (isDate(arg1)) {\r\n if (isNaN(arg1.getTime())) {\r\n throw createCoreError(CoreErrorCodes.INVALID_DATE_ARGUMENT);\r\n }\r\n value = arg1;\r\n }\r\n else if (isNumber(arg1)) {\r\n value = arg1;\r\n }\r\n else {\r\n throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);\r\n }\r\n if (isString(arg2)) {\r\n options.key = arg2;\r\n }\r\n else if (isPlainObject(arg2)) {\r\n Object.keys(arg2).forEach(key => {\r\n if (DATETIME_FORMAT_OPTIONS_KEYS.includes(key)) {\r\n overrides[key] = arg2[key];\r\n }\r\n else {\r\n options[key] = arg2[key];\r\n }\r\n });\r\n }\r\n if (isString(arg3)) {\r\n options.locale = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n overrides = arg3;\r\n }\r\n if (isPlainObject(arg4)) {\r\n overrides = arg4;\r\n }\r\n return [options.key || '', value, options, overrides];\r\n}\r\n/** @internal */\r\nfunction clearDateTimeFormat(ctx, locale, format) {\r\n const context = ctx;\r\n for (const key in format) {\r\n const id = `${locale}__${key}`;\r\n if (!context.__datetimeFormatters.has(id)) {\r\n continue;\r\n }\r\n context.__datetimeFormatters.delete(id);\r\n }\r\n}\n\n// implementation of `number` function\r\nfunction number(context, ...args) {\r\n const { numberFormats, unresolving, fallbackLocale, onWarn, localeFallbacker } = context;\r\n const { __numberFormatters } = context;\r\n if ((process.env.NODE_ENV !== 'production') && !Availabilities.numberFormat) {\r\n onWarn(getWarnMessage(CoreWarnCodes.CANNOT_FORMAT_NUMBER));\r\n return MISSING_RESOLVE_VALUE;\r\n }\r\n const [key, value, options, overrides] = parseNumberArgs(...args);\r\n const missingWarn = isBoolean(options.missingWarn)\r\n ? options.missingWarn\r\n : context.missingWarn;\r\n const fallbackWarn = isBoolean(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : context.fallbackWarn;\r\n const part = !!options.part;\r\n const locale = isString(options.locale) ? options.locale : context.locale;\r\n const locales = localeFallbacker(context, // eslint-disable-line @typescript-eslint/no-explicit-any\r\n fallbackLocale, locale);\r\n if (!isString(key) || key === '') {\r\n return new Intl.NumberFormat(locale, overrides).format(value);\r\n }\r\n // resolve format\r\n let numberFormat = {};\r\n let targetLocale;\r\n let format = null;\r\n let from = locale;\r\n let to = null;\r\n const type = 'number format';\r\n for (let i = 0; i < locales.length; i++) {\r\n targetLocale = to = locales[i];\r\n if ((process.env.NODE_ENV !== 'production') &&\r\n locale !== targetLocale &&\r\n isTranslateFallbackWarn(fallbackWarn, key)) {\r\n onWarn(getWarnMessage(CoreWarnCodes.FALLBACK_TO_NUMBER_FORMAT, {\r\n key,\r\n target: targetLocale\r\n }));\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production') && locale !== targetLocale) {\r\n const emitter = context.__v_emitter;\r\n if (emitter) {\r\n emitter.emit(\"fallback\" /* FALBACK */, {\r\n type,\r\n key,\r\n from,\r\n to,\r\n groupId: `${type}:${key}`\r\n });\r\n }\r\n }\r\n numberFormat =\r\n numberFormats[targetLocale] || {};\r\n format = numberFormat[key];\r\n if (isPlainObject(format))\r\n break;\r\n handleMissing(context, key, targetLocale, missingWarn, type); // eslint-disable-line @typescript-eslint/no-explicit-any\r\n from = to;\r\n }\r\n // checking format and target locale\r\n if (!isPlainObject(format) || !isString(targetLocale)) {\r\n return unresolving ? NOT_REOSLVED : key;\r\n }\r\n let id = `${targetLocale}__${key}`;\r\n if (!isEmptyObject(overrides)) {\r\n id = `${id}__${JSON.stringify(overrides)}`;\r\n }\r\n let formatter = __numberFormatters.get(id);\r\n if (!formatter) {\r\n formatter = new Intl.NumberFormat(targetLocale, assign({}, format, overrides));\r\n __numberFormatters.set(id, formatter);\r\n }\r\n return !part ? formatter.format(value) : formatter.formatToParts(value);\r\n}\r\n/** @internal */\r\nconst NUMBER_FORMAT_OPTIONS_KEYS = [\r\n 'localeMatcher',\r\n 'style',\r\n 'currency',\r\n 'currencyDisplay',\r\n 'currencySign',\r\n 'useGrouping',\r\n 'minimumIntegerDigits',\r\n 'minimumFractionDigits',\r\n 'maximumFractionDigits',\r\n 'minimumSignificantDigits',\r\n 'maximumSignificantDigits',\r\n 'compactDisplay',\r\n 'notation',\r\n 'signDisplay',\r\n 'unit',\r\n 'unitDisplay',\r\n 'roundingMode',\r\n 'roundingPriority',\r\n 'roundingIncrement',\r\n 'trailingZeroDisplay'\r\n];\r\n/** @internal */\r\nfunction parseNumberArgs(...args) {\r\n const [arg1, arg2, arg3, arg4] = args;\r\n const options = {};\r\n let overrides = {};\r\n if (!isNumber(arg1)) {\r\n throw createCoreError(CoreErrorCodes.INVALID_ARGUMENT);\r\n }\r\n const value = arg1;\r\n if (isString(arg2)) {\r\n options.key = arg2;\r\n }\r\n else if (isPlainObject(arg2)) {\r\n Object.keys(arg2).forEach(key => {\r\n if (NUMBER_FORMAT_OPTIONS_KEYS.includes(key)) {\r\n overrides[key] = arg2[key];\r\n }\r\n else {\r\n options[key] = arg2[key];\r\n }\r\n });\r\n }\r\n if (isString(arg3)) {\r\n options.locale = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n overrides = arg3;\r\n }\r\n if (isPlainObject(arg4)) {\r\n overrides = arg4;\r\n }\r\n return [options.key || '', value, options, overrides];\r\n}\r\n/** @internal */\r\nfunction clearNumberFormat(ctx, locale, format) {\r\n const context = ctx;\r\n for (const key in format) {\r\n const id = `${locale}__${key}`;\r\n if (!context.__numberFormatters.has(id)) {\r\n continue;\r\n }\r\n context.__numberFormatters.delete(id);\r\n }\r\n}\n\n// TODO: we could not exports for Node native ES Moudles yet...\r\n{\r\n if (typeof __INTLIFY_PROD_DEVTOOLS__ !== 'boolean') {\r\n getGlobalThis().__INTLIFY_PROD_DEVTOOLS__ = false;\r\n }\r\n}\n\nexport { CoreErrorCodes, CoreWarnCodes, DATETIME_FORMAT_OPTIONS_KEYS, DEFAULT_LOCALE, DEFAULT_MESSAGE_DATA_TYPE, MISSING_RESOLVE_VALUE, NOT_REOSLVED, NUMBER_FORMAT_OPTIONS_KEYS, VERSION, clearCompileCache, clearDateTimeFormat, clearNumberFormat, compileToFunction, createCoreContext, createCoreError, createMessageContext, datetime, fallbackWithLocaleChain, fallbackWithSimple, getAdditionalMeta, getDevToolsHook, getFallbackContext, getWarnMessage, handleMissing, initI18nDevTools, isMessageFunction, isTranslateFallbackWarn, isTranslateMissingWarn, number, parse, parseDateTimeArgs, parseNumberArgs, parseTranslateArgs, registerLocaleFallbacker, registerMessageCompiler, registerMessageResolver, resolveValue, resolveWithKeyValue, setAdditionalMeta, setDevToolsHook, setFallbackContext, translate, translateDevTools, updateFallbackLocale };\n","/*!\n * vue-i18n v9.2.2\n * (c) 2022 kazuya kawaguchi\n * Released under the MIT License.\n */\nimport { getGlobalThis, format, makeSymbol, isPlainObject, isArray, isString, hasOwn, isObject, isBoolean, isRegExp, isFunction, inBrowser, assign, isNumber, warn, createEmitter, isEmptyObject } from '@intlify/shared';\nimport { CoreWarnCodes, CompileErrorCodes, createCompileError, DEFAULT_LOCALE, updateFallbackLocale, setFallbackContext, createCoreContext, clearDateTimeFormat, clearNumberFormat, setAdditionalMeta, getFallbackContext, NOT_REOSLVED, isTranslateFallbackWarn, isTranslateMissingWarn, parseTranslateArgs, translate, MISSING_RESOLVE_VALUE, parseDateTimeArgs, datetime, parseNumberArgs, number, fallbackWithLocaleChain, NUMBER_FORMAT_OPTIONS_KEYS, DATETIME_FORMAT_OPTIONS_KEYS, registerMessageCompiler, compileToFunction, registerMessageResolver, resolveValue, registerLocaleFallbacker, setDevToolsHook } from '@intlify/core-base';\nimport { createVNode, Text, ref, computed, watch, getCurrentInstance, Fragment, h, effectScope, inject, onMounted, onUnmounted, shallowRef, onBeforeMount, isRef } from 'vue';\nimport { setupDevtoolsPlugin } from '@vue/devtools-api';\nimport { VueDevToolsLabels, VueDevToolsPlaceholders, VueDevToolsTimelineColors } from '@intlify/vue-devtools';\n\n/**\r\n * Vue I18n Version\r\n *\r\n * @remarks\r\n * Semver format. Same format as the package.json `version` field.\r\n *\r\n * @VueI18nGeneral\r\n */\r\nconst VERSION = '9.2.2';\r\n/**\r\n * This is only called in esm-bundler builds.\r\n * istanbul-ignore-next\r\n */\r\nfunction initFeatureFlags() {\r\n let needWarn = false;\r\n if (typeof __VUE_I18N_FULL_INSTALL__ !== 'boolean') {\r\n needWarn = true;\r\n getGlobalThis().__VUE_I18N_FULL_INSTALL__ = true;\r\n }\r\n if (typeof __VUE_I18N_LEGACY_API__ !== 'boolean') {\r\n needWarn = true;\r\n getGlobalThis().__VUE_I18N_LEGACY_API__ = true;\r\n }\r\n if (typeof __INTLIFY_PROD_DEVTOOLS__ !== 'boolean') {\r\n getGlobalThis().__INTLIFY_PROD_DEVTOOLS__ = false;\r\n }\r\n if ((process.env.NODE_ENV !== 'production') && needWarn) {\r\n console.warn(`You are running the esm-bundler build of vue-i18n. It is recommended to ` +\r\n `configure your bundler to explicitly replace feature flag globals ` +\r\n `with boolean literals to get proper tree-shaking in the final bundle.`);\r\n }\r\n}\n\nlet code$1 = CoreWarnCodes.__EXTEND_POINT__;\r\nconst inc$1 = () => ++code$1;\r\nconst I18nWarnCodes = {\r\n FALLBACK_TO_ROOT: code$1,\r\n NOT_SUPPORTED_PRESERVE: inc$1(),\r\n NOT_SUPPORTED_FORMATTER: inc$1(),\r\n NOT_SUPPORTED_PRESERVE_DIRECTIVE: inc$1(),\r\n NOT_SUPPORTED_GET_CHOICE_INDEX: inc$1(),\r\n COMPONENT_NAME_LEGACY_COMPATIBLE: inc$1(),\r\n NOT_FOUND_PARENT_SCOPE: inc$1() // 13\r\n};\r\nconst warnMessages = {\r\n [I18nWarnCodes.FALLBACK_TO_ROOT]: `Fall back to {type} '{key}' with root locale.`,\r\n [I18nWarnCodes.NOT_SUPPORTED_PRESERVE]: `Not supported 'preserve'.`,\r\n [I18nWarnCodes.NOT_SUPPORTED_FORMATTER]: `Not supported 'formatter'.`,\r\n [I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE]: `Not supported 'preserveDirectiveContent'.`,\r\n [I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX]: `Not supported 'getChoiceIndex'.`,\r\n [I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE]: `Component name legacy compatible: '{name}' -> 'i18n'`,\r\n [I18nWarnCodes.NOT_FOUND_PARENT_SCOPE]: `Not found parent scope. use the global scope.`\r\n};\r\nfunction getWarnMessage(code, ...args) {\r\n return format(warnMessages[code], ...args);\r\n}\n\nlet code = CompileErrorCodes.__EXTEND_POINT__;\r\nconst inc = () => ++code;\r\nconst I18nErrorCodes = {\r\n // composer module errors\r\n UNEXPECTED_RETURN_TYPE: code,\r\n // legacy module errors\r\n INVALID_ARGUMENT: inc(),\r\n // i18n module errors\r\n MUST_BE_CALL_SETUP_TOP: inc(),\r\n NOT_INSLALLED: inc(),\r\n NOT_AVAILABLE_IN_LEGACY_MODE: inc(),\r\n // directive module errors\r\n REQUIRED_VALUE: inc(),\r\n INVALID_VALUE: inc(),\r\n // vue-devtools errors\r\n CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN: inc(),\r\n NOT_INSLALLED_WITH_PROVIDE: inc(),\r\n // unexpected error\r\n UNEXPECTED_ERROR: inc(),\r\n // not compatible legacy vue-i18n constructor\r\n NOT_COMPATIBLE_LEGACY_VUE_I18N: inc(),\r\n // bridge support vue 2.x only\r\n BRIDGE_SUPPORT_VUE_2_ONLY: inc(),\r\n // need to define `i18n` option in `allowComposition: true` and `useScope: 'local' at `useI18n``\r\n MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION: inc(),\r\n // Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly\r\n NOT_AVAILABLE_COMPOSITION_IN_LEGACY: inc(),\r\n // for enhancement\r\n __EXTEND_POINT__: inc() // 29\r\n};\r\nfunction createI18nError(code, ...args) {\r\n return createCompileError(code, null, (process.env.NODE_ENV !== 'production') ? { messages: errorMessages, args } : undefined);\r\n}\r\nconst errorMessages = {\r\n [I18nErrorCodes.UNEXPECTED_RETURN_TYPE]: 'Unexpected return type in composer',\r\n [I18nErrorCodes.INVALID_ARGUMENT]: 'Invalid argument',\r\n [I18nErrorCodes.MUST_BE_CALL_SETUP_TOP]: 'Must be called at the top of a `setup` function',\r\n [I18nErrorCodes.NOT_INSLALLED]: 'Need to install with `app.use` function',\r\n [I18nErrorCodes.UNEXPECTED_ERROR]: 'Unexpected error',\r\n [I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE]: 'Not available in legacy mode',\r\n [I18nErrorCodes.REQUIRED_VALUE]: `Required in value: {0}`,\r\n [I18nErrorCodes.INVALID_VALUE]: `Invalid value`,\r\n [I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN]: `Cannot setup vue-devtools plugin`,\r\n [I18nErrorCodes.NOT_INSLALLED_WITH_PROVIDE]: 'Need to install with `provide` function',\r\n [I18nErrorCodes.NOT_COMPATIBLE_LEGACY_VUE_I18N]: 'Not compatible legacy VueI18n.',\r\n [I18nErrorCodes.BRIDGE_SUPPORT_VUE_2_ONLY]: 'vue-i18n-bridge support Vue 2.x only',\r\n [I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION]: 'Must define ‘i18n’ option or custom block in Composition API with using local scope in Legacy API mode',\r\n [I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: 'Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly'\r\n};\n\nconst TransrateVNodeSymbol = \r\n/* #__PURE__*/ makeSymbol('__transrateVNode');\r\nconst DatetimePartsSymbol = /* #__PURE__*/ makeSymbol('__datetimeParts');\r\nconst NumberPartsSymbol = /* #__PURE__*/ makeSymbol('__numberParts');\r\nconst EnableEmitter = /* #__PURE__*/ makeSymbol('__enableEmitter');\r\nconst DisableEmitter = /* #__PURE__*/ makeSymbol('__disableEmitter');\r\nconst SetPluralRulesSymbol = makeSymbol('__setPluralRules');\r\nmakeSymbol('__intlifyMeta');\r\nconst InejctWithOption = /* #__PURE__*/ makeSymbol('__injectWithOption');\r\nconst __VUE_I18N_BRIDGE__ = '__VUE_I18N_BRIDGE__';\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\r\n/**\r\n * Transform flat json in obj to normal json in obj\r\n */\r\nfunction handleFlatJson(obj) {\r\n // check obj\r\n if (!isObject(obj)) {\r\n return obj;\r\n }\r\n for (const key in obj) {\r\n // check key\r\n if (!hasOwn(obj, key)) {\r\n continue;\r\n }\r\n // handle for normal json\r\n if (!key.includes('.')) {\r\n // recursive process value if value is also a object\r\n if (isObject(obj[key])) {\r\n handleFlatJson(obj[key]);\r\n }\r\n }\r\n // handle for flat json, transform to normal json\r\n else {\r\n // go to the last object\r\n const subKeys = key.split('.');\r\n const lastIndex = subKeys.length - 1;\r\n let currentObj = obj;\r\n for (let i = 0; i < lastIndex; i++) {\r\n if (!(subKeys[i] in currentObj)) {\r\n currentObj[subKeys[i]] = {};\r\n }\r\n currentObj = currentObj[subKeys[i]];\r\n }\r\n // update last object value, delete old property\r\n currentObj[subKeys[lastIndex]] = obj[key];\r\n delete obj[key];\r\n // recursive process value if value is also a object\r\n if (isObject(currentObj[subKeys[lastIndex]])) {\r\n handleFlatJson(currentObj[subKeys[lastIndex]]);\r\n }\r\n }\r\n }\r\n return obj;\r\n}\r\nfunction getLocaleMessages(locale, options) {\r\n const { messages, __i18n, messageResolver, flatJson } = options;\r\n // prettier-ignore\r\n const ret = isPlainObject(messages)\r\n ? messages\r\n : isArray(__i18n)\r\n ? {}\r\n : { [locale]: {} };\r\n // merge locale messages of i18n custom block\r\n if (isArray(__i18n)) {\r\n __i18n.forEach(custom => {\r\n if ('locale' in custom && 'resource' in custom) {\r\n const { locale, resource } = custom;\r\n if (locale) {\r\n ret[locale] = ret[locale] || {};\r\n deepCopy(resource, ret[locale]);\r\n }\r\n else {\r\n deepCopy(resource, ret);\r\n }\r\n }\r\n else {\r\n isString(custom) && deepCopy(JSON.parse(custom), ret);\r\n }\r\n });\r\n }\r\n // handle messages for flat json\r\n if (messageResolver == null && flatJson) {\r\n for (const key in ret) {\r\n if (hasOwn(ret, key)) {\r\n handleFlatJson(ret[key]);\r\n }\r\n }\r\n }\r\n return ret;\r\n}\r\nconst isNotObjectOrIsArray = (val) => !isObject(val) || isArray(val);\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types\r\nfunction deepCopy(src, des) {\r\n // src and des should both be objects, and non of then can be a array\r\n if (isNotObjectOrIsArray(src) || isNotObjectOrIsArray(des)) {\r\n throw createI18nError(I18nErrorCodes.INVALID_VALUE);\r\n }\r\n for (const key in src) {\r\n if (hasOwn(src, key)) {\r\n if (isNotObjectOrIsArray(src[key]) || isNotObjectOrIsArray(des[key])) {\r\n // replace with src[key] when:\r\n // src[key] or des[key] is not a object, or\r\n // src[key] or des[key] is a array\r\n des[key] = src[key];\r\n }\r\n else {\r\n // src[key] and des[key] are both object, merge them\r\n deepCopy(src[key], des[key]);\r\n }\r\n }\r\n }\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getComponentOptions(instance) {\r\n return instance.type ;\r\n}\r\nfunction adjustI18nResources(global, options, componentOptions // eslint-disable-line @typescript-eslint/no-explicit-any\r\n) {\r\n let messages = isObject(options.messages) ? options.messages : {};\r\n if ('__i18nGlobal' in componentOptions) {\r\n messages = getLocaleMessages(global.locale.value, {\r\n messages,\r\n __i18n: componentOptions.__i18nGlobal\r\n });\r\n }\r\n // merge locale messages\r\n const locales = Object.keys(messages);\r\n if (locales.length) {\r\n locales.forEach(locale => {\r\n global.mergeLocaleMessage(locale, messages[locale]);\r\n });\r\n }\r\n {\r\n // merge datetime formats\r\n if (isObject(options.datetimeFormats)) {\r\n const locales = Object.keys(options.datetimeFormats);\r\n if (locales.length) {\r\n locales.forEach(locale => {\r\n global.mergeDateTimeFormat(locale, options.datetimeFormats[locale]);\r\n });\r\n }\r\n }\r\n // merge number formats\r\n if (isObject(options.numberFormats)) {\r\n const locales = Object.keys(options.numberFormats);\r\n if (locales.length) {\r\n locales.forEach(locale => {\r\n global.mergeNumberFormat(locale, options.numberFormats[locale]);\r\n });\r\n }\r\n }\r\n }\r\n}\r\nfunction createTextNode(key) {\r\n return createVNode(Text, null, key, 0)\r\n ;\r\n}\r\n/* eslint-enable @typescript-eslint/no-explicit-any */\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\r\n// extend VNode interface\r\nconst DEVTOOLS_META = '__INTLIFY_META__';\r\nlet composerID = 0;\r\nfunction defineCoreMissingHandler(missing) {\r\n return ((ctx, locale, key, type) => {\r\n return missing(locale, key, getCurrentInstance() || undefined, type);\r\n });\r\n}\r\n// for Intlify DevTools\r\nconst getMetaInfo = () => {\r\n const instance = getCurrentInstance();\r\n let meta = null; // eslint-disable-line @typescript-eslint/no-explicit-any\r\n return instance && (meta = getComponentOptions(instance)[DEVTOOLS_META])\r\n ? { [DEVTOOLS_META]: meta } // eslint-disable-line @typescript-eslint/no-explicit-any\r\n : null;\r\n};\r\n/**\r\n * Create composer interface factory\r\n *\r\n * @internal\r\n */\r\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\r\nfunction createComposer(options = {}, VueI18nLegacy) {\r\n const { __root } = options;\r\n const _isGlobal = __root === undefined;\r\n let _inheritLocale = isBoolean(options.inheritLocale)\r\n ? options.inheritLocale\r\n : true;\r\n const _locale = ref(\r\n // prettier-ignore\r\n __root && _inheritLocale\r\n ? __root.locale.value\r\n : isString(options.locale)\r\n ? options.locale\r\n : DEFAULT_LOCALE);\r\n const _fallbackLocale = ref(\r\n // prettier-ignore\r\n __root && _inheritLocale\r\n ? __root.fallbackLocale.value\r\n : isString(options.fallbackLocale) ||\r\n isArray(options.fallbackLocale) ||\r\n isPlainObject(options.fallbackLocale) ||\r\n options.fallbackLocale === false\r\n ? options.fallbackLocale\r\n : _locale.value);\r\n const _messages = ref(getLocaleMessages(_locale.value, options));\r\n // prettier-ignore\r\n const _datetimeFormats = ref(isPlainObject(options.datetimeFormats)\r\n ? options.datetimeFormats\r\n : { [_locale.value]: {} })\r\n ;\r\n // prettier-ignore\r\n const _numberFormats = ref(isPlainObject(options.numberFormats)\r\n ? options.numberFormats\r\n : { [_locale.value]: {} })\r\n ;\r\n // warning suppress options\r\n // prettier-ignore\r\n let _missingWarn = __root\r\n ? __root.missingWarn\r\n : isBoolean(options.missingWarn) || isRegExp(options.missingWarn)\r\n ? options.missingWarn\r\n : true;\r\n // prettier-ignore\r\n let _fallbackWarn = __root\r\n ? __root.fallbackWarn\r\n : isBoolean(options.fallbackWarn) || isRegExp(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : true;\r\n // prettier-ignore\r\n let _fallbackRoot = __root\r\n ? __root.fallbackRoot\r\n : isBoolean(options.fallbackRoot)\r\n ? options.fallbackRoot\r\n : true;\r\n // configure fall back to root\r\n let _fallbackFormat = !!options.fallbackFormat;\r\n // runtime missing\r\n let _missing = isFunction(options.missing) ? options.missing : null;\r\n let _runtimeMissing = isFunction(options.missing)\r\n ? defineCoreMissingHandler(options.missing)\r\n : null;\r\n // postTranslation handler\r\n let _postTranslation = isFunction(options.postTranslation)\r\n ? options.postTranslation\r\n : null;\r\n // prettier-ignore\r\n let _warnHtmlMessage = __root\r\n ? __root.warnHtmlMessage\r\n : isBoolean(options.warnHtmlMessage)\r\n ? options.warnHtmlMessage\r\n : true;\r\n let _escapeParameter = !!options.escapeParameter;\r\n // custom linked modifiers\r\n // prettier-ignore\r\n const _modifiers = __root\r\n ? __root.modifiers\r\n : isPlainObject(options.modifiers)\r\n ? options.modifiers\r\n : {};\r\n // pluralRules\r\n let _pluralRules = options.pluralRules || (__root && __root.pluralRules);\r\n // runtime context\r\n // eslint-disable-next-line prefer-const\r\n let _context;\r\n const getCoreContext = () => {\r\n _isGlobal && setFallbackContext(null);\r\n const ctxOptions = {\r\n version: VERSION,\r\n locale: _locale.value,\r\n fallbackLocale: _fallbackLocale.value,\r\n messages: _messages.value,\r\n modifiers: _modifiers,\r\n pluralRules: _pluralRules,\r\n missing: _runtimeMissing === null ? undefined : _runtimeMissing,\r\n missingWarn: _missingWarn,\r\n fallbackWarn: _fallbackWarn,\r\n fallbackFormat: _fallbackFormat,\r\n unresolving: true,\r\n postTranslation: _postTranslation === null ? undefined : _postTranslation,\r\n warnHtmlMessage: _warnHtmlMessage,\r\n escapeParameter: _escapeParameter,\r\n messageResolver: options.messageResolver,\r\n __meta: { framework: 'vue' }\r\n };\r\n {\r\n ctxOptions.datetimeFormats = _datetimeFormats.value;\r\n ctxOptions.numberFormats = _numberFormats.value;\r\n ctxOptions.__datetimeFormatters = isPlainObject(_context)\r\n ? _context.__datetimeFormatters\r\n : undefined;\r\n ctxOptions.__numberFormatters = isPlainObject(_context)\r\n ? _context.__numberFormatters\r\n : undefined;\r\n }\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n ctxOptions.__v_emitter = isPlainObject(_context)\r\n ? _context.__v_emitter\r\n : undefined;\r\n }\r\n const ctx = createCoreContext(ctxOptions);\r\n _isGlobal && setFallbackContext(ctx);\r\n return ctx;\r\n };\r\n _context = getCoreContext();\r\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\r\n // track reactivity\r\n function trackReactivityValues() {\r\n return [\r\n _locale.value,\r\n _fallbackLocale.value,\r\n _messages.value,\r\n _datetimeFormats.value,\r\n _numberFormats.value\r\n ]\r\n ;\r\n }\r\n // locale\r\n const locale = computed({\r\n get: () => _locale.value,\r\n set: val => {\r\n _locale.value = val;\r\n _context.locale = _locale.value;\r\n }\r\n });\r\n // fallbackLocale\r\n const fallbackLocale = computed({\r\n get: () => _fallbackLocale.value,\r\n set: val => {\r\n _fallbackLocale.value = val;\r\n _context.fallbackLocale = _fallbackLocale.value;\r\n updateFallbackLocale(_context, _locale.value, val);\r\n }\r\n });\r\n // messages\r\n const messages = computed(() => _messages.value);\r\n // datetimeFormats\r\n const datetimeFormats = /* #__PURE__*/ computed(() => _datetimeFormats.value);\r\n // numberFormats\r\n const numberFormats = /* #__PURE__*/ computed(() => _numberFormats.value);\r\n // getPostTranslationHandler\r\n function getPostTranslationHandler() {\r\n return isFunction(_postTranslation) ? _postTranslation : null;\r\n }\r\n // setPostTranslationHandler\r\n function setPostTranslationHandler(handler) {\r\n _postTranslation = handler;\r\n _context.postTranslation = handler;\r\n }\r\n // getMissingHandler\r\n function getMissingHandler() {\r\n return _missing;\r\n }\r\n // setMissingHandler\r\n function setMissingHandler(handler) {\r\n if (handler !== null) {\r\n _runtimeMissing = defineCoreMissingHandler(handler);\r\n }\r\n _missing = handler;\r\n _context.missing = _runtimeMissing;\r\n }\r\n function isResolvedTranslateMessage(type, arg // eslint-disable-line @typescript-eslint/no-explicit-any\r\n ) {\r\n return type !== 'translate' || !arg.resolvedMessage;\r\n }\r\n const wrapWithDeps = (fn, argumentParser, warnType, fallbackSuccess, fallbackFail, successCondition) => {\r\n trackReactivityValues(); // track reactive dependency\r\n // NOTE: experimental !!\r\n let ret;\r\n if ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\r\n try {\r\n setAdditionalMeta(getMetaInfo());\r\n if (!_isGlobal) {\r\n _context.fallbackContext = __root\r\n ? getFallbackContext()\r\n : undefined;\r\n }\r\n ret = fn(_context);\r\n }\r\n finally {\r\n setAdditionalMeta(null);\r\n if (!_isGlobal) {\r\n _context.fallbackContext = undefined;\r\n }\r\n }\r\n }\r\n else {\r\n ret = fn(_context);\r\n }\r\n if (isNumber(ret) && ret === NOT_REOSLVED) {\r\n const [key, arg2] = argumentParser();\r\n if ((process.env.NODE_ENV !== 'production') &&\r\n __root &&\r\n isString(key) &&\r\n isResolvedTranslateMessage(warnType, arg2)) {\r\n if (_fallbackRoot &&\r\n (isTranslateFallbackWarn(_fallbackWarn, key) ||\r\n isTranslateMissingWarn(_missingWarn, key))) {\r\n warn(getWarnMessage(I18nWarnCodes.FALLBACK_TO_ROOT, {\r\n key,\r\n type: warnType\r\n }));\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n const { __v_emitter: emitter } = _context;\r\n if (emitter && _fallbackRoot) {\r\n emitter.emit(\"fallback\" /* FALBACK */, {\r\n type: warnType,\r\n key,\r\n to: 'global',\r\n groupId: `${warnType}:${key}`\r\n });\r\n }\r\n }\r\n }\r\n return __root && _fallbackRoot\r\n ? fallbackSuccess(__root)\r\n : fallbackFail(key);\r\n }\r\n else if (successCondition(ret)) {\r\n return ret;\r\n }\r\n else {\r\n /* istanbul ignore next */\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_RETURN_TYPE);\r\n }\r\n };\r\n // t\r\n function t(...args) {\r\n return wrapWithDeps(context => Reflect.apply(translate, null, [context, ...args]), () => parseTranslateArgs(...args), 'translate', root => Reflect.apply(root.t, root, [...args]), key => key, val => isString(val));\r\n }\r\n // rt\r\n function rt(...args) {\r\n const [arg1, arg2, arg3] = args;\r\n if (arg3 && !isObject(arg3)) {\r\n throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);\r\n }\r\n return t(...[arg1, arg2, assign({ resolvedMessage: true }, arg3 || {})]);\r\n }\r\n // d\r\n function d(...args) {\r\n return wrapWithDeps(context => Reflect.apply(datetime, null, [context, ...args]), () => parseDateTimeArgs(...args), 'datetime format', root => Reflect.apply(root.d, root, [...args]), () => MISSING_RESOLVE_VALUE, val => isString(val));\r\n }\r\n // n\r\n function n(...args) {\r\n return wrapWithDeps(context => Reflect.apply(number, null, [context, ...args]), () => parseNumberArgs(...args), 'number format', root => Reflect.apply(root.n, root, [...args]), () => MISSING_RESOLVE_VALUE, val => isString(val));\r\n }\r\n // for custom processor\r\n function normalize(values) {\r\n return values.map(val => isString(val) || isNumber(val) || isBoolean(val)\r\n ? createTextNode(String(val))\r\n : val);\r\n }\r\n const interpolate = (val) => val;\r\n const processor = {\r\n normalize,\r\n interpolate,\r\n type: 'vnode'\r\n };\r\n // transrateVNode, using for `i18n-t` component\r\n function transrateVNode(...args) {\r\n return wrapWithDeps(context => {\r\n let ret;\r\n const _context = context;\r\n try {\r\n _context.processor = processor;\r\n ret = Reflect.apply(translate, null, [_context, ...args]);\r\n }\r\n finally {\r\n _context.processor = null;\r\n }\r\n return ret;\r\n }, () => parseTranslateArgs(...args), 'translate', \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n root => root[TransrateVNodeSymbol](...args), key => [createTextNode(key)], val => isArray(val));\r\n }\r\n // numberParts, using for `i18n-n` component\r\n function numberParts(...args) {\r\n return wrapWithDeps(context => Reflect.apply(number, null, [context, ...args]), () => parseNumberArgs(...args), 'number format', \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n root => root[NumberPartsSymbol](...args), () => [], val => isString(val) || isArray(val));\r\n }\r\n // datetimeParts, using for `i18n-d` component\r\n function datetimeParts(...args) {\r\n return wrapWithDeps(context => Reflect.apply(datetime, null, [context, ...args]), () => parseDateTimeArgs(...args), 'datetime format', \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n root => root[DatetimePartsSymbol](...args), () => [], val => isString(val) || isArray(val));\r\n }\r\n function setPluralRules(rules) {\r\n _pluralRules = rules;\r\n _context.pluralRules = _pluralRules;\r\n }\r\n // te\r\n function te(key, locale) {\r\n const targetLocale = isString(locale) ? locale : _locale.value;\r\n const message = getLocaleMessage(targetLocale);\r\n return _context.messageResolver(message, key) !== null;\r\n }\r\n function resolveMessages(key) {\r\n let messages = null;\r\n const locales = fallbackWithLocaleChain(_context, _fallbackLocale.value, _locale.value);\r\n for (let i = 0; i < locales.length; i++) {\r\n const targetLocaleMessages = _messages.value[locales[i]] || {};\r\n const messageValue = _context.messageResolver(targetLocaleMessages, key);\r\n if (messageValue != null) {\r\n messages = messageValue;\r\n break;\r\n }\r\n }\r\n return messages;\r\n }\r\n // tm\r\n function tm(key) {\r\n const messages = resolveMessages(key);\r\n // prettier-ignore\r\n return messages != null\r\n ? messages\r\n : __root\r\n ? __root.tm(key) || {}\r\n : {};\r\n }\r\n // getLocaleMessage\r\n function getLocaleMessage(locale) {\r\n return (_messages.value[locale] || {});\r\n }\r\n // setLocaleMessage\r\n function setLocaleMessage(locale, message) {\r\n _messages.value[locale] = message;\r\n _context.messages = _messages.value;\r\n }\r\n // mergeLocaleMessage\r\n function mergeLocaleMessage(locale, message) {\r\n _messages.value[locale] = _messages.value[locale] || {};\r\n deepCopy(message, _messages.value[locale]);\r\n _context.messages = _messages.value;\r\n }\r\n // getDateTimeFormat\r\n function getDateTimeFormat(locale) {\r\n return _datetimeFormats.value[locale] || {};\r\n }\r\n // setDateTimeFormat\r\n function setDateTimeFormat(locale, format) {\r\n _datetimeFormats.value[locale] = format;\r\n _context.datetimeFormats = _datetimeFormats.value;\r\n clearDateTimeFormat(_context, locale, format);\r\n }\r\n // mergeDateTimeFormat\r\n function mergeDateTimeFormat(locale, format) {\r\n _datetimeFormats.value[locale] = assign(_datetimeFormats.value[locale] || {}, format);\r\n _context.datetimeFormats = _datetimeFormats.value;\r\n clearDateTimeFormat(_context, locale, format);\r\n }\r\n // getNumberFormat\r\n function getNumberFormat(locale) {\r\n return _numberFormats.value[locale] || {};\r\n }\r\n // setNumberFormat\r\n function setNumberFormat(locale, format) {\r\n _numberFormats.value[locale] = format;\r\n _context.numberFormats = _numberFormats.value;\r\n clearNumberFormat(_context, locale, format);\r\n }\r\n // mergeNumberFormat\r\n function mergeNumberFormat(locale, format) {\r\n _numberFormats.value[locale] = assign(_numberFormats.value[locale] || {}, format);\r\n _context.numberFormats = _numberFormats.value;\r\n clearNumberFormat(_context, locale, format);\r\n }\r\n // for debug\r\n composerID++;\r\n // watch root locale & fallbackLocale\r\n if (__root && inBrowser) {\r\n watch(__root.locale, (val) => {\r\n if (_inheritLocale) {\r\n _locale.value = val;\r\n _context.locale = val;\r\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\r\n }\r\n });\r\n watch(__root.fallbackLocale, (val) => {\r\n if (_inheritLocale) {\r\n _fallbackLocale.value = val;\r\n _context.fallbackLocale = val;\r\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\r\n }\r\n });\r\n }\r\n // define basic composition API!\r\n const composer = {\r\n id: composerID,\r\n locale,\r\n fallbackLocale,\r\n get inheritLocale() {\r\n return _inheritLocale;\r\n },\r\n set inheritLocale(val) {\r\n _inheritLocale = val;\r\n if (val && __root) {\r\n _locale.value = __root.locale.value;\r\n _fallbackLocale.value = __root.fallbackLocale.value;\r\n updateFallbackLocale(_context, _locale.value, _fallbackLocale.value);\r\n }\r\n },\r\n get availableLocales() {\r\n return Object.keys(_messages.value).sort();\r\n },\r\n messages,\r\n get modifiers() {\r\n return _modifiers;\r\n },\r\n get pluralRules() {\r\n return _pluralRules || {};\r\n },\r\n get isGlobal() {\r\n return _isGlobal;\r\n },\r\n get missingWarn() {\r\n return _missingWarn;\r\n },\r\n set missingWarn(val) {\r\n _missingWarn = val;\r\n _context.missingWarn = _missingWarn;\r\n },\r\n get fallbackWarn() {\r\n return _fallbackWarn;\r\n },\r\n set fallbackWarn(val) {\r\n _fallbackWarn = val;\r\n _context.fallbackWarn = _fallbackWarn;\r\n },\r\n get fallbackRoot() {\r\n return _fallbackRoot;\r\n },\r\n set fallbackRoot(val) {\r\n _fallbackRoot = val;\r\n },\r\n get fallbackFormat() {\r\n return _fallbackFormat;\r\n },\r\n set fallbackFormat(val) {\r\n _fallbackFormat = val;\r\n _context.fallbackFormat = _fallbackFormat;\r\n },\r\n get warnHtmlMessage() {\r\n return _warnHtmlMessage;\r\n },\r\n set warnHtmlMessage(val) {\r\n _warnHtmlMessage = val;\r\n _context.warnHtmlMessage = val;\r\n },\r\n get escapeParameter() {\r\n return _escapeParameter;\r\n },\r\n set escapeParameter(val) {\r\n _escapeParameter = val;\r\n _context.escapeParameter = val;\r\n },\r\n t,\r\n getLocaleMessage,\r\n setLocaleMessage,\r\n mergeLocaleMessage,\r\n getPostTranslationHandler,\r\n setPostTranslationHandler,\r\n getMissingHandler,\r\n setMissingHandler,\r\n [SetPluralRulesSymbol]: setPluralRules\r\n };\r\n {\r\n composer.datetimeFormats = datetimeFormats;\r\n composer.numberFormats = numberFormats;\r\n composer.rt = rt;\r\n composer.te = te;\r\n composer.tm = tm;\r\n composer.d = d;\r\n composer.n = n;\r\n composer.getDateTimeFormat = getDateTimeFormat;\r\n composer.setDateTimeFormat = setDateTimeFormat;\r\n composer.mergeDateTimeFormat = mergeDateTimeFormat;\r\n composer.getNumberFormat = getNumberFormat;\r\n composer.setNumberFormat = setNumberFormat;\r\n composer.mergeNumberFormat = mergeNumberFormat;\r\n composer[InejctWithOption] = options.__injectWithOption;\r\n composer[TransrateVNodeSymbol] = transrateVNode;\r\n composer[DatetimePartsSymbol] = datetimeParts;\r\n composer[NumberPartsSymbol] = numberParts;\r\n }\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n composer[EnableEmitter] = (emitter) => {\r\n _context.__v_emitter = emitter;\r\n };\r\n composer[DisableEmitter] = () => {\r\n _context.__v_emitter = undefined;\r\n };\r\n }\r\n return composer;\r\n}\r\n/* eslint-enable @typescript-eslint/no-explicit-any */\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\r\n/**\r\n * Convert to I18n Composer Options from VueI18n Options\r\n *\r\n * @internal\r\n */\r\nfunction convertComposerOptions(options) {\r\n const locale = isString(options.locale) ? options.locale : DEFAULT_LOCALE;\r\n const fallbackLocale = isString(options.fallbackLocale) ||\r\n isArray(options.fallbackLocale) ||\r\n isPlainObject(options.fallbackLocale) ||\r\n options.fallbackLocale === false\r\n ? options.fallbackLocale\r\n : locale;\r\n const missing = isFunction(options.missing) ? options.missing : undefined;\r\n const missingWarn = isBoolean(options.silentTranslationWarn) ||\r\n isRegExp(options.silentTranslationWarn)\r\n ? !options.silentTranslationWarn\r\n : true;\r\n const fallbackWarn = isBoolean(options.silentFallbackWarn) ||\r\n isRegExp(options.silentFallbackWarn)\r\n ? !options.silentFallbackWarn\r\n : true;\r\n const fallbackRoot = isBoolean(options.fallbackRoot)\r\n ? options.fallbackRoot\r\n : true;\r\n const fallbackFormat = !!options.formatFallbackMessages;\r\n const modifiers = isPlainObject(options.modifiers) ? options.modifiers : {};\r\n const pluralizationRules = options.pluralizationRules;\r\n const postTranslation = isFunction(options.postTranslation)\r\n ? options.postTranslation\r\n : undefined;\r\n const warnHtmlMessage = isString(options.warnHtmlInMessage)\r\n ? options.warnHtmlInMessage !== 'off'\r\n : true;\r\n const escapeParameter = !!options.escapeParameterHtml;\r\n const inheritLocale = isBoolean(options.sync) ? options.sync : true;\r\n if ((process.env.NODE_ENV !== 'production') && options.formatter) {\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER));\r\n }\r\n if ((process.env.NODE_ENV !== 'production') && options.preserveDirectiveContent) {\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));\r\n }\r\n let messages = options.messages;\r\n if (isPlainObject(options.sharedMessages)) {\r\n const sharedMessages = options.sharedMessages;\r\n const locales = Object.keys(sharedMessages);\r\n messages = locales.reduce((messages, locale) => {\r\n const message = messages[locale] || (messages[locale] = {});\r\n assign(message, sharedMessages[locale]);\r\n return messages;\r\n }, (messages || {}));\r\n }\r\n const { __i18n, __root, __injectWithOption } = options;\r\n const datetimeFormats = options.datetimeFormats;\r\n const numberFormats = options.numberFormats;\r\n const flatJson = options.flatJson;\r\n return {\r\n locale,\r\n fallbackLocale,\r\n messages,\r\n flatJson,\r\n datetimeFormats,\r\n numberFormats,\r\n missing,\r\n missingWarn,\r\n fallbackWarn,\r\n fallbackRoot,\r\n fallbackFormat,\r\n modifiers,\r\n pluralRules: pluralizationRules,\r\n postTranslation,\r\n warnHtmlMessage,\r\n escapeParameter,\r\n messageResolver: options.messageResolver,\r\n inheritLocale,\r\n __i18n,\r\n __root,\r\n __injectWithOption\r\n };\r\n}\r\n/**\r\n * create VueI18n interface factory\r\n *\r\n * @internal\r\n */\r\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\r\nfunction createVueI18n(options = {}, VueI18nLegacy) {\r\n {\r\n const composer = createComposer(convertComposerOptions(options));\r\n // defines VueI18n\r\n const vueI18n = {\r\n // id\r\n id: composer.id,\r\n // locale\r\n get locale() {\r\n return composer.locale.value;\r\n },\r\n set locale(val) {\r\n composer.locale.value = val;\r\n },\r\n // fallbackLocale\r\n get fallbackLocale() {\r\n return composer.fallbackLocale.value;\r\n },\r\n set fallbackLocale(val) {\r\n composer.fallbackLocale.value = val;\r\n },\r\n // messages\r\n get messages() {\r\n return composer.messages.value;\r\n },\r\n // datetimeFormats\r\n get datetimeFormats() {\r\n return composer.datetimeFormats.value;\r\n },\r\n // numberFormats\r\n get numberFormats() {\r\n return composer.numberFormats.value;\r\n },\r\n // availableLocales\r\n get availableLocales() {\r\n return composer.availableLocales;\r\n },\r\n // formatter\r\n get formatter() {\r\n (process.env.NODE_ENV !== 'production') && warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER));\r\n // dummy\r\n return {\r\n interpolate() {\r\n return [];\r\n }\r\n };\r\n },\r\n set formatter(val) {\r\n (process.env.NODE_ENV !== 'production') && warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_FORMATTER));\r\n },\r\n // missing\r\n get missing() {\r\n return composer.getMissingHandler();\r\n },\r\n set missing(handler) {\r\n composer.setMissingHandler(handler);\r\n },\r\n // silentTranslationWarn\r\n get silentTranslationWarn() {\r\n return isBoolean(composer.missingWarn)\r\n ? !composer.missingWarn\r\n : composer.missingWarn;\r\n },\r\n set silentTranslationWarn(val) {\r\n composer.missingWarn = isBoolean(val) ? !val : val;\r\n },\r\n // silentFallbackWarn\r\n get silentFallbackWarn() {\r\n return isBoolean(composer.fallbackWarn)\r\n ? !composer.fallbackWarn\r\n : composer.fallbackWarn;\r\n },\r\n set silentFallbackWarn(val) {\r\n composer.fallbackWarn = isBoolean(val) ? !val : val;\r\n },\r\n // modifiers\r\n get modifiers() {\r\n return composer.modifiers;\r\n },\r\n // formatFallbackMessages\r\n get formatFallbackMessages() {\r\n return composer.fallbackFormat;\r\n },\r\n set formatFallbackMessages(val) {\r\n composer.fallbackFormat = val;\r\n },\r\n // postTranslation\r\n get postTranslation() {\r\n return composer.getPostTranslationHandler();\r\n },\r\n set postTranslation(handler) {\r\n composer.setPostTranslationHandler(handler);\r\n },\r\n // sync\r\n get sync() {\r\n return composer.inheritLocale;\r\n },\r\n set sync(val) {\r\n composer.inheritLocale = val;\r\n },\r\n // warnInHtmlMessage\r\n get warnHtmlInMessage() {\r\n return composer.warnHtmlMessage ? 'warn' : 'off';\r\n },\r\n set warnHtmlInMessage(val) {\r\n composer.warnHtmlMessage = val !== 'off';\r\n },\r\n // escapeParameterHtml\r\n get escapeParameterHtml() {\r\n return composer.escapeParameter;\r\n },\r\n set escapeParameterHtml(val) {\r\n composer.escapeParameter = val;\r\n },\r\n // preserveDirectiveContent\r\n get preserveDirectiveContent() {\r\n (process.env.NODE_ENV !== 'production') &&\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));\r\n return true;\r\n },\r\n set preserveDirectiveContent(val) {\r\n (process.env.NODE_ENV !== 'production') &&\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE_DIRECTIVE));\r\n },\r\n // pluralizationRules\r\n get pluralizationRules() {\r\n return composer.pluralRules || {};\r\n },\r\n // for internal\r\n __composer: composer,\r\n // t\r\n t(...args) {\r\n const [arg1, arg2, arg3] = args;\r\n const options = {};\r\n let list = null;\r\n let named = null;\r\n if (!isString(arg1)) {\r\n throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);\r\n }\r\n const key = arg1;\r\n if (isString(arg2)) {\r\n options.locale = arg2;\r\n }\r\n else if (isArray(arg2)) {\r\n list = arg2;\r\n }\r\n else if (isPlainObject(arg2)) {\r\n named = arg2;\r\n }\r\n if (isArray(arg3)) {\r\n list = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n named = arg3;\r\n }\r\n // return composer.t(key, (list || named || {}) as any, options)\r\n return Reflect.apply(composer.t, composer, [\r\n key,\r\n (list || named || {}),\r\n options\r\n ]);\r\n },\r\n rt(...args) {\r\n return Reflect.apply(composer.rt, composer, [...args]);\r\n },\r\n // tc\r\n tc(...args) {\r\n const [arg1, arg2, arg3] = args;\r\n const options = { plural: 1 };\r\n let list = null;\r\n let named = null;\r\n if (!isString(arg1)) {\r\n throw createI18nError(I18nErrorCodes.INVALID_ARGUMENT);\r\n }\r\n const key = arg1;\r\n if (isString(arg2)) {\r\n options.locale = arg2;\r\n }\r\n else if (isNumber(arg2)) {\r\n options.plural = arg2;\r\n }\r\n else if (isArray(arg2)) {\r\n list = arg2;\r\n }\r\n else if (isPlainObject(arg2)) {\r\n named = arg2;\r\n }\r\n if (isString(arg3)) {\r\n options.locale = arg3;\r\n }\r\n else if (isArray(arg3)) {\r\n list = arg3;\r\n }\r\n else if (isPlainObject(arg3)) {\r\n named = arg3;\r\n }\r\n // return composer.t(key, (list || named || {}) as any, options)\r\n return Reflect.apply(composer.t, composer, [\r\n key,\r\n (list || named || {}),\r\n options\r\n ]);\r\n },\r\n // te\r\n te(key, locale) {\r\n return composer.te(key, locale);\r\n },\r\n // tm\r\n tm(key) {\r\n return composer.tm(key);\r\n },\r\n // getLocaleMessage\r\n getLocaleMessage(locale) {\r\n return composer.getLocaleMessage(locale);\r\n },\r\n // setLocaleMessage\r\n setLocaleMessage(locale, message) {\r\n composer.setLocaleMessage(locale, message);\r\n },\r\n // mergeLocaleMessage\r\n mergeLocaleMessage(locale, message) {\r\n composer.mergeLocaleMessage(locale, message);\r\n },\r\n // d\r\n d(...args) {\r\n return Reflect.apply(composer.d, composer, [...args]);\r\n },\r\n // getDateTimeFormat\r\n getDateTimeFormat(locale) {\r\n return composer.getDateTimeFormat(locale);\r\n },\r\n // setDateTimeFormat\r\n setDateTimeFormat(locale, format) {\r\n composer.setDateTimeFormat(locale, format);\r\n },\r\n // mergeDateTimeFormat\r\n mergeDateTimeFormat(locale, format) {\r\n composer.mergeDateTimeFormat(locale, format);\r\n },\r\n // n\r\n n(...args) {\r\n return Reflect.apply(composer.n, composer, [...args]);\r\n },\r\n // getNumberFormat\r\n getNumberFormat(locale) {\r\n return composer.getNumberFormat(locale);\r\n },\r\n // setNumberFormat\r\n setNumberFormat(locale, format) {\r\n composer.setNumberFormat(locale, format);\r\n },\r\n // mergeNumberFormat\r\n mergeNumberFormat(locale, format) {\r\n composer.mergeNumberFormat(locale, format);\r\n },\r\n // getChoiceIndex\r\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\r\n getChoiceIndex(choice, choicesLength) {\r\n (process.env.NODE_ENV !== 'production') &&\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_GET_CHOICE_INDEX));\r\n return -1;\r\n },\r\n // for internal\r\n __onComponentInstanceCreated(target) {\r\n const { componentInstanceCreatedListener } = options;\r\n if (componentInstanceCreatedListener) {\r\n componentInstanceCreatedListener(target, vueI18n);\r\n }\r\n }\r\n };\r\n // for vue-devtools timeline event\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n vueI18n.__enableEmitter = (emitter) => {\r\n const __composer = composer;\r\n __composer[EnableEmitter] && __composer[EnableEmitter](emitter);\r\n };\r\n vueI18n.__disableEmitter = () => {\r\n const __composer = composer;\r\n __composer[DisableEmitter] && __composer[DisableEmitter]();\r\n };\r\n }\r\n return vueI18n;\r\n }\r\n}\r\n/* eslint-enable @typescript-eslint/no-explicit-any */\n\nconst baseFormatProps = {\r\n tag: {\r\n type: [String, Object]\r\n },\r\n locale: {\r\n type: String\r\n },\r\n scope: {\r\n type: String,\r\n // NOTE: avoid https://github.com/microsoft/rushstack/issues/1050\r\n validator: (val /* ComponetI18nScope */) => val === 'parent' || val === 'global',\r\n default: 'parent' /* ComponetI18nScope */\r\n },\r\n i18n: {\r\n type: Object\r\n }\r\n};\n\nfunction getInterpolateArg(\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n{ slots }, // SetupContext,\r\nkeys) {\r\n if (keys.length === 1 && keys[0] === 'default') {\r\n // default slot with list\r\n const ret = slots.default ? slots.default() : [];\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n return ret.reduce((slot, current) => {\r\n return (slot = [\r\n ...slot,\r\n ...(isArray(current.children) ? current.children : [current])\r\n ]);\r\n }, []);\r\n }\r\n else {\r\n // named slots\r\n return keys.reduce((arg, key) => {\r\n const slot = slots[key];\r\n if (slot) {\r\n arg[key] = slot();\r\n }\r\n return arg;\r\n }, {});\r\n }\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getFragmentableTag(tag) {\r\n return Fragment ;\r\n}\n\n/**\r\n * Translation Component\r\n *\r\n * @remarks\r\n * See the following items for property about details\r\n *\r\n * @VueI18nSee [TranslationProps](component#translationprops)\r\n * @VueI18nSee [BaseFormatProps](component#baseformatprops)\r\n * @VueI18nSee [Component Interpolation](../guide/advanced/component)\r\n *\r\n * @example\r\n * ```html\r\n * \r\n * ```\r\n * ```js\r\n * import { createApp } from 'vue'\r\n * import { createI18n } from 'vue-i18n'\r\n *\r\n * const messages = {\r\n * en: {\r\n * tos: 'Term of Service',\r\n * term: 'I accept xxx {0}.'\r\n * },\r\n * ja: {\r\n * tos: '利用規約',\r\n * term: '私は xxx の{0}に同意します。'\r\n * }\r\n * }\r\n *\r\n * const i18n = createI18n({\r\n * locale: 'en',\r\n * messages\r\n * })\r\n *\r\n * const app = createApp({\r\n * data: {\r\n * url: '/term'\r\n * }\r\n * }).use(i18n).mount('#app')\r\n * ```\r\n *\r\n * @VueI18nComponent\r\n */\r\nconst Translation = /* defineComponent */ {\r\n /* eslint-disable */\r\n name: 'i18n-t',\r\n props: assign({\r\n keypath: {\r\n type: String,\r\n required: true\r\n },\r\n plural: {\r\n type: [Number, String],\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n validator: (val) => isNumber(val) || !isNaN(val)\r\n }\r\n }, baseFormatProps),\r\n /* eslint-enable */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n setup(props, context) {\r\n const { slots, attrs } = context;\r\n // NOTE: avoid https://github.com/microsoft/rushstack/issues/1050\r\n const i18n = props.i18n ||\r\n useI18n({\r\n useScope: props.scope,\r\n __useComponent: true\r\n });\r\n return () => {\r\n const keys = Object.keys(slots).filter(key => key !== '_');\r\n const options = {};\r\n if (props.locale) {\r\n options.locale = props.locale;\r\n }\r\n if (props.plural !== undefined) {\r\n options.plural = isString(props.plural) ? +props.plural : props.plural;\r\n }\r\n const arg = getInterpolateArg(context, keys);\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const children = i18n[TransrateVNodeSymbol](props.keypath, arg, options);\r\n const assignedAttrs = assign({}, attrs);\r\n const tag = isString(props.tag) || isObject(props.tag)\r\n ? props.tag\r\n : getFragmentableTag();\r\n return h(tag, assignedAttrs, children);\r\n };\r\n }\r\n};\n\nfunction isVNode(target) {\r\n return isArray(target) && !isString(target[0]);\r\n}\r\nfunction renderFormatter(props, context, slotKeys, partFormatter) {\r\n const { slots, attrs } = context;\r\n return () => {\r\n const options = { part: true };\r\n let overrides = {};\r\n if (props.locale) {\r\n options.locale = props.locale;\r\n }\r\n if (isString(props.format)) {\r\n options.key = props.format;\r\n }\r\n else if (isObject(props.format)) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n if (isString(props.format.key)) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n options.key = props.format.key;\r\n }\r\n // Filter out number format options only\r\n overrides = Object.keys(props.format).reduce((options, prop) => {\r\n return slotKeys.includes(prop)\r\n ? assign({}, options, { [prop]: props.format[prop] }) // eslint-disable-line @typescript-eslint/no-explicit-any\r\n : options;\r\n }, {});\r\n }\r\n const parts = partFormatter(...[props.value, options, overrides]);\r\n let children = [options.key];\r\n if (isArray(parts)) {\r\n children = parts.map((part, index) => {\r\n const slot = slots[part.type];\r\n const node = slot\r\n ? slot({ [part.type]: part.value, index, parts })\r\n : [part.value];\r\n if (isVNode(node)) {\r\n node[0].key = `${part.type}-${index}`;\r\n }\r\n return node;\r\n });\r\n }\r\n else if (isString(parts)) {\r\n children = [parts];\r\n }\r\n const assignedAttrs = assign({}, attrs);\r\n const tag = isString(props.tag) || isObject(props.tag)\r\n ? props.tag\r\n : getFragmentableTag();\r\n return h(tag, assignedAttrs, children);\r\n };\r\n}\n\n/**\r\n * Number Format Component\r\n *\r\n * @remarks\r\n * See the following items for property about details\r\n *\r\n * @VueI18nSee [FormattableProps](component#formattableprops)\r\n * @VueI18nSee [BaseFormatProps](component#baseformatprops)\r\n * @VueI18nSee [Custom Formatting](../guide/essentials/number#custom-formatting)\r\n *\r\n * @VueI18nDanger\r\n * Not supported IE, due to no support `Intl.NumberFormat#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/formatToParts)\r\n *\r\n * If you want to use it, you need to use [polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-numberformat)\r\n *\r\n * @VueI18nComponent\r\n */\r\nconst NumberFormat = /* defineComponent */ {\r\n /* eslint-disable */\r\n name: 'i18n-n',\r\n props: assign({\r\n value: {\r\n type: Number,\r\n required: true\r\n },\r\n format: {\r\n type: [String, Object]\r\n }\r\n }, baseFormatProps),\r\n /* eslint-enable */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n setup(props, context) {\r\n const i18n = props.i18n ||\r\n useI18n({ useScope: 'parent', __useComponent: true });\r\n return renderFormatter(props, context, NUMBER_FORMAT_OPTIONS_KEYS, (...args) => \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n i18n[NumberPartsSymbol](...args));\r\n }\r\n};\n\n/**\r\n * Datetime Format Component\r\n *\r\n * @remarks\r\n * See the following items for property about details\r\n *\r\n * @VueI18nSee [FormattableProps](component#formattableprops)\r\n * @VueI18nSee [BaseFormatProps](component#baseformatprops)\r\n * @VueI18nSee [Custom Formatting](../guide/essentials/datetime#custom-formatting)\r\n *\r\n * @VueI18nDanger\r\n * Not supported IE, due to no support `Intl.DateTimeFormat#formatToParts` in [IE](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts)\r\n *\r\n * If you want to use it, you need to use [polyfill](https://github.com/formatjs/formatjs/tree/main/packages/intl-datetimeformat)\r\n *\r\n * @VueI18nComponent\r\n */\r\nconst DatetimeFormat = /*defineComponent */ {\r\n /* eslint-disable */\r\n name: 'i18n-d',\r\n props: assign({\r\n value: {\r\n type: [Number, Date],\r\n required: true\r\n },\r\n format: {\r\n type: [String, Object]\r\n }\r\n }, baseFormatProps),\r\n /* eslint-enable */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n setup(props, context) {\r\n const i18n = props.i18n ||\r\n useI18n({ useScope: 'parent', __useComponent: true });\r\n return renderFormatter(props, context, DATETIME_FORMAT_OPTIONS_KEYS, (...args) => \r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n i18n[DatetimePartsSymbol](...args));\r\n }\r\n};\n\nfunction getComposer$2(i18n, instance) {\r\n const i18nInternal = i18n;\r\n if (i18n.mode === 'composition') {\r\n return (i18nInternal.__getInstance(instance) || i18n.global);\r\n }\r\n else {\r\n const vueI18n = i18nInternal.__getInstance(instance);\r\n return vueI18n != null\r\n ? vueI18n.__composer\r\n : i18n.global.__composer;\r\n }\r\n}\r\nfunction vTDirective(i18n) {\r\n const _process = (binding) => {\r\n const { instance, modifiers, value } = binding;\r\n /* istanbul ignore if */\r\n if (!instance || !instance.$) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n const composer = getComposer$2(i18n, instance.$);\r\n if ((process.env.NODE_ENV !== 'production') && modifiers.preserve) {\r\n warn(getWarnMessage(I18nWarnCodes.NOT_SUPPORTED_PRESERVE));\r\n }\r\n const parsedValue = parseValue(value);\r\n return [\r\n Reflect.apply(composer.t, composer, [...makeParams(parsedValue)]),\r\n composer\r\n ];\r\n };\r\n const register = (el, binding) => {\r\n const [textContent, composer] = _process(binding);\r\n if (inBrowser && i18n.global === composer) {\r\n // global scope only\r\n el.__i18nWatcher = watch(composer.locale, () => {\r\n binding.instance && binding.instance.$forceUpdate();\r\n });\r\n }\r\n el.__composer = composer;\r\n el.textContent = textContent;\r\n };\r\n const unregister = (el) => {\r\n if (inBrowser && el.__i18nWatcher) {\r\n el.__i18nWatcher();\r\n el.__i18nWatcher = undefined;\r\n delete el.__i18nWatcher;\r\n }\r\n if (el.__composer) {\r\n el.__composer = undefined;\r\n delete el.__composer;\r\n }\r\n };\r\n const update = (el, { value }) => {\r\n if (el.__composer) {\r\n const composer = el.__composer;\r\n const parsedValue = parseValue(value);\r\n el.textContent = Reflect.apply(composer.t, composer, [\r\n ...makeParams(parsedValue)\r\n ]);\r\n }\r\n };\r\n const getSSRProps = (binding) => {\r\n const [textContent] = _process(binding);\r\n return { textContent };\r\n };\r\n return {\r\n created: register,\r\n unmounted: unregister,\r\n beforeUpdate: update,\r\n getSSRProps\r\n };\r\n}\r\nfunction parseValue(value) {\r\n if (isString(value)) {\r\n return { path: value };\r\n }\r\n else if (isPlainObject(value)) {\r\n if (!('path' in value)) {\r\n throw createI18nError(I18nErrorCodes.REQUIRED_VALUE, 'path');\r\n }\r\n return value;\r\n }\r\n else {\r\n throw createI18nError(I18nErrorCodes.INVALID_VALUE);\r\n }\r\n}\r\nfunction makeParams(value) {\r\n const { path, locale, args, choice, plural } = value;\r\n const options = {};\r\n const named = args || {};\r\n if (isString(locale)) {\r\n options.locale = locale;\r\n }\r\n if (isNumber(choice)) {\r\n options.plural = choice;\r\n }\r\n if (isNumber(plural)) {\r\n options.plural = plural;\r\n }\r\n return [path, named, options];\r\n}\n\nfunction apply(app, i18n, ...options) {\r\n const pluginOptions = isPlainObject(options[0])\r\n ? options[0]\r\n : {};\r\n const useI18nComponentName = !!pluginOptions.useI18nComponentName;\r\n const globalInstall = isBoolean(pluginOptions.globalInstall)\r\n ? pluginOptions.globalInstall\r\n : true;\r\n if ((process.env.NODE_ENV !== 'production') && globalInstall && useI18nComponentName) {\r\n warn(getWarnMessage(I18nWarnCodes.COMPONENT_NAME_LEGACY_COMPATIBLE, {\r\n name: Translation.name\r\n }));\r\n }\r\n if (globalInstall) {\r\n // install components\r\n app.component(!useI18nComponentName ? Translation.name : 'i18n', Translation);\r\n app.component(NumberFormat.name, NumberFormat);\r\n app.component(DatetimeFormat.name, DatetimeFormat);\r\n }\r\n // install directive\r\n {\r\n app.directive('t', vTDirective(i18n));\r\n }\r\n}\n\nconst VUE_I18N_COMPONENT_TYPES = 'vue-i18n: composer properties';\r\nlet devtoolsApi;\r\nasync function enableDevTools(app, i18n) {\r\n return new Promise((resolve, reject) => {\r\n try {\r\n setupDevtoolsPlugin({\r\n id: \"vue-devtools-plugin-vue-i18n\" /* PLUGIN */,\r\n label: VueDevToolsLabels[\"vue-devtools-plugin-vue-i18n\" /* PLUGIN */],\r\n packageName: 'vue-i18n',\r\n homepage: 'https://vue-i18n.intlify.dev',\r\n logo: 'https://vue-i18n.intlify.dev/vue-i18n-devtools-logo.png',\r\n componentStateTypes: [VUE_I18N_COMPONENT_TYPES],\r\n app: app // eslint-disable-line @typescript-eslint/no-explicit-any\r\n }, api => {\r\n devtoolsApi = api;\r\n api.on.visitComponentTree(({ componentInstance, treeNode }) => {\r\n updateComponentTreeTags(componentInstance, treeNode, i18n);\r\n });\r\n api.on.inspectComponent(({ componentInstance, instanceData }) => {\r\n if (componentInstance.vnode.el &&\r\n componentInstance.vnode.el.__VUE_I18N__ &&\r\n instanceData) {\r\n if (i18n.mode === 'legacy') {\r\n // ignore global scope on legacy mode\r\n if (componentInstance.vnode.el.__VUE_I18N__ !==\r\n i18n.global.__composer) {\r\n inspectComposer(instanceData, componentInstance.vnode.el.__VUE_I18N__);\r\n }\r\n }\r\n else {\r\n inspectComposer(instanceData, componentInstance.vnode.el.__VUE_I18N__);\r\n }\r\n }\r\n });\r\n api.addInspector({\r\n id: \"vue-i18n-resource-inspector\" /* CUSTOM_INSPECTOR */,\r\n label: VueDevToolsLabels[\"vue-i18n-resource-inspector\" /* CUSTOM_INSPECTOR */],\r\n icon: 'language',\r\n treeFilterPlaceholder: VueDevToolsPlaceholders[\"vue-i18n-resource-inspector\" /* CUSTOM_INSPECTOR */]\r\n });\r\n api.on.getInspectorTree(payload => {\r\n if (payload.app === app &&\r\n payload.inspectorId === \"vue-i18n-resource-inspector\" /* CUSTOM_INSPECTOR */) {\r\n registerScope(payload, i18n);\r\n }\r\n });\r\n const roots = new Map();\r\n api.on.getInspectorState(async (payload) => {\r\n if (payload.app === app &&\r\n payload.inspectorId === \"vue-i18n-resource-inspector\" /* CUSTOM_INSPECTOR */) {\r\n api.unhighlightElement();\r\n inspectScope(payload, i18n);\r\n if (payload.nodeId === 'global') {\r\n if (!roots.has(payload.app)) {\r\n const [root] = await api.getComponentInstances(payload.app);\r\n roots.set(payload.app, root);\r\n }\r\n api.highlightElement(roots.get(payload.app));\r\n }\r\n else {\r\n const instance = getComponentInstance(payload.nodeId, i18n);\r\n instance && api.highlightElement(instance);\r\n }\r\n }\r\n });\r\n api.on.editInspectorState(payload => {\r\n if (payload.app === app &&\r\n payload.inspectorId === \"vue-i18n-resource-inspector\" /* CUSTOM_INSPECTOR */) {\r\n editScope(payload, i18n);\r\n }\r\n });\r\n api.addTimelineLayer({\r\n id: \"vue-i18n-timeline\" /* TIMELINE */,\r\n label: VueDevToolsLabels[\"vue-i18n-timeline\" /* TIMELINE */],\r\n color: VueDevToolsTimelineColors[\"vue-i18n-timeline\" /* TIMELINE */]\r\n });\r\n resolve(true);\r\n });\r\n }\r\n catch (e) {\r\n console.error(e);\r\n reject(false);\r\n }\r\n });\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getI18nScopeLable(instance) {\r\n return (instance.type.name ||\r\n instance.type.displayName ||\r\n instance.type.__file ||\r\n 'Anonymous');\r\n}\r\nfunction updateComponentTreeTags(instance, // eslint-disable-line @typescript-eslint/no-explicit-any\r\ntreeNode, i18n) {\r\n // prettier-ignore\r\n const global = i18n.mode === 'composition'\r\n ? i18n.global\r\n : i18n.global.__composer;\r\n if (instance && instance.vnode.el && instance.vnode.el.__VUE_I18N__) {\r\n // add custom tags local scope only\r\n if (instance.vnode.el.__VUE_I18N__ !== global) {\r\n const tag = {\r\n label: `i18n (${getI18nScopeLable(instance)} Scope)`,\r\n textColor: 0x000000,\r\n backgroundColor: 0xffcd19\r\n };\r\n treeNode.tags.push(tag);\r\n }\r\n }\r\n}\r\nfunction inspectComposer(instanceData, composer) {\r\n const type = VUE_I18N_COMPONENT_TYPES;\r\n instanceData.state.push({\r\n type,\r\n key: 'locale',\r\n editable: true,\r\n value: composer.locale.value\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'availableLocales',\r\n editable: false,\r\n value: composer.availableLocales\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'fallbackLocale',\r\n editable: true,\r\n value: composer.fallbackLocale.value\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'inheritLocale',\r\n editable: true,\r\n value: composer.inheritLocale\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'messages',\r\n editable: false,\r\n value: getLocaleMessageValue(composer.messages.value)\r\n });\r\n {\r\n instanceData.state.push({\r\n type,\r\n key: 'datetimeFormats',\r\n editable: false,\r\n value: composer.datetimeFormats.value\r\n });\r\n instanceData.state.push({\r\n type,\r\n key: 'numberFormats',\r\n editable: false,\r\n value: composer.numberFormats.value\r\n });\r\n }\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getLocaleMessageValue(messages) {\r\n const value = {};\r\n Object.keys(messages).forEach((key) => {\r\n const v = messages[key];\r\n if (isFunction(v) && 'source' in v) {\r\n value[key] = getMessageFunctionDetails(v);\r\n }\r\n else if (isObject(v)) {\r\n value[key] = getLocaleMessageValue(v);\r\n }\r\n else {\r\n value[key] = v;\r\n }\r\n });\r\n return value;\r\n}\r\nconst ESC = {\r\n '<': '<',\r\n '>': '>',\r\n '\"': '"',\r\n '&': '&'\r\n};\r\nfunction escape(s) {\r\n return s.replace(/[<>\"&]/g, escapeChar);\r\n}\r\nfunction escapeChar(a) {\r\n return ESC[a] || a;\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getMessageFunctionDetails(func) {\r\n const argString = func.source ? `(\"${escape(func.source)}\")` : `(?)`;\r\n return {\r\n _custom: {\r\n type: 'function',\r\n display: `ƒ ${argString}`\r\n }\r\n };\r\n}\r\nfunction registerScope(payload, i18n) {\r\n payload.rootNodes.push({\r\n id: 'global',\r\n label: 'Global Scope'\r\n });\r\n // prettier-ignore\r\n const global = i18n.mode === 'composition'\r\n ? i18n.global\r\n : i18n.global.__composer;\r\n for (const [keyInstance, instance] of i18n.__instances) {\r\n // prettier-ignore\r\n const composer = i18n.mode === 'composition'\r\n ? instance\r\n : instance.__composer;\r\n if (global === composer) {\r\n continue;\r\n }\r\n payload.rootNodes.push({\r\n id: composer.id.toString(),\r\n label: `${getI18nScopeLable(keyInstance)} Scope`\r\n });\r\n }\r\n}\r\nfunction getComponentInstance(nodeId, i18n) {\r\n let instance = null;\r\n if (nodeId !== 'global') {\r\n for (const [component, composer] of i18n.__instances.entries()) {\r\n if (composer.id.toString() === nodeId) {\r\n instance = component;\r\n break;\r\n }\r\n }\r\n }\r\n return instance;\r\n}\r\nfunction getComposer$1(nodeId, i18n) {\r\n if (nodeId === 'global') {\r\n return i18n.mode === 'composition'\r\n ? i18n.global\r\n : i18n.global.__composer;\r\n }\r\n else {\r\n const instance = Array.from(i18n.__instances.values()).find(item => item.id.toString() === nodeId);\r\n if (instance) {\r\n return i18n.mode === 'composition'\r\n ? instance\r\n : instance.__composer;\r\n }\r\n else {\r\n return null;\r\n }\r\n }\r\n}\r\nfunction inspectScope(payload, i18n\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n) {\r\n const composer = getComposer$1(payload.nodeId, i18n);\r\n if (composer) {\r\n // TODO:\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n payload.state = makeScopeInspectState(composer);\r\n }\r\n return null;\r\n}\r\nfunction makeScopeInspectState(composer) {\r\n const state = {};\r\n const localeType = 'Locale related info';\r\n const localeStates = [\r\n {\r\n type: localeType,\r\n key: 'locale',\r\n editable: true,\r\n value: composer.locale.value\r\n },\r\n {\r\n type: localeType,\r\n key: 'fallbackLocale',\r\n editable: true,\r\n value: composer.fallbackLocale.value\r\n },\r\n {\r\n type: localeType,\r\n key: 'availableLocales',\r\n editable: false,\r\n value: composer.availableLocales\r\n },\r\n {\r\n type: localeType,\r\n key: 'inheritLocale',\r\n editable: true,\r\n value: composer.inheritLocale\r\n }\r\n ];\r\n state[localeType] = localeStates;\r\n const localeMessagesType = 'Locale messages info';\r\n const localeMessagesStates = [\r\n {\r\n type: localeMessagesType,\r\n key: 'messages',\r\n editable: false,\r\n value: getLocaleMessageValue(composer.messages.value)\r\n }\r\n ];\r\n state[localeMessagesType] = localeMessagesStates;\r\n {\r\n const datetimeFormatsType = 'Datetime formats info';\r\n const datetimeFormatsStates = [\r\n {\r\n type: datetimeFormatsType,\r\n key: 'datetimeFormats',\r\n editable: false,\r\n value: composer.datetimeFormats.value\r\n }\r\n ];\r\n state[datetimeFormatsType] = datetimeFormatsStates;\r\n const numberFormatsType = 'Datetime formats info';\r\n const numberFormatsStates = [\r\n {\r\n type: numberFormatsType,\r\n key: 'numberFormats',\r\n editable: false,\r\n value: composer.numberFormats.value\r\n }\r\n ];\r\n state[numberFormatsType] = numberFormatsStates;\r\n }\r\n return state;\r\n}\r\nfunction addTimelineEvent(event, payload) {\r\n if (devtoolsApi) {\r\n let groupId;\r\n if (payload && 'groupId' in payload) {\r\n groupId = payload.groupId;\r\n delete payload.groupId;\r\n }\r\n devtoolsApi.addTimelineEvent({\r\n layerId: \"vue-i18n-timeline\" /* TIMELINE */,\r\n event: {\r\n title: event,\r\n groupId,\r\n time: Date.now(),\r\n meta: {},\r\n data: payload || {},\r\n logType: event === \"compile-error\" /* COMPILE_ERROR */\r\n ? 'error'\r\n : event === \"fallback\" /* FALBACK */ ||\r\n event === \"missing\" /* MISSING */\r\n ? 'warning'\r\n : 'default'\r\n }\r\n });\r\n }\r\n}\r\nfunction editScope(payload, i18n) {\r\n const composer = getComposer$1(payload.nodeId, i18n);\r\n if (composer) {\r\n const [field] = payload.path;\r\n if (field === 'locale' && isString(payload.state.value)) {\r\n composer.locale.value = payload.state.value;\r\n }\r\n else if (field === 'fallbackLocale' &&\r\n (isString(payload.state.value) ||\r\n isArray(payload.state.value) ||\r\n isObject(payload.state.value))) {\r\n composer.fallbackLocale.value = payload.state.value;\r\n }\r\n else if (field === 'inheritLocale' && isBoolean(payload.state.value)) {\r\n composer.inheritLocale = payload.state.value;\r\n }\r\n }\r\n}\n\n/**\r\n * Supports compatibility for legacy vue-i18n APIs\r\n * This mixin is used when we use vue-i18n@v9.x or later\r\n */\r\nfunction defineMixin(vuei18n, composer, i18n) {\r\n return {\r\n beforeCreate() {\r\n const instance = getCurrentInstance();\r\n /* istanbul ignore if */\r\n if (!instance) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n const options = this.$options;\r\n if (options.i18n) {\r\n const optionsI18n = options.i18n;\r\n if (options.__i18n) {\r\n optionsI18n.__i18n = options.__i18n;\r\n }\r\n optionsI18n.__root = composer;\r\n if (this === this.$root) {\r\n this.$i18n = mergeToRoot(vuei18n, optionsI18n);\r\n }\r\n else {\r\n optionsI18n.__injectWithOption = true;\r\n this.$i18n = createVueI18n(optionsI18n);\r\n }\r\n }\r\n else if (options.__i18n) {\r\n if (this === this.$root) {\r\n this.$i18n = mergeToRoot(vuei18n, options);\r\n }\r\n else {\r\n this.$i18n = createVueI18n({\r\n __i18n: options.__i18n,\r\n __injectWithOption: true,\r\n __root: composer\r\n });\r\n }\r\n }\r\n else {\r\n // set global\r\n this.$i18n = vuei18n;\r\n }\r\n if (options.__i18nGlobal) {\r\n adjustI18nResources(composer, options, options);\r\n }\r\n vuei18n.__onComponentInstanceCreated(this.$i18n);\r\n i18n.__setInstance(instance, this.$i18n);\r\n // defines vue-i18n legacy APIs\r\n this.$t = (...args) => this.$i18n.t(...args);\r\n this.$rt = (...args) => this.$i18n.rt(...args);\r\n this.$tc = (...args) => this.$i18n.tc(...args);\r\n this.$te = (key, locale) => this.$i18n.te(key, locale);\r\n this.$d = (...args) => this.$i18n.d(...args);\r\n this.$n = (...args) => this.$i18n.n(...args);\r\n this.$tm = (key) => this.$i18n.tm(key);\r\n },\r\n mounted() {\r\n /* istanbul ignore if */\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false &&\r\n this.$el &&\r\n this.$i18n) {\r\n this.$el.__VUE_I18N__ = this.$i18n.__composer;\r\n const emitter = (this.__v_emitter =\r\n createEmitter());\r\n const _vueI18n = this.$i18n;\r\n _vueI18n.__enableEmitter && _vueI18n.__enableEmitter(emitter);\r\n emitter.on('*', addTimelineEvent);\r\n }\r\n },\r\n unmounted() {\r\n const instance = getCurrentInstance();\r\n /* istanbul ignore if */\r\n if (!instance) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n /* istanbul ignore if */\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false &&\r\n this.$el &&\r\n this.$el.__VUE_I18N__) {\r\n if (this.__v_emitter) {\r\n this.__v_emitter.off('*', addTimelineEvent);\r\n delete this.__v_emitter;\r\n }\r\n if (this.$i18n) {\r\n const _vueI18n = this.$i18n;\r\n _vueI18n.__disableEmitter && _vueI18n.__disableEmitter();\r\n delete this.$el.__VUE_I18N__;\r\n }\r\n }\r\n delete this.$t;\r\n delete this.$rt;\r\n delete this.$tc;\r\n delete this.$te;\r\n delete this.$d;\r\n delete this.$n;\r\n delete this.$tm;\r\n i18n.__deleteInstance(instance);\r\n delete this.$i18n;\r\n }\r\n };\r\n}\r\nfunction mergeToRoot(root, options) {\r\n root.locale = options.locale || root.locale;\r\n root.fallbackLocale = options.fallbackLocale || root.fallbackLocale;\r\n root.missing = options.missing || root.missing;\r\n root.silentTranslationWarn =\r\n options.silentTranslationWarn || root.silentFallbackWarn;\r\n root.silentFallbackWarn =\r\n options.silentFallbackWarn || root.silentFallbackWarn;\r\n root.formatFallbackMessages =\r\n options.formatFallbackMessages || root.formatFallbackMessages;\r\n root.postTranslation = options.postTranslation || root.postTranslation;\r\n root.warnHtmlInMessage = options.warnHtmlInMessage || root.warnHtmlInMessage;\r\n root.escapeParameterHtml =\r\n options.escapeParameterHtml || root.escapeParameterHtml;\r\n root.sync = options.sync || root.sync;\r\n root.__composer[SetPluralRulesSymbol](options.pluralizationRules || root.pluralizationRules);\r\n const messages = getLocaleMessages(root.locale, {\r\n messages: options.messages,\r\n __i18n: options.__i18n\r\n });\r\n Object.keys(messages).forEach(locale => root.mergeLocaleMessage(locale, messages[locale]));\r\n if (options.datetimeFormats) {\r\n Object.keys(options.datetimeFormats).forEach(locale => root.mergeDateTimeFormat(locale, options.datetimeFormats[locale]));\r\n }\r\n if (options.numberFormats) {\r\n Object.keys(options.numberFormats).forEach(locale => root.mergeNumberFormat(locale, options.numberFormats[locale]));\r\n }\r\n return root;\r\n}\n\n/**\r\n * Injection key for {@link useI18n}\r\n *\r\n * @remarks\r\n * The global injection key for I18n instances with `useI18n`. this injection key is used in Web Components.\r\n * Specify the i18n instance created by {@link createI18n} together with `provide` function.\r\n *\r\n * @VueI18nGeneral\r\n */\r\nconst I18nInjectionKey = \r\n/* #__PURE__*/ makeSymbol('global-vue-i18n');\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-types\r\nfunction createI18n(options = {}, VueI18nLegacy) {\r\n // prettier-ignore\r\n const __legacyMode = __VUE_I18N_LEGACY_API__ && isBoolean(options.legacy)\r\n ? options.legacy\r\n : __VUE_I18N_LEGACY_API__;\r\n // prettier-ignore\r\n const __globalInjection = isBoolean(options.globalInjection)\r\n ? options.globalInjection\r\n : true;\r\n // prettier-ignore\r\n const __allowComposition = __VUE_I18N_LEGACY_API__ && __legacyMode\r\n ? !!options.allowComposition\r\n : true;\r\n const __instances = new Map();\r\n const [globalScope, __global] = createGlobal(options, __legacyMode);\r\n const symbol = makeSymbol((process.env.NODE_ENV !== 'production') ? 'vue-i18n' : '');\r\n function __getInstance(component) {\r\n return __instances.get(component) || null;\r\n }\r\n function __setInstance(component, instance) {\r\n __instances.set(component, instance);\r\n }\r\n function __deleteInstance(component) {\r\n __instances.delete(component);\r\n }\r\n {\r\n const i18n = {\r\n // mode\r\n get mode() {\r\n return __VUE_I18N_LEGACY_API__ && __legacyMode\r\n ? 'legacy'\r\n : 'composition';\r\n },\r\n // allowComposition\r\n get allowComposition() {\r\n return __allowComposition;\r\n },\r\n // install plugin\r\n async install(app, ...options) {\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false) {\r\n app.__VUE_I18N__ = i18n;\r\n }\r\n // setup global provider\r\n app.__VUE_I18N_SYMBOL__ = symbol;\r\n app.provide(app.__VUE_I18N_SYMBOL__, i18n);\r\n // global method and properties injection for Composition API\r\n if (!__legacyMode && __globalInjection) {\r\n injectGlobalFields(app, i18n.global);\r\n }\r\n // install built-in components and directive\r\n if (__VUE_I18N_FULL_INSTALL__) {\r\n apply(app, i18n, ...options);\r\n }\r\n // setup mixin for Legacy API\r\n if (__VUE_I18N_LEGACY_API__ && __legacyMode) {\r\n app.mixin(defineMixin(__global, __global.__composer, i18n));\r\n }\r\n // release global scope\r\n const unmountApp = app.unmount;\r\n app.unmount = () => {\r\n i18n.dispose();\r\n unmountApp();\r\n };\r\n // setup vue-devtools plugin\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) && !false) {\r\n const ret = await enableDevTools(app, i18n);\r\n if (!ret) {\r\n throw createI18nError(I18nErrorCodes.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);\r\n }\r\n const emitter = createEmitter();\r\n if (__legacyMode) {\r\n const _vueI18n = __global;\r\n _vueI18n.__enableEmitter && _vueI18n.__enableEmitter(emitter);\r\n }\r\n else {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const _composer = __global;\r\n _composer[EnableEmitter] && _composer[EnableEmitter](emitter);\r\n }\r\n emitter.on('*', addTimelineEvent);\r\n }\r\n },\r\n // global accessor\r\n get global() {\r\n return __global;\r\n },\r\n dispose() {\r\n globalScope.stop();\r\n },\r\n // @internal\r\n __instances,\r\n // @internal\r\n __getInstance,\r\n // @internal\r\n __setInstance,\r\n // @internal\r\n __deleteInstance\r\n };\r\n return i18n;\r\n }\r\n}\r\n// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types\r\nfunction useI18n(options = {}) {\r\n const instance = getCurrentInstance();\r\n if (instance == null) {\r\n throw createI18nError(I18nErrorCodes.MUST_BE_CALL_SETUP_TOP);\r\n }\r\n if (!instance.isCE &&\r\n instance.appContext.app != null &&\r\n !instance.appContext.app.__VUE_I18N_SYMBOL__) {\r\n throw createI18nError(I18nErrorCodes.NOT_INSLALLED);\r\n }\r\n const i18n = getI18nInstance(instance);\r\n const global = getGlobalComposer(i18n);\r\n const componentOptions = getComponentOptions(instance);\r\n const scope = getScope(options, componentOptions);\r\n if (__VUE_I18N_LEGACY_API__) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n if (i18n.mode === 'legacy' && !options.__useComponent) {\r\n if (!i18n.allowComposition) {\r\n throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE);\r\n }\r\n return useI18nForLegacy(instance, scope, global, options);\r\n }\r\n }\r\n if (scope === 'global') {\r\n adjustI18nResources(global, options, componentOptions);\r\n return global;\r\n }\r\n if (scope === 'parent') {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n let composer = getComposer(i18n, instance, options.__useComponent);\r\n if (composer == null) {\r\n if ((process.env.NODE_ENV !== 'production')) {\r\n warn(getWarnMessage(I18nWarnCodes.NOT_FOUND_PARENT_SCOPE));\r\n }\r\n composer = global;\r\n }\r\n return composer;\r\n }\r\n const i18nInternal = i18n;\r\n let composer = i18nInternal.__getInstance(instance);\r\n if (composer == null) {\r\n const composerOptions = assign({}, options);\r\n if ('__i18n' in componentOptions) {\r\n composerOptions.__i18n = componentOptions.__i18n;\r\n }\r\n if (global) {\r\n composerOptions.__root = global;\r\n }\r\n composer = createComposer(composerOptions);\r\n setupLifeCycle(i18nInternal, instance, composer);\r\n i18nInternal.__setInstance(instance, composer);\r\n }\r\n return composer;\r\n}\r\n/**\r\n * Cast to VueI18n legacy compatible type\r\n *\r\n * @remarks\r\n * This API is provided only with [vue-i18n-bridge](https://vue-i18n.intlify.dev/guide/migration/ways.html#what-is-vue-i18n-bridge).\r\n *\r\n * The purpose of this function is to convert an {@link I18n} instance created with {@link createI18n | createI18n(legacy: true)} into a `vue-i18n@v8.x` compatible instance of `new VueI18n` in a TypeScript environment.\r\n *\r\n * @param i18n - An instance of {@link I18n}\r\n * @returns A i18n instance which is casted to {@link VueI18n} type\r\n *\r\n * @VueI18nTip\r\n * :new: provided by **vue-i18n-bridge only**\r\n *\r\n * @VueI18nGeneral\r\n */\r\nconst castToVueI18n = (i18n\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n) => {\r\n if (!(__VUE_I18N_BRIDGE__ in i18n)) {\r\n throw createI18nError(I18nErrorCodes.NOT_COMPATIBLE_LEGACY_VUE_I18N);\r\n }\r\n return i18n;\r\n};\r\nfunction createGlobal(options, legacyMode, VueI18nLegacy // eslint-disable-line @typescript-eslint/no-explicit-any\r\n) {\r\n const scope = effectScope();\r\n {\r\n const obj = __VUE_I18N_LEGACY_API__ && legacyMode\r\n ? scope.run(() => createVueI18n(options))\r\n : scope.run(() => createComposer(options));\r\n if (obj == null) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n return [scope, obj];\r\n }\r\n}\r\nfunction getI18nInstance(instance) {\r\n {\r\n const i18n = inject(!instance.isCE\r\n ? instance.appContext.app.__VUE_I18N_SYMBOL__\r\n : I18nInjectionKey);\r\n /* istanbul ignore if */\r\n if (!i18n) {\r\n throw createI18nError(!instance.isCE\r\n ? I18nErrorCodes.UNEXPECTED_ERROR\r\n : I18nErrorCodes.NOT_INSLALLED_WITH_PROVIDE);\r\n }\r\n return i18n;\r\n }\r\n}\r\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\r\nfunction getScope(options, componentOptions) {\r\n // prettier-ignore\r\n return isEmptyObject(options)\r\n ? ('__i18n' in componentOptions)\r\n ? 'local'\r\n : 'global'\r\n : !options.useScope\r\n ? 'local'\r\n : options.useScope;\r\n}\r\nfunction getGlobalComposer(i18n) {\r\n // prettier-ignore\r\n return i18n.mode === 'composition'\r\n ? i18n.global\r\n : i18n.global.__composer\r\n ;\r\n}\r\nfunction getComposer(i18n, target, useComponent = false) {\r\n let composer = null;\r\n const root = target.root;\r\n let current = target.parent;\r\n while (current != null) {\r\n const i18nInternal = i18n;\r\n if (i18n.mode === 'composition') {\r\n composer = i18nInternal.__getInstance(current);\r\n }\r\n else {\r\n if (__VUE_I18N_LEGACY_API__) {\r\n const vueI18n = i18nInternal.__getInstance(current);\r\n if (vueI18n != null) {\r\n composer = vueI18n\r\n .__composer;\r\n if (useComponent &&\r\n composer &&\r\n !composer[InejctWithOption] // eslint-disable-line @typescript-eslint/no-explicit-any\r\n ) {\r\n composer = null;\r\n }\r\n }\r\n }\r\n }\r\n if (composer != null) {\r\n break;\r\n }\r\n if (root === current) {\r\n break;\r\n }\r\n current = current.parent;\r\n }\r\n return composer;\r\n}\r\nfunction setupLifeCycle(i18n, target, composer) {\r\n let emitter = null;\r\n {\r\n onMounted(() => {\r\n // inject composer instance to DOM for intlify-devtools\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false &&\r\n target.vnode.el) {\r\n target.vnode.el.__VUE_I18N__ = composer;\r\n emitter = createEmitter();\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const _composer = composer;\r\n _composer[EnableEmitter] && _composer[EnableEmitter](emitter);\r\n emitter.on('*', addTimelineEvent);\r\n }\r\n }, target);\r\n onUnmounted(() => {\r\n // remove composer instance from DOM for intlify-devtools\r\n if (((process.env.NODE_ENV !== 'production') || __VUE_PROD_DEVTOOLS__) &&\r\n !false &&\r\n target.vnode.el &&\r\n target.vnode.el.__VUE_I18N__) {\r\n emitter && emitter.off('*', addTimelineEvent);\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const _composer = composer;\r\n _composer[DisableEmitter] && _composer[DisableEmitter]();\r\n delete target.vnode.el.__VUE_I18N__;\r\n }\r\n i18n.__deleteInstance(target);\r\n }, target);\r\n }\r\n}\r\nfunction useI18nForLegacy(instance, scope, root, options = {} // eslint-disable-line @typescript-eslint/no-explicit-any\r\n) {\r\n const isLocale = scope === 'local';\r\n const _composer = shallowRef(null);\r\n if (isLocale &&\r\n instance.proxy &&\r\n !(instance.proxy.$options.i18n || instance.proxy.$options.__i18n)) {\r\n throw createI18nError(I18nErrorCodes.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);\r\n }\r\n const _inheritLocale = isBoolean(options.inheritLocale)\r\n ? options.inheritLocale\r\n : true;\r\n const _locale = ref(\r\n // prettier-ignore\r\n isLocale && _inheritLocale\r\n ? root.locale.value\r\n : isString(options.locale)\r\n ? options.locale\r\n : DEFAULT_LOCALE);\r\n const _fallbackLocale = ref(\r\n // prettier-ignore\r\n isLocale && _inheritLocale\r\n ? root.fallbackLocale.value\r\n : isString(options.fallbackLocale) ||\r\n isArray(options.fallbackLocale) ||\r\n isPlainObject(options.fallbackLocale) ||\r\n options.fallbackLocale === false\r\n ? options.fallbackLocale\r\n : _locale.value);\r\n const _messages = ref(getLocaleMessages(_locale.value, options));\r\n // prettier-ignore\r\n const _datetimeFormats = ref(isPlainObject(options.datetimeFormats)\r\n ? options.datetimeFormats\r\n : { [_locale.value]: {} });\r\n // prettier-ignore\r\n const _numberFormats = ref(isPlainObject(options.numberFormats)\r\n ? options.numberFormats\r\n : { [_locale.value]: {} });\r\n // prettier-ignore\r\n const _missingWarn = isLocale\r\n ? root.missingWarn\r\n : isBoolean(options.missingWarn) || isRegExp(options.missingWarn)\r\n ? options.missingWarn\r\n : true;\r\n // prettier-ignore\r\n const _fallbackWarn = isLocale\r\n ? root.fallbackWarn\r\n : isBoolean(options.fallbackWarn) || isRegExp(options.fallbackWarn)\r\n ? options.fallbackWarn\r\n : true;\r\n // prettier-ignore\r\n const _fallbackRoot = isLocale\r\n ? root.fallbackRoot\r\n : isBoolean(options.fallbackRoot)\r\n ? options.fallbackRoot\r\n : true;\r\n // configure fall back to root\r\n const _fallbackFormat = !!options.fallbackFormat;\r\n // runtime missing\r\n const _missing = isFunction(options.missing) ? options.missing : null;\r\n // postTranslation handler\r\n const _postTranslation = isFunction(options.postTranslation)\r\n ? options.postTranslation\r\n : null;\r\n // prettier-ignore\r\n const _warnHtmlMessage = isLocale\r\n ? root.warnHtmlMessage\r\n : isBoolean(options.warnHtmlMessage)\r\n ? options.warnHtmlMessage\r\n : true;\r\n const _escapeParameter = !!options.escapeParameter;\r\n // prettier-ignore\r\n const _modifiers = isLocale\r\n ? root.modifiers\r\n : isPlainObject(options.modifiers)\r\n ? options.modifiers\r\n : {};\r\n // pluralRules\r\n const _pluralRules = options.pluralRules || (isLocale && root.pluralRules);\r\n // track reactivity\r\n function trackReactivityValues() {\r\n return [\r\n _locale.value,\r\n _fallbackLocale.value,\r\n _messages.value,\r\n _datetimeFormats.value,\r\n _numberFormats.value\r\n ];\r\n }\r\n // locale\r\n const locale = computed({\r\n get: () => {\r\n return _composer.value ? _composer.value.locale.value : _locale.value;\r\n },\r\n set: val => {\r\n if (_composer.value) {\r\n _composer.value.locale.value = val;\r\n }\r\n _locale.value = val;\r\n }\r\n });\r\n // fallbackLocale\r\n const fallbackLocale = computed({\r\n get: () => {\r\n return _composer.value\r\n ? _composer.value.fallbackLocale.value\r\n : _fallbackLocale.value;\r\n },\r\n set: val => {\r\n if (_composer.value) {\r\n _composer.value.fallbackLocale.value = val;\r\n }\r\n _fallbackLocale.value = val;\r\n }\r\n });\r\n // messages\r\n const messages = computed(() => {\r\n if (_composer.value) {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n return _composer.value.messages.value;\r\n }\r\n else {\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n return _messages.value;\r\n }\r\n });\r\n const datetimeFormats = computed(() => _datetimeFormats.value);\r\n const numberFormats = computed(() => _numberFormats.value);\r\n function getPostTranslationHandler() {\r\n return _composer.value\r\n ? _composer.value.getPostTranslationHandler()\r\n : _postTranslation;\r\n }\r\n function setPostTranslationHandler(handler) {\r\n if (_composer.value) {\r\n _composer.value.setPostTranslationHandler(handler);\r\n }\r\n }\r\n function getMissingHandler() {\r\n return _composer.value ? _composer.value.getMissingHandler() : _missing;\r\n }\r\n function setMissingHandler(handler) {\r\n if (_composer.value) {\r\n _composer.value.setMissingHandler(handler);\r\n }\r\n }\r\n function warpWithDeps(fn) {\r\n trackReactivityValues();\r\n return fn();\r\n }\r\n function t(...args) {\r\n return _composer.value\r\n ? warpWithDeps(() => Reflect.apply(_composer.value.t, null, [...args]))\r\n : warpWithDeps(() => '');\r\n }\r\n function rt(...args) {\r\n return _composer.value\r\n ? Reflect.apply(_composer.value.rt, null, [...args])\r\n : '';\r\n }\r\n function d(...args) {\r\n return _composer.value\r\n ? warpWithDeps(() => Reflect.apply(_composer.value.d, null, [...args]))\r\n : warpWithDeps(() => '');\r\n }\r\n function n(...args) {\r\n return _composer.value\r\n ? warpWithDeps(() => Reflect.apply(_composer.value.n, null, [...args]))\r\n : warpWithDeps(() => '');\r\n }\r\n function tm(key) {\r\n return _composer.value ? _composer.value.tm(key) : {};\r\n }\r\n function te(key, locale) {\r\n return _composer.value ? _composer.value.te(key, locale) : false;\r\n }\r\n function getLocaleMessage(locale) {\r\n return _composer.value ? _composer.value.getLocaleMessage(locale) : {};\r\n }\r\n function setLocaleMessage(locale, message) {\r\n if (_composer.value) {\r\n _composer.value.setLocaleMessage(locale, message);\r\n _messages.value[locale] = message;\r\n }\r\n }\r\n function mergeLocaleMessage(locale, message) {\r\n if (_composer.value) {\r\n _composer.value.mergeLocaleMessage(locale, message);\r\n }\r\n }\r\n function getDateTimeFormat(locale) {\r\n return _composer.value ? _composer.value.getDateTimeFormat(locale) : {};\r\n }\r\n function setDateTimeFormat(locale, format) {\r\n if (_composer.value) {\r\n _composer.value.setDateTimeFormat(locale, format);\r\n _datetimeFormats.value[locale] = format;\r\n }\r\n }\r\n function mergeDateTimeFormat(locale, format) {\r\n if (_composer.value) {\r\n _composer.value.mergeDateTimeFormat(locale, format);\r\n }\r\n }\r\n function getNumberFormat(locale) {\r\n return _composer.value ? _composer.value.getNumberFormat(locale) : {};\r\n }\r\n function setNumberFormat(locale, format) {\r\n if (_composer.value) {\r\n _composer.value.setNumberFormat(locale, format);\r\n _numberFormats.value[locale] = format;\r\n }\r\n }\r\n function mergeNumberFormat(locale, format) {\r\n if (_composer.value) {\r\n _composer.value.mergeNumberFormat(locale, format);\r\n }\r\n }\r\n const wrapper = {\r\n get id() {\r\n return _composer.value ? _composer.value.id : -1;\r\n },\r\n locale,\r\n fallbackLocale,\r\n messages,\r\n datetimeFormats,\r\n numberFormats,\r\n get inheritLocale() {\r\n return _composer.value ? _composer.value.inheritLocale : _inheritLocale;\r\n },\r\n set inheritLocale(val) {\r\n if (_composer.value) {\r\n _composer.value.inheritLocale = val;\r\n }\r\n },\r\n get availableLocales() {\r\n return _composer.value\r\n ? _composer.value.availableLocales\r\n : Object.keys(_messages.value);\r\n },\r\n get modifiers() {\r\n return (_composer.value ? _composer.value.modifiers : _modifiers);\r\n },\r\n get pluralRules() {\r\n return (_composer.value ? _composer.value.pluralRules : _pluralRules);\r\n },\r\n get isGlobal() {\r\n return _composer.value ? _composer.value.isGlobal : false;\r\n },\r\n get missingWarn() {\r\n return _composer.value ? _composer.value.missingWarn : _missingWarn;\r\n },\r\n set missingWarn(val) {\r\n if (_composer.value) {\r\n _composer.value.missingWarn = val;\r\n }\r\n },\r\n get fallbackWarn() {\r\n return _composer.value ? _composer.value.fallbackWarn : _fallbackWarn;\r\n },\r\n set fallbackWarn(val) {\r\n if (_composer.value) {\r\n _composer.value.missingWarn = val;\r\n }\r\n },\r\n get fallbackRoot() {\r\n return _composer.value ? _composer.value.fallbackRoot : _fallbackRoot;\r\n },\r\n set fallbackRoot(val) {\r\n if (_composer.value) {\r\n _composer.value.fallbackRoot = val;\r\n }\r\n },\r\n get fallbackFormat() {\r\n return _composer.value ? _composer.value.fallbackFormat : _fallbackFormat;\r\n },\r\n set fallbackFormat(val) {\r\n if (_composer.value) {\r\n _composer.value.fallbackFormat = val;\r\n }\r\n },\r\n get warnHtmlMessage() {\r\n return _composer.value\r\n ? _composer.value.warnHtmlMessage\r\n : _warnHtmlMessage;\r\n },\r\n set warnHtmlMessage(val) {\r\n if (_composer.value) {\r\n _composer.value.warnHtmlMessage = val;\r\n }\r\n },\r\n get escapeParameter() {\r\n return _composer.value\r\n ? _composer.value.escapeParameter\r\n : _escapeParameter;\r\n },\r\n set escapeParameter(val) {\r\n if (_composer.value) {\r\n _composer.value.escapeParameter = val;\r\n }\r\n },\r\n t,\r\n getPostTranslationHandler,\r\n setPostTranslationHandler,\r\n getMissingHandler,\r\n setMissingHandler,\r\n rt,\r\n d,\r\n n,\r\n tm,\r\n te,\r\n getLocaleMessage,\r\n setLocaleMessage,\r\n mergeLocaleMessage,\r\n getDateTimeFormat,\r\n setDateTimeFormat,\r\n mergeDateTimeFormat,\r\n getNumberFormat,\r\n setNumberFormat,\r\n mergeNumberFormat\r\n };\r\n function sync(composer) {\r\n composer.locale.value = _locale.value;\r\n composer.fallbackLocale.value = _fallbackLocale.value;\r\n Object.keys(_messages.value).forEach(locale => {\r\n composer.mergeLocaleMessage(locale, _messages.value[locale]);\r\n });\r\n Object.keys(_datetimeFormats.value).forEach(locale => {\r\n composer.mergeDateTimeFormat(locale, _datetimeFormats.value[locale]);\r\n });\r\n Object.keys(_numberFormats.value).forEach(locale => {\r\n composer.mergeNumberFormat(locale, _numberFormats.value[locale]);\r\n });\r\n composer.escapeParameter = _escapeParameter;\r\n composer.fallbackFormat = _fallbackFormat;\r\n composer.fallbackRoot = _fallbackRoot;\r\n composer.fallbackWarn = _fallbackWarn;\r\n composer.missingWarn = _missingWarn;\r\n composer.warnHtmlMessage = _warnHtmlMessage;\r\n }\r\n onBeforeMount(() => {\r\n if (instance.proxy == null || instance.proxy.$i18n == null) {\r\n throw createI18nError(I18nErrorCodes.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);\r\n }\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const composer = (_composer.value = instance.proxy.$i18n\r\n .__composer);\r\n if (scope === 'global') {\r\n _locale.value = composer.locale.value;\r\n _fallbackLocale.value = composer.fallbackLocale.value;\r\n _messages.value = composer.messages.value;\r\n _datetimeFormats.value = composer.datetimeFormats.value;\r\n _numberFormats.value = composer.numberFormats.value;\r\n }\r\n else if (isLocale) {\r\n sync(composer);\r\n }\r\n });\r\n return wrapper;\r\n}\r\nconst globalExportProps = [\r\n 'locale',\r\n 'fallbackLocale',\r\n 'availableLocales'\r\n];\r\nconst globalExportMethods = ['t', 'rt', 'd', 'n', 'tm'] ;\r\nfunction injectGlobalFields(app, composer) {\r\n const i18n = Object.create(null);\r\n globalExportProps.forEach(prop => {\r\n const desc = Object.getOwnPropertyDescriptor(composer, prop);\r\n if (!desc) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n const wrap = isRef(desc.value) // check computed props\r\n ? {\r\n get() {\r\n return desc.value.value;\r\n },\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n set(val) {\r\n desc.value.value = val;\r\n }\r\n }\r\n : {\r\n get() {\r\n return desc.get && desc.get();\r\n }\r\n };\r\n Object.defineProperty(i18n, prop, wrap);\r\n });\r\n app.config.globalProperties.$i18n = i18n;\r\n globalExportMethods.forEach(method => {\r\n const desc = Object.getOwnPropertyDescriptor(composer, method);\r\n if (!desc || !desc.value) {\r\n throw createI18nError(I18nErrorCodes.UNEXPECTED_ERROR);\r\n }\r\n Object.defineProperty(app.config.globalProperties, `$${method}`, desc);\r\n });\r\n}\n\n// register message compiler at vue-i18n\r\nregisterMessageCompiler(compileToFunction);\r\n// register message resolver at vue-i18n\r\nregisterMessageResolver(resolveValue);\r\n// register fallback locale at vue-i18n\r\nregisterLocaleFallbacker(fallbackWithLocaleChain);\r\n{\r\n initFeatureFlags();\r\n}\r\n// NOTE: experimental !!\r\nif ((process.env.NODE_ENV !== 'production') || __INTLIFY_PROD_DEVTOOLS__) {\r\n const target = getGlobalThis();\r\n target.__INTLIFY__ = true;\r\n setDevToolsHook(target.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);\r\n}\r\nif ((process.env.NODE_ENV !== 'production')) ;\n\nexport { DatetimeFormat, I18nInjectionKey, NumberFormat, Translation, VERSION, castToVueI18n, createI18n, useI18n, vTDirective };\n","export default {\n start_your_song: \"Start your song\",\n continue_your_song: \"Continue your song\",\n occasion: \"Occasion\",\n genre: \"Genre\",\n vibe: \"Vibe\",\n tempo: \"Tempo\",\n edit: \"Edit\",\n add: \"Add\",\n learn_more: \"Learn more\",\n buy_now_song: \"buy now\",\n get_started: \"Get started\"\n};\n","export default {\n errors: {\n sections_not_complete: \"Complete all sections above before proceeding.\",\n payment_failed: \"The payment failed. Please try again or use a different payment method\"\n },\n buttons: {\n continue_to: \"continue to\",\n complete_purchase: \"complete purchase\",\n },\n sections: {\n account: \"Account email\",\n otp_account: \"Contact information\",\n billing: \"Billing address\",\n shipping: \"Shipping address\",\n payments: \"Payment\",\n }\n};\n","export default {\n button: {\n lyrics: \"Lyrics\",\n song_details: \"Song Details\",\n },\n label: {\n basic_detail: \"The basic details\"\n },\n applauseArtistButton: {\n button: \"Love this song\"\n },\n applauseSlideModal: {\n header: \"Leave a Review\",\n subheader: \"Did you love this song? Let the world know! Select as many compliments as you like from the sections below, write your own – or both!\",\n button: {\n category: {\n lyrics: {\n title: \"Amazing lyrics\",\n compliments: {\n rich_storytelling: \"rich storytelling\",\n highly_detailed: \"highly detailed\",\n catchy_chorus: \"catchy chorus\",\n poetic: \"poetic\",\n touching: \"touching\",\n resonated_with_me: \"resonated with me\"\n },\n },\n voice: {\n title: \"Love the vocals\",\n compliments: {\n angelic: \"angelic\",\n soulful: \"soulful\",\n warm: \"warm\",\n enchanting: \"enchanting\",\n velvety: \"velvety\",\n sick_flow: \"sick flow\",\n heartfelt: \"heartfelt\",\n effortless: \"effortless\",\n captivating: \"captivating\",\n cool_grit: \"cool grit\",\n clear: \"clear\"\n },\n },\n feels: {\n title: \"Captivating Vibe\",\n compliments: {\n \"soul-stirring\": \"soul-stirring\",\n slaps: \"slaps\",\n powerful: \"powerful\",\n heartwarming: \"heartwarming\",\n intense: \"intense\",\n fierce: \"fierce\",\n touching: \"touching\",\n just_wow: \"just wow\",\n poignant: \"poignant\",\n raw: \"raw\",\n timeless: \"timeless\",\n moving: \"moving\",\n fire: \"fire\",\n },\n },\n sound: {\n title: \"Great Sound\",\n compliments: {\n dope_beat: \"dope beat\",\n infectious_melody: \"infectious melody\",\n \"radio-ready\": \"radio-ready\",\n great_style: \"great style\",\n catchy: \"catchy\",\n nailed_the_mood: \"nailed the mood\",\n great_energy: \"great energy\",\n hauntingly_beautiful: \"hauntingly beautiful\",\n }\n },\n delivery: {\n title: \"Vocal delivery\",\n compliments: {\n sick_flow: \"sick flow\",\n heartfelt: \"heartfelt\",\n effortless: \"effortless\",\n captivating: \"captivating\",\n cool_grit: \"cool grit\",\n clear: \"clear\",\n }\n },\n makes_feel: {\n title: \"Makes me feel\",\n compliments: {\n invigorated: \"Invigorated\",\n serene: \"Serene\",\n happy: \"Happy\",\n heartbroken: \"Heartbroken\",\n fired_up: \"Fired-up\",\n introspective: \"Introspective\",\n sentimental: \"Sentimental\",\n immersed: \"Immersed\",\n inspired: \"Inspired\",\n vulnerable: \"Vulnerable\",\n captivated: \"Captivated\"\n }\n }\n }\n },\n label: {\n comment: \"Tell {artist_name} More\",\n email: \"Email address\",\n name: \"Screen Name\",\n tooltipName: \"Will be shown next to your comment.\",\n tooltipEmail: \"Required for moderation.\"\n },\n\n input: {\n comment: {\n placeholder: \"Share any specific thoughts and details you enjoyed about the song (optional)\"\n },\n },\n form: {\n success: \"Your applause has been sent!\"\n },\n submitForm: \"Send\",\n closeSlide: \"Cancel\"\n },\n emailCapturePopup: {\n songPlayed: {\n header: \"Love this custom song?\",\n subheader: \"We’d love to help you create one of your own!\",\n button: {\n submit: \"Learn more\"\n }\n },\n freeSong: {\n header: \"Songfinch VIP Exclusive: Free Custom Song Bundle\",\n subheader: \"We've got a winner! Here's your chance to win a free original song bundled with streaming and your very own framed poster.\",\n button: {\n submit: \"Sign me up\"\n }\n }\n },\n topBarFreeSongContent: {\n details: \"win an original song and more\"\n },\n spotifyBanner: {\n purchased: {\n title: \"Listen on spotify\",\n sub_title: \"Listen & share anytime, anywhere\"\n },\n notPurchased: {\n title: \"Stream it on spotify\",\n sub_title: \"Share this song with the world\"\n }\n },\n tooltipLearn: {\n button_label: \"Got it\"\n },\n heardAbout: {\n mainSection: {\n submitMessage: \"Thanks so much for your feedback!\"\n },\n firstScreen: {\n header: \"How’d you hear about Songfinch?\",\n submitButton: \"Submit\"\n },\n secondscreen: {\n header: \"How’d you hear about Songfinch?\",\n subheader: \"Based on your previous selections, please answer the following.\",\n backButton: \"Back\",\n submitButton: \"Submit\"\n }\n },\n comments: {\n main: {\n title: \"Comments (%{count})\",\n button_more: \"Load More\",\n },\n single: {\n person: \"You\",\n edit_btn: \"Edit your comment\",\n delete_btn: \"Delete\",\n read_more_btn: \"Read More\",\n },\n edit_field: {\n title: \"Editing your response\",\n button: \"Cancel\",\n },\n sort: {\n title: \"Sort by\",\n asc: \"Newest to Oldest\",\n desc: \"Oldest to Newest\"\n }\n }\n};\n","export default {\n pronunciation: {\n bannerTitle: \"Say that again?\",\n bannerMessage: \"If you mentioned any people, places or things that might be tricky to pronounce, help out your artist by adding the pronunciation below\",\n },\n errors: {\n agMissingCard: \"Please personalize your card.\",\n agMissingKey: \"Missing AG ecard key. Please contact us at support@songfinch.com\"\n },\n buttons: {\n agResetButton: \"delete and start over\"\n },\n bsSongArtistsList: {\n buttons: {\n moreArtists: \"View more artists\",\n pickForMe: \"Pick for me! I can't decide\",\n changeArtist: \"change artist\"\n }\n }\n};\n","export default {\n song_examples: \"Song examples\",\n search_examples_placeholder: \"Search examples\",\n};\n","export default {\n artists: {\n artsts_btn: \"EXPLORE OUR ARTISTS\"\n }\n};\n","export default {\n instantProduct: {\n button: \"Complete your Instant Product\",\n magicLinkMissing: \"Your link to create a magic song will be ready soon\",\n songIsBeingEncoded: \"Your song is almost ready. Please refresh this page in a few seconds to start your slideshow.\"\n }\n};\n","export default {\n preview: {\n title: \"song history\",\n buttons: {\n generate: \"New song\",\n select: \"Pick this song\",\n },\n modal: {\n title: \"Song history\"\n }\n },\n loading: {\n firstLine: \"Generating song preview...\",\n secondLine: \"This could take up to 30 seconds\"\n },\n steps: {\n changeWarning: \"Changing answers will overwrite this song’s lyrics.\",\n notSelect: \"Please make a selection.\",\n pleaseSelectTwo: \"Oops! Please select two.\"\n },\n names: {\n title: \"Include their name\",\n button: \"Looks good\",\n skipButton: \"Skip and continue to song\",\n confirmName: {\n editSpelling: \"Edit spelling\",\n findPronunciationButton: \"Find pronunciation\"\n },\n findPronunciationModal: {\n button: \"This is how it sounds\",\n skipButton: \"None of these sound right\"\n },\n multyModal: {\n button: \"This is how it sounds\",\n skipButton: \"None of these sound right\"\n },\n findModal: {\n AddPronunciation: \"Add your pronunciation\",\n },\n sorryModal: {\n button: \"Sure!\",\n skipButton: \"Skip and continue to song\"\n },\n newPronunciationModal: {\n button: \"Submit\",\n skipButton: \"Skip and continue to song\"\n }\n },\n emailCaptureModal: {\n title: \"We’re mixing your song\",\n subtitle: \"Provide your email address to hear what our artists created for you. No quarters necessary!\",\n button: \"Preview your song options\",\n label: \"Email address\"\n },\n confirm: {\n pickLabel: \"Your pick\",\n button: \"Continue\",\n },\n slideshow: {\n button: \"Continue\",\n },\n addons: {\n pageTitle: \"Customize your song\",\n buttons: {\n continue_to_cart: \"Continue to cart\",\n add: \"add\"\n }\n },\n customerGreeting: {\n pageTitle: \"Record an intro\",\n buttons: {\n continue_to_cart: \"Continue\",\n skip: \"skip\"\n }\n }\n};\n","export default {\n remove_song_modal: {\n title: \"Are you sure?\",\n content: \"Deleting your song will lose your memories and story details about {recipient}. Are you sure?\",\n buttons: {\n cancel: \"Cancel\",\n remove: \"I want to delete my song\",\n new_artist: \"Find a new artist\"\n }\n }\n};\n","export default {\n extra_verses: {\n one_verse: \"One Verse\",\n extra_count: \"{count} Verses\",\n add_more: \"Add more extra verses\",\n clear: \"Clear selection\",\n extra_fee: \"Extra verse fee: {price}\",\n extra_fee_number: \"{count} extra verses ({price})\"\n }\n};\n","import shared from \"./shared\";\nimport checkout from \"./checkout\";\nimport story from \"./story\";\nimport songbuilder from \"./songbuilder\";\nimport playlists from \"./playlists\";\nimport home from \"./home\";\nimport orderHistory from \"./orderHistory\";\nimport instantBuilder from \"./instantBuilder\";\nimport cart from \"./cart\";\nimport preCart from \"./preCart\";\n\nexport default {\n shared,\n checkout,\n story,\n playlists,\n songbuilder,\n home,\n orderHistory,\n instantBuilder,\n cart,\n preCart\n};\n","import {createI18n} from \"vue-i18n\";\nimport en from \"./en\";\n\nexport default async () => {\n const locale = window.appSettings.locale;\n const messages = {en};\n\n if (locale && locale !== \"en\") {\n const module = await import(`./${locale}/index.js`);\n messages[locale] = module?.default;\n }\n\n return createI18n({\n legacy: false,\n locale,\n messages,\n fallbackLocale: \"en\", // Use english if other language lacks of translation\n });\n};\n","export default {\n created() {\n if (this.$options.pageLoaded) {\n this.$bus.on(\"pageLoaded\", this.$options.pageLoaded.bind(this));\n }\n }\n};\n","import app from \"@songfinch/customer/app.js\";\nimport \"./helpers/init_core\";\nimport {createPinia} from \"pinia\";\n\nimport router from \"./router\";\nimport store from \"./store\";\n\nimport \"./helpers/sentry\";\nimport \"./listeners/events\";\nimport \"./helpers/attentive\";\nimport \"./helpers/zendesk\";\n\nimport \"./helpers/check_version\";\nimport \"./helpers/axios_api_init\";\nimport \"./helpers/plugins_init\";\n//import \"./helpers/contest_init\";\nimport \"./helpers/global_vars\";\nimport \"./helpers/check_submission\";\nimport {initUUID} from \"@songfinch/utils/src/uuid\";\n\nimport loadLocales from \"./locales\";\n\nimport \"vue2-animate/dist/vue2-animate.min.css\";\n\nimport page_loaded from \"./mixins/page_loaded\";\napp.mixin(page_loaded);\n\n// We want it keep it here for pagespeed increase\nstore.commit(\"cms/initNavs\");\nstore.commit(\"cart/initCart\");\nstore.dispatch(\"cart/initAffiliate\");\nstore.commit(\"auth/setUser\", window.appSettings.user);\nstore.commit(\"auth/checkForReferralCode\");\n\nconst initVue = async () => {\n const el = document.body.appendChild(document.createElement(\"app\"));\n await initUUID();\n app.use(await loadLocales());\n app.use(router); //all async/awaits should be before router, otherwise modals routes won't showup on load\n app.use(store);\n app.use(createPinia());\n app.mount(el);\n};\n\ninitVue();\n"],"file":"main-21404bc0.js"}