nextcloud/apps/files_sharing/js/dist/files_sharing.4.js.map

1 line
5.1 KiB
Plaintext

{"version":3,"sources":["webpack:///./apps/files_sharing/src/views/CollaborationView.vue?e137","webpack:///apps/files_sharing/src/views/CollaborationView.vue","webpack:///./apps/files_sharing/src/views/CollaborationView.vue","webpack:///./apps/files_sharing/src/views/CollaborationView.vue?8a36","webpack:///./apps/files_sharing/src/collaborationresources.js"],"names":["_h","this","$createElement","_c","_self","attrs","fileId","filename","_e","Vue","prototype","t","component","PopoverMenu","directive","ClickOutside","Tooltip","options","defaultHtml","use","Vuex"],"mappings":"qKAA6M,EC6B7M,CACA,yBACA,UACA,OADA,WAEA,6CACA,uBAEA,MAEA,SAPA,WAQA,+CACA,yBAEA,KAGA,YACA,e,MAAA,I,QC5Be,EAXC,YACd,GCRW,WAAa,IAAiBA,EAATC,KAAgBC,eAAmBC,EAAnCF,KAA0CG,MAAMD,IAAIH,EAAG,OAAvDC,KAAyE,OAAEE,EAAG,kBAAkB,CAACE,MAAM,CAAC,KAAO,OAAO,GAAtHJ,KAA+HK,OAAO,KAAtIL,KAAiJM,YAAjJN,KAAiKO,OAC7K,IDUpB,EACA,KACA,KACA,M,QEdF;;;;;;;;;;;;;;;;;;;;;;AA2BAC,UAAIC,UAAUC,EAAIA,EAClBF,UAAIG,UAAU,cAAeC,eAC7BJ,UAAIK,UAAU,eAAgBC,KAC9BC,UAAQC,QAAQC,aAAc,EAC9BT,UAAIK,UAAU,UAAWE,WACzBP,UAAIU,IAAIC","file":"files_sharing.4.js?v=5596bb6abd38d5a9e62c","sourcesContent":["import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CollaborationView.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!./CollaborationView.vue?vue&type=script&lang=js&\"","<!--\n - @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n -\n - @author Julius Härtl <jus@bitgrid.net>\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<collection-list v-if=\"fileId\" type=\"file\" :id=\"fileId\" :name=\"filename\"></collection-list>\n</template>\n\n<script>\nimport { CollectionList } from 'nextcloud-vue-collections'\n\nexport default {\n\tname: 'CollaborationView',\n\tcomputed: {\n\t\tfileId() {\n\t\t\tif (this.$root.model && this.$root.model.id) {\n\t\t\t\treturn '' + this.$root.model.id;\n\t\t\t}\n\t\t\treturn null;\n\t\t},\n\t\tfilename() {\n\t\t\tif (this.$root.model && this.$root.model.name) {\n\t\t\t\treturn '' + this.$root.model.name;\n\t\t\t}\n\t\t\treturn '';\n\t\t}\n\t},\n\tcomponents: {\n\t\tCollectionList\n\t}\n}\n</script>\n","import { render, staticRenderFns } from \"./CollaborationView.vue?vue&type=template&id=6c151fb8&\"\nimport script from \"./CollaborationView.vue?vue&type=script&lang=js&\"\nexport * from \"./CollaborationView.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","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.fileId)?_c('collection-list',{attrs:{\"type\":\"file\",\"id\":_vm.fileId,\"name\":_vm.filename}}):_vm._e()}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/*\n * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>\n *\n * @author Julius Härtl <jus@bitgrid.net>\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\nimport Vue from 'vue';\nimport Vuex from 'vuex';\nimport { Tooltip, PopoverMenu } from 'nextcloud-vue';\nimport ClickOutside from 'vue-click-outside';\n\nVue.prototype.t = t;\nVue.component('PopoverMenu', PopoverMenu);\nVue.directive('ClickOutside', ClickOutside);\nTooltip.options.defaultHtml = false\nVue.directive('Tooltip', Tooltip);\nVue.use(Vuex);\n\nimport View from './views/CollaborationView';\n\nexport {\n\tVue,\n\tView\n};\n"],"sourceRoot":""}