@nextcloud/vue 6.0.0-beta.1 → 6.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +107 -44
- package/README.md +12 -0
- package/dist/Components/NcActionButton.js +3 -0
- package/dist/Components/{ActionButton.js.LICENSE.txt → NcActionButton.js.LICENSE.txt} +0 -0
- package/dist/Components/NcActionButton.js.map +1 -0
- package/dist/Components/NcActionCaption.js +2 -0
- package/dist/Components/NcActionCaption.js.map +1 -0
- package/dist/Components/NcActionCheckbox.js +3 -0
- package/dist/Components/{ActionCheckbox.js.LICENSE.txt → NcActionCheckbox.js.LICENSE.txt} +0 -0
- package/dist/Components/NcActionCheckbox.js.map +1 -0
- package/dist/Components/NcActionInput.js +3 -0
- package/dist/Components/{ActionInput.js.LICENSE.txt → NcActionInput.js.LICENSE.txt} +0 -0
- package/dist/Components/NcActionInput.js.map +1 -0
- package/dist/Components/NcActionLink.js +3 -0
- package/dist/Components/{ActionLink.js.LICENSE.txt → NcActionLink.js.LICENSE.txt} +0 -0
- package/dist/Components/NcActionLink.js.map +1 -0
- package/dist/Components/NcActionRadio.js +3 -0
- package/dist/Components/{ActionRadio.js.LICENSE.txt → NcActionRadio.js.LICENSE.txt} +0 -0
- package/dist/Components/NcActionRadio.js.map +1 -0
- package/dist/Components/NcActionRouter.js +3 -0
- package/dist/Components/{ActionRouter.js.LICENSE.txt → NcActionRouter.js.LICENSE.txt} +0 -0
- package/dist/Components/NcActionRouter.js.map +1 -0
- package/dist/Components/NcActionSeparator.js +2 -0
- package/dist/Components/NcActionSeparator.js.map +1 -0
- package/dist/Components/NcActionText.js +3 -0
- package/dist/Components/{ActionText.js.LICENSE.txt → NcActionText.js.LICENSE.txt} +0 -0
- package/dist/Components/NcActionText.js.map +1 -0
- package/dist/Components/NcActionTextEditable.js +3 -0
- package/dist/Components/{ActionTextEditable.js.LICENSE.txt → NcActionTextEditable.js.LICENSE.txt} +0 -0
- package/dist/Components/NcActionTextEditable.js.map +1 -0
- package/dist/Components/NcActions.js +3 -0
- package/dist/Components/{Actions.js.LICENSE.txt → NcActions.js.LICENSE.txt} +0 -0
- package/dist/Components/NcActions.js.map +1 -0
- package/dist/Components/NcAppContent.js +3 -0
- package/dist/Components/{AppContent.js.LICENSE.txt → NcAppContent.js.LICENSE.txt} +0 -0
- package/dist/Components/NcAppContent.js.map +1 -0
- package/dist/Components/NcAppContentDetails.js +2 -0
- package/dist/Components/NcAppContentDetails.js.map +1 -0
- package/dist/Components/NcAppContentList.js +2 -0
- package/dist/Components/NcAppContentList.js.map +1 -0
- package/dist/Components/NcAppNavigation.js +3 -0
- package/dist/Components/{AppNavigation.js.LICENSE.txt → NcAppNavigation.js.LICENSE.txt} +0 -0
- package/dist/Components/NcAppNavigation.js.map +1 -0
- package/dist/Components/NcAppNavigationCaption.js +3 -0
- package/dist/Components/{AppNavigationCaption.js.LICENSE.txt → NcAppNavigationCaption.js.LICENSE.txt} +0 -0
- package/dist/Components/NcAppNavigationCaption.js.map +1 -0
- package/dist/Components/NcAppNavigationCounter.js +2 -0
- package/dist/Components/NcAppNavigationCounter.js.map +1 -0
- package/dist/Components/NcAppNavigationIconBullet.js +2 -0
- package/dist/Components/NcAppNavigationIconBullet.js.map +1 -0
- package/dist/Components/NcAppNavigationItem.js +3 -0
- package/dist/Components/{AppNavigationItem.js.LICENSE.txt → NcAppNavigationItem.js.LICENSE.txt} +0 -0
- package/dist/Components/NcAppNavigationItem.js.map +1 -0
- package/dist/Components/NcAppNavigationNew.js +2 -0
- package/dist/Components/NcAppNavigationNew.js.map +1 -0
- package/dist/Components/NcAppNavigationNewItem.js +2 -0
- package/dist/Components/NcAppNavigationNewItem.js.map +1 -0
- package/dist/Components/NcAppNavigationSettings.js +3 -0
- package/dist/Components/{AppNavigationSettings.js.LICENSE.txt → NcAppNavigationSettings.js.LICENSE.txt} +0 -0
- package/dist/Components/NcAppNavigationSettings.js.map +1 -0
- package/dist/Components/NcAppNavigationSpacer.js +2 -0
- package/dist/Components/NcAppNavigationSpacer.js.map +1 -0
- package/dist/Components/NcAppNavigationToggle.js +3 -0
- package/dist/Components/{AppNavigationToggle.js.LICENSE.txt → NcAppNavigationToggle.js.LICENSE.txt} +0 -0
- package/dist/Components/NcAppNavigationToggle.js.map +1 -0
- package/dist/Components/NcAppSettingsDialog.js +3 -0
- package/dist/Components/{AppSettingsDialog.js.LICENSE.txt → NcAppSettingsDialog.js.LICENSE.txt} +0 -0
- package/dist/Components/NcAppSettingsDialog.js.map +1 -0
- package/dist/Components/NcAppSettingsSection.js +2 -0
- package/dist/Components/NcAppSettingsSection.js.map +1 -0
- package/dist/Components/NcAppSidebar.js +3 -0
- package/dist/Components/{AppSidebar.js.LICENSE.txt → NcAppSidebar.js.LICENSE.txt} +0 -0
- package/dist/Components/NcAppSidebar.js.map +1 -0
- package/dist/Components/NcAppSidebarTab.js +2 -0
- package/dist/Components/NcAppSidebarTab.js.map +1 -0
- package/dist/Components/NcAvatar.js +3 -0
- package/dist/Components/{Avatar.js.LICENSE.txt → NcAvatar.js.LICENSE.txt} +0 -0
- package/dist/Components/NcAvatar.js.map +1 -0
- package/dist/Components/NcBreadcrumb.js +3 -0
- package/dist/Components/{Breadcrumb.js.LICENSE.txt → NcBreadcrumb.js.LICENSE.txt} +0 -0
- package/dist/Components/NcBreadcrumb.js.map +1 -0
- package/dist/Components/NcBreadcrumbs.js +3 -0
- package/dist/Components/{Breadcrumbs.js.LICENSE.txt → NcBreadcrumbs.js.LICENSE.txt} +0 -0
- package/dist/Components/NcBreadcrumbs.js.map +1 -0
- package/dist/Components/NcButton.js +2 -0
- package/dist/Components/NcButton.js.map +1 -0
- package/dist/Components/NcCheckboxRadioSwitch.js +3 -0
- package/dist/Components/{CheckboxRadioSwitch.js.LICENSE.txt → NcCheckboxRadioSwitch.js.LICENSE.txt} +0 -0
- package/dist/Components/NcCheckboxRadioSwitch.js.map +1 -0
- package/dist/Components/NcColorPicker.js +3 -0
- package/dist/Components/{ColorPicker.js.LICENSE.txt → NcColorPicker.js.LICENSE.txt} +0 -0
- package/dist/Components/NcColorPicker.js.map +1 -0
- package/dist/Components/NcContent.js +2 -0
- package/dist/Components/NcContent.js.map +1 -0
- package/dist/Components/NcCounterBubble.js +2 -0
- package/dist/Components/NcCounterBubble.js.map +1 -0
- package/dist/Components/NcDashboardWidget.js +3 -0
- package/dist/Components/{DashboardWidget.js.LICENSE.txt → NcDashboardWidget.js.LICENSE.txt} +0 -0
- package/dist/Components/NcDashboardWidget.js.map +1 -0
- package/dist/Components/NcDashboardWidgetItem.js +3 -0
- package/dist/Components/{DashboardWidgetItem.js.LICENSE.txt → NcDashboardWidgetItem.js.LICENSE.txt} +0 -0
- package/dist/Components/NcDashboardWidgetItem.js.map +1 -0
- package/dist/Components/NcDatetimePicker.js +3 -0
- package/dist/Components/{DatetimePicker.js.LICENSE.txt → NcDatetimePicker.js.LICENSE.txt} +0 -0
- package/dist/Components/NcDatetimePicker.js.map +1 -0
- package/dist/Components/NcEmojiPicker.js +2 -0
- package/dist/Components/NcEmojiPicker.js.map +1 -0
- package/dist/Components/NcEmptyContent.js +2 -0
- package/dist/Components/NcEmptyContent.js.map +1 -0
- package/dist/Components/NcHighlight.js +3 -0
- package/dist/Components/{Highlight.js.LICENSE.txt → NcHighlight.js.LICENSE.txt} +0 -0
- package/dist/Components/NcHighlight.js.map +1 -0
- package/dist/Components/NcInputField.js +2 -0
- package/dist/Components/NcInputField.js.map +1 -0
- package/dist/Components/NcListItem.js +3 -0
- package/dist/Components/{ListItem.js.LICENSE.txt → NcListItem.js.LICENSE.txt} +0 -0
- package/dist/Components/NcListItem.js.map +1 -0
- package/dist/Components/NcListItemIcon.js +3 -0
- package/dist/Components/{ListItemIcon.js.LICENSE.txt → NcListItemIcon.js.LICENSE.txt} +0 -0
- package/dist/Components/NcListItemIcon.js.map +1 -0
- package/dist/Components/NcLoadingIcon.js +2 -0
- package/dist/Components/NcLoadingIcon.js.map +1 -0
- package/dist/Components/NcModal.js +3 -0
- package/dist/Components/{Modal.js.LICENSE.txt → NcModal.js.LICENSE.txt} +0 -0
- package/dist/Components/NcModal.js.map +1 -0
- package/dist/Components/NcMultiselect.js +3 -0
- package/dist/Components/{Multiselect.js.LICENSE.txt → NcMultiselect.js.LICENSE.txt} +0 -0
- package/dist/Components/NcMultiselect.js.map +1 -0
- package/dist/Components/NcMultiselectTags.js +3 -0
- package/dist/Components/{MultiselectTags.js.LICENSE.txt → NcMultiselectTags.js.LICENSE.txt} +0 -0
- package/dist/Components/NcMultiselectTags.js.map +1 -0
- package/dist/Components/NcPopover.js +2 -0
- package/dist/Components/NcPopover.js.map +1 -0
- package/dist/Components/NcPopoverMenu.js +2 -0
- package/dist/Components/NcPopoverMenu.js.map +1 -0
- package/dist/Components/NcProgressBar.js +2 -0
- package/dist/Components/NcProgressBar.js.map +1 -0
- package/dist/Components/NcRichContenteditable.js +3 -0
- package/dist/Components/{RichContenteditable.js.LICENSE.txt → NcRichContenteditable.js.LICENSE.txt} +0 -0
- package/dist/Components/NcRichContenteditable.js.map +1 -0
- package/dist/Components/NcSettingsInputText.js +2 -0
- package/dist/Components/NcSettingsInputText.js.map +1 -0
- package/dist/Components/NcSettingsSection.js +2 -0
- package/dist/Components/NcSettingsSection.js.map +1 -0
- package/dist/Components/NcSettingsSelectGroup.js +3 -0
- package/dist/Components/{SettingsSelectGroup.js.LICENSE.txt → NcSettingsSelectGroup.js.LICENSE.txt} +0 -0
- package/dist/Components/NcSettingsSelectGroup.js.map +1 -0
- package/dist/Components/NcTextField.js +3 -0
- package/dist/Components/{TextField.js.LICENSE.txt → NcTextField.js.LICENSE.txt} +0 -0
- package/dist/Components/NcTextField.js.map +1 -0
- package/dist/Components/NcTimezonePicker.js +3 -0
- package/dist/Components/{TimezonePicker.js.LICENSE.txt → NcTimezonePicker.js.LICENSE.txt} +0 -0
- package/dist/Components/NcTimezonePicker.js.map +1 -0
- package/dist/Components/NcUserBubble.js +3 -0
- package/dist/Components/{UserBubble.js.LICENSE.txt → NcUserBubble.js.LICENSE.txt} +0 -0
- package/dist/Components/NcUserBubble.js.map +1 -0
- package/dist/Components/NcVNodes.js +2 -0
- package/dist/Components/NcVNodes.js.map +1 -0
- package/dist/Directives/Tooltip.js +1 -1
- package/dist/Directives/Tooltip.js.map +1 -1
- package/dist/Mixins/richEditor.js +1 -1
- package/dist/Mixins/richEditor.js.map +1 -1
- package/dist/ncvuecomponents.js +1 -1
- package/dist/ncvuecomponents.js.map +1 -1
- package/package.json +9 -7
- package/dist/Components/ActionButton.js +0 -3
- package/dist/Components/ActionButton.js.map +0 -1
- package/dist/Components/ActionCaption.js +0 -2
- package/dist/Components/ActionCaption.js.map +0 -1
- package/dist/Components/ActionCheckbox.js +0 -3
- package/dist/Components/ActionCheckbox.js.map +0 -1
- package/dist/Components/ActionInput.js +0 -3
- package/dist/Components/ActionInput.js.map +0 -1
- package/dist/Components/ActionLink.js +0 -3
- package/dist/Components/ActionLink.js.map +0 -1
- package/dist/Components/ActionRadio.js +0 -3
- package/dist/Components/ActionRadio.js.map +0 -1
- package/dist/Components/ActionRouter.js +0 -3
- package/dist/Components/ActionRouter.js.map +0 -1
- package/dist/Components/ActionSeparator.js +0 -2
- package/dist/Components/ActionSeparator.js.map +0 -1
- package/dist/Components/ActionText.js +0 -3
- package/dist/Components/ActionText.js.map +0 -1
- package/dist/Components/ActionTextEditable.js +0 -3
- package/dist/Components/ActionTextEditable.js.map +0 -1
- package/dist/Components/Actions.js +0 -3
- package/dist/Components/Actions.js.map +0 -1
- package/dist/Components/AppContent.js +0 -3
- package/dist/Components/AppContent.js.map +0 -1
- package/dist/Components/AppContentDetails.js +0 -2
- package/dist/Components/AppContentDetails.js.map +0 -1
- package/dist/Components/AppContentList.js +0 -2
- package/dist/Components/AppContentList.js.map +0 -1
- package/dist/Components/AppNavigation.js +0 -3
- package/dist/Components/AppNavigation.js.map +0 -1
- package/dist/Components/AppNavigationCaption.js +0 -3
- package/dist/Components/AppNavigationCaption.js.map +0 -1
- package/dist/Components/AppNavigationCounter.js +0 -2
- package/dist/Components/AppNavigationCounter.js.map +0 -1
- package/dist/Components/AppNavigationIconBullet.js +0 -2
- package/dist/Components/AppNavigationIconBullet.js.map +0 -1
- package/dist/Components/AppNavigationItem.js +0 -3
- package/dist/Components/AppNavigationItem.js.map +0 -1
- package/dist/Components/AppNavigationNew.js +0 -2
- package/dist/Components/AppNavigationNew.js.map +0 -1
- package/dist/Components/AppNavigationNewItem.js +0 -2
- package/dist/Components/AppNavigationNewItem.js.map +0 -1
- package/dist/Components/AppNavigationSettings.js +0 -3
- package/dist/Components/AppNavigationSettings.js.map +0 -1
- package/dist/Components/AppNavigationSpacer.js +0 -2
- package/dist/Components/AppNavigationSpacer.js.map +0 -1
- package/dist/Components/AppNavigationToggle.js +0 -3
- package/dist/Components/AppNavigationToggle.js.map +0 -1
- package/dist/Components/AppSettingsDialog.js +0 -3
- package/dist/Components/AppSettingsDialog.js.map +0 -1
- package/dist/Components/AppSettingsSection.js +0 -2
- package/dist/Components/AppSettingsSection.js.map +0 -1
- package/dist/Components/AppSidebar.js +0 -3
- package/dist/Components/AppSidebar.js.map +0 -1
- package/dist/Components/AppSidebarTab.js +0 -2
- package/dist/Components/AppSidebarTab.js.map +0 -1
- package/dist/Components/Avatar.js +0 -3
- package/dist/Components/Avatar.js.map +0 -1
- package/dist/Components/Breadcrumb.js +0 -3
- package/dist/Components/Breadcrumb.js.map +0 -1
- package/dist/Components/Breadcrumbs.js +0 -3
- package/dist/Components/Breadcrumbs.js.map +0 -1
- package/dist/Components/ButtonVue.js +0 -2
- package/dist/Components/ButtonVue.js.map +0 -1
- package/dist/Components/CheckboxRadioSwitch.js +0 -3
- package/dist/Components/CheckboxRadioSwitch.js.map +0 -1
- package/dist/Components/ColorPicker.js +0 -3
- package/dist/Components/ColorPicker.js.map +0 -1
- package/dist/Components/Content.js +0 -2
- package/dist/Components/Content.js.map +0 -1
- package/dist/Components/CounterBubble.js +0 -2
- package/dist/Components/CounterBubble.js.map +0 -1
- package/dist/Components/DashboardWidget.js +0 -3
- package/dist/Components/DashboardWidget.js.map +0 -1
- package/dist/Components/DashboardWidgetItem.js +0 -3
- package/dist/Components/DashboardWidgetItem.js.map +0 -1
- package/dist/Components/DatetimePicker.js +0 -3
- package/dist/Components/DatetimePicker.js.map +0 -1
- package/dist/Components/EmojiPicker.js +0 -2
- package/dist/Components/EmojiPicker.js.map +0 -1
- package/dist/Components/EmptyContent.js +0 -2
- package/dist/Components/EmptyContent.js.map +0 -1
- package/dist/Components/Highlight.js +0 -3
- package/dist/Components/Highlight.js.map +0 -1
- package/dist/Components/InputField.js +0 -2
- package/dist/Components/InputField.js.map +0 -1
- package/dist/Components/ListItem.js +0 -3
- package/dist/Components/ListItem.js.map +0 -1
- package/dist/Components/ListItemIcon.js +0 -3
- package/dist/Components/ListItemIcon.js.map +0 -1
- package/dist/Components/LoadingIcon.js +0 -2
- package/dist/Components/LoadingIcon.js.map +0 -1
- package/dist/Components/Modal.js +0 -3
- package/dist/Components/Modal.js.map +0 -1
- package/dist/Components/Multiselect.js +0 -3
- package/dist/Components/Multiselect.js.map +0 -1
- package/dist/Components/MultiselectTags.js +0 -3
- package/dist/Components/MultiselectTags.js.map +0 -1
- package/dist/Components/Popover.js +0 -2
- package/dist/Components/Popover.js.map +0 -1
- package/dist/Components/PopoverMenu.js +0 -2
- package/dist/Components/PopoverMenu.js.map +0 -1
- package/dist/Components/ProgressBar.js +0 -2
- package/dist/Components/ProgressBar.js.map +0 -1
- package/dist/Components/RichContenteditable.js +0 -3
- package/dist/Components/RichContenteditable.js.map +0 -1
- package/dist/Components/SettingsInputText.js +0 -2
- package/dist/Components/SettingsInputText.js.map +0 -1
- package/dist/Components/SettingsSection.js +0 -2
- package/dist/Components/SettingsSection.js.map +0 -1
- package/dist/Components/SettingsSelectGroup.js +0 -3
- package/dist/Components/SettingsSelectGroup.js.map +0 -1
- package/dist/Components/TextField.js +0 -3
- package/dist/Components/TextField.js.map +0 -1
- package/dist/Components/TimezonePicker.js +0 -3
- package/dist/Components/TimezonePicker.js.map +0 -1
- package/dist/Components/UserBubble.js +0 -3
- package/dist/Components/UserBubble.js.map +0 -1
- package/dist/Components/VNodes.js +0 -2
- package/dist/Components/VNodes.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Components/AppContent.js","mappings":"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","sources":["webpack://NextcloudVue/webpack/universalModuleDefinition","webpack://NextcloudVue/src/components/ButtonVue/ButtonVue.vue","webpack://NextcloudVue/./src/components/ButtonVue/ButtonVue.vue?66f4","webpack://NextcloudVue/./src/components/ButtonVue/ButtonVue.vue?dd48","webpack://NextcloudVue/./src/components/ButtonVue/ButtonVue.vue?f537","webpack://NextcloudVue/./src/components/ButtonVue/ButtonVue.vue","webpack://NextcloudVue/./src/components/ButtonVue/index.js","webpack://NextcloudVue/./src/directives/Tooltip/index.scss?db22","webpack://NextcloudVue/./src/directives/Tooltip/index.js","webpack://NextcloudVue/./src/l10n.js","webpack://NextcloudVue/./src/utils/IsMobileState.js","webpack://NextcloudVue/./src/mixins/isMobile/index.js","webpack://NextcloudVue/./src/directives/Tooltip/index.scss","webpack://NextcloudVue/./src/components/AppContent/AppContent.vue?9087","webpack://NextcloudVue/./src/components/AppContent/AppDetailsToggle.vue?5ecf","webpack://NextcloudVue/./src/components/ButtonVue/ButtonVue.vue?74f1","webpack://NextcloudVue/./node_modules/css-loader/dist/runtime/api.js","webpack://NextcloudVue/./node_modules/css-loader/dist/runtime/cssWithMappingToString.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/insertBySelector.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/insertStyleElement.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/styleDomAPI.js","webpack://NextcloudVue/./node_modules/style-loader/dist/runtime/styleTagTransform.js","webpack://NextcloudVue/./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack://NextcloudVue/external commonjs \"@nextcloud/browser-storage\"","webpack://NextcloudVue/external commonjs \"@nextcloud/event-bus\"","webpack://NextcloudVue/external commonjs \"@nextcloud/l10n/dist/gettext.js\"","webpack://NextcloudVue/external commonjs \"floating-vue\"","webpack://NextcloudVue/external commonjs \"hammerjs\"","webpack://NextcloudVue/external commonjs \"vue\"","webpack://NextcloudVue/external commonjs \"vue-material-design-icons/ArrowRight.vue\"","webpack://NextcloudVue/webpack/bootstrap","webpack://NextcloudVue/webpack/runtime/compat get default export","webpack://NextcloudVue/webpack/runtime/define property getters","webpack://NextcloudVue/webpack/runtime/hasOwnProperty shorthand","webpack://NextcloudVue/webpack/runtime/make namespace object","webpack://NextcloudVue/webpack/runtime/nonce","webpack://NextcloudVue/./src/components/AppContent/AppContent.vue","webpack://NextcloudVue/src/components/AppContent/AppDetailsToggle.vue","webpack://NextcloudVue/./src/components/AppContent/AppDetailsToggle.vue?e5ea","webpack://NextcloudVue/./src/components/AppContent/AppDetailsToggle.vue?3cbb","webpack://NextcloudVue/./src/components/AppContent/AppDetailsToggle.vue?eb37","webpack://NextcloudVue/./src/components/AppContent/AppDetailsToggle.vue","webpack://NextcloudVue/external commonjs \"splitpanes\"","webpack://NextcloudVue/external commonjs \"splitpanes/dist/splitpanes.css\"","webpack://NextcloudVue/src/components/AppContent/AppContent.vue","webpack://NextcloudVue/./src/components/AppContent/AppContent.vue?7267","webpack://NextcloudVue/./src/components/AppContent/AppContent.vue?2fe0","webpack://NextcloudVue/./src/components/AppContent/AppContent.vue?26bf","webpack://NextcloudVue/./src/components/AppContent/index.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"NextcloudVue\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"NextcloudVue\"] = factory();\n\telse\n\t\troot[\"NextcloudVue\"] = root[\"NextcloudVue\"] || {}, root[\"NextcloudVue\"][\"Components/AppContent\"] = factory();\n})(self, function() {\nreturn ","<!--\n - @copyright Copyright (c) 2020 Marco Ambrosini <marcoambrosini@icloud.com>\n -\n - @author Marco Ambrosini <marcoambrosini@icloud.com>\n -\n - @license GNU AGPL version 3 or any later version\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 <http://www.gnu.org/licenses/>.\n -\n -->\n\n<docs>\n\n### General description\nGeneral purpose button component. See props for different options.\n[Use material design icons only for icons](https://www.npmjs.com/package/vue-material-design-icons) and remember to set their size to 20.\n\n### Usage\n### Custom icon slot\nTo be used with `vue-material-design-icons` only. For icon classes use the `default-icon` slot.\nIt can be used with one or multiple actions.\n```\n<template>\n<div class=\"wrapper\">\n\t<!-- Style selector -->\n\t<div class=\"grid\">\n\t\t<CheckboxRadioSwitch :checked.sync=\"style\" value=\"text\" name=\"style\" type=\"radio\">Text only</CheckboxRadioSwitch>\n\t\t<CheckboxRadioSwitch :checked.sync=\"style\" value=\"icon\" name=\"style\" type=\"radio\">Icon only</CheckboxRadioSwitch>\n\t\t<CheckboxRadioSwitch :checked.sync=\"style\" value=\"icontext\" name=\"style\" type=\"radio\">Icon and text</CheckboxRadioSwitch>\n\t\t<CheckboxRadioSwitch :checked.sync=\"disabled\" type=\"checkbox\">Disabled</CheckboxRadioSwitch>\n\t\t<!--<CheckboxRadioSwitch :checked.sync=\"readonly\" type=\"checkbox\">Read-only</CheckboxRadioSwitch>-->\n\t</div>\n\n\t<h5>Standard buttons</h5>\n\t<div class=\"grid\">\n\t\t<p>Tertiary, no background</p>\n\t\t<p>Tertiary</p>\n\t\t<p>Secondary</p>\n\t\t<p>Primary</p>\n\t\t<ButtonVue\n\t\t\t:disabled=\"disabled\"\n\t\t\t:readonly=\"readonly\"\n\t\t\ttype=\"tertiary-no-background\">\n\t\t\t<template v-if=\"style.indexOf('icon') !== -1\" #icon>\n\t\t\t\t<Video\n\t\t\t\t\t:size=\"20\" />\n\t\t\t</template>\n\t\t\t<template v-if=\"style.indexOf('text') !== -1\">Example text</template>\n\t\t</ButtonVue>\n\t\t<ButtonVue\n\t\t\t:disabled=\"disabled\"\n\t\t\t:readonly=\"readonly\"\n\t\t\ttype=\"tertiary\">\n\t\t\t<template v-if=\"style.indexOf('icon') !== -1\" #icon>\n\t\t\t\t<Video\n\t\t\t\t\t:size=\"20\" />\n\t\t\t</template>\n\t\t\t<template v-if=\"style.indexOf('text') !== -1\">Example text</template>\n\t\t</ButtonVue>\n\t\t<ButtonVue\n\t\t\t:disabled=\"disabled\"\n\t\t\t:readonly=\"readonly\">\n\t\t\t<template v-if=\"style.indexOf('icon') !== -1\" #icon>\n\t\t\t\t<Video\n\t\t\t\t\ttitle=\"\"\n\t\t\t\t\t:size=\"20\" />\n\t\t\t</template>\n\t\t\t<template v-if=\"style.indexOf('text') !== -1\">Example text</template>\n\t\t</ButtonVue>\n\t\t<ButtonVue\n\t\t\t:disabled=\"disabled\"\n\t\t\t:readonly=\"readonly\"\n\t\t\ttype=\"primary\">\n\t\t\t<template v-if=\"style.indexOf('icon') !== -1\" #icon>\n\t\t\t\t<Video\n\t\t\t\t\t:size=\"20\" />\n\t\t\t</template>\n\t\t\t<template v-if=\"style.indexOf('text') !== -1\">Example text</template>\n\t\t</ButtonVue>\n\t</div>\n\n\t<!-- Wide button -->\n\t<h5>Wide button</h5>\n\t<ButtonVue\n\t\t:disabled=\"disabled\"\n\t\t:readonly=\"readonly\"\n\t\t:wide=\"true\"\n\t\ttext=\"Example text\">\n\t\t<template #icon>\n\t\t\t<Video\n\t\t\t\ttitle=\"\"\n\t\t\t\t:size=\"20\" />\n\t\t</template>\n\t\tExample text\n\t</ButtonVue>\n\n\t<!-- Special buttons -->\n\t<h5>Special buttons</h5>\n\t<div class=\"grid\">\n\t\t<p>Success</p>\n\t\t<p>Warning</p>\n\t\t<p>Error</p>\n\t\t<p> - </p>\n\t\t<ButtonVue\n\t\t\t:disabled=\"disabled\"\n\t\t\t:readonly=\"readonly\"\n\t\t\ttype=\"success\">\n\t\t\t<template #icon>\n\t\t\t\t<Video\n\t\t\t\t\t:size=\"20\" />\n\t\t\t</template>\n\t\t\tExample text\n\t\t</ButtonVue>\n\t\t<ButtonVue\n\t\t\t:disabled=\"disabled\"\n\t\t\t:readonly=\"readonly\"\n\t\t\ttype=\"warning\">\n\t\t\t<template #icon>\n\t\t\t\t<Video\n\t\t\t\t\ttitle=\"\"\n\t\t\t\t\t:size=\"20\" />\n\t\t\t</template>\n\t\t\tExample text\n\t\t</ButtonVue>\n\t\t<ButtonVue\n\t\t\t:disabled=\"disabled\"\n\t\t\t:readonly=\"readonly\"\n\t\t\ttype=\"error\">\n\t\t\t<template #icon>\n\t\t\t\t<Video\n\t\t\t\t\t:size=\"20\" />\n\t\t\t</template>\n\t\t\tExample text\n\t\t</ButtonVue>\n\t\t<p> - </p>\n\t</div>\n</div>\n\n</template>\n<script>\nimport Video from 'vue-material-design-icons/Video'\n\nexport default {\n\tcomponents: {\n\t\tVideo,\n\t},\n\tdata() {\n\t\treturn {\n\t\t\ttoggled: false,\n\t\t\tdisabled: false,\n\t\t\treadonly: false,\n\t\t\tstyle: 'icontext',\n\t\t}\n\t}\n}\n</script>\n\n<style lang=\"scss\" scoped>\n.wrapper {\n\tpadding: 0 12px;\n}\n\n.grid {\n\tdisplay: grid;\n\tgrid-template-columns: 1fr 1fr 1fr 1fr;\n\tgrid-template-rows: repeat(auto-fill, auto);\n\tposition: relative;\n\tmargin: 12px 0;\n}\n\nh5 {\n\tfont-weight: bold;\n\tmargin: 40px 0 20px 0;\n}\n\np {\n\ttext-align: center;\n\tmargin: 4px 0 12px 0;\n\tcolor: var(--color-text-lighter)\n}\n\nbutton {\n\tmargin: auto;\n}\n</style>\n```\n</docs>\n\n<template>\n\t<root-element class=\"button-vue\"\n\t\tv-bind=\"rootElement\"\n\t\t:class=\"buttonClassObject\"\n\t\t:aria-label=\"ariaLabel\"\n\t\t:type=\"nativeType\"\n\t\t:disabled=\"disabled\"\n\t\tv-on=\"$listeners\"\n\t\t@keydown.enter=\"makeActive\"\n\t\t@keyup.enter=\"makeInactive\"\n\t\t@click=\"handleClick\"\n\t\t@blur=\"handleBlur\"\n\t\t@keyup.tab.exact=\"handleTabUp\"\n\t\t@keyup.shift.tab=\"handleTabUp\">\n\t\t<span class=\"button-vue__wrapper\">\n\t\t\t<span v-if=\"hasIcon\" class=\"button-vue__icon\">\n\t\t\t\t<!-- @slot The material design icon slot -->\n\t\t\t\t<slot name=\"icon\" />\n\t\t\t</span>\n\t\t\t<span v-if=\"hasText\" class=\"button-vue__text\">\n\t\t\t\t<slot />\n\t\t\t</span>\n\t\t</span>\n\t</root-element>\n</template>\n<script>\n\nexport default {\n\tname: 'ButtonVue',\n\n\tprops: {\n\t\t/**\n\t\t * Toggles the disabled state of the button on and off.\n\t\t */\n\t\tdisabled: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\n\t\t/**\n\t\t * Specifies the button type\n\t\t * Accepted values: primary, secondary, tertiary, tertiary-no-background, tertiary-on-primary, error, warning, success. If left empty,\n\t\t * the default button style will be applied.\n\t\t */\n\t\ttype: {\n\t\t\ttype: String,\n\t\t\tvalidator(value) {\n\t\t\t\treturn ['primary', 'secondary', 'tertiary', 'tertiary-no-background', 'tertiary-on-primary', 'error', 'warning', 'success'].indexOf(value) !== -1\n\t\t\t},\n\t\t\tdefault: 'secondary',\n\t\t},\n\n\t\t/**\n\t\t * Specifies the button native type\n\t\t * Accepted values: submit, reset, button. If left empty,\n\t\t * the default \"button\" type will be used.\n\t\t */\n\t\tnativeType: {\n\t\t\ttype: String,\n\t\t\tvalidator(value) {\n\t\t\t\treturn ['submit', 'reset', 'button'].indexOf(value) !== -1\n\t\t\t},\n\t\t\tdefault: 'button',\n\t\t},\n\n\t\t/**\n\t\t * Specifies whether the button should span all the available width.\n\t\t * By default, buttons span the whole width of the container.\n\t\t */\n\t\twide: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\n\t\t/**\n\t\t * Always try to provide an aria-label to your button. Make it more\n\t\t * specific than the button's title by provide some more context. E.g. if\n\t\t * the title of the button is \"send\" in the Mail app, the aria label could\n\t\t * be \"Send email\".\n\t\t */\n\t\tariaLabel: {\n\t\t\ttype: String,\n\t\t\tdefault: null,\n\t\t},\n\n\t\t/**\n\t\t * Providing the href attribute turns the button component into an `a`\n\t\t * element.\n\t\t */\n\t\thref: {\n\t\t\ttype: String,\n\t\t\tdefault: null,\n\t\t},\n\n\t\t/**\n\t\t * Providing the to attribute turns the button component into a `router-link`\n\t\t * element. Takes precedence over the href attribute.\n\t\t */\n\t\tto: {\n\t\t\ttype: [String, Object],\n\t\t\tdefault: null,\n\t\t},\n\n\t\t/**\n\t\t * Pass in `true` if you want the matching behaviour of `router-link` to\n\t\t * be non-inclusive: https://router.vuejs.org/api/#exact\n\t\t */\n\t\texact: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\t/**\n\t\t\t * Keeps track of whether the element's focus status is due to having\n\t\t\t * tabbed to it. We use this to display a thick 'focus outline' only\n\t\t\t * when the user is navigating with the keyboard.\n\t\t\t */\n\t\t\ttabbed: false,\n\n\t\t\t/**\n\t\t\t * Making sure the slots are reactive\n\t\t\t */\n\t\t\tslots: this.$slots,\n\t\t}\n\t},\n\n\tcomputed: {\n\t\t// Determines whether the root element is an a,\n\t\t// a router-link or a button\n\t\trootElement() {\n\t\t\tif (this.to) {\n\t\t\t\treturn {\n\t\t\t\t\tis: 'router-link',\n\t\t\t\t\ttag: 'button',\n\t\t\t\t\tto: this.to,\n\t\t\t\t\texact: this.exact,\n\t\t\t\t\t...this.$attrs,\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (this.href) {\n\t\t\t\treturn {\n\t\t\t\t\tis: 'a',\n\t\t\t\t\thref: this.href,\n\t\t\t\t\t...this.$attrs,\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn {\n\t\t\t\tis: 'button',\n\t\t\t\t...this.$attrs,\n\t\t\t}\n\t\t},\n\n\t\thasText() {\n\t\t\treturn this.slots?.default !== undefined\n\t\t\t\t&& this.slots?.default[0]?.text\n\t\t},\n\n\t\thasIcon() {\n\t\t\treturn this.slots.icon !== undefined\n\t\t},\n\n\t\ticonOnly() {\n\t\t\treturn this.hasIcon && !this.hasText\n\t\t},\n\n\t\ttextOnly() {\n\t\t\treturn !this.hasIcon && this.hasText\n\t\t},\n\n\t\ticonAndText() {\n\t\t\treturn this.hasIcon && this.hasText\n\t\t},\n\n\t\ttext() {\n\t\t\treturn this.hasText ? this.slots.default[0].text.trim() : null\n\t\t},\n\n\t\t// Classes applied to the button element\n\t\tbuttonClassObject() {\n\t\t\treturn {\n\t\t\t\t// If icon only, some additional css rules are required\n\t\t\t\t'button-vue--icon-only': this.iconOnly,\n\t\t\t\t'button-vue--text-only': this.textOnly,\n\t\t\t\t'button-vue--icon-and-text': this.iconAndText,\n\t\t\t\t[`button-vue--vue-${this.type}`]: this.type,\n\t\t\t\t'button-vue--wide': this.wide,\n\t\t\t\t'button-vue--tabbed': this.tabbed,\n\t\t\t}\n\t\t},\n\t},\n\n\tbeforeUpdate() {\n\t\t// $slots is not reactive, this make sure we are able to detect changes\n\t\tthis.slots = this.$slots\n\t},\n\n\tmounted() {\n\t\t/**\n\t\t * Always fill either the text prop or the ariaLabel one.\n\t\t */\n\t\tif (!this.text && !this.ariaLabel) {\n\t\t\tconsole.warn('You need to fill either the text or the ariaLabel props in the button component.', {\n\t\t\t\ttext: this.text,\n\t\t\t\tariaLabel: this.ariaLabel,\n\t\t\t},\n\t\t\tthis)\n\t\t}\n\t},\n\n\tmethods: {\n\t\t/**\n\t\t * Removes the tabbed state of the button.\n\t\t */\n\t\thandleClick() {\n\t\t\tthis.tabbed = false\n\t\t},\n\n\t\t/**\n\t\t * When the tab key is lifted, the button has been \"tabbed in\",\n\t\t * see comments on the `tabbed` variable declared in the data.\n\t\t */\n\t\thandleTabUp() {\n\t\t\tthis.tabbed = true\n\t\t},\n\n\t\t/**\n\t\t * Everytime the button is blurred, we remove the tabbed state.\n\t\t */\n\t\thandleBlur() {\n\t\t\tthis.tabbed = false\n\t\t},\n\n\t\t/**\n\t\t * When the button is reached via keyboard navigation and pressed using\n\t\t * the enter key, we slightly change the styles to provide an \"active-like\"\n\t\t * feedback. When using the mouse this is achieved with the ripple effect.\n\t\t */\n\t\tmakeActive() {\n\t\t\tthis.tabbed = false\n\t\t},\n\n\t\tmakeInactive() {\n\t\t\tthis.tabbed = true\n\t\t},\n\t},\n}\n\n</script>\n\n<style lang=\"scss\" scoped>\n\n.button-vue {\n\tposition: relative;\n\twidth: fit-content;\n\toverflow: hidden;\n\tborder: 0;\n\tpadding: 0;\n\tfont-size: var(--default-font-size);\n\tfont-weight: bold;\n\tmin-height: $clickable-area;\n\tmin-width: $clickable-area;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n\n\t// Cursor pointer on element and all children\n\tcursor: pointer;\n\t& * {\n\t\tcursor: pointer;\n\t}\n\tborder-radius: math.div($clickable-area, 2);\n\ttransition: background-color 0.1s linear !important;\n\ttransition: border 0.1s linear;\n\n\t// No outline feedback for focus. Handled with a toggled class in js (see data)\n\t&:focus {\n\t\toutline: none;\n\t}\n\n\t&:disabled {\n\t\tcursor: default;\n\t\t& * {\n\t\t\tcursor: default;\n\t\t}\n\t\topacity: $opacity_disabled;\n\t\t// Gives a wash out effect\n\t\tfilter: saturate($opacity_normal);\n\t}\n\n\t// Default button type\n\tbackground-color: var(--color-primary-element-lighter);\n\tcolor: var(--color-primary-light-text);\n\t&:hover:not(:disabled) {\n\t\tbackground-color: var(--color-primary-light-hover);\n\t}\n\n\t// Back to the default color for this button when active\n\t// TODO: add ripple effect\n\t&:active {\n\t\tbackground-color: var(--color-primary-element-lighter);\n\t}\n\n\t&__wrapper {\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t\tjustify-content: space-around;\n\t}\n\n\t&__icon {\n\t\theight: $clickable-area;\n\t\twidth: $clickable-area;\n\t\tmin-height: $clickable-area;\n\t\tmin-width: $clickable-area;\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t}\n\n\t&__text {\n\t\tfont-weight: bold;\n\t\tmargin-bottom: 1px;\n\t\tpadding: 2px 0;\n\t}\n\n\t// Icon-only button\n\t&--icon-only {\n\t\twidth: $clickable-area !important;\n\t}\n\n\t// Text-only button\n\t&--text-only {\n\t\tpadding: 0 12px;\n\t\t& .button-vue__text {\n\t\t\tmargin-left: 4px;\n\t\t\tmargin-right: 4px;\n\t\t}\n\t}\n\n\t// Icon and text button\n\t&--icon-and-text {\n\t\tpadding: 0 16px 0 4px;\n\t}\n\n\t// Wide button spans the whole width of the container\n\t&--wide {\n\t\twidth: 100%;\n\t}\n\n\t// We use box-shadow around our buttons instead of an outline, so that the added \"border\"\n\t// coincides with the border of the element. It's not possible to add a border-radius to\n\t// the outline\n\t&--tabbed, &:focus-visible {\n\t\tbox-shadow: 0 0 0 2px var(--color-main-text);\n\t\tbackground-color: var(--color-primary-light-hover);\n\t\t&.button-vue--vue-primary {\n\t\t\tbackground-color: var(--color-primary-hover);\n\t\t}\n\t\t&.button-vue--vue-secondary {\n\t\t\tbox-shadow: 0 0 0 2px var(--color-main-text);\n\t\t}\n\t\t&.button-vue--vue-tertiary-no-background {\n\t\t\topacity: 1;\n\t\t}\n\t\t&.button-vue--vue-tertiary-on-primary {\n\t\t\tbox-shadow: 0 0 0 2px var(--color-primary-text);\n\t\t\tborder-radius: var(--border-radius);\n\t\t\topacity: 1;\n\t\t\tbackground-color: transparent;\n\t\t}\n\t\t&.button-vue--vue-success {\n\t\t\tbackground-color: var(--color-success-hover);\n\t\t}\n\t\t&.button-vue--vue-warning {\n\t\t\tbackground-color: var(--color-warning-hover);\n\t\t}\n\t\t&.button-vue--vue-error {\n\t\t\tbackground-color: var(--color-error-hover);\n\t\t}\n\t}\n\n\t// Button types\n\n\t// Primary\n\t&--vue-primary {\n\t\tbackground-color: var(--color-primary-element);\n\t\tcolor: var(--color-primary-text);\n\t\t&:hover:not(:disabled) {\n\t\t\tbackground-color: var(--color-primary-element-hover);\n\t\t}\n\t\t// Back to the default color for this button when active\n\t\t// TODO: add ripple effect\n\t\t&:active {\n\t\t\tbackground-color: var(--color-primary-element);\n\t\t}\n\t}\n\n\t// Secondary\n\t&--vue-secondary {\n\t\tcolor: var(--color-main-text);\n\t\tbackground-color: var(--color-background-dark);\n\t\tbox-shadow: 0 0 0 2px var(--color-border-dark);\n\t\t&:hover:not(:disabled) {\n\t\t\tcolor: var(--color-main-text);\n\t\t\tbackground-color: var(--color-background-dark);\n\t\t\tbox-shadow: 0 0 0 2px var(--color-primary-element);\n\t\t}\n\t}\n\n\t// Tertiary\n\t&--vue-tertiary {\n\t\tcolor: var(--color-main-text);\n\t\tbackground-color: transparent;\n\t\t&:hover:not(:disabled) {\n\t\t\tbackground-color: var(--color);\n\t\t\tbackground-color: var(--color-background-hover);\n\t\t}\n\t}\n\n\t// Tertiary, no background\n\t&--vue-tertiary-no-background {\n\t\tcolor: var(--color-main-text);\n\t\tbackground-color: transparent;\n\t\topacity: .7;\n\t\t&:hover:not(:disabled) {\n\t\t\tbackground-color: transparent;\n\t\t\topacity: 1;\n\t\t}\n\t}\n\n\t// Tertiary on primary color (like the header)\n\t&--vue-tertiary-on-primary {\n\t\tcolor: var(--color-primary-text);\n\t\tbackground-color: transparent;\n\t\topacity: .7;\n\n\t\t&:hover:not(:disabled) {\n\t\t\tbackground-color: transparent;\n\t\t\topacity: 1;\n\t\t}\n\t}\n\n\t// Success\n\t&--vue-success {\n\t\tbackground-color: var(--color-success);\n\t\tcolor: white;\n\t\t&:hover:not(:disabled) {\n\t\t\tbackground-color: var(--color-success-hover);\n\t\t}\n\t\t// Back to the default color for this button when active\n\t\t// : add ripple effect\n\t\t&:active {\n\t\t\tbackground-color: var(--color-success);\n\t\t}\n\t}\n\n\t// Warning\n\t&--vue-warning {\n\t\tbackground-color: var(--color-warning);\n\t\tcolor: white;\n\t\t&:hover:not(:disabled) {\n\t\t\tbackground-color: var(--color-warning-hover);\n\t\t}\n\t\t// Back to the default color for this button when active\n\t\t// TODO: add ripple effect\n\t\t&:active {\n\t\t\tbackground-color: var(--color-warning);\n\t\t}\n\t}\n\n\t// Error\n\t&--vue-error {\n\t\tbackground-color: var(--color-error);\n\t\tcolor: white;\n\t\t&:hover:not(:disabled) {\n\t\t\tbackground-color: var(--color-error-hover);\n\t\t}\n\t\t// Back to the default color for this button when active\n\t\t// TODO: add ripple effect\n\t\t&:active {\n\t\t\tbackground-color: var(--color-error);\n\t\t}\n\t}\n}\n\n</style>\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ButtonVue.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ButtonVue.vue?vue&type=script&lang=js&\"","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ButtonVue.vue?vue&type=style&index=0&id=51ecca01&prod&lang=scss&scoped=true&\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ButtonVue.vue?vue&type=style&index=0&id=51ecca01&prod&lang=scss&scoped=true&\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./ButtonVue.vue?vue&type=template&id=51ecca01&scoped=true&\"\nimport script from \"./ButtonVue.vue?vue&type=script&lang=js&\"\nexport * from \"./ButtonVue.vue?vue&type=script&lang=js&\"\nimport style0 from \"./ButtonVue.vue?vue&type=style&index=0&id=51ecca01&prod&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"51ecca01\",\n null\n \n)\n\n/* custom blocks */\nimport block0 from \"./ButtonVue.vue?vue&type=custom&index=0&blockType=docs\"\nif (typeof block0 === 'function') block0(component)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('root-element',_vm._g(_vm._b({staticClass:\"button-vue\",class:_vm.buttonClassObject,attrs:{\"aria-label\":_vm.ariaLabel,\"type\":_vm.nativeType,\"disabled\":_vm.disabled},on:{\"keydown\":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.makeActive.apply(null, arguments)},\"keyup\":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"enter\",13,$event.key,\"Enter\"))return null;return _vm.makeInactive.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"tab\",9,$event.key,\"Tab\"))return null;if($event.ctrlKey||$event.shiftKey||$event.altKey||$event.metaKey)return null;return _vm.handleTabUp.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"tab\",9,$event.key,\"Tab\"))return null;if(!$event.shiftKey)return null;return _vm.handleTabUp.apply(null, arguments)}],\"click\":_vm.handleClick,\"blur\":_vm.handleBlur}},'root-element',_vm.rootElement,false),_vm.$listeners),[_c('span',{staticClass:\"button-vue__wrapper\"},[(_vm.hasIcon)?_c('span',{staticClass:\"button-vue__icon\"},[_vm._t(\"icon\")],2):_vm._e(),_vm._v(\" \"),(_vm.hasText)?_c('span',{staticClass:\"button-vue__text\"},[_vm._t(\"default\")],2):_vm._e()])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2020 Marco Ambrosini <marcoambrosini@icloud.com>\n *\n * @author Marco Ambrosini <marcoambrosini@icloud.com>\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 <http://www.gnu.org/licenses/>.\n *\n */\n\nimport ButtonVue from './ButtonVue.vue'\n\nexport default ButtonVue\n","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./index.scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./index.scss\";\n export default content && content.locals ? content.locals : undefined;\n","/**\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\n * @author John Molakvoæ <skjnldsv@protonmail.com>\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 <http://www.gnu.org/licenses/>.\n *\n */\nimport { VTooltip, options } from 'floating-vue'\nimport './index.scss'\n\noptions.themes.tooltip.html = false\noptions.themes.tooltip.delay = { show: 500, hide: 200 }\noptions.themes.tooltip.distance = 10\noptions.themes.tooltip['arrow-padding'] = 3\n\nexport default VTooltip\nexport { options }\n","import { getGettextBuilder } from '@nextcloud/l10n/dist/gettext.js'\n\nconst gtBuilder = getGettextBuilder()\n\t.detectLocale()\n\n// Decompress Translations to gettext format and add to gtBuilder\nTRANSLATIONS.forEach((lang) => {\n\tconst translations = {}\n\n\tfor (const key in lang.translations) {\n\t\t// Plural\n\t\tif (lang.translations[key].pluralId) {\n\t\t\ttranslations[key] = {\n\t\t\t\tmsgid: key,\n\t\t\t\tmsgid_plural: lang.translations[key].pluralId,\n\t\t\t\tmsgstr: lang.translations[key].msgstr,\n\t\t\t}\n\t\t\tcontinue\n\t\t}\n\n\t\t// Singular\n\t\ttranslations[key] = {\n\t\t\tmsgid: key,\n\t\t\tmsgstr: [\n\t\t\t\tlang.translations[key],\n\t\t\t],\n\t\t}\n\t}\n\n\tgtBuilder.addTranslation(lang.locale, {\n\t\ttranslations: {\n\t\t\t'': translations,\n\t\t},\n\t})\n})\n\nconst gt = gtBuilder.build()\n\nconst n = gt.ngettext.bind(gt)\nconst t = gt.gettext.bind(gt)\n\nexport { t, n }\n","/**\n * @copyright Copyright (c) 2019 Kristof Hamann, Paul Schwörer\n *\n * @author Kristof Hamann\n * @author Paul Schwörer\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 <http://www.gnu.org/licenses/>.\n *\n */\n\nimport Vue from 'vue'\n\nexport const IsMobileState = new Vue({\n\tdata() {\n\t\treturn {\n\t\t\tisMobile: false,\n\t\t}\n\t},\n\twatch: {\n\t\tisMobile(val) {\n\t\t\tthis.$emit('changed', val)\n\t\t},\n\t},\n\tcreated() {\n\t\twindow.addEventListener('resize', this.handleWindowResize)\n\t\tthis.handleWindowResize()\n\t},\n\tbeforeDestroy() {\n\t\twindow.removeEventListener('resize', this.handleWindowResize)\n\t},\n\tmethods: {\n\t\thandleWindowResize() {\n\t\t\tthis.isMobile = document.documentElement.clientWidth < 1024\n\t\t},\n\t},\n})\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\n *\n * @author John Molakvoæ <skjnldsv@protonmail.com>\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 <http://www.gnu.org/licenses/>.\n *\n */\n\nimport { IsMobileState } from '../../utils/IsMobileState.js'\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tisMobile: false,\n\t\t}\n\t},\n\tmounted() {\n\t\tIsMobileState.$on('changed', this.onIsMobileChanged)\n\t\tthis.isMobile = IsMobileState.isMobile\n\t},\n\tbeforeDestroy() {\n\t\tIsMobileState.$off('changed', this.onIsMobileChanged)\n\t},\n\tmethods: {\n\t\tonIsMobileChanged(val) {\n\t\t\tthis.isMobile = val\n\t\t},\n\t},\n}\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".material-design-icon{display:flex;align-self:center;justify-self:center;align-items:center;justify-content:center}.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 .15s,visibility .15s;opacity:0}.v-popper--theme-tooltip.v-popper__popper[aria-hidden=false]{visibility:visible;transition:opacity .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:rgba(0,0,0,0);border-width:10px}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/assets/material-icons.css\",\"webpack://./src/directives/Tooltip/index.scss\"],\"names\":[],\"mappings\":\"AAGA,sBACC,YAAA,CACA,iBAAA,CACA,mBAAA,CACA,kBAAA,CACA,sBAAA,CCQA,0CACC,iBAAA,CACA,cAAA,CACA,KAAA,CACA,UAAA,CACA,SAAA,CACA,aAAA,CACA,QAAA,CACA,SAAA,CACA,eAAA,CACA,gBAAA,CACA,SAAA,CACA,eAAA,CAEA,eAAA,CACA,sDAAA,CAGA,iGACC,YAAA,CACA,qBAAA,CACA,6CAAA,CAID,oGACC,SAAA,CACA,kBAAA,CACA,gDAAA,CAID,mGACC,UAAA,CACA,mBAAA,CACA,+CAAA,CAID,kGACC,SAAA,CACA,oBAAA,CACA,8CAAA,CAID,4DACC,iBAAA,CACA,uCAAA,CACA,SAAA,CAED,6DACC,kBAAA,CACA,uBAAA,CACA,SAAA,CAKF,0CACC,eAAA,CACA,eAAA,CACA,iBAAA,CACA,4BAAA,CACA,kCAAA,CACA,6CAAA,CAID,oDACC,iBAAA,CACA,SAAA,CACA,OAAA,CACA,QAAA,CACA,QAAA,CACA,kBAAA,CACA,0BAAA,CACA,iBAhFY\",\"sourcesContent\":[\"/*\\n* Ensure proper alignment of the vue material icons\\n*/\\n.material-design-icon {\\n\\tdisplay: flex;\\n\\talign-self: center;\\n\\tjustify-self: center;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n}\\n\",\"@use 'sass:math'; $scope_version:\\\"d5cd941\\\"; @import 'variables'; @import 'material-icons';\\n/**\\n* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>\\n* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>\\n* @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>\\n* @copyright Copyright (c) 2016, Erik Pellikka <erik@pellikka.org>\\n* @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>\\n*\\n* Bootstrap v3.3.5 (http://getbootstrap.com)\\n* Copyright 2011-2015 Twitter, Inc.\\n* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\\n*/\\n\\n$arrow-width: 10px;\\n\\n.v-popper--theme-tooltip {\\n\\t&.v-popper__popper {\\n\\t\\tposition: absolute;\\n\\t\\tz-index: 100000;\\n\\t\\ttop: 0;\\n\\t\\tright: auto;\\n\\t\\tleft: auto;\\n\\t\\tdisplay: block;\\n\\t\\tmargin: 0;\\n\\t\\tpadding: 0;\\n\\t\\ttext-align: left;\\n\\t\\ttext-align: start;\\n\\t\\topacity: 0;\\n\\t\\tline-height: 1.6;\\n\\n\\t\\tline-break: auto;\\n\\t\\tfilter: drop-shadow(0 1px 10px var(--color-box-shadow));\\n\\n\\t\\t// TOP\\n\\t\\t&[data-popper-placement^='top'] .v-popper__arrow-container {\\n\\t\\t\\tbottom: -$arrow-width;\\n\\t\\t\\tborder-bottom-width: 0;\\n\\t\\t\\tborder-top-color: var(--color-main-background);\\n\\t\\t}\\n\\n\\t\\t// BOTTOM\\n\\t\\t&[data-popper-placement^='bottom'] .v-popper__arrow-container {\\n\\t\\t\\ttop: -$arrow-width;\\n\\t\\t\\tborder-top-width: 0;\\n\\t\\t\\tborder-bottom-color: var(--color-main-background);\\n\\t\\t}\\n\\n\\t\\t// RIGHT\\n\\t\\t&[data-popper-placement^='right'] .v-popper__arrow-container {\\n\\t\\t\\tright: 100%;\\n\\t\\t\\tborder-left-width: 0;\\n\\t\\t\\tborder-right-color: var(--color-main-background);\\n\\t\\t}\\n\\n\\t\\t// LEFT\\n\\t\\t&[data-popper-placement^='left'] .v-popper__arrow-container {\\n\\t\\t\\tleft: 100%;\\n\\t\\t\\tborder-right-width: 0;\\n\\t\\t\\tborder-left-color: var(--color-main-background);\\n\\t\\t}\\n\\n\\t\\t// HIDDEN / SHOWN\\n\\t\\t&[aria-hidden='true'] {\\n\\t\\t\\tvisibility: hidden;\\n\\t\\t\\ttransition: opacity .15s, visibility .15s;\\n\\t\\t\\topacity: 0;\\n\\t\\t}\\n\\t\\t&[aria-hidden='false'] {\\n\\t\\t\\tvisibility: visible;\\n\\t\\t\\ttransition: opacity .15s;\\n\\t\\t\\topacity: 1;\\n\\t\\t}\\n\\t}\\n\\n\\t// CONTENT\\n\\t.v-popper__inner {\\n\\t\\tmax-width: 350px;\\n\\t\\tpadding: 5px 8px;\\n\\t\\ttext-align: center;\\n\\t\\tcolor: var(--color-main-text);\\n\\t\\tborder-radius: var(--border-radius);\\n\\t\\tbackground-color: var(--color-main-background);\\n\\t}\\n\\n\\t// ARROW\\n\\t.v-popper__arrow-container {\\n\\t\\tposition: absolute;\\n\\t\\tz-index: 1;\\n\\t\\twidth: 0;\\n\\t\\theight: 0;\\n\\t\\tmargin: 0;\\n\\t\\tborder-style: solid;\\n\\t\\tborder-color: transparent;\\n\\t\\tborder-width: $arrow-width;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".material-design-icon[data-v-2cf1b445]{display:flex;align-self:center;justify-self:center;align-items:center;justify-content:center}.app-content[data-v-2cf1b445]{position:relative;z-index:1000;flex-basis:100vw;min-width:0;min-height:100%;margin:0 !important;background-color:var(--color-main-background);--topbar-margin: $topbar-margin}.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-2cf1b445] .app-content-list{display:block}.app-content-wrapper--mobile.app-content-wrapper--show-list[data-v-2cf1b445] .app-content-details{display:none}.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-2cf1b445] .app-content-list{display:none}.app-content-wrapper--mobile.app-content-wrapper--show-details[data-v-2cf1b445] .app-content-details{display:block}[data-v-2cf1b445] .splitpanes.default-theme .app-content-list{max-width:none}[data-v-2cf1b445] .splitpanes.default-theme .splitpanes__pane{background-color:rgba(0,0,0,0);transition:none}[data-v-2cf1b445] .splitpanes.default-theme .splitpanes__pane-list{min-width:200px;position:sticky;top:var(--header-height)}@media only screen and (max-width: 1024px){[data-v-2cf1b445] .splitpanes.default-theme .splitpanes__pane-list{display:none}}[data-v-2cf1b445] .splitpanes.default-theme .splitpanes__pane-details{overflow-y:scroll}@media only screen and (max-width: 1024px){[data-v-2cf1b445] .splitpanes.default-theme .splitpanes__pane-details{min-width:100%}}[data-v-2cf1b445] .splitpanes.default-theme .splitpanes__splitter{width:9px;margin-left:-5px;background-color:rgba(0,0,0,0);border-left:none}[data-v-2cf1b445] .splitpanes.default-theme .splitpanes__splitter:before,[data-v-2cf1b445] .splitpanes.default-theme .splitpanes__splitter:after{display:none}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/assets/material-icons.css\",\"webpack://./src/components/AppContent/AppContent.vue\"],\"names\":[],\"mappings\":\"AAGA,uCACC,YAAA,CACA,iBAAA,CACA,mBAAA,CACA,kBAAA,CACA,sBAAA,CCLD,8BACC,iBAAA,CACA,YAAA,CACA,gBAAA,CACA,WAAA,CACA,eAAA,CAEA,mBAAA,CACA,6CAAA,CAIA,+BAAA,CAMC,gGACC,aAAA,CAED,mGACC,YAAA,CAID,mGACC,YAAA,CAED,sGACC,aAAA,CAMF,8DACC,cAAA,CAGD,8DACC,8BAAA,CACA,eAAA,CAEA,mEACC,eAAA,CACA,eAAA,CACA,wBAAA,CAEA,2CALD,mEAME,YAAA,CAAA,CAIF,sEACC,iBAAA,CAEA,2CAHD,sEAIE,cAAA,CAAA,CAKH,kEACC,SAAA,CACA,gBAAA,CACA,8BAAA,CACA,gBAAA,CAEA,iJAEC,YAAA\",\"sourcesContent\":[\"/*\\n* Ensure proper alignment of the vue material icons\\n*/\\n.material-design-icon {\\n\\tdisplay: flex;\\n\\talign-self: center;\\n\\tjustify-self: center;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n}\\n\",\"@use 'sass:math'; $scope_version:\\\"d5cd941\\\"; @import 'variables'; @import 'material-icons';\\n\\n\\n.app-content {\\n\\tposition: relative;\\n\\tz-index: 1000;\\n\\tflex-basis: 100vw;\\n\\tmin-width: 0;\\n\\tmin-height: 100%;\\n\\t// Overriding server styles TODO: cleanup!\\n\\tmargin: 0 !important;\\n\\tbackground-color: var(--color-main-background);\\n\\n\\t// Variables\\n\\t// the whitespace between the topbar content and its edges\\n\\t--topbar-margin: $topbar-margin;\\n}\\n\\n// Mobile list/details handling\\n.app-content-wrapper--mobile {\\n\\t&.app-content-wrapper--show-list :deep() {\\n\\t\\t.app-content-list {\\n\\t\\t\\tdisplay: block;\\n\\t\\t}\\n\\t\\t.app-content-details {\\n\\t\\t\\tdisplay: none;\\n\\t\\t}\\n\\t}\\n\\t&.app-content-wrapper--show-details :deep() {\\n\\t\\t.app-content-list {\\n\\t\\t\\tdisplay: none;\\n\\t\\t}\\n\\t\\t.app-content-details {\\n\\t\\t\\tdisplay: block;\\n\\t\\t}\\n\\t}\\n}\\n\\n:deep(.splitpanes.default-theme) {\\n\\t.app-content-list {\\n\\t\\tmax-width: none;\\n\\t}\\n\\n\\t.splitpanes__pane {\\n\\t\\tbackground-color: transparent;\\n\\t\\ttransition: none;\\n\\n\\t\\t&-list {\\n\\t\\t\\tmin-width: 200px;\\n\\t\\t\\tposition: sticky;\\n\\t\\t\\ttop: var(--header-height);\\n\\n\\t\\t\\t@media only screen and (max-width: $breakpoint-mobile) {\\n\\t\\t\\t\\tdisplay: none;\\n\\t\\t\\t}\\n\\t\\t}\\n\\n\\t\\t&-details {\\n\\t\\t\\toverflow-y: scroll;\\n\\n\\t\\t\\t@media only screen and (max-width: $breakpoint-mobile) {\\n\\t\\t\\t\\tmin-width: 100%;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n\\n\\t.splitpanes__splitter {\\n\\t\\twidth: 9px;\\n\\t\\tmargin-left: -5px;\\n\\t\\tbackground-color: transparent;\\n\\t\\tborder-left: none;\\n\\n\\t\\t&:before,\\n\\t\\t&:after {\\n\\t\\t\\tdisplay: none;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".material-design-icon[data-v-6d384e2f]{display:flex;align-self:center;justify-self:center;align-items:center;justify-content:center}.app-details-toggle[data-v-6d384e2f]{position:fixed;width:44px;height:44px;padding:14px;cursor:pointer;opacity:.6;transform:rotate(180deg);background-color:var(--color-main-background);z-index:2000}.app-details-toggle[data-v-6d384e2f]:active,.app-details-toggle[data-v-6d384e2f]:hover,.app-details-toggle[data-v-6d384e2f]:focus{opacity:1}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/assets/material-icons.css\",\"webpack://./src/components/AppContent/AppDetailsToggle.vue\",\"webpack://./src/assets/variables.scss\"],\"names\":[],\"mappings\":\"AAGA,uCACC,YAAA,CACA,iBAAA,CACA,mBAAA,CACA,kBAAA,CACA,sBAAA,CCND,qCACC,cAAA,CACA,UCqBgB,CDpBhB,WCoBgB,CDnBhB,YC2Ba,CD1Bb,cAAA,CACA,UAAA,CACA,wBAAA,CACA,6CAAA,CACA,YAAA,CAEA,kIAGC,SAAA\",\"sourcesContent\":[\"/*\\n* Ensure proper alignment of the vue material icons\\n*/\\n.material-design-icon {\\n\\tdisplay: flex;\\n\\talign-self: center;\\n\\tjustify-self: center;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n}\\n\",\"@use 'sass:math'; $scope_version:\\\"d5cd941\\\"; @import 'variables'; @import 'material-icons';\\n\\n.app-details-toggle {\\n\\tposition: fixed;\\n\\twidth: $clickable-area;\\n\\theight: $clickable-area;\\n\\tpadding: $icon-margin;\\n\\tcursor: pointer;\\n\\topacity: .6;\\n\\ttransform: rotate(180deg);\\n\\tbackground-color: var(--color-main-background);\\n\\tz-index: 2000;\\n\\n\\t&:active,\\n\\t&:hover,\\n\\t&:focus {\\n\\t\\topacity: 1;\\n\\t}\\n}\\n\",\"/**\\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\\n *\\n * @author John Molakvoæ <skjnldsv@protonmail.com>\\n *\\n * @license GNU AGPL version 3 or any later version\\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 <http://www.gnu.org/licenses/>.\\n *\\n */\\n\\n// https://uxplanet.org/7-rules-for-mobile-ui-button-design-e9cf2ea54556\\n// recommended is 48px\\n// 44px is what we choose and have very good visual-to-usability ratio\\n$clickable-area: 44px;\\n\\n// background icon size\\n// also used for the scss icon font\\n$icon-size: 16px;\\n\\n// icon padding for a $clickable-area width and a $icon-size icon\\n// ( 44px - 16px ) / 2\\n$icon-margin: math.div($clickable-area - $icon-size, 2);\\n\\n// transparency background for icons\\n$icon-focus-bg: rgba(127, 127, 127, .25);\\n\\n// popovermenu arrow width from the triangle center\\n$arrow-width: 9px;\\n\\n// opacities\\n$opacity_disabled: .5;\\n$opacity_normal: .7;\\n$opacity_full: 1;\\n\\n// menu round background hover feedback\\n// good looking on dark AND white bg\\n$action-background-hover: rgba(127, 127, 127, .25);\\n\\n// various structure data used in the \\n// `AppNavigation` component\\n$header-height: 50px;\\n$navigation-width: 300px;\\n\\n// mobile breakpoint\\n$breakpoint-mobile: 1024px;\\n\\n// top-bar spacing\\n$topbar-margin: 4px;\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/cssWithMappingToString.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, \".material-design-icon[data-v-51ecca01]{display:flex;align-self:center;justify-self:center;align-items:center;justify-content:center}.button-vue[data-v-51ecca01]{position:relative;width:fit-content;overflow:hidden;border:0;padding:0;font-size:var(--default-font-size);font-weight:bold;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:22px;transition:background-color .1s linear !important;transition:border .1s linear;background-color:var(--color-primary-element-lighter);color:var(--color-primary-light-text)}.button-vue *[data-v-51ecca01]{cursor:pointer}.button-vue[data-v-51ecca01]:focus{outline:none}.button-vue[data-v-51ecca01]:disabled{cursor:default;opacity:.5;filter:saturate(0.7)}.button-vue:disabled *[data-v-51ecca01]{cursor:default}.button-vue[data-v-51ecca01]:hover:not(:disabled){background-color:var(--color-primary-light-hover)}.button-vue[data-v-51ecca01]:active{background-color:var(--color-primary-element-lighter)}.button-vue__wrapper[data-v-51ecca01]{display:inline-flex;align-items:center;justify-content:space-around}.button-vue__icon[data-v-51ecca01]{height:44px;width:44px;min-height:44px;min-width:44px;display:flex;justify-content:center;align-items:center}.button-vue__text[data-v-51ecca01]{font-weight:bold;margin-bottom:1px;padding:2px 0}.button-vue--icon-only[data-v-51ecca01]{width:44px !important}.button-vue--text-only[data-v-51ecca01]{padding:0 12px}.button-vue--text-only .button-vue__text[data-v-51ecca01]{margin-left:4px;margin-right:4px}.button-vue--icon-and-text[data-v-51ecca01]{padding:0 16px 0 4px}.button-vue--wide[data-v-51ecca01]{width:100%}.button-vue--tabbed[data-v-51ecca01],.button-vue[data-v-51ecca01]:focus-visible{box-shadow:0 0 0 2px var(--color-main-text);background-color:var(--color-primary-light-hover)}.button-vue--tabbed.button-vue--vue-primary[data-v-51ecca01],.button-vue:focus-visible.button-vue--vue-primary[data-v-51ecca01]{background-color:var(--color-primary-hover)}.button-vue--tabbed.button-vue--vue-secondary[data-v-51ecca01],.button-vue:focus-visible.button-vue--vue-secondary[data-v-51ecca01]{box-shadow:0 0 0 2px var(--color-main-text)}.button-vue--tabbed.button-vue--vue-tertiary-no-background[data-v-51ecca01],.button-vue:focus-visible.button-vue--vue-tertiary-no-background[data-v-51ecca01]{opacity:1}.button-vue--tabbed.button-vue--vue-tertiary-on-primary[data-v-51ecca01],.button-vue:focus-visible.button-vue--vue-tertiary-on-primary[data-v-51ecca01]{box-shadow:0 0 0 2px var(--color-primary-text);border-radius:var(--border-radius);opacity:1;background-color:rgba(0,0,0,0)}.button-vue--tabbed.button-vue--vue-success[data-v-51ecca01],.button-vue:focus-visible.button-vue--vue-success[data-v-51ecca01]{background-color:var(--color-success-hover)}.button-vue--tabbed.button-vue--vue-warning[data-v-51ecca01],.button-vue:focus-visible.button-vue--vue-warning[data-v-51ecca01]{background-color:var(--color-warning-hover)}.button-vue--tabbed.button-vue--vue-error[data-v-51ecca01],.button-vue:focus-visible.button-vue--vue-error[data-v-51ecca01]{background-color:var(--color-error-hover)}.button-vue--vue-primary[data-v-51ecca01]{background-color:var(--color-primary-element);color:var(--color-primary-text)}.button-vue--vue-primary[data-v-51ecca01]:hover:not(:disabled){background-color:var(--color-primary-element-hover)}.button-vue--vue-primary[data-v-51ecca01]:active{background-color:var(--color-primary-element)}.button-vue--vue-secondary[data-v-51ecca01]{color:var(--color-main-text);background-color:var(--color-background-dark);box-shadow:0 0 0 2px var(--color-border-dark)}.button-vue--vue-secondary[data-v-51ecca01]:hover:not(:disabled){color:var(--color-main-text);background-color:var(--color-background-dark);box-shadow:0 0 0 2px var(--color-primary-element)}.button-vue--vue-tertiary[data-v-51ecca01]{color:var(--color-main-text);background-color:rgba(0,0,0,0)}.button-vue--vue-tertiary[data-v-51ecca01]:hover:not(:disabled){background-color:var(--color);background-color:var(--color-background-hover)}.button-vue--vue-tertiary-no-background[data-v-51ecca01]{color:var(--color-main-text);background-color:rgba(0,0,0,0);opacity:.7}.button-vue--vue-tertiary-no-background[data-v-51ecca01]:hover:not(:disabled){background-color:rgba(0,0,0,0);opacity:1}.button-vue--vue-tertiary-on-primary[data-v-51ecca01]{color:var(--color-primary-text);background-color:rgba(0,0,0,0);opacity:.7}.button-vue--vue-tertiary-on-primary[data-v-51ecca01]:hover:not(:disabled){background-color:rgba(0,0,0,0);opacity:1}.button-vue--vue-success[data-v-51ecca01]{background-color:var(--color-success);color:#fff}.button-vue--vue-success[data-v-51ecca01]:hover:not(:disabled){background-color:var(--color-success-hover)}.button-vue--vue-success[data-v-51ecca01]:active{background-color:var(--color-success)}.button-vue--vue-warning[data-v-51ecca01]{background-color:var(--color-warning);color:#fff}.button-vue--vue-warning[data-v-51ecca01]:hover:not(:disabled){background-color:var(--color-warning-hover)}.button-vue--vue-warning[data-v-51ecca01]:active{background-color:var(--color-warning)}.button-vue--vue-error[data-v-51ecca01]{background-color:var(--color-error);color:#fff}.button-vue--vue-error[data-v-51ecca01]:hover:not(:disabled){background-color:var(--color-error-hover)}.button-vue--vue-error[data-v-51ecca01]:active{background-color:var(--color-error)}\", \"\",{\"version\":3,\"sources\":[\"webpack://./src/assets/material-icons.css\",\"webpack://./src/components/ButtonVue/ButtonVue.vue\",\"webpack://./src/assets/variables.scss\"],\"names\":[],\"mappings\":\"AAGA,uCACC,YAAA,CACA,iBAAA,CACA,mBAAA,CACA,kBAAA,CACA,sBAAA,CCLD,6BACC,iBAAA,CACA,iBAAA,CACA,eAAA,CACA,QAAA,CACA,SAAA,CACA,kCAAA,CACA,gBAAA,CACA,eCcgB,CDbhB,cCagB,CDZhB,YAAA,CACA,kBAAA,CACA,sBAAA,CAGA,cAAA,CAIA,kBAAA,CACA,iDAAA,CACA,4BAAA,CAkBA,qDAAA,CACA,qCAAA,CAxBA,+BACC,cAAA,CAOD,mCACC,YAAA,CAGD,sCACC,cAAA,CAIA,UCMiB,CDJjB,oBAAA,CALA,wCACC,cAAA,CAUF,kDACC,iDAAA,CAKD,oCACC,qDAAA,CAGD,sCACC,mBAAA,CACA,kBAAA,CACA,4BAAA,CAGD,mCACC,WCpCe,CDqCf,UCrCe,CDsCf,eCtCe,CDuCf,cCvCe,CDwCf,YAAA,CACA,sBAAA,CACA,kBAAA,CAGD,mCACC,gBAAA,CACA,iBAAA,CACA,aAAA,CAID,wCACC,qBAAA,CAID,wCACC,cAAA,CACA,0DACC,eAAA,CACA,gBAAA,CAKF,4CACC,oBAAA,CAID,mCACC,UAAA,CAMD,gFACC,2CAAA,CACA,iDAAA,CACA,gIACC,2CAAA,CAED,oIACC,2CAAA,CAED,8JACC,SAAA,CAED,wJACC,8CAAA,CACA,kCAAA,CACA,SAAA,CACA,8BAAA,CAED,gIACC,2CAAA,CAED,gIACC,2CAAA,CAED,4HACC,yCAAA,CAOF,0CACC,6CAAA,CACA,+BAAA,CACA,+DACC,mDAAA,CAID,iDACC,6CAAA,CAKF,4CACC,4BAAA,CACA,6CAAA,CACA,6CAAA,CACA,iEACC,4BAAA,CACA,6CAAA,CACA,iDAAA,CAKF,2CACC,4BAAA,CACA,8BAAA,CACA,gEACC,6BAAA,CACA,8CAAA,CAKF,yDACC,4BAAA,CACA,8BAAA,CACA,UAAA,CACA,8EACC,8BAAA,CACA,SAAA,CAKF,sDACC,+BAAA,CACA,8BAAA,CACA,UAAA,CAEA,2EACC,8BAAA,CACA,SAAA,CAKF,0CACC,qCAAA,CACA,UAAA,CACA,+DACC,2CAAA,CAID,iDACC,qCAAA,CAKF,0CACC,qCAAA,CACA,UAAA,CACA,+DACC,2CAAA,CAID,iDACC,qCAAA,CAKF,wCACC,mCAAA,CACA,UAAA,CACA,6DACC,yCAAA,CAID,+CACC,mCAAA\",\"sourcesContent\":[\"/*\\n* Ensure proper alignment of the vue material icons\\n*/\\n.material-design-icon {\\n\\tdisplay: flex;\\n\\talign-self: center;\\n\\tjustify-self: center;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n}\\n\",\"@use 'sass:math'; $scope_version:\\\"d5cd941\\\"; @import 'variables'; @import 'material-icons';\\n\\n\\n.button-vue {\\n\\tposition: relative;\\n\\twidth: fit-content;\\n\\toverflow: hidden;\\n\\tborder: 0;\\n\\tpadding: 0;\\n\\tfont-size: var(--default-font-size);\\n\\tfont-weight: bold;\\n\\tmin-height: $clickable-area;\\n\\tmin-width: $clickable-area;\\n\\tdisplay: flex;\\n\\talign-items: center;\\n\\tjustify-content: center;\\n\\n\\t// Cursor pointer on element and all children\\n\\tcursor: pointer;\\n\\t& * {\\n\\t\\tcursor: pointer;\\n\\t}\\n\\tborder-radius: math.div($clickable-area, 2);\\n\\ttransition: background-color 0.1s linear !important;\\n\\ttransition: border 0.1s linear;\\n\\n\\t// No outline feedback for focus. Handled with a toggled class in js (see data)\\n\\t&:focus {\\n\\t\\toutline: none;\\n\\t}\\n\\n\\t&:disabled {\\n\\t\\tcursor: default;\\n\\t\\t& * {\\n\\t\\t\\tcursor: default;\\n\\t\\t}\\n\\t\\topacity: $opacity_disabled;\\n\\t\\t// Gives a wash out effect\\n\\t\\tfilter: saturate($opacity_normal);\\n\\t}\\n\\n\\t// Default button type\\n\\tbackground-color: var(--color-primary-element-lighter);\\n\\tcolor: var(--color-primary-light-text);\\n\\t&:hover:not(:disabled) {\\n\\t\\tbackground-color: var(--color-primary-light-hover);\\n\\t}\\n\\n\\t// Back to the default color for this button when active\\n\\t// TODO: add ripple effect\\n\\t&:active {\\n\\t\\tbackground-color: var(--color-primary-element-lighter);\\n\\t}\\n\\n\\t&__wrapper {\\n\\t\\tdisplay: inline-flex;\\n\\t\\talign-items: center;\\n\\t\\tjustify-content: space-around;\\n\\t}\\n\\n\\t&__icon {\\n\\t\\theight: $clickable-area;\\n\\t\\twidth: $clickable-area;\\n\\t\\tmin-height: $clickable-area;\\n\\t\\tmin-width: $clickable-area;\\n\\t\\tdisplay: flex;\\n\\t\\tjustify-content: center;\\n\\t\\talign-items: center;\\n\\t}\\n\\n\\t&__text {\\n\\t\\tfont-weight: bold;\\n\\t\\tmargin-bottom: 1px;\\n\\t\\tpadding: 2px 0;\\n\\t}\\n\\n\\t// Icon-only button\\n\\t&--icon-only {\\n\\t\\twidth: $clickable-area !important;\\n\\t}\\n\\n\\t// Text-only button\\n\\t&--text-only {\\n\\t\\tpadding: 0 12px;\\n\\t\\t& .button-vue__text {\\n\\t\\t\\tmargin-left: 4px;\\n\\t\\t\\tmargin-right: 4px;\\n\\t\\t}\\n\\t}\\n\\n\\t// Icon and text button\\n\\t&--icon-and-text {\\n\\t\\tpadding: 0 16px 0 4px;\\n\\t}\\n\\n\\t// Wide button spans the whole width of the container\\n\\t&--wide {\\n\\t\\twidth: 100%;\\n\\t}\\n\\n\\t// We use box-shadow around our buttons instead of an outline, so that the added \\\"border\\\"\\n\\t// coincides with the border of the element. It's not possible to add a border-radius to\\n\\t// the outline\\n\\t&--tabbed, &:focus-visible {\\n\\t\\tbox-shadow: 0 0 0 2px var(--color-main-text);\\n\\t\\tbackground-color: var(--color-primary-light-hover);\\n\\t\\t&.button-vue--vue-primary {\\n\\t\\t\\tbackground-color: var(--color-primary-hover);\\n\\t\\t}\\n\\t\\t&.button-vue--vue-secondary {\\n\\t\\t\\tbox-shadow: 0 0 0 2px var(--color-main-text);\\n\\t\\t}\\n\\t\\t&.button-vue--vue-tertiary-no-background {\\n\\t\\t\\topacity: 1;\\n\\t\\t}\\n\\t\\t&.button-vue--vue-tertiary-on-primary {\\n\\t\\t\\tbox-shadow: 0 0 0 2px var(--color-primary-text);\\n\\t\\t\\tborder-radius: var(--border-radius);\\n\\t\\t\\topacity: 1;\\n\\t\\t\\tbackground-color: transparent;\\n\\t\\t}\\n\\t\\t&.button-vue--vue-success {\\n\\t\\t\\tbackground-color: var(--color-success-hover);\\n\\t\\t}\\n\\t\\t&.button-vue--vue-warning {\\n\\t\\t\\tbackground-color: var(--color-warning-hover);\\n\\t\\t}\\n\\t\\t&.button-vue--vue-error {\\n\\t\\t\\tbackground-color: var(--color-error-hover);\\n\\t\\t}\\n\\t}\\n\\n\\t// Button types\\n\\n\\t// Primary\\n\\t&--vue-primary {\\n\\t\\tbackground-color: var(--color-primary-element);\\n\\t\\tcolor: var(--color-primary-text);\\n\\t\\t&:hover:not(:disabled) {\\n\\t\\t\\tbackground-color: var(--color-primary-element-hover);\\n\\t\\t}\\n\\t\\t// Back to the default color for this button when active\\n\\t\\t// TODO: add ripple effect\\n\\t\\t&:active {\\n\\t\\t\\tbackground-color: var(--color-primary-element);\\n\\t\\t}\\n\\t}\\n\\n\\t// Secondary\\n\\t&--vue-secondary {\\n\\t\\tcolor: var(--color-main-text);\\n\\t\\tbackground-color: var(--color-background-dark);\\n\\t\\tbox-shadow: 0 0 0 2px var(--color-border-dark);\\n\\t\\t&:hover:not(:disabled) {\\n\\t\\t\\tcolor: var(--color-main-text);\\n\\t\\t\\tbackground-color: var(--color-background-dark);\\n\\t\\t\\tbox-shadow: 0 0 0 2px var(--color-primary-element);\\n\\t\\t}\\n\\t}\\n\\n\\t// Tertiary\\n\\t&--vue-tertiary {\\n\\t\\tcolor: var(--color-main-text);\\n\\t\\tbackground-color: transparent;\\n\\t\\t&:hover:not(:disabled) {\\n\\t\\t\\tbackground-color: var(--color);\\n\\t\\t\\tbackground-color: var(--color-background-hover);\\n\\t\\t}\\n\\t}\\n\\n\\t// Tertiary, no background\\n\\t&--vue-tertiary-no-background {\\n\\t\\tcolor: var(--color-main-text);\\n\\t\\tbackground-color: transparent;\\n\\t\\topacity: .7;\\n\\t\\t&:hover:not(:disabled) {\\n\\t\\t\\tbackground-color: transparent;\\n\\t\\t\\topacity: 1;\\n\\t\\t}\\n\\t}\\n\\n\\t// Tertiary on primary color (like the header)\\n\\t&--vue-tertiary-on-primary {\\n\\t\\tcolor: var(--color-primary-text);\\n\\t\\tbackground-color: transparent;\\n\\t\\topacity: .7;\\n\\n\\t\\t&:hover:not(:disabled) {\\n\\t\\t\\tbackground-color: transparent;\\n\\t\\t\\topacity: 1;\\n\\t\\t}\\n\\t}\\n\\n\\t// Success\\n\\t&--vue-success {\\n\\t\\tbackground-color: var(--color-success);\\n\\t\\tcolor: white;\\n\\t\\t&:hover:not(:disabled) {\\n\\t\\t\\tbackground-color: var(--color-success-hover);\\n\\t\\t}\\n\\t\\t// Back to the default color for this button when active\\n\\t\\t// : add ripple effect\\n\\t\\t&:active {\\n\\t\\t\\tbackground-color: var(--color-success);\\n\\t\\t}\\n\\t}\\n\\n\\t// Warning\\n\\t&--vue-warning {\\n\\t\\tbackground-color: var(--color-warning);\\n\\t\\tcolor: white;\\n\\t\\t&:hover:not(:disabled) {\\n\\t\\t\\tbackground-color: var(--color-warning-hover);\\n\\t\\t}\\n\\t\\t// Back to the default color for this button when active\\n\\t\\t// TODO: add ripple effect\\n\\t\\t&:active {\\n\\t\\t\\tbackground-color: var(--color-warning);\\n\\t\\t}\\n\\t}\\n\\n\\t// Error\\n\\t&--vue-error {\\n\\t\\tbackground-color: var(--color-error);\\n\\t\\tcolor: white;\\n\\t\\t&:hover:not(:disabled) {\\n\\t\\t\\tbackground-color: var(--color-error-hover);\\n\\t\\t}\\n\\t\\t// Back to the default color for this button when active\\n\\t\\t// TODO: add ripple effect\\n\\t\\t&:active {\\n\\t\\t\\tbackground-color: var(--color-error);\\n\\t\\t}\\n\\t}\\n}\\n\\n\",\"/**\\n * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>\\n *\\n * @author John Molakvoæ <skjnldsv@protonmail.com>\\n *\\n * @license GNU AGPL version 3 or any later version\\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 <http://www.gnu.org/licenses/>.\\n *\\n */\\n\\n// https://uxplanet.org/7-rules-for-mobile-ui-button-design-e9cf2ea54556\\n// recommended is 48px\\n// 44px is what we choose and have very good visual-to-usability ratio\\n$clickable-area: 44px;\\n\\n// background icon size\\n// also used for the scss icon font\\n$icon-size: 16px;\\n\\n// icon padding for a $clickable-area width and a $icon-size icon\\n// ( 44px - 16px ) / 2\\n$icon-margin: math.div($clickable-area - $icon-size, 2);\\n\\n// transparency background for icons\\n$icon-focus-bg: rgba(127, 127, 127, .25);\\n\\n// popovermenu arrow width from the triangle center\\n$arrow-width: 9px;\\n\\n// opacities\\n$opacity_disabled: .5;\\n$opacity_normal: .7;\\n$opacity_full: 1;\\n\\n// menu round background hover feedback\\n// good looking on dark AND white bg\\n$action-background-hover: rgba(127, 127, 127, .25);\\n\\n// various structure data used in the \\n// `AppNavigation` component\\n$header-height: 50px;\\n$navigation-width: 300px;\\n\\n// mobile breakpoint\\n$breakpoint-mobile: 1024px;\\n\\n// top-bar spacing\\n$topbar-margin: 4px;\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\"use strict\";\n\n/*\n MIT License http://www.opensource.org/licenses/mit-license.php\n Author Tobias Koppers @sokra\n*/\n// css base code, injected by the css-loader\n// eslint-disable-next-line func-names\nmodule.exports = function (cssWithMappingToString) {\n var list = []; // return the list of modules as css string\n\n list.toString = function toString() {\n return this.map(function (item) {\n var content = cssWithMappingToString(item);\n\n if (item[2]) {\n return \"@media \".concat(item[2], \" {\").concat(content, \"}\");\n }\n\n return content;\n }).join(\"\");\n }; // import a list of modules into the list\n // eslint-disable-next-line func-names\n\n\n list.i = function (modules, mediaQuery, dedupe) {\n if (typeof modules === \"string\") {\n // eslint-disable-next-line no-param-reassign\n modules = [[null, modules, \"\"]];\n }\n\n var alreadyImportedModules = {};\n\n if (dedupe) {\n for (var i = 0; i < this.length; i++) {\n // eslint-disable-next-line prefer-destructuring\n var id = this[i][0];\n\n if (id != null) {\n alreadyImportedModules[id] = true;\n }\n }\n }\n\n for (var _i = 0; _i < modules.length; _i++) {\n var item = [].concat(modules[_i]);\n\n if (dedupe && alreadyImportedModules[item[0]]) {\n // eslint-disable-next-line no-continue\n continue;\n }\n\n if (mediaQuery) {\n if (!item[2]) {\n item[2] = mediaQuery;\n } else {\n item[2] = \"\".concat(mediaQuery, \" and \").concat(item[2]);\n }\n }\n\n list.push(item);\n }\n };\n\n return list;\n};","\"use strict\";\n\nfunction _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }\n\nfunction _nonIterableRest() { throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\"); }\n\nfunction _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === \"string\") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === \"Object\" && o.constructor) n = o.constructor.name; if (n === \"Map\" || n === \"Set\") return Array.from(o); if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }\n\nfunction _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }\n\nfunction _iterableToArrayLimit(arr, i) { var _i = arr && (typeof Symbol !== \"undefined\" && arr[Symbol.iterator] || arr[\"@@iterator\"]); if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i[\"return\"] != null) _i[\"return\"](); } finally { if (_d) throw _e; } } return _arr; }\n\nfunction _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }\n\nmodule.exports = function cssWithMappingToString(item) {\n var _item = _slicedToArray(item, 4),\n content = _item[1],\n cssMapping = _item[3];\n\n if (!cssMapping) {\n return content;\n }\n\n if (typeof btoa === \"function\") {\n // eslint-disable-next-line no-undef\n var base64 = btoa(unescape(encodeURIComponent(JSON.stringify(cssMapping))));\n var data = \"sourceMappingURL=data:application/json;charset=utf-8;base64,\".concat(base64);\n var sourceMapping = \"/*# \".concat(data, \" */\");\n var sourceURLs = cssMapping.sources.map(function (source) {\n return \"/*# sourceURL=\".concat(cssMapping.sourceRoot || \"\").concat(source, \" */\");\n });\n return [content].concat(sourceURLs).concat([sourceMapping]).join(\"\\n\");\n }\n\n return [content].join(\"\\n\");\n};","\"use strict\";\n\nvar stylesInDOM = [];\n\nfunction getIndexByIdentifier(identifier) {\n var result = -1;\n\n for (var i = 0; i < stylesInDOM.length; i++) {\n if (stylesInDOM[i].identifier === identifier) {\n result = i;\n break;\n }\n }\n\n return result;\n}\n\nfunction modulesToDom(list, options) {\n var idCountMap = {};\n var identifiers = [];\n\n for (var i = 0; i < list.length; i++) {\n var item = list[i];\n var id = options.base ? item[0] + options.base : item[0];\n var count = idCountMap[id] || 0;\n var identifier = \"\".concat(id, \" \").concat(count);\n idCountMap[id] = count + 1;\n var indexByIdentifier = getIndexByIdentifier(identifier);\n var obj = {\n css: item[1],\n media: item[2],\n sourceMap: item[3],\n supports: item[4],\n layer: item[5]\n };\n\n if (indexByIdentifier !== -1) {\n stylesInDOM[indexByIdentifier].references++;\n stylesInDOM[indexByIdentifier].updater(obj);\n } else {\n var updater = addElementStyle(obj, options);\n options.byIndex = i;\n stylesInDOM.splice(i, 0, {\n identifier: identifier,\n updater: updater,\n references: 1\n });\n }\n\n identifiers.push(identifier);\n }\n\n return identifiers;\n}\n\nfunction addElementStyle(obj, options) {\n var api = options.domAPI(options);\n api.update(obj);\n\n var updater = function updater(newObj) {\n if (newObj) {\n if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap && newObj.supports === obj.supports && newObj.layer === obj.layer) {\n return;\n }\n\n api.update(obj = newObj);\n } else {\n api.remove();\n }\n };\n\n return updater;\n}\n\nmodule.exports = function (list, options) {\n options = options || {};\n list = list || [];\n var lastIdentifiers = modulesToDom(list, options);\n return function update(newList) {\n newList = newList || [];\n\n for (var i = 0; i < lastIdentifiers.length; i++) {\n var identifier = lastIdentifiers[i];\n var index = getIndexByIdentifier(identifier);\n stylesInDOM[index].references--;\n }\n\n var newLastIdentifiers = modulesToDom(newList, options);\n\n for (var _i = 0; _i < lastIdentifiers.length; _i++) {\n var _identifier = lastIdentifiers[_i];\n\n var _index = getIndexByIdentifier(_identifier);\n\n if (stylesInDOM[_index].references === 0) {\n stylesInDOM[_index].updater();\n\n stylesInDOM.splice(_index, 1);\n }\n }\n\n lastIdentifiers = newLastIdentifiers;\n };\n};","\"use strict\";\n\nvar memo = {};\n/* istanbul ignore next */\n\nfunction getTarget(target) {\n if (typeof memo[target] === \"undefined\") {\n var styleTarget = document.querySelector(target); // Special case to return head of iframe instead of iframe itself\n\n if (window.HTMLIFrameElement && styleTarget instanceof window.HTMLIFrameElement) {\n try {\n // This will throw an exception if access to iframe is blocked\n // due to cross-origin restrictions\n styleTarget = styleTarget.contentDocument.head;\n } catch (e) {\n // istanbul ignore next\n styleTarget = null;\n }\n }\n\n memo[target] = styleTarget;\n }\n\n return memo[target];\n}\n/* istanbul ignore next */\n\n\nfunction insertBySelector(insert, style) {\n var target = getTarget(insert);\n\n if (!target) {\n throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");\n }\n\n target.appendChild(style);\n}\n\nmodule.exports = insertBySelector;","\"use strict\";\n\n/* istanbul ignore next */\nfunction insertStyleElement(options) {\n var element = document.createElement(\"style\");\n options.setAttributes(element, options.attributes);\n options.insert(element, options.options);\n return element;\n}\n\nmodule.exports = insertStyleElement;","\"use strict\";\n\n/* istanbul ignore next */\nfunction setAttributesWithoutAttributes(styleElement) {\n var nonce = typeof __webpack_nonce__ !== \"undefined\" ? __webpack_nonce__ : null;\n\n if (nonce) {\n styleElement.setAttribute(\"nonce\", nonce);\n }\n}\n\nmodule.exports = setAttributesWithoutAttributes;","\"use strict\";\n\n/* istanbul ignore next */\nfunction apply(styleElement, options, obj) {\n var css = \"\";\n\n if (obj.supports) {\n css += \"@supports (\".concat(obj.supports, \") {\");\n }\n\n if (obj.media) {\n css += \"@media \".concat(obj.media, \" {\");\n }\n\n var needLayer = typeof obj.layer !== \"undefined\";\n\n if (needLayer) {\n css += \"@layer\".concat(obj.layer.length > 0 ? \" \".concat(obj.layer) : \"\", \" {\");\n }\n\n css += obj.css;\n\n if (needLayer) {\n css += \"}\";\n }\n\n if (obj.media) {\n css += \"}\";\n }\n\n if (obj.supports) {\n css += \"}\";\n }\n\n var sourceMap = obj.sourceMap;\n\n if (sourceMap && typeof btoa !== \"undefined\") {\n css += \"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))), \" */\");\n } // For old IE\n\n /* istanbul ignore if */\n\n\n options.styleTagTransform(css, styleElement, options.options);\n}\n\nfunction removeStyleElement(styleElement) {\n // istanbul ignore if\n if (styleElement.parentNode === null) {\n return false;\n }\n\n styleElement.parentNode.removeChild(styleElement);\n}\n/* istanbul ignore next */\n\n\nfunction domAPI(options) {\n var styleElement = options.insertStyleElement(options);\n return {\n update: function update(obj) {\n apply(styleElement, options, obj);\n },\n remove: function remove() {\n removeStyleElement(styleElement);\n }\n };\n}\n\nmodule.exports = domAPI;","\"use strict\";\n\n/* istanbul ignore next */\nfunction styleTagTransform(css, styleElement) {\n if (styleElement.styleSheet) {\n styleElement.styleSheet.cssText = css;\n } else {\n while (styleElement.firstChild) {\n styleElement.removeChild(styleElement.firstChild);\n }\n\n styleElement.appendChild(document.createTextNode(css));\n }\n}\n\nmodule.exports = styleTagTransform;","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","module.exports = require(\"@nextcloud/browser-storage\");","module.exports = require(\"@nextcloud/event-bus\");","module.exports = require(\"@nextcloud/l10n/dist/gettext.js\");","module.exports = require(\"floating-vue\");","module.exports = require(\"hammerjs\");","module.exports = require(\"vue\");","module.exports = require(\"vue-material-design-icons/ArrowRight.vue\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nc = undefined;","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('main',{staticClass:\"app-content no-snapper\",attrs:{\"id\":\"app-content-vue\"}},[(_vm.hasList)?[(_vm.isMobile)?_c('div',{staticClass:\"app-content-wrapper app-content-wrapper--mobile\",class:_vm.showDetails ? 'app-content-wrapper--show-details' : 'app-content-wrapper--show-list'},[(_vm.hasList && _vm.showDetails)?_c('AppDetailsToggle',{nativeOn:{\"click\":function($event){$event.stopPropagation();$event.preventDefault();return _vm.hideDetails.apply(null, arguments)}}}):_vm._e(),_vm._v(\" \"),_vm._t(\"list\"),_vm._v(\" \"),_vm._t(\"default\")],2):_c('div',{staticClass:\"app-content-wrapper\"},[_c('Splitpanes',{staticClass:\"default-theme\",on:{\"resized\":_vm.handlePaneResize}},[_c('Pane',{staticClass:\"splitpanes__pane-list\",attrs:{\"size\":_vm.listPaneSize || _vm.paneDefaults.list.size,\"min-size\":_vm.paneDefaults.list.min,\"max-size\":_vm.paneDefaults.list.max}},[_vm._t(\"list\")],2),_vm._v(\" \"),_c('Pane',{staticClass:\"splitpanes__pane-details\",attrs:{\"size\":_vm.detailsPaneSize,\"min-size\":_vm.paneDefaults.details.min,\"max-size\":_vm.paneDefaults.details.max}},[_vm._t(\"default\")],2)],1)],1)]:_vm._t(\"default\")],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<!--\n - @copyright Copyright (c) 2021 John Molakvoæ <skjnldsv@protonmail.com>\n -\n - @author John Molakvoæ <skjnldsv@protonmail.com>\n -\n - @license GNU AGPL version 3 or any later version\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 <http://www.gnu.org/licenses/>.\n -\n -->\n\n<template>\n\t<ButtonVue v-tooltip=\"title\" :aria-label=\"title\" class=\"app-details-toggle\">\n\t\t<template #icon>\n\t\t\t<ArrowRight :size=\"20\" />\n\t\t</template>\n\t</ButtonVue>\n</template>\n\n<script>\nimport ButtonVue from '../ButtonVue/index.js'\nimport { t } from '../../l10n.js'\nimport Tooltip from '../../directives/Tooltip/index.js'\n\nimport { emit } from '@nextcloud/event-bus'\n\nimport ArrowRight from 'vue-material-design-icons/ArrowRight.vue'\n\nexport default {\n\tname: 'AppDetailsToggle',\n\n\tdirectives: {\n\t\ttooltip: Tooltip,\n\t},\n\n\tcomponents: {\n\t\tButtonVue,\n\t\tArrowRight,\n\t},\n\n\tcomputed: {\n\t\ttitle() {\n\t\t\treturn t('Go back to the list')\n\t\t},\n\t},\n\n\tbeforeMount() {\n\t\tthis.toggleAppNavigationButton(true)\n\t},\n\n\tbeforeDestroy() {\n\t\tthis.toggleAppNavigationButton(false)\n\t},\n\n\tmethods: {\n\t\ttoggleAppNavigationButton(hide = true) {\n\t\t\tconst appNavigationToggle = document.querySelector('.app-navigation .app-navigation-toggle')\n\t\t\tif (appNavigationToggle) {\n\t\t\t\tappNavigationToggle.style.display = hide ? 'none' : null\n\n\t\t\t\t// If we hide the NavigationToggle, we need to make sure the Navigation is also closed\n\t\t\t\tif (hide === true) {\n\t\t\t\t\temit('toggle-navigation', { open: false })\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t},\n}\n</script>\n\n<style lang=\"scss\" scoped>\n.app-details-toggle {\n\tposition: fixed;\n\twidth: $clickable-area;\n\theight: $clickable-area;\n\tpadding: $icon-margin;\n\tcursor: pointer;\n\topacity: .6;\n\ttransform: rotate(180deg);\n\tbackground-color: var(--color-main-background);\n\tz-index: 2000;\n\n\t&:active,\n\t&:hover,\n\t&:focus {\n\t\topacity: 1;\n\t}\n}\n</style>\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppDetailsToggle.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppDetailsToggle.vue?vue&type=script&lang=js&\"","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppDetailsToggle.vue?vue&type=style&index=0&id=6d384e2f&prod&lang=scss&scoped=true&\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppDetailsToggle.vue?vue&type=style&index=0&id=6d384e2f&prod&lang=scss&scoped=true&\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AppDetailsToggle.vue?vue&type=template&id=6d384e2f&scoped=true&\"\nimport script from \"./AppDetailsToggle.vue?vue&type=script&lang=js&\"\nexport * from \"./AppDetailsToggle.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppDetailsToggle.vue?vue&type=style&index=0&id=6d384e2f&prod&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"6d384e2f\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('ButtonVue',{directives:[{name:\"tooltip\",rawName:\"v-tooltip\",value:(_vm.title),expression:\"title\"}],staticClass:\"app-details-toggle\",attrs:{\"aria-label\":_vm.title},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('ArrowRight',{attrs:{\"size\":20}})]},proxy:true}])})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var __WEBPACK_NAMESPACE_OBJECT__ = require(\"splitpanes\");","var __WEBPACK_NAMESPACE_OBJECT__ = require(\"splitpanes/dist/splitpanes.css\");","<!--\n - @copyright Copyright (c) 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author Christoph Wurst <christoph@winzerhof-wurst.at>\n - @author Marco Ambrosini <marcoambrosini@icloud.com>\n - @author John Molakvoæ <skjnldsv@protonmail.com>\n -\n - @license GNU AGPL version 3 or any later version\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 <http://www.gnu.org/licenses/>.\n -\n -->\n<docs>\n### General description\n\nThis components provides a wrapper around the main app's content.\n\nSingle-column layouts can just use the default slot. A resizable column\ncan be added by providing content to the named slot `list`.\n\n### CSS variables\nIn the css section some css variables are declared and will be available for\nall the children of the AppContent component\n\n### Examples\n\n#### Usage: Single-column content\n```vue\n<template>\n\t<AppContent>\n\t\t<h2>Single-column main content</h2>\n\t</AppContent>\n</template>\n```\n\n#### Usage: Two resizable columns\n```vue\n<template>\n\t<AppContent>\n\t\t<template #list>\n\t\t\t<div>Resizable list content</div>\n\t\t</template>\n\n\t\t<div>Main content</div>\n\t</AppContent>\n</template>\n```\n\n#### Overriding Defaults\nThe default, min and max sizes (in percent) of the resizable list column can be overridden.\nThe list size must be between the min and the max width value.\n\n```\n<AppContent\n\t:list-size=\"35\"\n\t:list-min-width=\"20\"\n\t:list-max-width=\"45\"\n>...</AppContent>\n```\n</docs>\n\n<template>\n\t<main id=\"app-content-vue\" class=\"app-content no-snapper\">\n\t\t<template v-if=\"hasList\">\n\t\t\t<!-- Mobile view does not allow resizeable panes -->\n\t\t\t<div v-if=\"isMobile\"\n\t\t\t\t:class=\"showDetails ? 'app-content-wrapper--show-details' : 'app-content-wrapper--show-list'\"\n\t\t\t\tclass=\"app-content-wrapper app-content-wrapper--mobile\">\n\t\t\t\t<AppDetailsToggle v-if=\"hasList && showDetails\" @click.native.stop.prevent=\"hideDetails\" />\n\n\t\t\t\t<slot name=\"list\" />\n\t\t\t\t<slot />\n\t\t\t</div>\n\n\t\t\t<div v-else class=\"app-content-wrapper\">\n\t\t\t\t<Splitpanes class=\"default-theme\"\n\t\t\t\t\t@resized=\"handlePaneResize\">\n\t\t\t\t\t<Pane class=\"splitpanes__pane-list\"\n\t\t\t\t\t\t:size=\"listPaneSize || paneDefaults.list.size\"\n\t\t\t\t\t\t:min-size=\"paneDefaults.list.min\"\n\t\t\t\t\t\t:max-size=\"paneDefaults.list.max\">\n\t\t\t\t\t\t<!-- @slot Provide a list to the app content -->\n\t\t\t\t\t\t<slot name=\"list\" />\n\t\t\t\t\t</Pane>\n\n\t\t\t\t\t<Pane class=\"splitpanes__pane-details\"\n\t\t\t\t\t\t:size=\"detailsPaneSize\"\n\t\t\t\t\t\t:min-size=\"paneDefaults.details.min\"\n\t\t\t\t\t\t:max-size=\"paneDefaults.details.max\">\n\t\t\t\t\t\t<!-- @slot Provide the main content to the app content -->\n\t\t\t\t\t\t<slot />\n\t\t\t\t\t</Pane>\n\t\t\t\t</Splitpanes>\n\t\t\t</div>\n\t\t</template>\n\n\t\t<!-- @slot Provide the main content to the app content -->\n\t\t<slot v-else />\n\t</main>\n</template>\n\n<script>\nimport AppDetailsToggle from './AppDetailsToggle.vue'\nimport isMobile from '../../mixins/isMobile/index.js'\n\nimport { getBuilder } from '@nextcloud/browser-storage'\nimport { emit } from '@nextcloud/event-bus'\n\nimport Hammer from 'hammerjs'\nimport 'splitpanes/dist/splitpanes.css'\nimport { Splitpanes, Pane } from 'splitpanes'\n\nconst browserStorage = getBuilder('nextcloud').persist().build()\n\n/**\n * App content container to be used for the main content of your app\n *\n */\nexport default {\n\tname: 'AppContent',\n\n\tcomponents: {\n\t\tAppDetailsToggle,\n\t\tPane,\n\t\tSplitpanes,\n\t},\n\n\tmixins: [isMobile],\n\n\tprops: {\n\t\t/**\n\t\t * Allows to disable the control by swipe of the app navigation open state\n\t\t */\n\t\tallowSwipeNavigation: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\n\t\t/**\n\t\t * Allows you to set the default width of the resizable list in %\n\t\t * Must be between listMinWidth and listMaxWidth\n\t\t */\n\t\tlistSize: {\n\t\t\ttype: Number,\n\t\t\tdefault: 20,\n\t\t},\n\n\t\t/**\n\t\t * Allows you to set the minimum width of the list column in %\n\t\t */\n\t\tlistMinWidth: {\n\t\t\ttype: Number,\n\t\t\tdefault: 15,\n\t\t},\n\n\t\t/**\n\t\t * Allows you to set the maximum width of the list column in %\n\t\t */\n\t\tlistMaxWidth: {\n\t\t\ttype: Number,\n\t\t\tdefault: 40,\n\t\t},\n\n\t\t/**\n\t\t * Specify the config key for the pane config sizes\n\t\t * Default is the global var appName if you use the webpack-vue-config\n\t\t */\n\t\tpaneConfigKey: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\n\t\t/**\n\t\t * When in mobile view, only the list or the details are shown\n\t\t * If you provide a list, you need to provide a variable\n\t\t * that will be set to true by the user when an element of\n\t\t * the list gets selected. The details will then show a back\n\t\t * arrow to return to the list that will update this prop to false.\n\t\t */\n\t\tshowDetails: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t},\n\n\temits: ['update:showDetails'],\n\n\tdata() {\n\t\treturn {\n\t\t\tcontentHeight: 0,\n\n\t\t\thasList: false,\n\t\t\tlistPaneSize: this.restorePaneConfig(),\n\t\t}\n\t},\n\n\tcomputed: {\n\t\tpaneConfigID() {\n\t\t\t// If provided, let's use it\n\t\t\tif (this.paneConfigKey !== '') {\n\t\t\t\treturn `pane-list-size-${this.paneConfigKey}`\n\t\t\t}\n\n\t\t\ttry {\n\t\t\t\t// Using the webpack-vue-config, appName is a global variable\n\t\t\t\t// This will throw a ReferenceError when the global variable is missing\n\t\t\t\t// In that case either you provide paneConfigKey or else it fallback\n\t\t\t\t// to a global storage key\n\t\t\t\treturn `pane-list-size-${appName}`\n\t\t\t} catch (e) {\n\t\t\t\tconsole.info('[INFO] AppContent:', 'falling back to global nextcloud pane config')\n\t\t\t\treturn 'pane-list-size-nextcloud'\n\t\t\t}\n\t\t},\n\n\t\tdetailsPaneSize() {\n\t\t\tif (this.listPaneSize) {\n\t\t\t\treturn 100 - this.listPaneSize\n\t\t\t}\n\t\t\treturn this.paneDefaults.details.size\n\t\t},\n\n\t\tpaneDefaults() {\n\t\t\treturn {\n\t\t\t\tlist: {\n\t\t\t\t\tsize: this.listSize,\n\t\t\t\t\tmin: this.listMinWidth,\n\t\t\t\t\tmax: this.listMaxWidth,\n\t\t\t\t},\n\n\t\t\t\t// set the inverse values of the details column\n\t\t\t\t// based on the provided (or default) values of the list column\n\t\t\t\tdetails: {\n\t\t\t\t\tsize: 100 - this.listSize,\n\t\t\t\t\tmin: 100 - this.listMaxWidth,\n\t\t\t\t\tmax: 100 - this.listMinWidth,\n\t\t\t\t},\n\t\t\t}\n\t\t},\n\t},\n\n\tupdated() {\n\t\tthis.checkListSlot()\n\t},\n\n\tmounted() {\n\t\tif (this.allowSwipeNavigation) {\n\t\t\tthis.mc = new Hammer(this.$el, { cssProps: { userSelect: 'text' } })\n\t\t\tthis.mc.on('swipeleft swiperight', this.handleSwipe)\n\t\t}\n\n\t\tthis.checkListSlot()\n\t\tthis.restorePaneConfig()\n\t},\n\n\tbeforeDestroy() {\n\t\tthis.mc.off('swipeleft swiperight', this.handleSwipe)\n\t},\n\n\tmethods: {\n\t\t// handle the swipe event\n\t\thandleSwipe(e) {\n\t\t\tconst minSwipeX = 70\n\t\t\tconst touchzone = 40\n\t\t\tconst startX = e.srcEvent.pageX - e.deltaX\n\t\t\tconst hasEnoughDistance = Math.abs(e.deltaX) > minSwipeX\n\t\t\tif (hasEnoughDistance && startX < touchzone) {\n\t\t\t\temit('toggle-navigation', {\n\t\t\t\t\topen: true,\n\t\t\t\t})\n\t\t\t} else if (hasEnoughDistance && startX < touchzone + 300) {\n\t\t\t\temit('toggle-navigation', {\n\t\t\t\t\topen: false,\n\t\t\t\t})\n\t\t\t}\n\t\t},\n\n\t\thandlePaneResize(event) {\n\t\t\tconst listPaneSize = parseInt(event[0].size, 10)\n\t\t\tbrowserStorage.setItem(this.paneConfigID, JSON.stringify(listPaneSize))\n\t\t\tthis.listPaneSize = listPaneSize\n\t\t\tconsole.debug('AppContent pane config', listPaneSize)\n\t\t},\n\n\t\t// $slots is not reactive, we need to update this manually\n\t\tcheckListSlot() {\n\t\t\tconst hasListSlot = !!this.$slots.list\n\t\t\tif (this.hasList !== hasListSlot) {\n\t\t\t\tthis.hasList = hasListSlot\n\t\t\t}\n\t\t},\n\n\t\t// browserStorage is not reactive, we need to update this manually\n\t\trestorePaneConfig() {\n\t\t\tconst listPaneSize = parseInt(browserStorage.getItem(this.paneConfigID), 10)\n\t\t\tif (!isNaN(listPaneSize) && listPaneSize !== this.listPaneSize) {\n\t\t\t\tconsole.debug('AppContent pane config', listPaneSize)\n\t\t\t\tthis.listPaneSize = listPaneSize\n\t\t\t\treturn listPaneSize\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * The user clicked the back arrow from the details view\n\t\t */\n\t\thideDetails() {\n\t\t\tthis.$emit('update:showDetails', false)\n\t\t},\n\t},\n}\n</script>\n<style lang=\"scss\" scoped>\n\n.app-content {\n\tposition: relative;\n\tz-index: 1000;\n\tflex-basis: 100vw;\n\tmin-width: 0;\n\tmin-height: 100%;\n\t// Overriding server styles TODO: cleanup!\n\tmargin: 0 !important;\n\tbackground-color: var(--color-main-background);\n\n\t// Variables\n\t// the whitespace between the topbar content and its edges\n\t--topbar-margin: $topbar-margin;\n}\n\n// Mobile list/details handling\n.app-content-wrapper--mobile {\n\t&.app-content-wrapper--show-list :deep() {\n\t\t.app-content-list {\n\t\t\tdisplay: block;\n\t\t}\n\t\t.app-content-details {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\t&.app-content-wrapper--show-details :deep() {\n\t\t.app-content-list {\n\t\t\tdisplay: none;\n\t\t}\n\t\t.app-content-details {\n\t\t\tdisplay: block;\n\t\t}\n\t}\n}\n\n:deep(.splitpanes.default-theme) {\n\t.app-content-list {\n\t\tmax-width: none;\n\t}\n\n\t.splitpanes__pane {\n\t\tbackground-color: transparent;\n\t\ttransition: none;\n\n\t\t&-list {\n\t\t\tmin-width: 200px;\n\t\t\tposition: sticky;\n\t\t\ttop: var(--header-height);\n\n\t\t\t@media only screen and (max-width: $breakpoint-mobile) {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\n\t\t&-details {\n\t\t\toverflow-y: scroll;\n\n\t\t\t@media only screen and (max-width: $breakpoint-mobile) {\n\t\t\t\tmin-width: 100%;\n\t\t\t}\n\t\t}\n\t}\n\n\t.splitpanes__splitter {\n\t\twidth: 9px;\n\t\tmargin-left: -5px;\n\t\tbackground-color: transparent;\n\t\tborder-left: none;\n\n\t\t&:before,\n\t\t&:after {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n</style>\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppContent.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppContent.vue?vue&type=script&lang=js&\"","\n import API from \"!../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppContent.vue?vue&type=style&index=0&id=2cf1b445&prod&lang=scss&scoped=true&\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../node_modules/resolve-url-loader/index.js!../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppContent.vue?vue&type=style&index=0&id=2cf1b445&prod&lang=scss&scoped=true&\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./AppContent.vue?vue&type=template&id=2cf1b445&scoped=true&\"\nimport script from \"./AppContent.vue?vue&type=script&lang=js&\"\nexport * from \"./AppContent.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AppContent.vue?vue&type=style&index=0&id=2cf1b445&prod&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2cf1b445\",\n null\n \n)\n\n/* custom blocks */\nimport block0 from \"./AppContent.vue?vue&type=custom&index=0&blockType=docs\"\nif (typeof block0 === 'function') block0(component)\n\nexport default component.exports","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\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 <http://www.gnu.org/licenses/>.\n */\nimport AppContent from './AppContent.vue'\n\nexport default AppContent\n"],"names":["root","factory","exports","module","define","amd","self","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","component","_vm","this","_c","_self","_g","_b","staticClass","class","buttonClassObject","attrs","ariaLabel","nativeType","disabled","on","$event","type","indexOf","_k","keyCode","key","makeActive","apply","arguments","makeInactive","ctrlKey","shiftKey","altKey","metaKey","handleTabUp","handleClick","handleBlur","rootElement","$listeners","hasIcon","_t","_e","_v","hasText","show","hide","VTooltip","gtBuilder","getGettextBuilder","detectLocale","TRANSLATIONS","forEach","lang","translations","pluralId","msgid","msgid_plural","msgstr","addTranslation","locale","gt","build","t","ngettext","bind","gettext","IsMobileState","Vue","data","isMobile","watch","val","$emit","created","window","addEventListener","handleWindowResize","beforeDestroy","removeEventListener","methods","document","documentElement","clientWidth","mounted","$on","onIsMobileChanged","$off","___CSS_LOADER_EXPORT___","push","id","cssWithMappingToString","list","toString","map","item","content","concat","join","i","modules","mediaQuery","dedupe","alreadyImportedModules","length","_i","_arrayLikeToArray","arr","len","arr2","Array","_item","isArray","_arrayWithHoles","Symbol","iterator","_s","_arr","_n","_d","call","next","done","value","err","_iterableToArrayLimit","o","minLen","n","Object","prototype","slice","constructor","name","from","test","_unsupportedIterableToArray","TypeError","_nonIterableRest","cssMapping","btoa","base64","unescape","encodeURIComponent","JSON","stringify","sourceMapping","sourceURLs","sources","source","sourceRoot","stylesInDOM","getIndexByIdentifier","identifier","result","modulesToDom","idCountMap","identifiers","base","count","indexByIdentifier","obj","css","media","sourceMap","supports","layer","references","updater","addElementStyle","byIndex","splice","api","update","newObj","remove","lastIdentifiers","newList","index","newLastIdentifiers","_index","memo","style","target","styleTarget","querySelector","HTMLIFrameElement","contentDocument","head","e","getTarget","Error","appendChild","element","createElement","attributes","styleElement","nonce","setAttribute","needLayer","parentNode","removeChild","removeStyleElement","styleSheet","cssText","firstChild","createTextNode","normalizeComponent","scriptExports","render","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","_compiled","functional","_scopeId","context","$vnode","ssrContext","parent","__VUE_SSR_CONTEXT__","_registeredComponents","add","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","getter","__esModule","d","a","definition","defineProperty","enumerable","get","prop","hasOwnProperty","r","toStringTag","nc","directives","rawName","title","expression","scopedSlots","_u","fn","proxy","hasList","showDetails","nativeOn","stopPropagation","preventDefault","hideDetails","handlePaneResize","listPaneSize","paneDefaults","size","min","max","detailsPaneSize","details"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("NextcloudVue",[],t):"object"==typeof exports?exports.NextcloudVue=t():(e.NextcloudVue=e.NextcloudVue||{},e.NextcloudVue["Components/AppContentDetails"]=t())}(self,(function(){return function(){"use strict";var e={1900:function(e,t,n){function o(e,t,n,o,r,i,u,s){var c,f="function"==typeof e?e.options:e;if(t&&(f.render=t,f.staticRenderFns=n,f._compiled=!0),o&&(f.functional=!0),i&&(f._scopeId="data-v-"+i),u?(c=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(u)},f._ssrRegister=c):r&&(c=s?function(){r.call(this,(f.functional?this.parent:this).$root.$options.shadowRoot)}:r),c)if(f.functional){f._injectStyles=c;var a=f.render;f.render=function(e,t){return c.call(t),a(e,t)}}else{var d=f.beforeCreate;f.beforeCreate=d?[].concat(d,c):[c]}return{exports:e,options:f}}n.d(t,{Z:function(){return o}})}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,n),i.exports}n.d=function(e,t){for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return function(){n.r(o),n.d(o,{default:function(){return e}});var e=(0,n(1900).Z)({name:"AppContentDetails"},(function(){return(0,this._self._c)("div",{staticClass:"app-content-details"},[this._t("default")],2)}),[],!1,null,null,null).exports}(),o}()}));
|
|
2
|
-
//# sourceMappingURL=AppContentDetails.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Components/AppContentDetails.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,eAAgB,GAAIH,GACD,iBAAZC,QACdA,QAAsB,aAAID,KAE1BD,EAAmB,aAAIA,EAAmB,cAAK,CAAC,EAAGA,EAAmB,aAAE,gCAAkCC,IAC3G,CATD,CASGK,MAAM,WACT,O,oDCJe,SAASC,EACtBC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,GAGA,IAoBIC,EApBAC,EACuB,mBAAlBT,EAA+BA,EAAcS,QAAUT,EAuDhE,GApDIC,IACFQ,EAAQR,OAASA,EACjBQ,EAAQP,gBAAkBA,EAC1BO,EAAQC,WAAY,GAIlBP,IACFM,EAAQE,YAAa,GAInBN,IACFI,EAAQG,SAAW,UAAYP,GAI7BC,GAEFE,EAAO,SAAUK,IAEfA,EACEA,GACCC,KAAKC,QAAUD,KAAKC,OAAOC,YAC3BF,KAAKG,QAAUH,KAAKG,OAAOF,QAAUD,KAAKG,OAAOF,OAAOC,aAEZ,oBAAxBE,sBACrBL,EAAUK,qBAGRd,GACFA,EAAae,KAAKL,KAAMD,GAGtBA,GAAWA,EAAQO,uBACrBP,EAAQO,sBAAsBC,IAAIf,EAEtC,EAGAG,EAAQa,aAAed,GACdJ,IACTI,EAAOD,EACH,WACEH,EAAae,KACXL,MACCL,EAAQE,WAAaG,KAAKG,OAASH,MAAMS,MAAMC,SAASC,WAE7D,EACArB,GAGFI,EACF,GAAIC,EAAQE,WAAY,CAGtBF,EAAQiB,cAAgBlB,EAExB,IAAImB,EAAiBlB,EAAQR,OAC7BQ,EAAQR,OAAS,SAAkC2B,EAAGf,GAEpD,OADAL,EAAKW,KAAKN,GACHc,EAAeC,EAAGf,EAC3B,CACF,KAAO,CAEL,IAAIgB,EAAWpB,EAAQqB,aACvBrB,EAAQqB,aAAeD,EAAW,GAAGE,OAAOF,EAAUrB,GAAQ,CAACA,EACjE,CAGF,MAAO,CACLd,QAASM,EACTS,QAASA,EAEb,C,kCC9FIuB,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAazC,QAGrB,IAAIC,EAASqC,EAAyBE,GAAY,CAGjDxC,QAAS,CAAC,GAOX,OAHA2C,EAAoBH,GAAUvC,EAAQA,EAAOD,QAASuC,GAG/CtC,EAAOD,OACf,CCrBAuC,EAAoBK,EAAI,SAAS5C,EAAS6C,GACzC,IAAI,IAAIC,KAAOD,EACXN,EAAoBQ,EAAEF,EAAYC,KAASP,EAAoBQ,EAAE/C,EAAS8C,IAC5EE,OAAOC,eAAejD,EAAS8C,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAG3E,ECPAP,EAAoBQ,EAAI,SAASK,EAAKC,GAAQ,OAAOL,OAAOM,UAAUC,eAAe9B,KAAK2B,EAAKC,EAAO,ECCtGd,EAAoBiB,EAAI,SAASxD,GACX,oBAAXyD,QAA0BA,OAAOC,aAC1CV,OAAOC,eAAejD,EAASyD,OAAOC,YAAa,CAAEC,MAAO,WAE7DX,OAAOC,eAAejD,EAAS,aAAc,CAAE2D,OAAO,GACvD,E,wECNA,ICsBA,GCfgB,E,QAAA,GCuBhB,CACA,2BH/Ba,WAA+C,OAAOC,EAA5BxC,KAAYyC,MAAMD,IAAa,MAAM,CAACE,YAAY,uBAAuB,CAAzE1C,KAA8E2C,GAAG,YAAY,EACnI,GACqB,IESpB,EACA,KACA,KACA,MAI8B,O","sources":["webpack://NextcloudVue/webpack/universalModuleDefinition","webpack://NextcloudVue/./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack://NextcloudVue/webpack/bootstrap","webpack://NextcloudVue/webpack/runtime/define property getters","webpack://NextcloudVue/webpack/runtime/hasOwnProperty shorthand","webpack://NextcloudVue/webpack/runtime/make namespace object","webpack://NextcloudVue/./src/components/AppContentDetails/AppContentDetails.vue","webpack://NextcloudVue/./src/components/AppContentDetails/index.js","webpack://NextcloudVue/./src/components/AppContentDetails/AppContentDetails.vue?5f61","webpack://NextcloudVue/src/components/AppContentDetails/AppContentDetails.vue"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"NextcloudVue\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"NextcloudVue\"] = factory();\n\telse\n\t\troot[\"NextcloudVue\"] = root[\"NextcloudVue\"] || {}, root[\"NextcloudVue\"][\"Components/AppContentDetails\"] = factory();\n})(self, function() {\nreturn ","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"app-content-details\"},[_vm._t(\"default\")],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\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 <http://www.gnu.org/licenses/>.\n */\nimport AppContentDetails from './AppContentDetails.vue'\n\nexport default AppContentDetails\n","import { render, staticRenderFns } from \"./AppContentDetails.vue?vue&type=template&id=660bde3e&\"\nimport script from \"./AppContentDetails.vue?vue&type=script&lang=js&\"\nexport * from \"./AppContentDetails.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","<!--\n - @copyright Copyright (c) 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\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 <http://www.gnu.org/licenses/>.\n -\n -->\n\n<template>\n\t<div class=\"app-content-details\">\n\t\t<!-- @slot Provide content to the details view -->\n\t\t<slot />\n\t</div>\n</template>\n\n<script>\nexport default {\n\tname: 'AppContentDetails',\n}\n</script>\n"],"names":["root","factory","exports","module","define","amd","self","normalizeComponent","scriptExports","render","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","options","_compiled","functional","_scopeId","context","this","$vnode","ssrContext","parent","__VUE_SSR_CONTEXT__","call","_registeredComponents","add","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","concat","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","d","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","r","Symbol","toStringTag","value","_c","_self","staticClass","_t"],"sourceRoot":""}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("NextcloudVue",[],t):"object"==typeof exports?exports.NextcloudVue=t():(e.NextcloudVue=e.NextcloudVue||{},e.NextcloudVue["Components/AppContentList"]=t())}(self,(function(){return function(){"use strict";var e={1900:function(e,t,n){function o(e,t,n,o,r,i,s,u){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=n,c._compiled=!0),o&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),s?(l=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(s)},c._ssrRegister=l):r&&(l=u?function(){r.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:r),l)if(c.functional){c._injectStyles=l;var a=c.render;c.render=function(e,t){return l.call(t),a(e,t)}}else{var f=c.beforeCreate;c.beforeCreate=f?[].concat(f,l):[l]}return{exports:e,options:c}}n.d(t,{Z:function(){return o}})}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,n),i.exports}n.d=function(e,t){for(var o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return function(){n.r(o),n.d(o,{default:function(){return t}});var e={name:"AppContentList",props:{selection:{type:Boolean,default:!1},showDetails:{type:Boolean,default:!1}}},t=(0,n(1900).Z)(e,(function(){var e=this;return(0,e._self._c)("div",{staticClass:"app-content-list",class:{selection:e.selection,showdetails:e.showDetails}},[e._t("default")],2)}),[],!1,null,null,null).exports}(),o}()}));
|
|
2
|
-
//# sourceMappingURL=AppContentList.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Components/AppContentList.js","mappings":"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","sources":["webpack://NextcloudVue/webpack/universalModuleDefinition","webpack://NextcloudVue/./node_modules/vue-loader/lib/runtime/componentNormalizer.js","webpack://NextcloudVue/webpack/bootstrap","webpack://NextcloudVue/webpack/runtime/define property getters","webpack://NextcloudVue/webpack/runtime/hasOwnProperty shorthand","webpack://NextcloudVue/webpack/runtime/make namespace object","webpack://NextcloudVue/./src/components/AppContentList/AppContentList.vue","webpack://NextcloudVue/./src/components/AppContentList/AppContentList.vue?dd38","webpack://NextcloudVue/src/components/AppContentList/AppContentList.vue","webpack://NextcloudVue/./src/components/AppContentList/index.js","webpack://NextcloudVue/./src/components/AppContentList/AppContentList.vue?7bcf"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"NextcloudVue\", [], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"NextcloudVue\"] = factory();\n\telse\n\t\troot[\"NextcloudVue\"] = root[\"NextcloudVue\"] || {}, root[\"NextcloudVue\"][\"Components/AppContentList\"] = factory();\n})(self, function() {\nreturn ","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"app-content-list\",class:{selection: _vm.selection, showdetails: _vm.showDetails}},[_vm._t(\"default\")],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppContentList.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./AppContentList.vue?vue&type=script&lang=js&\"","<!--\n - @copyright Copyright (c) 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @author Christoph Wurst <christoph@winzerhof-wurst.at>\n -\n - @license GNU AGPL version 3 or any later version\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 <http://www.gnu.org/licenses/>.\n -\n -->\n\n<template>\n\t<div class=\"app-content-list\"\n\t\t:class=\"{selection, showdetails: showDetails}\">\n\t\t<slot />\n\t</div>\n</template>\n\n<script>\nexport default {\n\tname: 'AppContentList',\n\tprops: {\n\t\tselection: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\tshowDetails: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n}\n</script>\n","/*\n * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\n *\n * @author 2019 Christoph Wurst <christoph@winzerhof-wurst.at>\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 <http://www.gnu.org/licenses/>.\n */\nimport AppContentList from './AppContentList.vue'\n\nexport default AppContentList\n","import { render, staticRenderFns } from \"./AppContentList.vue?vue&type=template&id=0c2b0ea2&\"\nimport script from \"./AppContentList.vue?vue&type=script&lang=js&\"\nexport * from \"./AppContentList.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"names":["root","factory","exports","module","define","amd","self","normalizeComponent","scriptExports","render","staticRenderFns","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","options","_compiled","functional","_scopeId","context","this","$vnode","ssrContext","parent","__VUE_SSR_CONTEXT__","call","_registeredComponents","add","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","concat","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","d","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","r","Symbol","toStringTag","value","_vm","_c","_self","staticClass","class","selection","showdetails","showDetails","_t"],"sourceRoot":""}
|