mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-20 12:15:02 +00:00
frontend build
This commit is contained in:
Vendored
+2
File diff suppressed because one or more lines are too long
@@ -0,0 +1,30 @@
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <http://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
|
||||
/**
|
||||
* @licstart The following is the entire license notice for the
|
||||
* Javascript code in this page
|
||||
*
|
||||
* Copyright 2020 Mozilla Foundation
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
* @licend The above is the entire license notice for the
|
||||
* Javascript code in this page
|
||||
*/
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[4738],{6226:(t,e,n)=>{n.d(e,{Z:()=>r});const a={name:"CardNavigation",props:["pages"],computed:{routeName:function(){return this.$route.name}},data:function(){return{fixedNav:!1}},created:function(){var t=this;window.addEventListener("scroll",(function(){var e=document.getElementById("card-navigation");t.fixedNav=e.getBoundingClientRect().top<0}))}};const r=(0,n(1900).Z)(a,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"mb-7",staticStyle:{height:"62px"},attrs:{id:"card-navigation"}},[n("div",{class:{"fixed top-0 left-0 right-0 z-10 rounded-none bg-white bg-opacity-50 px-6 backdrop-blur-lg backdrop-filter dark:bg-dark-foreground":t.fixedNav}},[n("div",{staticClass:"overflow-x-auto whitespace-nowrap"},t._l(t.pages,(function(e,a){return n("router-link",{key:a,staticClass:"border-bottom-theme inline-block border-b-2 border-transparent px-4 py-5 text-sm font-bold",class:{"text-theme":t.routeName===e.route,"text-gray-600 dark:text-gray-100":t.routeName!==e.route},attrs:{to:{name:e.route},replace:""}},[t._v("\n "+t._s(e.title)+"\n ")])})),1)])])}),[],!1,null,null,null).exports},4677:(t,e,n)=>{n.r(e),n.d(e,{default:()=>r});const a={name:"AppSettings",components:{CardNavigation:n(6226).Z},data:function(){return{pages:[{title:this.$t("admin_settings.tabs.others"),route:"AppOthers"},{title:this.$t("login_and_registration"),route:"AppSignInUp"},{title:this.$t("appearance"),route:"AppAppearance"},{title:this.$t("Adsense"),route:"AppAdsense"},{title:this.$t("homepage"),route:"AppIndex"},{title:this.$t("environment"),route:"AppEnvironment"},{title:this.$t("server"),route:"AppServer"}]}},mounted:function(){"/admin/settings"===this.$route.path&&this.$router.push({name:"AppOthers"})}};const r=(0,n(1900).Z)(a,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("div",{staticClass:"card z-10 shadow-card",staticStyle:{"padding-bottom":"0","padding-top":"0"}},[n("CardNavigation",{staticClass:"-mx-1",attrs:{pages:t.pages}})],1),t._v(" "),n("router-view")],1)}),[],!1,null,null,null).exports}}]);
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[4738],{3037:(t,e,n)=>{n.d(e,{Z:()=>r});const a={name:"CardNavigation",props:["pages"],computed:{routeName:function(){return this.$route.name}},data:function(){return{fixedNav:!1}},created:function(){var t=this;window.addEventListener("scroll",(function(){var e=document.getElementById("card-navigation");t.fixedNav=e.getBoundingClientRect().top<0}))}};const r=(0,n(1900).Z)(a,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"mb-7",staticStyle:{height:"62px"},attrs:{id:"card-navigation"}},[e("div",{class:{"fixed top-0 left-0 right-0 z-10 rounded-none bg-white bg-opacity-50 px-6 backdrop-blur-lg backdrop-filter dark:bg-dark-foreground":t.fixedNav}},[e("div",{staticClass:"overflow-x-auto whitespace-nowrap"},t._l(t.pages,(function(n,a){return e("router-link",{key:a,staticClass:"border-bottom-theme inline-block border-b-2 border-transparent px-4 py-5 text-sm font-bold",class:{"text-theme":t.routeName===n.route,"text-gray-600 dark:text-gray-100":t.routeName!==n.route},attrs:{to:{name:n.route},replace:""}},[t._v("\n "+t._s(n.title)+"\n ")])})),1)])])}),[],!1,null,null,null).exports},8270:(t,e,n)=>{n.r(e),n.d(e,{default:()=>r});const a={name:"AppSettings",components:{CardNavigation:n(3037).Z},data:function(){return{pages:[{title:this.$t("admin_settings.tabs.others"),route:"AppOthers"},{title:this.$t("login_and_registration"),route:"AppSignInUp"},{title:this.$t("appearance"),route:"AppAppearance"},{title:this.$t("Adsense"),route:"AppAdsense"},{title:this.$t("homepage"),route:"AppIndex"},{title:this.$t("environment"),route:"AppEnvironment"},{title:this.$t("server"),route:"AppServer"}]}},mounted:function(){"/admin/settings"===this.$route.path&&this.$router.push({name:"AppOthers"})}};const r=(0,n(1900).Z)(a,(function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"card z-10 shadow-card",staticStyle:{"padding-bottom":"0","padding-top":"0"}},[e("CardNavigation",{staticClass:"-mx-1",attrs:{pages:t.pages}})],1),t._v(" "),e("router-view")],1)}),[],!1,null,null,null).exports}}]);
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[5867],{5713:(t,e,n)=>{n.d(e,{Z:()=>i});var r=n(3645),s=n.n(r)()((function(t){return t[1]}));s.push([t.id,".sync-alt[data-v-0c7f3326]{-webkit-animation:spin-data-v-0c7f3326 1s linear infinite;animation:spin-data-v-0c7f3326 1s linear infinite}@-webkit-keyframes spin-data-v-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin-data-v-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}",""]);const i=s},7776:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContent",props:["visible","name"],data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};const s=(0,n(1900).Z)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isVisible?n("div",{staticClass:"w-full max-w-xl text-center m-auto py-6"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},683:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContentWrapper"};const s=(0,n(1900).Z)(r,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("div",{staticClass:"flex px-2.5 md:px-6"},[t._t("default")],2)}),[],!1,null,null,null).exports},371:(t,e,n)=>{n.d(e,{Z:()=>c});var r=n(9101);const s={name:"AuthContent",props:["loading","icon","text"],components:{ChevronRightIcon:r.XCv,RefreshCwIcon:r.Iyk},data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};var i=n(3379),o=n.n(i),a=n(5713),l={insert:"head",singleton:!1};o()(a.Z,l);a.Z.locals;const c=(0,n(1900).Z)(s,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("button",{staticClass:"group mx-auto inline-block flex items-center whitespace-nowrap rounded-lg border-2 border-black px-7 py-2.5 dark:border-gray-300"},[n("span",{staticClass:"pr-1 text-lg font-extrabold"},[t._v("\n "+t._s(t.text)+"\n ")]),t._v(" "),t.loading?n("refresh-cw-icon",{staticClass:"vue-feather text-theme sync-alt -mr-1",attrs:{size:"20"}}):t._e(),t._v(" "),!t.loading&&t.icon?n("chevron-right-icon",{staticClass:"vue-feather text-theme -mr-1",attrs:{size:"20"}}):t._e()],1)}),[],!1,null,"0c7f3326",null).exports},5993:(t,e,n)=>{n.d(e,{Z:()=>a});function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const o={name:"Headline",props:["description","title"],computed:s(s({},(0,n(629).Se)(["config","isDarkMode"])),{},{logoSrc:function(){return this.isDarkMode&&this.config.app_logo?this.config.app_logo_dark:this.config.app_logo}})};const a=(0,n(1900).Z)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"mb-14"},[t._t("default"),t._v(" "),t.$slots.default?t._e():n("div",[t.config.app_logo?n("img",{staticClass:"mx-auto mb-6 h-16 md:h-20 mb-10",attrs:{src:t.$getImage(t.logoSrc),alt:t.config.app_name}}):t._e(),t._v(" "),t.config.app_logo?t._e():n("b",{staticClass:"mb-10 block text-xl font-bold"},[t._v("\n "+t._s(t.config.app_name)+"\n ")])]),t._v(" "),n("h1",{staticClass:"mb-0.5 text-3xl font-extrabold md:text-4xl"},[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),n("h2",{staticClass:"text-xl font-normal md:text-2xl"},[t._v("\n "+t._s(t.description)+"\n ")])],2)}),[],!1,null,null,null).exports},9493:(t,e,n)=>{n.r(e),n.d(e,{default:()=>l});var r=n(683),s=n(7776),i=n(371),o=n(5993);const a={name:"Demo",components:{AuthContentWrapper:r.Z,AuthContent:s.Z,AuthButton:i.Z,Headline:o.Z}};const l=(0,n(1900).Z)(a,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("AuthContentWrapper",{ref:"auth",staticClass:"h-screen"},[n("AuthContent",{attrs:{visible:!0}},[n("Headline",{attrs:{title:"You Are Nearly Here!",description:"Just click on the button below."}}),t._v(" "),n("a",{attrs:{href:t.$store.getters.config.host+"/sign-in",target:"_blank"}},[n("AuthButton",{staticClass:"mb-12 w-full justify-center md:w-min",attrs:{icon:"chevron-right",text:"Visit Demo"}})],1)],1)],1)}),[],!1,null,null,null).exports}}]);
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[5867],{5408:(t,e,n)=>{n.d(e,{Z:()=>i});var r=n(3645),s=n.n(r)()((function(t){return t[1]}));s.push([t.id,".sync-alt[data-v-0c7f3326]{-webkit-animation:spin-0c7f3326 1s linear infinite;animation:spin-0c7f3326 1s linear infinite}@-webkit-keyframes spin-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}",""]);const i=s},309:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContent",props:["visible","name"],data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};const s=(0,n(1900).Z)(r,(function(){var t=this,e=t._self._c;return t.isVisible?e("div",{staticClass:"w-full max-w-xl text-center m-auto py-6"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},8901:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContentWrapper"};const s=(0,n(1900).Z)(r,(function(){return(0,this._self._c)("div",{staticClass:"flex px-2.5 md:px-6"},[this._t("default")],2)}),[],!1,null,null,null).exports},3627:(t,e,n)=>{n.d(e,{Z:()=>c});var r=n(9101);const s={name:"AuthContent",props:["loading","icon","text"],components:{ChevronRightIcon:r.XCv,RefreshCwIcon:r.Iyk},data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};var i=n(3379),o=n.n(i),a=n(5408),l={insert:"head",singleton:!1};o()(a.Z,l);a.Z.locals;const c=(0,n(1900).Z)(s,(function(){var t=this,e=t._self._c;return e("button",{staticClass:"group mx-auto inline-block flex items-center whitespace-nowrap rounded-lg border-2 border-black px-7 py-2.5 dark:border-gray-300"},[e("span",{staticClass:"pr-1 text-lg font-extrabold"},[t._v("\n "+t._s(t.text)+"\n ")]),t._v(" "),t.loading?e("refresh-cw-icon",{staticClass:"vue-feather text-theme sync-alt -mr-1",attrs:{size:"20"}}):t._e(),t._v(" "),!t.loading&&t.icon?e("chevron-right-icon",{staticClass:"vue-feather text-theme -mr-1",attrs:{size:"20"}}):t._e()],1)}),[],!1,null,"0c7f3326",null).exports},1191:(t,e,n)=>{n.d(e,{Z:()=>a});function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const o={name:"Headline",props:["description","title"],computed:s(s({},(0,n(629).Se)(["config","isDarkMode"])),{},{logoSrc:function(){return this.isDarkMode&&this.config.app_logo?this.config.app_logo_dark:this.config.app_logo}})};const a=(0,n(1900).Z)(o,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"mb-14"},[t._t("default"),t._v(" "),t.$slots.default?t._e():e("div",[t.config.app_logo?e("img",{staticClass:"mx-auto mb-6 h-16 md:h-20 mb-10",attrs:{src:t.$getImage(t.logoSrc),alt:t.config.app_name}}):t._e(),t._v(" "),t.config.app_logo?t._e():e("b",{staticClass:"mb-10 block text-xl font-bold"},[t._v("\n "+t._s(t.config.app_name)+"\n ")])]),t._v(" "),e("h1",{staticClass:"mb-0.5 text-3xl font-extrabold md:text-4xl"},[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),e("h2",{staticClass:"text-xl font-normal md:text-2xl"},[t._v("\n "+t._s(t.description)+"\n ")])],2)}),[],!1,null,null,null).exports},7026:(t,e,n)=>{n.r(e),n.d(e,{default:()=>l});var r=n(8901),s=n(309),i=n(3627),o=n(1191);const a={name:"Demo",components:{AuthContentWrapper:r.Z,AuthContent:s.Z,AuthButton:i.Z,Headline:o.Z}};const l=(0,n(1900).Z)(a,(function(){var t=this,e=t._self._c;return e("AuthContentWrapper",{ref:"auth",staticClass:"h-screen"},[e("AuthContent",{attrs:{visible:!0}},[e("Headline",{attrs:{title:"You Are Nearly Here!",description:"Just click on the button below."}}),t._v(" "),e("a",{attrs:{href:"".concat(t.$store.getters.config.host,"/sign-in"),target:"_blank"}},[e("AuthButton",{staticClass:"mb-12 w-full justify-center md:w-min",attrs:{icon:"chevron-right",text:"Visit Demo"}})],1)],1)],1)}),[],!1,null,null,null).exports}}]);
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[7980],{6226:(t,e,a)=>{a.d(e,{Z:()=>r});const n={name:"CardNavigation",props:["pages"],computed:{routeName:function(){return this.$route.name}},data:function(){return{fixedNav:!1}},created:function(){var t=this;window.addEventListener("scroll",(function(){var e=document.getElementById("card-navigation");t.fixedNav=e.getBoundingClientRect().top<0}))}};const r=(0,a(1900).Z)(n,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"mb-7",staticStyle:{height:"62px"},attrs:{id:"card-navigation"}},[a("div",{class:{"fixed top-0 left-0 right-0 z-10 rounded-none bg-white bg-opacity-50 px-6 backdrop-blur-lg backdrop-filter dark:bg-dark-foreground":t.fixedNav}},[a("div",{staticClass:"overflow-x-auto whitespace-nowrap"},t._l(t.pages,(function(e,n){return a("router-link",{key:n,staticClass:"border-bottom-theme inline-block border-b-2 border-transparent px-4 py-5 text-sm font-bold",class:{"text-theme":t.routeName===e.route,"text-gray-600 dark:text-gray-100":t.routeName!==e.route},attrs:{to:{name:e.route},replace:""}},[t._v("\n "+t._s(e.title)+"\n ")])})),1)])])}),[],!1,null,null,null).exports},4157:(t,e,a)=>{a.r(e),a.d(e,{default:()=>r});const n={name:"PaymentSettings",components:{CardNavigation:a(6226).Z},data:function(){return{pages:[{title:this.$t("payments"),route:"AppPayments"},{title:this.$t("billings"),route:"AppBillings"}]}},mounted:function(){this.$router.replace({name:"AppPayments"})}};const r=(0,a(1900).Z)(n,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("div",{staticClass:"card z-10 shadow-card",staticStyle:{"padding-bottom":"0","padding-top":"0"}},[a("CardNavigation",{staticClass:"-mx-1",attrs:{pages:t.pages}})],1),t._v(" "),a("router-view")],1)}),[],!1,null,null,null).exports}}]);
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[7980],{3037:(t,e,a)=>{a.d(e,{Z:()=>r});const n={name:"CardNavigation",props:["pages"],computed:{routeName:function(){return this.$route.name}},data:function(){return{fixedNav:!1}},created:function(){var t=this;window.addEventListener("scroll",(function(){var e=document.getElementById("card-navigation");t.fixedNav=e.getBoundingClientRect().top<0}))}};const r=(0,a(1900).Z)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"mb-7",staticStyle:{height:"62px"},attrs:{id:"card-navigation"}},[e("div",{class:{"fixed top-0 left-0 right-0 z-10 rounded-none bg-white bg-opacity-50 px-6 backdrop-blur-lg backdrop-filter dark:bg-dark-foreground":t.fixedNav}},[e("div",{staticClass:"overflow-x-auto whitespace-nowrap"},t._l(t.pages,(function(a,n){return e("router-link",{key:n,staticClass:"border-bottom-theme inline-block border-b-2 border-transparent px-4 py-5 text-sm font-bold",class:{"text-theme":t.routeName===a.route,"text-gray-600 dark:text-gray-100":t.routeName!==a.route},attrs:{to:{name:a.route},replace:""}},[t._v("\n "+t._s(a.title)+"\n ")])})),1)])])}),[],!1,null,null,null).exports},9955:(t,e,a)=>{a.r(e),a.d(e,{default:()=>r});const n={name:"PaymentSettings",components:{CardNavigation:a(3037).Z},data:function(){return{pages:[{title:this.$t("payments"),route:"AppPayments"},{title:this.$t("billings"),route:"AppBillings"}]}},mounted:function(){this.$router.replace({name:"AppPayments"})}};const r=(0,a(1900).Z)(n,(function(){var t=this,e=t._self._c;return e("div",[e("div",{staticClass:"card z-10 shadow-card",staticStyle:{"padding-bottom":"0","padding-top":"0"}},[e("CardNavigation",{staticClass:"-mx-1",attrs:{pages:t.pages}})],1),t._v(" "),e("router-view")],1)}),[],!1,null,null,null).exports}}]);
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[8355],{6226:(t,e,a)=>{a.d(e,{Z:()=>r});const n={name:"CardNavigation",props:["pages"],computed:{routeName:function(){return this.$route.name}},data:function(){return{fixedNav:!1}},created:function(){var t=this;window.addEventListener("scroll",(function(){var e=document.getElementById("card-navigation");t.fixedNav=e.getBoundingClientRect().top<0}))}};const r=(0,a(1900).Z)(n,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"mb-7",staticStyle:{height:"62px"},attrs:{id:"card-navigation"}},[a("div",{class:{"fixed top-0 left-0 right-0 z-10 rounded-none bg-white bg-opacity-50 px-6 backdrop-blur-lg backdrop-filter dark:bg-dark-foreground":t.fixedNav}},[a("div",{staticClass:"overflow-x-auto whitespace-nowrap"},t._l(t.pages,(function(e,n){return a("router-link",{key:n,staticClass:"border-bottom-theme inline-block border-b-2 border-transparent px-4 py-5 text-sm font-bold",class:{"text-theme":t.routeName===e.route,"text-gray-600 dark:text-gray-100":t.routeName!==e.route},attrs:{to:{name:e.route},replace:""}},[t._v("\n "+t._s(e.title)+"\n ")])})),1)])])}),[],!1,null,null,null).exports},7778:(t,e,a)=>{a.r(e),a.d(e,{default:()=>l});var n=a(6226),r=a(8524),i=a(9669),s=a.n(i);const o={name:"FixedPlan",components:{CardNavigation:n.Z,Spinner:r.Z},data:function(){return{isLoading:!0,plan:void 0,pages:[{title:this.$t("settings"),route:"PlanFixedSettings"},{title:this.$t("subscribers"),route:"PlanFixedSubscribers"},{title:this.$t("delete_plan"),route:"PlanFixedDelete"}]}},created:function(){var t=this;s().get("/api/subscriptions/admin/plans/"+this.$route.params.id).then((function(e){t.plan=e.data.data})).finally((function(){t.isLoading=!1}))}};const l=(0,a(1900).Z)(o,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t.plan?a("div",{staticClass:"card sticky top-0 z-10 shadow-card",staticStyle:{"padding-bottom":"0"}},[a("div",{staticClass:"mb-2"},[a("h1",{staticClass:"text-lg font-bold sm:text-xl"},[t._v("\n "+t._s(t.plan.attributes.name)+"\n ")]),t._v(" "),a("small",{staticClass:"text-xs font-bold dark:text-gray-500 text-gray-500 sm:text-sm"},[t._v("\n "+t._s(t.plan.attributes.price)+" /\n "+t._s(t.$t("interval."+t.plan.attributes.interval))+"\n ")])]),t._v(" "),a("CardNavigation",{staticClass:"-mx-1.5",attrs:{pages:t.pages}})],1):t._e(),t._v(" "),t.isLoading?t._e():a("router-view",{attrs:{plan:t.plan}}),t._v(" "),t.isLoading?a("div",{attrs:{id:"loader"}},[a("Spinner")],1):t._e()],1)}),[],!1,null,null,null).exports},2441:(t,e,a)=>{a.r(e),a.d(e,{default:()=>p});var n=a(6226),r=a(8524),i=a(9669),s=a.n(i),o=a(629);function l(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function c(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?l(Object(a),!0).forEach((function(e){d(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function d(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}const u={name:"MeteredPlan",components:{CardNavigation:n.Z,Spinner:r.Z},computed:c(c({},(0,o.Se)(["config"])),{},{pages:function(){var t=[{title:this.$t("settings"),route:"PlanMeteredSettings"},{title:this.$t("subscribers"),route:"PlanMeteredSubscribers"}];return this.plan&&"active"===this.plan.attributes.status&&t.push({title:this.$t("delete_plan"),route:"PlanMeteredDelete"}),t}}),data:function(){return{isLoading:!0,plan:void 0}},created:function(){var t=this;s().get("/api/subscriptions/admin/plans/"+this.$route.params.id).then((function(e){t.plan=e.data.data})).finally((function(){t.isLoading=!1}))}};const p=(0,a(1900).Z)(u,(function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t.plan?a("div",{staticClass:"card sticky top-0 z-10 shadow-card",staticStyle:{"padding-bottom":"0"}},[a("div",{staticClass:"mb-2"},[a("h1",{staticClass:"text-lg font-bold sm:text-xl"},[t._v("\n "+t._s(t.plan.attributes.name)+"\n ")]),t._v(" "),a("small",{staticClass:"text-xs font-bold dark:text-gray-500 text-gray-500 sm:text-sm"},[t._v("\n "+t._s(t.$t("x_days_intervals"))+"\n ")])]),t._v(" "),a("CardNavigation",{staticClass:"-mx-1",attrs:{pages:t.pages}})],1):t._e(),t._v(" "),t.isLoading?t._e():a("router-view",{attrs:{plan:t.plan}}),t._v(" "),t.isLoading?a("div",{attrs:{id:"loader"}},[a("Spinner")],1):t._e()],1)}),[],!1,null,null,null).exports}}]);
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[8355],{3037:(t,e,a)=>{a.d(e,{Z:()=>r});const n={name:"CardNavigation",props:["pages"],computed:{routeName:function(){return this.$route.name}},data:function(){return{fixedNav:!1}},created:function(){var t=this;window.addEventListener("scroll",(function(){var e=document.getElementById("card-navigation");t.fixedNav=e.getBoundingClientRect().top<0}))}};const r=(0,a(1900).Z)(n,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"mb-7",staticStyle:{height:"62px"},attrs:{id:"card-navigation"}},[e("div",{class:{"fixed top-0 left-0 right-0 z-10 rounded-none bg-white bg-opacity-50 px-6 backdrop-blur-lg backdrop-filter dark:bg-dark-foreground":t.fixedNav}},[e("div",{staticClass:"overflow-x-auto whitespace-nowrap"},t._l(t.pages,(function(a,n){return e("router-link",{key:n,staticClass:"border-bottom-theme inline-block border-b-2 border-transparent px-4 py-5 text-sm font-bold",class:{"text-theme":t.routeName===a.route,"text-gray-600 dark:text-gray-100":t.routeName!==a.route},attrs:{to:{name:a.route},replace:""}},[t._v("\n "+t._s(a.title)+"\n ")])})),1)])])}),[],!1,null,null,null).exports},4857:(t,e,a)=>{a.r(e),a.d(e,{default:()=>l});var n=a(3037),r=a(3592),i=a(9669),s=a.n(i);const o={name:"FixedPlan",components:{CardNavigation:n.Z,Spinner:r.Z},data:function(){return{isLoading:!0,plan:void 0,pages:[{title:this.$t("settings"),route:"PlanFixedSettings"},{title:this.$t("subscribers"),route:"PlanFixedSubscribers"},{title:this.$t("delete_plan"),route:"PlanFixedDelete"}]}},created:function(){var t=this;s().get("/api/subscriptions/admin/plans/"+this.$route.params.id).then((function(e){t.plan=e.data.data})).finally((function(){t.isLoading=!1}))}};const l=(0,a(1900).Z)(o,(function(){var t=this,e=t._self._c;return e("div",[t.plan?e("div",{staticClass:"card sticky top-0 z-10 shadow-card",staticStyle:{"padding-bottom":"0"}},[e("div",{staticClass:"mb-2"},[e("h1",{staticClass:"text-lg font-bold sm:text-xl"},[t._v("\n "+t._s(t.plan.attributes.name)+"\n ")]),t._v(" "),e("small",{staticClass:"text-xs font-bold dark:text-gray-500 text-gray-500 sm:text-sm"},[t._v("\n "+t._s(t.plan.attributes.price)+" /\n "+t._s(t.$t("interval.".concat(t.plan.attributes.interval)))+"\n ")])]),t._v(" "),e("CardNavigation",{staticClass:"-mx-1.5",attrs:{pages:t.pages}})],1):t._e(),t._v(" "),t.isLoading?t._e():e("router-view",{attrs:{plan:t.plan}}),t._v(" "),t.isLoading?e("div",{attrs:{id:"loader"}},[e("Spinner")],1):t._e()],1)}),[],!1,null,null,null).exports},9250:(t,e,a)=>{a.r(e),a.d(e,{default:()=>p});var n=a(3037),r=a(3592),i=a(9669),s=a.n(i),o=a(629);function l(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,n)}return a}function c(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?l(Object(a),!0).forEach((function(e){d(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):l(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}function d(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}const u={name:"MeteredPlan",components:{CardNavigation:n.Z,Spinner:r.Z},computed:c(c({},(0,o.Se)(["config"])),{},{pages:function(){var t=[{title:this.$t("settings"),route:"PlanMeteredSettings"},{title:this.$t("subscribers"),route:"PlanMeteredSubscribers"}];return this.plan&&"active"===this.plan.attributes.status&&t.push({title:this.$t("delete_plan"),route:"PlanMeteredDelete"}),t}}),data:function(){return{isLoading:!0,plan:void 0}},created:function(){var t=this;s().get("/api/subscriptions/admin/plans/"+this.$route.params.id).then((function(e){t.plan=e.data.data})).finally((function(){t.isLoading=!1}))}};const p=(0,a(1900).Z)(u,(function(){var t=this,e=t._self._c;return e("div",[t.plan?e("div",{staticClass:"card sticky top-0 z-10 shadow-card",staticStyle:{"padding-bottom":"0"}},[e("div",{staticClass:"mb-2"},[e("h1",{staticClass:"text-lg font-bold sm:text-xl"},[t._v("\n "+t._s(t.plan.attributes.name)+"\n ")]),t._v(" "),e("small",{staticClass:"text-xs font-bold dark:text-gray-500 text-gray-500 sm:text-sm"},[t._v("\n "+t._s(t.$t("x_days_intervals"))+"\n ")])]),t._v(" "),e("CardNavigation",{staticClass:"-mx-1",attrs:{pages:t.pages}})],1):t._e(),t._v(" "),t.isLoading?t._e():e("router-view",{attrs:{plan:t.plan}}),t._v(" "),t.isLoading?e("div",{attrs:{id:"loader"}},[e("Spinner")],1):t._e()],1)}),[],!1,null,null,null).exports}}]);
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
@@ -1 +1 @@
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[7866],{8335:(t,n,e)=>{e.r(n),e.d(n,{default:()=>u});const s={name:"SetupWizard",mounted:function(){var t=this.$root.$data.config.installation;t&&"installation-done"===t&&this.$router.push({name:"SignIn"})}};const u=(0,e(1900).Z)(s,(function(){var t=this.$createElement;return(this._self._c||t)("router-view")}),[],!1,null,null,null).exports}}]);
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[7866],{3022:(n,t,e)=>{e.r(t),e.d(t,{default:()=>s});const u={name:"SetupWizard",mounted:function(){var n=this.$root.$data.config.installation;n&&"installation-done"===n&&this.$router.push({name:"SignIn"})}};const s=(0,e(1900).Z)(u,(function(){return(0,this._self._c)("router-view")}),[],!1,null,null,null).exports}}]);
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[6900],{5713:(t,e,n)=>{n.d(e,{Z:()=>a});var s=n(3645),r=n.n(s)()((function(t){return t[1]}));r.push([t.id,".sync-alt[data-v-0c7f3326]{-webkit-animation:spin-data-v-0c7f3326 1s linear infinite;animation:spin-data-v-0c7f3326 1s linear infinite}@-webkit-keyframes spin-data-v-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin-data-v-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}",""]);const a=r},7776:(t,e,n)=>{n.d(e,{Z:()=>r});const s={name:"AuthContent",props:["visible","name"],data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};const r=(0,n(1900).Z)(s,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isVisible?n("div",{staticClass:"w-full max-w-xl text-center m-auto py-6"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},683:(t,e,n)=>{n.d(e,{Z:()=>r});const s={name:"AuthContentWrapper"};const r=(0,n(1900).Z)(s,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("div",{staticClass:"flex px-2.5 md:px-6"},[t._t("default")],2)}),[],!1,null,null,null).exports},371:(t,e,n)=>{n.d(e,{Z:()=>c});var s=n(9101);const r={name:"AuthContent",props:["loading","icon","text"],components:{ChevronRightIcon:s.XCv,RefreshCwIcon:s.Iyk},data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};var a=n(3379),i=n.n(a),o=n(5713),l={insert:"head",singleton:!1};i()(o.Z,l);o.Z.locals;const c=(0,n(1900).Z)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("button",{staticClass:"group mx-auto inline-block flex items-center whitespace-nowrap rounded-lg border-2 border-black px-7 py-2.5 dark:border-gray-300"},[n("span",{staticClass:"pr-1 text-lg font-extrabold"},[t._v("\n "+t._s(t.text)+"\n ")]),t._v(" "),t.loading?n("refresh-cw-icon",{staticClass:"vue-feather text-theme sync-alt -mr-1",attrs:{size:"20"}}):t._e(),t._v(" "),!t.loading&&t.icon?n("chevron-right-icon",{staticClass:"vue-feather text-theme -mr-1",attrs:{size:"20"}}):t._e()],1)}),[],!1,null,"0c7f3326",null).exports},5993:(t,e,n)=>{n.d(e,{Z:()=>o});function s(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,s)}return n}function r(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?s(Object(n),!0).forEach((function(e){a(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const i={name:"Headline",props:["description","title"],computed:r(r({},(0,n(629).Se)(["config","isDarkMode"])),{},{logoSrc:function(){return this.isDarkMode&&this.config.app_logo?this.config.app_logo_dark:this.config.app_logo}})};const o=(0,n(1900).Z)(i,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"mb-14"},[t._t("default"),t._v(" "),t.$slots.default?t._e():n("div",[t.config.app_logo?n("img",{staticClass:"mx-auto mb-6 h-16 md:h-20 mb-10",attrs:{src:t.$getImage(t.logoSrc),alt:t.config.app_name}}):t._e(),t._v(" "),t.config.app_logo?t._e():n("b",{staticClass:"mb-10 block text-xl font-bold"},[t._v("\n "+t._s(t.config.app_name)+"\n ")])]),t._v(" "),n("h1",{staticClass:"mb-0.5 text-3xl font-extrabold md:text-4xl"},[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),n("h2",{staticClass:"text-xl font-normal md:text-2xl"},[t._v("\n "+t._s(t.description)+"\n ")])],2)}),[],!1,null,null,null).exports},8332:(t,e,n)=>{n.r(e),n.d(e,{default:()=>l});var s=n(683),r=n(7776),a=n(371),i=n(5993);const o={name:"SuccessfullySendEmail",components:{AuthContentWrapper:s.Z,AuthContent:r.Z,AuthButton:a.Z,Headline:i.Z}};const l=(0,n(1900).Z)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("AuthContentWrapper",{staticClass:"h-screen"},[n("AuthContent",{attrs:{visible:!0}},[n("Headline",{attrs:{title:t.$t("page_email_successfully_send.title"),description:t.$t("page_email_successfully_send.subtitle")}}),t._v(" "),n("span",{staticClass:"block"},[n("router-link",{staticClass:"text-theme font-bold",attrs:{to:{name:"Homepage"}}},[t._v("\n "+t._s(t.$t("go_home"))+"\n ")])],1)],1)],1)}),[],!1,null,null,null).exports}}]);
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[6900],{5408:(t,e,n)=>{n.d(e,{Z:()=>i});var s=n(3645),r=n.n(s)()((function(t){return t[1]}));r.push([t.id,".sync-alt[data-v-0c7f3326]{-webkit-animation:spin-0c7f3326 1s linear infinite;animation:spin-0c7f3326 1s linear infinite}@-webkit-keyframes spin-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}",""]);const i=r},309:(t,e,n)=>{n.d(e,{Z:()=>r});const s={name:"AuthContent",props:["visible","name"],data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};const r=(0,n(1900).Z)(s,(function(){var t=this,e=t._self._c;return t.isVisible?e("div",{staticClass:"w-full max-w-xl text-center m-auto py-6"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},8901:(t,e,n)=>{n.d(e,{Z:()=>r});const s={name:"AuthContentWrapper"};const r=(0,n(1900).Z)(s,(function(){return(0,this._self._c)("div",{staticClass:"flex px-2.5 md:px-6"},[this._t("default")],2)}),[],!1,null,null,null).exports},3627:(t,e,n)=>{n.d(e,{Z:()=>c});var s=n(9101);const r={name:"AuthContent",props:["loading","icon","text"],components:{ChevronRightIcon:s.XCv,RefreshCwIcon:s.Iyk},data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};var i=n(3379),o=n.n(i),a=n(5408),l={insert:"head",singleton:!1};o()(a.Z,l);a.Z.locals;const c=(0,n(1900).Z)(r,(function(){var t=this,e=t._self._c;return e("button",{staticClass:"group mx-auto inline-block flex items-center whitespace-nowrap rounded-lg border-2 border-black px-7 py-2.5 dark:border-gray-300"},[e("span",{staticClass:"pr-1 text-lg font-extrabold"},[t._v("\n "+t._s(t.text)+"\n ")]),t._v(" "),t.loading?e("refresh-cw-icon",{staticClass:"vue-feather text-theme sync-alt -mr-1",attrs:{size:"20"}}):t._e(),t._v(" "),!t.loading&&t.icon?e("chevron-right-icon",{staticClass:"vue-feather text-theme -mr-1",attrs:{size:"20"}}):t._e()],1)}),[],!1,null,"0c7f3326",null).exports},1191:(t,e,n)=>{n.d(e,{Z:()=>a});function s(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,s)}return n}function r(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?s(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const o={name:"Headline",props:["description","title"],computed:r(r({},(0,n(629).Se)(["config","isDarkMode"])),{},{logoSrc:function(){return this.isDarkMode&&this.config.app_logo?this.config.app_logo_dark:this.config.app_logo}})};const a=(0,n(1900).Z)(o,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"mb-14"},[t._t("default"),t._v(" "),t.$slots.default?t._e():e("div",[t.config.app_logo?e("img",{staticClass:"mx-auto mb-6 h-16 md:h-20 mb-10",attrs:{src:t.$getImage(t.logoSrc),alt:t.config.app_name}}):t._e(),t._v(" "),t.config.app_logo?t._e():e("b",{staticClass:"mb-10 block text-xl font-bold"},[t._v("\n "+t._s(t.config.app_name)+"\n ")])]),t._v(" "),e("h1",{staticClass:"mb-0.5 text-3xl font-extrabold md:text-4xl"},[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),e("h2",{staticClass:"text-xl font-normal md:text-2xl"},[t._v("\n "+t._s(t.description)+"\n ")])],2)}),[],!1,null,null,null).exports},5486:(t,e,n)=>{n.r(e),n.d(e,{default:()=>l});var s=n(8901),r=n(309),i=n(3627),o=n(1191);const a={name:"SuccessfullySendEmail",components:{AuthContentWrapper:s.Z,AuthContent:r.Z,AuthButton:i.Z,Headline:o.Z}};const l=(0,n(1900).Z)(a,(function(){var t=this,e=t._self._c;return e("AuthContentWrapper",{staticClass:"h-screen"},[e("AuthContent",{attrs:{visible:!0}},[e("Headline",{attrs:{title:t.$t("page_email_successfully_send.title"),description:t.$t("page_email_successfully_send.subtitle")}}),t._v(" "),e("span",{staticClass:"block"},[e("router-link",{staticClass:"text-theme font-bold",attrs:{to:{name:"Homepage"}}},[t._v("\n "+t._s(t.$t("go_home"))+"\n ")])],1)],1)],1)}),[],!1,null,null,null).exports}}]);
|
||||
+1
-1
@@ -1 +1 @@
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[8283],{5713:(t,e,n)=>{n.d(e,{Z:()=>i});var r=n(3645),s=n.n(r)()((function(t){return t[1]}));s.push([t.id,".sync-alt[data-v-0c7f3326]{-webkit-animation:spin-data-v-0c7f3326 1s linear infinite;animation:spin-data-v-0c7f3326 1s linear infinite}@-webkit-keyframes spin-data-v-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin-data-v-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}",""]);const i=s},7776:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContent",props:["visible","name"],data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};const s=(0,n(1900).Z)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isVisible?n("div",{staticClass:"w-full max-w-xl text-center m-auto py-6"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},683:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContentWrapper"};const s=(0,n(1900).Z)(r,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("div",{staticClass:"flex px-2.5 md:px-6"},[t._t("default")],2)}),[],!1,null,null,null).exports},371:(t,e,n)=>{n.d(e,{Z:()=>c});var r=n(9101);const s={name:"AuthContent",props:["loading","icon","text"],components:{ChevronRightIcon:r.XCv,RefreshCwIcon:r.Iyk},data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};var i=n(3379),a=n.n(i),o=n(5713),l={insert:"head",singleton:!1};a()(o.Z,l);o.Z.locals;const c=(0,n(1900).Z)(s,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("button",{staticClass:"group mx-auto inline-block flex items-center whitespace-nowrap rounded-lg border-2 border-black px-7 py-2.5 dark:border-gray-300"},[n("span",{staticClass:"pr-1 text-lg font-extrabold"},[t._v("\n "+t._s(t.text)+"\n ")]),t._v(" "),t.loading?n("refresh-cw-icon",{staticClass:"vue-feather text-theme sync-alt -mr-1",attrs:{size:"20"}}):t._e(),t._v(" "),!t.loading&&t.icon?n("chevron-right-icon",{staticClass:"vue-feather text-theme -mr-1",attrs:{size:"20"}}):t._e()],1)}),[],!1,null,"0c7f3326",null).exports},5993:(t,e,n)=>{n.d(e,{Z:()=>o});function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const a={name:"Headline",props:["description","title"],computed:s(s({},(0,n(629).Se)(["config","isDarkMode"])),{},{logoSrc:function(){return this.isDarkMode&&this.config.app_logo?this.config.app_logo_dark:this.config.app_logo}})};const o=(0,n(1900).Z)(a,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"mb-14"},[t._t("default"),t._v(" "),t.$slots.default?t._e():n("div",[t.config.app_logo?n("img",{staticClass:"mx-auto mb-6 h-16 md:h-20 mb-10",attrs:{src:t.$getImage(t.logoSrc),alt:t.config.app_name}}):t._e(),t._v(" "),t.config.app_logo?t._e():n("b",{staticClass:"mb-10 block text-xl font-bold"},[t._v("\n "+t._s(t.config.app_name)+"\n ")])]),t._v(" "),n("h1",{staticClass:"mb-0.5 text-3xl font-extrabold md:text-4xl"},[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),n("h2",{staticClass:"text-xl font-normal md:text-2xl"},[t._v("\n "+t._s(t.description)+"\n ")])],2)}),[],!1,null,null,null).exports},2883:(t,e,n)=>{n.r(e),n.d(e,{default:()=>l});var r=n(683),s=n(7776),i=n(371),a=n(5993);const o={name:"SuccessfullyEmailVerified",components:{AuthContentWrapper:r.Z,AuthContent:s.Z,AuthButton:i.Z,Headline:a.Z}};const l=(0,n(1900).Z)(o,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("AuthContentWrapper",{staticClass:"h-screen"},[n("AuthContent",{attrs:{visible:!0}},[n("Headline",{attrs:{title:t.$t("page_email_successfully_verified.title"),description:t.$t("page_email_successfully_verified.subtitle")}}),t._v(" "),n("router-link",{attrs:{to:{name:"SignIn"}}},[n("AuthButton",{attrs:{icon:"chevron-right",text:t.$t("log_in")}})],1)],1)],1)}),[],!1,null,null,null).exports}}]);
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[8283],{5408:(t,e,n)=>{n.d(e,{Z:()=>i});var r=n(3645),s=n.n(r)()((function(t){return t[1]}));s.push([t.id,".sync-alt[data-v-0c7f3326]{-webkit-animation:spin-0c7f3326 1s linear infinite;animation:spin-0c7f3326 1s linear infinite}@-webkit-keyframes spin-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin-0c7f3326{0%{transform:rotate(0)}to{transform:rotate(1turn)}}",""]);const i=s},309:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContent",props:["visible","name"],data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};const s=(0,n(1900).Z)(r,(function(){var t=this,e=t._self._c;return t.isVisible?e("div",{staticClass:"w-full max-w-xl text-center m-auto py-6"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},8901:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContentWrapper"};const s=(0,n(1900).Z)(r,(function(){return(0,this._self._c)("div",{staticClass:"flex px-2.5 md:px-6"},[this._t("default")],2)}),[],!1,null,null,null).exports},3627:(t,e,n)=>{n.d(e,{Z:()=>c});var r=n(9101);const s={name:"AuthContent",props:["loading","icon","text"],components:{ChevronRightIcon:r.XCv,RefreshCwIcon:r.Iyk},data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};var i=n(3379),o=n.n(i),a=n(5408),l={insert:"head",singleton:!1};o()(a.Z,l);a.Z.locals;const c=(0,n(1900).Z)(s,(function(){var t=this,e=t._self._c;return e("button",{staticClass:"group mx-auto inline-block flex items-center whitespace-nowrap rounded-lg border-2 border-black px-7 py-2.5 dark:border-gray-300"},[e("span",{staticClass:"pr-1 text-lg font-extrabold"},[t._v("\n "+t._s(t.text)+"\n ")]),t._v(" "),t.loading?e("refresh-cw-icon",{staticClass:"vue-feather text-theme sync-alt -mr-1",attrs:{size:"20"}}):t._e(),t._v(" "),!t.loading&&t.icon?e("chevron-right-icon",{staticClass:"vue-feather text-theme -mr-1",attrs:{size:"20"}}):t._e()],1)}),[],!1,null,"0c7f3326",null).exports},1191:(t,e,n)=>{n.d(e,{Z:()=>a});function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){i(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function i(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const o={name:"Headline",props:["description","title"],computed:s(s({},(0,n(629).Se)(["config","isDarkMode"])),{},{logoSrc:function(){return this.isDarkMode&&this.config.app_logo?this.config.app_logo_dark:this.config.app_logo}})};const a=(0,n(1900).Z)(o,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"mb-14"},[t._t("default"),t._v(" "),t.$slots.default?t._e():e("div",[t.config.app_logo?e("img",{staticClass:"mx-auto mb-6 h-16 md:h-20 mb-10",attrs:{src:t.$getImage(t.logoSrc),alt:t.config.app_name}}):t._e(),t._v(" "),t.config.app_logo?t._e():e("b",{staticClass:"mb-10 block text-xl font-bold"},[t._v("\n "+t._s(t.config.app_name)+"\n ")])]),t._v(" "),e("h1",{staticClass:"mb-0.5 text-3xl font-extrabold md:text-4xl"},[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),e("h2",{staticClass:"text-xl font-normal md:text-2xl"},[t._v("\n "+t._s(t.description)+"\n ")])],2)}),[],!1,null,null,null).exports},3818:(t,e,n)=>{n.r(e),n.d(e,{default:()=>l});var r=n(8901),s=n(309),i=n(3627),o=n(1191);const a={name:"SuccessfullyEmailVerified",components:{AuthContentWrapper:r.Z,AuthContent:s.Z,AuthButton:i.Z,Headline:o.Z}};const l=(0,n(1900).Z)(a,(function(){var t=this,e=t._self._c;return e("AuthContentWrapper",{staticClass:"h-screen"},[e("AuthContent",{attrs:{visible:!0}},[e("Headline",{attrs:{title:t.$t("page_email_successfully_verified.title"),description:t.$t("page_email_successfully_verified.subtitle")}}),t._v(" "),e("router-link",{attrs:{to:{name:"SignIn"}}},[e("AuthButton",{attrs:{icon:"chevron-right",text:t.$t("log_in")}})],1)],1)],1)}),[],!1,null,null,null).exports}}]);
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[6707],{7776:(t,e,n)=>{n.d(e,{Z:()=>a});const r={name:"AuthContent",props:["visible","name"],data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};const a=(0,n(1900).Z)(r,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.isVisible?n("div",{staticClass:"w-full max-w-xl text-center m-auto py-6"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},683:(t,e,n)=>{n.d(e,{Z:()=>a});const r={name:"AuthContentWrapper"};const a=(0,n(1900).Z)(r,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("div",{staticClass:"flex px-2.5 md:px-6"},[t._t("default")],2)}),[],!1,null,null,null).exports},5993:(t,e,n)=>{n.d(e,{Z:()=>o});function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function a(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){l(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const s={name:"Headline",props:["description","title"],computed:a(a({},(0,n(629).Se)(["config","isDarkMode"])),{},{logoSrc:function(){return this.isDarkMode&&this.config.app_logo?this.config.app_logo_dark:this.config.app_logo}})};const o=(0,n(1900).Z)(s,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"mb-14"},[t._t("default"),t._v(" "),t.$slots.default?t._e():n("div",[t.config.app_logo?n("img",{staticClass:"mx-auto mb-6 h-16 md:h-20 mb-10",attrs:{src:t.$getImage(t.logoSrc),alt:t.config.app_name}}):t._e(),t._v(" "),t.config.app_logo?t._e():n("b",{staticClass:"mb-10 block text-xl font-bold"},[t._v("\n "+t._s(t.config.app_name)+"\n ")])]),t._v(" "),n("h1",{staticClass:"mb-0.5 text-3xl font-extrabold md:text-4xl"},[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),n("h2",{staticClass:"text-xl font-normal md:text-2xl"},[t._v("\n "+t._s(t.description)+"\n ")])],2)}),[],!1,null,null,null).exports},898:(t,e,n)=>{n.r(e),n.d(e,{default:()=>o});var r=n(683),a=n(7776),l=n(5993);const s={name:"TemporaryUnavailable",components:{AuthContentWrapper:r.Z,AuthContent:a.Z,Headline:l.Z}};const o=(0,n(1900).Z)(s,(function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("AuthContentWrapper",{ref:"auth",staticClass:"h-screen"},[n("AuthContent",{attrs:{visible:!0}},[n("Headline",{attrs:{title:t.$t("temporary_unavailable"),description:t.$t("shared_link_temporary_unavailable")}}),t._v(" "),n("span",{staticClass:"additional-link"},[t._v(t._s(t.$t("page_registration.have_an_account"))+"\n "),n("router-link",{staticClass:"text-theme font-bold",attrs:{to:{name:"SignIn"}}},[t._v("\n "+t._s(t.$t("log_in"))+"\n ")])],1)],1)],1)}),[],!1,null,null,null).exports}}]);
|
||||
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[6707],{309:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContent",props:["visible","name"],data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};const s=(0,n(1900).Z)(r,(function(){var t=this,e=t._self._c;return t.isVisible?e("div",{staticClass:"w-full max-w-xl text-center m-auto py-6"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},8901:(t,e,n)=>{n.d(e,{Z:()=>s});const r={name:"AuthContentWrapper"};const s=(0,n(1900).Z)(r,(function(){return(0,this._self._c)("div",{staticClass:"flex px-2.5 md:px-6"},[this._t("default")],2)}),[],!1,null,null,null).exports},1191:(t,e,n)=>{n.d(e,{Z:()=>o});function r(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?r(Object(n),!0).forEach((function(e){a(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}const l={name:"Headline",props:["description","title"],computed:s(s({},(0,n(629).Se)(["config","isDarkMode"])),{},{logoSrc:function(){return this.isDarkMode&&this.config.app_logo?this.config.app_logo_dark:this.config.app_logo}})};const o=(0,n(1900).Z)(l,(function(){var t=this,e=t._self._c;return e("div",{staticClass:"mb-14"},[t._t("default"),t._v(" "),t.$slots.default?t._e():e("div",[t.config.app_logo?e("img",{staticClass:"mx-auto mb-6 h-16 md:h-20 mb-10",attrs:{src:t.$getImage(t.logoSrc),alt:t.config.app_name}}):t._e(),t._v(" "),t.config.app_logo?t._e():e("b",{staticClass:"mb-10 block text-xl font-bold"},[t._v("\n "+t._s(t.config.app_name)+"\n ")])]),t._v(" "),e("h1",{staticClass:"mb-0.5 text-3xl font-extrabold md:text-4xl"},[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),e("h2",{staticClass:"text-xl font-normal md:text-2xl"},[t._v("\n "+t._s(t.description)+"\n ")])],2)}),[],!1,null,null,null).exports},1359:(t,e,n)=>{n.r(e),n.d(e,{default:()=>o});var r=n(8901),s=n(309),a=n(1191);const l={name:"TemporaryUnavailable",components:{AuthContentWrapper:r.Z,AuthContent:s.Z,Headline:a.Z}};const o=(0,n(1900).Z)(l,(function(){var t=this,e=t._self._c;return e("AuthContentWrapper",{ref:"auth",staticClass:"h-screen"},[e("AuthContent",{attrs:{visible:!0}},[e("Headline",{attrs:{title:t.$t("temporary_unavailable"),description:t.$t("shared_link_temporary_unavailable")}}),t._v(" "),e("span",{staticClass:"additional-link"},[t._v(t._s(t.$t("page_registration.have_an_account"))+"\n "),e("router-link",{staticClass:"text-theme font-bold",attrs:{to:{name:"SignIn"}}},[t._v("\n "+t._s(t.$t("log_in"))+"\n ")])],1)],1)],1)}),[],!1,null,null,null).exports}}]);
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Pusher JavaScript Library v7.0.6
|
||||
* Pusher JavaScript Library v7.3.0
|
||||
* https://pusher.com/
|
||||
*
|
||||
* Copyright 2020, Pusher
|
||||
@@ -7,8 +7,8 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Vue.js v2.6.14
|
||||
* (c) 2014-2021 Evan You
|
||||
* Vue.js v2.7.8
|
||||
* (c) 2014-2022 Evan You
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
+71
-71
@@ -1,76 +1,76 @@
|
||||
{
|
||||
"/js/main.js": "/js/main.js",
|
||||
"/chunks/request.js": "/chunks/request.js?id=22d937ec994df102",
|
||||
"/chunks/request-upload.js": "/chunks/request-upload.js?id=ec1b08db039dd789",
|
||||
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=19a0784e59d768ec",
|
||||
"/chunks/status-check.js": "/chunks/status-check.js?id=37bc98acd7ead7fd",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=e153c4e933c899fd",
|
||||
"/chunks/database.js": "/chunks/database.js?id=b884b991d47c42cf",
|
||||
"/chunks/environment.js": "/chunks/environment.js?id=54c035b387c89b6f",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=cfcb80c0e5d1af04",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=c04781f1fd5170cf",
|
||||
"/chunks/shared.js": "/chunks/shared.js?id=e9d2c2972b62138a",
|
||||
"/chunks/shared/browser.js": "/chunks/shared/browser.js?id=bb36c28b1e2191a4",
|
||||
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=90e78ba83c719591",
|
||||
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=b0299d25bfaacea2",
|
||||
"/chunks/not-found.js": "/chunks/not-found.js?id=945e89891ea3a0c8",
|
||||
"/chunks/temporary-unavailable.js": "/chunks/temporary-unavailable.js?id=4d46688b815d1165",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=e451fc09f0a8e0b3",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=a3b22e7f5dab8989",
|
||||
"/chunks/invoices.js": "/chunks/invoices.js?id=799928609f57ca10",
|
||||
"/chunks/subscriptions.js": "/chunks/subscriptions.js?id=9784c1597a5d7e57",
|
||||
"/chunks/pages.js": "/chunks/pages.js?id=bb5cc8327ca846a3",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=0bdc8a5935fd2197",
|
||||
"/chunks/plans.js": "/chunks/plans.js?id=d4e39044c5fc0ad4",
|
||||
"/chunks/users.js": "/chunks/users.js?id=b6629338e26b8313",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=40254ae98547761e",
|
||||
"/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=549867504d6e4e4e",
|
||||
"/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=6ab9a127099b3293",
|
||||
"/chunks/user.js": "/chunks/user.js?id=cf9a2a0d8c1fa1d9",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=ff6c1fc63a372d96",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=0e26321285c15e1a",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=67993bd6abb6fa9c",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=900ae71c3d4199ea",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=c88872f2ff8c4df2",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=3e7b0b34c2247e6c",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=36d925def6a82cb2",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=ee4100b0eff32f36",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=630deb1fc4e17ed9",
|
||||
"/chunks/payments.js": "/chunks/payments.js?id=d59a2a18b680d65c",
|
||||
"/chunks/payments/billings.js": "/chunks/payments/billings.js?id=27d6c1b58dbd1e6c",
|
||||
"/chunks/payments/settings.js": "/chunks/payments/settings.js?id=5ebb1c970a407198",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=b0d1082fdcbbd17c",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=8ba3feb2cc81a2c3",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=db4ad4671280c74a",
|
||||
"/chunks/app-environment.js": "/chunks/app-environment.js?id=e8c421cddbaa4851",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=ada6e9106c6019e0",
|
||||
"/chunks/app-sign-in-out.js": "/chunks/app-sign-in-out.js?id=77ac953ce49b5b55",
|
||||
"/chunks/app-adsense.js": "/chunks/app-adsense.js?id=cf62f3636ad85aab",
|
||||
"/chunks/app-server.js": "/chunks/app-server.js?id=29dfec5388977be5",
|
||||
"/chunks/app-language.js": "/chunks/app-language.js?id=f5cfbac7969ddd9e",
|
||||
"/chunks/homepage.js": "/chunks/homepage.js?id=f3f4ec3a8469ede8",
|
||||
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=9553d7a2912cb901",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=f35cb6592fcd71c7",
|
||||
"/chunks/demo.js": "/chunks/demo.js?id=7e21d033be8313af",
|
||||
"/chunks/successfully-email-verified.js": "/chunks/successfully-email-verified.js?id=e78db2b09e8f07ee",
|
||||
"/chunks/successfully-email-send.js": "/chunks/successfully-email-send.js?id=940d68f421576013",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=44800b83e3cc169c",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=913e87bca913f106",
|
||||
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=c1b4a00fb0061371",
|
||||
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=3ebf7212f7c549c8",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=f2af0f3d8d336b03",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=3e24bb5e1f52d4bb",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=1cf499fe8326b3c4",
|
||||
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=ecfee7f7e98204f8",
|
||||
"/chunks/billing.js": "/chunks/billing.js?id=f016e8454a346fc6",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=b480b70c132c9260",
|
||||
"/chunks/files.js": "/chunks/files.js?id=8d14cc22bf819ba4",
|
||||
"/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=0096eda68e467f70",
|
||||
"/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=3c2f20fe42bd9099",
|
||||
"/chunks/trash.js": "/chunks/trash.js?id=7e1bcf559eee02b9",
|
||||
"/chunks/team-folders.js": "/chunks/team-folders.js?id=3a44cea9e32dd13c",
|
||||
"/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=da2de82e20a002df",
|
||||
"/chunks/invitation.js": "/chunks/invitation.js?id=21b5bc5ac116c97e",
|
||||
"/chunks/request.js": "/chunks/request.js?id=24e5a5b2f135d39e",
|
||||
"/chunks/request-upload.js": "/chunks/request-upload.js?id=1fececdb666b7499",
|
||||
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=3d59c279540eccd7",
|
||||
"/chunks/status-check.js": "/chunks/status-check.js?id=93f87d94efcedc18",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=320e3fc4cf8b8c2a",
|
||||
"/chunks/database.js": "/chunks/database.js?id=5b1a99ccb29936db",
|
||||
"/chunks/environment.js": "/chunks/environment.js?id=301a287e694c95f0",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=a1f145a78a991227",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=27307041d4424315",
|
||||
"/chunks/shared.js": "/chunks/shared.js?id=2a1ad4917d8455b6",
|
||||
"/chunks/shared/browser.js": "/chunks/shared/browser.js?id=91073d6c2aaaf6fd",
|
||||
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=b9ad0ca8d6cf9c85",
|
||||
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=53b64cff4293869c",
|
||||
"/chunks/not-found.js": "/chunks/not-found.js?id=6db7525f9a230ad7",
|
||||
"/chunks/temporary-unavailable.js": "/chunks/temporary-unavailable.js?id=dac7c2c9f65f21b0",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=017e4b1c9b437481",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=2d4e3f496499dcff",
|
||||
"/chunks/invoices.js": "/chunks/invoices.js?id=dea58c6e9688b491",
|
||||
"/chunks/subscriptions.js": "/chunks/subscriptions.js?id=69f0375002134da8",
|
||||
"/chunks/pages.js": "/chunks/pages.js?id=2915af7add4cc8a6",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=a5f7b0e18cdf5718",
|
||||
"/chunks/plans.js": "/chunks/plans.js?id=c606d61c1bef613e",
|
||||
"/chunks/users.js": "/chunks/users.js?id=68bae8ec1347b90a",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=4c44396a09188a12",
|
||||
"/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=aadbfeace2fb8cbc",
|
||||
"/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=2df58c1f8132a61b",
|
||||
"/chunks/user.js": "/chunks/user.js?id=422f2f6e6ed491d6",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=0b999f1d0687cf90",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=654fc8848a6722e4",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=644409c1ea6afc31",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=dbdf5d4e6d7e00ed",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=4e574b15b4b189d2",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=11d645f8108bf939",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=fd4c6b64b9c2ee22",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=6d8aca51ded6db26",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=b832b6913084c33a",
|
||||
"/chunks/payments.js": "/chunks/payments.js?id=52dba061f588b570",
|
||||
"/chunks/payments/billings.js": "/chunks/payments/billings.js?id=a0006524a7e2db1d",
|
||||
"/chunks/payments/settings.js": "/chunks/payments/settings.js?id=a5484fd31a6245ce",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=69801583df2560eb",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=30f33477df9abc96",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=57f19b6a5bdaad67",
|
||||
"/chunks/app-environment.js": "/chunks/app-environment.js?id=f7adab2b261bae51",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=0dacc12152cc024e",
|
||||
"/chunks/app-sign-in-out.js": "/chunks/app-sign-in-out.js?id=90aa480bef0db73c",
|
||||
"/chunks/app-adsense.js": "/chunks/app-adsense.js?id=9de9f8ddc4cdeca2",
|
||||
"/chunks/app-server.js": "/chunks/app-server.js?id=c1ba7809b184cf55",
|
||||
"/chunks/app-language.js": "/chunks/app-language.js?id=d7f0fbba18444513",
|
||||
"/chunks/homepage.js": "/chunks/homepage.js?id=74591a549e496117",
|
||||
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=fe7e9aa0bacd555a",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=e28a0cc6bc290c91",
|
||||
"/chunks/demo.js": "/chunks/demo.js?id=3194d943636a3291",
|
||||
"/chunks/successfully-email-verified.js": "/chunks/successfully-email-verified.js?id=62261818a28dc954",
|
||||
"/chunks/successfully-email-send.js": "/chunks/successfully-email-send.js?id=6e6eeb754b2885ba",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=6d565e8acfc80d48",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=afda8b77ab196bb5",
|
||||
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=0af1e98e4815cbb6",
|
||||
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=548b78f5a7ad566e",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=56f2eeebb046b2b9",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=effe2f332a91739f",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=bd5cafee19eb3c2d",
|
||||
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=2815b8f0a631832a",
|
||||
"/chunks/billing.js": "/chunks/billing.js?id=6ecaaefbc9d90d59",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=12fb39919a4f7649",
|
||||
"/chunks/files.js": "/chunks/files.js?id=8baa177afd765ca3",
|
||||
"/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=c87c76bad16c2931",
|
||||
"/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=258109ed03ca7da3",
|
||||
"/chunks/trash.js": "/chunks/trash.js?id=aaef6e404577cb44",
|
||||
"/chunks/team-folders.js": "/chunks/team-folders.js?id=eadb12efc3403883",
|
||||
"/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=ba53625baac5ae60",
|
||||
"/chunks/invitation.js": "/chunks/invitation.js?id=ea477c80cb20b626",
|
||||
"/css/tailwind.css": "/css/tailwind.css",
|
||||
"/css/app.css": "/css/app.css"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user