chunkFilename added

This commit is contained in:
Čarodej
2022-03-08 11:50:15 +01:00
parent 6ebf5dc3cb
commit 2a0b01e888
114 changed files with 424 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
<?php
return [
'version' => '2.0.0-Rc.2',
'version' => '2.0.0-Rc.3',
'is_demo' => env('APP_DEMO', false),

2
public/3390.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -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
*/

2
public/chunks/admin-account.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/admin.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/app-adsense.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/app-appearance.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/app-environment.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/app-index.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/app-language.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/app-others.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/app-server.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/chunks/app-settings.js vendored Normal file
View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[4738],{3187:(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},5002:(t,e,n)=>{n.r(e),n.d(e,{default:()=>r});const a={name:"AppSettings",components:{CardNavigation:n(3187).Z},data:function(){return{pages:[{title:this.$t("admin_settings.tabs.others"),route:"AppOthers"},{title:this.$t("Login & Registration"),route:"AppSignInUp"},{title:this.$t("admin_settings.tabs.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}}]);

2
public/chunks/app-setup.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/app-sign-in-out.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/billing.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/contact-us.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/create-new-password.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/dashboard.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/database.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/dynamic-page.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/environment-setup.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/files.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/forgotten-password.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/homepage.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/invitation.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/invoices.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/chunks/my-shared-items.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/chunks/not-found.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/page-edit.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/pages.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/chunks/payments.js vendored Normal file
View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[7980],{3187:(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},8143:(t,e,a)=>{a.r(e),a.d(e,{default:()=>r});const n={name:"PaymentSettings",components:{CardNavigation:a(3187).Z},data:function(){return{pages:[{title:this.$t("admin_settings.tabs.payments"),route:"AppPayments"},{title:this.$t("admin_settings.tabs.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}}]);

2
public/chunks/payments/billings.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/payments/settings.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/plan-create/fixed.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/plan-create/metered.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/plan-delete.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/plan-settings.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/chunks/plan-subscribers.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/chunks/plan.js vendored Normal file
View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[8355],{3187:(t,e,a)=>{a.d(e,{Z:()=>i});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 i=(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},8874:(t,e,a)=>{a.r(e),a.d(e,{default:()=>l});var n=a(3187),i=a(7318),s=a(9669),r=a.n(s);const o={name:"FixedPlan",components:{CardNavigation:n.Z,Spinner:i.Z},data:function(){return{isLoading:!0,plan:void 0,pages:[{title:this.$t("admin_page_plans.tabs.settings"),route:"PlanFixedSettings"},{title:this.$t("admin_page_plans.tabs.subscribers"),route:"PlanFixedSubscribers"},{title:this.$t("admin_page_plans.tabs.delete"),route:"PlanFixedDelete"}]}},created:function(){var t=this;r().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},8790:(t,e,a)=>{a.r(e),a.d(e,{default:()=>p});var n=a(3187),i=a(7318),s=a(9669),r=a.n(s),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 d(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){c(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 c(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:i.Z},computed:d(d({},(0,o.Se)(["config"])),{},{pages:function(){var t=[{title:this.$t("admin_page_plans.tabs.settings"),route:"PlanMeteredSettings"},{title:this.$t("admin_page_plans.tabs.subscribers"),route:"PlanMeteredSubscribers"}];return this.plan&&"active"===this.plan.attributes.status&&t.push({title:this.$t("admin_page_plans.tabs.delete"),route:"PlanMeteredDelete"}),t}}),data:function(){return{isLoading:!0,plan:void 0}},created:function(){var t=this;r().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("30 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}}]);

1
public/chunks/plans.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/platform.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/profile.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/purchase-code.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/recent-uploads.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/chunks/request-upload.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/request.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/settings-password.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/settings-storage.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/settings.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,22 @@
/*!
* paypal-js v4.2.2 (2021-12-17T22:31:37.036Z)
* Copyright 2020-present, PayPal, Inc. All rights reserved.
*
* 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.
*/
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/setup-wizard.js vendored Normal file
View File

@@ -0,0 +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}}]);

1
public/chunks/shared-with-me.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/shared.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/shared/authenticate.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/shared/browser.js vendored Normal file

File diff suppressed because one or more lines are too long

1
public/chunks/shared/single-file.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/sign-in.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/sign-up.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/status-check.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

1
public/chunks/subscriptions.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[6900],{6632:(t,e,n)=>{n.d(e,{Z:()=>r});var s=n(3645),a=n.n(s)()((function(t){return t[1]}));a.push([t.id,".sync-alt[data-v-0249f6ea]{-webkit-animation:spin-data-v-0249f6ea 1s linear infinite;animation:spin-data-v-0249f6ea 1s linear infinite}@-webkit-keyframes spin-data-v-0249f6ea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin-data-v-0249f6ea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}",""]);const r=a},2276:(t,e,n)=>{n.d(e,{Z:()=>c});var s=n(9101);const a={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 r=n(3379),i=n.n(r),l=n(6632),o={insert:"head",singleton:!1};i()(l.Z,o);l.Z.locals;const c=(0,n(1900).Z)(a,(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,"0249f6ea",null).exports},4006:(t,e,n)=>{n.d(e,{Z:()=>a});const s={name:"AuthContent",props:["visible","name"],data:function(){return{isVisible:!1}},created:function(){this.isVisible=this.visible}};const a=(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"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},868:(t,e,n)=>{n.d(e,{Z:()=>a});const s={name:"AuthContentWrapper"};const a=(0,n(1900).Z)(s,(function(){var t=this,e=t.$createElement;return(t._self._c||e)("div",{staticClass:"flex items-center justify-center px-2.5 md:px-6"},[t._t("default")],2)}),[],!1,null,null,null).exports},5434:(t,e,n)=>{n.d(e,{Z:()=>i});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 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 r={name:"Headline",props:["description","title"],computed:function(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}({},(0,n(629).Se)(["config"]))};const i=(0,n(1900).Z)(r,(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 w-28 md:w-32",attrs:{src:t.$getImage(t.config.app_logo),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},7546:(t,e,n)=>{n.r(e),n.d(e,{default:()=>o});var s=n(868),a=n(4006),r=n(2276),i=n(5434);const l={name:"SuccessfullySendEmail",components:{AuthContentWrapper:s.Z,AuthContent:a.Z,AuthButton:r.Z,Headline:i.Z}};const o=(0,n(1900).Z)(l,(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}}]);

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[8283],{6632:(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-0249f6ea]{-webkit-animation:spin-data-v-0249f6ea 1s linear infinite;animation:spin-data-v-0249f6ea 1s linear infinite}@-webkit-keyframes spin-data-v-0249f6ea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin-data-v-0249f6ea{0%{transform:rotate(0)}to{transform:rotate(1turn)}}",""]);const i=s},2276:(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(6632),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,"0249f6ea",null).exports},4006:(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"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},868:(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 items-center justify-center px-2.5 md:px-6"},[t._t("default")],2)}),[],!1,null,null,null).exports},5434:(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,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:function(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){s(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}({},(0,n(629).Se)(["config"]))};const a=(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 w-28 md:w-32",attrs:{src:t.$getImage(t.config.app_logo),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},3194:(t,e,n)=>{n.r(e),n.d(e,{default:()=>l});var r=n(868),s=n(4006),i=n(2276),a=n(5434);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("page_sign_in.button_log_in")}})],1)],1)],1)}),[],!1,null,null,null).exports}}]);

1
public/chunks/team-folders.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
"use strict";(self.webpackChunk=self.webpackChunk||[]).push([[6707],{4006:(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"},[t._t("default")],2):t._e()}),[],!1,null,null,null).exports},868:(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 items-center justify-center px-2.5 md:px-6"},[t._t("default")],2)}),[],!1,null,null,null).exports},5434:(t,e,n)=>{n.d(e,{Z:()=>l});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,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:function(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}({},(0,n(629).Se)(["config"]))};const l=(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 w-28 md:w-32",attrs:{src:t.$getImage(t.config.app_logo),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},9812:(t,e,n)=>{n.r(e),n.d(e,{default:()=>i});var r=n(868),a=n(4006),s=n(5434);const l={name:"TemporaryUnavailable",components:{AuthContentWrapper:r.Z,AuthContent:a.Z,Headline:s.Z}};const i=(0,n(1900).Z)(l,(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("Unfortunately, this shared link is temporary unavailable. Please try it later.")}}),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("page_forgotten_password.password_remember_button"))+"\n ")])],1)],1)],1)}),[],!1,null,null,null).exports}}]);

1
public/chunks/trash.js vendored Normal file

File diff suppressed because one or more lines are too long

2
public/chunks/user-create.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,5 @@
/**
* vee-validate v3.4.14
* (c) 2021 Abdelrahman Awad
* @license MIT
*/

2
public/chunks/user-delete.js vendored Normal file

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More