223 lines
24 KiB
JavaScript
223 lines
24 KiB
JavaScript
(function() {
|
|
var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
|
|
templates['personal'] = template({"1":function(container,depth0,helpers,partials,data) {
|
|
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <h2 style=\"display: flex;\">\n <a class=\"title-icon icon-back\"></a>\n <span class=\"title-name\">"
|
|
+ container.escapeExpression(((helper = (helper = lookupProperty(helpers,"personName") || (depth0 != null ? lookupProperty(depth0,"personName") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(alias1,{"name":"personName","hash":{},"data":data,"loc":{"start":{"line":6,"column":27},"end":{"line":6,"column":41}}}) : helper)))
|
|
+ "</span>\n </h2>\n <div id=\"persons-navigation\">\n"
|
|
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,(depth0 != null ? lookupProperty(depth0,"clustersByName") : depth0),{"name":"each","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":9,"column":2},"end":{"line":22,"column":11}}})) != null ? stack1 : "")
|
|
+ " </div>\n";
|
|
},"2":function(container,depth0,helpers,partials,data) {
|
|
var stack1, helper, alias1=container.lambda, alias2=container.escapeExpression, alias3=depth0 != null ? depth0 : (container.nullContext || {}), alias4=container.hooks.helperMissing, alias5="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <h2 class=\"cluster-title\" style=\"display: flex;\">\n <span class=\"title-name\">"
|
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"name") : depth0), depth0))
|
|
+ "</span>\n <a id=\"rename-cluster\" title=\""
|
|
+ alias2(((helper = (helper = lookupProperty(helpers,"renameHint") || (depth0 != null ? lookupProperty(depth0,"renameHint") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"renameHint","hash":{},"data":data,"loc":{"start":{"line":12,"column":34},"end":{"line":12,"column":48}}}) : helper)))
|
|
+ "\" class=\"title-icon icon-rename\" data-id=\""
|
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"id") : depth0), depth0))
|
|
+ "\"></a>\n <a id=\"hide-cluster\" title=\""
|
|
+ alias2(((helper = (helper = lookupProperty(helpers,"hideHint") || (depth0 != null ? lookupProperty(depth0,"hideHint") : depth0)) != null ? helper : alias4),(typeof helper === alias5 ? helper.call(alias3,{"name":"hideHint","hash":{},"data":data,"loc":{"start":{"line":13,"column":32},"end":{"line":13,"column":44}}}) : helper)))
|
|
+ "\" class=\"title-icon icon-disabled-user\" data-id=\""
|
|
+ alias2(alias1((depth0 != null ? lookupProperty(depth0,"id") : depth0), depth0))
|
|
+ "\"></a>\n </h2>\n <div class=\"faces-previews\">\n"
|
|
+ ((stack1 = lookupProperty(helpers,"each").call(alias3,(depth0 != null ? lookupProperty(depth0,"faces") : depth0),{"name":"each","hash":{},"fn":container.program(3, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":16,"column":4},"end":{"line":20,"column":13}}})) != null ? stack1 : "")
|
|
+ " </div>\n";
|
|
},"3":function(container,depth0,helpers,partials,data) {
|
|
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <a target=\"_blank\" href=\""
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"fileUrl") || (depth0 != null ? lookupProperty(depth0,"fileUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"fileUrl","hash":{},"data":data,"loc":{"start":{"line":17,"column":30},"end":{"line":17,"column":41}}}) : helper)))
|
|
+ "\">\n <div class=\"face-preview lozad\" data-background-image=\""
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"thumbUrl") || (depth0 != null ? lookupProperty(depth0,"thumbUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"thumbUrl","hash":{},"data":data,"loc":{"start":{"line":18,"column":61},"end":{"line":18,"column":73}}}) : helper)))
|
|
+ "\" width=\"50\" height=\"50\"></div>\n </a>\n";
|
|
},"5":function(container,depth0,helpers,partials,data) {
|
|
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return ((stack1 = lookupProperty(helpers,"if").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"personName") : depth0),{"name":"if","hash":{},"fn":container.program(6, data, 0),"inverse":container.program(9, data, 0),"data":data,"loc":{"start":{"line":24,"column":0},"end":{"line":101,"column":0}}})) != null ? stack1 : "");
|
|
},"6":function(container,depth0,helpers,partials,data) {
|
|
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <h2 style=\"display: flex;\">\n <a class=\"title-icon icon-back\"></a>\n <span class=\"title-name\">"
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"personName") || (depth0 != null ? lookupProperty(depth0,"personName") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"personName","hash":{},"data":data,"loc":{"start":{"line":27,"column":27},"end":{"line":27,"column":41}}}) : helper)))
|
|
+ "</span>\n <a id=\"rename-person\" title=\""
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"renameHint") || (depth0 != null ? lookupProperty(depth0,"renameHint") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"renameHint","hash":{},"data":data,"loc":{"start":{"line":28,"column":31},"end":{"line":28,"column":45}}}) : helper)))
|
|
+ "\" class=\"title-icon icon-rename\" data-id=\""
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"personName") || (depth0 != null ? lookupProperty(depth0,"personName") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"personName","hash":{},"data":data,"loc":{"start":{"line":28,"column":87},"end":{"line":28,"column":101}}}) : helper)))
|
|
+ "\"></a>\n <a id=\"hide-person\" title=\""
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"hideHint") || (depth0 != null ? lookupProperty(depth0,"hideHint") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"hideHint","hash":{},"data":data,"loc":{"start":{"line":29,"column":29},"end":{"line":29,"column":41}}}) : helper)))
|
|
+ "\" class=\"title-icon icon-disabled-user\" data-id=\""
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"personName") || (depth0 != null ? lookupProperty(depth0,"personName") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"personName","hash":{},"data":data,"loc":{"start":{"line":29,"column":90},"end":{"line":29,"column":104}}}) : helper)))
|
|
+ "\"></a>\n </h2>\n <button id=\"review-person-clusters\" type=\"button\" class=\"primary\">\n "
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"showMoreButton") || (depth0 != null ? lookupProperty(depth0,"showMoreButton") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"showMoreButton","hash":{},"data":data,"loc":{"start":{"line":32,"column":2},"end":{"line":32,"column":20}}}) : helper)))
|
|
+ "\n </button>\n <div id=\"optional-buttons-div\"></div>\n <div class=\"persons-previews\">\n"
|
|
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,(depth0 != null ? lookupProperty(depth0,"personImages") : depth0),{"name":"each","hash":{},"fn":container.program(7, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":36,"column":2},"end":{"line":40,"column":11}}})) != null ? stack1 : "")
|
|
+ " </div>\n";
|
|
},"7":function(container,depth0,helpers,partials,data) {
|
|
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <div class=\"image-box\">\n <div class=\"file-preview-big lozad\" data-background-delimiter=\"\\\" data-background-image=\""
|
|
+ ((stack1 = ((helper = (helper = lookupProperty(helpers,"thumbUrl") || (depth0 != null ? lookupProperty(depth0,"thumbUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"thumbUrl","hash":{},"data":data,"loc":{"start":{"line":38,"column":93},"end":{"line":38,"column":107}}}) : helper))) != null ? stack1 : "")
|
|
+ "\" width=\"128\" height=\"128\" data-id=\""
|
|
+ container.escapeExpression(((helper = (helper = lookupProperty(helpers,"filename") || (depth0 != null ? lookupProperty(depth0,"filename") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"filename","hash":{},"data":data,"loc":{"start":{"line":38,"column":143},"end":{"line":38,"column":155}}}) : helper)))
|
|
+ "\"></div>\n </div>\n";
|
|
},"9":function(container,depth0,helpers,partials,data) {
|
|
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return ((stack1 = lookupProperty(helpers,"if").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"persons") : depth0),{"name":"if","hash":{},"fn":container.program(10, data, 0),"inverse":container.program(19, data, 0),"data":data,"loc":{"start":{"line":42,"column":0},"end":{"line":101,"column":0}}})) != null ? stack1 : "");
|
|
},"10":function(container,depth0,helpers,partials,data) {
|
|
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <h2>\n "
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"appName") || (depth0 != null ? lookupProperty(depth0,"appName") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"appName","hash":{},"data":data,"loc":{"start":{"line":44,"column":2},"end":{"line":44,"column":13}}}) : helper)))
|
|
+ "\n </h2>\n <input id=\"enableFacerecognition\" name=\"enableFacerecognition\" type=\"checkbox\" class=\"checkbox\" value=\"1\" "
|
|
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"enabled") : depth0),{"name":"if","hash":{},"fn":container.program(11, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":46,"column":107},"end":{"line":46,"column":136}}})) != null ? stack1 : "")
|
|
+ ">\n <label for=\"enableFacerecognition\">"
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"enableDescription") || (depth0 != null ? lookupProperty(depth0,"enableDescription") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"enableDescription","hash":{},"data":data,"loc":{"start":{"line":47,"column":36},"end":{"line":47,"column":57}}}) : helper)))
|
|
+ "</label><br>\n <div id=\"optional-buttons-div\">\n"
|
|
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"hasUnamed") : depth0),{"name":"if","hash":{},"fn":container.program(13, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":49,"column":2},"end":{"line":51,"column":9}}})) != null ? stack1 : "")
|
|
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"hasHidden") : depth0),{"name":"if","hash":{},"fn":container.program(15, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":52,"column":2},"end":{"line":54,"column":9}}})) != null ? stack1 : "")
|
|
+ " </div>\n <div class=\"persons-previews\">\n"
|
|
+ ((stack1 = lookupProperty(helpers,"each").call(alias1,(depth0 != null ? lookupProperty(depth0,"persons") : depth0),{"name":"each","hash":{},"fn":container.program(17, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":57,"column":2},"end":{"line":65,"column":11}}})) != null ? stack1 : "")
|
|
+ " </div>\n";
|
|
},"11":function(container,depth0,helpers,partials,data) {
|
|
return "checked";
|
|
},"13":function(container,depth0,helpers,partials,data) {
|
|
var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <button id=\"show-more-clusters\" type=\"button\" class=\"primary\">"
|
|
+ container.escapeExpression(((helper = (helper = lookupProperty(helpers,"reviewPeopleMsg") || (depth0 != null ? lookupProperty(depth0,"reviewPeopleMsg") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"reviewPeopleMsg","hash":{},"data":data,"loc":{"start":{"line":50,"column":65},"end":{"line":50,"column":84}}}) : helper)))
|
|
+ "</button>\n";
|
|
},"15":function(container,depth0,helpers,partials,data) {
|
|
var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <button id=\"show-ignored-clusters\" type=\"button\" class=\"primary\">"
|
|
+ container.escapeExpression(((helper = (helper = lookupProperty(helpers,"reviewIgnoredMsg") || (depth0 != null ? lookupProperty(depth0,"reviewIgnoredMsg") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"reviewIgnoredMsg","hash":{},"data":data,"loc":{"start":{"line":53,"column":68},"end":{"line":53,"column":88}}}) : helper)))
|
|
+ "</button>\n";
|
|
},"17":function(container,depth0,helpers,partials,data) {
|
|
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <div class=\"person-box\" data-id=\""
|
|
+ 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":58,"column":36},"end":{"line":58,"column":44}}}) : helper)))
|
|
+ "\">\n <div class=\"face-preview-big lozad\" data-background-image=\""
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"thumbUrl") || (depth0 != null ? lookupProperty(depth0,"thumbUrl") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"thumbUrl","hash":{},"data":data,"loc":{"start":{"line":59,"column":63},"end":{"line":59,"column":75}}}) : helper)))
|
|
+ "\" width=\"128\" height=\"128\"></div>\n <p class=\"person-name\">\n <span>"
|
|
+ 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":61,"column":11},"end":{"line":61,"column":19}}}) : helper)))
|
|
+ "</span>\n </p>\n <p class=\"person-desc\">"
|
|
+ alias4((lookupProperty(helpers,"noPhotos")||(depth0 && lookupProperty(depth0,"noPhotos"))||alias2).call(alias1,(depth0 != null ? lookupProperty(depth0,"count") : depth0),{"name":"noPhotos","hash":{},"data":data,"loc":{"start":{"line":63,"column":27},"end":{"line":63,"column":45}}}))
|
|
+ "</p>\n </div>\n";
|
|
},"19":function(container,depth0,helpers,partials,data) {
|
|
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return ((stack1 = lookupProperty(helpers,"if").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"loaded") : depth0),{"name":"if","hash":{},"fn":container.program(20, data, 0),"inverse":container.program(22, data, 0),"data":data,"loc":{"start":{"line":67,"column":0},"end":{"line":101,"column":0}}})) != null ? stack1 : "");
|
|
},"20":function(container,depth0,helpers,partials,data) {
|
|
var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <h2>\n "
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"appName") || (depth0 != null ? lookupProperty(depth0,"appName") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"appName","hash":{},"data":data,"loc":{"start":{"line":69,"column":2},"end":{"line":69,"column":13}}}) : helper)))
|
|
+ "\n </h2>\n <input id=\"enableFacerecognition\" name=\"enableFacerecognition\" type=\"checkbox\" class=\"checkbox\" value=\"1\" "
|
|
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"enabled") : depth0),{"name":"if","hash":{},"fn":container.program(11, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":71,"column":107},"end":{"line":71,"column":136}}})) != null ? stack1 : "")
|
|
+ ">\n <label for=\"enableFacerecognition\">"
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"enableDescription") || (depth0 != null ? lookupProperty(depth0,"enableDescription") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"enableDescription","hash":{},"data":data,"loc":{"start":{"line":72,"column":36},"end":{"line":72,"column":57}}}) : helper)))
|
|
+ "</label><br>\n <div id=\"optional-buttons-div\">\n"
|
|
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"hasUnamed") : depth0),{"name":"if","hash":{},"fn":container.program(13, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":74,"column":2},"end":{"line":76,"column":9}}})) != null ? stack1 : "")
|
|
+ ((stack1 = lookupProperty(helpers,"if").call(alias1,(depth0 != null ? lookupProperty(depth0,"hasHidden") : depth0),{"name":"if","hash":{},"fn":container.program(15, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":77,"column":2},"end":{"line":79,"column":9}}})) != null ? stack1 : "")
|
|
+ " </div>\n <div class=\"emptycontent\">\n <div class=\"icon-contacts-dark svg\"></div>\n <h2>\n "
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"emptyMsg") || (depth0 != null ? lookupProperty(depth0,"emptyMsg") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"emptyMsg","hash":{},"data":data,"loc":{"start":{"line":84,"column":3},"end":{"line":84,"column":15}}}) : helper)))
|
|
+ "\n </h2>\n <p>\n "
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"emptyHint") || (depth0 != null ? lookupProperty(depth0,"emptyHint") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"emptyHint","hash":{},"data":data,"loc":{"start":{"line":87,"column":2},"end":{"line":87,"column":15}}}) : helper)))
|
|
+ "\n </p>\n </div>\n";
|
|
},"22":function(container,depth0,helpers,partials,data) {
|
|
var helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return " <h2>\n "
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"appName") || (depth0 != null ? lookupProperty(depth0,"appName") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"appName","hash":{},"data":data,"loc":{"start":{"line":92,"column":2},"end":{"line":92,"column":13}}}) : helper)))
|
|
+ "\n </h2>\n <div class=\"emptycontent\">\n <div class=\"icon-contacts-dark svg\"></div>\n <h2>\n "
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"loadingMsg") || (depth0 != null ? lookupProperty(depth0,"loadingMsg") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"loadingMsg","hash":{},"data":data,"loc":{"start":{"line":97,"column":3},"end":{"line":97,"column":17}}}) : helper)))
|
|
+ "\n </h2>\n <img class=\"loadingimport\" src=\""
|
|
+ alias4(((helper = (helper = lookupProperty(helpers,"loadingIcon") || (depth0 != null ? lookupProperty(depth0,"loadingIcon") : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"loadingIcon","hash":{},"data":data,"loc":{"start":{"line":99,"column":34},"end":{"line":99,"column":49}}}) : helper)))
|
|
+ "\"/>\n </div>\n";
|
|
},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
|
|
var stack1, lookupProperty = container.lookupProperty || function(parent, propertyName) {
|
|
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
|
|
return parent[propertyName];
|
|
}
|
|
return undefined
|
|
};
|
|
|
|
return "<div class=\"section\" id=\"facerecognition\">\n\n"
|
|
+ ((stack1 = lookupProperty(helpers,"if").call(depth0 != null ? depth0 : (container.nullContext || {}),(depth0 != null ? lookupProperty(depth0,"clustersByName") : depth0),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.program(5, data, 0),"data":data,"loc":{"start":{"line":3,"column":0},"end":{"line":101,"column":7}}})) != null ? stack1 : "")
|
|
+ "\n</div>";
|
|
},"useData":true});
|
|
})(); |