Skip to content

Commit cc1ebe9

Browse files
chore(assets): recompile handlebars templates with handlebars 4.7.9
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent f068c34 commit cc1ebe9

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

apps/files_external/js/templates.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/js/templates.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
(function() {
22
var template = Handlebars.template, templates = OC.Settings.Templates = OC.Settings.Templates || {};
3-
templates['federationscopemenu'] = template({"1":function(container,depth0,helpers,partials,data) {
3+
templates["federationscopemenu"] = template({"0":function(container,depth0,helpers,partials,data) {
44
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
55
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
66
return parent[propertyName];
77
}
88
return undefined
99
};
1010

11-
return ((stack1 = lookupProperty(helpers,"unless").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"hidden") : depth0),{"name":"unless","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":3,"column":2},"end":{"line":25,"column":13}}})) != null ? stack1 : "");
12-
},"2":function(container,depth0,helpers,partials,data) {
11+
return ((stack1 = lookupProperty(helpers,"unless").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"hidden") : depth0),{"name":"unless","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":3,"column":2},"end":{"line":25,"column":13}}})) != null ? stack1 : "");
12+
},"1":function(container,depth0,helpers,partials,data) {
1313
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
1414
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
1515
return parent[propertyName];
@@ -18,16 +18,16 @@ templates['federationscopemenu'] = template({"1":function(container,depth0,helpe
1818
};
1919

2020
return " <li>\n"
21-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"disabled") : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.program(6, data, 0),"data":data,"loc":{"start":{"line":5,"column":3},"end":{"line":9,"column":10}}})) != null ? stack1 : "")
22-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"iconClass") : depth0),{"name":"if","hash":{},"fn":container.program(8, data, 0),"inverse":container.program(10, data, 0),"data":data,"loc":{"start":{"line":10,"column":4},"end":{"line":14,"column":11}}})) != null ? stack1 : "")
21+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"disabled") : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.program(4, data, 0),"data":data,"loc":{"start":{"line":5,"column":3},"end":{"line":9,"column":10}}})) != null ? stack1 : "")
22+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"iconClass") : depth0),{"name":"if","hash":{},"fn":container.program(5, data, 0),"inverse":container.program(6, data, 0),"data":data,"loc":{"start":{"line":10,"column":4},"end":{"line":14,"column":11}}})) != null ? stack1 : "")
2323
+ " <p>\n <strong class=\"menuitem-text\">"
2424
+ alias4(((helper = (helper = lookupProperty(helpers,"displayName") || (depth0 != null ? lookupProperty(depth0,"displayName") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"displayName","hash":{},"data":data,"loc":{"start":{"line":16,"column":35},"end":{"line":16,"column":50}}}) : helper)))
2525
+ "</strong><br>\n <span class=\"menuitem-text-detail\">"
2626
+ alias4(((helper = (helper = lookupProperty(helpers,"tooltip") || (depth0 != null ? lookupProperty(depth0,"tooltip") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"tooltip","hash":{},"data":data,"loc":{"start":{"line":17,"column":40},"end":{"line":17,"column":51}}}) : helper)))
2727
+ "</span>\n </p>\n"
28-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"disabled") : depth0),{"name":"if","hash":{},"fn":container.program(12, data, 0),"inverse":container.program(14, data, 0),"data":data,"loc":{"start":{"line":19,"column":3},"end":{"line":23,"column":10}}})) != null ? stack1 : "")
28+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"disabled") : depth0),{"name":"if","hash":{},"fn":container.program(7, data, 0),"inverse":container.program(8, data, 0),"data":data,"loc":{"start":{"line":19,"column":3},"end":{"line":23,"column":10}}})) != null ? stack1 : "")
2929
+ " </li>\n";
30-
},"3":function(container,depth0,helpers,partials,data) {
30+
},"2":function(container,depth0,helpers,partials,data) {
3131
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
3232
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
3333
return parent[propertyName];
@@ -38,13 +38,13 @@ templates['federationscopemenu'] = template({"1":function(container,depth0,helpe
3838
return " <div class=\"menuitem action action-"
3939
+ alias4(((helper = (helper = lookupProperty(helpers,"name") || (depth0 != null ? lookupProperty(depth0,"name") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data,"loc":{"start":{"line":6,"column":38},"end":{"line":6,"column":46}}}) : helper)))
4040
+ " permanent "
41-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"active") : depth0),{"name":"if","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":6,"column":57},"end":{"line":6,"column":84}}})) != null ? stack1 : "")
41+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"active") : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":6,"column":57},"end":{"line":6,"column":84}}})) != null ? stack1 : "")
4242
+ " disabled\" data-action=\""
4343
+ alias4(((helper = (helper = lookupProperty(helpers,"name") || (depth0 != null ? lookupProperty(depth0,"name") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data,"loc":{"start":{"line":6,"column":108},"end":{"line":6,"column":116}}}) : helper)))
4444
+ "\">\n";
45-
},"4":function(container,depth0,helpers,partials,data) {
45+
},"3":function(container,depth0,helpers,partials,data) {
4646
return "active";
47-
},"6":function(container,depth0,helpers,partials,data) {
47+
},"4":function(container,depth0,helpers,partials,data) {
4848
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
4949
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
5050
return parent[propertyName];
@@ -55,11 +55,11 @@ templates['federationscopemenu'] = template({"1":function(container,depth0,helpe
5555
return " <a href=\"#\" class=\"menuitem action action-"
5656
+ alias4(((helper = (helper = lookupProperty(helpers,"name") || (depth0 != null ? lookupProperty(depth0,"name") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data,"loc":{"start":{"line":8,"column":45},"end":{"line":8,"column":53}}}) : helper)))
5757
+ " permanent "
58-
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"active") : depth0),{"name":"if","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":8,"column":64},"end":{"line":8,"column":91}}})) != null ? stack1 : "")
58+
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"active") : depth0),{"name":"if","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":8,"column":64},"end":{"line":8,"column":91}}})) != null ? stack1 : "")
5959
+ "\" data-action=\""
6060
+ alias4(((helper = (helper = lookupProperty(helpers,"name") || (depth0 != null ? lookupProperty(depth0,"name") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data,"loc":{"start":{"line":8,"column":106},"end":{"line":8,"column":114}}}) : helper)))
6161
+ "\">\n";
62-
},"8":function(container,depth0,helpers,partials,data) {
62+
},"5":function(container,depth0,helpers,partials,data) {
6363
var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
6464
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
6565
return parent[propertyName];
@@ -70,11 +70,11 @@ templates['federationscopemenu'] = template({"1":function(container,depth0,helpe
7070
return " <span class=\"icon "
7171
+ container.escapeExpression(((helper = (helper = lookupProperty(helpers,"iconClass") || (depth0 != null ? lookupProperty(depth0,"iconClass") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"iconClass","hash":{},"data":data,"loc":{"start":{"line":11,"column":23},"end":{"line":11,"column":36}}}) : helper)))
7272
+ "\"></span>\n";
73-
},"10":function(container,depth0,helpers,partials,data) {
73+
},"6":function(container,depth0,helpers,partials,data) {
7474
return " <span class=\"no-icon\"></span>\n";
75-
},"12":function(container,depth0,helpers,partials,data) {
75+
},"7":function(container,depth0,helpers,partials,data) {
7676
return " </div>\n";
77-
},"14":function(container,depth0,helpers,partials,data) {
77+
},"8":function(container,depth0,helpers,partials,data) {
7878
return " </a>\n";
7979
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
8080
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
@@ -85,7 +85,7 @@ templates['federationscopemenu'] = template({"1":function(container,depth0,helpe
8585
};
8686

8787
return "<ul>\n"
88-
+ ((stack1 = lookupProperty(helpers,"each").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"items") : depth0),{"name":"each","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":2,"column":1},"end":{"line":26,"column":10}}})) != null ? stack1 : "")
88+
+ ((stack1 = lookupProperty(helpers,"each").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"items") : depth0),{"name":"each","hash":{},"fn":container.program(0, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":2,"column":1},"end":{"line":26,"column":10}}})) != null ? stack1 : "")
8989
+ "</ul>\n";
9090
},"useData":true});
9191
})();

0 commit comments

Comments
 (0)