You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

files_sharing.4.js.map 5.1KB

1
  1. {"version":3,"sources":["webpack:///./apps/files_sharing/src/views/CollaborationView.vue?b5b5","webpack:///apps/files_sharing/src/views/CollaborationView.vue","webpack:///./apps/files_sharing/src/views/CollaborationView.vue","webpack:///./apps/files_sharing/src/views/CollaborationView.vue?a30c","webpack:///./apps/files_sharing/src/collaborationresources.js"],"names":["_h","this","$createElement","_c","_self","attrs","fileId","filename","_e","Vue","prototype","t","Tooltip","options","defaultHtml","component","PopoverMenu","directive","ClickOutside","use","Vuex"],"mappings":"qKAA6M,ECgC7M,CACA,yBACA,YACA,e,MAAA,GAEA,UACA,OADA,WAEA,6CACA,uBAEA,MAEA,SAPA,WAQA,+CACA,yBAEA,M,QC9Be,EAXC,YACd,GCRW,WAAa,IAAiBA,EAATC,KAAgBC,eAAmBC,EAAnCF,KAA0CG,MAAMD,IAAIH,EAAG,OAAvDC,KAAyE,OAAEE,EAAG,iBAAiB,CAACE,MAAM,CAAC,GAAvGJ,KAAgHK,OAAO,KAAO,OAAO,KAArIL,KAAgJM,YAAhJN,KAAgKO,OAC5K,IDUpB,EACA,KACA,KACA,M,QEdF;;;;;;;;;;;;;;;;;;;;;;AA6BAC,UAAIC,UAAUC,EAAIA,EAClBC,UAAQC,QAAQC,aAAc,EAG9BL,UAAIM,UAAU,cAAeC,eAC7BP,UAAIQ,UAAU,eAAgBC,KAC9BT,UAAIQ,UAAU,UAAWL,WACzBH,UAAIU,IAAIC","file":"files_sharing.4.js?v=4e4a795c94e467758967","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<CollectionList v-if=\"fileId\"\n\t\t:id=\"fileId\"\n\t\ttype=\"file\"\n\t\t:name=\"filename\" />\n</template>\n\n<script>\nimport { CollectionList } from 'nextcloud-vue-collections'\n\nexport default {\n\tname: 'CollaborationView',\n\tcomponents: {\n\t\tCollectionList\n\t},\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}\n</script>\n","import { render, staticRenderFns } from \"./CollaborationView.vue?vue&type=template&id=d18c734c&\"\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('CollectionList',{attrs:{\"id\":_vm.fileId,\"type\":\"file\",\"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\nimport View from './views/CollaborationView'\n\nVue.prototype.t = t\nTooltip.options.defaultHtml = false\n\n// eslint-disable-next-line vue/match-component-file-name\nVue.component('PopoverMenu', PopoverMenu)\nVue.directive('ClickOutside', ClickOutside)\nVue.directive('Tooltip', Tooltip)\nVue.use(Vuex)\n\nexport {\n\tVue,\n\tView\n}\n"],"sourceRoot":""}