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

1 line
5.5 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":["views_CollaborationViewvue_type_script_lang_js_","name","computed","fileId","this","$root","model","id","filename","components","CollectionList","CollaborationView","Object","componentNormalizer","_h","$createElement","_c","_self","attrs","type","_e","__webpack_require__","d","__webpack_exports__","vue_runtime_esm","Vue","prototype","t","component","PopoverMenu","directive","ClickOutside","Tooltip","options","defaultHtml","use","Vuex"],"mappings":"6IAA6MA,EC6B7M,CACAC,KAAA,oBACAC,SAAA,CACAC,OADA,WAEA,OAAAC,KAAAC,MAAAC,OAAAF,KAAAC,MAAAC,MAAAC,GACA,GAAAH,KAAAC,MAAAC,MAAAC,GAEA,MAEAC,SAPA,WAQA,OAAAJ,KAAAC,MAAAC,OAAAF,KAAAC,MAAAC,MAAAL,KACA,GAAAG,KAAAC,MAAAC,MAAAL,KAEA,KAGAQ,WAAA,CACAC,e,MAAA,I,QC5BeC,EAXCC,OAAAC,EAAA,EAAAD,CACdZ,ECRW,WAAa,IAAiBc,EAATV,KAAgBW,eAAmBC,EAAnCZ,KAA0Ca,MAAMD,IAAIF,EAAG,OAAvDV,KAAyE,OAAEY,EAAG,kBAAkB,CAACE,MAAM,CAACC,KAAO,OAAOZ,GAAtHH,KAA+HD,OAAOF,KAAtIG,KAAiJI,YAAjJJ,KAAiKgB,MAC7K,IDUpB,EACA,KACA,KACA,M,QEdFC,EAAAC,EAAAC,EAAA,wBAAAC,EAAA,UAAAH,EAAAC,EAAAC,EAAA,yBAAAZ;;;;;;;;;;;;;;;;;;;;;;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=c0c150d5a94a4dc6fea6","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":""}