You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
503 KiB
JavaScript

(window.webpackJsonp=window.webpackJsonp||[]).push([[7],{"0FX9":function(l,n,u){var e=u("D5XT"),t=u("qmMu"),a=u("QUaw"),i=u("QAZZ");function r(l,n,u,a,i){var r=[].slice.call(arguments,1),o=r.length,s="function"==typeof r[o-1];if(!s&&!e())throw new Error("Callback required as last argument");if(!s){if(o<1)throw new Error("Too few arguments provided");return 1===o?(u=n,n=a=void 0):2!==o||n.getContext||(a=u,u=n,n=void 0),new Promise(function(e,i){try{var r=t.create(u,a);e(l(r,n,a))}catch(o){i(o)}})}if(o<2)throw new Error("Too few arguments provided");2===o?(i=u,u=n,n=a=void 0):3===o&&(n.getContext&&void 0===i?(i=a,a=void 0):(i=a,a=u,u=n,n=void 0));try{var b=t.create(u,a);i(null,l(b,n,a))}catch(c){i(c)}}n.create=t.create,n.toCanvas=r.bind(null,a.render),n.toDataURL=r.bind(null,a.renderToDataURL),n.toString=r.bind(null,function(l,n,u){return i.render(l,u)})},"1sBl":function(l,n,u){var e=u("e/Dd").getSymbolSize;n.getRowColCoords=function(l){if(1===l)return[];for(var n=Math.floor(l/7)+2,u=e(l),t=145===u?26:2*Math.ceil((u-13)/(2*n-2)),a=[u-7],i=1;i<n-1;i++)a[i]=a[i-1]-t;return a.push(6),a.reverse()},n.getPositions=function(l){for(var u=[],e=n.getRowColCoords(l),t=e.length,a=0;a<t;a++)for(var i=0;i<t;i++)0===a&&0===i||0===a&&i===t-1||a===t-1&&0===i||u.push([e[a],e[i]]);return u}},"2uZd":function(l,n,u){"use strict";(function(n){l.exports="object"==typeof self&&self.self===self&&self||"object"==typeof n&&n.global===n&&n||this}).call(this,u("yLpj"))},"3X7Y":function(l,n,u){var e=u("u/Db");function t(l){this.mode=e.NUMERIC,this.data=l.toString()}t.getBitsLength=function(l){return 10*Math.floor(l/3)+(l%3?l%3*3+1:0)},t.prototype.getLength=function(){return this.data.length},t.prototype.getBitsLength=function(){return t.getBitsLength(this.data.length)},t.prototype.write=function(l){var n,u,e;for(n=0;n+3<=this.data.length;n+=3)u=this.data.substr(n,3),e=parseInt(u,10),l.put(e,10);var t=this.data.length-n;t>0&&(u=this.data.substr(n),e=parseInt(u,10),l.put(e,3*t+1))},l.exports=t},"49sm":function(l,n){var u={}.toString;l.exports=Array.isArray||function(l){return"[object Array]"==u.call(l)}},AZa5:function(l,n,u){var e=u("Wogr"),t=u("u/Db");function a(l){this.mode=t.BYTE,this.data=new e(l)}a.getBitsLength=function(l){return 8*l},a.prototype.getLength=function(){return this.data.length},a.prototype.getBitsLength=function(){return a.getBitsLength(this.data.length)},a.prototype.write=function(l){for(var n=0,u=this.data.length;n<u;n++)l.put(this.data[n],8)},l.exports=a},BCVQ:function(l,n){var u="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+",e="(?:(?![A-Z0-9 $%*+\\-./:]|"+(u=u.replace(/u/g,"\\u"))+")(?:.|[\r\n]))+";n.KANJI=new RegExp(u,"g"),n.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),n.BYTE=new RegExp(e,"g"),n.NUMERIC=new RegExp("[0-9]+","g"),n.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");var t=new RegExp("^"+u+"$"),a=new RegExp("^[0-9]+$"),i=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");n.testKanji=function(l){return t.test(l)},n.testNumeric=function(l){return a.test(l)},n.testAlphanumeric=function(l){return i.test(l)}},D5XT:function(l,n,u){"use strict";var e=u("2uZd");l.exports=function(){return"function"==typeof e.Promise&&"function"==typeof e.Promise.prototype.then}},ELBg:function(l,n,u){"use strict";var e={single_source_shortest_paths:function(l,n,u){var t={},a={};a[n]=0;var i,r,o,s,b,c,d=e.PriorityQueue.make();for(d.push(n,0);!d.empty();)for(o in s=(i=d.pop()).cost,b=l[r=i.value]||{})b.hasOwnProperty(o)&&(c=s+b[o],(void 0===a[o]||a[o]>c)&&(a[o]=c,d.push(o,c),t[o]=r));if(void 0!==u&&void 0===a[u]){var p=["Could not find a path from ",n," to ",u,"."].join("");throw new Error(p)}return t},extract_shortest_path_from_predecessor_list:function(l,n){for(var u=[],e=n;e;)u.push(e),e=l[e];return u.reverse(),u},find_path:function(l,n,u){var t=e.single_source_shortest_paths(l,n,u);return e.extract_shortest_path_from_predecessor_list(t,u)},PriorityQueue:{make:function(l){var n,u=e.PriorityQueue,t={};for(n in l=l||{},u)u.hasOwnProperty(n)&&(t[n]=u[n]);return t.queue=[],t.sorter=l.sorter||u.default_sorter,t},default_sorter:function(l,n){return l.cost-n.cost},push:function(l,n){this.queue.push({value:l,cost:n}),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};l.exports=e},J6Nv:function(l,n){n.isValid=function(l){return!isNaN(l)&&l>=1&&l<=40}},JzKC:function(l,n,u){var e=u("Wogr"),t=u("aZ40");n.mul=function(l,n){var u=new e(l.length+n.length-1);u.fill(0);for(var a=0;a<l.length;a++)for(var i=0;i<n.length;i++)u[a+i]^=t.mul(l[a],n[i]);return u},n.mod=function(l,n){for(var u=new e(l);u.length-n.length>=0;){for(var a=u[0],i=0;i<n.length;i++)u[i]^=t.mul(n[i],a);for(var r=0;r<u.length&&0===u[r];)r++;u=u.slice(r)}return u},n.generateECPolynomial=function(l){for(var u=new e([1]),a=0;a<l;a++)u=n.mul(u,[1,t.exp(a)]);return u}},Lzq4:function(l,n,u){var e=u("u/Db"),t=u("e/Dd");function a(l){this.mode=e.KANJI,this.data=l}a.getBitsLength=function(l){return 13*l},a.prototype.getLength=function(){return this.data.length},a.prototype.getBitsLength=function(){return a.getBitsLength(this.data.length)},a.prototype.write=function(l){var n;for(n=0;n<this.data.length;n++){var u=t.toSJIS(this.data[n]);if(u>=33088&&u<=40956)u-=33088;else{if(!(u>=57408&&u<=60351))throw new Error("Invalid SJIS character: "+this.data[n]+"\nMake sure your charset is UTF-8");u-=49472}l.put(u=192*(u>>>8&255)+(255&u),13)}},l.exports=a},NPxG:function(l,n,u){var e=u("ekOh"),t=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],a=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];n.getBlocksCount=function(l,n){switch(n){case e.L:return t[4*(l-1)+0];case e.M:return t[4*(l-1)+1];case e.Q:return t[4*(l-1)+2];case e.H:return t[4*(l-1)+3];default:return}},n.getTotalCodewordsCount=function(l,n){switch(n){case e.L:return a[4*(l-1)+0];case e.M:return a[4*(l-1)+1];case e.Q:return a[4*(l-1)+2];case e.H:return a[4*(l-1)+3];default:return}}},QAZZ:function(l,n,u){var e=u("Rb7d");function t(l,n){var u=l.a/255,e=n+'="'+l.hex+'"';return u<1?e+" "+n+'-opacity="'+u.toFixed(2).slice(1)+'"':e}function a(l,n,u){var e=l+n;return void 0!==u&&(e+=" "+u),e}n.render=function(l,n,u){var i=e.getOptions(n),r=l.modules.size,o=l.modules.data,s=r+2*i.margin,b=i.color.light.a?"<path "+t(i.color.light,"fill")+' d="M0 0h'+s+"v"+s+'H0z"/>':"",c="<path "+t(i.color.dark,"stroke")+' d="'+function(l,n,u){for(var e="",t=0,i=!1,r=0,o=0;o<l.length;o++){var s=Math.floor(o%n),b=Math.floor(o/n);s||i||(i=!0),l[o]?(r++,o>0&&s>0&&l[o-1]||(e+=i?a("M",s+u,.5+b+u):a("m",t,0),t=0,i=!1),s+1<n&&l[o+1]||(e+=a("h",r),r=0)):t++}return e}(o,r,i.margin)+'"/>',d='<svg xmlns="http://www.w3.org/2000/svg" '+(i.width?'width="'+i.width+'" height="'+i.width+'" ':"")+'viewBox="0 0 '+s+" "+s+'" shape-rendering="crispEdges">'+b+c+"</svg>\n";return"function"==typeof u&&u(null,d),d}},QEHt:function(l,n,u){"use strict";u.r(n);var e=u("CcnG"),t=function(){return function(){}}(),a=u("pMnS"),i=u("Ip0R"),r=u("A7o+"),o=u("H6Ep"),s=u("6aHO"),b=u("T7CS"),c=u("UhSo"),d=u("4sBD"),p=u("Z5Gg"),g=u("bO+w"),h=u("tl7y"),f=u("Eidh"),m=u("gIcY"),v=u("weCn"),C=function(){function l(){}return l.prototype.transform=function(l,n,u,e,t){void 0===e&&(e=!1);var a=l.filter(function(l){return"online"===l.status}),i=l.filter(function(l){return"offline"===l.status}),r=new v.a,o=r.transform(a,n,u,e,t);"connected_time"===n&&(n="disconnected_time");var s=r.transform(i,n,u,e,t);return o.concat(s)},l}(),A=u("xR9I"),k=u("Sxbm"),y=u("ilcq"),q=u("TN6a"),I=u("jGGy"),x=u("+NEN"),w=u("WiWG"),P=u("iIpO"),M=u("EDOA"),E=u("t2rx"),j=e.ob({encapsulation:0,styles:[[".clients-table[_ngcontent-%COMP%] th[_ngcontent-%COMP%]{padding-right:3px}.client_label[_ngcontent-%COMP%]{width:100%;max-width:130px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:600px){.client_label[_ngcontent-%COMP%]{max-width:100%}}"]],data:{}});function T(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseSta);l(n,1,0,"caret",u)},null)}function F(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseSta);l(n,1,0,"caret",u)},null)}function S(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseSta);l(n,1,0,"caret",u)},null)}function V(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("radio")&&e),e},null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Radio"]))],function(l,n){l(n,1,0,"")},null)}function $(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("radio")&&e),e},null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Frequency band"]))],function(l,n){l(n,1,0,"")},null)}function D(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseSta);l(n,1,0,"caret",u)},null)}function B(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("ssid")&&e),e},null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSID"]))],function(l,n){l(n,1,0,"")},null)}function K(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("ssid")&&e),e},null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Network name"]))],function(l,n){l(n,1,0,"")},null)}function _(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseSta);l(n,1,0,"caret",u)},null)}function R(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseSta);l(n,1,0,"caret",u)},null)}function J(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseSta);l(n,1,0,"caret",u)},null)}function O(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseSta);l(n,1,0,"caret",u)},null)}function N(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"tr",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,3,"td",[["class","text-center empty-logs-list"],["colspan","8"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["No clients are connected"]))],function(l,n){l(n,3,0,"")},null)}function U(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,40,"tr",[["role","row"]],[[2,"odd",null],[2,"even",null]],null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{ngClass:[0,"ngClass"]},null),e.Db(2,{disabled:0}),(l()(),e.qb(3,0,null,null,6,"td",[["class","text-center clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(5,0,null,null,4,"div",[["class","td-content"]],[[8,"id",0],[8,"title",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(7,0,null,null,2,"span",[["class","glyphicon"],["style","font-size: 18px;"]],[[8,"id",0],[1,"data-value",0]],null,null,null,null)),e.pb(8,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(9,{"glyphicon-ok-circle":0,"glyphicon-ban-circle":1}),(l()(),e.qb(10,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(12,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(13,null,["",""])),(l()(),e.qb(14,0,null,null,5,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(16,16777216,null,null,3,"div",[["class","td-content"],["placement","bottom"]],[[8,"id",0]],null,null,null,null)),e.pb(17,212992,null,0,o.a,[e.P,e.E,e.k,s.a,b.a],{tooltip:[0,"tooltip"],placement:[1,"placement"]},null),(l()(),e.qb(18,0,null,null,1,"span",[["class","client_label"]],null,null,null,null,null)),(l()(),e.Ib(19,null,[" "," "])),(l()(),e.qb(20,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(22,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(23,null,["",""])),(l()(),e.qb(24,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(26,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(27,null,["",""])),(l()(),e.qb(28,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(30,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(31,null,["",""])),(l()(),e.qb(32,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(34,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(35,null,["",""])),(l()(),e.qb(36,0,null,null,4,"td",[["class","text-center clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(38,0,null,null,2,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(39,null,["",""])),e.Cb(131072,i.b,[e.h])],function(l,n){var u=l(n,2,0,"offline"==n.context.$implicit.status);l(n,1,0,u);var t=l(n,9,0,"online"==n.context.$implicit.status,"offline"==n.context.$implicit.status);l(n,8,0,"glyphicon",t),l(n,17,0,e.sb(1,"",n.context.$implicit.label,""),"bottom")},function(l,n){var u=n.component;l(n,0,0,n.context.odd,n.context.even),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform("Status"))),l(n,5,0,e.sb(1,"station-status-",n.context.index,""),e.sb(1,"",e.Jb(n,5,1,e.Ab(n,6).transform(n.context.$implicit.status)),"")),l(n,7,0,e.sb(1,"station-status-icon-",n.context.index,""),n.context.$implicit.status),l(n,10,0,e.Jb(n,10,0,e.Ab(n,11).transform("MAC Address"))),l(n,12,0,e.sb(1,"station-mac-",n.context.index,"")),l(n,13,0,n.context.$implicit.mac),l(n,14,0,e.Jb(n,14,0,e.Ab(n,15).transform("Manufacturer"))),l(n,16,0,e.sb(1,"station-vendor-",n.context.index,"")),l(n,19,0,n.context.$implicit.label),l(n,20,0,e.Jb(n,20,0,e.Ab(n,21).transform("Radio"))),l(n,22,0,e.sb(1,"station-radio-",n.context.index,"")),l(n,23,0,n.context.$implicit.radio),l(n,24,0,e.Jb(n,24,0,e.Ab(n,25).transform("SSID"))),l(n,26,0,e.sb(1,"station-ssid-",n.context.index,"")),l(n,27,0,n.context.$implicit.ssid),l(n,28,0,e.Jb(n,28,0,e.Ab(n,29).transform("Tx rate (Mbit/s)"))),l(n,30,0,e.sb(1,"station-tx-",n.context.index,"")),l(n,31,0,null==n.context.$implicit.tx?null:n.context.$implicit.tx.rate),l(n,32,0,e.Jb(n,32,0,e.Ab(n,33).transform("Rx rate (Mbit/s)"))),l(n,34,0,e.sb(1,"station-rx-",n.context.index,"")),l(n,35,0,null==n.context.$implicit.rx?null:n.context.$implicit.rx.rate),l(n,36,0,e.Jb(n,36,0,e.Ab(n,37).transform("Since"))),l(n,38,0,e.sb(1,"station-conntime-",n.context.index,"")),l(n,39,0,e.Jb(n,39,0,e.Ab(n,40).transform(u.formatSince(n.context.$implicit))))})}function W(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"dt",[["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["VLAN:"]))],function(l,n){l(n,1,0,"")},null)}function H(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"dd",[["id","bridge-vlan"]],null,null,null,null,null)),(l()(),e.Ib(1,null,[""," (",")"]))],null,function(l,n){var u=n.component;l(n,1,0,u.bridge.vlan,u.bridge.vlan_id)})}function z(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,19,"dl",[["class","dl-horizontal"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"dt",[["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSID:"])),(l()(),e.qb(4,0,null,null,1,"dd",[["id","bridge-ssid"]],null,null,null,null,null)),(l()(),e.Ib(5,null,["",""])),(l()(),e.qb(6,0,null,null,2,"dt",[["translate",""]],null,null,null,null,null)),e.pb(7,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Connection status:"])),(l()(),e.qb(9,0,null,null,1,"dd",[["id","bridge-connection"]],null,null,null,null,null)),(l()(),e.Ib(10,null,["",""])),(l()(),e.qb(11,0,null,null,2,"dt",[["translate",""]],null,null,null,null,null)),e.pb(12,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Security:"])),(l()(),e.qb(14,0,null,null,1,"dd",[["id","bridge-security"]],null,null,null,null,null)),(l()(),e.Ib(15,null,["",""])),(l()(),e.hb(16777216,null,null,1,null,W)),e.pb(17,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,H)),e.pb(19,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0,""),l(n,7,0,""),l(n,12,0,""),l(n,17,0,u.bridge.vlan),l(n,19,0,u.bridge.vlan)},function(l,n){var u=n.component;l(n,5,0,u.bridge.ssid),l(n,10,0,u.bridge.connection),l(n,15,0,u.bridge.security)})}function L(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,0,"div",[],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Bridge"])),(l()(),e.qb(5,0,null,null,2,"div",[["class","row radius-server-stat"],["id","bridge"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,z)),e.pb(7,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,3,0,""),l(n,7,0,u.bridge.enabled)},null)}function G(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi Network"]))],function(l,n){l(n,1,0,"")},null)}function Y(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function Q(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function Z(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function X(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function ll(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function nl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function ul(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"tr",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"td",[["class","text-center empty-logs-list"],["colspan","7"]],null,null,null,null,null)),(l()(),e.Ib(2,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){l(n,2,0,e.Jb(n,2,0,e.Ab(n,3).transform("Disabled")))})}function el(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,30,"tr",[["role","row"]],[[8,"id",0],[2,"odd",null],[2,"even",null]],null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{ngClass:[0,"ngClass"]},null),e.Db(2,{disabled:0}),(l()(),e.qb(3,0,null,null,5,"td",[["class","text-center clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(5,0,null,null,3,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,2,"span",[["class","glyphicon"],["style","font-size: 18px;"]],[[8,"id",0],[1,"data-value",0]],null,null,null,null)),e.pb(7,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(8,{"glyphicon-ok-circle":0,"glyphicon-ban-circle":1}),(l()(),e.qb(9,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(11,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(12,null,["",""])),(l()(),e.qb(13,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(16,null,["",""])),(l()(),e.qb(17,0,null,null,4,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(19,0,null,null,2,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(20,null,["",""])),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(22,0,null,null,4,"td",[["class","clearfix one-line"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(24,0,null,null,2,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(25,0,null,null,1,"div",[],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(26,null,[" ",""," "])),(l()(),e.qb(27,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(29,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(30,null,["",""]))],function(l,n){var u=l(n,2,0,!1===n.context.$implicit.enabled||n.context.$implicit.disabledRadio);l(n,1,0,u);var e=l(n,8,0,!0===n.context.$implicit.enabled&&!n.context.$implicit.disabledRadio,!1===n.context.$implicit.enabled||n.context.$implicit.disabledRadio);l(n,7,0,"glyphicon",e)},function(l,n){l(n,0,0,e.sb(1,"vap-",n.context.index,""),n.context.odd,n.context.even),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform("Enabled"))),l(n,6,0,e.sb(1,"ssid-icon-",n.context.index,""),n.context.$implicit.enabled&&!n.context.$implicit.disabledRadio),l(n,9,0,e.Jb(n,9,0,e.Ab(n,10).transform("SSID"))),l(n,11,0,e.sb(1,"ssid-name-",n.context.index,"")),l(n,12,0,n.context.$implicit.ssid),l(n,13,0,e.Jb(n,13,0,e.Ab(n,14).transform("Security"))),l(n,15,0,e.sb(1,"ssid-security-",n.context.index,"")),l(n,16,0,n.context.$implicit.security),l(n,17,0,e.Jb(n,17,0,e.Ab(n,18).transform("Radio"))),l(n,19,0,e.sb(1,"ssid-radio-",n.context.index,"")),l(n,20,0,e.Jb(n,20,0,e.Ab(n,21).transform(n.context.$implicit.radio))),l(n,22,0,e.Jb(n,22,0,e.Ab(n,23).transform("Current channel"))),l(n,25,0,e.sb(1,"ssid-channel-",n.context.index,"")),l(n,26,0,n.context.$implicit.actualChannel,!n.context.$implicit.disabled&&n.context.$implicit.frequency&&"auto"===n.context.$implicit.configuredChannel?" (auto)":""),l(n,27,0,e.Jb(n,27,0,e.Ab(n,28).transform("Connected clients"))),l(n,29,0,e.sb(1,"ssid-clients-",n.context.index,"")),l(n,30,0,!0!==n.context.$implicit.enabled||n.context.$implicit.disabledRadio?"0":n.context.$implicit.stationCount)})}function tl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"tbody",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,3,null,el)),e.pb(2,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),e.Eb(3,3),e.Cb(0,c.a,[])],function(l,n){var u=n.component,t=e.Jb(n,2,0,e.Ab(n,4).transform(e.Jb(n,2,0,l(n,3,0,e.Ab(n.parent.parent,1),u.displayVaps,u.orderbyVaps,u.reverseVaps)),u.searchVapTable));l(n,2,0,t)},null)}function al(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,53,"div",[["class","vendor-tables"],["id","wifi-network"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,1,"app-guest-wifi-timeout",[],null,null,null,d.b,d.a)),e.pb(2,114688,null,0,p.a,[g.a,r.j],null,null),(l()(),e.qb(3,0,null,null,5,"app-search-box",[],null,null,null,h.b,h.a)),e.pb(4,114688,null,0,f.a,[],null,null),(l()(),e.qb(5,0,null,2,3,"div",[["class","buttons"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,2,"button",[["class","btn btn-default small"],["id","btn-update-vaps"],["tab-index","4"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.getRadios()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(8,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-refresh"]],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,44,"div",[["class","table-responsive"]],null,null,null,null,null)),(l()(),e.qb(10,0,null,null,43,"table",[["class","dataTable vendorTable-responsive"]],null,null,null,null,null)),(l()(),e.qb(11,0,null,null,37,"thead",[],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,36,"tr",[],null,null,null,null,null)),(l()(),e.qb(13,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(14,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("enabled")&&e),e},null,null)),e.pb(15,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Active"])),(l()(),e.hb(16777216,null,null,1,null,Y)),e.pb(18,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(19,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(20,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("ssid")&&e),e},null,null)),e.pb(21,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Network name"])),(l()(),e.hb(16777216,null,null,1,null,Q)),e.pb(24,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(25,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("security")&&e),e},null,null)),e.pb(27,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Security"])),(l()(),e.hb(16777216,null,null,1,null,Z)),e.pb(30,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(31,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(32,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("radio")&&e),e},null,null)),e.pb(33,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Frequency band"])),(l()(),e.hb(16777216,null,null,1,null,X)),e.pb(36,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(37,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(38,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("configuredChannel")&&e),e},null,null)),e.pb(39,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Current channel"])),(l()(),e.hb(16777216,null,null,1,null,ll)),e.pb(42,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(43,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(44,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("stationCount")&&e),e},null,null)),e.pb(45,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Connected clients"])),(l()(),e.hb(16777216,null,null,1,null,nl)),e.pb(48,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(49,0,null,null,2,"tbody",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,ul)),e.pb(51,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,tl)),e.pb(53,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0),l(n,4,0),l(n,15,0,""),l(n,18,0,"enabled"===u.orderbyVaps),l(n,21,0,""),l(n,24,0,"ssid"===u.orderbyVaps),l(n,27,0,""),l(n,30,0,"security"===u.orderbyVaps),l(n,33,0,""),l(n,36,0,"radio"===u.orderbyVaps),l(n,39,0,""),l(n,42,0,"configuredChannel"===u.orderbyVaps),l(n,45,0,""),l(n,48,0,"stationCount"===u.orderbyVaps),l(n,51,0,!u.displayVaps),l(n,53,0,u.vaps.length)},function(l,n){l(n,6,0,e.sb(1,"",e.Jb(n,6,0,e.Ab(n,7).transform("Update table")),""))})}function il(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSIDs"]))],function(l,n){l(n,1,0,"")},null)}function rl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function ol(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function sl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function bl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function cl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function dl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function pl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseVaps);l(n,1,0,"caret",u)},null)}function gl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"tr",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"td",[["class","text-center empty-logs-list"],["colspan","7"]],null,null,null,null,null)),(l()(),e.Ib(2,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){l(n,2,0,e.Jb(n,2,0,e.Ab(n,3).transform("Not configured")))})}function hl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(2,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(3,null,["",""]))],null,function(l,n){l(n,0,0,e.Jb(n,0,0,e.Ab(n,1).transform("Default VLAN"))),l(n,2,0,e.sb(1,"ssid-vlan-",n.parent.context.index,"")),l(n,3,0,n.parent.context.$implicit.vlan)})}function fl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"td",[["class","clearfix text-center"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(2,0,null,null,1,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,0,"span",[["class","glyphicon glyphicon-ban-circle"],["style","font-size: 18px;"]],[[8,"id",0]],null,null,null,null))],null,function(l,n){l(n,0,0,e.Jb(n,0,0,e.Ab(n,1).transform("Default VLAN"))),l(n,3,0,e.sb(1,"ssid-def-vlan-icon-",n.parent.context.index,""))})}function ml(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,35,"tr",[["role","row"]],[[8,"id",0],[2,"odd",null],[2,"even",null]],null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{ngClass:[0,"ngClass"]},null),e.Db(2,{disabled:0}),(l()(),e.qb(3,0,null,null,5,"td",[["class","text-center clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(5,0,null,null,3,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,2,"span",[["class","glyphicon"],["style","font-size: 18px;"]],[[8,"id",0],[1,"data-value",0]],null,null,null,null)),e.pb(7,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(8,{"glyphicon-ok-circle":0,"glyphicon-ban-circle":1}),(l()(),e.qb(9,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(11,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(12,null,["",""])),(l()(),e.qb(13,0,null,null,4,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,null,2,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(16,null,["",""])),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(18,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(20,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(21,null,["",""])),(l()(),e.hb(16777216,null,null,1,null,hl)),e.pb(23,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,fl)),e.pb(25,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(26,0,null,null,5,"td",[["class","clearfix text-center"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(28,0,null,null,3,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(29,0,null,null,2,"span",[["class","glyphicon"],["style","font-size: 18px;"]],[[8,"id",0],[1,"data-value",0]],null,null,null,null)),e.pb(30,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(31,{"glyphicon-ok-circle":0,"glyphicon-ban-circle":1}),(l()(),e.qb(32,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(34,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(35,null,["",""]))],function(l,n){var u=l(n,2,0,!1===n.context.$implicit.enabled||n.context.$implicit.disabledRadio);l(n,1,0,u);var e=l(n,8,0,!0===n.context.$implicit.enabled&&!n.context.$implicit.disabledRadio,!1===n.context.$implicit.enabled||n.context.$implicit.disabledRadio);l(n,7,0,"glyphicon",e),l(n,23,0,""!==n.context.$implicit.vlan),l(n,25,0,""===n.context.$implicit.vlan);var t=l(n,31,0,!0===n.context.$implicit.dynamicVlan,!1===n.context.$implicit.dynamicVlan);l(n,30,0,"glyphicon",t)},function(l,n){l(n,0,0,e.sb(1,"vap-",n.context.index,""),n.context.odd,n.context.even),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform("Enabled"))),l(n,6,0,e.sb(1,"ssid-icon-",n.context.index,""),n.context.$implicit.enabled&&!n.context.$implicit.disabledRadio),l(n,9,0,e.Jb(n,9,0,e.Ab(n,10).transform("SSID"))),l(n,11,0,e.sb(1,"ssid-name-",n.context.index,"")),l(n,12,0,n.context.$implicit.ssid),l(n,13,0,e.Jb(n,13,0,e.Ab(n,14).transform("Radio"))),l(n,15,0,e.sb(1,"ssid-radio-",n.context.index,"")),l(n,16,0,e.Jb(n,16,0,e.Ab(n,17).transform(n.context.$implicit.radio))),l(n,18,0,e.Jb(n,18,0,e.Ab(n,19).transform("Security"))),l(n,20,0,e.sb(1,"ssid-security-",n.context.index,"")),l(n,21,0,n.context.$implicit.security),l(n,26,0,e.Jb(n,26,0,e.Ab(n,27).transform("Dynamic VLAN"))),l(n,29,0,e.sb(1,"ssid-dyn-vlan-icon-",n.context.index,""),n.context.$implicit.dynamicVlan),l(n,32,0,e.Jb(n,32,0,e.Ab(n,33).transform("Connected clients"))),l(n,34,0,e.sb(1,"ssid-clients-",n.context.index,"")),l(n,35,0,!0!==n.context.$implicit.enabled||n.context.$implicit.disabledRadio?"0":n.context.$implicit.stationCount)})}function vl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"tbody",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,3,null,ml)),e.pb(2,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),e.Eb(3,3),e.Cb(0,c.a,[])],function(l,n){var u=n.component,t=e.Jb(n,2,0,e.Ab(n,4).transform(e.Jb(n,2,0,l(n,3,0,e.Ab(n.parent.parent,1),u.vaps,u.orderbyVaps,u.reverseVaps)),u.searchVapTable));l(n,2,0,t)},null)}function Cl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,71,"div",[["class","vendor-tables"],["id","SSID"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,1,"app-guest-wifi-timeout",[],null,null,null,d.b,d.a)),e.pb(2,114688,null,0,p.a,[g.a,r.j],null,null),(l()(),e.qb(3,0,null,null,17,"app-search-box",[],null,null,null,h.b,h.a)),e.pb(4,114688,null,0,f.a,[],null,null),(l()(),e.qb(5,0,null,0,6,"input",[["id","search-vaps"],["tab-index","3"],["type","text"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,6)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,6).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,6)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,6)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.searchVapTable=u)&&t),t},null,null)),e.pb(6,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(8,671744,null,0,m.n,[[8,null],[8,null],[8,null],[6,m.i]],{model:[0,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(10,16384,null,0,m.k,[[4,m.j]],null,null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(12,0,null,1,4,"div",[],null,null,null,null,null)),(l()(),e.Ib(13,null,[" "," "])),e.Cb(0,c.a,[]),e.Db(15,{num:0,all:1}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(17,0,null,2,3,"div",[["class","buttons"]],null,null,null,null,null)),(l()(),e.qb(18,0,null,null,2,"button",[["class","btn btn-default small"],["id","btn-update-vaps"],["tab-index","4"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.getVaps()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(20,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-refresh"]],null,null,null,null,null)),(l()(),e.qb(21,0,null,null,50,"div",[["class","table-responsive"]],null,null,null,null,null)),(l()(),e.qb(22,0,null,null,49,"table",[["class","dataTable vendorTable-responsive"]],null,null,null,null,null)),(l()(),e.qb(23,0,null,null,43,"thead",[],null,null,null,null,null)),(l()(),e.qb(24,0,null,null,42,"tr",[],null,null,null,null,null)),(l()(),e.qb(25,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("enabled")&&e),e},null,null)),e.pb(27,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enabled"])),(l()(),e.hb(16777216,null,null,1,null,rl)),e.pb(30,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(31,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(32,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("ssid")&&e),e},null,null)),e.pb(33,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSID"])),(l()(),e.hb(16777216,null,null,1,null,ol)),e.pb(36,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(37,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(38,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("radio")&&e),e},null,null)),e.pb(39,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Radio"])),(l()(),e.hb(16777216,null,null,1,null,sl)),e.pb(42,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(43,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(44,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("security")&&e),e},null,null)),e.pb(45,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Security"])),(l()(),e.hb(16777216,null,null,1,null,bl)),e.pb(48,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(49,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(50,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("vlan")&&e),e},null,null)),e.pb(51,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Default VLAN"])),(l()(),e.hb(16777216,null,null,1,null,cl)),e.pb(54,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(55,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(56,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("dynamicVlan")&&e),e},null,null)),e.pb(57,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Dynamic VLAN"])),(l()(),e.hb(16777216,null,null,1,null,dl)),e.pb(60,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(61,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(62,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderVaps("stationCount")&&e),e},null,null)),e.pb(63,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Connected clients"])),(l()(),e.hb(16777216,null,null,1,null,pl)),e.pb(66,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(67,0,null,null,2,"tbody",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,gl)),e.pb(69,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,vl)),e.pb(71,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0),l(n,4,0),l(n,8,0,u.searchVapTable),l(n,27,0,""),l(n,30,0,"enabled"===u.orderbyVaps),l(n,33,0,""),l(n,36,0,"ssid"===u.orderbyVaps),l(n,39,0,""),l(n,42,0,"radio"===u.orderbyVaps),l(n,45,0,""),l(n,48,0,"security"===u.orderbyVaps),l(n,51,0,""),l(n,54,0,"vlan"===u.orderbyVaps),l(n,57,0,""),l(n,60,0,"dynamicVlan"===u.orderbyVaps),l(n,63,0,""),l(n,66,0,"stationCount"===u.orderbyVaps),l(n,69,0,!u.vaps.length),l(n,71,0,u.vaps.length)},function(l,n){var u=n.component;l(n,5,0,e.sb(1,"",e.Jb(n,5,0,e.Ab(n,11).transform("Search ...")),""),e.Ab(n,10).ngClassUntouched,e.Ab(n,10).ngClassTouched,e.Ab(n,10).ngClassPristine,e.Ab(n,10).ngClassDirty,e.Ab(n,10).ngClassValid,e.Ab(n,10).ngClassInvalid,e.Ab(n,10).ngClassPending);var t=e.Jb(n,13,0,e.Ab(n,16).transform("display {num} of {all}",l(n,15,0,e.Jb(n,13,0,e.Ab(n,14).transform(u.vaps,u.searchVapTable)).length,u.vaps.length)));l(n,13,0,t),l(n,18,0,e.sb(1,"",e.Jb(n,18,0,e.Ab(n,19).transform("Update table")),""))})}function Al(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["RADIUS"]))],function(l,n){l(n,1,0,"")},null)}function kl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,13,"div",[["class","row radius-server-stat"],["id","radius"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,12,"dl",[["class","dl-horizontal"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"dt",[["translate",""]],null,null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Authentication Server:"])),(l()(),e.qb(5,0,null,null,2,"dd",[["id","rad-auth-serv"]],null,null,null,null,null)),(l()(),e.Ib(6,null,["",""])),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(8,0,null,null,2,"dt",[["translate",""]],null,null,null,null,null)),e.pb(9,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Accounting Server:"])),(l()(),e.qb(11,0,null,null,2,"dd",[["id","rad-acc-serv"]],null,null,null,null,null)),(l()(),e.Ib(12,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,3,0,""),l(n,9,0,"")},function(l,n){var u=n.component;l(n,6,0,e.Jb(n,6,0,e.Ab(n,7).transform(u.auth_server_and_port))),l(n,12,0,e.Jb(n,12,0,e.Ab(n,13).transform(u.acct_server_and_port)))})}function yl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Radios"]))],function(l,n){l(n,1,0,"")},null)}function ql(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseRadios);l(n,1,0,"caret",u)},null)}function Il(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseRadios);l(n,1,0,"caret",u)},null)}function xl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseRadios);l(n,1,0,"caret",u)},null)}function wl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseRadios);l(n,1,0,"caret",u)},null)}function Pl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseRadios);l(n,1,0,"caret",u)},null)}function Ml(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverseRadios);l(n,1,0,"caret",u)},null)}function El(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"span",[],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(1,null,[" "," "]))],null,function(l,n){l(n,0,0,e.sb(1,"radio-channel-freq-",n.parent.context.index,"")),l(n,1,0," ("+n.parent.context.$implicit.frequency+("auto"===n.parent.context.$implicit.configuredChannel?", auto":"")+")")})}function jl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(1,null,[" "," "])),e.Db(2,{channel:0}),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){l(n,0,0,e.sb(1,"radio-radar-",n.parent.context.index,""));var u=e.Jb(n,1,0,e.Ab(n,3).transform("(Radar detected on {channel})",l(n,2,0,n.parent.context.$implicit.configuredChannel)));l(n,1,0,u)})}function Tl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,35,"tr",[["role","row"]],[[8,"id",0],[2,"odd",null],[2,"even",null]],null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{ngClass:[0,"ngClass"]},null),e.Db(2,{disabled:0}),(l()(),e.qb(3,0,null,null,5,"td",[["class","clearfix text-center"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(5,0,null,null,3,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,2,"span",[["class","glyphicon"],["style","font-size: 18px;"]],[[8,"id",0],[1,"data-value",0]],null,null,null,null)),e.pb(7,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(8,{"glyphicon-ok-circle":0,"glyphicon-ban-circle":1}),(l()(),e.qb(9,0,null,null,3,"td",[["class","clearfix one-line"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(11,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(12,null,["",""])),(l()(),e.qb(13,0,null,null,8,"td",[["class","clearfix one-line"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,null,6,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(16,0,null,null,3,"div",[],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(17,null,[" "," "])),(l()(),e.hb(16777216,null,null,1,null,El)),e.pb(19,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,jl)),e.pb(21,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(22,0,null,null,5,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(24,0,null,null,3,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(25,null,[""," "])),(l()(),e.qb(26,0,null,null,1,"span",[],[[8,"hidden",0]],null,null,null,null)),(l()(),e.Ib(-1,null,["dBm"])),(l()(),e.qb(28,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(30,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(31,null,["","/",""])),(l()(),e.qb(32,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(34,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(35,null,["",""]))],function(l,n){var u=n.component,e=l(n,2,0,n.context.$implicit.disabled);l(n,1,0,e);var t=l(n,8,0,!n.context.$implicit.disabled,n.context.$implicit.disabled);l(n,7,0,"glyphicon",t),l(n,19,0,!n.context.$implicit.disabled&&n.context.$implicit.frequency),l(n,21,0,u.radarDetected(n.context.$implicit))},function(l,n){l(n,0,0,e.sb(1,"radio=",n.context.index,""),n.context.odd,n.context.even),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform("Enabled"))),l(n,6,0,e.sb(1,"radio-enabled-icon-",n.context.index,""),!n.context.$implicit.disabled),l(n,9,0,e.Jb(n,9,0,e.Ab(n,10).transform("Radio"))),l(n,11,0,e.sb(1,"radio-freq-",n.context.index,"")),l(n,12,0,n.context.$implicit.freq),l(n,13,0,e.Jb(n,13,0,e.Ab(n,14).transform("Current channel"))),l(n,16,0,e.sb(1,"radio-channel-",n.context.index,"")),l(n,17,0,n.context.$implicit.actualChannel),l(n,22,0,e.Jb(n,22,0,e.Ab(n,23).transform("Tx-Power"))),l(n,24,0,e.sb(1,"radio-txpower-",n.context.index,"")),l(n,25,0,n.context.$implicit.txPower),l(n,26,0,n.context.$implicit.disabled||!n.context.$implicit.frequency),l(n,28,0,e.Jb(n,28,0,e.Ab(n,29).transform("Enabled SSIDs"))),l(n,30,0,e.sb(1,"radio-vaps-",n.context.index,"")),l(n,31,0,n.context.$implicit.enabled?n.context.$implicit.enabledVaps:"0",n.context.$implicit.configuredVaps),l(n,32,0,e.Jb(n,32,0,e.Ab(n,33).transform("Connected clients"))),l(n,34,0,e.sb(1,"radio-clients-",n.context.index,"")),l(n,35,0,n.context.$implicit.stationCount)})}function Fl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,63,"div",[["class","vendor-tables"],["id","radios"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,17,"app-search-box",[],null,null,null,h.b,h.a)),e.pb(2,114688,null,0,f.a,[],null,null),(l()(),e.qb(3,0,null,0,6,"input",[["id","search-radios"],["tab-index","5"],["type","text"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,4)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,4).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,4)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,4)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.searchRadioTable=u)&&t),t},null,null)),e.pb(4,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(6,671744,null,0,m.n,[[8,null],[8,null],[8,null],[6,m.i]],{model:[0,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(8,16384,null,0,m.k,[[4,m.j]],null,null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(10,0,null,1,4,"div",[],null,null,null,null,null)),(l()(),e.Ib(11,null,[" "," "])),e.Cb(0,c.a,[]),e.Db(13,{num:0,all:1}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,2,3,"div",[["class","buttons"]],null,null,null,null,null)),(l()(),e.qb(16,0,null,null,2,"button",[["class","btn btn-default small"],["id","update-radios"],["tab-index","6"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.getRadios()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(18,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-refresh"]],null,null,null,null,null)),(l()(),e.qb(19,0,null,null,44,"div",[["class","table-responsive"]],null,null,null,null,null)),(l()(),e.qb(20,0,null,null,43,"table",[["class","dataTable vendorTable-responsive"]],null,null,null,null,null)),(l()(),e.qb(21,0,null,null,37,"thead",[],null,null,null,null,null)),(l()(),e.qb(22,0,null,null,36,"tr",[],null,null,null,null,null)),(l()(),e.qb(23,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(24,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderRadios("enabled")&&e),e},null,null)),e.pb(25,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enabled"])),(l()(),e.hb(16777216,null,null,1,null,ql)),e.pb(28,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(29,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(30,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderRadios("radio")&&e),e},null,null)),e.pb(31,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Radio"])),(l()(),e.hb(16777216,null,null,1,null,Il)),e.pb(34,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(35,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(36,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderRadios("confChannel")&&e),e},null,null)),e.pb(37,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Current channel"])),(l()(),e.hb(16777216,null,null,1,null,xl)),e.pb(40,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(41,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(42,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderRadios("txpower")&&e),e},null,null)),e.pb(43,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Tx-Power"])),(l()(),e.hb(16777216,null,null,1,null,wl)),e.pb(46,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(47,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(48,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderRadios("confVaps")&&e),e},null,null)),e.pb(49,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enabled SSIDs"])),(l()(),e.hb(16777216,null,null,1,null,Pl)),e.pb(52,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(53,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(54,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderRadios("stationCount")&&e),e},null,null)),e.pb(55,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Connected clients"])),(l()(),e.hb(16777216,null,null,1,null,Ml)),e.pb(58,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(59,0,null,null,4,"tbody",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,3,null,Tl)),e.pb(61,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),e.Eb(62,3),e.Cb(0,c.a,[])],function(l,n){var u=n.component;l(n,2,0),l(n,6,0,u.searchRadioTable),l(n,25,0,""),l(n,28,0,"enabled"===u.orderbyRadios),l(n,31,0,""),l(n,34,0,"radio"===u.orderbyRadios),l(n,37,0,""),l(n,40,0,"confChannel"===u.orderbyRadios),l(n,43,0,""),l(n,46,0,"txpower"===u.orderbyRadios),l(n,49,0,""),l(n,52,0,"confVaps"===u.orderbyRadios),l(n,55,0,""),l(n,58,0,"stationCount"===u.orderbyRadios);var t=e.Jb(n,61,0,e.Ab(n,63).transform(e.Jb(n,61,0,l(n,62,0,e.Ab(n.parent,1),u.displayRadios,u.orderbyRadios,u.reverseRadios)),u.searchRadioTable));l(n,61,0,t)},function(l,n){var u=n.component;l(n,3,0,e.sb(1,"",e.Jb(n,3,0,e.Ab(n,9).transform("Search ...")),""),e.Ab(n,8).ngClassUntouched,e.Ab(n,8).ngClassTouched,e.Ab(n,8).ngClassPristine,e.Ab(n,8).ngClassDirty,e.Ab(n,8).ngClassValid,e.Ab(n,8).ngClassInvalid,e.Ab(n,8).ngClassPending);var t=e.Jb(n,11,0,e.Ab(n,14).transform("display {num} of {all}",l(n,13,0,e.Jb(n,11,0,e.Ab(n,12).transform(u.radios,u.searchRadioTable)).length,u.radios.length)));l(n,11,0,t),l(n,16,0,e.sb(1,"",e.Jb(n,16,0,e.Ab(n,17).transform("Update table")),""))})}function Sl(l){return e.Kb(0,[e.Cb(0,C,[]),e.Cb(0,v.a,[]),(l()(),e.qb(2,0,null,null,102,"div",[["class","vendor-dialogs"],["id","wifi-status"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,2,"h3",[["class","no_margin"],["translate",""],["translate-context","title-case"]],null,null,null,null,null)),e.pb(4,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi Clients"])),(l()(),e.qb(6,0,null,null,80,"div",[["class","vendor-tables"]],null,null,null,null,null)),(l()(),e.qb(7,0,null,null,17,"app-search-box",[],null,null,null,h.b,h.a)),e.pb(8,114688,null,0,f.a,[],null,null),(l()(),e.qb(9,0,null,0,6,"input",[["id","search-clients"],["tab-index","1"],["type","text"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,10)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,10).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,10)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,10)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.searchStationTable=u)&&t),t},null,null)),e.pb(10,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(12,671744,null,0,m.n,[[8,null],[8,null],[8,null],[6,m.i]],{model:[0,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(14,16384,null,0,m.k,[[4,m.j]],null,null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(16,0,null,1,4,"div",[],null,null,null,null,null)),(l()(),e.Ib(17,null,[" "," "])),e.Cb(0,c.a,[]),e.Db(19,{num:0,all:1}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(21,0,null,2,3,"div",[["class","buttons"]],null,null,null,null,null)),(l()(),e.qb(22,0,null,null,2,"button",[["class","btn btn-default small"],["id","update-stations"],["tab-index","2"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.getRadios()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(24,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-refresh"]],null,null,null,null,null)),(l()(),e.qb(25,0,null,null,61,"div",[["class","table-responsive"]],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,60,"table",[["class","dataTable vendorTable-responsive clients-table"]],null,null,null,null,null)),(l()(),e.qb(27,0,null,null,51,"thead",[],null,null,null,null,null)),(l()(),e.qb(28,0,null,null,50,"tr",[],null,null,null,null,null)),(l()(),e.qb(29,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(30,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("status")&&e),e},null,null)),e.pb(31,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Status"])),(l()(),e.hb(16777216,null,null,1,null,T)),e.pb(34,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(35,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(36,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("mac")&&e),e},null,null)),e.pb(37,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["MAC Address"])),(l()(),e.hb(16777216,null,null,1,null,F)),e.pb(40,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(41,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(42,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("vendor.description")&&e),e},null,null)),e.pb(43,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Manufacturer"])),(l()(),e.hb(16777216,null,null,1,null,S)),e.pb(46,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(47,0,null,null,6,"th",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,V)),e.pb(49,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,$)),e.pb(51,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,D)),e.pb(53,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(54,0,null,null,6,"th",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,B)),e.pb(56,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,K)),e.pb(58,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,_)),e.pb(60,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(61,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(62,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("tx.rate")&&e),e},null,null)),e.pb(63,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Tx rate (Mbit/s)"])),(l()(),e.hb(16777216,null,null,1,null,R)),e.pb(66,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(67,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(68,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("rx.rate")&&e),e},null,null)),e.pb(69,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Rx rate (Mbit/s)"])),(l()(),e.hb(16777216,null,null,1,null,J)),e.pb(72,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(73,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(74,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.orderSta("connected_time")&&e),e},null,null)),e.pb(75,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Since"])),(l()(),e.hb(16777216,null,null,1,null,O)),e.pb(78,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(79,0,null,null,2,"tbody",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,N)),e.pb(81,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(82,0,null,null,4,"tbody",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,3,null,U)),e.pb(84,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),e.Cb(0,c.a,[]),e.Eb(86,3),(l()(),e.hb(16777216,null,null,1,null,L)),e.pb(88,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,G)),e.pb(90,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,al)),e.pb(92,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,il)),e.pb(94,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,Cl)),e.pb(96,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,Al)),e.pb(98,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,kl)),e.pb(100,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,yl)),e.pb(102,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,Fl)),e.pb(104,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null)],function(l,n){var u=n.component;l(n,4,0,""),l(n,8,0),l(n,12,0,u.searchStationTable),l(n,31,0,""),l(n,34,0,"status"===u.orderbySta),l(n,37,0,""),l(n,40,0,"mac"===u.orderbySta),l(n,43,0,""),l(n,46,0,"vendor.description"===u.orderbySta),l(n,49,0,null),l(n,51,0,null),l(n,53,0,"radio"===u.orderbySta),l(n,56,0,null),l(n,58,0,null),l(n,60,0,"ssid"===u.orderbySta),l(n,63,0,""),l(n,66,0,"tx.rate"===u.orderbySta),l(n,69,0,""),l(n,72,0,"rx.rate"===u.orderbySta),l(n,75,0,""),l(n,78,0,"connected_time"===u.orderbySta),l(n,81,0,!u.stations.length);var t=e.Jb(n,84,0,l(n,86,0,e.Ab(n,0),e.Jb(n,84,0,e.Ab(n,85).transform(u.stations,u.searchStationTable)),u.orderbySta,u.reverseSta));l(n,84,0,t),l(n,88,0,u.bridge.enabled),l(n,90,0,null),l(n,92,0,null),l(n,94,0,null),l(n,96,0,null),l(n,98,0,!u.notConfigured),l(n,100,0,!u.notConfigured),l(n,102,0,null),l(n,104,0,null)},function(l,n){var u=n.component;l(n,9,0,e.sb(1,"",e.Jb(n,9,0,e.Ab(n,15).transform("Search ...")),""),e.Ab(n,14).ngClassUntouched,e.Ab(n,14).ngClassTouched,e.Ab(n,14).ngClassPristine,e.Ab(n,14).ngClassDirty,e.Ab(n,14).ngClassValid,e.Ab(n,14).ngClassInvalid,e.Ab(n,14).ngClassPending);var t=e.Jb(n,17,0,e.Ab(n,20).transform("display {num} of {all}",l(n,19,0,e.Jb(n,17,0,e.Ab(n,18).transform(u.stations,u.searchStationTable)).length,u.stations.length)));l(n,17,0,t),l(n,22,0,e.sb(1,"",e.Jb(n,22,0,e.Ab(n,23).transform("Update table")),""))})}function Vl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"app-status",[],null,null,null,Sl,j)),e.Fb(512,null,q.a,q.a,[I.a,x.a]),e.pb(2,245760,null,0,w.a,[q.a,P.a,M.a,E.a],null,null)],function(l,n){l(n,2,0)},null)}var $l=e.mb("app-status",w.a,Vl,{},{},[]),Dl=u("8b39"),Bl=u("chmc"),Kl=u("nQCY"),_l=u("5SxG"),Rl=u("k1Yr"),Jl=u("IZUe"),Ol=u("UVPe"),Nl=u("5Ki+"),Ul=u("PIxe"),Wl=u("008C"),Hl=u("Obbf"),zl=u("ZYCi"),Ll=e.ob({encapsulation:2,styles:[],data:{}});function Gl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"label",[["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Disabled"]))],function(l,n){l(n,1,0,"")},null)}function Yl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Gl)),e.pb(2,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,2,0,1==n.component.enable)},null)}function Ql(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"option",[["translate",""],["value",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11b/g/n "])),(l()(),e.qb(5,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["*"]))],function(l,n){l(n,1,0,""),l(n,2,0,""),l(n,3,0,"")},null)}function Zl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","11g"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11g/n"]))],function(l,n){l(n,1,0,""),l(n,2,0,"11g"),l(n,3,0,"11g")},null)}function Xl(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","11n"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11n"]))],function(l,n){l(n,1,0,""),l(n,2,0,"11n"),l(n,3,0,"11n")},null)}function ln(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"option",[["translate",""],["value",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11a/n/ac "])),(l()(),e.qb(5,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["*"]))],function(l,n){l(n,1,0,""),l(n,2,0,""),l(n,3,0,"")},null)}function nn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","11n"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11n/ac"]))],function(l,n){l(n,1,0,""),l(n,2,0,"11n"),l(n,3,0,"11n")},null)}function un(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","11ac"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11ac"]))],function(l,n){l(n,1,0,""),l(n,2,0,"11ac"),l(n,3,0,"11ac")},null)}function en(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],[[8,"disabled",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,e.sb(1,"",n.context.$implicit.channel,"")),l(n,2,0,e.sb(1,"",n.context.$implicit.channel,""))},function(l,n){l(n,0,0,!n.context.$implicit.enabled),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.label)))})}function tn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[["class","hint-text"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Recommended: Auto, 1, 6, 11"]))],function(l,n){l(n,1,0,"")},null)}function an(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[["class","hint-text"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Recommended: Auto"]))],function(l,n){l(n,1,0,"")},null)}function rn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,20,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,19,"div",[["class","form-group"],["style","margin-bottom: 0px;"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"label",[["class","control-label col-md-3"],["for","rescan_interval"],["style","margin-top: 10px;"],["translate",""]],null,null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Scan interval (min.):"])),(l()(),e.qb(5,0,null,null,15,"div",[["class","col-md-7"],["style","margin-top: 10px;"]],null,null,null,null,null)),(l()(),e.qb(6,16777216,null,null,11,"input",[["class","form-control"],["containerClass","text-danger"],["name","rescan_interval"],["triggers","none"],["type","number"]],[[8,"id",0],[8,"placeholder",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"change"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,7)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,7).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,7)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,7)._compositionEnd(u.target.value)&&t),"change"===n&&(t=!1!==e.Ab(l,8).onChange(u.target.value)&&t),"input"===n&&(t=!1!==e.Ab(l,8).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,8).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.rescan.interval=u)&&t),t},null,null)),e.pb(7,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(8,16384,null,0,m.u,[e.E,e.k],null,null),e.pb(9,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.p]),e.Fb(1024,null,m.i,function(l,n){return[l,n]},[m.d,m.u]),e.pb(12,671744,[["rescaninterval",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(14,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(15,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(18,0,null,null,2,"div",[["class","hint-text"],["translate",""]],null,null,null,null,null)),e.pb(19,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["When scan interval is set to 0 this function is disabled. Recommended: 240 minutes"]))],function(l,n){var u=n.component;l(n,3,0,""),l(n,9,0,u.rescanIntervalPattern),l(n,12,0,"rescan_interval",u.rescan.interval),l(n,15,0,e.sb(1,"",e.Jb(n,15,0,e.Ab(n,16).transform("Please enter a value of at least 15 minutes or 0 to disable the functionality!")),""),"none","text-danger",e.sb(1,"",e.Ab(n,12).invalid||0!=u.rescan.interval&&u.rescan.interval<15||"","")),l(n,19,0,"")},function(l,n){l(n,6,0,e.sb(1,"rescan_interval_",n.component.radioName,""),e.sb(1,"",e.Jb(n,6,1,e.Ab(n,17).transform("Scan interval in minutes")),""),e.Ab(n,9).pattern?e.Ab(n,9).pattern:null,e.Ab(n,14).ngClassUntouched,e.Ab(n,14).ngClassTouched,e.Ab(n,14).ngClassPristine,e.Ab(n,14).ngClassDirty,e.Ab(n,14).ngClassValid,e.Ab(n,14).ngClassInvalid,e.Ab(n,14).ngClassPending)})}function on(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"option",[["translate",""],["value","HT40"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["20/40 MHz "])),(l()(),e.qb(5,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["*"]))],function(l,n){l(n,1,0,""),l(n,2,0,"HT40"),l(n,3,0,"HT40")},null)}function sn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","HT20"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["20 MHz"]))],function(l,n){l(n,1,0,""),l(n,2,0,"HT20"),l(n,3,0,"HT20")},null)}function bn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"option",[["translate",""],["value","VHT80"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["80 MHz "])),(l()(),e.qb(5,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["*"]))],function(l,n){l(n,1,0,""),l(n,2,0,"VHT80"),l(n,3,0,"VHT80")},null)}function cn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","VHT40"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["40 MHz"]))],function(l,n){l(n,1,0,""),l(n,2,0,"VHT40"),l(n,3,0,"VHT40")},null)}function dn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","VHT20"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["20 MHz"]))],function(l,n){l(n,1,0,""),l(n,2,0,"VHT20"),l(n,3,0,"VHT20")},null)}function pn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,5,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Db(4,{power:0}),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){var u=n.component;l(n,1,0,e.sb(1,"",u.txPowerVeryHigh,"")),l(n,2,0,e.sb(1,"",u.txPowerVeryHigh,""))},function(l,n){var u=n.component,t=e.Jb(n,3,0,e.Ab(n,5).transform("Very High ({power} dBm)",l(n,4,0,u.txPowerVeryHigh)));l(n,3,0,t)})}function gn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"input",[["max","20"],["min","3"],["name","radio0"],["step","1"],["type","range"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"change"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,1)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,1).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,1)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,1)._compositionEnd(u.target.value)&&t),"change"===n&&(t=!1!==e.Ab(l,2).onChange(u.target.value)&&t),"input"===n&&(t=!1!==e.Ab(l,2).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,2).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.txPowerCustom=u)&&t),t},null,null)),e.pb(1,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(2,16384,null,0,m.v,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l,n){return[l,n]},[m.d,m.v]),e.pb(4,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(6,16384,null,0,m.k,[[4,m.j]],null,null)],function(l,n){l(n,4,0,"radio0",n.component.txPowerCustom)},function(l,n){l(n,0,0,e.sb(1,"tx-range_",n.component.radioName,""),e.Ab(n,6).ngClassUntouched,e.Ab(n,6).ngClassTouched,e.Ab(n,6).ngClassPristine,e.Ab(n,6).ngClassDirty,e.Ab(n,6).ngClassValid,e.Ab(n,6).ngClassInvalid,e.Ab(n,6).ngClassPending)})}function hn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"input",[["max","27"],["min","3"],["name","radio1"],["step","1"],["type","range"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"],[null,"change"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,1)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,1).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,1)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,1)._compositionEnd(u.target.value)&&t),"change"===n&&(t=!1!==e.Ab(l,2).onChange(u.target.value)&&t),"input"===n&&(t=!1!==e.Ab(l,2).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,2).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.txPowerCustom=u)&&t),t},null,null)),e.pb(1,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(2,16384,null,0,m.v,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l,n){return[l,n]},[m.d,m.v]),e.pb(4,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(6,16384,null,0,m.k,[[4,m.j]],null,null)],function(l,n){l(n,4,0,"radio1",n.component.txPowerCustom)},function(l,n){l(n,0,0,e.sb(1,"tx-range_",n.component.radioName,""),e.Ab(n,6).ngClassUntouched,e.Ab(n,6).ngClassTouched,e.Ab(n,6).ngClassPristine,e.Ab(n,6).ngClassDirty,e.Ab(n,6).ngClassValid,e.Ab(n,6).ngClassInvalid,e.Ab(n,6).ngClassPending)})}function fn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,8,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"label",[["class","control-label col-md-3"],["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Individual transmit power:"])),(l()(),e.qb(4,0,null,null,4,"div",[["class","tx-wrapper col-md-7"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,gn)),e.pb(6,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,hn)),e.pb(8,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0,""),l(n,6,0,u.radio0),l(n,8,0,u.radio1)},null)}function mn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["11"]))],null,null)}function vn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["5.5"]))],null,null)}function Cn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["2"]))],null,null)}function An(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["1"]))],null,null)}function kn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"td",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,5,"input",[["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,2).onChange(u.target.checked)&&t),"blur"===n&&(t=!1!==e.Ab(l,2).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.supportedRates[l.context.index]=u)&&t),"change"===n&&(t=!1!==a.onSupportedChange(l.context.index)&&t),t},null,null)),e.pb(2,16384,null,0,m.b,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.b]),e.pb(4,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(6,16384,null,0,m.k,[[4,m.j]],null,null)],function(l,n){var u=n.component;l(n,4,0,e.sb(1,"supportedRates",n.context.index,""),u.supportedRates[n.context.index])},function(l,n){l(n,1,0,e.Ab(n,6).ngClassUntouched,e.Ab(n,6).ngClassTouched,e.Ab(n,6).ngClassPristine,e.Ab(n,6).ngClassDirty,e.Ab(n,6).ngClassValid,e.Ab(n,6).ngClassInvalid,e.Ab(n,6).ngClassPending)})}function yn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"td",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,5,"input",[["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,2).onChange(u.target.checked)&&t),"blur"===n&&(t=!1!==e.Ab(l,2).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.basicRate[l.context.index]=u)&&t),"change"===n&&(t=!1!==a.onBasicChange(l.context.index)&&t),t},null,null)),e.pb(2,16384,null,0,m.b,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.b]),e.pb(4,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(6,16384,null,0,m.k,[[4,m.j]],null,null)],function(l,n){var u=n.component;l(n,4,0,e.sb(1,"basicRate",n.context.index,""),u.basicRate[n.context.index])},function(l,n){l(n,1,0,e.Ab(n,6).ngClassUntouched,e.Ab(n,6).ngClassTouched,e.Ab(n,6).ngClassPristine,e.Ab(n,6).ngClassDirty,e.Ab(n,6).ngClassValid,e.Ab(n,6).ngClassInvalid,e.Ab(n,6).ngClassPending)})}function qn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,47,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"label",[["class","control-label col-md-3"],["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Data rates:"])),(l()(),e.qb(4,0,null,null,43,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,42,"div",[["class","table-responsive"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,41,"table",[["class","table table-bordered table-condensed\n wifi-data-rates"],["style","margin-bottom: 0px;"]],null,null,null,null,null)),(l()(),e.qb(7,0,null,null,40,"tbody",[],null,null,null,null,null)),(l()(),e.qb(8,0,null,null,27,"tr",[],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,2,"td",[["class","left-align"],["translate",""],["width","100px"]],null,null,null,null,null)),e.pb(10,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Rate (Mbit/s)"])),(l()(),e.qb(12,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["54"])),(l()(),e.qb(14,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["48"])),(l()(),e.qb(16,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["36"])),(l()(),e.qb(18,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["24"])),(l()(),e.qb(20,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["18"])),(l()(),e.qb(22,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["12"])),(l()(),e.hb(16777216,null,null,1,null,mn)),e.pb(25,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(26,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["9"])),(l()(),e.qb(28,0,null,null,1,"td",[],null,null,null,null,null)),(l()(),e.Ib(-1,null,["6"])),(l()(),e.hb(16777216,null,null,1,null,vn)),e.pb(31,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Cn)),e.pb(33,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,An)),e.pb(35,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(36,0,null,null,5,"tr",[],null,null,null,null,null)),(l()(),e.qb(37,0,null,null,2,"td",[["class","left-align"],["translate",""],["width","100px"]],null,null,null,null,null)),e.pb(38,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Supported"])),(l()(),e.hb(16777216,null,null,1,null,kn)),e.pb(41,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"],ngForTrackBy:[1,"ngForTrackBy"]},null),(l()(),e.qb(42,0,null,null,5,"tr",[],null,null,null,null,null)),(l()(),e.qb(43,0,null,null,2,"td",[["class","left-align"],["translate",""],["width","100px"]],null,null,null,null,null)),e.pb(44,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Basic"])),(l()(),e.hb(16777216,null,null,1,null,yn)),e.pb(47,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"],ngForTrackBy:[1,"ngForTrackBy"]},null)],function(l,n){var u=n.component;l(n,2,0,""),l(n,10,0,""),l(n,25,0,u.radio0),l(n,31,0,u.radio0),l(n,33,0,u.radio0),l(n,35,0,u.radio0),l(n,38,0,""),l(n,41,0,u.rates,u.trackByIndex),l(n,44,0,""),l(n,47,0,u.basicRate,u.trackByIndex)},null)}function In(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,10,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"label",[["class","control-label checkbox-control-label col-md-3"],["for","indoorUse"],["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Indoor use only:"])),(l()(),e.qb(4,0,null,null,6,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,5,"input",[["name","indoorUse"],["type","checkbox"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,6).onChange(u.target.checked)&&t),"blur"===n&&(t=!1!==e.Ab(l,6).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.indoorUse.enabled=u)&&t),"change"===n&&(t=!1!==a.updateChannelListView()&&t),t},null,null)),e.pb(6,16384,null,0,m.b,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.b]),e.pb(8,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(10,16384,null,0,m.k,[[4,m.j]],null,null)],function(l,n){var u=n.component;l(n,2,0,""),l(n,8,0,"indoorUse",u.indoorUse.enabled)},function(l,n){l(n,5,0,e.sb(1,"indoorUse_",n.component.radioName,""),e.Ab(n,10).ngClassUntouched,e.Ab(n,10).ngClassTouched,e.Ab(n,10).ngClassPristine,e.Ab(n,10).ngClassDirty,e.Ab(n,10).ngClassValid,e.Ab(n,10).ngClassInvalid,e.Ab(n,10).ngClassPending)})}function xn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.save()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,e.Ab(n.parent,4).invalid,"save")},null)}function wn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"cancel")},null)}function Pn(l){return e.Kb(0,[e.Gb(402653184,1,{delos:0}),(l()(),e.qb(1,0,null,null,140,"div",[["class","vendor-dialogs"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,139,"form",[["class","form-horizontal"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0,a=l.component;return"submit"===n&&(t=!1!==e.Ab(l,4).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,4).onReset()&&t),"submit"===n&&(t=!1!==a.save()&&t),t},null,null)),e.pb(3,16384,null,0,m.w,[],null,null),e.pb(4,4210688,[[1,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(6,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(7,0,null,null,7,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(8,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","1"],["name","enable"],["trueValue","0"],["type","checkbox"]],[[8,"id",0],[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,10).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.enable=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(10,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),e.pb(11,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),(l()(),e.qb(12,0,null,null,2,"label",[["translate",""]],[[8,"htmlFor",0]],null,null,null,null)),e.pb(13,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.hb(16777216,null,null,1,null,Yl)),e.pb(16,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.qb(17,0,null,null,124,"div",[["class","form-group clearfix"]],[[8,"hidden",0]],null,null,null,null)),(l()(),e.qb(18,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(19,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Basic Settings"])),(l()(),e.qb(21,0,null,null,28,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(22,0,null,null,2,"label",[["class","control-label col-md-3"],["for","wifimode"],["translate",""]],null,null,null,null,null)),e.pb(23,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Mode:"])),(l()(),e.qb(25,0,null,null,24,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,17,"select",[["class","form-control"],["name","mode"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,27).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,27).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.mode=u)&&t),t},null,null)),e.pb(27,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(29,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(31,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,Ql)),e.pb(33,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Zl)),e.pb(35,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Xl)),e.pb(37,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ln)),e.pb(39,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,nn)),e.pb(41,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,un)),e.pb(43,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(44,0,null,null,2,"div",[["class","hint-text"],["translate",""]],[[8,"hidden",0]],null,null,null,null)),e.pb(45,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Recommended: 802.11g/n"])),(l()(),e.qb(47,0,null,null,2,"div",[["class","hint-text"],["translate",""]],[[8,"hidden",0]],null,null,null,null)),e.pb(48,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Recommended: 802.11n/ac"])),(l()(),e.qb(50,0,null,null,19,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(51,0,null,null,2,"label",[["class","control-label col-md-3"],["for","wifichannel"],["translate",""]],null,null,null,null,null)),e.pb(52,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Channel:"])),(l()(),e.qb(54,0,null,null,13,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(55,0,null,null,7,"select",[["class","form-control"],["name","channel"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,56).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,56).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.channel=u)&&t),t},null,null)),e.pb(56,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(58,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(60,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,en)),e.pb(62,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(63,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,tn)),e.pb(65,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,an)),e.pb(67,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,rn)),e.pb(69,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(70,0,null,null,23,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(71,0,null,null,2,"label",[["class","control-label col-md-3"],["for","wifibandwidth"],["translate",""]],null,null,null,null,null)),e.pb(72,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Channel bandwidth:"])),(l()(),e.qb(74,0,null,null,19,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(75,0,null,null,15,"select",[["class","form-control"],["name","bandwidth"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,76).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,76).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.bandwidth=u)&&t),t},null,null)),e.pb(76,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(78,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(80,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,on)),e.pb(82,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,sn)),e.pb(84,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,bn)),e.pb(86,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,cn)),e.pb(88,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,dn)),e.pb(90,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(91,0,null,null,2,"div",[["class","hint-text"],["translate",""]],null,null,null,null,null)),e.pb(92,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Recommended: 20 MHz"])),(l()(),e.qb(94,0,null,null,47,"div",[],null,null,null,null,null)),(l()(),e.qb(95,0,null,null,0,"div",[],null,null,null,null,null)),(l()(),e.qb(96,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(97,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Advanced Settings"])),(l()(),e.qb(99,0,null,null,36,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(100,0,null,null,2,"label",[["class","control-label col-md-3"],["for","wifitransmit"],["translate",""]],null,null,null,null,null)),e.pb(101,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Max. transmit power:"])),(l()(),e.qb(103,0,null,null,32,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(104,0,[["txpowerSelect",1]],null,31,"select",[["class","form-control"],["name","txpower"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,105).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,105).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.txpower=u)&&t),t},null,null)),e.pb(105,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(107,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(109,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(110,0,null,null,5,"option",[],null,null,null,null,null)),e.pb(111,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(112,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(113,null,["",""])),e.Db(114,{power:0}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(116,0,null,null,5,"option",[],null,null,null,null,null)),e.pb(117,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(118,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(119,null,["",""])),e.Db(120,{power:0}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(122,0,null,null,5,"option",[],null,null,null,null,null)),e.pb(123,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(124,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(125,null,["",""])),e.Db(126,{power:0}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(16777216,null,null,1,null,pn)),e.pb(129,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(130,0,null,null,5,"option",[],null,null,null,null,null)),e.pb(131,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(132,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(133,null,[" ",""])),e.Db(134,{power:0}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(16777216,null,null,1,null,fn)),e.pb(137,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,qn)),e.pb(139,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,In)),e.pb(141,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(142,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,xn)),e.pb(144,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,wn)),e.pb(146,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,10,0,"0","1"),l(n,11,0),l(n,13,0,""),l(n,16,0,null),l(n,19,0,""),l(n,23,0,""),l(n,29,0,"mode",u.mode),l(n,33,0,u.radio0),l(n,35,0,u.radio0),l(n,37,0,u.radio0),l(n,39,0,u.radio1),l(n,41,0,u.radio1),l(n,43,0,u.radio1),l(n,45,0,""),l(n,48,0,""),l(n,52,0,""),l(n,58,0,"channel",u.channel),l(n,62,0,u.channels),l(n,65,0,u.radio0),l(n,67,0,u.radio1),l(n,69,0,"auto"===u.channel),l(n,72,0,""),l(n,78,0,"bandwidth",u.bandwidth),l(n,82,0,u.radio0),l(n,84,0,u.radio0),l(n,86,0,u.radio1),l(n,88,0,u.radio1),l(n,90,0,u.radio1),l(n,92,0,""),l(n,97,0,""),l(n,101,0,""),l(n,107,0,"txpower",u.txpower),l(n,111,0,e.sb(1,"",u.txPowerLow,"")),l(n,112,0,e.sb(1,"",u.txPowerLow,"")),l(n,117,0,e.sb(1,"",u.txPowerMedium,"")),l(n,118,0,e.sb(1,"",u.txPowerMedium,"")),l(n,123,0,e.sb(1,"",u.txPowerHigh,"")),l(n,124,0,e.sb(1,"",u.txPowerHigh,"")),l(n,129,0,u.radio1),l(n,131,0,e.sb(1,"",u.txPowerCustomInit,"")),l(n,132,0,e.sb(1,"",u.txPowerCustomInit,"")),l(n,137,0,e.Ab(n,104).selectedIndex==e.Ab(n,104).length-1),l(n,139,0,!1),l(n,141,0,u.radio1&&u.indoorUse&&1==u.indoorUse.available),l(n,144,0,e.Ab(n,4).dirty),l(n,146,0,e.Ab(n,4).dirty)},function(l,n){var u=n.component;l(n,2,0,e.Ab(n,6).ngClassUntouched,e.Ab(n,6).ngClassTouched,e.Ab(n,6).ngClassPristine,e.Ab(n,6).ngClassDirty,e.Ab(n,6).ngClassValid,e.Ab(n,6).ngClassInvalid,e.Ab(n,6).ngClassPending),l(n,8,0,e.sb(1,"enable_",u.radioName,""),u.enable,0==u.enable),l(n,12,0,e.sb(1,"enable_",u.radioName,"")),l(n,17,0,0!=u.enable),l(n,26,0,e.sb(1,"wifimode_",u.radioName,""),e.Ab(n,31).ngClassUntouched,e.Ab(n,31).ngClassTouched,e.Ab(n,31).ngClassPristine,e.Ab(n,31).ngClassDirty,e.Ab(n,31).ngClassValid,e.Ab(n,31).ngClassInvalid,e.Ab(n,31).ngClassPending),l(n,44,0,u.radio1),l(n,47,0,u.radio0),l(n,55,0,e.sb(1,"wifichannel_",u.radioName,""),e.Ab(n,60).ngClassUntouched,e.Ab(n,60).ngClassTouched,e.Ab(n,60).ngClassPristine,e.Ab(n,60).ngClassDirty,e.Ab(n,60).ngClassValid,e.Ab(n,60).ngClassInvalid,e.Ab(n,60).ngClassPending),l(n,75,0,e.sb(1,"wifibandwidth_",u.radioName,""),e.Ab(n,80).ngClassUntouched,e.Ab(n,80).ngClassTouched,e.Ab(n,80).ngClassPristine,e.Ab(n,80).ngClassDirty,e.Ab(n,80).ngClassValid,e.Ab(n,80).ngClassInvalid,e.Ab(n,80).ngClassPending),l(n,104,0,e.sb(1,"wifitransmit_",u.radioName,""),e.Ab(n,109).ngClassUntouched,e.Ab(n,109).ngClassTouched,e.Ab(n,109).ngClassPristine,e.Ab(n,109).ngClassDirty,e.Ab(n,109).ngClassValid,e.Ab(n,109).ngClassInvalid,e.Ab(n,109).ngClassPending);var t=e.Jb(n,113,0,e.Ab(n,115).transform("Low ({power} dBm)",l(n,114,0,u.txPowerLow)));l(n,113,0,t);var a=e.Jb(n,119,0,e.Ab(n,121).transform("Medium ({power} dBm)",l(n,120,0,u.txPowerMedium)));l(n,119,0,a);var i=e.Jb(n,125,0,e.Ab(n,127).transform("High ({power} dBm)",l(n,126,0,u.txPowerHigh)));l(n,125,0,i);var r=e.Jb(n,133,0,e.Ab(n,135).transform("Individual ({power} dBm)",l(n,134,0,u.txPowerCustom)));l(n,133,0,r)})}function Mn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"app-radio",[],null,null,null,Pn,Ll)),e.Fb(512,null,Nl.a,Nl.a,[I.a,x.a]),e.pb(2,245760,null,0,Ul.a,[Nl.a,E.a,Wl.a,Hl.a,M.a,zl.m],null,null)],function(l,n){l(n,2,0)},null)}var En=e.mb("app-radio",Ul.a,Mn,{radioType:"radioType"},{},[]),jn=u("CkFY"),Tn=u("uAiS"),Fn=u("QRwJ"),Sn=u("ZTy4"),Vn=u("CPDd"),$n=e.ob({encapsulation:0,styles:[[".control-2line-label[_ngcontent-%COMP%]{padding-top:0;margin-top:-4px}.btn-group-label[_ngcontent-%COMP%]{margin-right:10px}.control-label-checkbox[_ngcontent-%COMP%]{padding:0;text-align:right}.row[_ngcontent-%COMP%] > .col-md-6[_ngcontent-%COMP%]{padding-left:0;margin-top:0}"]],data:{}});function Dn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,"button",[["btnRadio","2,4+5 GHz"],["class","btn btn-primary"],["id","wifi-button-def"],["name","radioModeBoth"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,2).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radioMode=u)&&t),"click"===n&&(t=!1!==a.selectRadioMode("2,4+5 GHz")&&t),t},null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(4,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(6,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["2.4 GHz + 5 GHz"]))],function(l,n){var u=n.component;l(n,1,0,""),l(n,2,0,"2,4+5 GHz"),l(n,4,0,"radioModeBoth",u.radioMode)},function(l,n){l(n,0,0,e.Ab(n,2).isActive,e.Ab(n,2).isActive,e.Ab(n,6).ngClassUntouched,e.Ab(n,6).ngClassTouched,e.Ab(n,6).ngClassPristine,e.Ab(n,6).ngClassDirty,e.Ab(n,6).ngClassValid,e.Ab(n,6).ngClassInvalid,e.Ab(n,6).ngClassPending)})}function Bn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,"button",[["btnRadio","2,4Ghz"],["class","btn btn-primary"],["id","wifi-button-off0"],["name","radioMode0"],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,1).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radioMode=u)&&t),"click"===n&&(t=!1!==a.selectRadioMode("2,4Ghz")&&t),t},null,null)),e.pb(1,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(3,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(5,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(6,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){var u=n.component;l(n,1,0,"2,4Ghz"),l(n,3,0,"radioMode0",u.radioMode)},function(l,n){var u=n.component;l(n,0,0,e.Ab(n,1).isActive,e.Ab(n,1).isActive,e.Ab(n,5).ngClassUntouched,e.Ab(n,5).ngClassTouched,e.Ab(n,5).ngClassPristine,e.Ab(n,5).ngClassDirty,e.Ab(n,5).ngClassValid,e.Ab(n,5).ngClassInvalid,e.Ab(n,5).ngClassPending),l(n,6,0,u.dualRadio?"2.4 GHz":e.Jb(n,6,0,e.Ab(n,7).transform("on")))})}function Kn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,"button",[["btnRadio","5Ghz"],["class","btn btn-primary"],["id","wifi-button-reduced"],["name","radioMode1"],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,1).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radioMode=u)&&t),"click"===n&&(t=!1!==a.selectRadioMode("5Ghz")&&t),t},null,null)),e.pb(1,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(3,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(5,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(6,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){var u=n.component;l(n,1,0,"5Ghz"),l(n,3,0,"radioMode1",u.radioMode)},function(l,n){var u=n.component;l(n,0,0,e.Ab(n,1).isActive,e.Ab(n,1).isActive,e.Ab(n,5).ngClassUntouched,e.Ab(n,5).ngClassTouched,e.Ab(n,5).ngClassPristine,e.Ab(n,5).ngClassDirty,e.Ab(n,5).ngClassValid,e.Ab(n,5).ngClassInvalid,e.Ab(n,5).ngClassPending),l(n,6,0,u.dualRadio?"5 GHz":e.Jb(n,6,0,e.Ab(n,7).transform("on")))})}function _n(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,6,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,3,"label",[["class","control-label-checkbox col-md-4"],["for","use-common"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(4,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Use common settings"])),(l()(),e.qb(6,0,null,null,1,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(7,0,null,null,0,"input",[["id","use-common"],["name","common"],["type","checkbox"]],[[8,"checked",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.changeCommonSettings()&&e),e},null,null))],function(l,n){l(n,4,0,"")},function(l,n){l(n,7,0,n.component.useCommonSettings)})}function Rn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,0,null,null,null,null,null,null,null))],null,null)}function Jn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Rn)),e.pb(3,540672,null,0,i.v,[e.P],{ngTemplateOutlet:[0,"ngTemplateOutlet"]},null)],function(l,n){l(n,3,0,e.Ab(n.parent.parent,42))},null)}function On(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,0,null,null,null,null,null,null,null))],null,null)}function Nn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,0,null,null,null,null,null,null,null))],null,null)}function Un(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,6,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,On)),e.pb(4,540672,null,0,i.v,[e.P],{ngTemplateOutlet:[0,"ngTemplateOutlet"]},null),(l()(),e.qb(5,0,null,null,2,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Nn)),e.pb(7,540672,null,0,i.v,[e.P],{ngTemplateOutlet:[0,"ngTemplateOutlet"]},null)],function(l,n){l(n,4,0,e.Ab(n.parent.parent,40)),l(n,7,0,e.Ab(n.parent.parent,41))},null)}function Wn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"div",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,_n)),e.pb(2,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Jn)),e.pb(4,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Un)),e.pb(6,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0,u.dualRadio),l(n,4,0,u.useCommonSettings),l(n,6,0,!u.useCommonSettings)},null)}function Hn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,0,null,null,null,null,null,null,null))],null,null)}function zn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Hn)),e.pb(2,540672,null,0,i.v,[e.P],{ngTemplateOutlet:[0,"ngTemplateOutlet"]},null)],function(l,n){l(n,2,0,e.Ab(n.parent,40))},null)}function Ln(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,0,null,null,null,null,null,null,null))],null,null)}function Gn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Ln)),e.pb(2,540672,null,0,i.v,[e.P],{ngTemplateOutlet:[0,"ngTemplateOutlet"]},null)],function(l,n){l(n,2,0,e.Ab(n.parent,41))},null)}function Yn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,0,"div",[],null,null,null,null,null))],null,null)}function Qn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],[[8,"disabled",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,e.sb(1,"",n.context.$implicit.channel,"")),l(n,2,0,e.sb(1,"",n.context.$implicit.channel,""))},function(l,n){l(n,0,0,!n.context.$implicit.enabled),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.label)))})}function Zn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11b/g/n"]))],function(l,n){l(n,1,0,""),l(n,2,0,""),l(n,3,0,"")},null)}function Xn(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","11g"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11g/n"]))],function(l,n){l(n,1,0,""),l(n,2,0,"11g"),l(n,3,0,"11g")},null)}function lu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","11n"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11n"]))],function(l,n){l(n,1,0,""),l(n,2,0,"11n"),l(n,3,0,"11n")},null)}function nu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,24,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,20,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,0,"input",[["style","display:none;"],["type","password"]],null,null,null,null,null)),(l()(),e.qb(3,16777216,null,null,11,"input",[["aria-describedby","basic-addon1"],["autocomplete","new-password"],["class","form-control"],["containerClass","text-danger"],["id","key-radio0ssid"],["maxlength","64"],["name","key-radio0ssid"],["triggers","none"]],[[8,"type",0],[1,"required",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,4)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,4).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,4)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,4)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.key=u)&&t),"keyup"===n&&(t=!1!==a.keySsidCheck(a.radio0Vap)&&t),"focus"===n&&(t=!1!==a.keySsidCheck(a.radio0Vap)&&t),t},null,null)),e.pb(4,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(5,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(6,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(7,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.q,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(10,671744,[["radio0key",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(12,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(13,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,null,6,"span",[["class","input-group-btn"]],null,null,null,null,null)),(l()(),e.qb(16,0,null,null,5,"button",[["class","btn btn-default"],["id","toggleKeyVisibility0"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0,t=l.component;return"click"===n&&(e=!1!==t.toggleKeyVisibility(t.radio0Vap)&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(19,0,null,null,2,"span",[["class","glyphicon "]],null,null,null,null,null)),e.pb(20,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(21,{"glyphicon-eye-close":0,"glyphicon-eye-open":1}),(l()(),e.qb(22,0,null,null,2,"span",[["class","hint-text text-right"]],null,null,null,null,null)),(l()(),e.Ib(23,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){var u=n.component;l(n,5,0,!0),l(n,6,0,"64"),l(n,7,0,u.regExPass),l(n,10,0,"key-radio0ssid",u.radio0Vap.key),l(n,13,0,e.sb(1,"",e.Jb(n,13,0,e.Ab(n,14).transform(u.key_ssid_error)),""),"none","text-danger",e.sb(1,"",e.Ab(n,10).invalid&&u.key_ssid_error||"",""));var t=l(n,21,0,"text"==u.keyInputTypeRadio0,"password"==u.keyInputTypeRadio0);l(n,20,0,"glyphicon ",t)},function(l,n){var u=n.component;l(n,3,1,[e.sb(1,"",u.keyInputTypeRadio0,""),e.Ab(n,5).required?"":null,e.Ab(n,6).maxlength?e.Ab(n,6).maxlength:null,e.Ab(n,7).pattern?e.Ab(n,7).pattern:null,e.Ab(n,12).ngClassUntouched,e.Ab(n,12).ngClassTouched,e.Ab(n,12).ngClassPristine,e.Ab(n,12).ngClassDirty,e.Ab(n,12).ngClassValid,e.Ab(n,12).ngClassInvalid,e.Ab(n,12).ngClassPending]),l(n,16,0,e.Jb(n,16,0,"text"==u.keyInputTypeRadio0?e.Ab(n,17).transform("Hide password"):e.Ab(n,18).transform("Show password"))),l(n,23,0,e.Jb(n,23,0,e.Ab(n,24).transform("A passphrase (8-63 characters) or a pre-shared key (64 characters) is required")))})}function uu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"span",[["class","hint-text text-right"]],null,null,null,null,null)),(l()(),e.Ib(2,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){l(n,2,0,e.Jb(n,2,0,e.Ab(n,3).transform("Your WiFi is not encrypted. Please activate the encryption.")))})}function eu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,99,"form",[["class","form-horizontal"],["name","radio0"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0;return"submit"===n&&(t=!1!==e.Ab(l,2).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,2).onReset()&&t),t},null,null)),e.pb(1,16384,null,0,m.w,[],null,null),e.pb(2,4210688,[[2,4],["radio0",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(4,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(5,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(6,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,[" 2.4 GHz"])),(l()(),e.qb(8,0,null,null,16,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,2,"label",[["class","control-label col-md-4 control-2line-label"],["for","radio0name"],["translate",""]],null,null,null,null,null)),e.pb(10,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["2.4 GHz network name:"])),(l()(),e.qb(12,0,null,null,12,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(13,16777216,null,null,11,"input",[["class","form-control"],["containerClass","text-danger"],["id","radio0name"],["name","radio0name"],["required",""],["triggers","none"],["type","text"]],[[8,"placeholder",0],[1,"required",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,14)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,14).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,14)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,14)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.ssid=u)&&t),"keyup"===n&&(t=!1!==a.ssidCheck(a.radio0Vap)&&t),"focus"===n&&(t=!1!==a.ssidCheck(a.radio0Vap)&&t),t},null,null)),e.pb(14,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(15,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(16,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n){return[l,n]},[m.q,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(19,671744,[["radio0name",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(21,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(22,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(25,0,null,null,12,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,2,"label",[["class","control-label col-md-4"],["for","channel0"],["translate",""]],null,null,null,null,null)),e.pb(27,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Channel:"])),(l()(),e.qb(29,0,null,null,8,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(30,0,null,null,7,"select",[["class","form-control"],["name","channel0"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,31).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,31).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.channel0=u)&&t),t},null,null)),e.pb(31,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(33,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(35,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,Qn)),e.pb(37,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(38,0,null,null,16,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(39,0,null,null,2,"label",[["class","control-label col-md-4"],["for","radio0mode"],["translate",""]],null,null,null,null,null)),e.pb(40,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Mode:"])),(l()(),e.qb(42,0,null,null,12,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(43,0,null,null,11,"select",[["class","form-control"],["name","radio0mode"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,44).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,44).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.radio0mode=u)&&t),t},null,null)),e.pb(44,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(46,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(48,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,Zn)),e.pb(50,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Xn)),e.pb(52,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,lu)),e.pb(54,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(55,0,null,null,10,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(56,0,null,null,9,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(57,0,null,null,3,"label",[["class","control-label-checkbox col-md-4"],["for","ssid-br-0"]],null,null,null,null,null)),(l()(),e.qb(58,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(59,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Hide SSID:"])),(l()(),e.qb(61,0,null,null,4,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(62,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","ssid-br-0"],["name","ssid-br-0"],["translate",""],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,65).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.radio0Vap.hidden=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(64,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(65,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(66,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),e.qb(67,0,null,null,2,"label",[["class","btn-group-label"],["translate",""]],null,null,null,null,null)),e.pb(68,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Encryption:"])),(l()(),e.qb(70,0,null,null,25,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(71,0,null,null,24,"div",[["class","btn-group "]],null,null,null,null,null)),(l()(),e.qb(72,0,null,null,7,"button",[["btnRadio","psk2"],["class","btn btn-primary"],["id","encryption-radio0-wpa"],["name","encryptionRadio0"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,74).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.encryption=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.radio0Vap)&&t),t},null,null)),e.pb(73,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(74,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(76,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(78,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["WPA2"])),(l()(),e.qb(80,0,null,null,7,"button",[["btnRadio","psk-mixed+tkip+ccmp"],["class","btn btn-primary"],["id","encryption-radio0-wpa-wpa2"],["name","encryptionRadio0"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,82).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.encryption=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.radio0Vap)&&t),t},null,null)),e.pb(81,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(82,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(84,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(86,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["WPA/WPA2"])),(l()(),e.qb(88,0,null,null,7,"button",[["btnRadio","none"],["class","btn btn-primary"],["id","encryption-radio0-none"],["name","encryptionRadio0"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,90).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.encryption=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.radio0Vap)&&t),t},null,null)),e.pb(89,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(90,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(92,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(94,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["none"])),(l()(),e.hb(16777216,null,null,1,null,nu)),e.pb(97,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,uu)),e.pb(99,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,6,0,""),l(n,10,0,""),l(n,15,0,""),l(n,16,0,u.regExSsid),l(n,19,0,"radio0name",u.radio0Vap.ssid),l(n,22,0,e.sb(1,"",e.Jb(n,22,0,e.Ab(n,23).transform(u.ssid_error)),""),"none","text-danger",e.sb(1,"",e.Ab(n,19).invalid&&u.ssid_error||"","")),l(n,27,0,""),l(n,33,0,"channel0",u.channel0),l(n,37,0,u.channels0),l(n,40,0,""),l(n,46,0,"radio0mode",u.radio0mode),l(n,50,0,e.Ab(n,2)),l(n,52,0,e.Ab(n,2)),l(n,54,0,e.Ab(n,2)),l(n,59,0,""),l(n,64,0,""),l(n,65,0,"1","0"),l(n,68,0,""),l(n,73,0,""),l(n,74,0,"psk2"),l(n,76,0,"encryptionRadio0",u.radio0Vap.encryption),l(n,81,0,""),l(n,82,0,"psk-mixed+tkip+ccmp"),l(n,84,0,"encryptionRadio0",u.radio0Vap.encryption),l(n,89,0,""),l(n,90,0,"none"),l(n,92,0,"encryptionRadio0",u.radio0Vap.encryption),l(n,97,0,"none"!==u.radio0Vap.encryption),l(n,99,0,"none"===u.radio0Vap.encryption)},function(l,n){var u=n.component;l(n,0,0,e.Ab(n,4).ngClassUntouched,e.Ab(n,4).ngClassTouched,e.Ab(n,4).ngClassPristine,e.Ab(n,4).ngClassDirty,e.Ab(n,4).ngClassValid,e.Ab(n,4).ngClassInvalid,e.Ab(n,4).ngClassPending),l(n,13,0,e.sb(1,"",e.Jb(n,13,0,e.Ab(n,24).transform("2.4 GHz network name")),""),e.Ab(n,15).required?"":null,e.Ab(n,16).pattern?e.Ab(n,16).pattern:null,e.Ab(n,21).ngClassUntouched,e.Ab(n,21).ngClassTouched,e.Ab(n,21).ngClassPristine,e.Ab(n,21).ngClassDirty,e.Ab(n,21).ngClassValid,e.Ab(n,21).ngClassInvalid,e.Ab(n,21).ngClassPending),l(n,30,0,e.sb(1,"wifichannel_",u.radio0Name,""),e.Ab(n,35).ngClassUntouched,e.Ab(n,35).ngClassTouched,e.Ab(n,35).ngClassPristine,e.Ab(n,35).ngClassDirty,e.Ab(n,35).ngClassValid,e.Ab(n,35).ngClassInvalid,e.Ab(n,35).ngClassPending),l(n,43,0,e.sb(1,"wifimode_",u.radio0Name,""),e.Ab(n,48).ngClassUntouched,e.Ab(n,48).ngClassTouched,e.Ab(n,48).ngClassPristine,e.Ab(n,48).ngClassDirty,e.Ab(n,48).ngClassValid,e.Ab(n,48).ngClassInvalid,e.Ab(n,48).ngClassPending),l(n,62,0,u.radio0Vap.hidden,1==u.radio0Vap.hidden),l(n,72,0,e.Ab(n,74).isActive,e.Ab(n,74).isActive,e.Ab(n,78).ngClassUntouched,e.Ab(n,78).ngClassTouched,e.Ab(n,78).ngClassPristine,e.Ab(n,78).ngClassDirty,e.Ab(n,78).ngClassValid,e.Ab(n,78).ngClassInvalid,e.Ab(n,78).ngClassPending),l(n,80,0,e.Ab(n,82).isActive,e.Ab(n,82).isActive,e.Ab(n,86).ngClassUntouched,e.Ab(n,86).ngClassTouched,e.Ab(n,86).ngClassPristine,e.Ab(n,86).ngClassDirty,e.Ab(n,86).ngClassValid,e.Ab(n,86).ngClassInvalid,e.Ab(n,86).ngClassPending),l(n,88,0,e.Ab(n,90).isActive,e.Ab(n,90).isActive,e.Ab(n,94).ngClassUntouched,e.Ab(n,94).ngClassTouched,e.Ab(n,94).ngClassPristine,e.Ab(n,94).ngClassDirty,e.Ab(n,94).ngClassValid,e.Ab(n,94).ngClassInvalid,e.Ab(n,94).ngClassPending)})}function tu(l){return e.Kb(0,[(l()(),e.hb(16777216,null,null,1,null,eu)),e.pb(1,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(0,null,null,0))],function(l,n){l(n,1,0,n.component.radio0Vap)},null)}function au(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],[[8,"disabled",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,e.sb(1,"",n.context.$implicit.channel,"")),l(n,2,0,e.sb(1,"",n.context.$implicit.channel,""))},function(l,n){l(n,0,0,!n.context.$implicit.enabled),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.label)))})}function iu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11a/n/ac"]))],function(l,n){l(n,1,0,""),l(n,2,0,""),l(n,3,0,"")},null)}function ru(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","11n"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11n/ac"]))],function(l,n){l(n,1,0,""),l(n,2,0,"11n"),l(n,3,0,"11n")},null)}function ou(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","11ac"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["802.11ac"]))],function(l,n){l(n,1,0,""),l(n,2,0,"11ac"),l(n,3,0,"11ac")},null)}function su(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,24,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,20,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,0,"input",[["style","display:none;"],["type","password"]],null,null,null,null,null)),(l()(),e.qb(3,16777216,null,null,11,"input",[["aria-describedby","basic-addon1"],["autocomplete","new-password"],["class","form-control"],["containerClass","text-danger"],["id","key-radio1ssid"],["maxlength","64"],["name","key-radio1ssid"],["triggers","none"]],[[8,"type",0],[1,"required",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,4)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,4).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,4)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,4)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radio1Vap.key=u)&&t),"keyup"===n&&(t=!1!==a.keySsidCheck(a.radio1Vap)&&t),"focus"===n&&(t=!1!==a.keySsidCheck(a.radio1Vap)&&t),t},null,null)),e.pb(4,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(5,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(6,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(7,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.q,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(10,671744,[["radio1key",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(12,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(13,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,null,6,"span",[["class","input-group-btn"]],null,null,null,null,null)),(l()(),e.qb(16,0,null,null,5,"button",[["class","btn btn-default"],["id","toggleKeyVisibility1"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0,t=l.component;return"click"===n&&(e=!1!==t.toggleKeyVisibility(t.radio1Vap)&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(19,0,null,null,2,"span",[["class","glyphicon "]],null,null,null,null,null)),e.pb(20,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(21,{"glyphicon-eye-close":0,"glyphicon-eye-open":1}),(l()(),e.qb(22,0,null,null,2,"span",[["class","hint-text text-right"]],null,null,null,null,null)),(l()(),e.Ib(23,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){var u=n.component;l(n,5,0,!0),l(n,6,0,"64"),l(n,7,0,u.regExPass),l(n,10,0,"key-radio1ssid",u.radio1Vap.key),l(n,13,0,e.sb(1,"",e.Jb(n,13,0,e.Ab(n,14).transform(u.key_ssid_error)),""),"none","text-danger",e.sb(1,"",e.Ab(n,10).invalid&&u.key_ssid_error||"",""));var t=l(n,21,0,"text"==u.keyInputTypeRadio1,"password"==u.keyInputTypeRadio1);l(n,20,0,"glyphicon ",t)},function(l,n){var u=n.component;l(n,3,1,[e.sb(1,"",u.keyInputTypeRadio1,""),e.Ab(n,5).required?"":null,e.Ab(n,6).maxlength?e.Ab(n,6).maxlength:null,e.Ab(n,7).pattern?e.Ab(n,7).pattern:null,e.Ab(n,12).ngClassUntouched,e.Ab(n,12).ngClassTouched,e.Ab(n,12).ngClassPristine,e.Ab(n,12).ngClassDirty,e.Ab(n,12).ngClassValid,e.Ab(n,12).ngClassInvalid,e.Ab(n,12).ngClassPending]),l(n,16,0,e.Jb(n,16,0,"text"==u.keyInputTypeRadio1?e.Ab(n,17).transform("Hide password"):e.Ab(n,18).transform("Show password"))),l(n,23,0,e.Jb(n,23,0,e.Ab(n,24).transform("A passphrase (8-63 characters) or a pre-shared key (64 characters) is required")))})}function bu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"span",[["class","hint-text text-right"]],null,null,null,null,null)),(l()(),e.Ib(2,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){l(n,2,0,e.Jb(n,2,0,e.Ab(n,3).transform("Your WiFi is not encrypted. Please activate the encryption.")))})}function cu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,99,"form",[["class","form-horizontal"],["name","radio1"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0;return"submit"===n&&(t=!1!==e.Ab(l,2).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,2).onReset()&&t),t},null,null)),e.pb(1,16384,null,0,m.w,[],null,null),e.pb(2,4210688,[[4,4],["radio1",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(4,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(5,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(6,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,[" 5 GHz"])),(l()(),e.qb(8,0,null,null,16,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,2,"label",[["class","control-label col-md-4 control-2line-label"],["for","radio1name"],["translate",""]],null,null,null,null,null)),e.pb(10,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["5 GHz network name:"])),(l()(),e.qb(12,0,null,null,12,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(13,16777216,null,null,11,"input",[["class","form-control"],["containerClass","text-danger"],["id","radio1name"],["name","radio1name"],["required",""],["triggers","none"],["type","text"]],[[8,"placeholder",0],[1,"required",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,14)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,14).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,14)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,14)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radio1Vap.ssid=u)&&t),"keyup"===n&&(t=!1!==a.ssidCheck(a.radio1Vap)&&t),"focus"===n&&(t=!1!==a.ssidCheck(a.radio1Vap)&&t),t},null,null)),e.pb(14,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(15,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(16,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n){return[l,n]},[m.q,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(19,671744,[["radio1name",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(21,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(22,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(25,0,null,null,12,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,2,"label",[["class","control-label col-md-4"],["for","channel1"],["translate",""]],null,null,null,null,null)),e.pb(27,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Channel:"])),(l()(),e.qb(29,0,null,null,8,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(30,0,null,null,7,"select",[["class","form-control"],["name","channel1"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,31).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,31).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.channel1=u)&&t),t},null,null)),e.pb(31,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(33,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(35,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,au)),e.pb(37,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(38,0,null,null,16,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(39,0,null,null,2,"label",[["class","control-label col-md-4"],["for","radio1mode"],["translate",""]],null,null,null,null,null)),e.pb(40,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Mode:"])),(l()(),e.qb(42,0,null,null,12,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(43,0,null,null,11,"select",[["class","form-control"],["name","radio1mode"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,44).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,44).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.radio1mode=u)&&t),t},null,null)),e.pb(44,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(46,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(48,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,iu)),e.pb(50,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ru)),e.pb(52,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ou)),e.pb(54,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(55,0,null,null,10,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(56,0,null,null,9,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(57,0,null,null,3,"label",[["class","control-label-checkbox col-md-4"],["for","ssid-br-0"]],null,null,null,null,null)),(l()(),e.qb(58,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(59,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Hide SSID:"])),(l()(),e.qb(61,0,null,null,4,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(62,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","ssid-br-1"],["name","ssid-br-1"],["translate",""],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,65).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.radio1Vap.hidden=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(64,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(65,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(66,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),e.qb(67,0,null,null,2,"label",[["class","btn-group-label"],["translate",""]],null,null,null,null,null)),e.pb(68,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Encryption:"])),(l()(),e.qb(70,0,null,null,25,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(71,0,null,null,24,"div",[["class","btn-group "]],null,null,null,null,null)),(l()(),e.qb(72,0,null,null,7,"button",[["btnRadio","psk2"],["class","btn btn-primary"],["id","encryption-radio1-wpa"],["name","encryptionRadio1"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,74).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radio1Vap.encryption=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.radio1Vap)&&t),t},null,null)),e.pb(73,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(74,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(76,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(78,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["WPA2"])),(l()(),e.qb(80,0,null,null,7,"button",[["btnRadio","psk-mixed+tkip+ccmp"],["class","btn btn-primary"],["id","encryption-radio1-wpa-wpa2"],["name","encryptionRadio1"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,82).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radio1Vap.encryption=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.radio1Vap)&&t),t},null,null)),e.pb(81,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(82,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(84,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(86,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["WPA/WPA2"])),(l()(),e.qb(88,0,null,null,7,"button",[["btnRadio","none"],["class","btn btn-primary"],["id","encryption-radio1-none"],["name","encryptionRadio1"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,90).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radio1Vap.encryption=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.radio1Vap)&&t),t},null,null)),e.pb(89,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(90,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(92,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(94,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["none"])),(l()(),e.hb(16777216,null,null,1,null,su)),e.pb(97,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,bu)),e.pb(99,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,6,0,""),l(n,10,0,""),l(n,15,0,""),l(n,16,0,u.regExSsid),l(n,19,0,"radio1name",u.radio1Vap.ssid),l(n,22,0,e.sb(1,"",e.Jb(n,22,0,e.Ab(n,23).transform(u.ssid_error)),""),"none","text-danger",e.sb(1,"",e.Ab(n,19).invalid&&u.ssid_error||"","")),l(n,27,0,""),l(n,33,0,"channel1",u.channel1),l(n,37,0,u.channels1),l(n,40,0,""),l(n,46,0,"radio1mode",u.radio1mode),l(n,50,0,e.Ab(n,2)),l(n,52,0,e.Ab(n,2)),l(n,54,0,e.Ab(n,2)),l(n,59,0,""),l(n,64,0,""),l(n,65,0,"1","0"),l(n,68,0,""),l(n,73,0,""),l(n,74,0,"psk2"),l(n,76,0,"encryptionRadio1",u.radio1Vap.encryption),l(n,81,0,""),l(n,82,0,"psk-mixed+tkip+ccmp"),l(n,84,0,"encryptionRadio1",u.radio1Vap.encryption),l(n,89,0,""),l(n,90,0,"none"),l(n,92,0,"encryptionRadio1",u.radio1Vap.encryption),l(n,97,0,"none"!==u.radio1Vap.encryption),l(n,99,0,"none"===u.radio1Vap.encryption)},function(l,n){var u=n.component;l(n,0,0,e.Ab(n,4).ngClassUntouched,e.Ab(n,4).ngClassTouched,e.Ab(n,4).ngClassPristine,e.Ab(n,4).ngClassDirty,e.Ab(n,4).ngClassValid,e.Ab(n,4).ngClassInvalid,e.Ab(n,4).ngClassPending),l(n,13,0,e.sb(1,"",e.Jb(n,13,0,e.Ab(n,24).transform("5 GHz network name")),""),e.Ab(n,15).required?"":null,e.Ab(n,16).pattern?e.Ab(n,16).pattern:null,e.Ab(n,21).ngClassUntouched,e.Ab(n,21).ngClassTouched,e.Ab(n,21).ngClassPristine,e.Ab(n,21).ngClassDirty,e.Ab(n,21).ngClassValid,e.Ab(n,21).ngClassInvalid,e.Ab(n,21).ngClassPending),l(n,30,0,e.sb(1,"wifichannel_",u.radio1Name,""),e.Ab(n,35).ngClassUntouched,e.Ab(n,35).ngClassTouched,e.Ab(n,35).ngClassPristine,e.Ab(n,35).ngClassDirty,e.Ab(n,35).ngClassValid,e.Ab(n,35).ngClassInvalid,e.Ab(n,35).ngClassPending),l(n,43,0,e.sb(1,"wifimode_",u.radio1Name,""),e.Ab(n,48).ngClassUntouched,e.Ab(n,48).ngClassTouched,e.Ab(n,48).ngClassPristine,e.Ab(n,48).ngClassDirty,e.Ab(n,48).ngClassValid,e.Ab(n,48).ngClassInvalid,e.Ab(n,48).ngClassPending),l(n,62,0,u.radio1Vap.hidden,1==u.radio1Vap.hidden),l(n,72,0,e.Ab(n,74).isActive,e.Ab(n,74).isActive,e.Ab(n,78).ngClassUntouched,e.Ab(n,78).ngClassTouched,e.Ab(n,78).ngClassPristine,e.Ab(n,78).ngClassDirty,e.Ab(n,78).ngClassValid,e.Ab(n,78).ngClassInvalid,e.Ab(n,78).ngClassPending),l(n,80,0,e.Ab(n,82).isActive,e.Ab(n,82).isActive,e.Ab(n,86).ngClassUntouched,e.Ab(n,86).ngClassTouched,e.Ab(n,86).ngClassPristine,e.Ab(n,86).ngClassDirty,e.Ab(n,86).ngClassValid,e.Ab(n,86).ngClassInvalid,e.Ab(n,86).ngClassPending),l(n,88,0,e.Ab(n,90).isActive,e.Ab(n,90).isActive,e.Ab(n,94).ngClassUntouched,e.Ab(n,94).ngClassTouched,e.Ab(n,94).ngClassPristine,e.Ab(n,94).ngClassDirty,e.Ab(n,94).ngClassValid,e.Ab(n,94).ngClassInvalid,e.Ab(n,94).ngClassPending)})}function du(l){return e.Kb(0,[(l()(),e.hb(16777216,null,null,1,null,cu)),e.pb(1,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(0,null,null,0))],function(l,n){l(n,1,0,n.component.radio1Vap)},null)}function pu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],[[8,"disabled",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,e.sb(1,"",n.context.$implicit.channel,"")),l(n,2,0,e.sb(1,"",n.context.$implicit.channel,""))},function(l,n){l(n,0,0,!n.context.$implicit.enabled),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.label)))})}function gu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],[[8,"disabled",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,e.sb(1,"",n.context.$implicit.channel,"")),l(n,2,0,e.sb(1,"",n.context.$implicit.channel,""))},function(l,n){l(n,0,0,!n.context.$implicit.enabled),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.label)))})}function hu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,24,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,20,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,0,"input",[["style","display:none;"],["type","password"]],null,null,null,null,null)),(l()(),e.qb(3,16777216,null,null,11,"input",[["aria-describedby","basic-addon1"],["autocomplete","new-password"],["class","form-control"],["containerClass","text-danger"],["id","key-radio0ssid"],["maxlength","64"],["name","key-radio0ssid"],["triggers","none"]],[[8,"type",0],[1,"required",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,4)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,4).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,4)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,4)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.key=u)&&t),"keyup"===n&&(t=!1!==a.keySsidCheck(a.radio0Vap)&&t),"focus"===n&&(t=!1!==a.keySsidCheck(a.radio0Vap)&&t),t},null,null)),e.pb(4,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(5,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(6,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(7,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.q,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(10,671744,[["radio0key",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(12,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(13,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,null,6,"span",[["class","input-group-btn"]],null,null,null,null,null)),(l()(),e.qb(16,0,null,null,5,"button",[["class","btn btn-default"],["id","toggleKeyVisibility0"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0,t=l.component;return"click"===n&&(e=!1!==t.toggleKeyVisibility(t.radio0Vap)&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(19,0,null,null,2,"span",[["class","glyphicon "]],null,null,null,null,null)),e.pb(20,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(21,{"glyphicon-eye-close":0,"glyphicon-eye-open":1}),(l()(),e.qb(22,0,null,null,2,"span",[["class","hint-text text-right"]],null,null,null,null,null)),(l()(),e.Ib(23,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){var u=n.component;l(n,5,0,!0),l(n,6,0,"64"),l(n,7,0,u.regExPass),l(n,10,0,"key-radio0ssid",u.radio0Vap.key),l(n,13,0,e.sb(1,"",e.Jb(n,13,0,e.Ab(n,14).transform(u.key_ssid_error)),""),"none","text-danger",e.sb(1,"",e.Ab(n,10).invalid&&u.key_ssid_error||"",""));var t=l(n,21,0,"text"==u.keyInputTypeRadio0,"password"==u.keyInputTypeRadio0);l(n,20,0,"glyphicon ",t)},function(l,n){var u=n.component;l(n,3,1,[e.sb(1,"",u.keyInputTypeRadio0,""),e.Ab(n,5).required?"":null,e.Ab(n,6).maxlength?e.Ab(n,6).maxlength:null,e.Ab(n,7).pattern?e.Ab(n,7).pattern:null,e.Ab(n,12).ngClassUntouched,e.Ab(n,12).ngClassTouched,e.Ab(n,12).ngClassPristine,e.Ab(n,12).ngClassDirty,e.Ab(n,12).ngClassValid,e.Ab(n,12).ngClassInvalid,e.Ab(n,12).ngClassPending]),l(n,16,0,e.Jb(n,16,0,"text"==u.keyInputTypeRadio0?e.Ab(n,17).transform("Hide password"):e.Ab(n,18).transform("Show password"))),l(n,23,0,e.Jb(n,23,0,e.Ab(n,24).transform("A passphrase (8-63 characters) or a pre-shared key (64 characters) is required")))})}function fu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"span",[["class","hint-text text-right"]],null,null,null,null,null)),(l()(),e.Ib(2,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){l(n,2,0,e.Jb(n,2,0,e.Ab(n,3).transform("Your WiFi is not encrypted. Please activate the encryption.")))})}function mu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,95,"form",[["class","form-horizontal"],["name","dualNotShared"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0;return"submit"===n&&(t=!1!==e.Ab(l,2).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,2).onReset()&&t),t},null,null)),e.pb(1,16384,null,0,m.w,[],null,null),e.pb(2,4210688,[[1,4],["dualNotShared",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(4,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(5,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(6,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,[" 2.4 GHz + 5 GHz"])),(l()(),e.qb(8,0,null,null,16,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,2,"label",[["class","control-label col-md-4 control-2line-label"],["for","radio0name"],["translate",""]],null,null,null,null,null)),e.pb(10,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Network name 2.4 + 5 GHz"])),(l()(),e.qb(12,0,null,null,12,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(13,16777216,null,null,11,"input",[["class","form-control"],["containerClass","text-danger"],["id","radio0name"],["name","radio0name"],["required",""],["triggers","none"],["type","text"]],[[8,"placeholder",0],[1,"required",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,14)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,14).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,14)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,14)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.ssid=u)&&t),"keyup"===n&&(t=!1!==a.ssidCheck(a.radio0Vap)&&t),"focus"===n&&(t=!1!==a.ssidCheck(a.radio0Vap)&&t),t},null,null)),e.pb(14,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(15,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(16,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n){return[l,n]},[m.q,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(19,671744,[["radio0name",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(21,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(22,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(25,0,null,null,12,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,2,"label",[["class","control-label col-md-4"],["for","channel0"],["translate",""]],null,null,null,null,null)),e.pb(27,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Channel 2.4 GHz:"])),(l()(),e.qb(29,0,null,null,8,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(30,0,null,null,7,"select",[["class","form-control"],["name","channel0"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,31).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,31).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.channel0=u)&&t),t},null,null)),e.pb(31,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(33,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(35,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,pu)),e.pb(37,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(38,0,null,null,12,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(39,0,null,null,2,"label",[["class","control-label col-md-4"],["for","channel1"],["translate",""]],null,null,null,null,null)),e.pb(40,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Channel 5 GHz:"])),(l()(),e.qb(42,0,null,null,8,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(43,0,null,null,7,"select",[["class","form-control"],["name","channel1"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,44).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,44).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.channel1=u)&&t),t},null,null)),e.pb(44,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(46,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(48,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,gu)),e.pb(50,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(51,0,null,null,10,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(52,0,null,null,9,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(53,0,null,null,3,"label",[["class","control-label-checkbox col-md-4"],["for","ssid-br-0"]],null,null,null,null,null)),(l()(),e.qb(54,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(55,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Hide SSID:"])),(l()(),e.qb(57,0,null,null,4,"div",[["class","col-md-6"]],null,null,null,null,null)),(l()(),e.qb(58,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","ssid-br-0"],["name","ssid-br-0"],["translate",""],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,61).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.radio0Vap.hidden=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(60,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(61,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(62,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),e.qb(63,0,null,null,2,"label",[["class","btn-group-label"],["translate",""]],null,null,null,null,null)),e.pb(64,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Encryption:"])),(l()(),e.qb(66,0,null,null,25,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(67,0,null,null,24,"div",[["class","btn-group "]],null,null,null,null,null)),(l()(),e.qb(68,0,null,null,7,"button",[["btnRadio","psk2"],["class","btn btn-primary"],["id","encryption-radio0-wpa"],["name","encryptionRadio0"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,70).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.encryption=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.radio0Vap)&&t),t},null,null)),e.pb(69,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(70,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(72,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(74,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["WPA2"])),(l()(),e.qb(76,0,null,null,7,"button",[["btnRadio","psk-mixed+tkip+ccmp"],["class","btn btn-primary"],["id","encryption-radio0-wpa-wpa2"],["name","encryptionRadio0"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,78).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.encryption=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.radio0Vap)&&t),t},null,null)),e.pb(77,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(78,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(80,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(82,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["WPA/WPA2"])),(l()(),e.qb(84,0,null,null,7,"button",[["btnRadio","none"],["class","btn btn-primary"],["id","encryption-radio0-none"],["name","encryptionRadio0"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,86).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radio0Vap.encryption=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.radio0Vap)&&t),t},null,null)),e.pb(85,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(86,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(88,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(90,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["none"])),(l()(),e.hb(16777216,null,null,1,null,hu)),e.pb(93,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,fu)),e.pb(95,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,6,0,""),l(n,10,0,""),l(n,15,0,""),l(n,16,0,u.regExSsid),l(n,19,0,"radio0name",u.radio0Vap.ssid),l(n,22,0,e.sb(1,"",e.Jb(n,22,0,e.Ab(n,23).transform(u.ssid_error)),""),"none","text-danger",e.sb(1,"",e.Ab(n,19).invalid&&u.ssid_error||"","")),l(n,27,0,""),l(n,33,0,"channel0",u.channel0),l(n,37,0,u.channels0),l(n,40,0,""),l(n,46,0,"channel1",u.channel1),l(n,50,0,u.channels1),l(n,55,0,""),l(n,60,0,""),l(n,61,0,"1","0"),l(n,64,0,""),l(n,69,0,""),l(n,70,0,"psk2"),l(n,72,0,"encryptionRadio0",u.radio0Vap.encryption),l(n,77,0,""),l(n,78,0,"psk-mixed+tkip+ccmp"),l(n,80,0,"encryptionRadio0",u.radio0Vap.encryption),l(n,85,0,""),l(n,86,0,"none"),l(n,88,0,"encryptionRadio0",u.radio0Vap.encryption),l(n,93,0,"none"!==u.radio0Vap.encryption),l(n,95,0,"none"===u.radio0Vap.encryption)},function(l,n){var u=n.component;l(n,0,0,e.Ab(n,4).ngClassUntouched,e.Ab(n,4).ngClassTouched,e.Ab(n,4).ngClassPristine,e.Ab(n,4).ngClassDirty,e.Ab(n,4).ngClassValid,e.Ab(n,4).ngClassInvalid,e.Ab(n,4).ngClassPending),l(n,13,0,e.sb(1,"",e.Jb(n,13,0,e.Ab(n,24).transform("2.4 + 5 GHz network name")),""),e.Ab(n,15).required?"":null,e.Ab(n,16).pattern?e.Ab(n,16).pattern:null,e.Ab(n,21).ngClassUntouched,e.Ab(n,21).ngClassTouched,e.Ab(n,21).ngClassPristine,e.Ab(n,21).ngClassDirty,e.Ab(n,21).ngClassValid,e.Ab(n,21).ngClassInvalid,e.Ab(n,21).ngClassPending),l(n,30,0,e.sb(1,"wifichannel_",u.radio0Name,""),e.Ab(n,35).ngClassUntouched,e.Ab(n,35).ngClassTouched,e.Ab(n,35).ngClassPristine,e.Ab(n,35).ngClassDirty,e.Ab(n,35).ngClassValid,e.Ab(n,35).ngClassInvalid,e.Ab(n,35).ngClassPending),l(n,43,0,e.sb(1,"wifichannel_",u.radio1Name,""),e.Ab(n,48).ngClassUntouched,e.Ab(n,48).ngClassTouched,e.Ab(n,48).ngClassPristine,e.Ab(n,48).ngClassDirty,e.Ab(n,48).ngClassValid,e.Ab(n,48).ngClassInvalid,e.Ab(n,48).ngClassPending),l(n,58,0,u.radio0Vap.hidden,1==u.radio0Vap.hidden),l(n,68,0,e.Ab(n,70).isActive,e.Ab(n,70).isActive,e.Ab(n,74).ngClassUntouched,e.Ab(n,74).ngClassTouched,e.Ab(n,74).ngClassPristine,e.Ab(n,74).ngClassDirty,e.Ab(n,74).ngClassValid,e.Ab(n,74).ngClassInvalid,e.Ab(n,74).ngClassPending),l(n,76,0,e.Ab(n,78).isActive,e.Ab(n,78).isActive,e.Ab(n,82).ngClassUntouched,e.Ab(n,82).ngClassTouched,e.Ab(n,82).ngClassPristine,e.Ab(n,82).ngClassDirty,e.Ab(n,82).ngClassValid,e.Ab(n,82).ngClassInvalid,e.Ab(n,82).ngClassPending),l(n,84,0,e.Ab(n,86).isActive,e.Ab(n,86).isActive,e.Ab(n,90).ngClassUntouched,e.Ab(n,90).ngClassTouched,e.Ab(n,90).ngClassPristine,e.Ab(n,90).ngClassDirty,e.Ab(n,90).ngClassValid,e.Ab(n,90).ngClassInvalid,e.Ab(n,90).ngClassPending)})}function vu(l){return e.Kb(0,[(l()(),e.hb(16777216,null,null,1,null,mu)),e.pb(1,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(0,null,null,0))],function(l,n){l(n,1,0,n.component.radio0Vap)},null)}function Cu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.save()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){var u=n.component;l(n,1,0,e.Ab(n.parent,6).invalid||!e.Ab(n.parent,6).dirty||u.savingInProgress,"save")},null)}function Au(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,n.component.savingInProgress,"cancel")},null)}function ku(l){return e.Kb(0,[e.Gb(671088640,1,{dualNotSharedForm:0}),e.Gb(671088640,2,{radio0Form:0}),e.Gb(402653184,3,{delos:0}),e.Gb(671088640,4,{radio1Form:0}),(l()(),e.qb(4,0,null,null,42,"form",[["class","form-horizontal"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0;return"submit"===n&&(t=!1!==e.Ab(l,6).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,6).onReset()&&t),t},null,null)),e.pb(5,16384,null,0,m.w,[],null,null),e.pb(6,4210688,[[3,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(8,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(9,0,null,null,37,"div",[["class","vendor-dialogs buttons-dialog"]],null,null,null,null,null)),(l()(),e.qb(10,0,null,null,2,"h3",[["class","no_margin btn-group-label"],["translate",""]],null,null,null,null,null)),e.pb(11,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi network mode:"])),(l()(),e.qb(13,0,null,null,15,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(14,0,null,null,14,"div",[["class","btn-group "]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Dn)),e.pb(16,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Bn)),e.pb(18,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Kn)),e.pb(20,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(21,0,null,null,7,"button",[["btnRadio","off"],["class","btn btn-primary"],["id","wifi-button-off1"],["name","radioModeOff"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,23).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.radioMode=u)&&t),"click"===n&&(t=!1!==a.selectRadioMode("off")&&t),t},null,null)),e.pb(22,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(23,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(25,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(27,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["off"])),(l()(),e.qb(29,0,null,null,10,"div",[],null,null,null,null,null)),e.pb(30,16384,null,0,i.s,[],{ngSwitch:[0,"ngSwitch"]},null),(l()(),e.hb(16777216,null,null,1,null,Wn)),e.pb(32,278528,null,0,i.t,[e.P,e.M,i.s],{ngSwitchCase:[0,"ngSwitchCase"]},null),(l()(),e.qb(33,0,null,null,6,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,zn)),e.pb(35,278528,null,0,i.t,[e.P,e.M,i.s],{ngSwitchCase:[0,"ngSwitchCase"]},null),(l()(),e.hb(16777216,null,null,1,null,Gn)),e.pb(37,278528,null,0,i.t,[e.P,e.M,i.s],{ngSwitchCase:[0,"ngSwitchCase"]},null),(l()(),e.hb(16777216,null,null,1,null,Yn)),e.pb(39,16384,null,0,i.u,[e.P,e.M,i.s],null,null),(l()(),e.hb(0,[["radio24",2]],null,0,null,tu)),(l()(),e.hb(0,[["radio5",2]],null,0,null,du)),(l()(),e.hb(0,[["dualNotSharedSettings",2]],null,0,null,vu)),(l()(),e.hb(16777216,null,null,1,null,Cu)),e.pb(44,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Au)),e.pb(46,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,11,0,""),l(n,16,0,u.dualRadio),l(n,18,0,u.radio0Available),l(n,20,0,u.radio1Available),l(n,22,0,""),l(n,23,0,"off"),l(n,25,0,"radioModeOff",u.radioMode),l(n,30,0,u.radioMode),l(n,32,0,"2,4+5 GHz"),l(n,35,0,"2,4Ghz"),l(n,37,0,"5Ghz"),l(n,44,0,e.Ab(n,6).dirty||u.showSave),l(n,46,0,e.Ab(n,6).dirty||u.showCancel)},function(l,n){l(n,4,0,e.Ab(n,8).ngClassUntouched,e.Ab(n,8).ngClassTouched,e.Ab(n,8).ngClassPristine,e.Ab(n,8).ngClassDirty,e.Ab(n,8).ngClassValid,e.Ab(n,8).ngClassInvalid,e.Ab(n,8).ngClassPending),l(n,21,0,e.Ab(n,23).isActive,e.Ab(n,23).isActive,e.Ab(n,27).ngClassUntouched,e.Ab(n,27).ngClassTouched,e.Ab(n,27).ngClassPristine,e.Ab(n,27).ngClassDirty,e.Ab(n,27).ngClassValid,e.Ab(n,27).ngClassInvalid,e.Ab(n,27).ngClassPending)})}function yu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"app-vaps-radio-retail",[],null,null,null,ku,$n)),e.Fb(512,null,Fn.a,Fn.a,[I.a,x.a]),e.Fb(512,null,Nl.a,Nl.a,[I.a,x.a]),e.pb(3,4440064,null,0,Sn.a,[Ol.a,Hl.a,M.a,Fn.a,Wl.a,Vn.a,Nl.a,E.a],null,null)],function(l,n){l(n,3,0)},null)}var qu=e.mb("app-vaps-radio-retail",Sn.a,yu,{},{},[]),Iu=u("1dzw"),xu=u("5xw/"),wu=e.ob({encapsulation:0,styles:[[".input-group[_ngcontent-%COMP%]{width:100%}.tiny-padding-top[_ngcontent-%COMP%]{padding-top:7px}"]],data:{}});function Pu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function Mu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function Eu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function ju(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function Tu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function Fu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"tr",[["class","noHighlight"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,3,"td",[["class","text-center empty-vaps-list"],["colspan","5"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"span",[["class","hint"],["translate",""]],null,null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Please click the + button to add a SSID."]))],function(l,n){l(n,3,0,"")},null)}function Su(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"span",[["class","hint-text"]],null,null,null,null,null)),(l()(),e.Ib(1,null,[" "," "])),e.Db(2,{num1:0,radio1:1,num2:2,radio2:3}),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){var u=n.component,t=e.Jb(n,1,0,e.Ab(n,3).transform("Allowed number of SSIDs: {num1} for {radio1} radio and {num2} for {radio2} radio.",l(n,2,0,u.allowedRadio1VapNumber,u.radio1Band,u.allowedRadio0VapNumber,u.radio0Band)));l(n,1,0,t)})}function Vu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"span",[["class","hint-text"]],null,null,null,null,null)),(l()(),e.Ib(1,null,[" "," "])),e.Db(2,{allowedRadioVapNumber:0,radioBand:1}),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){var u=n.component,t=e.Jb(n,1,0,e.Ab(n,3).transform("Allowed number of SSIDs: {allowedRadioVapNumber} for {radioBand} radio.",l(n,2,0,u.allowedRadio0VapNumber,u.radio0Band)));l(n,1,0,t)})}function $u(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"span",[["class","hint-text"]],null,null,null,null,null)),(l()(),e.Ib(1,null,[" "," "])),e.Db(2,{allowedRadioVapNumber:0,radioBand:1}),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){var u=n.component,t=e.Jb(n,1,0,e.Ab(n,3).transform("Allowed number of SSIDs: {allowedRadioVapNumber} for {radioBand} radio.",l(n,2,0,u.allowedRadio1VapNumber,u.radio1Band)));l(n,1,0,t)})}function Du(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[["class","text-danger"]],null,null,null,null,null)),(l()(),e.Ib(1,null,[" "," "])),e.Db(2,{radioBand:0}),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){var u=n.component,t=e.Jb(n,1,0,e.Ab(n,3).transform("You can no longer create SSIDs for the {radioBand} radio",l(n,2,0,u.radio1Band)));l(n,1,0,t)})}function Bu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[["class","text-danger"]],null,null,null,null,null)),(l()(),e.Ib(1,null,[" "," "])),e.Db(2,{radioBand:0}),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){var u=n.component,t=e.Jb(n,1,0,e.Ab(n,3).transform("You can no longer create SSIDs for the {radioBand} radio",l(n,2,0,u.radio0Band)));l(n,1,0,t)})}function Ku(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,12,"tr",[["class","noHighlight"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,11,"td",[["class","text-center allowed-vaps-number"],["colspan","5"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Su)),e.pb(3,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Vu)),e.pb(5,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,$u)),e.pb(7,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(8,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Du)),e.pb(10,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Bu)),e.pb(12,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,3,0,u.hasRadio0&&u.hasRadio1),l(n,5,0,u.hasRadio0&&!u.hasRadio1),l(n,7,0,!u.hasRadio0&&u.hasRadio1),l(n,10,0,u.hasRadio1&&!u.allowRadio1Vap),l(n,12,0,u.hasRadio0&&!u.allowRadio0Vap)},null)}function _u(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","glyphicon"],["style","font-size: 18px;"]],[[8,"id",0],[1,"data-value",0]],null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"glyphicon-ok-circle":0,"glyphicon-ban-circle":1})],function(l,n){var u=l(n,2,0,!n.parent.context.$implicit.disabled,n.parent.context.$implicit.disabled);l(n,1,0,"glyphicon",u)},function(l,n){l(n,0,0,e.sb(1,"enabled-ssid-icon-",n.parent.context.index,""),!n.parent.context.$implicit.disabled)})}function Ru(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"input",[["appDelosCheckboxValue",""],["falseValue","1"],["id","enable-ssid"],["trueValue","0"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0;return"click"===n&&(t=!1!==e.Ab(l,2).onInput(u)&&t),"valueChange"===n&&(t=!1!==(l.parent.context.$implicit.disabled=u)&&t),"click"===n&&(t=!1!==e.Ab(l.parent.parent,31).form.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(2,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"})],function(l,n){l(n,2,0,"0","1")},function(l,n){l(n,0,0,n.parent.context.$implicit.disabled,0==n.parent.context.$implicit.disabled)})}function Ju(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"span",[],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(1,null,["",""]))],null,function(l,n){l(n,0,0,e.sb(1,"name-ssid-",n.parent.context.index,"")),l(n,1,0,n.parent.context.$implicit.ssid)})}function Ou(l){return e.Kb(0,[(l()(),e.qb(0,16777216,null,null,12,"input",[["class","form-control edit-ssid"],["containerClass","text-danger"],["id","name-ssid"],["minlength","1"],["name","nameSsid"],["required",""],["triggers","none"]],[[1,"required",0],[1,"minlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,1)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,1).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,1)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,1)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.ssid=u)&&t),"keyup"===n&&(t=!1!==a.ssidCheck(l.parent.context.$implicit)&&t),"focus"===n&&(t=!1!==a.ssidCheck(l.parent.context.$implicit)&&t),t},null,null)),e.pb(1,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(2,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(3,540672,null,0,m.g,[],{minlength:[0,"minlength"]},null),e.pb(4,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.q,m.g,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(7,671744,[["nameSsid",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(9,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(10,540672,null,0,Iu.a,[e.k,e.z],{appFocus:[0,"appFocus"]},null),e.pb(11,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(0,null,null,0))],function(l,n){var u=n.component;l(n,2,0,""),l(n,3,0,"1"),l(n,4,0,u.regExSsid),l(n,7,0,"nameSsid",n.parent.context.$implicit.ssid),l(n,10,0,u.editRowName===n.parent.context.$implicit[".name"]),l(n,11,0,e.sb(1,"",e.Jb(n,11,0,e.Ab(n,12).transform(u.ssid_error)),""),"none","text-danger",e.sb(1,"",u.editRowName===n.parent.context.$implicit[".name"]&&u.ssid_error||"",""))},function(l,n){l(n,0,0,e.Ab(n,2).required?"":null,e.Ab(n,3).minlength?e.Ab(n,3).minlength:null,e.Ab(n,4).pattern?e.Ab(n,4).pattern:null,e.Ab(n,9).ngClassUntouched,e.Ab(n,9).ngClassTouched,e.Ab(n,9).ngClassPristine,e.Ab(n,9).ngClassDirty,e.Ab(n,9).ngClassValid,e.Ab(n,9).ngClassInvalid,e.Ab(n,9).ngClassPending)})}function Nu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"span",[],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(1,null,["",""]))],null,function(l,n){var u=n.component;l(n,0,0,e.sb(1,"radio-ssid-",n.parent.context.index,"")),l(n,1,0,u.deviceOptions[n.parent.context.$implicit.device])})}function Uu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","radio1"]],[[8,"disabled",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,"radio1"),l(n,2,0,"radio1")},function(l,n){var u=n.component;l(n,0,0,u.disableRadioOption("radio1",n.parent.parent.context.$implicit)),l(n,3,0,u.radio1Band)})}function Wu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","radio0"]],[[8,"disabled",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,"radio0"),l(n,2,0,"radio0")},function(l,n){var u=n.component;l(n,0,0,u.disableRadioOption("radio0",n.parent.parent.context.$implicit)),l(n,3,0,u.radio0Band)})}function Hu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","radio1+radio0"]],[[8,"disabled",0]],null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["2.4 GHz + 5 GHz"]))],function(l,n){l(n,1,0,""),l(n,2,0,"radio1+radio0"),l(n,3,0,"radio1+radio0")},function(l,n){l(n,0,0,n.component.disableRadioOption("radio1+radio0",n.parent.parent.context.$implicit))})}function zu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,11,"select",[["class","form-control edit-radio"],["id","radio-ssid"],["name","radioSsid"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,1).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,1).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.device=u)&&t),"change"===n&&(t=!1!==a.maxassocCheck(l.parent.context.$implicit)&&t),t},null,null)),e.pb(1,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(3,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],isDisabled:[1,"isDisabled"],model:[2,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(5,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,Uu)),e.pb(7,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Wu)),e.pb(9,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Hu)),e.pb(11,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,3,0,"radioSsid",!u.hasRadio1||!u.hasRadio0,n.parent.context.$implicit.device),l(n,7,0,u.hasRadio1),l(n,9,0,u.hasRadio0),l(n,11,0,u.hasRadio1&&u.hasRadio0)},function(l,n){l(n,0,0,e.Ab(n,5).ngClassUntouched,e.Ab(n,5).ngClassTouched,e.Ab(n,5).ngClassPristine,e.Ab(n,5).ngClassDirty,e.Ab(n,5).ngClassValid,e.Ab(n,5).ngClassInvalid,e.Ab(n,5).ngClassPending)})}function Lu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"span",[],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(1,null,["",""]))],null,function(l,n){var u=n.component;l(n,0,0,e.sb(1,"encryption-ssid-",n.parent.context.index,"")),l(n,1,0,u.encryptionOptions[n.parent.context.$implicit.encryption])})}function Gu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,e.sb(1,"",n.context.$implicit,"")),l(n,2,0,e.sb(1,"",n.context.$implicit,""))},function(l,n){var u=n.component;l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(u.encryptionOptions[n.context.$implicit])))})}function Yu(l){return e.Kb(0,[(l()(),e.qb(0,16777216,null,null,11,"select",[["class","form-control edit-encryption"],["containerClass","text-danger"],["id","encryption-ssid"],["name","encryptionSsid"],["triggers","none"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,3).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,3).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.encryption=u)&&t),"change"===n&&(t=!1!==a.onEncryptionChange(l.parent.context.$implicit)&&t),t},null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{error:0}),e.pb(3,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(5,671744,[["encryption",4]],0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(7,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(8,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(16777216,null,null,1,null,Gu)),e.pb(11,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(0,null,null,0))],function(l,n){var u=n.component,t=l(n,2,0,!u.hasRadiusAuth&&"wpa2"===n.parent.context.$implicit.encryption);l(n,1,0,"form-control edit-encryption",t),l(n,5,0,"encryptionSsid",n.parent.context.$implicit.encryption),l(n,8,0,e.sb(1,"",e.Jb(n,8,0,e.Ab(n,9).transform("No RADIUS server configured")),""),"none","text-danger",e.sb(1,"",!u.hasRadiusAuth&&"wpa2"===n.parent.context.$implicit.encryption&&u.editRowName===n.parent.context.$implicit[".name"]||"","")),l(n,11,0,u.objectKeys(u.encryptionOptions))},function(l,n){l(n,0,0,e.Ab(n,7).ngClassUntouched,e.Ab(n,7).ngClassTouched,e.Ab(n,7).ngClassPristine,e.Ab(n,7).ngClassDirty,e.Ab(n,7).ngClassValid,e.Ab(n,7).ngClassInvalid,e.Ab(n,7).ngClassPending)})}function Qu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"div",[["class","text-center"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,0,"span",[["class","glyphicon glyphicon-ban-circle"],["style","font-size: 18px;"]],[[8,"id",0]],null,null,null,null))],null,function(l,n){l(n,1,0,e.sb(1,"vlan-ssid-icon-",n.parent.parent.context.index,""))})}function Zu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,[" No VLAN "]))],function(l,n){l(n,1,0,"")},null)}function Xu(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["(dynamic)"]))],function(l,n){l(n,1,0,"")},null)}function le(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,8,"div",[],[[8,"id",0]],null,null,null,null)),(l()(),e.qb(1,0,null,null,1,"span",[],[[8,"hidden",0]],null,null,null,null)),(l()(),e.Ib(2,null,[" "," (",") "])),(l()(),e.hb(16777216,null,null,1,null,Qu)),e.pb(4,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Zu)),e.pb(6,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Xu)),e.pb(8,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,4,0,!u.vlans.length&&!n.parent.context.$implicit.dynamicVLAN),l(n,6,0,!u.vlans.length&&n.parent.context.$implicit.dynamicVLAN||"lan"===n.parent.context.$implicit.network&&n.parent.context.$implicit.dynamicVLAN||"lan"===n.parent.context.$implicit.network&&u.vlans.length),l(n,8,0,n.parent.context.$implicit.dynamicVLAN)},function(l,n){var u=n.component;l(n,0,0,e.sb(1,"vlan-ssid-",n.parent.context.index,"")),l(n,1,0,"lan"===n.parent.context.$implicit.network||!u.vlans.length),l(n,2,0,u.vlansByID[n.parent.context.$implicit.network].name,u.vlansByID[n.parent.context.$implicit.network].id)})}function ne(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","lan"]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["No VLAN"]))],function(l,n){l(n,1,0,""),l(n,2,0,"lan"),l(n,3,0,"lan")},null)}function ue(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,[""," (",")"]))],function(l,n){l(n,1,0,e.sb(1,"",n.context.$implicit[".name"],"")),l(n,2,0,e.sb(1,"",n.context.$implicit[".name"],""))},function(l,n){l(n,3,0,n.context.$implicit.name,n.context.$implicit.id)})}function ee(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,9,"select",[["class","form-control"],["id","vlan-ssid"],["name","vlanSsid"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0;return"change"===n&&(t=!1!==e.Ab(l,1).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,1).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.network=u)&&t),t},null,null)),e.pb(1,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(3,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(5,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,ne)),e.pb(7,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ue)),e.pb(9,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var u=n.component;l(n,3,0,"vlanSsid",n.parent.context.$implicit.network),l(n,7,0,!u.vlans.length||n.parent.context.$implicit.dynamicVLAN),l(n,9,0,u.vlans)},function(l,n){l(n,0,0,e.Ab(n,5).ngClassUntouched,e.Ab(n,5).ngClassTouched,e.Ab(n,5).ngClassPristine,e.Ab(n,5).ngClassDirty,e.Ab(n,5).ngClassValid,e.Ab(n,5).ngClassInvalid,e.Ab(n,5).ngClassPending)})}function te(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,0,"div",[["class","col-md-2 col-sm-3"]],null,null,null,null,null))],null,null)}function ae(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","hint-text text-right"]],null,null,null,null,null)),(l()(),e.Ib(1,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform("A passphrase (8-63 characters) or a pre-shared key (64 characters) is required")))})}function ie(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,11,"div",[["class","form-group check-group clearfix"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,10,"label",[["class","check-label"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,6,"input",[["id","dynamic-vlan-ssid"],["name","dynamicVlanSsid"],["translate",""],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"change"],[null,"ngModelChange"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,4).onChange(u.target.checked)&&t),"blur"===n&&(t=!1!==e.Ab(l,4).onTouched()&&t),"change"===n&&(t=!1!==a.onDynamicVLANToggle(l.parent.parent.context.$implicit)&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.dynamicVLAN=u)&&t),t},null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(4,16384,null,0,m.b,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.b]),e.pb(6,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(8,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(9,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(10,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Dynamic VLAN"]))],function(l,n){l(n,3,0,""),l(n,6,0,"dynamicVlanSsid",n.parent.parent.context.$implicit.dynamicVLAN),l(n,10,0,"")},function(l,n){l(n,2,0,e.Ab(n,8).ngClassUntouched,e.Ab(n,8).ngClassTouched,e.Ab(n,8).ngClassPristine,e.Ab(n,8).ngClassDirty,e.Ab(n,8).ngClassValid,e.Ab(n,8).ngClassInvalid,e.Ab(n,8).ngClassPending)})}function re(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,12,"div",[["class","form-group check-group clearfix"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,11,"label",[["class","check-label"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,7,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","fast-tr-ssid"],["name","fastSrSsid"],["translate",""],["trueValue","1"],["type","checkbox"]],[[8,"checked",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0;return"change"===n&&(t=!1!==e.Ab(l,4).onChange(u.target.checked)&&t),"blur"===n&&(t=!1!==e.Ab(l,4).onTouched()&&t),"click"===n&&(t=!1!==e.Ab(l,9).onInput(u)&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.ieee80211r=u)&&t),"click"===n&&(t=!1!==e.Ab(l.parent.parent.parent,31).form.markAsDirty()&&t),t},null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(4,16384,null,0,m.b,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.b]),e.pb(6,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(8,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(9,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},null),(l()(),e.qb(10,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(11,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Fast transition (802.11r)"]))],function(l,n){l(n,3,0,""),l(n,6,0,"fastSrSsid",n.parent.parent.context.$implicit.ieee80211r),l(n,9,0,"1","0"),l(n,11,0,"")},function(l,n){l(n,2,0,1==n.parent.parent.context.$implicit.ieee80211r,e.Ab(n,8).ngClassUntouched,e.Ab(n,8).ngClassTouched,e.Ab(n,8).ngClassPristine,e.Ab(n,8).ngClassDirty,e.Ab(n,8).ngClassValid,e.Ab(n,8).ngClassInvalid,e.Ab(n,8).ngClassPending)})}function oe(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,82,"tr",[["class","vap-additional-settings"],["role","row"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,81,"td",[["colspan","5"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,80,"div",[["class","vap-additional-settings-wrapper clearfix"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,79,"div",[["class","form-group col-md-7 clearfix"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,te)),e.pb(5,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(6,0,null,null,2,"label",[["class","control-label col-md-2 col-sm-3 text-right key-label"],["translate",""]],[[8,"hidden",0]],null,null,null,null)),e.pb(7,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Key:"])),(l()(),e.qb(9,0,null,null,24,"div",[["class","col-md-10 col-sm-9"]],null,null,null,null,null)),(l()(),e.qb(10,0,null,null,23,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],[[8,"hidden",0]],null,null,null,null)),(l()(),e.qb(11,0,null,null,20,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,0,"input",[["style","display:none;"],["type","password"]],null,null,null,null,null)),(l()(),e.qb(13,16777216,null,null,11,"input",[["aria-describedby","basic-addon1"],["autocomplete","new-password"],["class","form-control"],["containerClass","text-danger"],["id","key-ssid"],["maxlength","64"],["name","keySsid"],["triggers","none"]],[[8,"type",0],[1,"required",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,14)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,14).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,14)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,14)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.key=u)&&t),"keyup"===n&&(t=!1!==a.keySsidCheck(l.parent.context.$implicit)&&t),"focus"===n&&(t=!1!==a.keySsidCheck(l.parent.context.$implicit)&&t),t},null,null)),e.pb(14,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(15,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(16,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(17,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.q,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(20,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(22,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(23,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(25,0,null,null,6,"span",[["class","input-group-btn"]],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,5,"button",[["class","btn btn-default"],["id","toggle-visibility"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.toggleKeyVisibility(l.parent.context.$implicit)&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(29,0,null,null,2,"span",[["class","glyphicon "]],null,null,null,null,null)),e.pb(30,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(31,{"glyphicon-eye-close":0,"glyphicon-eye-open":1}),(l()(),e.hb(16777216,null,null,1,null,ae)),e.pb(33,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(34,0,null,null,2,"label",[["class","control-label col-md-2 col-sm-3 text-right key-label"],["translate",""]],null,null,null,null,null)),e.pb(35,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Max. clients:"])),(l()(),e.qb(37,0,null,null,45,"div",[["class","col-md-10 col-sm-9 tiny-padding-top"]],null,null,null,null,null)),(l()(),e.qb(38,0,null,null,13,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],[[8,"hidden",0]],null,null,null,null)),(l()(),e.qb(39,0,null,null,12,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(40,0,null,null,0,"input",[["style","display:none;"],["type","password"]],null,null,null,null,null)),(l()(),e.qb(41,16777216,null,null,10,"input",[["class","form-control"],["id","max-assoc-ssid"],["name","maxSssocSsid"],["triggers","none"],["type","number"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"blur"],[null,"focus"],[null,"input"],[null,"compositionstart"],[null,"compositionend"],[null,"change"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,44)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,44).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,44)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,44)._compositionEnd(u.target.value)&&t),"change"===n&&(t=!1!==e.Ab(l,45).onChange(u.target.value)&&t),"input"===n&&(t=!1!==e.Ab(l,45).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,45).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.maxassoc=u)&&t),"keyup"===n&&(t=!1!==a.maxassocCheck(l.parent.context.$implicit)&&t),"blur"===n&&(t=!1!==a.clearWarnings(l.parent.context.$implicit)&&t),"focus"===n&&(t=!1!==a.showWarnings(l.parent.context.$implicit)&&t),t},null,null)),e.pb(42,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(43,{"ng-invalid":0}),e.pb(44,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(45,16384,null,0,m.u,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l,n){return[l,n]},[m.d,m.u]),e.pb(47,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(49,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(50,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],placement:[1,"placement"],triggers:[2,"triggers"],containerClass:[3,"containerClass"],isOpen:[4,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(16777216,null,null,1,null,ie)),e.pb(53,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(54,0,null,null,8,"div",[["class","form-group check-group clearfix"]],null,null,null,null,null)),(l()(),e.qb(55,0,null,null,7,"label",[["class","check-label"]],null,null,null,null,null)),(l()(),e.qb(56,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","1"],["id","br-ssid"],["name","brSsid"],["translate",""],["trueValue","0"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0;return"click"===n&&(t=!1!==e.Ab(l,59).onInput(u)&&t),"valueChange"===n&&(t=!1!==(l.parent.context.$implicit.hidden=u)&&t),"click"===n&&(t=!1!==e.Ab(l.parent.parent,31).form.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(58,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(59,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(60,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(61,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSID broadcast"])),(l()(),e.qb(63,0,null,null,8,"div",[["class","form-group check-group clearfix"]],null,null,null,null,null)),(l()(),e.qb(64,0,null,null,7,"label",[["class","check-label"]],null,null,null,null,null)),(l()(),e.qb(65,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","peer-ssid"],["name","peerSsid"],["translate",""],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0;return"click"===n&&(t=!1!==e.Ab(l,68).onInput(u)&&t),"valueChange"===n&&(t=!1!==(l.parent.context.$implicit.isolate=u)&&t),"click"===n&&(t=!1!==e.Ab(l.parent.parent,31).form.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(67,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(68,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(69,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(70,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Peer isolation"])),(l()(),e.qb(72,0,null,null,8,"div",[["class","form-group check-group clearfix"]],null,null,null,null,null)),(l()(),e.qb(73,0,null,null,7,"label",[["class","check-label"]],null,null,null,null,null)),(l()(),e.qb(74,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","powersave-ssid"],["name","powersaveSsid"],["translate",""],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0;return"click"===n&&(t=!1!==e.Ab(l,77).onInput(u)&&t),"valueChange"===n&&(t=!1!==(l.parent.context.$implicit.uapsd=u)&&t),"click"===n&&(t=!1!==e.Ab(l.parent.parent,31).form.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(76,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(77,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(78,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(79,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WMM Power-Save (U-APSD)"])),(l()(),e.hb(16777216,null,null,1,null,re)),e.pb(82,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,5,0,u.hideKey(n.parent.context.$implicit)),l(n,7,0,""),l(n,15,0,u.required(n.parent.context.$implicit)),l(n,16,0,"64"),l(n,17,0,u.regExPass),l(n,20,0,"keySsid",n.parent.context.$implicit.key),l(n,23,0,e.sb(1,"",e.Jb(n,23,0,e.Ab(n,24).transform(u.key_ssid_error)),""),"none","text-danger",e.sb(1,"",u.editRowName===n.parent.context.$implicit[".name"]&&u.key_ssid_error||"",""));var t=l(n,31,0,"text"==u.keyInputType,"password"==u.keyInputType);l(n,30,0,"glyphicon ",t),l(n,33,0,u.required(n.parent.context.$implicit)),l(n,35,0,"");var a=l(n,43,0,u.maxassocError);l(n,42,0,"form-control",a),l(n,47,0,"maxSssocSsid",n.parent.context.$implicit.maxassoc),l(n,50,0,e.sb(1,"",e.Jb(n,50,0,e.Ab(n,51).transform(u.maxassocMsg)),""),e.sb(1,"",u.maxassocPlacement,""),"none",e.sb(1,"",u.maxassocClass," bigger"),e.sb(1,"",(u.maxassocError||u.maxassocWarning)&&u.editRowName===n.parent.context.$implicit[".name"]||"","")),l(n,53,0,"wpa2"===n.parent.context.$implicit.encryption),l(n,58,0,""),l(n,59,0,"0","1"),l(n,61,0,""),l(n,67,0,""),l(n,68,0,"1","0"),l(n,70,0,""),l(n,76,0,""),l(n,77,0,"1","0"),l(n,79,0,""),l(n,82,0,1==n.parent.context.$implicit.show11r)},function(l,n){var u=n.component;l(n,6,0,u.hideKey(n.parent.context.$implicit)),l(n,10,0,u.hideKey(n.parent.context.$implicit)),l(n,13,1,[e.sb(1,"",u.keyInputType,""),e.Ab(n,15).required?"":null,e.Ab(n,16).maxlength?e.Ab(n,16).maxlength:null,e.Ab(n,17).pattern?e.Ab(n,17).pattern:null,e.Ab(n,22).ngClassUntouched,e.Ab(n,22).ngClassTouched,e.Ab(n,22).ngClassPristine,e.Ab(n,22).ngClassDirty,e.Ab(n,22).ngClassValid,e.Ab(n,22).ngClassInvalid,e.Ab(n,22).ngClassPending]),l(n,26,0,e.Jb(n,26,0,"text"==u.keyInputType?e.Ab(n,27).transform("Hide password"):e.Ab(n,28).transform("Show password"))),l(n,38,0,u.hideKey(n.parent.context.$implicit)),l(n,41,0,e.Ab(n,49).ngClassUntouched,e.Ab(n,49).ngClassTouched,e.Ab(n,49).ngClassPristine,e.Ab(n,49).ngClassDirty,e.Ab(n,49).ngClassValid,e.Ab(n,49).ngClassInvalid,e.Ab(n,49).ngClassPending),l(n,56,0,n.parent.context.$implicit.hidden,0==n.parent.context.$implicit.hidden),l(n,65,0,n.parent.context.$implicit.isolate,1==n.parent.context.$implicit.isolate),l(n,74,0,n.parent.context.$implicit.uapsd,1==n.parent.context.$implicit.uapsd)})}function se(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"button",[["class","btn btn-default remove-icon-button"],["id","remove-ssid"],["type","button"]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.remove(l.parent.parent.context.$implicit)&&e),e},null,null)),(l()(),e.qb(1,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-trash"]],null,null,null,null,null))],null,null)}function be(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.save(l.parent.parent.context.$implicit)&&e),e},Kl.b,Kl.a)),e.pb(2,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"}),(l()(),e.qb(3,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(4,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){var u=n.component;l(n,2,0,!e.Ab(n.parent.parent.parent,31).dirty||e.Ab(n.parent.parent.parent,31).invalid||!u.hasRadiusAuth&&"wpa2"==n.parent.parent.context.$implicit.encryption,"save"),l(n,4,0,"cancel")},null)}function ce(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"tr",[["class","vap-additional-settings"],["role","row"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,5,"td",[["colspan","5"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,4,"div",[["class","form-group col-xs-12 text-right"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,se)),e.pb(4,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,be)),e.pb(6,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,4,0,u.editRowName===n.parent.context.$implicit[".name"]&&!n.parent.context.$implicit.new),l(n,6,0,!u.isRetail)},null)}function de(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,46,"tbody",[["class","vap-rows-wrapper"]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.currentVap(l.context.$implicit)&&e),e},null,null)),(l()(),e.qb(1,0,null,null,41,"tr",[["class","doedit"],["role","row"]],[[8,"id",0],[1,"data-pkey",0],[8,"title",0],[2,"odd",null],[2,"even",null]],[[null,"click"]],function(l,n,u){var e=!0,t=l.component;return"click"===n&&(e=!1!==(t.editMode?"":t.editRow(l.context.$implicit))&&e),e},null,null)),e.pb(2,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(3,{disabled:0,editedRow:1,noEditRow:2}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(5,0,null,null,6,"td",[["class","clearfix text-center"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(7,0,null,null,4,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,_u)),e.pb(9,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ru)),e.pb(11,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(12,0,null,null,6,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(14,0,null,null,4,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Ju)),e.pb(16,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ou)),e.pb(18,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(19,0,null,null,6,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(21,0,null,null,4,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Nu)),e.pb(23,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,zu)),e.pb(25,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(26,0,null,null,9,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(28,0,null,null,7,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Lu)),e.pb(30,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(31,16777216,null,null,4,"span",[["containerClass","no-hover"],["triggers","none"]],null,null,null,null,null)),e.pb(32,212992,null,0,o.a,[e.P,e.E,e.k,s.a,b.a],{tooltip:[0,"tooltip"],triggers:[1,"triggers"],isOpen:[2,"isOpen"],containerClass:[3,"containerClass"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(16777216,null,null,1,null,Yu)),e.pb(35,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(36,0,null,null,6,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(38,0,null,null,4,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,le)),e.pb(40,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ee)),e.pb(42,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,oe)),e.pb(44,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ce)),e.pb(46,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component,t=l(n,3,0,n.context.$implicit.disabled||u.editRowName&&u.editRowName!==n.context.$implicit[".name"],u.editRowName===n.context.$implicit[".name"],u.deleteInProgress||u.editRowName&&u.editRowName!==n.context.$implicit[".name"]);l(n,2,0,"doedit",t),l(n,9,0,u.editRowName!==n.context.$implicit[".name"]),l(n,11,0,u.editRowName===n.context.$implicit[".name"]),l(n,16,0,u.editRowName!==n.context.$implicit[".name"]),l(n,18,0,u.editRowName===n.context.$implicit[".name"]),l(n,23,0,u.editRowName!==n.context.$implicit[".name"]),l(n,25,0,u.editRowName===n.context.$implicit[".name"]),l(n,30,0,u.editRowName!==n.context.$implicit[".name"]),l(n,32,0,e.sb(1,"",e.Jb(n,32,0,e.Ab(n,33).transform("No encryption (not recommended)")),""),"none",e.sb(1,"","none"===n.context.$implicit.encryption&&u.editRowName===n.context.$implicit[".name"]||"",""),"no-hover"),l(n,35,0,u.editRowName===n.context.$implicit[".name"]),l(n,40,0,u.editRowName!==n.context.$implicit[".name"]),l(n,42,0,u.editRowName===n.context.$implicit[".name"]),l(n,44,0,u.editMode&&u.editRowName===n.context.$implicit[".name"]),l(n,46,0,u.editRowName===n.context.$implicit[".name"])},function(l,n){l(n,1,0,e.sb(1,"ssid-",n.context.index,""),n.context.$implicit[".name"],e.sb(1,"",e.Jb(n,1,2,e.Ab(n,4).transform("Click to edit")),""),n.context.odd,n.context.even),l(n,5,0,e.Jb(n,5,0,e.Ab(n,6).transform("Enable"))),l(n,12,0,e.Jb(n,12,0,e.Ab(n,13).transform("SSID"))),l(n,19,0,e.Jb(n,19,0,e.Ab(n,20).transform("Radio"))),l(n,26,0,e.Jb(n,26,0,e.Ab(n,27).transform("Security"))),l(n,36,0,e.Jb(n,36,0,e.Ab(n,37).transform("Default VLAN")))})}function pe(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,9,"div",[["style","margin: 40px 0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,8,"div",[["class","progress"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,7,"div",[["attr.aria-valuemax","120"],["attr.aria-valuemin","0"],["attr.aria-valuenow","elapsed || 0"],["class","progress-bar"],["role","progressbar"]],null,null,null,null,null)),e.pb(3,278528,null,0,i.r,[e.t,e.k,e.E],{ngStyle:[0,"ngStyle"]},null),e.Db(4,{width:0}),(l()(),e.Ib(5,null,[" "," "])),e.Eb(6,2),(l()(),e.qb(7,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(8,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["s"]))],function(l,n){var u=n.component,e=l(n,4,0,(u.elapsed/u.wpsCloneDuration*100||0)+"%");l(n,3,0,e),l(n,8,0,"")},function(l,n){var u=n.component,t=e.Jb(n,5,0,l(n,6,0,e.Ab(n.parent,1),u.elapsed||0,"1.0-0"));l(n,5,0,t)})}function ge(l){return e.Kb(0,[e.Cb(0,v.a,[]),e.Cb(0,i.f,[e.u]),e.Gb(402653184,1,{filterTable:0}),e.Gb(402653184,2,{delos:0}),(l()(),e.qb(4,0,null,null,75,"div",[["class","vendor-tables"],["id","wifi-vaps"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,23,"app-search-box",[],null,null,null,h.b,h.a)),e.pb(6,114688,null,0,f.a,[],null,null),(l()(),e.qb(7,0,null,0,7,"input",[["class","col-md-8"],["id","search-vaps"],["type","text"]],[[8,"placeholder",0],[8,"readOnly",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,8)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,8).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,8)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,8)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.searchVAPs=u)&&t),t},null,null)),e.pb(8,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(10,671744,null,0,m.n,[[8,null],[8,null],[8,null],[6,m.i]],{model:[0,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(12,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(13,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,1,5,"div",[],null,null,null,null,null)),(l()(),e.Ib(16,null,[" "," "])),e.Bb(17,3),e.Cb(0,c.a,[]),e.Db(19,{num:0,all:1}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(21,0,null,2,7,"div",[["class","buttons"]],null,null,null,null,null)),(l()(),e.qb(22,0,null,null,3,"button",[["class","btn btn-default small"],["id","clone-ssid"],["translate",""]],[[8,"title",0],[8,"disabled",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.wps_clone()&&e),e},null,null)),e.pb(23,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.Ib(-1,null,["Clone SSID"])),(l()(),e.qb(26,0,null,null,2,"button",[["class","btn btn-default small"],["id","add-ssid"]],[[8,"title",0],[8,"disabled",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.add()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(28,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-plus"]],null,null,null,null,null)),(l()(),e.qb(29,0,null,null,48,"form",[["class","form"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0;return"submit"===n&&(t=!1!==e.Ab(l,31).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,31).onReset()&&t),t},null,null)),e.pb(30,16384,null,0,m.w,[],null,null),e.pb(31,4210688,[[2,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(33,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(34,0,null,null,43,"div",[["class","table-responsive"]],null,null,null,null,null)),(l()(),e.qb(35,0,null,null,42,"table",[["class","dataTable dataTableHighlight vendorTable-responsive vaptable"],["id","foundVAPs"]],null,null,null,null,null)),(l()(),e.qb(36,0,null,null,31,"thead",[],null,null,null,null,null)),(l()(),e.qb(37,0,null,null,30,"tr",[],null,null,null,null,null)),(l()(),e.qb(38,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(39,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("disabled")&&e),e},null,null)),e.pb(40,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.hb(16777216,null,null,1,null,Pu)),e.pb(43,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(44,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(45,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("ssid")&&e),e},null,null)),e.pb(46,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSID"])),(l()(),e.hb(16777216,null,null,1,null,Mu)),e.pb(49,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(50,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(51,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("device")&&e),e},null,null)),e.pb(52,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Radio"])),(l()(),e.hb(16777216,null,null,1,null,Eu)),e.pb(55,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(56,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(57,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("encryption")&&e),e},null,null)),e.pb(58,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Security"])),(l()(),e.hb(16777216,null,null,1,null,ju)),e.pb(61,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(62,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(63,0,null,null,2,"a",[["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("vlanid")&&e),e},null,null)),e.pb(64,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Default VLAN"])),(l()(),e.hb(16777216,null,null,1,null,Tu)),e.pb(67,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(68,0,null,null,4,"tbody",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Fu)),e.pb(70,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ku)),e.pb(72,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,4,null,de)),e.pb(74,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"],ngForTrackBy:[1,"ngForTrackBy"]},null),e.Eb(75,3),e.Bb(76,3),e.Cb(0,c.a,[]),(l()(),e.hb(16777216,null,null,1,null,pe)),e.pb(79,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,6,0),l(n,10,0,u.searchVAPs),l(n,13,0),l(n,23,0,""),l(n,40,0,""),l(n,43,0,"disabled"===u.orderby),l(n,46,0,""),l(n,49,0,"ssid"===u.orderby),l(n,52,0,""),l(n,55,0,"device"===u.orderby),l(n,58,0,""),l(n,61,0,"encryption"===u.orderby),l(n,64,0,""),l(n,67,0,"vlanid"===u.orderby),l(n,70,0,!u.vaps.length),l(n,72,0,u.vaps.length);var t=e.Jb(n,74,0,e.Ab(n,77).transform(e.Jb(n,74,0,l(n,75,0,e.Ab(n,0),u.vaps,u.orderby,u.reverse)),u.searchVAPs,l(n,76,0,"ssid","deviceName","encryptionName")));l(n,74,0,t,u.trackByIndex),l(n,79,0,"running"===u.wpsCloneState||"pending"===u.wpsCloneState)},function(l,n){var u=n.component;l(n,7,0,e.sb(1,"",e.Jb(n,7,0,e.Ab(n,14).transform("Search ...")),""),void 0!==u.editRowName,e.Ab(n,12).ngClassUntouched,e.Ab(n,12).ngClassTouched,e.Ab(n,12).ngClassPristine,e.Ab(n,12).ngClassDirty,e.Ab(n,12).ngClassValid,e.Ab(n,12).ngClassInvalid,e.Ab(n,12).ngClassPending);var t=e.Jb(n,16,0,e.Ab(n,20).transform("display {num} of {all}",l(n,19,0,e.Jb(n,16,0,e.Ab(n,18).transform(u.vaps,u.searchVAPs,l(n,17,0,"ssid","deviceName","encryptionName"))).length,u.vaps.length)));l(n,16,0,t),l(n,22,0,e.sb(1,"",e.Jb(n,22,0,e.Ab(n,24).transform(u.cloneSsidButtonTitle)),""),void 0!==u.editRowName||0==u.allowNewVaps||u.radiosDisabled),l(n,26,0,e.sb(1,"",e.Jb(n,26,0,e.Ab(n,27).transform("Add new SSID")),""),void 0!==u.editRowName||0==u.allowNewVaps||"stopped"!=u.wpsCloneState),l(n,29,0,e.Ab(n,33).ngClassUntouched,e.Ab(n,33).ngClassTouched,e.Ab(n,33).ngClassPristine,e.Ab(n,33).ngClassDirty,e.Ab(n,33).ngClassValid,e.Ab(n,33).ngClassInvalid,e.Ab(n,33).ngClassPending)})}function he(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"app-vaps",[],null,null,null,ge,wu)),e.Fb(512,null,Fn.a,Fn.a,[I.a,x.a]),e.pb(2,245760,null,0,xu.a,[Fn.a,Wl.a,Vn.a,Hl.a,E.a],null,null)],function(l,n){l(n,2,0)},null)}var fe=e.mb("app-vaps",xu.a,he,{},{},[]),me=u("FV9V"),ve=u("Y/Uj"),Ce=e.ob({encapsulation:2,styles:[],data:{}});function Ae(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,e.sb(1,"",n.context.$implicit.id,"")),l(n,2,0,e.sb(1,"",n.context.$implicit.id,""))},function(l,n){l(n,3,0,n.context.$implicit.description)})}function ke(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,13,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","device"],["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Radio:"])),(l()(),e.qb(4,0,null,null,9,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,8,"select",[["class","form-control"],["id","device"],["name","device"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,6).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,6).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.bridge.device=u)&&t),"change"===n&&(t=!1!==a.onRadioChange()&&t),t},null,null)),e.pb(6,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(8,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(10,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,2,null,Ae)),e.pb(12,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),e.Eb(13,2)],function(l,n){var u=n.component;l(n,2,0,""),l(n,8,0,"device",u.bridge.device);var t=e.Jb(n,12,0,l(n,13,0,e.Ab(n.parent.parent,0),u.devices,"-frequency"));l(n,12,0,t)},function(l,n){l(n,5,0,e.Ab(n,10).ngClassUntouched,e.Ab(n,10).ngClassTouched,e.Ab(n,10).ngClassPristine,e.Ab(n,10).ngClassDirty,e.Ab(n,10).ngClassValid,e.Ab(n,10).ngClassInvalid,e.Ab(n,10).ngClassPending)})}function ye(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,23,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","key"],["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WPA2 pre-shared key:"])),(l()(),e.qb(4,0,null,null,19,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,18,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(6,16777216,null,null,10,"input",[["autocomplete","off"],["class","form-control"],["containerClass","text-danger"],["id","key"],["name","key"],["triggers","none"],["type","{wpa2KeyInputType}}"]],[[1,"required",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,7)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,7).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,7)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,7)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.bridge.key=u)&&t),t},null,null)),e.pb(7,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(8,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(9,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n){return[l,n]},[m.q,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(12,671744,[["key",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(14,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(15,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(17,0,null,null,6,"span",[["class","input-group-btn"]],null,null,null,null,null)),(l()(),e.qb(18,0,null,null,5,"button",[["class","btn btn-default"],["id","btn-wpa2KeyInputTypeVisibility"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.wpa2KeyInputTypeVisibility()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(21,0,null,null,2,"span",[["class","glyphicon "]],null,null,null,null,null)),e.pb(22,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(23,{"glyphicon-eye-close":0,"glyphicon-eye-open":1})],function(l,n){var u=n.component;l(n,2,0,""),l(n,8,0,u.bridgeEnabled&&"psk2"===u.bridge.encryption),l(n,9,0,u.regExPass),l(n,12,0,"key",u.bridge.key),l(n,15,0,e.sb(1,"",e.Jb(n,15,0,e.Ab(n,16).transform("A pre-shared key is required (8-64 characters)!")),""),"none","text-danger",e.sb(1,"",e.Ab(n,12).invalid&&e.Ab(n,12).dirty&&!(e.Ab(n.parent,22).invalid&&e.Ab(n.parent,22).dirty)||"",""));var t=l(n,23,0,"text"==u.wpa2KeyInputType,"password"==u.wpa2KeyInputType);l(n,22,0,"glyphicon ",t)},function(l,n){var u=n.component;l(n,6,0,e.Ab(n,8).required?"":null,e.Ab(n,9).pattern?e.Ab(n,9).pattern:null,e.Ab(n,14).ngClassUntouched,e.Ab(n,14).ngClassTouched,e.Ab(n,14).ngClassPristine,e.Ab(n,14).ngClassDirty,e.Ab(n,14).ngClassValid,e.Ab(n,14).ngClassInvalid,e.Ab(n,14).ngClassPending),l(n,18,0,e.Jb(n,18,0,"text"==u.wpa2KeyInputType?e.Ab(n,19).transform("Hide password"):e.Ab(n,20).transform("Show password")))})}function qe(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,38,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,14,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","identity"],["translate",""]],null,null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["RADIUS username:"])),(l()(),e.qb(5,0,null,null,10,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(6,16777216,null,null,9,"input",[["class","form-control"],["containerClass","text-danger"],["id","rad-username"],["name","identity"],["triggers","none"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,7)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,7).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,7)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,7)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.bridge.identity=u)&&t),t},null,null)),e.pb(7,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(8,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(11,671744,[["identity",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(13,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(14,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(16,0,null,null,22,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(17,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","password"],["translate",""]],null,null,null,null,null)),e.pb(18,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["RADIUS password:"])),(l()(),e.qb(20,0,null,null,18,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(21,0,null,null,17,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(22,16777216,null,null,9,"input",[["class","form-control"],["containerClass","text-danger"],["id","rad-password"],["name","password"],["triggers","none"]],[[8,"type",0],[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,23)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,23).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,23)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,23)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.bridge.password=u)&&t),t},null,null)),e.pb(23,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(24,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(27,671744,[["password",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(29,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(30,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(32,0,null,null,6,"span",[["class","input-group-btn"]],null,null,null,null,null)),(l()(),e.qb(33,0,null,null,5,"button",[["class","btn btn-default"],["id","btn-radiusPassInputTypeVisibility"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.radiusPassInputTypeVisibility()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(36,0,null,null,2,"span",[["class","glyphicon "]],null,null,null,null,null)),e.pb(37,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(38,{"glyphicon-eye-close":0,"glyphicon-eye-open":1})],function(l,n){var u=n.component;l(n,3,0,""),l(n,8,0,u.bridgeEnabled&&"wpa2"===u.bridge.encryption),l(n,11,0,"identity",u.bridge.identity),l(n,14,0,e.sb(1,"",e.Jb(n,14,0,e.Ab(n,15).transform("A RADIUS username is required!")),""),"none","text-danger",e.sb(1,"",e.Ab(n,11).invalid&&e.Ab(n,11).dirty&&!(e.Ab(n.parent,22).invalid&&e.Ab(n.parent,22).dirty)||"","")),l(n,18,0,""),l(n,24,0,u.bridgeEnabled&&"wpa2"===u.bridge.encryption),l(n,27,0,"password",u.bridge.password),l(n,30,0,e.sb(1,"",e.Jb(n,30,0,e.Ab(n,31).transform("A RADIUS password is required!")),""),"none","text-danger",e.sb(1,"",e.Ab(n,27).invalid&&e.Ab(n,27).dirty&&!e.Ab(n,11).invalid&&!(e.Ab(n.parent,22).invalid&&e.Ab(n.parent,22).dirty)||"",""));var t=l(n,38,0,"text"==u.radiusPassInputType,"password"==u.radiusPassInputType);l(n,37,0,"glyphicon ",t)},function(l,n){var u=n.component;l(n,6,0,e.Ab(n,8).required?"":null,e.Ab(n,13).ngClassUntouched,e.Ab(n,13).ngClassTouched,e.Ab(n,13).ngClassPristine,e.Ab(n,13).ngClassDirty,e.Ab(n,13).ngClassValid,e.Ab(n,13).ngClassInvalid,e.Ab(n,13).ngClassPending),l(n,22,0,e.sb(1,"",u.radiusPassInputType,""),e.Ab(n,24).required?"":null,e.Ab(n,29).ngClassUntouched,e.Ab(n,29).ngClassTouched,e.Ab(n,29).ngClassPristine,e.Ab(n,29).ngClassDirty,e.Ab(n,29).ngClassValid,e.Ab(n,29).ngClassInvalid,e.Ab(n,29).ngClassPending),l(n,33,0,e.Jb(n,33,0,"text"==u.radiusPassInputType?e.Ab(n,34).transform("Hide password"):e.Ab(n,35).transform("Show password")))})}function Ie(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,[""," (",")"]))],function(l,n){l(n,1,0,e.sb(1,"",n.context.$implicit.vlan_id,"")),l(n,2,0,e.sb(1,"",n.context.$implicit.vlan_id,""))},function(l,n){l(n,3,0,n.context.$implicit.name,n.context.$implicit.id)})}function xe(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,13,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","network"],["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["VLAN:"])),(l()(),e.qb(4,0,null,null,9,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,8,"select",[["class","form-control edit-encryption"],["id","network"],["name","network"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,6).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,6).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.bridge.network=u)&&t),t},null,null)),e.pb(6,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(8,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(10,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,2,null,Ie)),e.pb(12,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),e.Eb(13,2)],function(l,n){var u=n.component;l(n,2,0,""),l(n,8,0,"network",u.bridge.network);var t=e.Jb(n,12,0,l(n,13,0,e.Ab(n.parent.parent,0),u.vlans,"name"));l(n,12,0,t)},function(l,n){l(n,5,0,e.Ab(n,10).ngClassUntouched,e.Ab(n,10).ngClassTouched,e.Ab(n,10).ngClassPristine,e.Ab(n,10).ngClassDirty,e.Ab(n,10).ngClassValid,e.Ab(n,10).ngClassInvalid,e.Ab(n,10).ngClassPending)})}function we(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,54,"div",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,ke)),e.pb(2,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(3,0,null,null,7,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(4,0,null,null,2,"label",[["class","col-md-3 control-label"],["translate",""]],null,null,null,null,null)),e.pb(5,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Radio channel:"])),(l()(),e.qb(7,0,null,null,3,"div",[["class","col-md-7"],["style","padding-top: 7px;"]],null,null,null,null,null)),e.pb(8,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(9,{"text-error":0}),(l()(),e.Ib(10,null,[" "," "])),(l()(),e.qb(11,0,null,null,16,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","ssid"],["translate",""]],null,null,null,null,null)),e.pb(13,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSID:"])),(l()(),e.qb(15,0,null,null,12,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(16,16777216,null,null,11,"input",[["class","form-control"],["containerClass","text-danger"],["id","ssid"],["name","ssid"],["required",""],["triggers","none"]],[[8,"placeholder",0],[1,"required",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,17)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,17).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,17)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,17)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.bridge.ssid=u)&&t),t},null,null)),e.pb(17,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(18,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(19,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n){return[l,n]},[m.q,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(22,671744,[["ssid",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(24,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(25,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(28,0,null,null,20,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(29,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","encryption"],["translate",""]],null,null,null,null,null)),e.pb(30,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Security:"])),(l()(),e.qb(32,0,null,null,16,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(33,0,null,null,15,"select",[["class","form-control edit-encryption"],["id","encryption"],["name","encryption"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,34).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,34).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.bridge.encryption=u)&&t),"change"===n&&(t=!1!==a.onEncryptionChange()&&t),t},null,null)),e.pb(34,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(36,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(38,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(39,0,null,null,4,"option",[["translate",""],["value","psk2"]],null,null,null,null,null)),e.pb(40,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(41,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(42,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["WPA2 Personal"])),(l()(),e.qb(44,0,null,null,4,"option",[["translate",""],["value","wpa2"]],null,null,null,null,null)),e.pb(45,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(46,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(47,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["WPA2 Enterprise"])),(l()(),e.hb(16777216,null,null,1,null,ye)),e.pb(50,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,qe)),e.pb(52,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,xe)),e.pb(54,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0,u.devices.length>1),l(n,5,0,"");var t=l(n,9,0,"auto"===u.radioChannel);l(n,8,0,"col-md-7",t),l(n,13,0,""),l(n,18,0,u.bridgeEnabled),l(n,19,0,u.regExSsid),l(n,22,0,"ssid",u.bridge.ssid),l(n,25,0,e.sb(1,"",e.Jb(n,25,0,e.Ab(n,26).transform("Invalid SSID! Please enter between 1 and 32 characters).")),""),"none","text-danger",e.sb(1,"",e.Ab(n,22).invalid&&e.Ab(n,22).dirty||"","")),l(n,30,0,""),l(n,36,0,"encryption",u.bridge.encryption),l(n,40,0,""),l(n,41,0,"psk2"),l(n,42,0,"psk2"),l(n,45,0,""),l(n,46,0,"wpa2"),l(n,47,0,"wpa2"),l(n,50,0,"psk2"===u.bridge.encryption),l(n,52,0,"wpa2"===u.bridge.encryption),l(n,54,0,u.hasVLANs)},function(l,n){l(n,10,0,n.component.radioChanne),l(n,16,0,e.sb(1,"",e.Jb(n,16,0,e.Ab(n,27).transform("SSID")),""),e.Ab(n,18).required?"":null,e.Ab(n,19).pattern?e.Ab(n,19).pattern:null,e.Ab(n,24).ngClassUntouched,e.Ab(n,24).ngClassTouched,e.Ab(n,24).ngClassPristine,e.Ab(n,24).ngClassDirty,e.Ab(n,24).ngClassValid,e.Ab(n,24).ngClassInvalid,e.Ab(n,24).ngClassPending),l(n,33,0,e.Ab(n,38).ngClassUntouched,e.Ab(n,38).ngClassTouched,e.Ab(n,38).ngClassPristine,e.Ab(n,38).ngClassDirty,e.Ab(n,38).ngClassValid,e.Ab(n,38).ngClassInvalid,e.Ab(n,38).ngClassPending)})}function Pe(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.save()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){var u=n.component;l(n,1,0,u.bridgeEnabled&&e.Ab(n.parent,5).invalid||u.channelIsAuto,"save")},null)}function Me(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"cancel")},null)}function Ee(l){return e.Kb(0,[e.Cb(0,v.a,[]),e.Gb(402653184,1,{delos:0}),(l()(),e.qb(2,0,null,null,23,"div",[["class","vendor-dialogs"],["id","wifi-bridge"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,22,"form",[["class","form-horizontal"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0;return"submit"===n&&(t=!1!==e.Ab(l,5).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,5).onReset()&&t),t},null,null)),e.pb(4,16384,null,0,m.w,[],null,null),e.pb(5,4210688,[[1,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(7,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(8,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(9,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Bridge to Remote Access Point (WDS)"])),(l()(),e.qb(11,0,null,null,12,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,0,"input",[["id","password"],["style","display:none;"],["type","password"]],null,null,null,null,null)),(l()(),e.qb(13,0,null,null,10,"label",[],null,null,null,null,null)),(l()(),e.qb(14,0,null,null,6,"input",[["id","enable-bridge"],["name","bridgeEnabled"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,15).onChange(u.target.checked)&&t),"blur"===n&&(t=!1!==e.Ab(l,15).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.bridgeEnabled=u)&&t),"change"===n&&(t=!1!==a.onStateChange()&&t),t},null,null)),e.pb(15,16384,null,0,m.b,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.b]),e.pb(17,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(19,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(20,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),(l()(),e.qb(21,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(22,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.hb(16777216,null,null,1,null,we)),e.pb(25,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Pe)),e.pb(27,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Me)),e.pb(29,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,9,0,""),l(n,17,0,"bridgeEnabled",u.bridgeEnabled),l(n,20,0),l(n,22,0,""),l(n,25,0,u.bridgeEnabled),l(n,27,0,e.Ab(n,5).dirty),l(n,29,0,e.Ab(n,5).dirty)},function(l,n){l(n,3,0,e.Ab(n,7).ngClassUntouched,e.Ab(n,7).ngClassTouched,e.Ab(n,7).ngClassPristine,e.Ab(n,7).ngClassDirty,e.Ab(n,7).ngClassValid,e.Ab(n,7).ngClassInvalid,e.Ab(n,7).ngClassPending),l(n,14,0,e.Ab(n,19).ngClassUntouched,e.Ab(n,19).ngClassTouched,e.Ab(n,19).ngClassPristine,e.Ab(n,19).ngClassDirty,e.Ab(n,19).ngClassValid,e.Ab(n,19).ngClassInvalid,e.Ab(n,19).ngClassPending)})}function je(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"app-bridge",[],null,null,null,Ee,Ce)),e.Fb(512,null,me.a,me.a,[I.a,x.a]),e.pb(2,114688,null,0,ve.a,[me.a,Ol.a,Hl.a,r.j,Vn.a,M.a],null,null)],function(l,n){l(n,2,0)},null)}var Te=e.mb("app-bridge",ve.a,je,{},{},[]),Fe=u("HYbQ"),Se=u("rf+q"),Ve=e.ob({encapsulation:0,styles:[["h3[_ngcontent-%COMP%]{clear:both}h3[_ngcontent-%COMP%]:not(:first-child){padding-top:20px}"]],data:{}});function $e(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.save()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,e.Ab(n.parent,4).invalid,"save")},null)}function De(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"cancel")},null)}function Be(l){return e.Kb(0,[e.Gb(402653184,1,{delos:0}),(l()(),e.qb(1,0,null,null,125,"div",[["class","vendor-dialogs"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,124,"form",[["autocomplete","off"],["class","form-horizontal"],["id","radiusConfig"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0,a=l.component;return"submit"===n&&(t=!1!==e.Ab(l,4).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,4).onReset()&&t),"submit"===n&&(t=!1!==a.save()&&t),t},null,null)),e.pb(3,16384,null,0,m.w,[],null,null),e.pb(4,4210688,[[1,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(6,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(7,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(8,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Authentication Server"])),(l()(),e.qb(10,0,null,null,0,"input",[["style","display:none;"],["type","password"]],null,null,null,null,null)),(l()(),e.qb(11,0,null,null,14,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","auth_server"],["translate",""]],null,null,null,null,null)),e.pb(13,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Server:"])),(l()(),e.qb(15,0,null,null,10,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(16,16777216,null,null,9,"input",[["class","form-control"],["containerClass","text-danger"],["data-maybe-empty","true"],["delosIp",""],["id","auth_server"],["name","auth_server"],["triggers","none"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,17)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,17).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,17)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,17)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radius.auth_server=u)&&t),t},null,null)),e.pb(17,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(19,671744,[["authserver",4]],0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(21,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(22,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),e.pb(23,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(26,0,null,null,15,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(27,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","auth_port"],["translate",""]],null,null,null,null,null)),e.pb(28,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Port:"])),(l()(),e.qb(30,0,null,null,11,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(31,16777216,null,null,10,"input",[["class","form-control"],["containerClass","text-danger"],["id","auth_port"],["name","auth_port"],["triggers","none"],["type","text"]],[[8,"min",0],[8,"max",0],[8,"placeholder",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"keypress"],[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,32)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,32).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,32)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,32)._compositionEnd(u.target.value)&&t),"keypress"===n&&(t=!1!==a.onlyDecimalNumberKey(u)&&t),"ngModelChange"===n&&(t=!1!==(a.radius.auth_port=u)&&t),t},null,null)),e.pb(32,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(33,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(36,671744,[["authport",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(38,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(39,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(42,0,null,null,84,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(43,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","auth_secret"],["translate",""],["translate-context","RADIUS secret"]],null,null,null,null,null)),e.pb(44,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Secret:"])),(l()(),e.qb(46,0,null,null,21,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(47,0,null,null,20,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(48,16777216,null,null,12,"input",[["attr.aria-describedby","basic-addon1"],["autocomplete","off"],["class","form-control"],["containerClass","text-danger"],["id","auth_secret"],["maxlength","64"],["minlength","1"],["name","auth_secret"],["triggers","none"]],[[8,"type",0],[8,"placeholder",0],[1,"minlength",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,49)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,49).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,49)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,49)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radius.auth_secret=u)&&t),t},null,null)),e.pb(49,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(50,540672,null,0,m.g,[],{minlength:[0,"minlength"]},null),e.pb(51,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(52,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.g,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(55,671744,[["authsecret",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(57,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(58,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(61,0,null,null,6,"span",[["class","input-group-btn"]],null,null,null,null,null)),(l()(),e.qb(62,0,null,null,5,"button",[["class","btn btn-default"],["id","toggleAuthPasswordVisibility"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.toggleAuthPasswordVisibility()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(65,0,null,null,2,"span",[["class","glyphicon "]],null,null,null,null,null)),e.pb(66,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(67,{"glyphicon-eye-close":0,"glyphicon-eye-open":1}),(l()(),e.qb(68,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(69,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Accounting Server"])),(l()(),e.qb(71,0,null,null,13,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(72,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","acct_server"],["translate",""]],null,null,null,null,null)),e.pb(73,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Server:"])),(l()(),e.qb(75,0,null,null,9,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(76,16777216,null,null,8,"input",[["class","form-control"],["containerClass","text-danger"],["data-maybe-empty","true"],["delosIp",""],["id","acct_server"],["name","acct_server"],["triggers","none"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,77)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,77).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,77)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,77)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radius.acct_server=u)&&t),t},null,null)),e.pb(77,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(79,671744,[["acctserver",4]],0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(81,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(82,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(85,0,null,null,15,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(86,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","acct_port"],["translate",""]],null,null,null,null,null)),e.pb(87,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Port:"])),(l()(),e.qb(89,0,null,null,11,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(90,16777216,null,null,10,"input",[["class","form-control"],["containerClass","text-danger"],["id","acct_port"],["name","acct_port"],["triggers","none"],["type","text"]],[[8,"min",0],[8,"max",0],[8,"placeholder",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"keypress"],[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,91)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,91).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,91)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,91)._compositionEnd(u.target.value)&&t),"keypress"===n&&(t=!1!==a.onlyDecimalNumberKey(u)&&t),"ngModelChange"===n&&(t=!1!==(a.radius.acct_port=u)&&t),t},null,null)),e.pb(91,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(92,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(95,671744,[["acctport",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(97,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(98,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(101,0,null,null,25,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(102,0,null,null,2,"label",[["class","col-md-3 control-label"],["for","acct_secret"],["translate",""],["translate-context","RADIUS secret"]],null,null,null,null,null)),e.pb(103,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Secret:"])),(l()(),e.qb(105,0,null,null,21,"div",[["class","col-md-7"]],null,null,null,null,null)),(l()(),e.qb(106,0,null,null,20,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(107,16777216,null,null,12,"input",[["autocomplete","off"],["class","form-control"],["containerClass","text-danger"],["id","acct_secret"],["maxlength","64"],["minlength","1"],["name","acct_secret"],["ng-trim","false"],["triggers","none"]],[[8,"type",0],[8,"placeholder",0],[1,"minlength",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,108)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,108).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,108)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,108)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.radius.acct_secret=u)&&t),t},null,null)),e.pb(108,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(109,540672,null,0,m.g,[],{minlength:[0,"minlength"]},null),e.pb(110,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(111,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.g,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(114,671744,[["acctsecret",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(116,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(117,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(120,0,null,null,6,"span",[["class","input-group-btn"]],null,null,null,null,null)),(l()(),e.qb(121,0,null,null,5,"button",[["class","btn btn-default"],["id","toggleAcctPasswordVisibility"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.toggleAcctPasswordVisibility()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(124,0,null,null,2,"span",[["class","glyphicon "]],null,null,null,null,null)),e.pb(125,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(126,{"glyphicon-eye-close":0,"glyphicon-eye-open":1}),(l()(),e.hb(16777216,null,null,1,null,$e)),e.pb(128,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,De)),e.pb(130,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,8,0,""),l(n,13,0,""),l(n,19,0,"auth_server",u.radius.auth_server),l(n,22,0),l(n,23,0,e.sb(1,"",e.Jb(n,23,0,e.Ab(n,24).transform("Invalid IP address!")),""),"none","text-danger",e.sb(1,"",e.Ab(n,19).invalid&&e.Ab(n,19).dirty||"","")),l(n,28,0,""),l(n,33,0,u.digitsPattern),l(n,36,0,"auth_port",u.radius.auth_port),l(n,39,0,e.sb(1,"",e.Jb(n,39,0,e.Ab(n,40).transform("Invalid port! Please enter a value between 1 and 65535.")),""),"none","text-danger",e.sb(1,"",e.Ab(n,36).invalid||"","")),l(n,44,0,""),l(n,50,0,"1"),l(n,51,0,"64"),l(n,52,0,u.authsecretPattern),l(n,55,0,"auth_secret",u.radius.auth_secret),l(n,58,0,e.sb(1,"",e.Jb(n,58,0,e.Ab(n,59).transform("Enter between 1 and 64 of these characters:"))," a-z A-Z 0-9 \xa0\xa0 ! # $ % & ( ) * + , - . / : ; < = > ? @ [ ] ^ _ ` { | } ~"),"none","text-danger",e.sb(1,"",e.Ab(n,55).invalid||"",""));var t=l(n,67,0,"text"==u.authSecretInputType,"password"==u.authSecretInputType);l(n,66,0,"glyphicon ",t),l(n,69,0,""),l(n,73,0,""),l(n,79,0,"acct_server",u.radius.acct_server),l(n,82,0,e.sb(1,"",e.Jb(n,82,0,e.Ab(n,83).transform("Invalid IP address!")),""),"none","text-danger",e.sb(1,"",e.Ab(n,79).invalid&&e.Ab(n,79).dirty||"","")),l(n,87,0,""),l(n,92,0,u.digitsPattern),l(n,95,0,"acct_port",u.radius.acct_port),l(n,98,0,e.sb(1,"",e.Jb(n,98,0,e.Ab(n,99).transform("Invalid port! Please enter a value between 1 and 65535.")),""),"none","text-danger",e.sb(1,"",e.Ab(n,95).invalid||"","")),l(n,103,0,""),l(n,109,0,"1"),l(n,110,0,"64"),l(n,111,0,u.acctsecretPattern),l(n,114,0,"acct_secret",u.radius.acct_secret),l(n,117,0,e.sb(1,"",e.Jb(n,117,0,e.Ab(n,118).transform("Enter between 1 and 64 of these characters:"))," a-z A-Z 0-9 \xa0\xa0 ! # $ % & ( ) * + , - . / : ; < = > ? @ [ ] ^ _ ` { | } ~"),"none","text-danger",e.sb(1,"",e.Ab(n,114).invalid||"",""));var a=l(n,126,0,"text"==u.acctSecretInputType,"password"==u.acctSecretInputType);l(n,125,0,"glyphicon ",a),l(n,128,0,e.Ab(n,4).dirty),l(n,130,0,e.Ab(n,4).dirty)},function(l,n){var u=n.component;l(n,2,0,e.Ab(n,6).ngClassUntouched,e.Ab(n,6).ngClassTouched,e.Ab(n,6).ngClassPristine,e.Ab(n,6).ngClassDirty,e.Ab(n,6).ngClassValid,e.Ab(n,6).ngClassInvalid,e.Ab(n,6).ngClassPending),l(n,16,0,e.sb(1,"",e.Jb(n,16,0,e.Ab(n,25).transform("IPv4 address")),""),e.Ab(n,21).ngClassUntouched,e.Ab(n,21).ngClassTouched,e.Ab(n,21).ngClassPristine,e.Ab(n,21).ngClassDirty,e.Ab(n,21).ngClassValid,e.Ab(n,21).ngClassInvalid,e.Ab(n,21).ngClassPending),l(n,31,1,[1,65535,e.sb(1,"",e.Jb(n,31,2,e.Ab(n,41).transform("Port number")),""),e.Ab(n,33).pattern?e.Ab(n,33).pattern:null,e.Ab(n,38).ngClassUntouched,e.Ab(n,38).ngClassTouched,e.Ab(n,38).ngClassPristine,e.Ab(n,38).ngClassDirty,e.Ab(n,38).ngClassValid,e.Ab(n,38).ngClassInvalid,e.Ab(n,38).ngClassPending]),l(n,48,1,[e.sb(1,"",u.authSecretInputType,""),e.sb(1,"",e.Jb(n,48,1,e.Ab(n,60).transform("Server-side NAS key")),""),e.Ab(n,50).minlength?e.Ab(n,50).minlength:null,e.Ab(n,51).maxlength?e.Ab(n,51).maxlength:null,e.Ab(n,52).pattern?e.Ab(n,52).pattern:null,e.Ab(n,57).ngClassUntouched,e.Ab(n,57).ngClassTouched,e.Ab(n,57).ngClassPristine,e.Ab(n,57).ngClassDirty,e.Ab(n,57).ngClassValid,e.Ab(n,57).ngClassInvalid,e.Ab(n,57).ngClassPending]),l(n,62,0,e.Jb(n,62,0,"text"==u.authSecretInputType?e.Ab(n,63).transform("Hide password"):e.Ab(n,64).transform("Show password"))),l(n,76,0,e.sb(1,"",e.Jb(n,76,0,e.Ab(n,84).transform("IPv4 address")),""),e.Ab(n,81).ngClassUntouched,e.Ab(n,81).ngClassTouched,e.Ab(n,81).ngClassPristine,e.Ab(n,81).ngClassDirty,e.Ab(n,81).ngClassValid,e.Ab(n,81).ngClassInvalid,e.Ab(n,81).ngClassPending),l(n,90,1,[1,65535,e.sb(1,"",e.Jb(n,90,2,e.Ab(n,100).transform("Port number")),""),e.Ab(n,92).pattern?e.Ab(n,92).pattern:null,e.Ab(n,97).ngClassUntouched,e.Ab(n,97).ngClassTouched,e.Ab(n,97).ngClassPristine,e.Ab(n,97).ngClassDirty,e.Ab(n,97).ngClassValid,e.Ab(n,97).ngClassInvalid,e.Ab(n,97).ngClassPending]),l(n,107,1,[e.sb(1,"",u.acctSecretInputType,""),e.sb(1,"",e.Jb(n,107,1,e.Ab(n,119).transform("Server-side NAS key")),""),e.Ab(n,109).minlength?e.Ab(n,109).minlength:null,e.Ab(n,110).maxlength?e.Ab(n,110).maxlength:null,e.Ab(n,111).pattern?e.Ab(n,111).pattern:null,e.Ab(n,116).ngClassUntouched,e.Ab(n,116).ngClassTouched,e.Ab(n,116).ngClassPristine,e.Ab(n,116).ngClassDirty,e.Ab(n,116).ngClassValid,e.Ab(n,116).ngClassInvalid,e.Ab(n,116).ngClassPending]),l(n,121,0,e.Jb(n,121,0,"text"==u.acctSecretInputType?e.Ab(n,122).transform("Hide password"):e.Ab(n,123).transform("Show password")))})}function Ke(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"app-radius",[],null,null,null,Be,Ve)),e.Fb(512,null,Fe.a,Fe.a,[I.a,x.a]),e.pb(2,114688,null,0,Se.a,[Ol.a,Hl.a,Fe.a],null,null)],function(l,n){l(n,2,0)},null)}var _e=e.mb("app-radius",Se.a,Ke,{},{},[]),Re=u("P/o0"),Je=u("ycm9"),Oe=e.ob({encapsulation:2,styles:[],data:{}});function Ne(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"p",[],null,null,null,null,null)),(l()(),e.Ib(1,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){var u=n.component;l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform(u.message)))})}function Ue(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"a",[["id","scanner-network-name"],["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("ssid")&&e),e},null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Network name"]))],function(l,n){l(n,1,0,"")},null)}function We(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"a",[["id","scanner-ssid"],["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("ssid")&&e),e},null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSID"]))],function(l,n){l(n,1,0,"")},null)}function He(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function ze(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function Le(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"a",[["id","scanner-bssid"],["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("bssid")&&e),e},null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["BSSID"])),(l()(),e.hb(16777216,null,null,1,null,ze)),e.pb(5,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0,""),l(n,5,0,"bssid"===u.orderby)},null)}function Ge(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function Ye(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function Qe(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"a",[["id","scanner-signal"],["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("signal")&&e),e},null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Signal (dBm)"])),(l()(),e.hb(16777216,null,null,1,null,Ye)),e.pb(5,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0,""),l(n,5,0,"signal"===u.orderby)},null)}function Ze(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[["class","caret"]],null,null,null,null,null)),e.pb(1,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(2,{"caret-reverse":0})],function(l,n){var u=l(n,2,0,!n.component.reverse);l(n,1,0,"caret",u)},null)}function Xe(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(2,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(3,null,["",""]))],null,function(l,n){l(n,0,0,e.sb(1,"",e.Jb(n,0,0,e.Ab(n,1).transform("BSSID")),"")),l(n,2,0,e.sb(1,"bssid_",n.parent.context.index,"")),l(n,3,0,n.parent.context.$implicit.bssid)})}function lt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(2,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(3,null,["",""]))],null,function(l,n){l(n,0,0,e.sb(1,"",e.Jb(n,0,0,e.Ab(n,1).transform("Signal (dBm)")),"")),l(n,2,0,e.sb(1,"signal_",n.parent.context.index,"")),l(n,3,0,n.parent.context.$implicit.signal)})}function nt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,16,"tr",[["role","row"]],[[2,"odd",null],[2,"even",null]],null,null,null,null)),(l()(),e.qb(1,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(4,null,["",""])),(l()(),e.hb(16777216,null,null,1,null,Xe)),e.pb(6,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.qb(7,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(9,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(10,null,["",""])),(l()(),e.hb(16777216,null,null,1,null,lt)),e.pb(12,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.qb(13,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(16,null,["",""]))],function(l,n){l(n,6,0,null),l(n,12,0,null)},function(l,n){l(n,0,0,n.context.odd,n.context.even),l(n,1,0,e.sb(1,"",e.Jb(n,1,0,e.Ab(n,2).transform("SSID")),"")),l(n,3,0,e.sb(1,"ssid_",n.context.index,"")),l(n,4,0,n.context.$implicit.ssid),l(n,7,0,e.sb(1,"",e.Jb(n,7,0,e.Ab(n,8).transform("Channel")),"")),l(n,9,0,e.sb(1,"channel_",n.context.index,"")),l(n,10,0,n.context.$implicit.channel),l(n,13,0,e.sb(1,"",e.Jb(n,13,0,e.Ab(n,14).transform("Signal quality (%)")),"")),l(n,15,0,e.sb(1,"signal_q_",n.context.index,"")),l(n,16,0,n.context.$implicit.quality)})}function ut(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,51,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,18,"app-search-box",[],null,null,null,h.b,h.a)),e.pb(2,114688,null,0,f.a,[],null,null),(l()(),e.qb(3,0,null,0,7,"input",[["class",""],["type","text"]],[[8,"placeholder",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,4)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,4).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,4)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,4)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.searchStation=u)&&t),t},null,null)),e.pb(4,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(6,671744,null,0,m.n,[[8,null],[8,null],[8,null],[6,m.i]],{model:[0,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(8,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(9,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(11,0,null,1,4,"div",[],null,null,null,null,null)),(l()(),e.Ib(12,null,[" "," "])),e.Cb(0,c.a,[]),e.Db(14,{num:0,all:1}),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(16,0,null,2,3,"div",[["class","buttons"]],null,null,null,null,null)),(l()(),e.qb(17,0,null,null,2,"button",[["class","btn btn-default small"],["id","btn-scan"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.scan()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(19,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-refresh"]],null,null,null,null,null)),(l()(),e.qb(20,0,null,null,31,"div",[["class","table-responsive"]],null,null,null,null,null)),(l()(),e.qb(21,0,null,null,30,"table",[["class","dataTable vendorTable-responsive"],["id","foundStations"]],null,null,null,null,null)),(l()(),e.qb(22,0,null,null,24,"thead",[],null,null,null,null,null)),(l()(),e.qb(23,0,null,null,23,"tr",[],null,null,null,null,null)),(l()(),e.qb(24,0,null,null,6,"th",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Ue)),e.pb(26,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,We)),e.pb(28,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,He)),e.pb(30,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Le)),e.pb(32,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.qb(33,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(34,0,null,null,2,"a",[["id","scanner-channel"],["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("channel")&&e),e},null,null)),e.pb(35,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Channel"])),(l()(),e.hb(16777216,null,null,1,null,Ge)),e.pb(38,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Qe)),e.pb(40,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.qb(41,0,null,null,5,"th",[],null,null,null,null,null)),(l()(),e.qb(42,0,null,null,2,"a",[["id","scanner-quality"],["translate",""]],null,[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.order("quality")&&e),e},null,null)),e.pb(43,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Signal quality (%)"])),(l()(),e.hb(16777216,null,null,1,null,Ze)),e.pb(46,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(47,0,null,null,4,"tbody",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,3,null,nt)),e.pb(49,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),e.Cb(0,c.a,[]),e.Eb(51,3)],function(l,n){var u=n.component;l(n,2,0),l(n,6,0,u.searchStation),l(n,9,0),l(n,26,0,null),l(n,28,0,null),l(n,30,0,"ssid"===u.orderby),l(n,32,0,null),l(n,35,0,""),l(n,38,0,"channel"===u.orderby),l(n,40,0,null),l(n,43,0,""),l(n,46,0,"quality"===u.orderby);var t=e.Jb(n,49,0,l(n,51,0,e.Ab(n.parent,0),e.Jb(n,49,0,e.Ab(n,50).transform(u.aps,u.searchStation)),u.orderby,u.reverse));l(n,49,0,t)},function(l,n){var u=n.component;l(n,3,0,e.sb(1,"",e.Jb(n,3,0,e.Ab(n,10).transform("Search ...")),""),e.Ab(n,8).ngClassUntouched,e.Ab(n,8).ngClassTouched,e.Ab(n,8).ngClassPristine,e.Ab(n,8).ngClassDirty,e.Ab(n,8).ngClassValid,e.Ab(n,8).ngClassInvalid,e.Ab(n,8).ngClassPending);var t=e.Jb(n,12,0,e.Ab(n,15).transform("display {num} of {all}",l(n,14,0,e.Jb(n,12,0,e.Ab(n,13).transform(u.aps,u.searchStation)).length,u.aps.length)));l(n,12,0,t),l(n,17,0,e.sb(1,"",e.Jb(n,17,0,e.Ab(n,18).transform("Scan")),""))})}function et(l){return e.Kb(0,[e.Cb(0,v.a,[]),(l()(),e.qb(1,0,null,null,4,"div",[["class","vendor-tables"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Ne)),e.pb(3,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ut)),e.pb(5,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,3,0,!u.showActive),l(n,5,0,u.showActive)},null)}function tt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"app-scanner",[],null,null,null,et,Oe)),e.Fb(512,null,Re.a,Re.a,[x.a,I.a]),e.pb(2,245760,null,0,Je.a,[Re.a,zl.m,Ol.a],null,null)],function(l,n){l(n,2,0)},null)}var at=e.mb("app-scanner",Je.a,tt,{},{},[]),it=u("/TrN"),rt=u("+pXn"),ot=e.ob({encapsulation:2,styles:[],data:{}});function st(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"label",[["class","col-md-2 control-label text-right"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSID:"]))],function(l,n){l(n,1,0,"")},null)}function bt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"label",[["class","col-md-2 control-label text-right"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Network name:"]))],function(l,n){l(n,1,0,"")},null)}function ct(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],[[8,"selected",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{ngValue:[0,"ngValue"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{ngValue:[0,"ngValue"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,n.context.$implicit),l(n,2,0,n.context.$implicit)},function(l,n){l(n,0,0,n.context.$implicit===n.component.wps_active),l(n,3,0,n.context.$implicit)})}function dt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,13,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,st)),e.pb(2,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,bt)),e.pb(4,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.qb(5,0,null,null,8,"div",[["class","col-md-10"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,7,"select",[["class","form-control col-md-5"],["id","wps_ssid"],["name","wps_ssid"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,7).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,7).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.wps_active=u)&&t),t},null,null)),e.pb(7,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(9,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],isDisabled:[1,"isDisabled"],model:[2,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(11,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,ct)),e.pb(13,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var u=n.component;l(n,2,0,null),l(n,4,0,null),l(n,9,0,"wps_ssid",1==u.enable||"stopped"!=u.state,u.wps_active),l(n,13,0,u.ssids)},function(l,n){l(n,6,0,e.Ab(n,11).ngClassUntouched,e.Ab(n,11).ngClassTouched,e.Ab(n,11).ngClassPristine,e.Ab(n,11).ngClassDirty,e.Ab(n,11).ngClassValid,e.Ab(n,11).ngClassInvalid,e.Ab(n,11).ngClassPending)})}function pt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,0,null,null,null,null,null,null,null))],null,null)}function gt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[["class","wps_controls"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,pt)),e.pb(2,540672,null,0,i.v,[e.P],{ngTemplateOutlet:[0,"ngTemplateOutlet"]},null)],function(l,n){l(n,2,0,e.Ab(n.parent,33))},null)}function ht(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,null,null,null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"p",[["class","hint-text"],["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Please define the name of the network and confirm your settings by clicking the diskette icon."]))],function(l,n){l(n,2,0,"")},null)}function ft(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"p",[["class","hint-text"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WPS Pushbutton is active..."]))],function(l,n){l(n,1,0,"")},null)}function mt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"p",[["class","hint-text "],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WPS PIN is active..."]))],function(l,n){l(n,1,0,"")},null)}function vt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,13,"div",[["style","margin: 40px 0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,8,"div",[["class","progress"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,7,"div",[["attr.aria-valuemax","120"],["attr.aria-valuemin","0"],["class","progress-bar"],["role","progressbar"]],[[1,"aria-valuenow",0]],null,null,null,null)),e.pb(3,278528,null,0,i.r,[e.t,e.k,e.E],{ngStyle:[0,"ngStyle"]},null),e.Db(4,{width:0}),(l()(),e.Ib(5,null,[" "," "])),e.Eb(6,2),(l()(),e.qb(7,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(8,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["s"])),(l()(),e.hb(16777216,null,null,1,null,ft)),e.pb(11,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,mt)),e.pb(13,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component,e=l(n,4,0,(u.elapsed/u.wpsDuration*100||0)+"%");l(n,3,0,e),l(n,8,0,""),l(n,11,0,"wps_pbc"==u.wpsmode),l(n,13,0,"wps_pbc"!=u.wpsmode)},function(l,n){var u=n.component;l(n,2,0,e.sb(1,"",u.elapsed||0,""));var t=e.Jb(n,5,0,l(n,6,0,e.Ab(n.parent,0),u.elapsed||0,"1.0-0"));l(n,5,0,t)})}function Ct(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"p",[["class","hint-text"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WPS is active..."]))],function(l,n){l(n,1,0,"")},null)}function At(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.save()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"save")},null)}function kt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cleanupForm()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"cancel")},null)}function yt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,41,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"label",[["class","control-label col-md-2"],["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WPS Mode:"])),(l()(),e.qb(4,0,null,null,13,"div",[["class","col-md-5"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,2,"label",[["class","control-label"],["translate",""]],null,null,null,null,null)),e.pb(6,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WPS Pushbutton"])),(l()(),e.qb(8,0,null,null,2,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,1,"button",[["class","btn btn-default wps-start-btn"],["id","startWpsPbc"],["type","button"]],[[8,"disabled",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.startWpsPbc()&&e),e},null,null)),(l()(),e.Ib(-1,null,["Start"])),(l()(),e.qb(11,0,null,null,6,"div",[],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,2,"div",[["translate",""]],null,null,null,null,null)),e.pb(13,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Add devices to the WiFi network using the soft push button."])),(l()(),e.qb(15,0,null,null,2,"div",[["translate",""]],null,null,null,null,null)),e.pb(16,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Now press the WPS button on the device being added to your WiFi network."])),(l()(),e.qb(18,0,null,null,23,"div",[["class","col-md-5"]],null,null,null,null,null)),(l()(),e.qb(19,0,null,null,2,"label",[["class","control-label"],["translate",""]],null,null,null,null,null)),e.pb(20,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WPS PIN"])),(l()(),e.qb(22,0,null,null,12,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(23,0,null,null,9,"div",[["class","col-md-6 col-lg-9"],["style","padding-left: 0;padding-right: 5px;"]],null,null,null,null,null)),(l()(),e.qb(24,0,null,null,8,"input",[["class","form-control"],["id","wps_pin_input"],["maxlength","8"],["name","wpspin"],["no-dirty",""],["type","text"]],[[8,"placeholder",0],[1,"maxlength",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,25)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,25).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,25)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,25)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.wps_pin_input=u)&&t),t},null,null)),e.pb(25,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(26,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.f]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(29,671744,null,0,m.n,[[8,null],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],isDisabled:[1,"isDisabled"],model:[2,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(31,16384,null,0,m.k,[[4,m.j]],null,null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(33,0,null,null,1,"button",[["class","btn btn-default wps-start-btn"],["id","startWpsPin"],["type","button"]],[[8,"disabled",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.startWpsPin()&&e),e},null,null)),(l()(),e.Ib(-1,null,["Start"])),(l()(),e.qb(35,0,null,null,6,"div",[],null,null,null,null,null)),(l()(),e.qb(36,0,null,null,2,"div",[["translate",""]],null,null,null,null,null)),e.pb(37,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Add devices to the WiFi network using your PIN."])),(l()(),e.qb(39,0,null,null,2,"div",[["translate",""]],null,null,null,null,null)),e.pb(40,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enter the PIN of the device to be added to your WiFi network."]))],function(l,n){var u=n.component;l(n,2,0,""),l(n,6,0,""),l(n,13,0,""),l(n,16,0,""),l(n,20,0,""),l(n,26,0,"8"),l(n,29,0,"wpspin","wps_running"===u.state||"wps_pending"===u.state||!u.isSelectedSsidEnabled,u.wps_pin_input),l(n,37,0,""),l(n,40,0,"")},function(l,n){var u=n.component;l(n,9,0,"wps_running"===u.state||"wps_pending"===u.state||!u.isSelectedSsidEnabled),l(n,24,0,e.sb(1,"",e.Jb(n,24,0,e.Ab(n,32).transform("Enter WPS PIN")),""),e.Ab(n,26).maxlength?e.Ab(n,26).maxlength:null,e.Ab(n,31).ngClassUntouched,e.Ab(n,31).ngClassTouched,e.Ab(n,31).ngClassPristine,e.Ab(n,31).ngClassDirty,e.Ab(n,31).ngClassValid,e.Ab(n,31).ngClassInvalid,e.Ab(n,31).ngClassPending),l(n,33,0,"wps_running"===u.state||"wps_pending"===u.state||!u.isSelectedSsidEnabled)})}function qt(l){return e.Kb(0,[e.Cb(0,i.f,[e.u]),e.Gb(402653184,1,{delos:0}),(l()(),e.qb(2,0,null,null,30,"div",[["class","vendor-dialogs"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,29,"form",[["autocomplete","off"],["class","form-horizontal"],["id","wpsConfig"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0,a=l.component;return"submit"===n&&(t=!1!==e.Ab(l,5).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,5).onReset()&&t),"submit"===n&&(t=!1!==a.save()&&t),t},null,null)),e.pb(4,16384,null,0,m.w,[],null,null),e.pb(5,4210688,[[1,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(7,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(8,0,null,null,2,"h3",[["class","no_margin"],["translate",""]],null,null,null,null,null)),e.pb(9,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi Protected Setup (WPS) - Configuration"])),(l()(),e.qb(11,0,null,null,7,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","1"],["id","enable"],["name","enable"],["trueValue","0"],["type","checkbox"]],[[8,"value",0],[8,"checked",0],[8,"disabled",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,14).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.enable=u)&&t),"click"===n&&(t=!1!==e.Ab(l,5).form.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(14,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),e.pb(15,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),(l()(),e.qb(16,0,null,null,2,"label",[["for","enable"],["translate",""]],null,null,null,null,null)),e.pb(17,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.hb(16777216,null,null,1,null,dt)),e.pb(20,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,gt)),e.pb(22,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ht)),e.pb(24,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,vt)),e.pb(26,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ct)),e.pb(28,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,At)),e.pb(30,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,kt)),e.pb(32,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(0,[["radios",2]],null,0,null,yt))],function(l,n){var u=n.component;l(n,9,0,""),l(n,14,0,"0","1"),l(n,15,0),l(n,17,0,""),l(n,20,0,0==u.enable),l(n,22,0,0==u.enable&&u.wps_active==u.configured_WPS_SSID),l(n,24,0,0==u.enable&&u.wps_active!==u.configured_WPS_SSID),l(n,26,0,"wps_running"===u.state||"wps_pending"===u.state),l(n,28,0,u.wpsActive),l(n,30,0,!e.Ab(n,5).pristine),l(n,32,0,!e.Ab(n,5).pristine)},function(l,n){var u=n.component;l(n,3,0,e.Ab(n,7).ngClassUntouched,e.Ab(n,7).ngClassTouched,e.Ab(n,7).ngClassPristine,e.Ab(n,7).ngClassDirty,e.Ab(n,7).ngClassValid,e.Ab(n,7).ngClassInvalid,e.Ab(n,7).ngClassPending),l(n,12,0,u.enable,0==u.enable,"stopped"!=u.state)})}function It(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"app-wps",[],null,null,null,qt,ot)),e.Fb(512,null,it.a,it.a,[I.a,x.a]),e.pb(2,245760,null,0,rt.a,[it.a,Ol.a,Hl.a],null,null)],function(l,n){l(n,2,0)},null)}var xt=e.mb("app-wps",rt.a,It,{},{},[]),wt=u("+3se"),Pt=function(){function l(){}return l.prototype.transform=function(l){if(null==l||""===l)return Object(wt.b)("N/A");switch(l){case"Monday":return Object(wt.b)("Mon");case"Tuesday":return Object(wt.b)("Tue");case"Wednesday":return Object(wt.b)("Wed");case"Thursday":return Object(wt.b)("Thu");case"Friday":return Object(wt.b)("Fri");case"Saturday":return Object(wt.b)("Sat");case"Sunday":return Object(wt.b)("Sun");default:return l}},l}(),Mt=function(){function l(){}return l.prototype.transform=function(l){if(null==l||""===l)return Object(wt.b)("N/A");switch(l){case"business":return Object(wt.b)("Mon-Fri");case"weekend":return Object(wt.b)("Sat+Sun");case"daily":return Object(wt.b)("daily");default:return Object(wt.b)(l)}},l}(),Et=u("a2IU"),jt=u("xJys"),Tt=e.ob({encapsulation:2,styles:[],data:{}});function Ft(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,17,"div",[["class","col-sm-6"],["style","padding-left: 0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"h5",[["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi convenience function"])),(l()(),e.qb(4,0,null,null,7,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,6,"label",[["for","wifi-conv-enable"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,2,"input",[["appDelosCheckboxValue",""],["falseValue","1"],["id","wifi-conv-enable"],["name","forcewifidown"],["trueValue","0"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,8).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.globalForcewifidown=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(8,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(9,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(10,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.qb(12,0,null,null,2,"p",[["translate",""]],null,null,null,null,null)),e.pb(13,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["When the WiFi convenience function is activated, the wireless network is not switched off until the last WiFi device has logged off from your access point."])),(l()(),e.qb(15,0,null,null,2,"p",[["translate",""]],null,null,null,null,null)),e.pb(16,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Please note that many tablets/smartphones maintain their WiFi connection indefinitely!"]))],function(l,n){l(n,2,0,""),l(n,8,0,"0","1"),l(n,10,0,""),l(n,13,0,""),l(n,16,0,"")},function(l,n){var u=n.component;l(n,6,0,u.globalForcewifidown,"1"!=u.globalForcewifidown)})}function St(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.saveGlobalSettingsCheck()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"save")},null)}function Vt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"cancel")},null)}function $t(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,St)),e.pb(2,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Vt)),e.pb(4,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0,e.Ab(n.parent,7).dirty&&!u.currentRow&&!u.addNew),l(n,4,0,e.Ab(n.parent,7).dirty&&!u.currentRow&&!u.addNew)},null)}function Dt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[],[[8,"className",0]],null,null,null,null)),e.pb(1,278528,null,0,i.r,[e.t,e.k,e.E],{ngStyle:[0,"ngStyle"]},null),e.Db(2,{left:0,right:1}),e.Eb(3,1)],function(l,n){var u=l(n,2,0,n.context.$implicit.leftPos+"%",n.context.$implicit.rightPos+"%");l(n,1,0,u)},function(l,n){var u=e.sb(1,"status_on ",e.Jb(n,0,0,l(n,3,0,e.Ab(n.parent.parent.parent,1),n.context.$implicit.duration)),"");l(n,0,0,u)})}function Bt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,11,"div",[["class","day"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,7,"p",[],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"span",[["class","day-label-full"]],null,null,null,null,null)),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(5,0,null,null,3,"span",[["class","day-label-short"]],null,null,null,null,null)),(l()(),e.Ib(6,null,["",""])),e.Eb(7,1),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(9,0,null,null,2,"div",[["class","status"]],[[8,"id",0]],null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Dt)),e.pb(11,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){l(n,11,0,n.component.schedules)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit)));var u=e.Jb(n,6,0,e.Ab(n,8).transform(e.Jb(n,6,0,l(n,7,0,e.Ab(n.parent.parent,0),n.context.$implicit))));l(n,6,0,u),l(n,9,0,e.sb(1,"day_",n.context.index,""))})}function Kt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,15,"div",[["class","row"],["style","margin-top: 40px;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Overview of the wifi schedule settings"])),(l()(),e.qb(4,0,null,null,2,"div",[["class","timetable_container clearfix"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Bt)),e.pb(6,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(7,0,null,null,8,"div",[["class","timetable_legend clearifx"]],null,null,null,null,null)),(l()(),e.qb(8,0,null,null,3,"div",[["class","wifi_on"]],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(10,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi enabled"])),(l()(),e.qb(12,0,null,null,3,"div",[["class","wifi_off"]],null,null,null,null,null)),(l()(),e.qb(13,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(14,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi disabled"]))],function(l,n){var u=n.component;l(n,2,0,""),l(n,6,0,u.days),l(n,10,0,""),l(n,14,0,"")},null)}function _t(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function Rt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit),l(n,2,0,n.context.$implicit)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit)))})}function Jt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,9,"select",[["class","form-control singleday"],["id","weekday"],["name","newWeekday"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,1).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,1).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.weekday=u)&&t),t},null,null)),e.pb(1,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(2,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(5,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(7,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,Rt)),e.pb(9,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var u=n.component;l(n,2,0,u.newSchedule.showWeekdays),l(n,5,0,"newWeekday",u.newSchedule.weekday),l(n,9,0,u.days)},function(l,n){l(n,0,0,e.Ab(n,2).required?"":null,e.Ab(n,7).ngClassUntouched,e.Ab(n,7).ngClassTouched,e.Ab(n,7).ngClassPristine,e.Ab(n,7).ngClassDirty,e.Ab(n,7).ngClassValid,e.Ab(n,7).ngClassInvalid,e.Ab(n,7).ngClassPending)})}function Ot(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.context.$implicit.value),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function Nt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.component.newSchedule.starthour),l(n,3,0,n.context.$implicit.key)})}function Ut(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","0"]],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["00"]))],function(l,n){l(n,1,0,"0"),l(n,2,0,"0")},null)}function Wt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function Ht(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.component.newSchedule.endhour),l(n,3,0,n.context.$implicit.key)})}function zt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","0"]],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["00"]))],function(l,n){l(n,1,0,"0"),l(n,2,0,"0")},null)}function Lt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,1,"p",[],null,null,null,null,null)),(l()(),e.Ib(2,null,["",""]))],null,function(l,n){l(n,2,0,n.component.timeValidationErrorMsg)})}function Gt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,107,"tbody",[["class","new_entry"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,96,"tr",[["class","noHighlight"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,23,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(4,0,null,null,21,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,20,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,19,"div",[["class","daysofweek_wrapper"]],null,null,null,null,null)),(l()(),e.qb(7,0,null,null,16,"select",[["class","form-control"],["id","interval"],["name","newDaysofweek"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,10).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,10).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.daysofweek=u)&&t),"change"===n&&(t=!1!==a.synchWeekday(a.newSchedule)&&t),t},null,null)),e.pb(8,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(9,{singleday:0,"":1}),e.pb(10,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(11,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(14,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(16,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(17,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(18,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(19,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(20,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["Select Interval"])),(l()(),e.hb(16777216,null,null,1,null,_t)),e.pb(23,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,Jt)),e.pb(25,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(26,0,null,null,35,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(28,0,null,null,33,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(29,0,null,null,32,"div",[["class","row time-control-group"]],null,null,null,null,null)),(l()(),e.qb(30,0,null,null,14,"select",[["class","form-control"],["id","from-hh"],["name","newStarthour"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,31).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,31).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.starthour=u)&&t),"change"===n&&(t=!1!==a.synchMins(a.newSchedule,"starthour")&&t),t},null,null)),e.pb(31,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(32,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(35,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(37,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(38,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(39,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(40,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(41,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["HH"])),(l()(),e.hb(16777216,null,null,1,null,Ot)),e.pb(44,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(45,0,null,null,16,"select",[["class","form-control"],["id","from-mm"],["name","newStartmins"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,46).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,46).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.startmins=u)&&t),t},null,null)),e.pb(46,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(47,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(50,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(52,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(53,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(54,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(55,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(56,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["MM"])),(l()(),e.hb(16777216,null,null,1,null,Nt)),e.pb(59,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ut)),e.pb(61,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(62,0,null,null,35,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(64,0,null,null,33,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(65,0,null,null,32,"div",[["class","row time-control-group"]],null,null,null,null,null)),(l()(),e.qb(66,0,null,null,14,"select",[["class","form-control"],["id","to-hh"],["name","newEndhour"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,67).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,67).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.endhour=u)&&t),"change"===n&&(t=!1!==a.synchMins(a.newSchedule,"endhour")&&t),t},null,null)),e.pb(67,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(68,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(71,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(73,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(74,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(75,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(76,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(77,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["HH"])),(l()(),e.hb(16777216,null,null,1,null,Wt)),e.pb(80,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(81,0,null,null,16,"select",[["class","form-control"],["id","to-mm"],["name","newEndmin"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,82).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,82).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.endmins=u)&&t),t},null,null)),e.pb(82,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(83,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(86,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(88,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(89,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(90,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(91,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(92,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["MM"])),(l()(),e.hb(16777216,null,null,1,null,Ht)),e.pb(95,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,zt)),e.pb(97,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(98,0,null,null,9,"tr",[["class","noHighlight controls"]],null,null,null,null,null)),(l()(),e.qb(99,0,null,null,8,"td",[["colspan","3"]],null,null,null,null,null)),(l()(),e.qb(100,0,null,null,2,"div",[["class","error_messages"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Lt)),e.pb(102,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(103,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.qb(104,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0,t=l.component;return"floatBtnClick"===n&&(t.saveGlobalSettings(),e=!1!==t.saveNew()&&e),e},Kl.b,Kl.a)),e.pb(105,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"}),(l()(),e.qb(106,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(107,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){var u=n.component,t=l(n,9,0,u.newSchedule.showWeekdays,!u.newSchedule.showWeekdays);l(n,8,0,"form-control",t),l(n,11,0,""),l(n,14,0,"newDaysofweek",u.newSchedule.daysofweek),l(n,18,0,""),l(n,19,0,""),l(n,20,0,""),l(n,23,0,u.ranges),l(n,25,0,u.newSchedule.showWeekdays),l(n,32,0,""),l(n,35,0,"newStarthour",u.newSchedule.starthour),l(n,39,0,""),l(n,40,0,""),l(n,41,0,""),l(n,44,0,u.hours),l(n,47,0,""),l(n,50,0,"newStartmins",u.newSchedule.startmins),l(n,54,0,""),l(n,55,0,""),l(n,56,0,""),l(n,59,0,u.mins),l(n,61,0,24==u.newSchedule.starthour),l(n,68,0,""),l(n,71,0,"newEndhour",u.newSchedule.endhour),l(n,75,0,""),l(n,76,0,""),l(n,77,0,""),l(n,80,0,u.hours),l(n,83,0,""),l(n,86,0,"newEndmin",u.newSchedule.endmins),l(n,90,0,""),l(n,91,0,""),l(n,92,0,""),l(n,95,0,u.mins),l(n,97,0,24==u.newSchedule.endhour),l(n,102,0,u.timeValidationError),l(n,105,0,e.Ab(n.parent.parent,7).invalid,"save"),l(n,107,0,"cancel")},function(l,n){l(n,2,0,e.Jb(n,2,0,e.Ab(n,3).transform("Interval"))),l(n,7,0,e.Ab(n,11).required?"":null,e.Ab(n,16).ngClassUntouched,e.Ab(n,16).ngClassTouched,e.Ab(n,16).ngClassPristine,e.Ab(n,16).ngClassDirty,e.Ab(n,16).ngClassValid,e.Ab(n,16).ngClassInvalid,e.Ab(n,16).ngClassPending),l(n,26,0,e.Jb(n,26,0,e.Ab(n,27).transform("From"))),l(n,30,0,e.Ab(n,32).required?"":null,e.Ab(n,37).ngClassUntouched,e.Ab(n,37).ngClassTouched,e.Ab(n,37).ngClassPristine,e.Ab(n,37).ngClassDirty,e.Ab(n,37).ngClassValid,e.Ab(n,37).ngClassInvalid,e.Ab(n,37).ngClassPending),l(n,45,0,e.Ab(n,47).required?"":null,e.Ab(n,52).ngClassUntouched,e.Ab(n,52).ngClassTouched,e.Ab(n,52).ngClassPristine,e.Ab(n,52).ngClassDirty,e.Ab(n,52).ngClassValid,e.Ab(n,52).ngClassInvalid,e.Ab(n,52).ngClassPending),l(n,62,0,e.Jb(n,62,0,e.Ab(n,63).transform("To"))),l(n,66,0,e.Ab(n,68).required?"":null,e.Ab(n,73).ngClassUntouched,e.Ab(n,73).ngClassTouched,e.Ab(n,73).ngClassPristine,e.Ab(n,73).ngClassDirty,e.Ab(n,73).ngClassValid,e.Ab(n,73).ngClassInvalid,e.Ab(n,73).ngClassPending),l(n,81,0,e.Ab(n,83).required?"":null,e.Ab(n,88).ngClassUntouched,e.Ab(n,88).ngClassTouched,e.Ab(n,88).ngClassPristine,e.Ab(n,88).ngClassDirty,e.Ab(n,88).ngClassValid,e.Ab(n,88).ngClassInvalid,e.Ab(n,88).ngClassPending)})}function Yt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function Qt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit),l(n,2,0,n.context.$implicit)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit)))})}function Zt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,"select",[["class","form-control singleday"],["name","editWeekday"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0;return"change"===n&&(t=!1!==e.Ab(l,1).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,1).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.weekday=u)&&t),t},null,null)),e.pb(1,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(3,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(5,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,Qt)),e.pb(7,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var u=n.component;l(n,3,0,"editWeekday",n.parent.parent.context.$implicit.weekday),l(n,7,0,u.days)},function(l,n){l(n,0,0,e.sb(1,"weekday-",n.parent.parent.context.$implicit[".index"],""),e.Ab(n,5).ngClassUntouched,e.Ab(n,5).ngClassTouched,e.Ab(n,5).ngClassPristine,e.Ab(n,5).ngClassDirty,e.Ab(n,5).ngClassValid,e.Ab(n,5).ngClassInvalid,e.Ab(n,5).ngClassPending)})}function Xt(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.context.$implicit.value),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function la(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,n.context.$implicit.key)})}function na(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","0"]],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["00"]))],function(l,n){l(n,1,0,"0"),l(n,2,0,"0")},null)}function ua(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function ea(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.parent.parent.context.$implicit.endhour),l(n,3,0,n.context.$implicit.key)})}function ta(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","0"]],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["00"]))],function(l,n){l(n,1,0,"0"),l(n,2,0,"0")},null)}function aa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,61,"tr",[["class","noHighlight edit_row"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,16,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,14,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(4,0,null,null,13,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,12,"div",[["class","daysofweek_wrapper"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,9,"select",[["class","form-control"],["name","editDaysofweek"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,9).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,9).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.daysofweek=u)&&t),"change"===n&&(t=!1!==a.synchWeekday(l.parent.context.$implicit)&&t),t},null,null)),e.pb(7,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(8,{singleday:0,"":1}),e.pb(9,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(11,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(13,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,Yt)),e.pb(15,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,Zt)),e.pb(17,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(18,0,null,null,21,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(20,0,null,null,19,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(21,0,null,null,18,"div",[["class","row time-control-group"]],null,null,null,null,null)),(l()(),e.qb(22,0,null,null,7,"select",[["class","form-control"],["name","editStarthour"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,23).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,23).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.starthour=u)&&t),"change"===n&&(t=!1!==a.synchMins(l.parent.context.$implicit,"starthour")&&t),t},null,null)),e.pb(23,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(25,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(27,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,Xt)),e.pb(29,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(30,0,null,null,9,"select",[["class","form-control"],["name","editStartmins"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0;return"change"===n&&(t=!1!==e.Ab(l,31).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,31).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.startmins=u)&&t),t},null,null)),e.pb(31,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(33,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(35,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,la)),e.pb(37,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,na)),e.pb(39,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(40,0,null,null,21,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(42,0,null,null,19,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(43,0,null,null,18,"div",[["class","row time-control-group"]],null,null,null,null,null)),(l()(),e.qb(44,0,null,null,7,"select",[["class","form-control"],["name","editEndhour"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,45).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,45).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.endhour=u)&&t),"change"===n&&(t=!1!==a.synchMins(l.parent.context.$implicit)&&t),t},null,null)),e.pb(45,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(47,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(49,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,ua)),e.pb(51,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(52,0,null,null,9,"select",[["class","form-control"],["name","editEndmins"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,53).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,53).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.context.$implicit.endmins=u)&&t),"change"===n&&(t=!1!==a.synchMins(l.parent.context.$implicit,"endhour")&&t),t},null,null)),e.pb(53,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(55,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(57,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,ea)),e.pb(59,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,ta)),e.pb(61,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component,e=l(n,8,0,n.parent.context.$implicit.showWeekdays,!n.parent.context.$implicit.showWeekdays);l(n,7,0,"form-control",e),l(n,11,0,"editDaysofweek",n.parent.context.$implicit.daysofweek),l(n,15,0,u.ranges),l(n,17,0,n.parent.context.$implicit.showWeekdays),l(n,25,0,"editStarthour",n.parent.context.$implicit.starthour),l(n,29,0,u.hours),l(n,33,0,"editStartmins",n.parent.context.$implicit.startmins),l(n,37,0,u.mins),l(n,39,0,24==n.parent.context.$implicit.starthour),l(n,47,0,"editEndhour",n.parent.context.$implicit.endhour),l(n,51,0,u.hours),l(n,55,0,"editEndmins",n.parent.context.$implicit.endmins),l(n,59,0,u.mins),l(n,61,0,24==n.parent.context.$implicit.endhour)},function(l,n){l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform("Interval"))),l(n,6,0,e.sb(1,"interval-",n.parent.context.$implicit[".index"],""),e.Ab(n,13).ngClassUntouched,e.Ab(n,13).ngClassTouched,e.Ab(n,13).ngClassPristine,e.Ab(n,13).ngClassDirty,e.Ab(n,13).ngClassValid,e.Ab(n,13).ngClassInvalid,e.Ab(n,13).ngClassPending),l(n,18,0,e.Jb(n,18,0,e.Ab(n,19).transform("From"))),l(n,22,0,e.sb(1,"from-hh-",n.parent.context.$implicit[".index"],""),e.Ab(n,27).ngClassUntouched,e.Ab(n,27).ngClassTouched,e.Ab(n,27).ngClassPristine,e.Ab(n,27).ngClassDirty,e.Ab(n,27).ngClassValid,e.Ab(n,27).ngClassInvalid,e.Ab(n,27).ngClassPending),l(n,30,0,e.sb(1,"from-mm-",n.parent.context.$implicit[".index"],""),e.Ab(n,35).ngClassUntouched,e.Ab(n,35).ngClassTouched,e.Ab(n,35).ngClassPristine,e.Ab(n,35).ngClassDirty,e.Ab(n,35).ngClassValid,e.Ab(n,35).ngClassInvalid,e.Ab(n,35).ngClassPending),l(n,40,0,e.Jb(n,40,0,e.Ab(n,41).transform("To"))),l(n,44,0,e.sb(1,"to-hh-",n.parent.context.$implicit[".index"],""),e.Ab(n,49).ngClassUntouched,e.Ab(n,49).ngClassTouched,e.Ab(n,49).ngClassPristine,e.Ab(n,49).ngClassDirty,e.Ab(n,49).ngClassValid,e.Ab(n,49).ngClassInvalid,e.Ab(n,49).ngClassPending),l(n,52,0,e.sb(1,"to-hh-",n.parent.context.$implicit[".index"],""),e.Ab(n,57).ngClassUntouched,e.Ab(n,57).ngClassTouched,e.Ab(n,57).ngClassPristine,e.Ab(n,57).ngClassDirty,e.Ab(n,57).ngClassValid,e.Ab(n,57).ngClassInvalid,e.Ab(n,57).ngClassPending)})}function ia(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,1,"p",[],null,null,null,null,null)),(l()(),e.Ib(2,null,["",""]))],null,function(l,n){l(n,2,0,n.component.timeValidationErrorMsg)})}function ra(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,13,"tr",[["class","noHighlight controls"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,12,"td",[["colspan","3"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,11,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,2,"div",[["class","error_messages"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,ia)),e.pb(5,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(6,0,null,null,7,"div",[["class","form-group text-right"]],null,null,null,null,null)),(l()(),e.qb(7,0,null,null,2,"button",[["class","btn btn-default remove-icon-button"],["id","btn-remove"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.delete(l.parent.context.$implicit)&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(9,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-trash"]],null,null,null,null,null)),(l()(),e.qb(10,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0,t=l.component;return"floatBtnClick"===n&&(t.saveGlobalSettings(),e=!1!==t.saveSchedule(l.parent.context.$implicit)&&e),e},Kl.b,Kl.a)),e.pb(11,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"}),(l()(),e.qb(12,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(13,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,5,0,n.component.timeValidationError),l(n,11,0,e.Ab(n.parent.parent.parent,7).pristine,"save"),l(n,13,0,"cancel")},function(l,n){l(n,7,0,e.sb(1,"",e.Jb(n,7,0,e.Ab(n,8).transform("Delete")),""))})}function oa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,22,"tbody",[],[[8,"id",0],[2,"odd",null],[2,"even",null]],null,null,null,null)),(l()(),e.qb(1,0,null,null,17,"tr",[],[[8,"hidden",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.editRow(l.context.$implicit[".name"])&&e),e},null,null)),e.pb(2,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{ngClass:[0,"ngClass"]},null),e.Db(3,{disabled_row:0}),(l()(),e.qb(4,0,null,null,6,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(6,0,null,null,4,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(7,0,null,null,3,"span",[],null,null,null,null,null)),(l()(),e.Ib(8,null,["",""])),e.Eb(9,1),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(11,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(13,0,null,null,1,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.Ib(14,null,[" "," "])),(l()(),e.qb(15,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(17,0,null,null,1,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.Ib(18,null,[" "," "])),(l()(),e.hb(16777216,null,null,1,null,aa)),e.pb(20,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ra)),e.pb(22,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component,e=l(n,3,0,u.currentRow&&n.context.$implicit[".name"]!=u.currentRow||u.addNew);l(n,2,0,e),l(n,20,0,n.context.$implicit[".name"]==u.currentRow),l(n,22,0,n.context.$implicit[".name"]==u.currentRow)},function(l,n){var u=n.component;l(n,0,0,e.sb(1,"schedule-",n.context.index,""),n.context.odd,n.context.even),l(n,1,0,n.context.$implicit[".name"]==u.currentRow),l(n,4,0,e.Jb(n,4,0,e.Ab(n,5).transform("Interval")));var t=e.Jb(n,8,0,e.Ab(n,10).transform(e.Jb(n,8,0,l(n,9,0,e.Ab(n.parent.parent,2),n.context.$implicit.duration))));l(n,8,0,t),l(n,11,0,e.Jb(n,11,0,e.Ab(n,12).transform("From"))),l(n,14,0,n.context.$implicit.starttime),l(n,15,0,e.Jb(n,15,0,e.Ab(n,16).transform("To"))),l(n,18,0,n.context.$implicit.stoptime)})}function sa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,33,"div",[["class","row"],["style","margin-top: 40px;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Configuration of time quotas"])),(l()(),e.qb(4,0,null,null,29,"div",[["class","vendor-tables"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,2,"p",[["translate",""]],null,null,null,null,null)),e.pb(6,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Here you can define the time intervals for when you want your WiFi to be activated."])),(l()(),e.qb(8,0,null,null,3,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,2,"div",[["class","text-right"],["style","float: right;"]],null,null,null,null,null)),(l()(),e.qb(10,0,null,null,1,"button",[["class","btn btn-default small"],["id","add-interval"]],[[8,"disabled",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.addNewSchedule()&&e),e},null,null)),(l()(),e.qb(11,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-plus"]],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,21,"table",[["class","dataTable dataTableHighlight vendorTable-responsive time_control"]],null,null,null,null,null)),(l()(),e.qb(13,0,null,null,10,"thead",[],null,null,null,null,null)),(l()(),e.qb(14,0,null,null,9,"tr",[],null,null,null,null,null)),(l()(),e.qb(15,0,null,null,2,"th",[["translate",""]],null,null,null,null,null)),e.pb(16,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Interval"])),(l()(),e.qb(18,0,null,null,2,"th",[["translate",""]],null,null,null,null,null)),e.pb(19,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["From"])),(l()(),e.qb(21,0,null,null,2,"th",[["translate",""]],null,null,null,null,null)),e.pb(22,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["To"])),(l()(),e.qb(24,0,null,null,5,"tbody",[],[[8,"hidden",0]],null,null,null,null)),(l()(),e.qb(25,0,null,null,4,"tr",[["class","noHighlight"]],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,3,"td",[["class","text-center empty-vaps-list"],["colspan","3"]],null,null,null,null,null)),(l()(),e.qb(27,0,null,null,2,"span",[["class","hint"],["translate",""]],null,null,null,null,null)),e.pb(28,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Please click the + button to add a new schedule."])),(l()(),e.hb(16777216,null,null,1,null,Gt)),e.pb(31,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,oa)),e.pb(33,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var u=n.component;l(n,2,0,""),l(n,6,0,""),l(n,16,0,""),l(n,19,0,""),l(n,22,0,""),l(n,28,0,""),l(n,31,0,u.addNew),l(n,33,0,u.schedules)},function(l,n){var u=n.component;l(n,10,0,u.addNew||u.currentRow),l(n,24,0,u.schedules.length||u.addNew)})}function ba(l){return e.Kb(0,[e.Cb(0,Pt,[]),e.Cb(0,i.l,[]),e.Cb(0,Mt,[]),e.Gb(402653184,1,{delos:0}),(l()(),e.qb(4,0,null,null,30,"div",[["class","vendor-dialogs"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,29,"form",[["autocomplete","off"],["class","form-horizontal"],["id","wifi-schedule"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0;return"submit"===n&&(t=!1!==e.Ab(l,7).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,7).onReset()&&t),t},null,null)),e.pb(6,16384,null,0,m.w,[],null,null),e.pb(7,4210688,[[1,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(9,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(10,0,null,null,18,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(11,0,null,null,2,"h3",[["class","no_margin"],["translate",""]],null,null,null,null,null)),e.pb(12,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi schedule settings"])),(l()(),e.qb(14,0,null,null,12,"div",[["class","col-sm-6"],["style","padding-left: 0;"]],null,null,null,null,null)),(l()(),e.qb(15,0,null,null,2,"h5",[["translate",""]],null,null,null,null,null)),e.pb(16,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi schedule control"])),(l()(),e.qb(18,0,null,null,8,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(19,0,null,null,7,"label",[["for","wifi-schedule-enable"]],null,null,null,null,null)),(l()(),e.qb(20,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","wifi-schedule-enable"],["name","globalEnabled"],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,22).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.globalEnabled=u)&&t),"click"===n&&(a.markAsDirty(),t=!1!==a.resetOpenRows()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(22,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),e.pb(23,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),(l()(),e.qb(24,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(25,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.hb(16777216,null,null,1,null,Ft)),e.pb(28,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,$t)),e.pb(30,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Kt)),e.pb(32,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,sa)),e.pb(34,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,12,0,""),l(n,16,0,""),l(n,22,0,"1","0"),l(n,23,0),l(n,25,0,""),l(n,28,0,0!=u.globalEnabled),l(n,30,0,!u.addNew||!u.editSchedule),l(n,32,0,0!=u.globalEnabled),l(n,34,0,0!=u.globalEnabled)},function(l,n){var u=n.component;l(n,5,0,e.Ab(n,9).ngClassUntouched,e.Ab(n,9).ngClassTouched,e.Ab(n,9).ngClassPristine,e.Ab(n,9).ngClassDirty,e.Ab(n,9).ngClassValid,e.Ab(n,9).ngClassInvalid,e.Ab(n,9).ngClassPending),l(n,20,0,u.globalEnabled,1==u.globalEnabled)})}function ca(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"ng-component",[],null,null,null,ba,Tt)),e.Fb(512,null,Et.a,Et.a,[I.a,x.a]),e.pb(2,245760,null,0,jt.a,[Ol.a,I.a,Hl.a,Wl.a,Et.a],null,null)],function(l,n){l(n,2,0)},null)}var da=e.mb("ng-component",jt.a,ca,{},{},[]),pa=u("AEJi"),ga=function(){function l(){}return l.prototype.transform=function(l){if(null==l||""===l)return Object(wt.b)("N/A");switch(l){case"interval":return Object(wt.b)("Interval");case"quota":return Object(wt.b)("Quota");default:return Object(wt.b)(l)}},l}(),ha=u("9NBF"),fa=u("clF7"),ma=e.ob({encapsulation:0,styles:[[".timetable_container[_ngcontent-%COMP%]{margin-top:20px}.min-size-col[_ngcontent-%COMP%]{min-width:150px}.quota-status-icon[_ngcontent-%COMP%]{margin-right:6px}.quota-progress-text[_ngcontent-%COMP%]{margin-top:-15px;text-align:center}.quota-status-text[_ngcontent-%COMP%]{margin-bottom:10px}"]],data:{}});function va(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.saveGlobalSettings()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,e.Ab(n.parent.parent,10).pristine||e.Ab(n.parent.parent,10).invalid,"save")},null)}function Ca(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"cancel")},null)}function Aa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,va)),e.pb(2,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ca)),e.pb(4,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,2,0,e.Ab(n.parent,10).dirty),l(n,4,0,e.Ab(n.parent,10).dirty)},null)}function ka(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,0,"span",[["class","glyphicon glyphicon-ban-circle text-danger quota-status-icon"]],[[8,"id",0]],null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"span",[["translate",""]],[[8,"id",0]],null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Quota has been depleted"]))],function(l,n){l(n,3,0,"")},function(l,n){l(n,1,0,e.sb(1,"quota-ban-icon-",n.parent.parent.context.$implicit,"")),l(n,2,0,e.sb(1,"quota-ban-text-",n.parent.parent.context.$implicit,""))})}function ya(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,0,"span",[["class","glyphicon glyphicon-play quota-status-icon"]],[[8,"id",0]],null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"span",[["translate",""]],[[8,"id",0]],null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Quota is currently depleting"]))],function(l,n){l(n,3,0,"")},function(l,n){l(n,1,0,e.sb(1,"quota-play-icon-",n.parent.parent.context.$implicit,"")),l(n,2,0,e.sb(1,"quota-play-text-",n.parent.parent.context.$implicit,""))})}function qa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,0,"span",[["class","glyphicon glyphicon-pause quota-status-icon"]],[[8,"id",0]],null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"span",[["translate",""]],[[8,"id",0]],null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Station is not connected"]))],function(l,n){l(n,3,0,"")},function(l,n){l(n,1,0,e.sb(1,"quota-pause-icon-",n.parent.parent.context.$implicit,"")),l(n,2,0,e.sb(1,"quota-pause-text-",n.parent.parent.context.$implicit,""))})}function Ia(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,5,"span",[["class","quota-progress-text center-block"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(1,null,[" "," "])),e.Eb(2,2),e.Cb(131072,pa.d,[e.h,e.z]),e.Db(4,{duration:0}),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){var u=n.component;l(n,0,0,e.sb(1,"quota-progress-bar-text-",n.parent.parent.context.$implicit,""));var t=e.Jb(n,1,0,e.Ab(n,5).transform("{duration} remaining",l(n,4,0,e.Jb(n,1,0,e.Ab(n,3).transform(e.Jb(n,1,0,l(n,2,0,e.Ab(n.parent.parent.parent.parent,0),u.quotaStatus.get(n.parent.parent.context.$implicit).depletionTime,u.translateService.currentLang)),!0)))));l(n,1,0,t)})}function xa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,14,"div",[["class","row"]],[[8,"id",0],[1,"remaining",0],[1,"quota",0],[1,"running",0]],null,null,null,null)),(l()(),e.qb(1,0,null,null,6,"div",[["class","col-md-4 quota-status-text"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,ka)),e.pb(3,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ya)),e.pb(5,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,qa)),e.pb(7,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(8,0,null,null,6,"div",[["class","col-md-8"]],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,3,"div",[["class","progress"]],null,null,null,null,null)),(l()(),e.qb(10,0,null,null,2,"div",[["class","progress-bar progress-bar-striped"],["role","progressbar"]],[[8,"id",0],[2,"active",null],[2,"progress-bar-danger",null]],null,null,null,null)),e.pb(11,278528,null,0,i.r,[e.t,e.k,e.E],{ngStyle:[0,"ngStyle"]},null),e.Db(12,{width:0}),(l()(),e.hb(16777216,null,null,1,null,Ia)),e.pb(14,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,3,0,u.quotaStatus.get(n.parent.context.$implicit).depleted),l(n,5,0,!u.quotaStatus.get(n.parent.context.$implicit).depleted&&u.quotaStatus.get(n.parent.context.$implicit).running),l(n,7,0,!u.quotaStatus.get(n.parent.context.$implicit).depleted&&!u.quotaStatus.get(n.parent.context.$implicit).running);var e=l(n,12,0,100*(1-u.quotaStatus.get(n.parent.context.$implicit).remaining/u.quotaStatus.get(n.parent.context.$implicit).quota)+"%");l(n,11,0,e),l(n,14,0,!u.quotaStatus.get(n.parent.context.$implicit).depleted)},function(l,n){var u=n.component;l(n,0,0,e.sb(1,"quota-status-",n.parent.context.$implicit,""),u.quotaStatus.get(n.parent.context.$implicit).remaining,u.quotaStatus.get(n.parent.context.$implicit).quota,u.quotaStatus.get(n.parent.context.$implicit).running),l(n,10,0,e.sb(1,"quota-progress-bar-",n.parent.context.$implicit,""),u.quotaStatus.get(n.parent.context.$implicit).running,u.quotaStatus.get(n.parent.context.$implicit).depleted)})}function wa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[],[[8,"className",0]],null,null,null,null)),e.pb(1,278528,null,0,i.r,[e.t,e.k,e.E],{ngStyle:[0,"ngStyle"]},null),e.Db(2,{left:0,right:1}),e.Eb(3,1)],function(l,n){var u=l(n,2,0,n.parent.context.$implicit.leftPos+"%",n.parent.context.$implicit.rightPos+"%");l(n,1,0,u)},function(l,n){var u=e.sb(1,"status_on ",e.Jb(n,0,0,l(n,3,0,e.Ab(n.parent.parent.parent.parent.parent.parent,2),n.parent.context.$implicit.duration)),"");l(n,0,0,u)})}function Pa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"span",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,wa)),e.pb(2,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,2,0,n.parent.parent.parent.context.$implicit==n.context.$implicit.stations)},null)}function Ma(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,11,"div",[["class","day"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,7,"p",[],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"span",[["class","day-label-full"]],null,null,null,null,null)),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(5,0,null,null,3,"span",[["class","day-label-short"]],null,null,null,null,null)),(l()(),e.Ib(6,null,["",""])),e.Eb(7,1),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(9,0,null,null,2,"div",[["class","status"]],[[8,"id",0]],null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Pa)),e.pb(11,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){l(n,11,0,n.component.schedules)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit)));var u=e.Jb(n,6,0,e.Ab(n,8).transform(e.Jb(n,6,0,l(n,7,0,e.Ab(n.parent.parent.parent.parent,1),n.context.$implicit))));l(n,6,0,u),l(n,9,0,e.sb(1,"day_",n.context.index,""))})}function Ea(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,12,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"div",[["class","timetable_container clearfix"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Ma)),e.pb(3,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(4,0,null,null,8,"div",[["class","timetable_legend clearfix"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,3,"div",[["class","wifi_on"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(7,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi enabled"])),(l()(),e.qb(9,0,null,null,3,"div",[["class","wifi_off"]],null,null,null,null,null)),(l()(),e.qb(10,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(11,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi disabled"]))],function(l,n){l(n,3,0,n.component.days),l(n,7,0,""),l(n,11,0,"")},null)}function ja(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"div",[["class","row"],["style","margin-top: 20px;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,1,"h3",[],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(2,null,["",""])),(l()(),e.hb(16777216,null,null,1,null,xa)),e.pb(4,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ea)),e.pb(6,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,4,0,u.activeQuotas.includes(n.context.$implicit)),l(n,6,0,u.macAddressesList.includes(n.context.$implicit))},function(l,n){l(n,1,0,e.sb(1,"quota-station-",n.context.$implicit,"")),l(n,2,0,n.context.$implicit)})}function Ta(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,ja)),e.pb(2,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var u=n.component;l(n,2,0,u.makeUnique(u.macAddressesList.concat(u.activeQuotas)))},null)}function Fa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,12,null,null,null,null,null,null,null)),(l()(),e.qb(1,16777216,null,null,11,"input",[["class","form-control"],["containerClass","text-danger"],["id","pc-newMacAddr"],["maxlength","17"],["name","newMacAddr"],["placeholder","00:00:00:00:00:00"],["required",""],["triggers","none"]],[[1,"required",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"paste"],[null,"keyup"],[null,"click"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,2)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,2).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,2)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,2)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.stations=u)&&t),"paste"===n&&(t=!1!==a.formatMacAddress(a.newSchedule,u.clipboardData.getData("text/plain"),!1)&&t),"keyup"===n&&(t=!1!==a.formatMacAddress(a.newSchedule,e.Ab(l,8).value,!1)&&t),"click"===n&&(t=!1!==a.markAsDirty(e.Ab(l,8))&&t),t},null,null)),e.pb(2,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(3,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(4,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(5,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.q,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(8,671744,[["newMacAddr",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(10,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(11,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(0,null,null,0))],function(l,n){var u=n.component;l(n,3,0,""),l(n,4,0,"17"),l(n,5,0,u.macAddressPattern),l(n,8,0,"newMacAddr",u.newSchedule.stations),l(n,11,0,e.sb(1,"",e.Jb(n,11,0,e.Ab(n,12).transform("Invalid Mac address!")),""),"none","text-danger",e.Ab(n,8).invalid&&e.Ab(n,8).dirty)},function(l,n){l(n,1,0,e.Ab(n,3).required?"":null,e.Ab(n,4).maxlength?e.Ab(n,4).maxlength:null,e.Ab(n,5).pattern?e.Ab(n,5).pattern:null,e.Ab(n,10).ngClassUntouched,e.Ab(n,10).ngClassTouched,e.Ab(n,10).ngClassPristine,e.Ab(n,10).ngClassDirty,e.Ab(n,10).ngClassValid,e.Ab(n,10).ngClassInvalid,e.Ab(n,10).ngClassPending)})}function Sa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,12,null,null,null,null,null,null,null)),(l()(),e.qb(1,16777216,null,null,11,"input",[["class","form-control"],["containerClass","text-danger"],["id","pc-newMacAddr"],["maxlength","17"],["name","newMacAddr"],["placeholder","00:00:00:00:00:00"],["required",""],["triggers","none"]],[[1,"required",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"paste"],[null,"keyup"],[null,"click"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,2)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,2).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,2)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,2)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.station=u)&&t),"paste"===n&&(t=!1!==a.formatMacAddress(a.newSchedule,u.clipboardData.getData("text/plain"),!0)&&t),"keyup"===n&&(t=!1!==a.formatMacAddress(a.newSchedule,e.Ab(l,8).value,!0)&&t),"click"===n&&(t=!1!==a.markAsDirty(e.Ab(l,8))&&t),t},null,null)),e.pb(2,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(3,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(4,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(5,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.q,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(8,671744,[["newMacAddr",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(10,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(11,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(0,null,null,0))],function(l,n){var u=n.component;l(n,3,0,""),l(n,4,0,"17"),l(n,5,0,u.macAddressPattern),l(n,8,0,"newMacAddr",u.newSchedule.station),l(n,11,0,e.sb(1,"",e.Jb(n,11,0,e.Ab(n,12).transform("Invalid Mac address!")),""),"none","text-danger",e.Ab(n,8).invalid&&e.Ab(n,8).dirty)},function(l,n){l(n,1,0,e.Ab(n,3).required?"":null,e.Ab(n,4).maxlength?e.Ab(n,4).maxlength:null,e.Ab(n,5).pattern?e.Ab(n,5).pattern:null,e.Ab(n,10).ngClassUntouched,e.Ab(n,10).ngClassTouched,e.Ab(n,10).ngClassPristine,e.Ab(n,10).ngClassDirty,e.Ab(n,10).ngClassValid,e.Ab(n,10).ngClassInvalid,e.Ab(n,10).ngClassPending)})}function Va(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function $a(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit),l(n,2,0,n.context.$implicit)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit)))})}function Da(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,9,"select",[["class","form-control singleday"],["id","pc-weekday"],["name","newWeekday"]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,1).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,1).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.weekday=u)&&t),t},null,null)),e.pb(1,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(2,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(5,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(7,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,$a)),e.pb(9,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var u=n.component;l(n,2,0,u.newSchedule.showWeekdays),l(n,5,0,"newWeekday",u.newSchedule.weekday),l(n,9,0,u.days)},function(l,n){l(n,0,0,e.Ab(n,2).required?"":null,e.Ab(n,7).ngClassUntouched,e.Ab(n,7).ngClassTouched,e.Ab(n,7).ngClassPristine,e.Ab(n,7).ngClassDirty,e.Ab(n,7).ngClassValid,e.Ab(n,7).ngClassInvalid,e.Ab(n,7).ngClassPending)})}function Ba(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,23,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(2,0,null,null,21,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,20,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(4,0,null,null,19,"div",[["class","daysofweek_wrapper"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,16,"select",[["class","form-control"],["id","pc-interval"],["name","newDaysofweek"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,8).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,8).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.daysofweek=u)&&t),"change"===n&&(t=!1!==a.synchWeekday(a.newSchedule)&&t),t},null,null)),e.pb(6,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(7,{singleday:0,"":1}),e.pb(8,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(9,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(12,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(14,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(15,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(16,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(17,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(18,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["Select Interval"])),(l()(),e.hb(16777216,null,null,1,null,Va)),e.pb(21,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,Da)),e.pb(23,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component,e=l(n,7,0,u.newSchedule.showWeekdays,!u.newSchedule.showWeekdays);l(n,6,0,"form-control",e),l(n,9,0,""),l(n,12,0,"newDaysofweek",u.newSchedule.daysofweek),l(n,16,0,""),l(n,17,0,""),l(n,18,0,""),l(n,21,0,u.ranges),l(n,23,0,u.newSchedule.showWeekdays)},function(l,n){l(n,0,0,e.Jb(n,0,0,e.Ab(n,1).transform("Interval"))),l(n,5,0,e.Ab(n,9).required?"":null,e.Ab(n,14).ngClassUntouched,e.Ab(n,14).ngClassTouched,e.Ab(n,14).ngClassPristine,e.Ab(n,14).ngClassDirty,e.Ab(n,14).ngClassValid,e.Ab(n,14).ngClassInvalid,e.Ab(n,14).ngClassPending)})}function Ka(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,70,"td",[["class","clearfix"],["colspan","4"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(2,0,null,null,68,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,67,"select",[["class","form-control edit-radio"],["id","wifiTimeout"],["name","wifiTimeout"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,4).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,4).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.quota=u)&&t),t},null,null)),e.pb(4,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(5,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(8,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(10,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(11,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(12,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(13,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(14,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["Select time limit"])),(l()(),e.qb(16,0,null,null,4,"option",[["translate",""],["value","00:05"]],null,null,null,null,null)),e.pb(17,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(18,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(19,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["5 min"])),(l()(),e.qb(21,0,null,null,4,"option",[["translate",""],["value","00:15"]],null,null,null,null,null)),e.pb(22,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(23,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(24,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["15 min"])),(l()(),e.qb(26,0,null,null,4,"option",[["translate",""],["value","00:30"]],null,null,null,null,null)),e.pb(27,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(28,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(29,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["30 min"])),(l()(),e.qb(31,0,null,null,4,"option",[["translate",""],["value","01:00"]],null,null,null,null,null)),e.pb(32,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(33,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(34,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["1 h"])),(l()(),e.qb(36,0,null,null,4,"option",[["translate",""],["value","02:00"]],null,null,null,null,null)),e.pb(37,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(38,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(39,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["2 h"])),(l()(),e.qb(41,0,null,null,4,"option",[["translate",""],["value","03:00"]],null,null,null,null,null)),e.pb(42,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(43,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(44,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["3 h"])),(l()(),e.qb(46,0,null,null,4,"option",[["translate",""],["value","04:00"]],null,null,null,null,null)),e.pb(47,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(48,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(49,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["4 h"])),(l()(),e.qb(51,0,null,null,4,"option",[["translate",""],["value","05:00"]],null,null,null,null,null)),e.pb(52,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(53,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(54,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["5 h"])),(l()(),e.qb(56,0,null,null,4,"option",[["translate",""],["value","06:00"]],null,null,null,null,null)),e.pb(57,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(58,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(59,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["6 h"])),(l()(),e.qb(61,0,null,null,4,"option",[["translate",""],["value","12:00"]],null,null,null,null,null)),e.pb(62,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(63,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(64,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["12 h"])),(l()(),e.qb(66,0,null,null,4,"option",[["translate",""],["value","18:00"]],null,null,null,null,null)),e.pb(67,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(68,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(69,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["18 h"]))],function(l,n){var u=n.component;l(n,5,0,""),l(n,8,0,"wifiTimeout",u.newSchedule.quota),l(n,12,0,""),l(n,13,0,""),l(n,14,0,""),l(n,17,0,""),l(n,18,0,"00:05"),l(n,19,0,"00:05"),l(n,22,0,""),l(n,23,0,"00:15"),l(n,24,0,"00:15"),l(n,27,0,""),l(n,28,0,"00:30"),l(n,29,0,"00:30"),l(n,32,0,""),l(n,33,0,"01:00"),l(n,34,0,"01:00"),l(n,37,0,""),l(n,38,0,"02:00"),l(n,39,0,"02:00"),l(n,42,0,""),l(n,43,0,"03:00"),l(n,44,0,"03:00"),l(n,47,0,""),l(n,48,0,"04:00"),l(n,49,0,"04:00"),l(n,52,0,""),l(n,53,0,"05:00"),l(n,54,0,"05:00"),l(n,57,0,""),l(n,58,0,"06:00"),l(n,59,0,"06:00"),l(n,62,0,""),l(n,63,0,"12:00"),l(n,64,0,"12:00"),l(n,67,0,""),l(n,68,0,"18:00"),l(n,69,0,"18:00")},function(l,n){l(n,0,0,e.Jb(n,0,0,e.Ab(n,1).transform("Interval"))),l(n,3,0,e.Ab(n,5).required?"":null,e.Ab(n,10).ngClassUntouched,e.Ab(n,10).ngClassTouched,e.Ab(n,10).ngClassPristine,e.Ab(n,10).ngClassDirty,e.Ab(n,10).ngClassValid,e.Ab(n,10).ngClassInvalid,e.Ab(n,10).ngClassPending)})}function _a(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.context.$implicit.value),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function Ra(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.component.newSchedule.starthour),l(n,3,0,n.context.$implicit.key)})}function Ja(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","0"]],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["00"]))],function(l,n){l(n,1,0,"0"),l(n,2,0,"0")},null)}function Oa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,35,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(2,0,null,null,33,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,32,"div",[["class","row time-control-group"]],null,null,null,null,null)),(l()(),e.qb(4,0,null,null,14,"select",[["class","form-control"],["id","pc-from-hh"],["name","newStarthour"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,5).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,5).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.starthour=u)&&t),"change"===n&&(t=!1!==a.synchMins(a.newSchedule,"starthour")&&t),t},null,null)),e.pb(5,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(6,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(9,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(11,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(12,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(13,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(14,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(15,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["HH"])),(l()(),e.hb(16777216,null,null,1,null,_a)),e.pb(18,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(19,0,null,null,16,"select",[["class","form-control"],["id","pc-from-mm"],["name","newStartmins"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,20).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,20).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.startmins=u)&&t),t},null,null)),e.pb(20,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(21,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(24,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(26,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(27,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(28,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(29,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(30,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["MM"])),(l()(),e.hb(16777216,null,null,1,null,Ra)),e.pb(33,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ja)),e.pb(35,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,6,0,""),l(n,9,0,"newStarthour",u.newSchedule.starthour),l(n,13,0,""),l(n,14,0,""),l(n,15,0,""),l(n,18,0,u.hours),l(n,21,0,""),l(n,24,0,"newStartmins",u.newSchedule.startmins),l(n,28,0,""),l(n,29,0,""),l(n,30,0,""),l(n,33,0,u.mins),l(n,35,0,24==u.newSchedule.starthour)},function(l,n){l(n,0,0,e.Jb(n,0,0,e.Ab(n,1).transform("From"))),l(n,4,0,e.Ab(n,6).required?"":null,e.Ab(n,11).ngClassUntouched,e.Ab(n,11).ngClassTouched,e.Ab(n,11).ngClassPristine,e.Ab(n,11).ngClassDirty,e.Ab(n,11).ngClassValid,e.Ab(n,11).ngClassInvalid,e.Ab(n,11).ngClassPending),l(n,19,0,e.Ab(n,21).required?"":null,e.Ab(n,26).ngClassUntouched,e.Ab(n,26).ngClassTouched,e.Ab(n,26).ngClassPristine,e.Ab(n,26).ngClassDirty,e.Ab(n,26).ngClassValid,e.Ab(n,26).ngClassInvalid,e.Ab(n,26).ngClassPending)})}function Na(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function Ua(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.component.newSchedule.endhour),l(n,3,0,n.context.$implicit.key)})}function Wa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","0"]],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["00"]))],function(l,n){l(n,1,0,"0"),l(n,2,0,"0")},null)}function Ha(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,35,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(2,0,null,null,33,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,32,"div",[["class","row time-control-group"]],null,null,null,null,null)),(l()(),e.qb(4,0,null,null,14,"select",[["class","form-control"],["id","pc-to-hh"],["name","newEndhour"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,5).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,5).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.endhour=u)&&t),"change"===n&&(t=!1!==a.synchMins(a.newSchedule,"endhour")&&t),t},null,null)),e.pb(5,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(6,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(9,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(11,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(12,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(13,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(14,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(15,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["HH"])),(l()(),e.hb(16777216,null,null,1,null,Na)),e.pb(18,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(19,0,null,null,16,"select",[["class","form-control"],["id","pc-to-mm"],["name","newEndmin"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,20).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,20).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newSchedule.endmins=u)&&t),t},null,null)),e.pb(20,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(21,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(24,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(26,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(27,0,null,null,4,"option",[["default",""],["translate",""],["value",""]],null,null,null,null,null)),e.pb(28,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(29,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(30,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["MM"])),(l()(),e.hb(16777216,null,null,1,null,Ua)),e.pb(33,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,Wa)),e.pb(35,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,6,0,""),l(n,9,0,"newEndhour",u.newSchedule.endhour),l(n,13,0,""),l(n,14,0,""),l(n,15,0,""),l(n,18,0,u.hours),l(n,21,0,""),l(n,24,0,"newEndmin",u.newSchedule.endmins),l(n,28,0,""),l(n,29,0,""),l(n,30,0,""),l(n,33,0,u.mins),l(n,35,0,24==u.newSchedule.endhour)},function(l,n){l(n,0,0,e.Jb(n,0,0,e.Ab(n,1).transform("To"))),l(n,4,0,e.Ab(n,6).required?"":null,e.Ab(n,11).ngClassUntouched,e.Ab(n,11).ngClassTouched,e.Ab(n,11).ngClassPristine,e.Ab(n,11).ngClassDirty,e.Ab(n,11).ngClassValid,e.Ab(n,11).ngClassInvalid,e.Ab(n,11).ngClassPending),l(n,19,0,e.Ab(n,21).required?"":null,e.Ab(n,26).ngClassUntouched,e.Ab(n,26).ngClassTouched,e.Ab(n,26).ngClassPristine,e.Ab(n,26).ngClassDirty,e.Ab(n,26).ngClassValid,e.Ab(n,26).ngClassInvalid,e.Ab(n,26).ngClassPending)})}function za(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,1,"p",[],null,null,null,null,null)),(l()(),e.Ib(2,null,["",""]))],null,function(l,n){l(n,2,0,n.component.timeValidationErrorMsg)})}function La(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,48,"tbody",[["class","new_entry"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,37,"tr",[["class","noHighlight"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,6,"td",[["class","clearfix min-size-col"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(4,0,null,null,4,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Fa)),e.pb(6,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Sa)),e.pb(8,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(9,0,null,null,21,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(11,0,null,null,19,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,18,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(13,0,[["newConfigTypeEl",1]],null,17,"select",[["class","form-control"],["id","type-configuration"],["name","newConfigType"],["required",""]],[[1,"required",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,14).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,14).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.newConfigType=u)&&t),"change"===n&&(t=!1!==a.changeType(e.Ab(l,13).value)&&t),t},null,null)),e.pb(14,16384,null,0,m.r,[e.E,e.k],null,null),e.pb(15,16384,null,0,m.q,[],{required:[0,"required"]},null),e.Fb(1024,null,m.h,function(l){return[l]},[m.q]),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(18,671744,null,0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(20,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(21,0,null,null,4,"option",[["default",""],["translate",""],["value","interval"]],null,null,null,null,null)),e.pb(22,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(23,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(24,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["Interval"])),(l()(),e.qb(26,0,null,null,4,"option",[["translate",""],["value","quota"]],null,null,null,null,null)),e.pb(27,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(28,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(29,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["Quota"])),(l()(),e.hb(16777216,null,null,1,null,Ba)),e.pb(32,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ka)),e.pb(34,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Oa)),e.pb(36,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ha)),e.pb(38,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(39,0,null,null,9,"tr",[["class","noHighlight controls"]],null,null,null,null,null)),(l()(),e.qb(40,0,null,null,8,"td",[["colspan","9"]],null,null,null,null,null)),(l()(),e.qb(41,0,null,null,2,"div",[["class","error_messages"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,za)),e.pb(43,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(44,0,null,null,4,"div",[],null,null,null,null,null)),(l()(),e.qb(45,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.saveNew()&&e),e},Kl.b,Kl.a)),e.pb(46,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"}),(l()(),e.qb(47,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(48,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){var u=n.component;l(n,6,0,"interval"==u.newConfigType),l(n,8,0,"interval"!=u.newConfigType),l(n,15,0,""),l(n,18,0,"newConfigType",u.newConfigType),l(n,22,0,""),l(n,23,0,"interval"),l(n,24,0,"interval"),l(n,27,0,""),l(n,28,0,"quota"),l(n,29,0,"quota"),l(n,32,0,"interval"==u.newConfigType||"quota"==u.newConfigType),l(n,34,0,"interval"!=u.newConfigType),l(n,36,0,"interval"==u.newConfigType),l(n,38,0,"interval"==u.newConfigType),l(n,43,0,u.timeValidationError),l(n,46,0,e.Ab(n.parent.parent,10).pristine||e.Ab(n.parent.parent,10).invalid,"save"),l(n,48,0,"cancel")},function(l,n){l(n,2,0,e.Jb(n,2,0,e.Ab(n,3).transform("MAC address"))),l(n,9,0,e.Jb(n,9,0,e.Ab(n,10).transform("Type"))),l(n,13,0,e.Ab(n,15).required?"":null,e.Ab(n,20).ngClassUntouched,e.Ab(n,20).ngClassTouched,e.Ab(n,20).ngClassPristine,e.Ab(n,20).ngClassDirty,e.Ab(n,20).ngClassValid,e.Ab(n,20).ngClassInvalid,e.Ab(n,20).ngClassPending)})}function Ga(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,null,null,null,null,null,null,null)),(l()(),e.qb(1,0,null,null,6,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,4,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.qb(4,0,null,null,3,"span",[],null,null,null,null,null)),(l()(),e.Ib(5,null,["",""])),e.Eb(6,1),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform("Days"))),l(n,3,0,e.sb(1,"schedule-days-",n.parent.context.index,""));var u=e.Jb(n,5,0,e.Ab(n,7).transform(e.Jb(n,5,0,l(n,6,0,e.Ab(n.parent.parent.parent,5),n.parent.context.$implicit.duration))));l(n,5,0,u)})}function Ya(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,8,null,null,null,null,null,null,null)),(l()(),e.qb(1,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(4,null,[" "," "])),(l()(),e.qb(5,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(7,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(8,null,[" "," "]))],null,function(l,n){l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform("From"))),l(n,3,0,e.sb(1,"schedule-from-",n.parent.context.index,"")),l(n,4,0,n.parent.context.$implicit.starttime),l(n,5,0,e.Jb(n,5,0,e.Ab(n,6).transform("To"))),l(n,7,0,e.sb(1,"schedule-to-",n.parent.context.index,"")),l(n,8,0,n.parent.context.$implicit.stoptime)})}function Qa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),e.Ib(1,null,[""," h "]))],null,function(l,n){var u=n.parent.parent.context.$implicit.time.split(",")[0];l(n,1,0,u)})}function Za(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"span",[],null,null,null,null,null)),(l()(),e.Ib(1,null,[""," min "]))],null,function(l,n){var u=n.parent.parent.context.$implicit.time.split(",")[1];l(n,1,0,u)})}function Xa(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,9,null,null,null,null,null,null,null)),(l()(),e.qb(1,0,null,null,8,"td",[["class","clearfix"],["colspan","4"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,6,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.qb(4,0,null,null,5,"span",[["translate",""]],null,null,null,null,null)),e.pb(5,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.hb(16777216,null,null,1,null,Qa)),e.pb(7,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Za)),e.pb(9,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,5,0,"");var u=n.parent.context.$implicit.time.split(",")[0]-0;l(n,7,0,u);var e=n.parent.context.$implicit.time.split(",")[1]-0;l(n,9,0,e)},function(l,n){l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform("Quota"))),l(n,3,0,e.sb(1,"schedule-quota-",n.parent.context.index,""))})}function li(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,11,null,null,null,null,null,null,null)),(l()(),e.qb(1,16777216,null,null,10,"input",[["class","form-control"],["containerClass","text-danger"],["id","pc-MacAddr"],["name","macAddr"],["required",""],["triggers","none"]],[[1,"required",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"paste"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,2)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,2).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,2)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,2)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.stations=u)&&t),"keyup"===n&&(t=!1!==a.formatMacAddress(l.parent.parent.context.$implicit,e.Ab(l,7).value,!1)&&t),"paste"===n&&(t=!1!==a.formatMacAddress(l.parent.parent.context.$implicit,u.clipboardData.getData("text/plain"),!1)&&t),t},null,null)),e.pb(2,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(3,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(4,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n){return[l,n]},[m.q,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(7,671744,[["macAddr",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(9,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(10,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(0,null,null,0))],function(l,n){var u=n.component;l(n,3,0,""),l(n,4,0,u.macAddressPattern),l(n,7,0,"macAddr",n.parent.parent.context.$implicit.stations),l(n,10,0,e.sb(1,"",e.Jb(n,10,0,e.Ab(n,11).transform("Invalid Mac address!")),""),"none","text-danger",e.Ab(n,7).invalid&&e.Ab(n,7).dirty)},function(l,n){l(n,1,0,e.Ab(n,3).required?"":null,e.Ab(n,4).pattern?e.Ab(n,4).pattern:null,e.Ab(n,9).ngClassUntouched,e.Ab(n,9).ngClassTouched,e.Ab(n,9).ngClassPristine,e.Ab(n,9).ngClassDirty,e.Ab(n,9).ngClassValid,e.Ab(n,9).ngClassInvalid,e.Ab(n,9).ngClassPending)})}function ni(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,11,null,null,null,null,null,null,null)),(l()(),e.qb(1,16777216,null,null,10,"input",[["class","form-control"],["containerClass","text-danger"],["id","pc-MacAddr"],["name","macAddr"],["required",""],["triggers","none"]],[[1,"required",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"paste"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,2)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,2).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,2)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,2)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.station=u)&&t),"keyup"===n&&(t=!1!==a.formatMacAddress(l.parent.parent.context.$implicit,e.Ab(l,7).value,!0)&&t),"paste"===n&&(t=!1!==a.formatMacAddress(l.parent.parent.context.$implicit,u.clipboardData.getData("text/plain"),!0)&&t),t},null,null)),e.pb(2,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(3,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(4,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n){return[l,n]},[m.q,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(7,671744,[["macAddr",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(9,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(10,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(0,null,null,0))],function(l,n){var u=n.component;l(n,3,0,""),l(n,4,0,u.macAddressPattern),l(n,7,0,"macAddr",n.parent.parent.context.$implicit.station),l(n,10,0,e.sb(1,"",e.Jb(n,10,0,e.Ab(n,11).transform("Invalid Mac address!")),""),"none","text-danger",e.Ab(n,7).invalid&&e.Ab(n,7).dirty)},function(l,n){l(n,1,0,e.Ab(n,3).required?"":null,e.Ab(n,4).pattern?e.Ab(n,4).pattern:null,e.Ab(n,9).ngClassUntouched,e.Ab(n,9).ngClassTouched,e.Ab(n,9).ngClassPristine,e.Ab(n,9).ngClassDirty,e.Ab(n,9).ngClassValid,e.Ab(n,9).ngClassInvalid,e.Ab(n,9).ngClassPending)})}function ui(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function ei(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit),l(n,2,0,n.context.$implicit)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit)))})}function ti(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,"select",[["class","form-control singleday"],["name","editWeekday"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0;return"change"===n&&(t=!1!==e.Ab(l,1).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,1).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.parent.context.$implicit.weekday=u)&&t),t},null,null)),e.pb(1,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(3,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(5,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,ei)),e.pb(7,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null)],function(l,n){var u=n.component;l(n,3,0,"editWeekday",n.parent.parent.parent.context.$implicit.weekday),l(n,7,0,u.days)},function(l,n){l(n,0,0,e.sb(1,"pc-weekday-",n.parent.parent.parent.context.$implicit[".index"],""),e.Ab(n,5).ngClassUntouched,e.Ab(n,5).ngClassTouched,e.Ab(n,5).ngClassPristine,e.Ab(n,5).ngClassDirty,e.Ab(n,5).ngClassValid,e.Ab(n,5).ngClassInvalid,e.Ab(n,5).ngClassPending)})}function ai(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,17,null,null,null,null,null,null,null)),(l()(),e.qb(1,0,null,null,16,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,14,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(4,0,null,null,13,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,12,"div",[["class","daysofweek_wrapper"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,9,"select",[["class","form-control"],["name","editDaysofweek"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,9).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,9).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.daysofweek=u)&&t),"change"===n&&(t=!1!==a.synchWeekday(l.parent.parent.context.$implicit)&&t),t},null,null)),e.pb(7,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(8,{singleday:0,"":1}),e.pb(9,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(11,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(13,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,ui)),e.pb(15,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,ti)),e.pb(17,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component,e=l(n,8,0,n.parent.parent.context.$implicit.showWeekdays,!n.parent.parent.context.$implicit.showWeekdays);l(n,7,0,"form-control",e),l(n,11,0,"editDaysofweek",n.parent.parent.context.$implicit.daysofweek),l(n,15,0,u.ranges),l(n,17,0,n.parent.parent.context.$implicit.showWeekdays)},function(l,n){l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform("Interval"))),l(n,6,0,e.sb(1,"pc-interval-",n.parent.parent.context.$implicit[".index"],""),e.Ab(n,13).ngClassUntouched,e.Ab(n,13).ngClassTouched,e.Ab(n,13).ngClassPristine,e.Ab(n,13).ngClassDirty,e.Ab(n,13).ngClassValid,e.Ab(n,13).ngClassInvalid,e.Ab(n,13).ngClassPending)})}function ii(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.context.$implicit.value),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function ri(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,n.context.$implicit.key)})}function oi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","0"]],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["00"]))],function(l,n){l(n,1,0,"0"),l(n,2,0,"0")},null)}function si(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(n.context.$implicit.key)))})}function bi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[],[[8,"hidden",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""]))],function(l,n){l(n,1,0,n.context.$implicit.value),l(n,2,0,n.context.$implicit.value)},function(l,n){l(n,0,0,24==n.parent.parent.parent.context.$implicit.endhour),l(n,3,0,n.context.$implicit.key)})}function ci(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"option",[["value","0"]],null,null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["00"]))],function(l,n){l(n,1,0,"0"),l(n,2,0,"0")},null)}function di(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,44,null,null,null,null,null,null,null)),(l()(),e.qb(1,0,null,null,21,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,19,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(4,0,null,null,18,"div",[["class","row time-control-group"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,7,"select",[["class","form-control"],["name","editStarthour"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,6).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,6).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.starthour=u)&&t),"change"===n&&(t=!1!==a.synchMins(l.parent.parent.context.$implicit,"starthour")&&t),t},null,null)),e.pb(6,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(8,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(10,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,ii)),e.pb(12,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(13,0,null,null,9,"select",[["class","form-control"],["name","editStartmins"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0;return"change"===n&&(t=!1!==e.Ab(l,14).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,14).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.startmins=u)&&t),t},null,null)),e.pb(14,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(16,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(18,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,ri)),e.pb(20,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,oi)),e.pb(22,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(23,0,null,null,21,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(25,0,null,null,19,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(26,0,null,null,18,"div",[["class","row time-control-group"]],null,null,null,null,null)),(l()(),e.qb(27,0,null,null,7,"select",[["class","form-control"],["name","editEndhour"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,28).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,28).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.endhour=u)&&t),"change"===n&&(t=!1!==a.synchMins(l.parent.parent.context.$implicit)&&t),t},null,null)),e.pb(28,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(30,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(32,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,si)),e.pb(34,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.qb(35,0,null,null,9,"select",[["class","form-control"],["name","editEndmins"]],[[8,"id",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,36).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,36).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.endmins=u)&&t),"change"===n&&(t=!1!==a.synchMins(l.parent.parent.context.$implicit,"endhour")&&t),t},null,null)),e.pb(36,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(38,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(40,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,bi)),e.pb(42,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),(l()(),e.hb(16777216,null,null,1,null,ci)),e.pb(44,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,8,0,"editStarthour",n.parent.parent.context.$implicit.starthour),l(n,12,0,u.hours),l(n,16,0,"editStartmins",n.parent.parent.context.$implicit.startmins),l(n,20,0,u.mins),l(n,22,0,24==n.parent.parent.context.$implicit.starthour),l(n,30,0,"editEndhour",n.parent.parent.context.$implicit.endhour),l(n,34,0,u.hours),l(n,38,0,"editEndmins",n.parent.parent.context.$implicit.endmins),l(n,42,0,u.mins),l(n,44,0,24==n.parent.parent.context.$implicit.endhour)},function(l,n){l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform("From"))),l(n,5,0,e.sb(1,"pc-from-hh-",n.parent.parent.context.$implicit[".index"],""),e.Ab(n,10).ngClassUntouched,e.Ab(n,10).ngClassTouched,e.Ab(n,10).ngClassPristine,e.Ab(n,10).ngClassDirty,e.Ab(n,10).ngClassValid,e.Ab(n,10).ngClassInvalid,e.Ab(n,10).ngClassPending),l(n,13,0,e.sb(1,"pc-from-mm-",n.parent.parent.context.$implicit[".index"],""),e.Ab(n,18).ngClassUntouched,e.Ab(n,18).ngClassTouched,e.Ab(n,18).ngClassPristine,e.Ab(n,18).ngClassDirty,e.Ab(n,18).ngClassValid,e.Ab(n,18).ngClassInvalid,e.Ab(n,18).ngClassPending),l(n,23,0,e.Jb(n,23,0,e.Ab(n,24).transform("To"))),l(n,27,0,e.sb(1,"pc-to-hh-",n.parent.parent.context.$implicit[".index"],""),e.Ab(n,32).ngClassUntouched,e.Ab(n,32).ngClassTouched,e.Ab(n,32).ngClassPristine,e.Ab(n,32).ngClassDirty,e.Ab(n,32).ngClassValid,e.Ab(n,32).ngClassInvalid,e.Ab(n,32).ngClassPending),l(n,35,0,e.sb(1,"pc-to-hh-",n.parent.parent.context.$implicit[".index"],""),e.Ab(n,40).ngClassUntouched,e.Ab(n,40).ngClassTouched,e.Ab(n,40).ngClassPristine,e.Ab(n,40).ngClassDirty,e.Ab(n,40).ngClassValid,e.Ab(n,40).ngClassInvalid,e.Ab(n,40).ngClassPending)})}function pi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,64,null,null,null,null,null,null,null)),(l()(),e.qb(1,0,null,null,63,"td",[["class","clearfix"],["colspan","4"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,61,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(4,0,null,null,60,"select",[["class","form-control edit-radio"],["id","wifiTimeout"],["name","wifiTimeout"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0;return"change"===n&&(t=!1!==e.Ab(l,5).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,5).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(l.parent.parent.context.$implicit.quota=u)&&t),t},null,null)),e.pb(5,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(7,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(9,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(10,0,null,null,4,"option",[["translate",""],["value","00:05"]],null,null,null,null,null)),e.pb(11,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(12,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(13,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["5 min"])),(l()(),e.qb(15,0,null,null,4,"option",[["translate",""],["value","00:15"]],null,null,null,null,null)),e.pb(16,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(17,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(18,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["15 min"])),(l()(),e.qb(20,0,null,null,4,"option",[["translate",""],["value","00:30"]],null,null,null,null,null)),e.pb(21,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(22,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(23,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["30 min"])),(l()(),e.qb(25,0,null,null,4,"option",[["translate",""],["value","01:00"]],null,null,null,null,null)),e.pb(26,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(27,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(28,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["1 h"])),(l()(),e.qb(30,0,null,null,4,"option",[["translate",""],["value","02:00"]],null,null,null,null,null)),e.pb(31,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(32,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(33,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["2 h"])),(l()(),e.qb(35,0,null,null,4,"option",[["translate",""],["value","03:00"]],null,null,null,null,null)),e.pb(36,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(37,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(38,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["3 h"])),(l()(),e.qb(40,0,null,null,4,"option",[["translate",""],["value","04:00"]],null,null,null,null,null)),e.pb(41,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(42,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(43,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["4 h"])),(l()(),e.qb(45,0,null,null,4,"option",[["translate",""],["value","05:00"]],null,null,null,null,null)),e.pb(46,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(47,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(48,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["5 h"])),(l()(),e.qb(50,0,null,null,4,"option",[["translate",""],["value","06:00"]],null,null,null,null,null)),e.pb(51,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(52,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(53,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["6 h"])),(l()(),e.qb(55,0,null,null,4,"option",[["translate",""],["value","12:00"]],null,null,null,null,null)),e.pb(56,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(57,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(58,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["12 h"])),(l()(),e.qb(60,0,null,null,4,"option",[["translate",""],["value","18:00"]],null,null,null,null,null)),e.pb(61,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(62,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(63,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["18 h"]))],function(l,n){l(n,7,0,"wifiTimeout",n.parent.parent.context.$implicit.quota),l(n,11,0,""),l(n,12,0,"00:05"),l(n,13,0,"00:05"),l(n,16,0,""),l(n,17,0,"00:15"),l(n,18,0,"00:15"),l(n,21,0,""),l(n,22,0,"00:30"),l(n,23,0,"00:30"),l(n,26,0,""),l(n,27,0,"01:00"),l(n,28,0,"01:00"),l(n,31,0,""),l(n,32,0,"02:00"),l(n,33,0,"02:00"),l(n,36,0,""),l(n,37,0,"03:00"),l(n,38,0,"03:00"),l(n,41,0,""),l(n,42,0,"04:00"),l(n,43,0,"04:00"),l(n,46,0,""),l(n,47,0,"05:00"),l(n,48,0,"05:00"),l(n,51,0,""),l(n,52,0,"06:00"),l(n,53,0,"06:00"),l(n,56,0,""),l(n,57,0,"12:00"),l(n,58,0,"12:00"),l(n,61,0,""),l(n,62,0,"18:00"),l(n,63,0,"18:00")},function(l,n){l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform("Interval"))),l(n,4,0,e.Ab(n,9).ngClassUntouched,e.Ab(n,9).ngClassTouched,e.Ab(n,9).ngClassPristine,e.Ab(n,9).ngClassDirty,e.Ab(n,9).ngClassValid,e.Ab(n,9).ngClassInvalid,e.Ab(n,9).ngClassPending)})}function gi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,20,"tr",[["class","noHighlight edit_row"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,6,"td",[["class","clearfix min-size-col"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,4,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,li)),e.pb(5,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ni)),e.pb(7,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(8,0,null,null,6,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(10,0,null,null,4,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(11,0,null,null,3,"span",[],null,null,null,null,null)),(l()(),e.Ib(12,null,["",""])),e.Eb(13,1),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(16777216,null,null,1,null,ai)),e.pb(16,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,di)),e.pb(18,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,pi)),e.pb(20,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){l(n,5,0,"interval"==n.parent.context.$implicit.configType),l(n,7,0,"interval"!=n.parent.context.$implicit.configType),l(n,16,0,n.parent.context.$implicit.daysofweek),l(n,18,0,n.parent.context.$implicit.starttime),l(n,20,0,!n.parent.context.$implicit.starttime)},function(l,n){l(n,1,0,e.Jb(n,1,0,e.Ab(n,2).transform("MAC address"))),l(n,8,0,e.Jb(n,8,0,e.Ab(n,9).transform("Type")));var u=e.Jb(n,12,0,e.Ab(n,14).transform(e.Jb(n,12,0,l(n,13,0,e.Ab(n.parent.parent.parent,4),n.parent.context.$implicit.configType))));l(n,12,0,u)})}function hi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,1,"p",[],null,null,null,null,null)),(l()(),e.Ib(2,null,["",""]))],null,function(l,n){l(n,2,0,n.component.timeValidationErrorMsg)})}function fi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[["class","form-group text-right"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"button",[["class","btn btn-default remove-icon-button"],["id","pc-btn-remove"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.delete(l.parent.parent.context.$implicit)&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(3,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-trash"]],null,null,null,null,null))],null,function(l,n){l(n,1,0,e.sb(1,"",e.Jb(n,1,0,e.Ab(n,2).transform("Delete")),""))})}function mi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,11,"tr",[["class","noHighlight controls"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,10,"td",[["colspan","5"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,9,"div",[["class","td-content"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,2,"div",[["class","error_messages"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,hi)),e.pb(5,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,fi)),e.pb(7,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(8,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.edit(l.parent.context.$implicit)&&e),e},Kl.b,Kl.a)),e.pb(9,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"}),(l()(),e.qb(10,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(11,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){var u=n.component;l(n,5,0,u.timeValidationError),l(n,7,0,!u.newQuota),l(n,9,0,e.Ab(n.parent.parent.parent,10).pristine||e.Ab(n.parent.parent.parent,10).invalid,"save"),l(n,11,0,"cancel")},null)}function vi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,24,"tbody",[],[[8,"id",0],[2,"odd",null],[2,"even",null]],null,null,null,null)),(l()(),e.qb(1,0,null,null,19,"tr",[],[[8,"hidden",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.editRow(l.context.index)&&e),e},null,null)),e.pb(2,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{ngClass:[0,"ngClass"]},null),e.Db(3,{disabled_row:0}),(l()(),e.qb(4,0,null,null,3,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(6,0,null,null,1,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.Ib(7,null,[" "," "])),(l()(),e.qb(8,0,null,null,6,"td",[["class","clearfix"]],[[1,"data-label",0]],null,null,null,null)),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(10,0,null,null,4,"div",[["class","td-content"]],[[8,"id",0]],null,null,null,null)),(l()(),e.qb(11,0,null,null,3,"span",[],null,null,null,null,null)),(l()(),e.Ib(12,null,["",""])),e.Eb(13,1),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.hb(16777216,null,null,1,null,Ga)),e.pb(16,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ya)),e.pb(18,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Xa)),e.pb(20,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,gi)),e.pb(22,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,mi)),e.pb(24,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component,e=l(n,3,0,n.context.index!==u.currentRow&&!1!==u.currentRow||u.addNew);l(n,2,0,e),l(n,16,0,n.context.$implicit.daysofweek),l(n,18,0,n.context.$implicit.starttime),l(n,20,0,!n.context.$implicit.starttime),l(n,22,0,n.context.index==u.currentRow&&!1!==u.currentRow),l(n,24,0,n.context.index==u.currentRow&&!1!==u.currentRow)},function(l,n){var u=n.component;l(n,0,0,e.sb(1,"pc-schedule-",n.context.index,""),n.context.odd,n.context.even),l(n,1,0,n.context.index===u.currentRow&&!1!==u.currentRow),l(n,4,0,e.Jb(n,4,0,e.Ab(n,5).transform("MAC address"))),l(n,6,0,e.sb(1,"schedule-mac-",n.context.index,"")),l(n,7,0,n.context.$implicit.stations?n.context.$implicit.stations:n.context.$implicit.station),l(n,8,0,e.Jb(n,8,0,e.Ab(n,9).transform("Type"))),l(n,10,0,e.sb(1,"schedule-type-",n.context.index,""));var t=e.Jb(n,12,0,e.Ab(n,14).transform(e.Jb(n,12,0,l(n,13,0,e.Ab(n.parent.parent,4),n.context.$implicit.configType))));l(n,12,0,t)})}function Ci(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,35,"div",[["class","row"],["style","margin-top: 40px;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Configuration"])),(l()(),e.qb(4,0,null,null,31,"div",[["class","vendor-tables"]],null,null,null,null,null)),(l()(),e.qb(5,0,null,null,2,"p",[["translate",""]],null,null,null,null,null)),e.pb(6,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Please note that WiFi schedule Settings have precedence over these settings!"])),(l()(),e.qb(8,0,null,null,2,"p",[["translate",""]],null,null,null,null,null)),e.pb(9,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["You can limit access to certain Wi-Fi devices by the MAC address. Please define the time periods during which Wi-Fi access is allowed."])),(l()(),e.qb(11,0,null,null,0,"br",[],null,null,null,null,null)),(l()(),e.qb(12,0,null,null,3,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(13,0,null,null,2,"div",[["class","text-right"],["style","float: right;"]],null,null,null,null,null)),(l()(),e.qb(14,0,null,null,1,"button",[["class","btn btn-default small"],["id","pc-add-interval"]],[[8,"disabled",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.addNewSchedule()&&e),e},null,null)),(l()(),e.qb(15,0,null,null,0,"span",[["aria-hidden","true"],["class","glyphicon glyphicon-plus"]],null,null,null,null,null)),(l()(),e.qb(16,0,null,null,19,"table",[["class","dataTable dataTableHighlight vendorTable-responsive time_control"]],null,null,null,null,null)),(l()(),e.qb(17,0,null,null,7,"thead",[],null,null,null,null,null)),(l()(),e.qb(18,0,null,null,6,"tr",[],null,null,null,null,null)),(l()(),e.qb(19,0,null,null,2,"th",[["translate",""]],null,null,null,null,null)),e.pb(20,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["MAC address"])),(l()(),e.qb(22,0,null,null,2,"th",[["colspan","4"],["translate",""]],null,null,null,null,null)),e.pb(23,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Type"])),(l()(),e.qb(25,0,null,null,5,"tbody",[],[[8,"hidden",0]],null,null,null,null)),(l()(),e.qb(26,0,null,null,4,"tr",[["class","noHighlight"]],null,null,null,null,null)),(l()(),e.qb(27,0,null,null,3,"td",[["class","text-center empty-vaps-list"],["colspan","9"]],null,null,null,null,null)),(l()(),e.qb(28,0,null,null,2,"span",[["class","hint"],["translate",""]],null,null,null,null,null)),e.pb(29,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Please click the + button to add a new schedule."])),(l()(),e.hb(16777216,null,null,1,null,La)),e.pb(32,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,2,null,vi)),e.pb(34,278528,null,0,i.n,[e.P,e.M,e.s],{ngForOf:[0,"ngForOf"]},null),e.Eb(35,2)],function(l,n){var u=n.component;l(n,2,0,""),l(n,6,0,""),l(n,9,0,""),l(n,20,0,""),l(n,23,0,""),l(n,29,0,""),l(n,32,0,u.addNew);var t=e.Jb(n,34,0,l(n,35,0,e.Ab(n.parent,3),u.schedules.concat(u.quotas),u.stations));l(n,34,0,t)},function(l,n){var u=n.component;l(n,14,0,u.addNew||u.editSchedule),l(n,25,0,u.schedules.length||u.quotas.length||u.addNew)})}function Ai(l){return e.Kb(0,[e.Cb(0,pa.b,[]),e.Cb(0,Pt,[]),e.Cb(0,i.l,[]),e.Cb(0,v.a,[]),e.Cb(0,ga,[]),e.Cb(0,Mt,[]),e.Gb(402653184,1,{delos:0}),(l()(),e.qb(7,0,null,null,24,"div",[["class","vendor-dialogs"]],null,null,null,null,null)),(l()(),e.qb(8,0,null,null,23,"form",[["autocomplete","off"],["class","form-horizontal"],["id","parental-control-form"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0;return"submit"===n&&(t=!1!==e.Ab(l,10).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,10).onReset()&&t),t},null,null)),e.pb(9,16384,null,0,m.w,[],null,null),e.pb(10,4210688,[[1,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(12,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(13,0,null,null,14,"div",[],null,null,null,null,null)),(l()(),e.qb(14,0,null,null,2,"h3",[["class","no_margin"],["translate",""]],null,null,null,null,null)),e.pb(15,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Parental Control"])),(l()(),e.qb(17,0,null,null,8,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(18,0,null,null,7,"label",[["for","pc-enable"]],null,null,null,null,null)),(l()(),e.qb(19,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","pc-enable"],["name","globalEnabled"],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,21).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.globalEnabled=u)&&t),"click"===n&&(a.markAsDirty(),t=!1!==a.resetOpenRows()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(21,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),e.pb(22,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),(l()(),e.qb(23,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(24,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.hb(16777216,null,null,1,null,Aa)),e.pb(27,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ta)),e.pb(29,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ci)),e.pb(31,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,15,0,""),l(n,21,0,"1","0"),l(n,22,0),l(n,24,0,""),l(n,27,0,!u.addNew&&!u.editSchedule),l(n,29,0,0!=u.globalEnabled),l(n,31,0,0!=u.globalEnabled)},function(l,n){var u=n.component;l(n,8,0,e.Ab(n,12).ngClassUntouched,e.Ab(n,12).ngClassTouched,e.Ab(n,12).ngClassPristine,e.Ab(n,12).ngClassDirty,e.Ab(n,12).ngClassValid,e.Ab(n,12).ngClassInvalid,e.Ab(n,12).ngClassPending),l(n,19,0,u.globalEnabled,1==u.globalEnabled)})}function ki(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"app-parental-control",[],null,null,null,Ai,ma)),e.Fb(512,null,ha.a,ha.a,[I.a,x.a]),e.pb(2,245760,null,0,fa.a,[Ol.a,Hl.a,ha.a,r.j],null,null)],function(l,n){l(n,2,0)},null)}var yi=e.mb("app-parental-control",fa.a,ki,{},{},[]),qi=u("5dpn"),Ii=u("1ZPt"),xi=e.ob({encapsulation:2,styles:[],data:{}});function wi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,26,"div",[],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,6,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","atf"],["name","atf"],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,4).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.atf=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(4,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(5,0,null,null,2,"label",[["for","atf"],["translate",""]],null,null,null,null,null)),e.pb(6,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Airtime Fairness"])),(l()(),e.qb(8,0,null,null,6,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(9,0,null,null,2,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","bsteer"],["name","bsteer"],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,11).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.bsteer=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(11,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(12,0,null,null,2,"label",[["for","bsteer"],["translate",""]],null,null,null,null,null)),e.pb(13,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Band Steering"])),(l()(),e.qb(15,0,null,null,5,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(16,0,null,null,2,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","ieee80211k"],["name","ieee80211k"],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,18).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.ieee80211k=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(18,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(19,0,null,null,1,"label",[["for","ieee80211k"]],null,null,null,null,null)),(l()(),e.Ib(-1,null,["IEEE 802.11k"])),(l()(),e.qb(21,0,null,null,5,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(22,0,null,null,2,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","ieee80211v"],["name","ieee80211v"],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,24).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.ieee80211v=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(24,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(25,0,null,null,1,"label",[["for","ieee80211v"]],null,null,null,null,null)),(l()(),e.Ib(-1,null,["IEEE 802.11v"]))],function(l,n){l(n,4,0,"1","0"),l(n,6,0,""),l(n,11,0,"1","0"),l(n,13,0,""),l(n,18,0,"1","0"),l(n,24,0,"1","0")},function(l,n){var u=n.component;l(n,2,0,u.atf,1==u.atf),l(n,9,0,u.bsteer,1==u.bsteer),l(n,16,0,u.ieee80211k,1==u.ieee80211k),l(n,22,0,u.ieee80211v,1==u.ieee80211v)})}function Pi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,11,"div",[["class","form-group clearfix"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(2,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi Clone"])),(l()(),e.qb(4,0,null,null,2,"p",[["class","form-group"],["translate",""]],null,null,null,null,null)),e.pb(5,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi Clone allows you to apply the WiFi access data (network name and WiFi password) of another WiFi access point to this device automatically. This requires that you start the configuration process and then press the WPS button on the device containing the WiFi access data (SSID and WiFi password) to be applied."])),(l()(),e.qb(7,0,null,null,4,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(8,0,null,null,3,"button",[["class","btn btn-default small"],["id","clone-ssid"],["translate",""]],[[8,"title",0],[8,"disabled",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.wpsClone()&&e),e},null,null)),e.pb(9,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.Ib(-1,null,["Start Configuration"]))],function(l,n){l(n,2,0,""),l(n,5,0,""),l(n,9,0,"")},function(l,n){var u=n.component;l(n,8,0,e.sb(1,"",e.Jb(n,8,0,e.Ab(n,10).transform(u.cloneSsidButtonTitle)),""),u.radiosDisabled||"running"===u.wpsCloneState)})}function Mi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,12,"div",[["style","margin: 40px 0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,8,"div",[["class","progress"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,7,"div",[["attr.aria-valuemax","120"],["attr.aria-valuemin","0"],["attr.aria-valuenow","elapsed || 0"],["class","progress-bar"],["role","progressbar"]],null,null,null,null,null)),e.pb(3,278528,null,0,i.r,[e.t,e.k,e.E],{ngStyle:[0,"ngStyle"]},null),e.Db(4,{width:0}),(l()(),e.Ib(5,null,[" "," "])),e.Eb(6,2),(l()(),e.qb(7,0,null,null,2,"span",[["translate",""]],null,null,null,null,null)),e.pb(8,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["s"])),(l()(),e.qb(10,0,null,null,2,"p",[["class","hint-text"],["translate",""]],null,null,null,null,null)),e.pb(11,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["WiFi Clone is active..."]))],function(l,n){var u=n.component,e=l(n,4,0,(u.elapsed/u.wpsCloneDuration*100||0)+"%");l(n,3,0,e),l(n,8,0,""),l(n,11,0,"")},function(l,n){var u=n.component,t=e.Jb(n,5,0,l(n,6,0,e.Ab(n.parent,0),u.elapsed||0,"1.0-0"));l(n,5,0,t)})}function Ei(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.save()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,e.Ab(n.parent,5).form.invalid,"save")},null)}function ji(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cancel()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"cancel")},null)}function Ti(l){return e.Kb(0,[e.Cb(0,i.f,[e.u]),e.Gb(402653184,1,{delos:0}),(l()(),e.qb(2,0,null,null,44,"div",[["class","vendor-dialogs"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,43,"form",[["autocomplete","off"],["class","form-horizontal"],["id","sonConfig"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0;return"submit"===n&&(t=!1!==e.Ab(l,5).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,5).onReset()&&t),t},null,null)),e.pb(4,16384,null,0,m.w,[],null,null),e.pb(5,4210688,[[1,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(7,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(8,0,null,null,2,"h3",[["class","no_margin"],["translate",""]],null,null,null,null,null)),e.pb(9,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Mesh WiFi"])),(l()(),e.qb(11,0,null,null,2,"p",[["translate",""]],null,null,null,null,null)),e.pb(12,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enabling the Mesh functionality features will optimize your inhome WiFi network experience while using your mobile devices. Inhome roaming solves your sticky client problem, Band Steering and Dynamic Frequency Selection provides WiFi access even with many clients and Airtime Fairness optimizes your bandwidth."])),(l()(),e.qb(14,0,null,null,7,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(15,0,null,null,3,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","enable"],["name","enable"],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,17).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.enable=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(17,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),e.pb(18,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),(l()(),e.qb(19,0,null,null,2,"label",[["for","enable"],["translate",""]],null,null,null,null,null)),e.pb(20,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.qb(22,0,null,null,16,"div",[["class","form-group clearfix"]],[[8,"hidden",0]],null,null,null,null)),(l()(),e.qb(23,0,null,null,15,"div",[["class","col-md-12"]],null,null,null,null,null)),(l()(),e.qb(24,0,null,null,2,"h4",[["class","not-first-child"],["translate",""]],null,null,null,null,null)),e.pb(25,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Features"])),(l()(),e.hb(16777216,null,null,1,null,wi)),e.pb(28,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.qb(29,0,null,null,3,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(30,0,null,null,2,"p",[["translate",""]],null,null,null,null,null)),e.pb(31,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,['IEEE 802.11r (also called "Fast Roaming") accelerates the login of a WiFi device to this WiFi access point. Requirement: The device was already connected to another WiFi access point with 802.11r enabled, identical network name (SSID), and identical encryption. Unfortunately, 802.11r is not compatible with every WiFi device. If you experience problems with any of your devices, please disable this option.'])),(l()(),e.qb(33,0,null,null,5,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(34,0,null,null,2,"input",[["appDelosCheckboxValue",""],["falseValue","0"],["id","ieee80211r"],["name","ieee80211r"],["trueValue","1"],["type","checkbox"]],[[8,"value",0],[8,"checked",0]],[[null,"valueChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,36).onInput(u)&&t),"valueChange"===n&&(t=!1!==(a.ieee80211r=u)&&t),"click"===n&&(t=!1!==a.markAsDirty()&&t),t},null,null)),e.Fb(135680,null,m.n,m.n,[[2,m.c],[8,null],[8,null],[8,null]]),e.pb(36,16384,null,0,Rl.a,[],{trueValue:[0,"trueValue"],falseValue:[1,"falseValue"]},{valueChange:"valueChange"}),(l()(),e.qb(37,0,null,null,1,"label",[["for","ieee80211r"]],null,null,null,null,null)),(l()(),e.Ib(-1,null,["IEEE 802.11r"])),(l()(),e.hb(16777216,null,null,1,null,Pi)),e.pb(40,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,Mi)),e.pb(42,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Ei)),e.pb(44,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,ji)),e.pb(46,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,9,0,""),l(n,12,0,""),l(n,17,0,"1","0"),l(n,18,0),l(n,20,0,""),l(n,25,0,""),l(n,28,0,null),l(n,31,0,""),l(n,36,0,"1","0"),l(n,40,0,null),l(n,42,0,"running"===u.wpsCloneState||"pending"===u.wpsCloneState),l(n,44,0,e.Ab(n,5).form.dirty),l(n,46,0,e.Ab(n,5).form.dirty)},function(l,n){var u=n.component;l(n,3,0,e.Ab(n,7).ngClassUntouched,e.Ab(n,7).ngClassTouched,e.Ab(n,7).ngClassPristine,e.Ab(n,7).ngClassDirty,e.Ab(n,7).ngClassValid,e.Ab(n,7).ngClassInvalid,e.Ab(n,7).ngClassPending),l(n,15,0,u.enable,1==u.enable),l(n,22,0,1!=u.enable),l(n,34,0,u.ieee80211r,1==u.ieee80211r)})}function Fi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"app-son",[],null,null,null,Ti,xi)),e.Fb(512,null,qi.a,qi.a,[I.a,x.a]),e.Fb(512,null,Fn.a,Fn.a,[I.a,x.a]),e.pb(3,245760,null,0,Ii.a,[qi.a,I.a,Fn.a,Hl.a,k.a,E.a],null,null)],function(l,n){l(n,3,0)},null)}var Si=e.mb("app-son",Ii.a,Fi,{},{},[]),Vi=u("0FX9"),$i=function(){function l(l){this.renderer=l,this.value=""}return l.prototype.ngOnChanges=function(){this.createQRCode()},l.prototype.createQRCode=function(){var l=this;if(this.value){var n=this.renderer.createElement("canvas");this.toCanvas(n).then(function(u){l.renderElement(n)}).catch(function(l){console.error(l)})}},l.prototype.renderElement=function(l){for(var n=0,u=this.qrcElement.nativeElement.childNodes;n<u.length;n++)this.renderer.removeChild(this.qrcElement.nativeElement,u[n]);this.renderer.appendChild(this.qrcElement.nativeElement,l)},l.prototype.toCanvas=function(l){var n=this;return new Promise(function(u,e){Vi.toCanvas(l,n.value,{errorCorrectionLevel:"M"},function(l){l?e(l):u("success")})})},l}(),Di=e.ob({encapsulation:2,styles:[],data:{}});function Bi(l){return e.Kb(0,[e.Gb(402653184,1,{qrcElement:0}),(l()(),e.qb(1,0,[[1,0],["qrcElement",1]],null,0,"div",[],null,null,null,null,null))],null,null)}var Ki=u("CMBB"),_i=u("gOaY"),Ri=e.ob({encapsulation:0,styles:[[".tiny-padding-top[_ngcontent-%COMP%]{padding-top:10px}.no-margin-top[_ngcontent-%COMP%]{margin-top:0}"]],data:{}});function Ji(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,6,"div",[["class","alert alert-warning alert-dismissible"],["role","alert"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"button",[["aria-label","Close"],["class","close"],["data-dismiss","alert"],["id","guest-network-warning-close"],["type","button"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,1,"span",[["aria-hidden","true"]],null,null,null,null,null)),(l()(),e.Ib(-1,null,["\xd7"])),(l()(),e.qb(4,0,null,null,2,"strong",[["translate",""]],null,null,null,null,null)),e.pb(5,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Switch your WiFi network on first so that your guest network can be used."]))],function(l,n){l(n,5,0,"")},null)}function Oi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"label",[["class","col-md-2 control-label text-right"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Frequency band:"]))],function(l,n){l(n,1,0,"")},null)}function Ni(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"label",[["class","col-md-2 control-label text-right"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Radio:"]))],function(l,n){l(n,1,0,"")},null)}function Ui(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["value","radio1"]],[[8,"disabled",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,"radio1"),l(n,2,0,"radio1")},function(l,n){var u=n.component;l(n,0,0,!u.radio1Enabled),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(u.radio1Band)))})}function Wi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["value","radio0"]],[[8,"disabled",0]],null,null,null,null)),e.pb(1,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(2,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(3,null,["",""])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){l(n,1,0,"radio0"),l(n,2,0,"radio0")},function(l,n){var u=n.component;l(n,0,0,!u.radio0Enabled),l(n,3,0,e.Jb(n,3,0,e.Ab(n,4).transform(u.radio0Band)))})}function Hi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,4,"option",[["translate",""],["value","radio1+radio0"]],[[8,"disabled",0]],null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(2,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(3,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["2.4 GHz + 5 GHz"]))],function(l,n){l(n,1,0,""),l(n,2,0,"radio1+radio0"),l(n,3,0,"radio1+radio0")},function(l,n){var u=n.component;l(n,0,0,!u.radio1Enabled||!u.radio0Enabled)})}function zi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,17,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Oi)),e.pb(2,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,Ni)),e.pb(4,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.qb(5,0,null,null,12,"div",[["class","col-md-10"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,11,"select",[["class","form-control edit-radio"],["id","guest_device"],["name","device"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,7).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,7).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.guest_device=u)&&t),t},null,null)),e.pb(7,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(9,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],isDisabled:[1,"isDisabled"],model:[2,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(11,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.hb(16777216,null,null,1,null,Ui)),e.pb(13,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Wi)),e.pb(15,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Hi)),e.pb(17,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,2,0,null),l(n,4,0,null),l(n,9,0,"device",!u.radio1Enabled&&!u.radio0Enabled,u.guest_device),l(n,13,0,u.hasRadio1),l(n,15,0,u.hasRadio0),l(n,17,0,u.hasRadio1&&u.hasRadio0)},function(l,n){l(n,6,0,e.Ab(n,11).ngClassUntouched,e.Ab(n,11).ngClassTouched,e.Ab(n,11).ngClassPristine,e.Ab(n,11).ngClassDirty,e.Ab(n,11).ngClassValid,e.Ab(n,11).ngClassInvalid,e.Ab(n,11).ngClassPending)})}function Li(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"label",[["class","col-md-2 control-label text-right"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Network name:"]))],function(l,n){l(n,1,0,"")},null)}function Gi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"label",[["class","col-md-2 control-label text-right"],["translate",""]],null,null,null,null,null)),e.pb(1,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["SSID:"]))],function(l,n){l(n,1,0,"")},null)}function Yi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,24,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,20,"div",[["class","input-group"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,0,"input",[["style","display:none;"],["type","password"]],null,null,null,null,null)),(l()(),e.qb(3,16777216,null,null,11,"input",[["aria-describedby","basic-addon1"],["autocomplete","new-password"],["class","form-control"],["containerClass","text-danger"],["id","guest_key"],["maxlength","64"],["name","guest_key"],["placement","bottom"],["triggers","none"]],[[8,"type",0],[1,"required",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,4)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,4).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,4)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,4)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.guest_key=u)&&t),"keyup"===n&&(t=!1!==a.keySsidCheck(a.guest_key)&&t),"focus"===n&&(t=!1!==a.keySsidCheck(a.guest_key)&&t),t},null,null)),e.pb(4,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(5,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(6,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(7,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.q,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(10,671744,[["keySsid",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(12,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(13,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],placement:[1,"placement"],triggers:[2,"triggers"],containerClass:[3,"containerClass"],isOpen:[4,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(15,0,null,null,6,"span",[["class","input-group-btn"]],null,null,null,null,null)),(l()(),e.qb(16,0,null,null,5,"button",[["class","btn btn-default"],["id","toggleKeyVisibility"],["type","button"]],[[8,"title",0]],[[null,"click"]],function(l,n,u){var e=!0;return"click"===n&&(e=!1!==l.component.toggleKeyVisibility()&&e),e},null,null)),e.Cb(131072,r.i,[r.j,e.h]),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(19,0,null,null,2,"span",[["class","glyphicon "]],null,null,null,null,null)),e.pb(20,278528,null,0,i.m,[e.s,e.t,e.k,e.E],{klass:[0,"klass"],ngClass:[1,"ngClass"]},null),e.Db(21,{"glyphicon-eye-close":0,"glyphicon-eye-open":1}),(l()(),e.qb(22,0,null,null,2,"span",[["class","hint-text text-right"]],null,null,null,null,null)),(l()(),e.Ib(23,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],function(l,n){var u=n.component;l(n,5,0,u.guest_key_required),l(n,6,0,"64"),l(n,7,0,u.regExPass),l(n,10,0,"guest_key",u.guest_key),l(n,13,0,e.sb(1,"",e.Jb(n,13,0,e.Ab(n,14).transform(u.key_ssid_error)),""),"bottom","none","text-danger",e.sb(1,"",e.Ab(n,10).invalid&&u.key_ssid_error||"",""));var t=l(n,21,0,"text"==u.keyInputType,"password"==u.keyInputType);l(n,20,0,"glyphicon ",t)},function(l,n){var u=n.component;l(n,3,1,[e.sb(1,"",u.keyInputType,""),e.Ab(n,5).required?"":null,e.Ab(n,6).maxlength?e.Ab(n,6).maxlength:null,e.Ab(n,7).pattern?e.Ab(n,7).pattern:null,e.Ab(n,12).ngClassUntouched,e.Ab(n,12).ngClassTouched,e.Ab(n,12).ngClassPristine,e.Ab(n,12).ngClassDirty,e.Ab(n,12).ngClassValid,e.Ab(n,12).ngClassInvalid,e.Ab(n,12).ngClassPending]),l(n,16,0,e.Jb(n,16,0,"text"==u.keyInputType?e.Ab(n,17).transform("Hide password"):e.Ab(n,18).transform("Show password"))),l(n,23,0,e.Jb(n,23,0,e.Ab(n,24).transform("A passphrase (8-63 characters) or a pre-shared key (64 characters) is required")))})}function Qi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,3,"div",[["class","col-xs-12"],["style","margin: 0; padding:0;"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,2,"span",[["class","hint-text text-right"]],null,null,null,null,null)),(l()(),e.Ib(2,null,[" "," "])),e.Cb(131072,r.i,[r.j,e.h])],null,function(l,n){l(n,2,0,e.Jb(n,2,0,e.Ab(n,3).transform("Your WiFi is not encrypted. Please activate the encryption.")))})}function Zi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,7,"div",[["class","row"]],null,null,null,null,null)),(l()(),e.qb(1,0,null,null,3,"div",[["class","col-md-offset-2 col-md-7 col-sm-6 col-sm-offset-2"]],null,null,null,null,null)),(l()(),e.qb(2,0,null,null,2,"p",[["class","pull-left"],["translate",""]],null,null,null,null,null)),e.pb(3,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["The QR-Code gives you easy access to the guest network using mobile devices such as smartphones or tablets. While scanning the QR-code the credentials for the guest network will be transferred to your mobile device."])),(l()(),e.qb(5,0,null,null,2,"div",[["class","col-md-2"]],null,null,null,null,null)),(l()(),e.qb(6,0,null,null,1,"app-qr-code",[],null,null,null,Bi,Di)),e.pb(7,573440,null,0,$i,[e.E],{value:[0,"value"]},null)],function(l,n){var u=n.component;l(n,3,0,""),l(n,7,0,u.qr)},null)}function Xi(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","save"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.save()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{disableFloatBtn:[0,"disableFloatBtn"],floatBtnType:[1,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,e.Ab(n.parent,5).invalid,"save")},null)}function lr(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,1,"app-float-btn",[["floatBtnType","cancel"]],null,[[null,"floatBtnClick"]],function(l,n,u){var e=!0;return"floatBtnClick"===n&&(e=!1!==l.component.cleanupForm()&&e),e},Kl.b,Kl.a)),e.pb(1,114688,null,0,_l.a,[],{floatBtnType:[0,"floatBtnType"]},{floatBtnClick:"floatBtnClick"})],function(l,n){l(n,1,0,"cancel")},null)}function nr(l){return e.Kb(0,[e.Gb(402653184,1,{delos:0}),e.Gb(402653184,2,{timeoutHint:0}),(l()(),e.qb(2,0,null,null,175,"div",[["class","vendor-dialogs buttons-dialog"],["id","wifi-guest"]],null,null,null,null,null)),(l()(),e.qb(3,0,null,null,174,"form",[["autocomplete","off"],["class","form-horizontal"],["id","guest"],["name","delos"],["novalidate",""]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"submit"],[null,"reset"]],function(l,n,u){var t=!0,a=l.component;return"submit"===n&&(t=!1!==e.Ab(l,5).onSubmit(u)&&t),"reset"===n&&(t=!1!==e.Ab(l,5).onReset()&&t),"submit"===n&&(t=!1!==a.save()&&t),t},null,null)),e.pb(4,16384,null,0,m.w,[],null,null),e.pb(5,4210688,[[1,4],["delos",4]],0,m.m,[[8,null],[8,null]],null,null),e.Fb(2048,null,m.c,null,[m.m]),e.pb(7,16384,null,0,m.l,[[4,m.c]],null,null),(l()(),e.qb(8,0,null,null,2,"h3",[["class","no_margin"],["translate",""]],null,null,null,null,null)),e.pb(9,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Configuration"])),(l()(),e.hb(16777216,null,null,1,null,Ji)),e.pb(12,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(13,0,null,null,10,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(14,0,null,null,6,"input",[["id","enable"],["name","enable"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,15).onChange(u.target.checked)&&t),"blur"===n&&(t=!1!==e.Ab(l,15).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.enable=u)&&t),"click"===n&&(t=!1!==e.Ab(l,5).form.markAsDirty()&&t),"change"===n&&(a.setRequiredSsidKey(),t=!1!==a.synchRadio()&&t),t},null,null)),e.pb(15,16384,null,0,m.b,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.b]),e.pb(17,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(19,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(20,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),(l()(),e.qb(21,0,null,null,2,"label",[["for","enable"],["translate",""]],null,null,null,null,null)),e.pb(22,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.qb(24,0,null,null,3,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(25,0,null,null,2,"span",[["class","pull-left"],["translate",""]],null,null,null,null,null)),e.pb(26,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["The guest network does only allow access to the internet."])),(l()(),e.hb(16777216,null,null,1,null,zi)),e.pb(29,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(30,0,null,null,17,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.hb(16777216,null,null,1,null,Li)),e.pb(32,212992,null,0,y.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.hb(16777216,null,null,1,null,Gi)),e.pb(34,212992,null,0,A.a,[e.M,e.P,k.a],{renderTemplate:[0,"renderTemplate"]},null),(l()(),e.qb(35,0,null,null,12,"div",[["class","col-md-10"]],null,null,null,null,null)),(l()(),e.qb(36,16777216,null,null,11,"input",[["class","form-control"],["containerClass","text-danger"],["id","guest_ssid"],["maxlength","32"],["name","guest_ssid"],["required",""],["triggers","none"],["type","text"]],[[1,"required",0],[1,"maxlength",0],[1,"pattern",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"keyup"],[null,"focus"],[null,"input"],[null,"blur"],[null,"compositionstart"],[null,"compositionend"]],function(l,n,u){var t=!0,a=l.component;return"input"===n&&(t=!1!==e.Ab(l,37)._handleInput(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,37).onTouched()&&t),"compositionstart"===n&&(t=!1!==e.Ab(l,37)._compositionStart()&&t),"compositionend"===n&&(t=!1!==e.Ab(l,37)._compositionEnd(u.target.value)&&t),"ngModelChange"===n&&(t=!1!==(a.guest_ssid=u)&&t),"keyup"===n&&(t=!1!==a.ssidCheck(a.guest_ssid)&&t),"focus"===n&&(t=!1!==a.ssidCheck(a.guest_ssid)&&t),t},null,null)),e.pb(37,16384,null,0,m.d,[e.E,e.k,[2,m.a]],null,null),e.pb(38,16384,null,0,m.q,[],{required:[0,"required"]},null),e.pb(39,540672,null,0,m.f,[],{maxlength:[0,"maxlength"]},null),e.pb(40,540672,null,0,m.p,[],{pattern:[0,"pattern"]},null),e.Fb(1024,null,m.h,function(l,n,u){return[l,n,u]},[m.q,m.f,m.p]),e.Fb(1024,null,m.i,function(l){return[l]},[m.d]),e.pb(43,671744,[["nameSsid",4]],0,m.n,[[2,m.c],[6,m.h],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(45,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(46,212992,null,0,Dl.a,[e.k,e.E,e.P,Bl.a,s.a],{popover:[0,"popover"],triggers:[1,"triggers"],containerClass:[2,"containerClass"],isOpen:[3,"isOpen"]},null),e.Cb(131072,r.i,[r.j,e.h]),(l()(),e.qb(48,0,null,null,34,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(49,0,null,null,2,"label",[["class","control-label col-md-2 text-right key-label tiny-padding-top"],["translate",""]],null,null,null,null,null)),e.pb(50,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Encryption:"])),(l()(),e.qb(52,0,null,null,30,"div",[["class","col-md-10"]],null,null,null,null,null)),(l()(),e.qb(53,0,null,null,25,"div",[["class","form-group no-margin-top"]],null,null,null,null,null)),(l()(),e.qb(54,0,null,null,24,"div",[["class","btn-group "]],null,null,null,null,null)),(l()(),e.qb(55,0,null,null,7,"button",[["btnRadio","psk2"],["class","btn btn-primary"],["id","encryption-guestWifi-wpa"],["name","encryptionGuestWifi"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,57).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.guestEncription=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.guest_ssid)&&t),t},null,null)),e.pb(56,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(57,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(59,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(61,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["WPA2"])),(l()(),e.qb(63,0,null,null,7,"button",[["btnRadio","psk-mixed+tkip+ccmp"],["class","btn btn-primary"],["id","encryption-guestWifi-wpa-wpa2"],["name","encryptionGuestWifi"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,65).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.guestEncription=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.guest_ssid)&&t),t},null,null)),e.pb(64,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(65,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(67,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(69,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["WPA/WPA2"])),(l()(),e.qb(71,0,null,null,7,"button",[["btnRadio","none"],["class","btn btn-primary"],["id","encryption-guestWifi-none"],["name","encryptionGuestWifi"],["translate",""],["type","button"]],[[2,"active",null],[1,"aria-pressed",0],[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"]],function(l,n,u){var t=!0,a=l.component;return"click"===n&&(t=!1!==e.Ab(l,73).onClick()&&t),"ngModelChange"===n&&(t=!1!==(a.guestEncription=u)&&t),"click"===n&&(t=!1!==a.onEncryptionChange(a.guest_ssid)&&t),t},null,null)),e.pb(72,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(73,81920,null,0,jn.a,[e.k,e.h,[2,Tn.a],e.E],{btnRadio:[0,"btnRadio"]},null),e.Fb(1024,null,m.i,function(l){return[l]},[jn.a]),e.pb(75,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(77,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.Ib(-1,null,["none"])),(l()(),e.hb(16777216,null,null,1,null,Yi)),e.pb(80,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Qi)),e.pb(82,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,Zi)),e.pb(84,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.qb(85,0,null,null,2,"h3",[["translate",""]],null,null,null,null,null)),e.pb(86,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Automatic shutoff"])),(l()(),e.qb(88,0,null,null,14,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(89,0,null,null,10,"div",[["class","col-md-6 no-padding-left"]],null,null,null,null,null)),(l()(),e.qb(90,0,null,null,6,"input",[["id","enableWifiTimeout"],["name","enableWifiTimeout"],["type","checkbox"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"click"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,91).onChange(u.target.checked)&&t),"blur"===n&&(t=!1!==e.Ab(l,91).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.enableWifiTimeout=u)&&t),"click"===n&&(t=!1!==e.Ab(l,5).form.markAsDirty()&&t),t},null,null)),e.pb(91,16384,null,0,m.b,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.b]),e.pb(93,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(95,16384,null,0,m.k,[[4,m.j]],null,null),e.pb(96,81920,null,0,Jl.a,[e.k,Ol.a,e.z],null,null),(l()(),e.qb(97,0,null,null,2,"label",[["for","enableWifiTimeout"],["translate",""]],null,null,null,null,null)),e.pb(98,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Enable"])),(l()(),e.qb(100,0,null,null,2,"div",[["class","col-md-6 text-right"]],null,null,null,null,null)),(l()(),e.qb(101,0,null,null,1,"app-guest-wifi-timeout",[],null,null,null,d.b,d.a)),e.pb(102,114688,[[2,4],["timeoutHint",4]],0,p.a,[g.a,r.j],null,null),(l()(),e.qb(103,0,null,null,3,"div",[["class","form-group"]],null,null,null,null,null)),(l()(),e.qb(104,0,null,null,2,"span",[["class","pull-left"],["translate",""]],null,null,null,null,null)),e.pb(105,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Select a time period. The guest WiFi network is automatically switched off after this period has elapsed."])),(l()(),e.qb(107,0,null,null,70,"div",[["class","form-group"]],[[8,"hidden",0]],null,null,null,null)),(l()(),e.qb(108,0,null,null,2,"label",[["class","col-md-4 control-label text-left"],["translate",""]],null,null,null,null,null)),e.pb(109,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),(l()(),e.Ib(-1,null,["Selected time period:"])),(l()(),e.qb(111,0,null,null,66,"div",[["class","col-md-8"]],null,null,null,null,null)),(l()(),e.qb(112,0,null,null,65,"select",[["class","form-control edit-radio"],["id","wifiTimeout"],["name","wifiTimeout"]],[[2,"ng-untouched",null],[2,"ng-touched",null],[2,"ng-pristine",null],[2,"ng-dirty",null],[2,"ng-valid",null],[2,"ng-invalid",null],[2,"ng-pending",null]],[[null,"ngModelChange"],[null,"change"],[null,"blur"]],function(l,n,u){var t=!0,a=l.component;return"change"===n&&(t=!1!==e.Ab(l,113).onChange(u.target.value)&&t),"blur"===n&&(t=!1!==e.Ab(l,113).onTouched()&&t),"ngModelChange"===n&&(t=!1!==(a.wifiTimeout=u)&&t),t},null,null)),e.pb(113,16384,null,0,m.r,[e.E,e.k],null,null),e.Fb(1024,null,m.i,function(l){return[l]},[m.r]),e.pb(115,671744,null,0,m.n,[[2,m.c],[8,null],[8,null],[6,m.i]],{name:[0,"name"],model:[1,"model"]},{update:"ngModelChange"}),e.Fb(2048,null,m.j,null,[m.n]),e.pb(117,16384,null,0,m.k,[[4,m.j]],null,null),(l()(),e.qb(118,0,null,null,4,"option",[["translate",""],["value","00:30"]],null,null,null,null,null)),e.pb(119,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(120,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(121,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["30 min"])),(l()(),e.qb(123,0,null,null,4,"option",[["translate",""],["value","01:00"]],null,null,null,null,null)),e.pb(124,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(125,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(126,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["1 h"])),(l()(),e.qb(128,0,null,null,4,"option",[["translate",""],["value","02:00"]],null,null,null,null,null)),e.pb(129,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(130,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(131,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["2 h"])),(l()(),e.qb(133,0,null,null,4,"option",[["translate",""],["value","03:00"]],null,null,null,null,null)),e.pb(134,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(135,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(136,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["3 h"])),(l()(),e.qb(138,0,null,null,4,"option",[["translate",""],["value","04:00"]],null,null,null,null,null)),e.pb(139,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(140,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(141,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["4 h"])),(l()(),e.qb(143,0,null,null,4,"option",[["translate",""],["value","05:00"]],null,null,null,null,null)),e.pb(144,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(145,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(146,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["5 h"])),(l()(),e.qb(148,0,null,null,4,"option",[["translate",""],["value","06:00"]],null,null,null,null,null)),e.pb(149,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(150,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(151,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["6 h"])),(l()(),e.qb(153,0,null,null,4,"option",[["translate",""],["value","12:00"]],null,null,null,null,null)),e.pb(154,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(155,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(156,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["12 h"])),(l()(),e.qb(158,0,null,null,4,"option",[["translate",""],["value","18:00"]],null,null,null,null,null)),e.pb(159,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(160,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(161,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["18 h"])),(l()(),e.qb(163,0,null,null,4,"option",[["translate",""],["value","24:00"]],null,null,null,null,null)),e.pb(164,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(165,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(166,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["24 h"])),(l()(),e.qb(168,0,null,null,4,"option",[["translate",""],["value","36:00"]],null,null,null,null,null)),e.pb(169,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(170,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(171,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["36 h"])),(l()(),e.qb(173,0,null,null,4,"option",[["translate",""],["value","48:00"]],null,null,null,null,null)),e.pb(174,8536064,null,0,r.d,[r.j,e.k,e.h],{translate:[0,"translate"]},null),e.pb(175,147456,null,0,m.o,[e.k,e.E,[2,m.r]],{value:[0,"value"]},null),e.pb(176,147456,null,0,m.y,[e.k,e.E,[8,null]],{value:[0,"value"]},null),(l()(),e.Ib(-1,null,["48 h"])),(l()(),e.hb(16777216,null,null,1,null,Xi)),e.pb(179,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null),(l()(),e.hb(16777216,null,null,1,null,lr)),e.pb(181,16384,null,0,i.o,[e.P,e.M],{ngIf:[0,"ngIf"]},null)],function(l,n){var u=n.component;l(n,9,0,""),l(n,12,0,!u.wifiEnabled),l(n,17,0,"enable",u.enable),l(n,20,0),l(n,22,0,""),l(n,26,0,""),l(n,29,0,u.hasRadio1),l(n,32,0,null),l(n,34,0,null),l(n,38,0,""),l(n,39,0,"32"),l(n,40,0,u.regExSsid),l(n,43,0,"guest_ssid",u.guest_ssid),l(n,46,0,e.sb(1,"",e.Jb(n,46,0,e.Ab(n,47).transform(u.ssid_error)),""),"none","text-danger",e.sb(1,"",e.Ab(n,43).invalid&&u.ssid_error||"","")),l(n,50,0,""),l(n,56,0,""),l(n,57,0,"psk2"),l(n,59,0,"encryptionGuestWifi",u.guestEncription),l(n,64,0,""),l(n,65,0,"psk-mixed+tkip+ccmp"),l(n,67,0,"encryptionGuestWifi",u.guestEncription),l(n,72,0,""),l(n,73,0,"none"),l(n,75,0,"encryptionGuestWifi",u.guestEncription),l(n,80,0,"none"!==u.guestEncription),l(n,82,0,"none"===u.guestEncription),l(n,84,0,u.enable),l(n,86,0,""),l(n,93,0,"enableWifiTimeout",u.enableWifiTimeout),l(n,96,0),l(n,98,0,""),l(n,102,0),l(n,105,0,""),l(n,109,0,""),l(n,115,0,"wifiTimeout",u.wifiTimeout),l(n,119,0,""),l(n,120,0,"00:30"),l(n,121,0,"00:30"),l(n,124,0,""),l(n,125,0,"01:00"),l(n,126,0,"01:00"),l(n,129,0,""),l(n,130,0,"02:00"),l(n,131,0,"02:00"),l(n,134,0,""),l(n,135,0,"03:00"),l(n,136,0,"03:00"),l(n,139,0,""),l(n,140,0,"04:00"),l(n,141,0,"04:00"),l(n,144,0,""),l(n,145,0,"05:00"),l(n,146,0,"05:00"),l(n,149,0,""),l(n,150,0,"06:00"),l(n,151,0,"06:00"),l(n,154,0,""),l(n,155,0,"12:00"),l(n,156,0,"12:00"),l(n,159,0,""),l(n,160,0,"18:00"),l(n,161,0,"18:00"),l(n,164,0,""),l(n,165,0,"24:00"),l(n,166,0,"24:00"),l(n,169,0,""),l(n,170,0,"36:00"),l(n,171,0,"36:00"),l(n,174,0,""),l(n,175,0,"48:00"),l(n,176,0,"48:00"),l(n,179,0,e.Ab(n,5).dirty),l(n,181,0,e.Ab(n,5).dirty)},function(l,n){var u=n.component;l(n,3,0,e.Ab(n,7).ngClassUntouched,e.Ab(n,7).ngClassTouched,e.Ab(n,7).ngClassPristine,e.Ab(n,7).ngClassDirty,e.Ab(n,7).ngClassValid,e.Ab(n,7).ngClassInvalid,e.Ab(n,7).ngClassPending),l(n,14,0,e.Ab(n,19).ngClassUntouched,e.Ab(n,19).ngClassTouched,e.Ab(n,19).ngClassPristine,e.Ab(n,19).ngClassDirty,e.Ab(n,19).ngClassValid,e.Ab(n,19).ngClassInvalid,e.Ab(n,19).ngClassPending),l(n,36,0,e.Ab(n,38).required?"":null,e.Ab(n,39).maxlength?e.Ab(n,39).maxlength:null,e.Ab(n,40).pattern?e.Ab(n,40).pattern:null,e.Ab(n,45).ngClassUntouched,e.Ab(n,45).ngClassTouched,e.Ab(n,45).ngClassPristine,e.Ab(n,45).ngClassDirty,e.Ab(n,45).ngClassValid,e.Ab(n,45).ngClassInvalid,e.Ab(n,45).ngClassPending),l(n,55,0,e.Ab(n,57).isActive,e.Ab(n,57).isActive,e.Ab(n,61).ngClassUntouched,e.Ab(n,61).ngClassTouched,e.Ab(n,61).ngClassPristine,e.Ab(n,61).ngClassDirty,e.Ab(n,61).ngClassValid,e.Ab(n,61).ngClassInvalid,e.Ab(n,61).ngClassPending),l(n,63,0,e.Ab(n,65).isActive,e.Ab(n,65).isActive,e.Ab(n,69).ngClassUntouched,e.Ab(n,69).ngClassTouched,e.Ab(n,69).ngClassPristine,e.Ab(n,69).ngClassDirty,e.Ab(n,69).ngClassValid,e.Ab(n,69).ngClassInvalid,e.Ab(n,69).ngClassPending),l(n,71,0,e.Ab(n,73).isActive,e.Ab(n,73).isActive,e.Ab(n,77).ngClassUntouched,e.Ab(n,77).ngClassTouched,e.Ab(n,77).ngClassPristine,e.Ab(n,77).ngClassDirty,e.Ab(n,77).ngClassValid,e.Ab(n,77).ngClassInvalid,e.Ab(n,77).ngClassPending),l(n,90,0,e.Ab(n,95).ngClassUntouched,e.Ab(n,95).ngClassTouched,e.Ab(n,95).ngClassPristine,e.Ab(n,95).ngClassDirty,e.Ab(n,95).ngClassValid,e.Ab(n,95).ngClassInvalid,e.Ab(n,95).ngClassPending),l(n,107,0,!u.enableWifiTimeout),l(n,112,0,e.Ab(n,117).ngClassUntouched,e.Ab(n,117).ngClassTouched,e.Ab(n,117).ngClassPristine,e.Ab(n,117).ngClassDirty,e.Ab(n,117).ngClassValid,e.Ab(n,117).ngClassInvalid,e.Ab(n,117).ngClassPending)})}function ur(l){return e.Kb(0,[(l()(),e.qb(0,0,null,null,2,"ng-component",[],null,null,null,nr,Ri)),e.Fb(512,null,Ki.a,Ki.a,[I.a,x.a]),e.pb(2,245760,null,0,_i.a,[Ki.a,Vn.a,Ol.a],null,null)],function(l,n){l(n,2,0)},null)}var er=e.mb("ng-component",_i.a,ur,{},{},[]),tr=u("mGS5"),ar=u("RChO"),ir=u("ueff"),rr=u("lOTE"),or=u("KXou"),sr=u("S7LP"),br=u("m2M5"),cr=u("ZLSo"),dr=u("9Xeq"),pr=u("yGOH"),gr=u("AW84"),hr=u("zCE2"),fr=u("Jg5P"),mr=u("Fq6B"),vr=u("Aivk"),Cr=u("rSzr"),Ar=u("LLTo"),kr=function(){return function(){}}(),yr=u("Vl9L"),qr=u("ub4/");u.d(n,"WifiModuleNgFactory",function(){return Ir});var Ir=e.nb(t,[],function(l){return e.xb([e.yb(512,e.j,e.cb,[[8,[a.a,$l,En,qu,fe,Te,_e,at,xt,da,yi,Si,er,tr.a,ar.a,ir.a,rr.a,or.a]],[3,e.j],e.x]),e.yb(4608,i.q,i.p,[e.u,[2,i.B]]),e.yb(4608,Ol.a,Ol.a,[[3,Ol.a]]),e.yb(4608,m.x,m.x,[]),e.yb(4608,sr.a,sr.a,[]),e.yb(4608,s.a,s.a,[e.j,e.z,e.q,sr.a,e.g]),e.yb(4608,Wl.a,Wl.a,[e.F,s.a]),e.yb(4608,b.a,b.a,[]),e.yb(4608,g.a,g.a,[I.a,x.a]),e.yb(4608,Bl.a,Bl.a,[]),e.yb(4608,M.a,M.a,[]),e.yb(1073742336,i.c,i.c,[]),e.yb(1073742336,zl.p,zl.p,[[2,zl.v],[2,zl.m]]),e.yb(1073742336,br.a,br.a,[]),e.yb(1073742336,r.g,r.g,[]),e.yb(1073742336,cr.a,cr.a,[]),e.yb(1073742336,m.t,m.t,[]),e.yb(1073742336,m.e,m.e,[]),e.yb(1073742336,dr.a,dr.a,[]),e.yb(1073742336,pr.a,pr.a,[]),e.yb(1073742336,gr.a,gr.a,[]),e.yb(1073742336,hr.a,hr.a,[]),e.yb(1073742336,fr.a,fr.a,[]),e.yb(1073742336,mr.a,mr.a,[]),e.yb(1073742336,vr.a,vr.a,[]),e.yb(1073742336,Cr.a,Cr.a,[]),e.yb(1073742336,Ar.a,Ar.a,[]),e.yb(1073742336,kr,kr,[]),e.yb(1073742336,pa.c,pa.c,[]),e.yb(1073742336,yr.a,yr.a,[]),e.yb(1073742336,t,t,[]),e.yb(1024,zl.j,function(){return[[{path:"status",component:w.a,data:{displayName:"Status",retailOrder:0}},{path:"radio0",component:Ul.a,data:{displayName:"2.4 GHz Radio",appHideForRetail:!0},canDeactivate:[qr.a]},{path:"radio1",component:Ul.a,data:{displayName:"5 GHz Radio",appHideForRetail:!0,hideForSingleRadio:!0},canDeactivate:[qr.a]},{path:"radios",component:Sn.a,data:{displayName:"WiFi networks",appHideForPro:!0,retailOrder:10},canDeactivate:[qr.a]},{path:"vaps",component:xu.a,data:{displayName:"SSIDs",appHideForRetail:!0},canDeactivate:[qr.a]},{path:"bridge",component:ve.a,data:{displayName:"Bridge",appHideForRetail:!0},canDeactivate:[qr.a]},{path:"radius",component:Se.a,data:{displayName:"RADIUS",appHideForRetail:!0},canDeactivate:[qr.a]},{path:"scanner",component:Je.a,data:{displayName:"Neighbour network",retailOrder:70}},{path:"wps",component:rt.a,data:{displayName:"WPS",retailOrder:60},canDeactivate:[qr.a]},{path:"wifiSchedule",component:jt.a,data:{displayName:"Schedule",retailOrder:40},canDeactivate:[qr.a]},{path:"ParentalControl",component:fa.a,data:{displayName:"Parental Control",retailOrder:50},canDeactivate:[qr.a]},{path:"son",component:Ii.a,data:{displayName:"Mesh WiFi",retailOrder:30},canDeactivate:[qr.a]},{path:"guest",component:_i.a,data:{displayName:"Guest network",retailOrder:20},canDeactivate:[qr.a]}]]},[])])})},QUaw:function(l,n,u){var e=u("Rb7d");n.render=function(l,n,u){var t=u,a=n;void 0!==t||n&&n.getContext||(t=n,n=void 0),n||(a=function(){try{return document.createElement("canvas")}catch(l){throw new Error("You need to specify a canvas element")}}()),t=e.getOptions(t);var i=e.getImageWidth(l.modules.size,t),r=a.getContext("2d"),o=r.createImageData(i,i);return e.qrToImageData(o.data,l,t),function(l,n,u){l.clearRect(0,0,n.width,n.height),n.style||(n.style={}),n.height=u,n.width=u,n.style.height=u+"px",n.style.width=u+"px"}(r,a,i),r.putImageData(o,0,0),a},n.renderToDataURL=function(l,u,e){var t=e;return void 0!==t||u&&u.getContext||(t=u,u=void 0),t||(t={}),n.render(l,u,t).toDataURL(t.type||"image/png",(t.rendererOpts||{}).quality)}},Rb7d:function(l,n){function u(l){if("string"!=typeof l)throw new Error("Color should be defined as hex string");var n=l.slice().replace("#","").split("");if(n.length<3||5===n.length||n.length>8)throw new Error("Invalid hex color: "+l);3!==n.length&&4!==n.length||(n=Array.prototype.concat.apply([],n.map(function(l){return[l,l]}))),6===n.length&&n.push("F","F");var u=parseInt(n.join(""),16);return{r:u>>24&255,g:u>>16&255,b:u>>8&255,a:255&u,hex:"#"+n.slice(0,6).join("")}}n.getOptions=function(l){l||(l={}),l.color||(l.color={});var n=l.width&&l.width>=21?l.width:void 0;return{width:n,scale:n?4:l.scale||4,margin:null==l.margin||l.margin<0?4:l.margin,color:{dark:u(l.color.dark||"#000000ff"),light:u(l.color.light||"#ffffffff")},type:l.type,rendererOpts:l.rendererOpts||{}}},n.getScale=function(l,n){return n.width&&n.width>=l+2*n.margin?n.width/(l+2*n.margin):n.scale},n.getImageWidth=function(l,u){var e=n.getScale(l,u);return Math.floor((l+2*u.margin)*e)},n.qrToImageData=function(l,u,e){for(var t=u.modules.size,a=u.modules.data,i=n.getScale(t,e),r=Math.floor((t+2*e.margin)*i),o=e.margin*i,s=[e.color.light,e.color.dark],b=0;b<r;b++)for(var c=0;c<r;c++){var d=4*(b*r+c),p=e.color.light;b>=o&&c>=o&&b<r-o&&c<r-o&&(p=s[a[Math.floor((b-o)/i)*t+Math.floor((c-o)/i)]?1:0]),l[d++]=p.r,l[d++]=p.g,l[d++]=p.b,l[d]=p.a}}},V35J:function(l,n,u){var e=u("Wogr");function t(l){if(!l||l<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=l,this.data=new e(l*l),this.data.fill(0),this.reservedBit=new e(l*l),this.reservedBit.fill(0)}t.prototype.set=function(l,n,u,e){var t=l*this.size+n;this.data[t]=u,e&&(this.reservedBit[t]=!0)},t.prototype.get=function(l,n){return this.data[l*this.size+n]},t.prototype.xor=function(l,n,u){this.data[l*this.size+n]^=u},t.prototype.isReserved=function(l,n){return this.reservedBit[l*this.size+n]},l.exports=t},Wogr:function(l,n,u){"use strict";var e=u("49sm"),t=(a.TYPED_ARRAY_SUPPORT=function(){try{var l=new Uint8Array(1);return l.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===l.foo()}catch(n){return!1}}())?2147483647:1073741823;function a(l,n,u){return a.TYPED_ARRAY_SUPPORT||this instanceof a?"number"==typeof l?o(this,l):function(l,n,u,e){if("number"==typeof n)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&n instanceof ArrayBuffer?function(l,n,u,e){if(u<0||n.byteLength<u)throw new RangeError("'offset' is out of bounds");if(n.byteLength<u+(e||0))throw new RangeError("'length' is out of bounds");var t;return t=void 0===u&&void 0===e?new Uint8Array(n):void 0===e?new Uint8Array(n,u):new Uint8Array(n,u,e),a.TYPED_ARRAY_SUPPORT?t.__proto__=a.prototype:t=s(l,t),t}(l,n,u,e):"string"==typeof n?function(l,n){var u=0|c(n),e=r(l,u),t=e.write(n);return t!==u&&(e=e.slice(0,t)),e}(l,n):function(l,n){if(a.isBuffer(n)){var u=0|i(n.length),e=r(l,u);return 0===e.length?e:(n.copy(e,0,0,u),e)}if(n){if("undefined"!=typeof ArrayBuffer&&n.buffer instanceof ArrayBuffer||"length"in n)return"number"!=typeof n.length||(t=n.length)!=t?r(l,0):s(l,n);if("Buffer"===n.type&&Array.isArray(n.data))return s(l,n.data)}var t;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(l,n)}(this,l,n,u):new a(l,n,u)}function i(l){if(l>=t)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+t.toString(16)+" bytes");return 0|l}function r(l,n){var u;return a.TYPED_ARRAY_SUPPORT?(u=new Uint8Array(n)).__proto__=a.prototype:(null===(u=l)&&(u=new a(n)),u.length=n),u}function o(l,n){var u=r(l,n<0?0:0|i(n));if(!a.TYPED_ARRAY_SUPPORT)for(var e=0;e<n;++e)u[e]=0;return u}function s(l,n){for(var u=n.length<0?0:0|i(n.length),e=r(l,u),t=0;t<u;t+=1)e[t]=255&n[t];return e}function b(l,n){var u;n=n||1/0;for(var e=l.length,t=null,a=[],i=0;i<e;++i){if((u=l.charCodeAt(i))>55295&&u<57344){if(!t){if(u>56319){(n-=3)>-1&&a.push(239,191,189);continue}if(i+1===e){(n-=3)>-1&&a.push(239,191,189);continue}t=u;continue}if(u<56320){(n-=3)>-1&&a.push(239,191,189),t=u;continue}u=65536+(t-55296<<10|u-56320)}else t&&(n-=3)>-1&&a.push(239,191,189);if(t=null,u<128){if((n-=1)<0)break;a.push(u)}else if(u<2048){if((n-=2)<0)break;a.push(u>>6|192,63&u|128)}else if(u<65536){if((n-=3)<0)break;a.push(u>>12|224,u>>6&63|128,63&u|128)}else{if(!(u<1114112))throw new Error("Invalid code point");if((n-=4)<0)break;a.push(u>>18|240,u>>12&63|128,u>>6&63|128,63&u|128)}}return a}function c(l){return a.isBuffer(l)?l.length:"undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(l)||l instanceof ArrayBuffer)?l.byteLength:("string"!=typeof l&&(l=""+l),0===l.length?0:b(l).length)}a.TYPED_ARRAY_SUPPORT&&(a.prototype.__proto__=Uint8Array.prototype,a.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&a[Symbol.species]===a&&Object.defineProperty(a,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1})),a.prototype.write=function(l,n,u){void 0===n?(u=this.length,n=0):void 0===u&&"string"==typeof n?(u=this.length,n=0):isFinite(n)&&(n|=0,isFinite(u)?u|=0:u=void 0);var e=this.length-n;if((void 0===u||u>e)&&(u=e),l.length>0&&(u<0||n<0)||n>this.length)throw new RangeError("Attempt to write outside buffer bounds");return function(l,n,u,e){return function(l,n,u,e){for(var t=0;t<e&&!(t+u>=n.length||t>=l.length);++t)n[t+u]=l[t];return t}(b(n,l.length-u),l,u,e)}(this,l,n,u)},a.prototype.slice=function(l,n){var u,e=this.length;if((l=~~l)<0?(l+=e)<0&&(l=0):l>e&&(l=e),(n=void 0===n?e:~~n)<0?(n+=e)<0&&(n=0):n>e&&(n=e),n<l&&(n=l),a.TYPED_ARRAY_SUPPORT)(u=this.subarray(l,n)).__proto__=a.prototype;else{var t=n-l;u=new a(t,void 0);for(var i=0;i<t;++i)u[i]=this[i+l]}return u},a.prototype.copy=function(l,n,u,e){if(u||(u=0),e||0===e||(e=this.length),n>=l.length&&(n=l.length),n||(n=0),e>0&&e<u&&(e=u),e===u)return 0;if(0===l.length||0===this.length)return 0;if(n<0)throw new RangeError("targetStart out of bounds");if(u<0||u>=this.length)throw new RangeError("sourceStart out of bounds");if(e<0)throw new RangeError("sourceEnd out of bounds");e>this.length&&(e=this.length),l.length-n<e-u&&(e=l.length-n+u);var t,i=e-u;if(this===l&&u<n&&n<e)for(t=i-1;t>=0;--t)l[t+n]=this[t+u];else if(i<1e3||!a.TYPED_ARRAY_SUPPORT)for(t=0;t<i;++t)l[t+n]=this[t+u];else Uint8Array.prototype.set.call(l,this.subarray(u,u+i),n);return i},a.prototype.fill=function(l,n,u){if("string"==typeof l){if("string"==typeof n?(n=0,u=this.length):"string"==typeof u&&(u=this.length),1===l.length){var e=l.charCodeAt(0);e<256&&(l=e)}}else"number"==typeof l&&(l&=255);if(n<0||this.length<n||this.length<u)throw new RangeError("Out of range index");if(u<=n)return this;var t;if(n>>>=0,u=void 0===u?this.length:u>>>0,l||(l=0),"number"==typeof l)for(t=n;t<u;++t)this[t]=l;else{var i=a.isBuffer(l)?l:new a(l),r=i.length;for(t=0;t<u-n;++t)this[t+n]=i[t%r]}return this},a.concat=function(l,n){if(!e(l))throw new TypeError('"list" argument must be an Array of Buffers');if(0===l.length)return r(null,0);var u;if(void 0===n)for(n=0,u=0;u<l.length;++u)n+=l[u].length;var t=o(null,n),i=0;for(u=0;u<l.length;++u){var s=l[u];if(!a.isBuffer(s))throw new TypeError('"list" argument must be an Array of Buffers');s.copy(t,i),i+=s.length}return t},a.byteLength=c,a.prototype._isBuffer=!0,a.isBuffer=function(l){return!(null==l||!l._isBuffer)},l.exports=a},aZ40:function(l,n,u){var e=u("Wogr"),t=new e(512),a=new e(256);!function(){for(var l=1,n=0;n<255;n++)t[n]=l,a[l]=n,256&(l<<=1)&&(l^=285);for(n=255;n<512;n++)t[n]=t[n-255]}(),n.log=function(l){if(l<1)throw new Error("log("+l+")");return a[l]},n.exp=function(l){return t[l]},n.mul=function(l,n){return 0===l||0===n?0:t[a[l]+a[n]]}},"e/Dd":function(l,n){var u,e=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];n.getSymbolSize=function(l){if(!l)throw new Error('"version" cannot be null or undefined');if(l<1||l>40)throw new Error('"version" should be in range from 1 to 40');return 4*l+17},n.getSymbolTotalCodewords=function(l){return e[l]},n.getBCHDigit=function(l){for(var n=0;0!==l;)n++,l>>>=1;return n},n.setToSJISFunction=function(l){if("function"!=typeof l)throw new Error('"toSJISFunc" is not a valid function.');u=l},n.isKanjiModeEnabled=function(){return void 0!==u},n.toSJIS=function(l){return u(l)}},e6BP:function(l,n){function u(){this.buffer=[],this.length=0}u.prototype={get:function(l){var n=Math.floor(l/8);return 1==(this.buffer[n]>>>7-l%8&1)},put:function(l,n){for(var u=0;u<n;u++)this.putBit(1==(l>>>n-u-1&1))},getLengthInBits:function(){return this.length},putBit:function(l){var n=Math.floor(this.length/8);this.buffer.length<=n&&this.buffer.push(0),l&&(this.buffer[n]|=128>>>this.length%8),this.length++}},l.exports=u},eQOe:function(l,n){function u(l,u,e){switch(l){case n.Patterns.PATTERN000:return(u+e)%2==0;case n.Patterns.PATTERN001:return u%2==0;case n.Patterns.PATTERN010:return e%3==0;case n.Patterns.PATTERN011:return(u+e)%3==0;case n.Patterns.PATTERN100:return(Math.floor(u/2)+Math.floor(e/3))%2==0;case n.Patterns.PATTERN101:return u*e%2+u*e%3==0;case n.Patterns.PATTERN110:return(u*e%2+u*e%3)%2==0;case n.Patterns.PATTERN111:return(u*e%3+(u+e)%2)%2==0;default:throw new Error("bad maskPattern:"+l)}}n.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7},n.isValid=function(l){return null!=l&&""!==l&&!isNaN(l)&&l>=0&&l<=7},n.from=function(l){return n.isValid(l)?parseInt(l,10):void 0},n.getPenaltyN1=function(l){for(var n=l.size,u=0,e=0,t=0,a=null,i=null,r=0;r<n;r++){e=t=0,a=i=null;for(var o=0;o<n;o++){var s=l.get(r,o);s===a?e++:(e>=5&&(u+=e-5+3),a=s,e=1),(s=l.get(o,r))===i?t++:(t>=5&&(u+=t-5+3),i=s,t=1)}e>=5&&(u+=e-5+3),t>=5&&(u+=t-5+3)}return u},n.getPenaltyN2=function(l){for(var n=l.size,u=0,e=0;e<n-1;e++)for(var t=0;t<n-1;t++){var a=l.get(e,t)+l.get(e,t+1)+l.get(e+1,t)+l.get(e+1,t+1);4!==a&&0!==a||u++}return 3*u},n.getPenaltyN3=function(l){for(var n=l.size,u=0,e=0,t=0,a=0;a<n;a++){e=t=0;for(var i=0;i<n;i++)e=e<<1&2047|l.get(a,i),i>=10&&(1488===e||93===e)&&u++,t=t<<1&2047|l.get(i,a),i>=10&&(1488===t||93===t)&&u++}return 40*u},n.getPenaltyN4=function(l){for(var n=0,u=l.data.length,e=0;e<u;e++)n+=l.data[e];return 10*Math.abs(Math.ceil(100*n/u/5)-10)},n.applyMask=function(l,n){for(var e=n.size,t=0;t<e;t++)for(var a=0;a<e;a++)n.isReserved(a,t)||n.xor(a,t,u(l,a,t))},n.getBestMask=function(l,u){for(var e=Object.keys(n.Patterns).length,t=0,a=1/0,i=0;i<e;i++){u(i),n.applyMask(i,l);var r=n.getPenaltyN1(l)+n.getPenaltyN2(l)+n.getPenaltyN3(l)+n.getPenaltyN4(l);n.applyMask(i,l),r<a&&(a=r,t=i)}return t}},ekOh:function(l,n){n.L={bit:1},n.M={bit:0},n.Q={bit:3},n.H={bit:2},n.isValid=function(l){return l&&void 0!==l.bit&&l.bit>=0&&l.bit<4},n.from=function(l,u){if(n.isValid(l))return l;try{return function(l){if("string"!=typeof l)throw new Error("Param is not a string");switch(l.toLowerCase()){case"l":case"low":return n.L;case"m":case"medium":return n.M;case"q":case"quartile":return n.Q;case"h":case"high":return n.H;default:throw new Error("Unknown EC Level: "+l)}}(l)}catch(e){return u}}},jSPq:function(l,n,u){var e=u("Wogr"),t=u("JzKC");function a(l){this.genPoly=void 0,this.degree=l,this.degree&&this.initialize(this.degree)}a.prototype.initialize=function(l){this.degree=l,this.genPoly=t.generateECPolynomial(this.degree)},a.prototype.encode=function(l){if(!this.genPoly)throw new Error("Encoder not initialized");var n=new e(this.degree);n.fill(0);var u=e.concat([l,n],l.length+this.degree),a=t.mod(u,this.genPoly),i=this.degree-a.length;if(i>0){var r=new e(this.degree);return r.fill(0),a.copy(r,i),r}return a},l.exports=a},"kk9/":function(l,n,u){var e=u("e/Dd").getSymbolSize;n.getPositions=function(l){var n=e(l);return[[0,0],[n-7,0],[0,n-7]]}},lYJp:function(l,n,u){var e=u("e/Dd"),t=e.getBCHDigit(1335);n.getEncodedBits=function(l,n){for(var u=l.bit<<3|n,a=u<<10;e.getBCHDigit(a)-t>=0;)a^=1335<<e.getBCHDigit(a)-t;return 21522^(u<<10|a)}},nZSm:function(l,n,u){var e=u("u/Db"),t=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function a(l){this.mode=e.ALPHANUMERIC,this.data=l}a.getBitsLength=function(l){return 11*Math.floor(l/2)+l%2*6},a.prototype.getLength=function(){return this.data.length},a.prototype.getBitsLength=function(){return a.getBitsLength(this.data.length)},a.prototype.write=function(l){var n;for(n=0;n+2<=this.data.length;n+=2){var u=45*t.indexOf(this.data[n]);u+=t.indexOf(this.data[n+1]),l.put(u,11)}this.data.length%2&&l.put(t.indexOf(this.data[n]),6)},l.exports=a},qmMu:function(l,n,u){var e=u("Wogr"),t=u("e/Dd"),a=u("ekOh"),i=u("e6BP"),r=u("V35J"),o=u("1sBl"),s=u("kk9/"),b=u("eQOe"),c=u("NPxG"),d=u("jSPq"),p=u("yKow"),g=u("lYJp"),h=u("u/Db"),f=u("vvrf"),m=u("49sm");function v(l,n,u){var e,t,a=l.size,i=g.getEncodedBits(n,u);for(e=0;e<15;e++)l.set(e<6?e:e<8?e+1:a-15+e,8,t=1==(i>>e&1),!0),l.set(8,e<8?a-e-1:e<9?15-e-1+1:15-e-1,t,!0);l.set(a-8,8,1,!0)}n.create=function(l,n){if(void 0===l||""===l)throw new Error("No input text");var u,g,C=a.M;return void 0!==n&&(C=a.from(n.errorCorrectionLevel,a.M),u=p.from(n.version),g=b.from(n.maskPattern),n.toSJISFunc&&t.setToSJISFunction(n.toSJISFunc)),function(l,n,u,a){var g;if(m(l))g=f.fromArray(l);else{if("string"!=typeof l)throw new Error("Invalid data");var C=n;if(!C){var A=f.rawSplit(l);C=p.getBestVersionForData(A,u)}g=f.fromString(l,C||40)}var k=p.getBestVersionForData(g,u);if(!k)throw new Error("The amount of data is too big to be stored in a QR Code");if(n){if(n<k)throw new Error("\nThe chosen QR Code version cannot contain this amount of data.\nMinimum version required to store current data is: "+k+".\n")}else n=k;var y=function(l,n,u){var a=new i;u.forEach(function(n){a.put(n.mode.bit,4),a.put(n.getLength(),h.getCharCountIndicator(n.mode,l)),n.write(a)});var r=8*(t.getSymbolTotalCodewords(l)-c.getTotalCodewordsCount(l,n));for(a.getLengthInBits()+4<=r&&a.put(0,4);a.getLengthInBits()%8!=0;)a.putBit(0);for(var o=(r-a.getLengthInBits())/8,s=0;s<o;s++)a.put(s%2?17:236,8);return function(l,n,u){for(var a=t.getSymbolTotalCodewords(n),i=a-c.getTotalCodewordsCount(n,u),r=c.getBlocksCount(n,u),o=r-a%r,s=Math.floor(a/r),b=Math.floor(i/r),p=b+1,g=s-b,h=new d(g),f=0,m=new Array(r),v=new Array(r),C=0,A=new e(l.buffer),k=0;k<r;k++){var y=k<o?b:p;m[k]=A.slice(f,f+y),v[k]=h.encode(m[k]),f+=y,C=Math.max(C,y)}var q,I,x=new e(a),w=0;for(q=0;q<C;q++)for(I=0;I<r;I++)q<m[I].length&&(x[w++]=m[I][q]);for(q=0;q<g;q++)for(I=0;I<r;I++)x[w++]=v[I][q];return x}(a,l,n)}(n,u,g),q=t.getSymbolSize(n),I=new r(q);return function(l,n){for(var u=l.size,e=s.getPositions(n),t=0;t<e.length;t++)for(var a=e[t][0],i=e[t][1],r=-1;r<=7;r++)if(!(a+r<=-1||u<=a+r))for(var o=-1;o<=7;o++)i+o<=-1||u<=i+o||l.set(a+r,i+o,r>=0&&r<=6&&(0===o||6===o)||o>=0&&o<=6&&(0===r||6===r)||r>=2&&r<=4&&o>=2&&o<=4,!0)}(I,n),function(l){for(var n=l.size,u=8;u<n-8;u++){var e=u%2==0;l.set(u,6,e,!0),l.set(6,u,e,!0)}}(I),function(l,n){for(var u=o.getPositions(n),e=0;e<u.length;e++)for(var t=u[e][0],a=u[e][1],i=-2;i<=2;i++)for(var r=-2;r<=2;r++)l.set(t+i,a+r,-2===i||2===i||-2===r||2===r||0===i&&0===r,!0)}(I,n),v(I,u,0),n>=7&&function(l,n){for(var u,e,t,a=l.size,i=p.getEncodedBits(n),r=0;r<18;r++)u=Math.floor(r/3),l.set(u,e=r%3+a-8-3,t=1==(i>>r&1),!0),l.set(e,u,t,!0)}(I,n),function(l,n){for(var u=l.size,e=-1,t=u-1,a=7,i=0,r=u-1;r>0;r-=2)for(6===r&&r--;;){for(var o=0;o<2;o++)if(!l.isReserved(t,r-o)){var s=!1;i<n.length&&(s=1==(n[i]>>>a&1)),l.set(t,r-o,s),-1==--a&&(i++,a=7)}if((t+=e)<0||u<=t){t-=e,e=-e;break}}}(I,y),isNaN(a)&&(a=b.getBestMask(I,v.bind(null,I,u))),b.applyMask(a,I),v(I,u,a),{modules:I,version:n,errorCorrectionLevel:u,maskPattern:a,segments:g}}(l,u,C,g)}},"u/Db":function(l,n,u){var e=u("J6Nv"),t=u("BCVQ");n.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},n.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},n.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},n.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},n.MIXED={bit:-1},n.getCharCountIndicator=function(l,n){if(!l.ccBits)throw new Error("Invalid mode: "+l);if(!e.isValid(n))throw new Error("Invalid version: "+n);return n>=1&&n<10?l.ccBits[0]:n<27?l.ccBits[1]:l.ccBits[2]},n.getBestModeForData=function(l){return t.testNumeric(l)?n.NUMERIC:t.testAlphanumeric(l)?n.ALPHANUMERIC:t.testKanji(l)?n.KANJI:n.BYTE},n.toString=function(l){if(l&&l.id)return l.id;throw new Error("Invalid mode")},n.isValid=function(l){return l&&l.bit&&l.ccBits},n.from=function(l,u){if(n.isValid(l))return l;try{return function(l){if("string"!=typeof l)throw new Error("Param is not a string");switch(l.toLowerCase()){case"numeric":return n.NUMERIC;case"alphanumeric":return n.ALPHANUMERIC;case"kanji":return n.KANJI;case"byte":return n.BYTE;default:throw new Error("Unknown mode: "+l)}}(l)}catch(e){return u}}},vvrf:function(l,n,u){var e=u("u/Db"),t=u("3X7Y"),a=u("nZSm"),i=u("AZa5"),r=u("Lzq4"),o=u("BCVQ"),s=u("e/Dd"),b=u("ELBg");function c(l){return unescape(encodeURIComponent(l)).length}function d(l,n,u){for(var e,t=[];null!==(e=l.exec(u));)t.push({data:e[0],index:e.index,mode:n,length:e[0].length});return t}function p(l){var n,u,t=d(o.NUMERIC,e.NUMERIC,l),a=d(o.ALPHANUMERIC,e.ALPHANUMERIC,l);return s.isKanjiModeEnabled()?(n=d(o.BYTE,e.BYTE,l),u=d(o.KANJI,e.KANJI,l)):(n=d(o.BYTE_KANJI,e.BYTE,l),u=[]),t.concat(a,n,u).sort(function(l,n){return l.index-n.index}).map(function(l){return{data:l.data,mode:l.mode,length:l.length}})}function g(l,n){switch(n){case e.NUMERIC:return t.getBitsLength(l);case e.ALPHANUMERIC:return a.getBitsLength(l);case e.KANJI:return r.getBitsLength(l);case e.BYTE:return i.getBitsLength(l)}}function h(l,n){var u,o=e.getBestModeForData(l);if((u=e.from(n,o))!==e.BYTE&&u.bit<o.bit)throw new Error('"'+l+'" cannot be encoded with mode '+e.toString(u)+".\n Suggested mode is: "+e.toString(o));switch(u!==e.KANJI||s.isKanjiModeEnabled()||(u=e.BYTE),u){case e.NUMERIC:return new t(l);case e.ALPHANUMERIC:return new a(l);case e.KANJI:return new r(l);case e.BYTE:return new i(l)}}n.fromArray=function(l){return l.reduce(function(l,n){return"string"==typeof n?l.push(h(n,null)):n.data&&l.push(h(n.data,n.mode)),l},[])},n.fromString=function(l,u){for(var t=function(l,n){for(var u={},t={start:{}},a=["start"],i=0;i<l.length;i++){for(var r=l[i],o=[],s=0;s<r.length;s++){var b=r[s],c=""+i+s;o.push(c),u[c]={node:b,lastCount:0},t[c]={};for(var d=0;d<a.length;d++){var p=a[d];u[p]&&u[p].node.mode===b.mode?(t[p][c]=g(u[p].lastCount+b.length,b.mode)-g(u[p].lastCount,b.mode),u[p].lastCount+=b.length):(u[p]&&(u[p].lastCount=b.length),t[p][c]=g(b.length,b.mode)+4+e.getCharCountIndicator(b.mode,n))}}a=o}for(d=0;d<a.length;d++)t[a[d]].end=0;return{map:t,table:u}}(function(l){for(var n=[],u=0;u<l.length;u++){var t=l[u];switch(t.mode){case e.NUMERIC:n.push([t,{data:t.data,mode:e.ALPHANUMERIC,length:t.length},{data:t.data,mode:e.BYTE,length:t.length}]);break;case e.ALPHANUMERIC:n.push([t,{data:t.data,mode:e.BYTE,length:t.length}]);break;case e.KANJI:n.push([t,{data:t.data,mode:e.BYTE,length:c(t.data)}]);break;case e.BYTE:n.push([{data:t.data,mode:e.BYTE,length:c(t.data)}])}}return n}(p(l,s.isKanjiModeEnabled())),u),a=b.find_path(t.map,"start","end"),i=[],r=1;r<a.length-1;r++)i.push(t.table[a[r]].node);return n.fromArray(i.reduce(function(l,n){var u=l.length-1>=0?l[l.length-1]:null;return u&&u.mode===n.mode?(l[l.length-1].data+=n.data,l):(l.push(n),l)},[]))},n.rawSplit=function(l){return n.fromArray(p(l,s.isKanjiModeEnabled()))}},yKow:function(l,n,u){var e=u("e/Dd"),t=u("NPxG"),a=u("ekOh"),i=u("u/Db"),r=u("J6Nv"),o=u("49sm"),s=e.getBCHDigit(7973);function b(l,n){return i.getCharCountIndicator(l,n)+4}function c(l,n){var u=0;return l.forEach(function(l){var e=b(l.mode,n);u+=e+l.getBitsLength()}),u}n.from=function(l,n){return r.isValid(l)?parseInt(l,10):n},n.getCapacity=function(l,n,u){if(!r.isValid(l))throw new Error("Invalid QR Code version");void 0===u&&(u=i.BYTE);var a=8*(e.getSymbolTotalCodewords(l)-t.getTotalCodewordsCount(l,n));if(u===i.MIXED)return a;var o=a-b(u,l);switch(u){case i.NUMERIC:return Math.floor(o/10*3);case i.ALPHANUMERIC:return Math.floor(o/11*2);case i.KANJI:return Math.floor(o/13);case i.BYTE:default:return Math.floor(o/8)}},n.getBestVersionForData=function(l,u){var e,t=a.from(u,a.M);if(o(l)){if(l.length>1)return function(l,u){for(var e=1;e<=40;e++)if(c(l,e)<=n.getCapacity(e,u,i.MIXED))return e}(l,t);if(0===l.length)return 1;e=l[0]}else e=l;return function(l,u,e){for(var t=1;t<=40;t++)if(u<=n.getCapacity(t,e,l))return t}(e.mode,e.getLength(),t)},n.getEncodedBits=function(l){if(!r.isValid(l)||l<7)throw new Error("Invalid QR Code version");for(var n=l<<12;e.getBCHDigit(n)-s>=0;)n^=7973<<e.getBCHDigit(n)-s;return l<<12|n}}}]);