Browse Source

Merge pull request #17604 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.6.0

Bump nextcloud-vue-collections from 0.5.6 to 0.6.0
pull/17606/head
Roeland Jago Douma 7 years ago
committed by GitHub
parent
commit
459e71638d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/files_sharing/js/dist/additionalScripts.js
  2. 2
      apps/files_sharing/js/dist/additionalScripts.js.map
  3. 169
      apps/files_sharing/js/dist/files_sharing.3.js
  4. 2
      apps/files_sharing/js/dist/files_sharing.3.js.map
  5. 4
      apps/files_sharing/js/dist/files_sharing.4.js
  6. 2
      apps/files_sharing/js/dist/files_sharing.4.js.map
  7. 1355
      package-lock.json
  8. 2
      package.json

2
apps/files_sharing/js/dist/additionalScripts.js
File diff suppressed because it is too large
View File

2
apps/files_sharing/js/dist/additionalScripts.js.map
File diff suppressed because it is too large
View File

169
apps/files_sharing/js/dist/files_sharing.3.js
File diff suppressed because it is too large
View File

2
apps/files_sharing/js/dist/files_sharing.3.js.map
File diff suppressed because it is too large
View File

4
apps/files_sharing/js/dist/files_sharing.4.js

@ -1,4 +1,4 @@
(window.webpackJsonpFilesSharing=window.webpackJsonpFilesSharing||[]).push([[4],{14:function(e,o,i){"use strict";i.r(o);var n=i(16),l=i(18),r=i(28),u=i(31),s=i.n(u),a={name:"CollaborationView",components:{CollectionList:i(32).a},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:""}}},d=i(56),c=Object(d.a)(a,(function(){var t=this.$createElement,e=this._self._c||t;return this.fileId?e("CollectionList",{attrs:{id:this.fileId,type:"file",name:this.filename}}):this._e()}),[],!1,null,null,null).exports;i.d(o,"Vue",(function(){return n.default})),i.d(o,"View",(function(){return c})),
(window.webpackJsonpFilesSharing=window.webpackJsonpFilesSharing||[]).push([[4],{14:function(e,o,i){"use strict";i.r(o);var n=i(16),l=i(27),r=i(28),u=i(31),s=i.n(u),a={name:"CollaborationView",components:{CollectionList:i(32).a},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:""}}},d=i(55),c=Object(d.a)(a,(function(){var t=this.$createElement,e=this._self._c||t;return this.fileId?e("CollectionList",{attrs:{id:this.fileId,type:"file",name:this.filename}}):this._e()}),[],!1,null,null,null).exports;i.d(o,"Vue",(function(){return n.default})),i.d(o,"View",(function(){return c})),
/**
* @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>
*
@ -21,4 +21,4 @@
*
*/
n.default.prototype.t=t,r.Tooltip.options.defaultHtml=!1,n.default.component("PopoverMenu",r.PopoverMenu),n.default.directive("ClickOutside",s.a),n.default.directive("Tooltip",r.Tooltip),n.default.use(l.a)}}]);
//# sourceMappingURL=files_sharing.4.js.map?v=77e881f8716db92787aa
//# sourceMappingURL=files_sharing.4.js.map?v=50a1c0fb954875d30b8f

2
apps/files_sharing/js/dist/files_sharing.4.js.map
File diff suppressed because it is too large
View File

1355
package-lock.json
File diff suppressed because it is too large
View File

2
package.json

@ -52,7 +52,7 @@
"nextcloud-password-confirmation": "^0.4.2",
"nextcloud-router": "0.0.9",
"nextcloud-vue": "^0.12.6",
"nextcloud-vue-collections": "^0.5.6",
"nextcloud-vue-collections": "^0.6.0",
"query-string": "^5.1.1",
"select2": "3.5.1",
"snap.js": "^2.0.9",

Loading…
Cancel
Save