From 15ceb243a0c2df7384ec23411ef8df16f1234049 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:08:13 +0000 Subject: [PATCH] chore(deps): lock file maintenance Signed-off-by: nextcloud-command --- css/main-BMsNvk-N.chunk.css | 9340 +++++ css/viewer-main.css | 2 +- ...2OG.chunk.mjs => index-DKbL89--.chunk.mjs} | 34818 ++++++++++------ js/index-DKbL89--.chunk.mjs.map | 1 + js/index-u7Jna2OG.chunk.mjs.map | 1 - ...chunk.mjs => index.esm-DA0VdZGr.chunk.mjs} | 492 +- ...s.map => index.esm-DA0VdZGr.chunk.mjs.map} | 2 +- js/vendor.LICENSE.txt | 38 +- js/viewer-main.mjs | 6945 ++- js/viewer-main.mjs.map | 2 +- package-lock.json | 4971 ++- 11 files changed, 38149 insertions(+), 18463 deletions(-) create mode 100644 css/main-BMsNvk-N.chunk.css rename js/{index-u7Jna2OG.chunk.mjs => index-DKbL89--.chunk.mjs} (59%) create mode 100644 js/index-DKbL89--.chunk.mjs.map delete mode 100644 js/index-u7Jna2OG.chunk.mjs.map rename js/{index.esm-Csh0a83W.chunk.mjs => index.esm-DA0VdZGr.chunk.mjs} (93%) rename js/{index.esm-Csh0a83W.chunk.mjs.map => index.esm-DA0VdZGr.chunk.mjs.map} (68%) diff --git a/css/main-BMsNvk-N.chunk.css b/css/main-BMsNvk-N.chunk.css new file mode 100644 index 000000000..b92f3b4b3 --- /dev/null +++ b/css/main-BMsNvk-N.chunk.css @@ -0,0 +1,9340 @@ +@charset "UTF-8";/*! + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +.toastify.dialogs { + min-width: 200px; + background: none; + background-color: var(--color-main-background); + color: var(--color-main-text); + box-shadow: 0 0 6px 0 var(--color-box-shadow); + padding: 0 12px; + margin-top: 45px; + position: fixed; + z-index: 10100; + border-radius: var(--border-radius); + display: flex; + align-items: center; +} +.toastify.dialogs .toast-undo-container { + display: flex; + align-items: center; +} +.toastify.dialogs .toast-undo-button, +.toastify.dialogs .toast-close { + position: static; + overflow: hidden; + box-sizing: border-box; + min-width: 44px; + height: 100%; + padding: 12px; + white-space: nowrap; + background-repeat: no-repeat; + background-position: center; + background-color: transparent; + min-height: 0; +} +.toastify.dialogs .toast-undo-button.toast-close, +.toastify.dialogs .toast-close.toast-close { + text-indent: 0; + opacity: 0.4; + border: none; + min-height: 44px; + margin-left: 10px; + font-size: 0; + /* dark theme overrides for Nextcloud 25 and later */ +} +.toastify.dialogs .toast-undo-button.toast-close::before, +.toastify.dialogs .toast-close.toast-close::before { + background-image: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20height='16'%20width='16'%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3e%3cpath%20d='M6.4%2019%205%2017.6l5.6-5.6L5%206.4%206.4%205l5.6%205.6L17.6%205%2019%206.4%2013.4%2012l5.6%205.6-1.4%201.4-5.6-5.6L6.4%2019Z'%20style='fill-rule:nonzero'%20transform='matrix(.85714%200%200%20.85714%20-2.286%20-2.286)'/%3e%3c/svg%3e"); + content: " "; + filter: var(--background-invert-if-dark); + display: inline-block; + width: 16px; + height: 16px; +} +.toastify.dialogs .toast-undo-button.toast-undo-button, +.toastify.dialogs .toast-close.toast-undo-button { + margin: 3px; + height: calc(100% - 2 * 3px); + margin-left: 12px; +} +.toastify.dialogs .toast-undo-button:hover, .toastify.dialogs .toast-undo-button:focus, .toastify.dialogs .toast-undo-button:active, +.toastify.dialogs .toast-close:hover, +.toastify.dialogs .toast-close:focus, +.toastify.dialogs .toast-close:active { + cursor: pointer; + opacity: 1; +} +.toastify.dialogs.toastify-top { + right: 10px; +} +.toastify.dialogs.toast-with-click { + cursor: pointer; +} +.toastify.dialogs.toast-error { + border-left: 3px solid var(--color-error); +} +.toastify.dialogs.toast-info { + border-left: 3px solid var(--color-primary); +} +.toastify.dialogs.toast-warning { + border-left: 3px solid var(--color-warning); +} +.toastify.dialogs.toast-success { + border-left: 3px solid var(--color-success); +} +.toastify.dialogs.toast-undo { + border-left: 3px solid var(--color-success); +} + +/* dark theme overrides for Nextcloud 24 and earlier */ +.theme--dark .toastify.dialogs .toast-close { + /* close icon style */ +} +.theme--dark .toastify.dialogs .toast-close.toast-close::before { + background-image: url("data:image/svg+xml,%3csvg%20viewBox='0%200%2016%2016'%20height='16'%20width='16'%20xmlns='http://www.w3.org/2000/svg'%20xml:space='preserve'%20style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3e%3cpath%20d='M6.4%2019%205%2017.6l5.6-5.6L5%206.4%206.4%205l5.6%205.6L17.6%205%2019%206.4%2013.4%2012l5.6%205.6-1.4%201.4-5.6-5.6L6.4%2019Z'%20style='fill:%23fff;fill-rule:nonzero'%20transform='matrix(.85714%200%200%20.85714%20-2.286%20-2.286)'/%3e%3c/svg%3e"); +} +.nc-generic-dialog .dialog__actions { + justify-content: space-between; + min-width: calc(100% - 12px); +} +/*! + * SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * Icon styling of the file list row preview or fallback icon + * (leading icon on the name row and header) + */ +._file-picker__file-icon_19mjt_9 { + width: 32px; + height: 32px; + min-width: 32px; + min-height: 32px; + background-repeat: no-repeat; + background-size: contain; + display: flex; + justify-content: center; +}/*! + * SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +tr.file-picker__row[data-v-15187afc] { + height: var(--row-height, 50px); +} +tr.file-picker__row td[data-v-15187afc] { + cursor: pointer; + overflow: hidden; + text-overflow: ellipsis; + border-bottom: none; +} +tr.file-picker__row td.row-checkbox[data-v-15187afc] { + padding: 0 2px; +} +tr.file-picker__row td[data-v-15187afc]:not(.row-checkbox) { + padding-inline: 14px 0; +} +tr.file-picker__row td.row-size[data-v-15187afc] { + text-align: end; + padding-inline: 0 14px; +} +tr.file-picker__row td.row-name[data-v-15187afc] { + padding-inline: 2px 0; +} +@keyframes gradient-15187afc { +0% { + background-position: 0% 50%; +} +50% { + background-position: 100% 50%; +} +100% { + background-position: 0% 50%; +} +} +.loading-row .row-checkbox[data-v-15187afc] { + text-align: center !important; +} +.loading-row span[data-v-15187afc] { + display: inline-block; + height: 24px; + background: linear-gradient(to right, var(--color-background-darker), var(--color-text-maxcontrast), var(--color-background-darker)); + background-size: 600px 100%; + border-radius: var(--border-radius); + animation: gradient-15187afc 12s ease infinite; +} +.loading-row .row-wrapper[data-v-15187afc] { + display: inline-flex; + align-items: center; +} +.loading-row .row-checkbox span[data-v-15187afc] { + width: 24px; +} +.loading-row .row-name span[data-v-15187afc]:last-of-type { + margin-inline-start: 6px; + width: 130px; +} +.loading-row .row-size span[data-v-15187afc] { + width: 80px; +} +.loading-row .row-modified span[data-v-15187afc] { + width: 90px; +}/*! + * SPDX-FileCopyrightText: 2023-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +tr.file-picker__row[data-v-cb12dccb] { + height: var(--row-height, 50px); +} +tr.file-picker__row td[data-v-cb12dccb] { + cursor: pointer; + overflow: hidden; + text-overflow: ellipsis; + border-bottom: none; +} +tr.file-picker__row td.row-checkbox[data-v-cb12dccb] { + padding: 0 2px; +} +tr.file-picker__row td[data-v-cb12dccb]:not(.row-checkbox) { + padding-inline: 14px 0; +} +tr.file-picker__row td.row-size[data-v-cb12dccb] { + text-align: end; + padding-inline: 0 14px; +} +tr.file-picker__row td.row-name[data-v-cb12dccb] { + padding-inline: 2px 0; +} +.file-picker__row--selected[data-v-cb12dccb] { + background-color: var(--color-background-dark); +} +.file-picker__row[data-v-cb12dccb]:hover { + background-color: var(--color-background-hover); +} +.file-picker__name-container[data-v-cb12dccb] { + display: flex; + justify-content: start; + align-items: center; + height: 100%; +} +.file-picker__file-name[data-v-cb12dccb] { + padding-inline-start: 6px; + min-width: 0; + overflow: hidden; + text-overflow: ellipsis; +} +.file-picker__file-extension[data-v-cb12dccb] { + color: var(--color-text-maxcontrast); + min-width: fit-content; +}.file-picker__header-preview[data-v-006fdbd0] { + width: 22px; + height: 32px; + flex: 0 0 auto; +} +.file-picker__files[data-v-006fdbd0] { + margin: 2px; + margin-inline-start: 12px; + overflow: scroll auto; +} +.file-picker__files table[data-v-006fdbd0] { + width: 100%; + max-height: 100%; + table-layout: fixed; +} +.file-picker__files th[data-v-006fdbd0] { + position: sticky; + z-index: 1; + top: 0; + background-color: var(--color-main-background); + padding: 2px; +} +.file-picker__files th .header-wrapper[data-v-006fdbd0] { + display: flex; +} +.file-picker__files th.row-checkbox[data-v-006fdbd0] { + width: 44px; +} +.file-picker__files th.row-name[data-v-006fdbd0] { + width: 230px; +} +.file-picker__files th.row-size[data-v-006fdbd0] { + width: 100px; +} +.file-picker__files th.row-modified[data-v-006fdbd0] { + width: 120px; +} +.file-picker__files th[data-v-006fdbd0]:not(.row-size) .button-vue__wrapper { + justify-content: start; + flex-direction: row-reverse; +} +.file-picker__files th[data-v-006fdbd0]:not(.row-size) .button-vue { + padding-inline: 16px 4px; +} +.file-picker__files th.row-size[data-v-006fdbd0] .button-vue__wrapper { + justify-content: end; +} +.file-picker__files th[data-v-006fdbd0] .button-vue__wrapper { + color: var(--color-text-maxcontrast); +} +.file-picker__files th[data-v-006fdbd0] .button-vue__wrapper .button-vue__text { + font-weight: normal; +}.file-picker__breadcrumbs[data-v-b357227a] { + flex-grow: 0 !important; +}.file-picker__side[data-v-b42054b8] { + display: flex; + flex-direction: column; + align-items: stretch; + gap: 0.5rem; + min-width: 200px; + padding: 2px; + margin-block-start: 7px; + overflow: auto; +} +.file-picker__side[data-v-b42054b8] .button-vue__wrapper { + justify-content: start; +} +.file-picker__filter-input[data-v-b42054b8] { + margin-block: 7px; + max-width: 260px; +} +@media (max-width: 736px) { +.file-picker__side[data-v-b42054b8] { + flex-direction: row; + min-width: unset; +} +} +@media (max-width: 512px) { +.file-picker__side[data-v-b42054b8] { + flex-direction: row; + min-width: unset; +} +.file-picker__filter-input[data-v-b42054b8] { + max-width: unset; +} +}/* Ensure focus outline is visible */ +.file-picker__navigation { + padding-inline: 8px 2px; +} +.file-picker__navigation, .file-picker__navigation * { + box-sizing: border-box; +} +.file-picker__navigation .v-select.select { + min-width: 220px; +} +@media (min-width: 513px) and (max-width: 736px) { +.file-picker__navigation { + gap: 11px; +} +} +@media (max-width: 512px) { +.file-picker__navigation { + flex-direction: column-reverse !important; +} +}.file-picker__view[data-v-20b719ba] { + height: 50px; + display: flex; + justify-content: start; + align-items: center; +} +.file-picker__view h3[data-v-20b719ba] { + font-weight: bold; + height: fit-content; + margin: 0; +} +.file-picker__main[data-v-20b719ba] { + box-sizing: border-box; + width: 100%; + display: flex; + flex-direction: column; + min-height: 0; + flex: 1; + padding-inline: 2px; +} +.file-picker__main *[data-v-20b719ba] { + box-sizing: border-box; +} +[data-v-20b719ba] .file-picker { + height: min(80vh, 800px) !important; +} +@media (max-width: 512px) { +[data-v-20b719ba] .file-picker { + height: calc(100% - 16px - var(--default-clickable-area)) !important; +} +} +[data-v-20b719ba] .file-picker__content { + display: flex; + flex-direction: column; + overflow: hidden; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} + +/** When having the small dialog style we override the modal styling so dialogs look more dialog like */ +@media only screen and (max-width: 512px) { +.dialog__modal .modal-wrapper--small .modal-container { + width: fit-content; + height: unset; + max-height: 90%; + position: relative; + top: unset; + border-radius: var(--border-radius-large); +} +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-de9f48dc] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.dialog[data-v-de9f48dc] { + height: 100%; + width: 100%; + display: flex; + flex-direction: column; + justify-content: space-between; + overflow: hidden; +} +.dialog__modal[data-v-de9f48dc] .modal-wrapper .modal-container { + display: flex !important; + padding-block: 4px 0; + padding-inline: 12px 0; +} +.dialog__modal[data-v-de9f48dc] .modal-wrapper .modal-container__content { + display: flex; + flex-direction: column; + overflow: hidden; +} +.dialog__wrapper[data-v-de9f48dc] { + display: flex; + flex-direction: row; + flex: 1; + min-height: 0; + overflow: hidden; +} +.dialog__wrapper--collapsed[data-v-de9f48dc] { + flex-direction: column; +} +.dialog__navigation[data-v-de9f48dc] { + display: flex; + flex-shrink: 0; +} +.dialog__wrapper:not(.dialog__wrapper--collapsed) .dialog__navigation[data-v-de9f48dc] { + flex-direction: column; + overflow: hidden auto; + height: 100%; + min-width: 200px; + margin-inline-end: 20px; +} +.dialog__wrapper.dialog__wrapper--collapsed .dialog__navigation[data-v-de9f48dc] { + flex-direction: row; + justify-content: space-between; + overflow: auto hidden; + width: 100%; + min-width: 100%; +} +.dialog__name[data-v-de9f48dc] { + font-size: 21px; + text-align: center; + height: fit-content; + min-height: var(--default-clickable-area); + line-height: var(--default-clickable-area); + overflow-wrap: break-word; + margin-block: 0 12px; +} +.dialog__content[data-v-de9f48dc] { + flex: 1; + min-height: 0; + overflow: auto; + padding-inline-end: 12px; +} +.dialog__text[data-v-de9f48dc] { + padding-block-end: 6px; +} +.dialog__actions[data-v-de9f48dc] { + box-sizing: border-box; + display: flex; + gap: 6px; + align-content: center; + justify-content: end; + width: 100%; + max-width: 100%; + padding-inline: 0 12px; + margin-inline: 0; + margin-block: 0; +} +.dialog__actions[data-v-de9f48dc]:not(:empty) { + margin-block: 6px 12px; +} +@media only screen and (max-width: 512px) { +.dialog__name[data-v-de9f48dc] { + text-align: start; + margin-inline-end: var(--default-clickable-area); +} +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-1d602fb0] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.modal-mask[data-v-1d602fb0] { + position: fixed; + z-index: 9998; + top: 0; + left: 0; + display: block; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); +} +.modal-mask--dark[data-v-1d602fb0] { + background-color: rgba(0, 0, 0, 0.92); +} +.modal-header[data-v-1d602fb0] { + position: absolute; + z-index: 10001; + top: 0; + right: 0; + left: 0; + display: flex !important; + align-items: center; + justify-content: center; + width: 100%; + height: var(--header-height); + overflow: hidden; + transition: opacity 250ms, visibility 250ms; +} +.modal-header__name[data-v-1d602fb0] { + overflow-x: hidden; + box-sizing: border-box; + width: 100%; + padding: 0 calc(var(--default-clickable-area) * 3) 0 12px; + transition: padding ease 100ms; + white-space: nowrap; + text-overflow: ellipsis; + font-size: 16px; + margin-block: 0; +} +@media only screen and (min-width: 1024px) { +.modal-header__name[data-v-1d602fb0] { + padding-left: calc(var(--default-clickable-area) * 3); + text-align: center; +} +} +.modal-header .icons-menu[data-v-1d602fb0] { + position: absolute; + right: 0; + display: flex; + align-items: center; + justify-content: flex-end; +} +.modal-header .icons-menu .header-close[data-v-1d602fb0] { + display: flex; + align-items: center; + justify-content: center; + box-sizing: border-box; + margin: calc((var(--header-height) - var(--default-clickable-area)) / 2); + padding: 0; +} +.modal-header .icons-menu .play-pause-icons[data-v-1d602fb0] { + position: relative; + width: var(--header-height); + height: var(--header-height); + margin: 0; + padding: 0; + cursor: pointer; + border: none; + background-color: transparent; +} +.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__play[data-v-1d602fb0], +.modal-header .icons-menu .play-pause-icons:hover .play-pause-icons__pause[data-v-1d602fb0], .modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__play[data-v-1d602fb0], +.modal-header .icons-menu .play-pause-icons:focus .play-pause-icons__pause[data-v-1d602fb0] { + opacity: 1; + border-radius: calc(var(--default-clickable-area) / 2); + background-color: rgba(127, 127, 127, 0.25); +} +.modal-header .icons-menu .play-pause-icons__play[data-v-1d602fb0], .modal-header .icons-menu .play-pause-icons__pause[data-v-1d602fb0] { + box-sizing: border-box; + width: var(--default-clickable-area); + height: var(--default-clickable-area); + margin: calc((var(--header-height) - var(--default-clickable-area)) / 2); + cursor: pointer; + opacity: 0.7; +} +.modal-header .icons-menu[data-v-1d602fb0] .action-item { + margin: calc((var(--header-height) - var(--default-clickable-area)) / 2); +} +.modal-header .icons-menu[data-v-1d602fb0] .action-item--single { + box-sizing: border-box; + width: var(--default-clickable-area); + height: var(--default-clickable-area); + cursor: pointer; + background-position: center; + background-size: 22px; +} +.modal-header .icons-menu .header-actions[data-v-1d602fb0] button:focus-visible { + box-shadow: none !important; + outline: 2px solid #fff !important; +} +.modal-header .icons-menu[data-v-1d602fb0] .action-item__menutoggle { + padding: 0; +} +.modal-header .icons-menu[data-v-1d602fb0] .action-item__menutoggle span, .modal-header .icons-menu[data-v-1d602fb0] .action-item__menutoggle svg { + width: var(--icon-size); + height: var(--icon-size); +} +.modal-wrapper[data-v-1d602fb0] { + display: flex; + align-items: center; + justify-content: center; + box-sizing: border-box; + width: 100%; + height: 100%; + /* Navigation buttons */ + /* Content */ +} +.modal-wrapper .prev[data-v-1d602fb0], +.modal-wrapper .next[data-v-1d602fb0] { + z-index: 10000; + height: 35vh; + min-height: 300px; + position: absolute; + transition: opacity 250ms; + color: white; +} +.modal-wrapper .prev[data-v-1d602fb0]:focus-visible, +.modal-wrapper .next[data-v-1d602fb0]:focus-visible { + box-shadow: 0 0 0 2px var(--color-primary-element-text); + background-color: var(--color-box-shadow); +} +.modal-wrapper .prev[data-v-1d602fb0] { + left: 2px; +} +.modal-wrapper .next[data-v-1d602fb0] { + right: 2px; +} +.modal-wrapper .modal-container[data-v-1d602fb0] { + position: relative; + display: flex; + padding: 0; + transition: transform 300ms ease; + border-radius: var(--border-radius-large); + background-color: var(--color-main-background); + color: var(--color-main-text); + box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); +} +.modal-wrapper .modal-container__close[data-v-1d602fb0] { + z-index: 1; + position: absolute; + top: 4px; + right: 4px; +} +.modal-wrapper .modal-container__content[data-v-1d602fb0] { + width: 100%; + min-height: 52px; + overflow: auto; +} +.modal-wrapper--small > .modal-container[data-v-1d602fb0] { + width: 400px; + max-width: 90%; + max-height: min(90%, 100% - 2 * var(--header-height)); +} +.modal-wrapper--normal > .modal-container[data-v-1d602fb0] { + max-width: 90%; + width: 600px; + max-height: min(90%, 100% - 2 * var(--header-height)); +} +.modal-wrapper--large > .modal-container[data-v-1d602fb0] { + max-width: 90%; + width: 900px; + max-height: min(90%, 100% - 2 * var(--header-height)); +} +.modal-wrapper--full > .modal-container[data-v-1d602fb0] { + width: 100%; + height: calc(100% - var(--header-height)); + position: absolute; + top: var(--header-height); + border-radius: 0; +} +@media only screen and ((max-width: 512px) or (max-height: 400px)) { +.modal-wrapper .modal-container[data-v-1d602fb0] { + max-width: initial; + width: 100%; + max-height: initial; + height: calc(100% - var(--header-height)); + position: absolute; + top: var(--header-height); + border-radius: 0; +} +} + +/* TRANSITIONS */ +.fade-enter-active[data-v-1d602fb0], +.fade-leave-active[data-v-1d602fb0] { + transition: opacity 250ms; +} +.fade-enter[data-v-1d602fb0], +.fade-leave-to[data-v-1d602fb0] { + opacity: 0; +} +.fade-visibility-enter[data-v-1d602fb0], +.fade-visibility-leave-to[data-v-1d602fb0] { + visibility: hidden; + opacity: 0; +} +.modal-in-enter-active[data-v-1d602fb0], +.modal-in-leave-active[data-v-1d602fb0], +.modal-out-enter-active[data-v-1d602fb0], +.modal-out-leave-active[data-v-1d602fb0] { + transition: opacity 250ms; +} +.modal-in-enter[data-v-1d602fb0], +.modal-in-leave-to[data-v-1d602fb0], +.modal-out-enter[data-v-1d602fb0], +.modal-out-leave-to[data-v-1d602fb0] { + opacity: 0; +} +.modal-in-enter .modal-container[data-v-1d602fb0], +.modal-in-leave-to .modal-container[data-v-1d602fb0] { + transform: scale(0.9); +} +.modal-out-enter .modal-container[data-v-1d602fb0], +.modal-out-leave-to .modal-container[data-v-1d602fb0] { + transform: scale(1.1); +} +.modal-mask .play-pause-icons .progress-ring[data-v-1d602fb0] { + position: absolute; + top: 0; + left: 0; + transform: rotate(-90deg); +} +.modal-mask .play-pause-icons .progress-ring .progress-ring__circle[data-v-1d602fb0] { + transition: 100ms stroke-dashoffset; + transform-origin: 50% 50%; + animation: progressring-1d602fb0 linear var(--slideshow-duration) infinite; + stroke-linecap: round; + stroke-dashoffset: 94.2477796077; + stroke-dasharray: 94.2477796077; +} +.modal-mask .play-pause-icons--paused .icon-pause[data-v-1d602fb0] { + animation: breath-1d602fb0 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; +} +.modal-mask .play-pause-icons--paused .progress-ring__circle[data-v-1d602fb0] { + animation-play-state: paused !important; +} +@keyframes progressring-1d602fb0 { +from { + stroke-dashoffset: 94.2477796077; +} +to { + stroke-dashoffset: 0; +} +} +@keyframes breath-1d602fb0 { +0% { + opacity: 1; +} +50% { + opacity: 0; +} +100% { + opacity: 1; +} +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-cc61c052] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.action-items[data-v-cc61c052] { + display: flex; + align-items: center; +} +.action-items > button[data-v-cc61c052] { + margin-right: calc((var(--default-clickable-area) - 16px) / 2 / 2); +} +.action-item[data-v-cc61c052] { + --open-background-color: var(--color-background-hover, $action-background-hover); + position: relative; + display: inline-block; +} +.action-item.action-item--primary[data-v-cc61c052] { + --open-background-color: var(--color-primary-element-hover); +} +.action-item.action-item--secondary[data-v-cc61c052] { + --open-background-color: var(--color-primary-element-light-hover); +} +.action-item.action-item--error[data-v-cc61c052] { + --open-background-color: var(--color-error-hover); +} +.action-item.action-item--warning[data-v-cc61c052] { + --open-background-color: var(--color-warning-hover); +} +.action-item.action-item--success[data-v-cc61c052] { + --open-background-color: var(--color-success-hover); +} +.action-item.action-item--tertiary-no-background[data-v-cc61c052] { + --open-background-color: transparent; +} +.action-item.action-item--open .action-item__menutoggle[data-v-cc61c052] { + background-color: var(--open-background-color); +} +.action-item__menutoggle__icon[data-v-cc61c052] { + width: 20px; + height: 20px; + object-fit: contain; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.v-popper--theme-dropdown.v-popper__popper.action-item__popper .v-popper__wrapper { + border-radius: var(--border-radius-large); + overflow: hidden; +} +.v-popper--theme-dropdown.v-popper__popper.action-item__popper .v-popper__wrapper .v-popper__inner { + border-radius: var(--border-radius-large); + padding: 4px; + max-height: calc(100vh - var(--header-height)); + overflow: auto; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-c3d9e0ce] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.button-vue[data-v-c3d9e0ce] { + --button-size: var(--default-clickable-area); + --button-radius: var(--border-radius-element, calc(var(--button-size) / 2)); + --button-padding: clamp(var(--default-grid-baseline), var(--button-radius), calc(var(--default-grid-baseline) * 4)); + position: relative; + width: fit-content; + overflow: hidden; + border: 0; + padding: 0; + font-size: var(--default-font-size); + font-weight: bold; + min-height: var(--button-size); + min-width: var(--button-size); + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; + border-radius: var(--button-radius); + transition-property: color, border-color, background-color; + transition-duration: 0.1s; + transition-timing-function: linear; + color: var(--color-primary-element-light-text); + background-color: var(--color-primary-element-light); +} +.button-vue--size-small[data-v-c3d9e0ce] { + --button-size: var(--clickable-area-small, 24px); + --button-radius: var(--border-radius); +} +.button-vue--size-large[data-v-c3d9e0ce] { + --button-size: var(--clickable-area-large, 48px); +} +.button-vue *[data-v-c3d9e0ce], +.button-vue span[data-v-c3d9e0ce] { + cursor: pointer; +} +.button-vue[data-v-c3d9e0ce]:focus { + outline: none; +} +.button-vue[data-v-c3d9e0ce]:disabled { + cursor: default; + opacity: 0.5; + filter: saturate(0.7); +} +.button-vue:disabled *[data-v-c3d9e0ce] { + cursor: default; +} +.button-vue[data-v-c3d9e0ce]:hover:not(:disabled) { + background-color: var(--color-primary-element-light-hover); +} +.button-vue[data-v-c3d9e0ce]:active { + background-color: var(--color-primary-element-light); +} +.button-vue__wrapper[data-v-c3d9e0ce] { + display: inline-flex; + align-items: center; + justify-content: center; + width: 100%; +} +.button-vue--end .button-vue__wrapper[data-v-c3d9e0ce] { + justify-content: end; +} +.button-vue--start .button-vue__wrapper[data-v-c3d9e0ce] { + justify-content: start; +} +.button-vue--reverse .button-vue__wrapper[data-v-c3d9e0ce] { + flex-direction: row-reverse; +} +.button-vue--reverse.button-vue--icon-and-text[data-v-c3d9e0ce] { + padding-inline: var(--button-padding) var(--default-grid-baseline); +} +.button-vue__icon[data-v-c3d9e0ce] { + height: var(--button-size); + width: var(--button-size); + min-height: var(--button-size); + min-width: var(--button-size); + display: flex; + justify-content: center; + align-items: center; +} +.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] > * { + max-height: 16px; + max-width: 16px; +} +.button-vue--size-small .button-vue__icon[data-v-c3d9e0ce] svg { + height: 16px; + width: 16px; +} +.button-vue__text[data-v-c3d9e0ce] { + font-weight: bold; + margin-bottom: 1px; + padding: 2px 0; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} +.button-vue--icon-only[data-v-c3d9e0ce] { + line-height: 1; + width: var(--button-size) !important; +} +.button-vue--text-only[data-v-c3d9e0ce] { + padding: 0 var(--button-padding); +} +.button-vue--text-only .button-vue__text[data-v-c3d9e0ce] { + margin-left: 4px; + margin-right: 4px; +} +.button-vue--icon-and-text[data-v-c3d9e0ce] { + --button-padding: min(calc(var(--default-grid-baseline) + var(--button-radius)), calc(var(--default-grid-baseline) * 4)); + padding-block: 0; + padding-inline: var(--default-grid-baseline) var(--button-padding); +} +.button-vue--wide[data-v-c3d9e0ce] { + width: 100%; +} +.button-vue[data-v-c3d9e0ce]:focus-visible { + outline: 2px solid var(--color-main-text) !important; + box-shadow: 0 0 0 4px var(--color-main-background) !important; +} +.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] { + outline: 2px solid var(--color-primary-element-text); + border-radius: var(--border-radius-element, var(--border-radius)); + background-color: transparent; +} +.button-vue--vue-primary[data-v-c3d9e0ce] { + background-color: var(--color-primary-element); + color: var(--color-primary-element-text); +} +.button-vue--vue-primary[data-v-c3d9e0ce]:hover:not(:disabled) { + background-color: var(--color-primary-element-hover); +} +.button-vue--vue-primary[data-v-c3d9e0ce]:active { + background-color: var(--color-primary-element); +} +.button-vue--vue-secondary[data-v-c3d9e0ce] { + color: var(--color-primary-element-light-text); + background-color: var(--color-primary-element-light); +} +.button-vue--vue-secondary[data-v-c3d9e0ce]:hover:not(:disabled) { + color: var(--color-primary-element-light-text); + background-color: var(--color-primary-element-light-hover); +} +.button-vue--vue-tertiary[data-v-c3d9e0ce] { + color: var(--color-main-text); + background-color: transparent; +} +.button-vue--vue-tertiary[data-v-c3d9e0ce]:hover:not(:disabled) { + background-color: var(--color-background-hover); +} +.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce] { + color: var(--color-main-text); + background-color: transparent; +} +.button-vue--vue-tertiary-no-background[data-v-c3d9e0ce]:hover:not(:disabled) { + background-color: transparent; +} +.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce] { + color: var(--color-primary-element-text); + background-color: transparent; +} +.button-vue--vue-tertiary-on-primary[data-v-c3d9e0ce]:hover:not(:disabled) { + background-color: transparent; +} +.button-vue--vue-success[data-v-c3d9e0ce] { + background-color: var(--color-success); + color: white; +} +.button-vue--vue-success[data-v-c3d9e0ce]:hover:not(:disabled) { + background-color: var(--color-success-hover); +} +.button-vue--vue-success[data-v-c3d9e0ce]:active { + background-color: var(--color-success); +} +.button-vue--vue-warning[data-v-c3d9e0ce] { + background-color: var(--color-warning); + color: white; +} +.button-vue--vue-warning[data-v-c3d9e0ce]:hover:not(:disabled) { + background-color: var(--color-warning-hover); +} +.button-vue--vue-warning[data-v-c3d9e0ce]:active { + background-color: var(--color-warning); +} +.button-vue--vue-error[data-v-c3d9e0ce] { + background-color: var(--color-error); + color: white; +} +.button-vue--vue-error[data-v-c3d9e0ce]:hover:not(:disabled) { + background-color: var(--color-error-hover); +} +.button-vue--vue-error[data-v-c3d9e0ce]:active { + background-color: var(--color-error); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.resize-observer { + position: absolute; + top: 0; + left: 0; + z-index: -1; + width: 100%; + height: 100%; + border: none; + background-color: transparent; + pointer-events: none; + display: block; + overflow: hidden; + opacity: 0; +} +.resize-observer object { + display: block; + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + overflow: hidden; + pointer-events: none; + z-index: -1; +} +.v-popper--theme-dropdown.v-popper__popper { + z-index: 100000; + top: 0; + left: 0; + display: block !important; + filter: drop-shadow(0 1px 10px var(--color-box-shadow)); +} +.v-popper--theme-dropdown.v-popper__popper .v-popper__inner { + padding: 0; + color: var(--color-main-text); + border-radius: var(--border-radius-large); + overflow: hidden; + background: var(--color-main-background); +} +.v-popper--theme-dropdown.v-popper__popper .v-popper__arrow-container { + position: absolute; + z-index: 1; + width: 0; + height: 0; + border-style: solid; + border-color: transparent; + border-width: 10px; +} +.v-popper--theme-dropdown.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-container { + bottom: -10px; + border-bottom-width: 0; + border-top-color: var(--color-main-background); +} +.v-popper--theme-dropdown.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container { + top: -10px; + border-top-width: 0; + border-bottom-color: var(--color-main-background); +} +.v-popper--theme-dropdown.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-container { + left: -10px; + border-left-width: 0; + border-right-color: var(--color-main-background); +} +.v-popper--theme-dropdown.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container { + right: -10px; + border-right-width: 0; + border-left-color: var(--color-main-background); +} +.v-popper--theme-dropdown.v-popper__popper[aria-hidden=true] { + visibility: hidden; + transition: opacity var(--animation-quick), visibility var(--animation-quick); + opacity: 0; +} +.v-popper--theme-dropdown.v-popper__popper[aria-hidden=false] { + visibility: visible; + transition: opacity var(--animation-quick); + opacity: 1; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} + +/** +* SPDX-FileCopyrightText: 2011-2015 Twitter, Inc. +* SPDX-FileCopyrightText: 2015-2016 Owncloud, Inc. +* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors +* SPDX-License-Identifier: MIT +*/ +.v-popper--theme-tooltip.v-popper__popper { + position: absolute; + z-index: 100000; + top: 0; + right: auto; + left: auto; + display: block; + margin: 0; + padding: 0; + text-align: left; + text-align: start; + opacity: 0; + line-height: 1.6; + line-break: auto; + filter: drop-shadow(0 1px 10px var(--color-box-shadow)); +} +.v-popper--theme-tooltip.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-container { + bottom: -10px; + border-bottom-width: 0; + border-top-color: var(--color-main-background); +} +.v-popper--theme-tooltip.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container { + top: -10px; + border-top-width: 0; + border-bottom-color: var(--color-main-background); +} +.v-popper--theme-tooltip.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-container { + right: 100%; + border-left-width: 0; + border-right-color: var(--color-main-background); +} +.v-popper--theme-tooltip.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container { + left: 100%; + border-right-width: 0; + border-left-color: var(--color-main-background); +} +.v-popper--theme-tooltip.v-popper__popper[aria-hidden=true] { + visibility: hidden; + transition: opacity 0.15s, visibility 0.15s; + opacity: 0; +} +.v-popper--theme-tooltip.v-popper__popper[aria-hidden=false] { + visibility: visible; + transition: opacity 0.15s; + opacity: 1; +} +.v-popper--theme-tooltip .v-popper__inner { + max-width: 350px; + padding: 5px 8px; + text-align: center; + color: var(--color-main-text); + border-radius: var(--border-radius); + background-color: var(--color-main-background); +} +.v-popper--theme-tooltip .v-popper__arrow-container { + position: absolute; + z-index: 1; + width: 0; + height: 0; + margin: 0; + border-style: solid; + border-color: transparent; + border-width: 10px; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-2d0a4d76] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.icon-vue[data-v-2d0a4d76] { + display: flex; + justify-content: center; + align-items: center; + min-width: var(--default-clickable-area); + min-height: var(--default-clickable-area); + opacity: 1; +} +.icon-vue--inline[data-v-2d0a4d76] { + display: inline-flex; + min-width: fit-content; + min-height: fit-content; + vertical-align: text-bottom; +} +.icon-vue[data-v-2d0a4d76] svg { + fill: currentColor; + width: var(--icon-size, 20px); + height: var(--icon-size, 20px); + max-width: var(--icon-size, 20px); + max-height: var(--icon-size, 20px); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-7df28e9e] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.notecard[data-v-7df28e9e] { + --note-card-icon-size: 20px; + --note-card-padding: calc(2 * var(--default-grid-baseline)); + color: var(--color-main-text) !important; + background-color: var(--note-background) !important; + border-inline-start: var(--default-grid-baseline) solid var(--note-theme); + border-radius: var(--border-radius); + margin: 1rem 0; + padding: var(--note-card-padding); + display: flex; + flex-direction: row; + gap: var(--note-card-padding); +} +.notecard__heading[data-v-7df28e9e] { + font-size: var(--note-card-icon-size); + font-weight: 600; +} +.notecard__icon--heading[data-v-7df28e9e] { + font-size: var(--note-card-icon-size); + margin-block: calc((1lh - 1em) / 2) auto; +} +.notecard--success[data-v-7df28e9e] { + --note-background: rgba(var(--color-success-rgb), 0.1); + --note-theme: var(--color-success); +} +.notecard--info[data-v-7df28e9e] { + --note-background: rgba(var(--color-info-rgb), 0.1); + --note-theme: var(--color-info); +} +.notecard--error[data-v-7df28e9e] { + --note-background: rgba(var(--color-error-rgb), 0.1); + --note-theme: var(--color-error); +} +.notecard--warning[data-v-7df28e9e] { + --note-background: rgba(var(--color-warning-rgb), 0.1); + --note-theme: var(--color-warning); +} +#emptycontent[data-v-23ff8610] { + margin: 0; + padding: 10% 5%; + background-color: var(--color-main-background); +} +.viewer.modal-mask[data-v-222ec41e] { + transition: width ease 100ms, background-color 0.3s ease; +} +.viewer[data-v-222ec41e] .modal-container, .viewer__content[data-v-222ec41e] { + overflow: visible !important; + cursor: pointer; +} +.viewer--split .viewer__file--active[data-v-222ec41e] { + width: 50%; +} +.viewer[data-v-222ec41e] .modal-wrapper .modal-container { + top: var(--header-height); + bottom: var(--header-height); + height: auto; + background-color: transparent; + box-shadow: none; +} +.viewer__content[data-v-222ec41e] { + width: 100%; + height: 100%; +} +.viewer__file-wrapper[data-v-222ec41e] { + display: flex; + align-items: center; + justify-content: center; + width: 100%; + height: 100%; +} +.viewer__file-wrapper--hidden[data-v-222ec41e] { + position: absolute; + z-index: -1; + left: -10000px; +} +.viewer__file[data-v-222ec41e] { + transition: height 100ms ease, width 100ms ease; +} +.viewer.theme--dark[data-v-222ec41e] .button-vue--vue-tertiary:hover { + background-color: rgba(255, 255, 255, 0.08) !important; +} +.viewer.theme--dark[data-v-222ec41e] .button-vue--vue-tertiary:focus, .viewer.theme--dark[data-v-222ec41e] .button-vue--vue-tertiary:focus-visible { + background-color: rgba(255, 255, 255, 0.08) !important; + outline: 2px solid var(--color-primary-element) !important; +} +.viewer.theme--dark[data-v-222ec41e] .button-vue--vue-tertiary.action-item__menutoggle { + background-color: transparent; +} +.viewer.theme--undefined.modal-mask[data-v-222ec41e] { + background-color: transparent !important; +} +.viewer.theme--light.modal-mask[data-v-222ec41e] { + background-color: rgba(255, 255, 255, 0.92) !important; +} +.viewer.theme--light[data-v-222ec41e] .modal-header__name, +.viewer.theme--light[data-v-222ec41e] .modal-header .icons-menu button svg { + color: #000 !important; +} +.viewer.theme--default.modal-mask[data-v-222ec41e] { + background-color: var(--color-main-background) !important; +} +.viewer.theme--default[data-v-222ec41e] .modal-header__name, +.viewer.theme--default[data-v-222ec41e] .modal-header .icons-menu { + color: var(--color-main-text) !important; +} +.viewer.theme--default[data-v-222ec41e] .modal-header__name button svg, .viewer.theme--default[data-v-222ec41e] .modal-header__name a, +.viewer.theme--default[data-v-222ec41e] .modal-header .icons-menu button svg, +.viewer.theme--default[data-v-222ec41e] .modal-header .icons-menu a { + color: var(--color-main-text) !important; +} +.viewer.image--fullscreen[data-v-222ec41e] .modal-header .modal-header__name { + opacity: 0; +} +.viewer.image--fullscreen[data-v-222ec41e] .modal-header .icons-menu { + background-color: rgba(0, 0, 0, 0.2); +} +.viewer.image--fullscreen[data-v-222ec41e] .modal-wrapper .modal-container { + top: 0; + bottom: 0; + height: 100%; +}.component-fade-enter-active, +.component-fade-leave-active { + transition: opacity 0.3s ease; +} +.component-fade-enter, .component-fade-leave-to { + opacity: 0; +} +#viewer.modal-mask--dark .action-item--single.icon-menu-sidebar { + background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='16'%20width='16'%20version='1.1'%20viewbox='0%200%2016%2016'%3e%3cpath%20d='m2%202c-0.554%200-1%200.446-1%201s0.446%201%201%201h12c0.554%200%201-0.446%201-1s-0.446-1-1-1h-12zm9.717%204.0059c-1.247%200-2.1428%201.0199-2.1428%201.998%200%200.9995%200.0726%201.7127%200.5718%202.4981%200.16%200.207%200.347%200.251%200.5%200.43%200.097%200.357%200.171%200.713%200.071%201.07-0.311%200.109-0.607%200.237-0.9065%200.357-0.364-0.195-0.7863-0.357-1.1503-0.5-0.05-0.2-0.0129-0.347%200.0371-0.535%200.0856-0.089%200.163-0.129%200.2558-0.215%200.2642-0.321%200.2793-0.864%200.2793-1.2496%200-0.5712-0.5135-0.9981-1.0703-0.9981-0.6211%200-1.0723%200.5126-1.0723%200.9981h-0.0136c0%200.4996%200.0353%200.8576%200.2851%201.2496%200.0714%200.107%200.1729%200.126%200.25%200.215%200.0481%200.179%200.0859%200.357%200.0352%200.535-0.4569%200.16-0.8863%200.357-1.2832%200.571-0.2999%200.214-0.1668%200.131-0.3574%200.822-0.0886%200.357%200.928%200.521%201.6562%200.578-0.0357%200.196-0.0857%200.457-0.2285%200.957-0.2285%200.893%203.1074%201.213%204.2834%201.213%201.735%200%204.507-0.325%204.269-1.213-0.371-1.385-0.15-1.221-0.701-1.642-0.778-0.467-1.749-0.834-2.568-1.143-0.107-0.398-0.03-0.692%200.07-1.07%200.168-0.179%200.357-0.259%200.514-0.43%200.492-0.6312%200.556-1.7299%200.556-2.4981%200-1.1323-1.019-1.998-2.14-1.998zm-9.717%200.9941c-0.554%200-1%200.446-1%201s0.446%201%201%201h4.2852c0.0891-0.1855%200.2-0.3648%200.3515-0.5195%200.3721-0.3801%200.9171-0.5988%201.4883-0.6192h0.0098%200.0097c0.1729%200.017%200.3042%200.0597%200.4297%200.1426%200-0.3488%200.0747-0.6853%200.1953-1.0039h-6.7695zm0%205c-0.554%200-1%200.446-1%201s0.446%201%201%201h3.25c-0.0375-0.049-0.0777-0.09-0.1113-0.152-0.1221-0.228-0.1706-0.568-0.1035-0.838l0.0019-0.012%200.0039-0.012c0.0822-0.298%200.0556-0.322%200.1445-0.615%200.0313-0.103%200.1114-0.245%200.1993-0.371h-3.3848z'%20fill='%23fff'/%3e%3c/svg%3e"); +} +#viewer.modal-mask--dark .action-item--single.icon-download { + background-image: var(--icon-download-fff); +} +.ui-autocomplete { + z-index: 2050 !important; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-4d1ff3f6] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.widget--list[data-v-4d1ff3f6] { + width: var(--widget-full-width, 100%); +} +.widgets--list.icon-loading[data-v-4d1ff3f6] { + min-height: var(--default-clickable-area); +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-3b61be27] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/* stylelint-disable-next-line scss/at-import-partial-extension */ +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** +* Styles are extracted to extract scss to dist folder, too. +*/ +li.task-list-item > ul[data-v-3b61be27], +li.task-list-item > ol[data-v-3b61be27], +li.task-list-item > li[data-v-3b61be27], +li.task-list-item > blockquote[data-v-3b61be27], +li.task-list-item > pre[data-v-3b61be27] { + margin-inline-start: 15px; + margin-block-end: 0; +} +.rich-text--wrapper[data-v-3b61be27] { + word-break: break-word; + line-height: 1.5; +} +.rich-text--wrapper .rich-text--fallback[data-v-3b61be27], .rich-text--wrapper .rich-text-component[data-v-3b61be27] { + display: inline; +} +.rich-text--wrapper .rich-text--external-link[data-v-3b61be27] { + text-decoration: underline; +} +.rich-text--wrapper .rich-text--external-link[data-v-3b61be27]:after { + content: " ↗"; +} +.rich-text--wrapper .rich-text--ordered-list .rich-text--list-item[data-v-3b61be27] { + list-style: decimal; +} +.rich-text--wrapper .rich-text--un-ordered-list .rich-text--list-item[data-v-3b61be27] { + list-style: initial; +} +.rich-text--wrapper .rich-text--list-item[data-v-3b61be27] { + white-space: initial; + color: var(--color-text-light); + padding: initial; + margin-left: 20px; +} +.rich-text--wrapper .rich-text--list-item.task-list-item[data-v-3b61be27] { + list-style: none; + white-space: initial; + color: var(--color-text-light); +} +.rich-text--wrapper .rich-text--list-item.task-list-item input[data-v-3b61be27] { + min-height: initial; +} +.rich-text--wrapper .rich-text--strong[data-v-3b61be27] { + white-space: initial; + font-weight: bold; + color: var(--color-text-light); +} +.rich-text--wrapper .rich-text--italic[data-v-3b61be27] { + white-space: initial; + font-style: italic; + color: var(--color-text-light); +} +.rich-text--wrapper .rich-text--heading[data-v-3b61be27] { + white-space: initial; + font-size: initial; + color: var(--color-text-light); + margin-bottom: 5px; + margin-top: 5px; + font-weight: bold; +} +.rich-text--wrapper .rich-text--heading.rich-text--heading-1[data-v-3b61be27] { + font-size: 20px; +} +.rich-text--wrapper .rich-text--heading.rich-text--heading-2[data-v-3b61be27] { + font-size: 19px; +} +.rich-text--wrapper .rich-text--heading.rich-text--heading-3[data-v-3b61be27] { + font-size: 18px; +} +.rich-text--wrapper .rich-text--heading.rich-text--heading-4[data-v-3b61be27] { + font-size: 17px; +} +.rich-text--wrapper .rich-text--heading.rich-text--heading-5[data-v-3b61be27] { + font-size: 16px; +} +.rich-text--wrapper .rich-text--heading.rich-text--heading-6[data-v-3b61be27] { + font-size: 15px; +} +.rich-text--wrapper .rich-text--hr[data-v-3b61be27] { + border-top: 1px solid var(--color-border-dark); + border-bottom: 0; +} +.rich-text--wrapper .rich-text--pre[data-v-3b61be27] { + border: 1px solid var(--color-border-dark); + background-color: var(--color-background-dark); + padding: 5px; +} +.rich-text--wrapper .rich-text--code[data-v-3b61be27] { + background-color: var(--color-background-dark); +} +.rich-text--wrapper .rich-text--blockquote[data-v-3b61be27] { + border-left: 3px solid var(--color-border-dark); + padding-left: 5px; +} +.rich-text--wrapper .rich-text--table[data-v-3b61be27] { + border-collapse: collapse; +} +.rich-text--wrapper .rich-text--table thead tr th[data-v-3b61be27] { + border: 1px solid var(--color-border-dark); + font-weight: bold; + padding: 6px 13px; +} +.rich-text--wrapper .rich-text--table tbody tr td[data-v-3b61be27] { + border: 1px solid var(--color-border-dark); + padding: 6px 13px; +} +.rich-text--wrapper .rich-text--table tbody tr[data-v-3b61be27]:nth-child(even) { + background-color: var(--color-background-dark); +} +.rich-text--wrapper-markdown div > *[data-v-3b61be27]:first-child, +.rich-text--wrapper-markdown blockquote > *[data-v-3b61be27]:first-child { + margin-top: 0 !important; +} +.rich-text--wrapper-markdown div > *[data-v-3b61be27]:last-child, +.rich-text--wrapper-markdown blockquote > *[data-v-3b61be27]:last-child { + margin-bottom: 0 !important; +} +.rich-text--wrapper-markdown h1[data-v-3b61be27], .rich-text--wrapper-markdown h2[data-v-3b61be27], .rich-text--wrapper-markdown h3[data-v-3b61be27], .rich-text--wrapper-markdown h4[data-v-3b61be27], .rich-text--wrapper-markdown h5[data-v-3b61be27], .rich-text--wrapper-markdown h6[data-v-3b61be27], .rich-text--wrapper-markdown p[data-v-3b61be27], .rich-text--wrapper-markdown ul[data-v-3b61be27], .rich-text--wrapper-markdown ol[data-v-3b61be27], .rich-text--wrapper-markdown blockquote[data-v-3b61be27], .rich-text--wrapper-markdown pre[data-v-3b61be27] { + margin-top: 0; + margin-bottom: 1em; +} +.rich-text--wrapper-markdown h1[data-v-3b61be27], .rich-text--wrapper-markdown h2[data-v-3b61be27], .rich-text--wrapper-markdown h3[data-v-3b61be27], .rich-text--wrapper-markdown h4[data-v-3b61be27], .rich-text--wrapper-markdown h5[data-v-3b61be27], .rich-text--wrapper-markdown h6[data-v-3b61be27] { + font-weight: bold; +} +.rich-text--wrapper-markdown h1[data-v-3b61be27] { + font-size: 30px; +} +.rich-text--wrapper-markdown ul[data-v-3b61be27], .rich-text--wrapper-markdown ol[data-v-3b61be27] { + padding-left: 15px; +} +.rich-text--wrapper-markdown ul[data-v-3b61be27] { + list-style-type: disc; +} +.rich-text--wrapper-markdown ul.contains-task-list[data-v-3b61be27] { + list-style-type: none; + padding: 0; +} +.rich-text--wrapper-markdown table[data-v-3b61be27] { + border-collapse: collapse; + border: 2px solid var(--color-border-maxcontrast); +} +.rich-text--wrapper-markdown table th[data-v-3b61be27], +.rich-text--wrapper-markdown table td[data-v-3b61be27] { + padding: var(--default-grid-baseline); + border: 1px solid var(--color-border-maxcontrast); +} +.rich-text--wrapper-markdown table th[data-v-3b61be27]:first-child, +.rich-text--wrapper-markdown table td[data-v-3b61be27]:first-child { + border-left: 0; +} +.rich-text--wrapper-markdown table th[data-v-3b61be27]:last-child, +.rich-text--wrapper-markdown table td[data-v-3b61be27]:last-child { + border-right: 0; +} +.rich-text--wrapper-markdown table tr:first-child th[data-v-3b61be27] { + border-top: 0; +} +.rich-text--wrapper-markdown table tr:last-child td[data-v-3b61be27] { + border-bottom: 0; +} +.rich-text--wrapper-markdown blockquote[data-v-3b61be27] { + padding-left: 13px; + border-left: 2px solid var(--color-border-dark); + color: var(--color-text-lighter); +} +a[data-v-3b61be27]:not(.rich-text--component) { + text-decoration: underline; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-dba65098] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +li.action.active[data-v-dba65098] { + background-color: var(--color-background-hover); + border-radius: 6px; + padding: 0; +} +.action--disabled[data-v-dba65098] { + pointer-events: none; + opacity: 0.5; +} +.action--disabled[data-v-dba65098]:hover, .action--disabled[data-v-dba65098]:focus { + cursor: default; + opacity: 0.5; +} +.action--disabled *[data-v-dba65098] { + opacity: 1 !important; +} +.action-button[data-v-dba65098] { + display: flex; + align-items: flex-start; + width: 100%; + height: auto; + margin: 0; + padding: 0; + padding-right: calc((var(--default-clickable-area) - 16px) / 2); + box-sizing: border-box; + cursor: pointer; + white-space: nowrap; + color: var(--color-main-text); + border: 0; + border-radius: 0; + background-color: transparent; + box-shadow: none; + font-weight: normal; + font-size: var(--default-font-size); + line-height: var(--default-clickable-area); +} +.action-button > span[data-v-dba65098] { + cursor: pointer; + white-space: nowrap; +} +.action-button__icon[data-v-dba65098] { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; + background-size: 16px; + background-repeat: no-repeat; +} +.action-button[data-v-dba65098] .material-design-icon { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; +} +.action-button[data-v-dba65098] .material-design-icon .material-design-icon__svg { + vertical-align: middle; +} +.action-button__longtext-wrapper[data-v-dba65098], .action-button__longtext[data-v-dba65098] { + max-width: 220px; + line-height: 1.6em; + padding: calc((var(--default-clickable-area) - 1.6em) / 2) 0; + cursor: pointer; + text-align: left; + overflow: hidden; + text-overflow: ellipsis; +} +.action-button__longtext[data-v-dba65098] { + cursor: pointer; + white-space: pre-wrap !important; +} +.action-button__name[data-v-dba65098] { + font-weight: bold; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + max-width: 100%; + display: inline-block; +} +.action-button__menu-icon[data-v-dba65098] { + margin-left: auto; + margin-right: calc((var(--default-clickable-area) - 16px) / 2 * -1); +} +.action-button__pressed-icon[data-v-dba65098] { + margin-left: auto; + margin-right: calc((var(--default-clickable-area) - 16px) / 2 * -1); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.nc-button-group-base > div { + text-align: center; + color: var(--color-text-maxcontrast); +} +.nc-button-group-base ul.nc-button-group-content { + display: flex; + gap: 4px; + justify-content: space-between; +} +.nc-button-group-base ul.nc-button-group-content li { + flex: 1 1; +} +.nc-button-group-base ul.nc-button-group-content .action-button { + padding: 0 !important; + width: 100%; + display: flex; + justify-content: center; +} +.nc-button-group-base ul.nc-button-group-content .action-button.action-button--active { + background-color: var(--color-primary-element); + border-radius: var(--border-radius-large); + color: var(--color-primary-element-text); +} +.nc-button-group-base ul.nc-button-group-content .action-button.action-button--active:hover, .nc-button-group-base ul.nc-button-group-content .action-button.action-button--active:focus, .nc-button-group-base ul.nc-button-group-content .action-button.action-button--active:focus-within { + background-color: var(--color-primary-element-hover); +} +.nc-button-group-base ul.nc-button-group-content .action-button .action-button__pressed-icon { + display: none; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-b9668c9e] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-navigation-caption[data-v-b9668c9e] { + color: var(--color-text-maxcontrast); + line-height: var(--default-clickable-area); + white-space: nowrap; + text-overflow: ellipsis; + box-shadow: none !important; + user-select: none; + pointer-events: none; + margin-left: 12px; + padding-right: 14px; + height: var(--default-clickable-area); + display: flex; + align-items: center; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-1a743a21] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +li.action.active[data-v-1a743a21] { + background-color: var(--color-background-hover); + border-radius: 6px; + padding: 0; +} +.action--disabled[data-v-1a743a21] { + pointer-events: none; + opacity: 0.5; +} +.action--disabled[data-v-1a743a21]:hover, .action--disabled[data-v-1a743a21]:focus { + cursor: default; + opacity: 0.5; +} +.action--disabled *[data-v-1a743a21] { + opacity: 1 !important; +} +.action-checkbox[data-v-1a743a21] { + display: flex; + align-items: flex-start; + width: 100%; + height: auto; + margin: 0; + padding: 0; + cursor: pointer; + white-space: nowrap; + color: var(--color-main-text); + border: 0; + border-radius: 0; + background-color: transparent; + box-shadow: none; + font-weight: normal; + line-height: var(--default-clickable-area); + /* checkbox/radio fixes */ +} +.action-checkbox__checkbox[data-v-1a743a21] { + position: absolute; + top: auto; + left: -10000px; + overflow: hidden; + width: 1px; + height: 1px; +} +.action-checkbox__label[data-v-1a743a21] { + display: flex; + align-items: center; + width: 100%; + padding: 0 !important; + padding-right: calc((var(--default-clickable-area) - 16px) / 2) !important; +} +.action-checkbox__label[data-v-1a743a21]::before { + margin-block: 0 !important; + margin-inline: calc((var(--default-clickable-area) - 14px) / 2) !important; +} +.action-checkbox--disabled[data-v-1a743a21], +.action-checkbox--disabled .action-checkbox__label[data-v-1a743a21] { + cursor: pointer; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-6ba44c48] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * color-text-lighter normal state + * color-text-lighter active state + * color-text-maxcontrast disabled state + */ +/* Default global values */ +button[data-v-6ba44c48]:not(.button-vue), +input[data-v-6ba44c48]:not([type=range]), +textarea[data-v-6ba44c48] { + margin: 0; + padding: 7px 6px; + cursor: text; + color: var(--color-text-lighter); + border: 1px solid var(--color-border-dark); + border-radius: var(--border-radius); + outline: none; + background-color: var(--color-main-background); + font-size: 13px; + /* Primary action button, use sparingly */ +} +button[data-v-6ba44c48]:not(.button-vue):not(:disabled):not(.primary):hover, button[data-v-6ba44c48]:not(.button-vue):not(:disabled):not(.primary):focus, button:not(.button-vue):not(:disabled):not(.primary).active[data-v-6ba44c48], +input[data-v-6ba44c48]:not([type=range]):not(:disabled):not(.primary):hover, +input[data-v-6ba44c48]:not([type=range]):not(:disabled):not(.primary):focus, +input:not([type=range]):not(:disabled):not(.primary).active[data-v-6ba44c48], +textarea[data-v-6ba44c48]:not(:disabled):not(.primary):hover, +textarea[data-v-6ba44c48]:not(:disabled):not(.primary):focus, +textarea:not(:disabled):not(.primary).active[data-v-6ba44c48] { + /* active class used for multiselect */ + border-color: var(--color-primary-element); + outline: none; +} +button[data-v-6ba44c48]:not(.button-vue):not(:disabled):not(.primary):active, +input[data-v-6ba44c48]:not([type=range]):not(:disabled):not(.primary):active, +textarea[data-v-6ba44c48]:not(:disabled):not(.primary):active { + color: var(--color-text-light); + outline: none; + background-color: var(--color-main-background); +} +button[data-v-6ba44c48]:not(.button-vue):disabled, +input[data-v-6ba44c48]:not([type=range]):disabled, +textarea[data-v-6ba44c48]:disabled { + cursor: default; + opacity: 0.5; + color: var(--color-text-maxcontrast); + background-color: var(--color-background-dark); +} +button[data-v-6ba44c48]:not(.button-vue):required, +input[data-v-6ba44c48]:not([type=range]):required, +textarea[data-v-6ba44c48]:required { + box-shadow: none; +} +button[data-v-6ba44c48]:not(.button-vue):invalid, +input[data-v-6ba44c48]:not([type=range]):invalid, +textarea[data-v-6ba44c48]:invalid { + border-color: var(--color-error); + box-shadow: none !important; +} +button:not(.button-vue).primary[data-v-6ba44c48], +input:not([type=range]).primary[data-v-6ba44c48], +textarea.primary[data-v-6ba44c48] { + cursor: pointer; + color: var(--color-primary-element-text); + border-color: var(--color-primary-element); + background-color: var(--color-primary-element); +} +button:not(.button-vue).primary[data-v-6ba44c48]:not(:disabled):hover, button:not(.button-vue).primary[data-v-6ba44c48]:not(:disabled):focus, button:not(.button-vue).primary[data-v-6ba44c48]:not(:disabled):active, +input:not([type=range]).primary[data-v-6ba44c48]:not(:disabled):hover, +input:not([type=range]).primary[data-v-6ba44c48]:not(:disabled):focus, +input:not([type=range]).primary[data-v-6ba44c48]:not(:disabled):active, +textarea.primary[data-v-6ba44c48]:not(:disabled):hover, +textarea.primary[data-v-6ba44c48]:not(:disabled):focus, +textarea.primary[data-v-6ba44c48]:not(:disabled):active { + border-color: var(--color-primary-element-light); + background-color: var(--color-primary-element-light); +} +button:not(.button-vue).primary[data-v-6ba44c48]:not(:disabled):active, +input:not([type=range]).primary[data-v-6ba44c48]:not(:disabled):active, +textarea.primary[data-v-6ba44c48]:not(:disabled):active { + color: var(--color-primary-element-text-dark); +} +button:not(.button-vue).primary[data-v-6ba44c48]:disabled, +input:not([type=range]).primary[data-v-6ba44c48]:disabled, +textarea.primary[data-v-6ba44c48]:disabled { + cursor: default; + color: var(--color-primary-element-text-dark); + background-color: var(--color-primary-element); +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +li.action.active[data-v-6ba44c48] { + background-color: var(--color-background-hover); + border-radius: 6px; + padding: 0; +} +.action--disabled[data-v-6ba44c48] { + pointer-events: none; + opacity: 0.5; +} +.action--disabled[data-v-6ba44c48]:hover, .action--disabled[data-v-6ba44c48]:focus { + cursor: default; + opacity: 0.5; +} +.action--disabled *[data-v-6ba44c48] { + opacity: 1 !important; +} +.action-input[data-v-6ba44c48] { + display: flex; + align-items: flex-start; + width: 100%; + height: auto; + margin: 0; + padding: 0; + cursor: pointer; + white-space: nowrap; + color: var(--color-main-text); + border: 0; + border-radius: 0; + background-color: transparent; + box-shadow: none; + font-weight: normal; +} +.action-input__icon-wrapper[data-v-6ba44c48] { + display: flex; + align-self: center; + align-items: center; + justify-content: center; +} +.action-input__icon-wrapper[data-v-6ba44c48] .material-design-icon { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; +} +.action-input__icon-wrapper[data-v-6ba44c48] .material-design-icon .material-design-icon__svg { + vertical-align: middle; +} +.action-input > span[data-v-6ba44c48] { + cursor: pointer; + white-space: nowrap; +} +.action-input__icon[data-v-6ba44c48] { + min-width: 0; /* Overwrite icons*/ + min-height: 0; + padding: calc(var(--default-clickable-area) / 2) 0 calc(var(--default-clickable-area) / 2) var(--default-clickable-area); + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; + background-size: 16px; +} +.action-input__form[data-v-6ba44c48] { + display: flex; + align-items: center; + flex: 1 1 auto; + margin: 4px 0; + padding-right: calc((var(--default-clickable-area) - 16px) / 2); +} +.action-input__container[data-v-6ba44c48] { + width: 100%; +} +.action-input__input-container[data-v-6ba44c48] { + display: flex; +} +.action-input__input-container .colorpicker__trigger[data-v-6ba44c48], .action-input__input-container .colorpicker__preview[data-v-6ba44c48] { + width: 100%; +} +.action-input__input-container .colorpicker__preview[data-v-6ba44c48] { + width: 100%; + height: 36px; + border-radius: var(--border-radius-large); + border: 2px solid var(--color-border-maxcontrast); + box-shadow: none !important; +} +.action-input__text-label[data-v-6ba44c48] { + padding: 4px 0; + display: block; +} +.action-input__text-label--hidden[data-v-6ba44c48] { + position: absolute; + left: -10000px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +} +.action-input__datetimepicker[data-v-6ba44c48] { + width: 100%; +} +.action-input__datetimepicker[data-v-6ba44c48] .mx-input { + margin: 0; +} +.action-input__multi[data-v-6ba44c48] { + width: 100%; +} +li:last-child > .action-input[data-v-6ba44c48] { + padding-bottom: calc((var(--default-clickable-area) - 16px) / 2 - 4px); +} +li:first-child > .action-input[data-v-6ba44c48]:not(.action-input--visible-label) { + padding-top: calc((var(--default-clickable-area) - 16px) / 2 - 4px); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** +* SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +* SPDX-License-Identifier: AGPL-3.0-or-later +*/ +.mx-icon-left:before, +.mx-icon-right:before, +.mx-icon-double-left:before, +.mx-icon-double-right:before, +.mx-icon-double-left:after, +.mx-icon-double-right:after { + content: ""; + position: relative; + top: -1px; + display: inline-block; + width: 10px; + height: 10px; + vertical-align: middle; + border-style: solid; + border-color: currentColor; + border-width: 2px 0 0 2px; + border-radius: 1px; + box-sizing: border-box; + transform-origin: center; + transform: rotate(-45deg) scale(0.7); +} +.mx-icon-double-left:after { + left: -4px; +} +.mx-icon-double-right:before { + left: 4px; +} +.mx-icon-right:before, +.mx-icon-double-right:before, +.mx-icon-double-right:after { + transform: rotate(135deg) scale(0.7); +} +.mx-btn { + box-sizing: border-box; + line-height: 1; + font-size: 14px; + font-weight: 500; + padding: 7px 15px; + margin: 0; + cursor: pointer; + background-color: transparent; + outline: none; + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 4px; + color: #73879c; + white-space: nowrap; +} +.mx-btn:hover { + border-color: #1284e7; + color: #1284e7; +} +.mx-btn:disabled, .mx-btn.disabled { + color: #ccc; + cursor: not-allowed; +} +.mx-btn-text { + border: 0; + padding: 0 4px; + text-align: left; + line-height: inherit; +} +.mx-scrollbar { + height: 100%; +} +.mx-scrollbar:hover .mx-scrollbar-track { + opacity: 1; +} +.mx-scrollbar-wrap { + height: 100%; + overflow-x: hidden; + overflow-y: auto; +} +.mx-scrollbar-track { + position: absolute; + top: 2px; + right: 2px; + bottom: 2px; + width: 6px; + z-index: 1; + border-radius: 4px; + opacity: 0; + transition: opacity 0.24s ease-out; +} +.mx-scrollbar-track .mx-scrollbar-thumb { + position: absolute; + width: 100%; + height: 0; + cursor: pointer; + border-radius: inherit; + background-color: rgba(144, 147, 153, 0.3); + transition: background-color 0.3s; +} +.mx-zoom-in-down-enter-active, +.mx-zoom-in-down-leave-active { + opacity: 1; + transform: scaleY(1); + transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1); + transform-origin: center top; +} +.mx-zoom-in-down-enter, +.mx-zoom-in-down-enter-from, +.mx-zoom-in-down-leave-to { + opacity: 0; + transform: scaleY(0); +} +.mx-datepicker { + position: relative; + display: inline-block; + width: 210px; +} +.mx-datepicker svg { + width: 1em; + height: 1em; + vertical-align: -0.15em; + fill: currentColor; + overflow: hidden; +} +.mx-datepicker-range { + width: 320px; +} +.mx-datepicker-inline { + width: auto; +} +.mx-input-wrapper { + position: relative; +} +.mx-input { + display: inline-block; + box-sizing: border-box; + width: 100%; + height: 34px; + padding: 6px 30px; + padding-left: 10px; + font-size: 14px; + line-height: 1.4; + color: #555; + background-color: #fff; + border: 1px solid #ccc; + border-radius: 4px; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); +} +.mx-input:hover, .mx-input:focus { + border-color: #409aff; +} +.mx-input:disabled, .mx-input.disabled { + color: #ccc; + background-color: #f3f3f3; + border-color: #ccc; + cursor: not-allowed; +} +.mx-input:focus { + outline: none; +} +.mx-input::-ms-clear { + display: none; +} +.mx-icon-calendar, +.mx-icon-clear { + position: absolute; + top: 50%; + right: 8px; + transform: translateY(-50%); + font-size: 16px; + line-height: 1; + color: rgba(0, 0, 0, 0.5); + vertical-align: middle; +} +.mx-icon-clear { + cursor: pointer; +} +.mx-icon-clear:hover { + color: rgba(0, 0, 0, 0.8); +} +.mx-datepicker-main { + font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif; + color: #73879c; + background-color: #fff; + border: 1px solid #e8e8e8; +} +.mx-datepicker-popup { + position: absolute; + margin-top: 1px; + margin-bottom: 1px; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + z-index: 2001; +} +.mx-datepicker-sidebar { + float: left; + box-sizing: border-box; + width: 100px; + padding: 6px; + overflow: auto; +} +.mx-datepicker-sidebar + .mx-datepicker-content { + margin-left: 100px; + border-left: 1px solid #e8e8e8; +} +.mx-datepicker-body { + position: relative; + user-select: none; +} +.mx-btn-shortcut { + display: block; + padding: 0 6px; + line-height: 24px; +} +.mx-range-wrapper { + display: flex; +} +@media (max-width: 750px) { + .mx-range-wrapper { + flex-direction: column; + } +} +.mx-datepicker-header { + padding: 6px 8px; + border-bottom: 1px solid #e8e8e8; +} +.mx-datepicker-footer { + padding: 6px 8px; + text-align: right; + border-top: 1px solid #e8e8e8; +} +.mx-calendar { + box-sizing: border-box; + width: 248px; + padding: 6px 12px; +} +.mx-calendar + .mx-calendar { + border-left: 1px solid #e8e8e8; +} +.mx-calendar-header, .mx-time-header { + box-sizing: border-box; + height: 34px; + line-height: 34px; + text-align: center; + overflow: hidden; +} +.mx-btn-icon-left, +.mx-btn-icon-double-left { + float: left; +} +.mx-btn-icon-right, +.mx-btn-icon-double-right { + float: right; +} +.mx-calendar-header-label { + font-size: 14px; +} +.mx-calendar-decade-separator { + margin: 0 2px; +} +.mx-calendar-decade-separator:after { + content: "~"; +} +.mx-calendar-content { + position: relative; + height: 224px; + box-sizing: border-box; +} +.mx-calendar-content .cell { + cursor: pointer; +} +.mx-calendar-content .cell:hover { + color: #73879c; + background-color: #f3f9fe; +} +.mx-calendar-content .cell.active { + color: #fff; + background-color: #1284e7; +} +.mx-calendar-content .cell.in-range, .mx-calendar-content .cell.hover-in-range { + color: #73879c; + background-color: #dbedfb; +} +.mx-calendar-content .cell.disabled { + cursor: not-allowed; + color: #ccc; + background-color: #f3f3f3; +} +.mx-calendar-week-mode .mx-date-row { + cursor: pointer; +} +.mx-calendar-week-mode .mx-date-row:hover { + background-color: #f3f9fe; +} +.mx-calendar-week-mode .mx-date-row.mx-active-week { + background-color: #dbedfb; +} +.mx-calendar-week-mode .mx-date-row .cell:hover { + color: inherit; + background-color: transparent; +} +.mx-calendar-week-mode .mx-date-row .cell.active { + color: inherit; + background-color: transparent; +} +.mx-week-number { + opacity: 0.5; +} +.mx-table { + table-layout: fixed; + border-collapse: separate; + border-spacing: 0; + width: 100%; + height: 100%; + box-sizing: border-box; + text-align: center; +} +.mx-table th { + padding: 0; + font-weight: 500; + vertical-align: middle; +} +.mx-table td { + padding: 0; + vertical-align: middle; +} +.mx-table-date td, +.mx-table-date th { + height: 32px; + font-size: 12px; +} +.mx-table-date .today { + color: #2a90e9; +} +.mx-table-date .cell.not-current-month { + color: #ccc; + background: none; +} +.mx-time { + flex: 1; + width: 224px; + background: #fff; +} +.mx-time + .mx-time { + border-left: 1px solid #e8e8e8; +} +.mx-calendar-time { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.mx-time-header { + border-bottom: 1px solid #e8e8e8; +} +.mx-time-content { + height: 224px; + box-sizing: border-box; + overflow: hidden; +} +.mx-time-columns { + display: flex; + width: 100%; + height: 100%; + overflow: hidden; +} +.mx-time-column { + flex: 1; + position: relative; + border-left: 1px solid #e8e8e8; + text-align: center; +} +.mx-time-column:first-child { + border-left: 0; +} +.mx-time-column .mx-time-list { + margin: 0; + padding: 0; + list-style: none; +} +.mx-time-column .mx-time-list::after { + content: ""; + display: block; + height: 192px; +} +.mx-time-column .mx-time-item { + cursor: pointer; + font-size: 12px; + height: 32px; + line-height: 32px; +} +.mx-time-column .mx-time-item:hover { + color: #73879c; + background-color: #f3f9fe; +} +.mx-time-column .mx-time-item.active { + color: #1284e7; + background-color: transparent; + font-weight: 700; +} +.mx-time-column .mx-time-item.disabled { + cursor: not-allowed; + color: #ccc; + background-color: #f3f3f3; +} +.mx-time-option { + cursor: pointer; + padding: 8px 10px; + font-size: 14px; + line-height: 20px; +} +.mx-time-option:hover { + color: #73879c; + background-color: #f3f9fe; +} +.mx-time-option.active { + color: #1284e7; + background-color: transparent; + font-weight: 700; +} +.mx-time-option.disabled { + cursor: not-allowed; + color: #ccc; + background-color: #f3f3f3; +} +.mx-datepicker[data-v-ac203b9] { + user-select: none; + color: var(--color-main-text); + /* INPUT CONTAINER */ +} +.mx-datepicker[data-v-ac203b9] svg { + fill: var(--color-main-text); +} +.mx-datepicker[data-v-ac203b9] .mx-input-wrapper .mx-input { + width: 100%; + border: 2px solid var(--color-border-maxcontrast); + background-color: var(--color-main-background); + background-clip: content-box; +} +.mx-datepicker[data-v-ac203b9] .mx-input-wrapper .mx-input:active:not(.disabled), .mx-datepicker[data-v-ac203b9] .mx-input-wrapper .mx-input:hover:not(.disabled), .mx-datepicker[data-v-ac203b9] .mx-input-wrapper .mx-input:focus:not(.disabled) { + border-color: var(--color-primary-element); +} +.mx-datepicker[data-v-ac203b9] .mx-input-wrapper:disabled, .mx-datepicker[data-v-ac203b9] .mx-input-wrapper.disabled { + cursor: not-allowed; + opacity: 0.7; +} +.mx-datepicker[data-v-ac203b9] .mx-input-wrapper .mx-icon-calendar, +.mx-datepicker[data-v-ac203b9] .mx-input-wrapper .mx-icon-clear { + color: var(--color-text-lighter); +} +.mx-datepicker-main { + color: var(--color-main-text); + border: 1px solid var(--color-border); + background-color: var(--color-main-background); + font-family: var(--font-face) !important; + line-height: 1.5; +} +.mx-datepicker-main svg { + fill: var(--color-main-text); +} +.mx-datepicker-main.mx-datepicker-popup { + z-index: 2000; + box-shadow: none; +} +.mx-datepicker-main.mx-datepicker-popup .mx-datepicker-sidebar + .mx-datepicker-content { + border-left: 1px solid var(--color-border); +} +.mx-datepicker-main.show-week-number .mx-calendar { + width: 296px; +} +.mx-datepicker-main .mx-datepicker-header { + border-bottom: 1px solid var(--color-border); +} +.mx-datepicker-main .mx-datepicker-footer { + border-top: 1px solid var(--color-border); +} +.mx-datepicker-main .mx-datepicker-btn-confirm { + background-color: var(--color-primary-element); + border-color: var(--color-primary-element); + color: var(--color-primary-element-text) !important; + opacity: 1 !important; +} +.mx-datepicker-main .mx-datepicker-btn-confirm:hover { + background-color: var(--color-primary-element-light) !important; + border-color: var(--color-primary-element-light) !important; +} +.mx-datepicker-main .mx-calendar { + width: 264px; + padding: 5px; +} +.mx-datepicker-main .mx-calendar.mx-calendar-week-mode { + width: 296px; +} +.mx-datepicker-main .mx-time + .mx-time, +.mx-datepicker-main .mx-calendar + .mx-calendar { + border-left: 1px solid var(--color-border); +} +.mx-datepicker-main .mx-range-wrapper { + display: flex; + overflow: hidden; +} +.mx-datepicker-main .mx-range-wrapper .mx-calendar-content .mx-table-date .cell.active { + border-radius: var(--border-radius) 0 0 var(--border-radius); +} +.mx-datepicker-main .mx-range-wrapper .mx-calendar-content .mx-table-date .cell.in-range + .cell.active { + border-radius: 0 var(--border-radius) var(--border-radius) 0; +} +.mx-datepicker-main .mx-table { + text-align: center; +} +.mx-datepicker-main .mx-table thead > tr > th { + text-align: center; + opacity: 0.5; + color: var(--color-text-lighter); +} +.mx-datepicker-main .mx-table tr:focus, +.mx-datepicker-main .mx-table tr:hover, +.mx-datepicker-main .mx-table tr:active { + background-color: transparent; +} +.mx-datepicker-main .mx-table .cell { + transition: all 100ms ease-in-out; + text-align: center; + opacity: 0.7; + border-radius: 50px; +} +.mx-datepicker-main .mx-table .cell > * { + cursor: pointer; +} +.mx-datepicker-main .mx-table .cell.today { + opacity: 1; + color: var(--color-primary-element); + font-weight: bold; +} +.mx-datepicker-main .mx-table .cell.today:hover, .mx-datepicker-main .mx-table .cell.today:focus { + color: var(--color-primary-element-text); +} +.mx-datepicker-main .mx-table .cell.in-range, .mx-datepicker-main .mx-table .cell.disabled { + border-radius: 0; + font-weight: normal; +} +.mx-datepicker-main .mx-table .cell.in-range { + opacity: 0.7; +} +.mx-datepicker-main .mx-table .cell.not-current-month { + opacity: 0.5; + color: var(--color-text-lighter); +} +.mx-datepicker-main .mx-table .cell.not-current-month:hover, .mx-datepicker-main .mx-table .cell.not-current-month:focus { + opacity: 1; +} +.mx-datepicker-main .mx-table .cell:hover, .mx-datepicker-main .mx-table .cell:focus, .mx-datepicker-main .mx-table .cell.actived, .mx-datepicker-main .mx-table .cell.active, .mx-datepicker-main .mx-table .cell.in-range { + opacity: 1; + color: var(--color-primary-element-text); + background-color: var(--color-primary-element); + font-weight: bold; +} +.mx-datepicker-main .mx-table .cell.disabled { + opacity: 0.5; + color: var(--color-text-lighter); + border-radius: 0; + background-color: var(--color-background-darker); +} +.mx-datepicker-main .mx-table .mx-week-number { + text-align: center; + opacity: 0.7; + border-radius: 50px; +} +.mx-datepicker-main .mx-table span.mx-week-number, +.mx-datepicker-main .mx-table li.mx-week-number, +.mx-datepicker-main .mx-table span.cell, +.mx-datepicker-main .mx-table li.cell { + min-height: 32px; +} +.mx-datepicker-main .mx-table.mx-table-date thead, .mx-datepicker-main .mx-table.mx-table-date tbody, .mx-datepicker-main .mx-table.mx-table-year, .mx-datepicker-main .mx-table.mx-table-month { + display: flex; + flex-direction: column; + justify-content: space-around; +} +.mx-datepicker-main .mx-table.mx-table-date thead tr, .mx-datepicker-main .mx-table.mx-table-date tbody tr, .mx-datepicker-main .mx-table.mx-table-year tr, .mx-datepicker-main .mx-table.mx-table-month tr { + display: inline-flex; + align-items: center; + flex: 1 1 32px; + justify-content: space-around; + min-height: 32px; +} +.mx-datepicker-main .mx-table.mx-table-date thead th, +.mx-datepicker-main .mx-table.mx-table-date thead td, .mx-datepicker-main .mx-table.mx-table-date tbody th, +.mx-datepicker-main .mx-table.mx-table-date tbody td, .mx-datepicker-main .mx-table.mx-table-year th, +.mx-datepicker-main .mx-table.mx-table-year td, .mx-datepicker-main .mx-table.mx-table-month th, +.mx-datepicker-main .mx-table.mx-table-month td { + display: flex; + align-items: center; + flex: 0 1 32%; + justify-content: center; + min-width: 32px; + height: 95%; + min-height: 32px; + transition: background 100ms ease-in-out; +} +.mx-datepicker-main .mx-table.mx-table-year tr th, +.mx-datepicker-main .mx-table.mx-table-year tr td { + flex-basis: 48%; +} +.mx-datepicker-main .mx-table.mx-table-date tr th, +.mx-datepicker-main .mx-table.mx-table-date tr td { + flex-basis: 32px; +} +.mx-datepicker-main .mx-btn { + min-width: 32px; + height: 32px; + margin: 0 2px !important; + padding: 7px 10px; + cursor: pointer; + text-decoration: none; + opacity: 0.5; + color: var(--color-text-lighter); + border-radius: 32px; + line-height: 20px; +} +.mx-datepicker-main .mx-btn:hover, .mx-datepicker-main .mx-btn:focus { + opacity: 1; + color: var(--color-main-text); + background-color: var(--color-background-darker); +} +.mx-datepicker-main .mx-calendar-header, .mx-datepicker-main .mx-time-header { + display: inline-flex; + align-items: center; + justify-content: space-between; + width: 100%; + height: var(--default-clickable-area); + margin-bottom: 4px; +} +.mx-datepicker-main .mx-calendar-header button, .mx-datepicker-main .mx-time-header button { + min-width: 32px; + min-height: 32px; + margin: 0; + cursor: pointer; + text-align: center; + text-decoration: none; + opacity: 0.7; + color: var(--color-main-text); + border-radius: 32px; + line-height: 20px; +} +.mx-datepicker-main .mx-calendar-header button:hover, .mx-datepicker-main .mx-time-header button:hover, .mx-datepicker-main .mx-calendar-header button:focus, .mx-datepicker-main .mx-time-header button:focus { + opacity: 1; + color: var(--color-main-text); + background-color: var(--color-background-darker); +} +.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left, .mx-datepicker-main .mx-time-header button.mx-btn-icon-left, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right { + align-items: center; + justify-content: center; + width: 32px; + padding: 0; +} +.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i, .mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i { + background-repeat: no-repeat; + background-size: 16px; + background-position: center; + filter: var(--background-invert-if-dark); + display: inline-block; + width: 32px; + height: 32px; +} +.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i::after, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i::after, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-left > i::before, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-left > i::before, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i::after, .mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i::after, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-left > i::before, .mx-datepicker-main .mx-time-header button.mx-btn-icon-left > i::before, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i::after, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i::after, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right > i::before, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right > i::before, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i::after, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i::after, .mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right > i::before, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right > i::before { + content: none; +} +.mx-datepicker-main .mx-calendar-header button.mx-btn-text, .mx-datepicker-main .mx-time-header button.mx-btn-text { + line-height: initial; +} +.mx-datepicker-main .mx-calendar-header .mx-calendar-header-label, .mx-datepicker-main .mx-time-header .mx-calendar-header-label { + display: flex; +} +.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-left > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-double-left > i { + background-image: url("data:image/svg+xml,%3c!--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M18.4%207.4L17%206l-6%206%206%206%201.4-1.4-4.6-4.6%204.6-4.6m-6%200L11%206l-6%206%206%206%201.4-1.4L7.8%2012l4.6-4.6z'/%3e%3c/svg%3e"); +} +.mx-datepicker-main .mx-calendar-header .mx-btn-icon-left > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-left > i { + background-image: url("data:image/svg+xml,%3c!--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M15.4%2016.6L10.8%2012l4.6-4.6L14%206l-6%206%206%206%201.4-1.4z'/%3e%3c/svg%3e"); +} +.mx-datepicker-main .mx-calendar-header .mx-btn-icon-right > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-right > i { + background-image: url("data:image/svg+xml,%3c!--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M8.6%2016.6l4.6-4.6-4.6-4.6L10%206l6%206-6%206-1.4-1.4z'/%3e%3c/svg%3e"); +} +.mx-datepicker-main .mx-calendar-header .mx-btn-icon-double-right > i, .mx-datepicker-main .mx-time-header .mx-btn-icon-double-right > i { + background-image: url("data:image/svg+xml,%3c!--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20fill='%23222'%3e%3cpath%20d='M5.6%207.4L7%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6m6%200L13%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6z'/%3e%3c/svg%3e"); +} +.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-right { + order: 2; +} +.mx-datepicker-main .mx-calendar-header button.mx-btn-icon-double-right, .mx-datepicker-main .mx-time-header button.mx-btn-icon-double-right { + order: 3; +} +.mx-datepicker-main .mx-calendar-week-mode .mx-date-row .mx-week-number { + font-weight: bold; +} +.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week { + opacity: 1; + border-radius: 50px; + background-color: var(--color-background-dark); +} +.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td { + background-color: transparent; +} +.mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td:hover, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row:hover td:focus, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td:hover, .mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td:focus { + color: inherit; +} +.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week { + color: var(--color-primary-element-text); + background-color: var(--color-primary-element); +} +.mx-datepicker-main .mx-calendar-week-mode .mx-date-row.mx-active-week td { + opacity: 0.7; + font-weight: normal; +} +.mx-datepicker-main .mx-time { + background-color: var(--color-main-background); +} +.mx-datepicker-main .mx-time .mx-time-header { + justify-content: center; + border-bottom: 1px solid var(--color-border); +} +.mx-datepicker-main .mx-time .mx-time-column { + border-left: 1px solid var(--color-border); +} +.mx-datepicker-main .mx-time .mx-time-option.active, .mx-datepicker-main .mx-time .mx-time-option:hover, +.mx-datepicker-main .mx-time .mx-time-item.active, +.mx-datepicker-main .mx-time .mx-time-item:hover { + color: var(--color-primary-element-text); + background-color: var(--color-primary-element); +} +.mx-datepicker-main .mx-time .mx-time-option.disabled, +.mx-datepicker-main .mx-time .mx-time-item.disabled { + cursor: not-allowed; + opacity: 0.5; + color: var(--color-main-text); + background-color: var(--color-main-background); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-4727c294] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.mx-datepicker[data-v-4727c294] .mx-input-wrapper .mx-input { + background-clip: border-box; +} +.datetime-picker-inline-icon[data-v-4727c294] { + opacity: 0.3; + border: none; + background-color: transparent; + border-radius: 0; + padding: 0 !important; + margin: 0; +} +.datetime-picker-inline-icon--highlighted[data-v-4727c294] { + opacity: 0.7; +} +.datetime-picker-inline-icon[data-v-4727c294]:focus, .datetime-picker-inline-icon[data-v-4727c294]:hover { + opacity: 1; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper { + border-radius: var(--border-radius-large); +} +.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner { + padding: 4px; + border-radius: var(--border-radius-large); +} +.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__label { + padding: 4px 0; + padding-left: 14px; +} +.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select .vs__dropdown-toggle { + border-radius: calc(var(--border-radius-large) - 4px); +} +.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select.vs--open .vs__dropdown-toggle { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} +.v-popper--theme-dropdown.v-popper__popper.timezone-select__popper .v-popper__wrapper .v-popper__inner .timezone-popover-wrapper__timezone-select.v-select.vs--open.select--drop-up .vs__dropdown-toggle { + border-radius: 0 0 calc(var(--border-radius-large) - 4px) calc(var(--border-radius-large) - 4px); +} +.vs__dropdown-menu--floating { + z-index: 100001 !important; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +body { + /** + * Set custom vue-select CSS variables. + * Needs to be on the body (not :root) for theming to apply (see nextcloud/server#36462) + */ + /* Search Input */ + --vs-search-input-color: var(--color-main-text); + --vs-search-input-bg: var(--color-main-background); + --vs-search-input-placeholder-color: var(--color-text-maxcontrast); + /* Font */ + --vs-font-size: var(--default-font-size); + --vs-line-height: var(--default-line-height); + /* Disabled State */ + --vs-state-disabled-bg: var(--color-background-hover); + --vs-state-disabled-color: var(--color-text-maxcontrast); + --vs-state-disabled-controls-color: var(--color-text-maxcontrast); + --vs-state-disabled-cursor: not-allowed; + --vs-disabled-bg: var(--color-background-hover); + --vs-disabled-color: var(--color-text-maxcontrast); + --vs-disabled-cursor: not-allowed; + /* Borders */ + --vs-border-color: var(--color-border-maxcontrast); + --vs-border-width: var(--border-width-input, 2px) !important; + --vs-border-style: solid; + --vs-border-radius: var(--border-radius-large); + /* Component Controls: Clear, Open Indicator */ + --vs-controls-color: var(--color-main-text); + /* Selected */ + --vs-selected-bg: var(--color-background-hover); + --vs-selected-color: var(--color-main-text); + --vs-selected-border-color: var(--vs-border-color); + --vs-selected-border-style: var(--vs-border-style); + --vs-selected-border-width: var(--vs-border-width); + /* Dropdown */ + --vs-dropdown-bg: var(--color-main-background); + --vs-dropdown-color: var(--color-main-text); + --vs-dropdown-z-index: 9999; + --vs-dropdown-box-shadow: 0px 2px 2px 0px var(--color-box-shadow); + /* Options */ + --vs-dropdown-option-padding: 8px 20px; + /* Active State */ + --vs-dropdown-option--active-bg: var(--color-background-hover); + --vs-dropdown-option--active-color: var(--color-main-text); + /* Keyboard Focus State */ + --vs-dropdown-option--kb-focus-box-shadow: inset 0px 0px 0px 2px var(--vs-border-color); + /* Deselect State */ + --vs-dropdown-option--deselect-bg: var(--color-error); + --vs-dropdown-option--deselect-color: #fff; + /* Transitions */ + --vs-transition-duration: 0ms; + /* Actions */ + --vs-actions-padding: 0 8px 0 4px; +} +.v-select.select { + /* Override default vue-select styles */ + min-height: var(--default-clickable-area); + min-width: 260px; + margin: 0 0 var(--default-grid-baseline); +} +.v-select.select.vs--open { + --vs-border-width: var(--border-width-input-focused, 2px); +} +.v-select.select .select__label { + display: block; + margin-bottom: 2px; +} +.v-select.select .vs__selected { + height: calc(var(--default-clickable-area) - 2 * var(--vs-border-width) - var(--default-grid-baseline)); + margin: calc(var(--default-grid-baseline) / 2); + padding-block: 0; + padding-inline: 12px 8px; + border-radius: 16px !important; + background: var(--color-primary-element-light); + border: none; +} +.v-select.select.vs--open .vs__selected:first-of-type { + margin-inline-start: calc(var(--default-grid-baseline) / 2 - (var(--border-width-input-focused, 2px) - var(--border-width-input, 2px))) !important; +} +.v-select.select .vs__search { + text-overflow: ellipsis; + color: var(--color-main-text); + min-height: unset !important; + height: calc(var(--default-clickable-area) - 2 * var(--vs-border-width)) !important; +} +.v-select.select .vs__search::placeholder { + color: var(--color-text-maxcontrast); +} +.v-select.select .vs__search, .v-select.select .vs__search:focus { + margin: 0; +} +.v-select.select .vs__dropdown-toggle { + position: relative; + max-height: 100px; + padding: 0; + overflow-y: auto; +} +.v-select.select .vs__actions { + position: sticky; + top: 0; +} +.v-select.select .vs__clear { + margin-right: 2px; +} +.v-select.select.vs--open .vs__dropdown-toggle { + border-width: var(--border-width-input-focused); + outline: 2px solid var(--color-main-background); + border-color: var(--color-main-text); + border-bottom-color: transparent; +} +.v-select.select:not(.vs--disabled, .vs--open) .vs__dropdown-toggle:hover { + outline: 2px solid var(--color-main-background); + border-color: var(--color-main-text); +} +.v-select.select.vs--disabled .vs__search, +.v-select.select.vs--disabled .vs__selected { + color: var(--color-text-maxcontrast); +} +.v-select.select.vs--disabled .vs__clear, +.v-select.select.vs--disabled .vs__deselect { + display: none; +} +.v-select.select--no-wrap .vs__selected-options { + flex-wrap: nowrap; + overflow: auto; + min-width: unset; +} +.v-select.select--no-wrap .vs__selected-options .vs__selected { + min-width: unset; +} +.v-select.select--drop-up.vs--open .vs__dropdown-toggle { + border-radius: 0 0 var(--vs-border-radius) var(--vs-border-radius); + border-top-color: transparent; + border-bottom-color: var(--color-main-text); +} +.v-select.select .vs__selected-options { + min-height: calc(var(--default-clickable-area) - 2 * var(--vs-border-width)); + padding: 0 5px; +} +.v-select.select .vs__selected-options .vs__selected ~ .vs__search[readonly] { + position: absolute; +} +.v-select.select.vs--single.vs--loading .vs__selected, .v-select.select.vs--single.vs--open .vs__selected { + max-width: 100%; + opacity: 1; + color: var(--color-text-maxcontrast); +} +.v-select.select.vs--single .vs__selected-options { + flex-wrap: nowrap; +} +.v-select.select.vs--single .vs__selected { + background: unset !important; +} +.vs__dropdown-menu { + border-width: var(--border-width-input-focused) !important; + border-color: var(--color-main-text) !important; + outline: none !important; + box-shadow: -2px 0 0 var(--color-main-background), 0 2px 0 var(--color-main-background), 2px 0 0 var(--color-main-background), !important; + padding: 4px !important; +} +.vs__dropdown-menu--floating { + /* Fallback styles overidden by programmatically set inline styles */ + width: max-content; + position: absolute; + top: 0; + left: 0; +} +.vs__dropdown-menu--floating-placement-top { + border-radius: var(--vs-border-radius) var(--vs-border-radius) 0 0 !important; + border-top-style: var(--vs-border-style) !important; + border-bottom-style: none !important; + box-shadow: 0 -2px 0 var(--color-main-background), -2px 0 0 var(--color-main-background), 2px 0 0 var(--color-main-background), !important; +} +.vs__dropdown-menu .vs__dropdown-option { + border-radius: 6px !important; +} +.vs__dropdown-menu .vs__no-options { + color: var(--color-text-lighter) !important; +} +.user-select .vs__selected { + padding-inline: 0 5px !important; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-0c4478a6] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.name-parts[data-v-0c4478a6] { + display: flex; + max-width: 100%; + cursor: inherit; +} +.name-parts__first[data-v-0c4478a6] { + overflow: hidden; + text-overflow: ellipsis; +} +.name-parts__first[data-v-0c4478a6], .name-parts__last[data-v-0c4478a6] { + white-space: pre; + cursor: inherit; +} +.name-parts__first strong[data-v-0c4478a6], .name-parts__last strong[data-v-0c4478a6] { + font-weight: bold; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-a519576f] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.mention-bubble--primary .mention-bubble__content[data-v-a519576f] { + color: var(--color-primary-element-text); + background-color: var(--color-primary-element); +} +.mention-bubble__wrapper[data-v-a519576f] { + max-width: 150px; + height: 18px; + vertical-align: text-bottom; + display: inline-flex; + align-items: center; +} +.mention-bubble__content[data-v-a519576f] { + display: inline-flex; + overflow: hidden; + align-items: center; + max-width: 100%; + height: 20px; + -webkit-user-select: none; + user-select: none; + padding-right: 6px; + padding-left: 2px; + border-radius: 10px; + background-color: var(--color-background-dark); +} +.mention-bubble__icon[data-v-a519576f] { + position: relative; + width: 16px; + height: 16px; + border-radius: 8px; + background-color: var(--color-background-darker); + background-repeat: no-repeat; + background-position: center; + background-size: 12px; +} +.mention-bubble__icon--with-avatar[data-v-a519576f] { + color: inherit; + background-size: cover; +} +.mention-bubble__title[data-v-a519576f] { + overflow: hidden; + margin-left: 2px; + white-space: nowrap; + text-overflow: ellipsis; +} +.mention-bubble__title[data-v-a519576f]::before { + content: attr(title); +} +.mention-bubble__select[data-v-a519576f] { + position: absolute; + z-index: -1; + left: -100vw; + width: 1px; + height: 1px; + overflow: hidden; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-a0f4d73a] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.option[data-v-a0f4d73a] { + display: flex; + align-items: center; + width: 100%; + height: var(--height); + cursor: inherit; +} +.option__avatar[data-v-a0f4d73a] { + margin-right: var(--margin); +} +.option__details[data-v-a0f4d73a] { + display: flex; + flex: 1 1; + flex-direction: column; + justify-content: center; + min-width: 0; +} +.option__lineone[data-v-a0f4d73a] { + color: var(--color-main-text); +} +.option__linetwo[data-v-a0f4d73a] { + color: var(--color-text-maxcontrast); +} +.option__lineone[data-v-a0f4d73a], .option__linetwo[data-v-a0f4d73a] { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + line-height: 1.2; +} +.option__lineone strong[data-v-a0f4d73a], .option__linetwo strong[data-v-a0f4d73a] { + font-weight: bold; +} +.option--compact .option__lineone[data-v-a0f4d73a] { + font-size: 14px; +} +.option--compact .option__linetwo[data-v-a0f4d73a] { + font-size: 11px; + line-height: 1.5; + margin-top: -4px; +} +.option__icon[data-v-a0f4d73a] { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + color: var(--color-text-maxcontrast); +} +.option__icon.icon[data-v-a0f4d73a] { + flex: 0 0 var(--default-clickable-area); + opacity: 0.7; + background-position: center; + background-size: 16px; +} +.option__details[data-v-a0f4d73a], .option__lineone[data-v-a0f4d73a], .option__linetwo[data-v-a0f4d73a], .option__icon[data-v-a0f4d73a] { + cursor: inherit; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-9ce7ef1d] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.avatardiv[data-v-9ce7ef1d] { + position: relative; + display: inline-block; + width: var(--size); + height: var(--size); +} +.avatardiv--unknown[data-v-9ce7ef1d] { + position: relative; + background-color: var(--color-main-background); + white-space: normal; +} +.avatardiv[data-v-9ce7ef1d]:not(.avatardiv--unknown) { + background-color: var(--color-main-background) !important; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.05) inset; +} +.avatardiv--with-menu[data-v-9ce7ef1d] { + cursor: pointer; +} +.avatardiv--with-menu .action-item[data-v-9ce7ef1d] { + position: absolute; + top: 0; + left: 0; +} +.avatardiv--with-menu[data-v-9ce7ef1d] .action-item__menutoggle { + cursor: pointer; + opacity: 0; +} +.avatardiv--with-menu[data-v-9ce7ef1d]:focus-within .action-item__menutoggle, .avatardiv--with-menu[data-v-9ce7ef1d]:hover .action-item__menutoggle, .avatardiv--with-menu.avatardiv--with-menu-loading[data-v-9ce7ef1d] .action-item__menutoggle { + opacity: 1; +} +.avatardiv--with-menu:focus-within img[data-v-9ce7ef1d], .avatardiv--with-menu:hover img[data-v-9ce7ef1d], .avatardiv--with-menu.avatardiv--with-menu-loading img[data-v-9ce7ef1d] { + opacity: 0.3; +} +.avatardiv--with-menu[data-v-9ce7ef1d] .action-item__menutoggle, +.avatardiv--with-menu img[data-v-9ce7ef1d] { + transition: opacity var(--animation-quick); +} +.avatardiv--with-menu[data-v-9ce7ef1d] .button-vue, +.avatardiv--with-menu[data-v-9ce7ef1d] .button-vue__icon { + height: var(--size); + min-height: var(--size); + width: var(--size) !important; + min-width: var(--size); +} +.avatardiv--with-menu[data-v-9ce7ef1d] > .button-vue, .avatardiv--with-menu[data-v-9ce7ef1d] > .action-item .button-vue { + --button-radius: calc(var(--size) / 2); +} +.avatardiv .avatardiv__initials-wrapper[data-v-9ce7ef1d] { + display: block; + height: var(--size); + width: var(--size); + background-color: var(--color-main-background); + border-radius: calc(var(--size) / 2); +} +.avatardiv .avatardiv__initials-wrapper .avatardiv__initials[data-v-9ce7ef1d] { + position: absolute; + top: 0; + left: 0; + display: block; + width: 100%; + text-align: center; + font-weight: normal; +} +.avatardiv img[data-v-9ce7ef1d] { + width: 100%; + height: 100%; + object-fit: cover; +} +.avatardiv .material-design-icon[data-v-9ce7ef1d] { + width: var(--size); + height: var(--size); +} +.avatardiv .avatardiv__user-status[data-v-9ce7ef1d] { + box-sizing: border-box; + position: absolute; + right: -4px; + bottom: -4px; + min-height: 14px; + min-width: 14px; + max-height: 18px; + max-width: 18px; + height: 40%; + width: 40%; + line-height: 1; + font-size: clamp(var(--font-size-small), 85%, var(--default-font-size)); + border: 2px solid var(--color-main-background); + background-color: var(--color-main-background); + background-repeat: no-repeat; + background-size: 16px; + background-position: center; + border-radius: 50%; +} +.acli:hover .avatardiv .avatardiv__user-status[data-v-9ce7ef1d] { + border-color: var(--color-background-hover); + background-color: var(--color-background-hover); +} +.acli.active .avatardiv .avatardiv__user-status[data-v-9ce7ef1d] { + border-color: var(--color-primary-element-light); + background-color: var(--color-primary-element-light); +} +.avatardiv .avatardiv__user-status--icon[data-v-9ce7ef1d] { + border: none; + background-color: transparent; +} +.avatardiv .popovermenu-wrapper[data-v-9ce7ef1d] { + position: relative; + display: inline-block; +} +.avatar-class-icon[data-v-9ce7ef1d] { + display: block; + border-radius: calc(var(--size) / 2); + background-color: var(--color-background-darker); + height: 100%; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-30c015f0] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +li.action.active[data-v-30c015f0] { + background-color: var(--color-background-hover); + border-radius: 6px; + padding: 0; +} +.action-link[data-v-30c015f0] { + display: flex; + align-items: flex-start; + width: 100%; + height: auto; + margin: 0; + padding: 0; + padding-right: calc((var(--default-clickable-area) - 16px) / 2); + box-sizing: border-box; + cursor: pointer; + white-space: nowrap; + color: var(--color-main-text); + border: 0; + border-radius: 0; + background-color: transparent; + box-shadow: none; + font-weight: normal; + font-size: var(--default-font-size); + line-height: var(--default-clickable-area); +} +.action-link > span[data-v-30c015f0] { + cursor: pointer; + white-space: nowrap; +} +.action-link__icon[data-v-30c015f0] { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; + background-size: 16px; + background-repeat: no-repeat; +} +.action-link[data-v-30c015f0] .material-design-icon { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; +} +.action-link[data-v-30c015f0] .material-design-icon .material-design-icon__svg { + vertical-align: middle; +} +.action-link__longtext-wrapper[data-v-30c015f0], .action-link__longtext[data-v-30c015f0] { + max-width: 220px; + line-height: 1.6em; + padding: calc((var(--default-clickable-area) - 1.6em) / 2) 0; + cursor: pointer; + text-align: left; + overflow: hidden; + text-overflow: ellipsis; +} +.action-link__longtext[data-v-30c015f0] { + cursor: pointer; + white-space: pre-wrap !important; +} +.action-link__name[data-v-30c015f0] { + font-weight: bold; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + max-width: 100%; + display: inline-block; +} +.action-link__menu-icon[data-v-30c015f0] { + margin-left: auto; + margin-right: calc((var(--default-clickable-area) - 16px) / 2 * -1); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-579c6b4d] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +li.action.active[data-v-579c6b4d] { + background-color: var(--color-background-hover); + border-radius: 6px; + padding: 0; +} +.action-router[data-v-579c6b4d] { + display: flex; + align-items: flex-start; + width: 100%; + height: auto; + margin: 0; + padding: 0; + padding-right: calc((var(--default-clickable-area) - 16px) / 2); + box-sizing: border-box; + cursor: pointer; + white-space: nowrap; + color: var(--color-main-text); + border: 0; + border-radius: 0; + background-color: transparent; + box-shadow: none; + font-weight: normal; + font-size: var(--default-font-size); + line-height: var(--default-clickable-area); +} +.action-router > span[data-v-579c6b4d] { + cursor: pointer; + white-space: nowrap; +} +.action-router__icon[data-v-579c6b4d] { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; + background-size: 16px; + background-repeat: no-repeat; +} +.action-router[data-v-579c6b4d] .material-design-icon { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; +} +.action-router[data-v-579c6b4d] .material-design-icon .material-design-icon__svg { + vertical-align: middle; +} +.action-router__longtext-wrapper[data-v-579c6b4d], .action-router__longtext[data-v-579c6b4d] { + max-width: 220px; + line-height: 1.6em; + padding: calc((var(--default-clickable-area) - 1.6em) / 2) 0; + cursor: pointer; + text-align: left; + overflow: hidden; + text-overflow: ellipsis; +} +.action-router__longtext[data-v-579c6b4d] { + cursor: pointer; + white-space: pre-wrap !important; +} +.action-router__name[data-v-579c6b4d] { + font-weight: bold; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + max-width: 100%; + display: inline-block; +} +.action-router__menu-icon[data-v-579c6b4d] { + margin-left: auto; + margin-right: calc((var(--default-clickable-area) - 16px) / 2 * -1); +} +.action--disabled[data-v-579c6b4d] { + pointer-events: none; + opacity: 0.5; +} +.action--disabled[data-v-579c6b4d]:hover, .action--disabled[data-v-579c6b4d]:focus { + cursor: default; + opacity: 0.5; +} +.action--disabled *[data-v-579c6b4d] { + opacity: 1 !important; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-824615f4] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +li.action.active[data-v-824615f4] { + background-color: var(--color-background-hover); + border-radius: 6px; + padding: 0; +} +.action-text[data-v-824615f4] { + display: flex; + align-items: flex-start; + width: 100%; + height: auto; + margin: 0; + padding: 0; + padding-right: calc((var(--default-clickable-area) - 16px) / 2); + box-sizing: border-box; + cursor: pointer; + white-space: nowrap; + color: var(--color-main-text); + border: 0; + border-radius: 0; + background-color: transparent; + box-shadow: none; + font-weight: normal; + font-size: var(--default-font-size); + line-height: var(--default-clickable-area); +} +.action-text > span[data-v-824615f4] { + cursor: pointer; + white-space: nowrap; +} +.action-text__icon[data-v-824615f4] { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; + background-size: 16px; + background-repeat: no-repeat; +} +.action-text[data-v-824615f4] .material-design-icon { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; +} +.action-text[data-v-824615f4] .material-design-icon .material-design-icon__svg { + vertical-align: middle; +} +.action-text__longtext-wrapper[data-v-824615f4], .action-text__longtext[data-v-824615f4] { + max-width: 220px; + line-height: 1.6em; + padding: calc((var(--default-clickable-area) - 1.6em) / 2) 0; + cursor: pointer; + text-align: left; + overflow: hidden; + text-overflow: ellipsis; +} +.action-text__longtext[data-v-824615f4] { + cursor: pointer; + white-space: pre-wrap !important; +} +.action-text__name[data-v-824615f4] { + font-weight: bold; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + max-width: 100%; + display: inline-block; +} +.action-text__menu-icon[data-v-824615f4] { + margin-left: auto; + margin-right: calc((var(--default-clickable-area) - 16px) / 2 * -1); +} +.action--disabled[data-v-824615f4] { + pointer-events: none; + opacity: 0.5; +} +.action--disabled[data-v-824615f4]:hover, .action--disabled[data-v-824615f4]:focus { + cursor: default; + opacity: 0.5; +} +.action--disabled *[data-v-824615f4] { + opacity: 1 !important; +} +.action-text[data-v-824615f4], +.action-text span[data-v-824615f4] { + cursor: default; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-551209a3] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.loading-icon svg[data-v-551209a3] { + animation: rotate var(--animation-duration, 0.8s) linear infinite; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-0555d8d0] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.user-status-icon[data-v-0555d8d0] { + display: flex; + justify-content: center; + align-items: center; + min-width: 16px; + min-height: 16px; + max-width: 20px; + max-height: 20px; +} +.user-status-icon--invisible[data-v-0555d8d0] { + filter: var(--background-invert-if-dark); +}:host,:root{--vs-colors--lightest:rgba(60,60,60,0.26);--vs-colors--light:rgba(60,60,60,0.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,0.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#136cfb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--kb-focus-box-shadow:inset 0px 0px 0px 2px #949494;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__open-indicator-button,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vs-search-input-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;min-width:0;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator-button{background-color:transparent;border:0;cursor:pointer;padding:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--kb-focus{box-shadow:var(--vs-dropdown-option--kb-focus-box-shadow)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;min-width:0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{max-width:100%;opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:none;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search:-ms-input-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1} + +/*# sourceMappingURL=vue-select.css.map*//** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-fbe2ff4a] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.native-datetime-picker[data-v-fbe2ff4a] { + display: flex; + flex-direction: column; +} +.native-datetime-picker .native-datetime-picker--input[data-v-fbe2ff4a] { + width: 100%; + flex: 0 0 auto; + padding-right: 4px; +} +[data-theme-light] .native-datetime-picker--input[data-v-fbe2ff4a], +[data-themes*=light] .native-datetime-picker--input[data-v-fbe2ff4a] { + color-scheme: light; +} +[data-theme-dark] .native-datetime-picker--input[data-v-fbe2ff4a], +[data-themes*=dark] .native-datetime-picker--input[data-v-fbe2ff4a] { + color-scheme: dark; +} +@media (prefers-color-scheme: light) { +[data-theme-default] .native-datetime-picker--input[data-v-fbe2ff4a], + [data-themes*=default] .native-datetime-picker--input[data-v-fbe2ff4a] { + color-scheme: light; +} +} +@media (prefers-color-scheme: dark) { +[data-theme-default] .native-datetime-picker--input[data-v-fbe2ff4a], + [data-themes*=default] .native-datetime-picker--input[data-v-fbe2ff4a] { + color-scheme: dark; +} +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-d984b8e5] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +[data-v-d984b8e5] .password-field__input--secure-text { + -webkit-text-security: disc; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-374fffac] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.input-field[data-v-374fffac] { + --input-border-radius: var(--border-radius-element, var(--border-radius-large)); + --input-padding-start: var(--border-radius-large); + --input-padding-end: var(--border-radius-large); + position: relative; + width: 100%; + margin-block-start: 6px; +} +.input-field--disabled[data-v-374fffac] { + opacity: 0.4; + filter: saturate(0.4); +} +.input-field--label-outside[data-v-374fffac] { + margin-block-start: 0; +} +.input-field--leading-icon[data-v-374fffac] { + --input-padding-start: calc(var(--default-clickable-area) - var(--default-grid-baseline)); +} +.input-field--trailing-icon[data-v-374fffac] { + --input-padding-end: calc(var(--default-clickable-area) - var(--default-grid-baseline)); +} +.input-field--pill[data-v-374fffac] { + --input-border-radius: var(--border-radius-pill); +} +.input-field__main-wrapper[data-v-374fffac] { + height: var(--default-clickable-area); + position: relative; +} +.input-field__input[data-v-374fffac] { + --input-border-width-offset: calc(var(--border-width-input-focused, 2px) - var(--border-width-input, 2px)); + background-color: var(--color-main-background); + color: var(--color-main-text); + border: var(--border-width-input, 2px) solid var(--color-border-maxcontrast); + border-radius: var(--input-border-radius); + cursor: pointer; + -webkit-appearance: textfield !important; + -moz-appearance: textfield !important; + appearance: textfield !important; + font-size: var(--default-font-size); + text-overflow: ellipsis; + height: calc(var(--default-clickable-area) - 2 * var(--input-border-width-offset)) !important; + width: 100%; + padding-inline: calc(var(--input-padding-start) + var(--input-border-width-offset)) calc(var(--input-padding-end) + var(--input-border-width-offset)); + padding-block: var(--input-border-width-offset); +} +.input-field__input[data-v-374fffac]::placeholder { + color: var(--color-text-maxcontrast); +} +.input-field__input[data-v-374fffac]:active:not([disabled]), .input-field__input[data-v-374fffac]:hover:not([disabled]), .input-field__input[data-v-374fffac]:focus:not([disabled]) { + border-color: var(--color-main-text); + border-width: var(--border-width-input-focused, 2px); + box-shadow: 0 0 0 2px var(--color-main-background) !important; + --input-border-width-offset: 0px; +} +.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:hover:not(:placeholder-shown) + .input-field__label[data-v-374fffac] { + color: var(--color-main-text); +} +.input-field__input[data-v-374fffac]:focus { + cursor: text; +} +.input-field__input[data-v-374fffac]:disabled { + cursor: default; +} +.input-field__input[data-v-374fffac]:focus-visible { + box-shadow: unset !important; +} +.input-field__input--success[data-v-374fffac] { + border-color: var(--color-success) !important; +} +.input-field__input--success[data-v-374fffac]:focus-visible { + box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; +} +.input-field__input--error[data-v-374fffac], .input-field__input[data-v-374fffac]:invalid { + border-color: var(--color-error) !important; +} +.input-field__input--error[data-v-374fffac]:focus-visible, .input-field__input[data-v-374fffac]:invalid:focus-visible { + box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; +} +.input-field:not(.input-field--label-outside) .input-field__input[data-v-374fffac]:not(:focus)::placeholder { + opacity: 0; +} +.input-field__label[data-v-374fffac] { + --input-label-font-size: var(--default-font-size); + position: absolute; + margin-inline: var(--input-padding-start) var(--input-padding-end); + max-width: fit-content; + font-size: var(--input-label-font-size); + inset-block-start: calc((var(--default-clickable-area) - 1lh) / 2); + inset-inline: var(--border-width-input-focused, 2px); + color: var(--color-text-maxcontrast); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + pointer-events: none; + transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow); +} +.input-field__input:focus + .input-field__label[data-v-374fffac], .input-field__input:not(:placeholder-shown) + .input-field__label[data-v-374fffac] { + --input-label-font-size: 13px; + line-height: 1.5; + inset-block-start: calc(-1.5 * var(--input-label-font-size) / 2); + font-weight: 500; + border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0; + background-color: var(--color-main-background); + padding-inline: var(--default-grid-baseline); + margin-inline: calc(var(--input-padding-start) - var(--default-grid-baseline)) calc(var(--input-padding-end) - var(--default-grid-baseline)); + transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick); +} +.input-field__icon[data-v-374fffac] { + position: absolute; + height: var(--default-clickable-area); + width: var(--default-clickable-area); + display: flex; + align-items: center; + justify-content: center; + opacity: 0.7; + inset-block-end: 0; +} +.input-field__icon--leading[data-v-374fffac] { + inset-inline-start: 0px; +} +.input-field__icon--trailing[data-v-374fffac] { + inset-inline-end: 0px; +} +.input-field__trailing-button[data-v-374fffac] { + --button-size: calc(var(--default-clickable-area) - 2 * var(--border-width-input-focused, 2px)) !important; + --button-radius: calc(var(--input-border-radius) - var(--border-width-input-focused, 2px)); +} +.input-field__trailing-button.button-vue[data-v-374fffac] { + position: absolute; + top: var(--border-width-input-focused, 2px); + right: var(--border-width-input-focused, 2px); +} +.input-field__trailing-button.button-vue[data-v-374fffac]:focus-visible { + box-shadow: none !important; +} +.input-field__helper-text-message[data-v-374fffac] { + padding-block: 4px; + padding-inline: var(--border-radius-large); + display: flex; + align-items: center; + color: var(--color-text-maxcontrast); +} +.input-field__helper-text-message__icon[data-v-374fffac] { + margin-inline-end: 8px; +} +.input-field__helper-text-message--error[data-v-374fffac] { + color: var(--color-error-text); +} +.input-field__helper-text-message--success[data-v-374fffac] { + color: var(--color-success-text); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-8c1a9122] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +li.action.active[data-v-8c1a9122] { + background-color: var(--color-background-hover); + border-radius: 6px; + padding: 0; +} +.action--disabled[data-v-8c1a9122] { + pointer-events: none; + opacity: 0.5; +} +.action--disabled[data-v-8c1a9122]:hover, .action--disabled[data-v-8c1a9122]:focus { + cursor: default; + opacity: 0.5; +} +.action--disabled *[data-v-8c1a9122] { + opacity: 1 !important; +} +.action-radio[data-v-8c1a9122] { + display: flex; + align-items: flex-start; + width: 100%; + height: auto; + margin: 0; + padding: 0; + cursor: pointer; + white-space: nowrap; + color: var(--color-main-text); + border: 0; + border-radius: 0; + background-color: transparent; + box-shadow: none; + font-weight: normal; + line-height: var(--default-clickable-area); + /* checkbox/radio fixes */ +} +.action-radio__radio[data-v-8c1a9122] { + position: absolute; + top: auto; + left: -10000px; + overflow: hidden; + width: 1px; + height: 1px; +} +.action-radio__label[data-v-8c1a9122] { + display: flex; + align-items: center; + width: 100%; + padding: 0 !important; + padding-right: calc((var(--default-clickable-area) - 16px) / 2) !important; +} +.action-radio__label[data-v-8c1a9122]::before { + margin: calc((var(--default-clickable-area) - 14px) / 2) !important; +} +.action-radio--disabled[data-v-8c1a9122], +.action-radio--disabled .action-radio__label[data-v-8c1a9122] { + cursor: pointer; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-3e2324b7] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.action-separator[data-v-3e2324b7] { + height: 0; + margin: 5px 10px 5px 15px; + border-bottom: 1px solid var(--color-border-dark); + cursor: default; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-c9d92b93] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * color-text-lighter normal state + * color-text-lighter active state + * color-text-maxcontrast disabled state + */ +/* Default global values */ +button[data-v-c9d92b93]:not(.button-vue), +input[data-v-c9d92b93]:not([type=range]), +textarea[data-v-c9d92b93] { + margin: 0; + padding: 7px 6px; + cursor: text; + color: var(--color-text-lighter); + border: 1px solid var(--color-border-dark); + border-radius: var(--border-radius); + outline: none; + background-color: var(--color-main-background); + font-size: 13px; + /* Primary action button, use sparingly */ +} +button[data-v-c9d92b93]:not(.button-vue):not(:disabled):not(.primary):hover, button[data-v-c9d92b93]:not(.button-vue):not(:disabled):not(.primary):focus, button:not(.button-vue):not(:disabled):not(.primary).active[data-v-c9d92b93], +input[data-v-c9d92b93]:not([type=range]):not(:disabled):not(.primary):hover, +input[data-v-c9d92b93]:not([type=range]):not(:disabled):not(.primary):focus, +input:not([type=range]):not(:disabled):not(.primary).active[data-v-c9d92b93], +textarea[data-v-c9d92b93]:not(:disabled):not(.primary):hover, +textarea[data-v-c9d92b93]:not(:disabled):not(.primary):focus, +textarea:not(:disabled):not(.primary).active[data-v-c9d92b93] { + /* active class used for multiselect */ + border-color: var(--color-primary-element); + outline: none; +} +button[data-v-c9d92b93]:not(.button-vue):not(:disabled):not(.primary):active, +input[data-v-c9d92b93]:not([type=range]):not(:disabled):not(.primary):active, +textarea[data-v-c9d92b93]:not(:disabled):not(.primary):active { + color: var(--color-text-light); + outline: none; + background-color: var(--color-main-background); +} +button[data-v-c9d92b93]:not(.button-vue):disabled, +input[data-v-c9d92b93]:not([type=range]):disabled, +textarea[data-v-c9d92b93]:disabled { + cursor: default; + opacity: 0.5; + color: var(--color-text-maxcontrast); + background-color: var(--color-background-dark); +} +button[data-v-c9d92b93]:not(.button-vue):required, +input[data-v-c9d92b93]:not([type=range]):required, +textarea[data-v-c9d92b93]:required { + box-shadow: none; +} +button[data-v-c9d92b93]:not(.button-vue):invalid, +input[data-v-c9d92b93]:not([type=range]):invalid, +textarea[data-v-c9d92b93]:invalid { + border-color: var(--color-error); + box-shadow: none !important; +} +button:not(.button-vue).primary[data-v-c9d92b93], +input:not([type=range]).primary[data-v-c9d92b93], +textarea.primary[data-v-c9d92b93] { + cursor: pointer; + color: var(--color-primary-element-text); + border-color: var(--color-primary-element); + background-color: var(--color-primary-element); +} +button:not(.button-vue).primary[data-v-c9d92b93]:not(:disabled):hover, button:not(.button-vue).primary[data-v-c9d92b93]:not(:disabled):focus, button:not(.button-vue).primary[data-v-c9d92b93]:not(:disabled):active, +input:not([type=range]).primary[data-v-c9d92b93]:not(:disabled):hover, +input:not([type=range]).primary[data-v-c9d92b93]:not(:disabled):focus, +input:not([type=range]).primary[data-v-c9d92b93]:not(:disabled):active, +textarea.primary[data-v-c9d92b93]:not(:disabled):hover, +textarea.primary[data-v-c9d92b93]:not(:disabled):focus, +textarea.primary[data-v-c9d92b93]:not(:disabled):active { + border-color: var(--color-primary-element-light); + background-color: var(--color-primary-element-light); +} +button:not(.button-vue).primary[data-v-c9d92b93]:not(:disabled):active, +input:not([type=range]).primary[data-v-c9d92b93]:not(:disabled):active, +textarea.primary[data-v-c9d92b93]:not(:disabled):active { + color: var(--color-primary-element-text-dark); +} +button:not(.button-vue).primary[data-v-c9d92b93]:disabled, +input:not([type=range]).primary[data-v-c9d92b93]:disabled, +textarea.primary[data-v-c9d92b93]:disabled { + cursor: default; + color: var(--color-primary-element-text-dark); + background-color: var(--color-primary-element); +} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +li.action.active[data-v-c9d92b93] { + background-color: var(--color-background-hover); + border-radius: 6px; + padding: 0; +} +.action--disabled[data-v-c9d92b93] { + pointer-events: none; + opacity: 0.5; +} +.action--disabled[data-v-c9d92b93]:hover, .action--disabled[data-v-c9d92b93]:focus { + cursor: default; + opacity: 0.5; +} +.action--disabled *[data-v-c9d92b93] { + opacity: 1 !important; +} +.action-text-editable[data-v-c9d92b93] { + display: flex; + align-items: flex-start; + width: 100%; + height: auto; + margin: 0; + padding: 0; + cursor: pointer; + white-space: nowrap; + color: var(--color-main-text); + border: 0; + border-radius: 0; + background-color: transparent; + box-shadow: none; + font-weight: normal; + line-height: var(--default-clickable-area); + /* Inputs inside popover supports text, submit & reset */ +} +.action-text-editable > span[data-v-c9d92b93] { + cursor: pointer; + white-space: nowrap; +} +.action-text-editable__icon[data-v-c9d92b93] { + min-width: 0; /* Overwrite icons*/ + min-height: 0; + /* Keep padding to define the width to + assure correct position of a possible text */ + padding: calc(var(--default-clickable-area) / 2) 0 calc(var(--default-clickable-area) / 2) var(--default-clickable-area); + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; + background-size: 16px; +} +.action-text-editable[data-v-c9d92b93] .material-design-icon { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 1; +} +.action-text-editable[data-v-c9d92b93] .material-design-icon .material-design-icon__svg { + vertical-align: middle; +} +.action-text-editable__form[data-v-c9d92b93] { + display: flex; + flex: 1 1 auto; + flex-direction: column; + position: relative; + margin: 4px 0; + padding-right: calc((var(--default-clickable-area) - 16px) / 2); +} +.action-text-editable__submit[data-v-c9d92b93] { + position: absolute; + left: -10000px; + top: auto; + width: 1px; + height: 1px; + overflow: hidden; +} +.action-text-editable__label[data-v-c9d92b93] { + display: flex; + align-items: center; + justify-content: center; + position: absolute; + right: calc((var(--default-clickable-area) - 16px) / 2 + 1); + bottom: 1px; + width: calc(var(--default-clickable-area) - 8px); + height: calc(var(--default-clickable-area) - 8px); + box-sizing: border-box; + margin: 0; + padding: 7px 6px; + border: 0; + border-radius: 50%; + /* Avoid background under border */ + background-color: var(--color-main-background); + background-clip: padding-box; +} +.action-text-editable__label[data-v-c9d92b93], .action-text-editable__label *[data-v-c9d92b93] { + cursor: pointer; +} +.action-text-editable__textarea[data-v-c9d92b93] { + flex: 1 1 auto; + color: inherit; + border-color: var(--color-border-maxcontrast); + min-height: calc(var(--default-clickable-area) * 2 - 8px); /* twice the element margin-y */ + max-height: calc(var(--default-clickable-area) * 3 - 8px); /* twice the element margin-y */ + min-width: calc(var(--default-clickable-area) * 4); + width: 100% !important; + margin: 0; + /* only show confirm borders if input is not focused */ +} +.action-text-editable__textarea[data-v-c9d92b93]:disabled { + cursor: default; +} +.action-text-editable__textarea:not(:active):not(:hover):not(:focus):invalid + .action-text-editable__label[data-v-c9d92b93] { + background-color: var(--color-error); +} +.action-text-editable__textarea:not(:active):not(:hover):not(:focus):not(:disabled) + .action-text-editable__label[data-v-c9d92b93]:active, .action-text-editable__textarea:not(:active):not(:hover):not(:focus):not(:disabled) + .action-text-editable__label[data-v-c9d92b93]:hover, .action-text-editable__textarea:not(:active):not(:hover):not(:focus):not(:disabled) + .action-text-editable__label[data-v-c9d92b93]:focus { + background-color: var(--color-primary-element); + color: var(--color-primary-element-text); +} +.action-text-editable__textarea:active:not(:disabled) + .action-text-editable__label[data-v-c9d92b93], .action-text-editable__textarea:hover:not(:disabled) + .action-text-editable__label[data-v-c9d92b93], .action-text-editable__textarea:focus:not(:disabled) + .action-text-editable__label[data-v-c9d92b93] { + /* above previous input */ + z-index: 2; + border-color: var(--color-primary-element); + border-left-color: transparent; +} +li:last-child > .action-text-editable[data-v-c9d92b93] { + margin-bottom: calc((var(--default-clickable-area) - 16px) / 2 - 4px); +} +li:first-child > .action-text-editable[data-v-c9d92b93] { + margin-top: calc((var(--default-clickable-area) - 16px) / 2 - 4px); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-7692fc78] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-details-toggle[data-v-7692fc78] { + position: sticky; + width: var(--default-clickable-area); + height: var(--default-clickable-area); + padding: calc((var(--default-clickable-area) - 16px) / 2); + cursor: pointer; + opacity: 0.6; + transform: rotate(180deg); + background-color: var(--color-main-background); + z-index: 2000; + top: var(--app-navigation-padding); + left: calc(var(--default-clickable-area) + var(--app-navigation-padding) * 2); +} +.app-details-toggle--mobile[data-v-7692fc78] { + left: var(--app-navigation-padding); +} +.app-details-toggle[data-v-7692fc78]:active, .app-details-toggle[data-v-7692fc78]:hover, .app-details-toggle[data-v-7692fc78]:focus { + opacity: 1; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-de6986e3] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-content[data-v-de6986e3] { + position: initial; + z-index: 1000; + flex-basis: 100vw; + height: 100%; + margin: 0 !important; + background-color: var(--color-main-background); + min-width: 0; +} +.app-content[data-v-de6986e3]:not(.app-content--has-list) { + overflow: auto; +} +.app-content-wrapper[data-v-de6986e3] { + position: relative; + width: 100%; + height: 100%; +} +.app-content-wrapper--no-split.app-content-wrapper--show-list[data-v-de6986e3] .app-content-list { + display: flex; +} +.app-content-wrapper--no-split.app-content-wrapper--show-list[data-v-de6986e3] .app-content-details { + display: none; +} +.app-content-wrapper--no-split.app-content-wrapper--show-details[data-v-de6986e3] .app-content-list { + display: none; +} +.app-content-wrapper--no-split.app-content-wrapper--show-details[data-v-de6986e3] .app-content-details { + display: block; +} +[data-v-de6986e3] .splitpanes.default-theme .app-content-list { + max-width: none; + /* Thin scrollbar is hard to catch on resizable columns */ + scrollbar-width: auto; +} +[data-v-de6986e3] .splitpanes.default-theme .splitpanes__pane { + background-color: transparent; + transition: none; +} +[data-v-de6986e3] .splitpanes.default-theme .splitpanes__pane-list { + min-width: 300px; + position: sticky; +} +@media only screen and (width < 1024px) { +[data-v-de6986e3] .splitpanes.default-theme .splitpanes__pane-list { + display: none; +} +} +[data-v-de6986e3] .splitpanes.default-theme .splitpanes__pane-details { + overflow-y: auto; +} +@media only screen and (width < 1024px) { +[data-v-de6986e3] .splitpanes.default-theme .splitpanes__pane-details { + min-width: 100%; +} +} +[data-v-de6986e3] .splitpanes.default-theme.splitpanes--vertical .splitpanes__splitter { + background-color: var(--color-main-background); + border-left: 1px solid var(--color-border); +} +[data-v-de6986e3] .splitpanes.default-theme.splitpanes--vertical .splitpanes__splitter::before,[data-v-de6986e3] .splitpanes.default-theme.splitpanes--vertical .splitpanes__splitter::after { + background-color: var(--color-border); +} +.app-content-wrapper--show-list[data-v-de6986e3] .app-content-list { + max-width: none; +}.splitpanes{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%}.splitpanes--vertical{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.splitpanes--horizontal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitpanes--dragging *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{-webkit-transition:width .2s ease-out;-o-transition:width .2s ease-out;transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{-webkit-transition:height .2s ease-out;-o-transition:height .2s ease-out;transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{-webkit-transition:none;-o-transition:none;transition:none}.splitpanes__splitter{-ms-touch-action:none;touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-ms-flex-negative:0;flex-shrink:0}.splitpanes.default-theme .splitpanes__splitter:before,.splitpanes.default-theme .splitpanes__splitter:after{content:"";position:absolute;top:50%;left:50%;background-color:#00000026;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.splitpanes.default-theme .splitpanes__splitter:hover:before,.splitpanes.default-theme .splitpanes__splitter:hover:after{background-color:#00000040}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:30px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);width:30px;height:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px} +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-navigation, +.app-content { + /** Distance of the app navigation toggle and the first navigation item to the top edge of the app content container */ + --app-navigation-padding: calc(var(--default-grid-baseline, 4px) * 2); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-e7d078cc] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-navigation[data-v-e7d078cc] { + --color-text-maxcontrast: var(--color-text-maxcontrast-background-blur, var(--color-text-maxcontrast-default)); + transition: transform var(--animation-quick), margin var(--animation-quick); + width: 300px; + --app-navigation-max-width: calc(100vw - (var(--app-navigation-padding) + var(--default-clickable-area) + var(--default-grid-baseline))); + max-width: var(--app-navigation-max-width); + position: relative; + top: 0; + left: 0; + padding: 0px; + z-index: 1800; + height: 100%; + box-sizing: border-box; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + flex-grow: 0; + flex-shrink: 0; + background-color: var(--color-main-background-blur, var(--color-main-background)); + -webkit-backdrop-filter: var(--filter-background-blur, none); + backdrop-filter: var(--filter-background-blur, none); +} +.app-navigation--close[data-v-e7d078cc] { + margin-left: calc(-1 * min(300px, var(--app-navigation-max-width))); +} +.app-navigation__search[data-v-e7d078cc] { + width: 100%; +} +.app-navigation__body[data-v-e7d078cc] { + overflow-y: scroll; +} +.app-navigation__content > ul[data-v-e7d078cc] { + position: relative; + width: 100%; + overflow-x: hidden; + overflow-y: auto; + box-sizing: border-box; + display: flex; + flex-direction: column; + gap: var(--default-grid-baseline, 4px); + padding: var(--app-navigation-padding); +} +.app-navigation .app-navigation__list[data-v-e7d078cc] { + height: 100%; +} +.app-navigation__body--no-list[data-v-e7d078cc] { + flex: 1 1 auto; + overflow: auto; + height: 100%; +} +.app-navigation__content[data-v-e7d078cc] { + height: 100%; + display: flex; + flex-direction: column; +} +[data-themes*=highcontrast] .app-navigation[data-v-e7d078cc] { + border-inline-end: 1px solid var(--color-border); +} +@media only screen and (max-width: 1024px) { +.app-navigation[data-v-e7d078cc] { + position: absolute; + border-inline-end: 1px solid var(--color-border); +} +} +@media only screen and (max-width: 512px) { +.app-navigation[data-v-e7d078cc] { + z-index: 1400; +} +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-058e6060] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-navigation-list[data-v-058e6060] { + position: relative; + width: 100%; + overflow-x: hidden; + overflow-y: auto; + box-sizing: border-box; + display: flex; + flex-direction: column; + gap: var(--default-grid-baseline, 4px); + padding: var(--app-navigation-padding); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-b6024aba] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-navigation-toggle-wrapper[data-v-b6024aba] { + position: absolute; + top: var(--app-navigation-padding); + right: calc(0px - var(--app-navigation-padding)); + margin-right: calc(-1 * var(--default-clickable-area)); +} +button.app-navigation-toggle[data-v-b6024aba] { + background-color: var(--color-main-background); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-af6cfb9c] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-navigation-caption[data-v-af6cfb9c] { + display: flex; + justify-content: space-between; +} +.app-navigation-caption--heading[data-v-af6cfb9c] { + padding: var(--app-navigation-padding); +} +.app-navigation-caption--heading[data-v-af6cfb9c]:not(:first-child):not(:last-child) { + padding: 0 var(--app-navigation-padding); +} +.app-navigation-caption__name[data-v-af6cfb9c] { + font-weight: bold; + color: var(--color-main-text); + font-size: var(--default-font-size); + line-height: var(--default-clickable-area); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + box-shadow: none !important; + flex-shrink: 1; + padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 2); + padding-right: 0; + margin-top: 0px; + margin-bottom: var(--default-grid-baseline); +} +.app-navigation-caption__actions[data-v-af6cfb9c] { + flex: 0 0 var(--default-clickable-area); +} +.app-navigation-caption[data-v-af6cfb9c]:not(:first-child) { + margin-top: calc(var(--default-clickable-area) / 2); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-938dadb1] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-navigation-entry__icon-bullet[data-v-938dadb1] { + display: block; + padding: calc((var(--default-clickable-area) - 16px) / 2 + 1px); +} +.app-navigation-entry__icon-bullet div[data-v-938dadb1] { + width: 14px; + height: 14px; + cursor: pointer; + transition: background 100ms ease-in-out; + border: none; + border-radius: 50%; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-cadd59ae] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.button-vue.icon-collapse[data-v-cadd59ae] { + position: relative; + z-index: 105; + color: var(--color-main-text); + right: 0; +} +.button-vue.icon-collapse--open[data-v-cadd59ae] { + color: var(--color-main-text); +} +.button-vue.icon-collapse--open[data-v-cadd59ae]:hover { + color: var(--color-primary-element); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-018c4203] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +.app-navigation-entry[data-v-018c4203] { + position: relative; + display: flex; + flex-shrink: 0; + flex-wrap: wrap; + box-sizing: border-box; + width: 100%; + min-height: var(--default-clickable-area); + transition: background-color var(--animation-quick) ease-in-out; + transition: background-color 200ms ease-in-out; + border-radius: var(--border-radius-element, var(--border-radius-pill)); + /* hide deletion/collapse of subitems */ +} +.app-navigation-entry-wrapper[data-v-018c4203] { + position: relative; + display: flex; + flex-shrink: 0; + flex-wrap: wrap; + box-sizing: border-box; + width: 100%; +} +.app-navigation-entry-wrapper.app-navigation-entry--collapsible:not(.app-navigation-entry--opened) > ul[data-v-018c4203] { + display: none; +} +.app-navigation-entry.active[data-v-018c4203] { + background-color: var(--color-primary-element) !important; +} +.app-navigation-entry.active[data-v-018c4203]:hover { + background-color: var(--color-primary-element-hover) !important; +} +.app-navigation-entry.active .app-navigation-entry-link[data-v-018c4203], .app-navigation-entry.active .app-navigation-entry-button[data-v-018c4203] { + color: var(--color-primary-element-text) !important; +} +.app-navigation-entry[data-v-018c4203]:focus-within, .app-navigation-entry[data-v-018c4203]:hover { + background-color: var(--color-background-hover); +} +.app-navigation-entry.active .app-navigation-entry__children[data-v-018c4203], .app-navigation-entry:focus-within .app-navigation-entry__children[data-v-018c4203], .app-navigation-entry:hover .app-navigation-entry__children[data-v-018c4203] { + background-color: var(--color-main-background); +} +.app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-018c4203], .app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-018c4203], .app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-018c4203], .app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-018c4203], .app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-018c4203] { + display: inline-block; +} +.app-navigation-entry.app-navigation-entry--deleted > ul[data-v-018c4203] { + display: none; +} +.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-018c4203], .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-018c4203] { + padding-right: calc((var(--default-clickable-area) - 16px) / 2); +} +.app-navigation-entry .app-navigation-entry-link[data-v-018c4203], .app-navigation-entry .app-navigation-entry-button[data-v-018c4203] { + z-index: 100; /* above the bullet to allow click*/ + display: flex; + overflow: hidden; + flex: 1 1 0; + box-sizing: border-box; + min-height: var(--default-clickable-area); + padding: 0; + white-space: nowrap; + color: var(--color-main-text); + background-repeat: no-repeat; + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; + background-size: 16px 16px; + line-height: var(--default-clickable-area); +} +.app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-018c4203], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-018c4203] { + display: flex; + align-items: center; + flex: 0 0 var(--default-clickable-area); + justify-content: center; + width: var(--default-clickable-area); + height: var(--default-clickable-area); + background-size: 16px 16px; + background-repeat: no-repeat; + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; +} +.app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-018c4203], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-018c4203] { + overflow: hidden; + max-width: 100%; + white-space: nowrap; + text-overflow: ellipsis; +} +.app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-018c4203], .app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-018c4203] { + width: calc(100% - var(--default-clickable-area)); + margin: auto; +} +.app-navigation-entry .app-navigation-entry-link[data-v-018c4203]:focus-visible, .app-navigation-entry .app-navigation-entry-button[data-v-018c4203]:focus-visible { + box-shadow: 0 0 0 4px var(--color-main-background); + outline: 2px solid var(--color-main-text); + border-radius: var(--border-radius-element, var(--border-radius-pill)); +} +/* Second level nesting for lists */ +.app-navigation-entry__children[data-v-018c4203] { + position: relative; + display: flex; + flex: 0 1 auto; + flex-direction: column; + width: 100%; + gap: var(--default-grid-baseline, 4px); +} +.app-navigation-entry__children .app-navigation-entry[data-v-018c4203] { + display: inline-flex; + flex-wrap: wrap; + padding-left: 16px; +} +/* Deleted entries */ +.app-navigation-entry__deleted[data-v-018c4203] { + display: inline-flex; + flex: 1 1 0; + padding-left: calc(var(--default-clickable-area) - (var(--default-clickable-area) - 16px) / 2) !important; +} +.app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-018c4203] { + position: relative; + overflow: hidden; + flex: 1 1 0; + white-space: nowrap; + text-overflow: ellipsis; + line-height: var(--default-clickable-area); +} +/* counter and actions */ +.app-navigation-entry__utils[data-v-018c4203] { + display: flex; + min-width: var(--default-clickable-area); + align-items: center; + flex: 0 1 auto; + justify-content: flex-end; + /* counter */ + /* actions */ +} +.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-018c4203] { + display: inline-block; +} +.app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-018c4203] { + margin-right: calc(var(--default-grid-baseline) * 3); + display: flex; + align-items: center; + flex: 0 1 auto; +} +.app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-018c4203] { + display: none; +} +/* editing state */ +.app-navigation-entry--editing .app-navigation-entry-edit[data-v-018c4203] { + z-index: 250; + opacity: 1; +} +/* deleted state */ +.app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-018c4203] { + z-index: 250; + transform: translateX(0); +} +/* pinned state */ +.app-navigation-entry--pinned[data-v-018c4203] { + order: 2; + margin-top: auto; +} +.app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-018c4203] { + margin-top: 0; +} +[data-themes*=highcontrast] .app-navigation-entry[data-v-018c4203]:active { + background-color: var(--color-primary-element-light-hover) !important; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-0e795eb7] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-navigation-input-confirm[data-v-0e795eb7] { + flex: 1 0 100%; + width: 100%; +} +.app-navigation-input-confirm form[data-v-0e795eb7] { + display: flex; +} +.app-navigation-input-confirm__input[data-v-0e795eb7] { + height: 34px; + flex: 1 1 100%; + font-size: 100% !important; + margin: 5px !important; + margin-left: -8px !important; + padding: 7px !important; +} +.app-navigation-input-confirm__input[data-v-0e795eb7]:active, .app-navigation-input-confirm__input[data-v-0e795eb7]:focus, .app-navigation-input-confirm__input[data-v-0e795eb7]:hover { + outline: none; + background-color: var(--color-main-background); + color: var(--color-main-text); + border-color: var(--color-primary-element); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-810cb824] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} + +/* 'New' button */ +.app-navigation-new[data-v-810cb824] { + display: block; + padding: calc(var(--default-grid-baseline, 4px) * 2); +} +.app-navigation-new button[data-v-810cb824] { + width: 100%; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-fe96d301] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +.app-navigation-entry[data-v-fe96d301] { + position: relative; + display: flex; + flex-shrink: 0; + flex-wrap: wrap; + box-sizing: border-box; + width: 100%; + min-height: var(--default-clickable-area); + transition: background-color var(--animation-quick) ease-in-out; + transition: background-color 200ms ease-in-out; + border-radius: var(--border-radius-element, var(--border-radius-pill)); + /* hide deletion/collapse of subitems */ +} +.app-navigation-entry-wrapper[data-v-fe96d301] { + position: relative; + display: flex; + flex-shrink: 0; + flex-wrap: wrap; + box-sizing: border-box; + width: 100%; +} +.app-navigation-entry-wrapper.app-navigation-entry--collapsible:not(.app-navigation-entry--opened) > ul[data-v-fe96d301] { + display: none; +} +.app-navigation-entry.active[data-v-fe96d301] { + background-color: var(--color-primary-element) !important; +} +.app-navigation-entry.active[data-v-fe96d301]:hover { + background-color: var(--color-primary-element-hover) !important; +} +.app-navigation-entry.active .app-navigation-entry-link[data-v-fe96d301], .app-navigation-entry.active .app-navigation-entry-button[data-v-fe96d301] { + color: var(--color-primary-element-text) !important; +} +.app-navigation-entry[data-v-fe96d301]:focus-within, .app-navigation-entry[data-v-fe96d301]:hover { + background-color: var(--color-background-hover); +} +.app-navigation-entry.active .app-navigation-entry__children[data-v-fe96d301], .app-navigation-entry:focus-within .app-navigation-entry__children[data-v-fe96d301], .app-navigation-entry:hover .app-navigation-entry__children[data-v-fe96d301] { + background-color: var(--color-main-background); +} +.app-navigation-entry.active .app-navigation-entry__utils .app-navigation-entry__actions[data-v-fe96d301], .app-navigation-entry.app-navigation-entry--deleted .app-navigation-entry__utils .app-navigation-entry__actions[data-v-fe96d301], .app-navigation-entry:focus .app-navigation-entry__utils .app-navigation-entry__actions[data-v-fe96d301], .app-navigation-entry:focus-within .app-navigation-entry__utils .app-navigation-entry__actions[data-v-fe96d301], .app-navigation-entry:hover .app-navigation-entry__utils .app-navigation-entry__actions[data-v-fe96d301] { + display: inline-block; +} +.app-navigation-entry.app-navigation-entry--deleted > ul[data-v-fe96d301] { + display: none; +} +.app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-link[data-v-fe96d301], .app-navigation-entry:not(.app-navigation-entry--editing) .app-navigation-entry-button[data-v-fe96d301] { + padding-right: calc((var(--default-clickable-area) - 16px) / 2); +} +.app-navigation-entry .app-navigation-entry-link[data-v-fe96d301], .app-navigation-entry .app-navigation-entry-button[data-v-fe96d301] { + z-index: 100; /* above the bullet to allow click*/ + display: flex; + overflow: hidden; + flex: 1 1 0; + box-sizing: border-box; + min-height: var(--default-clickable-area); + padding: 0; + white-space: nowrap; + color: var(--color-main-text); + background-repeat: no-repeat; + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; + background-size: 16px 16px; + line-height: var(--default-clickable-area); +} +.app-navigation-entry .app-navigation-entry-link .app-navigation-entry-icon[data-v-fe96d301], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry-icon[data-v-fe96d301] { + display: flex; + align-items: center; + flex: 0 0 var(--default-clickable-area); + justify-content: center; + width: var(--default-clickable-area); + height: var(--default-clickable-area); + background-size: 16px 16px; + background-repeat: no-repeat; + background-position: calc((var(--default-clickable-area) - 16px) / 2) center; +} +.app-navigation-entry .app-navigation-entry-link .app-navigation-entry__name[data-v-fe96d301], .app-navigation-entry .app-navigation-entry-button .app-navigation-entry__name[data-v-fe96d301] { + overflow: hidden; + max-width: 100%; + white-space: nowrap; + text-overflow: ellipsis; +} +.app-navigation-entry .app-navigation-entry-link .editingContainer[data-v-fe96d301], .app-navigation-entry .app-navigation-entry-button .editingContainer[data-v-fe96d301] { + width: calc(100% - var(--default-clickable-area)); + margin: auto; +} +.app-navigation-entry .app-navigation-entry-link[data-v-fe96d301]:focus-visible, .app-navigation-entry .app-navigation-entry-button[data-v-fe96d301]:focus-visible { + box-shadow: 0 0 0 4px var(--color-main-background); + outline: 2px solid var(--color-main-text); + border-radius: var(--border-radius-element, var(--border-radius-pill)); +} +/* Second level nesting for lists */ +.app-navigation-entry__children[data-v-fe96d301] { + position: relative; + display: flex; + flex: 0 1 auto; + flex-direction: column; + width: 100%; + gap: var(--default-grid-baseline, 4px); +} +.app-navigation-entry__children .app-navigation-entry[data-v-fe96d301] { + display: inline-flex; + flex-wrap: wrap; + padding-left: 16px; +} +/* Deleted entries */ +.app-navigation-entry__deleted[data-v-fe96d301] { + display: inline-flex; + flex: 1 1 0; + padding-left: calc(var(--default-clickable-area) - (var(--default-clickable-area) - 16px) / 2) !important; +} +.app-navigation-entry__deleted .app-navigation-entry__deleted-description[data-v-fe96d301] { + position: relative; + overflow: hidden; + flex: 1 1 0; + white-space: nowrap; + text-overflow: ellipsis; + line-height: var(--default-clickable-area); +} +/* counter and actions */ +.app-navigation-entry__utils[data-v-fe96d301] { + display: flex; + min-width: var(--default-clickable-area); + align-items: center; + flex: 0 1 auto; + justify-content: flex-end; + /* counter */ + /* actions */ +} +.app-navigation-entry__utils.app-navigation-entry__utils--display-actions .action-item.app-navigation-entry__actions[data-v-fe96d301] { + display: inline-block; +} +.app-navigation-entry__utils .app-navigation-entry__counter-wrapper[data-v-fe96d301] { + margin-right: calc(var(--default-grid-baseline) * 3); + display: flex; + align-items: center; + flex: 0 1 auto; +} +.app-navigation-entry__utils .action-item.app-navigation-entry__actions[data-v-fe96d301] { + display: none; +} +/* editing state */ +.app-navigation-entry--editing .app-navigation-entry-edit[data-v-fe96d301] { + z-index: 250; + opacity: 1; +} +/* deleted state */ +.app-navigation-entry--deleted .app-navigation-entry-deleted[data-v-fe96d301] { + z-index: 250; + transform: translateX(0); +} +/* pinned state */ +.app-navigation-entry--pinned[data-v-fe96d301] { + order: 2; + margin-top: auto; +} +.app-navigation-entry--pinned ~ .app-navigation-entry--pinned[data-v-fe96d301] { + margin-top: 0; +} +[data-themes*=highcontrast] .app-navigation-entry[data-v-fe96d301]:active { + background-color: var(--color-primary-element-light-hover) !important; +} +.app-navigation-new-item__name[data-v-fe96d301] { + overflow: hidden; + max-width: 100%; + white-space: nowrap; + text-overflow: ellipsis; + padding-left: 7px; + font-size: 14px; +} +.newItemContainer[data-v-fe96d301] { + width: calc(100% - var(--default-clickable-area)); + margin: auto; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-70fd8f35] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-navigation-search[data-v-70fd8f35] { + display: flex; + gap: var(--app-navigation-padding); + padding: var(--app-navigation-padding); +} +.app-navigation-search--has-actions .app-navigation-search__input[data-v-70fd8f35] { + flex-grow: 1; + z-index: 3; +} +.app-navigation-search__actions[data-v-70fd8f35] { + display: flex; + gap: var(--default-grid-baseline); + margin-inline-start: 0; + max-width: calc(2 * var(--default-clickable-area) + var(--default-grid-baseline)); + max-height: var(--default-clickable-area); + transition: margin-inline-start var(--animation-quick); +} +.app-navigation-search__actions--hidden[data-v-70fd8f35] { + margin-inline-start: calc(-1 * var(--default-clickable-area)); +} +.app-navigation-search__input[data-v-70fd8f35] { + --input-border-radius: var(--border-radius-element, var(--border-radius-pill)) !important; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-981e215c] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +#app-settings[data-v-981e215c] { + margin-top: auto; + padding: 3px; +} +#app-settings__header[data-v-981e215c] { + box-sizing: border-box; + margin: 0 3px 3px 3px; +} +#app-settings__header .settings-button[data-v-981e215c] { + display: flex; + flex: 1 1 0; + height: var(--default-clickable-area); + width: 100%; + padding: 0; + margin: 0; + background-color: transparent; + box-shadow: none; + border: 0; + border-radius: var(--body-container-radius); + text-align: left; + font-weight: normal; + font-size: 100%; + color: var(--color-main-text); + padding-right: 14px; + line-height: var(--default-clickable-area); +} +#app-settings__header .settings-button[data-v-981e215c]:hover, #app-settings__header .settings-button[data-v-981e215c]:focus { + background-color: var(--color-background-hover); +} +#app-settings__header .settings-button__icon[data-v-981e215c] { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + min-width: var(--default-clickable-area); +} +#app-settings__header .settings-button__label[data-v-981e215c] { + overflow: hidden; + max-width: 100%; + white-space: nowrap; + text-overflow: ellipsis; +} +#app-settings__content[data-v-981e215c] { + display: block; + padding: 10px; + /* prevent scrolled contents from stopping too early */ + margin-bottom: -3px; + /* restrict height of settings and make scrollable */ + max-height: 300px; + overflow-y: auto; + box-sizing: border-box; +} +.slide-up-leave-active[data-v-981e215c], +.slide-up-enter-active[data-v-981e215c] { + transition-duration: var(--animation-slow); + transition-property: max-height, padding; + overflow-y: hidden !important; +} +.slide-up-enter[data-v-981e215c], +.slide-up-leave-to[data-v-981e215c] { + max-height: 0 !important; + padding: 0 10px !important; +} +.app-navigation-spacer[data-v-b699c557] { + flex-shrink: 0; + height: 22px; +} + +/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-0674bd2e] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +[data-v-0674bd2e] .app-settings__navigation { + min-width: 200px; + margin-right: calc(4 * var(--default-grid-baseline)); + overflow-x: hidden; + overflow-y: auto; + position: relative; +} +[data-v-0674bd2e] .app-settings__content { + box-sizing: border-box; + padding-inline: calc(4 * var(--default-grid-baseline)); +} +.navigation-list[data-v-0674bd2e] { + height: 100%; + box-sizing: border-box; + overflow-y: auto; + padding: calc(3 * var(--default-grid-baseline)); +} +.navigation-list__link[data-v-0674bd2e] { + display: flex; + align-content: center; + font-size: 16px; + height: var(--default-clickable-area); + margin: 4px 0; + line-height: var(--default-clickable-area); + border-radius: var(--border-radius-element, var(--border-radius-pill)); + font-weight: bold; + padding: 0 calc(4 * var(--default-grid-baseline)); + cursor: pointer; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + background-color: transparent; + border: none; +} +.navigation-list__link[data-v-0674bd2e]:hover, .navigation-list__link[data-v-0674bd2e]:focus { + background-color: var(--color-background-hover); +} +.navigation-list__link--active[data-v-0674bd2e] { + background-color: var(--color-primary-element-light) !important; +} +.navigation-list__link--icon[data-v-0674bd2e] { + padding-inline-start: calc(2 * var(--default-grid-baseline)); + gap: var(--default-grid-baseline); +} +.navigation-list__link-icon[data-v-0674bd2e] { + display: flex; + justify-content: center; + align-content: center; + width: calc(var(--default-clickable-area) - 2 * var(--default-grid-baseline)); + max-width: calc(var(--default-clickable-area) - 2 * var(--default-grid-baseline)); +} +@media only screen and (max-width: 512px) { +.app-settings[data-v-0674bd2e] .dialog__name { + padding-inline-start: 16px; +} +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-e970c9f7] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-settings-section[data-v-e970c9f7] { + margin-bottom: 80px; +} +.app-settings-section__name[data-v-e970c9f7] { + font-size: 1.6em; + margin: 0; + padding: 20px 0; + font-weight: bold; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-77326a9c] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-sidebar-tabs[data-v-77326a9c] { + display: flex; + flex-direction: column; + min-height: 0; + flex: 1 1 100%; +} +.app-sidebar-tabs__nav[data-v-77326a9c] { + display: flex; + justify-content: stretch; + margin: 10px 8px 0 8px; + border-bottom: 1px solid var(--color-border); +} +.app-sidebar-tabs__nav[data-v-77326a9c] .checkbox-radio-switch--button-variant { + border: unset !important; + border-radius: 0 !important; +} +.app-sidebar-tabs__nav[data-v-77326a9c] .checkbox-radio-switch--button-variant .checkbox-content { + padding: var(--default-grid-baseline); + border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0 !important; + margin: 0 !important; + border-bottom: var(--default-grid-baseline) solid transparent !important; +} +.app-sidebar-tabs__nav[data-v-77326a9c] .checkbox-radio-switch--button-variant .checkbox-content .checkbox-content__icon--checked > * { + color: var(--color-main-text) !important; +} +.app-sidebar-tabs__nav[data-v-77326a9c] .checkbox-radio-switch--button-variant.checkbox-radio-switch--checked .checkbox-radio-switch__content { + background: transparent !important; + color: var(--color-main-text) !important; + border-bottom: var(--default-grid-baseline) solid var(--color-primary-element) !important; +} +.app-sidebar-tabs__tab[data-v-77326a9c] { + flex: 1 1; +} +.app-sidebar-tabs__tab.active[data-v-77326a9c] { + color: var(--color-primary-element); +} +.app-sidebar-tabs__tab-caption[data-v-77326a9c] { + flex: 0 1 100%; + width: 100%; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + text-align: center; +} +.app-sidebar-tabs__tab-icon[data-v-77326a9c] { + display: flex; + align-items: center; + justify-content: center; + background-size: 20px; +} +.app-sidebar-tabs__tab[data-v-77326a9c] .checkbox-radio-switch__content { + max-width: unset; +} +.app-sidebar-tabs__content[data-v-77326a9c] { + position: relative; + min-height: 256px; + height: 100%; +} +.app-sidebar-tabs__content--multiple[data-v-77326a9c] > :not(section) { + display: none; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +@property --app-sidebar-offset { + syntax: ""; + initial-value: 0; + inherits: true; +} +.content { + --app-sidebar-padding: calc(var(--default-grid-baseline, 4px) * 2); + --app-sidebar-offset: 0; + transition: --app-sidebar-offset 0ms !important; +} +.content:has(.app-sidebar.slide-right-enter-active), +.content:has(.app-sidebar.slide-right-leave-active) { + transition: --app-sidebar-offset var(--animation-quick); +} +.content:has(.app-sidebar__toggle) { + --app-sidebar-offset: calc(var(--app-sidebar-padding) + var(--default-clickable-area)); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-2d142c0a] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} + +/* + Sidebar: to be used within #content + app-content will be shrinked properly +*/ +.app-sidebar[data-v-2d142c0a] { + --app-sidebar-width: clamp(300px, 27vw, 500px); + width: var(--app-sidebar-width); + z-index: 1500; + top: 0; + right: 0; + display: flex; + overflow-x: hidden; + overflow-y: auto; + flex-direction: column; + flex-shrink: 0; + height: 100%; + border-left: 1px solid var(--color-border); + background: var(--color-main-background); + position: relative; +} +.app-sidebar__toggle[data-v-2d142c0a] { + position: absolute !important; + inset-block-start: var(--app-sidebar-padding); + inset-inline-end: var(--app-sidebar-padding); + z-index: 1001; +} +.app-sidebar .app-sidebar-header > .app-sidebar__close[data-v-2d142c0a] { + position: absolute; + z-index: 100; + top: calc(var(--default-grid-baseline, 4px) * 2); + right: calc(var(--default-grid-baseline, 4px) * 2); + width: var(--default-clickable-area); + height: var(--default-clickable-area); + opacity: 0.7; + border-radius: calc(var(--default-clickable-area) / 2); +} +.app-sidebar .app-sidebar-header > .app-sidebar__close[data-v-2d142c0a]:hover, .app-sidebar .app-sidebar-header > .app-sidebar__close[data-v-2d142c0a]:active, .app-sidebar .app-sidebar-header > .app-sidebar__close[data-v-2d142c0a]:focus { + opacity: 1; + background-color: rgba(127, 127, 127, 0.25); +} +.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info[data-v-2d142c0a] { + flex-direction: row; +} +.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__figure[data-v-2d142c0a] { + --figure-size: calc($desc-height + var(--app-sidebar-padding)); + z-index: 2; + width: var(--figure-size); + height: var(--figure-size); + margin: calc(var(--app-sidebar-padding) / 2); + border-radius: 3px; + flex: 0 0 auto; +} +.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc[data-v-2d142c0a] { + padding-left: 0; + flex: 1 1 auto; + min-width: 0; + padding-right: calc(2 * var(--default-clickable-area) + var(--default-grid-baseline, 4px) * 2); + padding-top: var(--app-sidebar-padding); +} +.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc.app-sidebar-header__desc--without-actions[data-v-2d142c0a] { + padding-right: calc(var(--default-clickable-area) + var(--default-grid-baseline, 4px) * 2); +} +.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc .app-sidebar-header__tertiary-actions[data-v-2d142c0a] { + z-index: 3; + position: absolute; + top: calc(var(--app-sidebar-padding) / 2); + left: calc(-1 * var(--default-clickable-area)); + gap: 0; +} +.app-sidebar .app-sidebar-header--compact.app-sidebar-header--with-figure .app-sidebar-header__info .app-sidebar-header__desc .app-sidebar-header__menu[data-v-2d142c0a] { + top: calc(var(--default-grid-baseline, 4px) * 2); + right: calc(var(--default-clickable-area) + var(--default-grid-baseline, 4px) * 2); + position: absolute; +} +.app-sidebar .app-sidebar-header:not(.app-sidebar-header--with-figure) .app-sidebar-header__menu[data-v-2d142c0a] { + position: absolute; + top: calc(var(--default-grid-baseline, 4px) * 2); + right: calc(var(--default-grid-baseline, 4px) * 2 + var(--default-clickable-area)); +} +.app-sidebar .app-sidebar-header:not(.app-sidebar-header--with-figure) .app-sidebar-header__desc[data-v-2d142c0a] { + padding-right: calc(var(--default-clickable-area) * 2 + var(--default-grid-baseline, 4px) * 2); +} +.app-sidebar .app-sidebar-header:not(.app-sidebar-header--with-figure) .app-sidebar-header__desc.app-sidebar-header__desc--without-actions[data-v-2d142c0a] { + padding-right: calc(var(--default-clickable-area) + var(--default-grid-baseline, 4px) * 2); +} +.app-sidebar .app-sidebar-header .app-sidebar-header__info[data-v-2d142c0a] { + display: flex; + flex-direction: column; +} +.app-sidebar .app-sidebar-header__figure[data-v-2d142c0a] { + width: 100%; + height: 250px; + max-height: 250px; + background-repeat: no-repeat; + background-position: center; + background-size: contain; +} +.app-sidebar .app-sidebar-header__figure--with-action[data-v-2d142c0a] { + cursor: pointer; +} +.app-sidebar .app-sidebar-header__desc[data-v-2d142c0a] { + position: relative; + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + padding-inline: var(--app-sidebar-padding); + padding-block: calc(var(--default-grid-baseline, 4px) * 2) calc(var(--app-sidebar-padding) / 2); + gap: 0 4px; +} +.app-sidebar .app-sidebar-header__desc--with-tertiary-action[data-v-2d142c0a] { + padding-left: 6px; +} +.app-sidebar .app-sidebar-header__desc--editable .app-sidebar-header__mainname-form[data-v-2d142c0a], .app-sidebar .app-sidebar-header__desc--with-subname--editable .app-sidebar-header__mainname-form[data-v-2d142c0a] { + margin-top: -2px; + margin-bottom: -2px; +} +.app-sidebar .app-sidebar-header__desc--with-subname--editable .app-sidebar-header__subname[data-v-2d142c0a] { + margin-top: -2px; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__tertiary-actions[data-v-2d142c0a] { + display: flex; + height: var(--default-clickable-area); + width: var(--default-clickable-area); + justify-content: center; + flex: 0 0 auto; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__tertiary-actions .app-sidebar-header__star[data-v-2d142c0a] { + box-shadow: none; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__tertiary-actions .app-sidebar-header__star[data-v-2d142c0a]:not([aria-pressed=true]):hover { + box-shadow: none; + background-color: var(--color-background-hover); +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container[data-v-2d142c0a] { + flex: 1 1 auto; + display: flex; + flex-direction: column; + justify-content: center; + min-width: 0; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container[data-v-2d142c0a] { + display: flex; + align-items: center; + min-height: var(--default-clickable-area); +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname[data-v-2d142c0a] { + padding: 0; + min-height: 30px; + font-size: 20px; + line-height: 30px; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname[data-v-2d142c0a] .linkified { + cursor: pointer; + text-decoration: underline; + margin: 0; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname-form[data-v-2d142c0a] { + display: flex; + flex: 1 1 auto; + align-items: center; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__mainname-form input.app-sidebar-header__mainname-input[data-v-2d142c0a] { + flex: 1 1 auto; + margin: 0; + padding: 7px; + font-size: 20px; + font-weight: bold; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname-container .app-sidebar-header__menu[data-v-2d142c0a] { + margin-left: 5px; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__mainname[data-v-2d142c0a], +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__subname[data-v-2d142c0a] { + overflow: hidden; + width: 100%; + margin: 0; + white-space: nowrap; + text-overflow: ellipsis; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__subname[data-v-2d142c0a] { + color: var(--color-text-maxcontrast); + font-size: var(--default-font-size); + padding: 0; +} +.app-sidebar .app-sidebar-header__desc .app-sidebar-header__name-container .app-sidebar-header__subname *[data-v-2d142c0a] { + vertical-align: text-bottom; +} +.app-sidebar .app-sidebar-header__description[data-v-2d142c0a] { + display: flex; + align-items: center; + margin: 0 10px; +} +@media only screen and (max-width: 512px) { +.app-sidebar[data-v-2d142c0a] { + position: absolute; + --app-sidebar-width: 100vw; +} +} +.slide-right-leave-active[data-v-2d142c0a], +.slide-right-enter-active[data-v-2d142c0a] { + transition-duration: var(--animation-quick); + transition-property: margin-right; +} +.slide-right-enter-to[data-v-2d142c0a], +.slide-right-leave[data-v-2d142c0a] { + margin-right: 0; +} +.slide-right-enter[data-v-2d142c0a], +.slide-right-leave-to[data-v-2d142c0a] { + margin-right: calc(-1 * var(--app-sidebar-width)); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-sidebar-header__description button, .app-sidebar-header__description .button, +.app-sidebar-header__description input[type=button], +.app-sidebar-header__description input[type=submit], +.app-sidebar-header__description input[type=reset] { + padding: 6px 22px; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-e75842d8] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.checkbox-content[data-v-e75842d8] { + display: flex; + align-items: center; + flex-direction: row; + gap: var(--default-grid-baseline); + user-select: none; + min-height: var(--default-clickable-area); + border-radius: var(--checkbox-radio-switch--border-radius); + padding: var(--default-grid-baseline) calc((var(--default-clickable-area) - var(--icon-height)) / 2); + width: 100%; + max-width: fit-content; +} +.checkbox-content__text[data-v-e75842d8] { + flex: 1 0; +} +.checkbox-content__text[data-v-e75842d8]:empty { + display: none; +} +.checkbox-content__icon > *[data-v-e75842d8] { + width: var(--icon-size); + height: var(--icon-size); +} +.checkbox-content--button-variant .checkbox-content__icon:not(.checkbox-content__icon--checked) > *[data-v-e75842d8] { + color: var(--color-primary-element); +} +.checkbox-content--button-variant .checkbox-content__icon--checked > *[data-v-e75842d8] { + color: var(--color-primary-element-text); +} +.checkbox-content--has-text[data-v-e75842d8] { + padding-right: calc((var(--default-clickable-area) - 16px) / 2); +} +.checkbox-content:not(.checkbox-content--button-variant) .checkbox-content__icon > *[data-v-e75842d8] { + color: var(--color-primary-element); +} +.checkbox-content[data-v-e75842d8], .checkbox-content *[data-v-e75842d8] { + cursor: pointer; + flex-shrink: 0; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-00597cce] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.checkbox-radio-switch[data-v-00597cce] { + display: flex; + align-items: center; + color: var(--color-main-text); + background-color: transparent; + font-size: var(--default-font-size); + line-height: var(--default-line-height); + padding: 0; + position: relative; + --checkbox-radio-switch--border-radius: var(--border-radius-element, calc(var(--default-clickable-area) / 2)); + --checkbox-radio-switch--border-radius-outer: calc(var(--checkbox-radio-switch--border-radius) + 2px); + /* Special rules for vertical button groups */ + /* Special rules for horizontal button groups */ +} +.checkbox-radio-switch__input[data-v-00597cce] { + position: absolute; + z-index: -1; + opacity: 0 !important; + width: var(--icon-size); + height: var(--icon-size); + margin: 4px calc((var(--default-clickable-area) - 16px) / 2); +} +.checkbox-radio-switch__input:focus-visible + .checkbox-radio-switch__content[data-v-00597cce], .checkbox-radio-switch__input[data-v-00597cce]:focus-visible { + outline: 2px solid var(--color-main-text); + border-color: var(--color-main-background); + outline-offset: -2px; +} +.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-00597cce] { + opacity: 0.5; +} +.checkbox-radio-switch--disabled .checkbox-radio-switch__content[data-v-00597cce] .checkbox-radio-switch__icon > * { + color: var(--color-main-text); +} +.checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked):focus-within .checkbox-radio-switch__content[data-v-00597cce], .checkbox-radio-switch:not(.checkbox-radio-switch--disabled, .checkbox-radio-switch--checked) .checkbox-radio-switch__content[data-v-00597cce]:hover { + background-color: var(--color-background-hover); +} +.checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-switch__content[data-v-00597cce], .checkbox-radio-switch--checked:not(.checkbox-radio-switch--disabled) .checkbox-radio-switch__content[data-v-00597cce]:hover { + background-color: var(--color-primary-element-hover); +} +.checkbox-radio-switch--checked:not(.checkbox-radio-switch--button-variant):not(.checkbox-radio-switch--disabled):focus-within .checkbox-radio-switch__content[data-v-00597cce], .checkbox-radio-switch--checked:not(.checkbox-radio-switch--button-variant):not(.checkbox-radio-switch--disabled) .checkbox-radio-switch__content[data-v-00597cce]:hover { + background-color: var(--color-primary-element-light-hover); +} +.checkbox-radio-switch-switch[data-v-00597cce]:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > * { + color: var(--color-text-maxcontrast); +} +.checkbox-radio-switch-switch.checkbox-radio-switch--disabled.checkbox-radio-switch--checked[data-v-00597cce] .checkbox-radio-switch__icon > * { + color: var(--color-primary-element-light); +} +.checkbox-radio-switch--button-variant.checkbox-radio-switch[data-v-00597cce] { + background-color: var(--color-main-background); + border: 2px solid var(--color-border-maxcontrast); + overflow: hidden; +} +.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked[data-v-00597cce] { + font-weight: bold; +} +.checkbox-radio-switch--button-variant.checkbox-radio-switch--checked .checkbox-radio-switch__content[data-v-00597cce] { + background-color: var(--color-primary-element); + color: var(--color-primary-element-text); +} +.checkbox-radio-switch--button-variant[data-v-00597cce] .checkbox-radio-switch__text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 100%; +} +.checkbox-radio-switch--button-variant[data-v-00597cce]:not(.checkbox-radio-switch--checked) .checkbox-radio-switch__icon > * { + color: var(--color-main-text); +} +.checkbox-radio-switch--button-variant[data-v-00597cce] .checkbox-radio-switch__icon:empty { + display: none; +} +.checkbox-radio-switch--button-variant[data-v-00597cce]:not(.checkbox-radio-switch--button-variant-v-grouped):not(.checkbox-radio-switch--button-variant-h-grouped), .checkbox-radio-switch--button-variant .checkbox-radio-switch__content[data-v-00597cce] { + border-radius: var(--checkbox-radio-switch--border-radius); +} +.checkbox-radio-switch--button-variant-v-grouped .checkbox-radio-switch__content[data-v-00597cce] { + flex-basis: 100%; + max-width: unset; +} +.checkbox-radio-switch--button-variant-v-grouped[data-v-00597cce]:first-of-type { + border-top-left-radius: var(--checkbox-radio-switch--border-radius-outer); + border-top-right-radius: var(--checkbox-radio-switch--border-radius-outer); +} +.checkbox-radio-switch--button-variant-v-grouped[data-v-00597cce]:last-of-type { + border-bottom-left-radius: var(--checkbox-radio-switch--border-radius-outer); + border-bottom-right-radius: var(--checkbox-radio-switch--border-radius-outer); +} +.checkbox-radio-switch--button-variant-v-grouped[data-v-00597cce]:not(:last-of-type) { + border-bottom: 0 !important; +} +.checkbox-radio-switch--button-variant-v-grouped:not(:last-of-type) .checkbox-radio-switch__content[data-v-00597cce] { + margin-bottom: 2px; +} +.checkbox-radio-switch--button-variant-v-grouped[data-v-00597cce]:not(:first-of-type) { + border-top: 0 !important; +} +.checkbox-radio-switch--button-variant-h-grouped[data-v-00597cce]:first-of-type { + border-top-left-radius: var(--checkbox-radio-switch--border-radius-outer); + border-bottom-left-radius: var(--checkbox-radio-switch--border-radius-outer); +} +.checkbox-radio-switch--button-variant-h-grouped[data-v-00597cce]:last-of-type { + border-top-right-radius: var(--checkbox-radio-switch--border-radius-outer); + border-bottom-right-radius: var(--checkbox-radio-switch--border-radius-outer); +} +.checkbox-radio-switch--button-variant-h-grouped[data-v-00597cce]:not(:last-of-type) { + border-right: 0 !important; +} +.checkbox-radio-switch--button-variant-h-grouped:not(:last-of-type) .checkbox-radio-switch__content[data-v-00597cce] { + margin-right: 2px; +} +.checkbox-radio-switch--button-variant-h-grouped[data-v-00597cce]:not(:first-of-type) { + border-left: 0 !important; +} +.checkbox-radio-switch--button-variant-h-grouped[data-v-00597cce] .checkbox-radio-switch__text { + text-align: center; + display: flex; + align-items: center; +} +.checkbox-radio-switch--button-variant-h-grouped .checkbox-radio-switch__content[data-v-00597cce] { + flex-direction: column; + justify-content: center; + width: 100%; + margin: 0; + gap: 0; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-fede0c71] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.empty-content[data-v-fede0c71] { + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + /* In case of using in a flex container - flex in advance */ + flex-grow: 1; +} +.modal-wrapper .empty-content[data-v-fede0c71] { + margin-top: 5vh; + margin-bottom: 5vh; +} +.empty-content__icon[data-v-fede0c71] { + display: flex; + align-items: center; + justify-content: center; + width: 64px; + height: 64px; + margin: 0 auto 15px; + opacity: 0.4; + background-repeat: no-repeat; + background-position: center; + background-size: 64px; +} +.empty-content__icon[data-v-fede0c71] svg { + width: 64px !important; + height: 64px !important; + max-width: 64px !important; + max-height: 64px !important; +} +.empty-content__name[data-v-fede0c71] { + margin-bottom: 10px; + text-align: center; + font-weight: bold; + font-size: 20px; + line-height: 30px; +} +.empty-content__description[data-v-fede0c71] { + color: var(--color-text-maxcontrast); +} +.empty-content__action[data-v-fede0c71] { + margin-top: 8px; +} +.modal-wrapper .empty-content__action[data-v-fede0c71] { + margin-top: 20px; + display: flex; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-095ea4ce] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.app-sidebar__tab[data-v-095ea4ce] { + display: none; + padding: 10px; + min-height: 100%; + max-height: 100%; + height: 100%; + overflow: auto; +} +.app-sidebar__tab[data-v-095ea4ce]:focus { + border-color: var(--color-primary-element); + box-shadow: 0 0 0.2em var(--color-primary-element); + outline: 0; +} +.app-sidebar__tab--active[data-v-095ea4ce] { + display: block; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-cfe13af3] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.vue-crumb[data-v-cfe13af3] { + background-image: none; + display: inline-flex; + height: var(--default-clickable-area); + padding: 0; +} +.vue-crumb[data-v-cfe13af3]:last-child { + min-width: 0; +} +.vue-crumb:last-child .vue-crumb__separator[data-v-cfe13af3] { + display: none; +} +.vue-crumb--hidden[data-v-cfe13af3] { + display: none; +} +.vue-crumb__separator[data-v-cfe13af3] { + padding: 0; + color: var(--color-text-maxcontrast); +} +.vue-crumb.vue-crumb--hovered[data-v-cfe13af3] .button-vue { + background-color: var(--color-background-dark); + color: var(--color-main-text); +} +.vue-crumb[data-v-cfe13af3]:not(:last-child) .button-vue { + color: var(--color-text-maxcontrast); +} +.vue-crumb[data-v-cfe13af3]:not(:last-child) .button-vue:hover, .vue-crumb[data-v-cfe13af3]:not(:last-child) .button-vue:focus { + background-color: var(--color-background-dark); + color: var(--color-main-text); +} +.vue-crumb[data-v-cfe13af3]:not(:last-child) .button-vue__text { + font-weight: normal; +} +.vue-crumb[data-v-cfe13af3] .button-vue__text { + margin: 0; +} +.vue-crumb[data-v-cfe13af3]:not(.dropdown) .action-item { + max-width: 100%; +} +.vue-crumb[data-v-cfe13af3]:not(.dropdown) .action-item .button-vue { + padding: 0 4px 0 16px; + max-width: 100%; +} +.vue-crumb[data-v-cfe13af3]:not(.dropdown) .action-item .button-vue__wrapper { + flex-direction: row-reverse; +} +.vue-crumb[data-v-cfe13af3]:not(.dropdown) .action-item.action-item--open .action-item__menutoggle { + background-color: var(--color-background-dark); + color: var(--color-main-text); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-629bf30f] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.breadcrumb[data-v-629bf30f] { + width: 100%; + flex-grow: 1; + display: inline-flex; + align-items: center; +} +.breadcrumb--collapsed[data-v-629bf30f] .vue-crumb:last-child { + min-width: 100px; +} +.breadcrumb nav[data-v-629bf30f] { + flex-shrink: 1; + min-width: 0; +} +.breadcrumb .breadcrumb__crumbs[data-v-629bf30f] { + max-width: 100%; +} +.breadcrumb .breadcrumb__crumbs[data-v-629bf30f], .breadcrumb .breadcrumb__actions[data-v-629bf30f] { + display: inline-flex; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-878b819f] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.fade-enter-active[data-v-878b819f], .fade-leave-active[data-v-878b819f] { + transition: opacity 0.3s ease; +} +.fade-enter[data-v-878b819f], .fade-leave-to[data-v-878b819f] { + opacity: 0; +} +.linked-icons[data-v-878b819f] { + display: flex; +} +.linked-icons img[data-v-878b819f] { + padding: 12px; + height: 44px; + display: block; + background-repeat: no-repeat; + background-position: center; + opacity: 0.7; +} +.linked-icons img[data-v-878b819f]:hover { + opacity: 1; +} +.popovermenu[data-v-878b819f] { + display: none; +} +.popovermenu.open[data-v-878b819f] { + display: block; +} +li.collection-list-item[data-v-878b819f] { + flex-wrap: wrap; + height: auto; + cursor: pointer; + margin-bottom: 0 !important; +} +li.collection-list-item .collection-avatar[data-v-878b819f] { + margin-top: 0; +} +li.collection-list-item form[data-v-878b819f], li.collection-list-item .collection-item-name[data-v-878b819f] { + flex-basis: 10%; + flex-grow: 1; + display: flex; +} +li.collection-list-item .collection-item-name[data-v-878b819f] { + padding: 12px 9px; +} +li.collection-list-item input[data-v-878b819f] { + margin-top: 4px; + border-color: var(--color-border-maxcontrast); +} +li.collection-list-item input[type=text][data-v-878b819f] { + flex-grow: 1; +} +li.collection-list-item .error[data-v-878b819f] { + flex-basis: 100%; + width: 100%; +} +li.collection-list-item .resource-list-details[data-v-878b819f] { + flex-basis: 100%; + width: 100%; +} +li.collection-list-item .resource-list-details li[data-v-878b819f] { + display: flex; + margin-left: 44px; + border-radius: 3px; + cursor: pointer; +} +li.collection-list-item .resource-list-details li[data-v-878b819f]:hover { + background-color: var(--color-background-dark); +} +li.collection-list-item .resource-list-details li a[data-v-878b819f] { + flex-grow: 1; + padding: 3px; + max-width: calc(100% - 30px); + display: flex; +} +li.collection-list-item .resource-list-details span[data-v-878b819f] { + display: inline-block; + vertical-align: top; + margin-right: 10px; +} +li.collection-list-item .resource-list-details span.resource-name[data-v-878b819f] { + text-overflow: ellipsis; + overflow: hidden; + position: relative; + vertical-align: top; + white-space: nowrap; + flex-grow: 1; + padding: 4px; +} +li.collection-list-item .resource-list-details img[data-v-878b819f] { + width: 24px; + height: 24px; +} +li.collection-list-item .resource-list-details .icon-close[data-v-878b819f] { + opacity: 0.7; +} +li.collection-list-item .resource-list-details .icon-close[data-v-878b819f]:hover, li.collection-list-item .resource-list-details .icon-close[data-v-878b819f]:focus { + opacity: 1; +} +.should-shake[data-v-878b819f] { + animation: shake-878b819f 0.6s 1 linear; +} +@keyframes shake-878b819f { +0% { + transform: translate(15px); +} +20% { + transform: translate(-15px); +} +40% { + transform: translate(7px); +} +60% { + transform: translate(-7px); +} +80% { + transform: translate(3px); +} +100% { + transform: translate(0px); +} +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-efe8beb8] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.collection-list *[data-v-efe8beb8] { + box-sizing: border-box; +} +.collection-list > li[data-v-efe8beb8] { + display: flex; + align-items: center; + gap: 12px; +} +.collection-list > li > .avatar[data-v-efe8beb8] { + margin-top: 0; +} +#collection-select-container[data-v-efe8beb8] { + display: flex; + flex-direction: column; +} +.v-select span.avatar[data-v-efe8beb8] { + display: block; + padding: 16px; + opacity: 0.7; + background-repeat: no-repeat; + background-position: center; +} +.v-select span.avatar[data-v-efe8beb8]:hover { + opacity: 1; +} +p.hint[data-v-efe8beb8] { + z-index: 1; + margin-top: -16px; + padding: 8px 8px; + color: var(--color-text-maxcontrast); + line-height: normal; +} +div.avatar[data-v-efe8beb8] { + width: 32px; + height: 32px; + margin: 0; + padding: 8px; + background-color: var(--color-background-dark); + margin-top: 30px; +} + +/** TODO provide white icon in core */ +.icon-projects[data-v-efe8beb8] { + display: block; + padding: 8px; + background-repeat: no-repeat; + background-position: center; +} +.option__wrapper[data-v-efe8beb8] { + display: flex; +} +.option__wrapper .avatar[data-v-efe8beb8] { + display: block; + width: 32px; + height: 32px; + background-color: var(--color-background-darker) !important; +} +.option__wrapper .option__title[data-v-efe8beb8] { + padding: 4px; +} +.fade-enter-active[data-v-efe8beb8], .fade-leave-active[data-v-efe8beb8] { + transition: opacity 0.5s; +} +.fade-enter[data-v-efe8beb8], .fade-leave-to[data-v-efe8beb8] { + opacity: 0; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-cc496c1d] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.color-picker[data-v-cc496c1d] { + display: flex; + overflow: hidden; + align-content: flex-end; + flex-direction: column; + justify-content: space-between; + box-sizing: content-box !important; + width: 176px; + padding: 8px; + border-radius: 3px; +} +.color-picker--advanced-fields[data-v-cc496c1d] { + width: 264px; +} +.color-picker__simple[data-v-cc496c1d] { + display: grid; + grid-template-columns: repeat(auto-fit, var(--default-clickable-area)); + grid-auto-rows: var(--default-clickable-area); +} +.color-picker__simple-color-circle[data-v-cc496c1d] { + display: flex; + align-items: center; + justify-content: center; + width: calc(var(--default-clickable-area) - 10px); + height: calc(var(--default-clickable-area) - 10px); + min-height: calc(var(--default-clickable-area) - 10px); + margin: auto; + padding: 0; + color: white; + border: 1px solid rgba(0, 0, 0, 0.25); + border-radius: 50%; + font-size: 16px; +} +.color-picker__simple-color-circle[data-v-cc496c1d]:focus-within { + outline: 2px solid var(--color-main-text); +} +.color-picker__simple-color-circle[data-v-cc496c1d]:hover { + opacity: 0.6; +} +.color-picker__simple-color-circle--active[data-v-cc496c1d] { + width: calc(var(--default-clickable-area) - 6px); + height: calc(var(--default-clickable-area) - 6px); + min-height: calc(var(--default-clickable-area) - 6px); + transition: all 100ms ease-in-out; + opacity: 1 !important; +} +.color-picker__advanced[data-v-cc496c1d] { + box-shadow: none !important; +} +.color-picker__navigation[data-v-cc496c1d] { + display: flex; + flex-direction: row; + justify-content: space-between; + margin-top: 10px; +} +[data-v-cc496c1d] .vc-chrome { + width: unset; + background-color: var(--color-main-background); +} +[data-v-cc496c1d] .vc-chrome-color-wrap { + width: 30px; + height: 30px; +} +[data-v-cc496c1d] .vc-chrome-active-color { + width: calc(var(--default-clickable-area) - 10 px); + height: calc(var(--default-clickable-area) - 10 px); + border-radius: 17px; +} +[data-v-cc496c1d] .vc-chrome-body { + padding: 14px 0 0 0; + background-color: var(--color-main-background); +} +[data-v-cc496c1d] .vc-chrome-body .vc-input__input { + box-shadow: none; +} +[data-v-cc496c1d] .vc-chrome-toggle-btn { + filter: var(--background-invert-if-dark); +} +[data-v-cc496c1d] .vc-chrome-saturation-wrap { + border-radius: 3px; +} +[data-v-cc496c1d] .vc-chrome-saturation-circle { + width: 20px; + height: 20px; +} +.slide-enter[data-v-cc496c1d] { + transform: translateX(-50%); + opacity: 0; +} +.slide-enter-to[data-v-cc496c1d] { + transform: translateX(0); + opacity: 1; +} +.slide-leave[data-v-cc496c1d] { + transform: translateX(0); + opacity: 1; +} +.slide-leave-to[data-v-cc496c1d] { + transform: translateX(-50%); + opacity: 0; +} +.slide-enter-active[data-v-cc496c1d], .slide-leave-active[data-v-cc496c1d] { + transition: all 50ms ease-in-out; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +#skip-actions.vue-skip-actions:focus-within { + top: 0 !important; + left: 0 !important; + width: 100vw; + height: 100vh; + padding: var(--body-container-margin) !important; + backdrop-filter: brightness(50%); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-d8f0539f] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.vue-skip-actions__container[data-v-d8f0539f] { + background-color: var(--color-main-background); + border-radius: var(--border-radius-large); + padding: 22px; +} +.vue-skip-actions__headline[data-v-d8f0539f] { + font-weight: bold; + font-size: 20px; + line-height: 30px; + margin-bottom: 12px; +} +.vue-skip-actions__buttons[data-v-d8f0539f] { + display: flex; + flex-wrap: wrap; + gap: 12px; +} +.vue-skip-actions__buttons > *[data-v-d8f0539f] { + flex: 1 0 fit-content; +} +.vue-skip-actions__image[data-v-d8f0539f] { + margin-top: 12px; +} +.content[data-v-d8f0539f] { + box-sizing: border-box; + margin: var(--body-container-margin); + margin-top: var(--header-height); + display: flex; + width: calc(100% - var(--body-container-margin) * 2); + border-radius: var(--body-container-radius); + height: var(--body-height); + overflow: hidden; + padding: 0; +} +.content[data-v-d8f0539f]:not(.with-sidebar--full) { + position: fixed; +} +.content[data-v-d8f0539f] * { + box-sizing: border-box; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-11322bad] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.counter-bubble__counter[data-v-11322bad] { + --counter-bubble-height: 22px; + font-size: var(--font-size-small, 13px); + overflow: hidden; + width: fit-content; + min-width: var(--counter-bubble-height); + text-align: center; + line-height: var(--counter-bubble-height); + padding: 0 calc(1.5 * var(--default-grid-baseline)); + border-radius: var(--border-radius-pill); + background-color: var(--color-primary-element-light); + font-weight: bold; + color: var(--color-primary-element-light-text); +} +.counter-bubble__counter .active[data-v-11322bad] { + color: var(--color-main-background); + background-color: var(--color-primary-element-light); +} +.counter-bubble__counter--highlighted[data-v-11322bad] { + color: var(--color-primary-element-text); + background-color: var(--color-primary-element); +} +.counter-bubble__counter--highlighted.active[data-v-11322bad] { + color: var(--color-primary-element); + background-color: var(--color-main-background); +} +.counter-bubble__counter--outlined[data-v-11322bad] { + color: var(--color-primary-element); + background: transparent; + box-shadow: inset 0 0 0 2px; +} +.counter-bubble__counter--outlined.active[data-v-11322bad] { + color: var(--color-main-background); + box-shadow: inset 0 0 0 2px; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-53796b97] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.dashboard-widget[data-v-53796b97] .empty-content { + text-align: center; + padding-top: 5vh; +} +.dashboard-widget[data-v-53796b97] .empty-content.half-screen { + padding-top: 0; + margin-bottom: 1vh; +} +.more[data-v-53796b97] { + display: block; + text-align: center; + color: var(--color-text-maxcontrast); + line-height: 60px; + cursor: pointer; +} +.more[data-v-53796b97]:hover, .more[data-v-53796b97]:focus { + background-color: var(--color-background-hover); + border-radius: var(--border-radius-large); + color: var(--color-main-text); +} + +/* skeleton */ +.item-list__entry[data-v-53796b97] { + display: flex; + align-items: flex-start; + padding: 8px; +} +.item-list__entry .item-avatar[data-v-53796b97] { + position: relative; + margin-top: auto; + margin-bottom: auto; + background-color: var(--color-background-dark) !important; +} +.item-list__entry .item__details[data-v-53796b97] { + padding-left: 8px; + max-height: var(--default-clickable-area); + flex-grow: 1; + overflow: hidden; + display: flex; + flex-direction: column; +} +.item-list__entry .item__details h3[data-v-53796b97], +.item-list__entry .item__details .message[data-v-53796b97] { + white-space: nowrap; + background-color: var(--color-background-dark); +} +.item-list__entry .item__details h3[data-v-53796b97] { + font-size: 100%; + margin: 0; +} +.item-list__entry .item__details .message[data-v-53796b97] { + width: 80%; + height: 15px; + margin-top: 5px; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-51bbc625] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.item-list__entry[data-v-51bbc625] { + display: flex; + align-items: center; + position: relative; + padding: 8px; +} +.item-list__entry[data-v-51bbc625]:hover, .item-list__entry[data-v-51bbc625]:focus { + background-color: var(--color-background-hover); + border-radius: var(--border-radius-large); +} +.item-list__entry .item-avatar[data-v-51bbc625] { + position: relative; + margin-top: auto; + margin-bottom: auto; +} +.item-list__entry .item__details[data-v-51bbc625] { + padding-left: 8px; + max-height: fit-content; + flex-grow: 1; + overflow: hidden; + display: flex; + flex-direction: column; + justify-content: center; + min-height: var(--default-clickable-area); +} +.item-list__entry .item__details h3[data-v-51bbc625], +.item-list__entry .item__details .message[data-v-51bbc625] { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.item-list__entry .item__details .message span[data-v-51bbc625] { + width: 10px; + display: inline-block; + margin-bottom: -3px; +} +.item-list__entry .item__details h3[data-v-51bbc625] { + font-size: 100%; + margin: 0; +} +.item-list__entry .item__details .message[data-v-51bbc625] { + width: 100%; + color: var(--color-text-maxcontrast); +} +.item-list__entry .item-icon[data-v-51bbc625] { + position: relative; + width: 14px; + height: 14px; + margin: 27px -3px 0px -7px; +} +.item-list__entry button.primary[data-v-51bbc625] { + padding: 21px; + margin: 0; +} + +/* +.content-popover { + height: 0px; + width: 0px; + margin-left: auto; + margin-right: auto; +} +.popover-container { + width: 100%; + height: 0px; +} +*//** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.emoji-mart, +.emoji-mart * { + box-sizing: border-box; + line-height: 1.15; +} +.emoji-mart { + font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif; + font-size: 16px; + /* display: inline-block; */ + display: flex; + flex-direction: column; + height: 420px; + color: #222427; + border: 1px solid #d9d9d9; + border-radius: 5px; + background: #fff; +} +.emoji-mart-emoji { + padding: 6px; + position: relative; + display: inline-block; + font-size: 0; + border: none; + background: none; + box-shadow: none; +} +.emoji-mart-emoji span { + display: inline-block; +} +.emoji-mart-preview-emoji .emoji-mart-emoji span { + width: 38px; + height: 38px; + font-size: 32px; +} +.emoji-type-native { + font-family: 'Segoe UI Emoji', 'Segoe UI Symbol', 'Segoe UI', + 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji', 'EmojiOne Color', + 'Android Emoji'; + word-break: keep-all; +} +.emoji-type-image { + /* Emoji sheet has 56 columns, see also utils/emoji-data.js, SHEET_COLUMNS variable */ + /* Here we use (56+1) * 100% to avoid visible edges of nearby icons when scaling for different + * screen sizes */ + background-size: 6100%; +} +.emoji-type-image.emoji-set-apple { + background-image: url('https://unpkg.com/emoji-datasource-apple@15.0.1/img/apple/sheets-256/64.png'); +} +.emoji-type-image.emoji-set-facebook { + background-image: url('https://unpkg.com/emoji-datasource-facebook@15.0.1/img/facebook/sheets-256/64.png'); +} +.emoji-type-image.emoji-set-google { + background-image: url('https://unpkg.com/emoji-datasource-google@15.0.1/img/google/sheets-256/64.png'); +} +.emoji-type-image.emoji-set-twitter { + background-image: url('https://unpkg.com/emoji-datasource-twitter@15.0.1/img/twitter/sheets-256/64.png'); +} +.emoji-mart-bar { + border: 0 solid #d9d9d9; +} +.emoji-mart-bar:first-child { + border-bottom-width: 1px; + border-top-left-radius: 5px; + border-top-right-radius: 5px; +} +.emoji-mart-bar:last-child { + border-top-width: 1px; + border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; +} +.emoji-mart-scroll { + position: relative; + overflow-y: scroll; + flex: 1; + padding: 0 6px 6px 6px; + z-index: 0; /* Fix for rendering sticky positioned category labels on Chrome */ + will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */ + -webkit-overflow-scrolling: touch; +} +.emoji-mart-anchors { + display: flex; + flex-direction: row; + justify-content: space-between; + padding: 0 6px; + color: #858585; + line-height: 0; +} +.emoji-mart-anchor { + position: relative; + display: block; + flex: 1 1 auto; + text-align: center; + padding: 12px 4px; + overflow: hidden; + transition: color 0.1s ease-out; + border: none; + background: none; + box-shadow: none; +} +.emoji-mart-anchor:hover, +.emoji-mart-anchor-selected { + color: #464646; +} +.emoji-mart-anchor-selected .emoji-mart-anchor-bar { + bottom: 0; +} +.emoji-mart-anchor-bar { + position: absolute; + bottom: -3px; + left: 0; + width: 100%; + height: 3px; + background-color: #464646; +} +.emoji-mart-anchors i { + display: inline-block; + width: 100%; + max-width: 22px; +} +.emoji-mart-anchors svg { + fill: currentColor; + max-height: 18px; +} +.emoji-mart .scroller { + height: 250px; + position: relative; + flex: 1; + padding: 0 6px 6px 6px; + z-index: 0; /* Fix for rendering sticky positioned category labels on Chrome */ + will-change: transform; /* avoids "repaints on scroll" in mobile Chrome */ + -webkit-overflow-scrolling: touch; +} +.emoji-mart-search { + margin-top: 6px; + padding: 0 6px; +} +.emoji-mart-search input { + font-size: 16px; + display: block; + width: 100%; + padding: 0.2em 0.6em; + border-radius: 25px; + border: 1px solid #d9d9d9; + outline: 0; +} +.emoji-mart-search-results { + height: 250px; + overflow-y: scroll; +} +.emoji-mart-category { + position: relative; +} +.emoji-mart-category .emoji-mart-emoji span { + z-index: 1; + position: relative; + text-align: center; + cursor: default; +} +.emoji-mart-category .emoji-mart-emoji:hover:before, +.emoji-mart-emoji-selected:before { + z-index: 0; + content: ''; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: #f4f4f4; + border-radius: 100%; + opacity: 0; +} +.emoji-mart-category .emoji-mart-emoji:hover:before, +.emoji-mart-emoji-selected:before { + opacity: 1; +} +.emoji-mart-category-label { + position: sticky; + top: 0; +} +.emoji-mart-static .emoji-mart-category-label { + z-index: 2; + position: relative; + /* position: sticky; */ + /* position: -webkit-sticky; */ +} +.emoji-mart-category-label h3 { + display: block; + font-size: 16px; + width: 100%; + font-weight: 500; + padding: 5px 6px; + background-color: #fff; + background-color: rgba(255, 255, 255, 0.95); +} +.emoji-mart-emoji { + position: relative; + display: inline-block; + font-size: 0; +} +.emoji-mart-no-results { + font-size: 14px; + text-align: center; + padding-top: 70px; + color: #858585; +} +.emoji-mart-no-results .emoji-mart-category-label { + display: none; +} +.emoji-mart-no-results .emoji-mart-no-results-label { + margin-top: 0.2em; +} +.emoji-mart-no-results .emoji-mart-emoji:hover:before { + content: none; +} +.emoji-mart-preview { + position: relative; + height: 70px; +} +.emoji-mart-preview-emoji, +.emoji-mart-preview-data, +.emoji-mart-preview-skins { + position: absolute; + top: 50%; + transform: translateY(-50%); +} +.emoji-mart-preview-emoji { + left: 12px; +} +.emoji-mart-preview-data { + left: 68px; + right: 12px; + word-break: break-all; +} +.emoji-mart-preview-skins { + right: 30px; + text-align: right; +} +.emoji-mart-preview-name { + font-size: 14px; +} +.emoji-mart-preview-shortname { + font-size: 12px; + color: #888; +} +.emoji-mart-preview-shortname + .emoji-mart-preview-shortname, +.emoji-mart-preview-shortname + .emoji-mart-preview-emoticon, +.emoji-mart-preview-emoticon + .emoji-mart-preview-emoticon { + margin-left: 0.5em; +} +.emoji-mart-preview-emoticon { + font-size: 11px; + color: #bbb; +} +.emoji-mart-title span { + display: inline-block; + vertical-align: middle; +} +.emoji-mart-title .emoji-mart-emoji { + padding: 0; +} +.emoji-mart-title-label { + color: #999a9c; + font-size: 21px; + font-weight: 300; +} +.emoji-mart-skin-swatches { + font-size: 0; + padding: 2px 0; + border: 1px solid #d9d9d9; + border-radius: 12px; + background-color: #fff; +} +.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch { + width: 16px; + padding: 0 2px; +} +.emoji-mart-skin-swatches-opened .emoji-mart-skin-swatch-selected:after { + opacity: 0.75; +} +.emoji-mart-skin-swatch { + display: inline-block; + width: 0; + vertical-align: middle; + transition-property: width, padding; + transition-duration: 0.125s; + transition-timing-function: ease-out; +} +.emoji-mart-skin-swatch:nth-child(1) { + transition-delay: 0s; +} +.emoji-mart-skin-swatch:nth-child(2) { + transition-delay: 0.03s; +} +.emoji-mart-skin-swatch:nth-child(3) { + transition-delay: 0.06s; +} +.emoji-mart-skin-swatch:nth-child(4) { + transition-delay: 0.09s; +} +.emoji-mart-skin-swatch:nth-child(5) { + transition-delay: 0.12s; +} +.emoji-mart-skin-swatch:nth-child(6) { + transition-delay: 0.15s; +} +.emoji-mart-skin-swatch-selected { + position: relative; + width: 16px; + padding: 0 2px; +} +.emoji-mart-skin-swatch-selected:after { + content: ''; + position: absolute; + top: 50%; + left: 50%; + width: 4px; + height: 4px; + margin: -2px 0 0 -2px; + background-color: #fff; + border-radius: 100%; + pointer-events: none; + opacity: 0; + transition: opacity 0.2s ease-out; +} +.emoji-mart-skin { + display: inline-block; + width: 100%; + padding-top: 100%; + max-width: 12px; + border-radius: 100%; +} +.emoji-mart-skin-tone-1 { + background-color: #ffc93a; +} +.emoji-mart-skin-tone-2 { + background-color: #fadcbc; +} +.emoji-mart-skin-tone-3 { + background-color: #e0bb95; +} +.emoji-mart-skin-tone-4 { + background-color: #bf8f68; +} +.emoji-mart-skin-tone-5 { + background-color: #9b643d; +} +.emoji-mart-skin-tone-6 { + background-color: #594539; +} +/* vue-virtual-scroller/dist/vue-virtual-scroller.css */ +.emoji-mart .vue-recycle-scroller { + position: relative; +} +.emoji-mart .vue-recycle-scroller.direction-vertical:not(.page-mode) { + overflow-y: auto; +} +.emoji-mart .vue-recycle-scroller.direction-horizontal:not(.page-mode) { + overflow-x: auto; +} +.emoji-mart .vue-recycle-scroller.direction-horizontal { + display: flex; +} +.emoji-mart .vue-recycle-scroller__slot { + flex: auto 0 0; +} +.emoji-mart .vue-recycle-scroller__item-wrapper { + flex: 1; + box-sizing: border-box; + overflow: hidden; + position: relative; +} +.emoji-mart .vue-recycle-scroller.ready .vue-recycle-scroller__item-view { + position: absolute; + top: 0; + left: 0; + will-change: transform; +} +.emoji-mart + .vue-recycle-scroller.direction-vertical + .vue-recycle-scroller__item-wrapper { + width: 100%; +} +.emoji-mart + .vue-recycle-scroller.direction-horizontal + .vue-recycle-scroller__item-wrapper { + height: 100%; +} +.emoji-mart + .vue-recycle-scroller.ready.direction-vertical + .vue-recycle-scroller__item-view { + width: 100%; +} +.emoji-mart + .vue-recycle-scroller.ready.direction-horizontal + .vue-recycle-scroller__item-view { + height: 100%; +} +.emoji-mart .resize-observer[data-v-b329ee4c] { + position: absolute; + top: 0; + left: 0; + z-index: -1; + width: 100%; + height: 100%; + border: none; + background-color: transparent; + pointer-events: none; + display: block; + overflow: hidden; + opacity: 0; +} +.emoji-mart .resize-observer[data-v-b329ee4c] object { + display: block; + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + overflow: hidden; + pointer-events: none; + z-index: -1; +} +.emoji-mart-search .hidden { + display: none; + visibility: hidden; +} +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.emoji-mart { + background-color: var(--color-main-background) !important; + border: 0; + color: var(--color-main-text) !important; +} +.emoji-mart button { + margin: 0; + padding: 0; + border: none; + background: transparent; + font-size: inherit; + height: 36px; + width: auto; +} +.emoji-mart button * { + cursor: pointer !important; +} +.emoji-mart .emoji-mart-bar, +.emoji-mart .emoji-mart-anchors, +.emoji-mart .emoji-mart-search, +.emoji-mart .emoji-mart-search input, +.emoji-mart .emoji-mart-category, +.emoji-mart .emoji-mart-category-label, +.emoji-mart .emoji-mart-category-label span, +.emoji-mart .emoji-mart-skin-swatches { + background-color: transparent !important; + border-color: var(--color-border) !important; + color: inherit !important; +} +.emoji-mart .emoji-mart-search input:focus-visible { + box-shadow: inset 0 0 0 2px var(--color-primary-element); + outline: none; +} +.emoji-mart .emoji-mart-bar:first-child { + border-top-left-radius: var(--border-radius) !important; + border-top-right-radius: var(--border-radius) !important; +} +.emoji-mart .emoji-mart-anchors button { + border-radius: 0; + padding: 12px 4px; + height: auto; +} +.emoji-mart .emoji-mart-anchors button:focus-visible { + /* box-shadow: inset 0 0 0 2px var(--color-primary-element); */ + outline: 2px solid var(--color-primary-element); +} +.emoji-mart .emoji-mart-category { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: start; +} +.emoji-mart .emoji-mart-category .emoji-mart-category-label, +.emoji-mart .emoji-mart-category .emoji-mart-emoji { + user-select: none; + flex-grow: 0; + flex-shrink: 0; +} +.emoji-mart .emoji-mart-category .emoji-mart-category-label { + flex-basis: 100%; + margin: 0; +} +.emoji-mart .emoji-mart-category .emoji-mart-emoji { + flex-basis: 12.5%; + text-align: center; +} +.emoji-mart .emoji-mart-category .emoji-mart-emoji:hover::before, .emoji-mart .emoji-mart-category .emoji-mart-emoji.emoji-mart-emoji-selected::before { + background-color: var(--color-background-hover) !important; + outline: 2px solid var(--color-primary-element); +} +.emoji-mart .emoji-mart-category button:focus-visible { + background-color: var(--color-background-hover); + border: 2px solid var(--color-primary-element) !important; + border-radius: 50%; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-6c2d9a6e] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.search__wrapper[data-v-6c2d9a6e] { + display: flex; + flex-direction: row; + gap: 4px; + align-items: end; + padding: 4px 8px; +} +.row-selected button[data-v-6c2d9a6e], .row-selected span[data-v-6c2d9a6e] { + vertical-align: middle; +} +.emoji-delete[data-v-6c2d9a6e] { + vertical-align: top; + margin-left: -21px; + margin-top: -3px; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-cbad78fb] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +#guest-content-vue[data-v-cbad78fb] { + color: var(--color-main-text); + background-color: var(--color-main-background); + min-width: 0; + border-radius: var(--border-radius-large); + box-shadow: 0 0 10px var(--color-box-shadow); + height: fit-content; + padding: 15px; + margin: 20px auto; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +#content.nc-guest-content { + overflow: auto; + margin-bottom: 0; + height: calc(var(--body-height) + var(--body-container-margin)); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-e2527068] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.header-menu[data-v-e2527068] { + position: relative; + width: var(--header-height); + height: var(--header-height); +} +.header-menu .header-menu__trigger[data-v-e2527068] { + width: 100% !important; + height: var(--header-height); + opacity: 0.85; + filter: none !important; + color: var(--color-background-plain-text, var(--color-primary-text)) !important; +} +.header-menu .header-menu__trigger[data-v-e2527068]:focus-visible { + outline: none !important; + box-shadow: none !important; +} +.header-menu--opened .header-menu__trigger[data-v-e2527068], .header-menu__trigger[data-v-e2527068]:hover, .header-menu__trigger[data-v-e2527068]:focus, .header-menu__trigger[data-v-e2527068]:active { + opacity: 1; +} +.header-menu__wrapper[data-v-e2527068] { + position: fixed; + z-index: 2000; + top: var(--header-height); + inset-inline-end: 0; + box-sizing: border-box; + margin: 0 8px; + border-radius: 0 0 var(--border-radius) var(--border-radius); + border-radius: var(--border-radius-large); + background-color: var(--color-main-background); + filter: drop-shadow(0 1px 5px var(--color-box-shadow)); +} +.header-menu__carret[data-v-e2527068] { + position: absolute; + z-index: 2001; + bottom: 0; + inset-inline-start: calc(50% - 10px); + width: 0; + height: 0; + content: " "; + pointer-events: none; + border: 10px solid transparent; + border-bottom-color: var(--color-main-background); +} +.header-menu__content[data-v-e2527068] { + overflow: auto; + width: 350px; + max-width: calc(100vw - 16px); + min-height: calc(var(--default-clickable-area) * 1.5); + max-height: calc(100vh - var(--header-height) * 2); +} +.header-menu__content[data-v-e2527068] .empty-content { + margin: 12vh 10px; +} +@media only screen and (max-width: 512px) { +.header-menu[data-v-e2527068] { + width: var(--default-clickable-area); +} +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-a3ec46a7] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.list-item__wrapper[data-v-a3ec46a7] { + display: flex; + position: relative; + width: 100%; + padding: 2px 4px; +} +.list-item__wrapper[data-v-a3ec46a7]:first-of-type { + padding-block-start: 4px; +} +.list-item__wrapper[data-v-a3ec46a7]:last-of-type { + padding-block-end: 4px; +} +.list-item__wrapper--active .list-item[data-v-a3ec46a7], .list-item__wrapper.active .list-item[data-v-a3ec46a7] { + background-color: var(--color-primary-element); + color: var(--color-primary-element-text) !important; +} +.list-item__wrapper--active .list-item[data-v-a3ec46a7]:hover, .list-item__wrapper--active .list-item[data-v-a3ec46a7]:focus-within, .list-item__wrapper--active .list-item[data-v-a3ec46a7]:has(:focus-visible), .list-item__wrapper--active .list-item[data-v-a3ec46a7]:has(:active), .list-item__wrapper.active .list-item[data-v-a3ec46a7]:hover, .list-item__wrapper.active .list-item[data-v-a3ec46a7]:focus-within, .list-item__wrapper.active .list-item[data-v-a3ec46a7]:has(:focus-visible), .list-item__wrapper.active .list-item[data-v-a3ec46a7]:has(:active) { + background-color: var(--color-primary-element-hover); +} +.list-item__wrapper--active .list-item-content__name[data-v-a3ec46a7], +.list-item__wrapper--active .list-item-content__subname[data-v-a3ec46a7], +.list-item__wrapper--active .list-item-content__details[data-v-a3ec46a7], +.list-item__wrapper--active .list-item-details__details[data-v-a3ec46a7], .list-item__wrapper.active .list-item-content__name[data-v-a3ec46a7], +.list-item__wrapper.active .list-item-content__subname[data-v-a3ec46a7], +.list-item__wrapper.active .list-item-content__details[data-v-a3ec46a7], +.list-item__wrapper.active .list-item-details__details[data-v-a3ec46a7] { + color: var(--color-primary-element-text) !important; +} +.list-item__wrapper .list-item-content__name[data-v-a3ec46a7], +.list-item__wrapper .list-item-content__subname[data-v-a3ec46a7], +.list-item__wrapper .list-item-content__details[data-v-a3ec46a7], +.list-item__wrapper .list-item-details__details[data-v-a3ec46a7] { + white-space: nowrap; + margin: 0 auto 0 0; + overflow: hidden; + text-overflow: ellipsis; +} +.list-item-content__name[data-v-a3ec46a7] { + min-width: 100px; + flex: 1 1 10%; + font-weight: 500; +} +.list-item-content__subname[data-v-a3ec46a7] { + flex: 1 0; + min-width: 0; + color: var(--color-text-maxcontrast); +} +.list-item-content__subname--bold[data-v-a3ec46a7] { + font-weight: 500; +} +.list-item[data-v-a3ec46a7] { + --list-item-padding: var(--default-grid-baseline); + --list-item-height: 2lh; + --list-item-border-radius: var(--border-radius-element, 32px); + box-sizing: border-box; + display: flex; + position: relative; + flex: 0 0 auto; + justify-content: flex-start; + padding: var(--list-item-padding); + width: 100%; + border-radius: var(--border-radius-element, 32px); + cursor: pointer; + transition: background-color var(--animation-quick) ease-in-out; + list-style: none; +} +.list-item[data-v-a3ec46a7]:hover, .list-item[data-v-a3ec46a7]:focus-within, .list-item[data-v-a3ec46a7]:has(:active), .list-item[data-v-a3ec46a7]:has(:focus-visible) { + background-color: var(--color-background-hover); +} +.list-item[data-v-a3ec46a7]:has(.list-item__anchor:focus-visible) { + outline: 2px solid var(--color-main-text); + box-shadow: 0 0 0 4px var(--color-main-background); +} +.list-item--compact[data-v-a3ec46a7] { + --list-item-padding: calc(0.5 * var(--default-grid-baseline)) var(--default-grid-baseline); +} +.list-item--compact[data-v-a3ec46a7]:not(:has(.list-item-content__subname)) { + --list-item-height: var(--default-clickable-area); +} +.list-item--legacy[data-v-a3ec46a7] { + --list-item-padding: calc(2 * var(--default-grid-baseline)); +} +.list-item--legacy.list-item--compact[data-v-a3ec46a7] { + --list-item-padding: var(--default-grid-baseline) calc(2 * var(--default-grid-baseline)); +} +.list-item--one-line[data-v-a3ec46a7] { + --list-item-height: var(--default-clickable-area); + --list-item-border-radius: var(--border-radius-element, calc(var(--default-clickable-area) / 2)); + --list-item-padding: var(--default-grid-baseline); +} +.list-item--one-line.list-item--one-line--legacy[data-v-a3ec46a7] { + --list-item-padding: 2px calc((var(--list-item-height) - var(--list-item-border-radius)) / 2); +} +.list-item--one-line .list-item-content__main[data-v-a3ec46a7] { + display: flex; + justify-content: start; + gap: 12px; + min-width: 0; + max-width: 300px; +} +.list-item--one-line .list-item-content__details[data-v-a3ec46a7] { + flex-direction: row; + align-items: unset; + justify-content: end; +} +.list-item--one-line .list-item-content__name[data-v-a3ec46a7] { + align-self: center; +} +.list-item__anchor[data-v-a3ec46a7] { + color: inherit; + display: flex; + flex: 1 0 auto; + align-items: center; + height: var(--list-item-height); + min-width: 0; +} +.list-item__anchor[data-v-a3ec46a7]:focus-visible { + outline: none; +} +.list-item-content[data-v-a3ec46a7] { + display: flex; + flex: 1 0; + justify-content: space-between; + padding-left: calc(2 * var(--default-grid-baseline)); + min-width: 0; +} +.list-item-content__main[data-v-a3ec46a7] { + flex: 1 0; + width: 0; + margin: auto 0; +} +.list-item-content__main--oneline[data-v-a3ec46a7] { + display: flex; +} +.list-item-content__details[data-v-a3ec46a7] { + display: flex; + flex-direction: column; + justify-content: end; + align-items: end; +} +.list-item-content__actions[data-v-a3ec46a7], .list-item-content__extra-actions[data-v-a3ec46a7] { + flex: 0 0 auto; + align-self: center; + justify-content: center; + margin-left: var(--default-grid-baseline); +} +.list-item-content__extra-actions[data-v-a3ec46a7] { + display: flex; + align-items: center; + gap: var(--default-grid-baseline); +} +.list-item-details__details[data-v-a3ec46a7] { + color: var(--color-text-maxcontrast); + margin: 0 9px !important; + font-weight: normal; +} +.list-item-details__extra[data-v-a3ec46a7] { + margin: 2px 4px 0 4px; + display: flex; + align-items: center; +} +.list-item-details__indicator[data-v-a3ec46a7] { + margin: 0 5px; +} +.list-item__extra[data-v-a3ec46a7] { + margin-top: var(--default-grid-baseline); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-5e97fe1f] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.progress-bar[data-v-5e97fe1f] { + display: block; + height: var(--progress-bar-height); + --progress-bar-color: var(--497e8a2b); +} +.progress-bar--linear[data-v-5e97fe1f] { + width: 100%; + overflow: hidden; + border: 0; + padding: 0; + background: var(--color-background-dark); + border-radius: calc(var(--progress-bar-height) / 2); +} +.progress-bar--linear[data-v-5e97fe1f]::-webkit-progress-bar { + height: var(--progress-bar-height); + background-color: transparent; +} +.progress-bar--linear[data-v-5e97fe1f]::-webkit-progress-value { + background: var(--progress-bar-color, var(--gradient-primary-background)); + border-radius: calc(var(--progress-bar-height) / 2); +} +.progress-bar--linear[data-v-5e97fe1f]::-moz-progress-bar { + background: var(--progress-bar-color, var(--gradient-primary-background)); + border-radius: calc(var(--progress-bar-height) / 2); +} +.progress-bar--circular[data-v-5e97fe1f] { + width: var(--progress-bar-height); + color: var(--progress-bar-color, var(--color-primary-element)); +} +.progress-bar--error[data-v-5e97fe1f] { + color: var(--color-error) !important; +} +.progress-bar--error[data-v-5e97fe1f]::-moz-progress-bar { + background: var(--color-error) !important; +} +.progress-bar--error[data-v-5e97fe1f]::-webkit-progress-value { + background: var(--color-error) !important; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-de46bdbe] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.team-resources__header[data-v-de46bdbe] { + font-weight: bold; + margin-bottom: 6px; +} +.related-team[data-v-de46bdbe] { + border-radius: var(--border-radius-rounded); + border: 2px solid var(--color-border-dark); + margin-bottom: 6px; +} +.related-team__open[data-v-de46bdbe] { + border-color: var(--color-primary-element); +} +.related-team__header[data-v-de46bdbe] { + padding: 6px; + padding-right: 24px; + display: flex; + gap: 12px; +} +.related-team__name[data-v-de46bdbe] { + display: flex; + flex-grow: 1; + align-items: center; + gap: 12px; + padding: 6px 12px; + font-weight: bold; + margin: 0; +} +.related-team .related-team-provider[data-v-de46bdbe] { + padding: 6px 12px; +} +.related-team .related-team-provider__name[data-v-de46bdbe] { + font-weight: bold; + margin-bottom: 3px; +} +.related-team .related-team-provider__link[data-v-de46bdbe] { + display: flex; + gap: 12px; + padding: 6px 12px; + font-weight: bold; +} +.related-team .related-team-resource__link[data-v-de46bdbe] { + display: flex; + gap: 12px; + height: var(--default-clickable-area); + align-items: center; + border-radius: var(--border-radius-large); +} +.related-team .related-team-resource__link[data-v-de46bdbe]:hover { + background-color: var(--color-background-hover); +} +.related-team .related-team-resource__link[data-v-de46bdbe]:focus { + background-color: var(--color-background-hover); + outline: 2px solid var(--color-primary-element); +} +.related-team .related-team-resource .resource__icon[data-v-de46bdbe] { + width: var(--default-clickable-area); + height: var(--default-clickable-area); + display: flex; + align-items: center; + justify-content: center; + text-align: center; +} +.related-team .related-team-resource .resource__icon > img[data-v-de46bdbe] { + border-radius: var(--border-radius-pill); + overflow: hidden; + width: 32px; + height: 32px; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-ac1115a7] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.resource[data-v-ac1115a7] { + display: flex; + align-items: center; + height: var(--default-clickable-area); +} +.resource__button[data-v-ac1115a7] { + width: 100% !important; + justify-content: flex-start !important; + padding: 0 !important; +} +.resource__button[data-v-ac1115a7] .button-vue__wrapper { + justify-content: flex-start !important; +} +.resource__button[data-v-ac1115a7] .button-vue__wrapper .button-vue__text { + font-weight: normal !important; + margin-left: 2px !important; +} +.resource__icon[data-v-ac1115a7] { + width: 32px; + height: 32px; + background-color: var(--color-text-maxcontrast); + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; +} +.resource__icon img[data-v-ac1115a7] { + width: 16px; + height: 16px; + filter: var(--background-invert-if-dark); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-badd46a9] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.related-resources__header h5[data-v-badd46a9] { + font-weight: bold; + margin-bottom: 6px; +} +.related-resources__header p[data-v-badd46a9] { + color: var(--color-text-maxcontrast); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-98c79945] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.autocomplete-result[data-v-98c79945] { + display: flex; + align-items: center; + gap: var(--default-grid-baseline); + line-height: 1.2; + --auto-complete-result-avatar-size: var(--default-clickable-area); +} +.autocomplete-result__icon[data-v-98c79945] { + position: relative; + flex: 0 0 var(--default-clickable-area); + width: var(--default-clickable-area); + min-width: var(--default-clickable-area); + height: var(--default-clickable-area); + border-radius: var(--default-clickable-area); + background-color: var(--color-background-darker); + background-repeat: no-repeat; + background-position: center; + background-size: contain; +} +.autocomplete-result__icon--with-avatar[data-v-98c79945] { + color: inherit; + background-size: cover; +} +.autocomplete-result__status[data-v-98c79945] { + --auto-complete-result-status-icon-size: clamp(14px, var(--auto-complete-result-avatar-size) * 0.4, 18px); + --auto-complete-result-status-icon-position: calc(var(--auto-complete-result-avatar-size) / 2 * (1 - 1 / sqrt(2)) - var(--auto-complete-result-status-icon-size) / 2); + box-sizing: border-box; + position: absolute; + right: var(--auto-complete-result-status-icon-position); + bottom: var(--auto-complete-result-status-icon-position); + height: var(--auto-complete-result-status-icon-size); + width: var(--auto-complete-result-status-icon-size); + border: 2px solid var(--color-main-background); + border-radius: 50%; + background-color: var(--color-main-background); + font-size: calc(var(--auto-complete-result-status-icon-size) / 1.2); + line-height: 1.2; + background-repeat: no-repeat; + background-size: var(--auto-complete-result-status-icon-size); + background-position: center; +} +.autocomplete-result__status--icon[data-v-98c79945] { + border: none; + background-color: transparent; +} +.autocomplete-result__content[data-v-98c79945] { + display: flex; + flex: 1 1 100%; + flex-direction: column; + justify-content: center; + min-width: 0; +} +.autocomplete-result__title[data-v-98c79945], .autocomplete-result__subline[data-v-98c79945] { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.autocomplete-result__subline[data-v-98c79945] { + color: var(--color-text-maxcontrast); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-108d42c7] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.rich-contenteditable[data-v-108d42c7] { + position: relative; + width: auto; +} +.rich-contenteditable__label[data-v-108d42c7] { + position: absolute; + margin-inline: 14px 0; + max-width: fit-content; + inset-block-start: 11px; + inset-inline: 0; + color: var(--color-text-maxcontrast); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + pointer-events: none; + transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow); +} +.rich-contenteditable__input:focus + .rich-contenteditable__label[data-v-108d42c7], .rich-contenteditable__input:not(.rich-contenteditable__input--empty) + .rich-contenteditable__label[data-v-108d42c7] { + inset-block-start: -10px; + line-height: 1.5; + font-size: 13px; + font-weight: 500; + border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0; + background-color: var(--color-main-background); + padding-inline: 5px; + margin-inline-start: 9px; + transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick); +} +.rich-contenteditable__input[data-v-108d42c7] { + overflow-y: auto; + width: auto; + margin: 0; + padding: 8px; + cursor: text; + white-space: pre-wrap; + word-break: break-word; + color: var(--color-main-text); + border: 2px solid var(--color-border-maxcontrast); + border-radius: var(--border-radius-large); + outline: none; + background-color: var(--color-main-background); + font-family: var(--font-face); + font-size: inherit; + min-height: var(--default-clickable-area); + max-height: calc(var(--default-clickable-area) * 5.5); +} +.rich-contenteditable__input--has-label[data-v-108d42c7] { + margin-top: 10px; +} +.rich-contenteditable__input--empty[data-v-108d42c7]:focus:before, .rich-contenteditable__input--empty[data-v-108d42c7]:not(.rich-contenteditable__input--has-label):before { + content: attr(aria-placeholder); + color: var(--color-text-maxcontrast); + position: absolute; +} +.rich-contenteditable__input[contenteditable=false][data-v-108d42c7]:not(.rich-contenteditable__input--disabled) { + cursor: default; + background-color: transparent; + color: var(--color-main-text); + border-color: transparent; + opacity: 1; + border-radius: 0; +} +.rich-contenteditable__input--multiline[data-v-108d42c7] { + min-height: calc(var(--default-clickable-area) * 3); + max-height: none; +} +.rich-contenteditable__input--disabled[data-v-108d42c7] { + opacity: 0.5; + color: var(--color-text-maxcontrast); + border: 2px solid var(--color-background-darker); + border-radius: var(--border-radius); + background-color: var(--color-background-dark); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +._material-design-icon_1o935_12 { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +._tribute-container_1o935_20 { + z-index: 9000; + overflow: auto; + position: absolute; + left: -10000px; + margin: var(--default-grid-baseline) 0; + padding: var(--default-grid-baseline); + color: var(--color-text-maxcontrast); + border-radius: var(--border-radius-element, var(--border-radius)); + background: var(--color-main-background); + box-shadow: 0 1px 5px var(--color-box-shadow); +} +._tribute-container_1o935_20, ._tribute-container_1o935_20 * { + box-sizing: border-box; +} +._tribute-container_1o935_20 ul { + display: flex; + flex-direction: column; + gap: var(--default-grid-baseline); +} +._tribute-container_1o935_20 ._tribute-container__item_1o935_40 { + color: var(--color-text-maxcontrast); + border-radius: var(--border-radius-small, var(--border-radius)); + padding: var(--default-grid-baseline); + cursor: pointer; + min-height: var(--clickable-area-small, auto); +} +._tribute-container_1o935_20 ._tribute-container__item_1o935_40.highlight { + color: var(--color-main-text); + background: var(--color-background-hover); +} +._tribute-container_1o935_20 ._tribute-container__item_1o935_40.highlight, ._tribute-container_1o935_20 ._tribute-container__item_1o935_40.highlight * { + cursor: pointer; +} +._tribute-container_1o935_20._tribute-container--focus-visible_1o935_54 .highlight._tribute-container__item_1o935_40 { + outline: 2px solid var(--color-main-text) !important; +} +._tribute-container-autocomplete_1o935_58 { + min-width: 250px; + max-width: 300px; + max-height: calc((var(--default-clickable-area) + 3 * var(--default-grid-baseline)) * 4.5 - 1.5 * var(--default-grid-baseline)); +} +._tribute-container-emoji_1o935_64, +._tribute-container-link_1o935_65 { + min-width: 200px; + max-width: 200px; + max-height: calc((24px + 3 * var(--default-grid-baseline)) * 5.5 - 1.5 * var(--default-grid-baseline)); +} +._tribute-container-emoji_1o935_64 ._tribute-item_1o935_70, +._tribute-container-link_1o935_65 ._tribute-item_1o935_70 { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +._tribute-container-link_1o935_65 { + min-width: 200px; + max-width: 300px; +} +._tribute-container-link_1o935_65 ._tribute-item_1o935_70 { + display: flex; + align-items: center; +} +._tribute-container-link_1o935_65 ._tribute-item__title_1o935_85 { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +._tribute-container-link_1o935_65 ._tribute-item__icon_1o935_90 { + margin: auto 0; + width: 20px; + height: 20px; + object-fit: contain; + padding-right: var(--default-grid-baseline); + filter: var(--background-invert-if-dark); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-b293f5d9] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.widget-custom[data-v-b293f5d9] { + width: 100%; + margin: auto; + margin-bottom: calc(var(--default-grid-baseline, 4px) * 3); + margin-top: calc(var(--default-grid-baseline, 4px) * 3); + overflow: hidden; + border: 2px solid var(--color-border); + border-radius: var(--border-radius-large); + background-color: transparent; + display: flex; +} +.widget-custom.full-width[data-v-b293f5d9] { + width: var(--widget-full-width, 100%) !important; + left: calc((var(--widget-full-width, 100%) - 100%) / 2 * -1); + position: relative; +} +.widget-access[data-v-b293f5d9] { + width: 100%; + margin: auto; + margin-bottom: calc(var(--default-grid-baseline, 4px) * 3); + margin-top: calc(var(--default-grid-baseline, 4px) * 3); + overflow: hidden; + border: 2px solid var(--color-border); + border-radius: var(--border-radius-large); + background-color: transparent; + display: flex; + padding: calc(var(--default-grid-baseline, 4px) * 3); +} +.widget-default[data-v-b293f5d9] { + width: 100%; + margin: auto; + margin-bottom: calc(var(--default-grid-baseline, 4px) * 3); + margin-top: calc(var(--default-grid-baseline, 4px) * 3); + overflow: hidden; + border: 2px solid var(--color-border); + border-radius: var(--border-radius-large); + background-color: transparent; + display: flex; +} +.widget-default--compact[data-v-b293f5d9] { + flex-direction: column; +} +.widget-default--compact .widget-default--image[data-v-b293f5d9] { + width: 100%; + height: 150px; +} +.widget-default--compact .widget-default--details[data-v-b293f5d9] { + width: 100%; + padding-top: calc(var(--default-grid-baseline, 4px) * 2); + padding-bottom: calc(var(--default-grid-baseline, 4px) * 2); +} +.widget-default--compact .widget-default--description[data-v-b293f5d9] { + display: none; +} +.widget-default--image[data-v-b293f5d9] { + width: 40%; + background-position: center; + background-size: cover; + background-repeat: no-repeat; +} +.widget-default--name[data-v-b293f5d9] { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-weight: bold; +} +.widget-default--details[data-v-b293f5d9] { + padding: calc(var(--default-grid-baseline, 4px) * 3); + width: 60%; +} +.widget-default--details p[data-v-b293f5d9] { + margin: 0; + padding: 0; +} +.widget-default--description[data-v-b293f5d9] { + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 3; + line-clamp: 3; + -webkit-box-orient: vertical; +} +.widget-default--link[data-v-b293f5d9] { + color: var(--color-text-maxcontrast); + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.toggle-interactive[data-v-b293f5d9] { + position: relative; +} +.toggle-interactive .toggle-interactive--button[data-v-b293f5d9] { + position: absolute; + top: 50%; + z-index: 10000; + left: 50%; + transform: translateX(-50%) translateY(-50%); + opacity: 0; +} +.toggle-interactive:focus-within .toggle-interactive--button[data-v-b293f5d9], .toggle-interactive:hover .toggle-interactive--button[data-v-b293f5d9] { + opacity: 1; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-de9850e4] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-e54e09d6] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.provider-list[data-v-e54e09d6] { + width: 100%; + min-height: 400px; + padding: 0 16px 16px 16px; + display: flex; + flex-direction: column; +} +.provider-list--select[data-v-e54e09d6] { + width: 100%; +} +.provider-list--select .provider[data-v-e54e09d6] { + display: flex; + align-items: center; + height: 28px; + overflow: hidden; +} +.provider-list--select .provider .link-icon[data-v-e54e09d6] { + margin-right: 8px; +} +.provider-list--select .provider .provider-icon[data-v-e54e09d6] { + width: 20px; + height: 20px; + object-fit: contain; + margin-right: 8px; + filter: var(--background-invert-if-dark); +} +.provider-list--select .provider .option-text[data-v-e54e09d6] { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-3c1803b5] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.raw-link[data-v-3c1803b5] { + width: 100%; + min-height: 350px; + display: flex; + flex-direction: column; + overflow-y: auto; + padding: 0 16px 16px 16px; +} +.raw-link .input-wrapper[data-v-3c1803b5] { + width: 100%; +} +.raw-link .reference-widget[data-v-3c1803b5] { + display: flex; +} +.raw-link--empty-content .provider-icon[data-v-3c1803b5] { + width: 150px; + height: 150px; + object-fit: contain; + filter: var(--background-invert-if-dark); +} +.raw-link--input[data-v-3c1803b5] { + width: 99%; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-8571023b] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.result[data-v-8571023b] { + display: flex; + align-items: center; + height: var(--default-clickable-area); + overflow: hidden; +} +.result--icon-class[data-v-8571023b], .result--image[data-v-8571023b] { + width: 40px; + min-width: 40px; + height: 40px; + object-fit: contain; +} +.result--icon-class.rounded[data-v-8571023b], .result--image.rounded[data-v-8571023b] { + border-radius: 50%; +} +.result--content[data-v-8571023b] { + display: flex; + flex-direction: column; + padding-left: 10px; + overflow: hidden; +} +.result--content--name[data-v-8571023b], .result--content--subline[data-v-8571023b] { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-05fef988] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.smart-picker-search[data-v-05fef988] { + width: 100%; + display: flex; + flex-direction: column; + padding: 0 16px 16px 16px; +} +.smart-picker-search.with-empty-content[data-v-05fef988] { + min-height: 400px; +} +.smart-picker-search .provider-icon[data-v-05fef988] { + width: 150px; + height: 150px; + object-fit: contain; + filter: var(--background-invert-if-dark); +} +.smart-picker-search--select[data-v-05fef988] { + width: 100%; +} +.smart-picker-search--select .search-result[data-v-05fef988] { + width: 100%; +} +.smart-picker-search--select .group-name-icon[data-v-05fef988], +.smart-picker-search--select .option-simple-icon[data-v-05fef988] { + width: 20px; + height: 20px; + margin: 0 20px 0 10px; +} +.smart-picker-search--select .custom-option[data-v-05fef988] { + height: var(--default-clickable-area); + display: flex; + align-items: center; + overflow: hidden; +} +.smart-picker-search--select .option-text[data-v-05fef988] { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-f3f0de17] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.reference-picker[data-v-f3f0de17] { + display: flex; + overflow-y: auto; + width: 100%; +} +.reference-picker .custom-element-wrapper[data-v-f3f0de17] { + display: flex; + overflow-y: auto; + width: 100%; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.reference-picker-modal .modal-container { + display: flex !important; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-19d3f57d] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.reference-picker-modal--content[data-v-19d3f57d] { + width: 100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + overflow-y: auto; +} +.reference-picker-modal--content .close-button[data-v-19d3f57d], +.reference-picker-modal--content .back-button[data-v-19d3f57d] { + position: absolute; + top: 4px; +} +.reference-picker-modal--content .back-button[data-v-19d3f57d] { + left: 4px; +} +.reference-picker-modal--content .close-button[data-v-19d3f57d] { + right: 4px; +} +.reference-picker-modal--content > h2[data-v-19d3f57d] { + display: flex; + margin: 12px 0 20px 0; +} +.reference-picker-modal--content > h2 .icon[data-v-19d3f57d] { + margin-right: 8px; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-f5a7bd55] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.input-wrapper[data-v-f5a7bd55] { + display: flex; + align-items: center; + flex-wrap: wrap; + width: 100%; + max-width: 400px; +} +.input-wrapper .action-input__label[data-v-f5a7bd55] { + margin-right: 12px; +} +.input-wrapper[data-v-f5a7bd55]:disabled { + cursor: default; +} +.input-wrapper .hint[data-v-f5a7bd55] { + color: var(--color-text-maxcontrast); + margin-left: 8px; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-0974f50a] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.settings-section[data-v-0974f50a] { + display: block; + margin-bottom: auto; + padding: 30px; +} +.settings-section[data-v-0974f50a]:not(:last-child) { + border-bottom: 1px solid var(--color-border); +} +.settings-section--limit-width > *[data-v-0974f50a] { + max-width: 900px; +} +.settings-section__name[data-v-0974f50a] { + display: inline-flex; + align-items: center; + justify-content: center; + font-size: 20px; + font-weight: bold; + max-width: 900px; + margin-top: 0; +} +.settings-section__info[data-v-0974f50a] { + display: flex; + align-items: center; + justify-content: center; + width: var(--default-clickable-area); + height: var(--default-clickable-area); + margin: calc((var(--default-clickable-area) - 16px) / 2 * -1); + margin-left: 0; + color: var(--color-text-maxcontrast); +} +.settings-section__info[data-v-0974f50a]:hover, .settings-section__info[data-v-0974f50a]:focus, .settings-section__info[data-v-0974f50a]:active { + color: var(--color-main-text); +} +.settings-section__desc[data-v-0974f50a] { + margin-top: -0.2em; + margin-bottom: 1em; + color: var(--color-text-maxcontrast); + max-width: 900px; +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-75b4f01b] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.select-group-error[data-v-75b4f01b] { + color: var(--color-error); + font-size: 13px; + padding-inline-start: var(--border-radius-large); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-4b6abfac] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.textarea[data-v-4b6abfac] { + position: relative; + width: 100%; + border-radius: var(--border-radius-large); + margin-block-start: 6px; + resize: vertical; +} +.textarea__main-wrapper[data-v-4b6abfac] { + position: relative; +} +.textarea--disabled[data-v-4b6abfac] { + opacity: 0.7; + filter: saturate(0.7); +} +.textarea__input[data-v-4b6abfac] { + margin: 0; + padding-inline: 10px 6px; + width: 100%; + height: calc(var(--default-clickable-area) * 2); + font-size: var(--default-font-size); + text-overflow: ellipsis; + background-color: var(--color-main-background); + color: var(--color-main-text); + border: var(--border-width-input, 2px) solid var(--color-border-maxcontrast); + border-radius: var(--border-radius-large); + cursor: pointer; +} +.textarea__input[data-v-4b6abfac]:active:not([disabled]), .textarea__input[data-v-4b6abfac]:hover:not([disabled]), .textarea__input[data-v-4b6abfac]:focus:not([disabled]) { + border-width: var(--border-width-input-focused, 2px); + border-color: var(--color-main-text); + box-shadow: 0 0 0 2px var(--color-main-background) !important; +} +.textarea__input[data-v-4b6abfac]:not(:focus, .textarea__input--label-outside)::placeholder { + opacity: 0; +} +.textarea__input[data-v-4b6abfac]:focus { + cursor: text; +} +.textarea__input[data-v-4b6abfac]:disabled { + cursor: default; +} +.textarea__input[data-v-4b6abfac]:focus-visible { + box-shadow: unset !important; +} +.textarea__input--success[data-v-4b6abfac] { + border-color: var(--color-success) !important; +} +.textarea__input--success[data-v-4b6abfac]:focus-visible { + box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; +} +.textarea__input--error[data-v-4b6abfac] { + border-color: var(--color-error) !important; +} +.textarea__input--error[data-v-4b6abfac]:focus-visible { + box-shadow: rgb(248, 250, 252) 0px 0px 0px 2px, var(--color-primary-element) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; +} +.textarea__label[data-v-4b6abfac] { + position: absolute; + margin-inline: 12px 0; + max-width: fit-content; + inset-block-start: 11px; + inset-inline: 0; + color: var(--color-text-maxcontrast); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + pointer-events: none; + transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick), background-color var(--animation-quick) var(--animation-slow); +} +.textarea__input:focus + .textarea__label[data-v-4b6abfac], .textarea__input:not(:placeholder-shown) + .textarea__label[data-v-4b6abfac] { + inset-block-start: -10px; + line-height: 1.5; + font-size: 13px; + font-weight: 500; + color: var(--color-main-text); + background-color: var(--color-main-background); + padding-inline: 4px; + margin-inline-start: 8px; + transition: height var(--animation-quick), inset-block-start var(--animation-quick), font-size var(--animation-quick), color var(--animation-quick); +} +.textarea__helper-text-message[data-v-4b6abfac] { + padding-block: 4px; + display: flex; + align-items: center; +} +.textarea__helper-text-message__icon[data-v-4b6abfac] { + margin-inline-end: 8px; +} +.textarea__helper-text-message--error[data-v-4b6abfac] { + color: var(--color-error-text); +} +.textarea__helper-text-message--success[data-v-4b6abfac] { + color: var(--color-success-text); +}/** + * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ +/* +* Ensure proper alignment of the vue material icons +*/ +.material-design-icon[data-v-b07a6c57] { + display: flex; + align-self: center; + justify-self: center; + align-items: center; + justify-content: center; +} +.user-bubble__wrapper[data-v-b07a6c57] { + display: inline-block; + vertical-align: middle; + min-width: 0; + max-width: 100%; +} +.user-bubble__content[data-v-b07a6c57] { + display: inline-flex; + max-width: 100%; + background-color: var(--color-background-dark); +} +.user-bubble__content--primary[data-v-b07a6c57] { + color: var(--color-primary-element-text); + background-color: var(--color-primary-element); +} +.user-bubble__content[data-v-b07a6c57] > :last-child { + padding-right: 8px; +} +.user-bubble__avatar[data-v-b07a6c57] { + align-self: center; +} +.user-bubble__name[data-v-b07a6c57] { + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; +} +.user-bubble__name[data-v-b07a6c57], .user-bubble__secondary[data-v-b07a6c57] { + padding: 0; + padding-left: 4px; +}.viewer__image-editor[data-v-a2c8f486] { + position: absolute; + z-index: 10100; + top: calc(var(--header-height) * -1); + bottom: calc(var(--header-height) * -1); + left: 0; + width: 100%; + height: 100vh; +}.SfxModal-Wrapper { + z-index: 10101 !important; +} +#SfxPopper { + z-index: 10102; + position: relative; +} +.viewer__image-editor *, +.SfxModal-Wrapper *, +.SfxPopper-wrapper * { + font-size: var(--default-font-size) !important; +} +.viewer__image-editor label, +.viewer__image-editor button, +.SfxModal-Wrapper label, +.SfxModal-Wrapper button, +.SfxPopper-wrapper label, +.SfxPopper-wrapper button { + color: var(--color-main-text); +} +.viewer__image-editor label > span, +.viewer__image-editor button > span, +.SfxModal-Wrapper label > span, +.SfxModal-Wrapper button > span, +.SfxPopper-wrapper label > span, +.SfxPopper-wrapper button > span { + font-size: var(--default-font-size) !important; +} +.viewer__image-editor button, +.SfxModal-Wrapper button, +.SfxPopper-wrapper button { + display: flex; + align-items: center; + justify-content: center; + min-width: 44px; + min-height: 44px; + padding: 6px 12px; +} +.SfxInput-root { + height: auto !important; + padding: 0 !important; +} +.SfxInput-root .SfxInput-Base { + margin: 0 !important; +} +.SfxSelect-root { + padding: 8px !important; +} +.SfxButton-root { + min-height: 44px !important; + margin: 0 !important; + border: transparent !important; +} +.SfxButton-root[color=error] { + color: white !important; + background-color: var(--color-error) !important; +} +.SfxButton-root[color=error]:hover, .SfxButton-root[color=error]:focus { + border-color: white !important; + background-color: var(--color-error-hover) !important; +} +.SfxButton-root[color=primary] { + color: var(--color-primary-element-text) !important; + background-color: var(--color-primary-element) !important; +} +.SfxButton-root[color=primary]:hover, .SfxButton-root[color=primary]:focus { + background-color: var(--color-primary-element-hover) !important; +} +.SfxMenuItem-root { + height: 44px; + padding-left: 8px !important; +} +.SfxMenuItem-root > div { + margin-right: 0; + padding: 14px; + padding: 6px; + cursor: pointer; +} +.SfxMenuItem-root[value=jpeg] { + display: none; +} +.SfxModal-Container { + min-height: 300px; + padding: 22px; +} +.SfxModal-Container .SfxModal-root, +.SfxModal-Container .SfxModalTitle-root { + flex: 1 1 100%; + justify-content: center; + color: var(--color-main-text); +} +.SfxModal-Container .SfxModalTitle-Icon { + margin-bottom: 22px !important; + background: none !important; +} +.SfxModal-Container .SfxModalTitle-Icon svg { + width: 64px; + height: 64px; + opacity: 0.4; + --color-primary: var(--color-main-text); + --color-error: var(--color-main-text); +} +.SfxModal-Container .SfxModalTitle-Close { + display: none !important; +} +.SfxModal-Container .SfxModalActions-root { + justify-content: space-evenly !important; +} +.FIE_topbar-center-options > button, +.FIE_topbar-center-options > label { + margin-left: 6px !important; +} +.FIE_tabs { + padding: 6px !important; + overflow: hidden; + overflow-y: auto; +} +.FIE_tab { + width: 80px !important; + height: 80px !important; + padding: 8px; + border-radius: var(--border-radius-large) !important; +} +.FIE_tab svg { + width: 16px; + height: 16px; +} +.FIE_tab-label { + margin-top: 8px !important; + overflow: hidden; + text-overflow: ellipsis; + max-width: 100%; + white-space: nowrap; + display: block !important; +} +.FIE_tab:hover, .FIE_tab:focus { + background-color: var(--color-background-hover) !important; +} +.FIE_tab[aria-selected=true] { + color: var(--color-main-text); + background-color: var(--color-background-dark); + box-shadow: 0 0 0 2px var(--color-primary-element); +} +.FIE_tools-bar-wrapper { + max-height: max-content !important; +} +.FIE_tools-bar > div[class$=-tool-button], .FIE_tools-bar > div[class$=-tool] { + display: flex; + align-items: center; + justify-content: center; + min-width: 44px; + height: 44px; + padding: 6px 16px; + border-radius: var(--border-radius-pill); +} +.FIE_crop-presets-opener-button { + min-width: 0 !important; + padding: 5px !important; + padding-left: 10px !important; + border: none !important; + background-color: transparent !important; +} +.FIE_topbar-history-buttons button, +.FIE_topbar-close-button, +.FIE_resize-ratio-locker { + border: none !important; + background-color: transparent !important; +} +.FIE_topbar-history-buttons button:hover, .FIE_topbar-history-buttons button:focus, +.FIE_topbar-close-button:hover, +.FIE_topbar-close-button:focus, +.FIE_resize-ratio-locker:hover, +.FIE_resize-ratio-locker:focus { + background-color: var(--color-background-hover) !important; +} +.FIE_topbar-history-buttons button svg, +.FIE_topbar-close-button svg, +.FIE_resize-ratio-locker svg { + width: 16px; + height: 16px; +} +.FIE_topbar-history-buttons button.FIE_topbar-reset-button::before { + content: attr(title); + font-weight: normal; +} +.FIE_topbar-history-buttons button.FIE_topbar-reset-button svg { + display: none; +} +.FIE_topbar-save-wrapper { + width: auto !important; +} +.FIE_topbar-save-button { + color: var(--color-primary-text) !important; + border: none !important; + background-color: var(--color-primary-element) !important; +} +.FIE_topbar-save-button:hover, .FIE_topbar-save-button:focus { + background-color: var(--color-primary-element-hover) !important; +} +.FIE_resize-tool-options .FIE_resize-width-option, +.FIE_resize-tool-options .FIE_resize-height-option { + flex: 1 1; + min-width: 0; +} +.FIE_resize-ratio-locker { + margin-right: 8px !important; +} +.FIE_resize-ratio-locker svg { + width: 20px; + height: 20px; +} +.FIE_resize-ratio-locker svg path { + stroke-width: 1; + stroke: var(--color-main-text); + fill: var(--color-main-text); +} +.FIE_topbar-close-button svg path { + transform: scale(1.6); +} +.FIE_canvas-container { + background-color: var(--color-main-background) !important; +} +.FIE_spinner::after, +.FIE_spinner-label { + display: none !important; +} +.FIE_spinner-wrapper { + background-color: transparent !important; +} +.FIE_spinner::before { + position: absolute; + z-index: 2; + top: 50%; + left: 50%; + width: 28px; + height: 28px; + margin: -16px 0 0 -16px; + content: ""; + -webkit-transform-origin: center; + -ms-transform-origin: center; + transform-origin: center; + -webkit-animation: rotate 0.8s infinite linear; + animation: rotate 0.8s infinite linear; + border: 2px solid var(--color-loading-light); + border-top-color: var(--color-loading-dark); + border-radius: 100%; + filter: var(--background-invert-if-dark); +}.image_container[data-v-8a36d79a] { + display: flex; + align-items: center; + height: 100%; + justify-content: center; +} +img[data-v-8a36d79a], video[data-v-8a36d79a] { + max-width: 100%; + max-height: 100%; + align-self: center; + justify-self: center; + background-color: #000; + transition: none !important; +} +img[data-v-8a36d79a]:hover, video[data-v-8a36d79a]:hover { + background-image: linear-gradient(45deg, #efefef 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #efefef 75%), linear-gradient(45deg, transparent 75%, #efefef 75%), linear-gradient(45deg, #efefef 25%, #fff 25%); + background-size: 16px 16px; + background-position: 0 0, 0 0, -8px -8px, 8px 8px; +} +img.loaded[data-v-8a36d79a], video.loaded[data-v-8a36d79a] { + background-color: #fff; +} +img.zoomed[data-v-8a36d79a], video.zoomed[data-v-8a36d79a] { + position: absolute; + max-height: none; + max-width: none; + z-index: 10010; + cursor: move; +} +img.dragging[data-v-8a36d79a], video.dragging[data-v-8a36d79a] { + transition: none !important; + cursor: move; +} +.live-photo_play_button[data-v-8a36d79a] { + position: absolute; + top: 0; + margin: 16px !important; + display: flex; + align-items: center; + border: none; + gap: 4px; + border-radius: var(--border-radius); + padding: 4px 8px; + background-color: var(--color-main-background-blur); +}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}video[data-v-087ae83c] { + /* over arrows in tiny screens */ + z-index: 20050; + align-self: center; + max-width: 100%; + max-height: 100% !important; + background-color: black; + justify-self: center; +} +[data-v-087ae83c] .plyr:-webkit-full-screen video { + width: 100% !important; + height: 100% !important; +} +[data-v-087ae83c] .plyr:fullscreen video { + width: 100% !important; + height: 100% !important; +} +[data-v-087ae83c] .plyr__progress__container { + flex: 1 1; +} +[data-v-087ae83c] .plyr { + --plyr-color-main: var(--color-primary-element); + --plyr-control-icon-size: 18px; + --plyr-menu-background: var(--color-main-background); + --plyr-menu-color: var(--color-main-text); + --plyr-audio-controls-background: var(--color-main-background); + --plyr-audio-control-color: var(--color-main-text); + --plyr-button-size: 44px; + --plyr-range-fill-background: var(--color-primary-element); +} +[data-v-087ae83c] .plyr .plyr__controls { + flex-wrap: wrap; +} +[data-v-087ae83c] .plyr .plyr__controls .plyr__volume,[data-v-087ae83c] .plyr .plyr__controls .plyr__progress__container { + max-width: 100%; + flex: 1 1; +} +[data-v-087ae83c] .plyr .plyr__controls .plyr__progress__container { + flex: 4 1; +} +[data-v-087ae83c] .plyr button { + width: var(--plyr-button-size); + height: var(--plyr-button-size); + padding: calc((var(--plyr-button-size) - var(--plyr-control-icon-size)) / 2); + cursor: pointer; + border: none; + background-color: transparent; + line-height: inherit; +} +[data-v-087ae83c] .plyr button:hover,[data-v-087ae83c] .plyr button:focus { + color: var(--color-main-text); + background-color: var(--color-background-hover); +} +[data-v-087ae83c] .plyr button.plyr__control--overlaid { + width: var(--plyr-button-size); + height: var(--plyr-button-size); + color: var(--color-primary-element-text); + background-color: var(--color-primary-element); + --plyr-button-size: 50px; +} +[data-v-087ae83c] .plyr button.plyr__control--overlaid:hover,[data-v-087ae83c] .plyr button.plyr__control--overlaid:focus { + background-color: var(--color-primary-element-hover); +} +[data-v-087ae83c] .plyr .plyr__menu__container button { + width: 120px; + margin: 0; + color: var(--color-main-text); +} +[data-v-087ae83c] .plyr .plyr__menu__container button:hover,[data-v-087ae83c] .plyr .plyr__menu__container button:focus { + color: var(--color-main-text); + background-color: var(--color-background-hover); +} +[data-v-087ae83c] .plyr .plyr__menu__container button.plyr__control--forward { + padding-right: 28px; + padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4); +} +[data-v-087ae83c] .plyr .plyr__menu__container button.plyr__control--back { + margin: calc(var(--plyr-control-spacing, 10px) * 0.7); + padding-left: 28px; + padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4); +} +[data-v-087ae83c] .plyr .plyr__progress__buffer { + width: calc(100% + var(--plyr-range-thumb-height, 13px)); + height: var(--plyr-range-track-height, 5px); + background: transparent; +} +@media only screen and (max-width: 480px) { +[data-v-087ae83c] .plyr .plyr__volume { + display: none; +} +} +[data-v-087ae83c] .plyr button { + color: white; +} +[data-v-087ae83c] .plyr button:hover,[data-v-087ae83c] .plyr button:focus { + color: var(--color-primary-element-text); + background-color: var(--color-primary-element); +}main.viewer__hidden-fullscreen { + height: 100vh !important; + width: 100vw !important; + margin: 0 !important; +} +footer.viewer__hidden-fullscreen { + display: none !important; +}audio[data-v-2be0d851] { + /* over arrows in tiny screens */ + z-index: 20050; + align-self: center; + max-width: 100%; + max-height: 100%; + background-color: black; + justify-self: center; +} +[data-v-2be0d851] .plyr__progress__container { + flex: 1 1; +} +[data-v-2be0d851] .plyr { + --plyr-color-main: var(--color-primary-element); + --plyr-control-icon-size: 18px; + --plyr-menu-background: var(--color-main-background); + --plyr-menu-color: var(--color-main-text); + --plyr-audio-controls-background: var(--color-main-background); + --plyr-audio-control-color: var(--color-main-text); + --plyr-button-size: 44px; + --plyr-range-fill-background: var(--color-primary-element); +} +[data-v-2be0d851] .plyr .plyr__controls { + flex-wrap: wrap; +} +[data-v-2be0d851] .plyr .plyr__controls .plyr__volume,[data-v-2be0d851] .plyr .plyr__controls .plyr__progress__container { + max-width: 100%; + flex: 1 1; +} +[data-v-2be0d851] .plyr .plyr__controls .plyr__progress__container { + flex: 4 1; +} +[data-v-2be0d851] .plyr button { + width: var(--plyr-button-size); + height: var(--plyr-button-size); + padding: calc((var(--plyr-button-size) - var(--plyr-control-icon-size)) / 2); + cursor: pointer; + border: none; + background-color: transparent; + line-height: inherit; +} +[data-v-2be0d851] .plyr button:hover,[data-v-2be0d851] .plyr button:focus { + color: var(--color-main-text); + background-color: var(--color-background-hover); +} +[data-v-2be0d851] .plyr button.plyr__control--overlaid { + width: var(--plyr-button-size); + height: var(--plyr-button-size); + color: var(--color-primary-element-text); + background-color: var(--color-primary-element); + --plyr-button-size: 50px; +} +[data-v-2be0d851] .plyr button.plyr__control--overlaid:hover,[data-v-2be0d851] .plyr button.plyr__control--overlaid:focus { + background-color: var(--color-primary-element-hover); +} +[data-v-2be0d851] .plyr .plyr__menu__container button { + width: 120px; + margin: 0; + color: var(--color-main-text); +} +[data-v-2be0d851] .plyr .plyr__menu__container button:hover,[data-v-2be0d851] .plyr .plyr__menu__container button:focus { + color: var(--color-main-text); + background-color: var(--color-background-hover); +} +[data-v-2be0d851] .plyr .plyr__menu__container button.plyr__control--forward { + padding-right: 28px; + padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4); +} +[data-v-2be0d851] .plyr .plyr__menu__container button.plyr__control--back { + margin: calc(var(--plyr-control-spacing, 10px) * 0.7); + padding-left: 28px; + padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4); +} +[data-v-2be0d851] .plyr .plyr__progress__buffer { + width: calc(100% + var(--plyr-range-thumb-height, 13px)); + height: var(--plyr-range-track-height, 5px); + background: transparent; +} +@media only screen and (max-width: 480px) { +[data-v-2be0d851] .plyr .plyr__volume { + display: none; +} +} +@media only screen and (max-width: 500px) { +[data-v-2be0d851] .plyr--audio { + top: calc(17.5vw + 30px); +} +} \ No newline at end of file diff --git a/css/viewer-main.css b/css/viewer-main.css index 8b20ad11d..add1ca49a 100644 --- a/css/viewer-main.css +++ b/css/viewer-main.css @@ -1,2 +1,2 @@ /* extracted by css-entry-points-plugin */ -@import './main-DCLMh14u.chunk.css'; \ No newline at end of file +@import './main-BMsNvk-N.chunk.css'; \ No newline at end of file diff --git a/js/index-u7Jna2OG.chunk.mjs b/js/index-DKbL89--.chunk.mjs similarity index 59% rename from js/index-u7Jna2OG.chunk.mjs rename to js/index-DKbL89--.chunk.mjs index dde3a0df0..4a791aeac 100644 --- a/js/index-u7Jna2OG.chunk.mjs +++ b/js/index-DKbL89--.chunk.mjs @@ -1,7 +1,7 @@ /*! third party licenses: js/vendor.LICENSE.txt */ const appName = "viewer"; const appVersion = "2.3.0"; -import { g as getDefaultExportFromCjs, p as process$1, c as commonjsGlobal, a as global } from "./viewer-main.mjs"; +import { g as getDefaultExportFromCjs, p as process$1, c as commonjsGlobal } from "./viewer-main.mjs"; function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o2) { @@ -10,19 +10,15 @@ function _typeof(o) { return o2 && "function" == typeof Symbol && o2.constructor === Symbol && o2 !== Symbol.prototype ? "symbol" : typeof o2; }, _typeof(o); } -function _classCallCheck(instance, Constructor) { - if (!(instance instanceof Constructor)) { - throw new TypeError("Cannot call a class as a function"); - } +function _classCallCheck(a, n2) { + if (!(a instanceof n2)) throw new TypeError("Cannot call a class as a function"); } function toPrimitive(t2, r2) { - if ("object" != _typeof(t2) || !t2) - return t2; + if ("object" != _typeof(t2) || !t2) return t2; var e2 = t2[Symbol.toPrimitive]; if (void 0 !== e2) { var i = e2.call(t2, r2 || "default"); - if ("object" != _typeof(i)) - return i; + if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r2 ? String : Number)(t2); @@ -31,72 +27,24 @@ function toPropertyKey(t2) { var i = toPrimitive(t2, "string"); return "symbol" == _typeof(i) ? i : i + ""; } -function _defineProperties(target, props) { - for (var i = 0; i < props.length; i++) { - var descriptor = props[i]; - descriptor.enumerable = descriptor.enumerable || false; - descriptor.configurable = true; - if ("value" in descriptor) - descriptor.writable = true; - Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor); - } -} -function _createClass(Constructor, protoProps, staticProps) { - if (protoProps) - _defineProperties(Constructor.prototype, protoProps); - if (staticProps) - _defineProperties(Constructor, staticProps); - Object.defineProperty(Constructor, "prototype", { - writable: false - }); - return Constructor; -} -function _defineProperty(obj, key, value) { - key = toPropertyKey(key); - if (key in obj) { - Object.defineProperty(obj, key, { - value, - enumerable: true, - configurable: true, - writable: true - }); - } else { - obj[key] = value; - } - return obj; -} -function _classApplyDescriptorGet(receiver, descriptor) { - if (descriptor.get) { - return descriptor.get.call(receiver); +function _defineProperties(e2, r2) { + for (var t2 = 0; t2 < r2.length; t2++) { + var o = r2[t2]; + o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e2, toPropertyKey(o.key), o); } - return descriptor.value; -} -function _assertClassBrand(e2, t2, n2) { - if ("function" == typeof e2 ? e2 === t2 : e2.has(t2)) - return arguments.length < 3 ? t2 : n2; - throw new TypeError("Private element is not present on this object"); -} -function _classPrivateFieldGet2(s, a) { - return s.get(_assertClassBrand(s, a)); -} -function _classPrivateFieldGet(receiver, privateMap) { - var descriptor = _classPrivateFieldGet2(privateMap, receiver); - return _classApplyDescriptorGet(receiver, descriptor); } -function _classApplyDescriptorSet(receiver, descriptor, value) { - if (descriptor.set) { - descriptor.set.call(receiver, value); - } else { - if (!descriptor.writable) { - throw new TypeError("attempted to set read only private field"); - } - descriptor.value = value; - } +function _createClass(e2, r2, t2) { + return r2 && _defineProperties(e2.prototype, r2), Object.defineProperty(e2, "prototype", { + writable: false + }), e2; } -function _classPrivateFieldSet(receiver, privateMap, value) { - var descriptor = _classPrivateFieldGet2(privateMap, receiver); - _classApplyDescriptorSet(receiver, descriptor, value); - return value; +function _defineProperty(e2, r2, t2) { + return (r2 = toPropertyKey(r2)) in e2 ? Object.defineProperty(e2, r2, { + value: t2, + enumerable: true, + configurable: true, + writable: true + }) : e2[r2] = t2, e2; } var react = { exports: {} }; var react_production_min = {}; @@ -111,8 +59,7 @@ var react_production_min = {}; */ var l$2 = Symbol.for("react.element"), n$2 = Symbol.for("react.portal"), p$3 = Symbol.for("react.fragment"), q$3 = Symbol.for("react.strict_mode"), r$1 = Symbol.for("react.profiler"), t$2 = Symbol.for("react.provider"), u$1 = Symbol.for("react.context"), v$4 = Symbol.for("react.forward_ref"), w$2 = Symbol.for("react.suspense"), x$2 = Symbol.for("react.memo"), y$2 = Symbol.for("react.lazy"), z$3 = Symbol.iterator; function A$2(a) { - if (null === a || "object" !== typeof a) - return null; + if (null === a || "object" !== typeof a) return null; a = z$3 && a[z$3] || a["@@iterator"]; return "function" === typeof a ? a : null; } @@ -130,8 +77,7 @@ function E$2(a, b2, e2) { } E$2.prototype.isReactComponent = {}; E$2.prototype.setState = function(a, b2) { - if ("object" !== typeof a && "function" !== typeof a && null != a) - throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables."); + if ("object" !== typeof a && "function" !== typeof a && null != a) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables."); this.updater.enqueueSetState(this, a, b2, "setState"); }; E$2.prototype.forceUpdate = function(a) { @@ -153,20 +99,14 @@ H$2.isPureReactComponent = true; var I$2 = Array.isArray, J$1 = Object.prototype.hasOwnProperty, K$2 = { current: null }, L$2 = { key: true, ref: true, __self: true, __source: true }; function M$2(a, b2, e2) { var d2, c2 = {}, k2 = null, h2 = null; - if (null != b2) - for (d2 in void 0 !== b2.ref && (h2 = b2.ref), void 0 !== b2.key && (k2 = "" + b2.key), b2) - J$1.call(b2, d2) && !L$2.hasOwnProperty(d2) && (c2[d2] = b2[d2]); + if (null != b2) for (d2 in void 0 !== b2.ref && (h2 = b2.ref), void 0 !== b2.key && (k2 = "" + b2.key), b2) J$1.call(b2, d2) && !L$2.hasOwnProperty(d2) && (c2[d2] = b2[d2]); var g2 = arguments.length - 2; - if (1 === g2) - c2.children = e2; + if (1 === g2) c2.children = e2; else if (1 < g2) { - for (var f2 = Array(g2), m2 = 0; m2 < g2; m2++) - f2[m2] = arguments[m2 + 2]; + for (var f2 = Array(g2), m2 = 0; m2 < g2; m2++) f2[m2] = arguments[m2 + 2]; c2.children = f2; } - if (a && a.defaultProps) - for (d2 in g2 = a.defaultProps, g2) - void 0 === c2[d2] && (c2[d2] = g2[d2]); + if (a && a.defaultProps) for (d2 in g2 = a.defaultProps, g2) void 0 === c2[d2] && (c2[d2] = g2[d2]); return { $$typeof: l$2, type: a, key: k2, ref: h2, props: c2, _owner: K$2.current }; } function N$2(a, b2) { @@ -187,46 +127,37 @@ function Q$2(a, b2) { } function R$1(a, b2, e2, d2, c2) { var k2 = typeof a; - if ("undefined" === k2 || "boolean" === k2) - a = null; + if ("undefined" === k2 || "boolean" === k2) a = null; var h2 = false; - if (null === a) - h2 = true; - else - switch (k2) { - case "string": - case "number": - h2 = true; - break; - case "object": - switch (a.$$typeof) { - case l$2: - case n$2: - h2 = true; - } - } - if (h2) - return h2 = a, c2 = c2(h2), a = "" === d2 ? "." + Q$2(h2, 0) : d2, I$2(c2) ? (e2 = "", null != a && (e2 = a.replace(P$2, "$&/") + "/"), R$1(c2, b2, e2, "", function(a2) { - return a2; - })) : null != c2 && (O$1(c2) && (c2 = N$2(c2, e2 + (!c2.key || h2 && h2.key === c2.key ? "" : ("" + c2.key).replace(P$2, "$&/") + "/") + a)), b2.push(c2)), 1; + if (null === a) h2 = true; + else switch (k2) { + case "string": + case "number": + h2 = true; + break; + case "object": + switch (a.$$typeof) { + case l$2: + case n$2: + h2 = true; + } + } + if (h2) return h2 = a, c2 = c2(h2), a = "" === d2 ? "." + Q$2(h2, 0) : d2, I$2(c2) ? (e2 = "", null != a && (e2 = a.replace(P$2, "$&/") + "/"), R$1(c2, b2, e2, "", function(a2) { + return a2; + })) : null != c2 && (O$1(c2) && (c2 = N$2(c2, e2 + (!c2.key || h2 && h2.key === c2.key ? "" : ("" + c2.key).replace(P$2, "$&/") + "/") + a)), b2.push(c2)), 1; h2 = 0; d2 = "" === d2 ? "." : d2 + ":"; - if (I$2(a)) - for (var g2 = 0; g2 < a.length; g2++) { - k2 = a[g2]; - var f2 = d2 + Q$2(k2, g2); - h2 += R$1(k2, b2, e2, f2, c2); - } - else if (f2 = A$2(a), "function" === typeof f2) - for (a = f2.call(a), g2 = 0; !(k2 = a.next()).done; ) - k2 = k2.value, f2 = d2 + Q$2(k2, g2++), h2 += R$1(k2, b2, e2, f2, c2); - else if ("object" === k2) - throw b2 = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b2 ? "object with keys {" + Object.keys(a).join(", ") + "}" : b2) + "). If you meant to render a collection of children, use an array instead."); + if (I$2(a)) for (var g2 = 0; g2 < a.length; g2++) { + k2 = a[g2]; + var f2 = d2 + Q$2(k2, g2); + h2 += R$1(k2, b2, e2, f2, c2); + } + else if (f2 = A$2(a), "function" === typeof f2) for (a = f2.call(a), g2 = 0; !(k2 = a.next()).done; ) k2 = k2.value, f2 = d2 + Q$2(k2, g2++), h2 += R$1(k2, b2, e2, f2, c2); + else if ("object" === k2) throw b2 = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b2 ? "object with keys {" + Object.keys(a).join(", ") + "}" : b2) + "). If you meant to render a collection of children, use an array instead."); return h2; } function S$2(a, b2, e2) { - if (null == a) - return a; + if (null == a) return a; var d2 = [], c2 = 0; R$1(a, d2, "", "", function(a2) { return b2.call(e2, a2, c2++); @@ -238,19 +169,19 @@ function T$2(a) { var b2 = a._result; b2 = b2(); b2.then(function(b3) { - if (0 === a._status || -1 === a._status) - a._status = 1, a._result = b3; + if (0 === a._status || -1 === a._status) a._status = 1, a._result = b3; }, function(b3) { - if (0 === a._status || -1 === a._status) - a._status = 2, a._result = b3; + if (0 === a._status || -1 === a._status) a._status = 2, a._result = b3; }); -1 === a._status && (a._status = 0, a._result = b2); } - if (1 === a._status) - return a._result.default; + if (1 === a._status) return a._result.default; throw a._result; } var U$2 = { current: null }, V$2 = { transition: null }, W$2 = { ReactCurrentDispatcher: U$2, ReactCurrentBatchConfig: V$2, ReactCurrentOwner: K$2 }; +function X$2() { + throw Error("act(...) is not supported in production builds of React."); +} react_production_min.Children = { map: S$2, forEach: function(a, b2, e2) { S$2(a, function() { b2.apply(this, arguments); @@ -266,8 +197,7 @@ react_production_min.Children = { map: S$2, forEach: function(a, b2, e2) { return a2; }) || []; }, only: function(a) { - if (!O$1(a)) - throw Error("React.Children.only expected to receive a single React element child."); + if (!O$1(a)) throw Error("React.Children.only expected to receive a single React element child."); return a; } }; react_production_min.Component = E$2; @@ -277,25 +207,21 @@ react_production_min.PureComponent = G$2; react_production_min.StrictMode = q$3; react_production_min.Suspense = w$2; react_production_min.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W$2; +react_production_min.act = X$2; react_production_min.cloneElement = function(a, b2, e2) { - if (null === a || void 0 === a) - throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + "."); + if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + "."); var d2 = C$2({}, a.props), c2 = a.key, k2 = a.ref, h2 = a._owner; if (null != b2) { void 0 !== b2.ref && (k2 = b2.ref, h2 = K$2.current); void 0 !== b2.key && (c2 = "" + b2.key); - if (a.type && a.type.defaultProps) - var g2 = a.type.defaultProps; - for (f2 in b2) - J$1.call(b2, f2) && !L$2.hasOwnProperty(f2) && (d2[f2] = void 0 === b2[f2] && void 0 !== g2 ? g2[f2] : b2[f2]); + if (a.type && a.type.defaultProps) var g2 = a.type.defaultProps; + for (f2 in b2) J$1.call(b2, f2) && !L$2.hasOwnProperty(f2) && (d2[f2] = void 0 === b2[f2] && void 0 !== g2 ? g2[f2] : b2[f2]); } var f2 = arguments.length - 2; - if (1 === f2) - d2.children = e2; + if (1 === f2) d2.children = e2; else if (1 < f2) { g2 = Array(f2); - for (var m2 = 0; m2 < f2; m2++) - g2[m2] = arguments[m2 + 2]; + for (var m2 = 0; m2 < f2; m2++) g2[m2] = arguments[m2 + 2]; d2.children = g2; } return { $$typeof: l$2, type: a.type, key: c2, ref: k2, props: d2, _owner: h2 }; @@ -333,9 +259,7 @@ react_production_min.startTransition = function(a) { V$2.transition = b2; } }; -react_production_min.unstable_act = function() { - throw Error("act(...) is not supported in production builds of React."); -}; +react_production_min.unstable_act = X$2; react_production_min.useCallback = function(a, b2) { return U$2.current.useCallback(a, b2); }; @@ -380,7 +304,7 @@ react_production_min.useSyncExternalStore = function(a, b2, e2) { react_production_min.useTransition = function() { return U$2.current.useTransition(); }; -react_production_min.version = "18.2.0"; +react_production_min.version = "18.3.1"; { react.exports = react_production_min; } @@ -403,34 +327,26 @@ var scheduler_production_min = {}; function f2(a, b2) { var c2 = a.length; a.push(b2); - a: - for (; 0 < c2; ) { - var d2 = c2 - 1 >>> 1, e2 = a[d2]; - if (0 < g2(e2, b2)) - a[d2] = b2, a[c2] = e2, c2 = d2; - else - break a; - } + a: for (; 0 < c2; ) { + var d2 = c2 - 1 >>> 1, e2 = a[d2]; + if (0 < g2(e2, b2)) a[d2] = b2, a[c2] = e2, c2 = d2; + else break a; + } } function h2(a) { return 0 === a.length ? null : a[0]; } function k2(a) { - if (0 === a.length) - return null; + if (0 === a.length) return null; var b2 = a[0], c2 = a.pop(); if (c2 !== b2) { a[0] = c2; - a: - for (var d2 = 0, e2 = a.length, w2 = e2 >>> 1; d2 < w2; ) { - var m2 = 2 * (d2 + 1) - 1, C2 = a[m2], n2 = m2 + 1, x2 = a[n2]; - if (0 > g2(C2, c2)) - n2 < e2 && 0 > g2(x2, C2) ? (a[d2] = x2, a[n2] = c2, d2 = n2) : (a[d2] = C2, a[m2] = c2, d2 = m2); - else if (n2 < e2 && 0 > g2(x2, c2)) - a[d2] = x2, a[n2] = c2, d2 = n2; - else - break a; - } + a: for (var d2 = 0, e2 = a.length, w2 = e2 >>> 1; d2 < w2; ) { + var m2 = 2 * (d2 + 1) - 1, C2 = a[m2], n2 = m2 + 1, x2 = a[n2]; + if (0 > g2(C2, c2)) n2 < e2 && 0 > g2(x2, C2) ? (a[d2] = x2, a[n2] = c2, d2 = n2) : (a[d2] = C2, a[m2] = c2, d2 = m2); + else if (n2 < e2 && 0 > g2(x2, c2)) a[d2] = x2, a[n2] = c2, d2 = n2; + else break a; + } } return b2; } @@ -453,25 +369,20 @@ var scheduler_production_min = {}; "undefined" !== typeof navigator && void 0 !== navigator.scheduling && void 0 !== navigator.scheduling.isInputPending && navigator.scheduling.isInputPending.bind(navigator.scheduling); function G2(a) { for (var b2 = h2(t2); null !== b2; ) { - if (null === b2.callback) - k2(t2); - else if (b2.startTime <= a) - k2(t2), b2.sortIndex = b2.expirationTime, f2(r2, b2); - else - break; + if (null === b2.callback) k2(t2); + else if (b2.startTime <= a) k2(t2), b2.sortIndex = b2.expirationTime, f2(r2, b2); + else break; b2 = h2(t2); } } function H2(a) { B2 = false; G2(a); - if (!A2) - if (null !== h2(r2)) - A2 = true, I2(J2); - else { - var b2 = h2(t2); - null !== b2 && K2(H2, b2.startTime - a); - } + if (!A2) if (null !== h2(r2)) A2 = true, I2(J2); + else { + var b2 = h2(t2); + null !== b2 && K2(H2, b2.startTime - a); + } } function J2(a, b2) { A2 = false; @@ -489,12 +400,10 @@ var scheduler_production_min = {}; b2 = exports.unstable_now(); "function" === typeof e2 ? v2.callback = e2 : v2 === h2(r2) && k2(r2); G2(b2); - } else - k2(r2); + } else k2(r2); v2 = h2(r2); } - if (null !== v2) - var w2 = true; + if (null !== v2) var w2 = true; else { var m2 = h2(t2); null !== m2 && K2(H2, m2.startTime - b2); @@ -519,24 +428,21 @@ var scheduler_production_min = {}; } finally { b2 ? S2() : (N2 = false, O2 = null); } - } else - N2 = false; + } else N2 = false; } var S2; - if ("function" === typeof F2) - S2 = function() { - F2(R2); - }; + if ("function" === typeof F2) S2 = function() { + F2(R2); + }; else if ("undefined" !== typeof MessageChannel) { var T2 = new MessageChannel(), U2 = T2.port2; T2.port1.onmessage = R2; S2 = function() { U2.postMessage(null); }; - } else - S2 = function() { - D2(R2, 0); - }; + } else S2 = function() { + D2(R2, 0); + }; function I2(a) { O2 = a; N2 || (N2 = true, S2()); @@ -661,8 +567,7 @@ var schedulerExports = scheduler.exports; */ var aa = reactExports, ca = schedulerExports; function p$2(a) { - for (var b2 = "https://reactjs.org/docs/error-decoder.html?invariant=" + a, c2 = 1; c2 < arguments.length; c2++) - b2 += "&args[]=" + encodeURIComponent(arguments[c2]); + for (var b2 = "https://reactjs.org/docs/error-decoder.html?invariant=" + a, c2 = 1; c2 < arguments.length; c2++) b2 += "&args[]=" + encodeURIComponent(arguments[c2]); return "Minified React error #" + a + "; visit " + b2 + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings."; } var da = /* @__PURE__ */ new Set(), ea = {}; @@ -672,32 +577,25 @@ function fa(a, b2) { } function ha(a, b2) { ea[a] = b2; - for (a = 0; a < b2.length; a++) - da.add(b2[a]); + for (a = 0; a < b2.length; a++) da.add(b2[a]); } var ia = !("undefined" === typeof window || "undefined" === typeof window.document || "undefined" === typeof window.document.createElement), ja = Object.prototype.hasOwnProperty, ka = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, la = {}, ma = {}; function oa(a) { - if (ja.call(ma, a)) - return true; - if (ja.call(la, a)) - return false; - if (ka.test(a)) - return ma[a] = true; + if (ja.call(ma, a)) return true; + if (ja.call(la, a)) return false; + if (ka.test(a)) return ma[a] = true; la[a] = true; return false; } function pa(a, b2, c2, d2) { - if (null !== c2 && 0 === c2.type) - return false; + if (null !== c2 && 0 === c2.type) return false; switch (typeof b2) { case "function": case "symbol": return true; case "boolean": - if (d2) - return false; - if (null !== c2) - return !c2.acceptsBooleans; + if (d2) return false; + if (null !== c2) return !c2.acceptsBooleans; a = a.toLowerCase().slice(0, 5); return "data-" !== a && "aria-" !== a; default: @@ -705,21 +603,18 @@ function pa(a, b2, c2, d2) { } } function qa(a, b2, c2, d2) { - if (null === b2 || "undefined" === typeof b2 || pa(a, b2, c2, d2)) - return true; - if (d2) - return false; - if (null !== c2) - switch (c2.type) { - case 3: - return !b2; - case 4: - return false === b2; - case 5: - return isNaN(b2); - case 6: - return isNaN(b2) || 1 > b2; - } + if (null === b2 || "undefined" === typeof b2 || pa(a, b2, c2, d2)) return true; + if (d2) return false; + if (null !== c2) switch (c2.type) { + case 3: + return !b2; + case 4: + return false === b2; + case 5: + return isNaN(b2); + case 6: + return isNaN(b2) || 1 > b2; + } return false; } function v$3(a, b2, c2, d2, e2, f2, g2) { @@ -789,57 +684,52 @@ z$2.xlinkHref = new v$3("xlinkHref", 1, false, "xlink:href", "http://www.w3.org/ }); function ta(a, b2, c2, d2) { var e2 = z$2.hasOwnProperty(b2) ? z$2[b2] : null; - if (null !== e2 ? 0 !== e2.type : d2 || !(2 < b2.length) || "o" !== b2[0] && "O" !== b2[0] || "n" !== b2[1] && "N" !== b2[1]) - qa(b2, c2, e2, d2) && (c2 = null), d2 || null === e2 ? oa(b2) && (null === c2 ? a.removeAttribute(b2) : a.setAttribute(b2, "" + c2)) : e2.mustUseProperty ? a[e2.propertyName] = null === c2 ? 3 === e2.type ? false : "" : c2 : (b2 = e2.attributeName, d2 = e2.attributeNamespace, null === c2 ? a.removeAttribute(b2) : (e2 = e2.type, c2 = 3 === e2 || 4 === e2 && true === c2 ? "" : "" + c2, d2 ? a.setAttributeNS(d2, b2, c2) : a.setAttribute(b2, c2))); + if (null !== e2 ? 0 !== e2.type : d2 || !(2 < b2.length) || "o" !== b2[0] && "O" !== b2[0] || "n" !== b2[1] && "N" !== b2[1]) qa(b2, c2, e2, d2) && (c2 = null), d2 || null === e2 ? oa(b2) && (null === c2 ? a.removeAttribute(b2) : a.setAttribute(b2, "" + c2)) : e2.mustUseProperty ? a[e2.propertyName] = null === c2 ? 3 === e2.type ? false : "" : c2 : (b2 = e2.attributeName, d2 = e2.attributeNamespace, null === c2 ? a.removeAttribute(b2) : (e2 = e2.type, c2 = 3 === e2 || 4 === e2 && true === c2 ? "" : "" + c2, d2 ? a.setAttributeNS(d2, b2, c2) : a.setAttribute(b2, c2))); } var ua = aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, va = Symbol.for("react.element"), wa = Symbol.for("react.portal"), ya = Symbol.for("react.fragment"), za = Symbol.for("react.strict_mode"), Aa = Symbol.for("react.profiler"), Ba = Symbol.for("react.provider"), Ca = Symbol.for("react.context"), Da = Symbol.for("react.forward_ref"), Ea = Symbol.for("react.suspense"), Fa = Symbol.for("react.suspense_list"), Ga = Symbol.for("react.memo"), Ha = Symbol.for("react.lazy"); var Ia = Symbol.for("react.offscreen"); var Ja = Symbol.iterator; function Ka(a) { - if (null === a || "object" !== typeof a) - return null; + if (null === a || "object" !== typeof a) return null; a = Ja && a[Ja] || a["@@iterator"]; return "function" === typeof a ? a : null; } var A$1 = Object.assign, La; function Ma(a) { - if (void 0 === La) - try { - throw Error(); - } catch (c2) { - var b2 = c2.stack.trim().match(/\n( *(at )?)/); - La = b2 && b2[1] || ""; - } + if (void 0 === La) try { + throw Error(); + } catch (c2) { + var b2 = c2.stack.trim().match(/\n( *(at )?)/); + La = b2 && b2[1] || ""; + } return "\n" + La + a; } var Na = false; function Oa(a, b2) { - if (!a || Na) - return ""; + if (!a || Na) return ""; Na = true; var c2 = Error.prepareStackTrace; Error.prepareStackTrace = void 0; try { - if (b2) - if (b2 = function() { - throw Error(); - }, Object.defineProperty(b2.prototype, "props", { set: function() { - throw Error(); - } }), "object" === typeof Reflect && Reflect.construct) { - try { - Reflect.construct(b2, []); - } catch (l2) { - var d2 = l2; - } - Reflect.construct(a, [], b2); - } else { - try { - b2.call(); - } catch (l2) { - d2 = l2; - } - a.call(b2.prototype); + if (b2) if (b2 = function() { + throw Error(); + }, Object.defineProperty(b2.prototype, "props", { set: function() { + throw Error(); + } }), "object" === typeof Reflect && Reflect.construct) { + try { + Reflect.construct(b2, []); + } catch (l2) { + var d2 = l2; + } + Reflect.construct(a, [], b2); + } else { + try { + b2.call(); + } catch (l2) { + d2 = l2; } + a.call(b2.prototype); + } else { try { throw Error(); @@ -850,21 +740,19 @@ function Oa(a, b2) { } } catch (l2) { if (l2 && d2 && "string" === typeof l2.stack) { - for (var e2 = l2.stack.split("\n"), f2 = d2.stack.split("\n"), g2 = e2.length - 1, h2 = f2.length - 1; 1 <= g2 && 0 <= h2 && e2[g2] !== f2[h2]; ) - h2--; - for (; 1 <= g2 && 0 <= h2; g2--, h2--) - if (e2[g2] !== f2[h2]) { - if (1 !== g2 || 1 !== h2) { - do - if (g2--, h2--, 0 > h2 || e2[g2] !== f2[h2]) { - var k2 = "\n" + e2[g2].replace(" at new ", " at "); - a.displayName && k2.includes("") && (k2 = k2.replace("", a.displayName)); - return k2; - } - while (1 <= g2 && 0 <= h2); - } - break; + for (var e2 = l2.stack.split("\n"), f2 = d2.stack.split("\n"), g2 = e2.length - 1, h2 = f2.length - 1; 1 <= g2 && 0 <= h2 && e2[g2] !== f2[h2]; ) h2--; + for (; 1 <= g2 && 0 <= h2; g2--, h2--) if (e2[g2] !== f2[h2]) { + if (1 !== g2 || 1 !== h2) { + do + if (g2--, h2--, 0 > h2 || e2[g2] !== f2[h2]) { + var k2 = "\n" + e2[g2].replace(" at new ", " at "); + a.displayName && k2.includes("") && (k2 = k2.replace("", a.displayName)); + return k2; + } + while (1 <= g2 && 0 <= h2); } + break; + } } } finally { Na = false, Error.prepareStackTrace = c2; @@ -894,12 +782,9 @@ function Pa(a) { } } function Qa(a) { - if (null == a) - return null; - if ("function" === typeof a) - return a.displayName || a.name || null; - if ("string" === typeof a) - return a; + if (null == a) return null; + if ("function" === typeof a) return a.displayName || a.name || null; + if ("string" === typeof a) return a; switch (a) { case ya: return "Fragment"; @@ -914,27 +799,26 @@ function Qa(a) { case Fa: return "SuspenseList"; } - if ("object" === typeof a) - switch (a.$$typeof) { - case Ca: - return (a.displayName || "Context") + ".Consumer"; - case Ba: - return (a._context.displayName || "Context") + ".Provider"; - case Da: - var b2 = a.render; - a = a.displayName; - a || (a = b2.displayName || b2.name || "", a = "" !== a ? "ForwardRef(" + a + ")" : "ForwardRef"); - return a; - case Ga: - return b2 = a.displayName || null, null !== b2 ? b2 : Qa(a.type) || "Memo"; - case Ha: - b2 = a._payload; - a = a._init; - try { - return Qa(a(b2)); - } catch (c2) { - } - } + if ("object" === typeof a) switch (a.$$typeof) { + case Ca: + return (a.displayName || "Context") + ".Consumer"; + case Ba: + return (a._context.displayName || "Context") + ".Provider"; + case Da: + var b2 = a.render; + a = a.displayName; + a || (a = b2.displayName || b2.name || "", a = "" !== a ? "ForwardRef(" + a + ")" : "ForwardRef"); + return a; + case Ga: + return b2 = a.displayName || null, null !== b2 ? b2 : Qa(a.type) || "Memo"; + case Ha: + b2 = a._payload; + a = a._init; + try { + return Qa(a(b2)); + } catch (c2) { + } + } return null; } function Ra(a) { @@ -982,10 +866,8 @@ function Ra(a) { case 2: case 14: case 15: - if ("function" === typeof b2) - return b2.displayName || b2.name || null; - if ("string" === typeof b2) - return b2; + if ("function" === typeof b2) return b2.displayName || b2.name || null; + if ("string" === typeof b2) return b2; } return null; } @@ -1031,11 +913,9 @@ function Va(a) { a._valueTracker || (a._valueTracker = Ua(a)); } function Wa(a) { - if (!a) - return false; + if (!a) return false; var b2 = a._valueTracker; - if (!b2) - return true; + if (!b2) return true; var c2 = b2.getValue(); var d2 = ""; a && (d2 = Ta(a) ? a.checked ? "true" : "false" : a.value); @@ -1044,8 +924,7 @@ function Wa(a) { } function Xa(a) { a = a || ("undefined" !== typeof document ? document : void 0); - if ("undefined" === typeof a) - return null; + if ("undefined" === typeof a) return null; try { return a.activeElement || a.body; } catch (b2) { @@ -1068,12 +947,9 @@ function ab(a, b2) { function bb(a, b2) { ab(a, b2); var c2 = Sa(b2.value), d2 = b2.type; - if (null != c2) - if ("number" === d2) { - if (0 === c2 && "" === a.value || a.value != c2) - a.value = "" + c2; - } else - a.value !== "" + c2 && (a.value = "" + c2); + if (null != c2) if ("number" === d2) { + if (0 === c2 && "" === a.value || a.value != c2) a.value = "" + c2; + } else a.value !== "" + c2 && (a.value = "" + c2); else if ("submit" === d2 || "reset" === d2) { a.removeAttribute("value"); return; @@ -1084,8 +960,7 @@ function bb(a, b2) { function db(a, b2, c2) { if (b2.hasOwnProperty("value") || b2.hasOwnProperty("defaultValue")) { var d2 = b2.type; - if (!("submit" !== d2 && "reset" !== d2 || void 0 !== b2.value && null !== b2.value)) - return; + if (!("submit" !== d2 && "reset" !== d2 || void 0 !== b2.value && null !== b2.value)) return; b2 = "" + a._wrapperState.initialValue; c2 || b2 === a.value || (a.value = b2); a.defaultValue = b2; @@ -1096,18 +971,15 @@ function db(a, b2, c2) { "" !== c2 && (a.name = c2); } function cb(a, b2, c2) { - if ("number" !== b2 || Xa(a.ownerDocument) !== a) - null == c2 ? a.defaultValue = "" + a._wrapperState.initialValue : a.defaultValue !== "" + c2 && (a.defaultValue = "" + c2); + if ("number" !== b2 || Xa(a.ownerDocument) !== a) null == c2 ? a.defaultValue = "" + a._wrapperState.initialValue : a.defaultValue !== "" + c2 && (a.defaultValue = "" + c2); } var eb = Array.isArray; function fb(a, b2, c2, d2) { a = a.options; if (b2) { b2 = {}; - for (var e2 = 0; e2 < c2.length; e2++) - b2["$" + c2[e2]] = true; - for (c2 = 0; c2 < a.length; c2++) - e2 = b2.hasOwnProperty("$" + a[c2].value), a[c2].selected !== e2 && (a[c2].selected = e2), e2 && d2 && (a[c2].defaultSelected = true); + for (var e2 = 0; e2 < c2.length; e2++) b2["$" + c2[e2]] = true; + for (c2 = 0; c2 < a.length; c2++) e2 = b2.hasOwnProperty("$" + a[c2].value), a[c2].selected !== e2 && (a[c2].selected = e2), e2 && d2 && (a[c2].defaultSelected = true); } else { c2 = "" + Sa(c2); b2 = null; @@ -1123,8 +995,7 @@ function fb(a, b2, c2, d2) { } } function gb(a, b2) { - if (null != b2.dangerouslySetInnerHTML) - throw Error(p$2(91)); + if (null != b2.dangerouslySetInnerHTML) throw Error(p$2(91)); return A$1({}, b2, { value: void 0, defaultValue: void 0, children: "" + a._wrapperState.initialValue }); } function hb(a, b2) { @@ -1133,11 +1004,9 @@ function hb(a, b2) { c2 = b2.children; b2 = b2.defaultValue; if (null != c2) { - if (null != b2) - throw Error(p$2(92)); + if (null != b2) throw Error(p$2(92)); if (eb(c2)) { - if (1 < c2.length) - throw Error(p$2(93)); + if (1 < c2.length) throw Error(p$2(93)); c2 = c2[0]; } b2 = c2; @@ -1176,15 +1045,12 @@ var mb, nb = function(a) { }); } : a; }(function(a, b2) { - if ("http://www.w3.org/2000/svg" !== a.namespaceURI || "innerHTML" in a) - a.innerHTML = b2; + if ("http://www.w3.org/2000/svg" !== a.namespaceURI || "innerHTML" in a) a.innerHTML = b2; else { mb = mb || document.createElement("div"); mb.innerHTML = "" + b2.valueOf().toString() + ""; - for (b2 = mb.firstChild; a.firstChild; ) - a.removeChild(a.firstChild); - for (; b2.firstChild; ) - a.appendChild(b2.firstChild); + for (b2 = mb.firstChild; a.firstChild; ) a.removeChild(a.firstChild); + for (; b2.firstChild; ) a.appendChild(b2.firstChild); } }); function ob(a, b2) { @@ -1253,31 +1119,25 @@ function rb(a, b2, c2) { } function sb(a, b2) { a = a.style; - for (var c2 in b2) - if (b2.hasOwnProperty(c2)) { - var d2 = 0 === c2.indexOf("--"), e2 = rb(c2, b2[c2], d2); - "float" === c2 && (c2 = "cssFloat"); - d2 ? a.setProperty(c2, e2) : a[c2] = e2; - } + for (var c2 in b2) if (b2.hasOwnProperty(c2)) { + var d2 = 0 === c2.indexOf("--"), e2 = rb(c2, b2[c2], d2); + "float" === c2 && (c2 = "cssFloat"); + d2 ? a.setProperty(c2, e2) : a[c2] = e2; + } } var tb = A$1({ menuitem: true }, { area: true, base: true, br: true, col: true, embed: true, hr: true, img: true, input: true, keygen: true, link: true, meta: true, param: true, source: true, track: true, wbr: true }); function ub(a, b2) { if (b2) { - if (tb[a] && (null != b2.children || null != b2.dangerouslySetInnerHTML)) - throw Error(p$2(137, a)); + if (tb[a] && (null != b2.children || null != b2.dangerouslySetInnerHTML)) throw Error(p$2(137, a)); if (null != b2.dangerouslySetInnerHTML) { - if (null != b2.children) - throw Error(p$2(60)); - if ("object" !== typeof b2.dangerouslySetInnerHTML || !("__html" in b2.dangerouslySetInnerHTML)) - throw Error(p$2(61)); + if (null != b2.children) throw Error(p$2(60)); + if ("object" !== typeof b2.dangerouslySetInnerHTML || !("__html" in b2.dangerouslySetInnerHTML)) throw Error(p$2(61)); } - if (null != b2.style && "object" !== typeof b2.style) - throw Error(p$2(62)); + if (null != b2.style && "object" !== typeof b2.style) throw Error(p$2(62)); } } function vb(a, b2) { - if (-1 === a.indexOf("-")) - return "string" === typeof b2.is; + if (-1 === a.indexOf("-")) return "string" === typeof b2.is; switch (a) { case "annotation-xml": case "color-profile": @@ -1301,8 +1161,7 @@ function xb(a) { var yb = null, zb = null, Ab = null; function Bb(a) { if (a = Cb(a)) { - if ("function" !== typeof yb) - throw Error(p$2(280)); + if ("function" !== typeof yb) throw Error(p$2(280)); var b2 = a.stateNode; b2 && (b2 = Db(b2), yb(a.stateNode, a.type, b2)); } @@ -1315,9 +1174,7 @@ function Fb() { var a = zb, b2 = Ab; Ab = zb = null; Bb(a); - if (b2) - for (a = 0; a < b2.length; a++) - Bb(b2[a]); + if (b2) for (a = 0; a < b2.length; a++) Bb(b2[a]); } } function Gb(a, b2) { @@ -1327,61 +1184,53 @@ function Hb() { } var Ib = false; function Jb(a, b2, c2) { - if (Ib) - return a(b2, c2); + if (Ib) return a(b2, c2); Ib = true; try { return Gb(a, b2, c2); } finally { - if (Ib = false, null !== zb || null !== Ab) - Hb(), Fb(); + if (Ib = false, null !== zb || null !== Ab) Hb(), Fb(); } } function Kb(a, b2) { var c2 = a.stateNode; - if (null === c2) - return null; + if (null === c2) return null; var d2 = Db(c2); - if (null === d2) - return null; + if (null === d2) return null; c2 = d2[b2]; - a: - switch (b2) { - case "onClick": - case "onClickCapture": - case "onDoubleClick": - case "onDoubleClickCapture": - case "onMouseDown": - case "onMouseDownCapture": - case "onMouseMove": - case "onMouseMoveCapture": - case "onMouseUp": - case "onMouseUpCapture": - case "onMouseEnter": - (d2 = !d2.disabled) || (a = a.type, d2 = !("button" === a || "input" === a || "select" === a || "textarea" === a)); - a = !d2; - break a; - default: - a = false; - } - if (a) - return null; - if (c2 && "function" !== typeof c2) - throw Error(p$2(231, b2, typeof c2)); + a: switch (b2) { + case "onClick": + case "onClickCapture": + case "onDoubleClick": + case "onDoubleClickCapture": + case "onMouseDown": + case "onMouseDownCapture": + case "onMouseMove": + case "onMouseMoveCapture": + case "onMouseUp": + case "onMouseUpCapture": + case "onMouseEnter": + (d2 = !d2.disabled) || (a = a.type, d2 = !("button" === a || "input" === a || "select" === a || "textarea" === a)); + a = !d2; + break a; + default: + a = false; + } + if (a) return null; + if (c2 && "function" !== typeof c2) throw Error(p$2(231, b2, typeof c2)); return c2; } var Lb = false; -if (ia) - try { - var Mb = {}; - Object.defineProperty(Mb, "passive", { get: function() { - Lb = true; - } }); - window.addEventListener("test", Mb, Mb); - window.removeEventListener("test", Mb, Mb); - } catch (a) { - Lb = false; - } +if (ia) try { + var Mb = {}; + Object.defineProperty(Mb, "passive", { get: function() { + Lb = true; + } }); + window.addEventListener("test", Mb, Mb); + window.removeEventListener("test", Mb, Mb); +} catch (a) { + Lb = false; +} function Nb(a, b2, c2, d2, e2, f2, g2, h2, k2) { var l2 = Array.prototype.slice.call(arguments, 3); try { @@ -1406,16 +1255,13 @@ function Ub(a, b2, c2, d2, e2, f2, g2, h2, k2) { var l2 = Pb; Ob = false; Pb = null; - } else - throw Error(p$2(198)); + } else throw Error(p$2(198)); Qb || (Qb = true, Rb = l2); } } function Vb(a) { var b2 = a, c2 = a; - if (a.alternate) - for (; b2.return; ) - b2 = b2.return; + if (a.alternate) for (; b2.return; ) b2 = b2.return; else { a = b2; do @@ -1428,27 +1274,23 @@ function Wb(a) { if (13 === a.tag) { var b2 = a.memoizedState; null === b2 && (a = a.alternate, null !== a && (b2 = a.memoizedState)); - if (null !== b2) - return b2.dehydrated; + if (null !== b2) return b2.dehydrated; } return null; } function Xb(a) { - if (Vb(a) !== a) - throw Error(p$2(188)); + if (Vb(a) !== a) throw Error(p$2(188)); } function Yb(a) { var b2 = a.alternate; if (!b2) { b2 = Vb(a); - if (null === b2) - throw Error(p$2(188)); + if (null === b2) throw Error(p$2(188)); return b2 !== a ? null : a; } for (var c2 = a, d2 = b2; ; ) { var e2 = c2.return; - if (null === e2) - break; + if (null === e2) break; var f2 = e2.alternate; if (null === f2) { d2 = e2.return; @@ -1460,16 +1302,13 @@ function Yb(a) { } if (e2.child === f2.child) { for (f2 = e2.child; f2; ) { - if (f2 === c2) - return Xb(e2), a; - if (f2 === d2) - return Xb(e2), b2; + if (f2 === c2) return Xb(e2), a; + if (f2 === d2) return Xb(e2), b2; f2 = f2.sibling; } throw Error(p$2(188)); } - if (c2.return !== d2.return) - c2 = e2, d2 = f2; + if (c2.return !== d2.return) c2 = e2, d2 = f2; else { for (var g2 = false, h2 = e2.child; h2; ) { if (h2 === c2) { @@ -1502,15 +1341,12 @@ function Yb(a) { } h2 = h2.sibling; } - if (!g2) - throw Error(p$2(189)); + if (!g2) throw Error(p$2(189)); } } - if (c2.alternate !== d2) - throw Error(p$2(190)); + if (c2.alternate !== d2) throw Error(p$2(190)); } - if (3 !== c2.tag) - throw Error(p$2(188)); + if (3 !== c2.tag) throw Error(p$2(188)); return c2.stateNode.current === c2 ? a : b2; } function Zb(a) { @@ -1518,23 +1354,20 @@ function Zb(a) { return null !== a ? $b(a) : null; } function $b(a) { - if (5 === a.tag || 6 === a.tag) - return a; + if (5 === a.tag || 6 === a.tag) return a; for (a = a.child; null !== a; ) { var b2 = $b(a); - if (null !== b2) - return b2; + if (null !== b2) return b2; a = a.sibling; } return null; } var ac = ca.unstable_scheduleCallback, bc = ca.unstable_cancelCallback, cc = ca.unstable_shouldYield, dc = ca.unstable_requestPaint, B$1 = ca.unstable_now, ec = ca.unstable_getCurrentPriorityLevel, fc = ca.unstable_ImmediatePriority, gc = ca.unstable_UserBlockingPriority, hc = ca.unstable_NormalPriority, ic = ca.unstable_LowPriority, jc = ca.unstable_IdlePriority, kc = null, lc = null; function mc(a) { - if (lc && "function" === typeof lc.onCommitFiberRoot) - try { - lc.onCommitFiberRoot(kc, a, void 0, 128 === (a.current.flags & 128)); - } catch (b2) { - } + if (lc && "function" === typeof lc.onCommitFiberRoot) try { + lc.onCommitFiberRoot(kc, a, void 0, 128 === (a.current.flags & 128)); + } catch (b2) { + } } var oc = Math.clz32 ? Math.clz32 : nc, pc = Math.log, qc = Math.LN2; function nc(a) { @@ -1593,23 +1426,17 @@ function tc(a) { } function uc(a, b2) { var c2 = a.pendingLanes; - if (0 === c2) - return 0; + if (0 === c2) return 0; var d2 = 0, e2 = a.suspendedLanes, f2 = a.pingedLanes, g2 = c2 & 268435455; if (0 !== g2) { var h2 = g2 & ~e2; 0 !== h2 ? d2 = tc(h2) : (f2 &= g2, 0 !== f2 && (d2 = tc(f2))); - } else - g2 = c2 & ~e2, 0 !== g2 ? d2 = tc(g2) : 0 !== f2 && (d2 = tc(f2)); - if (0 === d2) - return 0; - if (0 !== b2 && b2 !== d2 && 0 === (b2 & e2) && (e2 = d2 & -d2, f2 = b2 & -b2, e2 >= f2 || 16 === e2 && 0 !== (f2 & 4194240))) - return b2; + } else g2 = c2 & ~e2, 0 !== g2 ? d2 = tc(g2) : 0 !== f2 && (d2 = tc(f2)); + if (0 === d2) return 0; + if (0 !== b2 && b2 !== d2 && 0 === (b2 & e2) && (e2 = d2 & -d2, f2 = b2 & -b2, e2 >= f2 || 16 === e2 && 0 !== (f2 & 4194240))) return b2; 0 !== (d2 & 4) && (d2 |= c2 & 16); b2 = a.entangledLanes; - if (0 !== b2) - for (a = a.entanglements, b2 &= d2; 0 < b2; ) - c2 = 31 - oc(b2), e2 = 1 << c2, d2 |= a[c2], b2 &= ~e2; + if (0 !== b2) for (a = a.entanglements, b2 &= d2; 0 < b2; ) c2 = 31 - oc(b2), e2 = 1 << c2, d2 |= a[c2], b2 &= ~e2; return d2; } function vc(a, b2) { @@ -1657,10 +1484,8 @@ function wc(a, b2) { for (var c2 = a.suspendedLanes, d2 = a.pingedLanes, e2 = a.expirationTimes, f2 = a.pendingLanes; 0 < f2; ) { var g2 = 31 - oc(f2), h2 = 1 << g2, k2 = e2[g2]; if (-1 === k2) { - if (0 === (h2 & c2) || 0 !== (h2 & d2)) - e2[g2] = vc(h2, b2); - } else - k2 <= b2 && (a.expiredLanes |= h2); + if (0 === (h2 & c2) || 0 !== (h2 & d2)) e2[g2] = vc(h2, b2); + } else k2 <= b2 && (a.expiredLanes |= h2); f2 &= ~h2; } } @@ -1675,8 +1500,7 @@ function yc() { return a; } function zc(a) { - for (var b2 = [], c2 = 0; 31 > c2; c2++) - b2.push(a); + for (var b2 = [], c2 = 0; 31 > c2; c2++) b2.push(a); return b2; } function Ac(a, b2, c2) { @@ -1742,8 +1566,7 @@ function Sc(a, b2) { } } function Tc(a, b2, c2, d2, e2, f2) { - if (null === a || a.nativeEvent !== f2) - return a = { blockedOn: b2, domEventName: c2, eventSystemFlags: d2, nativeEvent: f2, targetContainers: [e2] }, null !== b2 && (b2 = Cb(b2), null !== b2 && Fc(b2)), a; + if (null === a || a.nativeEvent !== f2) return a = { blockedOn: b2, domEventName: c2, eventSystemFlags: d2, nativeEvent: f2, targetContainers: [e2] }, null !== b2 && (b2 = Cb(b2), null !== b2 && Fc(b2)), a; a.eventSystemFlags |= d2; b2 = a.targetContainers; null !== e2 && -1 === b2.indexOf(e2) && b2.push(e2); @@ -1788,8 +1611,7 @@ function Vc(a) { a.blockedOn = null; } function Xc(a) { - if (null !== a.blockedOn) - return false; + if (null !== a.blockedOn) return false; for (var b2 = a.targetContainers; 0 < b2.length; ) { var c2 = Yc(a.domEventName, a.eventSystemFlags, b2[0], a.nativeEvent); if (null === c2) { @@ -1798,8 +1620,7 @@ function Xc(a) { wb = d2; c2.target.dispatchEvent(d2); wb = null; - } else - return b2 = Cb(c2), null !== b2 && Fc(b2), a.blockedOn = c2, false; + } else return b2 = Cb(c2), null !== b2 && Fc(b2), a.blockedOn = c2, false; b2.shift(); } return true; @@ -1834,10 +1655,8 @@ function bd(a) { null !== Nc && ad(Nc, a); Oc.forEach(b2); Pc.forEach(b2); - for (c2 = 0; c2 < Qc.length; c2++) - d2 = Qc[c2], d2.blockedOn === a && (d2.blockedOn = null); - for (; 0 < Qc.length && (c2 = Qc[0], null === c2.blockedOn); ) - Vc(c2), null === c2.blockedOn && Qc.shift(); + for (c2 = 0; c2 < Qc.length; c2++) d2 = Qc[c2], d2.blockedOn === a && (d2.blockedOn = null); + for (; 0 < Qc.length && (c2 = Qc[0], null === c2.blockedOn); ) Vc(c2), null === c2.blockedOn && Qc.shift(); } var cd = ua.ReactCurrentBatchConfig, dd = true; function ed(a, b2, c2, d2) { @@ -1861,23 +1680,19 @@ function gd(a, b2, c2, d2) { function fd(a, b2, c2, d2) { if (dd) { var e2 = Yc(a, b2, c2, d2); - if (null === e2) - hd(a, b2, d2, id, c2), Sc(a, d2); - else if (Uc(e2, a, b2, c2, d2)) - d2.stopPropagation(); + if (null === e2) hd(a, b2, d2, id, c2), Sc(a, d2); + else if (Uc(e2, a, b2, c2, d2)) d2.stopPropagation(); else if (Sc(a, d2), b2 & 4 && -1 < Rc.indexOf(a)) { for (; null !== e2; ) { var f2 = Cb(e2); null !== f2 && Ec(f2); f2 = Yc(a, b2, c2, d2); null === f2 && hd(a, b2, d2, id, c2); - if (f2 === e2) - break; + if (f2 === e2) break; e2 = f2; } null !== e2 && d2.stopPropagation(); - } else - hd(a, b2, d2, null, c2); + } else hd(a, b2, d2, null, c2); } } var id = null; @@ -1885,20 +1700,15 @@ function Yc(a, b2, c2, d2) { id = null; a = xb(d2); a = Wc(a); - if (null !== a) - if (b2 = Vb(a), null === b2) - a = null; - else if (c2 = b2.tag, 13 === c2) { - a = Wb(b2); - if (null !== a) - return a; - a = null; - } else if (3 === c2) { - if (b2.stateNode.current.memoizedState.isDehydrated) - return 3 === b2.tag ? b2.stateNode.containerInfo : null; - a = null; - } else - b2 !== a && (a = null); + if (null !== a) if (b2 = Vb(a), null === b2) a = null; + else if (c2 = b2.tag, 13 === c2) { + a = Wb(b2); + if (null !== a) return a; + a = null; + } else if (3 === c2) { + if (b2.stateNode.current.memoizedState.isDehydrated) return 3 === b2.tag ? b2.stateNode.containerInfo : null; + a = null; + } else b2 !== a && (a = null); id = a; return null; } @@ -1996,14 +1806,11 @@ function jd(a) { } var kd = null, ld = null, md = null; function nd() { - if (md) - return md; + if (md) return md; var a, b2 = ld, c2 = b2.length, d2, e2 = "value" in kd ? kd.value : kd.textContent, f2 = e2.length; - for (a = 0; a < c2 && b2[a] === e2[a]; a++) - ; + for (a = 0; a < c2 && b2[a] === e2[a]; a++) ; var g2 = c2 - a; - for (d2 = 1; d2 <= g2 && b2[c2 - d2] === e2[f2 - d2]; d2++) - ; + for (d2 = 1; d2 <= g2 && b2[c2 - d2] === e2[f2 - d2]; d2++) ; return md = e2.slice(a, 1 < d2 ? 1 - d2 : void 0); } function od(a) { @@ -2026,8 +1833,7 @@ function rd(a) { this.nativeEvent = f2; this.target = g2; this.currentTarget = null; - for (var c2 in a) - a.hasOwnProperty(c2) && (b3 = a[c2], this[c2] = b3 ? b3(f2) : f2[c2]); + for (var c2 in a) a.hasOwnProperty(c2) && (b3 = a[c2], this[c2] = b3 ? b3(f2) : f2[c2]); this.isDefaultPrevented = (null != f2.defaultPrevented ? f2.defaultPrevented : false === f2.returnValue) ? pd : qd; this.isPropagationStopped = qd; return this; @@ -2048,8 +1854,7 @@ var sd = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(a) { }, defaultPrevented: 0, isTrusted: 0 }, td = rd(sd), ud = A$1({}, sd, { view: 0, detail: 0 }), vd = rd(ud), wd, xd, yd, Ad = A$1({}, ud, { screenX: 0, screenY: 0, clientX: 0, clientY: 0, pageX: 0, pageY: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, getModifierState: zd, button: 0, buttons: 0, relatedTarget: function(a) { return void 0 === a.relatedTarget ? a.fromElement === a.srcElement ? a.toElement : a.fromElement : a.relatedTarget; }, movementX: function(a) { - if ("movementX" in a) - return a.movementX; + if ("movementX" in a) return a.movementX; a !== yd && (yd && "mousemove" === a.type ? (wd = a.screenX - yd.screenX, xd = a.screenY - yd.screenY) : xd = wd = 0, yd = a); return wd; }, movementY: function(a) { @@ -2117,8 +1922,7 @@ function zd() { var Qd = A$1({}, ud, { key: function(a) { if (a.key) { var b2 = Md[a.key] || a.key; - if ("Unidentified" !== b2) - return b2; + if ("Unidentified" !== b2) return b2; } return "keypress" === a.type ? (a = od(a), 13 === a ? "Enter" : String.fromCharCode(a)) : "keydown" === a.type || "keyup" === a.type ? Nd[a.keyCode] || "Unidentified" : ""; }, code: 0, location: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, repeat: 0, locale: 0, getModifierState: zd, charCode: function(a) { @@ -2163,8 +1967,7 @@ function je$1(a, b2) { case "compositionend": return he$1(b2); case "keypress": - if (32 !== b2.which) - return null; + if (32 !== b2.which) return null; fe$1 = true; return ee$1; case "textInput": @@ -2174,17 +1977,14 @@ function je$1(a, b2) { } } function ke$1(a, b2) { - if (ie$1) - return "compositionend" === a || !ae$1 && ge$1(a, b2) ? (a = nd(), md = ld = kd = null, ie$1 = false, a) : null; + if (ie$1) return "compositionend" === a || !ae$1 && ge$1(a, b2) ? (a = nd(), md = ld = kd = null, ie$1 = false, a) : null; switch (a) { case "paste": return null; case "keypress": if (!(b2.ctrlKey || b2.altKey || b2.metaKey) || b2.ctrlKey && b2.altKey) { - if (b2.char && 1 < b2.char.length) - return b2.char; - if (b2.which) - return String.fromCharCode(b2.which); + if (b2.char && 1 < b2.char.length) return b2.char; + if (b2.which) return String.fromCharCode(b2.which); } return null; case "compositionend": @@ -2209,12 +2009,10 @@ function re$1(a) { } function te$1(a) { var b2 = ue(a); - if (Wa(b2)) - return a; + if (Wa(b2)) return a; } function ve$1(a, b2) { - if ("change" === a) - return b2; + if ("change" === a) return b2; } var we$1 = false; if (ia) { @@ -2227,8 +2025,7 @@ if (ia) { ye$1 = "function" === typeof ze$1.oninput; } xe$1 = ye$1; - } else - xe$1 = false; + } else xe$1 = false; we$1 = xe$1 && (!document.documentMode || 9 < document.documentMode); } function Ae$1() { @@ -2245,39 +2042,31 @@ function Ce(a, b2, c2) { "focusin" === a ? (Ae$1(), pe$1 = b2, qe$1 = c2, pe$1.attachEvent("onpropertychange", Be$1)) : "focusout" === a && Ae$1(); } function De$1(a) { - if ("selectionchange" === a || "keyup" === a || "keydown" === a) - return te$1(qe$1); + if ("selectionchange" === a || "keyup" === a || "keydown" === a) return te$1(qe$1); } function Ee$1(a, b2) { - if ("click" === a) - return te$1(b2); + if ("click" === a) return te$1(b2); } function Fe$1(a, b2) { - if ("input" === a || "change" === a) - return te$1(b2); + if ("input" === a || "change" === a) return te$1(b2); } function Ge(a, b2) { return a === b2 && (0 !== a || 1 / a === 1 / b2) || a !== a && b2 !== b2; } var He$1 = "function" === typeof Object.is ? Object.is : Ge; function Ie(a, b2) { - if (He$1(a, b2)) - return true; - if ("object" !== typeof a || null === a || "object" !== typeof b2 || null === b2) - return false; + if (He$1(a, b2)) return true; + if ("object" !== typeof a || null === a || "object" !== typeof b2 || null === b2) return false; var c2 = Object.keys(a), d2 = Object.keys(b2); - if (c2.length !== d2.length) - return false; + if (c2.length !== d2.length) return false; for (d2 = 0; d2 < c2.length; d2++) { var e2 = c2[d2]; - if (!ja.call(b2, e2) || !He$1(a[e2], b2[e2])) - return false; + if (!ja.call(b2, e2) || !He$1(a[e2], b2[e2])) return false; } return true; } function Je(a) { - for (; a && a.firstChild; ) - a = a.firstChild; + for (; a && a.firstChild; ) a = a.firstChild; return a; } function Ke(a, b2) { @@ -2286,8 +2075,7 @@ function Ke(a, b2) { for (var d2; c2; ) { if (3 === c2.nodeType) { d2 = a + c2.textContent.length; - if (a <= b2 && d2 >= b2) - return { node: c2, offset: b2 - a }; + if (a <= b2 && d2 >= b2) return { node: c2, offset: b2 - a }; a = d2; } a: { @@ -2313,10 +2101,8 @@ function Me$1() { } catch (d2) { c2 = false; } - if (c2) - a = b2.contentWindow; - else - break; + if (c2) a = b2.contentWindow; + else break; b2 = Xa(a.document); } return b2; @@ -2329,8 +2115,7 @@ function Oe$1(a) { var b2 = Me$1(), c2 = a.focusedElem, d2 = a.selectionRange; if (b2 !== c2 && c2 && c2.ownerDocument && Le$1(c2.ownerDocument.documentElement, c2)) { if (null !== d2 && Ne$1(c2)) { - if (b2 = d2.start, a = d2.end, void 0 === a && (a = b2), "selectionStart" in c2) - c2.selectionStart = b2, c2.selectionEnd = Math.min(a, c2.value.length); + if (b2 = d2.start, a = d2.end, void 0 === a && (a = b2), "selectionStart" in c2) c2.selectionStart = b2, c2.selectionEnd = Math.min(a, c2.value.length); else if (a = (b2 = c2.ownerDocument || document) && b2.defaultView || window, a.getSelection) { a = a.getSelection(); var e2 = c2.textContent.length, f2 = Math.min(d2.start, e2); @@ -2345,11 +2130,9 @@ function Oe$1(a) { } } b2 = []; - for (a = c2; a = a.parentNode; ) - 1 === a.nodeType && b2.push({ element: a, left: a.scrollLeft, top: a.scrollTop }); + for (a = c2; a = a.parentNode; ) 1 === a.nodeType && b2.push({ element: a, left: a.scrollLeft, top: a.scrollTop }); "function" === typeof c2.focus && c2.focus(); - for (c2 = 0; c2 < b2.length; c2++) - a = b2[c2], a.element.scrollLeft = a.left, a.element.scrollTop = a.top; + for (c2 = 0; c2 < b2.length; c2++) a = b2[c2], a.element.scrollLeft = a.left, a.element.scrollTop = a.top; } } var Pe = ia && "documentMode" in document && 11 >= document.documentMode, Qe = null, Re$1 = null, Se$1 = null, Te$1 = false; @@ -2367,14 +2150,10 @@ function Ve$1(a, b2) { var We$1 = { animationend: Ve$1("Animation", "AnimationEnd"), animationiteration: Ve$1("Animation", "AnimationIteration"), animationstart: Ve$1("Animation", "AnimationStart"), transitionend: Ve$1("Transition", "TransitionEnd") }, Xe$1 = {}, Ye$1 = {}; ia && (Ye$1 = document.createElement("div").style, "AnimationEvent" in window || (delete We$1.animationend.animation, delete We$1.animationiteration.animation, delete We$1.animationstart.animation), "TransitionEvent" in window || delete We$1.transitionend.transition); function Ze(a) { - if (Xe$1[a]) - return Xe$1[a]; - if (!We$1[a]) - return a; + if (Xe$1[a]) return Xe$1[a]; + if (!We$1[a]) return a; var b2 = We$1[a], c2; - for (c2 in b2) - if (b2.hasOwnProperty(c2) && c2 in Ye$1) - return Xe$1[a] = b2[c2]; + for (c2 in b2) if (b2.hasOwnProperty(c2) && c2 in Ye$1) return Xe$1[a] = b2[c2]; return a; } var $e$1 = Ze("animationend"), af = Ze("animationiteration"), bf = Ze("animationstart"), cf = Ze("transitionend"), df = /* @__PURE__ */ new Map(), ef = "abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" "); @@ -2417,30 +2196,25 @@ function se$1(a, b2) { d2 = d2.listeners; a: { var f2 = void 0; - if (b2) - for (var g2 = d2.length - 1; 0 <= g2; g2--) { - var h2 = d2[g2], k2 = h2.instance, l2 = h2.currentTarget; - h2 = h2.listener; - if (k2 !== f2 && e2.isPropagationStopped()) - break a; - nf(e2, h2, l2); - f2 = k2; - } - else - for (g2 = 0; g2 < d2.length; g2++) { - h2 = d2[g2]; - k2 = h2.instance; - l2 = h2.currentTarget; - h2 = h2.listener; - if (k2 !== f2 && e2.isPropagationStopped()) - break a; - nf(e2, h2, l2); - f2 = k2; - } + if (b2) for (var g2 = d2.length - 1; 0 <= g2; g2--) { + var h2 = d2[g2], k2 = h2.instance, l2 = h2.currentTarget; + h2 = h2.listener; + if (k2 !== f2 && e2.isPropagationStopped()) break a; + nf(e2, h2, l2); + f2 = k2; + } + else for (g2 = 0; g2 < d2.length; g2++) { + h2 = d2[g2]; + k2 = h2.instance; + l2 = h2.currentTarget; + h2 = h2.listener; + if (k2 !== f2 && e2.isPropagationStopped()) break a; + nf(e2, h2, l2); + f2 = k2; + } } } - if (Qb) - throw a = Rb, Qb = false, Rb = null, a; + if (Qb) throw a = Rb, Qb = false, Rb = null, a; } function D$1(a, b2) { var c2 = b2[of]; @@ -2482,39 +2256,32 @@ function pf(a, b2, c2, d2) { } function hd(a, b2, c2, d2, e2) { var f2 = d2; - if (0 === (b2 & 1) && 0 === (b2 & 2) && null !== d2) - a: - for (; ; ) { - if (null === d2) - return; - var g2 = d2.tag; - if (3 === g2 || 4 === g2) { - var h2 = d2.stateNode.containerInfo; - if (h2 === e2 || 8 === h2.nodeType && h2.parentNode === e2) - break; - if (4 === g2) - for (g2 = d2.return; null !== g2; ) { - var k2 = g2.tag; - if (3 === k2 || 4 === k2) { - if (k2 = g2.stateNode.containerInfo, k2 === e2 || 8 === k2.nodeType && k2.parentNode === e2) - return; - } - g2 = g2.return; - } - for (; null !== h2; ) { - g2 = Wc(h2); - if (null === g2) - return; - k2 = g2.tag; - if (5 === k2 || 6 === k2) { - d2 = f2 = g2; - continue a; - } - h2 = h2.parentNode; - } + if (0 === (b2 & 1) && 0 === (b2 & 2) && null !== d2) a: for (; ; ) { + if (null === d2) return; + var g2 = d2.tag; + if (3 === g2 || 4 === g2) { + var h2 = d2.stateNode.containerInfo; + if (h2 === e2 || 8 === h2.nodeType && h2.parentNode === e2) break; + if (4 === g2) for (g2 = d2.return; null !== g2; ) { + var k2 = g2.tag; + if (3 === k2 || 4 === k2) { + if (k2 = g2.stateNode.containerInfo, k2 === e2 || 8 === k2.nodeType && k2.parentNode === e2) return; + } + g2 = g2.return; + } + for (; null !== h2; ) { + g2 = Wc(h2); + if (null === g2) return; + k2 = g2.tag; + if (5 === k2 || 6 === k2) { + d2 = f2 = g2; + continue a; } - d2 = d2.return; + h2 = h2.parentNode; } + } + d2 = d2.return; + } Jb(function() { var d3 = f2, e3 = xb(c2), g3 = []; a: { @@ -2523,8 +2290,7 @@ function hd(a, b2, c2, d2, e2) { var k3 = td, n2 = a; switch (a) { case "keypress": - if (0 === od(c2)) - break a; + if (0 === od(c2)) break a; case "keydown": case "keyup": k3 = Rd; @@ -2542,8 +2308,7 @@ function hd(a, b2, c2, d2, e2) { k3 = Fd; break; case "click": - if (2 === c2.button) - break a; + if (2 === c2.button) break a; case "auxclick": case "dblclick": case "mousedown": @@ -2605,8 +2370,7 @@ function hd(a, b2, c2, d2, e2) { u2 = w2; var F2 = u2.stateNode; 5 === u2.tag && null !== F2 && (u2 = F2, null !== x2 && (F2 = Kb(w2, x2), null != F2 && t2.push(tf(w2, F2, u2)))); - if (J2) - break; + if (J2) break; w2 = w2.return; } 0 < t2.length && (h3 = new k3(h3, n2, null, c2, e3), g3.push({ event: h3, listeners: t2 })); @@ -2616,22 +2380,18 @@ function hd(a, b2, c2, d2, e2) { a: { h3 = "mouseover" === a || "pointerover" === a; k3 = "mouseout" === a || "pointerout" === a; - if (h3 && c2 !== wb && (n2 = c2.relatedTarget || c2.fromElement) && (Wc(n2) || n2[uf])) - break a; + if (h3 && c2 !== wb && (n2 = c2.relatedTarget || c2.fromElement) && (Wc(n2) || n2[uf])) break a; if (k3 || h3) { h3 = e3.window === e3 ? e3 : (h3 = e3.ownerDocument) ? h3.defaultView || h3.parentWindow : window; if (k3) { - if (n2 = c2.relatedTarget || c2.toElement, k3 = d3, n2 = n2 ? Wc(n2) : null, null !== n2 && (J2 = Vb(n2), n2 !== J2 || 5 !== n2.tag && 6 !== n2.tag)) - n2 = null; - } else - k3 = null, n2 = d3; + if (n2 = c2.relatedTarget || c2.toElement, k3 = d3, n2 = n2 ? Wc(n2) : null, null !== n2 && (J2 = Vb(n2), n2 !== J2 || 5 !== n2.tag && 6 !== n2.tag)) n2 = null; + } else k3 = null, n2 = d3; if (k3 !== n2) { t2 = Bd; F2 = "onMouseLeave"; x2 = "onMouseEnter"; w2 = "mouse"; - if ("pointerout" === a || "pointerover" === a) - t2 = Td, F2 = "onPointerLeave", x2 = "onPointerEnter", w2 = "pointer"; + if ("pointerout" === a || "pointerover" === a) t2 = Td, F2 = "onPointerLeave", x2 = "onPointerEnter", w2 = "pointer"; J2 = null == k3 ? h3 : ue(k3); u2 = null == n2 ? h3 : ue(n2); h3 = new t2(F2, w2 + "leave", k3, c2, e3); @@ -2640,30 +2400,23 @@ function hd(a, b2, c2, d2, e2) { F2 = null; Wc(e3) === d3 && (t2 = new t2(x2, w2 + "enter", n2, c2, e3), t2.target = u2, t2.relatedTarget = J2, F2 = t2); J2 = F2; - if (k3 && n2) - b: { - t2 = k3; - x2 = n2; - w2 = 0; - for (u2 = t2; u2; u2 = vf(u2)) - w2++; - u2 = 0; - for (F2 = x2; F2; F2 = vf(F2)) - u2++; - for (; 0 < w2 - u2; ) - t2 = vf(t2), w2--; - for (; 0 < u2 - w2; ) - x2 = vf(x2), u2--; - for (; w2--; ) { - if (t2 === x2 || null !== x2 && t2 === x2.alternate) - break b; - t2 = vf(t2); - x2 = vf(x2); - } - t2 = null; + if (k3 && n2) b: { + t2 = k3; + x2 = n2; + w2 = 0; + for (u2 = t2; u2; u2 = vf(u2)) w2++; + u2 = 0; + for (F2 = x2; F2; F2 = vf(F2)) u2++; + for (; 0 < w2 - u2; ) t2 = vf(t2), w2--; + for (; 0 < u2 - w2; ) x2 = vf(x2), u2--; + for (; w2--; ) { + if (t2 === x2 || null !== x2 && t2 === x2.alternate) break b; + t2 = vf(t2); + x2 = vf(x2); } - else t2 = null; + } + else t2 = null; null !== k3 && wf(g3, h3, k3, t2, false); null !== n2 && null !== J2 && wf(g3, J2, n2, t2, true); } @@ -2672,17 +2425,13 @@ function hd(a, b2, c2, d2, e2) { a: { h3 = d3 ? ue(d3) : window; k3 = h3.nodeName && h3.nodeName.toLowerCase(); - if ("select" === k3 || "input" === k3 && "file" === h3.type) - var na = ve$1; - else if (me(h3)) - if (we$1) - na = Fe$1; - else { - na = De$1; - var xa = Ce; - } - else - (k3 = h3.nodeName) && "input" === k3.toLowerCase() && ("checkbox" === h3.type || "radio" === h3.type) && (na = Ee$1); + if ("select" === k3 || "input" === k3 && "file" === h3.type) var na = ve$1; + else if (me(h3)) if (we$1) na = Fe$1; + else { + na = De$1; + var xa = Ce; + } + else (k3 = h3.nodeName) && "input" === k3.toLowerCase() && ("checkbox" === h3.type || "radio" === h3.type) && (na = Ee$1); if (na && (na = na(a, d3))) { ne$1(g3, na, c2, e3); break a; @@ -2693,8 +2442,7 @@ function hd(a, b2, c2, d2, e2) { xa = d3 ? ue(d3) : window; switch (a) { case "focusin": - if (me(xa) || "true" === xa.contentEditable) - Qe = xa, Re$1 = d3, Se$1 = null; + if (me(xa) || "true" === xa.contentEditable) Qe = xa, Re$1 = d3, Se$1 = null; break; case "focusout": Se$1 = Re$1 = Qe = null; @@ -2709,33 +2457,29 @@ function hd(a, b2, c2, d2, e2) { Ue(g3, c2, e3); break; case "selectionchange": - if (Pe) - break; + if (Pe) break; case "keydown": case "keyup": Ue(g3, c2, e3); } var $a; - if (ae$1) - b: { - switch (a) { - case "compositionstart": - var ba = "onCompositionStart"; - break b; - case "compositionend": - ba = "onCompositionEnd"; - break b; - case "compositionupdate": - ba = "onCompositionUpdate"; - break b; - } - ba = void 0; + if (ae$1) b: { + switch (a) { + case "compositionstart": + var ba = "onCompositionStart"; + break b; + case "compositionend": + ba = "onCompositionEnd"; + break b; + case "compositionupdate": + ba = "onCompositionUpdate"; + break b; } - else - ie$1 ? ge$1(a, c2) && (ba = "onCompositionEnd") : "keydown" === a && 229 === c2.keyCode && (ba = "onCompositionStart"); + ba = void 0; + } + else ie$1 ? ge$1(a, c2) && (ba = "onCompositionEnd") : "keydown" === a && 229 === c2.keyCode && (ba = "onCompositionStart"); ba && (de$1 && "ko" !== c2.locale && (ie$1 || "onCompositionStart" !== ba ? "onCompositionEnd" === ba && ie$1 && ($a = nd()) : (kd = e3, ld = "value" in kd ? kd.value : kd.textContent, ie$1 = true)), xa = oe$1(d3, ba), 0 < xa.length && (ba = new Ld(ba, a, null, c2, e3), g3.push({ event: ba, listeners: xa }), $a ? ba.data = $a : ($a = he$1(c2), null !== $a && (ba.data = $a)))); - if ($a = ce$1 ? je$1(a, c2) : ke$1(a, c2)) - d3 = oe$1(d3, "onBeforeInput"), 0 < d3.length && (e3 = new Ld("onBeforeInput", "beforeinput", null, c2, e3), g3.push({ event: e3, listeners: d3 }), e3.data = $a); + if ($a = ce$1 ? je$1(a, c2) : ke$1(a, c2)) d3 = oe$1(d3, "onBeforeInput"), 0 < d3.length && (e3 = new Ld("onBeforeInput", "beforeinput", null, c2, e3), g3.push({ event: e3, listeners: d3 }), e3.data = $a); } se$1(g3, b2); }); @@ -2752,8 +2496,7 @@ function oe$1(a, b2) { return d2; } function vf(a) { - if (null === a) - return null; + if (null === a) return null; do a = a.return; while (a && 5 !== a.tag); @@ -2762,8 +2505,7 @@ function vf(a) { function wf(a, b2, c2, d2, e2) { for (var f2 = b2._reactName, g2 = []; null !== c2 && c2 !== d2; ) { var h2 = c2, k2 = h2.alternate, l2 = h2.stateNode; - if (null !== k2 && k2 === d2) - break; + if (null !== k2 && k2 === d2) break; 5 === h2.tag && null !== l2 && (h2 = l2, e2 ? (k2 = Kb(c2, f2), null != k2 && g2.unshift(tf(c2, k2, h2))) : e2 || (k2 = Kb(c2, f2), null != k2 && g2.push(tf(c2, k2, h2)))); c2 = c2.return; } @@ -2775,8 +2517,7 @@ function zf(a) { } function Af(a, b2, c2) { b2 = zf(b2); - if (zf(a) !== b2 && c2) - throw Error(p$2(425)); + if (zf(a) !== b2 && c2) throw Error(p$2(425)); } function Bf() { } @@ -2797,16 +2538,14 @@ function Kf(a, b2) { do { var e2 = c2.nextSibling; a.removeChild(c2); - if (e2 && 8 === e2.nodeType) - if (c2 = e2.data, "/$" === c2) { - if (0 === d2) { - a.removeChild(e2); - bd(b2); - return; - } - d2--; - } else - "$" !== c2 && "$?" !== c2 && "$!" !== c2 || d2++; + if (e2 && 8 === e2.nodeType) if (c2 = e2.data, "/$" === c2) { + if (0 === d2) { + a.removeChild(e2); + bd(b2); + return; + } + d2--; + } else "$" !== c2 && "$?" !== c2 && "$!" !== c2 || d2++; c2 = e2; } while (c2); bd(b2); @@ -2814,14 +2553,11 @@ function Kf(a, b2) { function Lf(a) { for (; null != a; a = a.nextSibling) { var b2 = a.nodeType; - if (1 === b2 || 3 === b2) - break; + if (1 === b2 || 3 === b2) break; if (8 === b2) { b2 = a.data; - if ("$" === b2 || "$!" === b2 || "$?" === b2) - break; - if ("/$" === b2) - return null; + if ("$" === b2 || "$!" === b2 || "$?" === b2) break; + if ("/$" === b2) return null; } } return a; @@ -2832,11 +2568,9 @@ function Mf(a) { if (8 === a.nodeType) { var c2 = a.data; if ("$" === c2 || "$!" === c2 || "$?" === c2) { - if (0 === b2) - return a; + if (0 === b2) return a; b2--; - } else - "/$" === c2 && b2++; + } else "/$" === c2 && b2++; } a = a.previousSibling; } @@ -2845,17 +2579,14 @@ function Mf(a) { var Nf = Math.random().toString(36).slice(2), Of = "__reactFiber$" + Nf, Pf = "__reactProps$" + Nf, uf = "__reactContainer$" + Nf, of = "__reactEvents$" + Nf, Qf = "__reactListeners$" + Nf, Rf = "__reactHandles$" + Nf; function Wc(a) { var b2 = a[Of]; - if (b2) - return b2; + if (b2) return b2; for (var c2 = a.parentNode; c2; ) { if (b2 = c2[uf] || c2[Of]) { c2 = b2.alternate; - if (null !== b2.child || null !== c2 && null !== c2.child) - for (a = Mf(a); null !== a; ) { - if (c2 = a[Of]) - return c2; - a = Mf(a); - } + if (null !== b2.child || null !== c2 && null !== c2.child) for (a = Mf(a); null !== a; ) { + if (c2 = a[Of]) return c2; + a = Mf(a); + } return b2; } a = c2; @@ -2868,8 +2599,7 @@ function Cb(a) { return !a || 5 !== a.tag && 6 !== a.tag && 13 !== a.tag && 3 !== a.tag ? null : a; } function ue(a) { - if (5 === a.tag || 6 === a.tag) - return a.stateNode; + if (5 === a.tag || 6 === a.tag) return a.stateNode; throw Error(p$2(33)); } function Db(a) { @@ -2890,14 +2620,11 @@ function G$1(a, b2) { var Vf = {}, H$1 = Uf(Vf), Wf = Uf(false), Xf = Vf; function Yf(a, b2) { var c2 = a.type.contextTypes; - if (!c2) - return Vf; + if (!c2) return Vf; var d2 = a.stateNode; - if (d2 && d2.__reactInternalMemoizedUnmaskedChildContext === b2) - return d2.__reactInternalMemoizedMaskedChildContext; + if (d2 && d2.__reactInternalMemoizedUnmaskedChildContext === b2) return d2.__reactInternalMemoizedMaskedChildContext; var e2 = {}, f2; - for (f2 in c2) - e2[f2] = b2[f2]; + for (f2 in c2) e2[f2] = b2[f2]; d2 && (a = a.stateNode, a.__reactInternalMemoizedUnmaskedChildContext = b2, a.__reactInternalMemoizedMaskedChildContext = e2); return e2; } @@ -2910,20 +2637,16 @@ function $f() { E$1(H$1); } function ag(a, b2, c2) { - if (H$1.current !== Vf) - throw Error(p$2(168)); + if (H$1.current !== Vf) throw Error(p$2(168)); G$1(H$1, b2); G$1(Wf, c2); } function bg(a, b2, c2) { var d2 = a.stateNode; b2 = b2.childContextTypes; - if ("function" !== typeof d2.getChildContext) - return c2; + if ("function" !== typeof d2.getChildContext) return c2; d2 = d2.getChildContext(); - for (var e2 in d2) - if (!(e2 in b2)) - throw Error(p$2(108, Ra(a) || "Unknown", e2)); + for (var e2 in d2) if (!(e2 in b2)) throw Error(p$2(108, Ra(a) || "Unknown", e2)); return A$1({}, c2, d2); } function cg(a) { @@ -2935,8 +2658,7 @@ function cg(a) { } function dg(a, b2, c2) { var d2 = a.stateNode; - if (!d2) - throw Error(p$2(169)); + if (!d2) throw Error(p$2(169)); c2 ? (a = bg(a, b2, Xf), d2.__reactInternalMemoizedMergedChildContext = a, E$1(Wf), E$1(H$1), G$1(H$1, a)) : E$1(Wf); G$1(Wf, c2); } @@ -2995,17 +2717,14 @@ function ug(a, b2, c2) { e2 -= g2; rg = 1 << 32 - oc(b2) + e2 | c2 << e2 | d2; sg = f2 + a; - } else - rg = 1 << f2 | c2 << e2 | d2, sg = a; + } else rg = 1 << f2 | c2 << e2 | d2, sg = a; } function vg(a) { null !== a.return && (tg(a, 1), ug(a, 1, 0)); } function wg(a) { - for (; a === mg; ) - mg = kg[--lg], kg[lg] = null, ng = kg[--lg], kg[lg] = null; - for (; a === qg; ) - qg = og[--pg], og[pg] = null, sg = og[--pg], og[pg] = null, rg = og[--pg], og[pg] = null; + for (; a === mg; ) mg = kg[--lg], kg[lg] = null, ng = kg[--lg], kg[lg] = null; + for (; a === qg; ) qg = og[--pg], og[pg] = null, sg = og[--pg], og[pg] = null, rg = og[--pg], og[pg] = null; } var xg = null, yg = null, I$1 = false, zg = null; function Ag(a, b2) { @@ -3039,15 +2758,13 @@ function Eg(a) { if (b2) { var c2 = b2; if (!Cg(a, b2)) { - if (Dg(a)) - throw Error(p$2(418)); + if (Dg(a)) throw Error(p$2(418)); b2 = Lf(c2.nextSibling); var d2 = xg; b2 && Cg(a, b2) ? Ag(d2, c2) : (a.flags = a.flags & -4097 | 2, I$1 = false, xg = a); } } else { - if (Dg(a)) - throw Error(p$2(418)); + if (Dg(a)) throw Error(p$2(418)); a.flags = a.flags & -4097 | 2; I$1 = false; xg = a; @@ -3055,29 +2772,23 @@ function Eg(a) { } } function Fg(a) { - for (a = a.return; null !== a && 5 !== a.tag && 3 !== a.tag && 13 !== a.tag; ) - a = a.return; + for (a = a.return; null !== a && 5 !== a.tag && 3 !== a.tag && 13 !== a.tag; ) a = a.return; xg = a; } function Gg(a) { - if (a !== xg) - return false; - if (!I$1) - return Fg(a), I$1 = true, false; + if (a !== xg) return false; + if (!I$1) return Fg(a), I$1 = true, false; var b2; (b2 = 3 !== a.tag) && !(b2 = 5 !== a.tag) && (b2 = a.type, b2 = "head" !== b2 && "body" !== b2 && !Ef(a.type, a.memoizedProps)); if (b2 && (b2 = yg)) { - if (Dg(a)) - throw Hg(), Error(p$2(418)); - for (; b2; ) - Ag(a, b2), b2 = Lf(b2.nextSibling); + if (Dg(a)) throw Hg(), Error(p$2(418)); + for (; b2; ) Ag(a, b2), b2 = Lf(b2.nextSibling); } Fg(a); if (13 === a.tag) { a = a.memoizedState; a = null !== a ? a.dehydrated : null; - if (!a) - throw Error(p$2(317)); + if (!a) throw Error(p$2(317)); a: { a = a.nextSibling; for (b2 = 0; a; ) { @@ -3089,20 +2800,17 @@ function Gg(a) { break a; } b2--; - } else - "$" !== c2 && "$!" !== c2 && "$?" !== c2 || b2++; + } else "$" !== c2 && "$!" !== c2 && "$?" !== c2 || b2++; } a = a.nextSibling; } yg = null; } - } else - yg = xg ? Lf(a.stateNode.nextSibling) : null; + } else yg = xg ? Lf(a.stateNode.nextSibling) : null; return true; } function Hg() { - for (var a = yg; a; ) - a = Lf(a.nextSibling); + for (var a = yg; a; ) a = Lf(a.nextSibling); } function Ig() { yg = xg = null; @@ -3112,335 +2820,39 @@ function Jg(a) { null === zg ? zg = [a] : zg.push(a); } var Kg = ua.ReactCurrentBatchConfig; -function Lg(a, b2) { - if (a && a.defaultProps) { - b2 = A$1({}, b2); - a = a.defaultProps; - for (var c2 in a) - void 0 === b2[c2] && (b2[c2] = a[c2]); - return b2; - } - return b2; -} -var Mg = Uf(null), Ng = null, Og = null, Pg = null; -function Qg() { - Pg = Og = Ng = null; -} -function Rg(a) { - var b2 = Mg.current; - E$1(Mg); - a._currentValue = b2; -} -function Sg(a, b2, c2) { - for (; null !== a; ) { - var d2 = a.alternate; - (a.childLanes & b2) !== b2 ? (a.childLanes |= b2, null !== d2 && (d2.childLanes |= b2)) : null !== d2 && (d2.childLanes & b2) !== b2 && (d2.childLanes |= b2); - if (a === c2) - break; - a = a.return; - } -} -function Tg(a, b2) { - Ng = a; - Pg = Og = null; - a = a.dependencies; - null !== a && null !== a.firstContext && (0 !== (a.lanes & b2) && (Ug = true), a.firstContext = null); -} -function Vg(a) { - var b2 = a._currentValue; - if (Pg !== a) - if (a = { context: a, memoizedValue: b2, next: null }, null === Og) { - if (null === Ng) - throw Error(p$2(308)); - Og = a; - Ng.dependencies = { lanes: 0, firstContext: a }; - } else - Og = Og.next = a; - return b2; -} -var Wg = null; -function Xg(a) { - null === Wg ? Wg = [a] : Wg.push(a); -} -function Yg(a, b2, c2, d2) { - var e2 = b2.interleaved; - null === e2 ? (c2.next = c2, Xg(b2)) : (c2.next = e2.next, e2.next = c2); - b2.interleaved = c2; - return Zg(a, d2); -} -function Zg(a, b2) { - a.lanes |= b2; - var c2 = a.alternate; - null !== c2 && (c2.lanes |= b2); - c2 = a; - for (a = a.return; null !== a; ) - a.childLanes |= b2, c2 = a.alternate, null !== c2 && (c2.childLanes |= b2), c2 = a, a = a.return; - return 3 === c2.tag ? c2.stateNode : null; -} -var $g = false; -function ah(a) { - a.updateQueue = { baseState: a.memoizedState, firstBaseUpdate: null, lastBaseUpdate: null, shared: { pending: null, interleaved: null, lanes: 0 }, effects: null }; -} -function bh(a, b2) { - a = a.updateQueue; - b2.updateQueue === a && (b2.updateQueue = { baseState: a.baseState, firstBaseUpdate: a.firstBaseUpdate, lastBaseUpdate: a.lastBaseUpdate, shared: a.shared, effects: a.effects }); -} -function ch(a, b2) { - return { eventTime: a, lane: b2, tag: 0, payload: null, callback: null, next: null }; -} -function dh(a, b2, c2) { - var d2 = a.updateQueue; - if (null === d2) - return null; - d2 = d2.shared; - if (0 !== (K$1 & 2)) { - var e2 = d2.pending; - null === e2 ? b2.next = b2 : (b2.next = e2.next, e2.next = b2); - d2.pending = b2; - return Zg(a, c2); - } - e2 = d2.interleaved; - null === e2 ? (b2.next = b2, Xg(d2)) : (b2.next = e2.next, e2.next = b2); - d2.interleaved = b2; - return Zg(a, c2); -} -function eh(a, b2, c2) { - b2 = b2.updateQueue; - if (null !== b2 && (b2 = b2.shared, 0 !== (c2 & 4194240))) { - var d2 = b2.lanes; - d2 &= a.pendingLanes; - c2 |= d2; - b2.lanes = c2; - Cc(a, c2); - } -} -function fh(a, b2) { - var c2 = a.updateQueue, d2 = a.alternate; - if (null !== d2 && (d2 = d2.updateQueue, c2 === d2)) { - var e2 = null, f2 = null; - c2 = c2.firstBaseUpdate; - if (null !== c2) { - do { - var g2 = { eventTime: c2.eventTime, lane: c2.lane, tag: c2.tag, payload: c2.payload, callback: c2.callback, next: null }; - null === f2 ? e2 = f2 = g2 : f2 = f2.next = g2; - c2 = c2.next; - } while (null !== c2); - null === f2 ? e2 = f2 = b2 : f2 = f2.next = b2; - } else - e2 = f2 = b2; - c2 = { baseState: d2.baseState, firstBaseUpdate: e2, lastBaseUpdate: f2, shared: d2.shared, effects: d2.effects }; - a.updateQueue = c2; - return; - } - a = c2.lastBaseUpdate; - null === a ? c2.firstBaseUpdate = b2 : a.next = b2; - c2.lastBaseUpdate = b2; -} -function gh(a, b2, c2, d2) { - var e2 = a.updateQueue; - $g = false; - var f2 = e2.firstBaseUpdate, g2 = e2.lastBaseUpdate, h2 = e2.shared.pending; - if (null !== h2) { - e2.shared.pending = null; - var k2 = h2, l2 = k2.next; - k2.next = null; - null === g2 ? f2 = l2 : g2.next = l2; - g2 = k2; - var m2 = a.alternate; - null !== m2 && (m2 = m2.updateQueue, h2 = m2.lastBaseUpdate, h2 !== g2 && (null === h2 ? m2.firstBaseUpdate = l2 : h2.next = l2, m2.lastBaseUpdate = k2)); - } - if (null !== f2) { - var q2 = e2.baseState; - g2 = 0; - m2 = l2 = k2 = null; - h2 = f2; - do { - var r2 = h2.lane, y2 = h2.eventTime; - if ((d2 & r2) === r2) { - null !== m2 && (m2 = m2.next = { - eventTime: y2, - lane: 0, - tag: h2.tag, - payload: h2.payload, - callback: h2.callback, - next: null - }); - a: { - var n2 = a, t2 = h2; - r2 = b2; - y2 = c2; - switch (t2.tag) { - case 1: - n2 = t2.payload; - if ("function" === typeof n2) { - q2 = n2.call(y2, q2, r2); - break a; - } - q2 = n2; - break a; - case 3: - n2.flags = n2.flags & -65537 | 128; - case 0: - n2 = t2.payload; - r2 = "function" === typeof n2 ? n2.call(y2, q2, r2) : n2; - if (null === r2 || void 0 === r2) - break a; - q2 = A$1({}, q2, r2); - break a; - case 2: - $g = true; - } - } - null !== h2.callback && 0 !== h2.lane && (a.flags |= 64, r2 = e2.effects, null === r2 ? e2.effects = [h2] : r2.push(h2)); - } else - y2 = { eventTime: y2, lane: r2, tag: h2.tag, payload: h2.payload, callback: h2.callback, next: null }, null === m2 ? (l2 = m2 = y2, k2 = q2) : m2 = m2.next = y2, g2 |= r2; - h2 = h2.next; - if (null === h2) - if (h2 = e2.shared.pending, null === h2) - break; - else - r2 = h2, h2 = r2.next, r2.next = null, e2.lastBaseUpdate = r2, e2.shared.pending = null; - } while (1); - null === m2 && (k2 = q2); - e2.baseState = k2; - e2.firstBaseUpdate = l2; - e2.lastBaseUpdate = m2; - b2 = e2.shared.interleaved; - if (null !== b2) { - e2 = b2; - do - g2 |= e2.lane, e2 = e2.next; - while (e2 !== b2); - } else - null === f2 && (e2.shared.lanes = 0); - hh |= g2; - a.lanes = g2; - a.memoizedState = q2; - } -} -function ih(a, b2, c2) { - a = b2.effects; - b2.effects = null; - if (null !== a) - for (b2 = 0; b2 < a.length; b2++) { - var d2 = a[b2], e2 = d2.callback; - if (null !== e2) { - d2.callback = null; - d2 = c2; - if ("function" !== typeof e2) - throw Error(p$2(191, e2)); - e2.call(d2); - } - } -} -var jh = new aa.Component().refs; -function kh(a, b2, c2, d2) { - b2 = a.memoizedState; - c2 = c2(d2, b2); - c2 = null === c2 || void 0 === c2 ? b2 : A$1({}, b2, c2); - a.memoizedState = c2; - 0 === a.lanes && (a.updateQueue.baseState = c2); -} -var nh = { isMounted: function(a) { - return (a = a._reactInternals) ? Vb(a) === a : false; -}, enqueueSetState: function(a, b2, c2) { - a = a._reactInternals; - var d2 = L$1(), e2 = lh(a), f2 = ch(d2, e2); - f2.payload = b2; - void 0 !== c2 && null !== c2 && (f2.callback = c2); - b2 = dh(a, f2, e2); - null !== b2 && (mh(b2, a, e2, d2), eh(b2, a, e2)); -}, enqueueReplaceState: function(a, b2, c2) { - a = a._reactInternals; - var d2 = L$1(), e2 = lh(a), f2 = ch(d2, e2); - f2.tag = 1; - f2.payload = b2; - void 0 !== c2 && null !== c2 && (f2.callback = c2); - b2 = dh(a, f2, e2); - null !== b2 && (mh(b2, a, e2, d2), eh(b2, a, e2)); -}, enqueueForceUpdate: function(a, b2) { - a = a._reactInternals; - var c2 = L$1(), d2 = lh(a), e2 = ch(c2, d2); - e2.tag = 2; - void 0 !== b2 && null !== b2 && (e2.callback = b2); - b2 = dh(a, e2, d2); - null !== b2 && (mh(b2, a, d2, c2), eh(b2, a, d2)); -} }; -function oh(a, b2, c2, d2, e2, f2, g2) { - a = a.stateNode; - return "function" === typeof a.shouldComponentUpdate ? a.shouldComponentUpdate(d2, f2, g2) : b2.prototype && b2.prototype.isPureReactComponent ? !Ie(c2, d2) || !Ie(e2, f2) : true; -} -function ph(a, b2, c2) { - var d2 = false, e2 = Vf; - var f2 = b2.contextType; - "object" === typeof f2 && null !== f2 ? f2 = Vg(f2) : (e2 = Zf(b2) ? Xf : H$1.current, d2 = b2.contextTypes, f2 = (d2 = null !== d2 && void 0 !== d2) ? Yf(a, e2) : Vf); - b2 = new b2(c2, f2); - a.memoizedState = null !== b2.state && void 0 !== b2.state ? b2.state : null; - b2.updater = nh; - a.stateNode = b2; - b2._reactInternals = a; - d2 && (a = a.stateNode, a.__reactInternalMemoizedUnmaskedChildContext = e2, a.__reactInternalMemoizedMaskedChildContext = f2); - return b2; -} -function qh(a, b2, c2, d2) { - a = b2.state; - "function" === typeof b2.componentWillReceiveProps && b2.componentWillReceiveProps(c2, d2); - "function" === typeof b2.UNSAFE_componentWillReceiveProps && b2.UNSAFE_componentWillReceiveProps(c2, d2); - b2.state !== a && nh.enqueueReplaceState(b2, b2.state, null); -} -function rh(a, b2, c2, d2) { - var e2 = a.stateNode; - e2.props = c2; - e2.state = a.memoizedState; - e2.refs = jh; - ah(a); - var f2 = b2.contextType; - "object" === typeof f2 && null !== f2 ? e2.context = Vg(f2) : (f2 = Zf(b2) ? Xf : H$1.current, e2.context = Yf(a, f2)); - e2.state = a.memoizedState; - f2 = b2.getDerivedStateFromProps; - "function" === typeof f2 && (kh(a, b2, f2, c2), e2.state = a.memoizedState); - "function" === typeof b2.getDerivedStateFromProps || "function" === typeof e2.getSnapshotBeforeUpdate || "function" !== typeof e2.UNSAFE_componentWillMount && "function" !== typeof e2.componentWillMount || (b2 = e2.state, "function" === typeof e2.componentWillMount && e2.componentWillMount(), "function" === typeof e2.UNSAFE_componentWillMount && e2.UNSAFE_componentWillMount(), b2 !== e2.state && nh.enqueueReplaceState(e2, e2.state, null), gh(a, c2, e2, d2), e2.state = a.memoizedState); - "function" === typeof e2.componentDidMount && (a.flags |= 4194308); -} -function sh(a, b2, c2) { +function Lg(a, b2, c2) { a = c2.ref; if (null !== a && "function" !== typeof a && "object" !== typeof a) { if (c2._owner) { c2 = c2._owner; if (c2) { - if (1 !== c2.tag) - throw Error(p$2(309)); + if (1 !== c2.tag) throw Error(p$2(309)); var d2 = c2.stateNode; } - if (!d2) - throw Error(p$2(147, a)); + if (!d2) throw Error(p$2(147, a)); var e2 = d2, f2 = "" + a; - if (null !== b2 && null !== b2.ref && "function" === typeof b2.ref && b2.ref._stringRef === f2) - return b2.ref; + if (null !== b2 && null !== b2.ref && "function" === typeof b2.ref && b2.ref._stringRef === f2) return b2.ref; b2 = function(a2) { var b3 = e2.refs; - b3 === jh && (b3 = e2.refs = {}); null === a2 ? delete b3[f2] : b3[f2] = a2; }; b2._stringRef = f2; return b2; } - if ("string" !== typeof a) - throw Error(p$2(284)); - if (!c2._owner) - throw Error(p$2(290, a)); + if ("string" !== typeof a) throw Error(p$2(284)); + if (!c2._owner) throw Error(p$2(290, a)); } return a; } -function th(a, b2) { +function Mg(a, b2) { a = Object.prototype.toString.call(b2); throw Error(p$2(31, "[object Object]" === a ? "object with keys {" + Object.keys(b2).join(", ") + "}" : a)); } -function uh(a) { +function Ng(a) { var b2 = a._init; return b2(a._payload); } -function vh(a) { +function Og(a) { function b2(b3, c3) { if (a) { var d3 = b3.deletions; @@ -3448,30 +2860,25 @@ function vh(a) { } } function c2(c3, d3) { - if (!a) - return null; - for (; null !== d3; ) - b2(c3, d3), d3 = d3.sibling; + if (!a) return null; + for (; null !== d3; ) b2(c3, d3), d3 = d3.sibling; return null; } function d2(a2, b3) { - for (a2 = /* @__PURE__ */ new Map(); null !== b3; ) - null !== b3.key ? a2.set(b3.key, b3) : a2.set(b3.index, b3), b3 = b3.sibling; + for (a2 = /* @__PURE__ */ new Map(); null !== b3; ) null !== b3.key ? a2.set(b3.key, b3) : a2.set(b3.index, b3), b3 = b3.sibling; return a2; } function e2(a2, b3) { - a2 = wh(a2, b3); + a2 = Pg(a2, b3); a2.index = 0; a2.sibling = null; return a2; } function f2(b3, c3, d3) { b3.index = d3; - if (!a) - return b3.flags |= 1048576, c3; + if (!a) return b3.flags |= 1048576, c3; d3 = b3.alternate; - if (null !== d3) - return d3 = d3.index, d3 < c3 ? (b3.flags |= 2, c3) : d3; + if (null !== d3) return d3 = d3.index, d3 < c3 ? (b3.flags |= 2, c3) : d3; b3.flags |= 2; return c3; } @@ -3480,60 +2887,52 @@ function vh(a) { return b3; } function h2(a2, b3, c3, d3) { - if (null === b3 || 6 !== b3.tag) - return b3 = xh(c3, a2.mode, d3), b3.return = a2, b3; + if (null === b3 || 6 !== b3.tag) return b3 = Qg(c3, a2.mode, d3), b3.return = a2, b3; b3 = e2(b3, c3); b3.return = a2; return b3; } function k2(a2, b3, c3, d3) { var f3 = c3.type; - if (f3 === ya) - return m2(a2, b3, c3.props.children, d3, c3.key); - if (null !== b3 && (b3.elementType === f3 || "object" === typeof f3 && null !== f3 && f3.$$typeof === Ha && uh(f3) === b3.type)) - return d3 = e2(b3, c3.props), d3.ref = sh(a2, b3, c3), d3.return = a2, d3; - d3 = yh(c3.type, c3.key, c3.props, null, a2.mode, d3); - d3.ref = sh(a2, b3, c3); + if (f3 === ya) return m2(a2, b3, c3.props.children, d3, c3.key); + if (null !== b3 && (b3.elementType === f3 || "object" === typeof f3 && null !== f3 && f3.$$typeof === Ha && Ng(f3) === b3.type)) return d3 = e2(b3, c3.props), d3.ref = Lg(a2, b3, c3), d3.return = a2, d3; + d3 = Rg(c3.type, c3.key, c3.props, null, a2.mode, d3); + d3.ref = Lg(a2, b3, c3); d3.return = a2; return d3; } function l2(a2, b3, c3, d3) { - if (null === b3 || 4 !== b3.tag || b3.stateNode.containerInfo !== c3.containerInfo || b3.stateNode.implementation !== c3.implementation) - return b3 = zh(c3, a2.mode, d3), b3.return = a2, b3; + if (null === b3 || 4 !== b3.tag || b3.stateNode.containerInfo !== c3.containerInfo || b3.stateNode.implementation !== c3.implementation) return b3 = Sg(c3, a2.mode, d3), b3.return = a2, b3; b3 = e2(b3, c3.children || []); b3.return = a2; return b3; } function m2(a2, b3, c3, d3, f3) { - if (null === b3 || 7 !== b3.tag) - return b3 = Ah(c3, a2.mode, d3, f3), b3.return = a2, b3; + if (null === b3 || 7 !== b3.tag) return b3 = Tg(c3, a2.mode, d3, f3), b3.return = a2, b3; b3 = e2(b3, c3); b3.return = a2; return b3; } function q2(a2, b3, c3) { - if ("string" === typeof b3 && "" !== b3 || "number" === typeof b3) - return b3 = xh("" + b3, a2.mode, c3), b3.return = a2, b3; + if ("string" === typeof b3 && "" !== b3 || "number" === typeof b3) return b3 = Qg("" + b3, a2.mode, c3), b3.return = a2, b3; if ("object" === typeof b3 && null !== b3) { switch (b3.$$typeof) { case va: - return c3 = yh(b3.type, b3.key, b3.props, null, a2.mode, c3), c3.ref = sh(a2, null, b3), c3.return = a2, c3; + return c3 = Rg(b3.type, b3.key, b3.props, null, a2.mode, c3), c3.ref = Lg(a2, null, b3), c3.return = a2, c3; case wa: - return b3 = zh(b3, a2.mode, c3), b3.return = a2, b3; + return b3 = Sg(b3, a2.mode, c3), b3.return = a2, b3; case Ha: var d3 = b3._init; return q2(a2, d3(b3._payload), c3); } - if (eb(b3) || Ka(b3)) - return b3 = Ah(b3, a2.mode, c3, null), b3.return = a2, b3; - th(a2, b3); + if (eb(b3) || Ka(b3)) return b3 = Tg(b3, a2.mode, c3, null), b3.return = a2, b3; + Mg(a2, b3); } return null; } function r2(a2, b3, c3, d3) { var e3 = null !== b3 ? b3.key : null; - if ("string" === typeof c3 && "" !== c3 || "number" === typeof c3) - return null !== e3 ? null : h2(a2, b3, "" + c3, d3); + if ("string" === typeof c3 && "" !== c3 || "number" === typeof c3) return null !== e3 ? null : h2(a2, b3, "" + c3, d3); if ("object" === typeof c3 && null !== c3) { switch (c3.$$typeof) { case va: @@ -3548,15 +2947,13 @@ function vh(a) { d3 ); } - if (eb(c3) || Ka(c3)) - return null !== e3 ? null : m2(a2, b3, c3, d3, null); - th(a2, c3); + if (eb(c3) || Ka(c3)) return null !== e3 ? null : m2(a2, b3, c3, d3, null); + Mg(a2, c3); } return null; } function y2(a2, b3, c3, d3, e3) { - if ("string" === typeof d3 && "" !== d3 || "number" === typeof d3) - return a2 = a2.get(c3) || null, h2(b3, a2, "" + d3, e3); + if ("string" === typeof d3 && "" !== d3 || "number" === typeof d3) return a2 = a2.get(c3) || null, h2(b3, a2, "" + d3, e3); if ("object" === typeof d3 && null !== d3) { switch (d3.$$typeof) { case va: @@ -3567,9 +2964,8 @@ function vh(a) { var f3 = d3._init; return y2(a2, b3, c3, f3(d3._payload), e3); } - if (eb(d3) || Ka(d3)) - return a2 = a2.get(c3) || null, m2(b3, a2, d3, e3, null); - th(b3, d3); + if (eb(d3) || Ka(d3)) return a2 = a2.get(c3) || null, m2(b3, a2, d3, e3, null); + Mg(b3, d3); } return null; } @@ -3587,16 +2983,13 @@ function vh(a) { m3 = n3; u2 = x2; } - if (w2 === h3.length) - return c2(e3, u2), I$1 && tg(e3, w2), l3; + if (w2 === h3.length) return c2(e3, u2), I$1 && tg(e3, w2), l3; if (null === u2) { - for (; w2 < h3.length; w2++) - u2 = q2(e3, h3[w2], k3), null !== u2 && (g3 = f2(u2, g3, w2), null === m3 ? l3 = u2 : m3.sibling = u2, m3 = u2); + for (; w2 < h3.length; w2++) u2 = q2(e3, h3[w2], k3), null !== u2 && (g3 = f2(u2, g3, w2), null === m3 ? l3 = u2 : m3.sibling = u2, m3 = u2); I$1 && tg(e3, w2); return l3; } - for (u2 = d2(e3, u2); w2 < h3.length; w2++) - x2 = y2(u2, e3, w2, h3[w2], k3), null !== x2 && (a && null !== x2.alternate && u2.delete(null === x2.key ? w2 : x2.key), g3 = f2(x2, g3, w2), null === m3 ? l3 = x2 : m3.sibling = x2, m3 = x2); + for (u2 = d2(e3, u2); w2 < h3.length; w2++) x2 = y2(u2, e3, w2, h3[w2], k3), null !== x2 && (a && null !== x2.alternate && u2.delete(null === x2.key ? w2 : x2.key), g3 = f2(x2, g3, w2), null === m3 ? l3 = x2 : m3.sibling = x2, m3 = x2); a && u2.forEach(function(a2) { return b2(e3, a2); }); @@ -3605,11 +2998,9 @@ function vh(a) { } function t2(e3, g3, h3, k3) { var l3 = Ka(h3); - if ("function" !== typeof l3) - throw Error(p$2(150)); + if ("function" !== typeof l3) throw Error(p$2(150)); h3 = l3.call(h3); - if (null == h3) - throw Error(p$2(151)); + if (null == h3) throw Error(p$2(151)); for (var u2 = l3 = null, m3 = g3, w2 = g3 = 0, x2 = null, n3 = h3.next(); null !== m3 && !n3.done; w2++, n3 = h3.next()) { m3.index > w2 ? (x2 = m3, m3 = null) : x2 = m3.sibling; var t3 = r2(e3, m3, n3.value, k3); @@ -3623,19 +3014,16 @@ function vh(a) { u2 = t3; m3 = x2; } - if (n3.done) - return c2( - e3, - m3 - ), I$1 && tg(e3, w2), l3; + if (n3.done) return c2( + e3, + m3 + ), I$1 && tg(e3, w2), l3; if (null === m3) { - for (; !n3.done; w2++, n3 = h3.next()) - n3 = q2(e3, n3.value, k3), null !== n3 && (g3 = f2(n3, g3, w2), null === u2 ? l3 = n3 : u2.sibling = n3, u2 = n3); + for (; !n3.done; w2++, n3 = h3.next()) n3 = q2(e3, n3.value, k3), null !== n3 && (g3 = f2(n3, g3, w2), null === u2 ? l3 = n3 : u2.sibling = n3, u2 = n3); I$1 && tg(e3, w2); return l3; } - for (m3 = d2(e3, m3); !n3.done; w2++, n3 = h3.next()) - n3 = y2(m3, e3, w2, n3.value, k3), null !== n3 && (a && null !== n3.alternate && m3.delete(null === n3.key ? w2 : n3.key), g3 = f2(n3, g3, w2), null === u2 ? l3 = n3 : u2.sibling = n3, u2 = n3); + for (m3 = d2(e3, m3); !n3.done; w2++, n3 = h3.next()) n3 = y2(m3, e3, w2, n3.value, k3), null !== n3 && (a && null !== n3.alternate && m3.delete(null === n3.key ? w2 : n3.key), g3 = f2(n3, g3, w2), null === u2 ? l3 = n3 : u2.sibling = n3, u2 = n3); a && m3.forEach(function(a2) { return b2(e3, a2); }); @@ -3659,42 +3047,39 @@ function vh(a) { a2 = d3; break a; } - } else if (l3.elementType === k3 || "object" === typeof k3 && null !== k3 && k3.$$typeof === Ha && uh(k3) === l3.type) { + } else if (l3.elementType === k3 || "object" === typeof k3 && null !== k3 && k3.$$typeof === Ha && Ng(k3) === l3.type) { c2(a2, l3.sibling); d3 = e2(l3, f3.props); - d3.ref = sh(a2, l3, f3); + d3.ref = Lg(a2, l3, f3); d3.return = a2; a2 = d3; break a; } c2(a2, l3); break; - } else - b2(a2, l3); + } else b2(a2, l3); l3 = l3.sibling; } - f3.type === ya ? (d3 = Ah(f3.props.children, a2.mode, h3, f3.key), d3.return = a2, a2 = d3) : (h3 = yh(f3.type, f3.key, f3.props, null, a2.mode, h3), h3.ref = sh(a2, d3, f3), h3.return = a2, a2 = h3); + f3.type === ya ? (d3 = Tg(f3.props.children, a2.mode, h3, f3.key), d3.return = a2, a2 = d3) : (h3 = Rg(f3.type, f3.key, f3.props, null, a2.mode, h3), h3.ref = Lg(a2, d3, f3), h3.return = a2, a2 = h3); } return g2(a2); case wa: a: { for (l3 = f3.key; null !== d3; ) { - if (d3.key === l3) - if (4 === d3.tag && d3.stateNode.containerInfo === f3.containerInfo && d3.stateNode.implementation === f3.implementation) { - c2(a2, d3.sibling); - d3 = e2(d3, f3.children || []); - d3.return = a2; - a2 = d3; - break a; - } else { - c2(a2, d3); - break; - } - else - b2(a2, d3); + if (d3.key === l3) if (4 === d3.tag && d3.stateNode.containerInfo === f3.containerInfo && d3.stateNode.implementation === f3.implementation) { + c2(a2, d3.sibling); + d3 = e2(d3, f3.children || []); + d3.return = a2; + a2 = d3; + break a; + } else { + c2(a2, d3); + break; + } + else b2(a2, d3); d3 = d3.sibling; } - d3 = zh(f3, a2.mode, h3); + d3 = Sg(f3, a2.mode, h3); d3.return = a2; a2 = d3; } @@ -3702,26 +3087,219 @@ function vh(a) { case Ha: return l3 = f3._init, J2(a2, d3, l3(f3._payload), h3); } - if (eb(f3)) - return n2(a2, d3, f3, h3); - if (Ka(f3)) - return t2(a2, d3, f3, h3); - th(a2, f3); + if (eb(f3)) return n2(a2, d3, f3, h3); + if (Ka(f3)) return t2(a2, d3, f3, h3); + Mg(a2, f3); } - return "string" === typeof f3 && "" !== f3 || "number" === typeof f3 ? (f3 = "" + f3, null !== d3 && 6 === d3.tag ? (c2(a2, d3.sibling), d3 = e2(d3, f3), d3.return = a2, a2 = d3) : (c2(a2, d3), d3 = xh(f3, a2.mode, h3), d3.return = a2, a2 = d3), g2(a2)) : c2(a2, d3); + return "string" === typeof f3 && "" !== f3 || "number" === typeof f3 ? (f3 = "" + f3, null !== d3 && 6 === d3.tag ? (c2(a2, d3.sibling), d3 = e2(d3, f3), d3.return = a2, a2 = d3) : (c2(a2, d3), d3 = Qg(f3, a2.mode, h3), d3.return = a2, a2 = d3), g2(a2)) : c2(a2, d3); } return J2; } -var Bh = vh(true), Ch = vh(false), Dh = {}, Eh = Uf(Dh), Fh = Uf(Dh), Gh = Uf(Dh); -function Hh(a) { - if (a === Dh) - throw Error(p$2(174)); +var Ug = Og(true), Vg = Og(false), Wg = Uf(null), Xg = null, Yg = null, Zg = null; +function $g() { + Zg = Yg = Xg = null; +} +function ah(a) { + var b2 = Wg.current; + E$1(Wg); + a._currentValue = b2; +} +function bh(a, b2, c2) { + for (; null !== a; ) { + var d2 = a.alternate; + (a.childLanes & b2) !== b2 ? (a.childLanes |= b2, null !== d2 && (d2.childLanes |= b2)) : null !== d2 && (d2.childLanes & b2) !== b2 && (d2.childLanes |= b2); + if (a === c2) break; + a = a.return; + } +} +function ch(a, b2) { + Xg = a; + Zg = Yg = null; + a = a.dependencies; + null !== a && null !== a.firstContext && (0 !== (a.lanes & b2) && (dh = true), a.firstContext = null); +} +function eh(a) { + var b2 = a._currentValue; + if (Zg !== a) if (a = { context: a, memoizedValue: b2, next: null }, null === Yg) { + if (null === Xg) throw Error(p$2(308)); + Yg = a; + Xg.dependencies = { lanes: 0, firstContext: a }; + } else Yg = Yg.next = a; + return b2; +} +var fh = null; +function gh(a) { + null === fh ? fh = [a] : fh.push(a); +} +function hh(a, b2, c2, d2) { + var e2 = b2.interleaved; + null === e2 ? (c2.next = c2, gh(b2)) : (c2.next = e2.next, e2.next = c2); + b2.interleaved = c2; + return ih(a, d2); +} +function ih(a, b2) { + a.lanes |= b2; + var c2 = a.alternate; + null !== c2 && (c2.lanes |= b2); + c2 = a; + for (a = a.return; null !== a; ) a.childLanes |= b2, c2 = a.alternate, null !== c2 && (c2.childLanes |= b2), c2 = a, a = a.return; + return 3 === c2.tag ? c2.stateNode : null; +} +var jh = false; +function kh(a) { + a.updateQueue = { baseState: a.memoizedState, firstBaseUpdate: null, lastBaseUpdate: null, shared: { pending: null, interleaved: null, lanes: 0 }, effects: null }; +} +function lh(a, b2) { + a = a.updateQueue; + b2.updateQueue === a && (b2.updateQueue = { baseState: a.baseState, firstBaseUpdate: a.firstBaseUpdate, lastBaseUpdate: a.lastBaseUpdate, shared: a.shared, effects: a.effects }); +} +function mh(a, b2) { + return { eventTime: a, lane: b2, tag: 0, payload: null, callback: null, next: null }; +} +function nh(a, b2, c2) { + var d2 = a.updateQueue; + if (null === d2) return null; + d2 = d2.shared; + if (0 !== (K$1 & 2)) { + var e2 = d2.pending; + null === e2 ? b2.next = b2 : (b2.next = e2.next, e2.next = b2); + d2.pending = b2; + return ih(a, c2); + } + e2 = d2.interleaved; + null === e2 ? (b2.next = b2, gh(d2)) : (b2.next = e2.next, e2.next = b2); + d2.interleaved = b2; + return ih(a, c2); +} +function oh(a, b2, c2) { + b2 = b2.updateQueue; + if (null !== b2 && (b2 = b2.shared, 0 !== (c2 & 4194240))) { + var d2 = b2.lanes; + d2 &= a.pendingLanes; + c2 |= d2; + b2.lanes = c2; + Cc(a, c2); + } +} +function ph(a, b2) { + var c2 = a.updateQueue, d2 = a.alternate; + if (null !== d2 && (d2 = d2.updateQueue, c2 === d2)) { + var e2 = null, f2 = null; + c2 = c2.firstBaseUpdate; + if (null !== c2) { + do { + var g2 = { eventTime: c2.eventTime, lane: c2.lane, tag: c2.tag, payload: c2.payload, callback: c2.callback, next: null }; + null === f2 ? e2 = f2 = g2 : f2 = f2.next = g2; + c2 = c2.next; + } while (null !== c2); + null === f2 ? e2 = f2 = b2 : f2 = f2.next = b2; + } else e2 = f2 = b2; + c2 = { baseState: d2.baseState, firstBaseUpdate: e2, lastBaseUpdate: f2, shared: d2.shared, effects: d2.effects }; + a.updateQueue = c2; + return; + } + a = c2.lastBaseUpdate; + null === a ? c2.firstBaseUpdate = b2 : a.next = b2; + c2.lastBaseUpdate = b2; +} +function qh(a, b2, c2, d2) { + var e2 = a.updateQueue; + jh = false; + var f2 = e2.firstBaseUpdate, g2 = e2.lastBaseUpdate, h2 = e2.shared.pending; + if (null !== h2) { + e2.shared.pending = null; + var k2 = h2, l2 = k2.next; + k2.next = null; + null === g2 ? f2 = l2 : g2.next = l2; + g2 = k2; + var m2 = a.alternate; + null !== m2 && (m2 = m2.updateQueue, h2 = m2.lastBaseUpdate, h2 !== g2 && (null === h2 ? m2.firstBaseUpdate = l2 : h2.next = l2, m2.lastBaseUpdate = k2)); + } + if (null !== f2) { + var q2 = e2.baseState; + g2 = 0; + m2 = l2 = k2 = null; + h2 = f2; + do { + var r2 = h2.lane, y2 = h2.eventTime; + if ((d2 & r2) === r2) { + null !== m2 && (m2 = m2.next = { + eventTime: y2, + lane: 0, + tag: h2.tag, + payload: h2.payload, + callback: h2.callback, + next: null + }); + a: { + var n2 = a, t2 = h2; + r2 = b2; + y2 = c2; + switch (t2.tag) { + case 1: + n2 = t2.payload; + if ("function" === typeof n2) { + q2 = n2.call(y2, q2, r2); + break a; + } + q2 = n2; + break a; + case 3: + n2.flags = n2.flags & -65537 | 128; + case 0: + n2 = t2.payload; + r2 = "function" === typeof n2 ? n2.call(y2, q2, r2) : n2; + if (null === r2 || void 0 === r2) break a; + q2 = A$1({}, q2, r2); + break a; + case 2: + jh = true; + } + } + null !== h2.callback && 0 !== h2.lane && (a.flags |= 64, r2 = e2.effects, null === r2 ? e2.effects = [h2] : r2.push(h2)); + } else y2 = { eventTime: y2, lane: r2, tag: h2.tag, payload: h2.payload, callback: h2.callback, next: null }, null === m2 ? (l2 = m2 = y2, k2 = q2) : m2 = m2.next = y2, g2 |= r2; + h2 = h2.next; + if (null === h2) if (h2 = e2.shared.pending, null === h2) break; + else r2 = h2, h2 = r2.next, r2.next = null, e2.lastBaseUpdate = r2, e2.shared.pending = null; + } while (1); + null === m2 && (k2 = q2); + e2.baseState = k2; + e2.firstBaseUpdate = l2; + e2.lastBaseUpdate = m2; + b2 = e2.shared.interleaved; + if (null !== b2) { + e2 = b2; + do + g2 |= e2.lane, e2 = e2.next; + while (e2 !== b2); + } else null === f2 && (e2.shared.lanes = 0); + rh |= g2; + a.lanes = g2; + a.memoizedState = q2; + } +} +function sh(a, b2, c2) { + a = b2.effects; + b2.effects = null; + if (null !== a) for (b2 = 0; b2 < a.length; b2++) { + var d2 = a[b2], e2 = d2.callback; + if (null !== e2) { + d2.callback = null; + d2 = c2; + if ("function" !== typeof e2) throw Error(p$2(191, e2)); + e2.call(d2); + } + } +} +var th = {}, uh = Uf(th), vh = Uf(th), wh = Uf(th); +function xh(a) { + if (a === th) throw Error(p$2(174)); return a; } -function Ih(a, b2) { - G$1(Gh, b2); - G$1(Fh, a); - G$1(Eh, Dh); +function yh(a, b2) { + G$1(wh, b2); + G$1(vh, a); + G$1(uh, th); a = b2.nodeType; switch (a) { case 9: @@ -3731,43 +3309,39 @@ function Ih(a, b2) { default: a = 8 === a ? b2.parentNode : b2, b2 = a.namespaceURI || null, a = a.tagName, b2 = lb(b2, a); } - E$1(Eh); - G$1(Eh, b2); + E$1(uh); + G$1(uh, b2); } -function Jh() { - E$1(Eh); - E$1(Fh); - E$1(Gh); +function zh() { + E$1(uh); + E$1(vh); + E$1(wh); } -function Kh(a) { - Hh(Gh.current); - var b2 = Hh(Eh.current); +function Ah(a) { + xh(wh.current); + var b2 = xh(uh.current); var c2 = lb(b2, a.type); - b2 !== c2 && (G$1(Fh, a), G$1(Eh, c2)); + b2 !== c2 && (G$1(vh, a), G$1(uh, c2)); } -function Lh(a) { - Fh.current === a && (E$1(Eh), E$1(Fh)); +function Bh(a) { + vh.current === a && (E$1(uh), E$1(vh)); } -var M$1 = Uf(0); -function Mh(a) { +var L$1 = Uf(0); +function Ch(a) { for (var b2 = a; null !== b2; ) { if (13 === b2.tag) { var c2 = b2.memoizedState; - if (null !== c2 && (c2 = c2.dehydrated, null === c2 || "$?" === c2.data || "$!" === c2.data)) - return b2; + if (null !== c2 && (c2 = c2.dehydrated, null === c2 || "$?" === c2.data || "$!" === c2.data)) return b2; } else if (19 === b2.tag && void 0 !== b2.memoizedProps.revealOrder) { - if (0 !== (b2.flags & 128)) - return b2; + if (0 !== (b2.flags & 128)) return b2; } else if (null !== b2.child) { b2.child.return = b2; b2 = b2.child; continue; } - if (b2 === a) - break; + if (b2 === a) break; for (; null === b2.sibling; ) { - if (null === b2.return || b2.return === a) - return null; + if (null === b2.return || b2.return === a) return null; b2 = b2.return; } b2.sibling.return = b2.return; @@ -3775,92 +3349,82 @@ function Mh(a) { } return null; } -var Nh = []; -function Oh() { - for (var a = 0; a < Nh.length; a++) - Nh[a]._workInProgressVersionPrimary = null; - Nh.length = 0; +var Dh = []; +function Eh() { + for (var a = 0; a < Dh.length; a++) Dh[a]._workInProgressVersionPrimary = null; + Dh.length = 0; } -var Ph = ua.ReactCurrentDispatcher, Qh = ua.ReactCurrentBatchConfig, Rh = 0, N$1 = null, O = null, P$1 = null, Sh = false, Th = false, Uh = 0, Vh = 0; -function Q$1() { +var Fh = ua.ReactCurrentDispatcher, Gh = ua.ReactCurrentBatchConfig, Hh = 0, M$1 = null, N$1 = null, O = null, Ih = false, Jh = false, Kh = 0, Lh = 0; +function P$1() { throw Error(p$2(321)); } -function Wh(a, b2) { - if (null === b2) - return false; - for (var c2 = 0; c2 < b2.length && c2 < a.length; c2++) - if (!He$1(a[c2], b2[c2])) - return false; +function Mh(a, b2) { + if (null === b2) return false; + for (var c2 = 0; c2 < b2.length && c2 < a.length; c2++) if (!He$1(a[c2], b2[c2])) return false; return true; } -function Xh(a, b2, c2, d2, e2, f2) { - Rh = f2; - N$1 = b2; +function Nh(a, b2, c2, d2, e2, f2) { + Hh = f2; + M$1 = b2; b2.memoizedState = null; b2.updateQueue = null; b2.lanes = 0; - Ph.current = null === a || null === a.memoizedState ? Yh : Zh; + Fh.current = null === a || null === a.memoizedState ? Oh : Ph; a = c2(d2, e2); - if (Th) { + if (Jh) { f2 = 0; do { - Th = false; - Uh = 0; - if (25 <= f2) - throw Error(p$2(301)); + Jh = false; + Kh = 0; + if (25 <= f2) throw Error(p$2(301)); f2 += 1; - P$1 = O = null; + O = N$1 = null; b2.updateQueue = null; - Ph.current = $h; + Fh.current = Qh; a = c2(d2, e2); - } while (Th); - } - Ph.current = ai; - b2 = null !== O && null !== O.next; - Rh = 0; - P$1 = O = N$1 = null; - Sh = false; - if (b2) - throw Error(p$2(300)); + } while (Jh); + } + Fh.current = Rh; + b2 = null !== N$1 && null !== N$1.next; + Hh = 0; + O = N$1 = M$1 = null; + Ih = false; + if (b2) throw Error(p$2(300)); return a; } -function bi() { - var a = 0 !== Uh; - Uh = 0; +function Sh() { + var a = 0 !== Kh; + Kh = 0; return a; } -function ci() { +function Th() { var a = { memoizedState: null, baseState: null, baseQueue: null, queue: null, next: null }; - null === P$1 ? N$1.memoizedState = P$1 = a : P$1 = P$1.next = a; - return P$1; + null === O ? M$1.memoizedState = O = a : O = O.next = a; + return O; } -function di() { - if (null === O) { - var a = N$1.alternate; +function Uh() { + if (null === N$1) { + var a = M$1.alternate; a = null !== a ? a.memoizedState : null; - } else - a = O.next; - var b2 = null === P$1 ? N$1.memoizedState : P$1.next; - if (null !== b2) - P$1 = b2, O = a; + } else a = N$1.next; + var b2 = null === O ? M$1.memoizedState : O.next; + if (null !== b2) O = b2, N$1 = a; else { - if (null === a) - throw Error(p$2(310)); - O = a; - a = { memoizedState: O.memoizedState, baseState: O.baseState, baseQueue: O.baseQueue, queue: O.queue, next: null }; - null === P$1 ? N$1.memoizedState = P$1 = a : P$1 = P$1.next = a; + if (null === a) throw Error(p$2(310)); + N$1 = a; + a = { memoizedState: N$1.memoizedState, baseState: N$1.baseState, baseQueue: N$1.baseQueue, queue: N$1.queue, next: null }; + null === O ? M$1.memoizedState = O = a : O = O.next = a; } - return P$1; + return O; } -function ei(a, b2) { +function Vh(a, b2) { return "function" === typeof b2 ? b2(a) : b2; } -function fi(a) { - var b2 = di(), c2 = b2.queue; - if (null === c2) - throw Error(p$2(311)); +function Wh(a) { + var b2 = Uh(), c2 = b2.queue; + if (null === c2) throw Error(p$2(311)); c2.lastRenderedReducer = a; - var d2 = O, e2 = d2.baseQueue, f2 = c2.pending; + var d2 = N$1, e2 = d2.baseQueue, f2 = c2.pending; if (null !== f2) { if (null !== e2) { var g2 = e2.next; @@ -3876,8 +3440,7 @@ function fi(a) { var h2 = g2 = null, k2 = null, l2 = f2; do { var m2 = l2.lane; - if ((Rh & m2) === m2) - null !== k2 && (k2 = k2.next = { lane: 0, action: l2.action, hasEagerState: l2.hasEagerState, eagerState: l2.eagerState, next: null }), d2 = l2.hasEagerState ? l2.eagerState : a(d2, l2.action); + if ((Hh & m2) === m2) null !== k2 && (k2 = k2.next = { lane: 0, action: l2.action, hasEagerState: l2.hasEagerState, eagerState: l2.eagerState, next: null }), d2 = l2.hasEagerState ? l2.eagerState : a(d2, l2.action); else { var q2 = { lane: m2, @@ -3887,13 +3450,13 @@ function fi(a) { next: null }; null === k2 ? (h2 = k2 = q2, g2 = d2) : k2 = k2.next = q2; - N$1.lanes |= m2; - hh |= m2; + M$1.lanes |= m2; + rh |= m2; } l2 = l2.next; } while (null !== l2 && l2 !== f2); null === k2 ? g2 = d2 : k2.next = h2; - He$1(d2, b2.memoizedState) || (Ug = true); + He$1(d2, b2.memoizedState) || (dh = true); b2.memoizedState = d2; b2.baseState = g2; b2.baseQueue = k2; @@ -3903,16 +3466,14 @@ function fi(a) { if (null !== a) { e2 = a; do - f2 = e2.lane, N$1.lanes |= f2, hh |= f2, e2 = e2.next; + f2 = e2.lane, M$1.lanes |= f2, rh |= f2, e2 = e2.next; while (e2 !== a); - } else - null === e2 && (c2.lanes = 0); + } else null === e2 && (c2.lanes = 0); return [b2.memoizedState, c2.dispatch]; } -function gi(a) { - var b2 = di(), c2 = b2.queue; - if (null === c2) - throw Error(p$2(311)); +function Xh(a) { + var b2 = Uh(), c2 = b2.queue; + if (null === c2) throw Error(p$2(311)); c2.lastRenderedReducer = a; var d2 = c2.dispatch, e2 = c2.pending, f2 = b2.memoizedState; if (null !== e2) { @@ -3921,46 +3482,45 @@ function gi(a) { do f2 = a(f2, g2.action), g2 = g2.next; while (g2 !== e2); - He$1(f2, b2.memoizedState) || (Ug = true); + He$1(f2, b2.memoizedState) || (dh = true); b2.memoizedState = f2; null === b2.baseQueue && (b2.baseState = f2); c2.lastRenderedState = f2; } return [f2, d2]; } -function hi() { +function Yh() { } -function ii(a, b2) { - var c2 = N$1, d2 = di(), e2 = b2(), f2 = !He$1(d2.memoizedState, e2); - f2 && (d2.memoizedState = e2, Ug = true); +function Zh(a, b2) { + var c2 = M$1, d2 = Uh(), e2 = b2(), f2 = !He$1(d2.memoizedState, e2); + f2 && (d2.memoizedState = e2, dh = true); d2 = d2.queue; - ji(ki.bind(null, c2, d2, a), [a]); - if (d2.getSnapshot !== b2 || f2 || null !== P$1 && P$1.memoizedState.tag & 1) { + $h(ai.bind(null, c2, d2, a), [a]); + if (d2.getSnapshot !== b2 || f2 || null !== O && O.memoizedState.tag & 1) { c2.flags |= 2048; - li(9, mi.bind(null, c2, d2, e2, b2), void 0, null); - if (null === R) - throw Error(p$2(349)); - 0 !== (Rh & 30) || ni(c2, b2, e2); + bi(9, ci.bind(null, c2, d2, e2, b2), void 0, null); + if (null === Q$1) throw Error(p$2(349)); + 0 !== (Hh & 30) || di(c2, b2, e2); } return e2; } -function ni(a, b2, c2) { +function di(a, b2, c2) { a.flags |= 16384; a = { getSnapshot: b2, value: c2 }; - b2 = N$1.updateQueue; - null === b2 ? (b2 = { lastEffect: null, stores: null }, N$1.updateQueue = b2, b2.stores = [a]) : (c2 = b2.stores, null === c2 ? b2.stores = [a] : c2.push(a)); + b2 = M$1.updateQueue; + null === b2 ? (b2 = { lastEffect: null, stores: null }, M$1.updateQueue = b2, b2.stores = [a]) : (c2 = b2.stores, null === c2 ? b2.stores = [a] : c2.push(a)); } -function mi(a, b2, c2, d2) { +function ci(a, b2, c2, d2) { b2.value = c2; b2.getSnapshot = d2; - oi(b2) && pi(a); + ei(b2) && fi(a); } -function ki(a, b2, c2) { +function ai(a, b2, c2) { return c2(function() { - oi(b2) && pi(a); + ei(b2) && fi(a); }); } -function oi(a) { +function ei(a) { var b2 = a.getSnapshot; a = a.value; try { @@ -3970,162 +3530,154 @@ function oi(a) { return true; } } -function pi(a) { - var b2 = Zg(a, 1); - null !== b2 && mh(b2, a, 1, -1); +function fi(a) { + var b2 = ih(a, 1); + null !== b2 && gi(b2, a, 1, -1); } -function qi(a) { - var b2 = ci(); +function hi(a) { + var b2 = Th(); "function" === typeof a && (a = a()); b2.memoizedState = b2.baseState = a; - a = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: ei, lastRenderedState: a }; + a = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: Vh, lastRenderedState: a }; b2.queue = a; - a = a.dispatch = ri.bind(null, N$1, a); + a = a.dispatch = ii.bind(null, M$1, a); return [b2.memoizedState, a]; } -function li(a, b2, c2, d2) { +function bi(a, b2, c2, d2) { a = { tag: a, create: b2, destroy: c2, deps: d2, next: null }; - b2 = N$1.updateQueue; - null === b2 ? (b2 = { lastEffect: null, stores: null }, N$1.updateQueue = b2, b2.lastEffect = a.next = a) : (c2 = b2.lastEffect, null === c2 ? b2.lastEffect = a.next = a : (d2 = c2.next, c2.next = a, a.next = d2, b2.lastEffect = a)); + b2 = M$1.updateQueue; + null === b2 ? (b2 = { lastEffect: null, stores: null }, M$1.updateQueue = b2, b2.lastEffect = a.next = a) : (c2 = b2.lastEffect, null === c2 ? b2.lastEffect = a.next = a : (d2 = c2.next, c2.next = a, a.next = d2, b2.lastEffect = a)); return a; } -function si() { - return di().memoizedState; +function ji() { + return Uh().memoizedState; } -function ti(a, b2, c2, d2) { - var e2 = ci(); - N$1.flags |= a; - e2.memoizedState = li(1 | b2, c2, void 0, void 0 === d2 ? null : d2); +function ki(a, b2, c2, d2) { + var e2 = Th(); + M$1.flags |= a; + e2.memoizedState = bi(1 | b2, c2, void 0, void 0 === d2 ? null : d2); } -function ui(a, b2, c2, d2) { - var e2 = di(); +function li(a, b2, c2, d2) { + var e2 = Uh(); d2 = void 0 === d2 ? null : d2; var f2 = void 0; - if (null !== O) { - var g2 = O.memoizedState; + if (null !== N$1) { + var g2 = N$1.memoizedState; f2 = g2.destroy; - if (null !== d2 && Wh(d2, g2.deps)) { - e2.memoizedState = li(b2, c2, f2, d2); + if (null !== d2 && Mh(d2, g2.deps)) { + e2.memoizedState = bi(b2, c2, f2, d2); return; } } - N$1.flags |= a; - e2.memoizedState = li(1 | b2, c2, f2, d2); + M$1.flags |= a; + e2.memoizedState = bi(1 | b2, c2, f2, d2); } -function vi(a, b2) { - return ti(8390656, 8, a, b2); +function mi(a, b2) { + return ki(8390656, 8, a, b2); } -function ji(a, b2) { - return ui(2048, 8, a, b2); +function $h(a, b2) { + return li(2048, 8, a, b2); } -function wi(a, b2) { - return ui(4, 2, a, b2); +function ni(a, b2) { + return li(4, 2, a, b2); } -function xi(a, b2) { - return ui(4, 4, a, b2); +function oi(a, b2) { + return li(4, 4, a, b2); } -function yi(a, b2) { - if ("function" === typeof b2) - return a = a(), b2(a), function() { - b2(null); - }; - if (null !== b2 && void 0 !== b2) - return a = a(), b2.current = a, function() { - b2.current = null; - }; +function pi(a, b2) { + if ("function" === typeof b2) return a = a(), b2(a), function() { + b2(null); + }; + if (null !== b2 && void 0 !== b2) return a = a(), b2.current = a, function() { + b2.current = null; + }; } -function zi(a, b2, c2) { +function qi(a, b2, c2) { c2 = null !== c2 && void 0 !== c2 ? c2.concat([a]) : null; - return ui(4, 4, yi.bind(null, b2, a), c2); + return li(4, 4, pi.bind(null, b2, a), c2); } -function Ai() { +function ri() { } -function Bi(a, b2) { - var c2 = di(); +function si(a, b2) { + var c2 = Uh(); b2 = void 0 === b2 ? null : b2; var d2 = c2.memoizedState; - if (null !== d2 && null !== b2 && Wh(b2, d2[1])) - return d2[0]; + if (null !== d2 && null !== b2 && Mh(b2, d2[1])) return d2[0]; c2.memoizedState = [a, b2]; return a; } -function Ci(a, b2) { - var c2 = di(); +function ti(a, b2) { + var c2 = Uh(); b2 = void 0 === b2 ? null : b2; var d2 = c2.memoizedState; - if (null !== d2 && null !== b2 && Wh(b2, d2[1])) - return d2[0]; + if (null !== d2 && null !== b2 && Mh(b2, d2[1])) return d2[0]; a = a(); c2.memoizedState = [a, b2]; return a; } -function Di(a, b2, c2) { - if (0 === (Rh & 21)) - return a.baseState && (a.baseState = false, Ug = true), a.memoizedState = c2; - He$1(c2, b2) || (c2 = yc(), N$1.lanes |= c2, hh |= c2, a.baseState = true); +function ui(a, b2, c2) { + if (0 === (Hh & 21)) return a.baseState && (a.baseState = false, dh = true), a.memoizedState = c2; + He$1(c2, b2) || (c2 = yc(), M$1.lanes |= c2, rh |= c2, a.baseState = true); return b2; } -function Ei(a, b2) { +function vi(a, b2) { var c2 = C$1; C$1 = 0 !== c2 && 4 > c2 ? c2 : 4; a(true); - var d2 = Qh.transition; - Qh.transition = {}; + var d2 = Gh.transition; + Gh.transition = {}; try { a(false), b2(); } finally { - C$1 = c2, Qh.transition = d2; + C$1 = c2, Gh.transition = d2; } } -function Fi() { - return di().memoizedState; +function wi() { + return Uh().memoizedState; } -function Gi(a, b2, c2) { - var d2 = lh(a); +function xi(a, b2, c2) { + var d2 = yi(a); c2 = { lane: d2, action: c2, hasEagerState: false, eagerState: null, next: null }; - if (Hi(a)) - Ii(b2, c2); - else if (c2 = Yg(a, b2, c2, d2), null !== c2) { - var e2 = L$1(); - mh(c2, a, d2, e2); - Ji(c2, b2, d2); - } -} -function ri(a, b2, c2) { - var d2 = lh(a), e2 = { lane: d2, action: c2, hasEagerState: false, eagerState: null, next: null }; - if (Hi(a)) - Ii(b2, e2); + if (zi(a)) Ai(b2, c2); + else if (c2 = hh(a, b2, c2, d2), null !== c2) { + var e2 = R(); + gi(c2, a, d2, e2); + Bi(c2, b2, d2); + } +} +function ii(a, b2, c2) { + var d2 = yi(a), e2 = { lane: d2, action: c2, hasEagerState: false, eagerState: null, next: null }; + if (zi(a)) Ai(b2, e2); else { var f2 = a.alternate; - if (0 === a.lanes && (null === f2 || 0 === f2.lanes) && (f2 = b2.lastRenderedReducer, null !== f2)) - try { - var g2 = b2.lastRenderedState, h2 = f2(g2, c2); - e2.hasEagerState = true; - e2.eagerState = h2; - if (He$1(h2, g2)) { - var k2 = b2.interleaved; - null === k2 ? (e2.next = e2, Xg(b2)) : (e2.next = k2.next, k2.next = e2); - b2.interleaved = e2; - return; - } - } catch (l2) { - } finally { + if (0 === a.lanes && (null === f2 || 0 === f2.lanes) && (f2 = b2.lastRenderedReducer, null !== f2)) try { + var g2 = b2.lastRenderedState, h2 = f2(g2, c2); + e2.hasEagerState = true; + e2.eagerState = h2; + if (He$1(h2, g2)) { + var k2 = b2.interleaved; + null === k2 ? (e2.next = e2, gh(b2)) : (e2.next = k2.next, k2.next = e2); + b2.interleaved = e2; + return; } - c2 = Yg(a, b2, e2, d2); - null !== c2 && (e2 = L$1(), mh(c2, a, d2, e2), Ji(c2, b2, d2)); + } catch (l2) { + } finally { + } + c2 = hh(a, b2, e2, d2); + null !== c2 && (e2 = R(), gi(c2, a, d2, e2), Bi(c2, b2, d2)); } } -function Hi(a) { +function zi(a) { var b2 = a.alternate; - return a === N$1 || null !== b2 && b2 === N$1; + return a === M$1 || null !== b2 && b2 === M$1; } -function Ii(a, b2) { - Th = Sh = true; +function Ai(a, b2) { + Jh = Ih = true; var c2 = a.pending; null === c2 ? b2.next = b2 : (b2.next = c2.next, c2.next = b2); a.pending = b2; } -function Ji(a, b2, c2) { +function Bi(a, b2, c2) { if (0 !== (c2 & 4194240)) { var d2 = b2.lanes; d2 &= a.pendingLanes; @@ -4134,121 +3686,195 @@ function Ji(a, b2, c2) { Cc(a, c2); } } -var ai = { readContext: Vg, useCallback: Q$1, useContext: Q$1, useEffect: Q$1, useImperativeHandle: Q$1, useInsertionEffect: Q$1, useLayoutEffect: Q$1, useMemo: Q$1, useReducer: Q$1, useRef: Q$1, useState: Q$1, useDebugValue: Q$1, useDeferredValue: Q$1, useTransition: Q$1, useMutableSource: Q$1, useSyncExternalStore: Q$1, useId: Q$1, unstable_isNewReconciler: false }, Yh = { readContext: Vg, useCallback: function(a, b2) { - ci().memoizedState = [a, void 0 === b2 ? null : b2]; +var Rh = { readContext: eh, useCallback: P$1, useContext: P$1, useEffect: P$1, useImperativeHandle: P$1, useInsertionEffect: P$1, useLayoutEffect: P$1, useMemo: P$1, useReducer: P$1, useRef: P$1, useState: P$1, useDebugValue: P$1, useDeferredValue: P$1, useTransition: P$1, useMutableSource: P$1, useSyncExternalStore: P$1, useId: P$1, unstable_isNewReconciler: false }, Oh = { readContext: eh, useCallback: function(a, b2) { + Th().memoizedState = [a, void 0 === b2 ? null : b2]; return a; -}, useContext: Vg, useEffect: vi, useImperativeHandle: function(a, b2, c2) { +}, useContext: eh, useEffect: mi, useImperativeHandle: function(a, b2, c2) { c2 = null !== c2 && void 0 !== c2 ? c2.concat([a]) : null; - return ti( + return ki( 4194308, 4, - yi.bind(null, b2, a), + pi.bind(null, b2, a), c2 ); }, useLayoutEffect: function(a, b2) { - return ti(4194308, 4, a, b2); + return ki(4194308, 4, a, b2); }, useInsertionEffect: function(a, b2) { - return ti(4, 2, a, b2); + return ki(4, 2, a, b2); }, useMemo: function(a, b2) { - var c2 = ci(); + var c2 = Th(); b2 = void 0 === b2 ? null : b2; a = a(); c2.memoizedState = [a, b2]; return a; }, useReducer: function(a, b2, c2) { - var d2 = ci(); + var d2 = Th(); b2 = void 0 !== c2 ? c2(b2) : b2; d2.memoizedState = d2.baseState = b2; a = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: a, lastRenderedState: b2 }; d2.queue = a; - a = a.dispatch = Gi.bind(null, N$1, a); + a = a.dispatch = xi.bind(null, M$1, a); return [d2.memoizedState, a]; }, useRef: function(a) { - var b2 = ci(); + var b2 = Th(); a = { current: a }; return b2.memoizedState = a; -}, useState: qi, useDebugValue: Ai, useDeferredValue: function(a) { - return ci().memoizedState = a; +}, useState: hi, useDebugValue: ri, useDeferredValue: function(a) { + return Th().memoizedState = a; }, useTransition: function() { - var a = qi(false), b2 = a[0]; - a = Ei.bind(null, a[1]); - ci().memoizedState = a; + var a = hi(false), b2 = a[0]; + a = vi.bind(null, a[1]); + Th().memoizedState = a; return [b2, a]; }, useMutableSource: function() { }, useSyncExternalStore: function(a, b2, c2) { - var d2 = N$1, e2 = ci(); + var d2 = M$1, e2 = Th(); if (I$1) { - if (void 0 === c2) - throw Error(p$2(407)); + if (void 0 === c2) throw Error(p$2(407)); c2 = c2(); } else { c2 = b2(); - if (null === R) - throw Error(p$2(349)); - 0 !== (Rh & 30) || ni(d2, b2, c2); + if (null === Q$1) throw Error(p$2(349)); + 0 !== (Hh & 30) || di(d2, b2, c2); } e2.memoizedState = c2; var f2 = { value: c2, getSnapshot: b2 }; e2.queue = f2; - vi(ki.bind( + mi(ai.bind( null, d2, f2, a ), [a]); d2.flags |= 2048; - li(9, mi.bind(null, d2, f2, c2, b2), void 0, null); + bi(9, ci.bind(null, d2, f2, c2, b2), void 0, null); return c2; }, useId: function() { - var a = ci(), b2 = R.identifierPrefix; + var a = Th(), b2 = Q$1.identifierPrefix; if (I$1) { var c2 = sg; var d2 = rg; c2 = (d2 & ~(1 << 32 - oc(d2) - 1)).toString(32) + c2; b2 = ":" + b2 + "R" + c2; - c2 = Uh++; + c2 = Kh++; 0 < c2 && (b2 += "H" + c2.toString(32)); b2 += ":"; - } else - c2 = Vh++, b2 = ":" + b2 + "r" + c2.toString(32) + ":"; + } else c2 = Lh++, b2 = ":" + b2 + "r" + c2.toString(32) + ":"; return a.memoizedState = b2; -}, unstable_isNewReconciler: false }, Zh = { - readContext: Vg, - useCallback: Bi, - useContext: Vg, - useEffect: ji, - useImperativeHandle: zi, - useInsertionEffect: wi, - useLayoutEffect: xi, - useMemo: Ci, - useReducer: fi, - useRef: si, +}, unstable_isNewReconciler: false }, Ph = { + readContext: eh, + useCallback: si, + useContext: eh, + useEffect: $h, + useImperativeHandle: qi, + useInsertionEffect: ni, + useLayoutEffect: oi, + useMemo: ti, + useReducer: Wh, + useRef: ji, useState: function() { - return fi(ei); + return Wh(Vh); }, - useDebugValue: Ai, + useDebugValue: ri, useDeferredValue: function(a) { - var b2 = di(); - return Di(b2, O.memoizedState, a); + var b2 = Uh(); + return ui(b2, N$1.memoizedState, a); }, useTransition: function() { - var a = fi(ei)[0], b2 = di().memoizedState; + var a = Wh(Vh)[0], b2 = Uh().memoizedState; return [a, b2]; }, - useMutableSource: hi, - useSyncExternalStore: ii, - useId: Fi, + useMutableSource: Yh, + useSyncExternalStore: Zh, + useId: wi, unstable_isNewReconciler: false -}, $h = { readContext: Vg, useCallback: Bi, useContext: Vg, useEffect: ji, useImperativeHandle: zi, useInsertionEffect: wi, useLayoutEffect: xi, useMemo: Ci, useReducer: gi, useRef: si, useState: function() { - return gi(ei); -}, useDebugValue: Ai, useDeferredValue: function(a) { - var b2 = di(); - return null === O ? b2.memoizedState = a : Di(b2, O.memoizedState, a); +}, Qh = { readContext: eh, useCallback: si, useContext: eh, useEffect: $h, useImperativeHandle: qi, useInsertionEffect: ni, useLayoutEffect: oi, useMemo: ti, useReducer: Xh, useRef: ji, useState: function() { + return Xh(Vh); +}, useDebugValue: ri, useDeferredValue: function(a) { + var b2 = Uh(); + return null === N$1 ? b2.memoizedState = a : ui(b2, N$1.memoizedState, a); }, useTransition: function() { - var a = gi(ei)[0], b2 = di().memoizedState; + var a = Xh(Vh)[0], b2 = Uh().memoizedState; return [a, b2]; -}, useMutableSource: hi, useSyncExternalStore: ii, useId: Fi, unstable_isNewReconciler: false }; -function Ki(a, b2) { +}, useMutableSource: Yh, useSyncExternalStore: Zh, useId: wi, unstable_isNewReconciler: false }; +function Ci(a, b2) { + if (a && a.defaultProps) { + b2 = A$1({}, b2); + a = a.defaultProps; + for (var c2 in a) void 0 === b2[c2] && (b2[c2] = a[c2]); + return b2; + } + return b2; +} +function Di(a, b2, c2, d2) { + b2 = a.memoizedState; + c2 = c2(d2, b2); + c2 = null === c2 || void 0 === c2 ? b2 : A$1({}, b2, c2); + a.memoizedState = c2; + 0 === a.lanes && (a.updateQueue.baseState = c2); +} +var Ei = { isMounted: function(a) { + return (a = a._reactInternals) ? Vb(a) === a : false; +}, enqueueSetState: function(a, b2, c2) { + a = a._reactInternals; + var d2 = R(), e2 = yi(a), f2 = mh(d2, e2); + f2.payload = b2; + void 0 !== c2 && null !== c2 && (f2.callback = c2); + b2 = nh(a, f2, e2); + null !== b2 && (gi(b2, a, e2, d2), oh(b2, a, e2)); +}, enqueueReplaceState: function(a, b2, c2) { + a = a._reactInternals; + var d2 = R(), e2 = yi(a), f2 = mh(d2, e2); + f2.tag = 1; + f2.payload = b2; + void 0 !== c2 && null !== c2 && (f2.callback = c2); + b2 = nh(a, f2, e2); + null !== b2 && (gi(b2, a, e2, d2), oh(b2, a, e2)); +}, enqueueForceUpdate: function(a, b2) { + a = a._reactInternals; + var c2 = R(), d2 = yi(a), e2 = mh(c2, d2); + e2.tag = 2; + void 0 !== b2 && null !== b2 && (e2.callback = b2); + b2 = nh(a, e2, d2); + null !== b2 && (gi(b2, a, d2, c2), oh(b2, a, d2)); +} }; +function Fi(a, b2, c2, d2, e2, f2, g2) { + a = a.stateNode; + return "function" === typeof a.shouldComponentUpdate ? a.shouldComponentUpdate(d2, f2, g2) : b2.prototype && b2.prototype.isPureReactComponent ? !Ie(c2, d2) || !Ie(e2, f2) : true; +} +function Gi(a, b2, c2) { + var d2 = false, e2 = Vf; + var f2 = b2.contextType; + "object" === typeof f2 && null !== f2 ? f2 = eh(f2) : (e2 = Zf(b2) ? Xf : H$1.current, d2 = b2.contextTypes, f2 = (d2 = null !== d2 && void 0 !== d2) ? Yf(a, e2) : Vf); + b2 = new b2(c2, f2); + a.memoizedState = null !== b2.state && void 0 !== b2.state ? b2.state : null; + b2.updater = Ei; + a.stateNode = b2; + b2._reactInternals = a; + d2 && (a = a.stateNode, a.__reactInternalMemoizedUnmaskedChildContext = e2, a.__reactInternalMemoizedMaskedChildContext = f2); + return b2; +} +function Hi(a, b2, c2, d2) { + a = b2.state; + "function" === typeof b2.componentWillReceiveProps && b2.componentWillReceiveProps(c2, d2); + "function" === typeof b2.UNSAFE_componentWillReceiveProps && b2.UNSAFE_componentWillReceiveProps(c2, d2); + b2.state !== a && Ei.enqueueReplaceState(b2, b2.state, null); +} +function Ii(a, b2, c2, d2) { + var e2 = a.stateNode; + e2.props = c2; + e2.state = a.memoizedState; + e2.refs = {}; + kh(a); + var f2 = b2.contextType; + "object" === typeof f2 && null !== f2 ? e2.context = eh(f2) : (f2 = Zf(b2) ? Xf : H$1.current, e2.context = Yf(a, f2)); + e2.state = a.memoizedState; + f2 = b2.getDerivedStateFromProps; + "function" === typeof f2 && (Di(a, b2, f2, c2), e2.state = a.memoizedState); + "function" === typeof b2.getDerivedStateFromProps || "function" === typeof e2.getSnapshotBeforeUpdate || "function" !== typeof e2.UNSAFE_componentWillMount && "function" !== typeof e2.componentWillMount || (b2 = e2.state, "function" === typeof e2.componentWillMount && e2.componentWillMount(), "function" === typeof e2.UNSAFE_componentWillMount && e2.UNSAFE_componentWillMount(), b2 !== e2.state && Ei.enqueueReplaceState(e2, e2.state, null), qh(a, c2, e2, d2), e2.state = a.memoizedState); + "function" === typeof e2.componentDidMount && (a.flags |= 4194308); +} +function Ji(a, b2) { try { var c2 = "", d2 = b2; do @@ -4260,10 +3886,10 @@ function Ki(a, b2) { } return { value: a, source: b2, stack: e2, digest: null }; } -function Li(a, b2, c2) { +function Ki(a, b2, c2) { return { value: a, source: null, stack: null != c2 ? c2 : null, digest: null != b2 ? b2 : null }; } -function Mi(a, b2) { +function Li(a, b2) { try { console.error(b2.value); } catch (c2) { @@ -4272,20 +3898,20 @@ function Mi(a, b2) { }); } } -var Ni = "function" === typeof WeakMap ? WeakMap : Map; -function Oi(a, b2, c2) { - c2 = ch(-1, c2); +var Mi = "function" === typeof WeakMap ? WeakMap : Map; +function Ni(a, b2, c2) { + c2 = mh(-1, c2); c2.tag = 3; c2.payload = { element: null }; var d2 = b2.value; c2.callback = function() { - Pi || (Pi = true, Qi = d2); - Mi(a, b2); + Oi || (Oi = true, Pi = d2); + Li(a, b2); }; return c2; } -function Ri(a, b2, c2) { - c2 = ch(-1, c2); +function Qi(a, b2, c2) { + c2 = mh(-1, c2); c2.tag = 3; var d2 = a.type.getDerivedStateFromError; if ("function" === typeof d2) { @@ -4294,69 +3920,63 @@ function Ri(a, b2, c2) { return d2(e2); }; c2.callback = function() { - Mi(a, b2); + Li(a, b2); }; } var f2 = a.stateNode; null !== f2 && "function" === typeof f2.componentDidCatch && (c2.callback = function() { - Mi(a, b2); - "function" !== typeof d2 && (null === Si ? Si = /* @__PURE__ */ new Set([this]) : Si.add(this)); + Li(a, b2); + "function" !== typeof d2 && (null === Ri ? Ri = /* @__PURE__ */ new Set([this]) : Ri.add(this)); var c3 = b2.stack; this.componentDidCatch(b2.value, { componentStack: null !== c3 ? c3 : "" }); }); return c2; } -function Ti(a, b2, c2) { +function Si(a, b2, c2) { var d2 = a.pingCache; if (null === d2) { - d2 = a.pingCache = new Ni(); + d2 = a.pingCache = new Mi(); var e2 = /* @__PURE__ */ new Set(); d2.set(b2, e2); - } else - e2 = d2.get(b2), void 0 === e2 && (e2 = /* @__PURE__ */ new Set(), d2.set(b2, e2)); - e2.has(c2) || (e2.add(c2), a = Ui.bind(null, a, b2, c2), b2.then(a, a)); + } else e2 = d2.get(b2), void 0 === e2 && (e2 = /* @__PURE__ */ new Set(), d2.set(b2, e2)); + e2.has(c2) || (e2.add(c2), a = Ti.bind(null, a, b2, c2), b2.then(a, a)); } -function Vi(a) { +function Ui(a) { do { var b2; - if (b2 = 13 === a.tag) - b2 = a.memoizedState, b2 = null !== b2 ? null !== b2.dehydrated ? true : false : true; - if (b2) - return a; + if (b2 = 13 === a.tag) b2 = a.memoizedState, b2 = null !== b2 ? null !== b2.dehydrated ? true : false : true; + if (b2) return a; a = a.return; } while (null !== a); return null; } -function Wi(a, b2, c2, d2, e2) { - if (0 === (a.mode & 1)) - return a === b2 ? a.flags |= 65536 : (a.flags |= 128, c2.flags |= 131072, c2.flags &= -52805, 1 === c2.tag && (null === c2.alternate ? c2.tag = 17 : (b2 = ch(-1, 1), b2.tag = 2, dh(c2, b2, 1))), c2.lanes |= 1), a; +function Vi(a, b2, c2, d2, e2) { + if (0 === (a.mode & 1)) return a === b2 ? a.flags |= 65536 : (a.flags |= 128, c2.flags |= 131072, c2.flags &= -52805, 1 === c2.tag && (null === c2.alternate ? c2.tag = 17 : (b2 = mh(-1, 1), b2.tag = 2, nh(c2, b2, 1))), c2.lanes |= 1), a; a.flags |= 65536; a.lanes = e2; return a; } -var Xi = ua.ReactCurrentOwner, Ug = false; -function Yi(a, b2, c2, d2) { - b2.child = null === a ? Ch(b2, null, c2, d2) : Bh(b2, a.child, c2, d2); +var Wi = ua.ReactCurrentOwner, dh = false; +function Xi(a, b2, c2, d2) { + b2.child = null === a ? Vg(b2, null, c2, d2) : Ug(b2, a.child, c2, d2); } -function Zi(a, b2, c2, d2, e2) { +function Yi(a, b2, c2, d2, e2) { c2 = c2.render; var f2 = b2.ref; - Tg(b2, e2); - d2 = Xh(a, b2, c2, d2, f2, e2); - c2 = bi(); - if (null !== a && !Ug) - return b2.updateQueue = a.updateQueue, b2.flags &= -2053, a.lanes &= ~e2, $i(a, b2, e2); + ch(b2, e2); + d2 = Nh(a, b2, c2, d2, f2, e2); + c2 = Sh(); + if (null !== a && !dh) return b2.updateQueue = a.updateQueue, b2.flags &= -2053, a.lanes &= ~e2, Zi(a, b2, e2); I$1 && c2 && vg(b2); b2.flags |= 1; - Yi(a, b2, d2, e2); + Xi(a, b2, d2, e2); return b2.child; } -function aj(a, b2, c2, d2, e2) { +function $i(a, b2, c2, d2, e2) { if (null === a) { var f2 = c2.type; - if ("function" === typeof f2 && !bj(f2) && void 0 === f2.defaultProps && null === c2.compare && void 0 === c2.defaultProps) - return b2.tag = 15, b2.type = f2, cj(a, b2, f2, d2, e2); - a = yh(c2.type, null, d2, b2, b2.mode, e2); + if ("function" === typeof f2 && !aj(f2) && void 0 === f2.defaultProps && null === c2.compare && void 0 === c2.defaultProps) return b2.tag = 15, b2.type = f2, bj(a, b2, f2, d2, e2); + a = Rg(c2.type, null, d2, b2, b2.mode, e2); a.ref = b2.ref; a.return = b2; return b2.child = a; @@ -4366,163 +3986,146 @@ function aj(a, b2, c2, d2, e2) { var g2 = f2.memoizedProps; c2 = c2.compare; c2 = null !== c2 ? c2 : Ie; - if (c2(g2, d2) && a.ref === b2.ref) - return $i(a, b2, e2); + if (c2(g2, d2) && a.ref === b2.ref) return Zi(a, b2, e2); } b2.flags |= 1; - a = wh(f2, d2); + a = Pg(f2, d2); a.ref = b2.ref; a.return = b2; return b2.child = a; } -function cj(a, b2, c2, d2, e2) { +function bj(a, b2, c2, d2, e2) { if (null !== a) { var f2 = a.memoizedProps; - if (Ie(f2, d2) && a.ref === b2.ref) - if (Ug = false, b2.pendingProps = d2 = f2, 0 !== (a.lanes & e2)) - 0 !== (a.flags & 131072) && (Ug = true); - else - return b2.lanes = a.lanes, $i(a, b2, e2); + if (Ie(f2, d2) && a.ref === b2.ref) if (dh = false, b2.pendingProps = d2 = f2, 0 !== (a.lanes & e2)) 0 !== (a.flags & 131072) && (dh = true); + else return b2.lanes = a.lanes, Zi(a, b2, e2); } - return dj(a, b2, c2, d2, e2); + return cj(a, b2, c2, d2, e2); } -function ej(a, b2, c2) { +function dj(a, b2, c2) { var d2 = b2.pendingProps, e2 = d2.children, f2 = null !== a ? a.memoizedState : null; - if ("hidden" === d2.mode) - if (0 === (b2.mode & 1)) - b2.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }, G$1(fj, gj), gj |= c2; - else { - if (0 === (c2 & 1073741824)) - return a = null !== f2 ? f2.baseLanes | c2 : c2, b2.lanes = b2.childLanes = 1073741824, b2.memoizedState = { baseLanes: a, cachePool: null, transitions: null }, b2.updateQueue = null, G$1(fj, gj), gj |= a, null; - b2.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }; - d2 = null !== f2 ? f2.baseLanes : c2; - G$1(fj, gj); - gj |= d2; - } - else - null !== f2 ? (d2 = f2.baseLanes | c2, b2.memoizedState = null) : d2 = c2, G$1(fj, gj), gj |= d2; - Yi(a, b2, e2, c2); + if ("hidden" === d2.mode) if (0 === (b2.mode & 1)) b2.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }, G$1(ej, fj), fj |= c2; + else { + if (0 === (c2 & 1073741824)) return a = null !== f2 ? f2.baseLanes | c2 : c2, b2.lanes = b2.childLanes = 1073741824, b2.memoizedState = { baseLanes: a, cachePool: null, transitions: null }, b2.updateQueue = null, G$1(ej, fj), fj |= a, null; + b2.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }; + d2 = null !== f2 ? f2.baseLanes : c2; + G$1(ej, fj); + fj |= d2; + } + else null !== f2 ? (d2 = f2.baseLanes | c2, b2.memoizedState = null) : d2 = c2, G$1(ej, fj), fj |= d2; + Xi(a, b2, e2, c2); return b2.child; } -function hj(a, b2) { +function gj(a, b2) { var c2 = b2.ref; - if (null === a && null !== c2 || null !== a && a.ref !== c2) - b2.flags |= 512, b2.flags |= 2097152; + if (null === a && null !== c2 || null !== a && a.ref !== c2) b2.flags |= 512, b2.flags |= 2097152; } -function dj(a, b2, c2, d2, e2) { +function cj(a, b2, c2, d2, e2) { var f2 = Zf(c2) ? Xf : H$1.current; f2 = Yf(b2, f2); - Tg(b2, e2); - c2 = Xh(a, b2, c2, d2, f2, e2); - d2 = bi(); - if (null !== a && !Ug) - return b2.updateQueue = a.updateQueue, b2.flags &= -2053, a.lanes &= ~e2, $i(a, b2, e2); + ch(b2, e2); + c2 = Nh(a, b2, c2, d2, f2, e2); + d2 = Sh(); + if (null !== a && !dh) return b2.updateQueue = a.updateQueue, b2.flags &= -2053, a.lanes &= ~e2, Zi(a, b2, e2); I$1 && d2 && vg(b2); b2.flags |= 1; - Yi(a, b2, c2, e2); + Xi(a, b2, c2, e2); return b2.child; } -function ij(a, b2, c2, d2, e2) { +function hj(a, b2, c2, d2, e2) { if (Zf(c2)) { var f2 = true; cg(b2); - } else - f2 = false; - Tg(b2, e2); - if (null === b2.stateNode) - jj(a, b2), ph(b2, c2, d2), rh(b2, c2, d2, e2), d2 = true; + } else f2 = false; + ch(b2, e2); + if (null === b2.stateNode) ij(a, b2), Gi(b2, c2, d2), Ii(b2, c2, d2, e2), d2 = true; else if (null === a) { var g2 = b2.stateNode, h2 = b2.memoizedProps; g2.props = h2; var k2 = g2.context, l2 = c2.contextType; - "object" === typeof l2 && null !== l2 ? l2 = Vg(l2) : (l2 = Zf(c2) ? Xf : H$1.current, l2 = Yf(b2, l2)); + "object" === typeof l2 && null !== l2 ? l2 = eh(l2) : (l2 = Zf(c2) ? Xf : H$1.current, l2 = Yf(b2, l2)); var m2 = c2.getDerivedStateFromProps, q2 = "function" === typeof m2 || "function" === typeof g2.getSnapshotBeforeUpdate; - q2 || "function" !== typeof g2.UNSAFE_componentWillReceiveProps && "function" !== typeof g2.componentWillReceiveProps || (h2 !== d2 || k2 !== l2) && qh(b2, g2, d2, l2); - $g = false; + q2 || "function" !== typeof g2.UNSAFE_componentWillReceiveProps && "function" !== typeof g2.componentWillReceiveProps || (h2 !== d2 || k2 !== l2) && Hi(b2, g2, d2, l2); + jh = false; var r2 = b2.memoizedState; g2.state = r2; - gh(b2, d2, g2, e2); + qh(b2, d2, g2, e2); k2 = b2.memoizedState; - h2 !== d2 || r2 !== k2 || Wf.current || $g ? ("function" === typeof m2 && (kh(b2, c2, m2, d2), k2 = b2.memoizedState), (h2 = $g || oh(b2, c2, h2, d2, r2, k2, l2)) ? (q2 || "function" !== typeof g2.UNSAFE_componentWillMount && "function" !== typeof g2.componentWillMount || ("function" === typeof g2.componentWillMount && g2.componentWillMount(), "function" === typeof g2.UNSAFE_componentWillMount && g2.UNSAFE_componentWillMount()), "function" === typeof g2.componentDidMount && (b2.flags |= 4194308)) : ("function" === typeof g2.componentDidMount && (b2.flags |= 4194308), b2.memoizedProps = d2, b2.memoizedState = k2), g2.props = d2, g2.state = k2, g2.context = l2, d2 = h2) : ("function" === typeof g2.componentDidMount && (b2.flags |= 4194308), d2 = false); + h2 !== d2 || r2 !== k2 || Wf.current || jh ? ("function" === typeof m2 && (Di(b2, c2, m2, d2), k2 = b2.memoizedState), (h2 = jh || Fi(b2, c2, h2, d2, r2, k2, l2)) ? (q2 || "function" !== typeof g2.UNSAFE_componentWillMount && "function" !== typeof g2.componentWillMount || ("function" === typeof g2.componentWillMount && g2.componentWillMount(), "function" === typeof g2.UNSAFE_componentWillMount && g2.UNSAFE_componentWillMount()), "function" === typeof g2.componentDidMount && (b2.flags |= 4194308)) : ("function" === typeof g2.componentDidMount && (b2.flags |= 4194308), b2.memoizedProps = d2, b2.memoizedState = k2), g2.props = d2, g2.state = k2, g2.context = l2, d2 = h2) : ("function" === typeof g2.componentDidMount && (b2.flags |= 4194308), d2 = false); } else { g2 = b2.stateNode; - bh(a, b2); + lh(a, b2); h2 = b2.memoizedProps; - l2 = b2.type === b2.elementType ? h2 : Lg(b2.type, h2); + l2 = b2.type === b2.elementType ? h2 : Ci(b2.type, h2); g2.props = l2; q2 = b2.pendingProps; r2 = g2.context; k2 = c2.contextType; - "object" === typeof k2 && null !== k2 ? k2 = Vg(k2) : (k2 = Zf(c2) ? Xf : H$1.current, k2 = Yf(b2, k2)); + "object" === typeof k2 && null !== k2 ? k2 = eh(k2) : (k2 = Zf(c2) ? Xf : H$1.current, k2 = Yf(b2, k2)); var y2 = c2.getDerivedStateFromProps; - (m2 = "function" === typeof y2 || "function" === typeof g2.getSnapshotBeforeUpdate) || "function" !== typeof g2.UNSAFE_componentWillReceiveProps && "function" !== typeof g2.componentWillReceiveProps || (h2 !== q2 || r2 !== k2) && qh(b2, g2, d2, k2); - $g = false; + (m2 = "function" === typeof y2 || "function" === typeof g2.getSnapshotBeforeUpdate) || "function" !== typeof g2.UNSAFE_componentWillReceiveProps && "function" !== typeof g2.componentWillReceiveProps || (h2 !== q2 || r2 !== k2) && Hi(b2, g2, d2, k2); + jh = false; r2 = b2.memoizedState; g2.state = r2; - gh(b2, d2, g2, e2); + qh(b2, d2, g2, e2); var n2 = b2.memoizedState; - h2 !== q2 || r2 !== n2 || Wf.current || $g ? ("function" === typeof y2 && (kh(b2, c2, y2, d2), n2 = b2.memoizedState), (l2 = $g || oh(b2, c2, l2, d2, r2, n2, k2) || false) ? (m2 || "function" !== typeof g2.UNSAFE_componentWillUpdate && "function" !== typeof g2.componentWillUpdate || ("function" === typeof g2.componentWillUpdate && g2.componentWillUpdate(d2, n2, k2), "function" === typeof g2.UNSAFE_componentWillUpdate && g2.UNSAFE_componentWillUpdate(d2, n2, k2)), "function" === typeof g2.componentDidUpdate && (b2.flags |= 4), "function" === typeof g2.getSnapshotBeforeUpdate && (b2.flags |= 1024)) : ("function" !== typeof g2.componentDidUpdate || h2 === a.memoizedProps && r2 === a.memoizedState || (b2.flags |= 4), "function" !== typeof g2.getSnapshotBeforeUpdate || h2 === a.memoizedProps && r2 === a.memoizedState || (b2.flags |= 1024), b2.memoizedProps = d2, b2.memoizedState = n2), g2.props = d2, g2.state = n2, g2.context = k2, d2 = l2) : ("function" !== typeof g2.componentDidUpdate || h2 === a.memoizedProps && r2 === a.memoizedState || (b2.flags |= 4), "function" !== typeof g2.getSnapshotBeforeUpdate || h2 === a.memoizedProps && r2 === a.memoizedState || (b2.flags |= 1024), d2 = false); + h2 !== q2 || r2 !== n2 || Wf.current || jh ? ("function" === typeof y2 && (Di(b2, c2, y2, d2), n2 = b2.memoizedState), (l2 = jh || Fi(b2, c2, l2, d2, r2, n2, k2) || false) ? (m2 || "function" !== typeof g2.UNSAFE_componentWillUpdate && "function" !== typeof g2.componentWillUpdate || ("function" === typeof g2.componentWillUpdate && g2.componentWillUpdate(d2, n2, k2), "function" === typeof g2.UNSAFE_componentWillUpdate && g2.UNSAFE_componentWillUpdate(d2, n2, k2)), "function" === typeof g2.componentDidUpdate && (b2.flags |= 4), "function" === typeof g2.getSnapshotBeforeUpdate && (b2.flags |= 1024)) : ("function" !== typeof g2.componentDidUpdate || h2 === a.memoizedProps && r2 === a.memoizedState || (b2.flags |= 4), "function" !== typeof g2.getSnapshotBeforeUpdate || h2 === a.memoizedProps && r2 === a.memoizedState || (b2.flags |= 1024), b2.memoizedProps = d2, b2.memoizedState = n2), g2.props = d2, g2.state = n2, g2.context = k2, d2 = l2) : ("function" !== typeof g2.componentDidUpdate || h2 === a.memoizedProps && r2 === a.memoizedState || (b2.flags |= 4), "function" !== typeof g2.getSnapshotBeforeUpdate || h2 === a.memoizedProps && r2 === a.memoizedState || (b2.flags |= 1024), d2 = false); } - return kj(a, b2, c2, d2, f2, e2); + return jj(a, b2, c2, d2, f2, e2); } -function kj(a, b2, c2, d2, e2, f2) { - hj(a, b2); +function jj(a, b2, c2, d2, e2, f2) { + gj(a, b2); var g2 = 0 !== (b2.flags & 128); - if (!d2 && !g2) - return e2 && dg(b2, c2, false), $i(a, b2, f2); + if (!d2 && !g2) return e2 && dg(b2, c2, false), Zi(a, b2, f2); d2 = b2.stateNode; - Xi.current = b2; + Wi.current = b2; var h2 = g2 && "function" !== typeof c2.getDerivedStateFromError ? null : d2.render(); b2.flags |= 1; - null !== a && g2 ? (b2.child = Bh(b2, a.child, null, f2), b2.child = Bh(b2, null, h2, f2)) : Yi(a, b2, h2, f2); + null !== a && g2 ? (b2.child = Ug(b2, a.child, null, f2), b2.child = Ug(b2, null, h2, f2)) : Xi(a, b2, h2, f2); b2.memoizedState = d2.state; e2 && dg(b2, c2, true); return b2.child; } -function lj(a) { +function kj(a) { var b2 = a.stateNode; b2.pendingContext ? ag(a, b2.pendingContext, b2.pendingContext !== b2.context) : b2.context && ag(a, b2.context, false); - Ih(a, b2.containerInfo); + yh(a, b2.containerInfo); } -function mj(a, b2, c2, d2, e2) { +function lj(a, b2, c2, d2, e2) { Ig(); Jg(e2); b2.flags |= 256; - Yi(a, b2, c2, d2); + Xi(a, b2, c2, d2); return b2.child; } -var nj = { dehydrated: null, treeContext: null, retryLane: 0 }; -function oj(a) { +var mj = { dehydrated: null, treeContext: null, retryLane: 0 }; +function nj(a) { return { baseLanes: a, cachePool: null, transitions: null }; } -function pj(a, b2, c2) { - var d2 = b2.pendingProps, e2 = M$1.current, f2 = false, g2 = 0 !== (b2.flags & 128), h2; +function oj(a, b2, c2) { + var d2 = b2.pendingProps, e2 = L$1.current, f2 = false, g2 = 0 !== (b2.flags & 128), h2; (h2 = g2) || (h2 = null !== a && null === a.memoizedState ? false : 0 !== (e2 & 2)); - if (h2) - f2 = true, b2.flags &= -129; - else if (null === a || null !== a.memoizedState) - e2 |= 1; - G$1(M$1, e2 & 1); + if (h2) f2 = true, b2.flags &= -129; + else if (null === a || null !== a.memoizedState) e2 |= 1; + G$1(L$1, e2 & 1); if (null === a) { Eg(b2); a = b2.memoizedState; - if (null !== a && (a = a.dehydrated, null !== a)) - return 0 === (b2.mode & 1) ? b2.lanes = 1 : "$!" === a.data ? b2.lanes = 8 : b2.lanes = 1073741824, null; + if (null !== a && (a = a.dehydrated, null !== a)) return 0 === (b2.mode & 1) ? b2.lanes = 1 : "$!" === a.data ? b2.lanes = 8 : b2.lanes = 1073741824, null; g2 = d2.children; a = d2.fallback; - return f2 ? (d2 = b2.mode, f2 = b2.child, g2 = { mode: "hidden", children: g2 }, 0 === (d2 & 1) && null !== f2 ? (f2.childLanes = 0, f2.pendingProps = g2) : f2 = qj(g2, d2, 0, null), a = Ah(a, d2, c2, null), f2.return = b2, a.return = b2, f2.sibling = a, b2.child = f2, b2.child.memoizedState = oj(c2), b2.memoizedState = nj, a) : rj(b2, g2); + return f2 ? (d2 = b2.mode, f2 = b2.child, g2 = { mode: "hidden", children: g2 }, 0 === (d2 & 1) && null !== f2 ? (f2.childLanes = 0, f2.pendingProps = g2) : f2 = pj(g2, d2, 0, null), a = Tg(a, d2, c2, null), f2.return = b2, a.return = b2, f2.sibling = a, b2.child = f2, b2.child.memoizedState = nj(c2), b2.memoizedState = mj, a) : qj(b2, g2); } e2 = a.memoizedState; - if (null !== e2 && (h2 = e2.dehydrated, null !== h2)) - return sj(a, b2, g2, d2, h2, e2, c2); + if (null !== e2 && (h2 = e2.dehydrated, null !== h2)) return rj(a, b2, g2, d2, h2, e2, c2); if (f2) { f2 = d2.fallback; g2 = b2.mode; e2 = a.child; h2 = e2.sibling; var k2 = { mode: "hidden", children: d2.children }; - 0 === (g2 & 1) && b2.child !== e2 ? (d2 = b2.child, d2.childLanes = 0, d2.pendingProps = k2, b2.deletions = null) : (d2 = wh(e2, k2), d2.subtreeFlags = e2.subtreeFlags & 14680064); - null !== h2 ? f2 = wh(h2, f2) : (f2 = Ah(f2, g2, c2, null), f2.flags |= 2); + 0 === (g2 & 1) && b2.child !== e2 ? (d2 = b2.child, d2.childLanes = 0, d2.pendingProps = k2, b2.deletions = null) : (d2 = Pg(e2, k2), d2.subtreeFlags = e2.subtreeFlags & 14680064); + null !== h2 ? f2 = Pg(h2, f2) : (f2 = Tg(f2, g2, c2, null), f2.flags |= 2); f2.return = b2; d2.return = b2; d2.sibling = f2; @@ -4530,15 +4133,15 @@ function pj(a, b2, c2) { d2 = f2; f2 = b2.child; g2 = a.child.memoizedState; - g2 = null === g2 ? oj(c2) : { baseLanes: g2.baseLanes | c2, cachePool: null, transitions: g2.transitions }; + g2 = null === g2 ? nj(c2) : { baseLanes: g2.baseLanes | c2, cachePool: null, transitions: g2.transitions }; f2.memoizedState = g2; f2.childLanes = a.childLanes & ~c2; - b2.memoizedState = nj; + b2.memoizedState = mj; return d2; } f2 = a.child; a = f2.sibling; - d2 = wh(f2, { mode: "visible", children: d2.children }); + d2 = Pg(f2, { mode: "visible", children: d2.children }); 0 === (b2.mode & 1) && (d2.lanes = c2); d2.return = b2; d2.sibling = null; @@ -4547,53 +4150,49 @@ function pj(a, b2, c2) { b2.memoizedState = null; return d2; } -function rj(a, b2) { - b2 = qj({ mode: "visible", children: b2 }, a.mode, 0, null); +function qj(a, b2) { + b2 = pj({ mode: "visible", children: b2 }, a.mode, 0, null); b2.return = a; return a.child = b2; } -function tj(a, b2, c2, d2) { +function sj(a, b2, c2, d2) { null !== d2 && Jg(d2); - Bh(b2, a.child, null, c2); - a = rj(b2, b2.pendingProps.children); + Ug(b2, a.child, null, c2); + a = qj(b2, b2.pendingProps.children); a.flags |= 2; b2.memoizedState = null; return a; } -function sj(a, b2, c2, d2, e2, f2, g2) { +function rj(a, b2, c2, d2, e2, f2, g2) { if (c2) { - if (b2.flags & 256) - return b2.flags &= -257, d2 = Li(Error(p$2(422))), tj(a, b2, g2, d2); - if (null !== b2.memoizedState) - return b2.child = a.child, b2.flags |= 128, null; + if (b2.flags & 256) return b2.flags &= -257, d2 = Ki(Error(p$2(422))), sj(a, b2, g2, d2); + if (null !== b2.memoizedState) return b2.child = a.child, b2.flags |= 128, null; f2 = d2.fallback; e2 = b2.mode; - d2 = qj({ mode: "visible", children: d2.children }, e2, 0, null); - f2 = Ah(f2, e2, g2, null); + d2 = pj({ mode: "visible", children: d2.children }, e2, 0, null); + f2 = Tg(f2, e2, g2, null); f2.flags |= 2; d2.return = b2; f2.return = b2; d2.sibling = f2; b2.child = d2; - 0 !== (b2.mode & 1) && Bh(b2, a.child, null, g2); - b2.child.memoizedState = oj(g2); - b2.memoizedState = nj; + 0 !== (b2.mode & 1) && Ug(b2, a.child, null, g2); + b2.child.memoizedState = nj(g2); + b2.memoizedState = mj; return f2; } - if (0 === (b2.mode & 1)) - return tj(a, b2, g2, null); + if (0 === (b2.mode & 1)) return sj(a, b2, g2, null); if ("$!" === e2.data) { d2 = e2.nextSibling && e2.nextSibling.dataset; - if (d2) - var h2 = d2.dgst; + if (d2) var h2 = d2.dgst; d2 = h2; f2 = Error(p$2(419)); - d2 = Li(f2, d2, void 0); - return tj(a, b2, g2, d2); + d2 = Ki(f2, d2, void 0); + return sj(a, b2, g2, d2); } h2 = 0 !== (g2 & a.childLanes); - if (Ug || h2) { - d2 = R; + if (dh || h2) { + d2 = Q$1; if (null !== d2) { switch (g2 & -g2) { case 4: @@ -4632,203 +4231,181 @@ function sj(a, b2, c2, d2, e2, f2, g2) { e2 = 0; } e2 = 0 !== (e2 & (d2.suspendedLanes | g2)) ? 0 : e2; - 0 !== e2 && e2 !== f2.retryLane && (f2.retryLane = e2, Zg(a, e2), mh(d2, a, e2, -1)); + 0 !== e2 && e2 !== f2.retryLane && (f2.retryLane = e2, ih(a, e2), gi(d2, a, e2, -1)); } - uj(); - d2 = Li(Error(p$2(421))); - return tj(a, b2, g2, d2); + tj(); + d2 = Ki(Error(p$2(421))); + return sj(a, b2, g2, d2); } - if ("$?" === e2.data) - return b2.flags |= 128, b2.child = a.child, b2 = vj.bind(null, a), e2._reactRetry = b2, null; + if ("$?" === e2.data) return b2.flags |= 128, b2.child = a.child, b2 = uj.bind(null, a), e2._reactRetry = b2, null; a = f2.treeContext; yg = Lf(e2.nextSibling); xg = b2; I$1 = true; zg = null; null !== a && (og[pg++] = rg, og[pg++] = sg, og[pg++] = qg, rg = a.id, sg = a.overflow, qg = b2); - b2 = rj(b2, d2.children); + b2 = qj(b2, d2.children); b2.flags |= 4096; return b2; } -function wj(a, b2, c2) { +function vj(a, b2, c2) { a.lanes |= b2; var d2 = a.alternate; null !== d2 && (d2.lanes |= b2); - Sg(a.return, b2, c2); + bh(a.return, b2, c2); } -function xj(a, b2, c2, d2, e2) { +function wj(a, b2, c2, d2, e2) { var f2 = a.memoizedState; null === f2 ? a.memoizedState = { isBackwards: b2, rendering: null, renderingStartTime: 0, last: d2, tail: c2, tailMode: e2 } : (f2.isBackwards = b2, f2.rendering = null, f2.renderingStartTime = 0, f2.last = d2, f2.tail = c2, f2.tailMode = e2); } -function yj(a, b2, c2) { +function xj(a, b2, c2) { var d2 = b2.pendingProps, e2 = d2.revealOrder, f2 = d2.tail; - Yi(a, b2, d2.children, c2); - d2 = M$1.current; - if (0 !== (d2 & 2)) - d2 = d2 & 1 | 2, b2.flags |= 128; + Xi(a, b2, d2.children, c2); + d2 = L$1.current; + if (0 !== (d2 & 2)) d2 = d2 & 1 | 2, b2.flags |= 128; else { - if (null !== a && 0 !== (a.flags & 128)) - a: - for (a = b2.child; null !== a; ) { - if (13 === a.tag) - null !== a.memoizedState && wj(a, c2, b2); - else if (19 === a.tag) - wj(a, c2, b2); - else if (null !== a.child) { - a.child.return = a; - a = a.child; - continue; - } - if (a === b2) - break a; - for (; null === a.sibling; ) { - if (null === a.return || a.return === b2) - break a; - a = a.return; - } - a.sibling.return = a.return; - a = a.sibling; - } + if (null !== a && 0 !== (a.flags & 128)) a: for (a = b2.child; null !== a; ) { + if (13 === a.tag) null !== a.memoizedState && vj(a, c2, b2); + else if (19 === a.tag) vj(a, c2, b2); + else if (null !== a.child) { + a.child.return = a; + a = a.child; + continue; + } + if (a === b2) break a; + for (; null === a.sibling; ) { + if (null === a.return || a.return === b2) break a; + a = a.return; + } + a.sibling.return = a.return; + a = a.sibling; + } d2 &= 1; } - G$1(M$1, d2); - if (0 === (b2.mode & 1)) - b2.memoizedState = null; - else - switch (e2) { - case "forwards": - c2 = b2.child; - for (e2 = null; null !== c2; ) - a = c2.alternate, null !== a && null === Mh(a) && (e2 = c2), c2 = c2.sibling; - c2 = e2; - null === c2 ? (e2 = b2.child, b2.child = null) : (e2 = c2.sibling, c2.sibling = null); - xj(b2, false, e2, c2, f2); - break; - case "backwards": - c2 = null; - e2 = b2.child; - for (b2.child = null; null !== e2; ) { - a = e2.alternate; - if (null !== a && null === Mh(a)) { - b2.child = e2; - break; - } - a = e2.sibling; - e2.sibling = c2; - c2 = e2; - e2 = a; + G$1(L$1, d2); + if (0 === (b2.mode & 1)) b2.memoizedState = null; + else switch (e2) { + case "forwards": + c2 = b2.child; + for (e2 = null; null !== c2; ) a = c2.alternate, null !== a && null === Ch(a) && (e2 = c2), c2 = c2.sibling; + c2 = e2; + null === c2 ? (e2 = b2.child, b2.child = null) : (e2 = c2.sibling, c2.sibling = null); + wj(b2, false, e2, c2, f2); + break; + case "backwards": + c2 = null; + e2 = b2.child; + for (b2.child = null; null !== e2; ) { + a = e2.alternate; + if (null !== a && null === Ch(a)) { + b2.child = e2; + break; } - xj(b2, true, c2, null, f2); - break; - case "together": - xj(b2, false, null, null, void 0); - break; - default: - b2.memoizedState = null; - } + a = e2.sibling; + e2.sibling = c2; + c2 = e2; + e2 = a; + } + wj(b2, true, c2, null, f2); + break; + case "together": + wj(b2, false, null, null, void 0); + break; + default: + b2.memoizedState = null; + } return b2.child; } -function jj(a, b2) { +function ij(a, b2) { 0 === (b2.mode & 1) && null !== a && (a.alternate = null, b2.alternate = null, b2.flags |= 2); } -function $i(a, b2, c2) { +function Zi(a, b2, c2) { null !== a && (b2.dependencies = a.dependencies); - hh |= b2.lanes; - if (0 === (c2 & b2.childLanes)) - return null; - if (null !== a && b2.child !== a.child) - throw Error(p$2(153)); + rh |= b2.lanes; + if (0 === (c2 & b2.childLanes)) return null; + if (null !== a && b2.child !== a.child) throw Error(p$2(153)); if (null !== b2.child) { a = b2.child; - c2 = wh(a, a.pendingProps); + c2 = Pg(a, a.pendingProps); b2.child = c2; - for (c2.return = b2; null !== a.sibling; ) - a = a.sibling, c2 = c2.sibling = wh(a, a.pendingProps), c2.return = b2; + for (c2.return = b2; null !== a.sibling; ) a = a.sibling, c2 = c2.sibling = Pg(a, a.pendingProps), c2.return = b2; c2.sibling = null; } return b2.child; } -function zj(a, b2, c2) { +function yj(a, b2, c2) { switch (b2.tag) { case 3: - lj(b2); + kj(b2); Ig(); break; case 5: - Kh(b2); + Ah(b2); break; case 1: Zf(b2.type) && cg(b2); break; case 4: - Ih(b2, b2.stateNode.containerInfo); + yh(b2, b2.stateNode.containerInfo); break; case 10: var d2 = b2.type._context, e2 = b2.memoizedProps.value; - G$1(Mg, d2._currentValue); + G$1(Wg, d2._currentValue); d2._currentValue = e2; break; case 13: d2 = b2.memoizedState; if (null !== d2) { - if (null !== d2.dehydrated) - return G$1(M$1, M$1.current & 1), b2.flags |= 128, null; - if (0 !== (c2 & b2.child.childLanes)) - return pj(a, b2, c2); - G$1(M$1, M$1.current & 1); - a = $i(a, b2, c2); + if (null !== d2.dehydrated) return G$1(L$1, L$1.current & 1), b2.flags |= 128, null; + if (0 !== (c2 & b2.child.childLanes)) return oj(a, b2, c2); + G$1(L$1, L$1.current & 1); + a = Zi(a, b2, c2); return null !== a ? a.sibling : null; } - G$1(M$1, M$1.current & 1); + G$1(L$1, L$1.current & 1); break; case 19: d2 = 0 !== (c2 & b2.childLanes); if (0 !== (a.flags & 128)) { - if (d2) - return yj(a, b2, c2); + if (d2) return xj(a, b2, c2); b2.flags |= 128; } e2 = b2.memoizedState; null !== e2 && (e2.rendering = null, e2.tail = null, e2.lastEffect = null); - G$1(M$1, M$1.current); - if (d2) - break; - else - return null; + G$1(L$1, L$1.current); + if (d2) break; + else return null; case 22: case 23: - return b2.lanes = 0, ej(a, b2, c2); + return b2.lanes = 0, dj(a, b2, c2); } - return $i(a, b2, c2); + return Zi(a, b2, c2); } -var Aj, Bj, Cj, Dj; -Aj = function(a, b2) { +var zj, Aj, Bj, Cj; +zj = function(a, b2) { for (var c2 = b2.child; null !== c2; ) { - if (5 === c2.tag || 6 === c2.tag) - a.appendChild(c2.stateNode); + if (5 === c2.tag || 6 === c2.tag) a.appendChild(c2.stateNode); else if (4 !== c2.tag && null !== c2.child) { c2.child.return = c2; c2 = c2.child; continue; } - if (c2 === b2) - break; + if (c2 === b2) break; for (; null === c2.sibling; ) { - if (null === c2.return || c2.return === b2) - return; + if (null === c2.return || c2.return === b2) return; c2 = c2.return; } c2.sibling.return = c2.return; c2 = c2.sibling; } }; -Bj = function() { +Aj = function() { }; -Cj = function(a, b2, c2, d2) { +Bj = function(a, b2, c2, d2) { var e2 = a.memoizedProps; if (e2 !== d2) { a = b2.stateNode; - Hh(Eh.current); + xh(uh.current); var f2 = null; switch (c2) { case "input": @@ -4852,70 +4429,52 @@ Cj = function(a, b2, c2, d2) { ub(c2, d2); var g2; c2 = null; - for (l2 in e2) - if (!d2.hasOwnProperty(l2) && e2.hasOwnProperty(l2) && null != e2[l2]) - if ("style" === l2) { - var h2 = e2[l2]; - for (g2 in h2) - h2.hasOwnProperty(g2) && (c2 || (c2 = {}), c2[g2] = ""); - } else - "dangerouslySetInnerHTML" !== l2 && "children" !== l2 && "suppressContentEditableWarning" !== l2 && "suppressHydrationWarning" !== l2 && "autoFocus" !== l2 && (ea.hasOwnProperty(l2) ? f2 || (f2 = []) : (f2 = f2 || []).push(l2, null)); + for (l2 in e2) if (!d2.hasOwnProperty(l2) && e2.hasOwnProperty(l2) && null != e2[l2]) if ("style" === l2) { + var h2 = e2[l2]; + for (g2 in h2) h2.hasOwnProperty(g2) && (c2 || (c2 = {}), c2[g2] = ""); + } else "dangerouslySetInnerHTML" !== l2 && "children" !== l2 && "suppressContentEditableWarning" !== l2 && "suppressHydrationWarning" !== l2 && "autoFocus" !== l2 && (ea.hasOwnProperty(l2) ? f2 || (f2 = []) : (f2 = f2 || []).push(l2, null)); for (l2 in d2) { var k2 = d2[l2]; h2 = null != e2 ? e2[l2] : void 0; - if (d2.hasOwnProperty(l2) && k2 !== h2 && (null != k2 || null != h2)) - if ("style" === l2) - if (h2) { - for (g2 in h2) - !h2.hasOwnProperty(g2) || k2 && k2.hasOwnProperty(g2) || (c2 || (c2 = {}), c2[g2] = ""); - for (g2 in k2) - k2.hasOwnProperty(g2) && h2[g2] !== k2[g2] && (c2 || (c2 = {}), c2[g2] = k2[g2]); - } else - c2 || (f2 || (f2 = []), f2.push( - l2, - c2 - )), c2 = k2; - else - "dangerouslySetInnerHTML" === l2 ? (k2 = k2 ? k2.__html : void 0, h2 = h2 ? h2.__html : void 0, null != k2 && h2 !== k2 && (f2 = f2 || []).push(l2, k2)) : "children" === l2 ? "string" !== typeof k2 && "number" !== typeof k2 || (f2 = f2 || []).push(l2, "" + k2) : "suppressContentEditableWarning" !== l2 && "suppressHydrationWarning" !== l2 && (ea.hasOwnProperty(l2) ? (null != k2 && "onScroll" === l2 && D$1("scroll", a), f2 || h2 === k2 || (f2 = [])) : (f2 = f2 || []).push(l2, k2)); + if (d2.hasOwnProperty(l2) && k2 !== h2 && (null != k2 || null != h2)) if ("style" === l2) if (h2) { + for (g2 in h2) !h2.hasOwnProperty(g2) || k2 && k2.hasOwnProperty(g2) || (c2 || (c2 = {}), c2[g2] = ""); + for (g2 in k2) k2.hasOwnProperty(g2) && h2[g2] !== k2[g2] && (c2 || (c2 = {}), c2[g2] = k2[g2]); + } else c2 || (f2 || (f2 = []), f2.push( + l2, + c2 + )), c2 = k2; + else "dangerouslySetInnerHTML" === l2 ? (k2 = k2 ? k2.__html : void 0, h2 = h2 ? h2.__html : void 0, null != k2 && h2 !== k2 && (f2 = f2 || []).push(l2, k2)) : "children" === l2 ? "string" !== typeof k2 && "number" !== typeof k2 || (f2 = f2 || []).push(l2, "" + k2) : "suppressContentEditableWarning" !== l2 && "suppressHydrationWarning" !== l2 && (ea.hasOwnProperty(l2) ? (null != k2 && "onScroll" === l2 && D$1("scroll", a), f2 || h2 === k2 || (f2 = [])) : (f2 = f2 || []).push(l2, k2)); } c2 && (f2 = f2 || []).push("style", c2); var l2 = f2; - if (b2.updateQueue = l2) - b2.flags |= 4; + if (b2.updateQueue = l2) b2.flags |= 4; } }; -Dj = function(a, b2, c2, d2) { +Cj = function(a, b2, c2, d2) { c2 !== d2 && (b2.flags |= 4); }; -function Ej(a, b2) { - if (!I$1) - switch (a.tailMode) { - case "hidden": - b2 = a.tail; - for (var c2 = null; null !== b2; ) - null !== b2.alternate && (c2 = b2), b2 = b2.sibling; - null === c2 ? a.tail = null : c2.sibling = null; - break; - case "collapsed": - c2 = a.tail; - for (var d2 = null; null !== c2; ) - null !== c2.alternate && (d2 = c2), c2 = c2.sibling; - null === d2 ? b2 || null === a.tail ? a.tail = null : a.tail.sibling = null : d2.sibling = null; - } +function Dj(a, b2) { + if (!I$1) switch (a.tailMode) { + case "hidden": + b2 = a.tail; + for (var c2 = null; null !== b2; ) null !== b2.alternate && (c2 = b2), b2 = b2.sibling; + null === c2 ? a.tail = null : c2.sibling = null; + break; + case "collapsed": + c2 = a.tail; + for (var d2 = null; null !== c2; ) null !== c2.alternate && (d2 = c2), c2 = c2.sibling; + null === d2 ? b2 || null === a.tail ? a.tail = null : a.tail.sibling = null : d2.sibling = null; + } } function S$1(a) { var b2 = null !== a.alternate && a.alternate.child === a.child, c2 = 0, d2 = 0; - if (b2) - for (var e2 = a.child; null !== e2; ) - c2 |= e2.lanes | e2.childLanes, d2 |= e2.subtreeFlags & 14680064, d2 |= e2.flags & 14680064, e2.return = a, e2 = e2.sibling; - else - for (e2 = a.child; null !== e2; ) - c2 |= e2.lanes | e2.childLanes, d2 |= e2.subtreeFlags, d2 |= e2.flags, e2.return = a, e2 = e2.sibling; + if (b2) for (var e2 = a.child; null !== e2; ) c2 |= e2.lanes | e2.childLanes, d2 |= e2.subtreeFlags & 14680064, d2 |= e2.flags & 14680064, e2.return = a, e2 = e2.sibling; + else for (e2 = a.child; null !== e2; ) c2 |= e2.lanes | e2.childLanes, d2 |= e2.subtreeFlags, d2 |= e2.flags, e2.return = a, e2 = e2.sibling; a.subtreeFlags |= d2; a.childLanes = c2; return b2; } -function Fj(a, b2, c2) { +function Ej(a, b2, c2) { var d2 = b2.pendingProps; wg(b2); switch (b2.tag) { @@ -4934,30 +4493,27 @@ function Fj(a, b2, c2) { return Zf(b2.type) && $f(), S$1(b2), null; case 3: d2 = b2.stateNode; - Jh(); + zh(); E$1(Wf); E$1(H$1); - Oh(); + Eh(); d2.pendingContext && (d2.context = d2.pendingContext, d2.pendingContext = null); - if (null === a || null === a.child) - Gg(b2) ? b2.flags |= 4 : null === a || a.memoizedState.isDehydrated && 0 === (b2.flags & 256) || (b2.flags |= 1024, null !== zg && (Gj(zg), zg = null)); - Bj(a, b2); + if (null === a || null === a.child) Gg(b2) ? b2.flags |= 4 : null === a || a.memoizedState.isDehydrated && 0 === (b2.flags & 256) || (b2.flags |= 1024, null !== zg && (Fj(zg), zg = null)); + Aj(a, b2); S$1(b2); return null; case 5: - Lh(b2); - var e2 = Hh(Gh.current); + Bh(b2); + var e2 = xh(wh.current); c2 = b2.type; - if (null !== a && null != b2.stateNode) - Cj(a, b2, c2, d2, e2), a.ref !== b2.ref && (b2.flags |= 512, b2.flags |= 2097152); + if (null !== a && null != b2.stateNode) Bj(a, b2, c2, d2, e2), a.ref !== b2.ref && (b2.flags |= 512, b2.flags |= 2097152); else { if (!d2) { - if (null === b2.stateNode) - throw Error(p$2(166)); + if (null === b2.stateNode) throw Error(p$2(166)); S$1(b2); return null; } - a = Hh(Eh.current); + a = xh(uh.current); if (Gg(b2)) { d2 = b2.stateNode; c2 = b2.type; @@ -4977,8 +4533,7 @@ function Fj(a, b2, c2) { break; case "video": case "audio": - for (e2 = 0; e2 < lf.length; e2++) - D$1(lf[e2], d2); + for (e2 = 0; e2 < lf.length; e2++) D$1(lf[e2], d2); break; case "source": D$1("error", d2); @@ -5008,15 +4563,14 @@ function Fj(a, b2, c2) { } ub(c2, f2); e2 = null; - for (var g2 in f2) - if (f2.hasOwnProperty(g2)) { - var h2 = f2[g2]; - "children" === g2 ? "string" === typeof h2 ? d2.textContent !== h2 && (true !== f2.suppressHydrationWarning && Af(d2.textContent, h2, a), e2 = ["children", h2]) : "number" === typeof h2 && d2.textContent !== "" + h2 && (true !== f2.suppressHydrationWarning && Af( - d2.textContent, - h2, - a - ), e2 = ["children", "" + h2]) : ea.hasOwnProperty(g2) && null != h2 && "onScroll" === g2 && D$1("scroll", d2); - } + for (var g2 in f2) if (f2.hasOwnProperty(g2)) { + var h2 = f2[g2]; + "children" === g2 ? "string" === typeof h2 ? d2.textContent !== h2 && (true !== f2.suppressHydrationWarning && Af(d2.textContent, h2, a), e2 = ["children", h2]) : "number" === typeof h2 && d2.textContent !== "" + h2 && (true !== f2.suppressHydrationWarning && Af( + d2.textContent, + h2, + a + ), e2 = ["children", "" + h2]) : ea.hasOwnProperty(g2) && null != h2 && "onScroll" === g2 && D$1("scroll", d2); + } switch (c2) { case "input": Va(d2); @@ -5041,7 +4595,7 @@ function Fj(a, b2, c2) { "http://www.w3.org/1999/xhtml" === a ? "script" === c2 ? (a = g2.createElement("div"), a.innerHTML = "\n\n\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getDavPath } from '../utils/fileUtils.ts'\n\n/**\n * @param {object} fileInfo a FileInfo object\n * @param {string} mime the file mime type\n * @param {object} component the component to render\n */\nexport default function(fileInfo, mime, component) {\n\tconst data = {\n\t\tmime,\n\t\tmodal: component,\n\t\tfailed: false,\n\t\tloaded: false,\n\t\tdavPath: getDavPath(fileInfo),\n\t\tsource: fileInfo.source ?? getDavPath(fileInfo),\n\t}\n\n\treturn Object.assign({}, fileInfo, data)\n}\n","/**\n * @copyright Copyright (c) 2020 Azul \n *\n * @author Azul \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\n/**\n * @param {Node} node The file to open\n * @param {any} view any The files view\n * @param {string} dir the directory path\n */\nexport default function(node, view, dir) {\n\t// replace potential leading double slashes\n\tconst path = `${node.dirname}/${node.basename}`.replace(/^\\/\\//, '/')\n\tconst oldRoute = [\n\t\twindow.OCP.Files.Router.name,\n\t\t{ ...window.OCP.Files.Router.params },\n\t\t{ ...window.OCP.Files.Router.query },\n\t\ttrue,\n\t]\n\tconst onClose = () => {\n\t\t// This can sometime be called with the openfile set to true already. But we don't want to keep openfile when closing the viewer.\n\t\tdelete oldRoute[2].openfile\n\t\twindow.OCP.Files.Router.goToRoute(...oldRoute)\n\t}\n\tpushToHistory(node, view, dir)\n\tOCA.Viewer.open({ path, onPrev: pushToHistory, onNext: pushToHistory, onClose })\n}\n\n/**\n * @param {Node} node The file to open\n * @param {any} view any The files view\n * @param {string} dir the directory path\n */\nfunction pushToHistory(node, view, dir) {\n\twindow.OCP.Files.Router.goToRoute(\n\t\tnull,\n\t\t{ view: view.id, fileid: node.fileid },\n\t\t{ dir, openfile: true },\n\t\ttrue,\n\t)\n}\n","/**\n * @copyright Copyright (c) 2020 Azul \n *\n * @author Azul \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { encodePath } from '@nextcloud/paths'\n\n/**\n * @param {string} name the file name\n * @param {object} context the file context\n */\nexport default function(name, context) {\n\t// replace potential leading double slashes\n\tconst path = `${context.dir}/${name}`.replace(/^\\/\\//, '/')\n\tconst oldQuery = location.search.replace(/^\\?/, '')\n\tconst onClose = () => OC.Util.History.pushState(oldQuery)\n\tif (!context.fileInfoModel && context.fileList) {\n\t\tcontext.fileInfoModel = context.fileList.getModelForFile(name)\n\t}\n\tif (context.fileInfoModel) {\n\t\tpushToHistory({ fileid: context.fileInfoModel.get('id') })\n\t}\n\tOCA.Viewer.open({ path, onPrev: pushToHistory, onNext: pushToHistory, onClose })\n}\n\n/**\n * @param {object} root destructuring object\n * @param {number} root.fileid the opened file ID\n */\nfunction pushToHistory({ fileid }) {\n\tconst params = OC.Util.History.parseUrlQuery()\n\tconst dir = params.dir\n\tdelete params.dir\n\tdelete params.fileid\n\tparams.openfile = fileid\n\tconst query = 'dir=' + encodePath(dir) + '&' + OC.buildQueryString(params)\n\tOC.Util.History.pushState(query)\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { createClient } from 'webdav'\nimport { getRootPath, getToken, isPublic } from '../utils/davUtils'\nimport { getRequestToken } from '@nextcloud/auth'\n\n// Use a method for the headers, to always get the current request token\nconst getHeaders = () => {\n\treturn {\n\t\t// Add this so the server knows it is an request from the browser\n\t\t'X-Requested-With': 'XMLHttpRequest',\n\t\t// Add the request token to the request\n\t\trequesttoken: getRequestToken() || '',\n\t}\n}\n\nexport const getClient = () => {\n\tconst client = createClient(getRootPath(), isPublic()\n\t\t? { username: getToken(), password: '', headers: getHeaders() }\n\t\t: { headers: getHeaders() },\n\t)\n\n\treturn client\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { getClient } from './WebdavClient'\nimport { genFileInfo, type FileInfo } from '../utils/fileUtils'\nimport { createClient, type FileStat, type ResponseDataDetailed } from 'webdav'\nimport { getRequestToken } from '@nextcloud/auth'\nimport { getDavNameSpaces, getDavProperties } from '@nextcloud/files'\n\nconst statData = `\n\t\n\t\t\n\t\t\t\n\t\t\t${getDavProperties()}\n\t\t\n\t`\n\n/**\n * Retrieve the files list\n * @param path\n * @param options\n */\nexport default async function(path: string, options = {}): Promise {\n\tconst response = await getClient().stat(path, Object.assign({\n\t\tdata: statData,\n\t\tdetails: true,\n\t}, options)) as ResponseDataDetailed\n\treturn genFileInfo(response.data)\n}\n\n/**\n * Retrieve the files list\n * @param origin\n * @param path\n * @param options\n */\nexport async function rawStat(origin: string, path: string, options = {}) {\n\tconst response = await createClient(origin, { headers: { requesttoken: getRequestToken() || '' } }).stat(path, {\n\t\t...options,\n\t\tdata: statData,\n\t\tdetails: true,\n\t}) as ResponseDataDetailed\n\n\treturn response.data\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { getDavNameSpaces, getDavProperties } from '@nextcloud/files'\nimport { getClient } from './WebdavClient'\nimport { genFileInfo, type FileInfo } from '../utils/fileUtils'\nimport type { FileStat, ResponseDataDetailed } from 'webdav'\n\n/**\n * Retrieve the files list\n * @param path\n * @param options\n */\nexport default async function(path: string, options = {}): Promise {\n\t// getDirectoryContents doesn't accept / for root\n\tconst fixedPath = path === '/' ? '' : path\n\n\tconst response = await getClient().getDirectoryContents(fixedPath, Object.assign({\n\t\tdata: `\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t${getDavProperties()}\n\t\t\t\t\n\t\t\t`,\n\t\tdetails: true,\n\t}, options)) as ResponseDataDetailed\n\n\treturn response.data.map(genFileInfo)\n}\n","function debounce(function_, wait = 100, options = {}) {\n\tif (typeof function_ !== 'function') {\n\t\tthrow new TypeError(`Expected the first parameter to be a function, got \\`${typeof function_}\\`.`);\n\t}\n\n\tif (wait < 0) {\n\t\tthrow new RangeError('`wait` must not be negative.');\n\t}\n\n\t// TODO: Deprecate the boolean parameter at some point.\n\tconst {immediate} = typeof options === 'boolean' ? {immediate: options} : options;\n\n\tlet storedContext;\n\tlet storedArguments;\n\tlet timeoutId;\n\tlet timestamp;\n\tlet result;\n\n\tfunction run() {\n\t\tconst callContext = storedContext;\n\t\tconst callArguments = storedArguments;\n\t\tstoredContext = undefined;\n\t\tstoredArguments = undefined;\n\t\tresult = function_.apply(callContext, callArguments);\n\t\treturn result;\n\t}\n\n\tfunction later() {\n\t\tconst last = Date.now() - timestamp;\n\n\t\tif (last < wait && last >= 0) {\n\t\t\ttimeoutId = setTimeout(later, wait - last);\n\t\t} else {\n\t\t\ttimeoutId = undefined;\n\n\t\t\tif (!immediate) {\n\t\t\t\tresult = run();\n\t\t\t}\n\t\t}\n\t}\n\n\tconst debounced = function (...arguments_) {\n\t\tif (storedContext && this !== storedContext) {\n\t\t\tthrow new Error('Debounced method called with different contexts.');\n\t\t}\n\n\t\tstoredContext = this; // eslint-disable-line unicorn/no-this-assignment\n\t\tstoredArguments = arguments_;\n\t\ttimestamp = Date.now();\n\n\t\tconst callNow = immediate && !timeoutId;\n\n\t\tif (!timeoutId) {\n\t\t\ttimeoutId = setTimeout(later, wait);\n\t\t}\n\n\t\tif (callNow) {\n\t\t\tresult = run();\n\t\t}\n\n\t\treturn result;\n\t};\n\n\tdebounced.clear = () => {\n\t\tif (!timeoutId) {\n\t\t\treturn;\n\t\t}\n\n\t\tclearTimeout(timeoutId);\n\t\ttimeoutId = undefined;\n\t};\n\n\tdebounced.flush = () => {\n\t\tif (!timeoutId) {\n\t\t\treturn;\n\t\t}\n\n\t\tdebounced.trigger();\n\t};\n\n\tdebounced.trigger = () => {\n\t\tresult = run();\n\n\t\tdebounced.clear();\n\t};\n\n\treturn debounced;\n}\n\n// Adds compatibility for ES modules\nmodule.exports.debounce = debounce;\n\nmodule.exports = debounce;\n","/**\n * @copyright Copyright (c) 2023 Louis Chmn \n *\n * @author Louis Chmn \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport { generateUrl } from '@nextcloud/router'\nimport { getToken, isPublic } from './davUtils'\nimport type { BasicFileInfo } from './models'\nimport { encodePath } from '@nextcloud/paths'\n\n/**\n * @param root0\n * @param root0.fileid\n * @param root0.filename\n * @param root0.previewUrl\n * @param root0.hasPreview\n * @param root0.davPath\n * @param root0.etag\n * @return the preview url if the file have an existing preview or the absolute dav remote path if none.\n */\nexport function getPreviewIfAny({ fileid, filename, previewUrl, hasPreview, davPath, etag }: BasicFileInfo): string {\n\tif (previewUrl) {\n\t\treturn previewUrl\n\t}\n\n\tconst searchParams = `fileId=${fileid}`\n\t\t+ `&x=${Math.floor(screen.width * devicePixelRatio)}`\n\t\t+ `&y=${Math.floor(screen.height * devicePixelRatio)}`\n\t\t+ '&a=true'\n\t\t+ (etag !== null ? `&etag=${etag.replace(/"/g, '')}` : '')\n\n\tif (hasPreview) {\n\t\t// TODO: find a nicer standard way of doing this?\n\t\tif (isPublic()) {\n\t\t\treturn generateUrl(`/apps/files_sharing/publicpreview/${getToken()}?file=${encodePath(filename)}&${searchParams}`)\n\t\t}\n\t\treturn generateUrl(`/core/preview?${searchParams}`)\n\t}\n\treturn davPath\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getPreviewIfAny } from '../utils/previewUtils.ts'\nimport { getDavPath } from '../utils/fileUtils.ts'\n\nexport default {\n\tcomputed: {\n\t\t/**\n\t\t * Link to the preview path if the file have a preview\n\t\t *\n\t\t * @return {string}\n\t\t */\n\t\tpreviewPath() {\n\t\t\treturn this.getPreviewIfAny({\n\t\t\t\tfileid: this.fileid,\n\t\t\t\tfilename: this.filename,\n\t\t\t\tpreviewUrl: this.previewUrl,\n\t\t\t\thasPreview: this.hasPreview,\n\t\t\t\tdavPath: this.davPath,\n\t\t\t\tetag: this.$attrs.etag,\n\t\t\t})\n\t\t},\n\n\t\t/**\n\t\t * Absolute dav remote path of the file\n\t\t *\n\t\t * @return {string}\n\t\t */\n\t\tdavPath() {\n\t\t\treturn getDavPath({\n\t\t\t\tfilename: this.filename,\n\t\t\t\tbasename: this.basename,\n\t\t\t})\n\t\t},\n\t},\n\tmethods: {\n\t\t/**\n\t\t * Return the preview url if the file have an existing\n\t\t * preview or the absolute dav remote path if none.\n\t\t *\n\t\t * @param {object} data destructuring object\n\t\t * @param {string} data.fileid the file id\n\t\t * @param {string} [data.previewUrl] URL of the file preview\n\t\t * @param {boolean} data.hasPreview have the file an existing preview ?\n\t\t * @param {string} data.davPath the absolute dav path\n\t\t * @param {string} data.filename the file name\n\t\t * @param {string|null} data.etag the etag of the file\n\t\t * @return {string} the absolute url\n\t\t */\n\t\tgetPreviewIfAny(data) {\n\t\t\treturn getPreviewIfAny(data)\n\t\t},\n\t},\n}\n","'use strict';\n\nvar isWindows = process.platform === 'win32';\n\n// Regex to split a windows path into into [dir, root, basename, name, ext]\nvar splitWindowsRe =\n /^(((?:[a-zA-Z]:|[\\\\\\/]{2}[^\\\\\\/]+[\\\\\\/]+[^\\\\\\/]+)?[\\\\\\/]?)(?:[^\\\\\\/]*[\\\\\\/])*)((\\.{1,2}|[^\\\\\\/]+?|)(\\.[^.\\/\\\\]*|))[\\\\\\/]*$/;\n\nvar win32 = {};\n\nfunction win32SplitPath(filename) {\n return splitWindowsRe.exec(filename).slice(1);\n}\n\nwin32.parse = function(pathString) {\n if (typeof pathString !== 'string') {\n throw new TypeError(\n \"Parameter 'pathString' must be a string, not \" + typeof pathString\n );\n }\n var allParts = win32SplitPath(pathString);\n if (!allParts || allParts.length !== 5) {\n throw new TypeError(\"Invalid path '\" + pathString + \"'\");\n }\n return {\n root: allParts[1],\n dir: allParts[0] === allParts[1] ? allParts[0] : allParts[0].slice(0, -1),\n base: allParts[2],\n ext: allParts[4],\n name: allParts[3]\n };\n};\n\n\n\n// Split a filename into [dir, root, basename, name, ext], unix version\n// 'root' is just a slash, or nothing.\nvar splitPathRe =\n /^((\\/?)(?:[^\\/]*\\/)*)((\\.{1,2}|[^\\/]+?|)(\\.[^.\\/]*|))[\\/]*$/;\nvar posix = {};\n\n\nfunction posixSplitPath(filename) {\n return splitPathRe.exec(filename).slice(1);\n}\n\n\nposix.parse = function(pathString) {\n if (typeof pathString !== 'string') {\n throw new TypeError(\n \"Parameter 'pathString' must be a string, not \" + typeof pathString\n );\n }\n var allParts = posixSplitPath(pathString);\n if (!allParts || allParts.length !== 5) {\n throw new TypeError(\"Invalid path '\" + pathString + \"'\");\n }\n \n return {\n root: allParts[1],\n dir: allParts[0].slice(0, -1),\n base: allParts[2],\n ext: allParts[4],\n name: allParts[3],\n };\n};\n\n\nif (isWindows)\n module.exports = win32.parse;\nelse /* posix */\n module.exports = posix.parse;\n\nmodule.exports.posix = posix.parse;\nmodule.exports.win32 = win32.parse;\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport debounce from 'debounce'\nimport PreviewUrl from '../mixins/PreviewUrl.js'\nimport parsePath from 'path-parse'\n\nexport default {\n\tinheritAttrs: false,\n\tmixins: [PreviewUrl],\n\tprops: {\n\t\t// Is the current component shown\n\t\tactive: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t// file name\n\t\tbasename: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\t// file path relative to user folder\n\t\tfilename: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\t// file source to fetch contents from\n\t\tsource: {\n\t\t\ttype: String,\n\t\t\tdefault: undefined,\n\t\t},\n\t\t// URL the file preview\n\t\tpreviewUrl: {\n\t\t\ttype: String,\n\t\t\tdefault: undefined,\n\t\t},\n\t\t// should the standard core preview be used?\n\t\thasPreview: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t// unique file id\n\t\tfileid: {\n\t\t\ttype: [Number, String],\n\t\t\trequired: false,\n\t\t},\n\t\t// list of all the visible files\n\t\tfileList: {\n\t\t\ttype: Array,\n\t\t\tdefault: () => [],\n\t\t},\n\t\t// file mime (aliased if specified in the model)\n\t\tmime: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t},\n\t\t// can the user swipe\n\t\tcanSwipe: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\t// is the content loaded?\n\t\t// synced with parent\n\t\tloaded: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t// is the sidebar currently opened ?\n\t\tisSidebarShown: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t// are we in fullscreen mode ?\n\t\tisFullScreen: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\t// The file id of the peer live photo file\n\t\tmetadataFilesLivePhoto: {\n\t\t\ttype: Number,\n\t\t\tdefault: undefined,\n\t\t},\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\theight: null,\n\t\t\twidth: null,\n\t\t\tnaturalHeight: null,\n\t\t\tnaturalWidth: null,\n\t\t\tisLoaded: false,\n\t\t}\n\t},\n\n\tcomputed: {\n\t\tname() {\n\t\t\treturn parsePath(this.basename).name\n\t\t},\n\t\text() {\n\t\t\treturn parsePath(this.basename).ext\n\t\t},\n\t\tsrc() {\n\t\t\treturn this.source ?? this.davPath\n\t\t},\n\t},\n\n\twatch: {\n\t\tactive(val, old) {\n\t\t\t// the item was hidden before and is now the current view\n\t\t\tif (val === true && old === false) {\n\t\t\t\t// just in case the file was preloaded, let's warn the viewer\n\t\t\t\tif (this.isLoaded) {\n\t\t\t\t\tthis.doneLoading()\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t// update image size on sidebar toggle\n\t\tisSidebarShown() {\n\t\t\t// wait for transition to complete (100ms)\n\t\t\tsetTimeout(this.updateHeightWidth, 200)\n\t\t},\n\t},\n\n\tmounted() {\n\t\t// detect error and let the viewer know\n\t\tthis.$el.addEventListener('error', e => {\n\t\t\tconsole.error('Error loading', this.filename, e)\n\t\t\tthis.$emit('error', e)\n\t\t})\n\n\t\t// update image size on window resize\n\t\twindow.addEventListener('resize', debounce(() => {\n\t\t\tthis.updateHeightWidth()\n\t\t}, 100))\n\t},\n\n\tmethods: {\n\n\t\t/**\n\t\t * This is used to make the viewer know this file is complete or ready\n\t\t * ! you NEED to use it to make the viewer aware of the current loading state\n\t\t */\n\t\tdoneLoading() {\n\t\t\t// send the current state\n\t\t\tthis.$emit('update:loaded', true)\n\t\t\t// save the current state\n\t\t\tthis.isLoaded = true\n\t\t},\n\n\t\t/**\n\t\t * Updates the current height and width data\n\t\t * based on the viewer maximum size\n\t\t */\n\t\tupdateHeightWidth() {\n\t\t\tconst modalWrapper = this.$parent.$el.querySelector('.modal-wrapper')\n\t\t\tif (modalWrapper && this.naturalHeight > 0 && this.naturalWidth > 0) {\n\t\t\t\tconst modalContainer = modalWrapper.querySelector('.modal-container')\n\n\t\t\t\tconst parentHeight = modalContainer.clientHeight\n\t\t\t\tconst parentWidth = modalContainer.clientWidth\n\n\t\t\t\tconst heightRatio = parentHeight / this.naturalHeight\n\t\t\t\tconst widthRatio = parentWidth / this.naturalWidth\n\n\t\t\t\t// if the video height is capped by the parent height\n\t\t\t\t// AND the video is bigger than the parent\n\t\t\t\tif (heightRatio < widthRatio && heightRatio < 1) {\n\t\t\t\t\tthis.height = parentHeight\n\t\t\t\t\tthis.width = Math.round(this.naturalWidth / this.naturalHeight * parentHeight)\n\n\t\t\t\t// if the video width is capped by the parent width\n\t\t\t\t// AND the video is bigger than the parent\n\t\t\t\t} else if (heightRatio > widthRatio && widthRatio < 1) {\n\t\t\t\t\tthis.width = parentWidth\n\t\t\t\t\tthis.height = Math.round(this.naturalHeight / this.naturalWidth * parentWidth)\n\n\t\t\t\t// RESET\n\t\t\t\t} else {\n\t\t\t\t\tthis.height = this.naturalHeight\n\t\t\t\t\tthis.width = this.naturalWidth\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Enable the viewer swiping previous/next capability\n\t\t */\n\t\tenableSwipe() {\n\t\t\tthis.$emit('update:canSwipe', true)\n\t\t},\n\n\t\t/**\n\t\t * Disable the viewer swiping previous/next capability\n\t\t */\n\t\tdisableSwipe() {\n\t\t\tthis.$emit('update:canSwipe', false)\n\t\t},\n\n\t\t/**\n\t\t * Toggle the fullscreen on the current visible element\n\t\t */\n\t\ttoggleFullScreen() {\n\t\t\tif (this.isFullScreen) {\n\t\t\t\tdocument.exitFullscreen()\n\t\t\t} else {\n\t\t\t\tthis.$el.requestFullscreen()\n\t\t\t}\n\t\t},\n\t},\n}\n","'use strict';\nvar check = function (it) {\n return it && it.Math === Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line es/no-global-this -- safe\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n // eslint-disable-next-line no-restricted-globals -- safe\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n check(typeof this == 'object' && this) ||\n // eslint-disable-next-line no-new-func -- fallback\n (function () { return this; })() || Function('return this')();\n","'use strict';\nmodule.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","'use strict';\nvar fails = require('../internals/fails');\n\n// Detect IE8's incomplete defineProperty implementation\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;\n});\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n // eslint-disable-next-line es/no-function-prototype-bind -- safe\n var test = (function () { /* empty */ }).bind();\n // eslint-disable-next-line no-prototype-builtins -- safe\n return typeof test != 'function' || test.hasOwnProperty('prototype');\n});\n","'use strict';\nvar NATIVE_BIND = require('../internals/function-bind-native');\n\nvar call = Function.prototype.call;\n\nmodule.exports = NATIVE_BIND ? call.bind(call) : function () {\n return call.apply(call, arguments);\n};\n","'use strict';\nvar $propertyIsEnumerable = {}.propertyIsEnumerable;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : $propertyIsEnumerable;\n","'use strict';\nmodule.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","'use strict';\nvar NATIVE_BIND = require('../internals/function-bind-native');\n\nvar FunctionPrototype = Function.prototype;\nvar call = FunctionPrototype.call;\nvar uncurryThisWithBind = NATIVE_BIND && FunctionPrototype.bind.bind(call, call);\n\nmodule.exports = NATIVE_BIND ? uncurryThisWithBind : function (fn) {\n return function () {\n return call.apply(fn, arguments);\n };\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nvar toString = uncurryThis({}.toString);\nvar stringSlice = uncurryThis(''.slice);\n\nmodule.exports = function (it) {\n return stringSlice(toString(it), 8, -1);\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar $Object = Object;\nvar split = uncurryThis(''.split);\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins -- safe\n return !$Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) === 'String' ? split(it, '') : $Object(it);\n} : $Object;\n","'use strict';\n// we can't use just `it == null` since of `document.all` special case\n// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec\nmodule.exports = function (it) {\n return it === null || it === undefined;\n};\n","'use strict';\nvar isNullOrUndefined = require('../internals/is-null-or-undefined');\n\nvar $TypeError = TypeError;\n\n// `RequireObjectCoercible` abstract operation\n// https://tc39.es/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (isNullOrUndefined(it)) throw new $TypeError(\"Can't call method on \" + it);\n return it;\n};\n","'use strict';\n// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","'use strict';\n// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot\nvar documentAll = typeof document == 'object' && document.all;\n\n// `IsCallable` abstract operation\n// https://tc39.es/ecma262/#sec-iscallable\n// eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing\nmodule.exports = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {\n return typeof argument == 'function' || argument === documentAll;\n} : function (argument) {\n return typeof argument == 'function';\n};\n","'use strict';\nvar isCallable = require('../internals/is-callable');\n\nmodule.exports = function (it) {\n return typeof it == 'object' ? it !== null : isCallable(it);\n};\n","'use strict';\nvar global = require('../internals/global');\nvar isCallable = require('../internals/is-callable');\n\nvar aFunction = function (argument) {\n return isCallable(argument) ? argument : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(global[namespace]) : global[namespace] && global[namespace][method];\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nmodule.exports = uncurryThis({}.isPrototypeOf);\n","'use strict';\nmodule.exports = typeof navigator != 'undefined' && String(navigator.userAgent) || '';\n","'use strict';\nvar global = require('../internals/global');\nvar userAgent = require('../internals/engine-user-agent');\n\nvar process = global.process;\nvar Deno = global.Deno;\nvar versions = process && process.versions || Deno && Deno.version;\nvar v8 = versions && versions.v8;\nvar match, version;\n\nif (v8) {\n match = v8.split('.');\n // in old Chrome, versions of V8 isn't V8 = Chrome / 10\n // but their correct versions are not interesting for us\n version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);\n}\n\n// BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`\n// so check `userAgent` even if `.v8` exists, but 0\nif (!version && userAgent) {\n match = userAgent.match(/Edge\\/(\\d+)/);\n if (!match || match[1] >= 74) {\n match = userAgent.match(/Chrome\\/(\\d+)/);\n if (match) version = +match[1];\n }\n}\n\nmodule.exports = version;\n","'use strict';\n/* eslint-disable es/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\nvar global = require('../internals/global');\n\nvar $String = global.String;\n\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol('symbol detection');\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n // nb: Do not call `String` directly to avoid this being optimized out to `symbol+''` which will,\n // of course, fail.\n return !$String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n","'use strict';\n/* eslint-disable es/no-symbol -- required for testing */\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\n\nmodule.exports = NATIVE_SYMBOL\n && !Symbol.sham\n && typeof Symbol.iterator == 'symbol';\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar isCallable = require('../internals/is-callable');\nvar isPrototypeOf = require('../internals/object-is-prototype-of');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar $Object = Object;\n\nmodule.exports = USE_SYMBOL_AS_UID ? function (it) {\n return typeof it == 'symbol';\n} : function (it) {\n var $Symbol = getBuiltIn('Symbol');\n return isCallable($Symbol) && isPrototypeOf($Symbol.prototype, $Object(it));\n};\n","'use strict';\nvar $String = String;\n\nmodule.exports = function (argument) {\n try {\n return $String(argument);\n } catch (error) {\n return 'Object';\n }\n};\n","'use strict';\nvar isCallable = require('../internals/is-callable');\nvar tryToString = require('../internals/try-to-string');\n\nvar $TypeError = TypeError;\n\n// `Assert: IsCallable(argument) is true`\nmodule.exports = function (argument) {\n if (isCallable(argument)) return argument;\n throw new $TypeError(tryToString(argument) + ' is not a function');\n};\n","'use strict';\nvar aCallable = require('../internals/a-callable');\nvar isNullOrUndefined = require('../internals/is-null-or-undefined');\n\n// `GetMethod` abstract operation\n// https://tc39.es/ecma262/#sec-getmethod\nmodule.exports = function (V, P) {\n var func = V[P];\n return isNullOrUndefined(func) ? undefined : aCallable(func);\n};\n","'use strict';\nvar call = require('../internals/function-call');\nvar isCallable = require('../internals/is-callable');\nvar isObject = require('../internals/is-object');\n\nvar $TypeError = TypeError;\n\n// `OrdinaryToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-ordinarytoprimitive\nmodule.exports = function (input, pref) {\n var fn, val;\n if (pref === 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n if (isCallable(fn = input.valueOf) && !isObject(val = call(fn, input))) return val;\n if (pref !== 'string' && isCallable(fn = input.toString) && !isObject(val = call(fn, input))) return val;\n throw new $TypeError(\"Can't convert object to primitive value\");\n};\n","'use strict';\nmodule.exports = false;\n","'use strict';\nvar global = require('../internals/global');\n\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar defineProperty = Object.defineProperty;\n\nmodule.exports = function (key, value) {\n try {\n defineProperty(global, key, { value: value, configurable: true, writable: true });\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","'use strict';\nvar IS_PURE = require('../internals/is-pure');\nvar globalThis = require('../internals/global');\nvar defineGlobalProperty = require('../internals/define-global-property');\n\nvar SHARED = '__core-js_shared__';\nvar store = module.exports = globalThis[SHARED] || defineGlobalProperty(SHARED, {});\n\n(store.versions || (store.versions = [])).push({\n version: '3.37.0',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2014-2024 Denis Pushkarev (zloirock.ru)',\n license: 'https://github.com/zloirock/core-js/blob/v3.37.0/LICENSE',\n source: 'https://github.com/zloirock/core-js'\n});\n","'use strict';\nvar store = require('../internals/shared-store');\n\nmodule.exports = function (key, value) {\n return store[key] || (store[key] = value || {});\n};\n","'use strict';\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar $Object = Object;\n\n// `ToObject` abstract operation\n// https://tc39.es/ecma262/#sec-toobject\nmodule.exports = function (argument) {\n return $Object(requireObjectCoercible(argument));\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar toObject = require('../internals/to-object');\n\nvar hasOwnProperty = uncurryThis({}.hasOwnProperty);\n\n// `HasOwnProperty` abstract operation\n// https://tc39.es/ecma262/#sec-hasownproperty\n// eslint-disable-next-line es/no-object-hasown -- safe\nmodule.exports = Object.hasOwn || function hasOwn(it, key) {\n return hasOwnProperty(toObject(it), key);\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nvar id = 0;\nvar postfix = Math.random();\nvar toString = uncurryThis(1.0.toString);\n\nmodule.exports = function (key) {\n return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);\n};\n","'use strict';\nvar global = require('../internals/global');\nvar shared = require('../internals/shared');\nvar hasOwn = require('../internals/has-own-property');\nvar uid = require('../internals/uid');\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\nvar USE_SYMBOL_AS_UID = require('../internals/use-symbol-as-uid');\n\nvar Symbol = global.Symbol;\nvar WellKnownSymbolsStore = shared('wks');\nvar createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol['for'] || Symbol : Symbol && Symbol.withoutSetter || uid;\n\nmodule.exports = function (name) {\n if (!hasOwn(WellKnownSymbolsStore, name)) {\n WellKnownSymbolsStore[name] = NATIVE_SYMBOL && hasOwn(Symbol, name)\n ? Symbol[name]\n : createWellKnownSymbol('Symbol.' + name);\n } return WellKnownSymbolsStore[name];\n};\n","'use strict';\nvar call = require('../internals/function-call');\nvar isObject = require('../internals/is-object');\nvar isSymbol = require('../internals/is-symbol');\nvar getMethod = require('../internals/get-method');\nvar ordinaryToPrimitive = require('../internals/ordinary-to-primitive');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar $TypeError = TypeError;\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\n\n// `ToPrimitive` abstract operation\n// https://tc39.es/ecma262/#sec-toprimitive\nmodule.exports = function (input, pref) {\n if (!isObject(input) || isSymbol(input)) return input;\n var exoticToPrim = getMethod(input, TO_PRIMITIVE);\n var result;\n if (exoticToPrim) {\n if (pref === undefined) pref = 'default';\n result = call(exoticToPrim, input, pref);\n if (!isObject(result) || isSymbol(result)) return result;\n throw new $TypeError(\"Can't convert object to primitive value\");\n }\n if (pref === undefined) pref = 'number';\n return ordinaryToPrimitive(input, pref);\n};\n","'use strict';\nvar toPrimitive = require('../internals/to-primitive');\nvar isSymbol = require('../internals/is-symbol');\n\n// `ToPropertyKey` abstract operation\n// https://tc39.es/ecma262/#sec-topropertykey\nmodule.exports = function (argument) {\n var key = toPrimitive(argument, 'string');\n return isSymbol(key) ? key : key + '';\n};\n","'use strict';\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thanks to IE8 for its funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a !== 7;\n});\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar call = require('../internals/function-call');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPropertyKey = require('../internals/to-property-key');\nvar hasOwn = require('../internals/has-own-property');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPropertyKey(P);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\n\n// V8 ~ Chrome 36-\n// https://bugs.chromium.org/p/v8/issues/detail?id=3334\nmodule.exports = DESCRIPTORS && fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty(function () { /* empty */ }, 'prototype', {\n value: 42,\n writable: false\n }).prototype !== 42;\n});\n","'use strict';\nvar isObject = require('../internals/is-object');\n\nvar $String = String;\nvar $TypeError = TypeError;\n\n// `Assert: Type(argument) is Object`\nmodule.exports = function (argument) {\n if (isObject(argument)) return argument;\n throw new $TypeError($String(argument) + ' is not an object');\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar V8_PROTOTYPE_DEFINE_BUG = require('../internals/v8-prototype-define-bug');\nvar anObject = require('../internals/an-object');\nvar toPropertyKey = require('../internals/to-property-key');\n\nvar $TypeError = TypeError;\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar $defineProperty = Object.defineProperty;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\nvar ENUMERABLE = 'enumerable';\nvar CONFIGURABLE = 'configurable';\nvar WRITABLE = 'writable';\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPropertyKey(P);\n anObject(Attributes);\n if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {\n var current = $getOwnPropertyDescriptor(O, P);\n if (current && current[WRITABLE]) {\n O[P] = Attributes.value;\n Attributes = {\n configurable: CONFIGURABLE in Attributes ? Attributes[CONFIGURABLE] : current[CONFIGURABLE],\n enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],\n writable: false\n };\n }\n } return $defineProperty(O, P, Attributes);\n} : $defineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPropertyKey(P);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return $defineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw new $TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar hasOwn = require('../internals/has-own-property');\n\nvar FunctionPrototype = Function.prototype;\n// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\nvar getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor;\n\nvar EXISTS = hasOwn(FunctionPrototype, 'name');\n// additional protection from minified / mangled / dropped function names\nvar PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';\nvar CONFIGURABLE = EXISTS && (!DESCRIPTORS || (DESCRIPTORS && getDescriptor(FunctionPrototype, 'name').configurable));\n\nmodule.exports = {\n EXISTS: EXISTS,\n PROPER: PROPER,\n CONFIGURABLE: CONFIGURABLE\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar isCallable = require('../internals/is-callable');\nvar store = require('../internals/shared-store');\n\nvar functionToString = uncurryThis(Function.toString);\n\n// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper\nif (!isCallable(store.inspectSource)) {\n store.inspectSource = function (it) {\n return functionToString(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","'use strict';\nvar global = require('../internals/global');\nvar isCallable = require('../internals/is-callable');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = isCallable(WeakMap) && /native code/.test(String(WeakMap));\n","'use strict';\nvar shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","'use strict';\nmodule.exports = {};\n","'use strict';\nvar NATIVE_WEAK_MAP = require('../internals/weak-map-basic-detection');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar hasOwn = require('../internals/has-own-property');\nvar shared = require('../internals/shared-store');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar OBJECT_ALREADY_INITIALIZED = 'Object already initialized';\nvar TypeError = global.TypeError;\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw new TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP || shared.state) {\n var store = shared.state || (shared.state = new WeakMap());\n /* eslint-disable no-self-assign -- prototype methods protection */\n store.get = store.get;\n store.has = store.has;\n store.set = store.set;\n /* eslint-enable no-self-assign -- prototype methods protection */\n set = function (it, metadata) {\n if (store.has(it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n store.set(it, metadata);\n return metadata;\n };\n get = function (it) {\n return store.get(it) || {};\n };\n has = function (it) {\n return store.has(it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n if (hasOwn(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);\n metadata.facade = it;\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return hasOwn(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return hasOwn(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar fails = require('../internals/fails');\nvar isCallable = require('../internals/is-callable');\nvar hasOwn = require('../internals/has-own-property');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar CONFIGURABLE_FUNCTION_NAME = require('../internals/function-name').CONFIGURABLE;\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar enforceInternalState = InternalStateModule.enforce;\nvar getInternalState = InternalStateModule.get;\nvar $String = String;\n// eslint-disable-next-line es/no-object-defineproperty -- safe\nvar defineProperty = Object.defineProperty;\nvar stringSlice = uncurryThis(''.slice);\nvar replace = uncurryThis(''.replace);\nvar join = uncurryThis([].join);\n\nvar CONFIGURABLE_LENGTH = DESCRIPTORS && !fails(function () {\n return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;\n});\n\nvar TEMPLATE = String(String).split('String');\n\nvar makeBuiltIn = module.exports = function (value, name, options) {\n if (stringSlice($String(name), 0, 7) === 'Symbol(') {\n name = '[' + replace($String(name), /^Symbol\\(([^)]*)\\).*$/, '$1') + ']';\n }\n if (options && options.getter) name = 'get ' + name;\n if (options && options.setter) name = 'set ' + name;\n if (!hasOwn(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {\n if (DESCRIPTORS) defineProperty(value, 'name', { value: name, configurable: true });\n else value.name = name;\n }\n if (CONFIGURABLE_LENGTH && options && hasOwn(options, 'arity') && value.length !== options.arity) {\n defineProperty(value, 'length', { value: options.arity });\n }\n try {\n if (options && hasOwn(options, 'constructor') && options.constructor) {\n if (DESCRIPTORS) defineProperty(value, 'prototype', { writable: false });\n // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable\n } else if (value.prototype) value.prototype = undefined;\n } catch (error) { /* empty */ }\n var state = enforceInternalState(value);\n if (!hasOwn(state, 'source')) {\n state.source = join(TEMPLATE, typeof name == 'string' ? name : '');\n } return value;\n};\n\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n// eslint-disable-next-line no-extend-native -- required\nFunction.prototype.toString = makeBuiltIn(function toString() {\n return isCallable(this) && getInternalState(this).source || inspectSource(this);\n}, 'toString');\n","'use strict';\nvar isCallable = require('../internals/is-callable');\nvar definePropertyModule = require('../internals/object-define-property');\nvar makeBuiltIn = require('../internals/make-built-in');\nvar defineGlobalProperty = require('../internals/define-global-property');\n\nmodule.exports = function (O, key, value, options) {\n if (!options) options = {};\n var simple = options.enumerable;\n var name = options.name !== undefined ? options.name : key;\n if (isCallable(value)) makeBuiltIn(value, name, options);\n if (options.global) {\n if (simple) O[key] = value;\n else defineGlobalProperty(key, value);\n } else {\n try {\n if (!options.unsafe) delete O[key];\n else if (O[key]) simple = true;\n } catch (error) { /* empty */ }\n if (simple) O[key] = value;\n else definePropertyModule.f(O, key, {\n value: value,\n enumerable: false,\n configurable: !options.nonConfigurable,\n writable: !options.nonWritable\n });\n } return O;\n};\n","'use strict';\nvar ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `Math.trunc` method\n// https://tc39.es/ecma262/#sec-math.trunc\n// eslint-disable-next-line es/no-math-trunc -- safe\nmodule.exports = Math.trunc || function trunc(x) {\n var n = +x;\n return (n > 0 ? floor : ceil)(n);\n};\n","'use strict';\nvar trunc = require('../internals/math-trunc');\n\n// `ToIntegerOrInfinity` abstract operation\n// https://tc39.es/ecma262/#sec-tointegerorinfinity\nmodule.exports = function (argument) {\n var number = +argument;\n // eslint-disable-next-line no-self-compare -- NaN check\n return number !== number || number === 0 ? 0 : trunc(number);\n};\n","'use strict';\nvar toIntegerOrInfinity = require('../internals/to-integer-or-infinity');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toIntegerOrInfinity(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","'use strict';\nvar toIntegerOrInfinity = require('../internals/to-integer-or-infinity');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.es/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n var len = toIntegerOrInfinity(argument);\n return len > 0 ? min(len, 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","'use strict';\nvar toLength = require('../internals/to-length');\n\n// `LengthOfArrayLike` abstract operation\n// https://tc39.es/ecma262/#sec-lengthofarraylike\nmodule.exports = function (obj) {\n return toLength(obj.length);\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\nvar lengthOfArrayLike = require('../internals/length-of-array-like');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = lengthOfArrayLike(O);\n if (length === 0) return !IS_INCLUDES && -1;\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare -- NaN check\n if (IS_INCLUDES && el !== el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare -- NaN check\n if (value !== value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.es/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.es/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar hasOwn = require('../internals/has-own-property');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar push = uncurryThis([].push);\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !hasOwn(hiddenKeys, key) && hasOwn(O, key) && push(result, key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (hasOwn(O, key = names[i++])) {\n ~indexOf(result, key) || push(result, key);\n }\n return result;\n};\n","'use strict';\n// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","'use strict';\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.es/ecma262/#sec-object.getownpropertynames\n// eslint-disable-next-line es/no-object-getownpropertynames -- safe\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","'use strict';\n// eslint-disable-next-line es/no-object-getownpropertysymbols -- safe\nexports.f = Object.getOwnPropertySymbols;\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\nvar concat = uncurryThis([].concat);\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;\n};\n","'use strict';\nvar hasOwn = require('../internals/has-own-property');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source, exceptions) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {\n defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n }\n};\n","'use strict';\nvar fails = require('../internals/fails');\nvar isCallable = require('../internals/is-callable');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value === POLYFILL ? true\n : value === NATIVE ? false\n : isCallable(detection) ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","'use strict';\nvar global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar defineBuiltIn = require('../internals/define-built-in');\nvar defineGlobalProperty = require('../internals/define-global-property');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.dontCallGetSet - prevent calling a getter on target\n options.name - the .name of the function if it does not match the key\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || defineGlobalProperty(TARGET, {});\n } else {\n target = global[TARGET] && global[TARGET].prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.dontCallGetSet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty == typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n defineBuiltIn(target, key, sourceProperty, options);\n }\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar defineProperty = require('../internals/object-define-property').f;\n\n// `Object.defineProperty` method\n// https://tc39.es/ecma262/#sec-object.defineproperty\n// eslint-disable-next-line es/no-object-defineproperty -- safe\n$({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty, sham: !DESCRIPTORS }, {\n defineProperty: defineProperty\n});\n","'use strict';\nvar global = require('../internals/global');\n\nmodule.exports = global;\n","'use strict';\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nexports.f = wellKnownSymbol;\n","'use strict';\nvar path = require('../internals/path');\nvar hasOwn = require('../internals/has-own-property');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineProperty = require('../internals/object-define-property').f;\n\nmodule.exports = function (NAME) {\n var Symbol = path.Symbol || (path.Symbol = {});\n if (!hasOwn(Symbol, NAME)) defineProperty(Symbol, NAME, {\n value: wrappedWellKnownSymbolModule.f(NAME)\n });\n};\n","'use strict';\nvar defineWellKnownSymbol = require('../internals/well-known-symbol-define');\n\n// `Symbol.iterator` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.iterator\ndefineWellKnownSymbol('iterator');\n","'use strict';\nvar internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.es/ecma262/#sec-object.keys\n// eslint-disable-next-line es/no-object-keys -- safe\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar V8_PROTOTYPE_DEFINE_BUG = require('../internals/v8-prototype-define-bug');\nvar definePropertyModule = require('../internals/object-define-property');\nvar anObject = require('../internals/an-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar objectKeys = require('../internals/object-keys');\n\n// `Object.defineProperties` method\n// https://tc39.es/ecma262/#sec-object.defineproperties\n// eslint-disable-next-line es/no-object-defineproperties -- safe\nexports.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {\n anObject(O);\n var props = toIndexedObject(Properties);\n var keys = objectKeys(Properties);\n var length = keys.length;\n var index = 0;\n var key;\n while (length > index) definePropertyModule.f(O, key = keys[index++], props[key]);\n return O;\n};\n","'use strict';\nvar getBuiltIn = require('../internals/get-built-in');\n\nmodule.exports = getBuiltIn('document', 'documentElement');\n","'use strict';\n/* global ActiveXObject -- old IE, WSH */\nvar anObject = require('../internals/an-object');\nvar definePropertiesModule = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n activeXDocument.write(scriptTag(''));\n activeXDocument.close();\n var temp = activeXDocument.parentWindow.Object;\n activeXDocument = null; // avoid memory leak\n return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n // Thrash, waste and sodomy: IE GC bug\n var iframe = documentCreateElement('iframe');\n var JS = 'java' + SCRIPT + ':';\n var iframeDocument;\n iframe.style.display = 'none';\n html.appendChild(iframe);\n // https://github.com/zloirock/core-js/issues/475\n iframe.src = String(JS);\n iframeDocument = iframe.contentWindow.document;\n iframeDocument.open();\n iframeDocument.write(scriptTag('document.F=Object'));\n iframeDocument.close();\n return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n try {\n activeXDocument = new ActiveXObject('htmlfile');\n } catch (error) { /* ignore */ }\n NullProtoObject = typeof document != 'undefined'\n ? document.domain && activeXDocument\n ? NullProtoObjectViaActiveX(activeXDocument) // old IE\n : NullProtoObjectViaIFrame()\n : NullProtoObjectViaActiveX(activeXDocument); // WSH\n var length = enumBugKeys.length;\n while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.es/ecma262/#sec-object.create\n// eslint-disable-next-line es/no-object-create -- safe\nmodule.exports = Object.create || function create(O, Properties) {\n var result;\n if (O !== null) {\n EmptyConstructor[PROTOTYPE] = anObject(O);\n result = new EmptyConstructor();\n EmptyConstructor[PROTOTYPE] = null;\n // add \"__proto__\" for Object.getPrototypeOf polyfill\n result[IE_PROTO] = O;\n } else result = NullProtoObject();\n return Properties === undefined ? result : definePropertiesModule.f(result, Properties);\n};\n","'use strict';\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar create = require('../internals/object-create');\nvar defineProperty = require('../internals/object-define-property').f;\n\nvar UNSCOPABLES = wellKnownSymbol('unscopables');\nvar ArrayPrototype = Array.prototype;\n\n// Array.prototype[@@unscopables]\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\nif (ArrayPrototype[UNSCOPABLES] === undefined) {\n defineProperty(ArrayPrototype, UNSCOPABLES, {\n configurable: true,\n value: create(null)\n });\n}\n\n// add a key to Array.prototype[@@unscopables]\nmodule.exports = function (key) {\n ArrayPrototype[UNSCOPABLES][key] = true;\n};\n","'use strict';\nmodule.exports = {};\n","'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n","'use strict';\nvar hasOwn = require('../internals/has-own-property');\nvar isCallable = require('../internals/is-callable');\nvar toObject = require('../internals/to-object');\nvar sharedKey = require('../internals/shared-key');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar IE_PROTO = sharedKey('IE_PROTO');\nvar $Object = Object;\nvar ObjectPrototype = $Object.prototype;\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n// eslint-disable-next-line es/no-object-getprototypeof -- safe\nmodule.exports = CORRECT_PROTOTYPE_GETTER ? $Object.getPrototypeOf : function (O) {\n var object = toObject(O);\n if (hasOwn(object, IE_PROTO)) return object[IE_PROTO];\n var constructor = object.constructor;\n if (isCallable(constructor) && object instanceof constructor) {\n return constructor.prototype;\n } return object instanceof $Object ? ObjectPrototype : null;\n};\n","'use strict';\nvar fails = require('../internals/fails');\nvar isCallable = require('../internals/is-callable');\nvar isObject = require('../internals/is-object');\nvar create = require('../internals/object-create');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar defineBuiltIn = require('../internals/define-built-in');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar IS_PURE = require('../internals/is-pure');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar BUGGY_SAFARI_ITERATORS = false;\n\n// `%IteratorPrototype%` object\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-object\nvar IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator;\n\n/* eslint-disable es/no-array-prototype-keys -- safe */\nif ([].keys) {\n arrayIterator = [].keys();\n // Safari 8 has buggy iterators w/o `next`\n if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;\n else {\n PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator));\n if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype;\n }\n}\n\nvar NEW_ITERATOR_PROTOTYPE = !isObject(IteratorPrototype) || fails(function () {\n var test = {};\n // FF44- legacy iterators case\n return IteratorPrototype[ITERATOR].call(test) !== test;\n});\n\nif (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {};\nelse if (IS_PURE) IteratorPrototype = create(IteratorPrototype);\n\n// `%IteratorPrototype%[@@iterator]()` method\n// https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator\nif (!isCallable(IteratorPrototype[ITERATOR])) {\n defineBuiltIn(IteratorPrototype, ITERATOR, function () {\n return this;\n });\n}\n\nmodule.exports = {\n IteratorPrototype: IteratorPrototype,\n BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS\n};\n","'use strict';\nvar defineProperty = require('../internals/object-define-property').f;\nvar hasOwn = require('../internals/has-own-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (target, TAG, STATIC) {\n if (target && !STATIC) target = target.prototype;\n if (target && !hasOwn(target, TO_STRING_TAG)) {\n defineProperty(target, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n","'use strict';\nvar IteratorPrototype = require('../internals/iterators-core').IteratorPrototype;\nvar create = require('../internals/object-create');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar Iterators = require('../internals/iterators');\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {\n var TO_STRING_TAG = NAME + ' Iterator';\n IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) });\n setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true);\n Iterators[TO_STRING_TAG] = returnThis;\n return IteratorConstructor;\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar aCallable = require('../internals/a-callable');\n\nmodule.exports = function (object, key, method) {\n try {\n // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe\n return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object, key)[method]));\n } catch (error) { /* empty */ }\n};\n","'use strict';\nvar isObject = require('../internals/is-object');\n\nmodule.exports = function (argument) {\n return isObject(argument) || argument === null;\n};\n","'use strict';\nvar isPossiblePrototype = require('../internals/is-possible-prototype');\n\nvar $String = String;\nvar $TypeError = TypeError;\n\nmodule.exports = function (argument) {\n if (isPossiblePrototype(argument)) return argument;\n throw new $TypeError(\"Can't set \" + $String(argument) + ' as a prototype');\n};\n","'use strict';\n/* eslint-disable no-proto -- safe */\nvar uncurryThisAccessor = require('../internals/function-uncurry-this-accessor');\nvar isObject = require('../internals/is-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar aPossiblePrototype = require('../internals/a-possible-prototype');\n\n// `Object.setPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.setprototypeof\n// Works with __proto__ only. Old v8 can't work with null proto objects.\n// eslint-disable-next-line es/no-object-setprototypeof -- safe\nmodule.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {\n var CORRECT_SETTER = false;\n var test = {};\n var setter;\n try {\n setter = uncurryThisAccessor(Object.prototype, '__proto__', 'set');\n setter(test, []);\n CORRECT_SETTER = test instanceof Array;\n } catch (error) { /* empty */ }\n return function setPrototypeOf(O, proto) {\n requireObjectCoercible(O);\n aPossiblePrototype(proto);\n if (!isObject(O)) return O;\n if (CORRECT_SETTER) setter(O, proto);\n else O.__proto__ = proto;\n return O;\n };\n}() : undefined);\n","'use strict';\nvar $ = require('../internals/export');\nvar call = require('../internals/function-call');\nvar IS_PURE = require('../internals/is-pure');\nvar FunctionName = require('../internals/function-name');\nvar isCallable = require('../internals/is-callable');\nvar createIteratorConstructor = require('../internals/iterator-create-constructor');\nvar getPrototypeOf = require('../internals/object-get-prototype-of');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar defineBuiltIn = require('../internals/define-built-in');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar Iterators = require('../internals/iterators');\nvar IteratorsCore = require('../internals/iterators-core');\n\nvar PROPER_FUNCTION_NAME = FunctionName.PROPER;\nvar CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE;\nvar IteratorPrototype = IteratorsCore.IteratorPrototype;\nvar BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;\nvar ITERATOR = wellKnownSymbol('iterator');\nvar KEYS = 'keys';\nvar VALUES = 'values';\nvar ENTRIES = 'entries';\n\nvar returnThis = function () { return this; };\n\nmodule.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {\n createIteratorConstructor(IteratorConstructor, NAME, next);\n\n var getIterationMethod = function (KIND) {\n if (KIND === DEFAULT && defaultIterator) return defaultIterator;\n if (!BUGGY_SAFARI_ITERATORS && KIND && KIND in IterablePrototype) return IterablePrototype[KIND];\n\n switch (KIND) {\n case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };\n case VALUES: return function values() { return new IteratorConstructor(this, KIND); };\n case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };\n }\n\n return function () { return new IteratorConstructor(this); };\n };\n\n var TO_STRING_TAG = NAME + ' Iterator';\n var INCORRECT_VALUES_NAME = false;\n var IterablePrototype = Iterable.prototype;\n var nativeIterator = IterablePrototype[ITERATOR]\n || IterablePrototype['@@iterator']\n || DEFAULT && IterablePrototype[DEFAULT];\n var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);\n var anyNativeIterator = NAME === 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;\n var CurrentIteratorPrototype, methods, KEY;\n\n // fix native\n if (anyNativeIterator) {\n CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));\n if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {\n if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {\n if (setPrototypeOf) {\n setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);\n } else if (!isCallable(CurrentIteratorPrototype[ITERATOR])) {\n defineBuiltIn(CurrentIteratorPrototype, ITERATOR, returnThis);\n }\n }\n // Set @@toStringTag to native iterators\n setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true);\n if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis;\n }\n }\n\n // fix Array.prototype.{ values, @@iterator }.name in V8 / FF\n if (PROPER_FUNCTION_NAME && DEFAULT === VALUES && nativeIterator && nativeIterator.name !== VALUES) {\n if (!IS_PURE && CONFIGURABLE_FUNCTION_NAME) {\n createNonEnumerableProperty(IterablePrototype, 'name', VALUES);\n } else {\n INCORRECT_VALUES_NAME = true;\n defaultIterator = function values() { return call(nativeIterator, this); };\n }\n }\n\n // export additional methods\n if (DEFAULT) {\n methods = {\n values: getIterationMethod(VALUES),\n keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),\n entries: getIterationMethod(ENTRIES)\n };\n if (FORCED) for (KEY in methods) {\n if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {\n defineBuiltIn(IterablePrototype, KEY, methods[KEY]);\n }\n } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);\n }\n\n // define iterator\n if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) {\n defineBuiltIn(IterablePrototype, ITERATOR, defaultIterator, { name: DEFAULT });\n }\n Iterators[NAME] = defaultIterator;\n\n return methods;\n};\n","'use strict';\n// `CreateIterResultObject` abstract operation\n// https://tc39.es/ecma262/#sec-createiterresultobject\nmodule.exports = function (value, done) {\n return { value: value, done: done };\n};\n","'use strict';\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar addToUnscopables = require('../internals/add-to-unscopables');\nvar Iterators = require('../internals/iterators');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineProperty = require('../internals/object-define-property').f;\nvar defineIterator = require('../internals/iterator-define');\nvar createIterResultObject = require('../internals/create-iter-result-object');\nvar IS_PURE = require('../internals/is-pure');\nvar DESCRIPTORS = require('../internals/descriptors');\n\nvar ARRAY_ITERATOR = 'Array Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);\n\n// `Array.prototype.entries` method\n// https://tc39.es/ecma262/#sec-array.prototype.entries\n// `Array.prototype.keys` method\n// https://tc39.es/ecma262/#sec-array.prototype.keys\n// `Array.prototype.values` method\n// https://tc39.es/ecma262/#sec-array.prototype.values\n// `Array.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-array.prototype-@@iterator\n// `CreateArrayIterator` internal method\n// https://tc39.es/ecma262/#sec-createarrayiterator\nmodule.exports = defineIterator(Array, 'Array', function (iterated, kind) {\n setInternalState(this, {\n type: ARRAY_ITERATOR,\n target: toIndexedObject(iterated), // target\n index: 0, // next index\n kind: kind // kind\n });\n// `%ArrayIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next\n}, function () {\n var state = getInternalState(this);\n var target = state.target;\n var index = state.index++;\n if (!target || index >= target.length) {\n state.target = undefined;\n return createIterResultObject(undefined, true);\n }\n switch (state.kind) {\n case 'keys': return createIterResultObject(index, false);\n case 'values': return createIterResultObject(target[index], false);\n } return createIterResultObject([index, target[index]], false);\n}, 'values');\n\n// argumentsList[@@iterator] is %ArrayProto_values%\n// https://tc39.es/ecma262/#sec-createunmappedargumentsobject\n// https://tc39.es/ecma262/#sec-createmappedargumentsobject\nvar values = Iterators.Arguments = Iterators.Array;\n\n// https://tc39.es/ecma262/#sec-array.prototype-@@unscopables\naddToUnscopables('keys');\naddToUnscopables('values');\naddToUnscopables('entries');\n\n// V8 ~ Chrome 45- bug\nif (!IS_PURE && DESCRIPTORS && values.name !== 'values') try {\n defineProperty(values, 'name', { value: 'values' });\n} catch (error) { /* empty */ }\n","'use strict';\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar test = {};\n\ntest[TO_STRING_TAG] = 'z';\n\nmodule.exports = String(test) === '[object z]';\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar isCallable = require('../internals/is-callable');\nvar classofRaw = require('../internals/classof-raw');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\nvar $Object = Object;\n\n// ES3 wrong here\nvar CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) === 'Arguments';\n\n// fallback for IE11 Script Access Denied error\nvar tryGet = function (it, key) {\n try {\n return it[key];\n } catch (error) { /* empty */ }\n};\n\n// getting tag from ES6+ `Object.prototype.toString`\nmodule.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {\n var O, tag, result;\n return it === undefined ? 'Undefined' : it === null ? 'Null'\n // @@toStringTag case\n : typeof (tag = tryGet(O = $Object(it), TO_STRING_TAG)) == 'string' ? tag\n // builtinTag case\n : CORRECT_ARGUMENTS ? classofRaw(O)\n // ES3 arguments fallback\n : (result = classofRaw(O)) === 'Object' && isCallable(O.callee) ? 'Arguments' : result;\n};\n","'use strict';\nvar classof = require('../internals/classof');\n\nvar $String = String;\n\nmodule.exports = function (argument) {\n if (classof(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string');\n return $String(argument);\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar toIntegerOrInfinity = require('../internals/to-integer-or-infinity');\nvar toString = require('../internals/to-string');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nvar charAt = uncurryThis(''.charAt);\nvar charCodeAt = uncurryThis(''.charCodeAt);\nvar stringSlice = uncurryThis(''.slice);\n\nvar createMethod = function (CONVERT_TO_STRING) {\n return function ($this, pos) {\n var S = toString(requireObjectCoercible($this));\n var position = toIntegerOrInfinity(pos);\n var size = S.length;\n var first, second;\n if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;\n first = charCodeAt(S, position);\n return first < 0xD800 || first > 0xDBFF || position + 1 === size\n || (second = charCodeAt(S, position + 1)) < 0xDC00 || second > 0xDFFF\n ? CONVERT_TO_STRING\n ? charAt(S, position)\n : first\n : CONVERT_TO_STRING\n ? stringSlice(S, position, position + 2)\n : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;\n };\n};\n\nmodule.exports = {\n // `String.prototype.codePointAt` method\n // https://tc39.es/ecma262/#sec-string.prototype.codepointat\n codeAt: createMethod(false),\n // `String.prototype.at` method\n // https://github.com/mathiasbynens/String.prototype.at\n charAt: createMethod(true)\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\nvar toString = require('../internals/to-string');\nvar InternalStateModule = require('../internals/internal-state');\nvar defineIterator = require('../internals/iterator-define');\nvar createIterResultObject = require('../internals/create-iter-result-object');\n\nvar STRING_ITERATOR = 'String Iterator';\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(STRING_ITERATOR);\n\n// `String.prototype[@@iterator]` method\n// https://tc39.es/ecma262/#sec-string.prototype-@@iterator\ndefineIterator(String, 'String', function (iterated) {\n setInternalState(this, {\n type: STRING_ITERATOR,\n string: toString(iterated),\n index: 0\n });\n// `%StringIteratorPrototype%.next` method\n// https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next\n}, function next() {\n var state = getInternalState(this);\n var string = state.string;\n var index = state.index;\n var point;\n if (index >= string.length) return createIterResultObject(undefined, true);\n point = charAt(string, index);\n state.index += point.length;\n return createIterResultObject(point, false);\n});\n","'use strict';\n// iterable DOM collections\n// flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods\nmodule.exports = {\n CSSRuleList: 0,\n CSSStyleDeclaration: 0,\n CSSValueList: 0,\n ClientRectList: 0,\n DOMRectList: 0,\n DOMStringList: 0,\n DOMTokenList: 1,\n DataTransferItemList: 0,\n FileList: 0,\n HTMLAllCollection: 0,\n HTMLCollection: 0,\n HTMLFormElement: 0,\n HTMLSelectElement: 0,\n MediaList: 0,\n MimeTypeArray: 0,\n NamedNodeMap: 0,\n NodeList: 1,\n PaintRequestList: 0,\n Plugin: 0,\n PluginArray: 0,\n SVGLengthList: 0,\n SVGNumberList: 0,\n SVGPathSegList: 0,\n SVGPointList: 0,\n SVGStringList: 0,\n SVGTransformList: 0,\n SourceBufferList: 0,\n StyleSheetList: 0,\n TextTrackCueList: 0,\n TextTrackList: 0,\n TouchList: 0\n};\n","'use strict';\n// in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList`\nvar documentCreateElement = require('../internals/document-create-element');\n\nvar classList = documentCreateElement('span').classList;\nvar DOMTokenListPrototype = classList && classList.constructor && classList.constructor.prototype;\n\nmodule.exports = DOMTokenListPrototype === Object.prototype ? undefined : DOMTokenListPrototype;\n","'use strict';\nvar global = require('../internals/global');\nvar DOMIterables = require('../internals/dom-iterables');\nvar DOMTokenListPrototype = require('../internals/dom-token-list-prototype');\nvar ArrayIteratorMethods = require('../modules/es.array.iterator');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar ITERATOR = wellKnownSymbol('iterator');\nvar ArrayValues = ArrayIteratorMethods.values;\n\nvar handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {\n if (CollectionPrototype) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[ITERATOR] !== ArrayValues) try {\n createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);\n } catch (error) {\n CollectionPrototype[ITERATOR] = ArrayValues;\n }\n setToStringTag(CollectionPrototype, COLLECTION_NAME, true);\n if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {\n // some Chrome versions have non-configurable methods on DOMTokenList\n if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {\n createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);\n } catch (error) {\n CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];\n }\n }\n }\n};\n\nfor (var COLLECTION_NAME in DOMIterables) {\n handlePrototype(global[COLLECTION_NAME] && global[COLLECTION_NAME].prototype, COLLECTION_NAME);\n}\n\nhandlePrototype(DOMTokenListPrototype, 'DOMTokenList');\n","'use strict';\nvar DESCRIPTORS = require('../internals/descriptors');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar call = require('../internals/function-call');\nvar fails = require('../internals/fails');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar toObject = require('../internals/to-object');\nvar IndexedObject = require('../internals/indexed-object');\n\n// eslint-disable-next-line es/no-object-assign -- safe\nvar $assign = Object.assign;\n// eslint-disable-next-line es/no-object-defineproperty -- required for testing\nvar defineProperty = Object.defineProperty;\nvar concat = uncurryThis([].concat);\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\nmodule.exports = !$assign || fails(function () {\n // should have correct order of operations (Edge bug)\n if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', {\n enumerable: true,\n get: function () {\n defineProperty(this, 'b', {\n value: 3,\n enumerable: false\n });\n }\n }), { b: 2 })).b !== 1) return true;\n // should work with symbols and should have deterministic property order (V8 bug)\n var A = {};\n var B = {};\n // eslint-disable-next-line es/no-symbol -- safe\n var symbol = Symbol('assign detection');\n var alphabet = 'abcdefghijklmnopqrst';\n A[symbol] = 7;\n alphabet.split('').forEach(function (chr) { B[chr] = chr; });\n return $assign({}, A)[symbol] !== 7 || objectKeys($assign({}, B)).join('') !== alphabet;\n}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`\n var T = toObject(target);\n var argumentsLength = arguments.length;\n var index = 1;\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n var propertyIsEnumerable = propertyIsEnumerableModule.f;\n while (argumentsLength > index) {\n var S = IndexedObject(arguments[index++]);\n var keys = getOwnPropertySymbols ? concat(objectKeys(S), getOwnPropertySymbols(S)) : objectKeys(S);\n var length = keys.length;\n var j = 0;\n var key;\n while (length > j) {\n key = keys[j++];\n if (!DESCRIPTORS || call(propertyIsEnumerable, S, key)) T[key] = S[key];\n }\n } return T;\n} : $assign;\n","'use strict';\nvar $ = require('../internals/export');\nvar assign = require('../internals/object-assign');\n\n// `Object.assign` method\n// https://tc39.es/ecma262/#sec-object.assign\n// eslint-disable-next-line es/no-object-assign -- required for testing\n$({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {\n assign: assign\n});\n","'use strict';\nvar call = require('../internals/function-call');\nvar getBuiltIn = require('../internals/get-built-in');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar defineBuiltIn = require('../internals/define-built-in');\n\nmodule.exports = function () {\n var Symbol = getBuiltIn('Symbol');\n var SymbolPrototype = Symbol && Symbol.prototype;\n var valueOf = SymbolPrototype && SymbolPrototype.valueOf;\n var TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\n\n if (SymbolPrototype && !SymbolPrototype[TO_PRIMITIVE]) {\n // `Symbol.prototype[@@toPrimitive]` method\n // https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive\n // eslint-disable-next-line no-unused-vars -- required for .length\n defineBuiltIn(SymbolPrototype, TO_PRIMITIVE, function (hint) {\n return call(valueOf, this);\n }, { arity: 1 });\n }\n};\n","'use strict';\nvar defineWellKnownSymbol = require('../internals/well-known-symbol-define');\nvar defineSymbolToPrimitive = require('../internals/symbol-define-to-primitive');\n\n// `Symbol.toPrimitive` well-known symbol\n// https://tc39.es/ecma262/#sec-symbol.toprimitive\ndefineWellKnownSymbol('toPrimitive');\n\n// `Symbol.prototype[@@toPrimitive]` method\n// https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive\ndefineSymbolToPrimitive();\n","'use strict';\nvar anObject = require('../internals/an-object');\nvar ordinaryToPrimitive = require('../internals/ordinary-to-primitive');\n\nvar $TypeError = TypeError;\n\n// `Date.prototype[@@toPrimitive](hint)` method implementation\n// https://tc39.es/ecma262/#sec-date.prototype-@@toprimitive\nmodule.exports = function (hint) {\n anObject(this);\n if (hint === 'string' || hint === 'default') hint = 'string';\n else if (hint !== 'number') throw new $TypeError('Incorrect hint');\n return ordinaryToPrimitive(this, hint);\n};\n","'use strict';\nvar hasOwn = require('../internals/has-own-property');\nvar defineBuiltIn = require('../internals/define-built-in');\nvar dateToPrimitive = require('../internals/date-to-primitive');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_PRIMITIVE = wellKnownSymbol('toPrimitive');\nvar DatePrototype = Date.prototype;\n\n// `Date.prototype[@@toPrimitive]` method\n// https://tc39.es/ecma262/#sec-date.prototype-@@toprimitive\nif (!hasOwn(DatePrototype, TO_PRIMITIVE)) {\n defineBuiltIn(DatePrototype, TO_PRIMITIVE, dateToPrimitive);\n}\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nmodule.exports = uncurryThis([].slice);\n","'use strict';\n/* eslint-disable es/no-object-getownpropertynames -- safe */\nvar classof = require('../internals/classof-raw');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar $getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar arraySlice = require('../internals/array-slice');\n\nvar windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames\n ? Object.getOwnPropertyNames(window) : [];\n\nvar getWindowNames = function (it) {\n try {\n return $getOwnPropertyNames(it);\n } catch (error) {\n return arraySlice(windowNames);\n }\n};\n\n// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window\nmodule.exports.f = function getOwnPropertyNames(it) {\n return windowNames && classof(it) === 'Window'\n ? getWindowNames(it)\n : $getOwnPropertyNames(toIndexedObject(it));\n};\n","'use strict';\nvar makeBuiltIn = require('../internals/make-built-in');\nvar defineProperty = require('../internals/object-define-property');\n\nmodule.exports = function (target, name, descriptor) {\n if (descriptor.get) makeBuiltIn(descriptor.get, name, { getter: true });\n if (descriptor.set) makeBuiltIn(descriptor.set, name, { setter: true });\n return defineProperty.f(target, name, descriptor);\n};\n","'use strict';\nvar classofRaw = require('../internals/classof-raw');\nvar uncurryThis = require('../internals/function-uncurry-this');\n\nmodule.exports = function (fn) {\n // Nashorn bug:\n // https://github.com/zloirock/core-js/issues/1128\n // https://github.com/zloirock/core-js/issues/1130\n if (classofRaw(fn) === 'Function') return uncurryThis(fn);\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this-clause');\nvar aCallable = require('../internals/a-callable');\nvar NATIVE_BIND = require('../internals/function-bind-native');\n\nvar bind = uncurryThis(uncurryThis.bind);\n\n// optional / simple context binding\nmodule.exports = function (fn, that) {\n aCallable(fn);\n return that === undefined ? fn : NATIVE_BIND ? bind(fn, that) : function (/* ...args */) {\n return fn.apply(that, arguments);\n };\n};\n","'use strict';\nvar classof = require('../internals/classof-raw');\n\n// `IsArray` abstract operation\n// https://tc39.es/ecma262/#sec-isarray\n// eslint-disable-next-line es/no-array-isarray -- safe\nmodule.exports = Array.isArray || function isArray(argument) {\n return classof(argument) === 'Array';\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar fails = require('../internals/fails');\nvar isCallable = require('../internals/is-callable');\nvar classof = require('../internals/classof');\nvar getBuiltIn = require('../internals/get-built-in');\nvar inspectSource = require('../internals/inspect-source');\n\nvar noop = function () { /* empty */ };\nvar construct = getBuiltIn('Reflect', 'construct');\nvar constructorRegExp = /^\\s*(?:class|function)\\b/;\nvar exec = uncurryThis(constructorRegExp.exec);\nvar INCORRECT_TO_STRING = !constructorRegExp.test(noop);\n\nvar isConstructorModern = function isConstructor(argument) {\n if (!isCallable(argument)) return false;\n try {\n construct(noop, [], argument);\n return true;\n } catch (error) {\n return false;\n }\n};\n\nvar isConstructorLegacy = function isConstructor(argument) {\n if (!isCallable(argument)) return false;\n switch (classof(argument)) {\n case 'AsyncFunction':\n case 'GeneratorFunction':\n case 'AsyncGeneratorFunction': return false;\n }\n try {\n // we can't check .prototype since constructors produced by .bind haven't it\n // `Function#toString` throws on some built-it function in some legacy engines\n // (for example, `DOMQuad` and similar in FF41-)\n return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument));\n } catch (error) {\n return true;\n }\n};\n\nisConstructorLegacy.sham = true;\n\n// `IsConstructor` abstract operation\n// https://tc39.es/ecma262/#sec-isconstructor\nmodule.exports = !construct || fails(function () {\n var called;\n return isConstructorModern(isConstructorModern.call)\n || !isConstructorModern(Object)\n || !isConstructorModern(function () { called = true; })\n || called;\n}) ? isConstructorLegacy : isConstructorModern;\n","'use strict';\nvar isArray = require('../internals/is-array');\nvar isConstructor = require('../internals/is-constructor');\nvar isObject = require('../internals/is-object');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar SPECIES = wellKnownSymbol('species');\nvar $Array = Array;\n\n// a part of `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray) {\n var C;\n if (isArray(originalArray)) {\n C = originalArray.constructor;\n // cross-realm fallback\n if (isConstructor(C) && (C === $Array || isArray(C.prototype))) C = undefined;\n else if (isObject(C)) {\n C = C[SPECIES];\n if (C === null) C = undefined;\n }\n } return C === undefined ? $Array : C;\n};\n","'use strict';\nvar arraySpeciesConstructor = require('../internals/array-species-constructor');\n\n// `ArraySpeciesCreate` abstract operation\n// https://tc39.es/ecma262/#sec-arrayspeciescreate\nmodule.exports = function (originalArray, length) {\n return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);\n};\n","'use strict';\nvar bind = require('../internals/function-bind-context');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar IndexedObject = require('../internals/indexed-object');\nvar toObject = require('../internals/to-object');\nvar lengthOfArrayLike = require('../internals/length-of-array-like');\nvar arraySpeciesCreate = require('../internals/array-species-create');\n\nvar push = uncurryThis([].push);\n\n// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation\nvar createMethod = function (TYPE) {\n var IS_MAP = TYPE === 1;\n var IS_FILTER = TYPE === 2;\n var IS_SOME = TYPE === 3;\n var IS_EVERY = TYPE === 4;\n var IS_FIND_INDEX = TYPE === 6;\n var IS_FILTER_REJECT = TYPE === 7;\n var NO_HOLES = TYPE === 5 || IS_FIND_INDEX;\n return function ($this, callbackfn, that, specificCreate) {\n var O = toObject($this);\n var self = IndexedObject(O);\n var length = lengthOfArrayLike(self);\n var boundFunction = bind(callbackfn, that);\n var index = 0;\n var create = specificCreate || arraySpeciesCreate;\n var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : undefined;\n var value, result;\n for (;length > index; index++) if (NO_HOLES || index in self) {\n value = self[index];\n result = boundFunction(value, index, O);\n if (TYPE) {\n if (IS_MAP) target[index] = result; // map\n else if (result) switch (TYPE) {\n case 3: return true; // some\n case 5: return value; // find\n case 6: return index; // findIndex\n case 2: push(target, value); // filter\n } else switch (TYPE) {\n case 4: return false; // every\n case 7: push(target, value); // filterReject\n }\n }\n }\n return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.forEach` method\n // https://tc39.es/ecma262/#sec-array.prototype.foreach\n forEach: createMethod(0),\n // `Array.prototype.map` method\n // https://tc39.es/ecma262/#sec-array.prototype.map\n map: createMethod(1),\n // `Array.prototype.filter` method\n // https://tc39.es/ecma262/#sec-array.prototype.filter\n filter: createMethod(2),\n // `Array.prototype.some` method\n // https://tc39.es/ecma262/#sec-array.prototype.some\n some: createMethod(3),\n // `Array.prototype.every` method\n // https://tc39.es/ecma262/#sec-array.prototype.every\n every: createMethod(4),\n // `Array.prototype.find` method\n // https://tc39.es/ecma262/#sec-array.prototype.find\n find: createMethod(5),\n // `Array.prototype.findIndex` method\n // https://tc39.es/ecma262/#sec-array.prototype.findIndex\n findIndex: createMethod(6),\n // `Array.prototype.filterReject` method\n // https://github.com/tc39/proposal-array-filtering\n filterReject: createMethod(7)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar global = require('../internals/global');\nvar call = require('../internals/function-call');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar IS_PURE = require('../internals/is-pure');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\nvar fails = require('../internals/fails');\nvar hasOwn = require('../internals/has-own-property');\nvar isPrototypeOf = require('../internals/object-is-prototype-of');\nvar anObject = require('../internals/an-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPropertyKey = require('../internals/to-property-key');\nvar $toString = require('../internals/to-string');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar nativeObjectCreate = require('../internals/object-create');\nvar objectKeys = require('../internals/object-keys');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertyNamesExternal = require('../internals/object-get-own-property-names-external');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\nvar definePropertiesModule = require('../internals/object-define-properties');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar defineBuiltIn = require('../internals/define-built-in');\nvar defineBuiltInAccessor = require('../internals/define-built-in-accessor');\nvar shared = require('../internals/shared');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar uid = require('../internals/uid');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar wrappedWellKnownSymbolModule = require('../internals/well-known-symbol-wrapped');\nvar defineWellKnownSymbol = require('../internals/well-known-symbol-define');\nvar defineSymbolToPrimitive = require('../internals/symbol-define-to-primitive');\nvar setToStringTag = require('../internals/set-to-string-tag');\nvar InternalStateModule = require('../internals/internal-state');\nvar $forEach = require('../internals/array-iteration').forEach;\n\nvar HIDDEN = sharedKey('hidden');\nvar SYMBOL = 'Symbol';\nvar PROTOTYPE = 'prototype';\n\nvar setInternalState = InternalStateModule.set;\nvar getInternalState = InternalStateModule.getterFor(SYMBOL);\n\nvar ObjectPrototype = Object[PROTOTYPE];\nvar $Symbol = global.Symbol;\nvar SymbolPrototype = $Symbol && $Symbol[PROTOTYPE];\nvar RangeError = global.RangeError;\nvar TypeError = global.TypeError;\nvar QObject = global.QObject;\nvar nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\nvar nativeDefineProperty = definePropertyModule.f;\nvar nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;\nvar nativePropertyIsEnumerable = propertyIsEnumerableModule.f;\nvar push = uncurryThis([].push);\n\nvar AllSymbols = shared('symbols');\nvar ObjectPrototypeSymbols = shared('op-symbols');\nvar WellKnownSymbolsStore = shared('wks');\n\n// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173\nvar USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;\n\n// fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687\nvar fallbackDefineProperty = function (O, P, Attributes) {\n var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P);\n if (ObjectPrototypeDescriptor) delete ObjectPrototype[P];\n nativeDefineProperty(O, P, Attributes);\n if (ObjectPrototypeDescriptor && O !== ObjectPrototype) {\n nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor);\n }\n};\n\nvar setSymbolDescriptor = DESCRIPTORS && fails(function () {\n return nativeObjectCreate(nativeDefineProperty({}, 'a', {\n get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; }\n })).a !== 7;\n}) ? fallbackDefineProperty : nativeDefineProperty;\n\nvar wrap = function (tag, description) {\n var symbol = AllSymbols[tag] = nativeObjectCreate(SymbolPrototype);\n setInternalState(symbol, {\n type: SYMBOL,\n tag: tag,\n description: description\n });\n if (!DESCRIPTORS) symbol.description = description;\n return symbol;\n};\n\nvar $defineProperty = function defineProperty(O, P, Attributes) {\n if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes);\n anObject(O);\n var key = toPropertyKey(P);\n anObject(Attributes);\n if (hasOwn(AllSymbols, key)) {\n if (!Attributes.enumerable) {\n if (!hasOwn(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, nativeObjectCreate(null)));\n O[HIDDEN][key] = true;\n } else {\n if (hasOwn(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;\n Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) });\n } return setSymbolDescriptor(O, key, Attributes);\n } return nativeDefineProperty(O, key, Attributes);\n};\n\nvar $defineProperties = function defineProperties(O, Properties) {\n anObject(O);\n var properties = toIndexedObject(Properties);\n var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties));\n $forEach(keys, function (key) {\n if (!DESCRIPTORS || call($propertyIsEnumerable, properties, key)) $defineProperty(O, key, properties[key]);\n });\n return O;\n};\n\nvar $create = function create(O, Properties) {\n return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties);\n};\n\nvar $propertyIsEnumerable = function propertyIsEnumerable(V) {\n var P = toPropertyKey(V);\n var enumerable = call(nativePropertyIsEnumerable, this, P);\n if (this === ObjectPrototype && hasOwn(AllSymbols, P) && !hasOwn(ObjectPrototypeSymbols, P)) return false;\n return enumerable || !hasOwn(this, P) || !hasOwn(AllSymbols, P) || hasOwn(this, HIDDEN) && this[HIDDEN][P]\n ? enumerable : true;\n};\n\nvar $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {\n var it = toIndexedObject(O);\n var key = toPropertyKey(P);\n if (it === ObjectPrototype && hasOwn(AllSymbols, key) && !hasOwn(ObjectPrototypeSymbols, key)) return;\n var descriptor = nativeGetOwnPropertyDescriptor(it, key);\n if (descriptor && hasOwn(AllSymbols, key) && !(hasOwn(it, HIDDEN) && it[HIDDEN][key])) {\n descriptor.enumerable = true;\n }\n return descriptor;\n};\n\nvar $getOwnPropertyNames = function getOwnPropertyNames(O) {\n var names = nativeGetOwnPropertyNames(toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (!hasOwn(AllSymbols, key) && !hasOwn(hiddenKeys, key)) push(result, key);\n });\n return result;\n};\n\nvar $getOwnPropertySymbols = function (O) {\n var IS_OBJECT_PROTOTYPE = O === ObjectPrototype;\n var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O));\n var result = [];\n $forEach(names, function (key) {\n if (hasOwn(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || hasOwn(ObjectPrototype, key))) {\n push(result, AllSymbols[key]);\n }\n });\n return result;\n};\n\n// `Symbol` constructor\n// https://tc39.es/ecma262/#sec-symbol-constructor\nif (!NATIVE_SYMBOL) {\n $Symbol = function Symbol() {\n if (isPrototypeOf(SymbolPrototype, this)) throw new TypeError('Symbol is not a constructor');\n var description = !arguments.length || arguments[0] === undefined ? undefined : $toString(arguments[0]);\n var tag = uid(description);\n var setter = function (value) {\n var $this = this === undefined ? global : this;\n if ($this === ObjectPrototype) call(setter, ObjectPrototypeSymbols, value);\n if (hasOwn($this, HIDDEN) && hasOwn($this[HIDDEN], tag)) $this[HIDDEN][tag] = false;\n var descriptor = createPropertyDescriptor(1, value);\n try {\n setSymbolDescriptor($this, tag, descriptor);\n } catch (error) {\n if (!(error instanceof RangeError)) throw error;\n fallbackDefineProperty($this, tag, descriptor);\n }\n };\n if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter });\n return wrap(tag, description);\n };\n\n SymbolPrototype = $Symbol[PROTOTYPE];\n\n defineBuiltIn(SymbolPrototype, 'toString', function toString() {\n return getInternalState(this).tag;\n });\n\n defineBuiltIn($Symbol, 'withoutSetter', function (description) {\n return wrap(uid(description), description);\n });\n\n propertyIsEnumerableModule.f = $propertyIsEnumerable;\n definePropertyModule.f = $defineProperty;\n definePropertiesModule.f = $defineProperties;\n getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor;\n getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;\n getOwnPropertySymbolsModule.f = $getOwnPropertySymbols;\n\n wrappedWellKnownSymbolModule.f = function (name) {\n return wrap(wellKnownSymbol(name), name);\n };\n\n if (DESCRIPTORS) {\n // https://github.com/tc39/proposal-Symbol-description\n defineBuiltInAccessor(SymbolPrototype, 'description', {\n configurable: true,\n get: function description() {\n return getInternalState(this).description;\n }\n });\n if (!IS_PURE) {\n defineBuiltIn(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true });\n }\n }\n}\n\n$({ global: true, constructor: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {\n Symbol: $Symbol\n});\n\n$forEach(objectKeys(WellKnownSymbolsStore), function (name) {\n defineWellKnownSymbol(name);\n});\n\n$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {\n useSetter: function () { USE_SETTER = true; },\n useSimple: function () { USE_SETTER = false; }\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {\n // `Object.create` method\n // https://tc39.es/ecma262/#sec-object.create\n create: $create,\n // `Object.defineProperty` method\n // https://tc39.es/ecma262/#sec-object.defineproperty\n defineProperty: $defineProperty,\n // `Object.defineProperties` method\n // https://tc39.es/ecma262/#sec-object.defineproperties\n defineProperties: $defineProperties,\n // `Object.getOwnPropertyDescriptor` method\n // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors\n getOwnPropertyDescriptor: $getOwnPropertyDescriptor\n});\n\n$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {\n // `Object.getOwnPropertyNames` method\n // https://tc39.es/ecma262/#sec-object.getownpropertynames\n getOwnPropertyNames: $getOwnPropertyNames\n});\n\n// `Symbol.prototype[@@toPrimitive]` method\n// https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive\ndefineSymbolToPrimitive();\n\n// `Symbol.prototype[@@toStringTag]` property\n// https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag\nsetToStringTag($Symbol, SYMBOL);\n\nhiddenKeys[HIDDEN] = true;\n","'use strict';\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\n\n/* eslint-disable es/no-symbol -- safe */\nmodule.exports = NATIVE_SYMBOL && !!Symbol['for'] && !!Symbol.keyFor;\n","'use strict';\nvar $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar hasOwn = require('../internals/has-own-property');\nvar toString = require('../internals/to-string');\nvar shared = require('../internals/shared');\nvar NATIVE_SYMBOL_REGISTRY = require('../internals/symbol-registry-detection');\n\nvar StringToSymbolRegistry = shared('string-to-symbol-registry');\nvar SymbolToStringRegistry = shared('symbol-to-string-registry');\n\n// `Symbol.for` method\n// https://tc39.es/ecma262/#sec-symbol.for\n$({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, {\n 'for': function (key) {\n var string = toString(key);\n if (hasOwn(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string];\n var symbol = getBuiltIn('Symbol')(string);\n StringToSymbolRegistry[string] = symbol;\n SymbolToStringRegistry[symbol] = string;\n return symbol;\n }\n});\n","'use strict';\nvar $ = require('../internals/export');\nvar hasOwn = require('../internals/has-own-property');\nvar isSymbol = require('../internals/is-symbol');\nvar tryToString = require('../internals/try-to-string');\nvar shared = require('../internals/shared');\nvar NATIVE_SYMBOL_REGISTRY = require('../internals/symbol-registry-detection');\n\nvar SymbolToStringRegistry = shared('symbol-to-string-registry');\n\n// `Symbol.keyFor` method\n// https://tc39.es/ecma262/#sec-symbol.keyfor\n$({ target: 'Symbol', stat: true, forced: !NATIVE_SYMBOL_REGISTRY }, {\n keyFor: function keyFor(sym) {\n if (!isSymbol(sym)) throw new TypeError(tryToString(sym) + ' is not a symbol');\n if (hasOwn(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym];\n }\n});\n","'use strict';\nvar NATIVE_BIND = require('../internals/function-bind-native');\n\nvar FunctionPrototype = Function.prototype;\nvar apply = FunctionPrototype.apply;\nvar call = FunctionPrototype.call;\n\n// eslint-disable-next-line es/no-reflect -- safe\nmodule.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {\n return call.apply(apply, arguments);\n});\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar isArray = require('../internals/is-array');\nvar isCallable = require('../internals/is-callable');\nvar classof = require('../internals/classof-raw');\nvar toString = require('../internals/to-string');\n\nvar push = uncurryThis([].push);\n\nmodule.exports = function (replacer) {\n if (isCallable(replacer)) return replacer;\n if (!isArray(replacer)) return;\n var rawLength = replacer.length;\n var keys = [];\n for (var i = 0; i < rawLength; i++) {\n var element = replacer[i];\n if (typeof element == 'string') push(keys, element);\n else if (typeof element == 'number' || classof(element) === 'Number' || classof(element) === 'String') push(keys, toString(element));\n }\n var keysLength = keys.length;\n var root = true;\n return function (key, value) {\n if (root) {\n root = false;\n return value;\n }\n if (isArray(this)) return value;\n for (var j = 0; j < keysLength; j++) if (keys[j] === key) return value;\n };\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar getBuiltIn = require('../internals/get-built-in');\nvar apply = require('../internals/function-apply');\nvar call = require('../internals/function-call');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar fails = require('../internals/fails');\nvar isCallable = require('../internals/is-callable');\nvar isSymbol = require('../internals/is-symbol');\nvar arraySlice = require('../internals/array-slice');\nvar getReplacerFunction = require('../internals/get-json-replacer-function');\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\n\nvar $String = String;\nvar $stringify = getBuiltIn('JSON', 'stringify');\nvar exec = uncurryThis(/./.exec);\nvar charAt = uncurryThis(''.charAt);\nvar charCodeAt = uncurryThis(''.charCodeAt);\nvar replace = uncurryThis(''.replace);\nvar numberToString = uncurryThis(1.0.toString);\n\nvar tester = /[\\uD800-\\uDFFF]/g;\nvar low = /^[\\uD800-\\uDBFF]$/;\nvar hi = /^[\\uDC00-\\uDFFF]$/;\n\nvar WRONG_SYMBOLS_CONVERSION = !NATIVE_SYMBOL || fails(function () {\n var symbol = getBuiltIn('Symbol')('stringify detection');\n // MS Edge converts symbol values to JSON as {}\n return $stringify([symbol]) !== '[null]'\n // WebKit converts symbol values to JSON as null\n || $stringify({ a: symbol }) !== '{}'\n // V8 throws on boxed symbols\n || $stringify(Object(symbol)) !== '{}';\n});\n\n// https://github.com/tc39/proposal-well-formed-stringify\nvar ILL_FORMED_UNICODE = fails(function () {\n return $stringify('\\uDF06\\uD834') !== '\"\\\\udf06\\\\ud834\"'\n || $stringify('\\uDEAD') !== '\"\\\\udead\"';\n});\n\nvar stringifyWithSymbolsFix = function (it, replacer) {\n var args = arraySlice(arguments);\n var $replacer = getReplacerFunction(replacer);\n if (!isCallable($replacer) && (it === undefined || isSymbol(it))) return; // IE8 returns string on undefined\n args[1] = function (key, value) {\n // some old implementations (like WebKit) could pass numbers as keys\n if (isCallable($replacer)) value = call($replacer, this, $String(key), value);\n if (!isSymbol(value)) return value;\n };\n return apply($stringify, null, args);\n};\n\nvar fixIllFormed = function (match, offset, string) {\n var prev = charAt(string, offset - 1);\n var next = charAt(string, offset + 1);\n if ((exec(low, match) && !exec(hi, next)) || (exec(hi, match) && !exec(low, prev))) {\n return '\\\\u' + numberToString(charCodeAt(match, 0), 16);\n } return match;\n};\n\nif ($stringify) {\n // `JSON.stringify` method\n // https://tc39.es/ecma262/#sec-json.stringify\n $({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {\n // eslint-disable-next-line no-unused-vars -- required for `.length`\n stringify: function stringify(it, replacer, space) {\n var args = arraySlice(arguments);\n var result = apply(WRONG_SYMBOLS_CONVERSION ? stringifyWithSymbolsFix : $stringify, null, args);\n return ILL_FORMED_UNICODE && typeof result == 'string' ? replace(result, tester, fixIllFormed) : result;\n }\n });\n}\n","'use strict';\nvar $ = require('../internals/export');\nvar NATIVE_SYMBOL = require('../internals/symbol-constructor-detection');\nvar fails = require('../internals/fails');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar toObject = require('../internals/to-object');\n\n// V8 ~ Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives\n// https://bugs.chromium.org/p/v8/issues/detail?id=3443\nvar FORCED = !NATIVE_SYMBOL || fails(function () { getOwnPropertySymbolsModule.f(1); });\n\n// `Object.getOwnPropertySymbols` method\n// https://tc39.es/ecma262/#sec-object.getownpropertysymbols\n$({ target: 'Object', stat: true, forced: FORCED }, {\n getOwnPropertySymbols: function getOwnPropertySymbols(it) {\n var $getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return $getOwnPropertySymbols ? $getOwnPropertySymbols(toObject(it)) : [];\n }\n});\n","// `Symbol.prototype.description` getter\n// https://tc39.es/ecma262/#sec-symbol.prototype.description\n'use strict';\nvar $ = require('../internals/export');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar hasOwn = require('../internals/has-own-property');\nvar isCallable = require('../internals/is-callable');\nvar isPrototypeOf = require('../internals/object-is-prototype-of');\nvar toString = require('../internals/to-string');\nvar defineBuiltInAccessor = require('../internals/define-built-in-accessor');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\n\nvar NativeSymbol = global.Symbol;\nvar SymbolPrototype = NativeSymbol && NativeSymbol.prototype;\n\nif (DESCRIPTORS && isCallable(NativeSymbol) && (!('description' in SymbolPrototype) ||\n // Safari 12 bug\n NativeSymbol().description !== undefined\n)) {\n var EmptyStringDescriptionStore = {};\n // wrap Symbol constructor for correct work with undefined description\n var SymbolWrapper = function Symbol() {\n var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString(arguments[0]);\n var result = isPrototypeOf(SymbolPrototype, this)\n ? new NativeSymbol(description)\n // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'\n : description === undefined ? NativeSymbol() : NativeSymbol(description);\n if (description === '') EmptyStringDescriptionStore[result] = true;\n return result;\n };\n\n copyConstructorProperties(SymbolWrapper, NativeSymbol);\n SymbolWrapper.prototype = SymbolPrototype;\n SymbolPrototype.constructor = SymbolWrapper;\n\n var NATIVE_SYMBOL = String(NativeSymbol('description detection')) === 'Symbol(description detection)';\n var thisSymbolValue = uncurryThis(SymbolPrototype.valueOf);\n var symbolDescriptiveString = uncurryThis(SymbolPrototype.toString);\n var regexp = /^Symbol\\((.*)\\)[^)]+$/;\n var replace = uncurryThis(''.replace);\n var stringSlice = uncurryThis(''.slice);\n\n defineBuiltInAccessor(SymbolPrototype, 'description', {\n configurable: true,\n get: function description() {\n var symbol = thisSymbolValue(this);\n if (hasOwn(EmptyStringDescriptionStore, symbol)) return '';\n var string = symbolDescriptiveString(symbol);\n var desc = NATIVE_SYMBOL ? stringSlice(string, 7, -1) : replace(string, regexp, '$1');\n return desc === '' ? undefined : desc;\n }\n });\n\n $({ global: true, constructor: true, forced: true }, {\n Symbol: SymbolWrapper\n });\n}\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n return '[object ' + classof(this) + ']';\n};\n","'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar defineBuiltIn = require('../internals/define-built-in');\nvar toString = require('../internals/object-to-string');\n\n// `Object.prototype.toString` method\n// https://tc39.es/ecma262/#sec-object.prototype.tostring\nif (!TO_STRING_TAG_SUPPORT) {\n defineBuiltIn(Object.prototype, 'toString', toString, { unsafe: true });\n}\n","'use strict';\nvar isCallable = require('../internals/is-callable');\nvar isObject = require('../internals/is-object');\nvar setPrototypeOf = require('../internals/object-set-prototype-of');\n\n// makes subclassing work correct for wrapped built-ins\nmodule.exports = function ($this, dummy, Wrapper) {\n var NewTarget, NewTargetPrototype;\n if (\n // it can work only with native `setPrototypeOf`\n setPrototypeOf &&\n // we haven't completely correct pre-ES6 way for getting `new.target`, so use this\n isCallable(NewTarget = dummy.constructor) &&\n NewTarget !== Wrapper &&\n isObject(NewTargetPrototype = NewTarget.prototype) &&\n NewTargetPrototype !== Wrapper.prototype\n ) setPrototypeOf($this, NewTargetPrototype);\n return $this;\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\n\n// `thisNumberValue` abstract operation\n// https://tc39.es/ecma262/#sec-thisnumbervalue\nmodule.exports = uncurryThis(1.0.valueOf);\n","'use strict';\n// a string of all valid unicode whitespaces\nmodule.exports = '\\u0009\\u000A\\u000B\\u000C\\u000D\\u0020\\u00A0\\u1680\\u2000\\u2001\\u2002' +\n '\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200A\\u202F\\u205F\\u3000\\u2028\\u2029\\uFEFF';\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar toString = require('../internals/to-string');\nvar whitespaces = require('../internals/whitespaces');\n\nvar replace = uncurryThis(''.replace);\nvar ltrim = RegExp('^[' + whitespaces + ']+');\nvar rtrim = RegExp('(^|[^' + whitespaces + '])[' + whitespaces + ']+$');\n\n// `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation\nvar createMethod = function (TYPE) {\n return function ($this) {\n var string = toString(requireObjectCoercible($this));\n if (TYPE & 1) string = replace(string, ltrim, '');\n if (TYPE & 2) string = replace(string, rtrim, '$1');\n return string;\n };\n};\n\nmodule.exports = {\n // `String.prototype.{ trimLeft, trimStart }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimstart\n start: createMethod(1),\n // `String.prototype.{ trimRight, trimEnd }` methods\n // https://tc39.es/ecma262/#sec-string.prototype.trimend\n end: createMethod(2),\n // `String.prototype.trim` method\n // https://tc39.es/ecma262/#sec-string.prototype.trim\n trim: createMethod(3)\n};\n","'use strict';\nvar $ = require('../internals/export');\nvar IS_PURE = require('../internals/is-pure');\nvar DESCRIPTORS = require('../internals/descriptors');\nvar global = require('../internals/global');\nvar path = require('../internals/path');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar isForced = require('../internals/is-forced');\nvar hasOwn = require('../internals/has-own-property');\nvar inheritIfRequired = require('../internals/inherit-if-required');\nvar isPrototypeOf = require('../internals/object-is-prototype-of');\nvar isSymbol = require('../internals/is-symbol');\nvar toPrimitive = require('../internals/to-primitive');\nvar fails = require('../internals/fails');\nvar getOwnPropertyNames = require('../internals/object-get-own-property-names').f;\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar defineProperty = require('../internals/object-define-property').f;\nvar thisNumberValue = require('../internals/this-number-value');\nvar trim = require('../internals/string-trim').trim;\n\nvar NUMBER = 'Number';\nvar NativeNumber = global[NUMBER];\nvar PureNumberNamespace = path[NUMBER];\nvar NumberPrototype = NativeNumber.prototype;\nvar TypeError = global.TypeError;\nvar stringSlice = uncurryThis(''.slice);\nvar charCodeAt = uncurryThis(''.charCodeAt);\n\n// `ToNumeric` abstract operation\n// https://tc39.es/ecma262/#sec-tonumeric\nvar toNumeric = function (value) {\n var primValue = toPrimitive(value, 'number');\n return typeof primValue == 'bigint' ? primValue : toNumber(primValue);\n};\n\n// `ToNumber` abstract operation\n// https://tc39.es/ecma262/#sec-tonumber\nvar toNumber = function (argument) {\n var it = toPrimitive(argument, 'number');\n var first, third, radix, maxCode, digits, length, index, code;\n if (isSymbol(it)) throw new TypeError('Cannot convert a Symbol value to a number');\n if (typeof it == 'string' && it.length > 2) {\n it = trim(it);\n first = charCodeAt(it, 0);\n if (first === 43 || first === 45) {\n third = charCodeAt(it, 2);\n if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix\n } else if (first === 48) {\n switch (charCodeAt(it, 1)) {\n // fast equal of /^0b[01]+$/i\n case 66:\n case 98:\n radix = 2;\n maxCode = 49;\n break;\n // fast equal of /^0o[0-7]+$/i\n case 79:\n case 111:\n radix = 8;\n maxCode = 55;\n break;\n default:\n return +it;\n }\n digits = stringSlice(it, 2);\n length = digits.length;\n for (index = 0; index < length; index++) {\n code = charCodeAt(digits, index);\n // parseInt parses a string to a first unavailable symbol\n // but ToNumber should return NaN if a string contains unavailable symbols\n if (code < 48 || code > maxCode) return NaN;\n } return parseInt(digits, radix);\n }\n } return +it;\n};\n\nvar FORCED = isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'));\n\nvar calledWithNew = function (dummy) {\n // includes check on 1..constructor(foo) case\n return isPrototypeOf(NumberPrototype, dummy) && fails(function () { thisNumberValue(dummy); });\n};\n\n// `Number` constructor\n// https://tc39.es/ecma262/#sec-number-constructor\nvar NumberWrapper = function Number(value) {\n var n = arguments.length < 1 ? 0 : NativeNumber(toNumeric(value));\n return calledWithNew(this) ? inheritIfRequired(Object(n), this, NumberWrapper) : n;\n};\n\nNumberWrapper.prototype = NumberPrototype;\nif (FORCED && !IS_PURE) NumberPrototype.constructor = NumberWrapper;\n\n$({ global: true, constructor: true, wrap: true, forced: FORCED }, {\n Number: NumberWrapper\n});\n\n// Use `internal/copy-constructor-properties` helper in `core-js@4`\nvar copyConstructorProperties = function (target, source) {\n for (var keys = DESCRIPTORS ? getOwnPropertyNames(source) : (\n // ES3:\n 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +\n // ES2015 (in case, if modules with ES2015 Number statics required before):\n 'EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,' +\n // ESNext\n 'fromString,range'\n ).split(','), j = 0, key; keys.length > j; j++) {\n if (hasOwn(source, key = keys[j]) && !hasOwn(target, key)) {\n defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n }\n};\n\nif (IS_PURE && PureNumberNamespace) copyConstructorProperties(path[NUMBER], PureNumberNamespace);\nif (FORCED || IS_PURE) copyConstructorProperties(path[NUMBER], NativeNumber);\n","\"use strict\";\n\nrequire(\"core-js/modules/es.object.define-property.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.LogLevel = void 0;\nvar LogLevel = /*#__PURE__*/function (LogLevel) {\n LogLevel[LogLevel[\"Debug\"] = 0] = \"Debug\";\n LogLevel[LogLevel[\"Info\"] = 1] = \"Info\";\n LogLevel[LogLevel[\"Warn\"] = 2] = \"Warn\";\n LogLevel[LogLevel[\"Error\"] = 3] = \"Error\";\n LogLevel[LogLevel[\"Fatal\"] = 4] = \"Fatal\";\n return LogLevel;\n}({});\nexports.LogLevel = LogLevel;\n//# sourceMappingURL=contracts.js.map","\"use strict\";\n\nrequire(\"core-js/modules/es.object.define-property.js\");\nrequire(\"core-js/modules/es.symbol.iterator.js\");\nrequire(\"core-js/modules/es.array.iterator.js\");\nrequire(\"core-js/modules/es.string.iterator.js\");\nrequire(\"core-js/modules/web.dom-collections.iterator.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.ConsoleLogger = void 0;\nexports.buildConsoleLogger = buildConsoleLogger;\nrequire(\"core-js/modules/es.object.assign.js\");\nrequire(\"core-js/modules/es.symbol.to-primitive.js\");\nrequire(\"core-js/modules/es.date.to-primitive.js\");\nrequire(\"core-js/modules/es.symbol.js\");\nrequire(\"core-js/modules/es.symbol.description.js\");\nrequire(\"core-js/modules/es.object.to-string.js\");\nrequire(\"core-js/modules/es.number.constructor.js\");\nvar _contracts = require(\"./contracts\");\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\nfunction _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\nfunction _toPropertyKey(arg) { var key = _toPrimitive(arg, \"string\"); return _typeof(key) === \"symbol\" ? key : String(key); }\nfunction _toPrimitive(input, hint) { if (_typeof(input) !== \"object\" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || \"default\"); if (_typeof(res) !== \"object\") return res; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (hint === \"string\" ? String : Number)(input); }\nvar ConsoleLogger = /*#__PURE__*/function () {\n function ConsoleLogger(context) {\n _classCallCheck(this, ConsoleLogger);\n _defineProperty(this, \"context\", void 0);\n this.context = context || {};\n }\n _createClass(ConsoleLogger, [{\n key: \"formatMessage\",\n value: function formatMessage(message, level, context) {\n var msg = '[' + _contracts.LogLevel[level].toUpperCase() + '] ';\n if (context && context.app) {\n msg += context.app + ': ';\n }\n if (typeof message === 'string') return msg + message;\n\n // basic error formatting\n msg += \"Unexpected \".concat(message.name);\n if (message.message) msg += \" \\\"\".concat(message.message, \"\\\"\");\n // only add stack trace when debugging\n if (level === _contracts.LogLevel.Debug && message.stack) msg += \"\\n\\nStack trace:\\n\".concat(message.stack);\n return msg;\n }\n }, {\n key: \"log\",\n value: function log(level, message, context) {\n var _this$context, _this$context2;\n // Skip if level is configured and this is below the level\n if (typeof ((_this$context = this.context) === null || _this$context === void 0 ? void 0 : _this$context.level) === 'number' && level < ((_this$context2 = this.context) === null || _this$context2 === void 0 ? void 0 : _this$context2.level)) {\n return;\n }\n\n // Add error object to context\n if (_typeof(message) === 'object' && (context === null || context === void 0 ? void 0 : context.error) === undefined) {\n context.error = message;\n }\n switch (level) {\n case _contracts.LogLevel.Debug:\n console.debug(this.formatMessage(message, _contracts.LogLevel.Debug, context), context);\n break;\n case _contracts.LogLevel.Info:\n console.info(this.formatMessage(message, _contracts.LogLevel.Info, context), context);\n break;\n case _contracts.LogLevel.Warn:\n console.warn(this.formatMessage(message, _contracts.LogLevel.Warn, context), context);\n break;\n case _contracts.LogLevel.Error:\n console.error(this.formatMessage(message, _contracts.LogLevel.Error, context), context);\n break;\n case _contracts.LogLevel.Fatal:\n default:\n console.error(this.formatMessage(message, _contracts.LogLevel.Fatal, context), context);\n break;\n }\n }\n }, {\n key: \"debug\",\n value: function debug(message, context) {\n this.log(_contracts.LogLevel.Debug, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"info\",\n value: function info(message, context) {\n this.log(_contracts.LogLevel.Info, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"warn\",\n value: function warn(message, context) {\n this.log(_contracts.LogLevel.Warn, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"error\",\n value: function error(message, context) {\n this.log(_contracts.LogLevel.Error, message, Object.assign({}, this.context, context));\n }\n }, {\n key: \"fatal\",\n value: function fatal(message, context) {\n this.log(_contracts.LogLevel.Fatal, message, Object.assign({}, this.context, context));\n }\n }]);\n return ConsoleLogger;\n}();\n/**\n * Create a new console logger\n *\n * @param context Optional global context which should be included for all logging messages\n */\nexports.ConsoleLogger = ConsoleLogger;\nfunction buildConsoleLogger(context) {\n return new ConsoleLogger(context);\n}\n//# sourceMappingURL=ConsoleLogger.js.map","\"use strict\";\n\nrequire(\"core-js/modules/es.object.define-property.js\");\nrequire(\"core-js/modules/es.symbol.iterator.js\");\nrequire(\"core-js/modules/es.array.iterator.js\");\nrequire(\"core-js/modules/es.string.iterator.js\");\nrequire(\"core-js/modules/web.dom-collections.iterator.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.LoggerBuilder = void 0;\nrequire(\"core-js/modules/es.symbol.to-primitive.js\");\nrequire(\"core-js/modules/es.date.to-primitive.js\");\nrequire(\"core-js/modules/es.symbol.js\");\nrequire(\"core-js/modules/es.symbol.description.js\");\nrequire(\"core-js/modules/es.object.to-string.js\");\nrequire(\"core-js/modules/es.number.constructor.js\");\nvar _auth = require(\"@nextcloud/auth\");\nvar _contracts = require(\"./contracts\");\nfunction _typeof(o) { \"@babel/helpers - typeof\"; return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o; }, _typeof(o); }\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, \"prototype\", { writable: false }); return Constructor; }\nfunction _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\nfunction _toPropertyKey(arg) { var key = _toPrimitive(arg, \"string\"); return _typeof(key) === \"symbol\" ? key : String(key); }\nfunction _toPrimitive(input, hint) { if (_typeof(input) !== \"object\" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || \"default\"); if (_typeof(res) !== \"object\") return res; throw new TypeError(\"@@toPrimitive must return a primitive value.\"); } return (hint === \"string\" ? String : Number)(input); }\n/**\n * @notExported\n */\nvar LoggerBuilder = /*#__PURE__*/function () {\n function LoggerBuilder(factory) {\n _classCallCheck(this, LoggerBuilder);\n _defineProperty(this, \"context\", void 0);\n _defineProperty(this, \"factory\", void 0);\n this.context = {};\n this.factory = factory;\n }\n\n /**\n * Set the app name within the logging context\n *\n * @param appId App name\n */\n _createClass(LoggerBuilder, [{\n key: \"setApp\",\n value: function setApp(appId) {\n this.context.app = appId;\n return this;\n }\n\n /**\n * Set the logging level within the logging context\n *\n * @param level Logging level\n */\n }, {\n key: \"setLogLevel\",\n value: function setLogLevel(level) {\n this.context.level = level;\n return this;\n }\n\n /* eslint-disable jsdoc/no-undefined-types */\n /**\n * Set the user id within the logging context\n * @param uid User ID\n * @see {@link detectUser}\n */\n /* eslint-enable jsdoc/no-undefined-types */\n }, {\n key: \"setUid\",\n value: function setUid(uid) {\n this.context.uid = uid;\n return this;\n }\n\n /**\n * Detect the currently logged in user and set the user id within the logging context\n */\n }, {\n key: \"detectUser\",\n value: function detectUser() {\n var user = (0, _auth.getCurrentUser)();\n if (user !== null) {\n this.context.uid = user.uid;\n }\n return this;\n }\n\n /**\n * Detect and use logging level configured in nextcloud config\n */\n }, {\n key: \"detectLogLevel\",\n value: function detectLogLevel() {\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n var self = this;\n\n // Use arrow function to prevent undefined `this` within event handler\n var onLoaded = function onLoaded() {\n if (document.readyState === 'complete' || document.readyState === 'interactive') {\n var _window$_oc_config$lo, _window$_oc_config;\n // Up to, including, nextcloud 24 the loglevel was not exposed\n self.context.level = (_window$_oc_config$lo = (_window$_oc_config = window._oc_config) === null || _window$_oc_config === void 0 ? void 0 : _window$_oc_config.loglevel) !== null && _window$_oc_config$lo !== void 0 ? _window$_oc_config$lo : _contracts.LogLevel.Warn;\n // Override loglevel if we are in debug mode\n if (window._oc_debug) {\n self.context.level = _contracts.LogLevel.Debug;\n }\n document.removeEventListener('readystatechange', onLoaded);\n } else {\n document.addEventListener('readystatechange', onLoaded);\n }\n };\n onLoaded();\n return this;\n }\n\n /** Build a logger using the logging context and factory */\n }, {\n key: \"build\",\n value: function build() {\n if (this.context.level === undefined) {\n // No logging level set manually, use the configured one\n this.detectLogLevel();\n }\n return this.factory(this.context);\n }\n }]);\n return LoggerBuilder;\n}();\nexports.LoggerBuilder = LoggerBuilder;\n//# sourceMappingURL=LoggerBuilder.js.map","\"use strict\";\n\nrequire(\"core-js/modules/es.object.define-property.js\");\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nObject.defineProperty(exports, \"LogLevel\", {\n enumerable: true,\n get: function get() {\n return _contracts.LogLevel;\n }\n});\nexports.getLogger = getLogger;\nexports.getLoggerBuilder = getLoggerBuilder;\nvar _ConsoleLogger = require(\"./ConsoleLogger\");\nvar _LoggerBuilder = require(\"./LoggerBuilder\");\nvar _contracts = require(\"./contracts\");\n/**\n * Build a customized logger instance\n */\nfunction getLoggerBuilder() {\n return new _LoggerBuilder.LoggerBuilder(_ConsoleLogger.buildConsoleLogger);\n}\n\n/**\n * Get a default logger instance without any configuration\n */\nfunction getLogger() {\n return getLoggerBuilder().build();\n}\n//# sourceMappingURL=index.js.map","/**\n * @copyright Copyright (c) 2021 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\n// Set up logger\nconst logger = getLoggerBuilder()\n\t.setApp(appName)\n\t.detectUser()\n\t.build()\n\nexport default logger\n","\n\n","\n\n","export default \"\"","\n\n","\n\n","\n\n","\n\n\n\n\n\n\n\n\n","function setAsyncState(vm, stateObject, state) {\n vm.$set(vm.$data._asyncComputed[stateObject], 'state', state);\n vm.$set(vm.$data._asyncComputed[stateObject], 'updating', state === 'updating');\n vm.$set(vm.$data._asyncComputed[stateObject], 'error', state === 'error');\n vm.$set(vm.$data._asyncComputed[stateObject], 'success', state === 'success');\n}\n\nfunction getterOnly(fn) {\n if (typeof fn === 'function') return fn;\n\n return fn.get;\n}\n\nfunction hasOwnProperty(object, property) {\n return Object.prototype.hasOwnProperty.call(object, property);\n}\n\nfunction isComputedLazy(item) {\n return hasOwnProperty(item, 'lazy') && item.lazy;\n}\n\nfunction isLazyActive(vm, key) {\n return vm[lazyActivePrefix + key];\n}\n\nvar lazyActivePrefix = 'async_computed$lazy_active$',\n lazyDataPrefix = 'async_computed$lazy_data$';\n\nfunction initLazy(data, key, value) {\n data[lazyActivePrefix + key] = false;\n data[lazyDataPrefix + key] = value;\n}\n\nfunction makeLazyComputed(key) {\n return {\n get: function get() {\n this[lazyActivePrefix + key] = true;\n return this[lazyDataPrefix + key];\n },\n set: function set(value) {\n this[lazyDataPrefix + key] = value;\n }\n };\n}\n\nfunction silentSetLazy(vm, key, value) {\n vm[lazyDataPrefix + key] = value;\n}\nfunction silentGetLazy(vm, key) {\n return vm[lazyDataPrefix + key];\n}\n\nvar getGetterWatchedByArray = function getGetterWatchedByArray(computedAsyncProperty) {\n return function getter() {\n var _this = this;\n\n computedAsyncProperty.watch.forEach(function (key) {\n // Check if nested key is watched.\n var splittedByDot = key.split('.');\n if (splittedByDot.length === 1) {\n // If not, just access it.\n // eslint-disable-next-line no-unused-expressions\n _this[key];\n } else {\n // Access the nested propety.\n try {\n var start = _this;\n splittedByDot.forEach(function (part) {\n start = start[part];\n });\n } catch (error) {\n console.error('AsyncComputed: bad path: ', key);\n throw error;\n }\n }\n });\n return computedAsyncProperty.get.call(this);\n };\n};\n\nvar getGetterWatchedByFunction = function getGetterWatchedByFunction(computedAsyncProperty) {\n return function getter() {\n computedAsyncProperty.watch.call(this);\n return computedAsyncProperty.get.call(this);\n };\n};\n\nfunction getWatchedGetter(computedAsyncProperty) {\n if (typeof computedAsyncProperty.watch === 'function') {\n return getGetterWatchedByFunction(computedAsyncProperty);\n } else if (Array.isArray(computedAsyncProperty.watch)) {\n computedAsyncProperty.watch.forEach(function (key) {\n if (typeof key !== 'string') {\n throw new Error('AsyncComputed: watch elemnts must be strings');\n }\n });\n return getGetterWatchedByArray(computedAsyncProperty);\n } else {\n throw Error('AsyncComputed: watch should be function or an array');\n }\n}\n\nvar DidNotUpdate = typeof Symbol === 'function' ? Symbol('did-not-update') : {};\n\nvar getGetterWithShouldUpdate = function getGetterWithShouldUpdate(asyncProprety, currentGetter) {\n return function getter() {\n return asyncProprety.shouldUpdate.call(this) ? currentGetter.call(this) : DidNotUpdate;\n };\n};\n\nvar shouldNotUpdate = function shouldNotUpdate(value) {\n return DidNotUpdate === value;\n};\n\nvar prefix = '_async_computed$';\n\nvar AsyncComputed = {\n install: function install(Vue, pluginOptions) {\n pluginOptions = pluginOptions || {};\n\n Vue.config.optionMergeStrategies.asyncComputed = Vue.config.optionMergeStrategies.computed;\n\n Vue.mixin({\n data: function data() {\n return {\n _asyncComputed: {}\n };\n },\n\n computed: {\n $asyncComputed: function $asyncComputed() {\n return this.$data._asyncComputed;\n }\n },\n beforeCreate: function beforeCreate() {\n var asyncComputed = this.$options.asyncComputed || {};\n\n if (!Object.keys(asyncComputed).length) return;\n\n for (var key in asyncComputed) {\n var getter = getterFn(key, asyncComputed[key]);\n this.$options.computed[prefix + key] = getter;\n }\n\n this.$options.data = initDataWithAsyncComputed(this.$options, pluginOptions);\n },\n created: function created() {\n for (var key in this.$options.asyncComputed || {}) {\n var item = this.$options.asyncComputed[key],\n value = generateDefault.call(this, item, pluginOptions);\n if (isComputedLazy(item)) {\n silentSetLazy(this, key, value);\n } else {\n this[key] = value;\n }\n }\n\n for (var _key in this.$options.asyncComputed || {}) {\n handleAsyncComputedPropetyChanges(this, _key, pluginOptions, Vue);\n }\n }\n });\n }\n};\n\nfunction handleAsyncComputedPropetyChanges(vm, key, pluginOptions, Vue) {\n var promiseId = 0;\n var watcher = function watcher(newPromise) {\n var thisPromise = ++promiseId;\n\n if (shouldNotUpdate(newPromise)) return;\n\n if (!newPromise || !newPromise.then) {\n newPromise = Promise.resolve(newPromise);\n }\n setAsyncState(vm, key, 'updating');\n\n newPromise.then(function (value) {\n if (thisPromise !== promiseId) return;\n setAsyncState(vm, key, 'success');\n vm[key] = value;\n }).catch(function (err) {\n if (thisPromise !== promiseId) return;\n\n setAsyncState(vm, key, 'error');\n Vue.set(vm.$data._asyncComputed[key], 'exception', err);\n if (pluginOptions.errorHandler === false) return;\n\n var handler = pluginOptions.errorHandler === undefined ? console.error.bind(console, 'Error evaluating async computed property:') : pluginOptions.errorHandler;\n\n if (pluginOptions.useRawError) {\n handler(err, vm, err.stack);\n } else {\n handler(err.stack);\n }\n });\n };\n Vue.set(vm.$data._asyncComputed, key, {\n exception: null,\n update: function update() {\n if (!vm._isDestroyed) {\n watcher(getterOnly(vm.$options.asyncComputed[key]).apply(vm));\n }\n }\n });\n setAsyncState(vm, key, 'updating');\n vm.$watch(prefix + key, watcher, { immediate: true });\n}\n\nfunction initDataWithAsyncComputed(options, pluginOptions) {\n var optionData = options.data;\n var asyncComputed = options.asyncComputed || {};\n\n return function vueAsyncComputedInjectedDataFn(vm) {\n var data = (typeof optionData === 'function' ? optionData.call(this, vm) : optionData) || {};\n for (var key in asyncComputed) {\n var item = this.$options.asyncComputed[key];\n\n var value = generateDefault.call(this, item, pluginOptions);\n if (isComputedLazy(item)) {\n initLazy(data, key, value);\n this.$options.computed[key] = makeLazyComputed(key);\n } else {\n data[key] = value;\n }\n }\n return data;\n };\n}\n\nfunction getterFn(key, fn) {\n if (typeof fn === 'function') return fn;\n\n var getter = fn.get;\n\n if (hasOwnProperty(fn, 'watch')) {\n getter = getWatchedGetter(fn);\n }\n\n if (hasOwnProperty(fn, 'shouldUpdate')) {\n getter = getGetterWithShouldUpdate(fn, getter);\n }\n\n if (isComputedLazy(fn)) {\n var nonLazy = getter;\n getter = function lazyGetter() {\n if (isLazyActive(this, key)) {\n return nonLazy.call(this);\n } else {\n return silentGetLazy(this, key);\n }\n };\n }\n return getter;\n}\n\nfunction generateDefault(fn, pluginOptions) {\n var defaultValue = null;\n\n if ('default' in fn) {\n defaultValue = fn.default;\n } else if ('default' in pluginOptions) {\n defaultValue = pluginOptions.default;\n }\n\n if (typeof defaultValue === 'function') {\n return defaultValue.call(this);\n } else {\n return defaultValue;\n }\n}\n\n/* istanbul ignore if */\nif (typeof window !== 'undefined' && window.Vue) {\n // Auto install in dist mode\n window.Vue.use(AsyncComputed);\n}\n\nexport default AsyncComputed;\n","\n\n","'use strict';\nvar anObject = require('../internals/an-object');\n\n// `RegExp.prototype.flags` getter implementation\n// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags\nmodule.exports = function () {\n var that = anObject(this);\n var result = '';\n if (that.hasIndices) result += 'd';\n if (that.global) result += 'g';\n if (that.ignoreCase) result += 'i';\n if (that.multiline) result += 'm';\n if (that.dotAll) result += 's';\n if (that.unicode) result += 'u';\n if (that.unicodeSets) result += 'v';\n if (that.sticky) result += 'y';\n return result;\n};\n","'use strict';\nvar fails = require('../internals/fails');\nvar global = require('../internals/global');\n\n// babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError\nvar $RegExp = global.RegExp;\n\nvar UNSUPPORTED_Y = fails(function () {\n var re = $RegExp('a', 'y');\n re.lastIndex = 2;\n return re.exec('abcd') !== null;\n});\n\n// UC Browser bug\n// https://github.com/zloirock/core-js/issues/1008\nvar MISSED_STICKY = UNSUPPORTED_Y || fails(function () {\n return !$RegExp('a', 'y').sticky;\n});\n\nvar BROKEN_CARET = UNSUPPORTED_Y || fails(function () {\n // https://bugzilla.mozilla.org/show_bug.cgi?id=773687\n var re = $RegExp('^r', 'gy');\n re.lastIndex = 2;\n return re.exec('str') !== null;\n});\n\nmodule.exports = {\n BROKEN_CARET: BROKEN_CARET,\n MISSED_STICKY: MISSED_STICKY,\n UNSUPPORTED_Y: UNSUPPORTED_Y\n};\n","'use strict';\nvar fails = require('../internals/fails');\nvar global = require('../internals/global');\n\n// babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError\nvar $RegExp = global.RegExp;\n\nmodule.exports = fails(function () {\n var re = $RegExp('.', 's');\n return !(re.dotAll && re.test('\\n') && re.flags === 's');\n});\n","'use strict';\nvar fails = require('../internals/fails');\nvar global = require('../internals/global');\n\n// babel-minify and Closure Compiler transpiles RegExp('(?b)', 'g') -> /(?b)/g and it causes SyntaxError\nvar $RegExp = global.RegExp;\n\nmodule.exports = fails(function () {\n var re = $RegExp('(?b)', 'g');\n return re.exec('b').groups.a !== 'b' ||\n 'b'.replace(re, '$c') !== 'bc';\n});\n","'use strict';\n/* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */\n/* eslint-disable regexp/no-useless-quantifier -- testing */\nvar call = require('../internals/function-call');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar toString = require('../internals/to-string');\nvar regexpFlags = require('../internals/regexp-flags');\nvar stickyHelpers = require('../internals/regexp-sticky-helpers');\nvar shared = require('../internals/shared');\nvar create = require('../internals/object-create');\nvar getInternalState = require('../internals/internal-state').get;\nvar UNSUPPORTED_DOT_ALL = require('../internals/regexp-unsupported-dot-all');\nvar UNSUPPORTED_NCG = require('../internals/regexp-unsupported-ncg');\n\nvar nativeReplace = shared('native-string-replace', String.prototype.replace);\nvar nativeExec = RegExp.prototype.exec;\nvar patchedExec = nativeExec;\nvar charAt = uncurryThis(''.charAt);\nvar indexOf = uncurryThis(''.indexOf);\nvar replace = uncurryThis(''.replace);\nvar stringSlice = uncurryThis(''.slice);\n\nvar UPDATES_LAST_INDEX_WRONG = (function () {\n var re1 = /a/;\n var re2 = /b*/g;\n call(nativeExec, re1, 'a');\n call(nativeExec, re2, 'a');\n return re1.lastIndex !== 0 || re2.lastIndex !== 0;\n})();\n\nvar UNSUPPORTED_Y = stickyHelpers.BROKEN_CARET;\n\n// nonparticipating capturing group, copied from es5-shim's String#split patch.\nvar NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;\n\nvar PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y || UNSUPPORTED_DOT_ALL || UNSUPPORTED_NCG;\n\nif (PATCH) {\n patchedExec = function exec(string) {\n var re = this;\n var state = getInternalState(re);\n var str = toString(string);\n var raw = state.raw;\n var result, reCopy, lastIndex, match, i, object, group;\n\n if (raw) {\n raw.lastIndex = re.lastIndex;\n result = call(patchedExec, raw, str);\n re.lastIndex = raw.lastIndex;\n return result;\n }\n\n var groups = state.groups;\n var sticky = UNSUPPORTED_Y && re.sticky;\n var flags = call(regexpFlags, re);\n var source = re.source;\n var charsAdded = 0;\n var strCopy = str;\n\n if (sticky) {\n flags = replace(flags, 'y', '');\n if (indexOf(flags, 'g') === -1) {\n flags += 'g';\n }\n\n strCopy = stringSlice(str, re.lastIndex);\n // Support anchored sticky behavior.\n if (re.lastIndex > 0 && (!re.multiline || re.multiline && charAt(str, re.lastIndex - 1) !== '\\n')) {\n source = '(?: ' + source + ')';\n strCopy = ' ' + strCopy;\n charsAdded++;\n }\n // ^(? + rx + ) is needed, in combination with some str slicing, to\n // simulate the 'y' flag.\n reCopy = new RegExp('^(?:' + source + ')', flags);\n }\n\n if (NPCG_INCLUDED) {\n reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);\n }\n if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;\n\n match = call(nativeExec, sticky ? reCopy : re, strCopy);\n\n if (sticky) {\n if (match) {\n match.input = stringSlice(match.input, charsAdded);\n match[0] = stringSlice(match[0], charsAdded);\n match.index = re.lastIndex;\n re.lastIndex += match[0].length;\n } else re.lastIndex = 0;\n } else if (UPDATES_LAST_INDEX_WRONG && match) {\n re.lastIndex = re.global ? match.index + match[0].length : lastIndex;\n }\n if (NPCG_INCLUDED && match && match.length > 1) {\n // Fix browsers whose `exec` methods don't consistently return `undefined`\n // for NPCG, like IE8. NOTE: This doesn't work for /(.?)?/\n call(nativeReplace, match[0], reCopy, function () {\n for (i = 1; i < arguments.length - 2; i++) {\n if (arguments[i] === undefined) match[i] = undefined;\n }\n });\n }\n\n if (match && groups) {\n match.groups = object = create(null);\n for (i = 0; i < groups.length; i++) {\n group = groups[i];\n object[group[0]] = match[group[1]];\n }\n }\n\n return match;\n };\n}\n\nmodule.exports = patchedExec;\n","'use strict';\nvar $ = require('../internals/export');\nvar exec = require('../internals/regexp-exec');\n\n// `RegExp.prototype.exec` method\n// https://tc39.es/ecma262/#sec-regexp.prototype.exec\n$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {\n exec: exec\n});\n","'use strict';\n// TODO: Remove from `core-js@4` since it's moved to entry points\nrequire('../modules/es.regexp.exec');\nvar call = require('../internals/function-call');\nvar defineBuiltIn = require('../internals/define-built-in');\nvar regexpExec = require('../internals/regexp-exec');\nvar fails = require('../internals/fails');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nvar SPECIES = wellKnownSymbol('species');\nvar RegExpPrototype = RegExp.prototype;\n\nmodule.exports = function (KEY, exec, FORCED, SHAM) {\n var SYMBOL = wellKnownSymbol(KEY);\n\n var DELEGATES_TO_SYMBOL = !fails(function () {\n // String methods call symbol-named RegExp methods\n var O = {};\n O[SYMBOL] = function () { return 7; };\n return ''[KEY](O) !== 7;\n });\n\n var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {\n // Symbol-named RegExp methods call .exec\n var execCalled = false;\n var re = /a/;\n\n if (KEY === 'split') {\n // We can't use real regex here since it causes deoptimization\n // and serious performance degradation in V8\n // https://github.com/zloirock/core-js/issues/306\n re = {};\n // RegExp[@@split] doesn't call the regex's exec method, but first creates\n // a new one. We need to return the patched regex when creating the new one.\n re.constructor = {};\n re.constructor[SPECIES] = function () { return re; };\n re.flags = '';\n re[SYMBOL] = /./[SYMBOL];\n }\n\n re.exec = function () {\n execCalled = true;\n return null;\n };\n\n re[SYMBOL]('');\n return !execCalled;\n });\n\n if (\n !DELEGATES_TO_SYMBOL ||\n !DELEGATES_TO_EXEC ||\n FORCED\n ) {\n var nativeRegExpMethod = /./[SYMBOL];\n var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {\n var $exec = regexp.exec;\n if ($exec === regexpExec || $exec === RegExpPrototype.exec) {\n if (DELEGATES_TO_SYMBOL && !forceStringMethod) {\n // The native String method already delegates to @@method (this\n // polyfilled function), leasing to infinite recursion.\n // We avoid it by directly calling the native @@method method.\n return { done: true, value: call(nativeRegExpMethod, regexp, str, arg2) };\n }\n return { done: true, value: call(nativeMethod, str, regexp, arg2) };\n }\n return { done: false };\n });\n\n defineBuiltIn(String.prototype, KEY, methods[0]);\n defineBuiltIn(RegExpPrototype, SYMBOL, methods[1]);\n }\n\n if (SHAM) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true);\n};\n","'use strict';\nvar charAt = require('../internals/string-multibyte').charAt;\n\n// `AdvanceStringIndex` abstract operation\n// https://tc39.es/ecma262/#sec-advancestringindex\nmodule.exports = function (S, index, unicode) {\n return index + (unicode ? charAt(S, index).length : 1);\n};\n","'use strict';\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar toObject = require('../internals/to-object');\n\nvar floor = Math.floor;\nvar charAt = uncurryThis(''.charAt);\nvar replace = uncurryThis(''.replace);\nvar stringSlice = uncurryThis(''.slice);\n// eslint-disable-next-line redos/no-vulnerable -- safe\nvar SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d{1,2}|<[^>]*>)/g;\nvar SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d{1,2})/g;\n\n// `GetSubstitution` abstract operation\n// https://tc39.es/ecma262/#sec-getsubstitution\nmodule.exports = function (matched, str, position, captures, namedCaptures, replacement) {\n var tailPos = position + matched.length;\n var m = captures.length;\n var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;\n if (namedCaptures !== undefined) {\n namedCaptures = toObject(namedCaptures);\n symbols = SUBSTITUTION_SYMBOLS;\n }\n return replace(replacement, symbols, function (match, ch) {\n var capture;\n switch (charAt(ch, 0)) {\n case '$': return '$';\n case '&': return matched;\n case '`': return stringSlice(str, 0, position);\n case \"'\": return stringSlice(str, tailPos);\n case '<':\n capture = namedCaptures[stringSlice(ch, 1, -1)];\n break;\n default: // \\d\\d?\n var n = +ch;\n if (n === 0) return match;\n if (n > m) {\n var f = floor(n / 10);\n if (f === 0) return match;\n if (f <= m) return captures[f - 1] === undefined ? charAt(ch, 1) : captures[f - 1] + charAt(ch, 1);\n return match;\n }\n capture = captures[n - 1];\n }\n return capture === undefined ? '' : capture;\n });\n};\n","'use strict';\nvar call = require('../internals/function-call');\nvar anObject = require('../internals/an-object');\nvar isCallable = require('../internals/is-callable');\nvar classof = require('../internals/classof-raw');\nvar regexpExec = require('../internals/regexp-exec');\n\nvar $TypeError = TypeError;\n\n// `RegExpExec` abstract operation\n// https://tc39.es/ecma262/#sec-regexpexec\nmodule.exports = function (R, S) {\n var exec = R.exec;\n if (isCallable(exec)) {\n var result = call(exec, R, S);\n if (result !== null) anObject(result);\n return result;\n }\n if (classof(R) === 'RegExp') return call(regexpExec, R, S);\n throw new $TypeError('RegExp#exec called on incompatible receiver');\n};\n","'use strict';\nvar apply = require('../internals/function-apply');\nvar call = require('../internals/function-call');\nvar uncurryThis = require('../internals/function-uncurry-this');\nvar fixRegExpWellKnownSymbolLogic = require('../internals/fix-regexp-well-known-symbol-logic');\nvar fails = require('../internals/fails');\nvar anObject = require('../internals/an-object');\nvar isCallable = require('../internals/is-callable');\nvar isNullOrUndefined = require('../internals/is-null-or-undefined');\nvar toIntegerOrInfinity = require('../internals/to-integer-or-infinity');\nvar toLength = require('../internals/to-length');\nvar toString = require('../internals/to-string');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\nvar advanceStringIndex = require('../internals/advance-string-index');\nvar getMethod = require('../internals/get-method');\nvar getSubstitution = require('../internals/get-substitution');\nvar regExpExec = require('../internals/regexp-exec-abstract');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar REPLACE = wellKnownSymbol('replace');\nvar max = Math.max;\nvar min = Math.min;\nvar concat = uncurryThis([].concat);\nvar push = uncurryThis([].push);\nvar stringIndexOf = uncurryThis(''.indexOf);\nvar stringSlice = uncurryThis(''.slice);\n\nvar maybeToString = function (it) {\n return it === undefined ? it : String(it);\n};\n\n// IE <= 11 replaces $0 with the whole match, as if it was $&\n// https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0\nvar REPLACE_KEEPS_$0 = (function () {\n // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing\n return 'a'.replace(/./, '$0') === '$0';\n})();\n\n// Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string\nvar REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = (function () {\n if (/./[REPLACE]) {\n return /./[REPLACE]('a', '$0') === '';\n }\n return false;\n})();\n\nvar REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {\n var re = /./;\n re.exec = function () {\n var result = [];\n result.groups = { a: '7' };\n return result;\n };\n // eslint-disable-next-line regexp/no-useless-dollar-replacements -- false positive\n return ''.replace(re, '$') !== '7';\n});\n\n// @@replace logic\nfixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNative) {\n var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0';\n\n return [\n // `String.prototype.replace` method\n // https://tc39.es/ecma262/#sec-string.prototype.replace\n function replace(searchValue, replaceValue) {\n var O = requireObjectCoercible(this);\n var replacer = isNullOrUndefined(searchValue) ? undefined : getMethod(searchValue, REPLACE);\n return replacer\n ? call(replacer, searchValue, O, replaceValue)\n : call(nativeReplace, toString(O), searchValue, replaceValue);\n },\n // `RegExp.prototype[@@replace]` method\n // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace\n function (string, replaceValue) {\n var rx = anObject(this);\n var S = toString(string);\n\n if (\n typeof replaceValue == 'string' &&\n stringIndexOf(replaceValue, UNSAFE_SUBSTITUTE) === -1 &&\n stringIndexOf(replaceValue, '$<') === -1\n ) {\n var res = maybeCallNative(nativeReplace, rx, S, replaceValue);\n if (res.done) return res.value;\n }\n\n var functionalReplace = isCallable(replaceValue);\n if (!functionalReplace) replaceValue = toString(replaceValue);\n\n var global = rx.global;\n var fullUnicode;\n if (global) {\n fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n }\n\n var results = [];\n var result;\n while (true) {\n result = regExpExec(rx, S);\n if (result === null) break;\n\n push(results, result);\n if (!global) break;\n\n var matchStr = toString(result[0]);\n if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);\n }\n\n var accumulatedResult = '';\n var nextSourcePosition = 0;\n for (var i = 0; i < results.length; i++) {\n result = results[i];\n\n var matched = toString(result[0]);\n var position = max(min(toIntegerOrInfinity(result.index), S.length), 0);\n var captures = [];\n var replacement;\n // NOTE: This is equivalent to\n // captures = result.slice(1).map(maybeToString)\n // but for some reason `nativeSlice.call(result, 1, result.length)` (called in\n // the slice polyfill when slicing native arrays) \"doesn't work\" in safari 9 and\n // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.\n for (var j = 1; j < result.length; j++) push(captures, maybeToString(result[j]));\n var namedCaptures = result.groups;\n if (functionalReplace) {\n var replacerArgs = concat([matched], captures, position, S);\n if (namedCaptures !== undefined) push(replacerArgs, namedCaptures);\n replacement = toString(apply(replaceValue, undefined, replacerArgs));\n } else {\n replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);\n }\n if (position >= nextSourcePosition) {\n accumulatedResult += stringSlice(S, nextSourcePosition, position) + replacement;\n nextSourcePosition = position + matched.length;\n }\n }\n\n return accumulatedResult + stringSlice(S, nextSourcePosition);\n }\n ];\n}, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.generateUrl = exports.generateRemoteUrl = exports.generateOcsUrl = exports.generateFilePath = void 0;\nexports.getAppRootUrl = getAppRootUrl;\nexports.getRootUrl = getRootUrl;\nexports.linkTo = exports.imagePath = void 0;\nrequire(\"core-js/modules/es.string.replace.js\");\n/**\n * Get an url with webroot to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} URL with webroot to a file\n */\nconst linkTo = (app, file) => generateFilePath(app, '', file);\n\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\nexports.linkTo = linkTo;\nconst linkToRemoteBase = service => getRootUrl() + '/remote.php/' + service;\n\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\nconst generateRemoteUrl = service => window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} url OCS API service url\n * @param {object} params parameters to be replaced into the service url\n * @param {UrlOptions} options options for the parameter replacement\n * @param {boolean} options.escape Set to false if parameters should not be URL encoded (default true)\n * @param {Number} options.ocsVersion OCS version to use (defaults to 2)\n * @return {string} Absolute path for the OCS URL\n */\nexports.generateRemoteUrl = generateRemoteUrl;\nconst generateOcsUrl = (url, params, options) => {\n const allOptions = Object.assign({\n ocsVersion: 2\n }, options || {});\n const version = allOptions.ocsVersion === 1 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php' + _generateUrlPath(url, params, options);\n};\nexports.generateOcsUrl = generateOcsUrl;\n/**\n * Generate a url path, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @param {string} url address (can contain placeholders e.g. /call/{token} would replace {token} with the value of params.token\n * @param {object} params parameters to be replaced into the address\n * @param {UrlOptions} options options for the parameter replacement\n * @return {string} Path part for the given URL\n */\nconst _generateUrlPath = (url, params, options) => {\n const allOptions = Object.assign({\n escape: true\n }, options || {});\n const _build = function (text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n return _build(url, params || {});\n};\n\n/**\n * Generate the url with webroot for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @param {string} url address (can contain placeholders e.g. /call/{token} would replace {token} with the value of params.token\n * @param {object} params parameters to be replaced into the url\n * @param {UrlOptions} options options for the parameter replacement\n * @param {boolean} options.noRewrite True if you want to force index.php being added\n * @param {boolean} options.escape Set to false if parameters should not be URL encoded (default true)\n * @return {string} URL with webroot for the given relative URL\n */\nconst generateUrl = (url, params, options) => {\n var _window;\n const allOptions = Object.assign({\n noRewrite: false\n }, options || {});\n if (((_window = window) === null || _window === void 0 || (_window = _window.OC) === null || _window === void 0 || (_window = _window.config) === null || _window === void 0 ? void 0 : _window.modRewriteWorking) === true && !allOptions.noRewrite) {\n return getRootUrl() + _generateUrlPath(url, params, options);\n }\n return getRootUrl() + '/index.php' + _generateUrlPath(url, params, options);\n};\n\n/**\n * Get the path with webroot to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\nexports.generateUrl = generateUrl;\nconst imagePath = (app, file) => {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n return generateFilePath(app, 'img', file);\n};\n\n/**\n * Get the url with webroot for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} URL with webroot for a file in an app\n */\nexports.imagePath = imagePath;\nconst generateFilePath = (app, type, file) => {\n var _window2;\n const isCore = ((_window2 = window) === null || _window2 === void 0 || (_window2 = _window2.OC) === null || _window2 === void 0 || (_window2 = _window2.coreApps) === null || _window2 === void 0 ? void 0 : _window2.indexOf(app)) !== -1;\n let link = getRootUrl();\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n if (file !== 'index.php') {\n link += '/';\n if (type) {\n link += encodeURI(type + '/');\n }\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = getAppRootUrl(app);\n if (type) {\n link += '/' + type + '/';\n }\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n if (!isCore) {\n link += 'apps/';\n }\n if (app !== '') {\n app += '/';\n link += app;\n }\n if (type) {\n link += type + '/';\n }\n link += file;\n }\n return link;\n};\n\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\nexports.generateFilePath = generateFilePath;\nfunction getRootUrl() {\n let webroot = window._oc_webroot;\n if (typeof webroot === 'undefined') {\n webroot = location.pathname;\n const pos = webroot.indexOf('/index.php/');\n if (pos !== -1) {\n webroot = webroot.substr(0, pos);\n } else {\n webroot = webroot.substr(0, webroot.lastIndexOf('/'));\n }\n }\n return webroot;\n}\n\n/**\n * Return the web root path for a given app\n * @param {string} app The ID of the app\n */\nfunction getAppRootUrl(app) {\n var _window$_oc_appswebro, _webroots$app;\n const webroots = (_window$_oc_appswebro = window._oc_appswebroots) !== null && _window$_oc_appswebro !== void 0 ? _window$_oc_appswebro : {};\n return (_webroots$app = webroots[app]) !== null && _webroots$app !== void 0 ? _webroots$app : '';\n}\n//# sourceMappingURL=index.js.map","import { generateFilePath } from '@nextcloud/router';\nimport DOMPurify from 'dompurify';\nimport escapeHTML from 'escape-html';\n\n/// \n/**\n * Get the first day of the week\n *\n * @return {number}\n */\nfunction getFirstDay() {\n if (typeof window.firstDay === 'undefined') {\n console.warn('No firstDay found');\n return 1;\n }\n return window.firstDay;\n}\n/**\n * Get a list of day names (full names)\n *\n * @return {string[]}\n */\nfunction getDayNames() {\n if (typeof window.dayNames === 'undefined') {\n console.warn('No dayNames found');\n return [\n 'Sunday',\n 'Monday',\n 'Tuesday',\n 'Wednesday',\n 'Thursday',\n 'Friday',\n 'Saturday',\n ];\n }\n return window.dayNames;\n}\n/**\n * Get a list of day names (short names)\n *\n * @return {string[]}\n */\nfunction getDayNamesShort() {\n if (typeof window.dayNamesShort === 'undefined') {\n console.warn('No dayNamesShort found');\n return ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.'];\n }\n return window.dayNamesShort;\n}\n/**\n * Get a list of day names (minified names)\n *\n * @return {string[]}\n */\nfunction getDayNamesMin() {\n if (typeof window.dayNamesMin === 'undefined') {\n console.warn('No dayNamesMin found');\n return ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];\n }\n return window.dayNamesMin;\n}\n/**\n * Get a list of month names (full names)\n *\n * @return {string[]}\n */\nfunction getMonthNames() {\n if (typeof window.monthNames === 'undefined') {\n console.warn('No monthNames found');\n return [\n 'January',\n 'February',\n 'March',\n 'April',\n 'May',\n 'June',\n 'July',\n 'August',\n 'September',\n 'October',\n 'November',\n 'December',\n ];\n }\n return window.monthNames;\n}\n/**\n * Get a list of month names (short names)\n *\n * @return {string[]}\n */\nfunction getMonthNamesShort() {\n if (typeof window.monthNamesShort === 'undefined') {\n console.warn('No monthNamesShort found');\n return [\n 'Jan.',\n 'Feb.',\n 'Mar.',\n 'Apr.',\n 'May.',\n 'Jun.',\n 'Jul.',\n 'Aug.',\n 'Sep.',\n 'Oct.',\n 'Nov.',\n 'Dec.',\n ];\n }\n return window.monthNamesShort;\n}\n\n/**\n * Returns the user's locale\n */\nfunction getLocale() {\n return document.documentElement.dataset.locale || 'en';\n}\n/**\n * Returns user's locale in canonical form\n * E.g. `en-US` instead of `en_US`\n */\nfunction getCanonicalLocale() {\n return getLocale().replace(/_/g, '-');\n}\n/**\n * Returns the user's language\n */\nfunction getLanguage() {\n return document.documentElement.lang || 'en';\n}\n/**\n * Check whether the current, or a given, language is read right-to-left\n *\n * @param language Language code to check, defaults to current language\n */\nfunction isRTL(language) {\n const languageCode = language || getLanguage();\n // Source: https://meta.wikimedia.org/wiki/Template:List_of_language_names_ordered_by_code\n const rtlLanguages = [\n /* eslint-disable no-multi-spaces */\n 'ae',\n 'ar',\n 'arc',\n 'arz',\n 'bcc',\n 'bqi',\n 'ckb',\n 'dv',\n 'fa',\n 'glk',\n 'ha',\n 'he',\n 'khw',\n 'ks',\n 'ku',\n 'mzn',\n 'nqo',\n 'pnb',\n 'ps',\n 'sd',\n 'ug',\n 'ur',\n 'uzs',\n 'yi', // 'ייִדיש', Yiddish\n /* eslint-enable no-multi-spaces */\n ];\n // special case for Uzbek Afghan\n if ((language || getCanonicalLocale()).startsWith('uz-AF')) {\n return true;\n }\n return rtlLanguages.includes(languageCode);\n}\n\n/// \n/**\n * Check if translations and plural function are set for given app\n *\n * @param {string} appId the app id\n * @return {boolean}\n */\nfunction hasAppTranslations(appId) {\n var _a, _b;\n return (((_a = window._oc_l10n_registry_translations) === null || _a === void 0 ? void 0 : _a[appId]) !== undefined\n && ((_b = window._oc_l10n_registry_plural_functions) === null || _b === void 0 ? void 0 : _b[appId]) !== undefined);\n}\n/**\n * Register new, or extend available, translations for an app\n *\n * @param {string} appId the app id\n * @param {object} translations the translations list\n * @param {Function} pluralFunction the plural function\n */\nfunction registerAppTranslations(appId, translations, pluralFunction) {\n var _a;\n window._oc_l10n_registry_translations = Object.assign(window._oc_l10n_registry_translations || {}, {\n [appId]: Object.assign(((_a = window._oc_l10n_registry_translations) === null || _a === void 0 ? void 0 : _a[appId]) || {}, translations),\n });\n window._oc_l10n_registry_plural_functions = Object.assign(window._oc_l10n_registry_plural_functions || {}, {\n [appId]: pluralFunction,\n });\n}\n/**\n * Unregister all translations and plural function for given app\n *\n * @param {string} appId the app id\n */\nfunction unregisterAppTranslations(appId) {\n var _a, _b;\n (_a = window._oc_l10n_registry_translations) === null || _a === void 0 ? true : delete _a[appId];\n (_b = window._oc_l10n_registry_plural_functions) === null || _b === void 0 ? true : delete _b[appId];\n}\n/**\n * Get translations bundle for given app and current locale\n *\n * @param {string} appId the app id\n * @return {object}\n */\nfunction getAppTranslations(appId) {\n var _a, _b, _c, _d;\n return {\n translations: (_b = (_a = window._oc_l10n_registry_translations) === null || _a === void 0 ? void 0 : _a[appId]) !== null && _b !== void 0 ? _b : {},\n pluralFunction: (_d = (_c = window._oc_l10n_registry_plural_functions) === null || _c === void 0 ? void 0 : _c[appId]) !== null && _d !== void 0 ? _d : ((number) => number),\n };\n}\n\n/**\n * Translate a string\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} text the string to translate\n * @param {object} vars map of placeholder key to value\n * @param {number} number to replace %n with\n * @param {object} [options] options object\n * @return {string}\n */\nfunction translate(app, text, vars, number, options) {\n const defaultOptions = {\n escape: true,\n sanitize: true,\n };\n const allOptions = Object.assign({}, defaultOptions, options || {});\n const identity = (value) => value;\n const optSanitize = allOptions.sanitize ? DOMPurify.sanitize : identity;\n const optEscape = allOptions.escape ? escapeHTML : identity;\n // TODO: cache this function to avoid inline recreation\n // of the same function over and over again in case\n // translate() is used in a loop\n const _build = (text, vars, number) => {\n return text.replace(/%n/g, '' + number).replace(/{([^{}]*)}/g, (match, key) => {\n if (vars === undefined || !(key in vars)) {\n return optSanitize(match);\n }\n const r = vars[key];\n if (typeof r === 'string' || typeof r === 'number') {\n return optSanitize(optEscape(r));\n }\n else {\n return optSanitize(match);\n }\n });\n };\n const bundle = getAppTranslations(app);\n let translation = bundle.translations[text] || text;\n translation = Array.isArray(translation) ? translation[0] : translation;\n if (typeof vars === 'object' || number !== undefined) {\n return optSanitize(_build(translation, vars, number));\n }\n else {\n return optSanitize(translation);\n }\n}\n/**\n * Translate a string containing an object which possibly requires a plural form\n *\n * @param {string} app the id of the app for which to translate the string\n * @param {string} textSingular the string to translate for exactly one object\n * @param {string} textPlural the string to translate for n objects\n * @param {number} number number to determine whether to use singular or plural\n * @param {object} vars of placeholder key to value\n * @param {object} options options object\n */\nfunction translatePlural(app, textSingular, textPlural, number, vars, options) {\n const identifier = '_' + textSingular + '_::_' + textPlural + '_';\n const bundle = getAppTranslations(app);\n const value = bundle.translations[identifier];\n if (typeof value !== 'undefined') {\n const translation = value;\n if (Array.isArray(translation)) {\n const plural = bundle.pluralFunction(number);\n return translate(app, translation[plural], vars, number, options);\n }\n }\n if (number === 1) {\n return translate(app, textSingular, vars, number, options);\n }\n else {\n return translate(app, textPlural, vars, number, options);\n }\n}\n/**\n * Load an app's translation bundle if not loaded already.\n *\n * @param {string} appName name of the app\n * @param {Function} callback callback to be called when\n * the translations are loaded\n * @return {Promise} promise\n */\nfunction loadTranslations(appName, callback) {\n if (hasAppTranslations(appName) || getLocale() === 'en') {\n return Promise.resolve().then(callback);\n }\n const url = generateFilePath(appName, 'l10n', getLocale() + '.json');\n const promise = new Promise((resolve, reject) => {\n const request = new XMLHttpRequest();\n request.open('GET', url, true);\n request.onerror = () => {\n reject(new Error(request.statusText || 'Network error'));\n };\n request.onload = () => {\n if (request.status >= 200 && request.status < 300) {\n try {\n const bundle = JSON.parse(request.responseText);\n if (typeof bundle.translations === 'object')\n resolve(bundle);\n }\n catch (error) {\n // error is probably a SyntaxError due to invalid response text, this is handled by next line\n }\n reject(new Error('Invalid content of translation bundle'));\n }\n else {\n reject(new Error(request.statusText));\n }\n };\n request.send();\n });\n // load JSON translation bundle per AJAX\n return promise\n .then((result) => {\n register(appName, result.translations);\n return result;\n })\n .then(callback);\n}\n/**\n * Register an app's translation bundle.\n *\n * @param {string} appName name of the app\n * @param {Object} bundle translation bundle\n */\nfunction register(appName, bundle) {\n registerAppTranslations(appName, bundle, getPlural);\n}\n/**\n * Unregister all translations of an app\n *\n * @param appName name of the app\n * @since 2.1.0\n */\nfunction unregister(appName) {\n return unregisterAppTranslations(appName);\n}\n/**\n * Get array index of translations for a plural form\n *\n *\n * @param {number} number the number of elements\n * @return {number} 0 for the singular form(, 1 for the first plural form, ...)\n */\nfunction getPlural(number) {\n let language = getLanguage();\n if (language === 'pt-BR') {\n // temporary set a locale for brazilian\n language = 'xbr';\n }\n if (language.length > 3) {\n language = language.substring(0, language.lastIndexOf('-'));\n }\n /*\n * The plural rules are derived from code of the Zend Framework (2010-09-25),\n * which is subject to the new BSD license (http://framework.zend.com/license/new-bsd).\n * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)\n */\n switch (language) {\n case 'az':\n case 'bo':\n case 'dz':\n case 'id':\n case 'ja':\n case 'jv':\n case 'ka':\n case 'km':\n case 'kn':\n case 'ko':\n case 'ms':\n case 'th':\n case 'tr':\n case 'vi':\n case 'zh':\n return 0;\n case 'af':\n case 'bn':\n case 'bg':\n case 'ca':\n case 'da':\n case 'de':\n case 'el':\n case 'en':\n case 'eo':\n case 'es':\n case 'et':\n case 'eu':\n case 'fa':\n case 'fi':\n case 'fo':\n case 'fur':\n case 'fy':\n case 'gl':\n case 'gu':\n case 'ha':\n case 'he':\n case 'hu':\n case 'is':\n case 'it':\n case 'ku':\n case 'lb':\n case 'ml':\n case 'mn':\n case 'mr':\n case 'nah':\n case 'nb':\n case 'ne':\n case 'nl':\n case 'nn':\n case 'no':\n case 'oc':\n case 'om':\n case 'or':\n case 'pa':\n case 'pap':\n case 'ps':\n case 'pt':\n case 'so':\n case 'sq':\n case 'sv':\n case 'sw':\n case 'ta':\n case 'te':\n case 'tk':\n case 'ur':\n case 'zu':\n return number === 1 ? 0 : 1;\n case 'am':\n case 'bh':\n case 'fil':\n case 'fr':\n case 'gun':\n case 'hi':\n case 'hy':\n case 'ln':\n case 'mg':\n case 'nso':\n case 'xbr':\n case 'ti':\n case 'wa':\n return number === 0 || number === 1 ? 0 : 1;\n case 'be':\n case 'bs':\n case 'hr':\n case 'ru':\n case 'sh':\n case 'sr':\n case 'uk':\n return number % 10 === 1 && number % 100 !== 11\n ? 0\n : number % 10 >= 2\n && number % 10 <= 4\n && (number % 100 < 10 || number % 100 >= 20)\n ? 1\n : 2;\n case 'cs':\n case 'sk':\n return number === 1 ? 0 : number >= 2 && number <= 4 ? 1 : 2;\n case 'ga':\n return number === 1 ? 0 : number === 2 ? 1 : 2;\n case 'lt':\n return number % 10 === 1 && number % 100 !== 11\n ? 0\n : number % 10 >= 2 && (number % 100 < 10 || number % 100 >= 20)\n ? 1\n : 2;\n case 'sl':\n return number % 100 === 1\n ? 0\n : number % 100 === 2\n ? 1\n : number % 100 === 3 || number % 100 === 4\n ? 2\n : 3;\n case 'mk':\n return number % 10 === 1 ? 0 : 1;\n case 'mt':\n return number === 1\n ? 0\n : number === 0 || (number % 100 > 1 && number % 100 < 11)\n ? 1\n : number % 100 > 10 && number % 100 < 20\n ? 2\n : 3;\n case 'lv':\n return number === 0\n ? 0\n : number % 10 === 1 && number % 100 !== 11\n ? 1\n : 2;\n case 'pl':\n return number === 1\n ? 0\n : number % 10 >= 2\n && number % 10 <= 4\n && (number % 100 < 12 || number % 100 > 14)\n ? 1\n : 2;\n case 'cy':\n return number === 1\n ? 0\n : number === 2\n ? 1\n : number === 8 || number === 11\n ? 2\n : 3;\n case 'ro':\n return number === 1\n ? 0\n : number === 0 || (number % 100 > 0 && number % 100 < 20)\n ? 1\n : 2;\n case 'ar':\n return number === 0\n ? 0\n : number === 1\n ? 1\n : number === 2\n ? 2\n : number % 100 >= 3 && number % 100 <= 10\n ? 3\n : number % 100 >= 11 && number % 100 <= 99\n ? 4\n : 5;\n default:\n return 0;\n }\n}\n\nexport { getCanonicalLocale, getDayNames, getDayNamesMin, getDayNamesShort, getFirstDay, getLanguage, getLocale, getMonthNames, getMonthNamesShort, getPlural, isRTL, loadTranslations, register, translate, translatePlural, unregister };\n","import { n as normalizeComponent } from \"./_plugin-vue2_normalizer-DU4iP6Vu.mjs\";\nconst _sfc_main = {\n name: \"CheckIcon\",\n emits: [\"click\"],\n props: {\n title: {\n type: String\n },\n fillColor: {\n type: String,\n default: \"currentColor\"\n },\n size: {\n type: Number,\n default: 24\n }\n }\n};\nvar _sfc_render = function render() {\n var _vm = this, _c = _vm._self._c;\n return _c(\"span\", _vm._b({ staticClass: \"material-design-icon check-icon\", attrs: { \"aria-hidden\": _vm.title ? null : true, \"aria-label\": _vm.title, \"role\": \"img\" }, on: { \"click\": function($event) {\n return _vm.$emit(\"click\", $event);\n } } }, \"span\", _vm.$attrs, false), [_c(\"svg\", { staticClass: \"material-design-icon__svg\", attrs: { \"fill\": _vm.fillColor, \"width\": _vm.size, \"height\": _vm.size, \"viewBox\": \"0 0 24 24\" } }, [_c(\"path\", { attrs: { \"d\": \"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z\" } }, [_vm.title ? _c(\"title\", [_vm._v(_vm._s(_vm.title))]) : _vm._e()])])]);\n};\nvar _sfc_staticRenderFns = [];\nvar __component__ = /* @__PURE__ */ normalizeComponent(\n _sfc_main,\n _sfc_render,\n _sfc_staticRenderFns,\n false,\n null,\n null\n);\nconst Check = __component__.exports;\nexport {\n Check as C\n};\n","const ActionGlobalMixin = {\n beforeUpdate() {\n this.text = this.getText();\n },\n data() {\n return {\n // $slots are not reactive.\n // We need to update the content manually\n text: this.getText()\n };\n },\n computed: {\n isLongText() {\n return this.text && this.text.trim().length > 20;\n }\n },\n methods: {\n getText() {\n return this.$slots.default ? this.$slots.default[0].text.trim() : \"\";\n }\n }\n};\nexport {\n ActionGlobalMixin as A\n};\n","import { A as ActionGlobalMixin } from \"./actionGlobal-DqVa7c7G.mjs\";\nconst GetParent = function(context, name) {\n let parent = context.$parent;\n while (parent) {\n if (parent.$options.name === name) {\n return parent;\n }\n parent = parent.$parent;\n }\n};\nconst ActionTextMixin = {\n mixins: [ActionGlobalMixin],\n props: {\n /**\n * Icon to show with the action, can be either a CSS class or an URL\n */\n icon: {\n type: String,\n default: \"\"\n },\n /**\n * The main text content of the entry.\n */\n name: {\n type: String,\n default: \"\"\n },\n /**\n * The title attribute of the element.\n */\n title: {\n type: String,\n default: \"\"\n },\n /**\n * Whether we close the Actions menu after the click\n */\n closeAfterClick: {\n type: Boolean,\n default: false\n },\n /**\n * Aria label for the button. Not needed if the button has text.\n */\n ariaLabel: {\n type: String,\n default: null\n },\n /**\n * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.\n * @todo Add a check in @nextcloud/vue 9 that this prop is not provided,\n * otherwise root element will inherit incorrect aria-hidden.\n */\n ariaHidden: {\n type: Boolean,\n default: null\n }\n },\n emits: [\n \"click\"\n ],\n computed: {\n /**\n * Check if icon prop is an URL\n * @return {boolean} Whether the icon prop is an URL\n */\n isIconUrl() {\n try {\n return !!new URL(this.icon, this.icon.startsWith(\"/\") ? window.location.origin : void 0);\n } catch (error) {\n return false;\n }\n }\n },\n methods: {\n onClick(event) {\n this.$emit(\"click\", event);\n if (this.closeAfterClick) {\n const parent = GetParent(this, \"NcActions\");\n if (parent && parent.closeMenu) {\n parent.closeMenu(false);\n }\n }\n }\n }\n};\nexport {\n ActionTextMixin as A\n};\n","import '../assets/NcActionButton-D90PTEA5.css';\nimport { C as Check } from \"../chunks/Check-XHAzUBkX.mjs\";\nimport { C as ChevronRight } from \"../chunks/ChevronRight-C3eVhc5a.mjs\";\nimport { A as ActionTextMixin } from \"../chunks/actionText-fFcUPi2g.mjs\";\nimport { n as normalizeComponent } from \"../chunks/_plugin-vue2_normalizer-DU4iP6Vu.mjs\";\nconst _sfc_main = {\n name: \"NcActionButton\",\n components: {\n CheckIcon: Check,\n ChevronRightIcon: ChevronRight\n },\n mixins: [ActionTextMixin],\n inject: {\n isInSemanticMenu: {\n from: \"NcActions:isSemanticMenu\",\n default: false\n }\n },\n props: {\n /**\n * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.\n * @todo Add a check in @nextcloud/vue 9 that this prop is not provided,\n * otherwise root element will inherit incorrect aria-hidden.\n */\n ariaHidden: {\n type: Boolean,\n default: null\n },\n /**\n * disabled state of the action button\n */\n disabled: {\n type: Boolean,\n default: false\n },\n /**\n * If this is a menu, a chevron icon will\n * be added at the end of the line\n */\n isMenu: {\n type: Boolean,\n default: false\n },\n /**\n * The button's behavior, by default the button acts like a normal button with optional toggle button behavior if `modelValue` is `true` or `false`.\n * But you can also set to checkbox button behavior with tri-state or radio button like behavior.\n * This extends the native HTML button type attribute.\n */\n type: {\n type: String,\n default: \"button\",\n validator: (behavior) => [\"button\", \"checkbox\", \"radio\", \"reset\", \"submit\"].includes(behavior)\n },\n /**\n * The buttons state if `type` is 'checkbox' or 'radio' (meaning if it is pressed / selected).\n * For checkbox and toggle button behavior - boolean value.\n * For radio button behavior - could be a boolean checked or a string with the value of the button.\n * Note: Unlike native radio buttons, NcActionButton are not grouped by name, so you need to connect them by bind correct modelValue.\n *\n * **This is not availabe for `type='submit'` or `type='reset'`**\n *\n * If using `type='checkbox'` a `model-value` of `true` means checked, `false` means unchecked and `null` means indeterminate (tri-state)\n * For `type='radio'` `null` is equal to `false`\n */\n modelValue: {\n type: [Boolean, String],\n default: null\n },\n /**\n * The value used for the `modelValue` when this component is used with radio behavior\n * Similar to the `value` attribute of ``\n */\n value: {\n type: String,\n default: null\n }\n },\n computed: {\n /**\n * determines if the action is focusable\n *\n * @return {boolean} is the action focusable ?\n */\n isFocusable() {\n return !this.disabled;\n },\n /**\n * The current \"checked\" or \"pressed\" state for the model behavior\n */\n isChecked() {\n if (this.type === \"radio\" && typeof this.modelValue !== \"boolean\") {\n return this.modelValue === this.value;\n }\n return this.modelValue;\n },\n /**\n * The native HTML type to set on the button\n */\n nativeType() {\n if (this.type === \"submit\" || this.type === \"reset\") {\n return this.type;\n }\n return \"button\";\n },\n /**\n * HTML attributes to bind to the