From 48f34b877af4e663a1c94e6019762148984728e8 Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 21 Feb 2019 17:30:12 +0100 Subject: Add bundled files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_sharing/js/dist/files_sharing.3.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 apps/files_sharing/js/dist/files_sharing.3.js (limited to 'apps/files_sharing/js/dist/files_sharing.3.js') diff --git a/apps/files_sharing/js/dist/files_sharing.3.js b/apps/files_sharing/js/dist/files_sharing.3.js new file mode 100644 index 00000000000..fe36a2bfba8 --- /dev/null +++ b/apps/files_sharing/js/dist/files_sharing.3.js @@ -0,0 +1,24 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{13:function(e,o,i){"use strict";i.r(o);var n=i(16),l=i(18),r=i(25),s=i.n(r),a=i(26),u={name:"CollaborationView",computed:{fileId:function(){return this.$root.model&&this.$root.model.id?""+this.$root.model.id:null},filename:function(){return this.$root.model&&this.$root.model.name?""+this.$root.model.name:""}},components:{CollectionList:i(50).a}},c=i(49),d=Object(c.a)(u,function(){var t=this.$createElement,e=this._self._c||t;return this.fileId?e("collection-list",{attrs:{type:"files",id:this.fileId,name:this.filename}}):this._e()},[],!1,null,null,null).exports;i.d(o,"Vue",function(){return n.a}),i.d(o,"View",function(){return d}), +/* + * @copyright Copyright (c) 2019 Julius Härtl + * + * @author Julius Härtl + * + * @license GNU AGPL version 3 or any later version + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + * + */ +n.a.prototype.t=t,n.a.component("PopoverMenu",l.PopoverMenu),n.a.directive("ClickOutside",s.a),n.a.directive("Tooltip",a.a)}}]); +//# sourceMappingURL=files_sharing.3.js.map \ No newline at end of file -- cgit v1.2.3