mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +00:00
- cancel/resume subscription fix
- upload into root folder fix - custom color theme part 3
This commit is contained in:
@@ -806,7 +806,7 @@ class SetupDevEnvironment extends Command
|
||||
'value' => 1,
|
||||
],
|
||||
[
|
||||
'name' => 'app_payments_active',
|
||||
'name' => 'payments_active',
|
||||
'value' => 1,
|
||||
],
|
||||
[
|
||||
|
||||
@@ -26,7 +26,7 @@ class UploadRequest extends FormRequest
|
||||
public function rules()
|
||||
{
|
||||
return [
|
||||
'folder_id' => 'uuid|nullable',
|
||||
'folder_id' => 'nullable|uuid',
|
||||
'file' => ['required', 'file', new MimetypeBlacklistValidation]
|
||||
];
|
||||
}
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
return [
|
||||
'pages' => [
|
||||
[
|
||||
'visibility' => 0,
|
||||
'visibility' => 1,
|
||||
'title' => 'Terms of Service',
|
||||
'slug' => 'terms-of-service',
|
||||
'content' => 'Laoreet cum hendrerit iaculis arcu phasellus congue et elementum, pharetra risus imperdiet aptent posuere rutrum parturient blandit, dapibus tellus ridiculus potenti aliquam sociis turpis. Nullam commodo eget laoreet risus cursus vel placerat, in dapibus sociis gravida faucibus sodales, fringilla potenti elit semper iaculis ullamcorper. Dignissim vulputate pretium montes pellentesque mollis, consectetur adipiscing curabitur semper sem rhoncus, litora viverra curae proin.',
|
||||
],
|
||||
[
|
||||
'visibility' => 0,
|
||||
'visibility' => 1,
|
||||
'title' => 'Privacy Policy',
|
||||
'slug' => 'privacy-policy',
|
||||
'content' => 'Sit orci justo augue maecenas laoreet consectetur natoque magnis in viverra sagittis, himenaeos urna facilisis mus proin primis diam accumsan tristique inceptos. Primis quisque posuere sit praesent lobortis feugiat semper convallis facilisis, vivamus gravida ligula nostra curae eu donec duis parturient senectus, arcu dolor viverra penatibus natoque cum nisi commodo. Litora sociis mauris justo nullam suspendisse mattis maecenas nascetur congue phasellus cras ultricies posuere donec, dapibus egestas diam lacus ornare montes senectus tincidunt eu taciti sed consequat.',
|
||||
],
|
||||
[
|
||||
'visibility' => 0,
|
||||
'visibility' => 1,
|
||||
'title' => 'Cookie Policy',
|
||||
'slug' => 'cookie-policy',
|
||||
'content' => 'Metus penatibus ligula dolor natoque non habitasse laoreet facilisis, libero vivamus eget semper vulputate interdum integer, phasellus lorem enim blandit consectetur nullam sollicitudin. Hendrerit interdum luctus ut in molestie himenaeos eros cum laoreet parturient est, eu lectus hac et netus viverra dictumst congue elit sem senectus litora, fames scelerisque adipiscing inceptos fringilla montes sociosqu suscipit auctor potenti. Elementum lacus vulputate viverra ac morbi ligula ipsum facilisi, sit eu imperdiet lacinia congue dis vitae.',
|
||||
@@ -25,15 +25,15 @@ return [
|
||||
'regular' => [
|
||||
[
|
||||
'name' => 'section_features',
|
||||
'value' => 0,
|
||||
'value' => 1,
|
||||
],
|
||||
[
|
||||
'name' => 'section_feature_boxes',
|
||||
'value' => 0,
|
||||
'value' => 1,
|
||||
],
|
||||
[
|
||||
'name' => 'section_get_started',
|
||||
'value' => 0,
|
||||
'value' => 1,
|
||||
],
|
||||
[
|
||||
'name' => 'header_title',
|
||||
@@ -91,6 +91,10 @@ return [
|
||||
'name' => 'allow_homepage',
|
||||
'value' => 1,
|
||||
],
|
||||
[
|
||||
'name' => 'app_color',
|
||||
'value' => '#00BC7E',
|
||||
],
|
||||
],
|
||||
'extended' => [
|
||||
[
|
||||
@@ -169,6 +173,10 @@ return [
|
||||
'name' => 'footer_content',
|
||||
'value' => '© 2021 Simple & Powerful Personal Cloud Storage. Developed by <a href="https://hi5ve.digital" target="_blank" class="text-theme">Hi5Ve.Digital</a>',
|
||||
],
|
||||
[
|
||||
'name' => 'app_color',
|
||||
'value' => '#00BC7E',
|
||||
],
|
||||
]
|
||||
],
|
||||
];
|
||||
1
public/css/invoice.css
vendored
1
public/css/invoice.css
vendored
@@ -1 +0,0 @@
|
||||
*{outline:0;margin:0;padding:0;font-family:Nunito,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:16px;text-decoration:none}body{background:#f6f6f6}#toolbar-wrapper{max-width:800px;margin:30px auto}#toolbar-wrapper .button{background:#fff;margin-right:15px;border-radius:8px;padding:7px 10px;cursor:pointer;border:none;transition:all .15s ease}#toolbar-wrapper .button .icon{height:14px;vertical-align:middle}#toolbar-wrapper .button .icon circle,#toolbar-wrapper .button .icon line,#toolbar-wrapper .button .icon path,#toolbar-wrapper .button .icon polyline,#toolbar-wrapper .button .icon rect{transition:all .15s ease}#toolbar-wrapper .button .label{transition:all .15s ease;font-size:.875em;font-weight:700;color:#1c1d1f}#toolbar-wrapper .button:active{transform:scale(.95)}#toolbar-wrapper .button:hover{background:rgba(0,188,126,.1)}#toolbar-wrapper .button:hover .icon circle,#toolbar-wrapper .button:hover .icon line,#toolbar-wrapper .button:hover .icon path,#toolbar-wrapper .button:hover .icon polyline,#toolbar-wrapper .button:hover .icon rect{stroke:#00bc7e}#toolbar-wrapper .button:hover .label{color:#00bc7e}#invoice-wrapper{max-width:800px;padding:50px;margin:0 auto;background:#fff;border-radius:8px}.table{width:100%}.table .table-header{border-bottom:1px solid #f8f8f8}.table .table-header td{padding-bottom:10px;font-size:.75em;font-weight:700;color:#00bc7e}.table .table-header td:last-child{text-align:right}.table .table-body td{font-size:1em;font-weight:700}.table .table-body td:last-child{text-align:right}.list{margin-bottom:20px}.list .list-item{display:block;margin-bottom:5px}.list .list-item b{font-size:1em;font-weight:700}.list .list-item span{font-size:1em;font-weight:500}.invoice-header{display:flex;justify-content:space-between;align-items:center}.invoice-header .logo img{height:40px;width:auto}.invoice-header .title h1{font-size:1.875em;font-weight:300;color:#00bc7e}.invoice-subject{margin-top:40px;background:#fafafa;padding:15px 20px;border-radius:10px}.invoice-subject .list{margin-bottom:0}.invoice-partners{display:flex;justify-content:space-between;margin-top:40px}.invoice-partners .partner:last-child{min-width:250px}.invoice-partners .partner-title{color:#00bc7e;font-size:1.375em;font-weight:300;margin-bottom:10px}.invoice-order{margin-top:40px}.invoice-summary{margin-top:60px;text-align:right}.invoice-summary b{font-weight:700;font-size:1.375em}@media print{#toolbar-wrapper{display:none}#invoice-wrapper{padding:0;margin:0}.invoice-subject{padding:0}@page{margin:0}body{margin:1.6cm}}
|
||||
@@ -2,91 +2,377 @@
|
||||
"/js/main.js": "/js/main.js",
|
||||
"/css/app.css": "/css/app.css",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=7875b08fc6fb75a7ad1f",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=c9330616aa6a16b45288",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=1151c251f1b3da8b4253",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~9fa266bc.js?id=81dea7680f4bfde55278",
|
||||
"/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js": "/chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chu~c7a13fb0.js?id=62b552a0492fe95b2223",
|
||||
"/chunks/admin-account~chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/datab~a001bb84.js": "/chunks/admin-account~chunks/app-setup~chunks/billings-detail~chunks/create-new-password~chunks/datab~a001bb84.js?id=0cad8279d29d79cd0e82",
|
||||
"/chunks/admin~chunks/files~chunks/settings~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/admin~chunks/files~chunks/settings~chunks/shared-files~chunks/shared/file-browser.js?id=f1e1597205ff30d4fa4a",
|
||||
"/chunks/admin~chunks/platform.js": "/chunks/admin~chunks/platform.js?id=51ec61b0370bb5763a49",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=27b7c7bec6e16afa58bf",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=61678be8457d7d0f57b8",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~605f4c49.js?id=45c8f27411287c7bbf73",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js?id=34b124f4e336f128bfa8",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js?id=f3f0a717f5806faf488c",
|
||||
"/chunks/app-billings.js": "/chunks/app-billings.js?id=d78455309f0f8f9a1e91",
|
||||
"/chunks/app-email.js": "/chunks/app-email.js?id=d1fb0ab7975c87f3ad04",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=0f153bc59ab8230a1da9",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=faa7c63be2f6496d21dc",
|
||||
"/chunks/app-payments.js": "/chunks/app-payments.js?id=4184e5c489f4fe09f2ab",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~8cc7d96f.js?id=366ca34d2af5158d5087",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.js?id=04f0cd9719723459b685",
|
||||
"/chunks/app-billings.js": "/chunks/app-billings.js?id=28ae2755c33c6fde9f34",
|
||||
"/chunks/app-email.js": "/chunks/app-email.js?id=a1bce6300a1f791cf986",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=b64bc7626121b7a6b3f0",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=31aac776fe67dc9e94e5",
|
||||
"/chunks/app-payments.js": "/chunks/app-payments.js?id=ae751815946aa1ae7cd7",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=1441a53c88fa164f4e1c",
|
||||
"/chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pages~chunks/plan~chunk~8a0e1d25.js": "/chunks/app-settings~chunks/dashboard~chunks/invoices~chunks/page-edit~chunks/pages~chunks/plan~chunk~8a0e1d25.js?id=e71bb0286189734a8aec",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=bb25421b4c61d039765f",
|
||||
"/chunks/billings-detail.js": "/chunks/billings-detail.js?id=15ab9d58ca7eeb26ed0e",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=14e8c1c3784fce3b5a22",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=5111fade4195a51c8147",
|
||||
"/chunks/billings-detail.js": "/chunks/billings-detail.js?id=4f6fe86fa1495afa5482",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=19e1073e0bd099261a43",
|
||||
"/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js": "/chunks/contact-us~chunks/dynamic-page~chunks/homepage.js?id=5814ff43ba7c67297af1",
|
||||
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=f3c8bc62f62ae537f93c",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=9809887401e27ef5826e",
|
||||
"/chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/settings-payment-meth~0bfeabca.js": "/chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/settings-payment-meth~0bfeabca.js?id=c3c1a252593a1b95eb0f",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=57f0952a26d5f33d5db0",
|
||||
"/chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/settings-payment-meth~0bfeabca.js": "/chunks/dashboard~chunks/files~chunks/invoices~chunks/pages~chunks/plans~chunks/settings-payment-meth~0bfeabca.js?id=d987567c20c91e6d17c7",
|
||||
"/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js": "/chunks/dashboard~chunks/invoices~chunks/pages~chunks/plan-subscribers~chunks/plans~chunks/settings-i~0e2a0654.js?id=859a6f034ca5697aaf60",
|
||||
"/chunks/database.js": "/chunks/database.js?id=58addbf30b3b2f7c36db",
|
||||
"/chunks/database.js": "/chunks/database.js?id=08dc99d19546e4860125",
|
||||
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=6dccc2158cc6278f683d",
|
||||
"/chunks/environment-setup.js": "/chunks/environment-setup.js?id=81005c48fec83ab4ca45",
|
||||
"/chunks/environment-setup.js": "/chunks/environment-setup.js?id=cba47dee6e837cad22de",
|
||||
"/chunks/files.js": "/chunks/files.js?id=40b4464ce393cb112111",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.js?id=c2c86f2168e863fbd49e",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.js?id=885dd88f0e8d5c499a48",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.js?id=02131dc9a3e5fb2ccfcc",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.js?id=df84828b1dd0f87839f0",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.js?id=e1f89df74b6a82cc502d",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.js?id=0fe77a5a89b79d505ef9",
|
||||
"/chunks/files~chunks/settings-subscription~chunks/shared-files~chunks/shared/file-browser~chunks/user~9058a49f.js": "/chunks/files~chunks/settings-subscription~chunks/shared-files~chunks/shared/file-browser~chunks/user~9058a49f.js?id=31a17ad1d2536342abbe",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.js?id=07de5a0fc9944e819154",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.js?id=150772c0920d1a8694cc",
|
||||
"/chunks/files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared/file-browser.js?id=b2a355bb27f40ee0e386",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.js?id=78da462a3836713f6510",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.js?id=62afbce71a2cc0b829eb",
|
||||
"/chunks/files~chunks/shared/file-browser.js": "/chunks/files~chunks/shared/file-browser.js?id=9389e8a565dece516e0f",
|
||||
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=a00dedfec5aeabac394c",
|
||||
"/chunks/homepage.js": "/chunks/homepage.js?id=14154b40ea69f91fef31",
|
||||
"/chunks/installation-disclaimer.js": "/chunks/installation-disclaimer.js?id=4f937c33675bb39bc682",
|
||||
"/chunks/installation-disclaimer.js": "/chunks/installation-disclaimer.js?id=28120b12230330411d75",
|
||||
"/chunks/invoices.js": "/chunks/invoices.js?id=98c2b0d4a83f4e0cc6d9",
|
||||
"/chunks/not-found-shared.js": "/chunks/not-found-shared.js?id=7fc7f9b6f10bdfac770e",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=234551fa36d21e29606e",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=1dbfbcbd05521503143c",
|
||||
"/chunks/pages.js": "/chunks/pages.js?id=eddb0354939e959cea11",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=56ff26197c3ddab55605",
|
||||
"/chunks/plan-create.js": "/chunks/plan-create.js?id=879fba580f14725f48a9",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=e70945a524685aec9519",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=a9806e24d3b3ea5cea9c",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=008bbf1096945f79d69d",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=6ba7231921168de3273b",
|
||||
"/chunks/plan-create.js": "/chunks/plan-create.js?id=45025d2cc4425ab9a34d",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=bb4e521c3fc3290e399c",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=b2b16b8d3318f1d7c2f7",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=41a21e593ccdf7af01f4",
|
||||
"/chunks/plans.js": "/chunks/plans.js?id=f38fb7a9f17839f786ba",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=d40d9bd4da4641799c13",
|
||||
"/chunks/platform~chunks/shared.js": "/chunks/platform~chunks/shared.js?id=82814a863a150db0cc7e",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=0f82cbd818967273cbd8",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=2761cecd0aa3c3401996",
|
||||
"/chunks/platform~chunks/shared.js": "/chunks/platform~chunks/shared.js?id=8c05d90bbe4726d82a79",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=8e475293074c4e423e20",
|
||||
"/chunks/profile~chunks/settings-password.js": "/chunks/profile~chunks/settings-password.js?id=9202f2cff7c80a561718",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=b9ae98e83f8df690d09f",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=713564bcdbe44aa66df1",
|
||||
"/chunks/settings-create-payment-methods.js": "/chunks/settings-create-payment-methods.js?id=9c088cb1b14836d13648",
|
||||
"/chunks/settings-invoices.js": "/chunks/settings-invoices.js?id=c765f8563393c27bc6a6",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=201b3cbada273dacd46e",
|
||||
"/chunks/settings-payment-methods.js": "/chunks/settings-payment-methods.js?id=535472f0e43f64ec0ccc",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=e00ee12cde704060e15b",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=40691fd5223ad72643a2",
|
||||
"/chunks/settings-create-payment-methods.js": "/chunks/settings-create-payment-methods.js?id=922674d6721e1b100080",
|
||||
"/chunks/settings-invoices.js": "/chunks/settings-invoices.js?id=f7dfdbe2ea92b1011d7f",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=982b2f41ce839253fa44",
|
||||
"/chunks/settings-payment-methods.js": "/chunks/settings-payment-methods.js?id=8ab61d9c51ea36b3ed3e",
|
||||
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=253190c2c7491c35fed3",
|
||||
"/chunks/settings-subscription.js": "/chunks/settings-subscription.js?id=aba520a5f9c67405054a",
|
||||
"/chunks/settings-subscription.js": "/chunks/settings-subscription.js?id=5e617c168b3cb490a2e6",
|
||||
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=c6b88005b133268ed88f",
|
||||
"/chunks/shared.js": "/chunks/shared.js?id=2c38f535d52e0e448846",
|
||||
"/chunks/shared-files.js": "/chunks/shared-files.js?id=cde3c7a58d2da0015555",
|
||||
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=3d5c7754d438830a4204",
|
||||
"/chunks/shared/file-browser.js": "/chunks/shared/file-browser.js?id=3127fab4cfd3d5f00a72",
|
||||
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=e8aedb75df7fe227d693",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=92a1de80f254cfc9ac91",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=50e81d184a05d3990d89",
|
||||
"/chunks/stripe-credentials.js": "/chunks/stripe-credentials.js?id=98e8a206373b361e6138",
|
||||
"/chunks/subscription-plans.js": "/chunks/subscription-plans.js?id=7cb7c0cb6ef388cd016e",
|
||||
"/chunks/subscription-service.js": "/chunks/subscription-service.js?id=bcea699b0d9d0ee61565",
|
||||
"/chunks/upgrade-billing.js": "/chunks/upgrade-billing.js?id=830456726847f435144e",
|
||||
"/chunks/upgrade-billing~chunks/upgrade-plan.js": "/chunks/upgrade-billing~chunks/upgrade-plan.js?id=2b555924c945cbcd23f5",
|
||||
"/chunks/upgrade-plan.js": "/chunks/upgrade-plan.js?id=9c61721d5e30ef544377",
|
||||
"/chunks/user.js": "/chunks/user.js?id=8e96e769d9df5c5f7364",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=3066213dc3af06795a28",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=78a10edafd58a4abad26",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=039a3d421f7d8b8b3ce3",
|
||||
"/chunks/user-invoices.js": "/chunks/user-invoices.js?id=8da7b23dc11d9e2e6c99",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=31bcde6d4cfb29b1c894",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=f1d8f104599fa982991e",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=3b8974eb8af615d517f4",
|
||||
"/chunks/users.js": "/chunks/users.js?id=6bfd86f6bced064b44d3",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=60125eb11b640531e43f",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=f6fc1dad8d7e4713a5ed",
|
||||
"/chunks/stripe-credentials.js": "/chunks/stripe-credentials.js?id=acbeeba732e870870c5c",
|
||||
"/chunks/subscription-plans.js": "/chunks/subscription-plans.js?id=a2bf1b83ee934217e6d7",
|
||||
"/chunks/subscription-service.js": "/chunks/subscription-service.js?id=90c1aa9431689a89eb3d",
|
||||
"/chunks/upgrade-billing.js": "/chunks/upgrade-billing.js?id=a57ae14d01b850dc407a",
|
||||
"/chunks/upgrade-billing~chunks/upgrade-plan.js": "/chunks/upgrade-billing~chunks/upgrade-plan.js?id=e1658ebec711765f67fc",
|
||||
"/chunks/upgrade-plan.js": "/chunks/upgrade-plan.js?id=e9fd7c6eae64a3e31fdd",
|
||||
"/chunks/user.js": "/chunks/user.js?id=74d6fc3aec1bb1fcf96e",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=de7d351840e543c974d3",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=237fd7b853d239e72157",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=da4693b15ff3983d1289",
|
||||
"/chunks/user-invoices.js": "/chunks/user-invoices.js?id=cfb926d8275b93396bfa",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=b5a44d3df616132f09b4",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=183651e913ed08c055b2",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=c3943edd7c78b52d6729",
|
||||
"/chunks/users.js": "/chunks/users.js?id=08cd93020ef025950590",
|
||||
"/vendors~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-i~68e3c6cf.js": "/vendors~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-i~68e3c6cf.js?id=b490efdc8470a6c2f625",
|
||||
"/vendors~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-i~a4a4a595.js": "/vendors~chunks/admin-account~chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-i~a4a4a595.js?id=be99c10088b00578891b",
|
||||
"/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~ch~52c14f2e.js": "/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~ch~52c14f2e.js?id=66afa0e341251a68c3d3"
|
||||
"/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~ch~52c14f2e.js": "/vendors~chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~ch~52c14f2e.js?id=66afa0e341251a68c3d3",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.f04e8e75ca44d7829252.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.f04e8e75ca44d7829252.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.6e088ce1ae1e3c29d8a7.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.6e088ce1ae1e3c29d8a7.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.d88b9ea24101214d9d21.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.d88b9ea24101214d9d21.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.9a45fe7d0fdd44d5827d.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.9a45fe7d0fdd44d5827d.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.8abe2add881934e0b48a.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.8abe2add881934e0b48a.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.8cfe2a75874fac9c20c3.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.8cfe2a75874fac9c20c3.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.0939271713d8f5990277.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.0939271713d8f5990277.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.9e8ee824d8a1fe909d66.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.9e8ee824d8a1fe909d66.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.988191ca18d6f3a8bafa.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.988191ca18d6f3a8bafa.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.ea1db3c77f22cdeac18a.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.ea1db3c77f22cdeac18a.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.f977ae5f86d57bf3c100.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.f977ae5f86d57bf3c100.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.65d470d8c6335e9df756.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.65d470d8c6335e9df756.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.65f79b70ff17ed1069fa.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.65f79b70ff17ed1069fa.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.f44533de0fdaa6f8327d.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.f44533de0fdaa6f8327d.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.362aa2fca48c32fe3180.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.362aa2fca48c32fe3180.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.09578c166c082961b553.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.09578c166c082961b553.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.380b7e7d702efc0be03a.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.380b7e7d702efc0be03a.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.29827138ccda326bd763.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.29827138ccda326bd763.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.82915f4624c9c44a29f1.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.82915f4624c9c44a29f1.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.187762eef86809cd99a2.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.187762eef86809cd99a2.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.396d69d748945f29893a.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.396d69d748945f29893a.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.ca01a2d655bc3e11c47b.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.ca01a2d655bc3e11c47b.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.ba32ccec3a0c5a213142.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.ba32ccec3a0c5a213142.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.159b667138188e49840b.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.159b667138188e49840b.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.86b4f456d0a0177e72b1.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.86b4f456d0a0177e72b1.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.1a08c015954cbef32da2.hot-update.js": "/chunks/platform~chunks/shared.1a08c015954cbef32da2.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.e00d93881d46e1e8ef03.hot-update.js": "/chunks/platform~chunks/shared.e00d93881d46e1e8ef03.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.b6c8801a4f92b8f1d007.hot-update.js": "/chunks/platform~chunks/shared.b6c8801a4f92b8f1d007.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.25eb8775cf915deb9f0c.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.25eb8775cf915deb9f0c.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.061e3d7542b302b21887.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.061e3d7542b302b21887.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.d0015623962a6547bb00.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.d0015623962a6547bb00.hot-update.js",
|
||||
"/chunks/app-appearance.5ecaeefccd4c822aadbf.hot-update.js": "/chunks/app-appearance.5ecaeefccd4c822aadbf.hot-update.js",
|
||||
"/chunks/app-appearance.6919015e595ce59ddcef.hot-update.js": "/chunks/app-appearance.6919015e595ce59ddcef.hot-update.js",
|
||||
"/chunks/app-appearance.ff2a6b9fd70ec7d8cb73.hot-update.js": "/chunks/app-appearance.ff2a6b9fd70ec7d8cb73.hot-update.js",
|
||||
"/chunks/admin-account.55ead11da85bf580763e.hot-update.js": "/chunks/admin-account.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/app-appearance.55ead11da85bf580763e.hot-update.js": "/chunks/app-appearance.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/app-billings.55ead11da85bf580763e.hot-update.js": "/chunks/app-billings.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/app-email.55ead11da85bf580763e.hot-update.js": "/chunks/app-email.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/app-index.55ead11da85bf580763e.hot-update.js": "/chunks/app-index.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/app-others.55ead11da85bf580763e.hot-update.js": "/chunks/app-others.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/app-payments.55ead11da85bf580763e.hot-update.js": "/chunks/app-payments.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/app-setup.55ead11da85bf580763e.hot-update.js": "/chunks/app-setup.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/billings-detail.55ead11da85bf580763e.hot-update.js": "/chunks/billings-detail.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/contact-us.55ead11da85bf580763e.hot-update.js": "/chunks/contact-us.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/database.55ead11da85bf580763e.hot-update.js": "/chunks/database.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/environment-setup.55ead11da85bf580763e.hot-update.js": "/chunks/environment-setup.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.55ead11da85bf580763e.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.55ead11da85bf580763e.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/installation-disclaimer.55ead11da85bf580763e.hot-update.js": "/chunks/installation-disclaimer.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/page-edit.55ead11da85bf580763e.hot-update.js": "/chunks/page-edit.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/plan-create.55ead11da85bf580763e.hot-update.js": "/chunks/plan-create.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/plan-delete.55ead11da85bf580763e.hot-update.js": "/chunks/plan-delete.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/plan-settings.55ead11da85bf580763e.hot-update.js": "/chunks/plan-settings.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/plan-subscribers.55ead11da85bf580763e.hot-update.js": "/chunks/plan-subscribers.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/platform.55ead11da85bf580763e.hot-update.js": "/chunks/platform.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.55ead11da85bf580763e.hot-update.js": "/chunks/platform~chunks/shared.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/profile.55ead11da85bf580763e.hot-update.js": "/chunks/profile.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/settings-create-payment-methods.55ead11da85bf580763e.hot-update.js": "/chunks/settings-create-payment-methods.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/settings-invoices.55ead11da85bf580763e.hot-update.js": "/chunks/settings-invoices.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/settings-password.55ead11da85bf580763e.hot-update.js": "/chunks/settings-password.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/settings-payment-methods.55ead11da85bf580763e.hot-update.js": "/chunks/settings-payment-methods.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/stripe-credentials.55ead11da85bf580763e.hot-update.js": "/chunks/stripe-credentials.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/subscription-plans.55ead11da85bf580763e.hot-update.js": "/chunks/subscription-plans.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/upgrade-billing.55ead11da85bf580763e.hot-update.js": "/chunks/upgrade-billing.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/upgrade-plan.55ead11da85bf580763e.hot-update.js": "/chunks/upgrade-plan.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/user-create.55ead11da85bf580763e.hot-update.js": "/chunks/user-create.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/user-delete.55ead11da85bf580763e.hot-update.js": "/chunks/user-delete.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/user-detail.55ead11da85bf580763e.hot-update.js": "/chunks/user-detail.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/user-invoices.55ead11da85bf580763e.hot-update.js": "/chunks/user-invoices.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/user-password.55ead11da85bf580763e.hot-update.js": "/chunks/user-password.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/user-storage.55ead11da85bf580763e.hot-update.js": "/chunks/user-storage.55ead11da85bf580763e.hot-update.js",
|
||||
"/chunks/admin-account.e12bf850a60be546e9e9.hot-update.js": "/chunks/admin-account.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/app-appearance.e12bf850a60be546e9e9.hot-update.js": "/chunks/app-appearance.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/app-billings.e12bf850a60be546e9e9.hot-update.js": "/chunks/app-billings.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/app-email.e12bf850a60be546e9e9.hot-update.js": "/chunks/app-email.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/app-index.e12bf850a60be546e9e9.hot-update.js": "/chunks/app-index.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/app-others.e12bf850a60be546e9e9.hot-update.js": "/chunks/app-others.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/app-payments.e12bf850a60be546e9e9.hot-update.js": "/chunks/app-payments.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/app-setup.e12bf850a60be546e9e9.hot-update.js": "/chunks/app-setup.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/billings-detail.e12bf850a60be546e9e9.hot-update.js": "/chunks/billings-detail.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/contact-us.e12bf850a60be546e9e9.hot-update.js": "/chunks/contact-us.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/database.e12bf850a60be546e9e9.hot-update.js": "/chunks/database.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/environment-setup.e12bf850a60be546e9e9.hot-update.js": "/chunks/environment-setup.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.e12bf850a60be546e9e9.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.e12bf850a60be546e9e9.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/installation-disclaimer.e12bf850a60be546e9e9.hot-update.js": "/chunks/installation-disclaimer.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/page-edit.e12bf850a60be546e9e9.hot-update.js": "/chunks/page-edit.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/plan-create.e12bf850a60be546e9e9.hot-update.js": "/chunks/plan-create.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/plan-delete.e12bf850a60be546e9e9.hot-update.js": "/chunks/plan-delete.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/plan-settings.e12bf850a60be546e9e9.hot-update.js": "/chunks/plan-settings.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/plan-subscribers.e12bf850a60be546e9e9.hot-update.js": "/chunks/plan-subscribers.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/platform.e12bf850a60be546e9e9.hot-update.js": "/chunks/platform.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.e12bf850a60be546e9e9.hot-update.js": "/chunks/platform~chunks/shared.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/profile.e12bf850a60be546e9e9.hot-update.js": "/chunks/profile.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/settings-create-payment-methods.e12bf850a60be546e9e9.hot-update.js": "/chunks/settings-create-payment-methods.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/settings-invoices.e12bf850a60be546e9e9.hot-update.js": "/chunks/settings-invoices.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/settings-password.e12bf850a60be546e9e9.hot-update.js": "/chunks/settings-password.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/settings-payment-methods.e12bf850a60be546e9e9.hot-update.js": "/chunks/settings-payment-methods.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/stripe-credentials.e12bf850a60be546e9e9.hot-update.js": "/chunks/stripe-credentials.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/subscription-plans.e12bf850a60be546e9e9.hot-update.js": "/chunks/subscription-plans.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/upgrade-billing.e12bf850a60be546e9e9.hot-update.js": "/chunks/upgrade-billing.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/upgrade-plan.e12bf850a60be546e9e9.hot-update.js": "/chunks/upgrade-plan.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/user-create.e12bf850a60be546e9e9.hot-update.js": "/chunks/user-create.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/user-delete.e12bf850a60be546e9e9.hot-update.js": "/chunks/user-delete.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/user-detail.e12bf850a60be546e9e9.hot-update.js": "/chunks/user-detail.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/user-invoices.e12bf850a60be546e9e9.hot-update.js": "/chunks/user-invoices.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/user-password.e12bf850a60be546e9e9.hot-update.js": "/chunks/user-password.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/user-storage.e12bf850a60be546e9e9.hot-update.js": "/chunks/user-storage.e12bf850a60be546e9e9.hot-update.js",
|
||||
"/chunks/admin-account.311025b3f93ef01b2f1a.hot-update.js": "/chunks/admin-account.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/app-appearance.311025b3f93ef01b2f1a.hot-update.js": "/chunks/app-appearance.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/app-billings.311025b3f93ef01b2f1a.hot-update.js": "/chunks/app-billings.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/app-email.311025b3f93ef01b2f1a.hot-update.js": "/chunks/app-email.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/app-index.311025b3f93ef01b2f1a.hot-update.js": "/chunks/app-index.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/app-others.311025b3f93ef01b2f1a.hot-update.js": "/chunks/app-others.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/app-payments.311025b3f93ef01b2f1a.hot-update.js": "/chunks/app-payments.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/app-setup.311025b3f93ef01b2f1a.hot-update.js": "/chunks/app-setup.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/billings-detail.311025b3f93ef01b2f1a.hot-update.js": "/chunks/billings-detail.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/contact-us.311025b3f93ef01b2f1a.hot-update.js": "/chunks/contact-us.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/database.311025b3f93ef01b2f1a.hot-update.js": "/chunks/database.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/environment-setup.311025b3f93ef01b2f1a.hot-update.js": "/chunks/environment-setup.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.311025b3f93ef01b2f1a.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.311025b3f93ef01b2f1a.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/installation-disclaimer.311025b3f93ef01b2f1a.hot-update.js": "/chunks/installation-disclaimer.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/page-edit.311025b3f93ef01b2f1a.hot-update.js": "/chunks/page-edit.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/plan-create.311025b3f93ef01b2f1a.hot-update.js": "/chunks/plan-create.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/plan-delete.311025b3f93ef01b2f1a.hot-update.js": "/chunks/plan-delete.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/plan-settings.311025b3f93ef01b2f1a.hot-update.js": "/chunks/plan-settings.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/plan-subscribers.311025b3f93ef01b2f1a.hot-update.js": "/chunks/plan-subscribers.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/platform.311025b3f93ef01b2f1a.hot-update.js": "/chunks/platform.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.311025b3f93ef01b2f1a.hot-update.js": "/chunks/platform~chunks/shared.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/profile.311025b3f93ef01b2f1a.hot-update.js": "/chunks/profile.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/settings-create-payment-methods.311025b3f93ef01b2f1a.hot-update.js": "/chunks/settings-create-payment-methods.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/settings-invoices.311025b3f93ef01b2f1a.hot-update.js": "/chunks/settings-invoices.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/settings-password.311025b3f93ef01b2f1a.hot-update.js": "/chunks/settings-password.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/settings-payment-methods.311025b3f93ef01b2f1a.hot-update.js": "/chunks/settings-payment-methods.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/stripe-credentials.311025b3f93ef01b2f1a.hot-update.js": "/chunks/stripe-credentials.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/subscription-plans.311025b3f93ef01b2f1a.hot-update.js": "/chunks/subscription-plans.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/upgrade-billing.311025b3f93ef01b2f1a.hot-update.js": "/chunks/upgrade-billing.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/upgrade-plan.311025b3f93ef01b2f1a.hot-update.js": "/chunks/upgrade-plan.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/user-create.311025b3f93ef01b2f1a.hot-update.js": "/chunks/user-create.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/user-delete.311025b3f93ef01b2f1a.hot-update.js": "/chunks/user-delete.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/user-detail.311025b3f93ef01b2f1a.hot-update.js": "/chunks/user-detail.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/user-invoices.311025b3f93ef01b2f1a.hot-update.js": "/chunks/user-invoices.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/user-password.311025b3f93ef01b2f1a.hot-update.js": "/chunks/user-password.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/user-storage.311025b3f93ef01b2f1a.hot-update.js": "/chunks/user-storage.311025b3f93ef01b2f1a.hot-update.js",
|
||||
"/chunks/app-appearance.9ecdf1f678d2940e2db8.hot-update.js": "/chunks/app-appearance.9ecdf1f678d2940e2db8.hot-update.js",
|
||||
"/chunks/app-appearance.a26345437f097d6aa872.hot-update.js": "/chunks/app-appearance.a26345437f097d6aa872.hot-update.js",
|
||||
"/chunks/app-appearance.56b46613ab2dea4b8d07.hot-update.js": "/chunks/app-appearance.56b46613ab2dea4b8d07.hot-update.js",
|
||||
"/chunks/app-appearance.e51632a583029132ff42.hot-update.js": "/chunks/app-appearance.e51632a583029132ff42.hot-update.js",
|
||||
"/chunks/admin-account.992caecaf3a54ad05613.hot-update.js": "/chunks/admin-account.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/app-appearance.992caecaf3a54ad05613.hot-update.js": "/chunks/app-appearance.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/app-billings.992caecaf3a54ad05613.hot-update.js": "/chunks/app-billings.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/app-email.992caecaf3a54ad05613.hot-update.js": "/chunks/app-email.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/app-index.992caecaf3a54ad05613.hot-update.js": "/chunks/app-index.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/app-others.992caecaf3a54ad05613.hot-update.js": "/chunks/app-others.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/app-payments.992caecaf3a54ad05613.hot-update.js": "/chunks/app-payments.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/app-setup.992caecaf3a54ad05613.hot-update.js": "/chunks/app-setup.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/billings-detail.992caecaf3a54ad05613.hot-update.js": "/chunks/billings-detail.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/contact-us.992caecaf3a54ad05613.hot-update.js": "/chunks/contact-us.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/database.992caecaf3a54ad05613.hot-update.js": "/chunks/database.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/environment-setup.992caecaf3a54ad05613.hot-update.js": "/chunks/environment-setup.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.992caecaf3a54ad05613.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.992caecaf3a54ad05613.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/installation-disclaimer.992caecaf3a54ad05613.hot-update.js": "/chunks/installation-disclaimer.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/page-edit.992caecaf3a54ad05613.hot-update.js": "/chunks/page-edit.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/plan-create.992caecaf3a54ad05613.hot-update.js": "/chunks/plan-create.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/plan-delete.992caecaf3a54ad05613.hot-update.js": "/chunks/plan-delete.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/plan-settings.992caecaf3a54ad05613.hot-update.js": "/chunks/plan-settings.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/plan-subscribers.992caecaf3a54ad05613.hot-update.js": "/chunks/plan-subscribers.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/platform.992caecaf3a54ad05613.hot-update.js": "/chunks/platform.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.992caecaf3a54ad05613.hot-update.js": "/chunks/platform~chunks/shared.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/profile.992caecaf3a54ad05613.hot-update.js": "/chunks/profile.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/settings-create-payment-methods.992caecaf3a54ad05613.hot-update.js": "/chunks/settings-create-payment-methods.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/settings-invoices.992caecaf3a54ad05613.hot-update.js": "/chunks/settings-invoices.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/settings-password.992caecaf3a54ad05613.hot-update.js": "/chunks/settings-password.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/settings-payment-methods.992caecaf3a54ad05613.hot-update.js": "/chunks/settings-payment-methods.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/stripe-credentials.992caecaf3a54ad05613.hot-update.js": "/chunks/stripe-credentials.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/subscription-plans.992caecaf3a54ad05613.hot-update.js": "/chunks/subscription-plans.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/upgrade-billing.992caecaf3a54ad05613.hot-update.js": "/chunks/upgrade-billing.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/upgrade-plan.992caecaf3a54ad05613.hot-update.js": "/chunks/upgrade-plan.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/user-create.992caecaf3a54ad05613.hot-update.js": "/chunks/user-create.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/user-delete.992caecaf3a54ad05613.hot-update.js": "/chunks/user-delete.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/user-detail.992caecaf3a54ad05613.hot-update.js": "/chunks/user-detail.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/user-invoices.992caecaf3a54ad05613.hot-update.js": "/chunks/user-invoices.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/user-password.992caecaf3a54ad05613.hot-update.js": "/chunks/user-password.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/user-storage.992caecaf3a54ad05613.hot-update.js": "/chunks/user-storage.992caecaf3a54ad05613.hot-update.js",
|
||||
"/chunks/app-appearance.a78b3c18d2429c6daee7.hot-update.js": "/chunks/app-appearance.a78b3c18d2429c6daee7.hot-update.js",
|
||||
"/chunks/app-appearance.b3b1df5a32d2360eea7b.hot-update.js": "/chunks/app-appearance.b3b1df5a32d2360eea7b.hot-update.js",
|
||||
"/chunks/app-appearance.a0cb02c6e45b21d3b2d5.hot-update.js": "/chunks/app-appearance.a0cb02c6e45b21d3b2d5.hot-update.js",
|
||||
"/chunks/app-appearance.4d6e4b0b61d6655b4634.hot-update.js": "/chunks/app-appearance.4d6e4b0b61d6655b4634.hot-update.js",
|
||||
"/chunks/app-appearance.7e7c10474a9b3ec63c33.hot-update.js": "/chunks/app-appearance.7e7c10474a9b3ec63c33.hot-update.js",
|
||||
"/chunks/admin-account.379c65ae3668bd018ffa.hot-update.js": "/chunks/admin-account.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/app-appearance.379c65ae3668bd018ffa.hot-update.js": "/chunks/app-appearance.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/app-billings.379c65ae3668bd018ffa.hot-update.js": "/chunks/app-billings.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/app-email.379c65ae3668bd018ffa.hot-update.js": "/chunks/app-email.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/app-index.379c65ae3668bd018ffa.hot-update.js": "/chunks/app-index.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/app-others.379c65ae3668bd018ffa.hot-update.js": "/chunks/app-others.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/app-payments.379c65ae3668bd018ffa.hot-update.js": "/chunks/app-payments.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/app-setup.379c65ae3668bd018ffa.hot-update.js": "/chunks/app-setup.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/billings-detail.379c65ae3668bd018ffa.hot-update.js": "/chunks/billings-detail.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/contact-us.379c65ae3668bd018ffa.hot-update.js": "/chunks/contact-us.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/database.379c65ae3668bd018ffa.hot-update.js": "/chunks/database.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/environment-setup.379c65ae3668bd018ffa.hot-update.js": "/chunks/environment-setup.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.379c65ae3668bd018ffa.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.379c65ae3668bd018ffa.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser~chunks/sha~8510f6c9.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/installation-disclaimer.379c65ae3668bd018ffa.hot-update.js": "/chunks/installation-disclaimer.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/page-edit.379c65ae3668bd018ffa.hot-update.js": "/chunks/page-edit.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/plan-create.379c65ae3668bd018ffa.hot-update.js": "/chunks/plan-create.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/plan-delete.379c65ae3668bd018ffa.hot-update.js": "/chunks/plan-delete.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/plan-settings.379c65ae3668bd018ffa.hot-update.js": "/chunks/plan-settings.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/plan-subscribers.379c65ae3668bd018ffa.hot-update.js": "/chunks/plan-subscribers.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/platform.379c65ae3668bd018ffa.hot-update.js": "/chunks/platform.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.379c65ae3668bd018ffa.hot-update.js": "/chunks/platform~chunks/shared.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/profile.379c65ae3668bd018ffa.hot-update.js": "/chunks/profile.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/settings-create-payment-methods.379c65ae3668bd018ffa.hot-update.js": "/chunks/settings-create-payment-methods.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/settings-invoices.379c65ae3668bd018ffa.hot-update.js": "/chunks/settings-invoices.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/settings-password.379c65ae3668bd018ffa.hot-update.js": "/chunks/settings-password.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/settings-payment-methods.379c65ae3668bd018ffa.hot-update.js": "/chunks/settings-payment-methods.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/stripe-credentials.379c65ae3668bd018ffa.hot-update.js": "/chunks/stripe-credentials.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/subscription-plans.379c65ae3668bd018ffa.hot-update.js": "/chunks/subscription-plans.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/upgrade-billing.379c65ae3668bd018ffa.hot-update.js": "/chunks/upgrade-billing.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/upgrade-plan.379c65ae3668bd018ffa.hot-update.js": "/chunks/upgrade-plan.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/user-create.379c65ae3668bd018ffa.hot-update.js": "/chunks/user-create.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/user-delete.379c65ae3668bd018ffa.hot-update.js": "/chunks/user-delete.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/user-detail.379c65ae3668bd018ffa.hot-update.js": "/chunks/user-detail.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/user-invoices.379c65ae3668bd018ffa.hot-update.js": "/chunks/user-invoices.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/user-password.379c65ae3668bd018ffa.hot-update.js": "/chunks/user-password.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/user-storage.379c65ae3668bd018ffa.hot-update.js": "/chunks/user-storage.379c65ae3668bd018ffa.hot-update.js",
|
||||
"/chunks/user-detail.1a6ce21ce35082fc8b42.hot-update.js": "/chunks/user-detail.1a6ce21ce35082fc8b42.hot-update.js",
|
||||
"/chunks/user-detail.cf2fdde8f83a885d9059.hot-update.js": "/chunks/user-detail.cf2fdde8f83a885d9059.hot-update.js",
|
||||
"/chunks/user.1e0d0113a76a0060b826.hot-update.js": "/chunks/user.1e0d0113a76a0060b826.hot-update.js",
|
||||
"/chunks/user-detail.23bc05690d67481f9800.hot-update.js": "/chunks/user-detail.23bc05690d67481f9800.hot-update.js",
|
||||
"/chunks/user.763faddc745efc67473c.hot-update.js": "/chunks/user.763faddc745efc67473c.hot-update.js",
|
||||
"/chunks/user.b28f7bb1ecf4e24d4247.hot-update.js": "/chunks/user.b28f7bb1ecf4e24d4247.hot-update.js",
|
||||
"/chunks/user.0fc439765fb3606f44b0.hot-update.js": "/chunks/user.0fc439765fb3606f44b0.hot-update.js",
|
||||
"/chunks/user.f8b470ff62889d0d0750.hot-update.js": "/chunks/user.f8b470ff62889d0d0750.hot-update.js",
|
||||
"/chunks/user.72df32dae02824cc95ad.hot-update.js": "/chunks/user.72df32dae02824cc95ad.hot-update.js",
|
||||
"/chunks/user.68e877fc7122abe8a6a3.hot-update.js": "/chunks/user.68e877fc7122abe8a6a3.hot-update.js",
|
||||
"/chunks/user-detail.ef96fa0841b7167ae46f.hot-update.js": "/chunks/user-detail.ef96fa0841b7167ae46f.hot-update.js",
|
||||
"/chunks/user-detail.c1a8d70ee0b428c0ceca.hot-update.js": "/chunks/user-detail.c1a8d70ee0b428c0ceca.hot-update.js",
|
||||
"/js/main.06917e06aff8651a8ca8.hot-update.js": "/js/main.06917e06aff8651a8ca8.hot-update.js",
|
||||
"/chunks/platform.06917e06aff8651a8ca8.hot-update.js": "/chunks/platform.06917e06aff8651a8ca8.hot-update.js",
|
||||
"/chunks/user-detail.e3a30b55ed4675265b68.hot-update.js": "/chunks/user-detail.e3a30b55ed4675265b68.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.ca5ea2bf76501ea093f5.hot-update.js": "/chunks/platform~chunks/shared.ca5ea2bf76501ea093f5.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.8c2423f9e40d08d98631.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.8c2423f9e40d08d98631.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.f7ddc6e46c7f2b3a2c21.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.f7ddc6e46c7f2b3a2c21.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.c8b7d9086c42c9307f60.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.c8b7d9086c42c9307f60.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.18323531aa78c29bed6f.hot-update.js": "/chunks/platform~chunks/shared.18323531aa78c29bed6f.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.7d175d97a1e9bcbf5de8.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.7d175d97a1e9bcbf5de8.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.5e87046f687d5426e758.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.5e87046f687d5426e758.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.1883e7b258070e20d6d4.hot-update.js": "/chunks/files~chunks/platform~chunks/shared~chunks/shared-files~chunks/shared/file-browser.1883e7b258070e20d6d4.hot-update.js",
|
||||
"/chunks/platform~chunks/shared.fdc659200db237d8525f.hot-update.js": "/chunks/platform~chunks/shared.fdc659200db237d8525f.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.1ef392fef838849f3d58.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.1ef392fef838849f3d58.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.93aff3cb9bb48fbf4133.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.93aff3cb9bb48fbf4133.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.ff82029680ede5ebd8b8.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.ff82029680ede5ebd8b8.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.d72b2dcac4ab44835258.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.d72b2dcac4ab44835258.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.472f117d9a57f0281d09.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser~chunks/shared/single-file.472f117d9a57f0281d09.hot-update.js",
|
||||
"/js/main.8545900b7742334982e9.hot-update.js": "/js/main.8545900b7742334982e9.hot-update.js",
|
||||
"/js/main.44a903b52dcd72e3d790.hot-update.js": "/js/main.44a903b52dcd72e3d790.hot-update.js",
|
||||
"/js/main.16e030f043cd3382285b.hot-update.js": "/js/main.16e030f043cd3382285b.hot-update.js",
|
||||
"/chunks/files~chunks/shared/file-browser.c4fd734b7e598b828c08.hot-update.js": "/chunks/files~chunks/shared/file-browser.c4fd734b7e598b828c08.hot-update.js",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.438ec999692bac03807c.hot-update.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.438ec999692bac03807c.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.438ec999692bac03807c.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.438ec999692bac03807c.hot-update.js",
|
||||
"/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.a4d591e053bf4213a653.hot-update.js": "/chunks/app-appearance~chunks/app-billings~chunks/app-email~chunks/app-index~chunks/app-others~chunks~b9e5655a.a4d591e053bf4213a653.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.a4d591e053bf4213a653.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.a4d591e053bf4213a653.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.7400dca2b268a08fa328.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.7400dca2b268a08fa328.hot-update.js",
|
||||
"/js/main.9f2545786c070f5ddfc3.hot-update.js": "/js/main.9f2545786c070f5ddfc3.hot-update.js",
|
||||
"/js/main.fb073ed44c9d071e575c.hot-update.js": "/js/main.fb073ed44c9d071e575c.hot-update.js",
|
||||
"/js/main.9accb17d2a52e476f895.hot-update.js": "/js/main.9accb17d2a52e476f895.hot-update.js",
|
||||
"/chunks/files~chunks/shared-files~chunks/shared/file-browser.b2b487d826a20f9d5488.hot-update.js": "/chunks/files~chunks/shared-files~chunks/shared/file-browser.b2b487d826a20f9d5488.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.6197999ce4d9c7666898.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.6197999ce4d9c7666898.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.714d5aa7a5efd290154f.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.714d5aa7a5efd290154f.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.c56ea34572897b7ebeae.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.c56ea34572897b7ebeae.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.49f469315114ce8b30dd.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.49f469315114ce8b30dd.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.439675f3b6b3f1b09a3c.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.439675f3b6b3f1b09a3c.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.fd8d8cd336eaf32830df.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.fd8d8cd336eaf32830df.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.61ffe641d4d621011d4d.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.61ffe641d4d621011d4d.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.7c0a42bf0362409d74f7.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.7c0a42bf0362409d74f7.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.a235ee82f49ec16a4774.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.a235ee82f49ec16a4774.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.f4469ea0a8d48059474c.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.f4469ea0a8d48059474c.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.734a49e37c2b47c311c2.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.734a49e37c2b47c311c2.hot-update.js",
|
||||
"/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.59e66a575169547ef7aa.hot-update.js": "/chunks/files~chunks/platform~chunks/shared-files~chunks/shared/file-browser.59e66a575169547ef7aa.hot-update.js",
|
||||
"/chunks/plan.f0728a16ae824f326646.hot-update.js": "/chunks/plan.f0728a16ae824f326646.hot-update.js",
|
||||
"/chunks/plan.7cdb39024207c428bfd5.hot-update.js": "/chunks/plan.7cdb39024207c428bfd5.hot-update.js",
|
||||
"/chunks/plan-subscribers.9214f2f478a14ca67372.hot-update.js": "/chunks/plan-subscribers.9214f2f478a14ca67372.hot-update.js",
|
||||
"/chunks/plan-subscribers.4c4879f282815d00ab04.hot-update.js": "/chunks/plan-subscribers.4c4879f282815d00ab04.hot-update.js"
|
||||
}
|
||||
|
||||
11
public/sass/invoice.scss
vendored
11
public/sass/invoice.scss
vendored
@@ -3,7 +3,6 @@ $text: #1c1d1f;
|
||||
$text-muted: rgba($text, 0.7);
|
||||
$light_background: #f4f6f6;
|
||||
$light_mode_border: #F8F8F8;
|
||||
$theme: #00BC7E;
|
||||
|
||||
@mixin font-size($size) {
|
||||
font-size:($size/16) + 0em;
|
||||
@@ -70,17 +69,12 @@ body {
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: rgba($theme, 0.1);
|
||||
|
||||
.icon {
|
||||
path, line, polyline, rect, circle {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
color: $theme;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -103,7 +97,6 @@ body {
|
||||
padding-bottom: 10px;
|
||||
@include font-size(12);
|
||||
font-weight: 700;
|
||||
color: $theme;
|
||||
|
||||
&:last-child {
|
||||
text-align: right;
|
||||
@@ -159,7 +152,6 @@ body {
|
||||
h1 {
|
||||
@include font-size(30);
|
||||
font-weight: 300;
|
||||
color: $theme;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -185,7 +177,6 @@ body {
|
||||
}
|
||||
|
||||
.partner-title {
|
||||
color: $theme;
|
||||
@include font-size(22);
|
||||
font-weight: 300;
|
||||
margin-bottom: 10px;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div id="vuefilemanager" @click="unClick" v-cloak>
|
||||
<Alert />
|
||||
<ToastrWrapper />
|
||||
|
||||
<router-view />
|
||||
|
||||
@@ -10,6 +11,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ToastrWrapper from '@/components/Others/Notifications/ToastrWrapper'
|
||||
import CookieDisclaimer from '@/components/Others/CookieDisclaimer'
|
||||
import Vignette from '@/components/Others/Vignette'
|
||||
import Alert from '@/components/FilesView/Alert'
|
||||
@@ -19,6 +21,7 @@ export default {
|
||||
name: 'app',
|
||||
components: {
|
||||
CookieDisclaimer,
|
||||
ToastrWrapper,
|
||||
Vignette,
|
||||
Alert
|
||||
},
|
||||
|
||||
@@ -48,11 +48,6 @@
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
&.theme {
|
||||
color: $theme;
|
||||
background: rgba($theme, .1);
|
||||
}
|
||||
|
||||
&.secondary {
|
||||
color: $text;
|
||||
background: $light_background;
|
||||
|
||||
@@ -7,14 +7,12 @@
|
||||
<chevron-left-icon size="17" :class="{ 'is-active': browseHistory.length > 1 }" class="icon-back"></chevron-left-icon>
|
||||
|
||||
<span class="back-directory-title">
|
||||
{{ directoryName }}
|
||||
</span>
|
||||
{{ directoryName }}
|
||||
</span>
|
||||
|
||||
<span @click.stop="folderActions" v-if="
|
||||
browseHistory.length > 1 && $isThisLocation(['base', 'public'])
|
||||
" class="folder-options" id="folder-actions">
|
||||
<more-horizontal-icon size="14" class="icon-more"></more-horizontal-icon>
|
||||
</span>
|
||||
<span @click.stop="folderActions" v-if="browseHistory.length > 1 && $isThisLocation(['base', 'public'])" class="folder-options group" id="folder-actions">
|
||||
<more-horizontal-icon size="14" class="icon-more group-hover-text-theme" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -287,7 +285,7 @@ export default {
|
||||
background: $light_background;
|
||||
|
||||
svg circle {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -68,8 +68,6 @@ export default {
|
||||
events.$on('drop', () => {
|
||||
this.isVisible = false
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -88,43 +86,11 @@ export default {
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 7px 25px 1px rgba(0, 0, 0, 0.12);
|
||||
background: white;
|
||||
|
||||
/deep/ .text {
|
||||
.title {
|
||||
color: $text;
|
||||
}
|
||||
|
||||
.count {
|
||||
color: $text-muted;
|
||||
}
|
||||
}
|
||||
|
||||
/deep/ .icon-wrapper {
|
||||
.icon {
|
||||
stroke: $theme;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
#multi-select-ui {
|
||||
background: $dark_mode_foreground;
|
||||
|
||||
/deep/ .text {
|
||||
.title {
|
||||
color: $dark_mode_text_primary;
|
||||
}
|
||||
|
||||
.count {
|
||||
color: $dark_mode_text_secondary;
|
||||
}
|
||||
}
|
||||
|
||||
/deep/ .icon-wrapper {
|
||||
.icon {
|
||||
stroke: $theme;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
|
||||
<!--If is file or image, then link item-->
|
||||
<span v-if="isFile || (isImage && !item.thumbnail)" class="file-icon-text">
|
||||
<span v-if="isFile || (isImage && !item.thumbnail)" class="file-icon-text text-theme">
|
||||
{{ item.mimetype }}
|
||||
</span>
|
||||
|
||||
@@ -394,7 +394,7 @@ export default {
|
||||
vertical-align: middle;
|
||||
|
||||
path, circle, line {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -438,7 +438,6 @@ export default {
|
||||
padding: 15px 0;
|
||||
|
||||
&.is-dragenter {
|
||||
border: 2px dashed $theme;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
@@ -489,7 +488,6 @@ export default {
|
||||
text-align: center;
|
||||
left: 0;
|
||||
right: 0;
|
||||
color: $theme;
|
||||
@include font-size(12);
|
||||
font-weight: 600;
|
||||
user-select: none;
|
||||
|
||||
@@ -509,7 +509,6 @@ export default {
|
||||
padding: 7px;
|
||||
|
||||
&.is-dragenter {
|
||||
border: 2px dashed $theme;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,14 +1,16 @@
|
||||
<template>
|
||||
<svg width="13px" height="15px" viewBox="0 0 13 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="VueFileManager" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
|
||||
<g id="Storage-Alert-Copy" transform="translate(-888.000000, -238.000000)" stroke="#000000" stroke-width="1.6">
|
||||
<g id="Sorting-Menu" transform="translate(865.000000, 67.000000)">
|
||||
<g id="alphabet-icon" transform="translate(24.000000, 172.000000)">
|
||||
<polyline id="Path" points="11.1999993 13.1999991 5.59999967 0.199999094 0 13.1999991 5.59999967 0.199999094"></polyline>
|
||||
<line x1="2.25" y1="8" x2="8.75" y2="8" id="Line-2"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<svg class="alphabet-icon" fill="none" stroke="currentColor" stroke-width="2" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" width="15px" height="15px" viewBox="0 0 13 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<polyline id="Path" points="11.1999993 13.1999991 5.59999967 0.199999094 0 13.1999991 5.59999967 0.199999094"></polyline>
|
||||
<line x1="2.25" y1="8" x2="8.75" y2="8" id="Line-2"></line>
|
||||
</svg>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
|
||||
.alphabet-icon {
|
||||
|
||||
polyline, line, g {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -1,27 +1,28 @@
|
||||
<template>
|
||||
<div class="wrapper">
|
||||
<div class="icon-wrapper">
|
||||
<CheckSquareIcon class="icon" size="21"/>
|
||||
<CheckSquareIcon class="icon text-theme" size="21" />
|
||||
</div>
|
||||
|
||||
<div class="text" >
|
||||
<span class="title">{{title }}</span>
|
||||
<span class="count">{{subtitle }}</span>
|
||||
<div class="text">
|
||||
<span class="title">{{ title }}</span>
|
||||
<span class="count">{{ subtitle }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import {CheckSquareIcon} from "vue-feather-icons";
|
||||
import {mapGetters} from 'vuex'
|
||||
import {events} from '@/bus'
|
||||
import {CheckSquareIcon} from "vue-feather-icons"
|
||||
|
||||
|
||||
export default {
|
||||
name:'MultiSelected',
|
||||
props: [ 'title' , 'subtitle' ],
|
||||
components: {CheckSquareIcon},
|
||||
}
|
||||
export default {
|
||||
name: 'MultiSelected',
|
||||
props: [
|
||||
'title',
|
||||
'subtitle'
|
||||
],
|
||||
components: {
|
||||
CheckSquareIcon
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@@ -31,25 +32,28 @@ import {events} from '@/bus'
|
||||
.wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
.text{
|
||||
|
||||
.text {
|
||||
padding-left: 10px;
|
||||
width: 100%;
|
||||
word-break: break-all;
|
||||
|
||||
.title {
|
||||
@include font-size(14);
|
||||
@include font-size(14);
|
||||
font-weight: 700;
|
||||
line-height: 1.4;
|
||||
display: block;
|
||||
color: $text;
|
||||
}
|
||||
|
||||
.count {
|
||||
@include font-size(12);
|
||||
@include font-size(12);
|
||||
font-weight: 600;
|
||||
color: $theme;
|
||||
color: $text-muted;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-wrapper {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -60,8 +64,9 @@ import {events} from '@/bus'
|
||||
white-space: nowrap;
|
||||
outline: none;
|
||||
border: none;
|
||||
.icon {
|
||||
stroke: $text;
|
||||
|
||||
polyline, path {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -72,15 +77,17 @@ import {events} from '@/bus'
|
||||
.title {
|
||||
color: $dark_mode_text_primary;
|
||||
}
|
||||
|
||||
.count {
|
||||
color: $dark_mode_text_secondary;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon-wrapper {
|
||||
.icon {
|
||||
.icon {
|
||||
stroke: $theme;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<folder-plus-icon v-if="icon === 'create-folder'" size="17" class="group-hover-text-theme"/>
|
||||
<smile-icon v-if="icon === 'no-options'" size="17" class="group-hover-text-theme"/>
|
||||
<paperclip-icon v-if="icon === 'zip-folder'" size="17" class="group-hover-text-theme"/>
|
||||
<alphabet-icon v-if="icon === 'alphabet'" size="17" class="group-hover-text-theme"/>
|
||||
</div>
|
||||
<div class="text-label group-hover-text-theme">
|
||||
{{ title }}
|
||||
@@ -24,6 +25,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AlphabetIcon from '@/components/FilesView/Icons/AlphabetIcon'
|
||||
import {
|
||||
CornerDownRightIcon,
|
||||
DownloadCloudIcon,
|
||||
@@ -36,7 +38,10 @@ import {
|
||||
StarIcon,
|
||||
LinkIcon,
|
||||
EyeIcon,
|
||||
SmileIcon
|
||||
SmileIcon,
|
||||
GridIcon,
|
||||
ListIcon,
|
||||
CalendarIcon,
|
||||
} from 'vue-feather-icons'
|
||||
|
||||
export default {
|
||||
@@ -48,6 +53,7 @@ import {
|
||||
FolderPlusIcon,
|
||||
PaperclipIcon,
|
||||
LifeBuoyIcon,
|
||||
AlphabetIcon,
|
||||
Trash2Icon,
|
||||
SmileIcon,
|
||||
Edit2Icon,
|
||||
@@ -55,6 +61,9 @@ import {
|
||||
LinkIcon,
|
||||
StarIcon,
|
||||
EyeIcon,
|
||||
GridIcon,
|
||||
ListIcon,
|
||||
CalendarIcon,
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="progress-bar">
|
||||
<span :style="{ width: progress + '%' }"></span>
|
||||
<span class="bg-theme" :style="{ width: progress + '%' }"></span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -23,7 +23,6 @@ export default {
|
||||
border-radius: 10px;
|
||||
|
||||
span {
|
||||
background: $theme;
|
||||
display: block;
|
||||
height: 100%;
|
||||
border-radius: 10px;
|
||||
|
||||
@@ -1,56 +1,17 @@
|
||||
<template>
|
||||
<div class="menu-options" id="menu-list">
|
||||
<OptionGroup class="menu-option-group">
|
||||
<Option v-if="isList" @click="changePreview('grid')" :title="$t('preview_sorting.grid_view')" icon="grid" />
|
||||
<Option v-if="isGrid" @click="changePreview('list')" :title="$t('preview_sorting.list_view')" icon="list" />
|
||||
<Option v-if="isList" @click.native="changePreview('grid')" :title="$t('preview_sorting.grid_view')" icon="grid" />
|
||||
<Option v-if="isGrid" @click.native="changePreview('list')" :title="$t('preview_sorting.list_view')" icon="list" />
|
||||
</OptionGroup>
|
||||
<OptionGroup class="menu-option-group">
|
||||
<Option @click.stop="sort('created_at')" :title="$t('preview_sorting.sort_date')" icon="calendar" />
|
||||
<Option @click.stop="sort('name')" :title="$t('preview_sorting.sort_alphabet')" icon="alphabet" />
|
||||
<Option @click.native.stop="sort('created_at')" :title="$t('preview_sorting.sort_date')" icon="calendar" />
|
||||
<Option @click.native.stop="sort('name')" :title="$t('preview_sorting.sort_alphabet')" icon="alphabet" />
|
||||
</OptionGroup>
|
||||
|
||||
<ul v-if="false" class="menu-option-group">
|
||||
<li v-if="isList" class="menu-option" @click="changePreview('grid')">
|
||||
<div class="icon">
|
||||
<grid-icon size="17"/>
|
||||
</div>
|
||||
<div class="text-label">
|
||||
{{ $t('preview_sorting.grid_view') }}
|
||||
</div>
|
||||
</li>
|
||||
<li v-if="isGrid" class="menu-option" @click="changePreview('list')">
|
||||
<div class="icon">
|
||||
<list-icon size="17"/>
|
||||
</div>
|
||||
<div class="text-label">
|
||||
{{ $t('preview_sorting.list_view') }}
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<ul v-if="false" class="menu-option-group">
|
||||
<li class="menu-option" @click.stop="sort('created_at')">
|
||||
<div class="icon">
|
||||
<calendar-icon size="17"/>
|
||||
</div>
|
||||
<div class="text-label">
|
||||
{{ $t('preview_sorting.sort_date') }}
|
||||
</div>
|
||||
<div class="show-icon">
|
||||
<arrow-up-icon size="17" v-if="filter.field === 'created_at'" :class="{ 'arrow-down': filter.sort === 'ASC' }"/>
|
||||
</div>
|
||||
</li>
|
||||
<li class="menu-option" @click.stop="sort('name')">
|
||||
<div class="icon">
|
||||
<alphabet-icon size="17" class="alphabet-icon"/>
|
||||
</div>
|
||||
<div class="text-label">
|
||||
{{ $t('preview_sorting.sort_alphabet') }}
|
||||
</div>
|
||||
<div class="show-icon">
|
||||
<arrow-up-icon size="17" v-if="filter.field === 'name'" :class="{ 'arrow-down': filter.sort === 'ASC' }"/>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- TODO: implementovat sipky
|
||||
<arrow-up-icon size="17" v-if="filter.field === 'created_at'" :class="{ 'arrow-down': filter.sort === 'ASC' }"/>
|
||||
<arrow-up-icon size="17" v-if="filter.field === 'name'" :class="{ 'arrow-down': filter.sort === 'ASC' }"/>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -129,7 +90,6 @@ export default {
|
||||
this.filter.sort = sorting ? sorting.sort : 'DESC'
|
||||
this.filter.field = sorting ? sorting.field : 'created_at'
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -152,14 +112,6 @@ export default {
|
||||
.icon {
|
||||
margin-right: 20px;
|
||||
line-height: 0;
|
||||
|
||||
.alphabet-icon {
|
||||
/deep/ line,
|
||||
/deep/ polyline {
|
||||
stroke: $text;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.text-label {
|
||||
@@ -222,15 +174,6 @@ export default {
|
||||
|
||||
.menu-option {
|
||||
color: $dark_mode_text_primary;
|
||||
|
||||
.icon {
|
||||
.alphabet-icon {
|
||||
/deep/ line,
|
||||
/deep/ polyline {
|
||||
stroke: $dark_mode_text_primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
<!--Is processing-->
|
||||
<span v-if="isProcessingFile">
|
||||
<refresh-cw-icon size="12" class="sync-alt"></refresh-cw-icon>
|
||||
<refresh-cw-icon size="12" class="sync-alt text-theme" />
|
||||
{{ $t('uploading.processing_file') }}
|
||||
</span>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div class="progress-wrapper">
|
||||
<ProgressBar :progress="uploadingProgress" />
|
||||
<span @click="cancelUpload" :title="$t('uploading.cancel')" class="cancel-icon">
|
||||
<x-icon size="16" @click="cancelUpload"></x-icon>
|
||||
<x-icon size="16" @click="cancelUpload" class="hover-text-theme"></x-icon>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
@@ -63,7 +63,7 @@
|
||||
margin-right: 5px;
|
||||
|
||||
polyline, path {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
&:hover {
|
||||
|
||||
line {
|
||||
stroke: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="plan-wrapper">
|
||||
<header class="plan-header">
|
||||
<div class="icon">
|
||||
<hard-drive-icon class="text-theme" size="26"></hard-drive-icon>
|
||||
<hard-drive-icon class="text-theme" size="26" />
|
||||
</div>
|
||||
<h1 class="title">{{ plan.data.attributes.name }}</h1>
|
||||
<h2 class="description">{{ plan.data.attributes.description }}</h2>
|
||||
|
||||
@@ -12,16 +12,21 @@
|
||||
|
||||
<script>
|
||||
import { CheckIcon } from 'vue-feather-icons'
|
||||
import { mapGetters } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'ColorPicker',
|
||||
props: [ 'pickedColor' ],
|
||||
components: { CheckIcon },
|
||||
computed: {
|
||||
...mapGetters([
|
||||
'config'
|
||||
])
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
selectedColor: this.pickedColor,
|
||||
colors: [
|
||||
'#41B883',
|
||||
'#FE6F6F',
|
||||
'#FE6F91',
|
||||
'#FE6FC0',
|
||||
@@ -53,6 +58,9 @@ export default {
|
||||
|
||||
this.$emit('input', value)
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.colors.push(this.config.app_color)
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
<div class="inline-wrapper icon-append copy-input" :class="size" @click="copyUrl">
|
||||
<input ref="sel" :value="item.shared.link" id="link-input" type="text" class="input-text" readonly>
|
||||
<div class="multi-icon">
|
||||
<div class="icon-item">
|
||||
<link-icon v-if="! isCopiedLink" size="14"></link-icon>
|
||||
<check-icon v-if="isCopiedLink" size="14"></check-icon>
|
||||
<div class="icon-item group hover-bg-theme-100">
|
||||
<link-icon v-if="! isCopiedLink" size="14" class="group-hover-text-theme hover-text-theme"/>
|
||||
<check-icon v-if="isCopiedLink" size="14" class="group-hover-text-theme hover-text-theme"/>
|
||||
</div>
|
||||
<div class="icon-item" @click.stop.prevent="menuForEmail">
|
||||
<send-icon size="14"></send-icon>
|
||||
<div class="icon-item group hover-bg-theme-100" @click.stop.prevent="menuForEmail">
|
||||
<send-icon size="14" class="group-hover-text-theme hover-text-theme" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -78,7 +78,7 @@ export default {
|
||||
line,
|
||||
path,
|
||||
polygon {
|
||||
stroke: $text !important;
|
||||
color: $text;
|
||||
}
|
||||
|
||||
.icon-item {
|
||||
@@ -89,13 +89,12 @@ export default {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background: $text;
|
||||
|
||||
line,
|
||||
polyline,
|
||||
path,
|
||||
polygon {
|
||||
stroke: white !important;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -42,23 +42,19 @@
|
||||
|
||||
/deep/ a {
|
||||
font-size: 15px;
|
||||
color: $theme;
|
||||
}
|
||||
|
||||
/deep/ b {
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
color: $theme;
|
||||
}
|
||||
}
|
||||
|
||||
b {
|
||||
font-weight: 700;
|
||||
color: $theme;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $theme;
|
||||
font-weight: 700;
|
||||
@include font-size(15);
|
||||
line-height: 1.6;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div class="plan-wrapper">
|
||||
<header class="plan-header">
|
||||
<div class="icon">
|
||||
<hard-drive-icon size="26"></hard-drive-icon>
|
||||
<hard-drive-icon class="text-theme" size="26" />
|
||||
</div>
|
||||
<h1 class="title">{{ plan.data.attributes.name }}</h1>
|
||||
<h2 class="description">{{ plan.data.attributes.description }}</h2>
|
||||
@@ -14,7 +14,7 @@
|
||||
<span class="storage-description">{{ $t('page_pricing_tables.storage_capacity') }}</span>
|
||||
</section>
|
||||
<footer class="plan-footer">
|
||||
<b class="price">
|
||||
<b class="price text-theme">
|
||||
{{ plan.data.attributes.price }}/{{ $t('global.monthly_ac') }}
|
||||
<small v-if="plan.data.attributes.tax_rates.length > 0" class="vat-disclaimer">{{ $t('page_pricing_tables.vat_excluded') }}</small>
|
||||
</b>
|
||||
@@ -97,7 +97,7 @@
|
||||
|
||||
.icon {
|
||||
path, line, polyline, rect, circle {
|
||||
color: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,7 +136,6 @@
|
||||
}
|
||||
|
||||
.price {
|
||||
color: $theme;
|
||||
@include font-size(18);
|
||||
display: block;
|
||||
margin-bottom: 20px;
|
||||
|
||||
@@ -157,9 +157,8 @@
|
||||
}
|
||||
|
||||
.is-dragenter {
|
||||
border: 2px dashed $theme !important;
|
||||
border-radius: 8px;
|
||||
}
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.folder-item {
|
||||
display: block;
|
||||
|
||||
2
resources/js/helpers.js
vendored
2
resources/js/helpers.js
vendored
@@ -85,7 +85,7 @@ const Helpers = {
|
||||
// Push items to file queue
|
||||
[...files].map(item => {
|
||||
this.$store.commit('ADD_FILES_TO_QUEUE', {
|
||||
folder_id: store.getters.currentFolder.id,
|
||||
folder_id: store.getters.currentFolder.id ? store.getters.currentFolder.id : '',
|
||||
file: item,
|
||||
})
|
||||
});
|
||||
|
||||
@@ -26,6 +26,21 @@
|
||||
|
||||
<FormLabel class="mt-70">{{ $t('admin_settings.appearance.section_appearance') }}</FormLabel>
|
||||
|
||||
<!--TODO: add language-->
|
||||
<div class="block-wrapper">
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="App Title" rules="required" v-slot="{ errors }">
|
||||
<div class="inline-wrapper">
|
||||
<div class="switch-label">
|
||||
<label class="input-label">Color Theme:</label>
|
||||
<small class="input-help">Your color change will be visible after app refresh.</small>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</div>
|
||||
<input @input="$updateText('/admin/settings', 'app_color', app.color)" v-model="app.color" :placeholder="$t('admin_settings.appearance.title_plac')" type="color"
|
||||
:class="{'is-error': errors[0]}" class="focus-border-theme"/>
|
||||
</div>
|
||||
</ValidationProvider>
|
||||
</div>
|
||||
|
||||
<div class="block-wrapper">
|
||||
<label>{{ $t('admin_settings.appearance.logo') }}:</label>
|
||||
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="App Logo" v-slot="{ errors }">
|
||||
@@ -91,7 +106,7 @@
|
||||
mounted() {
|
||||
axios.get('/api/admin/settings', {
|
||||
params: {
|
||||
column: 'app_title|app_description|app_logo|app_favicon|app_logo_horizontal'
|
||||
column: 'app_title|app_description|app_logo|app_favicon|app_logo_horizontal|app_color'
|
||||
}
|
||||
})
|
||||
.then(response => {
|
||||
@@ -100,6 +115,7 @@
|
||||
description: response.data.app_description,
|
||||
favicon: response.data.app_favicon,
|
||||
title: response.data.app_title,
|
||||
color: response.data.app_color,
|
||||
logo: response.data.app_logo,
|
||||
}
|
||||
})
|
||||
|
||||
@@ -9,31 +9,31 @@
|
||||
<!--Page Tab links-->
|
||||
<div class="menu-list-wrapper horizontal">
|
||||
<router-link replace :to="{name: 'PlanSettings', params: {id: plan.id}}"
|
||||
class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<settings-icon size="17"></settings-icon>
|
||||
class="menu-list-item link link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<settings-icon size="17" />
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_page_plans.tabs.settings') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'PlanSubscribers', params: {id: plan.id}}"
|
||||
class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<users-icon size="17"></users-icon>
|
||||
class="menu-list-item link link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<users-icon size="17" />
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_page_plans.tabs.subscribers') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'PlanDelete', params: {id: plan.id}}"
|
||||
class="menu-list-item link">
|
||||
<div class="icon">
|
||||
<trash2-icon size="17"></trash2-icon>
|
||||
class="menu-list-item link link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<trash2-icon size="17" />
|
||||
</div>
|
||||
<div class="label">
|
||||
<div class="label text-theme">
|
||||
{{ $t('admin_page_plans.tabs.delete') }}
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<PageTab :is-loading="isLoading">
|
||||
<PageTabGroup>
|
||||
<DatatableWrapper @init="isLoading = false" :api="'/api/admin/plans/' + this.$route.params.id + '/subscribers'" :paginator="false" :columns="columns" :data="subscribers" class="table">
|
||||
<DatatableWrapper @init="isLoading = false" :api="`/api/admin/plans/${this.$route.params.id}/subscribers`" :paginator="false" :columns="columns" :data="subscribers" class="table">
|
||||
|
||||
<!--Table data content-->
|
||||
<template slot-scope="{ row }">
|
||||
@@ -10,14 +10,14 @@
|
||||
<router-link :to="{name: 'UserDetail', params: {id: row.data.id}}">
|
||||
<DatatableCellImage
|
||||
image-size="small"
|
||||
:image="row.data.attributes.avatar"
|
||||
:title="row.data.attributes.name"
|
||||
:image="row.data.relationships.settings.data.attributes.avatar"
|
||||
:title="row.data.relationships.settings.data.attributes.name"
|
||||
/>
|
||||
</router-link>
|
||||
</td>
|
||||
<td>
|
||||
<span class="cell-item">
|
||||
{{ row.relationships.storage.data.attributes.used }}%
|
||||
{{ row.data.attributes.storage.used }}%
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
</div>
|
||||
</router-link>
|
||||
|
||||
<router-link replace :to="{name: 'UserDelete'}" v-if="user.data.relationships.settings.data.attributes.name !== admin.name"
|
||||
<router-link replace :to="{name: 'UserDelete'}" v-if="admin && user.data.relationships.settings.data.attributes.name !== admin.data.relationships.settings.data.attributes.name"
|
||||
class="menu-list-item link border-bottom-theme">
|
||||
<div class="icon text-theme">
|
||||
<trash2-icon size="17"></trash2-icon>
|
||||
@@ -120,7 +120,7 @@
|
||||
computed: {
|
||||
...mapGetters(['config']),
|
||||
admin() {
|
||||
return this.$store.getters.user ? this.$store.getters.user.data.attributes : undefined
|
||||
return this.$store.getters.user ? this.$store.getters.user : undefined
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<label>{{ $t('admin_page_user.select_role') }}:</label>
|
||||
<div class="single-line-form">
|
||||
<SelectInput v-model="userRole" :options="roles"
|
||||
:placeholder="$t('admin_page_user.select_role')" :isError="errors[0]"/>
|
||||
:placeholder="$t('admin_page_user.select_role')" :isError="errors[0]" />
|
||||
<ButtonBase :loading="isSendingRequest" :disabled="isSendingRequest" type="submit"
|
||||
button-style="theme" class="submit-button">
|
||||
{{ $t('admin_page_user.save_role') }}
|
||||
@@ -199,8 +199,6 @@
|
||||
// Reset errors
|
||||
this.$refs.changeRole.reset()
|
||||
|
||||
this.isSendingRequest = false
|
||||
|
||||
this.$emit('reload-user')
|
||||
|
||||
events.$emit('toaster', {
|
||||
@@ -209,16 +207,16 @@
|
||||
})
|
||||
})
|
||||
.catch(() => {
|
||||
|
||||
this.isSendingRequest = false
|
||||
|
||||
events.$emit('alert:open', {
|
||||
title: this.$t('popup_error.title'),
|
||||
message: this.$t('popup_error.message'),
|
||||
})
|
||||
})
|
||||
.finally(() => {
|
||||
this.isSendingRequest = false
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -41,9 +41,6 @@
|
||||
<!--Navigation Sidebar-->
|
||||
<MenuBar />
|
||||
|
||||
<!--Toastr-->
|
||||
<ToastrWrapper />
|
||||
|
||||
<!--File page-->
|
||||
<keep-alive :include="['Admin', 'Users']">
|
||||
<router-view :class="{'is-scaled-down': isScaledDown}" />
|
||||
@@ -54,7 +51,6 @@
|
||||
<script>
|
||||
import MobileSortingAndPreview from '@/components/FilesView/MobileSortingAndPreview'
|
||||
import MobileMultiSelectMenu from '@/components/FilesView/MobileMultiSelectMenu'
|
||||
import ToastrWrapper from '@/components/Others/Notifications/ToastrWrapper'
|
||||
import ProcessingPopup from '@/components/FilesView/ProcessingPopup'
|
||||
import FileFullPreview from '@/components/FilesView/FileFullPreview'
|
||||
import MobileNavigation from '@/components/Others/MobileNavigation'
|
||||
@@ -79,7 +75,6 @@ export default {
|
||||
MobileNavigation,
|
||||
FileFullPreview,
|
||||
ProcessingPopup,
|
||||
ToastrWrapper,
|
||||
CreateFolder,
|
||||
ShareCreate,
|
||||
MobileMenu,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<MobileHeader :title="$router.currentRoute.meta.title" />
|
||||
<div class="content-page">
|
||||
<div class="plan-title">
|
||||
<credit-card-icon size="42" class="title-icon"></credit-card-icon>
|
||||
<credit-card-icon size="42" class="title-icon text-theme" />
|
||||
<h1>{{ $t('page_upgrade_account.title') }}</h1>
|
||||
<h2>{{ $t('page_upgrade_account.desription') }}</h2>
|
||||
</div>
|
||||
@@ -95,6 +95,7 @@
|
||||
:placeholder="$t('user_settings.name_plac')"
|
||||
type="text"
|
||||
:class="{'is-error': errors[0]}"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -109,6 +110,7 @@
|
||||
:placeholder="$t('user_settings.address_plac')"
|
||||
type="text"
|
||||
:class="{'is-error': errors[0]}"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -124,6 +126,7 @@
|
||||
:placeholder="$t('user_settings.city_plac')"
|
||||
type="text"
|
||||
:class="{'is-error': errors[0]}"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -138,6 +141,7 @@
|
||||
:placeholder="$t('user_settings.postal_code_plac')"
|
||||
type="text"
|
||||
:class="{'is-error': errors[0]}"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -167,6 +171,7 @@
|
||||
:placeholder="$t('user_settings.state_plac')"
|
||||
type="text"
|
||||
:class="{'is-error': errors[0]}"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
<small class="input-help">
|
||||
State, county, province, or region.
|
||||
@@ -184,6 +189,7 @@
|
||||
:placeholder="$t('user_settings.phone_number_plac')"
|
||||
type="text"
|
||||
:class="{'is-error': errors[0]}"
|
||||
class="focus-border-theme"
|
||||
/>
|
||||
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
|
||||
</ValidationProvider>
|
||||
@@ -708,7 +714,7 @@
|
||||
margin: 0 auto 80px;
|
||||
|
||||
path, line, polyline, rect, circle {
|
||||
color: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<!--Page Title-->
|
||||
<div class="plan-title">
|
||||
<cloud-icon size="42" class="title-icon"></cloud-icon>
|
||||
<cloud-icon size="42" class="title-icon text-theme" />
|
||||
<h1>{{ $t('page_pricing_tables.title') }}</h1>
|
||||
<h2>{{ $t('page_pricing_tables.description') }}</h2>
|
||||
</div>
|
||||
@@ -75,7 +75,7 @@
|
||||
margin: 0 auto 80px;
|
||||
|
||||
path, line, polyline, rect, circle {
|
||||
color: $theme;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
<!--Empty page-->
|
||||
<template v-slot:empty-page>
|
||||
<InfoBox>
|
||||
<p>{{ $t('user_payments.empty') }} <router-link v-if="user.data.attributes.stripe_customer" :to="{name: 'CreatePaymentMethod'}">Add new payment method.</router-link> </p>
|
||||
<p>{{ $t('user_payments.empty') }} <router-link v-if="user.data.attributes.stripe_customer" :to="{name: 'CreatePaymentMethod'}" class="text-theme">Add new payment method.</router-link> </p>
|
||||
</InfoBox>
|
||||
</template>
|
||||
</DatatableWrapper>
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
|
||||
// Send delete request
|
||||
axios
|
||||
.post('/api/subscription/cancel')
|
||||
.post('/api/user/subscription/cancel')
|
||||
.then(() => {
|
||||
|
||||
// Update user data
|
||||
@@ -172,7 +172,7 @@
|
||||
|
||||
// Send delete request
|
||||
axios
|
||||
.post('/api/subscription/resume')
|
||||
.post('/api/user/subscription/resume')
|
||||
.then(() => {
|
||||
|
||||
// Update user data
|
||||
|
||||
1
resources/sass/app.scss
vendored
1
resources/sass/app.scss
vendored
@@ -197,7 +197,6 @@
|
||||
&.favourites {
|
||||
|
||||
&.is-dragenter .menu-list {
|
||||
border: 2px dashed $theme;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
8
resources/sass/vuefilemanager/_forms.scss
vendored
8
resources/sass/vuefilemanager/_forms.scss
vendored
@@ -103,6 +103,14 @@ textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="color"] {
|
||||
width: 38px;
|
||||
height: 40px;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input[type="password"],
|
||||
input[type="text"],
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
api: '{{ url('/api') }}',
|
||||
locale: '{{ \Illuminate\Support\Facades\App::getLocale() }}',
|
||||
|
||||
app_color: '{{ $settings->app_color }}',
|
||||
app_logo: '{{ $settings->app_logo ?? null }}',
|
||||
app_footer: '{!! $settings->footer_content ?? null !!}',
|
||||
app_name: '{{ $settings->app_title ?? 'VueFileManager' }}',
|
||||
|
||||
@@ -17,18 +17,20 @@
|
||||
vertical-align: top;
|
||||
}
|
||||
</style>
|
||||
|
||||
@include('vuefilemanager.others.color-template')
|
||||
</head>
|
||||
<body>
|
||||
<div id="toolbar-wrapper">
|
||||
<button class="button" onclick="window.print();">
|
||||
<svg class="icon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
|
||||
<button class="button group hover-bg-theme-100" onclick="window.print();">
|
||||
<svg class="icon group-hover-text-theme" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-printer">
|
||||
<polyline points="6 9 6 2 18 2 18 9"></polyline>
|
||||
<path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"></path>
|
||||
<rect x="6" y="14" width="12" height="8"></rect>
|
||||
</svg>
|
||||
<span class="label">@lang('vuefilemanager.print_button')</span>
|
||||
<span class="label group-hover-text-theme">@lang('vuefilemanager.print_button')</span>
|
||||
</button>
|
||||
</div>
|
||||
<div id="invoice-wrapper">
|
||||
@@ -42,7 +44,7 @@
|
||||
@endif
|
||||
</div>
|
||||
<div class="title">
|
||||
<h1>@lang('vuefilemanager.invoice_title')</h1>
|
||||
<h1 class="text-theme">@lang('vuefilemanager.invoice_title')</h1>
|
||||
</div>
|
||||
</header>
|
||||
<section class="invoice-subject">
|
||||
@@ -71,7 +73,7 @@
|
||||
</section>
|
||||
<div class="invoice-partners">
|
||||
<div class="partner">
|
||||
<h2 class="partner-title">@lang('vuefilemanager.seller'):</h2>
|
||||
<h2 class="partner-title text-theme">@lang('vuefilemanager.seller'):</h2>
|
||||
<ul class="list">
|
||||
@isset($settings->billing_vat_number)
|
||||
<li class="list-item">
|
||||
@@ -132,7 +134,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<div class="partner">
|
||||
<h2 class="partner-title">@lang('vuefilemanager.client'):</h2>
|
||||
<h2 class="partner-title text-theme">@lang('vuefilemanager.client'):</h2>
|
||||
<ul class="list">
|
||||
|
||||
@isset($invoice->customer_name)
|
||||
@@ -246,12 +248,12 @@
|
||||
<table width="100%" class="table" border="0">
|
||||
<thead class="table-header">
|
||||
<tr>
|
||||
<td>@lang('vuefilemanager.col_description')</td>
|
||||
<td>@lang('vuefilemanager.col_date')</td>
|
||||
<td class="text-theme">@lang('vuefilemanager.col_description')</td>
|
||||
<td class="text-theme">@lang('vuefilemanager.col_date')</td>
|
||||
@if ($invoice->hasTax())
|
||||
<td align="right">@lang('vuefilemanager.vat')</td>
|
||||
<td class="text-theme" align="right">@lang('vuefilemanager.vat')</td>
|
||||
@endif
|
||||
<td>@lang('vuefilemanager.col_amount')</td>
|
||||
<td class="text-theme">@lang('vuefilemanager.col_amount')</td>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
@@ -1,74 +1,85 @@
|
||||
<style>
|
||||
|
||||
{{-- Group options --}}
|
||||
.group:hover .group-hover-text-theme {color: #FF8200}
|
||||
.group:hover .group-hover-text-theme {color: {{ $settings->app_color }} !important;}
|
||||
|
||||
|
||||
{{-- Single option --}}
|
||||
.svg-color-theme {fill: #FF8200}
|
||||
.svg-color-theme {fill: {{ $settings->app_color }}}
|
||||
|
||||
.svg-stroke-theme {stroke: #FF8200}
|
||||
.hover-svg-stroke-theme:hover {stroke: #FF8200}
|
||||
.svg-stroke-theme {stroke: {{ $settings->app_color }}}
|
||||
.hover-svg-stroke-theme:hover {stroke: {{ $settings->app_color }}}
|
||||
|
||||
.hover-svg-stroke-theme:hover rect {stroke: #FF8200}
|
||||
.hover-svg-stroke-theme:hover line {stroke: #FF8200}
|
||||
.hover-svg-stroke-theme:hover rect {stroke: {{ $settings->app_color }}}
|
||||
.hover-svg-stroke-theme:hover line {stroke: {{ $settings->app_color }}}
|
||||
|
||||
.bg-theme {background: #FF8200}
|
||||
.bg-theme-50 {background: #FF820005}
|
||||
.bg-theme-100 {background: #FF820010}
|
||||
.bg-theme-800 {background: #FF820080}
|
||||
.hover-bg-theme:hover {background: #FF8200}
|
||||
.bg-theme {background: {{ $settings->app_color }}}
|
||||
.bg-theme-50 {background: {{ $settings->app_color }}05}
|
||||
.bg-theme-100 {background: {{ $settings->app_color }}10}
|
||||
.bg-theme-800 {background: {{ $settings->app_color }}80}
|
||||
.hover-bg-theme:hover {background: {{ $settings->app_color }}}
|
||||
.hover-bg-theme-100:hover {background: {{ $settings->app_color }}10 !important;}
|
||||
|
||||
.text-theme {color: #FF8200}
|
||||
.hover-text-theme:hover {color: #FF8200}
|
||||
.text-theme {color: {{ $settings->app_color }}}
|
||||
.hover-text-theme:hover {color: {{ $settings->app_color }}}
|
||||
|
||||
.shadow-theme {box-shadow: 0 7px 16px 2px #FF820040}
|
||||
.shadow-theme {box-shadow: 0 7px 16px 2px {{ $settings->app_color }}40}
|
||||
|
||||
.border-theme {border-color: #FF8200}
|
||||
.border-top-theme {border-top-color: #FF8200 !important;}
|
||||
.border-left-theme {border-left-color: #FF8200 !important;}
|
||||
.hover-border-theme:hover {border-color: #FF8200}
|
||||
.border-theme {border-color: {{ $settings->app_color }}}
|
||||
.border-top-theme {border-top-color: {{ $settings->app_color }} !important;}
|
||||
.border-left-theme {border-left-color: {{ $settings->app_color }} !important;}
|
||||
.hover-border-theme:hover {border-color: {{ $settings->app_color }}}
|
||||
|
||||
.focus-within-border-theme:focus-within {border-color: #FF8200 !important;}
|
||||
.focus-within-border-theme:focus-within {border-color: {{ $settings->app_color }} !important;}
|
||||
|
||||
.focus-border-theme:focus {border-color: #FF8200}
|
||||
.focus-border-theme:focus[type='email'] {border-color: #FF8200}
|
||||
.focus-border-theme:focus[type='text'] {border-color: #FF8200}
|
||||
.focus-border-theme:focus[type='password'] {border-color: #FF8200}
|
||||
.focus-border-theme:focus[type='number'] {border-color: #FF8200}
|
||||
.focus-border-theme:focus {border-color: {{ $settings->app_color }}}
|
||||
.focus-border-theme:focus[type='email'] {border-color: {{ $settings->app_color }}}
|
||||
.focus-border-theme:focus[type='text'] {border-color: {{ $settings->app_color }}}
|
||||
.focus-border-theme:focus[type='password'] {border-color: {{ $settings->app_color }}}
|
||||
.focus-border-theme:focus[type='number'] {border-color: {{ $settings->app_color }}}
|
||||
|
||||
{{-- Global Active Class --}}
|
||||
.active.active-bg-theme-100 {background: #FF820010 !important;}
|
||||
.active.active-border-theme {border-color: #FF8200 !important;}
|
||||
.active .active-text-theme {color: #FF8200}
|
||||
.active.active-bg-theme-100 {background: {{ $settings->app_color }}10 !important;}
|
||||
.active.active-border-theme {border-color: {{ $settings->app_color }} !important;}
|
||||
.active .active-text-theme {color: {{ $settings->app_color }}}
|
||||
|
||||
{{-- Emoji Picker --}}
|
||||
.active-menu.focus-border-theme {border-color: #FF8200 !important;}
|
||||
.active-menu.focus-border-theme {border-color: {{ $settings->app_color }} !important;}
|
||||
|
||||
{{-- Menubar --}}
|
||||
.router-link-active.home .button-icon {background: #FF820010}
|
||||
.router-link-active.home .button-icon {background: {{ $settings->app_color }}10}
|
||||
|
||||
{{-- Content Panel --}}
|
||||
.router-link-active .text-theme {color: #FF8200 !important}
|
||||
.router-link-active .text-theme svg {color: #FF8200 !important}
|
||||
.router-link-active.border-bottom-theme {border-bottom-color: #FF8200 !important;}
|
||||
.router-link-active .text-theme {color: {{ $settings->app_color }} !important}
|
||||
.router-link-active .text-theme svg {color: {{ $settings->app_color }} !important}
|
||||
.router-link-active.border-bottom-theme {border-bottom-color: {{ $settings->app_color }} !important;}
|
||||
|
||||
.is-active .text-theme {color: #FF8200 !important}
|
||||
.is-active .text-theme svg {color: #FF8200 !important}
|
||||
.is-active .text-theme {color: {{ $settings->app_color }} !important}
|
||||
.is-active .text-theme svg {color: {{ $settings->app_color }} !important}
|
||||
|
||||
.menu-list-item.link:hover {color: #FF8200}
|
||||
.menu-list-item.link:hover .text-theme svg {color: #FF8200}
|
||||
.menu-list-item.link:hover {color: {{ $settings->app_color }}}
|
||||
.menu-list-item.link:hover .text-theme svg {color: {{ $settings->app_color }}}
|
||||
|
||||
{{-- Select Input --}}
|
||||
.input-area.is-active {border-color: #FF8200 !important}
|
||||
.input-area.is-active {border-color: {{ $settings->app_color }} !important}
|
||||
|
||||
{{-- ButtonBase --}}
|
||||
.button-base.theme-solid {background: #FF8200}
|
||||
.button-base.theme {background: #FF820010}
|
||||
.button-base.theme .content {color: #FF8200}
|
||||
.button-base.theme-solid {background: {{ $settings->app_color }}}
|
||||
.button-base.theme {background: {{ $settings->app_color }}10}
|
||||
.button-base.theme {color: {{ $settings->app_color }}}
|
||||
.button-base.theme .content {color: {{ $settings->app_color }}}
|
||||
|
||||
.button-base.theme polyline,
|
||||
.button-base.theme path {
|
||||
color: #FF8200
|
||||
color: {{ $settings->app_color }}
|
||||
}
|
||||
|
||||
.switch.active {background: #FF8200 !important;}
|
||||
.switch.active {background: {{ $settings->app_color }} !important;}
|
||||
|
||||
|
||||
{{-- Dragged borders --}}
|
||||
.file-item.is-dragenter {border-color: {{ $settings->app_color }} !important;}
|
||||
.folder-item.is-dragenter {border-color: {{ $settings->app_color }} !important;}
|
||||
.favourites.is-dragenter .menu-list {border-color: {{ $settings->app_color }} !important;}
|
||||
|
||||
</style>
|
||||
3
webpack.mix.js
vendored
3
webpack.mix.js
vendored
@@ -15,6 +15,9 @@ mix.js('resources/js/main.js', 'public/js')
|
||||
.sass('resources/sass/app.scss', 'public/css/app.css', {
|
||||
implementation: require('node-sass')
|
||||
})
|
||||
/*.sass('public/sass/invoice.scss', 'public/css/invoice.css', {
|
||||
implementation: require('node-sass')
|
||||
})*/
|
||||
.webpackConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user