Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/_plugin-vue2_normalizer-BEOwFgsU.chunk.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion css/_plugin-vue2_normalizer-C5EnGu4d.chunk.css

This file was deleted.

4 changes: 2 additions & 2 deletions css/notifications-admin-settings.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* extracted by css-entry-points-plugin */
@import './style-YXBskS14.chunk.css';
@import './_plugin-vue2_normalizer-C5EnGu4d.chunk.css';
@import './NcSettingsSection-DK0dtGcw-BwVzwOz5.chunk.css';
@import './_plugin-vue2_normalizer-BEOwFgsU.chunk.css';
@import './NcSettingsSection-fe_YIg-L-BwVzwOz5.chunk.css';
6 changes: 3 additions & 3 deletions css/notifications-settings.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* extracted by css-entry-points-plugin */
@import './settings-DtqqJkoR.chunk.css';
@import './style-YXBskS14.chunk.css';
@import './_plugin-vue2_normalizer-C5EnGu4d.chunk.css';
@import './BrowserStorage-2GviyOaM.chunk.css';
@import './NcSettingsSection-DK0dtGcw-BwVzwOz5.chunk.css';
@import './_plugin-vue2_normalizer-BEOwFgsU.chunk.css';
@import './BrowserStorage-Xq4F9bvB.chunk.css';
@import './NcSettingsSection-fe_YIg-L-BwVzwOz5.chunk.css';
94 changes: 0 additions & 94 deletions js/BrowserStorage-DD_6PVPC.chunk.mjs

This file was deleted.

1 change: 0 additions & 1 deletion js/BrowserStorage-DD_6PVPC.chunk.mjs.map

This file was deleted.

94 changes: 94 additions & 0 deletions js/BrowserStorage-DYNJD6KT.chunk.mjs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.29.1
- version: 8.29.2
- license: AGPL-3.0-or-later
- @nextcloud/vue-select
- version: 3.25.1
Expand Down
1 change: 1 addition & 0 deletions js/BrowserStorage-DYNJD6KT.chunk.mjs.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.29.1
- version: 8.29.2
- license: AGPL-3.0-or-later
- @nextcloud/vue-select
- version: 3.25.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*! third party licenses: js/vendor.LICENSE.txt */
import{r as n,t as a,l,b as s,d as o}from"./_plugin-vue2_normalizer-DxlbvvUu.chunk.mjs";n(a);const c={name:"HelpCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var d=function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon help-circle-icon",attrs:{"aria-hidden":t.title?null:"true","aria-label":t.title,role:"img"},on:{click:function(r){return t.$emit("click",r)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])},p=[],m=s(c,d,p,!1,null,null);const u=m.exports,[i]=l("core","config",{version:"30.0"}).version.split(".",2)??[],h=i&&Number.parseInt(i)<30,f={name:"NcSettingsSection",components:{HelpCircle:u},props:{name:{type:String,required:!0},description:{type:String,default:""},docUrl:{type:String,default:""},limitWidth:{type:Boolean,default:!0}},data(){return{docNameTranslated:o("External documentation for {name}",{name:this.name})}},computed:{forceLimitWidth(){return this.limitWidth||!h},hasDescription(){return this.description.length>0},hasDocUrl(){return this.docUrl.length>0}}};var _=function(){var t=this,e=t._self._c;return e("div",{staticClass:"settings-section",class:{"settings-section--limit-width":t.forceLimitWidth}},[e("h2",{staticClass:"settings-section__name"},[t._v(" "+t._s(t.name)+" "),t.hasDocUrl?e("a",{staticClass:"settings-section__info",attrs:{href:t.docUrl,title:t.docNameTranslated,"aria-label":t.docNameTranslated,target:"_blank",rel:"noreferrer nofollow"}},[e("HelpCircle",{attrs:{size:20}})],1):t._e()]),t.hasDescription?e("p",{staticClass:"settings-section__desc"},[t._v(" "+t._s(t.description)+" ")]):t._e(),t._t("default")],2)},g=[],C=s(f,_,g,!1,null,"5e563b2b");const b=C.exports;export{b as N};
//# sourceMappingURL=NcSettingsSection-DK0dtGcw-BQj9vLV7.chunk.mjs.map
import{r as n,t as a,l,b as s,d as o}from"./_plugin-vue2_normalizer-BLsYDED6.chunk.mjs";n(a);const c={name:"HelpCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}};var d=function(){var t=this,e=t._self._c;return e("span",t._b({staticClass:"material-design-icon help-circle-icon",attrs:{"aria-hidden":t.title?null:"true","aria-label":t.title,role:"img"},on:{click:function(r){return t.$emit("click",r)}}},"span",t.$attrs,!1),[e("svg",{staticClass:"material-design-icon__svg",attrs:{fill:t.fillColor,width:t.size,height:t.size,viewBox:"0 0 24 24"}},[e("path",{attrs:{d:"M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z"}},[t.title?e("title",[t._v(t._s(t.title))]):t._e()])])])},p=[],m=s(c,d,p,!1,null,null);const u=m.exports,[i]=l("core","config",{version:"30.0"}).version.split(".",2)??[],h=i&&Number.parseInt(i)<30,f={name:"NcSettingsSection",components:{HelpCircle:u},props:{name:{type:String,required:!0},description:{type:String,default:""},docUrl:{type:String,default:""},limitWidth:{type:Boolean,default:!0}},data(){return{docNameTranslated:o("External documentation for {name}",{name:this.name})}},computed:{forceLimitWidth(){return this.limitWidth||!h},hasDescription(){return this.description.length>0},hasDocUrl(){return this.docUrl.length>0}}};var _=function(){var t=this,e=t._self._c;return e("div",{staticClass:"settings-section",class:{"settings-section--limit-width":t.forceLimitWidth}},[e("h2",{staticClass:"settings-section__name"},[t._v(" "+t._s(t.name)+" "),t.hasDocUrl?e("a",{staticClass:"settings-section__info",attrs:{href:t.docUrl,title:t.docNameTranslated,"aria-label":t.docNameTranslated,target:"_blank",rel:"noreferrer nofollow"}},[e("HelpCircle",{attrs:{size:20}})],1):t._e()]),t.hasDescription?e("p",{staticClass:"settings-section__desc"},[t._v(" "+t._s(t.description)+" ")]):t._e(),t._t("default")],2)},g=[],C=s(f,_,g,!1,null,"5e563b2b");const b=C.exports;export{b as N};
//# sourceMappingURL=NcSettingsSection-fe_YIg-L-BACbvzl4.chunk.mjs.map
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors

This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.29.1
- version: 8.29.2
- license: AGPL-3.0-or-later

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors

This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.29.1
- version: 8.29.2
- license: AGPL-3.0-or-later
Loading
Loading